Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from d5c390cc6addf29fb131b0472a1808282eec31af 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-ssh4722300648349463986.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 33739fb647ab338ef2ce3bfc8312bfbcef468f88 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-ssh7031609588173680261.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 33739fb647ab338ef2ce3bfc8312bfbcef468f88 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-ssh769274821889034705.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 33739fb647ab338ef2ce3bfc8312bfbcef468f88 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 33739fb647ab338ef2ce3bfc8312bfbcef468f88 # timeout=10 Commit message: "Merge pull request #447 from ernestojeda/fix-release-changelog" > 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-ssh9148753860697764670.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-ssh5946764103023084124.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.21 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-956 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/624 [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/624 # 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 d5c390cc6addf29fb131b0472a1808282eec31af (main) Commit message: "Merge pull request #4757 from edgexfoundry/dependabot/go_modules/github.com/fxamacker/cbor/v2-2.6.0" > 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 d5c390cc6addf29fb131b0472a1808282eec31af # timeout=10 > git rev-list --no-walk 2ec6778ce415e1fe71c889d10c23daa94ea8311c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-02-15T05:45:22.931Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-02-15T05:45:23.009Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-02-15T05:45:23.038Z] ========================================================= [2024-02-15T05:45:23.038Z] EdgeX Global Pipelines Version Info [2024-02-15T05:45:23.038Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-02-15T05:45:23.748Z] ------------------- [2024-02-15T05:45:23.748Z] stable info: [2024-02-15T05:45:23.748Z] ------------------- [2024-02-15T05:45:23.748Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2024-02-15T05:45:23.748Z] Commit SHA: 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [2024-02-15T05:45:23.748Z] Message: update stable to v1.0.258 [2024-02-15T05:45:24.321Z] ------------------- [2024-02-15T05:45:24.321Z] experimental info: [2024-02-15T05:45:24.321Z] ------------------- [2024-02-15T05:45:24.321Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2024-02-15T05:45:24.321Z] Commit SHA: 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [2024-02-15T05:45:24.321Z] Message: update experimental to v1.0.258 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-02-15T05:45:24.416Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2024-02-15T05:45:24.436Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2024-02-15T05:45:24.465Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-02-15T05:45:24.489Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-02-15T05:45:24.515Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-02-15T05:45:24.543Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2024-02-15T05:45:24.571Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-02-15T05:45:24.605Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2024-02-15T05:45:24.631Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2024-02-15T05:45:24.662Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2024-02-15T05:45:24.684Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-02-15T05:45:24.713Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-02-15T05:45:24.740Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-02-15T05:45:24.770Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-02-15T05:45:24.803Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-02-15T05:45:24.836Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-02-15T05:45:24.883Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-02-15T05:45:24.919Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-02-15T05:45:24.955Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2024-02-15T05:45:24.989Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2024-02-15T05:45:25.018Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-02-15T05:45:25.056Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-02-15T05:45:25.096Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-02-15T05:45:25.129Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2024-02-15T05:45:25.166Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2024-02-15T05:45:25.198Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2024-02-15T05:45:25.230Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d5c390cc6addf29fb131b0472a1808282eec31af [Pipeline] echo [2024-02-15T05:45:25.264Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d5c390c [Pipeline] echo [2024-02-15T05:45:25.301Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-02-15T05:45:25.386Z] provisioning config files... [2024-02-15T05:45:25.401Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/624@tmp/config14498710845832807245tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-02-15T05:45:25.760Z] ---> ****-login.sh [2024-02-15T05:45:25.761Z] nexus3.edgexfoundry.org:10001 [2024-02-15T05:45:25.761Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-02-15T05:45:26.023Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-02-15T05:45:26.023Z] Configure a credential helper to remove this warning. See [2024-02-15T05:45:26.023Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-02-15T05:45:26.023Z] [2024-02-15T05:45:26.024Z] Login Succeeded [2024-02-15T05:45:26.024Z] nexus3.edgexfoundry.org:10002 [2024-02-15T05:45:26.024Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-02-15T05:45:26.284Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-02-15T05:45:26.284Z] Configure a credential helper to remove this warning. See [2024-02-15T05:45:26.284Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-02-15T05:45:26.284Z] [2024-02-15T05:45:26.284Z] Login Succeeded [2024-02-15T05:45:26.284Z] nexus3.edgexfoundry.org:10003 [2024-02-15T05:45:26.284Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-02-15T05:45:26.284Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-02-15T05:45:26.284Z] Configure a credential helper to remove this warning. See [2024-02-15T05:45:26.284Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-02-15T05:45:26.284Z] [2024-02-15T05:45:26.284Z] Login Succeeded [2024-02-15T05:45:26.284Z] nexus3.edgexfoundry.org:10004 [2024-02-15T05:45:26.284Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-02-15T05:45:26.284Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-02-15T05:45:26.284Z] Configure a credential helper to remove this warning. See [2024-02-15T05:45:26.284Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-02-15T05:45:26.284Z] [2024-02-15T05:45:26.284Z] Login Succeeded [2024-02-15T05:45:26.548Z] ****.io [2024-02-15T05:45:26.548Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-02-15T05:45:26.808Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-02-15T05:45:26.808Z] Configure a credential helper to remove this warning. See [2024-02-15T05:45:26.808Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-02-15T05:45:26.808Z] [2024-02-15T05:45:26.808Z] Login Succeeded [2024-02-15T05:45:26.808Z] ---> ****-login.sh ends [Pipeline] } [2024-02-15T05:45:26.817Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-02-15T05:45:27.181Z] + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2024-02-15T05:45:27.181Z] + dirname cmd/core-command/Dockerfile [2024-02-15T05:45:27.181Z] + cut -d/ -f2 [2024-02-15T05:45:27.181Z] + echo core-command,cmd/core-command/Dockerfile [2024-02-15T05:45:27.181Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2024-02-15T05:45:27.181Z] + cut -d/ -f2 [2024-02-15T05:45:27.181Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2024-02-15T05:45:27.181Z] + dirname cmd/core-data/Dockerfile [2024-02-15T05:45:27.181Z] + cut -d/ -f2 [2024-02-15T05:45:27.181Z] + echo core-data,cmd/core-data/Dockerfile [2024-02-15T05:45:27.181Z] + dirname cmd/core-metadata/Dockerfile [2024-02-15T05:45:27.181Z] + cut -d/ -f2 [2024-02-15T05:45:27.181Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2024-02-15T05:45:27.181Z] + dirname cmd/security-bootstrapper/Dockerfile [2024-02-15T05:45:27.181Z] + cut -d/ -f2 [2024-02-15T05:45:27.181Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2024-02-15T05:45:27.181Z] + dirname cmd/security-proxy-auth/Dockerfile [2024-02-15T05:45:27.181Z] + cut -d/ -f2 [2024-02-15T05:45:27.181Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2024-02-15T05:45:27.181Z] + dirname cmd/security-proxy-setup/Dockerfile [2024-02-15T05:45:27.181Z] + cut -d/ -f2 [2024-02-15T05:45:27.181Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2024-02-15T05:45:27.181Z] + dirname cmd/security-secretstore-setup/Dockerfile [2024-02-15T05:45:27.181Z] + cut -d/ -f2 [2024-02-15T05:45:27.181Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2024-02-15T05:45:27.181Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2024-02-15T05:45:27.181Z] + cut -d/ -f2 [2024-02-15T05:45:27.181Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2024-02-15T05:45:27.181Z] + dirname cmd/security-spire-agent/Dockerfile [2024-02-15T05:45:27.181Z] + cut -d/ -f2 [2024-02-15T05:45:27.181Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2024-02-15T05:45:27.181Z] + dirname cmd/security-spire-config/Dockerfile [2024-02-15T05:45:27.181Z] + cut -d/ -f2 [2024-02-15T05:45:27.181Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2024-02-15T05:45:27.181Z] + dirname cmd/security-spire-server/Dockerfile [2024-02-15T05:45:27.181Z] + cut -d/ -f2 [2024-02-15T05:45:27.181Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2024-02-15T05:45:27.181Z] + dirname cmd/support-notifications/Dockerfile [2024-02-15T05:45:27.181Z] + cut -d/ -f2 [2024-02-15T05:45:27.181Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2024-02-15T05:45:27.181Z] + dirname cmd/support-scheduler/Dockerfile [2024-02-15T05:45:27.181Z] + cut -d/ -f2 [2024-02-15T05:45:27.181Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2024-02-15T05:45:27.223Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2024-02-15T05:45:29.390Z] + git rev-list -1 --merges d5c390cc6addf29fb131b0472a1808282eec31af~1..d5c390cc6addf29fb131b0472a1808282eec31af [Pipeline] echo [2024-02-15T05:45:29.399Z] -----------> git rev-list -1 --merges d5c390cc6addf29fb131b0472a1808282eec31af~1..d5c390cc6addf29fb131b0472a1808282eec31af d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T05:45:29.399Z] d5c390cc6addf29fb131b0472a1808282eec31af [false] [Pipeline] sh [2024-02-15T05:45:29.699Z] + git log --format=format:%s -1 d5c390cc6addf29fb131b0472a1808282eec31af [Pipeline] echo [2024-02-15T05:45:29.714Z] ========================================================= [2024-02-15T05:45:29.714Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-02-15T05:45:29.715Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2024-02-15T05:45:30.193Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-02-15T05:45:30.193Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-02-15T05:45:30.193Z] + [ -e /tmp/ssh_known_hosts ] [2024-02-15T05:45:30.193Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-02-15T05:45:30.193Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=+ [2024-02-15T05:45:30.193Z] sudo tee -a /etc/ssh/ssh_known_hosts [2024-02-15T05:45:30.193Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:45:30.614Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-02-15T05:45:30.614Z] [2024-02-15T05:45:30.614Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:45:30.928Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-02-15T05:45:30.928Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-02-15T05:45:30.928Z] b85a868b505f: Pulling fs layer [2024-02-15T05:45:30.928Z] e2be974225ed: Pulling fs layer [2024-02-15T05:45:30.928Z] 339a4e72a1f5: Pulling fs layer [2024-02-15T05:45:30.928Z] 988bab9f4d93: Pulling fs layer [2024-02-15T05:45:30.928Z] 1469e6f7b9e6: Pulling fs layer [2024-02-15T05:45:30.928Z] eaf3925da568: Pulling fs layer [2024-02-15T05:45:30.928Z] bab4dde63d76: Pulling fs layer [2024-02-15T05:45:30.928Z] bde34c3a00c8: Pulling fs layer [2024-02-15T05:45:30.928Z] b352a97aabf1: Pulling fs layer [2024-02-15T05:45:30.928Z] 4872d77fe225: Pulling fs layer [2024-02-15T05:45:30.928Z] 5851b861e8e6: Pulling fs layer [2024-02-15T05:45:30.928Z] 988bab9f4d93: Waiting [2024-02-15T05:45:30.928Z] 1469e6f7b9e6: Waiting [2024-02-15T05:45:30.928Z] eaf3925da568: Waiting [2024-02-15T05:45:30.928Z] bab4dde63d76: Waiting [2024-02-15T05:45:30.928Z] bde34c3a00c8: Waiting [2024-02-15T05:45:30.928Z] b352a97aabf1: Waiting [2024-02-15T05:45:30.928Z] 4872d77fe225: Waiting [2024-02-15T05:45:30.928Z] 5851b861e8e6: Waiting [2024-02-15T05:45:30.928Z] e2be974225ed: Verifying Checksum [2024-02-15T05:45:30.928Z] e2be974225ed: Download complete [2024-02-15T05:45:30.928Z] 988bab9f4d93: Verifying Checksum [2024-02-15T05:45:30.928Z] 988bab9f4d93: Download complete [2024-02-15T05:45:30.928Z] 1469e6f7b9e6: Verifying Checksum [2024-02-15T05:45:30.928Z] 1469e6f7b9e6: Download complete [2024-02-15T05:45:31.188Z] eaf3925da568: Verifying Checksum [2024-02-15T05:45:31.188Z] eaf3925da568: Download complete [2024-02-15T05:45:31.188Z] 339a4e72a1f5: Verifying Checksum [2024-02-15T05:45:31.188Z] 339a4e72a1f5: Download complete [2024-02-15T05:45:31.188Z] bde34c3a00c8: Verifying Checksum [2024-02-15T05:45:31.188Z] bde34c3a00c8: Download complete [2024-02-15T05:45:31.188Z] b352a97aabf1: Download complete [2024-02-15T05:45:31.188Z] 4872d77fe225: Download complete [2024-02-15T05:45:31.188Z] 5851b861e8e6: Download complete [2024-02-15T05:45:31.188Z] b85a868b505f: Verifying Checksum [2024-02-15T05:45:31.188Z] b85a868b505f: Download complete [2024-02-15T05:45:31.446Z] bab4dde63d76: Verifying Checksum [2024-02-15T05:45:31.446Z] bab4dde63d76: Download complete [2024-02-15T05:45:32.383Z] b85a868b505f: Pull complete [2024-02-15T05:45:32.383Z] e2be974225ed: Pull complete [2024-02-15T05:45:32.951Z] 339a4e72a1f5: Pull complete [2024-02-15T05:45:32.951Z] 988bab9f4d93: Pull complete [2024-02-15T05:45:33.209Z] 1469e6f7b9e6: Pull complete [2024-02-15T05:45:33.209Z] eaf3925da568: Pull complete [2024-02-15T05:45:35.112Z] bab4dde63d76: Pull complete [2024-02-15T05:45:35.112Z] bde34c3a00c8: Pull complete [2024-02-15T05:45:35.112Z] b352a97aabf1: Pull complete [2024-02-15T05:45:35.112Z] 4872d77fe225: Pull complete [2024-02-15T05:45:35.112Z] 5851b861e8e6: Pull complete [2024-02-15T05:45:35.112Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-02-15T05:45:35.112Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-02-15T05:45:35.112Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-02-15T05:45:35.297Z] prd-ubuntu20.04-docker-8c-8g-956 does not seem to be running inside a container [2024-02-15T05:45:35.331Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/624 -v /w/workspace/edgex-go/624:/w/workspace/edgex-go/624:rw,z -v /w/workspace/edgex-go/624@tmp:/w/workspace/edgex-go/624@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-02-15T05:45:37.359Z] $ docker top 36a69061b5ed780b1c2211e2dd6bf59e08178f89272db28d08f35c9fe6b45ae0 -eo pid,comm [2024-02-15T05:45:37.414Z] 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-02-15T05:45:37.414Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-02-15T05:45:37.506Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-02-15T05:45:37.506Z] [ssh-agent] Looking for ssh-agent implementation... [2024-02-15T05:45:37.611Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-02-15T05:45:37.616Z] $ docker exec 36a69061b5ed780b1c2211e2dd6bf59e08178f89272db28d08f35c9fe6b45ae0 ssh-agent [2024-02-15T05:45:37.717Z] SSH_AUTH_SOCK=/tmp/ssh-dVeGvGO45Dy6/agent.32 [2024-02-15T05:45:37.717Z] SSH_AGENT_PID=38 [2024-02-15T05:45:37.724Z] Running ssh-add (command line suppressed) [2024-02-15T05:45:37.822Z] Identity added: /w/workspace/edgex-go/624@tmp/private_key_8558282012775975156.key (/w/workspace/edgex-go/624@tmp/private_key_8558282012775975156.key) [2024-02-15T05:45:37.832Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-02-15T05:45:38.135Z] + git tag --points-at HEAD [Pipeline] } [2024-02-15T05:45:38.151Z] $ docker exec --env ******** --env ******** 36a69061b5ed780b1c2211e2dd6bf59e08178f89272db28d08f35c9fe6b45ae0 ssh-agent -k [2024-02-15T05:45:38.255Z] unset SSH_AUTH_SOCK; [2024-02-15T05:45:38.256Z] unset SSH_AGENT_PID; [2024-02-15T05:45:38.256Z] echo Agent pid 38 killed; [2024-02-15T05:45:38.263Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-02-15T05:45:38.326Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-02-15T05:45:38.326Z] [ssh-agent] Looking for ssh-agent implementation... [2024-02-15T05:45:38.424Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-02-15T05:45:38.429Z] $ docker exec 36a69061b5ed780b1c2211e2dd6bf59e08178f89272db28d08f35c9fe6b45ae0 ssh-agent [2024-02-15T05:45:38.533Z] SSH_AUTH_SOCK=/tmp/ssh-9dA8Gq5EKBMH/agent.71 [2024-02-15T05:45:38.533Z] SSH_AGENT_PID=77 [2024-02-15T05:45:38.538Z] Running ssh-add (command line suppressed) [2024-02-15T05:45:38.641Z] Identity added: /w/workspace/edgex-go/624@tmp/private_key_13037685366173935479.key (/w/workspace/edgex-go/624@tmp/private_key_13037685366173935479.key) [2024-02-15T05:45:38.651Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-02-15T05:45:38.957Z] + git semver init [2024-02-15T05:45:39.217Z] 2024-02-15 05:45:39,168 [run_init] DEBUG init version:0.0.0 force:False [2024-02-15T05:45:39.217Z] 2024-02-15 05:45:39,169 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/624/.semver [2024-02-15T05:45:39.217Z] 2024-02-15 05:45:39,169 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/624/.semver [2024-02-15T05:45:39.217Z] 2024-02-15 05:45:39,169 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/624/.semver'], cwd=/w/workspace/edgex-go/624, universal_newlines=False, shell=None, istream=None) [2024-02-15T05:45:44.492Z] 2024-02-15 05:45:43,483 [append_file] DEBUG append to file:/w/workspace/edgex-go/624/.git/info/exclude [2024-02-15T05:45:44.492Z] 2024-02-15 05:45:43,484 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/624/.semver/main with force:False [2024-02-15T05:45:44.492Z] 2024-02-15 05:45:43,484 [read_version] DEBUG read version from /w/workspace/edgex-go/624/.semver/main [2024-02-15T05:45:44.492Z] 2024-02-15 05:45:43,484 [read_version] DEBUG read version from /w/workspace/edgex-go/624/.semver/main [2024-02-15T05:45:44.492Z] 3.2.0-dev.14 [Pipeline] } [2024-02-15T05:45:44.505Z] $ docker exec --env ******** --env ******** 36a69061b5ed780b1c2211e2dd6bf59e08178f89272db28d08f35c9fe6b45ae0 ssh-agent -k [2024-02-15T05:45:44.620Z] unset SSH_AUTH_SOCK; [2024-02-15T05:45:44.621Z] unset SSH_AGENT_PID; [2024-02-15T05:45:44.621Z] echo Agent pid 77 killed; [2024-02-15T05:45:44.631Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-02-15T05:45:44.998Z] + git semver [Pipeline] } [2024-02-15T05:45:45.271Z] $ docker stop --time=1 36a69061b5ed780b1c2211e2dd6bf59e08178f89272db28d08f35c9fe6b45ae0 [2024-02-15T05:45:46.604Z] $ docker rm -f --volumes 36a69061b5ed780b1c2211e2dd6bf59e08178f89272db28d08f35c9fe6b45ae0 [Pipeline] // withDockerContainer [Pipeline] sh [2024-02-15T05:45:46.974Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-02-15T05:45:47.239Z] Stashed 1 file(s) [Pipeline] echo [2024-02-15T05:45:47.241Z] [edgeXSemver]: initialized semver on version 3.2.0-dev.14 [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-02-15T05:45:47.828Z] + git config --global --add safe.directory /w/workspace/edgex-go/624 [Pipeline] echo [2024-02-15T05:45:47.841Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-02-15T05:45:47.869Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-02-15T05:45:47.896Z] ========================================================= [2024-02-15T05:45:47.896Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2024-02-15T05:45:47.896Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-02-15T05:45:48.196Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-02-15T05:45:48.197Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2024-02-15T05:45:48.197Z] 7264a8db6415: Pulling fs layer [2024-02-15T05:45:48.197Z] c4d48a809fc2: Pulling fs layer [2024-02-15T05:45:48.197Z] 4f1c88b9dad5: Pulling fs layer [2024-02-15T05:45:48.197Z] ad3a456e5733: Pulling fs layer [2024-02-15T05:45:48.197Z] 69c7f0334f64: Pulling fs layer [2024-02-15T05:45:48.197Z] ad3a456e5733: Waiting [2024-02-15T05:45:48.197Z] 1f1c1a5573a3: Pulling fs layer [2024-02-15T05:45:48.197Z] ce7588e14bc9: Pulling fs layer [2024-02-15T05:45:48.197Z] 1f1c1a5573a3: Waiting [2024-02-15T05:45:48.197Z] 69c7f0334f64: Waiting [2024-02-15T05:45:48.197Z] b5e4710f87ac: Pulling fs layer [2024-02-15T05:45:48.197Z] ce7588e14bc9: Waiting [2024-02-15T05:45:48.197Z] c4d48a809fc2: Download complete [2024-02-15T05:45:48.197Z] ad3a456e5733: Download complete [2024-02-15T05:45:48.197Z] 69c7f0334f64: Verifying Checksum [2024-02-15T05:45:48.197Z] 69c7f0334f64: Download complete [2024-02-15T05:45:48.197Z] 7264a8db6415: Verifying Checksum [2024-02-15T05:45:48.197Z] 7264a8db6415: Download complete [2024-02-15T05:45:48.197Z] 1f1c1a5573a3: Verifying Checksum [2024-02-15T05:45:48.197Z] 1f1c1a5573a3: Download complete [2024-02-15T05:45:48.456Z] 7264a8db6415: Pull complete [2024-02-15T05:45:48.456Z] c4d48a809fc2: Pull complete [2024-02-15T05:45:48.456Z] b5e4710f87ac: Verifying Checksum [2024-02-15T05:45:48.456Z] b5e4710f87ac: Download complete [2024-02-15T05:45:48.714Z] 4f1c88b9dad5: Verifying Checksum [2024-02-15T05:45:48.714Z] 4f1c88b9dad5: Download complete [2024-02-15T05:45:49.279Z] ce7588e14bc9: Verifying Checksum [2024-02-15T05:45:49.279Z] ce7588e14bc9: Download complete [2024-02-15T05:45:52.565Z] 4f1c88b9dad5: Pull complete [2024-02-15T05:45:52.565Z] ad3a456e5733: Pull complete [2024-02-15T05:45:52.565Z] 69c7f0334f64: Pull complete [2024-02-15T05:45:52.565Z] 1f1c1a5573a3: Pull complete [2024-02-15T05:45:55.096Z] ce7588e14bc9: Pull complete [2024-02-15T05:45:55.355Z] b5e4710f87ac: Pull complete [2024-02-15T05:45:55.355Z] Digest: sha256:f80dd7bb8fdf010369d5adb4058a62695265b22e897ca6aac7b42af84fdce50e [2024-02-15T05:45:55.355Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-02-15T05:45:55.355Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [Pipeline] fileExists [Pipeline] sh [2024-02-15T05:45:55.673Z] + + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-02-15T05:45:55.673Z] WORKDIR /edgex [2024-02-15T05:45:55.673Z] COPY go.mod . [2024-02-15T05:45:55.673Z] RUN go mod download [2024-02-15T05:45:55.673Z] docker build -t ci-base-image-x86_64 -f - . [2024-02-15T05:45:56.243Z] Sending build context to Docker daemon 175.2MB [2024-02-15T05:45:56.243Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-02-15T05:45:56.243Z] ---> 88b5674ff536 [2024-02-15T05:45:56.243Z] Step 2/4 : WORKDIR /edgex [2024-02-15T05:45:59.533Z] ---> Running in 59d1910e5be7 [2024-02-15T05:45:59.533Z] Removing intermediate container 59d1910e5be7 [2024-02-15T05:45:59.533Z] ---> 1c52b95450e2 [2024-02-15T05:45:59.533Z] Step 3/4 : COPY go.mod . [2024-02-15T05:45:59.533Z] ---> 2db6c2787cf1 [2024-02-15T05:45:59.533Z] Step 4/4 : RUN go mod download [2024-02-15T05:45:59.533Z] ---> Running in 6853506d79d5 [2024-02-15T05:46:02.427Z] Still waiting to schedule task [2024-02-15T05:46:02.427Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2024-02-15T05:46:17.638Z] Removing intermediate container 6853506d79d5 [2024-02-15T05:46:17.638Z] ---> a49ef3540345 [2024-02-15T05:46:17.638Z] Successfully built a49ef3540345 [2024-02-15T05:46:17.638Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:46:17.961Z] + docker inspect -f . ci-base-image-x86_64 [2024-02-15T05:46:17.961Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-02-15T05:46:18.068Z] prd-ubuntu20.04-docker-8c-8g-956 does not seem to be running inside a container [2024-02-15T05:46:18.219Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/624 -v /w/workspace/edgex-go/624:/w/workspace/edgex-go/624:rw,z -v /w/workspace/edgex-go/624@tmp:/w/workspace/edgex-go/624@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-02-15T05:46:18.642Z] $ docker top c9fde08529293b23ad9679516d1f94d016637dfcdf793e99dcdbf806f37a1785 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-02-15T05:46:19.024Z] + go version [2024-02-15T05:46:19.025Z] go version go1.21.0 linux/amd64 [Pipeline] } [2024-02-15T05:46:19.040Z] $ docker stop --time=1 c9fde08529293b23ad9679516d1f94d016637dfcdf793e99dcdbf806f37a1785 [2024-02-15T05:46:20.293Z] $ docker rm -f --volumes c9fde08529293b23ad9679516d1f94d016637dfcdf793e99dcdbf806f37a1785 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:46:20.864Z] + docker inspect -f . ci-base-image-x86_64 [2024-02-15T05:46:20.864Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-02-15T05:46:20.985Z] prd-ubuntu20.04-docker-8c-8g-956 does not seem to be running inside a container [2024-02-15T05:46:21.017Z] $ 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/624 -v /w/workspace/edgex-go/624:/w/workspace/edgex-go/624:rw,z -v /w/workspace/edgex-go/624@tmp:/w/workspace/edgex-go/624@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-02-15T05:46:21.360Z] $ docker top b61aaaa58c9d265d9939886858f00f988120f34622ad99fffea9865df0760776 -eo pid,comm [Pipeline] { [Pipeline] echo [2024-02-15T05:46:21.461Z] ========================================================= [2024-02-15T05:46:21.461Z] [edgeXBuildGoParallel] Running Tests and Build... [2024-02-15T05:46:21.461Z] ========================================================= [Pipeline] sh [2024-02-15T05:46:21.738Z] + git config --global --add safe.directory /w/workspace/edgex-go/624 [Pipeline] fileExists [Pipeline] sh [2024-02-15T05:46:22.057Z] + make test [2024-02-15T05:46:22.057Z] go test -race -coverprofile=coverage.out ./... [2024-02-15T05:46:30.173Z] ? github.com/edgexfoundry/edgex-go [no test files] [2024-02-15T05:46:42.370Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2024-02-15T05:46:42.370Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2024-02-15T05:46:42.370Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2024-02-15T05:46:42.370Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2024-02-15T05:46:42.370Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2024-02-15T05:46:42.370Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2024-02-15T05:46:42.370Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2024-02-15T05:46:42.370Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2024-02-15T05:46:42.370Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2024-02-15T05:46:42.370Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2024-02-15T05:46:42.630Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2024-02-15T05:46:42.630Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2024-02-15T05:46:42.630Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2024-02-15T05:46:42.630Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2024-02-15T05:46:44.535Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2024-02-15T05:46:44.535Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2024-02-15T05:46:45.467Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.048s coverage: 28.7% of statements [2024-02-15T05:46:47.368Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.068s coverage: 97.0% of statements [2024-02-15T05:46:47.368Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2024-02-15T05:46:47.368Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2024-02-15T05:46:47.368Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2024-02-15T05:46:48.745Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2024-02-15T05:46:48.745Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2024-02-15T05:46:50.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2024-02-15T05:46:50.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2024-02-15T05:46:50.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2024-02-15T05:46:50.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2024-02-15T05:46:50.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2024-02-15T05:46:51.053Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2024-02-15T05:46:51.053Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2024-02-15T05:46:51.311Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.076s coverage: 69.2% of statements [2024-02-15T05:46:51.311Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.058s coverage: 53.2% of statements [2024-02-15T05:46:53.849Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.347s coverage: 93.4% of statements [2024-02-15T05:46:53.849Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.050s coverage: 4.1% of statements [2024-02-15T05:46:53.849Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2024-02-15T05:46:53.849Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2024-02-15T05:46:53.849Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2024-02-15T05:46:53.849Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2024-02-15T05:46:53.849Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2024-02-15T05:46:53.849Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2024-02-15T05:46:53.849Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2024-02-15T05:46:53.849Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2024-02-15T05:46:53.849Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2024-02-15T05:46:53.849Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2024-02-15T05:46:54.786Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.381s coverage: 97.6% of statements [2024-02-15T05:46:54.786Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.034s coverage: 72.2% of statements [2024-02-15T05:46:55.353Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2024-02-15T05:46:55.353Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2024-02-15T05:46:56.734Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.071s coverage: 0.9% of statements [2024-02-15T05:46:56.734Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.043s coverage: 32.2% of statements [2024-02-15T05:46:56.734Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.047s coverage: 41.7% of statements [2024-02-15T05:46:57.670Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 2.047s coverage: 82.9% of statements [2024-02-15T05:46:57.670Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.030s coverage: 94.1% of statements [2024-02-15T05:46:57.670Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.060s coverage: 96.3% of statements [2024-02-15T05:46:57.670Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.039s coverage: 87.5% of statements [2024-02-15T05:46:57.670Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2024-02-15T05:46:57.670Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2024-02-15T05:46:57.670Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2024-02-15T05:46:57.670Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2024-02-15T05:46:57.928Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2024-02-15T05:46:57.928Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2024-02-15T05:46:57.928Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2024-02-15T05:46:57.928Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2024-02-15T05:46:58.884Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2024-02-15T05:46:58.884Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2024-02-15T05:46:58.884Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2024-02-15T05:46:58.884Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2024-02-15T05:46:59.460Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2024-02-15T05:46:59.460Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2024-02-15T05:46:59.732Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2024-02-15T05:47:01.641Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2024-02-15T05:47:01.900Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2024-02-15T05:47:03.277Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2024-02-15T05:47:03.277Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2024-02-15T05:47:05.805Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2024-02-15T05:47:05.805Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2024-02-15T05:47:05.805Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2024-02-15T05:47:07.181Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2024-02-15T05:47:07.181Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2024-02-15T05:47:07.181Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2024-02-15T05:47:08.124Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2024-02-15T05:47:08.124Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2024-02-15T05:47:08.124Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2024-02-15T05:47:08.124Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2024-02-15T05:47:09.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2024-02-15T05:47:09.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2024-02-15T05:47:09.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2024-02-15T05:47:09.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2024-02-15T05:47:10.102Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.044s coverage: 94.4% of statements [2024-02-15T05:47:11.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2024-02-15T05:47:11.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2024-02-15T05:47:11.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2024-02-15T05:47:11.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2024-02-15T05:47:11.973Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2024-02-15T05:47:11.973Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2024-02-15T05:47:12.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2024-02-15T05:47:12.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2024-02-15T05:47:22.911Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.248s coverage: 79.9% of statements [2024-02-15T05:47:22.911Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 20.057s coverage: 92.9% of statements [2024-02-15T05:47:22.911Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.017s coverage: 64.4% of statements [2024-02-15T05:47:22.911Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.053s coverage: 62.3% of statements [2024-02-15T05:47:22.911Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 13.047s coverage: 87.2% of statements [2024-02-15T05:47:22.911Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.039s coverage: 20.0% of statements [2024-02-15T05:47:22.911Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.032s coverage: 100.0% of statements [2024-02-15T05:47:22.911Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.091s coverage: 81.8% of statements [2024-02-15T05:47:22.911Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.085s coverage: 82.1% of statements [2024-02-15T05:47:22.911Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.047s coverage: 86.0% of statements [2024-02-15T05:47:22.911Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.168s coverage: 63.1% of statements [2024-02-15T05:47:22.911Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.043s coverage: 100.0% of statements [2024-02-15T05:47:22.911Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.025s coverage: 89.4% of statements [2024-02-15T05:47:22.911Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.014s coverage: 100.0% of statements [2024-02-15T05:47:22.911Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.015s coverage: 73.7% of statements [2024-02-15T05:47:22.911Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.016s coverage: 100.0% of statements [2024-02-15T05:47:22.911Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.167s coverage: 38.4% of statements [2024-02-15T05:47:22.911Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.044s coverage: 89.5% of statements [2024-02-15T05:47:22.911Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.079s coverage: 84.8% of statements [2024-02-15T05:47:22.911Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.058s coverage: 19.9% of statements [2024-02-15T05:47:22.911Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.126s coverage: 95.7% of statements [2024-02-15T05:47:22.911Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.044s coverage: 61.8% of statements [2024-02-15T05:47:22.911Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.077s coverage: 98.9% of statements [2024-02-15T05:47:22.911Z] 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-02-15T05:47:22.911Z] running golangci-lint [2024-02-15T05:47:22.911Z] golangci-lint has version 1.54.2 built with go1.21.0 from 411e0bbb on 2023-08-21T12:04:32Z [2024-02-15T05:47:22.911Z] go version go1.21.0 linux/amd64 [2024-02-15T05:47:22.911Z] level=info msg="[config_reader] Used config file .golangci.yml" [2024-02-15T05:47:22.911Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2024-02-15T05:47:35.110Z] level=info msg="[loader] Go packages loading at mode 575 (types_sizes|compiled_files|deps|name|exports_file|files|imports) took 12.670185065s" [2024-02-15T05:47:35.368Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 29.831401ms" [2024-02-15T05:47:43.481Z] level=info msg="[linters_context/goanalysis] analyzers took 1m9.448795531s with top 10 stages: buildir: 34.907396323s, gosec: 6.892811837s, inspect: 2.115259885s, fact_deprecated: 2.105352837s, printf: 1.179498735s, S1038: 1.137349252s, ctrlflow: 1.106510382s, ineffassign: 874.913468ms, fact_purity: 827.706999ms, errcheck: 794.068854ms" [2024-02-15T05:47:43.740Z] level=info msg="[runner] Issues before processing: 197, after processing: 0" [2024-02-15T05:47:43.740Z] level=info msg="[runner] Processors filtering stat (out/in): cgo: 197/197, path_prettifier: 197/197, skip_dirs: 197/197, autogenerated_exclude: 197/197, nolint: 0/21, identifier_marker: 197/197, exclude-rules: 21/197, filename_unadjuster: 197/197, skip_files: 197/197, exclude: 197/197" [2024-02-15T05:47:43.740Z] level=info msg="[runner] processing took 17.395271ms with stages: nolint: 6.956428ms, identifier_marker: 5.704845ms, autogenerated_exclude: 1.546452ms, path_prettifier: 1.402828ms, exclude-rules: 1.058148ms, skip_dirs: 648.338µs, filename_unadjuster: 44.452µs, cgo: 29.32µs, fixer: 720ns, max_same_issues: 710ns, uniq_by_line: 540ns, skip_files: 480ns, exclude: 430ns, diff: 390ns, severity-rules: 250ns, sort_results: 240ns, max_from_linter: 180ns, source_code: 160ns, max_per_file_from_linter: 130ns, path_shortener: 120ns, path_prefixer: 110ns" [2024-02-15T05:47:43.740Z] level=info msg="[runner] linters took 8.358043712s with stages: goanalysis_metalinter: 8.340519146s" [2024-02-15T05:47:43.740Z] level=info msg="File cache stats: 0 entries of total size 0B" [2024-02-15T05:47:43.740Z] level=info msg="Memory: 211 samples, avg is 252.9MB, max is 928.7MB" [2024-02-15T05:47:43.740Z] level=info msg="Execution took 21.067419568s" [2024-02-15T05:47:43.740Z] go vet ./... [2024-02-15T05:47:47.929Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-02-15T05:47:48.189Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-02-15T05:47:48.189Z] ./bin/test-attribution-txt.sh [2024-02-15T05:47:48.189Z] An attribution for google.golang.org/genproto/googleapis/rpc is missing from Attribution.txt, please add [Pipeline] echo [2024-02-15T05:47:48.201Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh [2024-02-15T05:47:48.512Z] + ls -al . [2024-02-15T05:47:48.512Z] total 736 [2024-02-15T05:47:48.512Z] drwxrwxr-x 11 1001 1001 4096 Feb 15 05:46 . [2024-02-15T05:47:48.512Z] drwxr-xr-x 4 root root 4096 Feb 15 05:46 .. [2024-02-15T05:47:48.512Z] drwxrwxr-x 2 1001 1001 4096 Feb 15 05:45 .blubracket [2024-02-15T05:47:48.512Z] -rw-rw-r-- 1 1001 1001 10 Feb 15 05:45 .dockerignore [2024-02-15T05:47:48.512Z] drwxrwxr-x 8 1001 1001 4096 Feb 15 05:47 .git [2024-02-15T05:47:48.512Z] drwxrwxr-x 3 1001 1001 4096 Feb 15 05:45 .github [2024-02-15T05:47:48.512Z] -rw-rw-r-- 1 1001 1001 1074 Feb 15 05:45 .gitignore [2024-02-15T05:47:48.512Z] -rw-rw-r-- 1 1001 1001 42 Feb 15 05:45 .golangci.yml [2024-02-15T05:47:48.512Z] -rw-rw-r-- 1 1001 1001 100 Feb 15 05:45 .hadolint.yml [2024-02-15T05:47:48.512Z] drwxr-xr-x 3 1001 1001 4096 Feb 15 05:45 .semver [2024-02-15T05:47:48.512Z] -rw-rw-r-- 1 1001 1001 155 Feb 15 05:45 .sonarcloud.properties [2024-02-15T05:47:48.512Z] -rw-rw-r-- 1 1001 1001 1171 Feb 15 05:45 ADOPTERS.md [2024-02-15T05:47:48.512Z] -rw-rw-r-- 1 1001 1001 11674 Feb 15 05:45 Attribution.txt [2024-02-15T05:47:48.512Z] -rw-rw-r-- 1 1001 1001 100284 Feb 15 05:45 CHANGELOG.md [2024-02-15T05:47:48.512Z] -rw-rw-r-- 1 1001 1001 3804 Feb 15 05:45 CONTRIBUTING.md [2024-02-15T05:47:48.512Z] -rw-rw-r-- 1 1001 1001 677 Feb 15 05:45 GOVERNANCE.md [2024-02-15T05:47:48.512Z] -rw-rw-r-- 1 1001 1001 861 Feb 15 05:45 Jenkinsfile [2024-02-15T05:47:48.512Z] -rw-rw-r-- 1 1001 1001 10775 Feb 15 05:45 LICENSE [2024-02-15T05:47:48.512Z] -rw-rw-r-- 1 1001 1001 15392 Feb 15 05:45 Makefile [2024-02-15T05:47:48.512Z] -rw-rw-r-- 1 1001 1001 582 Feb 15 05:45 OWNERS.md [2024-02-15T05:47:48.512Z] -rw-rw-r-- 1 1001 1001 9528 Feb 15 05:45 README.md [2024-02-15T05:47:48.512Z] -rw-rw-r-- 1 1001 1001 789 Feb 15 05:45 SECURITY.md [2024-02-15T05:47:48.512Z] -rw-rw-r-- 1 1001 1001 12 Feb 15 05:45 VERSION [2024-02-15T05:47:48.512Z] drwxrwxr-x 2 1001 1001 4096 Feb 15 05:45 bin [2024-02-15T05:47:48.512Z] drwxrwxr-x 18 1001 1001 4096 Feb 15 05:45 cmd [2024-02-15T05:47:48.512Z] -rw-r--r-- 1 root root 453602 Feb 15 05:47 coverage.out [2024-02-15T05:47:48.512Z] drwxrwxr-x 2 1001 1001 4096 Feb 15 05:45 fuzz_test [2024-02-15T05:47:48.512Z] -rw-rw-r-- 1 1001 1001 3733 Feb 15 05:45 go.mod [2024-02-15T05:47:48.512Z] -rw-rw-r-- 1 1001 1001 34133 Feb 15 05:45 go.sum [2024-02-15T05:47:48.512Z] drwxrwxr-x 7 1001 1001 4096 Feb 15 05:45 internal [2024-02-15T05:47:48.512Z] drwxrwxr-x 3 1001 1001 4096 Feb 15 05:45 openapi [2024-02-15T05:47:48.512Z] -rw-rw-r-- 1 1001 1001 584 Feb 15 05:45 security.txt [2024-02-15T05:47:48.512Z] -rw-rw-r-- 1 1001 1001 204 Feb 15 05:45 version.go [Pipeline] sh [2024-02-15T05:47:48.809Z] + '[' -e coverage.out ] [2024-02-15T05:47:48.809Z] + chown 1001:1001 coverage.out [Pipeline] stash [2024-02-15T05:47:48.906Z] Stashed 1 file(s) [Pipeline] sh [2024-02-15T05:47:49.187Z] + make build [2024-02-15T05:47:49.187Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.14" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-02-15T05:47:52.099Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-957 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2024-02-15T05:47:52.132Z] Running in /w/workspace/edgex-go/624 [Pipeline] { [Pipeline] checkout [2024-02-15T05:47:52.184Z] The recommended git tool is: git [2024-02-15T05:48:01.385Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.14" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-02-15T05:48:01.385Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.14" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-02-15T05:48:01.949Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.14" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-02-15T05:48:02.152Z] using credential edgex-jenkins-ssh [2024-02-15T05:48:02.176Z] Cloning the remote Git repository [2024-02-15T05:48:02.514Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.14" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-02-15T05:48:02.219Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2024-02-15T05:48:02.312Z] > git init /w/workspace/edgex-go/624 # timeout=10 [2024-02-15T05:48:02.485Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2024-02-15T05:48:02.486Z] > git --version # timeout=10 [2024-02-15T05:48:02.527Z] > git --version # 'git version 2.25.1' [2024-02-15T05:48:02.530Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-02-15T05:48:02.744Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-02-15T05:48:07.774Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.14" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-02-15T05:48:08.709Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.14" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-02-15T05:48:09.646Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.14" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-02-15T05:48:10.582Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.14" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-02-15T05:48:11.147Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.14" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-02-15T05:48:11.714Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.14" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-02-15T05:48:12.280Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.14" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2024-02-15T05:48:13.228Z] $ docker stop --time=1 b61aaaa58c9d265d9939886858f00f988120f34622ad99fffea9865df0760776 [2024-02-15T05:48:15.333Z] $ docker rm -f --volumes b61aaaa58c9d265d9939886858f00f988120f34622ad99fffea9865df0760776 [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-02-15T05:48:16.496Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-02-15T05:48:16.496Z] [2024-02-15T05:48:16.496Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:48:16.819Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-02-15T05:48:16.819Z] latest: Pulling from edgex-devops/edgex-compose [2024-02-15T05:48:16.819Z] 91d30c5bc195: Pulling fs layer [2024-02-15T05:48:16.819Z] 2e9b0aa3be6d: Pulling fs layer [2024-02-15T05:48:16.819Z] 9c61dcf015f6: Pulling fs layer [2024-02-15T05:48:16.819Z] 4698f68db338: Pulling fs layer [2024-02-15T05:48:16.819Z] 2a2f49069b9e: Pulling fs layer [2024-02-15T05:48:16.819Z] e0025b399a48: Pulling fs layer [2024-02-15T05:48:16.819Z] 4698f68db338: Waiting [2024-02-15T05:48:16.819Z] 2a2f49069b9e: Waiting [2024-02-15T05:48:16.819Z] e0025b399a48: Waiting [2024-02-15T05:48:16.819Z] 91d30c5bc195: Verifying Checksum [2024-02-15T05:48:16.819Z] 91d30c5bc195: Download complete [2024-02-15T05:48:16.819Z] 4698f68db338: Verifying Checksum [2024-02-15T05:48:16.819Z] 4698f68db338: Download complete [2024-02-15T05:48:17.078Z] 2e9b0aa3be6d: Verifying Checksum [2024-02-15T05:48:17.078Z] 2e9b0aa3be6d: Download complete [2024-02-15T05:48:17.078Z] 91d30c5bc195: Pull complete [2024-02-15T05:48:17.078Z] e0025b399a48: Verifying Checksum [2024-02-15T05:48:17.078Z] e0025b399a48: Download complete [2024-02-15T05:48:17.078Z] 2a2f49069b9e: Download complete [2024-02-15T05:48:17.336Z] 2e9b0aa3be6d: Pull complete [2024-02-15T05:48:17.595Z] 9c61dcf015f6: Verifying Checksum [2024-02-15T05:48:17.595Z] 9c61dcf015f6: Download complete [2024-02-15T05:48:20.146Z] 9c61dcf015f6: Pull complete [2024-02-15T05:48:20.146Z] 4698f68db338: Pull complete [2024-02-15T05:48:20.405Z] 2a2f49069b9e: Pull complete [2024-02-15T05:48:20.665Z] e0025b399a48: Pull complete [2024-02-15T05:48:20.665Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2024-02-15T05:48:20.665Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-02-15T05:48:20.665Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-02-15T05:48:20.854Z] prd-ubuntu20.04-docker-8c-8g-956 does not seem to be running inside a container [2024-02-15T05:48:20.888Z] $ 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/624 -v /w/workspace/edgex-go/624:/w/workspace/edgex-go/624:rw,z -v /w/workspace/edgex-go/624@tmp:/w/workspace/edgex-go/624@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-02-15T05:48:21.725Z] $ docker top 0853e83c2d490b4077803e264a40b0b8d3a5efa615eecc7fd1a70fbc5a76c412 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-02-15T05:48:22.125Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-02-15T05:48:22.278Z] Avoid second fetch [2024-02-15T05:48:22.278Z] Checking out Revision d5c390cc6addf29fb131b0472a1808282eec31af (main) [2024-02-15T05:48:21.430Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2024-02-15T05:48:21.450Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-02-15T05:48:22.296Z] > git config core.sparsecheckout # timeout=10 [2024-02-15T05:48:22.360Z] > git checkout -f d5c390cc6addf29fb131b0472a1808282eec31af # timeout=10 [2024-02-15T05:48:23.206Z] Commit message: "Merge pull request #4757 from edgexfoundry/dependabot/go_modules/github.com/fxamacker/cbor/v2-2.6.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-02-15T05:48:24.330Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-02-15T05:48:24.330Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-02-15T05:48:24.330Z] Dload Upload Total Spent Left Speed [2024-02-15T05:48:24.330Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 111k 0 --:--:-- --:--:-- --:--:-- 111k [Pipeline] sh [2024-02-15T05:48:24.656Z] #1 [support-scheduler internal] load build definition from Dockerfile [2024-02-15T05:48:24.656Z] #1 transferring dockerfile: 1.93kB done [2024-02-15T05:48:24.656Z] #1 DONE 0.0s [2024-02-15T05:48:24.656Z] [2024-02-15T05:48:24.656Z] #2 [core-metadata internal] load build definition from Dockerfile [2024-02-15T05:48:24.656Z] #2 transferring dockerfile: 2.06kB done [2024-02-15T05:48:24.656Z] #2 DONE 0.0s [2024-02-15T05:48:24.656Z] [2024-02-15T05:48:24.656Z] #3 [security-spire-agent internal] load build definition from Dockerfile [2024-02-15T05:48:24.656Z] #3 transferring dockerfile: 1.81kB done [2024-02-15T05:48:24.656Z] #3 DONE 0.0s [2024-02-15T05:48:24.656Z] [2024-02-15T05:48:24.656Z] #4 [security-proxy-setup internal] load build definition from Dockerfile [2024-02-15T05:48:24.656Z] #4 transferring dockerfile: 2.50kB done [2024-02-15T05:48:24.656Z] #4 DONE 0.0s [2024-02-15T05:48:24.656Z] [2024-02-15T05:48:24.656Z] #5 [core-data internal] load build definition from Dockerfile [2024-02-15T05:48:24.656Z] #5 transferring dockerfile: 2.01kB done [2024-02-15T05:48:24.656Z] #5 DONE 0.0s [2024-02-15T05:48:24.656Z] [2024-02-15T05:48:24.656Z] #6 [support-notifications internal] load build definition from Dockerfile [2024-02-15T05:48:24.656Z] #6 transferring dockerfile: 1.95kB done [2024-02-15T05:48:24.656Z] #6 DONE 0.0s [2024-02-15T05:48:24.656Z] [2024-02-15T05:48:24.656Z] #7 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-02-15T05:48:24.656Z] #7 transferring dockerfile: 1.89kB done [2024-02-15T05:48:24.656Z] #7 DONE 0.0s [2024-02-15T05:48:24.656Z] [2024-02-15T05:48:24.656Z] #8 [security-spire-config internal] load build definition from Dockerfile [2024-02-15T05:48:24.657Z] #8 transferring dockerfile: 1.69kB done [2024-02-15T05:48:24.657Z] #8 DONE 0.0s [2024-02-15T05:48:24.657Z] [2024-02-15T05:48:24.657Z] #9 [security-secretstore-setup internal] load build definition from Dockerfile [2024-02-15T05:48:24.657Z] #9 transferring dockerfile: 2.49kB done [2024-02-15T05:48:24.657Z] #9 DONE 0.0s [2024-02-15T05:48:24.657Z] [2024-02-15T05:48:24.657Z] #10 [security-spire-server internal] load build definition from Dockerfile [2024-02-15T05:48:24.657Z] #10 transferring dockerfile: 1.70kB done [2024-02-15T05:48:24.657Z] #10 DONE 0.0s [2024-02-15T05:48:24.657Z] [2024-02-15T05:48:24.657Z] #11 [security-proxy-auth internal] load build definition from Dockerfile [2024-02-15T05:48:24.657Z] #11 transferring dockerfile: 2.15kB done [2024-02-15T05:48:24.657Z] #11 DONE 0.0s [2024-02-15T05:48:24.657Z] [2024-02-15T05:48:24.657Z] #12 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-02-15T05:48:24.657Z] #12 transferring dockerfile: 2.23kB done [2024-02-15T05:48:24.657Z] #12 DONE 0.0s [2024-02-15T05:48:24.657Z] [2024-02-15T05:48:24.657Z] #13 [security-bootstrapper internal] load build definition from Dockerfile [2024-02-15T05:48:24.657Z] #13 transferring dockerfile: 2.93kB done [2024-02-15T05:48:24.657Z] #13 DONE 0.0s [2024-02-15T05:48:24.657Z] [2024-02-15T05:48:24.657Z] #14 [core-command internal] load build definition from Dockerfile [2024-02-15T05:48:24.657Z] #14 transferring dockerfile: 1.93kB done [2024-02-15T05:48:24.657Z] #14 DONE 0.0s [2024-02-15T05:48:24.657Z] [2024-02-15T05:48:24.657Z] #15 [support-scheduler internal] load .dockerignore [2024-02-15T05:48:24.657Z] #15 transferring context: 50B done [2024-02-15T05:48:24.657Z] #15 DONE 0.0s [2024-02-15T05:48:24.667Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-02-15T05:48:24.916Z] [2024-02-15T05:48:24.916Z] #16 [core-metadata internal] load .dockerignore [2024-02-15T05:48:24.916Z] #16 transferring context: 50B done [2024-02-15T05:48:24.916Z] #16 DONE 0.0s [2024-02-15T05:48:24.916Z] [2024-02-15T05:48:24.916Z] #17 [security-spire-agent internal] load .dockerignore [2024-02-15T05:48:24.916Z] #17 transferring context: 50B done [2024-02-15T05:48:24.916Z] #17 DONE 0.0s [2024-02-15T05:48:24.916Z] [2024-02-15T05:48:24.916Z] #18 [security-proxy-setup internal] load .dockerignore [2024-02-15T05:48:24.916Z] #18 transferring context: 50B done [2024-02-15T05:48:24.916Z] #18 DONE 0.0s [2024-02-15T05:48:24.916Z] [2024-02-15T05:48:24.916Z] #19 [core-data internal] load .dockerignore [2024-02-15T05:48:24.916Z] #19 transferring context: 50B done [2024-02-15T05:48:24.916Z] #19 DONE 0.0s [2024-02-15T05:48:24.916Z] [2024-02-15T05:48:24.916Z] #20 [support-notifications internal] load .dockerignore [2024-02-15T05:48:24.916Z] #20 transferring context: 50B done [2024-02-15T05:48:24.916Z] #20 DONE 0.0s [2024-02-15T05:48:24.916Z] [2024-02-15T05:48:24.916Z] #21 [security-spiffe-token-provider internal] load .dockerignore [2024-02-15T05:48:24.916Z] #21 transferring context: 50B done [2024-02-15T05:48:24.916Z] #21 DONE 0.0s [2024-02-15T05:48:24.916Z] [2024-02-15T05:48:24.916Z] #22 [security-spire-config internal] load .dockerignore [2024-02-15T05:48:24.916Z] #22 transferring context: 50B done [2024-02-15T05:48:24.916Z] #22 DONE 0.0s [2024-02-15T05:48:24.916Z] [2024-02-15T05:48:24.916Z] #23 [security-secretstore-setup internal] load .dockerignore [2024-02-15T05:48:24.916Z] #23 transferring context: 50B done [2024-02-15T05:48:24.916Z] #23 DONE 0.0s [2024-02-15T05:48:24.916Z] [2024-02-15T05:48:24.916Z] #24 [security-spire-server internal] load .dockerignore [2024-02-15T05:48:24.916Z] #24 transferring context: 50B done [2024-02-15T05:48:24.916Z] #24 DONE 0.0s [2024-02-15T05:48:24.916Z] [2024-02-15T05:48:24.916Z] #25 [core-common-config-bootstrapper internal] load .dockerignore [2024-02-15T05:48:24.991Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-02-15T05:48:24.991Z] + sudo tee /etc/docker/daemon.new [2024-02-15T05:48:24.991Z] { [2024-02-15T05:48:24.991Z] "registry-mirrors": [ [2024-02-15T05:48:24.991Z] "https://nexus3.edgexfoundry.org:10001" [2024-02-15T05:48:24.991Z] ], [2024-02-15T05:48:24.991Z] "bip": "10.250.0.254/24", [2024-02-15T05:48:24.991Z] "hosts": [ [2024-02-15T05:48:24.991Z] "tcp://0.0.0.0:5555", [2024-02-15T05:48:24.991Z] "unix:///var/run/docker.sock" [2024-02-15T05:48:24.991Z] ], [2024-02-15T05:48:24.991Z] "mtu": 1458, [2024-02-15T05:48:24.991Z] "selinux-enabled": true, [2024-02-15T05:48:24.991Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-02-15T05:48:24.991Z] } [Pipeline] sh [2024-02-15T05:48:25.175Z] #25 transferring context: 50B done [2024-02-15T05:48:25.175Z] #25 DONE 0.0s [2024-02-15T05:48:25.175Z] [2024-02-15T05:48:25.175Z] #26 [security-proxy-auth internal] load .dockerignore [2024-02-15T05:48:25.175Z] #26 transferring context: 50B done [2024-02-15T05:48:25.175Z] #26 DONE 0.0s [2024-02-15T05:48:25.175Z] [2024-02-15T05:48:25.175Z] #27 [security-bootstrapper internal] load .dockerignore [2024-02-15T05:48:25.175Z] #27 transferring context: 50B done [2024-02-15T05:48:25.175Z] #27 DONE 0.0s [2024-02-15T05:48:25.175Z] [2024-02-15T05:48:25.175Z] #28 [core-command internal] load .dockerignore [2024-02-15T05:48:25.175Z] #28 transferring context: 50B done [2024-02-15T05:48:25.175Z] #28 DONE 0.0s [2024-02-15T05:48:25.175Z] [2024-02-15T05:48:25.175Z] #29 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-02-15T05:48:25.175Z] #29 DONE 0.0s [2024-02-15T05:48:25.175Z] [2024-02-15T05:48:25.175Z] #30 [support-scheduler internal] load metadata for docker.io/library/alpine:3.18 [2024-02-15T05:48:25.175Z] #30 DONE 0.1s [2024-02-15T05:48:25.175Z] [2024-02-15T05:48:25.175Z] #31 [support-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-02-15T05:48:25.176Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-02-15T05:48:25.176Z] #31 ... [2024-02-15T05:48:25.176Z] [2024-02-15T05:48:25.176Z] #29 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-02-15T05:48:25.176Z] #29 DONE 0.0s [2024-02-15T05:48:25.176Z] [2024-02-15T05:48:25.176Z] #31 [support-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-02-15T05:48:25.176Z] #31 extracting sha256:619be1103602d98e1963557998c954c892b3872986c27365e9f651f5bc27cab8 [2024-02-15T05:48:25.176Z] #31 sha256:695ae78b4957fef4e53adc51febd07f5401eb36fcd80fff3e5107a2b4aa42ace 528B / 528B done [2024-02-15T05:48:25.176Z] #31 sha256:d3782b16ccc94322a5c5a7d004192b5daa2a1ecd61c143074e36dba844408e1c 1.47kB / 1.47kB done [2024-02-15T05:48:25.176Z] #31 sha256:619be1103602d98e1963557998c954c892b3872986c27365e9f651f5bc27cab8 3.40MB / 3.40MB 0.1s done [2024-02-15T05:48:25.176Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-02-15T05:48:25.176Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-02-15T05:48:25.176Z] #31 sha256:695ae78b4957fef4e53adc51febd07f5401eb36fcd80fff3e5107a2b4aa42ace 528B / 528B done [2024-02-15T05:48:25.176Z] #31 sha256:d3782b16ccc94322a5c5a7d004192b5daa2a1ecd61c143074e36dba844408e1c 1.47kB / 1.47kB done [2024-02-15T05:48:25.176Z] #31 sha256:619be1103602d98e1963557998c954c892b3872986c27365e9f651f5bc27cab8 3.40MB / 3.40MB 0.1s done [2024-02-15T05:48:25.176Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-02-15T05:48:25.335Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-02-15T05:48:25.434Z] #31 ... [2024-02-15T05:48:25.434Z] [2024-02-15T05:48:25.434Z] #29 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-02-15T05:48:25.434Z] #29 DONE 0.0s [2024-02-15T05:48:25.434Z] [2024-02-15T05:48:25.434Z] #30 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.18 [2024-02-15T05:48:25.434Z] #30 DONE 0.2s [2024-02-15T05:48:25.434Z] [2024-02-15T05:48:25.434Z] #32 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2024-02-15T05:48:25.434Z] #32 DONE 0.5s [2024-02-15T05:48:25.434Z] [2024-02-15T05:48:25.434Z] #31 [support-notifications stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-02-15T05:48:25.434Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-02-15T05:48:25.434Z] #31 extracting sha256:619be1103602d98e1963557998c954c892b3872986c27365e9f651f5bc27cab8 0.2s done [2024-02-15T05:48:25.434Z] #31 sha256:695ae78b4957fef4e53adc51febd07f5401eb36fcd80fff3e5107a2b4aa42ace 528B / 528B done [2024-02-15T05:48:25.434Z] #31 sha256:d3782b16ccc94322a5c5a7d004192b5daa2a1ecd61c143074e36dba844408e1c 1.47kB / 1.47kB done [2024-02-15T05:48:25.434Z] #31 sha256:619be1103602d98e1963557998c954c892b3872986c27365e9f651f5bc27cab8 3.40MB / 3.40MB 0.1s done [2024-02-15T05:48:25.434Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-02-15T05:48:25.434Z] #31 ... [2024-02-15T05:48:25.434Z] [2024-02-15T05:48:25.434Z] #29 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-02-15T05:48:25.434Z] #29 DONE 0.0s [2024-02-15T05:48:25.434Z] [2024-02-15T05:48:25.434Z] #32 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2024-02-15T05:48:25.434Z] #32 DONE 0.5s [2024-02-15T05:48:25.434Z] [2024-02-15T05:48:25.434Z] #31 [security-spiffe-token-provider stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-02-15T05:48:25.434Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-02-15T05:48:25.434Z] #31 extracting sha256:619be1103602d98e1963557998c954c892b3872986c27365e9f651f5bc27cab8 0.2s done [2024-02-15T05:48:25.434Z] #31 sha256:695ae78b4957fef4e53adc51febd07f5401eb36fcd80fff3e5107a2b4aa42ace 528B / 528B done [2024-02-15T05:48:25.434Z] #31 sha256:d3782b16ccc94322a5c5a7d004192b5daa2a1ecd61c143074e36dba844408e1c 1.47kB / 1.47kB done [2024-02-15T05:48:25.434Z] #31 sha256:619be1103602d98e1963557998c954c892b3872986c27365e9f651f5bc27cab8 3.40MB / 3.40MB 0.1s done [2024-02-15T05:48:25.434Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-02-15T05:48:25.669Z] + sudo service docker restart [2024-02-15T05:48:25.694Z] #31 ... [2024-02-15T05:48:25.694Z] [2024-02-15T05:48:25.694Z] #32 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2024-02-15T05:48:25.694Z] #32 DONE 0.5s [2024-02-15T05:48:25.694Z] [2024-02-15T05:48:25.694Z] #29 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-02-15T05:48:25.694Z] #29 DONE 0.0s [2024-02-15T05:48:25.694Z] [2024-02-15T05:48:25.694Z] #33 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go [2024-02-15T05:48:25.694Z] #33 DONE 0.4s [2024-02-15T05:48:25.694Z] [2024-02-15T05:48:25.694Z] #31 [security-secretstore-setup stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-02-15T05:48:25.694Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-02-15T05:48:25.694Z] #31 extracting sha256:619be1103602d98e1963557998c954c892b3872986c27365e9f651f5bc27cab8 0.2s done [2024-02-15T05:48:25.694Z] #31 sha256:695ae78b4957fef4e53adc51febd07f5401eb36fcd80fff3e5107a2b4aa42ace 528B / 528B done [2024-02-15T05:48:25.694Z] #31 sha256:d3782b16ccc94322a5c5a7d004192b5daa2a1ecd61c143074e36dba844408e1c 1.47kB / 1.47kB done [2024-02-15T05:48:25.694Z] #31 sha256:619be1103602d98e1963557998c954c892b3872986c27365e9f651f5bc27cab8 3.40MB / 3.40MB 0.1s done [2024-02-15T05:48:25.694Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-02-15T05:48:25.694Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-02-15T05:48:25.694Z] #31 extracting sha256:619be1103602d98e1963557998c954c892b3872986c27365e9f651f5bc27cab8 0.2s done [2024-02-15T05:48:25.694Z] #31 sha256:695ae78b4957fef4e53adc51febd07f5401eb36fcd80fff3e5107a2b4aa42ace 528B / 528B done [2024-02-15T05:48:25.694Z] #31 sha256:d3782b16ccc94322a5c5a7d004192b5daa2a1ecd61c143074e36dba844408e1c 1.47kB / 1.47kB done [2024-02-15T05:48:25.694Z] #31 sha256:619be1103602d98e1963557998c954c892b3872986c27365e9f651f5bc27cab8 3.40MB / 3.40MB 0.1s done [2024-02-15T05:48:25.694Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-02-15T05:48:25.694Z] #31 DONE 0.8s [2024-02-15T05:48:25.694Z] [2024-02-15T05:48:25.694Z] #32 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2024-02-15T05:48:25.694Z] #32 DONE 0.5s [2024-02-15T05:48:25.694Z] [2024-02-15T05:48:25.694Z] #29 [core-command internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-02-15T05:48:25.694Z] #29 DONE 0.0s [2024-02-15T05:48:25.694Z] [2024-02-15T05:48:25.694Z] #30 [core-command internal] load metadata for docker.io/library/alpine:3.18 [2024-02-15T05:48:25.694Z] #30 DONE 0.4s [2024-02-15T05:48:25.694Z] [2024-02-15T05:48:25.694Z] #33 [security-proxy-auth builder 2/7] WORKDIR /edgex-go [2024-02-15T05:48:25.694Z] #33 DONE 0.4s [2024-02-15T05:48:25.694Z] [2024-02-15T05:48:25.694Z] #34 [security-proxy-auth stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-02-15T05:48:26.261Z] #34 ... [2024-02-15T05:48:26.261Z] [2024-02-15T05:48:26.261Z] #31 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-02-15T05:48:26.261Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-02-15T05:48:26.261Z] #31 extracting sha256:619be1103602d98e1963557998c954c892b3872986c27365e9f651f5bc27cab8 0.2s done [2024-02-15T05:48:26.261Z] #31 sha256:695ae78b4957fef4e53adc51febd07f5401eb36fcd80fff3e5107a2b4aa42ace 528B / 528B done [2024-02-15T05:48:26.261Z] #31 sha256:d3782b16ccc94322a5c5a7d004192b5daa2a1ecd61c143074e36dba844408e1c 1.47kB / 1.47kB done [2024-02-15T05:48:26.261Z] #31 sha256:619be1103602d98e1963557998c954c892b3872986c27365e9f651f5bc27cab8 3.40MB / 3.40MB 0.1s done [2024-02-15T05:48:26.261Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-02-15T05:48:26.261Z] #31 DONE 0.8s [2024-02-15T05:48:26.261Z] [2024-02-15T05:48:26.261Z] #35 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 [2024-02-15T05:48:26.261Z] #35 DONE 0.9s [2024-02-15T05:48:26.261Z] [2024-02-15T05:48:26.261Z] #36 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 [2024-02-15T05:48:26.261Z] #36 DONE 0.9s [2024-02-15T05:48:26.261Z] [2024-02-15T05:48:26.261Z] #31 [security-spire-server stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-02-15T05:48:26.261Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-02-15T05:48:26.261Z] #31 extracting sha256:619be1103602d98e1963557998c954c892b3872986c27365e9f651f5bc27cab8 0.2s done [2024-02-15T05:48:26.261Z] #31 sha256:695ae78b4957fef4e53adc51febd07f5401eb36fcd80fff3e5107a2b4aa42ace 528B / 528B done [2024-02-15T05:48:26.261Z] #31 sha256:d3782b16ccc94322a5c5a7d004192b5daa2a1ecd61c143074e36dba844408e1c 1.47kB / 1.47kB done [2024-02-15T05:48:26.261Z] #31 sha256:619be1103602d98e1963557998c954c892b3872986c27365e9f651f5bc27cab8 3.40MB / 3.40MB 0.1s done [2024-02-15T05:48:26.261Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-02-15T05:48:26.261Z] #31 DONE 0.8s [2024-02-15T05:48:26.261Z] [2024-02-15T05:48:26.261Z] #37 [security-spire-server internal] load build context [2024-02-15T05:48:26.261Z] #37 transferring context: 18.10kB 0.0s done [2024-02-15T05:48:26.261Z] #37 DONE 0.1s [2024-02-15T05:48:26.261Z] [2024-02-15T05:48:26.261Z] #38 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-02-15T05:48:26.261Z] #38 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 0.1s done [2024-02-15T05:48:26.261Z] #38 DONE 0.1s [2024-02-15T05:48:26.261Z] [2024-02-15T05:48:26.261Z] #39 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-02-15T05:48:26.261Z] #39 ... [2024-02-15T05:48:26.261Z] [2024-02-15T05:48:26.261Z] #40 [security-spire-config internal] load build context [2024-02-15T05:48:26.261Z] #40 transferring context: 16.35kB 0.0s done [2024-02-15T05:48:26.261Z] #40 DONE 0.2s [2024-02-15T05:48:26.261Z] [2024-02-15T05:48:26.261Z] #41 [security-spire-agent internal] load build context [2024-02-15T05:48:26.261Z] #41 transferring context: 17.63kB 0.0s done [2024-02-15T05:48:26.261Z] #41 DONE 0.2s [2024-02-15T05:48:26.524Z] [2024-02-15T05:48:26.524Z] #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-02-15T05:48:26.524Z] #42 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.1s done [2024-02-15T05:48:26.524Z] #42 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done [2024-02-15T05:48:26.524Z] #42 sha256:13e228de2edc156c9cd22d12c33ecfc049b8ac3b6e92ae8d11319185a75505d4 1.05kB / 1.05kB done [2024-02-15T05:48:26.524Z] #42 sha256:61cc53a269b199a7b169c2fb56b2d1061fc00d6167416d87f60f3ddc5ceb4f8b 2.74kB / 2.74kB done [2024-02-15T05:48:26.524Z] #42 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 0B / 120B 0.1s [2024-02-15T05:48:26.524Z] #42 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0B / 123.55kB 0.1s [2024-02-15T05:48:26.524Z] #42 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 0.0s done [2024-02-15T05:48:26.524Z] #42 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.2s done [2024-02-15T05:48:26.524Z] #42 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.2s done [2024-02-15T05:48:26.524Z] #42 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 0B / 302B 0.3s [2024-02-15T05:48:26.524Z] #42 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 0B / 25.84MB 0.3s [2024-02-15T05:48:26.783Z] #42 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.3s done [2024-02-15T05:48:26.783Z] #42 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.0s done [2024-02-15T05:48:27.043Z] #42 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 6.29MB / 25.84MB 0.6s [2024-02-15T05:48:27.043Z] #42 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 10.99MB / 25.84MB 0.7s [2024-02-15T05:48:27.043Z] #42 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 14.68MB / 25.84MB 0.8s [2024-02-15T05:48:27.301Z] #42 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 24.83MB / 25.84MB 1.0s [2024-02-15T05:48:28.238Z] #42 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 1.6s done [2024-02-15T05:48:28.814Z] #42 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 0.0s done [2024-02-15T05:48:28.814Z] #42 ... [2024-02-15T05:48:28.814Z] [2024-02-15T05:48:28.814Z] #43 [core-metadata builder 3/7] RUN apk add --update --no-cache make git [2024-02-15T05:48:28.814Z] #0 1.127 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-02-15T05:48:28.814Z] #0 1.316 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-02-15T05:48:28.814Z] #0 1.673 OK: 264 MiB in 52 packages [2024-02-15T05:48:28.814Z] #43 DONE 3.5s [2024-02-15T05:48:29.071Z] [2024-02-15T05:48:29.072Z] #38 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-02-15T05:48:29.072Z] #38 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 0.1s done [2024-02-15T05:48:29.072Z] #38 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done [2024-02-15T05:48:29.072Z] #38 sha256:7e76a3dce7eaf6d44f2b1987f5da8cd79a07e608aa6fd6d2c6133d2de2567113 1.05kB / 1.05kB done [2024-02-15T05:48:29.072Z] #38 sha256:fbfe9bfccec4363503047752a0612bd8185689ca4b7569a923953aa6ca43f9dc 2.74kB / 2.74kB done [2024-02-15T05:48:29.072Z] #38 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.2s done [2024-02-15T05:48:29.072Z] #38 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.2s done [2024-02-15T05:48:29.072Z] #38 sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 18.86MB / 18.86MB 1.1s done [2024-02-15T05:48:29.072Z] #38 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 0.0s done [2024-02-15T05:48:29.072Z] #38 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.0s done [2024-02-15T05:48:29.072Z] #38 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 done [2024-02-15T05:48:29.640Z] #38 extracting sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 [2024-02-15T05:48:29.901Z] #38 ... [2024-02-15T05:48:29.901Z] [2024-02-15T05:48:29.901Z] #44 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-02-15T05:48:29.901Z] #0 1.618 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-02-15T05:48:29.901Z] #0 1.709 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-02-15T05:48:29.901Z] #0 1.989 (1/1) Installing dumb-init (1.2.5-r2) [2024-02-15T05:48:29.901Z] #0 2.024 Executing busybox-1.36.1-r5.trigger [2024-02-15T05:48:29.901Z] #0 2.053 OK: 7 MiB in 16 packages [2024-02-15T05:48:29.901Z] #44 DONE 4.0s [2024-02-15T05:48:29.901Z] [2024-02-15T05:48:29.901Z] #45 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-02-15T05:48:29.901Z] #0 1.012 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-02-15T05:48:29.901Z] #0 1.110 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-02-15T05:48:29.901Z] #0 1.614 v3.18.6-34-gd89a095aa61 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-02-15T05:48:29.901Z] #0 1.614 v3.18.6-33-gc1e3cf9371f [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-02-15T05:48:29.901Z] #0 1.614 OK: 20074 distinct packages available [2024-02-15T05:48:29.901Z] #0 1.669 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-02-15T05:48:29.901Z] #0 1.772 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-02-15T05:48:29.901Z] #0 2.009 OK: 264 MiB in 52 packages [2024-02-15T05:48:29.901Z] #45 DONE 4.3s [2024-02-15T05:48:29.901Z] [2024-02-15T05:48:29.901Z] #46 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-02-15T05:48:29.901Z] #0 2.047 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-02-15T05:48:29.901Z] #0 2.125 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-02-15T05:48:29.901Z] #0 2.351 (1/2) Installing dumb-init (1.2.5-r2) [2024-02-15T05:48:29.901Z] #0 2.363 (2/2) Installing su-exec (0.2-r3) [2024-02-15T05:48:29.901Z] #0 2.366 Executing busybox-1.36.1-r5.trigger [2024-02-15T05:48:29.901Z] #0 2.383 OK: 7 MiB in 17 packages [2024-02-15T05:48:29.901Z] #46 DONE 4.0s [2024-02-15T05:48:29.901Z] [2024-02-15T05:48:29.901Z] #38 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-02-15T05:48:29.901Z] #38 ... [2024-02-15T05:48:29.901Z] [2024-02-15T05:48:29.901Z] #47 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-02-15T05:48:29.901Z] #0 1.191 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-02-15T05:48:29.901Z] #0 1.326 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-02-15T05:48:29.901Z] #0 1.548 (1/4) Installing dumb-init (1.2.5-r2) [2024-02-15T05:48:29.901Z] #0 1.554 (2/4) Installing openssl (3.1.4-r5) [2024-02-15T05:48:29.901Z] #0 1.576 (3/4) Installing su-exec (0.2-r3) [2024-02-15T05:48:29.901Z] #0 1.576 (4/4) Installing yq (4.33.3-r5) [2024-02-15T05:48:29.901Z] #0 1.679 Executing busybox-1.36.1-r5.trigger [2024-02-15T05:48:29.901Z] #0 1.692 OK: 17 MiB in 19 packages [2024-02-15T05:48:29.901Z] #47 DONE 4.0s [2024-02-15T05:48:29.901Z] [2024-02-15T05:48:29.901Z] #48 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-02-15T05:48:29.901Z] #0 1.059 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-02-15T05:48:29.901Z] #0 1.197 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-02-15T05:48:29.901Z] #0 1.462 (1/4) Installing ca-certificates (20230506-r0) [2024-02-15T05:48:29.901Z] #0 1.487 (2/4) Installing dumb-init (1.2.5-r2) [2024-02-15T05:48:29.901Z] #0 1.493 (3/4) Installing su-exec (0.2-r3) [2024-02-15T05:48:29.901Z] #0 1.499 (4/4) Installing yq (4.33.3-r5) [2024-02-15T05:48:29.901Z] #0 1.683 Executing busybox-1.36.1-r5.trigger [2024-02-15T05:48:29.901Z] #0 1.702 Executing ca-certificates-20230506-r0.trigger [2024-02-15T05:48:29.901Z] #0 1.760 OK: 17 MiB in 19 packages [2024-02-15T05:48:29.901Z] #48 DONE 4.1s [2024-02-15T05:48:29.901Z] [2024-02-15T05:48:29.901Z] #49 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-02-15T05:48:29.901Z] #0 0.936 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-02-15T05:48:29.901Z] #0 1.111 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-02-15T05:48:29.901Z] #0 1.520 OK: 264 MiB in 52 packages [2024-02-15T05:48:29.901Z] #49 DONE 4.4s [2024-02-15T05:48:29.901Z] [2024-02-15T05:48:29.901Z] #50 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-02-15T05:48:29.901Z] #0 1.834 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-02-15T05:48:29.901Z] #0 1.929 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-02-15T05:48:29.901Z] #0 2.137 (1/2) Installing ca-certificates (20230506-r0) [2024-02-15T05:48:29.901Z] #0 2.150 (2/2) Installing dumb-init (1.2.5-r2) [2024-02-15T05:48:29.901Z] #0 2.157 Executing busybox-1.36.1-r5.trigger [2024-02-15T05:48:29.901Z] #0 2.175 Executing ca-certificates-20230506-r0.trigger [2024-02-15T05:48:29.901Z] #0 2.234 OK: 8 MiB in 17 packages [2024-02-15T05:48:29.901Z] #50 DONE 4.2s [2024-02-15T05:48:29.901Z] [2024-02-15T05:48:29.901Z] #51 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-02-15T05:48:29.901Z] #0 0.916 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-02-15T05:48:29.901Z] #0 1.109 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-02-15T05:48:29.901Z] #0 1.620 OK: 264 MiB in 52 packages [2024-02-15T05:48:29.901Z] #51 DONE 4.5s [2024-02-15T05:48:29.901Z] [2024-02-15T05:48:29.901Z] #34 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-02-15T05:48:29.901Z] #34 1.005 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-02-15T05:48:29.901Z] #34 1.143 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-02-15T05:48:29.901Z] #34 1.384 (1/1) Installing dumb-init (1.2.5-r2) [2024-02-15T05:48:29.901Z] #34 1.393 Executing busybox-1.36.1-r5.trigger [2024-02-15T05:48:29.901Z] #34 1.413 OK: 7 MiB in 16 packages [2024-02-15T05:48:29.901Z] #34 DONE 4.5s [2024-02-15T05:48:29.901Z] [2024-02-15T05:48:29.901Z] #52 [core-metadata stage-1 3/7] RUN apk --no-cache upgrade [2024-02-15T05:48:30.162Z] #52 ... [2024-02-15T05:48:30.162Z] [2024-02-15T05:48:30.162Z] #53 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-02-15T05:48:30.162Z] #0 2.227 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-02-15T05:48:30.162Z] #0 2.319 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-02-15T05:48:30.162Z] #0 2.539 v3.18.6-34-gd89a095aa61 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-02-15T05:48:30.162Z] #0 2.539 v3.18.6-33-gc1e3cf9371f [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-02-15T05:48:30.162Z] #0 2.539 OK: 20069 distinct packages available [2024-02-15T05:48:30.162Z] #0 2.594 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-02-15T05:48:30.162Z] #0 2.665 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-02-15T05:48:30.162Z] #0 2.902 (1/11) Installing ca-certificates (20230506-r0) [2024-02-15T05:48:30.162Z] #0 2.918 (2/11) Installing brotli-libs (1.0.9-r14) [2024-02-15T05:48:30.162Z] #0 2.928 (3/11) Installing libunistring (1.1-r1) [2024-02-15T05:48:30.162Z] #0 2.944 (4/11) Installing libidn2 (2.3.4-r1) [2024-02-15T05:48:30.162Z] #0 2.949 (5/11) Installing nghttp2-libs (1.57.0-r0) [2024-02-15T05:48:30.162Z] #0 2.956 (6/11) Installing libcurl (8.5.0-r0) [2024-02-15T05:48:30.162Z] #0 2.969 (7/11) Installing curl (8.5.0-r0) [2024-02-15T05:48:30.162Z] #0 2.975 (8/11) Installing dumb-init (1.2.5-r2) [2024-02-15T05:48:30.162Z] #0 2.983 (9/11) Installing musl-obstack (1.2.3-r2) [2024-02-15T05:48:30.162Z] #0 2.983 (10/11) Installing libucontext (1.2-r2) [2024-02-15T05:48:30.162Z] #0 2.984 (11/11) Installing gcompat (1.1.0-r1) [2024-02-15T05:48:30.162Z] #0 2.999 Executing busybox-1.36.1-r5.trigger [2024-02-15T05:48:30.162Z] #0 2.999 Executing ca-certificates-20230506-r0.trigger [2024-02-15T05:48:30.162Z] #0 3.077 OK: 12 MiB in 26 packages [2024-02-15T05:48:30.162Z] #53 DONE 4.3s [2024-02-15T05:48:30.162Z] [2024-02-15T05:48:30.162Z] #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-02-15T05:48:30.162Z] #42 extracting sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 0.3s [2024-02-15T05:48:32.765Z] #42 extracting sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 2.4s done [2024-02-15T05:48:33.399Z] #42 ... [2024-02-15T05:48:33.399Z] [2024-02-15T05:48:33.399Z] #38 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-02-15T05:48:33.399Z] #38 extracting sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 1.7s done [2024-02-15T05:48:33.399Z] #38 DONE 7.1s [2024-02-15T05:48:33.399Z] [2024-02-15T05:48:33.399Z] #54 [security-secretstore-setup internal] load build context [2024-02-15T05:48:33.399Z] #54 transferring context: 286.00MB 7.7s [2024-02-15T05:48:33.697Z] #54 transferring context: 310.13MB 8.1s done [2024-02-15T05:48:34.275Z] #54 ... [2024-02-15T05:48:34.275Z] [2024-02-15T05:48:34.275Z] #55 [support-scheduler internal] load build context [2024-02-15T05:48:34.535Z] #55 ... [2024-02-15T05:48:34.535Z] [2024-02-15T05:48:34.535Z] #56 [core-metadata internal] load build context [2024-02-15T05:48:34.535Z] #56 transferring context: 310.13MB 7.1s done [2024-02-15T05:48:34.535Z] #56 DONE 9.3s [2024-02-15T05:48:34.535Z] [2024-02-15T05:48:34.535Z] #57 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-02-15T05:48:34.535Z] #0 2.183 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-02-15T05:48:34.535Z] #0 2.260 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-02-15T05:48:34.535Z] #0 2.589 OK: 17 MiB in 19 packages [2024-02-15T05:48:34.535Z] #57 DONE 4.6s [2024-02-15T05:48:34.535Z] [2024-02-15T05:48:34.535Z] #58 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-02-15T05:48:34.535Z] #0 2.873 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-02-15T05:48:34.535Z] #0 2.963 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-02-15T05:48:34.535Z] #0 3.192 OK: 12 MiB in 26 packages [2024-02-15T05:48:34.535Z] #58 DONE 4.4s [2024-02-15T05:48:34.535Z] [2024-02-15T05:48:34.535Z] #59 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-02-15T05:48:34.535Z] #0 2.701 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-02-15T05:48:34.535Z] #0 2.789 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-02-15T05:48:34.535Z] #0 3.042 OK: 8 MiB in 17 packages [2024-02-15T05:48:34.535Z] #59 DONE 4.5s [2024-02-15T05:48:34.535Z] [2024-02-15T05:48:34.535Z] #60 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-02-15T05:48:34.535Z] #0 2.676 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-02-15T05:48:34.535Z] #0 2.762 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-02-15T05:48:34.535Z] #0 3.015 OK: 7 MiB in 17 packages [2024-02-15T05:48:34.535Z] #60 DONE 4.7s [2024-02-15T05:48:34.535Z] [2024-02-15T05:48:34.535Z] #39 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-02-15T05:48:34.535Z] #39 4.620 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-02-15T05:48:34.535Z] #39 4.709 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-02-15T05:48:34.535Z] #39 4.941 v3.18.6-34-gd89a095aa61 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-02-15T05:48:34.535Z] #39 4.941 v3.18.6-33-gc1e3cf9371f [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-02-15T05:48:34.535Z] #39 4.941 OK: 20069 distinct packages available [2024-02-15T05:48:34.535Z] #39 4.996 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-02-15T05:48:34.535Z] #39 5.074 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-02-15T05:48:34.535Z] #39 5.332 (1/5) Installing dumb-init (1.2.5-r2) [2024-02-15T05:48:34.535Z] #39 5.332 (2/5) Installing musl-obstack (1.2.3-r2) [2024-02-15T05:48:34.535Z] #39 5.332 (3/5) Installing libucontext (1.2-r2) [2024-02-15T05:48:34.535Z] #39 5.338 (4/5) Installing gcompat (1.1.0-r1) [2024-02-15T05:48:34.535Z] #39 5.343 (5/5) Installing openssl (3.1.4-r5) [2024-02-15T05:48:34.535Z] #39 5.350 Executing busybox-1.36.1-r5.trigger [2024-02-15T05:48:34.535Z] #39 5.363 OK: 8 MiB in 20 packages [2024-02-15T05:48:34.535Z] #39 DONE 8.3s [2024-02-15T05:48:34.535Z] [2024-02-15T05:48:34.535Z] #61 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-02-15T05:48:34.535Z] #0 4.635 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-02-15T05:48:34.535Z] #0 4.712 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-02-15T05:48:34.535Z] #0 4.947 v3.18.6-34-gd89a095aa61 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-02-15T05:48:34.535Z] #0 4.947 v3.18.6-33-gc1e3cf9371f [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-02-15T05:48:34.535Z] #0 4.947 OK: 20069 distinct packages available [2024-02-15T05:48:34.535Z] #0 5.012 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-02-15T05:48:34.535Z] #0 5.114 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-02-15T05:48:34.535Z] #0 5.356 (1/4) Installing dumb-init (1.2.5-r2) [2024-02-15T05:48:34.535Z] #0 5.362 (2/4) Installing musl-obstack (1.2.3-r2) [2024-02-15T05:48:34.535Z] #0 5.365 (3/4) Installing libucontext (1.2-r2) [2024-02-15T05:48:34.535Z] #0 5.369 (4/4) Installing gcompat (1.1.0-r1) [2024-02-15T05:48:34.535Z] #0 5.377 Executing busybox-1.36.1-r5.trigger [2024-02-15T05:48:34.535Z] #0 5.391 OK: 8 MiB in 19 packages [2024-02-15T05:48:34.535Z] #61 DONE 8.3s [2024-02-15T05:48:34.535Z] [2024-02-15T05:48:34.535Z] #52 [core-metadata stage-1 3/7] RUN apk --no-cache upgrade [2024-02-15T05:48:34.535Z] #52 1.782 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-02-15T05:48:34.535Z] #52 1.879 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-02-15T05:48:34.535Z] #52 2.094 OK: 7 MiB in 16 packages [2024-02-15T05:48:34.535Z] #52 DONE 4.8s [2024-02-15T05:48:34.535Z] [2024-02-15T05:48:34.535Z] #55 [support-scheduler internal] load build context [2024-02-15T05:48:34.535Z] #55 ... [2024-02-15T05:48:34.535Z] [2024-02-15T05:48:34.535Z] #62 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-02-15T05:48:34.794Z] #62 ... [2024-02-15T05:48:34.794Z] [2024-02-15T05:48:34.794Z] #63 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-02-15T05:48:34.794Z] #0 1.830 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-02-15T05:48:34.794Z] #0 1.941 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-02-15T05:48:34.794Z] #0 2.167 OK: 7 MiB in 16 packages [2024-02-15T05:48:34.794Z] #63 DONE 4.8s [2024-02-15T05:48:34.794Z] [2024-02-15T05:48:34.794Z] #64 [security-spiffe-token-provider internal] load build context [2024-02-15T05:48:34.794Z] #64 transferring context: 310.13MB 7.3s done [2024-02-15T05:48:34.794Z] #64 DONE 9.2s [2024-02-15T05:48:34.794Z] [2024-02-15T05:48:34.794Z] #65 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-02-15T05:48:34.794Z] #0 1.692 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-02-15T05:48:34.794Z] #0 1.800 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-02-15T05:48:34.794Z] #0 2.016 OK: 17 MiB in 19 packages [2024-02-15T05:48:34.794Z] #65 DONE 4.7s [2024-02-15T05:48:34.794Z] [2024-02-15T05:48:34.794Z] #66 [core-data internal] load build context [2024-02-15T05:48:34.794Z] #66 transferring context: 310.13MB 8.1s done [2024-02-15T05:48:34.794Z] #66 DONE 9.3s [2024-02-15T05:48:34.794Z] [2024-02-15T05:48:34.794Z] #67 [security-bootstrapper internal] load build context [2024-02-15T05:48:34.794Z] #67 transferring context: 310.13MB 7.8s done [2024-02-15T05:48:34.794Z] #67 DONE 8.9s [2024-02-15T05:48:34.794Z] [2024-02-15T05:48:34.794Z] #54 [security-secretstore-setup internal] load build context [2024-02-15T05:48:34.794Z] #54 DONE 9.1s [2024-02-15T05:48:34.794Z] [2024-02-15T05:48:34.794Z] #68 [core-command internal] load build context [2024-02-15T05:48:34.794Z] #68 transferring context: 310.13MB 8.1s done [2024-02-15T05:48:34.794Z] #68 DONE 8.9s [2024-02-15T05:48:34.794Z] [2024-02-15T05:48:34.794Z] #69 [support-notifications internal] load build context [2024-02-15T05:48:34.794Z] #69 transferring context: 310.13MB 8.6s done [2024-02-15T05:48:34.794Z] #69 DONE 9.3s [2024-02-15T05:48:34.794Z] [2024-02-15T05:48:34.794Z] #70 [security-proxy-auth internal] load build context [2024-02-15T05:48:34.794Z] #70 transferring context: 310.13MB 8.3s done [2024-02-15T05:48:34.794Z] #70 DONE 8.9s [2024-02-15T05:48:34.794Z] [2024-02-15T05:48:34.794Z] #71 [core-common-config-bootstrapper internal] load build context [2024-02-15T05:48:34.794Z] #71 transferring context: 310.13MB 8.5s done [2024-02-15T05:48:34.794Z] #71 DONE 9.1s [2024-02-15T05:48:34.794Z] [2024-02-15T05:48:34.794Z] #55 [support-scheduler internal] load build context [2024-02-15T05:48:34.794Z] #55 transferring context: 310.13MB 9.5s done [2024-02-15T05:48:34.794Z] #55 DONE 9.8s [2024-02-15T05:48:34.794Z] [2024-02-15T05:48:34.794Z] #72 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-02-15T05:48:34.794Z] #72 ... [2024-02-15T05:48:34.794Z] [2024-02-15T05:48:34.794Z] #73 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-02-15T05:48:34.794Z] #73 DONE 0.4s [2024-02-15T05:48:34.794Z] [2024-02-15T05:48:34.794Z] #74 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-02-15T05:48:34.794Z] #74 DONE 0.3s [2024-02-15T05:48:34.794Z] [2024-02-15T05:48:34.794Z] #75 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-02-15T05:48:34.794Z] #75 DONE 0.3s [2024-02-15T05:48:34.794Z] [2024-02-15T05:48:34.794Z] #76 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-02-15T05:48:34.794Z] #76 DONE 0.3s [2024-02-15T05:48:35.052Z] [2024-02-15T05:48:35.052Z] #72 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-02-15T05:48:35.052Z] #72 DONE 0.1s [2024-02-15T05:48:35.052Z] [2024-02-15T05:48:35.052Z] #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-02-15T05:48:35.052Z] #42 DONE 8.8s [2024-02-15T05:48:35.052Z] [2024-02-15T05:48:35.052Z] #77 [security-proxy-setup internal] load build context [2024-02-15T05:48:35.313Z] #77 transferring context: 310.13MB 10.0s done [2024-02-15T05:48:35.313Z] #77 DONE 10.0s [2024-02-15T05:48:35.313Z] [2024-02-15T05:48:35.313Z] #78 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-02-15T05:48:35.885Z] #78 1.393 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-02-15T05:48:36.144Z] #78 ... [2024-02-15T05:48:36.144Z] [2024-02-15T05:48:36.144Z] #79 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-02-15T05:48:36.144Z] #79 DONE 1.5s [2024-02-15T05:48:36.144Z] [2024-02-15T05:48:36.144Z] #80 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2024-02-15T05:48:36.144Z] #80 DONE 0.0s [2024-02-15T05:48:36.144Z] [2024-02-15T05:48:36.144Z] #78 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-02-15T05:48:36.144Z] #78 1.495 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-02-15T05:48:36.144Z] #78 1.718 OK: 8 MiB in 20 packages [2024-02-15T05:48:36.420Z] #78 DONE 1.8s [2024-02-15T05:48:36.420Z] [2024-02-15T05:48:36.420Z] #81 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-02-15T05:48:36.679Z] #81 DONE 0.3s [2024-02-15T05:48:36.679Z] [2024-02-15T05:48:36.679Z] #62 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-02-15T05:48:36.679Z] #62 1.500 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-02-15T05:48:36.679Z] #62 1.585 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-02-15T05:48:36.679Z] #62 1.862 OK: 8 MiB in 19 packages [2024-02-15T05:48:36.679Z] #62 DONE 2.1s [2024-02-15T05:48:36.679Z] [2024-02-15T05:48:36.679Z] #82 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-02-15T05:48:36.679Z] #82 DONE 0.3s [2024-02-15T05:48:36.679Z] [2024-02-15T05:48:36.679Z] #83 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-02-15T05:48:36.939Z] #83 DONE 0.1s [2024-02-15T05:48:36.939Z] [2024-02-15T05:48:36.939Z] #84 [security-spire-server stage-2 6/9] COPY security.txt / [2024-02-15T05:48:36.939Z] #84 ... [2024-02-15T05:48:36.939Z] [2024-02-15T05:48:36.939Z] #85 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-02-15T05:48:36.939Z] #85 DONE 0.4s [2024-02-15T05:48:37.199Z] [2024-02-15T05:48:37.199Z] #84 [security-spire-server stage-2 6/9] COPY security.txt / [2024-02-15T05:48:37.199Z] #84 DONE 0.3s [2024-02-15T05:48:37.199Z] [2024-02-15T05:48:37.199Z] #86 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-02-15T05:48:37.199Z] #86 DONE 0.4s [2024-02-15T05:48:37.199Z] [2024-02-15T05:48:37.199Z] #87 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-02-15T05:48:37.199Z] #87 DONE 0.1s [2024-02-15T05:48:37.199Z] [2024-02-15T05:48:37.199Z] #88 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-02-15T05:48:37.199Z] #88 DONE 0.1s [2024-02-15T05:48:37.199Z] [2024-02-15T05:48:37.199Z] #89 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-02-15T05:48:37.199Z] #89 DONE 0.1s [2024-02-15T05:48:37.199Z] [2024-02-15T05:48:37.199Z] #90 [security-spire-config stage-2 6/10] COPY security.txt / [2024-02-15T05:48:37.199Z] #90 DONE 0.1s [2024-02-15T05:48:37.199Z] [2024-02-15T05:48:37.199Z] #91 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-02-15T05:48:37.199Z] #91 DONE 0.0s [2024-02-15T05:48:37.199Z] [2024-02-15T05:48:37.199Z] #92 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-02-15T05:48:37.199Z] #92 DONE 0.0s [2024-02-15T05:48:37.199Z] [2024-02-15T05:48:37.199Z] #93 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-02-15T05:48:37.199Z] #93 DONE 0.1s [2024-02-15T05:48:37.199Z] [2024-02-15T05:48:37.199Z] #94 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-02-15T05:48:37.199Z] #94 DONE 0.1s [2024-02-15T05:48:37.199Z] [2024-02-15T05:48:37.199Z] #95 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-02-15T05:48:37.199Z] #95 DONE 0.1s [2024-02-15T05:48:37.199Z] [2024-02-15T05:48:37.199Z] #96 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-02-15T05:48:37.199Z] #96 DONE 0.1s [2024-02-15T05:48:37.199Z] [2024-02-15T05:48:37.199Z] #97 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-02-15T05:48:37.199Z] #97 DONE 0.1s [2024-02-15T05:48:37.199Z] [2024-02-15T05:48:37.199Z] #98 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-02-15T05:48:37.458Z] #98 DONE 0.1s [2024-02-15T05:48:37.458Z] [2024-02-15T05:48:37.458Z] #99 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-02-15T05:48:37.458Z] #99 DONE 0.1s [2024-02-15T05:48:37.458Z] [2024-02-15T05:48:37.458Z] #100 [security-spire-config] exporting to image [2024-02-15T05:48:37.458Z] #100 exporting layers [2024-02-15T05:48:38.028Z] #100 exporting layers 0.6s done [2024-02-15T05:48:38.028Z] #100 writing image sha256:5db7df19e798a307c85215d0c848897eb74125e43d9385bd72561d08b1b24dac done [2024-02-15T05:48:38.028Z] #100 naming to docker.io/library/security-spire-server done [2024-02-15T05:48:38.028Z] #100 writing image sha256:3c9bf1811b16a43ed8a1dd4ff94baa273390dd281fae5ce1f8905e55c3ac07a8 [2024-02-15T05:48:38.028Z] #100 exporting layers 0.5s done [2024-02-15T05:48:38.028Z] #100 writing image sha256:3c9bf1811b16a43ed8a1dd4ff94baa273390dd281fae5ce1f8905e55c3ac07a8 done [2024-02-15T05:48:38.028Z] #100 naming to docker.io/library/security-spire-agent done [2024-02-15T05:48:38.028Z] #100 writing image sha256:e797b302e4618c52e73ca12ef8f0936b970dd93dd4ee5e0a2beb3d35e28a0dc6 done [2024-02-15T05:48:38.028Z] #100 naming to docker.io/library/security-spire-config done [2024-02-15T05:48:38.028Z] #100 DONE 0.7s [2024-02-15T05:48:38.028Z] [2024-02-15T05:48:38.028Z] #101 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-02-15T05:48:43.932Z] provisioning config files... [2024-02-15T05:48:43.955Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/624@tmp/config8608687015084286564tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-02-15T05:48:44.413Z] ---> ****-login.sh [2024-02-15T05:48:44.413Z] nexus3.edgexfoundry.org:10001 [2024-02-15T05:48:44.682Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-02-15T05:48:44.953Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-02-15T05:48:44.953Z] Configure a credential helper to remove this warning. See [2024-02-15T05:48:44.953Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-02-15T05:48:44.953Z] [2024-02-15T05:48:44.953Z] Login Succeeded [2024-02-15T05:48:44.953Z] nexus3.edgexfoundry.org:10002 [2024-02-15T05:48:45.221Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-02-15T05:48:45.221Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-02-15T05:48:45.221Z] Configure a credential helper to remove this warning. See [2024-02-15T05:48:45.221Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-02-15T05:48:45.221Z] [2024-02-15T05:48:45.221Z] Login Succeeded [2024-02-15T05:48:45.221Z] nexus3.edgexfoundry.org:10003 [2024-02-15T05:48:45.490Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-02-15T05:48:45.490Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-02-15T05:48:45.490Z] Configure a credential helper to remove this warning. See [2024-02-15T05:48:45.491Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-02-15T05:48:45.491Z] [2024-02-15T05:48:45.491Z] Login Succeeded [2024-02-15T05:48:45.491Z] nexus3.edgexfoundry.org:10004 [2024-02-15T05:48:45.760Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-02-15T05:48:46.028Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-02-15T05:48:46.028Z] Configure a credential helper to remove this warning. See [2024-02-15T05:48:46.028Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-02-15T05:48:46.028Z] [2024-02-15T05:48:46.028Z] Login Succeeded [2024-02-15T05:48:46.028Z] ****.io [2024-02-15T05:48:46.152Z] #101 ... [2024-02-15T05:48:46.152Z] [2024-02-15T05:48:46.152Z] #102 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-02-15T05:48:46.152Z] #102 ... [2024-02-15T05:48:46.152Z] [2024-02-15T05:48:46.152Z] #103 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-02-15T05:48:46.152Z] #103 ... [2024-02-15T05:48:46.152Z] [2024-02-15T05:48:46.152Z] #104 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-02-15T05:48:46.298Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-02-15T05:48:46.298Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-02-15T05:48:46.298Z] Configure a credential helper to remove this warning. See [2024-02-15T05:48:46.298Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-02-15T05:48:46.298Z] [2024-02-15T05:48:46.298Z] Login Succeeded [2024-02-15T05:48:46.298Z] ---> ****-login.sh ends [Pipeline] } [2024-02-15T05:48:46.310Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2024-02-15T05:48:46.946Z] + git config --global --add safe.directory /w/workspace/edgex-go/624 [Pipeline] echo [2024-02-15T05:48:46.964Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-02-15T05:48:47.002Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-02-15T05:48:47.042Z] ========================================================= [2024-02-15T05:48:47.042Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2024-02-15T05:48:47.042Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-02-15T05:48:47.420Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-02-15T05:48:47.420Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-02-15T05:48:47.420Z] 9fda8d8052c6: Pulling fs layer [2024-02-15T05:48:47.420Z] 5d54e960e981: Pulling fs layer [2024-02-15T05:48:47.420Z] c4a7e357bf2a: Pulling fs layer [2024-02-15T05:48:47.420Z] f0e02332f6b5: Pulling fs layer [2024-02-15T05:48:47.420Z] 872ee5b61b7b: Pulling fs layer [2024-02-15T05:48:47.420Z] 0c6a40ed1a82: Pulling fs layer [2024-02-15T05:48:47.420Z] 94ae7d8d031c: Pulling fs layer [2024-02-15T05:48:47.420Z] f0e02332f6b5: Waiting [2024-02-15T05:48:47.420Z] 872ee5b61b7b: Waiting [2024-02-15T05:48:47.420Z] 0c6a40ed1a82: Waiting [2024-02-15T05:48:47.420Z] 94ae7d8d031c: Waiting [2024-02-15T05:48:47.688Z] 5d54e960e981: Verifying Checksum [2024-02-15T05:48:47.688Z] 5d54e960e981: Download complete [2024-02-15T05:48:47.688Z] f0e02332f6b5: Verifying Checksum [2024-02-15T05:48:47.688Z] f0e02332f6b5: Download complete [2024-02-15T05:48:47.688Z] 872ee5b61b7b: Verifying Checksum [2024-02-15T05:48:47.688Z] 872ee5b61b7b: Download complete [2024-02-15T05:48:47.688Z] 9fda8d8052c6: Download complete [2024-02-15T05:48:48.277Z] 94ae7d8d031c: Verifying Checksum [2024-02-15T05:48:48.277Z] 94ae7d8d031c: Download complete [2024-02-15T05:48:48.545Z] 9fda8d8052c6: Pull complete [2024-02-15T05:48:49.130Z] 5d54e960e981: Pull complete [2024-02-15T05:48:49.402Z] c4a7e357bf2a: Verifying Checksum [2024-02-15T05:48:49.402Z] c4a7e357bf2a: Download complete [2024-02-15T05:48:50.366Z] 0c6a40ed1a82: Verifying Checksum [2024-02-15T05:48:50.366Z] 0c6a40ed1a82: Download complete [2024-02-15T05:49:02.696Z] c4a7e357bf2a: Pull complete [2024-02-15T05:49:02.696Z] f0e02332f6b5: Pull complete [2024-02-15T05:49:02.696Z] 872ee5b61b7b: Pull complete [2024-02-15T05:49:08.164Z] #104 ... [2024-02-15T05:49:08.164Z] [2024-02-15T05:49:08.164Z] #102 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-02-15T05:49:08.164Z] #102 DONE 32.1s [2024-02-15T05:49:08.164Z] [2024-02-15T05:49:08.164Z] #105 [core-metadata builder 6/7] COPY . . [2024-02-15T05:49:08.164Z] #105 ... [2024-02-15T05:49:08.164Z] [2024-02-15T05:49:08.164Z] #101 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-02-15T05:49:08.164Z] #101 DONE 32.2s [2024-02-15T05:49:08.164Z] [2024-02-15T05:49:08.164Z] #106 [support-notifications builder 6/7] COPY . . [2024-02-15T05:49:08.164Z] #106 ... [2024-02-15T05:49:08.164Z] [2024-02-15T05:49:08.164Z] #103 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-02-15T05:49:08.164Z] #103 DONE 32.4s [2024-02-15T05:49:08.164Z] [2024-02-15T05:49:08.164Z] #107 [security-spiffe-token-provider builder 6/7] COPY . . [2024-02-15T05:49:08.164Z] #107 ... [2024-02-15T05:49:08.164Z] [2024-02-15T05:49:08.164Z] #104 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-02-15T05:49:08.164Z] #104 DONE 32.8s [2024-02-15T05:49:08.164Z] [2024-02-15T05:49:08.164Z] #108 [security-bootstrapper builder 6/7] COPY . . [2024-02-15T05:49:12.782Z] 0c6a40ed1a82: Pull complete [2024-02-15T05:49:13.441Z] #108 ... [2024-02-15T05:49:13.441Z] [2024-02-15T05:49:13.441Z] #105 [core-metadata builder 6/7] COPY . . [2024-02-15T05:49:13.441Z] #105 DONE 5.8s [2024-02-15T05:49:13.441Z] [2024-02-15T05:49:13.441Z] #109 [core-command builder 6/7] COPY . . [2024-02-15T05:49:13.441Z] #109 CACHED [2024-02-15T05:49:13.441Z] [2024-02-15T05:49:13.441Z] #110 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-02-15T05:49:13.441Z] #110 CACHED [2024-02-15T05:49:13.441Z] [2024-02-15T05:49:13.441Z] #111 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-02-15T05:49:13.441Z] #111 CACHED [2024-02-15T05:49:13.441Z] [2024-02-15T05:49:13.441Z] #112 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-02-15T05:49:13.441Z] #112 CACHED [2024-02-15T05:49:13.441Z] [2024-02-15T05:49:13.441Z] #113 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-02-15T05:49:13.441Z] #113 CACHED [2024-02-15T05:49:13.441Z] [2024-02-15T05:49:13.441Z] #114 [core-data builder 6/7] COPY . . [2024-02-15T05:49:13.441Z] #114 CACHED [2024-02-15T05:49:13.441Z] [2024-02-15T05:49:13.441Z] #115 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-02-15T05:49:13.441Z] #115 CACHED [2024-02-15T05:49:13.441Z] [2024-02-15T05:49:13.441Z] #116 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-02-15T05:49:13.441Z] #116 CACHED [2024-02-15T05:49:13.441Z] [2024-02-15T05:49:13.441Z] #117 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-02-15T05:49:13.441Z] #117 CACHED [2024-02-15T05:49:13.441Z] [2024-02-15T05:49:13.441Z] #118 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-02-15T05:49:13.441Z] #118 CACHED [2024-02-15T05:49:13.441Z] [2024-02-15T05:49:13.441Z] #119 [security-proxy-auth builder 6/7] COPY . . [2024-02-15T05:49:13.441Z] #119 CACHED [2024-02-15T05:49:13.441Z] [2024-02-15T05:49:13.441Z] #120 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-02-15T05:49:13.441Z] #120 CACHED [2024-02-15T05:49:13.441Z] [2024-02-15T05:49:13.441Z] #121 [support-scheduler builder 6/7] COPY . . [2024-02-15T05:49:13.441Z] #121 CACHED [2024-02-15T05:49:13.441Z] [2024-02-15T05:49:13.441Z] #122 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-02-15T05:49:13.441Z] #122 CACHED [2024-02-15T05:49:13.441Z] [2024-02-15T05:49:13.441Z] #123 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-02-15T05:49:13.441Z] #123 CACHED [2024-02-15T05:49:13.441Z] [2024-02-15T05:49:13.441Z] #124 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-02-15T05:49:13.757Z] 94ae7d8d031c: Pull complete [2024-02-15T05:49:13.757Z] Digest: sha256:bced28d2139e98291f6f5222245e06760ce829f55f75386c6c13bfabca1016f1 [2024-02-15T05:49:13.757Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-02-15T05:49:13.757Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [Pipeline] fileExists [Pipeline] sh [2024-02-15T05:49:14.125Z] + docker build -t ci-base-image-arm64 -f - . [2024-02-15T05:49:14.126Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-02-15T05:49:14.126Z] WORKDIR /edgex [2024-02-15T05:49:14.126Z] COPY go.mod . [2024-02-15T05:49:14.126Z] RUN go mod download [2024-02-15T05:49:14.714Z] Sending build context to Docker daemon 2.918MB [2024-02-15T05:49:14.714Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-02-15T05:49:14.714Z] ---> 86de565de09d [2024-02-15T05:49:14.714Z] Step 2/4 : WORKDIR /edgex [2024-02-15T05:49:16.678Z] ---> Running in bf5134886725 [2024-02-15T05:49:16.678Z] Removing intermediate container bf5134886725 [2024-02-15T05:49:16.678Z] ---> 4f04a1ab11ff [2024-02-15T05:49:16.678Z] Step 3/4 : COPY go.mod . [2024-02-15T05:49:16.954Z] ---> 2173ecba2402 [2024-02-15T05:49:16.954Z] Step 4/4 : RUN go mod download [2024-02-15T05:49:17.222Z] ---> Running in 4ab03e3787c6 [2024-02-15T05:49:20.116Z] #124 ... [2024-02-15T05:49:20.116Z] [2024-02-15T05:49:20.116Z] #108 [security-bootstrapper builder 6/7] COPY . . [2024-02-15T05:49:20.116Z] #108 DONE 11.3s [2024-02-15T05:49:20.116Z] [2024-02-15T05:49:20.116Z] #125 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-02-15T05:49:20.116Z] #125 CACHED [2024-02-15T05:49:20.116Z] [2024-02-15T05:49:20.116Z] #126 [security-secretstore-setup builder 6/7] COPY . . [2024-02-15T05:49:20.116Z] #126 CACHED [2024-02-15T05:49:20.116Z] [2024-02-15T05:49:20.116Z] #127 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-02-15T05:49:20.116Z] #127 CACHED [2024-02-15T05:49:20.116Z] [2024-02-15T05:49:20.116Z] #128 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-02-15T05:49:20.116Z] #128 CACHED [2024-02-15T05:49:20.116Z] [2024-02-15T05:49:20.116Z] #129 [security-proxy-setup builder 6/7] COPY . . [2024-02-15T05:49:20.116Z] #129 CACHED [2024-02-15T05:49:20.116Z] [2024-02-15T05:49:20.116Z] #130 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-02-15T05:49:20.116Z] #130 CACHED [2024-02-15T05:49:20.116Z] [2024-02-15T05:49:20.116Z] #106 [support-notifications builder 6/7] COPY . . [2024-02-15T05:49:20.116Z] #106 DONE 12.1s [2024-02-15T05:49:20.116Z] [2024-02-15T05:49:20.116Z] #107 [security-spiffe-token-provider builder 6/7] COPY . . [2024-02-15T05:49:20.116Z] #107 DONE 11.8s [2024-02-15T05:49:20.116Z] [2024-02-15T05:49:20.116Z] #131 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-02-15T05:49:20.376Z] #131 1.051 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.14" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-02-15T05:49:23.088Z] #131 ... [2024-02-15T05:49:23.088Z] [2024-02-15T05:49:23.088Z] #132 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-02-15T05:49:23.088Z] #0 7.226 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.14" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-02-15T05:49:23.347Z] #132 ... [2024-02-15T05:49:23.347Z] [2024-02-15T05:49:23.347Z] #133 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-02-15T05:49:23.347Z] #0 6.700 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.14" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-02-15T05:49:23.347Z] #133 ... [2024-02-15T05:49:23.347Z] [2024-02-15T05:49:23.347Z] #134 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-02-15T05:49:23.347Z] #0 7.224 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.14" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-02-15T05:49:23.668Z] #134 ... [2024-02-15T05:49:23.668Z] [2024-02-15T05:49:23.668Z] #135 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-02-15T05:49:23.668Z] #0 6.608 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.14" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-02-15T05:49:24.052Z] #135 ... [2024-02-15T05:49:24.052Z] [2024-02-15T05:49:24.052Z] #136 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-02-15T05:49:24.052Z] #0 7.112 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.14" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-02-15T05:49:24.052Z] #136 ... [2024-02-15T05:49:24.052Z] [2024-02-15T05:49:24.052Z] #137 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-02-15T05:49:24.052Z] #0 1.321 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.14" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2024-02-15T05:49:30.602Z] #137 ... [2024-02-15T05:49:30.602Z] [2024-02-15T05:49:30.602Z] #138 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-02-15T05:49:30.602Z] #0 0.582 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.14" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-02-15T05:49:30.602Z] #138 ... [2024-02-15T05:49:30.602Z] [2024-02-15T05:49:30.602Z] #139 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-02-15T05:49:30.602Z] #0 1.322 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.14" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-02-15T05:49:30.602Z] #139 ... [2024-02-15T05:49:30.602Z] [2024-02-15T05:49:30.602Z] #140 [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-02-15T05:49:30.602Z] #0 1.117 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.14" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-02-15T05:49:30.602Z] #140 ... [2024-02-15T05:49:30.602Z] [2024-02-15T05:49:30.602Z] #124 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-02-15T05:49:30.602Z] #124 7.120 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.14" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-02-15T05:50:04.083Z] Removing intermediate container 4ab03e3787c6 [2024-02-15T05:50:04.084Z] ---> d3008482be74 [2024-02-15T05:50:04.084Z] Successfully built d3008482be74 [2024-02-15T05:50:04.084Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:50:04.440Z] + docker inspect -f . ci-base-image-arm64 [2024-02-15T05:50:04.441Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-02-15T05:50:04.768Z] prd-ubuntu20.04-docker-arm64-4c-16g-957 does not seem to be running inside a container [2024-02-15T05:50:04.859Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/624 -v /w/workspace/edgex-go/624:/w/workspace/edgex-go/624:rw,z -v /w/workspace/edgex-go/624@tmp:/w/workspace/edgex-go/624@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2024-02-15T05:50:06.117Z] $ docker top 77d7ab8d7920a9f2065b5da92ee03dbce7024aafa8290ec53b01f09e7deb1845 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-02-15T05:50:07.031Z] + go version [2024-02-15T05:50:07.031Z] go version go1.21.0 linux/arm64 [Pipeline] } [2024-02-15T05:50:07.050Z] $ docker stop --time=1 77d7ab8d7920a9f2065b5da92ee03dbce7024aafa8290ec53b01f09e7deb1845 [2024-02-15T05:50:11.161Z] $ docker rm -f --volumes 77d7ab8d7920a9f2065b5da92ee03dbce7024aafa8290ec53b01f09e7deb1845 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:50:12.190Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-02-15T05:50:12.190Z] [2024-02-15T05:50:12.190Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:50:12.539Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-02-15T05:50:12.539Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2024-02-15T05:50:12.539Z] 547446be3368: Pulling fs layer [2024-02-15T05:50:12.539Z] d125d8839a47: Pulling fs layer [2024-02-15T05:50:12.539Z] 3e85d5ac6304: Pulling fs layer [2024-02-15T05:50:12.539Z] c3105a71a48b: Pulling fs layer [2024-02-15T05:50:12.539Z] 0f093f025ec4: Pulling fs layer [2024-02-15T05:50:12.539Z] c3106fc0e877: Pulling fs layer [2024-02-15T05:50:12.539Z] c3105a71a48b: Waiting [2024-02-15T05:50:12.539Z] 0f093f025ec4: Waiting [2024-02-15T05:50:12.806Z] 547446be3368: Verifying Checksum [2024-02-15T05:50:12.806Z] 547446be3368: Download complete [2024-02-15T05:50:12.806Z] c3105a71a48b: Verifying Checksum [2024-02-15T05:50:12.806Z] c3105a71a48b: Download complete [2024-02-15T05:50:13.073Z] d125d8839a47: Verifying Checksum [2024-02-15T05:50:13.073Z] d125d8839a47: Download complete [2024-02-15T05:50:13.341Z] c3106fc0e877: Verifying Checksum [2024-02-15T05:50:13.342Z] c3106fc0e877: Download complete [2024-02-15T05:50:13.342Z] 0f093f025ec4: Verifying Checksum [2024-02-15T05:50:13.342Z] 0f093f025ec4: Download complete [2024-02-15T05:50:13.607Z] 547446be3368: Pull complete [2024-02-15T05:50:14.566Z] d125d8839a47: Pull complete [2024-02-15T05:50:15.150Z] 3e85d5ac6304: Verifying Checksum [2024-02-15T05:50:15.150Z] 3e85d5ac6304: Download complete [2024-02-15T05:50:25.223Z] 3e85d5ac6304: Pull complete [2024-02-15T05:50:25.223Z] c3105a71a48b: Pull complete [2024-02-15T05:50:25.806Z] 0f093f025ec4: Pull complete [2024-02-15T05:50:26.071Z] c3106fc0e877: Pull complete [2024-02-15T05:50:26.071Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2024-02-15T05:50:26.071Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-02-15T05:50:26.071Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-02-15T05:50:26.369Z] prd-ubuntu20.04-docker-arm64-4c-16g-957 does not seem to be running inside a container [2024-02-15T05:50:26.429Z] $ 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/624 -v /w/workspace/edgex-go/624:/w/workspace/edgex-go/624:rw,z -v /w/workspace/edgex-go/624@tmp:/w/workspace/edgex-go/624@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2024-02-15T05:50:28.283Z] $ docker top 5068dc7ac5dad642498f1d8d3c25bd2736477f34f070fd854aa65b42de8c99d4 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-02-15T05:50:28.833Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-02-15T05:50:37.044Z] #1 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-02-15T05:50:37.044Z] #1 transferring dockerfile: [2024-02-15T05:50:37.044Z] #1 transferring dockerfile: 2.23kB 0.0s done [2024-02-15T05:50:37.044Z] #1 DONE 0.1s [2024-02-15T05:50:37.628Z] [2024-02-15T05:50:37.628Z] #2 [support-scheduler internal] load build definition from Dockerfile [2024-02-15T05:50:38.279Z] #124 ... [2024-02-15T05:50:38.279Z] [2024-02-15T05:50:38.279Z] #140 [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-02-15T05:50:38.279Z] #140 77.99 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.14" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-02-15T05:50:40.983Z] #2 transferring dockerfile: 1.93kB done [2024-02-15T05:50:40.983Z] #2 DONE 2.7s [2024-02-15T05:50:40.983Z] [2024-02-15T05:50:40.983Z] #3 [security-spire-agent internal] load build definition from Dockerfile [2024-02-15T05:50:40.983Z] #3 transferring dockerfile: 1.81kB 0.0s done [2024-02-15T05:50:40.983Z] #3 DONE 2.7s [2024-02-15T05:50:40.983Z] [2024-02-15T05:50:40.983Z] #4 [security-secretstore-setup internal] load .dockerignore [2024-02-15T05:50:40.983Z] #4 ... [2024-02-15T05:50:40.983Z] [2024-02-15T05:50:40.983Z] #5 [core-command internal] load build definition from Dockerfile [2024-02-15T05:50:40.983Z] #5 transferring dockerfile: 1.93kB 0.0s done [2024-02-15T05:50:40.983Z] #5 DONE 2.9s [2024-02-15T05:50:40.983Z] [2024-02-15T05:50:40.983Z] #6 [security-proxy-auth internal] load build definition from Dockerfile [2024-02-15T05:50:40.983Z] #6 transferring dockerfile: 2.15kB done [2024-02-15T05:50:40.983Z] #6 DONE 2.9s [2024-02-15T05:50:40.983Z] [2024-02-15T05:50:40.983Z] #7 [security-proxy-setup internal] load build definition from Dockerfile [2024-02-15T05:50:40.983Z] #7 transferring dockerfile: 2.50kB done [2024-02-15T05:50:40.983Z] #7 DONE 3.0s [2024-02-15T05:50:40.983Z] [2024-02-15T05:50:40.983Z] #4 [security-secretstore-setup internal] load .dockerignore [2024-02-15T05:50:40.983Z] #4 transferring context: [2024-02-15T05:50:40.983Z] #4 ... [2024-02-15T05:50:40.983Z] [2024-02-15T05:50:40.983Z] #8 [security-spire-config internal] load build definition from Dockerfile [2024-02-15T05:50:40.983Z] #8 transferring dockerfile: 1.69kB done [2024-02-15T05:50:40.983Z] #8 DONE 3.0s [2024-02-15T05:50:40.983Z] [2024-02-15T05:50:40.983Z] #4 [security-secretstore-setup internal] load .dockerignore [2024-02-15T05:50:40.983Z] #4 transferring context: 50B 0.0s done [2024-02-15T05:50:40.983Z] #4 DONE 1.8s [2024-02-15T05:50:40.983Z] [2024-02-15T05:50:40.983Z] #9 [core-data internal] load build definition from Dockerfile [2024-02-15T05:50:40.983Z] #9 transferring dockerfile: 2.01kB 0.0s done [2024-02-15T05:50:40.983Z] #9 DONE 3.1s [2024-02-15T05:50:40.983Z] [2024-02-15T05:50:40.983Z] #10 [security-proxy-auth internal] load .dockerignore [2024-02-15T05:50:40.983Z] #10 transferring context: 50B 0.1s done [2024-02-15T05:50:40.983Z] #10 DONE 2.1s [2024-02-15T05:50:40.983Z] [2024-02-15T05:50:40.983Z] #11 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-02-15T05:50:40.983Z] #11 transferring dockerfile: 1.89kB 0.0s done [2024-02-15T05:50:40.983Z] #11 DONE 3.1s [2024-02-15T05:50:40.983Z] [2024-02-15T05:50:40.983Z] #12 [security-secretstore-setup internal] load build definition from Dockerfile [2024-02-15T05:50:40.983Z] #12 transferring dockerfile: 2.49kB 0.0s done [2024-02-15T05:50:40.983Z] #12 DONE 3.0s [2024-02-15T05:50:40.983Z] [2024-02-15T05:50:40.983Z] #13 [security-bootstrapper internal] load .dockerignore [2024-02-15T05:50:40.983Z] #13 transferring context: 50B done [2024-02-15T05:50:41.264Z] #13 ... [2024-02-15T05:50:41.264Z] [2024-02-15T05:50:41.265Z] #14 [security-bootstrapper internal] load build definition from Dockerfile [2024-02-15T05:50:41.265Z] #14 transferring dockerfile: 2.93kB 0.0s done [2024-02-15T05:50:41.265Z] #14 DONE 2.9s [2024-02-15T05:50:41.265Z] [2024-02-15T05:50:41.265Z] #15 [core-metadata internal] load build definition from Dockerfile [2024-02-15T05:50:41.265Z] #15 transferring dockerfile: 2.06kB 0.1s done [2024-02-15T05:50:41.265Z] #15 DONE 3.1s [2024-02-15T05:50:41.265Z] [2024-02-15T05:50:41.265Z] #16 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-02-15T05:50:41.265Z] #16 DONE 0.0s [2024-02-15T05:50:41.265Z] [2024-02-15T05:50:41.265Z] #17 [core-data internal] load .dockerignore [2024-02-15T05:50:41.265Z] #17 transferring context: 50B 0.0s done [2024-02-15T05:50:41.265Z] #17 DONE 2.1s [2024-02-15T05:50:41.265Z] [2024-02-15T05:50:41.265Z] #18 [security-spiffe-token-provider internal] load .dockerignore [2024-02-15T05:50:41.265Z] #18 transferring context: 50B 0.0s done [2024-02-15T05:50:41.265Z] #18 DONE 2.1s [2024-02-15T05:50:41.265Z] [2024-02-15T05:50:41.265Z] #19 [security-spire-config internal] load .dockerignore [2024-02-15T05:50:41.265Z] #19 transferring context: 50B 0.0s done [2024-02-15T05:50:41.265Z] #19 DONE 2.2s [2024-02-15T05:50:41.265Z] [2024-02-15T05:50:41.265Z] #20 [support-notifications internal] load .dockerignore [2024-02-15T05:50:41.265Z] #20 transferring context: 50B 0.0s done [2024-02-15T05:50:41.265Z] #20 DONE 2.1s [2024-02-15T05:50:41.265Z] [2024-02-15T05:50:41.265Z] #21 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.18 [2024-02-15T05:50:41.534Z] #21 ... [2024-02-15T05:50:41.534Z] [2024-02-15T05:50:41.534Z] #22 [support-scheduler internal] load .dockerignore [2024-02-15T05:50:41.534Z] #22 transferring context: 50B 0.1s done [2024-02-15T05:50:41.534Z] #22 DONE 2.5s [2024-02-15T05:50:41.534Z] [2024-02-15T05:50:41.534Z] #23 [core-metadata internal] load .dockerignore [2024-02-15T05:50:41.534Z] #23 transferring context: 50B 0.0s done [2024-02-15T05:50:41.534Z] #23 DONE 2.1s [2024-02-15T05:50:41.534Z] [2024-02-15T05:50:41.534Z] #16 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-02-15T05:50:41.534Z] #16 DONE 0.0s [2024-02-15T05:50:41.534Z] [2024-02-15T05:50:41.534Z] #24 [support-notifications internal] load build definition from Dockerfile [2024-02-15T05:50:41.534Z] #24 transferring dockerfile: 1.95kB 0.0s done [2024-02-15T05:50:41.534Z] #24 DONE 3.5s [2024-02-15T05:50:41.534Z] [2024-02-15T05:50:41.534Z] #25 [security-spire-agent internal] load .dockerignore [2024-02-15T05:50:41.534Z] #25 transferring context: 50B 0.1s done [2024-02-15T05:50:41.534Z] #25 DONE 2.7s [2024-02-15T05:50:41.534Z] [2024-02-15T05:50:41.534Z] #21 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.18 [2024-02-15T05:50:41.534Z] #21 DONE 0.4s [2024-02-15T05:50:41.534Z] [2024-02-15T05:50:41.534Z] #26 [security-proxy-setup internal] load .dockerignore [2024-02-15T05:50:41.534Z] #26 transferring context: 50B 0.1s done [2024-02-15T05:50:41.534Z] #26 DONE 2.5s [2024-02-15T05:50:41.534Z] [2024-02-15T05:50:41.534Z] #27 [core-command internal] load .dockerignore [2024-02-15T05:50:41.535Z] #27 transferring context: 50B 0.1s done [2024-02-15T05:50:41.535Z] #27 DONE 2.6s [2024-02-15T05:50:41.535Z] [2024-02-15T05:50:41.535Z] #28 [security-spire-server internal] load build definition from Dockerfile [2024-02-15T05:50:41.535Z] #28 transferring dockerfile: 1.70kB 0.0s done [2024-02-15T05:50:41.535Z] #28 DONE 3.5s [2024-02-15T05:50:41.535Z] [2024-02-15T05:50:41.535Z] #29 [security-spire-server internal] load .dockerignore [2024-02-15T05:50:41.535Z] #29 transferring context: 50B done [2024-02-15T05:50:41.801Z] #29 DONE 2.3s [2024-02-15T05:50:41.801Z] [2024-02-15T05:50:41.801Z] #30 [core-common-config-bootstrapper internal] load .dockerignore [2024-02-15T05:50:41.801Z] #30 transferring context: 50B 0.1s done [2024-02-15T05:50:41.801Z] #30 DONE 3.4s [2024-02-15T05:50:41.801Z] [2024-02-15T05:50:41.801Z] #31 [security-secretstore-setup stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-02-15T05:50:41.801Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-02-15T05:50:41.801Z] #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done [2024-02-15T05:50:41.801Z] #31 sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 573.44kB / 3.33MB 0.1s [2024-02-15T05:50:41.801Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-02-15T05:50:41.801Z] #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done [2024-02-15T05:50:42.073Z] #31 sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 2.10MB / 3.33MB 0.2s [2024-02-15T05:50:42.073Z] #31 sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 2.36MB / 3.33MB 0.3s [2024-02-15T05:50:42.340Z] #31 sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 3.33MB / 3.33MB 0.3s done [2024-02-15T05:50:42.340Z] #31 extracting sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 [2024-02-15T05:50:42.340Z] #31 ... [2024-02-15T05:50:42.340Z] [2024-02-15T05:50:42.340Z] #16 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-02-15T05:50:42.340Z] #16 DONE 0.0s [2024-02-15T05:50:42.607Z] [2024-02-15T05:50:42.607Z] #21 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 [2024-02-15T05:50:42.607Z] #21 DONE 0.6s [2024-02-15T05:50:42.607Z] [2024-02-15T05:50:42.607Z] #32 [security-secretstore-setup internal] load build context [2024-02-15T05:50:42.607Z] #32 transferring context: 2.56MB 0.8s done [2024-02-15T05:50:42.877Z] #32 DONE 1.1s [2024-02-15T05:50:42.877Z] [2024-02-15T05:50:42.877Z] #16 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-02-15T05:50:42.877Z] #16 DONE 0.0s [2024-02-15T05:50:42.877Z] [2024-02-15T05:50:42.877Z] #21 [core-data internal] load metadata for docker.io/library/alpine:3.18 [2024-02-15T05:50:42.877Z] #21 DONE 0.6s [2024-02-15T05:50:42.877Z] [2024-02-15T05:50:42.877Z] #33 [security-proxy-auth internal] load build context [2024-02-15T05:50:42.877Z] #33 transferring context: 2.56MB 0.9s done [2024-02-15T05:50:42.877Z] #33 DONE 1.3s [2024-02-15T05:50:42.877Z] [2024-02-15T05:50:42.877Z] #31 [core-data stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-02-15T05:50:42.877Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-02-15T05:50:42.877Z] #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done [2024-02-15T05:50:42.877Z] #31 sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 3.33MB / 3.33MB 0.3s done [2024-02-15T05:50:42.877Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-02-15T05:50:42.877Z] #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done [2024-02-15T05:50:43.144Z] #31 ... [2024-02-15T05:50:43.144Z] [2024-02-15T05:50:43.144Z] #16 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-02-15T05:50:43.144Z] #16 DONE 0.0s [2024-02-15T05:50:43.144Z] [2024-02-15T05:50:43.144Z] #34 [core-data builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-02-15T05:50:43.144Z] #34 DONE 1.5s [2024-02-15T05:50:43.144Z] [2024-02-15T05:50:43.144Z] #21 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.18 [2024-02-15T05:50:43.144Z] #21 DONE 0.7s [2024-02-15T05:50:43.144Z] [2024-02-15T05:50:43.144Z] #31 [core-data stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-02-15T05:50:43.413Z] #31 ... [2024-02-15T05:50:43.413Z] [2024-02-15T05:50:43.413Z] #34 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-02-15T05:50:43.413Z] #34 DONE 1.5s [2024-02-15T05:50:43.413Z] [2024-02-15T05:50:43.413Z] #31 [security-spiffe-token-provider stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-02-15T05:50:43.413Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-02-15T05:50:43.413Z] #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done [2024-02-15T05:50:43.413Z] #31 sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 3.33MB / 3.33MB 0.3s done [2024-02-15T05:50:43.413Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-02-15T05:50:43.413Z] #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done [2024-02-15T05:50:43.682Z] #31 ... [2024-02-15T05:50:43.682Z] [2024-02-15T05:50:43.682Z] #35 [security-bootstrapper internal] load build context [2024-02-15T05:50:43.682Z] #35 transferring context: 2.56MB 0.7s done [2024-02-15T05:50:43.682Z] #35 DONE 1.0s [2024-02-15T05:50:43.682Z] [2024-02-15T05:50:43.682Z] #31 [security-spiffe-token-provider stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-02-15T05:50:43.949Z] #31 ... [2024-02-15T05:50:43.949Z] [2024-02-15T05:50:43.949Z] #36 [security-bootstrapper builder 2/7] WORKDIR /edgex-go [2024-02-15T05:50:43.949Z] #36 DONE 0.5s [2024-02-15T05:50:43.949Z] [2024-02-15T05:50:43.949Z] #16 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-02-15T05:50:43.949Z] #16 DONE 0.0s [2024-02-15T05:50:43.949Z] [2024-02-15T05:50:43.949Z] #31 [security-spiffe-token-provider stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-02-15T05:50:43.949Z] #31 extracting sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 1.6s done [2024-02-15T05:50:43.949Z] #31 ... [2024-02-15T05:50:43.949Z] [2024-02-15T05:50:43.949Z] #21 [support-scheduler internal] load metadata for docker.io/library/alpine:3.18 [2024-02-15T05:50:43.949Z] #21 DONE 0.9s [2024-02-15T05:50:44.219Z] [2024-02-15T05:50:44.219Z] #34 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-02-15T05:50:44.219Z] #34 DONE 1.5s [2024-02-15T05:50:44.219Z] [2024-02-15T05:50:44.219Z] #36 [support-scheduler builder 2/7] WORKDIR /edgex-go [2024-02-15T05:50:44.219Z] #36 DONE 0.5s [2024-02-15T05:50:44.219Z] [2024-02-15T05:50:44.219Z] #16 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-02-15T05:50:44.219Z] #16 DONE 0.0s [2024-02-15T05:50:44.219Z] [2024-02-15T05:50:44.219Z] #31 [support-scheduler stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-02-15T05:50:44.219Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-02-15T05:50:44.219Z] #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done [2024-02-15T05:50:44.219Z] #31 sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 3.33MB / 3.33MB 0.3s done [2024-02-15T05:50:44.219Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-02-15T05:50:44.219Z] #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done [2024-02-15T05:50:44.219Z] #31 extracting sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 1.6s done [2024-02-15T05:50:44.219Z] #31 ... [2024-02-15T05:50:44.219Z] [2024-02-15T05:50:44.219Z] #34 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-02-15T05:50:44.219Z] #34 DONE 1.5s [2024-02-15T05:50:44.219Z] [2024-02-15T05:50:44.219Z] #36 [core-metadata builder 2/7] WORKDIR /edgex-go [2024-02-15T05:50:44.219Z] #36 DONE 0.5s [2024-02-15T05:50:44.219Z] [2024-02-15T05:50:44.219Z] #16 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-02-15T05:50:44.219Z] #16 DONE 0.0s [2024-02-15T05:50:44.219Z] [2024-02-15T05:50:44.219Z] #37 [security-spiffe-token-provider internal] load build context [2024-02-15T05:50:44.219Z] #37 transferring context: 2.56MB 0.9s done [2024-02-15T05:50:44.219Z] #37 DONE 1.0s [2024-02-15T05:50:44.219Z] [2024-02-15T05:50:44.219Z] #31 [core-metadata stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-02-15T05:50:44.219Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-02-15T05:50:44.219Z] #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done [2024-02-15T05:50:44.219Z] #31 sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 3.33MB / 3.33MB 0.3s done [2024-02-15T05:50:44.219Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-02-15T05:50:44.219Z] #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done [2024-02-15T05:50:44.219Z] #31 extracting sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 1.6s done [2024-02-15T05:50:44.489Z] #31 ... [2024-02-15T05:50:44.489Z] [2024-02-15T05:50:44.489Z] #34 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-02-15T05:50:44.489Z] #34 DONE 1.5s [2024-02-15T05:50:44.489Z] [2024-02-15T05:50:44.489Z] #36 [support-notifications builder 2/7] WORKDIR /edgex-go [2024-02-15T05:50:44.489Z] #36 DONE 0.5s [2024-02-15T05:50:44.489Z] [2024-02-15T05:50:44.489Z] #31 [support-notifications stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-02-15T05:50:44.489Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-02-15T05:50:44.489Z] #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done [2024-02-15T05:50:44.489Z] #31 sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 3.33MB / 3.33MB 0.3s done [2024-02-15T05:50:44.489Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-02-15T05:50:44.489Z] #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done [2024-02-15T05:50:44.489Z] #31 extracting sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 1.6s done [2024-02-15T05:50:44.489Z] #31 DONE 2.9s [2024-02-15T05:50:44.489Z] [2024-02-15T05:50:44.489Z] #16 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-02-15T05:50:44.489Z] #16 DONE 0.0s [2024-02-15T05:50:44.489Z] [2024-02-15T05:50:44.489Z] #38 [core-data internal] load build context [2024-02-15T05:50:44.489Z] #38 transferring context: 2.56MB 1.0s done [2024-02-15T05:50:44.489Z] #38 DONE 1.6s [2024-02-15T05:50:44.489Z] [2024-02-15T05:50:44.489Z] #39 [core-metadata internal] load build context [2024-02-15T05:50:44.755Z] #39 ... [2024-02-15T05:50:44.755Z] [2024-02-15T05:50:44.755Z] #16 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-02-15T05:50:44.755Z] #16 DONE 0.0s [2024-02-15T05:50:44.755Z] [2024-02-15T05:50:44.755Z] #39 [core-metadata internal] load build context [2024-02-15T05:50:45.031Z] #39 ... [2024-02-15T05:50:45.031Z] [2024-02-15T05:50:45.031Z] #34 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-02-15T05:50:45.031Z] #34 DONE 1.5s [2024-02-15T05:50:45.031Z] [2024-02-15T05:50:45.031Z] #36 [security-proxy-setup builder 2/7] WORKDIR /edgex-go [2024-02-15T05:50:45.031Z] #36 DONE 0.5s [2024-02-15T05:50:45.031Z] [2024-02-15T05:50:45.031Z] #31 [security-proxy-setup stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-02-15T05:50:45.031Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-02-15T05:50:45.031Z] #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done [2024-02-15T05:50:45.031Z] #31 sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 3.33MB / 3.33MB 0.3s done [2024-02-15T05:50:45.031Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-02-15T05:50:45.031Z] #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done [2024-02-15T05:50:45.031Z] #31 extracting sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 1.6s done [2024-02-15T05:50:45.031Z] #31 DONE 2.9s [2024-02-15T05:50:45.031Z] [2024-02-15T05:50:45.031Z] #16 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-02-15T05:50:45.031Z] #16 DONE 0.0s [2024-02-15T05:50:45.031Z] [2024-02-15T05:50:45.031Z] #39 [core-metadata internal] load build context [2024-02-15T05:50:45.308Z] #39 transferring context: 2.56MB 1.1s done [2024-02-15T05:50:45.580Z] #39 ... [2024-02-15T05:50:45.580Z] [2024-02-15T05:50:45.580Z] #40 [support-scheduler internal] load build context [2024-02-15T05:50:45.580Z] #40 transferring context: 2.56MB 1.1s done [2024-02-15T05:50:45.580Z] #40 DONE 1.4s [2024-02-15T05:50:45.580Z] [2024-02-15T05:50:45.580Z] #39 [core-metadata internal] load build context [2024-02-15T05:50:45.580Z] #39 DONE 1.4s [2024-02-15T05:50:45.580Z] [2024-02-15T05:50:45.580Z] #41 [support-notifications internal] load build context [2024-02-15T05:50:46.164Z] #41 transferring context: 2.56MB 1.3s done [2024-02-15T05:50:46.431Z] #41 DONE 2.0s [2024-02-15T05:50:46.431Z] [2024-02-15T05:50:46.431Z] #42 [security-proxy-setup internal] load build context [2024-02-15T05:50:46.713Z] #42 ... [2024-02-15T05:50:46.713Z] [2024-02-15T05:50:46.713Z] #21 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 [2024-02-15T05:50:46.713Z] #21 DONE 3.6s [2024-02-15T05:50:46.713Z] [2024-02-15T05:50:46.713Z] #42 [security-proxy-setup internal] load build context [2024-02-15T05:50:46.713Z] #42 ... [2024-02-15T05:50:46.713Z] [2024-02-15T05:50:46.713Z] #34 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-02-15T05:50:46.713Z] #34 DONE 2.2s [2024-02-15T05:50:46.713Z] [2024-02-15T05:50:46.713Z] #36 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go [2024-02-15T05:50:46.713Z] #36 DONE 1.1s [2024-02-15T05:50:46.713Z] [2024-02-15T05:50:46.713Z] #31 [core-common-config-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-02-15T05:50:46.713Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-02-15T05:50:46.713Z] #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done [2024-02-15T05:50:46.713Z] #31 sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 3.33MB / 3.33MB 0.3s done [2024-02-15T05:50:46.713Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-02-15T05:50:46.713Z] #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done [2024-02-15T05:50:46.713Z] #31 extracting sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 1.6s done [2024-02-15T05:50:46.713Z] #31 DONE 3.6s [2024-02-15T05:50:46.713Z] [2024-02-15T05:50:46.713Z] #42 [security-proxy-setup internal] load build context [2024-02-15T05:50:47.678Z] #42 ... [2024-02-15T05:50:47.678Z] [2024-02-15T05:50:47.678Z] #43 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 [2024-02-15T05:50:47.678Z] #43 DONE 3.2s [2024-02-15T05:50:47.678Z] [2024-02-15T05:50:47.678Z] #44 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 [2024-02-15T05:50:47.678Z] #44 DONE 4.0s [2024-02-15T05:50:47.678Z] [2024-02-15T05:50:47.678Z] #42 [security-proxy-setup internal] load build context [2024-02-15T05:50:47.946Z] #42 ... [2024-02-15T05:50:47.946Z] [2024-02-15T05:50:47.946Z] #31 [security-spire-config stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-02-15T05:50:47.946Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-02-15T05:50:47.946Z] #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done [2024-02-15T05:50:47.946Z] #31 sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 3.33MB / 3.33MB 0.3s done [2024-02-15T05:50:47.946Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-02-15T05:50:47.946Z] #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done [2024-02-15T05:50:47.946Z] #31 extracting sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 1.6s done [2024-02-15T05:50:47.946Z] #31 DONE 3.6s [2024-02-15T05:50:47.946Z] [2024-02-15T05:50:47.946Z] #42 [security-proxy-setup internal] load build context [2024-02-15T05:50:47.946Z] #42 ... [2024-02-15T05:50:47.946Z] [2024-02-15T05:50:47.946Z] #31 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-02-15T05:50:47.946Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-02-15T05:50:47.946Z] #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done [2024-02-15T05:50:47.946Z] #31 sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 3.33MB / 3.33MB 0.3s done [2024-02-15T05:50:47.946Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-02-15T05:50:47.946Z] #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done [2024-02-15T05:50:47.946Z] #31 extracting sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 1.6s done [2024-02-15T05:50:47.946Z] #31 DONE 3.6s [2024-02-15T05:50:47.946Z] [2024-02-15T05:50:47.946Z] #45 [security-spire-agent internal] load build context [2024-02-15T05:50:47.946Z] #45 DONE 0.0s [2024-02-15T05:50:47.946Z] [2024-02-15T05:50:47.946Z] #42 [security-proxy-setup internal] load build context [2024-02-15T05:50:48.214Z] #42 transferring context: 2.56MB 2.5s done [2024-02-15T05:50:48.487Z] #42 ... [2024-02-15T05:50:48.487Z] [2024-02-15T05:50:48.487Z] #46 [core-command internal] load build context [2024-02-15T05:50:48.487Z] #46 transferring context: 2.56MB 2.4s done [2024-02-15T05:50:48.487Z] #46 DONE 3.4s [2024-02-15T05:50:48.488Z] [2024-02-15T05:50:48.488Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-02-15T05:50:48.488Z] #47 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 0.4s done [2024-02-15T05:50:48.488Z] #47 DONE 0.4s [2024-02-15T05:50:48.488Z] [2024-02-15T05:50:48.488Z] #42 [security-proxy-setup internal] load build context [2024-02-15T05:50:48.488Z] #42 DONE 3.5s [2024-02-15T05:50:48.488Z] [2024-02-15T05:50:48.488Z] #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-02-15T05:50:48.488Z] #48 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.3s done [2024-02-15T05:50:48.767Z] #48 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done [2024-02-15T05:50:48.767Z] #48 sha256:7f1a042121549eaff99a14cf9dd09b8e9800ffe831816902ce4dc13d1ba16589 1.05kB / 1.05kB done [2024-02-15T05:50:48.767Z] #48 sha256:7f1a042121549eaff99a14cf9dd09b8e9800ffe831816902ce4dc13d1ba16589 1.05kB / 1.05kB done [2024-02-15T05:50:48.767Z] #48 sha256:6dd7dc7370d8ed10ec8280fb6249b38c860421f5750b0a0fa1db764e8eebdf0b 2.74kB / 2.74kB done [2024-02-15T05:50:49.039Z] #48 ... [2024-02-15T05:50:49.039Z] [2024-02-15T05:50:49.039Z] #49 [security-spire-config internal] load build context [2024-02-15T05:50:49.039Z] #49 transferring context: 16.35kB 0.1s done [2024-02-15T05:50:49.039Z] #49 DONE 0.9s [2024-02-15T05:50:49.039Z] [2024-02-15T05:50:49.039Z] #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-02-15T05:50:49.039Z] #48 sha256:6dd7dc7370d8ed10ec8280fb6249b38c860421f5750b0a0fa1db764e8eebdf0b 2.74kB / 2.74kB done [2024-02-15T05:50:49.039Z] #48 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 0B / 120B 0.1s [2024-02-15T05:50:49.039Z] #48 ... [2024-02-15T05:50:49.039Z] [2024-02-15T05:50:49.039Z] #50 [security-spire-server internal] load build context [2024-02-15T05:50:49.039Z] #50 transferring context: 18.10kB 0.2s done [2024-02-15T05:50:49.039Z] #50 DONE 1.0s [2024-02-15T05:50:49.039Z] [2024-02-15T05:50:49.039Z] #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-02-15T05:50:49.039Z] #48 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.2s done [2024-02-15T05:50:49.039Z] #48 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0B / 123.55kB 0.2s [2024-02-15T05:50:49.039Z] #48 ... [2024-02-15T05:50:49.039Z] [2024-02-15T05:50:49.039Z] #45 [security-spire-agent internal] load build context [2024-02-15T05:50:49.039Z] #45 transferring context: 17.63kB 0.2s done [2024-02-15T05:50:49.039Z] #45 DONE 0.9s [2024-02-15T05:50:49.039Z] [2024-02-15T05:50:49.039Z] #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-02-15T05:50:49.039Z] #48 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.2s done [2024-02-15T05:50:49.039Z] #48 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 [2024-02-15T05:50:49.310Z] #48 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.5s done [2024-02-15T05:50:49.310Z] #48 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 0.2s done [2024-02-15T05:50:49.310Z] #48 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 0B / 302B 0.5s [2024-02-15T05:50:49.310Z] #48 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.5s done [2024-02-15T05:50:49.310Z] #48 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.6s [2024-02-15T05:50:49.310Z] #48 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 0B / 23.39MB 0.6s [2024-02-15T05:50:49.895Z] #48 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.9s done [2024-02-15T05:50:50.165Z] #48 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.9s done [2024-02-15T05:50:50.165Z] #48 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 2.24MB / 23.39MB 1.5s [2024-02-15T05:50:50.751Z] #48 ... [2024-02-15T05:50:50.751Z] [2024-02-15T05:50:50.751Z] #51 [core-common-config-bootstrapper internal] load build context [2024-02-15T05:50:50.751Z] #51 transferring context: 2.56MB 2.7s done [2024-02-15T05:50:50.751Z] #51 DONE 4.0s [2024-02-15T05:50:50.751Z] [2024-02-15T05:50:50.751Z] #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-02-15T05:50:50.751Z] #48 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 5.24MB / 23.39MB 1.8s [2024-02-15T05:50:50.751Z] #48 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 7.34MB / 23.39MB 2.1s [2024-02-15T05:50:51.336Z] #48 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 9.44MB / 23.39MB 2.5s [2024-02-15T05:50:51.923Z] #48 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 11.19MB / 23.39MB 3.1s [2024-02-15T05:50:52.194Z] #48 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 12.58MB / 23.39MB 3.3s [2024-02-15T05:50:52.462Z] #48 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 14.68MB / 23.39MB 3.6s [2024-02-15T05:50:52.733Z] #48 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 16.78MB / 23.39MB 4.0s [2024-02-15T05:50:53.321Z] #48 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 18.87MB / 23.39MB 4.3s [2024-02-15T05:50:53.593Z] #48 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 22.48MB / 23.39MB 4.7s [2024-02-15T05:50:53.884Z] #48 ... [2024-02-15T05:50:53.884Z] [2024-02-15T05:50:53.884Z] #52 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-02-15T05:50:53.884Z] #0 6.818 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-02-15T05:50:53.884Z] #0 7.452 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-02-15T05:50:53.884Z] #0 9.271 v3.18.6-34-gd89a095aa61 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-02-15T05:50:53.884Z] #0 9.271 v3.18.6-33-gc1e3cf9371f [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-02-15T05:50:53.884Z] #0 9.271 OK: 19950 distinct packages available [2024-02-15T05:50:53.884Z] #0 9.535 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-02-15T05:50:53.884Z] #0 10.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-02-15T05:50:54.162Z] #52 ... [2024-02-15T05:50:54.162Z] [2024-02-15T05:50:54.162Z] #53 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-02-15T05:50:54.162Z] #0 8.096 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-02-15T05:50:54.162Z] #0 8.718 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-02-15T05:50:54.162Z] #53 10.27 OK: 266 MiB in 52 packages [2024-02-15T05:50:54.162Z] #53 ... [2024-02-15T05:50:54.162Z] [2024-02-15T05:50:54.162Z] #54 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2024-02-15T05:50:54.162Z] #0 7.861 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-02-15T05:50:54.162Z] #0 8.444 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-02-15T05:50:54.162Z] #0 9.899 OK: 266 MiB in 52 packages [2024-02-15T05:50:54.431Z] #54 ... [2024-02-15T05:50:54.431Z] [2024-02-15T05:50:54.431Z] #55 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-02-15T05:50:54.431Z] #55 ... [2024-02-15T05:50:54.431Z] [2024-02-15T05:50:54.431Z] #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-02-15T05:50:54.700Z] #48 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.39MB / 23.39MB 5.8s done [2024-02-15T05:50:54.700Z] #48 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.39MB / 23.39MB 5.8s done [2024-02-15T05:50:54.700Z] #48 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae [2024-02-15T05:50:54.700Z] #48 ... [2024-02-15T05:50:54.700Z] [2024-02-15T05:50:54.700Z] #56 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-02-15T05:50:54.968Z] #56 ... [2024-02-15T05:50:54.968Z] [2024-02-15T05:50:54.968Z] #57 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-02-15T05:50:54.968Z] #57 ... [2024-02-15T05:50:54.968Z] [2024-02-15T05:50:54.968Z] #54 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2024-02-15T05:50:54.968Z] #54 DONE 11.1s [2024-02-15T05:50:54.968Z] [2024-02-15T05:50:54.968Z] #53 [core-command builder 3/7] RUN apk add --update --no-cache make git [2024-02-15T05:50:54.968Z] #53 DONE 11.8s [2024-02-15T05:50:54.968Z] [2024-02-15T05:50:54.968Z] #58 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-02-15T05:50:55.256Z] #58 ... [2024-02-15T05:50:55.256Z] [2024-02-15T05:50:55.256Z] #59 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-02-15T05:50:55.256Z] #59 ... [2024-02-15T05:50:55.256Z] [2024-02-15T05:50:55.256Z] #60 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-02-15T05:50:55.529Z] #60 ... [2024-02-15T05:50:55.529Z] [2024-02-15T05:50:55.529Z] #61 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-02-15T05:50:55.529Z] #0 9.989 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-02-15T05:50:55.799Z] #61 ... [2024-02-15T05:50:55.799Z] [2024-02-15T05:50:55.799Z] #62 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-02-15T05:50:55.799Z] #0 10.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-02-15T05:50:55.799Z] #62 ... [2024-02-15T05:50:55.799Z] [2024-02-15T05:50:55.799Z] #55 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-02-15T05:50:55.799Z] #55 11.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-02-15T05:50:56.109Z] #55 ... [2024-02-15T05:50:56.109Z] [2024-02-15T05:50:56.109Z] #63 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-02-15T05:50:56.109Z] #63 DONE 1.0s [2024-02-15T05:50:56.109Z] [2024-02-15T05:50:56.109Z] #64 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-02-15T05:50:56.109Z] #64 DONE 1.0s [2024-02-15T05:50:56.109Z] [2024-02-15T05:50:56.109Z] #65 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-02-15T05:50:56.369Z] #140 ... [2024-02-15T05:50:56.369Z] [2024-02-15T05:50:56.369Z] #138 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-02-15T05:50:56.369Z] #138 DONE 96.7s [2024-02-15T05:50:56.369Z] [2024-02-15T05:50:56.369Z] #139 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-02-15T05:50:56.369Z] #139 DONE 96.7s [2024-02-15T05:50:56.369Z] [2024-02-15T05:50:56.369Z] #132 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-02-15T05:50:56.369Z] #132 DONE 103.1s [2024-02-15T05:50:56.369Z] [2024-02-15T05:50:56.369Z] #124 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-02-15T05:50:56.369Z] #124 DONE 103.1s [2024-02-15T05:50:56.369Z] [2024-02-15T05:50:56.369Z] #136 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-02-15T05:50:56.369Z] #136 DONE 103.1s [2024-02-15T05:50:56.369Z] [2024-02-15T05:50:56.369Z] #141 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-02-15T05:50:56.369Z] #141 ... [2024-02-15T05:50:56.369Z] [2024-02-15T05:50:56.369Z] #137 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-02-15T05:50:56.369Z] #137 DONE 96.9s [2024-02-15T05:50:56.369Z] [2024-02-15T05:50:56.369Z] #134 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-02-15T05:50:56.369Z] #134 DONE 103.4s [2024-02-15T05:50:56.369Z] [2024-02-15T05:50:56.369Z] #135 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-02-15T05:50:56.369Z] #135 DONE 103.4s [2024-02-15T05:50:56.369Z] [2024-02-15T05:50:56.369Z] #131 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-02-15T05:50:56.369Z] #131 DONE 97.1s [2024-02-15T05:50:56.369Z] [2024-02-15T05:50:56.369Z] #140 [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-02-15T05:50:56.369Z] #140 DONE 97.1s [2024-02-15T05:50:56.369Z] [2024-02-15T05:50:56.369Z] #133 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-02-15T05:50:56.369Z] #133 DONE 103.4s [2024-02-15T05:50:56.369Z] [2024-02-15T05:50:56.369Z] #142 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-02-15T05:50:56.939Z] #142 ... [2024-02-15T05:50:56.939Z] [2024-02-15T05:50:56.939Z] #141 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-02-15T05:50:56.939Z] #141 DONE 0.8s [2024-02-15T05:50:56.939Z] [2024-02-15T05:50:56.939Z] #143 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-02-15T05:50:56.939Z] #143 DONE 0.8s [2024-02-15T05:50:56.939Z] [2024-02-15T05:50:56.939Z] #144 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-02-15T05:50:56.939Z] #144 DONE 0.8s [2024-02-15T05:50:56.939Z] [2024-02-15T05:50:56.939Z] #142 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-02-15T05:50:56.939Z] #142 DONE 0.6s [2024-02-15T05:50:56.939Z] [2024-02-15T05:50:56.939Z] #145 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-02-15T05:50:56.939Z] #145 DONE 0.7s [2024-02-15T05:50:56.939Z] [2024-02-15T05:50:56.939Z] #146 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-02-15T05:50:56.939Z] #146 ... [2024-02-15T05:50:56.939Z] [2024-02-15T05:50:56.939Z] #147 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-02-15T05:50:56.939Z] #147 DONE 0.5s [2024-02-15T05:50:57.198Z] [2024-02-15T05:50:57.198Z] #148 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-02-15T05:50:57.198Z] #148 DONE 0.7s [2024-02-15T05:50:57.198Z] [2024-02-15T05:50:57.198Z] #149 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-02-15T05:50:57.198Z] #149 DONE 0.3s [2024-02-15T05:50:57.198Z] [2024-02-15T05:50:57.198Z] #150 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-02-15T05:50:57.198Z] #150 ... [2024-02-15T05:50:57.198Z] [2024-02-15T05:50:57.198Z] #151 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-02-15T05:50:57.198Z] #151 DONE 0.4s [2024-02-15T05:50:57.198Z] [2024-02-15T05:50:57.198Z] #152 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-02-15T05:50:57.198Z] #152 CACHED [2024-02-15T05:50:57.198Z] [2024-02-15T05:50:57.198Z] #153 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-02-15T05:50:57.198Z] #153 CACHED [2024-02-15T05:50:57.198Z] [2024-02-15T05:50:57.198Z] #154 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-02-15T05:50:57.198Z] #154 CACHED [2024-02-15T05:50:57.198Z] [2024-02-15T05:50:57.198Z] #155 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-02-15T05:50:57.198Z] #155 CACHED [2024-02-15T05:50:57.198Z] [2024-02-15T05:50:57.198Z] #156 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-02-15T05:50:57.198Z] #156 CACHED [2024-02-15T05:50:57.198Z] [2024-02-15T05:50:57.198Z] #157 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-02-15T05:50:57.198Z] #157 CACHED [2024-02-15T05:50:57.198Z] [2024-02-15T05:50:57.198Z] #158 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-02-15T05:50:57.198Z] #158 DONE 0.4s [2024-02-15T05:50:57.198Z] [2024-02-15T05:50:57.198Z] #146 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-02-15T05:50:57.198Z] #146 DONE 0.4s [2024-02-15T05:50:57.198Z] [2024-02-15T05:50:57.198Z] #159 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-02-15T05:50:57.198Z] #159 CACHED [2024-02-15T05:50:57.198Z] [2024-02-15T05:50:57.198Z] #160 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-02-15T05:50:57.198Z] #160 CACHED [2024-02-15T05:50:57.457Z] [2024-02-15T05:50:57.457Z] #161 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-02-15T05:50:57.535Z] #65 ... [2024-02-15T05:50:57.535Z] [2024-02-15T05:50:57.535Z] #52 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-02-15T05:50:57.535Z] #52 12.76 OK: 266 MiB in 52 packages [2024-02-15T05:50:57.535Z] #52 DONE 13.4s [2024-02-15T05:50:57.535Z] [2024-02-15T05:50:57.535Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-02-15T05:50:57.535Z] #47 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done [2024-02-15T05:50:57.535Z] #47 sha256:ad4dd425609715af26ecdaca2eb780a94c16ab3f2bf7af379c54c59118cbad72 1.05kB / 1.05kB done [2024-02-15T05:50:57.535Z] #47 sha256:2e3c005644c68a66b99f2ab1386460866c91f666818b8e3156b9a89d00c7486e 2.74kB / 2.74kB done [2024-02-15T05:50:57.535Z] #47 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 0.2s done [2024-02-15T05:50:57.535Z] #47 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.5s done [2024-02-15T05:50:57.535Z] #47 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 0.3s done [2024-02-15T05:50:57.535Z] #47 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 17.12MB / 17.12MB 6.0s done [2024-02-15T05:50:57.535Z] #47 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.1s done [2024-02-15T05:50:57.535Z] #47 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 0.0s done [2024-02-15T05:50:57.805Z] #47 ... [2024-02-15T05:50:57.805Z] [2024-02-15T05:50:57.805Z] #62 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-02-15T05:50:57.805Z] #62 12.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-02-15T05:50:58.074Z] #62 ... [2024-02-15T05:50:58.074Z] [2024-02-15T05:50:58.074Z] #66 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-02-15T05:50:58.074Z] #66 DONE 0.8s [2024-02-15T05:50:58.074Z] [2024-02-15T05:50:58.074Z] #67 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-02-15T05:50:58.074Z] #0 7.531 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-02-15T05:50:58.074Z] #0 9.456 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-02-15T05:50:58.341Z] #67 ... [2024-02-15T05:50:58.341Z] [2024-02-15T05:50:58.341Z] #68 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-02-15T05:50:58.341Z] #0 7.201 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-02-15T05:50:58.341Z] #0 8.970 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-02-15T05:50:58.391Z] #161 ... [2024-02-15T05:50:58.391Z] [2024-02-15T05:50:58.391Z] #162 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-02-15T05:50:58.391Z] #162 DONE 1.1s [2024-02-15T05:50:58.391Z] [2024-02-15T05:50:58.391Z] #163 [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-02-15T05:50:58.391Z] #163 ... [2024-02-15T05:50:58.391Z] [2024-02-15T05:50:58.391Z] #164 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-02-15T05:50:58.391Z] #164 DONE 1.3s [2024-02-15T05:50:58.391Z] [2024-02-15T05:50:58.391Z] #165 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2024-02-15T05:50:58.391Z] #165 DONE 1.2s [2024-02-15T05:50:58.608Z] #68 ... [2024-02-15T05:50:58.608Z] [2024-02-15T05:50:58.609Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-02-15T05:50:58.609Z] #47 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c [2024-02-15T05:50:58.746Z] [2024-02-15T05:50:58.746Z] #166 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-02-15T05:50:59.498Z] #166 ... [2024-02-15T05:50:59.498Z] [2024-02-15T05:50:59.498Z] #150 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-02-15T05:50:59.498Z] #150 DONE 2.1s [2024-02-15T05:50:59.498Z] [2024-02-15T05:50:59.498Z] #167 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-02-15T05:50:59.498Z] #167 DONE 2.1s [2024-02-15T05:50:59.498Z] [2024-02-15T05:50:59.498Z] #168 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-02-15T05:50:59.498Z] #168 DONE 2.1s [2024-02-15T05:50:59.498Z] [2024-02-15T05:50:59.498Z] #169 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-02-15T05:50:59.498Z] #169 DONE 2.1s [2024-02-15T05:50:59.498Z] [2024-02-15T05:50:59.498Z] #170 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-02-15T05:50:59.498Z] #170 DONE 2.1s [2024-02-15T05:50:59.498Z] [2024-02-15T05:50:59.498Z] #171 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-02-15T05:50:59.498Z] #171 DONE 2.1s [2024-02-15T05:50:59.498Z] [2024-02-15T05:50:59.498Z] #161 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-02-15T05:50:59.498Z] #161 DONE 2.1s [2024-02-15T05:50:59.498Z] [2024-02-15T05:50:59.498Z] #172 [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-02-15T05:50:59.757Z] #172 ... [2024-02-15T05:50:59.757Z] [2024-02-15T05:50:59.757Z] #173 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2024-02-15T05:50:59.757Z] #173 DONE 3.0s [2024-02-15T05:51:00.040Z] [2024-02-15T05:51:00.040Z] #163 [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-02-15T05:51:00.040Z] #163 DONE 1.5s [2024-02-15T05:51:00.040Z] [2024-02-15T05:51:00.040Z] #174 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-02-15T05:51:00.040Z] #174 DONE 0.7s [2024-02-15T05:51:00.040Z] [2024-02-15T05:51:00.040Z] #175 [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-02-15T05:51:00.040Z] #175 ... [2024-02-15T05:51:00.040Z] [2024-02-15T05:51:00.040Z] #176 [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-02-15T05:51:00.040Z] #176 DONE 0.6s [2024-02-15T05:51:00.040Z] [2024-02-15T05:51:00.040Z] #166 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-02-15T05:51:00.040Z] #166 DONE 1.6s [2024-02-15T05:51:00.040Z] [2024-02-15T05:51:00.040Z] #177 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-02-15T05:51:00.040Z] #177 DONE 0.7s [2024-02-15T05:51:00.040Z] [2024-02-15T05:51:00.040Z] #178 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-02-15T05:51:00.040Z] #178 DONE 0.7s [2024-02-15T05:51:00.040Z] [2024-02-15T05:51:00.040Z] #179 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-02-15T05:51:00.040Z] #179 DONE 0.7s [2024-02-15T05:51:00.040Z] [2024-02-15T05:51:00.040Z] #180 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-02-15T05:51:00.040Z] #180 DONE 0.7s [2024-02-15T05:51:00.300Z] [2024-02-15T05:51:00.300Z] #172 [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-02-15T05:51:00.300Z] #172 DONE 0.7s [2024-02-15T05:51:00.300Z] [2024-02-15T05:51:00.300Z] #181 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-02-15T05:51:00.300Z] #181 DONE 0.7s [2024-02-15T05:51:00.300Z] [2024-02-15T05:51:00.300Z] #100 [security-spiffe-token-provider] exporting to image [2024-02-15T05:51:00.300Z] #100 exporting layers [2024-02-15T05:51:00.558Z] #100 ... [2024-02-15T05:51:00.558Z] [2024-02-15T05:51:00.558Z] #182 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2024-02-15T05:51:00.558Z] #182 DONE 0.6s [2024-02-15T05:51:00.558Z] [2024-02-15T05:51:00.558Z] #175 [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-02-15T05:51:00.558Z] #175 DONE 0.6s [2024-02-15T05:51:00.558Z] [2024-02-15T05:51:00.558Z] #183 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-02-15T05:51:00.558Z] #183 DONE 0.5s [2024-02-15T05:51:00.558Z] [2024-02-15T05:51:00.558Z] #184 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-02-15T05:51:00.558Z] #184 DONE 0.5s [2024-02-15T05:51:00.558Z] [2024-02-15T05:51:00.558Z] #185 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2024-02-15T05:51:00.558Z] #185 DONE 0.5s [2024-02-15T05:51:00.558Z] [2024-02-15T05:51:00.558Z] #100 [support-notifications] exporting to image [2024-02-15T05:51:00.558Z] #100 ... [2024-02-15T05:51:00.558Z] [2024-02-15T05:51:00.558Z] #186 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-02-15T05:51:00.558Z] #186 DONE 0.4s [2024-02-15T05:51:00.558Z] [2024-02-15T05:51:00.558Z] #187 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-02-15T05:51:00.558Z] #187 DONE 0.5s [2024-02-15T05:51:00.558Z] [2024-02-15T05:51:00.558Z] #100 [core-metadata] exporting to image [2024-02-15T05:51:00.558Z] #100 ... [2024-02-15T05:51:00.558Z] [2024-02-15T05:51:00.558Z] #188 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2024-02-15T05:51:00.558Z] #188 DONE 0.2s [2024-02-15T05:51:00.558Z] [2024-02-15T05:51:00.558Z] #189 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-02-15T05:51:00.558Z] #189 DONE 0.3s [2024-02-15T05:51:00.816Z] [2024-02-15T05:51:00.816Z] #190 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-02-15T05:51:00.816Z] #190 DONE 0.3s [2024-02-15T05:51:00.816Z] [2024-02-15T05:51:00.816Z] #100 [core-metadata] exporting to image [2024-02-15T05:51:00.816Z] #100 exporting layers 0.6s done [2024-02-15T05:51:00.817Z] #100 writing image sha256:e14a099e53defd41995a804b86e889e3f9ba575232f8848876ebffc7e92c7bda [2024-02-15T05:51:00.817Z] #100 writing image sha256:36f71b42d1c931fb85c715c4b5f8eac63d99a91c5d9a2fed29fed78b6c943812 [2024-02-15T05:51:00.817Z] #100 writing image sha256:0144a9d5eb02356696dab7daa882876d053679ca3b471b2b10dcecc5130c5d44 [2024-02-15T05:51:00.817Z] #100 writing image sha256:c231c16e411461c44fc570d0251f08ebfe1a1f6eff4c70aafb8921f510a0989d [2024-02-15T05:51:01.385Z] #100 ... [2024-02-15T05:51:01.385Z] [2024-02-15T05:51:01.385Z] #191 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-02-15T05:51:01.385Z] #191 DONE 0.7s [2024-02-15T05:51:01.385Z] [2024-02-15T05:51:01.385Z] #192 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-02-15T05:51:01.385Z] #192 DONE 0.8s [2024-02-15T05:51:01.385Z] [2024-02-15T05:51:01.385Z] #100 [core-command] exporting to image [2024-02-15T05:51:01.385Z] #100 exporting layers 0.8s done [2024-02-15T05:51:01.385Z] #100 writing image sha256:e14a099e53defd41995a804b86e889e3f9ba575232f8848876ebffc7e92c7bda 0.6s done [2024-02-15T05:51:01.385Z] #100 writing image sha256:36f71b42d1c931fb85c715c4b5f8eac63d99a91c5d9a2fed29fed78b6c943812 0.6s done [2024-02-15T05:51:01.385Z] #100 writing image sha256:0144a9d5eb02356696dab7daa882876d053679ca3b471b2b10dcecc5130c5d44 0.6s done [2024-02-15T05:51:01.385Z] #100 writing image sha256:c231c16e411461c44fc570d0251f08ebfe1a1f6eff4c70aafb8921f510a0989d 0.7s done [2024-02-15T05:51:01.385Z] #100 naming to docker.io/library/support-scheduler 0.0s done [2024-02-15T05:51:01.385Z] #100 naming to docker.io/library/security-spiffe-token-provider done [2024-02-15T05:51:01.385Z] #100 naming to docker.io/library/core-data done [2024-02-15T05:51:01.385Z] #100 naming to docker.io/library/core-command done [2024-02-15T05:51:01.385Z] #100 writing image sha256:4dcc8986d4f5f3081a04720368b3fdbc4e77c83396e92d9ad6016374576d5462 [2024-02-15T05:51:01.643Z] #100 ... [2024-02-15T05:51:01.643Z] [2024-02-15T05:51:01.643Z] #193 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-02-15T05:51:01.643Z] #193 DONE 0.9s [2024-02-15T05:51:01.643Z] [2024-02-15T05:51:01.643Z] #100 [security-proxy-auth] exporting to image [2024-02-15T05:51:01.643Z] #100 writing image sha256:4dcc8986d4f5f3081a04720368b3fdbc4e77c83396e92d9ad6016374576d5462 done [2024-02-15T05:51:01.643Z] #100 naming to docker.io/library/support-notifications done [2024-02-15T05:51:01.643Z] #100 writing image sha256:d5b51bd4ef61c816d66762694578a99fd218f34f3818d56778911a51265344ea done [2024-02-15T05:51:01.643Z] #100 naming to docker.io/library/core-metadata [2024-02-15T05:51:01.643Z] #100 ... [2024-02-15T05:51:01.643Z] [2024-02-15T05:51:01.643Z] #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-02-15T05:51:01.643Z] #194 DONE 1.2s [2024-02-15T05:51:01.643Z] [2024-02-15T05:51:01.643Z] #100 [core-metadata] exporting to image [2024-02-15T05:51:01.643Z] #100 naming to docker.io/library/core-metadata 0.2s done [2024-02-15T05:51:01.910Z] #100 ... [2024-02-15T05:51:01.910Z] [2024-02-15T05:51:01.910Z] #195 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-02-15T05:51:01.910Z] #195 DONE 0.4s [2024-02-15T05:51:01.910Z] [2024-02-15T05:51:01.910Z] #196 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-02-15T05:51:01.910Z] #196 DONE 0.4s [2024-02-15T05:51:01.910Z] [2024-02-15T05:51:01.910Z] #100 [security-proxy-auth] exporting to image [2024-02-15T05:51:01.910Z] #100 exporting layers 0.1s done [2024-02-15T05:51:01.910Z] #100 writing image sha256:d7ff223ec69712b8ebc9a1682b43e95aea87154fac48423b75270037ce35aa5b done [2024-02-15T05:51:01.910Z] #100 naming to docker.io/library/security-proxy-auth done [2024-02-15T05:51:01.910Z] #100 writing image sha256:f8bcbd7513db4a457deea477f60892a1f0a4bf5111c03066818abb58dd55662d done [2024-02-15T05:51:01.910Z] #100 naming to docker.io/library/core-common-config-bootstrapper 0.0s done [2024-02-15T05:51:01.910Z] #100 DONE 2.6s [2024-02-15T05:51:01.910Z] [2024-02-15T05:51:01.910Z] #197 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2024-02-15T05:51:01.910Z] #197 DONE 0.1s [2024-02-15T05:51:01.911Z] [2024-02-15T05:51:01.911Z] #198 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-02-15T05:51:01.911Z] #198 DONE 0.1s [2024-02-15T05:51:01.911Z] [2024-02-15T05:51:01.911Z] #199 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2024-02-15T05:51:01.911Z] #199 DONE 0.1s [2024-02-15T05:51:01.911Z] [2024-02-15T05:51:01.911Z] #200 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-02-15T05:51:01.911Z] #200 DONE 1.2s [2024-02-15T05:51:01.911Z] [2024-02-15T05:51:01.911Z] #201 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-02-15T05:51:02.169Z] #201 DONE 0.1s [2024-02-15T05:51:02.169Z] [2024-02-15T05:51:02.169Z] #202 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-02-15T05:51:02.169Z] #202 DONE 0.1s [2024-02-15T05:51:02.169Z] [2024-02-15T05:51:02.169Z] #100 [security-proxy-setup] exporting to image [2024-02-15T05:51:02.169Z] #100 exporting layers 0.3s done [2024-02-15T05:51:02.169Z] #100 writing image sha256:cd4869d502f72586a0b196e41ec372747ae67fc8fa3db6cdd2a4e7528822a229 done [2024-02-15T05:51:02.169Z] #100 naming to docker.io/library/security-proxy-setup done [2024-02-15T05:51:02.169Z] #100 DONE 2.9s [2024-02-15T05:51:02.169Z] [2024-02-15T05:51:02.169Z] #203 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2024-02-15T05:51:02.428Z] #203 DONE 0.4s [2024-02-15T05:51:02.428Z] [2024-02-15T05:51:02.428Z] #204 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-02-15T05:51:02.428Z] #204 DONE 0.6s [2024-02-15T05:51:02.428Z] [2024-02-15T05:51:02.428Z] #100 [security-secretstore-setup] exporting to image [2024-02-15T05:51:02.997Z] #100 exporting layers 0.3s done [2024-02-15T05:51:02.997Z] #100 exporting layers 0.3s done [2024-02-15T05:51:02.997Z] #100 writing image sha256:8e00bb9b8760e0f066f6614a99a235501db907b525ef5853627d82cb7121d139 done [2024-02-15T05:51:02.997Z] #100 naming to docker.io/library/security-secretstore-setup done [2024-02-15T05:51:02.998Z] #100 writing image sha256:967407df02a0750b204dd701e17af4b69ab68c889f42043a90b8ad7be039b8c2 done [2024-02-15T05:51:02.998Z] #100 naming to docker.io/library/security-bootstrapper done [2024-02-15T05:51:02.998Z] #100 DONE 3.2s [2024-02-15T05:51:02.998Z] time="2024-02-15T05:48:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-02-15T05:51:02.998Z] time="2024-02-15T05:48:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-02-15T05:51:02.998Z] time="2024-02-15T05:48:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-02-15T05:51:02.998Z] time="2024-02-15T05:48:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-02-15T05:51:02.998Z] time="2024-02-15T05:48:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-02-15T05:51:02.998Z] time="2024-02-15T05:48:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-02-15T05:51:02.998Z] time="2024-02-15T05:48:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-02-15T05:51:02.998Z] time="2024-02-15T05:48:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-02-15T05:51:02.998Z] time="2024-02-15T05:48:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-02-15T05:51:02.998Z] time="2024-02-15T05:48:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-02-15T05:51:02.998Z] time="2024-02-15T05:48:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-02-15T05:51:02.998Z] time="2024-02-15T05:48:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-02-15T05:51:02.998Z] time="2024-02-15T05:48:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-02-15T05:51:02.998Z] time="2024-02-15T05:48:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-02-15T05:51:03.011Z] $ docker stop --time=1 0853e83c2d490b4077803e264a40b0b8d3a5efa615eecc7fd1a70fbc5a76c412 [2024-02-15T05:51:03.966Z] #47 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 5.1s [2024-02-15T05:51:03.966Z] #47 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 5.5s done [2024-02-15T05:51:03.966Z] #47 ... [2024-02-15T05:51:03.966Z] [2024-02-15T05:51:03.966Z] #68 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-02-15T05:51:03.966Z] #68 15.81 v3.18.6-34-gd89a095aa61 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-02-15T05:51:03.966Z] #68 15.81 v3.18.6-33-gc1e3cf9371f [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-02-15T05:51:03.966Z] #68 15.81 OK: 19945 distinct packages available [2024-02-15T05:51:04.285Z] $ docker rm -f --volumes 0853e83c2d490b4077803e264a40b0b8d3a5efa615eecc7fd1a70fbc5a76c412 [Pipeline] // withDockerContainer [Pipeline] sh [2024-02-15T05:51:04.576Z] #68 ... [2024-02-15T05:51:04.576Z] [2024-02-15T05:51:04.576Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-02-15T05:51:04.576Z] #47 DONE 16.4s [2024-02-15T05:51:04.576Z] [2024-02-15T05:51:04.576Z] #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-02-15T05:51:04.576Z] #48 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.1s done [2024-02-15T05:51:04.576Z] #48 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 0.1s done [2024-02-15T05:51:04.576Z] #48 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 5.9s [2024-02-15T05:51:04.658Z] + docker images [2024-02-15T05:51:04.659Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-02-15T05:51:04.659Z] security-secretstore-setup latest 8e00bb9b8760 2 seconds ago 36.2MB [2024-02-15T05:51:04.659Z] security-bootstrapper latest 967407df02a0 2 seconds ago 18.5MB [2024-02-15T05:51:04.659Z] core-common-config-bootstrapper latest f8bcbd7513db 3 seconds ago 14.9MB [2024-02-15T05:51:04.659Z] security-proxy-auth latest d7ff223ec697 3 seconds ago 15.8MB [2024-02-15T05:51:04.659Z] security-proxy-setup latest cd4869d502f7 3 seconds ago 25.9MB [2024-02-15T05:51:04.659Z] core-metadata latest d5b51bd4ef61 4 seconds ago 17.4MB [2024-02-15T05:51:04.659Z] support-notifications latest 4dcc8986d4f5 4 seconds ago 26.7MB [2024-02-15T05:51:04.659Z] security-spiffe-token-provider latest e14a099e53de 5 seconds ago 28.6MB [2024-02-15T05:51:04.659Z] core-command latest c231c16e4114 5 seconds ago 17MB [2024-02-15T05:51:04.659Z] core-data latest 36f71b42d1c9 5 seconds ago 17.1MB [2024-02-15T05:51:04.659Z] support-scheduler latest 0144a9d5eb02 5 seconds ago 26.1MB [2024-02-15T05:51:04.659Z] security-spire-agent latest 3c9bf1811b16 2 minutes ago 161MB [2024-02-15T05:51:04.659Z] security-spire-config latest e797b302e461 2 minutes ago 102MB [2024-02-15T05:51:04.659Z] security-spire-server latest 5db7df19e798 2 minutes ago 102MB [2024-02-15T05:51:04.659Z] ci-base-image-x86_64 latest a49ef3540345 4 minutes ago 883MB [2024-02-15T05:51:04.659Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.21-alpine 88b5674ff536 3 months ago 564MB [2024-02-15T05:51:04.659Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 8 months ago 334MB [2024-02-15T05:51:04.659Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 19 months ago 253MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-02-15T05:51:04.997Z] provisioning config files... [2024-02-15T05:51:05.006Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/624@tmp/config6673966208702578183tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-02-15T05:51:05.162Z] #48 ... [2024-02-15T05:51:05.162Z] [2024-02-15T05:51:05.162Z] #68 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-02-15T05:51:05.162Z] #68 16.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-02-15T05:51:05.162Z] #68 ... [2024-02-15T05:51:05.162Z] [2024-02-15T05:51:05.162Z] #56 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-02-15T05:51:05.162Z] #56 10.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-02-15T05:51:05.162Z] #56 13.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-02-15T05:51:05.162Z] #56 20.29 v3.18.6-34-gd89a095aa61 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-02-15T05:51:05.162Z] #56 20.29 v3.18.6-33-gc1e3cf9371f [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-02-15T05:51:05.162Z] #56 20.29 OK: 19945 distinct packages available [2024-02-15T05:51:05.358Z] ---> ****-login.sh [2024-02-15T05:51:05.358Z] nexus3.edgexfoundry.org:10001 [2024-02-15T05:51:05.358Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-02-15T05:51:05.358Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-02-15T05:51:05.358Z] Configure a credential helper to remove this warning. See [2024-02-15T05:51:05.358Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-02-15T05:51:05.358Z] [2024-02-15T05:51:05.358Z] Login Succeeded [2024-02-15T05:51:05.358Z] nexus3.edgexfoundry.org:10002 [2024-02-15T05:51:05.358Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-02-15T05:51:05.358Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-02-15T05:51:05.358Z] Configure a credential helper to remove this warning. See [2024-02-15T05:51:05.358Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-02-15T05:51:05.358Z] [2024-02-15T05:51:05.358Z] Login Succeeded [2024-02-15T05:51:05.358Z] nexus3.edgexfoundry.org:10003 [2024-02-15T05:51:05.449Z] #56 ... [2024-02-15T05:51:05.449Z] [2024-02-15T05:51:05.449Z] #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-02-15T05:51:05.619Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-02-15T05:51:05.620Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-02-15T05:51:05.620Z] Configure a credential helper to remove this warning. See [2024-02-15T05:51:05.620Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-02-15T05:51:05.620Z] [2024-02-15T05:51:05.620Z] Login Succeeded [2024-02-15T05:51:05.620Z] nexus3.edgexfoundry.org:10004 [2024-02-15T05:51:05.620Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-02-15T05:51:05.620Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-02-15T05:51:05.620Z] Configure a credential helper to remove this warning. See [2024-02-15T05:51:05.620Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-02-15T05:51:05.620Z] [2024-02-15T05:51:05.620Z] Login Succeeded [2024-02-15T05:51:05.620Z] ****.io [2024-02-15T05:51:05.620Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-02-15T05:51:05.721Z] #48 ... [2024-02-15T05:51:05.721Z] [2024-02-15T05:51:05.721Z] #58 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-02-15T05:51:05.721Z] #58 10.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-02-15T05:51:05.721Z] #58 13.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-02-15T05:51:05.721Z] #58 19.10 (1/1) Installing dumb-init (1.2.5-r2) [2024-02-15T05:51:05.721Z] #58 19.18 Executing busybox-1.36.1-r5.trigger [2024-02-15T05:51:05.721Z] #58 19.32 OK: 8 MiB in 16 packages [2024-02-15T05:51:05.721Z] #58 DONE 21.4s [2024-02-15T05:51:05.721Z] [2024-02-15T05:51:05.721Z] #69 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade [2024-02-15T05:51:05.879Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-02-15T05:51:05.879Z] Configure a credential helper to remove this warning. See [2024-02-15T05:51:05.879Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-02-15T05:51:05.879Z] [2024-02-15T05:51:05.879Z] Login Succeeded [2024-02-15T05:51:05.879Z] ---> ****-login.sh ends [Pipeline] } [2024-02-15T05:51:05.887Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [2024-02-15T05:51:05.996Z] #69 ... [2024-02-15T05:51:05.996Z] [2024-02-15T05:51:05.996Z] #57 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-02-15T05:51:05.996Z] #57 10.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-02-15T05:51:05.996Z] #57 12.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-02-15T05:51:05.996Z] #57 19.51 (1/2) Installing ca-certificates (20230506-r0) [2024-02-15T05:51:05.996Z] #57 19.85 (2/2) Installing dumb-init (1.2.5-r2) [2024-02-15T05:51:05.996Z] #57 19.88 Executing busybox-1.36.1-r5.trigger [2024-02-15T05:51:05.996Z] #57 19.96 Executing ca-certificates-20230506-r0.trigger [2024-02-15T05:51:05.996Z] #57 ... [2024-02-15T05:51:05.996Z] [2024-02-15T05:51:05.996Z] #59 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-02-15T05:51:05.996Z] #59 10.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-02-15T05:51:05.996Z] #59 13.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-02-15T05:51:05.996Z] #59 20.26 (1/1) Installing dumb-init (1.2.5-r2) [2024-02-15T05:51:05.996Z] #59 20.30 Executing busybox-1.36.1-r5.trigger [2024-02-15T05:51:05.996Z] #59 20.36 OK: 8 MiB in 16 packages [Pipeline] echo [2024-02-15T05:51:06.032Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-02-15T05:51:06.092Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2024-02-15T05:51:06.092Z] d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T05:51:06.092Z] latest [2024-02-15T05:51:06.092Z] 3.2.0-dev.14 [2024-02-15T05:51:06.092Z] d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T05:51:06.092Z] main [2024-02-15T05:51:06.092Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [2024-02-15T05:51:06.265Z] #59 ... [2024-02-15T05:51:06.265Z] [2024-02-15T05:51:06.265Z] #70 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-02-15T05:51:06.265Z] #70 ... [2024-02-15T05:51:06.265Z] [2024-02-15T05:51:06.265Z] #60 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-02-15T05:51:06.265Z] #60 10.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-02-15T05:51:06.265Z] #60 12.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-02-15T05:51:06.265Z] #60 18.83 (1/2) Installing dumb-init (1.2.5-r2) [2024-02-15T05:51:06.265Z] #60 18.90 (2/2) Installing su-exec (0.2-r3) [2024-02-15T05:51:06.265Z] #60 18.90 Executing busybox-1.36.1-r5.trigger [2024-02-15T05:51:06.265Z] #60 18.96 OK: 8 MiB in 17 packages [2024-02-15T05:51:06.265Z] #60 DONE 21.4s [2024-02-15T05:51:06.265Z] [2024-02-15T05:51:06.265Z] #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [Pipeline] sh [2024-02-15T05:51:06.538Z] #48 ... [2024-02-15T05:51:06.538Z] [2024-02-15T05:51:06.538Z] #55 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-02-15T05:51:06.538Z] #55 13.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-02-15T05:51:06.538Z] #55 20.56 OK: 266 MiB in 52 packages [2024-02-15T05:51:06.538Z] #55 DONE 22.1s [2024-02-15T05:51:06.538Z] [2024-02-15T05:51:06.538Z] #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-02-15T05:51:06.580Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:d5c390cc6addf29fb131b0472a1808282eec31af [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:06.981Z] + docker push nexus3.edgexfoundry.org:10004/core-command:d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T05:51:06.981Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-02-15T05:51:06.981Z] 1b88b47e00fe: Preparing [2024-02-15T05:51:06.981Z] 8b5f6ef416c2: Preparing [2024-02-15T05:51:06.981Z] 14c73e19e52d: Preparing [2024-02-15T05:51:06.981Z] 6c08b32cf898: Preparing [2024-02-15T05:51:06.981Z] d6b691809c2d: Preparing [2024-02-15T05:51:06.981Z] a118783f8b32: Preparing [2024-02-15T05:51:06.981Z] aedc3bda2944: Preparing [2024-02-15T05:51:06.981Z] a118783f8b32: Waiting [2024-02-15T05:51:06.981Z] aedc3bda2944: Waiting [2024-02-15T05:51:06.981Z] d6b691809c2d: Pushed [2024-02-15T05:51:06.981Z] 1b88b47e00fe: Pushed [2024-02-15T05:51:06.981Z] 14c73e19e52d: Pushed [2024-02-15T05:51:06.981Z] 6c08b32cf898: Pushed [2024-02-15T05:51:06.981Z] aedc3bda2944: Layer already exists [2024-02-15T05:51:06.981Z] a118783f8b32: Pushed [2024-02-15T05:51:07.127Z] #48 ... [2024-02-15T05:51:07.127Z] [2024-02-15T05:51:07.127Z] #59 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-02-15T05:51:07.127Z] #59 DONE 22.4s [2024-02-15T05:51:07.395Z] [2024-02-15T05:51:07.395Z] #71 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-02-15T05:51:07.395Z] #71 ... [2024-02-15T05:51:07.395Z] [2024-02-15T05:51:07.395Z] #61 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-02-15T05:51:07.395Z] #61 11.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-02-15T05:51:07.395Z] #61 18.77 (1/4) Installing dumb-init (1.2.5-r2) [2024-02-15T05:51:07.395Z] #61 18.82 (2/4) Installing openssl (3.1.4-r5) [2024-02-15T05:51:07.395Z] #61 18.99 (3/4) Installing su-exec (0.2-r3) [2024-02-15T05:51:07.395Z] #61 19.02 (4/4) Installing yq (4.33.3-r5) [2024-02-15T05:51:07.395Z] #61 20.47 Executing busybox-1.36.1-r5.trigger [2024-02-15T05:51:07.395Z] #61 20.71 OK: 18 MiB in 19 packages [2024-02-15T05:51:07.663Z] #61 ... [2024-02-15T05:51:07.663Z] [2024-02-15T05:51:07.663Z] #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-02-15T05:51:07.917Z] 8b5f6ef416c2: Pushed [2024-02-15T05:51:07.930Z] #48 ... [2024-02-15T05:51:07.930Z] [2024-02-15T05:51:07.930Z] #72 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-02-15T05:51:07.930Z] #72 DONE 1.2s [2024-02-15T05:51:07.930Z] [2024-02-15T05:51:07.930Z] #73 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-02-15T05:51:08.196Z] d5c390cc6addf29fb131b0472a1808282eec31af: digest: sha256:0c466435e38ca18c2b435e78ad2e6cf43809df10528e8fc29718b964dd77684d size: 1778 [2024-02-15T05:51:08.198Z] #73 ... [2024-02-15T05:51:08.198Z] [2024-02-15T05:51:08.198Z] #61 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-02-15T05:51:08.198Z] #61 DONE 22.7s [2024-02-15T05:51:08.198Z] [2024-02-15T05:51:08.198Z] #74 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:08.465Z] #74 ... [2024-02-15T05:51:08.465Z] [2024-02-15T05:51:08.465Z] #57 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-02-15T05:51:08.465Z] #57 21.58 OK: 9 MiB in 17 packages [2024-02-15T05:51:08.465Z] #57 DONE 23.3s [2024-02-15T05:51:08.465Z] [2024-02-15T05:51:08.465Z] #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-02-15T05:51:08.615Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:09.020Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2024-02-15T05:51:09.020Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-02-15T05:51:09.020Z] 1b88b47e00fe: Preparing [2024-02-15T05:51:09.020Z] 8b5f6ef416c2: Preparing [2024-02-15T05:51:09.020Z] 14c73e19e52d: Preparing [2024-02-15T05:51:09.020Z] 6c08b32cf898: Preparing [2024-02-15T05:51:09.020Z] d6b691809c2d: Preparing [2024-02-15T05:51:09.020Z] a118783f8b32: Preparing [2024-02-15T05:51:09.020Z] aedc3bda2944: Preparing [2024-02-15T05:51:09.020Z] aedc3bda2944: Waiting [2024-02-15T05:51:09.020Z] a118783f8b32: Waiting [2024-02-15T05:51:09.020Z] 1b88b47e00fe: Layer already exists [2024-02-15T05:51:09.020Z] 14c73e19e52d: Layer already exists [2024-02-15T05:51:09.020Z] 6c08b32cf898: Layer already exists [2024-02-15T05:51:09.020Z] d6b691809c2d: Layer already exists [2024-02-15T05:51:09.020Z] 8b5f6ef416c2: Layer already exists [2024-02-15T05:51:09.020Z] a118783f8b32: Layer already exists [2024-02-15T05:51:09.020Z] aedc3bda2944: Layer already exists [2024-02-15T05:51:09.020Z] latest: digest: sha256:0c466435e38ca18c2b435e78ad2e6cf43809df10528e8fc29718b964dd77684d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:09.428Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:09.832Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.14 [2024-02-15T05:51:09.833Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-02-15T05:51:09.833Z] 1b88b47e00fe: Preparing [2024-02-15T05:51:09.833Z] 8b5f6ef416c2: Preparing [2024-02-15T05:51:09.833Z] 14c73e19e52d: Preparing [2024-02-15T05:51:09.833Z] 6c08b32cf898: Preparing [2024-02-15T05:51:09.833Z] d6b691809c2d: Preparing [2024-02-15T05:51:09.833Z] a118783f8b32: Preparing [2024-02-15T05:51:09.833Z] aedc3bda2944: Preparing [2024-02-15T05:51:09.833Z] a118783f8b32: Waiting [2024-02-15T05:51:09.833Z] aedc3bda2944: Waiting [2024-02-15T05:51:09.833Z] 1b88b47e00fe: Layer already exists [2024-02-15T05:51:09.833Z] d6b691809c2d: Layer already exists [2024-02-15T05:51:09.833Z] 14c73e19e52d: Layer already exists [2024-02-15T05:51:09.833Z] 6c08b32cf898: Layer already exists [2024-02-15T05:51:09.833Z] 8b5f6ef416c2: Layer already exists [2024-02-15T05:51:09.833Z] a118783f8b32: Layer already exists [2024-02-15T05:51:09.833Z] aedc3bda2944: Layer already exists [2024-02-15T05:51:09.833Z] 3.2.0-dev.14: digest: sha256:0c466435e38ca18c2b435e78ad2e6cf43809df10528e8fc29718b964dd77684d size: 1778 [Pipeline] } [Pipeline] // withEnv [2024-02-15T05:51:09.887Z] #48 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 11.2s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:10.240Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:10.471Z] #48 ... [2024-02-15T05:51:10.471Z] [2024-02-15T05:51:10.471Z] #62 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-02-15T05:51:10.471Z] #62 20.64 (1/4) Installing ca-certificates (20230506-r0) [2024-02-15T05:51:10.471Z] #62 21.21 (2/4) Installing dumb-init (1.2.5-r2) [2024-02-15T05:51:10.471Z] #62 21.21 (3/4) Installing su-exec (0.2-r3) [2024-02-15T05:51:10.471Z] #62 21.25 (4/4) Installing yq (4.33.3-r5) [2024-02-15T05:51:10.471Z] #62 22.54 Executing busybox-1.36.1-r5.trigger [2024-02-15T05:51:10.471Z] #62 22.72 Executing ca-certificates-20230506-r0.trigger [2024-02-15T05:51:10.471Z] #62 24.08 OK: 18 MiB in 19 packages [2024-02-15T05:51:10.471Z] #62 DONE 25.4s [2024-02-15T05:51:10.471Z] [2024-02-15T05:51:10.471Z] #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-02-15T05:51:10.663Z] + docker push nexus3.edgexfoundry.org:10004/core-command:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T05:51:10.663Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-02-15T05:51:10.663Z] 1b88b47e00fe: Preparing [2024-02-15T05:51:10.663Z] 8b5f6ef416c2: Preparing [2024-02-15T05:51:10.663Z] 14c73e19e52d: Preparing [2024-02-15T05:51:10.663Z] 6c08b32cf898: Preparing [2024-02-15T05:51:10.663Z] d6b691809c2d: Preparing [2024-02-15T05:51:10.663Z] a118783f8b32: Preparing [2024-02-15T05:51:10.663Z] aedc3bda2944: Preparing [2024-02-15T05:51:10.663Z] aedc3bda2944: Waiting [2024-02-15T05:51:10.663Z] a118783f8b32: Waiting [2024-02-15T05:51:10.663Z] d6b691809c2d: Layer already exists [2024-02-15T05:51:10.663Z] 6c08b32cf898: Layer already exists [2024-02-15T05:51:10.663Z] 1b88b47e00fe: Layer already exists [2024-02-15T05:51:10.663Z] 8b5f6ef416c2: Layer already exists [2024-02-15T05:51:10.663Z] 14c73e19e52d: Layer already exists [2024-02-15T05:51:10.663Z] a118783f8b32: Layer already exists [2024-02-15T05:51:10.663Z] aedc3bda2944: Layer already exists [2024-02-15T05:51:10.663Z] d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14: digest: sha256:0c466435e38ca18c2b435e78ad2e6cf43809df10528e8fc29718b964dd77684d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:11.089Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:11.509Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2024-02-15T05:51:11.509Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-02-15T05:51:11.509Z] 1b88b47e00fe: Preparing [2024-02-15T05:51:11.509Z] 8b5f6ef416c2: Preparing [2024-02-15T05:51:11.509Z] 14c73e19e52d: Preparing [2024-02-15T05:51:11.509Z] 6c08b32cf898: Preparing [2024-02-15T05:51:11.509Z] d6b691809c2d: Preparing [2024-02-15T05:51:11.509Z] a118783f8b32: Preparing [2024-02-15T05:51:11.509Z] aedc3bda2944: Preparing [2024-02-15T05:51:11.509Z] a118783f8b32: Waiting [2024-02-15T05:51:11.509Z] aedc3bda2944: Waiting [2024-02-15T05:51:11.509Z] d6b691809c2d: Layer already exists [2024-02-15T05:51:11.509Z] 6c08b32cf898: Layer already exists [2024-02-15T05:51:11.509Z] 8b5f6ef416c2: Layer already exists [2024-02-15T05:51:11.509Z] 14c73e19e52d: Layer already exists [2024-02-15T05:51:11.509Z] 1b88b47e00fe: Layer already exists [2024-02-15T05:51:11.509Z] a118783f8b32: Layer already exists [2024-02-15T05:51:11.509Z] aedc3bda2944: Layer already exists [2024-02-15T05:51:11.509Z] main: digest: sha256:0c466435e38ca18c2b435e78ad2e6cf43809df10528e8fc29718b964dd77684d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-02-15T05:51:11.817Z] ===================================================== [Pipeline] echo [2024-02-15T05:51:11.865Z] taggedImages: [2024-02-15T05:51:11.865Z] - nexus3.edgexfoundry.org:10004/core-command:d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T05:51:11.865Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2024-02-15T05:51:11.865Z] - nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.14 [2024-02-15T05:51:11.865Z] - nexus3.edgexfoundry.org:10004/core-command:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T05:51:11.865Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2024-02-15T05:51:11.925Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2024-02-15T05:51:11.925Z] d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T05:51:11.925Z] latest [2024-02-15T05:51:11.925Z] 3.2.0-dev.14 [2024-02-15T05:51:11.925Z] d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T05:51:11.925Z] main [2024-02-15T05:51:11.925Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:12.423Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d5c390cc6addf29fb131b0472a1808282eec31af [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:12.843Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T05:51:12.843Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-02-15T05:51:12.843Z] 9b900c567486: Preparing [2024-02-15T05:51:12.843Z] c741937a670a: Preparing [2024-02-15T05:51:12.843Z] dd9c55d5ca72: Preparing [2024-02-15T05:51:12.843Z] 8330d3d38597: Preparing [2024-02-15T05:51:12.843Z] 14c73e19e52d: Preparing [2024-02-15T05:51:12.843Z] 6c08b32cf898: Preparing [2024-02-15T05:51:12.843Z] d6b691809c2d: Preparing [2024-02-15T05:51:12.843Z] a118783f8b32: Preparing [2024-02-15T05:51:12.843Z] aedc3bda2944: Preparing [2024-02-15T05:51:12.843Z] a118783f8b32: Waiting [2024-02-15T05:51:12.843Z] d6b691809c2d: Waiting [2024-02-15T05:51:12.843Z] aedc3bda2944: Waiting [2024-02-15T05:51:12.843Z] 6c08b32cf898: Waiting [2024-02-15T05:51:12.843Z] 14c73e19e52d: Layer already exists [2024-02-15T05:51:12.843Z] 6c08b32cf898: Layer already exists [2024-02-15T05:51:12.843Z] d6b691809c2d: Layer already exists [2024-02-15T05:51:12.844Z] a118783f8b32: Layer already exists [2024-02-15T05:51:12.844Z] dd9c55d5ca72: Pushed [2024-02-15T05:51:12.844Z] aedc3bda2944: Layer already exists [2024-02-15T05:51:12.844Z] 9b900c567486: Pushed [2024-02-15T05:51:12.844Z] c741937a670a: Pushed [2024-02-15T05:51:13.075Z] #48 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 13.9s done [2024-02-15T05:51:13.075Z] #48 ... [2024-02-15T05:51:13.075Z] [2024-02-15T05:51:13.075Z] #67 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-02-15T05:51:13.075Z] #67 14.79 v3.18.6-34-gd89a095aa61 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-02-15T05:51:13.075Z] #67 14.79 v3.18.6-33-gc1e3cf9371f [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-02-15T05:51:13.075Z] #67 14.79 OK: 19945 distinct packages available [2024-02-15T05:51:13.075Z] #67 15.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-02-15T05:51:13.075Z] #67 18.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-02-15T05:51:13.075Z] #67 23.75 (1/5) Installing dumb-init (1.2.5-r2) [2024-02-15T05:51:13.075Z] #67 23.77 (2/5) Installing musl-obstack (1.2.3-r2) [2024-02-15T05:51:13.075Z] #67 23.78 (3/5) Installing libucontext (1.2-r2) [2024-02-15T05:51:13.075Z] #67 23.82 (4/5) Installing gcompat (1.1.0-r1) [2024-02-15T05:51:13.075Z] #67 23.84 (5/5) Installing openssl (3.1.4-r5) [2024-02-15T05:51:13.075Z] #67 23.97 Executing busybox-1.36.1-r5.trigger [2024-02-15T05:51:13.075Z] #67 24.09 OK: 9 MiB in 20 packages [2024-02-15T05:51:13.075Z] #67 ... [2024-02-15T05:51:13.075Z] [2024-02-15T05:51:13.075Z] #56 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-02-15T05:51:13.075Z] #56 21.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-02-15T05:51:13.075Z] #56 24.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-02-15T05:51:13.075Z] #56 27.71 (1/11) Installing ca-certificates (20230506-r0) [2024-02-15T05:51:13.075Z] #56 28.01 (2/11) Installing brotli-libs (1.0.9-r14) [2024-02-15T05:51:13.075Z] #56 28.09 (3/11) Installing libunistring (1.1-r1) [2024-02-15T05:51:13.075Z] #56 28.20 (4/11) Installing libidn2 (2.3.4-r1) [2024-02-15T05:51:13.075Z] #56 28.22 (5/11) Installing nghttp2-libs (1.57.0-r0) [2024-02-15T05:51:13.075Z] #56 28.24 (6/11) Installing libcurl (8.5.0-r0) [2024-02-15T05:51:13.075Z] #56 28.28 (7/11) Installing curl (8.5.0-r0) [2024-02-15T05:51:13.075Z] #56 28.34 (8/11) Installing dumb-init (1.2.5-r2) [2024-02-15T05:51:13.075Z] #56 28.34 (9/11) Installing musl-obstack (1.2.3-r2) [2024-02-15T05:51:13.075Z] #56 28.34 (10/11) Installing libucontext (1.2-r2) [2024-02-15T05:51:13.075Z] #56 ... [2024-02-15T05:51:13.075Z] [2024-02-15T05:51:13.075Z] #68 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-02-15T05:51:13.075Z] #68 19.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-02-15T05:51:13.075Z] #68 23.55 (1/4) Installing dumb-init (1.2.5-r2) [2024-02-15T05:51:13.075Z] #68 23.57 (2/4) Installing musl-obstack (1.2.3-r2) [2024-02-15T05:51:13.075Z] #68 23.58 (3/4) Installing libucontext (1.2-r2) [2024-02-15T05:51:13.075Z] #68 23.60 (4/4) Installing gcompat (1.1.0-r1) [2024-02-15T05:51:13.075Z] #68 23.64 Executing busybox-1.36.1-r5.trigger [2024-02-15T05:51:13.075Z] #68 23.68 OK: 8 MiB in 19 packages [2024-02-15T05:51:13.075Z] #68 DONE 24.7s [2024-02-15T05:51:13.075Z] [2024-02-15T05:51:13.075Z] #67 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-02-15T05:51:13.075Z] #67 DONE 25.0s [2024-02-15T05:51:13.075Z] [2024-02-15T05:51:13.075Z] #56 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-02-15T05:51:13.075Z] #56 28.35 (11/11) Installing gcompat (1.1.0-r1) [2024-02-15T05:51:13.075Z] #56 28.36 Executing busybox-1.36.1-r5.trigger [2024-02-15T05:51:13.075Z] #56 28.42 Executing ca-certificates-20230506-r0.trigger [2024-02-15T05:51:13.075Z] #56 ... [2024-02-15T05:51:13.075Z] [2024-02-15T05:51:13.075Z] #75 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-02-15T05:51:13.799Z] 8330d3d38597: Pushed [2024-02-15T05:51:13.799Z] d5c390cc6addf29fb131b0472a1808282eec31af: digest: sha256:c35e82beb3fcedb56f41e47c8f0771501a8727729baa8457a3137ef48a1ae925 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:14.220Z] + 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-02-15T05:51:14.497Z] #75 ... [2024-02-15T05:51:14.497Z] [2024-02-15T05:51:14.497Z] #56 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-02-15T05:51:14.497Z] #56 28.89 OK: 13 MiB in 26 packages [2024-02-15T05:51:14.497Z] #56 DONE 29.8s [2024-02-15T05:51:14.644Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2024-02-15T05:51:14.644Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-02-15T05:51:14.644Z] 9b900c567486: Preparing [2024-02-15T05:51:14.644Z] c741937a670a: Preparing [2024-02-15T05:51:14.644Z] dd9c55d5ca72: Preparing [2024-02-15T05:51:14.644Z] 8330d3d38597: Preparing [2024-02-15T05:51:14.644Z] 14c73e19e52d: Preparing [2024-02-15T05:51:14.644Z] 6c08b32cf898: Preparing [2024-02-15T05:51:14.644Z] d6b691809c2d: Preparing [2024-02-15T05:51:14.644Z] a118783f8b32: Preparing [2024-02-15T05:51:14.644Z] aedc3bda2944: Preparing [2024-02-15T05:51:14.644Z] 6c08b32cf898: Waiting [2024-02-15T05:51:14.644Z] aedc3bda2944: Waiting [2024-02-15T05:51:14.644Z] 14c73e19e52d: Layer already exists [2024-02-15T05:51:14.644Z] dd9c55d5ca72: Layer already exists [2024-02-15T05:51:14.644Z] 9b900c567486: Layer already exists [2024-02-15T05:51:14.644Z] c741937a670a: Layer already exists [2024-02-15T05:51:14.644Z] 8330d3d38597: Layer already exists [2024-02-15T05:51:14.644Z] aedc3bda2944: Layer already exists [2024-02-15T05:51:14.644Z] d6b691809c2d: Layer already exists [2024-02-15T05:51:14.644Z] 6c08b32cf898: Layer already exists [2024-02-15T05:51:14.644Z] a118783f8b32: Layer already exists [2024-02-15T05:51:14.644Z] latest: digest: sha256:c35e82beb3fcedb56f41e47c8f0771501a8727729baa8457a3137ef48a1ae925 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [2024-02-15T05:51:14.763Z] [2024-02-15T05:51:14.764Z] #69 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade [2024-02-15T05:51:14.764Z] #69 8.815 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [Pipeline] sh [2024-02-15T05:51:15.075Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:15.496Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.14 [2024-02-15T05:51:15.496Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-02-15T05:51:15.496Z] 9b900c567486: Preparing [2024-02-15T05:51:15.496Z] c741937a670a: Preparing [2024-02-15T05:51:15.496Z] dd9c55d5ca72: Preparing [2024-02-15T05:51:15.496Z] 8330d3d38597: Preparing [2024-02-15T05:51:15.496Z] 14c73e19e52d: Preparing [2024-02-15T05:51:15.496Z] 6c08b32cf898: Preparing [2024-02-15T05:51:15.496Z] d6b691809c2d: Preparing [2024-02-15T05:51:15.496Z] a118783f8b32: Preparing [2024-02-15T05:51:15.496Z] aedc3bda2944: Preparing [2024-02-15T05:51:15.496Z] d6b691809c2d: Waiting [2024-02-15T05:51:15.496Z] a118783f8b32: Waiting [2024-02-15T05:51:15.496Z] aedc3bda2944: Waiting [2024-02-15T05:51:15.496Z] 6c08b32cf898: Waiting [2024-02-15T05:51:15.496Z] 8330d3d38597: Layer already exists [2024-02-15T05:51:15.496Z] dd9c55d5ca72: Layer already exists [2024-02-15T05:51:15.496Z] c741937a670a: Layer already exists [2024-02-15T05:51:15.496Z] 9b900c567486: Layer already exists [2024-02-15T05:51:15.496Z] 14c73e19e52d: Layer already exists [2024-02-15T05:51:15.496Z] 6c08b32cf898: Layer already exists [2024-02-15T05:51:15.496Z] d6b691809c2d: Layer already exists [2024-02-15T05:51:15.496Z] a118783f8b32: Layer already exists [2024-02-15T05:51:15.496Z] aedc3bda2944: Layer already exists [2024-02-15T05:51:15.496Z] 3.2.0-dev.14: digest: sha256:c35e82beb3fcedb56f41e47c8f0771501a8727729baa8457a3137ef48a1ae925 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:15.727Z] #69 9.822 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-02-15T05:51:15.938Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:16.346Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T05:51:16.346Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-02-15T05:51:16.346Z] 9b900c567486: Preparing [2024-02-15T05:51:16.346Z] c741937a670a: Preparing [2024-02-15T05:51:16.346Z] dd9c55d5ca72: Preparing [2024-02-15T05:51:16.346Z] 8330d3d38597: Preparing [2024-02-15T05:51:16.346Z] 14c73e19e52d: Preparing [2024-02-15T05:51:16.346Z] 6c08b32cf898: Preparing [2024-02-15T05:51:16.346Z] d6b691809c2d: Preparing [2024-02-15T05:51:16.346Z] a118783f8b32: Preparing [2024-02-15T05:51:16.346Z] aedc3bda2944: Preparing [2024-02-15T05:51:16.346Z] 6c08b32cf898: Waiting [2024-02-15T05:51:16.346Z] d6b691809c2d: Waiting [2024-02-15T05:51:16.346Z] a118783f8b32: Waiting [2024-02-15T05:51:16.346Z] aedc3bda2944: Waiting [2024-02-15T05:51:16.346Z] 9b900c567486: Layer already exists [2024-02-15T05:51:16.346Z] dd9c55d5ca72: Layer already exists [2024-02-15T05:51:16.346Z] c741937a670a: Layer already exists [2024-02-15T05:51:16.346Z] 14c73e19e52d: Layer already exists [2024-02-15T05:51:16.346Z] 8330d3d38597: Layer already exists [2024-02-15T05:51:16.346Z] 6c08b32cf898: Layer already exists [2024-02-15T05:51:16.346Z] d6b691809c2d: Layer already exists [2024-02-15T05:51:16.346Z] aedc3bda2944: Layer already exists [2024-02-15T05:51:16.346Z] a118783f8b32: Layer already exists [2024-02-15T05:51:16.346Z] d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14: digest: sha256:c35e82beb3fcedb56f41e47c8f0771501a8727729baa8457a3137ef48a1ae925 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:16.698Z] #69 ... [2024-02-15T05:51:16.698Z] [2024-02-15T05:51:16.698Z] #76 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-02-15T05:51:16.698Z] #0 9.498 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-02-15T05:51:16.698Z] #76 ... [2024-02-15T05:51:16.698Z] [2024-02-15T05:51:16.698Z] #71 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-02-15T05:51:16.698Z] #71 9.317 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-02-15T05:51:16.789Z] + 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-02-15T05:51:17.220Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2024-02-15T05:51:17.220Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-02-15T05:51:17.220Z] 9b900c567486: Preparing [2024-02-15T05:51:17.220Z] c741937a670a: Preparing [2024-02-15T05:51:17.220Z] dd9c55d5ca72: Preparing [2024-02-15T05:51:17.220Z] 8330d3d38597: Preparing [2024-02-15T05:51:17.220Z] 14c73e19e52d: Preparing [2024-02-15T05:51:17.220Z] 6c08b32cf898: Preparing [2024-02-15T05:51:17.220Z] d6b691809c2d: Preparing [2024-02-15T05:51:17.220Z] a118783f8b32: Preparing [2024-02-15T05:51:17.220Z] aedc3bda2944: Preparing [2024-02-15T05:51:17.220Z] a118783f8b32: Waiting [2024-02-15T05:51:17.220Z] d6b691809c2d: Waiting [2024-02-15T05:51:17.220Z] aedc3bda2944: Waiting [2024-02-15T05:51:17.220Z] 6c08b32cf898: Waiting [2024-02-15T05:51:17.220Z] 9b900c567486: Layer already exists [2024-02-15T05:51:17.220Z] c741937a670a: Layer already exists [2024-02-15T05:51:17.220Z] dd9c55d5ca72: Layer already exists [2024-02-15T05:51:17.220Z] 8330d3d38597: Layer already exists [2024-02-15T05:51:17.220Z] 14c73e19e52d: Layer already exists [2024-02-15T05:51:17.220Z] d6b691809c2d: Layer already exists [2024-02-15T05:51:17.220Z] 6c08b32cf898: Layer already exists [2024-02-15T05:51:17.220Z] a118783f8b32: Layer already exists [2024-02-15T05:51:17.220Z] aedc3bda2944: Layer already exists [2024-02-15T05:51:17.220Z] main: digest: sha256:c35e82beb3fcedb56f41e47c8f0771501a8727729baa8457a3137ef48a1ae925 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-02-15T05:51:17.506Z] ===================================================== [Pipeline] echo [2024-02-15T05:51:17.552Z] taggedImages: [2024-02-15T05:51:17.552Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T05:51:17.552Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2024-02-15T05:51:17.552Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.14 [2024-02-15T05:51:17.552Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T05:51:17.552Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2024-02-15T05:51:17.616Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2024-02-15T05:51:17.616Z] d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T05:51:17.616Z] latest [2024-02-15T05:51:17.616Z] 3.2.0-dev.14 [2024-02-15T05:51:17.616Z] d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T05:51:17.616Z] main [2024-02-15T05:51:17.616Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:18.128Z] #71 10.80 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-02-15T05:51:18.133Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:d5c390cc6addf29fb131b0472a1808282eec31af [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:18.394Z] #71 ... [2024-02-15T05:51:18.394Z] [2024-02-15T05:51:18.394Z] #77 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-02-15T05:51:18.394Z] #0 8.815 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-02-15T05:51:18.394Z] #0 10.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-02-15T05:51:18.575Z] + docker push nexus3.edgexfoundry.org:10004/core-data:d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T05:51:18.575Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-02-15T05:51:18.575Z] f8217c8a7c6f: Preparing [2024-02-15T05:51:18.575Z] a445babd05bf: Preparing [2024-02-15T05:51:18.575Z] 14c73e19e52d: Preparing [2024-02-15T05:51:18.575Z] 6c08b32cf898: Preparing [2024-02-15T05:51:18.575Z] d6b691809c2d: Preparing [2024-02-15T05:51:18.575Z] cb5cf6ceba12: Preparing [2024-02-15T05:51:18.575Z] aedc3bda2944: Preparing [2024-02-15T05:51:18.575Z] cb5cf6ceba12: Waiting [2024-02-15T05:51:18.575Z] aedc3bda2944: Waiting [2024-02-15T05:51:18.662Z] #77 ... [2024-02-15T05:51:18.662Z] [2024-02-15T05:51:18.662Z] #78 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-02-15T05:51:18.662Z] #0 8.053 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-02-15T05:51:18.662Z] #0 9.884 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-02-15T05:51:18.662Z] #78 ... [2024-02-15T05:51:18.662Z] [2024-02-15T05:51:18.662Z] #75 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-02-15T05:51:18.662Z] #75 5.512 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-02-15T05:51:19.524Z] d6b691809c2d: Layer already exists [2024-02-15T05:51:19.524Z] 14c73e19e52d: Layer already exists [2024-02-15T05:51:19.524Z] 6c08b32cf898: Layer already exists [2024-02-15T05:51:19.524Z] aedc3bda2944: Layer already exists [2024-02-15T05:51:19.524Z] f8217c8a7c6f: Pushed [2024-02-15T05:51:19.524Z] cb5cf6ceba12: Pushed [2024-02-15T05:51:19.524Z] a445babd05bf: Pushed [2024-02-15T05:51:19.619Z] #75 6.656 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-02-15T05:51:19.782Z] d5c390cc6addf29fb131b0472a1808282eec31af: digest: sha256:a0e8eb277261279f6374e995576e7fa0dd14ee8948e0fe17f7f7afc5b60bb321 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:20.217Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:20.587Z] #75 ... [2024-02-15T05:51:20.587Z] [2024-02-15T05:51:20.587Z] #79 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-02-15T05:51:20.587Z] #0 7.177 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-02-15T05:51:20.587Z] #0 8.832 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-02-15T05:51:20.587Z] #79 ... [2024-02-15T05:51:20.587Z] [2024-02-15T05:51:20.587Z] #69 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade [2024-02-15T05:51:20.587Z] #69 14.32 OK: 8 MiB in 16 packages [2024-02-15T05:51:20.651Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2024-02-15T05:51:20.651Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-02-15T05:51:20.651Z] f8217c8a7c6f: Preparing [2024-02-15T05:51:20.651Z] a445babd05bf: Preparing [2024-02-15T05:51:20.651Z] 14c73e19e52d: Preparing [2024-02-15T05:51:20.651Z] 6c08b32cf898: Preparing [2024-02-15T05:51:20.651Z] d6b691809c2d: Preparing [2024-02-15T05:51:20.651Z] cb5cf6ceba12: Preparing [2024-02-15T05:51:20.651Z] aedc3bda2944: Preparing [2024-02-15T05:51:20.651Z] cb5cf6ceba12: Waiting [2024-02-15T05:51:20.651Z] aedc3bda2944: Waiting [2024-02-15T05:51:20.651Z] a445babd05bf: Layer already exists [2024-02-15T05:51:20.651Z] 14c73e19e52d: Layer already exists [2024-02-15T05:51:20.651Z] f8217c8a7c6f: Layer already exists [2024-02-15T05:51:20.651Z] d6b691809c2d: Layer already exists [2024-02-15T05:51:20.651Z] 6c08b32cf898: Layer already exists [2024-02-15T05:51:20.651Z] cb5cf6ceba12: Layer already exists [2024-02-15T05:51:20.651Z] aedc3bda2944: Layer already exists [2024-02-15T05:51:20.651Z] latest: digest: sha256:a0e8eb277261279f6374e995576e7fa0dd14ee8948e0fe17f7f7afc5b60bb321 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:21.091Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:21.537Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.14 [2024-02-15T05:51:21.537Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-02-15T05:51:21.537Z] f8217c8a7c6f: Preparing [2024-02-15T05:51:21.537Z] a445babd05bf: Preparing [2024-02-15T05:51:21.537Z] 14c73e19e52d: Preparing [2024-02-15T05:51:21.537Z] 6c08b32cf898: Preparing [2024-02-15T05:51:21.537Z] d6b691809c2d: Preparing [2024-02-15T05:51:21.537Z] cb5cf6ceba12: Preparing [2024-02-15T05:51:21.537Z] aedc3bda2944: Preparing [2024-02-15T05:51:21.537Z] cb5cf6ceba12: Waiting [2024-02-15T05:51:21.537Z] aedc3bda2944: Waiting [2024-02-15T05:51:21.537Z] f8217c8a7c6f: Layer already exists [2024-02-15T05:51:21.537Z] 14c73e19e52d: Layer already exists [2024-02-15T05:51:21.537Z] d6b691809c2d: Layer already exists [2024-02-15T05:51:21.537Z] a445babd05bf: Layer already exists [2024-02-15T05:51:21.537Z] 6c08b32cf898: Layer already exists [2024-02-15T05:51:21.537Z] cb5cf6ceba12: Layer already exists [2024-02-15T05:51:21.537Z] aedc3bda2944: Layer already exists [2024-02-15T05:51:21.537Z] 3.2.0-dev.14: digest: sha256:a0e8eb277261279f6374e995576e7fa0dd14ee8948e0fe17f7f7afc5b60bb321 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:21.979Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:22.423Z] + docker push nexus3.edgexfoundry.org:10004/core-data:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T05:51:22.423Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-02-15T05:51:22.423Z] f8217c8a7c6f: Preparing [2024-02-15T05:51:22.423Z] a445babd05bf: Preparing [2024-02-15T05:51:22.423Z] 14c73e19e52d: Preparing [2024-02-15T05:51:22.423Z] 6c08b32cf898: Preparing [2024-02-15T05:51:22.423Z] d6b691809c2d: Preparing [2024-02-15T05:51:22.423Z] cb5cf6ceba12: Preparing [2024-02-15T05:51:22.423Z] aedc3bda2944: Preparing [2024-02-15T05:51:22.423Z] aedc3bda2944: Waiting [2024-02-15T05:51:22.423Z] d6b691809c2d: Layer already exists [2024-02-15T05:51:22.423Z] 14c73e19e52d: Layer already exists [2024-02-15T05:51:22.423Z] f8217c8a7c6f: Layer already exists [2024-02-15T05:51:22.423Z] 6c08b32cf898: Layer already exists [2024-02-15T05:51:22.423Z] a445babd05bf: Layer already exists [2024-02-15T05:51:22.423Z] cb5cf6ceba12: Layer already exists [2024-02-15T05:51:22.423Z] aedc3bda2944: Layer already exists [2024-02-15T05:51:22.423Z] d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14: digest: sha256:a0e8eb277261279f6374e995576e7fa0dd14ee8948e0fe17f7f7afc5b60bb321 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:22.860Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:23.182Z] #69 ... [2024-02-15T05:51:23.182Z] [2024-02-15T05:51:23.182Z] #80 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-02-15T05:51:23.182Z] #0 5.206 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-02-15T05:51:23.182Z] #0 6.504 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-02-15T05:51:23.182Z] #80 ... [2024-02-15T05:51:23.182Z] [2024-02-15T05:51:23.182Z] #81 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-02-15T05:51:23.182Z] #0 4.352 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-02-15T05:51:23.182Z] #0 5.642 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-02-15T05:51:23.420Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2024-02-15T05:51:23.420Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-02-15T05:51:23.420Z] f8217c8a7c6f: Preparing [2024-02-15T05:51:23.420Z] a445babd05bf: Preparing [2024-02-15T05:51:23.420Z] 14c73e19e52d: Preparing [2024-02-15T05:51:23.420Z] 6c08b32cf898: Preparing [2024-02-15T05:51:23.420Z] d6b691809c2d: Preparing [2024-02-15T05:51:23.420Z] cb5cf6ceba12: Preparing [2024-02-15T05:51:23.420Z] aedc3bda2944: Preparing [2024-02-15T05:51:23.420Z] aedc3bda2944: Waiting [2024-02-15T05:51:23.420Z] cb5cf6ceba12: Waiting [2024-02-15T05:51:23.420Z] a445babd05bf: Layer already exists [2024-02-15T05:51:23.420Z] d6b691809c2d: Layer already exists [2024-02-15T05:51:23.420Z] 14c73e19e52d: Layer already exists [2024-02-15T05:51:23.420Z] 6c08b32cf898: Layer already exists [2024-02-15T05:51:23.420Z] f8217c8a7c6f: Layer already exists [2024-02-15T05:51:23.420Z] aedc3bda2944: Layer already exists [2024-02-15T05:51:23.420Z] cb5cf6ceba12: Layer already exists [2024-02-15T05:51:23.420Z] main: digest: sha256:a0e8eb277261279f6374e995576e7fa0dd14ee8948e0fe17f7f7afc5b60bb321 size: 1778 [Pipeline] } [2024-02-15T05:51:23.447Z] #81 ... [2024-02-15T05:51:23.447Z] [2024-02-15T05:51:23.447Z] #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-02-15T05:51:23.738Z] ===================================================== [Pipeline] echo [2024-02-15T05:51:23.794Z] taggedImages: [2024-02-15T05:51:23.794Z] - nexus3.edgexfoundry.org:10004/core-data:d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T05:51:23.794Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2024-02-15T05:51:23.794Z] - nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.14 [2024-02-15T05:51:23.794Z] - nexus3.edgexfoundry.org:10004/core-data:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T05:51:23.794Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2024-02-15T05:51:23.921Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2024-02-15T05:51:23.921Z] d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T05:51:23.921Z] latest [2024-02-15T05:51:23.921Z] 3.2.0-dev.14 [2024-02-15T05:51:23.921Z] d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T05:51:23.921Z] main [2024-02-15T05:51:23.921Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2024-02-15T05:51:24.030Z] #48 ... [2024-02-15T05:51:24.030Z] [2024-02-15T05:51:24.030Z] #78 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-02-15T05:51:24.030Z] #78 15.82 OK: 18 MiB in 19 packages [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:24.297Z] #78 ... [2024-02-15T05:51:24.297Z] [2024-02-15T05:51:24.297Z] #69 [support-scheduler stage-1 3/9] RUN apk --no-cache upgrade [2024-02-15T05:51:24.297Z] #69 DONE 19.2s [2024-02-15T05:51:24.297Z] [2024-02-15T05:51:24.297Z] #77 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-02-15T05:51:24.297Z] #77 15.83 OK: 9 MiB in 17 packages [2024-02-15T05:51:24.551Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:d5c390cc6addf29fb131b0472a1808282eec31af [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:25.046Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T05:51:25.046Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-02-15T05:51:25.046Z] 89ae7bc196ef: Preparing [2024-02-15T05:51:25.046Z] 1c3a7e153d65: Preparing [2024-02-15T05:51:25.046Z] 03384433a363: Preparing [2024-02-15T05:51:25.046Z] 14c73e19e52d: Preparing [2024-02-15T05:51:25.046Z] 6c08b32cf898: Preparing [2024-02-15T05:51:25.046Z] d6b691809c2d: Preparing [2024-02-15T05:51:25.046Z] a118783f8b32: Preparing [2024-02-15T05:51:25.046Z] aedc3bda2944: Preparing [2024-02-15T05:51:25.046Z] d6b691809c2d: Waiting [2024-02-15T05:51:25.046Z] a118783f8b32: Waiting [2024-02-15T05:51:25.046Z] aedc3bda2944: Waiting [2024-02-15T05:51:25.046Z] 6c08b32cf898: Layer already exists [2024-02-15T05:51:25.046Z] 14c73e19e52d: Layer already exists [2024-02-15T05:51:25.046Z] d6b691809c2d: Layer already exists [2024-02-15T05:51:25.046Z] a118783f8b32: Layer already exists [2024-02-15T05:51:25.046Z] aedc3bda2944: Layer already exists [2024-02-15T05:51:25.046Z] 1c3a7e153d65: Pushed [2024-02-15T05:51:25.046Z] 89ae7bc196ef: Pushed [2024-02-15T05:51:25.723Z] #77 ... [2024-02-15T05:51:25.723Z] [2024-02-15T05:51:25.723Z] #75 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-02-15T05:51:25.723Z] #75 11.08 OK: 9 MiB in 20 packages [2024-02-15T05:51:25.723Z] #75 DONE 12.3s [2024-02-15T05:51:25.723Z] [2024-02-15T05:51:25.723Z] #77 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-02-15T05:51:25.723Z] #77 DONE 17.2s [2024-02-15T05:51:25.723Z] [2024-02-15T05:51:25.723Z] #82 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-02-15T05:51:25.723Z] #82 ... [2024-02-15T05:51:25.723Z] [2024-02-15T05:51:25.723Z] #80 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-02-15T05:51:25.723Z] #80 11.09 OK: 8 MiB in 19 packages [2024-02-15T05:51:25.723Z] #80 DONE 12.6s [2024-02-15T05:51:25.723Z] [2024-02-15T05:51:25.723Z] #79 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-02-15T05:51:25.723Z] #79 13.84 OK: 18 MiB in 19 packages [2024-02-15T05:51:25.723Z] #79 DONE 15.5s [2024-02-15T05:51:25.723Z] [2024-02-15T05:51:25.723Z] #76 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-02-15T05:51:25.723Z] #76 11.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-02-15T05:51:25.723Z] #76 17.69 OK: 8 MiB in 17 packages [2024-02-15T05:51:25.723Z] #76 DONE 19.4s [2024-02-15T05:51:25.723Z] [2024-02-15T05:51:25.723Z] #83 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-02-15T05:51:26.200Z] #83 ... [2024-02-15T05:51:26.200Z] [2024-02-15T05:51:26.200Z] #71 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-02-15T05:51:26.200Z] #71 16.89 OK: 8 MiB in 16 packages [2024-02-15T05:51:26.200Z] #71 DONE 18.8s [2024-02-15T05:51:26.200Z] [2024-02-15T05:51:26.200Z] #78 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-02-15T05:51:26.200Z] #78 DONE 17.8s [2024-02-15T05:51:26.200Z] [2024-02-15T05:51:26.200Z] #81 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-02-15T05:51:26.200Z] #81 9.695 OK: 13 MiB in 26 packages [2024-02-15T05:51:26.200Z] #81 DONE 11.8s [2024-02-15T05:51:26.200Z] [2024-02-15T05:51:26.200Z] #84 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-02-15T05:51:26.419Z] 03384433a363: Pushed [2024-02-15T05:51:26.419Z] d5c390cc6addf29fb131b0472a1808282eec31af: digest: sha256:e2becbf5681304eb60f74091517480898ba35b1b0fc2baa7ee9df4887a32b362 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:26.858Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:27.180Z] #84 DONE 0.9s [2024-02-15T05:51:27.180Z] [2024-02-15T05:51:27.180Z] #85 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-02-15T05:51:27.316Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2024-02-15T05:51:27.316Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-02-15T05:51:27.316Z] 89ae7bc196ef: Preparing [2024-02-15T05:51:27.316Z] 1c3a7e153d65: Preparing [2024-02-15T05:51:27.316Z] 03384433a363: Preparing [2024-02-15T05:51:27.316Z] 14c73e19e52d: Preparing [2024-02-15T05:51:27.316Z] 6c08b32cf898: Preparing [2024-02-15T05:51:27.316Z] d6b691809c2d: Preparing [2024-02-15T05:51:27.316Z] a118783f8b32: Preparing [2024-02-15T05:51:27.316Z] aedc3bda2944: Preparing [2024-02-15T05:51:27.316Z] d6b691809c2d: Waiting [2024-02-15T05:51:27.316Z] a118783f8b32: Waiting [2024-02-15T05:51:27.316Z] aedc3bda2944: Waiting [2024-02-15T05:51:27.316Z] 89ae7bc196ef: Layer already exists [2024-02-15T05:51:27.316Z] 14c73e19e52d: Layer already exists [2024-02-15T05:51:27.316Z] 1c3a7e153d65: Layer already exists [2024-02-15T05:51:27.316Z] 03384433a363: Layer already exists [2024-02-15T05:51:27.316Z] 6c08b32cf898: Layer already exists [2024-02-15T05:51:27.316Z] a118783f8b32: Layer already exists [2024-02-15T05:51:27.316Z] d6b691809c2d: Layer already exists [2024-02-15T05:51:27.316Z] aedc3bda2944: Layer already exists [2024-02-15T05:51:27.316Z] latest: digest: sha256:e2becbf5681304eb60f74091517480898ba35b1b0fc2baa7ee9df4887a32b362 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:27.765Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:28.214Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.14 [2024-02-15T05:51:28.214Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-02-15T05:51:28.214Z] 89ae7bc196ef: Preparing [2024-02-15T05:51:28.214Z] 1c3a7e153d65: Preparing [2024-02-15T05:51:28.214Z] 03384433a363: Preparing [2024-02-15T05:51:28.214Z] 14c73e19e52d: Preparing [2024-02-15T05:51:28.214Z] 6c08b32cf898: Preparing [2024-02-15T05:51:28.214Z] d6b691809c2d: Preparing [2024-02-15T05:51:28.214Z] a118783f8b32: Preparing [2024-02-15T05:51:28.214Z] aedc3bda2944: Preparing [2024-02-15T05:51:28.214Z] a118783f8b32: Waiting [2024-02-15T05:51:28.214Z] aedc3bda2944: Waiting [2024-02-15T05:51:28.214Z] d6b691809c2d: Waiting [2024-02-15T05:51:28.214Z] 03384433a363: Layer already exists [2024-02-15T05:51:28.214Z] 6c08b32cf898: Layer already exists [2024-02-15T05:51:28.214Z] 14c73e19e52d: Layer already exists [2024-02-15T05:51:28.214Z] 1c3a7e153d65: Layer already exists [2024-02-15T05:51:28.214Z] 89ae7bc196ef: Layer already exists [2024-02-15T05:51:28.214Z] d6b691809c2d: Layer already exists [2024-02-15T05:51:28.214Z] a118783f8b32: Layer already exists [2024-02-15T05:51:28.214Z] aedc3bda2944: Layer already exists [2024-02-15T05:51:28.214Z] 3.2.0-dev.14: digest: sha256:e2becbf5681304eb60f74091517480898ba35b1b0fc2baa7ee9df4887a32b362 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:28.668Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:29.130Z] #85 ... [2024-02-15T05:51:29.130Z] [2024-02-15T05:51:29.130Z] #83 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-02-15T05:51:29.130Z] #83 DONE 3.4s [2024-02-15T05:51:29.130Z] [2024-02-15T05:51:29.130Z] #82 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-02-15T05:51:29.130Z] #82 DONE 3.7s [2024-02-15T05:51:29.130Z] [2024-02-15T05:51:29.130Z] #86 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-02-15T05:51:29.130Z] #86 DONE 3.7s [2024-02-15T05:51:29.130Z] [2024-02-15T05:51:29.130Z] #87 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-02-15T05:51:29.169Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T05:51:29.169Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-02-15T05:51:29.169Z] 89ae7bc196ef: Preparing [2024-02-15T05:51:29.169Z] 1c3a7e153d65: Preparing [2024-02-15T05:51:29.169Z] 03384433a363: Preparing [2024-02-15T05:51:29.169Z] 14c73e19e52d: Preparing [2024-02-15T05:51:29.169Z] 6c08b32cf898: Preparing [2024-02-15T05:51:29.169Z] d6b691809c2d: Preparing [2024-02-15T05:51:29.169Z] a118783f8b32: Preparing [2024-02-15T05:51:29.169Z] aedc3bda2944: Preparing [2024-02-15T05:51:29.169Z] a118783f8b32: Waiting [2024-02-15T05:51:29.169Z] d6b691809c2d: Waiting [2024-02-15T05:51:29.169Z] aedc3bda2944: Waiting [2024-02-15T05:51:29.170Z] 1c3a7e153d65: Layer already exists [2024-02-15T05:51:29.170Z] 89ae7bc196ef: Layer already exists [2024-02-15T05:51:29.170Z] 03384433a363: Layer already exists [2024-02-15T05:51:29.170Z] 14c73e19e52d: Layer already exists [2024-02-15T05:51:29.170Z] 6c08b32cf898: Layer already exists [2024-02-15T05:51:29.170Z] a118783f8b32: Layer already exists [2024-02-15T05:51:29.170Z] d6b691809c2d: Layer already exists [2024-02-15T05:51:29.170Z] aedc3bda2944: Layer already exists [2024-02-15T05:51:29.170Z] d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14: digest: sha256:e2becbf5681304eb60f74091517480898ba35b1b0fc2baa7ee9df4887a32b362 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:29.397Z] #87 ... [2024-02-15T05:51:29.397Z] [2024-02-15T05:51:29.397Z] #88 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-02-15T05:51:29.397Z] #88 DONE 0.3s [2024-02-15T05:51:29.397Z] [2024-02-15T05:51:29.397Z] #85 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-02-15T05:51:29.397Z] #85 DONE 3.5s [2024-02-15T05:51:29.397Z] [2024-02-15T05:51:29.397Z] #89 [security-spire-config stage-2 6/10] COPY security.txt / [2024-02-15T05:51:29.632Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:29.987Z] #89 ... [2024-02-15T05:51:29.987Z] [2024-02-15T05:51:29.987Z] #87 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-02-15T05:51:29.987Z] #87 DONE 0.5s [2024-02-15T05:51:29.987Z] [2024-02-15T05:51:29.987Z] #90 [security-spire-server stage-2 6/9] COPY security.txt / [2024-02-15T05:51:29.987Z] #90 ... [2024-02-15T05:51:29.987Z] [2024-02-15T05:51:29.987Z] #89 [security-spire-config stage-2 6/10] COPY security.txt / [2024-02-15T05:51:29.987Z] #89 DONE 0.7s [2024-02-15T05:51:30.088Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2024-02-15T05:51:30.088Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-02-15T05:51:30.088Z] 89ae7bc196ef: Preparing [2024-02-15T05:51:30.088Z] 1c3a7e153d65: Preparing [2024-02-15T05:51:30.088Z] 03384433a363: Preparing [2024-02-15T05:51:30.088Z] 14c73e19e52d: Preparing [2024-02-15T05:51:30.088Z] 6c08b32cf898: Preparing [2024-02-15T05:51:30.088Z] d6b691809c2d: Preparing [2024-02-15T05:51:30.088Z] a118783f8b32: Preparing [2024-02-15T05:51:30.088Z] aedc3bda2944: Preparing [2024-02-15T05:51:30.088Z] d6b691809c2d: Waiting [2024-02-15T05:51:30.088Z] a118783f8b32: Waiting [2024-02-15T05:51:30.088Z] aedc3bda2944: Waiting [2024-02-15T05:51:30.088Z] 14c73e19e52d: Layer already exists [2024-02-15T05:51:30.088Z] 89ae7bc196ef: Layer already exists [2024-02-15T05:51:30.088Z] 1c3a7e153d65: Layer already exists [2024-02-15T05:51:30.088Z] 03384433a363: Layer already exists [2024-02-15T05:51:30.088Z] 6c08b32cf898: Layer already exists [2024-02-15T05:51:30.088Z] aedc3bda2944: Layer already exists [2024-02-15T05:51:30.088Z] d6b691809c2d: Layer already exists [2024-02-15T05:51:30.088Z] a118783f8b32: Layer already exists [2024-02-15T05:51:30.088Z] main: digest: sha256:e2becbf5681304eb60f74091517480898ba35b1b0fc2baa7ee9df4887a32b362 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2024-02-15T05:51:30.257Z] [2024-02-15T05:51:30.257Z] #91 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2024-02-15T05:51:30.257Z] #91 DONE 0.6s [2024-02-15T05:51:30.257Z] [2024-02-15T05:51:30.257Z] #92 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-02-15T05:51:30.257Z] #92 ... [2024-02-15T05:51:30.257Z] [2024-02-15T05:51:30.257Z] #90 [security-spire-server stage-2 6/9] COPY security.txt / [2024-02-15T05:51:30.257Z] #90 DONE 0.5s [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-02-15T05:51:30.432Z] ===================================================== [Pipeline] echo [2024-02-15T05:51:30.494Z] taggedImages: [2024-02-15T05:51:30.494Z] - nexus3.edgexfoundry.org:10004/core-metadata:d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T05:51:30.494Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2024-02-15T05:51:30.494Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.14 [2024-02-15T05:51:30.494Z] - nexus3.edgexfoundry.org:10004/core-metadata:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T05:51:30.494Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [2024-02-15T05:51:30.527Z] [2024-02-15T05:51:30.527Z] #92 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-02-15T05:51:30.527Z] #92 DONE 0.4s [2024-02-15T05:51:30.527Z] [2024-02-15T05:51:30.527Z] #93 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [Pipeline] echo [2024-02-15T05:51:30.571Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2024-02-15T05:51:30.571Z] d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T05:51:30.571Z] latest [2024-02-15T05:51:30.571Z] 3.2.0-dev.14 [2024-02-15T05:51:30.571Z] d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T05:51:30.571Z] main [2024-02-15T05:51:30.571Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2024-02-15T05:51:30.800Z] #93 ... [2024-02-15T05:51:30.800Z] [2024-02-15T05:51:30.800Z] #94 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-02-15T05:51:30.800Z] #94 DONE 0.4s [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:31.068Z] [2024-02-15T05:51:31.068Z] #93 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-02-15T05:51:31.068Z] #93 DONE 0.4s [2024-02-15T05:51:31.068Z] [2024-02-15T05:51:31.068Z] #95 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-02-15T05:51:31.068Z] #95 ... [2024-02-15T05:51:31.068Z] [2024-02-15T05:51:31.068Z] #96 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-02-15T05:51:31.068Z] #96 DONE 0.3s [2024-02-15T05:51:31.209Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:d5c390cc6addf29fb131b0472a1808282eec31af [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [2024-02-15T05:51:31.336Z] [2024-02-15T05:51:31.336Z] #97 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-02-15T05:51:31.336Z] #97 DONE 2.0s [2024-02-15T05:51:31.336Z] [2024-02-15T05:51:31.336Z] #98 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-02-15T05:51:31.336Z] #98 ... [2024-02-15T05:51:31.336Z] [2024-02-15T05:51:31.336Z] #95 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-02-15T05:51:31.336Z] #95 DONE 0.4s [Pipeline] sh [2024-02-15T05:51:31.603Z] [2024-02-15T05:51:31.603Z] #99 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-02-15T05:51:31.603Z] #99 DONE 0.4s [2024-02-15T05:51:31.603Z] [2024-02-15T05:51:31.603Z] #100 [security-spire-server] exporting to image [2024-02-15T05:51:31.603Z] #100 exporting layers [2024-02-15T05:51:31.603Z] #100 ... [2024-02-15T05:51:31.603Z] [2024-02-15T05:51:31.603Z] #98 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-02-15T05:51:31.603Z] #98 DONE 0.5s [2024-02-15T05:51:31.603Z] [2024-02-15T05:51:31.603Z] #101 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-02-15T05:51:31.725Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T05:51:31.725Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-02-15T05:51:31.725Z] 6d589fd2335e: Preparing [2024-02-15T05:51:31.725Z] b52994dfcc8e: Preparing [2024-02-15T05:51:31.725Z] e8ae6f0e04e7: Preparing [2024-02-15T05:51:31.725Z] 27e58c1369b6: Preparing [2024-02-15T05:51:31.725Z] 82430a2a63e1: Preparing [2024-02-15T05:51:31.725Z] 4870b59c532d: Preparing [2024-02-15T05:51:31.725Z] 902f64763c1f: Preparing [2024-02-15T05:51:31.725Z] 14c73e19e52d: Preparing [2024-02-15T05:51:31.725Z] 6c08b32cf898: Preparing [2024-02-15T05:51:31.725Z] a1f61ab73d45: Preparing [2024-02-15T05:51:31.725Z] e2318389da43: Preparing [2024-02-15T05:51:31.725Z] 5f70bf18a086: Preparing [2024-02-15T05:51:31.725Z] 7c9b39a679f1: Preparing [2024-02-15T05:51:31.725Z] 70368cc98709: Preparing [2024-02-15T05:51:31.725Z] 9d9289315158: Preparing [2024-02-15T05:51:31.725Z] aedc3bda2944: Preparing [2024-02-15T05:51:31.725Z] 6c08b32cf898: Waiting [2024-02-15T05:51:31.725Z] a1f61ab73d45: Waiting [2024-02-15T05:51:31.725Z] e2318389da43: Waiting [2024-02-15T05:51:31.725Z] 5f70bf18a086: Waiting [2024-02-15T05:51:31.725Z] 7c9b39a679f1: Waiting [2024-02-15T05:51:31.725Z] aedc3bda2944: Waiting [2024-02-15T05:51:31.725Z] 70368cc98709: Waiting [2024-02-15T05:51:31.725Z] 4870b59c532d: Waiting [2024-02-15T05:51:31.725Z] 9d9289315158: Waiting [2024-02-15T05:51:31.725Z] 902f64763c1f: Waiting [2024-02-15T05:51:31.725Z] 82430a2a63e1: Pushed [2024-02-15T05:51:31.725Z] b52994dfcc8e: Pushed [2024-02-15T05:51:31.725Z] 27e58c1369b6: Pushed [2024-02-15T05:51:31.725Z] e8ae6f0e04e7: Pushed [2024-02-15T05:51:31.725Z] 6d589fd2335e: Pushed [2024-02-15T05:51:31.725Z] 14c73e19e52d: Layer already exists [2024-02-15T05:51:31.725Z] 6c08b32cf898: Layer already exists [2024-02-15T05:51:31.725Z] 4870b59c532d: Pushed [2024-02-15T05:51:31.985Z] e2318389da43: Pushed [2024-02-15T05:51:31.985Z] a1f61ab73d45: Pushed [2024-02-15T05:51:31.985Z] 5f70bf18a086: Pushed [2024-02-15T05:51:31.985Z] 7c9b39a679f1: Pushed [2024-02-15T05:51:31.985Z] aedc3bda2944: Layer already exists [2024-02-15T05:51:31.985Z] 70368cc98709: Pushed [2024-02-15T05:51:31.985Z] 9d9289315158: Pushed [2024-02-15T05:51:32.210Z] #101 DONE 0.5s [2024-02-15T05:51:32.210Z] [2024-02-15T05:51:32.210Z] #102 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-02-15T05:51:32.488Z] #102 DONE 0.3s [2024-02-15T05:51:32.488Z] [2024-02-15T05:51:32.488Z] #74 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-02-15T05:51:32.755Z] #74 ... [2024-02-15T05:51:32.755Z] [2024-02-15T05:51:32.755Z] #103 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-02-15T05:51:32.755Z] #103 DONE 0.3s [2024-02-15T05:51:32.755Z] [2024-02-15T05:51:32.755Z] #70 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-02-15T05:51:33.024Z] #70 ... [2024-02-15T05:51:33.024Z] [2024-02-15T05:51:33.024Z] #104 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-02-15T05:51:33.290Z] #104 DONE 0.4s [2024-02-15T05:51:33.290Z] [2024-02-15T05:51:33.290Z] #100 [security-spire-agent] exporting to image [2024-02-15T05:51:33.365Z] 902f64763c1f: Pushed [2024-02-15T05:51:33.365Z] d5c390cc6addf29fb131b0472a1808282eec31af: digest: sha256:5bded426191aa6bbc124883450c2de8ca54d0acc081eb9b05d70c25175810156 size: 3645 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:33.834Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:34.303Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2024-02-15T05:51:34.303Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-02-15T05:51:34.303Z] 6d589fd2335e: Preparing [2024-02-15T05:51:34.303Z] b52994dfcc8e: Preparing [2024-02-15T05:51:34.303Z] e8ae6f0e04e7: Preparing [2024-02-15T05:51:34.303Z] 27e58c1369b6: Preparing [2024-02-15T05:51:34.303Z] 82430a2a63e1: Preparing [2024-02-15T05:51:34.303Z] 4870b59c532d: Preparing [2024-02-15T05:51:34.303Z] 902f64763c1f: Preparing [2024-02-15T05:51:34.303Z] 14c73e19e52d: Preparing [2024-02-15T05:51:34.303Z] 6c08b32cf898: Preparing [2024-02-15T05:51:34.303Z] a1f61ab73d45: Preparing [2024-02-15T05:51:34.303Z] e2318389da43: Preparing [2024-02-15T05:51:34.303Z] 5f70bf18a086: Preparing [2024-02-15T05:51:34.303Z] 7c9b39a679f1: Preparing [2024-02-15T05:51:34.303Z] 70368cc98709: Preparing [2024-02-15T05:51:34.303Z] 6c08b32cf898: Waiting [2024-02-15T05:51:34.303Z] 902f64763c1f: Waiting [2024-02-15T05:51:34.303Z] 14c73e19e52d: Waiting [2024-02-15T05:51:34.303Z] a1f61ab73d45: Waiting [2024-02-15T05:51:34.303Z] e2318389da43: Waiting [2024-02-15T05:51:34.303Z] 5f70bf18a086: Waiting [2024-02-15T05:51:34.303Z] 4870b59c532d: Waiting [2024-02-15T05:51:34.303Z] 7c9b39a679f1: Waiting [2024-02-15T05:51:34.303Z] 9d9289315158: Preparing [2024-02-15T05:51:34.303Z] aedc3bda2944: Preparing [2024-02-15T05:51:34.303Z] 70368cc98709: Waiting [2024-02-15T05:51:34.303Z] 9d9289315158: Waiting [2024-02-15T05:51:34.303Z] aedc3bda2944: Waiting [2024-02-15T05:51:34.303Z] b52994dfcc8e: Layer already exists [2024-02-15T05:51:34.303Z] 6d589fd2335e: Layer already exists [2024-02-15T05:51:34.303Z] e8ae6f0e04e7: Layer already exists [2024-02-15T05:51:34.303Z] 27e58c1369b6: Layer already exists [2024-02-15T05:51:34.303Z] 82430a2a63e1: Layer already exists [2024-02-15T05:51:34.303Z] 902f64763c1f: Layer already exists [2024-02-15T05:51:34.303Z] 14c73e19e52d: Layer already exists [2024-02-15T05:51:34.303Z] 4870b59c532d: Layer already exists [2024-02-15T05:51:34.303Z] a1f61ab73d45: Layer already exists [2024-02-15T05:51:34.303Z] 6c08b32cf898: Layer already exists [2024-02-15T05:51:34.303Z] e2318389da43: Layer already exists [2024-02-15T05:51:34.303Z] 5f70bf18a086: Layer already exists [2024-02-15T05:51:34.303Z] 70368cc98709: Layer already exists [2024-02-15T05:51:34.303Z] 7c9b39a679f1: Layer already exists [2024-02-15T05:51:34.303Z] 9d9289315158: Layer already exists [2024-02-15T05:51:34.303Z] aedc3bda2944: Layer already exists [2024-02-15T05:51:34.303Z] latest: digest: sha256:5bded426191aa6bbc124883450c2de8ca54d0acc081eb9b05d70c25175810156 size: 3645 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:34.697Z] #100 exporting layers 3.2s done [2024-02-15T05:51:34.697Z] #100 writing image sha256:9763e2045f8e922cf84139970be38d7a19642ebd31668623b319998f1bd43227 0.1s done [2024-02-15T05:51:34.697Z] #100 naming to docker.io/library/security-spire-config-arm64 [2024-02-15T05:51:34.697Z] #100 naming to docker.io/library/security-spire-config-arm64 0.0s done [2024-02-15T05:51:34.774Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [2024-02-15T05:51:34.965Z] #100 exporting layers 3.2s done [2024-02-15T05:51:34.965Z] #100 writing image sha256:a18f1b37aea166bd1d761986e1b6da246a5863caed3d024c9be1aa5d7ee64405 0.0s done [2024-02-15T05:51:34.965Z] #100 naming to docker.io/library/security-spire-server-arm64 0.0s done [Pipeline] sh [2024-02-15T05:51:35.232Z] #100 exporting layers 2.1s done [2024-02-15T05:51:35.232Z] #100 writing image sha256:1fc792b7037f9e87ef4d0e4403f300feaed289bfcf2d8a5fbe52940871735c38 done [2024-02-15T05:51:35.232Z] #100 naming to docker.io/library/security-spire-agent-arm64 done [2024-02-15T05:51:35.232Z] #100 DONE 4.0s [2024-02-15T05:51:35.232Z] [2024-02-15T05:51:35.232Z] #65 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-02-15T05:51:35.310Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.14 [2024-02-15T05:51:35.310Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-02-15T05:51:35.310Z] 6d589fd2335e: Preparing [2024-02-15T05:51:35.310Z] b52994dfcc8e: Preparing [2024-02-15T05:51:35.310Z] e8ae6f0e04e7: Preparing [2024-02-15T05:51:35.310Z] 27e58c1369b6: Preparing [2024-02-15T05:51:35.310Z] 82430a2a63e1: Preparing [2024-02-15T05:51:35.310Z] 4870b59c532d: Preparing [2024-02-15T05:51:35.310Z] 902f64763c1f: Preparing [2024-02-15T05:51:35.310Z] 14c73e19e52d: Preparing [2024-02-15T05:51:35.310Z] 6c08b32cf898: Preparing [2024-02-15T05:51:35.310Z] a1f61ab73d45: Preparing [2024-02-15T05:51:35.310Z] e2318389da43: Preparing [2024-02-15T05:51:35.310Z] 5f70bf18a086: Preparing [2024-02-15T05:51:35.310Z] 7c9b39a679f1: Preparing [2024-02-15T05:51:35.310Z] 70368cc98709: Preparing [2024-02-15T05:51:35.310Z] 9d9289315158: Preparing [2024-02-15T05:51:35.310Z] aedc3bda2944: Preparing [2024-02-15T05:51:35.310Z] a1f61ab73d45: Waiting [2024-02-15T05:51:35.310Z] e2318389da43: Waiting [2024-02-15T05:51:35.310Z] 7c9b39a679f1: Waiting [2024-02-15T05:51:35.310Z] 5f70bf18a086: Waiting [2024-02-15T05:51:35.310Z] 70368cc98709: Waiting [2024-02-15T05:51:35.310Z] 9d9289315158: Waiting [2024-02-15T05:51:35.310Z] 4870b59c532d: Waiting [2024-02-15T05:51:35.310Z] 902f64763c1f: Waiting [2024-02-15T05:51:35.310Z] 14c73e19e52d: Waiting [2024-02-15T05:51:35.310Z] 6c08b32cf898: Waiting [2024-02-15T05:51:35.310Z] aedc3bda2944: Waiting [2024-02-15T05:51:35.310Z] e8ae6f0e04e7: Layer already exists [2024-02-15T05:51:35.310Z] b52994dfcc8e: Layer already exists [2024-02-15T05:51:35.310Z] 27e58c1369b6: Layer already exists [2024-02-15T05:51:35.310Z] 6d589fd2335e: Layer already exists [2024-02-15T05:51:35.310Z] 82430a2a63e1: Layer already exists [2024-02-15T05:51:35.310Z] 14c73e19e52d: Layer already exists [2024-02-15T05:51:35.310Z] 902f64763c1f: Layer already exists [2024-02-15T05:51:35.310Z] 4870b59c532d: Layer already exists [2024-02-15T05:51:35.310Z] a1f61ab73d45: Layer already exists [2024-02-15T05:51:35.310Z] 6c08b32cf898: Layer already exists [2024-02-15T05:51:35.310Z] 5f70bf18a086: Layer already exists [2024-02-15T05:51:35.310Z] e2318389da43: Layer already exists [2024-02-15T05:51:35.310Z] 7c9b39a679f1: Layer already exists [2024-02-15T05:51:35.310Z] 70368cc98709: Layer already exists [2024-02-15T05:51:35.310Z] 9d9289315158: Layer already exists [2024-02-15T05:51:35.310Z] aedc3bda2944: Layer already exists [2024-02-15T05:51:35.310Z] 3.2.0-dev.14: digest: sha256:5bded426191aa6bbc124883450c2de8ca54d0acc081eb9b05d70c25175810156 size: 3645 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:35.778Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:36.263Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T05:51:36.263Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-02-15T05:51:36.263Z] 6d589fd2335e: Preparing [2024-02-15T05:51:36.263Z] b52994dfcc8e: Preparing [2024-02-15T05:51:36.263Z] e8ae6f0e04e7: Preparing [2024-02-15T05:51:36.263Z] 27e58c1369b6: Preparing [2024-02-15T05:51:36.263Z] 82430a2a63e1: Preparing [2024-02-15T05:51:36.263Z] 4870b59c532d: Preparing [2024-02-15T05:51:36.263Z] 902f64763c1f: Preparing [2024-02-15T05:51:36.263Z] 14c73e19e52d: Preparing [2024-02-15T05:51:36.263Z] 6c08b32cf898: Preparing [2024-02-15T05:51:36.263Z] a1f61ab73d45: Preparing [2024-02-15T05:51:36.263Z] e2318389da43: Preparing [2024-02-15T05:51:36.263Z] 5f70bf18a086: Preparing [2024-02-15T05:51:36.263Z] 7c9b39a679f1: Preparing [2024-02-15T05:51:36.263Z] 70368cc98709: Preparing [2024-02-15T05:51:36.263Z] 9d9289315158: Preparing [2024-02-15T05:51:36.263Z] aedc3bda2944: Preparing [2024-02-15T05:51:36.263Z] 902f64763c1f: Waiting [2024-02-15T05:51:36.263Z] a1f61ab73d45: Waiting [2024-02-15T05:51:36.263Z] 14c73e19e52d: Waiting [2024-02-15T05:51:36.263Z] e2318389da43: Waiting [2024-02-15T05:51:36.263Z] 6c08b32cf898: Waiting [2024-02-15T05:51:36.263Z] 5f70bf18a086: Waiting [2024-02-15T05:51:36.263Z] 7c9b39a679f1: Waiting [2024-02-15T05:51:36.263Z] aedc3bda2944: Waiting [2024-02-15T05:51:36.263Z] 70368cc98709: Waiting [2024-02-15T05:51:36.263Z] 4870b59c532d: Waiting [2024-02-15T05:51:36.263Z] 82430a2a63e1: Layer already exists [2024-02-15T05:51:36.263Z] 27e58c1369b6: Layer already exists [2024-02-15T05:51:36.263Z] e8ae6f0e04e7: Layer already exists [2024-02-15T05:51:36.263Z] b52994dfcc8e: Layer already exists [2024-02-15T05:51:36.263Z] 6d589fd2335e: Layer already exists [2024-02-15T05:51:36.263Z] 902f64763c1f: Layer already exists [2024-02-15T05:51:36.263Z] 4870b59c532d: Layer already exists [2024-02-15T05:51:36.263Z] 14c73e19e52d: Layer already exists [2024-02-15T05:51:36.263Z] 6c08b32cf898: Layer already exists [2024-02-15T05:51:36.263Z] a1f61ab73d45: Layer already exists [2024-02-15T05:51:36.263Z] e2318389da43: Layer already exists [2024-02-15T05:51:36.263Z] 5f70bf18a086: Layer already exists [2024-02-15T05:51:36.263Z] 7c9b39a679f1: Layer already exists [2024-02-15T05:51:36.263Z] 70368cc98709: Layer already exists [2024-02-15T05:51:36.263Z] 9d9289315158: Layer already exists [2024-02-15T05:51:36.263Z] aedc3bda2944: Layer already exists [2024-02-15T05:51:36.263Z] d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14: digest: sha256:5bded426191aa6bbc124883450c2de8ca54d0acc081eb9b05d70c25175810156 size: 3645 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:36.753Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:37.230Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2024-02-15T05:51:37.230Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-02-15T05:51:37.230Z] 6d589fd2335e: Preparing [2024-02-15T05:51:37.230Z] b52994dfcc8e: Preparing [2024-02-15T05:51:37.230Z] e8ae6f0e04e7: Preparing [2024-02-15T05:51:37.230Z] 27e58c1369b6: Preparing [2024-02-15T05:51:37.230Z] 82430a2a63e1: Preparing [2024-02-15T05:51:37.230Z] 4870b59c532d: Preparing [2024-02-15T05:51:37.230Z] 902f64763c1f: Preparing [2024-02-15T05:51:37.230Z] 14c73e19e52d: Preparing [2024-02-15T05:51:37.230Z] 6c08b32cf898: Preparing [2024-02-15T05:51:37.230Z] a1f61ab73d45: Preparing [2024-02-15T05:51:37.230Z] e2318389da43: Preparing [2024-02-15T05:51:37.230Z] 5f70bf18a086: Preparing [2024-02-15T05:51:37.230Z] 7c9b39a679f1: Preparing [2024-02-15T05:51:37.230Z] 70368cc98709: Preparing [2024-02-15T05:51:37.230Z] 9d9289315158: Preparing [2024-02-15T05:51:37.230Z] aedc3bda2944: Preparing [2024-02-15T05:51:37.230Z] 14c73e19e52d: Waiting [2024-02-15T05:51:37.230Z] 4870b59c532d: Waiting [2024-02-15T05:51:37.230Z] 7c9b39a679f1: Waiting [2024-02-15T05:51:37.230Z] 6c08b32cf898: Waiting [2024-02-15T05:51:37.230Z] a1f61ab73d45: Waiting [2024-02-15T05:51:37.230Z] 70368cc98709: Waiting [2024-02-15T05:51:37.230Z] e2318389da43: Waiting [2024-02-15T05:51:37.230Z] 902f64763c1f: Waiting [2024-02-15T05:51:37.230Z] 5f70bf18a086: Waiting [2024-02-15T05:51:37.230Z] aedc3bda2944: Waiting [2024-02-15T05:51:37.230Z] 9d9289315158: Waiting [2024-02-15T05:51:37.230Z] 82430a2a63e1: Layer already exists [2024-02-15T05:51:37.230Z] e8ae6f0e04e7: Layer already exists [2024-02-15T05:51:37.230Z] 27e58c1369b6: Layer already exists [2024-02-15T05:51:37.230Z] b52994dfcc8e: Layer already exists [2024-02-15T05:51:37.230Z] 6d589fd2335e: Layer already exists [2024-02-15T05:51:37.230Z] 4870b59c532d: Layer already exists [2024-02-15T05:51:37.230Z] 902f64763c1f: Layer already exists [2024-02-15T05:51:37.230Z] 14c73e19e52d: Layer already exists [2024-02-15T05:51:37.230Z] 6c08b32cf898: Layer already exists [2024-02-15T05:51:37.230Z] a1f61ab73d45: Layer already exists [2024-02-15T05:51:37.230Z] e2318389da43: Layer already exists [2024-02-15T05:51:37.230Z] 5f70bf18a086: Layer already exists [2024-02-15T05:51:37.230Z] 9d9289315158: Layer already exists [2024-02-15T05:51:37.230Z] 7c9b39a679f1: Layer already exists [2024-02-15T05:51:37.230Z] 70368cc98709: Layer already exists [2024-02-15T05:51:37.230Z] aedc3bda2944: Layer already exists [2024-02-15T05:51:37.230Z] main: digest: sha256:5bded426191aa6bbc124883450c2de8ca54d0acc081eb9b05d70c25175810156 size: 3645 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-02-15T05:51:37.643Z] ===================================================== [Pipeline] echo [2024-02-15T05:51:37.715Z] taggedImages: [2024-02-15T05:51:37.715Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T05:51:37.715Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2024-02-15T05:51:37.715Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.14 [2024-02-15T05:51:37.715Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T05:51:37.715Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2024-02-15T05:51:37.793Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2024-02-15T05:51:37.793Z] d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T05:51:37.793Z] latest [2024-02-15T05:51:37.793Z] 3.2.0-dev.14 [2024-02-15T05:51:37.793Z] d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T05:51:37.793Z] main [2024-02-15T05:51:37.793Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:38.427Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:d5c390cc6addf29fb131b0472a1808282eec31af [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:38.928Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T05:51:38.928Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-02-15T05:51:38.928Z] a5152cb6b776: Preparing [2024-02-15T05:51:38.928Z] 7b0ad8f9d966: Preparing [2024-02-15T05:51:38.928Z] 50ce3c36d448: Preparing [2024-02-15T05:51:38.928Z] 3ddfc12eba71: Preparing [2024-02-15T05:51:38.928Z] 14c73e19e52d: Preparing [2024-02-15T05:51:38.928Z] 6c08b32cf898: Preparing [2024-02-15T05:51:38.928Z] d6b691809c2d: Preparing [2024-02-15T05:51:38.928Z] a118783f8b32: Preparing [2024-02-15T05:51:38.928Z] aedc3bda2944: Preparing [2024-02-15T05:51:38.928Z] 6c08b32cf898: Waiting [2024-02-15T05:51:38.928Z] d6b691809c2d: Waiting [2024-02-15T05:51:38.928Z] 14c73e19e52d: Layer already exists [2024-02-15T05:51:38.928Z] 6c08b32cf898: Layer already exists [2024-02-15T05:51:38.928Z] d6b691809c2d: Layer already exists [2024-02-15T05:51:38.928Z] 50ce3c36d448: Pushed [2024-02-15T05:51:38.928Z] a118783f8b32: Layer already exists [2024-02-15T05:51:38.928Z] aedc3bda2944: Layer already exists [2024-02-15T05:51:38.928Z] a5152cb6b776: Pushed [2024-02-15T05:51:38.928Z] 7b0ad8f9d966: Pushed [2024-02-15T05:51:39.864Z] 3ddfc12eba71: Pushed [2024-02-15T05:51:39.864Z] d5c390cc6addf29fb131b0472a1808282eec31af: digest: sha256:dcffa68792538690c6c0ef44c48fac2757b9d5872f24d504a5ec1dc107a2be8c size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:40.354Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:40.915Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2024-02-15T05:51:40.915Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-02-15T05:51:40.915Z] a5152cb6b776: Preparing [2024-02-15T05:51:40.915Z] 7b0ad8f9d966: Preparing [2024-02-15T05:51:40.915Z] 50ce3c36d448: Preparing [2024-02-15T05:51:40.915Z] 3ddfc12eba71: Preparing [2024-02-15T05:51:40.915Z] 14c73e19e52d: Preparing [2024-02-15T05:51:40.915Z] 6c08b32cf898: Preparing [2024-02-15T05:51:40.915Z] d6b691809c2d: Preparing [2024-02-15T05:51:40.915Z] a118783f8b32: Preparing [2024-02-15T05:51:40.915Z] aedc3bda2944: Preparing [2024-02-15T05:51:40.915Z] 6c08b32cf898: Waiting [2024-02-15T05:51:40.915Z] a118783f8b32: Waiting [2024-02-15T05:51:40.915Z] d6b691809c2d: Waiting [2024-02-15T05:51:40.915Z] aedc3bda2944: Waiting [2024-02-15T05:51:40.915Z] 14c73e19e52d: Layer already exists [2024-02-15T05:51:40.915Z] 50ce3c36d448: Layer already exists [2024-02-15T05:51:40.915Z] 3ddfc12eba71: Layer already exists [2024-02-15T05:51:40.915Z] a5152cb6b776: Layer already exists [2024-02-15T05:51:40.915Z] 7b0ad8f9d966: Layer already exists [2024-02-15T05:51:40.915Z] 6c08b32cf898: Layer already exists [2024-02-15T05:51:40.915Z] d6b691809c2d: Layer already exists [2024-02-15T05:51:40.915Z] a118783f8b32: Layer already exists [2024-02-15T05:51:40.915Z] aedc3bda2944: Layer already exists [2024-02-15T05:51:40.915Z] latest: digest: sha256:dcffa68792538690c6c0ef44c48fac2757b9d5872f24d504a5ec1dc107a2be8c size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:41.424Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:42.047Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.14 [2024-02-15T05:51:42.047Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-02-15T05:51:42.047Z] a5152cb6b776: Preparing [2024-02-15T05:51:42.047Z] 7b0ad8f9d966: Preparing [2024-02-15T05:51:42.047Z] 50ce3c36d448: Preparing [2024-02-15T05:51:42.047Z] 3ddfc12eba71: Preparing [2024-02-15T05:51:42.047Z] 14c73e19e52d: Preparing [2024-02-15T05:51:42.047Z] 6c08b32cf898: Preparing [2024-02-15T05:51:42.047Z] d6b691809c2d: Preparing [2024-02-15T05:51:42.047Z] a118783f8b32: Preparing [2024-02-15T05:51:42.047Z] aedc3bda2944: Preparing [2024-02-15T05:51:42.047Z] d6b691809c2d: Waiting [2024-02-15T05:51:42.047Z] a118783f8b32: Waiting [2024-02-15T05:51:42.047Z] aedc3bda2944: Waiting [2024-02-15T05:51:42.047Z] 6c08b32cf898: Waiting [2024-02-15T05:51:42.047Z] 50ce3c36d448: Layer already exists [2024-02-15T05:51:42.047Z] 14c73e19e52d: Layer already exists [2024-02-15T05:51:42.047Z] 7b0ad8f9d966: Layer already exists [2024-02-15T05:51:42.047Z] a5152cb6b776: Layer already exists [2024-02-15T05:51:42.047Z] 3ddfc12eba71: Layer already exists [2024-02-15T05:51:42.047Z] 6c08b32cf898: Layer already exists [2024-02-15T05:51:42.047Z] a118783f8b32: Layer already exists [2024-02-15T05:51:42.047Z] d6b691809c2d: Layer already exists [2024-02-15T05:51:42.047Z] aedc3bda2944: Layer already exists [2024-02-15T05:51:42.047Z] 3.2.0-dev.14: digest: sha256:dcffa68792538690c6c0ef44c48fac2757b9d5872f24d504a5ec1dc107a2be8c size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:42.564Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:43.106Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T05:51:43.107Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-02-15T05:51:43.107Z] a5152cb6b776: Preparing [2024-02-15T05:51:43.107Z] 7b0ad8f9d966: Preparing [2024-02-15T05:51:43.107Z] 50ce3c36d448: Preparing [2024-02-15T05:51:43.107Z] 3ddfc12eba71: Preparing [2024-02-15T05:51:43.107Z] 14c73e19e52d: Preparing [2024-02-15T05:51:43.107Z] 6c08b32cf898: Preparing [2024-02-15T05:51:43.107Z] d6b691809c2d: Preparing [2024-02-15T05:51:43.107Z] a118783f8b32: Preparing [2024-02-15T05:51:43.107Z] aedc3bda2944: Preparing [2024-02-15T05:51:43.107Z] 6c08b32cf898: Waiting [2024-02-15T05:51:43.107Z] a118783f8b32: Waiting [2024-02-15T05:51:43.107Z] d6b691809c2d: Waiting [2024-02-15T05:51:43.107Z] aedc3bda2944: Waiting [2024-02-15T05:51:43.107Z] 3ddfc12eba71: Layer already exists [2024-02-15T05:51:43.107Z] 7b0ad8f9d966: Layer already exists [2024-02-15T05:51:43.107Z] 14c73e19e52d: Layer already exists [2024-02-15T05:51:43.107Z] a5152cb6b776: Layer already exists [2024-02-15T05:51:43.107Z] 50ce3c36d448: Layer already exists [2024-02-15T05:51:43.107Z] a118783f8b32: Layer already exists [2024-02-15T05:51:43.107Z] d6b691809c2d: Layer already exists [2024-02-15T05:51:43.107Z] 6c08b32cf898: Layer already exists [2024-02-15T05:51:43.107Z] aedc3bda2944: Layer already exists [2024-02-15T05:51:43.107Z] d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14: digest: sha256:dcffa68792538690c6c0ef44c48fac2757b9d5872f24d504a5ec1dc107a2be8c size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:43.448Z] #65 DONE 47.5s [2024-02-15T05:51:43.448Z] [2024-02-15T05:51:43.448Z] #70 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-02-15T05:51:43.448Z] #70 DONE 47.5s [2024-02-15T05:51:43.448Z] [2024-02-15T05:51:43.448Z] #74 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-02-15T05:51:43.601Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [2024-02-15T05:51:43.719Z] #74 DONE 45.4s [2024-02-15T05:51:43.719Z] [2024-02-15T05:51:43.719Z] #105 [security-spiffe-token-provider builder 6/7] COPY . . [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:44.103Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2024-02-15T05:51:44.104Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-02-15T05:51:44.104Z] a5152cb6b776: Preparing [2024-02-15T05:51:44.104Z] 7b0ad8f9d966: Preparing [2024-02-15T05:51:44.104Z] 50ce3c36d448: Preparing [2024-02-15T05:51:44.104Z] 3ddfc12eba71: Preparing [2024-02-15T05:51:44.104Z] 14c73e19e52d: Preparing [2024-02-15T05:51:44.104Z] 6c08b32cf898: Preparing [2024-02-15T05:51:44.104Z] d6b691809c2d: Preparing [2024-02-15T05:51:44.104Z] a118783f8b32: Preparing [2024-02-15T05:51:44.104Z] aedc3bda2944: Preparing [2024-02-15T05:51:44.104Z] 6c08b32cf898: Waiting [2024-02-15T05:51:44.104Z] d6b691809c2d: Waiting [2024-02-15T05:51:44.104Z] aedc3bda2944: Waiting [2024-02-15T05:51:44.104Z] a118783f8b32: Waiting [2024-02-15T05:51:44.104Z] 14c73e19e52d: Layer already exists [2024-02-15T05:51:44.104Z] 3ddfc12eba71: Layer already exists [2024-02-15T05:51:44.104Z] 7b0ad8f9d966: Layer already exists [2024-02-15T05:51:44.104Z] a5152cb6b776: Layer already exists [2024-02-15T05:51:44.104Z] 50ce3c36d448: Layer already exists [2024-02-15T05:51:44.104Z] d6b691809c2d: Layer already exists [2024-02-15T05:51:44.104Z] 6c08b32cf898: Layer already exists [2024-02-15T05:51:44.104Z] aedc3bda2944: Layer already exists [2024-02-15T05:51:44.104Z] a118783f8b32: Layer already exists [2024-02-15T05:51:44.104Z] main: digest: sha256:dcffa68792538690c6c0ef44c48fac2757b9d5872f24d504a5ec1dc107a2be8c size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-02-15T05:51:44.513Z] ===================================================== [Pipeline] echo [2024-02-15T05:51:44.601Z] taggedImages: [2024-02-15T05:51:44.601Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T05:51:44.601Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2024-02-15T05:51:44.601Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.14 [2024-02-15T05:51:44.601Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T05:51:44.601Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2024-02-15T05:51:44.687Z] #105 DONE 1.1s [2024-02-15T05:51:44.687Z] [2024-02-15T05:51:44.687Z] #106 [security-secretstore-setup builder 6/7] COPY . . [2024-02-15T05:51:44.687Z] #106 DONE 1.1s [2024-02-15T05:51:44.687Z] [2024-02-15T05:51:44.687Z] #107 [security-proxy-auth builder 6/7] COPY . . [2024-02-15T05:51:44.687Z] #107 DONE 1.1s [2024-02-15T05:51:44.687Z] [2024-02-15T05:51:44.687Z] #108 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-02-15T05:51:44.687Z] #108 CACHED [2024-02-15T05:51:44.687Z] [2024-02-15T05:51:44.687Z] #109 [core-metadata builder 6/7] COPY . . [2024-02-15T05:51:44.687Z] #109 CACHED [2024-02-15T05:51:44.687Z] [2024-02-15T05:51:44.687Z] #110 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-02-15T05:51:44.687Z] #110 CACHED [2024-02-15T05:51:44.687Z] [2024-02-15T05:51:44.687Z] #111 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-02-15T05:51:44.687Z] #111 CACHED [2024-02-15T05:51:44.687Z] [2024-02-15T05:51:44.687Z] #112 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-02-15T05:51:44.687Z] #112 CACHED [2024-02-15T05:51:44.687Z] [2024-02-15T05:51:44.687Z] #113 [core-data builder 6/7] COPY . . [2024-02-15T05:51:44.687Z] #113 CACHED [2024-02-15T05:51:44.687Z] [2024-02-15T05:51:44.687Z] #114 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-02-15T05:51:44.687Z] #114 CACHED [2024-02-15T05:51:44.687Z] [2024-02-15T05:51:44.687Z] #115 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-02-15T05:51:44.687Z] #115 CACHED [2024-02-15T05:51:44.687Z] [2024-02-15T05:51:44.687Z] #116 [security-bootstrapper builder 6/7] COPY . . [2024-02-15T05:51:44.687Z] #116 CACHED [2024-02-15T05:51:44.687Z] [2024-02-15T05:51:44.687Z] #117 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-02-15T05:51:44.687Z] #117 CACHED [2024-02-15T05:51:44.687Z] [2024-02-15T05:51:44.687Z] #118 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-02-15T05:51:44.687Z] #118 CACHED [2024-02-15T05:51:44.687Z] [2024-02-15T05:51:44.687Z] #119 [core-command builder 6/7] COPY . . [2024-02-15T05:51:44.687Z] #119 CACHED [2024-02-15T05:51:44.687Z] [2024-02-15T05:51:44.687Z] #120 [security-proxy-setup builder 6/7] COPY . . [2024-02-15T05:51:44.687Z] #120 CACHED [2024-02-15T05:51:44.687Z] [2024-02-15T05:51:44.687Z] #121 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-02-15T05:51:44.687Z] #121 CACHED [2024-02-15T05:51:44.687Z] [2024-02-15T05:51:44.687Z] #122 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-02-15T05:51:44.687Z] #122 CACHED [2024-02-15T05:51:44.687Z] [2024-02-15T05:51:44.687Z] #123 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-02-15T05:51:44.687Z] #123 CACHED [2024-02-15T05:51:44.687Z] [2024-02-15T05:51:44.687Z] #124 [support-scheduler builder 6/7] COPY . . [2024-02-15T05:51:44.687Z] #124 CACHED [2024-02-15T05:51:44.687Z] [2024-02-15T05:51:44.687Z] #125 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-02-15T05:51:44.687Z] #125 CACHED [2024-02-15T05:51:44.687Z] [2024-02-15T05:51:44.687Z] #126 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-02-15T05:51:44.687Z] #126 CACHED [2024-02-15T05:51:44.687Z] [2024-02-15T05:51:44.687Z] #127 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-02-15T05:51:44.687Z] #127 CACHED [2024-02-15T05:51:44.687Z] [2024-02-15T05:51:44.687Z] #128 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-02-15T05:51:44.687Z] #128 CACHED [2024-02-15T05:51:44.687Z] [2024-02-15T05:51:44.687Z] #129 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [Pipeline] echo [2024-02-15T05:51:44.689Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2024-02-15T05:51:44.689Z] d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T05:51:44.689Z] latest [2024-02-15T05:51:44.689Z] 3.2.0-dev.14 [2024-02-15T05:51:44.689Z] d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T05:51:44.689Z] main [2024-02-15T05:51:44.689Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:45.315Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:d5c390cc6addf29fb131b0472a1808282eec31af [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:45.804Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T05:51:45.804Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-02-15T05:51:45.804Z] c0d4ab87a34e: Preparing [2024-02-15T05:51:45.804Z] 51b73ab705d6: Preparing [2024-02-15T05:51:45.804Z] a7292e1a9bcf: Preparing [2024-02-15T05:51:45.804Z] 8894709c8f21: Preparing [2024-02-15T05:51:45.804Z] 4f11afc4759f: Preparing [2024-02-15T05:51:45.804Z] 14c73e19e52d: Preparing [2024-02-15T05:51:45.804Z] 6c08b32cf898: Preparing [2024-02-15T05:51:45.804Z] 953455e9eef5: Preparing [2024-02-15T05:51:45.804Z] 1cc486da13a8: Preparing [2024-02-15T05:51:45.804Z] 6cd7044527bc: Preparing [2024-02-15T05:51:45.804Z] aedc3bda2944: Preparing [2024-02-15T05:51:45.804Z] 6c08b32cf898: Waiting [2024-02-15T05:51:45.804Z] 953455e9eef5: Waiting [2024-02-15T05:51:45.804Z] 1cc486da13a8: Waiting [2024-02-15T05:51:45.804Z] 6cd7044527bc: Waiting [2024-02-15T05:51:45.804Z] aedc3bda2944: Waiting [2024-02-15T05:51:45.804Z] 14c73e19e52d: Waiting [2024-02-15T05:51:45.804Z] 4f11afc4759f: Pushed [2024-02-15T05:51:45.804Z] 8894709c8f21: Pushed [2024-02-15T05:51:45.804Z] c0d4ab87a34e: Pushed [2024-02-15T05:51:45.804Z] 51b73ab705d6: Pushed [2024-02-15T05:51:46.063Z] 14c73e19e52d: Layer already exists [2024-02-15T05:51:46.063Z] 6c08b32cf898: Layer already exists [2024-02-15T05:51:46.063Z] aedc3bda2944: Layer already exists [2024-02-15T05:51:46.063Z] 1cc486da13a8: Pushed [2024-02-15T05:51:46.063Z] 953455e9eef5: Pushed [2024-02-15T05:51:46.632Z] a7292e1a9bcf: Pushed [2024-02-15T05:51:47.200Z] 6cd7044527bc: Pushed [2024-02-15T05:51:47.200Z] d5c390cc6addf29fb131b0472a1808282eec31af: digest: sha256:d8ff9601394a13be126a66f510c2c7e63a7696b51e7d93b41fe8d64723557255 size: 2611 [Pipeline] } [Pipeline] // withEnv [2024-02-15T05:51:47.285Z] #129 ... [2024-02-15T05:51:47.285Z] [2024-02-15T05:51:47.285Z] #73 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-02-15T05:51:47.285Z] #73 DONE 39.1s [2024-02-15T05:51:47.285Z] [2024-02-15T05:51:47.285Z] #130 [support-notifications builder 6/7] COPY . . [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:47.698Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:48.199Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2024-02-15T05:51:48.199Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-02-15T05:51:48.199Z] c0d4ab87a34e: Preparing [2024-02-15T05:51:48.199Z] 51b73ab705d6: Preparing [2024-02-15T05:51:48.199Z] a7292e1a9bcf: Preparing [2024-02-15T05:51:48.199Z] 8894709c8f21: Preparing [2024-02-15T05:51:48.199Z] 4f11afc4759f: Preparing [2024-02-15T05:51:48.199Z] 14c73e19e52d: Preparing [2024-02-15T05:51:48.199Z] 6c08b32cf898: Preparing [2024-02-15T05:51:48.199Z] 953455e9eef5: Preparing [2024-02-15T05:51:48.199Z] 1cc486da13a8: Preparing [2024-02-15T05:51:48.199Z] 6cd7044527bc: Preparing [2024-02-15T05:51:48.199Z] aedc3bda2944: Preparing [2024-02-15T05:51:48.199Z] 14c73e19e52d: Waiting [2024-02-15T05:51:48.199Z] 6c08b32cf898: Waiting [2024-02-15T05:51:48.199Z] 953455e9eef5: Waiting [2024-02-15T05:51:48.199Z] 1cc486da13a8: Waiting [2024-02-15T05:51:48.199Z] 6cd7044527bc: Waiting [2024-02-15T05:51:48.199Z] aedc3bda2944: Waiting [2024-02-15T05:51:48.199Z] 4f11afc4759f: Layer already exists [2024-02-15T05:51:48.199Z] a7292e1a9bcf: Layer already exists [2024-02-15T05:51:48.199Z] c0d4ab87a34e: Layer already exists [2024-02-15T05:51:48.199Z] 51b73ab705d6: Layer already exists [2024-02-15T05:51:48.199Z] 8894709c8f21: Layer already exists [2024-02-15T05:51:48.199Z] 14c73e19e52d: Layer already exists [2024-02-15T05:51:48.199Z] 6cd7044527bc: Layer already exists [2024-02-15T05:51:48.199Z] 6c08b32cf898: Layer already exists [2024-02-15T05:51:48.199Z] 1cc486da13a8: Layer already exists [2024-02-15T05:51:48.199Z] 953455e9eef5: Layer already exists [2024-02-15T05:51:48.199Z] aedc3bda2944: Layer already exists [2024-02-15T05:51:48.199Z] latest: digest: sha256:d8ff9601394a13be126a66f510c2c7e63a7696b51e7d93b41fe8d64723557255 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:48.695Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:49.198Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.14 [2024-02-15T05:51:49.198Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-02-15T05:51:49.198Z] c0d4ab87a34e: Preparing [2024-02-15T05:51:49.198Z] 51b73ab705d6: Preparing [2024-02-15T05:51:49.198Z] a7292e1a9bcf: Preparing [2024-02-15T05:51:49.198Z] 8894709c8f21: Preparing [2024-02-15T05:51:49.198Z] 4f11afc4759f: Preparing [2024-02-15T05:51:49.198Z] 14c73e19e52d: Preparing [2024-02-15T05:51:49.198Z] 6c08b32cf898: Preparing [2024-02-15T05:51:49.198Z] 953455e9eef5: Preparing [2024-02-15T05:51:49.198Z] 1cc486da13a8: Preparing [2024-02-15T05:51:49.198Z] 6cd7044527bc: Preparing [2024-02-15T05:51:49.198Z] aedc3bda2944: Preparing [2024-02-15T05:51:49.198Z] 953455e9eef5: Waiting [2024-02-15T05:51:49.198Z] 1cc486da13a8: Waiting [2024-02-15T05:51:49.198Z] 6cd7044527bc: Waiting [2024-02-15T05:51:49.198Z] 14c73e19e52d: Waiting [2024-02-15T05:51:49.198Z] aedc3bda2944: Waiting [2024-02-15T05:51:49.198Z] 6c08b32cf898: Waiting [2024-02-15T05:51:49.198Z] c0d4ab87a34e: Layer already exists [2024-02-15T05:51:49.198Z] 4f11afc4759f: Layer already exists [2024-02-15T05:51:49.198Z] 8894709c8f21: Layer already exists [2024-02-15T05:51:49.198Z] a7292e1a9bcf: Layer already exists [2024-02-15T05:51:49.198Z] 51b73ab705d6: Layer already exists [2024-02-15T05:51:49.198Z] 14c73e19e52d: Layer already exists [2024-02-15T05:51:49.198Z] 1cc486da13a8: Layer already exists [2024-02-15T05:51:49.198Z] 6c08b32cf898: Layer already exists [2024-02-15T05:51:49.198Z] 6cd7044527bc: Layer already exists [2024-02-15T05:51:49.198Z] 953455e9eef5: Layer already exists [2024-02-15T05:51:49.198Z] aedc3bda2944: Layer already exists [2024-02-15T05:51:49.198Z] 3.2.0-dev.14: digest: sha256:d8ff9601394a13be126a66f510c2c7e63a7696b51e7d93b41fe8d64723557255 size: 2611 [Pipeline] } [2024-02-15T05:51:49.249Z] #130 DONE 2.0s [2024-02-15T05:51:49.249Z] [2024-02-15T05:51:49.249Z] #131 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:49.726Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:50.223Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T05:51:50.223Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-02-15T05:51:50.223Z] c0d4ab87a34e: Preparing [2024-02-15T05:51:50.223Z] 51b73ab705d6: Preparing [2024-02-15T05:51:50.223Z] a7292e1a9bcf: Preparing [2024-02-15T05:51:50.223Z] 8894709c8f21: Preparing [2024-02-15T05:51:50.223Z] 4f11afc4759f: Preparing [2024-02-15T05:51:50.223Z] 14c73e19e52d: Preparing [2024-02-15T05:51:50.223Z] 6c08b32cf898: Preparing [2024-02-15T05:51:50.223Z] 953455e9eef5: Preparing [2024-02-15T05:51:50.223Z] 1cc486da13a8: Preparing [2024-02-15T05:51:50.223Z] 6cd7044527bc: Preparing [2024-02-15T05:51:50.223Z] aedc3bda2944: Preparing [2024-02-15T05:51:50.223Z] 1cc486da13a8: Waiting [2024-02-15T05:51:50.223Z] 953455e9eef5: Waiting [2024-02-15T05:51:50.223Z] 6cd7044527bc: Waiting [2024-02-15T05:51:50.223Z] aedc3bda2944: Waiting [2024-02-15T05:51:50.223Z] 14c73e19e52d: Waiting [2024-02-15T05:51:50.223Z] 6c08b32cf898: Waiting [2024-02-15T05:51:50.223Z] a7292e1a9bcf: Layer already exists [2024-02-15T05:51:50.223Z] 51b73ab705d6: Layer already exists [2024-02-15T05:51:50.223Z] 4f11afc4759f: Layer already exists [2024-02-15T05:51:50.223Z] c0d4ab87a34e: Layer already exists [2024-02-15T05:51:50.223Z] 8894709c8f21: Layer already exists [2024-02-15T05:51:50.223Z] 14c73e19e52d: Layer already exists [2024-02-15T05:51:50.223Z] 1cc486da13a8: Layer already exists [2024-02-15T05:51:50.223Z] 6c08b32cf898: Layer already exists [2024-02-15T05:51:50.223Z] 953455e9eef5: Layer already exists [2024-02-15T05:51:50.223Z] 6cd7044527bc: Layer already exists [2024-02-15T05:51:50.223Z] aedc3bda2944: Layer already exists [2024-02-15T05:51:50.223Z] d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14: digest: sha256:d8ff9601394a13be126a66f510c2c7e63a7696b51e7d93b41fe8d64723557255 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:50.733Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:51.238Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2024-02-15T05:51:51.238Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-02-15T05:51:51.238Z] c0d4ab87a34e: Preparing [2024-02-15T05:51:51.238Z] 51b73ab705d6: Preparing [2024-02-15T05:51:51.238Z] a7292e1a9bcf: Preparing [2024-02-15T05:51:51.238Z] 8894709c8f21: Preparing [2024-02-15T05:51:51.238Z] 4f11afc4759f: Preparing [2024-02-15T05:51:51.238Z] 14c73e19e52d: Preparing [2024-02-15T05:51:51.238Z] 6c08b32cf898: Preparing [2024-02-15T05:51:51.238Z] 953455e9eef5: Preparing [2024-02-15T05:51:51.238Z] 1cc486da13a8: Preparing [2024-02-15T05:51:51.238Z] 6cd7044527bc: Preparing [2024-02-15T05:51:51.238Z] aedc3bda2944: Preparing [2024-02-15T05:51:51.238Z] 953455e9eef5: Waiting [2024-02-15T05:51:51.238Z] 1cc486da13a8: Waiting [2024-02-15T05:51:51.238Z] aedc3bda2944: Waiting [2024-02-15T05:51:51.238Z] 14c73e19e52d: Waiting [2024-02-15T05:51:51.238Z] 6c08b32cf898: Waiting [2024-02-15T05:51:51.238Z] a7292e1a9bcf: Layer already exists [2024-02-15T05:51:51.238Z] c0d4ab87a34e: Layer already exists [2024-02-15T05:51:51.238Z] 51b73ab705d6: Layer already exists [2024-02-15T05:51:51.238Z] 8894709c8f21: Layer already exists [2024-02-15T05:51:51.238Z] 4f11afc4759f: Layer already exists [2024-02-15T05:51:51.238Z] 14c73e19e52d: Layer already exists [2024-02-15T05:51:51.238Z] 6cd7044527bc: Layer already exists [2024-02-15T05:51:51.238Z] 953455e9eef5: Layer already exists [2024-02-15T05:51:51.238Z] 1cc486da13a8: Layer already exists [2024-02-15T05:51:51.238Z] 6c08b32cf898: Layer already exists [2024-02-15T05:51:51.238Z] aedc3bda2944: Layer already exists [2024-02-15T05:51:51.238Z] main: digest: sha256:d8ff9601394a13be126a66f510c2c7e63a7696b51e7d93b41fe8d64723557255 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-02-15T05:51:51.701Z] ===================================================== [Pipeline] echo [2024-02-15T05:51:51.776Z] taggedImages: [2024-02-15T05:51:51.776Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T05:51:51.776Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2024-02-15T05:51:51.776Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.14 [2024-02-15T05:51:51.776Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T05:51:51.776Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2024-02-15T05:51:51.854Z] #131 2.542 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.14" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [Pipeline] echo [2024-02-15T05:51:51.868Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2024-02-15T05:51:51.868Z] d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T05:51:51.868Z] latest [2024-02-15T05:51:51.868Z] 3.2.0-dev.14 [2024-02-15T05:51:51.868Z] d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T05:51:51.868Z] main [2024-02-15T05:51:51.868Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:52.529Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:d5c390cc6addf29fb131b0472a1808282eec31af [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:53.037Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T05:51:53.037Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-02-15T05:51:53.037Z] 9f01b6841b17: Preparing [2024-02-15T05:51:53.037Z] 0d68862a7ff9: Preparing [2024-02-15T05:51:53.037Z] fa603c6211f0: Preparing [2024-02-15T05:51:53.037Z] ef543a8293a0: Preparing [2024-02-15T05:51:53.037Z] 3a191e0ee8a1: Preparing [2024-02-15T05:51:53.037Z] 29cfab7772fd: Preparing [2024-02-15T05:51:53.037Z] 17799162503a: Preparing [2024-02-15T05:51:53.037Z] 14c73e19e52d: Preparing [2024-02-15T05:51:53.037Z] 17799162503a: Waiting [2024-02-15T05:51:53.037Z] 6c08b32cf898: Preparing [2024-02-15T05:51:53.037Z] 14c73e19e52d: Waiting [2024-02-15T05:51:53.037Z] e37f93a4f95c: Preparing [2024-02-15T05:51:53.037Z] 90aebfa1fdb8: Preparing [2024-02-15T05:51:53.037Z] e37f93a4f95c: Waiting [2024-02-15T05:51:53.037Z] 6c08b32cf898: Waiting [2024-02-15T05:51:53.037Z] aedc3bda2944: Preparing [2024-02-15T05:51:53.037Z] 90aebfa1fdb8: Waiting [2024-02-15T05:51:53.037Z] aedc3bda2944: Waiting [2024-02-15T05:51:53.037Z] 3a191e0ee8a1: Pushed [2024-02-15T05:51:53.037Z] 0d68862a7ff9: Pushed [2024-02-15T05:51:53.037Z] 9f01b6841b17: Pushed [2024-02-15T05:51:53.037Z] 14c73e19e52d: Layer already exists [2024-02-15T05:51:53.037Z] 6c08b32cf898: Layer already exists [2024-02-15T05:51:53.037Z] 29cfab7772fd: Pushed [2024-02-15T05:51:53.298Z] 17799162503a: Pushed [2024-02-15T05:51:53.298Z] aedc3bda2944: Layer already exists [2024-02-15T05:51:53.298Z] e37f93a4f95c: Pushed [2024-02-15T05:51:53.869Z] ef543a8293a0: Pushed [2024-02-15T05:51:54.439Z] fa603c6211f0: Pushed [2024-02-15T05:51:54.439Z] 90aebfa1fdb8: Pushed [2024-02-15T05:51:54.439Z] d5c390cc6addf29fb131b0472a1808282eec31af: digest: sha256:3447a304ff0d2e900fcceea57fbec2604de3ab8910403f9e81e5774b3d9928c8 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:54.966Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:55.203Z] #131 ... [2024-02-15T05:51:55.203Z] [2024-02-15T05:51:55.203Z] #132 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-02-15T05:51:55.203Z] #0 6.390 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.14" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-02-15T05:51:55.203Z] #132 ... [2024-02-15T05:51:55.203Z] [2024-02-15T05:51:55.203Z] #133 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-02-15T05:51:55.203Z] #0 6.043 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.14" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-02-15T05:51:55.203Z] #133 ... [2024-02-15T05:51:55.203Z] [2024-02-15T05:51:55.203Z] #134 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-02-15T05:51:55.203Z] #0 5.755 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.14" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-02-15T05:51:55.203Z] #134 ... [2024-02-15T05:51:55.203Z] [2024-02-15T05:51:55.204Z] #135 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-02-15T05:51:55.204Z] #0 6.255 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.14" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2024-02-15T05:51:55.204Z] #135 ... [2024-02-15T05:51:55.204Z] [2024-02-15T05:51:55.204Z] #136 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-02-15T05:51:55.204Z] #0 6.106 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.14" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-02-15T05:51:55.471Z] #136 ... [2024-02-15T05:51:55.471Z] [2024-02-15T05:51:55.471Z] #137 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-02-15T05:51:55.471Z] #0 4.179 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.14" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-02-15T05:51:55.471Z] #137 ... [2024-02-15T05:51:55.471Z] [2024-02-15T05:51:55.471Z] #138 [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-02-15T05:51:55.471Z] #0 5.576 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.14" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-02-15T05:51:55.473Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2024-02-15T05:51:55.473Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-02-15T05:51:55.473Z] 9f01b6841b17: Preparing [2024-02-15T05:51:55.473Z] 0d68862a7ff9: Preparing [2024-02-15T05:51:55.473Z] fa603c6211f0: Preparing [2024-02-15T05:51:55.473Z] ef543a8293a0: Preparing [2024-02-15T05:51:55.473Z] 3a191e0ee8a1: Preparing [2024-02-15T05:51:55.473Z] 29cfab7772fd: Preparing [2024-02-15T05:51:55.473Z] 17799162503a: Preparing [2024-02-15T05:51:55.473Z] 14c73e19e52d: Preparing [2024-02-15T05:51:55.473Z] 6c08b32cf898: Preparing [2024-02-15T05:51:55.473Z] e37f93a4f95c: Preparing [2024-02-15T05:51:55.473Z] 90aebfa1fdb8: Preparing [2024-02-15T05:51:55.473Z] aedc3bda2944: Preparing [2024-02-15T05:51:55.473Z] 6c08b32cf898: Waiting [2024-02-15T05:51:55.473Z] 17799162503a: Waiting [2024-02-15T05:51:55.473Z] 14c73e19e52d: Waiting [2024-02-15T05:51:55.473Z] aedc3bda2944: Waiting [2024-02-15T05:51:55.473Z] 90aebfa1fdb8: Waiting [2024-02-15T05:51:55.473Z] 29cfab7772fd: Waiting [2024-02-15T05:51:55.473Z] e37f93a4f95c: Waiting [2024-02-15T05:51:55.473Z] ef543a8293a0: Layer already exists [2024-02-15T05:51:55.473Z] 9f01b6841b17: Layer already exists [2024-02-15T05:51:55.473Z] 3a191e0ee8a1: Layer already exists [2024-02-15T05:51:55.473Z] fa603c6211f0: Layer already exists [2024-02-15T05:51:55.473Z] 0d68862a7ff9: Layer already exists [2024-02-15T05:51:55.473Z] 14c73e19e52d: Layer already exists [2024-02-15T05:51:55.473Z] 17799162503a: Layer already exists [2024-02-15T05:51:55.473Z] 29cfab7772fd: Layer already exists [2024-02-15T05:51:55.473Z] 6c08b32cf898: Layer already exists [2024-02-15T05:51:55.473Z] e37f93a4f95c: Layer already exists [2024-02-15T05:51:55.473Z] 90aebfa1fdb8: Layer already exists [2024-02-15T05:51:55.473Z] aedc3bda2944: Layer already exists [2024-02-15T05:51:55.473Z] latest: digest: sha256:3447a304ff0d2e900fcceea57fbec2604de3ab8910403f9e81e5774b3d9928c8 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:55.745Z] #138 ... [2024-02-15T05:51:55.745Z] [2024-02-15T05:51:55.745Z] #139 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-02-15T05:51:55.745Z] #0 5.158 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.14" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-02-15T05:51:56.006Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.14 [2024-02-15T05:51:56.011Z] #139 ... [2024-02-15T05:51:56.011Z] [2024-02-15T05:51:56.011Z] #140 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-02-15T05:51:56.011Z] #0 6.175 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.14" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:56.514Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.14 [2024-02-15T05:51:56.514Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-02-15T05:51:56.514Z] 9f01b6841b17: Preparing [2024-02-15T05:51:56.514Z] 0d68862a7ff9: Preparing [2024-02-15T05:51:56.514Z] fa603c6211f0: Preparing [2024-02-15T05:51:56.514Z] ef543a8293a0: Preparing [2024-02-15T05:51:56.514Z] 3a191e0ee8a1: Preparing [2024-02-15T05:51:56.514Z] 29cfab7772fd: Preparing [2024-02-15T05:51:56.514Z] 17799162503a: Preparing [2024-02-15T05:51:56.514Z] 14c73e19e52d: Preparing [2024-02-15T05:51:56.514Z] 6c08b32cf898: Preparing [2024-02-15T05:51:56.514Z] e37f93a4f95c: Preparing [2024-02-15T05:51:56.514Z] 90aebfa1fdb8: Preparing [2024-02-15T05:51:56.514Z] aedc3bda2944: Preparing [2024-02-15T05:51:56.514Z] 29cfab7772fd: Waiting [2024-02-15T05:51:56.514Z] 17799162503a: Waiting [2024-02-15T05:51:56.514Z] 14c73e19e52d: Waiting [2024-02-15T05:51:56.514Z] 6c08b32cf898: Waiting [2024-02-15T05:51:56.514Z] aedc3bda2944: Waiting [2024-02-15T05:51:56.514Z] e37f93a4f95c: Waiting [2024-02-15T05:51:56.514Z] 90aebfa1fdb8: Waiting [2024-02-15T05:51:56.514Z] 9f01b6841b17: Layer already exists [2024-02-15T05:51:56.514Z] ef543a8293a0: Layer already exists [2024-02-15T05:51:56.514Z] 3a191e0ee8a1: Layer already exists [2024-02-15T05:51:56.514Z] fa603c6211f0: Layer already exists [2024-02-15T05:51:56.514Z] 0d68862a7ff9: Layer already exists [2024-02-15T05:51:56.514Z] 6c08b32cf898: Layer already exists [2024-02-15T05:51:56.514Z] 29cfab7772fd: Layer already exists [2024-02-15T05:51:56.514Z] 17799162503a: Layer already exists [2024-02-15T05:51:56.514Z] 14c73e19e52d: Layer already exists [2024-02-15T05:51:56.514Z] e37f93a4f95c: Layer already exists [2024-02-15T05:51:56.514Z] 90aebfa1fdb8: Layer already exists [2024-02-15T05:51:56.514Z] aedc3bda2944: Layer already exists [2024-02-15T05:51:56.514Z] 3.2.0-dev.14: digest: sha256:3447a304ff0d2e900fcceea57fbec2604de3ab8910403f9e81e5774b3d9928c8 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:57.032Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:57.638Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T05:51:57.638Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-02-15T05:51:57.638Z] 9f01b6841b17: Preparing [2024-02-15T05:51:57.638Z] 0d68862a7ff9: Preparing [2024-02-15T05:51:57.638Z] fa603c6211f0: Preparing [2024-02-15T05:51:57.638Z] ef543a8293a0: Preparing [2024-02-15T05:51:57.638Z] 3a191e0ee8a1: Preparing [2024-02-15T05:51:57.638Z] 29cfab7772fd: Preparing [2024-02-15T05:51:57.638Z] 17799162503a: Preparing [2024-02-15T05:51:57.638Z] 14c73e19e52d: Preparing [2024-02-15T05:51:57.638Z] 6c08b32cf898: Preparing [2024-02-15T05:51:57.638Z] e37f93a4f95c: Preparing [2024-02-15T05:51:57.638Z] 90aebfa1fdb8: Preparing [2024-02-15T05:51:57.638Z] aedc3bda2944: Preparing [2024-02-15T05:51:57.638Z] 29cfab7772fd: Waiting [2024-02-15T05:51:57.638Z] e37f93a4f95c: Waiting [2024-02-15T05:51:57.638Z] 17799162503a: Waiting [2024-02-15T05:51:57.638Z] aedc3bda2944: Waiting [2024-02-15T05:51:57.638Z] 90aebfa1fdb8: Waiting [2024-02-15T05:51:57.638Z] 14c73e19e52d: Waiting [2024-02-15T05:51:57.638Z] 6c08b32cf898: Waiting [2024-02-15T05:51:57.638Z] 3a191e0ee8a1: Layer already exists [2024-02-15T05:51:57.638Z] 9f01b6841b17: Layer already exists [2024-02-15T05:51:57.638Z] 0d68862a7ff9: Layer already exists [2024-02-15T05:51:57.638Z] fa603c6211f0: Layer already exists [2024-02-15T05:51:57.638Z] ef543a8293a0: Layer already exists [2024-02-15T05:51:57.638Z] 29cfab7772fd: Layer already exists [2024-02-15T05:51:57.638Z] 17799162503a: Layer already exists [2024-02-15T05:51:57.638Z] 14c73e19e52d: Layer already exists [2024-02-15T05:51:57.638Z] e37f93a4f95c: Layer already exists [2024-02-15T05:51:57.638Z] 6c08b32cf898: Layer already exists [2024-02-15T05:51:57.638Z] 90aebfa1fdb8: Layer already exists [2024-02-15T05:51:57.638Z] aedc3bda2944: Layer already exists [2024-02-15T05:51:57.638Z] d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14: digest: sha256:3447a304ff0d2e900fcceea57fbec2604de3ab8910403f9e81e5774b3d9928c8 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:58.155Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:51:58.673Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2024-02-15T05:51:58.673Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-02-15T05:51:58.673Z] 9f01b6841b17: Preparing [2024-02-15T05:51:58.673Z] 0d68862a7ff9: Preparing [2024-02-15T05:51:58.673Z] fa603c6211f0: Preparing [2024-02-15T05:51:58.673Z] ef543a8293a0: Preparing [2024-02-15T05:51:58.673Z] 3a191e0ee8a1: Preparing [2024-02-15T05:51:58.673Z] 29cfab7772fd: Preparing [2024-02-15T05:51:58.673Z] 17799162503a: Preparing [2024-02-15T05:51:58.673Z] 14c73e19e52d: Preparing [2024-02-15T05:51:58.673Z] 6c08b32cf898: Preparing [2024-02-15T05:51:58.673Z] e37f93a4f95c: Preparing [2024-02-15T05:51:58.673Z] 90aebfa1fdb8: Preparing [2024-02-15T05:51:58.673Z] aedc3bda2944: Preparing [2024-02-15T05:51:58.673Z] 29cfab7772fd: Waiting [2024-02-15T05:51:58.673Z] 17799162503a: Waiting [2024-02-15T05:51:58.673Z] 14c73e19e52d: Waiting [2024-02-15T05:51:58.673Z] 6c08b32cf898: Waiting [2024-02-15T05:51:58.673Z] e37f93a4f95c: Waiting [2024-02-15T05:51:58.673Z] 90aebfa1fdb8: Waiting [2024-02-15T05:51:58.673Z] aedc3bda2944: Waiting [2024-02-15T05:51:58.673Z] ef543a8293a0: Layer already exists [2024-02-15T05:51:58.673Z] 3a191e0ee8a1: Layer already exists [2024-02-15T05:51:58.673Z] 0d68862a7ff9: Layer already exists [2024-02-15T05:51:58.673Z] fa603c6211f0: Layer already exists [2024-02-15T05:51:58.673Z] 9f01b6841b17: Layer already exists [2024-02-15T05:51:58.673Z] 17799162503a: Layer already exists [2024-02-15T05:51:58.673Z] 14c73e19e52d: Layer already exists [2024-02-15T05:51:58.673Z] 29cfab7772fd: Layer already exists [2024-02-15T05:51:58.673Z] 6c08b32cf898: Layer already exists [2024-02-15T05:51:58.673Z] e37f93a4f95c: Layer already exists [2024-02-15T05:51:58.673Z] aedc3bda2944: Layer already exists [2024-02-15T05:51:58.673Z] 90aebfa1fdb8: Layer already exists [2024-02-15T05:51:58.673Z] main: digest: sha256:3447a304ff0d2e900fcceea57fbec2604de3ab8910403f9e81e5774b3d9928c8 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-02-15T05:51:59.144Z] ===================================================== [Pipeline] echo [2024-02-15T05:51:59.221Z] taggedImages: [2024-02-15T05:51:59.221Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T05:51:59.221Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2024-02-15T05:51:59.221Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.14 [2024-02-15T05:51:59.221Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T05:51:59.221Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2024-02-15T05:51:59.313Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2024-02-15T05:51:59.313Z] d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T05:51:59.313Z] latest [2024-02-15T05:51:59.313Z] 3.2.0-dev.14 [2024-02-15T05:51:59.313Z] d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T05:51:59.313Z] main [2024-02-15T05:51:59.313Z] ===================================================== [2024-02-15T05:51:59.362Z] #140 ... [2024-02-15T05:51:59.362Z] [2024-02-15T05:51:59.362Z] #129 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-02-15T05:51:59.362Z] #129 4.440 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.14" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:52:00.011Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d5c390cc6addf29fb131b0472a1808282eec31af [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:52:00.557Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T05:52:00.557Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-02-15T05:52:00.557Z] 54492a795a43: Preparing [2024-02-15T05:52:00.557Z] c31008dd5a20: Preparing [2024-02-15T05:52:00.557Z] 14c73e19e52d: Preparing [2024-02-15T05:52:00.557Z] 6c08b32cf898: Preparing [2024-02-15T05:52:00.557Z] 47c01ef64e13: Preparing [2024-02-15T05:52:00.557Z] b7f2e65599d7: Preparing [2024-02-15T05:52:00.557Z] aedc3bda2944: Preparing [2024-02-15T05:52:00.557Z] b7f2e65599d7: Waiting [2024-02-15T05:52:00.557Z] aedc3bda2944: Waiting [2024-02-15T05:52:00.557Z] 14c73e19e52d: Layer already exists [2024-02-15T05:52:00.557Z] 6c08b32cf898: Layer already exists [2024-02-15T05:52:00.557Z] aedc3bda2944: Layer already exists [2024-02-15T05:52:00.557Z] 54492a795a43: Pushed [2024-02-15T05:52:00.557Z] 47c01ef64e13: Pushed [2024-02-15T05:52:01.128Z] b7f2e65599d7: Pushed [2024-02-15T05:52:02.063Z] c31008dd5a20: Pushed [2024-02-15T05:52:02.322Z] d5c390cc6addf29fb131b0472a1808282eec31af: digest: sha256:1221931d78c5f14a9a80314759be4a08d5465d3cb29af43dc9d6a5430256d80e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:52:02.852Z] + 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-02-15T05:52:03.383Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2024-02-15T05:52:03.383Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-02-15T05:52:03.383Z] 54492a795a43: Preparing [2024-02-15T05:52:03.383Z] c31008dd5a20: Preparing [2024-02-15T05:52:03.383Z] 14c73e19e52d: Preparing [2024-02-15T05:52:03.383Z] 6c08b32cf898: Preparing [2024-02-15T05:52:03.383Z] 47c01ef64e13: Preparing [2024-02-15T05:52:03.383Z] b7f2e65599d7: Preparing [2024-02-15T05:52:03.383Z] aedc3bda2944: Preparing [2024-02-15T05:52:03.383Z] b7f2e65599d7: Waiting [2024-02-15T05:52:03.383Z] aedc3bda2944: Waiting [2024-02-15T05:52:03.383Z] 54492a795a43: Layer already exists [2024-02-15T05:52:03.383Z] 14c73e19e52d: Layer already exists [2024-02-15T05:52:03.383Z] c31008dd5a20: Layer already exists [2024-02-15T05:52:03.383Z] 47c01ef64e13: Layer already exists [2024-02-15T05:52:03.383Z] 6c08b32cf898: Layer already exists [2024-02-15T05:52:03.383Z] b7f2e65599d7: Layer already exists [2024-02-15T05:52:03.383Z] aedc3bda2944: Layer already exists [2024-02-15T05:52:03.383Z] latest: digest: sha256:1221931d78c5f14a9a80314759be4a08d5465d3cb29af43dc9d6a5430256d80e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:52:03.916Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:52:04.447Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.14 [2024-02-15T05:52:04.447Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-02-15T05:52:04.447Z] 54492a795a43: Preparing [2024-02-15T05:52:04.447Z] c31008dd5a20: Preparing [2024-02-15T05:52:04.447Z] 14c73e19e52d: Preparing [2024-02-15T05:52:04.447Z] 6c08b32cf898: Preparing [2024-02-15T05:52:04.447Z] 47c01ef64e13: Preparing [2024-02-15T05:52:04.447Z] b7f2e65599d7: Preparing [2024-02-15T05:52:04.447Z] aedc3bda2944: Preparing [2024-02-15T05:52:04.447Z] aedc3bda2944: Waiting [2024-02-15T05:52:04.447Z] b7f2e65599d7: Waiting [2024-02-15T05:52:04.447Z] 6c08b32cf898: Layer already exists [2024-02-15T05:52:04.447Z] 54492a795a43: Layer already exists [2024-02-15T05:52:04.447Z] 14c73e19e52d: Layer already exists [2024-02-15T05:52:04.447Z] c31008dd5a20: Layer already exists [2024-02-15T05:52:04.447Z] 47c01ef64e13: Layer already exists [2024-02-15T05:52:04.447Z] b7f2e65599d7: Layer already exists [2024-02-15T05:52:04.447Z] aedc3bda2944: Layer already exists [2024-02-15T05:52:04.447Z] 3.2.0-dev.14: digest: sha256:1221931d78c5f14a9a80314759be4a08d5465d3cb29af43dc9d6a5430256d80e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:52:04.982Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:52:05.512Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T05:52:05.513Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-02-15T05:52:05.513Z] 54492a795a43: Preparing [2024-02-15T05:52:05.513Z] c31008dd5a20: Preparing [2024-02-15T05:52:05.513Z] 14c73e19e52d: Preparing [2024-02-15T05:52:05.513Z] 6c08b32cf898: Preparing [2024-02-15T05:52:05.513Z] 47c01ef64e13: Preparing [2024-02-15T05:52:05.513Z] b7f2e65599d7: Preparing [2024-02-15T05:52:05.513Z] aedc3bda2944: Preparing [2024-02-15T05:52:05.513Z] b7f2e65599d7: Waiting [2024-02-15T05:52:05.513Z] aedc3bda2944: Waiting [2024-02-15T05:52:05.513Z] 6c08b32cf898: Layer already exists [2024-02-15T05:52:05.513Z] c31008dd5a20: Layer already exists [2024-02-15T05:52:05.513Z] 47c01ef64e13: Layer already exists [2024-02-15T05:52:05.513Z] 14c73e19e52d: Layer already exists [2024-02-15T05:52:05.513Z] 54492a795a43: Layer already exists [2024-02-15T05:52:05.513Z] b7f2e65599d7: Layer already exists [2024-02-15T05:52:05.513Z] aedc3bda2944: Layer already exists [2024-02-15T05:52:05.513Z] d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14: digest: sha256:1221931d78c5f14a9a80314759be4a08d5465d3cb29af43dc9d6a5430256d80e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:52:06.052Z] + 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-02-15T05:52:06.588Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2024-02-15T05:52:06.588Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-02-15T05:52:06.588Z] 54492a795a43: Preparing [2024-02-15T05:52:06.588Z] c31008dd5a20: Preparing [2024-02-15T05:52:06.588Z] 14c73e19e52d: Preparing [2024-02-15T05:52:06.588Z] 6c08b32cf898: Preparing [2024-02-15T05:52:06.588Z] 47c01ef64e13: Preparing [2024-02-15T05:52:06.588Z] b7f2e65599d7: Preparing [2024-02-15T05:52:06.588Z] aedc3bda2944: Preparing [2024-02-15T05:52:06.588Z] b7f2e65599d7: Waiting [2024-02-15T05:52:06.588Z] aedc3bda2944: Waiting [2024-02-15T05:52:06.588Z] 54492a795a43: Layer already exists [2024-02-15T05:52:06.588Z] 6c08b32cf898: Layer already exists [2024-02-15T05:52:06.588Z] 47c01ef64e13: Layer already exists [2024-02-15T05:52:06.588Z] 14c73e19e52d: Layer already exists [2024-02-15T05:52:06.588Z] c31008dd5a20: Layer already exists [2024-02-15T05:52:06.588Z] b7f2e65599d7: Layer already exists [2024-02-15T05:52:06.588Z] aedc3bda2944: Layer already exists [2024-02-15T05:52:06.588Z] main: digest: sha256:1221931d78c5f14a9a80314759be4a08d5465d3cb29af43dc9d6a5430256d80e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-02-15T05:52:07.087Z] ===================================================== [Pipeline] echo [2024-02-15T05:52:07.170Z] taggedImages: [2024-02-15T05:52:07.170Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T05:52:07.170Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2024-02-15T05:52:07.170Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.14 [2024-02-15T05:52:07.170Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T05:52:07.170Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2024-02-15T05:52:07.266Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2024-02-15T05:52:07.266Z] d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T05:52:07.266Z] latest [2024-02-15T05:52:07.266Z] 3.2.0-dev.14 [2024-02-15T05:52:07.266Z] d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T05:52:07.266Z] main [2024-02-15T05:52:07.266Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:52:08.792Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:d5c390cc6addf29fb131b0472a1808282eec31af [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:52:09.331Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T05:52:09.331Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-02-15T05:52:09.331Z] 36bb1691816f: Preparing [2024-02-15T05:52:09.331Z] 7ea62a74fb09: Preparing [2024-02-15T05:52:09.331Z] 2a91227e7d9b: Preparing [2024-02-15T05:52:09.331Z] 14c73e19e52d: Preparing [2024-02-15T05:52:09.331Z] 6c08b32cf898: Preparing [2024-02-15T05:52:09.331Z] c3a86fecd71b: Preparing [2024-02-15T05:52:09.331Z] 14c6388fdcbb: Preparing [2024-02-15T05:52:09.331Z] afb7fc2502f9: Preparing [2024-02-15T05:52:09.331Z] e129d655ef51: Preparing [2024-02-15T05:52:09.331Z] aedc3bda2944: Preparing [2024-02-15T05:52:09.331Z] afb7fc2502f9: Waiting [2024-02-15T05:52:09.331Z] 14c6388fdcbb: Waiting [2024-02-15T05:52:09.331Z] c3a86fecd71b: Waiting [2024-02-15T05:52:09.331Z] aedc3bda2944: Waiting [2024-02-15T05:52:09.331Z] 6c08b32cf898: Layer already exists [2024-02-15T05:52:09.331Z] 14c73e19e52d: Layer already exists [2024-02-15T05:52:09.331Z] 2a91227e7d9b: Pushed [2024-02-15T05:52:09.331Z] 36bb1691816f: Pushed [2024-02-15T05:52:09.331Z] 7ea62a74fb09: Pushed [2024-02-15T05:52:09.331Z] aedc3bda2944: Layer already exists [2024-02-15T05:52:09.590Z] afb7fc2502f9: Pushed [2024-02-15T05:52:09.848Z] e129d655ef51: Pushed [2024-02-15T05:52:16.490Z] 14c6388fdcbb: Pushed [2024-02-15T05:52:18.394Z] c3a86fecd71b: Pushed [2024-02-15T05:52:18.394Z] d5c390cc6addf29fb131b0472a1808282eec31af: digest: sha256:48838c358b67cff12a9c2794744f6aba46003820acb7616214ccd60073b53f78 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:52:18.930Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:52:19.467Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2024-02-15T05:52:19.468Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-02-15T05:52:19.468Z] 36bb1691816f: Preparing [2024-02-15T05:52:19.468Z] 7ea62a74fb09: Preparing [2024-02-15T05:52:19.468Z] 2a91227e7d9b: Preparing [2024-02-15T05:52:19.468Z] 14c73e19e52d: Preparing [2024-02-15T05:52:19.468Z] 6c08b32cf898: Preparing [2024-02-15T05:52:19.468Z] c3a86fecd71b: Preparing [2024-02-15T05:52:19.468Z] 14c6388fdcbb: Preparing [2024-02-15T05:52:19.468Z] afb7fc2502f9: Preparing [2024-02-15T05:52:19.468Z] e129d655ef51: Preparing [2024-02-15T05:52:19.468Z] aedc3bda2944: Preparing [2024-02-15T05:52:19.468Z] c3a86fecd71b: Waiting [2024-02-15T05:52:19.468Z] afb7fc2502f9: Waiting [2024-02-15T05:52:19.468Z] 14c6388fdcbb: Waiting [2024-02-15T05:52:19.468Z] aedc3bda2944: Waiting [2024-02-15T05:52:19.468Z] 36bb1691816f: Layer already exists [2024-02-15T05:52:19.468Z] 7ea62a74fb09: Layer already exists [2024-02-15T05:52:19.468Z] 2a91227e7d9b: Layer already exists [2024-02-15T05:52:19.468Z] 14c73e19e52d: Layer already exists [2024-02-15T05:52:19.468Z] 6c08b32cf898: Layer already exists [2024-02-15T05:52:19.468Z] afb7fc2502f9: Layer already exists [2024-02-15T05:52:19.468Z] 14c6388fdcbb: Layer already exists [2024-02-15T05:52:19.468Z] c3a86fecd71b: Layer already exists [2024-02-15T05:52:19.468Z] e129d655ef51: Layer already exists [2024-02-15T05:52:19.468Z] aedc3bda2944: Layer already exists [2024-02-15T05:52:19.468Z] latest: digest: sha256:48838c358b67cff12a9c2794744f6aba46003820acb7616214ccd60073b53f78 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:52:20.000Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:52:20.531Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.14 [2024-02-15T05:52:20.531Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-02-15T05:52:20.531Z] 36bb1691816f: Preparing [2024-02-15T05:52:20.531Z] 7ea62a74fb09: Preparing [2024-02-15T05:52:20.531Z] 2a91227e7d9b: Preparing [2024-02-15T05:52:20.531Z] 14c73e19e52d: Preparing [2024-02-15T05:52:20.531Z] 6c08b32cf898: Preparing [2024-02-15T05:52:20.531Z] c3a86fecd71b: Preparing [2024-02-15T05:52:20.531Z] 14c6388fdcbb: Preparing [2024-02-15T05:52:20.531Z] afb7fc2502f9: Preparing [2024-02-15T05:52:20.531Z] e129d655ef51: Preparing [2024-02-15T05:52:20.531Z] aedc3bda2944: Preparing [2024-02-15T05:52:20.531Z] 14c6388fdcbb: Waiting [2024-02-15T05:52:20.531Z] c3a86fecd71b: Waiting [2024-02-15T05:52:20.531Z] afb7fc2502f9: Waiting [2024-02-15T05:52:20.531Z] e129d655ef51: Waiting [2024-02-15T05:52:20.531Z] 2a91227e7d9b: Layer already exists [2024-02-15T05:52:20.531Z] 7ea62a74fb09: Layer already exists [2024-02-15T05:52:20.531Z] 36bb1691816f: Layer already exists [2024-02-15T05:52:20.531Z] 6c08b32cf898: Layer already exists [2024-02-15T05:52:20.531Z] 14c73e19e52d: Layer already exists [2024-02-15T05:52:20.531Z] c3a86fecd71b: Layer already exists [2024-02-15T05:52:20.531Z] afb7fc2502f9: Layer already exists [2024-02-15T05:52:20.531Z] 14c6388fdcbb: Layer already exists [2024-02-15T05:52:20.531Z] e129d655ef51: Layer already exists [2024-02-15T05:52:20.531Z] aedc3bda2944: Layer already exists [2024-02-15T05:52:20.531Z] 3.2.0-dev.14: digest: sha256:48838c358b67cff12a9c2794744f6aba46003820acb7616214ccd60073b53f78 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:52:21.073Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:52:21.607Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T05:52:21.607Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-02-15T05:52:21.607Z] 36bb1691816f: Preparing [2024-02-15T05:52:21.607Z] 7ea62a74fb09: Preparing [2024-02-15T05:52:21.607Z] 2a91227e7d9b: Preparing [2024-02-15T05:52:21.607Z] 14c73e19e52d: Preparing [2024-02-15T05:52:21.607Z] 6c08b32cf898: Preparing [2024-02-15T05:52:21.607Z] c3a86fecd71b: Preparing [2024-02-15T05:52:21.607Z] 14c6388fdcbb: Preparing [2024-02-15T05:52:21.607Z] afb7fc2502f9: Preparing [2024-02-15T05:52:21.607Z] e129d655ef51: Preparing [2024-02-15T05:52:21.607Z] aedc3bda2944: Preparing [2024-02-15T05:52:21.607Z] c3a86fecd71b: Waiting [2024-02-15T05:52:21.607Z] 14c6388fdcbb: Waiting [2024-02-15T05:52:21.607Z] aedc3bda2944: Waiting [2024-02-15T05:52:21.607Z] afb7fc2502f9: Waiting [2024-02-15T05:52:21.607Z] 6c08b32cf898: Layer already exists [2024-02-15T05:52:21.607Z] 36bb1691816f: Layer already exists [2024-02-15T05:52:21.607Z] 2a91227e7d9b: Layer already exists [2024-02-15T05:52:21.607Z] 7ea62a74fb09: Layer already exists [2024-02-15T05:52:21.607Z] 14c73e19e52d: Layer already exists [2024-02-15T05:52:21.607Z] afb7fc2502f9: Layer already exists [2024-02-15T05:52:21.607Z] 14c6388fdcbb: Layer already exists [2024-02-15T05:52:21.607Z] c3a86fecd71b: Layer already exists [2024-02-15T05:52:21.607Z] e129d655ef51: Layer already exists [2024-02-15T05:52:21.607Z] aedc3bda2944: Layer already exists [2024-02-15T05:52:21.607Z] d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14: digest: sha256:48838c358b67cff12a9c2794744f6aba46003820acb7616214ccd60073b53f78 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:52:22.172Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:52:22.714Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2024-02-15T05:52:22.714Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-02-15T05:52:22.714Z] 36bb1691816f: Preparing [2024-02-15T05:52:22.714Z] 7ea62a74fb09: Preparing [2024-02-15T05:52:22.714Z] 2a91227e7d9b: Preparing [2024-02-15T05:52:22.714Z] 14c73e19e52d: Preparing [2024-02-15T05:52:22.714Z] 6c08b32cf898: Preparing [2024-02-15T05:52:22.714Z] c3a86fecd71b: Preparing [2024-02-15T05:52:22.714Z] 14c6388fdcbb: Preparing [2024-02-15T05:52:22.714Z] afb7fc2502f9: Preparing [2024-02-15T05:52:22.714Z] e129d655ef51: Preparing [2024-02-15T05:52:22.714Z] c3a86fecd71b: Waiting [2024-02-15T05:52:22.714Z] afb7fc2502f9: Waiting [2024-02-15T05:52:22.714Z] e129d655ef51: Waiting [2024-02-15T05:52:22.714Z] 14c6388fdcbb: Waiting [2024-02-15T05:52:22.714Z] aedc3bda2944: Preparing [2024-02-15T05:52:22.714Z] aedc3bda2944: Waiting [2024-02-15T05:52:22.714Z] 36bb1691816f: Layer already exists [2024-02-15T05:52:22.714Z] 6c08b32cf898: Layer already exists [2024-02-15T05:52:22.714Z] 7ea62a74fb09: Layer already exists [2024-02-15T05:52:22.714Z] 2a91227e7d9b: Layer already exists [2024-02-15T05:52:22.714Z] 14c73e19e52d: Layer already exists [2024-02-15T05:52:22.714Z] c3a86fecd71b: Layer already exists [2024-02-15T05:52:22.714Z] e129d655ef51: Layer already exists [2024-02-15T05:52:22.714Z] 14c6388fdcbb: Layer already exists [2024-02-15T05:52:22.714Z] aedc3bda2944: Layer already exists [2024-02-15T05:52:22.714Z] afb7fc2502f9: Layer already exists [2024-02-15T05:52:22.714Z] main: digest: sha256:48838c358b67cff12a9c2794744f6aba46003820acb7616214ccd60073b53f78 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-02-15T05:52:23.238Z] ===================================================== [Pipeline] echo [2024-02-15T05:52:23.326Z] taggedImages: [2024-02-15T05:52:23.326Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T05:52:23.326Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2024-02-15T05:52:23.326Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.14 [2024-02-15T05:52:23.326Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T05:52:23.326Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2024-02-15T05:52:23.431Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2024-02-15T05:52:23.431Z] d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T05:52:23.431Z] latest [2024-02-15T05:52:23.431Z] 3.2.0-dev.14 [2024-02-15T05:52:23.431Z] d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T05:52:23.431Z] main [2024-02-15T05:52:23.431Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:52:24.145Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:d5c390cc6addf29fb131b0472a1808282eec31af [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:52:24.708Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T05:52:24.708Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-02-15T05:52:24.708Z] 787acbfe41aa: Preparing [2024-02-15T05:52:24.708Z] bdd014687d35: Preparing [2024-02-15T05:52:24.708Z] 840cded40d9f: Preparing [2024-02-15T05:52:24.708Z] 14c73e19e52d: Preparing [2024-02-15T05:52:24.708Z] 6c08b32cf898: Preparing [2024-02-15T05:52:24.708Z] c3a86fecd71b: Preparing [2024-02-15T05:52:24.708Z] 75f7ad3717b7: Preparing [2024-02-15T05:52:24.708Z] 6607d32f17c5: Preparing [2024-02-15T05:52:24.708Z] c3a86fecd71b: Waiting [2024-02-15T05:52:24.708Z] 75f7ad3717b7: Waiting [2024-02-15T05:52:24.708Z] aedc3bda2944: Preparing [2024-02-15T05:52:24.708Z] 6607d32f17c5: Waiting [2024-02-15T05:52:24.708Z] aedc3bda2944: Waiting [2024-02-15T05:52:24.708Z] 14c73e19e52d: Layer already exists [2024-02-15T05:52:24.708Z] 6c08b32cf898: Layer already exists [2024-02-15T05:52:24.708Z] c3a86fecd71b: Layer already exists [2024-02-15T05:52:24.708Z] 787acbfe41aa: Pushed [2024-02-15T05:52:24.708Z] aedc3bda2944: Layer already exists [2024-02-15T05:52:24.708Z] 75f7ad3717b7: Pushed [2024-02-15T05:52:24.708Z] 840cded40d9f: Pushed [2024-02-15T05:52:24.708Z] bdd014687d35: Pushed [2024-02-15T05:52:24.968Z] 6607d32f17c5: Pushed [2024-02-15T05:52:25.227Z] d5c390cc6addf29fb131b0472a1808282eec31af: digest: sha256:7bcd0a6d4e485c1144e47c8464417b109660409942df32a8712d9a0db28c3c36 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:52:25.776Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:52:26.330Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2024-02-15T05:52:26.330Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-02-15T05:52:26.330Z] 787acbfe41aa: Preparing [2024-02-15T05:52:26.330Z] bdd014687d35: Preparing [2024-02-15T05:52:26.330Z] 840cded40d9f: Preparing [2024-02-15T05:52:26.330Z] 14c73e19e52d: Preparing [2024-02-15T05:52:26.330Z] 6c08b32cf898: Preparing [2024-02-15T05:52:26.330Z] c3a86fecd71b: Preparing [2024-02-15T05:52:26.330Z] 75f7ad3717b7: Preparing [2024-02-15T05:52:26.330Z] 6607d32f17c5: Preparing [2024-02-15T05:52:26.330Z] aedc3bda2944: Preparing [2024-02-15T05:52:26.330Z] 75f7ad3717b7: Waiting [2024-02-15T05:52:26.330Z] 6607d32f17c5: Waiting [2024-02-15T05:52:26.330Z] c3a86fecd71b: Waiting [2024-02-15T05:52:26.330Z] 14c73e19e52d: Layer already exists [2024-02-15T05:52:26.330Z] 787acbfe41aa: Layer already exists [2024-02-15T05:52:26.330Z] bdd014687d35: Layer already exists [2024-02-15T05:52:26.330Z] 840cded40d9f: Layer already exists [2024-02-15T05:52:26.330Z] 6c08b32cf898: Layer already exists [2024-02-15T05:52:26.330Z] 75f7ad3717b7: Layer already exists [2024-02-15T05:52:26.330Z] c3a86fecd71b: Layer already exists [2024-02-15T05:52:26.330Z] aedc3bda2944: Layer already exists [2024-02-15T05:52:26.330Z] 6607d32f17c5: Layer already exists [2024-02-15T05:52:26.330Z] latest: digest: sha256:7bcd0a6d4e485c1144e47c8464417b109660409942df32a8712d9a0db28c3c36 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:52:26.899Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:52:27.492Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.14 [2024-02-15T05:52:27.492Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-02-15T05:52:27.492Z] 787acbfe41aa: Preparing [2024-02-15T05:52:27.492Z] bdd014687d35: Preparing [2024-02-15T05:52:27.492Z] 840cded40d9f: Preparing [2024-02-15T05:52:27.492Z] 14c73e19e52d: Preparing [2024-02-15T05:52:27.492Z] 6c08b32cf898: Preparing [2024-02-15T05:52:27.492Z] c3a86fecd71b: Preparing [2024-02-15T05:52:27.492Z] 75f7ad3717b7: Preparing [2024-02-15T05:52:27.492Z] 6607d32f17c5: Preparing [2024-02-15T05:52:27.492Z] aedc3bda2944: Preparing [2024-02-15T05:52:27.492Z] 75f7ad3717b7: Waiting [2024-02-15T05:52:27.492Z] aedc3bda2944: Waiting [2024-02-15T05:52:27.492Z] 6607d32f17c5: Waiting [2024-02-15T05:52:27.492Z] c3a86fecd71b: Waiting [2024-02-15T05:52:27.492Z] 14c73e19e52d: Layer already exists [2024-02-15T05:52:27.492Z] bdd014687d35: Layer already exists [2024-02-15T05:52:27.492Z] 6c08b32cf898: Layer already exists [2024-02-15T05:52:27.492Z] 787acbfe41aa: Layer already exists [2024-02-15T05:52:27.492Z] 840cded40d9f: Layer already exists [2024-02-15T05:52:27.492Z] 75f7ad3717b7: Layer already exists [2024-02-15T05:52:27.492Z] 6607d32f17c5: Layer already exists [2024-02-15T05:52:27.492Z] c3a86fecd71b: Layer already exists [2024-02-15T05:52:27.492Z] aedc3bda2944: Layer already exists [2024-02-15T05:52:27.492Z] 3.2.0-dev.14: digest: sha256:7bcd0a6d4e485c1144e47c8464417b109660409942df32a8712d9a0db28c3c36 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:52:28.064Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:52:28.641Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T05:52:28.641Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-02-15T05:52:28.641Z] 787acbfe41aa: Preparing [2024-02-15T05:52:28.641Z] bdd014687d35: Preparing [2024-02-15T05:52:28.641Z] 840cded40d9f: Preparing [2024-02-15T05:52:28.641Z] 14c73e19e52d: Preparing [2024-02-15T05:52:28.641Z] 6c08b32cf898: Preparing [2024-02-15T05:52:28.641Z] c3a86fecd71b: Preparing [2024-02-15T05:52:28.641Z] 75f7ad3717b7: Preparing [2024-02-15T05:52:28.641Z] 6607d32f17c5: Preparing [2024-02-15T05:52:28.641Z] aedc3bda2944: Preparing [2024-02-15T05:52:28.641Z] c3a86fecd71b: Waiting [2024-02-15T05:52:28.641Z] 75f7ad3717b7: Waiting [2024-02-15T05:52:28.641Z] 6607d32f17c5: Waiting [2024-02-15T05:52:28.641Z] aedc3bda2944: Waiting [2024-02-15T05:52:28.641Z] 14c73e19e52d: Layer already exists [2024-02-15T05:52:28.641Z] 840cded40d9f: Layer already exists [2024-02-15T05:52:28.641Z] 787acbfe41aa: Layer already exists [2024-02-15T05:52:28.641Z] 6c08b32cf898: Layer already exists [2024-02-15T05:52:28.641Z] bdd014687d35: Layer already exists [2024-02-15T05:52:28.641Z] 6607d32f17c5: Layer already exists [2024-02-15T05:52:28.641Z] 75f7ad3717b7: Layer already exists [2024-02-15T05:52:28.641Z] c3a86fecd71b: Layer already exists [2024-02-15T05:52:28.641Z] aedc3bda2944: Layer already exists [2024-02-15T05:52:28.642Z] d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14: digest: sha256:7bcd0a6d4e485c1144e47c8464417b109660409942df32a8712d9a0db28c3c36 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:52:29.200Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:52:29.762Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2024-02-15T05:52:29.762Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-02-15T05:52:29.762Z] 787acbfe41aa: Preparing [2024-02-15T05:52:29.762Z] bdd014687d35: Preparing [2024-02-15T05:52:29.762Z] 840cded40d9f: Preparing [2024-02-15T05:52:29.762Z] 14c73e19e52d: Preparing [2024-02-15T05:52:29.762Z] 6c08b32cf898: Preparing [2024-02-15T05:52:29.762Z] c3a86fecd71b: Preparing [2024-02-15T05:52:29.762Z] 75f7ad3717b7: Preparing [2024-02-15T05:52:29.762Z] 6607d32f17c5: Preparing [2024-02-15T05:52:29.762Z] aedc3bda2944: Preparing [2024-02-15T05:52:29.762Z] 75f7ad3717b7: Waiting [2024-02-15T05:52:29.762Z] 6607d32f17c5: Waiting [2024-02-15T05:52:29.762Z] c3a86fecd71b: Waiting [2024-02-15T05:52:29.762Z] aedc3bda2944: Waiting [2024-02-15T05:52:29.762Z] 6c08b32cf898: Layer already exists [2024-02-15T05:52:29.762Z] 840cded40d9f: Layer already exists [2024-02-15T05:52:29.762Z] 787acbfe41aa: Layer already exists [2024-02-15T05:52:29.762Z] bdd014687d35: Layer already exists [2024-02-15T05:52:29.762Z] 14c73e19e52d: Layer already exists [2024-02-15T05:52:29.762Z] c3a86fecd71b: Layer already exists [2024-02-15T05:52:29.762Z] 75f7ad3717b7: Layer already exists [2024-02-15T05:52:29.762Z] 6607d32f17c5: Layer already exists [2024-02-15T05:52:29.762Z] aedc3bda2944: Layer already exists [2024-02-15T05:52:29.762Z] main: digest: sha256:7bcd0a6d4e485c1144e47c8464417b109660409942df32a8712d9a0db28c3c36 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-02-15T05:52:30.364Z] ===================================================== [Pipeline] echo [2024-02-15T05:52:30.458Z] taggedImages: [2024-02-15T05:52:30.458Z] - nexus3.edgexfoundry.org:10004/security-spire-config:d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T05:52:30.458Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2024-02-15T05:52:30.458Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.14 [2024-02-15T05:52:30.458Z] - nexus3.edgexfoundry.org:10004/security-spire-config:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T05:52:30.458Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2024-02-15T05:52:30.575Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2024-02-15T05:52:30.575Z] d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T05:52:30.575Z] latest [2024-02-15T05:52:30.575Z] 3.2.0-dev.14 [2024-02-15T05:52:30.575Z] d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T05:52:30.575Z] main [2024-02-15T05:52:30.575Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:52:31.336Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:d5c390cc6addf29fb131b0472a1808282eec31af [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:52:31.898Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T05:52:31.898Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-02-15T05:52:31.898Z] 55745d806e21: Preparing [2024-02-15T05:52:31.898Z] 36d8dd537e44: Preparing [2024-02-15T05:52:31.898Z] 3d4a3cf0d335: Preparing [2024-02-15T05:52:31.898Z] 14c73e19e52d: Preparing [2024-02-15T05:52:31.898Z] 6c08b32cf898: Preparing [2024-02-15T05:52:31.898Z] c3a86fecd71b: Preparing [2024-02-15T05:52:31.898Z] afb7fc2502f9: Preparing [2024-02-15T05:52:31.898Z] e129d655ef51: Preparing [2024-02-15T05:52:31.898Z] aedc3bda2944: Preparing [2024-02-15T05:52:31.898Z] afb7fc2502f9: Waiting [2024-02-15T05:52:31.898Z] e129d655ef51: Waiting [2024-02-15T05:52:31.898Z] c3a86fecd71b: Waiting [2024-02-15T05:52:31.898Z] aedc3bda2944: Waiting [2024-02-15T05:52:31.898Z] 14c73e19e52d: Layer already exists [2024-02-15T05:52:31.898Z] 6c08b32cf898: Layer already exists [2024-02-15T05:52:31.898Z] c3a86fecd71b: Layer already exists [2024-02-15T05:52:31.898Z] afb7fc2502f9: Layer already exists [2024-02-15T05:52:31.898Z] e129d655ef51: Layer already exists [2024-02-15T05:52:31.898Z] aedc3bda2944: Layer already exists [2024-02-15T05:52:31.898Z] 55745d806e21: Pushed [2024-02-15T05:52:31.898Z] 36d8dd537e44: Pushed [2024-02-15T05:52:31.898Z] 3d4a3cf0d335: Pushed [2024-02-15T05:52:32.158Z] d5c390cc6addf29fb131b0472a1808282eec31af: digest: sha256:a1eeec02e49c20c3d197afac2e9e7edbd4b6c16997605d3ac83fd728d724649d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:52:32.731Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:52:33.303Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2024-02-15T05:52:33.303Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-02-15T05:52:33.303Z] 55745d806e21: Preparing [2024-02-15T05:52:33.303Z] 36d8dd537e44: Preparing [2024-02-15T05:52:33.303Z] 3d4a3cf0d335: Preparing [2024-02-15T05:52:33.303Z] 14c73e19e52d: Preparing [2024-02-15T05:52:33.303Z] 6c08b32cf898: Preparing [2024-02-15T05:52:33.303Z] c3a86fecd71b: Preparing [2024-02-15T05:52:33.303Z] afb7fc2502f9: Preparing [2024-02-15T05:52:33.303Z] e129d655ef51: Preparing [2024-02-15T05:52:33.303Z] aedc3bda2944: Preparing [2024-02-15T05:52:33.303Z] afb7fc2502f9: Waiting [2024-02-15T05:52:33.303Z] e129d655ef51: Waiting [2024-02-15T05:52:33.303Z] aedc3bda2944: Waiting [2024-02-15T05:52:33.303Z] c3a86fecd71b: Waiting [2024-02-15T05:52:33.303Z] 55745d806e21: Layer already exists [2024-02-15T05:52:33.303Z] 14c73e19e52d: Layer already exists [2024-02-15T05:52:33.303Z] 3d4a3cf0d335: Layer already exists [2024-02-15T05:52:33.303Z] 36d8dd537e44: Layer already exists [2024-02-15T05:52:33.303Z] 6c08b32cf898: Layer already exists [2024-02-15T05:52:33.303Z] e129d655ef51: Layer already exists [2024-02-15T05:52:33.303Z] afb7fc2502f9: Layer already exists [2024-02-15T05:52:33.303Z] aedc3bda2944: Layer already exists [2024-02-15T05:52:33.303Z] c3a86fecd71b: Layer already exists [2024-02-15T05:52:33.303Z] latest: digest: sha256:a1eeec02e49c20c3d197afac2e9e7edbd4b6c16997605d3ac83fd728d724649d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:52:33.874Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:52:34.449Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.14 [2024-02-15T05:52:34.449Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-02-15T05:52:34.449Z] 55745d806e21: Preparing [2024-02-15T05:52:34.449Z] 36d8dd537e44: Preparing [2024-02-15T05:52:34.449Z] 3d4a3cf0d335: Preparing [2024-02-15T05:52:34.449Z] 14c73e19e52d: Preparing [2024-02-15T05:52:34.449Z] 6c08b32cf898: Preparing [2024-02-15T05:52:34.449Z] c3a86fecd71b: Preparing [2024-02-15T05:52:34.449Z] afb7fc2502f9: Preparing [2024-02-15T05:52:34.449Z] e129d655ef51: Preparing [2024-02-15T05:52:34.449Z] aedc3bda2944: Preparing [2024-02-15T05:52:34.449Z] e129d655ef51: Waiting [2024-02-15T05:52:34.449Z] aedc3bda2944: Waiting [2024-02-15T05:52:34.449Z] afb7fc2502f9: Waiting [2024-02-15T05:52:34.449Z] c3a86fecd71b: Waiting [2024-02-15T05:52:34.449Z] 14c73e19e52d: Layer already exists [2024-02-15T05:52:34.449Z] 55745d806e21: Layer already exists [2024-02-15T05:52:34.449Z] 36d8dd537e44: Layer already exists [2024-02-15T05:52:34.449Z] 6c08b32cf898: Layer already exists [2024-02-15T05:52:34.449Z] 3d4a3cf0d335: Layer already exists [2024-02-15T05:52:34.449Z] afb7fc2502f9: Layer already exists [2024-02-15T05:52:34.449Z] e129d655ef51: Layer already exists [2024-02-15T05:52:34.449Z] c3a86fecd71b: Layer already exists [2024-02-15T05:52:34.449Z] aedc3bda2944: Layer already exists [2024-02-15T05:52:34.449Z] 3.2.0-dev.14: digest: sha256:a1eeec02e49c20c3d197afac2e9e7edbd4b6c16997605d3ac83fd728d724649d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:52:35.027Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:52:35.600Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T05:52:35.600Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-02-15T05:52:35.600Z] 55745d806e21: Preparing [2024-02-15T05:52:35.600Z] 36d8dd537e44: Preparing [2024-02-15T05:52:35.600Z] 3d4a3cf0d335: Preparing [2024-02-15T05:52:35.600Z] 14c73e19e52d: Preparing [2024-02-15T05:52:35.600Z] 6c08b32cf898: Preparing [2024-02-15T05:52:35.600Z] c3a86fecd71b: Preparing [2024-02-15T05:52:35.600Z] afb7fc2502f9: Preparing [2024-02-15T05:52:35.600Z] e129d655ef51: Preparing [2024-02-15T05:52:35.600Z] aedc3bda2944: Preparing [2024-02-15T05:52:35.600Z] e129d655ef51: Waiting [2024-02-15T05:52:35.600Z] aedc3bda2944: Waiting [2024-02-15T05:52:35.600Z] afb7fc2502f9: Waiting [2024-02-15T05:52:35.600Z] c3a86fecd71b: Waiting [2024-02-15T05:52:35.600Z] 14c73e19e52d: Layer already exists [2024-02-15T05:52:35.600Z] 55745d806e21: Layer already exists [2024-02-15T05:52:35.600Z] 36d8dd537e44: Layer already exists [2024-02-15T05:52:35.600Z] 6c08b32cf898: Layer already exists [2024-02-15T05:52:35.600Z] 3d4a3cf0d335: Layer already exists [2024-02-15T05:52:35.600Z] e129d655ef51: Layer already exists [2024-02-15T05:52:35.600Z] aedc3bda2944: Layer already exists [2024-02-15T05:52:35.600Z] afb7fc2502f9: Layer already exists [2024-02-15T05:52:35.600Z] c3a86fecd71b: Layer already exists [2024-02-15T05:52:35.600Z] d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14: digest: sha256:a1eeec02e49c20c3d197afac2e9e7edbd4b6c16997605d3ac83fd728d724649d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:52:36.172Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:52:36.747Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2024-02-15T05:52:36.747Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-02-15T05:52:36.747Z] 55745d806e21: Preparing [2024-02-15T05:52:36.747Z] 36d8dd537e44: Preparing [2024-02-15T05:52:36.747Z] 3d4a3cf0d335: Preparing [2024-02-15T05:52:36.747Z] 14c73e19e52d: Preparing [2024-02-15T05:52:36.747Z] 6c08b32cf898: Preparing [2024-02-15T05:52:36.747Z] c3a86fecd71b: Preparing [2024-02-15T05:52:36.747Z] afb7fc2502f9: Preparing [2024-02-15T05:52:36.747Z] e129d655ef51: Preparing [2024-02-15T05:52:36.747Z] aedc3bda2944: Preparing [2024-02-15T05:52:36.747Z] afb7fc2502f9: Waiting [2024-02-15T05:52:36.747Z] e129d655ef51: Waiting [2024-02-15T05:52:36.747Z] aedc3bda2944: Waiting [2024-02-15T05:52:36.747Z] c3a86fecd71b: Waiting [2024-02-15T05:52:36.747Z] 3d4a3cf0d335: Layer already exists [2024-02-15T05:52:36.747Z] 55745d806e21: Layer already exists [2024-02-15T05:52:36.747Z] 14c73e19e52d: Layer already exists [2024-02-15T05:52:36.747Z] 6c08b32cf898: Layer already exists [2024-02-15T05:52:36.747Z] 36d8dd537e44: Layer already exists [2024-02-15T05:52:36.747Z] c3a86fecd71b: Layer already exists [2024-02-15T05:52:36.747Z] e129d655ef51: Layer already exists [2024-02-15T05:52:36.747Z] aedc3bda2944: Layer already exists [2024-02-15T05:52:36.748Z] afb7fc2502f9: Layer already exists [2024-02-15T05:52:36.748Z] main: digest: sha256:a1eeec02e49c20c3d197afac2e9e7edbd4b6c16997605d3ac83fd728d724649d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-02-15T05:52:37.321Z] ===================================================== [Pipeline] echo [2024-02-15T05:52:37.457Z] taggedImages: [2024-02-15T05:52:37.457Z] - nexus3.edgexfoundry.org:10004/security-spire-server:d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T05:52:37.457Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2024-02-15T05:52:37.457Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.14 [2024-02-15T05:52:37.457Z] - nexus3.edgexfoundry.org:10004/security-spire-server:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T05:52:37.457Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2024-02-15T05:52:37.567Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2024-02-15T05:52:37.567Z] d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T05:52:37.567Z] latest [2024-02-15T05:52:37.567Z] 3.2.0-dev.14 [2024-02-15T05:52:37.567Z] d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T05:52:37.567Z] main [2024-02-15T05:52:37.567Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:52:38.318Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:d5c390cc6addf29fb131b0472a1808282eec31af [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:52:38.911Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T05:52:38.911Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-02-15T05:52:38.911Z] e3c2d6eb3ff5: Preparing [2024-02-15T05:52:38.911Z] 449cf3f4b4af: Preparing [2024-02-15T05:52:38.911Z] 14c73e19e52d: Preparing [2024-02-15T05:52:38.911Z] 6c08b32cf898: Preparing [2024-02-15T05:52:38.911Z] eabcd63049a1: Preparing [2024-02-15T05:52:38.911Z] 06789bd17358: Preparing [2024-02-15T05:52:38.911Z] aedc3bda2944: Preparing [2024-02-15T05:52:38.911Z] 06789bd17358: Waiting [2024-02-15T05:52:38.911Z] aedc3bda2944: Waiting [2024-02-15T05:52:38.911Z] 14c73e19e52d: Layer already exists [2024-02-15T05:52:38.911Z] 6c08b32cf898: Layer already exists [2024-02-15T05:52:38.911Z] aedc3bda2944: Layer already exists [2024-02-15T05:52:38.911Z] eabcd63049a1: Pushed [2024-02-15T05:52:38.911Z] e3c2d6eb3ff5: Pushed [2024-02-15T05:52:38.911Z] 06789bd17358: Pushed [2024-02-15T05:52:41.472Z] 449cf3f4b4af: Pushed [2024-02-15T05:52:41.472Z] d5c390cc6addf29fb131b0472a1808282eec31af: digest: sha256:89fa6f7e5509ebec9e70bf1cb4b310a18676cc9645fc70409fd43275a057541b size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:52:42.077Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:52:42.655Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2024-02-15T05:52:42.655Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-02-15T05:52:42.655Z] e3c2d6eb3ff5: Preparing [2024-02-15T05:52:42.655Z] 449cf3f4b4af: Preparing [2024-02-15T05:52:42.655Z] 14c73e19e52d: Preparing [2024-02-15T05:52:42.655Z] 6c08b32cf898: Preparing [2024-02-15T05:52:42.655Z] eabcd63049a1: Preparing [2024-02-15T05:52:42.655Z] 06789bd17358: Preparing [2024-02-15T05:52:42.655Z] aedc3bda2944: Preparing [2024-02-15T05:52:42.655Z] 06789bd17358: Waiting [2024-02-15T05:52:42.655Z] aedc3bda2944: Waiting [2024-02-15T05:52:42.655Z] 14c73e19e52d: Layer already exists [2024-02-15T05:52:42.655Z] eabcd63049a1: Layer already exists [2024-02-15T05:52:42.655Z] e3c2d6eb3ff5: Layer already exists [2024-02-15T05:52:42.655Z] 6c08b32cf898: Layer already exists [2024-02-15T05:52:42.655Z] 449cf3f4b4af: Layer already exists [2024-02-15T05:52:42.655Z] aedc3bda2944: Layer already exists [2024-02-15T05:52:42.655Z] 06789bd17358: Layer already exists [2024-02-15T05:52:42.655Z] latest: digest: sha256:89fa6f7e5509ebec9e70bf1cb4b310a18676cc9645fc70409fd43275a057541b size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:52:43.244Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:52:43.813Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.14 [2024-02-15T05:52:43.813Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-02-15T05:52:43.813Z] e3c2d6eb3ff5: Preparing [2024-02-15T05:52:43.813Z] 449cf3f4b4af: Preparing [2024-02-15T05:52:43.813Z] 14c73e19e52d: Preparing [2024-02-15T05:52:43.813Z] 6c08b32cf898: Preparing [2024-02-15T05:52:43.813Z] eabcd63049a1: Preparing [2024-02-15T05:52:43.813Z] 06789bd17358: Preparing [2024-02-15T05:52:43.813Z] aedc3bda2944: Preparing [2024-02-15T05:52:43.813Z] 06789bd17358: Waiting [2024-02-15T05:52:43.813Z] aedc3bda2944: Waiting [2024-02-15T05:52:43.813Z] 6c08b32cf898: Layer already exists [2024-02-15T05:52:43.813Z] e3c2d6eb3ff5: Layer already exists [2024-02-15T05:52:43.813Z] 14c73e19e52d: Layer already exists [2024-02-15T05:52:43.813Z] 449cf3f4b4af: Layer already exists [2024-02-15T05:52:43.813Z] eabcd63049a1: Layer already exists [2024-02-15T05:52:43.813Z] 06789bd17358: Layer already exists [2024-02-15T05:52:43.813Z] aedc3bda2944: Layer already exists [2024-02-15T05:52:43.813Z] 3.2.0-dev.14: digest: sha256:89fa6f7e5509ebec9e70bf1cb4b310a18676cc9645fc70409fd43275a057541b size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:52:44.413Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:52:45.029Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T05:52:45.029Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-02-15T05:52:45.029Z] e3c2d6eb3ff5: Preparing [2024-02-15T05:52:45.029Z] 449cf3f4b4af: Preparing [2024-02-15T05:52:45.029Z] 14c73e19e52d: Preparing [2024-02-15T05:52:45.029Z] 6c08b32cf898: Preparing [2024-02-15T05:52:45.029Z] eabcd63049a1: Preparing [2024-02-15T05:52:45.029Z] 06789bd17358: Preparing [2024-02-15T05:52:45.029Z] aedc3bda2944: Preparing [2024-02-15T05:52:45.029Z] aedc3bda2944: Waiting [2024-02-15T05:52:45.029Z] 06789bd17358: Waiting [2024-02-15T05:52:45.029Z] e3c2d6eb3ff5: Layer already exists [2024-02-15T05:52:45.029Z] 449cf3f4b4af: Layer already exists [2024-02-15T05:52:45.029Z] eabcd63049a1: Layer already exists [2024-02-15T05:52:45.029Z] 14c73e19e52d: Layer already exists [2024-02-15T05:52:45.029Z] 6c08b32cf898: Layer already exists [2024-02-15T05:52:45.029Z] 06789bd17358: Layer already exists [2024-02-15T05:52:45.029Z] aedc3bda2944: Layer already exists [2024-02-15T05:52:45.029Z] d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14: digest: sha256:89fa6f7e5509ebec9e70bf1cb4b310a18676cc9645fc70409fd43275a057541b size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:52:45.676Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:52:46.283Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2024-02-15T05:52:46.283Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-02-15T05:52:46.283Z] e3c2d6eb3ff5: Preparing [2024-02-15T05:52:46.283Z] 449cf3f4b4af: Preparing [2024-02-15T05:52:46.283Z] 14c73e19e52d: Preparing [2024-02-15T05:52:46.283Z] 6c08b32cf898: Preparing [2024-02-15T05:52:46.283Z] eabcd63049a1: Preparing [2024-02-15T05:52:46.283Z] 06789bd17358: Preparing [2024-02-15T05:52:46.283Z] aedc3bda2944: Preparing [2024-02-15T05:52:46.283Z] 06789bd17358: Waiting [2024-02-15T05:52:46.283Z] aedc3bda2944: Waiting [2024-02-15T05:52:46.283Z] e3c2d6eb3ff5: Layer already exists [2024-02-15T05:52:46.283Z] 449cf3f4b4af: Layer already exists [2024-02-15T05:52:46.283Z] 14c73e19e52d: Layer already exists [2024-02-15T05:52:46.283Z] eabcd63049a1: Layer already exists [2024-02-15T05:52:46.283Z] 6c08b32cf898: Layer already exists [2024-02-15T05:52:46.283Z] 06789bd17358: Layer already exists [2024-02-15T05:52:46.283Z] aedc3bda2944: Layer already exists [2024-02-15T05:52:46.283Z] main: digest: sha256:89fa6f7e5509ebec9e70bf1cb4b310a18676cc9645fc70409fd43275a057541b size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-02-15T05:52:46.887Z] ===================================================== [Pipeline] echo [2024-02-15T05:52:46.988Z] taggedImages: [2024-02-15T05:52:46.988Z] - nexus3.edgexfoundry.org:10004/support-notifications:d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T05:52:46.988Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2024-02-15T05:52:46.988Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.14 [2024-02-15T05:52:46.988Z] - nexus3.edgexfoundry.org:10004/support-notifications:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T05:52:46.988Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2024-02-15T05:52:47.101Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2024-02-15T05:52:47.101Z] d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T05:52:47.101Z] latest [2024-02-15T05:52:47.101Z] 3.2.0-dev.14 [2024-02-15T05:52:47.101Z] d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T05:52:47.101Z] main [2024-02-15T05:52:47.101Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:52:47.901Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:d5c390cc6addf29fb131b0472a1808282eec31af [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:52:48.609Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T05:52:48.609Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-02-15T05:52:48.609Z] 11b4a8f1cb0d: Preparing [2024-02-15T05:52:48.609Z] 6607a5990880: Preparing [2024-02-15T05:52:48.609Z] 14c73e19e52d: Preparing [2024-02-15T05:52:48.609Z] 6c08b32cf898: Preparing [2024-02-15T05:52:48.609Z] d6b691809c2d: Preparing [2024-02-15T05:52:48.609Z] a118783f8b32: Preparing [2024-02-15T05:52:48.609Z] aedc3bda2944: Preparing [2024-02-15T05:52:48.609Z] a118783f8b32: Waiting [2024-02-15T05:52:48.609Z] aedc3bda2944: Waiting [2024-02-15T05:52:48.868Z] 14c73e19e52d: Layer already exists [2024-02-15T05:52:48.868Z] d6b691809c2d: Layer already exists [2024-02-15T05:52:48.868Z] 11b4a8f1cb0d: Pushed [2024-02-15T05:52:48.868Z] a118783f8b32: Layer already exists [2024-02-15T05:52:48.868Z] 6c08b32cf898: Layer already exists [2024-02-15T05:52:48.868Z] aedc3bda2944: Layer already exists [2024-02-15T05:52:50.770Z] 6607a5990880: Pushed [2024-02-15T05:52:50.770Z] d5c390cc6addf29fb131b0472a1808282eec31af: digest: sha256:d309f380858a2119b1834d346b9238513fdf13d2131b3dc9459e095d16336a60 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:52:51.435Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:52:52.019Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2024-02-15T05:52:52.019Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-02-15T05:52:52.019Z] 11b4a8f1cb0d: Preparing [2024-02-15T05:52:52.019Z] 6607a5990880: Preparing [2024-02-15T05:52:52.019Z] 14c73e19e52d: Preparing [2024-02-15T05:52:52.019Z] 6c08b32cf898: Preparing [2024-02-15T05:52:52.019Z] d6b691809c2d: Preparing [2024-02-15T05:52:52.019Z] a118783f8b32: Preparing [2024-02-15T05:52:52.019Z] aedc3bda2944: Preparing [2024-02-15T05:52:52.019Z] aedc3bda2944: Waiting [2024-02-15T05:52:52.019Z] a118783f8b32: Waiting [2024-02-15T05:52:52.019Z] 11b4a8f1cb0d: Layer already exists [2024-02-15T05:52:52.019Z] d6b691809c2d: Layer already exists [2024-02-15T05:52:52.019Z] 14c73e19e52d: Layer already exists [2024-02-15T05:52:52.019Z] 6607a5990880: Layer already exists [2024-02-15T05:52:52.019Z] 6c08b32cf898: Layer already exists [2024-02-15T05:52:52.019Z] aedc3bda2944: Layer already exists [2024-02-15T05:52:52.019Z] a118783f8b32: Layer already exists [2024-02-15T05:52:52.019Z] latest: digest: sha256:d309f380858a2119b1834d346b9238513fdf13d2131b3dc9459e095d16336a60 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:52:52.623Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:52:53.243Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.14 [2024-02-15T05:52:53.243Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-02-15T05:52:53.243Z] 11b4a8f1cb0d: Preparing [2024-02-15T05:52:53.243Z] 6607a5990880: Preparing [2024-02-15T05:52:53.243Z] 14c73e19e52d: Preparing [2024-02-15T05:52:53.243Z] 6c08b32cf898: Preparing [2024-02-15T05:52:53.243Z] d6b691809c2d: Preparing [2024-02-15T05:52:53.243Z] a118783f8b32: Preparing [2024-02-15T05:52:53.243Z] aedc3bda2944: Preparing [2024-02-15T05:52:53.243Z] a118783f8b32: Waiting [2024-02-15T05:52:53.243Z] aedc3bda2944: Waiting [2024-02-15T05:52:53.243Z] 11b4a8f1cb0d: Layer already exists [2024-02-15T05:52:53.243Z] 6607a5990880: Layer already exists [2024-02-15T05:52:53.243Z] 14c73e19e52d: Layer already exists [2024-02-15T05:52:53.243Z] d6b691809c2d: Layer already exists [2024-02-15T05:52:53.243Z] 6c08b32cf898: Layer already exists [2024-02-15T05:52:53.243Z] a118783f8b32: Layer already exists [2024-02-15T05:52:53.243Z] aedc3bda2944: Layer already exists [2024-02-15T05:52:53.243Z] 3.2.0-dev.14: digest: sha256:d309f380858a2119b1834d346b9238513fdf13d2131b3dc9459e095d16336a60 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:52:53.889Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:52:54.506Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T05:52:54.506Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-02-15T05:52:54.506Z] 11b4a8f1cb0d: Preparing [2024-02-15T05:52:54.506Z] 6607a5990880: Preparing [2024-02-15T05:52:54.506Z] 14c73e19e52d: Preparing [2024-02-15T05:52:54.506Z] 6c08b32cf898: Preparing [2024-02-15T05:52:54.506Z] d6b691809c2d: Preparing [2024-02-15T05:52:54.506Z] a118783f8b32: Preparing [2024-02-15T05:52:54.506Z] aedc3bda2944: Preparing [2024-02-15T05:52:54.506Z] a118783f8b32: Waiting [2024-02-15T05:52:54.506Z] aedc3bda2944: Waiting [2024-02-15T05:52:54.506Z] 6c08b32cf898: Layer already exists [2024-02-15T05:52:54.506Z] 14c73e19e52d: Layer already exists [2024-02-15T05:52:54.506Z] 6607a5990880: Layer already exists [2024-02-15T05:52:54.506Z] 11b4a8f1cb0d: Layer already exists [2024-02-15T05:52:54.506Z] d6b691809c2d: Layer already exists [2024-02-15T05:52:54.506Z] a118783f8b32: Layer already exists [2024-02-15T05:52:54.506Z] aedc3bda2944: Layer already exists [2024-02-15T05:52:54.506Z] d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14: digest: sha256:d309f380858a2119b1834d346b9238513fdf13d2131b3dc9459e095d16336a60 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:52:55.111Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T05:52:55.708Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2024-02-15T05:52:55.708Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-02-15T05:52:55.708Z] 11b4a8f1cb0d: Preparing [2024-02-15T05:52:55.708Z] 6607a5990880: Preparing [2024-02-15T05:52:55.708Z] 14c73e19e52d: Preparing [2024-02-15T05:52:55.708Z] 6c08b32cf898: Preparing [2024-02-15T05:52:55.708Z] d6b691809c2d: Preparing [2024-02-15T05:52:55.708Z] a118783f8b32: Preparing [2024-02-15T05:52:55.708Z] aedc3bda2944: Preparing [2024-02-15T05:52:55.708Z] a118783f8b32: Waiting [2024-02-15T05:52:55.708Z] aedc3bda2944: Waiting [2024-02-15T05:52:55.708Z] 6c08b32cf898: Layer already exists [2024-02-15T05:52:55.708Z] d6b691809c2d: Layer already exists [2024-02-15T05:52:55.708Z] 14c73e19e52d: Layer already exists [2024-02-15T05:52:55.708Z] 11b4a8f1cb0d: Layer already exists [2024-02-15T05:52:55.708Z] 6607a5990880: Layer already exists [2024-02-15T05:52:55.708Z] aedc3bda2944: Layer already exists [2024-02-15T05:52:55.708Z] a118783f8b32: Layer already exists [2024-02-15T05:52:55.708Z] main: digest: sha256:d309f380858a2119b1834d346b9238513fdf13d2131b3dc9459e095d16336a60 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-02-15T05:52:56.360Z] ===================================================== [Pipeline] echo [2024-02-15T05:52:56.470Z] taggedImages: [2024-02-15T05:52:56.470Z] - nexus3.edgexfoundry.org:10004/support-scheduler:d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T05:52:56.470Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2024-02-15T05:52:56.470Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.14 [2024-02-15T05:52:56.470Z] - nexus3.edgexfoundry.org:10004/support-scheduler:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T05:52:56.470Z] - 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] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2024-02-15T06:03:52.023Z] #129 ... [2024-02-15T06:03:52.023Z] [2024-02-15T06:03:52.023Z] #138 [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-02-15T06:03:52.023Z] #138 717.7 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.14" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-02-15T06:03:52.023Z] #138 ... [2024-02-15T06:03:52.023Z] [2024-02-15T06:03:52.023Z] #132 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-02-15T06:03:52.023Z] #132 DONE 723.5s [2024-02-15T06:03:52.023Z] [2024-02-15T06:03:52.023Z] #136 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-02-15T06:03:52.023Z] #136 DONE 723.5s [2024-02-15T06:03:52.023Z] [2024-02-15T06:03:52.023Z] #141 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-02-15T06:03:52.023Z] #141 DONE 0.6s [2024-02-15T06:03:52.023Z] [2024-02-15T06:03:52.023Z] #142 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2024-02-15T06:03:52.023Z] #142 ... [2024-02-15T06:03:52.023Z] [2024-02-15T06:03:52.023Z] #143 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-02-15T06:03:52.023Z] #143 DONE 0.2s [2024-02-15T06:03:52.023Z] [2024-02-15T06:03:52.023Z] #13 [security-bootstrapper internal] load .dockerignore [2024-02-15T06:03:52.023Z] #13 ... [2024-02-15T06:03:52.023Z] [2024-02-15T06:03:52.023Z] #144 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-02-15T06:03:52.023Z] #144 DONE 0.3s [2024-02-15T06:03:52.023Z] [2024-02-15T06:03:52.023Z] #145 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2024-02-15T06:03:52.023Z] #145 DONE 0.3s [2024-02-15T06:03:52.023Z] [2024-02-15T06:03:52.023Z] #13 [security-bootstrapper internal] load .dockerignore [2024-02-15T06:03:52.023Z] #13 ... [2024-02-15T06:03:52.023Z] [2024-02-15T06:03:52.023Z] #146 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-02-15T06:03:52.023Z] #146 DONE 0.2s [2024-02-15T06:03:52.023Z] [2024-02-15T06:03:52.023Z] #147 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-02-15T06:03:52.023Z] #147 DONE 0.3s [2024-02-15T06:03:52.023Z] [2024-02-15T06:03:52.023Z] #148 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-02-15T06:03:52.023Z] #148 DONE 0.3s [2024-02-15T06:03:52.023Z] [2024-02-15T06:03:52.023Z] #149 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-02-15T06:03:52.298Z] #149 ... [2024-02-15T06:03:52.298Z] [2024-02-15T06:03:52.298Z] #142 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2024-02-15T06:03:52.298Z] #142 DONE 3.2s [2024-02-15T06:03:52.298Z] [2024-02-15T06:03:52.298Z] #150 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2024-02-15T06:03:52.298Z] #150 DONE 0.2s [2024-02-15T06:03:52.298Z] [2024-02-15T06:03:52.298Z] #133 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-02-15T06:03:52.573Z] #133 ... [2024-02-15T06:03:52.573Z] [2024-02-15T06:03:52.573Z] #151 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2024-02-15T06:03:52.900Z] #151 DONE 0.4s [2024-02-15T06:03:52.900Z] [2024-02-15T06:03:52.900Z] #135 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-02-15T06:03:52.900Z] #135 ... [2024-02-15T06:03:52.900Z] [2024-02-15T06:03:52.900Z] #152 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-02-15T06:03:53.170Z] #152 DONE 0.4s [2024-02-15T06:03:53.170Z] [2024-02-15T06:03:53.170Z] #153 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-02-15T06:03:53.450Z] #153 DONE 0.2s [2024-02-15T06:03:53.450Z] [2024-02-15T06:03:53.450Z] #154 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2024-02-15T06:03:53.450Z] #154 DONE 0.2s [2024-02-15T06:03:53.450Z] [2024-02-15T06:03:53.450Z] #149 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-02-15T06:03:53.768Z] #149 ... [2024-02-15T06:03:53.768Z] [2024-02-15T06:03:53.768Z] #155 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2024-02-15T06:03:53.768Z] #155 DONE 0.2s [2024-02-15T06:03:54.037Z] [2024-02-15T06:03:54.038Z] #156 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-02-15T06:03:54.038Z] #156 DONE 0.2s [2024-02-15T06:03:54.038Z] [2024-02-15T06:03:54.038Z] #157 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-02-15T06:03:54.038Z] #157 DONE 0.2s [2024-02-15T06:03:54.038Z] [2024-02-15T06:03:54.038Z] #140 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-02-15T06:03:54.316Z] #140 ... [2024-02-15T06:03:54.316Z] [2024-02-15T06:03:54.316Z] #158 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2024-02-15T06:03:54.584Z] #158 ... [2024-02-15T06:03:54.584Z] [2024-02-15T06:03:54.584Z] #149 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-02-15T06:03:54.584Z] #149 DONE 3.4s [2024-02-15T06:03:54.852Z] [2024-02-15T06:03:54.852Z] #100 [security-proxy-setup] exporting to image [2024-02-15T06:03:54.852Z] #100 exporting layers [2024-02-15T06:03:55.817Z] #100 exporting layers 1.3s done [2024-02-15T06:03:55.817Z] #100 writing image sha256:59ff02eac1a0bce6a3b2e170df3c5c96eb40e2bd9f6f7941b81d1da0a0a3547b [2024-02-15T06:03:55.817Z] #100 writing image sha256:59ff02eac1a0bce6a3b2e170df3c5c96eb40e2bd9f6f7941b81d1da0a0a3547b 0.0s done [2024-02-15T06:03:55.817Z] #100 naming to docker.io/library/security-proxy-setup-arm64 done [2024-02-15T06:03:55.817Z] #100 DONE 5.3s [2024-02-15T06:03:55.817Z] [2024-02-15T06:03:55.817Z] #140 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-02-15T06:04:00.070Z] #140 ... [2024-02-15T06:04:00.070Z] [2024-02-15T06:04:00.070Z] #158 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2024-02-15T06:04:00.070Z] #158 DONE 5.6s [2024-02-15T06:04:00.070Z] [2024-02-15T06:04:00.070Z] #138 [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-02-15T06:04:00.070Z] #138 DONE 735.1s [2024-02-15T06:04:00.070Z] [2024-02-15T06:04:00.070Z] #100 [security-bootstrapper] exporting to image [2024-02-15T06:04:01.037Z] #100 ... [2024-02-15T06:04:01.037Z] [2024-02-15T06:04:01.037Z] #159 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-02-15T06:04:01.037Z] #159 DONE 0.3s [2024-02-15T06:04:01.355Z] [2024-02-15T06:04:01.355Z] #160 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-02-15T06:04:01.355Z] #160 DONE 0.3s [2024-02-15T06:04:01.355Z] [2024-02-15T06:04:01.355Z] #139 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-02-15T06:04:01.623Z] #139 ... [2024-02-15T06:04:01.623Z] [2024-02-15T06:04:01.623Z] #161 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2024-02-15T06:04:01.623Z] #161 DONE 0.2s [2024-02-15T06:04:01.623Z] [2024-02-15T06:04:01.623Z] #100 [security-bootstrapper] exporting to image [2024-02-15T06:04:01.623Z] #100 exporting layers 1.9s done [2024-02-15T06:04:01.891Z] #100 writing image sha256:a0dc00789b7c0ed1424abda86448c443122382c584218e8afccbf1eb4686f6e6 0.0s done [2024-02-15T06:04:01.891Z] #100 naming to docker.io/library/security-bootstrapper-arm64 done [2024-02-15T06:04:01.891Z] #100 DONE 7.2s [2024-02-15T06:04:01.891Z] [2024-02-15T06:04:01.891Z] #162 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2024-02-15T06:04:01.891Z] #162 DONE 0.2s [2024-02-15T06:04:01.891Z] [2024-02-15T06:04:01.891Z] #163 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-02-15T06:04:01.891Z] #163 DONE 0.2s [2024-02-15T06:04:01.891Z] [2024-02-15T06:04:01.891Z] #164 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-02-15T06:04:02.179Z] #164 DONE 0.3s [2024-02-15T06:04:02.179Z] [2024-02-15T06:04:02.179Z] #165 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-02-15T06:04:02.463Z] #165 DONE 0.2s [2024-02-15T06:04:02.463Z] [2024-02-15T06:04:02.463Z] #166 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-02-15T06:04:02.463Z] #166 DONE 0.1s [2024-02-15T06:04:02.463Z] [2024-02-15T06:04:02.463Z] #129 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-02-15T06:04:02.730Z] #129 ... [2024-02-15T06:04:02.731Z] [2024-02-15T06:04:02.731Z] #167 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-02-15T06:04:04.693Z] #167 DONE 1.8s [2024-02-15T06:04:04.693Z] [2024-02-15T06:04:04.693Z] #100 [security-secretstore-setup] exporting to image [2024-02-15T06:04:05.683Z] #100 exporting layers 1.4s done [2024-02-15T06:04:05.683Z] #100 writing image sha256:cb79b4a6cd8c0dd9b8b645777f2dda7842f669c3d3ece0bf4b274c814046ccc6 done [2024-02-15T06:04:05.683Z] #100 naming to docker.io/library/security-secretstore-setup-arm64 [2024-02-15T06:04:05.950Z] #100 naming to docker.io/library/security-secretstore-setup-arm64 done [2024-02-15T06:04:05.950Z] #100 DONE 8.6s [2024-02-15T06:04:05.950Z] [2024-02-15T06:04:05.950Z] #13 [security-bootstrapper internal] load .dockerignore [2024-02-15T06:04:08.534Z] #13 ... [2024-02-15T06:04:08.534Z] [2024-02-15T06:04:08.534Z] #133 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-02-15T06:04:08.534Z] #133 DONE 743.7s [2024-02-15T06:04:08.534Z] [2024-02-15T06:04:08.534Z] #13 [security-bootstrapper internal] load .dockerignore [2024-02-15T06:04:09.150Z] #13 ... [2024-02-15T06:04:09.150Z] [2024-02-15T06:04:09.150Z] #168 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-02-15T06:04:09.150Z] #168 DONE 0.2s [2024-02-15T06:04:09.150Z] [2024-02-15T06:04:09.150Z] #139 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-02-15T06:04:09.150Z] #139 ... [2024-02-15T06:04:09.150Z] [2024-02-15T06:04:09.150Z] #169 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-02-15T06:04:09.420Z] #169 DONE 0.2s [2024-02-15T06:04:09.420Z] [2024-02-15T06:04:09.420Z] #170 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-02-15T06:04:09.717Z] #170 DONE 0.3s [2024-02-15T06:04:09.717Z] [2024-02-15T06:04:09.717Z] #171 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-02-15T06:04:09.717Z] #171 DONE 0.1s [2024-02-15T06:04:09.717Z] [2024-02-15T06:04:09.717Z] #139 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-02-15T06:04:09.995Z] #139 ... [2024-02-15T06:04:09.995Z] [2024-02-15T06:04:09.995Z] #172 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-02-15T06:04:09.995Z] #172 DONE 0.2s [2024-02-15T06:04:09.995Z] [2024-02-15T06:04:09.995Z] #173 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-02-15T06:04:14.262Z] #173 DONE 3.8s [2024-02-15T06:04:14.262Z] [2024-02-15T06:04:14.262Z] #100 [security-proxy-auth] exporting to image [2024-02-15T06:04:14.262Z] #100 exporting layers [2024-02-15T06:04:14.529Z] #100 exporting layers 0.8s done [2024-02-15T06:04:14.529Z] #100 writing image sha256:f5e71b4fd3cb4666b1072336e2c25a5a2d2dc3e3d65bf0ce1b54d81f365526ea [2024-02-15T06:04:14.798Z] #100 writing image sha256:f5e71b4fd3cb4666b1072336e2c25a5a2d2dc3e3d65bf0ce1b54d81f365526ea done [2024-02-15T06:04:14.798Z] #100 naming to docker.io/library/security-proxy-auth-arm64 done [2024-02-15T06:04:14.798Z] #100 DONE 9.4s [2024-02-15T06:04:14.798Z] [2024-02-15T06:04:14.798Z] #129 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-02-15T06:04:23.004Z] #129 ... [2024-02-15T06:04:23.004Z] [2024-02-15T06:04:23.004Z] #139 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-02-15T06:04:23.004Z] #139 DONE 758.4s [2024-02-15T06:04:23.281Z] [2024-02-15T06:04:23.281Z] #13 [security-bootstrapper internal] load .dockerignore [2024-02-15T06:04:23.558Z] #13 ... [2024-02-15T06:04:23.558Z] [2024-02-15T06:04:23.558Z] #174 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-02-15T06:04:23.558Z] #174 DONE 0.1s [2024-02-15T06:04:23.558Z] [2024-02-15T06:04:23.558Z] #13 [security-bootstrapper internal] load .dockerignore [2024-02-15T06:04:23.826Z] #13 ... [2024-02-15T06:04:23.826Z] [2024-02-15T06:04:23.826Z] #175 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-02-15T06:04:23.826Z] #175 DONE 0.1s [2024-02-15T06:04:23.826Z] [2024-02-15T06:04:23.826Z] #176 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-02-15T06:04:24.117Z] #176 DONE 0.2s [2024-02-15T06:04:24.117Z] [2024-02-15T06:04:24.117Z] #177 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2024-02-15T06:04:24.387Z] #177 DONE 0.1s [2024-02-15T06:04:24.387Z] [2024-02-15T06:04:24.387Z] #178 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2024-02-15T06:04:24.387Z] #178 DONE 0.2s [2024-02-15T06:04:24.387Z] [2024-02-15T06:04:24.387Z] #179 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-02-15T06:04:28.678Z] #179 DONE 3.6s [2024-02-15T06:04:28.678Z] [2024-02-15T06:04:28.678Z] #100 [core-common-config-bootstrapper] exporting to image [2024-02-15T06:04:28.678Z] #100 exporting layers [2024-02-15T06:04:28.678Z] #100 exporting layers 0.4s done [2024-02-15T06:04:28.678Z] #100 writing image sha256:6f72664690d3f16b4560be63de714da0453f0516163644c0ae551f334fbda82d 0.1s done [2024-02-15T06:04:28.678Z] #100 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2024-02-15T06:04:28.678Z] #100 DONE 9.9s [2024-02-15T06:04:28.678Z] [2024-02-15T06:04:28.678Z] #135 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-02-15T06:05:00.887Z] #135 ... [2024-02-15T06:05:00.887Z] [2024-02-15T06:05:00.887Z] #134 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-02-15T06:05:00.887Z] #134 DONE 794.1s [2024-02-15T06:05:00.887Z] [2024-02-15T06:05:00.887Z] #135 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-02-15T06:05:00.887Z] #135 ... [2024-02-15T06:05:00.887Z] [2024-02-15T06:05:00.887Z] #180 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-02-15T06:05:00.887Z] #180 DONE 0.2s [2024-02-15T06:05:00.887Z] [2024-02-15T06:05:00.887Z] #135 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-02-15T06:05:00.887Z] #135 ... [2024-02-15T06:05:00.887Z] [2024-02-15T06:05:00.887Z] #181 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-02-15T06:05:00.887Z] #181 DONE 0.2s [2024-02-15T06:05:00.887Z] [2024-02-15T06:05:00.887Z] #182 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-02-15T06:05:00.887Z] #182 DONE 0.3s [2024-02-15T06:05:00.887Z] [2024-02-15T06:05:00.887Z] #137 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-02-15T06:05:00.887Z] #137 ... [2024-02-15T06:05:00.887Z] [2024-02-15T06:05:00.887Z] #183 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-02-15T06:05:00.887Z] #183 DONE 0.1s [2024-02-15T06:05:00.887Z] [2024-02-15T06:05:00.887Z] #100 [core-command] exporting to image [2024-02-15T06:05:00.887Z] #100 exporting layers [2024-02-15T06:05:00.887Z] #100 exporting layers 0.2s done [2024-02-15T06:05:00.887Z] #100 writing image sha256:fcc0168d9575670980634bacab11a991bb53e5e0ef6d95d8f56e0b9e1bd914f8 0.0s done [2024-02-15T06:05:00.887Z] #100 naming to docker.io/library/core-command-arm64 done [2024-02-15T06:05:00.887Z] #100 DONE 10.1s [2024-02-15T06:05:00.887Z] [2024-02-15T06:05:00.887Z] #131 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-02-15T06:05:07.536Z] #131 ... [2024-02-15T06:05:07.536Z] [2024-02-15T06:05:07.536Z] #137 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-02-15T06:05:07.536Z] #137 DONE 802.4s [2024-02-15T06:05:07.536Z] [2024-02-15T06:05:07.536Z] #13 [security-bootstrapper internal] load .dockerignore [2024-02-15T06:05:07.536Z] #13 ... [2024-02-15T06:05:07.536Z] [2024-02-15T06:05:07.536Z] #184 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-02-15T06:05:08.123Z] #184 DONE 0.4s [2024-02-15T06:05:08.123Z] [2024-02-15T06:05:08.123Z] #140 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-02-15T06:05:08.123Z] #140 ... [2024-02-15T06:05:08.123Z] [2024-02-15T06:05:08.123Z] #185 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-02-15T06:05:08.389Z] #185 DONE 0.2s [2024-02-15T06:05:08.389Z] [2024-02-15T06:05:08.389Z] #186 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-02-15T06:05:08.655Z] #186 DONE 0.3s [2024-02-15T06:05:08.655Z] [2024-02-15T06:05:08.655Z] #187 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-02-15T06:05:08.655Z] #187 DONE 0.1s [2024-02-15T06:05:08.655Z] [2024-02-15T06:05:08.655Z] #188 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-02-15T06:05:08.920Z] #188 DONE 0.1s [2024-02-15T06:05:08.920Z] [2024-02-15T06:05:08.920Z] #100 [core-metadata] exporting to image [2024-02-15T06:05:08.920Z] #100 exporting layers [2024-02-15T06:05:09.187Z] #100 ... [2024-02-15T06:05:09.187Z] [2024-02-15T06:05:09.187Z] #140 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-02-15T06:05:09.187Z] #140 DONE 804.5s [2024-02-15T06:05:09.187Z] [2024-02-15T06:05:09.187Z] #100 [core-metadata] exporting to image [2024-02-15T06:05:09.187Z] #100 exporting layers 0.4s done [2024-02-15T06:05:09.187Z] #100 writing image sha256:c6591652bbdac19846065c3e9e03b3bfbe44d233aef8f38dbff71a30a056ad63 [2024-02-15T06:05:09.464Z] #100 writing image sha256:c6591652bbdac19846065c3e9e03b3bfbe44d233aef8f38dbff71a30a056ad63 done [2024-02-15T06:05:09.464Z] #100 naming to docker.io/library/core-metadata-arm64 0.0s done [2024-02-15T06:05:09.464Z] #100 DONE 10.6s [2024-02-15T06:05:09.464Z] [2024-02-15T06:05:09.464Z] #13 [security-bootstrapper internal] load .dockerignore [2024-02-15T06:05:09.738Z] #13 ... [2024-02-15T06:05:09.738Z] [2024-02-15T06:05:09.738Z] #189 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-02-15T06:05:10.009Z] #189 DONE 0.3s [2024-02-15T06:05:10.009Z] [2024-02-15T06:05:10.009Z] #13 [security-bootstrapper internal] load .dockerignore [2024-02-15T06:05:10.009Z] #13 ... [2024-02-15T06:05:10.009Z] [2024-02-15T06:05:10.009Z] #190 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-02-15T06:05:10.009Z] #190 DONE 0.1s [2024-02-15T06:05:10.276Z] [2024-02-15T06:05:10.276Z] #191 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-02-15T06:05:10.276Z] #191 DONE 0.3s [2024-02-15T06:05:10.276Z] [2024-02-15T06:05:10.276Z] #13 [security-bootstrapper internal] load .dockerignore [2024-02-15T06:05:10.276Z] #13 ... [2024-02-15T06:05:10.276Z] [2024-02-15T06:05:10.276Z] #192 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-02-15T06:05:10.276Z] #192 DONE 0.1s [2024-02-15T06:05:10.542Z] [2024-02-15T06:05:10.542Z] #100 [core-data] exporting to image [2024-02-15T06:05:10.807Z] #100 exporting layers 0.3s done [2024-02-15T06:05:10.807Z] #100 writing image sha256:65e34d36666378be7560c3f8eab5cbe5cafab266bf38b9300590d8c22fa5bfda done [2024-02-15T06:05:10.807Z] #100 naming to docker.io/library/core-data-arm64 done [2024-02-15T06:05:10.807Z] #100 DONE 10.9s [2024-02-15T06:05:10.807Z] [2024-02-15T06:05:10.807Z] #13 [security-bootstrapper internal] load .dockerignore [2024-02-15T06:05:32.877Z] #13 ... [2024-02-15T06:05:32.877Z] [2024-02-15T06:05:32.877Z] #135 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-02-15T06:05:32.877Z] #135 DONE 825.5s [2024-02-15T06:05:32.877Z] [2024-02-15T06:05:32.877Z] #13 [security-bootstrapper internal] load .dockerignore [2024-02-15T06:05:32.877Z] #13 ... [2024-02-15T06:05:32.877Z] [2024-02-15T06:05:32.877Z] #193 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-02-15T06:05:32.877Z] #193 DONE 0.1s [2024-02-15T06:05:32.877Z] [2024-02-15T06:05:32.877Z] #13 [security-bootstrapper internal] load .dockerignore [2024-02-15T06:05:32.877Z] #13 ... [2024-02-15T06:05:32.877Z] [2024-02-15T06:05:32.877Z] #194 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-02-15T06:05:32.877Z] #194 DONE 0.1s [2024-02-15T06:05:32.877Z] [2024-02-15T06:05:32.877Z] #195 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-02-15T06:05:32.877Z] #195 DONE 0.2s [2024-02-15T06:05:32.877Z] [2024-02-15T06:05:32.877Z] #13 [security-bootstrapper internal] load .dockerignore [2024-02-15T06:05:32.877Z] #13 ... [2024-02-15T06:05:32.877Z] [2024-02-15T06:05:32.877Z] #196 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2024-02-15T06:05:32.877Z] #196 DONE 0.1s [2024-02-15T06:05:32.877Z] [2024-02-15T06:05:32.877Z] #100 [security-spiffe-token-provider] exporting to image [2024-02-15T06:05:32.877Z] #100 exporting layers [2024-02-15T06:05:32.877Z] #100 exporting layers 0.6s done [2024-02-15T06:05:32.877Z] #100 writing image sha256:082016b1f4066e98e26829fd969154dbc338b8edb639a5e3ee041a744ca75823 done [2024-02-15T06:05:32.877Z] #100 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2024-02-15T06:05:32.877Z] #100 DONE 11.6s [2024-02-15T06:05:32.877Z] [2024-02-15T06:05:32.877Z] #13 [security-bootstrapper internal] load .dockerignore [2024-02-15T06:05:51.155Z] #13 ... [2024-02-15T06:05:51.155Z] [2024-02-15T06:05:51.155Z] #129 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-02-15T06:05:51.155Z] #129 DONE 845.7s [2024-02-15T06:05:51.155Z] [2024-02-15T06:05:51.155Z] #13 [security-bootstrapper internal] load .dockerignore [2024-02-15T06:05:51.155Z] #13 ... [2024-02-15T06:05:51.155Z] [2024-02-15T06:05:51.155Z] #197 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-02-15T06:05:51.155Z] #197 DONE 0.3s [2024-02-15T06:05:51.155Z] [2024-02-15T06:05:51.155Z] #198 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-02-15T06:05:51.155Z] #198 DONE 0.3s [2024-02-15T06:05:51.155Z] [2024-02-15T06:05:51.155Z] #13 [security-bootstrapper internal] load .dockerignore [2024-02-15T06:05:51.155Z] #13 ... [2024-02-15T06:05:51.155Z] [2024-02-15T06:05:51.155Z] #199 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-02-15T06:05:51.423Z] #199 DONE 0.4s [2024-02-15T06:05:51.423Z] [2024-02-15T06:05:51.423Z] #131 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-02-15T06:05:51.423Z] #131 DONE 842.5s [2024-02-15T06:05:51.423Z] [2024-02-15T06:05:51.423Z] #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-02-15T06:05:51.699Z] #48 ... [2024-02-15T06:05:51.699Z] [2024-02-15T06:05:51.699Z] #200 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-02-15T06:05:51.970Z] #200 DONE 0.3s [2024-02-15T06:05:51.970Z] [2024-02-15T06:05:51.970Z] #201 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-02-15T06:05:51.970Z] #201 DONE 0.2s [2024-02-15T06:05:51.970Z] [2024-02-15T06:05:51.970Z] #202 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-02-15T06:05:52.238Z] #202 DONE 0.2s [2024-02-15T06:05:52.238Z] [2024-02-15T06:05:52.238Z] #203 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-02-15T06:05:52.238Z] #203 ... [2024-02-15T06:05:52.238Z] [2024-02-15T06:05:52.238Z] #100 [support-scheduler] exporting to image [2024-02-15T06:05:52.238Z] #100 exporting layers 0.4s done [2024-02-15T06:05:52.238Z] #100 writing image sha256:2806027c6720d7d6b3bad46bbd30e03cf9a667a01010d7299f90ed76b69ccae1 done [2024-02-15T06:05:52.238Z] #100 naming to docker.io/library/support-scheduler-arm64 done [2024-02-15T06:05:52.238Z] #100 DONE 12.0s [2024-02-15T06:05:52.507Z] [2024-02-15T06:05:52.507Z] #203 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-02-15T06:05:52.507Z] #203 DONE 0.4s [2024-02-15T06:05:52.507Z] [2024-02-15T06:05:52.507Z] #13 [security-bootstrapper internal] load .dockerignore [2024-02-15T06:05:52.507Z] #13 ... [2024-02-15T06:05:52.507Z] [2024-02-15T06:05:52.507Z] #204 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-02-15T06:05:52.507Z] #204 DONE 0.1s [2024-02-15T06:05:52.773Z] [2024-02-15T06:05:52.774Z] #100 [support-notifications] exporting to image [2024-02-15T06:05:53.040Z] #100 exporting layers 0.4s done [2024-02-15T06:05:53.040Z] #100 writing image sha256:67af9b72b862e71983519458a23e71d873a0bf1bc3379e6579adb3320fa20d2e [2024-02-15T06:05:53.040Z] #100 writing image sha256:67af9b72b862e71983519458a23e71d873a0bf1bc3379e6579adb3320fa20d2e done [2024-02-15T06:05:53.040Z] #100 naming to docker.io/library/support-notifications-arm64 done [2024-02-15T06:05:53.040Z] #100 DONE 12.4s [2024-02-15T06:05:53.040Z] [2024-02-15T06:05:53.040Z] #13 [security-bootstrapper internal] load .dockerignore [2024-02-15T06:05:53.040Z] time="2024-02-15T05:50:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-02-15T06:05:53.040Z] time="2024-02-15T05:50:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-02-15T06:05:53.040Z] time="2024-02-15T05:50:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-02-15T06:05:53.041Z] time="2024-02-15T05:50:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-02-15T06:05:53.041Z] time="2024-02-15T05:50:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-02-15T06:05:53.041Z] time="2024-02-15T05:50:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-02-15T06:05:53.041Z] time="2024-02-15T05:50:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-02-15T06:05:53.041Z] time="2024-02-15T05:50:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-02-15T06:05:53.041Z] time="2024-02-15T05:50:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-02-15T06:05:53.041Z] time="2024-02-15T05:50:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-02-15T06:05:53.041Z] time="2024-02-15T05:50:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-02-15T06:05:53.041Z] time="2024-02-15T05:50:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-02-15T06:05:53.041Z] time="2024-02-15T05:50:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-02-15T06:05:53.041Z] time="2024-02-15T05:50:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-02-15T06:05:53.066Z] $ docker stop --time=1 5068dc7ac5dad642498f1d8d3c25bd2736477f34f070fd854aa65b42de8c99d4 [2024-02-15T06:05:55.438Z] $ docker rm -f --volumes 5068dc7ac5dad642498f1d8d3c25bd2736477f34f070fd854aa65b42de8c99d4 [Pipeline] // withDockerContainer [Pipeline] sh [2024-02-15T06:05:56.194Z] + docker images [2024-02-15T06:05:56.194Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-02-15T06:05:56.194Z] support-notifications-arm64 latest 67af9b72b862 4 seconds ago 26.5MB [2024-02-15T06:05:56.194Z] support-scheduler-arm64 latest 2806027c6720 5 seconds ago 25.9MB [2024-02-15T06:05:56.194Z] security-spiffe-token-provider-arm64 latest 082016b1f406 25 seconds ago 29MB [2024-02-15T06:05:56.194Z] core-data-arm64 latest 65e34d366663 46 seconds ago 17.1MB [2024-02-15T06:05:56.194Z] core-metadata-arm64 latest c6591652bbda 48 seconds ago 17.4MB [2024-02-15T06:05:56.194Z] core-command-arm64 latest fcc0168d9575 57 seconds ago 17MB [2024-02-15T06:05:56.194Z] core-common-config-bootstrapper-arm64 latest 6f72664690d3 About a minute ago 15.1MB [2024-02-15T06:05:56.194Z] security-proxy-auth-arm64 latest f5e71b4fd3cb About a minute ago 15.9MB [2024-02-15T06:05:56.194Z] security-secretstore-setup-arm64 latest cb79b4a6cd8c About a minute ago 35.7MB [2024-02-15T06:05:56.194Z] security-bootstrapper-arm64 latest a0dc00789b7c About a minute ago 18.5MB [2024-02-15T06:05:56.194Z] security-proxy-setup-arm64 latest 59ff02eac1a0 2 minutes ago 25.8MB [2024-02-15T06:05:56.194Z] security-spire-agent-arm64 latest 1fc792b7037f 14 minutes ago 152MB [2024-02-15T06:05:56.194Z] security-spire-config-arm64 latest 9763e2045f8e 14 minutes ago 95.8MB [2024-02-15T06:05:56.194Z] security-spire-server-arm64 latest a18f1b37aea1 14 minutes ago 96.7MB [2024-02-15T06:05:56.194Z] ci-base-image-arm64 latest d3008482be74 16 minutes ago 879MB [2024-02-15T06:05:56.194Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.21-alpine 86de565de09d 3 months ago 560MB [2024-02-15T06:05:56.194Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 8 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-02-15T06:05:57.246Z] provisioning config files... [2024-02-15T06:05:57.266Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/624@tmp/config7091290328569960290tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-02-15T06:05:57.803Z] ---> ****-login.sh [2024-02-15T06:05:57.803Z] nexus3.edgexfoundry.org:10001 [2024-02-15T06:05:57.803Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-02-15T06:05:58.073Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-02-15T06:05:58.073Z] Configure a credential helper to remove this warning. See [2024-02-15T06:05:58.073Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-02-15T06:05:58.073Z] [2024-02-15T06:05:58.073Z] Login Succeeded [2024-02-15T06:05:58.073Z] nexus3.edgexfoundry.org:10002 [2024-02-15T06:05:58.342Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-02-15T06:05:58.631Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-02-15T06:05:58.631Z] Configure a credential helper to remove this warning. See [2024-02-15T06:05:58.631Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-02-15T06:05:58.631Z] [2024-02-15T06:05:58.631Z] Login Succeeded [2024-02-15T06:05:58.631Z] nexus3.edgexfoundry.org:10003 [2024-02-15T06:05:58.631Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-02-15T06:05:58.899Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-02-15T06:05:58.899Z] Configure a credential helper to remove this warning. See [2024-02-15T06:05:58.899Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-02-15T06:05:58.899Z] [2024-02-15T06:05:58.899Z] Login Succeeded [2024-02-15T06:05:58.899Z] nexus3.edgexfoundry.org:10004 [2024-02-15T06:05:59.198Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-02-15T06:05:59.198Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-02-15T06:05:59.198Z] Configure a credential helper to remove this warning. See [2024-02-15T06:05:59.198Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-02-15T06:05:59.198Z] [2024-02-15T06:05:59.199Z] Login Succeeded [2024-02-15T06:05:59.199Z] ****.io [2024-02-15T06:05:59.464Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-02-15T06:05:59.729Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-02-15T06:05:59.729Z] Configure a credential helper to remove this warning. See [2024-02-15T06:05:59.729Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-02-15T06:05:59.729Z] [2024-02-15T06:05:59.729Z] Login Succeeded [2024-02-15T06:05:59.729Z] ---> ****-login.sh ends [Pipeline] } [2024-02-15T06:05:59.742Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-02-15T06:06:00.197Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-02-15T06:06:00.336Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2024-02-15T06:06:00.336Z] d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T06:06:00.336Z] latest [2024-02-15T06:06:00.336Z] 3.2.0-dev.14 [2024-02-15T06:06:00.336Z] d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T06:06:00.336Z] main [2024-02-15T06:06:00.336Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:06:01.202Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:d5c390cc6addf29fb131b0472a1808282eec31af [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:06:01.844Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T06:06:01.844Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-02-15T06:06:01.844Z] 808531eee986: Preparing [2024-02-15T06:06:01.844Z] ab1515c0502a: Preparing [2024-02-15T06:06:01.844Z] de63d90b025a: Preparing [2024-02-15T06:06:01.844Z] 1edcfe4f0631: Preparing [2024-02-15T06:06:01.844Z] 6cef5fba9099: Preparing [2024-02-15T06:06:01.844Z] bf84e85346b5: Preparing [2024-02-15T06:06:01.844Z] 7c504f21be85: Preparing [2024-02-15T06:06:01.844Z] bf84e85346b5: Waiting [2024-02-15T06:06:01.844Z] 7c504f21be85: Waiting [2024-02-15T06:06:02.110Z] 808531eee986: Pushed [2024-02-15T06:06:02.110Z] 6cef5fba9099: Pushed [2024-02-15T06:06:02.110Z] de63d90b025a: Pushed [2024-02-15T06:06:02.110Z] 1edcfe4f0631: Pushed [2024-02-15T06:06:02.110Z] 7c504f21be85: Layer already exists [2024-02-15T06:06:02.376Z] bf84e85346b5: Pushed [2024-02-15T06:06:04.309Z] ab1515c0502a: Pushed [2024-02-15T06:06:04.309Z] d5c390cc6addf29fb131b0472a1808282eec31af: digest: sha256:ae63afc24005473555d82b24dc57c185ba36d4e59d57cf59554af606d820f57e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:06:04.968Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:06:05.637Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2024-02-15T06:06:05.637Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-02-15T06:06:05.637Z] 808531eee986: Preparing [2024-02-15T06:06:05.637Z] ab1515c0502a: Preparing [2024-02-15T06:06:05.637Z] de63d90b025a: Preparing [2024-02-15T06:06:05.637Z] 1edcfe4f0631: Preparing [2024-02-15T06:06:05.637Z] 6cef5fba9099: Preparing [2024-02-15T06:06:05.637Z] bf84e85346b5: Preparing [2024-02-15T06:06:05.637Z] 7c504f21be85: Preparing [2024-02-15T06:06:05.637Z] 7c504f21be85: Waiting [2024-02-15T06:06:05.637Z] bf84e85346b5: Waiting [2024-02-15T06:06:05.637Z] ab1515c0502a: Layer already exists [2024-02-15T06:06:05.637Z] de63d90b025a: Layer already exists [2024-02-15T06:06:05.637Z] 808531eee986: Layer already exists [2024-02-15T06:06:05.637Z] 6cef5fba9099: Layer already exists [2024-02-15T06:06:05.637Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:06:05.637Z] 7c504f21be85: Layer already exists [2024-02-15T06:06:05.637Z] bf84e85346b5: Layer already exists [2024-02-15T06:06:05.903Z] latest: digest: sha256:ae63afc24005473555d82b24dc57c185ba36d4e59d57cf59554af606d820f57e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:06:06.565Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:06:10.533Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.14 [2024-02-15T06:06:10.533Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-02-15T06:06:10.533Z] 808531eee986: Preparing [2024-02-15T06:06:10.533Z] ab1515c0502a: Preparing [2024-02-15T06:06:10.533Z] de63d90b025a: Preparing [2024-02-15T06:06:10.533Z] 1edcfe4f0631: Preparing [2024-02-15T06:06:10.533Z] 6cef5fba9099: Preparing [2024-02-15T06:06:10.533Z] bf84e85346b5: Preparing [2024-02-15T06:06:10.533Z] 7c504f21be85: Preparing [2024-02-15T06:06:10.533Z] bf84e85346b5: Waiting [2024-02-15T06:06:10.533Z] 7c504f21be85: Waiting [2024-02-15T06:06:10.533Z] 808531eee986: Layer already exists [2024-02-15T06:06:10.533Z] ab1515c0502a: Layer already exists [2024-02-15T06:06:10.533Z] 6cef5fba9099: Layer already exists [2024-02-15T06:06:10.533Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:06:10.533Z] de63d90b025a: Layer already exists [2024-02-15T06:06:10.533Z] bf84e85346b5: Layer already exists [2024-02-15T06:06:10.533Z] 7c504f21be85: Layer already exists [2024-02-15T06:06:10.799Z] 3.2.0-dev.14: digest: sha256:ae63afc24005473555d82b24dc57c185ba36d4e59d57cf59554af606d820f57e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:06:11.484Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:06:12.142Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T06:06:12.142Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-02-15T06:06:12.142Z] 808531eee986: Preparing [2024-02-15T06:06:12.142Z] ab1515c0502a: Preparing [2024-02-15T06:06:12.142Z] de63d90b025a: Preparing [2024-02-15T06:06:12.142Z] 1edcfe4f0631: Preparing [2024-02-15T06:06:12.142Z] 6cef5fba9099: Preparing [2024-02-15T06:06:12.142Z] bf84e85346b5: Preparing [2024-02-15T06:06:12.142Z] 7c504f21be85: Preparing [2024-02-15T06:06:12.142Z] bf84e85346b5: Waiting [2024-02-15T06:06:12.142Z] 7c504f21be85: Waiting [2024-02-15T06:06:12.142Z] 6cef5fba9099: Layer already exists [2024-02-15T06:06:12.142Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:06:12.142Z] ab1515c0502a: Layer already exists [2024-02-15T06:06:12.142Z] de63d90b025a: Layer already exists [2024-02-15T06:06:12.142Z] 808531eee986: Layer already exists [2024-02-15T06:06:12.142Z] bf84e85346b5: Layer already exists [2024-02-15T06:06:12.142Z] 7c504f21be85: Layer already exists [2024-02-15T06:06:12.407Z] d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14: digest: sha256:ae63afc24005473555d82b24dc57c185ba36d4e59d57cf59554af606d820f57e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:06:13.216Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:06:13.878Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2024-02-15T06:06:13.878Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-02-15T06:06:13.878Z] 808531eee986: Preparing [2024-02-15T06:06:13.878Z] ab1515c0502a: Preparing [2024-02-15T06:06:13.878Z] de63d90b025a: Preparing [2024-02-15T06:06:13.878Z] 1edcfe4f0631: Preparing [2024-02-15T06:06:13.878Z] 6cef5fba9099: Preparing [2024-02-15T06:06:13.878Z] bf84e85346b5: Preparing [2024-02-15T06:06:13.878Z] 7c504f21be85: Preparing [2024-02-15T06:06:13.878Z] bf84e85346b5: Waiting [2024-02-15T06:06:13.878Z] 7c504f21be85: Waiting [2024-02-15T06:06:13.878Z] 6cef5fba9099: Layer already exists [2024-02-15T06:06:13.878Z] 808531eee986: Layer already exists [2024-02-15T06:06:13.878Z] ab1515c0502a: Layer already exists [2024-02-15T06:06:13.878Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:06:13.878Z] de63d90b025a: Layer already exists [2024-02-15T06:06:13.878Z] bf84e85346b5: Layer already exists [2024-02-15T06:06:13.878Z] 7c504f21be85: Layer already exists [2024-02-15T06:06:14.145Z] main: digest: sha256:ae63afc24005473555d82b24dc57c185ba36d4e59d57cf59554af606d820f57e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-02-15T06:06:14.842Z] ===================================================== [Pipeline] echo [2024-02-15T06:06:14.980Z] taggedImages: [2024-02-15T06:06:14.980Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T06:06:14.980Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2024-02-15T06:06:14.980Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.14 [2024-02-15T06:06:14.980Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T06:06:14.980Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2024-02-15T06:06:15.125Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2024-02-15T06:06:15.125Z] d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T06:06:15.125Z] latest [2024-02-15T06:06:15.125Z] 3.2.0-dev.14 [2024-02-15T06:06:15.125Z] d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T06:06:15.125Z] main [2024-02-15T06:06:15.125Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:06:16.015Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:d5c390cc6addf29fb131b0472a1808282eec31af [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:06:16.686Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T06:06:16.686Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-02-15T06:06:16.686Z] 020bd879b689: Preparing [2024-02-15T06:06:16.686Z] 7d5e2f1aba3d: Preparing [2024-02-15T06:06:16.686Z] 6a9677413bde: Preparing [2024-02-15T06:06:16.686Z] 80280aec4ca2: Preparing [2024-02-15T06:06:16.686Z] de63d90b025a: Preparing [2024-02-15T06:06:16.686Z] 1edcfe4f0631: Preparing [2024-02-15T06:06:16.686Z] 6cef5fba9099: Preparing [2024-02-15T06:06:16.686Z] bf84e85346b5: Preparing [2024-02-15T06:06:16.686Z] 7c504f21be85: Preparing [2024-02-15T06:06:16.686Z] 1edcfe4f0631: Waiting [2024-02-15T06:06:16.686Z] 6cef5fba9099: Waiting [2024-02-15T06:06:16.686Z] bf84e85346b5: Waiting [2024-02-15T06:06:16.686Z] 7c504f21be85: Waiting [2024-02-15T06:06:16.686Z] de63d90b025a: Layer already exists [2024-02-15T06:06:16.950Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:06:16.950Z] 6a9677413bde: Pushed [2024-02-15T06:06:16.950Z] 6cef5fba9099: Layer already exists [2024-02-15T06:06:16.950Z] 7d5e2f1aba3d: Pushed [2024-02-15T06:06:16.950Z] bf84e85346b5: Layer already exists [2024-02-15T06:06:16.950Z] 7c504f21be85: Layer already exists [2024-02-15T06:06:16.950Z] 020bd879b689: Pushed [2024-02-15T06:06:18.888Z] 80280aec4ca2: Pushed [2024-02-15T06:06:18.888Z] d5c390cc6addf29fb131b0472a1808282eec31af: digest: sha256:cc0547902a3afcc80a3937c297d4ba5166abe61088dcc56b7411da500a1648a3 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:06:19.574Z] + 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-02-15T06:06:20.246Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2024-02-15T06:06:20.246Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-02-15T06:06:20.246Z] 020bd879b689: Preparing [2024-02-15T06:06:20.246Z] 7d5e2f1aba3d: Preparing [2024-02-15T06:06:20.246Z] 6a9677413bde: Preparing [2024-02-15T06:06:20.246Z] 80280aec4ca2: Preparing [2024-02-15T06:06:20.246Z] de63d90b025a: Preparing [2024-02-15T06:06:20.246Z] 1edcfe4f0631: Preparing [2024-02-15T06:06:20.246Z] 6cef5fba9099: Preparing [2024-02-15T06:06:20.246Z] bf84e85346b5: Preparing [2024-02-15T06:06:20.246Z] 7c504f21be85: Preparing [2024-02-15T06:06:20.246Z] 6cef5fba9099: Waiting [2024-02-15T06:06:20.246Z] bf84e85346b5: Waiting [2024-02-15T06:06:20.246Z] 7c504f21be85: Waiting [2024-02-15T06:06:20.246Z] 1edcfe4f0631: Waiting [2024-02-15T06:06:20.246Z] 6a9677413bde: Layer already exists [2024-02-15T06:06:20.246Z] de63d90b025a: Layer already exists [2024-02-15T06:06:20.246Z] 020bd879b689: Layer already exists [2024-02-15T06:06:20.246Z] 80280aec4ca2: Layer already exists [2024-02-15T06:06:20.246Z] 7d5e2f1aba3d: Layer already exists [2024-02-15T06:06:20.246Z] 7c504f21be85: Layer already exists [2024-02-15T06:06:20.246Z] bf84e85346b5: Layer already exists [2024-02-15T06:06:20.246Z] 6cef5fba9099: Layer already exists [2024-02-15T06:06:20.246Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:06:20.512Z] latest: digest: sha256:cc0547902a3afcc80a3937c297d4ba5166abe61088dcc56b7411da500a1648a3 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:06:21.186Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:06:25.211Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.14 [2024-02-15T06:06:25.212Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-02-15T06:06:25.212Z] 020bd879b689: Preparing [2024-02-15T06:06:25.212Z] 7d5e2f1aba3d: Preparing [2024-02-15T06:06:25.212Z] 6a9677413bde: Preparing [2024-02-15T06:06:25.212Z] 80280aec4ca2: Preparing [2024-02-15T06:06:25.212Z] de63d90b025a: Preparing [2024-02-15T06:06:25.212Z] 1edcfe4f0631: Preparing [2024-02-15T06:06:25.212Z] 6cef5fba9099: Preparing [2024-02-15T06:06:25.212Z] bf84e85346b5: Preparing [2024-02-15T06:06:25.212Z] 7c504f21be85: Preparing [2024-02-15T06:06:25.212Z] bf84e85346b5: Waiting [2024-02-15T06:06:25.212Z] 7c504f21be85: Waiting [2024-02-15T06:06:25.212Z] 1edcfe4f0631: Waiting [2024-02-15T06:06:25.212Z] 6cef5fba9099: Waiting [2024-02-15T06:06:25.212Z] 80280aec4ca2: Layer already exists [2024-02-15T06:06:25.212Z] de63d90b025a: Layer already exists [2024-02-15T06:06:25.212Z] 020bd879b689: Layer already exists [2024-02-15T06:06:25.212Z] 6a9677413bde: Layer already exists [2024-02-15T06:06:25.212Z] 7d5e2f1aba3d: Layer already exists [2024-02-15T06:06:25.212Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:06:25.212Z] 7c504f21be85: Layer already exists [2024-02-15T06:06:25.212Z] bf84e85346b5: Layer already exists [2024-02-15T06:06:25.212Z] 6cef5fba9099: Layer already exists [2024-02-15T06:06:25.476Z] 3.2.0-dev.14: digest: sha256:cc0547902a3afcc80a3937c297d4ba5166abe61088dcc56b7411da500a1648a3 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:06:26.153Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:06:26.811Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T06:06:26.811Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-02-15T06:06:26.811Z] 020bd879b689: Preparing [2024-02-15T06:06:26.811Z] 7d5e2f1aba3d: Preparing [2024-02-15T06:06:26.811Z] 6a9677413bde: Preparing [2024-02-15T06:06:26.811Z] 80280aec4ca2: Preparing [2024-02-15T06:06:26.811Z] de63d90b025a: Preparing [2024-02-15T06:06:26.811Z] 1edcfe4f0631: Preparing [2024-02-15T06:06:26.811Z] 6cef5fba9099: Preparing [2024-02-15T06:06:26.811Z] bf84e85346b5: Preparing [2024-02-15T06:06:26.811Z] 7c504f21be85: Preparing [2024-02-15T06:06:26.811Z] 6cef5fba9099: Waiting [2024-02-15T06:06:26.811Z] bf84e85346b5: Waiting [2024-02-15T06:06:26.811Z] 7c504f21be85: Waiting [2024-02-15T06:06:26.811Z] 1edcfe4f0631: Waiting [2024-02-15T06:06:26.811Z] 020bd879b689: Layer already exists [2024-02-15T06:06:26.811Z] 80280aec4ca2: Layer already exists [2024-02-15T06:06:26.811Z] 7d5e2f1aba3d: Layer already exists [2024-02-15T06:06:26.811Z] 6a9677413bde: Layer already exists [2024-02-15T06:06:26.811Z] de63d90b025a: Layer already exists [2024-02-15T06:06:26.811Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:06:26.811Z] 6cef5fba9099: Layer already exists [2024-02-15T06:06:26.811Z] 7c504f21be85: Layer already exists [2024-02-15T06:06:26.811Z] bf84e85346b5: Layer already exists [2024-02-15T06:06:27.078Z] d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14: digest: sha256:cc0547902a3afcc80a3937c297d4ba5166abe61088dcc56b7411da500a1648a3 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:06:27.754Z] + 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-02-15T06:06:28.436Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2024-02-15T06:06:28.436Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-02-15T06:06:28.436Z] 020bd879b689: Preparing [2024-02-15T06:06:28.436Z] 7d5e2f1aba3d: Preparing [2024-02-15T06:06:28.436Z] 6a9677413bde: Preparing [2024-02-15T06:06:28.436Z] 80280aec4ca2: Preparing [2024-02-15T06:06:28.436Z] de63d90b025a: Preparing [2024-02-15T06:06:28.436Z] 1edcfe4f0631: Preparing [2024-02-15T06:06:28.436Z] 6cef5fba9099: Preparing [2024-02-15T06:06:28.436Z] bf84e85346b5: Preparing [2024-02-15T06:06:28.436Z] 7c504f21be85: Preparing [2024-02-15T06:06:28.436Z] 1edcfe4f0631: Waiting [2024-02-15T06:06:28.436Z] 6cef5fba9099: Waiting [2024-02-15T06:06:28.436Z] bf84e85346b5: Waiting [2024-02-15T06:06:28.436Z] 7c504f21be85: Waiting [2024-02-15T06:06:28.436Z] 6a9677413bde: Layer already exists [2024-02-15T06:06:28.436Z] de63d90b025a: Layer already exists [2024-02-15T06:06:28.436Z] 80280aec4ca2: Layer already exists [2024-02-15T06:06:28.436Z] 020bd879b689: Layer already exists [2024-02-15T06:06:28.436Z] 7d5e2f1aba3d: Layer already exists [2024-02-15T06:06:28.436Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:06:28.436Z] 6cef5fba9099: Layer already exists [2024-02-15T06:06:28.436Z] bf84e85346b5: Layer already exists [2024-02-15T06:06:28.436Z] 7c504f21be85: Layer already exists [2024-02-15T06:06:28.702Z] main: digest: sha256:cc0547902a3afcc80a3937c297d4ba5166abe61088dcc56b7411da500a1648a3 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-02-15T06:06:29.492Z] ===================================================== [Pipeline] echo [2024-02-15T06:06:29.616Z] taggedImages: [2024-02-15T06:06:29.616Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T06:06:29.616Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2024-02-15T06:06:29.616Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.14 [2024-02-15T06:06:29.616Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T06:06:29.616Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2024-02-15T06:06:29.754Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2024-02-15T06:06:29.754Z] d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T06:06:29.754Z] latest [2024-02-15T06:06:29.754Z] 3.2.0-dev.14 [2024-02-15T06:06:29.754Z] d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T06:06:29.754Z] main [2024-02-15T06:06:29.754Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:06:30.672Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:d5c390cc6addf29fb131b0472a1808282eec31af [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:06:31.340Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T06:06:31.341Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-02-15T06:06:31.341Z] f03137bc5ea4: Preparing [2024-02-15T06:06:31.341Z] e49cc4a7cb52: Preparing [2024-02-15T06:06:31.341Z] de63d90b025a: Preparing [2024-02-15T06:06:31.341Z] 1edcfe4f0631: Preparing [2024-02-15T06:06:31.341Z] 65ec7382447c: Preparing [2024-02-15T06:06:31.341Z] 0d182960f3d6: Preparing [2024-02-15T06:06:31.341Z] 7c504f21be85: Preparing [2024-02-15T06:06:31.341Z] 0d182960f3d6: Waiting [2024-02-15T06:06:31.341Z] 7c504f21be85: Waiting [2024-02-15T06:06:31.341Z] de63d90b025a: Layer already exists [2024-02-15T06:06:31.341Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:06:31.611Z] 7c504f21be85: Layer already exists [2024-02-15T06:06:31.611Z] 65ec7382447c: Pushed [2024-02-15T06:06:31.611Z] f03137bc5ea4: Pushed [2024-02-15T06:06:31.611Z] 0d182960f3d6: Pushed [2024-02-15T06:06:33.548Z] e49cc4a7cb52: Pushed [2024-02-15T06:06:33.813Z] d5c390cc6addf29fb131b0472a1808282eec31af: digest: sha256:51a951e953d036cad553a340b6ff9e856b8b1a542815df7f87cdf56a237b6c53 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:06:34.525Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:06:35.233Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2024-02-15T06:06:35.234Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-02-15T06:06:35.234Z] f03137bc5ea4: Preparing [2024-02-15T06:06:35.234Z] e49cc4a7cb52: Preparing [2024-02-15T06:06:35.234Z] de63d90b025a: Preparing [2024-02-15T06:06:35.234Z] 1edcfe4f0631: Preparing [2024-02-15T06:06:35.234Z] 65ec7382447c: Preparing [2024-02-15T06:06:35.234Z] 0d182960f3d6: Preparing [2024-02-15T06:06:35.234Z] 7c504f21be85: Preparing [2024-02-15T06:06:35.234Z] 0d182960f3d6: Waiting [2024-02-15T06:06:35.234Z] 7c504f21be85: Waiting [2024-02-15T06:06:35.234Z] e49cc4a7cb52: Layer already exists [2024-02-15T06:06:35.234Z] de63d90b025a: Layer already exists [2024-02-15T06:06:35.234Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:06:35.234Z] 65ec7382447c: Layer already exists [2024-02-15T06:06:35.234Z] f03137bc5ea4: Layer already exists [2024-02-15T06:06:35.234Z] 0d182960f3d6: Layer already exists [2024-02-15T06:06:35.234Z] 7c504f21be85: Layer already exists [2024-02-15T06:06:35.500Z] latest: digest: sha256:51a951e953d036cad553a340b6ff9e856b8b1a542815df7f87cdf56a237b6c53 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:06:36.186Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:06:36.883Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.14 [2024-02-15T06:06:36.883Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-02-15T06:06:36.883Z] f03137bc5ea4: Preparing [2024-02-15T06:06:36.883Z] e49cc4a7cb52: Preparing [2024-02-15T06:06:36.883Z] de63d90b025a: Preparing [2024-02-15T06:06:36.883Z] 1edcfe4f0631: Preparing [2024-02-15T06:06:36.883Z] 65ec7382447c: Preparing [2024-02-15T06:06:36.883Z] 0d182960f3d6: Preparing [2024-02-15T06:06:36.883Z] 7c504f21be85: Preparing [2024-02-15T06:06:36.883Z] 0d182960f3d6: Waiting [2024-02-15T06:06:36.883Z] 7c504f21be85: Waiting [2024-02-15T06:06:36.883Z] f03137bc5ea4: Layer already exists [2024-02-15T06:06:36.883Z] e49cc4a7cb52: Layer already exists [2024-02-15T06:06:36.883Z] 65ec7382447c: Layer already exists [2024-02-15T06:06:36.883Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:06:36.883Z] de63d90b025a: Layer already exists [2024-02-15T06:06:36.883Z] 0d182960f3d6: Layer already exists [2024-02-15T06:06:36.883Z] 7c504f21be85: Layer already exists [2024-02-15T06:06:36.883Z] 3.2.0-dev.14: digest: sha256:51a951e953d036cad553a340b6ff9e856b8b1a542815df7f87cdf56a237b6c53 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:06:37.849Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:06:40.485Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T06:06:40.485Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-02-15T06:06:40.485Z] f03137bc5ea4: Preparing [2024-02-15T06:06:40.485Z] e49cc4a7cb52: Preparing [2024-02-15T06:06:40.485Z] de63d90b025a: Preparing [2024-02-15T06:06:40.485Z] 1edcfe4f0631: Preparing [2024-02-15T06:06:40.485Z] 65ec7382447c: Preparing [2024-02-15T06:06:40.485Z] 0d182960f3d6: Preparing [2024-02-15T06:06:40.485Z] 7c504f21be85: Preparing [2024-02-15T06:06:40.485Z] 0d182960f3d6: Waiting [2024-02-15T06:06:40.485Z] 7c504f21be85: Waiting [2024-02-15T06:06:40.485Z] de63d90b025a: Layer already exists [2024-02-15T06:06:40.485Z] e49cc4a7cb52: Layer already exists [2024-02-15T06:06:40.485Z] 65ec7382447c: Layer already exists [2024-02-15T06:06:40.485Z] f03137bc5ea4: Layer already exists [2024-02-15T06:06:40.485Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:06:40.485Z] 0d182960f3d6: Layer already exists [2024-02-15T06:06:40.485Z] 7c504f21be85: Layer already exists [2024-02-15T06:06:40.485Z] d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14: digest: sha256:51a951e953d036cad553a340b6ff9e856b8b1a542815df7f87cdf56a237b6c53 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:06:41.458Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:06:42.153Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2024-02-15T06:06:42.153Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-02-15T06:06:42.153Z] f03137bc5ea4: Preparing [2024-02-15T06:06:42.153Z] e49cc4a7cb52: Preparing [2024-02-15T06:06:42.153Z] de63d90b025a: Preparing [2024-02-15T06:06:42.153Z] 1edcfe4f0631: Preparing [2024-02-15T06:06:42.153Z] 65ec7382447c: Preparing [2024-02-15T06:06:42.153Z] 0d182960f3d6: Preparing [2024-02-15T06:06:42.153Z] 7c504f21be85: Preparing [2024-02-15T06:06:42.153Z] 0d182960f3d6: Waiting [2024-02-15T06:06:42.153Z] 7c504f21be85: Waiting [2024-02-15T06:06:42.154Z] 65ec7382447c: Layer already exists [2024-02-15T06:06:42.154Z] f03137bc5ea4: Layer already exists [2024-02-15T06:06:42.154Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:06:42.154Z] e49cc4a7cb52: Layer already exists [2024-02-15T06:06:42.154Z] de63d90b025a: Layer already exists [2024-02-15T06:06:42.154Z] 0d182960f3d6: Layer already exists [2024-02-15T06:06:42.154Z] 7c504f21be85: Layer already exists [2024-02-15T06:06:42.420Z] main: digest: sha256:51a951e953d036cad553a340b6ff9e856b8b1a542815df7f87cdf56a237b6c53 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-02-15T06:06:43.255Z] ===================================================== [Pipeline] echo [2024-02-15T06:06:43.384Z] taggedImages: [2024-02-15T06:06:43.384Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T06:06:43.384Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2024-02-15T06:06:43.384Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.14 [2024-02-15T06:06:43.384Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T06:06:43.384Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2024-02-15T06:06:43.523Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2024-02-15T06:06:43.523Z] d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T06:06:43.523Z] latest [2024-02-15T06:06:43.523Z] 3.2.0-dev.14 [2024-02-15T06:06:43.523Z] d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T06:06:43.523Z] main [2024-02-15T06:06:43.523Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:06:44.566Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:d5c390cc6addf29fb131b0472a1808282eec31af [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:06:45.273Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T06:06:45.273Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-02-15T06:06:45.273Z] a3b80b61cddf: Preparing [2024-02-15T06:06:45.273Z] 6812c6d43272: Preparing [2024-02-15T06:06:45.273Z] 5202d0fab953: Preparing [2024-02-15T06:06:45.273Z] de63d90b025a: Preparing [2024-02-15T06:06:45.273Z] 1edcfe4f0631: Preparing [2024-02-15T06:06:45.273Z] 6cef5fba9099: Preparing [2024-02-15T06:06:45.273Z] bf84e85346b5: Preparing [2024-02-15T06:06:45.273Z] 7c504f21be85: Preparing [2024-02-15T06:06:45.273Z] 6cef5fba9099: Waiting [2024-02-15T06:06:45.273Z] bf84e85346b5: Waiting [2024-02-15T06:06:45.273Z] 7c504f21be85: Waiting [2024-02-15T06:06:45.273Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:06:45.273Z] de63d90b025a: Layer already exists [2024-02-15T06:06:45.540Z] 6cef5fba9099: Layer already exists [2024-02-15T06:06:45.540Z] bf84e85346b5: Layer already exists [2024-02-15T06:06:45.540Z] 7c504f21be85: Layer already exists [2024-02-15T06:06:45.540Z] 6812c6d43272: Pushed [2024-02-15T06:06:45.540Z] a3b80b61cddf: Pushed [2024-02-15T06:06:47.475Z] 5202d0fab953: Pushed [2024-02-15T06:06:47.740Z] d5c390cc6addf29fb131b0472a1808282eec31af: digest: sha256:c24a0ac3580fd47af5e4a4cc5c48d3b78e196d071c42c8218afd7d577781776b size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:06:48.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-02-15T06:06:49.137Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2024-02-15T06:06:49.137Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-02-15T06:06:49.137Z] a3b80b61cddf: Preparing [2024-02-15T06:06:49.137Z] 6812c6d43272: Preparing [2024-02-15T06:06:49.137Z] 5202d0fab953: Preparing [2024-02-15T06:06:49.137Z] de63d90b025a: Preparing [2024-02-15T06:06:49.137Z] 1edcfe4f0631: Preparing [2024-02-15T06:06:49.137Z] 6cef5fba9099: Preparing [2024-02-15T06:06:49.137Z] bf84e85346b5: Preparing [2024-02-15T06:06:49.137Z] 7c504f21be85: Preparing [2024-02-15T06:06:49.137Z] 6cef5fba9099: Waiting [2024-02-15T06:06:49.137Z] bf84e85346b5: Waiting [2024-02-15T06:06:49.137Z] 7c504f21be85: Waiting [2024-02-15T06:06:49.137Z] a3b80b61cddf: Layer already exists [2024-02-15T06:06:49.137Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:06:49.137Z] de63d90b025a: Layer already exists [2024-02-15T06:06:49.137Z] 6812c6d43272: Layer already exists [2024-02-15T06:06:49.137Z] 5202d0fab953: Layer already exists [2024-02-15T06:06:49.137Z] 6cef5fba9099: Layer already exists [2024-02-15T06:06:49.137Z] bf84e85346b5: Layer already exists [2024-02-15T06:06:49.137Z] 7c504f21be85: Layer already exists [2024-02-15T06:06:49.404Z] latest: digest: sha256:c24a0ac3580fd47af5e4a4cc5c48d3b78e196d071c42c8218afd7d577781776b size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:06:50.107Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:06:50.809Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.14 [2024-02-15T06:06:50.809Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-02-15T06:06:50.809Z] a3b80b61cddf: Preparing [2024-02-15T06:06:50.809Z] 6812c6d43272: Preparing [2024-02-15T06:06:50.809Z] 5202d0fab953: Preparing [2024-02-15T06:06:50.809Z] de63d90b025a: Preparing [2024-02-15T06:06:50.809Z] 1edcfe4f0631: Preparing [2024-02-15T06:06:50.809Z] 6cef5fba9099: Preparing [2024-02-15T06:06:50.809Z] bf84e85346b5: Preparing [2024-02-15T06:06:50.809Z] 7c504f21be85: Preparing [2024-02-15T06:06:50.809Z] 6cef5fba9099: Waiting [2024-02-15T06:06:50.809Z] bf84e85346b5: Waiting [2024-02-15T06:06:50.809Z] 7c504f21be85: Waiting [2024-02-15T06:06:50.809Z] de63d90b025a: Layer already exists [2024-02-15T06:06:50.809Z] 6812c6d43272: Layer already exists [2024-02-15T06:06:50.809Z] 5202d0fab953: Layer already exists [2024-02-15T06:06:50.809Z] a3b80b61cddf: Layer already exists [2024-02-15T06:06:50.809Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:06:50.809Z] 7c504f21be85: Layer already exists [2024-02-15T06:06:50.809Z] bf84e85346b5: Layer already exists [2024-02-15T06:06:50.809Z] 6cef5fba9099: Layer already exists [2024-02-15T06:06:51.076Z] 3.2.0-dev.14: digest: sha256:c24a0ac3580fd47af5e4a4cc5c48d3b78e196d071c42c8218afd7d577781776b size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:06:51.776Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:06:55.830Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T06:06:55.830Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-02-15T06:06:55.830Z] a3b80b61cddf: Preparing [2024-02-15T06:06:55.830Z] 6812c6d43272: Preparing [2024-02-15T06:06:55.830Z] 5202d0fab953: Preparing [2024-02-15T06:06:55.830Z] de63d90b025a: Preparing [2024-02-15T06:06:55.830Z] 1edcfe4f0631: Preparing [2024-02-15T06:06:55.830Z] 6cef5fba9099: Preparing [2024-02-15T06:06:55.830Z] bf84e85346b5: Preparing [2024-02-15T06:06:55.830Z] 7c504f21be85: Preparing [2024-02-15T06:06:55.830Z] 6cef5fba9099: Waiting [2024-02-15T06:06:55.830Z] 7c504f21be85: Waiting [2024-02-15T06:06:55.830Z] bf84e85346b5: Waiting [2024-02-15T06:06:55.830Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:06:55.830Z] 6812c6d43272: Layer already exists [2024-02-15T06:06:55.830Z] a3b80b61cddf: Layer already exists [2024-02-15T06:06:55.830Z] de63d90b025a: Layer already exists [2024-02-15T06:06:55.830Z] 5202d0fab953: Layer already exists [2024-02-15T06:06:55.830Z] 6cef5fba9099: Layer already exists [2024-02-15T06:06:55.830Z] 7c504f21be85: Layer already exists [2024-02-15T06:06:55.830Z] bf84e85346b5: Layer already exists [2024-02-15T06:06:56.096Z] d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14: digest: sha256:c24a0ac3580fd47af5e4a4cc5c48d3b78e196d071c42c8218afd7d577781776b size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:06:56.807Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:06:57.522Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2024-02-15T06:06:57.522Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-02-15T06:06:57.522Z] a3b80b61cddf: Preparing [2024-02-15T06:06:57.522Z] 6812c6d43272: Preparing [2024-02-15T06:06:57.522Z] 5202d0fab953: Preparing [2024-02-15T06:06:57.522Z] de63d90b025a: Preparing [2024-02-15T06:06:57.522Z] 1edcfe4f0631: Preparing [2024-02-15T06:06:57.522Z] 6cef5fba9099: Preparing [2024-02-15T06:06:57.522Z] bf84e85346b5: Preparing [2024-02-15T06:06:57.522Z] 7c504f21be85: Preparing [2024-02-15T06:06:57.522Z] 6cef5fba9099: Waiting [2024-02-15T06:06:57.522Z] bf84e85346b5: Waiting [2024-02-15T06:06:57.522Z] 7c504f21be85: Waiting [2024-02-15T06:06:57.522Z] de63d90b025a: Layer already exists [2024-02-15T06:06:57.522Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:06:57.522Z] 6812c6d43272: Layer already exists [2024-02-15T06:06:57.522Z] 5202d0fab953: Layer already exists [2024-02-15T06:06:57.522Z] a3b80b61cddf: Layer already exists [2024-02-15T06:06:57.522Z] 6cef5fba9099: Layer already exists [2024-02-15T06:06:57.522Z] bf84e85346b5: Layer already exists [2024-02-15T06:06:57.522Z] 7c504f21be85: Layer already exists [2024-02-15T06:06:57.787Z] main: digest: sha256:c24a0ac3580fd47af5e4a4cc5c48d3b78e196d071c42c8218afd7d577781776b size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-02-15T06:06:58.535Z] ===================================================== [Pipeline] echo [2024-02-15T06:06:58.661Z] taggedImages: [2024-02-15T06:06:58.661Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T06:06:58.661Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2024-02-15T06:06:58.661Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.14 [2024-02-15T06:06:58.661Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T06:06:58.661Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2024-02-15T06:06:58.809Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2024-02-15T06:06:58.809Z] d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T06:06:58.809Z] latest [2024-02-15T06:06:58.809Z] 3.2.0-dev.14 [2024-02-15T06:06:58.809Z] d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T06:06:58.809Z] main [2024-02-15T06:06:58.809Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:06:59.794Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:d5c390cc6addf29fb131b0472a1808282eec31af [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:07:00.482Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T06:07:00.482Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-02-15T06:07:00.482Z] 856e3621f0fd: Preparing [2024-02-15T06:07:00.482Z] 1c89805129aa: Preparing [2024-02-15T06:07:00.482Z] f0dabeada6c0: Preparing [2024-02-15T06:07:00.482Z] fec055466736: Preparing [2024-02-15T06:07:00.482Z] f6d3603d3824: Preparing [2024-02-15T06:07:00.482Z] cca1fea0f396: Preparing [2024-02-15T06:07:00.482Z] b6edd9986c9d: Preparing [2024-02-15T06:07:00.482Z] de63d90b025a: Preparing [2024-02-15T06:07:00.482Z] 1edcfe4f0631: Preparing [2024-02-15T06:07:00.482Z] b0ff5e16837c: Preparing [2024-02-15T06:07:00.482Z] 26df5128425b: Preparing [2024-02-15T06:07:00.482Z] 5f70bf18a086: Preparing [2024-02-15T06:07:00.482Z] cca1fea0f396: Waiting [2024-02-15T06:07:00.482Z] b6edd9986c9d: Waiting [2024-02-15T06:07:00.482Z] de63d90b025a: Waiting [2024-02-15T06:07:00.482Z] 1edcfe4f0631: Waiting [2024-02-15T06:07:00.482Z] b0ff5e16837c: Waiting [2024-02-15T06:07:00.482Z] 26df5128425b: Waiting [2024-02-15T06:07:00.482Z] 6a2c423cf78b: Preparing [2024-02-15T06:07:00.482Z] 5f70bf18a086: Waiting [2024-02-15T06:07:00.482Z] 92a57f283343: Preparing [2024-02-15T06:07:00.482Z] 6a2c423cf78b: Waiting [2024-02-15T06:07:00.482Z] 679d0314064e: Preparing [2024-02-15T06:07:00.482Z] 92a57f283343: Waiting [2024-02-15T06:07:00.482Z] 7c504f21be85: Preparing [2024-02-15T06:07:00.482Z] 679d0314064e: Waiting [2024-02-15T06:07:00.482Z] 7c504f21be85: Waiting [2024-02-15T06:07:00.749Z] 1c89805129aa: Pushed [2024-02-15T06:07:00.749Z] fec055466736: Pushed [2024-02-15T06:07:00.749Z] f6d3603d3824: Pushed [2024-02-15T06:07:00.749Z] f0dabeada6c0: Pushed [2024-02-15T06:07:00.749Z] 856e3621f0fd: Pushed [2024-02-15T06:07:00.749Z] de63d90b025a: Layer already exists [2024-02-15T06:07:00.749Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:07:01.020Z] cca1fea0f396: Pushed [2024-02-15T06:07:01.020Z] b0ff5e16837c: Pushed [2024-02-15T06:07:01.020Z] 26df5128425b: Pushed [2024-02-15T06:07:01.020Z] 5f70bf18a086: Pushed [2024-02-15T06:07:01.020Z] 6a2c423cf78b: Pushed [2024-02-15T06:07:01.020Z] 7c504f21be85: Layer already exists [2024-02-15T06:07:01.020Z] 92a57f283343: Pushed [2024-02-15T06:07:01.020Z] 679d0314064e: Pushed [2024-02-15T06:07:03.597Z] b6edd9986c9d: Pushed [2024-02-15T06:07:03.597Z] d5c390cc6addf29fb131b0472a1808282eec31af: digest: sha256:325f51ee4c2f4be7d23c07806cbc1a89f8b2a5eacc978c3a9c35a07bd6d41075 size: 3645 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:07:04.315Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:07:05.047Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2024-02-15T06:07:05.047Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-02-15T06:07:05.047Z] 856e3621f0fd: Preparing [2024-02-15T06:07:05.047Z] 1c89805129aa: Preparing [2024-02-15T06:07:05.047Z] f0dabeada6c0: Preparing [2024-02-15T06:07:05.047Z] fec055466736: Preparing [2024-02-15T06:07:05.047Z] f6d3603d3824: Preparing [2024-02-15T06:07:05.047Z] cca1fea0f396: Preparing [2024-02-15T06:07:05.047Z] b6edd9986c9d: Preparing [2024-02-15T06:07:05.047Z] de63d90b025a: Preparing [2024-02-15T06:07:05.047Z] 1edcfe4f0631: Preparing [2024-02-15T06:07:05.047Z] b0ff5e16837c: Preparing [2024-02-15T06:07:05.047Z] 26df5128425b: Preparing [2024-02-15T06:07:05.047Z] 5f70bf18a086: Preparing [2024-02-15T06:07:05.047Z] 6a2c423cf78b: Preparing [2024-02-15T06:07:05.047Z] 92a57f283343: Preparing [2024-02-15T06:07:05.047Z] 679d0314064e: Preparing [2024-02-15T06:07:05.047Z] 7c504f21be85: Preparing [2024-02-15T06:07:05.047Z] cca1fea0f396: Waiting [2024-02-15T06:07:05.047Z] b6edd9986c9d: Waiting [2024-02-15T06:07:05.047Z] de63d90b025a: Waiting [2024-02-15T06:07:05.047Z] 1edcfe4f0631: Waiting [2024-02-15T06:07:05.047Z] b0ff5e16837c: Waiting [2024-02-15T06:07:05.047Z] 26df5128425b: Waiting [2024-02-15T06:07:05.047Z] 5f70bf18a086: Waiting [2024-02-15T06:07:05.047Z] 6a2c423cf78b: Waiting [2024-02-15T06:07:05.047Z] 92a57f283343: Waiting [2024-02-15T06:07:05.047Z] 679d0314064e: Waiting [2024-02-15T06:07:05.047Z] 7c504f21be85: Waiting [2024-02-15T06:07:05.047Z] fec055466736: Layer already exists [2024-02-15T06:07:05.047Z] 1c89805129aa: Layer already exists [2024-02-15T06:07:05.047Z] 856e3621f0fd: Layer already exists [2024-02-15T06:07:05.047Z] f6d3603d3824: Layer already exists [2024-02-15T06:07:05.047Z] f0dabeada6c0: Layer already exists [2024-02-15T06:07:05.047Z] cca1fea0f396: Layer already exists [2024-02-15T06:07:05.047Z] b6edd9986c9d: Layer already exists [2024-02-15T06:07:05.047Z] de63d90b025a: Layer already exists [2024-02-15T06:07:05.047Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:07:05.047Z] b0ff5e16837c: Layer already exists [2024-02-15T06:07:05.047Z] 6a2c423cf78b: Layer already exists [2024-02-15T06:07:05.047Z] 92a57f283343: Layer already exists [2024-02-15T06:07:05.047Z] 26df5128425b: Layer already exists [2024-02-15T06:07:05.047Z] 5f70bf18a086: Layer already exists [2024-02-15T06:07:05.047Z] 679d0314064e: Layer already exists [2024-02-15T06:07:05.324Z] 7c504f21be85: Layer already exists [2024-02-15T06:07:05.324Z] latest: digest: sha256:325f51ee4c2f4be7d23c07806cbc1a89f8b2a5eacc978c3a9c35a07bd6d41075 size: 3645 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:07:06.083Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:07:11.123Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.14 [2024-02-15T06:07:11.123Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-02-15T06:07:11.387Z] 856e3621f0fd: Preparing [2024-02-15T06:07:11.387Z] 1c89805129aa: Preparing [2024-02-15T06:07:11.387Z] f0dabeada6c0: Preparing [2024-02-15T06:07:11.387Z] fec055466736: Preparing [2024-02-15T06:07:11.387Z] f6d3603d3824: Preparing [2024-02-15T06:07:11.387Z] cca1fea0f396: Preparing [2024-02-15T06:07:11.387Z] b6edd9986c9d: Preparing [2024-02-15T06:07:11.387Z] de63d90b025a: Preparing [2024-02-15T06:07:11.387Z] 1edcfe4f0631: Preparing [2024-02-15T06:07:11.387Z] b0ff5e16837c: Preparing [2024-02-15T06:07:11.387Z] 26df5128425b: Preparing [2024-02-15T06:07:11.387Z] 5f70bf18a086: Preparing [2024-02-15T06:07:11.387Z] 6a2c423cf78b: Preparing [2024-02-15T06:07:11.387Z] 92a57f283343: Preparing [2024-02-15T06:07:11.387Z] 679d0314064e: Preparing [2024-02-15T06:07:11.387Z] 7c504f21be85: Preparing [2024-02-15T06:07:11.387Z] cca1fea0f396: Waiting [2024-02-15T06:07:11.387Z] 26df5128425b: Waiting [2024-02-15T06:07:11.387Z] b6edd9986c9d: Waiting [2024-02-15T06:07:11.387Z] 5f70bf18a086: Waiting [2024-02-15T06:07:11.387Z] de63d90b025a: Waiting [2024-02-15T06:07:11.387Z] 6a2c423cf78b: Waiting [2024-02-15T06:07:11.387Z] 1edcfe4f0631: Waiting [2024-02-15T06:07:11.387Z] b0ff5e16837c: Waiting [2024-02-15T06:07:11.387Z] 92a57f283343: Waiting [2024-02-15T06:07:11.387Z] 679d0314064e: Waiting [2024-02-15T06:07:11.387Z] 7c504f21be85: Waiting [2024-02-15T06:07:11.387Z] f0dabeada6c0: Layer already exists [2024-02-15T06:07:11.387Z] 1c89805129aa: Layer already exists [2024-02-15T06:07:11.387Z] fec055466736: Layer already exists [2024-02-15T06:07:11.387Z] f6d3603d3824: Layer already exists [2024-02-15T06:07:11.387Z] 856e3621f0fd: Layer already exists [2024-02-15T06:07:11.387Z] de63d90b025a: Layer already exists [2024-02-15T06:07:11.387Z] b6edd9986c9d: Layer already exists [2024-02-15T06:07:11.387Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:07:11.387Z] cca1fea0f396: Layer already exists [2024-02-15T06:07:11.387Z] b0ff5e16837c: Layer already exists [2024-02-15T06:07:11.387Z] 5f70bf18a086: Layer already exists [2024-02-15T06:07:11.387Z] 6a2c423cf78b: Layer already exists [2024-02-15T06:07:11.387Z] 26df5128425b: Layer already exists [2024-02-15T06:07:11.387Z] 92a57f283343: Layer already exists [2024-02-15T06:07:11.387Z] 679d0314064e: Layer already exists [2024-02-15T06:07:11.387Z] 7c504f21be85: Layer already exists [2024-02-15T06:07:11.387Z] 3.2.0-dev.14: digest: sha256:325f51ee4c2f4be7d23c07806cbc1a89f8b2a5eacc978c3a9c35a07bd6d41075 size: 3645 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:07:12.114Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:07:13.224Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T06:07:13.225Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-02-15T06:07:13.225Z] 856e3621f0fd: Preparing [2024-02-15T06:07:13.225Z] 1c89805129aa: Preparing [2024-02-15T06:07:13.225Z] f0dabeada6c0: Preparing [2024-02-15T06:07:13.225Z] fec055466736: Preparing [2024-02-15T06:07:13.225Z] f6d3603d3824: Preparing [2024-02-15T06:07:13.225Z] cca1fea0f396: Preparing [2024-02-15T06:07:13.225Z] b6edd9986c9d: Preparing [2024-02-15T06:07:13.225Z] de63d90b025a: Preparing [2024-02-15T06:07:13.225Z] 1edcfe4f0631: Preparing [2024-02-15T06:07:13.225Z] b0ff5e16837c: Preparing [2024-02-15T06:07:13.225Z] 26df5128425b: Preparing [2024-02-15T06:07:13.225Z] 5f70bf18a086: Preparing [2024-02-15T06:07:13.225Z] 6a2c423cf78b: Preparing [2024-02-15T06:07:13.225Z] 92a57f283343: Preparing [2024-02-15T06:07:13.225Z] 679d0314064e: Preparing [2024-02-15T06:07:13.225Z] 7c504f21be85: Preparing [2024-02-15T06:07:13.225Z] b0ff5e16837c: Waiting [2024-02-15T06:07:13.225Z] 26df5128425b: Waiting [2024-02-15T06:07:13.225Z] 5f70bf18a086: Waiting [2024-02-15T06:07:13.225Z] 6a2c423cf78b: Waiting [2024-02-15T06:07:13.225Z] 92a57f283343: Waiting [2024-02-15T06:07:13.225Z] 679d0314064e: Waiting [2024-02-15T06:07:13.225Z] 7c504f21be85: Waiting [2024-02-15T06:07:13.225Z] b6edd9986c9d: Waiting [2024-02-15T06:07:13.225Z] de63d90b025a: Waiting [2024-02-15T06:07:13.225Z] 1edcfe4f0631: Waiting [2024-02-15T06:07:13.491Z] f6d3603d3824: Layer already exists [2024-02-15T06:07:13.491Z] f0dabeada6c0: Layer already exists [2024-02-15T06:07:13.491Z] 856e3621f0fd: Layer already exists [2024-02-15T06:07:13.491Z] 1c89805129aa: Layer already exists [2024-02-15T06:07:13.491Z] fec055466736: Layer already exists [2024-02-15T06:07:13.491Z] b6edd9986c9d: Layer already exists [2024-02-15T06:07:13.491Z] cca1fea0f396: Layer already exists [2024-02-15T06:07:13.491Z] de63d90b025a: Layer already exists [2024-02-15T06:07:13.491Z] b0ff5e16837c: Layer already exists [2024-02-15T06:07:13.491Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:07:13.491Z] 5f70bf18a086: Layer already exists [2024-02-15T06:07:13.491Z] 26df5128425b: Layer already exists [2024-02-15T06:07:13.491Z] 6a2c423cf78b: Layer already exists [2024-02-15T06:07:13.491Z] 92a57f283343: Layer already exists [2024-02-15T06:07:13.491Z] 679d0314064e: Layer already exists [2024-02-15T06:07:13.491Z] 7c504f21be85: Layer already exists [2024-02-15T06:07:13.491Z] d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14: digest: sha256:325f51ee4c2f4be7d23c07806cbc1a89f8b2a5eacc978c3a9c35a07bd6d41075 size: 3645 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:07:14.249Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:07:14.974Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2024-02-15T06:07:14.974Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-02-15T06:07:14.974Z] 856e3621f0fd: Preparing [2024-02-15T06:07:14.974Z] 1c89805129aa: Preparing [2024-02-15T06:07:14.974Z] f0dabeada6c0: Preparing [2024-02-15T06:07:14.974Z] fec055466736: Preparing [2024-02-15T06:07:14.974Z] f6d3603d3824: Preparing [2024-02-15T06:07:14.974Z] cca1fea0f396: Preparing [2024-02-15T06:07:14.974Z] b6edd9986c9d: Preparing [2024-02-15T06:07:14.974Z] de63d90b025a: Preparing [2024-02-15T06:07:14.974Z] 1edcfe4f0631: Preparing [2024-02-15T06:07:14.974Z] b0ff5e16837c: Preparing [2024-02-15T06:07:14.974Z] 26df5128425b: Preparing [2024-02-15T06:07:14.974Z] 5f70bf18a086: Preparing [2024-02-15T06:07:14.974Z] 6a2c423cf78b: Preparing [2024-02-15T06:07:14.974Z] 92a57f283343: Preparing [2024-02-15T06:07:14.974Z] 679d0314064e: Preparing [2024-02-15T06:07:14.974Z] 7c504f21be85: Preparing [2024-02-15T06:07:14.974Z] b0ff5e16837c: Waiting [2024-02-15T06:07:14.974Z] 26df5128425b: Waiting [2024-02-15T06:07:14.974Z] 5f70bf18a086: Waiting [2024-02-15T06:07:14.974Z] 6a2c423cf78b: Waiting [2024-02-15T06:07:14.974Z] 92a57f283343: Waiting [2024-02-15T06:07:14.974Z] 679d0314064e: Waiting [2024-02-15T06:07:14.974Z] 7c504f21be85: Waiting [2024-02-15T06:07:14.974Z] cca1fea0f396: Waiting [2024-02-15T06:07:14.974Z] b6edd9986c9d: Waiting [2024-02-15T06:07:14.974Z] de63d90b025a: Waiting [2024-02-15T06:07:14.974Z] 1edcfe4f0631: Waiting [2024-02-15T06:07:14.974Z] 856e3621f0fd: Layer already exists [2024-02-15T06:07:14.974Z] f0dabeada6c0: Layer already exists [2024-02-15T06:07:14.974Z] f6d3603d3824: Layer already exists [2024-02-15T06:07:14.974Z] fec055466736: Layer already exists [2024-02-15T06:07:14.974Z] 1c89805129aa: Layer already exists [2024-02-15T06:07:14.974Z] b6edd9986c9d: Layer already exists [2024-02-15T06:07:14.974Z] cca1fea0f396: Layer already exists [2024-02-15T06:07:14.974Z] de63d90b025a: Layer already exists [2024-02-15T06:07:14.974Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:07:14.974Z] b0ff5e16837c: Layer already exists [2024-02-15T06:07:14.974Z] 6a2c423cf78b: Layer already exists [2024-02-15T06:07:14.974Z] 5f70bf18a086: Layer already exists [2024-02-15T06:07:14.974Z] 92a57f283343: Layer already exists [2024-02-15T06:07:14.974Z] 26df5128425b: Layer already exists [2024-02-15T06:07:14.974Z] 679d0314064e: Layer already exists [2024-02-15T06:07:14.974Z] 7c504f21be85: Layer already exists [2024-02-15T06:07:15.238Z] main: digest: sha256:325f51ee4c2f4be7d23c07806cbc1a89f8b2a5eacc978c3a9c35a07bd6d41075 size: 3645 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-02-15T06:07:16.046Z] ===================================================== [Pipeline] echo [2024-02-15T06:07:16.228Z] taggedImages: [2024-02-15T06:07:16.228Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T06:07:16.228Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2024-02-15T06:07:16.228Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.14 [2024-02-15T06:07:16.228Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T06:07:16.228Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2024-02-15T06:07:16.387Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2024-02-15T06:07:16.387Z] d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T06:07:16.387Z] latest [2024-02-15T06:07:16.387Z] 3.2.0-dev.14 [2024-02-15T06:07:16.387Z] d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T06:07:16.387Z] main [2024-02-15T06:07:16.387Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:07:17.377Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:d5c390cc6addf29fb131b0472a1808282eec31af [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:07:18.095Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T06:07:18.095Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-02-15T06:07:18.095Z] f01ebdc7e216: Preparing [2024-02-15T06:07:18.095Z] 857a2c9c9196: Preparing [2024-02-15T06:07:18.095Z] c51fc2112dbd: Preparing [2024-02-15T06:07:18.096Z] 09a7f516bce8: Preparing [2024-02-15T06:07:18.096Z] de63d90b025a: Preparing [2024-02-15T06:07:18.096Z] 1edcfe4f0631: Preparing [2024-02-15T06:07:18.096Z] 6cef5fba9099: Preparing [2024-02-15T06:07:18.096Z] bf84e85346b5: Preparing [2024-02-15T06:07:18.096Z] 7c504f21be85: Preparing [2024-02-15T06:07:18.096Z] 1edcfe4f0631: Waiting [2024-02-15T06:07:18.096Z] 7c504f21be85: Waiting [2024-02-15T06:07:18.096Z] 6cef5fba9099: Waiting [2024-02-15T06:07:18.096Z] bf84e85346b5: Waiting [2024-02-15T06:07:18.096Z] de63d90b025a: Layer already exists [2024-02-15T06:07:18.366Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:07:18.366Z] 857a2c9c9196: Pushed [2024-02-15T06:07:18.366Z] 6cef5fba9099: Layer already exists [2024-02-15T06:07:18.366Z] c51fc2112dbd: Pushed [2024-02-15T06:07:18.366Z] bf84e85346b5: Layer already exists [2024-02-15T06:07:18.366Z] 7c504f21be85: Layer already exists [2024-02-15T06:07:18.366Z] f01ebdc7e216: Pushed [2024-02-15T06:07:20.294Z] 09a7f516bce8: Pushed [2024-02-15T06:07:20.560Z] d5c390cc6addf29fb131b0472a1808282eec31af: digest: sha256:eb46a3094957b00341d493b7868ecb1c7ad9f3a205170efeec924832099e071c size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:07:21.295Z] + 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-02-15T06:07:26.255Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2024-02-15T06:07:26.255Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-02-15T06:07:26.255Z] f01ebdc7e216: Preparing [2024-02-15T06:07:26.255Z] 857a2c9c9196: Preparing [2024-02-15T06:07:26.255Z] c51fc2112dbd: Preparing [2024-02-15T06:07:26.255Z] 09a7f516bce8: Preparing [2024-02-15T06:07:26.255Z] de63d90b025a: Preparing [2024-02-15T06:07:26.255Z] 1edcfe4f0631: Preparing [2024-02-15T06:07:26.255Z] 6cef5fba9099: Preparing [2024-02-15T06:07:26.255Z] bf84e85346b5: Preparing [2024-02-15T06:07:26.255Z] 7c504f21be85: Preparing [2024-02-15T06:07:26.255Z] 6cef5fba9099: Waiting [2024-02-15T06:07:26.255Z] bf84e85346b5: Waiting [2024-02-15T06:07:26.255Z] 7c504f21be85: Waiting [2024-02-15T06:07:26.255Z] 1edcfe4f0631: Waiting [2024-02-15T06:07:26.255Z] 09a7f516bce8: Layer already exists [2024-02-15T06:07:26.255Z] f01ebdc7e216: Layer already exists [2024-02-15T06:07:26.255Z] 857a2c9c9196: Layer already exists [2024-02-15T06:07:26.255Z] de63d90b025a: Layer already exists [2024-02-15T06:07:26.255Z] c51fc2112dbd: Layer already exists [2024-02-15T06:07:26.255Z] 6cef5fba9099: Layer already exists [2024-02-15T06:07:26.255Z] bf84e85346b5: Layer already exists [2024-02-15T06:07:26.255Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:07:26.255Z] 7c504f21be85: Layer already exists [2024-02-15T06:07:26.521Z] latest: digest: sha256:eb46a3094957b00341d493b7868ecb1c7ad9f3a205170efeec924832099e071c size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:07:27.278Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:07:28.027Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.14 [2024-02-15T06:07:28.027Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-02-15T06:07:28.027Z] f01ebdc7e216: Preparing [2024-02-15T06:07:28.027Z] 857a2c9c9196: Preparing [2024-02-15T06:07:28.027Z] c51fc2112dbd: Preparing [2024-02-15T06:07:28.027Z] 09a7f516bce8: Preparing [2024-02-15T06:07:28.027Z] de63d90b025a: Preparing [2024-02-15T06:07:28.027Z] 1edcfe4f0631: Preparing [2024-02-15T06:07:28.027Z] 6cef5fba9099: Preparing [2024-02-15T06:07:28.027Z] bf84e85346b5: Preparing [2024-02-15T06:07:28.027Z] 7c504f21be85: Preparing [2024-02-15T06:07:28.027Z] 1edcfe4f0631: Waiting [2024-02-15T06:07:28.027Z] 6cef5fba9099: Waiting [2024-02-15T06:07:28.027Z] bf84e85346b5: Waiting [2024-02-15T06:07:28.027Z] 7c504f21be85: Waiting [2024-02-15T06:07:28.027Z] de63d90b025a: Layer already exists [2024-02-15T06:07:28.027Z] 857a2c9c9196: Layer already exists [2024-02-15T06:07:28.027Z] c51fc2112dbd: Layer already exists [2024-02-15T06:07:28.027Z] f01ebdc7e216: Layer already exists [2024-02-15T06:07:28.027Z] 09a7f516bce8: Layer already exists [2024-02-15T06:07:28.027Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:07:28.027Z] 6cef5fba9099: Layer already exists [2024-02-15T06:07:28.027Z] bf84e85346b5: Layer already exists [2024-02-15T06:07:28.027Z] 7c504f21be85: Layer already exists [2024-02-15T06:07:28.293Z] 3.2.0-dev.14: digest: sha256:eb46a3094957b00341d493b7868ecb1c7ad9f3a205170efeec924832099e071c size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:07:29.089Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:07:29.830Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T06:07:29.830Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-02-15T06:07:29.830Z] f01ebdc7e216: Preparing [2024-02-15T06:07:29.830Z] 857a2c9c9196: Preparing [2024-02-15T06:07:29.830Z] c51fc2112dbd: Preparing [2024-02-15T06:07:29.830Z] 09a7f516bce8: Preparing [2024-02-15T06:07:29.830Z] de63d90b025a: Preparing [2024-02-15T06:07:29.830Z] 1edcfe4f0631: Preparing [2024-02-15T06:07:29.830Z] 6cef5fba9099: Preparing [2024-02-15T06:07:29.830Z] bf84e85346b5: Preparing [2024-02-15T06:07:29.830Z] 7c504f21be85: Preparing [2024-02-15T06:07:29.830Z] 1edcfe4f0631: Waiting [2024-02-15T06:07:29.830Z] 6cef5fba9099: Waiting [2024-02-15T06:07:29.830Z] bf84e85346b5: Waiting [2024-02-15T06:07:29.830Z] 7c504f21be85: Waiting [2024-02-15T06:07:29.830Z] c51fc2112dbd: Layer already exists [2024-02-15T06:07:29.830Z] f01ebdc7e216: Layer already exists [2024-02-15T06:07:29.830Z] de63d90b025a: Layer already exists [2024-02-15T06:07:29.830Z] 09a7f516bce8: Layer already exists [2024-02-15T06:07:29.830Z] 857a2c9c9196: Layer already exists [2024-02-15T06:07:29.830Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:07:29.830Z] bf84e85346b5: Layer already exists [2024-02-15T06:07:29.830Z] 6cef5fba9099: Layer already exists [2024-02-15T06:07:29.830Z] 7c504f21be85: Layer already exists [2024-02-15T06:07:30.133Z] d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14: digest: sha256:eb46a3094957b00341d493b7868ecb1c7ad9f3a205170efeec924832099e071c size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:07:30.869Z] + 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-02-15T06:07:31.594Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2024-02-15T06:07:31.594Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-02-15T06:07:31.594Z] f01ebdc7e216: Preparing [2024-02-15T06:07:31.594Z] 857a2c9c9196: Preparing [2024-02-15T06:07:31.594Z] c51fc2112dbd: Preparing [2024-02-15T06:07:31.594Z] 09a7f516bce8: Preparing [2024-02-15T06:07:31.594Z] de63d90b025a: Preparing [2024-02-15T06:07:31.594Z] 1edcfe4f0631: Preparing [2024-02-15T06:07:31.594Z] 6cef5fba9099: Preparing [2024-02-15T06:07:31.594Z] bf84e85346b5: Preparing [2024-02-15T06:07:31.594Z] 7c504f21be85: Preparing [2024-02-15T06:07:31.594Z] 6cef5fba9099: Waiting [2024-02-15T06:07:31.594Z] bf84e85346b5: Waiting [2024-02-15T06:07:31.594Z] 1edcfe4f0631: Waiting [2024-02-15T06:07:31.594Z] de63d90b025a: Layer already exists [2024-02-15T06:07:31.594Z] 857a2c9c9196: Layer already exists [2024-02-15T06:07:31.594Z] f01ebdc7e216: Layer already exists [2024-02-15T06:07:31.594Z] c51fc2112dbd: Layer already exists [2024-02-15T06:07:31.594Z] 09a7f516bce8: Layer already exists [2024-02-15T06:07:31.594Z] 6cef5fba9099: Layer already exists [2024-02-15T06:07:31.594Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:07:31.594Z] bf84e85346b5: Layer already exists [2024-02-15T06:07:31.594Z] 7c504f21be85: Layer already exists [2024-02-15T06:07:31.860Z] main: digest: sha256:eb46a3094957b00341d493b7868ecb1c7ad9f3a205170efeec924832099e071c size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-02-15T06:07:32.702Z] ===================================================== [Pipeline] echo [2024-02-15T06:07:32.847Z] taggedImages: [2024-02-15T06:07:32.847Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T06:07:32.847Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2024-02-15T06:07:32.847Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.14 [2024-02-15T06:07:32.847Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T06:07:32.847Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2024-02-15T06:07:33.003Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2024-02-15T06:07:33.003Z] d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T06:07:33.003Z] latest [2024-02-15T06:07:33.003Z] 3.2.0-dev.14 [2024-02-15T06:07:33.003Z] d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T06:07:33.003Z] main [2024-02-15T06:07:33.003Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:07:34.011Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:d5c390cc6addf29fb131b0472a1808282eec31af [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:07:34.789Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T06:07:34.790Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-02-15T06:07:34.790Z] d17b32eb28d7: Preparing [2024-02-15T06:07:34.790Z] ac3ee75b698c: Preparing [2024-02-15T06:07:34.790Z] 5f6a8b7d8fad: Preparing [2024-02-15T06:07:34.790Z] b20f0e1b127e: Preparing [2024-02-15T06:07:34.790Z] 1d6ff4e2dd0f: Preparing [2024-02-15T06:07:34.790Z] de63d90b025a: Preparing [2024-02-15T06:07:34.790Z] 1edcfe4f0631: Preparing [2024-02-15T06:07:34.790Z] 5e0d9e2af26b: Preparing [2024-02-15T06:07:34.790Z] 206e9145cd2a: Preparing [2024-02-15T06:07:34.790Z] de63d90b025a: Waiting [2024-02-15T06:07:34.790Z] 1edcfe4f0631: Waiting [2024-02-15T06:07:34.790Z] 5e0d9e2af26b: Waiting [2024-02-15T06:07:34.790Z] ef1cf01024d9: Preparing [2024-02-15T06:07:34.790Z] 7c504f21be85: Preparing [2024-02-15T06:07:34.790Z] 206e9145cd2a: Waiting [2024-02-15T06:07:34.790Z] ef1cf01024d9: Waiting [2024-02-15T06:07:34.790Z] 7c504f21be85: Waiting [2024-02-15T06:07:35.122Z] b20f0e1b127e: Pushed [2024-02-15T06:07:35.122Z] ac3ee75b698c: Pushed [2024-02-15T06:07:35.122Z] 1d6ff4e2dd0f: Pushed [2024-02-15T06:07:35.390Z] de63d90b025a: Layer already exists [2024-02-15T06:07:35.390Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:07:35.656Z] d17b32eb28d7: Pushed [2024-02-15T06:07:35.656Z] 206e9145cd2a: Pushed [2024-02-15T06:07:35.656Z] 5e0d9e2af26b: Pushed [2024-02-15T06:07:35.656Z] 7c504f21be85: Layer already exists [2024-02-15T06:07:37.058Z] 5f6a8b7d8fad: Pushed [2024-02-15T06:07:38.013Z] ef1cf01024d9: Pushed [2024-02-15T06:07:39.942Z] d5c390cc6addf29fb131b0472a1808282eec31af: digest: sha256:d2a3e5ac665255d37dd1d6f924b87b6fb029fe39a66ccf044308e407592f313b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:07:40.687Z] + 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-02-15T06:07:41.415Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2024-02-15T06:07:41.415Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-02-15T06:07:41.415Z] d17b32eb28d7: Preparing [2024-02-15T06:07:41.415Z] ac3ee75b698c: Preparing [2024-02-15T06:07:41.415Z] 5f6a8b7d8fad: Preparing [2024-02-15T06:07:41.415Z] b20f0e1b127e: Preparing [2024-02-15T06:07:41.415Z] 1d6ff4e2dd0f: Preparing [2024-02-15T06:07:41.415Z] de63d90b025a: Preparing [2024-02-15T06:07:41.415Z] 1edcfe4f0631: Preparing [2024-02-15T06:07:41.415Z] 5e0d9e2af26b: Preparing [2024-02-15T06:07:41.415Z] 206e9145cd2a: Preparing [2024-02-15T06:07:41.415Z] ef1cf01024d9: Preparing [2024-02-15T06:07:41.415Z] 7c504f21be85: Preparing [2024-02-15T06:07:41.415Z] de63d90b025a: Waiting [2024-02-15T06:07:41.415Z] 1edcfe4f0631: Waiting [2024-02-15T06:07:41.415Z] ef1cf01024d9: Waiting [2024-02-15T06:07:41.415Z] 5e0d9e2af26b: Waiting [2024-02-15T06:07:41.415Z] 206e9145cd2a: Waiting [2024-02-15T06:07:41.415Z] 7c504f21be85: Waiting [2024-02-15T06:07:41.415Z] b20f0e1b127e: Layer already exists [2024-02-15T06:07:41.415Z] d17b32eb28d7: Layer already exists [2024-02-15T06:07:41.415Z] ac3ee75b698c: Layer already exists [2024-02-15T06:07:41.415Z] 1d6ff4e2dd0f: Layer already exists [2024-02-15T06:07:41.415Z] 5f6a8b7d8fad: Layer already exists [2024-02-15T06:07:41.415Z] 206e9145cd2a: Layer already exists [2024-02-15T06:07:41.415Z] de63d90b025a: Layer already exists [2024-02-15T06:07:41.415Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:07:41.415Z] 5e0d9e2af26b: Layer already exists [2024-02-15T06:07:41.415Z] ef1cf01024d9: Layer already exists [2024-02-15T06:07:41.415Z] 7c504f21be85: Layer already exists [2024-02-15T06:07:41.680Z] latest: digest: sha256:d2a3e5ac665255d37dd1d6f924b87b6fb029fe39a66ccf044308e407592f313b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:07:42.444Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:07:43.179Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.14 [2024-02-15T06:07:43.179Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-02-15T06:07:43.179Z] d17b32eb28d7: Preparing [2024-02-15T06:07:43.179Z] ac3ee75b698c: Preparing [2024-02-15T06:07:43.179Z] 5f6a8b7d8fad: Preparing [2024-02-15T06:07:43.179Z] b20f0e1b127e: Preparing [2024-02-15T06:07:43.179Z] 1d6ff4e2dd0f: Preparing [2024-02-15T06:07:43.179Z] de63d90b025a: Preparing [2024-02-15T06:07:43.179Z] 1edcfe4f0631: Preparing [2024-02-15T06:07:43.179Z] 5e0d9e2af26b: Preparing [2024-02-15T06:07:43.179Z] 206e9145cd2a: Preparing [2024-02-15T06:07:43.179Z] ef1cf01024d9: Preparing [2024-02-15T06:07:43.179Z] 7c504f21be85: Preparing [2024-02-15T06:07:43.179Z] 1edcfe4f0631: Waiting [2024-02-15T06:07:43.179Z] 5e0d9e2af26b: Waiting [2024-02-15T06:07:43.179Z] 206e9145cd2a: Waiting [2024-02-15T06:07:43.179Z] ef1cf01024d9: Waiting [2024-02-15T06:07:43.179Z] de63d90b025a: Waiting [2024-02-15T06:07:43.179Z] 7c504f21be85: Waiting [2024-02-15T06:07:43.179Z] 5f6a8b7d8fad: Layer already exists [2024-02-15T06:07:43.179Z] ac3ee75b698c: Layer already exists [2024-02-15T06:07:43.179Z] b20f0e1b127e: Layer already exists [2024-02-15T06:07:43.179Z] 1d6ff4e2dd0f: Layer already exists [2024-02-15T06:07:43.179Z] d17b32eb28d7: Layer already exists [2024-02-15T06:07:43.179Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:07:43.179Z] 5e0d9e2af26b: Layer already exists [2024-02-15T06:07:43.179Z] ef1cf01024d9: Layer already exists [2024-02-15T06:07:43.179Z] de63d90b025a: Layer already exists [2024-02-15T06:07:43.179Z] 206e9145cd2a: Layer already exists [2024-02-15T06:07:43.179Z] 7c504f21be85: Layer already exists [2024-02-15T06:07:43.179Z] 3.2.0-dev.14: digest: sha256:d2a3e5ac665255d37dd1d6f924b87b6fb029fe39a66ccf044308e407592f313b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:07:44.160Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:07:44.890Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T06:07:44.890Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-02-15T06:07:44.890Z] d17b32eb28d7: Preparing [2024-02-15T06:07:44.890Z] ac3ee75b698c: Preparing [2024-02-15T06:07:44.890Z] 5f6a8b7d8fad: Preparing [2024-02-15T06:07:44.890Z] b20f0e1b127e: Preparing [2024-02-15T06:07:44.890Z] 1d6ff4e2dd0f: Preparing [2024-02-15T06:07:44.890Z] de63d90b025a: Preparing [2024-02-15T06:07:44.890Z] 1edcfe4f0631: Preparing [2024-02-15T06:07:44.890Z] de63d90b025a: Waiting [2024-02-15T06:07:44.890Z] 5e0d9e2af26b: Preparing [2024-02-15T06:07:44.890Z] 1edcfe4f0631: Waiting [2024-02-15T06:07:44.890Z] 5e0d9e2af26b: Waiting [2024-02-15T06:07:44.890Z] 206e9145cd2a: Preparing [2024-02-15T06:07:44.890Z] 206e9145cd2a: Waiting [2024-02-15T06:07:44.890Z] ef1cf01024d9: Preparing [2024-02-15T06:07:44.890Z] 7c504f21be85: Preparing [2024-02-15T06:07:44.890Z] ef1cf01024d9: Waiting [2024-02-15T06:07:44.890Z] 7c504f21be85: Waiting [2024-02-15T06:07:44.890Z] ac3ee75b698c: Layer already exists [2024-02-15T06:07:44.890Z] b20f0e1b127e: Layer already exists [2024-02-15T06:07:44.890Z] d17b32eb28d7: Layer already exists [2024-02-15T06:07:44.890Z] 5f6a8b7d8fad: Layer already exists [2024-02-15T06:07:44.890Z] 1d6ff4e2dd0f: Layer already exists [2024-02-15T06:07:44.890Z] 5e0d9e2af26b: Layer already exists [2024-02-15T06:07:44.890Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:07:44.890Z] de63d90b025a: Layer already exists [2024-02-15T06:07:44.890Z] ef1cf01024d9: Layer already exists [2024-02-15T06:07:44.890Z] 206e9145cd2a: Layer already exists [2024-02-15T06:07:44.890Z] 7c504f21be85: Layer already exists [2024-02-15T06:07:45.153Z] d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14: digest: sha256:d2a3e5ac665255d37dd1d6f924b87b6fb029fe39a66ccf044308e407592f313b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:07:45.891Z] + 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-02-15T06:07:46.679Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2024-02-15T06:07:46.679Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-02-15T06:07:46.679Z] d17b32eb28d7: Preparing [2024-02-15T06:07:46.679Z] ac3ee75b698c: Preparing [2024-02-15T06:07:46.679Z] 5f6a8b7d8fad: Preparing [2024-02-15T06:07:46.679Z] b20f0e1b127e: Preparing [2024-02-15T06:07:46.679Z] 1d6ff4e2dd0f: Preparing [2024-02-15T06:07:46.679Z] de63d90b025a: Preparing [2024-02-15T06:07:46.679Z] 1edcfe4f0631: Preparing [2024-02-15T06:07:46.679Z] 5e0d9e2af26b: Preparing [2024-02-15T06:07:46.679Z] 206e9145cd2a: Preparing [2024-02-15T06:07:46.679Z] ef1cf01024d9: Preparing [2024-02-15T06:07:46.679Z] 7c504f21be85: Preparing [2024-02-15T06:07:46.679Z] de63d90b025a: Waiting [2024-02-15T06:07:46.679Z] 1edcfe4f0631: Waiting [2024-02-15T06:07:46.679Z] 206e9145cd2a: Waiting [2024-02-15T06:07:46.679Z] ef1cf01024d9: Waiting [2024-02-15T06:07:46.679Z] 7c504f21be85: Waiting [2024-02-15T06:07:46.679Z] 5e0d9e2af26b: Waiting [2024-02-15T06:07:46.679Z] 1d6ff4e2dd0f: Layer already exists [2024-02-15T06:07:46.679Z] ac3ee75b698c: Layer already exists [2024-02-15T06:07:46.679Z] b20f0e1b127e: Layer already exists [2024-02-15T06:07:46.679Z] d17b32eb28d7: Layer already exists [2024-02-15T06:07:46.679Z] 5f6a8b7d8fad: Layer already exists [2024-02-15T06:07:46.679Z] 206e9145cd2a: Layer already exists [2024-02-15T06:07:46.679Z] de63d90b025a: Layer already exists [2024-02-15T06:07:46.679Z] ef1cf01024d9: Layer already exists [2024-02-15T06:07:46.679Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:07:46.679Z] 5e0d9e2af26b: Layer already exists [2024-02-15T06:07:46.679Z] 7c504f21be85: Layer already exists [2024-02-15T06:07:46.941Z] main: digest: sha256:d2a3e5ac665255d37dd1d6f924b87b6fb029fe39a66ccf044308e407592f313b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-02-15T06:07:47.961Z] ===================================================== [Pipeline] echo [2024-02-15T06:07:48.105Z] taggedImages: [2024-02-15T06:07:48.105Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T06:07:48.105Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2024-02-15T06:07:48.105Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.14 [2024-02-15T06:07:48.105Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T06:07:48.105Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2024-02-15T06:07:48.266Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2024-02-15T06:07:48.266Z] d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T06:07:48.266Z] latest [2024-02-15T06:07:48.266Z] 3.2.0-dev.14 [2024-02-15T06:07:48.266Z] d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T06:07:48.266Z] main [2024-02-15T06:07:48.266Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:07:49.302Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:d5c390cc6addf29fb131b0472a1808282eec31af [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:07:50.046Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T06:07:50.046Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-02-15T06:07:50.046Z] bc3c05ec6b8b: Preparing [2024-02-15T06:07:50.046Z] d06c2023ffb8: Preparing [2024-02-15T06:07:50.046Z] ae194158dbd5: Preparing [2024-02-15T06:07:50.046Z] 892f8352c96a: Preparing [2024-02-15T06:07:50.046Z] f7db51fec100: Preparing [2024-02-15T06:07:50.046Z] aa2e16c335c9: Preparing [2024-02-15T06:07:50.046Z] 0ffe752d1b5d: Preparing [2024-02-15T06:07:50.046Z] de63d90b025a: Preparing [2024-02-15T06:07:50.046Z] 1edcfe4f0631: Preparing [2024-02-15T06:07:50.046Z] 748067d1b550: Preparing [2024-02-15T06:07:50.046Z] e1e2ae15f936: Preparing [2024-02-15T06:07:50.046Z] 7c504f21be85: Preparing [2024-02-15T06:07:50.046Z] aa2e16c335c9: Waiting [2024-02-15T06:07:50.046Z] 0ffe752d1b5d: Waiting [2024-02-15T06:07:50.046Z] 748067d1b550: Waiting [2024-02-15T06:07:50.046Z] de63d90b025a: Waiting [2024-02-15T06:07:50.046Z] e1e2ae15f936: Waiting [2024-02-15T06:07:50.046Z] 7c504f21be85: Waiting [2024-02-15T06:07:50.046Z] 1edcfe4f0631: Waiting [2024-02-15T06:07:50.310Z] d06c2023ffb8: Pushed [2024-02-15T06:07:50.310Z] f7db51fec100: Pushed [2024-02-15T06:07:50.310Z] bc3c05ec6b8b: Pushed [2024-02-15T06:07:50.310Z] de63d90b025a: Layer already exists [2024-02-15T06:07:50.310Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:07:50.310Z] aa2e16c335c9: Pushed [2024-02-15T06:07:50.310Z] 0ffe752d1b5d: Pushed [2024-02-15T06:07:50.578Z] 7c504f21be85: Layer already exists [2024-02-15T06:07:50.578Z] 748067d1b550: Pushed [2024-02-15T06:07:51.974Z] 892f8352c96a: Pushed [2024-02-15T06:07:52.926Z] ae194158dbd5: Pushed [2024-02-15T06:07:52.926Z] e1e2ae15f936: Pushed [2024-02-15T06:07:54.326Z] d5c390cc6addf29fb131b0472a1808282eec31af: digest: sha256:ad519af7f2a12ede58e15b15a3bcc40884fbbc72447354016725b696b5d6cd96 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:07:55.083Z] + 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-02-15T06:07:55.844Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2024-02-15T06:07:55.844Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-02-15T06:07:55.844Z] bc3c05ec6b8b: Preparing [2024-02-15T06:07:55.844Z] d06c2023ffb8: Preparing [2024-02-15T06:07:55.844Z] ae194158dbd5: Preparing [2024-02-15T06:07:55.844Z] 892f8352c96a: Preparing [2024-02-15T06:07:55.844Z] f7db51fec100: Preparing [2024-02-15T06:07:55.844Z] aa2e16c335c9: Preparing [2024-02-15T06:07:55.844Z] 0ffe752d1b5d: Preparing [2024-02-15T06:07:55.844Z] de63d90b025a: Preparing [2024-02-15T06:07:55.844Z] 1edcfe4f0631: Preparing [2024-02-15T06:07:55.844Z] 748067d1b550: Preparing [2024-02-15T06:07:55.844Z] e1e2ae15f936: Preparing [2024-02-15T06:07:55.844Z] 7c504f21be85: Preparing [2024-02-15T06:07:55.844Z] 1edcfe4f0631: Waiting [2024-02-15T06:07:55.844Z] 748067d1b550: Waiting [2024-02-15T06:07:55.844Z] 7c504f21be85: Waiting [2024-02-15T06:07:55.844Z] e1e2ae15f936: Waiting [2024-02-15T06:07:55.844Z] aa2e16c335c9: Waiting [2024-02-15T06:07:55.844Z] 0ffe752d1b5d: Waiting [2024-02-15T06:07:55.844Z] de63d90b025a: Waiting [2024-02-15T06:07:55.844Z] bc3c05ec6b8b: Layer already exists [2024-02-15T06:07:55.844Z] 892f8352c96a: Layer already exists [2024-02-15T06:07:55.844Z] d06c2023ffb8: Layer already exists [2024-02-15T06:07:55.844Z] ae194158dbd5: Layer already exists [2024-02-15T06:07:55.844Z] f7db51fec100: Layer already exists [2024-02-15T06:07:55.844Z] aa2e16c335c9: Layer already exists [2024-02-15T06:07:55.844Z] 0ffe752d1b5d: Layer already exists [2024-02-15T06:07:55.844Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:07:55.844Z] de63d90b025a: Layer already exists [2024-02-15T06:07:55.844Z] e1e2ae15f936: Layer already exists [2024-02-15T06:07:55.844Z] 748067d1b550: Layer already exists [2024-02-15T06:07:55.844Z] 7c504f21be85: Layer already exists [2024-02-15T06:07:56.108Z] latest: digest: sha256:ad519af7f2a12ede58e15b15a3bcc40884fbbc72447354016725b696b5d6cd96 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:07:56.869Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:07:57.654Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.14 [2024-02-15T06:07:57.654Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-02-15T06:07:57.654Z] bc3c05ec6b8b: Preparing [2024-02-15T06:07:57.654Z] d06c2023ffb8: Preparing [2024-02-15T06:07:57.654Z] ae194158dbd5: Preparing [2024-02-15T06:07:57.654Z] 892f8352c96a: Preparing [2024-02-15T06:07:57.654Z] f7db51fec100: Preparing [2024-02-15T06:07:57.654Z] aa2e16c335c9: Preparing [2024-02-15T06:07:57.654Z] 0ffe752d1b5d: Preparing [2024-02-15T06:07:57.654Z] aa2e16c335c9: Waiting [2024-02-15T06:07:57.654Z] de63d90b025a: Preparing [2024-02-15T06:07:57.654Z] 0ffe752d1b5d: Waiting [2024-02-15T06:07:57.654Z] de63d90b025a: Waiting [2024-02-15T06:07:57.654Z] 1edcfe4f0631: Preparing [2024-02-15T06:07:57.654Z] 748067d1b550: Preparing [2024-02-15T06:07:57.654Z] 1edcfe4f0631: Waiting [2024-02-15T06:07:57.654Z] 748067d1b550: Waiting [2024-02-15T06:07:57.654Z] e1e2ae15f936: Preparing [2024-02-15T06:07:57.654Z] 7c504f21be85: Preparing [2024-02-15T06:07:57.654Z] 7c504f21be85: Waiting [2024-02-15T06:07:57.654Z] e1e2ae15f936: Waiting [2024-02-15T06:07:57.654Z] d06c2023ffb8: Layer already exists [2024-02-15T06:07:57.654Z] ae194158dbd5: Layer already exists [2024-02-15T06:07:57.654Z] 892f8352c96a: Layer already exists [2024-02-15T06:07:57.654Z] f7db51fec100: Layer already exists [2024-02-15T06:07:57.654Z] bc3c05ec6b8b: Layer already exists [2024-02-15T06:07:57.654Z] aa2e16c335c9: Layer already exists [2024-02-15T06:07:57.654Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:07:57.654Z] de63d90b025a: Layer already exists [2024-02-15T06:07:57.654Z] 0ffe752d1b5d: Layer already exists [2024-02-15T06:07:57.654Z] 748067d1b550: Layer already exists [2024-02-15T06:07:57.921Z] e1e2ae15f936: Layer already exists [2024-02-15T06:07:57.921Z] 7c504f21be85: Layer already exists [2024-02-15T06:07:57.921Z] 3.2.0-dev.14: digest: sha256:ad519af7f2a12ede58e15b15a3bcc40884fbbc72447354016725b696b5d6cd96 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:07:58.656Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:07:59.415Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T06:07:59.415Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-02-15T06:07:59.415Z] bc3c05ec6b8b: Preparing [2024-02-15T06:07:59.415Z] d06c2023ffb8: Preparing [2024-02-15T06:07:59.415Z] ae194158dbd5: Preparing [2024-02-15T06:07:59.415Z] 892f8352c96a: Preparing [2024-02-15T06:07:59.415Z] f7db51fec100: Preparing [2024-02-15T06:07:59.415Z] aa2e16c335c9: Preparing [2024-02-15T06:07:59.415Z] 0ffe752d1b5d: Preparing [2024-02-15T06:07:59.415Z] de63d90b025a: Preparing [2024-02-15T06:07:59.415Z] aa2e16c335c9: Waiting [2024-02-15T06:07:59.415Z] 0ffe752d1b5d: Waiting [2024-02-15T06:07:59.415Z] 1edcfe4f0631: Preparing [2024-02-15T06:07:59.415Z] de63d90b025a: Waiting [2024-02-15T06:07:59.415Z] 1edcfe4f0631: Waiting [2024-02-15T06:07:59.415Z] 748067d1b550: Preparing [2024-02-15T06:07:59.415Z] e1e2ae15f936: Preparing [2024-02-15T06:07:59.415Z] 7c504f21be85: Preparing [2024-02-15T06:07:59.415Z] e1e2ae15f936: Waiting [2024-02-15T06:07:59.415Z] ae194158dbd5: Layer already exists [2024-02-15T06:07:59.415Z] f7db51fec100: Layer already exists [2024-02-15T06:07:59.415Z] bc3c05ec6b8b: Layer already exists [2024-02-15T06:07:59.415Z] 892f8352c96a: Layer already exists [2024-02-15T06:07:59.415Z] d06c2023ffb8: Layer already exists [2024-02-15T06:07:59.415Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:07:59.415Z] de63d90b025a: Layer already exists [2024-02-15T06:07:59.415Z] aa2e16c335c9: Layer already exists [2024-02-15T06:07:59.415Z] 748067d1b550: Layer already exists [2024-02-15T06:07:59.415Z] 0ffe752d1b5d: Layer already exists [2024-02-15T06:07:59.415Z] e1e2ae15f936: Layer already exists [2024-02-15T06:07:59.415Z] 7c504f21be85: Layer already exists [2024-02-15T06:07:59.683Z] d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14: digest: sha256:ad519af7f2a12ede58e15b15a3bcc40884fbbc72447354016725b696b5d6cd96 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:08:00.457Z] + 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-02-15T06:08:01.221Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2024-02-15T06:08:01.221Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-02-15T06:08:01.221Z] bc3c05ec6b8b: Preparing [2024-02-15T06:08:01.221Z] d06c2023ffb8: Preparing [2024-02-15T06:08:01.221Z] ae194158dbd5: Preparing [2024-02-15T06:08:01.221Z] 892f8352c96a: Preparing [2024-02-15T06:08:01.221Z] f7db51fec100: Preparing [2024-02-15T06:08:01.221Z] aa2e16c335c9: Preparing [2024-02-15T06:08:01.221Z] 0ffe752d1b5d: Preparing [2024-02-15T06:08:01.221Z] de63d90b025a: Preparing [2024-02-15T06:08:01.221Z] 1edcfe4f0631: Preparing [2024-02-15T06:08:01.221Z] 748067d1b550: Preparing [2024-02-15T06:08:01.221Z] e1e2ae15f936: Preparing [2024-02-15T06:08:01.221Z] 7c504f21be85: Preparing [2024-02-15T06:08:01.221Z] aa2e16c335c9: Waiting [2024-02-15T06:08:01.221Z] de63d90b025a: Waiting [2024-02-15T06:08:01.221Z] 0ffe752d1b5d: Waiting [2024-02-15T06:08:01.221Z] 1edcfe4f0631: Waiting [2024-02-15T06:08:01.221Z] e1e2ae15f936: Waiting [2024-02-15T06:08:01.221Z] 7c504f21be85: Waiting [2024-02-15T06:08:01.221Z] f7db51fec100: Layer already exists [2024-02-15T06:08:01.221Z] 892f8352c96a: Layer already exists [2024-02-15T06:08:01.221Z] ae194158dbd5: Layer already exists [2024-02-15T06:08:01.221Z] d06c2023ffb8: Layer already exists [2024-02-15T06:08:01.221Z] bc3c05ec6b8b: Layer already exists [2024-02-15T06:08:01.221Z] 0ffe752d1b5d: Layer already exists [2024-02-15T06:08:01.221Z] aa2e16c335c9: Layer already exists [2024-02-15T06:08:01.221Z] de63d90b025a: Layer already exists [2024-02-15T06:08:01.221Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:08:01.221Z] 748067d1b550: Layer already exists [2024-02-15T06:08:01.221Z] 7c504f21be85: Layer already exists [2024-02-15T06:08:01.221Z] e1e2ae15f936: Layer already exists [2024-02-15T06:08:01.486Z] main: digest: sha256:ad519af7f2a12ede58e15b15a3bcc40884fbbc72447354016725b696b5d6cd96 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-02-15T06:08:02.382Z] ===================================================== [Pipeline] echo [2024-02-15T06:08:02.529Z] taggedImages: [2024-02-15T06:08:02.529Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T06:08:02.529Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2024-02-15T06:08:02.529Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.14 [2024-02-15T06:08:02.529Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T06:08:02.529Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2024-02-15T06:08:02.697Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2024-02-15T06:08:02.697Z] d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T06:08:02.697Z] latest [2024-02-15T06:08:02.697Z] 3.2.0-dev.14 [2024-02-15T06:08:02.697Z] d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T06:08:02.697Z] main [2024-02-15T06:08:02.697Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:08:03.772Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:d5c390cc6addf29fb131b0472a1808282eec31af [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:08:04.531Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T06:08:04.531Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-02-15T06:08:04.531Z] a921788f8192: Preparing [2024-02-15T06:08:04.531Z] e2c4e2f8f8e8: Preparing [2024-02-15T06:08:04.531Z] de63d90b025a: Preparing [2024-02-15T06:08:04.531Z] 1edcfe4f0631: Preparing [2024-02-15T06:08:04.531Z] 1e39cc8a6e3f: Preparing [2024-02-15T06:08:04.531Z] 4cfec0f6c875: Preparing [2024-02-15T06:08:04.531Z] 7c504f21be85: Preparing [2024-02-15T06:08:04.531Z] 4cfec0f6c875: Waiting [2024-02-15T06:08:04.797Z] 1e39cc8a6e3f: Pushed [2024-02-15T06:08:08.127Z] e2c4e2f8f8e8: Pushed [2024-02-15T06:08:08.392Z] de63d90b025a: Layer already exists [2024-02-15T06:08:08.392Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:08:08.392Z] 7c504f21be85: Layer already exists [2024-02-15T06:08:08.392Z] a921788f8192: Pushed [2024-02-15T06:08:09.793Z] 4cfec0f6c875: Pushed [2024-02-15T06:08:10.058Z] d5c390cc6addf29fb131b0472a1808282eec31af: digest: sha256:81c188690139f5a25d50e4a152cb484facbb8c5b97bd27a5ddf33e08271c1436 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:08:10.870Z] + 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-02-15T06:08:11.646Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2024-02-15T06:08:11.646Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-02-15T06:08:11.646Z] a921788f8192: Preparing [2024-02-15T06:08:11.646Z] e2c4e2f8f8e8: Preparing [2024-02-15T06:08:11.646Z] de63d90b025a: Preparing [2024-02-15T06:08:11.646Z] 1edcfe4f0631: Preparing [2024-02-15T06:08:11.646Z] 1e39cc8a6e3f: Preparing [2024-02-15T06:08:11.646Z] 4cfec0f6c875: Preparing [2024-02-15T06:08:11.646Z] 7c504f21be85: Preparing [2024-02-15T06:08:11.646Z] 4cfec0f6c875: Waiting [2024-02-15T06:08:11.646Z] 7c504f21be85: Waiting [2024-02-15T06:08:11.646Z] a921788f8192: Layer already exists [2024-02-15T06:08:11.646Z] de63d90b025a: Layer already exists [2024-02-15T06:08:11.646Z] 1e39cc8a6e3f: Layer already exists [2024-02-15T06:08:11.646Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:08:11.646Z] e2c4e2f8f8e8: Layer already exists [2024-02-15T06:08:11.646Z] 4cfec0f6c875: Layer already exists [2024-02-15T06:08:11.646Z] 7c504f21be85: Layer already exists [2024-02-15T06:08:11.915Z] latest: digest: sha256:81c188690139f5a25d50e4a152cb484facbb8c5b97bd27a5ddf33e08271c1436 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:08:12.797Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:08:13.567Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.14 [2024-02-15T06:08:13.568Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-02-15T06:08:13.568Z] a921788f8192: Preparing [2024-02-15T06:08:13.568Z] e2c4e2f8f8e8: Preparing [2024-02-15T06:08:13.568Z] de63d90b025a: Preparing [2024-02-15T06:08:13.568Z] 1edcfe4f0631: Preparing [2024-02-15T06:08:13.568Z] 1e39cc8a6e3f: Preparing [2024-02-15T06:08:13.568Z] 4cfec0f6c875: Preparing [2024-02-15T06:08:13.568Z] 7c504f21be85: Preparing [2024-02-15T06:08:13.568Z] 4cfec0f6c875: Waiting [2024-02-15T06:08:13.568Z] 7c504f21be85: Waiting [2024-02-15T06:08:13.568Z] 1e39cc8a6e3f: Layer already exists [2024-02-15T06:08:13.568Z] a921788f8192: Layer already exists [2024-02-15T06:08:13.568Z] de63d90b025a: Layer already exists [2024-02-15T06:08:13.568Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:08:13.568Z] e2c4e2f8f8e8: Layer already exists [2024-02-15T06:08:13.568Z] 4cfec0f6c875: Layer already exists [2024-02-15T06:08:13.568Z] 7c504f21be85: Layer already exists [2024-02-15T06:08:13.834Z] 3.2.0-dev.14: digest: sha256:81c188690139f5a25d50e4a152cb484facbb8c5b97bd27a5ddf33e08271c1436 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:08:14.610Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:08:15.497Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T06:08:15.497Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-02-15T06:08:15.497Z] a921788f8192: Preparing [2024-02-15T06:08:15.497Z] e2c4e2f8f8e8: Preparing [2024-02-15T06:08:15.497Z] de63d90b025a: Preparing [2024-02-15T06:08:15.497Z] 1edcfe4f0631: Preparing [2024-02-15T06:08:15.497Z] 1e39cc8a6e3f: Preparing [2024-02-15T06:08:15.497Z] 4cfec0f6c875: Preparing [2024-02-15T06:08:15.497Z] 7c504f21be85: Preparing [2024-02-15T06:08:15.497Z] 4cfec0f6c875: Waiting [2024-02-15T06:08:15.497Z] 7c504f21be85: Waiting [2024-02-15T06:08:15.497Z] a921788f8192: Layer already exists [2024-02-15T06:08:15.497Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:08:15.497Z] de63d90b025a: Layer already exists [2024-02-15T06:08:15.497Z] 1e39cc8a6e3f: Layer already exists [2024-02-15T06:08:15.497Z] e2c4e2f8f8e8: Layer already exists [2024-02-15T06:08:15.497Z] 7c504f21be85: Layer already exists [2024-02-15T06:08:15.497Z] 4cfec0f6c875: Layer already exists [2024-02-15T06:08:15.771Z] d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14: digest: sha256:81c188690139f5a25d50e4a152cb484facbb8c5b97bd27a5ddf33e08271c1436 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:08:16.578Z] + 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-02-15T06:08:17.366Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2024-02-15T06:08:17.366Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-02-15T06:08:17.366Z] a921788f8192: Preparing [2024-02-15T06:08:17.366Z] e2c4e2f8f8e8: Preparing [2024-02-15T06:08:17.366Z] de63d90b025a: Preparing [2024-02-15T06:08:17.366Z] 1edcfe4f0631: Preparing [2024-02-15T06:08:17.366Z] 1e39cc8a6e3f: Preparing [2024-02-15T06:08:17.366Z] 4cfec0f6c875: Preparing [2024-02-15T06:08:17.366Z] 7c504f21be85: Preparing [2024-02-15T06:08:17.366Z] 4cfec0f6c875: Waiting [2024-02-15T06:08:17.366Z] 7c504f21be85: Waiting [2024-02-15T06:08:17.366Z] e2c4e2f8f8e8: Layer already exists [2024-02-15T06:08:17.366Z] 1e39cc8a6e3f: Layer already exists [2024-02-15T06:08:17.366Z] de63d90b025a: Layer already exists [2024-02-15T06:08:17.366Z] a921788f8192: Layer already exists [2024-02-15T06:08:17.366Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:08:17.366Z] 4cfec0f6c875: Layer already exists [2024-02-15T06:08:17.366Z] 7c504f21be85: Layer already exists [2024-02-15T06:08:17.632Z] main: digest: sha256:81c188690139f5a25d50e4a152cb484facbb8c5b97bd27a5ddf33e08271c1436 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-02-15T06:08:18.606Z] ===================================================== [Pipeline] echo [2024-02-15T06:08:18.765Z] taggedImages: [2024-02-15T06:08:18.765Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T06:08:18.765Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2024-02-15T06:08:18.765Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.14 [2024-02-15T06:08:18.765Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T06:08:18.765Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2024-02-15T06:08:18.938Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2024-02-15T06:08:18.938Z] d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T06:08:18.938Z] latest [2024-02-15T06:08:18.938Z] 3.2.0-dev.14 [2024-02-15T06:08:18.938Z] d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T06:08:18.938Z] main [2024-02-15T06:08:18.938Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:08:20.048Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:d5c390cc6addf29fb131b0472a1808282eec31af [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:08:20.837Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T06:08:20.837Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-02-15T06:08:20.837Z] 95c7b0ef53b5: Preparing [2024-02-15T06:08:20.837Z] 4ccec7b3ea46: Preparing [2024-02-15T06:08:20.837Z] c8746c3e4b5d: Preparing [2024-02-15T06:08:20.837Z] de63d90b025a: Preparing [2024-02-15T06:08:20.837Z] 1edcfe4f0631: Preparing [2024-02-15T06:08:20.837Z] 1c191971bd05: Preparing [2024-02-15T06:08:20.837Z] 8b8e2863d299: Preparing [2024-02-15T06:08:20.837Z] 8d7adef1370f: Preparing [2024-02-15T06:08:20.837Z] 67ab0f39dcaa: Preparing [2024-02-15T06:08:20.837Z] 7c504f21be85: Preparing [2024-02-15T06:08:20.837Z] 8d7adef1370f: Waiting [2024-02-15T06:08:20.837Z] 1c191971bd05: Waiting [2024-02-15T06:08:20.837Z] 8b8e2863d299: Waiting [2024-02-15T06:08:20.837Z] 67ab0f39dcaa: Waiting [2024-02-15T06:08:20.837Z] 7c504f21be85: Waiting [2024-02-15T06:08:21.102Z] c8746c3e4b5d: Pushed [2024-02-15T06:08:21.102Z] 4ccec7b3ea46: Pushed [2024-02-15T06:08:23.676Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:08:23.676Z] de63d90b025a: Layer already exists [2024-02-15T06:08:23.676Z] 95c7b0ef53b5: Pushed [2024-02-15T06:08:23.676Z] 7c504f21be85: Layer already exists [2024-02-15T06:08:23.676Z] 8d7adef1370f: Pushed [2024-02-15T06:08:24.632Z] 67ab0f39dcaa: Pushed [2024-02-15T06:08:37.060Z] 8b8e2863d299: Pushed [2024-02-15T06:08:42.385Z] 1c191971bd05: Pushed [2024-02-15T06:08:42.385Z] d5c390cc6addf29fb131b0472a1808282eec31af: digest: sha256:f1c96849156a205c949b33ec276a8dd198163f1f71b57221b5b7f3865fece520 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:08:43.169Z] + 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-02-15T06:08:44.175Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2024-02-15T06:08:44.175Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-02-15T06:08:44.175Z] 95c7b0ef53b5: Preparing [2024-02-15T06:08:44.175Z] 4ccec7b3ea46: Preparing [2024-02-15T06:08:44.175Z] c8746c3e4b5d: Preparing [2024-02-15T06:08:44.175Z] de63d90b025a: Preparing [2024-02-15T06:08:44.175Z] 1edcfe4f0631: Preparing [2024-02-15T06:08:44.175Z] 1c191971bd05: Preparing [2024-02-15T06:08:44.175Z] 8b8e2863d299: Preparing [2024-02-15T06:08:44.175Z] 8d7adef1370f: Preparing [2024-02-15T06:08:44.175Z] 67ab0f39dcaa: Preparing [2024-02-15T06:08:44.175Z] 7c504f21be85: Preparing [2024-02-15T06:08:44.175Z] 8b8e2863d299: Waiting [2024-02-15T06:08:44.175Z] 8d7adef1370f: Waiting [2024-02-15T06:08:44.175Z] 67ab0f39dcaa: Waiting [2024-02-15T06:08:44.175Z] 7c504f21be85: Waiting [2024-02-15T06:08:44.175Z] 1c191971bd05: Waiting [2024-02-15T06:08:44.176Z] de63d90b025a: Layer already exists [2024-02-15T06:08:44.176Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:08:44.176Z] c8746c3e4b5d: Layer already exists [2024-02-15T06:08:44.176Z] 4ccec7b3ea46: Layer already exists [2024-02-15T06:08:44.176Z] 95c7b0ef53b5: Layer already exists [2024-02-15T06:08:44.176Z] 1c191971bd05: Layer already exists [2024-02-15T06:08:44.176Z] 8d7adef1370f: Layer already exists [2024-02-15T06:08:44.176Z] 8b8e2863d299: Layer already exists [2024-02-15T06:08:44.176Z] 67ab0f39dcaa: Layer already exists [2024-02-15T06:08:44.176Z] 7c504f21be85: Layer already exists [2024-02-15T06:08:44.442Z] latest: digest: sha256:f1c96849156a205c949b33ec276a8dd198163f1f71b57221b5b7f3865fece520 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:08:45.256Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:08:46.069Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.14 [2024-02-15T06:08:46.069Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-02-15T06:08:46.069Z] 95c7b0ef53b5: Preparing [2024-02-15T06:08:46.069Z] 4ccec7b3ea46: Preparing [2024-02-15T06:08:46.069Z] c8746c3e4b5d: Preparing [2024-02-15T06:08:46.069Z] de63d90b025a: Preparing [2024-02-15T06:08:46.069Z] 1edcfe4f0631: Preparing [2024-02-15T06:08:46.069Z] 1c191971bd05: Preparing [2024-02-15T06:08:46.069Z] 8b8e2863d299: Preparing [2024-02-15T06:08:46.069Z] 8d7adef1370f: Preparing [2024-02-15T06:08:46.069Z] 67ab0f39dcaa: Preparing [2024-02-15T06:08:46.069Z] 7c504f21be85: Preparing [2024-02-15T06:08:46.069Z] 1c191971bd05: Waiting [2024-02-15T06:08:46.069Z] 8b8e2863d299: Waiting [2024-02-15T06:08:46.069Z] 8d7adef1370f: Waiting [2024-02-15T06:08:46.069Z] 7c504f21be85: Waiting [2024-02-15T06:08:46.069Z] 67ab0f39dcaa: Waiting [2024-02-15T06:08:46.069Z] c8746c3e4b5d: Layer already exists [2024-02-15T06:08:46.069Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:08:46.069Z] de63d90b025a: Layer already exists [2024-02-15T06:08:46.069Z] 4ccec7b3ea46: Layer already exists [2024-02-15T06:08:46.069Z] 95c7b0ef53b5: Layer already exists [2024-02-15T06:08:46.069Z] 67ab0f39dcaa: Layer already exists [2024-02-15T06:08:46.069Z] 1c191971bd05: Layer already exists [2024-02-15T06:08:46.069Z] 8b8e2863d299: Layer already exists [2024-02-15T06:08:46.069Z] 7c504f21be85: Layer already exists [2024-02-15T06:08:46.069Z] 8d7adef1370f: Layer already exists [2024-02-15T06:08:46.334Z] 3.2.0-dev.14: digest: sha256:f1c96849156a205c949b33ec276a8dd198163f1f71b57221b5b7f3865fece520 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:08:47.191Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:08:47.986Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T06:08:47.986Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-02-15T06:08:47.986Z] 95c7b0ef53b5: Preparing [2024-02-15T06:08:47.986Z] 4ccec7b3ea46: Preparing [2024-02-15T06:08:47.986Z] c8746c3e4b5d: Preparing [2024-02-15T06:08:47.986Z] de63d90b025a: Preparing [2024-02-15T06:08:47.986Z] 1edcfe4f0631: Preparing [2024-02-15T06:08:47.986Z] 1c191971bd05: Preparing [2024-02-15T06:08:47.986Z] 8b8e2863d299: Preparing [2024-02-15T06:08:47.986Z] 8d7adef1370f: Preparing [2024-02-15T06:08:47.986Z] 67ab0f39dcaa: Preparing [2024-02-15T06:08:47.986Z] 7c504f21be85: Preparing [2024-02-15T06:08:47.986Z] 8d7adef1370f: Waiting [2024-02-15T06:08:47.986Z] 67ab0f39dcaa: Waiting [2024-02-15T06:08:47.986Z] 7c504f21be85: Waiting [2024-02-15T06:08:47.986Z] 1c191971bd05: Waiting [2024-02-15T06:08:47.986Z] 8b8e2863d299: Waiting [2024-02-15T06:08:47.986Z] 95c7b0ef53b5: Layer already exists [2024-02-15T06:08:47.986Z] c8746c3e4b5d: Layer already exists [2024-02-15T06:08:47.986Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:08:47.986Z] 4ccec7b3ea46: Layer already exists [2024-02-15T06:08:47.986Z] de63d90b025a: Layer already exists [2024-02-15T06:08:47.986Z] 8b8e2863d299: Layer already exists [2024-02-15T06:08:47.986Z] 1c191971bd05: Layer already exists [2024-02-15T06:08:47.986Z] 8d7adef1370f: Layer already exists [2024-02-15T06:08:47.986Z] 67ab0f39dcaa: Layer already exists [2024-02-15T06:08:47.986Z] 7c504f21be85: Layer already exists [2024-02-15T06:08:48.251Z] d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14: digest: sha256:f1c96849156a205c949b33ec276a8dd198163f1f71b57221b5b7f3865fece520 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:08:49.019Z] + 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-02-15T06:08:49.808Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2024-02-15T06:08:49.808Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-02-15T06:08:49.808Z] 95c7b0ef53b5: Preparing [2024-02-15T06:08:49.808Z] 4ccec7b3ea46: Preparing [2024-02-15T06:08:49.808Z] c8746c3e4b5d: Preparing [2024-02-15T06:08:49.808Z] de63d90b025a: Preparing [2024-02-15T06:08:49.808Z] 1edcfe4f0631: Preparing [2024-02-15T06:08:49.808Z] 1c191971bd05: Preparing [2024-02-15T06:08:49.808Z] 8b8e2863d299: Preparing [2024-02-15T06:08:49.808Z] 8d7adef1370f: Preparing [2024-02-15T06:08:49.808Z] 67ab0f39dcaa: Preparing [2024-02-15T06:08:49.808Z] 7c504f21be85: Preparing [2024-02-15T06:08:49.808Z] 8b8e2863d299: Waiting [2024-02-15T06:08:49.808Z] 8d7adef1370f: Waiting [2024-02-15T06:08:49.808Z] 67ab0f39dcaa: Waiting [2024-02-15T06:08:49.808Z] 7c504f21be85: Waiting [2024-02-15T06:08:49.808Z] 1c191971bd05: Waiting [2024-02-15T06:08:49.808Z] 95c7b0ef53b5: Layer already exists [2024-02-15T06:08:49.808Z] 4ccec7b3ea46: Layer already exists [2024-02-15T06:08:49.808Z] de63d90b025a: Layer already exists [2024-02-15T06:08:49.808Z] c8746c3e4b5d: Layer already exists [2024-02-15T06:08:49.808Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:08:49.808Z] 8d7adef1370f: Layer already exists [2024-02-15T06:08:49.808Z] 67ab0f39dcaa: Layer already exists [2024-02-15T06:08:49.808Z] 8b8e2863d299: Layer already exists [2024-02-15T06:08:49.808Z] 1c191971bd05: Layer already exists [2024-02-15T06:08:49.808Z] 7c504f21be85: Layer already exists [2024-02-15T06:08:50.072Z] main: digest: sha256:f1c96849156a205c949b33ec276a8dd198163f1f71b57221b5b7f3865fece520 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-02-15T06:08:51.035Z] ===================================================== [Pipeline] echo [2024-02-15T06:08:51.197Z] taggedImages: [2024-02-15T06:08:51.197Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T06:08:51.197Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2024-02-15T06:08:51.197Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.14 [2024-02-15T06:08:51.197Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T06:08:51.197Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2024-02-15T06:08:51.370Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2024-02-15T06:08:51.370Z] d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T06:08:51.370Z] latest [2024-02-15T06:08:51.370Z] 3.2.0-dev.14 [2024-02-15T06:08:51.370Z] d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T06:08:51.370Z] main [2024-02-15T06:08:51.370Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:08:52.470Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:d5c390cc6addf29fb131b0472a1808282eec31af [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:08:55.218Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T06:08:55.218Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-02-15T06:08:55.218Z] 788b84eb0535: Preparing [2024-02-15T06:08:55.218Z] dbd9f07841d1: Preparing [2024-02-15T06:08:55.218Z] 6697ff96e408: Preparing [2024-02-15T06:08:55.218Z] de63d90b025a: Preparing [2024-02-15T06:08:55.218Z] 1edcfe4f0631: Preparing [2024-02-15T06:08:55.218Z] 3cf56e894fe0: Preparing [2024-02-15T06:08:55.218Z] c7c55757d5fe: Preparing [2024-02-15T06:08:55.218Z] 8e3d185b93ac: Preparing [2024-02-15T06:08:55.218Z] 7c504f21be85: Preparing [2024-02-15T06:08:55.218Z] 3cf56e894fe0: Waiting [2024-02-15T06:08:55.218Z] c7c55757d5fe: Waiting [2024-02-15T06:08:55.218Z] 7c504f21be85: Waiting [2024-02-15T06:08:55.218Z] 8e3d185b93ac: Waiting [2024-02-15T06:08:55.218Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:08:55.218Z] de63d90b025a: Layer already exists [2024-02-15T06:08:55.484Z] dbd9f07841d1: Pushed [2024-02-15T06:08:55.484Z] 6697ff96e408: Pushed [2024-02-15T06:08:55.484Z] 788b84eb0535: Pushed [2024-02-15T06:08:55.484Z] c7c55757d5fe: Pushed [2024-02-15T06:08:55.484Z] 7c504f21be85: Layer already exists [2024-02-15T06:08:56.071Z] 8e3d185b93ac: Pushed [2024-02-15T06:09:14.265Z] 3cf56e894fe0: Pushed [2024-02-15T06:09:14.265Z] d5c390cc6addf29fb131b0472a1808282eec31af: digest: sha256:81b69c1790d2de4f8264841f36a8363e74cb940bd648a346fae3127b00be05ba size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:09:15.096Z] + 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-02-15T06:09:15.943Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2024-02-15T06:09:15.943Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-02-15T06:09:15.943Z] 788b84eb0535: Preparing [2024-02-15T06:09:15.943Z] dbd9f07841d1: Preparing [2024-02-15T06:09:15.943Z] 6697ff96e408: Preparing [2024-02-15T06:09:15.943Z] de63d90b025a: Preparing [2024-02-15T06:09:15.943Z] 1edcfe4f0631: Preparing [2024-02-15T06:09:15.943Z] 3cf56e894fe0: Preparing [2024-02-15T06:09:15.943Z] c7c55757d5fe: Preparing [2024-02-15T06:09:15.943Z] 3cf56e894fe0: Waiting [2024-02-15T06:09:15.943Z] 8e3d185b93ac: Preparing [2024-02-15T06:09:15.943Z] 7c504f21be85: Preparing [2024-02-15T06:09:15.943Z] 8e3d185b93ac: Waiting [2024-02-15T06:09:15.943Z] c7c55757d5fe: Waiting [2024-02-15T06:09:15.943Z] dbd9f07841d1: Layer already exists [2024-02-15T06:09:15.943Z] 6697ff96e408: Layer already exists [2024-02-15T06:09:15.943Z] 788b84eb0535: Layer already exists [2024-02-15T06:09:15.943Z] de63d90b025a: Layer already exists [2024-02-15T06:09:15.943Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:09:15.943Z] c7c55757d5fe: Layer already exists [2024-02-15T06:09:15.943Z] 8e3d185b93ac: Layer already exists [2024-02-15T06:09:15.943Z] 7c504f21be85: Layer already exists [2024-02-15T06:09:15.943Z] 3cf56e894fe0: Layer already exists [2024-02-15T06:09:16.206Z] latest: digest: sha256:81b69c1790d2de4f8264841f36a8363e74cb940bd648a346fae3127b00be05ba size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:09:17.003Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:09:17.829Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.14 [2024-02-15T06:09:17.829Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-02-15T06:09:17.829Z] 788b84eb0535: Preparing [2024-02-15T06:09:17.829Z] dbd9f07841d1: Preparing [2024-02-15T06:09:17.829Z] 6697ff96e408: Preparing [2024-02-15T06:09:17.829Z] de63d90b025a: Preparing [2024-02-15T06:09:17.829Z] 1edcfe4f0631: Preparing [2024-02-15T06:09:17.829Z] 3cf56e894fe0: Preparing [2024-02-15T06:09:17.829Z] c7c55757d5fe: Preparing [2024-02-15T06:09:17.829Z] 8e3d185b93ac: Preparing [2024-02-15T06:09:17.829Z] 7c504f21be85: Preparing [2024-02-15T06:09:17.829Z] 3cf56e894fe0: Waiting [2024-02-15T06:09:17.829Z] 8e3d185b93ac: Waiting [2024-02-15T06:09:17.829Z] 7c504f21be85: Waiting [2024-02-15T06:09:17.829Z] c7c55757d5fe: Waiting [2024-02-15T06:09:17.829Z] 6697ff96e408: Layer already exists [2024-02-15T06:09:17.829Z] 788b84eb0535: Layer already exists [2024-02-15T06:09:17.829Z] de63d90b025a: Layer already exists [2024-02-15T06:09:17.829Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:09:17.829Z] dbd9f07841d1: Layer already exists [2024-02-15T06:09:17.829Z] 8e3d185b93ac: Layer already exists [2024-02-15T06:09:17.829Z] c7c55757d5fe: Layer already exists [2024-02-15T06:09:17.829Z] 3cf56e894fe0: Layer already exists [2024-02-15T06:09:17.829Z] 7c504f21be85: Layer already exists [2024-02-15T06:09:17.829Z] 3.2.0-dev.14: digest: sha256:81b69c1790d2de4f8264841f36a8363e74cb940bd648a346fae3127b00be05ba size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:09:18.893Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:09:19.681Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T06:09:19.681Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-02-15T06:09:19.681Z] 788b84eb0535: Preparing [2024-02-15T06:09:19.681Z] dbd9f07841d1: Preparing [2024-02-15T06:09:19.681Z] 6697ff96e408: Preparing [2024-02-15T06:09:19.681Z] de63d90b025a: Preparing [2024-02-15T06:09:19.681Z] 1edcfe4f0631: Preparing [2024-02-15T06:09:19.681Z] 3cf56e894fe0: Preparing [2024-02-15T06:09:19.681Z] c7c55757d5fe: Preparing [2024-02-15T06:09:19.681Z] 8e3d185b93ac: Preparing [2024-02-15T06:09:19.681Z] 7c504f21be85: Preparing [2024-02-15T06:09:19.681Z] 7c504f21be85: Waiting [2024-02-15T06:09:19.681Z] c7c55757d5fe: Waiting [2024-02-15T06:09:19.681Z] 8e3d185b93ac: Waiting [2024-02-15T06:09:19.681Z] 3cf56e894fe0: Waiting [2024-02-15T06:09:19.681Z] dbd9f07841d1: Layer already exists [2024-02-15T06:09:19.681Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:09:19.681Z] 788b84eb0535: Layer already exists [2024-02-15T06:09:19.681Z] de63d90b025a: Layer already exists [2024-02-15T06:09:19.681Z] 6697ff96e408: Layer already exists [2024-02-15T06:09:19.681Z] 8e3d185b93ac: Layer already exists [2024-02-15T06:09:19.681Z] c7c55757d5fe: Layer already exists [2024-02-15T06:09:19.681Z] 3cf56e894fe0: Layer already exists [2024-02-15T06:09:19.681Z] 7c504f21be85: Layer already exists [2024-02-15T06:09:19.946Z] d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14: digest: sha256:81b69c1790d2de4f8264841f36a8363e74cb940bd648a346fae3127b00be05ba size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:09:20.738Z] + 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-02-15T06:09:23.482Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2024-02-15T06:09:23.482Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-02-15T06:09:23.482Z] 788b84eb0535: Preparing [2024-02-15T06:09:23.482Z] dbd9f07841d1: Preparing [2024-02-15T06:09:23.482Z] 6697ff96e408: Preparing [2024-02-15T06:09:23.482Z] de63d90b025a: Preparing [2024-02-15T06:09:23.482Z] 1edcfe4f0631: Preparing [2024-02-15T06:09:23.482Z] 3cf56e894fe0: Preparing [2024-02-15T06:09:23.482Z] c7c55757d5fe: Preparing [2024-02-15T06:09:23.482Z] 8e3d185b93ac: Preparing [2024-02-15T06:09:23.482Z] 7c504f21be85: Preparing [2024-02-15T06:09:23.482Z] c7c55757d5fe: Waiting [2024-02-15T06:09:23.482Z] 8e3d185b93ac: Waiting [2024-02-15T06:09:23.482Z] 7c504f21be85: Waiting [2024-02-15T06:09:23.482Z] 3cf56e894fe0: Waiting [2024-02-15T06:09:23.482Z] 6697ff96e408: Layer already exists [2024-02-15T06:09:23.482Z] dbd9f07841d1: Layer already exists [2024-02-15T06:09:23.482Z] de63d90b025a: Layer already exists [2024-02-15T06:09:23.482Z] 788b84eb0535: Layer already exists [2024-02-15T06:09:23.482Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:09:23.482Z] c7c55757d5fe: Layer already exists [2024-02-15T06:09:23.482Z] 3cf56e894fe0: Layer already exists [2024-02-15T06:09:23.482Z] 7c504f21be85: Layer already exists [2024-02-15T06:09:23.482Z] 8e3d185b93ac: Layer already exists [2024-02-15T06:09:23.482Z] main: digest: sha256:81b69c1790d2de4f8264841f36a8363e74cb940bd648a346fae3127b00be05ba size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-02-15T06:09:24.733Z] ===================================================== [Pipeline] echo [2024-02-15T06:09:24.907Z] taggedImages: [2024-02-15T06:09:24.907Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T06:09:24.907Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2024-02-15T06:09:24.907Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.14 [2024-02-15T06:09:24.907Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T06:09:24.907Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2024-02-15T06:09:25.091Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2024-02-15T06:09:25.091Z] d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T06:09:25.091Z] latest [2024-02-15T06:09:25.091Z] 3.2.0-dev.14 [2024-02-15T06:09:25.091Z] d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T06:09:25.091Z] main [2024-02-15T06:09:25.091Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:09:26.232Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:d5c390cc6addf29fb131b0472a1808282eec31af [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:09:27.089Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T06:09:27.089Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-02-15T06:09:27.089Z] 9836b276022f: Preparing [2024-02-15T06:09:27.089Z] 3014f2115fa9: Preparing [2024-02-15T06:09:27.089Z] bc99c1eae991: Preparing [2024-02-15T06:09:27.089Z] de63d90b025a: Preparing [2024-02-15T06:09:27.089Z] 1edcfe4f0631: Preparing [2024-02-15T06:09:27.089Z] 3cf56e894fe0: Preparing [2024-02-15T06:09:27.089Z] 8d7adef1370f: Preparing [2024-02-15T06:09:27.089Z] 67ab0f39dcaa: Preparing [2024-02-15T06:09:27.089Z] 7c504f21be85: Preparing [2024-02-15T06:09:27.089Z] 3cf56e894fe0: Waiting [2024-02-15T06:09:27.089Z] 8d7adef1370f: Waiting [2024-02-15T06:09:27.089Z] 67ab0f39dcaa: Waiting [2024-02-15T06:09:27.089Z] 7c504f21be85: Waiting [2024-02-15T06:09:27.089Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:09:27.089Z] de63d90b025a: Layer already exists [2024-02-15T06:09:27.089Z] 3cf56e894fe0: Layer already exists [2024-02-15T06:09:27.089Z] 8d7adef1370f: Layer already exists [2024-02-15T06:09:27.353Z] 67ab0f39dcaa: Layer already exists [2024-02-15T06:09:27.353Z] 7c504f21be85: Layer already exists [2024-02-15T06:09:27.353Z] 3014f2115fa9: Pushed [2024-02-15T06:09:27.353Z] bc99c1eae991: Pushed [2024-02-15T06:09:27.353Z] 9836b276022f: Pushed [2024-02-15T06:09:27.353Z] d5c390cc6addf29fb131b0472a1808282eec31af: digest: sha256:9b3d49b1e2567dd5c71dd0fdfac97e35764bd4e8dca717adb831ef68b2aa795a size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:09:28.190Z] + 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-02-15T06:09:29.110Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2024-02-15T06:09:29.110Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-02-15T06:09:29.110Z] 9836b276022f: Preparing [2024-02-15T06:09:29.110Z] 3014f2115fa9: Preparing [2024-02-15T06:09:29.110Z] bc99c1eae991: Preparing [2024-02-15T06:09:29.110Z] de63d90b025a: Preparing [2024-02-15T06:09:29.110Z] 1edcfe4f0631: Preparing [2024-02-15T06:09:29.110Z] 3cf56e894fe0: Preparing [2024-02-15T06:09:29.110Z] 8d7adef1370f: Preparing [2024-02-15T06:09:29.110Z] 67ab0f39dcaa: Preparing [2024-02-15T06:09:29.110Z] 7c504f21be85: Preparing [2024-02-15T06:09:29.110Z] 3cf56e894fe0: Waiting [2024-02-15T06:09:29.110Z] 8d7adef1370f: Waiting [2024-02-15T06:09:29.110Z] 67ab0f39dcaa: Waiting [2024-02-15T06:09:29.110Z] 7c504f21be85: Waiting [2024-02-15T06:09:29.110Z] 9836b276022f: Layer already exists [2024-02-15T06:09:29.110Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:09:29.110Z] de63d90b025a: Layer already exists [2024-02-15T06:09:29.110Z] 3014f2115fa9: Layer already exists [2024-02-15T06:09:29.110Z] bc99c1eae991: Layer already exists [2024-02-15T06:09:29.110Z] 8d7adef1370f: Layer already exists [2024-02-15T06:09:29.110Z] 3cf56e894fe0: Layer already exists [2024-02-15T06:09:29.110Z] 67ab0f39dcaa: Layer already exists [2024-02-15T06:09:29.110Z] 7c504f21be85: Layer already exists [2024-02-15T06:09:29.376Z] latest: digest: sha256:9b3d49b1e2567dd5c71dd0fdfac97e35764bd4e8dca717adb831ef68b2aa795a size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:09:30.212Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:09:31.033Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.14 [2024-02-15T06:09:31.033Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-02-15T06:09:31.033Z] 9836b276022f: Preparing [2024-02-15T06:09:31.033Z] 3014f2115fa9: Preparing [2024-02-15T06:09:31.033Z] bc99c1eae991: Preparing [2024-02-15T06:09:31.033Z] de63d90b025a: Preparing [2024-02-15T06:09:31.033Z] 1edcfe4f0631: Preparing [2024-02-15T06:09:31.033Z] 3cf56e894fe0: Preparing [2024-02-15T06:09:31.033Z] 8d7adef1370f: Preparing [2024-02-15T06:09:31.033Z] 67ab0f39dcaa: Preparing [2024-02-15T06:09:31.033Z] 7c504f21be85: Preparing [2024-02-15T06:09:31.033Z] 3cf56e894fe0: Waiting [2024-02-15T06:09:31.033Z] 8d7adef1370f: Waiting [2024-02-15T06:09:31.033Z] 67ab0f39dcaa: Waiting [2024-02-15T06:09:31.033Z] 7c504f21be85: Waiting [2024-02-15T06:09:31.033Z] 3014f2115fa9: Layer already exists [2024-02-15T06:09:31.033Z] de63d90b025a: Layer already exists [2024-02-15T06:09:31.033Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:09:31.033Z] 9836b276022f: Layer already exists [2024-02-15T06:09:31.033Z] bc99c1eae991: Layer already exists [2024-02-15T06:09:31.033Z] 8d7adef1370f: Layer already exists [2024-02-15T06:09:31.033Z] 3cf56e894fe0: Layer already exists [2024-02-15T06:09:31.033Z] 7c504f21be85: Layer already exists [2024-02-15T06:09:31.033Z] 67ab0f39dcaa: Layer already exists [2024-02-15T06:09:31.033Z] 3.2.0-dev.14: digest: sha256:9b3d49b1e2567dd5c71dd0fdfac97e35764bd4e8dca717adb831ef68b2aa795a size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:09:32.114Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:09:32.931Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T06:09:32.931Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-02-15T06:09:32.931Z] 9836b276022f: Preparing [2024-02-15T06:09:32.931Z] 3014f2115fa9: Preparing [2024-02-15T06:09:32.931Z] bc99c1eae991: Preparing [2024-02-15T06:09:32.931Z] de63d90b025a: Preparing [2024-02-15T06:09:32.931Z] 1edcfe4f0631: Preparing [2024-02-15T06:09:32.931Z] 3cf56e894fe0: Preparing [2024-02-15T06:09:32.931Z] 8d7adef1370f: Preparing [2024-02-15T06:09:32.931Z] 67ab0f39dcaa: Preparing [2024-02-15T06:09:32.931Z] 7c504f21be85: Preparing [2024-02-15T06:09:32.931Z] 3cf56e894fe0: Waiting [2024-02-15T06:09:32.931Z] 8d7adef1370f: Waiting [2024-02-15T06:09:32.931Z] 67ab0f39dcaa: Waiting [2024-02-15T06:09:32.931Z] 7c504f21be85: Waiting [2024-02-15T06:09:32.931Z] bc99c1eae991: Layer already exists [2024-02-15T06:09:32.931Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:09:32.931Z] 9836b276022f: Layer already exists [2024-02-15T06:09:32.931Z] 3014f2115fa9: Layer already exists [2024-02-15T06:09:32.931Z] de63d90b025a: Layer already exists [2024-02-15T06:09:32.931Z] 8d7adef1370f: Layer already exists [2024-02-15T06:09:32.931Z] 3cf56e894fe0: Layer already exists [2024-02-15T06:09:32.931Z] 67ab0f39dcaa: Layer already exists [2024-02-15T06:09:32.931Z] 7c504f21be85: Layer already exists [2024-02-15T06:09:33.197Z] d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14: digest: sha256:9b3d49b1e2567dd5c71dd0fdfac97e35764bd4e8dca717adb831ef68b2aa795a size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:09:34.013Z] + 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-02-15T06:09:34.822Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2024-02-15T06:09:34.822Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-02-15T06:09:34.822Z] 9836b276022f: Preparing [2024-02-15T06:09:34.822Z] 3014f2115fa9: Preparing [2024-02-15T06:09:34.822Z] bc99c1eae991: Preparing [2024-02-15T06:09:34.822Z] de63d90b025a: Preparing [2024-02-15T06:09:34.822Z] 1edcfe4f0631: Preparing [2024-02-15T06:09:34.822Z] 3cf56e894fe0: Preparing [2024-02-15T06:09:34.822Z] 8d7adef1370f: Preparing [2024-02-15T06:09:34.822Z] 67ab0f39dcaa: Preparing [2024-02-15T06:09:34.822Z] 7c504f21be85: Preparing [2024-02-15T06:09:34.822Z] 3cf56e894fe0: Waiting [2024-02-15T06:09:34.822Z] 8d7adef1370f: Waiting [2024-02-15T06:09:34.822Z] 67ab0f39dcaa: Waiting [2024-02-15T06:09:34.822Z] 7c504f21be85: Waiting [2024-02-15T06:09:34.822Z] de63d90b025a: Layer already exists [2024-02-15T06:09:34.822Z] 9836b276022f: Layer already exists [2024-02-15T06:09:34.822Z] bc99c1eae991: Layer already exists [2024-02-15T06:09:34.822Z] 3014f2115fa9: Layer already exists [2024-02-15T06:09:34.822Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:09:34.822Z] 3cf56e894fe0: Layer already exists [2024-02-15T06:09:34.822Z] 7c504f21be85: Layer already exists [2024-02-15T06:09:34.822Z] 67ab0f39dcaa: Layer already exists [2024-02-15T06:09:34.822Z] 8d7adef1370f: Layer already exists [2024-02-15T06:09:35.089Z] main: digest: sha256:9b3d49b1e2567dd5c71dd0fdfac97e35764bd4e8dca717adb831ef68b2aa795a size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-02-15T06:09:36.097Z] ===================================================== [Pipeline] echo [2024-02-15T06:09:36.283Z] taggedImages: [2024-02-15T06:09:36.283Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T06:09:36.283Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2024-02-15T06:09:36.283Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.14 [2024-02-15T06:09:36.283Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T06:09:36.283Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2024-02-15T06:09:36.469Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2024-02-15T06:09:36.469Z] d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T06:09:36.469Z] latest [2024-02-15T06:09:36.469Z] 3.2.0-dev.14 [2024-02-15T06:09:36.469Z] d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T06:09:36.469Z] main [2024-02-15T06:09:36.469Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:09:37.688Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:d5c390cc6addf29fb131b0472a1808282eec31af [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:09:38.535Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T06:09:38.535Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-02-15T06:09:38.535Z] 2a721c96645f: Preparing [2024-02-15T06:09:38.535Z] 36f87bbde50c: Preparing [2024-02-15T06:09:38.535Z] de63d90b025a: Preparing [2024-02-15T06:09:38.535Z] 1edcfe4f0631: Preparing [2024-02-15T06:09:38.535Z] 77a5ddcf0785: Preparing [2024-02-15T06:09:38.535Z] 8303b6f08fa3: Preparing [2024-02-15T06:09:38.535Z] 7c504f21be85: Preparing [2024-02-15T06:09:38.535Z] 8303b6f08fa3: Waiting [2024-02-15T06:09:38.535Z] 7c504f21be85: Waiting [2024-02-15T06:09:38.535Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:09:38.535Z] de63d90b025a: Layer already exists [2024-02-15T06:09:38.801Z] 7c504f21be85: Layer already exists [2024-02-15T06:09:38.801Z] 77a5ddcf0785: Pushed [2024-02-15T06:09:38.801Z] 2a721c96645f: Pushed [2024-02-15T06:09:39.068Z] 8303b6f08fa3: Pushed [2024-02-15T06:09:43.333Z] 36f87bbde50c: Pushed [2024-02-15T06:09:43.333Z] d5c390cc6addf29fb131b0472a1808282eec31af: digest: sha256:dfb7fd56219f30118012d22e72dcf4f80cdb7806cee2077d86d26c86fc021783 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:09:44.150Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:09:44.982Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2024-02-15T06:09:44.982Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-02-15T06:09:44.982Z] 2a721c96645f: Preparing [2024-02-15T06:09:44.982Z] 36f87bbde50c: Preparing [2024-02-15T06:09:44.982Z] de63d90b025a: Preparing [2024-02-15T06:09:44.982Z] 1edcfe4f0631: Preparing [2024-02-15T06:09:44.982Z] 77a5ddcf0785: Preparing [2024-02-15T06:09:44.982Z] 8303b6f08fa3: Preparing [2024-02-15T06:09:44.982Z] 7c504f21be85: Preparing [2024-02-15T06:09:44.982Z] 8303b6f08fa3: Waiting [2024-02-15T06:09:44.982Z] 7c504f21be85: Waiting [2024-02-15T06:09:44.982Z] 2a721c96645f: Layer already exists [2024-02-15T06:09:44.982Z] 77a5ddcf0785: Layer already exists [2024-02-15T06:09:44.982Z] 36f87bbde50c: Layer already exists [2024-02-15T06:09:44.982Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:09:44.982Z] de63d90b025a: Layer already exists [2024-02-15T06:09:44.982Z] 8303b6f08fa3: Layer already exists [2024-02-15T06:09:44.982Z] 7c504f21be85: Layer already exists [2024-02-15T06:09:45.248Z] latest: digest: sha256:dfb7fd56219f30118012d22e72dcf4f80cdb7806cee2077d86d26c86fc021783 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:09:46.087Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:09:46.919Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.14 [2024-02-15T06:09:46.919Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-02-15T06:09:46.919Z] 2a721c96645f: Preparing [2024-02-15T06:09:46.919Z] 36f87bbde50c: Preparing [2024-02-15T06:09:46.919Z] de63d90b025a: Preparing [2024-02-15T06:09:46.919Z] 1edcfe4f0631: Preparing [2024-02-15T06:09:46.919Z] 77a5ddcf0785: Preparing [2024-02-15T06:09:46.919Z] 8303b6f08fa3: Preparing [2024-02-15T06:09:46.919Z] 7c504f21be85: Preparing [2024-02-15T06:09:46.919Z] 8303b6f08fa3: Waiting [2024-02-15T06:09:46.919Z] 7c504f21be85: Waiting [2024-02-15T06:09:46.919Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:09:46.919Z] 77a5ddcf0785: Layer already exists [2024-02-15T06:09:46.919Z] de63d90b025a: Layer already exists [2024-02-15T06:09:46.919Z] 36f87bbde50c: Layer already exists [2024-02-15T06:09:46.919Z] 2a721c96645f: Layer already exists [2024-02-15T06:09:46.919Z] 8303b6f08fa3: Layer already exists [2024-02-15T06:09:46.919Z] 7c504f21be85: Layer already exists [2024-02-15T06:09:47.186Z] 3.2.0-dev.14: digest: sha256:dfb7fd56219f30118012d22e72dcf4f80cdb7806cee2077d86d26c86fc021783 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:09:48.037Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:09:52.203Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T06:09:52.203Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-02-15T06:09:52.203Z] 2a721c96645f: Preparing [2024-02-15T06:09:52.203Z] 36f87bbde50c: Preparing [2024-02-15T06:09:52.203Z] de63d90b025a: Preparing [2024-02-15T06:09:52.203Z] 1edcfe4f0631: Preparing [2024-02-15T06:09:52.203Z] 77a5ddcf0785: Preparing [2024-02-15T06:09:52.203Z] 8303b6f08fa3: Preparing [2024-02-15T06:09:52.203Z] 7c504f21be85: Preparing [2024-02-15T06:09:52.203Z] 8303b6f08fa3: Waiting [2024-02-15T06:09:52.203Z] 7c504f21be85: Waiting [2024-02-15T06:09:52.203Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:09:52.203Z] de63d90b025a: Layer already exists [2024-02-15T06:09:52.203Z] 77a5ddcf0785: Layer already exists [2024-02-15T06:09:52.203Z] 36f87bbde50c: Layer already exists [2024-02-15T06:09:52.203Z] 2a721c96645f: Layer already exists [2024-02-15T06:09:52.203Z] 8303b6f08fa3: Layer already exists [2024-02-15T06:09:52.203Z] 7c504f21be85: Layer already exists [2024-02-15T06:09:52.203Z] d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14: digest: sha256:dfb7fd56219f30118012d22e72dcf4f80cdb7806cee2077d86d26c86fc021783 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:09:53.374Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:09:54.235Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2024-02-15T06:09:54.235Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-02-15T06:09:54.235Z] 2a721c96645f: Preparing [2024-02-15T06:09:54.235Z] 36f87bbde50c: Preparing [2024-02-15T06:09:54.235Z] de63d90b025a: Preparing [2024-02-15T06:09:54.235Z] 1edcfe4f0631: Preparing [2024-02-15T06:09:54.235Z] 77a5ddcf0785: Preparing [2024-02-15T06:09:54.235Z] 8303b6f08fa3: Preparing [2024-02-15T06:09:54.235Z] 7c504f21be85: Preparing [2024-02-15T06:09:54.235Z] 8303b6f08fa3: Waiting [2024-02-15T06:09:54.235Z] 7c504f21be85: Waiting [2024-02-15T06:09:54.235Z] 2a721c96645f: Layer already exists [2024-02-15T06:09:54.235Z] 77a5ddcf0785: Layer already exists [2024-02-15T06:09:54.235Z] 36f87bbde50c: Layer already exists [2024-02-15T06:09:54.235Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:09:54.235Z] de63d90b025a: Layer already exists [2024-02-15T06:09:54.235Z] 7c504f21be85: Layer already exists [2024-02-15T06:09:54.235Z] 8303b6f08fa3: Layer already exists [2024-02-15T06:09:54.235Z] main: digest: sha256:dfb7fd56219f30118012d22e72dcf4f80cdb7806cee2077d86d26c86fc021783 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-02-15T06:09:55.599Z] ===================================================== [Pipeline] echo [2024-02-15T06:09:55.792Z] taggedImages: [2024-02-15T06:09:55.792Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T06:09:55.792Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2024-02-15T06:09:55.792Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.14 [2024-02-15T06:09:55.792Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T06:09:55.792Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2024-02-15T06:09:55.978Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2024-02-15T06:09:55.978Z] d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T06:09:55.978Z] latest [2024-02-15T06:09:55.978Z] 3.2.0-dev.14 [2024-02-15T06:09:55.978Z] d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T06:09:55.978Z] main [2024-02-15T06:09:55.978Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:09:57.167Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:d5c390cc6addf29fb131b0472a1808282eec31af [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:09:58.034Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T06:09:58.034Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-02-15T06:09:58.034Z] 0f119c6106c9: Preparing [2024-02-15T06:09:58.034Z] eaf97a63c0bb: Preparing [2024-02-15T06:09:58.034Z] de63d90b025a: Preparing [2024-02-15T06:09:58.034Z] 1edcfe4f0631: Preparing [2024-02-15T06:09:58.034Z] 6cef5fba9099: Preparing [2024-02-15T06:09:58.034Z] bf84e85346b5: Preparing [2024-02-15T06:09:58.034Z] 7c504f21be85: Preparing [2024-02-15T06:09:58.034Z] bf84e85346b5: Waiting [2024-02-15T06:09:58.034Z] 7c504f21be85: Waiting [2024-02-15T06:09:58.034Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:09:58.034Z] 6cef5fba9099: Layer already exists [2024-02-15T06:09:58.034Z] de63d90b025a: Layer already exists [2024-02-15T06:09:58.313Z] bf84e85346b5: Layer already exists [2024-02-15T06:09:58.313Z] 7c504f21be85: Layer already exists [2024-02-15T06:09:58.313Z] 0f119c6106c9: Pushed [2024-02-15T06:10:02.642Z] eaf97a63c0bb: Pushed [2024-02-15T06:10:02.642Z] d5c390cc6addf29fb131b0472a1808282eec31af: digest: sha256:82be25bf947ce33bbc267fc044f061e5c8bbe3862e45684246bea01ea7e82959 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:10:03.485Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:10:06.301Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2024-02-15T06:10:06.301Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-02-15T06:10:06.301Z] 0f119c6106c9: Preparing [2024-02-15T06:10:06.301Z] eaf97a63c0bb: Preparing [2024-02-15T06:10:06.301Z] de63d90b025a: Preparing [2024-02-15T06:10:06.301Z] 1edcfe4f0631: Preparing [2024-02-15T06:10:06.301Z] 6cef5fba9099: Preparing [2024-02-15T06:10:06.301Z] bf84e85346b5: Preparing [2024-02-15T06:10:06.301Z] 7c504f21be85: Preparing [2024-02-15T06:10:06.301Z] bf84e85346b5: Waiting [2024-02-15T06:10:06.301Z] 7c504f21be85: Waiting [2024-02-15T06:10:06.301Z] 6cef5fba9099: Layer already exists [2024-02-15T06:10:06.302Z] 0f119c6106c9: Layer already exists [2024-02-15T06:10:06.302Z] de63d90b025a: Layer already exists [2024-02-15T06:10:06.302Z] eaf97a63c0bb: Layer already exists [2024-02-15T06:10:06.302Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:10:06.302Z] 7c504f21be85: Layer already exists [2024-02-15T06:10:06.302Z] bf84e85346b5: Layer already exists [2024-02-15T06:10:06.566Z] latest: digest: sha256:82be25bf947ce33bbc267fc044f061e5c8bbe3862e45684246bea01ea7e82959 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:10:07.413Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:10:08.257Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.14 [2024-02-15T06:10:08.257Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-02-15T06:10:08.257Z] 0f119c6106c9: Preparing [2024-02-15T06:10:08.257Z] eaf97a63c0bb: Preparing [2024-02-15T06:10:08.257Z] de63d90b025a: Preparing [2024-02-15T06:10:08.257Z] 1edcfe4f0631: Preparing [2024-02-15T06:10:08.257Z] 6cef5fba9099: Preparing [2024-02-15T06:10:08.257Z] bf84e85346b5: Preparing [2024-02-15T06:10:08.257Z] 7c504f21be85: Preparing [2024-02-15T06:10:08.257Z] bf84e85346b5: Waiting [2024-02-15T06:10:08.257Z] 7c504f21be85: Waiting [2024-02-15T06:10:08.257Z] eaf97a63c0bb: Layer already exists [2024-02-15T06:10:08.257Z] 6cef5fba9099: Layer already exists [2024-02-15T06:10:08.257Z] de63d90b025a: Layer already exists [2024-02-15T06:10:08.257Z] 0f119c6106c9: Layer already exists [2024-02-15T06:10:08.257Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:10:08.257Z] 7c504f21be85: Layer already exists [2024-02-15T06:10:08.257Z] bf84e85346b5: Layer already exists [2024-02-15T06:10:08.522Z] 3.2.0-dev.14: digest: sha256:82be25bf947ce33bbc267fc044f061e5c8bbe3862e45684246bea01ea7e82959 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:10:09.384Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:10:10.243Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T06:10:10.243Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-02-15T06:10:10.243Z] 0f119c6106c9: Preparing [2024-02-15T06:10:10.243Z] eaf97a63c0bb: Preparing [2024-02-15T06:10:10.243Z] de63d90b025a: Preparing [2024-02-15T06:10:10.243Z] 1edcfe4f0631: Preparing [2024-02-15T06:10:10.243Z] 6cef5fba9099: Preparing [2024-02-15T06:10:10.243Z] bf84e85346b5: Preparing [2024-02-15T06:10:10.243Z] 7c504f21be85: Preparing [2024-02-15T06:10:10.243Z] bf84e85346b5: Waiting [2024-02-15T06:10:10.243Z] 7c504f21be85: Waiting [2024-02-15T06:10:10.243Z] de63d90b025a: Layer already exists [2024-02-15T06:10:10.243Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:10:10.243Z] 6cef5fba9099: Layer already exists [2024-02-15T06:10:10.243Z] eaf97a63c0bb: Layer already exists [2024-02-15T06:10:10.243Z] 0f119c6106c9: Layer already exists [2024-02-15T06:10:10.243Z] bf84e85346b5: Layer already exists [2024-02-15T06:10:10.243Z] 7c504f21be85: Layer already exists [2024-02-15T06:10:10.510Z] d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14: digest: sha256:82be25bf947ce33bbc267fc044f061e5c8bbe3862e45684246bea01ea7e82959 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:10:11.357Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:10:12.415Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2024-02-15T06:10:12.415Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-02-15T06:10:12.415Z] 0f119c6106c9: Preparing [2024-02-15T06:10:12.415Z] eaf97a63c0bb: Preparing [2024-02-15T06:10:12.415Z] de63d90b025a: Preparing [2024-02-15T06:10:12.415Z] 1edcfe4f0631: Preparing [2024-02-15T06:10:12.415Z] 6cef5fba9099: Preparing [2024-02-15T06:10:12.415Z] bf84e85346b5: Preparing [2024-02-15T06:10:12.415Z] 7c504f21be85: Preparing [2024-02-15T06:10:12.415Z] 7c504f21be85: Waiting [2024-02-15T06:10:12.415Z] eaf97a63c0bb: Layer already exists [2024-02-15T06:10:12.415Z] 0f119c6106c9: Layer already exists [2024-02-15T06:10:12.415Z] 1edcfe4f0631: Layer already exists [2024-02-15T06:10:12.415Z] de63d90b025a: Layer already exists [2024-02-15T06:10:12.415Z] 6cef5fba9099: Layer already exists [2024-02-15T06:10:12.415Z] 7c504f21be85: Layer already exists [2024-02-15T06:10:12.415Z] bf84e85346b5: Layer already exists [2024-02-15T06:10:12.415Z] main: digest: sha256:82be25bf947ce33bbc267fc044f061e5c8bbe3862e45684246bea01ea7e82959 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-02-15T06:10:13.511Z] ===================================================== [Pipeline] echo [2024-02-15T06:10:13.742Z] taggedImages: [2024-02-15T06:10:13.742Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:d5c390cc6addf29fb131b0472a1808282eec31af [2024-02-15T06:10:13.742Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2024-02-15T06:10:13.742Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.14 [2024-02-15T06:10:13.742Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:d5c390cc6addf29fb131b0472a1808282eec31af-3.2.0-dev.14 [2024-02-15T06:10:13.742Z] - 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-02-15T06:10:15.193Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-02-15T06:10:15.193Z] [2024-02-15T06:10:15.193Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:10:15.695Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-02-15T06:10:15.964Z] arm64: Pulling from edgex-lftools-log-publisher [2024-02-15T06:10:15.964Z] 8998bd30e6a1: Pulling fs layer [2024-02-15T06:10:15.964Z] 04944245beec: Pulling fs layer [2024-02-15T06:10:15.964Z] 699f458cf7ca: Pulling fs layer [2024-02-15T06:10:15.964Z] 765212b225bb: Pulling fs layer [2024-02-15T06:10:15.964Z] f23df028b6ca: Pulling fs layer [2024-02-15T06:10:15.964Z] d65c8cfc05b1: Pulling fs layer [2024-02-15T06:10:15.964Z] 2437ff75d9bd: Pulling fs layer [2024-02-15T06:10:15.964Z] 765212b225bb: Waiting [2024-02-15T06:10:15.964Z] f23df028b6ca: Waiting [2024-02-15T06:10:15.964Z] d65c8cfc05b1: Waiting [2024-02-15T06:10:15.964Z] 2437ff75d9bd: Waiting [2024-02-15T06:10:15.964Z] 04944245beec: Verifying Checksum [2024-02-15T06:10:15.964Z] 04944245beec: Download complete [2024-02-15T06:10:15.964Z] 765212b225bb: Verifying Checksum [2024-02-15T06:10:15.964Z] 765212b225bb: Download complete [2024-02-15T06:10:15.964Z] f23df028b6ca: Download complete [2024-02-15T06:10:15.964Z] d65c8cfc05b1: Verifying Checksum [2024-02-15T06:10:15.964Z] d65c8cfc05b1: Download complete [2024-02-15T06:10:16.229Z] 699f458cf7ca: Verifying Checksum [2024-02-15T06:10:16.229Z] 699f458cf7ca: Download complete [2024-02-15T06:10:16.494Z] 8998bd30e6a1: Verifying Checksum [2024-02-15T06:10:16.494Z] 8998bd30e6a1: Download complete [2024-02-15T06:10:19.068Z] 2437ff75d9bd: Verifying Checksum [2024-02-15T06:10:19.068Z] 2437ff75d9bd: Download complete [2024-02-15T06:10:21.641Z] 8998bd30e6a1: Pull complete [2024-02-15T06:10:21.907Z] 04944245beec: Pull complete [2024-02-15T06:10:23.308Z] 699f458cf7ca: Pull complete [2024-02-15T06:10:23.575Z] 765212b225bb: Pull complete [2024-02-15T06:10:24.535Z] f23df028b6ca: Pull complete [2024-02-15T06:10:24.802Z] d65c8cfc05b1: Pull complete [2024-02-15T06:10:42.991Z] 2437ff75d9bd: Pull complete [2024-02-15T06:10:42.991Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-02-15T06:10:42.991Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-02-15T06:10:42.991Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-02-15T06:10:43.867Z] prd-ubuntu20.04-docker-arm64-4c-16g-957 does not seem to be running inside a container [2024-02-15T06:10:43.938Z] $ 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/624 -v /w/workspace/edgex-go/624:/w/workspace/edgex-go/624:rw,z -v /w/workspace/edgex-go/624@tmp:/w/workspace/edgex-go/624@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2024-02-15T06:10:46.472Z] $ docker top ce72a28a86a150298a270c941ec49a690705800da42cc0f9b3c949e93ff3cabc -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-02-15T06:10:47.652Z] ---> job-cost.sh [2024-02-15T06:10:47.652Z] lf-activate-venv: SKIPPING [2024-02-15T06:10:47.652Z] INFO: No Stack... [2024-02-15T06:10:47.918Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-02-15T06:10:48.873Z] INFO: Archiving Costs [Pipeline] sh [2024-02-15T06:10:49.503Z] + cut -d, -f6 [2024-02-15T06:10:49.503Z] + cat /w/workspace/edgex-go/624/archives/cost.csv [Pipeline] lock [2024-02-15T06:10:49.537Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-624-stack-cost] [2024-02-15T06:10:49.543Z] Resource [jenkins-edgexfoundry-edgex-go-main-624-stack-cost] did not exist. Created. [2024-02-15T06:10:49.548Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-main-624-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-02-15T06:10:50.546Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-02-15T06:10:51.131Z] Stashed 1 file(s) [Pipeline] } [2024-02-15T06:10:51.139Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-main-624-stack-cost] [Pipeline] // lock [Pipeline] } [2024-02-15T06:10:51.518Z] $ docker stop --time=1 ce72a28a86a150298a270c941ec49a690705800da42cc0f9b3c949e93ff3cabc [2024-02-15T06:10:53.006Z] $ docker rm -f --volumes ce72a28a86a150298a270c941ec49a690705800da42cc0f9b3c949e93ff3cabc [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-02-15T06:10:56.904Z] provisioning config files... [2024-02-15T06:10:56.916Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/624@tmp/config12817888310473287777tmp [Pipeline] { [Pipeline] sh [2024-02-15T06:10:57.563Z] + set +x [2024-02-15T06:10:57.563Z] + curl -s https://codecov.io/bash [2024-02-15T06:10:57.563Z] + bash -s -- [2024-02-15T06:10:57.563Z] [2024-02-15T06:10:57.563Z] _____ _ [2024-02-15T06:10:57.563Z] / ____| | | [2024-02-15T06:10:57.563Z] | | ___ __| | ___ ___ _____ __ [2024-02-15T06:10:57.563Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-02-15T06:10:57.563Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-02-15T06:10:57.563Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-02-15T06:10:57.563Z] Bash-1.0.6 [2024-02-15T06:10:57.563Z] [2024-02-15T06:10:57.563Z] [2024-02-15T06:10:57.563Z] ==> git version 2.25.1 found [2024-02-15T06:10:57.563Z] ==> 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-02-15T06:10:57.563Z] Release-Date: 2020-01-08 [2024-02-15T06:10:57.563Z] 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-02-15T06:10:57.563Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-02-15T06:10:57.563Z] ==> Jenkins CI detected. [2024-02-15T06:10:57.563Z] current dir:  /w/workspace/edgex-go/624 [2024-02-15T06:10:57.563Z] project root: . [2024-02-15T06:10:57.563Z] --> token set from env [2024-02-15T06:10:57.564Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-02-15T06:10:57.823Z] ==> Running gcov in . (disable via -X gcov) [2024-02-15T06:10:57.823Z] ==> Python coveragepy not found [2024-02-15T06:10:57.823Z] ==> Searching for coverage reports in: [2024-02-15T06:10:57.823Z] + . [2024-02-15T06:10:57.823Z] -> Found 1 reports [2024-02-15T06:10:57.823Z] ==> Detecting git/mercurial file structure [2024-02-15T06:10:57.823Z] ==> Reading reports [2024-02-15T06:10:57.823Z] + ./coverage.out bytes=453602 [2024-02-15T06:10:57.823Z] ==> Appending adjustments [2024-02-15T06:10:57.823Z] https://docs.codecov.io/docs/fixing-reports [2024-02-15T06:10:58.761Z] + Found adjustments [2024-02-15T06:10:58.761Z] ==> Gzipping contents [2024-02-15T06:10:59.020Z] 60K /tmp/codecov.Of36AN.gz [2024-02-15T06:10:59.020Z] ==> Uploading reports [2024-02-15T06:10:59.020Z] url: https://codecov.io [2024-02-15T06:10:59.020Z] query: branch=main&commit=d5c390cc6addf29fb131b0472a1808282eec31af&build=624&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F624%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-02-15T06:10:59.020Z] -> Pinging Codecov [2024-02-15T06:10:59.020Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=d5c390cc6addf29fb131b0472a1808282eec31af&build=624&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F624%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-02-15T06:10:59.020Z] -> Uploading to [2024-02-15T06:10:59.020Z] https://storage.googleapis.com/codecov/v4/raw/2024-02-15/00271124DB129430A58F1EEE437C3FCB/d5c390cc6addf29fb131b0472a1808282eec31af/5c127322-88ec-4b1f-8aa3-3c09341fded0.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240215%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20240215T061058Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b7505412dd1cc91d46621706c37be5b9af3a30e4ab17439df37b15e20ca816e5 [2024-02-15T06:10:59.020Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-02-15T06:10:59.020Z] Dload Upload Total Spent Left Speed [2024-02-15T06:10:59.280Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57786 0 0 100 57786 0 198k --:--:-- --:--:-- --:--:-- 198k [2024-02-15T06:10:59.280Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/d5c390cc6addf29fb131b0472a1808282eec31af [Pipeline] } [2024-02-15T06:10:59.288Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2024-02-15T06:11:00.331Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2024-02-15T06:11:00.343Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:11:01.162Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2024-02-15T06:11:01.162Z] [2024-02-15T06:11:01.162Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:11:01.626Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2024-02-15T06:11:01.626Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2024-02-15T06:11:01.626Z] df9b9388f04a: Pulling fs layer [2024-02-15T06:11:01.626Z] 52dc419b0ee2: Pulling fs layer [2024-02-15T06:11:01.626Z] 25bc292e5bac: Pulling fs layer [2024-02-15T06:11:01.626Z] 114826534d7a: Pulling fs layer [2024-02-15T06:11:01.626Z] 4657fd5d0bcf: Pulling fs layer [2024-02-15T06:11:01.626Z] 6ad1cebc031e: Pulling fs layer [2024-02-15T06:11:01.626Z] 8a3aa393b2d8: Pulling fs layer [2024-02-15T06:11:01.626Z] 114826534d7a: Waiting [2024-02-15T06:11:01.626Z] 4657fd5d0bcf: Waiting [2024-02-15T06:11:01.626Z] 8a3aa393b2d8: Waiting [2024-02-15T06:11:01.626Z] 6ad1cebc031e: Waiting [2024-02-15T06:11:01.626Z] 25bc292e5bac: Verifying Checksum [2024-02-15T06:11:01.626Z] 25bc292e5bac: Download complete [2024-02-15T06:11:01.626Z] 52dc419b0ee2: Download complete [2024-02-15T06:11:01.626Z] 4657fd5d0bcf: Verifying Checksum [2024-02-15T06:11:01.626Z] 4657fd5d0bcf: Download complete [2024-02-15T06:11:01.626Z] df9b9388f04a: Download complete [2024-02-15T06:11:01.883Z] 6ad1cebc031e: Verifying Checksum [2024-02-15T06:11:01.883Z] 6ad1cebc031e: Download complete [2024-02-15T06:11:01.883Z] df9b9388f04a: Pull complete [2024-02-15T06:11:01.883Z] 52dc419b0ee2: Pull complete [2024-02-15T06:11:02.141Z] 25bc292e5bac: Pull complete [2024-02-15T06:11:02.398Z] 114826534d7a: Verifying Checksum [2024-02-15T06:11:02.398Z] 114826534d7a: Download complete [2024-02-15T06:11:02.656Z] 8a3aa393b2d8: Verifying Checksum [2024-02-15T06:11:02.656Z] 8a3aa393b2d8: Download complete [2024-02-15T06:11:05.949Z] 114826534d7a: Pull complete [2024-02-15T06:11:05.949Z] 4657fd5d0bcf: Pull complete [2024-02-15T06:11:06.207Z] 6ad1cebc031e: Pull complete [2024-02-15T06:11:08.737Z] 8a3aa393b2d8: Pull complete [2024-02-15T06:11:08.737Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2024-02-15T06:11:08.737Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2024-02-15T06:11:08.737Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-02-15T06:11:09.540Z] prd-ubuntu20.04-docker-8c-8g-956 does not seem to be running inside a container [2024-02-15T06:11:09.573Z] $ 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/624 -v /w/workspace/edgex-go/624:/w/workspace/edgex-go/624:rw,z -v /w/workspace/edgex-go/624@tmp:/w/workspace/edgex-go/624@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:1.410.4 cat [2024-02-15T06:11:10.996Z] $ docker top 27759667bce3dd0df218cae2d986152745f0b04c1e34c77fc12ed0a51b40c508 -eo pid,comm [Pipeline] { [Pipeline] echo [2024-02-15T06:11:11.401Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2024-02-15T06:11:11.682Z] + set -o pipefail [2024-02-15T06:11:11.682Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2024-02-15T06:11:18.257Z] [2024-02-15T06:11:18.257Z] Monitoring /w/workspace/edgex-go/624 (github.com/edgexfoundry/edgex-go)... [2024-02-15T06:11:18.257Z] [2024-02-15T06:11:18.257Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/76700c0e-bbd1-4572-a2ff-afe2be461109 [2024-02-15T06:11:18.257Z] [2024-02-15T06:11:18.257Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2024-02-15T06:11:18.257Z] [2024-02-15T06:11:18.257Z] [2024-02-15T06:11:18.257Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2024-02-15T06:11:18.257Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2024-02-15T06:11:18.257Z] More details here: https://snyk.co/ue1NS [2024-02-15T06:11:18.257Z] You are approaching your monthly limit of 401 private tests for your edgex-jenkins org. [2024-02-15T06:11:18.257Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2024-02-15T06:11:18.271Z] $ docker stop --time=1 27759667bce3dd0df218cae2d986152745f0b04c1e34c77fc12ed0a51b40c508 [2024-02-15T06:11:20.091Z] $ docker rm -f --volumes 27759667bce3dd0df218cae2d986152745f0b04c1e34c77fc12ed0a51b40c508 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2024-02-15T06:11:21.576Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-02-15T06:11:21.756Z] provisioning config files... [2024-02-15T06:11:21.763Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/624@tmp/config12310144064253583774tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-02-15T06:11:22.387Z] --> edgex-publish-swagger.sh [2024-02-15T06:11:22.387Z] === Publish openapi/v3 API === [2024-02-15T06:11:22.387Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2024-02-15T06:11:22.387Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/624/openapi/v3/core-command.yaml] [2024-02-15T06:11:22.387Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-02-15T06:11:22.387Z] Dload Upload Total Spent Left Speed [2024-02-15T06:11:22.956Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32782 0 0 100 32782 0 52959 --:--:-- --:--:-- --:--:-- 52874 100 32782 0 0 100 32782 0 52959 --:--:-- --:--:-- --:--:-- 52874 [2024-02-15T06:11:22.956Z] [2024-02-15T06:11:22.956Z] [2024-02-15T06:11:22.956Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/624/openapi/v3/core-data.yaml] [2024-02-15T06:11:22.956Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-02-15T06:11:22.956Z] Dload Upload Total Spent Left Speed [2024-02-15T06:11:23.525Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 72043 0 0 100 72043 0 131k --:--:-- --:--:-- --:--:-- 131k [2024-02-15T06:11:23.525Z] [2024-02-15T06:11:23.525Z] [2024-02-15T06:11:23.525Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/624/openapi/v3/core-metadata.yaml] [2024-02-15T06:11:23.525Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-02-15T06:11:23.525Z] Dload Upload Total Spent Left Speed [2024-02-15T06:11:24.045Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 144k 0 0 100 144k 0 711k --:--:-- --:--:-- --:--:-- 707k 100 144k 100 180 100 144k 371 297k --:--:-- --:--:-- --:--:-- 297k [2024-02-15T06:11:24.045Z] {"code":403,"message":"This public API is blocked because you have exceeded your current plan's limits","messageCode":"PUBLIC_API_BLOCKED_UPGRADE_OR_DELETE","messageProperties":{}} [2024-02-15T06:11:24.045Z] [2024-02-15T06:11:24.045Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/624/openapi/v3/support-notifications.yaml] [2024-02-15T06:11:24.045Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-02-15T06:11:24.045Z] Dload Upload Total Spent Left Speed [2024-02-15T06:11:24.305Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87331 100 180 100 87151 435 206k --:--:-- --:--:-- --:--:-- 206k [2024-02-15T06:11:24.305Z] {"code":403,"message":"This public API is blocked because you have exceeded your current plan's limits","messageCode":"PUBLIC_API_BLOCKED_UPGRADE_OR_DELETE","messageProperties":{}} [2024-02-15T06:11:24.305Z] [2024-02-15T06:11:24.305Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/624/openapi/v3/support-scheduler.yaml] [2024-02-15T06:11:24.305Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-02-15T06:11:24.305Z] Dload Upload Total Spent Left Speed [2024-02-15T06:11:24.877Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37134 100 180 100 36954 456 93791 --:--:-- --:--:-- --:--:-- 94010 100 37134 100 180 100 36954 456 93791 --:--:-- --:--:-- --:--:-- 94010 [2024-02-15T06:11:24.877Z] {"code":403,"message":"This public API is blocked because you have exceeded your current plan's limits","messageCode":"PUBLIC_API_BLOCKED_UPGRADE_OR_DELETE","messageProperties":{}} [2024-02-15T06:11:24.877Z] [Pipeline] } [2024-02-15T06:11:24.885Z] 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-02-15T06:11:26.907Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-02-15T06:11:26.907Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:11:27.373Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-02-15T06:11:27.373Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-02-15T06:11:27.787Z] prd-ubuntu20.04-docker-8c-8g-956 does not seem to be running inside a container [2024-02-15T06:11:27.815Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/624 -v /w/workspace/edgex-go/624:/w/workspace/edgex-go/624:rw,z -v /w/workspace/edgex-go/624@tmp:/w/workspace/edgex-go/624@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-02-15T06:11:28.174Z] $ docker top 139c81b6955c2a60b3b1fad235342c19789d5a9a095de60855c8b44f77b70727 -eo pid,comm [2024-02-15T06:11:28.219Z] 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-02-15T06:11:28.219Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-02-15T06:11:28.872Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-02-15T06:11:28.872Z] [ssh-agent] Looking for ssh-agent implementation... [2024-02-15T06:11:28.997Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-02-15T06:11:29.002Z] $ docker exec 139c81b6955c2a60b3b1fad235342c19789d5a9a095de60855c8b44f77b70727 ssh-agent [2024-02-15T06:11:29.109Z] SSH_AUTH_SOCK=/tmp/ssh-HKI4u4wuGYty/agent.33 [2024-02-15T06:11:29.109Z] SSH_AGENT_PID=39 [2024-02-15T06:11:29.114Z] Running ssh-add (command line suppressed) [2024-02-15T06:11:29.223Z] Identity added: /w/workspace/edgex-go/624@tmp/private_key_13944416585698983430.key (/w/workspace/edgex-go/624@tmp/private_key_13944416585698983430.key) [2024-02-15T06:11:29.238Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-02-15T06:11:29.698Z] + git semver tag [2024-02-15T06:11:29.956Z] 2024-02-15 06:11:29,867 [run_tag] DEBUG tag force:False [2024-02-15T06:11:29.956Z] 2024-02-15 06:11:29,867 [check_head_tag] DEBUG check head tag [2024-02-15T06:11:29.956Z] 2024-02-15 06:11:29,869 [execute] INFO git cat-file --batch-check [2024-02-15T06:11:29.956Z] 2024-02-15 06:11:29,870 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/624, universal_newlines=False, shell=None, istream=) [2024-02-15T06:11:29.956Z] 2024-02-15 06:11:29,873 [execute] INFO git cat-file --batch [2024-02-15T06:11:29.956Z] 2024-02-15 06:11:29,873 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/624, universal_newlines=False, shell=None, istream=) [2024-02-15T06:11:29.956Z] 2024-02-15 06:11:29,903 [read_version] DEBUG read version from /w/workspace/edgex-go/624/.semver/main [2024-02-15T06:11:29.956Z] 2024-02-15 06:11:29,904 [execute] INFO git tag -a v3.2.0-dev.14 -m v3.2.0-dev.14 [2024-02-15T06:11:29.956Z] 2024-02-15 06:11:29,904 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.14', '-m', 'v3.2.0-dev.14'], cwd=/w/workspace/edgex-go/624, universal_newlines=False, shell=None, istream=None) [2024-02-15T06:11:29.956Z] 2024-02-15 06:11:29,908 [read_version] DEBUG read version from /w/workspace/edgex-go/624/.semver/main [2024-02-15T06:11:29.956Z] 3.2.0-dev.14 [Pipeline] } [2024-02-15T06:11:29.968Z] $ docker exec --env ******** --env ******** 139c81b6955c2a60b3b1fad235342c19789d5a9a095de60855c8b44f77b70727 ssh-agent -k [2024-02-15T06:11:30.055Z] unset SSH_AUTH_SOCK; [2024-02-15T06:11:30.055Z] unset SSH_AGENT_PID; [2024-02-15T06:11:30.055Z] echo Agent pid 39 killed; [2024-02-15T06:11:30.061Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-02-15T06:11:31.050Z] + git semver [Pipeline] } [2024-02-15T06:11:31.324Z] $ docker stop --time=1 139c81b6955c2a60b3b1fad235342c19789d5a9a095de60855c8b44f77b70727 [2024-02-15T06:11:32.580Z] $ docker rm -f --volumes 139c81b6955c2a60b3b1fad235342c19789d5a9a095de60855c8b44f77b70727 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:11:33.834Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-02-15T06:11:33.834Z] [2024-02-15T06:11:33.834Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:11:34.307Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-02-15T06:11:34.307Z] 0.23.1-centos7: Pulling from edgex-lftools [2024-02-15T06:11:34.307Z] ab5ef0e58194: Pulling fs layer [2024-02-15T06:11:34.307Z] 9712f1f96733: Pulling fs layer [2024-02-15T06:11:34.307Z] 63f879dbbcfc: Pulling fs layer [2024-02-15T06:11:34.307Z] 0d9ebad4ef96: Pulling fs layer [2024-02-15T06:11:34.307Z] e9a5061849ea: Pulling fs layer [2024-02-15T06:11:34.307Z] d747dcd14b5f: Pulling fs layer [2024-02-15T06:11:34.307Z] 2de7ff778b66: Pulling fs layer [2024-02-15T06:11:34.307Z] 0d9ebad4ef96: Waiting [2024-02-15T06:11:34.307Z] d747dcd14b5f: Waiting [2024-02-15T06:11:34.307Z] 2de7ff778b66: Waiting [2024-02-15T06:11:34.307Z] e9a5061849ea: Waiting [2024-02-15T06:11:34.307Z] 9712f1f96733: Verifying Checksum [2024-02-15T06:11:34.307Z] 9712f1f96733: Download complete [2024-02-15T06:11:34.873Z] 63f879dbbcfc: Verifying Checksum [2024-02-15T06:11:34.873Z] 63f879dbbcfc: Download complete [2024-02-15T06:11:34.873Z] ab5ef0e58194: Verifying Checksum [2024-02-15T06:11:34.873Z] ab5ef0e58194: Download complete [2024-02-15T06:11:34.873Z] d747dcd14b5f: Download complete [2024-02-15T06:11:34.873Z] e9a5061849ea: Verifying Checksum [2024-02-15T06:11:34.873Z] e9a5061849ea: Download complete [2024-02-15T06:11:34.873Z] 0d9ebad4ef96: Verifying Checksum [2024-02-15T06:11:34.873Z] 0d9ebad4ef96: Download complete [2024-02-15T06:11:34.873Z] 2de7ff778b66: Verifying Checksum [2024-02-15T06:11:34.873Z] 2de7ff778b66: Download complete [2024-02-15T06:11:37.401Z] ab5ef0e58194: Pull complete [2024-02-15T06:11:37.401Z] 9712f1f96733: Pull complete [2024-02-15T06:11:37.977Z] 63f879dbbcfc: Pull complete [2024-02-15T06:11:41.257Z] 0d9ebad4ef96: Pull complete [2024-02-15T06:11:41.257Z] e9a5061849ea: Pull complete [2024-02-15T06:11:41.257Z] d747dcd14b5f: Pull complete [2024-02-15T06:11:42.191Z] 2de7ff778b66: Pull complete [2024-02-15T06:11:42.191Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2024-02-15T06:11:42.191Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-02-15T06:11:42.191Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-02-15T06:11:42.993Z] prd-ubuntu20.04-docker-8c-8g-956 does not seem to be running inside a container [2024-02-15T06:11:43.025Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/624 -v /w/workspace/edgex-go/624:/w/workspace/edgex-go/624:rw,z -v /w/workspace/edgex-go/624@tmp:/w/workspace/edgex-go/624@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-02-15T06:11:44.550Z] $ docker top d2b8de240ea7c4769768cd1785d2fc7fc8593c6a7139330dc1b1f09ff3efd347 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2024-02-15T06:11:44.975Z] provisioning config files... [2024-02-15T06:11:44.984Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/624@tmp/config6473993059076171476tmp [2024-02-15T06:11:44.994Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/624@tmp/config9106309631258934328tmp [2024-02-15T06:11:45.002Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/624@tmp/config12524421647460107tmp [Pipeline] { [Pipeline] echo [2024-02-15T06:11:45.378Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2024-02-15T06:11:45.680Z] ---> sigul-configuration.sh [2024-02-15T06:11:45.680Z] gpg: directory `/root/.gnupg' created [2024-02-15T06:11:45.680Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2024-02-15T06:11:45.680Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2024-02-15T06:11:45.680Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2024-02-15T06:11:45.680Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2024-02-15T06:11:45.680Z] gpg: CAST5 encrypted data [2024-02-15T06:11:45.680Z] gpg: encrypted with 1 passphrase [2024-02-15T06:11:45.680Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2024-02-15T06:11:45.992Z] + mkdir /home/jenkins [2024-02-15T06:11:45.992Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2024-02-15T06:11:46.290Z] + 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-02-15T06:11:46.303Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2024-02-15T06:11:46.592Z] ---> sigul-install.sh [2024-02-15T06:11:46.592Z] Sigul already installed; skipping installation. [Pipeline] sh [2024-02-15T06:11:46.887Z] + git tag --list [2024-02-15T06:11:46.887Z] 0.6.0 [2024-02-15T06:11:46.887Z] 0.6.1 [2024-02-15T06:11:46.887Z] 0.7.0 [2024-02-15T06:11:46.887Z] 0.7.1 [2024-02-15T06:11:46.887Z] v1.0.0 [2024-02-15T06:11:46.887Z] v1.0.1 [2024-02-15T06:11:46.887Z] v1.1.0 [2024-02-15T06:11:46.887Z] v1.2.0 [2024-02-15T06:11:46.887Z] v1.2.1 [2024-02-15T06:11:46.887Z] v1.3.0 [2024-02-15T06:11:46.887Z] v1.3.1 [2024-02-15T06:11:46.887Z] v2.0.0 [2024-02-15T06:11:46.887Z] v2.1.0 [2024-02-15T06:11:46.887Z] v2.1.1 [2024-02-15T06:11:46.887Z] v2.2.0 [2024-02-15T06:11:46.887Z] v2.3.0 [2024-02-15T06:11:46.887Z] v3.0 [2024-02-15T06:11:46.887Z] v3.0.0 [2024-02-15T06:11:46.887Z] v3.1 [2024-02-15T06:11:46.887Z] v3.1.0 [2024-02-15T06:11:46.887Z] v3.1.0-dev.1 [2024-02-15T06:11:46.887Z] v3.1.0-dev.10 [2024-02-15T06:11:46.887Z] v3.1.0-dev.11 [2024-02-15T06:11:46.887Z] v3.1.0-dev.12 [2024-02-15T06:11:46.887Z] v3.1.0-dev.13 [2024-02-15T06:11:46.887Z] v3.1.0-dev.14 [2024-02-15T06:11:46.887Z] v3.1.0-dev.15 [2024-02-15T06:11:46.887Z] v3.1.0-dev.16 [2024-02-15T06:11:46.887Z] v3.1.0-dev.17 [2024-02-15T06:11:46.887Z] v3.1.0-dev.18 [2024-02-15T06:11:46.887Z] v3.1.0-dev.19 [2024-02-15T06:11:46.887Z] v3.1.0-dev.2 [2024-02-15T06:11:46.887Z] v3.1.0-dev.20 [2024-02-15T06:11:46.887Z] v3.1.0-dev.21 [2024-02-15T06:11:46.887Z] v3.1.0-dev.22 [2024-02-15T06:11:46.887Z] v3.1.0-dev.23 [2024-02-15T06:11:46.887Z] v3.1.0-dev.24 [2024-02-15T06:11:46.887Z] v3.1.0-dev.25 [2024-02-15T06:11:46.887Z] v3.1.0-dev.26 [2024-02-15T06:11:46.887Z] v3.1.0-dev.27 [2024-02-15T06:11:46.887Z] v3.1.0-dev.28 [2024-02-15T06:11:46.887Z] v3.1.0-dev.29 [2024-02-15T06:11:46.887Z] v3.1.0-dev.3 [2024-02-15T06:11:46.887Z] v3.1.0-dev.30 [2024-02-15T06:11:46.887Z] v3.1.0-dev.31 [2024-02-15T06:11:46.887Z] v3.1.0-dev.32 [2024-02-15T06:11:46.887Z] v3.1.0-dev.33 [2024-02-15T06:11:46.887Z] v3.1.0-dev.34 [2024-02-15T06:11:46.887Z] v3.1.0-dev.35 [2024-02-15T06:11:46.887Z] v3.1.0-dev.36 [2024-02-15T06:11:46.887Z] v3.1.0-dev.37 [2024-02-15T06:11:46.887Z] v3.1.0-dev.38 [2024-02-15T06:11:46.887Z] v3.1.0-dev.39 [2024-02-15T06:11:46.887Z] v3.1.0-dev.4 [2024-02-15T06:11:46.887Z] v3.1.0-dev.40 [2024-02-15T06:11:46.887Z] v3.1.0-dev.41 [2024-02-15T06:11:46.887Z] v3.1.0-dev.42 [2024-02-15T06:11:46.887Z] v3.1.0-dev.43 [2024-02-15T06:11:46.887Z] v3.1.0-dev.44 [2024-02-15T06:11:46.887Z] v3.1.0-dev.45 [2024-02-15T06:11:46.887Z] v3.1.0-dev.46 [2024-02-15T06:11:46.887Z] v3.1.0-dev.47 [2024-02-15T06:11:46.887Z] v3.1.0-dev.48 [2024-02-15T06:11:46.887Z] v3.1.0-dev.49 [2024-02-15T06:11:46.887Z] v3.1.0-dev.5 [2024-02-15T06:11:46.887Z] v3.1.0-dev.50 [2024-02-15T06:11:46.887Z] v3.1.0-dev.51 [2024-02-15T06:11:46.887Z] v3.1.0-dev.52 [2024-02-15T06:11:46.887Z] v3.1.0-dev.53 [2024-02-15T06:11:46.887Z] v3.1.0-dev.54 [2024-02-15T06:11:46.887Z] v3.1.0-dev.55 [2024-02-15T06:11:46.887Z] v3.1.0-dev.56 [2024-02-15T06:11:46.887Z] v3.1.0-dev.57 [2024-02-15T06:11:46.887Z] v3.1.0-dev.58 [2024-02-15T06:11:46.887Z] v3.1.0-dev.59 [2024-02-15T06:11:46.887Z] v3.1.0-dev.6 [2024-02-15T06:11:46.887Z] v3.1.0-dev.60 [2024-02-15T06:11:46.887Z] v3.1.0-dev.61 [2024-02-15T06:11:46.887Z] v3.1.0-dev.62 [2024-02-15T06:11:46.887Z] v3.1.0-dev.63 [2024-02-15T06:11:46.887Z] v3.1.0-dev.64 [2024-02-15T06:11:46.887Z] v3.1.0-dev.65 [2024-02-15T06:11:46.887Z] v3.1.0-dev.66 [2024-02-15T06:11:46.887Z] v3.1.0-dev.67 [2024-02-15T06:11:46.887Z] v3.1.0-dev.68 [2024-02-15T06:11:46.887Z] v3.1.0-dev.69 [2024-02-15T06:11:46.887Z] v3.1.0-dev.7 [2024-02-15T06:11:46.887Z] v3.1.0-dev.70 [2024-02-15T06:11:46.887Z] v3.1.0-dev.71 [2024-02-15T06:11:46.887Z] v3.1.0-dev.72 [2024-02-15T06:11:46.887Z] v3.1.0-dev.73 [2024-02-15T06:11:46.887Z] v3.1.0-dev.8 [2024-02-15T06:11:46.887Z] v3.1.0-dev.9 [2024-02-15T06:11:46.887Z] v3.2.0-dev.1 [2024-02-15T06:11:46.887Z] v3.2.0-dev.10 [2024-02-15T06:11:46.887Z] v3.2.0-dev.11 [2024-02-15T06:11:46.887Z] v3.2.0-dev.12 [2024-02-15T06:11:46.887Z] v3.2.0-dev.13 [2024-02-15T06:11:46.887Z] v3.2.0-dev.14 [2024-02-15T06:11:46.887Z] v3.2.0-dev.2 [2024-02-15T06:11:46.887Z] v3.2.0-dev.3 [2024-02-15T06:11:46.887Z] v3.2.0-dev.4 [2024-02-15T06:11:46.887Z] v3.2.0-dev.5 [2024-02-15T06:11:46.887Z] v3.2.0-dev.6 [2024-02-15T06:11:46.887Z] v3.2.0-dev.7 [2024-02-15T06:11:46.887Z] v3.2.0-dev.8 [2024-02-15T06:11:46.887Z] v3.2.0-dev.9 [Pipeline] sh [2024-02-15T06:11:47.180Z] + lftools sign git-tag v3.2.0-dev.14 [2024-02-15T06:11:47.748Z] Signing Git tag with Sigul... [2024-02-15T06:11:47.748Z] Signing v3.2.0-dev.14 [Pipeline] echo [2024-02-15T06:11:49.173Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2024-02-15T06:11:49.464Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2024-02-15T06:11:49.470Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2024-02-15T06:11:49.860Z] $ docker stop --time=1 d2b8de240ea7c4769768cd1785d2fc7fc8593c6a7139330dc1b1f09ff3efd347 [2024-02-15T06:11:51.153Z] $ docker rm -f --volumes d2b8de240ea7c4769768cd1785d2fc7fc8593c6a7139330dc1b1f09ff3efd347 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2024-02-15T06:11:52.826Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-02-15T06:11:52.826Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:11:53.304Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-02-15T06:11:53.304Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-02-15T06:11:53.761Z] prd-ubuntu20.04-docker-8c-8g-956 does not seem to be running inside a container [2024-02-15T06:11:53.790Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/624 -v /w/workspace/edgex-go/624:/w/workspace/edgex-go/624:rw,z -v /w/workspace/edgex-go/624@tmp:/w/workspace/edgex-go/624@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-02-15T06:11:54.112Z] $ docker top a73767c194b4a7718166bc7b8e1e6bbd80083a5478971074d6cb15ff5c78b646 -eo pid,comm [2024-02-15T06:11:54.155Z] 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-02-15T06:11:54.155Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-02-15T06:11:54.809Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-02-15T06:11:54.809Z] [ssh-agent] Looking for ssh-agent implementation... [2024-02-15T06:11:54.925Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-02-15T06:11:54.930Z] $ docker exec a73767c194b4a7718166bc7b8e1e6bbd80083a5478971074d6cb15ff5c78b646 ssh-agent [2024-02-15T06:11:55.033Z] SSH_AUTH_SOCK=/tmp/ssh-IwkZtYhlNTkm/agent.32 [2024-02-15T06:11:55.033Z] SSH_AGENT_PID=38 [2024-02-15T06:11:55.037Z] Running ssh-add (command line suppressed) [2024-02-15T06:11:55.133Z] Identity added: /w/workspace/edgex-go/624@tmp/private_key_17294457545403186059.key (/w/workspace/edgex-go/624@tmp/private_key_17294457545403186059.key) [2024-02-15T06:11:55.149Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-02-15T06:11:55.625Z] + git semver bump pre [2024-02-15T06:11:55.888Z] 2024-02-15 06:11:55,796 [read_version] DEBUG read version from /w/workspace/edgex-go/624/.semver/main [2024-02-15T06:11:55.888Z] 2024-02-15 06:11:55,796 [bump_version] DEBUG bumping version:3.2.0-dev.14 on axis:pre with prefix:dev [2024-02-15T06:11:55.888Z] 2024-02-15 06:11:55,796 [bump_version] DEBUG bumped version:3.2.0-dev.15 [2024-02-15T06:11:55.888Z] 2024-02-15 06:11:55,796 [write_version] DEBUG write version:3.2.0-dev.15 to path:/w/workspace/edgex-go/624/.semver/main with force:True [2024-02-15T06:11:55.888Z] 2024-02-15 06:11:55,796 [read_version] DEBUG read version from /w/workspace/edgex-go/624/.semver/main [2024-02-15T06:11:55.888Z] 2024-02-15 06:11:55,796 [write_file] DEBUG write to file:/w/workspace/edgex-go/624/.semver/main [2024-02-15T06:11:55.888Z] 2024-02-15 06:11:55,798 [execute] INFO git cat-file --batch-check [2024-02-15T06:11:55.888Z] 2024-02-15 06:11:55,798 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/624/.semver, universal_newlines=False, shell=None, istream=) [2024-02-15T06:11:55.888Z] 2024-02-15 06:11:55,802 [execute] INFO git cat-file --batch [2024-02-15T06:11:55.888Z] 2024-02-15 06:11:55,803 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/624/.semver, universal_newlines=False, shell=None, istream=) [2024-02-15T06:11:55.888Z] 2024-02-15 06:11:55,808 [read_version] DEBUG read version from /w/workspace/edgex-go/624/.semver/main [2024-02-15T06:11:55.888Z] 3.2.0-dev.15 [Pipeline] } [2024-02-15T06:11:55.899Z] $ docker exec --env ******** --env ******** a73767c194b4a7718166bc7b8e1e6bbd80083a5478971074d6cb15ff5c78b646 ssh-agent -k [2024-02-15T06:11:55.994Z] unset SSH_AUTH_SOCK; [2024-02-15T06:11:55.994Z] unset SSH_AGENT_PID; [2024-02-15T06:11:55.994Z] echo Agent pid 38 killed; [2024-02-15T06:11:56.000Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-02-15T06:11:57.007Z] + git semver [Pipeline] } [2024-02-15T06:11:57.280Z] $ docker stop --time=1 a73767c194b4a7718166bc7b8e1e6bbd80083a5478971074d6cb15ff5c78b646 [2024-02-15T06:11:58.549Z] $ docker rm -f --volumes a73767c194b4a7718166bc7b8e1e6bbd80083a5478971074d6cb15ff5c78b646 [Pipeline] // withDockerContainer [Pipeline] sh [2024-02-15T06:11:59.408Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-02-15T06:11:59.408Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:11:59.875Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-02-15T06:11:59.875Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-02-15T06:12:00.295Z] prd-ubuntu20.04-docker-8c-8g-956 does not seem to be running inside a container [2024-02-15T06:12:00.322Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/624 -v /w/workspace/edgex-go/624:/w/workspace/edgex-go/624:rw,z -v /w/workspace/edgex-go/624@tmp:/w/workspace/edgex-go/624@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-02-15T06:12:00.640Z] $ docker top 7d8ee881fd337049e06a9db99feee7096a3bc95e23f1fde1653fe06556d794e7 -eo pid,comm [2024-02-15T06:12:00.686Z] 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-02-15T06:12:00.686Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-02-15T06:12:01.454Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-02-15T06:12:01.454Z] [ssh-agent] Looking for ssh-agent implementation... [2024-02-15T06:12:01.559Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-02-15T06:12:01.564Z] $ docker exec 7d8ee881fd337049e06a9db99feee7096a3bc95e23f1fde1653fe06556d794e7 ssh-agent [2024-02-15T06:12:01.658Z] SSH_AUTH_SOCK=/tmp/ssh-Pt2fBerCQqNe/agent.33 [2024-02-15T06:12:01.658Z] SSH_AGENT_PID=39 [2024-02-15T06:12:01.662Z] Running ssh-add (command line suppressed) [2024-02-15T06:12:01.764Z] Identity added: /w/workspace/edgex-go/624@tmp/private_key_12713039137332239497.key (/w/workspace/edgex-go/624@tmp/private_key_12713039137332239497.key) [2024-02-15T06:12:01.775Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-02-15T06:12:02.248Z] + git semver push [2024-02-15T06:12:02.507Z] 2024-02-15 06:12:02,420 [run_push] DEBUG push [2024-02-15T06:12:02.507Z] 2024-02-15 06:12:02,421 [execute] INFO git cat-file --batch-check [2024-02-15T06:12:02.507Z] 2024-02-15 06:12:02,421 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/624/.semver, universal_newlines=False, shell=None, istream=) [2024-02-15T06:12:02.507Z] 2024-02-15 06:12:02,425 [execute] INFO git rev-list 9bade08157502caff1349db72ba476ba3fe2fbf5 -- [2024-02-15T06:12:02.507Z] 2024-02-15 06:12:02,425 [execute] DEBUG Popen(['git', 'rev-list', '9bade08157502caff1349db72ba476ba3fe2fbf5', '--'], cwd=/w/workspace/edgex-go/624/.semver, universal_newlines=False, shell=None, istream=None) [2024-02-15T06:12:02.507Z] 2024-02-15 06:12:02,444 [execute] INFO git fetch -v origin [2024-02-15T06:12:02.507Z] 2024-02-15 06:12:02,444 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/624/.semver, universal_newlines=True, shell=None, istream=None) [2024-02-15T06:12:03.075Z] 2024-02-15 06:12:02,959 [run_push] DEBUG no remote changes detected [2024-02-15T06:12:03.075Z] 2024-02-15 06:12:02,959 [execute] INFO git push origin semver [2024-02-15T06:12:03.075Z] 2024-02-15 06:12:02,959 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/624/.semver, universal_newlines=False, shell=None, istream=None) [2024-02-15T06:12:04.012Z] 2024-02-15 06:12:03,653 [run_push] DEBUG push all version tags [2024-02-15T06:12:04.013Z] 2024-02-15 06:12:03,654 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2024-02-15T06:12:04.013Z] 2024-02-15 06:12:03,654 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/624, universal_newlines=False, shell=None, istream=None) [2024-02-15T06:12:04.581Z] 2024-02-15 06:12:04,351 [read_version] DEBUG read version from /w/workspace/edgex-go/624/.semver/main [2024-02-15T06:12:04.581Z] 3.2.0-dev.15 [Pipeline] } [2024-02-15T06:12:04.594Z] $ docker exec --env ******** --env ******** 7d8ee881fd337049e06a9db99feee7096a3bc95e23f1fde1653fe06556d794e7 ssh-agent -k [2024-02-15T06:12:04.693Z] unset SSH_AUTH_SOCK; [2024-02-15T06:12:04.693Z] unset SSH_AGENT_PID; [2024-02-15T06:12:04.693Z] echo Agent pid 39 killed; [2024-02-15T06:12:04.703Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-02-15T06:12:05.731Z] + git semver [Pipeline] } [2024-02-15T06:12:06.005Z] $ docker stop --time=1 7d8ee881fd337049e06a9db99feee7096a3bc95e23f1fde1653fe06556d794e7 [2024-02-15T06:12:07.274Z] $ docker rm -f --volumes 7d8ee881fd337049e06a9db99feee7096a3bc95e23f1fde1653fe06556d794e7 [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-02-15T06:12:09.815Z] + [ -d /w/workspace/edgex-go/624/archives ] [Pipeline] libraryResource [Pipeline] sh [2024-02-15T06:12:10.209Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-02-15T06:12:11.068Z] ---> package-listing.sh [2024-02-15T06:12:11.068Z] ++ facter osfamily [2024-02-15T06:12:11.068Z] ++ tr '[:upper:]' '[:lower:]' [2024-02-15T06:12:11.327Z] + OS_FAMILY=debian [2024-02-15T06:12:11.327Z] + workspace=/w/workspace/edgex-go/624 [2024-02-15T06:12:11.327Z] + START_PACKAGES=/tmp/packages_start.txt [2024-02-15T06:12:11.327Z] + END_PACKAGES=/tmp/packages_end.txt [2024-02-15T06:12:11.327Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-02-15T06:12:11.327Z] + PACKAGES=/tmp/packages_start.txt [2024-02-15T06:12:11.327Z] + '[' /w/workspace/edgex-go/624 ']' [2024-02-15T06:12:11.327Z] + PACKAGES=/tmp/packages_end.txt [2024-02-15T06:12:11.327Z] + case "${OS_FAMILY}" in [2024-02-15T06:12:11.327Z] + dpkg -l [2024-02-15T06:12:11.327Z] + grep '^ii' [2024-02-15T06:12:11.327Z] + '[' -f /tmp/packages_start.txt ']' [2024-02-15T06:12:11.327Z] + '[' -f /tmp/packages_end.txt ']' [2024-02-15T06:12:11.328Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-02-15T06:12:11.328Z] + '[' /w/workspace/edgex-go/624 ']' [2024-02-15T06:12:11.328Z] + mkdir -p /w/workspace/edgex-go/624/archives/ [2024-02-15T06:12:11.328Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/624/archives/ [Pipeline] echo [2024-02-15T06:12:11.339Z] 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/624/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2024-02-15T06:12:11.614Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:12:12.370Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-02-15T06:12:12.370Z] [2024-02-15T06:12:12.370Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T06:12:12.866Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-02-15T06:12:12.866Z] latest: Pulling from edgex-lftools-log-publisher [2024-02-15T06:12:12.866Z] 5eb5b503b376: Pulling fs layer [2024-02-15T06:12:12.866Z] 5c69ac0246d0: Pulling fs layer [2024-02-15T06:12:12.866Z] ec43610c2a17: Pulling fs layer [2024-02-15T06:12:12.866Z] 3a2ae6a8a46f: Pulling fs layer [2024-02-15T06:12:12.866Z] 33b1e0a273af: Pulling fs layer [2024-02-15T06:12:12.866Z] 5d3b04190fa2: Pulling fs layer [2024-02-15T06:12:12.866Z] 2f39f015ded8: Pulling fs layer [2024-02-15T06:12:12.866Z] 5d3b04190fa2: Waiting [2024-02-15T06:12:12.866Z] 33b1e0a273af: Waiting [2024-02-15T06:12:12.866Z] 2f39f015ded8: Waiting [2024-02-15T06:12:12.866Z] 3a2ae6a8a46f: Waiting [2024-02-15T06:12:12.866Z] 5c69ac0246d0: Download complete [2024-02-15T06:12:12.866Z] 3a2ae6a8a46f: Verifying Checksum [2024-02-15T06:12:12.866Z] 3a2ae6a8a46f: Download complete [2024-02-15T06:12:12.866Z] 33b1e0a273af: Verifying Checksum [2024-02-15T06:12:12.866Z] 33b1e0a273af: Download complete [2024-02-15T06:12:12.866Z] 5d3b04190fa2: Verifying Checksum [2024-02-15T06:12:12.866Z] 5d3b04190fa2: Download complete [2024-02-15T06:12:12.866Z] ec43610c2a17: Verifying Checksum [2024-02-15T06:12:12.866Z] ec43610c2a17: Download complete [2024-02-15T06:12:13.124Z] 5eb5b503b376: Verifying Checksum [2024-02-15T06:12:13.124Z] 5eb5b503b376: Download complete [2024-02-15T06:12:13.695Z] 2f39f015ded8: Download complete [2024-02-15T06:12:14.263Z] 5eb5b503b376: Pull complete [2024-02-15T06:12:14.263Z] 5c69ac0246d0: Pull complete [2024-02-15T06:12:14.830Z] ec43610c2a17: Pull complete [2024-02-15T06:12:14.830Z] 3a2ae6a8a46f: Pull complete [2024-02-15T06:12:14.830Z] 33b1e0a273af: Pull complete [2024-02-15T06:12:15.089Z] 5d3b04190fa2: Pull complete [2024-02-15T06:12:19.280Z] 2f39f015ded8: Pull complete [2024-02-15T06:12:19.280Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-02-15T06:12:19.280Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-02-15T06:12:19.280Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-02-15T06:12:20.138Z] prd-ubuntu20.04-docker-8c-8g-956 does not seem to be running inside a container [2024-02-15T06:12:20.170Z] $ 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/624/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/624 -v /w/workspace/edgex-go/624:/w/workspace/edgex-go/624:rw,z -v /w/workspace/edgex-go/624@tmp:/w/workspace/edgex-go/624@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-02-15T06:12:21.480Z] $ docker top 873e3878bf51586cec132b9555926bc0b66cdf6eb0c07a9551348722afa2225a -eo pid,comm [Pipeline] { [Pipeline] sh [2024-02-15T06:12:22.182Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-02-15T06:12:22.470Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-02-15T06:12:22.756Z] + ls /var/log/sa-host [2024-02-15T06:12:22.756Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-02-15T06:12:23.079Z] provisioning config files... [2024-02-15T06:12:23.088Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/624@tmp/config1157811700854142552tmp [Pipeline] { [Pipeline] echo [2024-02-15T06:12:23.455Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-02-15T06:12:23.741Z] ---> create-netrc.sh [Pipeline] } [2024-02-15T06:12:23.747Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-02-15T06:12:24.430Z] ---> python-tools-install.sh [Pipeline] echo [2024-02-15T06:12:24.437Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-02-15T06:12:24.716Z] ---> sudo-logs.sh [2024-02-15T06:12:24.716Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-02-15T06:12:24.911Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-02-15T06:12:25.191Z] ---> job-cost.sh [2024-02-15T06:12:25.191Z] lf-activate-venv: SKIPPING [2024-02-15T06:12:25.191Z] DEBUG: total: 0.10999999940395355 [2024-02-15T06:12:25.191Z] INFO: Retrieving Stack Cost... [2024-02-15T06:12:25.761Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-02-15T06:12:26.019Z] INFO: Archiving Costs [Pipeline] echo [2024-02-15T06:12:26.028Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-02-15T06:12:26.306Z] ---> logs-deploy.sh [2024-02-15T06:12:26.306Z] lf-activate-venv: SKIPPING [2024-02-15T06:12:26.306Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/624 [2024-02-15T06:12:26.306Z] INFO: archiving workspace using pattern(s): [2024-02-15T06:12:27.245Z] Archives upload complete. [2024-02-15T06:12:27.245Z] INFO: archiving logs to Nexus [2024-02-15T06:12:27.811Z] ---> uname -a: [2024-02-15T06:12:27.811Z] Linux prd-ubuntu20-04-docker-8c-8g-956 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2024-02-15T06:12:27.811Z] [2024-02-15T06:12:27.811Z]