Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from ead55998a61037c88c593b6744c8da68f1c88ef7 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-ssh4490265839428781434.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 0b81fa10a7dd14683a964f04f411324fe83f93ac Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh12457030162861648132.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 0b81fa10a7dd14683a964f04f411324fe83f93ac The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh2756513990327328461.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 0b81fa10a7dd14683a964f04f411324fe83f93ac (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 0b81fa10a7dd14683a964f04f411324fe83f93ac # timeout=10 Commit message: "Merge pull request #457 from jinlinGuan/golang-1.23" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh7578205297967808506.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-ssh4439596687014139196.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task ‘prd-ubuntu20.04-docker-8c-8g-23467’ is offline Running on prd-ubuntu20.04-docker-8c-8g-23469 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/734 [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/734 # 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 ead55998a61037c88c593b6744c8da68f1c88ef7 (main) Commit message: "Merge pull request #4979 from cherrycl/issue-4978" > 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 ead55998a61037c88c593b6744c8da68f1c88ef7 # timeout=10 > git rev-list --no-walk b42af75f5c41006b52319d81bd32a1180a0e4bb8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-10-22T05:34:39.887Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-10-22T05:34:39.957Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-10-22T05:34:39.979Z] ========================================================= [2024-10-22T05:34:39.979Z] EdgeX Global Pipelines Version Info [2024-10-22T05:34:39.979Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-10-22T05:34:41.067Z] ------------------- [2024-10-22T05:34:41.067Z] stable info: [2024-10-22T05:34:41.067Z] ------------------- [2024-10-22T05:34:41.067Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-10-22T05:34:41.067Z] Commit SHA: 0b81fa10a7dd14683a964f04f411324fe83f93ac [2024-10-22T05:34:41.067Z] Message: update stable to v1.0.265 [2024-10-22T05:34:41.327Z] ------------------- [2024-10-22T05:34:41.327Z] experimental info: [2024-10-22T05:34:41.327Z] ------------------- [2024-10-22T05:34:41.327Z] Commited By: Cherry Wang cherry@iotechsys.com [2024-10-22T05:34:41.327Z] Commit SHA: b5a5e52272fc4198cf3754284eedf36dbf0baa35 [2024-10-22T05:34:41.327Z] Message: update experimental to v1.0.264 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-10-22T05:34:41.405Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2024-10-22T05:34:41.424Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2024-10-22T05:34:41.443Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-10-22T05:34:41.469Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-10-22T05:34:41.492Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-10-22T05:34:41.512Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2024-10-22T05:34:41.538Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-10-22T05:34:41.560Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2024-10-22T05:34:41.581Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2024-10-22T05:34:41.609Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2024-10-22T05:34:41.634Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-10-22T05:34:41.656Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-10-22T05:34:41.681Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-10-22T05:34:41.705Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-10-22T05:34:41.729Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-10-22T05:34:41.751Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-10-22T05:34:41.776Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-10-22T05:34:41.801Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-10-22T05:34:41.819Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2024-10-22T05:34:41.840Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo [2024-10-22T05:34:41.864Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-10-22T05:34:41.891Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-10-22T05:34:41.916Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-10-22T05:34:41.940Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2024-10-22T05:34:41.960Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2024-10-22T05:34:41.982Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2024-10-22T05:34:42.004Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] echo [2024-10-22T05:34:42.023Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ead5599 [Pipeline] echo [2024-10-22T05:34:42.044Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-10-22T05:34:42.109Z] provisioning config files... [2024-10-22T05:34:42.121Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/734@tmp/config1549586654157121182tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-22T05:34:42.444Z] ---> ****-login.sh [2024-10-22T05:34:42.444Z] nexus3.edgexfoundry.org:10001 [2024-10-22T05:34:43.826Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-22T05:34:43.826Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-22T05:34:43.826Z] Configure a credential helper to remove this warning. See [2024-10-22T05:34:43.826Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-22T05:34:43.826Z] [2024-10-22T05:34:43.826Z] Login Succeeded [2024-10-22T05:34:43.826Z] nexus3.edgexfoundry.org:10002 [2024-10-22T05:34:44.084Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-22T05:34:44.085Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-22T05:34:44.085Z] Configure a credential helper to remove this warning. See [2024-10-22T05:34:44.085Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-22T05:34:44.085Z] [2024-10-22T05:34:44.085Z] Login Succeeded [2024-10-22T05:34:44.085Z] nexus3.edgexfoundry.org:10003 [2024-10-22T05:34:44.085Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-22T05:34:44.085Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-22T05:34:44.085Z] Configure a credential helper to remove this warning. See [2024-10-22T05:34:44.085Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-22T05:34:44.085Z] [2024-10-22T05:34:44.085Z] Login Succeeded [2024-10-22T05:34:44.085Z] nexus3.edgexfoundry.org:10004 [2024-10-22T05:34:44.085Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-22T05:34:44.345Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-22T05:34:44.345Z] Configure a credential helper to remove this warning. See [2024-10-22T05:34:44.346Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-22T05:34:44.346Z] [2024-10-22T05:34:44.346Z] Login Succeeded [2024-10-22T05:34:44.346Z] ****.io [2024-10-22T05:34:44.346Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-22T05:34:44.605Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-22T05:34:44.606Z] Configure a credential helper to remove this warning. See [2024-10-22T05:34:44.606Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-22T05:34:44.606Z] [2024-10-22T05:34:44.606Z] Login Succeeded [2024-10-22T05:34:44.606Z] ---> ****-login.sh ends [Pipeline] } [2024-10-22T05:34:44.613Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-10-22T05:34:44.936Z] + 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-10-22T05:34:44.936Z] + + dirname cmd/core-command/Dockerfilecut [2024-10-22T05:34:44.936Z] -d/ -f2 [2024-10-22T05:34:44.936Z] + echo core-command,cmd/core-command/Dockerfile [2024-10-22T05:34:44.936Z] + + dirname cmd/core-common-config-bootstrapper/Dockerfile [2024-10-22T05:34:44.936Z] cut -d/ -f2 [2024-10-22T05:34:44.936Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2024-10-22T05:34:44.936Z] + cut -d/+ -f2 [2024-10-22T05:34:44.936Z] dirname cmd/core-data/Dockerfile [2024-10-22T05:34:44.936Z] + echo core-data,cmd/core-data/Dockerfile [2024-10-22T05:34:44.936Z] + dirname cmd/core-keeper/Dockerfile [2024-10-22T05:34:44.936Z] + cut -d/ -f2 [2024-10-22T05:34:44.936Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2024-10-22T05:34:44.936Z] + dirname cmd/core-metadata/Dockerfile [2024-10-22T05:34:44.936Z] + cut -d/ -f2 [2024-10-22T05:34:44.936Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2024-10-22T05:34:44.936Z] + dirname cmd/security-bootstrapper/Dockerfile [2024-10-22T05:34:44.936Z] + cut -d/ -f2 [2024-10-22T05:34:44.936Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2024-10-22T05:34:44.936Z] + dirname cmd/security-proxy-auth/Dockerfile [2024-10-22T05:34:44.936Z] + cut -d/ -f2 [2024-10-22T05:34:44.936Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2024-10-22T05:34:44.936Z] + dirname cmd/security-proxy-setup/Dockerfile [2024-10-22T05:34:44.936Z] + cut -d/ -f2 [2024-10-22T05:34:44.936Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2024-10-22T05:34:44.936Z] + dirname cmd/security-secretstore-setup/Dockerfile [2024-10-22T05:34:44.936Z] + cut -d/ -f2 [2024-10-22T05:34:44.936Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2024-10-22T05:34:44.936Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2024-10-22T05:34:44.936Z] + cut -d/ -f2 [2024-10-22T05:34:44.936Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2024-10-22T05:34:44.936Z] + dirname cmd/security-spire-agent/Dockerfile [2024-10-22T05:34:44.936Z] + cut -d/ -f2 [2024-10-22T05:34:44.936Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2024-10-22T05:34:44.936Z] + dirname cmd/security-spire-config/Dockerfile [2024-10-22T05:34:44.936Z] + cut -d/ -f2 [2024-10-22T05:34:44.936Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2024-10-22T05:34:44.936Z] + dirname cmd/security-spire-server/Dockerfile [2024-10-22T05:34:44.936Z] + cut -d/ -f2 [2024-10-22T05:34:44.936Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2024-10-22T05:34:44.936Z] + dirname cmd/support-cron-scheduler/Dockerfile [2024-10-22T05:34:44.936Z] + cut -d/ -f2 [2024-10-22T05:34:44.936Z] + echo support-cron-scheduler,cmd/support-cron-scheduler/Dockerfile [2024-10-22T05:34:44.936Z] + dirname cmd/support-notifications/Dockerfile [2024-10-22T05:34:44.936Z] + cut -d/ -f2 [2024-10-22T05:34:44.936Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2024-10-22T05:34:44.936Z] + dirname cmd/support-scheduler/Dockerfile [2024-10-22T05:34:44.936Z] + cut -d/ -f2 [2024-10-22T05:34:44.936Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2024-10-22T05:34:44.968Z] 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-10-22T05:34:45.315Z] + git rev-list -1 --merges ead55998a61037c88c593b6744c8da68f1c88ef7~1..ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] echo [2024-10-22T05:34:45.325Z] -----------> git rev-list -1 --merges ead55998a61037c88c593b6744c8da68f1c88ef7~1..ead55998a61037c88c593b6744c8da68f1c88ef7 ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T05:34:45.325Z] ead55998a61037c88c593b6744c8da68f1c88ef7 [false] [Pipeline] sh [2024-10-22T05:34:45.616Z] + git log --format=format:%s -1 ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] echo [2024-10-22T05:34:45.632Z] ========================================================= [2024-10-22T05:34:45.632Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-10-22T05:34:45.632Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2024-10-22T05:34:46.008Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-10-22T05:34:46.008Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-10-22T05:34:46.008Z] + [ -e /tmp/ssh_known_hosts ] [2024-10-22T05:34:46.008Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-10-22T05:34:46.008Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-10-22T05:34:46.008Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-10-22T05:34:46.008Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:34:46.360Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-22T05:34:46.360Z] [2024-10-22T05:34:46.360Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:34:46.665Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-22T05:34:46.665Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-10-22T05:34:46.665Z] b85a868b505f: Pulling fs layer [2024-10-22T05:34:46.665Z] e2be974225ed: Pulling fs layer [2024-10-22T05:34:46.665Z] 339a4e72a1f5: Pulling fs layer [2024-10-22T05:34:46.665Z] 988bab9f4d93: Pulling fs layer [2024-10-22T05:34:46.665Z] 1469e6f7b9e6: Pulling fs layer [2024-10-22T05:34:46.665Z] eaf3925da568: Pulling fs layer [2024-10-22T05:34:46.665Z] bab4dde63d76: Pulling fs layer [2024-10-22T05:34:46.665Z] bde34c3a00c8: Pulling fs layer [2024-10-22T05:34:46.665Z] b352a97aabf1: Pulling fs layer [2024-10-22T05:34:46.665Z] 4872d77fe225: Pulling fs layer [2024-10-22T05:34:46.665Z] 5851b861e8e6: Pulling fs layer [2024-10-22T05:34:46.665Z] bab4dde63d76: Waiting [2024-10-22T05:34:46.665Z] b352a97aabf1: Waiting [2024-10-22T05:34:46.665Z] bde34c3a00c8: Waiting [2024-10-22T05:34:46.665Z] 4872d77fe225: Waiting [2024-10-22T05:34:46.665Z] 5851b861e8e6: Waiting [2024-10-22T05:34:46.665Z] eaf3925da568: Waiting [2024-10-22T05:34:46.665Z] 988bab9f4d93: Waiting [2024-10-22T05:34:46.665Z] 1469e6f7b9e6: Waiting [2024-10-22T05:34:46.665Z] e2be974225ed: Download complete [2024-10-22T05:34:46.665Z] 988bab9f4d93: Verifying Checksum [2024-10-22T05:34:46.665Z] 988bab9f4d93: Download complete [2024-10-22T05:34:46.665Z] 1469e6f7b9e6: Verifying Checksum [2024-10-22T05:34:46.665Z] 1469e6f7b9e6: Download complete [2024-10-22T05:34:46.925Z] eaf3925da568: Verifying Checksum [2024-10-22T05:34:46.925Z] eaf3925da568: Download complete [2024-10-22T05:34:46.925Z] 339a4e72a1f5: Verifying Checksum [2024-10-22T05:34:46.925Z] 339a4e72a1f5: Download complete [2024-10-22T05:34:46.925Z] bde34c3a00c8: Verifying Checksum [2024-10-22T05:34:46.925Z] bde34c3a00c8: Download complete [2024-10-22T05:34:46.925Z] b352a97aabf1: Verifying Checksum [2024-10-22T05:34:46.925Z] b352a97aabf1: Download complete [2024-10-22T05:34:46.925Z] 4872d77fe225: Verifying Checksum [2024-10-22T05:34:46.925Z] 4872d77fe225: Download complete [2024-10-22T05:34:46.925Z] 5851b861e8e6: Verifying Checksum [2024-10-22T05:34:47.183Z] b85a868b505f: Verifying Checksum [2024-10-22T05:34:47.183Z] b85a868b505f: Download complete [2024-10-22T05:34:47.442Z] bab4dde63d76: Verifying Checksum [2024-10-22T05:34:47.442Z] bab4dde63d76: Download complete [2024-10-22T05:34:48.379Z] b85a868b505f: Pull complete [2024-10-22T05:34:48.638Z] e2be974225ed: Pull complete [2024-10-22T05:34:49.209Z] 339a4e72a1f5: Pull complete [2024-10-22T05:34:49.209Z] 988bab9f4d93: Pull complete [2024-10-22T05:34:49.468Z] 1469e6f7b9e6: Pull complete [2024-10-22T05:34:49.468Z] eaf3925da568: Pull complete [2024-10-22T05:34:51.370Z] bab4dde63d76: Pull complete [2024-10-22T05:34:51.370Z] bde34c3a00c8: Pull complete [2024-10-22T05:34:51.629Z] b352a97aabf1: Pull complete [2024-10-22T05:34:51.629Z] 4872d77fe225: Pull complete [2024-10-22T05:34:51.629Z] 5851b861e8e6: Pull complete [2024-10-22T05:34:51.889Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-10-22T05:34:51.889Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-22T05:34:51.889Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-22T05:34:52.040Z] prd-ubuntu20.04-docker-8c-8g-23469 does not seem to be running inside a container [2024-10-22T05:34:52.066Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/734 -v /w/workspace/edgex-go/734:/w/workspace/edgex-go/734:rw,z -v /w/workspace/edgex-go/734@tmp:/w/workspace/edgex-go/734@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-10-22T05:34:56.265Z] $ docker top b688dc919f8fa96ac0acfd1746e434c45f984d25e2307c755fac7cdbcf33039a -eo pid,comm [2024-10-22T05:34:56.345Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2024-10-22T05:34:56.345Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-10-22T05:34:56.409Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-10-22T05:34:56.409Z] [ssh-agent] Looking for ssh-agent implementation... [2024-10-22T05:34:56.529Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-10-22T05:34:56.531Z] $ docker exec b688dc919f8fa96ac0acfd1746e434c45f984d25e2307c755fac7cdbcf33039a ssh-agent [2024-10-22T05:34:56.619Z] SSH_AUTH_SOCK=/tmp/ssh-zLS7IKd2xQl4/agent.32 [2024-10-22T05:34:56.620Z] SSH_AGENT_PID=38 [2024-10-22T05:34:56.625Z] Running ssh-add (command line suppressed) [2024-10-22T05:34:56.711Z] Identity added: /w/workspace/edgex-go/734@tmp/private_key_9531763757205227344.key (/w/workspace/edgex-go/734@tmp/private_key_9531763757205227344.key) [2024-10-22T05:34:56.727Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-10-22T05:34:57.015Z] + git tag --points-at HEAD [Pipeline] } [2024-10-22T05:34:57.026Z] $ docker exec --env ******** --env ******** b688dc919f8fa96ac0acfd1746e434c45f984d25e2307c755fac7cdbcf33039a ssh-agent -k [2024-10-22T05:34:57.126Z] unset SSH_AUTH_SOCK; [2024-10-22T05:34:57.127Z] unset SSH_AGENT_PID; [2024-10-22T05:34:57.127Z] echo Agent pid 38 killed; [2024-10-22T05:34:57.135Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-10-22T05:34:57.178Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-10-22T05:34:57.178Z] [ssh-agent] Looking for ssh-agent implementation... [2024-10-22T05:34:57.283Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-10-22T05:34:57.285Z] $ docker exec b688dc919f8fa96ac0acfd1746e434c45f984d25e2307c755fac7cdbcf33039a ssh-agent [2024-10-22T05:34:57.399Z] SSH_AUTH_SOCK=/tmp/ssh-O52yFI2VJUSu/agent.71 [2024-10-22T05:34:57.399Z] SSH_AGENT_PID=77 [2024-10-22T05:34:57.403Z] Running ssh-add (command line suppressed) [2024-10-22T05:34:57.490Z] Identity added: /w/workspace/edgex-go/734@tmp/private_key_6659967912603827847.key (/w/workspace/edgex-go/734@tmp/private_key_6659967912603827847.key) [2024-10-22T05:34:57.501Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-10-22T05:34:57.789Z] + git semver init [2024-10-22T05:34:58.048Z] 2024-10-22 05:34:57,956 [run_init] DEBUG init version:0.0.0 force:False [2024-10-22T05:34:58.048Z] 2024-10-22 05:34:57,957 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/734/.semver [2024-10-22T05:34:58.048Z] 2024-10-22 05:34:57,958 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/734/.semver [2024-10-22T05:34:58.048Z] 2024-10-22 05:34:57,958 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/734/.semver'], cwd=/w/workspace/edgex-go/734, universal_newlines=False, shell=None, istream=None) [2024-10-22T05:35:04.623Z] 2024-10-22 05:35:04,231 [append_file] DEBUG append to file:/w/workspace/edgex-go/734/.git/info/exclude [2024-10-22T05:35:04.623Z] 2024-10-22 05:35:04,232 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/734/.semver/main with force:False [2024-10-22T05:35:04.623Z] 2024-10-22 05:35:04,232 [read_version] DEBUG read version from /w/workspace/edgex-go/734/.semver/main [2024-10-22T05:35:04.623Z] 2024-10-22 05:35:04,232 [read_version] DEBUG read version from /w/workspace/edgex-go/734/.semver/main [2024-10-22T05:35:04.623Z] 4.0.0-dev.1 [Pipeline] } [2024-10-22T05:35:04.632Z] $ docker exec --env ******** --env ******** b688dc919f8fa96ac0acfd1746e434c45f984d25e2307c755fac7cdbcf33039a ssh-agent -k [2024-10-22T05:35:04.726Z] unset SSH_AUTH_SOCK; [2024-10-22T05:35:04.726Z] unset SSH_AGENT_PID; [2024-10-22T05:35:04.726Z] echo Agent pid 77 killed; [2024-10-22T05:35:04.737Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-10-22T05:35:05.085Z] + git semver [Pipeline] } [2024-10-22T05:35:05.355Z] $ docker stop --time=1 b688dc919f8fa96ac0acfd1746e434c45f984d25e2307c755fac7cdbcf33039a [2024-10-22T05:35:07.103Z] $ docker rm -f --volumes b688dc919f8fa96ac0acfd1746e434c45f984d25e2307c755fac7cdbcf33039a [Pipeline] // withDockerContainer [Pipeline] sh [2024-10-22T05:35:07.460Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-10-22T05:35:07.836Z] Stashed 1 file(s) [Pipeline] echo [2024-10-22T05:35:07.839Z] [edgeXSemver]: initialized semver on version 4.0.0-dev.1 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-10-22T05:35:08.297Z] + git config --global --add safe.directory /w/workspace/edgex-go/734 [Pipeline] echo [2024-10-22T05:35:08.312Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-22T05:35:08.326Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-22T05:35:08.340Z] ========================================================= [2024-10-22T05:35:08.340Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2024-10-22T05:35:08.340Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-10-22T05:35:08.630Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2024-10-22T05:35:08.913Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2024-10-22T05:35:08.913Z] 43c4264eed91: Pulling fs layer [2024-10-22T05:35:08.913Z] 4cc291be95ef: Pulling fs layer [2024-10-22T05:35:08.913Z] 2ac1f1163629: Pulling fs layer [2024-10-22T05:35:08.913Z] 5c3c966382ef: Pulling fs layer [2024-10-22T05:35:08.913Z] 4f4fb700ef54: Pulling fs layer [2024-10-22T05:35:08.913Z] 5d5c8e513c77: Pulling fs layer [2024-10-22T05:35:08.913Z] 9f66e0745190: Pulling fs layer [2024-10-22T05:35:08.913Z] f49a43e4bbc0: Pulling fs layer [2024-10-22T05:35:08.913Z] 561ebcabdf7f: Pulling fs layer [2024-10-22T05:35:08.913Z] 9f66e0745190: Waiting [2024-10-22T05:35:08.913Z] 5c3c966382ef: Waiting [2024-10-22T05:35:08.913Z] f49a43e4bbc0: Waiting [2024-10-22T05:35:08.913Z] 5d5c8e513c77: Waiting [2024-10-22T05:35:08.913Z] 4f4fb700ef54: Waiting [2024-10-22T05:35:08.913Z] 4cc291be95ef: Download complete [2024-10-22T05:35:08.913Z] 5c3c966382ef: Verifying Checksum [2024-10-22T05:35:08.913Z] 5c3c966382ef: Download complete [2024-10-22T05:35:08.913Z] 4f4fb700ef54: Verifying Checksum [2024-10-22T05:35:08.913Z] 4f4fb700ef54: Download complete [2024-10-22T05:35:08.913Z] 5d5c8e513c77: Verifying Checksum [2024-10-22T05:35:08.913Z] 5d5c8e513c77: Download complete [2024-10-22T05:35:08.913Z] 43c4264eed91: Download complete [2024-10-22T05:35:08.913Z] 9f66e0745190: Verifying Checksum [2024-10-22T05:35:08.913Z] 9f66e0745190: Download complete [2024-10-22T05:35:09.186Z] 561ebcabdf7f: Verifying Checksum [2024-10-22T05:35:09.186Z] 561ebcabdf7f: Download complete [2024-10-22T05:35:09.186Z] 43c4264eed91: Pull complete [2024-10-22T05:35:09.462Z] 2ac1f1163629: Verifying Checksum [2024-10-22T05:35:09.462Z] 2ac1f1163629: Download complete [2024-10-22T05:35:09.721Z] 4cc291be95ef: Pull complete [2024-10-22T05:35:09.721Z] f49a43e4bbc0: Download complete [2024-10-22T05:35:13.910Z] 2ac1f1163629: Pull complete [2024-10-22T05:35:13.910Z] 5c3c966382ef: Pull complete [2024-10-22T05:35:13.910Z] 4f4fb700ef54: Pull complete [2024-10-22T05:35:13.910Z] 5d5c8e513c77: Pull complete [2024-10-22T05:35:13.910Z] 9f66e0745190: Pull complete [2024-10-22T05:35:15.812Z] f49a43e4bbc0: Pull complete [2024-10-22T05:35:16.379Z] 561ebcabdf7f: Pull complete [2024-10-22T05:35:16.379Z] Digest: sha256:0719486ae9a24b675ee3acaa2cfd867e7a981f2ef22b41d166c62d936fe8de2d [2024-10-22T05:35:16.379Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2024-10-22T05:35:16.379Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2024-10-22T05:35:16.677Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2024-10-22T05:35:16.677Z] WORKDIR /edgex [2024-10-22T05:35:16.677Z] COPY go.mod . [2024-10-22T05:35:16.677Z] RUN go mod download [2024-10-22T05:35:16.677Z] + docker build -t ci-base-image-x86_64 -f - . [2024-10-22T05:35:17.244Z] Sending build context to Docker daemon 177.9MB [2024-10-22T05:35:17.244Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2024-10-22T05:35:17.244Z] ---> 3a752c3f9dda [2024-10-22T05:35:17.244Z] Step 2/4 : WORKDIR /edgex [2024-10-22T05:35:22.521Z] ---> Running in 256b6f100892 [2024-10-22T05:35:22.521Z] Removing intermediate container 256b6f100892 [2024-10-22T05:35:22.521Z] ---> 95e79386f1de [2024-10-22T05:35:22.521Z] Step 3/4 : COPY go.mod . [2024-10-22T05:35:22.521Z] ---> 9f08cb67bcd5 [2024-10-22T05:35:22.521Z] Step 4/4 : RUN go mod download [2024-10-22T05:35:22.521Z] ---> Running in 56599f5c1366 [2024-10-22T05:35:22.951Z] Still waiting to schedule task [2024-10-22T05:35:22.952Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2024-10-22T05:35:49.090Z] Removing intermediate container 56599f5c1366 [2024-10-22T05:35:49.090Z] ---> 92a3e27f49de [2024-10-22T05:35:49.090Z] Successfully built 92a3e27f49de [2024-10-22T05:35:49.090Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:35:49.428Z] + docker inspect -f . ci-base-image-x86_64 [2024-10-22T05:35:49.428Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-22T05:35:49.543Z] prd-ubuntu20.04-docker-8c-8g-23469 does not seem to be running inside a container [2024-10-22T05:35:49.574Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/734 -v /w/workspace/edgex-go/734:/w/workspace/edgex-go/734:rw,z -v /w/workspace/edgex-go/734@tmp:/w/workspace/edgex-go/734@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2024-10-22T05:35:50.087Z] $ docker top b1d1b14e2f0a356b86dc760aeaffa4c17157cf0377055046a5af7eff8981b7b6 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-22T05:35:50.432Z] + go version [2024-10-22T05:35:50.432Z] go version go1.23.2 linux/amd64 [Pipeline] } [2024-10-22T05:35:50.441Z] $ docker stop --time=1 b1d1b14e2f0a356b86dc760aeaffa4c17157cf0377055046a5af7eff8981b7b6 [2024-10-22T05:35:51.796Z] $ docker rm -f --volumes b1d1b14e2f0a356b86dc760aeaffa4c17157cf0377055046a5af7eff8981b7b6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:35:52.227Z] + docker inspect -f . ci-base-image-x86_64 [2024-10-22T05:35:52.227Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-22T05:35:52.308Z] prd-ubuntu20.04-docker-8c-8g-23469 does not seem to be running inside a container [2024-10-22T05:35:52.336Z] $ 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/734 -v /w/workspace/edgex-go/734:/w/workspace/edgex-go/734:rw,z -v /w/workspace/edgex-go/734@tmp:/w/workspace/edgex-go/734@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2024-10-22T05:35:52.706Z] $ docker top e260beb59c8b1c0dd404817a06dc8982603e655e473efb8930630bce95e9809e -eo pid,comm [Pipeline] { [Pipeline] echo [2024-10-22T05:35:52.783Z] ========================================================= [2024-10-22T05:35:52.783Z] [edgeXBuildGoParallel] Running Tests and Build... [2024-10-22T05:35:52.783Z] ========================================================= [Pipeline] sh [2024-10-22T05:35:53.065Z] + git config --global --add safe.directory /w/workspace/edgex-go/734 [Pipeline] fileExists [Pipeline] sh [2024-10-22T05:35:53.365Z] + make test [2024-10-22T05:35:53.365Z] go test -race -coverprofile=coverage.out ./... [2024-10-22T05:36:01.485Z] ? github.com/edgexfoundry/edgex-go [no test files] [2024-10-22T05:36:28.031Z] github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements [2024-10-22T05:36:28.031Z] github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements [2024-10-22T05:36:28.031Z] github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements [2024-10-22T05:36:28.031Z] github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements [2024-10-22T05:36:28.031Z] github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements [2024-10-22T05:36:28.031Z] github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements [2024-10-22T05:36:28.031Z] github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements [2024-10-22T05:36:28.031Z] github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements [2024-10-22T05:36:28.031Z] github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements [2024-10-22T05:36:28.031Z] github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements [2024-10-22T05:36:28.031Z] github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements [2024-10-22T05:36:28.290Z] github.com/edgexfoundry/edgex-go/cmd/support-cron-scheduler coverage: 0.0% of statements [2024-10-22T05:36:28.858Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2024-10-22T05:36:28.858Z] github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements [2024-10-22T05:36:28.858Z] github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements [2024-10-22T05:36:28.858Z] github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements [2024-10-22T05:36:30.765Z] github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements [2024-10-22T05:36:30.765Z] github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements [2024-10-22T05:36:31.702Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.019s coverage: 28.7% of statements [2024-10-22T05:36:31.702Z] github.com/edgexfoundry/edgex-go/internal/core/common_config coverage: 0.0% of statements [2024-10-22T05:36:31.702Z] github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements [2024-10-22T05:36:31.702Z] github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements [2024-10-22T05:36:31.961Z] github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements [2024-10-22T05:36:31.961Z] github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements [2024-10-22T05:36:32.532Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.037s coverage: 97.0% of statements [2024-10-22T05:36:32.790Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2024-10-22T05:36:32.790Z] github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements [2024-10-22T05:36:32.790Z] github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements [2024-10-22T05:36:32.790Z] github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements [2024-10-22T05:36:32.790Z] github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements [2024-10-22T05:36:32.790Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements [2024-10-22T05:36:32.790Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2024-10-22T05:36:32.790Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements [2024-10-22T05:36:32.790Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements [2024-10-22T05:36:34.184Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2024-10-22T05:36:34.185Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements [2024-10-22T05:36:34.185Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements [2024-10-22T05:36:34.185Z] github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements [2024-10-22T05:36:34.185Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements [2024-10-22T05:36:35.571Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.062s coverage: 69.2% of statements [2024-10-22T05:36:35.571Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.042s coverage: 48.4% of statements [2024-10-22T05:36:36.138Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements [2024-10-22T05:36:36.138Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements [2024-10-22T05:36:36.708Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.806s coverage: 93.4% of statements [2024-10-22T05:36:36.708Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.059s coverage: 91.7% of statements [2024-10-22T05:36:36.968Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.056s coverage: 9.4% of statements [2024-10-22T05:36:37.955Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2024-10-22T05:36:37.955Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2024-10-22T05:36:37.955Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements [2024-10-22T05:36:37.955Z] github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements [2024-10-22T05:36:37.955Z] github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements [2024-10-22T05:36:37.955Z] github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements [2024-10-22T05:36:37.955Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements [2024-10-22T05:36:37.955Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2024-10-22T05:36:37.955Z] github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements [2024-10-22T05:36:37.955Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements [2024-10-22T05:36:37.955Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements [2024-10-22T05:36:39.861Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.429s coverage: 95.8% of statements [2024-10-22T05:36:39.861Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.021s coverage: 72.2% of statements [2024-10-22T05:36:39.861Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements [2024-10-22T05:36:40.119Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2024-10-22T05:36:40.119Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements [2024-10-22T05:36:41.054Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.025s coverage: 0.0% of statements [no tests to run] [2024-10-22T05:36:41.312Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.042s coverage: 1.0% of statements [2024-10-22T05:36:41.312Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.028s coverage: 44.2% of statements [2024-10-22T05:36:41.312Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.034s coverage: 41.7% of statements [2024-10-22T05:36:42.703Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 2.022s coverage: 77.8% of statements [2024-10-22T05:36:42.703Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.017s coverage: 94.1% of statements [2024-10-22T05:36:42.703Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.024s coverage: 96.3% of statements [2024-10-22T05:36:42.703Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.029s coverage: 87.5% of statements [2024-10-22T05:36:42.703Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2024-10-22T05:36:42.703Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements [2024-10-22T05:36:42.703Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements [2024-10-22T05:36:42.703Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements [2024-10-22T05:36:43.274Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2024-10-22T05:36:43.274Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements [2024-10-22T05:36:43.274Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements [2024-10-22T05:36:43.274Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements [2024-10-22T05:36:44.234Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements [2024-10-22T05:36:44.234Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements [2024-10-22T05:36:44.234Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements [2024-10-22T05:36:45.169Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements [2024-10-22T05:36:45.169Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements [2024-10-22T05:36:45.169Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements [2024-10-22T05:36:45.169Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements [2024-10-22T05:36:45.739Z] github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements [2024-10-22T05:36:45.739Z] github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements [2024-10-22T05:36:45.996Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements [2024-10-22T05:36:47.903Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements [2024-10-22T05:36:48.162Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2024-10-22T05:36:49.538Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements [2024-10-22T05:36:49.538Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements [2024-10-22T05:36:52.072Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements [2024-10-22T05:36:52.072Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements [2024-10-22T05:36:52.072Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements [2024-10-22T05:36:53.021Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements [2024-10-22T05:36:53.021Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements [2024-10-22T05:36:53.279Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2024-10-22T05:36:53.539Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements [2024-10-22T05:36:53.539Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements [2024-10-22T05:36:53.539Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements [2024-10-22T05:36:53.539Z] github.com/edgexfoundry/edgex-go/internal/support/cronscheduler coverage: 0.0% of statements [2024-10-22T05:36:54.476Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.025s coverage: 94.4% of statements [2024-10-22T05:36:54.735Z] github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/container coverage: 0.0% of statements [2024-10-22T05:36:54.735Z] github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/config coverage: 0.0% of statements [2024-10-22T05:36:54.735Z] github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/application/action coverage: 0.0% of statements [2024-10-22T05:36:55.581Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-23470 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2024-10-22T05:36:55.600Z] Running in /w/workspace/edgex-go/734 [Pipeline] { [Pipeline] checkout [2024-10-22T05:36:56.114Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces [no test files] [2024-10-22T05:36:56.114Z] github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements [2024-10-22T05:36:56.114Z] github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements [2024-10-22T05:36:57.510Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements [2024-10-22T05:36:57.510Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements [2024-10-22T05:36:57.510Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements [2024-10-22T05:36:57.510Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements [2024-10-22T05:36:58.662Z] The recommended git tool is: git [2024-10-22T05:36:58.889Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2024-10-22T05:36:58.889Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements [2024-10-22T05:36:58.889Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements [2024-10-22T05:36:58.889Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/application coverage: 0.0% of statements [2024-10-22T05:36:59.823Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements [2024-10-22T05:36:59.823Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements [2024-10-22T05:37:00.390Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2024-10-22T05:37:00.390Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements [2024-10-22T05:37:03.316Z] using credential edgex-jenkins-ssh [2024-10-22T05:37:03.341Z] Cloning the remote Git repository [2024-10-22T05:37:03.374Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2024-10-22T05:37:03.460Z] > git init /w/workspace/edgex-go/734 # timeout=10 [2024-10-22T05:37:03.603Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2024-10-22T05:37:03.606Z] > git --version # timeout=10 [2024-10-22T05:37:03.633Z] > git --version # 'git version 2.25.1' [2024-10-22T05:37:03.635Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-10-22T05:37:03.768Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-10-22T05:37:06.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.257s coverage: 79.9% of statements [2024-10-22T05:37:06.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.041s coverage: 92.9% of statements [2024-10-22T05:37:06.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.017s coverage: 66.7% of statements [2024-10-22T05:37:06.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.029s coverage: 62.3% of statements [2024-10-22T05:37:06.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.021s coverage: 75.0% of statements [2024-10-22T05:37:06.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.029s coverage: 87.2% of statements [2024-10-22T05:37:06.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.019s coverage: 20.0% of statements [2024-10-22T05:37:06.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.015s coverage: 100.0% of statements [2024-10-22T05:37:06.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.059s coverage: 81.8% of statements [2024-10-22T05:37:06.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.056s coverage: 82.1% of statements [2024-10-22T05:37:06.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.021s coverage: 86.0% of statements [2024-10-22T05:37:06.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.145s coverage: 63.1% of statements [2024-10-22T05:37:06.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.023s coverage: 100.0% of statements [2024-10-22T05:37:06.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.026s coverage: 89.4% of statements [2024-10-22T05:37:06.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.024s coverage: 100.0% of statements [2024-10-22T05:37:06.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.019s coverage: 73.7% of statements [2024-10-22T05:37:06.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.018s coverage: 100.0% of statements [2024-10-22T05:37:06.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.114s coverage: 36.5% of statements [2024-10-22T05:37:06.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.023s coverage: 89.5% of statements [2024-10-22T05:37:06.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.019s coverage: 84.8% of statements [2024-10-22T05:37:06.951Z] ok github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/application 1.030s coverage: 9.0% of statements [2024-10-22T05:37:06.951Z] ok github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/controller/http 1.064s coverage: 97.7% of statements [2024-10-22T05:37:06.951Z] ok github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure 1.024s coverage: 45.8% of statements [2024-10-22T05:37:06.951Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.044s coverage: 17.4% of statements [2024-10-22T05:37:06.951Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.099s coverage: 95.7% of statements [2024-10-22T05:37:06.951Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.026s coverage: 61.8% of statements [2024-10-22T05:37:06.951Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.059s coverage: 98.9% of statements [2024-10-22T05:37:07.520Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2024-10-22T05:37:07.520Z] running golangci-lint [2024-10-22T05:37:07.779Z] golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z [2024-10-22T05:37:07.779Z] go version go1.23.2 linux/amd64 [2024-10-22T05:37:08.038Z] level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" [2024-10-22T05:37:08.038Z] level=info msg="[config_reader] Used config file .golangci.yml" [2024-10-22T05:37:08.038Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2024-10-22T05:37:20.025Z] Avoid second fetch [2024-10-22T05:37:20.026Z] Checking out Revision ead55998a61037c88c593b6744c8da68f1c88ef7 (main) [2024-10-22T05:37:20.868Z] Commit message: "Merge pull request #4979 from cherrycl/issue-4978" [2024-10-22T05:37:19.209Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2024-10-22T05:37:19.245Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-10-22T05:37:20.037Z] > git config core.sparsecheckout # timeout=10 [2024-10-22T05:37:20.104Z] > git checkout -f ead55998a61037c88c593b6744c8da68f1c88ef7 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-10-22T05:37:26.384Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-10-22T05:37:26.384Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-10-22T05:37:26.384Z] Dload Upload Total Spent Left Speed [2024-10-22T05:37:26.384Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 107k 0 --:--:-- --:--:-- --:--:-- 107k [Pipeline] sh [2024-10-22T05:37:26.728Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-10-22T05:37:27.050Z] + + sudosudo tee jq /etc/docker/daemon.new . += {"seccomp-profile": "/etc/docker/seccomp.json"} [2024-10-22T05:37:27.050Z] /etc/docker/daemon.json [2024-10-22T05:37:27.050Z] { [2024-10-22T05:37:27.050Z] "registry-mirrors": [ [2024-10-22T05:37:27.050Z] "https://nexus3.edgexfoundry.org:10001" [2024-10-22T05:37:27.050Z] ], [2024-10-22T05:37:27.050Z] "bip": "10.250.0.254/24", [2024-10-22T05:37:27.050Z] "hosts": [ [2024-10-22T05:37:27.050Z] "tcp://0.0.0.0:5555", [2024-10-22T05:37:27.050Z] "unix:///var/run/docker.sock" [2024-10-22T05:37:27.050Z] ], [2024-10-22T05:37:27.050Z] "mtu": 1458, [2024-10-22T05:37:27.050Z] "selinux-enabled": true, [2024-10-22T05:37:27.050Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-10-22T05:37:27.050Z] } [Pipeline] sh [2024-10-22T05:37:27.386Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-10-22T05:37:27.720Z] + sudo service docker restart [2024-10-22T05:37:29.963Z] level=info msg="[loader] Go packages loading at mode 575 (compiled_files|files|imports|types_sizes|deps|exports_file|name) took 21.747715087s" [2024-10-22T05:37:29.963Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 38.555787ms" [2024-10-22T05:37:42.256Z] level=info msg="[linters_context/goanalysis] analyzers took 1m39.715225502s with top 10 stages: buildir: 55.838542531s, inspect: 3.140879295s, gosec: 3.069878878s, fact_deprecated: 2.612414411s, printf: 2.224523434s, ctrlflow: 2.134575426s, nilness: 1.284062557s, S1038: 1.268217458s, fact_purity: 1.099318899s, typedness: 771.195044ms" [2024-10-22T05:37:42.256Z] level=info msg="[runner] Issues before processing: 222, after processing: 0" [2024-10-22T05:37:42.256Z] level=info msg="[runner] Processors filtering stat (in/out): exclude: 222/222, nolint: 22/0, autogenerated_exclude: 222/222, invalid_issue: 222/222, skip_dirs: 222/222, filename_unadjuster: 222/222, path_prettifier: 222/222, skip_files: 222/222, identifier_marker: 222/222, cgo: 222/222, exclude-rules: 222/22" [2024-10-22T05:37:42.256Z] level=info msg="[runner] processing took 17.000221ms with stages: nolint: 6.94464ms, identifier_marker: 4.58823ms, autogenerated_exclude: 1.742473ms, path_prettifier: 1.649722ms, exclude-rules: 1.124724ms, skip_dirs: 873.961µs, invalid_issue: 29.441µs, cgo: 28.71µs, filename_unadjuster: 14.77µs, max_same_issues: 830ns, skip_files: 410ns, uniq_by_line: 390ns, fixer: 390ns, path_prefixer: 250ns, exclude: 240ns, sort_results: 240ns, max_from_linter: 180ns, diff: 150ns, source_code: 130ns, path_shortener: 120ns, max_per_file_from_linter: 120ns, severity-rules: 100ns" [2024-10-22T05:37:42.256Z] level=info msg="[runner] linters took 11.341746079s with stages: goanalysis_metalinter: 11.324664907s" [2024-10-22T05:37:42.256Z] level=info msg="File cache stats: 0 entries of total size 0B" [2024-10-22T05:37:42.256Z] level=info msg="Memory: 333 samples, avg is 291.6MB, max is 1315.0MB" [2024-10-22T05:37:42.256Z] level=info msg="Execution took 33.135957959s" [2024-10-22T05:37:42.256Z] go vet ./... [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-10-22T05:37:46.009Z] provisioning config files... [2024-10-22T05:37:46.034Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/734@tmp/config16195242186906416834tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-22T05:37:46.495Z] ---> ****-login.sh [2024-10-22T05:37:46.495Z] nexus3.edgexfoundry.org:10001 [2024-10-22T05:37:46.766Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-22T05:37:47.046Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-22T05:37:47.046Z] Configure a credential helper to remove this warning. See [2024-10-22T05:37:47.046Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-22T05:37:47.046Z] [2024-10-22T05:37:47.046Z] Login Succeeded [2024-10-22T05:37:47.046Z] nexus3.edgexfoundry.org:10002 [2024-10-22T05:37:47.317Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-22T05:37:47.516Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-10-22T05:37:47.516Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-10-22T05:37:47.589Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-22T05:37:47.589Z] Configure a credential helper to remove this warning. See [2024-10-22T05:37:47.589Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-22T05:37:47.589Z] [2024-10-22T05:37:47.589Z] Login Succeeded [2024-10-22T05:37:47.589Z] nexus3.edgexfoundry.org:10003 [2024-10-22T05:37:47.774Z] ./bin/test-attribution-txt.sh [2024-10-22T05:37:47.859Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-22T05:37:47.859Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-22T05:37:47.859Z] Configure a credential helper to remove this warning. See [2024-10-22T05:37:47.859Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-22T05:37:47.859Z] [2024-10-22T05:37:47.859Z] Login Succeeded [2024-10-22T05:37:47.859Z] nexus3.edgexfoundry.org:10004 [Pipeline] echo [2024-10-22T05:37:48.047Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh [2024-10-22T05:37:48.133Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-22T05:37:48.134Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-22T05:37:48.134Z] Configure a credential helper to remove this warning. See [2024-10-22T05:37:48.134Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-22T05:37:48.134Z] [2024-10-22T05:37:48.134Z] Login Succeeded [2024-10-22T05:37:48.339Z] + ls -al . [2024-10-22T05:37:48.339Z] total 1908 [2024-10-22T05:37:48.339Z] drwxrwxr-x 11 1001 1001 4096 Oct 22 05:35 . [2024-10-22T05:37:48.339Z] drwxr-xr-x 4 root root 4096 Oct 22 05:35 .. [2024-10-22T05:37:48.339Z] drwxrwxr-x 2 1001 1001 4096 Oct 22 05:34 .blubracket [2024-10-22T05:37:48.339Z] -rw-rw-r-- 1 1001 1001 10 Oct 22 05:34 .dockerignore [2024-10-22T05:37:48.339Z] drwxrwxr-x 8 1001 1001 4096 Oct 22 05:37 .git [2024-10-22T05:37:48.339Z] drwxrwxr-x 3 1001 1001 4096 Oct 22 05:34 .github [2024-10-22T05:37:48.339Z] -rw-rw-r-- 1 1001 1001 1152 Oct 22 05:34 .gitignore [2024-10-22T05:37:48.339Z] -rw-rw-r-- 1 1001 1001 199 Oct 22 05:34 .golangci.yml [2024-10-22T05:37:48.339Z] -rw-rw-r-- 1 1001 1001 100 Oct 22 05:34 .hadolint.yml [2024-10-22T05:37:48.339Z] drwxr-xr-x 3 1001 1001 4096 Oct 22 05:35 .semver [2024-10-22T05:37:48.339Z] -rw-rw-r-- 1 1001 1001 155 Oct 22 05:34 .sonarcloud.properties [2024-10-22T05:37:48.339Z] -rw-rw-r-- 1 1001 1001 1171 Oct 22 05:34 ADOPTERS.md [2024-10-22T05:37:48.339Z] -rw-rw-r-- 1 1001 1001 21553 Oct 22 05:34 Attribution.txt [2024-10-22T05:37:48.339Z] -rw-rw-r-- 1 1001 1001 100284 Oct 22 05:34 CHANGELOG.md [2024-10-22T05:37:48.339Z] -rw-rw-r-- 1 1001 1001 3804 Oct 22 05:34 CONTRIBUTING.md [2024-10-22T05:37:48.339Z] -rw-rw-r-- 1 1001 1001 677 Oct 22 05:34 GOVERNANCE.md [2024-10-22T05:37:48.339Z] -rw-rw-r-- 1 1001 1001 858 Oct 22 05:34 Jenkinsfile [2024-10-22T05:37:48.339Z] -rw-rw-r-- 1 1001 1001 10775 Oct 22 05:34 LICENSE [2024-10-22T05:37:48.339Z] -rw-rw-r-- 1 1001 1001 17391 Oct 22 05:34 Makefile [2024-10-22T05:37:48.339Z] -rw-rw-r-- 1 1001 1001 582 Oct 22 05:34 OWNERS.md [2024-10-22T05:37:48.339Z] -rw-rw-r-- 1 1001 1001 9528 Oct 22 05:34 README.md [2024-10-22T05:37:48.339Z] -rw-rw-r-- 1 1001 1001 789 Oct 22 05:34 SECURITY.md [2024-10-22T05:37:48.339Z] -rw-rw-r-- 1 1001 1001 11 Oct 22 05:35 VERSION [2024-10-22T05:37:48.339Z] drwxrwxr-x 2 1001 1001 4096 Oct 22 05:34 bin [2024-10-22T05:37:48.339Z] drwxrwxr-x 20 1001 1001 4096 Oct 22 05:34 cmd [2024-10-22T05:37:48.339Z] -rw-r--r-- 1 root root 1566560 Oct 22 05:37 coverage.out [2024-10-22T05:37:48.339Z] drwxrwxr-x 2 1001 1001 4096 Oct 22 05:34 fuzz_test [2024-10-22T05:37:48.339Z] -rw-rw-r-- 1 1001 1001 7277 Oct 22 05:34 go.mod [2024-10-22T05:37:48.339Z] -rw-rw-r-- 1 1001 1001 101084 Oct 22 05:34 go.sum [2024-10-22T05:37:48.339Z] drwxrwxr-x 7 1001 1001 4096 Oct 22 05:34 internal [2024-10-22T05:37:48.339Z] drwxrwxr-x 2 1001 1001 4096 Oct 22 05:34 openapi [2024-10-22T05:37:48.339Z] -rw-rw-r-- 1 1001 1001 584 Oct 22 05:34 security.txt [2024-10-22T05:37:48.339Z] -rw-rw-r-- 1 1001 1001 204 Oct 22 05:34 version.go [Pipeline] sh [2024-10-22T05:37:48.405Z] ****.io [2024-10-22T05:37:48.405Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-22T05:37:48.626Z] + '[' -e coverage.out ] [2024-10-22T05:37:48.626Z] + chown 1001:1001 coverage.out [Pipeline] stash [2024-10-22T05:37:48.680Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-22T05:37:48.680Z] Configure a credential helper to remove this warning. See [2024-10-22T05:37:48.680Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-22T05:37:48.680Z] [2024-10-22T05:37:48.680Z] Login Succeeded [2024-10-22T05:37:48.680Z] ---> ****-login.sh ends [Pipeline] } [2024-10-22T05:37:48.694Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2024-10-22T05:37:48.791Z] Stashed 1 file(s) [Pipeline] sh [Pipeline] sh [2024-10-22T05:37:49.072Z] + make build [2024-10-22T05:37:49.072Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2024-10-22T05:37:49.311Z] + git config --global --add safe.directory /w/workspace/edgex-go/734 [Pipeline] echo [2024-10-22T05:37:49.332Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-22T05:37:49.350Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-22T05:37:49.366Z] ========================================================= [2024-10-22T05:37:49.366Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2024-10-22T05:37:49.366Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-10-22T05:37:49.698Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2024-10-22T05:37:49.967Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-10-22T05:37:49.967Z] cf04c63912e1: Pulling fs layer [2024-10-22T05:37:49.967Z] 55b35a11ae5e: Pulling fs layer [2024-10-22T05:37:49.967Z] a37a00ec5f00: Pulling fs layer [2024-10-22T05:37:49.967Z] 50b3750afda1: Pulling fs layer [2024-10-22T05:37:49.967Z] 4f4fb700ef54: Pulling fs layer [2024-10-22T05:37:49.967Z] 80978eb59214: Pulling fs layer [2024-10-22T05:37:49.967Z] c9f46d7d2bd2: Pulling fs layer [2024-10-22T05:37:49.967Z] c5a475d317c9: Pulling fs layer [2024-10-22T05:37:49.967Z] 4f4fb700ef54: Waiting [2024-10-22T05:37:49.967Z] 80978eb59214: Waiting [2024-10-22T05:37:49.967Z] c9f46d7d2bd2: Waiting [2024-10-22T05:37:49.967Z] c5a475d317c9: Waiting [2024-10-22T05:37:49.967Z] 50b3750afda1: Waiting [2024-10-22T05:37:49.967Z] 55b35a11ae5e: Verifying Checksum [2024-10-22T05:37:49.967Z] 55b35a11ae5e: Download complete [2024-10-22T05:37:49.967Z] 50b3750afda1: Verifying Checksum [2024-10-22T05:37:49.967Z] 50b3750afda1: Download complete [2024-10-22T05:37:49.967Z] 4f4fb700ef54: Verifying Checksum [2024-10-22T05:37:49.967Z] 4f4fb700ef54: Download complete [2024-10-22T05:37:49.967Z] 80978eb59214: Verifying Checksum [2024-10-22T05:37:49.967Z] 80978eb59214: Download complete [2024-10-22T05:37:49.967Z] cf04c63912e1: Download complete [2024-10-22T05:37:50.555Z] c5a475d317c9: Verifying Checksum [2024-10-22T05:37:50.555Z] c5a475d317c9: Download complete [2024-10-22T05:37:51.144Z] cf04c63912e1: Pull complete [2024-10-22T05:37:51.737Z] 55b35a11ae5e: Pull complete [2024-10-22T05:37:52.011Z] a37a00ec5f00: Verifying Checksum [2024-10-22T05:37:52.011Z] a37a00ec5f00: Download complete [2024-10-22T05:37:52.600Z] c9f46d7d2bd2: Verifying Checksum [2024-10-22T05:37:52.600Z] c9f46d7d2bd2: Download complete [2024-10-22T05:38:07.623Z] a37a00ec5f00: Pull complete [2024-10-22T05:38:07.623Z] 50b3750afda1: Pull complete [2024-10-22T05:38:07.623Z] 4f4fb700ef54: Pull complete [2024-10-22T05:38:07.623Z] 80978eb59214: Pull complete [2024-10-22T05:38:14.285Z] c9f46d7d2bd2: Pull complete [2024-10-22T05:38:15.602Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-10-22T05:38:15.602Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2024-10-22T05:38:15.701Z] c5a475d317c9: Pull complete [2024-10-22T05:38:15.701Z] Digest: sha256:2391c17ca386d1fbfa331956bd558234564149703727e64d3c69580d84b42a9b [2024-10-22T05:38:15.701Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2024-10-22T05:38:15.701Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2024-10-22T05:38:16.038Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2024-10-22T05:38:16.038Z] WORKDIR /edgex [2024-10-22T05:38:16.038Z] COPY go.mod . [2024-10-22T05:38:16.038Z] RUN go mod download [2024-10-22T05:38:16.038Z] + docker build -t ci-base-image-arm64 -f - . [2024-10-22T05:38:16.653Z] Sending build context to Docker daemon 3.72MB [2024-10-22T05:38:16.653Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2024-10-22T05:38:16.653Z] ---> be29e6b0f0d4 [2024-10-22T05:38:16.653Z] Step 2/4 : WORKDIR /edgex [2024-10-22T05:38:17.505Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-10-22T05:38:18.441Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-10-22T05:38:18.602Z] ---> Running in 0b878ae3d0c3 [2024-10-22T05:38:18.873Z] Removing intermediate container 0b878ae3d0c3 [2024-10-22T05:38:18.873Z] ---> a8887e3d8a60 [2024-10-22T05:38:18.873Z] Step 3/4 : COPY go.mod . [2024-10-22T05:38:19.141Z] ---> 243ca3c5902e [2024-10-22T05:38:19.141Z] Step 4/4 : RUN go mod download [2024-10-22T05:38:19.408Z] ---> Running in 3fad3b8dc0a3 [2024-10-22T05:38:20.346Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-10-22T05:38:25.653Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-10-22T05:38:27.559Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler [2024-10-22T05:38:30.847Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-10-22T05:38:32.754Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-10-22T05:38:34.130Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-10-22T05:38:34.699Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2024-10-22T05:38:35.640Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-10-22T05:38:37.014Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2024-10-22T05:38:37.959Z] $ docker stop --time=1 e260beb59c8b1c0dd404817a06dc8982603e655e473efb8930630bce95e9809e [2024-10-22T05:38:46.781Z] $ docker rm -f --volumes e260beb59c8b1c0dd404817a06dc8982603e655e473efb8930630bce95e9809e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:38:48.180Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-10-22T05:38:48.180Z] [2024-10-22T05:38:48.180Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:38:48.481Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-10-22T05:38:48.742Z] latest: Pulling from edgex-devops/edgex-compose [2024-10-22T05:38:48.742Z] 91d30c5bc195: Pulling fs layer [2024-10-22T05:38:48.742Z] 2e9b0aa3be6d: Pulling fs layer [2024-10-22T05:38:48.742Z] 9c61dcf015f6: Pulling fs layer [2024-10-22T05:38:48.742Z] 4698f68db338: Pulling fs layer [2024-10-22T05:38:48.742Z] 4698f68db338: Waiting [2024-10-22T05:38:48.742Z] 2a2f49069b9e: Pulling fs layer [2024-10-22T05:38:48.742Z] e0025b399a48: Pulling fs layer [2024-10-22T05:38:48.742Z] 91d30c5bc195: Verifying Checksum [2024-10-22T05:38:48.742Z] 91d30c5bc195: Download complete [2024-10-22T05:38:48.742Z] 4698f68db338: Verifying Checksum [2024-10-22T05:38:48.742Z] 4698f68db338: Download complete [2024-10-22T05:38:48.999Z] 2e9b0aa3be6d: Verifying Checksum [2024-10-22T05:38:48.999Z] 2e9b0aa3be6d: Download complete [2024-10-22T05:38:48.999Z] e0025b399a48: Download complete [2024-10-22T05:38:48.999Z] 2a2f49069b9e: Download complete [2024-10-22T05:38:48.999Z] 91d30c5bc195: Pull complete [2024-10-22T05:38:49.258Z] 2e9b0aa3be6d: Pull complete [2024-10-22T05:38:49.515Z] 9c61dcf015f6: Download complete [2024-10-22T05:38:52.046Z] 9c61dcf015f6: Pull complete [2024-10-22T05:38:55.332Z] 4698f68db338: Pull complete [2024-10-22T05:38:55.332Z] 2a2f49069b9e: Pull complete [2024-10-22T05:38:55.332Z] e0025b399a48: Pull complete [2024-10-22T05:38:55.592Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2024-10-22T05:38:55.592Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-10-22T05:38:55.592Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-22T05:38:55.695Z] prd-ubuntu20.04-docker-8c-8g-23469 does not seem to be running inside a container [2024-10-22T05:38:55.723Z] $ 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/734 -v /w/workspace/edgex-go/734:/w/workspace/edgex-go/734:rw,z -v /w/workspace/edgex-go/734@tmp:/w/workspace/edgex-go/734@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2024-10-22T05:38:56.979Z] $ docker top ee2df90227b2f85cfd670f5123206ea40aca868f6a72db09de3b4add5ea51742 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-22T05:38:57.333Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-10-22T05:38:59.867Z] #1 [support-scheduler internal] load build definition from Dockerfile [2024-10-22T05:38:59.867Z] #1 transferring dockerfile: 1.93kB done [2024-10-22T05:38:59.867Z] #1 DONE 0.0s [2024-10-22T05:38:59.867Z] [2024-10-22T05:38:59.867Z] #2 [security-spire-agent internal] load build definition from Dockerfile [2024-10-22T05:38:59.867Z] #2 transferring dockerfile: 1.81kB done [2024-10-22T05:38:59.867Z] #2 DONE 0.0s [2024-10-22T05:38:59.867Z] [2024-10-22T05:38:59.867Z] #3 [core-command internal] load build definition from Dockerfile [2024-10-22T05:38:59.867Z] #3 transferring dockerfile: 1.93kB done [2024-10-22T05:38:59.867Z] #3 DONE 0.0s [2024-10-22T05:38:59.867Z] [2024-10-22T05:38:59.867Z] #4 [core-keeper internal] load build definition from Dockerfile [2024-10-22T05:38:59.867Z] #4 transferring dockerfile: 2.07kB done [2024-10-22T05:38:59.867Z] #4 DONE 0.0s [2024-10-22T05:38:59.867Z] [2024-10-22T05:38:59.867Z] #5 [support-cron-scheduler internal] load build definition from Dockerfile [2024-10-22T05:38:59.867Z] #5 transferring dockerfile: 1.85kB done [2024-10-22T05:38:59.867Z] #5 DONE 0.0s [2024-10-22T05:38:59.867Z] [2024-10-22T05:38:59.867Z] #6 [security-proxy-setup internal] load build definition from Dockerfile [2024-10-22T05:38:59.867Z] #6 transferring dockerfile: 2.50kB done [2024-10-22T05:38:59.867Z] #6 DONE 0.0s [2024-10-22T05:38:59.867Z] [2024-10-22T05:38:59.867Z] #7 [security-secretstore-setup internal] load build definition from Dockerfile [2024-10-22T05:38:59.867Z] #7 transferring dockerfile: 2.49kB done [2024-10-22T05:38:59.867Z] #7 DONE 0.0s [2024-10-22T05:38:59.867Z] [2024-10-22T05:38:59.867Z] #8 [core-metadata internal] load build definition from Dockerfile [2024-10-22T05:38:59.867Z] #8 transferring dockerfile: 2.13kB done [2024-10-22T05:38:59.867Z] #8 DONE 0.1s [2024-10-22T05:38:59.867Z] [2024-10-22T05:38:59.867Z] #9 [support-notifications internal] load build definition from Dockerfile [2024-10-22T05:38:59.867Z] #9 transferring dockerfile: 2.02kB done [2024-10-22T05:38:59.867Z] #9 DONE 0.0s [2024-10-22T05:38:59.867Z] [2024-10-22T05:38:59.867Z] #10 [security-proxy-auth internal] load build definition from Dockerfile [2024-10-22T05:38:59.867Z] #10 transferring dockerfile: 2.15kB done [2024-10-22T05:38:59.867Z] #10 DONE 0.0s [2024-10-22T05:38:59.867Z] [2024-10-22T05:38:59.867Z] #11 [core-data internal] load build definition from Dockerfile [2024-10-22T05:38:59.867Z] #11 transferring dockerfile: 2.07kB done [2024-10-22T05:38:59.867Z] #11 DONE 0.0s [2024-10-22T05:38:59.867Z] [2024-10-22T05:38:59.867Z] #12 [security-bootstrapper internal] load build definition from Dockerfile [2024-10-22T05:38:59.867Z] #12 transferring dockerfile: 3.17kB done [2024-10-22T05:38:59.867Z] #12 DONE 0.1s [2024-10-22T05:38:59.867Z] [2024-10-22T05:38:59.867Z] #13 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-10-22T05:38:59.867Z] #13 transferring dockerfile: 2.23kB done [2024-10-22T05:38:59.867Z] #13 DONE 0.1s [2024-10-22T05:38:59.867Z] [2024-10-22T05:38:59.867Z] #14 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-10-22T05:38:59.867Z] #14 transferring dockerfile: 1.89kB done [2024-10-22T05:38:59.867Z] #14 DONE 0.0s [2024-10-22T05:38:59.867Z] [2024-10-22T05:38:59.867Z] #15 [support-scheduler internal] load .dockerignore [2024-10-22T05:38:59.867Z] #15 transferring context: 50B done [2024-10-22T05:38:59.867Z] #15 DONE 0.0s [2024-10-22T05:38:59.867Z] [2024-10-22T05:38:59.867Z] #16 [security-spire-server internal] load build definition from Dockerfile [2024-10-22T05:38:59.867Z] #16 transferring dockerfile: 1.70kB done [2024-10-22T05:39:00.127Z] #16 DONE 0.1s [2024-10-22T05:39:00.127Z] [2024-10-22T05:39:00.127Z] #17 [security-spire-config internal] load build definition from Dockerfile [2024-10-22T05:39:00.127Z] #17 transferring dockerfile: 1.69kB done [2024-10-22T05:39:00.127Z] #17 DONE 0.1s [2024-10-22T05:39:00.127Z] [2024-10-22T05:39:00.127Z] #18 [security-spire-agent internal] load .dockerignore [2024-10-22T05:39:00.127Z] #18 transferring context: 50B done [2024-10-22T05:39:00.127Z] #18 DONE 0.0s [2024-10-22T05:39:00.127Z] [2024-10-22T05:39:00.127Z] #19 [core-command internal] load .dockerignore [2024-10-22T05:39:00.127Z] #19 transferring context: 50B done [2024-10-22T05:39:00.127Z] #19 DONE 0.0s [2024-10-22T05:39:00.127Z] [2024-10-22T05:39:00.127Z] #20 [core-keeper internal] load .dockerignore [2024-10-22T05:39:00.127Z] #20 transferring context: 50B done [2024-10-22T05:39:00.127Z] #20 DONE 0.0s [2024-10-22T05:39:00.127Z] [2024-10-22T05:39:00.127Z] #21 [support-cron-scheduler internal] load .dockerignore [2024-10-22T05:39:00.127Z] #21 transferring context: 50B done [2024-10-22T05:39:00.127Z] #21 DONE 0.0s [2024-10-22T05:39:00.127Z] [2024-10-22T05:39:00.127Z] #22 [security-proxy-setup internal] load .dockerignore [2024-10-22T05:39:00.127Z] #22 transferring context: 50B done [2024-10-22T05:39:00.127Z] #22 DONE 0.0s [2024-10-22T05:39:00.127Z] [2024-10-22T05:39:00.127Z] #23 [support-notifications internal] load .dockerignore [2024-10-22T05:39:00.127Z] #23 transferring context: 50B done [2024-10-22T05:39:00.127Z] #23 DONE 0.0s [2024-10-22T05:39:00.127Z] [2024-10-22T05:39:00.127Z] #24 [security-secretstore-setup internal] load .dockerignore [2024-10-22T05:39:00.127Z] #24 transferring context: 50B done [2024-10-22T05:39:00.127Z] #24 DONE 0.0s [2024-10-22T05:39:00.127Z] [2024-10-22T05:39:00.127Z] #25 [security-proxy-auth internal] load .dockerignore [2024-10-22T05:39:00.127Z] #25 transferring context: 50B done [2024-10-22T05:39:00.127Z] #25 DONE 0.0s [2024-10-22T05:39:00.127Z] [2024-10-22T05:39:00.127Z] #26 [core-metadata internal] load .dockerignore [2024-10-22T05:39:00.127Z] #26 transferring context: 50B done [2024-10-22T05:39:00.127Z] #26 DONE 0.0s [2024-10-22T05:39:00.127Z] [2024-10-22T05:39:00.127Z] #27 [security-bootstrapper internal] load .dockerignore [2024-10-22T05:39:00.127Z] #27 transferring context: 50B done [2024-10-22T05:39:00.127Z] #27 DONE 0.0s [2024-10-22T05:39:00.127Z] [2024-10-22T05:39:00.127Z] #28 [core-data internal] load .dockerignore [2024-10-22T05:39:00.127Z] #28 transferring context: 50B done [2024-10-22T05:39:00.127Z] #28 DONE 0.1s [2024-10-22T05:39:00.127Z] [2024-10-22T05:39:00.127Z] #29 [core-common-config-bootstrapper internal] load .dockerignore [2024-10-22T05:39:00.127Z] #29 transferring context: 50B done [2024-10-22T05:39:00.127Z] #29 DONE 0.0s [2024-10-22T05:39:00.127Z] [2024-10-22T05:39:00.127Z] #30 [security-spire-config internal] load .dockerignore [2024-10-22T05:39:00.127Z] #30 transferring context: 50B done [2024-10-22T05:39:00.127Z] #30 DONE 0.0s [2024-10-22T05:39:00.127Z] [2024-10-22T05:39:00.127Z] #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-10-22T05:39:00.127Z] #31 DONE 0.0s [2024-10-22T05:39:00.127Z] [2024-10-22T05:39:00.127Z] #32 [security-spire-server internal] load .dockerignore [2024-10-22T05:39:00.388Z] #32 transferring context: 50B done [2024-10-22T05:39:00.388Z] #32 DONE 0.0s [2024-10-22T05:39:00.388Z] [2024-10-22T05:39:00.388Z] #33 [security-spiffe-token-provider internal] load .dockerignore [2024-10-22T05:39:00.388Z] #33 transferring context: 50B done [2024-10-22T05:39:00.388Z] #33 DONE 0.0s [2024-10-22T05:39:00.388Z] [2024-10-22T05:39:00.388Z] #34 [support-scheduler internal] load metadata for docker.io/library/alpine:3.20 [2024-10-22T05:39:00.388Z] #34 DONE 0.1s [2024-10-22T05:39:00.388Z] [2024-10-22T05:39:00.388Z] #35 [support-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-22T05:39:00.388Z] #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done [2024-10-22T05:39:00.388Z] #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-10-22T05:39:00.388Z] #35 sha256:33735bd63cf84d7e388d9f6d297d348c523c044410f553bd878c6d7829612735 528B / 528B done [2024-10-22T05:39:00.388Z] #35 sha256:91ef0af61f39ece4d6710e465df5ed6ca12112358344fd51ae6a3b886634148b 1.47kB / 1.47kB done [2024-10-22T05:39:00.388Z] #35 DONE 0.0s [2024-10-22T05:39:00.388Z] [2024-10-22T05:39:00.388Z] #34 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.20 [2024-10-22T05:39:00.388Z] #34 DONE 0.1s [2024-10-22T05:39:00.388Z] [2024-10-22T05:39:00.388Z] #36 [support-scheduler internal] load build context [2024-10-22T05:39:00.647Z] #36 ... [2024-10-22T05:39:00.648Z] [2024-10-22T05:39:00.648Z] #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-10-22T05:39:00.648Z] #31 DONE 0.0s [2024-10-22T05:39:00.648Z] [2024-10-22T05:39:00.648Z] #35 [support-cron-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-22T05:39:00.648Z] #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done [2024-10-22T05:39:00.648Z] #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-10-22T05:39:00.648Z] #35 sha256:33735bd63cf84d7e388d9f6d297d348c523c044410f553bd878c6d7829612735 528B / 528B done [2024-10-22T05:39:00.648Z] #35 sha256:91ef0af61f39ece4d6710e465df5ed6ca12112358344fd51ae6a3b886634148b 1.47kB / 1.47kB done [2024-10-22T05:39:00.648Z] #35 DONE 0.1s [2024-10-22T05:39:00.648Z] [2024-10-22T05:39:00.648Z] #36 [support-scheduler internal] load build context [2024-10-22T05:39:00.648Z] #36 ... [2024-10-22T05:39:00.648Z] [2024-10-22T05:39:00.648Z] #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-10-22T05:39:00.648Z] #31 DONE 0.0s [2024-10-22T05:39:00.648Z] [2024-10-22T05:39:00.648Z] #36 [support-scheduler internal] load build context [2024-10-22T05:39:00.914Z] #36 ... [2024-10-22T05:39:00.914Z] [2024-10-22T05:39:00.914Z] #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-10-22T05:39:00.914Z] #31 DONE 0.0s [2024-10-22T05:39:00.914Z] [2024-10-22T05:39:00.914Z] #36 [support-scheduler internal] load build context [2024-10-22T05:39:00.914Z] #36 ... [2024-10-22T05:39:00.914Z] [2024-10-22T05:39:00.914Z] #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-10-22T05:39:00.914Z] #31 DONE 0.0s [2024-10-22T05:39:00.914Z] [2024-10-22T05:39:00.914Z] #36 [support-scheduler internal] load build context [2024-10-22T05:39:06.213Z] #36 transferring context: 354.50MB 4.8s [2024-10-22T05:39:07.210Z] #36 ... [2024-10-22T05:39:07.210Z] [2024-10-22T05:39:07.210Z] #37 [core-command internal] load build context [2024-10-22T05:39:07.468Z] #37 ... [2024-10-22T05:39:07.468Z] [2024-10-22T05:39:07.468Z] #36 [support-scheduler internal] load build context [2024-10-22T05:39:09.424Z] #36 transferring context: 610.60MB 7.7s done [2024-10-22T05:39:10.363Z] #36 ... [2024-10-22T05:39:10.363Z] [2024-10-22T05:39:10.363Z] #38 [support-cron-scheduler builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2024-10-22T05:39:10.747Z] #38 ... [2024-10-22T05:39:10.747Z] [2024-10-22T05:39:10.747Z] #39 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-10-22T05:39:11.006Z] #39 ... [2024-10-22T05:39:11.006Z] [2024-10-22T05:39:11.006Z] #40 [support-cron-scheduler internal] load build context [2024-10-22T05:39:11.006Z] #40 transferring context: 610.60MB 8.0s done [2024-10-22T05:39:11.006Z] #40 ... [2024-10-22T05:39:11.006Z] [2024-10-22T05:39:11.006Z] #41 [security-proxy-setup internal] load build context [2024-10-22T05:39:11.006Z] #41 transferring context: 610.60MB 6.4s done [2024-10-22T05:39:11.622Z] #41 ... [2024-10-22T05:39:11.622Z] [2024-10-22T05:39:11.622Z] #42 [core-command stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-10-22T05:39:11.622Z] #0 1.012 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-22T05:39:11.622Z] #0 1.119 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-22T05:39:11.622Z] #0 1.411 (1/1) Installing dumb-init (1.2.5-r3) [2024-10-22T05:39:11.622Z] #0 1.419 Executing busybox-1.36.1-r29.trigger [2024-10-22T05:39:11.622Z] #0 1.424 OK: 8 MiB in 15 packages [2024-10-22T05:39:11.882Z] #42 ... [2024-10-22T05:39:11.882Z] [2024-10-22T05:39:11.882Z] #34 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.20 [2024-10-22T05:39:11.882Z] #34 ... [2024-10-22T05:39:11.882Z] [2024-10-22T05:39:11.882Z] #43 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-10-22T05:39:12.142Z] #43 ... [2024-10-22T05:39:12.142Z] [2024-10-22T05:39:12.142Z] #44 [core-keeper internal] load build context [2024-10-22T05:39:12.142Z] #44 transferring context: 610.60MB 7.4s done [2024-10-22T05:39:12.142Z] #44 ... [2024-10-22T05:39:12.142Z] [2024-10-22T05:39:12.142Z] #45 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 [2024-10-22T05:39:12.402Z] #45 ... [2024-10-22T05:39:12.402Z] [2024-10-22T05:39:12.402Z] #46 [core-keeper stage-1 2/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-10-22T05:39:12.402Z] #46 ... [2024-10-22T05:39:12.402Z] [2024-10-22T05:39:12.402Z] #35 [security-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-22T05:39:12.402Z] #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done [2024-10-22T05:39:12.402Z] #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-10-22T05:39:12.402Z] #35 sha256:33735bd63cf84d7e388d9f6d297d348c523c044410f553bd878c6d7829612735 528B / 528B done [2024-10-22T05:39:12.402Z] #35 sha256:91ef0af61f39ece4d6710e465df5ed6ca12112358344fd51ae6a3b886634148b 1.47kB / 1.47kB done [2024-10-22T05:39:12.402Z] #35 DONE 0.1s [2024-10-22T05:39:12.402Z] [2024-10-22T05:39:12.402Z] #34 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 [2024-10-22T05:39:12.402Z] #34 DONE 11.9s [2024-10-22T05:39:12.402Z] [2024-10-22T05:39:12.402Z] #47 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2024-10-22T05:39:12.661Z] #47 ... [2024-10-22T05:39:12.661Z] [2024-10-22T05:39:12.661Z] #38 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2024-10-22T05:39:15.824Z] Removing intermediate container 3fad3b8dc0a3 [2024-10-22T05:39:15.824Z] ---> 05c86ecae77c [2024-10-22T05:39:15.824Z] Successfully built 05c86ecae77c [2024-10-22T05:39:15.824Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:39:16.165Z] + docker inspect -f . ci-base-image-arm64 [2024-10-22T05:39:16.165Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-22T05:39:16.392Z] prd-ubuntu20.04-docker-arm64-4c-16g-23470 does not seem to be running inside a container [2024-10-22T05:39:16.559Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/734 -v /w/workspace/edgex-go/734:/w/workspace/edgex-go/734:rw,z -v /w/workspace/edgex-go/734@tmp:/w/workspace/edgex-go/734@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2024-10-22T05:39:17.770Z] $ docker top 0a12b7acc7a12388673390f85cfe69c68dc07c8e3972931b05f84ae594668b1e -eo pid,comm [2024-10-22T05:39:17.965Z] #38 ... [2024-10-22T05:39:17.965Z] [2024-10-22T05:39:17.965Z] #37 [core-command internal] load build context [2024-10-22T05:39:17.965Z] #37 transferring context: 610.60MB 7.1s done [2024-10-22T05:39:17.965Z] #37 ... [2024-10-22T05:39:17.965Z] [2024-10-22T05:39:17.965Z] #42 [core-common-config-bootstrapper stage-1 2/7] RUN apk add --update --no-cache dumb-init [Pipeline] { [Pipeline] sh [2024-10-22T05:39:18.671Z] + go version [2024-10-22T05:39:18.671Z] go version go1.23.2 linux/arm64 [Pipeline] } [2024-10-22T05:39:18.689Z] $ docker stop --time=1 0a12b7acc7a12388673390f85cfe69c68dc07c8e3972931b05f84ae594668b1e [2024-10-22T05:39:20.352Z] $ docker rm -f --volumes 0a12b7acc7a12388673390f85cfe69c68dc07c8e3972931b05f84ae594668b1e [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-10-22T05:39:21.052Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-10-22T05:39:21.052Z] [2024-10-22T05:39:21.052Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:39:21.383Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-10-22T05:39:21.650Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2024-10-22T05:39:21.650Z] 547446be3368: Pulling fs layer [2024-10-22T05:39:21.650Z] d125d8839a47: Pulling fs layer [2024-10-22T05:39:21.650Z] 3e85d5ac6304: Pulling fs layer [2024-10-22T05:39:21.650Z] c3105a71a48b: Pulling fs layer [2024-10-22T05:39:21.650Z] 0f093f025ec4: Pulling fs layer [2024-10-22T05:39:21.650Z] c3106fc0e877: Pulling fs layer [2024-10-22T05:39:21.650Z] c3105a71a48b: Waiting [2024-10-22T05:39:21.650Z] 0f093f025ec4: Waiting [2024-10-22T05:39:21.650Z] c3106fc0e877: Waiting [2024-10-22T05:39:21.917Z] 547446be3368: Verifying Checksum [2024-10-22T05:39:21.917Z] 547446be3368: Download complete [2024-10-22T05:39:21.917Z] c3105a71a48b: Verifying Checksum [2024-10-22T05:39:21.917Z] c3105a71a48b: Download complete [2024-10-22T05:39:22.183Z] d125d8839a47: Verifying Checksum [2024-10-22T05:39:22.183Z] d125d8839a47: Download complete [2024-10-22T05:39:22.183Z] c3106fc0e877: Verifying Checksum [2024-10-22T05:39:22.183Z] c3106fc0e877: Download complete [2024-10-22T05:39:22.450Z] 0f093f025ec4: Download complete [2024-10-22T05:39:22.450Z] 547446be3368: Pull complete [2024-10-22T05:39:23.283Z] #42 ... [2024-10-22T05:39:23.284Z] [2024-10-22T05:39:23.284Z] #48 [security-secretstore-setup internal] load build context [2024-10-22T05:39:23.284Z] #48 ... [2024-10-22T05:39:23.284Z] [2024-10-22T05:39:23.284Z] #49 [security-bootstrapper internal] load build context [2024-10-22T05:39:23.284Z] #49 ... [2024-10-22T05:39:23.284Z] [2024-10-22T05:39:23.284Z] #50 [core-metadata internal] load build context [2024-10-22T05:39:23.284Z] #50 ... [2024-10-22T05:39:23.284Z] [2024-10-22T05:39:23.284Z] #51 [security-spiffe-token-provider internal] load build context [2024-10-22T05:39:23.284Z] #51 ... [2024-10-22T05:39:23.284Z] [2024-10-22T05:39:23.284Z] #52 [security-proxy-auth internal] load build context [2024-10-22T05:39:23.284Z] #52 ... [2024-10-22T05:39:23.284Z] [2024-10-22T05:39:23.284Z] #53 [core-common-config-bootstrapper internal] load build context [2024-10-22T05:39:23.284Z] #53 ... [2024-10-22T05:39:23.284Z] [2024-10-22T05:39:23.284Z] #54 [support-notifications internal] load build context [2024-10-22T05:39:23.545Z] #54 ... [2024-10-22T05:39:23.545Z] [2024-10-22T05:39:23.545Z] #55 [core-data internal] load build context [2024-10-22T05:39:23.806Z] #55 ... [2024-10-22T05:39:23.807Z] [2024-10-22T05:39:23.807Z] #41 [security-proxy-setup internal] load build context [2024-10-22T05:39:23.807Z] #41 DONE 23.3s [2024-10-22T05:39:23.807Z] [2024-10-22T05:39:23.807Z] #56 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init [2024-10-22T05:39:23.865Z] d125d8839a47: Pull complete [2024-10-22T05:39:24.067Z] #56 ... [2024-10-22T05:39:24.067Z] [2024-10-22T05:39:24.067Z] #35 [security-spire-server stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-22T05:39:24.067Z] #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done [2024-10-22T05:39:24.067Z] #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-10-22T05:39:24.067Z] #35 sha256:33735bd63cf84d7e388d9f6d297d348c523c044410f553bd878c6d7829612735 528B / 528B done [2024-10-22T05:39:24.067Z] #35 sha256:91ef0af61f39ece4d6710e465df5ed6ca12112358344fd51ae6a3b886634148b 1.47kB / 1.47kB done [2024-10-22T05:39:24.067Z] #35 DONE 0.1s [2024-10-22T05:39:24.067Z] [2024-10-22T05:39:24.067Z] #37 [core-command internal] load build context [2024-10-22T05:39:24.067Z] #37 DONE 23.5s [2024-10-22T05:39:24.067Z] [2024-10-22T05:39:24.067Z] #57 [security-spire-config internal] load build context [2024-10-22T05:39:24.067Z] #57 DONE 0.0s [2024-10-22T05:39:24.067Z] [2024-10-22T05:39:24.067Z] #58 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-22T05:39:24.067Z] #58 DONE 0.0s [2024-10-22T05:39:24.067Z] [2024-10-22T05:39:24.067Z] #43 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-10-22T05:39:24.067Z] #43 DONE 23.6s [2024-10-22T05:39:24.067Z] [2024-10-22T05:39:24.067Z] #45 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 [2024-10-22T05:39:24.067Z] #45 DONE 23.7s [2024-10-22T05:39:24.067Z] [2024-10-22T05:39:24.067Z] #35 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-22T05:39:24.067Z] #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done [2024-10-22T05:39:24.067Z] #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-10-22T05:39:24.067Z] #35 sha256:33735bd63cf84d7e388d9f6d297d348c523c044410f553bd878c6d7829612735 528B / 528B done [2024-10-22T05:39:24.067Z] #35 sha256:91ef0af61f39ece4d6710e465df5ed6ca12112358344fd51ae6a3b886634148b 1.47kB / 1.47kB done [2024-10-22T05:39:24.067Z] #35 DONE 0.1s [2024-10-22T05:39:24.067Z] [2024-10-22T05:39:24.067Z] #44 [core-keeper internal] load build context [2024-10-22T05:39:24.067Z] #44 DONE 23.6s [2024-10-22T05:39:24.067Z] [2024-10-22T05:39:24.067Z] #42 [core-command stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-10-22T05:39:24.067Z] #42 DONE 23.9s [2024-10-22T05:39:24.067Z] [2024-10-22T05:39:24.067Z] #59 [core-metadata stage-1 3/7] RUN apk --no-cache upgrade [2024-10-22T05:39:24.134Z] 3e85d5ac6304: Verifying Checksum [2024-10-22T05:39:24.135Z] 3e85d5ac6304: Download complete [2024-10-22T05:39:24.326Z] #59 ... [2024-10-22T05:39:24.326Z] [2024-10-22T05:39:24.326Z] #46 [core-keeper stage-1 2/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-10-22T05:39:24.326Z] #46 DONE 23.7s [2024-10-22T05:39:24.326Z] [2024-10-22T05:39:24.326Z] #40 [support-cron-scheduler internal] load build context [2024-10-22T05:39:24.326Z] #40 DONE 23.7s [2024-10-22T05:39:24.326Z] [2024-10-22T05:39:24.326Z] #36 [support-scheduler internal] load build context [2024-10-22T05:39:24.326Z] #36 DONE 23.9s [2024-10-22T05:39:24.326Z] [2024-10-22T05:39:24.326Z] #59 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-10-22T05:39:29.687Z] #59 ... [2024-10-22T05:39:29.687Z] [2024-10-22T05:39:29.687Z] #52 [security-proxy-auth internal] load build context [2024-10-22T05:39:29.687Z] #52 transferring context: 235.41MB 4.9s [2024-10-22T05:39:33.870Z] #52 ... [2024-10-22T05:39:33.870Z] [2024-10-22T05:39:33.870Z] #58 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-22T05:39:33.870Z] #58 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.1s done [2024-10-22T05:39:33.870Z] #58 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done [2024-10-22T05:39:33.870Z] #58 sha256:635ef0c15e5d10109d5e7842c7878c49c6edc3c6cbe33257f9a5a7800c36b8fc 1.05kB / 1.05kB done [2024-10-22T05:39:33.870Z] #58 sha256:f06f2a9c40ea2056071ef771db8c4b95d1d0e61577823e720fa62a66291ecd43 1.60kB / 1.60kB done [2024-10-22T05:39:33.870Z] #58 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0B / 114B 7.0s [2024-10-22T05:39:33.870Z] #58 ... [2024-10-22T05:39:33.870Z] [2024-10-22T05:39:33.870Z] #52 [security-proxy-auth internal] load build context [2024-10-22T05:39:33.870Z] #52 ... [2024-10-22T05:39:33.870Z] [2024-10-22T05:39:33.870Z] #60 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-10-22T05:39:33.870Z] #0 4.654 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-22T05:39:33.870Z] #0 4.741 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-22T05:39:33.870Z] #0 5.069 v3.20.3-190-ga986f1414fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2024-10-22T05:39:33.870Z] #0 5.069 v3.20.3-191-gbcd1124b198 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2024-10-22T05:39:33.870Z] #0 5.069 OK: 24165 distinct packages available [2024-10-22T05:39:33.870Z] #0 5.114 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-22T05:39:33.870Z] #0 5.205 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-22T05:39:33.870Z] #0 5.464 (1/14) Installing ca-certificates (20240705-r0) [2024-10-22T05:39:33.870Z] #0 5.491 (2/14) Installing brotli-libs (1.1.0-r2) [2024-10-22T05:39:33.870Z] #0 5.494 (3/14) Installing c-ares (1.33.1-r0) [2024-10-22T05:39:33.870Z] #0 5.501 (4/14) Installing libunistring (1.2-r0) [2024-10-22T05:39:33.870Z] #0 5.514 (5/14) Installing libidn2 (2.3.7-r0) [2024-10-22T05:39:33.870Z] #0 5.526 (6/14) Installing nghttp2-libs (1.62.1-r0) [2024-10-22T05:39:33.870Z] #0 5.527 (7/14) Installing libpsl (0.21.5-r1) [2024-10-22T05:39:33.870Z] #0 5.530 (8/14) Installing zstd-libs (1.5.6-r0) [2024-10-22T05:39:33.870Z] #0 5.606 (9/14) Installing libcurl (8.10.1-r0) [2024-10-22T05:39:33.870Z] #0 5.619 (10/14) Installing curl (8.10.1-r0) [2024-10-22T05:39:33.870Z] #0 5.626 (11/14) Installing dumb-init (1.2.5-r3) [2024-10-22T05:39:33.870Z] #0 5.631 (12/14) Installing musl-obstack (1.2.3-r2) [2024-10-22T05:39:33.870Z] #0 5.633 (13/14) Installing libucontext (1.2-r3) [2024-10-22T05:39:33.870Z] #0 5.635 (14/14) Installing gcompat (1.1.0-r4) [2024-10-22T05:39:33.870Z] #0 5.642 Executing busybox-1.36.1-r29.trigger [2024-10-22T05:39:33.870Z] #0 5.644 Executing ca-certificates-20240705-r0.trigger [2024-10-22T05:39:33.870Z] #0 5.687 OK: 13 MiB in 28 packages [2024-10-22T05:39:34.129Z] #60 ... [2024-10-22T05:39:34.129Z] [2024-10-22T05:39:34.129Z] #61 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-10-22T05:39:34.129Z] #61 ... [2024-10-22T05:39:34.129Z] [2024-10-22T05:39:34.129Z] #62 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-10-22T05:39:34.129Z] #62 ... [2024-10-22T05:39:34.130Z] [2024-10-22T05:39:34.130Z] #63 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-22T05:39:34.130Z] #63 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.3s done [2024-10-22T05:39:34.130Z] #63 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done [2024-10-22T05:39:34.130Z] #63 sha256:1fcf53c806298a8fb3f151b1a5597420145ec1ac8dcc22c9b93d48ad1d788b34 1.05kB / 1.05kB done [2024-10-22T05:39:34.130Z] #63 sha256:b8f0c3debb052bf3ec04f6a01139fc8d0eaea748ab628fea2efcdfd913787512 1.59kB / 1.59kB done [2024-10-22T05:39:34.130Z] #63 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 8.1s [2024-10-22T05:39:34.224Z] 3e85d5ac6304: Pull complete [2024-10-22T05:39:34.224Z] c3105a71a48b: Pull complete [2024-10-22T05:39:34.753Z] #63 ... [2024-10-22T05:39:34.753Z] [2024-10-22T05:39:34.753Z] #48 [security-secretstore-setup internal] load build context [2024-10-22T05:39:34.753Z] #48 transferring context: 520.83MB 10.0s [2024-10-22T05:39:34.753Z] #48 ... [2024-10-22T05:39:34.753Z] [2024-10-22T05:39:34.753Z] #64 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec [2024-10-22T05:39:35.039Z] #64 ... [2024-10-22T05:39:35.039Z] [2024-10-22T05:39:35.039Z] #65 [security-spire-agent internal] load build context [2024-10-22T05:39:35.039Z] #65 transferring context: 27.51kB 0.1s done [2024-10-22T05:39:35.039Z] #65 ... [2024-10-22T05:39:35.039Z] [2024-10-22T05:39:35.039Z] #66 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init [2024-10-22T05:39:35.039Z] #66 ... [2024-10-22T05:39:35.039Z] [2024-10-22T05:39:35.039Z] #53 [core-common-config-bootstrapper internal] load build context [2024-10-22T05:39:35.039Z] #53 transferring context: 533.84MB 10.6s [2024-10-22T05:39:35.039Z] #53 ... [2024-10-22T05:39:35.039Z] [2024-10-22T05:39:35.039Z] #67 [security-spire-server internal] load build context [2024-10-22T05:39:35.187Z] 0f093f025ec4: Pull complete [2024-10-22T05:39:35.299Z] #67 ... [2024-10-22T05:39:35.299Z] [2024-10-22T05:39:35.299Z] #57 [security-spire-config internal] load build context [2024-10-22T05:39:35.299Z] #57 ... [2024-10-22T05:39:35.299Z] [2024-10-22T05:39:35.299Z] #51 [security-spiffe-token-provider internal] load build context [2024-10-22T05:39:35.299Z] #51 transferring context: 610.60MB 10.0s done [2024-10-22T05:39:35.299Z] #51 ... [2024-10-22T05:39:35.299Z] [2024-10-22T05:39:35.299Z] #54 [support-notifications internal] load build context [2024-10-22T05:39:35.299Z] #54 transferring context: 610.60MB 11.1s done [2024-10-22T05:39:35.456Z] c3106fc0e877: Pull complete [2024-10-22T05:39:35.456Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2024-10-22T05:39:35.456Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-10-22T05:39:35.456Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-22T05:39:35.576Z] #54 ... [2024-10-22T05:39:35.576Z] [2024-10-22T05:39:35.576Z] #49 [security-bootstrapper internal] load build context [2024-10-22T05:39:35.576Z] #49 transferring context: 610.60MB 10.8s done [2024-10-22T05:39:35.576Z] #49 ... [2024-10-22T05:39:35.576Z] [2024-10-22T05:39:35.576Z] #47 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2024-10-22T05:39:35.576Z] #47 24.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-22T05:39:35.576Z] #47 24.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-22T05:39:35.576Z] #47 25.24 (1/3) Installing ca-certificates (20240705-r0) [2024-10-22T05:39:35.576Z] #47 25.27 (2/3) Installing dumb-init (1.2.5-r3) [2024-10-22T05:39:35.576Z] #47 25.28 (3/3) Installing tzdata (2024b-r0) [2024-10-22T05:39:35.576Z] #47 25.31 Executing busybox-1.36.1-r29.trigger [2024-10-22T05:39:35.576Z] #47 25.32 Executing ca-certificates-20240705-r0.trigger [2024-10-22T05:39:35.576Z] #47 25.36 OK: 10 MiB in 17 packages [2024-10-22T05:39:35.686Z] prd-ubuntu20.04-docker-arm64-4c-16g-23470 does not seem to be running inside a container [2024-10-22T05:39:35.758Z] $ 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/734 -v /w/workspace/edgex-go/734:/w/workspace/edgex-go/734:rw,z -v /w/workspace/edgex-go/734@tmp:/w/workspace/edgex-go/734@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2024-10-22T05:39:35.955Z] #47 ... [2024-10-22T05:39:35.955Z] [2024-10-22T05:39:35.955Z] #55 [core-data internal] load build context [2024-10-22T05:39:35.955Z] #55 transferring context: 610.60MB 10.1s done [2024-10-22T05:39:35.955Z] #55 ... [2024-10-22T05:39:35.955Z] [2024-10-22T05:39:35.955Z] #68 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-10-22T05:39:35.955Z] #68 ... [2024-10-22T05:39:35.955Z] [2024-10-22T05:39:35.955Z] #50 [core-metadata internal] load build context [2024-10-22T05:39:35.955Z] #50 transferring context: 610.60MB 9.5s done [2024-10-22T05:39:36.261Z] #50 ... [2024-10-22T05:39:36.261Z] [2024-10-22T05:39:36.261Z] #69 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-10-22T05:39:36.261Z] #69 ... [2024-10-22T05:39:36.261Z] [2024-10-22T05:39:36.261Z] #39 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-10-22T05:39:36.261Z] #39 25.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-22T05:39:36.261Z] #39 25.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-22T05:39:36.261Z] #39 25.52 (1/6) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-22T05:39:36.261Z] #39 25.57 (2/6) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-22T05:39:36.261Z] #39 25.58 (3/6) Installing dumb-init (1.2.5-r3) [2024-10-22T05:39:36.261Z] #39 25.58 (4/6) Installing openssl (3.3.2-r1) [2024-10-22T05:39:36.261Z] #39 25.60 (5/6) Installing su-exec (0.2-r3) [2024-10-22T05:39:36.261Z] #39 25.60 (6/6) Installing yq-go (4.44.1-r2) [2024-10-22T05:39:36.261Z] #39 25.73 Executing busybox-1.36.1-r29.trigger [2024-10-22T05:39:36.261Z] #39 25.74 OK: 19 MiB in 18 packages [2024-10-22T05:39:36.674Z] #39 ... [2024-10-22T05:39:36.674Z] [2024-10-22T05:39:36.674Z] #58 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-22T05:39:37.778Z] $ docker top c95ed133d7d5190ffd25feb75c4219b2c2da74fd1450960963fbf7871591b772 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-22T05:39:38.624Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-10-22T05:39:39.244Z] #58 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 13.1s [2024-10-22T05:39:43.555Z] #58 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 16.2s done [2024-10-22T05:39:43.555Z] #58 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 [2024-10-22T05:39:43.555Z] #58 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done [2024-10-22T05:39:44.124Z] #58 ... [2024-10-22T05:39:44.124Z] [2024-10-22T05:39:44.124Z] #52 [security-proxy-auth internal] load build context [2024-10-22T05:39:44.124Z] #52 transferring context: 610.60MB 10.9s done [2024-10-22T05:39:44.383Z] #52 ... [2024-10-22T05:39:44.383Z] [2024-10-22T05:39:44.383Z] #63 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-22T05:39:44.383Z] #63 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 16.2s done [2024-10-22T05:39:44.643Z] #63 ... [2024-10-22T05:39:44.643Z] [2024-10-22T05:39:44.643Z] #48 [security-secretstore-setup internal] load build context [2024-10-22T05:39:44.643Z] #48 transferring context: 610.60MB 11.4s done [2024-10-22T05:39:45.490Z] #48 ... [2024-10-22T05:39:45.490Z] [2024-10-22T05:39:45.490Z] #53 [core-common-config-bootstrapper internal] load build context [2024-10-22T05:39:45.490Z] #53 transferring context: 610.60MB 11.3s done [2024-10-22T05:39:48.744Z] #1 [security-proxy-setup internal] load build definition from Dockerfile [2024-10-22T05:39:48.744Z] #1 transferring dockerfile: 2.50kB done [2024-10-22T05:39:48.744Z] #1 DONE 0.1s [2024-10-22T05:39:48.744Z] [2024-10-22T05:39:48.744Z] #2 [security-secretstore-setup internal] load build definition from Dockerfile [2024-10-22T05:39:48.744Z] #2 transferring dockerfile: 2.49kB done [2024-10-22T05:39:48.744Z] #2 DONE 0.0s [2024-10-22T05:39:48.744Z] [2024-10-22T05:39:48.744Z] #3 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-10-22T05:39:48.744Z] #3 transferring dockerfile: 1.89kB done [2024-10-22T05:39:48.744Z] #3 DONE 0.1s [2024-10-22T05:39:48.744Z] [2024-10-22T05:39:48.744Z] #4 [core-metadata internal] load build definition from Dockerfile [2024-10-22T05:39:48.744Z] #4 transferring dockerfile: 2.13kB done [2024-10-22T05:39:48.779Z] #53 ... [2024-10-22T05:39:48.779Z] [2024-10-22T05:39:48.779Z] #58 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-22T05:39:48.779Z] #58 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0B / 283B 22.3s [2024-10-22T05:39:49.017Z] #4 DONE 0.1s [2024-10-22T05:39:49.017Z] [2024-10-22T05:39:49.017Z] #5 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-10-22T05:39:49.017Z] #5 transferring dockerfile: 2.23kB done [2024-10-22T05:39:49.017Z] #5 DONE 0.1s [2024-10-22T05:39:49.017Z] [2024-10-22T05:39:49.017Z] #6 [security-spire-agent internal] load build definition from Dockerfile [2024-10-22T05:39:49.017Z] #6 transferring dockerfile: 1.81kB done [2024-10-22T05:39:49.017Z] #6 DONE 0.1s [2024-10-22T05:39:49.017Z] [2024-10-22T05:39:49.017Z] #7 [security-spire-config internal] load build definition from Dockerfile [2024-10-22T05:39:49.017Z] #7 transferring dockerfile: 1.69kB 0.0s done [2024-10-22T05:39:49.017Z] #7 DONE 0.1s [2024-10-22T05:39:49.017Z] [2024-10-22T05:39:49.017Z] #8 [core-keeper internal] load build definition from Dockerfile [2024-10-22T05:39:49.294Z] #8 transferring dockerfile: 2.07kB 0.0s done [2024-10-22T05:39:49.294Z] #8 DONE 0.1s [2024-10-22T05:39:49.294Z] [2024-10-22T05:39:49.294Z] #9 [support-cron-scheduler internal] load build definition from Dockerfile [2024-10-22T05:39:49.294Z] #9 transferring dockerfile: 1.85kB 0.0s done [2024-10-22T05:39:49.294Z] #9 DONE 0.1s [2024-10-22T05:39:49.294Z] [2024-10-22T05:39:49.294Z] #10 [security-spire-server internal] load build definition from Dockerfile [2024-10-22T05:39:49.294Z] #10 transferring dockerfile: 1.70kB done [2024-10-22T05:39:49.294Z] #10 DONE 0.1s [2024-10-22T05:39:49.294Z] [2024-10-22T05:39:49.294Z] #11 [security-bootstrapper internal] load build definition from Dockerfile [2024-10-22T05:39:49.294Z] #11 transferring dockerfile: 3.17kB done [2024-10-22T05:39:49.294Z] #11 DONE 0.0s [2024-10-22T05:39:49.294Z] [2024-10-22T05:39:49.294Z] #12 [security-proxy-auth internal] load build definition from Dockerfile [2024-10-22T05:39:49.573Z] #12 transferring dockerfile: 2.15kB done [2024-10-22T05:39:49.573Z] #12 DONE 0.1s [2024-10-22T05:39:49.573Z] [2024-10-22T05:39:49.573Z] #13 [core-command internal] load build definition from Dockerfile [2024-10-22T05:39:49.573Z] #13 transferring dockerfile: 1.93kB 0.0s done [2024-10-22T05:39:49.573Z] #13 DONE 0.1s [2024-10-22T05:39:49.573Z] [2024-10-22T05:39:49.573Z] #14 [support-notifications internal] load build definition from Dockerfile [2024-10-22T05:39:49.573Z] #14 transferring dockerfile: 2.02kB 0.0s done [2024-10-22T05:39:49.815Z] #58 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 22.8s [2024-10-22T05:39:49.842Z] #14 DONE 0.1s [2024-10-22T05:39:49.842Z] [2024-10-22T05:39:49.842Z] #15 [core-data internal] load build definition from Dockerfile [2024-10-22T05:39:49.842Z] #15 transferring dockerfile: 2.07kB 0.0s done [2024-10-22T05:39:49.842Z] #15 DONE 0.1s [2024-10-22T05:39:49.842Z] [2024-10-22T05:39:49.842Z] #16 [support-scheduler internal] load build definition from Dockerfile [2024-10-22T05:39:49.842Z] #16 transferring dockerfile: 1.93kB done [2024-10-22T05:39:49.842Z] #16 DONE 0.1s [2024-10-22T05:39:49.842Z] [2024-10-22T05:39:49.842Z] #17 [security-proxy-setup internal] load .dockerignore [2024-10-22T05:39:49.842Z] #17 transferring context: 50B 0.0s done [2024-10-22T05:39:49.842Z] #17 DONE 0.1s [2024-10-22T05:39:50.812Z] [2024-10-22T05:39:50.812Z] #18 [security-secretstore-setup internal] load .dockerignore [2024-10-22T05:39:50.812Z] #18 transferring context: 50B done [2024-10-22T05:39:50.812Z] #18 DONE 0.0s [2024-10-22T05:39:50.812Z] [2024-10-22T05:39:50.812Z] #19 [security-spiffe-token-provider internal] load .dockerignore [2024-10-22T05:39:50.812Z] #19 transferring context: 50B done [2024-10-22T05:39:50.812Z] #19 DONE 0.0s [2024-10-22T05:39:50.812Z] [2024-10-22T05:39:50.812Z] #20 [core-metadata internal] load .dockerignore [2024-10-22T05:39:50.812Z] #20 transferring context: 50B done [2024-10-22T05:39:50.812Z] #20 DONE 0.1s [2024-10-22T05:39:50.812Z] [2024-10-22T05:39:50.812Z] #21 [security-spire-agent internal] load .dockerignore [2024-10-22T05:39:50.812Z] #21 transferring context: 50B 0.0s done [2024-10-22T05:39:50.812Z] #21 DONE 0.1s [2024-10-22T05:39:50.812Z] [2024-10-22T05:39:50.812Z] #22 [security-spire-config internal] load .dockerignore [2024-10-22T05:39:50.812Z] #22 transferring context: 50B done [2024-10-22T05:39:50.812Z] #22 DONE 0.1s [2024-10-22T05:39:50.813Z] [2024-10-22T05:39:50.813Z] #23 [core-common-config-bootstrapper internal] load .dockerignore [2024-10-22T05:39:50.813Z] #23 transferring context: 50B done [2024-10-22T05:39:51.082Z] #23 ... [2024-10-22T05:39:51.082Z] [2024-10-22T05:39:51.082Z] #24 [core-keeper internal] load .dockerignore [2024-10-22T05:39:51.082Z] #24 transferring context: 50B 0.0s done [2024-10-22T05:39:51.082Z] #24 DONE 0.1s [2024-10-22T05:39:51.082Z] [2024-10-22T05:39:51.082Z] #25 [support-cron-scheduler internal] load .dockerignore [2024-10-22T05:39:51.082Z] #25 transferring context: 50B 0.0s done [2024-10-22T05:39:51.082Z] #25 DONE 0.1s [2024-10-22T05:39:51.082Z] [2024-10-22T05:39:51.082Z] #26 [security-spire-server internal] load .dockerignore [2024-10-22T05:39:51.082Z] #26 transferring context: 50B done [2024-10-22T05:39:51.352Z] #26 DONE 0.1s [2024-10-22T05:39:51.352Z] [2024-10-22T05:39:51.352Z] #27 [security-bootstrapper internal] load .dockerignore [2024-10-22T05:39:51.352Z] #27 transferring context: 50B 0.0s done [2024-10-22T05:39:51.352Z] #27 DONE 0.1s [2024-10-22T05:39:51.352Z] [2024-10-22T05:39:51.352Z] #28 [security-proxy-auth internal] load .dockerignore [2024-10-22T05:39:51.352Z] #28 transferring context: 50B 0.0s done [2024-10-22T05:39:51.352Z] #28 DONE 0.1s [2024-10-22T05:39:51.352Z] [2024-10-22T05:39:51.352Z] #29 [core-command internal] load .dockerignore [2024-10-22T05:39:51.352Z] #29 transferring context: 50B 0.0s done [2024-10-22T05:39:51.352Z] #29 DONE 0.1s [2024-10-22T05:39:51.352Z] [2024-10-22T05:39:51.352Z] #23 [core-common-config-bootstrapper internal] load .dockerignore [2024-10-22T05:39:51.352Z] #23 ... [2024-10-22T05:39:51.352Z] [2024-10-22T05:39:51.352Z] #30 [support-notifications internal] load .dockerignore [2024-10-22T05:39:51.352Z] #30 transferring context: 50B done [2024-10-22T05:39:51.352Z] #30 DONE 0.1s [2024-10-22T05:39:51.624Z] [2024-10-22T05:39:51.624Z] #31 [support-scheduler internal] load .dockerignore [2024-10-22T05:39:51.624Z] #31 transferring context: 50B done [2024-10-22T05:39:51.624Z] #31 DONE 0.1s [2024-10-22T05:39:51.624Z] [2024-10-22T05:39:51.624Z] #32 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-10-22T05:39:51.624Z] #32 DONE 0.0s [2024-10-22T05:39:51.624Z] [2024-10-22T05:39:51.624Z] #33 [core-data internal] load .dockerignore [2024-10-22T05:39:51.624Z] #33 transferring context: 50B done [2024-10-22T05:39:52.210Z] #33 ... [2024-10-22T05:39:52.210Z] [2024-10-22T05:39:52.210Z] #34 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.20 [2024-10-22T05:39:52.210Z] #34 DONE 0.4s [2024-10-22T05:39:52.210Z] [2024-10-22T05:39:52.210Z] #35 [security-proxy-setup stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-22T05:39:52.210Z] #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done [2024-10-22T05:39:52.210Z] #35 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done [2024-10-22T05:39:52.210Z] #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-10-22T05:39:52.210Z] #35 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done [2024-10-22T05:39:52.210Z] #35 DONE 0.2s [2024-10-22T05:39:52.210Z] [2024-10-22T05:39:52.210Z] #36 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-10-22T05:39:52.800Z] #36 ... [2024-10-22T05:39:52.800Z] [2024-10-22T05:39:52.800Z] #32 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-10-22T05:39:52.800Z] #32 DONE 0.0s [2024-10-22T05:39:52.800Z] [2024-10-22T05:39:52.800Z] #34 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.20 [2024-10-22T05:39:52.800Z] #34 DONE 0.4s [2024-10-22T05:39:52.800Z] [2024-10-22T05:39:52.800Z] #35 [security-secretstore-setup stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-22T05:39:52.800Z] #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done [2024-10-22T05:39:52.800Z] #35 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done [2024-10-22T05:39:52.800Z] #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-10-22T05:39:52.800Z] #35 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done [2024-10-22T05:39:52.800Z] #35 DONE 0.3s [2024-10-22T05:39:52.800Z] [2024-10-22T05:39:52.800Z] #32 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-10-22T05:39:52.800Z] #32 DONE 0.0s [2024-10-22T05:39:52.800Z] [2024-10-22T05:39:52.800Z] #35 [security-spiffe-token-provider stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-22T05:39:52.800Z] #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done [2024-10-22T05:39:52.800Z] #35 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done [2024-10-22T05:39:52.800Z] #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-10-22T05:39:52.800Z] #35 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done [2024-10-22T05:39:52.800Z] #35 DONE 0.3s [2024-10-22T05:39:52.800Z] [2024-10-22T05:39:52.800Z] #34 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 [2024-10-22T05:39:52.800Z] #34 DONE 0.5s [2024-10-22T05:39:52.800Z] [2024-10-22T05:39:52.800Z] #35 [core-common-config-bootstrapper stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-22T05:39:52.800Z] #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done [2024-10-22T05:39:52.800Z] #35 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done [2024-10-22T05:39:52.800Z] #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-10-22T05:39:52.800Z] #35 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done [2024-10-22T05:39:52.800Z] #35 DONE 0.4s [2024-10-22T05:39:52.800Z] [2024-10-22T05:39:52.800Z] #37 [security-proxy-setup internal] load build context [2024-10-22T05:39:52.800Z] #37 transferring context: 3.27MB 0.6s done [2024-10-22T05:39:52.800Z] #37 DONE 0.9s [2024-10-22T05:39:52.800Z] [2024-10-22T05:39:52.800Z] #38 [core-common-config-bootstrapper stage-1 2/10] RUN apk add --update --no-cache dumb-init [2024-10-22T05:39:53.067Z] #38 ... [2024-10-22T05:39:53.067Z] [2024-10-22T05:39:53.067Z] #32 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-10-22T05:39:53.067Z] #32 DONE 0.0s [2024-10-22T05:39:53.067Z] [2024-10-22T05:39:53.067Z] #39 [security-secretstore-setup internal] load build context [2024-10-22T05:39:53.334Z] #39 ... [2024-10-22T05:39:53.334Z] [2024-10-22T05:39:53.334Z] #35 [core-keeper stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-22T05:39:53.334Z] #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done [2024-10-22T05:39:53.334Z] #35 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done [2024-10-22T05:39:53.334Z] #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-10-22T05:39:53.334Z] #35 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done [2024-10-22T05:39:53.334Z] #35 DONE 0.4s [2024-10-22T05:39:53.334Z] [2024-10-22T05:39:53.334Z] #32 [support-cron-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-10-22T05:39:53.334Z] #32 DONE 0.0s [2024-10-22T05:39:53.334Z] [2024-10-22T05:39:53.334Z] #39 [security-secretstore-setup internal] load build context [2024-10-22T05:39:53.601Z] #39 ... [2024-10-22T05:39:53.601Z] [2024-10-22T05:39:53.601Z] #40 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-10-22T05:39:53.601Z] #40 DONE 2.3s [2024-10-22T05:39:53.601Z] [2024-10-22T05:39:53.601Z] #39 [security-secretstore-setup internal] load build context [2024-10-22T05:39:53.868Z] #39 ... [2024-10-22T05:39:53.868Z] [2024-10-22T05:39:53.868Z] #32 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-10-22T05:39:53.868Z] #32 DONE 0.0s [2024-10-22T05:39:53.868Z] [2024-10-22T05:39:53.868Z] #39 [security-secretstore-setup internal] load build context [2024-10-22T05:39:54.027Z] #58 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0B / 123.56kB 27.7s [2024-10-22T05:39:54.027Z] #58 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 28.0s [2024-10-22T05:39:54.137Z] #39 ... [2024-10-22T05:39:54.137Z] [2024-10-22T05:39:54.137Z] #34 [security-spire-server internal] load metadata for docker.io/library/alpine:3.20 [2024-10-22T05:39:54.137Z] #34 DONE 1.5s [2024-10-22T05:39:54.137Z] [2024-10-22T05:39:54.137Z] #39 [security-secretstore-setup internal] load build context [2024-10-22T05:39:54.137Z] #39 ... [2024-10-22T05:39:54.137Z] [2024-10-22T05:39:54.137Z] #35 [security-bootstrapper stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-22T05:39:54.137Z] #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done [2024-10-22T05:39:54.137Z] #35 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done [2024-10-22T05:39:54.137Z] #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-10-22T05:39:54.137Z] #35 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done [2024-10-22T05:39:54.137Z] #35 DONE 0.5s [2024-10-22T05:39:54.137Z] [2024-10-22T05:39:54.137Z] #32 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-10-22T05:39:54.137Z] #32 DONE 0.0s [2024-10-22T05:39:54.137Z] [2024-10-22T05:39:54.137Z] #40 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-10-22T05:39:54.137Z] #40 DONE 2.4s [2024-10-22T05:39:54.137Z] [2024-10-22T05:39:54.137Z] #39 [security-secretstore-setup internal] load build context [2024-10-22T05:39:54.405Z] #39 ... [2024-10-22T05:39:54.406Z] [2024-10-22T05:39:54.406Z] #32 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-10-22T05:39:54.406Z] #32 DONE 0.0s [2024-10-22T05:39:54.595Z] #58 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 28.5s [2024-10-22T05:39:54.677Z] [2024-10-22T05:39:54.677Z] #41 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2024-10-22T05:39:54.945Z] #41 ... [2024-10-22T05:39:54.945Z] [2024-10-22T05:39:54.945Z] #32 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-10-22T05:39:54.945Z] #32 DONE 0.0s [2024-10-22T05:39:54.945Z] [2024-10-22T05:39:54.945Z] #42 [security-bootstrapper builder 2/7] WORKDIR /edgex-go [2024-10-22T05:39:55.213Z] #42 ... [2024-10-22T05:39:55.213Z] [2024-10-22T05:39:55.213Z] #39 [security-secretstore-setup internal] load build context [2024-10-22T05:39:55.213Z] #39 transferring context: 3.27MB 1.8s done [2024-10-22T05:39:55.213Z] #39 DONE 2.2s [2024-10-22T05:39:55.213Z] [2024-10-22T05:39:55.213Z] #32 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-10-22T05:39:55.213Z] #32 DONE 0.0s [2024-10-22T05:39:55.213Z] [2024-10-22T05:39:55.213Z] #43 [security-spiffe-token-provider internal] load build context [2024-10-22T05:39:55.213Z] #43 transferring context: 3.27MB 1.6s done [2024-10-22T05:39:55.213Z] #43 DONE 2.4s [2024-10-22T05:39:55.213Z] [2024-10-22T05:39:55.213Z] #44 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 [2024-10-22T05:39:55.213Z] #44 DONE 2.4s [2024-10-22T05:39:55.213Z] [2024-10-22T05:39:55.213Z] #45 [core-metadata internal] load build context [2024-10-22T05:39:55.213Z] #45 transferring context: 3.27MB 2.2s done [2024-10-22T05:39:55.485Z] #45 ... [2024-10-22T05:39:55.485Z] [2024-10-22T05:39:55.485Z] #35 [security-spire-config stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-22T05:39:55.485Z] #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done [2024-10-22T05:39:55.485Z] #35 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done [2024-10-22T05:39:55.485Z] #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-10-22T05:39:55.485Z] #35 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done [2024-10-22T05:39:55.485Z] #35 DONE 0.6s [2024-10-22T05:39:55.485Z] [2024-10-22T05:39:55.485Z] #40 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-10-22T05:39:55.485Z] #40 DONE 2.5s [2024-10-22T05:39:55.485Z] [2024-10-22T05:39:55.485Z] #34 [core-command internal] load metadata for docker.io/library/alpine:3.20 [2024-10-22T05:39:55.485Z] #34 DONE 2.8s [2024-10-22T05:39:55.485Z] [2024-10-22T05:39:55.485Z] #46 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-10-22T05:39:55.485Z] #46 DONE 2.5s [2024-10-22T05:39:55.485Z] [2024-10-22T05:39:55.485Z] #35 [support-notifications stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-22T05:39:55.485Z] #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done [2024-10-22T05:39:55.485Z] #35 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done [2024-10-22T05:39:55.485Z] #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-10-22T05:39:55.485Z] #35 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done [2024-10-22T05:39:55.485Z] #35 DONE 0.6s [2024-10-22T05:39:55.485Z] [2024-10-22T05:39:55.485Z] #40 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-10-22T05:39:55.485Z] #40 DONE 2.5s [2024-10-22T05:39:55.485Z] [2024-10-22T05:39:55.485Z] #47 [core-data internal] load build context [2024-10-22T05:39:55.485Z] #47 DONE 0.0s [2024-10-22T05:39:55.485Z] [2024-10-22T05:39:55.485Z] #42 [support-notifications builder 2/7] WORKDIR /edgex-go [2024-10-22T05:39:55.760Z] #42 ... [2024-10-22T05:39:55.761Z] [2024-10-22T05:39:55.761Z] #35 [core-command stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-22T05:39:55.761Z] #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done [2024-10-22T05:39:55.761Z] #35 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done [2024-10-22T05:39:55.761Z] #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-10-22T05:39:55.761Z] #35 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done [2024-10-22T05:39:55.761Z] #35 DONE 0.6s [2024-10-22T05:39:55.761Z] [2024-10-22T05:39:55.761Z] #40 [core-command builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-10-22T05:39:55.761Z] #40 DONE 2.5s [2024-10-22T05:39:55.761Z] [2024-10-22T05:39:55.761Z] #48 [security-spire-server internal] load build context [2024-10-22T05:39:55.761Z] #48 DONE 0.0s [2024-10-22T05:39:55.761Z] [2024-10-22T05:39:55.761Z] #49 [security-spire-agent internal] load build context [2024-10-22T05:39:55.761Z] #49 DONE 0.0s [2024-10-22T05:39:55.761Z] [2024-10-22T05:39:55.761Z] #42 [core-command builder 2/7] WORKDIR /edgex-go [2024-10-22T05:39:56.366Z] #42 ... [2024-10-22T05:39:56.366Z] [2024-10-22T05:39:56.366Z] #45 [core-metadata internal] load build context [2024-10-22T05:39:56.366Z] #45 DONE 3.4s [2024-10-22T05:39:56.366Z] [2024-10-22T05:39:56.366Z] #50 [core-common-config-bootstrapper internal] load build context [2024-10-22T05:39:56.366Z] #50 transferring context: 3.27MB 2.3s done [2024-10-22T05:39:56.366Z] #50 DONE 3.4s [2024-10-22T05:39:56.366Z] [2024-10-22T05:39:56.366Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-22T05:39:56.366Z] #51 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-22T05:39:57.134Z] #58 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 29.8s done [2024-10-22T05:39:57.333Z] #51 ... [2024-10-22T05:39:57.333Z] [2024-10-22T05:39:57.333Z] #42 [core-command builder 2/7] WORKDIR /edgex-go [2024-10-22T05:39:57.333Z] #42 DONE 4.2s [2024-10-22T05:39:57.603Z] [2024-10-22T05:39:57.603Z] #52 [support-cron-scheduler internal] load build context [2024-10-22T05:39:58.571Z] #52 ... [2024-10-22T05:39:58.571Z] [2024-10-22T05:39:58.571Z] #53 [core-keeper internal] load build context [2024-10-22T05:39:58.571Z] #53 transferring context: 3.27MB 3.8s done [2024-10-22T05:39:58.571Z] #53 DONE 5.1s [2024-10-22T05:39:58.571Z] [2024-10-22T05:39:58.571Z] #52 [support-cron-scheduler internal] load build context [2024-10-22T05:39:59.044Z] #58 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 0B / 30.73MB 32.7s [2024-10-22T05:39:59.044Z] #58 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 3.15MB / 30.73MB 32.8s [2024-10-22T05:39:59.044Z] #58 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 17.83MB / 30.73MB 32.9s [2024-10-22T05:39:59.159Z] #52 transferring context: 3.27MB 4.6s done [2024-10-22T05:39:59.304Z] #58 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 33.1s [2024-10-22T05:39:59.753Z] #52 ... [2024-10-22T05:39:59.753Z] [2024-10-22T05:39:59.753Z] #49 [security-spire-agent internal] load build context [2024-10-22T05:39:59.753Z] #49 transferring context: 27.51kB 0.4s done [2024-10-22T05:39:59.753Z] #49 DONE 4.1s [2024-10-22T05:39:59.872Z] #58 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 33.5s [2024-10-22T05:40:00.025Z] [2024-10-22T05:40:00.025Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-22T05:40:00.025Z] #51 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 2.1s done [2024-10-22T05:40:00.025Z] #51 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done [2024-10-22T05:40:00.025Z] #51 sha256:52d5d3a94cfac7935bfb02a2531ec31aa34435cd9e284a81f62ebe15e8603a52 1.05kB / 1.05kB done [2024-10-22T05:40:00.025Z] #51 ... [2024-10-22T05:40:00.025Z] [2024-10-22T05:40:00.025Z] #48 [security-spire-server internal] load build context [2024-10-22T05:40:00.025Z] #48 transferring context: 27.98kB 0.4s done [2024-10-22T05:40:00.025Z] #48 DONE 4.4s [2024-10-22T05:40:00.025Z] [2024-10-22T05:40:00.025Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-22T05:40:00.025Z] #51 sha256:e0ba206c46fbee1b5a919ab00dad91fc25b0e6698fca3f84bd5759f787bd1571 1.60kB / 1.60kB done [2024-10-22T05:40:00.615Z] #51 ... [2024-10-22T05:40:00.615Z] [2024-10-22T05:40:00.615Z] #54 [security-spire-config internal] load build context [2024-10-22T05:40:00.615Z] #54 transferring context: 26.23kB 0.4s done [2024-10-22T05:40:00.615Z] #54 DONE 4.8s [2024-10-22T05:40:00.615Z] [2024-10-22T05:40:00.615Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-22T05:40:00.615Z] #51 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.3s [2024-10-22T05:40:00.615Z] #51 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0B / 283B 0.3s [2024-10-22T05:40:00.808Z] #58 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 33.6s done [2024-10-22T05:40:00.900Z] #51 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.4s done [2024-10-22T05:40:00.900Z] #51 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.7s [2024-10-22T05:40:00.900Z] #51 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0B / 123.56kB 0.7s [2024-10-22T05:40:01.168Z] #51 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.8s [2024-10-22T05:40:01.168Z] #51 ... [2024-10-22T05:40:01.168Z] [2024-10-22T05:40:01.168Z] #52 [support-cron-scheduler internal] load build context [2024-10-22T05:40:01.168Z] #52 DONE 7.1s [2024-10-22T05:40:01.168Z] [2024-10-22T05:40:01.168Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-22T05:40:01.168Z] #51 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.8s done [2024-10-22T05:40:01.168Z] #51 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0.0s done [2024-10-22T05:40:01.441Z] #51 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.8s done [2024-10-22T05:40:01.441Z] #51 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0.0s done [2024-10-22T05:40:01.711Z] #51 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 1.2s done [2024-10-22T05:40:01.711Z] #51 ... [2024-10-22T05:40:01.711Z] [2024-10-22T05:40:01.711Z] #55 [security-proxy-auth internal] load build context [2024-10-22T05:40:01.711Z] #55 transferring context: 3.27MB 4.4s done [2024-10-22T05:40:01.711Z] #55 DONE 7.5s [2024-10-22T05:40:01.711Z] [2024-10-22T05:40:01.711Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-22T05:40:01.711Z] #51 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 1.2s done [2024-10-22T05:40:02.322Z] #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 0B / 28.04MB 2.0s [2024-10-22T05:40:02.714Z] #58 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf done [2024-10-22T05:40:02.910Z] #51 ... [2024-10-22T05:40:02.910Z] [2024-10-22T05:40:02.910Z] #56 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-10-22T05:40:02.910Z] #0 6.667 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:02.910Z] #0 7.285 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:02.910Z] #56 ... [2024-10-22T05:40:02.910Z] [2024-10-22T05:40:02.910Z] #57 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-10-22T05:40:02.910Z] #0 8.697 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:02.910Z] #0 9.651 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:03.179Z] #57 ... [2024-10-22T05:40:03.179Z] [2024-10-22T05:40:03.179Z] #58 [security-bootstrapper internal] load build context [2024-10-22T05:40:03.179Z] #58 transferring context: 3.27MB 6.9s done [2024-10-22T05:40:03.179Z] #58 DONE 8.9s [2024-10-22T05:40:03.179Z] [2024-10-22T05:40:03.179Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-22T05:40:03.179Z] #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 2.10MB / 28.04MB 2.8s [2024-10-22T05:40:03.468Z] #51 ... [2024-10-22T05:40:03.468Z] [2024-10-22T05:40:03.468Z] #59 [support-scheduler internal] load build context [2024-10-22T05:40:03.468Z] #59 transferring context: 3.27MB 5.3s done [2024-10-22T05:40:03.468Z] #59 DONE 7.8s [2024-10-22T05:40:03.468Z] [2024-10-22T05:40:03.468Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-22T05:40:03.468Z] #51 ... [2024-10-22T05:40:03.468Z] [2024-10-22T05:40:03.468Z] #60 [core-keeper stage-1 2/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-10-22T05:40:03.468Z] #60 ... [2024-10-22T05:40:03.468Z] [2024-10-22T05:40:03.468Z] #41 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2024-10-22T05:40:03.468Z] #41 8.929 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:03.738Z] #41 ... [2024-10-22T05:40:03.738Z] [2024-10-22T05:40:03.738Z] #60 [core-keeper stage-1 2/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-10-22T05:40:03.738Z] #60 DONE 10.2s [2024-10-22T05:40:03.738Z] [2024-10-22T05:40:03.738Z] #61 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init [2024-10-22T05:40:04.007Z] #61 ... [2024-10-22T05:40:04.007Z] [2024-10-22T05:40:04.007Z] #47 [core-data internal] load build context [2024-10-22T05:40:04.007Z] #47 transferring context: 3.27MB 6.3s done [2024-10-22T05:40:04.007Z] #47 DONE 8.5s [2024-10-22T05:40:04.007Z] [2024-10-22T05:40:04.007Z] #38 [core-command stage-1 2/10] RUN apk add --update --no-cache dumb-init [2024-10-22T05:40:04.007Z] #38 7.546 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:04.007Z] #38 8.358 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:04.095Z] #58 ... [2024-10-22T05:40:04.096Z] [2024-10-22T05:40:04.096Z] #63 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-22T05:40:04.096Z] #63 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 33.6s done [2024-10-22T05:40:04.096Z] #63 ... [2024-10-22T05:40:04.096Z] [2024-10-22T05:40:04.096Z] #58 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-22T05:40:04.278Z] #38 ... [2024-10-22T05:40:04.278Z] [2024-10-22T05:40:04.278Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-22T05:40:04.278Z] #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 6.29MB / 28.04MB 3.9s [2024-10-22T05:40:04.278Z] #51 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.0s done [2024-10-22T05:40:04.353Z] #58 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 38.3s [2024-10-22T05:40:04.549Z] #51 ... [2024-10-22T05:40:04.549Z] [2024-10-22T05:40:04.549Z] #62 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec [2024-10-22T05:40:04.830Z] #62 ... [2024-10-22T05:40:04.830Z] [2024-10-22T05:40:04.830Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-22T05:40:04.830Z] #51 ... [2024-10-22T05:40:04.830Z] [2024-10-22T05:40:04.830Z] #63 [support-notifications internal] load build context [2024-10-22T05:40:04.830Z] #63 transferring context: 3.27MB 5.8s done [2024-10-22T05:40:04.830Z] #63 DONE 9.1s [2024-10-22T05:40:04.830Z] [2024-10-22T05:40:04.830Z] #64 [core-command internal] load build context [2024-10-22T05:40:04.830Z] #64 transferring context: 3.27MB 5.8s done [2024-10-22T05:40:04.830Z] #64 DONE 9.1s [2024-10-22T05:40:04.830Z] [2024-10-22T05:40:04.830Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-22T05:40:04.830Z] #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 8.39MB / 28.04MB 4.6s [2024-10-22T05:40:04.924Z] #58 ... [2024-10-22T05:40:04.924Z] [2024-10-22T05:40:04.924Z] #38 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2024-10-22T05:40:04.924Z] #38 DONE 64.8s [2024-10-22T05:40:04.924Z] [2024-10-22T05:40:04.924Z] #58 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-22T05:40:04.924Z] #58 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 38.8s done [2024-10-22T05:40:05.104Z] #51 ... [2024-10-22T05:40:05.104Z] [2024-10-22T05:40:05.104Z] #36 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-10-22T05:40:05.104Z] #36 5.799 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:05.104Z] #36 6.266 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:05.104Z] #36 8.762 (1/6) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-22T05:40:05.104Z] #36 9.140 (2/6) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-22T05:40:05.104Z] #36 9.245 (3/6) Installing dumb-init (1.2.5-r3) [2024-10-22T05:40:05.104Z] #36 9.245 (4/6) Installing openssl (3.3.2-r1) [2024-10-22T05:40:05.104Z] #36 9.279 (5/6) Installing su-exec (0.2-r3) [2024-10-22T05:40:05.104Z] #36 9.302 (6/6) Installing yq-go (4.44.1-r2) [2024-10-22T05:40:05.104Z] #36 10.41 Executing busybox-1.36.1-r29.trigger [2024-10-22T05:40:05.104Z] #36 10.59 OK: 20 MiB in 18 packages [2024-10-22T05:40:05.104Z] #36 DONE 12.9s [2024-10-22T05:40:05.104Z] [2024-10-22T05:40:05.104Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-22T05:40:05.184Z] #58 ... [2024-10-22T05:40:05.184Z] [2024-10-22T05:40:05.184Z] #65 [security-spire-agent internal] load build context [2024-10-22T05:40:05.184Z] #65 DONE 41.1s [2024-10-22T05:40:05.184Z] [2024-10-22T05:40:05.184Z] #58 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-22T05:40:05.184Z] #58 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 done [2024-10-22T05:40:05.184Z] #58 ... [2024-10-22T05:40:05.184Z] [2024-10-22T05:40:05.184Z] #55 [core-data internal] load build context [2024-10-22T05:40:05.184Z] #55 DONE 52.9s [2024-10-22T05:40:05.184Z] [2024-10-22T05:40:05.184Z] #50 [core-metadata internal] load build context [2024-10-22T05:40:05.184Z] #50 DONE 52.9s [2024-10-22T05:40:05.184Z] [2024-10-22T05:40:05.184Z] #58 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-22T05:40:05.184Z] #58 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 [2024-10-22T05:40:05.443Z] #58 ... [2024-10-22T05:40:05.443Z] [2024-10-22T05:40:05.443Z] #51 [security-spiffe-token-provider internal] load build context [2024-10-22T05:40:05.443Z] #51 DONE 53.2s [2024-10-22T05:40:05.443Z] [2024-10-22T05:40:05.443Z] #49 [security-bootstrapper internal] load build context [2024-10-22T05:40:05.443Z] #49 DONE 53.2s [2024-10-22T05:40:05.443Z] [2024-10-22T05:40:05.443Z] #58 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-22T05:40:05.701Z] #58 ... [2024-10-22T05:40:05.701Z] [2024-10-22T05:40:05.701Z] #52 [security-proxy-auth internal] load build context [2024-10-22T05:40:05.701Z] #52 DONE 53.2s [2024-10-22T05:40:05.701Z] [2024-10-22T05:40:05.701Z] #58 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-22T05:40:05.701Z] #58 ... [2024-10-22T05:40:05.701Z] [2024-10-22T05:40:05.701Z] #54 [support-notifications internal] load build context [2024-10-22T05:40:05.701Z] #54 DONE 53.4s [2024-10-22T05:40:05.701Z] [2024-10-22T05:40:05.701Z] #58 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-22T05:40:05.706Z] #51 ... [2024-10-22T05:40:05.706Z] [2024-10-22T05:40:05.706Z] #65 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-10-22T05:40:05.981Z] #65 ... [2024-10-22T05:40:05.981Z] [2024-10-22T05:40:05.981Z] #66 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-22T05:40:05.981Z] #66 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 2.5s done [2024-10-22T05:40:05.981Z] #66 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done [2024-10-22T05:40:05.982Z] #66 sha256:1cbbb4d32abefab6d582ffdf2ecab3a33d813855ce9593d156b424aad59c2bc6 1.05kB / 1.05kB done [2024-10-22T05:40:05.982Z] #66 sha256:9869d663529914e12e63d3ebe0579063a79fb13f870d88333173c39a993fe22a 1.59kB / 1.59kB done [2024-10-22T05:40:05.982Z] #66 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.3s done [2024-10-22T05:40:05.982Z] #66 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 1.2s done [2024-10-22T05:40:05.982Z] #66 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 1.9s done [2024-10-22T05:40:05.982Z] #66 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 9.44MB / 18.32MB 5.6s [2024-10-22T05:40:05.982Z] #66 ... [2024-10-22T05:40:05.982Z] [2024-10-22T05:40:05.982Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-22T05:40:05.982Z] #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 10.22MB / 28.04MB 5.8s [2024-10-22T05:40:06.200Z] #58 ... [2024-10-22T05:40:06.200Z] [2024-10-22T05:40:06.200Z] #53 [core-common-config-bootstrapper internal] load build context [2024-10-22T05:40:06.200Z] #53 DONE 53.4s [2024-10-22T05:40:06.200Z] [2024-10-22T05:40:06.200Z] #48 [security-secretstore-setup internal] load build context [2024-10-22T05:40:06.200Z] #48 DONE 53.5s [2024-10-22T05:40:06.200Z] [2024-10-22T05:40:06.200Z] #58 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-22T05:40:06.954Z] #51 ... [2024-10-22T05:40:06.954Z] [2024-10-22T05:40:06.954Z] #56 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-10-22T05:40:06.954Z] #56 10.47 (1/4) Installing ca-certificates (20240705-r0) [2024-10-22T05:40:06.954Z] #56 10.84 (2/4) Installing dumb-init (1.2.5-r3) [2024-10-22T05:40:06.954Z] #56 10.84 (3/4) Installing su-exec (0.2-r3) [2024-10-22T05:40:06.954Z] #56 10.90 (4/4) Installing yq-go (4.44.1-r2) [2024-10-22T05:40:06.954Z] #56 11.65 Executing busybox-1.36.1-r29.trigger [2024-10-22T05:40:06.954Z] #56 11.81 Executing ca-certificates-20240705-r0.trigger [2024-10-22T05:40:06.954Z] #56 12.54 OK: 20 MiB in 18 packages [2024-10-22T05:40:06.954Z] #56 DONE 13.9s [2024-10-22T05:40:06.954Z] [2024-10-22T05:40:06.954Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-22T05:40:06.954Z] #51 ... [2024-10-22T05:40:06.954Z] [2024-10-22T05:40:06.954Z] #38 [core-command stage-1 2/10] RUN apk add --update --no-cache dumb-init [2024-10-22T05:40:06.954Z] #38 12.51 (1/1) Installing dumb-init (1.2.5-r3) [2024-10-22T05:40:06.954Z] #38 12.51 Executing busybox-1.36.1-r29.trigger [2024-10-22T05:40:06.954Z] #38 12.71 OK: 9 MiB in 15 packages [2024-10-22T05:40:06.954Z] #38 DONE 14.3s [2024-10-22T05:40:06.954Z] [2024-10-22T05:40:06.954Z] #67 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-10-22T05:40:07.145Z] #58 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 1.8s done [2024-10-22T05:40:07.224Z] #67 ... [2024-10-22T05:40:07.224Z] [2024-10-22T05:40:07.224Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-22T05:40:07.224Z] #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 12.13MB / 28.04MB 6.8s [2024-10-22T05:40:07.497Z] #51 ... [2024-10-22T05:40:07.497Z] [2024-10-22T05:40:07.497Z] #68 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init [2024-10-22T05:40:07.497Z] #68 ... [2024-10-22T05:40:07.497Z] [2024-10-22T05:40:07.497Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-22T05:40:07.785Z] #51 ... [2024-10-22T05:40:07.785Z] [2024-10-22T05:40:07.785Z] #69 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-10-22T05:40:08.060Z] #69 ... [2024-10-22T05:40:08.060Z] [2024-10-22T05:40:08.060Z] #70 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-10-22T05:40:08.060Z] #70 ... [2024-10-22T05:40:08.060Z] [2024-10-22T05:40:08.060Z] #71 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-10-22T05:40:08.060Z] #71 ... [2024-10-22T05:40:08.060Z] [2024-10-22T05:40:08.060Z] #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-10-22T05:40:08.332Z] #72 ... [2024-10-22T05:40:08.332Z] [2024-10-22T05:40:08.332Z] #73 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git [2024-10-22T05:40:08.332Z] #73 ... [2024-10-22T05:40:08.332Z] [2024-10-22T05:40:08.332Z] #74 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-10-22T05:40:08.662Z] #74 ... [2024-10-22T05:40:08.662Z] [2024-10-22T05:40:08.662Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-22T05:40:08.662Z] #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 14.58MB / 28.04MB 8.3s [2024-10-22T05:40:08.941Z] #51 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 [2024-10-22T05:40:09.061Z] #58 ... [2024-10-22T05:40:09.061Z] [2024-10-22T05:40:09.061Z] #60 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-10-22T05:40:09.061Z] #60 DONE 45.3s [2024-10-22T05:40:09.211Z] #51 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0.1s done [2024-10-22T05:40:09.211Z] #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 16.67MB / 28.04MB 9.0s [2024-10-22T05:40:09.320Z] [2024-10-22T05:40:09.320Z] #39 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-10-22T05:40:09.320Z] #39 DONE 68.5s [2024-10-22T05:40:09.320Z] [2024-10-22T05:40:09.320Z] #57 [security-spire-config internal] load build context [2024-10-22T05:40:09.320Z] #57 transferring context: 26.23kB done [2024-10-22T05:40:09.320Z] #57 DONE 45.1s [2024-10-22T05:40:09.320Z] [2024-10-22T05:40:09.320Z] #47 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2024-10-22T05:40:09.320Z] #47 DONE 68.3s [2024-10-22T05:40:09.320Z] [2024-10-22T05:40:09.320Z] #62 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-10-22T05:40:09.320Z] #62 41.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:09.320Z] #62 42.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:09.320Z] #62 42.81 (1/1) Installing dumb-init (1.2.5-r3) [2024-10-22T05:40:09.320Z] #62 42.82 Executing busybox-1.36.1-r29.trigger [2024-10-22T05:40:09.320Z] #62 42.82 OK: 8 MiB in 15 packages [2024-10-22T05:40:09.320Z] #62 DONE 45.3s [2024-10-22T05:40:09.320Z] [2024-10-22T05:40:09.320Z] #61 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-10-22T05:40:09.320Z] #61 41.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:09.320Z] #61 41.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:09.320Z] #61 41.73 (1/4) Installing ca-certificates (20240705-r0) [2024-10-22T05:40:09.320Z] #61 41.75 (2/4) Installing dumb-init (1.2.5-r3) [2024-10-22T05:40:09.320Z] #61 41.75 (3/4) Installing su-exec (0.2-r3) [2024-10-22T05:40:09.320Z] #61 41.75 (4/4) Installing yq-go (4.44.1-r2) [2024-10-22T05:40:09.320Z] #61 41.83 Executing busybox-1.36.1-r29.trigger [2024-10-22T05:40:09.320Z] #61 41.84 Executing ca-certificates-20240705-r0.trigger [2024-10-22T05:40:09.320Z] #61 41.88 OK: 19 MiB in 18 packages [2024-10-22T05:40:09.320Z] #61 DONE 45.3s [2024-10-22T05:40:09.320Z] [2024-10-22T05:40:09.320Z] #64 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec [2024-10-22T05:40:09.320Z] #64 41.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:09.320Z] #64 41.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:09.320Z] #64 42.13 (1/2) Installing dumb-init (1.2.5-r3) [2024-10-22T05:40:09.320Z] #64 42.40 (2/2) Installing su-exec (0.2-r3) [2024-10-22T05:40:09.320Z] #64 42.41 Executing busybox-1.36.1-r29.trigger [2024-10-22T05:40:09.320Z] #64 42.42 OK: 8 MiB in 16 packages [2024-10-22T05:40:09.320Z] #64 DONE 45.3s [2024-10-22T05:40:09.320Z] [2024-10-22T05:40:09.320Z] #68 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-10-22T05:40:09.320Z] #68 41.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:09.320Z] #68 41.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:09.320Z] #68 42.42 v3.20.3-190-ga986f1414fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2024-10-22T05:40:09.320Z] #68 42.42 v3.20.3-191-gbcd1124b198 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2024-10-22T05:40:09.320Z] #68 42.42 OK: 24165 distinct packages available [2024-10-22T05:40:09.320Z] #68 42.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:09.320Z] #68 42.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:09.320Z] #68 42.82 (1/7) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-22T05:40:09.320Z] #68 42.85 (2/7) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-22T05:40:09.320Z] #68 42.86 (3/7) Installing dumb-init (1.2.5-r3) [2024-10-22T05:40:09.320Z] #68 42.86 (4/7) Installing musl-obstack (1.2.3-r2) [2024-10-22T05:40:09.320Z] #68 42.87 (5/7) Installing libucontext (1.2-r3) [2024-10-22T05:40:09.320Z] #68 42.87 (6/7) Installing gcompat (1.1.0-r4) [2024-10-22T05:40:09.320Z] #68 42.87 (7/7) Installing openssl (3.3.2-r1) [2024-10-22T05:40:09.320Z] #68 42.88 Executing busybox-1.36.1-r29.trigger [2024-10-22T05:40:09.320Z] #68 42.89 OK: 9 MiB in 19 packages [2024-10-22T05:40:09.320Z] #68 DONE 45.0s [2024-10-22T05:40:09.320Z] [2024-10-22T05:40:09.320Z] #56 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init [2024-10-22T05:40:09.320Z] #56 41.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:09.320Z] #56 41.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:09.320Z] #56 42.02 (1/2) Installing ca-certificates (20240705-r0) [2024-10-22T05:40:09.320Z] #56 42.03 (2/2) Installing dumb-init (1.2.5-r3) [2024-10-22T05:40:09.320Z] #56 42.04 Executing busybox-1.36.1-r29.trigger [2024-10-22T05:40:09.320Z] #56 42.04 Executing ca-certificates-20240705-r0.trigger [2024-10-22T05:40:09.320Z] #56 42.47 OK: 9 MiB in 16 packages [2024-10-22T05:40:09.320Z] #56 DONE 45.4s [2024-10-22T05:40:09.320Z] [2024-10-22T05:40:09.320Z] #70 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade [2024-10-22T05:40:09.320Z] #70 ... [2024-10-22T05:40:09.320Z] [2024-10-22T05:40:09.320Z] #67 [security-spire-server internal] load build context [2024-10-22T05:40:09.320Z] #67 transferring context: 27.98kB done [2024-10-22T05:40:09.320Z] #67 DONE 45.3s [2024-10-22T05:40:09.320Z] [2024-10-22T05:40:09.320Z] #71 [core-command builder 2/7] WORKDIR /edgex-go [2024-10-22T05:40:09.320Z] #71 DONE 4.3s [2024-10-22T05:40:09.582Z] [2024-10-22T05:40:09.582Z] #58 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-22T05:40:10.190Z] #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 18.87MB / 28.04MB 9.7s [2024-10-22T05:40:10.190Z] #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 20.39MB / 28.04MB 10.1s [2024-10-22T05:40:11.175Z] #51 ... [2024-10-22T05:40:11.175Z] [2024-10-22T05:40:11.175Z] #41 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2024-10-22T05:40:11.175Z] #41 9.776 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:11.175Z] #41 13.23 (1/3) Installing ca-certificates (20240705-r0) [2024-10-22T05:40:11.175Z] #41 13.36 (2/3) Installing dumb-init (1.2.5-r3) [2024-10-22T05:40:11.175Z] #41 13.36 (3/3) Installing tzdata (2024b-r0) [2024-10-22T05:40:11.175Z] #41 13.80 Executing busybox-1.36.1-r29.trigger [2024-10-22T05:40:11.175Z] #41 13.89 Executing ca-certificates-20240705-r0.trigger [2024-10-22T05:40:11.175Z] #41 14.76 OK: 11 MiB in 17 packages [2024-10-22T05:40:11.175Z] #41 DONE 16.4s [2024-10-22T05:40:11.175Z] [2024-10-22T05:40:11.175Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-22T05:40:11.175Z] #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 22.02MB / 28.04MB 10.8s [2024-10-22T05:40:11.175Z] #51 ... [2024-10-22T05:40:11.175Z] [2024-10-22T05:40:11.175Z] #62 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec [2024-10-22T05:40:11.175Z] #62 11.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:11.175Z] #62 12.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:11.175Z] #62 15.78 (1/2) Installing dumb-init (1.2.5-r3) [2024-10-22T05:40:11.175Z] #62 15.80 (2/2) Installing su-exec (0.2-r3) [2024-10-22T05:40:11.175Z] #62 15.80 Executing busybox-1.36.1-r29.trigger [2024-10-22T05:40:11.175Z] #62 15.86 OK: 9 MiB in 16 packages [2024-10-22T05:40:11.175Z] #62 DONE 16.5s [2024-10-22T05:40:11.175Z] [2024-10-22T05:40:11.175Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-22T05:40:11.482Z] #58 ... [2024-10-22T05:40:11.482Z] [2024-10-22T05:40:11.482Z] #69 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-10-22T05:40:11.482Z] #69 45.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:11.482Z] #69 45.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:11.482Z] #69 46.22 v3.20.3-190-ga986f1414fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2024-10-22T05:40:11.482Z] #69 46.22 v3.20.3-191-gbcd1124b198 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2024-10-22T05:40:11.482Z] #69 46.22 OK: 24165 distinct packages available [2024-10-22T05:40:11.482Z] #69 46.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:11.482Z] #69 46.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:11.482Z] #69 46.72 (1/4) Installing dumb-init (1.2.5-r3) [2024-10-22T05:40:11.482Z] #69 46.72 (2/4) Installing musl-obstack (1.2.3-r2) [2024-10-22T05:40:11.482Z] #69 46.73 (3/4) Installing libucontext (1.2-r3) [2024-10-22T05:40:11.482Z] #69 46.73 (4/4) Installing gcompat (1.1.0-r4) [2024-10-22T05:40:11.482Z] #69 46.74 Executing busybox-1.36.1-r29.trigger [2024-10-22T05:40:11.482Z] #69 46.74 OK: 8 MiB in 18 packages [2024-10-22T05:40:11.482Z] #69 DONE 47.1s [2024-10-22T05:40:11.482Z] [2024-10-22T05:40:11.482Z] #66 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init [2024-10-22T05:40:11.482Z] #66 45.37 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:11.482Z] #66 45.84 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:11.482Z] #66 46.60 (1/1) Installing dumb-init (1.2.5-r3) [2024-10-22T05:40:11.482Z] #66 46.91 Executing busybox-1.36.1-r29.trigger [2024-10-22T05:40:11.482Z] #66 46.92 OK: 8 MiB in 15 packages [2024-10-22T05:40:11.482Z] #66 DONE 47.1s [2024-10-22T05:40:11.482Z] [2024-10-22T05:40:11.482Z] #59 [core-command stage-1 3/7] RUN apk --no-cache upgrade [2024-10-22T05:40:11.482Z] #59 45.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:11.482Z] #59 45.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:11.482Z] #59 46.17 Upgrading critical system libraries and apk-tools: [2024-10-22T05:40:11.482Z] #59 46.17 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-22T05:40:11.482Z] #59 46.18 Executing busybox-1.36.1-r29.trigger [2024-10-22T05:40:11.482Z] #59 46.25 Continuing the upgrade transaction with new apk-tools: [2024-10-22T05:40:11.482Z] #59 46.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:11.482Z] #59 46.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:11.482Z] #59 46.67 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-22T05:40:11.482Z] #59 46.72 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-22T05:40:11.482Z] #59 46.73 OK: 8 MiB in 15 packages [2024-10-22T05:40:11.482Z] #59 DONE 47.3s [2024-10-22T05:40:11.482Z] [2024-10-22T05:40:11.482Z] #72 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-10-22T05:40:11.740Z] #72 ... [2024-10-22T05:40:11.740Z] [2024-10-22T05:40:11.740Z] #73 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-10-22T05:40:11.740Z] #0 1.269 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:11.740Z] #0 1.381 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:11.740Z] #0 1.666 Upgrading critical system libraries and apk-tools: [2024-10-22T05:40:11.740Z] #0 1.666 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-22T05:40:11.740Z] #0 1.674 Executing busybox-1.36.1-r29.trigger [2024-10-22T05:40:11.740Z] #0 1.743 Continuing the upgrade transaction with new apk-tools: [2024-10-22T05:40:11.740Z] #0 1.743 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:11.740Z] #0 1.831 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:11.740Z] #0 2.144 OK: 19 MiB in 18 packages [2024-10-22T05:40:11.740Z] #73 DONE 2.5s [2024-10-22T05:40:11.778Z] #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 24.12MB / 28.04MB 11.7s [2024-10-22T05:40:11.999Z] [2024-10-22T05:40:11.999Z] #70 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade [2024-10-22T05:40:11.999Z] #70 1.897 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:11.999Z] #70 1.991 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:11.999Z] #70 2.367 Upgrading critical system libraries and apk-tools: [2024-10-22T05:40:11.999Z] #70 2.367 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-22T05:40:11.999Z] #70 2.367 Executing busybox-1.36.1-r29.trigger [2024-10-22T05:40:11.999Z] #70 2.422 Continuing the upgrade transaction with new apk-tools: [2024-10-22T05:40:11.999Z] #70 2.422 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:11.999Z] #70 2.601 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:11.999Z] #70 ... [2024-10-22T05:40:11.999Z] [2024-10-22T05:40:11.999Z] #74 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-10-22T05:40:11.999Z] #74 DONE 0.2s [2024-10-22T05:40:11.999Z] [2024-10-22T05:40:11.999Z] #75 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-10-22T05:40:11.999Z] #0 1.451 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:11.999Z] #0 1.551 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:11.999Z] #0 1.847 Upgrading critical system libraries and apk-tools: [2024-10-22T05:40:11.999Z] #0 1.847 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-22T05:40:11.999Z] #0 1.863 Executing busybox-1.36.1-r29.trigger [2024-10-22T05:40:11.999Z] #0 1.935 Continuing the upgrade transaction with new apk-tools: [2024-10-22T05:40:11.999Z] #0 1.998 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:11.999Z] #0 2.080 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:11.999Z] #0 2.474 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-22T05:40:11.999Z] #0 2.507 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-22T05:40:11.999Z] #0 2.521 Executing ca-certificates-20240705-r0.trigger [2024-10-22T05:40:11.999Z] #0 2.558 OK: 13 MiB in 28 packages [2024-10-22T05:40:11.999Z] #75 DONE 2.8s [2024-10-22T05:40:11.999Z] [2024-10-22T05:40:11.999Z] #76 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-10-22T05:40:11.999Z] #0 1.390 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:11.999Z] #0 1.482 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:11.999Z] #0 1.835 Upgrading critical system libraries and apk-tools: [2024-10-22T05:40:11.999Z] #0 1.835 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-22T05:40:11.999Z] #0 1.845 Executing busybox-1.36.1-r29.trigger [2024-10-22T05:40:11.999Z] #0 1.926 Continuing the upgrade transaction with new apk-tools: [2024-10-22T05:40:11.999Z] #0 1.948 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:11.999Z] #0 2.025 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:11.999Z] #0 2.435 OK: 9 MiB in 19 packages [2024-10-22T05:40:11.999Z] #76 DONE 2.8s [2024-10-22T05:40:11.999Z] [2024-10-22T05:40:11.999Z] #77 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-10-22T05:40:11.999Z] #0 1.255 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:11.999Z] #0 1.329 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:11.999Z] #0 1.667 Upgrading critical system libraries and apk-tools: [2024-10-22T05:40:11.999Z] #0 1.667 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-22T05:40:11.999Z] #0 1.676 Executing busybox-1.36.1-r29.trigger [2024-10-22T05:40:11.999Z] #0 1.742 Continuing the upgrade transaction with new apk-tools: [2024-10-22T05:40:11.999Z] #0 1.745 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:11.999Z] #0 1.821 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:11.999Z] #0 2.174 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-22T05:40:11.999Z] #0 2.211 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-22T05:40:11.999Z] #0 2.239 Executing ca-certificates-20240705-r0.trigger [2024-10-22T05:40:11.999Z] #0 2.443 OK: 19 MiB in 18 packages [2024-10-22T05:40:11.999Z] #77 DONE 2.8s [2024-10-22T05:40:12.261Z] [2024-10-22T05:40:12.261Z] #70 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade [2024-10-22T05:40:12.261Z] #70 2.878 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-22T05:40:12.261Z] #70 2.958 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-22T05:40:12.261Z] #70 2.969 Executing ca-certificates-20240705-r0.trigger [2024-10-22T05:40:12.367Z] #51 ... [2024-10-22T05:40:12.367Z] [2024-10-22T05:40:12.367Z] #57 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-10-22T05:40:12.367Z] #57 14.29 v3.20.3-190-ga986f1414fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2024-10-22T05:40:12.367Z] #57 14.29 v3.20.3-191-gbcd1124b198 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2024-10-22T05:40:12.367Z] #57 14.29 OK: 24043 distinct packages available [2024-10-22T05:40:12.367Z] #57 14.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:12.367Z] #57 15.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:12.367Z] #57 18.03 (1/14) Installing ca-certificates (20240705-r0) [2024-10-22T05:40:12.367Z] #57 18.25 (2/14) Installing brotli-libs (1.1.0-r2) [2024-10-22T05:40:12.367Z] #57 18.29 (3/14) Installing c-ares (1.33.1-r0) [2024-10-22T05:40:12.367Z] #57 18.32 (4/14) Installing libunistring (1.2-r0) [2024-10-22T05:40:12.367Z] #57 18.39 (5/14) Installing libidn2 (2.3.7-r0) [2024-10-22T05:40:12.367Z] #57 18.39 (6/14) Installing nghttp2-libs (1.62.1-r0) [2024-10-22T05:40:12.367Z] #57 18.39 (7/14) Installing libpsl (0.21.5-r1) [2024-10-22T05:40:12.367Z] #57 18.39 (8/14) Installing zstd-libs (1.5.6-r0) [2024-10-22T05:40:12.367Z] #57 18.42 (9/14) Installing libcurl (8.10.1-r0) [2024-10-22T05:40:12.367Z] #57 18.46 (10/14) Installing curl (8.10.1-r0) [2024-10-22T05:40:12.367Z] #57 18.46 (11/14) Installing dumb-init (1.2.5-r3) [2024-10-22T05:40:12.367Z] #57 18.48 (12/14) Installing musl-obstack (1.2.3-r2) [2024-10-22T05:40:12.367Z] #57 18.48 (13/14) Installing libucontext (1.2-r3) [2024-10-22T05:40:12.367Z] #57 18.49 (14/14) Installing gcompat (1.1.0-r4) [2024-10-22T05:40:12.367Z] #57 18.52 Executing busybox-1.36.1-r29.trigger [2024-10-22T05:40:12.367Z] #57 18.58 Executing ca-certificates-20240705-r0.trigger [2024-10-22T05:40:12.367Z] #57 18.88 OK: 15 MiB in 28 packages [2024-10-22T05:40:12.367Z] #57 DONE 19.6s [2024-10-22T05:40:12.367Z] [2024-10-22T05:40:12.367Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-22T05:40:12.646Z] #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 26.15MB / 28.04MB 12.5s [2024-10-22T05:40:13.195Z] #70 3.807 OK: 9 MiB in 16 packages [2024-10-22T05:40:13.249Z] #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 12.9s [2024-10-22T05:40:13.522Z] #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 13.1s done [2024-10-22T05:40:13.522Z] #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 13.1s done [2024-10-22T05:40:13.761Z] #70 ... [2024-10-22T05:40:13.761Z] [2024-10-22T05:40:13.761Z] #78 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-10-22T05:40:13.761Z] #0 2.024 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:13.761Z] #0 2.111 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:13.761Z] #0 2.653 OK: 246 MiB in 54 packages [2024-10-22T05:40:13.761Z] #78 DONE 4.5s [2024-10-22T05:40:13.761Z] [2024-10-22T05:40:13.761Z] #79 [core-data stage-1 3/8] RUN apk --no-cache upgrade [2024-10-22T05:40:13.761Z] #0 1.774 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:13.761Z] #0 1.857 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:13.761Z] #0 2.201 Upgrading critical system libraries and apk-tools: [2024-10-22T05:40:13.761Z] #0 2.201 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-22T05:40:13.761Z] #0 2.205 Executing busybox-1.36.1-r29.trigger [2024-10-22T05:40:13.761Z] #0 2.413 Continuing the upgrade transaction with new apk-tools: [2024-10-22T05:40:13.761Z] #0 2.416 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:13.761Z] #0 2.501 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:13.761Z] #0 2.906 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-22T05:40:13.761Z] #0 3.002 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-22T05:40:13.761Z] #0 3.844 OK: 8 MiB in 15 packages [2024-10-22T05:40:13.761Z] #79 DONE 4.6s [2024-10-22T05:40:13.761Z] [2024-10-22T05:40:13.761Z] #80 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-10-22T05:40:13.761Z] #0 1.835 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:13.761Z] #0 1.927 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:13.761Z] #0 2.311 Upgrading critical system libraries and apk-tools: [2024-10-22T05:40:13.761Z] #0 2.311 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-22T05:40:13.761Z] #0 2.400 Executing busybox-1.36.1-r29.trigger [2024-10-22T05:40:13.761Z] #0 2.501 Continuing the upgrade transaction with new apk-tools: [2024-10-22T05:40:13.761Z] #0 2.505 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:13.761Z] #0 2.628 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:13.761Z] #0 2.988 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-22T05:40:13.761Z] #0 3.021 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-22T05:40:13.761Z] #0 3.834 OK: 8 MiB in 16 packages [2024-10-22T05:40:13.761Z] #80 DONE 4.6s [2024-10-22T05:40:13.761Z] [2024-10-22T05:40:13.761Z] #81 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-10-22T05:40:13.761Z] #0 2.884 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:13.761Z] #0 2.965 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:13.761Z] #0 3.299 OK: 246 MiB in 54 packages [2024-10-22T05:40:13.761Z] #81 DONE 4.7s [2024-10-22T05:40:14.018Z] [2024-10-22T05:40:14.018Z] #70 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade [2024-10-22T05:40:14.018Z] #70 DONE 4.6s [2024-10-22T05:40:14.018Z] [2024-10-22T05:40:14.018Z] #82 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-10-22T05:40:14.018Z] #0 1.820 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:14.018Z] #0 1.902 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:14.018Z] #0 2.305 Upgrading critical system libraries and apk-tools: [2024-10-22T05:40:14.018Z] #0 2.305 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-22T05:40:14.018Z] #0 2.444 Executing busybox-1.36.1-r29.trigger [2024-10-22T05:40:14.018Z] #0 2.543 Continuing the upgrade transaction with new apk-tools: [2024-10-22T05:40:14.018Z] #0 2.545 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:14.018Z] #0 2.678 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:14.018Z] #0 3.038 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-22T05:40:14.018Z] #0 3.097 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-22T05:40:14.018Z] #0 3.107 Executing ca-certificates-20240705-r0.trigger [2024-10-22T05:40:14.018Z] #0 3.883 OK: 10 MiB in 17 packages [2024-10-22T05:40:14.018Z] #82 DONE 4.7s [2024-10-22T05:40:14.018Z] [2024-10-22T05:40:14.018Z] #83 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-10-22T05:40:14.018Z] #83 DONE 1.9s [2024-10-22T05:40:14.018Z] [2024-10-22T05:40:14.018Z] #84 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-10-22T05:40:14.018Z] #84 DONE 1.9s [2024-10-22T05:40:14.018Z] [2024-10-22T05:40:14.018Z] #85 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-10-22T05:40:14.018Z] #85 DONE 4.6s [2024-10-22T05:40:14.018Z] [2024-10-22T05:40:14.018Z] #86 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-10-22T05:40:14.018Z] #86 DONE 0.1s [2024-10-22T05:40:14.018Z] [2024-10-22T05:40:14.018Z] #87 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-10-22T05:40:14.994Z] #87 ... [2024-10-22T05:40:14.994Z] [2024-10-22T05:40:14.994Z] #88 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-10-22T05:40:14.994Z] #0 4.363 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:14.994Z] #0 4.450 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:14.994Z] #0 4.769 v3.20.3-190-ga986f1414fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2024-10-22T05:40:14.994Z] #0 4.769 v3.20.3-191-gbcd1124b198 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2024-10-22T05:40:14.995Z] #0 4.769 OK: 24164 distinct packages available [2024-10-22T05:40:14.995Z] #0 4.825 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:14.995Z] #0 4.903 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:14.995Z] #0 5.179 OK: 246 MiB in 54 packages [2024-10-22T05:40:14.995Z] #88 DONE 5.5s [2024-10-22T05:40:14.995Z] [2024-10-22T05:40:14.995Z] #89 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-10-22T05:40:14.995Z] #89 DONE 1.0s [2024-10-22T05:40:14.995Z] [2024-10-22T05:40:14.995Z] #90 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-10-22T05:40:14.995Z] #90 DONE 0.9s [2024-10-22T05:40:14.995Z] [2024-10-22T05:40:14.995Z] #91 [security-spire-server stage-2 6/9] COPY security.txt / [2024-10-22T05:40:14.995Z] #91 DONE 0.9s [2024-10-22T05:40:14.995Z] [2024-10-22T05:40:14.995Z] #92 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-10-22T05:40:14.995Z] #92 DONE 1.0s [2024-10-22T05:40:14.995Z] [2024-10-22T05:40:14.995Z] #93 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-10-22T05:40:14.995Z] #93 DONE 0.2s [2024-10-22T05:40:14.995Z] [2024-10-22T05:40:14.995Z] #94 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-10-22T05:40:14.995Z] #94 DONE 0.1s [2024-10-22T05:40:14.995Z] [2024-10-22T05:40:14.995Z] #95 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-10-22T05:40:14.995Z] #95 DONE 0.1s [2024-10-22T05:40:14.995Z] [2024-10-22T05:40:14.995Z] #63 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-22T05:40:14.995Z] #63 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 38.9s done [2024-10-22T05:40:14.995Z] #63 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 20.02MB / 20.02MB 39.3s done [2024-10-22T05:40:14.995Z] #63 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d done [2024-10-22T05:40:14.995Z] #63 extracting sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 1.3s done [2024-10-22T05:40:14.995Z] #63 ... [2024-10-22T05:40:14.995Z] [2024-10-22T05:40:14.995Z] #96 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-10-22T05:40:14.995Z] #96 DONE 0.1s [2024-10-22T05:40:14.995Z] [2024-10-22T05:40:14.995Z] #97 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-10-22T05:40:14.995Z] #97 DONE 0.1s [2024-10-22T05:40:14.995Z] [2024-10-22T05:40:14.995Z] #98 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-10-22T05:40:15.276Z] #98 ... [2024-10-22T05:40:15.276Z] [2024-10-22T05:40:15.276Z] #99 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-10-22T05:40:15.276Z] #99 DONE 0.1s [2024-10-22T05:40:15.276Z] [2024-10-22T05:40:15.276Z] #100 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-10-22T05:40:15.488Z] #51 ... [2024-10-22T05:40:15.488Z] [2024-10-22T05:40:15.488Z] #75 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-10-22T05:40:15.488Z] #75 ... [2024-10-22T05:40:15.488Z] [2024-10-22T05:40:15.488Z] #66 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-22T05:40:15.488Z] #66 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 18.32MB / 18.32MB 10.4s done [2024-10-22T05:40:15.488Z] #66 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 0.1s done [2024-10-22T05:40:15.488Z] #66 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 [2024-10-22T05:40:15.538Z] #100 ... [2024-10-22T05:40:15.538Z] [2024-10-22T05:40:15.538Z] #98 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-10-22T05:40:15.538Z] #98 DONE 0.3s [2024-10-22T05:40:15.538Z] [2024-10-22T05:40:15.538Z] #101 [security-spire-server] exporting to image [2024-10-22T05:40:15.538Z] #101 exporting layers [2024-10-22T05:40:15.756Z] #66 ... [2024-10-22T05:40:15.756Z] [2024-10-22T05:40:15.756Z] #65 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-10-22T05:40:15.756Z] #65 19.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:15.798Z] #101 ... [2024-10-22T05:40:15.798Z] [2024-10-22T05:40:15.798Z] #100 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-10-22T05:40:15.798Z] #100 DONE 0.5s [2024-10-22T05:40:15.798Z] [2024-10-22T05:40:15.798Z] #72 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-10-22T05:40:15.798Z] #72 4.383 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:15.798Z] #72 4.472 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:16.058Z] #72 ... [2024-10-22T05:40:16.058Z] [2024-10-22T05:40:16.058Z] #102 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-10-22T05:40:16.058Z] #102 DONE 2.1s [2024-10-22T05:40:16.058Z] [2024-10-22T05:40:16.058Z] #103 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging [2024-10-22T05:40:16.058Z] #103 DONE 0.0s [2024-10-22T05:40:16.058Z] [2024-10-22T05:40:16.058Z] #104 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-10-22T05:40:16.058Z] #104 DONE 0.2s [2024-10-22T05:40:16.058Z] [2024-10-22T05:40:16.058Z] #72 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-10-22T05:40:16.058Z] #72 4.825 Upgrading critical system libraries and apk-tools: [2024-10-22T05:40:16.058Z] #72 4.825 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-22T05:40:16.059Z] #72 4.832 Executing busybox-1.36.1-r29.trigger [2024-10-22T05:40:16.059Z] #72 4.897 Continuing the upgrade transaction with new apk-tools: [2024-10-22T05:40:16.059Z] #72 4.914 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:16.319Z] #72 ... [2024-10-22T05:40:16.319Z] [2024-10-22T05:40:16.319Z] #105 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2024-10-22T05:40:16.319Z] #0 6.322 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:16.319Z] #0 6.510 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:16.319Z] #0 6.829 OK: 246 MiB in 54 packages [2024-10-22T05:40:16.319Z] #105 DONE 6.9s [2024-10-22T05:40:16.319Z] [2024-10-22T05:40:16.320Z] #106 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-10-22T05:40:16.320Z] #106 DONE 0.1s [2024-10-22T05:40:16.320Z] [2024-10-22T05:40:16.320Z] #72 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-10-22T05:40:16.320Z] #72 4.992 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:16.580Z] #72 5.301 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-22T05:40:16.580Z] #72 5.357 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-22T05:40:16.722Z] #65 21.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:16.722Z] #65 ... [2024-10-22T05:40:16.722Z] [2024-10-22T05:40:16.722Z] #76 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-10-22T05:40:16.722Z] #0 10.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:16.843Z] #72 5.369 OK: 8 MiB in 18 packages [2024-10-22T05:40:17.014Z] #76 ... [2024-10-22T05:40:17.014Z] [2024-10-22T05:40:17.014Z] #66 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-22T05:40:17.014Z] #66 ... [2024-10-22T05:40:17.014Z] [2024-10-22T05:40:17.014Z] #77 [security-proxy-auth stage-1 3/10] RUN apk --no-cache upgrade [2024-10-22T05:40:17.104Z] #72 DONE 5.7s [2024-10-22T05:40:17.104Z] [2024-10-22T05:40:17.104Z] #107 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-10-22T05:40:17.104Z] #107 ... [2024-10-22T05:40:17.104Z] [2024-10-22T05:40:17.104Z] #101 [security-spire-agent] exporting to image [2024-10-22T05:40:17.104Z] #101 exporting layers 1.1s done [2024-10-22T05:40:17.104Z] #101 writing image sha256:e9225a555ced5e7a3428863f7f35402989f9f358bbe982b9715abc841a06bd0d done [2024-10-22T05:40:17.104Z] #101 naming to docker.io/library/security-spire-server done [2024-10-22T05:40:17.104Z] #101 writing image sha256:a042413d3628105703f299f9e92c3a2d236da076666a9790ac9a3a246033b092 done [2024-10-22T05:40:17.104Z] #101 naming to docker.io/library/security-spire-agent done [2024-10-22T05:40:17.104Z] #101 DONE 1.6s [2024-10-22T05:40:17.285Z] #77 ... [2024-10-22T05:40:17.285Z] [2024-10-22T05:40:17.285Z] #61 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init [2024-10-22T05:40:17.285Z] #61 13.43 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:17.285Z] #61 ... [2024-10-22T05:40:17.285Z] [2024-10-22T05:40:17.285Z] #70 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-10-22T05:40:17.285Z] #70 DONE 19.6s [2024-10-22T05:40:17.365Z] [2024-10-22T05:40:17.365Z] #87 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-10-22T05:40:17.365Z] #87 2.502 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:17.365Z] #87 3.024 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-22T05:40:17.555Z] [2024-10-22T05:40:17.555Z] #66 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-22T05:40:17.637Z] #87 3.770 OK: 246 MiB in 54 packages [2024-10-22T05:40:17.897Z] #87 DONE 3.9s [2024-10-22T05:40:17.897Z] [2024-10-22T05:40:17.897Z] #107 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-10-22T05:40:17.897Z] #107 DONE 0.7s [2024-10-22T05:40:17.897Z] [2024-10-22T05:40:17.897Z] #108 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-10-22T05:40:17.897Z] #108 DONE 0.1s [2024-10-22T05:40:17.897Z] [2024-10-22T05:40:17.897Z] #109 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2024-10-22T05:40:17.897Z] #109 DONE 0.1s [2024-10-22T05:40:17.897Z] [2024-10-22T05:40:17.897Z] #110 [security-spire-config stage-2 6/10] COPY security.txt / [2024-10-22T05:40:17.897Z] #110 DONE 0.1s [2024-10-22T05:40:17.897Z] [2024-10-22T05:40:17.897Z] #111 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-10-22T05:40:17.897Z] #111 DONE 0.0s [2024-10-22T05:40:17.897Z] [2024-10-22T05:40:17.897Z] #112 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-10-22T05:40:18.159Z] #112 DONE 0.1s [2024-10-22T05:40:18.159Z] [2024-10-22T05:40:18.159Z] #113 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-10-22T05:40:18.159Z] #113 DONE 0.0s [2024-10-22T05:40:18.159Z] [2024-10-22T05:40:18.159Z] #101 [security-spire-config] exporting to image [2024-10-22T05:40:18.731Z] #101 exporting layers 0.6s done [2024-10-22T05:40:18.732Z] #101 writing image sha256:5cc6bb7a90d7aae4f7df614a098f0c69755a6eaf82a1e2fe3076d61b7a98e1ef done [2024-10-22T05:40:18.732Z] #101 naming to docker.io/library/security-spire-config done [2024-10-22T05:40:18.732Z] #101 DONE 2.3s [2024-10-22T05:40:18.732Z] [2024-10-22T05:40:18.732Z] #114 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-22T05:40:19.524Z] #66 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 5.2s [2024-10-22T05:40:20.944Z] #66 ... [2024-10-22T05:40:20.944Z] [2024-10-22T05:40:20.944Z] #68 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init [2024-10-22T05:40:20.944Z] #68 16.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:20.944Z] #68 16.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:20.944Z] #68 20.09 (1/2) Installing ca-certificates (20240705-r0) [2024-10-22T05:40:20.944Z] #68 20.29 (2/2) Installing dumb-init (1.2.5-r3) [2024-10-22T05:40:20.944Z] #68 20.30 Executing busybox-1.36.1-r29.trigger [2024-10-22T05:40:20.944Z] #68 20.51 Executing ca-certificates-20240705-r0.trigger [2024-10-22T05:40:20.944Z] #68 21.72 OK: 10 MiB in 16 packages [2024-10-22T05:40:20.944Z] #68 DONE 23.5s [2024-10-22T05:40:20.944Z] [2024-10-22T05:40:20.944Z] #66 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-22T05:40:20.944Z] #66 ... [2024-10-22T05:40:20.944Z] [2024-10-22T05:40:20.944Z] #78 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-10-22T05:40:20.944Z] #0 9.336 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:21.217Z] #78 ... [2024-10-22T05:40:21.217Z] [2024-10-22T05:40:21.217Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-22T05:40:21.217Z] #51 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 3.4s [2024-10-22T05:40:21.492Z] #51 ... [2024-10-22T05:40:21.492Z] [2024-10-22T05:40:21.492Z] #79 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-10-22T05:40:21.492Z] #0 7.795 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:21.492Z] #0 10.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:21.492Z] #79 ... [2024-10-22T05:40:21.492Z] [2024-10-22T05:40:21.492Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-22T05:40:22.470Z] #51 ... [2024-10-22T05:40:22.470Z] [2024-10-22T05:40:22.470Z] #80 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-10-22T05:40:22.470Z] #0 8.392 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:22.470Z] #80 ... [2024-10-22T05:40:22.470Z] [2024-10-22T05:40:22.470Z] #67 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-10-22T05:40:22.470Z] #67 15.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:22.470Z] #67 16.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:22.470Z] #67 18.45 v3.20.3-190-ga986f1414fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2024-10-22T05:40:22.470Z] #67 18.45 v3.20.3-191-gbcd1124b198 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2024-10-22T05:40:22.470Z] #67 18.45 OK: 24043 distinct packages available [2024-10-22T05:40:22.470Z] #67 19.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:22.470Z] #67 21.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:22.760Z] #67 ... [2024-10-22T05:40:22.760Z] [2024-10-22T05:40:22.760Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-22T05:40:25.370Z] #114 ... [2024-10-22T05:40:25.370Z] [2024-10-22T05:40:25.370Z] #115 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-22T05:40:25.370Z] #115 ... [2024-10-22T05:40:25.370Z] [2024-10-22T05:40:25.370Z] #116 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-22T05:40:25.370Z] #116 ... [2024-10-22T05:40:25.370Z] [2024-10-22T05:40:25.370Z] #117 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-22T05:40:25.370Z] #117 ... [2024-10-22T05:40:25.370Z] [2024-10-22T05:40:25.370Z] #118 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-22T05:40:26.171Z] #51 ... [2024-10-22T05:40:26.171Z] [2024-10-22T05:40:26.171Z] #73 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git [2024-10-22T05:40:26.171Z] #73 18.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:26.171Z] #73 18.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:26.171Z] #73 ... [2024-10-22T05:40:26.171Z] [2024-10-22T05:40:26.171Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-22T05:40:26.171Z] #51 ... [2024-10-22T05:40:26.171Z] [2024-10-22T05:40:26.171Z] #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-10-22T05:40:26.171Z] #72 18.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:26.171Z] #72 20.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:26.171Z] #72 ... [2024-10-22T05:40:26.171Z] [2024-10-22T05:40:26.171Z] #71 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-10-22T05:40:26.171Z] #71 18.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:26.171Z] #71 20.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:26.453Z] #71 ... [2024-10-22T05:40:26.453Z] [2024-10-22T05:40:26.453Z] #69 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-10-22T05:40:26.453Z] #69 18.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:26.453Z] #69 19.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:26.453Z] #69 ... [2024-10-22T05:40:26.453Z] [2024-10-22T05:40:26.453Z] #74 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-10-22T05:40:26.453Z] #74 18.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:26.453Z] #74 20.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:26.734Z] #74 ... [2024-10-22T05:40:26.734Z] [2024-10-22T05:40:26.734Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-22T05:40:26.734Z] #51 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 9.0s [2024-10-22T05:40:27.328Z] #51 ... [2024-10-22T05:40:27.328Z] [2024-10-22T05:40:27.328Z] #81 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-10-22T05:40:27.328Z] #0 6.290 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:27.328Z] #0 8.652 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:27.328Z] #81 ... [2024-10-22T05:40:27.328Z] [2024-10-22T05:40:27.328Z] #65 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-10-22T05:40:27.328Z] #65 31.50 (1/1) Installing dumb-init (1.2.5-r3) [2024-10-22T05:40:27.328Z] #65 31.56 Executing busybox-1.36.1-r29.trigger [2024-10-22T05:40:27.328Z] #65 31.74 OK: 9 MiB in 15 packages [2024-10-22T05:40:27.920Z] #65 ... [2024-10-22T05:40:27.920Z] [2024-10-22T05:40:27.920Z] #76 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-10-22T05:40:27.920Z] #76 11.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:27.920Z] #76 ... [2024-10-22T05:40:27.920Z] [2024-10-22T05:40:27.920Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-22T05:40:28.653Z] #51 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 10.7s done [2024-10-22T05:40:28.950Z] #51 ... [2024-10-22T05:40:28.950Z] [2024-10-22T05:40:28.950Z] #75 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-10-22T05:40:28.950Z] #75 13.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:28.950Z] #75 15.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:29.218Z] #75 ... [2024-10-22T05:40:29.219Z] [2024-10-22T05:40:29.219Z] #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-10-22T05:40:29.219Z] #72 31.52 v3.20.3-190-ga986f1414fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2024-10-22T05:40:29.219Z] #72 31.52 v3.20.3-191-gbcd1124b198 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2024-10-22T05:40:29.219Z] #72 31.52 OK: 24042 distinct packages available [2024-10-22T05:40:29.487Z] #72 ... [2024-10-22T05:40:29.487Z] [2024-10-22T05:40:29.487Z] #61 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init [2024-10-22T05:40:29.487Z] #61 15.59 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:29.487Z] #61 ... [2024-10-22T05:40:29.487Z] [2024-10-22T05:40:29.487Z] #76 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-10-22T05:40:29.487Z] #76 22.07 Upgrading critical system libraries and apk-tools: [2024-10-22T05:40:29.487Z] #76 22.07 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-22T05:40:29.487Z] #76 22.30 Executing busybox-1.36.1-r29.trigger [2024-10-22T05:40:30.075Z] #76 ... [2024-10-22T05:40:30.075Z] [2024-10-22T05:40:30.075Z] #77 [security-proxy-auth stage-1 3/10] RUN apk --no-cache upgrade [2024-10-22T05:40:30.075Z] #77 13.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:30.075Z] #77 14.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:30.075Z] #77 ... [2024-10-22T05:40:30.075Z] [2024-10-22T05:40:30.075Z] #79 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-10-22T05:40:30.075Z] #79 18.71 Upgrading critical system libraries and apk-tools: [2024-10-22T05:40:30.075Z] #79 18.73 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-22T05:40:30.075Z] #79 18.78 Executing busybox-1.36.1-r29.trigger [2024-10-22T05:40:30.344Z] #79 ... [2024-10-22T05:40:30.344Z] [2024-10-22T05:40:30.344Z] #65 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-10-22T05:40:30.344Z] #65 DONE 34.8s [2024-10-22T05:40:30.616Z] [2024-10-22T05:40:30.616Z] #73 [core-metadata builder 3/7] RUN apk add --update --no-cache make git [2024-10-22T05:40:30.616Z] #73 29.81 OK: 238 MiB in 54 packages [2024-10-22T05:40:30.616Z] #73 DONE 33.2s [2024-10-22T05:40:30.616Z] [2024-10-22T05:40:30.616Z] #61 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init [2024-10-22T05:40:30.616Z] #61 26.75 (1/1) Installing dumb-init (1.2.5-r3) [2024-10-22T05:40:31.210Z] #61 ... [2024-10-22T05:40:31.210Z] [2024-10-22T05:40:31.210Z] #69 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2024-10-22T05:40:31.210Z] #69 31.45 OK: 238 MiB in 54 packages [2024-10-22T05:40:31.210Z] #69 DONE 34.3s [2024-10-22T05:40:31.210Z] [2024-10-22T05:40:31.210Z] #82 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade [2024-10-22T05:40:31.210Z] #0 4.125 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:31.210Z] #0 5.873 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:31.210Z] #82 ... [2024-10-22T05:40:31.210Z] [2024-10-22T05:40:31.210Z] #83 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-10-22T05:40:31.490Z] #83 ... [2024-10-22T05:40:31.490Z] [2024-10-22T05:40:31.490Z] #66 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-22T05:40:31.490Z] #66 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 10.4s done [2024-10-22T05:40:31.490Z] #66 ... [2024-10-22T05:40:31.490Z] [2024-10-22T05:40:31.490Z] #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-10-22T05:40:31.490Z] #72 33.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:31.768Z] #72 ... [2024-10-22T05:40:31.768Z] [2024-10-22T05:40:31.768Z] #74 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-10-22T05:40:31.768Z] #74 32.22 OK: 238 MiB in 54 packages [2024-10-22T05:40:31.768Z] #74 DONE 34.2s [2024-10-22T05:40:31.768Z] [2024-10-22T05:40:31.768Z] #84 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-10-22T05:40:32.043Z] #84 ... [2024-10-22T05:40:32.043Z] [2024-10-22T05:40:32.043Z] #78 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-10-22T05:40:32.043Z] #78 10.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:32.043Z] #78 20.75 Upgrading critical system libraries and apk-tools: [2024-10-22T05:40:32.043Z] #78 20.75 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-22T05:40:32.043Z] #78 20.87 Executing busybox-1.36.1-r29.trigger [2024-10-22T05:40:32.043Z] #78 ... [2024-10-22T05:40:32.043Z] [2024-10-22T05:40:32.043Z] #61 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init [2024-10-22T05:40:32.043Z] #61 27.88 Executing busybox-1.36.1-r29.trigger [2024-10-22T05:40:32.043Z] #61 28.08 OK: 9 MiB in 15 packages [2024-10-22T05:40:32.315Z] #61 ... [2024-10-22T05:40:32.315Z] [2024-10-22T05:40:32.315Z] #85 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-10-22T05:40:32.315Z] #85 DONE 1.8s [2024-10-22T05:40:32.590Z] [2024-10-22T05:40:32.590Z] #86 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-22T05:40:32.590Z] #86 ... [2024-10-22T05:40:32.590Z] [2024-10-22T05:40:32.590Z] #67 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-10-22T05:40:32.590Z] #67 31.55 (1/7) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-22T05:40:32.590Z] #67 32.53 (2/7) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-22T05:40:32.590Z] #67 32.72 (3/7) Installing dumb-init (1.2.5-r3) [2024-10-22T05:40:32.590Z] #67 32.77 (4/7) Installing musl-obstack (1.2.3-r2) [2024-10-22T05:40:32.590Z] #67 32.78 (5/7) Installing libucontext (1.2-r3) [2024-10-22T05:40:32.590Z] #67 32.81 (6/7) Installing gcompat (1.1.0-r4) [2024-10-22T05:40:32.590Z] #67 32.86 (7/7) Installing openssl (3.3.2-r1) [2024-10-22T05:40:32.590Z] #67 32.98 Executing busybox-1.36.1-r29.trigger [2024-10-22T05:40:32.590Z] #67 33.16 OK: 10 MiB in 19 packages [2024-10-22T05:40:32.590Z] #67 DONE 35.7s [2024-10-22T05:40:32.590Z] [2024-10-22T05:40:32.590Z] #83 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-10-22T05:40:32.590Z] #83 DONE 1.5s [2024-10-22T05:40:32.590Z] [2024-10-22T05:40:32.590Z] #87 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-10-22T05:40:33.176Z] #87 ... [2024-10-22T05:40:33.177Z] [2024-10-22T05:40:33.177Z] #80 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-10-22T05:40:33.177Z] #80 10.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:33.177Z] #80 19.49 Upgrading critical system libraries and apk-tools: [2024-10-22T05:40:33.177Z] #80 19.49 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-22T05:40:33.177Z] #80 19.49 Executing busybox-1.36.1-r29.trigger [2024-10-22T05:40:33.177Z] #80 ... [2024-10-22T05:40:33.177Z] [2024-10-22T05:40:33.177Z] #84 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-10-22T05:40:33.177Z] #84 DONE 1.3s [2024-10-22T05:40:33.177Z] [2024-10-22T05:40:33.177Z] #88 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-22T05:40:35.130Z] #88 ... [2024-10-22T05:40:35.130Z] [2024-10-22T05:40:35.130Z] #61 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init [2024-10-22T05:40:35.130Z] #61 DONE 31.0s [2024-10-22T05:40:35.130Z] [2024-10-22T05:40:35.130Z] #78 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-10-22T05:40:35.130Z] #78 23.73 Continuing the upgrade transaction with new apk-tools: [2024-10-22T05:40:35.130Z] #78 23.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:36.541Z] #78 25.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:37.983Z] #78 ... [2024-10-22T05:40:37.983Z] [2024-10-22T05:40:37.983Z] #71 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-10-22T05:40:37.983Z] #71 30.18 v3.20.3-190-ga986f1414fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2024-10-22T05:40:37.983Z] #71 30.18 v3.20.3-191-gbcd1124b198 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2024-10-22T05:40:37.983Z] #71 30.18 OK: 24043 distinct packages available [2024-10-22T05:40:37.983Z] #71 32.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:37.983Z] #71 33.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:37.983Z] #71 ... [2024-10-22T05:40:37.983Z] [2024-10-22T05:40:37.983Z] #87 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-10-22T05:40:37.983Z] #87 5.401 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:38.572Z] #87 ... [2024-10-22T05:40:38.572Z] [2024-10-22T05:40:38.572Z] #81 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-10-22T05:40:38.572Z] #81 20.12 OK: 238 MiB in 54 packages [2024-10-22T05:40:38.572Z] #81 DONE 21.4s [2024-10-22T05:40:38.841Z] [2024-10-22T05:40:38.841Z] #89 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2024-10-22T05:40:39.423Z] #89 DONE 0.5s [2024-10-22T05:40:39.423Z] [2024-10-22T05:40:39.423Z] #90 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-22T05:40:40.835Z] #90 ... [2024-10-22T05:40:40.835Z] [2024-10-22T05:40:40.835Z] #91 [core-data stage-1 3/8] RUN apk --no-cache upgrade [2024-10-22T05:40:40.835Z] #0 6.175 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:40.835Z] #0 7.598 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:40.835Z] #91 ... [2024-10-22T05:40:40.835Z] [2024-10-22T05:40:40.835Z] #71 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-10-22T05:40:40.835Z] #71 42.88 (1/4) Installing dumb-init (1.2.5-r3) [2024-10-22T05:40:40.835Z] #71 42.89 (2/4) Installing musl-obstack (1.2.3-r2) [2024-10-22T05:40:40.835Z] #71 42.93 (3/4) Installing libucontext (1.2-r3) [2024-10-22T05:40:40.835Z] #71 42.98 (4/4) Installing gcompat (1.1.0-r4) [2024-10-22T05:40:40.835Z] #71 43.02 Executing busybox-1.36.1-r29.trigger [2024-10-22T05:40:40.835Z] #71 43.15 OK: 9 MiB in 18 packages [2024-10-22T05:40:41.101Z] #71 ... [2024-10-22T05:40:41.101Z] [2024-10-22T05:40:41.101Z] #76 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-10-22T05:40:41.101Z] #76 24.37 Continuing the upgrade transaction with new apk-tools: [2024-10-22T05:40:41.101Z] #76 24.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:41.101Z] #76 26.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:41.368Z] #76 ... [2024-10-22T05:40:41.368Z] [2024-10-22T05:40:41.368Z] #82 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade [2024-10-22T05:40:41.368Z] #82 16.57 Upgrading critical system libraries and apk-tools: [2024-10-22T05:40:41.368Z] #82 16.58 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-22T05:40:41.368Z] #82 16.61 Executing busybox-1.36.1-r29.trigger [2024-10-22T05:40:41.368Z] #82 18.53 Continuing the upgrade transaction with new apk-tools: [2024-10-22T05:40:41.368Z] #82 18.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:41.368Z] #82 20.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:41.645Z] #82 ... [2024-10-22T05:40:41.645Z] [2024-10-22T05:40:41.645Z] #75 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-10-22T05:40:41.645Z] #75 26.48 Upgrading critical system libraries and apk-tools: [2024-10-22T05:40:41.645Z] #75 26.48 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-22T05:40:41.645Z] #75 26.54 Executing busybox-1.36.1-r29.trigger [2024-10-22T05:40:41.645Z] #75 29.01 Continuing the upgrade transaction with new apk-tools: [2024-10-22T05:40:41.645Z] #75 29.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:41.645Z] #75 31.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:41.645Z] #75 ... [2024-10-22T05:40:41.645Z] [2024-10-22T05:40:41.645Z] #77 [security-proxy-auth stage-1 3/10] RUN apk --no-cache upgrade [2024-10-22T05:40:41.645Z] #77 25.61 Upgrading critical system libraries and apk-tools: [2024-10-22T05:40:41.645Z] #77 25.61 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-22T05:40:41.645Z] #77 25.78 Executing busybox-1.36.1-r29.trigger [2024-10-22T05:40:41.645Z] #77 28.53 Continuing the upgrade transaction with new apk-tools: [2024-10-22T05:40:41.645Z] #77 28.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:41.645Z] #77 30.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:41.928Z] #77 ... [2024-10-22T05:40:41.928Z] [2024-10-22T05:40:41.928Z] #76 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-10-22T05:40:41.928Z] #76 35.12 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-22T05:40:42.196Z] #76 ... [2024-10-22T05:40:42.196Z] [2024-10-22T05:40:42.196Z] #71 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-10-22T05:40:42.196Z] #71 DONE 44.6s [2024-10-22T05:40:42.467Z] [2024-10-22T05:40:42.467Z] #92 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-10-22T05:40:42.746Z] #92 ... [2024-10-22T05:40:42.746Z] [2024-10-22T05:40:42.746Z] #93 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-22T05:40:42.746Z] #93 ... [2024-10-22T05:40:42.746Z] [2024-10-22T05:40:42.746Z] #80 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-10-22T05:40:42.746Z] #80 21.58 Continuing the upgrade transaction with new apk-tools: [2024-10-22T05:40:42.746Z] #80 21.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:42.746Z] #80 23.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:43.012Z] #80 ... [2024-10-22T05:40:43.012Z] [2024-10-22T05:40:43.012Z] #79 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-10-22T05:40:43.012Z] #79 21.56 Continuing the upgrade transaction with new apk-tools: [2024-10-22T05:40:43.012Z] #79 21.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:43.012Z] #79 24.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:43.012Z] #79 ... [2024-10-22T05:40:43.012Z] [2024-10-22T05:40:43.012Z] #76 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-10-22T05:40:43.012Z] #76 36.28 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-22T05:40:43.012Z] #76 36.46 Executing ca-certificates-20240705-r0.trigger [2024-10-22T05:40:43.595Z] #76 ... [2024-10-22T05:40:43.595Z] [2024-10-22T05:40:43.595Z] #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-10-22T05:40:43.595Z] #72 36.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:43.595Z] #72 44.38 OK: 238 MiB in 54 packages [2024-10-22T05:40:43.595Z] #72 DONE 45.7s [2024-10-22T05:40:43.595Z] [2024-10-22T05:40:43.595Z] #94 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-10-22T05:40:43.861Z] #94 DONE 0.4s [2024-10-22T05:40:43.861Z] [2024-10-22T05:40:43.861Z] #95 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-22T05:40:45.283Z] #95 ... [2024-10-22T05:40:45.283Z] [2024-10-22T05:40:45.283Z] #75 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-10-22T05:40:45.283Z] #75 39.08 OK: 20 MiB in 18 packages [2024-10-22T05:40:45.283Z] #75 DONE 40.0s [2024-10-22T05:40:45.283Z] [2024-10-22T05:40:45.283Z] #96 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-10-22T05:40:45.283Z] #96 DONE 0.2s [2024-10-22T05:40:45.283Z] [2024-10-22T05:40:45.283Z] #79 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-10-22T05:40:45.283Z] #79 32.31 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-22T05:40:45.283Z] #79 33.03 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-22T05:40:45.283Z] #79 33.21 OK: 9 MiB in 16 packages [2024-10-22T05:40:45.551Z] #79 DONE 34.3s [2024-10-22T05:40:45.551Z] [2024-10-22T05:40:45.551Z] #80 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-10-22T05:40:45.551Z] #80 30.95 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-22T05:40:45.551Z] #80 32.04 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-22T05:40:45.551Z] #80 32.18 Executing ca-certificates-20240705-r0.trigger [2024-10-22T05:40:45.829Z] #80 33.56 OK: 15 MiB in 28 packages [2024-10-22T05:40:46.794Z] #80 ... [2024-10-22T05:40:46.794Z] [2024-10-22T05:40:46.794Z] #76 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-10-22T05:40:46.794Z] #76 37.96 OK: 20 MiB in 18 packages [2024-10-22T05:40:46.794Z] #76 DONE 39.8s [2024-10-22T05:40:46.794Z] [2024-10-22T05:40:46.794Z] #91 [core-data stage-1 3/8] RUN apk --no-cache upgrade [2024-10-22T05:40:46.794Z] #91 16.14 Upgrading critical system libraries and apk-tools: [2024-10-22T05:40:46.794Z] #91 16.14 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-22T05:40:46.794Z] #91 16.25 Executing busybox-1.36.1-r29.trigger [2024-10-22T05:40:47.768Z] #91 ... [2024-10-22T05:40:47.768Z] [2024-10-22T05:40:47.768Z] #80 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-10-22T05:40:47.768Z] #80 DONE 35.1s [2024-10-22T05:40:47.768Z] [2024-10-22T05:40:47.768Z] #77 [security-proxy-auth stage-1 3/10] RUN apk --no-cache upgrade [2024-10-22T05:40:47.768Z] #77 40.68 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-22T05:40:48.356Z] #77 41.28 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-22T05:40:48.356Z] #77 41.38 OK: 9 MiB in 15 packages [2024-10-22T05:40:48.624Z] #77 ... [2024-10-22T05:40:48.624Z] [2024-10-22T05:40:48.624Z] #97 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-10-22T05:40:48.624Z] #97 DONE 2.9s [2024-10-22T05:40:48.624Z] [2024-10-22T05:40:48.624Z] #98 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging [2024-10-22T05:40:48.892Z] #98 DONE 0.2s [2024-10-22T05:40:48.892Z] [2024-10-22T05:40:48.892Z] #91 [core-data stage-1 3/8] RUN apk --no-cache upgrade [2024-10-22T05:40:48.892Z] #91 17.82 Continuing the upgrade transaction with new apk-tools: [2024-10-22T05:40:48.892Z] #91 17.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:49.476Z] #91 ... [2024-10-22T05:40:49.476Z] [2024-10-22T05:40:49.476Z] #78 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-10-22T05:40:49.476Z] #78 35.20 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-22T05:40:49.476Z] #78 35.99 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-22T05:40:49.476Z] #78 36.17 Executing ca-certificates-20240705-r0.trigger [2024-10-22T05:40:49.476Z] #78 37.03 OK: 11 MiB in 17 packages [2024-10-22T05:40:49.476Z] #78 DONE 38.4s [2024-10-22T05:40:49.744Z] [2024-10-22T05:40:49.744Z] #92 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-10-22T05:40:49.744Z] #92 3.618 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:49.744Z] #92 5.771 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:49.744Z] #92 ... [2024-10-22T05:40:49.744Z] [2024-10-22T05:40:49.744Z] #87 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-10-22T05:40:49.744Z] #87 7.153 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:49.744Z] #87 17.13 Upgrading critical system libraries and apk-tools: [2024-10-22T05:40:49.744Z] #87 17.13 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-22T05:40:49.744Z] #87 17.18 Executing busybox-1.36.1-r29.trigger [2024-10-22T05:40:50.012Z] #87 ... [2024-10-22T05:40:50.012Z] [2024-10-22T05:40:50.012Z] #77 [core-metadata stage-1 3/10] RUN apk --no-cache upgrade [2024-10-22T05:40:50.012Z] #77 DONE 43.2s [2024-10-22T05:40:50.012Z] [2024-10-22T05:40:50.012Z] #91 [core-data stage-1 3/8] RUN apk --no-cache upgrade [2024-10-22T05:40:50.012Z] #91 19.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:51.968Z] #91 ... [2024-10-22T05:40:51.968Z] [2024-10-22T05:40:51.968Z] #82 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade [2024-10-22T05:40:51.968Z] #82 29.30 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-22T05:40:51.968Z] #82 29.62 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-22T05:40:51.968Z] #82 29.67 Executing ca-certificates-20240705-r0.trigger [2024-10-22T05:40:51.968Z] #82 30.26 OK: 10 MiB in 16 packages [2024-10-22T05:40:51.968Z] #82 DONE 31.1s [2024-10-22T05:40:52.261Z] [2024-10-22T05:40:52.261Z] #87 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-10-22T05:40:52.261Z] #87 18.16 Continuing the upgrade transaction with new apk-tools: [2024-10-22T05:40:52.261Z] #87 18.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:52.261Z] #87 18.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:54.218Z] #87 ... [2024-10-22T05:40:54.218Z] [2024-10-22T05:40:54.218Z] #91 [core-data stage-1 3/8] RUN apk --no-cache upgrade [2024-10-22T05:40:54.218Z] #91 22.84 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-22T05:40:54.218Z] #91 23.02 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-22T05:40:54.218Z] #91 23.09 OK: 9 MiB in 15 packages [2024-10-22T05:40:54.218Z] #91 DONE 23.6s [2024-10-22T05:40:54.218Z] [2024-10-22T05:40:54.218Z] #92 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-10-22T05:40:54.218Z] #92 10.23 Upgrading critical system libraries and apk-tools: [2024-10-22T05:40:54.218Z] #92 10.25 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-22T05:40:54.218Z] #92 10.28 Executing busybox-1.36.1-r29.trigger [2024-10-22T05:40:54.218Z] #92 10.91 Continuing the upgrade transaction with new apk-tools: [2024-10-22T05:40:54.218Z] #92 10.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:54.218Z] #92 11.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-22T05:40:56.167Z] #92 ... [2024-10-22T05:40:56.167Z] [2024-10-22T05:40:56.167Z] #87 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-10-22T05:40:56.167Z] #87 22.67 OK: 10 MiB in 19 packages [2024-10-22T05:40:56.167Z] #87 DONE 23.3s [2024-10-22T05:40:56.167Z] [2024-10-22T05:40:56.167Z] #99 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-10-22T05:40:57.132Z] #99 DONE 1.2s [2024-10-22T05:40:57.132Z] [2024-10-22T05:40:57.132Z] #92 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-10-22T05:40:57.132Z] #92 13.96 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-22T05:40:57.132Z] #92 14.25 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-22T05:40:57.132Z] #92 14.31 OK: 9 MiB in 18 packages [2024-10-22T05:40:57.132Z] #92 DONE 14.9s [2024-10-22T05:40:57.132Z] [2024-10-22T05:40:57.132Z] #100 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-10-22T05:40:57.714Z] #100 ... [2024-10-22T05:40:57.714Z] [2024-10-22T05:40:57.714Z] #101 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-10-22T05:40:57.714Z] #101 DONE 1.9s [2024-10-22T05:40:57.714Z] [2024-10-22T05:40:57.714Z] #102 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-10-22T05:40:57.979Z] #102 DONE 0.3s [2024-10-22T05:40:57.979Z] [2024-10-22T05:40:57.979Z] #103 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-10-22T05:40:58.563Z] #103 DONE 1.5s [2024-10-22T05:40:58.563Z] [2024-10-22T05:40:58.563Z] #104 [security-spire-server stage-2 6/9] COPY security.txt / [2024-10-22T05:40:58.563Z] #104 DONE 0.5s [2024-10-22T05:40:58.563Z] [2024-10-22T05:40:58.563Z] #105 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-10-22T05:40:58.563Z] #105 ... [2024-10-22T05:40:58.563Z] [2024-10-22T05:40:58.563Z] #100 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-10-22T05:40:58.563Z] #100 DONE 1.5s [2024-10-22T05:40:58.840Z] [2024-10-22T05:40:58.840Z] #106 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-10-22T05:40:58.840Z] #106 DONE 0.3s [2024-10-22T05:40:58.840Z] [2024-10-22T05:40:58.840Z] #105 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-10-22T05:40:58.840Z] #105 DONE 0.2s [2024-10-22T05:40:58.840Z] [2024-10-22T05:40:58.840Z] #107 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-10-22T05:40:58.840Z] #107 ... [2024-10-22T05:40:58.840Z] [2024-10-22T05:40:58.840Z] #108 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-10-22T05:40:58.840Z] #108 DONE 0.3s [2024-10-22T05:40:59.275Z] [2024-10-22T05:40:59.275Z] #109 [security-spire-config stage-2 6/10] COPY security.txt / [2024-10-22T05:40:59.275Z] #109 ... [2024-10-22T05:40:59.275Z] [2024-10-22T05:40:59.275Z] #110 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-10-22T05:40:59.275Z] #110 DONE 0.3s [2024-10-22T05:40:59.275Z] [2024-10-22T05:40:59.275Z] #107 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-10-22T05:40:59.275Z] #107 DONE 0.3s [2024-10-22T05:40:59.275Z] [2024-10-22T05:40:59.275Z] #109 [security-spire-config stage-2 6/10] COPY security.txt / [2024-10-22T05:40:59.275Z] #109 DONE 0.3s [2024-10-22T05:40:59.275Z] [2024-10-22T05:40:59.275Z] #111 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-10-22T05:40:59.561Z] #111 ... [2024-10-22T05:40:59.561Z] [2024-10-22T05:40:59.561Z] #112 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-10-22T05:40:59.561Z] #112 DONE 0.3s [2024-10-22T05:40:59.561Z] [2024-10-22T05:40:59.561Z] #113 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-10-22T05:40:59.561Z] #113 DONE 0.3s [2024-10-22T05:40:59.561Z] [2024-10-22T05:40:59.561Z] #111 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-10-22T05:40:59.561Z] #111 DONE 0.3s [2024-10-22T05:40:59.561Z] [2024-10-22T05:40:59.561Z] #114 [security-spire-server] exporting to image [2024-10-22T05:40:59.561Z] #114 exporting layers [2024-10-22T05:40:59.836Z] #114 ... [2024-10-22T05:40:59.836Z] [2024-10-22T05:40:59.836Z] #115 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-10-22T05:40:59.836Z] #115 DONE 0.4s [2024-10-22T05:40:59.836Z] [2024-10-22T05:40:59.836Z] #116 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-10-22T05:40:59.836Z] #116 DONE 0.4s [2024-10-22T05:41:00.108Z] [2024-10-22T05:41:00.109Z] #117 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-10-22T05:41:00.109Z] #117 ... [2024-10-22T05:41:00.109Z] [2024-10-22T05:41:00.109Z] #118 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-10-22T05:41:00.109Z] #118 DONE 0.3s [2024-10-22T05:41:00.401Z] [2024-10-22T05:41:00.401Z] #117 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-10-22T05:41:00.401Z] #117 DONE 0.3s [2024-10-22T05:41:00.401Z] [2024-10-22T05:41:00.401Z] #114 [security-spire-config] exporting to image [2024-10-22T05:41:00.736Z] #118 DONE 43.4s [2024-10-22T05:41:00.736Z] [2024-10-22T05:41:00.736Z] #117 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-22T05:41:00.736Z] #117 DONE 44.9s [2024-10-22T05:41:00.736Z] [2024-10-22T05:41:00.736Z] #114 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-22T05:41:00.736Z] #114 DONE 41.8s [2024-10-22T05:41:00.736Z] [2024-10-22T05:41:00.736Z] #116 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-22T05:41:00.736Z] #116 DONE 44.7s [2024-10-22T05:41:00.736Z] [2024-10-22T05:41:00.736Z] #115 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-22T05:41:00.736Z] #115 DONE 44.9s [2024-10-22T05:41:00.736Z] [2024-10-22T05:41:00.736Z] #119 [security-spiffe-token-provider builder 6/7] COPY . . [2024-10-22T05:41:03.049Z] #114 exporting layers 3.0s done [2024-10-22T05:41:03.049Z] #114 writing image sha256:289cd19d2b14c09ddcc738ae53ce80312ad6865f6162b00526c5bf3184949600 0.0s done [2024-10-22T05:41:03.049Z] #114 naming to docker.io/library/security-spire-server-arm64 0.0s done [2024-10-22T05:41:03.049Z] #114 exporting layers 2.4s done [2024-10-22T05:41:03.049Z] #114 writing image sha256:0d5a9e65e1774846f26cfcfbc10e7caee206aa095901064f06d8132ca93bb461 0.0s done [2024-10-22T05:41:03.049Z] #114 naming to docker.io/library/security-spire-agent-arm64 0.0s done [2024-10-22T05:41:03.049Z] #114 exporting layers 2.6s done [2024-10-22T05:41:03.049Z] #114 writing image sha256:a84e6d06f8685378489f8965a4a37c95c980671ca037f17bda5e7a271e4b5dd5 done [2024-10-22T05:41:03.049Z] #114 naming to docker.io/library/security-spire-config-arm64 done [2024-10-22T05:41:03.049Z] #114 DONE 3.5s [2024-10-22T05:41:03.049Z] [2024-10-22T05:41:03.049Z] #23 [core-common-config-bootstrapper internal] load .dockerignore [2024-10-22T05:41:10.727Z] #119 ... [2024-10-22T05:41:10.727Z] [2024-10-22T05:41:10.727Z] #120 [support-cron-scheduler builder 6/7] COPY . . [2024-10-22T05:41:10.727Z] #120 ... [2024-10-22T05:41:10.727Z] [2024-10-22T05:41:10.727Z] #121 [support-scheduler builder 6/7] COPY . . [2024-10-22T05:41:10.727Z] #121 ... [2024-10-22T05:41:10.727Z] [2024-10-22T05:41:10.727Z] #122 [security-proxy-setup builder 6/7] COPY . . [2024-10-22T05:41:10.727Z] #122 ... [2024-10-22T05:41:10.727Z] [2024-10-22T05:41:10.727Z] #123 [core-keeper builder 7/8] COPY . . [2024-10-22T05:41:14.931Z] #123 DONE 14.5s [2024-10-22T05:41:14.931Z] [2024-10-22T05:41:14.931Z] #124 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-22T05:41:14.931Z] #124 CACHED [2024-10-22T05:41:14.931Z] [2024-10-22T05:41:14.931Z] #125 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-10-22T05:41:14.931Z] #125 CACHED [2024-10-22T05:41:14.931Z] [2024-10-22T05:41:14.931Z] #126 [security-bootstrapper builder 6/7] COPY . . [2024-10-22T05:41:14.931Z] #126 CACHED [2024-10-22T05:41:14.931Z] [2024-10-22T05:41:14.931Z] #119 [security-spiffe-token-provider builder 6/7] COPY . . [2024-10-22T05:41:14.931Z] #119 DONE 14.5s [2024-10-22T05:41:14.931Z] [2024-10-22T05:41:14.931Z] #122 [security-proxy-setup builder 6/7] COPY . . [2024-10-22T05:41:14.931Z] #122 DONE 14.5s [2024-10-22T05:41:14.931Z] [2024-10-22T05:41:14.931Z] #127 [security-secretstore-setup builder 6/7] COPY . . [2024-10-22T05:41:14.931Z] #127 CACHED [2024-10-22T05:41:14.931Z] [2024-10-22T05:41:14.931Z] #128 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-22T05:41:14.931Z] #128 CACHED [2024-10-22T05:41:14.931Z] [2024-10-22T05:41:14.931Z] #129 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-10-22T05:41:14.931Z] #129 CACHED [2024-10-22T05:41:14.931Z] [2024-10-22T05:41:14.931Z] #130 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-22T05:41:14.931Z] #130 CACHED [2024-10-22T05:41:14.931Z] [2024-10-22T05:41:14.931Z] #131 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-10-22T05:41:14.931Z] #131 CACHED [2024-10-22T05:41:14.931Z] [2024-10-22T05:41:14.931Z] #132 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-10-22T05:41:14.931Z] #132 CACHED [2024-10-22T05:41:14.931Z] [2024-10-22T05:41:14.931Z] #133 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-10-22T05:41:14.931Z] #133 CACHED [2024-10-22T05:41:14.931Z] [2024-10-22T05:41:14.931Z] #134 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-22T05:41:14.931Z] #134 CACHED [2024-10-22T05:41:14.931Z] [2024-10-22T05:41:14.931Z] #135 [security-proxy-auth builder 6/7] COPY . . [2024-10-22T05:41:14.931Z] #135 CACHED [2024-10-22T05:41:14.931Z] [2024-10-22T05:41:14.931Z] #136 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-22T05:41:14.931Z] #136 CACHED [2024-10-22T05:41:14.931Z] [2024-10-22T05:41:14.931Z] #137 [core-metadata builder 6/7] COPY . . [2024-10-22T05:41:14.931Z] #137 CACHED [2024-10-22T05:41:14.931Z] [2024-10-22T05:41:14.931Z] #138 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-10-22T05:41:14.931Z] #138 CACHED [2024-10-22T05:41:14.931Z] [2024-10-22T05:41:14.931Z] #139 [core-data builder 6/7] COPY . . [2024-10-22T05:41:14.931Z] #139 CACHED [2024-10-22T05:41:14.931Z] [2024-10-22T05:41:14.931Z] #140 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-10-22T05:41:14.931Z] #140 CACHED [2024-10-22T05:41:14.931Z] [2024-10-22T05:41:14.931Z] #141 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-22T05:41:14.931Z] #141 CACHED [2024-10-22T05:41:14.931Z] [2024-10-22T05:41:14.931Z] #142 [support-notifications builder 6/7] COPY . . [2024-10-22T05:41:14.931Z] #142 CACHED [2024-10-22T05:41:14.931Z] [2024-10-22T05:41:14.931Z] #143 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-10-22T05:41:14.931Z] #143 CACHED [2024-10-22T05:41:14.931Z] [2024-10-22T05:41:14.931Z] #144 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-22T05:41:14.931Z] #144 CACHED [2024-10-22T05:41:14.931Z] [2024-10-22T05:41:14.931Z] #145 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-10-22T05:41:14.931Z] #145 CACHED [2024-10-22T05:41:14.931Z] [2024-10-22T05:41:14.931Z] #146 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-22T05:41:14.931Z] #146 CACHED [2024-10-22T05:41:14.931Z] [2024-10-22T05:41:14.931Z] #147 [core-command builder 6/7] COPY . . [2024-10-22T05:41:14.931Z] #147 CACHED [2024-10-22T05:41:14.931Z] [2024-10-22T05:41:14.931Z] #120 [support-cron-scheduler builder 6/7] COPY . . [2024-10-22T05:41:14.931Z] #120 DONE 14.6s [2024-10-22T05:41:14.931Z] [2024-10-22T05:41:14.931Z] #121 [support-scheduler builder 6/7] COPY . . [2024-10-22T05:41:14.931Z] #121 DONE 14.5s [2024-10-22T05:41:14.931Z] [2024-10-22T05:41:14.931Z] #148 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-10-22T05:41:15.867Z] #148 1.568 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler [2024-10-22T05:41:25.837Z] #148 ... [2024-10-22T05:41:25.837Z] [2024-10-22T05:41:25.837Z] #149 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-10-22T05:41:25.837Z] #0 0.397 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-10-22T05:41:25.837Z] #149 ... [2024-10-22T05:41:25.837Z] [2024-10-22T05:41:25.837Z] #150 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-10-22T05:41:25.837Z] #0 0.434 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-10-22T05:41:25.837Z] #150 ... [2024-10-22T05:41:25.837Z] [2024-10-22T05:41:25.837Z] #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-10-22T05:41:25.837Z] #0 0.973 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-10-22T05:41:25.837Z] #151 ... [2024-10-22T05:41:25.837Z] [2024-10-22T05:41:25.837Z] #152 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-10-22T05:41:25.837Z] #0 1.437 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2024-10-22T05:41:25.837Z] #152 ... [2024-10-22T05:41:25.837Z] [2024-10-22T05:41:25.837Z] #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-10-22T05:41:25.837Z] #0 1.150 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2024-10-22T05:41:25.837Z] #153 ... [2024-10-22T05:41:25.837Z] [2024-10-22T05:41:25.837Z] #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-10-22T05:41:25.837Z] #0 1.179 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-10-22T05:41:25.837Z] #154 ... [2024-10-22T05:41:25.837Z] [2024-10-22T05:41:25.837Z] #155 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-10-22T05:41:25.837Z] #0 0.730 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-10-22T05:41:25.837Z] #155 ... [2024-10-22T05:41:25.837Z] [2024-10-22T05:41:25.837Z] #156 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-10-22T05:41:25.837Z] #0 0.738 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2024-10-22T05:41:25.837Z] #156 ... [2024-10-22T05:41:25.837Z] [2024-10-22T05:41:25.837Z] #157 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-10-22T05:41:25.837Z] #0 1.556 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-10-22T05:41:25.837Z] #157 ... [2024-10-22T05:41:25.837Z] [2024-10-22T05:41:25.837Z] #158 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-10-22T05:41:25.837Z] #0 0.907 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-10-22T05:41:25.837Z] #158 ... [2024-10-22T05:41:25.837Z] [2024-10-22T05:41:25.837Z] #159 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-10-22T05:41:25.837Z] #0 0.625 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2024-10-22T05:41:25.837Z] #159 ... [2024-10-22T05:41:25.837Z] [2024-10-22T05:41:25.837Z] #160 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-10-22T05:41:25.837Z] #0 1.457 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-10-22T05:42:24.671Z] #23 ... [2024-10-22T05:42:24.671Z] [2024-10-22T05:42:24.671Z] #95 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-22T05:42:24.671Z] #95 DONE 93.0s [2024-10-22T05:42:24.671Z] [2024-10-22T05:42:24.671Z] #90 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-22T05:42:24.671Z] #90 DONE 97.6s [2024-10-22T05:42:24.671Z] [2024-10-22T05:42:24.671Z] #88 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-22T05:42:24.671Z] #88 DONE 103.7s [2024-10-22T05:42:24.671Z] [2024-10-22T05:42:24.671Z] #86 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-22T05:42:24.671Z] #86 DONE 104.4s [2024-10-22T05:42:24.671Z] [2024-10-22T05:42:24.671Z] #93 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-22T05:42:24.671Z] #93 DONE 104.1s [2024-10-22T05:42:24.671Z] [2024-10-22T05:42:24.671Z] #119 [core-keeper builder 7/8] COPY . . [2024-10-22T05:42:24.671Z] #119 DONE 1.7s [2024-10-22T05:42:24.671Z] [2024-10-22T05:42:24.671Z] #120 [support-cron-scheduler builder 6/7] COPY . . [2024-10-22T05:42:24.671Z] #120 DONE 1.7s [2024-10-22T05:42:24.671Z] [2024-10-22T05:42:24.671Z] #121 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-10-22T05:42:24.671Z] #121 CACHED [2024-10-22T05:42:24.671Z] [2024-10-22T05:42:24.671Z] #122 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-22T05:42:24.671Z] #122 CACHED [2024-10-22T05:42:24.671Z] [2024-10-22T05:42:24.671Z] #123 [support-scheduler builder 6/7] COPY . . [2024-10-22T05:42:24.671Z] #123 CACHED [2024-10-22T05:42:24.671Z] [2024-10-22T05:42:24.671Z] #124 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-10-22T05:42:24.671Z] #124 CACHED [2024-10-22T05:42:24.671Z] [2024-10-22T05:42:24.671Z] #125 [core-data builder 6/7] COPY . . [2024-10-22T05:42:24.671Z] #125 CACHED [2024-10-22T05:42:24.671Z] [2024-10-22T05:42:24.671Z] #126 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-22T05:42:24.671Z] #126 CACHED [2024-10-22T05:42:24.671Z] [2024-10-22T05:42:24.671Z] #127 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-10-22T05:42:24.671Z] #127 CACHED [2024-10-22T05:42:24.671Z] [2024-10-22T05:42:24.671Z] #128 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-22T05:42:24.671Z] #128 CACHED [2024-10-22T05:42:24.671Z] [2024-10-22T05:42:24.671Z] #129 [support-notifications builder 6/7] COPY . . [2024-10-22T05:42:24.671Z] #129 CACHED [2024-10-22T05:42:24.671Z] [2024-10-22T05:42:24.671Z] #130 [core-command builder 6/7] COPY . . [2024-10-22T05:42:24.671Z] #130 CACHED [2024-10-22T05:42:24.671Z] [2024-10-22T05:42:24.671Z] #131 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-10-22T05:42:24.671Z] #131 CACHED [2024-10-22T05:42:24.671Z] [2024-10-22T05:42:24.671Z] #132 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-22T05:42:24.671Z] #132 CACHED [2024-10-22T05:42:24.671Z] [2024-10-22T05:42:24.671Z] #133 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-22T05:42:24.671Z] #133 CACHED [2024-10-22T05:42:24.671Z] [2024-10-22T05:42:24.671Z] #134 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-10-22T05:42:24.671Z] #134 CACHED [2024-10-22T05:42:24.671Z] [2024-10-22T05:42:24.671Z] #135 [security-proxy-auth builder 6/7] COPY . . [2024-10-22T05:42:24.671Z] #135 CACHED [2024-10-22T05:42:24.671Z] [2024-10-22T05:42:24.671Z] #136 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-22T05:42:24.671Z] #136 CACHED [2024-10-22T05:42:24.671Z] [2024-10-22T05:42:24.671Z] #137 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-10-22T05:42:24.671Z] #137 CACHED [2024-10-22T05:42:24.671Z] [2024-10-22T05:42:24.671Z] #138 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-10-22T05:42:24.671Z] #138 CACHED [2024-10-22T05:42:24.671Z] [2024-10-22T05:42:24.671Z] #139 [core-metadata builder 6/7] COPY . . [2024-10-22T05:42:24.671Z] #139 DONE 1.8s [2024-10-22T05:42:24.671Z] [2024-10-22T05:42:24.671Z] #140 [security-spiffe-token-provider builder 6/7] COPY . . [2024-10-22T05:42:24.671Z] #140 DONE 1.8s [2024-10-22T05:42:24.671Z] [2024-10-22T05:42:24.671Z] #141 [security-proxy-setup builder 6/7] COPY . . [2024-10-22T05:42:24.671Z] #141 DONE 1.8s [2024-10-22T05:42:24.671Z] [2024-10-22T05:42:24.671Z] #142 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-10-22T05:42:24.671Z] #142 ... [2024-10-22T05:42:24.671Z] [2024-10-22T05:42:24.671Z] #143 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-22T05:42:24.671Z] #143 CACHED [2024-10-22T05:42:24.671Z] [2024-10-22T05:42:24.671Z] #144 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-10-22T05:42:24.671Z] #144 CACHED [2024-10-22T05:42:24.671Z] [2024-10-22T05:42:24.671Z] #145 [security-bootstrapper builder 6/7] COPY . . [2024-10-22T05:42:24.671Z] #145 CACHED [2024-10-22T05:42:24.671Z] [2024-10-22T05:42:24.671Z] #146 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-10-22T05:42:24.671Z] #146 CACHED [2024-10-22T05:42:24.671Z] [2024-10-22T05:42:24.671Z] #147 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-22T05:42:24.671Z] #147 CACHED [2024-10-22T05:42:24.671Z] [2024-10-22T05:42:24.671Z] #148 [security-secretstore-setup builder 6/7] COPY . . [2024-10-22T05:42:24.671Z] #148 CACHED [2024-10-22T05:42:24.671Z] [2024-10-22T05:42:24.671Z] #149 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-10-22T05:42:24.671Z] #149 ... [2024-10-22T05:42:24.671Z] [2024-10-22T05:42:24.671Z] #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-10-22T05:42:24.671Z] #0 4.996 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-10-22T05:42:24.671Z] #150 ... [2024-10-22T05:42:24.671Z] [2024-10-22T05:42:24.671Z] #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-10-22T05:42:24.671Z] #0 5.549 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-10-22T05:42:25.264Z] #151 ... [2024-10-22T05:42:25.264Z] [2024-10-22T05:42:25.264Z] #149 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-10-22T05:42:25.264Z] #149 6.613 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-10-22T05:42:28.612Z] #149 ... [2024-10-22T05:42:28.612Z] [2024-10-22T05:42:28.612Z] #152 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-10-22T05:42:28.612Z] #0 6.835 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2024-10-22T05:42:28.878Z] #152 ... [2024-10-22T05:42:28.878Z] [2024-10-22T05:42:28.878Z] #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-10-22T05:42:28.878Z] #0 5.503 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler [2024-10-22T05:42:28.878Z] #153 ... [2024-10-22T05:42:28.878Z] [2024-10-22T05:42:28.878Z] #154 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-10-22T05:42:28.878Z] #0 6.907 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2024-10-22T05:42:29.147Z] #154 ... [2024-10-22T05:42:29.147Z] [2024-10-22T05:42:29.147Z] #155 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-10-22T05:42:29.147Z] #0 6.636 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-10-22T05:42:29.147Z] #155 ... [2024-10-22T05:42:29.147Z] [2024-10-22T05:42:29.147Z] #156 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-10-22T05:42:29.147Z] #0 4.466 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-10-22T05:42:29.434Z] #156 ... [2024-10-22T05:42:29.434Z] [2024-10-22T05:42:29.434Z] #157 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-10-22T05:42:29.434Z] #0 6.776 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2024-10-22T05:42:29.733Z] #157 ... [2024-10-22T05:42:29.733Z] [2024-10-22T05:42:29.733Z] #158 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-10-22T05:42:29.733Z] #0 5.783 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-10-22T05:42:29.733Z] #158 ... [2024-10-22T05:42:29.733Z] [2024-10-22T05:42:29.733Z] #159 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-10-22T05:42:29.733Z] #0 5.504 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-10-22T05:42:30.031Z] #159 ... [2024-10-22T05:42:30.031Z] [2024-10-22T05:42:30.031Z] #160 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-10-22T05:42:30.031Z] #0 6.453 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-10-22T05:42:30.031Z] #160 ... [2024-10-22T05:42:30.031Z] [2024-10-22T05:42:30.031Z] #142 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-10-22T05:42:30.031Z] #142 6.571 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2024-10-22T05:42:47.254Z] #160 ... [2024-10-22T05:42:47.255Z] [2024-10-22T05:42:47.255Z] #150 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-10-22T05:42:47.255Z] #150 83.67 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-10-22T05:44:08.755Z] #150 DONE 168.2s [2024-10-22T05:44:08.755Z] [2024-10-22T05:44:08.755Z] #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-10-22T05:44:08.755Z] #151 DONE 168.2s [2024-10-22T05:44:08.755Z] [2024-10-22T05:44:08.755Z] #160 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-10-22T05:44:08.755Z] #160 DONE 168.2s [2024-10-22T05:44:08.755Z] [2024-10-22T05:44:08.755Z] #158 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-10-22T05:44:08.755Z] #158 DONE 168.2s [2024-10-22T05:44:08.755Z] [2024-10-22T05:44:08.755Z] #149 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-10-22T05:44:08.755Z] #149 ... [2024-10-22T05:44:08.755Z] [2024-10-22T05:44:08.755Z] #155 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-10-22T05:44:08.755Z] #155 DONE 168.3s [2024-10-22T05:44:08.755Z] [2024-10-22T05:44:08.755Z] #156 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-10-22T05:44:08.755Z] #156 DONE 168.3s [2024-10-22T05:44:08.755Z] [2024-10-22T05:44:08.755Z] #152 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-10-22T05:44:08.755Z] #152 DONE 168.3s [2024-10-22T05:44:08.755Z] [2024-10-22T05:44:08.755Z] #161 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-22T05:44:08.755Z] #161 ... [2024-10-22T05:44:08.755Z] [2024-10-22T05:44:08.755Z] #149 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-10-22T05:44:08.755Z] #149 DONE 168.4s [2024-10-22T05:44:08.755Z] [2024-10-22T05:44:08.755Z] #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-10-22T05:44:08.755Z] #154 DONE 168.4s [2024-10-22T05:44:08.755Z] [2024-10-22T05:44:08.755Z] #162 [support-notifications stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-22T05:44:08.755Z] #162 ... [2024-10-22T05:44:08.755Z] [2024-10-22T05:44:08.755Z] #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-10-22T05:44:08.755Z] #153 DONE 168.6s [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #157 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-10-22T05:44:08.756Z] #157 DONE 168.7s [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #148 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-10-22T05:44:08.756Z] #148 DONE 168.7s [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #159 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-10-22T05:44:08.756Z] #159 DONE 168.7s [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #163 [core-data stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-22T05:44:08.756Z] #163 ... [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #164 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-22T05:44:08.756Z] #164 DONE 0.9s [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #165 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-22T05:44:08.756Z] #165 DONE 0.9s [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #161 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-22T05:44:08.756Z] #161 DONE 0.8s [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #162 [support-notifications stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-22T05:44:08.756Z] #162 DONE 0.7s [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #166 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-22T05:44:08.756Z] #166 DONE 0.7s [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #167 [core-keeper stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-22T05:44:08.756Z] #167 DONE 0.7s [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #168 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-10-22T05:44:08.756Z] #168 ... [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #163 [core-data stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-22T05:44:08.756Z] #163 DONE 0.6s [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #169 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-22T05:44:08.756Z] #169 DONE 0.7s [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #170 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-10-22T05:44:08.756Z] #170 DONE 0.4s [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #171 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-10-22T05:44:08.756Z] #171 DONE 0.4s [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #172 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh [2024-10-22T05:44:08.756Z] #172 ... [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #173 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-10-22T05:44:08.756Z] #173 DONE 0.7s [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #174 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-10-22T05:44:08.756Z] #174 DONE 0.6s [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #175 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-10-22T05:44:08.756Z] #175 CACHED [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #176 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-22T05:44:08.756Z] #176 CACHED [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #177 [core-metadata stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-22T05:44:08.756Z] #177 CACHED [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #178 [core-metadata stage-1 5/10] COPY --from=builder /edgex-go/security.txt / [2024-10-22T05:44:08.756Z] #178 CACHED [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #179 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-10-22T05:44:08.756Z] #179 CACHED [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #180 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-22T05:44:08.756Z] #180 CACHED [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #181 [support-notifications stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-10-22T05:44:08.756Z] #181 DONE 0.7s [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #182 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-10-22T05:44:08.756Z] #182 CACHED [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #183 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-22T05:44:08.756Z] #183 CACHED [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #168 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-10-22T05:44:08.756Z] #168 DONE 0.7s [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #184 [core-keeper stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2024-10-22T05:44:08.756Z] #184 DONE 0.7s [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #185 [core-keeper stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2024-10-22T05:44:08.756Z] #185 ... [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #186 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-10-22T05:44:08.756Z] #186 DONE 0.8s [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #187 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / [2024-10-22T05:44:08.756Z] #187 ... [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #188 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-10-22T05:44:08.756Z] #188 DONE 1.3s [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #189 [core-data stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-10-22T05:44:08.756Z] #189 DONE 1.7s [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #190 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2024-10-22T05:44:08.756Z] #190 DONE 1.4s [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #191 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2024-10-22T05:44:08.756Z] #191 ... [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #192 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-10-22T05:44:08.756Z] #192 DONE 1.9s [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #193 [core-metadata stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-10-22T05:44:08.756Z] #193 DONE 1.9s [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #194 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2024-10-22T05:44:08.756Z] #194 DONE 1.9s [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #195 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-10-22T05:44:08.756Z] #195 DONE 2.0s [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #196 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-10-22T05:44:08.756Z] #196 DONE 2.0s [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #172 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh [2024-10-22T05:44:08.756Z] #172 DONE 2.4s [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #197 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-10-22T05:44:08.756Z] #197 DONE 1.9s [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #198 [support-notifications stage-1 6/8] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-10-22T05:44:08.756Z] #198 DONE 2.0s [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #185 [core-keeper stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2024-10-22T05:44:08.756Z] #185 DONE 2.0s [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #199 [support-notifications stage-1 7/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-10-22T05:44:08.756Z] #199 ... [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #187 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / [2024-10-22T05:44:08.756Z] #187 DONE 2.4s [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #200 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-10-22T05:44:08.756Z] #200 DONE 1.5s [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #191 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2024-10-22T05:44:08.756Z] #191 DONE 1.6s [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #201 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-10-22T05:44:08.756Z] #201 DONE 1.0s [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #101 [core-command] exporting to image [2024-10-22T05:44:08.756Z] #101 exporting layers [2024-10-22T05:44:08.756Z] #101 ... [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #202 [core-data stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-10-22T05:44:08.756Z] #202 DONE 1.1s [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #203 [core-metadata stage-1 7/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-10-22T05:44:08.756Z] #203 DONE 1.0s [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #204 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2024-10-22T05:44:08.756Z] #204 DONE 1.0s [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #205 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-10-22T05:44:08.756Z] #205 DONE 1.0s [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #206 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-22T05:44:08.756Z] #206 DONE 1.1s [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #207 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-10-22T05:44:08.756Z] #207 DONE 1.1s [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #101 [support-scheduler] exporting to image [2024-10-22T05:44:08.756Z] #101 ... [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #208 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2024-10-22T05:44:08.756Z] #208 DONE 1.1s [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #199 [support-notifications stage-1 7/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-10-22T05:44:08.756Z] #199 DONE 1.1s [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #209 [core-keeper stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/db/ /res/db/ [2024-10-22T05:44:08.756Z] #209 DONE 0.6s [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #101 [core-keeper] exporting to image [2024-10-22T05:44:08.756Z] #101 exporting layers 0.3s done [2024-10-22T05:44:08.756Z] #101 ... [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #210 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-10-22T05:44:08.756Z] #210 DONE 0.7s [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #211 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res [2024-10-22T05:44:08.756Z] #211 DONE 0.7s [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #212 [core-metadata stage-1 8/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-10-22T05:44:08.756Z] #212 DONE 0.6s [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #213 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-10-22T05:44:08.756Z] #213 DONE 0.6s [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #214 [core-data stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-10-22T05:44:08.756Z] #214 DONE 0.6s [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #215 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2024-10-22T05:44:08.756Z] #215 DONE 0.6s [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #101 [support-cron-scheduler] exporting to image [2024-10-22T05:44:08.756Z] #101 exporting layers 0.5s done [2024-10-22T05:44:08.756Z] #101 ... [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #216 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / [2024-10-22T05:44:08.756Z] #216 DONE 0.6s [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #217 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-10-22T05:44:08.756Z] #217 DONE 0.7s [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #218 [support-notifications stage-1 8/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/db/ /res/db/ [2024-10-22T05:44:08.756Z] #218 DONE 0.6s [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #101 [support-notifications] exporting to image [2024-10-22T05:44:08.756Z] #101 writing image sha256:136318484e931c8ff9de490e63c0dcbecc3b5d96d700125df7c5d73076a25a38 [2024-10-22T05:44:08.756Z] #101 writing image sha256:7aafa622489e1a95d101f7f18dc4c364d736d3496f2ccafcfb1383163da762bc [2024-10-22T05:44:08.756Z] #101 writing image sha256:ffb22c042335a3f6af15870b77cc675f060782c2fbf9152c09f95ea9cdde42d3 [2024-10-22T05:44:08.756Z] #101 writing image sha256:0078794605104828ed44a79e99adf48abe6d4cad485bcf79f7d120babdd28c67 [2024-10-22T05:44:08.756Z] #101 ... [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #219 [core-data stage-1 8/8] COPY --from=builder /edgex-go/cmd/core-data/res/db/ /res/db/ [2024-10-22T05:44:08.756Z] #219 DONE 0.6s [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #220 [core-metadata stage-1 9/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/db/ /res/db/ [2024-10-22T05:44:08.756Z] #220 DONE 0.6s [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #221 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-10-22T05:44:08.756Z] #221 DONE 0.6s [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #222 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-10-22T05:44:08.756Z] #222 DONE 0.7s [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #223 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-10-22T05:44:08.756Z] #223 DONE 0.6s [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #101 [core-command] exporting to image [2024-10-22T05:44:08.756Z] #101 exporting layers 0.7s done [2024-10-22T05:44:08.756Z] #101 writing image sha256:136318484e931c8ff9de490e63c0dcbecc3b5d96d700125df7c5d73076a25a38 0.3s done [2024-10-22T05:44:08.756Z] #101 writing image sha256:7aafa622489e1a95d101f7f18dc4c364d736d3496f2ccafcfb1383163da762bc 0.3s done [2024-10-22T05:44:08.756Z] #101 writing image sha256:ffb22c042335a3f6af15870b77cc675f060782c2fbf9152c09f95ea9cdde42d3 0.3s done [2024-10-22T05:44:08.756Z] #101 writing image sha256:0078794605104828ed44a79e99adf48abe6d4cad485bcf79f7d120babdd28c67 0.3s done [2024-10-22T05:44:08.756Z] #101 naming to docker.io/library/support-scheduler done [2024-10-22T05:44:08.756Z] #101 naming to docker.io/library/core-keeper done [2024-10-22T05:44:08.756Z] #101 naming to docker.io/library/security-spiffe-token-provider done [2024-10-22T05:44:08.756Z] #101 naming to docker.io/library/core-command done [2024-10-22T05:44:08.756Z] #101 writing image sha256:35c0746308653924a765bc3c1b72c4d404f32034aced11eb9a309cfefa41b76a done [2024-10-22T05:44:08.756Z] #101 naming to docker.io/library/support-cron-scheduler done [2024-10-22T05:44:08.756Z] #101 writing image sha256:7be5c6791b43f065b2302180d6bc264f23eda370f14712c0524d219d2af29a82 [2024-10-22T05:44:08.756Z] #101 ... [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #224 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-10-22T05:44:08.756Z] #224 DONE 0.4s [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #225 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-10-22T05:44:08.756Z] #225 DONE 0.4s [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #226 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-10-22T05:44:08.756Z] #226 DONE 1.1s [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #101 [security-proxy-auth] exporting to image [2024-10-22T05:44:08.756Z] #101 writing image sha256:7be5c6791b43f065b2302180d6bc264f23eda370f14712c0524d219d2af29a82 0.2s done [2024-10-22T05:44:08.756Z] #101 naming to docker.io/library/support-notifications done [2024-10-22T05:44:08.756Z] #101 writing image sha256:0593b49c91ac9d0a8a3ec740ba495a1f0453182517e05ecf6bc836246e2ca480 done [2024-10-22T05:44:08.756Z] #101 naming to docker.io/library/core-data done [2024-10-22T05:44:08.756Z] #101 writing image sha256:d13e3fedf5d80ec57ab010bd8a7ae374f364304b294c344a0f6e010e8bbf0e48 [2024-10-22T05:44:08.756Z] #101 ... [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #227 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-10-22T05:44:08.756Z] #227 DONE 1.2s [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #228 [security-bootstrapper stage-1 12/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2024-10-22T05:44:08.756Z] #228 DONE 0.2s [2024-10-22T05:44:08.756Z] [2024-10-22T05:44:08.756Z] #101 [core-common-config-bootstrapper] exporting to image [2024-10-22T05:44:08.756Z] #101 writing image sha256:d13e3fedf5d80ec57ab010bd8a7ae374f364304b294c344a0f6e010e8bbf0e48 done [2024-10-22T05:44:08.756Z] #101 naming to docker.io/library/core-metadata 0.0s done [2024-10-22T05:44:09.022Z] #101 ... [2024-10-22T05:44:09.022Z] [2024-10-22T05:44:09.022Z] #229 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-10-22T05:44:09.022Z] #229 DONE 0.2s [2024-10-22T05:44:09.022Z] [2024-10-22T05:44:09.022Z] #230 [security-bootstrapper stage-1 13/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ [2024-10-22T05:44:09.022Z] #230 DONE 0.1s [2024-10-22T05:44:09.022Z] [2024-10-22T05:44:09.022Z] #231 [security-bootstrapper stage-1 14/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2024-10-22T05:44:09.022Z] #231 DONE 0.1s [2024-10-22T05:44:09.022Z] [2024-10-22T05:44:09.022Z] #101 [core-common-config-bootstrapper] exporting to image [2024-10-22T05:44:09.022Z] #101 exporting layers 0.2s done [2024-10-22T05:44:09.022Z] #101 writing image sha256:ceba5886079a5db7ebebf868e1fd97e84eb829b6eac8a659428209d282488f1d done [2024-10-22T05:44:09.022Z] #101 naming to docker.io/library/core-common-config-bootstrapper done [2024-10-22T05:44:09.022Z] #101 exporting layers 0.3s done [2024-10-22T05:44:09.022Z] #101 writing image sha256:9535751b443ebe27f1836c0a5d01a0da42d8250450ef29de761a790ac40af6c8 0.0s done [2024-10-22T05:44:09.022Z] #101 naming to docker.io/library/security-proxy-auth done [2024-10-22T05:44:09.022Z] #101 DONE 4.4s [2024-10-22T05:44:09.022Z] [2024-10-22T05:44:09.022Z] #232 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-10-22T05:44:09.022Z] #232 DONE 0.8s [2024-10-22T05:44:09.022Z] [2024-10-22T05:44:09.022Z] #233 [security-bootstrapper stage-1 15/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-10-22T05:44:09.283Z] #233 DONE 0.1s [2024-10-22T05:44:09.283Z] [2024-10-22T05:44:09.283Z] #234 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-10-22T05:44:09.283Z] #234 DONE 0.0s [2024-10-22T05:44:09.283Z] [2024-10-22T05:44:09.283Z] #235 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-10-22T05:44:09.283Z] #235 DONE 0.4s [2024-10-22T05:44:09.283Z] [2024-10-22T05:44:09.283Z] #236 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh [2024-10-22T05:44:09.543Z] #236 DONE 0.4s [2024-10-22T05:44:09.543Z] [2024-10-22T05:44:09.543Z] #101 [security-secretstore-setup] exporting to image [2024-10-22T05:44:09.543Z] #101 exporting layers 0.2s done [2024-10-22T05:44:09.543Z] #101 writing image sha256:c23330a69917e858f12e4dd8efdf128b4d236098106bf1344480090c27e74fa7 done [2024-10-22T05:44:09.543Z] #101 naming to docker.io/library/security-proxy-setup done [2024-10-22T05:44:09.543Z] #101 writing image sha256:03ce90a40778ed3c7380a060ed0bb4f370a75a573f4e2c3cdb22946f1c586a00 done [2024-10-22T05:44:09.543Z] #101 naming to docker.io/library/security-secretstore-setup done [2024-10-22T05:44:09.543Z] #101 DONE 4.7s [2024-10-22T05:44:09.543Z] [2024-10-22T05:44:09.543Z] #63 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-22T05:44:09.806Z] #63 ... [2024-10-22T05:44:09.806Z] [2024-10-22T05:44:09.806Z] #101 [security-bootstrapper] exporting to image [2024-10-22T05:44:09.806Z] #101 exporting layers 0.2s done [2024-10-22T05:44:09.806Z] #101 writing image sha256:58121f54645c29928e8c39e5d5ce387ebe43742ace43a6631aadee4bd364e0a7 done [2024-10-22T05:44:09.806Z] #101 naming to docker.io/library/security-bootstrapper done [2024-10-22T05:44:09.806Z] #101 DONE 4.9s [2024-10-22T05:44:09.806Z] [2024-10-22T05:44:09.806Z] #58 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-22T05:44:09.806Z] time="2024-10-22T05:38:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-22T05:44:09.806Z] time="2024-10-22T05:38:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-22T05:44:09.806Z] time="2024-10-22T05:38:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-22T05:44:09.806Z] time="2024-10-22T05:38:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-22T05:44:09.806Z] time="2024-10-22T05:38:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-22T05:44:09.806Z] time="2024-10-22T05:38:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-22T05:44:09.806Z] time="2024-10-22T05:38:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-22T05:44:09.806Z] time="2024-10-22T05:38:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-22T05:44:09.806Z] time="2024-10-22T05:38:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-22T05:44:09.806Z] time="2024-10-22T05:38:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-22T05:44:09.806Z] time="2024-10-22T05:38:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-22T05:44:09.806Z] time="2024-10-22T05:38:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-22T05:44:09.806Z] time="2024-10-22T05:38:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-22T05:44:09.806Z] time="2024-10-22T05:38:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-22T05:44:09.806Z] time="2024-10-22T05:38:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-22T05:44:09.806Z] time="2024-10-22T05:38:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-10-22T05:44:09.819Z] $ docker stop --time=1 ee2df90227b2f85cfd670f5123206ea40aca868f6a72db09de3b4add5ea51742 [2024-10-22T05:44:11.088Z] $ docker rm -f --volumes ee2df90227b2f85cfd670f5123206ea40aca868f6a72db09de3b4add5ea51742 [Pipeline] // withDockerContainer [Pipeline] sh [2024-10-22T05:44:11.441Z] + docker images [2024-10-22T05:44:11.441Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-10-22T05:44:11.441Z] security-bootstrapper latest 58121f54645c 2 seconds ago 32.9MB [2024-10-22T05:44:11.441Z] security-secretstore-setup latest 03ce90a40778 2 seconds ago 57.9MB [2024-10-22T05:44:11.441Z] security-proxy-auth latest 9535751b443e 3 seconds ago 40MB [2024-10-22T05:44:11.441Z] security-proxy-setup latest c23330a69917 3 seconds ago 39.4MB [2024-10-22T05:44:11.441Z] core-common-config-bootstrapper latest ceba5886079a 3 seconds ago 26.9MB [2024-10-22T05:44:11.441Z] core-metadata latest d13e3fedf5d8 3 seconds ago 48MB [2024-10-22T05:44:11.441Z] core-data latest 0593b49c91ac 3 seconds ago 47.8MB [2024-10-22T05:44:11.441Z] support-cron-scheduler latest 35c074630865 4 seconds ago 72.3MB [2024-10-22T05:44:11.441Z] support-notifications latest 7be5c6791b43 4 seconds ago 71.1MB [2024-10-22T05:44:11.441Z] core-keeper latest 7aafa622489e 5 seconds ago 41.5MB [2024-10-22T05:44:11.441Z] support-scheduler latest 136318484e93 5 seconds ago 70.3MB [2024-10-22T05:44:11.441Z] core-command latest 007879460510 5 seconds ago 41.9MB [2024-10-22T05:44:11.441Z] security-spiffe-token-provider latest ffb22c042335 5 seconds ago 47.1MB [2024-10-22T05:44:11.441Z] security-spire-config latest 5cc6bb7a90d7 3 minutes ago 127MB [2024-10-22T05:44:11.441Z] security-spire-server latest e9225a555ced 3 minutes ago 128MB [2024-10-22T05:44:11.441Z] security-spire-agent latest a042413d3628 3 minutes ago 188MB [2024-10-22T05:44:11.441Z] ci-base-image-x86_64 latest 92a3e27f49de 8 minutes ago 980MB [2024-10-22T05:44:11.441Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine 3a752c3f9dda 2 weeks ago 573MB [2024-10-22T05:44:11.441Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 16 months ago 334MB [2024-10-22T05:44:11.441Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 2 years ago 253MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-10-22T05:44:11.587Z] provisioning config files... [2024-10-22T05:44:11.599Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/734@tmp/config17690774568941239052tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-22T05:44:11.900Z] ---> ****-login.sh [2024-10-22T05:44:11.900Z] nexus3.edgexfoundry.org:10001 [2024-10-22T05:44:11.900Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-22T05:44:11.900Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-22T05:44:11.901Z] Configure a credential helper to remove this warning. See [2024-10-22T05:44:11.901Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-22T05:44:11.901Z] [2024-10-22T05:44:11.901Z] Login Succeeded [2024-10-22T05:44:11.901Z] nexus3.edgexfoundry.org:10002 [2024-10-22T05:44:12.161Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-22T05:44:12.161Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-22T05:44:12.161Z] Configure a credential helper to remove this warning. See [2024-10-22T05:44:12.161Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-22T05:44:12.161Z] [2024-10-22T05:44:12.161Z] Login Succeeded [2024-10-22T05:44:12.161Z] nexus3.edgexfoundry.org:10003 [2024-10-22T05:44:12.161Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-22T05:44:12.161Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-22T05:44:12.161Z] Configure a credential helper to remove this warning. See [2024-10-22T05:44:12.161Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-22T05:44:12.161Z] [2024-10-22T05:44:12.161Z] Login Succeeded [2024-10-22T05:44:12.161Z] nexus3.edgexfoundry.org:10004 [2024-10-22T05:44:12.161Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-22T05:44:12.422Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-22T05:44:12.422Z] Configure a credential helper to remove this warning. See [2024-10-22T05:44:12.422Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-22T05:44:12.422Z] [2024-10-22T05:44:12.422Z] Login Succeeded [2024-10-22T05:44:12.422Z] ****.io [2024-10-22T05:44:12.422Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-22T05:44:12.681Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-22T05:44:12.681Z] Configure a credential helper to remove this warning. See [2024-10-22T05:44:12.681Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-22T05:44:12.681Z] [2024-10-22T05:44:12.681Z] Login Succeeded [2024-10-22T05:44:12.681Z] ---> ****-login.sh ends [Pipeline] } [2024-10-22T05:44:12.688Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-22T05:44:12.730Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-22T05:44:12.759Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2024-10-22T05:44:12.759Z] ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T05:44:12.759Z] latest [2024-10-22T05:44:12.759Z] 4.0.0-dev.1 [2024-10-22T05:44:12.759Z] ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T05:44:12.759Z] main [2024-10-22T05:44:12.759Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:13.112Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:13.443Z] + docker push nexus3.edgexfoundry.org:10004/core-command:ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T05:44:13.443Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-10-22T05:44:13.443Z] 37ec96bfc5f0: Preparing [2024-10-22T05:44:13.443Z] daf0f325e07b: Preparing [2024-10-22T05:44:13.444Z] 0b610ac22d7d: Preparing [2024-10-22T05:44:13.444Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:44:13.444Z] 5376a4c14472: Preparing [2024-10-22T05:44:13.444Z] dc3e3263c2c0: Preparing [2024-10-22T05:44:13.444Z] dc3e3263c2c0: Waiting [2024-10-22T05:44:13.444Z] 63ca1fbb43ae: Preparing [2024-10-22T05:44:13.444Z] 63ca1fbb43ae: Waiting [2024-10-22T05:44:13.444Z] 37ec96bfc5f0: Pushed [2024-10-22T05:44:13.444Z] 7c5bf0cbb1a6: Pushed [2024-10-22T05:44:13.444Z] 0b610ac22d7d: Pushed [2024-10-22T05:44:13.444Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:44:13.444Z] dc3e3263c2c0: Pushed [2024-10-22T05:44:14.011Z] 5376a4c14472: Pushed [2024-10-22T05:44:16.632Z] daf0f325e07b: Pushed [2024-10-22T05:44:16.632Z] ead55998a61037c88c593b6744c8da68f1c88ef7: digest: sha256:c5bd7ba8f0a73cf32d0ed0c93d1f7515c13a3064aefc0ab05c7766c7c6ed5747 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:16.984Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:17.322Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2024-10-22T05:44:17.322Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-10-22T05:44:17.322Z] 37ec96bfc5f0: Preparing [2024-10-22T05:44:17.322Z] daf0f325e07b: Preparing [2024-10-22T05:44:17.322Z] 0b610ac22d7d: Preparing [2024-10-22T05:44:17.322Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:44:17.322Z] 5376a4c14472: Preparing [2024-10-22T05:44:17.322Z] dc3e3263c2c0: Preparing [2024-10-22T05:44:17.322Z] 63ca1fbb43ae: Preparing [2024-10-22T05:44:17.322Z] dc3e3263c2c0: Waiting [2024-10-22T05:44:17.322Z] 63ca1fbb43ae: Waiting [2024-10-22T05:44:17.322Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:44:17.322Z] daf0f325e07b: Layer already exists [2024-10-22T05:44:17.322Z] 37ec96bfc5f0: Layer already exists [2024-10-22T05:44:17.322Z] 5376a4c14472: Layer already exists [2024-10-22T05:44:17.322Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:44:17.322Z] dc3e3263c2c0: Layer already exists [2024-10-22T05:44:17.322Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:44:17.322Z] latest: digest: sha256:c5bd7ba8f0a73cf32d0ed0c93d1f7515c13a3064aefc0ab05c7766c7c6ed5747 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:17.688Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:18.064Z] + docker push nexus3.edgexfoundry.org:10004/core-command:4.0.0-dev.1 [2024-10-22T05:44:18.064Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-10-22T05:44:18.064Z] 37ec96bfc5f0: Preparing [2024-10-22T05:44:18.064Z] daf0f325e07b: Preparing [2024-10-22T05:44:18.064Z] 0b610ac22d7d: Preparing [2024-10-22T05:44:18.064Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:44:18.064Z] 5376a4c14472: Preparing [2024-10-22T05:44:18.064Z] dc3e3263c2c0: Preparing [2024-10-22T05:44:18.064Z] 63ca1fbb43ae: Preparing [2024-10-22T05:44:18.064Z] dc3e3263c2c0: Waiting [2024-10-22T05:44:18.064Z] 63ca1fbb43ae: Waiting [2024-10-22T05:44:18.064Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:44:18.064Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:44:18.064Z] 37ec96bfc5f0: Layer already exists [2024-10-22T05:44:18.064Z] 5376a4c14472: Layer already exists [2024-10-22T05:44:18.064Z] daf0f325e07b: Layer already exists [2024-10-22T05:44:18.064Z] dc3e3263c2c0: Layer already exists [2024-10-22T05:44:18.064Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:44:18.064Z] 4.0.0-dev.1: digest: sha256:c5bd7ba8f0a73cf32d0ed0c93d1f7515c13a3064aefc0ab05c7766c7c6ed5747 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:18.395Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:18.718Z] + docker push nexus3.edgexfoundry.org:10004/core-command:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T05:44:18.719Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-10-22T05:44:18.719Z] 37ec96bfc5f0: Preparing [2024-10-22T05:44:18.719Z] daf0f325e07b: Preparing [2024-10-22T05:44:18.719Z] 0b610ac22d7d: Preparing [2024-10-22T05:44:18.719Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:44:18.719Z] 5376a4c14472: Preparing [2024-10-22T05:44:18.719Z] dc3e3263c2c0: Preparing [2024-10-22T05:44:18.719Z] 63ca1fbb43ae: Preparing [2024-10-22T05:44:18.719Z] dc3e3263c2c0: Waiting [2024-10-22T05:44:18.719Z] 63ca1fbb43ae: Waiting [2024-10-22T05:44:18.719Z] daf0f325e07b: Layer already exists [2024-10-22T05:44:18.719Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:44:18.719Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:44:18.719Z] 5376a4c14472: Layer already exists [2024-10-22T05:44:18.719Z] 37ec96bfc5f0: Layer already exists [2024-10-22T05:44:18.719Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:44:18.719Z] dc3e3263c2c0: Layer already exists [2024-10-22T05:44:18.719Z] ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1: digest: sha256:c5bd7ba8f0a73cf32d0ed0c93d1f7515c13a3064aefc0ab05c7766c7c6ed5747 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:19.047Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:19.371Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2024-10-22T05:44:19.371Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-10-22T05:44:19.371Z] 37ec96bfc5f0: Preparing [2024-10-22T05:44:19.371Z] daf0f325e07b: Preparing [2024-10-22T05:44:19.371Z] 0b610ac22d7d: Preparing [2024-10-22T05:44:19.371Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:44:19.371Z] 5376a4c14472: Preparing [2024-10-22T05:44:19.371Z] dc3e3263c2c0: Preparing [2024-10-22T05:44:19.371Z] 63ca1fbb43ae: Preparing [2024-10-22T05:44:19.371Z] dc3e3263c2c0: Waiting [2024-10-22T05:44:19.371Z] 63ca1fbb43ae: Waiting [2024-10-22T05:44:19.371Z] 37ec96bfc5f0: Layer already exists [2024-10-22T05:44:19.371Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:44:19.371Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:44:19.371Z] 5376a4c14472: Layer already exists [2024-10-22T05:44:19.371Z] daf0f325e07b: Layer already exists [2024-10-22T05:44:19.371Z] dc3e3263c2c0: Layer already exists [2024-10-22T05:44:19.371Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:44:19.371Z] main: digest: sha256:c5bd7ba8f0a73cf32d0ed0c93d1f7515c13a3064aefc0ab05c7766c7c6ed5747 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-22T05:44:19.454Z] ===================================================== [Pipeline] echo [2024-10-22T05:44:19.469Z] taggedImages: [2024-10-22T05:44:19.469Z] - nexus3.edgexfoundry.org:10004/core-command:ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T05:44:19.469Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2024-10-22T05:44:19.469Z] - nexus3.edgexfoundry.org:10004/core-command:4.0.0-dev.1 [2024-10-22T05:44:19.469Z] - nexus3.edgexfoundry.org:10004/core-command:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T05:44:19.469Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2024-10-22T05:44:19.496Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2024-10-22T05:44:19.496Z] ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T05:44:19.496Z] latest [2024-10-22T05:44:19.496Z] 4.0.0-dev.1 [2024-10-22T05:44:19.496Z] ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T05:44:19.496Z] main [2024-10-22T05:44:19.496Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:19.839Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:20.161Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T05:44:20.161Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-10-22T05:44:20.161Z] 9df780039af4: Preparing [2024-10-22T05:44:20.161Z] 91c276c21c56: Preparing [2024-10-22T05:44:20.161Z] cd60b3e4eddf: Preparing [2024-10-22T05:44:20.161Z] 0b8abaabbcd0: Preparing [2024-10-22T05:44:20.161Z] 0b610ac22d7d: Preparing [2024-10-22T05:44:20.161Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:44:20.161Z] 5376a4c14472: Preparing [2024-10-22T05:44:20.161Z] dc3e3263c2c0: Preparing [2024-10-22T05:44:20.161Z] 63ca1fbb43ae: Preparing [2024-10-22T05:44:20.161Z] dc3e3263c2c0: Waiting [2024-10-22T05:44:20.161Z] 63ca1fbb43ae: Waiting [2024-10-22T05:44:20.161Z] 7c5bf0cbb1a6: Waiting [2024-10-22T05:44:20.161Z] 5376a4c14472: Waiting [2024-10-22T05:44:20.161Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:44:20.161Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:44:20.161Z] 5376a4c14472: Layer already exists [2024-10-22T05:44:20.161Z] dc3e3263c2c0: Layer already exists [2024-10-22T05:44:20.161Z] 9df780039af4: Pushed [2024-10-22T05:44:20.161Z] cd60b3e4eddf: Pushed [2024-10-22T05:44:20.161Z] 91c276c21c56: Pushed [2024-10-22T05:44:20.161Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:44:21.539Z] 0b8abaabbcd0: Pushed [2024-10-22T05:44:21.539Z] ead55998a61037c88c593b6744c8da68f1c88ef7: digest: sha256:62dc1c3d29a5cf7be818d2c6c472597c9797473b3a4845db6856c16470bc0210 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:21.862Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:22.189Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2024-10-22T05:44:22.189Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-10-22T05:44:22.189Z] 9df780039af4: Preparing [2024-10-22T05:44:22.189Z] 91c276c21c56: Preparing [2024-10-22T05:44:22.189Z] cd60b3e4eddf: Preparing [2024-10-22T05:44:22.189Z] 0b8abaabbcd0: Preparing [2024-10-22T05:44:22.189Z] 0b610ac22d7d: Preparing [2024-10-22T05:44:22.189Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:44:22.189Z] 5376a4c14472: Preparing [2024-10-22T05:44:22.189Z] dc3e3263c2c0: Preparing [2024-10-22T05:44:22.189Z] 63ca1fbb43ae: Preparing [2024-10-22T05:44:22.189Z] 7c5bf0cbb1a6: Waiting [2024-10-22T05:44:22.189Z] 5376a4c14472: Waiting [2024-10-22T05:44:22.189Z] 63ca1fbb43ae: Waiting [2024-10-22T05:44:22.189Z] dc3e3263c2c0: Waiting [2024-10-22T05:44:22.189Z] 9df780039af4: Layer already exists [2024-10-22T05:44:22.189Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:44:22.189Z] cd60b3e4eddf: Layer already exists [2024-10-22T05:44:22.189Z] 0b8abaabbcd0: Layer already exists [2024-10-22T05:44:22.189Z] 91c276c21c56: Layer already exists [2024-10-22T05:44:22.189Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:44:22.189Z] 5376a4c14472: Layer already exists [2024-10-22T05:44:22.189Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:44:22.189Z] dc3e3263c2c0: Layer already exists [2024-10-22T05:44:22.189Z] latest: digest: sha256:62dc1c3d29a5cf7be818d2c6c472597c9797473b3a4845db6856c16470bc0210 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:22.512Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:22.840Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.0.0-dev.1 [2024-10-22T05:44:22.840Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-10-22T05:44:22.840Z] 9df780039af4: Preparing [2024-10-22T05:44:22.840Z] 91c276c21c56: Preparing [2024-10-22T05:44:22.840Z] cd60b3e4eddf: Preparing [2024-10-22T05:44:22.840Z] 0b8abaabbcd0: Preparing [2024-10-22T05:44:22.840Z] 0b610ac22d7d: Preparing [2024-10-22T05:44:22.840Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:44:22.840Z] 5376a4c14472: Preparing [2024-10-22T05:44:22.840Z] dc3e3263c2c0: Preparing [2024-10-22T05:44:22.840Z] 63ca1fbb43ae: Preparing [2024-10-22T05:44:22.840Z] 7c5bf0cbb1a6: Waiting [2024-10-22T05:44:22.840Z] dc3e3263c2c0: Waiting [2024-10-22T05:44:22.840Z] 63ca1fbb43ae: Waiting [2024-10-22T05:44:22.840Z] 5376a4c14472: Waiting [2024-10-22T05:44:22.840Z] cd60b3e4eddf: Layer already exists [2024-10-22T05:44:22.840Z] 9df780039af4: Layer already exists [2024-10-22T05:44:22.840Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:44:22.840Z] 0b8abaabbcd0: Layer already exists [2024-10-22T05:44:22.840Z] 91c276c21c56: Layer already exists [2024-10-22T05:44:22.840Z] 5376a4c14472: Layer already exists [2024-10-22T05:44:22.840Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:44:22.840Z] dc3e3263c2c0: Layer already exists [2024-10-22T05:44:22.840Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:44:22.840Z] 4.0.0-dev.1: digest: sha256:62dc1c3d29a5cf7be818d2c6c472597c9797473b3a4845db6856c16470bc0210 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:23.172Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:23.499Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T05:44:23.500Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-10-22T05:44:23.500Z] 9df780039af4: Preparing [2024-10-22T05:44:23.500Z] 91c276c21c56: Preparing [2024-10-22T05:44:23.500Z] cd60b3e4eddf: Preparing [2024-10-22T05:44:23.500Z] 0b8abaabbcd0: Preparing [2024-10-22T05:44:23.500Z] 0b610ac22d7d: Preparing [2024-10-22T05:44:23.500Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:44:23.500Z] 5376a4c14472: Preparing [2024-10-22T05:44:23.500Z] dc3e3263c2c0: Preparing [2024-10-22T05:44:23.500Z] 63ca1fbb43ae: Preparing [2024-10-22T05:44:23.500Z] 7c5bf0cbb1a6: Waiting [2024-10-22T05:44:23.500Z] 5376a4c14472: Waiting [2024-10-22T05:44:23.500Z] dc3e3263c2c0: Waiting [2024-10-22T05:44:23.500Z] 63ca1fbb43ae: Waiting [2024-10-22T05:44:23.500Z] cd60b3e4eddf: Layer already exists [2024-10-22T05:44:23.500Z] 91c276c21c56: Layer already exists [2024-10-22T05:44:23.500Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:44:23.500Z] 9df780039af4: Layer already exists [2024-10-22T05:44:23.500Z] 0b8abaabbcd0: Layer already exists [2024-10-22T05:44:23.500Z] dc3e3263c2c0: Layer already exists [2024-10-22T05:44:23.500Z] 5376a4c14472: Layer already exists [2024-10-22T05:44:23.500Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:44:23.500Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:44:23.500Z] ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1: digest: sha256:62dc1c3d29a5cf7be818d2c6c472597c9797473b3a4845db6856c16470bc0210 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:23.833Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:24.158Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2024-10-22T05:44:24.159Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-10-22T05:44:24.159Z] 9df780039af4: Preparing [2024-10-22T05:44:24.159Z] 91c276c21c56: Preparing [2024-10-22T05:44:24.159Z] cd60b3e4eddf: Preparing [2024-10-22T05:44:24.159Z] 0b8abaabbcd0: Preparing [2024-10-22T05:44:24.159Z] 0b610ac22d7d: Preparing [2024-10-22T05:44:24.159Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:44:24.159Z] 5376a4c14472: Preparing [2024-10-22T05:44:24.159Z] dc3e3263c2c0: Preparing [2024-10-22T05:44:24.159Z] 63ca1fbb43ae: Preparing [2024-10-22T05:44:24.159Z] 7c5bf0cbb1a6: Waiting [2024-10-22T05:44:24.159Z] 5376a4c14472: Waiting [2024-10-22T05:44:24.159Z] dc3e3263c2c0: Waiting [2024-10-22T05:44:24.159Z] 63ca1fbb43ae: Waiting [2024-10-22T05:44:24.159Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:44:24.159Z] 0b8abaabbcd0: Layer already exists [2024-10-22T05:44:24.159Z] cd60b3e4eddf: Layer already exists [2024-10-22T05:44:24.159Z] 91c276c21c56: Layer already exists [2024-10-22T05:44:24.159Z] 9df780039af4: Layer already exists [2024-10-22T05:44:24.159Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:44:24.159Z] dc3e3263c2c0: Layer already exists [2024-10-22T05:44:24.159Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:44:24.159Z] 5376a4c14472: Layer already exists [2024-10-22T05:44:24.159Z] main: digest: sha256:62dc1c3d29a5cf7be818d2c6c472597c9797473b3a4845db6856c16470bc0210 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-22T05:44:24.237Z] ===================================================== [Pipeline] echo [2024-10-22T05:44:24.248Z] taggedImages: [2024-10-22T05:44:24.248Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T05:44:24.248Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2024-10-22T05:44:24.248Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.0.0-dev.1 [2024-10-22T05:44:24.248Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T05:44:24.248Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2024-10-22T05:44:24.272Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2024-10-22T05:44:24.272Z] ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T05:44:24.272Z] latest [2024-10-22T05:44:24.272Z] 4.0.0-dev.1 [2024-10-22T05:44:24.272Z] ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T05:44:24.272Z] main [2024-10-22T05:44:24.272Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:24.616Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:24.945Z] + docker push nexus3.edgexfoundry.org:10004/core-data:ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T05:44:24.945Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-10-22T05:44:24.945Z] f9d4e03dce36: Preparing [2024-10-22T05:44:24.945Z] 9ac4493bab7d: Preparing [2024-10-22T05:44:24.945Z] e664a1d1ad17: Preparing [2024-10-22T05:44:24.945Z] 0b610ac22d7d: Preparing [2024-10-22T05:44:24.945Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:44:24.945Z] 5d987afd29ff: Preparing [2024-10-22T05:44:24.945Z] 43dd5022dcc9: Preparing [2024-10-22T05:44:24.945Z] 63ca1fbb43ae: Preparing [2024-10-22T05:44:24.945Z] 5d987afd29ff: Waiting [2024-10-22T05:44:24.945Z] 43dd5022dcc9: Waiting [2024-10-22T05:44:24.945Z] 63ca1fbb43ae: Waiting [2024-10-22T05:44:24.945Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:44:24.945Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:44:24.945Z] 9ac4493bab7d: Pushed [2024-10-22T05:44:24.945Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:44:24.945Z] f9d4e03dce36: Pushed [2024-10-22T05:44:24.945Z] 43dd5022dcc9: Pushed [2024-10-22T05:44:25.513Z] 5d987afd29ff: Pushed [2024-10-22T05:44:28.047Z] e664a1d1ad17: Pushed [2024-10-22T05:44:28.047Z] ead55998a61037c88c593b6744c8da68f1c88ef7: digest: sha256:38946d3526fcdbd80c438418fbe20b48e7b771a7ddf8978254111e8fd099c0e4 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:28.377Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:28.707Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2024-10-22T05:44:28.707Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-10-22T05:44:28.707Z] f9d4e03dce36: Preparing [2024-10-22T05:44:28.707Z] 9ac4493bab7d: Preparing [2024-10-22T05:44:28.707Z] e664a1d1ad17: Preparing [2024-10-22T05:44:28.707Z] 0b610ac22d7d: Preparing [2024-10-22T05:44:28.707Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:44:28.707Z] 5d987afd29ff: Preparing [2024-10-22T05:44:28.707Z] 43dd5022dcc9: Preparing [2024-10-22T05:44:28.707Z] 63ca1fbb43ae: Preparing [2024-10-22T05:44:28.707Z] 43dd5022dcc9: Waiting [2024-10-22T05:44:28.707Z] 5d987afd29ff: Waiting [2024-10-22T05:44:28.707Z] 63ca1fbb43ae: Waiting [2024-10-22T05:44:28.707Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:44:28.707Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:44:28.707Z] 9ac4493bab7d: Layer already exists [2024-10-22T05:44:28.707Z] f9d4e03dce36: Layer already exists [2024-10-22T05:44:28.707Z] e664a1d1ad17: Layer already exists [2024-10-22T05:44:28.707Z] 5d987afd29ff: Layer already exists [2024-10-22T05:44:28.707Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:44:28.707Z] 43dd5022dcc9: Layer already exists [2024-10-22T05:44:28.707Z] latest: digest: sha256:38946d3526fcdbd80c438418fbe20b48e7b771a7ddf8978254111e8fd099c0e4 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:29.034Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:29.369Z] + docker push nexus3.edgexfoundry.org:10004/core-data:4.0.0-dev.1 [2024-10-22T05:44:29.369Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-10-22T05:44:29.369Z] f9d4e03dce36: Preparing [2024-10-22T05:44:29.369Z] 9ac4493bab7d: Preparing [2024-10-22T05:44:29.369Z] e664a1d1ad17: Preparing [2024-10-22T05:44:29.369Z] 0b610ac22d7d: Preparing [2024-10-22T05:44:29.369Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:44:29.369Z] 5d987afd29ff: Preparing [2024-10-22T05:44:29.369Z] 43dd5022dcc9: Preparing [2024-10-22T05:44:29.369Z] 63ca1fbb43ae: Preparing [2024-10-22T05:44:29.369Z] 5d987afd29ff: Waiting [2024-10-22T05:44:29.369Z] 43dd5022dcc9: Waiting [2024-10-22T05:44:29.369Z] 63ca1fbb43ae: Waiting [2024-10-22T05:44:29.369Z] 9ac4493bab7d: Layer already exists [2024-10-22T05:44:29.369Z] e664a1d1ad17: Layer already exists [2024-10-22T05:44:29.369Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:44:29.369Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:44:29.369Z] f9d4e03dce36: Layer already exists [2024-10-22T05:44:29.369Z] 43dd5022dcc9: Layer already exists [2024-10-22T05:44:29.369Z] 5d987afd29ff: Layer already exists [2024-10-22T05:44:29.369Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:44:29.369Z] 4.0.0-dev.1: digest: sha256:38946d3526fcdbd80c438418fbe20b48e7b771a7ddf8978254111e8fd099c0e4 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:29.709Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:30.034Z] + docker push nexus3.edgexfoundry.org:10004/core-data:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T05:44:30.034Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-10-22T05:44:30.034Z] f9d4e03dce36: Preparing [2024-10-22T05:44:30.034Z] 9ac4493bab7d: Preparing [2024-10-22T05:44:30.034Z] e664a1d1ad17: Preparing [2024-10-22T05:44:30.034Z] 0b610ac22d7d: Preparing [2024-10-22T05:44:30.034Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:44:30.034Z] 5d987afd29ff: Preparing [2024-10-22T05:44:30.034Z] 43dd5022dcc9: Preparing [2024-10-22T05:44:30.034Z] 63ca1fbb43ae: Preparing [2024-10-22T05:44:30.034Z] 43dd5022dcc9: Waiting [2024-10-22T05:44:30.034Z] 63ca1fbb43ae: Waiting [2024-10-22T05:44:30.034Z] 5d987afd29ff: Waiting [2024-10-22T05:44:30.034Z] 9ac4493bab7d: Layer already exists [2024-10-22T05:44:30.034Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:44:30.034Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:44:30.034Z] f9d4e03dce36: Layer already exists [2024-10-22T05:44:30.034Z] e664a1d1ad17: Layer already exists [2024-10-22T05:44:30.034Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:44:30.034Z] 43dd5022dcc9: Layer already exists [2024-10-22T05:44:30.034Z] 5d987afd29ff: Layer already exists [2024-10-22T05:44:30.034Z] ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1: digest: sha256:38946d3526fcdbd80c438418fbe20b48e7b771a7ddf8978254111e8fd099c0e4 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:30.357Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:30.683Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2024-10-22T05:44:30.683Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-10-22T05:44:30.683Z] f9d4e03dce36: Preparing [2024-10-22T05:44:30.683Z] 9ac4493bab7d: Preparing [2024-10-22T05:44:30.683Z] e664a1d1ad17: Preparing [2024-10-22T05:44:30.683Z] 0b610ac22d7d: Preparing [2024-10-22T05:44:30.683Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:44:30.683Z] 5d987afd29ff: Preparing [2024-10-22T05:44:30.683Z] 43dd5022dcc9: Preparing [2024-10-22T05:44:30.683Z] 63ca1fbb43ae: Preparing [2024-10-22T05:44:30.683Z] 5d987afd29ff: Waiting [2024-10-22T05:44:30.683Z] 43dd5022dcc9: Waiting [2024-10-22T05:44:30.683Z] 63ca1fbb43ae: Waiting [2024-10-22T05:44:30.683Z] 9ac4493bab7d: Layer already exists [2024-10-22T05:44:30.683Z] e664a1d1ad17: Layer already exists [2024-10-22T05:44:30.683Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:44:30.683Z] f9d4e03dce36: Layer already exists [2024-10-22T05:44:30.683Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:44:30.683Z] 5d987afd29ff: Layer already exists [2024-10-22T05:44:30.683Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:44:30.683Z] 43dd5022dcc9: Layer already exists [2024-10-22T05:44:30.683Z] main: digest: sha256:38946d3526fcdbd80c438418fbe20b48e7b771a7ddf8978254111e8fd099c0e4 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-22T05:44:30.754Z] ===================================================== [Pipeline] echo [2024-10-22T05:44:30.765Z] taggedImages: [2024-10-22T05:44:30.765Z] - nexus3.edgexfoundry.org:10004/core-data:ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T05:44:30.765Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2024-10-22T05:44:30.765Z] - nexus3.edgexfoundry.org:10004/core-data:4.0.0-dev.1 [2024-10-22T05:44:30.765Z] - nexus3.edgexfoundry.org:10004/core-data:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T05:44:30.765Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2024-10-22T05:44:30.793Z] [edgeXDocker.push] Tagging docker image core-keeper with the following tags: [2024-10-22T05:44:30.793Z] ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T05:44:30.793Z] latest [2024-10-22T05:44:30.793Z] 4.0.0-dev.1 [2024-10-22T05:44:30.793Z] ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T05:44:30.793Z] main [2024-10-22T05:44:30.793Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:31.134Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:31.456Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T05:44:31.456Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-10-22T05:44:31.456Z] 50a7148bb2a3: Preparing [2024-10-22T05:44:31.456Z] 16cad30d6f21: Preparing [2024-10-22T05:44:31.456Z] e38f0e4d25db: Preparing [2024-10-22T05:44:31.456Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:44:31.456Z] 5da686b2a9b0: Preparing [2024-10-22T05:44:31.456Z] a48fd660e41c: Preparing [2024-10-22T05:44:31.456Z] 63ca1fbb43ae: Preparing [2024-10-22T05:44:31.456Z] a48fd660e41c: Waiting [2024-10-22T05:44:31.456Z] 63ca1fbb43ae: Waiting [2024-10-22T05:44:31.456Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:44:31.456Z] 16cad30d6f21: Pushed [2024-10-22T05:44:31.456Z] 50a7148bb2a3: Pushed [2024-10-22T05:44:31.456Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:44:31.456Z] 5da686b2a9b0: Pushed [2024-10-22T05:44:31.456Z] a48fd660e41c: Pushed [2024-10-22T05:44:34.747Z] e38f0e4d25db: Pushed [2024-10-22T05:44:34.747Z] ead55998a61037c88c593b6744c8da68f1c88ef7: digest: sha256:9867a57f037b0eee4cc5be374d1109ea966849b51424807476a92ef88a5f13bd size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:35.139Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:35.466Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest [2024-10-22T05:44:35.466Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-10-22T05:44:35.466Z] 50a7148bb2a3: Preparing [2024-10-22T05:44:35.466Z] 16cad30d6f21: Preparing [2024-10-22T05:44:35.466Z] e38f0e4d25db: Preparing [2024-10-22T05:44:35.466Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:44:35.466Z] 5da686b2a9b0: Preparing [2024-10-22T05:44:35.466Z] a48fd660e41c: Preparing [2024-10-22T05:44:35.466Z] 63ca1fbb43ae: Preparing [2024-10-22T05:44:35.466Z] 63ca1fbb43ae: Waiting [2024-10-22T05:44:35.466Z] a48fd660e41c: Waiting [2024-10-22T05:44:35.466Z] e38f0e4d25db: Layer already exists [2024-10-22T05:44:35.466Z] 5da686b2a9b0: Layer already exists [2024-10-22T05:44:35.466Z] 16cad30d6f21: Layer already exists [2024-10-22T05:44:35.466Z] 50a7148bb2a3: Layer already exists [2024-10-22T05:44:35.466Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:44:35.466Z] a48fd660e41c: Layer already exists [2024-10-22T05:44:35.466Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:44:35.466Z] latest: digest: sha256:9867a57f037b0eee4cc5be374d1109ea966849b51424807476a92ef88a5f13bd size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:35.795Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:36.111Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.0.0-dev.1 [2024-10-22T05:44:36.111Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-10-22T05:44:36.111Z] 50a7148bb2a3: Preparing [2024-10-22T05:44:36.111Z] 16cad30d6f21: Preparing [2024-10-22T05:44:36.111Z] e38f0e4d25db: Preparing [2024-10-22T05:44:36.111Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:44:36.111Z] 5da686b2a9b0: Preparing [2024-10-22T05:44:36.111Z] a48fd660e41c: Preparing [2024-10-22T05:44:36.111Z] 63ca1fbb43ae: Preparing [2024-10-22T05:44:36.111Z] a48fd660e41c: Waiting [2024-10-22T05:44:36.111Z] 50a7148bb2a3: Layer already exists [2024-10-22T05:44:36.111Z] 5da686b2a9b0: Layer already exists [2024-10-22T05:44:36.111Z] e38f0e4d25db: Layer already exists [2024-10-22T05:44:36.111Z] 16cad30d6f21: Layer already exists [2024-10-22T05:44:36.111Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:44:36.111Z] a48fd660e41c: Layer already exists [2024-10-22T05:44:36.111Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:44:36.111Z] 4.0.0-dev.1: digest: sha256:9867a57f037b0eee4cc5be374d1109ea966849b51424807476a92ef88a5f13bd size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:36.429Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:36.767Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T05:44:36.767Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-10-22T05:44:36.767Z] 50a7148bb2a3: Preparing [2024-10-22T05:44:36.767Z] 16cad30d6f21: Preparing [2024-10-22T05:44:36.767Z] e38f0e4d25db: Preparing [2024-10-22T05:44:36.767Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:44:36.767Z] 5da686b2a9b0: Preparing [2024-10-22T05:44:36.767Z] a48fd660e41c: Preparing [2024-10-22T05:44:36.767Z] 63ca1fbb43ae: Preparing [2024-10-22T05:44:36.767Z] a48fd660e41c: Waiting [2024-10-22T05:44:36.767Z] 50a7148bb2a3: Layer already exists [2024-10-22T05:44:36.767Z] e38f0e4d25db: Layer already exists [2024-10-22T05:44:36.767Z] 5da686b2a9b0: Layer already exists [2024-10-22T05:44:36.767Z] 16cad30d6f21: Layer already exists [2024-10-22T05:44:36.767Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:44:36.767Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:44:36.767Z] a48fd660e41c: Layer already exists [2024-10-22T05:44:36.767Z] ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1: digest: sha256:9867a57f037b0eee4cc5be374d1109ea966849b51424807476a92ef88a5f13bd size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:37.094Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:37.409Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:main [2024-10-22T05:44:37.409Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-10-22T05:44:37.409Z] 50a7148bb2a3: Preparing [2024-10-22T05:44:37.409Z] 16cad30d6f21: Preparing [2024-10-22T05:44:37.409Z] e38f0e4d25db: Preparing [2024-10-22T05:44:37.409Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:44:37.409Z] 5da686b2a9b0: Preparing [2024-10-22T05:44:37.409Z] a48fd660e41c: Preparing [2024-10-22T05:44:37.409Z] 63ca1fbb43ae: Preparing [2024-10-22T05:44:37.409Z] a48fd660e41c: Waiting [2024-10-22T05:44:37.409Z] 63ca1fbb43ae: Waiting [2024-10-22T05:44:37.409Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:44:37.409Z] e38f0e4d25db: Layer already exists [2024-10-22T05:44:37.409Z] 5da686b2a9b0: Layer already exists [2024-10-22T05:44:37.409Z] 16cad30d6f21: Layer already exists [2024-10-22T05:44:37.409Z] 50a7148bb2a3: Layer already exists [2024-10-22T05:44:37.409Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:44:37.409Z] a48fd660e41c: Layer already exists [2024-10-22T05:44:37.409Z] main: digest: sha256:9867a57f037b0eee4cc5be374d1109ea966849b51424807476a92ef88a5f13bd size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-22T05:44:37.479Z] ===================================================== [Pipeline] echo [2024-10-22T05:44:37.491Z] taggedImages: [2024-10-22T05:44:37.491Z] - nexus3.edgexfoundry.org:10004/core-keeper:ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T05:44:37.491Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2024-10-22T05:44:37.491Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.0.0-dev.1 [2024-10-22T05:44:37.491Z] - nexus3.edgexfoundry.org:10004/core-keeper:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T05:44:37.491Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo [2024-10-22T05:44:37.518Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2024-10-22T05:44:37.518Z] ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T05:44:37.518Z] latest [2024-10-22T05:44:37.518Z] 4.0.0-dev.1 [2024-10-22T05:44:37.518Z] ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T05:44:37.518Z] main [2024-10-22T05:44:37.518Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:37.870Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:38.217Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T05:44:38.217Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-10-22T05:44:38.217Z] 10489830d270: Preparing [2024-10-22T05:44:38.217Z] 3240ed9fd298: Preparing [2024-10-22T05:44:38.217Z] c1d7d195442a: Preparing [2024-10-22T05:44:38.217Z] f003330c4692: Preparing [2024-10-22T05:44:38.217Z] 0b610ac22d7d: Preparing [2024-10-22T05:44:38.217Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:44:38.217Z] 5376a4c14472: Preparing [2024-10-22T05:44:38.217Z] dc3e3263c2c0: Preparing [2024-10-22T05:44:38.217Z] 63ca1fbb43ae: Preparing [2024-10-22T05:44:38.217Z] 7c5bf0cbb1a6: Waiting [2024-10-22T05:44:38.217Z] 5376a4c14472: Waiting [2024-10-22T05:44:38.217Z] dc3e3263c2c0: Waiting [2024-10-22T05:44:38.217Z] 63ca1fbb43ae: Waiting [2024-10-22T05:44:38.217Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:44:38.217Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:44:38.217Z] 5376a4c14472: Layer already exists [2024-10-22T05:44:38.217Z] dc3e3263c2c0: Layer already exists [2024-10-22T05:44:38.217Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:44:38.217Z] 3240ed9fd298: Pushed [2024-10-22T05:44:38.217Z] c1d7d195442a: Pushed [2024-10-22T05:44:38.217Z] 10489830d270: Pushed [2024-10-22T05:44:41.504Z] f003330c4692: Pushed [2024-10-22T05:44:41.504Z] ead55998a61037c88c593b6744c8da68f1c88ef7: digest: sha256:d73289965df68668b139d6e37e593494ac409aa5882e283601e954c59f20ff78 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:41.837Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:42.163Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2024-10-22T05:44:42.163Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-10-22T05:44:42.163Z] 10489830d270: Preparing [2024-10-22T05:44:42.163Z] 3240ed9fd298: Preparing [2024-10-22T05:44:42.163Z] c1d7d195442a: Preparing [2024-10-22T05:44:42.163Z] f003330c4692: Preparing [2024-10-22T05:44:42.163Z] 0b610ac22d7d: Preparing [2024-10-22T05:44:42.163Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:44:42.163Z] 5376a4c14472: Preparing [2024-10-22T05:44:42.163Z] dc3e3263c2c0: Preparing [2024-10-22T05:44:42.163Z] 63ca1fbb43ae: Preparing [2024-10-22T05:44:42.163Z] dc3e3263c2c0: Waiting [2024-10-22T05:44:42.163Z] 7c5bf0cbb1a6: Waiting [2024-10-22T05:44:42.163Z] 63ca1fbb43ae: Waiting [2024-10-22T05:44:42.163Z] 5376a4c14472: Waiting [2024-10-22T05:44:42.163Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:44:42.163Z] 10489830d270: Layer already exists [2024-10-22T05:44:42.163Z] c1d7d195442a: Layer already exists [2024-10-22T05:44:42.163Z] f003330c4692: Layer already exists [2024-10-22T05:44:42.163Z] 3240ed9fd298: Layer already exists [2024-10-22T05:44:42.163Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:44:42.163Z] 5376a4c14472: Layer already exists [2024-10-22T05:44:42.163Z] dc3e3263c2c0: Layer already exists [2024-10-22T05:44:42.163Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:44:42.163Z] latest: digest: sha256:d73289965df68668b139d6e37e593494ac409aa5882e283601e954c59f20ff78 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:42.613Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:42.936Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.0.0-dev.1 [2024-10-22T05:44:42.936Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-10-22T05:44:42.936Z] 10489830d270: Preparing [2024-10-22T05:44:42.936Z] 3240ed9fd298: Preparing [2024-10-22T05:44:42.936Z] c1d7d195442a: Preparing [2024-10-22T05:44:42.936Z] f003330c4692: Preparing [2024-10-22T05:44:42.936Z] 0b610ac22d7d: Preparing [2024-10-22T05:44:42.936Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:44:42.936Z] 5376a4c14472: Preparing [2024-10-22T05:44:42.936Z] dc3e3263c2c0: Preparing [2024-10-22T05:44:42.936Z] 63ca1fbb43ae: Preparing [2024-10-22T05:44:42.936Z] 7c5bf0cbb1a6: Waiting [2024-10-22T05:44:42.936Z] dc3e3263c2c0: Waiting [2024-10-22T05:44:42.936Z] 63ca1fbb43ae: Waiting [2024-10-22T05:44:42.936Z] 5376a4c14472: Waiting [2024-10-22T05:44:42.936Z] 3240ed9fd298: Layer already exists [2024-10-22T05:44:42.936Z] f003330c4692: Layer already exists [2024-10-22T05:44:42.936Z] 10489830d270: Layer already exists [2024-10-22T05:44:42.936Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:44:42.936Z] c1d7d195442a: Layer already exists [2024-10-22T05:44:42.936Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:44:42.936Z] 5376a4c14472: Layer already exists [2024-10-22T05:44:42.936Z] dc3e3263c2c0: Layer already exists [2024-10-22T05:44:42.936Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:44:42.936Z] 4.0.0-dev.1: digest: sha256:d73289965df68668b139d6e37e593494ac409aa5882e283601e954c59f20ff78 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:43.267Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:43.590Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T05:44:43.590Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-10-22T05:44:43.590Z] 10489830d270: Preparing [2024-10-22T05:44:43.590Z] 3240ed9fd298: Preparing [2024-10-22T05:44:43.590Z] c1d7d195442a: Preparing [2024-10-22T05:44:43.590Z] f003330c4692: Preparing [2024-10-22T05:44:43.590Z] 0b610ac22d7d: Preparing [2024-10-22T05:44:43.590Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:44:43.590Z] 5376a4c14472: Preparing [2024-10-22T05:44:43.590Z] 7c5bf0cbb1a6: Waiting [2024-10-22T05:44:43.590Z] dc3e3263c2c0: Preparing [2024-10-22T05:44:43.590Z] 5376a4c14472: Waiting [2024-10-22T05:44:43.590Z] 63ca1fbb43ae: Preparing [2024-10-22T05:44:43.590Z] dc3e3263c2c0: Waiting [2024-10-22T05:44:43.590Z] 63ca1fbb43ae: Waiting [2024-10-22T05:44:43.590Z] c1d7d195442a: Layer already exists [2024-10-22T05:44:43.590Z] f003330c4692: Layer already exists [2024-10-22T05:44:43.590Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:44:43.590Z] 10489830d270: Layer already exists [2024-10-22T05:44:43.590Z] 3240ed9fd298: Layer already exists [2024-10-22T05:44:43.590Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:44:43.590Z] dc3e3263c2c0: Layer already exists [2024-10-22T05:44:43.590Z] 5376a4c14472: Layer already exists [2024-10-22T05:44:43.590Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:44:43.590Z] ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1: digest: sha256:d73289965df68668b139d6e37e593494ac409aa5882e283601e954c59f20ff78 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:43.917Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:44.247Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2024-10-22T05:44:44.247Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-10-22T05:44:44.247Z] 10489830d270: Preparing [2024-10-22T05:44:44.247Z] 3240ed9fd298: Preparing [2024-10-22T05:44:44.247Z] c1d7d195442a: Preparing [2024-10-22T05:44:44.247Z] f003330c4692: Preparing [2024-10-22T05:44:44.247Z] 0b610ac22d7d: Preparing [2024-10-22T05:44:44.247Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:44:44.247Z] 5376a4c14472: Preparing [2024-10-22T05:44:44.247Z] dc3e3263c2c0: Preparing [2024-10-22T05:44:44.247Z] 63ca1fbb43ae: Preparing [2024-10-22T05:44:44.247Z] 7c5bf0cbb1a6: Waiting [2024-10-22T05:44:44.247Z] 5376a4c14472: Waiting [2024-10-22T05:44:44.247Z] dc3e3263c2c0: Waiting [2024-10-22T05:44:44.247Z] 63ca1fbb43ae: Waiting [2024-10-22T05:44:44.247Z] c1d7d195442a: Layer already exists [2024-10-22T05:44:44.247Z] 10489830d270: Layer already exists [2024-10-22T05:44:44.247Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:44:44.247Z] 3240ed9fd298: Layer already exists [2024-10-22T05:44:44.247Z] f003330c4692: Layer already exists [2024-10-22T05:44:44.247Z] dc3e3263c2c0: Layer already exists [2024-10-22T05:44:44.247Z] 5376a4c14472: Layer already exists [2024-10-22T05:44:44.247Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:44:44.247Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:44:44.247Z] main: digest: sha256:d73289965df68668b139d6e37e593494ac409aa5882e283601e954c59f20ff78 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-22T05:44:44.315Z] ===================================================== [Pipeline] echo [2024-10-22T05:44:44.328Z] taggedImages: [2024-10-22T05:44:44.328Z] - nexus3.edgexfoundry.org:10004/core-metadata:ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T05:44:44.328Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2024-10-22T05:44:44.328Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.0.0-dev.1 [2024-10-22T05:44:44.328Z] - nexus3.edgexfoundry.org:10004/core-metadata:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T05:44:44.328Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2024-10-22T05:44:44.357Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2024-10-22T05:44:44.357Z] ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T05:44:44.357Z] latest [2024-10-22T05:44:44.357Z] 4.0.0-dev.1 [2024-10-22T05:44:44.357Z] ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T05:44:44.357Z] main [2024-10-22T05:44:44.357Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:44.701Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:45.035Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T05:44:45.035Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-10-22T05:44:45.035Z] 33d8d6242317: Preparing [2024-10-22T05:44:45.035Z] c99efb699aad: Preparing [2024-10-22T05:44:45.035Z] 7c0926671c40: Preparing [2024-10-22T05:44:45.035Z] f5a9b8dc9d76: Preparing [2024-10-22T05:44:45.035Z] 10010c001d98: Preparing [2024-10-22T05:44:45.035Z] 388fd5c9d0d0: Preparing [2024-10-22T05:44:45.035Z] d1946c0761c4: Preparing [2024-10-22T05:44:45.035Z] a54828dd79ca: Preparing [2024-10-22T05:44:45.035Z] 0b610ac22d7d: Preparing [2024-10-22T05:44:45.035Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:44:45.035Z] 279d64f10e8a: Preparing [2024-10-22T05:44:45.035Z] b3951ae1727d: Preparing [2024-10-22T05:44:45.035Z] 5f70bf18a086: Preparing [2024-10-22T05:44:45.035Z] c0023b977b84: Preparing [2024-10-22T05:44:45.035Z] 423da3227290: Preparing [2024-10-22T05:44:45.035Z] 1733223080bd: Preparing [2024-10-22T05:44:45.035Z] 63ca1fbb43ae: Preparing [2024-10-22T05:44:45.035Z] 388fd5c9d0d0: Waiting [2024-10-22T05:44:45.035Z] d1946c0761c4: Waiting [2024-10-22T05:44:45.035Z] a54828dd79ca: Waiting [2024-10-22T05:44:45.035Z] 1733223080bd: Waiting [2024-10-22T05:44:45.035Z] c0023b977b84: Waiting [2024-10-22T05:44:45.035Z] 0b610ac22d7d: Waiting [2024-10-22T05:44:45.035Z] 423da3227290: Waiting [2024-10-22T05:44:45.035Z] 7c5bf0cbb1a6: Waiting [2024-10-22T05:44:45.035Z] 279d64f10e8a: Waiting [2024-10-22T05:44:45.035Z] 63ca1fbb43ae: Waiting [2024-10-22T05:44:45.035Z] b3951ae1727d: Waiting [2024-10-22T05:44:45.035Z] 5f70bf18a086: Waiting [2024-10-22T05:44:45.035Z] 7c0926671c40: Pushed [2024-10-22T05:44:45.035Z] 10010c001d98: Pushed [2024-10-22T05:44:45.035Z] f5a9b8dc9d76: Pushed [2024-10-22T05:44:45.035Z] 33d8d6242317: Pushed [2024-10-22T05:44:45.035Z] c99efb699aad: Pushed [2024-10-22T05:44:45.035Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:44:45.035Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:44:45.294Z] d1946c0761c4: Pushed [2024-10-22T05:44:45.294Z] 388fd5c9d0d0: Pushed [2024-10-22T05:44:45.294Z] 5f70bf18a086: Layer already exists [2024-10-22T05:44:45.294Z] 279d64f10e8a: Pushed [2024-10-22T05:44:45.294Z] b3951ae1727d: Pushed [2024-10-22T05:44:45.294Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:44:45.294Z] c0023b977b84: Pushed [2024-10-22T05:44:45.294Z] 1733223080bd: Pushed [2024-10-22T05:44:45.863Z] 423da3227290: Pushed [2024-10-22T05:44:47.241Z] a54828dd79ca: Pushed [2024-10-22T05:44:47.500Z] ead55998a61037c88c593b6744c8da68f1c88ef7: digest: sha256:2239fb0e0f1cf1d89742e00040f1bfba7487eaa3237672a6f34e981665477f20 size: 3855 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:47.827Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:48.150Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2024-10-22T05:44:48.150Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-10-22T05:44:48.150Z] 33d8d6242317: Preparing [2024-10-22T05:44:48.150Z] c99efb699aad: Preparing [2024-10-22T05:44:48.150Z] 7c0926671c40: Preparing [2024-10-22T05:44:48.150Z] f5a9b8dc9d76: Preparing [2024-10-22T05:44:48.150Z] 10010c001d98: Preparing [2024-10-22T05:44:48.150Z] 388fd5c9d0d0: Preparing [2024-10-22T05:44:48.150Z] d1946c0761c4: Preparing [2024-10-22T05:44:48.150Z] a54828dd79ca: Preparing [2024-10-22T05:44:48.150Z] 0b610ac22d7d: Preparing [2024-10-22T05:44:48.150Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:44:48.150Z] 279d64f10e8a: Preparing [2024-10-22T05:44:48.150Z] b3951ae1727d: Preparing [2024-10-22T05:44:48.151Z] 5f70bf18a086: Preparing [2024-10-22T05:44:48.151Z] c0023b977b84: Preparing [2024-10-22T05:44:48.151Z] 423da3227290: Preparing [2024-10-22T05:44:48.151Z] 1733223080bd: Preparing [2024-10-22T05:44:48.151Z] 63ca1fbb43ae: Preparing [2024-10-22T05:44:48.151Z] 7c5bf0cbb1a6: Waiting [2024-10-22T05:44:48.151Z] 279d64f10e8a: Waiting [2024-10-22T05:44:48.151Z] b3951ae1727d: Waiting [2024-10-22T05:44:48.151Z] 5f70bf18a086: Waiting [2024-10-22T05:44:48.151Z] c0023b977b84: Waiting [2024-10-22T05:44:48.151Z] 423da3227290: Waiting [2024-10-22T05:44:48.151Z] 1733223080bd: Waiting [2024-10-22T05:44:48.151Z] 63ca1fbb43ae: Waiting [2024-10-22T05:44:48.151Z] d1946c0761c4: Waiting [2024-10-22T05:44:48.151Z] a54828dd79ca: Waiting [2024-10-22T05:44:48.151Z] 388fd5c9d0d0: Waiting [2024-10-22T05:44:48.151Z] 0b610ac22d7d: Waiting [2024-10-22T05:44:48.151Z] 7c0926671c40: Layer already exists [2024-10-22T05:44:48.151Z] 33d8d6242317: Layer already exists [2024-10-22T05:44:48.151Z] c99efb699aad: Layer already exists [2024-10-22T05:44:48.151Z] f5a9b8dc9d76: Layer already exists [2024-10-22T05:44:48.151Z] 10010c001d98: Layer already exists [2024-10-22T05:44:48.151Z] 388fd5c9d0d0: Layer already exists [2024-10-22T05:44:48.151Z] d1946c0761c4: Layer already exists [2024-10-22T05:44:48.151Z] a54828dd79ca: Layer already exists [2024-10-22T05:44:48.151Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:44:48.151Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:44:48.151Z] 279d64f10e8a: Layer already exists [2024-10-22T05:44:48.151Z] b3951ae1727d: Layer already exists [2024-10-22T05:44:48.151Z] c0023b977b84: Layer already exists [2024-10-22T05:44:48.151Z] 5f70bf18a086: Layer already exists [2024-10-22T05:44:48.151Z] 423da3227290: Layer already exists [2024-10-22T05:44:48.151Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:44:48.151Z] 1733223080bd: Layer already exists [2024-10-22T05:44:48.151Z] latest: digest: sha256:2239fb0e0f1cf1d89742e00040f1bfba7487eaa3237672a6f34e981665477f20 size: 3855 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:48.472Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:48.796Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.0.0-dev.1 [2024-10-22T05:44:48.796Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-10-22T05:44:48.796Z] 33d8d6242317: Preparing [2024-10-22T05:44:48.796Z] c99efb699aad: Preparing [2024-10-22T05:44:48.796Z] 7c0926671c40: Preparing [2024-10-22T05:44:48.796Z] f5a9b8dc9d76: Preparing [2024-10-22T05:44:48.796Z] 10010c001d98: Preparing [2024-10-22T05:44:48.796Z] 388fd5c9d0d0: Preparing [2024-10-22T05:44:48.796Z] d1946c0761c4: Preparing [2024-10-22T05:44:48.796Z] a54828dd79ca: Preparing [2024-10-22T05:44:48.796Z] 0b610ac22d7d: Preparing [2024-10-22T05:44:48.796Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:44:48.796Z] 279d64f10e8a: Preparing [2024-10-22T05:44:48.796Z] b3951ae1727d: Preparing [2024-10-22T05:44:48.796Z] 5f70bf18a086: Preparing [2024-10-22T05:44:48.796Z] c0023b977b84: Preparing [2024-10-22T05:44:48.796Z] 423da3227290: Preparing [2024-10-22T05:44:48.796Z] 1733223080bd: Preparing [2024-10-22T05:44:48.796Z] 63ca1fbb43ae: Preparing [2024-10-22T05:44:48.796Z] 279d64f10e8a: Waiting [2024-10-22T05:44:48.796Z] b3951ae1727d: Waiting [2024-10-22T05:44:48.796Z] 5f70bf18a086: Waiting [2024-10-22T05:44:48.796Z] c0023b977b84: Waiting [2024-10-22T05:44:48.796Z] 423da3227290: Waiting [2024-10-22T05:44:48.796Z] 1733223080bd: Waiting [2024-10-22T05:44:48.796Z] 63ca1fbb43ae: Waiting [2024-10-22T05:44:48.796Z] d1946c0761c4: Waiting [2024-10-22T05:44:48.796Z] 7c5bf0cbb1a6: Waiting [2024-10-22T05:44:48.796Z] a54828dd79ca: Waiting [2024-10-22T05:44:48.796Z] 0b610ac22d7d: Waiting [2024-10-22T05:44:48.796Z] f5a9b8dc9d76: Layer already exists [2024-10-22T05:44:48.796Z] 33d8d6242317: Layer already exists [2024-10-22T05:44:48.796Z] 7c0926671c40: Layer already exists [2024-10-22T05:44:48.796Z] c99efb699aad: Layer already exists [2024-10-22T05:44:48.796Z] 10010c001d98: Layer already exists [2024-10-22T05:44:48.796Z] d1946c0761c4: Layer already exists [2024-10-22T05:44:48.796Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:44:48.796Z] 388fd5c9d0d0: Layer already exists [2024-10-22T05:44:48.796Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:44:48.796Z] a54828dd79ca: Layer already exists [2024-10-22T05:44:48.796Z] 279d64f10e8a: Layer already exists [2024-10-22T05:44:48.796Z] b3951ae1727d: Layer already exists [2024-10-22T05:44:48.796Z] 423da3227290: Layer already exists [2024-10-22T05:44:48.796Z] c0023b977b84: Layer already exists [2024-10-22T05:44:48.796Z] 5f70bf18a086: Layer already exists [2024-10-22T05:44:48.796Z] 1733223080bd: Layer already exists [2024-10-22T05:44:48.796Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:44:48.796Z] 4.0.0-dev.1: digest: sha256:2239fb0e0f1cf1d89742e00040f1bfba7487eaa3237672a6f34e981665477f20 size: 3855 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:49.137Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:49.471Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T05:44:49.471Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-10-22T05:44:49.471Z] 33d8d6242317: Preparing [2024-10-22T05:44:49.471Z] c99efb699aad: Preparing [2024-10-22T05:44:49.471Z] 7c0926671c40: Preparing [2024-10-22T05:44:49.471Z] f5a9b8dc9d76: Preparing [2024-10-22T05:44:49.471Z] 10010c001d98: Preparing [2024-10-22T05:44:49.471Z] 388fd5c9d0d0: Preparing [2024-10-22T05:44:49.471Z] d1946c0761c4: Preparing [2024-10-22T05:44:49.471Z] a54828dd79ca: Preparing [2024-10-22T05:44:49.471Z] 0b610ac22d7d: Preparing [2024-10-22T05:44:49.471Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:44:49.471Z] 279d64f10e8a: Preparing [2024-10-22T05:44:49.471Z] b3951ae1727d: Preparing [2024-10-22T05:44:49.471Z] 5f70bf18a086: Preparing [2024-10-22T05:44:49.471Z] c0023b977b84: Preparing [2024-10-22T05:44:49.471Z] 423da3227290: Preparing [2024-10-22T05:44:49.471Z] 1733223080bd: Preparing [2024-10-22T05:44:49.471Z] 63ca1fbb43ae: Preparing [2024-10-22T05:44:49.471Z] 279d64f10e8a: Waiting [2024-10-22T05:44:49.471Z] b3951ae1727d: Waiting [2024-10-22T05:44:49.471Z] 388fd5c9d0d0: Waiting [2024-10-22T05:44:49.471Z] 5f70bf18a086: Waiting [2024-10-22T05:44:49.471Z] d1946c0761c4: Waiting [2024-10-22T05:44:49.471Z] c0023b977b84: Waiting [2024-10-22T05:44:49.471Z] a54828dd79ca: Waiting [2024-10-22T05:44:49.471Z] 423da3227290: Waiting [2024-10-22T05:44:49.471Z] 0b610ac22d7d: Waiting [2024-10-22T05:44:49.471Z] 7c5bf0cbb1a6: Waiting [2024-10-22T05:44:49.471Z] 1733223080bd: Waiting [2024-10-22T05:44:49.471Z] 7c0926671c40: Layer already exists [2024-10-22T05:44:49.471Z] c99efb699aad: Layer already exists [2024-10-22T05:44:49.471Z] 10010c001d98: Layer already exists [2024-10-22T05:44:49.471Z] 33d8d6242317: Layer already exists [2024-10-22T05:44:49.471Z] f5a9b8dc9d76: Layer already exists [2024-10-22T05:44:49.471Z] d1946c0761c4: Layer already exists [2024-10-22T05:44:49.471Z] a54828dd79ca: Layer already exists [2024-10-22T05:44:49.471Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:44:49.471Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:44:49.471Z] 279d64f10e8a: Layer already exists [2024-10-22T05:44:49.471Z] 5f70bf18a086: Layer already exists [2024-10-22T05:44:49.471Z] c0023b977b84: Layer already exists [2024-10-22T05:44:49.471Z] 423da3227290: Layer already exists [2024-10-22T05:44:49.471Z] 388fd5c9d0d0: Layer already exists [2024-10-22T05:44:49.471Z] 1733223080bd: Layer already exists [2024-10-22T05:44:49.471Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:44:49.471Z] b3951ae1727d: Layer already exists [2024-10-22T05:44:49.471Z] ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1: digest: sha256:2239fb0e0f1cf1d89742e00040f1bfba7487eaa3237672a6f34e981665477f20 size: 3855 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:49.802Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:50.135Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2024-10-22T05:44:50.135Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-10-22T05:44:50.135Z] 33d8d6242317: Preparing [2024-10-22T05:44:50.135Z] c99efb699aad: Preparing [2024-10-22T05:44:50.135Z] 7c0926671c40: Preparing [2024-10-22T05:44:50.135Z] f5a9b8dc9d76: Preparing [2024-10-22T05:44:50.135Z] 10010c001d98: Preparing [2024-10-22T05:44:50.135Z] 388fd5c9d0d0: Preparing [2024-10-22T05:44:50.135Z] d1946c0761c4: Preparing [2024-10-22T05:44:50.135Z] a54828dd79ca: Preparing [2024-10-22T05:44:50.135Z] 0b610ac22d7d: Preparing [2024-10-22T05:44:50.135Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:44:50.135Z] 279d64f10e8a: Preparing [2024-10-22T05:44:50.135Z] b3951ae1727d: Preparing [2024-10-22T05:44:50.135Z] 5f70bf18a086: Preparing [2024-10-22T05:44:50.135Z] c0023b977b84: Preparing [2024-10-22T05:44:50.135Z] 423da3227290: Preparing [2024-10-22T05:44:50.135Z] 1733223080bd: Preparing [2024-10-22T05:44:50.135Z] 63ca1fbb43ae: Preparing [2024-10-22T05:44:50.135Z] 5f70bf18a086: Waiting [2024-10-22T05:44:50.135Z] 0b610ac22d7d: Waiting [2024-10-22T05:44:50.135Z] 7c5bf0cbb1a6: Waiting [2024-10-22T05:44:50.135Z] 279d64f10e8a: Waiting [2024-10-22T05:44:50.135Z] b3951ae1727d: Waiting [2024-10-22T05:44:50.135Z] c0023b977b84: Waiting [2024-10-22T05:44:50.135Z] 423da3227290: Waiting [2024-10-22T05:44:50.135Z] 388fd5c9d0d0: Waiting [2024-10-22T05:44:50.135Z] d1946c0761c4: Waiting [2024-10-22T05:44:50.135Z] 63ca1fbb43ae: Waiting [2024-10-22T05:44:50.135Z] 10010c001d98: Layer already exists [2024-10-22T05:44:50.135Z] 33d8d6242317: Layer already exists [2024-10-22T05:44:50.135Z] 7c0926671c40: Layer already exists [2024-10-22T05:44:50.135Z] f5a9b8dc9d76: Layer already exists [2024-10-22T05:44:50.135Z] c99efb699aad: Layer already exists [2024-10-22T05:44:50.135Z] d1946c0761c4: Layer already exists [2024-10-22T05:44:50.135Z] 388fd5c9d0d0: Layer already exists [2024-10-22T05:44:50.135Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:44:50.135Z] a54828dd79ca: Layer already exists [2024-10-22T05:44:50.135Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:44:50.135Z] 279d64f10e8a: Layer already exists [2024-10-22T05:44:50.135Z] b3951ae1727d: Layer already exists [2024-10-22T05:44:50.135Z] 5f70bf18a086: Layer already exists [2024-10-22T05:44:50.135Z] 423da3227290: Layer already exists [2024-10-22T05:44:50.135Z] c0023b977b84: Layer already exists [2024-10-22T05:44:50.135Z] 1733223080bd: Layer already exists [2024-10-22T05:44:50.135Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:44:50.135Z] main: digest: sha256:2239fb0e0f1cf1d89742e00040f1bfba7487eaa3237672a6f34e981665477f20 size: 3855 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-22T05:44:50.226Z] ===================================================== [Pipeline] echo [2024-10-22T05:44:50.243Z] taggedImages: [2024-10-22T05:44:50.243Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T05:44:50.243Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2024-10-22T05:44:50.243Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.0.0-dev.1 [2024-10-22T05:44:50.243Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T05:44:50.243Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2024-10-22T05:44:50.270Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2024-10-22T05:44:50.270Z] ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T05:44:50.270Z] latest [2024-10-22T05:44:50.270Z] 4.0.0-dev.1 [2024-10-22T05:44:50.270Z] ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T05:44:50.270Z] main [2024-10-22T05:44:50.270Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:50.618Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:50.944Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T05:44:50.944Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-10-22T05:44:50.944Z] 9df780039af4: Preparing [2024-10-22T05:44:50.944Z] 91c276c21c56: Preparing [2024-10-22T05:44:50.944Z] 16f97b92f45d: Preparing [2024-10-22T05:44:50.944Z] ef24a744cd94: Preparing [2024-10-22T05:44:50.944Z] 0b610ac22d7d: Preparing [2024-10-22T05:44:50.944Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:44:50.944Z] 5376a4c14472: Preparing [2024-10-22T05:44:50.944Z] dc3e3263c2c0: Preparing [2024-10-22T05:44:50.944Z] 63ca1fbb43ae: Preparing [2024-10-22T05:44:50.944Z] 5376a4c14472: Waiting [2024-10-22T05:44:50.944Z] 7c5bf0cbb1a6: Waiting [2024-10-22T05:44:50.944Z] dc3e3263c2c0: Waiting [2024-10-22T05:44:50.944Z] 91c276c21c56: Layer already exists [2024-10-22T05:44:50.944Z] 9df780039af4: Layer already exists [2024-10-22T05:44:50.944Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:44:50.944Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:44:50.944Z] 5376a4c14472: Layer already exists [2024-10-22T05:44:50.944Z] dc3e3263c2c0: Layer already exists [2024-10-22T05:44:50.944Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:44:50.944Z] 16f97b92f45d: Pushed [2024-10-22T05:44:53.479Z] ef24a744cd94: Pushed [2024-10-22T05:44:53.479Z] ead55998a61037c88c593b6744c8da68f1c88ef7: digest: sha256:ec871786b403e14a0e8760b364633a44bed36f4407cf317bf138425821d0da64 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:53.809Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:54.139Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2024-10-22T05:44:54.140Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-10-22T05:44:54.140Z] 9df780039af4: Preparing [2024-10-22T05:44:54.140Z] 91c276c21c56: Preparing [2024-10-22T05:44:54.140Z] 16f97b92f45d: Preparing [2024-10-22T05:44:54.140Z] ef24a744cd94: Preparing [2024-10-22T05:44:54.140Z] 0b610ac22d7d: Preparing [2024-10-22T05:44:54.140Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:44:54.140Z] 5376a4c14472: Preparing [2024-10-22T05:44:54.140Z] dc3e3263c2c0: Preparing [2024-10-22T05:44:54.140Z] 63ca1fbb43ae: Preparing [2024-10-22T05:44:54.140Z] 7c5bf0cbb1a6: Waiting [2024-10-22T05:44:54.140Z] 5376a4c14472: Waiting [2024-10-22T05:44:54.140Z] dc3e3263c2c0: Waiting [2024-10-22T05:44:54.140Z] 63ca1fbb43ae: Waiting [2024-10-22T05:44:54.140Z] 9df780039af4: Layer already exists [2024-10-22T05:44:54.140Z] ef24a744cd94: Layer already exists [2024-10-22T05:44:54.140Z] 91c276c21c56: Layer already exists [2024-10-22T05:44:54.140Z] 16f97b92f45d: Layer already exists [2024-10-22T05:44:54.140Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:44:54.140Z] dc3e3263c2c0: Layer already exists [2024-10-22T05:44:54.140Z] 5376a4c14472: Layer already exists [2024-10-22T05:44:54.140Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:44:54.140Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:44:54.140Z] latest: digest: sha256:ec871786b403e14a0e8760b364633a44bed36f4407cf317bf138425821d0da64 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:54.486Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:54.811Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.0.0-dev.1 [2024-10-22T05:44:54.811Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-10-22T05:44:54.811Z] 9df780039af4: Preparing [2024-10-22T05:44:54.811Z] 91c276c21c56: Preparing [2024-10-22T05:44:54.811Z] 16f97b92f45d: Preparing [2024-10-22T05:44:54.811Z] ef24a744cd94: Preparing [2024-10-22T05:44:54.811Z] 0b610ac22d7d: Preparing [2024-10-22T05:44:54.811Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:44:54.811Z] 5376a4c14472: Preparing [2024-10-22T05:44:54.811Z] dc3e3263c2c0: Preparing [2024-10-22T05:44:54.811Z] 63ca1fbb43ae: Preparing [2024-10-22T05:44:54.811Z] 5376a4c14472: Waiting [2024-10-22T05:44:54.811Z] dc3e3263c2c0: Waiting [2024-10-22T05:44:54.811Z] 63ca1fbb43ae: Waiting [2024-10-22T05:44:54.811Z] 7c5bf0cbb1a6: Waiting [2024-10-22T05:44:54.811Z] 9df780039af4: Layer already exists [2024-10-22T05:44:54.811Z] ef24a744cd94: Layer already exists [2024-10-22T05:44:54.811Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:44:54.811Z] 91c276c21c56: Layer already exists [2024-10-22T05:44:54.811Z] 16f97b92f45d: Layer already exists [2024-10-22T05:44:54.811Z] 5376a4c14472: Layer already exists [2024-10-22T05:44:54.811Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:44:54.811Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:44:54.811Z] dc3e3263c2c0: Layer already exists [2024-10-22T05:44:54.811Z] 4.0.0-dev.1: digest: sha256:ec871786b403e14a0e8760b364633a44bed36f4407cf317bf138425821d0da64 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:55.147Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:55.472Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T05:44:55.472Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-10-22T05:44:55.473Z] 9df780039af4: Preparing [2024-10-22T05:44:55.473Z] 91c276c21c56: Preparing [2024-10-22T05:44:55.473Z] 16f97b92f45d: Preparing [2024-10-22T05:44:55.473Z] ef24a744cd94: Preparing [2024-10-22T05:44:55.473Z] 0b610ac22d7d: Preparing [2024-10-22T05:44:55.473Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:44:55.473Z] 5376a4c14472: Preparing [2024-10-22T05:44:55.473Z] dc3e3263c2c0: Preparing [2024-10-22T05:44:55.473Z] 63ca1fbb43ae: Preparing [2024-10-22T05:44:55.473Z] 7c5bf0cbb1a6: Waiting [2024-10-22T05:44:55.473Z] 5376a4c14472: Waiting [2024-10-22T05:44:55.473Z] dc3e3263c2c0: Waiting [2024-10-22T05:44:55.473Z] 63ca1fbb43ae: Waiting [2024-10-22T05:44:55.473Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:44:55.473Z] 16f97b92f45d: Layer already exists [2024-10-22T05:44:55.473Z] 91c276c21c56: Layer already exists [2024-10-22T05:44:55.473Z] 9df780039af4: Layer already exists [2024-10-22T05:44:55.473Z] ef24a744cd94: Layer already exists [2024-10-22T05:44:55.473Z] 5376a4c14472: Layer already exists [2024-10-22T05:44:55.473Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:44:55.473Z] dc3e3263c2c0: Layer already exists [2024-10-22T05:44:55.473Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:44:55.473Z] ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1: digest: sha256:ec871786b403e14a0e8760b364633a44bed36f4407cf317bf138425821d0da64 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:55.818Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:56.154Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2024-10-22T05:44:56.154Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-10-22T05:44:56.154Z] 9df780039af4: Preparing [2024-10-22T05:44:56.154Z] 91c276c21c56: Preparing [2024-10-22T05:44:56.154Z] 16f97b92f45d: Preparing [2024-10-22T05:44:56.154Z] ef24a744cd94: Preparing [2024-10-22T05:44:56.154Z] 0b610ac22d7d: Preparing [2024-10-22T05:44:56.154Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:44:56.154Z] 5376a4c14472: Preparing [2024-10-22T05:44:56.154Z] dc3e3263c2c0: Preparing [2024-10-22T05:44:56.154Z] 63ca1fbb43ae: Preparing [2024-10-22T05:44:56.154Z] 7c5bf0cbb1a6: Waiting [2024-10-22T05:44:56.154Z] 5376a4c14472: Waiting [2024-10-22T05:44:56.154Z] dc3e3263c2c0: Waiting [2024-10-22T05:44:56.154Z] 63ca1fbb43ae: Waiting [2024-10-22T05:44:56.154Z] 9df780039af4: Layer already exists [2024-10-22T05:44:56.154Z] 16f97b92f45d: Layer already exists [2024-10-22T05:44:56.154Z] 91c276c21c56: Layer already exists [2024-10-22T05:44:56.154Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:44:56.154Z] ef24a744cd94: Layer already exists [2024-10-22T05:44:56.154Z] 5376a4c14472: Layer already exists [2024-10-22T05:44:56.154Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:44:56.154Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:44:56.154Z] dc3e3263c2c0: Layer already exists [2024-10-22T05:44:56.154Z] main: digest: sha256:ec871786b403e14a0e8760b364633a44bed36f4407cf317bf138425821d0da64 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-22T05:44:56.227Z] ===================================================== [Pipeline] echo [2024-10-22T05:44:56.250Z] taggedImages: [2024-10-22T05:44:56.250Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T05:44:56.250Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2024-10-22T05:44:56.250Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.0.0-dev.1 [2024-10-22T05:44:56.250Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T05:44:56.250Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2024-10-22T05:44:56.278Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2024-10-22T05:44:56.278Z] ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T05:44:56.278Z] latest [2024-10-22T05:44:56.278Z] 4.0.0-dev.1 [2024-10-22T05:44:56.278Z] ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T05:44:56.278Z] main [2024-10-22T05:44:56.278Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:56.635Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:56.960Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T05:44:56.960Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-10-22T05:44:56.960Z] b9ec6e6d5073: Preparing [2024-10-22T05:44:56.960Z] 45822b26cea4: Preparing [2024-10-22T05:44:56.960Z] dd8514193af3: Preparing [2024-10-22T05:44:56.960Z] 9710bda7966f: Preparing [2024-10-22T05:44:56.960Z] 8171d43c87fd: Preparing [2024-10-22T05:44:56.960Z] 0b610ac22d7d: Preparing [2024-10-22T05:44:56.960Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:44:56.960Z] 16930dca5e62: Preparing [2024-10-22T05:44:56.960Z] 60382ced8b9b: Preparing [2024-10-22T05:44:56.960Z] 77a2d6e60e67: Preparing [2024-10-22T05:44:56.960Z] 63ca1fbb43ae: Preparing [2024-10-22T05:44:56.960Z] 0b610ac22d7d: Waiting [2024-10-22T05:44:56.960Z] 16930dca5e62: Waiting [2024-10-22T05:44:56.960Z] 7c5bf0cbb1a6: Waiting [2024-10-22T05:44:56.960Z] 60382ced8b9b: Waiting [2024-10-22T05:44:56.960Z] 63ca1fbb43ae: Waiting [2024-10-22T05:44:56.960Z] 45822b26cea4: Pushed [2024-10-22T05:44:56.960Z] 8171d43c87fd: Pushed [2024-10-22T05:44:56.960Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:44:56.960Z] b9ec6e6d5073: Pushed [2024-10-22T05:44:56.960Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:44:56.960Z] 9710bda7966f: Pushed [2024-10-22T05:44:56.960Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:44:57.219Z] 16930dca5e62: Pushed [2024-10-22T05:44:57.219Z] 60382ced8b9b: Pushed [2024-10-22T05:44:58.598Z] dd8514193af3: Pushed [2024-10-22T05:44:58.857Z] 77a2d6e60e67: Pushed [2024-10-22T05:44:58.857Z] ead55998a61037c88c593b6744c8da68f1c88ef7: digest: sha256:c1b3792f574ddbeca3f0bb4831633b452d9bee8a3a257541e43049e9673292b6 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:59.177Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:59.499Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2024-10-22T05:44:59.499Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-10-22T05:44:59.499Z] b9ec6e6d5073: Preparing [2024-10-22T05:44:59.499Z] 45822b26cea4: Preparing [2024-10-22T05:44:59.499Z] dd8514193af3: Preparing [2024-10-22T05:44:59.499Z] 9710bda7966f: Preparing [2024-10-22T05:44:59.499Z] 8171d43c87fd: Preparing [2024-10-22T05:44:59.499Z] 0b610ac22d7d: Preparing [2024-10-22T05:44:59.499Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:44:59.499Z] 16930dca5e62: Preparing [2024-10-22T05:44:59.499Z] 60382ced8b9b: Preparing [2024-10-22T05:44:59.499Z] 77a2d6e60e67: Preparing [2024-10-22T05:44:59.499Z] 63ca1fbb43ae: Preparing [2024-10-22T05:44:59.499Z] 0b610ac22d7d: Waiting [2024-10-22T05:44:59.499Z] 16930dca5e62: Waiting [2024-10-22T05:44:59.499Z] 60382ced8b9b: Waiting [2024-10-22T05:44:59.499Z] 77a2d6e60e67: Waiting [2024-10-22T05:44:59.499Z] 63ca1fbb43ae: Waiting [2024-10-22T05:44:59.500Z] 7c5bf0cbb1a6: Waiting [2024-10-22T05:44:59.500Z] 9710bda7966f: Layer already exists [2024-10-22T05:44:59.500Z] dd8514193af3: Layer already exists [2024-10-22T05:44:59.500Z] 8171d43c87fd: Layer already exists [2024-10-22T05:44:59.500Z] 45822b26cea4: Layer already exists [2024-10-22T05:44:59.500Z] b9ec6e6d5073: Layer already exists [2024-10-22T05:44:59.500Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:44:59.500Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:44:59.500Z] 16930dca5e62: Layer already exists [2024-10-22T05:44:59.500Z] 77a2d6e60e67: Layer already exists [2024-10-22T05:44:59.500Z] 60382ced8b9b: Layer already exists [2024-10-22T05:44:59.500Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:44:59.500Z] latest: digest: sha256:c1b3792f574ddbeca3f0bb4831633b452d9bee8a3a257541e43049e9673292b6 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:44:59.823Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:45:00.151Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.0.0-dev.1 [2024-10-22T05:45:00.151Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-10-22T05:45:00.151Z] b9ec6e6d5073: Preparing [2024-10-22T05:45:00.151Z] 45822b26cea4: Preparing [2024-10-22T05:45:00.151Z] dd8514193af3: Preparing [2024-10-22T05:45:00.151Z] 9710bda7966f: Preparing [2024-10-22T05:45:00.151Z] 8171d43c87fd: Preparing [2024-10-22T05:45:00.151Z] 0b610ac22d7d: Preparing [2024-10-22T05:45:00.151Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:45:00.151Z] 16930dca5e62: Preparing [2024-10-22T05:45:00.151Z] 60382ced8b9b: Preparing [2024-10-22T05:45:00.151Z] 0b610ac22d7d: Waiting [2024-10-22T05:45:00.151Z] 7c5bf0cbb1a6: Waiting [2024-10-22T05:45:00.151Z] 16930dca5e62: Waiting [2024-10-22T05:45:00.151Z] 77a2d6e60e67: Preparing [2024-10-22T05:45:00.151Z] 63ca1fbb43ae: Preparing [2024-10-22T05:45:00.151Z] 60382ced8b9b: Waiting [2024-10-22T05:45:00.151Z] 63ca1fbb43ae: Waiting [2024-10-22T05:45:00.151Z] 77a2d6e60e67: Waiting [2024-10-22T05:45:00.151Z] dd8514193af3: Layer already exists [2024-10-22T05:45:00.151Z] 45822b26cea4: Layer already exists [2024-10-22T05:45:00.151Z] 9710bda7966f: Layer already exists [2024-10-22T05:45:00.151Z] b9ec6e6d5073: Layer already exists [2024-10-22T05:45:00.151Z] 8171d43c87fd: Layer already exists [2024-10-22T05:45:00.151Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:45:00.151Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:45:00.151Z] 77a2d6e60e67: Layer already exists [2024-10-22T05:45:00.151Z] 16930dca5e62: Layer already exists [2024-10-22T05:45:00.151Z] 60382ced8b9b: Layer already exists [2024-10-22T05:45:00.151Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:45:00.151Z] 4.0.0-dev.1: digest: sha256:c1b3792f574ddbeca3f0bb4831633b452d9bee8a3a257541e43049e9673292b6 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:45:00.481Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:45:00.805Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T05:45:00.806Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-10-22T05:45:00.806Z] b9ec6e6d5073: Preparing [2024-10-22T05:45:00.806Z] 45822b26cea4: Preparing [2024-10-22T05:45:00.806Z] dd8514193af3: Preparing [2024-10-22T05:45:00.806Z] 9710bda7966f: Preparing [2024-10-22T05:45:00.806Z] 8171d43c87fd: Preparing [2024-10-22T05:45:00.806Z] 0b610ac22d7d: Preparing [2024-10-22T05:45:00.806Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:45:00.806Z] 16930dca5e62: Preparing [2024-10-22T05:45:00.806Z] 60382ced8b9b: Preparing [2024-10-22T05:45:00.806Z] 77a2d6e60e67: Preparing [2024-10-22T05:45:00.806Z] 63ca1fbb43ae: Preparing [2024-10-22T05:45:00.806Z] 60382ced8b9b: Waiting [2024-10-22T05:45:00.806Z] 77a2d6e60e67: Waiting [2024-10-22T05:45:00.806Z] 63ca1fbb43ae: Waiting [2024-10-22T05:45:00.806Z] 0b610ac22d7d: Waiting [2024-10-22T05:45:00.806Z] 16930dca5e62: Waiting [2024-10-22T05:45:00.806Z] 7c5bf0cbb1a6: Waiting [2024-10-22T05:45:00.806Z] 45822b26cea4: Layer already exists [2024-10-22T05:45:00.806Z] 8171d43c87fd: Layer already exists [2024-10-22T05:45:00.806Z] 9710bda7966f: Layer already exists [2024-10-22T05:45:00.806Z] dd8514193af3: Layer already exists [2024-10-22T05:45:00.806Z] b9ec6e6d5073: Layer already exists [2024-10-22T05:45:00.806Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:45:00.806Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:45:00.806Z] 16930dca5e62: Layer already exists [2024-10-22T05:45:00.806Z] 60382ced8b9b: Layer already exists [2024-10-22T05:45:00.806Z] 77a2d6e60e67: Layer already exists [2024-10-22T05:45:00.806Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:45:00.806Z] ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1: digest: sha256:c1b3792f574ddbeca3f0bb4831633b452d9bee8a3a257541e43049e9673292b6 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:45:01.142Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:45:01.467Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2024-10-22T05:45:01.467Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-10-22T05:45:01.467Z] b9ec6e6d5073: Preparing [2024-10-22T05:45:01.467Z] 45822b26cea4: Preparing [2024-10-22T05:45:01.467Z] dd8514193af3: Preparing [2024-10-22T05:45:01.467Z] 9710bda7966f: Preparing [2024-10-22T05:45:01.467Z] 8171d43c87fd: Preparing [2024-10-22T05:45:01.467Z] 0b610ac22d7d: Preparing [2024-10-22T05:45:01.467Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:45:01.467Z] 16930dca5e62: Preparing [2024-10-22T05:45:01.467Z] 60382ced8b9b: Preparing [2024-10-22T05:45:01.467Z] 77a2d6e60e67: Preparing [2024-10-22T05:45:01.467Z] 63ca1fbb43ae: Preparing [2024-10-22T05:45:01.467Z] 7c5bf0cbb1a6: Waiting [2024-10-22T05:45:01.467Z] 16930dca5e62: Waiting [2024-10-22T05:45:01.467Z] 60382ced8b9b: Waiting [2024-10-22T05:45:01.467Z] 77a2d6e60e67: Waiting [2024-10-22T05:45:01.467Z] 63ca1fbb43ae: Waiting [2024-10-22T05:45:01.467Z] b9ec6e6d5073: Layer already exists [2024-10-22T05:45:01.467Z] 9710bda7966f: Layer already exists [2024-10-22T05:45:01.467Z] 45822b26cea4: Layer already exists [2024-10-22T05:45:01.467Z] dd8514193af3: Layer already exists [2024-10-22T05:45:01.467Z] 8171d43c87fd: Layer already exists [2024-10-22T05:45:01.467Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:45:01.467Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:45:01.467Z] 16930dca5e62: Layer already exists [2024-10-22T05:45:01.467Z] 77a2d6e60e67: Layer already exists [2024-10-22T05:45:01.467Z] 60382ced8b9b: Layer already exists [2024-10-22T05:45:01.467Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:45:01.467Z] main: digest: sha256:c1b3792f574ddbeca3f0bb4831633b452d9bee8a3a257541e43049e9673292b6 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-22T05:45:01.548Z] ===================================================== [Pipeline] echo [2024-10-22T05:45:01.561Z] taggedImages: [2024-10-22T05:45:01.561Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T05:45:01.561Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2024-10-22T05:45:01.561Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.0.0-dev.1 [2024-10-22T05:45:01.561Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T05:45:01.561Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2024-10-22T05:45:01.584Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2024-10-22T05:45:01.585Z] ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T05:45:01.585Z] latest [2024-10-22T05:45:01.585Z] 4.0.0-dev.1 [2024-10-22T05:45:01.585Z] ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T05:45:01.585Z] main [2024-10-22T05:45:01.585Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:45:01.935Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:45:02.250Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T05:45:02.250Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-10-22T05:45:02.250Z] bde0220dd8d4: Preparing [2024-10-22T05:45:02.250Z] 8dca52b4a033: Preparing [2024-10-22T05:45:02.250Z] 3d0da96a8c91: Preparing [2024-10-22T05:45:02.250Z] 4f718a5e803b: Preparing [2024-10-22T05:45:02.250Z] 4d21efc71e4b: Preparing [2024-10-22T05:45:02.250Z] 6ca089dc6a26: Preparing [2024-10-22T05:45:02.250Z] 09ad3b3e405a: Preparing [2024-10-22T05:45:02.250Z] 0b610ac22d7d: Preparing [2024-10-22T05:45:02.250Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:45:02.250Z] 04b33fa6d165: Preparing [2024-10-22T05:45:02.250Z] d8b35ebcf182: Preparing [2024-10-22T05:45:02.250Z] 63ca1fbb43ae: Preparing [2024-10-22T05:45:02.250Z] 6ca089dc6a26: Waiting [2024-10-22T05:45:02.250Z] 09ad3b3e405a: Waiting [2024-10-22T05:45:02.250Z] 0b610ac22d7d: Waiting [2024-10-22T05:45:02.250Z] 7c5bf0cbb1a6: Waiting [2024-10-22T05:45:02.250Z] 04b33fa6d165: Waiting [2024-10-22T05:45:02.250Z] d8b35ebcf182: Waiting [2024-10-22T05:45:02.250Z] 8dca52b4a033: Pushed [2024-10-22T05:45:02.250Z] 4d21efc71e4b: Pushed [2024-10-22T05:45:02.510Z] bde0220dd8d4: Pushed [2024-10-22T05:45:02.510Z] 6ca089dc6a26: Pushed [2024-10-22T05:45:02.510Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:45:02.510Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:45:02.510Z] 09ad3b3e405a: Pushed [2024-10-22T05:45:02.771Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:45:03.341Z] 04b33fa6d165: Pushed [2024-10-22T05:45:03.602Z] 4f718a5e803b: Pushed [2024-10-22T05:45:03.866Z] d8b35ebcf182: Pushed [2024-10-22T05:45:04.126Z] 3d0da96a8c91: Pushed [2024-10-22T05:45:04.126Z] ead55998a61037c88c593b6744c8da68f1c88ef7: digest: sha256:aaee3e0affe4a9ee5de3a4881ef6a361f9929df9ea01cc36ac37145083d42a57 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:45:04.454Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:45:04.778Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2024-10-22T05:45:04.778Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-10-22T05:45:04.778Z] bde0220dd8d4: Preparing [2024-10-22T05:45:04.778Z] 8dca52b4a033: Preparing [2024-10-22T05:45:04.778Z] 3d0da96a8c91: Preparing [2024-10-22T05:45:04.778Z] 4f718a5e803b: Preparing [2024-10-22T05:45:04.778Z] 4d21efc71e4b: Preparing [2024-10-22T05:45:04.778Z] 6ca089dc6a26: Preparing [2024-10-22T05:45:04.778Z] 09ad3b3e405a: Preparing [2024-10-22T05:45:04.778Z] 0b610ac22d7d: Preparing [2024-10-22T05:45:04.778Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:45:04.778Z] 04b33fa6d165: Preparing [2024-10-22T05:45:04.778Z] d8b35ebcf182: Preparing [2024-10-22T05:45:04.778Z] 63ca1fbb43ae: Preparing [2024-10-22T05:45:04.778Z] 7c5bf0cbb1a6: Waiting [2024-10-22T05:45:04.778Z] 0b610ac22d7d: Waiting [2024-10-22T05:45:04.778Z] 04b33fa6d165: Waiting [2024-10-22T05:45:04.778Z] 63ca1fbb43ae: Waiting [2024-10-22T05:45:04.778Z] d8b35ebcf182: Waiting [2024-10-22T05:45:04.778Z] 6ca089dc6a26: Waiting [2024-10-22T05:45:04.778Z] 09ad3b3e405a: Waiting [2024-10-22T05:45:04.778Z] 8dca52b4a033: Layer already exists [2024-10-22T05:45:04.778Z] 4f718a5e803b: Layer already exists [2024-10-22T05:45:04.778Z] 3d0da96a8c91: Layer already exists [2024-10-22T05:45:04.778Z] 4d21efc71e4b: Layer already exists [2024-10-22T05:45:04.778Z] bde0220dd8d4: Layer already exists [2024-10-22T05:45:04.778Z] 6ca089dc6a26: Layer already exists [2024-10-22T05:45:04.778Z] 09ad3b3e405a: Layer already exists [2024-10-22T05:45:04.778Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:45:04.778Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:45:04.778Z] 04b33fa6d165: Layer already exists [2024-10-22T05:45:04.778Z] d8b35ebcf182: Layer already exists [2024-10-22T05:45:04.778Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:45:04.778Z] latest: digest: sha256:aaee3e0affe4a9ee5de3a4881ef6a361f9929df9ea01cc36ac37145083d42a57 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:45:05.124Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:45:05.454Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.0.0-dev.1 [2024-10-22T05:45:05.454Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-10-22T05:45:05.454Z] bde0220dd8d4: Preparing [2024-10-22T05:45:05.454Z] 8dca52b4a033: Preparing [2024-10-22T05:45:05.454Z] 3d0da96a8c91: Preparing [2024-10-22T05:45:05.454Z] 4f718a5e803b: Preparing [2024-10-22T05:45:05.454Z] 4d21efc71e4b: Preparing [2024-10-22T05:45:05.454Z] 6ca089dc6a26: Preparing [2024-10-22T05:45:05.454Z] 09ad3b3e405a: Preparing [2024-10-22T05:45:05.454Z] 6ca089dc6a26: Waiting [2024-10-22T05:45:05.454Z] 0b610ac22d7d: Preparing [2024-10-22T05:45:05.454Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:45:05.454Z] 04b33fa6d165: Preparing [2024-10-22T05:45:05.454Z] 09ad3b3e405a: Waiting [2024-10-22T05:45:05.454Z] d8b35ebcf182: Preparing [2024-10-22T05:45:05.454Z] 63ca1fbb43ae: Preparing [2024-10-22T05:45:05.454Z] 0b610ac22d7d: Waiting [2024-10-22T05:45:05.454Z] 7c5bf0cbb1a6: Waiting [2024-10-22T05:45:05.454Z] 04b33fa6d165: Waiting [2024-10-22T05:45:05.454Z] d8b35ebcf182: Waiting [2024-10-22T05:45:05.454Z] 63ca1fbb43ae: Waiting [2024-10-22T05:45:05.454Z] 8dca52b4a033: Layer already exists [2024-10-22T05:45:05.454Z] 3d0da96a8c91: Layer already exists [2024-10-22T05:45:05.454Z] 4f718a5e803b: Layer already exists [2024-10-22T05:45:05.454Z] bde0220dd8d4: Layer already exists [2024-10-22T05:45:05.454Z] 4d21efc71e4b: Layer already exists [2024-10-22T05:45:05.454Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:45:05.454Z] 6ca089dc6a26: Layer already exists [2024-10-22T05:45:05.454Z] 09ad3b3e405a: Layer already exists [2024-10-22T05:45:05.454Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:45:05.454Z] 04b33fa6d165: Layer already exists [2024-10-22T05:45:05.454Z] d8b35ebcf182: Layer already exists [2024-10-22T05:45:05.454Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:45:05.454Z] 4.0.0-dev.1: digest: sha256:aaee3e0affe4a9ee5de3a4881ef6a361f9929df9ea01cc36ac37145083d42a57 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:45:05.788Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:45:06.112Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T05:45:06.113Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-10-22T05:45:06.113Z] bde0220dd8d4: Preparing [2024-10-22T05:45:06.113Z] 8dca52b4a033: Preparing [2024-10-22T05:45:06.113Z] 3d0da96a8c91: Preparing [2024-10-22T05:45:06.113Z] 4f718a5e803b: Preparing [2024-10-22T05:45:06.113Z] 4d21efc71e4b: Preparing [2024-10-22T05:45:06.113Z] 6ca089dc6a26: Preparing [2024-10-22T05:45:06.113Z] 09ad3b3e405a: Preparing [2024-10-22T05:45:06.113Z] 0b610ac22d7d: Preparing [2024-10-22T05:45:06.113Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:45:06.113Z] 04b33fa6d165: Preparing [2024-10-22T05:45:06.113Z] d8b35ebcf182: Preparing [2024-10-22T05:45:06.113Z] 63ca1fbb43ae: Preparing [2024-10-22T05:45:06.113Z] 6ca089dc6a26: Waiting [2024-10-22T05:45:06.113Z] 0b610ac22d7d: Waiting [2024-10-22T05:45:06.113Z] d8b35ebcf182: Waiting [2024-10-22T05:45:06.113Z] 09ad3b3e405a: Waiting [2024-10-22T05:45:06.113Z] 7c5bf0cbb1a6: Waiting [2024-10-22T05:45:06.113Z] 04b33fa6d165: Waiting [2024-10-22T05:45:06.113Z] 8dca52b4a033: Layer already exists [2024-10-22T05:45:06.113Z] 4f718a5e803b: Layer already exists [2024-10-22T05:45:06.113Z] bde0220dd8d4: Layer already exists [2024-10-22T05:45:06.113Z] 4d21efc71e4b: Layer already exists [2024-10-22T05:45:06.113Z] 3d0da96a8c91: Layer already exists [2024-10-22T05:45:06.113Z] 6ca089dc6a26: Layer already exists [2024-10-22T05:45:06.113Z] 09ad3b3e405a: Layer already exists [2024-10-22T05:45:06.113Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:45:06.113Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:45:06.113Z] 04b33fa6d165: Layer already exists [2024-10-22T05:45:06.113Z] d8b35ebcf182: Layer already exists [2024-10-22T05:45:06.113Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:45:06.113Z] ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1: digest: sha256:aaee3e0affe4a9ee5de3a4881ef6a361f9929df9ea01cc36ac37145083d42a57 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:45:06.443Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:45:06.772Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2024-10-22T05:45:06.772Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-10-22T05:45:06.772Z] bde0220dd8d4: Preparing [2024-10-22T05:45:06.772Z] 8dca52b4a033: Preparing [2024-10-22T05:45:06.772Z] 3d0da96a8c91: Preparing [2024-10-22T05:45:06.772Z] 4f718a5e803b: Preparing [2024-10-22T05:45:06.772Z] 4d21efc71e4b: Preparing [2024-10-22T05:45:06.772Z] 6ca089dc6a26: Preparing [2024-10-22T05:45:06.772Z] 09ad3b3e405a: Preparing [2024-10-22T05:45:06.772Z] 0b610ac22d7d: Preparing [2024-10-22T05:45:06.772Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:45:06.772Z] 04b33fa6d165: Preparing [2024-10-22T05:45:06.772Z] d8b35ebcf182: Preparing [2024-10-22T05:45:06.772Z] 63ca1fbb43ae: Preparing [2024-10-22T05:45:06.772Z] 09ad3b3e405a: Waiting [2024-10-22T05:45:06.772Z] 0b610ac22d7d: Waiting [2024-10-22T05:45:06.772Z] 7c5bf0cbb1a6: Waiting [2024-10-22T05:45:06.772Z] 63ca1fbb43ae: Waiting [2024-10-22T05:45:06.772Z] 04b33fa6d165: Waiting [2024-10-22T05:45:06.772Z] 6ca089dc6a26: Waiting [2024-10-22T05:45:06.772Z] d8b35ebcf182: Waiting [2024-10-22T05:45:06.772Z] 3d0da96a8c91: Layer already exists [2024-10-22T05:45:06.772Z] 4f718a5e803b: Layer already exists [2024-10-22T05:45:06.772Z] 8dca52b4a033: Layer already exists [2024-10-22T05:45:06.772Z] bde0220dd8d4: Layer already exists [2024-10-22T05:45:06.772Z] 4d21efc71e4b: Layer already exists [2024-10-22T05:45:06.772Z] 6ca089dc6a26: Layer already exists [2024-10-22T05:45:06.772Z] 09ad3b3e405a: Layer already exists [2024-10-22T05:45:06.772Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:45:06.772Z] 04b33fa6d165: Layer already exists [2024-10-22T05:45:06.772Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:45:06.772Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:45:06.772Z] d8b35ebcf182: Layer already exists [2024-10-22T05:45:06.772Z] main: digest: sha256:aaee3e0affe4a9ee5de3a4881ef6a361f9929df9ea01cc36ac37145083d42a57 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-22T05:45:06.842Z] ===================================================== [Pipeline] echo [2024-10-22T05:45:06.854Z] taggedImages: [2024-10-22T05:45:06.854Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T05:45:06.854Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2024-10-22T05:45:06.854Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.0.0-dev.1 [2024-10-22T05:45:06.854Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T05:45:06.854Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2024-10-22T05:45:06.889Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2024-10-22T05:45:06.889Z] ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T05:45:06.889Z] latest [2024-10-22T05:45:06.889Z] 4.0.0-dev.1 [2024-10-22T05:45:06.889Z] ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T05:45:06.889Z] main [2024-10-22T05:45:06.889Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:45:07.246Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:45:07.581Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T05:45:07.581Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-10-22T05:45:07.581Z] b894b54f2bed: Preparing [2024-10-22T05:45:07.581Z] 40053362fd33: Preparing [2024-10-22T05:45:07.581Z] 0b610ac22d7d: Preparing [2024-10-22T05:45:07.581Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:45:07.581Z] 61d631fc0f1b: Preparing [2024-10-22T05:45:07.581Z] bc2fb1612cfe: Preparing [2024-10-22T05:45:07.581Z] 63ca1fbb43ae: Preparing [2024-10-22T05:45:07.581Z] 63ca1fbb43ae: Waiting [2024-10-22T05:45:07.581Z] bc2fb1612cfe: Waiting [2024-10-22T05:45:07.581Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:45:07.581Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:45:07.581Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:45:07.581Z] b894b54f2bed: Pushed [2024-10-22T05:45:08.154Z] 61d631fc0f1b: Pushed [2024-10-22T05:45:08.415Z] bc2fb1612cfe: Pushed [2024-10-22T05:45:10.319Z] 40053362fd33: Pushed [2024-10-22T05:45:10.319Z] ead55998a61037c88c593b6744c8da68f1c88ef7: digest: sha256:08d794b347b772128d1404969d4101e4544aa16b7b50a10e46f992dca6c7b257 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:45:10.642Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:45:10.966Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2024-10-22T05:45:10.966Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-10-22T05:45:10.966Z] b894b54f2bed: Preparing [2024-10-22T05:45:10.966Z] 40053362fd33: Preparing [2024-10-22T05:45:10.966Z] 0b610ac22d7d: Preparing [2024-10-22T05:45:10.966Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:45:10.966Z] 61d631fc0f1b: Preparing [2024-10-22T05:45:10.966Z] bc2fb1612cfe: Preparing [2024-10-22T05:45:10.966Z] 63ca1fbb43ae: Preparing [2024-10-22T05:45:10.966Z] 63ca1fbb43ae: Waiting [2024-10-22T05:45:10.966Z] bc2fb1612cfe: Waiting [2024-10-22T05:45:10.966Z] 40053362fd33: Layer already exists [2024-10-22T05:45:10.966Z] 61d631fc0f1b: Layer already exists [2024-10-22T05:45:10.966Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:45:10.966Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:45:10.966Z] b894b54f2bed: Layer already exists [2024-10-22T05:45:10.966Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:45:10.966Z] bc2fb1612cfe: Layer already exists [2024-10-22T05:45:10.966Z] latest: digest: sha256:08d794b347b772128d1404969d4101e4544aa16b7b50a10e46f992dca6c7b257 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:45:11.295Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:45:11.626Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.0.0-dev.1 [2024-10-22T05:45:11.626Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-10-22T05:45:11.626Z] b894b54f2bed: Preparing [2024-10-22T05:45:11.626Z] 40053362fd33: Preparing [2024-10-22T05:45:11.626Z] 0b610ac22d7d: Preparing [2024-10-22T05:45:11.626Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:45:11.626Z] 61d631fc0f1b: Preparing [2024-10-22T05:45:11.626Z] bc2fb1612cfe: Preparing [2024-10-22T05:45:11.626Z] 63ca1fbb43ae: Preparing [2024-10-22T05:45:11.626Z] 63ca1fbb43ae: Waiting [2024-10-22T05:45:11.626Z] bc2fb1612cfe: Waiting [2024-10-22T05:45:11.626Z] 40053362fd33: Layer already exists [2024-10-22T05:45:11.626Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:45:11.626Z] b894b54f2bed: Layer already exists [2024-10-22T05:45:11.626Z] 61d631fc0f1b: Layer already exists [2024-10-22T05:45:11.626Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:45:11.626Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:45:11.626Z] bc2fb1612cfe: Layer already exists [2024-10-22T05:45:11.626Z] 4.0.0-dev.1: digest: sha256:08d794b347b772128d1404969d4101e4544aa16b7b50a10e46f992dca6c7b257 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:45:11.952Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:45:12.367Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T05:45:12.367Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-10-22T05:45:12.367Z] b894b54f2bed: Preparing [2024-10-22T05:45:12.367Z] 40053362fd33: Preparing [2024-10-22T05:45:12.367Z] 0b610ac22d7d: Preparing [2024-10-22T05:45:12.367Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:45:12.367Z] 61d631fc0f1b: Preparing [2024-10-22T05:45:12.367Z] bc2fb1612cfe: Preparing [2024-10-22T05:45:12.367Z] 63ca1fbb43ae: Preparing [2024-10-22T05:45:12.367Z] 63ca1fbb43ae: Waiting [2024-10-22T05:45:12.367Z] bc2fb1612cfe: Waiting [2024-10-22T05:45:12.367Z] 40053362fd33: Layer already exists [2024-10-22T05:45:12.367Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:45:12.367Z] b894b54f2bed: Layer already exists [2024-10-22T05:45:12.367Z] 61d631fc0f1b: Layer already exists [2024-10-22T05:45:12.367Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:45:12.367Z] bc2fb1612cfe: Layer already exists [2024-10-22T05:45:12.367Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:45:12.367Z] ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1: digest: sha256:08d794b347b772128d1404969d4101e4544aa16b7b50a10e46f992dca6c7b257 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:45:12.867Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:45:13.254Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2024-10-22T05:45:13.254Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-10-22T05:45:13.254Z] b894b54f2bed: Preparing [2024-10-22T05:45:13.254Z] 40053362fd33: Preparing [2024-10-22T05:45:13.254Z] 0b610ac22d7d: Preparing [2024-10-22T05:45:13.254Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:45:13.254Z] 61d631fc0f1b: Preparing [2024-10-22T05:45:13.254Z] bc2fb1612cfe: Preparing [2024-10-22T05:45:13.254Z] 63ca1fbb43ae: Preparing [2024-10-22T05:45:13.254Z] bc2fb1612cfe: Waiting [2024-10-22T05:45:13.254Z] 61d631fc0f1b: Layer already exists [2024-10-22T05:45:13.254Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:45:13.254Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:45:13.254Z] b894b54f2bed: Layer already exists [2024-10-22T05:45:13.254Z] 40053362fd33: Layer already exists [2024-10-22T05:45:13.254Z] bc2fb1612cfe: Layer already exists [2024-10-22T05:45:13.254Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:45:13.254Z] main: digest: sha256:08d794b347b772128d1404969d4101e4544aa16b7b50a10e46f992dca6c7b257 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-22T05:45:13.329Z] ===================================================== [Pipeline] echo [2024-10-22T05:45:13.343Z] taggedImages: [2024-10-22T05:45:13.344Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T05:45:13.344Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2024-10-22T05:45:13.344Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.0.0-dev.1 [2024-10-22T05:45:13.344Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T05:45:13.344Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2024-10-22T05:45:13.372Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2024-10-22T05:45:13.372Z] ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T05:45:13.372Z] latest [2024-10-22T05:45:13.372Z] 4.0.0-dev.1 [2024-10-22T05:45:13.372Z] ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T05:45:13.372Z] main [2024-10-22T05:45:13.372Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:45:13.725Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:45:14.057Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T05:45:14.057Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-10-22T05:45:14.057Z] 593ec08cabf3: Preparing [2024-10-22T05:45:14.057Z] 79e28c2c2111: Preparing [2024-10-22T05:45:14.057Z] f3e5a69a3700: Preparing [2024-10-22T05:45:14.057Z] 0b610ac22d7d: Preparing [2024-10-22T05:45:14.057Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:45:14.057Z] 212b6599e676: Preparing [2024-10-22T05:45:14.057Z] 6817927ae79c: Preparing [2024-10-22T05:45:14.057Z] ca5eb1b88122: Preparing [2024-10-22T05:45:14.057Z] 81b89c964405: Preparing [2024-10-22T05:45:14.057Z] 63ca1fbb43ae: Preparing [2024-10-22T05:45:14.057Z] 212b6599e676: Waiting [2024-10-22T05:45:14.057Z] 81b89c964405: Waiting [2024-10-22T05:45:14.057Z] 63ca1fbb43ae: Waiting [2024-10-22T05:45:14.057Z] ca5eb1b88122: Waiting [2024-10-22T05:45:14.057Z] 6817927ae79c: Waiting [2024-10-22T05:45:14.057Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:45:14.057Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:45:14.057Z] 79e28c2c2111: Pushed [2024-10-22T05:45:14.057Z] f3e5a69a3700: Pushed [2024-10-22T05:45:14.057Z] 593ec08cabf3: Pushed [2024-10-22T05:45:14.057Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:45:14.057Z] ca5eb1b88122: Pushed [2024-10-22T05:45:14.992Z] 81b89c964405: Pushed [2024-10-22T05:45:19.180Z] 6817927ae79c: Pushed [2024-10-22T05:45:22.468Z] 212b6599e676: Pushed [2024-10-22T05:45:22.468Z] ead55998a61037c88c593b6744c8da68f1c88ef7: digest: sha256:1b699e2ba0046a44cefbac8389335ade426a1378120420b0781a86f5835ab2e6 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:45:22.820Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:45:23.146Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2024-10-22T05:45:23.146Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-10-22T05:45:23.146Z] 593ec08cabf3: Preparing [2024-10-22T05:45:23.146Z] 79e28c2c2111: Preparing [2024-10-22T05:45:23.146Z] f3e5a69a3700: Preparing [2024-10-22T05:45:23.146Z] 0b610ac22d7d: Preparing [2024-10-22T05:45:23.146Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:45:23.146Z] 212b6599e676: Preparing [2024-10-22T05:45:23.146Z] 6817927ae79c: Preparing [2024-10-22T05:45:23.146Z] ca5eb1b88122: Preparing [2024-10-22T05:45:23.146Z] 81b89c964405: Preparing [2024-10-22T05:45:23.146Z] 63ca1fbb43ae: Preparing [2024-10-22T05:45:23.146Z] 6817927ae79c: Waiting [2024-10-22T05:45:23.146Z] 212b6599e676: Waiting [2024-10-22T05:45:23.146Z] ca5eb1b88122: Waiting [2024-10-22T05:45:23.146Z] 81b89c964405: Waiting [2024-10-22T05:45:23.146Z] 63ca1fbb43ae: Waiting [2024-10-22T05:45:23.146Z] f3e5a69a3700: Layer already exists [2024-10-22T05:45:23.146Z] 79e28c2c2111: Layer already exists [2024-10-22T05:45:23.146Z] 593ec08cabf3: Layer already exists [2024-10-22T05:45:23.146Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:45:23.146Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:45:23.146Z] 6817927ae79c: Layer already exists [2024-10-22T05:45:23.146Z] 212b6599e676: Layer already exists [2024-10-22T05:45:23.146Z] 81b89c964405: Layer already exists [2024-10-22T05:45:23.146Z] ca5eb1b88122: Layer already exists [2024-10-22T05:45:23.146Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:45:23.146Z] latest: digest: sha256:1b699e2ba0046a44cefbac8389335ade426a1378120420b0781a86f5835ab2e6 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:45:23.478Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:45:23.804Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.0.0-dev.1 [2024-10-22T05:45:23.804Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-10-22T05:45:23.804Z] 593ec08cabf3: Preparing [2024-10-22T05:45:23.804Z] 79e28c2c2111: Preparing [2024-10-22T05:45:23.804Z] f3e5a69a3700: Preparing [2024-10-22T05:45:23.804Z] 0b610ac22d7d: Preparing [2024-10-22T05:45:23.804Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:45:23.804Z] 212b6599e676: Preparing [2024-10-22T05:45:23.804Z] 6817927ae79c: Preparing [2024-10-22T05:45:23.804Z] ca5eb1b88122: Preparing [2024-10-22T05:45:23.804Z] 81b89c964405: Preparing [2024-10-22T05:45:23.804Z] 212b6599e676: Waiting [2024-10-22T05:45:23.804Z] 6817927ae79c: Waiting [2024-10-22T05:45:23.804Z] ca5eb1b88122: Waiting [2024-10-22T05:45:23.804Z] 81b89c964405: Waiting [2024-10-22T05:45:23.804Z] 63ca1fbb43ae: Preparing [2024-10-22T05:45:23.804Z] 63ca1fbb43ae: Waiting [2024-10-22T05:45:23.804Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:45:23.804Z] 593ec08cabf3: Layer already exists [2024-10-22T05:45:23.804Z] f3e5a69a3700: Layer already exists [2024-10-22T05:45:23.804Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:45:23.804Z] 79e28c2c2111: Layer already exists [2024-10-22T05:45:23.804Z] 6817927ae79c: Layer already exists [2024-10-22T05:45:23.804Z] 212b6599e676: Layer already exists [2024-10-22T05:45:23.804Z] 81b89c964405: Layer already exists [2024-10-22T05:45:23.804Z] ca5eb1b88122: Layer already exists [2024-10-22T05:45:23.804Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:45:23.804Z] 4.0.0-dev.1: digest: sha256:1b699e2ba0046a44cefbac8389335ade426a1378120420b0781a86f5835ab2e6 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:45:24.133Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:45:24.456Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T05:45:24.456Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-10-22T05:45:24.456Z] 593ec08cabf3: Preparing [2024-10-22T05:45:24.456Z] 79e28c2c2111: Preparing [2024-10-22T05:45:24.456Z] f3e5a69a3700: Preparing [2024-10-22T05:45:24.456Z] 0b610ac22d7d: Preparing [2024-10-22T05:45:24.456Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:45:24.456Z] 212b6599e676: Preparing [2024-10-22T05:45:24.456Z] 6817927ae79c: Preparing [2024-10-22T05:45:24.456Z] ca5eb1b88122: Preparing [2024-10-22T05:45:24.456Z] 81b89c964405: Preparing [2024-10-22T05:45:24.456Z] 63ca1fbb43ae: Preparing [2024-10-22T05:45:24.456Z] 212b6599e676: Waiting [2024-10-22T05:45:24.456Z] 81b89c964405: Waiting [2024-10-22T05:45:24.456Z] 63ca1fbb43ae: Waiting [2024-10-22T05:45:24.456Z] ca5eb1b88122: Waiting [2024-10-22T05:45:24.456Z] 6817927ae79c: Waiting [2024-10-22T05:45:24.456Z] f3e5a69a3700: Layer already exists [2024-10-22T05:45:24.456Z] 593ec08cabf3: Layer already exists [2024-10-22T05:45:24.456Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:45:24.456Z] 79e28c2c2111: Layer already exists [2024-10-22T05:45:24.456Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:45:24.456Z] 212b6599e676: Layer already exists [2024-10-22T05:45:24.456Z] 81b89c964405: Layer already exists [2024-10-22T05:45:24.456Z] 6817927ae79c: Layer already exists [2024-10-22T05:45:24.456Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:45:24.456Z] ca5eb1b88122: Layer already exists [2024-10-22T05:45:24.456Z] ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1: digest: sha256:1b699e2ba0046a44cefbac8389335ade426a1378120420b0781a86f5835ab2e6 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:45:24.781Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:45:25.100Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2024-10-22T05:45:25.100Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-10-22T05:45:25.100Z] 593ec08cabf3: Preparing [2024-10-22T05:45:25.100Z] 79e28c2c2111: Preparing [2024-10-22T05:45:25.100Z] f3e5a69a3700: Preparing [2024-10-22T05:45:25.100Z] 0b610ac22d7d: Preparing [2024-10-22T05:45:25.100Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:45:25.100Z] 212b6599e676: Preparing [2024-10-22T05:45:25.100Z] 6817927ae79c: Preparing [2024-10-22T05:45:25.100Z] ca5eb1b88122: Preparing [2024-10-22T05:45:25.100Z] 81b89c964405: Preparing [2024-10-22T05:45:25.100Z] 63ca1fbb43ae: Preparing [2024-10-22T05:45:25.100Z] 6817927ae79c: Waiting [2024-10-22T05:45:25.100Z] 81b89c964405: Waiting [2024-10-22T05:45:25.100Z] 63ca1fbb43ae: Waiting [2024-10-22T05:45:25.100Z] ca5eb1b88122: Waiting [2024-10-22T05:45:25.100Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:45:25.100Z] 593ec08cabf3: Layer already exists [2024-10-22T05:45:25.100Z] 79e28c2c2111: Layer already exists [2024-10-22T05:45:25.100Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:45:25.100Z] f3e5a69a3700: Layer already exists [2024-10-22T05:45:25.100Z] 212b6599e676: Layer already exists [2024-10-22T05:45:25.100Z] ca5eb1b88122: Layer already exists [2024-10-22T05:45:25.100Z] 6817927ae79c: Layer already exists [2024-10-22T05:45:25.100Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:45:25.100Z] 81b89c964405: Layer already exists [2024-10-22T05:45:25.100Z] main: digest: sha256:1b699e2ba0046a44cefbac8389335ade426a1378120420b0781a86f5835ab2e6 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-22T05:45:25.183Z] ===================================================== [Pipeline] echo [2024-10-22T05:45:25.199Z] taggedImages: [2024-10-22T05:45:25.199Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T05:45:25.199Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2024-10-22T05:45:25.199Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.0.0-dev.1 [2024-10-22T05:45:25.199Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T05:45:25.199Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2024-10-22T05:45:25.230Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2024-10-22T05:45:25.230Z] ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T05:45:25.230Z] latest [2024-10-22T05:45:25.230Z] 4.0.0-dev.1 [2024-10-22T05:45:25.230Z] ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T05:45:25.230Z] main [2024-10-22T05:45:25.230Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:45:25.585Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:45:25.911Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T05:45:25.911Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-10-22T05:45:25.911Z] 99e42e1e25fb: Preparing [2024-10-22T05:45:25.911Z] 9f2ec276f705: Preparing [2024-10-22T05:45:25.911Z] 2716c77c7142: Preparing [2024-10-22T05:45:25.911Z] 0b610ac22d7d: Preparing [2024-10-22T05:45:25.911Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:45:25.911Z] d7d62311509a: Preparing [2024-10-22T05:45:25.911Z] 717f034b4ebe: Preparing [2024-10-22T05:45:25.911Z] 94bb476b0e31: Preparing [2024-10-22T05:45:25.911Z] 63ca1fbb43ae: Preparing [2024-10-22T05:45:25.911Z] d7d62311509a: Waiting [2024-10-22T05:45:25.911Z] 717f034b4ebe: Waiting [2024-10-22T05:45:25.911Z] 94bb476b0e31: Waiting [2024-10-22T05:45:25.911Z] 63ca1fbb43ae: Waiting [2024-10-22T05:45:25.911Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:45:25.911Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:45:25.911Z] 99e42e1e25fb: Pushed [2024-10-22T05:45:25.911Z] 2716c77c7142: Pushed [2024-10-22T05:45:25.911Z] 9f2ec276f705: Pushed [2024-10-22T05:45:25.911Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:45:26.169Z] 94bb476b0e31: Pushed [2024-10-22T05:45:26.429Z] 717f034b4ebe: Pushed [2024-10-22T05:45:34.567Z] d7d62311509a: Pushed [2024-10-22T05:45:34.567Z] ead55998a61037c88c593b6744c8da68f1c88ef7: digest: sha256:9cc0c15bc8161c0be0406159f11362dd0f3e6a2250789bae08b6faad102b5673 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:45:35.164Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:45:35.496Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2024-10-22T05:45:35.496Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-10-22T05:45:35.496Z] 99e42e1e25fb: Preparing [2024-10-22T05:45:35.496Z] 9f2ec276f705: Preparing [2024-10-22T05:45:35.496Z] 2716c77c7142: Preparing [2024-10-22T05:45:35.496Z] 0b610ac22d7d: Preparing [2024-10-22T05:45:35.496Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:45:35.496Z] d7d62311509a: Preparing [2024-10-22T05:45:35.496Z] 717f034b4ebe: Preparing [2024-10-22T05:45:35.496Z] d7d62311509a: Waiting [2024-10-22T05:45:35.496Z] 94bb476b0e31: Preparing [2024-10-22T05:45:35.496Z] 63ca1fbb43ae: Preparing [2024-10-22T05:45:35.496Z] 717f034b4ebe: Waiting [2024-10-22T05:45:35.496Z] 94bb476b0e31: Waiting [2024-10-22T05:45:35.496Z] 63ca1fbb43ae: Waiting [2024-10-22T05:45:35.496Z] 9f2ec276f705: Layer already exists [2024-10-22T05:45:35.496Z] 2716c77c7142: Layer already exists [2024-10-22T05:45:35.496Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:45:35.496Z] 99e42e1e25fb: Layer already exists [2024-10-22T05:45:35.496Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:45:35.496Z] 717f034b4ebe: Layer already exists [2024-10-22T05:45:35.496Z] d7d62311509a: Layer already exists [2024-10-22T05:45:35.496Z] 94bb476b0e31: Layer already exists [2024-10-22T05:45:35.496Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:45:35.496Z] latest: digest: sha256:9cc0c15bc8161c0be0406159f11362dd0f3e6a2250789bae08b6faad102b5673 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:45:35.823Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:45:36.158Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.0.0-dev.1 [2024-10-22T05:45:36.158Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-10-22T05:45:36.158Z] 99e42e1e25fb: Preparing [2024-10-22T05:45:36.158Z] 9f2ec276f705: Preparing [2024-10-22T05:45:36.158Z] 2716c77c7142: Preparing [2024-10-22T05:45:36.158Z] 0b610ac22d7d: Preparing [2024-10-22T05:45:36.158Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:45:36.158Z] d7d62311509a: Preparing [2024-10-22T05:45:36.158Z] 717f034b4ebe: Preparing [2024-10-22T05:45:36.158Z] 94bb476b0e31: Preparing [2024-10-22T05:45:36.158Z] 63ca1fbb43ae: Preparing [2024-10-22T05:45:36.158Z] d7d62311509a: Waiting [2024-10-22T05:45:36.158Z] 63ca1fbb43ae: Waiting [2024-10-22T05:45:36.158Z] 94bb476b0e31: Waiting [2024-10-22T05:45:36.158Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:45:36.158Z] 9f2ec276f705: Layer already exists [2024-10-22T05:45:36.158Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:45:36.158Z] 99e42e1e25fb: Layer already exists [2024-10-22T05:45:36.158Z] 2716c77c7142: Layer already exists [2024-10-22T05:45:36.158Z] 717f034b4ebe: Layer already exists [2024-10-22T05:45:36.158Z] d7d62311509a: Layer already exists [2024-10-22T05:45:36.158Z] 94bb476b0e31: Layer already exists [2024-10-22T05:45:36.158Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:45:36.158Z] 4.0.0-dev.1: digest: sha256:9cc0c15bc8161c0be0406159f11362dd0f3e6a2250789bae08b6faad102b5673 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:45:36.487Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:45:36.815Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T05:45:36.815Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-10-22T05:45:36.815Z] 99e42e1e25fb: Preparing [2024-10-22T05:45:36.815Z] 9f2ec276f705: Preparing [2024-10-22T05:45:36.815Z] 2716c77c7142: Preparing [2024-10-22T05:45:36.815Z] 0b610ac22d7d: Preparing [2024-10-22T05:45:36.815Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:45:36.815Z] d7d62311509a: Preparing [2024-10-22T05:45:36.815Z] 717f034b4ebe: Preparing [2024-10-22T05:45:36.815Z] 94bb476b0e31: Preparing [2024-10-22T05:45:36.815Z] 63ca1fbb43ae: Preparing [2024-10-22T05:45:36.815Z] d7d62311509a: Waiting [2024-10-22T05:45:36.815Z] 717f034b4ebe: Waiting [2024-10-22T05:45:36.815Z] 63ca1fbb43ae: Waiting [2024-10-22T05:45:36.815Z] 94bb476b0e31: Waiting [2024-10-22T05:45:36.815Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:45:36.815Z] 99e42e1e25fb: Layer already exists [2024-10-22T05:45:36.815Z] 9f2ec276f705: Layer already exists [2024-10-22T05:45:36.815Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:45:36.815Z] 2716c77c7142: Layer already exists [2024-10-22T05:45:36.815Z] d7d62311509a: Layer already exists [2024-10-22T05:45:36.815Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:45:36.815Z] 94bb476b0e31: Layer already exists [2024-10-22T05:45:36.815Z] 717f034b4ebe: Layer already exists [2024-10-22T05:45:36.815Z] ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1: digest: sha256:9cc0c15bc8161c0be0406159f11362dd0f3e6a2250789bae08b6faad102b5673 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:45:37.144Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:45:37.485Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2024-10-22T05:45:37.485Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-10-22T05:45:37.485Z] 99e42e1e25fb: Preparing [2024-10-22T05:45:37.485Z] 9f2ec276f705: Preparing [2024-10-22T05:45:37.485Z] 2716c77c7142: Preparing [2024-10-22T05:45:37.485Z] 0b610ac22d7d: Preparing [2024-10-22T05:45:37.485Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:45:37.485Z] d7d62311509a: Preparing [2024-10-22T05:45:37.485Z] 717f034b4ebe: Preparing [2024-10-22T05:45:37.485Z] 94bb476b0e31: Preparing [2024-10-22T05:45:37.485Z] 63ca1fbb43ae: Preparing [2024-10-22T05:45:37.485Z] d7d62311509a: Waiting [2024-10-22T05:45:37.485Z] 94bb476b0e31: Waiting [2024-10-22T05:45:37.485Z] 717f034b4ebe: Waiting [2024-10-22T05:45:37.485Z] 63ca1fbb43ae: Waiting [2024-10-22T05:45:37.485Z] 9f2ec276f705: Layer already exists [2024-10-22T05:45:37.485Z] 2716c77c7142: Layer already exists [2024-10-22T05:45:37.485Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:45:37.485Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:45:37.485Z] 99e42e1e25fb: Layer already exists [2024-10-22T05:45:37.485Z] 717f034b4ebe: Layer already exists [2024-10-22T05:45:37.485Z] d7d62311509a: Layer already exists [2024-10-22T05:45:37.485Z] 94bb476b0e31: Layer already exists [2024-10-22T05:45:37.485Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:45:37.485Z] main: digest: sha256:9cc0c15bc8161c0be0406159f11362dd0f3e6a2250789bae08b6faad102b5673 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-22T05:45:37.565Z] ===================================================== [Pipeline] echo [2024-10-22T05:45:37.581Z] taggedImages: [2024-10-22T05:45:37.581Z] - nexus3.edgexfoundry.org:10004/security-spire-config:ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T05:45:37.581Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2024-10-22T05:45:37.581Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.0.0-dev.1 [2024-10-22T05:45:37.581Z] - nexus3.edgexfoundry.org:10004/security-spire-config:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T05:45:37.581Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2024-10-22T05:45:37.609Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2024-10-22T05:45:37.609Z] ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T05:45:37.609Z] latest [2024-10-22T05:45:37.609Z] 4.0.0-dev.1 [2024-10-22T05:45:37.609Z] ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T05:45:37.609Z] main [2024-10-22T05:45:37.609Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:45:37.955Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:45:38.287Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T05:45:38.287Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-10-22T05:45:38.287Z] 1d8fa5a88fed: Preparing [2024-10-22T05:45:38.287Z] 57ab9f21744b: Preparing [2024-10-22T05:45:38.287Z] b7a2a5d05789: Preparing [2024-10-22T05:45:38.287Z] 0b610ac22d7d: Preparing [2024-10-22T05:45:38.287Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:45:38.287Z] 8098902b1cf6: Preparing [2024-10-22T05:45:38.287Z] ca5eb1b88122: Preparing [2024-10-22T05:45:38.287Z] 81b89c964405: Preparing [2024-10-22T05:45:38.287Z] 63ca1fbb43ae: Preparing [2024-10-22T05:45:38.287Z] 8098902b1cf6: Waiting [2024-10-22T05:45:38.287Z] 81b89c964405: Waiting [2024-10-22T05:45:38.287Z] ca5eb1b88122: Waiting [2024-10-22T05:45:38.287Z] 63ca1fbb43ae: Waiting [2024-10-22T05:45:38.287Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:45:38.287Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:45:38.287Z] ca5eb1b88122: Layer already exists [2024-10-22T05:45:38.287Z] 81b89c964405: Layer already exists [2024-10-22T05:45:38.287Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:45:38.287Z] 57ab9f21744b: Pushed [2024-10-22T05:45:38.287Z] 1d8fa5a88fed: Pushed [2024-10-22T05:45:38.287Z] b7a2a5d05789: Pushed [2024-10-22T05:45:48.276Z] 8098902b1cf6: Pushed [2024-10-22T05:45:48.276Z] ead55998a61037c88c593b6744c8da68f1c88ef7: digest: sha256:548318b8c049c51c5965dca17e25212b184b25201c52448c22059e172401de7b size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:45:48.626Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:45:48.952Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2024-10-22T05:45:48.952Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-10-22T05:45:48.952Z] 1d8fa5a88fed: Preparing [2024-10-22T05:45:48.952Z] 57ab9f21744b: Preparing [2024-10-22T05:45:48.952Z] b7a2a5d05789: Preparing [2024-10-22T05:45:48.952Z] 0b610ac22d7d: Preparing [2024-10-22T05:45:48.952Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:45:48.952Z] 8098902b1cf6: Preparing [2024-10-22T05:45:48.952Z] ca5eb1b88122: Preparing [2024-10-22T05:45:48.952Z] 81b89c964405: Preparing [2024-10-22T05:45:48.952Z] 63ca1fbb43ae: Preparing [2024-10-22T05:45:48.952Z] 81b89c964405: Waiting [2024-10-22T05:45:48.952Z] 63ca1fbb43ae: Waiting [2024-10-22T05:45:48.952Z] 8098902b1cf6: Waiting [2024-10-22T05:45:48.952Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:45:48.952Z] b7a2a5d05789: Layer already exists [2024-10-22T05:45:48.952Z] 1d8fa5a88fed: Layer already exists [2024-10-22T05:45:48.952Z] 57ab9f21744b: Layer already exists [2024-10-22T05:45:48.952Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:45:48.952Z] 8098902b1cf6: Layer already exists [2024-10-22T05:45:48.952Z] ca5eb1b88122: Layer already exists [2024-10-22T05:45:48.952Z] 81b89c964405: Layer already exists [2024-10-22T05:45:48.952Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:45:48.952Z] latest: digest: sha256:548318b8c049c51c5965dca17e25212b184b25201c52448c22059e172401de7b size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:45:49.280Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:45:49.608Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.0.0-dev.1 [2024-10-22T05:45:49.609Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-10-22T05:45:49.609Z] 1d8fa5a88fed: Preparing [2024-10-22T05:45:49.609Z] 57ab9f21744b: Preparing [2024-10-22T05:45:49.609Z] b7a2a5d05789: Preparing [2024-10-22T05:45:49.609Z] 0b610ac22d7d: Preparing [2024-10-22T05:45:49.609Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:45:49.609Z] 8098902b1cf6: Preparing [2024-10-22T05:45:49.609Z] ca5eb1b88122: Preparing [2024-10-22T05:45:49.609Z] 81b89c964405: Preparing [2024-10-22T05:45:49.609Z] 63ca1fbb43ae: Preparing [2024-10-22T05:45:49.609Z] 8098902b1cf6: Waiting [2024-10-22T05:45:49.609Z] 63ca1fbb43ae: Waiting [2024-10-22T05:45:49.609Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:45:49.609Z] b7a2a5d05789: Layer already exists [2024-10-22T05:45:49.609Z] 1d8fa5a88fed: Layer already exists [2024-10-22T05:45:49.609Z] 57ab9f21744b: Layer already exists [2024-10-22T05:45:49.609Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:45:49.609Z] 8098902b1cf6: Layer already exists [2024-10-22T05:45:49.609Z] 81b89c964405: Layer already exists [2024-10-22T05:45:49.609Z] ca5eb1b88122: Layer already exists [2024-10-22T05:45:49.609Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:45:49.609Z] 4.0.0-dev.1: digest: sha256:548318b8c049c51c5965dca17e25212b184b25201c52448c22059e172401de7b size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:45:49.949Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:45:50.272Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T05:45:50.272Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-10-22T05:45:50.272Z] 1d8fa5a88fed: Preparing [2024-10-22T05:45:50.272Z] 57ab9f21744b: Preparing [2024-10-22T05:45:50.272Z] b7a2a5d05789: Preparing [2024-10-22T05:45:50.272Z] 0b610ac22d7d: Preparing [2024-10-22T05:45:50.272Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:45:50.272Z] 8098902b1cf6: Preparing [2024-10-22T05:45:50.272Z] ca5eb1b88122: Preparing [2024-10-22T05:45:50.272Z] 81b89c964405: Preparing [2024-10-22T05:45:50.272Z] 63ca1fbb43ae: Preparing [2024-10-22T05:45:50.272Z] 8098902b1cf6: Waiting [2024-10-22T05:45:50.272Z] ca5eb1b88122: Waiting [2024-10-22T05:45:50.272Z] 81b89c964405: Waiting [2024-10-22T05:45:50.272Z] 63ca1fbb43ae: Waiting [2024-10-22T05:45:50.272Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:45:50.272Z] 1d8fa5a88fed: Layer already exists [2024-10-22T05:45:50.272Z] 57ab9f21744b: Layer already exists [2024-10-22T05:45:50.272Z] b7a2a5d05789: Layer already exists [2024-10-22T05:45:50.272Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:45:50.272Z] 8098902b1cf6: Layer already exists [2024-10-22T05:45:50.272Z] 81b89c964405: Layer already exists [2024-10-22T05:45:50.272Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:45:50.272Z] ca5eb1b88122: Layer already exists [2024-10-22T05:45:50.272Z] ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1: digest: sha256:548318b8c049c51c5965dca17e25212b184b25201c52448c22059e172401de7b size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:45:50.603Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:45:50.946Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2024-10-22T05:45:50.946Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-10-22T05:45:50.946Z] 1d8fa5a88fed: Preparing [2024-10-22T05:45:50.946Z] 57ab9f21744b: Preparing [2024-10-22T05:45:50.946Z] b7a2a5d05789: Preparing [2024-10-22T05:45:50.946Z] 0b610ac22d7d: Preparing [2024-10-22T05:45:50.946Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:45:50.946Z] 8098902b1cf6: Preparing [2024-10-22T05:45:50.946Z] ca5eb1b88122: Preparing [2024-10-22T05:45:50.946Z] 81b89c964405: Preparing [2024-10-22T05:45:50.946Z] 63ca1fbb43ae: Preparing [2024-10-22T05:45:50.946Z] 8098902b1cf6: Waiting [2024-10-22T05:45:50.946Z] ca5eb1b88122: Waiting [2024-10-22T05:45:50.946Z] 81b89c964405: Waiting [2024-10-22T05:45:50.946Z] 63ca1fbb43ae: Waiting [2024-10-22T05:45:50.946Z] 1d8fa5a88fed: Layer already exists [2024-10-22T05:45:50.946Z] 57ab9f21744b: Layer already exists [2024-10-22T05:45:50.946Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:45:50.946Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:45:50.946Z] b7a2a5d05789: Layer already exists [2024-10-22T05:45:50.946Z] 8098902b1cf6: Layer already exists [2024-10-22T05:45:50.946Z] 81b89c964405: Layer already exists [2024-10-22T05:45:50.946Z] ca5eb1b88122: Layer already exists [2024-10-22T05:45:50.946Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:45:50.946Z] main: digest: sha256:548318b8c049c51c5965dca17e25212b184b25201c52448c22059e172401de7b size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-22T05:45:51.027Z] ===================================================== [Pipeline] echo [2024-10-22T05:45:51.041Z] taggedImages: [2024-10-22T05:45:51.041Z] - nexus3.edgexfoundry.org:10004/security-spire-server:ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T05:45:51.041Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2024-10-22T05:45:51.041Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.0.0-dev.1 [2024-10-22T05:45:51.041Z] - nexus3.edgexfoundry.org:10004/security-spire-server:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T05:45:51.041Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2024-10-22T05:45:51.071Z] [edgeXDocker.push] Tagging docker image support-cron-scheduler with the following tags: [2024-10-22T05:45:51.071Z] ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T05:45:51.071Z] latest [2024-10-22T05:45:51.071Z] 4.0.0-dev.1 [2024-10-22T05:45:51.071Z] ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T05:45:51.071Z] main [2024-10-22T05:45:51.071Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:45:51.447Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:45:51.770Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T05:45:51.770Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-10-22T05:45:51.770Z] 534268ac4ec2: Preparing [2024-10-22T05:45:51.770Z] 6c5b42895174: Preparing [2024-10-22T05:45:51.770Z] 0b610ac22d7d: Preparing [2024-10-22T05:45:51.770Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:45:51.770Z] 58fbadc384c2: Preparing [2024-10-22T05:45:51.770Z] 25ae6de74af7: Preparing [2024-10-22T05:45:51.770Z] 63ca1fbb43ae: Preparing [2024-10-22T05:45:51.770Z] 25ae6de74af7: Waiting [2024-10-22T05:45:51.770Z] 63ca1fbb43ae: Waiting [2024-10-22T05:45:51.770Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:45:51.770Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:45:51.770Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:45:51.770Z] 534268ac4ec2: Pushed [2024-10-22T05:45:52.029Z] 25ae6de74af7: Pushed [2024-10-22T05:45:52.289Z] 58fbadc384c2: Pushed [2024-10-22T05:45:57.574Z] 6c5b42895174: Pushed [2024-10-22T05:45:57.574Z] ead55998a61037c88c593b6744c8da68f1c88ef7: digest: sha256:b54859e63a8c8735c6bfacbc36d8bc547afcf30a53ad15a9ec742ea74aa9941e size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:45:57.927Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:45:58.254Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest [2024-10-22T05:45:58.254Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-10-22T05:45:58.254Z] 534268ac4ec2: Preparing [2024-10-22T05:45:58.254Z] 6c5b42895174: Preparing [2024-10-22T05:45:58.254Z] 0b610ac22d7d: Preparing [2024-10-22T05:45:58.254Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:45:58.254Z] 58fbadc384c2: Preparing [2024-10-22T05:45:58.254Z] 25ae6de74af7: Preparing [2024-10-22T05:45:58.254Z] 63ca1fbb43ae: Preparing [2024-10-22T05:45:58.254Z] 25ae6de74af7: Waiting [2024-10-22T05:45:58.254Z] 63ca1fbb43ae: Waiting [2024-10-22T05:45:58.254Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:45:58.254Z] 534268ac4ec2: Layer already exists [2024-10-22T05:45:58.254Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:45:58.254Z] 58fbadc384c2: Layer already exists [2024-10-22T05:45:58.254Z] 6c5b42895174: Layer already exists [2024-10-22T05:45:58.254Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:45:58.254Z] 25ae6de74af7: Layer already exists [2024-10-22T05:45:58.254Z] latest: digest: sha256:b54859e63a8c8735c6bfacbc36d8bc547afcf30a53ad15a9ec742ea74aa9941e size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:45:58.583Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:45:58.916Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:4.0.0-dev.1 [2024-10-22T05:45:58.916Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-10-22T05:45:58.916Z] 534268ac4ec2: Preparing [2024-10-22T05:45:58.916Z] 6c5b42895174: Preparing [2024-10-22T05:45:58.916Z] 0b610ac22d7d: Preparing [2024-10-22T05:45:58.916Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:45:58.916Z] 58fbadc384c2: Preparing [2024-10-22T05:45:58.916Z] 25ae6de74af7: Preparing [2024-10-22T05:45:58.916Z] 63ca1fbb43ae: Preparing [2024-10-22T05:45:58.916Z] 25ae6de74af7: Waiting [2024-10-22T05:45:58.916Z] 63ca1fbb43ae: Waiting [2024-10-22T05:45:58.916Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:45:58.916Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:45:58.916Z] 58fbadc384c2: Layer already exists [2024-10-22T05:45:58.916Z] 534268ac4ec2: Layer already exists [2024-10-22T05:45:58.916Z] 6c5b42895174: Layer already exists [2024-10-22T05:45:58.916Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:45:58.916Z] 25ae6de74af7: Layer already exists [2024-10-22T05:45:58.916Z] 4.0.0-dev.1: digest: sha256:b54859e63a8c8735c6bfacbc36d8bc547afcf30a53ad15a9ec742ea74aa9941e size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:45:59.243Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:45:59.577Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T05:45:59.578Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-10-22T05:45:59.578Z] 534268ac4ec2: Preparing [2024-10-22T05:45:59.578Z] 6c5b42895174: Preparing [2024-10-22T05:45:59.578Z] 0b610ac22d7d: Preparing [2024-10-22T05:45:59.578Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:45:59.578Z] 58fbadc384c2: Preparing [2024-10-22T05:45:59.578Z] 25ae6de74af7: Preparing [2024-10-22T05:45:59.578Z] 63ca1fbb43ae: Preparing [2024-10-22T05:45:59.578Z] 63ca1fbb43ae: Waiting [2024-10-22T05:45:59.578Z] 25ae6de74af7: Waiting [2024-10-22T05:45:59.578Z] 6c5b42895174: Layer already exists [2024-10-22T05:45:59.578Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:45:59.578Z] 534268ac4ec2: Layer already exists [2024-10-22T05:45:59.578Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:45:59.578Z] 58fbadc384c2: Layer already exists [2024-10-22T05:45:59.578Z] 25ae6de74af7: Layer already exists [2024-10-22T05:45:59.578Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:45:59.578Z] ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1: digest: sha256:b54859e63a8c8735c6bfacbc36d8bc547afcf30a53ad15a9ec742ea74aa9941e size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:45:59.907Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:46:00.239Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [2024-10-22T05:46:00.239Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-10-22T05:46:00.239Z] 534268ac4ec2: Preparing [2024-10-22T05:46:00.239Z] 6c5b42895174: Preparing [2024-10-22T05:46:00.239Z] 0b610ac22d7d: Preparing [2024-10-22T05:46:00.239Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:46:00.239Z] 58fbadc384c2: Preparing [2024-10-22T05:46:00.239Z] 25ae6de74af7: Preparing [2024-10-22T05:46:00.239Z] 63ca1fbb43ae: Preparing [2024-10-22T05:46:00.239Z] 25ae6de74af7: Waiting [2024-10-22T05:46:00.239Z] 63ca1fbb43ae: Waiting [2024-10-22T05:46:00.239Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:46:00.239Z] 534268ac4ec2: Layer already exists [2024-10-22T05:46:00.239Z] 58fbadc384c2: Layer already exists [2024-10-22T05:46:00.239Z] 6c5b42895174: Layer already exists [2024-10-22T05:46:00.239Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:46:00.239Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:46:00.239Z] 25ae6de74af7: Layer already exists [2024-10-22T05:46:00.239Z] main: digest: sha256:b54859e63a8c8735c6bfacbc36d8bc547afcf30a53ad15a9ec742ea74aa9941e size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-22T05:46:00.314Z] ===================================================== [Pipeline] echo [2024-10-22T05:46:00.329Z] taggedImages: [2024-10-22T05:46:00.329Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T05:46:00.329Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest [2024-10-22T05:46:00.329Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:4.0.0-dev.1 [2024-10-22T05:46:00.329Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T05:46:00.329Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [Pipeline] echo [2024-10-22T05:46:00.363Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2024-10-22T05:46:00.363Z] ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T05:46:00.363Z] latest [2024-10-22T05:46:00.363Z] 4.0.0-dev.1 [2024-10-22T05:46:00.363Z] ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T05:46:00.363Z] main [2024-10-22T05:46:00.363Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:46:00.723Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:46:01.039Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T05:46:01.039Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-10-22T05:46:01.039Z] 44cb67a11cee: Preparing [2024-10-22T05:46:01.039Z] 2158f87d5460: Preparing [2024-10-22T05:46:01.039Z] b6dfea8eb4e8: Preparing [2024-10-22T05:46:01.039Z] 0b610ac22d7d: Preparing [2024-10-22T05:46:01.039Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:46:01.039Z] 38d7421498c3: Preparing [2024-10-22T05:46:01.039Z] 140db8e0041a: Preparing [2024-10-22T05:46:01.039Z] 63ca1fbb43ae: Preparing [2024-10-22T05:46:01.039Z] 38d7421498c3: Waiting [2024-10-22T05:46:01.039Z] 140db8e0041a: Waiting [2024-10-22T05:46:01.039Z] 63ca1fbb43ae: Waiting [2024-10-22T05:46:01.039Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:46:01.039Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:46:01.039Z] 2158f87d5460: Pushed [2024-10-22T05:46:01.039Z] 44cb67a11cee: Pushed [2024-10-22T05:46:01.039Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:46:01.039Z] 140db8e0041a: Pushed [2024-10-22T05:46:01.606Z] 38d7421498c3: Pushed [2024-10-22T05:46:06.875Z] b6dfea8eb4e8: Pushed [2024-10-22T05:46:06.875Z] ead55998a61037c88c593b6744c8da68f1c88ef7: digest: sha256:39e8b019052f0fbb1ff61aa04463fe0d248ca4b1a7e1e22e3d202f6d66c55b41 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:46:07.203Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:46:07.526Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2024-10-22T05:46:07.526Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-10-22T05:46:07.526Z] 44cb67a11cee: Preparing [2024-10-22T05:46:07.526Z] 2158f87d5460: Preparing [2024-10-22T05:46:07.526Z] b6dfea8eb4e8: Preparing [2024-10-22T05:46:07.526Z] 0b610ac22d7d: Preparing [2024-10-22T05:46:07.526Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:46:07.526Z] 38d7421498c3: Preparing [2024-10-22T05:46:07.526Z] 140db8e0041a: Preparing [2024-10-22T05:46:07.526Z] 63ca1fbb43ae: Preparing [2024-10-22T05:46:07.526Z] 140db8e0041a: Waiting [2024-10-22T05:46:07.526Z] 63ca1fbb43ae: Waiting [2024-10-22T05:46:07.526Z] 38d7421498c3: Waiting [2024-10-22T05:46:07.526Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:46:07.526Z] b6dfea8eb4e8: Layer already exists [2024-10-22T05:46:07.526Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:46:07.526Z] 2158f87d5460: Layer already exists [2024-10-22T05:46:07.526Z] 44cb67a11cee: Layer already exists [2024-10-22T05:46:07.526Z] 38d7421498c3: Layer already exists [2024-10-22T05:46:07.526Z] 140db8e0041a: Layer already exists [2024-10-22T05:46:07.526Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:46:07.526Z] latest: digest: sha256:39e8b019052f0fbb1ff61aa04463fe0d248ca4b1a7e1e22e3d202f6d66c55b41 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:46:07.864Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:46:08.203Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.0.0-dev.1 [2024-10-22T05:46:08.203Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-10-22T05:46:08.203Z] 44cb67a11cee: Preparing [2024-10-22T05:46:08.203Z] 2158f87d5460: Preparing [2024-10-22T05:46:08.203Z] b6dfea8eb4e8: Preparing [2024-10-22T05:46:08.203Z] 0b610ac22d7d: Preparing [2024-10-22T05:46:08.203Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:46:08.203Z] 38d7421498c3: Preparing [2024-10-22T05:46:08.203Z] 140db8e0041a: Preparing [2024-10-22T05:46:08.203Z] 63ca1fbb43ae: Preparing [2024-10-22T05:46:08.203Z] 140db8e0041a: Waiting [2024-10-22T05:46:08.203Z] 63ca1fbb43ae: Waiting [2024-10-22T05:46:08.203Z] 38d7421498c3: Waiting [2024-10-22T05:46:08.203Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:46:08.203Z] 2158f87d5460: Layer already exists [2024-10-22T05:46:08.203Z] 44cb67a11cee: Layer already exists [2024-10-22T05:46:08.203Z] b6dfea8eb4e8: Layer already exists [2024-10-22T05:46:08.203Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:46:08.203Z] 38d7421498c3: Layer already exists [2024-10-22T05:46:08.203Z] 140db8e0041a: Layer already exists [2024-10-22T05:46:08.203Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:46:08.203Z] 4.0.0-dev.1: digest: sha256:39e8b019052f0fbb1ff61aa04463fe0d248ca4b1a7e1e22e3d202f6d66c55b41 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:46:08.536Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:46:08.864Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T05:46:08.864Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-10-22T05:46:08.864Z] 44cb67a11cee: Preparing [2024-10-22T05:46:08.864Z] 2158f87d5460: Preparing [2024-10-22T05:46:08.864Z] b6dfea8eb4e8: Preparing [2024-10-22T05:46:08.864Z] 0b610ac22d7d: Preparing [2024-10-22T05:46:08.864Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:46:08.864Z] 38d7421498c3: Preparing [2024-10-22T05:46:08.864Z] 140db8e0041a: Preparing [2024-10-22T05:46:08.864Z] 63ca1fbb43ae: Preparing [2024-10-22T05:46:08.864Z] 38d7421498c3: Waiting [2024-10-22T05:46:08.864Z] 63ca1fbb43ae: Waiting [2024-10-22T05:46:08.864Z] 140db8e0041a: Waiting [2024-10-22T05:46:08.864Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:46:08.864Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:46:08.864Z] 44cb67a11cee: Layer already exists [2024-10-22T05:46:08.864Z] 2158f87d5460: Layer already exists [2024-10-22T05:46:08.864Z] b6dfea8eb4e8: Layer already exists [2024-10-22T05:46:08.864Z] 38d7421498c3: Layer already exists [2024-10-22T05:46:08.864Z] 140db8e0041a: Layer already exists [2024-10-22T05:46:08.864Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:46:08.864Z] ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1: digest: sha256:39e8b019052f0fbb1ff61aa04463fe0d248ca4b1a7e1e22e3d202f6d66c55b41 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:46:09.197Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:46:09.527Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2024-10-22T05:46:09.527Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-10-22T05:46:09.527Z] 44cb67a11cee: Preparing [2024-10-22T05:46:09.527Z] 2158f87d5460: Preparing [2024-10-22T05:46:09.527Z] b6dfea8eb4e8: Preparing [2024-10-22T05:46:09.527Z] 0b610ac22d7d: Preparing [2024-10-22T05:46:09.527Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:46:09.527Z] 38d7421498c3: Preparing [2024-10-22T05:46:09.528Z] 140db8e0041a: Preparing [2024-10-22T05:46:09.528Z] 38d7421498c3: Waiting [2024-10-22T05:46:09.528Z] 63ca1fbb43ae: Preparing [2024-10-22T05:46:09.528Z] 63ca1fbb43ae: Waiting [2024-10-22T05:46:09.528Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:46:09.528Z] b6dfea8eb4e8: Layer already exists [2024-10-22T05:46:09.528Z] 2158f87d5460: Layer already exists [2024-10-22T05:46:09.528Z] 44cb67a11cee: Layer already exists [2024-10-22T05:46:09.528Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:46:09.528Z] 140db8e0041a: Layer already exists [2024-10-22T05:46:09.528Z] 38d7421498c3: Layer already exists [2024-10-22T05:46:09.528Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:46:09.528Z] main: digest: sha256:39e8b019052f0fbb1ff61aa04463fe0d248ca4b1a7e1e22e3d202f6d66c55b41 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-22T05:46:09.603Z] ===================================================== [Pipeline] echo [2024-10-22T05:46:09.615Z] taggedImages: [2024-10-22T05:46:09.615Z] - nexus3.edgexfoundry.org:10004/support-notifications:ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T05:46:09.615Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2024-10-22T05:46:09.615Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.0.0-dev.1 [2024-10-22T05:46:09.615Z] - nexus3.edgexfoundry.org:10004/support-notifications:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T05:46:09.615Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2024-10-22T05:46:09.646Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2024-10-22T05:46:09.646Z] ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T05:46:09.646Z] latest [2024-10-22T05:46:09.646Z] 4.0.0-dev.1 [2024-10-22T05:46:09.646Z] ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T05:46:09.646Z] main [2024-10-22T05:46:09.646Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:46:10.001Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:46:10.332Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T05:46:10.332Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-10-22T05:46:10.332Z] 07b0f9a71c0d: Preparing [2024-10-22T05:46:10.332Z] f4cd429a0da6: Preparing [2024-10-22T05:46:10.332Z] 0b610ac22d7d: Preparing [2024-10-22T05:46:10.332Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:46:10.332Z] 5376a4c14472: Preparing [2024-10-22T05:46:10.332Z] dc3e3263c2c0: Preparing [2024-10-22T05:46:10.332Z] 63ca1fbb43ae: Preparing [2024-10-22T05:46:10.332Z] 63ca1fbb43ae: Waiting [2024-10-22T05:46:10.332Z] dc3e3263c2c0: Waiting [2024-10-22T05:46:10.332Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:46:10.332Z] 5376a4c14472: Layer already exists [2024-10-22T05:46:10.332Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:46:10.332Z] dc3e3263c2c0: Layer already exists [2024-10-22T05:46:10.332Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:46:10.332Z] 07b0f9a71c0d: Pushed [2024-10-22T05:46:15.617Z] f4cd429a0da6: Pushed [2024-10-22T05:46:15.617Z] ead55998a61037c88c593b6744c8da68f1c88ef7: digest: sha256:1bfacfd12b2f05b698aea3b1e8eb80dbca9fdec5e79b2c7eb4f220e5896506c3 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:46:15.954Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:46:16.286Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2024-10-22T05:46:16.286Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-10-22T05:46:16.286Z] 07b0f9a71c0d: Preparing [2024-10-22T05:46:16.286Z] f4cd429a0da6: Preparing [2024-10-22T05:46:16.286Z] 0b610ac22d7d: Preparing [2024-10-22T05:46:16.286Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:46:16.286Z] 5376a4c14472: Preparing [2024-10-22T05:46:16.286Z] dc3e3263c2c0: Preparing [2024-10-22T05:46:16.286Z] 63ca1fbb43ae: Preparing [2024-10-22T05:46:16.286Z] dc3e3263c2c0: Waiting [2024-10-22T05:46:16.286Z] 63ca1fbb43ae: Waiting [2024-10-22T05:46:16.286Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:46:16.286Z] 07b0f9a71c0d: Layer already exists [2024-10-22T05:46:16.286Z] f4cd429a0da6: Layer already exists [2024-10-22T05:46:16.286Z] 5376a4c14472: Layer already exists [2024-10-22T05:46:16.286Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:46:16.286Z] dc3e3263c2c0: Layer already exists [2024-10-22T05:46:16.286Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:46:16.286Z] latest: digest: sha256:1bfacfd12b2f05b698aea3b1e8eb80dbca9fdec5e79b2c7eb4f220e5896506c3 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:46:16.614Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:46:16.942Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.0.0-dev.1 [2024-10-22T05:46:16.942Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-10-22T05:46:16.942Z] 07b0f9a71c0d: Preparing [2024-10-22T05:46:16.942Z] f4cd429a0da6: Preparing [2024-10-22T05:46:16.942Z] 0b610ac22d7d: Preparing [2024-10-22T05:46:16.942Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:46:16.942Z] 5376a4c14472: Preparing [2024-10-22T05:46:16.942Z] dc3e3263c2c0: Preparing [2024-10-22T05:46:16.942Z] 63ca1fbb43ae: Preparing [2024-10-22T05:46:16.942Z] 63ca1fbb43ae: Waiting [2024-10-22T05:46:16.942Z] dc3e3263c2c0: Waiting [2024-10-22T05:46:16.942Z] 07b0f9a71c0d: Layer already exists [2024-10-22T05:46:16.942Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:46:16.942Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:46:16.942Z] f4cd429a0da6: Layer already exists [2024-10-22T05:46:16.942Z] 5376a4c14472: Layer already exists [2024-10-22T05:46:16.942Z] dc3e3263c2c0: Layer already exists [2024-10-22T05:46:16.942Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:46:16.942Z] 4.0.0-dev.1: digest: sha256:1bfacfd12b2f05b698aea3b1e8eb80dbca9fdec5e79b2c7eb4f220e5896506c3 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:46:17.280Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:46:17.605Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T05:46:17.605Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-10-22T05:46:17.605Z] 07b0f9a71c0d: Preparing [2024-10-22T05:46:17.605Z] f4cd429a0da6: Preparing [2024-10-22T05:46:17.605Z] 0b610ac22d7d: Preparing [2024-10-22T05:46:17.605Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:46:17.605Z] 5376a4c14472: Preparing [2024-10-22T05:46:17.605Z] dc3e3263c2c0: Preparing [2024-10-22T05:46:17.605Z] 63ca1fbb43ae: Preparing [2024-10-22T05:46:17.605Z] dc3e3263c2c0: Waiting [2024-10-22T05:46:17.605Z] 63ca1fbb43ae: Waiting [2024-10-22T05:46:17.605Z] 07b0f9a71c0d: Layer already exists [2024-10-22T05:46:17.605Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:46:17.605Z] f4cd429a0da6: Layer already exists [2024-10-22T05:46:17.605Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:46:17.605Z] 5376a4c14472: Layer already exists [2024-10-22T05:46:17.605Z] dc3e3263c2c0: Layer already exists [2024-10-22T05:46:17.605Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:46:17.605Z] ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1: digest: sha256:1bfacfd12b2f05b698aea3b1e8eb80dbca9fdec5e79b2c7eb4f220e5896506c3 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:46:17.932Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T05:46:18.261Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2024-10-22T05:46:18.261Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-10-22T05:46:18.261Z] 07b0f9a71c0d: Preparing [2024-10-22T05:46:18.261Z] f4cd429a0da6: Preparing [2024-10-22T05:46:18.261Z] 0b610ac22d7d: Preparing [2024-10-22T05:46:18.261Z] 7c5bf0cbb1a6: Preparing [2024-10-22T05:46:18.261Z] 5376a4c14472: Preparing [2024-10-22T05:46:18.261Z] dc3e3263c2c0: Preparing [2024-10-22T05:46:18.261Z] 63ca1fbb43ae: Preparing [2024-10-22T05:46:18.261Z] 63ca1fbb43ae: Waiting [2024-10-22T05:46:18.261Z] dc3e3263c2c0: Waiting [2024-10-22T05:46:18.261Z] 07b0f9a71c0d: Layer already exists [2024-10-22T05:46:18.261Z] 7c5bf0cbb1a6: Layer already exists [2024-10-22T05:46:18.261Z] 0b610ac22d7d: Layer already exists [2024-10-22T05:46:18.261Z] 5376a4c14472: Layer already exists [2024-10-22T05:46:18.261Z] f4cd429a0da6: Layer already exists [2024-10-22T05:46:18.261Z] dc3e3263c2c0: Layer already exists [2024-10-22T05:46:18.261Z] 63ca1fbb43ae: Layer already exists [2024-10-22T05:46:18.261Z] main: digest: sha256:1bfacfd12b2f05b698aea3b1e8eb80dbca9fdec5e79b2c7eb4f220e5896506c3 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-22T05:46:18.342Z] ===================================================== [Pipeline] echo [2024-10-22T05:46:18.354Z] taggedImages: [2024-10-22T05:46:18.354Z] - nexus3.edgexfoundry.org:10004/support-scheduler:ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T05:46:18.354Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2024-10-22T05:46:18.354Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.0.0-dev.1 [2024-10-22T05:46:18.354Z] - nexus3.edgexfoundry.org:10004/support-scheduler:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T05:46:18.354Z] - 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-10-22T06:03:09.118Z] #142 ... [2024-10-22T06:03:09.119Z] [2024-10-22T06:03:09.119Z] #155 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-10-22T06:03:09.119Z] #155 1248.6 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-10-22T06:03:14.476Z] #155 ... [2024-10-22T06:03:14.476Z] [2024-10-22T06:03:14.476Z] #149 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-10-22T06:03:14.476Z] #149 DONE 1255.9s [2024-10-22T06:03:14.743Z] [2024-10-22T06:03:14.743Z] #159 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-10-22T06:03:15.332Z] #159 ... [2024-10-22T06:03:15.332Z] [2024-10-22T06:03:15.332Z] #161 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-10-22T06:03:15.599Z] #161 DONE 0.4s [2024-10-22T06:03:15.599Z] [2024-10-22T06:03:15.599Z] #162 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh [2024-10-22T06:03:18.180Z] #162 DONE 2.6s [2024-10-22T06:03:18.180Z] [2024-10-22T06:03:18.180Z] #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-10-22T06:03:18.446Z] #153 ... [2024-10-22T06:03:18.446Z] [2024-10-22T06:03:18.446Z] #163 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-22T06:03:18.712Z] #163 DONE 0.3s [2024-10-22T06:03:18.712Z] [2024-10-22T06:03:18.712Z] #164 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / [2024-10-22T06:03:18.978Z] #164 ... [2024-10-22T06:03:18.979Z] [2024-10-22T06:03:18.979Z] #142 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-10-22T06:03:18.979Z] #142 DONE 1260.3s [2024-10-22T06:03:18.979Z] [2024-10-22T06:03:18.979Z] #164 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / [2024-10-22T06:03:18.979Z] #164 DONE 0.4s [2024-10-22T06:03:18.979Z] [2024-10-22T06:03:18.979Z] #165 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-10-22T06:03:19.596Z] #165 ... [2024-10-22T06:03:19.596Z] [2024-10-22T06:03:19.596Z] #166 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-22T06:03:19.596Z] #166 DONE 0.2s [2024-10-22T06:03:19.863Z] [2024-10-22T06:03:19.863Z] #165 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-10-22T06:03:19.863Z] #165 DONE 0.8s [2024-10-22T06:03:19.863Z] [2024-10-22T06:03:19.863Z] #167 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-10-22T06:03:20.134Z] #167 DONE 0.3s [2024-10-22T06:03:20.134Z] [2024-10-22T06:03:20.134Z] #168 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-10-22T06:03:20.134Z] #168 DONE 0.2s [2024-10-22T06:03:20.134Z] [2024-10-22T06:03:20.134Z] #169 [security-bootstrapper stage-1 12/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2024-10-22T06:03:20.403Z] #169 ... [2024-10-22T06:03:20.403Z] [2024-10-22T06:03:20.403Z] #170 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2024-10-22T06:03:20.403Z] #170 DONE 0.2s [2024-10-22T06:03:20.403Z] [2024-10-22T06:03:20.403Z] #169 [security-bootstrapper stage-1 12/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2024-10-22T06:03:20.403Z] #169 DONE 0.3s [2024-10-22T06:03:20.403Z] [2024-10-22T06:03:20.403Z] #171 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-10-22T06:03:20.403Z] #171 DONE 0.3s [2024-10-22T06:03:20.403Z] [2024-10-22T06:03:20.403Z] #172 [security-bootstrapper stage-1 13/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ [2024-10-22T06:03:20.669Z] #172 DONE 0.1s [2024-10-22T06:03:20.669Z] [2024-10-22T06:03:20.669Z] #173 [security-bootstrapper stage-1 14/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2024-10-22T06:03:20.669Z] #173 DONE 0.3s [2024-10-22T06:03:20.669Z] [2024-10-22T06:03:20.669Z] #174 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-10-22T06:03:20.953Z] #174 DONE 0.4s [2024-10-22T06:03:20.953Z] [2024-10-22T06:03:20.953Z] #175 [security-bootstrapper stage-1 15/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-10-22T06:03:20.953Z] #175 DONE 0.2s [2024-10-22T06:03:20.953Z] [2024-10-22T06:03:20.953Z] #176 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-10-22T06:03:21.230Z] #176 ... [2024-10-22T06:03:21.230Z] [2024-10-22T06:03:21.230Z] #177 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-10-22T06:03:21.230Z] #177 DONE 0.2s [2024-10-22T06:03:21.230Z] [2024-10-22T06:03:21.230Z] #178 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-10-22T06:03:21.496Z] #178 ... [2024-10-22T06:03:21.496Z] [2024-10-22T06:03:21.496Z] #176 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-10-22T06:03:21.496Z] #176 DONE 0.3s [2024-10-22T06:03:21.761Z] [2024-10-22T06:03:21.761Z] #179 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh [2024-10-22T06:03:25.095Z] #179 DONE 3.8s [2024-10-22T06:03:25.095Z] [2024-10-22T06:03:25.095Z] #157 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-10-22T06:03:25.361Z] #157 ... [2024-10-22T06:03:25.361Z] [2024-10-22T06:03:25.361Z] #178 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-10-22T06:03:25.361Z] #178 DONE 4.0s [2024-10-22T06:03:25.361Z] [2024-10-22T06:03:25.361Z] #114 [security-proxy-setup] exporting to image [2024-10-22T06:03:25.361Z] #114 exporting layers [2024-10-22T06:03:27.299Z] #114 exporting layers 2.1s done [2024-10-22T06:03:27.299Z] #114 writing image sha256:eb9c11b0f74c0fb226772289e0487be9a15337bc85e2dc579526979ab21b4e37 0.0s done [2024-10-22T06:03:27.299Z] #114 naming to docker.io/library/security-proxy-setup-arm64 done [2024-10-22T06:03:27.566Z] #114 exporting layers 2.3s done [2024-10-22T06:03:27.566Z] #114 writing image sha256:d04e57233da65686129d89e0d5d2e64ae4cc068ffb3e219129dc609f6db2aeeb done [2024-10-22T06:03:27.566Z] #114 naming to docker.io/library/security-bootstrapper-arm64 done [2024-10-22T06:03:27.566Z] #114 DONE 6.6s [2024-10-22T06:03:27.566Z] [2024-10-22T06:03:27.566Z] #152 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-10-22T06:03:39.845Z] #152 ... [2024-10-22T06:03:39.845Z] [2024-10-22T06:03:39.845Z] #155 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-10-22T06:03:39.845Z] #155 DONE 1280.1s [2024-10-22T06:03:39.845Z] [2024-10-22T06:03:39.845Z] #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-10-22T06:03:39.845Z] #153 ... [2024-10-22T06:03:39.845Z] [2024-10-22T06:03:39.845Z] #180 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-22T06:03:39.845Z] #180 DONE 0.2s [2024-10-22T06:03:39.845Z] [2024-10-22T06:03:39.845Z] #181 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-10-22T06:03:39.845Z] #181 DONE 0.2s [2024-10-22T06:03:39.845Z] [2024-10-22T06:03:39.845Z] #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-10-22T06:03:40.110Z] #182 DONE 0.2s [2024-10-22T06:03:40.110Z] [2024-10-22T06:03:40.110Z] #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-10-22T06:03:40.110Z] #183 DONE 0.1s [2024-10-22T06:03:40.110Z] [2024-10-22T06:03:40.110Z] #184 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-10-22T06:03:40.374Z] #184 DONE 0.1s [2024-10-22T06:03:40.374Z] [2024-10-22T06:03:40.374Z] #185 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-10-22T06:03:40.638Z] #185 DONE 0.3s [2024-10-22T06:03:40.639Z] [2024-10-22T06:03:40.639Z] #186 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-10-22T06:03:40.957Z] #186 DONE 0.3s [2024-10-22T06:03:40.957Z] [2024-10-22T06:03:40.957Z] #187 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-10-22T06:03:40.957Z] #187 DONE 0.1s [2024-10-22T06:03:40.957Z] [2024-10-22T06:03:40.957Z] #188 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-10-22T06:03:43.527Z] #188 DONE 2.3s [2024-10-22T06:03:43.527Z] [2024-10-22T06:03:43.527Z] #51 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-22T06:03:43.527Z] #51 ... [2024-10-22T06:03:43.527Z] [2024-10-22T06:03:43.527Z] #114 [security-secretstore-setup] exporting to image [2024-10-22T06:03:43.527Z] #114 exporting layers [2024-10-22T06:03:44.927Z] #114 exporting layers 1.5s done [2024-10-22T06:03:44.927Z] #114 writing image sha256:a7d900f1c6d765ecd023995e7361db67b88961614408d208a1be00e8d513e5db done [2024-10-22T06:03:44.927Z] #114 naming to docker.io/library/security-secretstore-setup-arm64 done [2024-10-22T06:03:44.927Z] #114 DONE 8.0s [2024-10-22T06:03:44.927Z] [2024-10-22T06:03:44.927Z] #160 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-10-22T06:04:32.127Z] #160 ... [2024-10-22T06:04:32.127Z] [2024-10-22T06:04:32.127Z] #158 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-10-22T06:04:32.127Z] #158 DONE 1329.5s [2024-10-22T06:04:32.127Z] [2024-10-22T06:04:32.127Z] #23 [core-common-config-bootstrapper internal] load .dockerignore [2024-10-22T06:04:32.127Z] #23 ... [2024-10-22T06:04:32.127Z] [2024-10-22T06:04:32.127Z] #189 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-22T06:04:32.127Z] #189 DONE 0.3s [2024-10-22T06:04:32.127Z] [2024-10-22T06:04:32.127Z] #190 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-10-22T06:04:32.127Z] #190 DONE 0.1s [2024-10-22T06:04:32.127Z] [2024-10-22T06:04:32.127Z] #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-10-22T06:04:32.127Z] #153 ... [2024-10-22T06:04:32.127Z] [2024-10-22T06:04:32.127Z] #191 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-10-22T06:04:32.127Z] #191 DONE 0.3s [2024-10-22T06:04:32.127Z] [2024-10-22T06:04:32.127Z] #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-10-22T06:04:32.127Z] #153 ... [2024-10-22T06:04:32.127Z] [2024-10-22T06:04:32.127Z] #192 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2024-10-22T06:04:32.127Z] #192 DONE 0.2s [2024-10-22T06:04:32.127Z] [2024-10-22T06:04:32.127Z] #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-10-22T06:04:32.127Z] #193 DONE 0.1s [2024-10-22T06:04:32.127Z] [2024-10-22T06:04:32.127Z] #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-10-22T06:04:32.127Z] #194 DONE 2.3s [2024-10-22T06:04:32.127Z] [2024-10-22T06:04:32.127Z] #159 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-10-22T06:04:32.127Z] #159 ... [2024-10-22T06:04:32.127Z] [2024-10-22T06:04:32.127Z] #114 [core-common-config-bootstrapper] exporting to image [2024-10-22T06:04:32.127Z] #114 exporting layers [2024-10-22T06:04:32.391Z] #114 exporting layers 0.7s done [2024-10-22T06:04:32.392Z] #114 writing image sha256:431b787730a10f2a8baef7d8ae541569c39f5969c5876b121d6afc9df2227a7c done [2024-10-22T06:04:32.392Z] #114 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2024-10-22T06:04:32.392Z] #114 DONE 8.7s [2024-10-22T06:04:32.392Z] [2024-10-22T06:04:32.392Z] #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-10-22T06:06:54.067Z] #151 ... [2024-10-22T06:06:54.067Z] [2024-10-22T06:06:54.067Z] #152 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-10-22T06:06:54.067Z] #152 DONE 1470.2s [2024-10-22T06:06:54.067Z] [2024-10-22T06:06:54.067Z] #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-10-22T06:06:54.067Z] #150 ... [2024-10-22T06:06:54.067Z] [2024-10-22T06:06:54.067Z] #195 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-22T06:06:54.067Z] #195 DONE 0.2s [2024-10-22T06:06:54.067Z] [2024-10-22T06:06:54.067Z] #196 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-10-22T06:06:54.067Z] #196 DONE 0.3s [2024-10-22T06:06:54.067Z] [2024-10-22T06:06:54.067Z] #197 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-10-22T06:06:54.067Z] #197 DONE 0.5s [2024-10-22T06:06:54.067Z] [2024-10-22T06:06:54.067Z] #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-10-22T06:06:54.067Z] #198 DONE 0.1s [2024-10-22T06:06:54.067Z] [2024-10-22T06:06:54.067Z] #114 [security-spiffe-token-provider] exporting to image [2024-10-22T06:06:54.068Z] #114 exporting layers [2024-10-22T06:06:54.068Z] #114 exporting layers 1.0s done [2024-10-22T06:06:54.068Z] #114 writing image sha256:26a9f0edec4cc79ea75a250cade3683c3b4c85def72cff1c53a50694d05c8176 done [2024-10-22T06:06:54.068Z] #114 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2024-10-22T06:06:54.068Z] #114 DONE 9.7s [2024-10-22T06:06:54.068Z] [2024-10-22T06:06:54.068Z] #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-10-22T06:15:16.140Z] #153 ... [2024-10-22T06:15:16.140Z] [2024-10-22T06:15:16.140Z] #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-10-22T06:15:16.140Z] #151 DONE 1966.4s [2024-10-22T06:15:16.140Z] [2024-10-22T06:15:16.140Z] #160 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-10-22T06:15:16.140Z] #160 ... [2024-10-22T06:15:16.140Z] [2024-10-22T06:15:16.140Z] #199 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-22T06:15:16.140Z] #199 DONE 0.1s [2024-10-22T06:15:16.140Z] [2024-10-22T06:15:16.140Z] #200 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-10-22T06:15:16.140Z] #200 DONE 0.2s [2024-10-22T06:15:16.140Z] [2024-10-22T06:15:16.140Z] #33 [core-data internal] load .dockerignore [2024-10-22T06:15:16.140Z] #33 ... [2024-10-22T06:15:16.140Z] [2024-10-22T06:15:16.140Z] #201 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-10-22T06:15:16.140Z] #201 DONE 0.5s [2024-10-22T06:15:16.140Z] [2024-10-22T06:15:16.140Z] #202 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-10-22T06:15:16.140Z] #202 DONE 0.2s [2024-10-22T06:15:16.140Z] [2024-10-22T06:15:16.140Z] #203 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-10-22T06:15:16.140Z] #203 DONE 0.2s [2024-10-22T06:15:16.140Z] [2024-10-22T06:15:16.140Z] #204 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-10-22T06:15:16.140Z] #204 DONE 2.3s [2024-10-22T06:15:16.140Z] [2024-10-22T06:15:16.140Z] #154 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-10-22T06:15:16.140Z] #154 ... [2024-10-22T06:15:16.140Z] [2024-10-22T06:15:16.140Z] #114 [security-proxy-auth] exporting to image [2024-10-22T06:15:16.140Z] #114 exporting layers [2024-10-22T06:15:16.140Z] #114 exporting layers 0.8s done [2024-10-22T06:15:16.140Z] #114 writing image sha256:864602823255fb404d0ba3881785b23b654cca1767489689d310e6293515eb9d 0.0s done [2024-10-22T06:15:16.140Z] #114 naming to docker.io/library/security-proxy-auth-arm64 done [2024-10-22T06:15:16.140Z] #114 DONE 10.5s [2024-10-22T06:15:16.140Z] [2024-10-22T06:15:16.140Z] #157 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-10-22T06:16:23.992Z] #157 DONE 2040.6s [2024-10-22T06:16:23.992Z] [2024-10-22T06:16:23.992Z] #160 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-10-22T06:16:23.992Z] #160 ... [2024-10-22T06:16:23.992Z] [2024-10-22T06:16:23.992Z] #205 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-22T06:16:23.992Z] #205 DONE 0.3s [2024-10-22T06:16:23.992Z] [2024-10-22T06:16:23.992Z] #51 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-22T06:16:23.992Z] #51 ... [2024-10-22T06:16:23.992Z] [2024-10-22T06:16:23.992Z] #206 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-10-22T06:16:23.992Z] #206 DONE 0.2s [2024-10-22T06:16:23.992Z] [2024-10-22T06:16:23.992Z] #156 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-10-22T06:16:23.992Z] #156 ... [2024-10-22T06:16:23.992Z] [2024-10-22T06:16:23.992Z] #207 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-10-22T06:16:23.992Z] #207 DONE 0.5s [2024-10-22T06:16:23.992Z] [2024-10-22T06:16:23.992Z] #208 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-10-22T06:16:23.992Z] #208 DONE 0.2s [2024-10-22T06:16:23.992Z] [2024-10-22T06:16:23.992Z] #114 [core-command] exporting to image [2024-10-22T06:16:23.992Z] #114 exporting layers [2024-10-22T06:16:23.992Z] #114 exporting layers 0.4s done [2024-10-22T06:16:23.992Z] #114 writing image sha256:a7677c3f1ed7aeecf85c52be971c92bdd9ab2171bd666dd946560034cbdc75b4 done [2024-10-22T06:16:23.992Z] #114 naming to docker.io/library/core-command-arm64 done [2024-10-22T06:16:23.992Z] #114 DONE 11.0s [2024-10-22T06:16:23.992Z] [2024-10-22T06:16:23.992Z] #33 [core-data internal] load .dockerignore [2024-10-22T06:18:46.407Z] #33 ... [2024-10-22T06:18:46.407Z] [2024-10-22T06:18:46.407Z] #156 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-10-22T06:18:46.407Z] #156 DONE 2182.0s [2024-10-22T06:18:46.407Z] [2024-10-22T06:18:46.407Z] #33 [core-data internal] load .dockerignore [2024-10-22T06:18:46.407Z] #33 ... [2024-10-22T06:18:46.407Z] [2024-10-22T06:18:46.407Z] #209 [core-keeper stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-22T06:18:46.407Z] #209 DONE 0.3s [2024-10-22T06:18:46.407Z] [2024-10-22T06:18:46.407Z] #159 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-10-22T06:18:46.407Z] #159 ... [2024-10-22T06:18:46.407Z] [2024-10-22T06:18:46.407Z] #210 [core-keeper stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2024-10-22T06:18:46.407Z] #210 DONE 0.6s [2024-10-22T06:18:46.407Z] [2024-10-22T06:18:46.407Z] #23 [core-common-config-bootstrapper internal] load .dockerignore [2024-10-22T06:18:46.407Z] #23 ... [2024-10-22T06:18:46.407Z] [2024-10-22T06:18:46.407Z] #211 [core-keeper stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2024-10-22T06:18:46.407Z] #211 DONE 0.2s [2024-10-22T06:18:46.407Z] [2024-10-22T06:18:46.407Z] #212 [core-keeper stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/db/ /res/db/ [2024-10-22T06:18:46.407Z] #212 DONE 0.2s [2024-10-22T06:18:46.407Z] [2024-10-22T06:18:46.407Z] #114 [core-keeper] exporting to image [2024-10-22T06:18:46.407Z] #114 exporting layers [2024-10-22T06:18:46.407Z] #114 exporting layers 0.5s done [2024-10-22T06:18:46.407Z] #114 writing image sha256:d882994da66db6955a03e3d739c93e52efc0f8f8c604285e8b56d1ca87359eac done [2024-10-22T06:18:46.407Z] #114 naming to docker.io/library/core-keeper-arm64 done [2024-10-22T06:18:46.407Z] #114 DONE 11.5s [2024-10-22T06:18:46.407Z] [2024-10-22T06:18:46.407Z] #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-10-22T06:18:46.407Z] #153 ... [2024-10-22T06:18:46.407Z] [2024-10-22T06:18:46.407Z] #160 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-10-22T06:18:46.407Z] #160 DONE 2185.5s [2024-10-22T06:18:46.407Z] [2024-10-22T06:18:46.407Z] #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-10-22T06:18:46.407Z] #153 ... [2024-10-22T06:18:46.407Z] [2024-10-22T06:18:46.407Z] #213 [core-metadata stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-22T06:18:46.407Z] #213 DONE 0.1s [2024-10-22T06:18:46.407Z] [2024-10-22T06:18:46.407Z] #154 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-10-22T06:18:46.407Z] #154 ... [2024-10-22T06:18:46.407Z] [2024-10-22T06:18:46.407Z] #214 [core-metadata stage-1 5/10] COPY --from=builder /edgex-go/security.txt / [2024-10-22T06:18:46.407Z] #214 DONE 0.2s [2024-10-22T06:18:46.407Z] [2024-10-22T06:18:46.407Z] #215 [core-metadata stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-10-22T06:18:46.407Z] #215 DONE 0.6s [2024-10-22T06:18:46.407Z] [2024-10-22T06:18:46.407Z] #23 [core-common-config-bootstrapper internal] load .dockerignore [2024-10-22T06:18:46.407Z] #23 ... [2024-10-22T06:18:46.407Z] [2024-10-22T06:18:46.407Z] #216 [core-metadata stage-1 7/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-10-22T06:18:46.407Z] #216 DONE 0.2s [2024-10-22T06:18:46.407Z] [2024-10-22T06:18:46.407Z] #217 [core-metadata stage-1 8/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-10-22T06:18:46.407Z] #217 DONE 0.2s [2024-10-22T06:18:46.407Z] [2024-10-22T06:18:46.407Z] #218 [core-metadata stage-1 9/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/db/ /res/db/ [2024-10-22T06:18:46.407Z] #218 DONE 0.2s [2024-10-22T06:18:46.407Z] [2024-10-22T06:18:46.407Z] #114 [core-metadata] exporting to image [2024-10-22T06:18:46.992Z] #114 exporting layers 0.5s done [2024-10-22T06:18:46.992Z] #114 writing image sha256:527a9864464ff68c6adf134ec27cbe4961d15c0f6b7033d7b66a212a92efc78b done [2024-10-22T06:18:46.992Z] #114 naming to docker.io/library/core-metadata-arm64 done [2024-10-22T06:18:46.992Z] #114 DONE 12.0s [2024-10-22T06:18:46.992Z] [2024-10-22T06:18:46.992Z] #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-10-22T06:18:48.949Z] #153 ... [2024-10-22T06:18:48.949Z] [2024-10-22T06:18:48.949Z] #154 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-10-22T06:18:48.949Z] #154 DONE 2190.0s [2024-10-22T06:18:48.949Z] [2024-10-22T06:18:48.949Z] #23 [core-common-config-bootstrapper internal] load .dockerignore [2024-10-22T06:18:49.220Z] #23 ... [2024-10-22T06:18:49.220Z] [2024-10-22T06:18:49.220Z] #219 [core-data stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-22T06:18:49.220Z] #219 DONE 0.2s [2024-10-22T06:18:49.220Z] [2024-10-22T06:18:49.220Z] #220 [core-data stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-10-22T06:18:49.500Z] #220 DONE 0.2s [2024-10-22T06:18:49.500Z] [2024-10-22T06:18:49.500Z] #221 [core-data stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-10-22T06:18:50.112Z] #221 DONE 0.6s [2024-10-22T06:18:50.112Z] [2024-10-22T06:18:50.112Z] #23 [core-common-config-bootstrapper internal] load .dockerignore [2024-10-22T06:18:50.112Z] #23 ... [2024-10-22T06:18:50.112Z] [2024-10-22T06:18:50.112Z] #222 [core-data stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-10-22T06:18:50.379Z] #222 DONE 0.2s [2024-10-22T06:18:50.379Z] [2024-10-22T06:18:50.379Z] #223 [core-data stage-1 8/8] COPY --from=builder /edgex-go/cmd/core-data/res/db/ /res/db/ [2024-10-22T06:18:50.379Z] #223 DONE 0.1s [2024-10-22T06:18:50.379Z] [2024-10-22T06:18:50.379Z] #114 [core-data] exporting to image [2024-10-22T06:18:50.971Z] #114 exporting layers 0.6s done [2024-10-22T06:18:50.971Z] #114 writing image sha256:418781f5a5d5e9f10853497790953e47406ec1949c6a179f30c469e29afbe135 done [2024-10-22T06:18:50.971Z] #114 naming to docker.io/library/core-data-arm64 done [2024-10-22T06:18:50.971Z] #114 DONE 12.6s [2024-10-22T06:18:50.971Z] [2024-10-22T06:18:50.971Z] #23 [core-common-config-bootstrapper internal] load .dockerignore [2024-10-22T06:19:37.824Z] #23 ... [2024-10-22T06:19:37.824Z] [2024-10-22T06:19:37.824Z] #159 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-10-22T06:19:37.824Z] #159 DONE 2232.9s [2024-10-22T06:19:37.824Z] [2024-10-22T06:19:37.824Z] #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-10-22T06:19:37.824Z] #150 DONE 2232.9s [2024-10-22T06:19:37.824Z] [2024-10-22T06:19:37.824Z] #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-10-22T06:19:37.824Z] #153 DONE 2233.0s [2024-10-22T06:19:37.824Z] [2024-10-22T06:19:37.824Z] #224 [support-notifications stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-22T06:19:37.824Z] #224 ... [2024-10-22T06:19:37.824Z] [2024-10-22T06:19:37.824Z] #225 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-22T06:19:37.824Z] #225 DONE 0.3s [2024-10-22T06:19:37.824Z] [2024-10-22T06:19:37.824Z] #224 [support-notifications stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-22T06:19:37.824Z] #224 DONE 0.6s [2024-10-22T06:19:37.824Z] [2024-10-22T06:19:37.824Z] #226 [support-notifications stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-10-22T06:19:37.824Z] #226 DONE 0.3s [2024-10-22T06:19:37.824Z] [2024-10-22T06:19:37.824Z] #227 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-10-22T06:19:37.824Z] #227 DONE 0.2s [2024-10-22T06:19:37.824Z] [2024-10-22T06:19:37.824Z] #33 [core-data internal] load .dockerignore [2024-10-22T06:19:37.824Z] #33 ... [2024-10-22T06:19:37.824Z] [2024-10-22T06:19:37.824Z] #228 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-22T06:19:37.824Z] #228 DONE 0.1s [2024-10-22T06:19:37.824Z] [2024-10-22T06:19:37.824Z] #229 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-10-22T06:19:37.824Z] #229 DONE 0.3s [2024-10-22T06:19:37.824Z] [2024-10-22T06:19:37.824Z] #230 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-10-22T06:19:37.824Z] #230 ... [2024-10-22T06:19:37.824Z] [2024-10-22T06:19:37.824Z] #231 [support-notifications stage-1 6/8] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-10-22T06:19:37.824Z] #231 DONE 1.1s [2024-10-22T06:19:37.824Z] [2024-10-22T06:19:37.824Z] #230 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-10-22T06:19:37.824Z] #230 DONE 0.7s [2024-10-22T06:19:37.824Z] [2024-10-22T06:19:37.824Z] #232 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / [2024-10-22T06:19:37.824Z] #232 DONE 0.9s [2024-10-22T06:19:37.824Z] [2024-10-22T06:19:37.824Z] #233 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res [2024-10-22T06:19:37.824Z] #233 DONE 0.3s [2024-10-22T06:19:37.824Z] [2024-10-22T06:19:37.824Z] #234 [support-notifications stage-1 7/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-10-22T06:19:37.824Z] #234 DONE 0.3s [2024-10-22T06:19:37.824Z] [2024-10-22T06:19:37.824Z] #235 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-10-22T06:19:37.824Z] #235 DONE 0.2s [2024-10-22T06:19:37.824Z] [2024-10-22T06:19:37.824Z] #114 [support-cron-scheduler] exporting to image [2024-10-22T06:19:37.824Z] #114 exporting layers [2024-10-22T06:19:37.824Z] #114 ... [2024-10-22T06:19:37.824Z] [2024-10-22T06:19:37.824Z] #236 [support-notifications stage-1 8/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/db/ /res/db/ [2024-10-22T06:19:37.824Z] #236 DONE 0.3s [2024-10-22T06:19:37.824Z] [2024-10-22T06:19:37.824Z] #114 [support-notifications] exporting to image [2024-10-22T06:19:37.824Z] #114 exporting layers 1.0s done [2024-10-22T06:19:37.824Z] #114 writing image sha256:3894985f8379d1571b9f6704914ac26913f3e5a6f060901a294c3716400bf2be 0.0s done [2024-10-22T06:19:37.824Z] #114 naming to docker.io/library/support-scheduler-arm64 done [2024-10-22T06:19:37.824Z] #114 exporting layers 0.9s done [2024-10-22T06:19:37.824Z] #114 writing image sha256:69a657dcfb8e8eced3f8229fc049701ca7daaacacda0a4d55aaf09f0e5dabc4c done [2024-10-22T06:19:37.824Z] #114 naming to docker.io/library/support-notifications-arm64 done [2024-10-22T06:19:37.824Z] #114 exporting layers 1.5s done [2024-10-22T06:19:37.824Z] #114 writing image sha256:3fdfca2e2904455985673c9d94749e3f1462ff7261e123d1b855639d977cf358 done [2024-10-22T06:19:37.824Z] #114 naming to docker.io/library/support-cron-scheduler-arm64 done [2024-10-22T06:19:37.824Z] #114 DONE 14.3s [2024-10-22T06:19:37.824Z] [2024-10-22T06:19:37.824Z] #33 [core-data internal] load .dockerignore [2024-10-22T06:19:37.824Z] time="2024-10-22T05:39:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-22T06:19:37.824Z] time="2024-10-22T05:39:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-22T06:19:37.824Z] time="2024-10-22T05:39:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-22T06:19:37.824Z] time="2024-10-22T05:39:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-22T06:19:37.824Z] time="2024-10-22T05:39:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-22T06:19:37.824Z] time="2024-10-22T05:39:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-22T06:19:37.824Z] time="2024-10-22T05:39:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-22T06:19:37.824Z] time="2024-10-22T05:39:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-22T06:19:37.824Z] time="2024-10-22T05:39:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-22T06:19:37.824Z] time="2024-10-22T05:39:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-22T06:19:37.824Z] time="2024-10-22T05:39:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-22T06:19:37.824Z] time="2024-10-22T05:39:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-22T06:19:37.824Z] time="2024-10-22T05:39:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-22T06:19:37.824Z] time="2024-10-22T05:39:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-22T06:19:37.824Z] time="2024-10-22T05:39:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-22T06:19:37.824Z] time="2024-10-22T05:39:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-10-22T06:19:37.844Z] $ docker stop --time=1 c95ed133d7d5190ffd25feb75c4219b2c2da74fd1450960963fbf7871591b772 [2024-10-22T06:19:39.632Z] $ docker rm -f --volumes c95ed133d7d5190ffd25feb75c4219b2c2da74fd1450960963fbf7871591b772 [Pipeline] // withDockerContainer [Pipeline] sh [2024-10-22T06:19:40.174Z] + docker images [2024-10-22T06:19:40.174Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-10-22T06:19:40.174Z] support-notifications-arm64 latest 69a657dcfb8e 6 seconds ago 71.6MB [2024-10-22T06:19:40.174Z] support-cron-scheduler-arm64 latest 3fdfca2e2904 7 seconds ago 72.6MB [2024-10-22T06:19:40.174Z] support-scheduler-arm64 latest 3894985f8379 7 seconds ago 70.5MB [2024-10-22T06:19:40.174Z] core-data-arm64 latest 418781f5a5d5 50 seconds ago 48.5MB [2024-10-22T06:19:40.174Z] core-metadata-arm64 latest 527a9864464f 54 seconds ago 48.6MB [2024-10-22T06:19:40.174Z] core-keeper-arm64 latest d882994da66d 58 seconds ago 41.7MB [2024-10-22T06:19:40.174Z] core-command-arm64 latest a7677c3f1ed7 3 minutes ago 42.7MB [2024-10-22T06:19:40.174Z] security-proxy-auth-arm64 latest 864602823255 4 minutes ago 40.9MB [2024-10-22T06:19:40.174Z] security-spiffe-token-provider-arm64 latest 26a9f0edec4c 12 minutes ago 48.5MB [2024-10-22T06:19:40.174Z] core-common-config-bootstrapper-arm64 latest 431b787730a1 15 minutes ago 28.1MB [2024-10-22T06:19:40.174Z] security-secretstore-setup-arm64 latest a7d900f1c6d7 15 minutes ago 58.2MB [2024-10-22T06:19:40.174Z] security-proxy-setup-arm64 latest eb9c11b0f74c 16 minutes ago 40.4MB [2024-10-22T06:19:40.174Z] security-bootstrapper-arm64 latest d04e57233da6 16 minutes ago 33.9MB [2024-10-22T06:19:40.174Z] security-spire-config-arm64 latest a84e6d06f868 38 minutes ago 123MB [2024-10-22T06:19:40.174Z] security-spire-agent-arm64 latest 0d5a9e65e177 38 minutes ago 182MB [2024-10-22T06:19:40.174Z] security-spire-server-arm64 latest 289cd19d2b14 38 minutes ago 124MB [2024-10-22T06:19:40.174Z] ci-base-image-arm64 latest 05c86ecae77c 40 minutes ago 965MB [2024-10-22T06:19:40.174Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine be29e6b0f0d4 2 weeks ago 558MB [2024-10-22T06:19:40.174Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 16 months ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-10-22T06:19:40.345Z] provisioning config files... [2024-10-22T06:19:40.363Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/734@tmp/config3893668472040469724tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-22T06:19:40.722Z] ---> ****-login.sh [2024-10-22T06:19:40.722Z] nexus3.edgexfoundry.org:10001 [2024-10-22T06:19:40.989Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-22T06:19:40.989Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-22T06:19:40.989Z] Configure a credential helper to remove this warning. See [2024-10-22T06:19:40.990Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-22T06:19:40.990Z] [2024-10-22T06:19:40.990Z] Login Succeeded [2024-10-22T06:19:40.990Z] nexus3.edgexfoundry.org:10002 [2024-10-22T06:19:41.255Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-22T06:19:41.523Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-22T06:19:41.523Z] Configure a credential helper to remove this warning. See [2024-10-22T06:19:41.523Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-22T06:19:41.523Z] [2024-10-22T06:19:41.523Z] Login Succeeded [2024-10-22T06:19:41.523Z] nexus3.edgexfoundry.org:10003 [2024-10-22T06:19:41.791Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-22T06:19:41.791Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-22T06:19:41.791Z] Configure a credential helper to remove this warning. See [2024-10-22T06:19:41.791Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-22T06:19:41.791Z] [2024-10-22T06:19:41.791Z] Login Succeeded [2024-10-22T06:19:41.791Z] nexus3.edgexfoundry.org:10004 [2024-10-22T06:19:42.056Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-22T06:19:42.325Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-22T06:19:42.325Z] Configure a credential helper to remove this warning. See [2024-10-22T06:19:42.325Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-22T06:19:42.325Z] [2024-10-22T06:19:42.325Z] Login Succeeded [2024-10-22T06:19:42.325Z] ****.io [2024-10-22T06:19:42.594Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-22T06:19:42.861Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-22T06:19:42.861Z] Configure a credential helper to remove this warning. See [2024-10-22T06:19:42.862Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-22T06:19:42.862Z] [2024-10-22T06:19:42.862Z] Login Succeeded [2024-10-22T06:19:42.862Z] ---> ****-login.sh ends [Pipeline] } [2024-10-22T06:19:42.874Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-22T06:19:42.919Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-22T06:19:42.946Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2024-10-22T06:19:42.946Z] ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T06:19:42.946Z] latest [2024-10-22T06:19:42.946Z] 4.0.0-dev.1 [2024-10-22T06:19:42.946Z] ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T06:19:42.946Z] main [2024-10-22T06:19:42.946Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:19:43.327Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:19:43.696Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T06:19:43.696Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-10-22T06:19:43.968Z] be88e5ff8e4e: Preparing [2024-10-22T06:19:43.968Z] f4ca084a18fe: Preparing [2024-10-22T06:19:43.968Z] e8b21a1b26a0: Preparing [2024-10-22T06:19:43.968Z] 427804f1478f: Preparing [2024-10-22T06:19:43.968Z] 8a991fcc91fc: Preparing [2024-10-22T06:19:43.968Z] ad8a70947c72: Preparing [2024-10-22T06:19:43.968Z] 16113d51b718: Preparing [2024-10-22T06:19:43.968Z] ad8a70947c72: Waiting [2024-10-22T06:19:43.968Z] 16113d51b718: Waiting [2024-10-22T06:19:44.551Z] 427804f1478f: Pushed [2024-10-22T06:19:44.551Z] be88e5ff8e4e: Pushed [2024-10-22T06:19:44.551Z] e8b21a1b26a0: Pushed [2024-10-22T06:19:44.551Z] 16113d51b718: Layer already exists [2024-10-22T06:19:44.551Z] ad8a70947c72: Pushed [2024-10-22T06:19:45.961Z] 8a991fcc91fc: Pushed [2024-10-22T06:19:51.295Z] f4ca084a18fe: Pushed [2024-10-22T06:19:51.295Z] ead55998a61037c88c593b6744c8da68f1c88ef7: digest: sha256:0073360e972e7c36dd7dc6ea6199bf668f81940ac160b10469f4960abac02c0f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:19:51.657Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:19:52.015Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2024-10-22T06:19:52.015Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-10-22T06:19:52.015Z] be88e5ff8e4e: Preparing [2024-10-22T06:19:52.015Z] f4ca084a18fe: Preparing [2024-10-22T06:19:52.015Z] e8b21a1b26a0: Preparing [2024-10-22T06:19:52.015Z] 427804f1478f: Preparing [2024-10-22T06:19:52.015Z] 8a991fcc91fc: Preparing [2024-10-22T06:19:52.015Z] ad8a70947c72: Preparing [2024-10-22T06:19:52.015Z] 16113d51b718: Preparing [2024-10-22T06:19:52.015Z] ad8a70947c72: Waiting [2024-10-22T06:19:52.015Z] 16113d51b718: Waiting [2024-10-22T06:19:52.015Z] be88e5ff8e4e: Layer already exists [2024-10-22T06:19:52.015Z] 427804f1478f: Layer already exists [2024-10-22T06:19:52.015Z] f4ca084a18fe: Layer already exists [2024-10-22T06:19:52.015Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:19:52.015Z] 8a991fcc91fc: Layer already exists [2024-10-22T06:19:52.015Z] ad8a70947c72: Layer already exists [2024-10-22T06:19:52.015Z] 16113d51b718: Layer already exists [2024-10-22T06:19:52.281Z] latest: digest: sha256:0073360e972e7c36dd7dc6ea6199bf668f81940ac160b10469f4960abac02c0f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:19:52.683Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:19:53.639Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.0.0-dev.1 [2024-10-22T06:19:53.639Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-10-22T06:19:53.640Z] be88e5ff8e4e: Preparing [2024-10-22T06:19:53.640Z] f4ca084a18fe: Preparing [2024-10-22T06:19:53.640Z] e8b21a1b26a0: Preparing [2024-10-22T06:19:53.640Z] 427804f1478f: Preparing [2024-10-22T06:19:53.640Z] 8a991fcc91fc: Preparing [2024-10-22T06:19:53.640Z] ad8a70947c72: Preparing [2024-10-22T06:19:53.640Z] 16113d51b718: Preparing [2024-10-22T06:19:53.640Z] ad8a70947c72: Waiting [2024-10-22T06:19:53.640Z] 16113d51b718: Waiting [2024-10-22T06:19:53.640Z] f4ca084a18fe: Layer already exists [2024-10-22T06:19:53.640Z] 8a991fcc91fc: Layer already exists [2024-10-22T06:19:53.640Z] 427804f1478f: Layer already exists [2024-10-22T06:19:53.640Z] be88e5ff8e4e: Layer already exists [2024-10-22T06:19:53.640Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:19:53.640Z] 16113d51b718: Layer already exists [2024-10-22T06:19:53.640Z] ad8a70947c72: Layer already exists [2024-10-22T06:19:53.909Z] 4.0.0-dev.1: digest: sha256:0073360e972e7c36dd7dc6ea6199bf668f81940ac160b10469f4960abac02c0f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:19:54.273Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:19:54.645Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T06:19:54.645Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-10-22T06:19:54.645Z] be88e5ff8e4e: Preparing [2024-10-22T06:19:54.645Z] f4ca084a18fe: Preparing [2024-10-22T06:19:54.645Z] e8b21a1b26a0: Preparing [2024-10-22T06:19:54.645Z] 427804f1478f: Preparing [2024-10-22T06:19:54.645Z] 8a991fcc91fc: Preparing [2024-10-22T06:19:54.645Z] ad8a70947c72: Preparing [2024-10-22T06:19:54.645Z] 16113d51b718: Preparing [2024-10-22T06:19:54.645Z] ad8a70947c72: Waiting [2024-10-22T06:19:54.645Z] 16113d51b718: Waiting [2024-10-22T06:19:54.645Z] 8a991fcc91fc: Layer already exists [2024-10-22T06:19:54.645Z] f4ca084a18fe: Layer already exists [2024-10-22T06:19:54.645Z] 427804f1478f: Layer already exists [2024-10-22T06:19:54.645Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:19:54.645Z] be88e5ff8e4e: Layer already exists [2024-10-22T06:19:54.645Z] ad8a70947c72: Layer already exists [2024-10-22T06:19:54.645Z] 16113d51b718: Layer already exists [2024-10-22T06:19:54.914Z] ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1: digest: sha256:0073360e972e7c36dd7dc6ea6199bf668f81940ac160b10469f4960abac02c0f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:19:55.289Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:19:55.658Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2024-10-22T06:19:55.658Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-10-22T06:19:55.658Z] be88e5ff8e4e: Preparing [2024-10-22T06:19:55.658Z] f4ca084a18fe: Preparing [2024-10-22T06:19:55.658Z] e8b21a1b26a0: Preparing [2024-10-22T06:19:55.658Z] 427804f1478f: Preparing [2024-10-22T06:19:55.658Z] 8a991fcc91fc: Preparing [2024-10-22T06:19:55.658Z] ad8a70947c72: Preparing [2024-10-22T06:19:55.658Z] 16113d51b718: Preparing [2024-10-22T06:19:55.658Z] ad8a70947c72: Waiting [2024-10-22T06:19:55.658Z] 16113d51b718: Waiting [2024-10-22T06:19:55.658Z] 427804f1478f: Layer already exists [2024-10-22T06:19:55.658Z] f4ca084a18fe: Layer already exists [2024-10-22T06:19:55.658Z] 8a991fcc91fc: Layer already exists [2024-10-22T06:19:55.658Z] be88e5ff8e4e: Layer already exists [2024-10-22T06:19:55.658Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:19:55.658Z] 16113d51b718: Layer already exists [2024-10-22T06:19:55.658Z] ad8a70947c72: Layer already exists [2024-10-22T06:19:55.926Z] main: digest: sha256:0073360e972e7c36dd7dc6ea6199bf668f81940ac160b10469f4960abac02c0f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-22T06:19:56.014Z] ===================================================== [Pipeline] echo [2024-10-22T06:19:56.026Z] taggedImages: [2024-10-22T06:19:56.026Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T06:19:56.026Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2024-10-22T06:19:56.026Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:4.0.0-dev.1 [2024-10-22T06:19:56.026Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T06:19:56.026Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2024-10-22T06:19:56.052Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2024-10-22T06:19:56.052Z] ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T06:19:56.052Z] latest [2024-10-22T06:19:56.052Z] 4.0.0-dev.1 [2024-10-22T06:19:56.052Z] ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T06:19:56.052Z] main [2024-10-22T06:19:56.052Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:19:56.444Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:19:56.802Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T06:19:56.802Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-10-22T06:19:56.802Z] 9474628b9bd9: Preparing [2024-10-22T06:19:56.802Z] d5986a865634: Preparing [2024-10-22T06:19:56.802Z] 537fbe37fba4: Preparing [2024-10-22T06:19:56.802Z] eabce9b54222: Preparing [2024-10-22T06:19:56.802Z] e8b21a1b26a0: Preparing [2024-10-22T06:19:56.802Z] 427804f1478f: Preparing [2024-10-22T06:19:56.802Z] 8a991fcc91fc: Preparing [2024-10-22T06:19:56.802Z] ad8a70947c72: Preparing [2024-10-22T06:19:56.802Z] 16113d51b718: Preparing [2024-10-22T06:19:56.802Z] 427804f1478f: Waiting [2024-10-22T06:19:56.802Z] 8a991fcc91fc: Waiting [2024-10-22T06:19:56.802Z] ad8a70947c72: Waiting [2024-10-22T06:19:56.802Z] 16113d51b718: Waiting [2024-10-22T06:19:57.069Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:19:57.069Z] 427804f1478f: Layer already exists [2024-10-22T06:19:57.069Z] 8a991fcc91fc: Layer already exists [2024-10-22T06:19:57.069Z] d5986a865634: Pushed [2024-10-22T06:19:57.069Z] 537fbe37fba4: Pushed [2024-10-22T06:19:57.069Z] 9474628b9bd9: Pushed [2024-10-22T06:19:57.069Z] ad8a70947c72: Layer already exists [2024-10-22T06:19:57.069Z] 16113d51b718: Layer already exists [2024-10-22T06:20:00.397Z] eabce9b54222: Pushed [2024-10-22T06:20:00.397Z] ead55998a61037c88c593b6744c8da68f1c88ef7: digest: sha256:1f3b90f5fc8fc55e4d0513d670dc5f891d70d7f4b28dd01bd586a0e5d8ac08f2 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:20:00.758Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:20:01.125Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2024-10-22T06:20:01.125Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-10-22T06:20:01.125Z] 9474628b9bd9: Preparing [2024-10-22T06:20:01.125Z] d5986a865634: Preparing [2024-10-22T06:20:01.125Z] 537fbe37fba4: Preparing [2024-10-22T06:20:01.125Z] eabce9b54222: Preparing [2024-10-22T06:20:01.125Z] e8b21a1b26a0: Preparing [2024-10-22T06:20:01.125Z] 427804f1478f: Preparing [2024-10-22T06:20:01.125Z] 8a991fcc91fc: Preparing [2024-10-22T06:20:01.125Z] ad8a70947c72: Preparing [2024-10-22T06:20:01.125Z] 16113d51b718: Preparing [2024-10-22T06:20:01.125Z] 427804f1478f: Waiting [2024-10-22T06:20:01.125Z] 8a991fcc91fc: Waiting [2024-10-22T06:20:01.125Z] ad8a70947c72: Waiting [2024-10-22T06:20:01.125Z] 16113d51b718: Waiting [2024-10-22T06:20:01.125Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:20:01.125Z] d5986a865634: Layer already exists [2024-10-22T06:20:01.125Z] eabce9b54222: Layer already exists [2024-10-22T06:20:01.125Z] 537fbe37fba4: Layer already exists [2024-10-22T06:20:01.125Z] 9474628b9bd9: Layer already exists [2024-10-22T06:20:01.125Z] 16113d51b718: Layer already exists [2024-10-22T06:20:01.125Z] ad8a70947c72: Layer already exists [2024-10-22T06:20:01.125Z] 427804f1478f: Layer already exists [2024-10-22T06:20:01.125Z] 8a991fcc91fc: Layer already exists [2024-10-22T06:20:01.391Z] latest: digest: sha256:1f3b90f5fc8fc55e4d0513d670dc5f891d70d7f4b28dd01bd586a0e5d8ac08f2 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:20:01.752Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:20:02.116Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.0.0-dev.1 [2024-10-22T06:20:02.116Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-10-22T06:20:02.116Z] 9474628b9bd9: Preparing [2024-10-22T06:20:02.116Z] d5986a865634: Preparing [2024-10-22T06:20:02.116Z] 537fbe37fba4: Preparing [2024-10-22T06:20:02.116Z] eabce9b54222: Preparing [2024-10-22T06:20:02.116Z] e8b21a1b26a0: Preparing [2024-10-22T06:20:02.116Z] 427804f1478f: Preparing [2024-10-22T06:20:02.116Z] 8a991fcc91fc: Preparing [2024-10-22T06:20:02.116Z] ad8a70947c72: Preparing [2024-10-22T06:20:02.116Z] 16113d51b718: Preparing [2024-10-22T06:20:02.116Z] 427804f1478f: Waiting [2024-10-22T06:20:02.116Z] 8a991fcc91fc: Waiting [2024-10-22T06:20:02.116Z] ad8a70947c72: Waiting [2024-10-22T06:20:02.116Z] 16113d51b718: Waiting [2024-10-22T06:20:02.116Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:20:02.116Z] d5986a865634: Layer already exists [2024-10-22T06:20:02.116Z] 9474628b9bd9: Layer already exists [2024-10-22T06:20:02.116Z] 537fbe37fba4: Layer already exists [2024-10-22T06:20:02.116Z] eabce9b54222: Layer already exists [2024-10-22T06:20:02.116Z] 8a991fcc91fc: Layer already exists [2024-10-22T06:20:02.116Z] 427804f1478f: Layer already exists [2024-10-22T06:20:02.116Z] ad8a70947c72: Layer already exists [2024-10-22T06:20:02.116Z] 16113d51b718: Layer already exists [2024-10-22T06:20:02.381Z] 4.0.0-dev.1: digest: sha256:1f3b90f5fc8fc55e4d0513d670dc5f891d70d7f4b28dd01bd586a0e5d8ac08f2 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:20:02.751Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:20:03.238Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T06:20:03.238Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-10-22T06:20:03.238Z] 9474628b9bd9: Preparing [2024-10-22T06:20:03.238Z] d5986a865634: Preparing [2024-10-22T06:20:03.238Z] 537fbe37fba4: Preparing [2024-10-22T06:20:03.238Z] eabce9b54222: Preparing [2024-10-22T06:20:03.238Z] e8b21a1b26a0: Preparing [2024-10-22T06:20:03.238Z] 427804f1478f: Preparing [2024-10-22T06:20:03.238Z] 8a991fcc91fc: Preparing [2024-10-22T06:20:03.238Z] 427804f1478f: Waiting [2024-10-22T06:20:03.238Z] ad8a70947c72: Preparing [2024-10-22T06:20:03.238Z] 8a991fcc91fc: Waiting [2024-10-22T06:20:03.238Z] 16113d51b718: Preparing [2024-10-22T06:20:03.238Z] ad8a70947c72: Waiting [2024-10-22T06:20:03.238Z] 16113d51b718: Waiting [2024-10-22T06:20:03.238Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:20:03.238Z] eabce9b54222: Layer already exists [2024-10-22T06:20:03.238Z] 9474628b9bd9: Layer already exists [2024-10-22T06:20:03.508Z] 8a991fcc91fc: Layer already exists [2024-10-22T06:20:03.508Z] 427804f1478f: Layer already exists [2024-10-22T06:20:03.508Z] ad8a70947c72: Layer already exists [2024-10-22T06:20:03.508Z] 537fbe37fba4: Layer already exists [2024-10-22T06:20:03.508Z] d5986a865634: Layer already exists [2024-10-22T06:20:03.508Z] 16113d51b718: Layer already exists [2024-10-22T06:20:03.508Z] ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1: digest: sha256:1f3b90f5fc8fc55e4d0513d670dc5f891d70d7f4b28dd01bd586a0e5d8ac08f2 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:20:03.874Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:20:04.257Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2024-10-22T06:20:04.257Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-10-22T06:20:04.257Z] 9474628b9bd9: Preparing [2024-10-22T06:20:04.257Z] d5986a865634: Preparing [2024-10-22T06:20:04.257Z] 537fbe37fba4: Preparing [2024-10-22T06:20:04.257Z] eabce9b54222: Preparing [2024-10-22T06:20:04.257Z] e8b21a1b26a0: Preparing [2024-10-22T06:20:04.257Z] 427804f1478f: Preparing [2024-10-22T06:20:04.257Z] 8a991fcc91fc: Preparing [2024-10-22T06:20:04.257Z] ad8a70947c72: Preparing [2024-10-22T06:20:04.257Z] 16113d51b718: Preparing [2024-10-22T06:20:04.257Z] 427804f1478f: Waiting [2024-10-22T06:20:04.257Z] 8a991fcc91fc: Waiting [2024-10-22T06:20:04.257Z] ad8a70947c72: Waiting [2024-10-22T06:20:04.257Z] 16113d51b718: Waiting [2024-10-22T06:20:04.257Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:20:04.257Z] d5986a865634: Layer already exists [2024-10-22T06:20:04.257Z] 9474628b9bd9: Layer already exists [2024-10-22T06:20:04.257Z] eabce9b54222: Layer already exists [2024-10-22T06:20:04.257Z] 537fbe37fba4: Layer already exists [2024-10-22T06:20:04.257Z] ad8a70947c72: Layer already exists [2024-10-22T06:20:04.257Z] 427804f1478f: Layer already exists [2024-10-22T06:20:04.257Z] 8a991fcc91fc: Layer already exists [2024-10-22T06:20:04.257Z] 16113d51b718: Layer already exists [2024-10-22T06:20:04.527Z] main: digest: sha256:1f3b90f5fc8fc55e4d0513d670dc5f891d70d7f4b28dd01bd586a0e5d8ac08f2 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-22T06:20:04.599Z] ===================================================== [Pipeline] echo [2024-10-22T06:20:04.613Z] taggedImages: [2024-10-22T06:20:04.613Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T06:20:04.613Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2024-10-22T06:20:04.613Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.0.0-dev.1 [2024-10-22T06:20:04.613Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T06:20:04.613Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2024-10-22T06:20:04.638Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2024-10-22T06:20:04.638Z] ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T06:20:04.638Z] latest [2024-10-22T06:20:04.638Z] 4.0.0-dev.1 [2024-10-22T06:20:04.638Z] ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T06:20:04.638Z] main [2024-10-22T06:20:04.638Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:20:05.025Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:20:05.428Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T06:20:05.428Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-10-22T06:20:05.428Z] 2d04513a5416: Preparing [2024-10-22T06:20:05.428Z] b609c3bdf0c0: Preparing [2024-10-22T06:20:05.428Z] 7c321859db36: Preparing [2024-10-22T06:20:05.428Z] e8b21a1b26a0: Preparing [2024-10-22T06:20:05.428Z] 427804f1478f: Preparing [2024-10-22T06:20:05.428Z] d2746e2ee5fd: Preparing [2024-10-22T06:20:05.428Z] ac7981a14880: Preparing [2024-10-22T06:20:05.428Z] 16113d51b718: Preparing [2024-10-22T06:20:05.428Z] d2746e2ee5fd: Waiting [2024-10-22T06:20:05.428Z] ac7981a14880: Waiting [2024-10-22T06:20:05.428Z] 16113d51b718: Waiting [2024-10-22T06:20:05.695Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:20:05.695Z] 427804f1478f: Layer already exists [2024-10-22T06:20:05.695Z] b609c3bdf0c0: Pushed [2024-10-22T06:20:05.695Z] 2d04513a5416: Pushed [2024-10-22T06:20:05.695Z] 16113d51b718: Layer already exists [2024-10-22T06:20:05.695Z] ac7981a14880: Pushed [2024-10-22T06:20:07.639Z] d2746e2ee5fd: Pushed [2024-10-22T06:20:14.284Z] 7c321859db36: Pushed [2024-10-22T06:20:14.284Z] ead55998a61037c88c593b6744c8da68f1c88ef7: digest: sha256:42a6e41c41007db26ad9e415ccc090961fada9b8bcfa1490c2c70b99bdef322e size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:20:14.665Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:20:15.028Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2024-10-22T06:20:15.028Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-10-22T06:20:15.028Z] 2d04513a5416: Preparing [2024-10-22T06:20:15.028Z] b609c3bdf0c0: Preparing [2024-10-22T06:20:15.028Z] 7c321859db36: Preparing [2024-10-22T06:20:15.028Z] e8b21a1b26a0: Preparing [2024-10-22T06:20:15.028Z] 427804f1478f: Preparing [2024-10-22T06:20:15.028Z] d2746e2ee5fd: Preparing [2024-10-22T06:20:15.028Z] ac7981a14880: Preparing [2024-10-22T06:20:15.028Z] 16113d51b718: Preparing [2024-10-22T06:20:15.028Z] d2746e2ee5fd: Waiting [2024-10-22T06:20:15.028Z] ac7981a14880: Waiting [2024-10-22T06:20:15.028Z] 16113d51b718: Waiting [2024-10-22T06:20:15.028Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:20:15.028Z] 7c321859db36: Layer already exists [2024-10-22T06:20:15.028Z] b609c3bdf0c0: Layer already exists [2024-10-22T06:20:15.028Z] 427804f1478f: Layer already exists [2024-10-22T06:20:15.028Z] 2d04513a5416: Layer already exists [2024-10-22T06:20:15.028Z] d2746e2ee5fd: Layer already exists [2024-10-22T06:20:15.028Z] ac7981a14880: Layer already exists [2024-10-22T06:20:15.028Z] 16113d51b718: Layer already exists [2024-10-22T06:20:15.295Z] latest: digest: sha256:42a6e41c41007db26ad9e415ccc090961fada9b8bcfa1490c2c70b99bdef322e size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:20:15.671Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:20:16.044Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.0.0-dev.1 [2024-10-22T06:20:16.044Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-10-22T06:20:16.044Z] 2d04513a5416: Preparing [2024-10-22T06:20:16.044Z] b609c3bdf0c0: Preparing [2024-10-22T06:20:16.044Z] 7c321859db36: Preparing [2024-10-22T06:20:16.044Z] e8b21a1b26a0: Preparing [2024-10-22T06:20:16.044Z] 427804f1478f: Preparing [2024-10-22T06:20:16.044Z] d2746e2ee5fd: Preparing [2024-10-22T06:20:16.044Z] ac7981a14880: Preparing [2024-10-22T06:20:16.044Z] 16113d51b718: Preparing [2024-10-22T06:20:16.044Z] ac7981a14880: Waiting [2024-10-22T06:20:16.044Z] 16113d51b718: Waiting [2024-10-22T06:20:16.044Z] d2746e2ee5fd: Waiting [2024-10-22T06:20:16.044Z] 2d04513a5416: Layer already exists [2024-10-22T06:20:16.044Z] 7c321859db36: Layer already exists [2024-10-22T06:20:16.044Z] 427804f1478f: Layer already exists [2024-10-22T06:20:16.044Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:20:16.044Z] b609c3bdf0c0: Layer already exists [2024-10-22T06:20:16.044Z] 16113d51b718: Layer already exists [2024-10-22T06:20:16.044Z] d2746e2ee5fd: Layer already exists [2024-10-22T06:20:16.044Z] ac7981a14880: Layer already exists [2024-10-22T06:20:16.312Z] 4.0.0-dev.1: digest: sha256:42a6e41c41007db26ad9e415ccc090961fada9b8bcfa1490c2c70b99bdef322e size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:20:16.686Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:20:17.059Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T06:20:17.060Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-10-22T06:20:17.060Z] 2d04513a5416: Preparing [2024-10-22T06:20:17.060Z] b609c3bdf0c0: Preparing [2024-10-22T06:20:17.060Z] 7c321859db36: Preparing [2024-10-22T06:20:17.060Z] e8b21a1b26a0: Preparing [2024-10-22T06:20:17.060Z] 427804f1478f: Preparing [2024-10-22T06:20:17.060Z] d2746e2ee5fd: Preparing [2024-10-22T06:20:17.060Z] ac7981a14880: Preparing [2024-10-22T06:20:17.060Z] 16113d51b718: Preparing [2024-10-22T06:20:17.060Z] d2746e2ee5fd: Waiting [2024-10-22T06:20:17.060Z] ac7981a14880: Waiting [2024-10-22T06:20:17.060Z] 16113d51b718: Waiting [2024-10-22T06:20:17.060Z] b609c3bdf0c0: Layer already exists [2024-10-22T06:20:17.060Z] 427804f1478f: Layer already exists [2024-10-22T06:20:17.060Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:20:17.060Z] 2d04513a5416: Layer already exists [2024-10-22T06:20:17.060Z] 7c321859db36: Layer already exists [2024-10-22T06:20:17.060Z] d2746e2ee5fd: Layer already exists [2024-10-22T06:20:17.060Z] ac7981a14880: Layer already exists [2024-10-22T06:20:17.060Z] 16113d51b718: Layer already exists [2024-10-22T06:20:17.326Z] ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1: digest: sha256:42a6e41c41007db26ad9e415ccc090961fada9b8bcfa1490c2c70b99bdef322e size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:20:17.694Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:20:18.066Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2024-10-22T06:20:18.066Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-10-22T06:20:18.066Z] 2d04513a5416: Preparing [2024-10-22T06:20:18.066Z] b609c3bdf0c0: Preparing [2024-10-22T06:20:18.066Z] 7c321859db36: Preparing [2024-10-22T06:20:18.066Z] e8b21a1b26a0: Preparing [2024-10-22T06:20:18.066Z] 427804f1478f: Preparing [2024-10-22T06:20:18.067Z] d2746e2ee5fd: Preparing [2024-10-22T06:20:18.067Z] ac7981a14880: Preparing [2024-10-22T06:20:18.067Z] 16113d51b718: Preparing [2024-10-22T06:20:18.067Z] d2746e2ee5fd: Waiting [2024-10-22T06:20:18.067Z] ac7981a14880: Waiting [2024-10-22T06:20:18.067Z] 16113d51b718: Waiting [2024-10-22T06:20:18.067Z] 7c321859db36: Layer already exists [2024-10-22T06:20:18.067Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:20:18.067Z] 2d04513a5416: Layer already exists [2024-10-22T06:20:18.067Z] b609c3bdf0c0: Layer already exists [2024-10-22T06:20:18.067Z] 427804f1478f: Layer already exists [2024-10-22T06:20:18.067Z] ac7981a14880: Layer already exists [2024-10-22T06:20:18.067Z] 16113d51b718: Layer already exists [2024-10-22T06:20:18.067Z] d2746e2ee5fd: Layer already exists [2024-10-22T06:20:18.335Z] main: digest: sha256:42a6e41c41007db26ad9e415ccc090961fada9b8bcfa1490c2c70b99bdef322e size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-22T06:20:18.417Z] ===================================================== [Pipeline] echo [2024-10-22T06:20:18.433Z] taggedImages: [2024-10-22T06:20:18.433Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T06:20:18.433Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2024-10-22T06:20:18.433Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:4.0.0-dev.1 [2024-10-22T06:20:18.433Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T06:20:18.433Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2024-10-22T06:20:18.466Z] [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: [2024-10-22T06:20:18.466Z] ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T06:20:18.466Z] latest [2024-10-22T06:20:18.466Z] 4.0.0-dev.1 [2024-10-22T06:20:18.466Z] ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T06:20:18.466Z] main [2024-10-22T06:20:18.466Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:20:18.865Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:20:19.217Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T06:20:19.217Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-10-22T06:20:19.217Z] 894c81775846: Preparing [2024-10-22T06:20:19.217Z] e8d2c8d0c894: Preparing [2024-10-22T06:20:19.217Z] 2465b8375888: Preparing [2024-10-22T06:20:19.217Z] 427804f1478f: Preparing [2024-10-22T06:20:19.217Z] f53d5a29f3c6: Preparing [2024-10-22T06:20:19.217Z] f3c85b69d79f: Preparing [2024-10-22T06:20:19.218Z] 16113d51b718: Preparing [2024-10-22T06:20:19.218Z] f3c85b69d79f: Waiting [2024-10-22T06:20:19.218Z] 16113d51b718: Waiting [2024-10-22T06:20:19.486Z] 427804f1478f: Layer already exists [2024-10-22T06:20:19.486Z] e8d2c8d0c894: Pushed [2024-10-22T06:20:19.486Z] 894c81775846: Pushed [2024-10-22T06:20:19.486Z] 16113d51b718: Layer already exists [2024-10-22T06:20:19.486Z] f53d5a29f3c6: Pushed [2024-10-22T06:20:19.486Z] f3c85b69d79f: Pushed [2024-10-22T06:20:27.684Z] 2465b8375888: Pushed [2024-10-22T06:20:27.684Z] ead55998a61037c88c593b6744c8da68f1c88ef7: digest: sha256:0da7f97e658364f57d2d1ec160ae44a782d121d0398fa7cebc0d7615d09331ad size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:20:28.060Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:20:28.421Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2024-10-22T06:20:28.421Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-10-22T06:20:28.421Z] 894c81775846: Preparing [2024-10-22T06:20:28.421Z] e8d2c8d0c894: Preparing [2024-10-22T06:20:28.421Z] 2465b8375888: Preparing [2024-10-22T06:20:28.421Z] 427804f1478f: Preparing [2024-10-22T06:20:28.421Z] f53d5a29f3c6: Preparing [2024-10-22T06:20:28.421Z] f3c85b69d79f: Preparing [2024-10-22T06:20:28.421Z] 16113d51b718: Preparing [2024-10-22T06:20:28.421Z] f3c85b69d79f: Waiting [2024-10-22T06:20:28.421Z] 16113d51b718: Waiting [2024-10-22T06:20:28.421Z] 894c81775846: Layer already exists [2024-10-22T06:20:28.421Z] 2465b8375888: Layer already exists [2024-10-22T06:20:28.421Z] 427804f1478f: Layer already exists [2024-10-22T06:20:28.421Z] f53d5a29f3c6: Layer already exists [2024-10-22T06:20:28.421Z] e8d2c8d0c894: Layer already exists [2024-10-22T06:20:28.421Z] 16113d51b718: Layer already exists [2024-10-22T06:20:28.421Z] f3c85b69d79f: Layer already exists [2024-10-22T06:20:28.688Z] latest: digest: sha256:0da7f97e658364f57d2d1ec160ae44a782d121d0398fa7cebc0d7615d09331ad size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:20:29.054Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:20:29.416Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.0.0-dev.1 [2024-10-22T06:20:29.416Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-10-22T06:20:29.416Z] 894c81775846: Preparing [2024-10-22T06:20:29.416Z] e8d2c8d0c894: Preparing [2024-10-22T06:20:29.416Z] 2465b8375888: Preparing [2024-10-22T06:20:29.416Z] 427804f1478f: Preparing [2024-10-22T06:20:29.416Z] f53d5a29f3c6: Preparing [2024-10-22T06:20:29.416Z] f3c85b69d79f: Preparing [2024-10-22T06:20:29.416Z] 16113d51b718: Preparing [2024-10-22T06:20:29.416Z] f3c85b69d79f: Waiting [2024-10-22T06:20:29.416Z] 16113d51b718: Waiting [2024-10-22T06:20:29.416Z] e8d2c8d0c894: Layer already exists [2024-10-22T06:20:29.416Z] f53d5a29f3c6: Layer already exists [2024-10-22T06:20:29.416Z] 2465b8375888: Layer already exists [2024-10-22T06:20:29.416Z] 894c81775846: Layer already exists [2024-10-22T06:20:29.416Z] 427804f1478f: Layer already exists [2024-10-22T06:20:29.416Z] f3c85b69d79f: Layer already exists [2024-10-22T06:20:29.416Z] 16113d51b718: Layer already exists [2024-10-22T06:20:29.682Z] 4.0.0-dev.1: digest: sha256:0da7f97e658364f57d2d1ec160ae44a782d121d0398fa7cebc0d7615d09331ad size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:20:30.046Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:20:30.484Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T06:20:30.484Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-10-22T06:20:30.484Z] 894c81775846: Preparing [2024-10-22T06:20:30.484Z] e8d2c8d0c894: Preparing [2024-10-22T06:20:30.484Z] 2465b8375888: Preparing [2024-10-22T06:20:30.484Z] 427804f1478f: Preparing [2024-10-22T06:20:30.484Z] f53d5a29f3c6: Preparing [2024-10-22T06:20:30.484Z] f3c85b69d79f: Preparing [2024-10-22T06:20:30.484Z] 16113d51b718: Preparing [2024-10-22T06:20:30.484Z] 16113d51b718: Waiting [2024-10-22T06:20:30.484Z] f3c85b69d79f: Waiting [2024-10-22T06:20:30.484Z] e8d2c8d0c894: Layer already exists [2024-10-22T06:20:30.484Z] f53d5a29f3c6: Layer already exists [2024-10-22T06:20:30.484Z] 2465b8375888: Layer already exists [2024-10-22T06:20:30.484Z] 894c81775846: Layer already exists [2024-10-22T06:20:30.484Z] 427804f1478f: Layer already exists [2024-10-22T06:20:30.484Z] 16113d51b718: Layer already exists [2024-10-22T06:20:30.484Z] f3c85b69d79f: Layer already exists [2024-10-22T06:20:30.752Z] ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1: digest: sha256:0da7f97e658364f57d2d1ec160ae44a782d121d0398fa7cebc0d7615d09331ad size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:20:31.108Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:20:31.465Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [2024-10-22T06:20:31.466Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-10-22T06:20:31.466Z] 894c81775846: Preparing [2024-10-22T06:20:31.466Z] e8d2c8d0c894: Preparing [2024-10-22T06:20:31.466Z] 2465b8375888: Preparing [2024-10-22T06:20:31.466Z] 427804f1478f: Preparing [2024-10-22T06:20:31.466Z] f53d5a29f3c6: Preparing [2024-10-22T06:20:31.466Z] f3c85b69d79f: Preparing [2024-10-22T06:20:31.466Z] 16113d51b718: Preparing [2024-10-22T06:20:31.466Z] f3c85b69d79f: Waiting [2024-10-22T06:20:31.466Z] 16113d51b718: Waiting [2024-10-22T06:20:31.466Z] e8d2c8d0c894: Layer already exists [2024-10-22T06:20:31.466Z] 2465b8375888: Layer already exists [2024-10-22T06:20:31.466Z] f53d5a29f3c6: Layer already exists [2024-10-22T06:20:31.466Z] 894c81775846: Layer already exists [2024-10-22T06:20:31.466Z] 427804f1478f: Layer already exists [2024-10-22T06:20:31.466Z] f3c85b69d79f: Layer already exists [2024-10-22T06:20:31.466Z] 16113d51b718: Layer already exists [2024-10-22T06:20:31.733Z] main: digest: sha256:0da7f97e658364f57d2d1ec160ae44a782d121d0398fa7cebc0d7615d09331ad size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-22T06:20:31.811Z] ===================================================== [Pipeline] echo [2024-10-22T06:20:31.824Z] taggedImages: [2024-10-22T06:20:31.824Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T06:20:31.824Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2024-10-22T06:20:31.824Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.0.0-dev.1 [2024-10-22T06:20:31.824Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T06:20:31.824Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2024-10-22T06:20:31.852Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2024-10-22T06:20:31.852Z] ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T06:20:31.852Z] latest [2024-10-22T06:20:31.852Z] 4.0.0-dev.1 [2024-10-22T06:20:31.852Z] ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T06:20:31.852Z] main [2024-10-22T06:20:31.852Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:20:32.245Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:20:32.598Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T06:20:32.598Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-10-22T06:20:32.598Z] 6e8ef623b286: Preparing [2024-10-22T06:20:32.598Z] 84869bb81901: Preparing [2024-10-22T06:20:32.598Z] 967511a8eb85: Preparing [2024-10-22T06:20:32.598Z] fc46f19a43cf: Preparing [2024-10-22T06:20:32.598Z] e8b21a1b26a0: Preparing [2024-10-22T06:20:32.598Z] 427804f1478f: Preparing [2024-10-22T06:20:32.598Z] 8a991fcc91fc: Preparing [2024-10-22T06:20:32.598Z] ad8a70947c72: Preparing [2024-10-22T06:20:32.598Z] 16113d51b718: Preparing [2024-10-22T06:20:32.598Z] 8a991fcc91fc: Waiting [2024-10-22T06:20:32.598Z] ad8a70947c72: Waiting [2024-10-22T06:20:32.598Z] 16113d51b718: Waiting [2024-10-22T06:20:32.866Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:20:32.866Z] 427804f1478f: Layer already exists [2024-10-22T06:20:32.866Z] 967511a8eb85: Pushed [2024-10-22T06:20:32.866Z] 8a991fcc91fc: Layer already exists [2024-10-22T06:20:32.866Z] 84869bb81901: Pushed [2024-10-22T06:20:32.866Z] ad8a70947c72: Layer already exists [2024-10-22T06:20:32.866Z] 16113d51b718: Layer already exists [2024-10-22T06:20:32.866Z] 6e8ef623b286: Pushed [2024-10-22T06:20:41.068Z] fc46f19a43cf: Pushed [2024-10-22T06:20:41.068Z] ead55998a61037c88c593b6744c8da68f1c88ef7: digest: sha256:c86c3d100fda54b53bb7d06a67cb74790bb4fd3b6663a878dafa5a394d10de64 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:20:41.430Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:20:41.802Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2024-10-22T06:20:41.802Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-10-22T06:20:41.802Z] 6e8ef623b286: Preparing [2024-10-22T06:20:41.802Z] 84869bb81901: Preparing [2024-10-22T06:20:41.802Z] 967511a8eb85: Preparing [2024-10-22T06:20:41.802Z] fc46f19a43cf: Preparing [2024-10-22T06:20:41.802Z] e8b21a1b26a0: Preparing [2024-10-22T06:20:41.802Z] 427804f1478f: Preparing [2024-10-22T06:20:41.802Z] 8a991fcc91fc: Preparing [2024-10-22T06:20:41.802Z] 427804f1478f: Waiting [2024-10-22T06:20:41.802Z] ad8a70947c72: Preparing [2024-10-22T06:20:41.802Z] 8a991fcc91fc: Waiting [2024-10-22T06:20:41.802Z] ad8a70947c72: Waiting [2024-10-22T06:20:41.802Z] 16113d51b718: Preparing [2024-10-22T06:20:41.802Z] 16113d51b718: Waiting [2024-10-22T06:20:41.802Z] fc46f19a43cf: Layer already exists [2024-10-22T06:20:41.802Z] 84869bb81901: Layer already exists [2024-10-22T06:20:41.802Z] 6e8ef623b286: Layer already exists [2024-10-22T06:20:41.802Z] 967511a8eb85: Layer already exists [2024-10-22T06:20:41.802Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:20:41.802Z] 427804f1478f: Layer already exists [2024-10-22T06:20:41.802Z] 8a991fcc91fc: Layer already exists [2024-10-22T06:20:41.802Z] 16113d51b718: Layer already exists [2024-10-22T06:20:41.802Z] ad8a70947c72: Layer already exists [2024-10-22T06:20:42.070Z] latest: digest: sha256:c86c3d100fda54b53bb7d06a67cb74790bb4fd3b6663a878dafa5a394d10de64 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:20:42.447Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:20:42.807Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.0.0-dev.1 [2024-10-22T06:20:42.807Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-10-22T06:20:42.807Z] 6e8ef623b286: Preparing [2024-10-22T06:20:42.807Z] 84869bb81901: Preparing [2024-10-22T06:20:42.807Z] 967511a8eb85: Preparing [2024-10-22T06:20:42.807Z] fc46f19a43cf: Preparing [2024-10-22T06:20:42.807Z] e8b21a1b26a0: Preparing [2024-10-22T06:20:42.807Z] 427804f1478f: Preparing [2024-10-22T06:20:42.807Z] 8a991fcc91fc: Preparing [2024-10-22T06:20:42.807Z] ad8a70947c72: Preparing [2024-10-22T06:20:42.807Z] 16113d51b718: Preparing [2024-10-22T06:20:42.807Z] 8a991fcc91fc: Waiting [2024-10-22T06:20:42.807Z] ad8a70947c72: Waiting [2024-10-22T06:20:42.807Z] 16113d51b718: Waiting [2024-10-22T06:20:42.807Z] 427804f1478f: Waiting [2024-10-22T06:20:42.807Z] 84869bb81901: Layer already exists [2024-10-22T06:20:42.807Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:20:42.807Z] 6e8ef623b286: Layer already exists [2024-10-22T06:20:42.807Z] fc46f19a43cf: Layer already exists [2024-10-22T06:20:42.807Z] 967511a8eb85: Layer already exists [2024-10-22T06:20:42.807Z] 427804f1478f: Layer already exists [2024-10-22T06:20:42.807Z] ad8a70947c72: Layer already exists [2024-10-22T06:20:42.807Z] 16113d51b718: Layer already exists [2024-10-22T06:20:42.807Z] 8a991fcc91fc: Layer already exists [2024-10-22T06:20:43.074Z] 4.0.0-dev.1: digest: sha256:c86c3d100fda54b53bb7d06a67cb74790bb4fd3b6663a878dafa5a394d10de64 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:20:43.436Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:20:43.796Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T06:20:43.796Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-10-22T06:20:43.796Z] 6e8ef623b286: Preparing [2024-10-22T06:20:43.796Z] 84869bb81901: Preparing [2024-10-22T06:20:43.796Z] 967511a8eb85: Preparing [2024-10-22T06:20:43.796Z] fc46f19a43cf: Preparing [2024-10-22T06:20:43.796Z] e8b21a1b26a0: Preparing [2024-10-22T06:20:43.796Z] 427804f1478f: Preparing [2024-10-22T06:20:43.796Z] 8a991fcc91fc: Preparing [2024-10-22T06:20:43.796Z] ad8a70947c72: Preparing [2024-10-22T06:20:43.796Z] 16113d51b718: Preparing [2024-10-22T06:20:43.796Z] 427804f1478f: Waiting [2024-10-22T06:20:43.796Z] 8a991fcc91fc: Waiting [2024-10-22T06:20:43.796Z] ad8a70947c72: Waiting [2024-10-22T06:20:43.796Z] 16113d51b718: Waiting [2024-10-22T06:20:43.796Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:20:43.796Z] 6e8ef623b286: Layer already exists [2024-10-22T06:20:43.796Z] fc46f19a43cf: Layer already exists [2024-10-22T06:20:43.796Z] 84869bb81901: Layer already exists [2024-10-22T06:20:43.796Z] 967511a8eb85: Layer already exists [2024-10-22T06:20:43.796Z] 427804f1478f: Layer already exists [2024-10-22T06:20:43.796Z] 8a991fcc91fc: Layer already exists [2024-10-22T06:20:43.796Z] ad8a70947c72: Layer already exists [2024-10-22T06:20:43.796Z] 16113d51b718: Layer already exists [2024-10-22T06:20:44.063Z] ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1: digest: sha256:c86c3d100fda54b53bb7d06a67cb74790bb4fd3b6663a878dafa5a394d10de64 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:20:44.426Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:20:44.783Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2024-10-22T06:20:44.784Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-10-22T06:20:44.784Z] 6e8ef623b286: Preparing [2024-10-22T06:20:44.784Z] 84869bb81901: Preparing [2024-10-22T06:20:44.784Z] 967511a8eb85: Preparing [2024-10-22T06:20:44.784Z] fc46f19a43cf: Preparing [2024-10-22T06:20:44.784Z] e8b21a1b26a0: Preparing [2024-10-22T06:20:44.784Z] 427804f1478f: Preparing [2024-10-22T06:20:44.784Z] 8a991fcc91fc: Preparing [2024-10-22T06:20:44.784Z] ad8a70947c72: Preparing [2024-10-22T06:20:44.784Z] 16113d51b718: Preparing [2024-10-22T06:20:44.784Z] ad8a70947c72: Waiting [2024-10-22T06:20:44.784Z] 427804f1478f: Waiting [2024-10-22T06:20:44.784Z] 8a991fcc91fc: Waiting [2024-10-22T06:20:44.784Z] 16113d51b718: Waiting [2024-10-22T06:20:44.784Z] 84869bb81901: Layer already exists [2024-10-22T06:20:44.784Z] 967511a8eb85: Layer already exists [2024-10-22T06:20:44.784Z] 6e8ef623b286: Layer already exists [2024-10-22T06:20:44.784Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:20:44.784Z] fc46f19a43cf: Layer already exists [2024-10-22T06:20:44.784Z] 16113d51b718: Layer already exists [2024-10-22T06:20:44.784Z] 427804f1478f: Layer already exists [2024-10-22T06:20:44.784Z] 8a991fcc91fc: Layer already exists [2024-10-22T06:20:44.784Z] ad8a70947c72: Layer already exists [2024-10-22T06:20:45.049Z] main: digest: sha256:c86c3d100fda54b53bb7d06a67cb74790bb4fd3b6663a878dafa5a394d10de64 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-22T06:20:45.131Z] ===================================================== [Pipeline] echo [2024-10-22T06:20:45.148Z] taggedImages: [2024-10-22T06:20:45.148Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T06:20:45.148Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2024-10-22T06:20:45.148Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.0.0-dev.1 [2024-10-22T06:20:45.148Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T06:20:45.148Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2024-10-22T06:20:45.174Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2024-10-22T06:20:45.174Z] ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T06:20:45.174Z] latest [2024-10-22T06:20:45.174Z] 4.0.0-dev.1 [2024-10-22T06:20:45.174Z] ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T06:20:45.174Z] main [2024-10-22T06:20:45.174Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:20:45.545Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:20:45.907Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T06:20:45.907Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-10-22T06:20:45.907Z] 20f45b79f40f: Preparing [2024-10-22T06:20:45.907Z] 9eea10865989: Preparing [2024-10-22T06:20:45.907Z] 9e014089c898: Preparing [2024-10-22T06:20:45.907Z] f1945df33dc7: Preparing [2024-10-22T06:20:45.907Z] a1496c7daf9a: Preparing [2024-10-22T06:20:45.907Z] 3e88c94e5293: Preparing [2024-10-22T06:20:45.907Z] 85e7c1d0e484: Preparing [2024-10-22T06:20:45.907Z] 234b2dde59c9: Preparing [2024-10-22T06:20:45.907Z] e8b21a1b26a0: Preparing [2024-10-22T06:20:45.907Z] 427804f1478f: Preparing [2024-10-22T06:20:45.907Z] adad03197193: Preparing [2024-10-22T06:20:45.907Z] 41e9d4ff361d: Preparing [2024-10-22T06:20:45.907Z] 5f70bf18a086: Preparing [2024-10-22T06:20:45.907Z] 2cab18264a86: Preparing [2024-10-22T06:20:45.907Z] 0681518136f3: Preparing [2024-10-22T06:20:45.907Z] 832793e3392d: Preparing [2024-10-22T06:20:45.907Z] 16113d51b718: Preparing [2024-10-22T06:20:45.907Z] 427804f1478f: Waiting [2024-10-22T06:20:45.907Z] 2cab18264a86: Waiting [2024-10-22T06:20:45.907Z] adad03197193: Waiting [2024-10-22T06:20:45.907Z] 41e9d4ff361d: Waiting [2024-10-22T06:20:45.907Z] 5f70bf18a086: Waiting [2024-10-22T06:20:45.907Z] 0681518136f3: Waiting [2024-10-22T06:20:45.907Z] 832793e3392d: Waiting [2024-10-22T06:20:45.907Z] 3e88c94e5293: Waiting [2024-10-22T06:20:45.907Z] 16113d51b718: Waiting [2024-10-22T06:20:45.907Z] 85e7c1d0e484: Waiting [2024-10-22T06:20:45.907Z] e8b21a1b26a0: Waiting [2024-10-22T06:20:45.907Z] 234b2dde59c9: Waiting [2024-10-22T06:20:46.191Z] a1496c7daf9a: Pushed [2024-10-22T06:20:46.191Z] 9eea10865989: Pushed [2024-10-22T06:20:46.191Z] 9e014089c898: Pushed [2024-10-22T06:20:46.191Z] f1945df33dc7: Pushed [2024-10-22T06:20:46.191Z] 20f45b79f40f: Pushed [2024-10-22T06:20:46.465Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:20:46.465Z] 3e88c94e5293: Pushed [2024-10-22T06:20:46.465Z] 427804f1478f: Layer already exists [2024-10-22T06:20:46.465Z] 85e7c1d0e484: Pushed [2024-10-22T06:20:46.465Z] 5f70bf18a086: Layer already exists [2024-10-22T06:20:46.465Z] adad03197193: Pushed [2024-10-22T06:20:46.465Z] 41e9d4ff361d: Pushed [2024-10-22T06:20:46.735Z] 2cab18264a86: Pushed [2024-10-22T06:20:46.735Z] 16113d51b718: Layer already exists [2024-10-22T06:20:46.735Z] 832793e3392d: Pushed [2024-10-22T06:20:48.692Z] 0681518136f3: Pushed [2024-10-22T06:20:51.276Z] 234b2dde59c9: Pushed [2024-10-22T06:20:51.541Z] ead55998a61037c88c593b6744c8da68f1c88ef7: digest: sha256:a0f94997711e70f9e07f7d58c43f7a59eb146a7acc77455ef67dce12de1609f5 size: 3855 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:20:51.894Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:20:52.258Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2024-10-22T06:20:52.258Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-10-22T06:20:52.258Z] 20f45b79f40f: Preparing [2024-10-22T06:20:52.258Z] 9eea10865989: Preparing [2024-10-22T06:20:52.258Z] 9e014089c898: Preparing [2024-10-22T06:20:52.258Z] f1945df33dc7: Preparing [2024-10-22T06:20:52.258Z] a1496c7daf9a: Preparing [2024-10-22T06:20:52.258Z] 3e88c94e5293: Preparing [2024-10-22T06:20:52.258Z] 85e7c1d0e484: Preparing [2024-10-22T06:20:52.258Z] 234b2dde59c9: Preparing [2024-10-22T06:20:52.258Z] e8b21a1b26a0: Preparing [2024-10-22T06:20:52.258Z] 427804f1478f: Preparing [2024-10-22T06:20:52.258Z] adad03197193: Preparing [2024-10-22T06:20:52.258Z] 41e9d4ff361d: Preparing [2024-10-22T06:20:52.258Z] 5f70bf18a086: Preparing [2024-10-22T06:20:52.258Z] 2cab18264a86: Preparing [2024-10-22T06:20:52.258Z] 0681518136f3: Preparing [2024-10-22T06:20:52.258Z] 832793e3392d: Preparing [2024-10-22T06:20:52.258Z] 16113d51b718: Preparing [2024-10-22T06:20:52.258Z] 85e7c1d0e484: Waiting [2024-10-22T06:20:52.258Z] 234b2dde59c9: Waiting [2024-10-22T06:20:52.258Z] e8b21a1b26a0: Waiting [2024-10-22T06:20:52.258Z] 427804f1478f: Waiting [2024-10-22T06:20:52.258Z] adad03197193: Waiting [2024-10-22T06:20:52.258Z] 41e9d4ff361d: Waiting [2024-10-22T06:20:52.258Z] 5f70bf18a086: Waiting [2024-10-22T06:20:52.258Z] 16113d51b718: Waiting [2024-10-22T06:20:52.258Z] 2cab18264a86: Waiting [2024-10-22T06:20:52.258Z] 0681518136f3: Waiting [2024-10-22T06:20:52.258Z] 832793e3392d: Waiting [2024-10-22T06:20:52.258Z] 3e88c94e5293: Waiting [2024-10-22T06:20:52.258Z] 9e014089c898: Layer already exists [2024-10-22T06:20:52.258Z] f1945df33dc7: Layer already exists [2024-10-22T06:20:52.258Z] a1496c7daf9a: Layer already exists [2024-10-22T06:20:52.258Z] 20f45b79f40f: Layer already exists [2024-10-22T06:20:52.258Z] 9eea10865989: Layer already exists [2024-10-22T06:20:52.258Z] 427804f1478f: Layer already exists [2024-10-22T06:20:52.258Z] 234b2dde59c9: Layer already exists [2024-10-22T06:20:52.258Z] 85e7c1d0e484: Layer already exists [2024-10-22T06:20:52.258Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:20:52.258Z] 3e88c94e5293: Layer already exists [2024-10-22T06:20:52.258Z] 5f70bf18a086: Layer already exists [2024-10-22T06:20:52.258Z] 2cab18264a86: Layer already exists [2024-10-22T06:20:52.258Z] adad03197193: Layer already exists [2024-10-22T06:20:52.523Z] 41e9d4ff361d: Layer already exists [2024-10-22T06:20:52.523Z] 0681518136f3: Layer already exists [2024-10-22T06:20:52.523Z] 832793e3392d: Layer already exists [2024-10-22T06:20:52.523Z] 16113d51b718: Layer already exists [2024-10-22T06:20:52.523Z] latest: digest: sha256:a0f94997711e70f9e07f7d58c43f7a59eb146a7acc77455ef67dce12de1609f5 size: 3855 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:20:52.892Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:20:53.258Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.0.0-dev.1 [2024-10-22T06:20:53.258Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-10-22T06:20:53.258Z] 20f45b79f40f: Preparing [2024-10-22T06:20:53.258Z] 9eea10865989: Preparing [2024-10-22T06:20:53.258Z] 9e014089c898: Preparing [2024-10-22T06:20:53.258Z] f1945df33dc7: Preparing [2024-10-22T06:20:53.258Z] a1496c7daf9a: Preparing [2024-10-22T06:20:53.258Z] 3e88c94e5293: Preparing [2024-10-22T06:20:53.258Z] 85e7c1d0e484: Preparing [2024-10-22T06:20:53.258Z] 234b2dde59c9: Preparing [2024-10-22T06:20:53.258Z] e8b21a1b26a0: Preparing [2024-10-22T06:20:53.258Z] 427804f1478f: Preparing [2024-10-22T06:20:53.258Z] adad03197193: Preparing [2024-10-22T06:20:53.258Z] 41e9d4ff361d: Preparing [2024-10-22T06:20:53.258Z] 5f70bf18a086: Preparing [2024-10-22T06:20:53.258Z] 2cab18264a86: Preparing [2024-10-22T06:20:53.258Z] 0681518136f3: Preparing [2024-10-22T06:20:53.258Z] 832793e3392d: Preparing [2024-10-22T06:20:53.258Z] 16113d51b718: Preparing [2024-10-22T06:20:53.258Z] 3e88c94e5293: Waiting [2024-10-22T06:20:53.258Z] 85e7c1d0e484: Waiting [2024-10-22T06:20:53.258Z] 41e9d4ff361d: Waiting [2024-10-22T06:20:53.258Z] 234b2dde59c9: Waiting [2024-10-22T06:20:53.258Z] 5f70bf18a086: Waiting [2024-10-22T06:20:53.258Z] e8b21a1b26a0: Waiting [2024-10-22T06:20:53.258Z] 2cab18264a86: Waiting [2024-10-22T06:20:53.258Z] 0681518136f3: Waiting [2024-10-22T06:20:53.258Z] 832793e3392d: Waiting [2024-10-22T06:20:53.258Z] 16113d51b718: Waiting [2024-10-22T06:20:53.258Z] adad03197193: Waiting [2024-10-22T06:20:53.258Z] 427804f1478f: Waiting [2024-10-22T06:20:53.258Z] 9eea10865989: Layer already exists [2024-10-22T06:20:53.258Z] f1945df33dc7: Layer already exists [2024-10-22T06:20:53.258Z] 9e014089c898: Layer already exists [2024-10-22T06:20:53.258Z] 20f45b79f40f: Layer already exists [2024-10-22T06:20:53.258Z] a1496c7daf9a: Layer already exists [2024-10-22T06:20:53.258Z] 234b2dde59c9: Layer already exists [2024-10-22T06:20:53.258Z] 427804f1478f: Layer already exists [2024-10-22T06:20:53.258Z] 3e88c94e5293: Layer already exists [2024-10-22T06:20:53.258Z] 85e7c1d0e484: Layer already exists [2024-10-22T06:20:53.258Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:20:53.258Z] adad03197193: Layer already exists [2024-10-22T06:20:53.258Z] 5f70bf18a086: Layer already exists [2024-10-22T06:20:53.258Z] 2cab18264a86: Layer already exists [2024-10-22T06:20:53.258Z] 0681518136f3: Layer already exists [2024-10-22T06:20:53.258Z] 41e9d4ff361d: Layer already exists [2024-10-22T06:20:53.522Z] 832793e3392d: Layer already exists [2024-10-22T06:20:53.522Z] 16113d51b718: Layer already exists [2024-10-22T06:20:53.522Z] 4.0.0-dev.1: digest: sha256:a0f94997711e70f9e07f7d58c43f7a59eb146a7acc77455ef67dce12de1609f5 size: 3855 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:20:53.882Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:20:54.237Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T06:20:54.237Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-10-22T06:20:54.237Z] 20f45b79f40f: Preparing [2024-10-22T06:20:54.237Z] 9eea10865989: Preparing [2024-10-22T06:20:54.237Z] 9e014089c898: Preparing [2024-10-22T06:20:54.237Z] f1945df33dc7: Preparing [2024-10-22T06:20:54.237Z] a1496c7daf9a: Preparing [2024-10-22T06:20:54.237Z] 3e88c94e5293: Preparing [2024-10-22T06:20:54.237Z] 85e7c1d0e484: Preparing [2024-10-22T06:20:54.237Z] 234b2dde59c9: Preparing [2024-10-22T06:20:54.237Z] e8b21a1b26a0: Preparing [2024-10-22T06:20:54.237Z] 427804f1478f: Preparing [2024-10-22T06:20:54.237Z] adad03197193: Preparing [2024-10-22T06:20:54.237Z] 41e9d4ff361d: Preparing [2024-10-22T06:20:54.237Z] 5f70bf18a086: Preparing [2024-10-22T06:20:54.237Z] 2cab18264a86: Preparing [2024-10-22T06:20:54.237Z] 0681518136f3: Preparing [2024-10-22T06:20:54.237Z] 832793e3392d: Preparing [2024-10-22T06:20:54.237Z] 16113d51b718: Preparing [2024-10-22T06:20:54.237Z] 0681518136f3: Waiting [2024-10-22T06:20:54.237Z] 832793e3392d: Waiting [2024-10-22T06:20:54.237Z] 16113d51b718: Waiting [2024-10-22T06:20:54.237Z] 427804f1478f: Waiting [2024-10-22T06:20:54.237Z] adad03197193: Waiting [2024-10-22T06:20:54.237Z] 41e9d4ff361d: Waiting [2024-10-22T06:20:54.237Z] 5f70bf18a086: Waiting [2024-10-22T06:20:54.237Z] 3e88c94e5293: Waiting [2024-10-22T06:20:54.237Z] 2cab18264a86: Waiting [2024-10-22T06:20:54.238Z] 234b2dde59c9: Waiting [2024-10-22T06:20:54.238Z] 85e7c1d0e484: Waiting [2024-10-22T06:20:54.238Z] e8b21a1b26a0: Waiting [2024-10-22T06:20:54.238Z] 9eea10865989: Layer already exists [2024-10-22T06:20:54.238Z] 20f45b79f40f: Layer already exists [2024-10-22T06:20:54.238Z] 9e014089c898: Layer already exists [2024-10-22T06:20:54.238Z] a1496c7daf9a: Layer already exists [2024-10-22T06:20:54.238Z] f1945df33dc7: Layer already exists [2024-10-22T06:20:54.238Z] 234b2dde59c9: Layer already exists [2024-10-22T06:20:54.238Z] 85e7c1d0e484: Layer already exists [2024-10-22T06:20:54.238Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:20:54.238Z] 3e88c94e5293: Layer already exists [2024-10-22T06:20:54.238Z] 427804f1478f: Layer already exists [2024-10-22T06:20:54.506Z] adad03197193: Layer already exists [2024-10-22T06:20:54.506Z] 41e9d4ff361d: Layer already exists [2024-10-22T06:20:54.506Z] 5f70bf18a086: Layer already exists [2024-10-22T06:20:54.506Z] 2cab18264a86: Layer already exists [2024-10-22T06:20:54.506Z] 0681518136f3: Layer already exists [2024-10-22T06:20:54.506Z] 832793e3392d: Layer already exists [2024-10-22T06:20:54.506Z] 16113d51b718: Layer already exists [2024-10-22T06:20:54.506Z] ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1: digest: sha256:a0f94997711e70f9e07f7d58c43f7a59eb146a7acc77455ef67dce12de1609f5 size: 3855 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:20:54.886Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:20:55.289Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2024-10-22T06:20:55.289Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-10-22T06:20:55.289Z] 20f45b79f40f: Preparing [2024-10-22T06:20:55.289Z] 9eea10865989: Preparing [2024-10-22T06:20:55.289Z] 9e014089c898: Preparing [2024-10-22T06:20:55.289Z] f1945df33dc7: Preparing [2024-10-22T06:20:55.289Z] a1496c7daf9a: Preparing [2024-10-22T06:20:55.289Z] 3e88c94e5293: Preparing [2024-10-22T06:20:55.289Z] 85e7c1d0e484: Preparing [2024-10-22T06:20:55.289Z] 3e88c94e5293: Waiting [2024-10-22T06:20:55.289Z] 85e7c1d0e484: Waiting [2024-10-22T06:20:55.289Z] 234b2dde59c9: Preparing [2024-10-22T06:20:55.289Z] e8b21a1b26a0: Preparing [2024-10-22T06:20:55.289Z] 234b2dde59c9: Waiting [2024-10-22T06:20:55.289Z] e8b21a1b26a0: Waiting [2024-10-22T06:20:55.289Z] 427804f1478f: Preparing [2024-10-22T06:20:55.289Z] adad03197193: Preparing [2024-10-22T06:20:55.289Z] 427804f1478f: Waiting [2024-10-22T06:20:55.289Z] 41e9d4ff361d: Preparing [2024-10-22T06:20:55.289Z] adad03197193: Waiting [2024-10-22T06:20:55.289Z] 41e9d4ff361d: Waiting [2024-10-22T06:20:55.289Z] 5f70bf18a086: Preparing [2024-10-22T06:20:55.289Z] 2cab18264a86: Preparing [2024-10-22T06:20:55.289Z] 5f70bf18a086: Waiting [2024-10-22T06:20:55.289Z] 2cab18264a86: Waiting [2024-10-22T06:20:55.289Z] 0681518136f3: Preparing [2024-10-22T06:20:55.289Z] 832793e3392d: Preparing [2024-10-22T06:20:55.289Z] 0681518136f3: Waiting [2024-10-22T06:20:55.289Z] 16113d51b718: Preparing [2024-10-22T06:20:55.289Z] 832793e3392d: Waiting [2024-10-22T06:20:55.289Z] 16113d51b718: Waiting [2024-10-22T06:20:55.289Z] f1945df33dc7: Layer already exists [2024-10-22T06:20:55.289Z] 9eea10865989: Layer already exists [2024-10-22T06:20:55.289Z] 20f45b79f40f: Layer already exists [2024-10-22T06:20:55.289Z] a1496c7daf9a: Layer already exists [2024-10-22T06:20:55.289Z] 9e014089c898: Layer already exists [2024-10-22T06:20:55.289Z] 3e88c94e5293: Layer already exists [2024-10-22T06:20:55.289Z] 85e7c1d0e484: Layer already exists [2024-10-22T06:20:55.289Z] 234b2dde59c9: Layer already exists [2024-10-22T06:20:55.289Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:20:55.289Z] 427804f1478f: Layer already exists [2024-10-22T06:20:55.565Z] 41e9d4ff361d: Layer already exists [2024-10-22T06:20:55.565Z] 5f70bf18a086: Layer already exists [2024-10-22T06:20:55.565Z] adad03197193: Layer already exists [2024-10-22T06:20:55.565Z] 2cab18264a86: Layer already exists [2024-10-22T06:20:55.565Z] 0681518136f3: Layer already exists [2024-10-22T06:20:55.565Z] 16113d51b718: Layer already exists [2024-10-22T06:20:55.565Z] 832793e3392d: Layer already exists [2024-10-22T06:20:55.565Z] main: digest: sha256:a0f94997711e70f9e07f7d58c43f7a59eb146a7acc77455ef67dce12de1609f5 size: 3855 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-22T06:20:55.636Z] ===================================================== [Pipeline] echo [2024-10-22T06:20:55.654Z] taggedImages: [2024-10-22T06:20:55.654Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T06:20:55.654Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2024-10-22T06:20:55.654Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.0.0-dev.1 [2024-10-22T06:20:55.654Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T06:20:55.654Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2024-10-22T06:20:55.687Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2024-10-22T06:20:55.687Z] ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T06:20:55.687Z] latest [2024-10-22T06:20:55.687Z] 4.0.0-dev.1 [2024-10-22T06:20:55.687Z] ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T06:20:55.687Z] main [2024-10-22T06:20:55.687Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:20:56.074Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:20:56.450Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T06:20:56.450Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-10-22T06:20:56.450Z] 1d8d85a6fdec: Preparing [2024-10-22T06:20:56.450Z] 7bf110c36c7f: Preparing [2024-10-22T06:20:56.450Z] 7f6491c01325: Preparing [2024-10-22T06:20:56.450Z] eabb70cd3555: Preparing [2024-10-22T06:20:56.450Z] e8b21a1b26a0: Preparing [2024-10-22T06:20:56.450Z] 427804f1478f: Preparing [2024-10-22T06:20:56.450Z] 8a991fcc91fc: Preparing [2024-10-22T06:20:56.450Z] ad8a70947c72: Preparing [2024-10-22T06:20:56.450Z] 16113d51b718: Preparing [2024-10-22T06:20:56.450Z] 427804f1478f: Waiting [2024-10-22T06:20:56.450Z] 8a991fcc91fc: Waiting [2024-10-22T06:20:56.450Z] 16113d51b718: Waiting [2024-10-22T06:20:56.450Z] ad8a70947c72: Waiting [2024-10-22T06:20:56.450Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:20:56.737Z] 427804f1478f: Layer already exists [2024-10-22T06:20:56.737Z] 7f6491c01325: Pushed [2024-10-22T06:20:56.737Z] 7bf110c36c7f: Pushed [2024-10-22T06:20:56.737Z] 8a991fcc91fc: Layer already exists [2024-10-22T06:20:56.737Z] 1d8d85a6fdec: Pushed [2024-10-22T06:20:56.737Z] ad8a70947c72: Layer already exists [2024-10-22T06:20:56.737Z] 16113d51b718: Layer already exists [2024-10-22T06:21:03.424Z] eabb70cd3555: Pushed [2024-10-22T06:21:03.424Z] ead55998a61037c88c593b6744c8da68f1c88ef7: digest: sha256:b164ed92b8d6ded2e4d846fb1f18699c4660a89f3932330b480b2ab4097af995 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:21:03.788Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:21:04.228Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2024-10-22T06:21:04.229Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-10-22T06:21:04.229Z] 1d8d85a6fdec: Preparing [2024-10-22T06:21:04.229Z] 7bf110c36c7f: Preparing [2024-10-22T06:21:04.229Z] 7f6491c01325: Preparing [2024-10-22T06:21:04.229Z] eabb70cd3555: Preparing [2024-10-22T06:21:04.229Z] e8b21a1b26a0: Preparing [2024-10-22T06:21:04.229Z] 427804f1478f: Preparing [2024-10-22T06:21:04.229Z] 8a991fcc91fc: Preparing [2024-10-22T06:21:04.229Z] ad8a70947c72: Preparing [2024-10-22T06:21:04.229Z] 16113d51b718: Preparing [2024-10-22T06:21:04.229Z] 427804f1478f: Waiting [2024-10-22T06:21:04.229Z] 8a991fcc91fc: Waiting [2024-10-22T06:21:04.229Z] ad8a70947c72: Waiting [2024-10-22T06:21:04.229Z] 1d8d85a6fdec: Layer already exists [2024-10-22T06:21:04.229Z] 7bf110c36c7f: Layer already exists [2024-10-22T06:21:04.229Z] eabb70cd3555: Layer already exists [2024-10-22T06:21:04.229Z] 7f6491c01325: Layer already exists [2024-10-22T06:21:04.229Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:21:04.229Z] 427804f1478f: Layer already exists [2024-10-22T06:21:04.229Z] 8a991fcc91fc: Layer already exists [2024-10-22T06:21:04.229Z] ad8a70947c72: Layer already exists [2024-10-22T06:21:04.229Z] 16113d51b718: Layer already exists [2024-10-22T06:21:04.229Z] latest: digest: sha256:b164ed92b8d6ded2e4d846fb1f18699c4660a89f3932330b480b2ab4097af995 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:21:04.587Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:21:04.943Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.0.0-dev.1 [2024-10-22T06:21:04.944Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-10-22T06:21:04.944Z] 1d8d85a6fdec: Preparing [2024-10-22T06:21:04.944Z] 7bf110c36c7f: Preparing [2024-10-22T06:21:04.944Z] 7f6491c01325: Preparing [2024-10-22T06:21:04.944Z] eabb70cd3555: Preparing [2024-10-22T06:21:04.944Z] e8b21a1b26a0: Preparing [2024-10-22T06:21:04.944Z] 427804f1478f: Preparing [2024-10-22T06:21:04.944Z] 8a991fcc91fc: Preparing [2024-10-22T06:21:04.944Z] ad8a70947c72: Preparing [2024-10-22T06:21:04.944Z] 16113d51b718: Preparing [2024-10-22T06:21:04.944Z] 427804f1478f: Waiting [2024-10-22T06:21:04.944Z] 8a991fcc91fc: Waiting [2024-10-22T06:21:04.944Z] ad8a70947c72: Waiting [2024-10-22T06:21:04.944Z] 16113d51b718: Waiting [2024-10-22T06:21:04.944Z] 1d8d85a6fdec: Layer already exists [2024-10-22T06:21:04.944Z] 7f6491c01325: Layer already exists [2024-10-22T06:21:04.944Z] 7bf110c36c7f: Layer already exists [2024-10-22T06:21:04.944Z] eabb70cd3555: Layer already exists [2024-10-22T06:21:04.944Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:21:04.944Z] ad8a70947c72: Layer already exists [2024-10-22T06:21:04.944Z] 427804f1478f: Layer already exists [2024-10-22T06:21:04.944Z] 16113d51b718: Layer already exists [2024-10-22T06:21:04.944Z] 8a991fcc91fc: Layer already exists [2024-10-22T06:21:05.212Z] 4.0.0-dev.1: digest: sha256:b164ed92b8d6ded2e4d846fb1f18699c4660a89f3932330b480b2ab4097af995 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:21:05.575Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:21:05.937Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T06:21:05.937Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-10-22T06:21:05.937Z] 1d8d85a6fdec: Preparing [2024-10-22T06:21:05.937Z] 7bf110c36c7f: Preparing [2024-10-22T06:21:05.937Z] 7f6491c01325: Preparing [2024-10-22T06:21:05.937Z] eabb70cd3555: Preparing [2024-10-22T06:21:05.937Z] e8b21a1b26a0: Preparing [2024-10-22T06:21:05.937Z] 427804f1478f: Preparing [2024-10-22T06:21:05.937Z] 8a991fcc91fc: Preparing [2024-10-22T06:21:05.937Z] ad8a70947c72: Preparing [2024-10-22T06:21:05.937Z] 16113d51b718: Preparing [2024-10-22T06:21:05.937Z] 8a991fcc91fc: Waiting [2024-10-22T06:21:05.937Z] ad8a70947c72: Waiting [2024-10-22T06:21:05.937Z] 16113d51b718: Waiting [2024-10-22T06:21:05.937Z] 427804f1478f: Waiting [2024-10-22T06:21:05.937Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:21:05.937Z] eabb70cd3555: Layer already exists [2024-10-22T06:21:05.937Z] 7bf110c36c7f: Layer already exists [2024-10-22T06:21:05.937Z] 1d8d85a6fdec: Layer already exists [2024-10-22T06:21:05.937Z] 7f6491c01325: Layer already exists [2024-10-22T06:21:05.937Z] ad8a70947c72: Layer already exists [2024-10-22T06:21:05.937Z] 427804f1478f: Layer already exists [2024-10-22T06:21:05.937Z] 8a991fcc91fc: Layer already exists [2024-10-22T06:21:05.937Z] 16113d51b718: Layer already exists [2024-10-22T06:21:06.204Z] ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1: digest: sha256:b164ed92b8d6ded2e4d846fb1f18699c4660a89f3932330b480b2ab4097af995 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:21:06.577Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:21:06.946Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2024-10-22T06:21:06.946Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-10-22T06:21:06.946Z] 1d8d85a6fdec: Preparing [2024-10-22T06:21:06.946Z] 7bf110c36c7f: Preparing [2024-10-22T06:21:06.946Z] 7f6491c01325: Preparing [2024-10-22T06:21:06.946Z] eabb70cd3555: Preparing [2024-10-22T06:21:06.946Z] e8b21a1b26a0: Preparing [2024-10-22T06:21:06.946Z] 427804f1478f: Preparing [2024-10-22T06:21:06.946Z] 8a991fcc91fc: Preparing [2024-10-22T06:21:06.946Z] 427804f1478f: Waiting [2024-10-22T06:21:06.946Z] ad8a70947c72: Preparing [2024-10-22T06:21:06.946Z] 8a991fcc91fc: Waiting [2024-10-22T06:21:06.946Z] ad8a70947c72: Waiting [2024-10-22T06:21:06.946Z] 16113d51b718: Preparing [2024-10-22T06:21:06.946Z] 16113d51b718: Waiting [2024-10-22T06:21:06.946Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:21:06.946Z] eabb70cd3555: Layer already exists [2024-10-22T06:21:07.214Z] 1d8d85a6fdec: Layer already exists [2024-10-22T06:21:07.214Z] 7f6491c01325: Layer already exists [2024-10-22T06:21:07.214Z] 7bf110c36c7f: Layer already exists [2024-10-22T06:21:07.214Z] 16113d51b718: Layer already exists [2024-10-22T06:21:07.214Z] 8a991fcc91fc: Layer already exists [2024-10-22T06:21:07.214Z] 427804f1478f: Layer already exists [2024-10-22T06:21:07.214Z] ad8a70947c72: Layer already exists [2024-10-22T06:21:07.214Z] main: digest: sha256:b164ed92b8d6ded2e4d846fb1f18699c4660a89f3932330b480b2ab4097af995 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-22T06:21:07.305Z] ===================================================== [Pipeline] echo [2024-10-22T06:21:07.317Z] taggedImages: [2024-10-22T06:21:07.317Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T06:21:07.317Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2024-10-22T06:21:07.317Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.0.0-dev.1 [2024-10-22T06:21:07.317Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T06:21:07.317Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2024-10-22T06:21:07.350Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2024-10-22T06:21:07.350Z] ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T06:21:07.350Z] latest [2024-10-22T06:21:07.350Z] 4.0.0-dev.1 [2024-10-22T06:21:07.350Z] ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T06:21:07.350Z] main [2024-10-22T06:21:07.350Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:21:07.735Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:21:08.109Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T06:21:08.109Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-10-22T06:21:08.109Z] 0cb7709713f6: Preparing [2024-10-22T06:21:08.109Z] f84704523eba: Preparing [2024-10-22T06:21:08.109Z] c482bc683ab5: Preparing [2024-10-22T06:21:08.109Z] 79829601ce8d: Preparing [2024-10-22T06:21:08.109Z] 08e826d3ca5c: Preparing [2024-10-22T06:21:08.109Z] e8b21a1b26a0: Preparing [2024-10-22T06:21:08.109Z] 427804f1478f: Preparing [2024-10-22T06:21:08.109Z] 6e243f507dd9: Preparing [2024-10-22T06:21:08.109Z] e8dfe97f78e1: Preparing [2024-10-22T06:21:08.109Z] eb21661e3fd4: Preparing [2024-10-22T06:21:08.109Z] 16113d51b718: Preparing [2024-10-22T06:21:08.109Z] e8dfe97f78e1: Waiting [2024-10-22T06:21:08.109Z] eb21661e3fd4: Waiting [2024-10-22T06:21:08.109Z] 16113d51b718: Waiting [2024-10-22T06:21:08.109Z] e8b21a1b26a0: Waiting [2024-10-22T06:21:08.109Z] 427804f1478f: Waiting [2024-10-22T06:21:08.109Z] 6e243f507dd9: Waiting [2024-10-22T06:21:08.376Z] 08e826d3ca5c: Pushed [2024-10-22T06:21:08.376Z] f84704523eba: Pushed [2024-10-22T06:21:08.376Z] 79829601ce8d: Pushed [2024-10-22T06:21:08.376Z] 0cb7709713f6: Pushed [2024-10-22T06:21:08.376Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:21:08.376Z] 427804f1478f: Layer already exists [2024-10-22T06:21:08.643Z] 16113d51b718: Layer already exists [2024-10-22T06:21:08.643Z] 6e243f507dd9: Pushed [2024-10-22T06:21:08.643Z] e8dfe97f78e1: Pushed [2024-10-22T06:21:13.959Z] c482bc683ab5: Pushed [2024-10-22T06:21:14.544Z] eb21661e3fd4: Pushed [2024-10-22T06:21:14.544Z] ead55998a61037c88c593b6744c8da68f1c88ef7: digest: sha256:490eb3ad1ff000d8c1c9bf91d3f99519a9c0c8aff914febd86b348e76137978d size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:21:14.920Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:21:15.289Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2024-10-22T06:21:15.289Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-10-22T06:21:15.289Z] 0cb7709713f6: Preparing [2024-10-22T06:21:15.289Z] f84704523eba: Preparing [2024-10-22T06:21:15.289Z] c482bc683ab5: Preparing [2024-10-22T06:21:15.289Z] 79829601ce8d: Preparing [2024-10-22T06:21:15.289Z] 08e826d3ca5c: Preparing [2024-10-22T06:21:15.289Z] e8b21a1b26a0: Preparing [2024-10-22T06:21:15.289Z] 427804f1478f: Preparing [2024-10-22T06:21:15.289Z] 6e243f507dd9: Preparing [2024-10-22T06:21:15.289Z] e8dfe97f78e1: Preparing [2024-10-22T06:21:15.289Z] eb21661e3fd4: Preparing [2024-10-22T06:21:15.289Z] 16113d51b718: Preparing [2024-10-22T06:21:15.289Z] e8b21a1b26a0: Waiting [2024-10-22T06:21:15.289Z] 427804f1478f: Waiting [2024-10-22T06:21:15.289Z] 6e243f507dd9: Waiting [2024-10-22T06:21:15.289Z] e8dfe97f78e1: Waiting [2024-10-22T06:21:15.289Z] 16113d51b718: Waiting [2024-10-22T06:21:15.289Z] eb21661e3fd4: Waiting [2024-10-22T06:21:15.289Z] f84704523eba: Layer already exists [2024-10-22T06:21:15.289Z] c482bc683ab5: Layer already exists [2024-10-22T06:21:15.289Z] 79829601ce8d: Layer already exists [2024-10-22T06:21:15.289Z] 0cb7709713f6: Layer already exists [2024-10-22T06:21:15.289Z] 08e826d3ca5c: Layer already exists [2024-10-22T06:21:15.289Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:21:15.289Z] 6e243f507dd9: Layer already exists [2024-10-22T06:21:15.289Z] 427804f1478f: Layer already exists [2024-10-22T06:21:15.289Z] eb21661e3fd4: Layer already exists [2024-10-22T06:21:15.289Z] e8dfe97f78e1: Layer already exists [2024-10-22T06:21:15.289Z] 16113d51b718: Layer already exists [2024-10-22T06:21:15.557Z] latest: digest: sha256:490eb3ad1ff000d8c1c9bf91d3f99519a9c0c8aff914febd86b348e76137978d size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:21:15.934Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:21:16.301Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.0.0-dev.1 [2024-10-22T06:21:16.301Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-10-22T06:21:16.301Z] 0cb7709713f6: Preparing [2024-10-22T06:21:16.301Z] f84704523eba: Preparing [2024-10-22T06:21:16.301Z] c482bc683ab5: Preparing [2024-10-22T06:21:16.301Z] 79829601ce8d: Preparing [2024-10-22T06:21:16.301Z] 08e826d3ca5c: Preparing [2024-10-22T06:21:16.301Z] e8b21a1b26a0: Preparing [2024-10-22T06:21:16.301Z] 427804f1478f: Preparing [2024-10-22T06:21:16.301Z] 6e243f507dd9: Preparing [2024-10-22T06:21:16.301Z] e8dfe97f78e1: Preparing [2024-10-22T06:21:16.301Z] eb21661e3fd4: Preparing [2024-10-22T06:21:16.301Z] 16113d51b718: Preparing [2024-10-22T06:21:16.301Z] 427804f1478f: Waiting [2024-10-22T06:21:16.301Z] 6e243f507dd9: Waiting [2024-10-22T06:21:16.301Z] e8dfe97f78e1: Waiting [2024-10-22T06:21:16.301Z] eb21661e3fd4: Waiting [2024-10-22T06:21:16.301Z] 16113d51b718: Waiting [2024-10-22T06:21:16.301Z] e8b21a1b26a0: Waiting [2024-10-22T06:21:16.301Z] 79829601ce8d: Layer already exists [2024-10-22T06:21:16.301Z] f84704523eba: Layer already exists [2024-10-22T06:21:16.301Z] c482bc683ab5: Layer already exists [2024-10-22T06:21:16.301Z] 08e826d3ca5c: Layer already exists [2024-10-22T06:21:16.301Z] 0cb7709713f6: Layer already exists [2024-10-22T06:21:16.301Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:21:16.301Z] eb21661e3fd4: Layer already exists [2024-10-22T06:21:16.301Z] 6e243f507dd9: Layer already exists [2024-10-22T06:21:16.301Z] 427804f1478f: Layer already exists [2024-10-22T06:21:16.301Z] e8dfe97f78e1: Layer already exists [2024-10-22T06:21:16.301Z] 16113d51b718: Layer already exists [2024-10-22T06:21:16.567Z] 4.0.0-dev.1: digest: sha256:490eb3ad1ff000d8c1c9bf91d3f99519a9c0c8aff914febd86b348e76137978d size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:21:16.926Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:21:17.283Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T06:21:17.283Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-10-22T06:21:17.283Z] 0cb7709713f6: Preparing [2024-10-22T06:21:17.283Z] f84704523eba: Preparing [2024-10-22T06:21:17.283Z] c482bc683ab5: Preparing [2024-10-22T06:21:17.283Z] 79829601ce8d: Preparing [2024-10-22T06:21:17.283Z] 08e826d3ca5c: Preparing [2024-10-22T06:21:17.283Z] e8b21a1b26a0: Preparing [2024-10-22T06:21:17.283Z] 427804f1478f: Preparing [2024-10-22T06:21:17.283Z] 6e243f507dd9: Preparing [2024-10-22T06:21:17.283Z] e8dfe97f78e1: Preparing [2024-10-22T06:21:17.283Z] eb21661e3fd4: Preparing [2024-10-22T06:21:17.283Z] 16113d51b718: Preparing [2024-10-22T06:21:17.283Z] 427804f1478f: Waiting [2024-10-22T06:21:17.283Z] 6e243f507dd9: Waiting [2024-10-22T06:21:17.283Z] e8dfe97f78e1: Waiting [2024-10-22T06:21:17.283Z] eb21661e3fd4: Waiting [2024-10-22T06:21:17.283Z] e8b21a1b26a0: Waiting [2024-10-22T06:21:17.283Z] 16113d51b718: Waiting [2024-10-22T06:21:17.283Z] f84704523eba: Layer already exists [2024-10-22T06:21:17.283Z] 79829601ce8d: Layer already exists [2024-10-22T06:21:17.283Z] c482bc683ab5: Layer already exists [2024-10-22T06:21:17.283Z] 0cb7709713f6: Layer already exists [2024-10-22T06:21:17.283Z] 08e826d3ca5c: Layer already exists [2024-10-22T06:21:17.283Z] e8dfe97f78e1: Layer already exists [2024-10-22T06:21:17.283Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:21:17.283Z] 427804f1478f: Layer already exists [2024-10-22T06:21:17.283Z] 6e243f507dd9: Layer already exists [2024-10-22T06:21:17.283Z] eb21661e3fd4: Layer already exists [2024-10-22T06:21:17.283Z] 16113d51b718: Layer already exists [2024-10-22T06:21:17.549Z] ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1: digest: sha256:490eb3ad1ff000d8c1c9bf91d3f99519a9c0c8aff914febd86b348e76137978d size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:21:17.916Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:21:18.272Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2024-10-22T06:21:18.272Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-10-22T06:21:18.272Z] 0cb7709713f6: Preparing [2024-10-22T06:21:18.272Z] f84704523eba: Preparing [2024-10-22T06:21:18.272Z] c482bc683ab5: Preparing [2024-10-22T06:21:18.272Z] 79829601ce8d: Preparing [2024-10-22T06:21:18.272Z] 08e826d3ca5c: Preparing [2024-10-22T06:21:18.272Z] e8b21a1b26a0: Preparing [2024-10-22T06:21:18.272Z] 427804f1478f: Preparing [2024-10-22T06:21:18.272Z] 6e243f507dd9: Preparing [2024-10-22T06:21:18.272Z] e8dfe97f78e1: Preparing [2024-10-22T06:21:18.272Z] eb21661e3fd4: Preparing [2024-10-22T06:21:18.272Z] 16113d51b718: Preparing [2024-10-22T06:21:18.272Z] 427804f1478f: Waiting [2024-10-22T06:21:18.272Z] 6e243f507dd9: Waiting [2024-10-22T06:21:18.272Z] e8dfe97f78e1: Waiting [2024-10-22T06:21:18.272Z] eb21661e3fd4: Waiting [2024-10-22T06:21:18.272Z] 16113d51b718: Waiting [2024-10-22T06:21:18.272Z] e8b21a1b26a0: Waiting [2024-10-22T06:21:18.272Z] 0cb7709713f6: Layer already exists [2024-10-22T06:21:18.272Z] 08e826d3ca5c: Layer already exists [2024-10-22T06:21:18.272Z] 79829601ce8d: Layer already exists [2024-10-22T06:21:18.272Z] f84704523eba: Layer already exists [2024-10-22T06:21:18.272Z] c482bc683ab5: Layer already exists [2024-10-22T06:21:18.272Z] e8dfe97f78e1: Layer already exists [2024-10-22T06:21:18.272Z] 427804f1478f: Layer already exists [2024-10-22T06:21:18.272Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:21:18.272Z] 6e243f507dd9: Layer already exists [2024-10-22T06:21:18.272Z] eb21661e3fd4: Layer already exists [2024-10-22T06:21:18.272Z] 16113d51b718: Layer already exists [2024-10-22T06:21:18.540Z] main: digest: sha256:490eb3ad1ff000d8c1c9bf91d3f99519a9c0c8aff914febd86b348e76137978d size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-22T06:21:18.632Z] ===================================================== [Pipeline] echo [2024-10-22T06:21:18.654Z] taggedImages: [2024-10-22T06:21:18.654Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T06:21:18.654Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2024-10-22T06:21:18.654Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.0.0-dev.1 [2024-10-22T06:21:18.654Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T06:21:18.654Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2024-10-22T06:21:18.678Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2024-10-22T06:21:18.678Z] ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T06:21:18.678Z] latest [2024-10-22T06:21:18.678Z] 4.0.0-dev.1 [2024-10-22T06:21:18.678Z] ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T06:21:18.678Z] main [2024-10-22T06:21:18.678Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:21:19.049Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:21:19.410Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T06:21:19.410Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-10-22T06:21:19.410Z] 366107263f57: Preparing [2024-10-22T06:21:19.410Z] f623e6a2f1f3: Preparing [2024-10-22T06:21:19.410Z] 46f6a77668a1: Preparing [2024-10-22T06:21:19.410Z] b924d6b50816: Preparing [2024-10-22T06:21:19.410Z] 7fb62c85fd44: Preparing [2024-10-22T06:21:19.410Z] 12727fe84543: Preparing [2024-10-22T06:21:19.410Z] 2c4635230d1c: Preparing [2024-10-22T06:21:19.410Z] e8b21a1b26a0: Preparing [2024-10-22T06:21:19.410Z] 427804f1478f: Preparing [2024-10-22T06:21:19.410Z] 1fdcdacb06c3: Preparing [2024-10-22T06:21:19.410Z] d11e1c29e819: Preparing [2024-10-22T06:21:19.410Z] 16113d51b718: Preparing [2024-10-22T06:21:19.410Z] 12727fe84543: Waiting [2024-10-22T06:21:19.410Z] 2c4635230d1c: Waiting [2024-10-22T06:21:19.410Z] e8b21a1b26a0: Waiting [2024-10-22T06:21:19.410Z] 427804f1478f: Waiting [2024-10-22T06:21:19.410Z] 1fdcdacb06c3: Waiting [2024-10-22T06:21:19.410Z] d11e1c29e819: Waiting [2024-10-22T06:21:19.410Z] 16113d51b718: Waiting [2024-10-22T06:21:19.680Z] f623e6a2f1f3: Pushed [2024-10-22T06:21:19.680Z] 366107263f57: Pushed [2024-10-22T06:21:19.680Z] 7fb62c85fd44: Pushed [2024-10-22T06:21:19.680Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:21:19.680Z] 427804f1478f: Layer already exists [2024-10-22T06:21:19.680Z] 12727fe84543: Pushed [2024-10-22T06:21:19.948Z] 2c4635230d1c: Pushed [2024-10-22T06:21:19.948Z] 16113d51b718: Layer already exists [2024-10-22T06:21:21.887Z] 1fdcdacb06c3: Pushed [2024-10-22T06:21:23.293Z] d11e1c29e819: Pushed [2024-10-22T06:21:23.293Z] b924d6b50816: Pushed [2024-10-22T06:21:24.261Z] 46f6a77668a1: Pushed [2024-10-22T06:21:24.530Z] ead55998a61037c88c593b6744c8da68f1c88ef7: digest: sha256:f74f60f0bdea7c3143f5df6d8a9610636779a89cbfba90d576c385df9c2da7e0 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:21:24.901Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:21:25.268Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2024-10-22T06:21:25.268Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-10-22T06:21:25.268Z] 366107263f57: Preparing [2024-10-22T06:21:25.268Z] f623e6a2f1f3: Preparing [2024-10-22T06:21:25.268Z] 46f6a77668a1: Preparing [2024-10-22T06:21:25.268Z] b924d6b50816: Preparing [2024-10-22T06:21:25.268Z] 7fb62c85fd44: Preparing [2024-10-22T06:21:25.268Z] 12727fe84543: Preparing [2024-10-22T06:21:25.268Z] 2c4635230d1c: Preparing [2024-10-22T06:21:25.268Z] e8b21a1b26a0: Preparing [2024-10-22T06:21:25.268Z] 427804f1478f: Preparing [2024-10-22T06:21:25.268Z] 1fdcdacb06c3: Preparing [2024-10-22T06:21:25.268Z] d11e1c29e819: Preparing [2024-10-22T06:21:25.268Z] 16113d51b718: Preparing [2024-10-22T06:21:25.268Z] e8b21a1b26a0: Waiting [2024-10-22T06:21:25.268Z] 427804f1478f: Waiting [2024-10-22T06:21:25.268Z] 12727fe84543: Waiting [2024-10-22T06:21:25.268Z] 2c4635230d1c: Waiting [2024-10-22T06:21:25.268Z] 1fdcdacb06c3: Waiting [2024-10-22T06:21:25.268Z] d11e1c29e819: Waiting [2024-10-22T06:21:25.268Z] 16113d51b718: Waiting [2024-10-22T06:21:25.268Z] 7fb62c85fd44: Layer already exists [2024-10-22T06:21:25.268Z] f623e6a2f1f3: Layer already exists [2024-10-22T06:21:25.268Z] b924d6b50816: Layer already exists [2024-10-22T06:21:25.268Z] 46f6a77668a1: Layer already exists [2024-10-22T06:21:25.268Z] 366107263f57: Layer already exists [2024-10-22T06:21:25.268Z] 12727fe84543: Layer already exists [2024-10-22T06:21:25.268Z] 427804f1478f: Layer already exists [2024-10-22T06:21:25.268Z] 1fdcdacb06c3: Layer already exists [2024-10-22T06:21:25.268Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:21:25.268Z] 2c4635230d1c: Layer already exists [2024-10-22T06:21:25.268Z] d11e1c29e819: Layer already exists [2024-10-22T06:21:25.536Z] 16113d51b718: Layer already exists [2024-10-22T06:21:25.536Z] latest: digest: sha256:f74f60f0bdea7c3143f5df6d8a9610636779a89cbfba90d576c385df9c2da7e0 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:21:25.897Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:21:26.256Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.0.0-dev.1 [2024-10-22T06:21:26.256Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-10-22T06:21:26.256Z] 366107263f57: Preparing [2024-10-22T06:21:26.256Z] f623e6a2f1f3: Preparing [2024-10-22T06:21:26.256Z] 46f6a77668a1: Preparing [2024-10-22T06:21:26.256Z] b924d6b50816: Preparing [2024-10-22T06:21:26.256Z] 7fb62c85fd44: Preparing [2024-10-22T06:21:26.256Z] 12727fe84543: Preparing [2024-10-22T06:21:26.256Z] 2c4635230d1c: Preparing [2024-10-22T06:21:26.256Z] e8b21a1b26a0: Preparing [2024-10-22T06:21:26.256Z] 427804f1478f: Preparing [2024-10-22T06:21:26.256Z] 1fdcdacb06c3: Preparing [2024-10-22T06:21:26.256Z] d11e1c29e819: Preparing [2024-10-22T06:21:26.256Z] 16113d51b718: Preparing [2024-10-22T06:21:26.256Z] 2c4635230d1c: Waiting [2024-10-22T06:21:26.256Z] e8b21a1b26a0: Waiting [2024-10-22T06:21:26.256Z] 427804f1478f: Waiting [2024-10-22T06:21:26.256Z] 1fdcdacb06c3: Waiting [2024-10-22T06:21:26.256Z] 16113d51b718: Waiting [2024-10-22T06:21:26.256Z] d11e1c29e819: Waiting [2024-10-22T06:21:26.256Z] 12727fe84543: Waiting [2024-10-22T06:21:26.256Z] 366107263f57: Layer already exists [2024-10-22T06:21:26.256Z] 7fb62c85fd44: Layer already exists [2024-10-22T06:21:26.256Z] f623e6a2f1f3: Layer already exists [2024-10-22T06:21:26.256Z] 46f6a77668a1: Layer already exists [2024-10-22T06:21:26.256Z] b924d6b50816: Layer already exists [2024-10-22T06:21:26.256Z] 2c4635230d1c: Layer already exists [2024-10-22T06:21:26.256Z] 427804f1478f: Layer already exists [2024-10-22T06:21:26.256Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:21:26.256Z] 12727fe84543: Layer already exists [2024-10-22T06:21:26.256Z] 1fdcdacb06c3: Layer already exists [2024-10-22T06:21:26.256Z] 16113d51b718: Layer already exists [2024-10-22T06:21:26.256Z] d11e1c29e819: Layer already exists [2024-10-22T06:21:26.523Z] 4.0.0-dev.1: digest: sha256:f74f60f0bdea7c3143f5df6d8a9610636779a89cbfba90d576c385df9c2da7e0 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:21:26.875Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:21:27.237Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T06:21:27.237Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-10-22T06:21:27.237Z] 366107263f57: Preparing [2024-10-22T06:21:27.237Z] f623e6a2f1f3: Preparing [2024-10-22T06:21:27.237Z] 46f6a77668a1: Preparing [2024-10-22T06:21:27.237Z] b924d6b50816: Preparing [2024-10-22T06:21:27.237Z] 7fb62c85fd44: Preparing [2024-10-22T06:21:27.237Z] 12727fe84543: Preparing [2024-10-22T06:21:27.237Z] 2c4635230d1c: Preparing [2024-10-22T06:21:27.237Z] e8b21a1b26a0: Preparing [2024-10-22T06:21:27.237Z] 427804f1478f: Preparing [2024-10-22T06:21:27.237Z] 1fdcdacb06c3: Preparing [2024-10-22T06:21:27.237Z] d11e1c29e819: Preparing [2024-10-22T06:21:27.237Z] 16113d51b718: Preparing [2024-10-22T06:21:27.237Z] 12727fe84543: Waiting [2024-10-22T06:21:27.237Z] 2c4635230d1c: Waiting [2024-10-22T06:21:27.237Z] e8b21a1b26a0: Waiting [2024-10-22T06:21:27.237Z] 1fdcdacb06c3: Waiting [2024-10-22T06:21:27.237Z] 427804f1478f: Waiting [2024-10-22T06:21:27.237Z] d11e1c29e819: Waiting [2024-10-22T06:21:27.237Z] 16113d51b718: Waiting [2024-10-22T06:21:27.237Z] 7fb62c85fd44: Layer already exists [2024-10-22T06:21:27.237Z] b924d6b50816: Layer already exists [2024-10-22T06:21:27.237Z] 46f6a77668a1: Layer already exists [2024-10-22T06:21:27.237Z] 366107263f57: Layer already exists [2024-10-22T06:21:27.237Z] f623e6a2f1f3: Layer already exists [2024-10-22T06:21:27.237Z] 2c4635230d1c: Layer already exists [2024-10-22T06:21:27.237Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:21:27.237Z] 12727fe84543: Layer already exists [2024-10-22T06:21:27.237Z] 427804f1478f: Layer already exists [2024-10-22T06:21:27.237Z] 1fdcdacb06c3: Layer already exists [2024-10-22T06:21:27.237Z] d11e1c29e819: Layer already exists [2024-10-22T06:21:27.237Z] 16113d51b718: Layer already exists [2024-10-22T06:21:27.505Z] ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1: digest: sha256:f74f60f0bdea7c3143f5df6d8a9610636779a89cbfba90d576c385df9c2da7e0 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:21:27.866Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:21:28.226Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2024-10-22T06:21:28.226Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-10-22T06:21:28.226Z] 366107263f57: Preparing [2024-10-22T06:21:28.226Z] f623e6a2f1f3: Preparing [2024-10-22T06:21:28.226Z] 46f6a77668a1: Preparing [2024-10-22T06:21:28.226Z] b924d6b50816: Preparing [2024-10-22T06:21:28.226Z] 7fb62c85fd44: Preparing [2024-10-22T06:21:28.226Z] 12727fe84543: Preparing [2024-10-22T06:21:28.226Z] 2c4635230d1c: Preparing [2024-10-22T06:21:28.226Z] e8b21a1b26a0: Preparing [2024-10-22T06:21:28.226Z] 427804f1478f: Preparing [2024-10-22T06:21:28.226Z] 1fdcdacb06c3: Preparing [2024-10-22T06:21:28.226Z] d11e1c29e819: Preparing [2024-10-22T06:21:28.226Z] 16113d51b718: Preparing [2024-10-22T06:21:28.226Z] e8b21a1b26a0: Waiting [2024-10-22T06:21:28.226Z] 427804f1478f: Waiting [2024-10-22T06:21:28.226Z] 1fdcdacb06c3: Waiting [2024-10-22T06:21:28.226Z] d11e1c29e819: Waiting [2024-10-22T06:21:28.226Z] 16113d51b718: Waiting [2024-10-22T06:21:28.226Z] 12727fe84543: Waiting [2024-10-22T06:21:28.226Z] 2c4635230d1c: Waiting [2024-10-22T06:21:28.226Z] f623e6a2f1f3: Layer already exists [2024-10-22T06:21:28.226Z] 366107263f57: Layer already exists [2024-10-22T06:21:28.226Z] 7fb62c85fd44: Layer already exists [2024-10-22T06:21:28.226Z] b924d6b50816: Layer already exists [2024-10-22T06:21:28.226Z] 46f6a77668a1: Layer already exists [2024-10-22T06:21:28.226Z] 12727fe84543: Layer already exists [2024-10-22T06:21:28.226Z] 1fdcdacb06c3: Layer already exists [2024-10-22T06:21:28.226Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:21:28.226Z] 2c4635230d1c: Layer already exists [2024-10-22T06:21:28.226Z] 427804f1478f: Layer already exists [2024-10-22T06:21:28.226Z] d11e1c29e819: Layer already exists [2024-10-22T06:21:28.226Z] 16113d51b718: Layer already exists [2024-10-22T06:21:28.494Z] main: digest: sha256:f74f60f0bdea7c3143f5df6d8a9610636779a89cbfba90d576c385df9c2da7e0 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-22T06:21:28.564Z] ===================================================== [Pipeline] echo [2024-10-22T06:21:28.573Z] taggedImages: [2024-10-22T06:21:28.573Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T06:21:28.573Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2024-10-22T06:21:28.573Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.0.0-dev.1 [2024-10-22T06:21:28.573Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T06:21:28.573Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2024-10-22T06:21:28.595Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2024-10-22T06:21:28.595Z] ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T06:21:28.595Z] latest [2024-10-22T06:21:28.595Z] 4.0.0-dev.1 [2024-10-22T06:21:28.595Z] ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T06:21:28.595Z] main [2024-10-22T06:21:28.595Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:21:28.972Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:21:29.353Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T06:21:29.353Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-10-22T06:21:29.353Z] 3eeb56362d63: Preparing [2024-10-22T06:21:29.353Z] 050bf37e4ddc: Preparing [2024-10-22T06:21:29.353Z] e8b21a1b26a0: Preparing [2024-10-22T06:21:29.353Z] 427804f1478f: Preparing [2024-10-22T06:21:29.353Z] e357dbfbf09b: Preparing [2024-10-22T06:21:29.353Z] 2e70d09da069: Preparing [2024-10-22T06:21:29.353Z] 16113d51b718: Preparing [2024-10-22T06:21:29.353Z] 2e70d09da069: Waiting [2024-10-22T06:21:29.353Z] 16113d51b718: Waiting [2024-10-22T06:21:29.353Z] 427804f1478f: Layer already exists [2024-10-22T06:21:29.621Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:21:29.621Z] 16113d51b718: Layer already exists [2024-10-22T06:21:29.621Z] 3eeb56362d63: Pushed [2024-10-22T06:21:31.032Z] e357dbfbf09b: Pushed [2024-10-22T06:21:31.615Z] 2e70d09da069: Pushed [2024-10-22T06:21:35.877Z] 050bf37e4ddc: Pushed [2024-10-22T06:21:35.877Z] ead55998a61037c88c593b6744c8da68f1c88ef7: digest: sha256:f947979489fe2ccc3c6136f0870d4e620217f516bbba37ec7b16ce654ac2c77c size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:21:36.245Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:21:36.615Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2024-10-22T06:21:36.615Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-10-22T06:21:36.615Z] 3eeb56362d63: Preparing [2024-10-22T06:21:36.615Z] 050bf37e4ddc: Preparing [2024-10-22T06:21:36.615Z] e8b21a1b26a0: Preparing [2024-10-22T06:21:36.615Z] 427804f1478f: Preparing [2024-10-22T06:21:36.615Z] e357dbfbf09b: Preparing [2024-10-22T06:21:36.615Z] 2e70d09da069: Preparing [2024-10-22T06:21:36.615Z] 16113d51b718: Preparing [2024-10-22T06:21:36.615Z] 2e70d09da069: Waiting [2024-10-22T06:21:36.615Z] 16113d51b718: Waiting [2024-10-22T06:21:36.615Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:21:36.615Z] 050bf37e4ddc: Layer already exists [2024-10-22T06:21:36.615Z] 3eeb56362d63: Layer already exists [2024-10-22T06:21:36.615Z] e357dbfbf09b: Layer already exists [2024-10-22T06:21:36.615Z] 427804f1478f: Layer already exists [2024-10-22T06:21:36.615Z] 2e70d09da069: Layer already exists [2024-10-22T06:21:36.615Z] 16113d51b718: Layer already exists [2024-10-22T06:21:36.885Z] latest: digest: sha256:f947979489fe2ccc3c6136f0870d4e620217f516bbba37ec7b16ce654ac2c77c size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:21:37.255Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:21:37.620Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.0.0-dev.1 [2024-10-22T06:21:37.620Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-10-22T06:21:37.620Z] 3eeb56362d63: Preparing [2024-10-22T06:21:37.620Z] 050bf37e4ddc: Preparing [2024-10-22T06:21:37.620Z] e8b21a1b26a0: Preparing [2024-10-22T06:21:37.620Z] 427804f1478f: Preparing [2024-10-22T06:21:37.620Z] e357dbfbf09b: Preparing [2024-10-22T06:21:37.620Z] 2e70d09da069: Preparing [2024-10-22T06:21:37.620Z] 16113d51b718: Preparing [2024-10-22T06:21:37.620Z] 2e70d09da069: Waiting [2024-10-22T06:21:37.620Z] 16113d51b718: Waiting [2024-10-22T06:21:37.620Z] 427804f1478f: Layer already exists [2024-10-22T06:21:37.620Z] e357dbfbf09b: Layer already exists [2024-10-22T06:21:37.620Z] 3eeb56362d63: Layer already exists [2024-10-22T06:21:37.620Z] 050bf37e4ddc: Layer already exists [2024-10-22T06:21:37.620Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:21:37.620Z] 2e70d09da069: Layer already exists [2024-10-22T06:21:37.620Z] 16113d51b718: Layer already exists [2024-10-22T06:21:37.887Z] 4.0.0-dev.1: digest: sha256:f947979489fe2ccc3c6136f0870d4e620217f516bbba37ec7b16ce654ac2c77c size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:21:38.256Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:21:38.614Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T06:21:38.614Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-10-22T06:21:38.614Z] 3eeb56362d63: Preparing [2024-10-22T06:21:38.614Z] 050bf37e4ddc: Preparing [2024-10-22T06:21:38.614Z] e8b21a1b26a0: Preparing [2024-10-22T06:21:38.614Z] 427804f1478f: Preparing [2024-10-22T06:21:38.614Z] e357dbfbf09b: Preparing [2024-10-22T06:21:38.614Z] 2e70d09da069: Preparing [2024-10-22T06:21:38.614Z] 16113d51b718: Preparing [2024-10-22T06:21:38.614Z] 2e70d09da069: Waiting [2024-10-22T06:21:38.614Z] 16113d51b718: Waiting [2024-10-22T06:21:38.614Z] 050bf37e4ddc: Layer already exists [2024-10-22T06:21:38.614Z] e357dbfbf09b: Layer already exists [2024-10-22T06:21:38.614Z] 427804f1478f: Layer already exists [2024-10-22T06:21:38.614Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:21:38.614Z] 3eeb56362d63: Layer already exists [2024-10-22T06:21:38.614Z] 16113d51b718: Layer already exists [2024-10-22T06:21:38.614Z] 2e70d09da069: Layer already exists [2024-10-22T06:21:38.883Z] ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1: digest: sha256:f947979489fe2ccc3c6136f0870d4e620217f516bbba37ec7b16ce654ac2c77c size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:21:39.254Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:21:39.619Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2024-10-22T06:21:39.619Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-10-22T06:21:39.619Z] 3eeb56362d63: Preparing [2024-10-22T06:21:39.619Z] 050bf37e4ddc: Preparing [2024-10-22T06:21:39.619Z] e8b21a1b26a0: Preparing [2024-10-22T06:21:39.619Z] 427804f1478f: Preparing [2024-10-22T06:21:39.619Z] e357dbfbf09b: Preparing [2024-10-22T06:21:39.619Z] 2e70d09da069: Preparing [2024-10-22T06:21:39.619Z] 16113d51b718: Preparing [2024-10-22T06:21:39.619Z] 2e70d09da069: Waiting [2024-10-22T06:21:39.619Z] 16113d51b718: Waiting [2024-10-22T06:21:39.619Z] 050bf37e4ddc: Layer already exists [2024-10-22T06:21:39.619Z] 3eeb56362d63: Layer already exists [2024-10-22T06:21:39.619Z] e357dbfbf09b: Layer already exists [2024-10-22T06:21:39.619Z] 427804f1478f: Layer already exists [2024-10-22T06:21:39.619Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:21:39.619Z] 2e70d09da069: Layer already exists [2024-10-22T06:21:39.619Z] 16113d51b718: Layer already exists [2024-10-22T06:21:39.889Z] main: digest: sha256:f947979489fe2ccc3c6136f0870d4e620217f516bbba37ec7b16ce654ac2c77c size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-22T06:21:39.976Z] ===================================================== [Pipeline] echo [2024-10-22T06:21:39.991Z] taggedImages: [2024-10-22T06:21:39.991Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T06:21:39.991Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2024-10-22T06:21:39.991Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.0.0-dev.1 [2024-10-22T06:21:39.991Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T06:21:39.991Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2024-10-22T06:21:40.019Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2024-10-22T06:21:40.019Z] ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T06:21:40.019Z] latest [2024-10-22T06:21:40.019Z] 4.0.0-dev.1 [2024-10-22T06:21:40.019Z] ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T06:21:40.019Z] main [2024-10-22T06:21:40.019Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:21:40.403Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:21:40.763Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T06:21:40.763Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-10-22T06:21:40.763Z] cefa8e247a05: Preparing [2024-10-22T06:21:40.763Z] dedb32cfaf3d: Preparing [2024-10-22T06:21:40.763Z] 618f2750fed7: Preparing [2024-10-22T06:21:40.763Z] e8b21a1b26a0: Preparing [2024-10-22T06:21:40.763Z] 427804f1478f: Preparing [2024-10-22T06:21:40.763Z] fdd5bc9eb382: Preparing [2024-10-22T06:21:40.763Z] 13f5cc9785e8: Preparing [2024-10-22T06:21:40.763Z] 44fc5493043b: Preparing [2024-10-22T06:21:40.763Z] e04c5f2d2779: Preparing [2024-10-22T06:21:40.763Z] 16113d51b718: Preparing [2024-10-22T06:21:40.763Z] 13f5cc9785e8: Waiting [2024-10-22T06:21:40.763Z] 44fc5493043b: Waiting [2024-10-22T06:21:40.763Z] e04c5f2d2779: Waiting [2024-10-22T06:21:40.763Z] 16113d51b718: Waiting [2024-10-22T06:21:40.763Z] fdd5bc9eb382: Waiting [2024-10-22T06:21:40.763Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:21:40.763Z] 427804f1478f: Layer already exists [2024-10-22T06:21:41.033Z] 618f2750fed7: Pushed [2024-10-22T06:21:41.033Z] dedb32cfaf3d: Pushed [2024-10-22T06:21:41.033Z] cefa8e247a05: Pushed [2024-10-22T06:21:41.304Z] 16113d51b718: Layer already exists [2024-10-22T06:21:41.304Z] 44fc5493043b: Pushed [2024-10-22T06:21:43.893Z] e04c5f2d2779: Pushed [2024-10-22T06:21:56.217Z] 13f5cc9785e8: Pushed [2024-10-22T06:22:04.417Z] fdd5bc9eb382: Pushed [2024-10-22T06:22:04.417Z] ead55998a61037c88c593b6744c8da68f1c88ef7: digest: sha256:faec327c220ffeb3f9c35135fe2bf525d21f64c5da1c587db04d6a6938f02c5a size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:22:04.839Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:22:05.204Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2024-10-22T06:22:05.204Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-10-22T06:22:05.204Z] cefa8e247a05: Preparing [2024-10-22T06:22:05.204Z] dedb32cfaf3d: Preparing [2024-10-22T06:22:05.204Z] 618f2750fed7: Preparing [2024-10-22T06:22:05.204Z] e8b21a1b26a0: Preparing [2024-10-22T06:22:05.204Z] 427804f1478f: Preparing [2024-10-22T06:22:05.204Z] fdd5bc9eb382: Preparing [2024-10-22T06:22:05.204Z] 13f5cc9785e8: Preparing [2024-10-22T06:22:05.204Z] 44fc5493043b: Preparing [2024-10-22T06:22:05.204Z] e04c5f2d2779: Preparing [2024-10-22T06:22:05.204Z] 16113d51b718: Preparing [2024-10-22T06:22:05.204Z] fdd5bc9eb382: Waiting [2024-10-22T06:22:05.204Z] 13f5cc9785e8: Waiting [2024-10-22T06:22:05.204Z] 44fc5493043b: Waiting [2024-10-22T06:22:05.204Z] e04c5f2d2779: Waiting [2024-10-22T06:22:05.204Z] 16113d51b718: Waiting [2024-10-22T06:22:05.204Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:22:05.477Z] 427804f1478f: Layer already exists [2024-10-22T06:22:05.477Z] cefa8e247a05: Layer already exists [2024-10-22T06:22:05.477Z] dedb32cfaf3d: Layer already exists [2024-10-22T06:22:05.477Z] 618f2750fed7: Layer already exists [2024-10-22T06:22:05.477Z] 16113d51b718: Layer already exists [2024-10-22T06:22:05.477Z] e04c5f2d2779: Layer already exists [2024-10-22T06:22:05.477Z] fdd5bc9eb382: Layer already exists [2024-10-22T06:22:05.477Z] 44fc5493043b: Layer already exists [2024-10-22T06:22:05.477Z] 13f5cc9785e8: Layer already exists [2024-10-22T06:22:05.477Z] latest: digest: sha256:faec327c220ffeb3f9c35135fe2bf525d21f64c5da1c587db04d6a6938f02c5a size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:22:05.856Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:22:06.218Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.0.0-dev.1 [2024-10-22T06:22:06.218Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-10-22T06:22:06.218Z] cefa8e247a05: Preparing [2024-10-22T06:22:06.218Z] dedb32cfaf3d: Preparing [2024-10-22T06:22:06.218Z] 618f2750fed7: Preparing [2024-10-22T06:22:06.218Z] e8b21a1b26a0: Preparing [2024-10-22T06:22:06.218Z] 427804f1478f: Preparing [2024-10-22T06:22:06.218Z] fdd5bc9eb382: Preparing [2024-10-22T06:22:06.218Z] 13f5cc9785e8: Preparing [2024-10-22T06:22:06.218Z] 44fc5493043b: Preparing [2024-10-22T06:22:06.218Z] e04c5f2d2779: Preparing [2024-10-22T06:22:06.218Z] 16113d51b718: Preparing [2024-10-22T06:22:06.218Z] 13f5cc9785e8: Waiting [2024-10-22T06:22:06.218Z] 44fc5493043b: Waiting [2024-10-22T06:22:06.218Z] e04c5f2d2779: Waiting [2024-10-22T06:22:06.218Z] 16113d51b718: Waiting [2024-10-22T06:22:06.218Z] fdd5bc9eb382: Waiting [2024-10-22T06:22:06.218Z] cefa8e247a05: Layer already exists [2024-10-22T06:22:06.218Z] 618f2750fed7: Layer already exists [2024-10-22T06:22:06.218Z] dedb32cfaf3d: Layer already exists [2024-10-22T06:22:06.218Z] 427804f1478f: Layer already exists [2024-10-22T06:22:06.218Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:22:06.218Z] fdd5bc9eb382: Layer already exists [2024-10-22T06:22:06.218Z] 13f5cc9785e8: Layer already exists [2024-10-22T06:22:06.218Z] e04c5f2d2779: Layer already exists [2024-10-22T06:22:06.218Z] 44fc5493043b: Layer already exists [2024-10-22T06:22:06.218Z] 16113d51b718: Layer already exists [2024-10-22T06:22:06.496Z] 4.0.0-dev.1: digest: sha256:faec327c220ffeb3f9c35135fe2bf525d21f64c5da1c587db04d6a6938f02c5a size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:22:06.859Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:22:07.237Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T06:22:07.237Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-10-22T06:22:07.237Z] cefa8e247a05: Preparing [2024-10-22T06:22:07.237Z] dedb32cfaf3d: Preparing [2024-10-22T06:22:07.237Z] 618f2750fed7: Preparing [2024-10-22T06:22:07.237Z] e8b21a1b26a0: Preparing [2024-10-22T06:22:07.237Z] 427804f1478f: Preparing [2024-10-22T06:22:07.237Z] fdd5bc9eb382: Preparing [2024-10-22T06:22:07.237Z] 13f5cc9785e8: Preparing [2024-10-22T06:22:07.237Z] 44fc5493043b: Preparing [2024-10-22T06:22:07.237Z] e04c5f2d2779: Preparing [2024-10-22T06:22:07.237Z] 16113d51b718: Preparing [2024-10-22T06:22:07.237Z] fdd5bc9eb382: Waiting [2024-10-22T06:22:07.237Z] 13f5cc9785e8: Waiting [2024-10-22T06:22:07.237Z] 44fc5493043b: Waiting [2024-10-22T06:22:07.237Z] 16113d51b718: Waiting [2024-10-22T06:22:07.237Z] e04c5f2d2779: Waiting [2024-10-22T06:22:07.237Z] 427804f1478f: Layer already exists [2024-10-22T06:22:07.237Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:22:07.237Z] 618f2750fed7: Layer already exists [2024-10-22T06:22:07.237Z] dedb32cfaf3d: Layer already exists [2024-10-22T06:22:07.237Z] cefa8e247a05: Layer already exists [2024-10-22T06:22:07.237Z] 16113d51b718: Layer already exists [2024-10-22T06:22:07.237Z] e04c5f2d2779: Layer already exists [2024-10-22T06:22:07.237Z] fdd5bc9eb382: Layer already exists [2024-10-22T06:22:07.237Z] 44fc5493043b: Layer already exists [2024-10-22T06:22:07.237Z] 13f5cc9785e8: Layer already exists [2024-10-22T06:22:07.505Z] ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1: digest: sha256:faec327c220ffeb3f9c35135fe2bf525d21f64c5da1c587db04d6a6938f02c5a size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:22:07.866Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:22:08.228Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2024-10-22T06:22:08.228Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-10-22T06:22:08.228Z] cefa8e247a05: Preparing [2024-10-22T06:22:08.228Z] dedb32cfaf3d: Preparing [2024-10-22T06:22:08.228Z] 618f2750fed7: Preparing [2024-10-22T06:22:08.228Z] e8b21a1b26a0: Preparing [2024-10-22T06:22:08.228Z] 427804f1478f: Preparing [2024-10-22T06:22:08.228Z] fdd5bc9eb382: Preparing [2024-10-22T06:22:08.228Z] 13f5cc9785e8: Preparing [2024-10-22T06:22:08.228Z] 44fc5493043b: Preparing [2024-10-22T06:22:08.228Z] e04c5f2d2779: Preparing [2024-10-22T06:22:08.228Z] 16113d51b718: Preparing [2024-10-22T06:22:08.228Z] 44fc5493043b: Waiting [2024-10-22T06:22:08.228Z] e04c5f2d2779: Waiting [2024-10-22T06:22:08.228Z] 16113d51b718: Waiting [2024-10-22T06:22:08.228Z] fdd5bc9eb382: Waiting [2024-10-22T06:22:08.228Z] 13f5cc9785e8: Waiting [2024-10-22T06:22:08.228Z] dedb32cfaf3d: Layer already exists [2024-10-22T06:22:08.228Z] 427804f1478f: Layer already exists [2024-10-22T06:22:08.228Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:22:08.228Z] 618f2750fed7: Layer already exists [2024-10-22T06:22:08.228Z] cefa8e247a05: Layer already exists [2024-10-22T06:22:08.228Z] 13f5cc9785e8: Layer already exists [2024-10-22T06:22:08.228Z] 44fc5493043b: Layer already exists [2024-10-22T06:22:08.228Z] e04c5f2d2779: Layer already exists [2024-10-22T06:22:08.228Z] 16113d51b718: Layer already exists [2024-10-22T06:22:08.228Z] fdd5bc9eb382: Layer already exists [2024-10-22T06:22:08.495Z] main: digest: sha256:faec327c220ffeb3f9c35135fe2bf525d21f64c5da1c587db04d6a6938f02c5a size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-22T06:22:08.573Z] ===================================================== [Pipeline] echo [2024-10-22T06:22:08.586Z] taggedImages: [2024-10-22T06:22:08.586Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T06:22:08.586Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2024-10-22T06:22:08.586Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.0.0-dev.1 [2024-10-22T06:22:08.586Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T06:22:08.586Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2024-10-22T06:22:08.616Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2024-10-22T06:22:08.616Z] ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T06:22:08.616Z] latest [2024-10-22T06:22:08.616Z] 4.0.0-dev.1 [2024-10-22T06:22:08.616Z] ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T06:22:08.616Z] main [2024-10-22T06:22:08.616Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:22:08.998Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:22:09.369Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T06:22:09.369Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-10-22T06:22:09.369Z] a67a78bb5696: Preparing [2024-10-22T06:22:09.369Z] ca15e89cf72c: Preparing [2024-10-22T06:22:09.369Z] ffc65233b45a: Preparing [2024-10-22T06:22:09.369Z] e8b21a1b26a0: Preparing [2024-10-22T06:22:09.369Z] 427804f1478f: Preparing [2024-10-22T06:22:09.369Z] 9dae3200b6ca: Preparing [2024-10-22T06:22:09.369Z] 7e67f8d10c26: Preparing [2024-10-22T06:22:09.369Z] 185828e7c101: Preparing [2024-10-22T06:22:09.369Z] 16113d51b718: Preparing [2024-10-22T06:22:09.369Z] 7e67f8d10c26: Waiting [2024-10-22T06:22:09.369Z] 185828e7c101: Waiting [2024-10-22T06:22:09.369Z] 16113d51b718: Waiting [2024-10-22T06:22:09.369Z] 9dae3200b6ca: Waiting [2024-10-22T06:22:09.642Z] ffc65233b45a: Pushed [2024-10-22T06:22:09.642Z] ca15e89cf72c: Pushed [2024-10-22T06:22:11.063Z] 427804f1478f: Layer already exists [2024-10-22T06:22:11.063Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:22:11.063Z] 16113d51b718: Layer already exists [2024-10-22T06:22:11.063Z] a67a78bb5696: Pushed [2024-10-22T06:22:11.668Z] 185828e7c101: Pushed [2024-10-22T06:22:12.630Z] 7e67f8d10c26: Pushed [2024-10-22T06:22:34.726Z] 9dae3200b6ca: Pushed [2024-10-22T06:22:34.726Z] ead55998a61037c88c593b6744c8da68f1c88ef7: digest: sha256:6eab2c8345f64806595d5370e0905e7d9f613f4c0dc4b687b0fe7fbb5ee2bf43 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:22:35.122Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:22:35.482Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2024-10-22T06:22:35.482Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-10-22T06:22:35.482Z] a67a78bb5696: Preparing [2024-10-22T06:22:35.482Z] ca15e89cf72c: Preparing [2024-10-22T06:22:35.482Z] ffc65233b45a: Preparing [2024-10-22T06:22:35.482Z] e8b21a1b26a0: Preparing [2024-10-22T06:22:35.482Z] 427804f1478f: Preparing [2024-10-22T06:22:35.482Z] 9dae3200b6ca: Preparing [2024-10-22T06:22:35.482Z] 7e67f8d10c26: Preparing [2024-10-22T06:22:35.482Z] 185828e7c101: Preparing [2024-10-22T06:22:35.482Z] 16113d51b718: Preparing [2024-10-22T06:22:35.482Z] 7e67f8d10c26: Waiting [2024-10-22T06:22:35.482Z] 9dae3200b6ca: Waiting [2024-10-22T06:22:35.482Z] 185828e7c101: Waiting [2024-10-22T06:22:35.482Z] 16113d51b718: Waiting [2024-10-22T06:22:35.482Z] ca15e89cf72c: Layer already exists [2024-10-22T06:22:35.482Z] 427804f1478f: Layer already exists [2024-10-22T06:22:35.482Z] ffc65233b45a: Layer already exists [2024-10-22T06:22:35.482Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:22:35.482Z] a67a78bb5696: Layer already exists [2024-10-22T06:22:35.482Z] 9dae3200b6ca: Layer already exists [2024-10-22T06:22:35.482Z] 7e67f8d10c26: Layer already exists [2024-10-22T06:22:35.482Z] 185828e7c101: Layer already exists [2024-10-22T06:22:35.482Z] 16113d51b718: Layer already exists [2024-10-22T06:22:35.749Z] latest: digest: sha256:6eab2c8345f64806595d5370e0905e7d9f613f4c0dc4b687b0fe7fbb5ee2bf43 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:22:36.110Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:22:36.463Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.0.0-dev.1 [2024-10-22T06:22:36.463Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-10-22T06:22:36.463Z] a67a78bb5696: Preparing [2024-10-22T06:22:36.463Z] ca15e89cf72c: Preparing [2024-10-22T06:22:36.463Z] ffc65233b45a: Preparing [2024-10-22T06:22:36.463Z] e8b21a1b26a0: Preparing [2024-10-22T06:22:36.463Z] 427804f1478f: Preparing [2024-10-22T06:22:36.463Z] 9dae3200b6ca: Preparing [2024-10-22T06:22:36.463Z] 7e67f8d10c26: Preparing [2024-10-22T06:22:36.463Z] 185828e7c101: Preparing [2024-10-22T06:22:36.463Z] 16113d51b718: Preparing [2024-10-22T06:22:36.463Z] 7e67f8d10c26: Waiting [2024-10-22T06:22:36.463Z] 16113d51b718: Waiting [2024-10-22T06:22:36.463Z] 185828e7c101: Waiting [2024-10-22T06:22:36.463Z] 9dae3200b6ca: Waiting [2024-10-22T06:22:36.463Z] 427804f1478f: Layer already exists [2024-10-22T06:22:36.463Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:22:36.463Z] ffc65233b45a: Layer already exists [2024-10-22T06:22:36.463Z] a67a78bb5696: Layer already exists [2024-10-22T06:22:36.463Z] ca15e89cf72c: Layer already exists [2024-10-22T06:22:36.463Z] 7e67f8d10c26: Layer already exists [2024-10-22T06:22:36.463Z] 9dae3200b6ca: Layer already exists [2024-10-22T06:22:36.463Z] 185828e7c101: Layer already exists [2024-10-22T06:22:36.463Z] 16113d51b718: Layer already exists [2024-10-22T06:22:36.729Z] 4.0.0-dev.1: digest: sha256:6eab2c8345f64806595d5370e0905e7d9f613f4c0dc4b687b0fe7fbb5ee2bf43 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:22:37.091Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:22:37.448Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T06:22:37.448Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-10-22T06:22:37.448Z] a67a78bb5696: Preparing [2024-10-22T06:22:37.448Z] ca15e89cf72c: Preparing [2024-10-22T06:22:37.448Z] ffc65233b45a: Preparing [2024-10-22T06:22:37.448Z] e8b21a1b26a0: Preparing [2024-10-22T06:22:37.448Z] 427804f1478f: Preparing [2024-10-22T06:22:37.448Z] 9dae3200b6ca: Preparing [2024-10-22T06:22:37.448Z] 7e67f8d10c26: Preparing [2024-10-22T06:22:37.448Z] 185828e7c101: Preparing [2024-10-22T06:22:37.448Z] 16113d51b718: Preparing [2024-10-22T06:22:37.448Z] 9dae3200b6ca: Waiting [2024-10-22T06:22:37.448Z] 7e67f8d10c26: Waiting [2024-10-22T06:22:37.448Z] 185828e7c101: Waiting [2024-10-22T06:22:37.448Z] 16113d51b718: Waiting [2024-10-22T06:22:37.448Z] 427804f1478f: Layer already exists [2024-10-22T06:22:37.448Z] ca15e89cf72c: Layer already exists [2024-10-22T06:22:37.448Z] a67a78bb5696: Layer already exists [2024-10-22T06:22:37.448Z] ffc65233b45a: Layer already exists [2024-10-22T06:22:37.448Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:22:37.448Z] 9dae3200b6ca: Layer already exists [2024-10-22T06:22:37.448Z] 185828e7c101: Layer already exists [2024-10-22T06:22:37.448Z] 7e67f8d10c26: Layer already exists [2024-10-22T06:22:37.448Z] 16113d51b718: Layer already exists [2024-10-22T06:22:37.715Z] ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1: digest: sha256:6eab2c8345f64806595d5370e0905e7d9f613f4c0dc4b687b0fe7fbb5ee2bf43 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:22:38.080Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:22:38.443Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2024-10-22T06:22:38.443Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-10-22T06:22:38.443Z] a67a78bb5696: Preparing [2024-10-22T06:22:38.443Z] ca15e89cf72c: Preparing [2024-10-22T06:22:38.443Z] ffc65233b45a: Preparing [2024-10-22T06:22:38.443Z] e8b21a1b26a0: Preparing [2024-10-22T06:22:38.443Z] 427804f1478f: Preparing [2024-10-22T06:22:38.443Z] 9dae3200b6ca: Preparing [2024-10-22T06:22:38.443Z] 7e67f8d10c26: Preparing [2024-10-22T06:22:38.443Z] 185828e7c101: Preparing [2024-10-22T06:22:38.443Z] 16113d51b718: Preparing [2024-10-22T06:22:38.443Z] 7e67f8d10c26: Waiting [2024-10-22T06:22:38.443Z] 9dae3200b6ca: Waiting [2024-10-22T06:22:38.443Z] 185828e7c101: Waiting [2024-10-22T06:22:38.443Z] 16113d51b718: Waiting [2024-10-22T06:22:38.443Z] 427804f1478f: Layer already exists [2024-10-22T06:22:38.443Z] ffc65233b45a: Layer already exists [2024-10-22T06:22:38.443Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:22:38.443Z] ca15e89cf72c: Layer already exists [2024-10-22T06:22:38.443Z] a67a78bb5696: Layer already exists [2024-10-22T06:22:38.443Z] 7e67f8d10c26: Layer already exists [2024-10-22T06:22:38.443Z] 9dae3200b6ca: Layer already exists [2024-10-22T06:22:38.443Z] 185828e7c101: Layer already exists [2024-10-22T06:22:38.443Z] 16113d51b718: Layer already exists [2024-10-22T06:22:38.710Z] main: digest: sha256:6eab2c8345f64806595d5370e0905e7d9f613f4c0dc4b687b0fe7fbb5ee2bf43 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-22T06:22:38.785Z] ===================================================== [Pipeline] echo [2024-10-22T06:22:38.798Z] taggedImages: [2024-10-22T06:22:38.798Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T06:22:38.798Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2024-10-22T06:22:38.798Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.0.0-dev.1 [2024-10-22T06:22:38.798Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T06:22:38.798Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2024-10-22T06:22:38.824Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2024-10-22T06:22:38.824Z] ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T06:22:38.824Z] latest [2024-10-22T06:22:38.824Z] 4.0.0-dev.1 [2024-10-22T06:22:38.824Z] ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T06:22:38.824Z] main [2024-10-22T06:22:38.824Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:22:39.196Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:22:39.558Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T06:22:39.558Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-10-22T06:22:39.558Z] 2b107164984c: Preparing [2024-10-22T06:22:39.558Z] a9952222fab8: Preparing [2024-10-22T06:22:39.558Z] a0d4800b60bc: Preparing [2024-10-22T06:22:39.558Z] e8b21a1b26a0: Preparing [2024-10-22T06:22:39.558Z] 427804f1478f: Preparing [2024-10-22T06:22:39.558Z] 76e0e8cdf08c: Preparing [2024-10-22T06:22:39.558Z] 44fc5493043b: Preparing [2024-10-22T06:22:39.558Z] e04c5f2d2779: Preparing [2024-10-22T06:22:39.558Z] 16113d51b718: Preparing [2024-10-22T06:22:39.558Z] 76e0e8cdf08c: Waiting [2024-10-22T06:22:39.558Z] 44fc5493043b: Waiting [2024-10-22T06:22:39.558Z] e04c5f2d2779: Waiting [2024-10-22T06:22:39.558Z] 16113d51b718: Waiting [2024-10-22T06:22:39.558Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:22:39.824Z] 427804f1478f: Layer already exists [2024-10-22T06:22:39.824Z] 44fc5493043b: Layer already exists [2024-10-22T06:22:39.824Z] a9952222fab8: Pushed [2024-10-22T06:22:39.824Z] a0d4800b60bc: Pushed [2024-10-22T06:22:39.824Z] e04c5f2d2779: Layer already exists [2024-10-22T06:22:39.824Z] 2b107164984c: Pushed [2024-10-22T06:22:39.824Z] 16113d51b718: Layer already exists [2024-10-22T06:23:06.993Z] 76e0e8cdf08c: Pushed [2024-10-22T06:23:06.993Z] ead55998a61037c88c593b6744c8da68f1c88ef7: digest: sha256:cc5d18a73742700644ec02e4586109c327b72ecf5a3946e5660ea0e35d39d9e0 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:23:07.356Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:23:07.718Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2024-10-22T06:23:07.718Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-10-22T06:23:07.718Z] 2b107164984c: Preparing [2024-10-22T06:23:07.718Z] a9952222fab8: Preparing [2024-10-22T06:23:07.718Z] a0d4800b60bc: Preparing [2024-10-22T06:23:07.718Z] e8b21a1b26a0: Preparing [2024-10-22T06:23:07.718Z] 427804f1478f: Preparing [2024-10-22T06:23:07.718Z] 76e0e8cdf08c: Preparing [2024-10-22T06:23:07.718Z] 44fc5493043b: Preparing [2024-10-22T06:23:07.718Z] e04c5f2d2779: Preparing [2024-10-22T06:23:07.718Z] 16113d51b718: Preparing [2024-10-22T06:23:07.718Z] 44fc5493043b: Waiting [2024-10-22T06:23:07.718Z] e04c5f2d2779: Waiting [2024-10-22T06:23:07.718Z] 16113d51b718: Waiting [2024-10-22T06:23:07.718Z] 76e0e8cdf08c: Waiting [2024-10-22T06:23:07.718Z] a9952222fab8: Layer already exists [2024-10-22T06:23:07.718Z] 427804f1478f: Layer already exists [2024-10-22T06:23:07.718Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:23:07.719Z] a0d4800b60bc: Layer already exists [2024-10-22T06:23:07.719Z] 2b107164984c: Layer already exists [2024-10-22T06:23:07.719Z] e04c5f2d2779: Layer already exists [2024-10-22T06:23:07.719Z] 44fc5493043b: Layer already exists [2024-10-22T06:23:07.719Z] 76e0e8cdf08c: Layer already exists [2024-10-22T06:23:07.719Z] 16113d51b718: Layer already exists [2024-10-22T06:23:07.986Z] latest: digest: sha256:cc5d18a73742700644ec02e4586109c327b72ecf5a3946e5660ea0e35d39d9e0 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:23:08.352Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:23:08.711Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.0.0-dev.1 [2024-10-22T06:23:08.711Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-10-22T06:23:08.711Z] 2b107164984c: Preparing [2024-10-22T06:23:08.711Z] a9952222fab8: Preparing [2024-10-22T06:23:08.711Z] a0d4800b60bc: Preparing [2024-10-22T06:23:08.711Z] e8b21a1b26a0: Preparing [2024-10-22T06:23:08.711Z] 427804f1478f: Preparing [2024-10-22T06:23:08.711Z] 76e0e8cdf08c: Preparing [2024-10-22T06:23:08.711Z] 44fc5493043b: Preparing [2024-10-22T06:23:08.711Z] e04c5f2d2779: Preparing [2024-10-22T06:23:08.711Z] 16113d51b718: Preparing [2024-10-22T06:23:08.711Z] 76e0e8cdf08c: Waiting [2024-10-22T06:23:08.711Z] 44fc5493043b: Waiting [2024-10-22T06:23:08.711Z] e04c5f2d2779: Waiting [2024-10-22T06:23:08.711Z] 16113d51b718: Waiting [2024-10-22T06:23:08.711Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:23:08.711Z] a9952222fab8: Layer already exists [2024-10-22T06:23:08.711Z] a0d4800b60bc: Layer already exists [2024-10-22T06:23:08.711Z] 2b107164984c: Layer already exists [2024-10-22T06:23:08.711Z] 427804f1478f: Layer already exists [2024-10-22T06:23:08.711Z] 44fc5493043b: Layer already exists [2024-10-22T06:23:08.711Z] 76e0e8cdf08c: Layer already exists [2024-10-22T06:23:08.711Z] 16113d51b718: Layer already exists [2024-10-22T06:23:08.711Z] e04c5f2d2779: Layer already exists [2024-10-22T06:23:08.979Z] 4.0.0-dev.1: digest: sha256:cc5d18a73742700644ec02e4586109c327b72ecf5a3946e5660ea0e35d39d9e0 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:23:09.348Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:23:09.725Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T06:23:09.725Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-10-22T06:23:09.725Z] 2b107164984c: Preparing [2024-10-22T06:23:09.725Z] a9952222fab8: Preparing [2024-10-22T06:23:09.725Z] a0d4800b60bc: Preparing [2024-10-22T06:23:09.725Z] e8b21a1b26a0: Preparing [2024-10-22T06:23:09.725Z] 427804f1478f: Preparing [2024-10-22T06:23:09.725Z] 76e0e8cdf08c: Preparing [2024-10-22T06:23:09.725Z] 44fc5493043b: Preparing [2024-10-22T06:23:09.725Z] e04c5f2d2779: Preparing [2024-10-22T06:23:09.725Z] 16113d51b718: Preparing [2024-10-22T06:23:09.725Z] 44fc5493043b: Waiting [2024-10-22T06:23:09.725Z] e04c5f2d2779: Waiting [2024-10-22T06:23:09.725Z] 16113d51b718: Waiting [2024-10-22T06:23:09.725Z] 76e0e8cdf08c: Waiting [2024-10-22T06:23:09.725Z] a0d4800b60bc: Layer already exists [2024-10-22T06:23:09.725Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:23:09.725Z] 427804f1478f: Layer already exists [2024-10-22T06:23:09.725Z] a9952222fab8: Layer already exists [2024-10-22T06:23:09.725Z] 2b107164984c: Layer already exists [2024-10-22T06:23:09.725Z] 76e0e8cdf08c: Layer already exists [2024-10-22T06:23:09.725Z] 44fc5493043b: Layer already exists [2024-10-22T06:23:09.725Z] e04c5f2d2779: Layer already exists [2024-10-22T06:23:09.725Z] 16113d51b718: Layer already exists [2024-10-22T06:23:09.993Z] ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1: digest: sha256:cc5d18a73742700644ec02e4586109c327b72ecf5a3946e5660ea0e35d39d9e0 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:23:10.364Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:23:10.723Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2024-10-22T06:23:10.723Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-10-22T06:23:10.723Z] 2b107164984c: Preparing [2024-10-22T06:23:10.723Z] a9952222fab8: Preparing [2024-10-22T06:23:10.723Z] a0d4800b60bc: Preparing [2024-10-22T06:23:10.723Z] e8b21a1b26a0: Preparing [2024-10-22T06:23:10.723Z] 427804f1478f: Preparing [2024-10-22T06:23:10.723Z] 76e0e8cdf08c: Preparing [2024-10-22T06:23:10.723Z] 44fc5493043b: Preparing [2024-10-22T06:23:10.723Z] e04c5f2d2779: Preparing [2024-10-22T06:23:10.723Z] 16113d51b718: Preparing [2024-10-22T06:23:10.724Z] 44fc5493043b: Waiting [2024-10-22T06:23:10.724Z] e04c5f2d2779: Waiting [2024-10-22T06:23:10.724Z] 16113d51b718: Waiting [2024-10-22T06:23:10.724Z] 76e0e8cdf08c: Waiting [2024-10-22T06:23:10.724Z] 427804f1478f: Layer already exists [2024-10-22T06:23:10.724Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:23:10.724Z] a0d4800b60bc: Layer already exists [2024-10-22T06:23:10.724Z] 2b107164984c: Layer already exists [2024-10-22T06:23:10.724Z] a9952222fab8: Layer already exists [2024-10-22T06:23:10.991Z] 16113d51b718: Layer already exists [2024-10-22T06:23:10.991Z] 44fc5493043b: Layer already exists [2024-10-22T06:23:10.991Z] e04c5f2d2779: Layer already exists [2024-10-22T06:23:10.991Z] 76e0e8cdf08c: Layer already exists [2024-10-22T06:23:10.991Z] main: digest: sha256:cc5d18a73742700644ec02e4586109c327b72ecf5a3946e5660ea0e35d39d9e0 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-22T06:23:11.077Z] ===================================================== [Pipeline] echo [2024-10-22T06:23:11.090Z] taggedImages: [2024-10-22T06:23:11.090Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T06:23:11.090Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2024-10-22T06:23:11.090Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.0.0-dev.1 [2024-10-22T06:23:11.090Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T06:23:11.090Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2024-10-22T06:23:11.119Z] [edgeXDocker.push] Tagging docker image support-cron-scheduler-arm64 with the following tags: [2024-10-22T06:23:11.119Z] ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T06:23:11.119Z] latest [2024-10-22T06:23:11.119Z] 4.0.0-dev.1 [2024-10-22T06:23:11.119Z] ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T06:23:11.119Z] main [2024-10-22T06:23:11.119Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:23:11.510Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:23:11.882Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T06:23:11.882Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-10-22T06:23:11.882Z] 46f755b7e05d: Preparing [2024-10-22T06:23:11.882Z] f59ee3f7e455: Preparing [2024-10-22T06:23:11.882Z] e8b21a1b26a0: Preparing [2024-10-22T06:23:11.882Z] 427804f1478f: Preparing [2024-10-22T06:23:11.882Z] a9dd423a2157: Preparing [2024-10-22T06:23:11.882Z] 5f1dd5f812b9: Preparing [2024-10-22T06:23:11.882Z] 16113d51b718: Preparing [2024-10-22T06:23:11.882Z] 5f1dd5f812b9: Waiting [2024-10-22T06:23:11.882Z] 16113d51b718: Waiting [2024-10-22T06:23:11.882Z] 427804f1478f: Layer already exists [2024-10-22T06:23:12.149Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:23:12.149Z] 16113d51b718: Layer already exists [2024-10-22T06:23:12.149Z] 46f755b7e05d: Pushed [2024-10-22T06:23:12.746Z] 5f1dd5f812b9: Pushed [2024-10-22T06:23:13.709Z] a9dd423a2157: Pushed [2024-10-22T06:23:26.036Z] f59ee3f7e455: Pushed [2024-10-22T06:23:26.036Z] ead55998a61037c88c593b6744c8da68f1c88ef7: digest: sha256:997ce79312f648943577bdaa8d0255d3471c85709ecf5cee3d55c1c15e3bc2c2 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:23:26.413Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:23:26.773Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest [2024-10-22T06:23:26.773Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-10-22T06:23:26.773Z] 46f755b7e05d: Preparing [2024-10-22T06:23:26.773Z] f59ee3f7e455: Preparing [2024-10-22T06:23:26.773Z] e8b21a1b26a0: Preparing [2024-10-22T06:23:26.773Z] 427804f1478f: Preparing [2024-10-22T06:23:26.773Z] a9dd423a2157: Preparing [2024-10-22T06:23:26.773Z] 5f1dd5f812b9: Preparing [2024-10-22T06:23:26.773Z] 16113d51b718: Preparing [2024-10-22T06:23:26.773Z] 5f1dd5f812b9: Waiting [2024-10-22T06:23:26.773Z] 16113d51b718: Waiting [2024-10-22T06:23:26.773Z] 427804f1478f: Layer already exists [2024-10-22T06:23:26.773Z] f59ee3f7e455: Layer already exists [2024-10-22T06:23:26.773Z] a9dd423a2157: Layer already exists [2024-10-22T06:23:26.773Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:23:26.773Z] 46f755b7e05d: Layer already exists [2024-10-22T06:23:27.043Z] 5f1dd5f812b9: Layer already exists [2024-10-22T06:23:27.043Z] 16113d51b718: Layer already exists [2024-10-22T06:23:27.043Z] latest: digest: sha256:997ce79312f648943577bdaa8d0255d3471c85709ecf5cee3d55c1c15e3bc2c2 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:23:27.413Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:23:27.780Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:4.0.0-dev.1 [2024-10-22T06:23:27.780Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-10-22T06:23:27.780Z] 46f755b7e05d: Preparing [2024-10-22T06:23:27.780Z] f59ee3f7e455: Preparing [2024-10-22T06:23:27.780Z] e8b21a1b26a0: Preparing [2024-10-22T06:23:27.780Z] 427804f1478f: Preparing [2024-10-22T06:23:27.780Z] a9dd423a2157: Preparing [2024-10-22T06:23:27.780Z] 5f1dd5f812b9: Preparing [2024-10-22T06:23:27.780Z] 16113d51b718: Preparing [2024-10-22T06:23:27.780Z] 5f1dd5f812b9: Waiting [2024-10-22T06:23:27.780Z] 16113d51b718: Waiting [2024-10-22T06:23:27.780Z] 46f755b7e05d: Layer already exists [2024-10-22T06:23:27.780Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:23:27.780Z] f59ee3f7e455: Layer already exists [2024-10-22T06:23:27.780Z] a9dd423a2157: Layer already exists [2024-10-22T06:23:27.780Z] 427804f1478f: Layer already exists [2024-10-22T06:23:27.780Z] 5f1dd5f812b9: Layer already exists [2024-10-22T06:23:27.780Z] 16113d51b718: Layer already exists [2024-10-22T06:23:28.049Z] 4.0.0-dev.1: digest: sha256:997ce79312f648943577bdaa8d0255d3471c85709ecf5cee3d55c1c15e3bc2c2 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:23:28.417Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:23:28.783Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T06:23:28.784Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-10-22T06:23:28.784Z] 46f755b7e05d: Preparing [2024-10-22T06:23:28.784Z] f59ee3f7e455: Preparing [2024-10-22T06:23:28.784Z] e8b21a1b26a0: Preparing [2024-10-22T06:23:28.784Z] 427804f1478f: Preparing [2024-10-22T06:23:28.784Z] a9dd423a2157: Preparing [2024-10-22T06:23:28.784Z] 5f1dd5f812b9: Preparing [2024-10-22T06:23:28.784Z] 16113d51b718: Preparing [2024-10-22T06:23:28.784Z] 5f1dd5f812b9: Waiting [2024-10-22T06:23:28.784Z] 16113d51b718: Waiting [2024-10-22T06:23:28.784Z] 46f755b7e05d: Layer already exists [2024-10-22T06:23:28.784Z] 427804f1478f: Layer already exists [2024-10-22T06:23:28.784Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:23:28.784Z] f59ee3f7e455: Layer already exists [2024-10-22T06:23:28.784Z] a9dd423a2157: Layer already exists [2024-10-22T06:23:28.784Z] 5f1dd5f812b9: Layer already exists [2024-10-22T06:23:28.784Z] 16113d51b718: Layer already exists [2024-10-22T06:23:29.053Z] ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1: digest: sha256:997ce79312f648943577bdaa8d0255d3471c85709ecf5cee3d55c1c15e3bc2c2 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:23:29.426Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:23:29.792Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main [2024-10-22T06:23:29.792Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-10-22T06:23:29.792Z] 46f755b7e05d: Preparing [2024-10-22T06:23:29.792Z] f59ee3f7e455: Preparing [2024-10-22T06:23:29.792Z] e8b21a1b26a0: Preparing [2024-10-22T06:23:29.792Z] 427804f1478f: Preparing [2024-10-22T06:23:29.792Z] a9dd423a2157: Preparing [2024-10-22T06:23:29.792Z] 5f1dd5f812b9: Preparing [2024-10-22T06:23:29.792Z] 16113d51b718: Preparing [2024-10-22T06:23:29.792Z] 5f1dd5f812b9: Waiting [2024-10-22T06:23:29.792Z] 16113d51b718: Waiting [2024-10-22T06:23:29.792Z] 46f755b7e05d: Layer already exists [2024-10-22T06:23:29.792Z] 427804f1478f: Layer already exists [2024-10-22T06:23:29.792Z] a9dd423a2157: Layer already exists [2024-10-22T06:23:29.792Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:23:29.792Z] f59ee3f7e455: Layer already exists [2024-10-22T06:23:29.792Z] 5f1dd5f812b9: Layer already exists [2024-10-22T06:23:30.062Z] 16113d51b718: Layer already exists [2024-10-22T06:23:30.062Z] main: digest: sha256:997ce79312f648943577bdaa8d0255d3471c85709ecf5cee3d55c1c15e3bc2c2 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-22T06:23:30.140Z] ===================================================== [Pipeline] echo [2024-10-22T06:23:30.157Z] taggedImages: [2024-10-22T06:23:30.157Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T06:23:30.157Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest [2024-10-22T06:23:30.157Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:4.0.0-dev.1 [2024-10-22T06:23:30.157Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T06:23:30.157Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main [Pipeline] echo [2024-10-22T06:23:30.188Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2024-10-22T06:23:30.188Z] ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T06:23:30.188Z] latest [2024-10-22T06:23:30.188Z] 4.0.0-dev.1 [2024-10-22T06:23:30.188Z] ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T06:23:30.188Z] main [2024-10-22T06:23:30.188Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:23:30.574Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:23:30.951Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T06:23:30.951Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-10-22T06:23:30.951Z] 2472703e274b: Preparing [2024-10-22T06:23:30.951Z] 040024e7d269: Preparing [2024-10-22T06:23:30.951Z] dccadc1f24cd: Preparing [2024-10-22T06:23:30.951Z] e8b21a1b26a0: Preparing [2024-10-22T06:23:30.951Z] 427804f1478f: Preparing [2024-10-22T06:23:30.952Z] f5d928588e36: Preparing [2024-10-22T06:23:30.952Z] 5c5c95b087d5: Preparing [2024-10-22T06:23:30.952Z] 16113d51b718: Preparing [2024-10-22T06:23:30.952Z] f5d928588e36: Waiting [2024-10-22T06:23:30.952Z] 16113d51b718: Waiting [2024-10-22T06:23:30.952Z] 5c5c95b087d5: Waiting [2024-10-22T06:23:31.229Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:23:31.229Z] 427804f1478f: Layer already exists [2024-10-22T06:23:31.229Z] 040024e7d269: Pushed [2024-10-22T06:23:31.229Z] 2472703e274b: Pushed [2024-10-22T06:23:31.229Z] 16113d51b718: Layer already exists [2024-10-22T06:23:31.497Z] 5c5c95b087d5: Pushed [2024-10-22T06:23:32.909Z] f5d928588e36: Pushed [2024-10-22T06:23:45.276Z] dccadc1f24cd: Pushed [2024-10-22T06:23:45.276Z] ead55998a61037c88c593b6744c8da68f1c88ef7: digest: sha256:58010f7c0f9313bd08afd70b0b13568ac0ab72f018edb915a09ca1d12bda1bf3 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:23:45.644Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:23:46.000Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2024-10-22T06:23:46.000Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-10-22T06:23:46.000Z] 2472703e274b: Preparing [2024-10-22T06:23:46.000Z] 040024e7d269: Preparing [2024-10-22T06:23:46.000Z] dccadc1f24cd: Preparing [2024-10-22T06:23:46.000Z] e8b21a1b26a0: Preparing [2024-10-22T06:23:46.000Z] 427804f1478f: Preparing [2024-10-22T06:23:46.000Z] f5d928588e36: Preparing [2024-10-22T06:23:46.000Z] 5c5c95b087d5: Preparing [2024-10-22T06:23:46.000Z] 16113d51b718: Preparing [2024-10-22T06:23:46.000Z] 5c5c95b087d5: Waiting [2024-10-22T06:23:46.000Z] 16113d51b718: Waiting [2024-10-22T06:23:46.000Z] f5d928588e36: Waiting [2024-10-22T06:23:46.000Z] 427804f1478f: Layer already exists [2024-10-22T06:23:46.000Z] dccadc1f24cd: Layer already exists [2024-10-22T06:23:46.000Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:23:46.000Z] 040024e7d269: Layer already exists [2024-10-22T06:23:46.000Z] 2472703e274b: Layer already exists [2024-10-22T06:23:46.000Z] 16113d51b718: Layer already exists [2024-10-22T06:23:46.000Z] f5d928588e36: Layer already exists [2024-10-22T06:23:46.000Z] 5c5c95b087d5: Layer already exists [2024-10-22T06:23:46.264Z] latest: digest: sha256:58010f7c0f9313bd08afd70b0b13568ac0ab72f018edb915a09ca1d12bda1bf3 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:23:46.661Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:23:47.020Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.0.0-dev.1 [2024-10-22T06:23:47.020Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-10-22T06:23:47.020Z] 2472703e274b: Preparing [2024-10-22T06:23:47.020Z] 040024e7d269: Preparing [2024-10-22T06:23:47.020Z] dccadc1f24cd: Preparing [2024-10-22T06:23:47.020Z] e8b21a1b26a0: Preparing [2024-10-22T06:23:47.020Z] 427804f1478f: Preparing [2024-10-22T06:23:47.020Z] f5d928588e36: Preparing [2024-10-22T06:23:47.020Z] 5c5c95b087d5: Preparing [2024-10-22T06:23:47.020Z] 16113d51b718: Preparing [2024-10-22T06:23:47.020Z] f5d928588e36: Waiting [2024-10-22T06:23:47.020Z] 5c5c95b087d5: Waiting [2024-10-22T06:23:47.020Z] 2472703e274b: Layer already exists [2024-10-22T06:23:47.020Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:23:47.020Z] 427804f1478f: Layer already exists [2024-10-22T06:23:47.020Z] dccadc1f24cd: Layer already exists [2024-10-22T06:23:47.020Z] 040024e7d269: Layer already exists [2024-10-22T06:23:47.020Z] 16113d51b718: Layer already exists [2024-10-22T06:23:47.020Z] 5c5c95b087d5: Layer already exists [2024-10-22T06:23:47.020Z] f5d928588e36: Layer already exists [2024-10-22T06:23:47.294Z] 4.0.0-dev.1: digest: sha256:58010f7c0f9313bd08afd70b0b13568ac0ab72f018edb915a09ca1d12bda1bf3 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:23:47.668Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:23:48.027Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T06:23:48.027Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-10-22T06:23:48.027Z] 2472703e274b: Preparing [2024-10-22T06:23:48.027Z] 040024e7d269: Preparing [2024-10-22T06:23:48.027Z] dccadc1f24cd: Preparing [2024-10-22T06:23:48.027Z] e8b21a1b26a0: Preparing [2024-10-22T06:23:48.027Z] 427804f1478f: Preparing [2024-10-22T06:23:48.027Z] f5d928588e36: Preparing [2024-10-22T06:23:48.027Z] 5c5c95b087d5: Preparing [2024-10-22T06:23:48.027Z] 16113d51b718: Preparing [2024-10-22T06:23:48.027Z] f5d928588e36: Waiting [2024-10-22T06:23:48.027Z] 5c5c95b087d5: Waiting [2024-10-22T06:23:48.027Z] 16113d51b718: Waiting [2024-10-22T06:23:48.027Z] 2472703e274b: Layer already exists [2024-10-22T06:23:48.027Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:23:48.027Z] dccadc1f24cd: Layer already exists [2024-10-22T06:23:48.027Z] 040024e7d269: Layer already exists [2024-10-22T06:23:48.027Z] 427804f1478f: Layer already exists [2024-10-22T06:23:48.027Z] 5c5c95b087d5: Layer already exists [2024-10-22T06:23:48.027Z] f5d928588e36: Layer already exists [2024-10-22T06:23:48.027Z] 16113d51b718: Layer already exists [2024-10-22T06:23:48.292Z] ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1: digest: sha256:58010f7c0f9313bd08afd70b0b13568ac0ab72f018edb915a09ca1d12bda1bf3 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:23:48.654Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:23:49.011Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2024-10-22T06:23:49.011Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-10-22T06:23:49.011Z] 2472703e274b: Preparing [2024-10-22T06:23:49.011Z] 040024e7d269: Preparing [2024-10-22T06:23:49.011Z] dccadc1f24cd: Preparing [2024-10-22T06:23:49.011Z] e8b21a1b26a0: Preparing [2024-10-22T06:23:49.011Z] 427804f1478f: Preparing [2024-10-22T06:23:49.011Z] f5d928588e36: Preparing [2024-10-22T06:23:49.011Z] 5c5c95b087d5: Preparing [2024-10-22T06:23:49.011Z] 16113d51b718: Preparing [2024-10-22T06:23:49.011Z] f5d928588e36: Waiting [2024-10-22T06:23:49.011Z] 5c5c95b087d5: Waiting [2024-10-22T06:23:49.011Z] 16113d51b718: Waiting [2024-10-22T06:23:49.011Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:23:49.011Z] 2472703e274b: Layer already exists [2024-10-22T06:23:49.011Z] 040024e7d269: Layer already exists [2024-10-22T06:23:49.011Z] dccadc1f24cd: Layer already exists [2024-10-22T06:23:49.011Z] 427804f1478f: Layer already exists [2024-10-22T06:23:49.011Z] f5d928588e36: Layer already exists [2024-10-22T06:23:49.011Z] 5c5c95b087d5: Layer already exists [2024-10-22T06:23:49.011Z] 16113d51b718: Layer already exists [2024-10-22T06:23:49.275Z] main: digest: sha256:58010f7c0f9313bd08afd70b0b13568ac0ab72f018edb915a09ca1d12bda1bf3 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-22T06:23:49.357Z] ===================================================== [Pipeline] echo [2024-10-22T06:23:49.372Z] taggedImages: [2024-10-22T06:23:49.372Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T06:23:49.372Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2024-10-22T06:23:49.372Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.0.0-dev.1 [2024-10-22T06:23:49.372Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T06:23:49.372Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2024-10-22T06:23:49.401Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2024-10-22T06:23:49.401Z] ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T06:23:49.401Z] latest [2024-10-22T06:23:49.401Z] 4.0.0-dev.1 [2024-10-22T06:23:49.401Z] ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T06:23:49.401Z] main [2024-10-22T06:23:49.401Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:23:49.786Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:23:50.136Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T06:23:50.136Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-10-22T06:23:50.136Z] fb39b85b5833: Preparing [2024-10-22T06:23:50.136Z] bdc045417dc3: Preparing [2024-10-22T06:23:50.136Z] e8b21a1b26a0: Preparing [2024-10-22T06:23:50.136Z] 427804f1478f: Preparing [2024-10-22T06:23:50.136Z] 8a991fcc91fc: Preparing [2024-10-22T06:23:50.136Z] ad8a70947c72: Preparing [2024-10-22T06:23:50.136Z] 16113d51b718: Preparing [2024-10-22T06:23:50.136Z] ad8a70947c72: Waiting [2024-10-22T06:23:50.136Z] 16113d51b718: Waiting [2024-10-22T06:23:50.136Z] 427804f1478f: Layer already exists [2024-10-22T06:23:50.136Z] 8a991fcc91fc: Layer already exists [2024-10-22T06:23:50.136Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:23:50.402Z] ad8a70947c72: Layer already exists [2024-10-22T06:23:50.402Z] 16113d51b718: Layer already exists [2024-10-22T06:23:50.402Z] fb39b85b5833: Pushed [2024-10-22T06:24:05.422Z] bdc045417dc3: Pushed [2024-10-22T06:24:05.422Z] ead55998a61037c88c593b6744c8da68f1c88ef7: digest: sha256:b230a40a4f1197dd8d45d464e56155f489c3c7d4154ef039947615b66fd1d99f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:24:05.787Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:24:06.144Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2024-10-22T06:24:06.144Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-10-22T06:24:06.144Z] fb39b85b5833: Preparing [2024-10-22T06:24:06.144Z] bdc045417dc3: Preparing [2024-10-22T06:24:06.144Z] e8b21a1b26a0: Preparing [2024-10-22T06:24:06.144Z] 427804f1478f: Preparing [2024-10-22T06:24:06.144Z] 8a991fcc91fc: Preparing [2024-10-22T06:24:06.144Z] ad8a70947c72: Preparing [2024-10-22T06:24:06.144Z] 16113d51b718: Preparing [2024-10-22T06:24:06.144Z] ad8a70947c72: Waiting [2024-10-22T06:24:06.144Z] 16113d51b718: Waiting [2024-10-22T06:24:06.144Z] 427804f1478f: Layer already exists [2024-10-22T06:24:06.144Z] 8a991fcc91fc: Layer already exists [2024-10-22T06:24:06.144Z] fb39b85b5833: Layer already exists [2024-10-22T06:24:06.144Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:24:06.144Z] bdc045417dc3: Layer already exists [2024-10-22T06:24:06.144Z] 16113d51b718: Layer already exists [2024-10-22T06:24:06.144Z] ad8a70947c72: Layer already exists [2024-10-22T06:24:06.411Z] latest: digest: sha256:b230a40a4f1197dd8d45d464e56155f489c3c7d4154ef039947615b66fd1d99f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:24:06.772Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:24:07.134Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.0.0-dev.1 [2024-10-22T06:24:07.134Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-10-22T06:24:07.134Z] fb39b85b5833: Preparing [2024-10-22T06:24:07.134Z] bdc045417dc3: Preparing [2024-10-22T06:24:07.134Z] e8b21a1b26a0: Preparing [2024-10-22T06:24:07.134Z] 427804f1478f: Preparing [2024-10-22T06:24:07.134Z] 8a991fcc91fc: Preparing [2024-10-22T06:24:07.134Z] ad8a70947c72: Preparing [2024-10-22T06:24:07.134Z] 16113d51b718: Preparing [2024-10-22T06:24:07.134Z] ad8a70947c72: Waiting [2024-10-22T06:24:07.134Z] 16113d51b718: Waiting [2024-10-22T06:24:07.134Z] bdc045417dc3: Layer already exists [2024-10-22T06:24:07.134Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:24:07.134Z] 427804f1478f: Layer already exists [2024-10-22T06:24:07.134Z] 8a991fcc91fc: Layer already exists [2024-10-22T06:24:07.134Z] fb39b85b5833: Layer already exists [2024-10-22T06:24:07.134Z] 16113d51b718: Layer already exists [2024-10-22T06:24:07.134Z] ad8a70947c72: Layer already exists [2024-10-22T06:24:07.400Z] 4.0.0-dev.1: digest: sha256:b230a40a4f1197dd8d45d464e56155f489c3c7d4154ef039947615b66fd1d99f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:24:07.760Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:24:08.111Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T06:24:08.112Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-10-22T06:24:08.112Z] fb39b85b5833: Preparing [2024-10-22T06:24:08.112Z] bdc045417dc3: Preparing [2024-10-22T06:24:08.112Z] e8b21a1b26a0: Preparing [2024-10-22T06:24:08.112Z] 427804f1478f: Preparing [2024-10-22T06:24:08.112Z] 8a991fcc91fc: Preparing [2024-10-22T06:24:08.112Z] ad8a70947c72: Preparing [2024-10-22T06:24:08.112Z] 16113d51b718: Preparing [2024-10-22T06:24:08.112Z] ad8a70947c72: Waiting [2024-10-22T06:24:08.112Z] 16113d51b718: Waiting [2024-10-22T06:24:08.112Z] fb39b85b5833: Layer already exists [2024-10-22T06:24:08.112Z] 8a991fcc91fc: Layer already exists [2024-10-22T06:24:08.112Z] bdc045417dc3: Layer already exists [2024-10-22T06:24:08.112Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:24:08.112Z] 427804f1478f: Layer already exists [2024-10-22T06:24:08.112Z] 16113d51b718: Layer already exists [2024-10-22T06:24:08.112Z] ad8a70947c72: Layer already exists [2024-10-22T06:24:08.378Z] ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1: digest: sha256:b230a40a4f1197dd8d45d464e56155f489c3c7d4154ef039947615b66fd1d99f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:24:08.746Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:24:09.114Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2024-10-22T06:24:09.114Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-10-22T06:24:09.114Z] fb39b85b5833: Preparing [2024-10-22T06:24:09.114Z] bdc045417dc3: Preparing [2024-10-22T06:24:09.114Z] e8b21a1b26a0: Preparing [2024-10-22T06:24:09.114Z] 427804f1478f: Preparing [2024-10-22T06:24:09.114Z] 8a991fcc91fc: Preparing [2024-10-22T06:24:09.114Z] ad8a70947c72: Preparing [2024-10-22T06:24:09.114Z] 16113d51b718: Preparing [2024-10-22T06:24:09.114Z] ad8a70947c72: Waiting [2024-10-22T06:24:09.114Z] 16113d51b718: Waiting [2024-10-22T06:24:09.114Z] 8a991fcc91fc: Layer already exists [2024-10-22T06:24:09.114Z] 427804f1478f: Layer already exists [2024-10-22T06:24:09.114Z] e8b21a1b26a0: Layer already exists [2024-10-22T06:24:09.114Z] bdc045417dc3: Layer already exists [2024-10-22T06:24:09.114Z] fb39b85b5833: Layer already exists [2024-10-22T06:24:09.114Z] 16113d51b718: Layer already exists [2024-10-22T06:24:09.114Z] ad8a70947c72: Layer already exists [2024-10-22T06:24:09.381Z] main: digest: sha256:b230a40a4f1197dd8d45d464e56155f489c3c7d4154ef039947615b66fd1d99f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-22T06:24:09.470Z] ===================================================== [Pipeline] echo [2024-10-22T06:24:09.486Z] taggedImages: [2024-10-22T06:24:09.486Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 [2024-10-22T06:24:09.486Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2024-10-22T06:24:09.486Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.0.0-dev.1 [2024-10-22T06:24:09.486Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [2024-10-22T06:24:09.486Z] - 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-10-22T06:24:09.896Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-10-22T06:24:09.896Z] [2024-10-22T06:24:09.896Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:24:10.246Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-10-22T06:24:10.514Z] arm64: Pulling from edgex-lftools-log-publisher [2024-10-22T06:24:10.514Z] 8998bd30e6a1: Pulling fs layer [2024-10-22T06:24:10.514Z] 04944245beec: Pulling fs layer [2024-10-22T06:24:10.514Z] 699f458cf7ca: Pulling fs layer [2024-10-22T06:24:10.514Z] 765212b225bb: Pulling fs layer [2024-10-22T06:24:10.514Z] f23df028b6ca: Pulling fs layer [2024-10-22T06:24:10.514Z] d65c8cfc05b1: Pulling fs layer [2024-10-22T06:24:10.514Z] 765212b225bb: Waiting [2024-10-22T06:24:10.514Z] f23df028b6ca: Waiting [2024-10-22T06:24:10.514Z] 2437ff75d9bd: Pulling fs layer [2024-10-22T06:24:10.514Z] d65c8cfc05b1: Waiting [2024-10-22T06:24:10.514Z] 2437ff75d9bd: Waiting [2024-10-22T06:24:10.514Z] 04944245beec: Verifying Checksum [2024-10-22T06:24:10.514Z] 04944245beec: Download complete [2024-10-22T06:24:10.514Z] 765212b225bb: Verifying Checksum [2024-10-22T06:24:10.514Z] 765212b225bb: Download complete [2024-10-22T06:24:10.514Z] f23df028b6ca: Verifying Checksum [2024-10-22T06:24:10.514Z] f23df028b6ca: Download complete [2024-10-22T06:24:10.514Z] d65c8cfc05b1: Verifying Checksum [2024-10-22T06:24:10.514Z] d65c8cfc05b1: Download complete [2024-10-22T06:24:10.782Z] 699f458cf7ca: Verifying Checksum [2024-10-22T06:24:10.782Z] 699f458cf7ca: Download complete [2024-10-22T06:24:11.366Z] 8998bd30e6a1: Verifying Checksum [2024-10-22T06:24:11.366Z] 8998bd30e6a1: Download complete [2024-10-22T06:24:13.948Z] 2437ff75d9bd: Verifying Checksum [2024-10-22T06:24:13.948Z] 2437ff75d9bd: Download complete [2024-10-22T06:24:16.530Z] 8998bd30e6a1: Pull complete [2024-10-22T06:24:16.797Z] 04944245beec: Pull complete [2024-10-22T06:24:18.738Z] 699f458cf7ca: Pull complete [2024-10-22T06:24:18.738Z] 765212b225bb: Pull complete [2024-10-22T06:24:19.697Z] f23df028b6ca: Pull complete [2024-10-22T06:24:19.697Z] d65c8cfc05b1: Pull complete [2024-10-22T06:24:37.913Z] 2437ff75d9bd: Pull complete [2024-10-22T06:24:37.913Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-10-22T06:24:37.913Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-10-22T06:24:37.913Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-22T06:24:38.164Z] prd-ubuntu20.04-docker-arm64-4c-16g-23470 does not seem to be running inside a container [2024-10-22T06:24:38.247Z] $ 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/734 -v /w/workspace/edgex-go/734:/w/workspace/edgex-go/734:rw,z -v /w/workspace/edgex-go/734@tmp:/w/workspace/edgex-go/734@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2024-10-22T06:24:41.901Z] $ docker top 017c86f0aa5c8d2c186e35bc9f559bd4fd0bb0ccabad83e5aba215e733d2e26e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-22T06:24:42.846Z] ---> job-cost.sh [2024-10-22T06:24:42.846Z] lf-activate-venv: SKIPPING [2024-10-22T06:24:42.846Z] INFO: No Stack... [2024-10-22T06:24:43.432Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-10-22T06:24:44.399Z] INFO: Archiving Costs [Pipeline] sh [2024-10-22T06:24:45.055Z] + cat /w/workspace/edgex-go/734/archives/cost.csv [2024-10-22T06:24:45.055Z] + cut -d, -f6 [Pipeline] lock [2024-10-22T06:24:45.103Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-734-stack-cost] [2024-10-22T06:24:45.126Z] Resource [jenkins-edgexfoundry-edgex-go-main-734-stack-cost] did not exist. Created. [2024-10-22T06:24:45.132Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-734-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-10-22T06:24:45.800Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-10-22T06:24:46.766Z] Stashed 1 file(s) [Pipeline] } [2024-10-22T06:24:46.776Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-734-stack-cost] [Pipeline] // lock [Pipeline] } [2024-10-22T06:24:46.807Z] $ docker stop --time=1 017c86f0aa5c8d2c186e35bc9f559bd4fd0bb0ccabad83e5aba215e733d2e26e [2024-10-22T06:24:48.441Z] $ docker rm -f --volumes 017c86f0aa5c8d2c186e35bc9f559bd4fd0bb0ccabad83e5aba215e733d2e26e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2024-10-22T06:24:49.045Z] provisioning config files... [2024-10-22T06:24:49.052Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/734@tmp/config15688742819910184690tmp [Pipeline] { [Pipeline] sh [2024-10-22T06:24:49.351Z] + set +x [2024-10-22T06:24:49.351Z] + curl -s https://codecov.io/bash [2024-10-22T06:24:49.351Z] + bash -s -- [2024-10-22T06:24:49.351Z] [2024-10-22T06:24:49.351Z] _____ _ [2024-10-22T06:24:49.351Z] / ____| | | [2024-10-22T06:24:49.351Z] | | ___ __| | ___ ___ _____ __ [2024-10-22T06:24:49.351Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-10-22T06:24:49.351Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-10-22T06:24:49.351Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-10-22T06:24:49.352Z] Bash-1.0.6 [2024-10-22T06:24:49.352Z] [2024-10-22T06:24:49.352Z] [2024-10-22T06:24:49.352Z] ==> git version 2.25.1 found [2024-10-22T06:24:49.352Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2024-10-22T06:24:49.352Z] Release-Date: 2020-01-08 [2024-10-22T06:24:49.352Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2024-10-22T06:24:49.352Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-10-22T06:24:49.352Z] ==> Jenkins CI detected. [2024-10-22T06:24:49.352Z] current dir:  /w/workspace/edgex-go/734 [2024-10-22T06:24:49.352Z] project root: . [2024-10-22T06:24:49.352Z] --> token set from env [2024-10-22T06:24:49.352Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-10-22T06:24:49.352Z] ==> Running gcov in . (disable via -X gcov) [2024-10-22T06:24:49.352Z] ==> Python coveragepy not found [2024-10-22T06:24:49.352Z] ==> Searching for coverage reports in: [2024-10-22T06:24:49.352Z] + . [2024-10-22T06:24:49.611Z] -> Found 1 reports [2024-10-22T06:24:49.611Z] ==> Detecting git/mercurial file structure [2024-10-22T06:24:49.611Z] ==> Reading reports [2024-10-22T06:24:49.611Z] + ./coverage.out bytes=1566560 [2024-10-22T06:24:49.611Z] ==> Appending adjustments [2024-10-22T06:24:49.611Z] https://docs.codecov.io/docs/fixing-reports [2024-10-22T06:24:50.992Z] + Found adjustments [2024-10-22T06:24:50.992Z] ==> Gzipping contents [2024-10-22T06:24:50.992Z] 136K /tmp/codecov.lWQ2TY.gz [2024-10-22T06:24:50.992Z] ==> Uploading reports [2024-10-22T06:24:50.992Z] url: https://codecov.io [2024-10-22T06:24:50.992Z] query: branch=main&commit=ead55998a61037c88c593b6744c8da68f1c88ef7&build=734&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F734%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-10-22T06:24:50.992Z] -> Pinging Codecov [2024-10-22T06:24:50.993Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=ead55998a61037c88c593b6744c8da68f1c88ef7&build=734&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F734%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-10-22T06:24:57.558Z] -> Uploading to [2024-10-22T06:24:57.558Z] https://storage.googleapis.com/codecov/shelter/v4/github/edgexfoundry/edgex-go/ead55998a61037c88c593b6744c8da68f1c88ef7/967bb069-aea5-4bd9-ae36-923cc7c6312c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20241022%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20241022T062454Z&X-Amz-Expires=30&X-Amz-SignedHeaders=host&X-Amz-Signature=7d53b03e2bf0c4d36f68fe942316f96ce6e7b3c72052226f2585056babe7c348 [2024-10-22T06:24:57.558Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-10-22T06:24:57.558Z] Dload Upload Total Spent Left Speed [2024-10-22T06:24:57.558Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 132k 0 0 100 132k 0 458k --:--:-- --:--:-- --:--:-- 458k [2024-10-22T06:24:57.558Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] } [2024-10-22T06:24:57.564Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2024-10-22T06:24:57.817Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2024-10-22T06:24:57.834Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:24:58.147Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-10-22T06:24:58.147Z] [2024-10-22T06:24:58.147Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:24:58.451Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-10-22T06:24:58.451Z] latest: Pulling from edgex-devops/edgex-snyk-go [2024-10-22T06:24:58.451Z] 43c4264eed91: Already exists [2024-10-22T06:24:58.451Z] 4cc291be95ef: Already exists [2024-10-22T06:24:58.451Z] 2ac1f1163629: Already exists [2024-10-22T06:24:58.451Z] 5c3c966382ef: Already exists [2024-10-22T06:24:58.451Z] 4f4fb700ef54: Already exists [2024-10-22T06:24:58.451Z] d9c7d2e4e75e: Pulling fs layer [2024-10-22T06:24:58.451Z] 9c3e1370e548: Pulling fs layer [2024-10-22T06:24:58.708Z] d9c7d2e4e75e: Verifying Checksum [2024-10-22T06:24:58.708Z] d9c7d2e4e75e: Download complete [2024-10-22T06:24:58.966Z] d9c7d2e4e75e: Pull complete [2024-10-22T06:24:59.531Z] 9c3e1370e548: Verifying Checksum [2024-10-22T06:24:59.532Z] 9c3e1370e548: Download complete [2024-10-22T06:25:02.833Z] 9c3e1370e548: Pull complete [2024-10-22T06:25:02.833Z] Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b [2024-10-22T06:25:02.833Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-10-22T06:25:02.833Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-22T06:25:02.932Z] prd-ubuntu20.04-docker-8c-8g-23469 does not seem to be running inside a container [2024-10-22T06:25:02.958Z] $ 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/734 -v /w/workspace/edgex-go/734:/w/workspace/edgex-go/734:rw,z -v /w/workspace/edgex-go/734@tmp:/w/workspace/edgex-go/734@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat [2024-10-22T06:25:07.136Z] $ docker top e3d2d0a15518e491bf64e3570c65e701d123b93d54f4f940bb0d5cedf9e45d5d -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-22T06:25:07.482Z] + git config --global --add safe.directory /w/workspace/edgex-go/734 [Pipeline] echo [2024-10-22T06:25:07.491Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2024-10-22T06:25:07.763Z] + set -o pipefail [2024-10-22T06:25:07.764Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2024-10-22T06:25:15.877Z] [2024-10-22T06:25:15.877Z] Monitoring /w/workspace/edgex-go/734 (github.com/edgexfoundry/edgex-go)... [2024-10-22T06:25:15.877Z] [2024-10-22T06:25:15.877Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/92faa2ac-37b1-466c-af4e-5abba082c293 [2024-10-22T06:25:15.877Z] [2024-10-22T06:25:15.877Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2024-10-22T06:25:15.877Z] [Pipeline] } [2024-10-22T06:25:15.882Z] $ docker stop --time=1 e3d2d0a15518e491bf64e3570c65e701d123b93d54f4f940bb0d5cedf9e45d5d [2024-10-22T06:25:21.007Z] $ docker rm -f --volumes e3d2d0a15518e491bf64e3570c65e701d123b93d54f4f940bb0d5cedf9e45d5d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2024-10-22T06:25:21.545Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-10-22T06:25:21.568Z] provisioning config files... [2024-10-22T06:25:21.577Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/734@tmp/config6801191967068275363tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-22T06:25:21.979Z] --> edgex-publish-swagger.sh [2024-10-22T06:25:21.979Z] === Publish openapi API === [2024-10-22T06:25:21.979Z] [publishToSwagger] Publishing the API Docs [openapi] to Swagger [2024-10-22T06:25:21.979Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/734/openapi/core-command.yaml] [2024-10-22T06:25:21.979Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-10-22T06:25:21.979Z] Dload Upload Total Spent Left Speed [2024-10-22T06:25:22.260Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32782 0 0 100 32782 0 65959 --:--:-- --:--:-- --:--:-- 65959 [2024-10-22T06:25:22.260Z] [2024-10-22T06:25:22.260Z] [2024-10-22T06:25:22.260Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/734/openapi/core-data.yaml] [2024-10-22T06:25:22.260Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-10-22T06:25:22.260Z] Dload Upload Total Spent Left Speed [2024-10-22T06:25:22.881Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 72043 0 0 100 72043 0 170k --:--:-- --:--:-- --:--:-- 169k 100 72043 0 0 100 72043 0 170k --:--:-- --:--:-- --:--:-- 169k [2024-10-22T06:25:22.881Z] [2024-10-22T06:25:22.881Z] [2024-10-22T06:25:22.881Z] [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/734/openapi/core-keeper.yaml] [2024-10-22T06:25:22.881Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-10-22T06:25:22.881Z] Dload Upload Total Spent Left Speed [2024-10-22T06:25:22.881Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32887 100 66 100 32821 276 134k --:--:-- --:--:-- --:--:-- 134k [2024-10-22T06:25:22.881Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2024-10-22T06:25:22.881Z] [2024-10-22T06:25:22.881Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/734/openapi/core-metadata.yaml] [2024-10-22T06:25:22.881Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-10-22T06:25:22.881Z] Dload Upload Total Spent Left Speed [2024-10-22T06:25:23.454Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 154k 0 0 100 154k 0 325k --:--:-- --:--:-- --:--:-- 325k [2024-10-22T06:25:23.455Z] [2024-10-22T06:25:23.455Z] [2024-10-22T06:25:23.455Z] [publishToSwagger] Publishing API Name [support-cron-scheduler] [/w/workspace/edgex-go/734/openapi/support-cron-scheduler.yaml] [2024-10-22T06:25:23.455Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-10-22T06:25:23.455Z] Dload Upload Total Spent Left Speed [2024-10-22T06:25:23.715Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50731 0 0 100 50731 0 244k --:--:-- --:--:-- --:--:-- 242k 100 50797 100 66 100 50731 242 182k --:--:-- --:--:-- --:--:-- 181k [2024-10-22T06:25:23.715Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2024-10-22T06:25:23.715Z] [2024-10-22T06:25:23.716Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/734/openapi/support-notifications.yaml] [2024-10-22T06:25:23.716Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-10-22T06:25:23.716Z] Dload Upload Total Spent Left Speed [2024-10-22T06:25:24.283Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87301 0 0 100 87301 0 202k --:--:-- --:--:-- --:--:-- 202k [2024-10-22T06:25:24.283Z] [2024-10-22T06:25:24.283Z] [2024-10-22T06:25:24.283Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/734/openapi/support-scheduler.yaml] [2024-10-22T06:25:24.283Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-10-22T06:25:24.283Z] Dload Upload Total Spent Left Speed [2024-10-22T06:25:24.542Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37935 0 0 100 37935 0 98532 --:--:-- --:--:-- --:--:-- 98532 [2024-10-22T06:25:24.542Z] [2024-10-22T06:25:24.542Z] [Pipeline] } [2024-10-22T06:25:24.550Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh [2024-10-22T06:25:24.982Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-10-22T06:25:24.982Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:25:25.284Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-22T06:25:25.284Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-22T06:25:25.382Z] prd-ubuntu20.04-docker-8c-8g-23469 does not seem to be running inside a container [2024-10-22T06:25:25.407Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/734 -v /w/workspace/edgex-go/734:/w/workspace/edgex-go/734:rw,z -v /w/workspace/edgex-go/734@tmp:/w/workspace/edgex-go/734@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-10-22T06:25:25.983Z] $ docker top cdfe333eb15a17dc8056fb597f4496674e4797013f9bcbd0558271a6e107a9a0 -eo pid,comm [2024-10-22T06:25:26.033Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2024-10-22T06:25:26.033Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-10-22T06:25:26.093Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-10-22T06:25:26.094Z] [ssh-agent] Looking for ssh-agent implementation... [2024-10-22T06:25:26.196Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-10-22T06:25:26.193Z] $ docker exec cdfe333eb15a17dc8056fb597f4496674e4797013f9bcbd0558271a6e107a9a0 ssh-agent [2024-10-22T06:25:26.302Z] SSH_AUTH_SOCK=/tmp/ssh-8sBhWAkpLTPs/agent.33 [2024-10-22T06:25:26.302Z] SSH_AGENT_PID=39 [2024-10-22T06:25:26.307Z] Running ssh-add (command line suppressed) [2024-10-22T06:25:26.400Z] Identity added: /w/workspace/edgex-go/734@tmp/private_key_13361142997570076476.key (/w/workspace/edgex-go/734@tmp/private_key_13361142997570076476.key) [2024-10-22T06:25:26.420Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-10-22T06:25:26.717Z] + git semver tag [2024-10-22T06:25:26.976Z] 2024-10-22 06:25:26,895 [run_tag] DEBUG tag force:False [2024-10-22T06:25:26.976Z] 2024-10-22 06:25:26,895 [check_head_tag] DEBUG check head tag [2024-10-22T06:25:26.976Z] 2024-10-22 06:25:26,898 [execute] INFO git cat-file --batch-check [2024-10-22T06:25:26.976Z] 2024-10-22 06:25:26,898 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/734, universal_newlines=False, shell=None, istream=) [2024-10-22T06:25:26.976Z] 2024-10-22 06:25:26,902 [execute] INFO git cat-file --batch [2024-10-22T06:25:26.976Z] 2024-10-22 06:25:26,902 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/734, universal_newlines=False, shell=None, istream=) [2024-10-22T06:25:26.976Z] 2024-10-22 06:25:26,944 [read_version] DEBUG read version from /w/workspace/edgex-go/734/.semver/main [2024-10-22T06:25:26.976Z] 2024-10-22 06:25:26,945 [execute] INFO git tag -a v4.0.0-dev.1 -m v4.0.0-dev.1 [2024-10-22T06:25:26.976Z] 2024-10-22 06:25:26,945 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.0.0-dev.1', '-m', 'v4.0.0-dev.1'], cwd=/w/workspace/edgex-go/734, universal_newlines=False, shell=None, istream=None) [2024-10-22T06:25:26.976Z] 2024-10-22 06:25:26,951 [read_version] DEBUG read version from /w/workspace/edgex-go/734/.semver/main [2024-10-22T06:25:26.976Z] 4.0.0-dev.1 [Pipeline] } [2024-10-22T06:25:26.977Z] $ docker exec --env ******** --env ******** cdfe333eb15a17dc8056fb597f4496674e4797013f9bcbd0558271a6e107a9a0 ssh-agent -k [2024-10-22T06:25:27.078Z] unset SSH_AUTH_SOCK; [2024-10-22T06:25:27.078Z] unset SSH_AGENT_PID; [2024-10-22T06:25:27.078Z] echo Agent pid 39 killed; [2024-10-22T06:25:27.094Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-10-22T06:25:27.423Z] + git semver [Pipeline] } [2024-10-22T06:25:27.689Z] $ docker stop --time=1 cdfe333eb15a17dc8056fb597f4496674e4797013f9bcbd0558271a6e107a9a0 [2024-10-22T06:25:28.992Z] $ docker rm -f --volumes cdfe333eb15a17dc8056fb597f4496674e4797013f9bcbd0558271a6e107a9a0 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:25:29.435Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-10-22T06:25:29.435Z] [2024-10-22T06:25:29.435Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:25:29.744Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-10-22T06:25:29.744Z] 0.23.1-centos7: Pulling from edgex-lftools [2024-10-22T06:25:29.744Z] ab5ef0e58194: Pulling fs layer [2024-10-22T06:25:29.744Z] 9712f1f96733: Pulling fs layer [2024-10-22T06:25:29.744Z] 63f879dbbcfc: Pulling fs layer [2024-10-22T06:25:29.744Z] 0d9ebad4ef96: Pulling fs layer [2024-10-22T06:25:29.744Z] e9a5061849ea: Pulling fs layer [2024-10-22T06:25:29.744Z] d747dcd14b5f: Pulling fs layer [2024-10-22T06:25:29.744Z] 2de7ff778b66: Pulling fs layer [2024-10-22T06:25:29.744Z] 0d9ebad4ef96: Waiting [2024-10-22T06:25:29.744Z] 2de7ff778b66: Waiting [2024-10-22T06:25:29.744Z] d747dcd14b5f: Waiting [2024-10-22T06:25:29.744Z] 9712f1f96733: Verifying Checksum [2024-10-22T06:25:29.744Z] 9712f1f96733: Download complete [2024-10-22T06:25:30.003Z] 63f879dbbcfc: Verifying Checksum [2024-10-22T06:25:30.003Z] 63f879dbbcfc: Download complete [2024-10-22T06:25:30.262Z] e9a5061849ea: Verifying Checksum [2024-10-22T06:25:30.262Z] e9a5061849ea: Download complete [2024-10-22T06:25:30.262Z] d747dcd14b5f: Download complete [2024-10-22T06:25:30.262Z] 0d9ebad4ef96: Verifying Checksum [2024-10-22T06:25:30.262Z] 0d9ebad4ef96: Download complete [2024-10-22T06:25:30.262Z] ab5ef0e58194: Verifying Checksum [2024-10-22T06:25:30.262Z] ab5ef0e58194: Download complete [2024-10-22T06:25:30.262Z] 2de7ff778b66: Verifying Checksum [2024-10-22T06:25:30.262Z] 2de7ff778b66: Download complete [2024-10-22T06:25:32.793Z] ab5ef0e58194: Pull complete [2024-10-22T06:25:33.051Z] 9712f1f96733: Pull complete [2024-10-22T06:25:33.617Z] 63f879dbbcfc: Pull complete [2024-10-22T06:25:37.814Z] 0d9ebad4ef96: Pull complete [2024-10-22T06:25:38.073Z] e9a5061849ea: Pull complete [2024-10-22T06:25:38.073Z] d747dcd14b5f: Pull complete [2024-10-22T06:25:39.448Z] 2de7ff778b66: Pull complete [2024-10-22T06:25:39.449Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2024-10-22T06:25:39.449Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-10-22T06:25:39.449Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-22T06:25:39.549Z] prd-ubuntu20.04-docker-8c-8g-23469 does not seem to be running inside a container [2024-10-22T06:25:39.572Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/734 -v /w/workspace/edgex-go/734:/w/workspace/edgex-go/734:rw,z -v /w/workspace/edgex-go/734@tmp:/w/workspace/edgex-go/734@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2024-10-22T06:25:46.356Z] $ docker top 554c3898cf6975e44cf5c31b54d5ad588958b17e751514d82eec6dba42579ebf -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2024-10-22T06:25:46.434Z] provisioning config files... [2024-10-22T06:25:46.441Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/734@tmp/config14530816264462366566tmp [2024-10-22T06:25:46.450Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/734@tmp/config4214959856531622238tmp [2024-10-22T06:25:46.457Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/734@tmp/config13511095996536296676tmp [Pipeline] { [Pipeline] echo [2024-10-22T06:25:46.481Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-22T06:25:46.783Z] ---> sigul-configuration.sh [2024-10-22T06:25:46.783Z] gpg: directory `/root/.gnupg' created [2024-10-22T06:25:46.783Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2024-10-22T06:25:46.783Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2024-10-22T06:25:46.783Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2024-10-22T06:25:46.783Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2024-10-22T06:25:46.783Z] gpg: CAST5 encrypted data [2024-10-22T06:25:46.783Z] gpg: encrypted with 1 passphrase [2024-10-22T06:25:46.783Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2024-10-22T06:25:47.074Z] + mkdir /home/jenkins [2024-10-22T06:25:47.075Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2024-10-22T06:25:47.365Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2024-10-22T06:25:47.377Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-22T06:25:47.668Z] ---> sigul-install.sh [2024-10-22T06:25:47.668Z] Sigul already installed; skipping installation. [Pipeline] sh [2024-10-22T06:25:47.961Z] + git tag --list [2024-10-22T06:25:47.961Z] 0.6.0 [2024-10-22T06:25:47.961Z] 0.6.1 [2024-10-22T06:25:47.961Z] 0.7.0 [2024-10-22T06:25:47.961Z] 0.7.1 [2024-10-22T06:25:47.961Z] v1.0.0 [2024-10-22T06:25:47.961Z] v1.0.1 [2024-10-22T06:25:47.961Z] v1.1.0 [2024-10-22T06:25:47.961Z] v1.2.0 [2024-10-22T06:25:47.961Z] v1.2.1 [2024-10-22T06:25:47.961Z] v1.3.0 [2024-10-22T06:25:47.961Z] v1.3.1 [2024-10-22T06:25:47.961Z] v2.0.0 [2024-10-22T06:25:47.961Z] v2.1.0 [2024-10-22T06:25:47.961Z] v2.1.1 [2024-10-22T06:25:47.961Z] v2.2.0 [2024-10-22T06:25:47.961Z] v2.3.0 [2024-10-22T06:25:47.961Z] v3.0 [2024-10-22T06:25:47.961Z] v3.0.0 [2024-10-22T06:25:47.961Z] v3.1 [2024-10-22T06:25:47.961Z] v3.1.0 [2024-10-22T06:25:47.961Z] v3.1.0-dev.1 [2024-10-22T06:25:47.961Z] v3.1.0-dev.10 [2024-10-22T06:25:47.961Z] v3.1.0-dev.11 [2024-10-22T06:25:47.961Z] v3.1.0-dev.12 [2024-10-22T06:25:47.961Z] v3.1.0-dev.13 [2024-10-22T06:25:47.961Z] v3.1.0-dev.14 [2024-10-22T06:25:47.961Z] v3.1.0-dev.15 [2024-10-22T06:25:47.961Z] v3.1.0-dev.16 [2024-10-22T06:25:47.961Z] v3.1.0-dev.17 [2024-10-22T06:25:47.961Z] v3.1.0-dev.18 [2024-10-22T06:25:47.961Z] v3.1.0-dev.19 [2024-10-22T06:25:47.961Z] v3.1.0-dev.2 [2024-10-22T06:25:47.961Z] v3.1.0-dev.20 [2024-10-22T06:25:47.961Z] v3.1.0-dev.21 [2024-10-22T06:25:47.961Z] v3.1.0-dev.22 [2024-10-22T06:25:47.961Z] v3.1.0-dev.23 [2024-10-22T06:25:47.961Z] v3.1.0-dev.24 [2024-10-22T06:25:47.961Z] v3.1.0-dev.25 [2024-10-22T06:25:47.961Z] v3.1.0-dev.26 [2024-10-22T06:25:47.961Z] v3.1.0-dev.27 [2024-10-22T06:25:47.961Z] v3.1.0-dev.28 [2024-10-22T06:25:47.961Z] v3.1.0-dev.29 [2024-10-22T06:25:47.961Z] v3.1.0-dev.3 [2024-10-22T06:25:47.961Z] v3.1.0-dev.30 [2024-10-22T06:25:47.961Z] v3.1.0-dev.31 [2024-10-22T06:25:47.961Z] v3.1.0-dev.32 [2024-10-22T06:25:47.961Z] v3.1.0-dev.33 [2024-10-22T06:25:47.961Z] v3.1.0-dev.34 [2024-10-22T06:25:47.961Z] v3.1.0-dev.35 [2024-10-22T06:25:47.961Z] v3.1.0-dev.36 [2024-10-22T06:25:47.961Z] v3.1.0-dev.37 [2024-10-22T06:25:47.961Z] v3.1.0-dev.38 [2024-10-22T06:25:47.961Z] v3.1.0-dev.39 [2024-10-22T06:25:47.961Z] v3.1.0-dev.4 [2024-10-22T06:25:47.961Z] v3.1.0-dev.40 [2024-10-22T06:25:47.961Z] v3.1.0-dev.41 [2024-10-22T06:25:47.961Z] v3.1.0-dev.42 [2024-10-22T06:25:47.961Z] v3.1.0-dev.43 [2024-10-22T06:25:47.961Z] v3.1.0-dev.44 [2024-10-22T06:25:47.961Z] v3.1.0-dev.45 [2024-10-22T06:25:47.961Z] v3.1.0-dev.46 [2024-10-22T06:25:47.961Z] v3.1.0-dev.47 [2024-10-22T06:25:47.961Z] v3.1.0-dev.48 [2024-10-22T06:25:47.961Z] v3.1.0-dev.49 [2024-10-22T06:25:47.961Z] v3.1.0-dev.5 [2024-10-22T06:25:47.961Z] v3.1.0-dev.50 [2024-10-22T06:25:47.961Z] v3.1.0-dev.51 [2024-10-22T06:25:47.961Z] v3.1.0-dev.52 [2024-10-22T06:25:47.961Z] v3.1.0-dev.53 [2024-10-22T06:25:47.961Z] v3.1.0-dev.54 [2024-10-22T06:25:47.961Z] v3.1.0-dev.55 [2024-10-22T06:25:47.961Z] v3.1.0-dev.56 [2024-10-22T06:25:47.961Z] v3.1.0-dev.57 [2024-10-22T06:25:47.961Z] v3.1.0-dev.58 [2024-10-22T06:25:47.961Z] v3.1.0-dev.59 [2024-10-22T06:25:47.961Z] v3.1.0-dev.6 [2024-10-22T06:25:47.961Z] v3.1.0-dev.60 [2024-10-22T06:25:47.961Z] v3.1.0-dev.61 [2024-10-22T06:25:47.961Z] v3.1.0-dev.62 [2024-10-22T06:25:47.961Z] v3.1.0-dev.63 [2024-10-22T06:25:47.961Z] v3.1.0-dev.64 [2024-10-22T06:25:47.961Z] v3.1.0-dev.65 [2024-10-22T06:25:47.961Z] v3.1.0-dev.66 [2024-10-22T06:25:47.961Z] v3.1.0-dev.67 [2024-10-22T06:25:47.961Z] v3.1.0-dev.68 [2024-10-22T06:25:47.961Z] v3.1.0-dev.69 [2024-10-22T06:25:47.961Z] v3.1.0-dev.7 [2024-10-22T06:25:47.961Z] v3.1.0-dev.70 [2024-10-22T06:25:47.961Z] v3.1.0-dev.71 [2024-10-22T06:25:47.961Z] v3.1.0-dev.72 [2024-10-22T06:25:47.961Z] v3.1.0-dev.73 [2024-10-22T06:25:47.961Z] v3.1.0-dev.8 [2024-10-22T06:25:47.961Z] v3.1.0-dev.9 [2024-10-22T06:25:47.961Z] v3.1.1 [2024-10-22T06:25:47.961Z] v3.1.1-dev.1 [2024-10-22T06:25:47.961Z] v3.1.1-dev.2 [2024-10-22T06:25:47.961Z] v3.2.0-dev.1 [2024-10-22T06:25:47.961Z] v3.2.0-dev.10 [2024-10-22T06:25:47.961Z] v3.2.0-dev.100 [2024-10-22T06:25:47.961Z] v3.2.0-dev.101 [2024-10-22T06:25:47.961Z] v3.2.0-dev.102 [2024-10-22T06:25:47.961Z] v3.2.0-dev.103 [2024-10-22T06:25:47.961Z] v3.2.0-dev.104 [2024-10-22T06:25:47.961Z] v3.2.0-dev.105 [2024-10-22T06:25:47.961Z] v3.2.0-dev.106 [2024-10-22T06:25:47.961Z] v3.2.0-dev.107 [2024-10-22T06:25:47.961Z] v3.2.0-dev.108 [2024-10-22T06:25:47.961Z] v3.2.0-dev.109 [2024-10-22T06:25:47.961Z] v3.2.0-dev.11 [2024-10-22T06:25:47.961Z] v3.2.0-dev.12 [2024-10-22T06:25:47.961Z] v3.2.0-dev.13 [2024-10-22T06:25:47.961Z] v3.2.0-dev.14 [2024-10-22T06:25:47.961Z] v3.2.0-dev.15 [2024-10-22T06:25:47.961Z] v3.2.0-dev.16 [2024-10-22T06:25:47.961Z] v3.2.0-dev.17 [2024-10-22T06:25:47.961Z] v3.2.0-dev.18 [2024-10-22T06:25:47.961Z] v3.2.0-dev.19 [2024-10-22T06:25:47.961Z] v3.2.0-dev.2 [2024-10-22T06:25:47.961Z] v3.2.0-dev.20 [2024-10-22T06:25:47.961Z] v3.2.0-dev.21 [2024-10-22T06:25:47.961Z] v3.2.0-dev.22 [2024-10-22T06:25:47.961Z] v3.2.0-dev.23 [2024-10-22T06:25:47.961Z] v3.2.0-dev.24 [2024-10-22T06:25:47.961Z] v3.2.0-dev.25 [2024-10-22T06:25:47.961Z] v3.2.0-dev.26 [2024-10-22T06:25:47.961Z] v3.2.0-dev.27 [2024-10-22T06:25:47.961Z] v3.2.0-dev.28 [2024-10-22T06:25:47.961Z] v3.2.0-dev.29 [2024-10-22T06:25:47.961Z] v3.2.0-dev.3 [2024-10-22T06:25:47.961Z] v3.2.0-dev.30 [2024-10-22T06:25:47.961Z] v3.2.0-dev.31 [2024-10-22T06:25:47.961Z] v3.2.0-dev.32 [2024-10-22T06:25:47.961Z] v3.2.0-dev.33 [2024-10-22T06:25:47.961Z] v3.2.0-dev.34 [2024-10-22T06:25:47.961Z] v3.2.0-dev.35 [2024-10-22T06:25:47.961Z] v3.2.0-dev.36 [2024-10-22T06:25:47.961Z] v3.2.0-dev.37 [2024-10-22T06:25:47.961Z] v3.2.0-dev.38 [2024-10-22T06:25:47.961Z] v3.2.0-dev.39 [2024-10-22T06:25:47.961Z] v3.2.0-dev.4 [2024-10-22T06:25:47.961Z] v3.2.0-dev.40 [2024-10-22T06:25:47.961Z] v3.2.0-dev.41 [2024-10-22T06:25:47.961Z] v3.2.0-dev.42 [2024-10-22T06:25:47.961Z] v3.2.0-dev.43 [2024-10-22T06:25:47.961Z] v3.2.0-dev.44 [2024-10-22T06:25:47.961Z] v3.2.0-dev.45 [2024-10-22T06:25:47.961Z] v3.2.0-dev.46 [2024-10-22T06:25:47.961Z] v3.2.0-dev.47 [2024-10-22T06:25:47.961Z] v3.2.0-dev.48 [2024-10-22T06:25:47.961Z] v3.2.0-dev.49 [2024-10-22T06:25:47.961Z] v3.2.0-dev.5 [2024-10-22T06:25:47.961Z] v3.2.0-dev.50 [2024-10-22T06:25:47.961Z] v3.2.0-dev.51 [2024-10-22T06:25:47.961Z] v3.2.0-dev.52 [2024-10-22T06:25:47.961Z] v3.2.0-dev.53 [2024-10-22T06:25:47.961Z] v3.2.0-dev.54 [2024-10-22T06:25:47.961Z] v3.2.0-dev.55 [2024-10-22T06:25:47.961Z] v3.2.0-dev.56 [2024-10-22T06:25:47.961Z] v3.2.0-dev.57 [2024-10-22T06:25:47.961Z] v3.2.0-dev.58 [2024-10-22T06:25:47.961Z] v3.2.0-dev.59 [2024-10-22T06:25:47.961Z] v3.2.0-dev.6 [2024-10-22T06:25:47.961Z] v3.2.0-dev.60 [2024-10-22T06:25:47.961Z] v3.2.0-dev.61 [2024-10-22T06:25:47.961Z] v3.2.0-dev.62 [2024-10-22T06:25:47.961Z] v3.2.0-dev.63 [2024-10-22T06:25:47.961Z] v3.2.0-dev.64 [2024-10-22T06:25:47.961Z] v3.2.0-dev.65 [2024-10-22T06:25:47.961Z] v3.2.0-dev.66 [2024-10-22T06:25:47.961Z] v3.2.0-dev.67 [2024-10-22T06:25:47.961Z] v3.2.0-dev.68 [2024-10-22T06:25:47.961Z] v3.2.0-dev.69 [2024-10-22T06:25:47.961Z] v3.2.0-dev.7 [2024-10-22T06:25:47.961Z] v3.2.0-dev.70 [2024-10-22T06:25:47.961Z] v3.2.0-dev.71 [2024-10-22T06:25:47.961Z] v3.2.0-dev.72 [2024-10-22T06:25:47.961Z] v3.2.0-dev.73 [2024-10-22T06:25:47.961Z] v3.2.0-dev.74 [2024-10-22T06:25:47.961Z] v3.2.0-dev.75 [2024-10-22T06:25:47.961Z] v3.2.0-dev.76 [2024-10-22T06:25:47.961Z] v3.2.0-dev.77 [2024-10-22T06:25:47.961Z] v3.2.0-dev.78 [2024-10-22T06:25:47.961Z] v3.2.0-dev.79 [2024-10-22T06:25:47.961Z] v3.2.0-dev.8 [2024-10-22T06:25:47.961Z] v3.2.0-dev.80 [2024-10-22T06:25:47.961Z] v3.2.0-dev.81 [2024-10-22T06:25:47.961Z] v3.2.0-dev.82 [2024-10-22T06:25:47.961Z] v3.2.0-dev.83 [2024-10-22T06:25:47.961Z] v3.2.0-dev.84 [2024-10-22T06:25:47.961Z] v3.2.0-dev.85 [2024-10-22T06:25:47.961Z] v3.2.0-dev.86 [2024-10-22T06:25:47.961Z] v3.2.0-dev.87 [2024-10-22T06:25:47.961Z] v3.2.0-dev.88 [2024-10-22T06:25:47.961Z] v3.2.0-dev.89 [2024-10-22T06:25:47.961Z] v3.2.0-dev.9 [2024-10-22T06:25:47.961Z] v3.2.0-dev.90 [2024-10-22T06:25:47.961Z] v3.2.0-dev.91 [2024-10-22T06:25:47.961Z] v3.2.0-dev.92 [2024-10-22T06:25:47.961Z] v3.2.0-dev.93 [2024-10-22T06:25:47.961Z] v3.2.0-dev.94 [2024-10-22T06:25:47.961Z] v3.2.0-dev.95 [2024-10-22T06:25:47.961Z] v3.2.0-dev.96 [2024-10-22T06:25:47.961Z] v3.2.0-dev.97 [2024-10-22T06:25:47.961Z] v3.2.0-dev.98 [2024-10-22T06:25:47.961Z] v3.2.0-dev.99 [2024-10-22T06:25:47.961Z] v4.0.0-dev.1 [Pipeline] sh [2024-10-22T06:25:48.255Z] + lftools sign git-tag v4.0.0-dev.1 [2024-10-22T06:25:48.825Z] Signing Git tag with Sigul... [2024-10-22T06:25:48.825Z] Signing v4.0.0-dev.1 [Pipeline] echo [2024-10-22T06:25:49.100Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-22T06:25:49.392Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2024-10-22T06:25:49.400Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2024-10-22T06:25:49.423Z] $ docker stop --time=1 554c3898cf6975e44cf5c31b54d5ad588958b17e751514d82eec6dba42579ebf [2024-10-22T06:25:51.142Z] $ docker rm -f --volumes 554c3898cf6975e44cf5c31b54d5ad588958b17e751514d82eec6dba42579ebf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2024-10-22T06:25:51.615Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-10-22T06:25:51.615Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:25:51.914Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-22T06:25:51.914Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-22T06:25:51.984Z] prd-ubuntu20.04-docker-8c-8g-23469 does not seem to be running inside a container [2024-10-22T06:25:52.001Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/734 -v /w/workspace/edgex-go/734:/w/workspace/edgex-go/734:rw,z -v /w/workspace/edgex-go/734@tmp:/w/workspace/edgex-go/734@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-10-22T06:25:52.953Z] $ docker top a80a785ba5296385c216fab41d1e52bfd706b5700b095ac80a92adb41f5e6d38 -eo pid,comm [2024-10-22T06:25:52.999Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2024-10-22T06:25:52.999Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-10-22T06:25:53.053Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-10-22T06:25:53.053Z] [ssh-agent] Looking for ssh-agent implementation... [2024-10-22T06:25:53.158Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-10-22T06:25:53.154Z] $ docker exec a80a785ba5296385c216fab41d1e52bfd706b5700b095ac80a92adb41f5e6d38 ssh-agent [2024-10-22T06:25:53.260Z] SSH_AUTH_SOCK=/tmp/ssh-ipJLvzxFQfXT/agent.21 [2024-10-22T06:25:53.260Z] SSH_AGENT_PID=38 [2024-10-22T06:25:53.266Z] Running ssh-add (command line suppressed) [2024-10-22T06:25:53.362Z] Identity added: /w/workspace/edgex-go/734@tmp/private_key_16370197044640576349.key (/w/workspace/edgex-go/734@tmp/private_key_16370197044640576349.key) [2024-10-22T06:25:53.395Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-10-22T06:25:53.689Z] + git semver bump pre [2024-10-22T06:25:53.949Z] 2024-10-22 06:25:53,882 [read_version] DEBUG read version from /w/workspace/edgex-go/734/.semver/main [2024-10-22T06:25:53.949Z] 2024-10-22 06:25:53,882 [bump_version] DEBUG bumping version:4.0.0-dev.1 on axis:pre with prefix:dev [2024-10-22T06:25:53.949Z] 2024-10-22 06:25:53,882 [bump_version] DEBUG bumped version:4.0.0-dev.2 [2024-10-22T06:25:53.949Z] 2024-10-22 06:25:53,882 [write_version] DEBUG write version:4.0.0-dev.2 to path:/w/workspace/edgex-go/734/.semver/main with force:True [2024-10-22T06:25:53.949Z] 2024-10-22 06:25:53,882 [read_version] DEBUG read version from /w/workspace/edgex-go/734/.semver/main [2024-10-22T06:25:53.949Z] 2024-10-22 06:25:53,882 [write_file] DEBUG write to file:/w/workspace/edgex-go/734/.semver/main [2024-10-22T06:25:53.949Z] 2024-10-22 06:25:53,885 [execute] INFO git cat-file --batch-check [2024-10-22T06:25:53.949Z] 2024-10-22 06:25:53,885 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/734/.semver, universal_newlines=False, shell=None, istream=) [2024-10-22T06:25:53.949Z] 2024-10-22 06:25:53,892 [execute] INFO git cat-file --batch [2024-10-22T06:25:53.949Z] 2024-10-22 06:25:53,892 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/734/.semver, universal_newlines=False, shell=None, istream=) [2024-10-22T06:25:53.949Z] 2024-10-22 06:25:53,897 [read_version] DEBUG read version from /w/workspace/edgex-go/734/.semver/main [2024-10-22T06:25:53.949Z] 4.0.0-dev.2 [Pipeline] } [2024-10-22T06:25:53.949Z] $ docker exec --env ******** --env ******** a80a785ba5296385c216fab41d1e52bfd706b5700b095ac80a92adb41f5e6d38 ssh-agent -k [2024-10-22T06:25:54.038Z] unset SSH_AUTH_SOCK; [2024-10-22T06:25:54.038Z] unset SSH_AGENT_PID; [2024-10-22T06:25:54.038Z] echo Agent pid 38 killed; [2024-10-22T06:25:54.054Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-10-22T06:25:54.380Z] + git semver [Pipeline] } [2024-10-22T06:25:54.644Z] $ docker stop --time=1 a80a785ba5296385c216fab41d1e52bfd706b5700b095ac80a92adb41f5e6d38 [2024-10-22T06:25:55.962Z] $ docker rm -f --volumes a80a785ba5296385c216fab41d1e52bfd706b5700b095ac80a92adb41f5e6d38 [Pipeline] // withDockerContainer [Pipeline] sh [2024-10-22T06:25:56.322Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-10-22T06:25:56.323Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:25:56.624Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-22T06:25:56.624Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-22T06:25:56.703Z] prd-ubuntu20.04-docker-8c-8g-23469 does not seem to be running inside a container [2024-10-22T06:25:56.722Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/734 -v /w/workspace/edgex-go/734:/w/workspace/edgex-go/734:rw,z -v /w/workspace/edgex-go/734@tmp:/w/workspace/edgex-go/734@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-10-22T06:25:57.069Z] $ docker top 4c14a0f527a630f603b155973d88381bdd0e78f6855c73fe69164ad5f293d46c -eo pid,comm [2024-10-22T06:25:57.119Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2024-10-22T06:25:57.119Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-10-22T06:25:57.170Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-10-22T06:25:57.170Z] [ssh-agent] Looking for ssh-agent implementation... [2024-10-22T06:25:57.274Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-10-22T06:25:57.270Z] $ docker exec 4c14a0f527a630f603b155973d88381bdd0e78f6855c73fe69164ad5f293d46c ssh-agent [2024-10-22T06:25:57.420Z] SSH_AUTH_SOCK=/tmp/ssh-DLAOsW525aaQ/agent.32 [2024-10-22T06:25:57.420Z] SSH_AGENT_PID=38 [2024-10-22T06:25:57.423Z] Running ssh-add (command line suppressed) [2024-10-22T06:25:57.508Z] Identity added: /w/workspace/edgex-go/734@tmp/private_key_17920905409854384407.key (/w/workspace/edgex-go/734@tmp/private_key_17920905409854384407.key) [2024-10-22T06:25:57.528Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-10-22T06:25:57.817Z] + git semver push [2024-10-22T06:25:58.077Z] 2024-10-22 06:25:57,976 [run_push] DEBUG push [2024-10-22T06:25:58.077Z] 2024-10-22 06:25:57,976 [execute] INFO git cat-file --batch-check [2024-10-22T06:25:58.077Z] 2024-10-22 06:25:57,977 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/734/.semver, universal_newlines=False, shell=None, istream=) [2024-10-22T06:25:58.077Z] 2024-10-22 06:25:57,981 [execute] INFO git rev-list f1a530436407780932055c6d61587bb0f54e86ca -- [2024-10-22T06:25:58.077Z] 2024-10-22 06:25:57,981 [execute] DEBUG Popen(['git', 'rev-list', 'f1a530436407780932055c6d61587bb0f54e86ca', '--'], cwd=/w/workspace/edgex-go/734/.semver, universal_newlines=False, shell=None, istream=None) [2024-10-22T06:25:58.077Z] 2024-10-22 06:25:57,999 [execute] INFO git fetch -v origin [2024-10-22T06:25:58.077Z] 2024-10-22 06:25:57,999 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/734/.semver, universal_newlines=True, shell=None, istream=None) [2024-10-22T06:25:58.643Z] 2024-10-22 06:25:58,431 [run_push] DEBUG no remote changes detected [2024-10-22T06:25:58.643Z] 2024-10-22 06:25:58,431 [execute] INFO git push origin semver [2024-10-22T06:25:58.643Z] 2024-10-22 06:25:58,432 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/734/.semver, universal_newlines=False, shell=None, istream=None) [2024-10-22T06:25:59.212Z] 2024-10-22 06:25:59,171 [run_push] DEBUG push all version tags [2024-10-22T06:25:59.212Z] 2024-10-22 06:25:59,171 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2024-10-22T06:25:59.212Z] 2024-10-22 06:25:59,172 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/734, universal_newlines=False, shell=None, istream=None) [2024-10-22T06:26:00.151Z] 2024-10-22 06:25:59,815 [read_version] DEBUG read version from /w/workspace/edgex-go/734/.semver/main [2024-10-22T06:26:00.151Z] 4.0.0-dev.2 [Pipeline] } [2024-10-22T06:26:00.154Z] $ docker exec --env ******** --env ******** 4c14a0f527a630f603b155973d88381bdd0e78f6855c73fe69164ad5f293d46c ssh-agent -k [2024-10-22T06:26:00.252Z] unset SSH_AUTH_SOCK; [2024-10-22T06:26:00.253Z] unset SSH_AGENT_PID; [2024-10-22T06:26:00.253Z] echo Agent pid 38 killed; [2024-10-22T06:26:00.271Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-10-22T06:26:00.600Z] + git semver [Pipeline] } [2024-10-22T06:26:00.865Z] $ docker stop --time=1 4c14a0f527a630f603b155973d88381bdd0e78f6855c73fe69164ad5f293d46c [2024-10-22T06:26:02.225Z] $ docker rm -f --volumes 4c14a0f527a630f603b155973d88381bdd0e78f6855c73fe69164ad5f293d46c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2024-10-22T06:26:02.790Z] + [ -d /w/workspace/edgex-go/734/archives ] [Pipeline] libraryResource [Pipeline] sh [2024-10-22T06:26:03.083Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-22T06:26:03.943Z] ---> package-listing.sh [2024-10-22T06:26:03.943Z] ++ facter osfamily [2024-10-22T06:26:03.943Z] ++ tr '[:upper:]' '[:lower:]' [2024-10-22T06:26:04.204Z] + OS_FAMILY=debian [2024-10-22T06:26:04.204Z] + workspace=/w/workspace/edgex-go/734 [2024-10-22T06:26:04.204Z] + START_PACKAGES=/tmp/packages_start.txt [2024-10-22T06:26:04.204Z] + END_PACKAGES=/tmp/packages_end.txt [2024-10-22T06:26:04.204Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-10-22T06:26:04.204Z] + PACKAGES=/tmp/packages_start.txt [2024-10-22T06:26:04.204Z] + '[' /w/workspace/edgex-go/734 ']' [2024-10-22T06:26:04.204Z] + PACKAGES=/tmp/packages_end.txt [2024-10-22T06:26:04.204Z] + case "${OS_FAMILY}" in [2024-10-22T06:26:04.204Z] + dpkg -l [2024-10-22T06:26:04.204Z] + grep '^ii' [2024-10-22T06:26:04.204Z] + '[' -f /tmp/packages_start.txt ']' [2024-10-22T06:26:04.204Z] + '[' -f /tmp/packages_end.txt ']' [2024-10-22T06:26:04.204Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-10-22T06:26:04.204Z] + '[' /w/workspace/edgex-go/734 ']' [2024-10-22T06:26:04.204Z] + mkdir -p /w/workspace/edgex-go/734/archives/ [2024-10-22T06:26:04.204Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/734/archives/ [Pipeline] echo [2024-10-22T06:26:04.217Z] 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/734/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2024-10-22T06:26:04.496Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:26:05.057Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-10-22T06:26:05.057Z] [2024-10-22T06:26:05.057Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-22T06:26:05.363Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-10-22T06:26:05.624Z] latest: Pulling from edgex-lftools-log-publisher [2024-10-22T06:26:05.624Z] 5eb5b503b376: Pulling fs layer [2024-10-22T06:26:05.624Z] 5c69ac0246d0: Pulling fs layer [2024-10-22T06:26:05.624Z] ec43610c2a17: Pulling fs layer [2024-10-22T06:26:05.624Z] 3a2ae6a8a46f: Pulling fs layer [2024-10-22T06:26:05.624Z] 33b1e0a273af: Pulling fs layer [2024-10-22T06:26:05.624Z] 5d3b04190fa2: Pulling fs layer [2024-10-22T06:26:05.624Z] 2f39f015ded8: Pulling fs layer [2024-10-22T06:26:05.624Z] 3a2ae6a8a46f: Waiting [2024-10-22T06:26:05.624Z] 33b1e0a273af: Waiting [2024-10-22T06:26:05.624Z] 5d3b04190fa2: Waiting [2024-10-22T06:26:05.624Z] 2f39f015ded8: Waiting [2024-10-22T06:26:05.624Z] 5c69ac0246d0: Verifying Checksum [2024-10-22T06:26:05.624Z] 5c69ac0246d0: Download complete [2024-10-22T06:26:05.624Z] 3a2ae6a8a46f: Verifying Checksum [2024-10-22T06:26:05.624Z] 3a2ae6a8a46f: Download complete [2024-10-22T06:26:05.624Z] 33b1e0a273af: Verifying Checksum [2024-10-22T06:26:05.624Z] 33b1e0a273af: Download complete [2024-10-22T06:26:05.624Z] 5d3b04190fa2: Download complete [2024-10-22T06:26:05.624Z] ec43610c2a17: Verifying Checksum [2024-10-22T06:26:05.624Z] ec43610c2a17: Download complete [2024-10-22T06:26:05.883Z] 5eb5b503b376: Verifying Checksum [2024-10-22T06:26:05.883Z] 5eb5b503b376: Download complete [2024-10-22T06:26:06.449Z] 2f39f015ded8: Download complete [2024-10-22T06:26:07.399Z] 5eb5b503b376: Pull complete [2024-10-22T06:26:07.659Z] 5c69ac0246d0: Pull complete [2024-10-22T06:26:08.226Z] ec43610c2a17: Pull complete [2024-10-22T06:26:08.226Z] 3a2ae6a8a46f: Pull complete [2024-10-22T06:26:08.483Z] 33b1e0a273af: Pull complete [2024-10-22T06:26:08.484Z] 5d3b04190fa2: Pull complete [2024-10-22T06:26:12.679Z] 2f39f015ded8: Pull complete [2024-10-22T06:26:12.938Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-10-22T06:26:12.938Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-10-22T06:26:12.938Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-22T06:26:13.041Z] prd-ubuntu20.04-docker-8c-8g-23469 does not seem to be running inside a container [2024-10-22T06:26:13.074Z] $ 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/734/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/734 -v /w/workspace/edgex-go/734:/w/workspace/edgex-go/734:rw,z -v /w/workspace/edgex-go/734@tmp:/w/workspace/edgex-go/734@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2024-10-22T06:26:17.538Z] $ docker top 06a1218ce49bdb23bcfeea1b528009903ee63825f65e762335af6570b2e87fd5 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-22T06:26:17.899Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-10-22T06:26:18.186Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-10-22T06:26:18.474Z] + ls /var/log/sa-host [2024-10-22T06:26:18.474Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-10-22T06:26:18.636Z] provisioning config files... [2024-10-22T06:26:18.645Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/734@tmp/config16773893417701775241tmp [Pipeline] { [Pipeline] echo [2024-10-22T06:26:18.662Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-22T06:26:18.946Z] ---> create-netrc.sh [Pipeline] } [2024-10-22T06:26:18.953Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-10-22T06:26:19.306Z] ---> python-tools-install.sh [Pipeline] echo [2024-10-22T06:26:19.315Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-22T06:26:19.598Z] ---> sudo-logs.sh [2024-10-22T06:26:19.598Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-10-22T06:26:19.623Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-22T06:26:19.910Z] ---> job-cost.sh [2024-10-22T06:26:19.910Z] lf-activate-venv: SKIPPING [2024-10-22T06:26:19.910Z] DEBUG: total: 0.10999999940395355 [2024-10-22T06:26:19.910Z] INFO: Retrieving Stack Cost... [2024-10-22T06:26:20.480Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-10-22T06:26:20.740Z] INFO: Archiving Costs [Pipeline] echo [2024-10-22T06:26:20.754Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-22T06:26:21.039Z] ---> logs-deploy.sh [2024-10-22T06:26:21.039Z] lf-activate-venv: SKIPPING [2024-10-22T06:26:21.039Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/734 [2024-10-22T06:26:21.039Z] INFO: archiving workspace using pattern(s): [2024-10-22T06:26:21.977Z] Archives upload complete. [2024-10-22T06:26:22.237Z] INFO: archiving logs to Nexus [2024-10-22T06:26:22.806Z] ---> uname -a: [2024-10-22T06:26:22.806Z] Linux prd-ubuntu20-04-docker-8c-8g-23469 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2024-10-22T06:26:22.806Z] [2024-10-22T06:26:22.806Z] [2024-10-22T06:26:22.806Z] ---> lscpu: [2024-10-22T06:26:22.806Z] Architecture: x86_64 [2024-10-22T06:26:22.806Z] CPU op-mode(s): 32-bit, 64-bit [2024-10-22T06:26:22.806Z] Byte Order: Little Endian [2024-10-22T06:26:22.806Z] Address sizes: 40 bits physical, 48 bits virtual [2024-10-22T06:26:22.806Z] CPU(s): 8 [2024-10-22T06:26:22.806Z] On-line CPU(s) list: 0-7 [2024-10-22T06:26:22.806Z] Thread(s) per core: 1 [2024-10-22T06:26:22.806Z] Core(s) per socket: 1 [2024-10-22T06:26:22.806Z] Socket(s): 8 [2024-10-22T06:26:22.806Z] NUMA node(s): 1 [2024-10-22T06:26:22.806Z] Vendor ID: AuthenticAMD [2024-10-22T06:26:22.806Z] CPU family: 23 [2024-10-22T06:26:22.806Z] Model: 49 [2024-10-22T06:26:22.806Z] Model name: AMD EPYC-Rome Processor [2024-10-22T06:26:22.806Z] Stepping: 0 [2024-10-22T06:26:22.806Z] CPU MHz: 2799.998 [2024-10-22T06:26:22.806Z] BogoMIPS: 5599.99 [2024-10-22T06:26:22.806Z] Virtualization: AMD-V [2024-10-22T06:26:22.806Z] Hypervisor vendor: KVM [2024-10-22T06:26:22.806Z] Virtualization type: full [2024-10-22T06:26:22.806Z] L1d cache: 256 KiB [2024-10-22T06:26:22.806Z] L1i cache: 256 KiB [2024-10-22T06:26:22.806Z] L2 cache: 4 MiB [2024-10-22T06:26:22.806Z] L3 cache: 128 MiB [2024-10-22T06:26:22.806Z] NUMA node0 CPU(s): 0-7 [2024-10-22T06:26:22.806Z] Vulnerability Itlb multihit: Not affected [2024-10-22T06:26:22.806Z] Vulnerability L1tf: Not affected [2024-10-22T06:26:22.806Z] Vulnerability Mds: Not affected [2024-10-22T06:26:22.806Z] Vulnerability Meltdown: Not affected [2024-10-22T06:26:22.806Z] Vulnerability Mmio stale data: Not affected [2024-10-22T06:26:22.806Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2024-10-22T06:26:22.806Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2024-10-22T06:26:22.806Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2024-10-22T06:26:22.806Z] Vulnerability Srbds: Not affected [2024-10-22T06:26:22.806Z] Vulnerability Tsx async abort: Not affected [2024-10-22T06:26:22.806Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2024-10-22T06:26:22.806Z] [2024-10-22T06:26:22.806Z] [2024-10-22T06:26:22.806Z] ---> nproc: [2024-10-22T06:26:22.806Z] 8 [2024-10-22T06:26:22.806Z] [2024-10-22T06:26:22.806Z] [2024-10-22T06:26:22.806Z] ---> df -h: [2024-10-22T06:26:22.806Z] Filesystem Size Used Avail Use% Mounted on [2024-10-22T06:26:22.806Z] overlay 155G 31G 124G 20% / [2024-10-22T06:26:22.806Z] tmpfs 64M 0 64M 0% /dev [2024-10-22T06:26:22.806Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2024-10-22T06:26:22.806Z] shm 64M 0 64M 0% /dev/shm [2024-10-22T06:26:22.806Z] /dev/vda1 155G 31G 124G 20% /facter-os [2024-10-22T06:26:22.806Z] [2024-10-22T06:26:22.806Z]