Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 489770a83fbc98f336c86b0914a62f33e4a7a33e 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-ssh1831835413025213552.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f3350a1713306dce7682ed7e37d5774890d03277 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-ssh10771576072868020255.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 f3350a1713306dce7682ed7e37d5774890d03277 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-ssh17478648992080477994.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f3350a1713306dce7682ed7e37d5774890d03277 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3350a1713306dce7682ed7e37d5774890d03277 # timeout=10 Commit message: "Merge pull request #455 from cherrycl/issue-452-3" > 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-ssh6445019666490523293.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-ssh13170372072288431052.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.21 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task ‘prd-ubuntu20.04-docker-8c-8g-9841’ is offline Running on prd-ubuntu20.04-docker-8c-8g-9843 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/689 [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/689 # 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 489770a83fbc98f336c86b0914a62f33e4a7a33e (main) Commit message: "Merge pull request #4900 from lindseysimple/issue-4899" > 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 489770a83fbc98f336c86b0914a62f33e4a7a33e # timeout=10 > git rev-list --no-walk d10896467fa144e67a67be8d8faf3bc8d031442b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-09-09T10:47:46.080Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-09-09T10:47:46.162Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-09-09T10:47:46.191Z] ========================================================= [2024-09-09T10:47:46.191Z] EdgeX Global Pipelines Version Info [2024-09-09T10:47:46.191Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-09-09T10:47:47.094Z] ------------------- [2024-09-09T10:47:47.094Z] stable info: [2024-09-09T10:47:47.094Z] ------------------- [2024-09-09T10:47:47.094Z] Commited By: Cherry Wang cherry@iotechsys.com [2024-09-09T10:47:47.094Z] Commit SHA: f3350a1713306dce7682ed7e37d5774890d03277 [2024-09-09T10:47:47.094Z] Message: update stable to v1.0.263 [2024-09-09T10:47:47.666Z] ------------------- [2024-09-09T10:47:47.666Z] experimental info: [2024-09-09T10:47:47.666Z] ------------------- [2024-09-09T10:47:47.666Z] Commited By: Cherry Wang cherry@iotechsys.com [2024-09-09T10:47:47.666Z] Commit SHA: f3350a1713306dce7682ed7e37d5774890d03277 [2024-09-09T10:47:47.666Z] Message: update experimental to v1.0.263 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-09-09T10:47:47.749Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2024-09-09T10:47:47.773Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2024-09-09T10:47:47.794Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-09-09T10:47:47.820Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-09-09T10:47:47.847Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-09-09T10:47:47.872Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2024-09-09T10:47:47.896Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-09-09T10:47:47.916Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2024-09-09T10:47:47.935Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2024-09-09T10:47:47.960Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2024-09-09T10:47:47.980Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-09-09T10:47:48.000Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-09-09T10:47:48.019Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-09-09T10:47:48.042Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-09-09T10:47:48.069Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-09-09T10:47:48.097Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-09-09T10:47:48.118Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-09-09T10:47:48.141Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-09-09T10:47:48.165Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2024-09-09T10:47:48.189Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2024-09-09T10:47:48.208Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-09-09T10:47:48.230Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-09-09T10:47:48.251Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-09-09T10:47:48.271Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2024-09-09T10:47:48.294Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2024-09-09T10:47:48.317Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2024-09-09T10:47:48.338Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] echo [2024-09-09T10:47:48.365Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 489770a [Pipeline] echo [2024-09-09T10:47:48.382Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-09-09T10:47:48.450Z] provisioning config files... [2024-09-09T10:47:48.462Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/689@tmp/config2434247668668684320tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-09-09T10:47:48.796Z] ---> ****-login.sh [2024-09-09T10:47:48.796Z] nexus3.edgexfoundry.org:10001 [2024-09-09T10:47:49.056Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-09T10:47:49.056Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-09T10:47:49.056Z] Configure a credential helper to remove this warning. See [2024-09-09T10:47:49.057Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-09T10:47:49.057Z] [2024-09-09T10:47:49.057Z] Login Succeeded [2024-09-09T10:47:49.057Z] nexus3.edgexfoundry.org:10002 [2024-09-09T10:47:49.057Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-09T10:47:49.318Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-09T10:47:49.318Z] Configure a credential helper to remove this warning. See [2024-09-09T10:47:49.318Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-09T10:47:49.318Z] [2024-09-09T10:47:49.318Z] Login Succeeded [2024-09-09T10:47:49.318Z] nexus3.edgexfoundry.org:10003 [2024-09-09T10:47:49.318Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-09T10:47:49.318Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-09T10:47:49.318Z] Configure a credential helper to remove this warning. See [2024-09-09T10:47:49.318Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-09T10:47:49.318Z] [2024-09-09T10:47:49.319Z] Login Succeeded [2024-09-09T10:47:49.319Z] nexus3.edgexfoundry.org:10004 [2024-09-09T10:47:49.319Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-09T10:47:49.583Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-09T10:47:49.583Z] Configure a credential helper to remove this warning. See [2024-09-09T10:47:49.583Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-09T10:47:49.583Z] [2024-09-09T10:47:49.583Z] Login Succeeded [2024-09-09T10:47:49.583Z] ****.io [2024-09-09T10:47:49.583Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-09T10:47:49.844Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-09T10:47:49.844Z] Configure a credential helper to remove this warning. See [2024-09-09T10:47:49.844Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-09T10:47:49.844Z] [2024-09-09T10:47:49.844Z] Login Succeeded [2024-09-09T10:47:49.844Z] ---> ****-login.sh ends [Pipeline] } [2024-09-09T10:47:49.852Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-09-09T10:47:50.178Z] + 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-09-09T10:47:50.178Z] + dirname cmd/core-command/Dockerfile [2024-09-09T10:47:50.178Z] + cut -d/ -f2 [2024-09-09T10:47:50.178Z] + echo core-command,cmd/core-command/Dockerfile [2024-09-09T10:47:50.178Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2024-09-09T10:47:50.178Z] + cut -d/ -f2 [2024-09-09T10:47:50.179Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2024-09-09T10:47:50.179Z] + dirname cmd/core-data/Dockerfile [2024-09-09T10:47:50.179Z] + cut -d/ -f2 [2024-09-09T10:47:50.179Z] + echo core-data,cmd/core-data/Dockerfile [2024-09-09T10:47:50.179Z] + cut -d/ -f2 [2024-09-09T10:47:50.179Z] + dirname cmd/core-keeper/Dockerfile [2024-09-09T10:47:50.179Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2024-09-09T10:47:50.179Z] + dirname cmd/core-metadata/Dockerfile [2024-09-09T10:47:50.179Z] + cut -d/ -f2 [2024-09-09T10:47:50.179Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2024-09-09T10:47:50.179Z] + dirname cmd/security-bootstrapper/Dockerfile [2024-09-09T10:47:50.179Z] + cut -d/ -f2 [2024-09-09T10:47:50.179Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2024-09-09T10:47:50.179Z] + dirname cmd/security-proxy-auth/Dockerfile [2024-09-09T10:47:50.179Z] + cut -d/ -f2 [2024-09-09T10:47:50.179Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2024-09-09T10:47:50.179Z] + dirname cmd/security-proxy-setup/Dockerfile [2024-09-09T10:47:50.179Z] + cut -d/ -f2 [2024-09-09T10:47:50.179Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2024-09-09T10:47:50.179Z] + dirname cmd/security-secretstore-setup/Dockerfile [2024-09-09T10:47:50.179Z] + cut -d/ -f2 [2024-09-09T10:47:50.179Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2024-09-09T10:47:50.179Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2024-09-09T10:47:50.179Z] + cut -d/ -f2 [2024-09-09T10:47:50.179Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2024-09-09T10:47:50.179Z] + dirname cmd/security-spire-agent/Dockerfile [2024-09-09T10:47:50.179Z] + cut -d/ -f2 [2024-09-09T10:47:50.179Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2024-09-09T10:47:50.179Z] + + dirname cmd/security-spire-config/Dockerfile [2024-09-09T10:47:50.179Z] cut -d/ -f2 [2024-09-09T10:47:50.179Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2024-09-09T10:47:50.179Z] + dirname cmd/security-spire-server/Dockerfile [2024-09-09T10:47:50.179Z] + cut -d/ -f2 [2024-09-09T10:47:50.179Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2024-09-09T10:47:50.179Z] + dirname cmd/support-cron-scheduler/Dockerfile [2024-09-09T10:47:50.179Z] + cut -d/ -f2 [2024-09-09T10:47:50.179Z] + echo support-cron-scheduler,cmd/support-cron-scheduler/Dockerfile [2024-09-09T10:47:50.179Z] + dirname+ cmd/support-notifications/Dockerfile [2024-09-09T10:47:50.179Z] cut -d/ -f2 [2024-09-09T10:47:50.179Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2024-09-09T10:47:50.179Z] + dirname cmd/support-scheduler/Dockerfile [2024-09-09T10:47:50.179Z] + cut -d/ -f2 [2024-09-09T10:47:50.179Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2024-09-09T10:47:50.218Z] 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-09-09T10:47:50.593Z] + git rev-list -1 --merges 489770a83fbc98f336c86b0914a62f33e4a7a33e~1..489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] echo [2024-09-09T10:47:50.609Z] -----------> git rev-list -1 --merges 489770a83fbc98f336c86b0914a62f33e4a7a33e~1..489770a83fbc98f336c86b0914a62f33e4a7a33e 489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T10:47:50.609Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e [false] [Pipeline] sh [2024-09-09T10:47:50.909Z] + git log --format=format:%s -1 489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] echo [2024-09-09T10:47:50.927Z] ========================================================= [2024-09-09T10:47:50.928Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-09-09T10:47:50.928Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2024-09-09T10:47:51.330Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-09-09T10:47:51.330Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-09-09T10:47:51.330Z] + [ -e /tmp/ssh_known_hosts ] [2024-09-09T10:47:51.330Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-09-09T10:47:51.330Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-09-09T10:47:51.330Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-09-09T10:47:51.330Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:47:51.798Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-09-09T10:47:51.798Z] [2024-09-09T10:47:51.798Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:47:52.108Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-09-09T10:47:52.109Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-09-09T10:47:52.109Z] b85a868b505f: Pulling fs layer [2024-09-09T10:47:52.109Z] e2be974225ed: Pulling fs layer [2024-09-09T10:47:52.109Z] 339a4e72a1f5: Pulling fs layer [2024-09-09T10:47:52.109Z] 988bab9f4d93: Pulling fs layer [2024-09-09T10:47:52.109Z] 1469e6f7b9e6: Pulling fs layer [2024-09-09T10:47:52.109Z] eaf3925da568: Pulling fs layer [2024-09-09T10:47:52.109Z] bab4dde63d76: Pulling fs layer [2024-09-09T10:47:52.109Z] bde34c3a00c8: Pulling fs layer [2024-09-09T10:47:52.109Z] b352a97aabf1: Pulling fs layer [2024-09-09T10:47:52.109Z] 4872d77fe225: Pulling fs layer [2024-09-09T10:47:52.109Z] 5851b861e8e6: Pulling fs layer [2024-09-09T10:47:52.109Z] 988bab9f4d93: Waiting [2024-09-09T10:47:52.109Z] 1469e6f7b9e6: Waiting [2024-09-09T10:47:52.109Z] eaf3925da568: Waiting [2024-09-09T10:47:52.109Z] bab4dde63d76: Waiting [2024-09-09T10:47:52.109Z] bde34c3a00c8: Waiting [2024-09-09T10:47:52.109Z] 4872d77fe225: Waiting [2024-09-09T10:47:52.109Z] 5851b861e8e6: Waiting [2024-09-09T10:47:52.109Z] b352a97aabf1: Waiting [2024-09-09T10:47:52.109Z] e2be974225ed: Download complete [2024-09-09T10:47:52.109Z] 988bab9f4d93: Download complete [2024-09-09T10:47:52.109Z] 1469e6f7b9e6: Verifying Checksum [2024-09-09T10:47:52.109Z] 1469e6f7b9e6: Download complete [2024-09-09T10:47:52.109Z] 339a4e72a1f5: Verifying Checksum [2024-09-09T10:47:52.109Z] 339a4e72a1f5: Download complete [2024-09-09T10:47:52.109Z] eaf3925da568: Download complete [2024-09-09T10:47:52.369Z] bde34c3a00c8: Download complete [2024-09-09T10:47:52.369Z] b352a97aabf1: Download complete [2024-09-09T10:47:52.369Z] 4872d77fe225: Verifying Checksum [2024-09-09T10:47:52.369Z] 5851b861e8e6: Verifying Checksum [2024-09-09T10:47:52.369Z] 5851b861e8e6: Download complete [2024-09-09T10:47:52.369Z] b85a868b505f: Verifying Checksum [2024-09-09T10:47:52.369Z] b85a868b505f: Download complete [2024-09-09T10:47:52.629Z] bab4dde63d76: Verifying Checksum [2024-09-09T10:47:52.629Z] bab4dde63d76: Download complete [2024-09-09T10:47:53.567Z] b85a868b505f: Pull complete [2024-09-09T10:47:53.567Z] e2be974225ed: Pull complete [2024-09-09T10:47:54.136Z] 339a4e72a1f5: Pull complete [2024-09-09T10:47:54.136Z] 988bab9f4d93: Pull complete [2024-09-09T10:47:54.398Z] 1469e6f7b9e6: Pull complete [2024-09-09T10:47:54.658Z] eaf3925da568: Pull complete [2024-09-09T10:47:56.564Z] bab4dde63d76: Pull complete [2024-09-09T10:47:56.564Z] bde34c3a00c8: Pull complete [2024-09-09T10:47:56.564Z] b352a97aabf1: Pull complete [2024-09-09T10:47:56.564Z] 4872d77fe225: Pull complete [2024-09-09T10:47:56.823Z] 5851b861e8e6: Pull complete [2024-09-09T10:47:56.823Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-09-09T10:47:56.823Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-09-09T10:47:56.823Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-09T10:47:56.958Z] prd-ubuntu20.04-docker-8c-8g-9843 does not seem to be running inside a container [2024-09-09T10:47:56.984Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/689 -v /w/workspace/edgex-go/689:/w/workspace/edgex-go/689:rw,z -v /w/workspace/edgex-go/689@tmp:/w/workspace/edgex-go/689@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-09-09T10:48:00.269Z] $ docker top 44ac60182ecbc3d43ecf8d6302b912d347b68a3858df6c77e65193fe39895ee6 -eo pid,comm [2024-09-09T10:48:00.322Z] 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-09-09T10:48:00.322Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-09-09T10:48:00.375Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-09-09T10:48:00.375Z] [ssh-agent] Looking for ssh-agent implementation... [2024-09-09T10:48:00.482Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-09-09T10:48:00.484Z] $ docker exec 44ac60182ecbc3d43ecf8d6302b912d347b68a3858df6c77e65193fe39895ee6 ssh-agent [2024-09-09T10:48:00.603Z] SSH_AUTH_SOCK=/tmp/ssh-wktuVxgPTnnD/agent.32 [2024-09-09T10:48:00.603Z] SSH_AGENT_PID=38 [2024-09-09T10:48:00.609Z] Running ssh-add (command line suppressed) [2024-09-09T10:48:00.710Z] Identity added: /w/workspace/edgex-go/689@tmp/private_key_1201745365322661294.key (/w/workspace/edgex-go/689@tmp/private_key_1201745365322661294.key) [2024-09-09T10:48:00.730Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-09-09T10:48:01.028Z] + git tag --points-at HEAD [Pipeline] } [2024-09-09T10:48:01.038Z] $ docker exec --env ******** --env ******** 44ac60182ecbc3d43ecf8d6302b912d347b68a3858df6c77e65193fe39895ee6 ssh-agent -k [2024-09-09T10:48:01.143Z] unset SSH_AUTH_SOCK; [2024-09-09T10:48:01.144Z] unset SSH_AGENT_PID; [2024-09-09T10:48:01.144Z] echo Agent pid 38 killed; [2024-09-09T10:48:01.156Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-09-09T10:48:01.193Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-09-09T10:48:01.193Z] [ssh-agent] Looking for ssh-agent implementation... [2024-09-09T10:48:01.313Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-09-09T10:48:01.315Z] $ docker exec 44ac60182ecbc3d43ecf8d6302b912d347b68a3858df6c77e65193fe39895ee6 ssh-agent [2024-09-09T10:48:01.440Z] SSH_AUTH_SOCK=/tmp/ssh-JzyqlkU44M3K/agent.71 [2024-09-09T10:48:01.440Z] SSH_AGENT_PID=77 [2024-09-09T10:48:01.444Z] Running ssh-add (command line suppressed) [2024-09-09T10:48:01.548Z] Identity added: /w/workspace/edgex-go/689@tmp/private_key_8437457927384252114.key (/w/workspace/edgex-go/689@tmp/private_key_8437457927384252114.key) [2024-09-09T10:48:01.568Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-09-09T10:48:01.858Z] + git semver init [2024-09-09T10:48:02.118Z] 2024-09-09 10:48:02,026 [run_init] DEBUG init version:0.0.0 force:False [2024-09-09T10:48:02.118Z] 2024-09-09 10:48:02,027 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/689/.semver [2024-09-09T10:48:02.118Z] 2024-09-09 10:48:02,028 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/689/.semver [2024-09-09T10:48:02.118Z] 2024-09-09 10:48:02,028 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/689/.semver'], cwd=/w/workspace/edgex-go/689, universal_newlines=False, shell=None, istream=None) [2024-09-09T10:48:08.697Z] 2024-09-09 10:48:07,631 [append_file] DEBUG append to file:/w/workspace/edgex-go/689/.git/info/exclude [2024-09-09T10:48:08.697Z] 2024-09-09 10:48:07,632 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/689/.semver/main with force:False [2024-09-09T10:48:08.697Z] 2024-09-09 10:48:07,632 [read_version] DEBUG read version from /w/workspace/edgex-go/689/.semver/main [2024-09-09T10:48:08.697Z] 2024-09-09 10:48:07,632 [read_version] DEBUG read version from /w/workspace/edgex-go/689/.semver/main [2024-09-09T10:48:08.697Z] 3.2.0-dev.68 [Pipeline] } [2024-09-09T10:48:08.706Z] $ docker exec --env ******** --env ******** 44ac60182ecbc3d43ecf8d6302b912d347b68a3858df6c77e65193fe39895ee6 ssh-agent -k [2024-09-09T10:48:08.805Z] unset SSH_AUTH_SOCK; [2024-09-09T10:48:08.805Z] unset SSH_AGENT_PID; [2024-09-09T10:48:08.805Z] echo Agent pid 77 killed; [2024-09-09T10:48:08.815Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-09-09T10:48:09.145Z] + git semver [Pipeline] } [2024-09-09T10:48:09.418Z] $ docker stop --time=1 44ac60182ecbc3d43ecf8d6302b912d347b68a3858df6c77e65193fe39895ee6 [2024-09-09T10:48:10.687Z] $ docker rm -f --volumes 44ac60182ecbc3d43ecf8d6302b912d347b68a3858df6c77e65193fe39895ee6 [Pipeline] // withDockerContainer [Pipeline] sh [2024-09-09T10:48:11.027Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-09-09T10:48:11.267Z] Stashed 1 file(s) [Pipeline] echo [2024-09-09T10:48:11.271Z] [edgeXSemver]: initialized semver on version 3.2.0-dev.68 [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-09-09T10:48:11.698Z] + git config --global --add safe.directory /w/workspace/edgex-go/689 [Pipeline] echo [2024-09-09T10:48:11.711Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-09-09T10:48:11.731Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-09-09T10:48:11.745Z] ========================================================= [2024-09-09T10:48:11.745Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2024-09-09T10:48:11.745Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-09-09T10:48:12.042Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-09-09T10:48:12.042Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2024-09-09T10:48:12.042Z] 619be1103602: Pulling fs layer [2024-09-09T10:48:12.042Z] 7862e08f4a3e: Pulling fs layer [2024-09-09T10:48:12.042Z] 5df492c9dc93: Pulling fs layer [2024-09-09T10:48:12.042Z] 7629e6793208: Pulling fs layer [2024-09-09T10:48:12.042Z] 4f4fb700ef54: Pulling fs layer [2024-09-09T10:48:12.042Z] fb5054dd5b73: Pulling fs layer [2024-09-09T10:48:12.042Z] eeca6798cff9: Pulling fs layer [2024-09-09T10:48:12.042Z] aa269ceb94a6: Pulling fs layer [2024-09-09T10:48:12.042Z] ada007ff1a6a: Pulling fs layer [2024-09-09T10:48:12.042Z] 7629e6793208: Waiting [2024-09-09T10:48:12.042Z] 4f4fb700ef54: Waiting [2024-09-09T10:48:12.042Z] aa269ceb94a6: Waiting [2024-09-09T10:48:12.042Z] fb5054dd5b73: Waiting [2024-09-09T10:48:12.042Z] ada007ff1a6a: Waiting [2024-09-09T10:48:12.042Z] 7862e08f4a3e: Download complete [2024-09-09T10:48:12.042Z] 7629e6793208: Verifying Checksum [2024-09-09T10:48:12.042Z] 7629e6793208: Download complete [2024-09-09T10:48:12.042Z] 4f4fb700ef54: Verifying Checksum [2024-09-09T10:48:12.042Z] 4f4fb700ef54: Download complete [2024-09-09T10:48:12.042Z] fb5054dd5b73: Download complete [2024-09-09T10:48:12.042Z] 619be1103602: Verifying Checksum [2024-09-09T10:48:12.042Z] 619be1103602: Download complete [2024-09-09T10:48:12.042Z] eeca6798cff9: Verifying Checksum [2024-09-09T10:48:12.042Z] eeca6798cff9: Download complete [2024-09-09T10:48:12.301Z] 619be1103602: Pull complete [2024-09-09T10:48:12.301Z] ada007ff1a6a: Verifying Checksum [2024-09-09T10:48:12.301Z] ada007ff1a6a: Download complete [2024-09-09T10:48:12.301Z] 7862e08f4a3e: Pull complete [2024-09-09T10:48:12.559Z] 5df492c9dc93: Verifying Checksum [2024-09-09T10:48:12.559Z] 5df492c9dc93: Download complete [2024-09-09T10:48:12.817Z] aa269ceb94a6: Verifying Checksum [2024-09-09T10:48:12.817Z] aa269ceb94a6: Download complete [2024-09-09T10:48:16.102Z] 5df492c9dc93: Pull complete [2024-09-09T10:48:16.102Z] 7629e6793208: Pull complete [2024-09-09T10:48:16.102Z] 4f4fb700ef54: Pull complete [2024-09-09T10:48:16.102Z] fb5054dd5b73: Pull complete [2024-09-09T10:48:16.102Z] eeca6798cff9: Pull complete [2024-09-09T10:48:18.638Z] aa269ceb94a6: Pull complete [2024-09-09T10:48:18.638Z] ada007ff1a6a: Pull complete [2024-09-09T10:48:18.638Z] Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 [2024-09-09T10:48:18.638Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-09-09T10:48:18.638Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [Pipeline] fileExists [Pipeline] sh [2024-09-09T10:48:18.942Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-09-09T10:48:18.942Z] WORKDIR /edgex [2024-09-09T10:48:18.942Z] COPY go.mod . [2024-09-09T10:48:18.942Z] RUN go mod download [2024-09-09T10:48:18.942Z] + docker build -t ci-base-image-x86_64 -f - . [2024-09-09T10:48:19.508Z] Sending build context to Docker daemon 179.3MB [2024-09-09T10:48:19.508Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-09-09T10:48:19.508Z] ---> f489d0715acc [2024-09-09T10:48:19.508Z] Step 2/4 : WORKDIR /edgex [2024-09-09T10:48:24.838Z] ---> Running in 072cfe15092e [2024-09-09T10:48:24.838Z] Removing intermediate container 072cfe15092e [2024-09-09T10:48:24.838Z] ---> ab654758c9eb [2024-09-09T10:48:24.838Z] Step 3/4 : COPY go.mod . [2024-09-09T10:48:24.838Z] ---> db8b90540fb3 [2024-09-09T10:48:24.838Z] Step 4/4 : RUN go mod download [2024-09-09T10:48:24.838Z] ---> Running in 92145b7cb646 [2024-09-09T10:48:26.378Z] Still waiting to schedule task [2024-09-09T10:48:26.379Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-9842’ is offline [2024-09-09T10:48:51.399Z] Removing intermediate container 92145b7cb646 [2024-09-09T10:48:51.399Z] ---> 1a56c6f53893 [2024-09-09T10:48:51.399Z] Successfully built 1a56c6f53893 [2024-09-09T10:48:51.399Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:48:51.711Z] + docker inspect -f . ci-base-image-x86_64 [2024-09-09T10:48:51.711Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-09T10:48:51.786Z] prd-ubuntu20.04-docker-8c-8g-9843 does not seem to be running inside a container [2024-09-09T10:48:51.820Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/689 -v /w/workspace/edgex-go/689:/w/workspace/edgex-go/689:rw,z -v /w/workspace/edgex-go/689@tmp:/w/workspace/edgex-go/689@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-09-09T10:48:52.243Z] $ docker top 52a04d2a7154d5c34f7ef4e00b2db0ee339b43a57b43ed96ab3ae0aacc85b6fd -eo pid,comm [Pipeline] { [Pipeline] sh [2024-09-09T10:48:52.586Z] + go version [2024-09-09T10:48:52.586Z] go version go1.21.9 linux/amd64 [Pipeline] } [2024-09-09T10:48:52.595Z] $ docker stop --time=1 52a04d2a7154d5c34f7ef4e00b2db0ee339b43a57b43ed96ab3ae0aacc85b6fd [2024-09-09T10:48:53.840Z] $ docker rm -f --volumes 52a04d2a7154d5c34f7ef4e00b2db0ee339b43a57b43ed96ab3ae0aacc85b6fd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:48:54.271Z] + docker inspect -f . ci-base-image-x86_64 [2024-09-09T10:48:54.271Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-09T10:48:54.348Z] prd-ubuntu20.04-docker-8c-8g-9843 does not seem to be running inside a container [2024-09-09T10:48:54.371Z] $ 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/689 -v /w/workspace/edgex-go/689:/w/workspace/edgex-go/689:rw,z -v /w/workspace/edgex-go/689@tmp:/w/workspace/edgex-go/689@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-09-09T10:48:54.693Z] $ docker top a1caae80946ce9eed2219bd835adec4a75ede7e86a71289c439bf4d9de43628e -eo pid,comm [Pipeline] { [Pipeline] echo [2024-09-09T10:48:54.766Z] ========================================================= [2024-09-09T10:48:54.766Z] [edgeXBuildGoParallel] Running Tests and Build... [2024-09-09T10:48:54.766Z] ========================================================= [Pipeline] sh [2024-09-09T10:48:55.041Z] + git config --global --add safe.directory /w/workspace/edgex-go/689 [Pipeline] fileExists [Pipeline] sh [2024-09-09T10:48:55.354Z] + make test [2024-09-09T10:48:55.354Z] go test -race -coverprofile=coverage.out ./... [2024-09-09T10:49:03.468Z] ? github.com/edgexfoundry/edgex-go [no test files] [2024-09-09T10:49:35.573Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2024-09-09T10:49:35.574Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2024-09-09T10:49:35.574Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2024-09-09T10:49:35.574Z] ? github.com/edgexfoundry/edgex-go/cmd/core-keeper [no test files] [2024-09-09T10:49:35.574Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2024-09-09T10:49:35.574Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2024-09-09T10:49:35.574Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2024-09-09T10:49:35.574Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2024-09-09T10:49:35.574Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2024-09-09T10:49:35.574Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2024-09-09T10:49:35.574Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2024-09-09T10:49:35.574Z] ? github.com/edgexfoundry/edgex-go/cmd/support-cron-scheduler [no test files] [2024-09-09T10:49:35.574Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2024-09-09T10:49:35.574Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2024-09-09T10:49:35.574Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2024-09-09T10:49:35.574Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2024-09-09T10:49:35.574Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2024-09-09T10:49:35.574Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2024-09-09T10:49:36.143Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.024s coverage: 28.7% of statements [2024-09-09T10:49:37.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2024-09-09T10:49:37.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2024-09-09T10:49:37.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2024-09-09T10:49:37.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2024-09-09T10:49:37.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2024-09-09T10:49:37.644Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.042s coverage: 97.0% of statements [2024-09-09T10:49:38.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2024-09-09T10:49:38.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2024-09-09T10:49:38.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2024-09-09T10:49:38.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/container [no test files] [2024-09-09T10:49:38.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2024-09-09T10:49:38.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/application [no test files] [2024-09-09T10:49:38.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/config [no test files] [2024-09-09T10:49:38.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2024-09-09T10:49:38.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper [no test files] [2024-09-09T10:49:39.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2024-09-09T10:49:39.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks [no test files] [2024-09-09T10:49:39.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/registry [no test files] [2024-09-09T10:49:39.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/utils [no test files] [2024-09-09T10:49:39.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2024-09-09T10:49:41.373Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.053s coverage: 69.2% of statements [2024-09-09T10:49:41.373Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.044s coverage: 53.2% of statements [2024-09-09T10:49:41.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2024-09-09T10:49:41.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2024-09-09T10:49:41.373Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.490s coverage: 93.4% of statements [2024-09-09T10:49:41.373Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.052s coverage: 91.7% of statements [2024-09-09T10:49:42.311Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.046s coverage: 7.0% of statements [2024-09-09T10:49:42.311Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2024-09-09T10:49:42.311Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2024-09-09T10:49:42.311Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2024-09-09T10:49:42.311Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2024-09-09T10:49:42.311Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2024-09-09T10:49:42.311Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2024-09-09T10:49:42.311Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2024-09-09T10:49:42.311Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2024-09-09T10:49:42.311Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2024-09-09T10:49:42.311Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres [no test files] [2024-09-09T10:49:42.311Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2024-09-09T10:49:43.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models [no test files] [2024-09-09T10:49:43.815Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.350s coverage: 95.8% of statements [2024-09-09T10:49:43.815Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.028s coverage: 72.2% of statements [2024-09-09T10:49:44.384Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2024-09-09T10:49:44.384Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2024-09-09T10:49:44.384Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.017s coverage: 0.0% of statements [no tests to run] [2024-09-09T10:49:45.320Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.043s coverage: 0.8% of statements [2024-09-09T10:49:45.320Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.033s coverage: 30.7% of statements [2024-09-09T10:49:45.320Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.025s coverage: 41.7% of statements [2024-09-09T10:49:45.320Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.035s coverage: 77.8% of statements [2024-09-09T10:49:45.578Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.019s coverage: 94.1% of statements [2024-09-09T10:49:45.837Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.033s coverage: 96.3% of statements [2024-09-09T10:49:46.094Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.021s coverage: 87.5% of statements [2024-09-09T10:49:46.660Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2024-09-09T10:49:46.660Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2024-09-09T10:49:46.660Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2024-09-09T10:49:46.660Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2024-09-09T10:49:46.660Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2024-09-09T10:49:46.660Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2024-09-09T10:49:46.660Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2024-09-09T10:49:46.660Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2024-09-09T10:49:48.039Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres [no test files] [2024-09-09T10:49:48.039Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config [no test files] [2024-09-09T10:49:48.039Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container [no test files] [2024-09-09T10:49:48.623Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2024-09-09T10:49:48.623Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2024-09-09T10:49:48.623Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2024-09-09T10:49:48.623Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2024-09-09T10:49:49.190Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2024-09-09T10:49:49.190Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2024-09-09T10:49:49.759Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2024-09-09T10:49:51.148Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2024-09-09T10:49:51.718Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2024-09-09T10:49:53.100Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2024-09-09T10:49:53.100Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2024-09-09T10:49:55.741Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2024-09-09T10:49:55.741Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2024-09-09T10:49:55.741Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2024-09-09T10:49:57.139Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2024-09-09T10:49:57.139Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2024-09-09T10:49:57.139Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2024-09-09T10:49:57.717Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2024-09-09T10:49:57.717Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2024-09-09T10:49:57.717Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2024-09-09T10:49:57.717Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler [no test files] [2024-09-09T10:49:58.283Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.032s coverage: 94.4% of statements [2024-09-09T10:49:58.850Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/application/action [no test files] [2024-09-09T10:49:58.850Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/config [no test files] [2024-09-09T10:49:58.850Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/container [no test files] [2024-09-09T10:50:00.226Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure [no test files] [2024-09-09T10:50:00.226Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces [no test files] [2024-09-09T10:50:00.226Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces/mocks [no test files] [2024-09-09T10:50:00.226Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2024-09-09T10:50:01.163Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2024-09-09T10:50:01.163Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2024-09-09T10:50:01.163Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2024-09-09T10:50:01.163Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2024-09-09T10:50:02.256Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-9844 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2024-09-09T10:50:02.277Z] Running in /w/workspace/edgex-go/689 [Pipeline] { [Pipeline] checkout [2024-09-09T10:50:02.307Z] The recommended git tool is: git [2024-09-09T10:50:03.139Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2024-09-09T10:50:03.139Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2024-09-09T10:50:03.139Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2024-09-09T10:50:03.139Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2024-09-09T10:50:04.087Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2024-09-09T10:50:04.087Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2024-09-09T10:50:04.345Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2024-09-09T10:50:04.345Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2024-09-09T10:50:10.614Z] using credential edgex-jenkins-ssh [2024-09-09T10:50:10.642Z] Cloning the remote Git repository [2024-09-09T10:50:10.924Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.265s coverage: 79.9% of statements [2024-09-09T10:50:10.924Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.064s coverage: 92.9% of statements [2024-09-09T10:50:10.924Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.016s coverage: 66.7% of statements [2024-09-09T10:50:10.924Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.033s coverage: 62.3% of statements [2024-09-09T10:50:10.924Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.028s coverage: 75.0% of statements [2024-09-09T10:50:10.924Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.030s coverage: 87.2% of statements [2024-09-09T10:50:10.924Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.023s coverage: 20.0% of statements [2024-09-09T10:50:10.924Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.018s coverage: 100.0% of statements [2024-09-09T10:50:10.924Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.070s coverage: 81.8% of statements [2024-09-09T10:50:10.924Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.065s coverage: 82.1% of statements [2024-09-09T10:50:10.924Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.020s coverage: 86.0% of statements [2024-09-09T10:50:10.924Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.161s coverage: 63.1% of statements [2024-09-09T10:50:10.924Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.027s coverage: 100.0% of statements [2024-09-09T10:50:10.924Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.022s coverage: 89.4% of statements [2024-09-09T10:50:10.924Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.018s coverage: 100.0% of statements [2024-09-09T10:50:10.924Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.015s coverage: 73.7% of statements [2024-09-09T10:50:10.924Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.016s coverage: 100.0% of statements [2024-09-09T10:50:10.924Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.255s coverage: 36.5% of statements [2024-09-09T10:50:10.924Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.021s coverage: 89.5% of statements [2024-09-09T10:50:10.924Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.090s coverage: 84.8% of statements [2024-09-09T10:50:10.924Z] ok github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/application 1.030s coverage: 5.2% of statements [2024-09-09T10:50:10.924Z] ok github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/controller/http 1.067s coverage: 97.1% of statements [2024-09-09T10:50:10.924Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.041s coverage: 19.9% of statements [2024-09-09T10:50:10.924Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.123s coverage: 95.7% of statements [2024-09-09T10:50:10.924Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.033s coverage: 61.8% of statements [2024-09-09T10:50:10.924Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.053s coverage: 98.9% of statements [2024-09-09T10:50:11.189Z] 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-09-09T10:50:11.447Z] running golangci-lint [2024-09-09T10:50:11.447Z] golangci-lint has version 1.54.2 built with go1.21.0 from 411e0bbb on 2023-08-21T12:04:32Z [2024-09-09T10:50:11.447Z] go version go1.21.9 linux/amd64 [2024-09-09T10:50:10.736Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2024-09-09T10:50:10.918Z] > git init /w/workspace/edgex-go/689 # timeout=10 [2024-09-09T10:50:11.166Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2024-09-09T10:50:11.167Z] > git --version # timeout=10 [2024-09-09T10:50:11.194Z] > git --version # 'git version 2.25.1' [2024-09-09T10:50:11.196Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-09-09T10:50:11.370Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-09-09T10:50:11.706Z] level=info msg="[config_reader] Used config file .golangci.yml" [2024-09-09T10:50:11.706Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2024-09-09T10:50:28.690Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2024-09-09T10:50:28.718Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-09-09T10:50:29.541Z] Avoid second fetch [2024-09-09T10:50:29.541Z] Checking out Revision 489770a83fbc98f336c86b0914a62f33e4a7a33e (main) [2024-09-09T10:50:30.371Z] Commit message: "Merge pull request #4900 from lindseysimple/issue-4899" [2024-09-09T10:50:29.560Z] > git config core.sparsecheckout # timeout=10 [2024-09-09T10:50:29.620Z] > git checkout -f 489770a83fbc98f336c86b0914a62f33e4a7a33e # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-09-09T10:50:35.000Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-09-09T10:50:35.000Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-09-09T10:50:35.000Z] Dload Upload Total Spent Left Speed [2024-09-09T10:50:35.000Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 73302 0 --:--:-- --:--:-- --:--:-- 73302 [Pipeline] sh [2024-09-09T10:50:35.326Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-09-09T10:50:35.646Z] + sudo jq+ . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-09-09T10:50:35.646Z] sudo tee /etc/docker/daemon.new [2024-09-09T10:50:35.646Z] { [2024-09-09T10:50:35.646Z] "registry-mirrors": [ [2024-09-09T10:50:35.646Z] "https://nexus3.edgexfoundry.org:10001" [2024-09-09T10:50:35.646Z] ], [2024-09-09T10:50:35.646Z] "bip": "10.250.0.254/24", [2024-09-09T10:50:35.646Z] "hosts": [ [2024-09-09T10:50:35.646Z] "tcp://0.0.0.0:5555", [2024-09-09T10:50:35.646Z] "unix:///var/run/docker.sock" [2024-09-09T10:50:35.646Z] ], [2024-09-09T10:50:35.646Z] "mtu": 1458, [2024-09-09T10:50:35.646Z] "selinux-enabled": true, [2024-09-09T10:50:35.646Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-09-09T10:50:35.646Z] } [Pipeline] sh [2024-09-09T10:50:35.976Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-09-09T10:50:36.306Z] + sudo service docker restart [2024-09-09T10:50:38.246Z] level=info msg="[loader] Go packages loading at mode 575 (exports_file|name|types_sizes|compiled_files|deps|files|imports) took 22.664417921s" [2024-09-09T10:50:38.246Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 38.815894ms" [2024-09-09T10:50:48.258Z] level=info msg="[linters_context/goanalysis] analyzers took 1m49.05885723s with top 10 stages: buildir: 1m3.980737548s, gosec: 9.553496366s, inspect: 2.812975334s, fact_deprecated: 2.095137517s, printf: 1.786620064s, ctrlflow: 1.664559345s, S1038: 1.526139099s, fact_purity: 1.443355872s, nilness: 1.192073829s, directives: 852.049968ms" [2024-09-09T10:50:48.258Z] level=info msg="[runner] Issues before processing: 214, after processing: 0" [2024-09-09T10:50:48.258Z] level=info msg="[runner] Processors filtering stat (out/in): autogenerated_exclude: 214/214, filename_unadjuster: 214/214, identifier_marker: 214/214, exclude: 214/214, path_prettifier: 214/214, exclude-rules: 22/214, skip_files: 214/214, skip_dirs: 214/214, nolint: 0/22, cgo: 214/214" [2024-09-09T10:50:48.258Z] level=info msg="[runner] processing took 21.689745ms with stages: nolint: 10.50688ms, identifier_marker: 5.573933ms, exclude-rules: 1.722673ms, path_prettifier: 1.547642ms, autogenerated_exclude: 1.542402ms, skip_dirs: 743.565µs, cgo: 32.65µs, filename_unadjuster: 14.18µs, max_same_issues: 1.23µs, fixer: 610ns, uniq_by_line: 590ns, sort_results: 540ns, exclude: 510ns, skip_files: 450ns, source_code: 430ns, diff: 370ns, severity-rules: 320ns, max_from_linter: 240ns, path_shortener: 180ns, path_prefixer: 180ns, max_per_file_from_linter: 170ns" [2024-09-09T10:50:48.258Z] level=info msg="[runner] linters took 13.503588651s with stages: goanalysis_metalinter: 13.481755365s" [2024-09-09T10:50:48.258Z] level=info msg="File cache stats: 0 entries of total size 0B" [2024-09-09T10:50:48.258Z] level=info msg="Memory: 362 samples, avg is 330.7MB, max is 1425.7MB" [2024-09-09T10:50:48.258Z] level=info msg="Execution took 36.216174248s" [2024-09-09T10:50:48.258Z] go vet ./... [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-09-09T10:50:54.586Z] provisioning config files... [2024-09-09T10:50:54.607Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/689@tmp/config9827895695786827440tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-09-09T10:50:54.836Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-09-09T10:50:54.836Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-09-09T10:50:55.056Z] ---> ****-login.sh [2024-09-09T10:50:55.056Z] nexus3.edgexfoundry.org:10001 [2024-09-09T10:50:55.095Z] ./bin/test-attribution-txt.sh [2024-09-09T10:50:55.329Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] echo [2024-09-09T10:50:55.368Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh [2024-09-09T10:50:55.605Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-09T10:50:55.605Z] Configure a credential helper to remove this warning. See [2024-09-09T10:50:55.605Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-09T10:50:55.605Z] [2024-09-09T10:50:55.605Z] Login Succeeded [2024-09-09T10:50:55.605Z] nexus3.edgexfoundry.org:10002 [2024-09-09T10:50:55.662Z] + ls -al . [2024-09-09T10:50:55.662Z] total 916 [2024-09-09T10:50:55.662Z] drwxrwxr-x 11 1001 1001 4096 Sep 9 10:48 . [2024-09-09T10:50:55.662Z] drwxr-xr-x 4 root root 4096 Sep 9 10:48 .. [2024-09-09T10:50:55.662Z] drwxrwxr-x 2 1001 1001 4096 Sep 9 10:47 .blubracket [2024-09-09T10:50:55.662Z] -rw-rw-r-- 1 1001 1001 10 Sep 9 10:47 .dockerignore [2024-09-09T10:50:55.662Z] drwxrwxr-x 8 1001 1001 4096 Sep 9 10:50 .git [2024-09-09T10:50:55.662Z] drwxrwxr-x 3 1001 1001 4096 Sep 9 10:47 .github [2024-09-09T10:50:55.662Z] -rw-rw-r-- 1 1001 1001 1102 Sep 9 10:47 .gitignore [2024-09-09T10:50:55.662Z] -rw-rw-r-- 1 1001 1001 42 Sep 9 10:47 .golangci.yml [2024-09-09T10:50:55.662Z] -rw-rw-r-- 1 1001 1001 100 Sep 9 10:47 .hadolint.yml [2024-09-09T10:50:55.662Z] drwxr-xr-x 3 1001 1001 4096 Sep 9 10:48 .semver [2024-09-09T10:50:55.663Z] -rw-rw-r-- 1 1001 1001 155 Sep 9 10:47 .sonarcloud.properties [2024-09-09T10:50:55.663Z] -rw-rw-r-- 1 1001 1001 1171 Sep 9 10:47 ADOPTERS.md [2024-09-09T10:50:55.663Z] -rw-rw-r-- 1 1001 1001 21286 Sep 9 10:47 Attribution.txt [2024-09-09T10:50:55.663Z] -rw-rw-r-- 1 1001 1001 100284 Sep 9 10:47 CHANGELOG.md [2024-09-09T10:50:55.663Z] -rw-rw-r-- 1 1001 1001 3804 Sep 9 10:47 CONTRIBUTING.md [2024-09-09T10:50:55.663Z] -rw-rw-r-- 1 1001 1001 677 Sep 9 10:47 GOVERNANCE.md [2024-09-09T10:50:55.663Z] -rw-rw-r-- 1 1001 1001 861 Sep 9 10:47 Jenkinsfile [2024-09-09T10:50:55.663Z] -rw-rw-r-- 1 1001 1001 10775 Sep 9 10:47 LICENSE [2024-09-09T10:50:55.663Z] -rw-rw-r-- 1 1001 1001 16854 Sep 9 10:47 Makefile [2024-09-09T10:50:55.663Z] -rw-rw-r-- 1 1001 1001 582 Sep 9 10:47 OWNERS.md [2024-09-09T10:50:55.663Z] -rw-rw-r-- 1 1001 1001 9528 Sep 9 10:47 README.md [2024-09-09T10:50:55.663Z] -rw-rw-r-- 1 1001 1001 789 Sep 9 10:47 SECURITY.md [2024-09-09T10:50:55.663Z] -rw-rw-r-- 1 1001 1001 12 Sep 9 10:48 VERSION [2024-09-09T10:50:55.663Z] drwxrwxr-x 2 1001 1001 4096 Sep 9 10:47 bin [2024-09-09T10:50:55.663Z] drwxrwxr-x 20 1001 1001 4096 Sep 9 10:47 cmd [2024-09-09T10:50:55.663Z] -rw-r--r-- 1 root root 545683 Sep 9 10:50 coverage.out [2024-09-09T10:50:55.663Z] drwxrwxr-x 2 1001 1001 4096 Sep 9 10:47 fuzz_test [2024-09-09T10:50:55.663Z] -rw-rw-r-- 1 1001 1001 7306 Sep 9 10:47 go.mod [2024-09-09T10:50:55.663Z] -rw-rw-r-- 1 1001 1001 102583 Sep 9 10:47 go.sum [2024-09-09T10:50:55.663Z] drwxrwxr-x 7 1001 1001 4096 Sep 9 10:47 internal [2024-09-09T10:50:55.663Z] drwxrwxr-x 3 1001 1001 4096 Sep 9 10:47 openapi [2024-09-09T10:50:55.663Z] -rw-rw-r-- 1 1001 1001 584 Sep 9 10:47 security.txt [2024-09-09T10:50:55.663Z] -rw-rw-r-- 1 1001 1001 204 Sep 9 10:47 version.go [Pipeline] sh [2024-09-09T10:50:55.876Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-09T10:50:55.877Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-09T10:50:55.877Z] Configure a credential helper to remove this warning. See [2024-09-09T10:50:55.877Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-09T10:50:55.877Z] [2024-09-09T10:50:55.877Z] Login Succeeded [2024-09-09T10:50:55.877Z] nexus3.edgexfoundry.org:10003 [2024-09-09T10:50:55.962Z] + '[' -e coverage.out ] [2024-09-09T10:50:55.962Z] + chown 1001:1001 coverage.out [Pipeline] stash [2024-09-09T10:50:56.084Z] Stashed 1 file(s) [Pipeline] sh [2024-09-09T10:50:56.144Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-09T10:50:56.380Z] + make build [2024-09-09T10:50:56.380Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-09-09T10:50:56.414Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-09T10:50:56.414Z] Configure a credential helper to remove this warning. See [2024-09-09T10:50:56.415Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-09T10:50:56.415Z] [2024-09-09T10:50:56.415Z] Login Succeeded [2024-09-09T10:50:56.415Z] nexus3.edgexfoundry.org:10004 [2024-09-09T10:50:56.686Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-09T10:50:56.686Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-09T10:50:56.686Z] Configure a credential helper to remove this warning. See [2024-09-09T10:50:56.686Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-09T10:50:56.686Z] [2024-09-09T10:50:56.686Z] Login Succeeded [2024-09-09T10:50:56.686Z] ****.io [2024-09-09T10:50:56.953Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-09T10:50:57.222Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-09T10:50:57.222Z] Configure a credential helper to remove this warning. See [2024-09-09T10:50:57.222Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-09T10:50:57.222Z] [2024-09-09T10:50:57.222Z] Login Succeeded [2024-09-09T10:50:57.222Z] ---> ****-login.sh ends [Pipeline] } [2024-09-09T10:50:57.235Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2024-09-09T10:50:57.835Z] + git config --global --add safe.directory /w/workspace/edgex-go/689 [Pipeline] echo [2024-09-09T10:50:57.854Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-09-09T10:50:57.878Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-09-09T10:50:57.896Z] ========================================================= [2024-09-09T10:50:57.896Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2024-09-09T10:50:57.896Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-09-09T10:50:58.215Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-09-09T10:50:58.215Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-09-09T10:50:58.215Z] c6b39de5b339: Pulling fs layer [2024-09-09T10:50:58.215Z] a69c41024577: Pulling fs layer [2024-09-09T10:50:58.215Z] d6de4b400683: Pulling fs layer [2024-09-09T10:50:58.215Z] 35cb2a7552d0: Pulling fs layer [2024-09-09T10:50:58.215Z] 4f4fb700ef54: Pulling fs layer [2024-09-09T10:50:58.215Z] 464afbd9ba4c: Pulling fs layer [2024-09-09T10:50:58.215Z] 00f215d4a9da: Pulling fs layer [2024-09-09T10:50:58.215Z] d496ad576159: Pulling fs layer [2024-09-09T10:50:58.215Z] 35cb2a7552d0: Waiting [2024-09-09T10:50:58.215Z] 4f4fb700ef54: Waiting [2024-09-09T10:50:58.215Z] 464afbd9ba4c: Waiting [2024-09-09T10:50:58.215Z] 00f215d4a9da: Waiting [2024-09-09T10:50:58.215Z] d496ad576159: Waiting [2024-09-09T10:50:58.483Z] a69c41024577: Verifying Checksum [2024-09-09T10:50:58.483Z] a69c41024577: Download complete [2024-09-09T10:50:58.483Z] 35cb2a7552d0: Verifying Checksum [2024-09-09T10:50:58.483Z] 35cb2a7552d0: Download complete [2024-09-09T10:50:58.483Z] 4f4fb700ef54: Verifying Checksum [2024-09-09T10:50:58.483Z] 4f4fb700ef54: Download complete [2024-09-09T10:50:58.483Z] 464afbd9ba4c: Verifying Checksum [2024-09-09T10:50:58.483Z] 464afbd9ba4c: Download complete [2024-09-09T10:50:58.483Z] c6b39de5b339: Verifying Checksum [2024-09-09T10:50:58.483Z] c6b39de5b339: Download complete [2024-09-09T10:50:59.067Z] d496ad576159: Verifying Checksum [2024-09-09T10:50:59.067Z] d496ad576159: Download complete [2024-09-09T10:50:59.335Z] c6b39de5b339: Pull complete [2024-09-09T10:51:00.295Z] d6de4b400683: Verifying Checksum [2024-09-09T10:51:00.295Z] d6de4b400683: Download complete [2024-09-09T10:51:00.295Z] a69c41024577: Pull complete [2024-09-09T10:51:01.253Z] 00f215d4a9da: Verifying Checksum [2024-09-09T10:51:01.253Z] 00f215d4a9da: Download complete [2024-09-09T10:51:14.179Z] d6de4b400683: Pull complete [2024-09-09T10:51:14.179Z] 35cb2a7552d0: Pull complete [2024-09-09T10:51:14.179Z] 4f4fb700ef54: Pull complete [2024-09-09T10:51:14.179Z] 464afbd9ba4c: Pull complete [2024-09-09T10:51:22.920Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-09-09T10:51:22.920Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-09-09T10:51:22.920Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-09-09T10:51:22.920Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-09-09T10:51:24.288Z] 00f215d4a9da: Pull complete [2024-09-09T10:51:24.302Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-09-09T10:51:25.708Z] d496ad576159: Pull complete [2024-09-09T10:51:25.708Z] Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 [2024-09-09T10:51:25.708Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-09-09T10:51:25.708Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [Pipeline] fileExists [Pipeline] sh [2024-09-09T10:51:26.066Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-09-09T10:51:26.066Z] WORKDIR /edgex [2024-09-09T10:51:26.066Z] COPY go.mod . [2024-09-09T10:51:26.066Z] RUN go mod download [2024-09-09T10:51:26.066Z] + docker build -t ci-base-image-arm64 -f - . [2024-09-09T10:51:26.657Z] Sending build context to Docker daemon 3.539MB [2024-09-09T10:51:26.657Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-09-09T10:51:26.657Z] ---> f246e2811388 [2024-09-09T10:51:26.657Z] Step 2/4 : WORKDIR /edgex [2024-09-09T10:51:28.490Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-09-09T10:51:28.606Z] ---> Running in 1d0880934065 [2024-09-09T10:51:28.874Z] Removing intermediate container 1d0880934065 [2024-09-09T10:51:28.874Z] ---> b98a1454d11f [2024-09-09T10:51:28.874Z] Step 3/4 : COPY go.mod . [2024-09-09T10:51:29.427Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler [2024-09-09T10:51:29.481Z] ---> ff1e71994cd5 [2024-09-09T10:51:29.481Z] Step 4/4 : RUN go mod download [2024-09-09T10:51:29.481Z] ---> Running in 7dcfd3452a09 [2024-09-09T10:51:31.329Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-09-09T10:51:33.233Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-09-09T10:51:34.174Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-09-09T10:51:34.741Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-09-09T10:51:35.678Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-09-09T10:51:36.614Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2024-09-09T10:51:37.573Z] $ docker stop --time=1 a1caae80946ce9eed2219bd835adec4a75ede7e86a71289c439bf4d9de43628e [2024-09-09T10:51:43.076Z] $ docker rm -f --volumes a1caae80946ce9eed2219bd835adec4a75ede7e86a71289c439bf4d9de43628e [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-09-09T10:51:44.320Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-09-09T10:51:44.320Z] [2024-09-09T10:51:44.320Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:51:44.628Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-09-09T10:51:44.628Z] latest: Pulling from edgex-devops/edgex-compose [2024-09-09T10:51:44.628Z] 91d30c5bc195: Pulling fs layer [2024-09-09T10:51:44.628Z] 2e9b0aa3be6d: Pulling fs layer [2024-09-09T10:51:44.628Z] 9c61dcf015f6: Pulling fs layer [2024-09-09T10:51:44.628Z] 4698f68db338: Pulling fs layer [2024-09-09T10:51:44.628Z] 2a2f49069b9e: Pulling fs layer [2024-09-09T10:51:44.628Z] e0025b399a48: Pulling fs layer [2024-09-09T10:51:44.628Z] 4698f68db338: Waiting [2024-09-09T10:51:44.628Z] 2a2f49069b9e: Waiting [2024-09-09T10:51:44.628Z] e0025b399a48: Waiting [2024-09-09T10:51:44.887Z] 91d30c5bc195: Download complete [2024-09-09T10:51:44.887Z] 4698f68db338: Verifying Checksum [2024-09-09T10:51:44.887Z] 4698f68db338: Download complete [2024-09-09T10:51:44.887Z] 2e9b0aa3be6d: Verifying Checksum [2024-09-09T10:51:44.887Z] 2e9b0aa3be6d: Download complete [2024-09-09T10:51:44.887Z] e0025b399a48: Verifying Checksum [2024-09-09T10:51:44.887Z] e0025b399a48: Download complete [2024-09-09T10:51:44.887Z] 91d30c5bc195: Pull complete [2024-09-09T10:51:45.145Z] 2a2f49069b9e: Verifying Checksum [2024-09-09T10:51:45.145Z] 2a2f49069b9e: Download complete [2024-09-09T10:51:45.145Z] 2e9b0aa3be6d: Pull complete [2024-09-09T10:51:45.403Z] 9c61dcf015f6: Verifying Checksum [2024-09-09T10:51:45.403Z] 9c61dcf015f6: Download complete [2024-09-09T10:51:48.685Z] 9c61dcf015f6: Pull complete [2024-09-09T10:51:48.685Z] 4698f68db338: Pull complete [2024-09-09T10:51:48.685Z] 2a2f49069b9e: Pull complete [2024-09-09T10:51:48.685Z] e0025b399a48: Pull complete [2024-09-09T10:51:48.685Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2024-09-09T10:51:48.685Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-09-09T10:51:48.685Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-09T10:51:48.778Z] prd-ubuntu20.04-docker-8c-8g-9843 does not seem to be running inside a container [2024-09-09T10:51:48.809Z] $ 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/689 -v /w/workspace/edgex-go/689:/w/workspace/edgex-go/689:rw,z -v /w/workspace/edgex-go/689@tmp:/w/workspace/edgex-go/689@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-09-09T10:51:51.348Z] $ docker top 4789ace280c51d5afca64e2e3463a371ceefcde02a63f1e01a075df3b2796508 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-09-09T10:51:51.704Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-09-09T10:51:54.238Z] #1 [support-notifications internal] load build definition from Dockerfile [2024-09-09T10:51:54.238Z] #1 transferring dockerfile: 1.95kB done [2024-09-09T10:51:54.238Z] #1 DONE 0.0s [2024-09-09T10:51:54.238Z] [2024-09-09T10:51:54.238Z] #2 [security-proxy-auth internal] load build definition from Dockerfile [2024-09-09T10:51:54.238Z] #2 transferring dockerfile: 2.15kB done [2024-09-09T10:51:54.238Z] #2 DONE 0.0s [2024-09-09T10:51:54.238Z] [2024-09-09T10:51:54.238Z] #3 [security-spire-server internal] load build definition from Dockerfile [2024-09-09T10:51:54.238Z] #3 transferring dockerfile: 1.70kB done [2024-09-09T10:51:54.238Z] #3 DONE 0.0s [2024-09-09T10:51:54.238Z] [2024-09-09T10:51:54.238Z] #4 [security-spire-config internal] load build definition from Dockerfile [2024-09-09T10:51:54.238Z] #4 transferring dockerfile: 1.69kB done [2024-09-09T10:51:54.238Z] #4 DONE 0.0s [2024-09-09T10:51:54.238Z] [2024-09-09T10:51:54.238Z] #5 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-09-09T10:51:54.238Z] #5 transferring dockerfile: 1.89kB done [2024-09-09T10:51:54.238Z] #5 DONE 0.0s [2024-09-09T10:51:54.238Z] [2024-09-09T10:51:54.238Z] #6 [core-command internal] load build definition from Dockerfile [2024-09-09T10:51:54.238Z] #6 transferring dockerfile: 1.93kB done [2024-09-09T10:51:54.238Z] #6 DONE 0.0s [2024-09-09T10:51:54.238Z] [2024-09-09T10:51:54.238Z] #7 [core-metadata internal] load build definition from Dockerfile [2024-09-09T10:51:54.238Z] #7 transferring dockerfile: 2.06kB done [2024-09-09T10:51:54.238Z] #7 DONE 0.0s [2024-09-09T10:51:54.238Z] [2024-09-09T10:51:54.238Z] #8 [security-spire-agent internal] load build definition from Dockerfile [2024-09-09T10:51:54.238Z] #8 transferring dockerfile: 1.81kB done [2024-09-09T10:51:54.238Z] #8 DONE 0.0s [2024-09-09T10:51:54.238Z] [2024-09-09T10:51:54.238Z] #9 [support-scheduler internal] load build definition from Dockerfile [2024-09-09T10:51:54.238Z] #9 transferring dockerfile: 1.93kB done [2024-09-09T10:51:54.238Z] #9 DONE 0.0s [2024-09-09T10:51:54.238Z] [2024-09-09T10:51:54.238Z] #10 [core-keeper internal] load build definition from Dockerfile [2024-09-09T10:51:54.238Z] #10 transferring dockerfile: 2.01kB done [2024-09-09T10:51:54.238Z] #10 DONE 0.0s [2024-09-09T10:51:54.238Z] [2024-09-09T10:51:54.238Z] #11 [security-secretstore-setup internal] load build definition from Dockerfile [2024-09-09T10:51:54.238Z] #11 transferring dockerfile: 2.49kB done [2024-09-09T10:51:54.238Z] #11 DONE 0.0s [2024-09-09T10:51:54.238Z] [2024-09-09T10:51:54.238Z] #12 [security-bootstrapper internal] load build definition from Dockerfile [2024-09-09T10:51:54.238Z] #12 transferring dockerfile: 3.17kB done [2024-09-09T10:51:54.238Z] #12 DONE 0.0s [2024-09-09T10:51:54.238Z] [2024-09-09T10:51:54.238Z] #13 [security-proxy-setup internal] load build definition from Dockerfile [2024-09-09T10:51:54.238Z] #13 transferring dockerfile: 2.50kB done [2024-09-09T10:51:54.238Z] #13 DONE 0.0s [2024-09-09T10:51:54.238Z] [2024-09-09T10:51:54.238Z] #14 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-09-09T10:51:54.238Z] #14 transferring dockerfile: 2.23kB done [2024-09-09T10:51:54.238Z] #14 DONE 0.0s [2024-09-09T10:51:54.238Z] [2024-09-09T10:51:54.238Z] #15 [support-notifications internal] load .dockerignore [2024-09-09T10:51:54.238Z] #15 transferring context: 50B done [2024-09-09T10:51:54.238Z] #15 DONE 0.0s [2024-09-09T10:51:54.238Z] [2024-09-09T10:51:54.238Z] #16 [core-data internal] load build definition from Dockerfile [2024-09-09T10:51:54.498Z] #16 transferring dockerfile: 2.07kB done [2024-09-09T10:51:54.498Z] #16 DONE 0.0s [2024-09-09T10:51:54.498Z] [2024-09-09T10:51:54.498Z] #17 [support-cron-scheduler internal] load build definition from Dockerfile [2024-09-09T10:51:54.498Z] #17 transferring dockerfile: 1.85kB done [2024-09-09T10:51:54.498Z] #17 DONE 0.0s [2024-09-09T10:51:54.498Z] [2024-09-09T10:51:54.498Z] #18 [security-proxy-auth internal] load .dockerignore [2024-09-09T10:51:54.498Z] #18 transferring context: 50B done [2024-09-09T10:51:54.498Z] #18 DONE 0.0s [2024-09-09T10:51:54.498Z] [2024-09-09T10:51:54.498Z] #19 [security-spire-server internal] load .dockerignore [2024-09-09T10:51:54.498Z] #19 transferring context: 50B done [2024-09-09T10:51:54.498Z] #19 DONE 0.0s [2024-09-09T10:51:54.498Z] [2024-09-09T10:51:54.498Z] #20 [security-spire-config internal] load .dockerignore [2024-09-09T10:51:54.498Z] #20 transferring context: 50B done [2024-09-09T10:51:54.498Z] #20 DONE 0.0s [2024-09-09T10:51:54.498Z] [2024-09-09T10:51:54.498Z] #21 [security-spiffe-token-provider internal] load .dockerignore [2024-09-09T10:51:54.498Z] #21 transferring context: 50B done [2024-09-09T10:51:54.498Z] #21 DONE 0.0s [2024-09-09T10:51:54.498Z] [2024-09-09T10:51:54.498Z] #22 [core-command internal] load .dockerignore [2024-09-09T10:51:54.498Z] #22 transferring context: 50B done [2024-09-09T10:51:54.498Z] #22 DONE 0.0s [2024-09-09T10:51:54.498Z] [2024-09-09T10:51:54.498Z] #23 [security-spire-agent internal] load .dockerignore [2024-09-09T10:51:54.756Z] #23 transferring context: 50B done [2024-09-09T10:51:54.756Z] #23 DONE 0.0s [2024-09-09T10:51:54.756Z] [2024-09-09T10:51:54.756Z] #24 [core-metadata internal] load .dockerignore [2024-09-09T10:51:54.756Z] #24 transferring context: 50B done [2024-09-09T10:51:54.756Z] #24 DONE 0.0s [2024-09-09T10:51:54.756Z] [2024-09-09T10:51:54.756Z] #25 [support-scheduler internal] load .dockerignore [2024-09-09T10:51:54.756Z] #25 transferring context: 50B done [2024-09-09T10:51:54.756Z] #25 DONE 0.0s [2024-09-09T10:51:54.756Z] [2024-09-09T10:51:54.756Z] #26 [core-keeper internal] load .dockerignore [2024-09-09T10:51:54.756Z] #26 transferring context: 50B done [2024-09-09T10:51:54.756Z] #26 DONE 0.0s [2024-09-09T10:51:54.756Z] [2024-09-09T10:51:54.756Z] #27 [security-secretstore-setup internal] load .dockerignore [2024-09-09T10:51:54.756Z] #27 transferring context: 50B done [2024-09-09T10:51:54.756Z] #27 DONE 0.0s [2024-09-09T10:51:54.756Z] [2024-09-09T10:51:54.756Z] #28 [security-bootstrapper internal] load .dockerignore [2024-09-09T10:51:54.756Z] #28 transferring context: 50B done [2024-09-09T10:51:54.756Z] #28 DONE 0.0s [2024-09-09T10:51:54.756Z] [2024-09-09T10:51:54.756Z] #29 [security-proxy-setup internal] load .dockerignore [2024-09-09T10:51:54.756Z] #29 transferring context: 50B done [2024-09-09T10:51:54.756Z] #29 DONE 0.0s [2024-09-09T10:51:54.756Z] [2024-09-09T10:51:54.756Z] #30 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-09-09T10:51:54.756Z] #30 DONE 0.0s [2024-09-09T10:51:54.756Z] [2024-09-09T10:51:54.756Z] #31 [core-data internal] load .dockerignore [2024-09-09T10:51:54.756Z] #31 transferring context: 50B done [2024-09-09T10:51:54.756Z] #31 DONE 0.0s [2024-09-09T10:51:54.756Z] [2024-09-09T10:51:54.756Z] #32 [core-common-config-bootstrapper internal] load .dockerignore [2024-09-09T10:51:54.756Z] #32 transferring context: 50B done [2024-09-09T10:51:54.756Z] #32 DONE 0.0s [2024-09-09T10:51:54.756Z] [2024-09-09T10:51:54.756Z] #33 [support-cron-scheduler internal] load .dockerignore [2024-09-09T10:51:54.756Z] #33 transferring context: 50B done [2024-09-09T10:51:54.756Z] #33 DONE 0.0s [2024-09-09T10:51:54.756Z] [2024-09-09T10:51:54.756Z] #34 [support-notifications internal] load metadata for docker.io/library/alpine:3.18 [2024-09-09T10:51:54.756Z] #34 DONE 0.1s [2024-09-09T10:51:54.756Z] [2024-09-09T10:51:54.756Z] #35 [support-notifications stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de [2024-09-09T10:51:54.756Z] #35 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done [2024-09-09T10:51:55.035Z] #35 sha256:2c64cf60f6f05256c049f58403d0c3b33f2145a70830cb8e24efa826854c1a46 1.47kB / 1.47kB done [2024-09-09T10:51:55.035Z] #35 sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 3.42MB / 3.42MB 0.1s [2024-09-09T10:51:55.035Z] #35 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done [2024-09-09T10:51:55.035Z] #35 sha256:6dd50001b9e79cb29144ca095f5910367fc0b867d321bd0e788dd32dcfd8f945 528B / 528B done [2024-09-09T10:51:55.035Z] #35 ... [2024-09-09T10:51:55.035Z] [2024-09-09T10:51:55.035Z] #30 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-09-09T10:51:55.035Z] #30 DONE 0.0s [2024-09-09T10:51:55.035Z] [2024-09-09T10:51:55.035Z] #35 [security-proxy-auth stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de [2024-09-09T10:51:55.035Z] #35 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done [2024-09-09T10:51:55.035Z] #35 sha256:2c64cf60f6f05256c049f58403d0c3b33f2145a70830cb8e24efa826854c1a46 1.47kB / 1.47kB done [2024-09-09T10:51:55.035Z] #35 sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 3.42MB / 3.42MB 0.2s done [2024-09-09T10:51:55.035Z] #35 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done [2024-09-09T10:51:55.035Z] #35 sha256:6dd50001b9e79cb29144ca095f5910367fc0b867d321bd0e788dd32dcfd8f945 528B / 528B done [2024-09-09T10:51:55.035Z] #35 extracting sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 [2024-09-09T10:51:55.035Z] #35 ... [2024-09-09T10:51:55.035Z] [2024-09-09T10:51:55.035Z] #30 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-09-09T10:51:55.035Z] #30 DONE 0.0s [2024-09-09T10:51:55.035Z] [2024-09-09T10:51:55.035Z] #35 [core-command stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de [2024-09-09T10:51:55.035Z] #35 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done [2024-09-09T10:51:55.035Z] #35 sha256:2c64cf60f6f05256c049f58403d0c3b33f2145a70830cb8e24efa826854c1a46 1.47kB / 1.47kB done [2024-09-09T10:51:55.035Z] #35 sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 3.42MB / 3.42MB 0.2s done [2024-09-09T10:51:55.035Z] #35 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done [2024-09-09T10:51:55.035Z] #35 sha256:6dd50001b9e79cb29144ca095f5910367fc0b867d321bd0e788dd32dcfd8f945 528B / 528B done [2024-09-09T10:51:55.294Z] #35 ... [2024-09-09T10:51:55.294Z] [2024-09-09T10:51:55.294Z] #30 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-09-09T10:51:55.294Z] #30 DONE 0.0s [2024-09-09T10:51:55.294Z] [2024-09-09T10:51:55.294Z] #35 [support-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de [2024-09-09T10:51:55.294Z] #35 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done [2024-09-09T10:51:55.294Z] #35 sha256:2c64cf60f6f05256c049f58403d0c3b33f2145a70830cb8e24efa826854c1a46 1.47kB / 1.47kB done [2024-09-09T10:51:55.294Z] #35 sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 3.42MB / 3.42MB 0.2s done [2024-09-09T10:51:55.294Z] #35 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done [2024-09-09T10:51:55.294Z] #35 sha256:6dd50001b9e79cb29144ca095f5910367fc0b867d321bd0e788dd32dcfd8f945 528B / 528B done [2024-09-09T10:51:55.294Z] #35 extracting sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 0.2s done [2024-09-09T10:51:55.294Z] #35 ... [2024-09-09T10:51:55.294Z] [2024-09-09T10:51:55.294Z] #30 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-09-09T10:51:55.294Z] #30 DONE 0.0s [2024-09-09T10:51:55.294Z] [2024-09-09T10:51:55.294Z] #36 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2024-09-09T10:51:55.294Z] #36 DONE 0.7s [2024-09-09T10:51:55.294Z] [2024-09-09T10:51:55.294Z] #35 [core-keeper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de [2024-09-09T10:51:55.294Z] #35 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done [2024-09-09T10:51:55.294Z] #35 sha256:2c64cf60f6f05256c049f58403d0c3b33f2145a70830cb8e24efa826854c1a46 1.47kB / 1.47kB done [2024-09-09T10:51:55.294Z] #35 sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 3.42MB / 3.42MB 0.2s done [2024-09-09T10:51:55.294Z] #35 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done [2024-09-09T10:51:55.294Z] #35 sha256:6dd50001b9e79cb29144ca095f5910367fc0b867d321bd0e788dd32dcfd8f945 528B / 528B done [2024-09-09T10:51:55.294Z] #35 extracting sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 0.2s done [2024-09-09T10:51:55.555Z] #35 ... [2024-09-09T10:51:55.555Z] [2024-09-09T10:51:55.555Z] #30 [support-cron-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-09-09T10:51:55.555Z] #30 DONE 0.0s [2024-09-09T10:51:55.555Z] [2024-09-09T10:51:55.555Z] #36 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2024-09-09T10:51:55.555Z] #36 DONE 0.7s [2024-09-09T10:51:55.555Z] [2024-09-09T10:51:55.555Z] #35 [core-common-config-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de [2024-09-09T10:51:55.555Z] #35 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done [2024-09-09T10:51:55.555Z] #35 sha256:2c64cf60f6f05256c049f58403d0c3b33f2145a70830cb8e24efa826854c1a46 1.47kB / 1.47kB done [2024-09-09T10:51:55.555Z] #35 sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 3.42MB / 3.42MB 0.2s done [2024-09-09T10:51:55.555Z] #35 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done [2024-09-09T10:51:55.555Z] #35 sha256:6dd50001b9e79cb29144ca095f5910367fc0b867d321bd0e788dd32dcfd8f945 528B / 528B done [2024-09-09T10:51:55.555Z] #35 extracting sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 0.2s done [2024-09-09T10:51:55.555Z] #35 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done [2024-09-09T10:51:55.555Z] #35 sha256:2c64cf60f6f05256c049f58403d0c3b33f2145a70830cb8e24efa826854c1a46 1.47kB / 1.47kB done [2024-09-09T10:51:55.555Z] #35 sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 3.42MB / 3.42MB 0.2s done [2024-09-09T10:51:55.555Z] #35 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done [2024-09-09T10:51:55.555Z] #35 sha256:6dd50001b9e79cb29144ca095f5910367fc0b867d321bd0e788dd32dcfd8f945 528B / 528B done [2024-09-09T10:51:55.555Z] #35 extracting sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 0.2s done [2024-09-09T10:51:55.555Z] #35 DONE 0.9s [2024-09-09T10:51:55.555Z] [2024-09-09T10:51:55.555Z] #37 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-09-09T10:51:55.555Z] #37 DONE 0.6s [2024-09-09T10:51:55.555Z] [2024-09-09T10:51:55.555Z] #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-09T10:51:55.555Z] #38 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-09T10:52:00.846Z] #38 ... [2024-09-09T10:52:00.846Z] [2024-09-09T10:52:00.846Z] #39 [security-proxy-auth internal] load build context [2024-09-09T10:52:00.846Z] #39 transferring context: 126.16MB 5.6s [2024-09-09T10:52:00.846Z] #39 ... [2024-09-09T10:52:00.846Z] [2024-09-09T10:52:00.846Z] #40 [support-notifications internal] load build context [2024-09-09T10:52:01.116Z] #40 ... [2024-09-09T10:52:01.116Z] [2024-09-09T10:52:01.116Z] #39 [security-proxy-auth internal] load build context [2024-09-09T10:52:05.367Z] #39 ... [2024-09-09T10:52:05.367Z] [2024-09-09T10:52:05.367Z] #34 [support-cron-scheduler internal] load metadata for docker.io/library/alpine:3.18 [2024-09-09T10:52:05.367Z] #34 ... [2024-09-09T10:52:05.367Z] [2024-09-09T10:52:05.367Z] #41 [security-spiffe-token-provider internal] load build context [2024-09-09T10:52:05.367Z] #41 ... [2024-09-09T10:52:05.367Z] [2024-09-09T10:52:05.367Z] #42 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 [2024-09-09T10:52:05.367Z] #42 ... [2024-09-09T10:52:05.367Z] [2024-09-09T10:52:05.367Z] #43 [core-command internal] load build context [2024-09-09T10:52:05.367Z] #43 ... [2024-09-09T10:52:05.367Z] [2024-09-09T10:52:05.367Z] #44 [core-keeper internal] load build context [2024-09-09T10:52:05.367Z] #44 ... [2024-09-09T10:52:05.367Z] [2024-09-09T10:52:05.367Z] #45 [core-common-config-bootstrapper internal] load build context [2024-09-09T10:52:05.634Z] #45 ... [2024-09-09T10:52:05.634Z] [2024-09-09T10:52:05.634Z] #46 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go [2024-09-09T10:52:05.634Z] #46 ... [2024-09-09T10:52:05.634Z] [2024-09-09T10:52:05.634Z] #47 [security-spire-config internal] load build context [2024-09-09T10:52:05.634Z] #47 ... [2024-09-09T10:52:05.634Z] [2024-09-09T10:52:05.634Z] #48 [security-proxy-setup internal] load build context [2024-09-09T10:52:05.634Z] #48 transferring context: 381.11MB 10.1s [2024-09-09T10:52:05.896Z] #48 ... [2024-09-09T10:52:05.896Z] [2024-09-09T10:52:05.896Z] #49 [support-scheduler internal] load build context [2024-09-09T10:52:05.896Z] #49 ... [2024-09-09T10:52:05.896Z] [2024-09-09T10:52:05.896Z] #50 [security-bootstrapper internal] load build context [2024-09-09T10:52:06.322Z] #50 ... [2024-09-09T10:52:06.322Z] [2024-09-09T10:52:06.322Z] #51 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-09-09T10:52:06.322Z] #51 ... [2024-09-09T10:52:06.322Z] [2024-09-09T10:52:06.322Z] #52 [core-metadata internal] load build context [2024-09-09T10:52:06.322Z] #52 ... [2024-09-09T10:52:06.322Z] [2024-09-09T10:52:06.322Z] #53 [security-spire-server internal] load build context [2024-09-09T10:52:06.322Z] #53 ... [2024-09-09T10:52:06.322Z] [2024-09-09T10:52:06.322Z] #54 [security-secretstore-setup internal] load build context [2024-09-09T10:52:06.588Z] #54 ... [2024-09-09T10:52:06.588Z] [2024-09-09T10:52:06.588Z] #55 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-09-09T10:52:06.588Z] #55 ... [2024-09-09T10:52:06.588Z] [2024-09-09T10:52:06.588Z] #56 [core-data internal] load build context [2024-09-09T10:52:06.588Z] #56 ... [2024-09-09T10:52:06.588Z] [2024-09-09T10:52:06.588Z] #54 [security-secretstore-setup internal] load build context [2024-09-09T10:52:08.504Z] #54 transferring context: 495.52MB 13.0s done [2024-09-09T10:52:11.312Z] #54 ... [2024-09-09T10:52:11.312Z] [2024-09-09T10:52:11.312Z] #40 [support-notifications internal] load build context [2024-09-09T10:52:11.312Z] #40 transferring context: 495.52MB 16.1s done [2024-09-09T10:52:11.312Z] #40 ... [2024-09-09T10:52:11.312Z] [2024-09-09T10:52:11.312Z] #39 [security-proxy-auth internal] load build context [2024-09-09T10:52:12.470Z] #39 transferring context: 495.52MB 16.9s done [2024-09-09T10:52:15.058Z] #39 ... [2024-09-09T10:52:15.058Z] [2024-09-09T10:52:15.058Z] #41 [security-spiffe-token-provider internal] load build context [2024-09-09T10:52:15.058Z] #41 transferring context: 495.52MB 16.3s done [2024-09-09T10:52:16.089Z] #41 ... [2024-09-09T10:52:16.089Z] [2024-09-09T10:52:16.089Z] #43 [core-command internal] load build context [2024-09-09T10:52:16.089Z] #43 transferring context: 495.52MB 16.5s done [2024-09-09T10:52:16.351Z] #43 ... [2024-09-09T10:52:16.351Z] [2024-09-09T10:52:16.351Z] #44 [core-keeper internal] load build context [2024-09-09T10:52:16.351Z] #44 transferring context: 495.52MB 13.2s done [2024-09-09T10:52:16.351Z] #44 ... [2024-09-09T10:52:16.351Z] [2024-09-09T10:52:16.351Z] #52 [core-metadata internal] load build context [2024-09-09T10:52:16.351Z] #52 transferring context: 495.52MB 14.0s done [2024-09-09T10:52:16.612Z] #52 ... [2024-09-09T10:52:16.612Z] [2024-09-09T10:52:16.612Z] #50 [security-bootstrapper internal] load build context [2024-09-09T10:52:16.612Z] #50 transferring context: 495.52MB 15.7s done [2024-09-09T10:52:16.612Z] #50 ... [2024-09-09T10:52:16.612Z] [2024-09-09T10:52:16.612Z] #48 [security-proxy-setup internal] load build context [2024-09-09T10:52:16.612Z] #48 transferring context: 495.52MB 12.8s done [2024-09-09T10:52:16.873Z] #48 ... [2024-09-09T10:52:16.873Z] [2024-09-09T10:52:16.873Z] #49 [support-scheduler internal] load build context [2024-09-09T10:52:16.873Z] #49 transferring context: 495.52MB 12.8s done [2024-09-09T10:52:16.873Z] #49 ... [2024-09-09T10:52:16.873Z] [2024-09-09T10:52:16.873Z] #45 [core-common-config-bootstrapper internal] load build context [2024-09-09T10:52:16.873Z] #45 transferring context: 495.52MB 15.8s done [2024-09-09T10:52:17.134Z] #45 ... [2024-09-09T10:52:17.135Z] [2024-09-09T10:52:17.135Z] #56 [core-data internal] load build context [2024-09-09T10:52:17.135Z] #56 transferring context: 495.52MB 14.3s done [2024-09-09T10:52:20.440Z] #56 ... [2024-09-09T10:52:20.440Z] [2024-09-09T10:52:20.440Z] #36 [support-cron-scheduler builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2024-09-09T10:52:20.440Z] #36 DONE 0.7s [2024-09-09T10:52:20.440Z] [2024-09-09T10:52:20.440Z] #35 [support-cron-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de [2024-09-09T10:52:20.440Z] #35 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done [2024-09-09T10:52:20.440Z] #35 sha256:2c64cf60f6f05256c049f58403d0c3b33f2145a70830cb8e24efa826854c1a46 1.47kB / 1.47kB done [2024-09-09T10:52:20.440Z] #35 sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 3.42MB / 3.42MB 0.2s done [2024-09-09T10:52:20.440Z] #35 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done [2024-09-09T10:52:20.440Z] #35 sha256:6dd50001b9e79cb29144ca095f5910367fc0b867d321bd0e788dd32dcfd8f945 528B / 528B done [2024-09-09T10:52:20.440Z] #35 extracting sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 0.2s done [2024-09-09T10:52:20.440Z] #35 DONE 0.9s [2024-09-09T10:52:20.440Z] [2024-09-09T10:52:20.440Z] #34 [support-cron-scheduler internal] load metadata for docker.io/library/alpine:3.18 [2024-09-09T10:52:20.440Z] #34 DONE 25.4s [2024-09-09T10:52:20.440Z] [2024-09-09T10:52:20.440Z] #57 [support-cron-scheduler internal] load build context [2024-09-09T10:52:20.699Z] #57 ... [2024-09-09T10:52:20.699Z] [2024-09-09T10:52:20.700Z] #35 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de [2024-09-09T10:52:20.700Z] #35 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done [2024-09-09T10:52:20.700Z] #35 sha256:2c64cf60f6f05256c049f58403d0c3b33f2145a70830cb8e24efa826854c1a46 1.47kB / 1.47kB done [2024-09-09T10:52:20.700Z] #35 sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 3.42MB / 3.42MB 0.2s done [2024-09-09T10:52:20.700Z] #35 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done [2024-09-09T10:52:20.700Z] #35 sha256:6dd50001b9e79cb29144ca095f5910367fc0b867d321bd0e788dd32dcfd8f945 528B / 528B done [2024-09-09T10:52:20.700Z] #35 extracting sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 0.2s done [2024-09-09T10:52:20.700Z] #35 DONE 0.9s [2024-09-09T10:52:20.700Z] [2024-09-09T10:52:20.700Z] #42 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 [2024-09-09T10:52:20.700Z] #42 DONE 25.5s [2024-09-09T10:52:20.700Z] [2024-09-09T10:52:20.700Z] #49 [support-scheduler internal] load build context [2024-09-09T10:52:20.700Z] #49 DONE 25.3s [2024-09-09T10:52:20.700Z] [2024-09-09T10:52:20.700Z] #48 [security-proxy-setup internal] load build context [2024-09-09T10:52:20.700Z] #48 DONE 25.2s [2024-09-09T10:52:20.700Z] [2024-09-09T10:52:20.700Z] #54 [security-secretstore-setup internal] load build context [2024-09-09T10:52:20.700Z] #54 DONE 25.2s [2024-09-09T10:52:20.700Z] [2024-09-09T10:52:20.700Z] #44 [core-keeper internal] load build context [2024-09-09T10:52:20.700Z] #44 DONE 25.4s [2024-09-09T10:52:20.700Z] [2024-09-09T10:52:20.700Z] #52 [core-metadata internal] load build context [2024-09-09T10:52:20.700Z] #52 DONE 25.4s [2024-09-09T10:52:20.700Z] [2024-09-09T10:52:20.700Z] #46 [core-command builder 2/7] WORKDIR /edgex-go [2024-09-09T10:52:20.700Z] #46 DONE 25.4s [2024-09-09T10:52:20.700Z] [2024-09-09T10:52:20.700Z] #56 [core-data internal] load build context [2024-09-09T10:52:20.700Z] #56 DONE 25.3s [2024-09-09T10:52:20.700Z] [2024-09-09T10:52:20.700Z] #50 [security-bootstrapper internal] load build context [2024-09-09T10:52:20.700Z] #50 DONE 25.3s [2024-09-09T10:52:20.700Z] [2024-09-09T10:52:20.700Z] #45 [core-common-config-bootstrapper internal] load build context [2024-09-09T10:52:20.700Z] #45 DONE 25.4s [2024-09-09T10:52:20.700Z] [2024-09-09T10:52:20.700Z] #40 [support-notifications internal] load build context [2024-09-09T10:52:20.700Z] #40 DONE 25.9s [2024-09-09T10:52:20.700Z] [2024-09-09T10:52:20.700Z] #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-09T10:52:20.700Z] #38 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 25.0s done [2024-09-09T10:52:20.959Z] #38 ... [2024-09-09T10:52:20.959Z] [2024-09-09T10:52:20.959Z] #41 [security-spiffe-token-provider internal] load build context [2024-09-09T10:52:20.959Z] #41 DONE 25.8s [2024-09-09T10:52:20.959Z] [2024-09-09T10:52:20.959Z] #43 [core-command internal] load build context [2024-09-09T10:52:20.959Z] #43 DONE 25.8s [2024-09-09T10:52:20.959Z] [2024-09-09T10:52:20.959Z] #39 [security-proxy-auth internal] load build context [2024-09-09T10:52:20.959Z] #39 DONE 25.8s [2024-09-09T10:52:20.959Z] [2024-09-09T10:52:20.959Z] #53 [security-spire-server internal] load build context [2024-09-09T10:52:20.959Z] #53 transferring context: 27.71kB 0.0s done [2024-09-09T10:52:20.959Z] #53 DONE 25.3s [2024-09-09T10:52:20.959Z] [2024-09-09T10:52:20.959Z] #47 [security-spire-config internal] load build context [2024-09-09T10:52:20.959Z] #47 transferring context: 25.96kB 0.0s done [2024-09-09T10:52:20.959Z] #47 DONE 25.3s [2024-09-09T10:52:20.959Z] [2024-09-09T10:52:20.959Z] #58 [security-spire-agent internal] load build context [2024-09-09T10:52:20.959Z] #58 transferring context: 27.24kB done [2024-09-09T10:52:20.960Z] #58 DONE 0.3s [2024-09-09T10:52:20.960Z] [2024-09-09T10:52:20.960Z] #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-09T10:52:20.960Z] #38 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.1s done [2024-09-09T10:52:20.960Z] #38 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done [2024-09-09T10:52:20.960Z] #38 sha256:635ef0c15e5d10109d5e7842c7878c49c6edc3c6cbe33257f9a5a7800c36b8fc 1.05kB / 1.05kB done [2024-09-09T10:52:20.960Z] #38 sha256:f06f2a9c40ea2056071ef771db8c4b95d1d0e61577823e720fa62a66291ecd43 1.60kB / 1.60kB done [2024-09-09T10:52:20.960Z] #38 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.1s done [2024-09-09T10:52:20.960Z] #38 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.1s done [2024-09-09T10:52:20.960Z] #38 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done [2024-09-09T10:52:20.960Z] #38 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 0B / 30.73MB 0.1s [2024-09-09T10:52:20.960Z] #38 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.1s done [2024-09-09T10:52:20.960Z] #38 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.1s done [2024-09-09T10:52:20.960Z] #38 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.1s done [2024-09-09T10:52:20.960Z] #38 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 2.10MB / 30.73MB 0.2s [2024-09-09T10:52:20.960Z] #38 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.0s done [2024-09-09T10:52:21.219Z] #38 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 11.53MB / 30.73MB 0.3s [2024-09-09T10:52:21.219Z] #38 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 done [2024-09-09T10:52:21.219Z] #38 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.41MB / 30.73MB 0.4s [2024-09-09T10:52:21.790Z] #38 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 0.8s done [2024-09-09T10:52:21.790Z] #38 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 [2024-09-09T10:52:24.323Z] #38 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 2.4s done [2024-09-09T10:52:29.991Z] #38 ... [2024-09-09T10:52:29.991Z] [2024-09-09T10:52:29.991Z] #57 [support-cron-scheduler internal] load build context [2024-09-09T10:52:29.991Z] #57 transferring context: 495.52MB 5.3s done [2024-09-09T10:52:29.991Z] #57 DONE 9.4s [2024-09-09T10:52:29.991Z] [2024-09-09T10:52:29.991Z] #59 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-09-09T10:52:29.991Z] #59 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 0.2s done [2024-09-09T10:52:29.991Z] #59 sha256:b8f0c3debb052bf3ec04f6a01139fc8d0eaea748ab628fea2efcdfd913787512 1.59kB / 1.59kB done [2024-09-09T10:52:29.991Z] #59 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.1s done [2024-09-09T10:52:29.991Z] #59 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.1s done [2024-09-09T10:52:29.991Z] #59 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done [2024-09-09T10:52:29.991Z] #59 sha256:1fcf53c806298a8fb3f151b1a5597420145ec1ac8dcc22c9b93d48ad1d788b34 1.05kB / 1.05kB done [2024-09-09T10:52:29.991Z] #59 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.0s done [2024-09-09T10:52:29.991Z] #59 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 0.2s done [2024-09-09T10:52:29.991Z] #59 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 20.02MB / 20.02MB 1.0s done [2024-09-09T10:52:29.991Z] #59 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 0.0s done [2024-09-09T10:52:29.991Z] #59 extracting sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 1.3s done [2024-09-09T10:52:30.732Z] #59 ... [2024-09-09T10:52:30.732Z] [2024-09-09T10:52:30.732Z] #60 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec [2024-09-09T10:52:30.732Z] #60 ... [2024-09-09T10:52:30.732Z] [2024-09-09T10:52:30.732Z] #61 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2024-09-09T10:52:30.732Z] #0 6.499 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-09T10:52:30.732Z] #0 6.600 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-09T10:52:30.732Z] #0 6.824 (1/3) Installing ca-certificates (20240226-r0) [2024-09-09T10:52:30.732Z] #0 6.837 (2/3) Installing dumb-init (1.2.5-r2) [2024-09-09T10:52:30.732Z] #0 6.841 (3/3) Installing tzdata (2024a-r0) [2024-09-09T10:52:30.732Z] #0 6.891 Executing busybox-1.36.1-r7.trigger [2024-09-09T10:52:30.732Z] #0 6.896 Executing ca-certificates-20240226-r0.trigger [2024-09-09T10:52:30.732Z] #0 6.943 OK: 11 MiB in 18 packages [2024-09-09T10:52:30.991Z] #61 ... [2024-09-09T10:52:30.991Z] [2024-09-09T10:52:30.991Z] #62 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-09-09T10:52:30.991Z] #62 ... [2024-09-09T10:52:30.991Z] [2024-09-09T10:52:30.991Z] #63 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-09-09T10:52:30.991Z] #0 1.240 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-09T10:52:30.991Z] #0 1.352 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-09T10:52:30.991Z] #0 1.583 (1/1) Installing dumb-init (1.2.5-r2) [2024-09-09T10:52:30.991Z] #0 1.585 Executing busybox-1.36.1-r7.trigger [2024-09-09T10:52:30.991Z] #0 1.600 OK: 7 MiB in 16 packages [2024-09-09T10:52:31.251Z] #63 ... [2024-09-09T10:52:31.251Z] [2024-09-09T10:52:31.251Z] #64 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2024-09-09T10:52:31.514Z] #64 ... [2024-09-09T10:52:31.514Z] [2024-09-09T10:52:31.514Z] #65 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-09-09T10:52:31.514Z] #65 ... [2024-09-09T10:52:31.514Z] [2024-09-09T10:52:31.514Z] #66 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-09-09T10:52:31.772Z] #66 ... [2024-09-09T10:52:31.772Z] [2024-09-09T10:52:31.772Z] #67 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git [2024-09-09T10:52:31.772Z] #0 10.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-09T10:52:31.772Z] #0 10.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-09T10:52:31.772Z] #67 11.18 OK: 264 MiB in 52 packages [2024-09-09T10:52:31.772Z] #67 ... [2024-09-09T10:52:31.772Z] [2024-09-09T10:52:31.772Z] #68 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-09-09T10:52:32.035Z] #68 ... [2024-09-09T10:52:32.035Z] [2024-09-09T10:52:32.035Z] #51 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-09-09T10:52:32.035Z] #51 25.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-09T10:52:32.035Z] #51 25.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-09T10:52:32.036Z] #51 26.01 v3.18.9-8-gd3dc0a13b48 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-09-09T10:52:32.036Z] #51 26.01 v3.18.9-8-gd3dc0a13b48 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-09-09T10:52:32.036Z] #51 26.01 OK: 20070 distinct packages available [2024-09-09T10:52:32.036Z] #51 26.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-09T10:52:32.036Z] #51 26.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-09T10:52:32.036Z] #51 26.41 (1/4) Installing dumb-init (1.2.5-r2) [2024-09-09T10:52:32.036Z] #51 26.41 (2/4) Installing musl-obstack (1.2.3-r2) [2024-09-09T10:52:32.036Z] #51 26.41 (3/4) Installing libucontext (1.2-r2) [2024-09-09T10:52:32.036Z] #51 26.42 (4/4) Installing gcompat (1.1.0-r1) [2024-09-09T10:52:32.036Z] #51 26.42 Executing busybox-1.36.1-r7.trigger [2024-09-09T10:52:32.036Z] #51 26.43 OK: 8 MiB in 19 packages [2024-09-09T10:52:32.036Z] #51 ... [2024-09-09T10:52:32.036Z] [2024-09-09T10:52:32.036Z] #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-09-09T10:52:32.036Z] #0 9.258 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-09T10:52:32.036Z] #0 9.433 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-09T10:52:32.036Z] #0 9.636 v3.18.9-8-gd3dc0a13b48 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-09-09T10:52:32.036Z] #0 9.636 v3.18.9-8-gd3dc0a13b48 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-09-09T10:52:32.036Z] #0 9.636 OK: 20078 distinct packages available [2024-09-09T10:52:32.036Z] #0 9.686 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-09T10:52:32.036Z] #0 9.879 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-09T10:52:32.036Z] #0 10.07 OK: 264 MiB in 52 packages [2024-09-09T10:52:32.293Z] #69 ... [2024-09-09T10:52:32.293Z] [2024-09-09T10:52:32.293Z] #70 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-09-09T10:52:32.293Z] #0 5.441 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-09T10:52:32.293Z] #0 5.507 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-09T10:52:32.293Z] #0 5.667 OK: 264 MiB in 52 packages [2024-09-09T10:52:32.293Z] #70 ... [2024-09-09T10:52:32.293Z] [2024-09-09T10:52:32.293Z] #55 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-09-09T10:52:32.293Z] #55 25.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-09T10:52:32.293Z] #55 26.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-09T10:52:32.293Z] #55 26.40 (1/1) Installing dumb-init (1.2.5-r2) [2024-09-09T10:52:32.293Z] #55 26.41 Executing busybox-1.36.1-r7.trigger [2024-09-09T10:52:32.293Z] #55 26.42 OK: 7 MiB in 16 packages [2024-09-09T10:52:32.551Z] #55 ... [2024-09-09T10:52:32.551Z] [2024-09-09T10:52:32.551Z] #71 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-09-09T10:52:32.551Z] #0 1.260 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-09T10:52:32.551Z] #0 1.363 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-09T10:52:32.551Z] #0 1.709 v3.18.9-8-gd3dc0a13b48 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-09-09T10:52:32.551Z] #0 1.709 v3.18.9-8-gd3dc0a13b48 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-09-09T10:52:32.551Z] #0 1.709 OK: 20070 distinct packages available [2024-09-09T10:52:32.551Z] #0 1.769 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-09T10:52:32.551Z] #0 1.864 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-09T10:52:32.551Z] #0 2.058 (1/11) Installing ca-certificates (20240226-r0) [2024-09-09T10:52:32.551Z] #0 2.073 (2/11) Installing brotli-libs (1.0.9-r14) [2024-09-09T10:52:32.551Z] #0 2.082 (3/11) Installing libunistring (1.1-r1) [2024-09-09T10:52:32.551Z] #0 2.098 (4/11) Installing libidn2 (2.3.4-r1) [2024-09-09T10:52:32.551Z] #0 2.102 (5/11) Installing nghttp2-libs (1.57.0-r0) [2024-09-09T10:52:32.551Z] #0 2.105 (6/11) Installing libcurl (8.9.0-r0) [2024-09-09T10:52:32.551Z] #0 2.115 (7/11) Installing curl (8.9.0-r0) [2024-09-09T10:52:32.551Z] #0 2.123 (8/11) Installing dumb-init (1.2.5-r2) [2024-09-09T10:52:32.551Z] #0 2.126 (9/11) Installing musl-obstack (1.2.3-r2) [2024-09-09T10:52:32.551Z] #0 2.129 (10/11) Installing libucontext (1.2-r2) [2024-09-09T10:52:32.551Z] #0 2.131 (11/11) Installing gcompat (1.1.0-r1) [2024-09-09T10:52:32.551Z] #0 2.136 Executing busybox-1.36.1-r7.trigger [2024-09-09T10:52:32.551Z] #0 2.144 Executing ca-certificates-20240226-r0.trigger [2024-09-09T10:52:32.551Z] #0 2.179 OK: 12 MiB in 26 packages [2024-09-09T10:52:32.810Z] #71 ... [2024-09-09T10:52:32.810Z] [2024-09-09T10:52:32.810Z] #72 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-09-09T10:52:32.810Z] #0 1.264 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-09T10:52:32.810Z] #0 1.359 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-09T10:52:32.810Z] #0 1.598 (1/4) Installing ca-certificates (20240226-r0) [2024-09-09T10:52:32.810Z] #0 1.624 (2/4) Installing dumb-init (1.2.5-r2) [2024-09-09T10:52:32.810Z] #0 1.624 (3/4) Installing su-exec (0.2-r3) [2024-09-09T10:52:32.810Z] #0 1.626 (4/4) Installing yq (4.33.3-r5) [2024-09-09T10:52:32.810Z] #0 1.703 Executing busybox-1.36.1-r7.trigger [2024-09-09T10:52:32.810Z] #0 1.719 Executing ca-certificates-20240226-r0.trigger [2024-09-09T10:52:32.810Z] #0 1.794 OK: 17 MiB in 19 packages [2024-09-09T10:52:32.810Z] #72 ... [2024-09-09T10:52:32.810Z] [2024-09-09T10:52:32.810Z] #73 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-09-09T10:52:33.073Z] #73 ... [2024-09-09T10:52:33.073Z] [2024-09-09T10:52:33.073Z] #66 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-09-09T10:52:33.073Z] #66 11.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-09T10:52:33.073Z] #66 11.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-09T10:52:33.073Z] #66 11.50 v3.18.9-8-gd3dc0a13b48 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-09-09T10:52:33.073Z] #66 11.50 v3.18.9-8-gd3dc0a13b48 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-09-09T10:52:33.073Z] #66 11.50 OK: 20070 distinct packages available [2024-09-09T10:52:33.073Z] #66 11.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-09T10:52:33.073Z] #66 11.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-09T10:52:33.073Z] #66 11.90 (1/5) Installing dumb-init (1.2.5-r2) [2024-09-09T10:52:33.073Z] #66 11.90 (2/5) Installing musl-obstack (1.2.3-r2) [2024-09-09T10:52:33.073Z] #66 11.90 (3/5) Installing libucontext (1.2-r2) [2024-09-09T10:52:33.073Z] #66 11.91 (4/5) Installing gcompat (1.1.0-r1) [2024-09-09T10:52:33.073Z] #66 11.91 (5/5) Installing openssl (3.1.7-r0) [2024-09-09T10:52:33.073Z] #66 11.93 Executing busybox-1.36.1-r7.trigger [2024-09-09T10:52:33.073Z] #66 11.93 OK: 8 MiB in 20 packages [2024-09-09T10:52:37.268Z] #66 ... [2024-09-09T10:52:37.268Z] [2024-09-09T10:52:37.268Z] #51 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-09-09T10:52:37.268Z] #51 DONE 41.3s [2024-09-09T10:52:37.268Z] [2024-09-09T10:52:37.268Z] #65 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-09-09T10:52:37.268Z] #65 11.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-09T10:52:37.268Z] #65 11.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-09T10:52:37.268Z] #65 11.50 (1/4) Installing dumb-init (1.2.5-r2) [2024-09-09T10:52:37.268Z] #65 11.51 (2/4) Installing openssl (3.1.7-r0) [2024-09-09T10:52:37.268Z] #65 11.52 (3/4) Installing su-exec (0.2-r3) [2024-09-09T10:52:37.268Z] #65 11.52 (4/4) Installing yq (4.33.3-r5) [2024-09-09T10:52:37.268Z] #65 11.61 Executing busybox-1.36.1-r7.trigger [2024-09-09T10:52:37.268Z] #65 11.61 OK: 17 MiB in 19 packages [2024-09-09T10:52:37.268Z] #65 DONE 16.5s [2024-09-09T10:52:37.268Z] [2024-09-09T10:52:37.268Z] #55 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-09-09T10:52:37.268Z] #55 DONE 41.1s [2024-09-09T10:52:37.268Z] [2024-09-09T10:52:37.268Z] #62 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-09-09T10:52:37.268Z] #62 DONE 16.4s [2024-09-09T10:52:37.268Z] [2024-09-09T10:52:37.268Z] #71 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-09-09T10:52:37.268Z] #71 DONE 16.4s [2024-09-09T10:52:37.268Z] [2024-09-09T10:52:37.268Z] #61 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2024-09-09T10:52:37.268Z] #61 DONE 16.4s [2024-09-09T10:52:37.268Z] [2024-09-09T10:52:37.268Z] #72 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-09-09T10:52:37.268Z] #72 DONE 16.4s [2024-09-09T10:52:37.268Z] [2024-09-09T10:52:37.268Z] #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-09-09T10:52:37.268Z] #69 DONE 16.4s [2024-09-09T10:52:37.268Z] [2024-09-09T10:52:37.268Z] #66 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-09-09T10:52:37.268Z] #66 DONE 16.5s [2024-09-09T10:52:37.268Z] [2024-09-09T10:52:37.268Z] #63 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-09-09T10:52:37.268Z] #63 DONE 16.5s [2024-09-09T10:52:37.268Z] [2024-09-09T10:52:37.268Z] #70 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-09-09T10:52:37.268Z] #70 DONE 16.6s [2024-09-09T10:52:37.268Z] [2024-09-09T10:52:37.268Z] #74 [support-scheduler stage-1 3/9] RUN apk --no-cache upgrade [2024-09-09T10:52:37.268Z] #74 ... [2024-09-09T10:52:37.268Z] [2024-09-09T10:52:37.268Z] #67 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2024-09-09T10:52:37.268Z] #67 DONE 16.5s [2024-09-09T10:52:37.268Z] [2024-09-09T10:52:37.268Z] #74 [core-command stage-1 3/9] RUN apk --no-cache upgrade [2024-09-09T10:52:37.268Z] #74 ... [2024-09-09T10:52:37.268Z] [2024-09-09T10:52:37.268Z] #75 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-09-09T10:52:37.268Z] #75 DONE 0.3s [2024-09-09T10:52:37.268Z] [2024-09-09T10:52:37.268Z] #76 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-09-09T10:52:37.268Z] #76 DONE 0.2s [2024-09-09T10:52:37.268Z] [2024-09-09T10:52:37.268Z] #59 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-09-09T10:52:37.268Z] #59 DONE 16.7s [2024-09-09T10:52:37.268Z] [2024-09-09T10:52:37.268Z] #77 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-09-09T10:52:37.268Z] #77 DONE 0.3s [2024-09-09T10:52:37.366Z] Removing intermediate container 7dcfd3452a09 [2024-09-09T10:52:37.366Z] ---> 755e28890c5e [2024-09-09T10:52:37.366Z] Successfully built 755e28890c5e [2024-09-09T10:52:37.366Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:52:37.524Z] [2024-09-09T10:52:37.524Z] #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-09T10:52:37.524Z] #38 DONE 41.7s [2024-09-09T10:52:37.524Z] [2024-09-09T10:52:37.524Z] #78 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-09T10:52:37.714Z] + docker inspect -f . ci-base-image-arm64 [2024-09-09T10:52:37.714Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-09T10:52:37.989Z] prd-ubuntu20.04-docker-arm64-4c-16g-9844 does not seem to be running inside a container [2024-09-09T10:52:38.072Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/689 -v /w/workspace/edgex-go/689:/w/workspace/edgex-go/689:rw,z -v /w/workspace/edgex-go/689@tmp:/w/workspace/edgex-go/689@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2024-09-09T10:52:38.900Z] #78 ... [2024-09-09T10:52:38.900Z] [2024-09-09T10:52:38.900Z] #68 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-09-09T10:52:38.900Z] #68 DONE 18.1s [2024-09-09T10:52:38.900Z] [2024-09-09T10:52:38.900Z] #73 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-09-09T10:52:38.900Z] #73 17.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-09T10:52:38.900Z] #73 17.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-09T10:52:38.900Z] #73 18.13 (1/2) Installing ca-certificates (20240226-r0) [2024-09-09T10:52:38.900Z] #73 18.15 (2/2) Installing dumb-init (1.2.5-r2) [2024-09-09T10:52:38.900Z] #73 18.15 Executing busybox-1.36.1-r7.trigger [2024-09-09T10:52:38.900Z] #73 18.16 Executing ca-certificates-20240226-r0.trigger [2024-09-09T10:52:38.900Z] #73 18.22 OK: 8 MiB in 17 packages [2024-09-09T10:52:38.900Z] #73 DONE 18.4s [2024-09-09T10:52:38.900Z] [2024-09-09T10:52:38.900Z] #60 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec [2024-09-09T10:52:38.901Z] #60 17.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-09T10:52:38.901Z] #60 17.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-09T10:52:38.901Z] #60 18.18 (1/2) Installing dumb-init (1.2.5-r2) [2024-09-09T10:52:38.901Z] #60 18.19 (2/2) Installing su-exec (0.2-r3) [2024-09-09T10:52:38.901Z] #60 18.19 Executing busybox-1.36.1-r7.trigger [2024-09-09T10:52:38.901Z] #60 18.20 OK: 7 MiB in 17 packages [2024-09-09T10:52:38.901Z] #60 DONE 18.4s [2024-09-09T10:52:38.901Z] [2024-09-09T10:52:38.901Z] #79 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-09-09T10:52:39.170Z] #79 ... [2024-09-09T10:52:39.170Z] [2024-09-09T10:52:39.170Z] #64 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-09-09T10:52:39.170Z] #64 18.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-09T10:52:39.170Z] #64 18.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-09T10:52:39.170Z] #64 18.42 OK: 264 MiB in 52 packages [2024-09-09T10:52:39.170Z] #64 DONE 18.5s [2024-09-09T10:52:39.170Z] [2024-09-09T10:52:39.170Z] #80 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-09-09T10:52:39.170Z] #80 DONE 0.0s [2024-09-09T10:52:39.378Z] $ docker top fe357de60228b3575d2a66176035101197cd1a1088e34bd7b0c093fcbf803c88 -eo pid,comm [2024-09-09T10:52:39.428Z] [2024-09-09T10:52:39.428Z] #81 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [Pipeline] { [Pipeline] sh [2024-09-09T10:52:39.993Z] #81 ... [2024-09-09T10:52:39.993Z] [2024-09-09T10:52:39.993Z] #82 [core-data stage-1 3/8] RUN apk --no-cache upgrade [2024-09-09T10:52:39.993Z] #0 2.538 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-09T10:52:39.993Z] #0 2.637 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-09T10:52:39.993Z] #0 2.827 OK: 7 MiB in 16 packages [2024-09-09T10:52:39.993Z] #82 DONE 2.9s [2024-09-09T10:52:39.993Z] [2024-09-09T10:52:39.993Z] #83 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-09-09T10:52:39.993Z] #0 2.948 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-09T10:52:39.993Z] #0 3.041 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-09T10:52:40.211Z] + go version [2024-09-09T10:52:40.211Z] go version go1.21.9 linux/arm64 [Pipeline] } [2024-09-09T10:52:40.235Z] $ docker stop --time=1 fe357de60228b3575d2a66176035101197cd1a1088e34bd7b0c093fcbf803c88 [2024-09-09T10:52:40.251Z] #83 3.274 OK: 11 MiB in 18 packages [2024-09-09T10:52:40.509Z] #83 ... [2024-09-09T10:52:40.509Z] [2024-09-09T10:52:40.509Z] #84 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-09-09T10:52:40.509Z] #0 2.989 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-09T10:52:40.509Z] #0 3.081 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-09T10:52:40.509Z] #0 3.282 OK: 12 MiB in 26 packages [2024-09-09T10:52:40.509Z] #84 DONE 3.4s [2024-09-09T10:52:40.509Z] [2024-09-09T10:52:40.509Z] #83 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-09-09T10:52:40.509Z] #83 DONE 3.6s [2024-09-09T10:52:40.509Z] [2024-09-09T10:52:40.509Z] #85 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-09-09T10:52:40.509Z] #0 2.331 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-09T10:52:40.509Z] #0 3.423 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-09T10:52:40.509Z] #0 3.640 OK: 8 MiB in 19 packages [2024-09-09T10:52:40.767Z] #85 DONE 3.7s [2024-09-09T10:52:40.767Z] [2024-09-09T10:52:40.767Z] #74 [core-command stage-1 3/9] RUN apk --no-cache upgrade [2024-09-09T10:52:40.767Z] #74 3.651 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-09T10:52:41.029Z] #74 3.727 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-09T10:52:41.286Z] #74 3.976 OK: 7 MiB in 16 packages [2024-09-09T10:52:41.286Z] #74 DONE 4.2s [2024-09-09T10:52:41.286Z] [2024-09-09T10:52:41.286Z] #86 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-09-09T10:52:41.286Z] #0 3.492 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-09T10:52:41.286Z] #0 3.573 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-09T10:52:41.286Z] #0 3.809 OK: 8 MiB in 20 packages [2024-09-09T10:52:41.286Z] #86 DONE 4.2s [2024-09-09T10:52:41.286Z] [2024-09-09T10:52:41.286Z] #87 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-09-09T10:52:41.286Z] #87 DONE 0.6s [2024-09-09T10:52:41.286Z] [2024-09-09T10:52:41.286Z] #79 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-09-09T10:52:41.286Z] #79 2.313 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-09T10:52:41.286Z] #79 2.415 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-09T10:52:41.561Z] #79 2.623 OK: 8 MiB in 17 packages [2024-09-09T10:52:41.839Z] $ docker rm -f --volumes fe357de60228b3575d2a66176035101197cd1a1088e34bd7b0c093fcbf803c88 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:52:42.495Z] #79 DONE 3.3s [2024-09-09T10:52:42.495Z] [2024-09-09T10:52:42.495Z] #88 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-09-09T10:52:42.495Z] #0 2.881 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-09T10:52:42.495Z] #0 3.523 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-09T10:52:42.495Z] #0 4.232 OK: 264 MiB in 52 packages [2024-09-09T10:52:42.495Z] #88 DONE 5.3s [2024-09-09T10:52:42.495Z] [2024-09-09T10:52:42.495Z] #89 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-09-09T10:52:42.495Z] #89 DONE 1.0s [2024-09-09T10:52:42.495Z] [2024-09-09T10:52:42.495Z] #90 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-09-09T10:52:42.495Z] #0 4.231 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-09T10:52:42.495Z] #0 4.335 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-09T10:52:42.495Z] #0 4.557 OK: 17 MiB in 19 packages [2024-09-09T10:52:42.495Z] #90 DONE 5.3s [2024-09-09T10:52:42.495Z] [2024-09-09T10:52:42.495Z] #91 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-09-09T10:52:42.495Z] #0 3.469 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-09T10:52:42.495Z] #0 4.669 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-09T10:52:42.495Z] #0 4.998 OK: 17 MiB in 19 packages [2024-09-09T10:52:42.495Z] #91 DONE 5.3s [2024-09-09T10:52:42.495Z] [2024-09-09T10:52:42.495Z] #92 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-09-09T10:52:42.495Z] #92 DONE 1.1s [2024-09-09T10:52:42.495Z] [2024-09-09T10:52:42.495Z] #93 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-09-09T10:52:42.495Z] #93 ... [2024-09-09T10:52:42.495Z] [2024-09-09T10:52:42.495Z] #94 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-09-09T10:52:42.495Z] #94 DONE 1.1s [2024-09-09T10:52:42.495Z] [2024-09-09T10:52:42.495Z] #95 [security-spire-config stage-2 6/10] COPY security.txt / [2024-09-09T10:52:42.495Z] #95 DONE 0.2s [2024-09-09T10:52:42.495Z] [2024-09-09T10:52:42.495Z] #93 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-09-09T10:52:42.495Z] #93 DONE 0.2s [2024-09-09T10:52:42.495Z] [2024-09-09T10:52:42.495Z] #96 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-09-09T10:52:42.495Z] #96 DONE 0.2s [2024-09-09T10:52:42.495Z] [2024-09-09T10:52:42.495Z] #97 [security-spire-server stage-2 6/9] COPY security.txt / [2024-09-09T10:52:42.539Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-09-09T10:52:42.539Z] [2024-09-09T10:52:42.539Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:52:42.759Z] #97 ... [2024-09-09T10:52:42.759Z] [2024-09-09T10:52:42.759Z] #98 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2024-09-09T10:52:42.759Z] #98 DONE 0.3s [2024-09-09T10:52:42.759Z] [2024-09-09T10:52:42.759Z] #99 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-09T10:52:42.889Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-09-09T10:52:42.889Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2024-09-09T10:52:42.889Z] 547446be3368: Pulling fs layer [2024-09-09T10:52:42.889Z] d125d8839a47: Pulling fs layer [2024-09-09T10:52:42.889Z] 3e85d5ac6304: Pulling fs layer [2024-09-09T10:52:42.889Z] c3105a71a48b: Pulling fs layer [2024-09-09T10:52:42.889Z] 0f093f025ec4: Pulling fs layer [2024-09-09T10:52:42.889Z] c3106fc0e877: Pulling fs layer [2024-09-09T10:52:42.889Z] c3105a71a48b: Waiting [2024-09-09T10:52:42.889Z] 0f093f025ec4: Waiting [2024-09-09T10:52:42.889Z] c3106fc0e877: Waiting [2024-09-09T10:52:43.161Z] 547446be3368: Verifying Checksum [2024-09-09T10:52:43.161Z] 547446be3368: Download complete [2024-09-09T10:52:43.161Z] c3105a71a48b: Download complete [2024-09-09T10:52:43.346Z] #99 ... [2024-09-09T10:52:43.346Z] [2024-09-09T10:52:43.346Z] #100 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-09-09T10:52:43.346Z] #0 3.415 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-09T10:52:43.346Z] #0 3.521 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-09T10:52:43.346Z] #0 3.900 OK: 7 MiB in 17 packages [2024-09-09T10:52:43.346Z] #100 DONE 4.3s [2024-09-09T10:52:43.346Z] [2024-09-09T10:52:43.346Z] #101 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-09-09T10:52:43.346Z] #0 2.610 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-09T10:52:43.346Z] #0 3.101 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-09T10:52:43.346Z] #0 3.840 (1/1) Installing dumb-init (1.2.5-r2) [2024-09-09T10:52:43.346Z] #0 4.166 Executing busybox-1.36.1-r7.trigger [2024-09-09T10:52:43.346Z] #0 4.177 OK: 7 MiB in 16 packages [2024-09-09T10:52:43.346Z] #101 DONE 4.6s [2024-09-09T10:52:43.346Z] [2024-09-09T10:52:43.346Z] #102 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-09-09T10:52:43.346Z] #102 DONE 0.7s [2024-09-09T10:52:43.346Z] [2024-09-09T10:52:43.346Z] #103 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-09-09T10:52:43.346Z] #103 DONE 0.8s [2024-09-09T10:52:43.346Z] [2024-09-09T10:52:43.346Z] #97 [security-spire-server stage-2 6/9] COPY security.txt / [2024-09-09T10:52:43.346Z] #97 DONE 0.7s [2024-09-09T10:52:43.346Z] [2024-09-09T10:52:43.346Z] #104 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-09-09T10:52:43.346Z] #104 DONE 0.1s [2024-09-09T10:52:43.346Z] [2024-09-09T10:52:43.346Z] #105 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-09-09T10:52:43.346Z] #105 DONE 0.1s [2024-09-09T10:52:43.346Z] [2024-09-09T10:52:43.346Z] #106 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-09-09T10:52:43.346Z] #106 DONE 0.1s [2024-09-09T10:52:43.346Z] [2024-09-09T10:52:43.346Z] #107 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-09-09T10:52:43.606Z] #107 ... [2024-09-09T10:52:43.606Z] [2024-09-09T10:52:43.606Z] #108 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-09-09T10:52:43.606Z] #108 DONE 0.1s [2024-09-09T10:52:43.606Z] [2024-09-09T10:52:43.606Z] #109 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-09-09T10:52:43.606Z] #109 DONE 0.2s [2024-09-09T10:52:43.606Z] [2024-09-09T10:52:43.606Z] #107 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-09-09T10:52:43.606Z] #107 DONE 0.2s [2024-09-09T10:52:43.606Z] [2024-09-09T10:52:43.606Z] #110 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-09-09T10:52:43.606Z] #110 DONE 0.1s [2024-09-09T10:52:43.606Z] [2024-09-09T10:52:43.606Z] #111 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-09-09T10:52:43.766Z] d125d8839a47: Verifying Checksum [2024-09-09T10:52:43.766Z] d125d8839a47: Download complete [2024-09-09T10:52:43.766Z] c3106fc0e877: Verifying Checksum [2024-09-09T10:52:43.766Z] c3106fc0e877: Download complete [2024-09-09T10:52:43.766Z] 0f093f025ec4: Verifying Checksum [2024-09-09T10:52:43.766Z] 0f093f025ec4: Download complete [2024-09-09T10:52:43.766Z] 547446be3368: Pull complete [2024-09-09T10:52:43.864Z] #111 DONE 0.1s [2024-09-09T10:52:43.864Z] [2024-09-09T10:52:43.864Z] #112 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-09-09T10:52:43.864Z] #112 DONE 0.1s [2024-09-09T10:52:43.864Z] [2024-09-09T10:52:43.864Z] #113 [security-spire-server] exporting to image [2024-09-09T10:52:43.864Z] #113 exporting layers [2024-09-09T10:52:43.864Z] #113 ... [2024-09-09T10:52:43.864Z] [2024-09-09T10:52:43.864Z] #114 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-09-09T10:52:43.864Z] #114 DONE 0.1s [2024-09-09T10:52:43.864Z] [2024-09-09T10:52:43.864Z] #113 [security-spire-agent] exporting to image [2024-09-09T10:52:44.430Z] #113 ... [2024-09-09T10:52:44.430Z] [2024-09-09T10:52:44.430Z] #115 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-09-09T10:52:44.430Z] #115 DONE 1.1s [2024-09-09T10:52:44.430Z] [2024-09-09T10:52:44.430Z] #116 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging [2024-09-09T10:52:44.430Z] #116 DONE 0.1s [2024-09-09T10:52:44.430Z] [2024-09-09T10:52:44.430Z] #113 [security-spire-config] exporting to image [2024-09-09T10:52:44.430Z] #113 exporting layers 1.0s done [2024-09-09T10:52:44.430Z] #113 writing image sha256:479e36a9cee6eebeb43842e76fcc479ae7de81cabb45e5747ba32417d14b786f done [2024-09-09T10:52:44.430Z] #113 naming to docker.io/library/security-spire-config done [2024-09-09T10:52:44.688Z] #113 exporting layers 0.8s done [2024-09-09T10:52:44.688Z] #113 writing image sha256:a53d9118929841e121aeee3d61b6ceacb88890749638b7381db6239afa6b3a5e done [2024-09-09T10:52:44.688Z] #113 naming to docker.io/library/security-spire-server done [2024-09-09T10:52:44.688Z] #113 writing image sha256:13165c6b14531699de779591a4bd37f13000ce0cdc1aef061e3ff267245c1ca2 done [2024-09-09T10:52:44.688Z] #113 naming to docker.io/library/security-spire-agent done [2024-09-09T10:52:44.688Z] #113 DONE 1.2s [2024-09-09T10:52:44.688Z] [2024-09-09T10:52:44.688Z] #117 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-09T10:52:45.173Z] d125d8839a47: Pull complete [2024-09-09T10:52:45.762Z] 3e85d5ac6304: Verifying Checksum [2024-09-09T10:52:45.763Z] 3e85d5ac6304: Download complete [2024-09-09T10:52:48.125Z] #117 ... [2024-09-09T10:52:48.125Z] [2024-09-09T10:52:48.125Z] #118 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-09T10:52:55.846Z] 3e85d5ac6304: Pull complete [2024-09-09T10:52:55.847Z] c3105a71a48b: Pull complete [2024-09-09T10:52:56.805Z] 0f093f025ec4: Pull complete [2024-09-09T10:52:57.071Z] c3106fc0e877: Pull complete [2024-09-09T10:52:57.071Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2024-09-09T10:52:57.071Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-09-09T10:52:57.071Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-09T10:52:57.288Z] prd-ubuntu20.04-docker-arm64-4c-16g-9844 does not seem to be running inside a container [2024-09-09T10:52:57.360Z] $ 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/689 -v /w/workspace/edgex-go/689:/w/workspace/edgex-go/689:rw,z -v /w/workspace/edgex-go/689@tmp:/w/workspace/edgex-go/689@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2024-09-09T10:52:59.380Z] $ docker top 80792d4d8518b5fec35d90581e0eccbf592c467ab6207c1858d09f704aba1e47 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-09-09T10:53:00.202Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-09-09T10:53:06.866Z] #1 [security-spire-server internal] load build definition from Dockerfile [2024-09-09T10:53:06.866Z] #1 transferring dockerfile: 1.70kB done [2024-09-09T10:53:06.866Z] #1 DONE 0.1s [2024-09-09T10:53:07.461Z] [2024-09-09T10:53:07.461Z] #2 [support-notifications internal] load build definition from Dockerfile [2024-09-09T10:53:07.461Z] #2 transferring dockerfile: 1.95kB done [2024-09-09T10:53:07.461Z] #2 DONE 0.0s [2024-09-09T10:53:07.461Z] [2024-09-09T10:53:07.461Z] #3 [support-cron-scheduler internal] load build definition from Dockerfile [2024-09-09T10:53:07.461Z] #3 transferring dockerfile: 1.85kB done [2024-09-09T10:53:07.461Z] #3 DONE 0.1s [2024-09-09T10:53:07.461Z] [2024-09-09T10:53:07.461Z] #4 [security-proxy-setup internal] load build definition from Dockerfile [2024-09-09T10:53:07.727Z] #4 transferring dockerfile: 2.50kB 0.0s done [2024-09-09T10:53:07.727Z] #4 DONE 0.1s [2024-09-09T10:53:07.727Z] [2024-09-09T10:53:07.727Z] #5 [security-spire-server internal] load .dockerignore [2024-09-09T10:53:07.727Z] #5 transferring context: 50B 0.0s done [2024-09-09T10:53:07.727Z] #5 DONE 0.1s [2024-09-09T10:53:08.688Z] [2024-09-09T10:53:08.688Z] #6 [support-notifications internal] load .dockerignore [2024-09-09T10:53:08.961Z] #6 transferring context: 50B done [2024-09-09T10:53:08.961Z] #6 DONE 0.1s [2024-09-09T10:53:08.961Z] [2024-09-09T10:53:08.961Z] #7 [support-cron-scheduler internal] load .dockerignore [2024-09-09T10:53:09.228Z] #7 transferring context: 50B done [2024-09-09T10:53:09.228Z] #7 DONE 0.1s [2024-09-09T10:53:09.228Z] [2024-09-09T10:53:09.228Z] #8 [security-proxy-setup internal] load .dockerignore [2024-09-09T10:53:09.228Z] #8 transferring context: 50B 0.0s done [2024-09-09T10:53:09.228Z] #8 DONE 0.1s [2024-09-09T10:53:09.228Z] [2024-09-09T10:53:09.228Z] #9 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-09-09T10:53:09.497Z] #9 ... [2024-09-09T10:53:09.497Z] [2024-09-09T10:53:09.497Z] #10 [security-spire-server internal] load metadata for docker.io/library/alpine:3.18 [2024-09-09T10:53:09.497Z] #10 DONE 0.2s [2024-09-09T10:53:09.497Z] [2024-09-09T10:53:09.497Z] #9 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-09-09T10:53:09.764Z] #9 DONE 0.6s [2024-09-09T10:53:09.764Z] [2024-09-09T10:53:09.764Z] #11 [security-spire-server internal] load build context [2024-09-09T10:53:09.765Z] #11 transferring context: 27.71kB 0.0s done [2024-09-09T10:53:09.765Z] #11 DONE 0.1s [2024-09-09T10:53:09.765Z] [2024-09-09T10:53:09.765Z] #12 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-09T10:53:09.765Z] #12 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 0.0s done [2024-09-09T10:53:10.032Z] #12 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done [2024-09-09T10:53:10.032Z] #12 sha256:52d5d3a94cfac7935bfb02a2531ec31aa34435cd9e284a81f62ebe15e8603a52 1.05kB / 1.05kB done [2024-09-09T10:53:10.032Z] #12 sha256:e0ba206c46fbee1b5a919ab00dad91fc25b0e6698fca3f84bd5759f787bd1571 1.60kB / 1.60kB done [2024-09-09T10:53:10.032Z] #12 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0B / 114B 0.1s [2024-09-09T10:53:10.032Z] #12 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 [2024-09-09T10:53:10.032Z] #12 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.1s done [2024-09-09T10:53:10.032Z] #12 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done [2024-09-09T10:53:10.032Z] #12 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.1s done [2024-09-09T10:53:10.032Z] #12 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0B / 283B 0.2s [2024-09-09T10:53:10.304Z] #12 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.2s done [2024-09-09T10:53:10.304Z] #12 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 2.10MB / 28.04MB 0.4s [2024-09-09T10:53:10.304Z] #12 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 5.24MB / 28.04MB 0.5s [2024-09-09T10:53:10.304Z] #12 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.0s done [2024-09-09T10:53:10.575Z] #12 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 12.09MB / 28.04MB 0.7s [2024-09-09T10:53:10.575Z] #12 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 15.73MB / 28.04MB 0.8s [2024-09-09T10:53:10.840Z] #12 ... [2024-09-09T10:53:10.840Z] [2024-09-09T10:53:10.841Z] #13 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-09-09T10:53:10.841Z] #13 DONE 0.0s [2024-09-09T10:53:10.841Z] [2024-09-09T10:53:10.841Z] #10 [support-notifications internal] load metadata for docker.io/library/alpine:3.18 [2024-09-09T10:53:10.841Z] #10 DONE 0.2s [2024-09-09T10:53:10.841Z] [2024-09-09T10:53:10.841Z] #12 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-09T10:53:10.841Z] #12 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 18.43MB / 28.04MB 0.9s [2024-09-09T10:53:10.841Z] #12 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 [2024-09-09T10:53:10.841Z] #12 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 22.02MB / 28.04MB 1.0s [2024-09-09T10:53:10.841Z] #12 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0.0s done [2024-09-09T10:53:11.113Z] #12 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 24.12MB / 28.04MB 1.1s [2024-09-09T10:53:11.380Z] #12 ... [2024-09-09T10:53:11.380Z] [2024-09-09T10:53:11.380Z] #13 [support-cron-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-09-09T10:53:11.380Z] #13 DONE 0.0s [2024-09-09T10:53:11.380Z] [2024-09-09T10:53:11.380Z] #12 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-09T10:53:11.380Z] #12 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 1.4s [2024-09-09T10:53:11.380Z] #12 ... [2024-09-09T10:53:11.380Z] [2024-09-09T10:53:11.380Z] #10 [support-cron-scheduler internal] load metadata for docker.io/library/alpine:3.18 [2024-09-09T10:53:11.380Z] #10 DONE 0.3s [2024-09-09T10:53:11.380Z] [2024-09-09T10:53:11.380Z] #12 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-09T10:53:11.380Z] #12 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 1.4s done [2024-09-09T10:53:11.380Z] #12 ... [2024-09-09T10:53:11.380Z] [2024-09-09T10:53:11.380Z] #13 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-09-09T10:53:11.380Z] #13 DONE 0.0s [2024-09-09T10:53:11.646Z] [2024-09-09T10:53:11.646Z] #10 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.18 [2024-09-09T10:53:11.646Z] #10 DONE 0.5s [2024-09-09T10:53:11.646Z] [2024-09-09T10:53:11.646Z] #14 [support-notifications stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de [2024-09-09T10:53:11.646Z] #14 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done [2024-09-09T10:53:11.646Z] #14 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done [2024-09-09T10:53:11.646Z] #14 sha256:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b 528B / 528B done [2024-09-09T10:53:11.646Z] #14 sha256:3e834921e3678b9f27c1f2e94f5945b63aab1c68cdf944dad109daded06c1f2b 1.49kB / 1.49kB done [2024-09-09T10:53:11.646Z] #14 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.34MB / 3.34MB 0.2s done [2024-09-09T10:53:11.646Z] #14 extracting sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 0.7s done [2024-09-09T10:53:11.646Z] #14 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done [2024-09-09T10:53:11.646Z] #14 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done [2024-09-09T10:53:11.646Z] #14 sha256:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b 528B / 528B done [2024-09-09T10:53:11.646Z] #14 sha256:3e834921e3678b9f27c1f2e94f5945b63aab1c68cdf944dad109daded06c1f2b 1.49kB / 1.49kB done [2024-09-09T10:53:11.646Z] #14 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.34MB / 3.34MB 0.2s done [2024-09-09T10:53:11.646Z] #14 extracting sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 0.7s done [2024-09-09T10:53:11.913Z] #14 ... [2024-09-09T10:53:11.913Z] [2024-09-09T10:53:11.913Z] #15 [support-notifications internal] load build context [2024-09-09T10:53:11.913Z] #15 transferring context: 3.10MB 0.7s done [2024-09-09T10:53:11.913Z] #15 DONE 1.1s [2024-09-09T10:53:11.913Z] [2024-09-09T10:53:11.913Z] #12 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-09T10:53:11.913Z] #12 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 0.3s [2024-09-09T10:53:12.738Z] #12 ... [2024-09-09T10:53:12.738Z] [2024-09-09T10:53:12.738Z] #16 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-09-09T10:53:12.738Z] #16 DONE 1.8s [2024-09-09T10:53:12.738Z] [2024-09-09T10:53:12.738Z] #12 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-09T10:53:12.738Z] #12 ... [2024-09-09T10:53:12.738Z] [2024-09-09T10:53:12.738Z] #17 [support-notifications builder 2/7] WORKDIR /edgex-go [2024-09-09T10:53:12.738Z] #17 DONE 0.7s [2024-09-09T10:53:13.039Z] [2024-09-09T10:53:13.039Z] #18 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-09-09T10:53:13.039Z] #18 ... [2024-09-09T10:53:13.039Z] [2024-09-09T10:53:13.039Z] #19 [support-cron-scheduler internal] load build context [2024-09-09T10:53:13.039Z] #19 transferring context: 3.10MB 1.0s done [2024-09-09T10:53:13.039Z] #19 DONE 1.6s [2024-09-09T10:53:13.039Z] [2024-09-09T10:53:13.039Z] #20 [security-bootstrapper internal] load build definition from Dockerfile [2024-09-09T10:53:13.039Z] #20 transferring dockerfile: 3.17kB 0.0s done [2024-09-09T10:53:13.309Z] #20 DONE 0.1s [2024-09-09T10:53:13.309Z] [2024-09-09T10:53:13.309Z] #21 [core-keeper internal] load build definition from Dockerfile [2024-09-09T10:53:13.309Z] #21 transferring dockerfile: 2.01kB 0.0s done [2024-09-09T10:53:13.309Z] #21 DONE 0.1s [2024-09-09T10:53:13.309Z] [2024-09-09T10:53:13.309Z] #22 [security-proxy-setup internal] load build context [2024-09-09T10:53:13.309Z] #22 transferring context: 3.10MB 1.0s done [2024-09-09T10:53:13.309Z] #22 DONE 1.5s [2024-09-09T10:53:13.309Z] [2024-09-09T10:53:13.309Z] #12 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-09T10:53:13.589Z] #12 ... [2024-09-09T10:53:13.589Z] [2024-09-09T10:53:13.589Z] #23 [security-spire-config internal] load build definition from Dockerfile [2024-09-09T10:53:13.589Z] #23 transferring dockerfile: 1.69kB done [2024-09-09T10:53:13.589Z] #23 DONE 0.1s [2024-09-09T10:53:13.589Z] [2024-09-09T10:53:13.589Z] #24 [security-proxy-auth internal] load build definition from Dockerfile [2024-09-09T10:53:13.589Z] #24 transferring dockerfile: 2.15kB 0.0s done [2024-09-09T10:53:13.589Z] #24 DONE 0.1s [2024-09-09T10:53:13.589Z] [2024-09-09T10:53:13.589Z] #12 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-09T10:53:13.870Z] #12 ... [2024-09-09T10:53:13.870Z] [2024-09-09T10:53:13.870Z] #25 [core-command internal] load build definition from Dockerfile [2024-09-09T10:53:13.870Z] #25 transferring dockerfile: 1.93kB 0.0s done [2024-09-09T10:53:13.870Z] #25 DONE 0.2s [2024-09-09T10:53:13.870Z] [2024-09-09T10:53:13.870Z] #12 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-09T10:53:14.180Z] #12 ... [2024-09-09T10:53:14.180Z] [2024-09-09T10:53:14.180Z] #26 [core-metadata internal] load build definition from Dockerfile [2024-09-09T10:53:14.180Z] #26 transferring dockerfile: 2.06kB 0.0s done [2024-09-09T10:53:14.180Z] #26 DONE 0.2s [2024-09-09T10:53:14.488Z] [2024-09-09T10:53:14.488Z] #27 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2024-09-09T10:53:14.769Z] #27 ... [2024-09-09T10:53:14.769Z] [2024-09-09T10:53:14.769Z] #28 [core-data internal] load build definition from Dockerfile [2024-09-09T10:53:14.769Z] #28 transferring dockerfile: 2.07kB 0.0s done [2024-09-09T10:53:14.769Z] #28 DONE 0.2s [2024-09-09T10:53:14.769Z] [2024-09-09T10:53:14.769Z] #29 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-09-09T10:53:14.769Z] #29 transferring dockerfile: 1.89kB done [2024-09-09T10:53:14.769Z] #29 DONE 0.1s [2024-09-09T10:53:14.769Z] [2024-09-09T10:53:14.769Z] #12 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-09T10:53:15.375Z] #12 ... [2024-09-09T10:53:15.375Z] [2024-09-09T10:53:15.375Z] #30 [security-secretstore-setup internal] load build definition from Dockerfile [2024-09-09T10:53:15.375Z] #30 transferring dockerfile: 2.49kB done [2024-09-09T10:53:15.375Z] #30 DONE 0.1s [2024-09-09T10:53:15.375Z] [2024-09-09T10:53:15.375Z] #31 [security-spire-agent internal] load build definition from Dockerfile [2024-09-09T10:53:15.375Z] #31 transferring dockerfile: 1.81kB done [2024-09-09T10:53:15.375Z] #31 DONE 0.1s [2024-09-09T10:53:15.375Z] [2024-09-09T10:53:15.375Z] #12 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-09T10:53:15.642Z] #12 ... [2024-09-09T10:53:15.642Z] [2024-09-09T10:53:15.642Z] #32 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-09-09T10:53:15.642Z] #32 transferring dockerfile: 2.23kB done [2024-09-09T10:53:15.642Z] #32 DONE 0.1s [2024-09-09T10:53:15.642Z] [2024-09-09T10:53:15.642Z] #12 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-09T10:53:15.919Z] #12 ... [2024-09-09T10:53:15.919Z] [2024-09-09T10:53:15.919Z] #33 [support-scheduler internal] load build definition from Dockerfile [2024-09-09T10:53:15.919Z] #33 transferring dockerfile: 1.93kB done [2024-09-09T10:53:15.919Z] #33 DONE 0.1s [2024-09-09T10:53:15.919Z] [2024-09-09T10:53:15.919Z] #12 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-09T10:53:17.342Z] #12 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 5.4s [2024-09-09T10:53:18.750Z] #12 ... [2024-09-09T10:53:18.750Z] [2024-09-09T10:53:18.750Z] #34 [security-bootstrapper internal] load .dockerignore [2024-09-09T10:53:18.750Z] #34 transferring context: 50B 0.0s done [2024-09-09T10:53:18.750Z] #34 DONE 0.1s [2024-09-09T10:53:18.750Z] [2024-09-09T10:53:18.750Z] #12 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-09T10:53:18.750Z] #12 ... [2024-09-09T10:53:18.750Z] [2024-09-09T10:53:18.750Z] #35 [core-keeper internal] load .dockerignore [2024-09-09T10:53:18.750Z] #35 transferring context: 50B done [2024-09-09T10:53:18.750Z] #35 DONE 0.1s [2024-09-09T10:53:18.750Z] [2024-09-09T10:53:18.750Z] #36 [security-spire-config internal] load .dockerignore [2024-09-09T10:53:18.750Z] #36 transferring context: 50B 0.0s done [2024-09-09T10:53:18.750Z] #36 DONE 0.1s [2024-09-09T10:53:18.750Z] [2024-09-09T10:53:18.750Z] #37 [security-proxy-auth internal] load .dockerignore [2024-09-09T10:53:19.015Z] #37 transferring context: 50B 0.0s done [2024-09-09T10:53:19.016Z] #37 DONE 0.2s [2024-09-09T10:53:19.016Z] [2024-09-09T10:53:19.016Z] #38 [core-command internal] load .dockerignore [2024-09-09T10:53:19.016Z] #38 transferring context: 50B 0.0s done [2024-09-09T10:53:19.016Z] #38 DONE 0.2s [2024-09-09T10:53:19.016Z] [2024-09-09T10:53:19.016Z] #39 [core-metadata internal] load .dockerignore [2024-09-09T10:53:19.283Z] #39 transferring context: 50B 0.0s done [2024-09-09T10:53:19.283Z] #39 DONE 0.1s [2024-09-09T10:53:19.283Z] [2024-09-09T10:53:19.283Z] #40 [core-data internal] load .dockerignore [2024-09-09T10:53:19.553Z] #40 ... [2024-09-09T10:53:19.553Z] [2024-09-09T10:53:19.553Z] #41 [security-secretstore-setup internal] load .dockerignore [2024-09-09T10:53:19.553Z] #41 DONE 0.0s [2024-09-09T10:53:19.553Z] [2024-09-09T10:53:19.553Z] #42 [security-spiffe-token-provider internal] load .dockerignore [2024-09-09T10:53:19.553Z] #42 transferring context: 50B 0.0s done [2024-09-09T10:53:19.553Z] #42 DONE 0.1s [2024-09-09T10:53:19.553Z] [2024-09-09T10:53:19.553Z] #40 [core-data internal] load .dockerignore [2024-09-09T10:53:19.553Z] #40 transferring context: 50B 0.0s done [2024-09-09T10:53:19.553Z] #40 DONE 0.3s [2024-09-09T10:53:19.553Z] [2024-09-09T10:53:19.553Z] #41 [security-secretstore-setup internal] load .dockerignore [2024-09-09T10:53:19.832Z] #41 transferring context: 50B 0.1s done [2024-09-09T10:53:19.832Z] #41 DONE 0.2s [2024-09-09T10:53:19.832Z] [2024-09-09T10:53:19.832Z] #43 [security-spire-agent internal] load .dockerignore [2024-09-09T10:53:19.832Z] #43 transferring context: 50B 0.0s done [2024-09-09T10:53:19.832Z] #43 DONE 0.2s [2024-09-09T10:53:19.832Z] [2024-09-09T10:53:19.832Z] #44 [core-common-config-bootstrapper internal] load .dockerignore [2024-09-09T10:53:20.106Z] #44 transferring context: 50B 0.0s done [2024-09-09T10:53:20.106Z] #44 DONE 0.2s [2024-09-09T10:53:20.106Z] [2024-09-09T10:53:20.106Z] #45 [support-scheduler internal] load .dockerignore [2024-09-09T10:53:20.106Z] #45 transferring context: 50B 0.0s done [2024-09-09T10:53:20.106Z] #45 DONE 0.2s [2024-09-09T10:53:20.106Z] [2024-09-09T10:53:20.106Z] #12 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-09T10:53:20.639Z] #118 DONE 40.7s [2024-09-09T10:53:20.639Z] [2024-09-09T10:53:20.639Z] #99 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-09T10:53:20.639Z] #99 DONE 35.5s [2024-09-09T10:53:20.639Z] [2024-09-09T10:53:20.639Z] #117 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-09T10:53:20.639Z] #117 DONE 40.7s [2024-09-09T10:53:20.639Z] [2024-09-09T10:53:20.639Z] #81 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-09T10:53:20.639Z] #81 DONE 38.9s [2024-09-09T10:53:20.639Z] [2024-09-09T10:53:20.639Z] #78 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-09T10:53:20.639Z] #78 DONE 40.8s [2024-09-09T10:53:20.639Z] [2024-09-09T10:53:20.639Z] #119 [core-keeper builder 7/8] COPY . . [2024-09-09T10:53:21.519Z] #12 ... [2024-09-09T10:53:21.519Z] [2024-09-09T10:53:21.519Z] #13 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-09-09T10:53:21.519Z] #13 DONE 0.0s [2024-09-09T10:53:21.519Z] [2024-09-09T10:53:21.519Z] #12 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-09T10:53:21.519Z] #12 ... [2024-09-09T10:53:21.519Z] [2024-09-09T10:53:21.519Z] #16 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-09-09T10:53:21.519Z] #16 DONE 3.3s [2024-09-09T10:53:21.519Z] [2024-09-09T10:53:21.519Z] #17 [security-bootstrapper builder 2/7] WORKDIR /edgex-go [2024-09-09T10:53:21.519Z] #17 DONE 1.1s [2024-09-09T10:53:21.519Z] [2024-09-09T10:53:21.519Z] #10 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 [2024-09-09T10:53:21.519Z] #10 DONE 0.5s [2024-09-09T10:53:21.519Z] [2024-09-09T10:53:21.519Z] #12 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-09T10:53:21.519Z] #12 ... [2024-09-09T10:53:21.519Z] [2024-09-09T10:53:21.519Z] #46 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2024-09-09T10:53:21.519Z] #0 5.867 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-09T10:53:21.519Z] #0 6.492 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-09T10:53:21.519Z] #0 9.138 (1/3) Installing ca-certificates (20240226-r0) [2024-09-09T10:53:21.519Z] #0 9.303 (2/3) Installing dumb-init (1.2.5-r2) [2024-09-09T10:53:21.519Z] #0 9.327 (3/3) Installing tzdata (2024a-r0) [2024-09-09T10:53:21.786Z] #46 ... [2024-09-09T10:53:21.786Z] [2024-09-09T10:53:21.786Z] #13 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-09-09T10:53:21.786Z] #13 DONE 0.0s [2024-09-09T10:53:21.786Z] [2024-09-09T10:53:21.786Z] #10 [core-keeper internal] load metadata for docker.io/library/alpine:3.18 [2024-09-09T10:53:21.786Z] #10 DONE 0.6s [2024-09-09T10:53:21.786Z] [2024-09-09T10:53:21.786Z] #47 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-09-09T10:53:21.786Z] #0 6.033 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-09T10:53:21.786Z] #0 6.782 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-09T10:53:21.786Z] #0 9.590 (1/2) Installing ca-certificates (20240226-r0) [2024-09-09T10:53:21.786Z] #0 9.731 (2/2) Installing dumb-init (1.2.5-r2) [2024-09-09T10:53:21.786Z] #0 9.763 Executing busybox-1.36.1-r7.trigger [2024-09-09T10:53:21.786Z] #0 9.827 Executing ca-certificates-20240226-r0.trigger [2024-09-09T10:53:21.786Z] #47 ... [2024-09-09T10:53:21.786Z] [2024-09-09T10:53:21.786Z] #16 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-09-09T10:53:21.786Z] #16 DONE 3.4s [2024-09-09T10:53:21.786Z] [2024-09-09T10:53:21.786Z] #17 [core-keeper builder 2/7] WORKDIR /edgex-go [2024-09-09T10:53:21.786Z] #17 DONE 1.2s [2024-09-09T10:53:21.786Z] [2024-09-09T10:53:21.786Z] #48 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-09-09T10:53:21.786Z] #0 6.297 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-09T10:53:21.786Z] #0 7.282 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-09T10:53:21.786Z] #0 9.212 (1/4) Installing dumb-init (1.2.5-r2) [2024-09-09T10:53:21.786Z] #0 9.242 (2/4) Installing openssl (3.1.7-r0) [2024-09-09T10:53:21.786Z] #0 9.311 (3/4) Installing su-exec (0.2-r3) [2024-09-09T10:53:21.786Z] #0 9.315 (4/4) Installing yq (4.33.3-r5) [2024-09-09T10:53:22.052Z] #48 ... [2024-09-09T10:53:22.052Z] [2024-09-09T10:53:22.052Z] #13 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-09-09T10:53:22.052Z] #13 DONE 0.0s [2024-09-09T10:53:22.052Z] [2024-09-09T10:53:22.052Z] #10 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.18 [2024-09-09T10:53:22.052Z] #10 DONE 0.7s [2024-09-09T10:53:22.052Z] [2024-09-09T10:53:22.052Z] #49 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-09-09T10:53:22.052Z] #0 5.315 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-09T10:53:22.052Z] #0 5.889 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-09T10:53:22.052Z] #0 8.245 v3.18.9-8-gd3dc0a13b48 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-09-09T10:53:22.052Z] #0 8.245 v3.18.9-8-gd3dc0a13b48 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-09-09T10:53:22.052Z] #0 8.245 OK: 19946 distinct packages available [2024-09-09T10:53:22.052Z] #0 8.682 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-09T10:53:22.052Z] #0 9.933 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-09T10:53:22.052Z] #49 ... [2024-09-09T10:53:22.052Z] [2024-09-09T10:53:22.052Z] #16 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-09-09T10:53:22.052Z] #16 DONE 3.5s [2024-09-09T10:53:22.052Z] [2024-09-09T10:53:22.052Z] #17 [security-proxy-auth builder 2/7] WORKDIR /edgex-go [2024-09-09T10:53:22.052Z] #17 DONE 1.3s [2024-09-09T10:53:22.052Z] [2024-09-09T10:53:22.052Z] #9 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-09-09T10:53:22.052Z] #9 DONE 0.8s [2024-09-09T10:53:22.052Z] [2024-09-09T10:53:22.052Z] #50 [security-spire-config internal] load build context [2024-09-09T10:53:22.319Z] #50 ... [2024-09-09T10:53:22.319Z] [2024-09-09T10:53:22.319Z] #13 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-09-09T10:53:22.319Z] #13 DONE 0.0s [2024-09-09T10:53:22.586Z] [2024-09-09T10:53:22.586Z] #13 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-09-09T10:53:22.586Z] #13 DONE 0.1s [2024-09-09T10:53:22.586Z] [2024-09-09T10:53:22.586Z] #12 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-09T10:53:22.587Z] #12 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 0.0s done [2024-09-09T10:53:22.587Z] #12 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done [2024-09-09T10:53:22.587Z] #12 sha256:52d5d3a94cfac7935bfb02a2531ec31aa34435cd9e284a81f62ebe15e8603a52 1.05kB / 1.05kB done [2024-09-09T10:53:22.587Z] #12 sha256:e0ba206c46fbee1b5a919ab00dad91fc25b0e6698fca3f84bd5759f787bd1571 1.60kB / 1.60kB done [2024-09-09T10:53:22.587Z] #12 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.1s done [2024-09-09T10:53:22.587Z] #12 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done [2024-09-09T10:53:22.587Z] #12 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.1s done [2024-09-09T10:53:22.587Z] #12 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.2s done [2024-09-09T10:53:22.587Z] #12 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 1.4s done [2024-09-09T10:53:22.587Z] #12 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.0s done [2024-09-09T10:53:22.587Z] #12 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0.0s done [2024-09-09T10:53:22.587Z] #12 ... [2024-09-09T10:53:22.587Z] [2024-09-09T10:53:22.587Z] #10 [core-metadata internal] load metadata for docker.io/library/alpine:3.18 [2024-09-09T10:53:22.587Z] #10 DONE 1.2s [2024-09-09T10:53:22.587Z] [2024-09-09T10:53:22.587Z] #12 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-09T10:53:22.587Z] #12 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 10.9s [2024-09-09T10:53:22.862Z] #12 ... [2024-09-09T10:53:22.862Z] [2024-09-09T10:53:22.862Z] #16 [core-command builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-09-09T10:53:22.862Z] #16 DONE 4.0s [2024-09-09T10:53:22.862Z] [2024-09-09T10:53:22.862Z] #17 [core-command builder 2/7] WORKDIR /edgex-go [2024-09-09T10:53:22.862Z] #17 DONE 1.8s [2024-09-09T10:53:22.862Z] [2024-09-09T10:53:22.862Z] #13 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-09-09T10:53:22.862Z] #13 DONE 0.1s [2024-09-09T10:53:22.862Z] [2024-09-09T10:53:22.862Z] #50 [security-spire-config internal] load build context [2024-09-09T10:53:22.862Z] #50 transferring context: 25.96kB 0.1s done [2024-09-09T10:53:22.862Z] #50 DONE 0.7s [2024-09-09T10:53:22.862Z] [2024-09-09T10:53:22.862Z] #10 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.18 [2024-09-09T10:53:22.862Z] #10 DONE 1.3s [2024-09-09T10:53:22.862Z] [2024-09-09T10:53:22.862Z] #14 [core-command stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de [2024-09-09T10:53:22.862Z] #14 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done [2024-09-09T10:53:22.862Z] #14 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done [2024-09-09T10:53:22.862Z] #14 sha256:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b 528B / 528B done [2024-09-09T10:53:22.862Z] #14 sha256:3e834921e3678b9f27c1f2e94f5945b63aab1c68cdf944dad109daded06c1f2b 1.49kB / 1.49kB done [2024-09-09T10:53:22.862Z] #14 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.34MB / 3.34MB 0.2s done [2024-09-09T10:53:22.862Z] #14 extracting sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 0.7s done [2024-09-09T10:53:23.131Z] #14 ... [2024-09-09T10:53:23.131Z] [2024-09-09T10:53:23.131Z] #16 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-09-09T10:53:23.131Z] #16 DONE 4.7s [2024-09-09T10:53:23.131Z] [2024-09-09T10:53:23.131Z] #17 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go [2024-09-09T10:53:23.131Z] #17 DONE 2.2s [2024-09-09T10:53:23.131Z] [2024-09-09T10:53:23.131Z] #14 [security-spiffe-token-provider stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de [2024-09-09T10:53:23.131Z] #14 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done [2024-09-09T10:53:23.131Z] #14 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done [2024-09-09T10:53:23.131Z] #14 sha256:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b 528B / 528B done [2024-09-09T10:53:23.131Z] #14 sha256:3e834921e3678b9f27c1f2e94f5945b63aab1c68cdf944dad109daded06c1f2b 1.49kB / 1.49kB done [2024-09-09T10:53:23.131Z] #14 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.34MB / 3.34MB 0.2s done [2024-09-09T10:53:23.131Z] #14 extracting sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 0.7s done [2024-09-09T10:53:23.131Z] #14 ... [2024-09-09T10:53:23.131Z] [2024-09-09T10:53:23.131Z] #13 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-09-09T10:53:23.131Z] #13 DONE 0.1s [2024-09-09T10:53:23.401Z] [2024-09-09T10:53:23.401Z] #12 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-09T10:53:23.985Z] #12 ... [2024-09-09T10:53:23.985Z] [2024-09-09T10:53:23.985Z] #13 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-09-09T10:53:23.985Z] #13 DONE 0.1s [2024-09-09T10:53:23.985Z] [2024-09-09T10:53:23.985Z] #12 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-09T10:53:24.252Z] #12 ... [2024-09-09T10:53:24.252Z] [2024-09-09T10:53:24.252Z] #27 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-09-09T10:53:24.252Z] #27 5.426 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-09T10:53:24.252Z] #27 6.464 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-09T10:53:24.252Z] #27 13.27 OK: 266 MiB in 52 packages [2024-09-09T10:53:24.252Z] #27 DONE 15.1s [2024-09-09T10:53:24.252Z] [2024-09-09T10:53:24.252Z] #49 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-09-09T10:53:24.252Z] #49 12.60 (1/5) Installing dumb-init (1.2.5-r2) [2024-09-09T10:53:24.252Z] #49 12.62 (2/5) Installing musl-obstack (1.2.3-r2) [2024-09-09T10:53:24.252Z] #49 12.72 (3/5) Installing libucontext (1.2-r2) [2024-09-09T10:53:24.252Z] #49 12.72 (4/5) Installing gcompat (1.1.0-r1) [2024-09-09T10:53:24.252Z] #49 12.72 (5/5) Installing openssl (3.1.7-r0) [2024-09-09T10:53:24.252Z] #49 12.77 Executing busybox-1.36.1-r7.trigger [2024-09-09T10:53:24.530Z] #49 12.90 OK: 9 MiB in 20 packages [2024-09-09T10:53:24.530Z] #49 ... [2024-09-09T10:53:24.530Z] [2024-09-09T10:53:24.530Z] #48 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-09-09T10:53:24.530Z] #48 10.18 Executing busybox-1.36.1-r7.trigger [2024-09-09T10:53:24.530Z] #48 10.34 OK: 18 MiB in 19 packages [2024-09-09T10:53:24.530Z] #48 DONE 12.8s [2024-09-09T10:53:24.799Z] [2024-09-09T10:53:24.799Z] #51 [core-keeper internal] load build context [2024-09-09T10:53:24.799Z] #51 ... [2024-09-09T10:53:24.799Z] [2024-09-09T10:53:24.799Z] #10 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.18 [2024-09-09T10:53:24.799Z] #10 DONE 2.6s [2024-09-09T10:53:25.067Z] [2024-09-09T10:53:25.067Z] #16 [core-data builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-09-09T10:53:25.067Z] #16 DONE 5.0s [2024-09-09T10:53:25.067Z] [2024-09-09T10:53:25.067Z] #17 [core-data builder 2/7] WORKDIR /edgex-go [2024-09-09T10:53:25.067Z] #17 DONE 2.7s [2024-09-09T10:53:25.067Z] [2024-09-09T10:53:25.068Z] #13 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-09-09T10:53:25.068Z] #13 DONE 0.1s [2024-09-09T10:53:25.068Z] [2024-09-09T10:53:25.068Z] #27 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2024-09-09T10:53:25.068Z] #27 DONE 16.7s [2024-09-09T10:53:25.068Z] [2024-09-09T10:53:25.068Z] #18 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-09-09T10:53:25.068Z] #18 5.857 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-09T10:53:25.068Z] #18 7.164 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-09T10:53:25.068Z] #18 10.01 OK: 266 MiB in 52 packages [2024-09-09T10:53:25.068Z] #18 DONE 12.4s [2024-09-09T10:53:25.068Z] [2024-09-09T10:53:25.068Z] #14 [core-data stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de [2024-09-09T10:53:25.068Z] #14 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done [2024-09-09T10:53:25.068Z] #14 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done [2024-09-09T10:53:25.068Z] #14 sha256:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b 528B / 528B done [2024-09-09T10:53:25.068Z] #14 sha256:3e834921e3678b9f27c1f2e94f5945b63aab1c68cdf944dad109daded06c1f2b 1.49kB / 1.49kB done [2024-09-09T10:53:25.068Z] #14 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.34MB / 3.34MB 0.2s done [2024-09-09T10:53:25.068Z] #14 extracting sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 0.7s done [2024-09-09T10:53:25.068Z] #14 ... [2024-09-09T10:53:25.068Z] [2024-09-09T10:53:25.068Z] #13 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-09-09T10:53:25.068Z] #13 DONE 0.1s [2024-09-09T10:53:25.068Z] [2024-09-09T10:53:25.068Z] #47 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-09-09T10:53:25.068Z] #47 11.00 OK: 9 MiB in 17 packages [2024-09-09T10:53:25.068Z] #47 DONE 13.6s [2024-09-09T10:53:25.338Z] [2024-09-09T10:53:25.338Z] #51 [core-keeper internal] load build context [2024-09-09T10:53:25.922Z] #51 ... [2024-09-09T10:53:25.922Z] [2024-09-09T10:53:25.922Z] #52 [security-bootstrapper internal] load build context [2024-09-09T10:53:25.922Z] #52 transferring context: 3.10MB 2.7s done [2024-09-09T10:53:25.922Z] #52 DONE 4.3s [2024-09-09T10:53:25.922Z] [2024-09-09T10:53:25.922Z] #51 [core-keeper internal] load build context [2024-09-09T10:53:25.922Z] #51 transferring context: 3.10MB 3.8s done [2024-09-09T10:53:26.197Z] #51 ... [2024-09-09T10:53:26.197Z] [2024-09-09T10:53:26.197Z] #46 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2024-09-09T10:53:26.197Z] #46 11.73 Executing busybox-1.36.1-r7.trigger [2024-09-09T10:53:26.197Z] #46 11.96 Executing ca-certificates-20240226-r0.trigger [2024-09-09T10:53:26.197Z] #46 12.53 OK: 12 MiB in 18 packages [2024-09-09T10:53:26.197Z] #46 DONE 14.5s [2024-09-09T10:53:26.197Z] [2024-09-09T10:53:26.197Z] #49 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-09-09T10:53:26.197Z] #49 DONE 14.6s [2024-09-09T10:53:26.197Z] [2024-09-09T10:53:26.197Z] #53 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-09-09T10:53:26.480Z] #53 ... [2024-09-09T10:53:26.480Z] [2024-09-09T10:53:26.480Z] #9 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-09-09T10:53:26.480Z] #9 DONE 2.6s [2024-09-09T10:53:26.480Z] [2024-09-09T10:53:26.480Z] #54 [security-proxy-auth internal] load build context [2024-09-09T10:53:26.480Z] #54 transferring context: 3.10MB 3.8s done [2024-09-09T10:53:27.068Z] #54 ... [2024-09-09T10:53:27.068Z] [2024-09-09T10:53:27.068Z] #16 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-09-09T10:53:27.068Z] #16 DONE 5.5s [2024-09-09T10:53:27.068Z] [2024-09-09T10:53:27.068Z] #17 [support-scheduler builder 2/7] WORKDIR /edgex-go [2024-09-09T10:53:27.068Z] #17 DONE 3.1s [2024-09-09T10:53:27.068Z] [2024-09-09T10:53:27.068Z] #10 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 [2024-09-09T10:53:27.068Z] #10 DONE 3.9s [2024-09-09T10:53:27.068Z] [2024-09-09T10:53:27.068Z] #16 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-09-09T10:53:27.068Z] #16 DONE 5.5s [2024-09-09T10:53:27.068Z] [2024-09-09T10:53:27.068Z] #17 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go [2024-09-09T10:53:27.068Z] #17 DONE 3.2s [2024-09-09T10:53:27.068Z] [2024-09-09T10:53:27.068Z] #14 [core-common-config-bootstrapper stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de [2024-09-09T10:53:27.068Z] #14 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done [2024-09-09T10:53:27.068Z] #14 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done [2024-09-09T10:53:27.068Z] #14 sha256:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b 528B / 528B done [2024-09-09T10:53:27.068Z] #14 sha256:3e834921e3678b9f27c1f2e94f5945b63aab1c68cdf944dad109daded06c1f2b 1.49kB / 1.49kB done [2024-09-09T10:53:27.068Z] #14 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.34MB / 3.34MB 0.2s done [2024-09-09T10:53:27.068Z] #14 extracting sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 0.7s done [2024-09-09T10:53:27.226Z] #119 DONE 8.7s [2024-09-09T10:53:27.226Z] [2024-09-09T10:53:27.226Z] #120 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-09-09T10:53:27.226Z] #120 CACHED [2024-09-09T10:53:27.226Z] [2024-09-09T10:53:27.226Z] #121 [support-cron-scheduler builder 6/7] COPY . . [2024-09-09T10:53:27.226Z] #121 CACHED [2024-09-09T10:53:27.226Z] [2024-09-09T10:53:27.226Z] #122 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-09T10:53:27.226Z] #122 CACHED [2024-09-09T10:53:27.226Z] [2024-09-09T10:53:27.226Z] #123 [security-spiffe-token-provider builder 6/7] COPY . . [2024-09-09T10:53:27.226Z] #123 DONE 8.7s [2024-09-09T10:53:27.226Z] [2024-09-09T10:53:27.226Z] #124 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-09T10:53:27.226Z] #124 CACHED [2024-09-09T10:53:27.226Z] [2024-09-09T10:53:27.226Z] #125 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-09-09T10:53:27.226Z] #125 CACHED [2024-09-09T10:53:27.226Z] [2024-09-09T10:53:27.226Z] #126 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-09-09T10:53:27.226Z] #126 CACHED [2024-09-09T10:53:27.226Z] [2024-09-09T10:53:27.226Z] #127 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-09-09T10:53:27.226Z] #127 CACHED [2024-09-09T10:53:27.226Z] [2024-09-09T10:53:27.226Z] #128 [core-data builder 6/7] COPY . . [2024-09-09T10:53:27.226Z] #128 CACHED [2024-09-09T10:53:27.226Z] [2024-09-09T10:53:27.226Z] #129 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-09T10:53:27.226Z] #129 CACHED [2024-09-09T10:53:27.226Z] [2024-09-09T10:53:27.226Z] #130 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-09T10:53:27.226Z] #130 CACHED [2024-09-09T10:53:27.226Z] [2024-09-09T10:53:27.226Z] #131 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-09-09T10:53:27.226Z] #131 CACHED [2024-09-09T10:53:27.226Z] [2024-09-09T10:53:27.226Z] #132 [core-metadata builder 6/7] COPY . . [2024-09-09T10:53:27.226Z] #132 CACHED [2024-09-09T10:53:27.226Z] [2024-09-09T10:53:27.226Z] #133 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-09-09T10:53:27.226Z] #133 CACHED [2024-09-09T10:53:27.226Z] [2024-09-09T10:53:27.226Z] #134 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-09T10:53:27.226Z] #134 CACHED [2024-09-09T10:53:27.226Z] [2024-09-09T10:53:27.226Z] #135 [support-scheduler builder 6/7] COPY . . [2024-09-09T10:53:27.226Z] #135 CACHED [2024-09-09T10:53:27.226Z] [2024-09-09T10:53:27.226Z] #136 [security-proxy-auth builder 6/7] COPY . . [2024-09-09T10:53:27.226Z] #136 DONE 8.7s [2024-09-09T10:53:27.226Z] [2024-09-09T10:53:27.226Z] #137 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-09-09T10:53:27.226Z] #137 CACHED [2024-09-09T10:53:27.226Z] [2024-09-09T10:53:27.226Z] #138 [core-command builder 6/7] COPY . . [2024-09-09T10:53:27.226Z] #138 CACHED [2024-09-09T10:53:27.226Z] [2024-09-09T10:53:27.226Z] #139 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-09T10:53:27.226Z] #139 CACHED [2024-09-09T10:53:27.226Z] [2024-09-09T10:53:27.226Z] #140 [security-secretstore-setup builder 6/7] COPY . . [2024-09-09T10:53:27.226Z] #140 DONE 8.7s [2024-09-09T10:53:27.226Z] [2024-09-09T10:53:27.226Z] #141 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-09T10:53:27.226Z] #141 CACHED [2024-09-09T10:53:27.226Z] [2024-09-09T10:53:27.226Z] #142 [security-bootstrapper builder 6/7] COPY . . [2024-09-09T10:53:27.226Z] #142 CACHED [2024-09-09T10:53:27.226Z] [2024-09-09T10:53:27.226Z] #143 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-09-09T10:53:27.226Z] #143 CACHED [2024-09-09T10:53:27.226Z] [2024-09-09T10:53:27.226Z] #144 [security-proxy-setup builder 6/7] COPY . . [2024-09-09T10:53:27.226Z] #144 CACHED [2024-09-09T10:53:27.226Z] [2024-09-09T10:53:27.226Z] #145 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-09-09T10:53:27.226Z] #145 CACHED [2024-09-09T10:53:27.226Z] [2024-09-09T10:53:27.226Z] #146 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-09T10:53:27.226Z] #146 CACHED [2024-09-09T10:53:27.226Z] [2024-09-09T10:53:27.226Z] #147 [support-notifications builder 6/7] COPY . . [2024-09-09T10:53:27.226Z] #147 DONE 8.7s [2024-09-09T10:53:27.226Z] [2024-09-09T10:53:27.226Z] #148 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-09-09T10:53:27.335Z] #14 ... [2024-09-09T10:53:27.335Z] [2024-09-09T10:53:27.335Z] #51 [core-keeper internal] load build context [2024-09-09T10:53:27.335Z] #51 DONE 5.4s [2024-09-09T10:53:27.335Z] [2024-09-09T10:53:27.335Z] #55 [core-metadata internal] load build context [2024-09-09T10:53:27.335Z] #55 transferring context: 3.10MB 3.3s done [2024-09-09T10:53:27.602Z] #55 ... [2024-09-09T10:53:27.602Z] [2024-09-09T10:53:27.602Z] #56 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 [2024-09-09T10:53:27.602Z] #56 DONE 2.9s [2024-09-09T10:53:27.602Z] [2024-09-09T10:53:27.602Z] #49 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-09-09T10:53:27.602Z] #49 DONE 21.4s [2024-09-09T10:53:27.602Z] [2024-09-09T10:53:27.602Z] #14 [security-spire-agent stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de [2024-09-09T10:53:27.602Z] #14 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done [2024-09-09T10:53:27.602Z] #14 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done [2024-09-09T10:53:27.602Z] #14 sha256:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b 528B / 528B done [2024-09-09T10:53:27.602Z] #14 sha256:3e834921e3678b9f27c1f2e94f5945b63aab1c68cdf944dad109daded06c1f2b 1.49kB / 1.49kB done [2024-09-09T10:53:27.602Z] #14 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.34MB / 3.34MB 0.2s done [2024-09-09T10:53:27.602Z] #14 extracting sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 0.7s done [2024-09-09T10:53:28.166Z] #148 1.310 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-09-09T10:53:28.193Z] #14 ... [2024-09-09T10:53:28.193Z] [2024-09-09T10:53:28.193Z] #54 [security-proxy-auth internal] load build context [2024-09-09T10:53:28.193Z] #54 DONE 6.1s [2024-09-09T10:53:28.193Z] [2024-09-09T10:53:28.193Z] #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-09-09T10:53:28.193Z] #57 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 0.2s done [2024-09-09T10:53:28.193Z] #57 sha256:1cbbb4d32abefab6d582ffdf2ecab3a33d813855ce9593d156b424aad59c2bc6 1.05kB / 1.05kB done [2024-09-09T10:53:28.193Z] #57 sha256:9869d663529914e12e63d3ebe0579063a79fb13f870d88333173c39a993fe22a 1.59kB / 1.59kB done [2024-09-09T10:53:28.193Z] #57 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 0.2s [2024-09-09T10:53:28.193Z] #57 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done [2024-09-09T10:53:28.193Z] #57 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 0B / 18.32MB 0.2s [2024-09-09T10:53:28.462Z] #57 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d done [2024-09-09T10:53:28.729Z] #57 ... [2024-09-09T10:53:28.729Z] [2024-09-09T10:53:28.729Z] #58 [core-command internal] load build context [2024-09-09T10:53:28.729Z] #58 transferring context: 3.10MB 3.4s done [2024-09-09T10:53:28.729Z] #58 DONE 5.6s [2024-09-09T10:53:29.004Z] [2024-09-09T10:53:29.004Z] #55 [core-metadata internal] load build context [2024-09-09T10:53:29.004Z] #55 DONE 6.1s [2024-09-09T10:53:29.004Z] [2024-09-09T10:53:29.004Z] #12 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-09T10:53:29.004Z] #12 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 0.0s done [2024-09-09T10:53:29.004Z] #12 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done [2024-09-09T10:53:29.004Z] #12 sha256:52d5d3a94cfac7935bfb02a2531ec31aa34435cd9e284a81f62ebe15e8603a52 1.05kB / 1.05kB done [2024-09-09T10:53:29.004Z] #12 sha256:e0ba206c46fbee1b5a919ab00dad91fc25b0e6698fca3f84bd5759f787bd1571 1.60kB / 1.60kB done [2024-09-09T10:53:29.004Z] #12 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.1s done [2024-09-09T10:53:29.004Z] #12 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done [2024-09-09T10:53:29.004Z] #12 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.1s done [2024-09-09T10:53:29.004Z] #12 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.2s done [2024-09-09T10:53:29.004Z] #12 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 1.4s done [2024-09-09T10:53:29.004Z] #12 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.0s done [2024-09-09T10:53:29.004Z] #12 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0.0s done [2024-09-09T10:53:29.004Z] #12 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 14.5s done [2024-09-09T10:53:29.976Z] #12 ... [2024-09-09T10:53:29.976Z] [2024-09-09T10:53:29.976Z] #59 [security-spiffe-token-provider internal] load build context [2024-09-09T10:53:29.976Z] #59 transferring context: 3.10MB 2.6s done [2024-09-09T10:53:29.976Z] #59 DONE 6.6s [2024-09-09T10:53:29.976Z] [2024-09-09T10:53:29.976Z] #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-09-09T10:53:29.976Z] #57 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 0.2s done [2024-09-09T10:53:29.976Z] #57 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 4.19MB / 18.32MB 1.8s [2024-09-09T10:53:29.976Z] #57 ... [2024-09-09T10:53:29.976Z] [2024-09-09T10:53:29.976Z] #60 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-09-09T10:53:29.976Z] #60 DONE 5.6s [2024-09-09T10:53:29.976Z] [2024-09-09T10:53:29.976Z] #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-09-09T10:53:29.976Z] #57 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 5.24MB / 18.32MB 2.1s [2024-09-09T10:53:30.246Z] #57 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 6.85MB / 18.32MB 2.3s [2024-09-09T10:53:30.832Z] #57 ... [2024-09-09T10:53:30.832Z] [2024-09-09T10:53:30.832Z] #61 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-09-09T10:53:30.832Z] #61 DONE 5.6s [2024-09-09T10:53:30.832Z] [2024-09-09T10:53:30.832Z] #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-09-09T10:53:30.832Z] #57 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 7.82MB / 18.32MB 2.7s [2024-09-09T10:53:31.480Z] #57 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 8.90MB / 18.32MB 3.4s [2024-09-09T10:53:31.480Z] #57 ... [2024-09-09T10:53:31.480Z] [2024-09-09T10:53:31.480Z] #62 [core-data internal] load build context [2024-09-09T10:53:31.480Z] #62 transferring context: 3.10MB 4.1s done [2024-09-09T10:53:31.480Z] #62 DONE 6.5s [2024-09-09T10:53:31.480Z] [2024-09-09T10:53:31.480Z] #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-09-09T10:53:31.480Z] #57 ... [2024-09-09T10:53:31.480Z] [2024-09-09T10:53:31.480Z] #63 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec [2024-09-09T10:53:31.480Z] #0 9.870 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-09T10:53:31.750Z] #63 ... [2024-09-09T10:53:31.750Z] [2024-09-09T10:53:31.750Z] #12 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-09T10:53:31.750Z] #12 ... [2024-09-09T10:53:31.750Z] [2024-09-09T10:53:31.750Z] #64 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-09-09T10:53:32.018Z] #64 ... [2024-09-09T10:53:32.018Z] [2024-09-09T10:53:32.018Z] #65 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-09-09T10:53:32.018Z] #65 ... [2024-09-09T10:53:32.018Z] [2024-09-09T10:53:32.018Z] #66 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-09-09T10:53:32.286Z] #66 ... [2024-09-09T10:53:32.286Z] [2024-09-09T10:53:32.286Z] #67 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-09-09T10:53:32.286Z] #67 ... [2024-09-09T10:53:32.286Z] [2024-09-09T10:53:32.286Z] #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-09-09T10:53:32.286Z] #57 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 11.82MB / 18.32MB 4.3s [2024-09-09T10:53:32.286Z] #57 ... [2024-09-09T10:53:32.286Z] [2024-09-09T10:53:32.286Z] #68 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-09-09T10:53:32.553Z] #68 ... [2024-09-09T10:53:32.553Z] [2024-09-09T10:53:32.553Z] #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-09-09T10:53:32.553Z] #57 ... [2024-09-09T10:53:32.553Z] [2024-09-09T10:53:32.553Z] #69 [security-spire-agent internal] load build context [2024-09-09T10:53:32.553Z] #69 transferring context: 27.24kB 0.1s done [2024-09-09T10:53:32.553Z] #69 DONE 5.0s [2024-09-09T10:53:32.553Z] [2024-09-09T10:53:32.553Z] #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-09-09T10:53:32.820Z] #57 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 13.63MB / 18.32MB 4.8s [2024-09-09T10:53:33.087Z] #57 ... [2024-09-09T10:53:33.087Z] [2024-09-09T10:53:33.087Z] #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-09-09T10:53:33.366Z] #70 ... [2024-09-09T10:53:33.366Z] [2024-09-09T10:53:33.366Z] #71 [security-secretstore-setup internal] load build context [2024-09-09T10:53:33.957Z] #71 ... [2024-09-09T10:53:33.957Z] [2024-09-09T10:53:33.957Z] #72 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-09-09T10:53:34.230Z] #72 ... [2024-09-09T10:53:34.230Z] [2024-09-09T10:53:34.230Z] #71 [security-secretstore-setup internal] load build context [2024-09-09T10:53:34.816Z] #71 ... [2024-09-09T10:53:34.817Z] [2024-09-09T10:53:34.817Z] #63 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec [2024-09-09T10:53:34.817Z] #63 10.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-09T10:53:34.817Z] #63 11.67 (1/2) Installing dumb-init (1.2.5-r2) [2024-09-09T10:53:34.817Z] #63 11.67 (2/2) Installing su-exec (0.2-r3) [2024-09-09T10:53:34.817Z] #63 11.71 Executing busybox-1.36.1-r7.trigger [2024-09-09T10:53:34.817Z] #63 11.74 OK: 8 MiB in 17 packages [2024-09-09T10:53:34.817Z] #63 DONE 13.1s [2024-09-09T10:53:34.817Z] [2024-09-09T10:53:34.817Z] #71 [security-secretstore-setup internal] load build context [2024-09-09T10:53:34.817Z] #71 ... [2024-09-09T10:53:34.817Z] [2024-09-09T10:53:34.817Z] #73 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-09-09T10:53:35.084Z] #73 ... [2024-09-09T10:53:35.084Z] [2024-09-09T10:53:35.084Z] #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-09-09T10:53:35.084Z] #57 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 18.32MB / 18.32MB 7.0s [2024-09-09T10:53:35.370Z] #57 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 18.32MB / 18.32MB 7.3s done [2024-09-09T10:53:35.654Z] #57 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 [2024-09-09T10:53:35.654Z] #57 ... [2024-09-09T10:53:35.654Z] [2024-09-09T10:53:35.654Z] #74 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-09-09T10:53:35.922Z] #74 ... [2024-09-09T10:53:35.922Z] [2024-09-09T10:53:35.922Z] #71 [security-secretstore-setup internal] load build context [2024-09-09T10:53:35.922Z] #71 transferring context: 3.10MB 7.1s done [2024-09-09T10:53:35.922Z] #71 DONE 10.8s [2024-09-09T10:53:35.922Z] [2024-09-09T10:53:35.922Z] #75 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-09-09T10:53:35.922Z] #75 ... [2024-09-09T10:53:35.922Z] [2024-09-09T10:53:35.922Z] #76 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-09-09T10:53:36.188Z] #76 ... [2024-09-09T10:53:36.188Z] [2024-09-09T10:53:36.188Z] #68 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-09-09T10:53:36.188Z] #68 13.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-09T10:53:36.188Z] #68 ... [2024-09-09T10:53:36.188Z] [2024-09-09T10:53:36.188Z] #77 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-09-09T10:53:36.454Z] #77 ... [2024-09-09T10:53:36.454Z] [2024-09-09T10:53:36.454Z] #65 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-09-09T10:53:36.454Z] #65 DONE 14.4s [2024-09-09T10:53:36.454Z] [2024-09-09T10:53:36.454Z] #73 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-09-09T10:53:36.454Z] #73 11.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-09T10:53:36.721Z] #73 ... [2024-09-09T10:53:36.721Z] [2024-09-09T10:53:36.721Z] #64 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-09-09T10:53:36.721Z] #64 DONE 15.0s [2024-09-09T10:53:36.721Z] [2024-09-09T10:53:36.721Z] #78 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-09-09T10:53:36.989Z] #78 ... [2024-09-09T10:53:36.989Z] [2024-09-09T10:53:36.989Z] #79 [core-common-config-bootstrapper internal] load build context [2024-09-09T10:53:37.256Z] #79 ... [2024-09-09T10:53:37.256Z] [2024-09-09T10:53:37.256Z] #80 [support-scheduler internal] load build context [2024-09-09T10:53:37.256Z] #80 ... [2024-09-09T10:53:37.256Z] [2024-09-09T10:53:37.256Z] #79 [core-common-config-bootstrapper internal] load build context [2024-09-09T10:53:37.839Z] #79 transferring context: 3.10MB 5.4s done [2024-09-09T10:53:37.839Z] #79 ... [2024-09-09T10:53:37.839Z] [2024-09-09T10:53:37.839Z] #53 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-09-09T10:53:37.839Z] #53 ... [2024-09-09T10:53:37.839Z] [2024-09-09T10:53:37.839Z] #80 [support-scheduler internal] load build context [2024-09-09T10:53:38.110Z] #80 ... [2024-09-09T10:53:38.110Z] [2024-09-09T10:53:38.110Z] #79 [core-common-config-bootstrapper internal] load build context [2024-09-09T10:53:38.110Z] #79 DONE 10.8s [2024-09-09T10:53:38.110Z] [2024-09-09T10:53:38.110Z] #80 [support-scheduler internal] load build context [2024-09-09T10:53:38.110Z] #80 transferring context: 3.10MB 7.7s done [2024-09-09T10:53:38.162Z] #148 ... [2024-09-09T10:53:38.163Z] [2024-09-09T10:53:38.163Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-09-09T10:53:38.163Z] #0 0.564 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-09-09T10:53:38.163Z] #149 ... [2024-09-09T10:53:38.163Z] [2024-09-09T10:53:38.163Z] #150 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-09-09T10:53:38.163Z] #0 0.945 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-09-09T10:53:38.163Z] #150 ... [2024-09-09T10:53:38.163Z] [2024-09-09T10:53:38.163Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-09-09T10:53:38.163Z] #0 1.245 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-09-09T10:53:38.163Z] #151 ... [2024-09-09T10:53:38.163Z] [2024-09-09T10:53:38.163Z] #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-09-09T10:53:38.163Z] #0 1.040 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-09-09T10:53:38.163Z] #152 ... [2024-09-09T10:53:38.163Z] [2024-09-09T10:53:38.163Z] #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-09-09T10:53:38.163Z] #0 0.556 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler [2024-09-09T10:53:38.163Z] #153 ... [2024-09-09T10:53:38.163Z] [2024-09-09T10:53:38.163Z] #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-09-09T10:53:38.163Z] #0 1.207 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-09-09T10:53:38.163Z] #154 ... [2024-09-09T10:53:38.163Z] [2024-09-09T10:53:38.163Z] #155 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-09-09T10:53:38.163Z] #0 1.289 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-09-09T10:53:38.163Z] #155 ... [2024-09-09T10:53:38.163Z] [2024-09-09T10:53:38.163Z] #156 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-09-09T10:53:38.163Z] #0 0.646 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-09-09T10:53:38.163Z] #156 ... [2024-09-09T10:53:38.163Z] [2024-09-09T10:53:38.163Z] #157 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-09-09T10:53:38.163Z] #0 0.815 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-09-09T10:53:38.163Z] #157 ... [2024-09-09T10:53:38.163Z] [2024-09-09T10:53:38.163Z] #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-09-09T10:53:38.163Z] #0 1.552 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-09-09T10:53:38.377Z] #80 DONE 11.3s [2024-09-09T10:53:38.377Z] [2024-09-09T10:53:38.377Z] #75 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-09-09T10:53:38.377Z] #75 12.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-09T10:53:38.422Z] #158 ... [2024-09-09T10:53:38.422Z] [2024-09-09T10:53:38.422Z] #159 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-09-09T10:53:38.422Z] #0 0.909 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-09-09T10:53:38.422Z] #159 ... [2024-09-09T10:53:38.422Z] [2024-09-09T10:53:38.422Z] #160 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-09-09T10:53:38.422Z] #0 0.704 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2024-09-09T10:53:40.330Z] #75 14.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-09T10:53:40.330Z] #75 ... [2024-09-09T10:53:40.330Z] [2024-09-09T10:53:40.330Z] #81 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-09T10:53:40.330Z] #81 ... [2024-09-09T10:53:40.330Z] [2024-09-09T10:53:40.330Z] #66 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-09-09T10:53:40.330Z] #66 14.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-09T10:53:40.330Z] #66 15.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-09T10:53:40.330Z] #66 18.80 OK: 266 MiB in 52 packages [2024-09-09T10:53:40.330Z] #66 DONE 20.0s [2024-09-09T10:53:40.330Z] [2024-09-09T10:53:40.330Z] #82 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-09-09T10:53:40.943Z] #82 ... [2024-09-09T10:53:40.943Z] [2024-09-09T10:53:40.943Z] #83 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-09T10:53:40.943Z] #83 ... [2024-09-09T10:53:40.943Z] [2024-09-09T10:53:40.943Z] #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-09-09T10:53:40.943Z] #57 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 5.4s [2024-09-09T10:53:41.527Z] #57 ... [2024-09-09T10:53:41.527Z] [2024-09-09T10:53:41.527Z] #82 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-09-09T10:53:41.527Z] #82 DONE 1.1s [2024-09-09T10:53:41.527Z] [2024-09-09T10:53:41.527Z] #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-09-09T10:53:44.111Z] #57 ... [2024-09-09T10:53:44.111Z] [2024-09-09T10:53:44.111Z] #67 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-09-09T10:53:44.111Z] #67 13.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-09T10:53:44.111Z] #67 15.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-09T10:53:44.111Z] #67 20.25 (1/1) Installing dumb-init (1.2.5-r2) [2024-09-09T10:53:44.111Z] #67 20.37 Executing busybox-1.36.1-r7.trigger [2024-09-09T10:53:44.111Z] #67 20.55 OK: 8 MiB in 16 packages [2024-09-09T10:53:44.111Z] #67 DONE 23.8s [2024-09-09T10:53:44.111Z] [2024-09-09T10:53:44.111Z] #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-09-09T10:53:45.080Z] #57 ... [2024-09-09T10:53:45.080Z] [2024-09-09T10:53:45.080Z] #84 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-09-09T10:53:45.080Z] #0 9.427 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-09T10:53:45.080Z] #84 ... [2024-09-09T10:53:45.080Z] [2024-09-09T10:53:45.080Z] #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-09-09T10:53:45.668Z] #57 ... [2024-09-09T10:53:45.668Z] [2024-09-09T10:53:45.668Z] #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-09-09T10:53:45.668Z] #70 12.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-09T10:53:45.668Z] #70 13.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-09T10:53:45.668Z] #70 19.10 v3.18.9-8-gd3dc0a13b48 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-09-09T10:53:45.668Z] #70 19.10 v3.18.9-8-gd3dc0a13b48 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-09-09T10:53:45.668Z] #70 19.10 OK: 19954 distinct packages available [2024-09-09T10:53:45.668Z] #70 20.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-09T10:53:45.936Z] #70 ... [2024-09-09T10:53:45.936Z] [2024-09-09T10:53:45.936Z] #73 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-09-09T10:53:45.936Z] #73 12.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-09T10:53:45.936Z] #73 18.65 OK: 18 MiB in 19 packages [2024-09-09T10:53:45.936Z] #73 DONE 21.0s [2024-09-09T10:53:45.936Z] [2024-09-09T10:53:45.936Z] #85 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade [2024-09-09T10:53:45.936Z] #85 ... [2024-09-09T10:53:45.936Z] [2024-09-09T10:53:45.936Z] #72 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-09-09T10:53:45.936Z] #72 11.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-09T10:53:45.936Z] #72 13.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-09T10:53:45.936Z] #72 19.88 v3.18.9-8-gd3dc0a13b48 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-09-09T10:53:45.936Z] #72 19.88 v3.18.9-8-gd3dc0a13b48 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-09-09T10:53:45.936Z] #72 19.88 OK: 19946 distinct packages available [2024-09-09T10:53:45.936Z] #72 21.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-09T10:53:46.204Z] #72 ... [2024-09-09T10:53:46.204Z] [2024-09-09T10:53:46.204Z] #86 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-09-09T10:53:46.204Z] #86 DONE 0.3s [2024-09-09T10:53:46.204Z] [2024-09-09T10:53:46.204Z] #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-09-09T10:53:46.204Z] #57 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 10.6s [2024-09-09T10:53:46.787Z] #57 ... [2024-09-09T10:53:46.787Z] [2024-09-09T10:53:46.787Z] #87 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-09-09T10:53:46.788Z] #0 7.601 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-09T10:53:46.788Z] #87 10.29 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-09T10:53:46.788Z] #87 ... [2024-09-09T10:53:46.788Z] [2024-09-09T10:53:46.788Z] #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-09-09T10:53:47.748Z] #57 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 12.2s done [2024-09-09T10:53:48.015Z] #57 ... [2024-09-09T10:53:48.015Z] [2024-09-09T10:53:48.015Z] #68 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-09-09T10:53:48.015Z] #68 15.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-09T10:53:48.015Z] #68 21.19 v3.18.9-8-gd3dc0a13b48 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-09-09T10:53:48.015Z] #68 21.19 v3.18.9-8-gd3dc0a13b48 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-09-09T10:53:48.015Z] #68 21.19 OK: 19946 distinct packages available [2024-09-09T10:53:48.015Z] #68 22.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-09T10:53:48.015Z] #68 25.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-09T10:53:48.280Z] #68 ... [2024-09-09T10:53:48.280Z] [2024-09-09T10:53:48.280Z] #85 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade [2024-09-09T10:53:48.280Z] #85 4.080 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-09T10:53:48.552Z] #85 ... [2024-09-09T10:53:48.552Z] [2024-09-09T10:53:48.552Z] #77 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-09-09T10:53:48.552Z] #77 12.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-09T10:53:48.552Z] #77 14.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-09T10:53:48.552Z] #77 21.21 OK: 12 MiB in 18 packages [2024-09-09T10:53:48.552Z] #77 DONE 22.3s [2024-09-09T10:53:48.831Z] [2024-09-09T10:53:48.831Z] #75 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-09-09T10:53:48.831Z] #75 21.22 (1/1) Installing dumb-init (1.2.5-r2) [2024-09-09T10:53:48.831Z] #75 21.26 Executing busybox-1.36.1-r7.trigger [2024-09-09T10:53:48.831Z] #75 21.40 OK: 8 MiB in 16 packages [2024-09-09T10:53:48.831Z] #75 DONE 23.0s [2024-09-09T10:53:48.831Z] [2024-09-09T10:53:48.831Z] #72 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-09-09T10:53:48.831Z] #72 23.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-09T10:53:48.831Z] #72 ... [2024-09-09T10:53:48.831Z] [2024-09-09T10:53:48.831Z] #74 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-09-09T10:53:48.831Z] #74 13.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-09T10:53:48.831Z] #74 15.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-09T10:53:48.831Z] #74 21.96 OK: 9 MiB in 17 packages [2024-09-09T10:53:49.103Z] #74 ... [2024-09-09T10:53:49.103Z] [2024-09-09T10:53:49.103Z] #88 [core-data stage-1 3/8] RUN apk --no-cache upgrade [2024-09-09T10:53:49.370Z] #88 ... [2024-09-09T10:53:49.370Z] [2024-09-09T10:53:49.370Z] #74 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-09-09T10:53:49.370Z] #74 DONE 23.8s [2024-09-09T10:53:49.370Z] [2024-09-09T10:53:49.370Z] #53 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-09-09T10:53:49.370Z] #53 21.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-09T10:53:49.370Z] #53 24.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-09T10:53:49.370Z] #53 29.73 OK: 9 MiB in 20 packages [2024-09-09T10:53:49.952Z] #53 ... [2024-09-09T10:53:49.952Z] [2024-09-09T10:53:49.952Z] #76 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-09-09T10:53:49.952Z] #76 14.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-09T10:53:49.952Z] #76 16.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-09T10:53:49.952Z] #76 23.81 (1/4) Installing ca-certificates (20240226-r0) [2024-09-09T10:53:49.952Z] #76 24.33 (2/4) Installing dumb-init (1.2.5-r2) [2024-09-09T10:53:50.219Z] #76 24.35 (3/4) Installing su-exec (0.2-r3) [2024-09-09T10:53:50.219Z] #76 24.37 (4/4) Installing yq (4.33.3-r5) [2024-09-09T10:53:50.219Z] #76 ... [2024-09-09T10:53:50.219Z] [2024-09-09T10:53:50.219Z] #85 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade [2024-09-09T10:53:50.219Z] #85 6.258 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-09T10:53:50.799Z] #85 ... [2024-09-09T10:53:50.799Z] [2024-09-09T10:53:50.799Z] #53 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-09-09T10:53:50.799Z] #53 DONE 31.2s [2024-09-09T10:53:50.799Z] [2024-09-09T10:53:50.799Z] #89 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-09-09T10:53:51.385Z] #89 ... [2024-09-09T10:53:51.385Z] [2024-09-09T10:53:51.385Z] #90 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-09T10:53:51.651Z] #90 ... [2024-09-09T10:53:51.651Z] [2024-09-09T10:53:51.651Z] #76 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-09-09T10:53:51.651Z] #76 25.76 Executing busybox-1.36.1-r7.trigger [2024-09-09T10:53:51.651Z] #76 25.90 Executing ca-certificates-20240226-r0.trigger [2024-09-09T10:53:52.239Z] #76 ... [2024-09-09T10:53:52.240Z] [2024-09-09T10:53:52.240Z] #91 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-09-09T10:53:52.240Z] #91 DONE 1.5s [2024-09-09T10:53:52.240Z] [2024-09-09T10:53:52.240Z] #89 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-09-09T10:53:52.240Z] #89 DONE 1.6s [2024-09-09T10:53:52.240Z] [2024-09-09T10:53:52.240Z] #92 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-09-09T10:53:52.518Z] #92 DONE 0.2s [2024-09-09T10:53:52.518Z] [2024-09-09T10:53:52.519Z] #93 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-09-09T10:53:52.788Z] #93 ... [2024-09-09T10:53:52.788Z] [2024-09-09T10:53:52.788Z] #84 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-09-09T10:53:52.788Z] #84 11.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-09T10:53:52.788Z] #84 16.59 OK: 8 MiB in 17 packages [2024-09-09T10:53:52.788Z] #84 DONE 18.0s [2024-09-09T10:53:52.788Z] [2024-09-09T10:53:52.788Z] #94 [security-spire-server stage-2 6/9] COPY security.txt / [2024-09-09T10:53:52.788Z] #94 DONE 0.2s [2024-09-09T10:53:53.059Z] [2024-09-09T10:53:53.059Z] #68 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-09-09T10:53:53.059Z] #68 30.24 (1/4) Installing dumb-init (1.2.5-r2) [2024-09-09T10:53:53.059Z] #68 30.32 (2/4) Installing musl-obstack (1.2.3-r2) [2024-09-09T10:53:53.059Z] #68 30.32 (3/4) Installing libucontext (1.2-r2) [2024-09-09T10:53:53.059Z] #68 30.32 (4/4) Installing gcompat (1.1.0-r1) [2024-09-09T10:53:53.059Z] #68 30.38 Executing busybox-1.36.1-r7.trigger [2024-09-09T10:53:53.059Z] #68 30.51 OK: 8 MiB in 19 packages [2024-09-09T10:53:53.341Z] #68 ... [2024-09-09T10:53:53.341Z] [2024-09-09T10:53:53.341Z] #95 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-09-09T10:53:53.341Z] #95 DONE 0.5s [2024-09-09T10:53:53.341Z] [2024-09-09T10:53:53.341Z] #72 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-09-09T10:53:53.341Z] #72 29.29 (1/11) Installing ca-certificates (20240226-r0) [2024-09-09T10:53:53.615Z] #72 ... [2024-09-09T10:53:53.615Z] [2024-09-09T10:53:53.615Z] #96 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-09-09T10:53:53.615Z] #96 DONE 0.3s [2024-09-09T10:53:53.615Z] [2024-09-09T10:53:53.616Z] #97 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-09-09T10:53:53.884Z] #97 ... [2024-09-09T10:53:53.884Z] [2024-09-09T10:53:53.884Z] #78 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-09-09T10:53:53.884Z] #78 6.798 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-09T10:53:53.884Z] #78 9.970 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-09T10:53:53.884Z] #78 16.41 OK: 266 MiB in 52 packages [2024-09-09T10:53:53.884Z] #78 ... [2024-09-09T10:53:53.884Z] [2024-09-09T10:53:53.884Z] #97 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-09-09T10:53:53.884Z] #97 DONE 0.3s [2024-09-09T10:53:53.884Z] [2024-09-09T10:53:53.884Z] #98 [security-spire-server] exporting to image [2024-09-09T10:53:53.884Z] #98 exporting layers [2024-09-09T10:53:54.487Z] #98 ... [2024-09-09T10:53:54.487Z] [2024-09-09T10:53:54.487Z] #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-09-09T10:53:54.487Z] #70 23.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-09T10:53:54.487Z] #70 29.53 OK: 266 MiB in 52 packages [2024-09-09T10:53:54.487Z] #70 DONE 31.3s [2024-09-09T10:53:54.487Z] [2024-09-09T10:53:54.487Z] #68 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-09-09T10:53:54.487Z] #68 DONE 32.0s [2024-09-09T10:53:54.487Z] [2024-09-09T10:53:54.487Z] #99 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-09-09T10:53:55.449Z] #99 ... [2024-09-09T10:53:55.449Z] [2024-09-09T10:53:55.449Z] #78 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-09-09T10:53:55.449Z] #78 DONE 18.4s [2024-09-09T10:53:55.449Z] [2024-09-09T10:53:55.449Z] #76 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-09-09T10:53:55.449Z] #76 27.43 OK: 18 MiB in 19 packages [2024-09-09T10:53:55.449Z] #76 DONE 29.6s [2024-09-09T10:53:55.449Z] [2024-09-09T10:53:55.449Z] #100 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-09-09T10:53:55.726Z] #100 ... [2024-09-09T10:53:55.726Z] [2024-09-09T10:53:55.726Z] #101 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-09-09T10:53:55.726Z] #101 DONE 1.2s [2024-09-09T10:53:55.726Z] [2024-09-09T10:53:55.726Z] #72 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-09-09T10:53:55.726Z] #72 29.89 (2/11) Installing brotli-libs (1.0.9-r14) [2024-09-09T10:53:55.726Z] #72 30.02 (3/11) Installing libunistring (1.1-r1) [2024-09-09T10:53:55.726Z] #72 30.17 (4/11) Installing libidn2 (2.3.4-r1) [2024-09-09T10:53:55.726Z] #72 30.25 (5/11) Installing nghttp2-libs (1.57.0-r0) [2024-09-09T10:53:55.726Z] #72 30.30 (6/11) Installing libcurl (8.9.0-r0) [2024-09-09T10:53:55.726Z] #72 30.48 (7/11) Installing curl (8.9.0-r0) [2024-09-09T10:53:55.726Z] #72 30.59 (8/11) Installing dumb-init (1.2.5-r2) [2024-09-09T10:53:55.726Z] #72 30.68 (9/11) Installing musl-obstack (1.2.3-r2) [2024-09-09T10:53:55.726Z] #72 30.71 (10/11) Installing libucontext (1.2-r2) [2024-09-09T10:53:55.726Z] #72 30.79 (11/11) Installing gcompat (1.1.0-r1) [2024-09-09T10:53:55.726Z] #72 30.79 Executing busybox-1.36.1-r7.trigger [2024-09-09T10:53:55.726Z] #72 30.92 Executing ca-certificates-20240226-r0.trigger [2024-09-09T10:53:56.315Z] #72 32.19 OK: 13 MiB in 26 packages [2024-09-09T10:53:56.586Z] #72 ... [2024-09-09T10:53:56.586Z] [2024-09-09T10:53:56.586Z] #87 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-09-09T10:53:56.586Z] #87 17.62 (1/1) Installing dumb-init (1.2.5-r2) [2024-09-09T10:53:56.586Z] #87 18.54 Executing busybox-1.36.1-r7.trigger [2024-09-09T10:53:56.586Z] #87 18.67 OK: 8 MiB in 16 packages [2024-09-09T10:53:56.586Z] #87 DONE 20.1s [2024-09-09T10:53:56.853Z] [2024-09-09T10:53:56.854Z] #102 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-09T10:53:56.854Z] #102 ... [2024-09-09T10:53:56.854Z] [2024-09-09T10:53:56.854Z] #85 [core-command stage-1 3/9] RUN apk --no-cache upgrade [2024-09-09T10:53:56.854Z] #85 11.32 OK: 8 MiB in 16 packages [2024-09-09T10:53:56.854Z] #85 DONE 14.8s [2024-09-09T10:53:57.122Z] [2024-09-09T10:53:57.122Z] #103 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2024-09-09T10:53:57.122Z] #103 DONE 1.8s [2024-09-09T10:53:57.122Z] [2024-09-09T10:53:57.122Z] #88 [core-data stage-1 3/8] RUN apk --no-cache upgrade [2024-09-09T10:53:57.122Z] #88 3.227 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-09T10:53:57.122Z] #88 5.230 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-09T10:53:57.122Z] #88 ... [2024-09-09T10:53:57.122Z] [2024-09-09T10:53:57.122Z] #72 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-09-09T10:53:57.122Z] #72 DONE 33.1s [2024-09-09T10:53:57.122Z] [2024-09-09T10:53:57.122Z] #104 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-09-09T10:53:58.577Z] #104 ... [2024-09-09T10:53:58.577Z] [2024-09-09T10:53:58.577Z] #88 [core-data stage-1 3/8] RUN apk --no-cache upgrade [2024-09-09T10:53:58.577Z] #88 9.575 OK: 8 MiB in 16 packages [2024-09-09T10:53:58.847Z] #88 ... [2024-09-09T10:53:58.847Z] [2024-09-09T10:53:58.847Z] #93 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-09-09T10:53:58.847Z] #93 DONE 6.7s [2024-09-09T10:53:59.138Z] [2024-09-09T10:53:59.138Z] #105 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-09-09T10:53:59.138Z] #105 DONE 0.3s [2024-09-09T10:53:59.138Z] [2024-09-09T10:53:59.138Z] #106 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-09-09T10:53:59.405Z] #106 ... [2024-09-09T10:53:59.405Z] [2024-09-09T10:53:59.405Z] #88 [core-data stage-1 3/8] RUN apk --no-cache upgrade [2024-09-09T10:53:59.405Z] #88 DONE 10.5s [2024-09-09T10:53:59.405Z] [2024-09-09T10:53:59.405Z] #107 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-09-09T10:53:59.670Z] #107 DONE 0.5s [2024-09-09T10:53:59.670Z] [2024-09-09T10:53:59.670Z] #108 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-09-09T10:53:59.937Z] #108 DONE 0.4s [2024-09-09T10:53:59.937Z] [2024-09-09T10:53:59.937Z] #109 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-09-09T10:54:00.213Z] #109 DONE 0.2s [2024-09-09T10:54:00.213Z] [2024-09-09T10:54:00.213Z] #110 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-09-09T10:54:00.481Z] #110 DONE 0.3s [2024-09-09T10:54:00.481Z] [2024-09-09T10:54:00.481Z] #111 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-09T10:54:01.443Z] #111 ... [2024-09-09T10:54:01.443Z] [2024-09-09T10:54:01.443Z] #104 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-09-09T10:54:01.443Z] #104 DONE 8.2s [2024-09-09T10:54:01.443Z] [2024-09-09T10:54:01.443Z] #112 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging [2024-09-09T10:54:01.443Z] #112 DONE 0.3s [2024-09-09T10:54:01.443Z] [2024-09-09T10:54:01.443Z] #98 [security-spire-agent] exporting to image [2024-09-09T10:54:02.413Z] #98 exporting layers 8.5s done [2024-09-09T10:54:02.413Z] #98 writing image sha256:a688f9881c06e1cecfb186aaa6021c30fc98f399280f65cc010760c60b3f43b3 0.0s done [2024-09-09T10:54:02.413Z] #98 naming to docker.io/library/security-spire-server-arm64 0.0s done [2024-09-09T10:54:03.823Z] #98 exporting layers 3.1s done [2024-09-09T10:54:03.823Z] #98 writing image sha256:fcdbe5996c89ee7c2825e90ea21a9c42fc465eddff27a47155f4f5860c656727 done [2024-09-09T10:54:03.823Z] #98 naming to docker.io/library/security-spire-agent-arm64 done [2024-09-09T10:54:03.823Z] #98 DONE 8.8s [2024-09-09T10:54:03.823Z] [2024-09-09T10:54:03.823Z] #106 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-09-09T10:54:03.823Z] #106 6.086 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-09T10:54:04.404Z] #106 7.076 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-09T10:54:04.988Z] #106 ... [2024-09-09T10:54:04.988Z] [2024-09-09T10:54:04.988Z] #100 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-09-09T10:54:04.988Z] #100 6.672 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-09T10:54:04.988Z] #100 7.393 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-09T10:54:04.988Z] #100 9.219 OK: 18 MiB in 19 packages [2024-09-09T10:54:04.988Z] #100 DONE 9.7s [2024-09-09T10:54:05.253Z] [2024-09-09T10:54:05.253Z] #99 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-09-09T10:54:05.253Z] #99 8.094 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-09T10:54:05.253Z] #99 9.322 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-09T10:54:05.838Z] #99 11.39 OK: 8 MiB in 19 packages [2024-09-09T10:54:06.434Z] #99 DONE 11.9s [2024-09-09T10:54:06.434Z] [2024-09-09T10:54:06.434Z] #113 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-09-09T10:54:07.390Z] #113 ... [2024-09-09T10:54:07.390Z] [2024-09-09T10:54:07.390Z] #106 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-09-09T10:54:07.390Z] #106 9.115 OK: 13 MiB in 26 packages [2024-09-09T10:54:07.390Z] #106 DONE 9.7s [2024-09-09T10:54:07.390Z] [2024-09-09T10:54:07.390Z] #81 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-09T10:54:07.993Z] #81 ... [2024-09-09T10:54:07.993Z] [2024-09-09T10:54:07.993Z] #113 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-09-09T10:54:07.993Z] #113 DONE 1.5s [2024-09-09T10:54:07.993Z] [2024-09-09T10:54:07.993Z] #114 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-09-09T10:54:07.993Z] #114 DONE 0.1s [2024-09-09T10:54:07.993Z] [2024-09-09T10:54:07.993Z] #115 [security-spire-config stage-2 6/10] COPY security.txt / [2024-09-09T10:54:07.993Z] #115 DONE 0.1s [2024-09-09T10:54:07.993Z] [2024-09-09T10:54:07.993Z] #83 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-09T10:54:08.258Z] #83 ... [2024-09-09T10:54:08.258Z] [2024-09-09T10:54:08.258Z] #116 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-09-09T10:54:08.258Z] #116 DONE 0.1s [2024-09-09T10:54:08.258Z] [2024-09-09T10:54:08.258Z] #117 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-09-09T10:54:08.258Z] #117 DONE 0.1s [2024-09-09T10:54:08.258Z] [2024-09-09T10:54:08.258Z] #118 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-09-09T10:54:08.525Z] #118 DONE 0.1s [2024-09-09T10:54:08.525Z] [2024-09-09T10:54:08.525Z] #98 [security-spire-config] exporting to image [2024-09-09T10:54:08.525Z] #98 exporting layers [2024-09-09T10:54:09.931Z] #98 exporting layers 1.6s done [2024-09-09T10:54:10.197Z] #98 writing image sha256:4a07d2bfc4e3685c778e0c2fef2a5c3f45b15b17dd39331cedea58c9ccce1465 done [2024-09-09T10:54:10.197Z] #98 naming to docker.io/library/security-spire-config-arm64 done [2024-09-09T10:54:10.197Z] #98 DONE 10.4s [2024-09-09T10:54:10.197Z] [2024-09-09T10:54:10.197Z] #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-09-09T10:55:14.973Z] #160 ... [2024-09-09T10:55:14.973Z] [2024-09-09T10:55:14.973Z] #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-09-09T10:55:14.973Z] #158 106.8 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-09-09T10:55:18.120Z] #57 ... [2024-09-09T10:55:18.120Z] [2024-09-09T10:55:18.120Z] #90 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-09T10:55:18.120Z] #90 DONE 90.2s [2024-09-09T10:55:18.120Z] [2024-09-09T10:55:18.120Z] #81 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-09T10:55:18.120Z] #81 DONE 101.6s [2024-09-09T10:55:18.120Z] [2024-09-09T10:55:18.120Z] #83 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-09T10:55:18.120Z] #83 DONE 100.8s [2024-09-09T10:55:18.120Z] [2024-09-09T10:55:18.120Z] #119 [security-proxy-setup builder 6/7] COPY . . [2024-09-09T10:55:18.120Z] #119 DONE 1.6s [2024-09-09T10:55:18.120Z] [2024-09-09T10:55:18.120Z] #120 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-09T10:55:18.120Z] #120 CACHED [2024-09-09T10:55:18.120Z] [2024-09-09T10:55:18.120Z] #121 [security-secretstore-setup builder 6/7] COPY . . [2024-09-09T10:55:18.120Z] #121 CACHED [2024-09-09T10:55:18.120Z] [2024-09-09T10:55:18.120Z] #122 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-09-09T10:55:18.120Z] #122 CACHED [2024-09-09T10:55:18.120Z] [2024-09-09T10:55:18.120Z] #102 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-09T10:55:18.120Z] #102 DONE 77.2s [2024-09-09T10:55:18.120Z] [2024-09-09T10:55:18.120Z] #123 [security-proxy-auth builder 6/7] COPY . . [2024-09-09T10:55:18.120Z] #123 DONE 1.7s [2024-09-09T10:55:18.120Z] [2024-09-09T10:55:18.120Z] #111 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-09T10:55:18.120Z] #111 DONE 75.8s [2024-09-09T10:55:18.120Z] [2024-09-09T10:55:18.120Z] #124 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-09-09T10:55:18.120Z] #124 CACHED [2024-09-09T10:55:18.120Z] [2024-09-09T10:55:18.120Z] #125 [security-bootstrapper builder 6/7] COPY . . [2024-09-09T10:55:18.120Z] #125 CACHED [2024-09-09T10:55:18.120Z] [2024-09-09T10:55:18.120Z] #126 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-09T10:55:18.120Z] #126 CACHED [2024-09-09T10:55:18.120Z] [2024-09-09T10:55:18.120Z] #127 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-09T10:55:18.120Z] #127 CACHED [2024-09-09T10:55:18.120Z] [2024-09-09T10:55:18.120Z] #128 [support-cron-scheduler builder 6/7] COPY . . [2024-09-09T10:55:18.120Z] #128 CACHED [2024-09-09T10:55:18.120Z] [2024-09-09T10:55:18.120Z] #129 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-09-09T10:55:18.120Z] #129 CACHED [2024-09-09T10:55:18.120Z] [2024-09-09T10:55:18.120Z] #130 [support-notifications builder 6/7] COPY . . [2024-09-09T10:55:18.120Z] #130 DONE 1.5s [2024-09-09T10:55:18.120Z] [2024-09-09T10:55:18.120Z] #131 [core-keeper builder 7/8] COPY . . [2024-09-09T10:55:18.120Z] #131 ... [2024-09-09T10:55:18.120Z] [2024-09-09T10:55:18.120Z] #132 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-09-09T10:55:18.120Z] #132 CACHED [2024-09-09T10:55:18.120Z] [2024-09-09T10:55:18.120Z] #133 [support-scheduler builder 6/7] COPY . . [2024-09-09T10:55:18.120Z] #133 CACHED [2024-09-09T10:55:18.120Z] [2024-09-09T10:55:18.120Z] #134 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-09T10:55:18.120Z] #134 CACHED [2024-09-09T10:55:18.120Z] [2024-09-09T10:55:18.120Z] #135 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-09-09T10:55:18.120Z] #135 CACHED [2024-09-09T10:55:18.120Z] [2024-09-09T10:55:18.120Z] #136 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-09-09T10:55:18.120Z] #136 CACHED [2024-09-09T10:55:18.120Z] [2024-09-09T10:55:18.120Z] #137 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-09T10:55:18.120Z] #137 CACHED [2024-09-09T10:55:18.120Z] [2024-09-09T10:55:18.120Z] #138 [core-data builder 6/7] COPY . . [2024-09-09T10:55:18.120Z] #138 CACHED [2024-09-09T10:55:18.120Z] [2024-09-09T10:55:18.120Z] #139 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-09-09T10:55:18.120Z] #139 CACHED [2024-09-09T10:55:18.120Z] [2024-09-09T10:55:18.120Z] #140 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-09T10:55:18.120Z] #140 CACHED [2024-09-09T10:55:18.120Z] [2024-09-09T10:55:18.120Z] #141 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-09-09T10:55:18.120Z] #141 CACHED [2024-09-09T10:55:18.120Z] [2024-09-09T10:55:18.120Z] #142 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-09T10:55:18.120Z] #142 CACHED [2024-09-09T10:55:18.120Z] [2024-09-09T10:55:18.120Z] #143 [core-metadata builder 6/7] COPY . . [2024-09-09T10:55:18.120Z] #143 CACHED [2024-09-09T10:55:18.120Z] [2024-09-09T10:55:18.120Z] #144 [core-command builder 6/7] COPY . . [2024-09-09T10:55:18.120Z] #144 CACHED [2024-09-09T10:55:18.120Z] [2024-09-09T10:55:18.120Z] #145 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-09T10:55:18.120Z] #145 CACHED [2024-09-09T10:55:18.120Z] [2024-09-09T10:55:18.120Z] #146 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-09-09T10:55:18.120Z] #146 CACHED [2024-09-09T10:55:18.120Z] [2024-09-09T10:55:18.120Z] #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-09-09T10:55:18.120Z] #147 ... [2024-09-09T10:55:18.120Z] [2024-09-09T10:55:18.120Z] #148 [security-spiffe-token-provider builder 6/7] COPY . . [2024-09-09T10:55:18.120Z] #148 DONE 4.1s [2024-09-09T10:55:18.120Z] [2024-09-09T10:55:18.120Z] #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-09-09T10:55:18.120Z] #149 ... [2024-09-09T10:55:18.120Z] [2024-09-09T10:55:18.120Z] #131 [core-keeper builder 7/8] COPY . . [2024-09-09T10:55:18.120Z] #131 DONE 4.5s [2024-09-09T10:55:18.120Z] [2024-09-09T10:55:18.120Z] #150 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-09-09T10:55:21.473Z] #150 3.592 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-09-09T10:55:23.440Z] #150 ... [2024-09-09T10:55:23.440Z] [2024-09-09T10:55:23.440Z] #151 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-09-09T10:55:23.440Z] #0 6.635 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-09-09T10:55:23.440Z] #151 ... [2024-09-09T10:55:23.440Z] [2024-09-09T10:55:23.440Z] #152 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-09-09T10:55:23.440Z] #0 4.707 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler [2024-09-09T10:55:23.440Z] #152 ... [2024-09-09T10:55:23.440Z] [2024-09-09T10:55:23.440Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-09-09T10:55:23.440Z] #0 5.932 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-09-09T10:55:23.711Z] #153 ... [2024-09-09T10:55:23.711Z] [2024-09-09T10:55:23.711Z] #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-09-09T10:55:23.711Z] #0 5.941 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-09-09T10:55:23.711Z] #154 ... [2024-09-09T10:55:23.711Z] [2024-09-09T10:55:23.711Z] #155 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-09-09T10:55:23.711Z] #0 6.937 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-09-09T10:55:23.982Z] #155 ... [2024-09-09T10:55:23.982Z] [2024-09-09T10:55:23.982Z] #156 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-09-09T10:55:23.982Z] #0 6.492 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-09-09T10:55:23.982Z] #156 ... [2024-09-09T10:55:23.982Z] [2024-09-09T10:55:23.982Z] #157 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-09-09T10:55:23.982Z] #0 6.813 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-09-09T10:55:24.250Z] #157 ... [2024-09-09T10:55:24.250Z] [2024-09-09T10:55:24.250Z] #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-09-09T10:55:24.250Z] #0 4.886 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-09-09T10:55:24.519Z] #158 ... [2024-09-09T10:55:24.519Z] [2024-09-09T10:55:24.519Z] #159 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-09-09T10:55:24.519Z] #0 6.538 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-09-09T10:55:24.519Z] #159 ... [2024-09-09T10:55:24.519Z] [2024-09-09T10:55:24.519Z] #160 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-09-09T10:55:24.519Z] #0 7.184 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-09-09T10:55:24.794Z] #160 ... [2024-09-09T10:55:24.794Z] [2024-09-09T10:55:24.794Z] #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-09-09T10:55:24.795Z] #149 3.800 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2024-09-09T10:55:31.491Z] #149 ... [2024-09-09T10:55:31.491Z] [2024-09-09T10:55:31.491Z] #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-09-09T10:55:31.491Z] #147 6.981 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-09-09T10:55:33.447Z] #158 ... [2024-09-09T10:55:33.447Z] [2024-09-09T10:55:33.447Z] #156 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-09-09T10:55:33.447Z] #156 DONE 126.5s [2024-09-09T10:55:33.447Z] [2024-09-09T10:55:33.447Z] #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-09-09T10:55:45.677Z] #158 ... [2024-09-09T10:55:45.677Z] [2024-09-09T10:55:45.677Z] #148 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-09-09T10:55:45.677Z] #148 DONE 137.1s [2024-09-09T10:55:45.677Z] [2024-09-09T10:55:45.677Z] #159 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-09-09T10:55:55.796Z] #159 ... [2024-09-09T10:55:55.797Z] [2024-09-09T10:55:55.797Z] #155 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-09-09T10:55:55.797Z] #155 DONE 147.8s [2024-09-09T10:55:55.797Z] [2024-09-09T10:55:55.797Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-09-09T10:55:59.087Z] #149 ... [2024-09-09T10:55:59.087Z] [2024-09-09T10:55:59.087Z] #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-09-09T10:55:59.087Z] #158 DONE 152.1s [2024-09-09T10:55:59.087Z] [2024-09-09T10:55:59.087Z] #161 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-09-09T10:55:59.348Z] #161 ... [2024-09-09T10:55:59.348Z] [2024-09-09T10:55:59.348Z] #160 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-09-09T10:55:59.348Z] #160 DONE 152.4s [2024-09-09T10:55:59.348Z] [2024-09-09T10:55:59.348Z] #162 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-09T10:55:59.608Z] #162 ... [2024-09-09T10:55:59.608Z] [2024-09-09T10:55:59.608Z] #163 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-09T10:55:59.608Z] #163 DONE 0.6s [2024-09-09T10:55:59.867Z] [2024-09-09T10:55:59.867Z] #161 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-09-09T10:55:59.867Z] #161 DONE 0.6s [2024-09-09T10:55:59.867Z] [2024-09-09T10:55:59.867Z] #162 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-09T10:55:59.867Z] #162 DONE 0.5s [2024-09-09T10:55:59.867Z] [2024-09-09T10:55:59.867Z] #164 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-09-09T10:56:00.127Z] #164 DONE 0.2s [2024-09-09T10:56:00.127Z] [2024-09-09T10:56:00.127Z] #165 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-09T10:56:00.127Z] #165 DONE 0.4s [2024-09-09T10:56:00.127Z] [2024-09-09T10:56:00.127Z] #166 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-09T10:56:00.127Z] #166 DONE 0.3s [2024-09-09T10:56:00.127Z] [2024-09-09T10:56:00.127Z] #167 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-09-09T10:56:00.127Z] #167 DONE 0.2s [2024-09-09T10:56:00.127Z] [2024-09-09T10:56:00.127Z] #168 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-09-09T10:56:01.122Z] #168 DONE 0.9s [2024-09-09T10:56:01.122Z] [2024-09-09T10:56:01.122Z] #169 [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-09-09T10:56:01.122Z] #169 DONE 0.8s [2024-09-09T10:56:01.122Z] [2024-09-09T10:56:01.122Z] #170 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-09-09T10:56:01.122Z] #170 DONE 0.9s [2024-09-09T10:56:01.122Z] [2024-09-09T10:56:01.122Z] #171 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-09-09T10:56:01.122Z] #171 DONE 0.9s [2024-09-09T10:56:01.122Z] [2024-09-09T10:56:01.122Z] #172 [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-09-09T10:56:04.446Z] #172 ... [2024-09-09T10:56:04.446Z] [2024-09-09T10:56:04.446Z] #173 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh [2024-09-09T10:56:04.446Z] #173 DONE 4.7s [2024-09-09T10:56:04.446Z] [2024-09-09T10:56:04.446Z] #174 [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-09-09T10:56:04.446Z] #174 DONE 3.7s [2024-09-09T10:56:04.446Z] [2024-09-09T10:56:04.446Z] #175 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-09T10:56:04.708Z] #175 ... [2024-09-09T10:56:04.708Z] [2024-09-09T10:56:04.708Z] #176 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-09-09T10:56:04.708Z] #176 DONE 3.7s [2024-09-09T10:56:04.708Z] [2024-09-09T10:56:04.708Z] #172 [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-09-09T10:56:04.708Z] #172 DONE 3.7s [2024-09-09T10:56:04.708Z] [2024-09-09T10:56:04.708Z] #177 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-09-09T10:56:04.708Z] #177 DONE 3.7s [2024-09-09T10:56:04.708Z] [2024-09-09T10:56:04.708Z] #159 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-09-09T10:56:04.708Z] #159 DONE 157.8s [2024-09-09T10:56:04.708Z] [2024-09-09T10:56:04.708Z] #178 [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-09-09T10:56:04.981Z] #178 ... [2024-09-09T10:56:04.981Z] [2024-09-09T10:56:04.981Z] #179 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-09T10:56:04.981Z] #179 CACHED [2024-09-09T10:56:04.981Z] [2024-09-09T10:56:04.981Z] #180 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-09-09T10:56:04.981Z] #180 CACHED [2024-09-09T10:56:05.241Z] [2024-09-09T10:56:05.241Z] #181 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-09-09T10:56:05.840Z] #181 ... [2024-09-09T10:56:05.840Z] [2024-09-09T10:56:05.840Z] #175 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-09T10:56:05.840Z] #175 DONE 1.0s [2024-09-09T10:56:06.434Z] [2024-09-09T10:56:06.434Z] #182 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2024-09-09T10:56:07.820Z] #182 ... [2024-09-09T10:56:07.820Z] [2024-09-09T10:56:07.820Z] #183 [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-09-09T10:56:07.820Z] #183 DONE 3.3s [2024-09-09T10:56:08.080Z] [2024-09-09T10:56:08.080Z] #184 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / [2024-09-09T10:56:13.369Z] #184 ... [2024-09-09T10:56:13.369Z] [2024-09-09T10:56:13.369Z] #185 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-09-09T10:56:14.773Z] #185 ... [2024-09-09T10:56:14.774Z] [2024-09-09T10:56:14.774Z] #186 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-09-09T10:56:16.696Z] #186 DONE 11.9s [2024-09-09T10:56:16.696Z] [2024-09-09T10:56:16.696Z] #182 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2024-09-09T10:56:16.696Z] #182 DONE 11.9s [2024-09-09T10:56:16.696Z] [2024-09-09T10:56:16.696Z] #187 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-09-09T10:56:16.696Z] #187 ... [2024-09-09T10:56:16.696Z] [2024-09-09T10:56:16.696Z] #178 [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-09-09T10:56:16.696Z] #178 DONE 12.0s [2024-09-09T10:56:16.696Z] [2024-09-09T10:56:16.696Z] #181 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-09-09T10:56:16.696Z] #181 DONE 11.5s [2024-09-09T10:56:16.696Z] [2024-09-09T10:56:16.696Z] #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-09-09T10:56:16.696Z] #153 DONE 169.9s [2024-09-09T10:56:16.696Z] [2024-09-09T10:56:16.696Z] #150 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-09-09T10:56:16.696Z] #150 DONE 169.8s [2024-09-09T10:56:16.696Z] [2024-09-09T10:56:16.696Z] #113 [security-spiffe-token-provider] exporting to image [2024-09-09T10:56:16.696Z] #113 exporting layers [2024-09-09T10:56:16.955Z] #113 ... [2024-09-09T10:56:16.955Z] [2024-09-09T10:56:16.955Z] #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-09-09T10:56:16.955Z] #154 DONE 170.0s [2024-09-09T10:56:16.955Z] [2024-09-09T10:56:16.955Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-09-09T10:56:16.955Z] #149 DONE 170.1s [2024-09-09T10:56:16.955Z] [2024-09-09T10:56:16.955Z] #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-09-09T10:56:16.955Z] #152 DONE 170.1s [2024-09-09T10:56:16.955Z] [2024-09-09T10:56:16.955Z] #157 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-09-09T10:56:16.955Z] #157 DONE 170.2s [2024-09-09T10:56:16.955Z] [2024-09-09T10:56:16.955Z] #188 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-09-09T10:56:17.216Z] #188 ... [2024-09-09T10:56:17.216Z] [2024-09-09T10:56:17.216Z] #189 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-09-09T10:56:17.216Z] #189 CACHED [2024-09-09T10:56:17.216Z] [2024-09-09T10:56:17.216Z] #190 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-09T10:56:17.216Z] #190 CACHED [2024-09-09T10:56:17.216Z] [2024-09-09T10:56:17.216Z] #184 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / [2024-09-09T10:56:17.216Z] #184 DONE 10.9s [2024-09-09T10:56:17.216Z] [2024-09-09T10:56:17.216Z] #191 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-09-09T10:56:17.484Z] #191 ... [2024-09-09T10:56:17.484Z] [2024-09-09T10:56:17.484Z] #192 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-09T10:56:17.484Z] #192 CACHED [2024-09-09T10:56:17.484Z] [2024-09-09T10:56:17.484Z] #193 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-09-09T10:56:17.484Z] #193 CACHED [2024-09-09T10:56:17.484Z] [2024-09-09T10:56:17.484Z] #185 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-09-09T10:56:17.484Z] #185 DONE 7.9s [2024-09-09T10:56:17.484Z] [2024-09-09T10:56:17.484Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-09-09T10:56:17.484Z] #151 DONE 170.7s [2024-09-09T10:56:17.484Z] [2024-09-09T10:56:17.484Z] #113 [security-spiffe-token-provider] exporting to image [2024-09-09T10:56:17.484Z] #113 exporting layers 0.7s done [2024-09-09T10:56:17.484Z] #113 writing image sha256:6d5fccd87442d116102e63f326d4cfb49f630fe5f8d5004fa1d8e543c0af6b24 [2024-09-09T10:56:17.744Z] #113 writing image sha256:6d5fccd87442d116102e63f326d4cfb49f630fe5f8d5004fa1d8e543c0af6b24 done [2024-09-09T10:56:17.744Z] #113 naming to docker.io/library/security-spiffe-token-provider 0.1s done [2024-09-09T10:56:17.744Z] #113 DONE 2.2s [2024-09-09T10:56:17.744Z] [2024-09-09T10:56:17.744Z] #194 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-09-09T10:56:18.314Z] #194 ... [2024-09-09T10:56:18.314Z] [2024-09-09T10:56:18.314Z] #195 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-09-09T10:56:18.314Z] #195 DONE 1.9s [2024-09-09T10:56:18.727Z] [2024-09-09T10:56:18.727Z] #196 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-09-09T10:56:18.727Z] #196 CACHED [2024-09-09T10:56:18.727Z] [2024-09-09T10:56:18.727Z] #197 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-09T10:56:18.727Z] #197 CACHED [2024-09-09T10:56:18.727Z] [2024-09-09T10:56:18.727Z] #198 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-09-09T10:56:18.727Z] #198 DONE 1.2s [2024-09-09T10:56:18.727Z] [2024-09-09T10:56:18.727Z] #188 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-09-09T10:56:18.727Z] #188 DONE 1.8s [2024-09-09T10:56:18.727Z] [2024-09-09T10:56:18.727Z] #199 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-09-09T10:56:18.727Z] #199 ... [2024-09-09T10:56:18.727Z] [2024-09-09T10:56:18.727Z] #200 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-09T10:56:18.727Z] #200 DONE 1.3s [2024-09-09T10:56:18.727Z] [2024-09-09T10:56:18.727Z] #191 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-09-09T10:56:18.727Z] #191 DONE 1.3s [2024-09-09T10:56:18.727Z] [2024-09-09T10:56:18.727Z] #201 [core-data stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-09T10:56:18.727Z] #201 DONE 1.5s [2024-09-09T10:56:18.727Z] [2024-09-09T10:56:18.727Z] #202 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-09-09T10:56:18.727Z] #202 DONE 1.6s [2024-09-09T10:56:18.727Z] [2024-09-09T10:56:18.727Z] #203 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-09T10:56:18.727Z] #203 DONE 1.6s [2024-09-09T10:56:18.727Z] [2024-09-09T10:56:18.727Z] #204 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-09T10:56:18.727Z] #204 DONE 1.6s [2024-09-09T10:56:18.989Z] [2024-09-09T10:56:18.989Z] #194 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-09-09T10:56:18.989Z] #194 DONE 1.3s [2024-09-09T10:56:18.989Z] [2024-09-09T10:56:18.989Z] #205 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-09-09T10:56:19.256Z] #205 ... [2024-09-09T10:56:19.256Z] [2024-09-09T10:56:19.256Z] #187 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-09-09T10:56:19.256Z] #187 DONE 2.7s [2024-09-09T10:56:19.256Z] [2024-09-09T10:56:19.256Z] #113 [core-common-config-bootstrapper] exporting to image [2024-09-09T10:56:19.516Z] #113 ... [2024-09-09T10:56:19.516Z] [2024-09-09T10:56:19.516Z] #199 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-09-09T10:56:19.516Z] #199 DONE 1.0s [2024-09-09T10:56:19.516Z] [2024-09-09T10:56:19.516Z] #206 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-09-09T10:56:19.516Z] #206 DONE 1.1s [2024-09-09T10:56:19.516Z] [2024-09-09T10:56:19.516Z] #207 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-09-09T10:56:19.516Z] #207 DONE 1.1s [2024-09-09T10:56:19.516Z] [2024-09-09T10:56:19.516Z] #208 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-09-09T10:56:19.516Z] #208 DONE 0.9s [2024-09-09T10:56:19.516Z] [2024-09-09T10:56:19.516Z] #209 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2024-09-09T10:56:19.516Z] #209 DONE 1.0s [2024-09-09T10:56:19.516Z] [2024-09-09T10:56:19.516Z] #113 [core-common-config-bootstrapper] exporting to image [2024-09-09T10:56:19.516Z] #113 exporting layers 0.4s done [2024-09-09T10:56:19.798Z] #113 ... [2024-09-09T10:56:19.798Z] [2024-09-09T10:56:19.798Z] #210 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-09-09T10:56:19.798Z] #210 DONE 1.0s [2024-09-09T10:56:19.798Z] [2024-09-09T10:56:19.798Z] #211 [core-data stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-09-09T10:56:19.798Z] #211 DONE 1.1s [2024-09-09T10:56:19.798Z] [2024-09-09T10:56:19.798Z] #212 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-09-09T10:56:19.798Z] #212 DONE 1.0s [2024-09-09T10:56:19.798Z] [2024-09-09T10:56:19.798Z] #213 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-09-09T10:56:19.798Z] #213 DONE 1.1s [2024-09-09T10:56:19.798Z] [2024-09-09T10:56:19.798Z] #113 [core-command] exporting to image [2024-09-09T10:56:19.799Z] #113 writing image sha256:cd31da6b88837970b31fd1b274947ddcac9cec1a86540be0644d0ea1fe9bf7c1 [2024-09-09T10:56:19.799Z] #113 ... [2024-09-09T10:56:19.799Z] [2024-09-09T10:56:19.799Z] #205 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-09-09T10:56:19.799Z] #205 DONE 1.1s [2024-09-09T10:56:19.799Z] [2024-09-09T10:56:19.799Z] #214 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-09-09T10:56:19.799Z] #214 DONE 0.4s [2024-09-09T10:56:19.799Z] [2024-09-09T10:56:19.799Z] #113 [core-common-config-bootstrapper] exporting to image [2024-09-09T10:56:19.799Z] #113 writing image sha256:cd31da6b88837970b31fd1b274947ddcac9cec1a86540be0644d0ea1fe9bf7c1 done [2024-09-09T10:56:19.799Z] #113 naming to docker.io/library/core-common-config-bootstrapper done [2024-09-09T10:56:20.058Z] #113 ... [2024-09-09T10:56:20.058Z] [2024-09-09T10:56:20.058Z] #215 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-09-09T10:56:20.058Z] #215 DONE 1.5s [2024-09-09T10:56:20.058Z] [2024-09-09T10:56:20.058Z] #113 [security-proxy-setup] exporting to image [2024-09-09T10:56:20.058Z] #113 exporting layers 0.2s done [2024-09-09T10:56:20.623Z] #113 ... [2024-09-09T10:56:20.623Z] [2024-09-09T10:56:20.623Z] #216 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-09-09T10:56:20.623Z] #216 DONE 1.3s [2024-09-09T10:56:20.884Z] [2024-09-09T10:56:20.884Z] #217 [security-bootstrapper stage-1 12/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2024-09-09T10:56:20.884Z] #217 DONE 1.2s [2024-09-09T10:56:20.884Z] [2024-09-09T10:56:20.884Z] #218 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2024-09-09T10:56:20.884Z] #218 DONE 1.1s [2024-09-09T10:56:20.884Z] [2024-09-09T10:56:20.884Z] #219 [core-data stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-09-09T10:56:20.884Z] #219 DONE 1.1s [2024-09-09T10:56:20.884Z] [2024-09-09T10:56:20.884Z] #220 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / [2024-09-09T10:56:20.884Z] #220 DONE 1.2s [2024-09-09T10:56:20.884Z] [2024-09-09T10:56:20.884Z] #221 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-09-09T10:56:20.884Z] #221 DONE 1.1s [2024-09-09T10:56:20.884Z] [2024-09-09T10:56:20.884Z] #222 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-09-09T10:56:20.884Z] #222 ... [2024-09-09T10:56:20.884Z] [2024-09-09T10:56:20.884Z] #223 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-09-09T10:56:20.884Z] #223 DONE 1.1s [2024-09-09T10:56:21.145Z] [2024-09-09T10:56:21.145Z] #224 [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-09-09T10:56:21.145Z] #224 DONE 0.3s [2024-09-09T10:56:21.145Z] [2024-09-09T10:56:21.145Z] #113 [support-scheduler] exporting to image [2024-09-09T10:56:21.145Z] #113 exporting layers 0.9s done [2024-09-09T10:56:21.145Z] #113 writing image sha256:7524ceeade60ac63109f08d6e412c2f92b437d6a30cce5871953f53472cf29d1 0.0s done [2024-09-09T10:56:21.145Z] #113 naming to docker.io/library/core-command done [2024-09-09T10:56:21.145Z] #113 writing image sha256:5b9d94563d5d7f275602c64ddac5a8760b4615d93ab595eb04dabfb3deb4f486 0.0s done [2024-09-09T10:56:21.145Z] #113 naming to docker.io/library/support-scheduler done [2024-09-09T10:56:21.145Z] #113 ... [2024-09-09T10:56:21.145Z] [2024-09-09T10:56:21.145Z] #225 [core-data stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-09-09T10:56:21.145Z] #225 DONE 0.3s [2024-09-09T10:56:21.145Z] [2024-09-09T10:56:21.145Z] #226 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-09-09T10:56:21.145Z] #226 DONE 1.6s [2024-09-09T10:56:21.145Z] [2024-09-09T10:56:21.145Z] #227 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res [2024-09-09T10:56:21.145Z] #227 DONE 0.3s [2024-09-09T10:56:21.145Z] [2024-09-09T10:56:21.145Z] #222 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-09-09T10:56:21.145Z] #222 DONE 0.3s [2024-09-09T10:56:21.145Z] [2024-09-09T10:56:21.145Z] #113 [core-keeper] exporting to image [2024-09-09T10:56:21.145Z] #113 exporting layers 1.3s done [2024-09-09T10:56:21.145Z] #113 writing image sha256:6270c3e9254248ba4ef43c89c81719f2786559b0f27a4e36186d5e237e5df11a 0.0s done [2024-09-09T10:56:21.145Z] #113 writing image sha256:a251d77a53af8e34b805d34134c3d1db768f04d52aff0811161dab8be099aa1b 0.0s done [2024-09-09T10:56:21.145Z] #113 naming to docker.io/library/core-keeper done [2024-09-09T10:56:21.145Z] #113 naming to docker.io/library/core-metadata [2024-09-09T10:56:21.404Z] #113 naming to docker.io/library/core-metadata done [2024-09-09T10:56:21.404Z] #113 writing image sha256:094a2d77d85934a8e6315258cafd0dcae1d80fcda00d039549f86c4a491f48a8 done [2024-09-09T10:56:21.404Z] #113 naming to docker.io/library/security-proxy-setup done [2024-09-09T10:56:21.404Z] #113 ... [2024-09-09T10:56:21.404Z] [2024-09-09T10:56:21.404Z] #228 [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-09-09T10:56:21.404Z] #228 DONE 0.3s [2024-09-09T10:56:21.404Z] [2024-09-09T10:56:21.404Z] #229 [core-data stage-1 8/8] COPY --from=builder /edgex-go/cmd/core-data/res/db/ /res/db/ [2024-09-09T10:56:21.404Z] #229 DONE 0.3s [2024-09-09T10:56:21.404Z] [2024-09-09T10:56:21.404Z] #113 [security-proxy-auth] exporting to image [2024-09-09T10:56:21.404Z] #113 exporting layers 0.3s done [2024-09-09T10:56:21.404Z] #113 writing image sha256:0931985f3fd1cabecc62969480fbc3b7ce0be820f86aa7d3854b5b4e3f92e8df done [2024-09-09T10:56:21.404Z] #113 naming to docker.io/library/security-proxy-auth done [2024-09-09T10:56:21.663Z] #113 ... [2024-09-09T10:56:21.663Z] [2024-09-09T10:56:21.663Z] #230 [security-bootstrapper stage-1 15/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-09-09T10:56:21.663Z] #230 DONE 0.1s [2024-09-09T10:56:21.663Z] [2024-09-09T10:56:21.663Z] #231 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-09-09T10:56:21.663Z] #231 DONE 0.1s [2024-09-09T10:56:21.663Z] [2024-09-09T10:56:21.663Z] #113 [support-notifications] exporting to image [2024-09-09T10:56:21.663Z] #113 writing image sha256:a92a5f40ff9259838350a3934d685baef33b3d32ba2c3f2dcd193a4cda153a51 0.0s done [2024-09-09T10:56:21.663Z] #113 naming to docker.io/library/support-notifications done [2024-09-09T10:56:21.663Z] #113 ... [2024-09-09T10:56:21.663Z] [2024-09-09T10:56:21.663Z] #232 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-09-09T10:56:21.663Z] #232 DONE 0.8s [2024-09-09T10:56:21.663Z] [2024-09-09T10:56:21.663Z] #113 [core-data] exporting to image [2024-09-09T10:56:21.663Z] #113 exporting layers 0.3s done [2024-09-09T10:56:21.663Z] #113 writing image sha256:e56b80ad106f1d0c6f1f199a38a99f6cd701329c7217d3328a174a72c764beb9 done [2024-09-09T10:56:21.663Z] #113 naming to docker.io/library/support-cron-scheduler done [2024-09-09T10:56:21.663Z] #113 writing image sha256:f12a29e7ee79ec12aa0f0d9153b39c2f102c1cc95c90e503ea89ee6a7b2e56bd 0.0s done [2024-09-09T10:56:21.663Z] #113 naming to docker.io/library/core-data done [2024-09-09T10:56:21.922Z] #113 exporting layers 0.2s done [2024-09-09T10:56:21.922Z] #113 writing image sha256:cfca6a89c6eaef228431510d1b324b6805842baf173f949114badd3290021321 done [2024-09-09T10:56:21.922Z] #113 naming to docker.io/library/security-secretstore-setup done [2024-09-09T10:56:21.922Z] #113 DONE 5.0s [2024-09-09T10:56:21.922Z] [2024-09-09T10:56:21.922Z] #233 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh [2024-09-09T10:56:22.181Z] #233 DONE 0.4s [2024-09-09T10:56:22.181Z] [2024-09-09T10:56:22.181Z] #113 [security-bootstrapper] exporting to image [2024-09-09T10:56:22.181Z] #113 exporting layers 0.2s done [2024-09-09T10:56:22.181Z] #113 writing image sha256:2c85dc4236fbb019b34ae7ca59122afe3f38388ed68e9b5cee75ee9a2c6544b2 done [2024-09-09T10:56:22.181Z] #113 naming to docker.io/library/security-bootstrapper done [2024-09-09T10:56:22.182Z] #113 DONE 5.2s [2024-09-09T10:56:22.182Z] time="2024-09-09T10:51:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-09T10:56:22.182Z] time="2024-09-09T10:51:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-09T10:56:22.182Z] time="2024-09-09T10:51:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-09T10:56:22.182Z] time="2024-09-09T10:51:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-09T10:56:22.182Z] time="2024-09-09T10:51:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-09T10:56:22.182Z] time="2024-09-09T10:51:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-09T10:56:22.182Z] time="2024-09-09T10:51:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-09T10:56:22.182Z] time="2024-09-09T10:51:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-09T10:56:22.182Z] time="2024-09-09T10:51:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-09T10:56:22.182Z] time="2024-09-09T10:51:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-09T10:56:22.182Z] time="2024-09-09T10:51:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-09T10:56:22.182Z] time="2024-09-09T10:51:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-09T10:56:22.182Z] time="2024-09-09T10:51:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-09T10:56:22.182Z] time="2024-09-09T10:51:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-09T10:56:22.182Z] time="2024-09-09T10:51:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-09T10:56:22.182Z] time="2024-09-09T10:51:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-09-09T10:56:22.186Z] $ docker stop --time=1 4789ace280c51d5afca64e2e3463a371ceefcde02a63f1e01a075df3b2796508 [2024-09-09T10:56:23.476Z] $ docker rm -f --volumes 4789ace280c51d5afca64e2e3463a371ceefcde02a63f1e01a075df3b2796508 [Pipeline] // withDockerContainer [Pipeline] sh [2024-09-09T10:56:23.828Z] + docker images [2024-09-09T10:56:23.828Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-09-09T10:56:23.828Z] support-notifications latest a92a5f40ff92 2 seconds ago 42.5MB [2024-09-09T10:56:23.828Z] core-data latest f12a29e7ee79 2 seconds ago 39.7MB [2024-09-09T10:56:23.828Z] security-secretstore-setup latest cfca6a89c6ea 2 seconds ago 37MB [2024-09-09T10:56:23.828Z] support-cron-scheduler latest e56b80ad106f 2 seconds ago 44.1MB [2024-09-09T10:56:23.828Z] security-bootstrapper latest 2c85dc4236fb 2 seconds ago 19MB [2024-09-09T10:56:23.828Z] core-metadata latest a251d77a53af 3 seconds ago 39.8MB [2024-09-09T10:56:23.828Z] security-proxy-auth latest 0931985f3fd1 3 seconds ago 33.1MB [2024-09-09T10:56:23.828Z] core-keeper latest 6270c3e92542 3 seconds ago 39.5MB [2024-09-09T10:56:23.828Z] support-scheduler latest 5b9d94563d5d 4 seconds ago 42MB [2024-09-09T10:56:23.828Z] security-proxy-setup latest 094a2d77d859 4 seconds ago 26.2MB [2024-09-09T10:56:23.828Z] core-command latest 7524ceeade60 4 seconds ago 35.5MB [2024-09-09T10:56:23.828Z] core-common-config-bootstrapper latest cd31da6b8883 5 seconds ago 15.2MB [2024-09-09T10:56:23.828Z] security-spiffe-token-provider latest 6d5fccd87442 7 seconds ago 28.9MB [2024-09-09T10:56:23.828Z] security-spire-config latest 479e36a9cee6 3 minutes ago 120MB [2024-09-09T10:56:23.828Z] security-spire-server latest a53d91189298 3 minutes ago 121MB [2024-09-09T10:56:23.828Z] security-spire-agent latest 13165c6b1453 3 minutes ago 182MB [2024-09-09T10:56:23.828Z] ci-base-image-x86_64 latest 1a56c6f53893 7 minutes ago 971MB [2024-09-09T10:56:23.828Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.21-alpine f489d0715acc 4 months ago 565MB [2024-09-09T10:56:23.828Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 15 months ago 334MB [2024-09-09T10:56:23.828Z] 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-09-09T10:56:23.977Z] provisioning config files... [2024-09-09T10:56:23.988Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/689@tmp/config11068531381165522996tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-09-09T10:56:24.298Z] ---> ****-login.sh [2024-09-09T10:56:24.298Z] nexus3.edgexfoundry.org:10001 [2024-09-09T10:56:24.298Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-09T10:56:24.298Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-09T10:56:24.298Z] Configure a credential helper to remove this warning. See [2024-09-09T10:56:24.298Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-09T10:56:24.298Z] [2024-09-09T10:56:24.298Z] Login Succeeded [2024-09-09T10:56:24.298Z] nexus3.edgexfoundry.org:10002 [2024-09-09T10:56:24.298Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-09T10:56:24.298Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-09T10:56:24.298Z] Configure a credential helper to remove this warning. See [2024-09-09T10:56:24.298Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-09T10:56:24.298Z] [2024-09-09T10:56:24.298Z] Login Succeeded [2024-09-09T10:56:24.298Z] nexus3.edgexfoundry.org:10003 [2024-09-09T10:56:24.559Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-09T10:56:24.559Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-09T10:56:24.559Z] Configure a credential helper to remove this warning. See [2024-09-09T10:56:24.559Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-09T10:56:24.559Z] [2024-09-09T10:56:24.559Z] Login Succeeded [2024-09-09T10:56:24.559Z] nexus3.edgexfoundry.org:10004 [2024-09-09T10:56:24.559Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-09T10:56:24.559Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-09T10:56:24.559Z] Configure a credential helper to remove this warning. See [2024-09-09T10:56:24.559Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-09T10:56:24.559Z] [2024-09-09T10:56:24.559Z] Login Succeeded [2024-09-09T10:56:24.559Z] ****.io [2024-09-09T10:56:24.819Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-09T10:56:24.819Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-09T10:56:24.819Z] Configure a credential helper to remove this warning. See [2024-09-09T10:56:24.819Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-09T10:56:24.819Z] [2024-09-09T10:56:24.819Z] Login Succeeded [2024-09-09T10:56:24.819Z] ---> ****-login.sh ends [Pipeline] } [2024-09-09T10:56:24.826Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-09T10:56:24.879Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-09-09T10:56:24.911Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2024-09-09T10:56:24.911Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T10:56:24.911Z] latest [2024-09-09T10:56:24.911Z] 3.2.0-dev.68 [2024-09-09T10:56:24.911Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T10:56:24.911Z] main [2024-09-09T10:56:24.911Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:56:25.273Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:56:25.605Z] + docker push nexus3.edgexfoundry.org:10004/core-command:489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T10:56:25.605Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-09-09T10:56:25.605Z] df082447b672: Preparing [2024-09-09T10:56:25.605Z] 54a842ab9ada: Preparing [2024-09-09T10:56:25.605Z] 1d8e4077f502: Preparing [2024-09-09T10:56:25.605Z] a13328fdd152: Preparing [2024-09-09T10:56:25.605Z] 6eafe845b70b: Preparing [2024-09-09T10:56:25.605Z] 223a78c85f57: Preparing [2024-09-09T10:56:25.605Z] d62a02444d39: Preparing [2024-09-09T10:56:25.605Z] 223a78c85f57: Waiting [2024-09-09T10:56:25.605Z] d62a02444d39: Waiting [2024-09-09T10:56:25.605Z] a13328fdd152: Pushed [2024-09-09T10:56:25.605Z] 6eafe845b70b: Pushed [2024-09-09T10:56:25.605Z] df082447b672: Pushed [2024-09-09T10:56:25.605Z] d62a02444d39: Layer already exists [2024-09-09T10:56:25.605Z] 1d8e4077f502: Pushed [2024-09-09T10:56:25.864Z] 223a78c85f57: Pushed [2024-09-09T10:56:29.156Z] 54a842ab9ada: Pushed [2024-09-09T10:56:29.156Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e: digest: sha256:c6ea7d763f8b79193e1dcdf369b60b0b7420b46f22f670905d7f3e3892e5c9e9 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:56:29.485Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:56:29.800Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2024-09-09T10:56:29.800Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-09-09T10:56:29.800Z] df082447b672: Preparing [2024-09-09T10:56:29.800Z] 54a842ab9ada: Preparing [2024-09-09T10:56:29.800Z] 1d8e4077f502: Preparing [2024-09-09T10:56:29.800Z] a13328fdd152: Preparing [2024-09-09T10:56:29.800Z] 6eafe845b70b: Preparing [2024-09-09T10:56:29.800Z] 223a78c85f57: Preparing [2024-09-09T10:56:29.800Z] d62a02444d39: Preparing [2024-09-09T10:56:29.800Z] 223a78c85f57: Waiting [2024-09-09T10:56:29.800Z] d62a02444d39: Waiting [2024-09-09T10:56:29.800Z] 6eafe845b70b: Layer already exists [2024-09-09T10:56:29.800Z] 1d8e4077f502: Layer already exists [2024-09-09T10:56:29.800Z] a13328fdd152: Layer already exists [2024-09-09T10:56:29.800Z] 54a842ab9ada: Layer already exists [2024-09-09T10:56:29.800Z] df082447b672: Layer already exists [2024-09-09T10:56:29.800Z] 223a78c85f57: Layer already exists [2024-09-09T10:56:29.800Z] d62a02444d39: Layer already exists [2024-09-09T10:56:29.800Z] latest: digest: sha256:c6ea7d763f8b79193e1dcdf369b60b0b7420b46f22f670905d7f3e3892e5c9e9 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:56:30.142Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:56:30.479Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.68 [2024-09-09T10:56:30.479Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-09-09T10:56:30.479Z] df082447b672: Preparing [2024-09-09T10:56:30.479Z] 54a842ab9ada: Preparing [2024-09-09T10:56:30.479Z] 1d8e4077f502: Preparing [2024-09-09T10:56:30.479Z] a13328fdd152: Preparing [2024-09-09T10:56:30.479Z] 6eafe845b70b: Preparing [2024-09-09T10:56:30.479Z] 223a78c85f57: Preparing [2024-09-09T10:56:30.479Z] d62a02444d39: Preparing [2024-09-09T10:56:30.479Z] 223a78c85f57: Waiting [2024-09-09T10:56:30.479Z] d62a02444d39: Waiting [2024-09-09T10:56:30.479Z] 6eafe845b70b: Layer already exists [2024-09-09T10:56:30.479Z] df082447b672: Layer already exists [2024-09-09T10:56:30.479Z] 1d8e4077f502: Layer already exists [2024-09-09T10:56:30.479Z] 54a842ab9ada: Layer already exists [2024-09-09T10:56:30.479Z] a13328fdd152: Layer already exists [2024-09-09T10:56:30.479Z] 223a78c85f57: Layer already exists [2024-09-09T10:56:30.479Z] d62a02444d39: Layer already exists [2024-09-09T10:56:30.479Z] 3.2.0-dev.68: digest: sha256:c6ea7d763f8b79193e1dcdf369b60b0b7420b46f22f670905d7f3e3892e5c9e9 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:56:30.812Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:56:31.136Z] + docker push nexus3.edgexfoundry.org:10004/core-command:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T10:56:31.136Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-09-09T10:56:31.136Z] df082447b672: Preparing [2024-09-09T10:56:31.136Z] 54a842ab9ada: Preparing [2024-09-09T10:56:31.136Z] 1d8e4077f502: Preparing [2024-09-09T10:56:31.136Z] a13328fdd152: Preparing [2024-09-09T10:56:31.136Z] 6eafe845b70b: Preparing [2024-09-09T10:56:31.136Z] 223a78c85f57: Preparing [2024-09-09T10:56:31.136Z] d62a02444d39: Preparing [2024-09-09T10:56:31.136Z] 223a78c85f57: Waiting [2024-09-09T10:56:31.136Z] d62a02444d39: Waiting [2024-09-09T10:56:31.136Z] 6eafe845b70b: Layer already exists [2024-09-09T10:56:31.136Z] df082447b672: Layer already exists [2024-09-09T10:56:31.136Z] a13328fdd152: Layer already exists [2024-09-09T10:56:31.136Z] 1d8e4077f502: Layer already exists [2024-09-09T10:56:31.136Z] 54a842ab9ada: Layer already exists [2024-09-09T10:56:31.136Z] 223a78c85f57: Layer already exists [2024-09-09T10:56:31.136Z] d62a02444d39: Layer already exists [2024-09-09T10:56:31.136Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68: digest: sha256:c6ea7d763f8b79193e1dcdf369b60b0b7420b46f22f670905d7f3e3892e5c9e9 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:56:31.474Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:56:31.804Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2024-09-09T10:56:31.804Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-09-09T10:56:31.804Z] df082447b672: Preparing [2024-09-09T10:56:31.804Z] 54a842ab9ada: Preparing [2024-09-09T10:56:31.804Z] 1d8e4077f502: Preparing [2024-09-09T10:56:31.804Z] a13328fdd152: Preparing [2024-09-09T10:56:31.804Z] 6eafe845b70b: Preparing [2024-09-09T10:56:31.804Z] 223a78c85f57: Preparing [2024-09-09T10:56:31.804Z] d62a02444d39: Preparing [2024-09-09T10:56:31.804Z] 223a78c85f57: Waiting [2024-09-09T10:56:31.804Z] d62a02444d39: Waiting [2024-09-09T10:56:31.804Z] 54a842ab9ada: Layer already exists [2024-09-09T10:56:31.804Z] 6eafe845b70b: Layer already exists [2024-09-09T10:56:31.804Z] 1d8e4077f502: Layer already exists [2024-09-09T10:56:31.804Z] df082447b672: Layer already exists [2024-09-09T10:56:31.804Z] a13328fdd152: Layer already exists [2024-09-09T10:56:31.804Z] d62a02444d39: Layer already exists [2024-09-09T10:56:31.804Z] 223a78c85f57: Layer already exists [2024-09-09T10:56:31.804Z] main: digest: sha256:c6ea7d763f8b79193e1dcdf369b60b0b7420b46f22f670905d7f3e3892e5c9e9 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-09T10:56:31.875Z] ===================================================== [Pipeline] echo [2024-09-09T10:56:31.887Z] taggedImages: [2024-09-09T10:56:31.887Z] - nexus3.edgexfoundry.org:10004/core-command:489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T10:56:31.887Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2024-09-09T10:56:31.887Z] - nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.68 [2024-09-09T10:56:31.887Z] - nexus3.edgexfoundry.org:10004/core-command:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T10:56:31.887Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2024-09-09T10:56:31.910Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2024-09-09T10:56:31.911Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T10:56:31.911Z] latest [2024-09-09T10:56:31.911Z] 3.2.0-dev.68 [2024-09-09T10:56:31.911Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T10:56:31.911Z] main [2024-09-09T10:56:31.911Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:56:32.256Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:56:32.585Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T10:56:32.585Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-09-09T10:56:32.585Z] e438aa84537e: Preparing [2024-09-09T10:56:32.585Z] 71ccce62dba0: Preparing [2024-09-09T10:56:32.585Z] c44f4398692d: Preparing [2024-09-09T10:56:32.585Z] d3111bcaff3f: Preparing [2024-09-09T10:56:32.585Z] 1d8e4077f502: Preparing [2024-09-09T10:56:32.585Z] a13328fdd152: Preparing [2024-09-09T10:56:32.585Z] 6eafe845b70b: Preparing [2024-09-09T10:56:32.585Z] 223a78c85f57: Preparing [2024-09-09T10:56:32.585Z] d62a02444d39: Preparing [2024-09-09T10:56:32.585Z] a13328fdd152: Waiting [2024-09-09T10:56:32.585Z] 6eafe845b70b: Waiting [2024-09-09T10:56:32.585Z] 223a78c85f57: Waiting [2024-09-09T10:56:32.585Z] d62a02444d39: Waiting [2024-09-09T10:56:32.585Z] 1d8e4077f502: Layer already exists [2024-09-09T10:56:32.585Z] a13328fdd152: Layer already exists [2024-09-09T10:56:32.585Z] 6eafe845b70b: Layer already exists [2024-09-09T10:56:32.585Z] 223a78c85f57: Layer already exists [2024-09-09T10:56:32.585Z] c44f4398692d: Pushed [2024-09-09T10:56:32.585Z] d62a02444d39: Layer already exists [2024-09-09T10:56:32.585Z] e438aa84537e: Pushed [2024-09-09T10:56:32.585Z] 71ccce62dba0: Pushed [2024-09-09T10:56:33.521Z] d3111bcaff3f: Pushed [2024-09-09T10:56:33.781Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e: digest: sha256:f836f13d04accb9232495bd81e980080d4d7a912fd3bfc16111c958f9882e119 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:56:34.118Z] + 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-09-09T10:56:34.455Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2024-09-09T10:56:34.455Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-09-09T10:56:34.455Z] e438aa84537e: Preparing [2024-09-09T10:56:34.455Z] 71ccce62dba0: Preparing [2024-09-09T10:56:34.455Z] c44f4398692d: Preparing [2024-09-09T10:56:34.455Z] d3111bcaff3f: Preparing [2024-09-09T10:56:34.455Z] 1d8e4077f502: Preparing [2024-09-09T10:56:34.455Z] a13328fdd152: Preparing [2024-09-09T10:56:34.455Z] 6eafe845b70b: Preparing [2024-09-09T10:56:34.455Z] 223a78c85f57: Preparing [2024-09-09T10:56:34.455Z] d62a02444d39: Preparing [2024-09-09T10:56:34.455Z] 223a78c85f57: Waiting [2024-09-09T10:56:34.455Z] 6eafe845b70b: Waiting [2024-09-09T10:56:34.455Z] d62a02444d39: Waiting [2024-09-09T10:56:34.455Z] a13328fdd152: Waiting [2024-09-09T10:56:34.455Z] 71ccce62dba0: Layer already exists [2024-09-09T10:56:34.455Z] d3111bcaff3f: Layer already exists [2024-09-09T10:56:34.455Z] 1d8e4077f502: Layer already exists [2024-09-09T10:56:34.455Z] e438aa84537e: Layer already exists [2024-09-09T10:56:34.455Z] c44f4398692d: Layer already exists [2024-09-09T10:56:34.455Z] a13328fdd152: Layer already exists [2024-09-09T10:56:34.455Z] 6eafe845b70b: Layer already exists [2024-09-09T10:56:34.455Z] d62a02444d39: Layer already exists [2024-09-09T10:56:34.455Z] 223a78c85f57: Layer already exists [2024-09-09T10:56:34.455Z] latest: digest: sha256:f836f13d04accb9232495bd81e980080d4d7a912fd3bfc16111c958f9882e119 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:56:34.791Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:56:35.125Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.68 [2024-09-09T10:56:35.125Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-09-09T10:56:35.125Z] e438aa84537e: Preparing [2024-09-09T10:56:35.125Z] 71ccce62dba0: Preparing [2024-09-09T10:56:35.125Z] c44f4398692d: Preparing [2024-09-09T10:56:35.125Z] d3111bcaff3f: Preparing [2024-09-09T10:56:35.125Z] 1d8e4077f502: Preparing [2024-09-09T10:56:35.125Z] a13328fdd152: Preparing [2024-09-09T10:56:35.125Z] 6eafe845b70b: Preparing [2024-09-09T10:56:35.125Z] 223a78c85f57: Preparing [2024-09-09T10:56:35.125Z] d62a02444d39: Preparing [2024-09-09T10:56:35.125Z] 6eafe845b70b: Waiting [2024-09-09T10:56:35.125Z] a13328fdd152: Waiting [2024-09-09T10:56:35.125Z] 223a78c85f57: Waiting [2024-09-09T10:56:35.125Z] c44f4398692d: Layer already exists [2024-09-09T10:56:35.125Z] e438aa84537e: Layer already exists [2024-09-09T10:56:35.125Z] 71ccce62dba0: Layer already exists [2024-09-09T10:56:35.125Z] d3111bcaff3f: Layer already exists [2024-09-09T10:56:35.125Z] 1d8e4077f502: Layer already exists [2024-09-09T10:56:35.125Z] a13328fdd152: Layer already exists [2024-09-09T10:56:35.125Z] d62a02444d39: Layer already exists [2024-09-09T10:56:35.125Z] 6eafe845b70b: Layer already exists [2024-09-09T10:56:35.125Z] 223a78c85f57: Layer already exists [2024-09-09T10:56:35.125Z] 3.2.0-dev.68: digest: sha256:f836f13d04accb9232495bd81e980080d4d7a912fd3bfc16111c958f9882e119 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:56:35.458Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:56:35.787Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T10:56:35.787Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-09-09T10:56:35.787Z] e438aa84537e: Preparing [2024-09-09T10:56:35.787Z] 71ccce62dba0: Preparing [2024-09-09T10:56:35.787Z] c44f4398692d: Preparing [2024-09-09T10:56:35.787Z] d3111bcaff3f: Preparing [2024-09-09T10:56:35.787Z] 1d8e4077f502: Preparing [2024-09-09T10:56:35.787Z] a13328fdd152: Preparing [2024-09-09T10:56:35.787Z] 6eafe845b70b: Preparing [2024-09-09T10:56:35.787Z] 223a78c85f57: Preparing [2024-09-09T10:56:35.787Z] d62a02444d39: Preparing [2024-09-09T10:56:35.787Z] a13328fdd152: Waiting [2024-09-09T10:56:35.787Z] 6eafe845b70b: Waiting [2024-09-09T10:56:35.787Z] 223a78c85f57: Waiting [2024-09-09T10:56:35.787Z] d62a02444d39: Waiting [2024-09-09T10:56:35.787Z] d3111bcaff3f: Layer already exists [2024-09-09T10:56:35.787Z] 71ccce62dba0: Layer already exists [2024-09-09T10:56:35.787Z] e438aa84537e: Layer already exists [2024-09-09T10:56:35.787Z] 1d8e4077f502: Layer already exists [2024-09-09T10:56:35.787Z] c44f4398692d: Layer already exists [2024-09-09T10:56:35.787Z] 6eafe845b70b: Layer already exists [2024-09-09T10:56:35.787Z] a13328fdd152: Layer already exists [2024-09-09T10:56:35.787Z] 223a78c85f57: Layer already exists [2024-09-09T10:56:35.787Z] d62a02444d39: Layer already exists [2024-09-09T10:56:35.787Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68: digest: sha256:f836f13d04accb9232495bd81e980080d4d7a912fd3bfc16111c958f9882e119 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:56:36.119Z] + 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-09-09T10:56:36.447Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2024-09-09T10:56:36.447Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-09-09T10:56:36.447Z] e438aa84537e: Preparing [2024-09-09T10:56:36.447Z] 71ccce62dba0: Preparing [2024-09-09T10:56:36.447Z] c44f4398692d: Preparing [2024-09-09T10:56:36.447Z] d3111bcaff3f: Preparing [2024-09-09T10:56:36.447Z] 1d8e4077f502: Preparing [2024-09-09T10:56:36.447Z] a13328fdd152: Preparing [2024-09-09T10:56:36.447Z] 6eafe845b70b: Preparing [2024-09-09T10:56:36.447Z] 223a78c85f57: Preparing [2024-09-09T10:56:36.447Z] d62a02444d39: Preparing [2024-09-09T10:56:36.447Z] a13328fdd152: Waiting [2024-09-09T10:56:36.447Z] 6eafe845b70b: Waiting [2024-09-09T10:56:36.447Z] 223a78c85f57: Waiting [2024-09-09T10:56:36.447Z] d62a02444d39: Waiting [2024-09-09T10:56:36.447Z] e438aa84537e: Layer already exists [2024-09-09T10:56:36.447Z] 71ccce62dba0: Layer already exists [2024-09-09T10:56:36.447Z] c44f4398692d: Layer already exists [2024-09-09T10:56:36.447Z] d3111bcaff3f: Layer already exists [2024-09-09T10:56:36.447Z] 1d8e4077f502: Layer already exists [2024-09-09T10:56:36.447Z] 6eafe845b70b: Layer already exists [2024-09-09T10:56:36.447Z] a13328fdd152: Layer already exists [2024-09-09T10:56:36.447Z] 223a78c85f57: Layer already exists [2024-09-09T10:56:36.447Z] d62a02444d39: Layer already exists [2024-09-09T10:56:36.447Z] main: digest: sha256:f836f13d04accb9232495bd81e980080d4d7a912fd3bfc16111c958f9882e119 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-09T10:56:36.520Z] ===================================================== [Pipeline] echo [2024-09-09T10:56:36.539Z] taggedImages: [2024-09-09T10:56:36.539Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T10:56:36.539Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2024-09-09T10:56:36.539Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.68 [2024-09-09T10:56:36.539Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T10:56:36.539Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2024-09-09T10:56:36.570Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2024-09-09T10:56:36.570Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T10:56:36.570Z] latest [2024-09-09T10:56:36.570Z] 3.2.0-dev.68 [2024-09-09T10:56:36.570Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T10:56:36.570Z] main [2024-09-09T10:56:36.570Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:56:36.912Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:56:37.230Z] + docker push nexus3.edgexfoundry.org:10004/core-data:489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T10:56:37.230Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-09-09T10:56:37.230Z] f80d95239057: Preparing [2024-09-09T10:56:37.230Z] 68a4b45b7618: Preparing [2024-09-09T10:56:37.230Z] 0f53713c7348: Preparing [2024-09-09T10:56:37.230Z] 1d8e4077f502: Preparing [2024-09-09T10:56:37.230Z] a13328fdd152: Preparing [2024-09-09T10:56:37.230Z] 712b397451c3: Preparing [2024-09-09T10:56:37.230Z] 68db4f2e5147: Preparing [2024-09-09T10:56:37.230Z] d62a02444d39: Preparing [2024-09-09T10:56:37.230Z] 712b397451c3: Waiting [2024-09-09T10:56:37.230Z] 68db4f2e5147: Waiting [2024-09-09T10:56:37.230Z] d62a02444d39: Waiting [2024-09-09T10:56:37.230Z] 1d8e4077f502: Layer already exists [2024-09-09T10:56:37.230Z] a13328fdd152: Layer already exists [2024-09-09T10:56:37.230Z] 68a4b45b7618: Pushed [2024-09-09T10:56:37.230Z] f80d95239057: Pushed [2024-09-09T10:56:37.230Z] d62a02444d39: Layer already exists [2024-09-09T10:56:37.230Z] 712b397451c3: Pushed [2024-09-09T10:56:37.230Z] 68db4f2e5147: Pushed [2024-09-09T10:56:41.425Z] 0f53713c7348: Pushed [2024-09-09T10:56:41.425Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e: digest: sha256:715de9932c754e6fce1d0c459aecc81ca4033805011ccb5338bf6a061f6fef76 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:56:41.776Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:56:42.109Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2024-09-09T10:56:42.109Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-09-09T10:56:42.109Z] f80d95239057: Preparing [2024-09-09T10:56:42.109Z] 68a4b45b7618: Preparing [2024-09-09T10:56:42.109Z] 0f53713c7348: Preparing [2024-09-09T10:56:42.109Z] 1d8e4077f502: Preparing [2024-09-09T10:56:42.109Z] a13328fdd152: Preparing [2024-09-09T10:56:42.109Z] 712b397451c3: Preparing [2024-09-09T10:56:42.109Z] 68db4f2e5147: Preparing [2024-09-09T10:56:42.109Z] d62a02444d39: Preparing [2024-09-09T10:56:42.109Z] 712b397451c3: Waiting [2024-09-09T10:56:42.109Z] 68db4f2e5147: Waiting [2024-09-09T10:56:42.109Z] d62a02444d39: Waiting [2024-09-09T10:56:42.109Z] f80d95239057: Layer already exists [2024-09-09T10:56:42.109Z] 0f53713c7348: Layer already exists [2024-09-09T10:56:42.109Z] 68a4b45b7618: Layer already exists [2024-09-09T10:56:42.109Z] a13328fdd152: Layer already exists [2024-09-09T10:56:42.109Z] 1d8e4077f502: Layer already exists [2024-09-09T10:56:42.109Z] 712b397451c3: Layer already exists [2024-09-09T10:56:42.109Z] d62a02444d39: Layer already exists [2024-09-09T10:56:42.109Z] 68db4f2e5147: Layer already exists [2024-09-09T10:56:42.109Z] latest: digest: sha256:715de9932c754e6fce1d0c459aecc81ca4033805011ccb5338bf6a061f6fef76 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:56:42.422Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:56:42.752Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.68 [2024-09-09T10:56:42.752Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-09-09T10:56:42.752Z] f80d95239057: Preparing [2024-09-09T10:56:42.752Z] 68a4b45b7618: Preparing [2024-09-09T10:56:42.752Z] 0f53713c7348: Preparing [2024-09-09T10:56:42.752Z] 1d8e4077f502: Preparing [2024-09-09T10:56:42.752Z] a13328fdd152: Preparing [2024-09-09T10:56:42.752Z] 712b397451c3: Preparing [2024-09-09T10:56:42.752Z] 68db4f2e5147: Preparing [2024-09-09T10:56:42.752Z] d62a02444d39: Preparing [2024-09-09T10:56:42.752Z] 712b397451c3: Waiting [2024-09-09T10:56:42.752Z] d62a02444d39: Waiting [2024-09-09T10:56:42.752Z] 68db4f2e5147: Waiting [2024-09-09T10:56:42.752Z] a13328fdd152: Layer already exists [2024-09-09T10:56:42.752Z] 0f53713c7348: Layer already exists [2024-09-09T10:56:42.752Z] 68a4b45b7618: Layer already exists [2024-09-09T10:56:42.752Z] 1d8e4077f502: Layer already exists [2024-09-09T10:56:42.752Z] f80d95239057: Layer already exists [2024-09-09T10:56:42.752Z] 68db4f2e5147: Layer already exists [2024-09-09T10:56:42.752Z] 712b397451c3: Layer already exists [2024-09-09T10:56:42.752Z] d62a02444d39: Layer already exists [2024-09-09T10:56:42.752Z] 3.2.0-dev.68: digest: sha256:715de9932c754e6fce1d0c459aecc81ca4033805011ccb5338bf6a061f6fef76 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:56:43.078Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:56:43.412Z] + docker push nexus3.edgexfoundry.org:10004/core-data:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T10:56:43.412Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-09-09T10:56:43.412Z] f80d95239057: Preparing [2024-09-09T10:56:43.412Z] 68a4b45b7618: Preparing [2024-09-09T10:56:43.412Z] 0f53713c7348: Preparing [2024-09-09T10:56:43.412Z] 1d8e4077f502: Preparing [2024-09-09T10:56:43.412Z] a13328fdd152: Preparing [2024-09-09T10:56:43.412Z] 712b397451c3: Preparing [2024-09-09T10:56:43.412Z] 68db4f2e5147: Preparing [2024-09-09T10:56:43.412Z] d62a02444d39: Preparing [2024-09-09T10:56:43.412Z] 68db4f2e5147: Waiting [2024-09-09T10:56:43.412Z] 68a4b45b7618: Layer already exists [2024-09-09T10:56:43.412Z] a13328fdd152: Layer already exists [2024-09-09T10:56:43.412Z] 1d8e4077f502: Layer already exists [2024-09-09T10:56:43.412Z] f80d95239057: Layer already exists [2024-09-09T10:56:43.412Z] 0f53713c7348: Layer already exists [2024-09-09T10:56:43.412Z] 68db4f2e5147: Layer already exists [2024-09-09T10:56:43.412Z] d62a02444d39: Layer already exists [2024-09-09T10:56:43.412Z] 712b397451c3: Layer already exists [2024-09-09T10:56:43.412Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68: digest: sha256:715de9932c754e6fce1d0c459aecc81ca4033805011ccb5338bf6a061f6fef76 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:56:43.754Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:56:44.080Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2024-09-09T10:56:44.080Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-09-09T10:56:44.080Z] f80d95239057: Preparing [2024-09-09T10:56:44.080Z] 68a4b45b7618: Preparing [2024-09-09T10:56:44.080Z] 0f53713c7348: Preparing [2024-09-09T10:56:44.080Z] 1d8e4077f502: Preparing [2024-09-09T10:56:44.080Z] a13328fdd152: Preparing [2024-09-09T10:56:44.080Z] 712b397451c3: Preparing [2024-09-09T10:56:44.080Z] 68db4f2e5147: Preparing [2024-09-09T10:56:44.080Z] d62a02444d39: Preparing [2024-09-09T10:56:44.080Z] 712b397451c3: Waiting [2024-09-09T10:56:44.080Z] 68db4f2e5147: Waiting [2024-09-09T10:56:44.080Z] d62a02444d39: Waiting [2024-09-09T10:56:44.080Z] a13328fdd152: Layer already exists [2024-09-09T10:56:44.080Z] 0f53713c7348: Layer already exists [2024-09-09T10:56:44.080Z] 1d8e4077f502: Layer already exists [2024-09-09T10:56:44.080Z] f80d95239057: Layer already exists [2024-09-09T10:56:44.080Z] 68a4b45b7618: Layer already exists [2024-09-09T10:56:44.080Z] d62a02444d39: Layer already exists [2024-09-09T10:56:44.080Z] 68db4f2e5147: Layer already exists [2024-09-09T10:56:44.080Z] 712b397451c3: Layer already exists [2024-09-09T10:56:44.080Z] main: digest: sha256:715de9932c754e6fce1d0c459aecc81ca4033805011ccb5338bf6a061f6fef76 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-09T10:56:44.157Z] ===================================================== [Pipeline] echo [2024-09-09T10:56:44.171Z] taggedImages: [2024-09-09T10:56:44.171Z] - nexus3.edgexfoundry.org:10004/core-data:489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T10:56:44.171Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2024-09-09T10:56:44.171Z] - nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.68 [2024-09-09T10:56:44.171Z] - nexus3.edgexfoundry.org:10004/core-data:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T10:56:44.171Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2024-09-09T10:56:44.198Z] [edgeXDocker.push] Tagging docker image core-keeper with the following tags: [2024-09-09T10:56:44.198Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T10:56:44.198Z] latest [2024-09-09T10:56:44.198Z] 3.2.0-dev.68 [2024-09-09T10:56:44.198Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T10:56:44.198Z] main [2024-09-09T10:56:44.198Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:56:44.551Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:56:44.884Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T10:56:44.884Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-09-09T10:56:44.884Z] 4cef363c6d09: Preparing [2024-09-09T10:56:44.884Z] 702cfaf5989b: Preparing [2024-09-09T10:56:44.884Z] a13328fdd152: Preparing [2024-09-09T10:56:44.884Z] 475cac237075: Preparing [2024-09-09T10:56:44.884Z] 073c2b83b3ad: Preparing [2024-09-09T10:56:44.884Z] d62a02444d39: Preparing [2024-09-09T10:56:44.884Z] d62a02444d39: Waiting [2024-09-09T10:56:44.884Z] a13328fdd152: Layer already exists [2024-09-09T10:56:44.884Z] d62a02444d39: Layer already exists [2024-09-09T10:56:44.884Z] 073c2b83b3ad: Pushed [2024-09-09T10:56:44.884Z] 475cac237075: Pushed [2024-09-09T10:56:44.884Z] 4cef363c6d09: Pushed [2024-09-09T10:56:47.504Z] 702cfaf5989b: Pushed [2024-09-09T10:56:47.765Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e: digest: sha256:2ac84d1a2d6a89762e4910193b6a1b3f7df580b023abaf46d2fb2d758735a787 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:56:48.106Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:56:48.447Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest [2024-09-09T10:56:48.447Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-09-09T10:56:48.447Z] 4cef363c6d09: Preparing [2024-09-09T10:56:48.447Z] 702cfaf5989b: Preparing [2024-09-09T10:56:48.447Z] a13328fdd152: Preparing [2024-09-09T10:56:48.447Z] 475cac237075: Preparing [2024-09-09T10:56:48.447Z] 073c2b83b3ad: Preparing [2024-09-09T10:56:48.447Z] d62a02444d39: Preparing [2024-09-09T10:56:48.447Z] d62a02444d39: Waiting [2024-09-09T10:56:48.447Z] 475cac237075: Layer already exists [2024-09-09T10:56:48.447Z] a13328fdd152: Layer already exists [2024-09-09T10:56:48.447Z] 073c2b83b3ad: Layer already exists [2024-09-09T10:56:48.447Z] 702cfaf5989b: Layer already exists [2024-09-09T10:56:48.447Z] 4cef363c6d09: Layer already exists [2024-09-09T10:56:48.447Z] d62a02444d39: Layer already exists [2024-09-09T10:56:48.447Z] latest: digest: sha256:2ac84d1a2d6a89762e4910193b6a1b3f7df580b023abaf46d2fb2d758735a787 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:56:48.784Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:56:49.129Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.68 [2024-09-09T10:56:49.129Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-09-09T10:56:49.129Z] 4cef363c6d09: Preparing [2024-09-09T10:56:49.129Z] 702cfaf5989b: Preparing [2024-09-09T10:56:49.129Z] a13328fdd152: Preparing [2024-09-09T10:56:49.129Z] 475cac237075: Preparing [2024-09-09T10:56:49.129Z] 073c2b83b3ad: Preparing [2024-09-09T10:56:49.129Z] d62a02444d39: Preparing [2024-09-09T10:56:49.129Z] d62a02444d39: Waiting [2024-09-09T10:56:49.129Z] 702cfaf5989b: Layer already exists [2024-09-09T10:56:49.129Z] 073c2b83b3ad: Layer already exists [2024-09-09T10:56:49.129Z] 4cef363c6d09: Layer already exists [2024-09-09T10:56:49.129Z] a13328fdd152: Layer already exists [2024-09-09T10:56:49.129Z] 475cac237075: Layer already exists [2024-09-09T10:56:49.129Z] d62a02444d39: Layer already exists [2024-09-09T10:56:49.129Z] 3.2.0-dev.68: digest: sha256:2ac84d1a2d6a89762e4910193b6a1b3f7df580b023abaf46d2fb2d758735a787 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:56:49.465Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:56:49.811Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T10:56:49.811Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-09-09T10:56:49.811Z] 4cef363c6d09: Preparing [2024-09-09T10:56:49.811Z] 702cfaf5989b: Preparing [2024-09-09T10:56:49.811Z] a13328fdd152: Preparing [2024-09-09T10:56:49.811Z] 475cac237075: Preparing [2024-09-09T10:56:49.811Z] 073c2b83b3ad: Preparing [2024-09-09T10:56:49.811Z] d62a02444d39: Preparing [2024-09-09T10:56:49.811Z] 073c2b83b3ad: Layer already exists [2024-09-09T10:56:49.811Z] 475cac237075: Layer already exists [2024-09-09T10:56:49.811Z] 702cfaf5989b: Layer already exists [2024-09-09T10:56:49.811Z] a13328fdd152: Layer already exists [2024-09-09T10:56:49.811Z] 4cef363c6d09: Layer already exists [2024-09-09T10:56:49.811Z] d62a02444d39: Layer already exists [2024-09-09T10:56:49.811Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68: digest: sha256:2ac84d1a2d6a89762e4910193b6a1b3f7df580b023abaf46d2fb2d758735a787 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:56:50.145Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:56:50.476Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:main [2024-09-09T10:56:50.477Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-09-09T10:56:50.477Z] 4cef363c6d09: Preparing [2024-09-09T10:56:50.477Z] 702cfaf5989b: Preparing [2024-09-09T10:56:50.477Z] a13328fdd152: Preparing [2024-09-09T10:56:50.477Z] 475cac237075: Preparing [2024-09-09T10:56:50.477Z] 073c2b83b3ad: Preparing [2024-09-09T10:56:50.477Z] d62a02444d39: Preparing [2024-09-09T10:56:50.477Z] d62a02444d39: Waiting [2024-09-09T10:56:50.477Z] 4cef363c6d09: Layer already exists [2024-09-09T10:56:50.477Z] 475cac237075: Layer already exists [2024-09-09T10:56:50.477Z] a13328fdd152: Layer already exists [2024-09-09T10:56:50.477Z] 073c2b83b3ad: Layer already exists [2024-09-09T10:56:50.477Z] 702cfaf5989b: Layer already exists [2024-09-09T10:56:50.477Z] d62a02444d39: Layer already exists [2024-09-09T10:56:50.477Z] main: digest: sha256:2ac84d1a2d6a89762e4910193b6a1b3f7df580b023abaf46d2fb2d758735a787 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-09T10:56:50.550Z] ===================================================== [Pipeline] echo [2024-09-09T10:56:50.563Z] taggedImages: [2024-09-09T10:56:50.563Z] - nexus3.edgexfoundry.org:10004/core-keeper:489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T10:56:50.563Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2024-09-09T10:56:50.563Z] - nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.68 [2024-09-09T10:56:50.563Z] - nexus3.edgexfoundry.org:10004/core-keeper:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T10:56:50.563Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo [2024-09-09T10:56:50.590Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2024-09-09T10:56:50.590Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T10:56:50.590Z] latest [2024-09-09T10:56:50.590Z] 3.2.0-dev.68 [2024-09-09T10:56:50.590Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T10:56:50.590Z] main [2024-09-09T10:56:50.590Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:56:50.944Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:56:51.271Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T10:56:51.271Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-09-09T10:56:51.271Z] 6a2195d619cd: Preparing [2024-09-09T10:56:51.271Z] 546f9772c117: Preparing [2024-09-09T10:56:51.271Z] 96f80bc4b50d: Preparing [2024-09-09T10:56:51.271Z] 1d8e4077f502: Preparing [2024-09-09T10:56:51.271Z] a13328fdd152: Preparing [2024-09-09T10:56:51.271Z] 6eafe845b70b: Preparing [2024-09-09T10:56:51.271Z] 223a78c85f57: Preparing [2024-09-09T10:56:51.271Z] d62a02444d39: Preparing [2024-09-09T10:56:51.271Z] 6eafe845b70b: Waiting [2024-09-09T10:56:51.271Z] 223a78c85f57: Waiting [2024-09-09T10:56:51.271Z] d62a02444d39: Waiting [2024-09-09T10:56:51.271Z] a13328fdd152: Layer already exists [2024-09-09T10:56:51.271Z] 1d8e4077f502: Layer already exists [2024-09-09T10:56:51.271Z] 6eafe845b70b: Layer already exists [2024-09-09T10:56:51.271Z] 223a78c85f57: Layer already exists [2024-09-09T10:56:51.271Z] d62a02444d39: Layer already exists [2024-09-09T10:56:51.271Z] 546f9772c117: Pushed [2024-09-09T10:56:51.271Z] 6a2195d619cd: Pushed [2024-09-09T10:56:54.559Z] 96f80bc4b50d: Pushed [2024-09-09T10:56:54.559Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e: digest: sha256:8511b5afc7fd8bc84ae89de1c1a098eac1c84012408f0488d6bc6c323227c5b7 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:56:54.903Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:56:55.234Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2024-09-09T10:56:55.234Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-09-09T10:56:55.234Z] 6a2195d619cd: Preparing [2024-09-09T10:56:55.234Z] 546f9772c117: Preparing [2024-09-09T10:56:55.234Z] 96f80bc4b50d: Preparing [2024-09-09T10:56:55.234Z] 1d8e4077f502: Preparing [2024-09-09T10:56:55.234Z] a13328fdd152: Preparing [2024-09-09T10:56:55.234Z] 6eafe845b70b: Preparing [2024-09-09T10:56:55.234Z] 223a78c85f57: Preparing [2024-09-09T10:56:55.234Z] d62a02444d39: Preparing [2024-09-09T10:56:55.234Z] 223a78c85f57: Waiting [2024-09-09T10:56:55.234Z] d62a02444d39: Waiting [2024-09-09T10:56:55.234Z] 6eafe845b70b: Waiting [2024-09-09T10:56:55.234Z] 1d8e4077f502: Layer already exists [2024-09-09T10:56:55.234Z] 6a2195d619cd: Layer already exists [2024-09-09T10:56:55.234Z] a13328fdd152: Layer already exists [2024-09-09T10:56:55.234Z] 546f9772c117: Layer already exists [2024-09-09T10:56:55.234Z] 96f80bc4b50d: Layer already exists [2024-09-09T10:56:55.234Z] 223a78c85f57: Layer already exists [2024-09-09T10:56:55.234Z] d62a02444d39: Layer already exists [2024-09-09T10:56:55.234Z] 6eafe845b70b: Layer already exists [2024-09-09T10:56:55.234Z] latest: digest: sha256:8511b5afc7fd8bc84ae89de1c1a098eac1c84012408f0488d6bc6c323227c5b7 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:56:55.562Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:56:55.899Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.68 [2024-09-09T10:56:55.899Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-09-09T10:56:55.899Z] 6a2195d619cd: Preparing [2024-09-09T10:56:55.899Z] 546f9772c117: Preparing [2024-09-09T10:56:55.899Z] 96f80bc4b50d: Preparing [2024-09-09T10:56:55.899Z] 1d8e4077f502: Preparing [2024-09-09T10:56:55.899Z] a13328fdd152: Preparing [2024-09-09T10:56:55.899Z] 6eafe845b70b: Preparing [2024-09-09T10:56:55.899Z] 223a78c85f57: Preparing [2024-09-09T10:56:55.899Z] d62a02444d39: Preparing [2024-09-09T10:56:55.899Z] 6eafe845b70b: Waiting [2024-09-09T10:56:55.899Z] d62a02444d39: Waiting [2024-09-09T10:56:55.899Z] 223a78c85f57: Waiting [2024-09-09T10:56:55.899Z] 96f80bc4b50d: Layer already exists [2024-09-09T10:56:55.899Z] a13328fdd152: Layer already exists [2024-09-09T10:56:55.899Z] 1d8e4077f502: Layer already exists [2024-09-09T10:56:55.899Z] 546f9772c117: Layer already exists [2024-09-09T10:56:55.899Z] 6a2195d619cd: Layer already exists [2024-09-09T10:56:55.899Z] 6eafe845b70b: Layer already exists [2024-09-09T10:56:55.899Z] 223a78c85f57: Layer already exists [2024-09-09T10:56:55.899Z] d62a02444d39: Layer already exists [2024-09-09T10:56:55.899Z] 3.2.0-dev.68: digest: sha256:8511b5afc7fd8bc84ae89de1c1a098eac1c84012408f0488d6bc6c323227c5b7 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:56:56.232Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:56:56.565Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T10:56:56.566Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-09-09T10:56:56.566Z] 6a2195d619cd: Preparing [2024-09-09T10:56:56.566Z] 546f9772c117: Preparing [2024-09-09T10:56:56.566Z] 96f80bc4b50d: Preparing [2024-09-09T10:56:56.566Z] 1d8e4077f502: Preparing [2024-09-09T10:56:56.566Z] a13328fdd152: Preparing [2024-09-09T10:56:56.566Z] 6eafe845b70b: Preparing [2024-09-09T10:56:56.566Z] 223a78c85f57: Preparing [2024-09-09T10:56:56.566Z] d62a02444d39: Preparing [2024-09-09T10:56:56.566Z] 6eafe845b70b: Waiting [2024-09-09T10:56:56.566Z] 223a78c85f57: Waiting [2024-09-09T10:56:56.566Z] d62a02444d39: Waiting [2024-09-09T10:56:56.566Z] 6a2195d619cd: Layer already exists [2024-09-09T10:56:56.566Z] 546f9772c117: Layer already exists [2024-09-09T10:56:56.566Z] 96f80bc4b50d: Layer already exists [2024-09-09T10:56:56.566Z] 1d8e4077f502: Layer already exists [2024-09-09T10:56:56.566Z] a13328fdd152: Layer already exists [2024-09-09T10:56:56.566Z] 223a78c85f57: Layer already exists [2024-09-09T10:56:56.566Z] 6eafe845b70b: Layer already exists [2024-09-09T10:56:56.566Z] d62a02444d39: Layer already exists [2024-09-09T10:56:56.566Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68: digest: sha256:8511b5afc7fd8bc84ae89de1c1a098eac1c84012408f0488d6bc6c323227c5b7 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:56:56.898Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:56:57.222Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2024-09-09T10:56:57.222Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-09-09T10:56:57.222Z] 6a2195d619cd: Preparing [2024-09-09T10:56:57.222Z] 546f9772c117: Preparing [2024-09-09T10:56:57.222Z] 96f80bc4b50d: Preparing [2024-09-09T10:56:57.222Z] 1d8e4077f502: Preparing [2024-09-09T10:56:57.222Z] a13328fdd152: Preparing [2024-09-09T10:56:57.222Z] 6eafe845b70b: Preparing [2024-09-09T10:56:57.222Z] 223a78c85f57: Preparing [2024-09-09T10:56:57.222Z] d62a02444d39: Preparing [2024-09-09T10:56:57.222Z] 6eafe845b70b: Waiting [2024-09-09T10:56:57.222Z] 223a78c85f57: Waiting [2024-09-09T10:56:57.222Z] d62a02444d39: Waiting [2024-09-09T10:56:57.222Z] 6a2195d619cd: Layer already exists [2024-09-09T10:56:57.222Z] 1d8e4077f502: Layer already exists [2024-09-09T10:56:57.222Z] 96f80bc4b50d: Layer already exists [2024-09-09T10:56:57.222Z] 546f9772c117: Layer already exists [2024-09-09T10:56:57.222Z] a13328fdd152: Layer already exists [2024-09-09T10:56:57.222Z] 6eafe845b70b: Layer already exists [2024-09-09T10:56:57.222Z] d62a02444d39: Layer already exists [2024-09-09T10:56:57.222Z] 223a78c85f57: Layer already exists [2024-09-09T10:56:57.222Z] main: digest: sha256:8511b5afc7fd8bc84ae89de1c1a098eac1c84012408f0488d6bc6c323227c5b7 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-09T10:56:57.289Z] ===================================================== [Pipeline] echo [2024-09-09T10:56:57.303Z] taggedImages: [2024-09-09T10:56:57.303Z] - nexus3.edgexfoundry.org:10004/core-metadata:489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T10:56:57.303Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2024-09-09T10:56:57.303Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.68 [2024-09-09T10:56:57.303Z] - nexus3.edgexfoundry.org:10004/core-metadata:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T10:56:57.303Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2024-09-09T10:56:57.328Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2024-09-09T10:56:57.328Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T10:56:57.328Z] latest [2024-09-09T10:56:57.328Z] 3.2.0-dev.68 [2024-09-09T10:56:57.328Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T10:56:57.328Z] main [2024-09-09T10:56:57.328Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:56:57.673Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:56:57.989Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T10:56:57.989Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-09-09T10:56:57.989Z] 4ffbf8a59c13: Preparing [2024-09-09T10:56:57.989Z] de2431faff14: Preparing [2024-09-09T10:56:57.989Z] 7bdb0684d462: Preparing [2024-09-09T10:56:57.989Z] 75b5f17cf31f: Preparing [2024-09-09T10:56:57.989Z] bb1db39f72a2: Preparing [2024-09-09T10:56:57.990Z] 267824e3deee: Preparing [2024-09-09T10:56:57.990Z] 2400e686615d: Preparing [2024-09-09T10:56:57.990Z] e9128aabcaab: Preparing [2024-09-09T10:56:57.990Z] 1d8e4077f502: Preparing [2024-09-09T10:56:57.990Z] a13328fdd152: Preparing [2024-09-09T10:56:57.990Z] 42cfd0180ea5: Preparing [2024-09-09T10:56:57.990Z] 2d35fa527ff7: Preparing [2024-09-09T10:56:57.990Z] 5f70bf18a086: Preparing [2024-09-09T10:56:57.990Z] 0c1ba8bc927f: Preparing [2024-09-09T10:56:57.990Z] a2bb9fa2888d: Preparing [2024-09-09T10:56:57.990Z] 8c83b3e7c6ee: Preparing [2024-09-09T10:56:57.990Z] d62a02444d39: Preparing [2024-09-09T10:56:57.990Z] e9128aabcaab: Waiting [2024-09-09T10:56:57.990Z] 2400e686615d: Waiting [2024-09-09T10:56:57.990Z] a13328fdd152: Waiting [2024-09-09T10:56:57.990Z] 42cfd0180ea5: Waiting [2024-09-09T10:56:57.990Z] 8c83b3e7c6ee: Waiting [2024-09-09T10:56:57.990Z] 2d35fa527ff7: Waiting [2024-09-09T10:56:57.990Z] 5f70bf18a086: Waiting [2024-09-09T10:56:57.990Z] 0c1ba8bc927f: Waiting [2024-09-09T10:56:57.990Z] a2bb9fa2888d: Waiting [2024-09-09T10:56:57.990Z] 267824e3deee: Waiting [2024-09-09T10:56:57.990Z] 75b5f17cf31f: Pushed [2024-09-09T10:56:57.990Z] de2431faff14: Pushed [2024-09-09T10:56:57.990Z] 7bdb0684d462: Pushed [2024-09-09T10:56:57.990Z] bb1db39f72a2: Pushed [2024-09-09T10:56:57.990Z] 4ffbf8a59c13: Pushed [2024-09-09T10:56:57.990Z] 1d8e4077f502: Layer already exists [2024-09-09T10:56:57.990Z] a13328fdd152: Layer already exists [2024-09-09T10:56:58.248Z] 2400e686615d: Pushed [2024-09-09T10:56:58.248Z] 267824e3deee: Pushed [2024-09-09T10:56:58.248Z] 5f70bf18a086: Layer already exists [2024-09-09T10:56:58.248Z] 2d35fa527ff7: Pushed [2024-09-09T10:56:58.248Z] 0c1ba8bc927f: Pushed [2024-09-09T10:56:58.248Z] 8c83b3e7c6ee: Pushed [2024-09-09T10:56:58.248Z] 42cfd0180ea5: Pushed [2024-09-09T10:56:58.248Z] a2bb9fa2888d: Pushed [2024-09-09T10:56:58.248Z] d62a02444d39: Layer already exists [2024-09-09T10:56:59.634Z] e9128aabcaab: Pushed [2024-09-09T10:56:59.634Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e: digest: sha256:eb9f7c0e53d0d492f8f37c7a3a4f3caec331ed1b6979fb934c19a95127193d33 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:56:59.971Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:57:00.301Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2024-09-09T10:57:00.301Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-09-09T10:57:00.301Z] 4ffbf8a59c13: Preparing [2024-09-09T10:57:00.301Z] de2431faff14: Preparing [2024-09-09T10:57:00.301Z] 7bdb0684d462: Preparing [2024-09-09T10:57:00.301Z] 75b5f17cf31f: Preparing [2024-09-09T10:57:00.301Z] bb1db39f72a2: Preparing [2024-09-09T10:57:00.301Z] 267824e3deee: Preparing [2024-09-09T10:57:00.301Z] 2400e686615d: Preparing [2024-09-09T10:57:00.301Z] e9128aabcaab: Preparing [2024-09-09T10:57:00.301Z] 1d8e4077f502: Preparing [2024-09-09T10:57:00.301Z] 2400e686615d: Waiting [2024-09-09T10:57:00.301Z] e9128aabcaab: Waiting [2024-09-09T10:57:00.301Z] 267824e3deee: Waiting [2024-09-09T10:57:00.301Z] 1d8e4077f502: Waiting [2024-09-09T10:57:00.301Z] a13328fdd152: Preparing [2024-09-09T10:57:00.301Z] 42cfd0180ea5: Preparing [2024-09-09T10:57:00.301Z] 2d35fa527ff7: Preparing [2024-09-09T10:57:00.301Z] 5f70bf18a086: Preparing [2024-09-09T10:57:00.301Z] 0c1ba8bc927f: Preparing [2024-09-09T10:57:00.301Z] a2bb9fa2888d: Preparing [2024-09-09T10:57:00.301Z] 8c83b3e7c6ee: Preparing [2024-09-09T10:57:00.301Z] d62a02444d39: Preparing [2024-09-09T10:57:00.301Z] a13328fdd152: Waiting [2024-09-09T10:57:00.301Z] 0c1ba8bc927f: Waiting [2024-09-09T10:57:00.301Z] 2d35fa527ff7: Waiting [2024-09-09T10:57:00.301Z] a2bb9fa2888d: Waiting [2024-09-09T10:57:00.301Z] 8c83b3e7c6ee: Waiting [2024-09-09T10:57:00.301Z] 5f70bf18a086: Waiting [2024-09-09T10:57:00.301Z] d62a02444d39: Waiting [2024-09-09T10:57:00.301Z] 42cfd0180ea5: Waiting [2024-09-09T10:57:00.301Z] 75b5f17cf31f: Layer already exists [2024-09-09T10:57:00.301Z] 7bdb0684d462: Layer already exists [2024-09-09T10:57:00.301Z] de2431faff14: Layer already exists [2024-09-09T10:57:00.301Z] bb1db39f72a2: Layer already exists [2024-09-09T10:57:00.301Z] 4ffbf8a59c13: Layer already exists [2024-09-09T10:57:00.301Z] 2400e686615d: Layer already exists [2024-09-09T10:57:00.301Z] e9128aabcaab: Layer already exists [2024-09-09T10:57:00.301Z] a13328fdd152: Layer already exists [2024-09-09T10:57:00.301Z] 267824e3deee: Layer already exists [2024-09-09T10:57:00.301Z] 1d8e4077f502: Layer already exists [2024-09-09T10:57:00.301Z] 42cfd0180ea5: Layer already exists [2024-09-09T10:57:00.302Z] 2d35fa527ff7: Layer already exists [2024-09-09T10:57:00.302Z] a2bb9fa2888d: Layer already exists [2024-09-09T10:57:00.302Z] 5f70bf18a086: Layer already exists [2024-09-09T10:57:00.302Z] 0c1ba8bc927f: Layer already exists [2024-09-09T10:57:00.302Z] 8c83b3e7c6ee: Layer already exists [2024-09-09T10:57:00.302Z] d62a02444d39: Layer already exists [2024-09-09T10:57:00.302Z] latest: digest: sha256:eb9f7c0e53d0d492f8f37c7a3a4f3caec331ed1b6979fb934c19a95127193d33 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:57:00.631Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:57:00.957Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.68 [2024-09-09T10:57:00.957Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-09-09T10:57:00.957Z] 4ffbf8a59c13: Preparing [2024-09-09T10:57:00.957Z] de2431faff14: Preparing [2024-09-09T10:57:00.957Z] 7bdb0684d462: Preparing [2024-09-09T10:57:00.957Z] 75b5f17cf31f: Preparing [2024-09-09T10:57:00.957Z] bb1db39f72a2: Preparing [2024-09-09T10:57:00.957Z] 267824e3deee: Preparing [2024-09-09T10:57:00.957Z] 2400e686615d: Preparing [2024-09-09T10:57:00.957Z] e9128aabcaab: Preparing [2024-09-09T10:57:00.957Z] 1d8e4077f502: Preparing [2024-09-09T10:57:00.957Z] a13328fdd152: Preparing [2024-09-09T10:57:00.957Z] 42cfd0180ea5: Preparing [2024-09-09T10:57:00.957Z] 2d35fa527ff7: Preparing [2024-09-09T10:57:00.957Z] 5f70bf18a086: Preparing [2024-09-09T10:57:00.957Z] 267824e3deee: Waiting [2024-09-09T10:57:00.957Z] 1d8e4077f502: Waiting [2024-09-09T10:57:00.957Z] a13328fdd152: Waiting [2024-09-09T10:57:00.957Z] 42cfd0180ea5: Waiting [2024-09-09T10:57:00.957Z] 2d35fa527ff7: Waiting [2024-09-09T10:57:00.957Z] e9128aabcaab: Waiting [2024-09-09T10:57:00.957Z] 2400e686615d: Waiting [2024-09-09T10:57:00.957Z] 0c1ba8bc927f: Preparing [2024-09-09T10:57:00.957Z] 0c1ba8bc927f: Waiting [2024-09-09T10:57:00.957Z] a2bb9fa2888d: Preparing [2024-09-09T10:57:00.957Z] 8c83b3e7c6ee: Preparing [2024-09-09T10:57:00.957Z] d62a02444d39: Preparing [2024-09-09T10:57:00.957Z] d62a02444d39: Waiting [2024-09-09T10:57:00.957Z] 7bdb0684d462: Layer already exists [2024-09-09T10:57:00.957Z] 75b5f17cf31f: Layer already exists [2024-09-09T10:57:00.957Z] 4ffbf8a59c13: Layer already exists [2024-09-09T10:57:00.957Z] bb1db39f72a2: Layer already exists [2024-09-09T10:57:00.957Z] de2431faff14: Layer already exists [2024-09-09T10:57:00.957Z] 267824e3deee: Layer already exists [2024-09-09T10:57:00.957Z] a13328fdd152: Layer already exists [2024-09-09T10:57:00.957Z] e9128aabcaab: Layer already exists [2024-09-09T10:57:00.957Z] 1d8e4077f502: Layer already exists [2024-09-09T10:57:00.957Z] 2400e686615d: Layer already exists [2024-09-09T10:57:00.957Z] 42cfd0180ea5: Layer already exists [2024-09-09T10:57:00.957Z] 2d35fa527ff7: Layer already exists [2024-09-09T10:57:00.957Z] 5f70bf18a086: Layer already exists [2024-09-09T10:57:00.957Z] a2bb9fa2888d: Layer already exists [2024-09-09T10:57:00.957Z] 0c1ba8bc927f: Layer already exists [2024-09-09T10:57:00.957Z] 8c83b3e7c6ee: Layer already exists [2024-09-09T10:57:00.957Z] d62a02444d39: Layer already exists [2024-09-09T10:57:00.957Z] 3.2.0-dev.68: digest: sha256:eb9f7c0e53d0d492f8f37c7a3a4f3caec331ed1b6979fb934c19a95127193d33 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:57:01.382Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:57:01.747Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T10:57:01.747Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-09-09T10:57:01.747Z] 4ffbf8a59c13: Preparing [2024-09-09T10:57:01.747Z] de2431faff14: Preparing [2024-09-09T10:57:01.747Z] 7bdb0684d462: Preparing [2024-09-09T10:57:01.747Z] 75b5f17cf31f: Preparing [2024-09-09T10:57:01.747Z] bb1db39f72a2: Preparing [2024-09-09T10:57:01.747Z] 267824e3deee: Preparing [2024-09-09T10:57:01.747Z] 2400e686615d: Preparing [2024-09-09T10:57:01.747Z] e9128aabcaab: Preparing [2024-09-09T10:57:01.747Z] 1d8e4077f502: Preparing [2024-09-09T10:57:01.747Z] a13328fdd152: Preparing [2024-09-09T10:57:01.747Z] 42cfd0180ea5: Preparing [2024-09-09T10:57:01.747Z] 2d35fa527ff7: Preparing [2024-09-09T10:57:01.747Z] 5f70bf18a086: Preparing [2024-09-09T10:57:01.747Z] 0c1ba8bc927f: Preparing [2024-09-09T10:57:01.747Z] a2bb9fa2888d: Preparing [2024-09-09T10:57:01.747Z] 8c83b3e7c6ee: Preparing [2024-09-09T10:57:01.747Z] d62a02444d39: Preparing [2024-09-09T10:57:01.747Z] 267824e3deee: Waiting [2024-09-09T10:57:01.747Z] 2400e686615d: Waiting [2024-09-09T10:57:01.747Z] 5f70bf18a086: Waiting [2024-09-09T10:57:01.747Z] e9128aabcaab: Waiting [2024-09-09T10:57:01.747Z] 0c1ba8bc927f: Waiting [2024-09-09T10:57:01.747Z] a2bb9fa2888d: Waiting [2024-09-09T10:57:01.747Z] 8c83b3e7c6ee: Waiting [2024-09-09T10:57:01.747Z] 1d8e4077f502: Waiting [2024-09-09T10:57:01.747Z] d62a02444d39: Waiting [2024-09-09T10:57:01.747Z] a13328fdd152: Waiting [2024-09-09T10:57:01.747Z] 2d35fa527ff7: Waiting [2024-09-09T10:57:01.747Z] 42cfd0180ea5: Waiting [2024-09-09T10:57:01.747Z] 7bdb0684d462: Layer already exists [2024-09-09T10:57:01.747Z] de2431faff14: Layer already exists [2024-09-09T10:57:01.747Z] 4ffbf8a59c13: Layer already exists [2024-09-09T10:57:01.747Z] 75b5f17cf31f: Layer already exists [2024-09-09T10:57:01.747Z] bb1db39f72a2: Layer already exists [2024-09-09T10:57:01.747Z] 267824e3deee: Layer already exists [2024-09-09T10:57:01.747Z] 1d8e4077f502: Layer already exists [2024-09-09T10:57:01.747Z] e9128aabcaab: Layer already exists [2024-09-09T10:57:01.747Z] 2400e686615d: Layer already exists [2024-09-09T10:57:01.747Z] a13328fdd152: Layer already exists [2024-09-09T10:57:01.747Z] 0c1ba8bc927f: Layer already exists [2024-09-09T10:57:01.747Z] 2d35fa527ff7: Layer already exists [2024-09-09T10:57:01.747Z] a2bb9fa2888d: Layer already exists [2024-09-09T10:57:01.747Z] 5f70bf18a086: Layer already exists [2024-09-09T10:57:01.747Z] 42cfd0180ea5: Layer already exists [2024-09-09T10:57:01.747Z] d62a02444d39: Layer already exists [2024-09-09T10:57:01.747Z] 8c83b3e7c6ee: Layer already exists [2024-09-09T10:57:01.747Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68: digest: sha256:eb9f7c0e53d0d492f8f37c7a3a4f3caec331ed1b6979fb934c19a95127193d33 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:57:02.123Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:57:02.491Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2024-09-09T10:57:02.491Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-09-09T10:57:02.491Z] 4ffbf8a59c13: Preparing [2024-09-09T10:57:02.491Z] de2431faff14: Preparing [2024-09-09T10:57:02.491Z] 7bdb0684d462: Preparing [2024-09-09T10:57:02.491Z] 75b5f17cf31f: Preparing [2024-09-09T10:57:02.491Z] bb1db39f72a2: Preparing [2024-09-09T10:57:02.491Z] 267824e3deee: Preparing [2024-09-09T10:57:02.491Z] 2400e686615d: Preparing [2024-09-09T10:57:02.491Z] e9128aabcaab: Preparing [2024-09-09T10:57:02.491Z] 1d8e4077f502: Preparing [2024-09-09T10:57:02.491Z] a13328fdd152: Preparing [2024-09-09T10:57:02.491Z] 42cfd0180ea5: Preparing [2024-09-09T10:57:02.491Z] 2d35fa527ff7: Preparing [2024-09-09T10:57:02.491Z] 5f70bf18a086: Preparing [2024-09-09T10:57:02.491Z] 0c1ba8bc927f: Preparing [2024-09-09T10:57:02.491Z] a2bb9fa2888d: Preparing [2024-09-09T10:57:02.491Z] 8c83b3e7c6ee: Preparing [2024-09-09T10:57:02.491Z] d62a02444d39: Preparing [2024-09-09T10:57:02.491Z] 42cfd0180ea5: Waiting [2024-09-09T10:57:02.491Z] 2d35fa527ff7: Waiting [2024-09-09T10:57:02.491Z] 5f70bf18a086: Waiting [2024-09-09T10:57:02.491Z] 0c1ba8bc927f: Waiting [2024-09-09T10:57:02.491Z] a2bb9fa2888d: Waiting [2024-09-09T10:57:02.491Z] 8c83b3e7c6ee: Waiting [2024-09-09T10:57:02.491Z] d62a02444d39: Waiting [2024-09-09T10:57:02.491Z] 267824e3deee: Waiting [2024-09-09T10:57:02.491Z] 2400e686615d: Waiting [2024-09-09T10:57:02.491Z] e9128aabcaab: Waiting [2024-09-09T10:57:02.491Z] 1d8e4077f502: Waiting [2024-09-09T10:57:02.491Z] a13328fdd152: Waiting [2024-09-09T10:57:02.491Z] de2431faff14: Layer already exists [2024-09-09T10:57:02.491Z] bb1db39f72a2: Layer already exists [2024-09-09T10:57:02.491Z] 7bdb0684d462: Layer already exists [2024-09-09T10:57:02.491Z] 4ffbf8a59c13: Layer already exists [2024-09-09T10:57:02.491Z] 75b5f17cf31f: Layer already exists [2024-09-09T10:57:02.491Z] 2400e686615d: Layer already exists [2024-09-09T10:57:02.491Z] 267824e3deee: Layer already exists [2024-09-09T10:57:02.491Z] e9128aabcaab: Layer already exists [2024-09-09T10:57:02.491Z] 1d8e4077f502: Layer already exists [2024-09-09T10:57:02.491Z] a13328fdd152: Layer already exists [2024-09-09T10:57:02.491Z] 2d35fa527ff7: Layer already exists [2024-09-09T10:57:02.491Z] 42cfd0180ea5: Layer already exists [2024-09-09T10:57:02.491Z] 5f70bf18a086: Layer already exists [2024-09-09T10:57:02.491Z] 0c1ba8bc927f: Layer already exists [2024-09-09T10:57:02.491Z] 8c83b3e7c6ee: Layer already exists [2024-09-09T10:57:02.491Z] d62a02444d39: Layer already exists [2024-09-09T10:57:02.491Z] a2bb9fa2888d: Layer already exists [2024-09-09T10:57:02.491Z] main: digest: sha256:eb9f7c0e53d0d492f8f37c7a3a4f3caec331ed1b6979fb934c19a95127193d33 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-09T10:57:02.570Z] ===================================================== [Pipeline] echo [2024-09-09T10:57:02.586Z] taggedImages: [2024-09-09T10:57:02.586Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T10:57:02.586Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2024-09-09T10:57:02.586Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.68 [2024-09-09T10:57:02.586Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T10:57:02.586Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2024-09-09T10:57:02.614Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2024-09-09T10:57:02.614Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T10:57:02.614Z] latest [2024-09-09T10:57:02.614Z] 3.2.0-dev.68 [2024-09-09T10:57:02.614Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T10:57:02.614Z] main [2024-09-09T10:57:02.614Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:57:02.958Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:57:03.287Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T10:57:03.287Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-09-09T10:57:03.287Z] 92dc7817c8e1: Preparing [2024-09-09T10:57:03.287Z] 70e9be9f436d: Preparing [2024-09-09T10:57:03.287Z] 220c82c1af7c: Preparing [2024-09-09T10:57:03.287Z] c9a8d8a254a0: Preparing [2024-09-09T10:57:03.287Z] 1d8e4077f502: Preparing [2024-09-09T10:57:03.287Z] a13328fdd152: Preparing [2024-09-09T10:57:03.287Z] 6eafe845b70b: Preparing [2024-09-09T10:57:03.287Z] a13328fdd152: Waiting [2024-09-09T10:57:03.287Z] 223a78c85f57: Preparing [2024-09-09T10:57:03.287Z] 6eafe845b70b: Waiting [2024-09-09T10:57:03.287Z] d62a02444d39: Preparing [2024-09-09T10:57:03.287Z] 223a78c85f57: Waiting [2024-09-09T10:57:03.287Z] d62a02444d39: Waiting [2024-09-09T10:57:03.287Z] 1d8e4077f502: Layer already exists [2024-09-09T10:57:03.287Z] a13328fdd152: Layer already exists [2024-09-09T10:57:03.287Z] 6eafe845b70b: Layer already exists [2024-09-09T10:57:03.287Z] 223a78c85f57: Layer already exists [2024-09-09T10:57:03.287Z] d62a02444d39: Layer already exists [2024-09-09T10:57:03.287Z] 70e9be9f436d: Pushed [2024-09-09T10:57:03.287Z] 92dc7817c8e1: Pushed [2024-09-09T10:57:03.287Z] 220c82c1af7c: Pushed [2024-09-09T10:57:05.823Z] c9a8d8a254a0: Pushed [2024-09-09T10:57:06.084Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e: digest: sha256:37d0438e479f3165814d75d6b14373c5c8425b5c3a4e40b68c6fcbdafd99618f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:57:06.422Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:57:06.749Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2024-09-09T10:57:06.749Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-09-09T10:57:06.749Z] 92dc7817c8e1: Preparing [2024-09-09T10:57:06.749Z] 70e9be9f436d: Preparing [2024-09-09T10:57:06.749Z] 220c82c1af7c: Preparing [2024-09-09T10:57:06.749Z] c9a8d8a254a0: Preparing [2024-09-09T10:57:06.749Z] 1d8e4077f502: Preparing [2024-09-09T10:57:06.749Z] a13328fdd152: Preparing [2024-09-09T10:57:06.749Z] 6eafe845b70b: Preparing [2024-09-09T10:57:06.749Z] 223a78c85f57: Preparing [2024-09-09T10:57:06.749Z] d62a02444d39: Preparing [2024-09-09T10:57:06.749Z] a13328fdd152: Waiting [2024-09-09T10:57:06.749Z] d62a02444d39: Waiting [2024-09-09T10:57:06.749Z] 6eafe845b70b: Waiting [2024-09-09T10:57:06.749Z] 223a78c85f57: Waiting [2024-09-09T10:57:06.749Z] 220c82c1af7c: Layer already exists [2024-09-09T10:57:06.749Z] 92dc7817c8e1: Layer already exists [2024-09-09T10:57:06.749Z] 1d8e4077f502: Layer already exists [2024-09-09T10:57:06.749Z] 70e9be9f436d: Layer already exists [2024-09-09T10:57:06.749Z] c9a8d8a254a0: Layer already exists [2024-09-09T10:57:06.749Z] a13328fdd152: Layer already exists [2024-09-09T10:57:06.749Z] 223a78c85f57: Layer already exists [2024-09-09T10:57:06.749Z] 6eafe845b70b: Layer already exists [2024-09-09T10:57:06.749Z] d62a02444d39: Layer already exists [2024-09-09T10:57:06.749Z] latest: digest: sha256:37d0438e479f3165814d75d6b14373c5c8425b5c3a4e40b68c6fcbdafd99618f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:57:07.096Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:57:07.414Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.68 [2024-09-09T10:57:07.414Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-09-09T10:57:07.414Z] 92dc7817c8e1: Preparing [2024-09-09T10:57:07.414Z] 70e9be9f436d: Preparing [2024-09-09T10:57:07.414Z] 220c82c1af7c: Preparing [2024-09-09T10:57:07.414Z] c9a8d8a254a0: Preparing [2024-09-09T10:57:07.414Z] 1d8e4077f502: Preparing [2024-09-09T10:57:07.414Z] a13328fdd152: Preparing [2024-09-09T10:57:07.414Z] 6eafe845b70b: Preparing [2024-09-09T10:57:07.414Z] 223a78c85f57: Preparing [2024-09-09T10:57:07.414Z] d62a02444d39: Preparing [2024-09-09T10:57:07.414Z] a13328fdd152: Waiting [2024-09-09T10:57:07.414Z] 6eafe845b70b: Waiting [2024-09-09T10:57:07.414Z] 223a78c85f57: Waiting [2024-09-09T10:57:07.414Z] d62a02444d39: Waiting [2024-09-09T10:57:07.414Z] 92dc7817c8e1: Layer already exists [2024-09-09T10:57:07.414Z] 70e9be9f436d: Layer already exists [2024-09-09T10:57:07.414Z] 1d8e4077f502: Layer already exists [2024-09-09T10:57:07.414Z] 220c82c1af7c: Layer already exists [2024-09-09T10:57:07.414Z] c9a8d8a254a0: Layer already exists [2024-09-09T10:57:07.414Z] 6eafe845b70b: Layer already exists [2024-09-09T10:57:07.414Z] a13328fdd152: Layer already exists [2024-09-09T10:57:07.414Z] d62a02444d39: Layer already exists [2024-09-09T10:57:07.414Z] 223a78c85f57: Layer already exists [2024-09-09T10:57:07.414Z] 3.2.0-dev.68: digest: sha256:37d0438e479f3165814d75d6b14373c5c8425b5c3a4e40b68c6fcbdafd99618f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:57:07.733Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:57:08.066Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T10:57:08.067Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-09-09T10:57:08.067Z] 92dc7817c8e1: Preparing [2024-09-09T10:57:08.067Z] 70e9be9f436d: Preparing [2024-09-09T10:57:08.067Z] 220c82c1af7c: Preparing [2024-09-09T10:57:08.067Z] c9a8d8a254a0: Preparing [2024-09-09T10:57:08.067Z] 1d8e4077f502: Preparing [2024-09-09T10:57:08.067Z] a13328fdd152: Preparing [2024-09-09T10:57:08.067Z] 6eafe845b70b: Preparing [2024-09-09T10:57:08.067Z] 223a78c85f57: Preparing [2024-09-09T10:57:08.067Z] d62a02444d39: Preparing [2024-09-09T10:57:08.067Z] d62a02444d39: Waiting [2024-09-09T10:57:08.067Z] 223a78c85f57: Waiting [2024-09-09T10:57:08.067Z] 6eafe845b70b: Waiting [2024-09-09T10:57:08.067Z] a13328fdd152: Waiting [2024-09-09T10:57:08.067Z] c9a8d8a254a0: Layer already exists [2024-09-09T10:57:08.067Z] 220c82c1af7c: Layer already exists [2024-09-09T10:57:08.067Z] 92dc7817c8e1: Layer already exists [2024-09-09T10:57:08.067Z] 70e9be9f436d: Layer already exists [2024-09-09T10:57:08.067Z] 1d8e4077f502: Layer already exists [2024-09-09T10:57:08.067Z] a13328fdd152: Layer already exists [2024-09-09T10:57:08.067Z] 6eafe845b70b: Layer already exists [2024-09-09T10:57:08.067Z] 223a78c85f57: Layer already exists [2024-09-09T10:57:08.067Z] d62a02444d39: Layer already exists [2024-09-09T10:57:18.060Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68: digest: sha256:37d0438e479f3165814d75d6b14373c5c8425b5c3a4e40b68c6fcbdafd99618f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:57:18.383Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:57:18.714Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2024-09-09T10:57:18.715Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-09-09T10:57:18.715Z] 92dc7817c8e1: Preparing [2024-09-09T10:57:18.715Z] 70e9be9f436d: Preparing [2024-09-09T10:57:18.715Z] 220c82c1af7c: Preparing [2024-09-09T10:57:18.715Z] c9a8d8a254a0: Preparing [2024-09-09T10:57:18.715Z] 1d8e4077f502: Preparing [2024-09-09T10:57:18.715Z] a13328fdd152: Preparing [2024-09-09T10:57:18.715Z] 6eafe845b70b: Preparing [2024-09-09T10:57:18.715Z] a13328fdd152: Waiting [2024-09-09T10:57:18.715Z] 223a78c85f57: Preparing [2024-09-09T10:57:18.715Z] d62a02444d39: Preparing [2024-09-09T10:57:18.715Z] 223a78c85f57: Waiting [2024-09-09T10:57:18.715Z] 6eafe845b70b: Waiting [2024-09-09T10:57:18.715Z] d62a02444d39: Waiting [2024-09-09T10:57:18.715Z] c9a8d8a254a0: Layer already exists [2024-09-09T10:57:18.715Z] 220c82c1af7c: Layer already exists [2024-09-09T10:57:18.715Z] 1d8e4077f502: Layer already exists [2024-09-09T10:57:18.715Z] 70e9be9f436d: Layer already exists [2024-09-09T10:57:18.715Z] 92dc7817c8e1: Layer already exists [2024-09-09T10:57:18.715Z] 223a78c85f57: Layer already exists [2024-09-09T10:57:18.715Z] d62a02444d39: Layer already exists [2024-09-09T10:57:18.715Z] a13328fdd152: Layer already exists [2024-09-09T10:57:18.715Z] 6eafe845b70b: Layer already exists [2024-09-09T10:57:18.715Z] main: digest: sha256:37d0438e479f3165814d75d6b14373c5c8425b5c3a4e40b68c6fcbdafd99618f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-09T10:57:18.793Z] ===================================================== [Pipeline] echo [2024-09-09T10:57:18.809Z] taggedImages: [2024-09-09T10:57:18.809Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T10:57:18.809Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2024-09-09T10:57:18.809Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.68 [2024-09-09T10:57:18.809Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T10:57:18.809Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2024-09-09T10:57:18.831Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2024-09-09T10:57:18.831Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T10:57:18.831Z] latest [2024-09-09T10:57:18.831Z] 3.2.0-dev.68 [2024-09-09T10:57:18.831Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T10:57:18.831Z] main [2024-09-09T10:57:18.831Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:57:19.173Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:57:19.514Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T10:57:19.515Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-09-09T10:57:19.515Z] d9c8f2aafb7d: Preparing [2024-09-09T10:57:19.515Z] 5a302dd799bb: Preparing [2024-09-09T10:57:19.515Z] b544bdc79147: Preparing [2024-09-09T10:57:19.515Z] 4ec05f078675: Preparing [2024-09-09T10:57:19.515Z] 51d3781a90cd: Preparing [2024-09-09T10:57:19.515Z] 1d8e4077f502: Preparing [2024-09-09T10:57:19.515Z] a13328fdd152: Preparing [2024-09-09T10:57:19.515Z] 67bc06b7d057: Preparing [2024-09-09T10:57:19.515Z] c15ba2ca3c05: Preparing [2024-09-09T10:57:19.515Z] fdcae47d0fa2: Preparing [2024-09-09T10:57:19.515Z] d62a02444d39: Preparing [2024-09-09T10:57:19.515Z] 1d8e4077f502: Waiting [2024-09-09T10:57:19.515Z] a13328fdd152: Waiting [2024-09-09T10:57:19.515Z] 67bc06b7d057: Waiting [2024-09-09T10:57:19.515Z] c15ba2ca3c05: Waiting [2024-09-09T10:57:19.515Z] fdcae47d0fa2: Waiting [2024-09-09T10:57:19.515Z] d62a02444d39: Waiting [2024-09-09T10:57:19.515Z] 4ec05f078675: Pushed [2024-09-09T10:57:19.515Z] 1d8e4077f502: Layer already exists [2024-09-09T10:57:19.515Z] a13328fdd152: Layer already exists [2024-09-09T10:57:19.515Z] d9c8f2aafb7d: Pushed [2024-09-09T10:57:19.515Z] 51d3781a90cd: Pushed [2024-09-09T10:57:19.515Z] 5a302dd799bb: Pushed [2024-09-09T10:57:19.515Z] d62a02444d39: Layer already exists [2024-09-09T10:57:19.772Z] 67bc06b7d057: Pushed [2024-09-09T10:57:19.772Z] c15ba2ca3c05: Pushed [2024-09-09T10:57:20.708Z] b544bdc79147: Pushed [2024-09-09T10:57:20.708Z] fdcae47d0fa2: Pushed [2024-09-09T10:57:20.967Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e: digest: sha256:66d258d6e093a5486faeb62c16a3accf633ef3b570fc10f5988b60f6f1471b37 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:57:21.300Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:57:21.624Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2024-09-09T10:57:21.624Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-09-09T10:57:21.624Z] d9c8f2aafb7d: Preparing [2024-09-09T10:57:21.624Z] 5a302dd799bb: Preparing [2024-09-09T10:57:21.624Z] b544bdc79147: Preparing [2024-09-09T10:57:21.624Z] 4ec05f078675: Preparing [2024-09-09T10:57:21.624Z] 51d3781a90cd: Preparing [2024-09-09T10:57:21.624Z] 1d8e4077f502: Preparing [2024-09-09T10:57:21.624Z] a13328fdd152: Preparing [2024-09-09T10:57:21.624Z] 67bc06b7d057: Preparing [2024-09-09T10:57:21.624Z] c15ba2ca3c05: Preparing [2024-09-09T10:57:21.624Z] 1d8e4077f502: Waiting [2024-09-09T10:57:21.624Z] a13328fdd152: Waiting [2024-09-09T10:57:21.624Z] 67bc06b7d057: Waiting [2024-09-09T10:57:21.625Z] fdcae47d0fa2: Preparing [2024-09-09T10:57:21.625Z] c15ba2ca3c05: Waiting [2024-09-09T10:57:21.625Z] d62a02444d39: Preparing [2024-09-09T10:57:21.625Z] fdcae47d0fa2: Waiting [2024-09-09T10:57:21.625Z] d62a02444d39: Waiting [2024-09-09T10:57:21.625Z] 4ec05f078675: Layer already exists [2024-09-09T10:57:21.625Z] 51d3781a90cd: Layer already exists [2024-09-09T10:57:21.625Z] d9c8f2aafb7d: Layer already exists [2024-09-09T10:57:21.625Z] 5a302dd799bb: Layer already exists [2024-09-09T10:57:21.625Z] b544bdc79147: Layer already exists [2024-09-09T10:57:21.625Z] c15ba2ca3c05: Layer already exists [2024-09-09T10:57:21.625Z] 67bc06b7d057: Layer already exists [2024-09-09T10:57:21.625Z] 1d8e4077f502: Layer already exists [2024-09-09T10:57:21.625Z] a13328fdd152: Layer already exists [2024-09-09T10:57:21.625Z] fdcae47d0fa2: Layer already exists [2024-09-09T10:57:21.625Z] d62a02444d39: Layer already exists [2024-09-09T10:57:21.625Z] latest: digest: sha256:66d258d6e093a5486faeb62c16a3accf633ef3b570fc10f5988b60f6f1471b37 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:57:21.955Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:57:24.977Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.68 [2024-09-09T10:57:24.978Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-09-09T10:57:24.978Z] d9c8f2aafb7d: Preparing [2024-09-09T10:57:24.978Z] 5a302dd799bb: Preparing [2024-09-09T10:57:24.978Z] b544bdc79147: Preparing [2024-09-09T10:57:24.978Z] 4ec05f078675: Preparing [2024-09-09T10:57:24.978Z] 51d3781a90cd: Preparing [2024-09-09T10:57:24.978Z] 1d8e4077f502: Preparing [2024-09-09T10:57:24.978Z] a13328fdd152: Preparing [2024-09-09T10:57:24.978Z] 67bc06b7d057: Preparing [2024-09-09T10:57:24.978Z] c15ba2ca3c05: Preparing [2024-09-09T10:57:24.978Z] fdcae47d0fa2: Preparing [2024-09-09T10:57:24.978Z] d62a02444d39: Preparing [2024-09-09T10:57:24.978Z] 1d8e4077f502: Waiting [2024-09-09T10:57:24.978Z] a13328fdd152: Waiting [2024-09-09T10:57:24.978Z] 67bc06b7d057: Waiting [2024-09-09T10:57:24.978Z] c15ba2ca3c05: Waiting [2024-09-09T10:57:24.978Z] fdcae47d0fa2: Waiting [2024-09-09T10:57:24.978Z] d62a02444d39: Waiting [2024-09-09T10:57:24.978Z] 5a302dd799bb: Layer already exists [2024-09-09T10:57:24.978Z] b544bdc79147: Layer already exists [2024-09-09T10:57:24.978Z] d9c8f2aafb7d: Layer already exists [2024-09-09T10:57:24.978Z] 51d3781a90cd: Layer already exists [2024-09-09T10:57:24.978Z] 4ec05f078675: Layer already exists [2024-09-09T10:57:24.978Z] a13328fdd152: Layer already exists [2024-09-09T10:57:24.978Z] 1d8e4077f502: Layer already exists [2024-09-09T10:57:24.978Z] c15ba2ca3c05: Layer already exists [2024-09-09T10:57:24.978Z] 67bc06b7d057: Layer already exists [2024-09-09T10:57:24.978Z] fdcae47d0fa2: Layer already exists [2024-09-09T10:57:24.978Z] d62a02444d39: Layer already exists [2024-09-09T10:57:24.978Z] 3.2.0-dev.68: digest: sha256:66d258d6e093a5486faeb62c16a3accf633ef3b570fc10f5988b60f6f1471b37 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:57:25.318Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:57:25.644Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T10:57:25.644Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-09-09T10:57:25.644Z] d9c8f2aafb7d: Preparing [2024-09-09T10:57:25.644Z] 5a302dd799bb: Preparing [2024-09-09T10:57:25.644Z] b544bdc79147: Preparing [2024-09-09T10:57:25.644Z] 4ec05f078675: Preparing [2024-09-09T10:57:25.644Z] 51d3781a90cd: Preparing [2024-09-09T10:57:25.644Z] 1d8e4077f502: Preparing [2024-09-09T10:57:25.644Z] a13328fdd152: Preparing [2024-09-09T10:57:25.644Z] 67bc06b7d057: Preparing [2024-09-09T10:57:25.644Z] c15ba2ca3c05: Preparing [2024-09-09T10:57:25.644Z] fdcae47d0fa2: Preparing [2024-09-09T10:57:25.644Z] d62a02444d39: Preparing [2024-09-09T10:57:25.644Z] 1d8e4077f502: Waiting [2024-09-09T10:57:25.644Z] fdcae47d0fa2: Waiting [2024-09-09T10:57:25.644Z] c15ba2ca3c05: Waiting [2024-09-09T10:57:25.644Z] a13328fdd152: Waiting [2024-09-09T10:57:25.644Z] 67bc06b7d057: Waiting [2024-09-09T10:57:25.644Z] d9c8f2aafb7d: Layer already exists [2024-09-09T10:57:25.644Z] b544bdc79147: Layer already exists [2024-09-09T10:57:25.644Z] 4ec05f078675: Layer already exists [2024-09-09T10:57:25.644Z] 51d3781a90cd: Layer already exists [2024-09-09T10:57:25.644Z] 5a302dd799bb: Layer already exists [2024-09-09T10:57:25.644Z] 1d8e4077f502: Layer already exists [2024-09-09T10:57:25.644Z] a13328fdd152: Layer already exists [2024-09-09T10:57:25.644Z] 67bc06b7d057: Layer already exists [2024-09-09T10:57:25.644Z] fdcae47d0fa2: Layer already exists [2024-09-09T10:57:25.644Z] c15ba2ca3c05: Layer already exists [2024-09-09T10:57:25.644Z] d62a02444d39: Layer already exists [2024-09-09T10:57:25.644Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68: digest: sha256:66d258d6e093a5486faeb62c16a3accf633ef3b570fc10f5988b60f6f1471b37 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:57:25.989Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:57:26.321Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2024-09-09T10:57:26.321Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-09-09T10:57:26.321Z] d9c8f2aafb7d: Preparing [2024-09-09T10:57:26.321Z] 5a302dd799bb: Preparing [2024-09-09T10:57:26.321Z] b544bdc79147: Preparing [2024-09-09T10:57:26.321Z] 4ec05f078675: Preparing [2024-09-09T10:57:26.321Z] 51d3781a90cd: Preparing [2024-09-09T10:57:26.321Z] 1d8e4077f502: Preparing [2024-09-09T10:57:26.321Z] a13328fdd152: Preparing [2024-09-09T10:57:26.321Z] 67bc06b7d057: Preparing [2024-09-09T10:57:26.321Z] c15ba2ca3c05: Preparing [2024-09-09T10:57:26.321Z] fdcae47d0fa2: Preparing [2024-09-09T10:57:26.321Z] d62a02444d39: Preparing [2024-09-09T10:57:26.321Z] 67bc06b7d057: Waiting [2024-09-09T10:57:26.321Z] c15ba2ca3c05: Waiting [2024-09-09T10:57:26.321Z] fdcae47d0fa2: Waiting [2024-09-09T10:57:26.321Z] 1d8e4077f502: Waiting [2024-09-09T10:57:26.321Z] d62a02444d39: Waiting [2024-09-09T10:57:26.321Z] a13328fdd152: Waiting [2024-09-09T10:57:26.321Z] b544bdc79147: Layer already exists [2024-09-09T10:57:26.321Z] d9c8f2aafb7d: Layer already exists [2024-09-09T10:57:26.321Z] 4ec05f078675: Layer already exists [2024-09-09T10:57:26.321Z] 5a302dd799bb: Layer already exists [2024-09-09T10:57:26.321Z] 51d3781a90cd: Layer already exists [2024-09-09T10:57:26.321Z] a13328fdd152: Layer already exists [2024-09-09T10:57:26.321Z] 1d8e4077f502: Layer already exists [2024-09-09T10:57:26.321Z] c15ba2ca3c05: Layer already exists [2024-09-09T10:57:26.321Z] 67bc06b7d057: Layer already exists [2024-09-09T10:57:26.321Z] fdcae47d0fa2: Layer already exists [2024-09-09T10:57:26.321Z] d62a02444d39: Layer already exists [2024-09-09T10:57:26.321Z] main: digest: sha256:66d258d6e093a5486faeb62c16a3accf633ef3b570fc10f5988b60f6f1471b37 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-09T10:57:26.403Z] ===================================================== [Pipeline] echo [2024-09-09T10:57:26.421Z] taggedImages: [2024-09-09T10:57:26.421Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T10:57:26.421Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2024-09-09T10:57:26.421Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.68 [2024-09-09T10:57:26.421Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T10:57:26.421Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2024-09-09T10:57:26.453Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2024-09-09T10:57:26.454Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T10:57:26.454Z] latest [2024-09-09T10:57:26.454Z] 3.2.0-dev.68 [2024-09-09T10:57:26.454Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T10:57:26.454Z] main [2024-09-09T10:57:26.454Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:57:26.792Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:57:27.127Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T10:57:27.127Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-09-09T10:57:27.127Z] 8deb70d9beb8: Preparing [2024-09-09T10:57:27.127Z] 3d69d91c6ee6: Preparing [2024-09-09T10:57:27.127Z] d4311511e392: Preparing [2024-09-09T10:57:27.127Z] 4ae1a8657c50: Preparing [2024-09-09T10:57:27.127Z] e971627958c3: Preparing [2024-09-09T10:57:27.127Z] c6c26430ac32: Preparing [2024-09-09T10:57:27.127Z] b006fddb54b9: Preparing [2024-09-09T10:57:27.127Z] 1d8e4077f502: Preparing [2024-09-09T10:57:27.127Z] a13328fdd152: Preparing [2024-09-09T10:57:27.127Z] 1fbce7147ef1: Preparing [2024-09-09T10:57:27.127Z] a31469f2327b: Preparing [2024-09-09T10:57:27.127Z] d62a02444d39: Preparing [2024-09-09T10:57:27.127Z] b006fddb54b9: Waiting [2024-09-09T10:57:27.127Z] 1d8e4077f502: Waiting [2024-09-09T10:57:27.127Z] a13328fdd152: Waiting [2024-09-09T10:57:27.127Z] 1fbce7147ef1: Waiting [2024-09-09T10:57:27.127Z] a31469f2327b: Waiting [2024-09-09T10:57:27.127Z] d62a02444d39: Waiting [2024-09-09T10:57:27.127Z] c6c26430ac32: Waiting [2024-09-09T10:57:27.127Z] 8deb70d9beb8: Pushed [2024-09-09T10:57:27.127Z] 3d69d91c6ee6: Pushed [2024-09-09T10:57:27.127Z] e971627958c3: Pushed [2024-09-09T10:57:27.127Z] 1d8e4077f502: Layer already exists [2024-09-09T10:57:27.127Z] a13328fdd152: Layer already exists [2024-09-09T10:57:27.385Z] 1fbce7147ef1: Pushed [2024-09-09T10:57:27.385Z] c6c26430ac32: Pushed [2024-09-09T10:57:27.385Z] b006fddb54b9: Pushed [2024-09-09T10:57:27.385Z] d62a02444d39: Layer already exists [2024-09-09T10:57:27.953Z] 4ae1a8657c50: Pushed [2024-09-09T10:57:28.212Z] d4311511e392: Pushed [2024-09-09T10:57:28.472Z] a31469f2327b: Pushed [2024-09-09T10:57:28.732Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e: digest: sha256:0ff6c5d6bf71500a2b1f9cc0f706f44eb21e47996d0863fe2070d8a740f01a2d size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:57:29.068Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:57:29.407Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2024-09-09T10:57:29.407Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-09-09T10:57:29.407Z] 8deb70d9beb8: Preparing [2024-09-09T10:57:29.407Z] 3d69d91c6ee6: Preparing [2024-09-09T10:57:29.407Z] d4311511e392: Preparing [2024-09-09T10:57:29.407Z] 4ae1a8657c50: Preparing [2024-09-09T10:57:29.407Z] e971627958c3: Preparing [2024-09-09T10:57:29.407Z] c6c26430ac32: Preparing [2024-09-09T10:57:29.407Z] b006fddb54b9: Preparing [2024-09-09T10:57:29.407Z] 1d8e4077f502: Preparing [2024-09-09T10:57:29.407Z] a13328fdd152: Preparing [2024-09-09T10:57:29.407Z] 1fbce7147ef1: Preparing [2024-09-09T10:57:29.407Z] a31469f2327b: Preparing [2024-09-09T10:57:29.407Z] d62a02444d39: Preparing [2024-09-09T10:57:29.407Z] c6c26430ac32: Waiting [2024-09-09T10:57:29.407Z] b006fddb54b9: Waiting [2024-09-09T10:57:29.407Z] 1d8e4077f502: Waiting [2024-09-09T10:57:29.407Z] a13328fdd152: Waiting [2024-09-09T10:57:29.407Z] 1fbce7147ef1: Waiting [2024-09-09T10:57:29.407Z] d62a02444d39: Waiting [2024-09-09T10:57:29.407Z] a31469f2327b: Waiting [2024-09-09T10:57:29.407Z] 8deb70d9beb8: Layer already exists [2024-09-09T10:57:29.407Z] e971627958c3: Layer already exists [2024-09-09T10:57:29.407Z] 3d69d91c6ee6: Layer already exists [2024-09-09T10:57:29.407Z] 4ae1a8657c50: Layer already exists [2024-09-09T10:57:29.407Z] d4311511e392: Layer already exists [2024-09-09T10:57:29.407Z] c6c26430ac32: Layer already exists [2024-09-09T10:57:29.407Z] b006fddb54b9: Layer already exists [2024-09-09T10:57:29.407Z] 1d8e4077f502: Layer already exists [2024-09-09T10:57:29.407Z] 1fbce7147ef1: Layer already exists [2024-09-09T10:57:29.407Z] a13328fdd152: Layer already exists [2024-09-09T10:57:29.407Z] a31469f2327b: Layer already exists [2024-09-09T10:57:29.407Z] d62a02444d39: Layer already exists [2024-09-09T10:57:29.407Z] latest: digest: sha256:0ff6c5d6bf71500a2b1f9cc0f706f44eb21e47996d0863fe2070d8a740f01a2d size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:57:29.741Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:57:30.061Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.68 [2024-09-09T10:57:30.061Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-09-09T10:57:30.061Z] 8deb70d9beb8: Preparing [2024-09-09T10:57:30.061Z] 3d69d91c6ee6: Preparing [2024-09-09T10:57:30.061Z] d4311511e392: Preparing [2024-09-09T10:57:30.061Z] 4ae1a8657c50: Preparing [2024-09-09T10:57:30.061Z] e971627958c3: Preparing [2024-09-09T10:57:30.061Z] c6c26430ac32: Preparing [2024-09-09T10:57:30.061Z] b006fddb54b9: Preparing [2024-09-09T10:57:30.061Z] 1d8e4077f502: Preparing [2024-09-09T10:57:30.061Z] a13328fdd152: Preparing [2024-09-09T10:57:30.061Z] 1fbce7147ef1: Preparing [2024-09-09T10:57:30.061Z] a31469f2327b: Preparing [2024-09-09T10:57:30.061Z] d62a02444d39: Preparing [2024-09-09T10:57:30.061Z] 1fbce7147ef1: Waiting [2024-09-09T10:57:30.061Z] a31469f2327b: Waiting [2024-09-09T10:57:30.061Z] b006fddb54b9: Waiting [2024-09-09T10:57:30.061Z] d62a02444d39: Waiting [2024-09-09T10:57:30.061Z] 1d8e4077f502: Waiting [2024-09-09T10:57:30.061Z] c6c26430ac32: Waiting [2024-09-09T10:57:30.061Z] a13328fdd152: Waiting [2024-09-09T10:57:30.061Z] 8deb70d9beb8: Layer already exists [2024-09-09T10:57:30.061Z] 4ae1a8657c50: Layer already exists [2024-09-09T10:57:30.061Z] d4311511e392: Layer already exists [2024-09-09T10:57:30.061Z] 3d69d91c6ee6: Layer already exists [2024-09-09T10:57:30.061Z] e971627958c3: Layer already exists [2024-09-09T10:57:30.061Z] c6c26430ac32: Layer already exists [2024-09-09T10:57:30.061Z] a13328fdd152: Layer already exists [2024-09-09T10:57:30.061Z] 1d8e4077f502: Layer already exists [2024-09-09T10:57:30.061Z] 1fbce7147ef1: Layer already exists [2024-09-09T10:57:30.061Z] b006fddb54b9: Layer already exists [2024-09-09T10:57:30.061Z] a31469f2327b: Layer already exists [2024-09-09T10:57:30.061Z] d62a02444d39: Layer already exists [2024-09-09T10:57:30.061Z] 3.2.0-dev.68: digest: sha256:0ff6c5d6bf71500a2b1f9cc0f706f44eb21e47996d0863fe2070d8a740f01a2d size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:57:30.393Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:57:30.718Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T10:57:30.718Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-09-09T10:57:30.718Z] 8deb70d9beb8: Preparing [2024-09-09T10:57:30.718Z] 3d69d91c6ee6: Preparing [2024-09-09T10:57:30.718Z] d4311511e392: Preparing [2024-09-09T10:57:30.718Z] 4ae1a8657c50: Preparing [2024-09-09T10:57:30.718Z] e971627958c3: Preparing [2024-09-09T10:57:30.718Z] c6c26430ac32: Preparing [2024-09-09T10:57:30.718Z] b006fddb54b9: Preparing [2024-09-09T10:57:30.718Z] 1d8e4077f502: Preparing [2024-09-09T10:57:30.718Z] a13328fdd152: Preparing [2024-09-09T10:57:30.718Z] 1fbce7147ef1: Preparing [2024-09-09T10:57:30.718Z] a31469f2327b: Preparing [2024-09-09T10:57:30.718Z] d62a02444d39: Preparing [2024-09-09T10:57:30.718Z] 1fbce7147ef1: Waiting [2024-09-09T10:57:30.718Z] a13328fdd152: Waiting [2024-09-09T10:57:30.718Z] a31469f2327b: Waiting [2024-09-09T10:57:30.718Z] b006fddb54b9: Waiting [2024-09-09T10:57:30.718Z] 1d8e4077f502: Waiting [2024-09-09T10:57:30.718Z] c6c26430ac32: Waiting [2024-09-09T10:57:30.718Z] 4ae1a8657c50: Layer already exists [2024-09-09T10:57:30.718Z] 3d69d91c6ee6: Layer already exists [2024-09-09T10:57:30.718Z] d4311511e392: Layer already exists [2024-09-09T10:57:30.718Z] 8deb70d9beb8: Layer already exists [2024-09-09T10:57:30.718Z] e971627958c3: Layer already exists [2024-09-09T10:57:30.718Z] 1d8e4077f502: Layer already exists [2024-09-09T10:57:30.718Z] b006fddb54b9: Layer already exists [2024-09-09T10:57:30.718Z] c6c26430ac32: Layer already exists [2024-09-09T10:57:30.718Z] a13328fdd152: Layer already exists [2024-09-09T10:57:30.718Z] 1fbce7147ef1: Layer already exists [2024-09-09T10:57:30.718Z] a31469f2327b: Layer already exists [2024-09-09T10:57:30.718Z] d62a02444d39: Layer already exists [2024-09-09T10:57:30.718Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68: digest: sha256:0ff6c5d6bf71500a2b1f9cc0f706f44eb21e47996d0863fe2070d8a740f01a2d size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:57:31.046Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:57:31.380Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2024-09-09T10:57:31.380Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-09-09T10:57:31.380Z] 8deb70d9beb8: Preparing [2024-09-09T10:57:31.380Z] 3d69d91c6ee6: Preparing [2024-09-09T10:57:31.380Z] d4311511e392: Preparing [2024-09-09T10:57:31.380Z] 4ae1a8657c50: Preparing [2024-09-09T10:57:31.380Z] e971627958c3: Preparing [2024-09-09T10:57:31.380Z] c6c26430ac32: Preparing [2024-09-09T10:57:31.380Z] b006fddb54b9: Preparing [2024-09-09T10:57:31.380Z] 1d8e4077f502: Preparing [2024-09-09T10:57:31.380Z] a13328fdd152: Preparing [2024-09-09T10:57:31.380Z] 1fbce7147ef1: Preparing [2024-09-09T10:57:31.380Z] a31469f2327b: Preparing [2024-09-09T10:57:31.380Z] d62a02444d39: Preparing [2024-09-09T10:57:31.380Z] 1fbce7147ef1: Waiting [2024-09-09T10:57:31.380Z] a31469f2327b: Waiting [2024-09-09T10:57:31.380Z] d62a02444d39: Waiting [2024-09-09T10:57:31.380Z] 1d8e4077f502: Waiting [2024-09-09T10:57:31.380Z] a13328fdd152: Waiting [2024-09-09T10:57:31.380Z] b006fddb54b9: Waiting [2024-09-09T10:57:31.380Z] c6c26430ac32: Waiting [2024-09-09T10:57:31.380Z] d4311511e392: Layer already exists [2024-09-09T10:57:31.380Z] 8deb70d9beb8: Layer already exists [2024-09-09T10:57:31.380Z] e971627958c3: Layer already exists [2024-09-09T10:57:31.380Z] 3d69d91c6ee6: Layer already exists [2024-09-09T10:57:31.380Z] 4ae1a8657c50: Layer already exists [2024-09-09T10:57:31.380Z] b006fddb54b9: Layer already exists [2024-09-09T10:57:31.380Z] a13328fdd152: Layer already exists [2024-09-09T10:57:31.380Z] 1d8e4077f502: Layer already exists [2024-09-09T10:57:31.380Z] 1fbce7147ef1: Layer already exists [2024-09-09T10:57:31.380Z] c6c26430ac32: Layer already exists [2024-09-09T10:57:31.380Z] a31469f2327b: Layer already exists [2024-09-09T10:57:31.380Z] d62a02444d39: Layer already exists [2024-09-09T10:57:31.380Z] main: digest: sha256:0ff6c5d6bf71500a2b1f9cc0f706f44eb21e47996d0863fe2070d8a740f01a2d size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-09T10:57:31.530Z] ===================================================== [Pipeline] echo [2024-09-09T10:57:31.550Z] taggedImages: [2024-09-09T10:57:31.550Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T10:57:31.550Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2024-09-09T10:57:31.550Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.68 [2024-09-09T10:57:31.550Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T10:57:31.550Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2024-09-09T10:57:31.576Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2024-09-09T10:57:31.576Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T10:57:31.576Z] latest [2024-09-09T10:57:31.576Z] 3.2.0-dev.68 [2024-09-09T10:57:31.576Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T10:57:31.576Z] main [2024-09-09T10:57:31.576Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:57:31.917Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:57:32.247Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T10:57:32.247Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-09-09T10:57:32.247Z] 64ac0b72276d: Preparing [2024-09-09T10:57:32.247Z] 9c1e00a5c15f: Preparing [2024-09-09T10:57:32.247Z] 1d8e4077f502: Preparing [2024-09-09T10:57:32.247Z] a13328fdd152: Preparing [2024-09-09T10:57:32.247Z] d1198dc3694a: Preparing [2024-09-09T10:57:32.247Z] fee3fe9ba738: Preparing [2024-09-09T10:57:32.247Z] d62a02444d39: Preparing [2024-09-09T10:57:32.247Z] fee3fe9ba738: Waiting [2024-09-09T10:57:32.247Z] d62a02444d39: Waiting [2024-09-09T10:57:32.247Z] a13328fdd152: Layer already exists [2024-09-09T10:57:32.247Z] 1d8e4077f502: Layer already exists [2024-09-09T10:57:32.247Z] d62a02444d39: Layer already exists [2024-09-09T10:57:32.247Z] d1198dc3694a: Pushed [2024-09-09T10:57:32.247Z] 64ac0b72276d: Pushed [2024-09-09T10:57:33.184Z] fee3fe9ba738: Pushed [2024-09-09T10:57:34.119Z] 9c1e00a5c15f: Pushed [2024-09-09T10:57:34.119Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e: digest: sha256:5d7e85be2e13883175785e6fd57f84d904c802aa99510d1d37c0784ee3523fe5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:57:34.449Z] + 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-09-09T10:57:34.775Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2024-09-09T10:57:34.776Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-09-09T10:57:34.776Z] 64ac0b72276d: Preparing [2024-09-09T10:57:34.776Z] 9c1e00a5c15f: Preparing [2024-09-09T10:57:34.776Z] 1d8e4077f502: Preparing [2024-09-09T10:57:34.776Z] a13328fdd152: Preparing [2024-09-09T10:57:34.776Z] d1198dc3694a: Preparing [2024-09-09T10:57:34.776Z] fee3fe9ba738: Preparing [2024-09-09T10:57:34.776Z] d62a02444d39: Preparing [2024-09-09T10:57:34.776Z] d62a02444d39: Waiting [2024-09-09T10:57:34.776Z] fee3fe9ba738: Waiting [2024-09-09T10:57:34.776Z] a13328fdd152: Layer already exists [2024-09-09T10:57:34.776Z] d1198dc3694a: Layer already exists [2024-09-09T10:57:34.776Z] 64ac0b72276d: Layer already exists [2024-09-09T10:57:34.776Z] 9c1e00a5c15f: Layer already exists [2024-09-09T10:57:34.776Z] 1d8e4077f502: Layer already exists [2024-09-09T10:57:34.776Z] fee3fe9ba738: Layer already exists [2024-09-09T10:57:34.776Z] d62a02444d39: Layer already exists [2024-09-09T10:57:34.776Z] latest: digest: sha256:5d7e85be2e13883175785e6fd57f84d904c802aa99510d1d37c0784ee3523fe5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:57:35.109Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:57:35.434Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.68 [2024-09-09T10:57:35.434Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-09-09T10:57:35.434Z] 64ac0b72276d: Preparing [2024-09-09T10:57:35.434Z] 9c1e00a5c15f: Preparing [2024-09-09T10:57:35.434Z] 1d8e4077f502: Preparing [2024-09-09T10:57:35.434Z] a13328fdd152: Preparing [2024-09-09T10:57:35.434Z] d1198dc3694a: Preparing [2024-09-09T10:57:35.434Z] fee3fe9ba738: Preparing [2024-09-09T10:57:35.434Z] d62a02444d39: Preparing [2024-09-09T10:57:35.434Z] d62a02444d39: Waiting [2024-09-09T10:57:35.434Z] fee3fe9ba738: Waiting [2024-09-09T10:57:35.434Z] a13328fdd152: Layer already exists [2024-09-09T10:57:35.434Z] 1d8e4077f502: Layer already exists [2024-09-09T10:57:35.434Z] 64ac0b72276d: Layer already exists [2024-09-09T10:57:35.434Z] 9c1e00a5c15f: Layer already exists [2024-09-09T10:57:35.434Z] d1198dc3694a: Layer already exists [2024-09-09T10:57:35.434Z] fee3fe9ba738: Layer already exists [2024-09-09T10:57:35.434Z] d62a02444d39: Layer already exists [2024-09-09T10:57:35.434Z] 3.2.0-dev.68: digest: sha256:5d7e85be2e13883175785e6fd57f84d904c802aa99510d1d37c0784ee3523fe5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:57:35.765Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:57:36.092Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T10:57:36.092Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-09-09T10:57:36.092Z] 64ac0b72276d: Preparing [2024-09-09T10:57:36.092Z] 9c1e00a5c15f: Preparing [2024-09-09T10:57:36.092Z] 1d8e4077f502: Preparing [2024-09-09T10:57:36.092Z] a13328fdd152: Preparing [2024-09-09T10:57:36.092Z] d1198dc3694a: Preparing [2024-09-09T10:57:36.092Z] fee3fe9ba738: Preparing [2024-09-09T10:57:36.092Z] d62a02444d39: Preparing [2024-09-09T10:57:36.092Z] fee3fe9ba738: Waiting [2024-09-09T10:57:36.092Z] d62a02444d39: Waiting [2024-09-09T10:57:36.092Z] 9c1e00a5c15f: Layer already exists [2024-09-09T10:57:36.092Z] 64ac0b72276d: Layer already exists [2024-09-09T10:57:36.092Z] a13328fdd152: Layer already exists [2024-09-09T10:57:36.092Z] 1d8e4077f502: Layer already exists [2024-09-09T10:57:36.092Z] d1198dc3694a: Layer already exists [2024-09-09T10:57:36.092Z] d62a02444d39: Layer already exists [2024-09-09T10:57:36.092Z] fee3fe9ba738: Layer already exists [2024-09-09T10:57:36.092Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68: digest: sha256:5d7e85be2e13883175785e6fd57f84d904c802aa99510d1d37c0784ee3523fe5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:57:36.421Z] + 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-09-09T10:57:36.754Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2024-09-09T10:57:36.754Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-09-09T10:57:36.754Z] 64ac0b72276d: Preparing [2024-09-09T10:57:36.754Z] 9c1e00a5c15f: Preparing [2024-09-09T10:57:36.754Z] 1d8e4077f502: Preparing [2024-09-09T10:57:36.754Z] a13328fdd152: Preparing [2024-09-09T10:57:36.754Z] d1198dc3694a: Preparing [2024-09-09T10:57:36.754Z] fee3fe9ba738: Preparing [2024-09-09T10:57:36.754Z] d62a02444d39: Preparing [2024-09-09T10:57:36.754Z] fee3fe9ba738: Waiting [2024-09-09T10:57:36.754Z] a13328fdd152: Layer already exists [2024-09-09T10:57:36.754Z] 9c1e00a5c15f: Layer already exists [2024-09-09T10:57:36.754Z] d1198dc3694a: Layer already exists [2024-09-09T10:57:36.754Z] 1d8e4077f502: Layer already exists [2024-09-09T10:57:36.754Z] 64ac0b72276d: Layer already exists [2024-09-09T10:57:36.754Z] fee3fe9ba738: Layer already exists [2024-09-09T10:57:36.754Z] d62a02444d39: Layer already exists [2024-09-09T10:57:36.754Z] main: digest: sha256:5d7e85be2e13883175785e6fd57f84d904c802aa99510d1d37c0784ee3523fe5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-09T10:57:36.831Z] ===================================================== [Pipeline] echo [2024-09-09T10:57:36.848Z] taggedImages: [2024-09-09T10:57:36.848Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T10:57:36.848Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2024-09-09T10:57:36.848Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.68 [2024-09-09T10:57:36.848Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T10:57:36.848Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2024-09-09T10:57:36.878Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2024-09-09T10:57:36.878Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T10:57:36.878Z] latest [2024-09-09T10:57:36.878Z] 3.2.0-dev.68 [2024-09-09T10:57:36.878Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T10:57:36.878Z] main [2024-09-09T10:57:36.878Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:57:37.223Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:57:37.558Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T10:57:37.558Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-09-09T10:57:37.558Z] a3b2487afcd9: Preparing [2024-09-09T10:57:37.558Z] a93af71e2d69: Preparing [2024-09-09T10:57:37.558Z] f96753fe3e97: Preparing [2024-09-09T10:57:37.558Z] 1d8e4077f502: Preparing [2024-09-09T10:57:37.558Z] a13328fdd152: Preparing [2024-09-09T10:57:37.558Z] 100d98b5203e: Preparing [2024-09-09T10:57:37.558Z] 0ca616a962a2: Preparing [2024-09-09T10:57:37.558Z] 454f41a359e4: Preparing [2024-09-09T10:57:37.558Z] 8e602d1839f4: Preparing [2024-09-09T10:57:37.558Z] d62a02444d39: Preparing [2024-09-09T10:57:37.558Z] 100d98b5203e: Waiting [2024-09-09T10:57:37.558Z] d62a02444d39: Waiting [2024-09-09T10:57:37.558Z] 8e602d1839f4: Waiting [2024-09-09T10:57:37.558Z] 0ca616a962a2: Waiting [2024-09-09T10:57:37.558Z] 454f41a359e4: Waiting [2024-09-09T10:57:37.558Z] 1d8e4077f502: Layer already exists [2024-09-09T10:57:37.558Z] a13328fdd152: Layer already exists [2024-09-09T10:57:37.558Z] a3b2487afcd9: Pushed [2024-09-09T10:57:37.558Z] f96753fe3e97: Pushed [2024-09-09T10:57:37.558Z] a93af71e2d69: Pushed [2024-09-09T10:57:37.558Z] d62a02444d39: Layer already exists [2024-09-09T10:57:37.558Z] 454f41a359e4: Pushed [2024-09-09T10:57:37.814Z] 8e602d1839f4: Pushed [2024-09-09T10:57:44.385Z] 0ca616a962a2: Pushed [2024-09-09T10:57:50.960Z] 100d98b5203e: Pushed [2024-09-09T10:57:50.961Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e: digest: sha256:024d4da62838cfdac3daed666097cf25c8e107fac78dbfe3512c911371584b57 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:57:51.292Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:57:51.618Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2024-09-09T10:57:51.618Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-09-09T10:57:51.618Z] a3b2487afcd9: Preparing [2024-09-09T10:57:51.618Z] a93af71e2d69: Preparing [2024-09-09T10:57:51.618Z] f96753fe3e97: Preparing [2024-09-09T10:57:51.618Z] 1d8e4077f502: Preparing [2024-09-09T10:57:51.618Z] a13328fdd152: Preparing [2024-09-09T10:57:51.618Z] 100d98b5203e: Preparing [2024-09-09T10:57:51.618Z] 0ca616a962a2: Preparing [2024-09-09T10:57:51.618Z] 454f41a359e4: Preparing [2024-09-09T10:57:51.618Z] 8e602d1839f4: Preparing [2024-09-09T10:57:51.618Z] d62a02444d39: Preparing [2024-09-09T10:57:51.618Z] 454f41a359e4: Waiting [2024-09-09T10:57:51.618Z] 8e602d1839f4: Waiting [2024-09-09T10:57:51.618Z] 100d98b5203e: Waiting [2024-09-09T10:57:51.618Z] 0ca616a962a2: Waiting [2024-09-09T10:57:51.618Z] d62a02444d39: Waiting [2024-09-09T10:57:51.618Z] a13328fdd152: Layer already exists [2024-09-09T10:57:51.618Z] a93af71e2d69: Layer already exists [2024-09-09T10:57:51.618Z] 1d8e4077f502: Layer already exists [2024-09-09T10:57:51.618Z] a3b2487afcd9: Layer already exists [2024-09-09T10:57:51.618Z] f96753fe3e97: Layer already exists [2024-09-09T10:57:51.618Z] 454f41a359e4: Layer already exists [2024-09-09T10:57:51.618Z] 100d98b5203e: Layer already exists [2024-09-09T10:57:51.618Z] 0ca616a962a2: Layer already exists [2024-09-09T10:57:51.618Z] 8e602d1839f4: Layer already exists [2024-09-09T10:57:51.618Z] d62a02444d39: Layer already exists [2024-09-09T10:57:51.618Z] latest: digest: sha256:024d4da62838cfdac3daed666097cf25c8e107fac78dbfe3512c911371584b57 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:57:51.948Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:57:52.267Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.68 [2024-09-09T10:57:52.267Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-09-09T10:57:52.267Z] a3b2487afcd9: Preparing [2024-09-09T10:57:52.267Z] a93af71e2d69: Preparing [2024-09-09T10:57:52.267Z] f96753fe3e97: Preparing [2024-09-09T10:57:52.267Z] 1d8e4077f502: Preparing [2024-09-09T10:57:52.267Z] a13328fdd152: Preparing [2024-09-09T10:57:52.267Z] 100d98b5203e: Preparing [2024-09-09T10:57:52.267Z] 0ca616a962a2: Preparing [2024-09-09T10:57:52.267Z] 454f41a359e4: Preparing [2024-09-09T10:57:52.267Z] 8e602d1839f4: Preparing [2024-09-09T10:57:52.267Z] d62a02444d39: Preparing [2024-09-09T10:57:52.267Z] 100d98b5203e: Waiting [2024-09-09T10:57:52.267Z] 0ca616a962a2: Waiting [2024-09-09T10:57:52.267Z] 454f41a359e4: Waiting [2024-09-09T10:57:52.267Z] 8e602d1839f4: Waiting [2024-09-09T10:57:52.267Z] d62a02444d39: Waiting [2024-09-09T10:57:52.267Z] a13328fdd152: Layer already exists [2024-09-09T10:57:52.267Z] a3b2487afcd9: Layer already exists [2024-09-09T10:57:52.267Z] 1d8e4077f502: Layer already exists [2024-09-09T10:57:52.267Z] f96753fe3e97: Layer already exists [2024-09-09T10:57:52.267Z] a93af71e2d69: Layer already exists [2024-09-09T10:57:52.267Z] 100d98b5203e: Layer already exists [2024-09-09T10:57:52.267Z] 0ca616a962a2: Layer already exists [2024-09-09T10:57:52.267Z] 454f41a359e4: Layer already exists [2024-09-09T10:57:52.267Z] 8e602d1839f4: Layer already exists [2024-09-09T10:57:52.267Z] d62a02444d39: Layer already exists [2024-09-09T10:57:52.267Z] 3.2.0-dev.68: digest: sha256:024d4da62838cfdac3daed666097cf25c8e107fac78dbfe3512c911371584b57 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:57:52.595Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:57:52.917Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T10:57:52.917Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-09-09T10:57:52.917Z] a3b2487afcd9: Preparing [2024-09-09T10:57:52.917Z] a93af71e2d69: Preparing [2024-09-09T10:57:52.917Z] f96753fe3e97: Preparing [2024-09-09T10:57:52.917Z] 1d8e4077f502: Preparing [2024-09-09T10:57:52.917Z] a13328fdd152: Preparing [2024-09-09T10:57:52.917Z] 100d98b5203e: Preparing [2024-09-09T10:57:52.917Z] 0ca616a962a2: Preparing [2024-09-09T10:57:52.917Z] 454f41a359e4: Preparing [2024-09-09T10:57:52.917Z] 8e602d1839f4: Preparing [2024-09-09T10:57:52.917Z] d62a02444d39: Preparing [2024-09-09T10:57:52.917Z] 100d98b5203e: Waiting [2024-09-09T10:57:52.917Z] 0ca616a962a2: Waiting [2024-09-09T10:57:52.917Z] 8e602d1839f4: Waiting [2024-09-09T10:57:52.917Z] f96753fe3e97: Layer already exists [2024-09-09T10:57:52.917Z] a13328fdd152: Layer already exists [2024-09-09T10:57:52.917Z] a3b2487afcd9: Layer already exists [2024-09-09T10:57:52.917Z] 1d8e4077f502: Layer already exists [2024-09-09T10:57:52.917Z] a93af71e2d69: Layer already exists [2024-09-09T10:57:52.917Z] 100d98b5203e: Layer already exists [2024-09-09T10:57:52.917Z] 454f41a359e4: Layer already exists [2024-09-09T10:57:52.917Z] 0ca616a962a2: Layer already exists [2024-09-09T10:57:52.917Z] 8e602d1839f4: Layer already exists [2024-09-09T10:57:52.917Z] d62a02444d39: Layer already exists [2024-09-09T10:57:52.917Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68: digest: sha256:024d4da62838cfdac3daed666097cf25c8e107fac78dbfe3512c911371584b57 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:57:53.241Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:57:53.560Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2024-09-09T10:57:53.560Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-09-09T10:57:53.560Z] a3b2487afcd9: Preparing [2024-09-09T10:57:53.560Z] a93af71e2d69: Preparing [2024-09-09T10:57:53.560Z] f96753fe3e97: Preparing [2024-09-09T10:57:53.560Z] 1d8e4077f502: Preparing [2024-09-09T10:57:53.560Z] a13328fdd152: Preparing [2024-09-09T10:57:53.560Z] 100d98b5203e: Preparing [2024-09-09T10:57:53.560Z] 0ca616a962a2: Preparing [2024-09-09T10:57:53.560Z] 454f41a359e4: Preparing [2024-09-09T10:57:53.560Z] 8e602d1839f4: Preparing [2024-09-09T10:57:53.560Z] d62a02444d39: Preparing [2024-09-09T10:57:53.560Z] 8e602d1839f4: Waiting [2024-09-09T10:57:53.560Z] 0ca616a962a2: Waiting [2024-09-09T10:57:53.560Z] 454f41a359e4: Waiting [2024-09-09T10:57:53.560Z] d62a02444d39: Waiting [2024-09-09T10:57:53.560Z] 100d98b5203e: Waiting [2024-09-09T10:57:53.560Z] a93af71e2d69: Layer already exists [2024-09-09T10:57:53.560Z] f96753fe3e97: Layer already exists [2024-09-09T10:57:53.560Z] 1d8e4077f502: Layer already exists [2024-09-09T10:57:53.560Z] a3b2487afcd9: Layer already exists [2024-09-09T10:57:53.560Z] a13328fdd152: Layer already exists [2024-09-09T10:57:53.560Z] 454f41a359e4: Layer already exists [2024-09-09T10:57:53.560Z] 0ca616a962a2: Layer already exists [2024-09-09T10:57:53.560Z] 100d98b5203e: Layer already exists [2024-09-09T10:57:53.560Z] 8e602d1839f4: Layer already exists [2024-09-09T10:57:53.560Z] d62a02444d39: Layer already exists [2024-09-09T10:57:53.560Z] main: digest: sha256:024d4da62838cfdac3daed666097cf25c8e107fac78dbfe3512c911371584b57 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-09T10:57:53.631Z] ===================================================== [Pipeline] echo [2024-09-09T10:57:53.646Z] taggedImages: [2024-09-09T10:57:53.646Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T10:57:53.646Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2024-09-09T10:57:53.646Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.68 [2024-09-09T10:57:53.646Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T10:57:53.646Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2024-09-09T10:57:53.669Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2024-09-09T10:57:53.669Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T10:57:53.669Z] latest [2024-09-09T10:57:53.669Z] 3.2.0-dev.68 [2024-09-09T10:57:53.669Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T10:57:53.669Z] main [2024-09-09T10:57:53.669Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:57:54.009Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:57:54.330Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T10:57:54.330Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-09-09T10:57:54.330Z] 64b6597a7d8f: Preparing [2024-09-09T10:57:54.330Z] f4c0da1a5c93: Preparing [2024-09-09T10:57:54.330Z] a8e5fa110e7f: Preparing [2024-09-09T10:57:54.330Z] 1d8e4077f502: Preparing [2024-09-09T10:57:54.330Z] a13328fdd152: Preparing [2024-09-09T10:57:54.330Z] e75c40d44ede: Preparing [2024-09-09T10:57:54.330Z] 784c59320af5: Preparing [2024-09-09T10:57:54.330Z] 31800ada1878: Preparing [2024-09-09T10:57:54.330Z] d62a02444d39: Preparing [2024-09-09T10:57:54.330Z] e75c40d44ede: Waiting [2024-09-09T10:57:54.330Z] 784c59320af5: Waiting [2024-09-09T10:57:54.330Z] 31800ada1878: Waiting [2024-09-09T10:57:54.330Z] d62a02444d39: Waiting [2024-09-09T10:57:54.330Z] 1d8e4077f502: Layer already exists [2024-09-09T10:57:54.330Z] a13328fdd152: Layer already exists [2024-09-09T10:57:54.330Z] 64b6597a7d8f: Pushed [2024-09-09T10:57:54.330Z] f4c0da1a5c93: Pushed [2024-09-09T10:57:54.330Z] d62a02444d39: Layer already exists [2024-09-09T10:57:54.330Z] a8e5fa110e7f: Pushed [2024-09-09T10:57:54.330Z] 784c59320af5: Pushed [2024-09-09T10:57:54.589Z] 31800ada1878: Pushed [2024-09-09T10:58:04.572Z] e75c40d44ede: Pushed [2024-09-09T10:58:04.572Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e: digest: sha256:8e224207cc1dd99d374c6632a208b92a61f11c36bffbbc1716e28cadfca5f859 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:58:04.914Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:58:05.239Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2024-09-09T10:58:05.240Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-09-09T10:58:05.240Z] 64b6597a7d8f: Preparing [2024-09-09T10:58:05.240Z] f4c0da1a5c93: Preparing [2024-09-09T10:58:05.240Z] a8e5fa110e7f: Preparing [2024-09-09T10:58:05.240Z] 1d8e4077f502: Preparing [2024-09-09T10:58:05.240Z] a13328fdd152: Preparing [2024-09-09T10:58:05.240Z] e75c40d44ede: Preparing [2024-09-09T10:58:05.240Z] 784c59320af5: Preparing [2024-09-09T10:58:05.240Z] 31800ada1878: Preparing [2024-09-09T10:58:05.240Z] d62a02444d39: Preparing [2024-09-09T10:58:05.240Z] e75c40d44ede: Waiting [2024-09-09T10:58:05.240Z] 31800ada1878: Waiting [2024-09-09T10:58:05.240Z] 784c59320af5: Waiting [2024-09-09T10:58:05.240Z] d62a02444d39: Waiting [2024-09-09T10:58:05.240Z] f4c0da1a5c93: Layer already exists [2024-09-09T10:58:05.240Z] 64b6597a7d8f: Layer already exists [2024-09-09T10:58:05.240Z] 1d8e4077f502: Layer already exists [2024-09-09T10:58:05.240Z] a8e5fa110e7f: Layer already exists [2024-09-09T10:58:05.240Z] a13328fdd152: Layer already exists [2024-09-09T10:58:05.240Z] e75c40d44ede: Layer already exists [2024-09-09T10:58:05.240Z] d62a02444d39: Layer already exists [2024-09-09T10:58:05.240Z] 31800ada1878: Layer already exists [2024-09-09T10:58:05.240Z] 784c59320af5: Layer already exists [2024-09-09T10:58:05.240Z] latest: digest: sha256:8e224207cc1dd99d374c6632a208b92a61f11c36bffbbc1716e28cadfca5f859 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:58:05.570Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:58:05.906Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.68 [2024-09-09T10:58:05.906Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-09-09T10:58:05.906Z] 64b6597a7d8f: Preparing [2024-09-09T10:58:05.906Z] f4c0da1a5c93: Preparing [2024-09-09T10:58:05.906Z] a8e5fa110e7f: Preparing [2024-09-09T10:58:05.906Z] 1d8e4077f502: Preparing [2024-09-09T10:58:05.906Z] a13328fdd152: Preparing [2024-09-09T10:58:05.906Z] e75c40d44ede: Preparing [2024-09-09T10:58:05.906Z] 784c59320af5: Preparing [2024-09-09T10:58:05.906Z] 31800ada1878: Preparing [2024-09-09T10:58:05.906Z] d62a02444d39: Preparing [2024-09-09T10:58:05.906Z] 784c59320af5: Waiting [2024-09-09T10:58:05.906Z] e75c40d44ede: Waiting [2024-09-09T10:58:05.906Z] 31800ada1878: Waiting [2024-09-09T10:58:05.906Z] d62a02444d39: Waiting [2024-09-09T10:58:05.906Z] 1d8e4077f502: Layer already exists [2024-09-09T10:58:05.906Z] a13328fdd152: Layer already exists [2024-09-09T10:58:05.906Z] f4c0da1a5c93: Layer already exists [2024-09-09T10:58:05.906Z] a8e5fa110e7f: Layer already exists [2024-09-09T10:58:05.906Z] 64b6597a7d8f: Layer already exists [2024-09-09T10:58:05.906Z] 31800ada1878: Layer already exists [2024-09-09T10:58:05.906Z] d62a02444d39: Layer already exists [2024-09-09T10:58:05.906Z] e75c40d44ede: Layer already exists [2024-09-09T10:58:05.906Z] 784c59320af5: Layer already exists [2024-09-09T10:58:05.906Z] 3.2.0-dev.68: digest: sha256:8e224207cc1dd99d374c6632a208b92a61f11c36bffbbc1716e28cadfca5f859 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:58:07.590Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:58:07.916Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T10:58:07.916Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-09-09T10:58:07.916Z] 64b6597a7d8f: Preparing [2024-09-09T10:58:07.916Z] f4c0da1a5c93: Preparing [2024-09-09T10:58:07.916Z] a8e5fa110e7f: Preparing [2024-09-09T10:58:07.916Z] 1d8e4077f502: Preparing [2024-09-09T10:58:07.916Z] a13328fdd152: Preparing [2024-09-09T10:58:07.916Z] e75c40d44ede: Preparing [2024-09-09T10:58:07.916Z] 784c59320af5: Preparing [2024-09-09T10:58:07.916Z] 31800ada1878: Preparing [2024-09-09T10:58:07.916Z] d62a02444d39: Preparing [2024-09-09T10:58:07.916Z] e75c40d44ede: Waiting [2024-09-09T10:58:07.916Z] 784c59320af5: Waiting [2024-09-09T10:58:07.916Z] 31800ada1878: Waiting [2024-09-09T10:58:07.916Z] d62a02444d39: Waiting [2024-09-09T10:58:07.916Z] a13328fdd152: Layer already exists [2024-09-09T10:58:07.916Z] a8e5fa110e7f: Layer already exists [2024-09-09T10:58:07.916Z] 1d8e4077f502: Layer already exists [2024-09-09T10:58:07.916Z] 64b6597a7d8f: Layer already exists [2024-09-09T10:58:07.916Z] f4c0da1a5c93: Layer already exists [2024-09-09T10:58:07.916Z] e75c40d44ede: Layer already exists [2024-09-09T10:58:07.916Z] 784c59320af5: Layer already exists [2024-09-09T10:58:07.916Z] 31800ada1878: Layer already exists [2024-09-09T10:58:07.916Z] d62a02444d39: Layer already exists [2024-09-09T10:58:07.916Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68: digest: sha256:8e224207cc1dd99d374c6632a208b92a61f11c36bffbbc1716e28cadfca5f859 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:58:08.247Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:58:08.582Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2024-09-09T10:58:08.582Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-09-09T10:58:08.582Z] 64b6597a7d8f: Preparing [2024-09-09T10:58:08.582Z] f4c0da1a5c93: Preparing [2024-09-09T10:58:08.582Z] a8e5fa110e7f: Preparing [2024-09-09T10:58:08.582Z] 1d8e4077f502: Preparing [2024-09-09T10:58:08.582Z] a13328fdd152: Preparing [2024-09-09T10:58:08.582Z] e75c40d44ede: Preparing [2024-09-09T10:58:08.582Z] 784c59320af5: Preparing [2024-09-09T10:58:08.582Z] 31800ada1878: Preparing [2024-09-09T10:58:08.582Z] d62a02444d39: Preparing [2024-09-09T10:58:08.582Z] 784c59320af5: Waiting [2024-09-09T10:58:08.582Z] d62a02444d39: Waiting [2024-09-09T10:58:08.582Z] 31800ada1878: Waiting [2024-09-09T10:58:08.582Z] 64b6597a7d8f: Layer already exists [2024-09-09T10:58:08.582Z] a8e5fa110e7f: Layer already exists [2024-09-09T10:58:08.582Z] 1d8e4077f502: Layer already exists [2024-09-09T10:58:08.582Z] f4c0da1a5c93: Layer already exists [2024-09-09T10:58:08.582Z] a13328fdd152: Layer already exists [2024-09-09T10:58:08.582Z] e75c40d44ede: Layer already exists [2024-09-09T10:58:08.582Z] 784c59320af5: Layer already exists [2024-09-09T10:58:08.582Z] 31800ada1878: Layer already exists [2024-09-09T10:58:08.582Z] d62a02444d39: Layer already exists [2024-09-09T10:58:08.582Z] main: digest: sha256:8e224207cc1dd99d374c6632a208b92a61f11c36bffbbc1716e28cadfca5f859 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-09T10:58:08.658Z] ===================================================== [Pipeline] echo [2024-09-09T10:58:08.670Z] taggedImages: [2024-09-09T10:58:08.670Z] - nexus3.edgexfoundry.org:10004/security-spire-config:489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T10:58:08.670Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2024-09-09T10:58:08.670Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.68 [2024-09-09T10:58:08.670Z] - nexus3.edgexfoundry.org:10004/security-spire-config:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T10:58:08.670Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2024-09-09T10:58:08.700Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2024-09-09T10:58:08.700Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T10:58:08.700Z] latest [2024-09-09T10:58:08.700Z] 3.2.0-dev.68 [2024-09-09T10:58:08.700Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T10:58:08.700Z] main [2024-09-09T10:58:08.700Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:58:09.047Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:58:09.372Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T10:58:09.372Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-09-09T10:58:09.372Z] a3b2487afcd9: Preparing [2024-09-09T10:58:09.372Z] f7cfb5c4266c: Preparing [2024-09-09T10:58:09.372Z] 12304ae735f0: Preparing [2024-09-09T10:58:09.372Z] 1d8e4077f502: Preparing [2024-09-09T10:58:09.372Z] a13328fdd152: Preparing [2024-09-09T10:58:09.372Z] 719467eb9fa0: Preparing [2024-09-09T10:58:09.372Z] 454f41a359e4: Preparing [2024-09-09T10:58:09.372Z] 8e602d1839f4: Preparing [2024-09-09T10:58:09.372Z] d62a02444d39: Preparing [2024-09-09T10:58:09.372Z] 454f41a359e4: Waiting [2024-09-09T10:58:09.372Z] 719467eb9fa0: Waiting [2024-09-09T10:58:09.372Z] 8e602d1839f4: Waiting [2024-09-09T10:58:09.372Z] d62a02444d39: Waiting [2024-09-09T10:58:09.372Z] a13328fdd152: Layer already exists [2024-09-09T10:58:09.372Z] a3b2487afcd9: Layer already exists [2024-09-09T10:58:09.372Z] 1d8e4077f502: Layer already exists [2024-09-09T10:58:09.372Z] 454f41a359e4: Layer already exists [2024-09-09T10:58:09.372Z] 8e602d1839f4: Layer already exists [2024-09-09T10:58:09.372Z] d62a02444d39: Layer already exists [2024-09-09T10:58:09.372Z] 12304ae735f0: Pushed [2024-09-09T10:58:09.372Z] f7cfb5c4266c: Pushed [2024-09-09T10:58:19.352Z] 719467eb9fa0: Pushed [2024-09-09T10:58:19.352Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e: digest: sha256:ff77dd6c0e95850fd80298619dee82d102c1be551ee52748eb82355e05666e73 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:58:19.681Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:58:20.007Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2024-09-09T10:58:20.007Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-09-09T10:58:20.007Z] a3b2487afcd9: Preparing [2024-09-09T10:58:20.007Z] f7cfb5c4266c: Preparing [2024-09-09T10:58:20.007Z] 12304ae735f0: Preparing [2024-09-09T10:58:20.007Z] 1d8e4077f502: Preparing [2024-09-09T10:58:20.007Z] a13328fdd152: Preparing [2024-09-09T10:58:20.007Z] 719467eb9fa0: Preparing [2024-09-09T10:58:20.007Z] 454f41a359e4: Preparing [2024-09-09T10:58:20.007Z] 8e602d1839f4: Preparing [2024-09-09T10:58:20.007Z] d62a02444d39: Preparing [2024-09-09T10:58:20.007Z] 8e602d1839f4: Waiting [2024-09-09T10:58:20.007Z] 719467eb9fa0: Waiting [2024-09-09T10:58:20.007Z] 454f41a359e4: Waiting [2024-09-09T10:58:20.007Z] a3b2487afcd9: Layer already exists [2024-09-09T10:58:20.007Z] f7cfb5c4266c: Layer already exists [2024-09-09T10:58:20.007Z] 1d8e4077f502: Layer already exists [2024-09-09T10:58:20.007Z] 12304ae735f0: Layer already exists [2024-09-09T10:58:20.007Z] a13328fdd152: Layer already exists [2024-09-09T10:58:20.007Z] 719467eb9fa0: Layer already exists [2024-09-09T10:58:20.007Z] d62a02444d39: Layer already exists [2024-09-09T10:58:20.007Z] 8e602d1839f4: Layer already exists [2024-09-09T10:58:20.007Z] 454f41a359e4: Layer already exists [2024-09-09T10:58:20.007Z] latest: digest: sha256:ff77dd6c0e95850fd80298619dee82d102c1be551ee52748eb82355e05666e73 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:58:20.348Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:58:20.674Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.68 [2024-09-09T10:58:20.674Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-09-09T10:58:20.674Z] a3b2487afcd9: Preparing [2024-09-09T10:58:20.674Z] f7cfb5c4266c: Preparing [2024-09-09T10:58:20.674Z] 12304ae735f0: Preparing [2024-09-09T10:58:20.674Z] 1d8e4077f502: Preparing [2024-09-09T10:58:20.674Z] a13328fdd152: Preparing [2024-09-09T10:58:20.674Z] 719467eb9fa0: Preparing [2024-09-09T10:58:20.674Z] 454f41a359e4: Preparing [2024-09-09T10:58:20.674Z] 8e602d1839f4: Preparing [2024-09-09T10:58:20.674Z] d62a02444d39: Preparing [2024-09-09T10:58:20.674Z] d62a02444d39: Waiting [2024-09-09T10:58:20.674Z] 719467eb9fa0: Waiting [2024-09-09T10:58:20.674Z] 454f41a359e4: Waiting [2024-09-09T10:58:20.674Z] f7cfb5c4266c: Layer already exists [2024-09-09T10:58:20.674Z] a3b2487afcd9: Layer already exists [2024-09-09T10:58:20.674Z] 12304ae735f0: Layer already exists [2024-09-09T10:58:20.674Z] 1d8e4077f502: Layer already exists [2024-09-09T10:58:20.674Z] a13328fdd152: Layer already exists [2024-09-09T10:58:20.674Z] 719467eb9fa0: Layer already exists [2024-09-09T10:58:20.674Z] 454f41a359e4: Layer already exists [2024-09-09T10:58:20.674Z] 8e602d1839f4: Layer already exists [2024-09-09T10:58:20.674Z] d62a02444d39: Layer already exists [2024-09-09T10:58:20.674Z] 3.2.0-dev.68: digest: sha256:ff77dd6c0e95850fd80298619dee82d102c1be551ee52748eb82355e05666e73 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:58:21.008Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:58:21.339Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T10:58:21.339Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-09-09T10:58:21.339Z] a3b2487afcd9: Preparing [2024-09-09T10:58:21.339Z] f7cfb5c4266c: Preparing [2024-09-09T10:58:21.339Z] 12304ae735f0: Preparing [2024-09-09T10:58:21.339Z] 1d8e4077f502: Preparing [2024-09-09T10:58:21.339Z] a13328fdd152: Preparing [2024-09-09T10:58:21.339Z] 719467eb9fa0: Preparing [2024-09-09T10:58:21.339Z] 454f41a359e4: Preparing [2024-09-09T10:58:21.339Z] 8e602d1839f4: Preparing [2024-09-09T10:58:21.340Z] d62a02444d39: Preparing [2024-09-09T10:58:21.340Z] d62a02444d39: Waiting [2024-09-09T10:58:21.340Z] 8e602d1839f4: Waiting [2024-09-09T10:58:21.340Z] 454f41a359e4: Waiting [2024-09-09T10:58:21.340Z] 719467eb9fa0: Waiting [2024-09-09T10:58:21.340Z] f7cfb5c4266c: Layer already exists [2024-09-09T10:58:21.340Z] 1d8e4077f502: Layer already exists [2024-09-09T10:58:21.340Z] a3b2487afcd9: Layer already exists [2024-09-09T10:58:21.340Z] 12304ae735f0: Layer already exists [2024-09-09T10:58:21.340Z] a13328fdd152: Layer already exists [2024-09-09T10:58:21.340Z] 454f41a359e4: Layer already exists [2024-09-09T10:58:21.340Z] 719467eb9fa0: Layer already exists [2024-09-09T10:58:21.340Z] 8e602d1839f4: Layer already exists [2024-09-09T10:58:21.340Z] d62a02444d39: Layer already exists [2024-09-09T10:58:21.340Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68: digest: sha256:ff77dd6c0e95850fd80298619dee82d102c1be551ee52748eb82355e05666e73 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:58:21.673Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:58:22.002Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2024-09-09T10:58:22.002Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-09-09T10:58:22.002Z] a3b2487afcd9: Preparing [2024-09-09T10:58:22.002Z] f7cfb5c4266c: Preparing [2024-09-09T10:58:22.002Z] 12304ae735f0: Preparing [2024-09-09T10:58:22.002Z] 1d8e4077f502: Preparing [2024-09-09T10:58:22.002Z] a13328fdd152: Preparing [2024-09-09T10:58:22.002Z] 719467eb9fa0: Preparing [2024-09-09T10:58:22.002Z] 454f41a359e4: Preparing [2024-09-09T10:58:22.002Z] 8e602d1839f4: Preparing [2024-09-09T10:58:22.002Z] d62a02444d39: Preparing [2024-09-09T10:58:22.002Z] 719467eb9fa0: Waiting [2024-09-09T10:58:22.002Z] 8e602d1839f4: Waiting [2024-09-09T10:58:22.002Z] 454f41a359e4: Waiting [2024-09-09T10:58:22.002Z] d62a02444d39: Waiting [2024-09-09T10:58:22.002Z] f7cfb5c4266c: Layer already exists [2024-09-09T10:58:22.002Z] 1d8e4077f502: Layer already exists [2024-09-09T10:58:22.002Z] a3b2487afcd9: Layer already exists [2024-09-09T10:58:22.002Z] 12304ae735f0: Layer already exists [2024-09-09T10:58:22.002Z] a13328fdd152: Layer already exists [2024-09-09T10:58:22.002Z] 719467eb9fa0: Layer already exists [2024-09-09T10:58:22.002Z] 8e602d1839f4: Layer already exists [2024-09-09T10:58:22.002Z] 454f41a359e4: Layer already exists [2024-09-09T10:58:22.002Z] d62a02444d39: Layer already exists [2024-09-09T10:58:22.002Z] main: digest: sha256:ff77dd6c0e95850fd80298619dee82d102c1be551ee52748eb82355e05666e73 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-09T10:58:22.071Z] ===================================================== [Pipeline] echo [2024-09-09T10:58:22.087Z] taggedImages: [2024-09-09T10:58:22.087Z] - nexus3.edgexfoundry.org:10004/security-spire-server:489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T10:58:22.087Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2024-09-09T10:58:22.087Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.68 [2024-09-09T10:58:22.087Z] - nexus3.edgexfoundry.org:10004/security-spire-server:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T10:58:22.087Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2024-09-09T10:58:22.116Z] [edgeXDocker.push] Tagging docker image support-cron-scheduler with the following tags: [2024-09-09T10:58:22.116Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T10:58:22.116Z] latest [2024-09-09T10:58:22.116Z] 3.2.0-dev.68 [2024-09-09T10:58:22.116Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T10:58:22.116Z] main [2024-09-09T10:58:22.116Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:58:22.452Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:58:22.776Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T10:58:22.776Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-09-09T10:58:22.776Z] f2ab5bdbe037: Preparing [2024-09-09T10:58:22.776Z] ee411663e2ea: Preparing [2024-09-09T10:58:22.776Z] 1d8e4077f502: Preparing [2024-09-09T10:58:22.776Z] a13328fdd152: Preparing [2024-09-09T10:58:22.776Z] 02cb273b67fb: Preparing [2024-09-09T10:58:22.776Z] b7d8c23eec50: Preparing [2024-09-09T10:58:22.776Z] d62a02444d39: Preparing [2024-09-09T10:58:22.776Z] d62a02444d39: Waiting [2024-09-09T10:58:22.776Z] b7d8c23eec50: Waiting [2024-09-09T10:58:22.776Z] a13328fdd152: Layer already exists [2024-09-09T10:58:22.776Z] 1d8e4077f502: Layer already exists [2024-09-09T10:58:22.776Z] d62a02444d39: Layer already exists [2024-09-09T10:58:22.776Z] f2ab5bdbe037: Pushed [2024-09-09T10:58:22.776Z] 02cb273b67fb: Pushed [2024-09-09T10:58:23.036Z] b7d8c23eec50: Pushed [2024-09-09T10:58:26.325Z] ee411663e2ea: Pushed [2024-09-09T10:58:26.586Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e: digest: sha256:081a6f1eb19cc97eed96c4eb4c20beda6f0b2d2b9a69d675ca91bcbea54382a7 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:58:26.924Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:58:27.253Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest [2024-09-09T10:58:27.254Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-09-09T10:58:27.254Z] f2ab5bdbe037: Preparing [2024-09-09T10:58:27.254Z] ee411663e2ea: Preparing [2024-09-09T10:58:27.254Z] 1d8e4077f502: Preparing [2024-09-09T10:58:27.254Z] a13328fdd152: Preparing [2024-09-09T10:58:27.254Z] 02cb273b67fb: Preparing [2024-09-09T10:58:27.254Z] b7d8c23eec50: Preparing [2024-09-09T10:58:27.254Z] d62a02444d39: Preparing [2024-09-09T10:58:27.254Z] b7d8c23eec50: Waiting [2024-09-09T10:58:27.254Z] d62a02444d39: Waiting [2024-09-09T10:58:27.254Z] a13328fdd152: Layer already exists [2024-09-09T10:58:27.254Z] 02cb273b67fb: Layer already exists [2024-09-09T10:58:27.254Z] 1d8e4077f502: Layer already exists [2024-09-09T10:58:27.254Z] f2ab5bdbe037: Layer already exists [2024-09-09T10:58:27.254Z] ee411663e2ea: Layer already exists [2024-09-09T10:58:27.254Z] b7d8c23eec50: Layer already exists [2024-09-09T10:58:27.254Z] d62a02444d39: Layer already exists [2024-09-09T10:58:27.254Z] latest: digest: sha256:081a6f1eb19cc97eed96c4eb4c20beda6f0b2d2b9a69d675ca91bcbea54382a7 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:58:27.587Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:58:27.918Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.68 [2024-09-09T10:58:27.918Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-09-09T10:58:27.918Z] f2ab5bdbe037: Preparing [2024-09-09T10:58:27.918Z] ee411663e2ea: Preparing [2024-09-09T10:58:27.919Z] 1d8e4077f502: Preparing [2024-09-09T10:58:27.919Z] a13328fdd152: Preparing [2024-09-09T10:58:27.919Z] 02cb273b67fb: Preparing [2024-09-09T10:58:27.919Z] b7d8c23eec50: Preparing [2024-09-09T10:58:27.919Z] d62a02444d39: Preparing [2024-09-09T10:58:27.919Z] d62a02444d39: Waiting [2024-09-09T10:58:27.919Z] ee411663e2ea: Layer already exists [2024-09-09T10:58:27.919Z] a13328fdd152: Layer already exists [2024-09-09T10:58:27.919Z] f2ab5bdbe037: Layer already exists [2024-09-09T10:58:27.919Z] 02cb273b67fb: Layer already exists [2024-09-09T10:58:27.919Z] 1d8e4077f502: Layer already exists [2024-09-09T10:58:27.919Z] d62a02444d39: Layer already exists [2024-09-09T10:58:27.919Z] b7d8c23eec50: Layer already exists [2024-09-09T10:58:27.919Z] 3.2.0-dev.68: digest: sha256:081a6f1eb19cc97eed96c4eb4c20beda6f0b2d2b9a69d675ca91bcbea54382a7 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:58:28.255Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:58:28.587Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T10:58:28.587Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-09-09T10:58:28.587Z] f2ab5bdbe037: Preparing [2024-09-09T10:58:28.587Z] ee411663e2ea: Preparing [2024-09-09T10:58:28.587Z] 1d8e4077f502: Preparing [2024-09-09T10:58:28.587Z] a13328fdd152: Preparing [2024-09-09T10:58:28.587Z] 02cb273b67fb: Preparing [2024-09-09T10:58:28.587Z] b7d8c23eec50: Preparing [2024-09-09T10:58:28.587Z] d62a02444d39: Preparing [2024-09-09T10:58:28.587Z] b7d8c23eec50: Waiting [2024-09-09T10:58:28.587Z] d62a02444d39: Waiting [2024-09-09T10:58:28.587Z] a13328fdd152: Layer already exists [2024-09-09T10:58:28.587Z] ee411663e2ea: Layer already exists [2024-09-09T10:58:28.587Z] f2ab5bdbe037: Layer already exists [2024-09-09T10:58:28.587Z] 02cb273b67fb: Layer already exists [2024-09-09T10:58:28.587Z] 1d8e4077f502: Layer already exists [2024-09-09T10:58:28.587Z] b7d8c23eec50: Layer already exists [2024-09-09T10:58:28.587Z] d62a02444d39: Layer already exists [2024-09-09T10:58:28.587Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68: digest: sha256:081a6f1eb19cc97eed96c4eb4c20beda6f0b2d2b9a69d675ca91bcbea54382a7 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:58:28.923Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:58:29.252Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [2024-09-09T10:58:29.252Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-09-09T10:58:29.252Z] f2ab5bdbe037: Preparing [2024-09-09T10:58:29.252Z] ee411663e2ea: Preparing [2024-09-09T10:58:29.252Z] 1d8e4077f502: Preparing [2024-09-09T10:58:29.252Z] a13328fdd152: Preparing [2024-09-09T10:58:29.252Z] 02cb273b67fb: Preparing [2024-09-09T10:58:29.252Z] b7d8c23eec50: Preparing [2024-09-09T10:58:29.252Z] d62a02444d39: Preparing [2024-09-09T10:58:29.252Z] b7d8c23eec50: Waiting [2024-09-09T10:58:29.252Z] d62a02444d39: Waiting [2024-09-09T10:58:29.252Z] a13328fdd152: Layer already exists [2024-09-09T10:58:29.252Z] 02cb273b67fb: Layer already exists [2024-09-09T10:58:29.252Z] 1d8e4077f502: Layer already exists [2024-09-09T10:58:29.252Z] f2ab5bdbe037: Layer already exists [2024-09-09T10:58:29.252Z] ee411663e2ea: Layer already exists [2024-09-09T10:58:29.252Z] b7d8c23eec50: Layer already exists [2024-09-09T10:58:29.252Z] d62a02444d39: Layer already exists [2024-09-09T10:58:29.252Z] main: digest: sha256:081a6f1eb19cc97eed96c4eb4c20beda6f0b2d2b9a69d675ca91bcbea54382a7 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-09T10:58:29.319Z] ===================================================== [Pipeline] echo [2024-09-09T10:58:29.331Z] taggedImages: [2024-09-09T10:58:29.331Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T10:58:29.331Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest [2024-09-09T10:58:29.331Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.68 [2024-09-09T10:58:29.331Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T10:58:29.331Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [Pipeline] echo [2024-09-09T10:58:29.357Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2024-09-09T10:58:29.357Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T10:58:29.357Z] latest [2024-09-09T10:58:29.357Z] 3.2.0-dev.68 [2024-09-09T10:58:29.357Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T10:58:29.357Z] main [2024-09-09T10:58:29.357Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:58:29.690Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:58:30.012Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T10:58:30.012Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-09-09T10:58:30.012Z] 01eaa7a230e6: Preparing [2024-09-09T10:58:30.012Z] 2c15d69a3d76: Preparing [2024-09-09T10:58:30.012Z] 1d8e4077f502: Preparing [2024-09-09T10:58:30.012Z] a13328fdd152: Preparing [2024-09-09T10:58:30.012Z] ee4269b3d3a2: Preparing [2024-09-09T10:58:30.012Z] 2d3f07857287: Preparing [2024-09-09T10:58:30.012Z] d62a02444d39: Preparing [2024-09-09T10:58:30.012Z] 2d3f07857287: Waiting [2024-09-09T10:58:30.012Z] d62a02444d39: Waiting [2024-09-09T10:58:30.012Z] 1d8e4077f502: Layer already exists [2024-09-09T10:58:30.012Z] a13328fdd152: Layer already exists [2024-09-09T10:58:30.012Z] d62a02444d39: Layer already exists [2024-09-09T10:58:30.012Z] ee4269b3d3a2: Pushed [2024-09-09T10:58:30.012Z] 01eaa7a230e6: Pushed [2024-09-09T10:58:30.271Z] 2d3f07857287: Pushed [2024-09-09T10:58:33.557Z] 2c15d69a3d76: Pushed [2024-09-09T10:58:33.815Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e: digest: sha256:d30324fec037c6078016388596a916a6b15ccaf0a7276466a14ceae7248d6edd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:58:34.137Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:58:34.464Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2024-09-09T10:58:34.464Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-09-09T10:58:34.464Z] 01eaa7a230e6: Preparing [2024-09-09T10:58:34.464Z] 2c15d69a3d76: Preparing [2024-09-09T10:58:34.464Z] 1d8e4077f502: Preparing [2024-09-09T10:58:34.464Z] a13328fdd152: Preparing [2024-09-09T10:58:34.464Z] ee4269b3d3a2: Preparing [2024-09-09T10:58:34.464Z] 2d3f07857287: Preparing [2024-09-09T10:58:34.464Z] d62a02444d39: Preparing [2024-09-09T10:58:34.464Z] 2d3f07857287: Waiting [2024-09-09T10:58:34.464Z] d62a02444d39: Waiting [2024-09-09T10:58:34.464Z] 1d8e4077f502: Layer already exists [2024-09-09T10:58:34.464Z] 2c15d69a3d76: Layer already exists [2024-09-09T10:58:34.464Z] ee4269b3d3a2: Layer already exists [2024-09-09T10:58:34.464Z] 01eaa7a230e6: Layer already exists [2024-09-09T10:58:34.464Z] a13328fdd152: Layer already exists [2024-09-09T10:58:34.464Z] 2d3f07857287: Layer already exists [2024-09-09T10:58:34.464Z] d62a02444d39: Layer already exists [2024-09-09T10:58:34.464Z] latest: digest: sha256:d30324fec037c6078016388596a916a6b15ccaf0a7276466a14ceae7248d6edd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:58:34.788Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:58:35.116Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.68 [2024-09-09T10:58:35.116Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-09-09T10:58:35.116Z] 01eaa7a230e6: Preparing [2024-09-09T10:58:35.116Z] 2c15d69a3d76: Preparing [2024-09-09T10:58:35.116Z] 1d8e4077f502: Preparing [2024-09-09T10:58:35.116Z] a13328fdd152: Preparing [2024-09-09T10:58:35.116Z] ee4269b3d3a2: Preparing [2024-09-09T10:58:35.116Z] 2d3f07857287: Preparing [2024-09-09T10:58:35.116Z] d62a02444d39: Preparing [2024-09-09T10:58:35.116Z] 2d3f07857287: Waiting [2024-09-09T10:58:35.116Z] d62a02444d39: Waiting [2024-09-09T10:58:35.116Z] a13328fdd152: Layer already exists [2024-09-09T10:58:35.116Z] ee4269b3d3a2: Layer already exists [2024-09-09T10:58:35.116Z] 2c15d69a3d76: Layer already exists [2024-09-09T10:58:35.116Z] 01eaa7a230e6: Layer already exists [2024-09-09T10:58:35.116Z] 1d8e4077f502: Layer already exists [2024-09-09T10:58:35.116Z] 2d3f07857287: Layer already exists [2024-09-09T10:58:35.116Z] d62a02444d39: Layer already exists [2024-09-09T10:58:35.116Z] 3.2.0-dev.68: digest: sha256:d30324fec037c6078016388596a916a6b15ccaf0a7276466a14ceae7248d6edd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:58:35.443Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:58:35.767Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T10:58:35.767Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-09-09T10:58:35.767Z] 01eaa7a230e6: Preparing [2024-09-09T10:58:35.767Z] 2c15d69a3d76: Preparing [2024-09-09T10:58:35.767Z] 1d8e4077f502: Preparing [2024-09-09T10:58:35.767Z] a13328fdd152: Preparing [2024-09-09T10:58:35.767Z] ee4269b3d3a2: Preparing [2024-09-09T10:58:35.767Z] 2d3f07857287: Preparing [2024-09-09T10:58:35.767Z] d62a02444d39: Preparing [2024-09-09T10:58:35.767Z] 2d3f07857287: Waiting [2024-09-09T10:58:35.767Z] 2c15d69a3d76: Layer already exists [2024-09-09T10:58:35.767Z] ee4269b3d3a2: Layer already exists [2024-09-09T10:58:35.767Z] 1d8e4077f502: Layer already exists [2024-09-09T10:58:35.767Z] a13328fdd152: Layer already exists [2024-09-09T10:58:35.767Z] 01eaa7a230e6: Layer already exists [2024-09-09T10:58:35.767Z] d62a02444d39: Layer already exists [2024-09-09T10:58:35.767Z] 2d3f07857287: Layer already exists [2024-09-09T10:58:35.767Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68: digest: sha256:d30324fec037c6078016388596a916a6b15ccaf0a7276466a14ceae7248d6edd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:58:36.093Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:58:36.421Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2024-09-09T10:58:36.421Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-09-09T10:58:36.421Z] 01eaa7a230e6: Preparing [2024-09-09T10:58:36.421Z] 2c15d69a3d76: Preparing [2024-09-09T10:58:36.421Z] 1d8e4077f502: Preparing [2024-09-09T10:58:36.421Z] a13328fdd152: Preparing [2024-09-09T10:58:36.421Z] ee4269b3d3a2: Preparing [2024-09-09T10:58:36.421Z] 2d3f07857287: Preparing [2024-09-09T10:58:36.421Z] d62a02444d39: Preparing [2024-09-09T10:58:36.421Z] 2d3f07857287: Waiting [2024-09-09T10:58:36.421Z] d62a02444d39: Waiting [2024-09-09T10:58:36.421Z] 2c15d69a3d76: Layer already exists [2024-09-09T10:58:36.421Z] 01eaa7a230e6: Layer already exists [2024-09-09T10:58:36.421Z] ee4269b3d3a2: Layer already exists [2024-09-09T10:58:36.421Z] a13328fdd152: Layer already exists [2024-09-09T10:58:36.421Z] 1d8e4077f502: Layer already exists [2024-09-09T10:58:36.421Z] 2d3f07857287: Layer already exists [2024-09-09T10:58:36.421Z] d62a02444d39: Layer already exists [2024-09-09T10:58:36.421Z] main: digest: sha256:d30324fec037c6078016388596a916a6b15ccaf0a7276466a14ceae7248d6edd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-09T10:58:36.494Z] ===================================================== [Pipeline] echo [2024-09-09T10:58:36.511Z] taggedImages: [2024-09-09T10:58:36.512Z] - nexus3.edgexfoundry.org:10004/support-notifications:489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T10:58:36.512Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2024-09-09T10:58:36.512Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.68 [2024-09-09T10:58:36.512Z] - nexus3.edgexfoundry.org:10004/support-notifications:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T10:58:36.512Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2024-09-09T10:58:36.544Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2024-09-09T10:58:36.544Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T10:58:36.544Z] latest [2024-09-09T10:58:36.544Z] 3.2.0-dev.68 [2024-09-09T10:58:36.544Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T10:58:36.544Z] main [2024-09-09T10:58:36.544Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:58:36.886Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:58:37.217Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T10:58:37.217Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-09-09T10:58:37.217Z] 5f4a4ccd175b: Preparing [2024-09-09T10:58:37.217Z] 75dcefa7256e: Preparing [2024-09-09T10:58:37.217Z] 1d8e4077f502: Preparing [2024-09-09T10:58:37.217Z] a13328fdd152: Preparing [2024-09-09T10:58:37.217Z] 6eafe845b70b: Preparing [2024-09-09T10:58:37.217Z] 223a78c85f57: Preparing [2024-09-09T10:58:37.217Z] d62a02444d39: Preparing [2024-09-09T10:58:37.217Z] d62a02444d39: Waiting [2024-09-09T10:58:37.217Z] 6eafe845b70b: Layer already exists [2024-09-09T10:58:37.217Z] 1d8e4077f502: Layer already exists [2024-09-09T10:58:37.217Z] a13328fdd152: Layer already exists [2024-09-09T10:58:37.217Z] 223a78c85f57: Layer already exists [2024-09-09T10:58:37.217Z] d62a02444d39: Layer already exists [2024-09-09T10:58:37.217Z] 5f4a4ccd175b: Pushed [2024-09-09T10:58:40.506Z] 75dcefa7256e: Pushed [2024-09-09T10:58:40.506Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e: digest: sha256:56cfd9d51b3197ab504f81df2fa5ef8d0e0e7faa5c02ec21a123686a199d7479 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:58:40.836Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:58:41.155Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2024-09-09T10:58:41.155Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-09-09T10:58:41.155Z] 5f4a4ccd175b: Preparing [2024-09-09T10:58:41.155Z] 75dcefa7256e: Preparing [2024-09-09T10:58:41.155Z] 1d8e4077f502: Preparing [2024-09-09T10:58:41.155Z] a13328fdd152: Preparing [2024-09-09T10:58:41.155Z] 6eafe845b70b: Preparing [2024-09-09T10:58:41.155Z] 223a78c85f57: Preparing [2024-09-09T10:58:41.155Z] d62a02444d39: Preparing [2024-09-09T10:58:41.155Z] 223a78c85f57: Waiting [2024-09-09T10:58:41.155Z] d62a02444d39: Waiting [2024-09-09T10:58:41.155Z] 75dcefa7256e: Layer already exists [2024-09-09T10:58:41.155Z] 1d8e4077f502: Layer already exists [2024-09-09T10:58:41.155Z] 5f4a4ccd175b: Layer already exists [2024-09-09T10:58:41.155Z] a13328fdd152: Layer already exists [2024-09-09T10:58:41.155Z] 6eafe845b70b: Layer already exists [2024-09-09T10:58:41.155Z] 223a78c85f57: Layer already exists [2024-09-09T10:58:41.155Z] d62a02444d39: Layer already exists [2024-09-09T10:58:41.155Z] latest: digest: sha256:56cfd9d51b3197ab504f81df2fa5ef8d0e0e7faa5c02ec21a123686a199d7479 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:58:41.488Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:58:41.922Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.68 [2024-09-09T10:58:41.922Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-09-09T10:58:41.922Z] 5f4a4ccd175b: Preparing [2024-09-09T10:58:41.922Z] 75dcefa7256e: Preparing [2024-09-09T10:58:41.922Z] 1d8e4077f502: Preparing [2024-09-09T10:58:41.922Z] a13328fdd152: Preparing [2024-09-09T10:58:41.922Z] 6eafe845b70b: Preparing [2024-09-09T10:58:41.922Z] 223a78c85f57: Preparing [2024-09-09T10:58:41.922Z] d62a02444d39: Preparing [2024-09-09T10:58:41.922Z] 223a78c85f57: Waiting [2024-09-09T10:58:41.922Z] d62a02444d39: Waiting [2024-09-09T10:58:41.922Z] 6eafe845b70b: Layer already exists [2024-09-09T10:58:41.922Z] 5f4a4ccd175b: Layer already exists [2024-09-09T10:58:41.922Z] 75dcefa7256e: Layer already exists [2024-09-09T10:58:41.922Z] a13328fdd152: Layer already exists [2024-09-09T10:58:41.922Z] 1d8e4077f502: Layer already exists [2024-09-09T10:58:41.922Z] 223a78c85f57: Layer already exists [2024-09-09T10:58:41.922Z] d62a02444d39: Layer already exists [2024-09-09T10:58:41.922Z] 3.2.0-dev.68: digest: sha256:56cfd9d51b3197ab504f81df2fa5ef8d0e0e7faa5c02ec21a123686a199d7479 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:58:42.328Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:58:42.679Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T10:58:42.679Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-09-09T10:58:42.679Z] 5f4a4ccd175b: Preparing [2024-09-09T10:58:42.679Z] 75dcefa7256e: Preparing [2024-09-09T10:58:42.679Z] 1d8e4077f502: Preparing [2024-09-09T10:58:42.679Z] a13328fdd152: Preparing [2024-09-09T10:58:42.679Z] 6eafe845b70b: Preparing [2024-09-09T10:58:42.679Z] 223a78c85f57: Preparing [2024-09-09T10:58:42.679Z] d62a02444d39: Preparing [2024-09-09T10:58:42.679Z] 223a78c85f57: Waiting [2024-09-09T10:58:42.679Z] 1d8e4077f502: Layer already exists [2024-09-09T10:58:42.679Z] 75dcefa7256e: Layer already exists [2024-09-09T10:58:42.679Z] a13328fdd152: Layer already exists [2024-09-09T10:58:42.679Z] 6eafe845b70b: Layer already exists [2024-09-09T10:58:42.679Z] 5f4a4ccd175b: Layer already exists [2024-09-09T10:58:42.679Z] 223a78c85f57: Layer already exists [2024-09-09T10:58:42.679Z] d62a02444d39: Layer already exists [2024-09-09T10:58:42.679Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68: digest: sha256:56cfd9d51b3197ab504f81df2fa5ef8d0e0e7faa5c02ec21a123686a199d7479 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:58:43.011Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T10:58:43.335Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2024-09-09T10:58:43.336Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-09-09T10:58:43.336Z] 5f4a4ccd175b: Preparing [2024-09-09T10:58:43.336Z] 75dcefa7256e: Preparing [2024-09-09T10:58:43.336Z] 1d8e4077f502: Preparing [2024-09-09T10:58:43.336Z] a13328fdd152: Preparing [2024-09-09T10:58:43.336Z] 6eafe845b70b: Preparing [2024-09-09T10:58:43.336Z] 223a78c85f57: Preparing [2024-09-09T10:58:43.336Z] d62a02444d39: Preparing [2024-09-09T10:58:43.336Z] d62a02444d39: Waiting [2024-09-09T10:58:43.336Z] 223a78c85f57: Waiting [2024-09-09T10:58:43.336Z] 5f4a4ccd175b: Layer already exists [2024-09-09T10:58:43.336Z] a13328fdd152: Layer already exists [2024-09-09T10:58:43.336Z] 75dcefa7256e: Layer already exists [2024-09-09T10:58:43.336Z] 6eafe845b70b: Layer already exists [2024-09-09T10:58:43.336Z] 1d8e4077f502: Layer already exists [2024-09-09T10:58:43.336Z] 223a78c85f57: Layer already exists [2024-09-09T10:58:43.336Z] d62a02444d39: Layer already exists [2024-09-09T10:58:43.336Z] main: digest: sha256:56cfd9d51b3197ab504f81df2fa5ef8d0e0e7faa5c02ec21a123686a199d7479 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-09T10:58:43.409Z] ===================================================== [Pipeline] echo [2024-09-09T10:58:43.421Z] taggedImages: [2024-09-09T10:58:43.421Z] - nexus3.edgexfoundry.org:10004/support-scheduler:489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T10:58:43.421Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2024-09-09T10:58:43.421Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.68 [2024-09-09T10:58:43.421Z] - nexus3.edgexfoundry.org:10004/support-scheduler:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T10:58:43.421Z] - 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-09-09T11:15:57.510Z] #147 ... [2024-09-09T11:15:57.510Z] [2024-09-09T11:15:57.510Z] #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-09-09T11:15:57.510Z] #158 1235.9 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-09-09T11:15:58.139Z] #158 ... [2024-09-09T11:15:58.139Z] [2024-09-09T11:15:58.139Z] #156 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-09-09T11:15:58.139Z] #156 DONE 1244.9s [2024-09-09T11:15:58.139Z] [2024-09-09T11:15:58.139Z] #152 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-09-09T11:15:58.858Z] #152 ... [2024-09-09T11:15:58.858Z] [2024-09-09T11:15:58.858Z] #161 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-09-09T11:15:59.173Z] #161 DONE 0.3s [2024-09-09T11:15:59.173Z] [2024-09-09T11:15:59.173Z] #162 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh [2024-09-09T11:16:00.681Z] #162 ... [2024-09-09T11:16:00.681Z] [2024-09-09T11:16:00.681Z] #151 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-09-09T11:16:00.681Z] #151 DONE 1247.4s [2024-09-09T11:16:00.681Z] [2024-09-09T11:16:00.681Z] #155 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-09-09T11:16:01.343Z] #155 ... [2024-09-09T11:16:01.343Z] [2024-09-09T11:16:01.343Z] #163 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-09T11:16:01.343Z] #163 DONE 0.3s [2024-09-09T11:16:01.343Z] [2024-09-09T11:16:01.343Z] #164 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-09-09T11:16:02.003Z] #164 DONE 0.4s [2024-09-09T11:16:02.003Z] [2024-09-09T11:16:02.003Z] #165 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2024-09-09T11:16:02.003Z] #165 DONE 0.1s [2024-09-09T11:16:02.003Z] [2024-09-09T11:16:02.003Z] #166 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-09-09T11:16:02.003Z] #166 DONE 0.1s [2024-09-09T11:16:02.003Z] [2024-09-09T11:16:02.003Z] #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-09-09T11:16:02.272Z] #57 ... [2024-09-09T11:16:02.272Z] [2024-09-09T11:16:02.272Z] #167 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-09-09T11:16:02.575Z] #167 DONE 0.3s [2024-09-09T11:16:02.575Z] [2024-09-09T11:16:02.575Z] #168 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-09-09T11:16:02.575Z] #168 DONE 0.3s [2024-09-09T11:16:02.575Z] [2024-09-09T11:16:02.575Z] #155 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-09-09T11:16:02.843Z] #155 ... [2024-09-09T11:16:02.843Z] [2024-09-09T11:16:02.843Z] #169 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-09-09T11:16:03.127Z] #169 ... [2024-09-09T11:16:03.127Z] [2024-09-09T11:16:03.127Z] #162 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh [2024-09-09T11:16:03.127Z] #162 DONE 4.0s [2024-09-09T11:16:03.395Z] [2024-09-09T11:16:03.396Z] #170 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-09T11:16:03.396Z] #170 DONE 0.4s [2024-09-09T11:16:03.396Z] [2024-09-09T11:16:03.396Z] #159 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-09-09T11:16:03.662Z] #159 ... [2024-09-09T11:16:03.662Z] [2024-09-09T11:16:03.662Z] #171 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / [2024-09-09T11:16:03.662Z] #171 DONE 0.2s [2024-09-09T11:16:03.662Z] [2024-09-09T11:16:03.662Z] #152 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-09-09T11:16:03.662Z] #152 ... [2024-09-09T11:16:03.662Z] [2024-09-09T11:16:03.662Z] #172 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-09-09T11:16:04.247Z] #172 DONE 0.3s [2024-09-09T11:16:04.247Z] [2024-09-09T11:16:04.247Z] #173 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-09-09T11:16:04.247Z] #173 DONE 0.2s [2024-09-09T11:16:04.247Z] [2024-09-09T11:16:04.247Z] #174 [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-09-09T11:16:04.515Z] #174 DONE 0.2s [2024-09-09T11:16:04.515Z] [2024-09-09T11:16:04.515Z] #175 [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-09-09T11:16:04.781Z] #175 DONE 0.2s [2024-09-09T11:16:04.781Z] [2024-09-09T11:16:04.781Z] #176 [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-09-09T11:16:05.072Z] #176 DONE 0.3s [2024-09-09T11:16:05.072Z] [2024-09-09T11:16:05.072Z] #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-09-09T11:16:05.072Z] #158 ... [2024-09-09T11:16:05.072Z] [2024-09-09T11:16:05.072Z] #177 [security-bootstrapper stage-1 15/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-09-09T11:16:05.342Z] #177 DONE 0.3s [2024-09-09T11:16:05.342Z] [2024-09-09T11:16:05.342Z] #12 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-09T11:16:05.342Z] #12 ... [2024-09-09T11:16:05.342Z] [2024-09-09T11:16:05.342Z] #178 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-09-09T11:16:05.611Z] #178 DONE 0.2s [2024-09-09T11:16:05.611Z] [2024-09-09T11:16:05.611Z] #179 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh [2024-09-09T11:16:06.355Z] #179 ... [2024-09-09T11:16:06.355Z] [2024-09-09T11:16:06.355Z] #169 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-09-09T11:16:06.355Z] #169 DONE 3.6s [2024-09-09T11:16:06.355Z] [2024-09-09T11:16:06.355Z] #98 [security-proxy-setup] exporting to image [2024-09-09T11:16:06.355Z] #98 exporting layers [2024-09-09T11:16:07.855Z] #98 exporting layers 1.2s done [2024-09-09T11:16:07.855Z] #98 writing image sha256:092d732e3b53ba35cd7978183bd47fd3e9b3f339e19c868cad217d7dff936f20 done [2024-09-09T11:16:07.855Z] #98 naming to docker.io/library/security-proxy-setup-arm64 done [2024-09-09T11:16:07.855Z] #98 DONE 11.6s [2024-09-09T11:16:07.855Z] [2024-09-09T11:16:07.855Z] #159 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-09-09T11:16:08.131Z] #159 ... [2024-09-09T11:16:08.131Z] [2024-09-09T11:16:08.131Z] #179 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh [2024-09-09T11:16:08.131Z] #179 DONE 2.6s [2024-09-09T11:16:08.131Z] [2024-09-09T11:16:08.131Z] #98 [security-bootstrapper] exporting to image [2024-09-09T11:16:09.095Z] #98 exporting layers 1.1s done [2024-09-09T11:16:09.095Z] #98 writing image sha256:1b53b460041fb9aadd2a5a35f7aee954a2d0312068118be7b25eeb4733d8873e done [2024-09-09T11:16:09.095Z] #98 naming to docker.io/library/security-bootstrapper-arm64 done [2024-09-09T11:16:09.095Z] #98 DONE 12.7s [2024-09-09T11:16:09.095Z] [2024-09-09T11:16:09.095Z] #159 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-09-09T11:16:12.449Z] #159 ... [2024-09-09T11:16:12.449Z] [2024-09-09T11:16:12.449Z] #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-09-09T11:16:12.449Z] #158 DONE 1258.8s [2024-09-09T11:16:12.449Z] [2024-09-09T11:16:12.449Z] #152 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-09-09T11:16:12.449Z] #152 ... [2024-09-09T11:16:12.449Z] [2024-09-09T11:16:12.449Z] #180 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-09T11:16:12.732Z] #180 DONE 0.2s [2024-09-09T11:16:12.732Z] [2024-09-09T11:16:12.732Z] #181 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-09-09T11:16:13.014Z] #181 DONE 0.2s [2024-09-09T11:16:13.014Z] [2024-09-09T11:16:13.014Z] #150 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-09-09T11:16:13.014Z] #150 ... [2024-09-09T11:16:13.014Z] [2024-09-09T11:16:13.014Z] #182 [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-09-09T11:16:13.014Z] #182 DONE 0.1s [2024-09-09T11:16:13.300Z] [2024-09-09T11:16:13.300Z] #183 [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-09-09T11:16:13.300Z] #183 DONE 0.1s [2024-09-09T11:16:13.300Z] [2024-09-09T11:16:13.300Z] #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-09-09T11:16:13.300Z] #147 ... [2024-09-09T11:16:13.300Z] [2024-09-09T11:16:13.300Z] #184 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-09-09T11:16:13.300Z] #184 DONE 0.1s [2024-09-09T11:16:13.568Z] [2024-09-09T11:16:13.568Z] #185 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-09-09T11:16:13.568Z] #185 DONE 0.2s [2024-09-09T11:16:13.568Z] [2024-09-09T11:16:13.568Z] #186 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-09-09T11:16:13.844Z] #186 DONE 0.3s [2024-09-09T11:16:13.844Z] [2024-09-09T11:16:13.844Z] #187 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-09-09T11:16:14.116Z] #187 DONE 0.2s [2024-09-09T11:16:14.116Z] [2024-09-09T11:16:14.116Z] #188 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-09-09T11:16:16.057Z] #188 DONE 1.7s [2024-09-09T11:16:16.057Z] [2024-09-09T11:16:16.057Z] #98 [security-secretstore-setup] exporting to image [2024-09-09T11:16:16.057Z] #98 exporting layers [2024-09-09T11:16:17.017Z] #98 exporting layers 1.3s done [2024-09-09T11:16:17.283Z] #98 writing image sha256:f6dadc6b8ecf09254f974a54308c8d76139c8de2ecade357efa1b84cce43323e done [2024-09-09T11:16:17.283Z] #98 naming to docker.io/library/security-secretstore-setup-arm64 done [2024-09-09T11:16:17.283Z] #98 DONE 14.0s [2024-09-09T11:16:17.283Z] [2024-09-09T11:16:17.283Z] #12 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-09T11:17:13.656Z] #12 ... [2024-09-09T11:17:13.656Z] [2024-09-09T11:17:13.656Z] #157 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-09-09T11:17:13.656Z] #157 DONE 1317.8s [2024-09-09T11:17:13.656Z] [2024-09-09T11:17:13.656Z] #152 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-09-09T11:17:13.656Z] #152 ... [2024-09-09T11:17:13.656Z] [2024-09-09T11:17:13.656Z] #189 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-09T11:17:13.656Z] #189 DONE 0.2s [2024-09-09T11:17:13.656Z] [2024-09-09T11:17:13.656Z] #190 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-09-09T11:17:13.656Z] #190 DONE 0.1s [2024-09-09T11:17:13.656Z] [2024-09-09T11:17:13.656Z] #191 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-09-09T11:17:13.656Z] #191 DONE 0.4s [2024-09-09T11:17:13.656Z] [2024-09-09T11:17:13.656Z] #192 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2024-09-09T11:17:13.656Z] #192 DONE 0.2s [2024-09-09T11:17:13.656Z] [2024-09-09T11:17:13.656Z] #193 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2024-09-09T11:17:13.656Z] #193 DONE 0.2s [2024-09-09T11:17:13.656Z] [2024-09-09T11:17:13.656Z] #155 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-09-09T11:17:13.656Z] #155 ... [2024-09-09T11:17:13.656Z] [2024-09-09T11:17:13.656Z] #194 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-09-09T11:17:14.610Z] #194 DONE 2.1s [2024-09-09T11:17:14.610Z] [2024-09-09T11:17:14.610Z] #155 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-09-09T11:17:14.884Z] #155 ... [2024-09-09T11:17:14.884Z] [2024-09-09T11:17:14.884Z] #98 [core-common-config-bootstrapper] exporting to image [2024-09-09T11:17:14.884Z] #98 exporting layers [2024-09-09T11:17:15.465Z] #98 exporting layers 0.7s done [2024-09-09T11:17:15.730Z] #98 writing image sha256:5b32a18c13716ed1c87d008c6277203855be4c8e531183ec280721897157ea03 0.0s done [2024-09-09T11:17:15.730Z] #98 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2024-09-09T11:17:15.730Z] #98 DONE 14.8s [2024-09-09T11:17:15.730Z] [2024-09-09T11:17:15.730Z] #12 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-09T11:19:22.368Z] #12 ... [2024-09-09T11:19:22.368Z] [2024-09-09T11:19:22.368Z] #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-09-09T11:19:22.368Z] #149 DONE 1441.8s [2024-09-09T11:19:22.368Z] [2024-09-09T11:19:22.368Z] #150 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-09-09T11:19:22.368Z] #150 ... [2024-09-09T11:19:22.368Z] [2024-09-09T11:19:22.368Z] #195 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-09T11:19:22.368Z] #195 DONE 0.1s [2024-09-09T11:19:22.368Z] [2024-09-09T11:19:22.368Z] #155 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-09-09T11:19:22.368Z] #155 ... [2024-09-09T11:19:22.368Z] [2024-09-09T11:19:22.368Z] #196 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-09-09T11:19:22.368Z] #196 DONE 0.1s [2024-09-09T11:19:22.368Z] [2024-09-09T11:19:22.368Z] #197 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-09-09T11:19:22.368Z] #197 DONE 0.3s [2024-09-09T11:19:22.368Z] [2024-09-09T11:19:22.368Z] #198 [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-09-09T11:19:22.368Z] #198 DONE 0.1s [2024-09-09T11:19:22.368Z] [2024-09-09T11:19:22.368Z] #98 [security-spiffe-token-provider] exporting to image [2024-09-09T11:19:22.368Z] #98 exporting layers [2024-09-09T11:19:22.368Z] #98 exporting layers 0.7s done [2024-09-09T11:19:22.368Z] #98 writing image sha256:8461fc0da79c957f46c26086bcefc6129a03ffafcdbbeb7e353f724f255eb98a done [2024-09-09T11:19:22.368Z] #98 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2024-09-09T11:19:22.368Z] #98 DONE 15.5s [2024-09-09T11:19:22.368Z] [2024-09-09T11:19:22.368Z] #152 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-09-09T11:27:29.464Z] #152 ... [2024-09-09T11:27:29.464Z] [2024-09-09T11:27:29.464Z] #155 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-09-09T11:27:29.464Z] #155 DONE 1928.5s [2024-09-09T11:27:29.464Z] [2024-09-09T11:27:29.464Z] #160 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-09-09T11:27:29.464Z] #160 ... [2024-09-09T11:27:29.464Z] [2024-09-09T11:27:29.464Z] #199 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-09T11:27:29.464Z] #199 DONE 0.3s [2024-09-09T11:27:29.464Z] [2024-09-09T11:27:29.464Z] #152 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-09-09T11:27:29.464Z] #152 ... [2024-09-09T11:27:29.464Z] [2024-09-09T11:27:29.464Z] #200 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-09-09T11:27:29.464Z] #200 DONE 0.1s [2024-09-09T11:27:29.464Z] [2024-09-09T11:27:29.464Z] #201 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-09-09T11:27:29.464Z] #201 DONE 0.4s [2024-09-09T11:27:29.464Z] [2024-09-09T11:27:29.464Z] #12 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-09T11:27:29.464Z] #12 ... [2024-09-09T11:27:29.464Z] [2024-09-09T11:27:29.464Z] #202 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-09-09T11:27:29.464Z] #202 DONE 0.1s [2024-09-09T11:27:29.464Z] [2024-09-09T11:27:29.464Z] #203 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-09-09T11:27:29.464Z] #203 DONE 0.2s [2024-09-09T11:27:29.464Z] [2024-09-09T11:27:29.464Z] #204 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-09-09T11:27:29.464Z] #204 DONE 1.8s [2024-09-09T11:27:29.464Z] [2024-09-09T11:27:29.464Z] #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-09-09T11:27:29.464Z] #147 ... [2024-09-09T11:27:29.464Z] [2024-09-09T11:27:29.464Z] #98 [security-proxy-auth] exporting to image [2024-09-09T11:27:29.464Z] #98 exporting layers [2024-09-09T11:27:29.464Z] #98 exporting layers 0.7s done [2024-09-09T11:27:29.464Z] #98 writing image sha256:220a7b65d58f88143af0f3b97bb7975a6883ae7ac70e615767d8d9749582c49a done [2024-09-09T11:27:29.464Z] #98 naming to docker.io/library/security-proxy-auth-arm64 0.0s done [2024-09-09T11:27:29.464Z] #98 DONE 16.2s [2024-09-09T11:27:29.464Z] [2024-09-09T11:27:29.464Z] #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-09-09T11:28:25.829Z] #147 ... [2024-09-09T11:28:25.829Z] [2024-09-09T11:28:25.829Z] #160 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-09-09T11:28:25.829Z] #160 DONE 1990.1s [2024-09-09T11:28:25.829Z] [2024-09-09T11:28:25.829Z] #152 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-09-09T11:28:25.829Z] #152 ... [2024-09-09T11:28:25.829Z] [2024-09-09T11:28:25.829Z] #205 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-09T11:28:25.829Z] #205 DONE 0.3s [2024-09-09T11:28:25.829Z] [2024-09-09T11:28:25.829Z] #206 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-09-09T11:28:25.829Z] #206 DONE 0.2s [2024-09-09T11:28:25.829Z] [2024-09-09T11:28:25.829Z] #12 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-09T11:28:25.829Z] #12 ... [2024-09-09T11:28:25.830Z] [2024-09-09T11:28:25.830Z] #207 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-09-09T11:28:25.830Z] #207 DONE 0.5s [2024-09-09T11:28:25.830Z] [2024-09-09T11:28:25.830Z] #208 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-09-09T11:28:25.830Z] #208 DONE 0.1s [2024-09-09T11:28:25.830Z] [2024-09-09T11:28:25.830Z] #98 [core-command] exporting to image [2024-09-09T11:28:25.830Z] #98 exporting layers [2024-09-09T11:28:25.830Z] #98 exporting layers 0.5s done [2024-09-09T11:28:25.830Z] #98 writing image sha256:3303d66738c593c66cc18e3c67c884f3cd8db284816d30cd7fc1a2e908320d04 done [2024-09-09T11:28:25.830Z] #98 naming to docker.io/library/core-command-arm64 done [2024-09-09T11:28:25.830Z] #98 DONE 16.7s [2024-09-09T11:28:25.830Z] [2024-09-09T11:28:25.830Z] #152 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-09-09T11:30:47.493Z] #152 ... [2024-09-09T11:30:47.493Z] [2024-09-09T11:30:47.493Z] #150 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-09-09T11:30:47.493Z] #150 DONE 2121.7s [2024-09-09T11:30:47.493Z] [2024-09-09T11:30:47.493Z] #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-09-09T11:30:47.493Z] #147 ... [2024-09-09T11:30:47.493Z] [2024-09-09T11:30:47.493Z] #209 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-09T11:30:47.493Z] #209 ... [2024-09-09T11:30:47.493Z] [2024-09-09T11:30:47.493Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-09-09T11:30:47.493Z] #153 DONE 2126.6s [2024-09-09T11:30:47.493Z] [2024-09-09T11:30:47.493Z] #209 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-09T11:30:47.493Z] #209 DONE 0.4s [2024-09-09T11:30:47.493Z] [2024-09-09T11:30:47.493Z] #12 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-09T11:30:47.493Z] #12 ... [2024-09-09T11:30:47.493Z] [2024-09-09T11:30:47.493Z] #210 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2024-09-09T11:30:47.493Z] #210 ... [2024-09-09T11:30:47.493Z] [2024-09-09T11:30:47.493Z] #211 [core-data stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-09T11:30:47.493Z] #211 DONE 0.2s [2024-09-09T11:30:47.493Z] [2024-09-09T11:30:47.493Z] #212 [core-data stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-09-09T11:30:47.493Z] #212 DONE 0.2s [2024-09-09T11:30:47.493Z] [2024-09-09T11:30:47.493Z] #213 [core-data stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-09-09T11:30:47.493Z] #213 ... [2024-09-09T11:30:47.493Z] [2024-09-09T11:30:47.493Z] #210 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2024-09-09T11:30:47.493Z] #210 DONE 0.8s [2024-09-09T11:30:47.493Z] [2024-09-09T11:30:47.493Z] #214 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2024-09-09T11:30:47.493Z] #214 DONE 0.2s [2024-09-09T11:30:47.493Z] [2024-09-09T11:30:47.493Z] #152 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-09-09T11:30:47.493Z] #152 ... [2024-09-09T11:30:47.493Z] [2024-09-09T11:30:47.493Z] #98 [core-keeper] exporting to image [2024-09-09T11:30:47.493Z] #98 exporting layers [2024-09-09T11:30:47.493Z] #98 ... [2024-09-09T11:30:47.493Z] [2024-09-09T11:30:47.493Z] #213 [core-data stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-09-09T11:30:47.493Z] #213 DONE 0.9s [2024-09-09T11:30:47.493Z] [2024-09-09T11:30:47.493Z] #215 [core-data stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-09-09T11:30:47.493Z] #215 DONE 0.2s [2024-09-09T11:30:47.493Z] [2024-09-09T11:30:47.493Z] #12 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-09T11:30:47.493Z] #12 ... [2024-09-09T11:30:47.493Z] [2024-09-09T11:30:47.493Z] #216 [core-data stage-1 8/8] COPY --from=builder /edgex-go/cmd/core-data/res/db/ /res/db/ [2024-09-09T11:30:47.493Z] #216 DONE 0.3s [2024-09-09T11:30:47.493Z] [2024-09-09T11:30:47.493Z] #98 [core-data] exporting to image [2024-09-09T11:30:47.493Z] #98 writing image sha256:278c606ff415865cb4a1876a74fac9289d6e49ee7a8a77cfedddf7e084ebfd39 0.0s done [2024-09-09T11:30:47.493Z] #98 naming to docker.io/library/core-keeper-arm64 done [2024-09-09T11:30:47.493Z] #98 exporting layers 0.5s done [2024-09-09T11:30:47.493Z] #98 writing image sha256:1de4844b146edfd87d24047c789109f5ff0fef57d77155739e87ffd05079beef 0.0s done [2024-09-09T11:30:47.493Z] #98 naming to docker.io/library/core-data-arm64 done [2024-09-09T11:30:47.493Z] #98 DONE 17.8s [2024-09-09T11:30:47.493Z] [2024-09-09T11:30:47.493Z] #12 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-09T11:30:47.493Z] #12 ... [2024-09-09T11:30:47.493Z] [2024-09-09T11:30:47.493Z] #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-09-09T11:30:47.493Z] #147 DONE 2134.0s [2024-09-09T11:30:47.493Z] [2024-09-09T11:30:47.493Z] #12 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-09T11:30:47.764Z] #12 ... [2024-09-09T11:30:47.764Z] [2024-09-09T11:30:47.764Z] #217 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-09T11:30:47.764Z] #217 DONE 0.1s [2024-09-09T11:30:47.764Z] [2024-09-09T11:30:47.764Z] #218 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-09-09T11:30:48.032Z] #218 DONE 0.3s [2024-09-09T11:30:48.032Z] [2024-09-09T11:30:48.032Z] #12 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-09T11:30:48.032Z] #12 ... [2024-09-09T11:30:48.032Z] [2024-09-09T11:30:48.032Z] #219 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-09-09T11:30:48.615Z] #219 DONE 0.5s [2024-09-09T11:30:48.615Z] [2024-09-09T11:30:48.615Z] #220 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-09-09T11:30:48.615Z] #220 DONE 0.1s [2024-09-09T11:30:48.615Z] [2024-09-09T11:30:48.615Z] #221 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-09-09T11:30:48.883Z] #221 DONE 0.1s [2024-09-09T11:30:48.883Z] [2024-09-09T11:30:48.883Z] #98 [core-metadata] exporting to image [2024-09-09T11:30:48.883Z] #98 exporting layers [2024-09-09T11:30:49.462Z] #98 exporting layers 0.6s done [2024-09-09T11:30:49.462Z] #98 writing image sha256:330bdc026759ad53127b6b51a20d4c38a321b140e24e79501267cef4ff8295ab done [2024-09-09T11:30:49.462Z] #98 naming to docker.io/library/core-metadata-arm64 done [2024-09-09T11:30:49.462Z] #98 DONE 18.4s [2024-09-09T11:30:49.462Z] [2024-09-09T11:30:49.462Z] #12 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-09T11:31:21.683Z] #12 ... [2024-09-09T11:31:21.683Z] [2024-09-09T11:31:21.683Z] #159 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-09-09T11:31:21.683Z] #159 DONE 2167.8s [2024-09-09T11:31:21.683Z] [2024-09-09T11:31:21.683Z] #12 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-09T11:31:21.683Z] #12 ... [2024-09-09T11:31:21.683Z] [2024-09-09T11:31:21.683Z] #222 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-09T11:31:21.683Z] #222 DONE 0.2s [2024-09-09T11:31:21.683Z] [2024-09-09T11:31:21.683Z] #223 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-09-09T11:31:21.950Z] #223 DONE 0.2s [2024-09-09T11:31:21.950Z] [2024-09-09T11:31:21.950Z] #12 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-09T11:31:21.950Z] #12 ... [2024-09-09T11:31:21.950Z] [2024-09-09T11:31:21.950Z] #224 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-09-09T11:31:22.539Z] #224 DONE 0.5s [2024-09-09T11:31:22.539Z] [2024-09-09T11:31:22.539Z] #14 [security-spire-agent stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de [2024-09-09T11:31:22.539Z] #14 ... [2024-09-09T11:31:22.539Z] [2024-09-09T11:31:22.539Z] #225 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-09-09T11:31:22.539Z] #225 DONE 0.1s [2024-09-09T11:31:22.818Z] [2024-09-09T11:31:22.818Z] #98 [support-scheduler] exporting to image [2024-09-09T11:31:22.818Z] #98 exporting layers [2024-09-09T11:31:23.088Z] #98 exporting layers 0.6s done [2024-09-09T11:31:23.363Z] #98 writing image sha256:2d67fb15759bd59646ba5f427642706f98b22012da44c441be1ab9c2f31c1b44 0.0s done [2024-09-09T11:31:23.363Z] #98 naming to docker.io/library/support-scheduler-arm64 done [2024-09-09T11:31:23.363Z] #98 DONE 19.0s [2024-09-09T11:31:23.363Z] [2024-09-09T11:31:23.363Z] #14 [security-spire-agent stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de [2024-09-09T11:31:23.969Z] #14 ... [2024-09-09T11:31:23.969Z] [2024-09-09T11:31:23.969Z] #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-09-09T11:31:23.969Z] #154 DONE 2170.8s [2024-09-09T11:31:24.236Z] [2024-09-09T11:31:24.236Z] #152 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-09-09T11:31:24.506Z] #152 ... [2024-09-09T11:31:24.506Z] [2024-09-09T11:31:24.506Z] #226 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-09T11:31:24.506Z] #226 ... [2024-09-09T11:31:24.506Z] [2024-09-09T11:31:24.506Z] #152 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-09-09T11:31:24.506Z] #152 DONE 2171.4s [2024-09-09T11:31:24.774Z] [2024-09-09T11:31:24.774Z] #226 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-09T11:31:24.774Z] #226 DONE 0.2s [2024-09-09T11:31:24.774Z] [2024-09-09T11:31:24.774Z] #227 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-09-09T11:31:24.774Z] #227 DONE 0.2s [2024-09-09T11:31:24.774Z] [2024-09-09T11:31:24.774Z] #228 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-09-09T11:31:24.774Z] #228 ... [2024-09-09T11:31:24.774Z] [2024-09-09T11:31:24.774Z] #229 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-09T11:31:24.774Z] #229 DONE 0.2s [2024-09-09T11:31:25.047Z] [2024-09-09T11:31:25.047Z] #230 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-09-09T11:31:25.047Z] #230 DONE 0.1s [2024-09-09T11:31:25.047Z] [2024-09-09T11:31:25.047Z] #12 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-09T11:31:25.314Z] #12 ... [2024-09-09T11:31:25.314Z] [2024-09-09T11:31:25.314Z] #228 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-09-09T11:31:25.314Z] #228 DONE 0.4s [2024-09-09T11:31:25.314Z] [2024-09-09T11:31:25.314Z] #231 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-09-09T11:31:25.582Z] #231 DONE 0.1s [2024-09-09T11:31:25.582Z] [2024-09-09T11:31:25.582Z] #98 [support-notifications] exporting to image [2024-09-09T11:31:25.582Z] #98 exporting layers [2024-09-09T11:31:25.849Z] #98 ... [2024-09-09T11:31:25.849Z] [2024-09-09T11:31:25.849Z] #232 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / [2024-09-09T11:31:25.849Z] #232 DONE 0.5s [2024-09-09T11:31:25.849Z] [2024-09-09T11:31:25.849Z] #233 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res [2024-09-09T11:31:25.849Z] #233 DONE 0.1s [2024-09-09T11:31:25.849Z] [2024-09-09T11:31:25.849Z] #98 [support-cron-scheduler] exporting to image [2024-09-09T11:31:26.114Z] #98 exporting layers 0.7s done [2024-09-09T11:31:26.114Z] #98 writing image sha256:f36f47f1535003905fa8746a159ac1ebf15d104f20d908aaa652dad963e03adc [2024-09-09T11:31:26.380Z] #98 writing image sha256:f36f47f1535003905fa8746a159ac1ebf15d104f20d908aaa652dad963e03adc done [2024-09-09T11:31:26.380Z] #98 naming to docker.io/library/support-notifications-arm64 done [2024-09-09T11:31:27.340Z] #98 exporting layers 1.3s done [2024-09-09T11:31:27.340Z] #98 writing image sha256:37c6bdfa05c5f05ece27788c4bdffb07b0a13fe3776fc3207292345ecfed4b17 done [2024-09-09T11:31:27.340Z] #98 naming to docker.io/library/support-cron-scheduler-arm64 done [2024-09-09T11:31:27.340Z] #98 DONE 20.5s [2024-09-09T11:31:27.340Z] [2024-09-09T11:31:27.340Z] #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-09-09T11:31:27.340Z] time="2024-09-09T10:53:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-09T11:31:27.340Z] time="2024-09-09T10:53:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-09T11:31:27.340Z] time="2024-09-09T10:53:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-09T11:31:27.340Z] time="2024-09-09T10:53:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-09T11:31:27.340Z] time="2024-09-09T10:53:02Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-09T11:31:27.340Z] time="2024-09-09T10:53:02Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-09T11:31:27.340Z] time="2024-09-09T10:53:02Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-09T11:31:27.340Z] time="2024-09-09T10:53:02Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-09T11:31:27.340Z] time="2024-09-09T10:53:02Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-09T11:31:27.340Z] time="2024-09-09T10:53:02Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-09T11:31:27.340Z] time="2024-09-09T10:53:02Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-09T11:31:27.340Z] time="2024-09-09T10:53:02Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-09T11:31:27.340Z] time="2024-09-09T10:53:02Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-09T11:31:27.340Z] time="2024-09-09T10:53:02Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-09T11:31:27.340Z] time="2024-09-09T10:53:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-09T11:31:27.340Z] time="2024-09-09T10:53:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-09-09T11:31:27.376Z] $ docker stop --time=1 80792d4d8518b5fec35d90581e0eccbf592c467ab6207c1858d09f704aba1e47 [2024-09-09T11:31:29.029Z] $ docker rm -f --volumes 80792d4d8518b5fec35d90581e0eccbf592c467ab6207c1858d09f704aba1e47 [Pipeline] // withDockerContainer [Pipeline] sh [2024-09-09T11:31:29.498Z] + docker images [2024-09-09T11:31:29.498Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-09-09T11:31:29.498Z] support-cron-scheduler-arm64 latest 37c6bdfa05c5 4 seconds ago 43.6MB [2024-09-09T11:31:29.498Z] support-notifications-arm64 latest f36f47f15350 4 seconds ago 42MB [2024-09-09T11:31:29.498Z] support-scheduler-arm64 latest 2d67fb15759b 7 seconds ago 41.4MB [2024-09-09T11:31:29.498Z] core-metadata-arm64 latest 330bdc026759 41 seconds ago 39.3MB [2024-09-09T11:31:29.498Z] core-data-arm64 latest 1de4844b146e 47 seconds ago 39.1MB [2024-09-09T11:31:29.498Z] core-keeper-arm64 latest 278c606ff415 48 seconds ago 39MB [2024-09-09T11:31:29.498Z] core-command-arm64 latest 3303d66738c5 3 minutes ago 35.1MB [2024-09-09T11:31:29.498Z] security-proxy-auth-arm64 latest 220a7b65d58f 4 minutes ago 32.7MB [2024-09-09T11:31:29.498Z] security-spiffe-token-provider-arm64 latest 8461fc0da79c 12 minutes ago 29.1MB [2024-09-09T11:31:29.498Z] core-common-config-bootstrapper-arm64 latest 5b32a18c1371 14 minutes ago 15.4MB [2024-09-09T11:31:29.498Z] security-secretstore-setup-arm64 latest f6dadc6b8ecf 15 minutes ago 36.4MB [2024-09-09T11:31:29.498Z] security-bootstrapper-arm64 latest 1b53b460041f 15 minutes ago 18.9MB [2024-09-09T11:31:29.498Z] security-proxy-setup-arm64 latest 092d732e3b53 15 minutes ago 26.2MB [2024-09-09T11:31:29.498Z] security-spire-config-arm64 latest 4a07d2bfc4e3 37 minutes ago 115MB [2024-09-09T11:31:29.498Z] security-spire-agent-arm64 latest fcdbe5996c89 37 minutes ago 174MB [2024-09-09T11:31:29.498Z] security-spire-server-arm64 latest a688f9881c06 37 minutes ago 116MB [2024-09-09T11:31:29.498Z] ci-base-image-arm64 latest 755e28890c5e 39 minutes ago 967MB [2024-09-09T11:31:29.498Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.21-alpine f246e2811388 4 months ago 561MB [2024-09-09T11:31:29.498Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 15 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-09-09T11:31:29.646Z] provisioning config files... [2024-09-09T11:31:29.661Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/689@tmp/config17963323648822731993tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-09-09T11:31:30.009Z] ---> ****-login.sh [2024-09-09T11:31:30.010Z] nexus3.edgexfoundry.org:10001 [2024-09-09T11:31:30.277Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-09T11:31:30.277Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-09T11:31:30.277Z] Configure a credential helper to remove this warning. See [2024-09-09T11:31:30.277Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-09T11:31:30.277Z] [2024-09-09T11:31:30.277Z] Login Succeeded [2024-09-09T11:31:30.277Z] nexus3.edgexfoundry.org:10002 [2024-09-09T11:31:30.543Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-09T11:31:30.543Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-09T11:31:30.543Z] Configure a credential helper to remove this warning. See [2024-09-09T11:31:30.543Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-09T11:31:30.543Z] [2024-09-09T11:31:30.543Z] Login Succeeded [2024-09-09T11:31:30.812Z] nexus3.edgexfoundry.org:10003 [2024-09-09T11:31:30.812Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-09T11:31:31.079Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-09T11:31:31.079Z] Configure a credential helper to remove this warning. See [2024-09-09T11:31:31.079Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-09T11:31:31.079Z] [2024-09-09T11:31:31.079Z] Login Succeeded [2024-09-09T11:31:31.079Z] nexus3.edgexfoundry.org:10004 [2024-09-09T11:31:31.345Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-09T11:31:31.345Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-09T11:31:31.345Z] Configure a credential helper to remove this warning. See [2024-09-09T11:31:31.345Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-09T11:31:31.345Z] [2024-09-09T11:31:31.345Z] Login Succeeded [2024-09-09T11:31:31.345Z] ****.io [2024-09-09T11:31:31.611Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-09T11:31:31.875Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-09T11:31:31.875Z] Configure a credential helper to remove this warning. See [2024-09-09T11:31:31.875Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-09T11:31:31.875Z] [2024-09-09T11:31:31.875Z] Login Succeeded [2024-09-09T11:31:31.875Z] ---> ****-login.sh ends [Pipeline] } [2024-09-09T11:31:31.888Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-09T11:31:31.934Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-09-09T11:31:31.970Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2024-09-09T11:31:31.970Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T11:31:31.970Z] latest [2024-09-09T11:31:31.970Z] 3.2.0-dev.68 [2024-09-09T11:31:31.970Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T11:31:31.970Z] main [2024-09-09T11:31:31.970Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:31:32.351Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:31:32.722Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T11:31:32.722Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-09-09T11:31:32.722Z] 872e4cb16ac5: Preparing [2024-09-09T11:31:32.722Z] 02c7fa925c78: Preparing [2024-09-09T11:31:32.722Z] 83e62b306f9e: Preparing [2024-09-09T11:31:32.722Z] b175a05dd6fe: Preparing [2024-09-09T11:31:32.722Z] 8a99a809bcc8: Preparing [2024-09-09T11:31:32.722Z] c2c82d9c9de5: Preparing [2024-09-09T11:31:32.722Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:31:32.722Z] c2c82d9c9de5: Waiting [2024-09-09T11:31:32.722Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:31:32.988Z] b175a05dd6fe: Pushed [2024-09-09T11:31:32.988Z] 83e62b306f9e: Pushed [2024-09-09T11:31:32.988Z] 8a99a809bcc8: Pushed [2024-09-09T11:31:32.988Z] 872e4cb16ac5: Pushed [2024-09-09T11:31:32.988Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:31:32.988Z] c2c82d9c9de5: Pushed [2024-09-09T11:31:39.792Z] 02c7fa925c78: Pushed [2024-09-09T11:31:39.792Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e: digest: sha256:346a49fcb9434a8acdf7dbacf551442884cadd92bdd9d41f5bbdcc8e2e4c4cbd size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:31:40.158Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:31:40.515Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2024-09-09T11:31:40.515Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-09-09T11:31:40.515Z] 872e4cb16ac5: Preparing [2024-09-09T11:31:40.515Z] 02c7fa925c78: Preparing [2024-09-09T11:31:40.515Z] 83e62b306f9e: Preparing [2024-09-09T11:31:40.515Z] b175a05dd6fe: Preparing [2024-09-09T11:31:40.515Z] 8a99a809bcc8: Preparing [2024-09-09T11:31:40.515Z] c2c82d9c9de5: Preparing [2024-09-09T11:31:40.515Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:31:40.515Z] c2c82d9c9de5: Waiting [2024-09-09T11:31:40.515Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:31:40.515Z] 02c7fa925c78: Layer already exists [2024-09-09T11:31:40.515Z] 83e62b306f9e: Layer already exists [2024-09-09T11:31:40.515Z] b175a05dd6fe: Layer already exists [2024-09-09T11:31:40.515Z] 8a99a809bcc8: Layer already exists [2024-09-09T11:31:40.515Z] 872e4cb16ac5: Layer already exists [2024-09-09T11:31:40.515Z] c2c82d9c9de5: Layer already exists [2024-09-09T11:31:40.515Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:31:40.779Z] latest: digest: sha256:346a49fcb9434a8acdf7dbacf551442884cadd92bdd9d41f5bbdcc8e2e4c4cbd size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:31:41.146Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:31:41.510Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.68 [2024-09-09T11:31:41.510Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-09-09T11:31:41.510Z] 872e4cb16ac5: Preparing [2024-09-09T11:31:41.510Z] 02c7fa925c78: Preparing [2024-09-09T11:31:41.510Z] 83e62b306f9e: Preparing [2024-09-09T11:31:41.510Z] b175a05dd6fe: Preparing [2024-09-09T11:31:41.510Z] 8a99a809bcc8: Preparing [2024-09-09T11:31:41.510Z] c2c82d9c9de5: Preparing [2024-09-09T11:31:41.510Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:31:41.510Z] c2c82d9c9de5: Waiting [2024-09-09T11:31:41.510Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:31:41.510Z] 872e4cb16ac5: Layer already exists [2024-09-09T11:31:41.510Z] 8a99a809bcc8: Layer already exists [2024-09-09T11:31:41.510Z] 83e62b306f9e: Layer already exists [2024-09-09T11:31:41.510Z] b175a05dd6fe: Layer already exists [2024-09-09T11:31:41.510Z] 02c7fa925c78: Layer already exists [2024-09-09T11:31:41.510Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:31:41.510Z] c2c82d9c9de5: Layer already exists [2024-09-09T11:31:41.777Z] 3.2.0-dev.68: digest: sha256:346a49fcb9434a8acdf7dbacf551442884cadd92bdd9d41f5bbdcc8e2e4c4cbd size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:31:42.145Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:31:42.511Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T11:31:42.511Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-09-09T11:31:42.511Z] 872e4cb16ac5: Preparing [2024-09-09T11:31:42.511Z] 02c7fa925c78: Preparing [2024-09-09T11:31:42.511Z] 83e62b306f9e: Preparing [2024-09-09T11:31:42.511Z] b175a05dd6fe: Preparing [2024-09-09T11:31:42.511Z] 8a99a809bcc8: Preparing [2024-09-09T11:31:42.511Z] c2c82d9c9de5: Preparing [2024-09-09T11:31:42.511Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:31:42.511Z] c2c82d9c9de5: Waiting [2024-09-09T11:31:42.511Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:31:42.511Z] 02c7fa925c78: Layer already exists [2024-09-09T11:31:42.511Z] 83e62b306f9e: Layer already exists [2024-09-09T11:31:42.511Z] 872e4cb16ac5: Layer already exists [2024-09-09T11:31:42.511Z] 8a99a809bcc8: Layer already exists [2024-09-09T11:31:42.511Z] b175a05dd6fe: Layer already exists [2024-09-09T11:31:42.511Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:31:42.511Z] c2c82d9c9de5: Layer already exists [2024-09-09T11:31:42.782Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68: digest: sha256:346a49fcb9434a8acdf7dbacf551442884cadd92bdd9d41f5bbdcc8e2e4c4cbd size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:31:43.148Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:31:43.500Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2024-09-09T11:31:43.500Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-09-09T11:31:43.500Z] 872e4cb16ac5: Preparing [2024-09-09T11:31:43.500Z] 02c7fa925c78: Preparing [2024-09-09T11:31:43.500Z] 83e62b306f9e: Preparing [2024-09-09T11:31:43.500Z] b175a05dd6fe: Preparing [2024-09-09T11:31:43.500Z] 8a99a809bcc8: Preparing [2024-09-09T11:31:43.500Z] c2c82d9c9de5: Preparing [2024-09-09T11:31:43.500Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:31:43.500Z] c2c82d9c9de5: Waiting [2024-09-09T11:31:43.500Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:31:43.500Z] 83e62b306f9e: Layer already exists [2024-09-09T11:31:43.500Z] 872e4cb16ac5: Layer already exists [2024-09-09T11:31:43.500Z] b175a05dd6fe: Layer already exists [2024-09-09T11:31:43.500Z] 02c7fa925c78: Layer already exists [2024-09-09T11:31:43.500Z] 8a99a809bcc8: Layer already exists [2024-09-09T11:31:43.500Z] c2c82d9c9de5: Layer already exists [2024-09-09T11:31:43.500Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:31:43.767Z] main: digest: sha256:346a49fcb9434a8acdf7dbacf551442884cadd92bdd9d41f5bbdcc8e2e4c4cbd size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-09T11:31:43.861Z] ===================================================== [Pipeline] echo [2024-09-09T11:31:43.880Z] taggedImages: [2024-09-09T11:31:43.880Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T11:31:43.880Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2024-09-09T11:31:43.880Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.68 [2024-09-09T11:31:43.880Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T11:31:43.880Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2024-09-09T11:31:43.911Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2024-09-09T11:31:43.911Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T11:31:43.911Z] latest [2024-09-09T11:31:43.911Z] 3.2.0-dev.68 [2024-09-09T11:31:43.911Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T11:31:43.911Z] main [2024-09-09T11:31:43.911Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:31:44.287Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:31:44.647Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T11:31:44.647Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-09-09T11:31:44.647Z] dadda8fec028: Preparing [2024-09-09T11:31:44.647Z] f53f8f340df9: Preparing [2024-09-09T11:31:44.647Z] bacd8a337065: Preparing [2024-09-09T11:31:44.647Z] d3a384df55f4: Preparing [2024-09-09T11:31:44.647Z] 83e62b306f9e: Preparing [2024-09-09T11:31:44.647Z] b175a05dd6fe: Preparing [2024-09-09T11:31:44.647Z] 8a99a809bcc8: Preparing [2024-09-09T11:31:44.647Z] c2c82d9c9de5: Preparing [2024-09-09T11:31:44.647Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:31:44.647Z] b175a05dd6fe: Waiting [2024-09-09T11:31:44.647Z] c2c82d9c9de5: Waiting [2024-09-09T11:31:44.647Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:31:44.647Z] 8a99a809bcc8: Waiting [2024-09-09T11:31:44.647Z] 83e62b306f9e: Layer already exists [2024-09-09T11:31:44.914Z] b175a05dd6fe: Layer already exists [2024-09-09T11:31:44.914Z] 8a99a809bcc8: Layer already exists [2024-09-09T11:31:44.914Z] bacd8a337065: Pushed [2024-09-09T11:31:44.914Z] f53f8f340df9: Pushed [2024-09-09T11:31:44.914Z] c2c82d9c9de5: Layer already exists [2024-09-09T11:31:44.914Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:31:44.914Z] dadda8fec028: Pushed [2024-09-09T11:31:46.853Z] d3a384df55f4: Pushed [2024-09-09T11:31:46.853Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e: digest: sha256:badee86e35eb08ccad28d2bc493330d170c33b31e33c1501c024415b7e52d844 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:31:47.220Z] + 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-09-09T11:31:47.836Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2024-09-09T11:31:47.836Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-09-09T11:31:47.836Z] dadda8fec028: Preparing [2024-09-09T11:31:47.836Z] f53f8f340df9: Preparing [2024-09-09T11:31:47.836Z] bacd8a337065: Preparing [2024-09-09T11:31:47.836Z] d3a384df55f4: Preparing [2024-09-09T11:31:47.836Z] 83e62b306f9e: Preparing [2024-09-09T11:31:47.836Z] b175a05dd6fe: Preparing [2024-09-09T11:31:47.836Z] 8a99a809bcc8: Preparing [2024-09-09T11:31:47.836Z] c2c82d9c9de5: Preparing [2024-09-09T11:31:47.836Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:31:47.836Z] b175a05dd6fe: Waiting [2024-09-09T11:31:47.836Z] 8a99a809bcc8: Waiting [2024-09-09T11:31:47.836Z] c2c82d9c9de5: Waiting [2024-09-09T11:31:47.836Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:31:47.836Z] f53f8f340df9: Layer already exists [2024-09-09T11:31:47.836Z] dadda8fec028: Layer already exists [2024-09-09T11:31:47.836Z] bacd8a337065: Layer already exists [2024-09-09T11:31:47.836Z] 83e62b306f9e: Layer already exists [2024-09-09T11:31:47.836Z] d3a384df55f4: Layer already exists [2024-09-09T11:31:47.836Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:31:47.836Z] 8a99a809bcc8: Layer already exists [2024-09-09T11:31:47.836Z] b175a05dd6fe: Layer already exists [2024-09-09T11:31:47.836Z] c2c82d9c9de5: Layer already exists [2024-09-09T11:31:48.102Z] latest: digest: sha256:badee86e35eb08ccad28d2bc493330d170c33b31e33c1501c024415b7e52d844 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:31:48.463Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:31:48.825Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.68 [2024-09-09T11:31:48.825Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-09-09T11:31:48.825Z] dadda8fec028: Preparing [2024-09-09T11:31:48.825Z] f53f8f340df9: Preparing [2024-09-09T11:31:48.825Z] bacd8a337065: Preparing [2024-09-09T11:31:48.825Z] d3a384df55f4: Preparing [2024-09-09T11:31:48.825Z] 83e62b306f9e: Preparing [2024-09-09T11:31:48.825Z] b175a05dd6fe: Preparing [2024-09-09T11:31:48.825Z] 8a99a809bcc8: Preparing [2024-09-09T11:31:48.825Z] c2c82d9c9de5: Preparing [2024-09-09T11:31:48.825Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:31:48.825Z] 8a99a809bcc8: Waiting [2024-09-09T11:31:48.825Z] c2c82d9c9de5: Waiting [2024-09-09T11:31:48.825Z] b175a05dd6fe: Waiting [2024-09-09T11:31:48.825Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:31:48.825Z] d3a384df55f4: Layer already exists [2024-09-09T11:31:48.825Z] dadda8fec028: Layer already exists [2024-09-09T11:31:48.825Z] f53f8f340df9: Layer already exists [2024-09-09T11:31:48.825Z] bacd8a337065: Layer already exists [2024-09-09T11:31:48.825Z] 83e62b306f9e: Layer already exists [2024-09-09T11:31:48.825Z] 8a99a809bcc8: Layer already exists [2024-09-09T11:31:48.825Z] c2c82d9c9de5: Layer already exists [2024-09-09T11:31:48.825Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:31:48.825Z] b175a05dd6fe: Layer already exists [2024-09-09T11:31:49.092Z] 3.2.0-dev.68: digest: sha256:badee86e35eb08ccad28d2bc493330d170c33b31e33c1501c024415b7e52d844 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:31:49.456Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:31:49.818Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T11:31:49.818Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-09-09T11:31:49.818Z] dadda8fec028: Preparing [2024-09-09T11:31:49.818Z] f53f8f340df9: Preparing [2024-09-09T11:31:49.818Z] bacd8a337065: Preparing [2024-09-09T11:31:49.818Z] d3a384df55f4: Preparing [2024-09-09T11:31:49.818Z] 83e62b306f9e: Preparing [2024-09-09T11:31:49.818Z] b175a05dd6fe: Preparing [2024-09-09T11:31:49.818Z] 8a99a809bcc8: Preparing [2024-09-09T11:31:49.818Z] c2c82d9c9de5: Preparing [2024-09-09T11:31:49.818Z] 8a99a809bcc8: Waiting [2024-09-09T11:31:49.818Z] c2c82d9c9de5: Waiting [2024-09-09T11:31:49.818Z] b175a05dd6fe: Waiting [2024-09-09T11:31:49.818Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:31:49.818Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:31:49.818Z] bacd8a337065: Layer already exists [2024-09-09T11:31:49.818Z] dadda8fec028: Layer already exists [2024-09-09T11:31:49.818Z] 83e62b306f9e: Layer already exists [2024-09-09T11:31:49.818Z] f53f8f340df9: Layer already exists [2024-09-09T11:31:49.818Z] d3a384df55f4: Layer already exists [2024-09-09T11:31:49.818Z] b175a05dd6fe: Layer already exists [2024-09-09T11:31:49.818Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:31:49.818Z] c2c82d9c9de5: Layer already exists [2024-09-09T11:31:49.818Z] 8a99a809bcc8: Layer already exists [2024-09-09T11:31:50.083Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68: digest: sha256:badee86e35eb08ccad28d2bc493330d170c33b31e33c1501c024415b7e52d844 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:31:50.432Z] + 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-09-09T11:31:50.775Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2024-09-09T11:31:50.775Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-09-09T11:31:50.775Z] dadda8fec028: Preparing [2024-09-09T11:31:50.775Z] f53f8f340df9: Preparing [2024-09-09T11:31:50.775Z] bacd8a337065: Preparing [2024-09-09T11:31:50.775Z] d3a384df55f4: Preparing [2024-09-09T11:31:50.775Z] 83e62b306f9e: Preparing [2024-09-09T11:31:50.775Z] b175a05dd6fe: Preparing [2024-09-09T11:31:50.775Z] 8a99a809bcc8: Preparing [2024-09-09T11:31:50.775Z] c2c82d9c9de5: Preparing [2024-09-09T11:31:50.775Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:31:50.775Z] 8a99a809bcc8: Waiting [2024-09-09T11:31:50.775Z] c2c82d9c9de5: Waiting [2024-09-09T11:31:50.775Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:31:50.775Z] b175a05dd6fe: Waiting [2024-09-09T11:31:50.775Z] f53f8f340df9: Layer already exists [2024-09-09T11:31:50.775Z] dadda8fec028: Layer already exists [2024-09-09T11:31:50.775Z] bacd8a337065: Layer already exists [2024-09-09T11:31:50.775Z] d3a384df55f4: Layer already exists [2024-09-09T11:31:50.775Z] 83e62b306f9e: Layer already exists [2024-09-09T11:31:50.775Z] c2c82d9c9de5: Layer already exists [2024-09-09T11:31:50.775Z] 8a99a809bcc8: Layer already exists [2024-09-09T11:31:50.775Z] b175a05dd6fe: Layer already exists [2024-09-09T11:31:50.775Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:31:51.040Z] main: digest: sha256:badee86e35eb08ccad28d2bc493330d170c33b31e33c1501c024415b7e52d844 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-09T11:31:51.117Z] ===================================================== [Pipeline] echo [2024-09-09T11:31:51.130Z] taggedImages: [2024-09-09T11:31:51.130Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T11:31:51.130Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2024-09-09T11:31:51.130Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.68 [2024-09-09T11:31:51.130Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T11:31:51.130Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2024-09-09T11:31:51.154Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2024-09-09T11:31:51.154Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T11:31:51.154Z] latest [2024-09-09T11:31:51.154Z] 3.2.0-dev.68 [2024-09-09T11:31:51.154Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T11:31:51.154Z] main [2024-09-09T11:31:51.154Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:31:51.514Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:31:51.865Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T11:31:51.865Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-09-09T11:31:51.865Z] 5840ec0d02ce: Preparing [2024-09-09T11:31:51.865Z] 36f86f6da0ea: Preparing [2024-09-09T11:31:51.865Z] d47f3761b69d: Preparing [2024-09-09T11:31:51.865Z] 83e62b306f9e: Preparing [2024-09-09T11:31:51.865Z] b175a05dd6fe: Preparing [2024-09-09T11:31:51.865Z] 439d26068912: Preparing [2024-09-09T11:31:51.865Z] 836f724b6640: Preparing [2024-09-09T11:31:51.865Z] 439d26068912: Waiting [2024-09-09T11:31:51.865Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:31:51.865Z] 836f724b6640: Waiting [2024-09-09T11:31:51.865Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:31:51.865Z] 83e62b306f9e: Layer already exists [2024-09-09T11:31:51.865Z] b175a05dd6fe: Layer already exists [2024-09-09T11:31:52.129Z] 36f86f6da0ea: Pushed [2024-09-09T11:31:52.129Z] 5840ec0d02ce: Pushed [2024-09-09T11:31:52.129Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:31:52.129Z] 439d26068912: Pushed [2024-09-09T11:31:52.129Z] 836f724b6640: Pushed [2024-09-09T11:32:00.307Z] d47f3761b69d: Pushed [2024-09-09T11:32:00.307Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e: digest: sha256:9202f13ae1af54552f2b4a458bd723463bdc070423f7f1df1fe70dce959a6269 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:32:00.662Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:32:01.017Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2024-09-09T11:32:01.017Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-09-09T11:32:01.017Z] 5840ec0d02ce: Preparing [2024-09-09T11:32:01.017Z] 36f86f6da0ea: Preparing [2024-09-09T11:32:01.017Z] d47f3761b69d: Preparing [2024-09-09T11:32:01.017Z] 83e62b306f9e: Preparing [2024-09-09T11:32:01.017Z] b175a05dd6fe: Preparing [2024-09-09T11:32:01.017Z] 439d26068912: Preparing [2024-09-09T11:32:01.017Z] 836f724b6640: Preparing [2024-09-09T11:32:01.017Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:32:01.017Z] 439d26068912: Waiting [2024-09-09T11:32:01.017Z] 836f724b6640: Waiting [2024-09-09T11:32:01.017Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:32:01.017Z] d47f3761b69d: Layer already exists [2024-09-09T11:32:01.017Z] 83e62b306f9e: Layer already exists [2024-09-09T11:32:01.017Z] 36f86f6da0ea: Layer already exists [2024-09-09T11:32:01.017Z] 5840ec0d02ce: Layer already exists [2024-09-09T11:32:01.017Z] b175a05dd6fe: Layer already exists [2024-09-09T11:32:01.017Z] 439d26068912: Layer already exists [2024-09-09T11:32:01.017Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:32:01.017Z] 836f724b6640: Layer already exists [2024-09-09T11:32:01.283Z] latest: digest: sha256:9202f13ae1af54552f2b4a458bd723463bdc070423f7f1df1fe70dce959a6269 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:32:01.633Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:32:01.999Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.68 [2024-09-09T11:32:01.999Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-09-09T11:32:01.999Z] 5840ec0d02ce: Preparing [2024-09-09T11:32:01.999Z] 36f86f6da0ea: Preparing [2024-09-09T11:32:01.999Z] d47f3761b69d: Preparing [2024-09-09T11:32:01.999Z] 83e62b306f9e: Preparing [2024-09-09T11:32:01.999Z] b175a05dd6fe: Preparing [2024-09-09T11:32:01.999Z] 439d26068912: Preparing [2024-09-09T11:32:01.999Z] 836f724b6640: Preparing [2024-09-09T11:32:01.999Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:32:01.999Z] 836f724b6640: Waiting [2024-09-09T11:32:01.999Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:32:01.999Z] 439d26068912: Waiting [2024-09-09T11:32:01.999Z] 36f86f6da0ea: Layer already exists [2024-09-09T11:32:01.999Z] b175a05dd6fe: Layer already exists [2024-09-09T11:32:01.999Z] d47f3761b69d: Layer already exists [2024-09-09T11:32:01.999Z] 5840ec0d02ce: Layer already exists [2024-09-09T11:32:01.999Z] 83e62b306f9e: Layer already exists [2024-09-09T11:32:01.999Z] 836f724b6640: Layer already exists [2024-09-09T11:32:01.999Z] 439d26068912: Layer already exists [2024-09-09T11:32:01.999Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:32:02.265Z] 3.2.0-dev.68: digest: sha256:9202f13ae1af54552f2b4a458bd723463bdc070423f7f1df1fe70dce959a6269 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:32:02.628Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:32:02.982Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T11:32:02.983Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-09-09T11:32:02.983Z] 5840ec0d02ce: Preparing [2024-09-09T11:32:02.983Z] 36f86f6da0ea: Preparing [2024-09-09T11:32:02.983Z] d47f3761b69d: Preparing [2024-09-09T11:32:02.983Z] 83e62b306f9e: Preparing [2024-09-09T11:32:02.983Z] b175a05dd6fe: Preparing [2024-09-09T11:32:02.983Z] 439d26068912: Preparing [2024-09-09T11:32:02.983Z] 836f724b6640: Preparing [2024-09-09T11:32:02.983Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:32:02.983Z] 439d26068912: Waiting [2024-09-09T11:32:02.983Z] 836f724b6640: Waiting [2024-09-09T11:32:02.983Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:32:02.983Z] 5840ec0d02ce: Layer already exists [2024-09-09T11:32:02.983Z] 83e62b306f9e: Layer already exists [2024-09-09T11:32:02.983Z] 36f86f6da0ea: Layer already exists [2024-09-09T11:32:02.983Z] d47f3761b69d: Layer already exists [2024-09-09T11:32:02.983Z] b175a05dd6fe: Layer already exists [2024-09-09T11:32:02.983Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:32:02.983Z] 836f724b6640: Layer already exists [2024-09-09T11:32:02.983Z] 439d26068912: Layer already exists [2024-09-09T11:32:03.248Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68: digest: sha256:9202f13ae1af54552f2b4a458bd723463bdc070423f7f1df1fe70dce959a6269 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:32:03.595Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:32:03.953Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2024-09-09T11:32:03.953Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-09-09T11:32:03.953Z] 5840ec0d02ce: Preparing [2024-09-09T11:32:03.953Z] 36f86f6da0ea: Preparing [2024-09-09T11:32:03.953Z] d47f3761b69d: Preparing [2024-09-09T11:32:03.953Z] 83e62b306f9e: Preparing [2024-09-09T11:32:03.953Z] b175a05dd6fe: Preparing [2024-09-09T11:32:03.953Z] 439d26068912: Preparing [2024-09-09T11:32:03.953Z] 836f724b6640: Preparing [2024-09-09T11:32:03.953Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:32:03.953Z] 439d26068912: Waiting [2024-09-09T11:32:03.953Z] 836f724b6640: Waiting [2024-09-09T11:32:03.953Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:32:03.954Z] b175a05dd6fe: Layer already exists [2024-09-09T11:32:03.954Z] 36f86f6da0ea: Layer already exists [2024-09-09T11:32:03.954Z] d47f3761b69d: Layer already exists [2024-09-09T11:32:03.954Z] 5840ec0d02ce: Layer already exists [2024-09-09T11:32:03.954Z] 83e62b306f9e: Layer already exists [2024-09-09T11:32:03.954Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:32:03.954Z] 836f724b6640: Layer already exists [2024-09-09T11:32:03.954Z] 439d26068912: Layer already exists [2024-09-09T11:32:04.221Z] main: digest: sha256:9202f13ae1af54552f2b4a458bd723463bdc070423f7f1df1fe70dce959a6269 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-09T11:32:04.291Z] ===================================================== [Pipeline] echo [2024-09-09T11:32:04.305Z] taggedImages: [2024-09-09T11:32:04.305Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T11:32:04.305Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2024-09-09T11:32:04.305Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.68 [2024-09-09T11:32:04.305Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T11:32:04.305Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2024-09-09T11:32:04.332Z] [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: [2024-09-09T11:32:04.332Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T11:32:04.332Z] latest [2024-09-09T11:32:04.332Z] 3.2.0-dev.68 [2024-09-09T11:32:04.332Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T11:32:04.332Z] main [2024-09-09T11:32:04.332Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:32:04.711Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:32:06.513Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T11:32:06.513Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-09-09T11:32:06.513Z] 23647e8c5448: Preparing [2024-09-09T11:32:06.513Z] 306eb0ab7f7c: Preparing [2024-09-09T11:32:06.513Z] b175a05dd6fe: Preparing [2024-09-09T11:32:06.513Z] bf864816b658: Preparing [2024-09-09T11:32:06.513Z] 58d61cae6934: Preparing [2024-09-09T11:32:06.513Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:32:06.513Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:32:06.777Z] b175a05dd6fe: Layer already exists [2024-09-09T11:32:06.777Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:32:06.777Z] 58d61cae6934: Pushed [2024-09-09T11:32:06.777Z] bf864816b658: Pushed [2024-09-09T11:32:06.777Z] 23647e8c5448: Pushed [2024-09-09T11:32:20.788Z] 306eb0ab7f7c: Pushed [2024-09-09T11:32:20.788Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e: digest: sha256:8e86035cfd2b8768b8595f647526f184cb0631a3ad8d425549807447e986c882 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:32:21.148Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:32:21.490Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2024-09-09T11:32:21.490Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-09-09T11:32:21.490Z] 23647e8c5448: Preparing [2024-09-09T11:32:21.490Z] 306eb0ab7f7c: Preparing [2024-09-09T11:32:21.490Z] b175a05dd6fe: Preparing [2024-09-09T11:32:21.490Z] bf864816b658: Preparing [2024-09-09T11:32:21.490Z] 58d61cae6934: Preparing [2024-09-09T11:32:21.490Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:32:21.490Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:32:21.490Z] b175a05dd6fe: Layer already exists [2024-09-09T11:32:21.490Z] 23647e8c5448: Layer already exists [2024-09-09T11:32:21.490Z] 306eb0ab7f7c: Layer already exists [2024-09-09T11:32:21.490Z] bf864816b658: Layer already exists [2024-09-09T11:32:21.490Z] 58d61cae6934: Layer already exists [2024-09-09T11:32:21.490Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:32:21.756Z] latest: digest: sha256:8e86035cfd2b8768b8595f647526f184cb0631a3ad8d425549807447e986c882 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:32:22.108Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:32:22.454Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.68 [2024-09-09T11:32:22.454Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-09-09T11:32:22.720Z] 23647e8c5448: Preparing [2024-09-09T11:32:22.720Z] 306eb0ab7f7c: Preparing [2024-09-09T11:32:22.720Z] b175a05dd6fe: Preparing [2024-09-09T11:32:22.720Z] bf864816b658: Preparing [2024-09-09T11:32:22.720Z] 58d61cae6934: Preparing [2024-09-09T11:32:22.720Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:32:22.720Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:32:23.674Z] 23647e8c5448: Layer already exists [2024-09-09T11:32:23.674Z] 306eb0ab7f7c: Layer already exists [2024-09-09T11:32:23.674Z] b175a05dd6fe: Layer already exists [2024-09-09T11:32:23.674Z] bf864816b658: Layer already exists [2024-09-09T11:32:23.674Z] 58d61cae6934: Layer already exists [2024-09-09T11:32:23.674Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:32:23.674Z] 3.2.0-dev.68: digest: sha256:8e86035cfd2b8768b8595f647526f184cb0631a3ad8d425549807447e986c882 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:32:24.034Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:32:24.379Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T11:32:24.379Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-09-09T11:32:24.380Z] 23647e8c5448: Preparing [2024-09-09T11:32:24.380Z] 306eb0ab7f7c: Preparing [2024-09-09T11:32:24.380Z] b175a05dd6fe: Preparing [2024-09-09T11:32:24.380Z] bf864816b658: Preparing [2024-09-09T11:32:24.380Z] 58d61cae6934: Preparing [2024-09-09T11:32:24.380Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:32:24.380Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:32:24.380Z] 58d61cae6934: Layer already exists [2024-09-09T11:32:24.380Z] 23647e8c5448: Layer already exists [2024-09-09T11:32:24.380Z] bf864816b658: Layer already exists [2024-09-09T11:32:24.380Z] b175a05dd6fe: Layer already exists [2024-09-09T11:32:24.380Z] 306eb0ab7f7c: Layer already exists [2024-09-09T11:32:24.380Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:32:24.645Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68: digest: sha256:8e86035cfd2b8768b8595f647526f184cb0631a3ad8d425549807447e986c882 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:32:25.003Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:32:25.353Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [2024-09-09T11:32:25.353Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-09-09T11:32:25.353Z] 23647e8c5448: Preparing [2024-09-09T11:32:25.353Z] 306eb0ab7f7c: Preparing [2024-09-09T11:32:25.353Z] b175a05dd6fe: Preparing [2024-09-09T11:32:25.353Z] bf864816b658: Preparing [2024-09-09T11:32:25.353Z] 58d61cae6934: Preparing [2024-09-09T11:32:25.353Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:32:25.353Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:32:25.353Z] bf864816b658: Layer already exists [2024-09-09T11:32:25.353Z] 306eb0ab7f7c: Layer already exists [2024-09-09T11:32:25.353Z] 58d61cae6934: Layer already exists [2024-09-09T11:32:25.353Z] b175a05dd6fe: Layer already exists [2024-09-09T11:32:25.353Z] 23647e8c5448: Layer already exists [2024-09-09T11:32:25.353Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:32:25.618Z] main: digest: sha256:8e86035cfd2b8768b8595f647526f184cb0631a3ad8d425549807447e986c882 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-09T11:32:25.693Z] ===================================================== [Pipeline] echo [2024-09-09T11:32:25.707Z] taggedImages: [2024-09-09T11:32:25.707Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T11:32:25.707Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2024-09-09T11:32:25.707Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.68 [2024-09-09T11:32:25.707Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T11:32:25.707Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2024-09-09T11:32:25.733Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2024-09-09T11:32:25.733Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T11:32:25.733Z] latest [2024-09-09T11:32:25.733Z] 3.2.0-dev.68 [2024-09-09T11:32:25.733Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T11:32:25.733Z] main [2024-09-09T11:32:25.733Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:32:26.101Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:32:26.459Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T11:32:26.459Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-09-09T11:32:26.459Z] e99e78358568: Preparing [2024-09-09T11:32:26.459Z] 10b7d5f878c6: Preparing [2024-09-09T11:32:26.459Z] fad0b802606f: Preparing [2024-09-09T11:32:26.459Z] 83e62b306f9e: Preparing [2024-09-09T11:32:26.459Z] b175a05dd6fe: Preparing [2024-09-09T11:32:26.459Z] 8a99a809bcc8: Preparing [2024-09-09T11:32:26.459Z] c2c82d9c9de5: Preparing [2024-09-09T11:32:26.459Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:32:26.459Z] 8a99a809bcc8: Waiting [2024-09-09T11:32:26.459Z] c2c82d9c9de5: Waiting [2024-09-09T11:32:26.459Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:32:26.727Z] 83e62b306f9e: Layer already exists [2024-09-09T11:32:26.727Z] b175a05dd6fe: Layer already exists [2024-09-09T11:32:26.727Z] 8a99a809bcc8: Layer already exists [2024-09-09T11:32:26.727Z] c2c82d9c9de5: Layer already exists [2024-09-09T11:32:26.727Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:32:26.727Z] 10b7d5f878c6: Pushed [2024-09-09T11:32:26.727Z] e99e78358568: Pushed [2024-09-09T11:32:34.921Z] fad0b802606f: Pushed [2024-09-09T11:32:34.921Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e: digest: sha256:c13b8f9a0fbc18c34da025024ef06313e5fee6215f572933aad170c9a80cb4b9 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:32:35.281Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:32:35.638Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2024-09-09T11:32:35.638Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-09-09T11:32:35.638Z] e99e78358568: Preparing [2024-09-09T11:32:35.638Z] 10b7d5f878c6: Preparing [2024-09-09T11:32:35.638Z] fad0b802606f: Preparing [2024-09-09T11:32:35.638Z] 83e62b306f9e: Preparing [2024-09-09T11:32:35.638Z] b175a05dd6fe: Preparing [2024-09-09T11:32:35.638Z] 8a99a809bcc8: Preparing [2024-09-09T11:32:35.638Z] c2c82d9c9de5: Preparing [2024-09-09T11:32:35.638Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:32:35.638Z] c2c82d9c9de5: Waiting [2024-09-09T11:32:35.638Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:32:35.638Z] 8a99a809bcc8: Waiting [2024-09-09T11:32:35.638Z] e99e78358568: Layer already exists [2024-09-09T11:32:35.638Z] 83e62b306f9e: Layer already exists [2024-09-09T11:32:35.638Z] fad0b802606f: Layer already exists [2024-09-09T11:32:35.638Z] 10b7d5f878c6: Layer already exists [2024-09-09T11:32:35.638Z] b175a05dd6fe: Layer already exists [2024-09-09T11:32:35.638Z] c2c82d9c9de5: Layer already exists [2024-09-09T11:32:35.638Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:32:35.638Z] 8a99a809bcc8: Layer already exists [2024-09-09T11:32:35.905Z] latest: digest: sha256:c13b8f9a0fbc18c34da025024ef06313e5fee6215f572933aad170c9a80cb4b9 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:32:36.271Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:32:36.625Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.68 [2024-09-09T11:32:36.625Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-09-09T11:32:36.625Z] e99e78358568: Preparing [2024-09-09T11:32:36.625Z] 10b7d5f878c6: Preparing [2024-09-09T11:32:36.625Z] fad0b802606f: Preparing [2024-09-09T11:32:36.625Z] 83e62b306f9e: Preparing [2024-09-09T11:32:36.625Z] b175a05dd6fe: Preparing [2024-09-09T11:32:36.625Z] 8a99a809bcc8: Preparing [2024-09-09T11:32:36.625Z] c2c82d9c9de5: Preparing [2024-09-09T11:32:36.625Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:32:36.625Z] 8a99a809bcc8: Waiting [2024-09-09T11:32:36.625Z] c2c82d9c9de5: Waiting [2024-09-09T11:32:36.625Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:32:36.625Z] e99e78358568: Layer already exists [2024-09-09T11:32:36.625Z] b175a05dd6fe: Layer already exists [2024-09-09T11:32:36.625Z] fad0b802606f: Layer already exists [2024-09-09T11:32:36.625Z] 10b7d5f878c6: Layer already exists [2024-09-09T11:32:36.625Z] 83e62b306f9e: Layer already exists [2024-09-09T11:32:36.625Z] 8a99a809bcc8: Layer already exists [2024-09-09T11:32:36.625Z] c2c82d9c9de5: Layer already exists [2024-09-09T11:32:36.625Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:32:36.893Z] 3.2.0-dev.68: digest: sha256:c13b8f9a0fbc18c34da025024ef06313e5fee6215f572933aad170c9a80cb4b9 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:32:37.328Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:32:37.712Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T11:32:37.712Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-09-09T11:32:37.712Z] e99e78358568: Preparing [2024-09-09T11:32:37.712Z] 10b7d5f878c6: Preparing [2024-09-09T11:32:37.712Z] fad0b802606f: Preparing [2024-09-09T11:32:37.712Z] 83e62b306f9e: Preparing [2024-09-09T11:32:37.712Z] b175a05dd6fe: Preparing [2024-09-09T11:32:37.712Z] 8a99a809bcc8: Preparing [2024-09-09T11:32:37.712Z] c2c82d9c9de5: Preparing [2024-09-09T11:32:37.712Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:32:37.712Z] 8a99a809bcc8: Waiting [2024-09-09T11:32:37.712Z] c2c82d9c9de5: Waiting [2024-09-09T11:32:37.712Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:32:37.712Z] b175a05dd6fe: Layer already exists [2024-09-09T11:32:37.712Z] fad0b802606f: Layer already exists [2024-09-09T11:32:37.712Z] e99e78358568: Layer already exists [2024-09-09T11:32:37.712Z] 83e62b306f9e: Layer already exists [2024-09-09T11:32:37.712Z] 10b7d5f878c6: Layer already exists [2024-09-09T11:32:37.712Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:32:37.712Z] 8a99a809bcc8: Layer already exists [2024-09-09T11:32:37.712Z] c2c82d9c9de5: Layer already exists [2024-09-09T11:32:37.983Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68: digest: sha256:c13b8f9a0fbc18c34da025024ef06313e5fee6215f572933aad170c9a80cb4b9 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:32:38.343Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:32:38.700Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2024-09-09T11:32:38.700Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-09-09T11:32:38.700Z] e99e78358568: Preparing [2024-09-09T11:32:38.700Z] 10b7d5f878c6: Preparing [2024-09-09T11:32:38.700Z] fad0b802606f: Preparing [2024-09-09T11:32:38.700Z] 83e62b306f9e: Preparing [2024-09-09T11:32:38.700Z] b175a05dd6fe: Preparing [2024-09-09T11:32:38.700Z] 8a99a809bcc8: Preparing [2024-09-09T11:32:38.700Z] c2c82d9c9de5: Preparing [2024-09-09T11:32:38.700Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:32:38.700Z] 8a99a809bcc8: Waiting [2024-09-09T11:32:38.700Z] c2c82d9c9de5: Waiting [2024-09-09T11:32:38.700Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:32:38.700Z] e99e78358568: Layer already exists [2024-09-09T11:32:38.700Z] 83e62b306f9e: Layer already exists [2024-09-09T11:32:38.700Z] b175a05dd6fe: Layer already exists [2024-09-09T11:32:38.700Z] fad0b802606f: Layer already exists [2024-09-09T11:32:38.700Z] 10b7d5f878c6: Layer already exists [2024-09-09T11:32:38.700Z] 8a99a809bcc8: Layer already exists [2024-09-09T11:32:38.700Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:32:38.700Z] c2c82d9c9de5: Layer already exists [2024-09-09T11:32:38.966Z] main: digest: sha256:c13b8f9a0fbc18c34da025024ef06313e5fee6215f572933aad170c9a80cb4b9 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-09T11:32:39.049Z] ===================================================== [Pipeline] echo [2024-09-09T11:32:39.065Z] taggedImages: [2024-09-09T11:32:39.065Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T11:32:39.065Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2024-09-09T11:32:39.065Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.68 [2024-09-09T11:32:39.065Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T11:32:39.065Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2024-09-09T11:32:39.094Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2024-09-09T11:32:39.094Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T11:32:39.094Z] latest [2024-09-09T11:32:39.094Z] 3.2.0-dev.68 [2024-09-09T11:32:39.094Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T11:32:39.094Z] main [2024-09-09T11:32:39.094Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:32:39.462Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:32:39.813Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T11:32:39.813Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-09-09T11:32:39.813Z] 3f9b809873bb: Preparing [2024-09-09T11:32:39.813Z] 32240d1b4671: Preparing [2024-09-09T11:32:39.813Z] 2a0b4512e566: Preparing [2024-09-09T11:32:39.813Z] 6599cfd7e214: Preparing [2024-09-09T11:32:39.813Z] 55ec5d484941: Preparing [2024-09-09T11:32:39.813Z] 8ac0b0ad34c7: Preparing [2024-09-09T11:32:39.813Z] 815fe7af1d10: Preparing [2024-09-09T11:32:39.813Z] 2e4e710c8c7c: Preparing [2024-09-09T11:32:39.813Z] 83e62b306f9e: Preparing [2024-09-09T11:32:39.813Z] b175a05dd6fe: Preparing [2024-09-09T11:32:39.813Z] 4f16eaa7b4a2: Preparing [2024-09-09T11:32:39.813Z] 99130081edf4: Preparing [2024-09-09T11:32:39.813Z] 5f70bf18a086: Preparing [2024-09-09T11:32:39.813Z] dc1b82f0e165: Preparing [2024-09-09T11:32:39.813Z] 492f08ac0e25: Preparing [2024-09-09T11:32:39.813Z] a281075bbb39: Preparing [2024-09-09T11:32:39.813Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:32:39.813Z] b175a05dd6fe: Waiting [2024-09-09T11:32:39.813Z] 4f16eaa7b4a2: Waiting [2024-09-09T11:32:39.813Z] 99130081edf4: Waiting [2024-09-09T11:32:39.813Z] 5f70bf18a086: Waiting [2024-09-09T11:32:39.813Z] dc1b82f0e165: Waiting [2024-09-09T11:32:39.813Z] 492f08ac0e25: Waiting [2024-09-09T11:32:39.813Z] a281075bbb39: Waiting [2024-09-09T11:32:39.813Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:32:39.813Z] 8ac0b0ad34c7: Waiting [2024-09-09T11:32:39.813Z] 815fe7af1d10: Waiting [2024-09-09T11:32:39.813Z] 2e4e710c8c7c: Waiting [2024-09-09T11:32:39.813Z] 83e62b306f9e: Waiting [2024-09-09T11:32:40.078Z] 3f9b809873bb: Pushed [2024-09-09T11:32:40.078Z] 32240d1b4671: Pushed [2024-09-09T11:32:40.078Z] 2a0b4512e566: Pushed [2024-09-09T11:32:40.078Z] 55ec5d484941: Pushed [2024-09-09T11:32:40.078Z] 6599cfd7e214: Pushed [2024-09-09T11:32:40.078Z] 83e62b306f9e: Layer already exists [2024-09-09T11:32:40.078Z] b175a05dd6fe: Layer already exists [2024-09-09T11:32:40.078Z] 8ac0b0ad34c7: Pushed [2024-09-09T11:32:40.342Z] 5f70bf18a086: Layer already exists [2024-09-09T11:32:40.342Z] 815fe7af1d10: Pushed [2024-09-09T11:32:40.342Z] 4f16eaa7b4a2: Pushed [2024-09-09T11:32:40.342Z] 99130081edf4: Pushed [2024-09-09T11:32:40.342Z] dc1b82f0e165: Pushed [2024-09-09T11:32:40.342Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:32:40.342Z] 492f08ac0e25: Pushed [2024-09-09T11:32:40.607Z] a281075bbb39: Pushed [2024-09-09T11:32:43.175Z] 2e4e710c8c7c: Pushed [2024-09-09T11:32:43.175Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e: digest: sha256:c2f9d6ed13cfa41399aa9099f73293f8bd359f6a27065bca7ebc5e1e48f6be7c size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:32:43.513Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:32:43.853Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2024-09-09T11:32:43.853Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-09-09T11:32:43.853Z] 3f9b809873bb: Preparing [2024-09-09T11:32:43.853Z] 32240d1b4671: Preparing [2024-09-09T11:32:43.853Z] 2a0b4512e566: Preparing [2024-09-09T11:32:43.853Z] 6599cfd7e214: Preparing [2024-09-09T11:32:43.853Z] 55ec5d484941: Preparing [2024-09-09T11:32:43.853Z] 8ac0b0ad34c7: Preparing [2024-09-09T11:32:43.853Z] 815fe7af1d10: Preparing [2024-09-09T11:32:43.853Z] 2e4e710c8c7c: Preparing [2024-09-09T11:32:43.853Z] 83e62b306f9e: Preparing [2024-09-09T11:32:43.853Z] b175a05dd6fe: Preparing [2024-09-09T11:32:43.853Z] 8ac0b0ad34c7: Waiting [2024-09-09T11:32:43.853Z] 815fe7af1d10: Waiting [2024-09-09T11:32:43.853Z] 4f16eaa7b4a2: Preparing [2024-09-09T11:32:43.853Z] 99130081edf4: Preparing [2024-09-09T11:32:43.853Z] 2e4e710c8c7c: Waiting [2024-09-09T11:32:43.853Z] 5f70bf18a086: Preparing [2024-09-09T11:32:43.853Z] 83e62b306f9e: Waiting [2024-09-09T11:32:43.853Z] dc1b82f0e165: Preparing [2024-09-09T11:32:43.853Z] b175a05dd6fe: Waiting [2024-09-09T11:32:43.853Z] 492f08ac0e25: Preparing [2024-09-09T11:32:43.853Z] a281075bbb39: Preparing [2024-09-09T11:32:43.853Z] 99130081edf4: Waiting [2024-09-09T11:32:43.853Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:32:43.853Z] 5f70bf18a086: Waiting [2024-09-09T11:32:43.853Z] dc1b82f0e165: Waiting [2024-09-09T11:32:43.853Z] 4f16eaa7b4a2: Waiting [2024-09-09T11:32:43.853Z] 492f08ac0e25: Waiting [2024-09-09T11:32:43.853Z] a281075bbb39: Waiting [2024-09-09T11:32:43.853Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:32:43.853Z] 55ec5d484941: Layer already exists [2024-09-09T11:32:43.853Z] 3f9b809873bb: Layer already exists [2024-09-09T11:32:43.853Z] 2a0b4512e566: Layer already exists [2024-09-09T11:32:43.853Z] 32240d1b4671: Layer already exists [2024-09-09T11:32:43.853Z] 6599cfd7e214: Layer already exists [2024-09-09T11:32:43.853Z] 8ac0b0ad34c7: Layer already exists [2024-09-09T11:32:43.853Z] 83e62b306f9e: Layer already exists [2024-09-09T11:32:43.853Z] 815fe7af1d10: Layer already exists [2024-09-09T11:32:43.853Z] 2e4e710c8c7c: Layer already exists [2024-09-09T11:32:43.853Z] b175a05dd6fe: Layer already exists [2024-09-09T11:32:43.853Z] 492f08ac0e25: Layer already exists [2024-09-09T11:32:43.853Z] 4f16eaa7b4a2: Layer already exists [2024-09-09T11:32:43.853Z] dc1b82f0e165: Layer already exists [2024-09-09T11:32:43.853Z] 5f70bf18a086: Layer already exists [2024-09-09T11:32:43.853Z] 99130081edf4: Layer already exists [2024-09-09T11:32:44.120Z] a281075bbb39: Layer already exists [2024-09-09T11:32:44.120Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:32:44.120Z] latest: digest: sha256:c2f9d6ed13cfa41399aa9099f73293f8bd359f6a27065bca7ebc5e1e48f6be7c size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:32:44.473Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:32:44.829Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.68 [2024-09-09T11:32:44.829Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-09-09T11:32:44.829Z] 3f9b809873bb: Preparing [2024-09-09T11:32:44.829Z] 32240d1b4671: Preparing [2024-09-09T11:32:44.829Z] 2a0b4512e566: Preparing [2024-09-09T11:32:44.829Z] 6599cfd7e214: Preparing [2024-09-09T11:32:44.829Z] 55ec5d484941: Preparing [2024-09-09T11:32:44.829Z] 8ac0b0ad34c7: Preparing [2024-09-09T11:32:44.829Z] 815fe7af1d10: Preparing [2024-09-09T11:32:44.829Z] 2e4e710c8c7c: Preparing [2024-09-09T11:32:44.829Z] 83e62b306f9e: Preparing [2024-09-09T11:32:44.829Z] b175a05dd6fe: Preparing [2024-09-09T11:32:44.829Z] 4f16eaa7b4a2: Preparing [2024-09-09T11:32:44.829Z] 99130081edf4: Preparing [2024-09-09T11:32:44.829Z] 5f70bf18a086: Preparing [2024-09-09T11:32:44.829Z] dc1b82f0e165: Preparing [2024-09-09T11:32:44.829Z] 492f08ac0e25: Preparing [2024-09-09T11:32:44.829Z] a281075bbb39: Preparing [2024-09-09T11:32:44.829Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:32:44.829Z] 815fe7af1d10: Waiting [2024-09-09T11:32:44.829Z] 8ac0b0ad34c7: Waiting [2024-09-09T11:32:44.829Z] 2e4e710c8c7c: Waiting [2024-09-09T11:32:44.829Z] 83e62b306f9e: Waiting [2024-09-09T11:32:44.829Z] 5f70bf18a086: Waiting [2024-09-09T11:32:44.829Z] b175a05dd6fe: Waiting [2024-09-09T11:32:44.829Z] dc1b82f0e165: Waiting [2024-09-09T11:32:44.829Z] 4f16eaa7b4a2: Waiting [2024-09-09T11:32:44.829Z] 99130081edf4: Waiting [2024-09-09T11:32:44.829Z] 492f08ac0e25: Waiting [2024-09-09T11:32:44.829Z] a281075bbb39: Waiting [2024-09-09T11:32:44.829Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:32:44.829Z] 55ec5d484941: Layer already exists [2024-09-09T11:32:44.829Z] 32240d1b4671: Layer already exists [2024-09-09T11:32:44.829Z] 2a0b4512e566: Layer already exists [2024-09-09T11:32:44.829Z] 6599cfd7e214: Layer already exists [2024-09-09T11:32:44.829Z] 3f9b809873bb: Layer already exists [2024-09-09T11:32:44.829Z] 815fe7af1d10: Layer already exists [2024-09-09T11:32:44.829Z] 2e4e710c8c7c: Layer already exists [2024-09-09T11:32:44.829Z] 8ac0b0ad34c7: Layer already exists [2024-09-09T11:32:44.829Z] 83e62b306f9e: Layer already exists [2024-09-09T11:32:44.829Z] b175a05dd6fe: Layer already exists [2024-09-09T11:32:44.829Z] 99130081edf4: Layer already exists [2024-09-09T11:32:44.829Z] 4f16eaa7b4a2: Layer already exists [2024-09-09T11:32:44.829Z] dc1b82f0e165: Layer already exists [2024-09-09T11:32:44.829Z] 5f70bf18a086: Layer already exists [2024-09-09T11:32:44.829Z] 492f08ac0e25: Layer already exists [2024-09-09T11:32:44.829Z] a281075bbb39: Layer already exists [2024-09-09T11:32:44.829Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:32:45.094Z] 3.2.0-dev.68: digest: sha256:c2f9d6ed13cfa41399aa9099f73293f8bd359f6a27065bca7ebc5e1e48f6be7c size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:32:45.443Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:32:45.793Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T11:32:45.793Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-09-09T11:32:45.793Z] 3f9b809873bb: Preparing [2024-09-09T11:32:45.793Z] 32240d1b4671: Preparing [2024-09-09T11:32:45.793Z] 2a0b4512e566: Preparing [2024-09-09T11:32:45.793Z] 6599cfd7e214: Preparing [2024-09-09T11:32:45.793Z] 55ec5d484941: Preparing [2024-09-09T11:32:45.793Z] 8ac0b0ad34c7: Preparing [2024-09-09T11:32:45.793Z] 815fe7af1d10: Preparing [2024-09-09T11:32:45.793Z] 2e4e710c8c7c: Preparing [2024-09-09T11:32:45.793Z] 83e62b306f9e: Preparing [2024-09-09T11:32:45.793Z] b175a05dd6fe: Preparing [2024-09-09T11:32:45.793Z] 4f16eaa7b4a2: Preparing [2024-09-09T11:32:45.793Z] 99130081edf4: Preparing [2024-09-09T11:32:45.793Z] 5f70bf18a086: Preparing [2024-09-09T11:32:45.793Z] dc1b82f0e165: Preparing [2024-09-09T11:32:45.793Z] 492f08ac0e25: Preparing [2024-09-09T11:32:45.793Z] a281075bbb39: Preparing [2024-09-09T11:32:45.793Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:32:45.793Z] 4f16eaa7b4a2: Waiting [2024-09-09T11:32:45.793Z] 492f08ac0e25: Waiting [2024-09-09T11:32:45.793Z] 99130081edf4: Waiting [2024-09-09T11:32:45.793Z] 5f70bf18a086: Waiting [2024-09-09T11:32:45.793Z] dc1b82f0e165: Waiting [2024-09-09T11:32:45.793Z] 8ac0b0ad34c7: Waiting [2024-09-09T11:32:45.793Z] 83e62b306f9e: Waiting [2024-09-09T11:32:45.793Z] 815fe7af1d10: Waiting [2024-09-09T11:32:45.793Z] b175a05dd6fe: Waiting [2024-09-09T11:32:45.793Z] 2e4e710c8c7c: Waiting [2024-09-09T11:32:45.793Z] a281075bbb39: Waiting [2024-09-09T11:32:45.793Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:32:45.793Z] 55ec5d484941: Layer already exists [2024-09-09T11:32:45.793Z] 3f9b809873bb: Layer already exists [2024-09-09T11:32:45.793Z] 2a0b4512e566: Layer already exists [2024-09-09T11:32:45.793Z] 32240d1b4671: Layer already exists [2024-09-09T11:32:45.793Z] 6599cfd7e214: Layer already exists [2024-09-09T11:32:45.793Z] 83e62b306f9e: Layer already exists [2024-09-09T11:32:45.793Z] 8ac0b0ad34c7: Layer already exists [2024-09-09T11:32:45.793Z] b175a05dd6fe: Layer already exists [2024-09-09T11:32:45.793Z] 815fe7af1d10: Layer already exists [2024-09-09T11:32:45.793Z] 2e4e710c8c7c: Layer already exists [2024-09-09T11:32:45.793Z] 4f16eaa7b4a2: Layer already exists [2024-09-09T11:32:45.793Z] 99130081edf4: Layer already exists [2024-09-09T11:32:45.793Z] dc1b82f0e165: Layer already exists [2024-09-09T11:32:46.057Z] 5f70bf18a086: Layer already exists [2024-09-09T11:32:46.058Z] 492f08ac0e25: Layer already exists [2024-09-09T11:32:46.058Z] a281075bbb39: Layer already exists [2024-09-09T11:32:46.058Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:32:46.058Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68: digest: sha256:c2f9d6ed13cfa41399aa9099f73293f8bd359f6a27065bca7ebc5e1e48f6be7c size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:32:46.420Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:32:46.771Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2024-09-09T11:32:46.771Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-09-09T11:32:46.771Z] 3f9b809873bb: Preparing [2024-09-09T11:32:46.771Z] 32240d1b4671: Preparing [2024-09-09T11:32:46.771Z] 2a0b4512e566: Preparing [2024-09-09T11:32:46.771Z] 6599cfd7e214: Preparing [2024-09-09T11:32:46.771Z] 55ec5d484941: Preparing [2024-09-09T11:32:46.771Z] 8ac0b0ad34c7: Preparing [2024-09-09T11:32:46.771Z] 815fe7af1d10: Preparing [2024-09-09T11:32:46.771Z] 2e4e710c8c7c: Preparing [2024-09-09T11:32:46.771Z] 83e62b306f9e: Preparing [2024-09-09T11:32:46.771Z] b175a05dd6fe: Preparing [2024-09-09T11:32:46.771Z] 4f16eaa7b4a2: Preparing [2024-09-09T11:32:46.771Z] 99130081edf4: Preparing [2024-09-09T11:32:46.771Z] 5f70bf18a086: Preparing [2024-09-09T11:32:46.771Z] dc1b82f0e165: Preparing [2024-09-09T11:32:46.771Z] 492f08ac0e25: Preparing [2024-09-09T11:32:46.771Z] a281075bbb39: Preparing [2024-09-09T11:32:46.771Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:32:46.771Z] 2e4e710c8c7c: Waiting [2024-09-09T11:32:46.771Z] 8ac0b0ad34c7: Waiting [2024-09-09T11:32:46.771Z] 83e62b306f9e: Waiting [2024-09-09T11:32:46.771Z] 815fe7af1d10: Waiting [2024-09-09T11:32:46.771Z] b175a05dd6fe: Waiting [2024-09-09T11:32:46.771Z] 4f16eaa7b4a2: Waiting [2024-09-09T11:32:46.771Z] dc1b82f0e165: Waiting [2024-09-09T11:32:46.771Z] 99130081edf4: Waiting [2024-09-09T11:32:46.771Z] 492f08ac0e25: Waiting [2024-09-09T11:32:46.771Z] 5f70bf18a086: Waiting [2024-09-09T11:32:46.771Z] a281075bbb39: Waiting [2024-09-09T11:32:46.771Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:32:46.771Z] 6599cfd7e214: Layer already exists [2024-09-09T11:32:46.771Z] 32240d1b4671: Layer already exists [2024-09-09T11:32:46.771Z] 2a0b4512e566: Layer already exists [2024-09-09T11:32:46.771Z] 55ec5d484941: Layer already exists [2024-09-09T11:32:46.771Z] 3f9b809873bb: Layer already exists [2024-09-09T11:32:46.771Z] 815fe7af1d10: Layer already exists [2024-09-09T11:32:46.771Z] b175a05dd6fe: Layer already exists [2024-09-09T11:32:46.771Z] 8ac0b0ad34c7: Layer already exists [2024-09-09T11:32:46.771Z] 2e4e710c8c7c: Layer already exists [2024-09-09T11:32:46.771Z] 83e62b306f9e: Layer already exists [2024-09-09T11:32:46.771Z] 99130081edf4: Layer already exists [2024-09-09T11:32:46.771Z] 4f16eaa7b4a2: Layer already exists [2024-09-09T11:32:46.771Z] 492f08ac0e25: Layer already exists [2024-09-09T11:32:46.771Z] 5f70bf18a086: Layer already exists [2024-09-09T11:32:46.771Z] dc1b82f0e165: Layer already exists [2024-09-09T11:32:47.035Z] a281075bbb39: Layer already exists [2024-09-09T11:32:47.035Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:32:47.035Z] main: digest: sha256:c2f9d6ed13cfa41399aa9099f73293f8bd359f6a27065bca7ebc5e1e48f6be7c size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-09T11:32:47.113Z] ===================================================== [Pipeline] echo [2024-09-09T11:32:47.129Z] taggedImages: [2024-09-09T11:32:47.129Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T11:32:47.129Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2024-09-09T11:32:47.129Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.68 [2024-09-09T11:32:47.129Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T11:32:47.129Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2024-09-09T11:32:47.151Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2024-09-09T11:32:47.151Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T11:32:47.151Z] latest [2024-09-09T11:32:47.151Z] 3.2.0-dev.68 [2024-09-09T11:32:47.151Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T11:32:47.151Z] main [2024-09-09T11:32:47.151Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:32:47.514Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:32:47.868Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T11:32:47.868Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-09-09T11:32:47.868Z] 695df33a4657: Preparing [2024-09-09T11:32:47.868Z] bc65433b4541: Preparing [2024-09-09T11:32:47.868Z] 1003137e26df: Preparing [2024-09-09T11:32:47.868Z] e21cf4cff7b9: Preparing [2024-09-09T11:32:47.868Z] 83e62b306f9e: Preparing [2024-09-09T11:32:47.868Z] b175a05dd6fe: Preparing [2024-09-09T11:32:47.868Z] 8a99a809bcc8: Preparing [2024-09-09T11:32:47.868Z] c2c82d9c9de5: Preparing [2024-09-09T11:32:47.868Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:32:47.868Z] b175a05dd6fe: Waiting [2024-09-09T11:32:47.868Z] 8a99a809bcc8: Waiting [2024-09-09T11:32:47.868Z] c2c82d9c9de5: Waiting [2024-09-09T11:32:47.868Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:32:47.868Z] 83e62b306f9e: Layer already exists [2024-09-09T11:32:48.135Z] b175a05dd6fe: Layer already exists [2024-09-09T11:32:48.135Z] 8a99a809bcc8: Layer already exists [2024-09-09T11:32:48.135Z] 1003137e26df: Pushed [2024-09-09T11:32:48.135Z] bc65433b4541: Pushed [2024-09-09T11:32:48.135Z] 695df33a4657: Pushed [2024-09-09T11:32:48.135Z] c2c82d9c9de5: Layer already exists [2024-09-09T11:32:48.135Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:32:53.465Z] e21cf4cff7b9: Pushed [2024-09-09T11:32:53.730Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e: digest: sha256:a40e88418b03387b144a7802c3616454b0916d8f3e768454db2113c3a6fada3a size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:32:54.081Z] + 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-09-09T11:32:54.435Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2024-09-09T11:32:54.435Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-09-09T11:32:54.435Z] 695df33a4657: Preparing [2024-09-09T11:32:54.435Z] bc65433b4541: Preparing [2024-09-09T11:32:54.435Z] 1003137e26df: Preparing [2024-09-09T11:32:54.435Z] e21cf4cff7b9: Preparing [2024-09-09T11:32:54.435Z] 83e62b306f9e: Preparing [2024-09-09T11:32:54.435Z] b175a05dd6fe: Preparing [2024-09-09T11:32:54.435Z] 8a99a809bcc8: Preparing [2024-09-09T11:32:54.435Z] c2c82d9c9de5: Preparing [2024-09-09T11:32:54.435Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:32:54.435Z] 8a99a809bcc8: Waiting [2024-09-09T11:32:54.435Z] c2c82d9c9de5: Waiting [2024-09-09T11:32:54.435Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:32:54.435Z] b175a05dd6fe: Waiting [2024-09-09T11:32:54.435Z] 83e62b306f9e: Layer already exists [2024-09-09T11:32:54.435Z] 695df33a4657: Layer already exists [2024-09-09T11:32:54.435Z] bc65433b4541: Layer already exists [2024-09-09T11:32:54.435Z] e21cf4cff7b9: Layer already exists [2024-09-09T11:32:54.435Z] 1003137e26df: Layer already exists [2024-09-09T11:32:54.435Z] 8a99a809bcc8: Layer already exists [2024-09-09T11:32:54.435Z] b175a05dd6fe: Layer already exists [2024-09-09T11:32:54.435Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:32:54.435Z] c2c82d9c9de5: Layer already exists [2024-09-09T11:32:54.702Z] latest: digest: sha256:a40e88418b03387b144a7802c3616454b0916d8f3e768454db2113c3a6fada3a size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:32:55.065Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:32:55.424Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.68 [2024-09-09T11:32:55.424Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-09-09T11:32:55.424Z] 695df33a4657: Preparing [2024-09-09T11:32:55.424Z] bc65433b4541: Preparing [2024-09-09T11:32:55.424Z] 1003137e26df: Preparing [2024-09-09T11:32:55.424Z] e21cf4cff7b9: Preparing [2024-09-09T11:32:55.424Z] 83e62b306f9e: Preparing [2024-09-09T11:32:55.424Z] b175a05dd6fe: Preparing [2024-09-09T11:32:55.424Z] 8a99a809bcc8: Preparing [2024-09-09T11:32:55.424Z] c2c82d9c9de5: Preparing [2024-09-09T11:32:55.424Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:32:55.424Z] 8a99a809bcc8: Waiting [2024-09-09T11:32:55.424Z] c2c82d9c9de5: Waiting [2024-09-09T11:32:55.424Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:32:55.424Z] b175a05dd6fe: Waiting [2024-09-09T11:32:55.424Z] 1003137e26df: Layer already exists [2024-09-09T11:32:55.424Z] e21cf4cff7b9: Layer already exists [2024-09-09T11:32:55.424Z] bc65433b4541: Layer already exists [2024-09-09T11:32:55.424Z] 83e62b306f9e: Layer already exists [2024-09-09T11:32:55.424Z] 695df33a4657: Layer already exists [2024-09-09T11:32:55.424Z] b175a05dd6fe: Layer already exists [2024-09-09T11:32:55.424Z] 8a99a809bcc8: Layer already exists [2024-09-09T11:32:55.424Z] c2c82d9c9de5: Layer already exists [2024-09-09T11:32:55.424Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:32:55.688Z] 3.2.0-dev.68: digest: sha256:a40e88418b03387b144a7802c3616454b0916d8f3e768454db2113c3a6fada3a size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:32:56.054Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:32:56.403Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T11:32:56.403Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-09-09T11:32:56.403Z] 695df33a4657: Preparing [2024-09-09T11:32:56.403Z] bc65433b4541: Preparing [2024-09-09T11:32:56.403Z] 1003137e26df: Preparing [2024-09-09T11:32:56.403Z] e21cf4cff7b9: Preparing [2024-09-09T11:32:56.403Z] 83e62b306f9e: Preparing [2024-09-09T11:32:56.403Z] b175a05dd6fe: Preparing [2024-09-09T11:32:56.403Z] 8a99a809bcc8: Preparing [2024-09-09T11:32:56.403Z] c2c82d9c9de5: Preparing [2024-09-09T11:32:56.403Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:32:56.403Z] 8a99a809bcc8: Waiting [2024-09-09T11:32:56.403Z] b175a05dd6fe: Waiting [2024-09-09T11:32:56.403Z] c2c82d9c9de5: Waiting [2024-09-09T11:32:56.403Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:32:56.403Z] e21cf4cff7b9: Layer already exists [2024-09-09T11:32:56.403Z] bc65433b4541: Layer already exists [2024-09-09T11:32:56.403Z] 695df33a4657: Layer already exists [2024-09-09T11:32:56.403Z] 83e62b306f9e: Layer already exists [2024-09-09T11:32:56.403Z] 1003137e26df: Layer already exists [2024-09-09T11:32:56.403Z] 8a99a809bcc8: Layer already exists [2024-09-09T11:32:56.403Z] c2c82d9c9de5: Layer already exists [2024-09-09T11:32:56.403Z] b175a05dd6fe: Layer already exists [2024-09-09T11:32:56.403Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:32:56.670Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68: digest: sha256:a40e88418b03387b144a7802c3616454b0916d8f3e768454db2113c3a6fada3a size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:32:57.028Z] + 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-09-09T11:32:57.392Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2024-09-09T11:32:57.392Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-09-09T11:32:57.392Z] 695df33a4657: Preparing [2024-09-09T11:32:57.392Z] bc65433b4541: Preparing [2024-09-09T11:32:57.392Z] 1003137e26df: Preparing [2024-09-09T11:32:57.392Z] e21cf4cff7b9: Preparing [2024-09-09T11:32:57.392Z] 83e62b306f9e: Preparing [2024-09-09T11:32:57.392Z] b175a05dd6fe: Preparing [2024-09-09T11:32:57.392Z] 8a99a809bcc8: Preparing [2024-09-09T11:32:57.392Z] c2c82d9c9de5: Preparing [2024-09-09T11:32:57.392Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:32:57.392Z] 8a99a809bcc8: Waiting [2024-09-09T11:32:57.392Z] c2c82d9c9de5: Waiting [2024-09-09T11:32:57.392Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:32:57.392Z] b175a05dd6fe: Waiting [2024-09-09T11:32:57.392Z] bc65433b4541: Layer already exists [2024-09-09T11:32:57.392Z] e21cf4cff7b9: Layer already exists [2024-09-09T11:32:57.392Z] 83e62b306f9e: Layer already exists [2024-09-09T11:32:57.392Z] 695df33a4657: Layer already exists [2024-09-09T11:32:57.392Z] 1003137e26df: Layer already exists [2024-09-09T11:32:57.392Z] c2c82d9c9de5: Layer already exists [2024-09-09T11:32:57.392Z] 8a99a809bcc8: Layer already exists [2024-09-09T11:32:57.392Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:32:57.392Z] b175a05dd6fe: Layer already exists [2024-09-09T11:32:57.657Z] main: digest: sha256:a40e88418b03387b144a7802c3616454b0916d8f3e768454db2113c3a6fada3a size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-09T11:32:57.744Z] ===================================================== [Pipeline] echo [2024-09-09T11:32:57.760Z] taggedImages: [2024-09-09T11:32:57.760Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T11:32:57.760Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2024-09-09T11:32:57.760Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.68 [2024-09-09T11:32:57.760Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T11:32:57.760Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2024-09-09T11:32:57.789Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2024-09-09T11:32:57.789Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T11:32:57.789Z] latest [2024-09-09T11:32:57.789Z] 3.2.0-dev.68 [2024-09-09T11:32:57.789Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T11:32:57.789Z] main [2024-09-09T11:32:57.789Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:32:58.159Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:32:58.522Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T11:32:58.522Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-09-09T11:32:58.522Z] 16ca2eda487e: Preparing [2024-09-09T11:32:58.522Z] d434ffaba1c1: Preparing [2024-09-09T11:32:58.522Z] 15b34361ee6e: Preparing [2024-09-09T11:32:58.522Z] 28fdecdbddb8: Preparing [2024-09-09T11:32:58.522Z] d0a108cbabbc: Preparing [2024-09-09T11:32:58.522Z] 83e62b306f9e: Preparing [2024-09-09T11:32:58.522Z] b175a05dd6fe: Preparing [2024-09-09T11:32:58.522Z] 6dade95034b2: Preparing [2024-09-09T11:32:58.522Z] 0e1603aa01ba: Preparing [2024-09-09T11:32:58.522Z] ecab29557237: Preparing [2024-09-09T11:32:58.522Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:32:58.522Z] b175a05dd6fe: Waiting [2024-09-09T11:32:58.522Z] 6dade95034b2: Waiting [2024-09-09T11:32:58.522Z] 0e1603aa01ba: Waiting [2024-09-09T11:32:58.522Z] ecab29557237: Waiting [2024-09-09T11:32:58.522Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:32:58.522Z] 83e62b306f9e: Waiting [2024-09-09T11:32:58.788Z] 28fdecdbddb8: Pushed [2024-09-09T11:32:58.788Z] d0a108cbabbc: Pushed [2024-09-09T11:32:58.788Z] 16ca2eda487e: Pushed [2024-09-09T11:32:58.788Z] d434ffaba1c1: Pushed [2024-09-09T11:32:58.788Z] 83e62b306f9e: Layer already exists [2024-09-09T11:32:58.788Z] b175a05dd6fe: Layer already exists [2024-09-09T11:32:58.788Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:32:59.054Z] 6dade95034b2: Pushed [2024-09-09T11:32:59.054Z] 0e1603aa01ba: Pushed [2024-09-09T11:33:00.990Z] 15b34361ee6e: Pushed [2024-09-09T11:33:01.572Z] ecab29557237: Pushed [2024-09-09T11:33:01.572Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e: digest: sha256:f3b33a4958cfa31436b5308374c5ef124f7f4583b434127ca3ea1c82143bbd6f size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:33:01.929Z] + 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-09-09T11:33:02.271Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2024-09-09T11:33:02.271Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-09-09T11:33:02.271Z] 16ca2eda487e: Preparing [2024-09-09T11:33:02.271Z] d434ffaba1c1: Preparing [2024-09-09T11:33:02.271Z] 15b34361ee6e: Preparing [2024-09-09T11:33:02.271Z] 28fdecdbddb8: Preparing [2024-09-09T11:33:02.271Z] d0a108cbabbc: Preparing [2024-09-09T11:33:02.271Z] 83e62b306f9e: Preparing [2024-09-09T11:33:02.271Z] b175a05dd6fe: Preparing [2024-09-09T11:33:02.271Z] 6dade95034b2: Preparing [2024-09-09T11:33:02.271Z] 0e1603aa01ba: Preparing [2024-09-09T11:33:02.271Z] ecab29557237: Preparing [2024-09-09T11:33:02.271Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:33:02.271Z] b175a05dd6fe: Waiting [2024-09-09T11:33:02.271Z] 6dade95034b2: Waiting [2024-09-09T11:33:02.271Z] 0e1603aa01ba: Waiting [2024-09-09T11:33:02.271Z] ecab29557237: Waiting [2024-09-09T11:33:02.271Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:33:02.271Z] 83e62b306f9e: Waiting [2024-09-09T11:33:02.271Z] 15b34361ee6e: Layer already exists [2024-09-09T11:33:02.271Z] 28fdecdbddb8: Layer already exists [2024-09-09T11:33:02.271Z] d434ffaba1c1: Layer already exists [2024-09-09T11:33:02.271Z] 16ca2eda487e: Layer already exists [2024-09-09T11:33:02.271Z] d0a108cbabbc: Layer already exists [2024-09-09T11:33:02.271Z] ecab29557237: Layer already exists [2024-09-09T11:33:02.271Z] b175a05dd6fe: Layer already exists [2024-09-09T11:33:02.271Z] 83e62b306f9e: Layer already exists [2024-09-09T11:33:02.271Z] 0e1603aa01ba: Layer already exists [2024-09-09T11:33:02.271Z] 6dade95034b2: Layer already exists [2024-09-09T11:33:02.271Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:33:02.536Z] latest: digest: sha256:f3b33a4958cfa31436b5308374c5ef124f7f4583b434127ca3ea1c82143bbd6f size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:33:02.967Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:33:03.315Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.68 [2024-09-09T11:33:03.315Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-09-09T11:33:03.315Z] 16ca2eda487e: Preparing [2024-09-09T11:33:03.315Z] d434ffaba1c1: Preparing [2024-09-09T11:33:03.315Z] 15b34361ee6e: Preparing [2024-09-09T11:33:03.315Z] 28fdecdbddb8: Preparing [2024-09-09T11:33:03.315Z] d0a108cbabbc: Preparing [2024-09-09T11:33:03.315Z] 83e62b306f9e: Preparing [2024-09-09T11:33:03.315Z] b175a05dd6fe: Preparing [2024-09-09T11:33:03.315Z] 6dade95034b2: Preparing [2024-09-09T11:33:03.315Z] 83e62b306f9e: Waiting [2024-09-09T11:33:03.315Z] 0e1603aa01ba: Preparing [2024-09-09T11:33:03.315Z] 6dade95034b2: Waiting [2024-09-09T11:33:03.315Z] ecab29557237: Preparing [2024-09-09T11:33:03.315Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:33:03.315Z] 0e1603aa01ba: Waiting [2024-09-09T11:33:03.315Z] b175a05dd6fe: Waiting [2024-09-09T11:33:03.315Z] ecab29557237: Waiting [2024-09-09T11:33:03.315Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:33:03.315Z] 15b34361ee6e: Layer already exists [2024-09-09T11:33:03.315Z] d434ffaba1c1: Layer already exists [2024-09-09T11:33:03.315Z] 28fdecdbddb8: Layer already exists [2024-09-09T11:33:03.315Z] d0a108cbabbc: Layer already exists [2024-09-09T11:33:03.315Z] 16ca2eda487e: Layer already exists [2024-09-09T11:33:03.315Z] 83e62b306f9e: Layer already exists [2024-09-09T11:33:03.315Z] 6dade95034b2: Layer already exists [2024-09-09T11:33:03.315Z] 0e1603aa01ba: Layer already exists [2024-09-09T11:33:03.315Z] b175a05dd6fe: Layer already exists [2024-09-09T11:33:03.315Z] ecab29557237: Layer already exists [2024-09-09T11:33:03.315Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:33:03.581Z] 3.2.0-dev.68: digest: sha256:f3b33a4958cfa31436b5308374c5ef124f7f4583b434127ca3ea1c82143bbd6f size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:33:03.940Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:33:04.293Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T11:33:04.293Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-09-09T11:33:04.293Z] 16ca2eda487e: Preparing [2024-09-09T11:33:04.293Z] d434ffaba1c1: Preparing [2024-09-09T11:33:04.293Z] 15b34361ee6e: Preparing [2024-09-09T11:33:04.293Z] 28fdecdbddb8: Preparing [2024-09-09T11:33:04.293Z] d0a108cbabbc: Preparing [2024-09-09T11:33:04.293Z] 83e62b306f9e: Preparing [2024-09-09T11:33:04.293Z] b175a05dd6fe: Preparing [2024-09-09T11:33:04.293Z] 6dade95034b2: Preparing [2024-09-09T11:33:04.293Z] 0e1603aa01ba: Preparing [2024-09-09T11:33:04.293Z] ecab29557237: Preparing [2024-09-09T11:33:04.293Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:33:04.293Z] b175a05dd6fe: Waiting [2024-09-09T11:33:04.293Z] 6dade95034b2: Waiting [2024-09-09T11:33:04.293Z] 83e62b306f9e: Waiting [2024-09-09T11:33:04.293Z] 0e1603aa01ba: Waiting [2024-09-09T11:33:04.293Z] ecab29557237: Waiting [2024-09-09T11:33:04.293Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:33:04.293Z] 16ca2eda487e: Layer already exists [2024-09-09T11:33:04.293Z] d0a108cbabbc: Layer already exists [2024-09-09T11:33:04.293Z] 28fdecdbddb8: Layer already exists [2024-09-09T11:33:04.293Z] d434ffaba1c1: Layer already exists [2024-09-09T11:33:04.293Z] 15b34361ee6e: Layer already exists [2024-09-09T11:33:04.293Z] 6dade95034b2: Layer already exists [2024-09-09T11:33:04.293Z] b175a05dd6fe: Layer already exists [2024-09-09T11:33:04.293Z] 83e62b306f9e: Layer already exists [2024-09-09T11:33:04.293Z] 0e1603aa01ba: Layer already exists [2024-09-09T11:33:04.293Z] ecab29557237: Layer already exists [2024-09-09T11:33:04.293Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:33:04.559Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68: digest: sha256:f3b33a4958cfa31436b5308374c5ef124f7f4583b434127ca3ea1c82143bbd6f size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:33:04.923Z] + 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-09-09T11:33:05.268Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2024-09-09T11:33:05.268Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-09-09T11:33:05.268Z] 16ca2eda487e: Preparing [2024-09-09T11:33:05.268Z] d434ffaba1c1: Preparing [2024-09-09T11:33:05.268Z] 15b34361ee6e: Preparing [2024-09-09T11:33:05.268Z] 28fdecdbddb8: Preparing [2024-09-09T11:33:05.268Z] d0a108cbabbc: Preparing [2024-09-09T11:33:05.268Z] 83e62b306f9e: Preparing [2024-09-09T11:33:05.268Z] b175a05dd6fe: Preparing [2024-09-09T11:33:05.268Z] 6dade95034b2: Preparing [2024-09-09T11:33:05.268Z] 0e1603aa01ba: Preparing [2024-09-09T11:33:05.268Z] ecab29557237: Preparing [2024-09-09T11:33:05.268Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:33:05.268Z] 0e1603aa01ba: Waiting [2024-09-09T11:33:05.268Z] 83e62b306f9e: Waiting [2024-09-09T11:33:05.268Z] b175a05dd6fe: Waiting [2024-09-09T11:33:05.268Z] ecab29557237: Waiting [2024-09-09T11:33:05.268Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:33:05.268Z] 6dade95034b2: Waiting [2024-09-09T11:33:05.268Z] 28fdecdbddb8: Layer already exists [2024-09-09T11:33:05.268Z] 15b34361ee6e: Layer already exists [2024-09-09T11:33:05.268Z] d434ffaba1c1: Layer already exists [2024-09-09T11:33:05.268Z] 16ca2eda487e: Layer already exists [2024-09-09T11:33:05.268Z] d0a108cbabbc: Layer already exists [2024-09-09T11:33:05.268Z] 83e62b306f9e: Layer already exists [2024-09-09T11:33:05.268Z] b175a05dd6fe: Layer already exists [2024-09-09T11:33:05.268Z] 0e1603aa01ba: Layer already exists [2024-09-09T11:33:05.268Z] ecab29557237: Layer already exists [2024-09-09T11:33:05.268Z] 6dade95034b2: Layer already exists [2024-09-09T11:33:05.268Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:33:05.534Z] main: digest: sha256:f3b33a4958cfa31436b5308374c5ef124f7f4583b434127ca3ea1c82143bbd6f size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-09T11:33:05.602Z] ===================================================== [Pipeline] echo [2024-09-09T11:33:05.617Z] taggedImages: [2024-09-09T11:33:05.617Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T11:33:05.617Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2024-09-09T11:33:05.617Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.68 [2024-09-09T11:33:05.617Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T11:33:05.617Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2024-09-09T11:33:05.642Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2024-09-09T11:33:05.642Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T11:33:05.642Z] latest [2024-09-09T11:33:05.642Z] 3.2.0-dev.68 [2024-09-09T11:33:05.642Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T11:33:05.642Z] main [2024-09-09T11:33:05.642Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:33:06.004Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:33:06.366Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T11:33:06.366Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-09-09T11:33:06.366Z] 7b8362da681b: Preparing [2024-09-09T11:33:06.366Z] ed5d39896269: Preparing [2024-09-09T11:33:06.366Z] c207bda484db: Preparing [2024-09-09T11:33:06.366Z] 145540d0f959: Preparing [2024-09-09T11:33:06.366Z] a9acd8b0979a: Preparing [2024-09-09T11:33:06.366Z] cf6a8fac91b1: Preparing [2024-09-09T11:33:06.366Z] 910e9d0d8eda: Preparing [2024-09-09T11:33:06.366Z] 83e62b306f9e: Preparing [2024-09-09T11:33:06.366Z] b175a05dd6fe: Preparing [2024-09-09T11:33:06.366Z] 5fccf08dc0a8: Preparing [2024-09-09T11:33:06.366Z] 3a8b5a5f8d16: Preparing [2024-09-09T11:33:06.366Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:33:06.366Z] 83e62b306f9e: Waiting [2024-09-09T11:33:06.366Z] b175a05dd6fe: Waiting [2024-09-09T11:33:06.366Z] 5fccf08dc0a8: Waiting [2024-09-09T11:33:06.366Z] 3a8b5a5f8d16: Waiting [2024-09-09T11:33:06.366Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:33:06.366Z] cf6a8fac91b1: Waiting [2024-09-09T11:33:06.366Z] 910e9d0d8eda: Waiting [2024-09-09T11:33:06.635Z] ed5d39896269: Pushed [2024-09-09T11:33:06.635Z] a9acd8b0979a: Pushed [2024-09-09T11:33:06.635Z] 7b8362da681b: Pushed [2024-09-09T11:33:06.635Z] 83e62b306f9e: Layer already exists [2024-09-09T11:33:06.635Z] b175a05dd6fe: Layer already exists [2024-09-09T11:33:06.902Z] cf6a8fac91b1: Pushed [2024-09-09T11:33:06.902Z] 910e9d0d8eda: Pushed [2024-09-09T11:33:06.902Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:33:06.902Z] 5fccf08dc0a8: Pushed [2024-09-09T11:33:08.848Z] 145540d0f959: Pushed [2024-09-09T11:33:09.432Z] c207bda484db: Pushed [2024-09-09T11:33:09.432Z] 3a8b5a5f8d16: Pushed [2024-09-09T11:33:09.699Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e: digest: sha256:244c004604f5a5339b6e14c96cd60180885ae100705461f6c897f7abce3dae78 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:33:10.061Z] + 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-09-09T11:33:10.414Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2024-09-09T11:33:10.415Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-09-09T11:33:10.415Z] 7b8362da681b: Preparing [2024-09-09T11:33:10.415Z] ed5d39896269: Preparing [2024-09-09T11:33:10.415Z] c207bda484db: Preparing [2024-09-09T11:33:10.415Z] 145540d0f959: Preparing [2024-09-09T11:33:10.415Z] a9acd8b0979a: Preparing [2024-09-09T11:33:10.415Z] cf6a8fac91b1: Preparing [2024-09-09T11:33:10.415Z] 910e9d0d8eda: Preparing [2024-09-09T11:33:10.415Z] 83e62b306f9e: Preparing [2024-09-09T11:33:10.415Z] b175a05dd6fe: Preparing [2024-09-09T11:33:10.415Z] 5fccf08dc0a8: Preparing [2024-09-09T11:33:10.415Z] 3a8b5a5f8d16: Preparing [2024-09-09T11:33:10.415Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:33:10.415Z] cf6a8fac91b1: Waiting [2024-09-09T11:33:10.415Z] 910e9d0d8eda: Waiting [2024-09-09T11:33:10.415Z] b175a05dd6fe: Waiting [2024-09-09T11:33:10.415Z] 5fccf08dc0a8: Waiting [2024-09-09T11:33:10.415Z] 83e62b306f9e: Waiting [2024-09-09T11:33:10.415Z] 3a8b5a5f8d16: Waiting [2024-09-09T11:33:10.415Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:33:10.415Z] c207bda484db: Layer already exists [2024-09-09T11:33:10.415Z] 7b8362da681b: Layer already exists [2024-09-09T11:33:10.415Z] 145540d0f959: Layer already exists [2024-09-09T11:33:10.415Z] a9acd8b0979a: Layer already exists [2024-09-09T11:33:10.415Z] ed5d39896269: Layer already exists [2024-09-09T11:33:10.415Z] 910e9d0d8eda: Layer already exists [2024-09-09T11:33:10.415Z] 83e62b306f9e: Layer already exists [2024-09-09T11:33:10.415Z] cf6a8fac91b1: Layer already exists [2024-09-09T11:33:10.415Z] b175a05dd6fe: Layer already exists [2024-09-09T11:33:10.415Z] 5fccf08dc0a8: Layer already exists [2024-09-09T11:33:10.415Z] 3a8b5a5f8d16: Layer already exists [2024-09-09T11:33:10.415Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:33:10.682Z] latest: digest: sha256:244c004604f5a5339b6e14c96cd60180885ae100705461f6c897f7abce3dae78 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:33:11.037Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:33:11.380Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.68 [2024-09-09T11:33:11.380Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-09-09T11:33:11.380Z] 7b8362da681b: Preparing [2024-09-09T11:33:11.380Z] ed5d39896269: Preparing [2024-09-09T11:33:11.380Z] c207bda484db: Preparing [2024-09-09T11:33:11.380Z] 145540d0f959: Preparing [2024-09-09T11:33:11.380Z] a9acd8b0979a: Preparing [2024-09-09T11:33:11.380Z] cf6a8fac91b1: Preparing [2024-09-09T11:33:11.380Z] 910e9d0d8eda: Preparing [2024-09-09T11:33:11.380Z] 83e62b306f9e: Preparing [2024-09-09T11:33:11.380Z] b175a05dd6fe: Preparing [2024-09-09T11:33:11.380Z] 5fccf08dc0a8: Preparing [2024-09-09T11:33:11.380Z] 3a8b5a5f8d16: Preparing [2024-09-09T11:33:11.380Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:33:11.380Z] 83e62b306f9e: Waiting [2024-09-09T11:33:11.380Z] b175a05dd6fe: Waiting [2024-09-09T11:33:11.380Z] 5fccf08dc0a8: Waiting [2024-09-09T11:33:11.380Z] 3a8b5a5f8d16: Waiting [2024-09-09T11:33:11.380Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:33:11.380Z] cf6a8fac91b1: Waiting [2024-09-09T11:33:11.380Z] 910e9d0d8eda: Waiting [2024-09-09T11:33:11.380Z] 7b8362da681b: Layer already exists [2024-09-09T11:33:11.380Z] c207bda484db: Layer already exists [2024-09-09T11:33:11.380Z] ed5d39896269: Layer already exists [2024-09-09T11:33:11.380Z] 145540d0f959: Layer already exists [2024-09-09T11:33:11.380Z] a9acd8b0979a: Layer already exists [2024-09-09T11:33:11.380Z] 83e62b306f9e: Layer already exists [2024-09-09T11:33:11.380Z] b175a05dd6fe: Layer already exists [2024-09-09T11:33:11.380Z] cf6a8fac91b1: Layer already exists [2024-09-09T11:33:11.380Z] 910e9d0d8eda: Layer already exists [2024-09-09T11:33:11.380Z] 5fccf08dc0a8: Layer already exists [2024-09-09T11:33:11.380Z] 3a8b5a5f8d16: Layer already exists [2024-09-09T11:33:11.380Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:33:11.644Z] 3.2.0-dev.68: digest: sha256:244c004604f5a5339b6e14c96cd60180885ae100705461f6c897f7abce3dae78 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:33:11.998Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:33:12.338Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T11:33:12.338Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-09-09T11:33:12.339Z] 7b8362da681b: Preparing [2024-09-09T11:33:12.339Z] ed5d39896269: Preparing [2024-09-09T11:33:12.339Z] c207bda484db: Preparing [2024-09-09T11:33:12.339Z] 145540d0f959: Preparing [2024-09-09T11:33:12.339Z] a9acd8b0979a: Preparing [2024-09-09T11:33:12.339Z] cf6a8fac91b1: Preparing [2024-09-09T11:33:12.339Z] 910e9d0d8eda: Preparing [2024-09-09T11:33:12.339Z] 83e62b306f9e: Preparing [2024-09-09T11:33:12.339Z] b175a05dd6fe: Preparing [2024-09-09T11:33:12.339Z] 5fccf08dc0a8: Preparing [2024-09-09T11:33:12.339Z] 3a8b5a5f8d16: Preparing [2024-09-09T11:33:12.339Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:33:12.339Z] cf6a8fac91b1: Waiting [2024-09-09T11:33:12.339Z] 910e9d0d8eda: Waiting [2024-09-09T11:33:12.339Z] 83e62b306f9e: Waiting [2024-09-09T11:33:12.339Z] b175a05dd6fe: Waiting [2024-09-09T11:33:12.339Z] 5fccf08dc0a8: Waiting [2024-09-09T11:33:12.339Z] 3a8b5a5f8d16: Waiting [2024-09-09T11:33:12.339Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:33:12.339Z] 7b8362da681b: Layer already exists [2024-09-09T11:33:12.339Z] c207bda484db: Layer already exists [2024-09-09T11:33:12.339Z] ed5d39896269: Layer already exists [2024-09-09T11:33:12.339Z] a9acd8b0979a: Layer already exists [2024-09-09T11:33:12.339Z] 145540d0f959: Layer already exists [2024-09-09T11:33:12.339Z] cf6a8fac91b1: Layer already exists [2024-09-09T11:33:12.339Z] 83e62b306f9e: Layer already exists [2024-09-09T11:33:12.339Z] b175a05dd6fe: Layer already exists [2024-09-09T11:33:12.339Z] 910e9d0d8eda: Layer already exists [2024-09-09T11:33:12.339Z] 5fccf08dc0a8: Layer already exists [2024-09-09T11:33:12.604Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:33:12.604Z] 3a8b5a5f8d16: Layer already exists [2024-09-09T11:33:12.604Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68: digest: sha256:244c004604f5a5339b6e14c96cd60180885ae100705461f6c897f7abce3dae78 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:33:12.961Z] + 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-09-09T11:33:13.308Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2024-09-09T11:33:13.308Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-09-09T11:33:13.308Z] 7b8362da681b: Preparing [2024-09-09T11:33:13.308Z] ed5d39896269: Preparing [2024-09-09T11:33:13.308Z] c207bda484db: Preparing [2024-09-09T11:33:13.308Z] 145540d0f959: Preparing [2024-09-09T11:33:13.308Z] a9acd8b0979a: Preparing [2024-09-09T11:33:13.308Z] cf6a8fac91b1: Preparing [2024-09-09T11:33:13.308Z] 910e9d0d8eda: Preparing [2024-09-09T11:33:13.308Z] cf6a8fac91b1: Waiting [2024-09-09T11:33:13.308Z] 83e62b306f9e: Preparing [2024-09-09T11:33:13.308Z] 910e9d0d8eda: Waiting [2024-09-09T11:33:13.308Z] b175a05dd6fe: Preparing [2024-09-09T11:33:13.308Z] 83e62b306f9e: Waiting [2024-09-09T11:33:13.308Z] 5fccf08dc0a8: Preparing [2024-09-09T11:33:13.308Z] 3a8b5a5f8d16: Preparing [2024-09-09T11:33:13.308Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:33:13.308Z] b175a05dd6fe: Waiting [2024-09-09T11:33:13.308Z] 3a8b5a5f8d16: Waiting [2024-09-09T11:33:13.308Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:33:13.308Z] 5fccf08dc0a8: Waiting [2024-09-09T11:33:13.308Z] 145540d0f959: Layer already exists [2024-09-09T11:33:13.308Z] ed5d39896269: Layer already exists [2024-09-09T11:33:13.308Z] a9acd8b0979a: Layer already exists [2024-09-09T11:33:13.308Z] 7b8362da681b: Layer already exists [2024-09-09T11:33:13.308Z] c207bda484db: Layer already exists [2024-09-09T11:33:13.308Z] cf6a8fac91b1: Layer already exists [2024-09-09T11:33:13.308Z] 5fccf08dc0a8: Layer already exists [2024-09-09T11:33:13.308Z] 910e9d0d8eda: Layer already exists [2024-09-09T11:33:13.308Z] b175a05dd6fe: Layer already exists [2024-09-09T11:33:13.308Z] 83e62b306f9e: Layer already exists [2024-09-09T11:33:13.308Z] 3a8b5a5f8d16: Layer already exists [2024-09-09T11:33:13.308Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:33:13.573Z] main: digest: sha256:244c004604f5a5339b6e14c96cd60180885ae100705461f6c897f7abce3dae78 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-09T11:33:13.652Z] ===================================================== [Pipeline] echo [2024-09-09T11:33:13.664Z] taggedImages: [2024-09-09T11:33:13.664Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T11:33:13.664Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2024-09-09T11:33:13.664Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.68 [2024-09-09T11:33:13.664Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T11:33:13.664Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2024-09-09T11:33:13.691Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2024-09-09T11:33:13.691Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T11:33:13.691Z] latest [2024-09-09T11:33:13.691Z] 3.2.0-dev.68 [2024-09-09T11:33:13.691Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T11:33:13.691Z] main [2024-09-09T11:33:13.691Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:33:14.064Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:33:14.404Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T11:33:14.404Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-09-09T11:33:14.404Z] 2b590f20d316: Preparing [2024-09-09T11:33:14.404Z] 5f5eaa500df2: Preparing [2024-09-09T11:33:14.404Z] 83e62b306f9e: Preparing [2024-09-09T11:33:14.405Z] b175a05dd6fe: Preparing [2024-09-09T11:33:14.405Z] 56609fa202e9: Preparing [2024-09-09T11:33:14.405Z] 083f610b5a62: Preparing [2024-09-09T11:33:14.405Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:33:14.405Z] 083f610b5a62: Waiting [2024-09-09T11:33:14.405Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:33:14.669Z] 56609fa202e9: Pushed [2024-09-09T11:33:14.934Z] b175a05dd6fe: Layer already exists [2024-09-09T11:33:15.198Z] 83e62b306f9e: Layer already exists [2024-09-09T11:33:15.198Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:33:15.198Z] 2b590f20d316: Pushed [2024-09-09T11:33:17.131Z] 083f610b5a62: Pushed [2024-09-09T11:33:18.085Z] 5f5eaa500df2: Pushed [2024-09-09T11:33:18.350Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e: digest: sha256:692c9d3c9d0a22bc99c6cce6f3a0e182cdcd7cc5ea3a82fcc066d4377fd0bc02 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:33:18.706Z] + 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-09-09T11:33:19.055Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2024-09-09T11:33:19.055Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-09-09T11:33:19.055Z] 2b590f20d316: Preparing [2024-09-09T11:33:19.055Z] 5f5eaa500df2: Preparing [2024-09-09T11:33:19.055Z] 83e62b306f9e: Preparing [2024-09-09T11:33:19.055Z] b175a05dd6fe: Preparing [2024-09-09T11:33:19.055Z] 56609fa202e9: Preparing [2024-09-09T11:33:19.055Z] 083f610b5a62: Preparing [2024-09-09T11:33:19.055Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:33:19.055Z] 083f610b5a62: Waiting [2024-09-09T11:33:19.055Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:33:19.055Z] 56609fa202e9: Layer already exists [2024-09-09T11:33:19.055Z] b175a05dd6fe: Layer already exists [2024-09-09T11:33:19.055Z] 83e62b306f9e: Layer already exists [2024-09-09T11:33:19.055Z] 2b590f20d316: Layer already exists [2024-09-09T11:33:19.055Z] 5f5eaa500df2: Layer already exists [2024-09-09T11:33:19.055Z] 083f610b5a62: Layer already exists [2024-09-09T11:33:19.055Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:33:19.319Z] latest: digest: sha256:692c9d3c9d0a22bc99c6cce6f3a0e182cdcd7cc5ea3a82fcc066d4377fd0bc02 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:33:19.676Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:33:20.093Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.68 [2024-09-09T11:33:20.094Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-09-09T11:33:20.094Z] 2b590f20d316: Preparing [2024-09-09T11:33:20.094Z] 5f5eaa500df2: Preparing [2024-09-09T11:33:20.094Z] 83e62b306f9e: Preparing [2024-09-09T11:33:20.094Z] b175a05dd6fe: Preparing [2024-09-09T11:33:20.094Z] 56609fa202e9: Preparing [2024-09-09T11:33:20.094Z] 083f610b5a62: Preparing [2024-09-09T11:33:20.094Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:33:20.094Z] 083f610b5a62: Waiting [2024-09-09T11:33:20.094Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:33:20.094Z] 2b590f20d316: Layer already exists [2024-09-09T11:33:20.094Z] 83e62b306f9e: Layer already exists [2024-09-09T11:33:20.094Z] 56609fa202e9: Layer already exists [2024-09-09T11:33:20.094Z] b175a05dd6fe: Layer already exists [2024-09-09T11:33:20.094Z] 5f5eaa500df2: Layer already exists [2024-09-09T11:33:20.094Z] 083f610b5a62: Layer already exists [2024-09-09T11:33:20.094Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:33:20.361Z] 3.2.0-dev.68: digest: sha256:692c9d3c9d0a22bc99c6cce6f3a0e182cdcd7cc5ea3a82fcc066d4377fd0bc02 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:33:20.720Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:33:21.084Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T11:33:21.084Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-09-09T11:33:21.084Z] 2b590f20d316: Preparing [2024-09-09T11:33:21.084Z] 5f5eaa500df2: Preparing [2024-09-09T11:33:21.084Z] 83e62b306f9e: Preparing [2024-09-09T11:33:21.084Z] b175a05dd6fe: Preparing [2024-09-09T11:33:21.084Z] 56609fa202e9: Preparing [2024-09-09T11:33:21.084Z] 083f610b5a62: Preparing [2024-09-09T11:33:21.084Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:33:21.084Z] 083f610b5a62: Waiting [2024-09-09T11:33:21.084Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:33:21.084Z] 5f5eaa500df2: Layer already exists [2024-09-09T11:33:21.084Z] 56609fa202e9: Layer already exists [2024-09-09T11:33:21.084Z] 83e62b306f9e: Layer already exists [2024-09-09T11:33:21.084Z] b175a05dd6fe: Layer already exists [2024-09-09T11:33:21.084Z] 2b590f20d316: Layer already exists [2024-09-09T11:33:21.084Z] 083f610b5a62: Layer already exists [2024-09-09T11:33:21.084Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:33:21.084Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68: digest: sha256:692c9d3c9d0a22bc99c6cce6f3a0e182cdcd7cc5ea3a82fcc066d4377fd0bc02 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:33:21.702Z] + 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-09-09T11:33:22.052Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2024-09-09T11:33:22.052Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-09-09T11:33:22.052Z] 2b590f20d316: Preparing [2024-09-09T11:33:22.052Z] 5f5eaa500df2: Preparing [2024-09-09T11:33:22.052Z] 83e62b306f9e: Preparing [2024-09-09T11:33:22.052Z] b175a05dd6fe: Preparing [2024-09-09T11:33:22.052Z] 56609fa202e9: Preparing [2024-09-09T11:33:22.052Z] 083f610b5a62: Preparing [2024-09-09T11:33:22.052Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:33:22.052Z] 083f610b5a62: Waiting [2024-09-09T11:33:22.052Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:33:22.052Z] 2b590f20d316: Layer already exists [2024-09-09T11:33:22.052Z] b175a05dd6fe: Layer already exists [2024-09-09T11:33:22.052Z] 56609fa202e9: Layer already exists [2024-09-09T11:33:22.052Z] 5f5eaa500df2: Layer already exists [2024-09-09T11:33:22.052Z] 83e62b306f9e: Layer already exists [2024-09-09T11:33:22.052Z] 083f610b5a62: Layer already exists [2024-09-09T11:33:22.052Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:33:22.319Z] main: digest: sha256:692c9d3c9d0a22bc99c6cce6f3a0e182cdcd7cc5ea3a82fcc066d4377fd0bc02 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-09T11:33:22.400Z] ===================================================== [Pipeline] echo [2024-09-09T11:33:22.410Z] taggedImages: [2024-09-09T11:33:22.410Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T11:33:22.410Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2024-09-09T11:33:22.410Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.68 [2024-09-09T11:33:22.410Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T11:33:22.410Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2024-09-09T11:33:22.432Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2024-09-09T11:33:22.432Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T11:33:22.432Z] latest [2024-09-09T11:33:22.432Z] 3.2.0-dev.68 [2024-09-09T11:33:22.432Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T11:33:22.432Z] main [2024-09-09T11:33:22.432Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:33:22.800Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:33:23.163Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T11:33:23.163Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-09-09T11:33:23.163Z] 0016fe3f778b: Preparing [2024-09-09T11:33:23.163Z] 7de07ac25bb1: Preparing [2024-09-09T11:33:23.163Z] aecb565fccb2: Preparing [2024-09-09T11:33:23.163Z] 83e62b306f9e: Preparing [2024-09-09T11:33:23.163Z] b175a05dd6fe: Preparing [2024-09-09T11:33:23.163Z] 8808700d74cc: Preparing [2024-09-09T11:33:23.163Z] c59c05237caa: Preparing [2024-09-09T11:33:23.163Z] 2f75509e1c02: Preparing [2024-09-09T11:33:23.163Z] f1d99a93194a: Preparing [2024-09-09T11:33:23.163Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:33:23.163Z] c59c05237caa: Waiting [2024-09-09T11:33:23.163Z] 2f75509e1c02: Waiting [2024-09-09T11:33:23.163Z] 8808700d74cc: Waiting [2024-09-09T11:33:23.163Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:33:23.163Z] f1d99a93194a: Waiting [2024-09-09T11:33:23.163Z] b175a05dd6fe: Layer already exists [2024-09-09T11:33:23.163Z] 83e62b306f9e: Layer already exists [2024-09-09T11:33:23.432Z] aecb565fccb2: Pushed [2024-09-09T11:33:23.432Z] 7de07ac25bb1: Pushed [2024-09-09T11:33:23.432Z] 0016fe3f778b: Pushed [2024-09-09T11:33:23.432Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:33:23.432Z] 2f75509e1c02: Pushed [2024-09-09T11:33:24.388Z] f1d99a93194a: Pushed [2024-09-09T11:33:36.702Z] c59c05237caa: Pushed [2024-09-09T11:33:44.930Z] 8808700d74cc: Pushed [2024-09-09T11:33:45.197Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e: digest: sha256:c562257e5446032eeeb72488f227b531bd06a515f6dee8de4bf9dbfbe2a147f3 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:33:45.543Z] + 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-09-09T11:33:45.902Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2024-09-09T11:33:45.902Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-09-09T11:33:45.902Z] 0016fe3f778b: Preparing [2024-09-09T11:33:45.902Z] 7de07ac25bb1: Preparing [2024-09-09T11:33:45.902Z] aecb565fccb2: Preparing [2024-09-09T11:33:45.902Z] 83e62b306f9e: Preparing [2024-09-09T11:33:45.902Z] b175a05dd6fe: Preparing [2024-09-09T11:33:45.902Z] 8808700d74cc: Preparing [2024-09-09T11:33:45.902Z] c59c05237caa: Preparing [2024-09-09T11:33:45.902Z] 2f75509e1c02: Preparing [2024-09-09T11:33:45.902Z] f1d99a93194a: Preparing [2024-09-09T11:33:45.902Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:33:45.902Z] 8808700d74cc: Waiting [2024-09-09T11:33:45.902Z] c59c05237caa: Waiting [2024-09-09T11:33:45.902Z] 2f75509e1c02: Waiting [2024-09-09T11:33:45.902Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:33:45.902Z] f1d99a93194a: Waiting [2024-09-09T11:33:45.902Z] 0016fe3f778b: Layer already exists [2024-09-09T11:33:45.902Z] 83e62b306f9e: Layer already exists [2024-09-09T11:33:45.902Z] b175a05dd6fe: Layer already exists [2024-09-09T11:33:45.902Z] aecb565fccb2: Layer already exists [2024-09-09T11:33:45.902Z] 7de07ac25bb1: Layer already exists [2024-09-09T11:33:45.902Z] 8808700d74cc: Layer already exists [2024-09-09T11:33:45.902Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:33:45.902Z] 2f75509e1c02: Layer already exists [2024-09-09T11:33:45.902Z] c59c05237caa: Layer already exists [2024-09-09T11:33:45.902Z] f1d99a93194a: Layer already exists [2024-09-09T11:33:46.168Z] latest: digest: sha256:c562257e5446032eeeb72488f227b531bd06a515f6dee8de4bf9dbfbe2a147f3 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:33:46.518Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:33:46.875Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.68 [2024-09-09T11:33:46.875Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-09-09T11:33:46.875Z] 0016fe3f778b: Preparing [2024-09-09T11:33:46.875Z] 7de07ac25bb1: Preparing [2024-09-09T11:33:46.875Z] aecb565fccb2: Preparing [2024-09-09T11:33:46.875Z] 83e62b306f9e: Preparing [2024-09-09T11:33:46.875Z] b175a05dd6fe: Preparing [2024-09-09T11:33:46.875Z] 8808700d74cc: Preparing [2024-09-09T11:33:46.875Z] c59c05237caa: Preparing [2024-09-09T11:33:46.875Z] 2f75509e1c02: Preparing [2024-09-09T11:33:46.875Z] f1d99a93194a: Preparing [2024-09-09T11:33:46.875Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:33:46.875Z] c59c05237caa: Waiting [2024-09-09T11:33:46.875Z] 2f75509e1c02: Waiting [2024-09-09T11:33:46.875Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:33:46.875Z] f1d99a93194a: Waiting [2024-09-09T11:33:46.875Z] 8808700d74cc: Waiting [2024-09-09T11:33:46.875Z] 83e62b306f9e: Layer already exists [2024-09-09T11:33:46.875Z] 0016fe3f778b: Layer already exists [2024-09-09T11:33:46.875Z] b175a05dd6fe: Layer already exists [2024-09-09T11:33:46.875Z] 7de07ac25bb1: Layer already exists [2024-09-09T11:33:46.875Z] aecb565fccb2: Layer already exists [2024-09-09T11:33:46.875Z] 2f75509e1c02: Layer already exists [2024-09-09T11:33:46.875Z] 8808700d74cc: Layer already exists [2024-09-09T11:33:46.875Z] c59c05237caa: Layer already exists [2024-09-09T11:33:46.875Z] f1d99a93194a: Layer already exists [2024-09-09T11:33:46.875Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:33:47.140Z] 3.2.0-dev.68: digest: sha256:c562257e5446032eeeb72488f227b531bd06a515f6dee8de4bf9dbfbe2a147f3 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:33:47.501Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:33:48.443Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T11:33:48.443Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-09-09T11:33:48.443Z] 0016fe3f778b: Preparing [2024-09-09T11:33:48.443Z] 7de07ac25bb1: Preparing [2024-09-09T11:33:48.443Z] aecb565fccb2: Preparing [2024-09-09T11:33:48.443Z] 83e62b306f9e: Preparing [2024-09-09T11:33:48.443Z] b175a05dd6fe: Preparing [2024-09-09T11:33:48.443Z] 8808700d74cc: Preparing [2024-09-09T11:33:48.443Z] c59c05237caa: Preparing [2024-09-09T11:33:48.443Z] 2f75509e1c02: Preparing [2024-09-09T11:33:48.443Z] f1d99a93194a: Preparing [2024-09-09T11:33:48.443Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:33:48.443Z] 8808700d74cc: Waiting [2024-09-09T11:33:48.443Z] c59c05237caa: Waiting [2024-09-09T11:33:48.443Z] 2f75509e1c02: Waiting [2024-09-09T11:33:48.443Z] f1d99a93194a: Waiting [2024-09-09T11:33:48.443Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:33:48.443Z] 7de07ac25bb1: Layer already exists [2024-09-09T11:33:48.443Z] b175a05dd6fe: Layer already exists [2024-09-09T11:33:48.443Z] 83e62b306f9e: Layer already exists [2024-09-09T11:33:48.443Z] 0016fe3f778b: Layer already exists [2024-09-09T11:33:48.443Z] aecb565fccb2: Layer already exists [2024-09-09T11:33:48.443Z] 8808700d74cc: Layer already exists [2024-09-09T11:33:48.443Z] c59c05237caa: Layer already exists [2024-09-09T11:33:48.443Z] f1d99a93194a: Layer already exists [2024-09-09T11:33:48.443Z] 2f75509e1c02: Layer already exists [2024-09-09T11:33:48.443Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:33:48.709Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68: digest: sha256:c562257e5446032eeeb72488f227b531bd06a515f6dee8de4bf9dbfbe2a147f3 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:33:49.075Z] + 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-09-09T11:33:49.425Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2024-09-09T11:33:49.425Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-09-09T11:33:49.425Z] 0016fe3f778b: Preparing [2024-09-09T11:33:49.425Z] 7de07ac25bb1: Preparing [2024-09-09T11:33:49.425Z] aecb565fccb2: Preparing [2024-09-09T11:33:49.425Z] 83e62b306f9e: Preparing [2024-09-09T11:33:49.425Z] b175a05dd6fe: Preparing [2024-09-09T11:33:49.425Z] 8808700d74cc: Preparing [2024-09-09T11:33:49.425Z] c59c05237caa: Preparing [2024-09-09T11:33:49.425Z] 2f75509e1c02: Preparing [2024-09-09T11:33:49.425Z] f1d99a93194a: Preparing [2024-09-09T11:33:49.425Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:33:49.425Z] c59c05237caa: Waiting [2024-09-09T11:33:49.425Z] 2f75509e1c02: Waiting [2024-09-09T11:33:49.425Z] f1d99a93194a: Waiting [2024-09-09T11:33:49.425Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:33:49.425Z] 8808700d74cc: Waiting [2024-09-09T11:33:49.425Z] 7de07ac25bb1: Layer already exists [2024-09-09T11:33:49.425Z] b175a05dd6fe: Layer already exists [2024-09-09T11:33:49.425Z] 0016fe3f778b: Layer already exists [2024-09-09T11:33:49.425Z] aecb565fccb2: Layer already exists [2024-09-09T11:33:49.425Z] 83e62b306f9e: Layer already exists [2024-09-09T11:33:49.425Z] c59c05237caa: Layer already exists [2024-09-09T11:33:49.425Z] 8808700d74cc: Layer already exists [2024-09-09T11:33:49.425Z] f1d99a93194a: Layer already exists [2024-09-09T11:33:49.425Z] 2f75509e1c02: Layer already exists [2024-09-09T11:33:49.425Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:33:49.692Z] main: digest: sha256:c562257e5446032eeeb72488f227b531bd06a515f6dee8de4bf9dbfbe2a147f3 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-09T11:33:49.766Z] ===================================================== [Pipeline] echo [2024-09-09T11:33:49.783Z] taggedImages: [2024-09-09T11:33:49.783Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T11:33:49.783Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2024-09-09T11:33:49.783Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.68 [2024-09-09T11:33:49.783Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T11:33:49.783Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2024-09-09T11:33:49.815Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2024-09-09T11:33:49.815Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T11:33:49.815Z] latest [2024-09-09T11:33:49.815Z] 3.2.0-dev.68 [2024-09-09T11:33:49.815Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T11:33:49.815Z] main [2024-09-09T11:33:49.815Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:33:50.176Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:33:50.527Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T11:33:50.527Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-09-09T11:33:50.527Z] 80b22558fdde: Preparing [2024-09-09T11:33:50.527Z] 673f9f5c0a11: Preparing [2024-09-09T11:33:50.527Z] 99f658713a08: Preparing [2024-09-09T11:33:50.527Z] 83e62b306f9e: Preparing [2024-09-09T11:33:50.527Z] b175a05dd6fe: Preparing [2024-09-09T11:33:50.527Z] eac6a8978ca5: Preparing [2024-09-09T11:33:50.527Z] 54bfe1258f5a: Preparing [2024-09-09T11:33:50.527Z] 1e7733df717e: Preparing [2024-09-09T11:33:50.527Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:33:50.527Z] eac6a8978ca5: Waiting [2024-09-09T11:33:50.527Z] 54bfe1258f5a: Waiting [2024-09-09T11:33:50.527Z] 1e7733df717e: Waiting [2024-09-09T11:33:50.527Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:33:50.527Z] 83e62b306f9e: Layer already exists [2024-09-09T11:33:50.527Z] b175a05dd6fe: Layer already exists [2024-09-09T11:33:50.792Z] 99f658713a08: Pushed [2024-09-09T11:33:50.792Z] 673f9f5c0a11: Pushed [2024-09-09T11:33:50.792Z] 80b22558fdde: Pushed [2024-09-09T11:33:50.792Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:33:50.792Z] 54bfe1258f5a: Pushed [2024-09-09T11:33:51.374Z] 1e7733df717e: Pushed [2024-09-09T11:34:13.421Z] eac6a8978ca5: Pushed [2024-09-09T11:34:13.421Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e: digest: sha256:626f44ee771cd00f9bd90b87a688ee3ec4058fedc0acf2be3588bf554209190b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:34:13.778Z] + 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-09-09T11:34:14.126Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2024-09-09T11:34:14.126Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-09-09T11:34:14.126Z] 80b22558fdde: Preparing [2024-09-09T11:34:14.126Z] 673f9f5c0a11: Preparing [2024-09-09T11:34:14.126Z] 99f658713a08: Preparing [2024-09-09T11:34:14.126Z] 83e62b306f9e: Preparing [2024-09-09T11:34:14.126Z] b175a05dd6fe: Preparing [2024-09-09T11:34:14.126Z] eac6a8978ca5: Preparing [2024-09-09T11:34:14.126Z] 54bfe1258f5a: Preparing [2024-09-09T11:34:14.126Z] 1e7733df717e: Preparing [2024-09-09T11:34:14.126Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:34:14.126Z] eac6a8978ca5: Waiting [2024-09-09T11:34:14.126Z] 54bfe1258f5a: Waiting [2024-09-09T11:34:14.126Z] 1e7733df717e: Waiting [2024-09-09T11:34:14.126Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:34:14.126Z] 99f658713a08: Layer already exists [2024-09-09T11:34:14.126Z] 673f9f5c0a11: Layer already exists [2024-09-09T11:34:14.126Z] 80b22558fdde: Layer already exists [2024-09-09T11:34:14.126Z] b175a05dd6fe: Layer already exists [2024-09-09T11:34:14.126Z] 83e62b306f9e: Layer already exists [2024-09-09T11:34:14.126Z] eac6a8978ca5: Layer already exists [2024-09-09T11:34:14.126Z] 1e7733df717e: Layer already exists [2024-09-09T11:34:14.126Z] 54bfe1258f5a: Layer already exists [2024-09-09T11:34:14.126Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:34:14.390Z] latest: digest: sha256:626f44ee771cd00f9bd90b87a688ee3ec4058fedc0acf2be3588bf554209190b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:34:14.745Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:34:15.097Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.68 [2024-09-09T11:34:15.097Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-09-09T11:34:15.097Z] 80b22558fdde: Preparing [2024-09-09T11:34:15.097Z] 673f9f5c0a11: Preparing [2024-09-09T11:34:15.097Z] 99f658713a08: Preparing [2024-09-09T11:34:15.097Z] 83e62b306f9e: Preparing [2024-09-09T11:34:15.097Z] b175a05dd6fe: Preparing [2024-09-09T11:34:15.097Z] eac6a8978ca5: Preparing [2024-09-09T11:34:15.097Z] 54bfe1258f5a: Preparing [2024-09-09T11:34:15.097Z] 1e7733df717e: Preparing [2024-09-09T11:34:15.097Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:34:15.097Z] 54bfe1258f5a: Waiting [2024-09-09T11:34:15.097Z] 1e7733df717e: Waiting [2024-09-09T11:34:15.097Z] eac6a8978ca5: Waiting [2024-09-09T11:34:15.097Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:34:15.097Z] 673f9f5c0a11: Layer already exists [2024-09-09T11:34:15.097Z] 99f658713a08: Layer already exists [2024-09-09T11:34:15.097Z] b175a05dd6fe: Layer already exists [2024-09-09T11:34:15.097Z] 80b22558fdde: Layer already exists [2024-09-09T11:34:15.097Z] 83e62b306f9e: Layer already exists [2024-09-09T11:34:15.097Z] 54bfe1258f5a: Layer already exists [2024-09-09T11:34:15.097Z] eac6a8978ca5: Layer already exists [2024-09-09T11:34:15.097Z] 1e7733df717e: Layer already exists [2024-09-09T11:34:15.097Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:34:15.361Z] 3.2.0-dev.68: digest: sha256:626f44ee771cd00f9bd90b87a688ee3ec4058fedc0acf2be3588bf554209190b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:34:15.721Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:34:16.079Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T11:34:16.079Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-09-09T11:34:16.079Z] 80b22558fdde: Preparing [2024-09-09T11:34:16.079Z] 673f9f5c0a11: Preparing [2024-09-09T11:34:16.079Z] 99f658713a08: Preparing [2024-09-09T11:34:16.079Z] 83e62b306f9e: Preparing [2024-09-09T11:34:16.079Z] b175a05dd6fe: Preparing [2024-09-09T11:34:16.079Z] eac6a8978ca5: Preparing [2024-09-09T11:34:16.079Z] 54bfe1258f5a: Preparing [2024-09-09T11:34:16.079Z] 1e7733df717e: Preparing [2024-09-09T11:34:16.079Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:34:16.079Z] eac6a8978ca5: Waiting [2024-09-09T11:34:16.079Z] 54bfe1258f5a: Waiting [2024-09-09T11:34:16.079Z] 1e7733df717e: Waiting [2024-09-09T11:34:16.079Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:34:16.079Z] 673f9f5c0a11: Layer already exists [2024-09-09T11:34:16.079Z] 83e62b306f9e: Layer already exists [2024-09-09T11:34:16.079Z] b175a05dd6fe: Layer already exists [2024-09-09T11:34:16.079Z] 80b22558fdde: Layer already exists [2024-09-09T11:34:16.079Z] 99f658713a08: Layer already exists [2024-09-09T11:34:16.079Z] 1e7733df717e: Layer already exists [2024-09-09T11:34:16.079Z] eac6a8978ca5: Layer already exists [2024-09-09T11:34:16.079Z] 54bfe1258f5a: Layer already exists [2024-09-09T11:34:16.079Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:34:16.344Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68: digest: sha256:626f44ee771cd00f9bd90b87a688ee3ec4058fedc0acf2be3588bf554209190b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:34:16.691Z] + 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-09-09T11:34:17.038Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2024-09-09T11:34:17.038Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-09-09T11:34:17.038Z] 80b22558fdde: Preparing [2024-09-09T11:34:17.038Z] 673f9f5c0a11: Preparing [2024-09-09T11:34:17.038Z] 99f658713a08: Preparing [2024-09-09T11:34:17.038Z] 83e62b306f9e: Preparing [2024-09-09T11:34:17.038Z] b175a05dd6fe: Preparing [2024-09-09T11:34:17.038Z] eac6a8978ca5: Preparing [2024-09-09T11:34:17.038Z] 54bfe1258f5a: Preparing [2024-09-09T11:34:17.038Z] 1e7733df717e: Preparing [2024-09-09T11:34:17.038Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:34:17.038Z] eac6a8978ca5: Waiting [2024-09-09T11:34:17.038Z] 54bfe1258f5a: Waiting [2024-09-09T11:34:17.038Z] 1e7733df717e: Waiting [2024-09-09T11:34:17.038Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:34:17.038Z] 80b22558fdde: Layer already exists [2024-09-09T11:34:17.038Z] 83e62b306f9e: Layer already exists [2024-09-09T11:34:17.038Z] b175a05dd6fe: Layer already exists [2024-09-09T11:34:17.038Z] 54bfe1258f5a: Layer already exists [2024-09-09T11:34:17.038Z] eac6a8978ca5: Layer already exists [2024-09-09T11:34:17.038Z] 673f9f5c0a11: Layer already exists [2024-09-09T11:34:17.038Z] 99f658713a08: Layer already exists [2024-09-09T11:34:17.038Z] 1e7733df717e: Layer already exists [2024-09-09T11:34:17.038Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:34:17.302Z] main: digest: sha256:626f44ee771cd00f9bd90b87a688ee3ec4058fedc0acf2be3588bf554209190b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-09T11:34:17.377Z] ===================================================== [Pipeline] echo [2024-09-09T11:34:17.389Z] taggedImages: [2024-09-09T11:34:17.389Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T11:34:17.389Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2024-09-09T11:34:17.389Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.68 [2024-09-09T11:34:17.389Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T11:34:17.389Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2024-09-09T11:34:17.417Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2024-09-09T11:34:17.417Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T11:34:17.417Z] latest [2024-09-09T11:34:17.417Z] 3.2.0-dev.68 [2024-09-09T11:34:17.417Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T11:34:17.417Z] main [2024-09-09T11:34:17.417Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:34:17.785Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:34:18.132Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T11:34:18.132Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-09-09T11:34:18.133Z] 093c875c2d94: Preparing [2024-09-09T11:34:18.133Z] 1ba846cecf41: Preparing [2024-09-09T11:34:18.133Z] 34be9f51dcb7: Preparing [2024-09-09T11:34:18.133Z] 83e62b306f9e: Preparing [2024-09-09T11:34:18.133Z] b175a05dd6fe: Preparing [2024-09-09T11:34:18.133Z] 0a773a166767: Preparing [2024-09-09T11:34:18.133Z] 2f75509e1c02: Preparing [2024-09-09T11:34:18.133Z] f1d99a93194a: Preparing [2024-09-09T11:34:18.133Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:34:18.133Z] 2f75509e1c02: Waiting [2024-09-09T11:34:18.133Z] f1d99a93194a: Waiting [2024-09-09T11:34:18.133Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:34:18.133Z] 0a773a166767: Waiting [2024-09-09T11:34:18.133Z] b175a05dd6fe: Layer already exists [2024-09-09T11:34:18.133Z] 83e62b306f9e: Layer already exists [2024-09-09T11:34:18.396Z] 2f75509e1c02: Layer already exists [2024-09-09T11:34:18.396Z] f1d99a93194a: Layer already exists [2024-09-09T11:34:18.396Z] 34be9f51dcb7: Pushed [2024-09-09T11:34:18.396Z] 093c875c2d94: Pushed [2024-09-09T11:34:18.396Z] 1ba846cecf41: Pushed [2024-09-09T11:34:18.396Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:34:40.425Z] 0a773a166767: Pushed [2024-09-09T11:34:40.425Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e: digest: sha256:a3ea0c14f9e306b0b42fdd8024a4b7bb15a1343e4da6c16c13aefd25ab0710f6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:34:40.781Z] + 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-09-09T11:34:41.133Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2024-09-09T11:34:41.133Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-09-09T11:34:41.133Z] 093c875c2d94: Preparing [2024-09-09T11:34:41.133Z] 1ba846cecf41: Preparing [2024-09-09T11:34:41.133Z] 34be9f51dcb7: Preparing [2024-09-09T11:34:41.133Z] 83e62b306f9e: Preparing [2024-09-09T11:34:41.133Z] b175a05dd6fe: Preparing [2024-09-09T11:34:41.133Z] 0a773a166767: Preparing [2024-09-09T11:34:41.133Z] 2f75509e1c02: Preparing [2024-09-09T11:34:41.133Z] f1d99a93194a: Preparing [2024-09-09T11:34:41.133Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:34:41.133Z] 0a773a166767: Waiting [2024-09-09T11:34:41.133Z] 2f75509e1c02: Waiting [2024-09-09T11:34:41.133Z] f1d99a93194a: Waiting [2024-09-09T11:34:41.133Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:34:41.133Z] 1ba846cecf41: Layer already exists [2024-09-09T11:34:41.133Z] 093c875c2d94: Layer already exists [2024-09-09T11:34:41.133Z] 83e62b306f9e: Layer already exists [2024-09-09T11:34:41.133Z] 34be9f51dcb7: Layer already exists [2024-09-09T11:34:41.133Z] b175a05dd6fe: Layer already exists [2024-09-09T11:34:41.133Z] f1d99a93194a: Layer already exists [2024-09-09T11:34:41.133Z] 2f75509e1c02: Layer already exists [2024-09-09T11:34:41.133Z] 0a773a166767: Layer already exists [2024-09-09T11:34:41.133Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:34:41.396Z] latest: digest: sha256:a3ea0c14f9e306b0b42fdd8024a4b7bb15a1343e4da6c16c13aefd25ab0710f6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:34:41.753Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:34:42.114Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.68 [2024-09-09T11:34:42.114Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-09-09T11:34:42.114Z] 093c875c2d94: Preparing [2024-09-09T11:34:42.114Z] 1ba846cecf41: Preparing [2024-09-09T11:34:42.114Z] 34be9f51dcb7: Preparing [2024-09-09T11:34:42.114Z] 83e62b306f9e: Preparing [2024-09-09T11:34:42.114Z] b175a05dd6fe: Preparing [2024-09-09T11:34:42.114Z] 0a773a166767: Preparing [2024-09-09T11:34:42.114Z] 2f75509e1c02: Preparing [2024-09-09T11:34:42.114Z] f1d99a93194a: Preparing [2024-09-09T11:34:42.114Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:34:42.114Z] 2f75509e1c02: Waiting [2024-09-09T11:34:42.114Z] f1d99a93194a: Waiting [2024-09-09T11:34:42.114Z] 0a773a166767: Waiting [2024-09-09T11:34:42.114Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:34:42.114Z] 093c875c2d94: Layer already exists [2024-09-09T11:34:42.114Z] 34be9f51dcb7: Layer already exists [2024-09-09T11:34:42.114Z] 1ba846cecf41: Layer already exists [2024-09-09T11:34:42.114Z] 83e62b306f9e: Layer already exists [2024-09-09T11:34:42.114Z] b175a05dd6fe: Layer already exists [2024-09-09T11:34:42.114Z] 0a773a166767: Layer already exists [2024-09-09T11:34:42.114Z] f1d99a93194a: Layer already exists [2024-09-09T11:34:42.114Z] 2f75509e1c02: Layer already exists [2024-09-09T11:34:42.114Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:34:42.381Z] 3.2.0-dev.68: digest: sha256:a3ea0c14f9e306b0b42fdd8024a4b7bb15a1343e4da6c16c13aefd25ab0710f6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:34:42.740Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:34:43.089Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T11:34:43.089Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-09-09T11:34:43.089Z] 093c875c2d94: Preparing [2024-09-09T11:34:43.089Z] 1ba846cecf41: Preparing [2024-09-09T11:34:43.089Z] 34be9f51dcb7: Preparing [2024-09-09T11:34:43.089Z] 83e62b306f9e: Preparing [2024-09-09T11:34:43.089Z] b175a05dd6fe: Preparing [2024-09-09T11:34:43.089Z] 0a773a166767: Preparing [2024-09-09T11:34:43.089Z] 2f75509e1c02: Preparing [2024-09-09T11:34:43.089Z] f1d99a93194a: Preparing [2024-09-09T11:34:43.089Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:34:43.089Z] 0a773a166767: Waiting [2024-09-09T11:34:43.089Z] f1d99a93194a: Waiting [2024-09-09T11:34:43.089Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:34:43.089Z] 2f75509e1c02: Waiting [2024-09-09T11:34:43.089Z] 1ba846cecf41: Layer already exists [2024-09-09T11:34:43.089Z] 093c875c2d94: Layer already exists [2024-09-09T11:34:43.089Z] 34be9f51dcb7: Layer already exists [2024-09-09T11:34:43.089Z] b175a05dd6fe: Layer already exists [2024-09-09T11:34:43.089Z] 83e62b306f9e: Layer already exists [2024-09-09T11:34:43.089Z] f1d99a93194a: Layer already exists [2024-09-09T11:34:43.089Z] 2f75509e1c02: Layer already exists [2024-09-09T11:34:43.089Z] 0a773a166767: Layer already exists [2024-09-09T11:34:43.089Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:34:43.355Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68: digest: sha256:a3ea0c14f9e306b0b42fdd8024a4b7bb15a1343e4da6c16c13aefd25ab0710f6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:34:43.710Z] + 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-09-09T11:34:44.058Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2024-09-09T11:34:44.058Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-09-09T11:34:44.058Z] 093c875c2d94: Preparing [2024-09-09T11:34:44.058Z] 1ba846cecf41: Preparing [2024-09-09T11:34:44.058Z] 34be9f51dcb7: Preparing [2024-09-09T11:34:44.058Z] 83e62b306f9e: Preparing [2024-09-09T11:34:44.058Z] b175a05dd6fe: Preparing [2024-09-09T11:34:44.058Z] 0a773a166767: Preparing [2024-09-09T11:34:44.058Z] 2f75509e1c02: Preparing [2024-09-09T11:34:44.058Z] f1d99a93194a: Preparing [2024-09-09T11:34:44.058Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:34:44.058Z] 0a773a166767: Waiting [2024-09-09T11:34:44.058Z] 2f75509e1c02: Waiting [2024-09-09T11:34:44.058Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:34:44.058Z] f1d99a93194a: Waiting [2024-09-09T11:34:44.058Z] b175a05dd6fe: Layer already exists [2024-09-09T11:34:44.058Z] 093c875c2d94: Layer already exists [2024-09-09T11:34:44.058Z] 83e62b306f9e: Layer already exists [2024-09-09T11:34:44.058Z] 1ba846cecf41: Layer already exists [2024-09-09T11:34:44.058Z] 34be9f51dcb7: Layer already exists [2024-09-09T11:34:44.058Z] 0a773a166767: Layer already exists [2024-09-09T11:34:44.058Z] f1d99a93194a: Layer already exists [2024-09-09T11:34:44.058Z] 2f75509e1c02: Layer already exists [2024-09-09T11:34:44.058Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:34:44.323Z] main: digest: sha256:a3ea0c14f9e306b0b42fdd8024a4b7bb15a1343e4da6c16c13aefd25ab0710f6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-09T11:34:44.407Z] ===================================================== [Pipeline] echo [2024-09-09T11:34:44.421Z] taggedImages: [2024-09-09T11:34:44.421Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T11:34:44.421Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2024-09-09T11:34:44.421Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.68 [2024-09-09T11:34:44.421Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T11:34:44.421Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2024-09-09T11:34:44.447Z] [edgeXDocker.push] Tagging docker image support-cron-scheduler-arm64 with the following tags: [2024-09-09T11:34:44.447Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T11:34:44.447Z] latest [2024-09-09T11:34:44.447Z] 3.2.0-dev.68 [2024-09-09T11:34:44.447Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T11:34:44.447Z] main [2024-09-09T11:34:44.447Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:34:44.806Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:34:45.156Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T11:34:45.156Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-09-09T11:34:45.156Z] 76f3930f43fe: Preparing [2024-09-09T11:34:45.156Z] 7c6dcaec53c1: Preparing [2024-09-09T11:34:45.156Z] 83e62b306f9e: Preparing [2024-09-09T11:34:45.156Z] b175a05dd6fe: Preparing [2024-09-09T11:34:45.156Z] 964394a439f8: Preparing [2024-09-09T11:34:45.156Z] c0d2324d61b8: Preparing [2024-09-09T11:34:45.156Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:34:45.156Z] c0d2324d61b8: Waiting [2024-09-09T11:34:45.156Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:34:45.156Z] b175a05dd6fe: Layer already exists [2024-09-09T11:34:45.422Z] 83e62b306f9e: Layer already exists [2024-09-09T11:34:45.422Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:34:45.422Z] 964394a439f8: Pushed [2024-09-09T11:34:45.422Z] 76f3930f43fe: Pushed [2024-09-09T11:34:46.378Z] c0d2324d61b8: Pushed [2024-09-09T11:34:53.014Z] 7c6dcaec53c1: Pushed [2024-09-09T11:34:53.014Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e: digest: sha256:77863a39e54074ddda68f70705500eb977e6e7770cb5b00bed4f92766074dea6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:34:53.377Z] + 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-09-09T11:34:54.306Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest [2024-09-09T11:34:54.306Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-09-09T11:34:54.306Z] 76f3930f43fe: Preparing [2024-09-09T11:34:54.306Z] 7c6dcaec53c1: Preparing [2024-09-09T11:34:54.306Z] 83e62b306f9e: Preparing [2024-09-09T11:34:54.306Z] b175a05dd6fe: Preparing [2024-09-09T11:34:54.306Z] 964394a439f8: Preparing [2024-09-09T11:34:54.306Z] c0d2324d61b8: Preparing [2024-09-09T11:34:54.306Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:34:54.306Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:34:54.306Z] 7c6dcaec53c1: Layer already exists [2024-09-09T11:34:54.306Z] 83e62b306f9e: Layer already exists [2024-09-09T11:34:54.306Z] b175a05dd6fe: Layer already exists [2024-09-09T11:34:54.306Z] 964394a439f8: Layer already exists [2024-09-09T11:34:54.306Z] 76f3930f43fe: Layer already exists [2024-09-09T11:34:54.306Z] c0d2324d61b8: Layer already exists [2024-09-09T11:34:54.306Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:34:54.572Z] latest: digest: sha256:77863a39e54074ddda68f70705500eb977e6e7770cb5b00bed4f92766074dea6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:34:54.916Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:34:55.259Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.68 [2024-09-09T11:34:55.259Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-09-09T11:34:55.259Z] 76f3930f43fe: Preparing [2024-09-09T11:34:55.259Z] 7c6dcaec53c1: Preparing [2024-09-09T11:34:55.259Z] 83e62b306f9e: Preparing [2024-09-09T11:34:55.259Z] b175a05dd6fe: Preparing [2024-09-09T11:34:55.259Z] 964394a439f8: Preparing [2024-09-09T11:34:55.259Z] c0d2324d61b8: Preparing [2024-09-09T11:34:55.259Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:34:55.259Z] c0d2324d61b8: Waiting [2024-09-09T11:34:55.259Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:34:55.259Z] 83e62b306f9e: Layer already exists [2024-09-09T11:34:55.259Z] 76f3930f43fe: Layer already exists [2024-09-09T11:34:55.259Z] 7c6dcaec53c1: Layer already exists [2024-09-09T11:34:55.259Z] b175a05dd6fe: Layer already exists [2024-09-09T11:34:55.259Z] 964394a439f8: Layer already exists [2024-09-09T11:34:55.259Z] c0d2324d61b8: Layer already exists [2024-09-09T11:34:55.259Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:34:55.524Z] 3.2.0-dev.68: digest: sha256:77863a39e54074ddda68f70705500eb977e6e7770cb5b00bed4f92766074dea6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:34:55.883Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:34:56.224Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T11:34:56.224Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-09-09T11:34:56.224Z] 76f3930f43fe: Preparing [2024-09-09T11:34:56.224Z] 7c6dcaec53c1: Preparing [2024-09-09T11:34:56.224Z] 83e62b306f9e: Preparing [2024-09-09T11:34:56.224Z] b175a05dd6fe: Preparing [2024-09-09T11:34:56.224Z] 964394a439f8: Preparing [2024-09-09T11:34:56.224Z] c0d2324d61b8: Preparing [2024-09-09T11:34:56.224Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:34:56.224Z] c0d2324d61b8: Waiting [2024-09-09T11:34:56.224Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:34:56.224Z] 76f3930f43fe: Layer already exists [2024-09-09T11:34:56.224Z] 964394a439f8: Layer already exists [2024-09-09T11:34:56.224Z] b175a05dd6fe: Layer already exists [2024-09-09T11:34:56.224Z] 7c6dcaec53c1: Layer already exists [2024-09-09T11:34:56.224Z] 83e62b306f9e: Layer already exists [2024-09-09T11:34:56.224Z] c0d2324d61b8: Layer already exists [2024-09-09T11:34:56.224Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:34:56.489Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68: digest: sha256:77863a39e54074ddda68f70705500eb977e6e7770cb5b00bed4f92766074dea6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:34:56.842Z] + 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-09-09T11:34:57.184Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main [2024-09-09T11:34:57.184Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-09-09T11:34:57.184Z] 76f3930f43fe: Preparing [2024-09-09T11:34:57.184Z] 7c6dcaec53c1: Preparing [2024-09-09T11:34:57.184Z] 83e62b306f9e: Preparing [2024-09-09T11:34:57.184Z] b175a05dd6fe: Preparing [2024-09-09T11:34:57.184Z] 964394a439f8: Preparing [2024-09-09T11:34:57.184Z] c0d2324d61b8: Preparing [2024-09-09T11:34:57.184Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:34:57.184Z] c0d2324d61b8: Waiting [2024-09-09T11:34:57.184Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:34:57.184Z] b175a05dd6fe: Layer already exists [2024-09-09T11:34:57.184Z] 7c6dcaec53c1: Layer already exists [2024-09-09T11:34:57.184Z] 76f3930f43fe: Layer already exists [2024-09-09T11:34:57.184Z] 964394a439f8: Layer already exists [2024-09-09T11:34:57.184Z] 83e62b306f9e: Layer already exists [2024-09-09T11:34:57.184Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:34:57.184Z] c0d2324d61b8: Layer already exists [2024-09-09T11:34:57.449Z] main: digest: sha256:77863a39e54074ddda68f70705500eb977e6e7770cb5b00bed4f92766074dea6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-09T11:34:57.524Z] ===================================================== [Pipeline] echo [2024-09-09T11:34:57.536Z] taggedImages: [2024-09-09T11:34:57.536Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T11:34:57.536Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest [2024-09-09T11:34:57.536Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.68 [2024-09-09T11:34:57.536Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T11:34:57.536Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main [Pipeline] echo [2024-09-09T11:34:57.566Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2024-09-09T11:34:57.566Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T11:34:57.566Z] latest [2024-09-09T11:34:57.566Z] 3.2.0-dev.68 [2024-09-09T11:34:57.566Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T11:34:57.566Z] main [2024-09-09T11:34:57.566Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:34:57.927Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:34:58.303Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T11:34:58.304Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-09-09T11:34:58.304Z] 8f14c59d974b: Preparing [2024-09-09T11:34:58.304Z] 067caea0042a: Preparing [2024-09-09T11:34:58.304Z] 83e62b306f9e: Preparing [2024-09-09T11:34:58.304Z] b175a05dd6fe: Preparing [2024-09-09T11:34:58.304Z] 4617a349d11b: Preparing [2024-09-09T11:34:58.304Z] 3e6923b118fe: Preparing [2024-09-09T11:34:58.304Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:34:58.304Z] 3e6923b118fe: Waiting [2024-09-09T11:34:58.304Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:34:58.304Z] b175a05dd6fe: Layer already exists [2024-09-09T11:34:58.578Z] 83e62b306f9e: Layer already exists [2024-09-09T11:34:58.578Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:34:58.578Z] 8f14c59d974b: Pushed [2024-09-09T11:34:58.578Z] 4617a349d11b: Pushed [2024-09-09T11:34:58.843Z] 3e6923b118fe: Pushed [2024-09-09T11:35:05.518Z] 067caea0042a: Pushed [2024-09-09T11:35:05.518Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e: digest: sha256:e262b3aa7405abb0426a8b9796c6769984c62ae35ae1ceb13f290cc36bb105d0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:35:05.872Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:35:06.225Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2024-09-09T11:35:06.225Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-09-09T11:35:06.225Z] 8f14c59d974b: Preparing [2024-09-09T11:35:06.225Z] 067caea0042a: Preparing [2024-09-09T11:35:06.225Z] 83e62b306f9e: Preparing [2024-09-09T11:35:06.225Z] b175a05dd6fe: Preparing [2024-09-09T11:35:06.225Z] 4617a349d11b: Preparing [2024-09-09T11:35:06.225Z] 3e6923b118fe: Preparing [2024-09-09T11:35:06.225Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:35:06.225Z] 3e6923b118fe: Waiting [2024-09-09T11:35:06.225Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:35:06.225Z] 4617a349d11b: Layer already exists [2024-09-09T11:35:06.225Z] b175a05dd6fe: Layer already exists [2024-09-09T11:35:06.225Z] 83e62b306f9e: Layer already exists [2024-09-09T11:35:06.225Z] 8f14c59d974b: Layer already exists [2024-09-09T11:35:06.225Z] 067caea0042a: Layer already exists [2024-09-09T11:35:06.225Z] 3e6923b118fe: Layer already exists [2024-09-09T11:35:06.225Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:35:06.490Z] latest: digest: sha256:e262b3aa7405abb0426a8b9796c6769984c62ae35ae1ceb13f290cc36bb105d0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:35:06.845Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:35:07.190Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.68 [2024-09-09T11:35:07.190Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-09-09T11:35:07.190Z] 8f14c59d974b: Preparing [2024-09-09T11:35:07.190Z] 067caea0042a: Preparing [2024-09-09T11:35:07.190Z] 83e62b306f9e: Preparing [2024-09-09T11:35:07.190Z] b175a05dd6fe: Preparing [2024-09-09T11:35:07.190Z] 4617a349d11b: Preparing [2024-09-09T11:35:07.190Z] 3e6923b118fe: Preparing [2024-09-09T11:35:07.190Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:35:07.190Z] 3e6923b118fe: Waiting [2024-09-09T11:35:07.190Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:35:07.190Z] 83e62b306f9e: Layer already exists [2024-09-09T11:35:07.190Z] 8f14c59d974b: Layer already exists [2024-09-09T11:35:07.190Z] 4617a349d11b: Layer already exists [2024-09-09T11:35:07.190Z] 067caea0042a: Layer already exists [2024-09-09T11:35:07.190Z] b175a05dd6fe: Layer already exists [2024-09-09T11:35:07.190Z] 3e6923b118fe: Layer already exists [2024-09-09T11:35:07.190Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:35:07.190Z] 3.2.0-dev.68: digest: sha256:e262b3aa7405abb0426a8b9796c6769984c62ae35ae1ceb13f290cc36bb105d0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:35:07.803Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:35:08.149Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T11:35:08.149Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-09-09T11:35:08.149Z] 8f14c59d974b: Preparing [2024-09-09T11:35:08.149Z] 067caea0042a: Preparing [2024-09-09T11:35:08.149Z] 83e62b306f9e: Preparing [2024-09-09T11:35:08.149Z] b175a05dd6fe: Preparing [2024-09-09T11:35:08.149Z] 4617a349d11b: Preparing [2024-09-09T11:35:08.149Z] 3e6923b118fe: Preparing [2024-09-09T11:35:08.149Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:35:08.149Z] 3e6923b118fe: Waiting [2024-09-09T11:35:08.149Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:35:08.149Z] 8f14c59d974b: Layer already exists [2024-09-09T11:35:08.149Z] b175a05dd6fe: Layer already exists [2024-09-09T11:35:08.149Z] 83e62b306f9e: Layer already exists [2024-09-09T11:35:08.149Z] 067caea0042a: Layer already exists [2024-09-09T11:35:08.149Z] 4617a349d11b: Layer already exists [2024-09-09T11:35:08.149Z] 3e6923b118fe: Layer already exists [2024-09-09T11:35:08.149Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:35:08.149Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68: digest: sha256:e262b3aa7405abb0426a8b9796c6769984c62ae35ae1ceb13f290cc36bb105d0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:35:08.757Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:35:09.107Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2024-09-09T11:35:09.107Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-09-09T11:35:09.107Z] 8f14c59d974b: Preparing [2024-09-09T11:35:09.107Z] 067caea0042a: Preparing [2024-09-09T11:35:09.107Z] 83e62b306f9e: Preparing [2024-09-09T11:35:09.107Z] b175a05dd6fe: Preparing [2024-09-09T11:35:09.107Z] 4617a349d11b: Preparing [2024-09-09T11:35:09.107Z] 3e6923b118fe: Preparing [2024-09-09T11:35:09.107Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:35:09.107Z] 3e6923b118fe: Waiting [2024-09-09T11:35:09.107Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:35:09.107Z] 8f14c59d974b: Layer already exists [2024-09-09T11:35:09.107Z] 067caea0042a: Layer already exists [2024-09-09T11:35:09.107Z] 83e62b306f9e: Layer already exists [2024-09-09T11:35:09.107Z] 4617a349d11b: Layer already exists [2024-09-09T11:35:09.107Z] b175a05dd6fe: Layer already exists [2024-09-09T11:35:09.107Z] 3e6923b118fe: Layer already exists [2024-09-09T11:35:09.107Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:35:09.372Z] main: digest: sha256:e262b3aa7405abb0426a8b9796c6769984c62ae35ae1ceb13f290cc36bb105d0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-09T11:35:09.454Z] ===================================================== [Pipeline] echo [2024-09-09T11:35:09.466Z] taggedImages: [2024-09-09T11:35:09.466Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T11:35:09.466Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2024-09-09T11:35:09.466Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.68 [2024-09-09T11:35:09.466Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T11:35:09.466Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2024-09-09T11:35:09.490Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2024-09-09T11:35:09.490Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T11:35:09.490Z] latest [2024-09-09T11:35:09.490Z] 3.2.0-dev.68 [2024-09-09T11:35:09.490Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T11:35:09.490Z] main [2024-09-09T11:35:09.490Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:35:09.848Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:35:10.203Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T11:35:10.204Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-09-09T11:35:10.204Z] db5ade4e5370: Preparing [2024-09-09T11:35:10.204Z] 4613f59acd97: Preparing [2024-09-09T11:35:10.204Z] 83e62b306f9e: Preparing [2024-09-09T11:35:10.204Z] b175a05dd6fe: Preparing [2024-09-09T11:35:10.204Z] 8a99a809bcc8: Preparing [2024-09-09T11:35:10.204Z] c2c82d9c9de5: Preparing [2024-09-09T11:35:10.204Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:35:10.204Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:35:10.204Z] c2c82d9c9de5: Waiting [2024-09-09T11:35:10.204Z] b175a05dd6fe: Layer already exists [2024-09-09T11:35:10.470Z] 8a99a809bcc8: Layer already exists [2024-09-09T11:35:10.470Z] 83e62b306f9e: Layer already exists [2024-09-09T11:35:10.470Z] c2c82d9c9de5: Layer already exists [2024-09-09T11:35:10.470Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:35:10.470Z] db5ade4e5370: Pushed [2024-09-09T11:35:19.792Z] 4613f59acd97: Pushed [2024-09-09T11:35:19.792Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e: digest: sha256:8f0c511a703c1a26071443f8449e1ad068e3f40ef08a9efbd5a41261646cb7ad size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:35:20.152Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:35:20.496Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2024-09-09T11:35:20.496Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-09-09T11:35:20.496Z] db5ade4e5370: Preparing [2024-09-09T11:35:20.496Z] 4613f59acd97: Preparing [2024-09-09T11:35:20.496Z] 83e62b306f9e: Preparing [2024-09-09T11:35:20.496Z] b175a05dd6fe: Preparing [2024-09-09T11:35:20.496Z] 8a99a809bcc8: Preparing [2024-09-09T11:35:20.496Z] c2c82d9c9de5: Preparing [2024-09-09T11:35:20.496Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:35:20.496Z] c2c82d9c9de5: Waiting [2024-09-09T11:35:20.496Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:35:20.496Z] 83e62b306f9e: Layer already exists [2024-09-09T11:35:20.496Z] db5ade4e5370: Layer already exists [2024-09-09T11:35:20.496Z] 4613f59acd97: Layer already exists [2024-09-09T11:35:20.496Z] b175a05dd6fe: Layer already exists [2024-09-09T11:35:20.496Z] 8a99a809bcc8: Layer already exists [2024-09-09T11:35:20.496Z] c2c82d9c9de5: Layer already exists [2024-09-09T11:35:20.496Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:35:20.760Z] latest: digest: sha256:8f0c511a703c1a26071443f8449e1ad068e3f40ef08a9efbd5a41261646cb7ad size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:35:21.117Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:35:21.468Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.68 [2024-09-09T11:35:21.468Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-09-09T11:35:21.468Z] db5ade4e5370: Preparing [2024-09-09T11:35:21.468Z] 4613f59acd97: Preparing [2024-09-09T11:35:21.468Z] 83e62b306f9e: Preparing [2024-09-09T11:35:21.468Z] b175a05dd6fe: Preparing [2024-09-09T11:35:21.468Z] 8a99a809bcc8: Preparing [2024-09-09T11:35:21.468Z] c2c82d9c9de5: Preparing [2024-09-09T11:35:21.468Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:35:21.468Z] c2c82d9c9de5: Waiting [2024-09-09T11:35:21.468Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:35:21.468Z] 4613f59acd97: Layer already exists [2024-09-09T11:35:21.468Z] db5ade4e5370: Layer already exists [2024-09-09T11:35:21.468Z] b175a05dd6fe: Layer already exists [2024-09-09T11:35:21.468Z] 83e62b306f9e: Layer already exists [2024-09-09T11:35:21.468Z] 8a99a809bcc8: Layer already exists [2024-09-09T11:35:21.468Z] c2c82d9c9de5: Layer already exists [2024-09-09T11:35:21.468Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:35:21.734Z] 3.2.0-dev.68: digest: sha256:8f0c511a703c1a26071443f8449e1ad068e3f40ef08a9efbd5a41261646cb7ad size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:35:22.089Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:35:22.444Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T11:35:22.444Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-09-09T11:35:22.444Z] db5ade4e5370: Preparing [2024-09-09T11:35:22.444Z] 4613f59acd97: Preparing [2024-09-09T11:35:22.444Z] 83e62b306f9e: Preparing [2024-09-09T11:35:22.444Z] b175a05dd6fe: Preparing [2024-09-09T11:35:22.444Z] 8a99a809bcc8: Preparing [2024-09-09T11:35:22.444Z] c2c82d9c9de5: Preparing [2024-09-09T11:35:22.444Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:35:22.444Z] c2c82d9c9de5: Waiting [2024-09-09T11:35:22.444Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:35:22.444Z] 8a99a809bcc8: Layer already exists [2024-09-09T11:35:22.444Z] b175a05dd6fe: Layer already exists [2024-09-09T11:35:22.444Z] 83e62b306f9e: Layer already exists [2024-09-09T11:35:22.444Z] db5ade4e5370: Layer already exists [2024-09-09T11:35:22.444Z] 4613f59acd97: Layer already exists [2024-09-09T11:35:22.444Z] c2c82d9c9de5: Layer already exists [2024-09-09T11:35:22.444Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:35:22.709Z] 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68: digest: sha256:8f0c511a703c1a26071443f8449e1ad068e3f40ef08a9efbd5a41261646cb7ad size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:35:23.064Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:35:23.405Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2024-09-09T11:35:23.406Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-09-09T11:35:23.406Z] db5ade4e5370: Preparing [2024-09-09T11:35:23.406Z] 4613f59acd97: Preparing [2024-09-09T11:35:23.406Z] 83e62b306f9e: Preparing [2024-09-09T11:35:23.406Z] b175a05dd6fe: Preparing [2024-09-09T11:35:23.406Z] 8a99a809bcc8: Preparing [2024-09-09T11:35:23.406Z] c2c82d9c9de5: Preparing [2024-09-09T11:35:23.406Z] 4aeaa0e7d41f: Preparing [2024-09-09T11:35:23.406Z] 4aeaa0e7d41f: Waiting [2024-09-09T11:35:23.406Z] c2c82d9c9de5: Waiting [2024-09-09T11:35:23.406Z] 83e62b306f9e: Layer already exists [2024-09-09T11:35:23.406Z] 8a99a809bcc8: Layer already exists [2024-09-09T11:35:23.406Z] db5ade4e5370: Layer already exists [2024-09-09T11:35:23.406Z] 4613f59acd97: Layer already exists [2024-09-09T11:35:23.406Z] b175a05dd6fe: Layer already exists [2024-09-09T11:35:23.406Z] c2c82d9c9de5: Layer already exists [2024-09-09T11:35:23.406Z] 4aeaa0e7d41f: Layer already exists [2024-09-09T11:35:23.670Z] main: digest: sha256:8f0c511a703c1a26071443f8449e1ad068e3f40ef08a9efbd5a41261646cb7ad size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-09T11:35:23.748Z] ===================================================== [Pipeline] echo [2024-09-09T11:35:23.764Z] taggedImages: [2024-09-09T11:35:23.764Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e [2024-09-09T11:35:23.764Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2024-09-09T11:35:23.764Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.68 [2024-09-09T11:35:23.764Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [2024-09-09T11:35:23.764Z] - 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-09-09T11:35:24.142Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-09-09T11:35:24.142Z] [2024-09-09T11:35:24.142Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:35:24.470Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-09-09T11:35:24.470Z] arm64: Pulling from edgex-lftools-log-publisher [2024-09-09T11:35:24.470Z] 8998bd30e6a1: Pulling fs layer [2024-09-09T11:35:24.470Z] 04944245beec: Pulling fs layer [2024-09-09T11:35:24.470Z] 699f458cf7ca: Pulling fs layer [2024-09-09T11:35:24.470Z] 765212b225bb: Pulling fs layer [2024-09-09T11:35:24.470Z] f23df028b6ca: Pulling fs layer [2024-09-09T11:35:24.470Z] d65c8cfc05b1: Pulling fs layer [2024-09-09T11:35:24.470Z] 2437ff75d9bd: Pulling fs layer [2024-09-09T11:35:24.470Z] d65c8cfc05b1: Waiting [2024-09-09T11:35:24.470Z] 2437ff75d9bd: Waiting [2024-09-09T11:35:24.470Z] 765212b225bb: Waiting [2024-09-09T11:35:24.738Z] 04944245beec: Verifying Checksum [2024-09-09T11:35:24.738Z] 04944245beec: Download complete [2024-09-09T11:35:24.738Z] 765212b225bb: Verifying Checksum [2024-09-09T11:35:24.738Z] 765212b225bb: Download complete [2024-09-09T11:35:24.738Z] f23df028b6ca: Download complete [2024-09-09T11:35:24.738Z] d65c8cfc05b1: Verifying Checksum [2024-09-09T11:35:24.738Z] d65c8cfc05b1: Download complete [2024-09-09T11:35:25.004Z] 699f458cf7ca: Verifying Checksum [2024-09-09T11:35:25.004Z] 699f458cf7ca: Download complete [2024-09-09T11:35:25.270Z] 8998bd30e6a1: Verifying Checksum [2024-09-09T11:35:25.270Z] 8998bd30e6a1: Download complete [2024-09-09T11:35:27.846Z] 2437ff75d9bd: Verifying Checksum [2024-09-09T11:35:27.846Z] 2437ff75d9bd: Download complete [2024-09-09T11:35:30.416Z] 8998bd30e6a1: Pull complete [2024-09-09T11:35:30.416Z] 04944245beec: Pull complete [2024-09-09T11:35:31.816Z] 699f458cf7ca: Pull complete [2024-09-09T11:35:32.081Z] 765212b225bb: Pull complete [2024-09-09T11:35:33.035Z] f23df028b6ca: Pull complete [2024-09-09T11:35:33.300Z] d65c8cfc05b1: Pull complete [2024-09-09T11:35:51.484Z] 2437ff75d9bd: Pull complete [2024-09-09T11:35:51.484Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-09-09T11:35:51.484Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-09-09T11:35:51.484Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-09T11:35:51.712Z] prd-ubuntu20.04-docker-arm64-4c-16g-9844 does not seem to be running inside a container [2024-09-09T11:35:51.788Z] $ 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/689 -v /w/workspace/edgex-go/689:/w/workspace/edgex-go/689:rw,z -v /w/workspace/edgex-go/689@tmp:/w/workspace/edgex-go/689@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2024-09-09T11:35:54.898Z] $ docker top c90164c37f9fe14abd21316a8319a99177f89301c73370f24f85bae90ca72b77 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-09-09T11:35:55.778Z] ---> job-cost.sh [2024-09-09T11:35:55.778Z] lf-activate-venv: SKIPPING [2024-09-09T11:35:55.778Z] INFO: No Stack... [2024-09-09T11:35:56.044Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-09-09T11:35:57.001Z] INFO: Archiving Costs [Pipeline] sh [2024-09-09T11:35:57.631Z] + cat /w/workspace/edgex-go/689/archives/cost.csv [2024-09-09T11:35:57.631Z] + cut -d, -f6 [Pipeline] lock [2024-09-09T11:35:57.687Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-689-stack-cost] [2024-09-09T11:35:57.696Z] Resource [jenkins-edgexfoundry-edgex-go-main-689-stack-cost] did not exist. Created. [2024-09-09T11:35:57.703Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-689-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-09-09T11:35:58.357Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-09-09T11:35:58.998Z] Stashed 1 file(s) [Pipeline] } [2024-09-09T11:35:59.008Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-689-stack-cost] [Pipeline] // lock [Pipeline] } [2024-09-09T11:35:59.053Z] $ docker stop --time=1 c90164c37f9fe14abd21316a8319a99177f89301c73370f24f85bae90ca72b77 [2024-09-09T11:36:01.022Z] $ docker rm -f --volumes c90164c37f9fe14abd21316a8319a99177f89301c73370f24f85bae90ca72b77 [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-09-09T11:36:01.548Z] provisioning config files... [2024-09-09T11:36:01.556Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/689@tmp/config10691583192135361817tmp [Pipeline] { [Pipeline] sh [2024-09-09T11:36:01.858Z] + set +x [2024-09-09T11:36:01.858Z] + curl -s https://codecov.io/bash [2024-09-09T11:36:01.858Z] + bash -s -- [2024-09-09T11:36:01.858Z] [2024-09-09T11:36:01.858Z] _____ _ [2024-09-09T11:36:01.858Z] / ____| | | [2024-09-09T11:36:01.858Z] | | ___ __| | ___ ___ _____ __ [2024-09-09T11:36:01.858Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-09-09T11:36:01.858Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-09-09T11:36:01.858Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-09-09T11:36:01.858Z] Bash-1.0.6 [2024-09-09T11:36:01.858Z] [2024-09-09T11:36:01.858Z] [2024-09-09T11:36:01.858Z] ==> git version 2.25.1 found [2024-09-09T11:36:01.858Z] ==> 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-09-09T11:36:01.858Z] Release-Date: 2020-01-08 [2024-09-09T11:36:01.858Z] 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-09-09T11:36:01.858Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-09-09T11:36:01.858Z] ==> Jenkins CI detected. [2024-09-09T11:36:01.858Z] current dir:  /w/workspace/edgex-go/689 [2024-09-09T11:36:01.858Z] project root: . [2024-09-09T11:36:01.858Z] --> token set from env [2024-09-09T11:36:01.858Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-09-09T11:36:01.858Z] ==> Running gcov in . (disable via -X gcov) [2024-09-09T11:36:01.858Z] ==> Python coveragepy not found [2024-09-09T11:36:01.858Z] ==> Searching for coverage reports in: [2024-09-09T11:36:01.858Z] + . [2024-09-09T11:36:02.117Z] -> Found 1 reports [2024-09-09T11:36:02.117Z] ==> Detecting git/mercurial file structure [2024-09-09T11:36:02.117Z] ==> Reading reports [2024-09-09T11:36:02.117Z] + ./coverage.out bytes=545683 [2024-09-09T11:36:02.117Z] ==> Appending adjustments [2024-09-09T11:36:02.117Z] https://docs.codecov.io/docs/fixing-reports [2024-09-09T11:36:03.491Z] + Found adjustments [2024-09-09T11:36:03.491Z] ==> Gzipping contents [2024-09-09T11:36:03.491Z] 68K /tmp/codecov.6lKeZu.gz [2024-09-09T11:36:03.491Z] ==> Uploading reports [2024-09-09T11:36:03.491Z] url: https://codecov.io [2024-09-09T11:36:03.491Z] query: branch=main&commit=489770a83fbc98f336c86b0914a62f33e4a7a33e&build=689&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F689%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-09-09T11:36:03.491Z] -> Pinging Codecov [2024-09-09T11:36:03.491Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=489770a83fbc98f336c86b0914a62f33e4a7a33e&build=689&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F689%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-09-09T11:36:03.491Z] -> Uploading to [2024-09-09T11:36:03.491Z] https://storage.googleapis.com/codecov/v4/raw/2024-09-09/00271124DB129430A58F1EEE437C3FCB/489770a83fbc98f336c86b0914a62f33e4a7a33e/b00cc4b6-c056-4391-9de1-17c7c99a1f55.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240909%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240909T113603Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3d0b8bf73384df6b1e3fac63fab6c229c581591b259d4294b3882963a2116c25 [2024-09-09T11:36:03.491Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-09-09T11:36:03.491Z] Dload Upload Total Spent Left Speed [2024-09-09T11:36:03.750Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 68183 0 0 100 68183 0 238k --:--:-- --:--:-- --:--:-- 238k [2024-09-09T11:36:03.750Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] } [2024-09-09T11:36:03.757Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2024-09-09T11:36:03.974Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2024-09-09T11:36:03.997Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:36:04.301Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-09-09T11:36:04.301Z] [2024-09-09T11:36:04.301Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:36:04.603Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-09-09T11:36:04.603Z] latest: Pulling from edgex-devops/edgex-snyk-go [2024-09-09T11:36:04.603Z] 619be1103602: Already exists [2024-09-09T11:36:04.603Z] f8ea3408117e: Pulling fs layer [2024-09-09T11:36:04.603Z] 91320369b822: Pulling fs layer [2024-09-09T11:36:04.603Z] 0406650e8295: Pulling fs layer [2024-09-09T11:36:04.603Z] 4f4fb700ef54: Pulling fs layer [2024-09-09T11:36:04.603Z] 96d80e3f36e1: Pulling fs layer [2024-09-09T11:36:04.603Z] bcf3aedb951c: Pulling fs layer [2024-09-09T11:36:04.603Z] bcf3aedb951c: Waiting [2024-09-09T11:36:04.603Z] 4f4fb700ef54: Waiting [2024-09-09T11:36:04.603Z] 96d80e3f36e1: Waiting [2024-09-09T11:36:04.603Z] 0406650e8295: Verifying Checksum [2024-09-09T11:36:04.603Z] 0406650e8295: Download complete [2024-09-09T11:36:04.603Z] f8ea3408117e: Verifying Checksum [2024-09-09T11:36:04.603Z] f8ea3408117e: Download complete [2024-09-09T11:36:04.603Z] 4f4fb700ef54: Verifying Checksum [2024-09-09T11:36:04.603Z] 4f4fb700ef54: Download complete [2024-09-09T11:36:04.861Z] f8ea3408117e: Pull complete [2024-09-09T11:36:04.861Z] 96d80e3f36e1: Verifying Checksum [2024-09-09T11:36:04.861Z] 96d80e3f36e1: Download complete [2024-09-09T11:36:05.119Z] 91320369b822: Download complete [2024-09-09T11:36:05.377Z] bcf3aedb951c: Verifying Checksum [2024-09-09T11:36:05.377Z] bcf3aedb951c: Download complete [2024-09-09T11:36:08.655Z] 91320369b822: Pull complete [2024-09-09T11:36:08.655Z] 0406650e8295: Pull complete [2024-09-09T11:36:08.655Z] 4f4fb700ef54: Pull complete [2024-09-09T11:36:08.655Z] 96d80e3f36e1: Pull complete [2024-09-09T11:36:11.195Z] bcf3aedb951c: Pull complete [2024-09-09T11:36:11.195Z] Digest: sha256:c73d2844e4fc57f5aa9e06c5c2de6da6b3046f14c04b5c54aa9a8d6bbc057662 [2024-09-09T11:36:11.195Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-09-09T11:36:11.195Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-09T11:36:11.300Z] prd-ubuntu20.04-docker-8c-8g-9843 does not seem to be running inside a container [2024-09-09T11:36:11.314Z] $ 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/689 -v /w/workspace/edgex-go/689:/w/workspace/edgex-go/689:rw,z -v /w/workspace/edgex-go/689@tmp:/w/workspace/edgex-go/689@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-09-09T11:36:15.248Z] $ docker top bc0d9daa82472273eac13b0109797138aca7464e438473941ec520cf028a8d79 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-09-09T11:36:15.610Z] + git config --global --add safe.directory /w/workspace/edgex-go/689 [Pipeline] echo [2024-09-09T11:36:15.620Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2024-09-09T11:36:15.899Z] + set -o pipefail [2024-09-09T11:36:15.899Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2024-09-09T11:36:24.027Z] [2024-09-09T11:36:24.027Z] Monitoring /w/workspace/edgex-go/689 (github.com/edgexfoundry/edgex-go)... [2024-09-09T11:36:24.027Z] [2024-09-09T11:36:24.027Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/15d946d4-10bc-478c-b6f1-05ea35b0a3db [2024-09-09T11:36:24.027Z] [2024-09-09T11:36:24.027Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2024-09-09T11:36:24.027Z] [2024-09-09T11:36:24.027Z] [2024-09-09T11:36:24.027Z] You have reached your monthly limit of 200 private tests for your edgex-jenkins org. [2024-09-09T11:36:24.027Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2024-09-09T11:36:24.024Z] $ docker stop --time=1 bc0d9daa82472273eac13b0109797138aca7464e438473941ec520cf028a8d79 [2024-09-09T11:36:28.933Z] $ docker rm -f --volumes bc0d9daa82472273eac13b0109797138aca7464e438473941ec520cf028a8d79 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2024-09-09T11:36:29.576Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-09-09T11:36:29.596Z] provisioning config files... [2024-09-09T11:36:29.603Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/689@tmp/config18114779852972620903tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-09-09T11:36:29.901Z] --> edgex-publish-swagger.sh [2024-09-09T11:36:29.901Z] === Publish openapi/v3 API === [2024-09-09T11:36:29.901Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2024-09-09T11:36:29.901Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/689/openapi/v3/core-command.yaml] [2024-09-09T11:36:29.901Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-09-09T11:36:29.901Z] Dload Upload Total Spent Left Speed [2024-09-09T11:36:30.161Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32782 0 0 100 32782 0 70956 --:--:-- --:--:-- --:--:-- 70956 [2024-09-09T11:36:30.161Z] [2024-09-09T11:36:30.161Z] [2024-09-09T11:36:30.161Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/689/openapi/v3/core-data.yaml] [2024-09-09T11:36:30.162Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-09-09T11:36:30.162Z] Dload Upload Total Spent Left Speed [2024-09-09T11:36:30.681Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 91 72043 0 0 91 65535 0 1103k --:--:-- --:--:-- --:--:-- 1084k 100 72043 0 0 100 72043 0 179k --:--:-- --:--:-- --:--:-- 178k [2024-09-09T11:36:30.681Z] [2024-09-09T11:36:30.681Z] [2024-09-09T11:36:30.681Z] [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/689/openapi/v3/core-keeper.yaml] [2024-09-09T11:36:30.681Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-09-09T11:36:30.681Z] Dload Upload Total Spent Left Speed [2024-09-09T11:36:30.941Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32887 100 66 100 32821 268 130k --:--:-- --:--:-- --:--:-- 130k [2024-09-09T11:36:30.941Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2024-09-09T11:36:30.941Z] [2024-09-09T11:36:30.941Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/689/openapi/v3/core-metadata.yaml] [2024-09-09T11:36:30.941Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-09-09T11:36:30.941Z] Dload Upload Total Spent Left Speed [2024-09-09T11:36:31.202Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 149k 100 156 100 148k 407 388k --:--:-- --:--:-- --:--:-- 389k [2024-09-09T11:36:31.462Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-09-09T11:36:31.462Z] [2024-09-09T11:36:31.462Z] [publishToSwagger] Publishing API Name [support-cron-scheduler] [/w/workspace/edgex-go/689/openapi/v3/support-cron-scheduler.yaml] [2024-09-09T11:36:31.462Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-09-09T11:36:31.462Z] Dload Upload Total Spent Left Speed [2024-09-09T11:36:31.462Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46921 100 66 100 46855 278 193k --:--:-- --:--:-- --:--:-- 193k [2024-09-09T11:36:31.462Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2024-09-09T11:36:31.462Z] [2024-09-09T11:36:31.722Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/689/openapi/v3/support-notifications.yaml] [2024-09-09T11:36:31.722Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-09-09T11:36:31.722Z] Dload Upload Total Spent Left Speed [2024-09-09T11:36:31.984Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87457 100 156 100 87301 464 253k --:--:-- --:--:-- --:--:-- 254k [2024-09-09T11:36:31.984Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-09-09T11:36:31.984Z] [2024-09-09T11:36:31.984Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/689/openapi/v3/support-scheduler.yaml] [2024-09-09T11:36:31.984Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-09-09T11:36:31.984Z] Dload Upload Total Spent Left Speed [2024-09-09T11:36:32.244Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37110 100 156 100 36954 498 115k --:--:-- --:--:-- --:--:-- 115k [2024-09-09T11:36:32.244Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-09-09T11:36:32.244Z] [Pipeline] } [2024-09-09T11:36:32.251Z] 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-09-09T11:36:32.658Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-09-09T11:36:32.658Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:36:32.961Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-09-09T11:36:32.961Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-09T11:36:33.039Z] prd-ubuntu20.04-docker-8c-8g-9843 does not seem to be running inside a container [2024-09-09T11:36:33.054Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/689 -v /w/workspace/edgex-go/689:/w/workspace/edgex-go/689:rw,z -v /w/workspace/edgex-go/689@tmp:/w/workspace/edgex-go/689@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-09-09T11:36:33.454Z] $ docker top 139fe1bf5acf5ea621572c0b4bfd71d436368281ff966a9b30cc0835936738f8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-09-09T11:36:33.587Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-09-09T11:36:33.587Z] [ssh-agent] Looking for ssh-agent implementation... [2024-09-09T11:36:33.709Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-09-09T11:36:33.696Z] $ docker exec 139fe1bf5acf5ea621572c0b4bfd71d436368281ff966a9b30cc0835936738f8 ssh-agent [2024-09-09T11:36:33.808Z] SSH_AUTH_SOCK=/tmp/ssh-r5cTUbvY5dAX/agent.33 [2024-09-09T11:36:33.808Z] SSH_AGENT_PID=39 [2024-09-09T11:36:33.814Z] Running ssh-add (command line suppressed) [2024-09-09T11:36:33.903Z] Identity added: /w/workspace/edgex-go/689@tmp/private_key_1776645224192140218.key (/w/workspace/edgex-go/689@tmp/private_key_1776645224192140218.key) [2024-09-09T11:36:33.934Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-09-09T11:36:34.225Z] + git semver tag [2024-09-09T11:36:34.483Z] 2024-09-09 11:36:34,389 [run_tag] DEBUG tag force:False [2024-09-09T11:36:34.483Z] 2024-09-09 11:36:34,389 [check_head_tag] DEBUG check head tag [2024-09-09T11:36:34.483Z] 2024-09-09 11:36:34,391 [execute] INFO git cat-file --batch-check [2024-09-09T11:36:34.483Z] 2024-09-09 11:36:34,391 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/689, universal_newlines=False, shell=None, istream=) [2024-09-09T11:36:34.483Z] 2024-09-09 11:36:34,394 [execute] INFO git cat-file --batch [2024-09-09T11:36:34.483Z] 2024-09-09 11:36:34,394 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/689, universal_newlines=False, shell=None, istream=) [2024-09-09T11:36:34.483Z] 2024-09-09 11:36:34,435 [read_version] DEBUG read version from /w/workspace/edgex-go/689/.semver/main [2024-09-09T11:36:34.483Z] 2024-09-09 11:36:34,435 [execute] INFO git tag -a v3.2.0-dev.68 -m v3.2.0-dev.68 [2024-09-09T11:36:34.483Z] 2024-09-09 11:36:34,435 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.68', '-m', 'v3.2.0-dev.68'], cwd=/w/workspace/edgex-go/689, universal_newlines=False, shell=None, istream=None) [2024-09-09T11:36:34.483Z] 2024-09-09 11:36:34,439 [read_version] DEBUG read version from /w/workspace/edgex-go/689/.semver/main [2024-09-09T11:36:34.483Z] 3.2.0-dev.68 [Pipeline] } [2024-09-09T11:36:34.475Z] $ docker exec --env ******** --env ******** 139fe1bf5acf5ea621572c0b4bfd71d436368281ff966a9b30cc0835936738f8 ssh-agent -k [2024-09-09T11:36:34.583Z] unset SSH_AUTH_SOCK; [2024-09-09T11:36:34.583Z] unset SSH_AGENT_PID; [2024-09-09T11:36:34.583Z] echo Agent pid 39 killed; [2024-09-09T11:36:34.607Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-09-09T11:36:34.928Z] + git semver [Pipeline] } [2024-09-09T11:36:35.185Z] $ docker stop --time=1 139fe1bf5acf5ea621572c0b4bfd71d436368281ff966a9b30cc0835936738f8 [2024-09-09T11:36:36.426Z] $ docker rm -f --volumes 139fe1bf5acf5ea621572c0b4bfd71d436368281ff966a9b30cc0835936738f8 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:36:36.837Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-09-09T11:36:36.837Z] [2024-09-09T11:36:36.837Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:36:37.149Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-09-09T11:36:37.149Z] 0.23.1-centos7: Pulling from edgex-lftools [2024-09-09T11:36:37.149Z] ab5ef0e58194: Pulling fs layer [2024-09-09T11:36:37.149Z] 9712f1f96733: Pulling fs layer [2024-09-09T11:36:37.149Z] 63f879dbbcfc: Pulling fs layer [2024-09-09T11:36:37.149Z] 0d9ebad4ef96: Pulling fs layer [2024-09-09T11:36:37.149Z] e9a5061849ea: Pulling fs layer [2024-09-09T11:36:37.149Z] d747dcd14b5f: Pulling fs layer [2024-09-09T11:36:37.149Z] 2de7ff778b66: Pulling fs layer [2024-09-09T11:36:37.149Z] e9a5061849ea: Waiting [2024-09-09T11:36:37.149Z] d747dcd14b5f: Waiting [2024-09-09T11:36:37.149Z] 2de7ff778b66: Waiting [2024-09-09T11:36:37.149Z] 0d9ebad4ef96: Waiting [2024-09-09T11:36:37.149Z] 9712f1f96733: Verifying Checksum [2024-09-09T11:36:37.149Z] 9712f1f96733: Download complete [2024-09-09T11:36:37.407Z] 63f879dbbcfc: Verifying Checksum [2024-09-09T11:36:37.407Z] 63f879dbbcfc: Download complete [2024-09-09T11:36:37.407Z] e9a5061849ea: Verifying Checksum [2024-09-09T11:36:37.407Z] e9a5061849ea: Download complete [2024-09-09T11:36:37.664Z] d747dcd14b5f: Verifying Checksum [2024-09-09T11:36:37.664Z] d747dcd14b5f: Download complete [2024-09-09T11:36:37.664Z] 0d9ebad4ef96: Verifying Checksum [2024-09-09T11:36:37.664Z] 0d9ebad4ef96: Download complete [2024-09-09T11:36:37.664Z] ab5ef0e58194: Verifying Checksum [2024-09-09T11:36:37.664Z] ab5ef0e58194: Download complete [2024-09-09T11:36:37.664Z] 2de7ff778b66: Verifying Checksum [2024-09-09T11:36:37.664Z] 2de7ff778b66: Download complete [2024-09-09T11:36:40.192Z] ab5ef0e58194: Pull complete [2024-09-09T11:36:40.192Z] 9712f1f96733: Pull complete [2024-09-09T11:36:40.758Z] 63f879dbbcfc: Pull complete [2024-09-09T11:36:44.942Z] 0d9ebad4ef96: Pull complete [2024-09-09T11:36:44.942Z] e9a5061849ea: Pull complete [2024-09-09T11:36:44.942Z] d747dcd14b5f: Pull complete [2024-09-09T11:36:45.509Z] 2de7ff778b66: Pull complete [2024-09-09T11:36:45.509Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2024-09-09T11:36:45.509Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-09-09T11:36:45.509Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-09T11:36:45.610Z] prd-ubuntu20.04-docker-8c-8g-9843 does not seem to be running inside a container [2024-09-09T11:36:45.622Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/689 -v /w/workspace/edgex-go/689:/w/workspace/edgex-go/689:rw,z -v /w/workspace/edgex-go/689@tmp:/w/workspace/edgex-go/689@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-09-09T11:36:51.756Z] $ docker top f3fcc7021a7c5c3409f8d1b5d307949a84526f071c8656d8495e0fd4872eb4ce -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2024-09-09T11:36:51.851Z] provisioning config files... [2024-09-09T11:36:51.859Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/689@tmp/config15956678569231107298tmp [2024-09-09T11:36:51.868Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/689@tmp/config15882775136717336432tmp [2024-09-09T11:36:51.877Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/689@tmp/config18216211444648197407tmp [Pipeline] { [Pipeline] echo [2024-09-09T11:36:51.907Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2024-09-09T11:36:52.205Z] ---> sigul-configuration.sh [2024-09-09T11:36:52.205Z] gpg: directory `/root/.gnupg' created [2024-09-09T11:36:52.205Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2024-09-09T11:36:52.205Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2024-09-09T11:36:52.205Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2024-09-09T11:36:52.205Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2024-09-09T11:36:52.205Z] gpg: CAST5 encrypted data [2024-09-09T11:36:52.205Z] gpg: encrypted with 1 passphrase [2024-09-09T11:36:52.205Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2024-09-09T11:36:52.503Z] + mkdir /home/jenkins [2024-09-09T11:36:52.503Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2024-09-09T11:36:52.803Z] + 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-09-09T11:36:52.819Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2024-09-09T11:36:53.113Z] ---> sigul-install.sh [2024-09-09T11:36:53.113Z] Sigul already installed; skipping installation. [Pipeline] sh [2024-09-09T11:36:53.408Z] + git tag --list [2024-09-09T11:36:53.408Z] 0.6.0 [2024-09-09T11:36:53.408Z] 0.6.1 [2024-09-09T11:36:53.408Z] 0.7.0 [2024-09-09T11:36:53.408Z] 0.7.1 [2024-09-09T11:36:53.408Z] v1.0.0 [2024-09-09T11:36:53.408Z] v1.0.1 [2024-09-09T11:36:53.408Z] v1.1.0 [2024-09-09T11:36:53.408Z] v1.2.0 [2024-09-09T11:36:53.408Z] v1.2.1 [2024-09-09T11:36:53.408Z] v1.3.0 [2024-09-09T11:36:53.408Z] v1.3.1 [2024-09-09T11:36:53.408Z] v2.0.0 [2024-09-09T11:36:53.408Z] v2.1.0 [2024-09-09T11:36:53.408Z] v2.1.1 [2024-09-09T11:36:53.408Z] v2.2.0 [2024-09-09T11:36:53.408Z] v2.3.0 [2024-09-09T11:36:53.408Z] v3.0 [2024-09-09T11:36:53.408Z] v3.0.0 [2024-09-09T11:36:53.408Z] v3.1 [2024-09-09T11:36:53.408Z] v3.1.0 [2024-09-09T11:36:53.408Z] v3.1.0-dev.1 [2024-09-09T11:36:53.408Z] v3.1.0-dev.10 [2024-09-09T11:36:53.408Z] v3.1.0-dev.11 [2024-09-09T11:36:53.408Z] v3.1.0-dev.12 [2024-09-09T11:36:53.408Z] v3.1.0-dev.13 [2024-09-09T11:36:53.408Z] v3.1.0-dev.14 [2024-09-09T11:36:53.408Z] v3.1.0-dev.15 [2024-09-09T11:36:53.408Z] v3.1.0-dev.16 [2024-09-09T11:36:53.408Z] v3.1.0-dev.17 [2024-09-09T11:36:53.408Z] v3.1.0-dev.18 [2024-09-09T11:36:53.408Z] v3.1.0-dev.19 [2024-09-09T11:36:53.408Z] v3.1.0-dev.2 [2024-09-09T11:36:53.408Z] v3.1.0-dev.20 [2024-09-09T11:36:53.408Z] v3.1.0-dev.21 [2024-09-09T11:36:53.408Z] v3.1.0-dev.22 [2024-09-09T11:36:53.408Z] v3.1.0-dev.23 [2024-09-09T11:36:53.408Z] v3.1.0-dev.24 [2024-09-09T11:36:53.408Z] v3.1.0-dev.25 [2024-09-09T11:36:53.408Z] v3.1.0-dev.26 [2024-09-09T11:36:53.408Z] v3.1.0-dev.27 [2024-09-09T11:36:53.408Z] v3.1.0-dev.28 [2024-09-09T11:36:53.408Z] v3.1.0-dev.29 [2024-09-09T11:36:53.408Z] v3.1.0-dev.3 [2024-09-09T11:36:53.408Z] v3.1.0-dev.30 [2024-09-09T11:36:53.408Z] v3.1.0-dev.31 [2024-09-09T11:36:53.408Z] v3.1.0-dev.32 [2024-09-09T11:36:53.408Z] v3.1.0-dev.33 [2024-09-09T11:36:53.408Z] v3.1.0-dev.34 [2024-09-09T11:36:53.408Z] v3.1.0-dev.35 [2024-09-09T11:36:53.408Z] v3.1.0-dev.36 [2024-09-09T11:36:53.408Z] v3.1.0-dev.37 [2024-09-09T11:36:53.408Z] v3.1.0-dev.38 [2024-09-09T11:36:53.408Z] v3.1.0-dev.39 [2024-09-09T11:36:53.408Z] v3.1.0-dev.4 [2024-09-09T11:36:53.408Z] v3.1.0-dev.40 [2024-09-09T11:36:53.408Z] v3.1.0-dev.41 [2024-09-09T11:36:53.408Z] v3.1.0-dev.42 [2024-09-09T11:36:53.408Z] v3.1.0-dev.43 [2024-09-09T11:36:53.408Z] v3.1.0-dev.44 [2024-09-09T11:36:53.408Z] v3.1.0-dev.45 [2024-09-09T11:36:53.408Z] v3.1.0-dev.46 [2024-09-09T11:36:53.408Z] v3.1.0-dev.47 [2024-09-09T11:36:53.408Z] v3.1.0-dev.48 [2024-09-09T11:36:53.408Z] v3.1.0-dev.49 [2024-09-09T11:36:53.408Z] v3.1.0-dev.5 [2024-09-09T11:36:53.408Z] v3.1.0-dev.50 [2024-09-09T11:36:53.408Z] v3.1.0-dev.51 [2024-09-09T11:36:53.408Z] v3.1.0-dev.52 [2024-09-09T11:36:53.408Z] v3.1.0-dev.53 [2024-09-09T11:36:53.408Z] v3.1.0-dev.54 [2024-09-09T11:36:53.408Z] v3.1.0-dev.55 [2024-09-09T11:36:53.408Z] v3.1.0-dev.56 [2024-09-09T11:36:53.408Z] v3.1.0-dev.57 [2024-09-09T11:36:53.408Z] v3.1.0-dev.58 [2024-09-09T11:36:53.408Z] v3.1.0-dev.59 [2024-09-09T11:36:53.408Z] v3.1.0-dev.6 [2024-09-09T11:36:53.408Z] v3.1.0-dev.60 [2024-09-09T11:36:53.408Z] v3.1.0-dev.61 [2024-09-09T11:36:53.408Z] v3.1.0-dev.62 [2024-09-09T11:36:53.408Z] v3.1.0-dev.63 [2024-09-09T11:36:53.408Z] v3.1.0-dev.64 [2024-09-09T11:36:53.408Z] v3.1.0-dev.65 [2024-09-09T11:36:53.408Z] v3.1.0-dev.66 [2024-09-09T11:36:53.408Z] v3.1.0-dev.67 [2024-09-09T11:36:53.408Z] v3.1.0-dev.68 [2024-09-09T11:36:53.408Z] v3.1.0-dev.69 [2024-09-09T11:36:53.408Z] v3.1.0-dev.7 [2024-09-09T11:36:53.408Z] v3.1.0-dev.70 [2024-09-09T11:36:53.408Z] v3.1.0-dev.71 [2024-09-09T11:36:53.408Z] v3.1.0-dev.72 [2024-09-09T11:36:53.408Z] v3.1.0-dev.73 [2024-09-09T11:36:53.408Z] v3.1.0-dev.8 [2024-09-09T11:36:53.408Z] v3.1.0-dev.9 [2024-09-09T11:36:53.408Z] v3.1.1 [2024-09-09T11:36:53.408Z] v3.1.1-dev.1 [2024-09-09T11:36:53.408Z] v3.1.1-dev.2 [2024-09-09T11:36:53.408Z] v3.2.0-dev.1 [2024-09-09T11:36:53.408Z] v3.2.0-dev.10 [2024-09-09T11:36:53.408Z] v3.2.0-dev.11 [2024-09-09T11:36:53.408Z] v3.2.0-dev.12 [2024-09-09T11:36:53.408Z] v3.2.0-dev.13 [2024-09-09T11:36:53.408Z] v3.2.0-dev.14 [2024-09-09T11:36:53.408Z] v3.2.0-dev.15 [2024-09-09T11:36:53.408Z] v3.2.0-dev.16 [2024-09-09T11:36:53.408Z] v3.2.0-dev.17 [2024-09-09T11:36:53.408Z] v3.2.0-dev.18 [2024-09-09T11:36:53.408Z] v3.2.0-dev.19 [2024-09-09T11:36:53.408Z] v3.2.0-dev.2 [2024-09-09T11:36:53.408Z] v3.2.0-dev.20 [2024-09-09T11:36:53.408Z] v3.2.0-dev.21 [2024-09-09T11:36:53.408Z] v3.2.0-dev.22 [2024-09-09T11:36:53.408Z] v3.2.0-dev.23 [2024-09-09T11:36:53.408Z] v3.2.0-dev.24 [2024-09-09T11:36:53.408Z] v3.2.0-dev.25 [2024-09-09T11:36:53.408Z] v3.2.0-dev.26 [2024-09-09T11:36:53.408Z] v3.2.0-dev.27 [2024-09-09T11:36:53.408Z] v3.2.0-dev.28 [2024-09-09T11:36:53.408Z] v3.2.0-dev.29 [2024-09-09T11:36:53.408Z] v3.2.0-dev.3 [2024-09-09T11:36:53.408Z] v3.2.0-dev.30 [2024-09-09T11:36:53.408Z] v3.2.0-dev.31 [2024-09-09T11:36:53.408Z] v3.2.0-dev.32 [2024-09-09T11:36:53.408Z] v3.2.0-dev.33 [2024-09-09T11:36:53.408Z] v3.2.0-dev.34 [2024-09-09T11:36:53.408Z] v3.2.0-dev.35 [2024-09-09T11:36:53.408Z] v3.2.0-dev.36 [2024-09-09T11:36:53.408Z] v3.2.0-dev.37 [2024-09-09T11:36:53.408Z] v3.2.0-dev.38 [2024-09-09T11:36:53.408Z] v3.2.0-dev.39 [2024-09-09T11:36:53.408Z] v3.2.0-dev.4 [2024-09-09T11:36:53.408Z] v3.2.0-dev.40 [2024-09-09T11:36:53.408Z] v3.2.0-dev.41 [2024-09-09T11:36:53.408Z] v3.2.0-dev.42 [2024-09-09T11:36:53.408Z] v3.2.0-dev.43 [2024-09-09T11:36:53.408Z] v3.2.0-dev.44 [2024-09-09T11:36:53.408Z] v3.2.0-dev.45 [2024-09-09T11:36:53.408Z] v3.2.0-dev.46 [2024-09-09T11:36:53.408Z] v3.2.0-dev.47 [2024-09-09T11:36:53.408Z] v3.2.0-dev.48 [2024-09-09T11:36:53.408Z] v3.2.0-dev.49 [2024-09-09T11:36:53.408Z] v3.2.0-dev.5 [2024-09-09T11:36:53.408Z] v3.2.0-dev.50 [2024-09-09T11:36:53.408Z] v3.2.0-dev.51 [2024-09-09T11:36:53.408Z] v3.2.0-dev.52 [2024-09-09T11:36:53.408Z] v3.2.0-dev.53 [2024-09-09T11:36:53.408Z] v3.2.0-dev.54 [2024-09-09T11:36:53.408Z] v3.2.0-dev.55 [2024-09-09T11:36:53.408Z] v3.2.0-dev.56 [2024-09-09T11:36:53.408Z] v3.2.0-dev.57 [2024-09-09T11:36:53.408Z] v3.2.0-dev.58 [2024-09-09T11:36:53.408Z] v3.2.0-dev.59 [2024-09-09T11:36:53.408Z] v3.2.0-dev.6 [2024-09-09T11:36:53.408Z] v3.2.0-dev.60 [2024-09-09T11:36:53.408Z] v3.2.0-dev.61 [2024-09-09T11:36:53.409Z] v3.2.0-dev.62 [2024-09-09T11:36:53.409Z] v3.2.0-dev.63 [2024-09-09T11:36:53.409Z] v3.2.0-dev.64 [2024-09-09T11:36:53.409Z] v3.2.0-dev.65 [2024-09-09T11:36:53.409Z] v3.2.0-dev.66 [2024-09-09T11:36:53.409Z] v3.2.0-dev.67 [2024-09-09T11:36:53.409Z] v3.2.0-dev.68 [2024-09-09T11:36:53.409Z] v3.2.0-dev.7 [2024-09-09T11:36:53.409Z] v3.2.0-dev.8 [2024-09-09T11:36:53.409Z] v3.2.0-dev.9 [Pipeline] sh [2024-09-09T11:36:53.702Z] + lftools sign git-tag v3.2.0-dev.68 [2024-09-09T11:36:54.270Z] Signing Git tag with Sigul... [2024-09-09T11:36:54.270Z] Signing v3.2.0-dev.68 [Pipeline] echo [2024-09-09T11:36:54.539Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2024-09-09T11:36:54.830Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2024-09-09T11:36:54.838Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2024-09-09T11:36:54.855Z] $ docker stop --time=1 f3fcc7021a7c5c3409f8d1b5d307949a84526f071c8656d8495e0fd4872eb4ce [2024-09-09T11:36:56.136Z] $ docker rm -f --volumes f3fcc7021a7c5c3409f8d1b5d307949a84526f071c8656d8495e0fd4872eb4ce [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2024-09-09T11:36:56.591Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-09-09T11:36:56.591Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:36:56.897Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-09-09T11:36:56.897Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-09T11:36:56.977Z] prd-ubuntu20.04-docker-8c-8g-9843 does not seem to be running inside a container [2024-09-09T11:36:56.992Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/689 -v /w/workspace/edgex-go/689:/w/workspace/edgex-go/689:rw,z -v /w/workspace/edgex-go/689@tmp:/w/workspace/edgex-go/689@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-09-09T11:36:57.340Z] $ docker top 2aa5e63c949126c150dd723f4b11de8c4eac97766aa3340288a06fe715816a1c -eo pid,comm [2024-09-09T11:36:57.405Z] 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-09-09T11:36:57.405Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-09-09T11:36:57.468Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-09-09T11:36:57.468Z] [ssh-agent] Looking for ssh-agent implementation... [2024-09-09T11:36:57.563Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-09-09T11:36:57.549Z] $ docker exec 2aa5e63c949126c150dd723f4b11de8c4eac97766aa3340288a06fe715816a1c ssh-agent [2024-09-09T11:36:57.673Z] SSH_AUTH_SOCK=/tmp/ssh-KmZwpx8Lh2kf/agent.33 [2024-09-09T11:36:57.673Z] SSH_AGENT_PID=39 [2024-09-09T11:36:57.678Z] Running ssh-add (command line suppressed) [2024-09-09T11:36:57.764Z] Identity added: /w/workspace/edgex-go/689@tmp/private_key_5990002900160443766.key (/w/workspace/edgex-go/689@tmp/private_key_5990002900160443766.key) [2024-09-09T11:36:57.793Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-09-09T11:36:58.088Z] + git semver bump pre [2024-09-09T11:36:58.347Z] 2024-09-09 11:36:58,234 [read_version] DEBUG read version from /w/workspace/edgex-go/689/.semver/main [2024-09-09T11:36:58.347Z] 2024-09-09 11:36:58,234 [bump_version] DEBUG bumping version:3.2.0-dev.68 on axis:pre with prefix:dev [2024-09-09T11:36:58.347Z] 2024-09-09 11:36:58,234 [bump_version] DEBUG bumped version:3.2.0-dev.69 [2024-09-09T11:36:58.347Z] 2024-09-09 11:36:58,234 [write_version] DEBUG write version:3.2.0-dev.69 to path:/w/workspace/edgex-go/689/.semver/main with force:True [2024-09-09T11:36:58.347Z] 2024-09-09 11:36:58,234 [read_version] DEBUG read version from /w/workspace/edgex-go/689/.semver/main [2024-09-09T11:36:58.347Z] 2024-09-09 11:36:58,234 [write_file] DEBUG write to file:/w/workspace/edgex-go/689/.semver/main [2024-09-09T11:36:58.347Z] 2024-09-09 11:36:58,236 [execute] INFO git cat-file --batch-check [2024-09-09T11:36:58.347Z] 2024-09-09 11:36:58,236 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/689/.semver, universal_newlines=False, shell=None, istream=) [2024-09-09T11:36:58.347Z] 2024-09-09 11:36:58,241 [execute] INFO git cat-file --batch [2024-09-09T11:36:58.347Z] 2024-09-09 11:36:58,241 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/689/.semver, universal_newlines=False, shell=None, istream=) [2024-09-09T11:36:58.347Z] 2024-09-09 11:36:58,246 [read_version] DEBUG read version from /w/workspace/edgex-go/689/.semver/main [2024-09-09T11:36:58.347Z] 3.2.0-dev.69 [Pipeline] } [2024-09-09T11:36:58.341Z] $ docker exec --env ******** --env ******** 2aa5e63c949126c150dd723f4b11de8c4eac97766aa3340288a06fe715816a1c ssh-agent -k [2024-09-09T11:36:58.442Z] unset SSH_AUTH_SOCK; [2024-09-09T11:36:58.442Z] unset SSH_AGENT_PID; [2024-09-09T11:36:58.442Z] echo Agent pid 39 killed; [2024-09-09T11:36:58.468Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-09-09T11:36:58.786Z] + git semver [Pipeline] } [2024-09-09T11:36:59.044Z] $ docker stop --time=1 2aa5e63c949126c150dd723f4b11de8c4eac97766aa3340288a06fe715816a1c [2024-09-09T11:37:00.294Z] $ docker rm -f --volumes 2aa5e63c949126c150dd723f4b11de8c4eac97766aa3340288a06fe715816a1c [Pipeline] // withDockerContainer [Pipeline] sh [2024-09-09T11:37:00.664Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-09-09T11:37:00.664Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:37:00.961Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-09-09T11:37:00.961Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-09T11:37:01.039Z] prd-ubuntu20.04-docker-8c-8g-9843 does not seem to be running inside a container [2024-09-09T11:37:01.051Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/689 -v /w/workspace/edgex-go/689:/w/workspace/edgex-go/689:rw,z -v /w/workspace/edgex-go/689@tmp:/w/workspace/edgex-go/689@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-09-09T11:37:01.372Z] $ docker top e0f0cf9ecd23ffe3931b25f734cb0b2c771bc3c9cc73cee797c052879adfb195 -eo pid,comm [2024-09-09T11:37:01.432Z] 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-09-09T11:37:01.432Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-09-09T11:37:01.493Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-09-09T11:37:01.493Z] [ssh-agent] Looking for ssh-agent implementation... [2024-09-09T11:37:01.606Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-09-09T11:37:01.592Z] $ docker exec e0f0cf9ecd23ffe3931b25f734cb0b2c771bc3c9cc73cee797c052879adfb195 ssh-agent [2024-09-09T11:37:01.709Z] SSH_AUTH_SOCK=/tmp/ssh-MJXwT6qhAtOT/agent.32 [2024-09-09T11:37:01.709Z] SSH_AGENT_PID=38 [2024-09-09T11:37:01.714Z] Running ssh-add (command line suppressed) [2024-09-09T11:37:01.795Z] Identity added: /w/workspace/edgex-go/689@tmp/private_key_2136267074339978079.key (/w/workspace/edgex-go/689@tmp/private_key_2136267074339978079.key) [2024-09-09T11:37:01.824Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-09-09T11:37:02.117Z] + git semver push [2024-09-09T11:37:02.376Z] 2024-09-09 11:37:02,262 [run_push] DEBUG push [2024-09-09T11:37:02.376Z] 2024-09-09 11:37:02,262 [execute] INFO git cat-file --batch-check [2024-09-09T11:37:02.376Z] 2024-09-09 11:37:02,262 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/689/.semver, universal_newlines=False, shell=None, istream=) [2024-09-09T11:37:02.376Z] 2024-09-09 11:37:02,265 [execute] INFO git rev-list 44a42004dc075401b7a095df5d119cfbd917f434 -- [2024-09-09T11:37:02.376Z] 2024-09-09 11:37:02,265 [execute] DEBUG Popen(['git', 'rev-list', '44a42004dc075401b7a095df5d119cfbd917f434', '--'], cwd=/w/workspace/edgex-go/689/.semver, universal_newlines=False, shell=None, istream=None) [2024-09-09T11:37:02.376Z] 2024-09-09 11:37:02,284 [execute] INFO git fetch -v origin [2024-09-09T11:37:02.376Z] 2024-09-09 11:37:02,284 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/689/.semver, universal_newlines=True, shell=None, istream=None) [2024-09-09T11:37:02.946Z] 2024-09-09 11:37:02,720 [run_push] DEBUG no remote changes detected [2024-09-09T11:37:02.946Z] 2024-09-09 11:37:02,721 [execute] INFO git push origin semver [2024-09-09T11:37:02.946Z] 2024-09-09 11:37:02,721 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/689/.semver, universal_newlines=False, shell=None, istream=None) [2024-09-09T11:37:03.513Z] 2024-09-09 11:37:03,458 [run_push] DEBUG push all version tags [2024-09-09T11:37:03.513Z] 2024-09-09 11:37:03,459 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2024-09-09T11:37:03.514Z] 2024-09-09 11:37:03,459 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/689, universal_newlines=False, shell=None, istream=None) [2024-09-09T11:37:04.452Z] 2024-09-09 11:37:04,382 [read_version] DEBUG read version from /w/workspace/edgex-go/689/.semver/main [2024-09-09T11:37:04.452Z] 3.2.0-dev.69 [Pipeline] } [2024-09-09T11:37:04.445Z] $ docker exec --env ******** --env ******** e0f0cf9ecd23ffe3931b25f734cb0b2c771bc3c9cc73cee797c052879adfb195 ssh-agent -k [2024-09-09T11:37:04.541Z] unset SSH_AUTH_SOCK; [2024-09-09T11:37:04.541Z] unset SSH_AGENT_PID; [2024-09-09T11:37:04.541Z] echo Agent pid 38 killed; [2024-09-09T11:37:04.565Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-09-09T11:37:04.897Z] + git semver [Pipeline] } [2024-09-09T11:37:05.152Z] $ docker stop --time=1 e0f0cf9ecd23ffe3931b25f734cb0b2c771bc3c9cc73cee797c052879adfb195 [2024-09-09T11:37:06.449Z] $ docker rm -f --volumes e0f0cf9ecd23ffe3931b25f734cb0b2c771bc3c9cc73cee797c052879adfb195 [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-09-09T11:37:07.035Z] + [ -d /w/workspace/edgex-go/689/archives ] [Pipeline] libraryResource [Pipeline] sh [2024-09-09T11:37:07.328Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-09-09T11:37:08.185Z] ---> package-listing.sh [2024-09-09T11:37:08.185Z] ++ facter osfamily [2024-09-09T11:37:08.185Z] ++ tr '[:upper:]' '[:lower:]' [2024-09-09T11:37:08.443Z] + OS_FAMILY=debian [2024-09-09T11:37:08.443Z] + workspace=/w/workspace/edgex-go/689 [2024-09-09T11:37:08.443Z] + START_PACKAGES=/tmp/packages_start.txt [2024-09-09T11:37:08.443Z] + END_PACKAGES=/tmp/packages_end.txt [2024-09-09T11:37:08.443Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-09-09T11:37:08.443Z] + PACKAGES=/tmp/packages_start.txt [2024-09-09T11:37:08.443Z] + '[' /w/workspace/edgex-go/689 ']' [2024-09-09T11:37:08.443Z] + PACKAGES=/tmp/packages_end.txt [2024-09-09T11:37:08.443Z] + case "${OS_FAMILY}" in [2024-09-09T11:37:08.443Z] + dpkg -l [2024-09-09T11:37:08.443Z] + grep '^ii' [2024-09-09T11:37:08.443Z] + '[' -f /tmp/packages_start.txt ']' [2024-09-09T11:37:08.443Z] + '[' -f /tmp/packages_end.txt ']' [2024-09-09T11:37:08.443Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-09-09T11:37:08.443Z] + '[' /w/workspace/edgex-go/689 ']' [2024-09-09T11:37:08.443Z] + mkdir -p /w/workspace/edgex-go/689/archives/ [2024-09-09T11:37:08.443Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/689/archives/ [Pipeline] echo [2024-09-09T11:37:08.452Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/689/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2024-09-09T11:37:08.728Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:37:09.295Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-09-09T11:37:09.295Z] [2024-09-09T11:37:09.295Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-09T11:37:09.594Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-09-09T11:37:09.594Z] latest: Pulling from edgex-lftools-log-publisher [2024-09-09T11:37:09.594Z] 5eb5b503b376: Pulling fs layer [2024-09-09T11:37:09.594Z] 5c69ac0246d0: Pulling fs layer [2024-09-09T11:37:09.594Z] ec43610c2a17: Pulling fs layer [2024-09-09T11:37:09.594Z] 3a2ae6a8a46f: Pulling fs layer [2024-09-09T11:37:09.594Z] 33b1e0a273af: Pulling fs layer [2024-09-09T11:37:09.594Z] 5d3b04190fa2: Pulling fs layer [2024-09-09T11:37:09.594Z] 2f39f015ded8: Pulling fs layer [2024-09-09T11:37:09.594Z] 2f39f015ded8: Waiting [2024-09-09T11:37:09.594Z] 3a2ae6a8a46f: Waiting [2024-09-09T11:37:09.594Z] 33b1e0a273af: Waiting [2024-09-09T11:37:09.594Z] 5d3b04190fa2: Waiting [2024-09-09T11:37:09.594Z] 5c69ac0246d0: Download complete [2024-09-09T11:37:09.594Z] 3a2ae6a8a46f: Verifying Checksum [2024-09-09T11:37:09.594Z] 3a2ae6a8a46f: Download complete [2024-09-09T11:37:09.594Z] 33b1e0a273af: Verifying Checksum [2024-09-09T11:37:09.594Z] 33b1e0a273af: Download complete [2024-09-09T11:37:09.594Z] ec43610c2a17: Verifying Checksum [2024-09-09T11:37:09.594Z] ec43610c2a17: Download complete [2024-09-09T11:37:09.594Z] 5d3b04190fa2: Verifying Checksum [2024-09-09T11:37:09.594Z] 5d3b04190fa2: Download complete [2024-09-09T11:37:09.852Z] 5eb5b503b376: Verifying Checksum [2024-09-09T11:37:09.852Z] 5eb5b503b376: Download complete [2024-09-09T11:37:10.417Z] 2f39f015ded8: Download complete [2024-09-09T11:37:10.983Z] 5eb5b503b376: Pull complete [2024-09-09T11:37:10.983Z] 5c69ac0246d0: Pull complete [2024-09-09T11:37:11.550Z] ec43610c2a17: Pull complete [2024-09-09T11:37:11.550Z] 3a2ae6a8a46f: Pull complete [2024-09-09T11:37:11.807Z] 33b1e0a273af: Pull complete [2024-09-09T11:37:11.807Z] 5d3b04190fa2: Pull complete [2024-09-09T11:37:15.991Z] 2f39f015ded8: Pull complete [2024-09-09T11:37:15.991Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-09-09T11:37:15.991Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-09-09T11:37:15.991Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-09T11:37:16.096Z] prd-ubuntu20.04-docker-8c-8g-9843 does not seem to be running inside a container [2024-09-09T11:37:16.106Z] $ 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/689/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/689 -v /w/workspace/edgex-go/689:/w/workspace/edgex-go/689:rw,z -v /w/workspace/edgex-go/689@tmp:/w/workspace/edgex-go/689@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-09-09T11:37:20.173Z] $ docker top b1209bbc35bb8307ee0624d1ec47dd4e634db484878d98e14deebc06f0e4c777 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-09-09T11:37:20.538Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-09-09T11:37:20.825Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-09-09T11:37:21.226Z] + ls /var/log/sa-host [2024-09-09T11:37:21.226Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-09-09T11:37:21.387Z] provisioning config files... [2024-09-09T11:37:21.408Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/689@tmp/config5223743636483712288tmp [Pipeline] { [Pipeline] echo [2024-09-09T11:37:21.452Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-09-09T11:37:21.758Z] ---> create-netrc.sh [Pipeline] } [2024-09-09T11:37:21.766Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-09-09T11:37:22.114Z] ---> python-tools-install.sh [Pipeline] echo [2024-09-09T11:37:22.124Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-09-09T11:37:22.406Z] ---> sudo-logs.sh [2024-09-09T11:37:22.406Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-09-09T11:37:22.437Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-09-09T11:37:22.718Z] ---> job-cost.sh [2024-09-09T11:37:22.718Z] lf-activate-venv: SKIPPING [2024-09-09T11:37:22.718Z] DEBUG: total: 0.10999999940395355 [2024-09-09T11:37:22.718Z] INFO: Retrieving Stack Cost... [2024-09-09T11:37:23.286Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-09-09T11:37:23.545Z] INFO: Archiving Costs [Pipeline] echo [2024-09-09T11:37:23.560Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-09-09T11:37:23.841Z] ---> logs-deploy.sh [2024-09-09T11:37:23.841Z] lf-activate-venv: SKIPPING [2024-09-09T11:37:23.841Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/689 [2024-09-09T11:37:23.841Z] INFO: archiving workspace using pattern(s): [2024-09-09T11:37:24.779Z] Archives upload complete. [2024-09-09T11:37:24.779Z] INFO: archiving logs to Nexus