Branch indexing Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 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-ssh7285113913779922625.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-ssh3587110546815575032.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-ssh17145909074923157755.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-ssh15544344178204134211.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-ssh7283307803776858289.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-9111 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/611 [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/611 # 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 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b (main) Commit message: "build: Update to latest 3.2.0 dev go mods (#4731)" > 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 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b # timeout=10 > git rev-list --no-walk 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-11-29T08:29:26.415Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-11-29T08:29:26.486Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-11-29T08:29:26.512Z] ========================================================= [2023-11-29T08:29:26.512Z] EdgeX Global Pipelines Version Info [2023-11-29T08:29:26.512Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-11-29T08:29:28.565Z] ------------------- [2023-11-29T08:29:28.565Z] stable info: [2023-11-29T08:29:28.565Z] ------------------- [2023-11-29T08:29:28.565Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-11-29T08:29:28.565Z] Commit SHA: 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [2023-11-29T08:29:28.565Z] Message: update stable to v1.0.258 [2023-11-29T08:29:29.136Z] ------------------- [2023-11-29T08:29:29.136Z] experimental info: [2023-11-29T08:29:29.136Z] ------------------- [2023-11-29T08:29:29.136Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-11-29T08:29:29.136Z] Commit SHA: 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [2023-11-29T08:29:29.136Z] Message: update experimental to v1.0.258 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-11-29T08:29:29.215Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-11-29T08:29:29.236Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-11-29T08:29:29.263Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-11-29T08:29:29.289Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-11-29T08:29:29.315Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-11-29T08:29:29.341Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2023-11-29T08:29:29.368Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-11-29T08:29:29.394Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-11-29T08:29:29.429Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-11-29T08:29:29.457Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-11-29T08:29:29.485Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-11-29T08:29:29.513Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-11-29T08:29:29.545Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-11-29T08:29:29.571Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-11-29T08:29:29.600Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-11-29T08:29:29.631Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-11-29T08:29:29.660Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-11-29T08:29:29.692Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-11-29T08:29:29.724Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-11-29T08:29:29.762Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-11-29T08:29:29.795Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-11-29T08:29:29.830Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-11-29T08:29:29.867Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-11-29T08:29:29.908Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-11-29T08:29:29.944Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-11-29T08:29:29.981Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-11-29T08:29:30.023Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [Pipeline] echo [2023-11-29T08:29:30.068Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 97e9fbb [Pipeline] echo [2023-11-29T08:29:30.112Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-11-29T08:29:30.209Z] provisioning config files... [2023-11-29T08:29:30.227Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/611@tmp/config2020941691354197952tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-11-29T08:29:30.591Z] ---> ****-login.sh [2023-11-29T08:29:30.591Z] nexus3.edgexfoundry.org:10001 [2023-11-29T08:29:30.591Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-29T08:29:30.852Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-11-29T08:29:30.852Z] Configure a credential helper to remove this warning. See [2023-11-29T08:29:30.853Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-11-29T08:29:30.853Z] [2023-11-29T08:29:30.853Z] Login Succeeded [2023-11-29T08:29:30.853Z] nexus3.edgexfoundry.org:10002 [2023-11-29T08:29:30.853Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-29T08:29:31.114Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-11-29T08:29:31.114Z] Configure a credential helper to remove this warning. See [2023-11-29T08:29:31.114Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-11-29T08:29:31.114Z] [2023-11-29T08:29:31.114Z] Login Succeeded [2023-11-29T08:29:31.114Z] nexus3.edgexfoundry.org:10003 [2023-11-29T08:29:31.114Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-29T08:29:31.114Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-11-29T08:29:31.114Z] Configure a credential helper to remove this warning. See [2023-11-29T08:29:31.115Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-11-29T08:29:31.115Z] [2023-11-29T08:29:31.115Z] Login Succeeded [2023-11-29T08:29:31.115Z] nexus3.edgexfoundry.org:10004 [2023-11-29T08:29:31.115Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-29T08:29:31.115Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-11-29T08:29:31.115Z] Configure a credential helper to remove this warning. See [2023-11-29T08:29:31.115Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-11-29T08:29:31.115Z] [2023-11-29T08:29:31.115Z] Login Succeeded [2023-11-29T08:29:31.115Z] ****.io [2023-11-29T08:29:31.376Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-29T08:29:31.376Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-11-29T08:29:31.376Z] Configure a credential helper to remove this warning. See [2023-11-29T08:29:31.376Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-11-29T08:29:31.376Z] [2023-11-29T08:29:31.376Z] Login Succeeded [2023-11-29T08:29:31.376Z] ---> ****-login.sh ends [Pipeline] } [2023-11-29T08:29:31.383Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-11-29T08:29:31.756Z] + 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 [2023-11-29T08:29:31.756Z] + dirname cmd/core-command/Dockerfile [2023-11-29T08:29:31.756Z] + cut -d/ -f2 [2023-11-29T08:29:31.756Z] + echo core-command,cmd/core-command/Dockerfile [2023-11-29T08:29:31.756Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-11-29T08:29:31.756Z] + cut -d/ -f2 [2023-11-29T08:29:31.756Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-11-29T08:29:31.756Z] + dirname cmd/core-data/Dockerfile [2023-11-29T08:29:31.756Z] + cut -d/ -f2 [2023-11-29T08:29:31.756Z] + echo core-data,cmd/core-data/Dockerfile [2023-11-29T08:29:31.756Z] + dirname cmd/core-metadata/Dockerfile [2023-11-29T08:29:31.756Z] + cut -d/ -f2 [2023-11-29T08:29:31.756Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-11-29T08:29:31.756Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-11-29T08:29:31.756Z] + cut -d/ -f2 [2023-11-29T08:29:31.756Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-11-29T08:29:31.756Z] + dirname cmd/security-proxy-auth/Dockerfile [2023-11-29T08:29:31.756Z] + cut -d/ -f2 [2023-11-29T08:29:31.756Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2023-11-29T08:29:31.756Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-11-29T08:29:31.756Z] + cut -d/ -f2 [2023-11-29T08:29:31.756Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-11-29T08:29:31.756Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-11-29T08:29:31.756Z] + cut -d/ -f2 [2023-11-29T08:29:31.756Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-11-29T08:29:31.756Z] + + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-11-29T08:29:31.756Z] cut -d/ -f2 [2023-11-29T08:29:31.756Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-11-29T08:29:31.756Z] + dirname cmd/security-spire-agent/Dockerfile [2023-11-29T08:29:31.756Z] + cut -d/ -f2 [2023-11-29T08:29:31.756Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-11-29T08:29:31.756Z] + dirname cmd/security-spire-config/Dockerfile [2023-11-29T08:29:31.756Z] + cut -d/ -f2 [2023-11-29T08:29:31.756Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-11-29T08:29:31.756Z] + dirname cmd/security-spire-server/Dockerfile [2023-11-29T08:29:31.756Z] + cut -d/ -f2 [2023-11-29T08:29:31.756Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-11-29T08:29:31.756Z] + dirname cmd/support-notifications/Dockerfile [2023-11-29T08:29:31.756Z] + cut -d/ -f2 [2023-11-29T08:29:31.756Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-11-29T08:29:31.756Z] + dirname cmd/support-scheduler/Dockerfile [2023-11-29T08:29:31.756Z] + cut -d/ -f2 [2023-11-29T08:29:31.756Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-11-29T08:29:31.794Z] 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 [2023-11-29T08:29:32.219Z] + git rev-list -1 --merges 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b~1..97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [Pipeline] echo [2023-11-29T08:29:32.229Z] -----------> git rev-list -1 --merges 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b~1..97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [false] [Pipeline] sh [2023-11-29T08:29:32.534Z] + git log --format=format:%s -1 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [Pipeline] echo [2023-11-29T08:29:32.552Z] ========================================================= [2023-11-29T08:29:32.552Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-11-29T08:29:32.552Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-11-29T08:29:33.016Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-11-29T08:29:33.016Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-11-29T08:29:33.016Z] + [ -e /tmp/ssh_known_hosts ] [2023-11-29T08:29:33.016Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-11-29T08:29:33.017Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-11-29T08:29:33.017Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-11-29T08:29:33.017Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:29:33.431Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-11-29T08:29:33.431Z] [2023-11-29T08:29:33.431Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:29:33.750Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-11-29T08:29:33.750Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-11-29T08:29:33.750Z] b85a868b505f: Pulling fs layer [2023-11-29T08:29:33.750Z] e2be974225ed: Pulling fs layer [2023-11-29T08:29:33.750Z] 339a4e72a1f5: Pulling fs layer [2023-11-29T08:29:33.750Z] 988bab9f4d93: Pulling fs layer [2023-11-29T08:29:33.750Z] 1469e6f7b9e6: Pulling fs layer [2023-11-29T08:29:33.750Z] eaf3925da568: Pulling fs layer [2023-11-29T08:29:33.750Z] bab4dde63d76: Pulling fs layer [2023-11-29T08:29:33.750Z] bde34c3a00c8: Pulling fs layer [2023-11-29T08:29:33.750Z] b352a97aabf1: Pulling fs layer [2023-11-29T08:29:33.750Z] 4872d77fe225: Pulling fs layer [2023-11-29T08:29:33.750Z] 5851b861e8e6: Pulling fs layer [2023-11-29T08:29:33.750Z] 1469e6f7b9e6: Waiting [2023-11-29T08:29:33.750Z] eaf3925da568: Waiting [2023-11-29T08:29:33.750Z] bab4dde63d76: Waiting [2023-11-29T08:29:33.750Z] bde34c3a00c8: Waiting [2023-11-29T08:29:33.750Z] b352a97aabf1: Waiting [2023-11-29T08:29:33.750Z] 4872d77fe225: Waiting [2023-11-29T08:29:33.750Z] 5851b861e8e6: Waiting [2023-11-29T08:29:33.750Z] 988bab9f4d93: Waiting [2023-11-29T08:29:33.750Z] e2be974225ed: Verifying Checksum [2023-11-29T08:29:33.750Z] e2be974225ed: Download complete [2023-11-29T08:29:33.750Z] 988bab9f4d93: Verifying Checksum [2023-11-29T08:29:33.750Z] 988bab9f4d93: Download complete [2023-11-29T08:29:33.750Z] 339a4e72a1f5: Verifying Checksum [2023-11-29T08:29:33.750Z] 339a4e72a1f5: Download complete [2023-11-29T08:29:34.010Z] 1469e6f7b9e6: Verifying Checksum [2023-11-29T08:29:34.010Z] 1469e6f7b9e6: Download complete [2023-11-29T08:29:34.010Z] eaf3925da568: Verifying Checksum [2023-11-29T08:29:34.010Z] eaf3925da568: Download complete [2023-11-29T08:29:34.010Z] bde34c3a00c8: Verifying Checksum [2023-11-29T08:29:34.010Z] bde34c3a00c8: Download complete [2023-11-29T08:29:34.010Z] b352a97aabf1: Verifying Checksum [2023-11-29T08:29:34.010Z] 4872d77fe225: Download complete [2023-11-29T08:29:34.010Z] 5851b861e8e6: Verifying Checksum [2023-11-29T08:29:34.010Z] 5851b861e8e6: Download complete [2023-11-29T08:29:34.010Z] b85a868b505f: Verifying Checksum [2023-11-29T08:29:34.010Z] b85a868b505f: Download complete [2023-11-29T08:29:34.274Z] bab4dde63d76: Download complete [2023-11-29T08:29:35.212Z] b85a868b505f: Pull complete [2023-11-29T08:29:35.471Z] e2be974225ed: Pull complete [2023-11-29T08:29:36.040Z] 339a4e72a1f5: Pull complete [2023-11-29T08:29:36.040Z] 988bab9f4d93: Pull complete [2023-11-29T08:29:36.299Z] 1469e6f7b9e6: Pull complete [2023-11-29T08:29:36.299Z] eaf3925da568: Pull complete [2023-11-29T08:29:38.203Z] bab4dde63d76: Pull complete [2023-11-29T08:29:38.203Z] bde34c3a00c8: Pull complete [2023-11-29T08:29:38.203Z] b352a97aabf1: Pull complete [2023-11-29T08:29:38.203Z] 4872d77fe225: Pull complete [2023-11-29T08:29:38.462Z] 5851b861e8e6: Pull complete [2023-11-29T08:29:38.462Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-11-29T08:29:38.462Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-11-29T08:29:38.462Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-29T08:29:38.639Z] prd-ubuntu20.04-docker-8c-8g-9111 does not seem to be running inside a container [2023-11-29T08:29:38.670Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/611 -v /w/workspace/edgex-go/611:/w/workspace/edgex-go/611:rw,z -v /w/workspace/edgex-go/611@tmp:/w/workspace/edgex-go/611@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 [2023-11-29T08:29:43.314Z] $ docker top 768ffe05e470442acc01ad8a4eaea66576ca1996bd56fed84267412185eb6a32 -eo pid,comm [2023-11-29T08:29:43.371Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-11-29T08:29:43.371Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-11-29T08:29:43.464Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-11-29T08:29:43.464Z] [ssh-agent] Looking for ssh-agent implementation... [2023-11-29T08:29:43.574Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-11-29T08:29:43.576Z] $ docker exec 768ffe05e470442acc01ad8a4eaea66576ca1996bd56fed84267412185eb6a32 ssh-agent [2023-11-29T08:29:43.706Z] SSH_AUTH_SOCK=/tmp/ssh-V1MpyLFSg99n/agent.32 [2023-11-29T08:29:43.706Z] SSH_AGENT_PID=38 [2023-11-29T08:29:43.713Z] Running ssh-add (command line suppressed) [2023-11-29T08:29:43.812Z] Identity added: /w/workspace/edgex-go/611@tmp/private_key_4425256951627567256.key (/w/workspace/edgex-go/611@tmp/private_key_4425256951627567256.key) [2023-11-29T08:29:43.829Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-11-29T08:29:44.130Z] + git tag --points-at HEAD [Pipeline] } [2023-11-29T08:29:44.140Z] $ docker exec --env ******** --env ******** 768ffe05e470442acc01ad8a4eaea66576ca1996bd56fed84267412185eb6a32 ssh-agent -k [2023-11-29T08:29:44.241Z] unset SSH_AUTH_SOCK; [2023-11-29T08:29:44.242Z] unset SSH_AGENT_PID; [2023-11-29T08:29:44.242Z] echo Agent pid 38 killed; [2023-11-29T08:29:44.254Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2023-11-29T08:29:44.325Z] [edgeXSemver]: set GITSEMVER_HEAD_TAG to 'v3.2.0-dev.1' [Pipeline] sshagent [2023-11-29T08:29:44.362Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-11-29T08:29:44.362Z] [ssh-agent] Looking for ssh-agent implementation... [2023-11-29T08:29:44.470Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-11-29T08:29:44.472Z] $ docker exec 768ffe05e470442acc01ad8a4eaea66576ca1996bd56fed84267412185eb6a32 ssh-agent [2023-11-29T08:29:44.580Z] SSH_AUTH_SOCK=/tmp/ssh-sBqUvPKKGN63/agent.70 [2023-11-29T08:29:44.580Z] SSH_AGENT_PID=76 [2023-11-29T08:29:44.585Z] Running ssh-add (command line suppressed) [2023-11-29T08:29:44.685Z] Identity added: /w/workspace/edgex-go/611@tmp/private_key_12676955455897011519.key (/w/workspace/edgex-go/611@tmp/private_key_12676955455897011519.key) [2023-11-29T08:29:44.701Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-11-29T08:29:45.001Z] + git semver init [2023-11-29T08:29:45.261Z] 2023-11-29 08:29:45,183 [run_init] DEBUG init version:0.0.0 force:False [2023-11-29T08:29:45.261Z] 2023-11-29 08:29:45,184 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/611/.semver [2023-11-29T08:29:45.261Z] 2023-11-29 08:29:45,185 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/611/.semver [2023-11-29T08:29:45.261Z] 2023-11-29 08:29:45,185 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/611/.semver'], cwd=/w/workspace/edgex-go/611, universal_newlines=False, shell=None, istream=None) [2023-11-29T08:29:51.828Z] 2023-11-29 08:29:50,696 [append_file] DEBUG append to file:/w/workspace/edgex-go/611/.git/info/exclude [2023-11-29T08:29:51.828Z] 2023-11-29 08:29:50,697 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/611/.semver/main with force:False [2023-11-29T08:29:51.828Z] 2023-11-29 08:29:50,697 [read_version] DEBUG read version from /w/workspace/edgex-go/611/.semver/main [2023-11-29T08:29:51.828Z] 2023-11-29 08:29:50,697 [read_version] DEBUG read version from /w/workspace/edgex-go/611/.semver/main [2023-11-29T08:29:51.828Z] 3.2.0-dev.2 [Pipeline] } [2023-11-29T08:29:51.836Z] $ docker exec --env ******** --env ******** 768ffe05e470442acc01ad8a4eaea66576ca1996bd56fed84267412185eb6a32 ssh-agent -k [2023-11-29T08:29:51.943Z] unset SSH_AUTH_SOCK; [2023-11-29T08:29:51.944Z] unset SSH_AGENT_PID; [2023-11-29T08:29:51.944Z] echo Agent pid 76 killed; [2023-11-29T08:29:51.955Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-11-29T08:29:52.319Z] + git semver [Pipeline] } [2023-11-29T08:29:52.595Z] $ docker stop --time=1 768ffe05e470442acc01ad8a4eaea66576ca1996bd56fed84267412185eb6a32 [2023-11-29T08:29:53.868Z] $ docker rm -f --volumes 768ffe05e470442acc01ad8a4eaea66576ca1996bd56fed84267412185eb6a32 [Pipeline] // withDockerContainer [Pipeline] sh [2023-11-29T08:29:54.228Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-11-29T08:29:54.418Z] Stashed 1 file(s) [Pipeline] echo [2023-11-29T08:29:54.421Z] [edgeXSemver]: initialized semver on version 3.2.0-dev.2 [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 [2023-11-29T08:29:54.980Z] + git config --global --add safe.directory /w/workspace/edgex-go/611 [Pipeline] echo [2023-11-29T08:29:54.990Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2023-11-29T08:29:55.019Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2023-11-29T08:29:55.042Z] ========================================================= [2023-11-29T08:29:55.042Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2023-11-29T08:29:55.042Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-11-29T08:29:55.353Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2023-11-29T08:29:55.353Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2023-11-29T08:29:55.353Z] 7264a8db6415: Pulling fs layer [2023-11-29T08:29:55.353Z] c4d48a809fc2: Pulling fs layer [2023-11-29T08:29:55.353Z] 4f1c88b9dad5: Pulling fs layer [2023-11-29T08:29:55.353Z] ad3a456e5733: Pulling fs layer [2023-11-29T08:29:55.353Z] 69c7f0334f64: Pulling fs layer [2023-11-29T08:29:55.353Z] 1f1c1a5573a3: Pulling fs layer [2023-11-29T08:29:55.353Z] ce7588e14bc9: Pulling fs layer [2023-11-29T08:29:55.353Z] b5e4710f87ac: Pulling fs layer [2023-11-29T08:29:55.353Z] 69c7f0334f64: Waiting [2023-11-29T08:29:55.353Z] ad3a456e5733: Waiting [2023-11-29T08:29:55.353Z] 1f1c1a5573a3: Waiting [2023-11-29T08:29:55.353Z] ce7588e14bc9: Waiting [2023-11-29T08:29:55.353Z] b5e4710f87ac: Waiting [2023-11-29T08:29:55.353Z] c4d48a809fc2: Download complete [2023-11-29T08:29:55.353Z] ad3a456e5733: Download complete [2023-11-29T08:29:55.353Z] 69c7f0334f64: Download complete [2023-11-29T08:29:55.353Z] 7264a8db6415: Verifying Checksum [2023-11-29T08:29:55.353Z] 7264a8db6415: Download complete [2023-11-29T08:29:55.353Z] 1f1c1a5573a3: Verifying Checksum [2023-11-29T08:29:55.353Z] 1f1c1a5573a3: Download complete [2023-11-29T08:29:55.611Z] 7264a8db6415: Pull complete [2023-11-29T08:29:55.611Z] b5e4710f87ac: Verifying Checksum [2023-11-29T08:29:55.611Z] b5e4710f87ac: Download complete [2023-11-29T08:29:55.611Z] c4d48a809fc2: Pull complete [2023-11-29T08:29:55.869Z] 4f1c88b9dad5: Verifying Checksum [2023-11-29T08:29:55.869Z] 4f1c88b9dad5: Download complete [2023-11-29T08:29:56.127Z] ce7588e14bc9: Verifying Checksum [2023-11-29T08:29:58.661Z] 4f1c88b9dad5: Pull complete [2023-11-29T08:29:58.661Z] ad3a456e5733: Pull complete [2023-11-29T08:29:58.661Z] 69c7f0334f64: Pull complete [2023-11-29T08:29:58.920Z] 1f1c1a5573a3: Pull complete [2023-11-29T08:30:01.453Z] ce7588e14bc9: Pull complete [2023-11-29T08:30:01.453Z] b5e4710f87ac: Pull complete [2023-11-29T08:30:01.453Z] Digest: sha256:f80dd7bb8fdf010369d5adb4058a62695265b22e897ca6aac7b42af84fdce50e [2023-11-29T08:30:01.453Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2023-11-29T08:30:01.453Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [Pipeline] fileExists [Pipeline] sh [2023-11-29T08:30:01.767Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2023-11-29T08:30:01.767Z] WORKDIR /edgex [2023-11-29T08:30:01.767Z] COPY go.mod . [2023-11-29T08:30:01.767Z] RUN go mod download [2023-11-29T08:30:01.767Z] + docker build -t ci-base-image-x86_64 -f - . [2023-11-29T08:30:02.332Z] Sending build context to Docker daemon 175.1MB [2023-11-29T08:30:02.332Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2023-11-29T08:30:02.332Z] ---> 88b5674ff536 [2023-11-29T08:30:02.332Z] Step 2/4 : WORKDIR /edgex [2023-11-29T08:30:07.616Z] ---> Running in e444edb5f3c4 [2023-11-29T08:30:07.616Z] Removing intermediate container e444edb5f3c4 [2023-11-29T08:30:07.616Z] ---> c2495fb3f49f [2023-11-29T08:30:07.616Z] Step 3/4 : COPY go.mod . [2023-11-29T08:30:07.616Z] ---> c929744eab41 [2023-11-29T08:30:07.616Z] Step 4/4 : RUN go mod download [2023-11-29T08:30:07.616Z] ---> Running in 2c8cb9e88b00 [2023-11-29T08:30:09.601Z] Still waiting to schedule task [2023-11-29T08:30:09.601Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-11-29T08:30:29.586Z] Removing intermediate container 2c8cb9e88b00 [2023-11-29T08:30:29.587Z] ---> b0194c6d0e45 [2023-11-29T08:30:29.587Z] Successfully built b0194c6d0e45 [2023-11-29T08:30:29.587Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:30:29.904Z] + docker inspect -f . ci-base-image-x86_64 [2023-11-29T08:30:29.904Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-29T08:30:30.012Z] prd-ubuntu20.04-docker-8c-8g-9111 does not seem to be running inside a container [2023-11-29T08:30:30.041Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/611 -v /w/workspace/edgex-go/611:/w/workspace/edgex-go/611:rw,z -v /w/workspace/edgex-go/611@tmp:/w/workspace/edgex-go/611@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 ******** ci-base-image-x86_64 cat [2023-11-29T08:30:30.480Z] $ docker top 1bdfbe8a653608498ac12b8e989f22d772c35be769562421d830fabe4b9d5cce -eo pid,comm [Pipeline] { [Pipeline] sh [2023-11-29T08:30:30.858Z] + go version [2023-11-29T08:30:30.858Z] go version go1.21.0 linux/amd64 [Pipeline] } [2023-11-29T08:30:30.868Z] $ docker stop --time=1 1bdfbe8a653608498ac12b8e989f22d772c35be769562421d830fabe4b9d5cce [2023-11-29T08:30:32.138Z] $ docker rm -f --volumes 1bdfbe8a653608498ac12b8e989f22d772c35be769562421d830fabe4b9d5cce [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:30:32.709Z] + docker inspect -f . ci-base-image-x86_64 [2023-11-29T08:30:32.709Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-29T08:30:32.811Z] prd-ubuntu20.04-docker-8c-8g-9111 does not seem to be running inside a container [2023-11-29T08:30:32.842Z] $ 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/611 -v /w/workspace/edgex-go/611:/w/workspace/edgex-go/611:rw,z -v /w/workspace/edgex-go/611@tmp:/w/workspace/edgex-go/611@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 ******** ci-base-image-x86_64 cat [2023-11-29T08:30:33.194Z] $ docker top 489027db76ab11aa596cbd66a06baa934765a173db6da06999bfc6990b2a2a65 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-11-29T08:30:33.301Z] ========================================================= [2023-11-29T08:30:33.301Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-11-29T08:30:33.301Z] ========================================================= [Pipeline] sh [2023-11-29T08:30:33.586Z] + git config --global --add safe.directory /w/workspace/edgex-go/611 [Pipeline] fileExists [Pipeline] sh [2023-11-29T08:30:33.899Z] + make test [2023-11-29T08:30:33.899Z] go test -race -coverprofile=coverage.out ./... [2023-11-29T08:30:40.466Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-11-29T08:30:52.659Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-11-29T08:30:52.659Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-11-29T08:30:52.659Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-11-29T08:30:52.659Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-11-29T08:30:52.659Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-11-29T08:30:52.659Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-11-29T08:30:52.659Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-11-29T08:30:52.659Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-11-29T08:30:52.659Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-11-29T08:30:52.659Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-11-29T08:30:52.659Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-11-29T08:30:52.659Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-11-29T08:30:52.659Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-11-29T08:30:52.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-11-29T08:30:54.043Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-11-29T08:30:54.043Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-11-29T08:30:54.979Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.039s coverage: 28.7% of statements [2023-11-29T08:30:56.882Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.066s coverage: 97.0% of statements [2023-11-29T08:30:56.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-11-29T08:30:56.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-11-29T08:30:56.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-11-29T08:30:58.269Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-11-29T08:30:58.269Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-11-29T08:30:59.206Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-11-29T08:30:59.207Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-11-29T08:30:59.207Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-11-29T08:30:59.207Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-11-29T08:30:59.207Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-11-29T08:31:00.142Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-11-29T08:31:00.142Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-11-29T08:31:00.400Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.079s coverage: 69.2% of statements [2023-11-29T08:31:00.400Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.055s coverage: 53.2% of statements [2023-11-29T08:31:02.936Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-11-29T08:31:02.936Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-11-29T08:31:02.936Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-11-29T08:31:02.936Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.511s coverage: 93.4% of statements [2023-11-29T08:31:02.936Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.056s coverage: 4.1% of statements [2023-11-29T08:31:02.936Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-11-29T08:31:02.936Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-11-29T08:31:02.936Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-11-29T08:31:02.936Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-11-29T08:31:02.936Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-11-29T08:31:02.936Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-11-29T08:31:02.936Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-11-29T08:31:04.005Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.380s coverage: 97.6% of statements [2023-11-29T08:31:04.005Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.040s coverage: 72.2% of statements [2023-11-29T08:31:04.617Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-11-29T08:31:04.617Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-11-29T08:31:05.615Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.055s coverage: 0.9% of statements [2023-11-29T08:31:05.615Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.035s coverage: 32.2% of statements [2023-11-29T08:31:05.615Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.053s coverage: 41.7% of statements [2023-11-29T08:31:05.615Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.042s coverage: 82.9% of statements [2023-11-29T08:31:05.615Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.077s coverage: 94.1% of statements [2023-11-29T08:31:06.184Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.049s coverage: 96.3% of statements [2023-11-29T08:31:06.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.033s coverage: 87.5% of statements [2023-11-29T08:31:06.701Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-11-29T08:31:06.701Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-11-29T08:31:06.701Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-11-29T08:31:06.701Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-11-29T08:31:06.960Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-11-29T08:31:06.960Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-11-29T08:31:06.960Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-11-29T08:31:06.960Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-11-29T08:31:07.895Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-11-29T08:31:07.895Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-11-29T08:31:07.895Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-11-29T08:31:07.895Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-11-29T08:31:08.463Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-11-29T08:31:08.463Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-11-29T08:31:09.037Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-11-29T08:31:10.416Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-11-29T08:31:10.988Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-11-29T08:31:11.923Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-11-29T08:31:11.923Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-11-29T08:31:14.457Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-11-29T08:31:14.457Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-11-29T08:31:14.457Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-11-29T08:31:15.830Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-11-29T08:31:15.830Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-11-29T08:31:15.830Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-11-29T08:31:16.765Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-11-29T08:31:16.765Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-11-29T08:31:16.765Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-11-29T08:31:16.765Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-11-29T08:31:18.140Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-11-29T08:31:18.140Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-11-29T08:31:18.140Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-11-29T08:31:18.140Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-11-29T08:31:19.077Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.050s coverage: 94.4% of statements [2023-11-29T08:31:19.336Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-11-29T08:31:19.336Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-11-29T08:31:19.336Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-11-29T08:31:19.336Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-11-29T08:31:20.272Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-11-29T08:31:20.272Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-11-29T08:31:21.220Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-11-29T08:31:21.220Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-11-29T08:31:31.220Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.271s coverage: 79.9% of statements [2023-11-29T08:31:33.137Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 26.065s coverage: 92.9% of statements [2023-11-29T08:31:33.137Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.017s coverage: 64.4% of statements [2023-11-29T08:31:33.137Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.047s coverage: 62.3% of statements [2023-11-29T08:31:33.137Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.063s coverage: 87.2% of statements [2023-11-29T08:31:33.137Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.044s coverage: 20.0% of statements [2023-11-29T08:31:33.137Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.037s coverage: 100.0% of statements [2023-11-29T08:31:33.137Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.087s coverage: 81.8% of statements [2023-11-29T08:31:33.137Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.083s coverage: 82.1% of statements [2023-11-29T08:31:33.137Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.043s coverage: 86.0% of statements [2023-11-29T08:31:33.137Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.159s coverage: 63.1% of statements [2023-11-29T08:31:33.137Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.042s coverage: 100.0% of statements [2023-11-29T08:31:33.137Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.025s coverage: 89.4% of statements [2023-11-29T08:31:33.137Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.016s coverage: 100.0% of statements [2023-11-29T08:31:33.137Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.023s coverage: 73.7% of statements [2023-11-29T08:31:33.137Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.012s coverage: 100.0% of statements [2023-11-29T08:31:33.137Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.177s coverage: 38.4% of statements [2023-11-29T08:31:33.137Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.041s coverage: 89.5% of statements [2023-11-29T08:31:33.137Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.037s coverage: 84.8% of statements [2023-11-29T08:31:33.137Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.070s coverage: 19.9% of statements [2023-11-29T08:31:33.137Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.113s coverage: 95.7% of statements [2023-11-29T08:31:33.137Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.063s coverage: 61.8% of statements [2023-11-29T08:31:33.137Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.092s coverage: 98.9% of statements [2023-11-29T08:31:33.137Z] 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 [2023-11-29T08:31:33.396Z] running golangci-lint [2023-11-29T08:31:33.396Z] golangci-lint has version 1.54.2 built with go1.21.0 from 411e0bbb on 2023-08-21T12:04:32Z [2023-11-29T08:31:33.396Z] go version go1.21.0 linux/amd64 [2023-11-29T08:31:33.656Z] level=info msg="[config_reader] Used config file .golangci.yml" [2023-11-29T08:31:33.656Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2023-11-29T08:31:48.539Z] level=info msg="[loader] Go packages loading at mode 575 (imports|compiled_files|deps|exports_file|files|name|types_sizes) took 12.907649638s" [2023-11-29T08:31:48.540Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 30.387611ms" [2023-11-29T08:31:51.987Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-9112 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2023-11-29T08:31:52.024Z] Running in /w/workspace/edgex-go/611 [Pipeline] { [Pipeline] checkout [2023-11-29T08:31:55.088Z] level=info msg="[linters_context/goanalysis] analyzers took 1m8.661033313s with top 10 stages: buildir: 30.751600037s, gosec: 6.159893896s, inspect: 2.248149305s, fact_deprecated: 2.06123028s, ctrlflow: 1.198125253s, printf: 1.133144493s, fact_purity: 808.330209ms, S1038: 807.036682ms, nilness: 763.452847ms, isgenerated: 697.236435ms" [2023-11-29T08:31:55.088Z] level=info msg="[runner] Issues before processing: 197, after processing: 0" [2023-11-29T08:31:55.088Z] level=info msg="[runner] Processors filtering stat (out/in): filename_unadjuster: 197/197, skip_files: 197/197, skip_dirs: 197/197, exclude-rules: 21/197, exclude: 197/197, cgo: 197/197, path_prettifier: 197/197, identifier_marker: 197/197, nolint: 0/21, autogenerated_exclude: 197/197" [2023-11-29T08:31:55.088Z] level=info msg="[runner] processing took 15.062912ms with stages: nolint: 6.785139ms, identifier_marker: 3.887949ms, path_prettifier: 1.371474ms, exclude-rules: 1.073198ms, autogenerated_exclude: 1.019787ms, skip_dirs: 878.025µs, cgo: 24.98µs, filename_unadjuster: 14.32µs, skip_files: 4.55µs, max_same_issues: 830ns, fixer: 390ns, uniq_by_line: 370ns, exclude: 280ns, severity-rules: 270ns, diff: 270ns, path_prefixer: 260ns, path_shortener: 240ns, max_from_linter: 170ns, source_code: 140ns, sort_results: 140ns, max_per_file_from_linter: 130ns" [2023-11-29T08:31:55.088Z] level=info msg="[runner] linters took 7.750883626s with stages: goanalysis_metalinter: 7.735738772s" [2023-11-29T08:31:55.088Z] level=info msg="File cache stats: 0 entries of total size 0B" [2023-11-29T08:31:55.088Z] level=info msg="Memory: 208 samples, avg is 233.1MB, max is 961.4MB" [2023-11-29T08:31:55.088Z] level=info msg="Execution took 20.699018546s" [2023-11-29T08:31:55.088Z] go vet ./... [2023-11-29T08:31:55.091Z] The recommended git tool is: git [2023-11-29T08:31:58.374Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-11-29T08:31:58.374Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-11-29T08:31:58.374Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-11-29T08:31:58.386Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh [2023-11-29T08:31:58.689Z] + ls -al . [2023-11-29T08:31:58.689Z] total 736 [2023-11-29T08:31:58.689Z] drwxrwxr-x 11 1001 1001 4096 Nov 29 08:30 . [2023-11-29T08:31:58.689Z] drwxr-xr-x 4 root root 4096 Nov 29 08:30 .. [2023-11-29T08:31:58.689Z] drwxrwxr-x 2 1001 1001 4096 Nov 29 08:29 .blubracket [2023-11-29T08:31:58.689Z] -rw-rw-r-- 1 1001 1001 10 Nov 29 08:29 .dockerignore [2023-11-29T08:31:58.689Z] drwxrwxr-x 8 1001 1001 4096 Nov 29 08:31 .git [2023-11-29T08:31:58.689Z] drwxrwxr-x 3 1001 1001 4096 Nov 29 08:29 .github [2023-11-29T08:31:58.689Z] -rw-rw-r-- 1 1001 1001 1074 Nov 29 08:29 .gitignore [2023-11-29T08:31:58.689Z] -rw-rw-r-- 1 1001 1001 42 Nov 29 08:29 .golangci.yml [2023-11-29T08:31:58.689Z] -rw-rw-r-- 1 1001 1001 100 Nov 29 08:29 .hadolint.yml [2023-11-29T08:31:58.689Z] drwxr-xr-x 3 1001 1001 4096 Nov 29 08:29 .semver [2023-11-29T08:31:58.689Z] -rw-rw-r-- 1 1001 1001 155 Nov 29 08:29 .sonarcloud.properties [2023-11-29T08:31:58.689Z] -rw-rw-r-- 1 1001 1001 1171 Nov 29 08:29 ADOPTERS.md [2023-11-29T08:31:58.689Z] -rw-rw-r-- 1 1001 1001 11674 Nov 29 08:29 Attribution.txt [2023-11-29T08:31:58.689Z] -rw-rw-r-- 1 1001 1001 100284 Nov 29 08:29 CHANGELOG.md [2023-11-29T08:31:58.689Z] -rw-rw-r-- 1 1001 1001 3804 Nov 29 08:29 CONTRIBUTING.md [2023-11-29T08:31:58.689Z] -rw-rw-r-- 1 1001 1001 677 Nov 29 08:29 GOVERNANCE.md [2023-11-29T08:31:58.689Z] -rw-rw-r-- 1 1001 1001 861 Nov 29 08:29 Jenkinsfile [2023-11-29T08:31:58.689Z] -rw-rw-r-- 1 1001 1001 10775 Nov 29 08:29 LICENSE [2023-11-29T08:31:58.689Z] -rw-rw-r-- 1 1001 1001 15054 Nov 29 08:29 Makefile [2023-11-29T08:31:58.689Z] -rw-rw-r-- 1 1001 1001 582 Nov 29 08:29 OWNERS.md [2023-11-29T08:31:58.689Z] -rw-rw-r-- 1 1001 1001 9528 Nov 29 08:29 README.md [2023-11-29T08:31:58.689Z] -rw-rw-r-- 1 1001 1001 789 Nov 29 08:29 SECURITY.md [2023-11-29T08:31:58.689Z] -rw-rw-r-- 1 1001 1001 11 Nov 29 08:29 VERSION [2023-11-29T08:31:58.689Z] drwxrwxr-x 2 1001 1001 4096 Nov 29 08:29 bin [2023-11-29T08:31:58.689Z] drwxrwxr-x 18 1001 1001 4096 Nov 29 08:29 cmd [2023-11-29T08:31:58.689Z] -rw-r--r-- 1 root root 453602 Nov 29 08:31 coverage.out [2023-11-29T08:31:58.689Z] drwxrwxr-x 2 1001 1001 4096 Nov 29 08:29 fuzz_test [2023-11-29T08:31:58.689Z] -rw-rw-r-- 1 1001 1001 3685 Nov 29 08:29 go.mod [2023-11-29T08:31:58.689Z] -rw-rw-r-- 1 1001 1001 34438 Nov 29 08:29 go.sum [2023-11-29T08:31:58.689Z] drwxrwxr-x 7 1001 1001 4096 Nov 29 08:29 internal [2023-11-29T08:31:58.689Z] drwxrwxr-x 3 1001 1001 4096 Nov 29 08:29 openapi [2023-11-29T08:31:58.689Z] -rw-rw-r-- 1 1001 1001 584 Nov 29 08:29 security.txt [2023-11-29T08:31:58.689Z] -rw-rw-r-- 1 1001 1001 204 Nov 29 08:29 version.go [Pipeline] sh [2023-11-29T08:31:58.973Z] + '[' -e coverage.out ] [2023-11-29T08:31:58.973Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-11-29T08:31:59.107Z] Stashed 1 file(s) [Pipeline] sh [2023-11-29T08:31:59.385Z] + make build [2023-11-29T08:31:59.385Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-11-29T08:32:00.027Z] using credential edgex-jenkins-ssh [2023-11-29T08:32:00.046Z] Cloning the remote Git repository [2023-11-29T08:32:00.080Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-11-29T08:32:00.169Z] > git init /w/workspace/edgex-go/611 # timeout=10 [2023-11-29T08:32:00.301Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-11-29T08:32:00.302Z] > git --version # timeout=10 [2023-11-29T08:32:00.321Z] > git --version # 'git version 2.25.1' [2023-11-29T08:32:00.323Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-11-29T08:32:00.464Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-11-29T08:32:11.579Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-11-29T08:32:11.579Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-11-29T08:32:12.145Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-11-29T08:32:12.712Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-11-29T08:32:16.482Z] Avoid second fetch [2023-11-29T08:32:16.483Z] Checking out Revision 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b (main) [2023-11-29T08:32:15.656Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-11-29T08:32:15.686Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-11-29T08:32:16.499Z] > git config core.sparsecheckout # timeout=10 [2023-11-29T08:32:16.564Z] > git checkout -f 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b # timeout=10 [2023-11-29T08:32:17.264Z] Commit message: "build: Update to latest 3.2.0 dev go mods (#4731)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-11-29T08:32:17.992Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-11-29T08:32:18.441Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-11-29T08:32:18.441Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-11-29T08:32:18.441Z] Dload Upload Total Spent Left Speed [2023-11-29T08:32:18.441Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12682 100 12682 0 0 83986 0 --:--:-- --:--:-- --:--:-- 83986 [Pipeline] sh [2023-11-29T08:32:18.795Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-11-29T08:32:19.138Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"}+ /etc/docker/daemon.json [2023-11-29T08:32:19.138Z] sudo tee /etc/docker/daemon.new [2023-11-29T08:32:19.138Z] { [2023-11-29T08:32:19.138Z] "registry-mirrors": [ [2023-11-29T08:32:19.138Z] "https://nexus3.edgexfoundry.org:10001" [2023-11-29T08:32:19.138Z] ], [2023-11-29T08:32:19.138Z] "bip": "10.250.0.254/24", [2023-11-29T08:32:19.138Z] "hosts": [ [2023-11-29T08:32:19.138Z] "tcp://0.0.0.0:5555", [2023-11-29T08:32:19.138Z] "unix:///var/run/docker.sock" [2023-11-29T08:32:19.138Z] ], [2023-11-29T08:32:19.138Z] "mtu": 1458, [2023-11-29T08:32:19.138Z] "selinux-enabled": true, [2023-11-29T08:32:19.138Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-11-29T08:32:19.138Z] } [Pipeline] sh [2023-11-29T08:32:19.369Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-11-29T08:32:19.479Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-11-29T08:32:19.806Z] + sudo service docker restart [2023-11-29T08:32:20.304Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-11-29T08:32:21.674Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-11-29T08:32:22.242Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-11-29T08:32:22.810Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-11-29T08:32:23.746Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-11-29T08:32:25.134Z] $ docker stop --time=1 489027db76ab11aa596cbd66a06baa934765a173db6da06999bfc6990b2a2a65 [2023-11-29T08:32:30.219Z] $ docker rm -f --volumes 489027db76ab11aa596cbd66a06baa934765a173db6da06999bfc6990b2a2a65 [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 [2023-11-29T08:32:31.374Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-11-29T08:32:31.374Z] [2023-11-29T08:32:31.374Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:32:31.685Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-11-29T08:32:31.685Z] latest: Pulling from edgex-devops/edgex-compose [2023-11-29T08:32:31.685Z] 91d30c5bc195: Pulling fs layer [2023-11-29T08:32:31.685Z] 2e9b0aa3be6d: Pulling fs layer [2023-11-29T08:32:31.685Z] 9c61dcf015f6: Pulling fs layer [2023-11-29T08:32:31.685Z] 4698f68db338: Pulling fs layer [2023-11-29T08:32:31.685Z] 2a2f49069b9e: Pulling fs layer [2023-11-29T08:32:31.685Z] e0025b399a48: Pulling fs layer [2023-11-29T08:32:31.685Z] 4698f68db338: Waiting [2023-11-29T08:32:31.685Z] e0025b399a48: Waiting [2023-11-29T08:32:31.685Z] 2a2f49069b9e: Waiting [2023-11-29T08:32:31.944Z] 91d30c5bc195: Verifying Checksum [2023-11-29T08:32:31.944Z] 91d30c5bc195: Download complete [2023-11-29T08:32:31.944Z] 4698f68db338: Verifying Checksum [2023-11-29T08:32:31.944Z] 4698f68db338: Download complete [2023-11-29T08:32:31.944Z] 2e9b0aa3be6d: Verifying Checksum [2023-11-29T08:32:31.944Z] 2e9b0aa3be6d: Download complete [2023-11-29T08:32:31.944Z] 91d30c5bc195: Pull complete [2023-11-29T08:32:31.944Z] e0025b399a48: Verifying Checksum [2023-11-29T08:32:31.944Z] e0025b399a48: Download complete [2023-11-29T08:32:32.202Z] 2a2f49069b9e: Download complete [2023-11-29T08:32:32.202Z] 2e9b0aa3be6d: Pull complete [2023-11-29T08:32:32.459Z] 9c61dcf015f6: Verifying Checksum [2023-11-29T08:32:32.459Z] 9c61dcf015f6: Download complete [2023-11-29T08:32:34.984Z] 9c61dcf015f6: Pull complete [2023-11-29T08:32:34.984Z] 4698f68db338: Pull complete [2023-11-29T08:32:35.243Z] 2a2f49069b9e: Pull complete [2023-11-29T08:32:35.243Z] e0025b399a48: Pull complete [2023-11-29T08:32:35.243Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2023-11-29T08:32:35.243Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-11-29T08:32:35.243Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-29T08:32:35.419Z] prd-ubuntu20.04-docker-8c-8g-9111 does not seem to be running inside a container [2023-11-29T08:32:35.446Z] $ 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/611 -v /w/workspace/edgex-go/611:/w/workspace/edgex-go/611:rw,z -v /w/workspace/edgex-go/611@tmp:/w/workspace/edgex-go/611@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-11-29T08:32:38.474Z] $ docker top 2a948e312d16cba5a9646b4a8c79062a7c5ac20a20d9712a512d2f1541295e07 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] configFileProvider [2023-11-29T08:32:38.645Z] provisioning config files... [2023-11-29T08:32:38.674Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/611@tmp/config7033315772591892945tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-11-29T08:32:38.862Z] + docker compose -f ./docker-compose-build.yml build --parallel [2023-11-29T08:32:39.131Z] ---> ****-login.sh [2023-11-29T08:32:39.132Z] nexus3.edgexfoundry.org:10001 [2023-11-29T08:32:39.402Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-29T08:32:39.672Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-11-29T08:32:39.672Z] Configure a credential helper to remove this warning. See [2023-11-29T08:32:39.672Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-11-29T08:32:39.672Z] [2023-11-29T08:32:39.672Z] Login Succeeded [2023-11-29T08:32:39.672Z] nexus3.edgexfoundry.org:10002 [2023-11-29T08:32:39.941Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-29T08:32:39.941Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-11-29T08:32:39.941Z] Configure a credential helper to remove this warning. See [2023-11-29T08:32:39.941Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-11-29T08:32:39.941Z] [2023-11-29T08:32:39.941Z] Login Succeeded [2023-11-29T08:32:39.941Z] nexus3.edgexfoundry.org:10003 [2023-11-29T08:32:40.212Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-29T08:32:40.482Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-11-29T08:32:40.482Z] Configure a credential helper to remove this warning. See [2023-11-29T08:32:40.482Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-11-29T08:32:40.482Z] [2023-11-29T08:32:40.482Z] Login Succeeded [2023-11-29T08:32:40.482Z] nexus3.edgexfoundry.org:10004 [2023-11-29T08:32:40.752Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-29T08:32:40.753Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-11-29T08:32:40.753Z] Configure a credential helper to remove this warning. See [2023-11-29T08:32:40.753Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-11-29T08:32:40.753Z] [2023-11-29T08:32:40.753Z] Login Succeeded [2023-11-29T08:32:40.753Z] ****.io [2023-11-29T08:32:40.768Z] #1 [security-proxy-setup internal] load build definition from Dockerfile [2023-11-29T08:32:40.768Z] #1 transferring dockerfile: 2.50kB done [2023-11-29T08:32:40.768Z] #1 DONE 0.0s [2023-11-29T08:32:41.024Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-29T08:32:41.027Z] [2023-11-29T08:32:41.027Z] #2 [security-secretstore-setup internal] load build definition from Dockerfile [2023-11-29T08:32:41.027Z] #2 transferring dockerfile: 2.49kB done [2023-11-29T08:32:41.027Z] #2 DONE 0.0s [2023-11-29T08:32:41.027Z] [2023-11-29T08:32:41.027Z] #3 [core-metadata internal] load build definition from Dockerfile [2023-11-29T08:32:41.027Z] #3 transferring dockerfile: 2.06kB done [2023-11-29T08:32:41.027Z] #3 DONE 0.0s [2023-11-29T08:32:41.027Z] [2023-11-29T08:32:41.027Z] #4 [security-spiffe-token-provider internal] load build definition from Dockerfile [2023-11-29T08:32:41.027Z] #4 transferring dockerfile: 1.89kB done [2023-11-29T08:32:41.027Z] #4 DONE 0.0s [2023-11-29T08:32:41.027Z] [2023-11-29T08:32:41.027Z] #5 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2023-11-29T08:32:41.027Z] #5 transferring dockerfile: 2.23kB done [2023-11-29T08:32:41.027Z] #5 DONE 0.0s [2023-11-29T08:32:41.027Z] [2023-11-29T08:32:41.027Z] #6 [core-data internal] load build definition from Dockerfile [2023-11-29T08:32:41.027Z] #6 transferring dockerfile: 2.01kB done [2023-11-29T08:32:41.027Z] #6 DONE 0.0s [2023-11-29T08:32:41.027Z] [2023-11-29T08:32:41.027Z] #7 [security-spire-agent internal] load build definition from Dockerfile [2023-11-29T08:32:41.027Z] #7 transferring dockerfile: 1.81kB done [2023-11-29T08:32:41.027Z] #7 DONE 0.0s [2023-11-29T08:32:41.027Z] [2023-11-29T08:32:41.027Z] #8 [security-spire-server internal] load build definition from Dockerfile [2023-11-29T08:32:41.027Z] #8 transferring dockerfile: 1.70kB done [2023-11-29T08:32:41.027Z] #8 DONE 0.0s [2023-11-29T08:32:41.027Z] [2023-11-29T08:32:41.027Z] #9 [security-bootstrapper internal] load build definition from Dockerfile [2023-11-29T08:32:41.027Z] #9 transferring dockerfile: 2.93kB done [2023-11-29T08:32:41.027Z] #9 DONE 0.0s [2023-11-29T08:32:41.027Z] [2023-11-29T08:32:41.027Z] #10 [support-notifications internal] load build definition from Dockerfile [2023-11-29T08:32:41.027Z] #10 transferring dockerfile: 1.95kB done [2023-11-29T08:32:41.027Z] #10 DONE 0.0s [2023-11-29T08:32:41.027Z] [2023-11-29T08:32:41.027Z] #11 [core-command internal] load build definition from Dockerfile [2023-11-29T08:32:41.027Z] #11 transferring dockerfile: 1.93kB done [2023-11-29T08:32:41.027Z] #11 DONE 0.0s [2023-11-29T08:32:41.027Z] [2023-11-29T08:32:41.027Z] #12 [security-spire-config internal] load build definition from Dockerfile [2023-11-29T08:32:41.027Z] #12 transferring dockerfile: 1.69kB done [2023-11-29T08:32:41.027Z] #12 DONE 0.0s [2023-11-29T08:32:41.027Z] [2023-11-29T08:32:41.027Z] #13 [security-proxy-auth internal] load build definition from Dockerfile [2023-11-29T08:32:41.027Z] #13 transferring dockerfile: 2.15kB done [2023-11-29T08:32:41.027Z] #13 DONE 0.1s [2023-11-29T08:32:41.027Z] [2023-11-29T08:32:41.027Z] #14 [security-proxy-setup internal] load .dockerignore [2023-11-29T08:32:41.027Z] #14 transferring context: 50B done [2023-11-29T08:32:41.027Z] #14 DONE 0.1s [2023-11-29T08:32:41.027Z] [2023-11-29T08:32:41.027Z] #15 [support-scheduler internal] load build definition from Dockerfile [2023-11-29T08:32:41.027Z] #15 transferring dockerfile: 1.93kB done [2023-11-29T08:32:41.027Z] #15 DONE 0.1s [2023-11-29T08:32:41.286Z] [2023-11-29T08:32:41.286Z] #16 [security-secretstore-setup internal] load .dockerignore [2023-11-29T08:32:41.286Z] #16 transferring context: 50B done [2023-11-29T08:32:41.286Z] #16 DONE 0.0s [2023-11-29T08:32:41.286Z] [2023-11-29T08:32:41.286Z] #17 [core-metadata internal] load .dockerignore [2023-11-29T08:32:41.286Z] #17 transferring context: 50B done [2023-11-29T08:32:41.286Z] #17 DONE 0.0s [2023-11-29T08:32:41.286Z] [2023-11-29T08:32:41.286Z] #18 [security-spiffe-token-provider internal] load .dockerignore [2023-11-29T08:32:41.286Z] #18 transferring context: 50B done [2023-11-29T08:32:41.286Z] #18 DONE 0.0s [2023-11-29T08:32:41.286Z] [2023-11-29T08:32:41.286Z] #19 [core-common-config-bootstrapper internal] load .dockerignore [2023-11-29T08:32:41.286Z] #19 transferring context: 50B done [2023-11-29T08:32:41.286Z] #19 DONE 0.0s [2023-11-29T08:32:41.286Z] [2023-11-29T08:32:41.286Z] #20 [core-data internal] load .dockerignore [2023-11-29T08:32:41.286Z] #20 transferring context: 50B done [2023-11-29T08:32:41.286Z] #20 DONE 0.0s [2023-11-29T08:32:41.286Z] [2023-11-29T08:32:41.286Z] #21 [security-spire-server internal] load .dockerignore [2023-11-29T08:32:41.286Z] #21 transferring context: 50B done [2023-11-29T08:32:41.286Z] #21 DONE 0.0s [2023-11-29T08:32:41.286Z] [2023-11-29T08:32:41.286Z] #22 [security-spire-agent internal] load .dockerignore [2023-11-29T08:32:41.286Z] #22 transferring context: 50B done [2023-11-29T08:32:41.286Z] #22 DONE 0.0s [2023-11-29T08:32:41.286Z] [2023-11-29T08:32:41.286Z] #23 [security-bootstrapper internal] load .dockerignore [2023-11-29T08:32:41.286Z] #23 transferring context: 50B done [2023-11-29T08:32:41.286Z] #23 DONE 0.0s [2023-11-29T08:32:41.286Z] [2023-11-29T08:32:41.286Z] #24 [support-notifications internal] load .dockerignore [2023-11-29T08:32:41.286Z] #24 transferring context: 50B done [2023-11-29T08:32:41.286Z] #24 DONE 0.0s [2023-11-29T08:32:41.286Z] [2023-11-29T08:32:41.286Z] #25 [core-command internal] load .dockerignore [2023-11-29T08:32:41.286Z] #25 transferring context: 50B done [2023-11-29T08:32:41.286Z] #25 DONE 0.0s [2023-11-29T08:32:41.286Z] [2023-11-29T08:32:41.286Z] #26 [security-spire-config internal] load .dockerignore [2023-11-29T08:32:41.286Z] #26 transferring context: 50B done [2023-11-29T08:32:41.286Z] #26 DONE 0.0s [2023-11-29T08:32:41.286Z] [2023-11-29T08:32:41.286Z] #27 [security-proxy-auth internal] load .dockerignore [2023-11-29T08:32:41.286Z] #27 transferring context: 50B done [2023-11-29T08:32:41.286Z] #27 DONE 0.0s [2023-11-29T08:32:41.286Z] [2023-11-29T08:32:41.286Z] #28 [support-scheduler internal] load .dockerignore [2023-11-29T08:32:41.286Z] #28 transferring context: 50B done [2023-11-29T08:32:41.286Z] #28 DONE 0.0s [2023-11-29T08:32:41.286Z] [2023-11-29T08:32:41.286Z] #29 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-11-29T08:32:41.286Z] #29 DONE 0.0s [2023-11-29T08:32:41.286Z] [2023-11-29T08:32:41.286Z] #30 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.18 [2023-11-29T08:32:41.292Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-11-29T08:32:41.292Z] Configure a credential helper to remove this warning. See [2023-11-29T08:32:41.292Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-11-29T08:32:41.292Z] [2023-11-29T08:32:41.292Z] Login Succeeded [2023-11-29T08:32:41.292Z] ---> ****-login.sh ends [Pipeline] } [2023-11-29T08:32:41.306Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2023-11-29T08:32:41.544Z] #30 ... [2023-11-29T08:32:41.544Z] [2023-11-29T08:32:41.544Z] #29 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-11-29T08:32:41.544Z] #29 DONE 0.0s [2023-11-29T08:32:41.544Z] [2023-11-29T08:32:41.544Z] #30 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 [2023-11-29T08:32:41.544Z] #30 ... [2023-11-29T08:32:41.544Z] [2023-11-29T08:32:41.544Z] #29 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-11-29T08:32:41.544Z] #29 DONE 0.0s [2023-11-29T08:32:41.544Z] [2023-11-29T08:32:41.544Z] #30 [security-spire-server internal] load metadata for docker.io/library/alpine:3.18 [Pipeline] sh [2023-11-29T08:32:41.802Z] #30 ... [2023-11-29T08:32:41.802Z] [2023-11-29T08:32:41.803Z] #29 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-11-29T08:32:41.803Z] #29 DONE 0.0s [2023-11-29T08:32:41.803Z] [2023-11-29T08:32:41.803Z] #30 [support-notifications internal] load metadata for docker.io/library/alpine:3.18 [2023-11-29T08:32:41.803Z] #30 ... [2023-11-29T08:32:41.803Z] [2023-11-29T08:32:41.803Z] #29 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-11-29T08:32:41.803Z] #29 DONE 0.0s [2023-11-29T08:32:41.803Z] [2023-11-29T08:32:41.803Z] #30 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.18 [2023-11-29T08:32:42.023Z] + git config --global --add safe.directory /w/workspace/edgex-go/611 [Pipeline] echo [2023-11-29T08:32:42.041Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [2023-11-29T08:32:42.061Z] #30 ... [2023-11-29T08:32:42.061Z] [2023-11-29T08:32:42.061Z] #29 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-11-29T08:32:42.061Z] #29 DONE 0.0s [2023-11-29T08:32:42.061Z] [2023-11-29T08:32:42.061Z] #30 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.18 [Pipeline] echo [2023-11-29T08:32:42.082Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2023-11-29T08:32:42.114Z] ========================================================= [2023-11-29T08:32:42.114Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2023-11-29T08:32:42.114Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-11-29T08:32:42.323Z] #30 DONE 0.6s [2023-11-29T08:32:42.323Z] [2023-11-29T08:32:42.323Z] #31 [support-scheduler stage-1 1/11] FROM docker.io/library/alpine:3.18@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 [2023-11-29T08:32:42.323Z] #31 resolve docker.io/library/alpine:3.18@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 0.0s done [2023-11-29T08:32:42.323Z] #31 sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 1.64kB / 1.64kB done [2023-11-29T08:32:42.323Z] #31 sha256:48d9183eb12a05c99bcc0bf44a003607b8e941e1d4f41f9ad12bdcc4b5672f86 528B / 528B done [2023-11-29T08:32:42.323Z] #31 sha256:8ca4688f4f356596b5ae539337c9941abc78eda10021d35cbc52659c74d9b443 1.47kB / 1.47kB done [2023-11-29T08:32:42.323Z] #31 sha256:96526aa774ef0126ad0fe9e9a95764c5fc37f409ab9e97021e7b4775d82bf6fa 3.40MB / 3.40MB 0.2s done [2023-11-29T08:32:42.323Z] #31 extracting sha256:96526aa774ef0126ad0fe9e9a95764c5fc37f409ab9e97021e7b4775d82bf6fa 0.3s done [2023-11-29T08:32:42.323Z] #31 DONE 1.1s [2023-11-29T08:32:42.323Z] [2023-11-29T08:32:42.323Z] #32 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2023-11-29T08:32:42.463Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2023-11-29T08:32:42.463Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-11-29T08:32:42.463Z] 9fda8d8052c6: Pulling fs layer [2023-11-29T08:32:42.463Z] 5d54e960e981: Pulling fs layer [2023-11-29T08:32:42.463Z] c4a7e357bf2a: Pulling fs layer [2023-11-29T08:32:42.463Z] f0e02332f6b5: Pulling fs layer [2023-11-29T08:32:42.463Z] 872ee5b61b7b: Pulling fs layer [2023-11-29T08:32:42.463Z] f0e02332f6b5: Waiting [2023-11-29T08:32:42.463Z] 0c6a40ed1a82: Pulling fs layer [2023-11-29T08:32:42.463Z] 872ee5b61b7b: Waiting [2023-11-29T08:32:42.463Z] 94ae7d8d031c: Pulling fs layer [2023-11-29T08:32:42.463Z] 94ae7d8d031c: Waiting [2023-11-29T08:32:42.463Z] 0c6a40ed1a82: Waiting [2023-11-29T08:32:42.582Z] #32 ... [2023-11-29T08:32:42.582Z] [2023-11-29T08:32:42.582Z] #33 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2023-11-29T08:32:42.582Z] #33 DONE 1.2s [2023-11-29T08:32:42.582Z] [2023-11-29T08:32:42.582Z] #31 [security-spire-agent stage-1 1/11] FROM docker.io/library/alpine:3.18@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 [2023-11-29T08:32:42.582Z] #31 resolve docker.io/library/alpine:3.18@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 0.0s done [2023-11-29T08:32:42.582Z] #31 sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 1.64kB / 1.64kB done [2023-11-29T08:32:42.582Z] #31 sha256:48d9183eb12a05c99bcc0bf44a003607b8e941e1d4f41f9ad12bdcc4b5672f86 528B / 528B done [2023-11-29T08:32:42.582Z] #31 sha256:8ca4688f4f356596b5ae539337c9941abc78eda10021d35cbc52659c74d9b443 1.47kB / 1.47kB done [2023-11-29T08:32:42.582Z] #31 sha256:96526aa774ef0126ad0fe9e9a95764c5fc37f409ab9e97021e7b4775d82bf6fa 3.40MB / 3.40MB 0.2s done [2023-11-29T08:32:42.582Z] #31 extracting sha256:96526aa774ef0126ad0fe9e9a95764c5fc37f409ab9e97021e7b4775d82bf6fa 0.3s done [2023-11-29T08:32:42.582Z] #31 DONE 1.1s [2023-11-29T08:32:42.582Z] [2023-11-29T08:32:42.582Z] #34 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 [2023-11-29T08:32:42.582Z] #34 DONE 1.0s [2023-11-29T08:32:42.582Z] [2023-11-29T08:32:42.582Z] #35 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 [2023-11-29T08:32:42.582Z] #35 DONE 1.0s [2023-11-29T08:32:42.582Z] [2023-11-29T08:32:42.582Z] #36 [core-metadata builder 2/7] WORKDIR /edgex-go [2023-11-29T08:32:42.734Z] 5d54e960e981: Verifying Checksum [2023-11-29T08:32:42.734Z] 5d54e960e981: Download complete [2023-11-29T08:32:42.734Z] f0e02332f6b5: Verifying Checksum [2023-11-29T08:32:42.734Z] f0e02332f6b5: Download complete [2023-11-29T08:32:42.734Z] 872ee5b61b7b: Verifying Checksum [2023-11-29T08:32:42.734Z] 872ee5b61b7b: Download complete [2023-11-29T08:32:42.734Z] 9fda8d8052c6: Verifying Checksum [2023-11-29T08:32:42.734Z] 9fda8d8052c6: Download complete [2023-11-29T08:32:42.840Z] #36 ... [2023-11-29T08:32:42.840Z] [2023-11-29T08:32:42.840Z] #37 [security-spire-config internal] load build context [2023-11-29T08:32:42.840Z] #37 transferring context: 16.35kB 0.0s done [2023-11-29T08:32:42.840Z] #37 DONE 0.2s [2023-11-29T08:32:42.840Z] [2023-11-29T08:32:42.840Z] #38 [security-spire-server internal] load build context [2023-11-29T08:32:42.840Z] #38 transferring context: 18.10kB 0.0s done [2023-11-29T08:32:42.840Z] #38 DONE 0.3s [2023-11-29T08:32:42.840Z] [2023-11-29T08:32:42.840Z] #39 [security-spire-agent internal] load build context [2023-11-29T08:32:42.840Z] #39 transferring context: 17.63kB 0.0s done [2023-11-29T08:32:42.840Z] #39 DONE 0.3s [2023-11-29T08:32:42.840Z] [2023-11-29T08:32:42.840Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-11-29T08:32:42.840Z] #40 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.3s done [2023-11-29T08:32:43.004Z] 94ae7d8d031c: Verifying Checksum [2023-11-29T08:32:43.004Z] 94ae7d8d031c: Download complete [2023-11-29T08:32:43.104Z] #40 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done [2023-11-29T08:32:43.104Z] #40 sha256:13e228de2edc156c9cd22d12c33ecfc049b8ac3b6e92ae8d11319185a75505d4 1.05kB / 1.05kB done [2023-11-29T08:32:43.597Z] 9fda8d8052c6: Pull complete [2023-11-29T08:32:44.042Z] #40 sha256:61cc53a269b199a7b169c2fb56b2d1061fc00d6167416d87f60f3ddc5ceb4f8b 2.74kB / 2.74kB done [2023-11-29T08:32:44.189Z] 5d54e960e981: Pull complete [2023-11-29T08:32:44.459Z] c4a7e357bf2a: Verifying Checksum [2023-11-29T08:32:44.459Z] c4a7e357bf2a: Download complete [2023-11-29T08:32:45.428Z] 0c6a40ed1a82: Verifying Checksum [2023-11-29T08:32:45.428Z] 0c6a40ed1a82: Download complete [2023-11-29T08:32:48.298Z] #40 ... [2023-11-29T08:32:48.298Z] [2023-11-29T08:32:48.298Z] #41 [security-proxy-setup internal] load build context [2023-11-29T08:32:48.298Z] #41 transferring context: 356.00MB 6.3s [2023-11-29T08:32:48.298Z] #41 transferring context: 369.40MB 6.5s done [2023-11-29T08:32:48.298Z] #41 ... [2023-11-29T08:32:48.298Z] [2023-11-29T08:32:48.298Z] #42 [security-secretstore-setup internal] load build context [2023-11-29T08:32:48.298Z] #42 transferring context: 369.40MB 6.7s done [2023-11-29T08:32:48.298Z] #42 ... [2023-11-29T08:32:48.298Z] [2023-11-29T08:32:48.298Z] #43 [core-command internal] load build context [2023-11-29T08:32:48.298Z] #43 ... [2023-11-29T08:32:48.298Z] [2023-11-29T08:32:48.298Z] #44 [core-metadata internal] load build context [2023-11-29T08:32:48.556Z] #44 ... [2023-11-29T08:32:48.556Z] [2023-11-29T08:32:48.556Z] #43 [core-command internal] load build context [2023-11-29T08:32:48.556Z] #43 transferring context: 369.40MB 6.7s done [2023-11-29T08:32:51.859Z] #43 ... [2023-11-29T08:32:51.859Z] [2023-11-29T08:32:51.859Z] #45 [security-spiffe-token-provider internal] load build context [2023-11-29T08:32:51.859Z] #45 transferring context: 369.40MB 7.6s done [2023-11-29T08:32:51.859Z] #45 ... [2023-11-29T08:32:51.859Z] [2023-11-29T08:32:51.859Z] #46 [core-common-config-bootstrapper internal] load build context [2023-11-29T08:32:51.859Z] #46 transferring context: 369.40MB 8.5s done [2023-11-29T08:32:51.859Z] #46 ... [2023-11-29T08:32:51.859Z] [2023-11-29T08:32:51.859Z] #47 [security-bootstrapper internal] load build context [2023-11-29T08:32:51.859Z] #47 transferring context: 369.40MB 8.3s done [2023-11-29T08:32:51.859Z] #47 ... [2023-11-29T08:32:51.859Z] [2023-11-29T08:32:51.859Z] #48 [core-data internal] load build context [2023-11-29T08:32:51.859Z] #48 transferring context: 369.40MB 7.1s done [2023-11-29T08:32:52.118Z] #48 ... [2023-11-29T08:32:52.118Z] [2023-11-29T08:32:52.118Z] #49 [support-notifications internal] load build context [2023-11-29T08:32:52.118Z] #49 transferring context: 369.40MB 8.8s done [2023-11-29T08:32:52.118Z] #49 ... [2023-11-29T08:32:52.118Z] [2023-11-29T08:32:52.118Z] #50 [security-proxy-auth internal] load build context [2023-11-29T08:32:52.118Z] #50 transferring context: 369.40MB 6.5s done [2023-11-29T08:32:52.378Z] #50 ... [2023-11-29T08:32:52.378Z] [2023-11-29T08:32:52.378Z] #51 [support-scheduler internal] load build context [2023-11-29T08:32:52.378Z] #51 transferring context: 369.40MB 5.8s done [2023-11-29T08:32:52.378Z] #51 ... [2023-11-29T08:32:52.378Z] [2023-11-29T08:32:52.378Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-11-29T08:32:52.378Z] #40 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 5.3s [2023-11-29T08:32:52.635Z] #40 ... [2023-11-29T08:32:52.636Z] [2023-11-29T08:32:52.636Z] #52 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2023-11-29T08:32:52.986Z] #52 ... [2023-11-29T08:32:52.987Z] [2023-11-29T08:32:52.987Z] #53 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-11-29T08:32:52.987Z] #53 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 0.3s done [2023-11-29T08:32:52.987Z] #53 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done [2023-11-29T08:32:52.987Z] #53 sha256:7e76a3dce7eaf6d44f2b1987f5da8cd79a07e608aa6fd6d2c6133d2de2567113 1.05kB / 1.05kB done [2023-11-29T08:32:52.987Z] #53 sha256:fbfe9bfccec4363503047752a0612bd8185689ca4b7569a923953aa6ca43f9dc 2.74kB / 2.74kB done [2023-11-29T08:32:52.987Z] #53 ... [2023-11-29T08:32:52.987Z] [2023-11-29T08:32:52.987Z] #54 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2023-11-29T08:32:53.246Z] #54 ... [2023-11-29T08:32:53.246Z] [2023-11-29T08:32:53.246Z] #55 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-11-29T08:32:53.246Z] #55 ... [2023-11-29T08:32:53.246Z] [2023-11-29T08:32:53.246Z] #56 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-11-29T08:32:53.246Z] #56 ... [2023-11-29T08:32:53.246Z] [2023-11-29T08:32:53.246Z] #57 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2023-11-29T08:32:53.536Z] #57 ... [2023-11-29T08:32:53.536Z] [2023-11-29T08:32:53.536Z] #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-11-29T08:32:53.536Z] #58 ... [2023-11-29T08:32:53.536Z] [2023-11-29T08:32:53.536Z] #59 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-11-29T08:32:53.816Z] #59 ... [2023-11-29T08:32:53.816Z] [2023-11-29T08:32:53.816Z] #60 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init [2023-11-29T08:32:53.816Z] #60 ... [2023-11-29T08:32:53.816Z] [2023-11-29T08:32:53.816Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-11-29T08:32:54.075Z] #40 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 0B / 302B 6.9s [2023-11-29T08:32:54.075Z] #40 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 7.0s [2023-11-29T08:32:55.982Z] #40 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0B / 123.55kB 8.8s [2023-11-29T08:32:56.550Z] #40 ... [2023-11-29T08:32:56.550Z] [2023-11-29T08:32:56.550Z] #32 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2023-11-29T08:32:56.550Z] #32 3.923 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-11-29T08:32:56.550Z] #32 4.241 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-11-29T08:32:56.550Z] #32 4.463 (1/1) Installing dumb-init (1.2.5-r2) [2023-11-29T08:32:56.550Z] #32 4.468 Executing busybox-1.36.1-r2.trigger [2023-11-29T08:32:56.550Z] #32 4.475 OK: 7 MiB in 16 packages [2023-11-29T08:32:56.550Z] #32 ... [2023-11-29T08:32:56.550Z] [2023-11-29T08:32:56.550Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-11-29T08:32:56.809Z] #40 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 9.6s [2023-11-29T08:32:57.754Z] c4a7e357bf2a: Pull complete [2023-11-29T08:32:57.754Z] f0e02332f6b5: Pull complete [2023-11-29T08:32:57.754Z] 872ee5b61b7b: Pull complete [2023-11-29T08:32:58.713Z] #40 ... [2023-11-29T08:32:58.713Z] [2023-11-29T08:32:58.713Z] #44 [core-metadata internal] load build context [2023-11-29T08:32:58.713Z] #44 transferring context: 369.40MB 7.8s done [2023-11-29T08:32:58.713Z] #44 ... [2023-11-29T08:32:58.713Z] [2023-11-29T08:32:58.713Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-11-29T08:32:59.325Z] #40 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 12.1s [2023-11-29T08:32:59.325Z] #40 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 10.4s done [2023-11-29T08:32:59.325Z] #40 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done [2023-11-29T08:32:59.584Z] #40 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 12.4s done [2023-11-29T08:32:59.584Z] #40 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 12.5s done [2023-11-29T08:32:59.584Z] #40 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 12.4s done [2023-11-29T08:32:59.584Z] #40 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 12.5s done [2023-11-29T08:32:59.584Z] #40 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae done [2023-11-29T08:33:00.154Z] #40 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 0B / 25.84MB 13.1s [2023-11-29T08:33:01.569Z] #40 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 18.87MB / 25.84MB 14.3s [2023-11-29T08:33:01.569Z] #40 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 14.4s [2023-11-29T08:33:02.950Z] #40 ... [2023-11-29T08:33:02.950Z] [2023-11-29T08:33:02.950Z] #53 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-11-29T08:33:02.950Z] #53 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 9.3s done [2023-11-29T08:33:02.950Z] #53 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 11.4s done [2023-11-29T08:33:02.950Z] #53 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done [2023-11-29T08:33:02.950Z] #53 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 14.7s [2023-11-29T08:33:02.950Z] #53 sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 0B / 18.86MB 14.7s [2023-11-29T08:33:03.210Z] #53 ... [2023-11-29T08:33:03.210Z] [2023-11-29T08:33:03.210Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-11-29T08:33:05.118Z] #40 ... [2023-11-29T08:33:05.118Z] [2023-11-29T08:33:05.118Z] #41 [security-proxy-setup internal] load build context [2023-11-29T08:33:05.118Z] #41 DONE 23.3s [2023-11-29T08:33:05.118Z] [2023-11-29T08:33:05.118Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-11-29T08:33:05.118Z] #40 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 17.7s done [2023-11-29T08:33:05.118Z] #40 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 done [2023-11-29T08:33:05.118Z] #40 ... [2023-11-29T08:33:05.118Z] [2023-11-29T08:33:05.118Z] #51 [support-scheduler internal] load build context [2023-11-29T08:33:05.118Z] #51 DONE 22.7s [2023-11-29T08:33:05.118Z] [2023-11-29T08:33:05.118Z] #43 [core-command internal] load build context [2023-11-29T08:33:05.118Z] #43 DONE 23.1s [2023-11-29T08:33:05.118Z] [2023-11-29T08:33:05.118Z] #50 [security-proxy-auth internal] load build context [2023-11-29T08:33:05.118Z] #50 DONE 22.9s [2023-11-29T08:33:05.118Z] [2023-11-29T08:33:05.118Z] #42 [security-secretstore-setup internal] load build context [2023-11-29T08:33:05.118Z] #42 DONE 23.4s [2023-11-29T08:33:05.118Z] [2023-11-29T08:33:05.118Z] #48 [core-data internal] load build context [2023-11-29T08:33:05.118Z] #48 DONE 23.2s [2023-11-29T08:33:05.118Z] [2023-11-29T08:33:05.118Z] #45 [security-spiffe-token-provider internal] load build context [2023-11-29T08:33:05.118Z] #45 DONE 23.3s [2023-11-29T08:33:05.118Z] [2023-11-29T08:33:05.118Z] #47 [security-bootstrapper internal] load build context [2023-11-29T08:33:05.118Z] #47 DONE 23.2s [2023-11-29T08:33:05.118Z] [2023-11-29T08:33:05.118Z] #44 [core-metadata internal] load build context [2023-11-29T08:33:05.118Z] #44 DONE 23.4s [2023-11-29T08:33:05.118Z] [2023-11-29T08:33:05.118Z] #46 [core-common-config-bootstrapper internal] load build context [2023-11-29T08:33:05.118Z] #46 DONE 23.4s [2023-11-29T08:33:05.118Z] [2023-11-29T08:33:05.118Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-11-29T08:33:05.118Z] #40 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 17.7s done [2023-11-29T08:33:05.118Z] #40 extracting sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 [2023-11-29T08:33:05.118Z] #40 ... [2023-11-29T08:33:05.118Z] [2023-11-29T08:33:05.119Z] #49 [support-notifications internal] load build context [2023-11-29T08:33:05.119Z] #49 DONE 23.1s [2023-11-29T08:33:05.119Z] [2023-11-29T08:33:05.119Z] #32 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2023-11-29T08:33:05.119Z] #32 DONE 22.5s [2023-11-29T08:33:05.119Z] [2023-11-29T08:33:05.119Z] #36 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go [2023-11-29T08:33:05.119Z] #36 DONE 22.5s [2023-11-29T08:33:05.119Z] [2023-11-29T08:33:05.119Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-11-29T08:33:05.986Z] 0c6a40ed1a82: Pull complete [2023-11-29T08:33:06.528Z] #40 extracting sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 1.5s done [2023-11-29T08:33:06.528Z] #40 extracting sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 1.5s done [2023-11-29T08:33:07.395Z] 94ae7d8d031c: Pull complete [2023-11-29T08:33:07.395Z] Digest: sha256:bced28d2139e98291f6f5222245e06760ce829f55f75386c6c13bfabca1016f1 [2023-11-29T08:33:07.395Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2023-11-29T08:33:07.395Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [Pipeline] fileExists [Pipeline] sh [2023-11-29T08:33:07.767Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2023-11-29T08:33:07.767Z] WORKDIR /edgex [2023-11-29T08:33:07.767Z] COPY go.mod . [2023-11-29T08:33:07.767Z] RUN go mod download [2023-11-29T08:33:07.767Z] + docker build -t ci-base-image-arm64 -f - . [2023-11-29T08:33:07.905Z] #40 ... [2023-11-29T08:33:07.905Z] [2023-11-29T08:33:07.905Z] #57 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2023-11-29T08:33:07.905Z] #57 23.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-11-29T08:33:07.905Z] #57 23.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-11-29T08:33:07.905Z] #57 23.32 (1/2) Installing ca-certificates (20230506-r0) [2023-11-29T08:33:07.905Z] #57 23.34 (2/2) Installing dumb-init (1.2.5-r2) [2023-11-29T08:33:07.905Z] #57 23.34 Executing busybox-1.36.1-r2.trigger [2023-11-29T08:33:07.905Z] #57 23.37 Executing ca-certificates-20230506-r0.trigger [2023-11-29T08:33:07.905Z] #57 23.42 OK: 8 MiB in 17 packages [2023-11-29T08:33:07.905Z] #57 DONE 25.5s [2023-11-29T08:33:07.905Z] [2023-11-29T08:33:07.905Z] #61 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-11-29T08:33:07.905Z] #0 0.719 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-11-29T08:33:07.905Z] #0 1.021 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-11-29T08:33:07.905Z] #0 1.303 OK: 264 MiB in 52 packages [2023-11-29T08:33:07.905Z] #61 DONE 3.1s [2023-11-29T08:33:07.905Z] [2023-11-29T08:33:07.905Z] #62 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-11-29T08:33:07.905Z] #0 0.862 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-11-29T08:33:07.905Z] #0 1.056 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-11-29T08:33:07.905Z] #0 1.339 v3.18.4-256-g7c18b4ada09 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2023-11-29T08:33:07.905Z] #0 1.339 v3.18.4-261-g9f2d1c1be27 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2023-11-29T08:33:07.905Z] #0 1.339 OK: 20069 distinct packages available [2023-11-29T08:33:07.905Z] #0 1.401 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-11-29T08:33:07.905Z] #0 1.544 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-11-29T08:33:07.905Z] #0 1.855 OK: 264 MiB in 52 packages [2023-11-29T08:33:07.905Z] #62 DONE 3.1s [2023-11-29T08:33:07.905Z] [2023-11-29T08:33:07.905Z] #63 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2023-11-29T08:33:07.905Z] #0 1.011 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-11-29T08:33:07.905Z] #0 1.098 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-11-29T08:33:07.905Z] #0 1.402 OK: 264 MiB in 52 packages [2023-11-29T08:33:07.905Z] #63 DONE 3.2s [2023-11-29T08:33:08.165Z] [2023-11-29T08:33:08.165Z] #56 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-11-29T08:33:08.165Z] #56 22.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-11-29T08:33:08.165Z] #56 22.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-11-29T08:33:08.165Z] #56 23.15 v3.18.4-256-g7c18b4ada09 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2023-11-29T08:33:08.165Z] #56 23.15 v3.18.4-261-g9f2d1c1be27 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2023-11-29T08:33:08.165Z] #56 23.15 OK: 20076 distinct packages available [2023-11-29T08:33:08.165Z] #56 23.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-11-29T08:33:08.165Z] #56 23.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-11-29T08:33:08.165Z] #56 23.71 (1/7) Upgrading libcrypto3 (3.1.3-r0 -> 3.1.4-r1) [2023-11-29T08:33:08.165Z] #56 23.76 (2/7) Upgrading libssl3 (3.1.3-r0 -> 3.1.4-r1) [2023-11-29T08:33:08.165Z] #56 23.77 (3/7) Installing dumb-init (1.2.5-r2) [2023-11-29T08:33:08.165Z] #56 23.77 (4/7) Installing musl-obstack (1.2.3-r2) [2023-11-29T08:33:08.165Z] #56 23.77 (5/7) Installing libucontext (1.2-r2) [2023-11-29T08:33:08.165Z] #56 23.78 (6/7) Installing gcompat (1.1.0-r1) [2023-11-29T08:33:08.165Z] #56 23.78 (7/7) Installing openssl (3.1.4-r1) [2023-11-29T08:33:08.165Z] #56 23.82 Executing busybox-1.36.1-r2.trigger [2023-11-29T08:33:08.165Z] #56 23.83 OK: 8 MiB in 20 packages [2023-11-29T08:33:08.165Z] #56 DONE 25.3s [2023-11-29T08:33:08.165Z] [2023-11-29T08:33:08.165Z] #60 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init [2023-11-29T08:33:08.165Z] #60 22.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-11-29T08:33:08.165Z] #60 24.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-11-29T08:33:08.165Z] #60 24.39 (1/1) Installing dumb-init (1.2.5-r2) [2023-11-29T08:33:08.165Z] #60 24.39 Executing busybox-1.36.1-r2.trigger [2023-11-29T08:33:08.165Z] #60 24.40 OK: 7 MiB in 16 packages [2023-11-29T08:33:08.165Z] #60 DONE 25.6s [2023-11-29T08:33:08.165Z] [2023-11-29T08:33:08.165Z] #59 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-11-29T08:33:08.165Z] #59 22.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-11-29T08:33:08.165Z] #59 22.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-11-29T08:33:08.165Z] #59 22.95 v3.18.4-256-g7c18b4ada09 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2023-11-29T08:33:08.165Z] #59 22.95 v3.18.4-261-g9f2d1c1be27 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2023-11-29T08:33:08.165Z] #59 22.95 OK: 20076 distinct packages available [2023-11-29T08:33:08.165Z] #59 23.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-11-29T08:33:08.165Z] #59 23.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-11-29T08:33:08.165Z] #59 23.59 (1/4) Installing dumb-init (1.2.5-r2) [2023-11-29T08:33:08.165Z] #59 23.59 (2/4) Installing musl-obstack (1.2.3-r2) [2023-11-29T08:33:08.165Z] #59 23.61 (3/4) Installing libucontext (1.2-r2) [2023-11-29T08:33:08.165Z] #59 23.61 (4/4) Installing gcompat (1.1.0-r1) [2023-11-29T08:33:08.165Z] #59 23.61 Executing busybox-1.36.1-r2.trigger [2023-11-29T08:33:08.165Z] #59 23.62 OK: 8 MiB in 19 packages [2023-11-29T08:33:08.165Z] #59 DONE 25.4s [2023-11-29T08:33:08.165Z] [2023-11-29T08:33:08.165Z] #64 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2023-11-29T08:33:08.165Z] #0 1.137 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-11-29T08:33:08.165Z] #0 1.257 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-11-29T08:33:08.165Z] #0 1.541 (1/7) Upgrading musl (1.2.4-r1 -> 1.2.4-r2) [2023-11-29T08:33:08.165Z] #0 1.555 (2/7) Upgrading busybox (1.36.1-r2 -> 1.36.1-r5) [2023-11-29T08:33:08.165Z] #0 1.572 Executing busybox-1.36.1-r5.post-upgrade [2023-11-29T08:33:08.165Z] #0 1.598 (3/7) Upgrading busybox-binsh (1.36.1-r2 -> 1.36.1-r5) [2023-11-29T08:33:08.165Z] #0 1.608 (4/7) Upgrading libcrypto3 (3.1.3-r0 -> 3.1.4-r1) [2023-11-29T08:33:08.165Z] #0 1.641 (5/7) Upgrading libssl3 (3.1.3-r0 -> 3.1.4-r1) [2023-11-29T08:33:08.165Z] #0 1.648 (6/7) Upgrading ssl_client (1.36.1-r2 -> 1.36.1-r5) [2023-11-29T08:33:08.165Z] #0 1.651 (7/7) Upgrading musl-utils (1.2.4-r1 -> 1.2.4-r2) [2023-11-29T08:33:08.165Z] #0 1.655 Executing busybox-1.36.1-r5.trigger [2023-11-29T08:33:08.165Z] #0 1.660 OK: 7 MiB in 16 packages [2023-11-29T08:33:08.165Z] #64 DONE 3.1s [2023-11-29T08:33:08.165Z] [2023-11-29T08:33:08.165Z] #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-11-29T08:33:08.165Z] #58 22.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-11-29T08:33:08.165Z] #58 22.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-11-29T08:33:08.165Z] #58 23.21 v3.18.4-256-g7c18b4ada09 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2023-11-29T08:33:08.165Z] #58 23.21 v3.18.4-261-g9f2d1c1be27 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2023-11-29T08:33:08.165Z] #58 23.21 OK: 20076 distinct packages available [2023-11-29T08:33:08.165Z] #58 23.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-11-29T08:33:08.165Z] #58 23.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-11-29T08:33:08.165Z] #58 23.69 (1/11) Installing ca-certificates (20230506-r0) [2023-11-29T08:33:08.165Z] #58 23.71 (2/11) Installing brotli-libs (1.0.9-r14) [2023-11-29T08:33:08.165Z] #58 23.73 (3/11) Installing libunistring (1.1-r1) [2023-11-29T08:33:08.165Z] #58 23.75 (4/11) Installing libidn2 (2.3.4-r1) [2023-11-29T08:33:08.165Z] #58 23.79 (5/11) Installing nghttp2-libs (1.57.0-r0) [2023-11-29T08:33:08.165Z] #58 23.79 (6/11) Installing libcurl (8.4.0-r0) [2023-11-29T08:33:08.165Z] #58 23.80 (7/11) Installing curl (8.4.0-r0) [2023-11-29T08:33:08.165Z] #58 23.82 (8/11) Installing dumb-init (1.2.5-r2) [2023-11-29T08:33:08.165Z] #58 23.82 (9/11) Installing musl-obstack (1.2.3-r2) [2023-11-29T08:33:08.165Z] #58 23.82 (10/11) Installing libucontext (1.2-r2) [2023-11-29T08:33:08.165Z] #58 23.82 (11/11) Installing gcompat (1.1.0-r1) [2023-11-29T08:33:08.165Z] #58 23.82 Executing busybox-1.36.1-r2.trigger [2023-11-29T08:33:08.165Z] #58 23.82 Executing ca-certificates-20230506-r0.trigger [2023-11-29T08:33:08.165Z] #58 23.86 OK: 12 MiB in 26 packages [2023-11-29T08:33:08.165Z] #58 DONE 25.6s [2023-11-29T08:33:08.165Z] [2023-11-29T08:33:08.165Z] #52 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2023-11-29T08:33:08.165Z] #52 22.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-11-29T08:33:08.165Z] #52 23.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-11-29T08:33:08.165Z] #52 24.22 (1/2) Installing dumb-init (1.2.5-r2) [2023-11-29T08:33:08.165Z] #52 24.22 (2/2) Installing su-exec (0.2-r3) [2023-11-29T08:33:08.165Z] #52 24.23 Executing busybox-1.36.1-r2.trigger [2023-11-29T08:33:08.165Z] #52 24.23 OK: 7 MiB in 17 packages [2023-11-29T08:33:08.165Z] #52 DONE 25.6s [2023-11-29T08:33:08.165Z] [2023-11-29T08:33:08.165Z] #65 [core-data builder 3/7] RUN apk add --update --no-cache make git [2023-11-29T08:33:08.165Z] #0 1.029 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-11-29T08:33:08.165Z] #0 1.171 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-11-29T08:33:08.165Z] #0 1.399 OK: 264 MiB in 52 packages [2023-11-29T08:33:08.165Z] #65 DONE 3.2s [2023-11-29T08:33:08.165Z] [2023-11-29T08:33:08.165Z] #55 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-11-29T08:33:08.165Z] #55 23.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-11-29T08:33:08.165Z] #55 23.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-11-29T08:33:08.165Z] #55 23.39 (1/4) Installing ca-certificates (20230506-r0) [2023-11-29T08:33:08.165Z] #55 23.41 (2/4) Installing dumb-init (1.2.5-r2) [2023-11-29T08:33:08.165Z] #55 23.42 (3/4) Installing su-exec (0.2-r3) [2023-11-29T08:33:08.165Z] #55 23.42 (4/4) Installing yq (4.33.3-r5) [2023-11-29T08:33:08.165Z] #55 23.48 Executing busybox-1.36.1-r2.trigger [2023-11-29T08:33:08.165Z] #55 23.49 Executing ca-certificates-20230506-r0.trigger [2023-11-29T08:33:08.165Z] #55 23.57 OK: 17 MiB in 19 packages [2023-11-29T08:33:08.165Z] #55 DONE 25.6s [2023-11-29T08:33:08.165Z] [2023-11-29T08:33:08.165Z] #54 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2023-11-29T08:33:08.165Z] #54 22.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-11-29T08:33:08.165Z] #54 23.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-11-29T08:33:08.165Z] #54 24.18 (1/6) Upgrading libcrypto3 (3.1.3-r0 -> 3.1.4-r1) [2023-11-29T08:33:08.165Z] #54 24.22 (2/6) Upgrading libssl3 (3.1.3-r0 -> 3.1.4-r1) [2023-11-29T08:33:08.165Z] #54 24.23 (3/6) Installing dumb-init (1.2.5-r2) [2023-11-29T08:33:08.166Z] #54 24.23 (4/6) Installing openssl (3.1.4-r1) [2023-11-29T08:33:08.166Z] #54 24.24 (5/6) Installing su-exec (0.2-r3) [2023-11-29T08:33:08.166Z] #54 24.24 (6/6) Installing yq (4.33.3-r5) [2023-11-29T08:33:08.166Z] #54 24.32 Executing busybox-1.36.1-r2.trigger [2023-11-29T08:33:08.166Z] #54 24.32 OK: 17 MiB in 19 packages [2023-11-29T08:33:08.166Z] #54 DONE 25.5s [2023-11-29T08:33:08.166Z] [2023-11-29T08:33:08.166Z] #66 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2023-11-29T08:33:08.166Z] #66 ... [2023-11-29T08:33:08.166Z] [2023-11-29T08:33:08.166Z] #67 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2023-11-29T08:33:08.166Z] #67 DONE 0.2s [2023-11-29T08:33:08.352Z] Sending build context to Docker daemon 2.917MB [2023-11-29T08:33:08.352Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2023-11-29T08:33:08.352Z] ---> 86de565de09d [2023-11-29T08:33:08.352Z] Step 2/4 : WORKDIR /edgex [2023-11-29T08:33:08.423Z] [2023-11-29T08:33:08.423Z] #68 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2023-11-29T08:33:08.423Z] #68 DONE 0.2s [2023-11-29T08:33:08.423Z] [2023-11-29T08:33:08.423Z] #69 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2023-11-29T08:33:08.423Z] #69 DONE 0.2s [2023-11-29T08:33:08.423Z] [2023-11-29T08:33:08.423Z] #70 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2023-11-29T08:33:08.423Z] #70 DONE 0.2s [2023-11-29T08:33:08.423Z] [2023-11-29T08:33:08.423Z] #40 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-11-29T08:33:08.423Z] #40 DONE 25.8s [2023-11-29T08:33:08.423Z] [2023-11-29T08:33:08.423Z] #71 [core-command stage-1 3/9] RUN apk --no-cache upgrade [2023-11-29T08:33:10.291Z] ---> Running in effe6355e0c2 [2023-11-29T08:33:10.291Z] Removing intermediate container effe6355e0c2 [2023-11-29T08:33:10.291Z] ---> 8db25ada837c [2023-11-29T08:33:10.291Z] Step 3/4 : COPY go.mod . [2023-11-29T08:33:10.329Z] #71 1.939 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-11-29T08:33:10.329Z] #71 2.023 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-11-29T08:33:10.329Z] #71 2.244 (1/7) Upgrading musl (1.2.4-r1 -> 1.2.4-r2) [2023-11-29T08:33:10.329Z] #71 2.252 (2/7) Upgrading busybox (1.36.1-r2 -> 1.36.1-r5) [2023-11-29T08:33:10.329Z] #71 2.272 Executing busybox-1.36.1-r5.post-upgrade [2023-11-29T08:33:10.329Z] #71 2.283 (3/7) Upgrading busybox-binsh (1.36.1-r2 -> 1.36.1-r5) [2023-11-29T08:33:10.329Z] #71 2.286 (4/7) Upgrading libcrypto3 (3.1.3-r0 -> 3.1.4-r1) [2023-11-29T08:33:10.329Z] #71 2.317 (5/7) Upgrading libssl3 (3.1.3-r0 -> 3.1.4-r1) [2023-11-29T08:33:10.329Z] #71 2.326 (6/7) Upgrading ssl_client (1.36.1-r2 -> 1.36.1-r5) [2023-11-29T08:33:10.329Z] #71 2.329 (7/7) Upgrading musl-utils (1.2.4-r1 -> 1.2.4-r2) [2023-11-29T08:33:10.329Z] #71 2.337 Executing busybox-1.36.1-r5.trigger [2023-11-29T08:33:10.587Z] #71 2.343 OK: 7 MiB in 16 packages [2023-11-29T08:33:10.845Z] #71 ... [2023-11-29T08:33:10.845Z] [2023-11-29T08:33:10.845Z] #72 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2023-11-29T08:33:10.845Z] #0 1.887 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-11-29T08:33:10.845Z] #0 1.973 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-11-29T08:33:10.845Z] #0 2.197 (1/7) Upgrading musl (1.2.4-r1 -> 1.2.4-r2) [2023-11-29T08:33:10.845Z] #0 2.211 (2/7) Upgrading busybox (1.36.1-r2 -> 1.36.1-r5) [2023-11-29T08:33:10.845Z] #0 2.223 Executing busybox-1.36.1-r5.post-upgrade [2023-11-29T08:33:10.845Z] #0 2.257 (3/7) Upgrading busybox-binsh (1.36.1-r2 -> 1.36.1-r5) [2023-11-29T08:33:10.845Z] #0 2.257 (4/7) Upgrading libcrypto3 (3.1.3-r0 -> 3.1.4-r1) [2023-11-29T08:33:10.845Z] #0 2.288 (5/7) Upgrading libssl3 (3.1.3-r0 -> 3.1.4-r1) [2023-11-29T08:33:10.845Z] #0 2.299 (6/7) Upgrading ssl_client (1.36.1-r2 -> 1.36.1-r5) [2023-11-29T08:33:10.845Z] #0 2.299 (7/7) Upgrading musl-utils (1.2.4-r1 -> 1.2.4-r2) [2023-11-29T08:33:10.845Z] #0 2.303 Executing busybox-1.36.1-r5.trigger [2023-11-29T08:33:10.845Z] #0 2.307 Executing ca-certificates-20230506-r0.trigger [2023-11-29T08:33:10.845Z] #0 2.347 OK: 8 MiB in 17 packages [2023-11-29T08:33:10.845Z] #72 DONE 2.9s [2023-11-29T08:33:10.874Z] ---> d78230034abc [2023-11-29T08:33:10.874Z] Step 4/4 : RUN go mod download [2023-11-29T08:33:10.874Z] ---> Running in 0fe597fe8b4e [2023-11-29T08:33:11.104Z] [2023-11-29T08:33:11.104Z] #73 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2023-11-29T08:33:11.104Z] #0 2.041 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-11-29T08:33:11.104Z] #0 2.128 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-11-29T08:33:11.104Z] #0 2.371 (1/5) Upgrading musl (1.2.4-r1 -> 1.2.4-r2) [2023-11-29T08:33:11.104Z] #0 2.386 (2/5) Upgrading busybox (1.36.1-r2 -> 1.36.1-r5) [2023-11-29T08:33:11.104Z] #0 2.427 Executing busybox-1.36.1-r5.post-upgrade [2023-11-29T08:33:11.104Z] #0 2.447 (3/5) Upgrading busybox-binsh (1.36.1-r2 -> 1.36.1-r5) [2023-11-29T08:33:11.104Z] #0 2.454 (4/5) Upgrading ssl_client (1.36.1-r2 -> 1.36.1-r5) [2023-11-29T08:33:11.104Z] #0 2.472 (5/5) Upgrading musl-utils (1.2.4-r1 -> 1.2.4-r2) [2023-11-29T08:33:11.104Z] #0 2.476 Executing busybox-1.36.1-r5.trigger [2023-11-29T08:33:11.104Z] #0 2.486 OK: 17 MiB in 19 packages [2023-11-29T08:33:11.104Z] #73 DONE 3.0s [2023-11-29T08:33:11.104Z] [2023-11-29T08:33:11.104Z] #66 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2023-11-29T08:33:11.104Z] #66 2.234 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-11-29T08:33:11.104Z] #66 2.337 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-11-29T08:33:11.104Z] #66 2.577 (1/7) Upgrading musl (1.2.4-r1 -> 1.2.4-r2) [2023-11-29T08:33:11.104Z] #66 2.589 (2/7) Upgrading busybox (1.36.1-r2 -> 1.36.1-r5) [2023-11-29T08:33:11.104Z] #66 2.602 Executing busybox-1.36.1-r5.post-upgrade [2023-11-29T08:33:11.104Z] #66 2.625 (3/7) Upgrading busybox-binsh (1.36.1-r2 -> 1.36.1-r5) [2023-11-29T08:33:11.104Z] #66 2.629 (4/7) Upgrading libcrypto3 (3.1.3-r0 -> 3.1.4-r1) [2023-11-29T08:33:11.104Z] #66 2.658 (5/7) Upgrading libssl3 (3.1.3-r0 -> 3.1.4-r1) [2023-11-29T08:33:11.104Z] #66 2.664 (6/7) Upgrading ssl_client (1.36.1-r2 -> 1.36.1-r5) [2023-11-29T08:33:11.104Z] #66 2.668 (7/7) Upgrading musl-utils (1.2.4-r1 -> 1.2.4-r2) [2023-11-29T08:33:11.104Z] #66 2.671 Executing busybox-1.36.1-r5.trigger [2023-11-29T08:33:11.104Z] #66 2.675 Executing ca-certificates-20230506-r0.trigger [2023-11-29T08:33:11.104Z] #66 2.723 OK: 17 MiB in 19 packages [2023-11-29T08:33:11.104Z] #66 DONE 3.0s [2023-11-29T08:33:11.104Z] [2023-11-29T08:33:11.104Z] #74 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2023-11-29T08:33:11.104Z] #0 2.026 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-11-29T08:33:11.104Z] #0 2.115 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-11-29T08:33:11.104Z] #0 2.350 (1/5) Upgrading musl (1.2.4-r1 -> 1.2.4-r2) [2023-11-29T08:33:11.104Z] #0 2.362 (2/5) Upgrading busybox (1.36.1-r2 -> 1.36.1-r5) [2023-11-29T08:33:11.104Z] #0 2.384 Executing busybox-1.36.1-r5.post-upgrade [2023-11-29T08:33:11.104Z] #0 2.410 (3/5) Upgrading busybox-binsh (1.36.1-r2 -> 1.36.1-r5) [2023-11-29T08:33:11.104Z] #0 2.438 (4/5) Upgrading ssl_client (1.36.1-r2 -> 1.36.1-r5) [2023-11-29T08:33:11.104Z] #0 2.442 (5/5) Upgrading musl-utils (1.2.4-r1 -> 1.2.4-r2) [2023-11-29T08:33:11.104Z] #0 2.449 Executing busybox-1.36.1-r5.trigger [2023-11-29T08:33:11.104Z] #0 2.451 OK: 8 MiB in 20 packages [2023-11-29T08:33:11.104Z] #74 DONE 3.1s [2023-11-29T08:33:11.104Z] [2023-11-29T08:33:11.104Z] #71 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade [2023-11-29T08:33:11.104Z] #71 DONE 3.1s [2023-11-29T08:33:11.104Z] [2023-11-29T08:33:11.104Z] #75 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2023-11-29T08:33:11.104Z] #0 2.188 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-11-29T08:33:11.104Z] #0 2.273 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-11-29T08:33:11.104Z] #0 2.522 (1/7) Upgrading musl (1.2.4-r1 -> 1.2.4-r2) [2023-11-29T08:33:11.104Z] #0 2.534 (2/7) Upgrading busybox (1.36.1-r2 -> 1.36.1-r5) [2023-11-29T08:33:11.104Z] #0 2.549 Executing busybox-1.36.1-r5.post-upgrade [2023-11-29T08:33:11.104Z] #0 2.590 (3/7) Upgrading busybox-binsh (1.36.1-r2 -> 1.36.1-r5) [2023-11-29T08:33:11.104Z] #0 2.593 (4/7) Upgrading libcrypto3 (3.1.3-r0 -> 3.1.4-r1) [2023-11-29T08:33:11.104Z] #0 2.631 (5/7) Upgrading libssl3 (3.1.3-r0 -> 3.1.4-r1) [2023-11-29T08:33:11.104Z] #0 2.639 (6/7) Upgrading ssl_client (1.36.1-r2 -> 1.36.1-r5) [2023-11-29T08:33:11.104Z] #0 2.643 (7/7) Upgrading musl-utils (1.2.4-r1 -> 1.2.4-r2) [2023-11-29T08:33:11.104Z] #0 2.648 Executing busybox-1.36.1-r5.trigger [2023-11-29T08:33:11.104Z] #0 2.669 OK: 8 MiB in 19 packages [2023-11-29T08:33:11.104Z] #75 DONE 3.0s [2023-11-29T08:33:11.104Z] [2023-11-29T08:33:11.104Z] #76 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2023-11-29T08:33:11.104Z] #0 2.351 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-11-29T08:33:11.104Z] #0 2.451 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-11-29T08:33:11.104Z] #0 2.681 (1/7) Upgrading musl (1.2.4-r1 -> 1.2.4-r2) [2023-11-29T08:33:11.104Z] #0 2.696 (2/7) Upgrading busybox (1.36.1-r2 -> 1.36.1-r5) [2023-11-29T08:33:11.104Z] #0 2.717 Executing busybox-1.36.1-r5.post-upgrade [2023-11-29T08:33:11.104Z] #0 2.776 (3/7) Upgrading busybox-binsh (1.36.1-r2 -> 1.36.1-r5) [2023-11-29T08:33:11.104Z] #0 2.778 (4/7) Upgrading libcrypto3 (3.1.3-r0 -> 3.1.4-r1) [2023-11-29T08:33:11.104Z] #0 2.809 (5/7) Upgrading libssl3 (3.1.3-r0 -> 3.1.4-r1) [2023-11-29T08:33:11.104Z] #0 2.816 (6/7) Upgrading ssl_client (1.36.1-r2 -> 1.36.1-r5) [2023-11-29T08:33:11.104Z] #0 2.825 (7/7) Upgrading musl-utils (1.2.4-r1 -> 1.2.4-r2) [2023-11-29T08:33:11.104Z] #0 2.825 Executing busybox-1.36.1-r5.trigger [2023-11-29T08:33:11.104Z] #0 2.829 OK: 7 MiB in 17 packages [2023-11-29T08:33:11.104Z] #76 DONE 3.0s [2023-11-29T08:33:11.104Z] [2023-11-29T08:33:11.104Z] #77 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2023-11-29T08:33:11.104Z] #0 2.148 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-11-29T08:33:11.104Z] #0 2.225 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-11-29T08:33:11.104Z] #0 2.492 (1/7) Upgrading musl (1.2.4-r1 -> 1.2.4-r2) [2023-11-29T08:33:11.104Z] #0 2.512 (2/7) Upgrading busybox (1.36.1-r2 -> 1.36.1-r5) [2023-11-29T08:33:11.104Z] #0 2.526 Executing busybox-1.36.1-r5.post-upgrade [2023-11-29T08:33:11.104Z] #0 2.536 (3/7) Upgrading busybox-binsh (1.36.1-r2 -> 1.36.1-r5) [2023-11-29T08:33:11.104Z] #0 2.539 (4/7) Upgrading libcrypto3 (3.1.3-r0 -> 3.1.4-r1) [2023-11-29T08:33:11.104Z] #0 2.594 (5/7) Upgrading libssl3 (3.1.3-r0 -> 3.1.4-r1) [2023-11-29T08:33:11.104Z] #0 2.594 (6/7) Upgrading ssl_client (1.36.1-r2 -> 1.36.1-r5) [2023-11-29T08:33:11.104Z] #0 2.594 (7/7) Upgrading musl-utils (1.2.4-r1 -> 1.2.4-r2) [2023-11-29T08:33:11.104Z] #0 2.596 Executing busybox-1.36.1-r5.trigger [2023-11-29T08:33:11.104Z] #0 2.613 Executing ca-certificates-20230506-r0.trigger [2023-11-29T08:33:11.104Z] #0 2.649 OK: 12 MiB in 26 packages [2023-11-29T08:33:11.104Z] #77 DONE 3.0s [2023-11-29T08:33:11.104Z] [2023-11-29T08:33:11.104Z] #78 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2023-11-29T08:33:11.104Z] #78 DONE 0.1s [2023-11-29T08:33:11.104Z] [2023-11-29T08:33:11.104Z] #79 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2023-11-29T08:33:12.478Z] #79 ... [2023-11-29T08:33:12.478Z] [2023-11-29T08:33:12.478Z] #80 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2023-11-29T08:33:12.478Z] #80 DONE 1.5s [2023-11-29T08:33:12.865Z] [2023-11-29T08:33:12.865Z] #81 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2023-11-29T08:33:12.865Z] #81 DONE 1.4s [2023-11-29T08:33:12.865Z] [2023-11-29T08:33:12.865Z] #82 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2023-11-29T08:33:12.865Z] #82 DONE 1.5s [2023-11-29T08:33:12.865Z] [2023-11-29T08:33:12.865Z] #83 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2023-11-29T08:33:12.865Z] #83 DONE 0.0s [2023-11-29T08:33:12.865Z] [2023-11-29T08:33:12.865Z] #84 [security-spire-server stage-2 6/9] COPY security.txt / [2023-11-29T08:33:13.124Z] #84 ... [2023-11-29T08:33:13.124Z] [2023-11-29T08:33:13.124Z] #53 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-11-29T08:33:13.124Z] #53 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 16.1s done [2023-11-29T08:33:13.124Z] #53 sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 18.86MB / 18.86MB 16.6s done [2023-11-29T08:33:13.124Z] #53 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 done [2023-11-29T08:33:13.124Z] #53 extracting sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 0.9s done [2023-11-29T08:33:13.693Z] #53 ... [2023-11-29T08:33:13.693Z] [2023-11-29T08:33:13.693Z] #85 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2023-11-29T08:33:13.693Z] #85 DONE 0.9s [2023-11-29T08:33:13.693Z] [2023-11-29T08:33:13.693Z] #84 [security-spire-server stage-2 6/9] COPY security.txt / [2023-11-29T08:33:13.693Z] #84 DONE 0.9s [2023-11-29T08:33:13.693Z] [2023-11-29T08:33:13.693Z] #86 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2023-11-29T08:33:13.693Z] #86 DONE 0.9s [2023-11-29T08:33:13.693Z] [2023-11-29T08:33:13.693Z] #87 [security-spire-config stage-2 6/10] COPY security.txt / [2023-11-29T08:33:13.693Z] #87 DONE 0.0s [2023-11-29T08:33:13.693Z] [2023-11-29T08:33:13.693Z] #88 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2023-11-29T08:33:13.693Z] #88 DONE 0.0s [2023-11-29T08:33:13.693Z] [2023-11-29T08:33:13.693Z] #89 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-11-29T08:33:13.693Z] #89 DONE 0.0s [2023-11-29T08:33:13.693Z] [2023-11-29T08:33:13.693Z] #90 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-11-29T08:33:13.693Z] #90 DONE 0.0s [2023-11-29T08:33:13.693Z] [2023-11-29T08:33:13.693Z] #91 [security-spire-agent stage-3 7/10] COPY security.txt / [2023-11-29T08:33:13.693Z] #91 DONE 0.0s [2023-11-29T08:33:13.693Z] [2023-11-29T08:33:13.693Z] #92 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-11-29T08:33:13.693Z] #92 DONE 0.1s [2023-11-29T08:33:13.693Z] [2023-11-29T08:33:13.693Z] #93 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2023-11-29T08:33:13.693Z] #93 DONE 0.1s [2023-11-29T08:33:13.693Z] [2023-11-29T08:33:13.693Z] #94 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-11-29T08:33:13.693Z] #94 DONE 0.1s [2023-11-29T08:33:13.693Z] [2023-11-29T08:33:13.693Z] #95 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-11-29T08:33:13.693Z] #95 DONE 0.1s [2023-11-29T08:33:13.693Z] [2023-11-29T08:33:13.693Z] #96 [security-spire-server] exporting to image [2023-11-29T08:33:13.693Z] #96 exporting layers [2023-11-29T08:33:13.693Z] #96 ... [2023-11-29T08:33:13.693Z] [2023-11-29T08:33:13.693Z] #97 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-11-29T08:33:13.693Z] #97 DONE 0.1s [2023-11-29T08:33:13.693Z] [2023-11-29T08:33:13.693Z] #98 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-11-29T08:33:13.693Z] #98 DONE 0.1s [2023-11-29T08:33:13.693Z] [2023-11-29T08:33:13.693Z] #99 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-11-29T08:33:13.693Z] #99 DONE 0.1s [2023-11-29T08:33:13.693Z] [2023-11-29T08:33:13.693Z] #96 [security-spire-config] exporting to image [2023-11-29T08:33:14.261Z] #96 ... [2023-11-29T08:33:14.261Z] [2023-11-29T08:33:14.261Z] #79 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2023-11-29T08:33:14.261Z] #79 DONE 3.1s [2023-11-29T08:33:14.261Z] [2023-11-29T08:33:14.261Z] #100 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2023-11-29T08:33:14.261Z] #100 DONE 0.0s [2023-11-29T08:33:14.261Z] [2023-11-29T08:33:14.261Z] #96 [security-spire-config] exporting to image [2023-11-29T08:33:14.261Z] #96 exporting layers 0.6s done [2023-11-29T08:33:14.261Z] #96 writing image sha256:af0c09aadff5fdae40371e94f6c08abd2844a018edd4d5be5c9db20ce8b40df3 0.0s done [2023-11-29T08:33:14.261Z] #96 naming to docker.io/library/security-spire-server done [2023-11-29T08:33:14.261Z] #96 writing image sha256:86205a9b156a719487286433985f8f65f3b26b7f0772e659937e4edd9f1e9f38 done [2023-11-29T08:33:14.261Z] #96 naming to docker.io/library/security-spire-config done [2023-11-29T08:33:14.520Z] #96 exporting layers 0.5s done [2023-11-29T08:33:14.520Z] #96 writing image sha256:1d2cad1c975a2817093870b0529619637152f598f0c4007fbdc10c958fcccb04 done [2023-11-29T08:33:14.520Z] #96 naming to docker.io/library/security-spire-agent done [2023-11-29T08:33:14.520Z] #96 DONE 0.7s [2023-11-29T08:33:14.520Z] [2023-11-29T08:33:14.520Z] #101 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-11-29T08:33:18.716Z] #101 ... [2023-11-29T08:33:18.716Z] [2023-11-29T08:33:18.716Z] #102 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-11-29T08:33:18.716Z] #102 ... [2023-11-29T08:33:18.716Z] [2023-11-29T08:33:18.716Z] #103 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-11-29T08:33:18.716Z] #103 ... [2023-11-29T08:33:18.716Z] [2023-11-29T08:33:18.716Z] #104 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-11-29T08:33:57.723Z] Removing intermediate container 0fe597fe8b4e [2023-11-29T08:33:57.723Z] ---> bc4373757390 [2023-11-29T08:33:57.723Z] Successfully built bc4373757390 [2023-11-29T08:33:57.723Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:33:57.983Z] #104 DONE 44.7s [2023-11-29T08:33:57.984Z] [2023-11-29T08:33:57.984Z] #101 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-11-29T08:33:57.984Z] #101 DONE 44.7s [2023-11-29T08:33:57.984Z] [2023-11-29T08:33:57.984Z] #102 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-11-29T08:33:57.984Z] #102 DONE 44.7s [2023-11-29T08:33:57.984Z] [2023-11-29T08:33:57.984Z] #105 [support-notifications builder 6/7] COPY . . [2023-11-29T08:33:57.984Z] #105 ... [2023-11-29T08:33:57.984Z] [2023-11-29T08:33:57.984Z] #103 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-11-29T08:33:57.984Z] #103 DONE 44.7s [2023-11-29T08:33:57.984Z] [2023-11-29T08:33:57.984Z] #106 [security-proxy-setup builder 6/7] COPY . . [2023-11-29T08:33:58.092Z] + docker inspect -f . ci-base-image-arm64 [2023-11-29T08:33:58.092Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-29T08:33:58.355Z] prd-ubuntu20.04-docker-arm64-4c-16g-9112 does not seem to be running inside a container [2023-11-29T08:33:58.437Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/611 -v /w/workspace/edgex-go/611:/w/workspace/edgex-go/611:rw,z -v /w/workspace/edgex-go/611@tmp:/w/workspace/edgex-go/611@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 ******** ci-base-image-arm64 cat [2023-11-29T08:34:01.273Z] $ docker top 331621eb44a43a67838aea0d59238fa580571805ca3edd8012f2cce3fd500ab9 -eo pid,comm [2023-11-29T08:34:01.288Z] #106 DONE 8.2s [2023-11-29T08:34:01.288Z] [2023-11-29T08:34:01.288Z] #107 [core-command builder 4/7] COPY go.mod vendor* ./ [2023-11-29T08:34:01.288Z] #107 CACHED [2023-11-29T08:34:01.288Z] [2023-11-29T08:34:01.288Z] #108 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-11-29T08:34:01.288Z] #108 CACHED [2023-11-29T08:34:01.288Z] [2023-11-29T08:34:01.288Z] #109 [core-command builder 6/7] COPY . . [2023-11-29T08:34:01.288Z] #109 CACHED [2023-11-29T08:34:01.288Z] [2023-11-29T08:34:01.288Z] #110 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-11-29T08:34:01.288Z] #110 CACHED [2023-11-29T08:34:01.288Z] [2023-11-29T08:34:01.288Z] #111 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2023-11-29T08:34:01.288Z] #111 CACHED [2023-11-29T08:34:01.288Z] [2023-11-29T08:34:01.288Z] #112 [security-proxy-auth builder 6/7] COPY . . [2023-11-29T08:34:01.288Z] #112 CACHED [2023-11-29T08:34:01.288Z] [2023-11-29T08:34:01.288Z] #113 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-11-29T08:34:01.288Z] #113 CACHED [2023-11-29T08:34:01.288Z] [2023-11-29T08:34:01.288Z] #114 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2023-11-29T08:34:01.288Z] #114 CACHED [2023-11-29T08:34:01.288Z] [2023-11-29T08:34:01.288Z] #115 [support-scheduler builder 6/7] COPY . . [2023-11-29T08:34:01.288Z] #115 CACHED [2023-11-29T08:34:01.288Z] [2023-11-29T08:34:01.288Z] #105 [support-notifications builder 6/7] COPY . . [2023-11-29T08:34:01.288Z] #105 DONE 8.2s [2023-11-29T08:34:01.288Z] [2023-11-29T08:34:01.288Z] #116 [security-bootstrapper builder 6/7] COPY . . [2023-11-29T08:34:01.288Z] #116 CACHED [2023-11-29T08:34:01.288Z] [2023-11-29T08:34:01.288Z] #117 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-11-29T08:34:01.288Z] #117 CACHED [2023-11-29T08:34:01.288Z] [2023-11-29T08:34:01.288Z] #118 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-11-29T08:34:01.288Z] #118 CACHED [2023-11-29T08:34:01.288Z] [2023-11-29T08:34:01.288Z] #119 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-11-29T08:34:01.288Z] #119 CACHED [2023-11-29T08:34:01.288Z] [2023-11-29T08:34:01.288Z] #120 [core-data builder 4/7] COPY go.mod vendor* ./ [2023-11-29T08:34:01.288Z] #120 CACHED [2023-11-29T08:34:01.288Z] [2023-11-29T08:34:01.288Z] #121 [core-data builder 6/7] COPY . . [2023-11-29T08:34:01.288Z] #121 CACHED [2023-11-29T08:34:01.288Z] [2023-11-29T08:34:01.288Z] #122 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-11-29T08:34:01.288Z] #122 CACHED [2023-11-29T08:34:01.288Z] [2023-11-29T08:34:01.288Z] #123 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-11-29T08:34:01.288Z] #123 CACHED [2023-11-29T08:34:01.288Z] [2023-11-29T08:34:01.288Z] #124 [core-common-config-bootstrapper builder 6/7] COPY . . [2023-11-29T08:34:01.288Z] #124 CACHED [2023-11-29T08:34:01.288Z] [2023-11-29T08:34:01.288Z] #125 [core-metadata builder 6/7] COPY . . [2023-11-29T08:34:01.288Z] #125 DONE 8.2s [2023-11-29T08:34:01.288Z] [2023-11-29T08:34:01.288Z] #126 [security-secretstore-setup builder 6/7] COPY . . [2023-11-29T08:34:01.288Z] #126 CACHED [2023-11-29T08:34:01.288Z] [2023-11-29T08:34:01.288Z] #127 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2023-11-29T08:34:01.288Z] #127 CACHED [2023-11-29T08:34:01.288Z] [2023-11-29T08:34:01.288Z] #128 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-11-29T08:34:01.288Z] #128 CACHED [2023-11-29T08:34:01.288Z] [2023-11-29T08:34:01.288Z] #129 [security-spiffe-token-provider builder 6/7] COPY . . [2023-11-29T08:34:01.288Z] #129 DONE 8.2s [2023-11-29T08:34:01.288Z] [2023-11-29T08:34:01.288Z] #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [Pipeline] { [Pipeline] sh [2023-11-29T08:34:02.207Z] + go version [2023-11-29T08:34:02.208Z] go version go1.21.0 linux/arm64 [Pipeline] } [2023-11-29T08:34:02.231Z] $ docker stop --time=1 331621eb44a43a67838aea0d59238fa580571805ca3edd8012f2cce3fd500ab9 [2023-11-29T08:34:02.664Z] #130 1.064 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-11-29T08:34:03.814Z] $ docker rm -f --volumes 331621eb44a43a67838aea0d59238fa580571805ca3edd8012f2cce3fd500ab9 [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 [2023-11-29T08:34:04.797Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-11-29T08:34:04.797Z] [2023-11-29T08:34:04.797Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:34:05.158Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-11-29T08:34:05.158Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-11-29T08:34:05.158Z] 547446be3368: Pulling fs layer [2023-11-29T08:34:05.158Z] d125d8839a47: Pulling fs layer [2023-11-29T08:34:05.158Z] 3e85d5ac6304: Pulling fs layer [2023-11-29T08:34:05.158Z] c3105a71a48b: Pulling fs layer [2023-11-29T08:34:05.158Z] 0f093f025ec4: Pulling fs layer [2023-11-29T08:34:05.158Z] c3106fc0e877: Pulling fs layer [2023-11-29T08:34:05.158Z] 0f093f025ec4: Waiting [2023-11-29T08:34:05.158Z] c3105a71a48b: Waiting [2023-11-29T08:34:05.158Z] c3106fc0e877: Waiting [2023-11-29T08:34:05.426Z] 547446be3368: Verifying Checksum [2023-11-29T08:34:05.426Z] 547446be3368: Download complete [2023-11-29T08:34:05.426Z] c3105a71a48b: Verifying Checksum [2023-11-29T08:34:05.426Z] c3105a71a48b: Download complete [2023-11-29T08:34:05.695Z] d125d8839a47: Verifying Checksum [2023-11-29T08:34:05.695Z] d125d8839a47: Download complete [2023-11-29T08:34:05.695Z] c3106fc0e877: Verifying Checksum [2023-11-29T08:34:05.695Z] c3106fc0e877: Download complete [2023-11-29T08:34:05.962Z] 0f093f025ec4: Verifying Checksum [2023-11-29T08:34:05.962Z] 0f093f025ec4: Download complete [2023-11-29T08:34:05.962Z] 547446be3368: Pull complete [2023-11-29T08:34:06.900Z] #130 ... [2023-11-29T08:34:06.900Z] [2023-11-29T08:34:06.900Z] #131 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-11-29T08:34:06.900Z] #0 0.834 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-11-29T08:34:06.923Z] d125d8839a47: Pull complete [2023-11-29T08:34:07.505Z] 3e85d5ac6304: Verifying Checksum [2023-11-29T08:34:07.505Z] 3e85d5ac6304: Download complete [2023-11-29T08:34:12.196Z] #131 ... [2023-11-29T08:34:12.196Z] [2023-11-29T08:34:12.196Z] #132 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-11-29T08:34:12.196Z] #0 0.870 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-11-29T08:34:12.196Z] #132 ... [2023-11-29T08:34:12.196Z] [2023-11-29T08:34:12.196Z] #133 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-11-29T08:34:12.196Z] #0 0.339 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-11-29T08:34:12.196Z] #133 ... [2023-11-29T08:34:12.196Z] [2023-11-29T08:34:12.196Z] #134 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-11-29T08:34:12.196Z] #0 0.644 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-11-29T08:34:12.196Z] #134 ... [2023-11-29T08:34:12.196Z] [2023-11-29T08:34:12.196Z] #135 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-11-29T08:34:12.196Z] #0 1.161 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-11-29T08:34:12.196Z] #135 ... [2023-11-29T08:34:12.196Z] [2023-11-29T08:34:12.196Z] #136 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-11-29T08:34:12.196Z] #0 0.415 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-11-29T08:34:12.196Z] #136 ... [2023-11-29T08:34:12.196Z] [2023-11-29T08:34:12.196Z] #137 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-11-29T08:34:12.196Z] #0 0.774 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-11-29T08:34:12.196Z] #137 ... [2023-11-29T08:34:12.196Z] [2023-11-29T08:34:12.196Z] #138 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-11-29T08:34:12.196Z] #0 0.640 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-11-29T08:34:12.464Z] #138 ... [2023-11-29T08:34:12.464Z] [2023-11-29T08:34:12.464Z] #139 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-11-29T08:34:12.464Z] #0 1.255 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-11-29T08:34:12.464Z] #139 ... [2023-11-29T08:34:12.464Z] [2023-11-29T08:34:12.464Z] #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 [2023-11-29T08:34:12.464Z] #0 1.236 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-11-29T08:34:17.577Z] 3e85d5ac6304: Pull complete [2023-11-29T08:34:17.577Z] c3105a71a48b: Pull complete [2023-11-29T08:34:17.577Z] 0f093f025ec4: Pull complete [2023-11-29T08:34:17.577Z] c3106fc0e877: Pull complete [2023-11-29T08:34:17.577Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2023-11-29T08:34:17.577Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-11-29T08:34:17.577Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-29T08:34:17.852Z] prd-ubuntu20.04-docker-arm64-4c-16g-9112 does not seem to be running inside a container [2023-11-29T08:34:17.917Z] $ 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/611 -v /w/workspace/edgex-go/611:/w/workspace/edgex-go/611:rw,z -v /w/workspace/edgex-go/611@tmp:/w/workspace/edgex-go/611@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-11-29T08:34:19.785Z] $ docker top 10bb57a9c8730cef95c1b6b016574ada6acefd000ae6fc0b35bb8a2cd2bfd2fa -eo pid,comm [Pipeline] { [Pipeline] sh [2023-11-29T08:34:20.333Z] + docker compose -f ./docker-compose-build.yml build --parallel [2023-11-29T08:34:30.409Z] #1 [support-notifications internal] load build definition from Dockerfile [2023-11-29T08:34:30.409Z] #1 transferring dockerfile: 1.95kB done [2023-11-29T08:34:30.409Z] #1 DONE 0.5s [2023-11-29T08:34:30.409Z] [2023-11-29T08:34:30.409Z] #2 [core-command internal] load build definition from Dockerfile [2023-11-29T08:34:30.409Z] #2 transferring dockerfile: 1.93kB done [2023-11-29T08:34:30.409Z] #2 DONE 0.1s [2023-11-29T08:34:30.409Z] [2023-11-29T08:34:30.409Z] #3 [support-scheduler internal] load build definition from Dockerfile [2023-11-29T08:34:30.409Z] #3 transferring dockerfile: 1.93kB 0.0s done [2023-11-29T08:34:30.410Z] #3 DONE 0.1s [2023-11-29T08:34:30.410Z] [2023-11-29T08:34:30.410Z] #4 [security-proxy-setup internal] load build definition from Dockerfile [2023-11-29T08:34:30.410Z] #4 transferring dockerfile: 2.50kB 0.0s done [2023-11-29T08:34:30.410Z] #4 DONE 0.1s [2023-11-29T08:34:30.410Z] [2023-11-29T08:34:30.410Z] #5 [security-secretstore-setup internal] load build definition from Dockerfile [2023-11-29T08:34:30.410Z] #5 transferring dockerfile: 2.49kB done [2023-11-29T08:34:30.410Z] #5 DONE 0.1s [2023-11-29T08:34:30.410Z] [2023-11-29T08:34:30.410Z] #6 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2023-11-29T08:34:30.410Z] #6 transferring dockerfile: 2.23kB done [2023-11-29T08:34:30.410Z] #6 DONE 0.1s [2023-11-29T08:34:30.410Z] [2023-11-29T08:34:30.410Z] #7 [security-bootstrapper internal] load build definition from Dockerfile [2023-11-29T08:34:30.410Z] #7 transferring dockerfile: 2.93kB 0.0s done [2023-11-29T08:34:30.410Z] #7 DONE 0.1s [2023-11-29T08:34:30.410Z] [2023-11-29T08:34:30.410Z] #8 [security-proxy-auth internal] load build definition from Dockerfile [2023-11-29T08:34:30.410Z] #8 transferring dockerfile: 2.15kB done [2023-11-29T08:34:30.410Z] #8 DONE 0.0s [2023-11-29T08:34:30.410Z] [2023-11-29T08:34:30.410Z] #9 [security-spiffe-token-provider internal] load build definition from Dockerfile [2023-11-29T08:34:30.410Z] #9 transferring dockerfile: 1.89kB done [2023-11-29T08:34:30.410Z] #9 DONE 0.1s [2023-11-29T08:34:30.410Z] [2023-11-29T08:34:30.410Z] #10 [security-spire-agent internal] load build definition from Dockerfile [2023-11-29T08:34:30.410Z] #10 transferring dockerfile: 1.81kB done [2023-11-29T08:34:30.410Z] #10 DONE 0.1s [2023-11-29T08:34:30.410Z] [2023-11-29T08:34:30.410Z] #11 [security-spire-server internal] load build definition from Dockerfile [2023-11-29T08:34:30.410Z] #11 transferring dockerfile: 1.70kB 0.0s done [2023-11-29T08:34:30.410Z] #11 DONE 0.1s [2023-11-29T08:34:30.410Z] [2023-11-29T08:34:30.410Z] #12 [core-metadata internal] load build definition from Dockerfile [2023-11-29T08:34:30.410Z] #12 transferring dockerfile: 2.06kB 0.0s done [2023-11-29T08:34:30.410Z] #12 DONE 0.1s [2023-11-29T08:34:30.410Z] [2023-11-29T08:34:30.410Z] #13 [core-data internal] load build definition from Dockerfile [2023-11-29T08:34:30.410Z] #13 transferring dockerfile: 2.01kB done [2023-11-29T08:34:30.410Z] #13 DONE 0.1s [2023-11-29T08:34:30.410Z] [2023-11-29T08:34:30.410Z] #14 [security-spire-config internal] load build definition from Dockerfile [2023-11-29T08:34:30.410Z] #14 transferring dockerfile: 1.69kB done [2023-11-29T08:34:30.410Z] #14 DONE 0.1s [2023-11-29T08:34:30.410Z] [2023-11-29T08:34:30.410Z] #15 [support-notifications internal] load .dockerignore [2023-11-29T08:34:30.410Z] #15 transferring context: [2023-11-29T08:34:30.410Z] #15 transferring context: 50B 0.0s done [2023-11-29T08:34:30.410Z] #15 DONE 0.1s [2023-11-29T08:34:30.992Z] [2023-11-29T08:34:30.992Z] #16 [core-command internal] load .dockerignore [2023-11-29T08:34:30.992Z] #16 transferring context: 50B done [2023-11-29T08:34:30.992Z] #16 DONE 0.0s [2023-11-29T08:34:30.992Z] [2023-11-29T08:34:30.992Z] #17 [support-scheduler internal] load .dockerignore [2023-11-29T08:34:30.992Z] #17 transferring context: 50B done [2023-11-29T08:34:30.992Z] #17 DONE 0.0s [2023-11-29T08:34:30.992Z] [2023-11-29T08:34:30.992Z] #18 [security-proxy-setup internal] load .dockerignore [2023-11-29T08:34:30.992Z] #18 transferring context: 50B done [2023-11-29T08:34:30.992Z] #18 DONE 0.1s [2023-11-29T08:34:31.259Z] [2023-11-29T08:34:31.259Z] #19 [security-secretstore-setup internal] load .dockerignore [2023-11-29T08:34:31.259Z] #19 transferring context: 50B done [2023-11-29T08:34:31.259Z] #19 DONE 0.1s [2023-11-29T08:34:31.259Z] [2023-11-29T08:34:31.259Z] #20 [core-common-config-bootstrapper internal] load .dockerignore [2023-11-29T08:34:31.259Z] #20 transferring context: 50B done [2023-11-29T08:34:31.259Z] #20 DONE 0.1s [2023-11-29T08:34:31.259Z] [2023-11-29T08:34:31.259Z] #21 [security-bootstrapper internal] load .dockerignore [2023-11-29T08:34:31.259Z] #21 transferring context: 50B done [2023-11-29T08:34:31.259Z] #21 DONE 0.1s [2023-11-29T08:34:31.259Z] [2023-11-29T08:34:31.259Z] #22 [security-proxy-auth internal] load .dockerignore [2023-11-29T08:34:31.527Z] #22 transferring context: 50B 0.0s done [2023-11-29T08:34:31.527Z] #22 DONE 0.1s [2023-11-29T08:34:31.527Z] [2023-11-29T08:34:31.527Z] #23 [security-spiffe-token-provider internal] load .dockerignore [2023-11-29T08:34:31.527Z] #23 transferring context: 50B done [2023-11-29T08:34:31.527Z] #23 DONE 0.1s [2023-11-29T08:34:31.527Z] [2023-11-29T08:34:31.527Z] #24 [security-spire-agent internal] load .dockerignore [2023-11-29T08:34:31.527Z] #24 transferring context: 50B done [2023-11-29T08:34:31.527Z] #24 DONE 0.0s [2023-11-29T08:34:31.527Z] [2023-11-29T08:34:31.527Z] #25 [security-spire-server internal] load .dockerignore [2023-11-29T08:34:31.527Z] #25 transferring context: 50B 0.0s done [2023-11-29T08:34:31.527Z] #25 DONE 0.1s [2023-11-29T08:34:31.527Z] [2023-11-29T08:34:31.527Z] #26 [core-metadata internal] load .dockerignore [2023-11-29T08:34:31.527Z] #26 transferring context: 50B 0.0s done [2023-11-29T08:34:31.527Z] #26 DONE 0.1s [2023-11-29T08:34:31.527Z] [2023-11-29T08:34:31.527Z] #27 [core-data internal] load .dockerignore [2023-11-29T08:34:31.795Z] #27 transferring context: 50B 0.0s done [2023-11-29T08:34:31.795Z] #27 DONE 0.1s [2023-11-29T08:34:31.795Z] [2023-11-29T08:34:31.795Z] #28 [security-spire-config internal] load .dockerignore [2023-11-29T08:34:31.795Z] #28 transferring context: 50B 0.0s done [2023-11-29T08:34:31.795Z] #28 DONE 0.1s [2023-11-29T08:34:31.795Z] [2023-11-29T08:34:31.795Z] #29 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-11-29T08:34:31.795Z] #29 DONE 0.0s [2023-11-29T08:34:31.795Z] [2023-11-29T08:34:31.795Z] #30 [support-notifications internal] load metadata for docker.io/library/alpine:3.18 [2023-11-29T08:34:32.385Z] #30 ... [2023-11-29T08:34:32.385Z] [2023-11-29T08:34:32.385Z] #29 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-11-29T08:34:32.385Z] #29 DONE 0.0s [2023-11-29T08:34:32.385Z] [2023-11-29T08:34:32.385Z] #30 [support-scheduler internal] load metadata for docker.io/library/alpine:3.18 [2023-11-29T08:34:32.653Z] #30 DONE 0.7s [2023-11-29T08:34:32.653Z] [2023-11-29T08:34:32.653Z] #29 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-11-29T08:34:32.653Z] #29 DONE 0.0s [2023-11-29T08:34:32.653Z] [2023-11-29T08:34:32.653Z] #31 [support-scheduler stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 [2023-11-29T08:34:32.653Z] #31 resolve docker.io/library/alpine:3.18@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 0.1s done [2023-11-29T08:34:32.653Z] #31 resolve docker.io/library/alpine:3.18@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 0.1s done [2023-11-29T08:34:32.653Z] #31 sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 1.64kB / 1.64kB done [2023-11-29T08:34:32.653Z] #31 sha256:6ce9a9a256a3495ae60ab0059ed1c7aee5ee89450477f2223f6ea7f6296df555 528B / 528B done [2023-11-29T08:34:32.653Z] #31 sha256:3cc20332140056b331ad58185ab589c085f4e7d79d8c9769533d6a9b95d4b1b0 1.49kB / 1.49kB done [2023-11-29T08:34:32.653Z] #31 sha256:579b34f0a95bb83b3acd6b3249ddc52c3d80f5c84b13c944e9e324feb86dd329 0B / 3.33MB 0.1s [2023-11-29T08:34:32.653Z] #31 ... [2023-11-29T08:34:32.653Z] [2023-11-29T08:34:32.653Z] #29 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-11-29T08:34:32.653Z] #29 DONE 0.0s [2023-11-29T08:34:32.653Z] [2023-11-29T08:34:32.653Z] #31 [security-proxy-setup stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 [2023-11-29T08:34:32.653Z] #31 sha256:579b34f0a95bb83b3acd6b3249ddc52c3d80f5c84b13c944e9e324feb86dd329 1.05MB / 3.33MB 0.2s [2023-11-29T08:34:32.923Z] #31 ... [2023-11-29T08:34:32.923Z] [2023-11-29T08:34:32.923Z] #29 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-11-29T08:34:32.923Z] #29 DONE 0.0s [2023-11-29T08:34:32.923Z] [2023-11-29T08:34:32.923Z] #31 [security-proxy-setup stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 [2023-11-29T08:34:32.923Z] #31 sha256:579b34f0a95bb83b3acd6b3249ddc52c3d80f5c84b13c944e9e324feb86dd329 3.33MB / 3.33MB 0.4s done [2023-11-29T08:34:32.923Z] #31 ... [2023-11-29T08:34:32.923Z] [2023-11-29T08:34:32.923Z] #29 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-11-29T08:34:32.923Z] #29 DONE 0.0s [2023-11-29T08:34:32.923Z] [2023-11-29T08:34:32.923Z] #31 [security-secretstore-setup stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 [2023-11-29T08:34:32.923Z] #31 resolve docker.io/library/alpine:3.18@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 0.1s done [2023-11-29T08:34:32.923Z] #31 sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 1.64kB / 1.64kB done [2023-11-29T08:34:32.923Z] #31 sha256:6ce9a9a256a3495ae60ab0059ed1c7aee5ee89450477f2223f6ea7f6296df555 528B / 528B done [2023-11-29T08:34:32.923Z] #31 sha256:3cc20332140056b331ad58185ab589c085f4e7d79d8c9769533d6a9b95d4b1b0 1.49kB / 1.49kB done [2023-11-29T08:34:32.923Z] #31 sha256:579b34f0a95bb83b3acd6b3249ddc52c3d80f5c84b13c944e9e324feb86dd329 3.33MB / 3.33MB 0.4s done [2023-11-29T08:34:33.197Z] #31 extracting sha256:579b34f0a95bb83b3acd6b3249ddc52c3d80f5c84b13c944e9e324feb86dd329 [2023-11-29T08:34:33.197Z] #31 ... [2023-11-29T08:34:33.197Z] [2023-11-29T08:34:33.197Z] #30 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 [2023-11-29T08:34:33.197Z] #30 DONE 0.8s [2023-11-29T08:34:33.470Z] [2023-11-29T08:34:33.470Z] #29 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-11-29T08:34:33.470Z] #29 DONE 0.0s [2023-11-29T08:34:33.470Z] [2023-11-29T08:34:33.470Z] #30 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.18 [2023-11-29T08:34:33.741Z] #30 ... [2023-11-29T08:34:33.741Z] [2023-11-29T08:34:33.741Z] #29 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-11-29T08:34:33.741Z] #29 DONE 0.0s [2023-11-29T08:34:33.741Z] [2023-11-29T08:34:33.741Z] #30 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.18 [2023-11-29T08:34:34.329Z] #30 DONE 1.6s [2023-11-29T08:34:34.329Z] [2023-11-29T08:34:34.329Z] #31 [security-proxy-auth stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 [2023-11-29T08:34:34.329Z] #31 resolve docker.io/library/alpine:3.18@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 0.1s done [2023-11-29T08:34:34.329Z] #31 sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 1.64kB / 1.64kB done [2023-11-29T08:34:34.329Z] #31 sha256:6ce9a9a256a3495ae60ab0059ed1c7aee5ee89450477f2223f6ea7f6296df555 528B / 528B done [2023-11-29T08:34:34.329Z] #31 sha256:3cc20332140056b331ad58185ab589c085f4e7d79d8c9769533d6a9b95d4b1b0 1.49kB / 1.49kB done [2023-11-29T08:34:34.329Z] #31 sha256:579b34f0a95bb83b3acd6b3249ddc52c3d80f5c84b13c944e9e324feb86dd329 3.33MB / 3.33MB 0.4s done [2023-11-29T08:34:34.329Z] #31 resolve docker.io/library/alpine:3.18@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 0.1s done [2023-11-29T08:34:34.329Z] #31 sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 1.64kB / 1.64kB done [2023-11-29T08:34:34.329Z] #31 sha256:6ce9a9a256a3495ae60ab0059ed1c7aee5ee89450477f2223f6ea7f6296df555 528B / 528B done [2023-11-29T08:34:34.329Z] #31 sha256:3cc20332140056b331ad58185ab589c085f4e7d79d8c9769533d6a9b95d4b1b0 1.49kB / 1.49kB done [2023-11-29T08:34:34.329Z] #31 sha256:579b34f0a95bb83b3acd6b3249ddc52c3d80f5c84b13c944e9e324feb86dd329 3.33MB / 3.33MB 0.4s done [2023-11-29T08:34:34.329Z] #31 ... [2023-11-29T08:34:34.329Z] [2023-11-29T08:34:34.330Z] #29 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-11-29T08:34:34.330Z] #29 DONE 0.0s [2023-11-29T08:34:34.330Z] [2023-11-29T08:34:34.330Z] #31 [security-spiffe-token-provider stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 [2023-11-29T08:34:34.600Z] #31 ... [2023-11-29T08:34:34.600Z] [2023-11-29T08:34:34.600Z] #30 [core-metadata internal] load metadata for docker.io/library/alpine:3.18 [2023-11-29T08:34:34.600Z] #30 DONE 1.8s [2023-11-29T08:34:34.600Z] [2023-11-29T08:34:34.600Z] #32 [core-command internal] load build context [2023-11-29T08:34:34.600Z] #32 transferring context: 2.56MB 1.7s done [2023-11-29T08:34:34.600Z] #32 DONE 2.1s [2023-11-29T08:34:34.600Z] [2023-11-29T08:34:34.600Z] #33 [support-notifications internal] load build context [2023-11-29T08:34:34.600Z] #33 transferring context: 2.56MB 1.7s done [2023-11-29T08:34:34.600Z] #33 DONE 2.2s [2023-11-29T08:34:34.870Z] [2023-11-29T08:34:34.870Z] #29 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-11-29T08:34:34.870Z] #29 DONE 0.0s [2023-11-29T08:34:34.870Z] [2023-11-29T08:34:34.870Z] #31 [security-spiffe-token-provider stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 [2023-11-29T08:34:34.870Z] #31 ... [2023-11-29T08:34:34.870Z] [2023-11-29T08:34:34.870Z] #34 [core-metadata internal] load build context [2023-11-29T08:34:34.870Z] #34 DONE 0.0s [2023-11-29T08:34:34.870Z] [2023-11-29T08:34:34.870Z] #31 [core-metadata stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 [2023-11-29T08:34:34.870Z] #31 resolve docker.io/library/alpine:3.18@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 0.1s done [2023-11-29T08:34:34.870Z] #31 sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 1.64kB / 1.64kB done [2023-11-29T08:34:34.871Z] #31 sha256:6ce9a9a256a3495ae60ab0059ed1c7aee5ee89450477f2223f6ea7f6296df555 528B / 528B done [2023-11-29T08:34:34.871Z] #31 sha256:3cc20332140056b331ad58185ab589c085f4e7d79d8c9769533d6a9b95d4b1b0 1.49kB / 1.49kB done [2023-11-29T08:34:34.871Z] #31 sha256:579b34f0a95bb83b3acd6b3249ddc52c3d80f5c84b13c944e9e324feb86dd329 3.33MB / 3.33MB 0.4s done [2023-11-29T08:34:35.142Z] #31 ... [2023-11-29T08:34:35.142Z] [2023-11-29T08:34:35.142Z] #30 [core-data internal] load metadata for docker.io/library/alpine:3.18 [2023-11-29T08:34:35.142Z] #30 DONE 2.2s [2023-11-29T08:34:35.142Z] [2023-11-29T08:34:35.142Z] #31 [core-data stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 [2023-11-29T08:34:35.142Z] #31 resolve docker.io/library/alpine:3.18@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 0.1s done [2023-11-29T08:34:35.142Z] #31 sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 1.64kB / 1.64kB done [2023-11-29T08:34:35.142Z] #31 sha256:6ce9a9a256a3495ae60ab0059ed1c7aee5ee89450477f2223f6ea7f6296df555 528B / 528B done [2023-11-29T08:34:35.142Z] #31 sha256:3cc20332140056b331ad58185ab589c085f4e7d79d8c9769533d6a9b95d4b1b0 1.49kB / 1.49kB done [2023-11-29T08:34:35.142Z] #31 sha256:579b34f0a95bb83b3acd6b3249ddc52c3d80f5c84b13c944e9e324feb86dd329 3.33MB / 3.33MB 0.4s done [2023-11-29T08:34:35.415Z] #31 extracting sha256:579b34f0a95bb83b3acd6b3249ddc52c3d80f5c84b13c944e9e324feb86dd329 2.4s done [2023-11-29T08:34:36.003Z] #31 ... [2023-11-29T08:34:36.003Z] [2023-11-29T08:34:36.003Z] #35 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 [2023-11-29T08:34:36.003Z] #35 DONE 1.9s [2023-11-29T08:34:36.003Z] [2023-11-29T08:34:36.003Z] #36 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 [2023-11-29T08:34:36.003Z] #36 DONE 1.9s [2023-11-29T08:34:36.003Z] [2023-11-29T08:34:36.003Z] #31 [security-spire-config stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 [2023-11-29T08:34:36.003Z] #31 resolve docker.io/library/alpine:3.18@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 0.1s done [2023-11-29T08:34:36.003Z] #31 sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 1.64kB / 1.64kB done [2023-11-29T08:34:36.003Z] #31 sha256:6ce9a9a256a3495ae60ab0059ed1c7aee5ee89450477f2223f6ea7f6296df555 528B / 528B done [2023-11-29T08:34:36.003Z] #31 sha256:3cc20332140056b331ad58185ab589c085f4e7d79d8c9769533d6a9b95d4b1b0 1.49kB / 1.49kB done [2023-11-29T08:34:36.003Z] #31 sha256:579b34f0a95bb83b3acd6b3249ddc52c3d80f5c84b13c944e9e324feb86dd329 3.33MB / 3.33MB 0.4s done [2023-11-29T08:34:36.003Z] #31 extracting sha256:579b34f0a95bb83b3acd6b3249ddc52c3d80f5c84b13c944e9e324feb86dd329 2.4s done [2023-11-29T08:34:36.003Z] #31 ... [2023-11-29T08:34:36.003Z] [2023-11-29T08:34:36.003Z] #37 [core-common-config-bootstrapper internal] load build context [2023-11-29T08:34:36.003Z] #37 transferring context: 2.56MB 1.9s done [2023-11-29T08:34:36.003Z] #37 DONE 3.1s [2023-11-29T08:34:36.003Z] [2023-11-29T08:34:36.003Z] #38 [security-proxy-setup internal] load build context [2023-11-29T08:34:36.003Z] #38 transferring context: 2.56MB 2.2s done [2023-11-29T08:34:36.003Z] #38 DONE 3.5s [2023-11-29T08:34:36.003Z] [2023-11-29T08:34:36.003Z] #39 [security-secretstore-setup internal] load build context [2023-11-29T08:34:36.003Z] #39 transferring context: 2.56MB 2.2s done [2023-11-29T08:34:36.003Z] #39 DONE 3.1s [2023-11-29T08:34:36.003Z] [2023-11-29T08:34:36.003Z] #40 [support-scheduler internal] load build context [2023-11-29T08:34:36.003Z] #40 transferring context: 2.56MB 2.6s done [2023-11-29T08:34:36.003Z] #40 DONE 3.6s [2023-11-29T08:34:36.277Z] [2023-11-29T08:34:36.277Z] #41 [security-proxy-auth internal] load build context [2023-11-29T08:34:36.277Z] #41 transferring context: 2.56MB 1.3s done [2023-11-29T08:34:36.277Z] #41 DONE 2.3s [2023-11-29T08:34:36.277Z] [2023-11-29T08:34:36.277Z] #42 [security-bootstrapper internal] load build context [2023-11-29T08:34:36.277Z] #42 transferring context: 2.56MB 1.4s done [2023-11-29T08:34:36.277Z] #42 DONE 2.7s [2023-11-29T08:34:36.277Z] [2023-11-29T08:34:36.277Z] #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-11-29T08:34:36.277Z] #43 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.1s done [2023-11-29T08:34:36.277Z] #43 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 0B / 120B 0.2s [2023-11-29T08:34:36.277Z] #43 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.2s [2023-11-29T08:34:36.277Z] #43 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.1s done [2023-11-29T08:34:36.277Z] #43 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done [2023-11-29T08:34:36.277Z] #43 sha256:7f1a042121549eaff99a14cf9dd09b8e9800ffe831816902ce4dc13d1ba16589 1.05kB / 1.05kB done [2023-11-29T08:34:36.277Z] #43 sha256:6dd7dc7370d8ed10ec8280fb6249b38c860421f5750b0a0fa1db764e8eebdf0b 2.74kB / 2.74kB done [2023-11-29T08:34:36.277Z] #43 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 0B / 23.39MB 0.2s [2023-11-29T08:34:36.277Z] #43 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.2s done [2023-11-29T08:34:36.277Z] #43 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.2s done [2023-11-29T08:34:36.277Z] #43 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.1s done [2023-11-29T08:34:36.277Z] #43 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 0.0s done [2023-11-29T08:34:36.546Z] #43 ... [2023-11-29T08:34:36.546Z] [2023-11-29T08:34:36.546Z] #44 [security-spiffe-token-provider internal] load build context [2023-11-29T08:34:36.546Z] #44 transferring context: 2.56MB 1.3s done [2023-11-29T08:34:36.546Z] #44 DONE 2.2s [2023-11-29T08:34:36.546Z] [2023-11-29T08:34:36.546Z] #31 [security-spire-server stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 [2023-11-29T08:34:37.133Z] #31 ... [2023-11-29T08:34:37.133Z] [2023-11-29T08:34:37.133Z] #45 [security-spire-agent internal] load build context [2023-11-29T08:34:37.133Z] #45 transferring context: 17.63kB 0.1s done [2023-11-29T08:34:37.133Z] #45 DONE 1.0s [2023-11-29T08:34:37.133Z] [2023-11-29T08:34:37.133Z] #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-11-29T08:34:37.133Z] #43 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 7.34MB / 23.39MB 1.0s [2023-11-29T08:34:37.133Z] #43 ... [2023-11-29T08:34:37.133Z] [2023-11-29T08:34:37.133Z] #46 [security-proxy-auth builder 2/7] WORKDIR /edgex-go [2023-11-29T08:34:37.133Z] #46 DONE 1.7s [2023-11-29T08:34:37.133Z] [2023-11-29T08:34:37.133Z] #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-11-29T08:34:37.133Z] #43 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae [2023-11-29T08:34:37.403Z] #43 ... [2023-11-29T08:34:37.403Z] [2023-11-29T08:34:37.403Z] #47 [core-data internal] load build context [2023-11-29T08:34:37.403Z] #47 transferring context: 2.56MB 0.9s done [2023-11-29T08:34:37.403Z] #47 DONE 2.0s [2023-11-29T08:34:37.403Z] [2023-11-29T08:34:37.403Z] #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-11-29T08:34:37.403Z] #43 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 12.58MB / 23.39MB 1.3s [2023-11-29T08:34:37.403Z] #43 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.0s done [2023-11-29T08:34:37.403Z] #43 ... [2023-11-29T08:34:37.403Z] [2023-11-29T08:34:37.403Z] #48 [security-spire-config internal] load build context [2023-11-29T08:34:37.403Z] #48 transferring context: 16.35kB 0.1s done [2023-11-29T08:34:37.403Z] #48 DONE 1.4s [2023-11-29T08:34:37.403Z] [2023-11-29T08:34:37.403Z] #49 [security-spire-server internal] load build context [2023-11-29T08:34:37.403Z] #49 transferring context: 18.10kB 0.0s done [2023-11-29T08:34:37.403Z] #49 DONE 1.4s [2023-11-29T08:34:37.403Z] [2023-11-29T08:34:37.403Z] #34 [core-metadata internal] load build context [2023-11-29T08:34:37.403Z] #34 transferring context: 2.56MB 0.9s done [2023-11-29T08:34:37.403Z] #34 DONE 2.5s [2023-11-29T08:34:37.403Z] [2023-11-29T08:34:37.403Z] #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-11-29T08:34:37.403Z] #43 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 15.58MB / 23.39MB 1.4s [2023-11-29T08:34:37.672Z] #43 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 16.78MB / 23.39MB 1.6s [2023-11-29T08:34:38.265Z] #43 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 18.69MB / 23.39MB 2.0s [2023-11-29T08:34:38.265Z] #43 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 20.84MB / 23.39MB 2.2s [2023-11-29T08:34:38.265Z] #43 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 done [2023-11-29T08:34:38.265Z] #43 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 22.02MB / 23.39MB 2.3s [2023-11-29T08:34:38.538Z] #43 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.39MB / 23.39MB 2.4s [2023-11-29T08:34:38.538Z] #43 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.39MB / 23.39MB 2.4s done [2023-11-29T08:34:42.822Z] #43 ... [2023-11-29T08:34:42.822Z] [2023-11-29T08:34:42.822Z] #50 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-11-29T08:34:42.822Z] #50 ... [2023-11-29T08:34:42.822Z] [2023-11-29T08:34:42.822Z] #51 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-11-29T08:34:42.822Z] #51 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 0.1s done [2023-11-29T08:34:42.822Z] #51 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done [2023-11-29T08:34:42.822Z] #51 sha256:ad4dd425609715af26ecdaca2eb780a94c16ab3f2bf7af379c54c59118cbad72 1.05kB / 1.05kB done [2023-11-29T08:34:42.822Z] #51 sha256:2e3c005644c68a66b99f2ab1386460866c91f666818b8e3156b9a89d00c7486e 2.74kB / 2.74kB done [2023-11-29T08:34:42.822Z] #51 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.2s done [2023-11-29T08:34:42.822Z] #51 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.1s done [2023-11-29T08:34:42.822Z] #51 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 0.0s done [2023-11-29T08:34:42.822Z] #51 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 0B / 300B 0.3s [2023-11-29T08:34:42.822Z] #51 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 17.12MB / 17.12MB 2.0s done [2023-11-29T08:34:42.822Z] #51 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.0s done [2023-11-29T08:34:42.822Z] #51 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 0.0s done [2023-11-29T08:34:43.094Z] #51 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c [2023-11-29T08:34:43.362Z] #51 ... [2023-11-29T08:34:43.362Z] [2023-11-29T08:34:43.362Z] #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-11-29T08:34:43.362Z] #43 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da [2023-11-29T08:34:47.624Z] #43 ... [2023-11-29T08:34:47.624Z] [2023-11-29T08:34:47.624Z] #52 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-11-29T08:34:47.624Z] #0 6.189 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-11-29T08:34:47.624Z] #0 7.557 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-11-29T08:34:47.624Z] #52 ... [2023-11-29T08:34:47.624Z] [2023-11-29T08:34:47.624Z] #53 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2023-11-29T08:34:47.624Z] #0 7.814 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-11-29T08:34:47.624Z] #0 9.559 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-11-29T08:34:47.624Z] #53 ... [2023-11-29T08:34:47.624Z] [2023-11-29T08:34:47.624Z] #54 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-11-29T08:34:47.624Z] #0 6.492 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-11-29T08:34:47.624Z] #0 7.992 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-11-29T08:34:47.624Z] #54 ... [2023-11-29T08:34:47.624Z] [2023-11-29T08:34:47.624Z] #55 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2023-11-29T08:34:47.624Z] #0 6.648 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-11-29T08:34:47.624Z] #0 8.517 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-11-29T08:34:47.624Z] #55 ... [2023-11-29T08:34:47.624Z] [2023-11-29T08:34:47.624Z] #56 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2023-11-29T08:34:47.624Z] #0 6.731 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-11-29T08:34:47.624Z] #0 8.551 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-11-29T08:34:47.895Z] #56 ... [2023-11-29T08:34:47.895Z] [2023-11-29T08:34:47.895Z] #57 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2023-11-29T08:34:47.895Z] #0 6.171 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-11-29T08:34:47.895Z] #0 7.996 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-11-29T08:34:47.895Z] #57 ... [2023-11-29T08:34:47.895Z] [2023-11-29T08:34:47.895Z] #58 [security-proxy-auth stage-1 2/8] RUN apk add --update --no-cache dumb-init [2023-11-29T08:34:47.895Z] #0 6.776 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-11-29T08:34:47.895Z] #0 8.764 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-11-29T08:34:48.164Z] #58 ... [2023-11-29T08:34:48.164Z] [2023-11-29T08:34:48.164Z] #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-11-29T08:34:48.164Z] #0 6.796 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-11-29T08:34:48.164Z] #0 8.012 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-11-29T08:34:48.164Z] #59 ... [2023-11-29T08:34:48.164Z] [2023-11-29T08:34:48.164Z] #60 [core-metadata builder 3/7] RUN apk add --update --no-cache make git [2023-11-29T08:34:48.164Z] #0 9.377 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-11-29T08:34:48.164Z] #0 10.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-11-29T08:34:48.432Z] #60 ... [2023-11-29T08:34:48.432Z] [2023-11-29T08:34:48.432Z] #61 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-11-29T08:34:48.432Z] #0 6.768 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-11-29T08:34:48.432Z] #0 8.497 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-11-29T08:34:48.432Z] #61 ... [2023-11-29T08:34:48.432Z] [2023-11-29T08:34:48.432Z] #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2023-11-29T08:34:48.432Z] #0 6.807 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-11-29T08:34:48.432Z] #0 8.255 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-11-29T08:34:48.701Z] #62 ... [2023-11-29T08:34:48.701Z] [2023-11-29T08:34:48.701Z] #63 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-11-29T08:34:48.701Z] #0 6.709 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-11-29T08:34:48.701Z] #0 8.653 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-11-29T08:34:48.701Z] #63 ... [2023-11-29T08:34:48.701Z] [2023-11-29T08:34:48.701Z] #64 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-11-29T08:34:48.701Z] #0 6.567 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-11-29T08:34:48.701Z] #0 8.504 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-11-29T08:34:48.970Z] #64 ... [2023-11-29T08:34:48.970Z] [2023-11-29T08:34:48.970Z] #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-11-29T08:34:48.970Z] #43 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 5.5s [2023-11-29T08:34:51.595Z] #43 ... [2023-11-29T08:34:51.595Z] [2023-11-29T08:34:51.595Z] #64 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-11-29T08:34:51.595Z] #64 12.92 OK: 266 MiB in 52 packages [2023-11-29T08:34:51.595Z] #64 DONE 14.0s [2023-11-29T08:34:51.595Z] [2023-11-29T08:34:51.595Z] #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-11-29T08:34:51.865Z] #43 ... [2023-11-29T08:34:51.865Z] [2023-11-29T08:34:51.865Z] #65 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2023-11-29T08:34:51.865Z] #65 DONE 0.6s [2023-11-29T08:34:51.865Z] [2023-11-29T08:34:51.865Z] #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-11-29T08:34:52.879Z] #43 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 9.5s done [2023-11-29T08:34:53.472Z] #43 ... [2023-11-29T08:34:53.472Z] [2023-11-29T08:34:53.472Z] #58 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init [2023-11-29T08:34:53.472Z] #58 14.81 (1/1) Installing dumb-init (1.2.5-r2) [2023-11-29T08:34:53.472Z] #58 14.86 Executing busybox-1.36.1-r2.trigger [2023-11-29T08:34:53.472Z] #58 15.08 OK: 8 MiB in 16 packages [2023-11-29T08:34:53.472Z] #58 DONE 16.2s [2023-11-29T08:34:53.472Z] [2023-11-29T08:34:53.472Z] #66 [core-common-config-bootstrapper stage-1 3/8] RUN apk --no-cache upgrade [2023-11-29T08:34:54.435Z] #66 ... [2023-11-29T08:34:54.435Z] [2023-11-29T08:34:54.435Z] #53 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2023-11-29T08:34:54.435Z] #53 15.73 OK: 266 MiB in 52 packages [2023-11-29T08:34:54.435Z] #53 DONE 17.2s [2023-11-29T08:34:54.435Z] [2023-11-29T08:34:54.435Z] #51 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-11-29T08:34:54.435Z] #51 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 6.2s done [2023-11-29T08:34:54.435Z] #51 ... [2023-11-29T08:34:54.435Z] [2023-11-29T08:34:54.435Z] #67 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2023-11-29T08:34:55.030Z] #67 ... [2023-11-29T08:34:55.030Z] [2023-11-29T08:34:55.030Z] #57 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2023-11-29T08:34:55.030Z] #57 15.40 (1/1) Installing dumb-init (1.2.5-r2) [2023-11-29T08:34:55.030Z] #57 15.45 Executing busybox-1.36.1-r2.trigger [2023-11-29T08:34:55.030Z] #57 15.56 OK: 8 MiB in 16 packages [2023-11-29T08:34:55.030Z] #57 DONE 17.7s [2023-11-29T08:34:55.030Z] [2023-11-29T08:34:55.030Z] #55 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2023-11-29T08:34:55.030Z] #55 15.29 (1/2) Installing dumb-init (1.2.5-r2) [2023-11-29T08:34:55.030Z] #55 15.34 (2/2) Installing su-exec (0.2-r3) [2023-11-29T08:34:55.030Z] #55 15.37 Executing busybox-1.36.1-r2.trigger [2023-11-29T08:34:55.030Z] #55 15.55 OK: 8 MiB in 17 packages [2023-11-29T08:34:55.030Z] #55 DONE 17.8s [2023-11-29T08:34:55.030Z] [2023-11-29T08:34:55.030Z] #68 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2023-11-29T08:34:55.300Z] #68 ... [2023-11-29T08:34:55.300Z] [2023-11-29T08:34:55.300Z] #56 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2023-11-29T08:34:55.300Z] #56 13.57 (1/2) Installing ca-certificates (20230506-r0) [2023-11-29T08:34:55.300Z] #56 14.12 (2/2) Installing dumb-init (1.2.5-r2) [2023-11-29T08:34:55.300Z] #56 14.14 Executing busybox-1.36.1-r2.trigger [2023-11-29T08:34:55.300Z] #56 14.44 Executing ca-certificates-20230506-r0.trigger [2023-11-29T08:34:55.300Z] #56 15.97 OK: 9 MiB in 17 packages [2023-11-29T08:34:55.300Z] #56 DONE 18.0s [2023-11-29T08:34:55.300Z] [2023-11-29T08:34:55.300Z] #69 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2023-11-29T08:34:55.890Z] #69 ... [2023-11-29T08:34:55.890Z] [2023-11-29T08:34:55.890Z] #67 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2023-11-29T08:34:55.890Z] #67 DONE 1.6s [2023-11-29T08:34:56.160Z] [2023-11-29T08:34:56.160Z] #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2023-11-29T08:34:56.160Z] #62 15.10 (1/6) Upgrading libcrypto3 (3.1.3-r0 -> 3.1.4-r1) [2023-11-29T08:34:56.160Z] #62 15.57 (2/6) Upgrading libssl3 (3.1.3-r0 -> 3.1.4-r1) [2023-11-29T08:34:56.160Z] #62 15.73 (3/6) Installing dumb-init (1.2.5-r2) [2023-11-29T08:34:56.160Z] #62 15.75 (4/6) Installing openssl (3.1.4-r1) [2023-11-29T08:34:56.160Z] #62 16.00 (5/6) Installing su-exec (0.2-r3) [2023-11-29T08:34:56.160Z] #62 16.02 (6/6) Installing yq (4.33.3-r5) [2023-11-29T08:34:56.160Z] #62 17.14 Executing busybox-1.36.1-r2.trigger [2023-11-29T08:34:56.160Z] #62 17.40 OK: 18 MiB in 19 packages [2023-11-29T08:34:56.160Z] #62 ... [2023-11-29T08:34:56.160Z] [2023-11-29T08:34:56.160Z] #60 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2023-11-29T08:34:56.160Z] #60 17.11 OK: 266 MiB in 52 packages [2023-11-29T08:34:56.160Z] #60 DONE 19.1s [2023-11-29T08:34:56.437Z] [2023-11-29T08:34:56.438Z] #70 [core-command builder 4/7] COPY go.mod vendor* ./ [2023-11-29T08:34:56.438Z] #70 ... [2023-11-29T08:34:56.438Z] [2023-11-29T08:34:56.438Z] #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2023-11-29T08:34:56.438Z] #62 DONE 19.2s [2023-11-29T08:34:56.438Z] [2023-11-29T08:34:56.438Z] #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-11-29T08:34:56.438Z] #59 14.33 (1/4) Installing ca-certificates (20230506-r0) [2023-11-29T08:34:56.438Z] #59 14.90 (2/4) Installing dumb-init (1.2.5-r2) [2023-11-29T08:34:56.438Z] #59 14.96 (3/4) Installing su-exec (0.2-r3) [2023-11-29T08:34:56.438Z] #59 14.96 (4/4) Installing yq (4.33.3-r5) [2023-11-29T08:34:56.438Z] #59 16.44 Executing busybox-1.36.1-r2.trigger [2023-11-29T08:34:56.438Z] #59 16.47 Executing ca-certificates-20230506-r0.trigger [2023-11-29T08:34:56.438Z] #59 17.46 OK: 18 MiB in 19 packages [2023-11-29T08:34:56.438Z] #59 DONE 19.3s [2023-11-29T08:34:56.438Z] [2023-11-29T08:34:56.438Z] #71 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2023-11-29T08:34:57.437Z] #71 ... [2023-11-29T08:34:57.437Z] [2023-11-29T08:34:57.437Z] #70 [core-command builder 4/7] COPY go.mod vendor* ./ [2023-11-29T08:34:57.437Z] #70 DONE 1.1s [2023-11-29T08:34:57.437Z] [2023-11-29T08:34:57.437Z] #72 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-11-29T08:35:00.042Z] #72 ... [2023-11-29T08:35:00.042Z] [2023-11-29T08:35:00.042Z] #54 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-11-29T08:35:00.042Z] #54 13.70 v3.18.4-256-g7c18b4ada09 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2023-11-29T08:35:00.042Z] #54 13.70 v3.18.4-261-g9f2d1c1be27 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2023-11-29T08:35:00.042Z] #54 13.70 OK: 19953 distinct packages available [2023-11-29T08:35:00.042Z] #54 15.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-11-29T08:35:00.042Z] #54 17.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-11-29T08:35:00.042Z] #54 21.15 (1/4) Installing dumb-init (1.2.5-r2) [2023-11-29T08:35:00.042Z] #54 21.24 (2/4) Installing musl-obstack (1.2.3-r2) [2023-11-29T08:35:00.042Z] #54 21.24 (3/4) Installing libucontext (1.2-r2) [2023-11-29T08:35:00.042Z] #54 21.30 (4/4) Installing gcompat (1.1.0-r1) [2023-11-29T08:35:00.042Z] #54 21.30 Executing busybox-1.36.1-r2.trigger [2023-11-29T08:35:00.042Z] #54 21.40 OK: 8 MiB in 19 packages [2023-11-29T08:35:00.042Z] #54 DONE 22.8s [2023-11-29T08:35:00.042Z] [2023-11-29T08:35:00.042Z] #61 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-11-29T08:35:00.042Z] #61 15.52 v3.18.4-256-g7c18b4ada09 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2023-11-29T08:35:00.042Z] #61 15.52 v3.18.4-261-g9f2d1c1be27 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2023-11-29T08:35:00.042Z] #61 15.52 OK: 19953 distinct packages available [2023-11-29T08:35:00.042Z] #61 16.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-11-29T08:35:00.042Z] #61 18.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-11-29T08:35:00.042Z] #61 21.17 (1/7) Upgrading libcrypto3 (3.1.3-r0 -> 3.1.4-r1) [2023-11-29T08:35:00.042Z] #61 21.31 (2/7) Upgrading libssl3 (3.1.3-r0 -> 3.1.4-r1) [2023-11-29T08:35:00.042Z] #61 21.36 (3/7) Installing dumb-init (1.2.5-r2) [2023-11-29T08:35:00.042Z] #61 21.38 (4/7) Installing musl-obstack (1.2.3-r2) [2023-11-29T08:35:00.042Z] #61 21.38 (5/7) Installing libucontext (1.2-r2) [2023-11-29T08:35:00.042Z] #61 21.41 (6/7) Installing gcompat (1.1.0-r1) [2023-11-29T08:35:00.042Z] #61 21.45 (7/7) Installing openssl (3.1.4-r1) [2023-11-29T08:35:00.042Z] #61 21.49 Executing busybox-1.36.1-r2.trigger [2023-11-29T08:35:00.042Z] #61 21.56 OK: 9 MiB in 20 packages [2023-11-29T08:35:00.042Z] #61 DONE 22.8s [2023-11-29T08:35:00.042Z] [2023-11-29T08:35:00.042Z] #73 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2023-11-29T08:35:00.315Z] #73 ... [2023-11-29T08:35:00.315Z] [2023-11-29T08:35:00.315Z] #52 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-11-29T08:35:00.315Z] #52 13.17 v3.18.4-256-g7c18b4ada09 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2023-11-29T08:35:00.315Z] #52 13.17 v3.18.4-261-g9f2d1c1be27 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2023-11-29T08:35:00.315Z] #52 13.17 OK: 19953 distinct packages available [2023-11-29T08:35:00.315Z] #52 14.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-11-29T08:35:00.315Z] #52 16.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-11-29T08:35:00.315Z] #52 20.64 (1/11) Installing ca-certificates (20230506-r0) [2023-11-29T08:35:00.315Z] #52 20.83 (2/11) Installing brotli-libs (1.0.9-r14) [2023-11-29T08:35:00.315Z] #52 20.88 (3/11) Installing libunistring (1.1-r1) [2023-11-29T08:35:00.315Z] #52 21.00 (4/11) Installing libidn2 (2.3.4-r1) [2023-11-29T08:35:00.315Z] #52 21.02 (5/11) Installing nghttp2-libs (1.57.0-r0) [2023-11-29T08:35:00.315Z] #52 21.04 (6/11) Installing libcurl (8.4.0-r0) [2023-11-29T08:35:00.315Z] #52 21.08 (7/11) Installing curl (8.4.0-r0) [2023-11-29T08:35:00.315Z] #52 21.18 (8/11) Installing dumb-init (1.2.5-r2) [2023-11-29T08:35:00.315Z] #52 21.18 (9/11) Installing musl-obstack (1.2.3-r2) [2023-11-29T08:35:00.315Z] #52 21.18 (10/11) Installing libucontext (1.2-r2) [2023-11-29T08:35:00.315Z] #52 21.22 (11/11) Installing gcompat (1.1.0-r1) [2023-11-29T08:35:00.315Z] #52 21.25 Executing busybox-1.36.1-r2.trigger [2023-11-29T08:35:00.315Z] #52 21.32 Executing ca-certificates-20230506-r0.trigger [2023-11-29T08:35:00.315Z] #52 22.35 OK: 13 MiB in 26 packages [2023-11-29T08:35:00.586Z] #52 DONE 23.3s [2023-11-29T08:35:00.586Z] [2023-11-29T08:35:00.586Z] #74 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2023-11-29T08:35:00.586Z] #74 ... [2023-11-29T08:35:00.586Z] [2023-11-29T08:35:00.586Z] #63 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-11-29T08:35:00.586Z] #63 15.50 v3.18.4-256-g7c18b4ada09 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2023-11-29T08:35:00.586Z] #63 15.50 v3.18.4-261-g9f2d1c1be27 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2023-11-29T08:35:00.586Z] #63 15.50 OK: 19946 distinct packages available [2023-11-29T08:35:00.586Z] #63 17.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-11-29T08:35:00.586Z] #63 18.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-11-29T08:35:00.586Z] #63 22.71 OK: 266 MiB in 52 packages [2023-11-29T08:35:00.586Z] #63 DONE 23.3s [2023-11-29T08:35:00.859Z] [2023-11-29T08:35:00.859Z] #75 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2023-11-29T08:35:01.831Z] #75 ... [2023-11-29T08:35:01.831Z] [2023-11-29T08:35:01.831Z] #76 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-11-29T08:35:02.101Z] #76 ... [2023-11-29T08:35:02.101Z] [2023-11-29T08:35:02.101Z] #75 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2023-11-29T08:35:02.101Z] #75 DONE 1.4s [2023-11-29T08:35:02.101Z] [2023-11-29T08:35:02.101Z] #77 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-11-29T08:35:05.469Z] #77 ... [2023-11-29T08:35:05.469Z] [2023-11-29T08:35:05.469Z] #78 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2023-11-29T08:35:05.469Z] #0 9.577 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-11-29T08:35:05.469Z] #78 ... [2023-11-29T08:35:05.469Z] [2023-11-29T08:35:05.469Z] #69 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2023-11-29T08:35:05.469Z] #69 9.865 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-11-29T08:35:06.057Z] #69 ... [2023-11-29T08:35:06.057Z] [2023-11-29T08:35:06.057Z] #79 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-11-29T08:35:06.326Z] #79 ... [2023-11-29T08:35:06.326Z] [2023-11-29T08:35:06.326Z] #73 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2023-11-29T08:35:06.326Z] #73 6.204 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-11-29T08:35:06.326Z] #73 ... [2023-11-29T08:35:06.326Z] [2023-11-29T08:35:06.326Z] #80 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2023-11-29T08:35:06.326Z] #0 8.445 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-11-29T08:35:06.326Z] #0 9.574 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-11-29T08:35:06.596Z] #80 ... [2023-11-29T08:35:06.596Z] [2023-11-29T08:35:06.596Z] #69 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2023-11-29T08:35:06.596Z] #69 11.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-11-29T08:35:07.187Z] #69 ... [2023-11-29T08:35:07.187Z] [2023-11-29T08:35:07.187Z] #66 [support-scheduler stage-1 3/8] RUN apk --no-cache upgrade [2023-11-29T08:35:07.187Z] #66 9.894 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-11-29T08:35:07.187Z] #66 10.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-11-29T08:35:07.187Z] #66 11.66 (1/7) Upgrading musl (1.2.4-r1 -> 1.2.4-r2) [2023-11-29T08:35:07.187Z] #66 11.74 (2/7) Upgrading busybox (1.36.1-r2 -> 1.36.1-r5) [2023-11-29T08:35:07.187Z] #66 11.89 Executing busybox-1.36.1-r5.post-upgrade [2023-11-29T08:35:07.187Z] #66 12.14 (3/7) Upgrading busybox-binsh (1.36.1-r2 -> 1.36.1-r5) [2023-11-29T08:35:07.187Z] #66 12.14 (4/7) Upgrading libcrypto3 (3.1.3-r0 -> 3.1.4-r1) [2023-11-29T08:35:07.187Z] #66 12.60 (5/7) Upgrading libssl3 (3.1.3-r0 -> 3.1.4-r1) [2023-11-29T08:35:07.187Z] #66 12.64 (6/7) Upgrading ssl_client (1.36.1-r2 -> 1.36.1-r5) [2023-11-29T08:35:07.187Z] #66 12.74 (7/7) Upgrading musl-utils (1.2.4-r1 -> 1.2.4-r2) [2023-11-29T08:35:07.187Z] #66 12.77 Executing busybox-1.36.1-r5.trigger [2023-11-29T08:35:07.187Z] #66 12.82 OK: 8 MiB in 16 packages [2023-11-29T08:35:07.187Z] #66 DONE 13.9s [2023-11-29T08:35:07.187Z] [2023-11-29T08:35:07.187Z] #78 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2023-11-29T08:35:07.187Z] #78 11.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-11-29T08:35:10.551Z] #78 15.06 (1/7) Upgrading musl (1.2.4-r1 -> 1.2.4-r2) [2023-11-29T08:35:10.551Z] #78 15.11 (2/7) Upgrading busybox (1.36.1-r2 -> 1.36.1-r5) [2023-11-29T08:35:10.551Z] #78 ... [2023-11-29T08:35:10.551Z] [2023-11-29T08:35:10.551Z] #81 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2023-11-29T08:35:10.551Z] #0 6.106 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-11-29T08:35:10.551Z] #0 7.445 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-11-29T08:35:10.551Z] #81 ... [2023-11-29T08:35:10.551Z] [2023-11-29T08:35:10.551Z] #78 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2023-11-29T08:35:10.551Z] #78 15.21 Executing busybox-1.36.1-r5.post-upgrade [2023-11-29T08:35:10.824Z] #78 15.57 (3/7) Upgrading busybox-binsh (1.36.1-r2 -> 1.36.1-r5) [2023-11-29T08:35:10.824Z] #78 15.58 (4/7) Upgrading libcrypto3 (3.1.3-r0 -> 3.1.4-r1) [2023-11-29T08:35:11.096Z] #78 15.99 (5/7) Upgrading libssl3 (3.1.3-r0 -> 3.1.4-r1) [2023-11-29T08:35:11.096Z] #78 16.04 (6/7) Upgrading ssl_client (1.36.1-r2 -> 1.36.1-r5) [2023-11-29T08:35:11.096Z] #78 16.07 (7/7) Upgrading musl-utils (1.2.4-r1 -> 1.2.4-r2) [2023-11-29T08:35:11.096Z] #78 16.11 Executing busybox-1.36.1-r5.trigger [2023-11-29T08:35:11.370Z] #78 16.21 OK: 8 MiB in 17 packages [2023-11-29T08:35:11.643Z] #78 ... [2023-11-29T08:35:11.643Z] [2023-11-29T08:35:11.643Z] #68 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2023-11-29T08:35:11.643Z] #68 9.213 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-11-29T08:35:11.643Z] #68 9.971 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-11-29T08:35:11.643Z] #68 14.32 (1/7) Upgrading musl (1.2.4-r1 -> 1.2.4-r2) [2023-11-29T08:35:11.643Z] #68 14.41 (2/7) Upgrading busybox (1.36.1-r2 -> 1.36.1-r5) [2023-11-29T08:35:11.643Z] #68 14.54 Executing busybox-1.36.1-r5.post-upgrade [2023-11-29T08:35:11.643Z] #68 14.88 (3/7) Upgrading busybox-binsh (1.36.1-r2 -> 1.36.1-r5) [2023-11-29T08:35:11.643Z] #68 14.88 (4/7) Upgrading libcrypto3 (3.1.3-r0 -> 3.1.4-r1) [2023-11-29T08:35:11.643Z] #68 15.22 (5/7) Upgrading libssl3 (3.1.3-r0 -> 3.1.4-r1) [2023-11-29T08:35:11.643Z] #68 15.30 (6/7) Upgrading ssl_client (1.36.1-r2 -> 1.36.1-r5) [2023-11-29T08:35:11.643Z] #68 15.33 (7/7) Upgrading musl-utils (1.2.4-r1 -> 1.2.4-r2) [2023-11-29T08:35:11.643Z] #68 15.37 Executing busybox-1.36.1-r5.trigger [2023-11-29T08:35:11.643Z] #68 15.45 OK: 8 MiB in 16 packages [2023-11-29T08:35:11.643Z] #68 DONE 16.6s [2023-11-29T08:35:11.643Z] [2023-11-29T08:35:11.643Z] #80 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2023-11-29T08:35:11.643Z] #80 13.22 (1/5) Upgrading musl (1.2.4-r1 -> 1.2.4-r2) [2023-11-29T08:35:11.643Z] #80 13.30 (2/5) Upgrading busybox (1.36.1-r2 -> 1.36.1-r5) [2023-11-29T08:35:11.643Z] #80 13.39 Executing busybox-1.36.1-r5.post-upgrade [2023-11-29T08:35:11.643Z] #80 13.74 (3/5) Upgrading busybox-binsh (1.36.1-r2 -> 1.36.1-r5) [2023-11-29T08:35:11.643Z] #80 13.76 (4/5) Upgrading ssl_client (1.36.1-r2 -> 1.36.1-r5) [2023-11-29T08:35:11.643Z] #80 13.78 (5/5) Upgrading musl-utils (1.2.4-r1 -> 1.2.4-r2) [2023-11-29T08:35:11.643Z] #80 13.81 Executing busybox-1.36.1-r5.trigger [2023-11-29T08:35:11.643Z] #80 13.89 OK: 18 MiB in 19 packages [2023-11-29T08:35:11.643Z] #80 DONE 15.3s [2023-11-29T08:35:11.643Z] [2023-11-29T08:35:11.643Z] #82 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2023-11-29T08:35:11.919Z] #82 DONE 0.3s [2023-11-29T08:35:11.919Z] [2023-11-29T08:35:11.919Z] #69 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2023-11-29T08:35:11.919Z] #69 14.97 (1/7) Upgrading musl (1.2.4-r1 -> 1.2.4-r2) [2023-11-29T08:35:11.919Z] #69 15.05 (2/7) Upgrading busybox (1.36.1-r2 -> 1.36.1-r5) [2023-11-29T08:35:11.919Z] #69 15.17 Executing busybox-1.36.1-r5.post-upgrade [2023-11-29T08:35:11.919Z] #69 15.44 (3/7) Upgrading busybox-binsh (1.36.1-r2 -> 1.36.1-r5) [2023-11-29T08:35:11.919Z] #69 15.45 (4/7) Upgrading libcrypto3 (3.1.3-r0 -> 3.1.4-r1) [2023-11-29T08:35:11.919Z] #69 15.71 (5/7) Upgrading libssl3 (3.1.3-r0 -> 3.1.4-r1) [2023-11-29T08:35:11.919Z] #69 15.75 (6/7) Upgrading ssl_client (1.36.1-r2 -> 1.36.1-r5) [2023-11-29T08:35:11.919Z] #69 15.77 (7/7) Upgrading musl-utils (1.2.4-r1 -> 1.2.4-r2) [2023-11-29T08:35:11.919Z] #69 15.80 Executing busybox-1.36.1-r5.trigger [2023-11-29T08:35:11.919Z] #69 15.85 Executing ca-certificates-20230506-r0.trigger [2023-11-29T08:35:12.195Z] #69 16.97 OK: 9 MiB in 17 packages [2023-11-29T08:35:12.784Z] #69 ... [2023-11-29T08:35:12.784Z] [2023-11-29T08:35:12.784Z] #78 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2023-11-29T08:35:12.784Z] #78 DONE 17.5s [2023-11-29T08:35:12.784Z] [2023-11-29T08:35:12.784Z] #81 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2023-11-29T08:35:12.784Z] #81 10.44 (1/5) Upgrading musl (1.2.4-r1 -> 1.2.4-r2) [2023-11-29T08:35:12.784Z] #81 10.52 (2/5) Upgrading busybox (1.36.1-r2 -> 1.36.1-r5) [2023-11-29T08:35:12.784Z] #81 10.65 Executing busybox-1.36.1-r5.post-upgrade [2023-11-29T08:35:12.784Z] #81 11.00 (3/5) Upgrading busybox-binsh (1.36.1-r2 -> 1.36.1-r5) [2023-11-29T08:35:12.784Z] #81 11.01 (4/5) Upgrading ssl_client (1.36.1-r2 -> 1.36.1-r5) [2023-11-29T08:35:12.784Z] #81 11.03 (5/5) Upgrading musl-utils (1.2.4-r1 -> 1.2.4-r2) [2023-11-29T08:35:12.784Z] #81 11.10 Executing busybox-1.36.1-r5.trigger [2023-11-29T08:35:12.784Z] #81 11.16 OK: 9 MiB in 20 packages [2023-11-29T08:35:12.784Z] #81 DONE 12.6s [2023-11-29T08:35:12.784Z] [2023-11-29T08:35:12.784Z] #83 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2023-11-29T08:35:13.383Z] #83 ... [2023-11-29T08:35:13.383Z] [2023-11-29T08:35:13.383Z] #69 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2023-11-29T08:35:13.383Z] #69 DONE 18.2s [2023-11-29T08:35:13.654Z] [2023-11-29T08:35:13.654Z] #73 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2023-11-29T08:35:13.654Z] #73 7.413 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-11-29T08:35:13.654Z] #73 11.14 (1/7) Upgrading musl (1.2.4-r1 -> 1.2.4-r2) [2023-11-29T08:35:13.654Z] #73 11.21 (2/7) Upgrading busybox (1.36.1-r2 -> 1.36.1-r5) [2023-11-29T08:35:13.654Z] #73 11.28 Executing busybox-1.36.1-r5.post-upgrade [2023-11-29T08:35:13.654Z] #73 11.78 (3/7) Upgrading busybox-binsh (1.36.1-r2 -> 1.36.1-r5) [2023-11-29T08:35:13.654Z] #73 11.80 (4/7) Upgrading libcrypto3 (3.1.3-r0 -> 3.1.4-r1) [2023-11-29T08:35:13.654Z] #73 12.28 (5/7) Upgrading libssl3 (3.1.3-r0 -> 3.1.4-r1) [2023-11-29T08:35:13.654Z] #73 12.37 (6/7) Upgrading ssl_client (1.36.1-r2 -> 1.36.1-r5) [2023-11-29T08:35:13.654Z] #73 12.39 (7/7) Upgrading musl-utils (1.2.4-r1 -> 1.2.4-r2) [2023-11-29T08:35:13.654Z] #73 12.41 Executing busybox-1.36.1-r5.trigger [2023-11-29T08:35:13.654Z] #73 12.58 OK: 8 MiB in 19 packages [2023-11-29T08:35:13.654Z] #73 DONE 13.8s [2023-11-29T08:35:13.654Z] [2023-11-29T08:35:13.654Z] #84 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2023-11-29T08:35:13.927Z] #84 ... [2023-11-29T08:35:13.927Z] [2023-11-29T08:35:13.927Z] #74 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2023-11-29T08:35:13.927Z] #74 5.541 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-11-29T08:35:13.927Z] #74 6.697 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-11-29T08:35:13.927Z] #74 10.36 (1/7) Upgrading musl (1.2.4-r1 -> 1.2.4-r2) [2023-11-29T08:35:13.927Z] #74 10.43 (2/7) Upgrading busybox (1.36.1-r2 -> 1.36.1-r5) [2023-11-29T08:35:13.927Z] #74 10.54 Executing busybox-1.36.1-r5.post-upgrade [2023-11-29T08:35:13.927Z] #74 10.99 (3/7) Upgrading busybox-binsh (1.36.1-r2 -> 1.36.1-r5) [2023-11-29T08:35:13.927Z] #74 11.03 (4/7) Upgrading libcrypto3 (3.1.3-r0 -> 3.1.4-r1) [2023-11-29T08:35:13.927Z] #74 11.64 (5/7) Upgrading libssl3 (3.1.3-r0 -> 3.1.4-r1) [2023-11-29T08:35:13.927Z] #74 11.70 (6/7) Upgrading ssl_client (1.36.1-r2 -> 1.36.1-r5) [2023-11-29T08:35:13.927Z] #74 11.71 (7/7) Upgrading musl-utils (1.2.4-r1 -> 1.2.4-r2) [2023-11-29T08:35:13.927Z] #74 11.75 Executing busybox-1.36.1-r5.trigger [2023-11-29T08:35:14.209Z] #74 11.84 Executing ca-certificates-20230506-r0.trigger [2023-11-29T08:35:14.209Z] #74 12.51 OK: 13 MiB in 26 packages [2023-11-29T08:35:14.209Z] #74 DONE 13.6s [2023-11-29T08:35:14.209Z] [2023-11-29T08:35:14.209Z] #71 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2023-11-29T08:35:14.209Z] #71 9.424 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-11-29T08:35:14.209Z] #71 10.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-11-29T08:35:14.209Z] #71 14.91 (1/7) Upgrading musl (1.2.4-r1 -> 1.2.4-r2) [2023-11-29T08:35:14.209Z] #71 15.03 (2/7) Upgrading busybox (1.36.1-r2 -> 1.36.1-r5) [2023-11-29T08:35:14.209Z] #71 15.30 Executing busybox-1.36.1-r5.post-upgrade [2023-11-29T08:35:14.209Z] #71 15.67 (3/7) Upgrading busybox-binsh (1.36.1-r2 -> 1.36.1-r5) [2023-11-29T08:35:14.209Z] #71 15.71 (4/7) Upgrading libcrypto3 (3.1.3-r0 -> 3.1.4-r1) [2023-11-29T08:35:14.209Z] #71 16.21 (5/7) Upgrading libssl3 (3.1.3-r0 -> 3.1.4-r1) [2023-11-29T08:35:14.209Z] #71 16.30 (6/7) Upgrading ssl_client (1.36.1-r2 -> 1.36.1-r5) [2023-11-29T08:35:14.209Z] #71 16.34 (7/7) Upgrading musl-utils (1.2.4-r1 -> 1.2.4-r2) [2023-11-29T08:35:14.209Z] #71 16.39 Executing busybox-1.36.1-r5.trigger [2023-11-29T08:35:14.209Z] #71 16.51 Executing ca-certificates-20230506-r0.trigger [2023-11-29T08:35:14.209Z] #71 17.33 OK: 18 MiB in 19 packages [2023-11-29T08:35:14.480Z] #71 DONE 18.0s [2023-11-29T08:35:14.480Z] [2023-11-29T08:35:14.480Z] #85 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2023-11-29T08:35:15.444Z] #85 ... [2023-11-29T08:35:15.444Z] [2023-11-29T08:35:15.444Z] #83 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2023-11-29T08:35:15.444Z] #83 DONE 2.7s [2023-11-29T08:35:15.444Z] [2023-11-29T08:35:15.444Z] #85 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2023-11-29T08:35:15.444Z] #85 DONE 2.8s [2023-11-29T08:35:15.444Z] [2023-11-29T08:35:15.444Z] #86 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2023-11-29T08:35:15.710Z] #86 ... [2023-11-29T08:35:15.710Z] [2023-11-29T08:35:15.710Z] #84 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2023-11-29T08:35:15.710Z] #84 DONE 2.1s [2023-11-29T08:35:15.980Z] [2023-11-29T08:35:15.981Z] #86 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2023-11-29T08:35:15.981Z] #86 DONE 0.4s [2023-11-29T08:35:15.981Z] [2023-11-29T08:35:15.981Z] #87 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2023-11-29T08:35:15.981Z] #87 DONE 3.3s [2023-11-29T08:35:15.981Z] [2023-11-29T08:35:15.981Z] #88 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2023-11-29T08:35:16.250Z] #88 DONE 0.3s [2023-11-29T08:35:16.250Z] [2023-11-29T08:35:16.250Z] #89 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2023-11-29T08:35:16.250Z] #89 DONE 0.4s [2023-11-29T08:35:16.250Z] [2023-11-29T08:35:16.250Z] #90 [security-spire-server stage-2 6/9] COPY security.txt / [2023-11-29T08:35:16.250Z] #90 DONE 0.3s [2023-11-29T08:35:16.250Z] [2023-11-29T08:35:16.250Z] #91 [security-spire-config stage-2 6/10] COPY security.txt / [2023-11-29T08:35:16.528Z] #91 ... [2023-11-29T08:35:16.528Z] [2023-11-29T08:35:16.528Z] #92 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-11-29T08:35:16.528Z] #92 DONE 0.1s [2023-11-29T08:35:16.528Z] [2023-11-29T08:35:16.528Z] #91 [security-spire-config stage-2 6/10] COPY security.txt / [2023-11-29T08:35:16.528Z] #91 DONE 0.2s [2023-11-29T08:35:16.528Z] [2023-11-29T08:35:16.528Z] #93 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-11-29T08:35:16.799Z] #93 ... [2023-11-29T08:35:16.799Z] [2023-11-29T08:35:16.799Z] #94 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-11-29T08:35:16.799Z] #94 DONE 0.3s [2023-11-29T08:35:16.799Z] [2023-11-29T08:35:16.799Z] #93 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-11-29T08:35:16.799Z] #93 DONE 0.3s [2023-11-29T08:35:16.799Z] [2023-11-29T08:35:16.799Z] #95 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2023-11-29T08:35:16.799Z] #95 DONE 1.4s [2023-11-29T08:35:16.799Z] [2023-11-29T08:35:16.799Z] #96 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2023-11-29T08:35:17.068Z] #96 ... [2023-11-29T08:35:17.068Z] [2023-11-29T08:35:17.068Z] #97 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-11-29T08:35:17.068Z] #97 DONE 0.2s [2023-11-29T08:35:17.068Z] [2023-11-29T08:35:17.068Z] #98 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2023-11-29T08:35:17.068Z] #98 DONE 0.2s [2023-11-29T08:35:17.068Z] [2023-11-29T08:35:17.068Z] #96 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2023-11-29T08:35:17.068Z] #96 DONE 0.2s [2023-11-29T08:35:17.068Z] [2023-11-29T08:35:17.068Z] #99 [security-spire-server] exporting to image [2023-11-29T08:35:17.068Z] #99 exporting layers [2023-11-29T08:35:17.342Z] #99 ... [2023-11-29T08:35:17.342Z] [2023-11-29T08:35:17.342Z] #100 [security-spire-agent stage-3 7/10] COPY security.txt / [2023-11-29T08:35:17.342Z] #100 DONE 0.3s [2023-11-29T08:35:17.342Z] [2023-11-29T08:35:17.342Z] #101 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-11-29T08:35:17.342Z] #101 DONE 0.3s [2023-11-29T08:35:17.342Z] [2023-11-29T08:35:17.342Z] #99 [security-spire-config] exporting to image [2023-11-29T08:35:17.618Z] #99 ... [2023-11-29T08:35:17.618Z] [2023-11-29T08:35:17.618Z] #102 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-11-29T08:35:17.618Z] #102 DONE 0.2s [2023-11-29T08:35:17.888Z] [2023-11-29T08:35:17.888Z] #103 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-11-29T08:35:17.888Z] #103 DONE 0.3s [2023-11-29T08:35:17.888Z] [2023-11-29T08:35:17.888Z] #72 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-11-29T08:35:17.888Z] #72 ... [2023-11-29T08:35:17.888Z] [2023-11-29T08:35:17.888Z] #104 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-11-29T08:35:17.888Z] #104 DONE 0.1s [2023-11-29T08:35:18.156Z] [2023-11-29T08:35:18.156Z] #99 [security-spire-agent] exporting to image [2023-11-29T08:35:19.130Z] #99 exporting layers 2.0s done [2023-11-29T08:35:19.130Z] #99 writing image sha256:f50b9063cd696a27185758889956e50666abc26eb4eac796a8030b704e62e724 [2023-11-29T08:35:19.130Z] #99 writing image sha256:f50b9063cd696a27185758889956e50666abc26eb4eac796a8030b704e62e724 done [2023-11-29T08:35:19.130Z] #99 naming to docker.io/library/security-spire-server-arm64 done [2023-11-29T08:35:19.130Z] #99 exporting layers 1.8s done [2023-11-29T08:35:19.130Z] #99 writing image sha256:cc42ef42d0e47172b1cae04ad5e5bab1f03951fa40fda72bc660d591b72dd596 done [2023-11-29T08:35:19.130Z] #99 naming to docker.io/library/security-spire-config-arm64 done [2023-11-29T08:35:19.712Z] #99 exporting layers 1.5s done [2023-11-29T08:35:19.712Z] #99 writing image sha256:6181bc83ba2022cdaec7006b4e39a6184f31b3f3adc3793f95d4fc91b8c616d1 done [2023-11-29T08:35:19.712Z] #99 naming to docker.io/library/security-spire-agent-arm64 done [2023-11-29T08:35:19.712Z] #99 DONE 2.5s [2023-11-29T08:35:19.712Z] [2023-11-29T08:35:19.712Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-11-29T08:35:20.196Z] #140 74.22 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-11-29T08:35:20.196Z] #140 ... [2023-11-29T08:35:20.196Z] [2023-11-29T08:35:20.196Z] #134 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-11-29T08:35:20.196Z] #134 DONE 79.0s [2023-11-29T08:35:20.196Z] [2023-11-29T08:35:20.196Z] #137 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-11-29T08:35:20.196Z] #137 DONE 78.9s [2023-11-29T08:35:20.196Z] [2023-11-29T08:35:20.196Z] #131 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-11-29T08:35:20.196Z] #131 DONE 79.0s [2023-11-29T08:35:20.196Z] [2023-11-29T08:35:20.196Z] #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 [2023-11-29T08:35:20.196Z] #140 DONE 79.0s [2023-11-29T08:35:20.196Z] [2023-11-29T08:35:20.196Z] #138 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-11-29T08:35:20.196Z] #138 DONE 79.0s [2023-11-29T08:35:20.196Z] [2023-11-29T08:35:20.196Z] #133 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-11-29T08:35:20.196Z] #133 DONE 79.0s [2023-11-29T08:35:20.196Z] [2023-11-29T08:35:20.196Z] #139 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-11-29T08:35:20.196Z] #139 DONE 79.1s [2023-11-29T08:35:20.196Z] [2023-11-29T08:35:20.196Z] #141 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2023-11-29T08:35:20.457Z] #141 ... [2023-11-29T08:35:20.457Z] [2023-11-29T08:35:20.457Z] #135 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-11-29T08:35:20.457Z] #135 DONE 79.2s [2023-11-29T08:35:20.716Z] [2023-11-29T08:35:20.716Z] #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-11-29T08:35:20.716Z] #130 DONE 79.4s [2023-11-29T08:35:20.716Z] [2023-11-29T08:35:20.716Z] #142 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2023-11-29T08:35:20.716Z] #142 ... [2023-11-29T08:35:20.716Z] [2023-11-29T08:35:20.716Z] #136 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-11-29T08:35:20.716Z] #136 DONE 79.5s [2023-11-29T08:35:20.716Z] [2023-11-29T08:35:20.716Z] #132 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-11-29T08:35:20.716Z] #132 DONE 79.5s [2023-11-29T08:35:20.975Z] [2023-11-29T08:35:20.975Z] #141 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2023-11-29T08:35:20.975Z] #141 DONE 0.6s [2023-11-29T08:35:20.975Z] [2023-11-29T08:35:20.975Z] #143 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2023-11-29T08:35:20.975Z] #143 ... [2023-11-29T08:35:20.975Z] [2023-11-29T08:35:20.975Z] #144 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2023-11-29T08:35:20.975Z] #144 DONE 0.8s [2023-11-29T08:35:21.235Z] [2023-11-29T08:35:21.235Z] #145 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2023-11-29T08:35:21.235Z] #145 DONE 0.7s [2023-11-29T08:35:21.235Z] [2023-11-29T08:35:21.235Z] #146 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2023-11-29T08:35:21.235Z] #146 DONE 0.7s [2023-11-29T08:35:21.235Z] [2023-11-29T08:35:21.235Z] #142 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2023-11-29T08:35:21.235Z] #142 DONE 0.6s [2023-11-29T08:35:21.235Z] [2023-11-29T08:35:21.235Z] #147 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2023-11-29T08:35:21.235Z] #147 DONE 0.4s [2023-11-29T08:35:21.235Z] [2023-11-29T08:35:21.235Z] #148 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2023-11-29T08:35:21.235Z] #148 ... [2023-11-29T08:35:21.235Z] [2023-11-29T08:35:21.235Z] #143 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2023-11-29T08:35:21.235Z] #143 DONE 0.4s [2023-11-29T08:35:21.235Z] [2023-11-29T08:35:21.235Z] #149 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2023-11-29T08:35:21.235Z] #149 DONE 0.2s [2023-11-29T08:35:21.235Z] [2023-11-29T08:35:21.235Z] #150 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2023-11-29T08:35:21.235Z] #150 CACHED [2023-11-29T08:35:21.235Z] [2023-11-29T08:35:21.235Z] #151 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2023-11-29T08:35:21.235Z] #151 CACHED [2023-11-29T08:35:21.235Z] [2023-11-29T08:35:21.235Z] #152 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2023-11-29T08:35:21.235Z] #152 DONE 0.5s [2023-11-29T08:35:21.494Z] [2023-11-29T08:35:21.494Z] #153 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-11-29T08:35:21.494Z] #153 CACHED [2023-11-29T08:35:21.494Z] [2023-11-29T08:35:21.494Z] #154 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2023-11-29T08:35:21.494Z] #154 CACHED [2023-11-29T08:35:21.494Z] [2023-11-29T08:35:21.494Z] #155 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2023-11-29T08:35:21.494Z] #155 CACHED [2023-11-29T08:35:21.494Z] [2023-11-29T08:35:21.494Z] #156 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2023-11-29T08:35:21.494Z] #156 CACHED [2023-11-29T08:35:21.494Z] [2023-11-29T08:35:21.494Z] #157 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2023-11-29T08:35:21.494Z] #157 CACHED [2023-11-29T08:35:21.494Z] [2023-11-29T08:35:21.494Z] #158 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2023-11-29T08:35:21.494Z] #158 CACHED [2023-11-29T08:35:21.494Z] [2023-11-29T08:35:21.494Z] #159 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-11-29T08:35:21.494Z] #159 ... [2023-11-29T08:35:21.494Z] [2023-11-29T08:35:21.494Z] #160 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2023-11-29T08:35:21.494Z] #160 DONE 0.4s [2023-11-29T08:35:21.494Z] [2023-11-29T08:35:21.494Z] #161 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2023-11-29T08:35:21.494Z] #161 DONE 0.4s [2023-11-29T08:35:21.753Z] [2023-11-29T08:35:21.754Z] #162 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2023-11-29T08:35:21.754Z] #162 DONE 0.3s [2023-11-29T08:35:21.754Z] [2023-11-29T08:35:21.754Z] #163 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2023-11-29T08:35:21.754Z] #163 DONE 0.4s [2023-11-29T08:35:21.754Z] [2023-11-29T08:35:21.754Z] #164 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-11-29T08:35:22.319Z] #164 ... [2023-11-29T08:35:22.319Z] [2023-11-29T08:35:22.319Z] #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 [2023-11-29T08:35:22.319Z] #165 DONE 1.2s [2023-11-29T08:35:22.577Z] [2023-11-29T08:35:22.577Z] #166 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-11-29T08:35:23.143Z] #166 ... [2023-11-29T08:35:23.144Z] [2023-11-29T08:35:23.144Z] #159 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-11-29T08:35:23.144Z] #159 DONE 1.7s [2023-11-29T08:35:23.144Z] [2023-11-29T08:35:23.144Z] #167 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-11-29T08:35:23.144Z] #167 DONE 1.8s [2023-11-29T08:35:23.144Z] [2023-11-29T08:35:23.144Z] #168 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-11-29T08:35:23.144Z] #168 DONE 1.8s [2023-11-29T08:35:23.144Z] [2023-11-29T08:35:23.144Z] #169 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-11-29T08:35:23.144Z] #169 DONE 1.8s [2023-11-29T08:35:23.144Z] [2023-11-29T08:35:23.144Z] #170 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-11-29T08:35:23.144Z] #170 DONE 1.8s [2023-11-29T08:35:23.144Z] [2023-11-29T08:35:23.144Z] #171 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-11-29T08:35:23.144Z] #171 DONE 1.7s [2023-11-29T08:35:23.144Z] [2023-11-29T08:35:23.144Z] #172 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-11-29T08:35:23.404Z] #172 ... [2023-11-29T08:35:23.404Z] [2023-11-29T08:35:23.404Z] #173 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-11-29T08:35:23.404Z] #173 DONE 1.9s [2023-11-29T08:35:23.404Z] [2023-11-29T08:35:23.404Z] #166 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-11-29T08:35:23.404Z] #166 DONE 1.9s [2023-11-29T08:35:23.404Z] [2023-11-29T08:35:23.404Z] #148 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2023-11-29T08:35:23.404Z] #148 DONE 2.4s [2023-11-29T08:35:23.667Z] [2023-11-29T08:35:23.667Z] #164 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-11-29T08:35:23.667Z] #164 DONE 2.0s [2023-11-29T08:35:23.667Z] [2023-11-29T08:35:23.667Z] #174 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-11-29T08:35:23.667Z] #174 DONE 0.6s [2023-11-29T08:35:23.667Z] [2023-11-29T08:35:23.667Z] #175 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-11-29T08:35:23.667Z] #175 DONE 0.7s [2023-11-29T08:35:23.667Z] [2023-11-29T08:35:23.667Z] #176 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-11-29T08:35:23.667Z] #176 ... [2023-11-29T08:35:23.667Z] [2023-11-29T08:35:23.667Z] #177 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-11-29T08:35:23.667Z] #177 DONE 0.6s [2023-11-29T08:35:23.667Z] [2023-11-29T08:35:23.667Z] #178 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-11-29T08:35:23.667Z] #178 DONE 0.6s [2023-11-29T08:35:23.667Z] [2023-11-29T08:35:23.667Z] #179 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-11-29T08:35:23.667Z] #179 DONE 0.6s [2023-11-29T08:35:23.667Z] [2023-11-29T08:35:23.667Z] #172 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-11-29T08:35:23.667Z] #172 DONE 0.6s [2023-11-29T08:35:23.928Z] [2023-11-29T08:35:23.928Z] #180 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-11-29T08:35:23.928Z] #180 DONE 0.4s [2023-11-29T08:35:23.928Z] [2023-11-29T08:35:23.928Z] #181 [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 [2023-11-29T08:35:23.928Z] #181 DONE 0.4s [2023-11-29T08:35:23.928Z] [2023-11-29T08:35:23.928Z] #182 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-11-29T08:35:23.928Z] #182 DONE 0.4s [2023-11-29T08:35:23.928Z] [2023-11-29T08:35:23.928Z] #96 [security-spiffe-token-provider] exporting to image [2023-11-29T08:35:23.928Z] #96 exporting layers [2023-11-29T08:35:24.187Z] #96 ... [2023-11-29T08:35:24.187Z] [2023-11-29T08:35:24.187Z] #183 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2023-11-29T08:35:24.187Z] #183 DONE 0.6s [2023-11-29T08:35:24.187Z] [2023-11-29T08:35:24.187Z] #184 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-11-29T08:35:24.187Z] #184 DONE 0.4s [2023-11-29T08:35:24.187Z] [2023-11-29T08:35:24.187Z] #176 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-11-29T08:35:24.187Z] #176 DONE 0.5s [2023-11-29T08:35:24.187Z] [2023-11-29T08:35:24.187Z] #185 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-11-29T08:35:24.187Z] #185 DONE 0.5s [2023-11-29T08:35:24.187Z] [2023-11-29T08:35:24.187Z] #186 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-11-29T08:35:24.187Z] #186 DONE 0.6s [2023-11-29T08:35:24.187Z] [2023-11-29T08:35:24.187Z] #96 [core-metadata] exporting to image [2023-11-29T08:35:24.187Z] #96 ... [2023-11-29T08:35:24.187Z] [2023-11-29T08:35:24.187Z] #187 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-11-29T08:35:24.187Z] #187 DONE 0.5s [2023-11-29T08:35:24.187Z] [2023-11-29T08:35:24.187Z] #188 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-11-29T08:35:24.187Z] #188 DONE 0.5s [2023-11-29T08:35:24.187Z] [2023-11-29T08:35:24.187Z] #96 [core-metadata] exporting to image [2023-11-29T08:35:24.187Z] #96 exporting layers 0.2s done [2023-11-29T08:35:24.446Z] #96 ... [2023-11-29T08:35:24.446Z] [2023-11-29T08:35:24.446Z] #189 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2023-11-29T08:35:24.446Z] #189 DONE 0.3s [2023-11-29T08:35:24.446Z] [2023-11-29T08:35:24.446Z] #190 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-11-29T08:35:24.446Z] #190 DONE 0.3s [2023-11-29T08:35:24.446Z] [2023-11-29T08:35:24.446Z] #96 [core-metadata] exporting to image [2023-11-29T08:35:24.446Z] #96 writing image sha256:0670e98ad62a7e78c9e0f963085322f38dd359b1dcd77edf8b8af6620c7a6091 [2023-11-29T08:35:24.446Z] #96 writing image sha256:d5e4d905ca49eedaf37fa1d90e41274c274c76ccdbcf54dbf4d288dd6807192b [2023-11-29T08:35:24.446Z] #96 writing image sha256:f2bdac05dd0c801a2a4b93cce0711b7d30e11ebc639ce64e7b1d3d40cfa61841 [2023-11-29T08:35:24.704Z] #96 writing image sha256:d5e4d905ca49eedaf37fa1d90e41274c274c76ccdbcf54dbf4d288dd6807192b 0.2s done [2023-11-29T08:35:24.704Z] #96 naming to docker.io/library/core-command [2023-11-29T08:35:24.704Z] #96 exporting layers 0.8s done [2023-11-29T08:35:24.704Z] #96 naming to docker.io/library/core-command done [2023-11-29T08:35:24.704Z] #96 writing image sha256:b8c6db2aee2344bc4b572f019856de870592d9ff907d32c6c26e31221e4c58b2 [2023-11-29T08:35:24.965Z] #96 ... [2023-11-29T08:35:24.965Z] [2023-11-29T08:35:24.965Z] #191 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-11-29T08:35:24.965Z] #191 DONE 0.4s [2023-11-29T08:35:24.965Z] [2023-11-29T08:35:24.965Z] #192 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-11-29T08:35:24.965Z] #192 DONE 0.5s [2023-11-29T08:35:24.965Z] [2023-11-29T08:35:24.965Z] #96 [core-metadata] exporting to image [2023-11-29T08:35:24.965Z] #96 exporting layers 0.7s done [2023-11-29T08:35:24.965Z] #96 writing image sha256:0670e98ad62a7e78c9e0f963085322f38dd359b1dcd77edf8b8af6620c7a6091 0.4s done [2023-11-29T08:35:24.965Z] #96 writing image sha256:f2bdac05dd0c801a2a4b93cce0711b7d30e11ebc639ce64e7b1d3d40cfa61841 0.4s done [2023-11-29T08:35:24.965Z] #96 writing image sha256:b8c6db2aee2344bc4b572f019856de870592d9ff907d32c6c26e31221e4c58b2 0.2s done [2023-11-29T08:35:24.965Z] #96 naming to docker.io/library/support-scheduler done [2023-11-29T08:35:24.965Z] #96 naming to docker.io/library/security-spiffe-token-provider done [2023-11-29T08:35:24.965Z] #96 naming to docker.io/library/core-data done [2023-11-29T08:35:24.965Z] #96 writing image sha256:0ae708d4530e00ddda767694ee4737fb2f49633adc5a05bd3379062591e3cb28 done [2023-11-29T08:35:24.965Z] #96 naming to docker.io/library/core-metadata done [2023-11-29T08:35:24.965Z] #96 writing image sha256:ed4255d427934be0ae8396e5360bfab7bc9e8b97a2b46cef5d86e9aa0de638da [2023-11-29T08:35:24.965Z] #96 ... [2023-11-29T08:35:24.965Z] [2023-11-29T08:35:24.965Z] #193 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-11-29T08:35:24.965Z] #193 DONE 0.8s [2023-11-29T08:35:24.965Z] [2023-11-29T08:35:24.965Z] #194 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-11-29T08:35:24.965Z] #194 DONE 0.8s [2023-11-29T08:35:24.965Z] [2023-11-29T08:35:24.965Z] #96 [security-proxy-auth] exporting to image [2023-11-29T08:35:24.965Z] #96 writing image sha256:ed4255d427934be0ae8396e5360bfab7bc9e8b97a2b46cef5d86e9aa0de638da done [2023-11-29T08:35:24.965Z] #96 naming to docker.io/library/support-notifications done [2023-11-29T08:35:25.224Z] #96 ... [2023-11-29T08:35:25.224Z] [2023-11-29T08:35:25.224Z] #195 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-11-29T08:35:25.224Z] #195 DONE 0.4s [2023-11-29T08:35:25.224Z] [2023-11-29T08:35:25.224Z] #196 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-11-29T08:35:25.224Z] #196 DONE 0.4s [2023-11-29T08:35:25.224Z] [2023-11-29T08:35:25.224Z] #96 [security-proxy-auth] exporting to image [2023-11-29T08:35:25.224Z] #96 exporting layers 0.3s done [2023-11-29T08:35:25.224Z] #96 writing image sha256:d2596ec70ca60c88ea34e1311141dc8f1021c3f9a39575c0e0922d16ab883146 done [2023-11-29T08:35:25.224Z] #96 naming to docker.io/library/security-proxy-auth done [2023-11-29T08:35:25.483Z] #96 exporting layers 0.2s done [2023-11-29T08:35:25.483Z] #96 writing image sha256:33a124c49018014735a039be73a139882c1d32dd8a93faeeb530103fd086172c done [2023-11-29T08:35:25.483Z] #96 naming to docker.io/library/core-common-config-bootstrapper done [2023-11-29T08:35:25.483Z] #96 DONE 2.3s [2023-11-29T08:35:25.483Z] [2023-11-29T08:35:25.483Z] #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/ [2023-11-29T08:35:25.483Z] #197 DONE 0.1s [2023-11-29T08:35:25.483Z] [2023-11-29T08:35:25.483Z] #198 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-11-29T08:35:25.483Z] #198 DONE 0.1s [2023-11-29T08:35:25.483Z] [2023-11-29T08:35:25.483Z] #199 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-11-29T08:35:25.483Z] #199 DONE 1.0s [2023-11-29T08:35:25.483Z] [2023-11-29T08:35:25.483Z] #200 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-11-29T08:35:25.483Z] #200 ... [2023-11-29T08:35:25.483Z] [2023-11-29T08:35:25.483Z] #201 [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/ [2023-11-29T08:35:25.483Z] #201 DONE 0.1s [2023-11-29T08:35:25.483Z] [2023-11-29T08:35:25.483Z] #202 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2023-11-29T08:35:25.483Z] #202 DONE 0.1s [2023-11-29T08:35:25.483Z] [2023-11-29T08:35:25.483Z] #203 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-11-29T08:35:25.483Z] #203 DONE 0.0s [2023-11-29T08:35:25.742Z] [2023-11-29T08:35:25.742Z] #96 [security-proxy-setup] exporting to image [2023-11-29T08:35:25.742Z] #96 exporting layers 0.2s done [2023-11-29T08:35:25.742Z] #96 writing image sha256:b668b5e227d13bf2ee978a77db266953f3ba6b58544052870881fe16ef9d2502 done [2023-11-29T08:35:25.742Z] #96 naming to docker.io/library/security-proxy-setup done [2023-11-29T08:35:25.742Z] #96 DONE 2.6s [2023-11-29T08:35:25.742Z] [2023-11-29T08:35:25.742Z] #204 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2023-11-29T08:35:26.000Z] #204 ... [2023-11-29T08:35:26.000Z] [2023-11-29T08:35:26.000Z] #200 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-11-29T08:35:26.000Z] #200 DONE 0.5s [2023-11-29T08:35:26.000Z] [2023-11-29T08:35:26.000Z] #204 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2023-11-29T08:35:26.000Z] #204 DONE 0.6s [2023-11-29T08:35:26.000Z] [2023-11-29T08:35:26.000Z] #96 [security-secretstore-setup] exporting to image [2023-11-29T08:35:26.259Z] #96 exporting layers 0.3s done [2023-11-29T08:35:26.259Z] #96 writing image sha256:ed39d5b4301886eb445b408489f21206e34f49537e6b8b68702ad9bc804fc832 done [2023-11-29T08:35:26.259Z] #96 naming to docker.io/library/security-secretstore-setup done [2023-11-29T08:35:26.259Z] #96 exporting layers 0.2s done [2023-11-29T08:35:26.259Z] #96 writing image sha256:824aca6294e83afe9bae8ccb92f3f8cb14cbd85262f1bc164871bc236a555b32 done [2023-11-29T08:35:26.259Z] #96 naming to docker.io/library/security-bootstrapper done [2023-11-29T08:35:26.259Z] #96 DONE 3.0s [2023-11-29T08:35:26.259Z] [2023-11-29T08:35:26.259Z] #53 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-11-29T08:35:26.259Z] time="2023-11-29T08:32:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-11-29T08:35:26.259Z] time="2023-11-29T08:32:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-11-29T08:35:26.259Z] time="2023-11-29T08:32:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-11-29T08:35:26.259Z] time="2023-11-29T08:32:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-11-29T08:35:26.259Z] time="2023-11-29T08:32:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-11-29T08:35:26.259Z] time="2023-11-29T08:32:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-11-29T08:35:26.259Z] time="2023-11-29T08:32:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-11-29T08:35:26.259Z] time="2023-11-29T08:32:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-11-29T08:35:26.259Z] time="2023-11-29T08:32:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-11-29T08:35:26.259Z] time="2023-11-29T08:32:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-11-29T08:35:26.259Z] time="2023-11-29T08:32:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-11-29T08:35:26.259Z] time="2023-11-29T08:32:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-11-29T08:35:26.259Z] time="2023-11-29T08:32:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-11-29T08:35:26.259Z] time="2023-11-29T08:32:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2023-11-29T08:35:26.275Z] $ docker stop --time=1 2a948e312d16cba5a9646b4a8c79062a7c5ac20a20d9712a512d2f1541295e07 [2023-11-29T08:35:28.018Z] $ docker rm -f --volumes 2a948e312d16cba5a9646b4a8c79062a7c5ac20a20d9712a512d2f1541295e07 [Pipeline] // withDockerContainer [Pipeline] sh [2023-11-29T08:35:28.405Z] + docker images [2023-11-29T08:35:28.405Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-11-29T08:35:28.405Z] security-proxy-setup latest b668b5e227d1 3 seconds ago 36MB [2023-11-29T08:35:28.405Z] security-secretstore-setup latest ed39d5b43018 3 seconds ago 51.3MB [2023-11-29T08:35:28.405Z] security-bootstrapper latest 824aca6294e8 3 seconds ago 30MB [2023-11-29T08:35:28.405Z] security-proxy-auth latest d2596ec70ca6 4 seconds ago 26.1MB [2023-11-29T08:35:28.405Z] core-common-config-bootstrapper latest 33a124c49018 4 seconds ago 24.9MB [2023-11-29T08:35:28.405Z] core-metadata latest 0ae708d4530e 5 seconds ago 28.4MB [2023-11-29T08:35:28.405Z] support-notifications latest ed4255d42793 5 seconds ago 41.6MB [2023-11-29T08:35:28.405Z] core-data latest 0670e98ad62a 5 seconds ago 28MB [2023-11-29T08:35:28.405Z] core-command latest d5e4d905ca49 5 seconds ago 27.8MB [2023-11-29T08:35:28.406Z] support-scheduler latest f2bdac05dd0c 5 seconds ago 40.8MB [2023-11-29T08:35:28.406Z] security-spiffe-token-provider latest b8c6db2aee23 5 seconds ago 42MB [2023-11-29T08:35:28.406Z] security-spire-agent latest 1d2cad1c975a 2 minutes ago 167MB [2023-11-29T08:35:28.406Z] security-spire-server latest af0c09aadff5 2 minutes ago 109MB [2023-11-29T08:35:28.406Z] security-spire-config latest 86205a9b156a 2 minutes ago 108MB [2023-11-29T08:35:28.406Z] ci-base-image-x86_64 latest b0194c6d0e45 5 minutes ago 937MB [2023-11-29T08:35:28.406Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.21-alpine 88b5674ff536 2 weeks ago 564MB [2023-11-29T08:35:28.406Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 6 months ago 334MB [2023-11-29T08:35:28.406Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 16 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 [2023-11-29T08:35:28.774Z] provisioning config files... [2023-11-29T08:35:28.789Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/611@tmp/config14619125634444277012tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-11-29T08:35:29.128Z] ---> ****-login.sh [2023-11-29T08:35:29.128Z] nexus3.edgexfoundry.org:10001 [2023-11-29T08:35:29.128Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-29T08:35:29.128Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-11-29T08:35:29.128Z] Configure a credential helper to remove this warning. See [2023-11-29T08:35:29.128Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-11-29T08:35:29.128Z] [2023-11-29T08:35:29.128Z] Login Succeeded [2023-11-29T08:35:29.128Z] nexus3.edgexfoundry.org:10002 [2023-11-29T08:35:29.128Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-29T08:35:29.128Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-11-29T08:35:29.128Z] Configure a credential helper to remove this warning. See [2023-11-29T08:35:29.128Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-11-29T08:35:29.128Z] [2023-11-29T08:35:29.128Z] Login Succeeded [2023-11-29T08:35:29.385Z] nexus3.edgexfoundry.org:10003 [2023-11-29T08:35:29.385Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-29T08:35:29.385Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-11-29T08:35:29.385Z] Configure a credential helper to remove this warning. See [2023-11-29T08:35:29.385Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-11-29T08:35:29.385Z] [2023-11-29T08:35:29.385Z] Login Succeeded [2023-11-29T08:35:29.385Z] nexus3.edgexfoundry.org:10004 [2023-11-29T08:35:29.385Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-29T08:35:29.386Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-11-29T08:35:29.386Z] Configure a credential helper to remove this warning. See [2023-11-29T08:35:29.386Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-11-29T08:35:29.386Z] [2023-11-29T08:35:29.386Z] Login Succeeded [2023-11-29T08:35:29.386Z] ****.io [2023-11-29T08:35:29.643Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-29T08:35:29.643Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-11-29T08:35:29.643Z] Configure a credential helper to remove this warning. See [2023-11-29T08:35:29.643Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-11-29T08:35:29.643Z] [2023-11-29T08:35:29.643Z] Login Succeeded [2023-11-29T08:35:29.643Z] ---> ****-login.sh ends [Pipeline] } [2023-11-29T08:35:29.649Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-11-29T08:35:29.809Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2023-11-29T08:35:29.869Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2023-11-29T08:35:29.869Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:35:29.869Z] latest [2023-11-29T08:35:29.869Z] 3.2.0-dev.2 [2023-11-29T08:35:29.869Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:35:29.869Z] main [2023-11-29T08:35:29.869Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:35:30.341Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:35:30.750Z] + docker push nexus3.edgexfoundry.org:10004/core-command:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:35:30.750Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-11-29T08:35:30.750Z] 60ee5be9347e: Preparing [2023-11-29T08:35:30.750Z] fbd0e57556d3: Preparing [2023-11-29T08:35:30.750Z] db55130fb114: Preparing [2023-11-29T08:35:30.750Z] 94335d529863: Preparing [2023-11-29T08:35:30.750Z] 1a0c1886e1ab: Preparing [2023-11-29T08:35:30.750Z] 8f3fc52d5863: Preparing [2023-11-29T08:35:30.750Z] cc2447e1835a: Preparing [2023-11-29T08:35:30.750Z] 8f3fc52d5863: Waiting [2023-11-29T08:35:30.750Z] cc2447e1835a: Waiting [2023-11-29T08:35:31.008Z] 94335d529863: Pushed [2023-11-29T08:35:31.008Z] db55130fb114: Pushed [2023-11-29T08:35:31.268Z] cc2447e1835a: Layer already exists [2023-11-29T08:35:31.268Z] 60ee5be9347e: Pushed [2023-11-29T08:35:31.528Z] 8f3fc52d5863: Pushed [2023-11-29T08:35:31.528Z] 1a0c1886e1ab: Pushed [2023-11-29T08:35:32.466Z] fbd0e57556d3: Pushed [2023-11-29T08:35:32.466Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b: digest: sha256:b0f8a489373451078b59c5c96365061ff8f98ee64259da34106f92537035b261 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:35:32.883Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:35:33.372Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2023-11-29T08:35:33.372Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-11-29T08:35:33.372Z] 60ee5be9347e: Preparing [2023-11-29T08:35:33.372Z] fbd0e57556d3: Preparing [2023-11-29T08:35:33.372Z] db55130fb114: Preparing [2023-11-29T08:35:33.372Z] 94335d529863: Preparing [2023-11-29T08:35:33.372Z] 1a0c1886e1ab: Preparing [2023-11-29T08:35:33.372Z] 8f3fc52d5863: Preparing [2023-11-29T08:35:33.372Z] cc2447e1835a: Preparing [2023-11-29T08:35:33.372Z] cc2447e1835a: Waiting [2023-11-29T08:35:33.372Z] 8f3fc52d5863: Waiting [2023-11-29T08:35:33.372Z] db55130fb114: Layer already exists [2023-11-29T08:35:33.372Z] 60ee5be9347e: Layer already exists [2023-11-29T08:35:33.372Z] 94335d529863: Layer already exists [2023-11-29T08:35:33.372Z] fbd0e57556d3: Layer already exists [2023-11-29T08:35:33.372Z] 1a0c1886e1ab: Layer already exists [2023-11-29T08:35:33.372Z] 8f3fc52d5863: Layer already exists [2023-11-29T08:35:33.372Z] cc2447e1835a: Layer already exists [2023-11-29T08:35:33.372Z] latest: digest: sha256:b0f8a489373451078b59c5c96365061ff8f98ee64259da34106f92537035b261 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:35:33.780Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:35:34.191Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.2 [2023-11-29T08:35:34.191Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-11-29T08:35:34.191Z] 60ee5be9347e: Preparing [2023-11-29T08:35:34.191Z] fbd0e57556d3: Preparing [2023-11-29T08:35:34.191Z] db55130fb114: Preparing [2023-11-29T08:35:34.191Z] 94335d529863: Preparing [2023-11-29T08:35:34.191Z] 1a0c1886e1ab: Preparing [2023-11-29T08:35:34.191Z] 8f3fc52d5863: Preparing [2023-11-29T08:35:34.191Z] cc2447e1835a: Preparing [2023-11-29T08:35:34.191Z] 8f3fc52d5863: Waiting [2023-11-29T08:35:34.191Z] cc2447e1835a: Waiting [2023-11-29T08:35:34.191Z] db55130fb114: Layer already exists [2023-11-29T08:35:34.191Z] fbd0e57556d3: Layer already exists [2023-11-29T08:35:34.191Z] 94335d529863: Layer already exists [2023-11-29T08:35:34.191Z] 1a0c1886e1ab: Layer already exists [2023-11-29T08:35:34.191Z] 60ee5be9347e: Layer already exists [2023-11-29T08:35:34.191Z] 8f3fc52d5863: Layer already exists [2023-11-29T08:35:34.191Z] cc2447e1835a: Layer already exists [2023-11-29T08:35:34.191Z] 3.2.0-dev.2: digest: sha256:b0f8a489373451078b59c5c96365061ff8f98ee64259da34106f92537035b261 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:35:34.620Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:35:35.020Z] + docker push nexus3.edgexfoundry.org:10004/core-command:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:35:35.020Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-11-29T08:35:35.020Z] 60ee5be9347e: Preparing [2023-11-29T08:35:35.020Z] fbd0e57556d3: Preparing [2023-11-29T08:35:35.020Z] db55130fb114: Preparing [2023-11-29T08:35:35.020Z] 94335d529863: Preparing [2023-11-29T08:35:35.020Z] 1a0c1886e1ab: Preparing [2023-11-29T08:35:35.020Z] 8f3fc52d5863: Preparing [2023-11-29T08:35:35.020Z] cc2447e1835a: Preparing [2023-11-29T08:35:35.020Z] cc2447e1835a: Waiting [2023-11-29T08:35:35.020Z] 8f3fc52d5863: Waiting [2023-11-29T08:35:35.020Z] 60ee5be9347e: Layer already exists [2023-11-29T08:35:35.020Z] fbd0e57556d3: Layer already exists [2023-11-29T08:35:35.020Z] 1a0c1886e1ab: Layer already exists [2023-11-29T08:35:35.020Z] 94335d529863: Layer already exists [2023-11-29T08:35:35.020Z] db55130fb114: Layer already exists [2023-11-29T08:35:35.020Z] 8f3fc52d5863: Layer already exists [2023-11-29T08:35:35.020Z] cc2447e1835a: Layer already exists [2023-11-29T08:35:35.020Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2: digest: sha256:b0f8a489373451078b59c5c96365061ff8f98ee64259da34106f92537035b261 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:35:35.427Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:35:35.840Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2023-11-29T08:35:35.840Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-11-29T08:35:35.840Z] 60ee5be9347e: Preparing [2023-11-29T08:35:35.840Z] fbd0e57556d3: Preparing [2023-11-29T08:35:35.840Z] db55130fb114: Preparing [2023-11-29T08:35:35.840Z] 94335d529863: Preparing [2023-11-29T08:35:35.840Z] 1a0c1886e1ab: Preparing [2023-11-29T08:35:35.840Z] 8f3fc52d5863: Preparing [2023-11-29T08:35:35.840Z] cc2447e1835a: Preparing [2023-11-29T08:35:35.840Z] 8f3fc52d5863: Waiting [2023-11-29T08:35:35.840Z] cc2447e1835a: Waiting [2023-11-29T08:35:35.840Z] db55130fb114: Layer already exists [2023-11-29T08:35:35.840Z] 60ee5be9347e: Layer already exists [2023-11-29T08:35:35.840Z] 94335d529863: Layer already exists [2023-11-29T08:35:35.840Z] 1a0c1886e1ab: Layer already exists [2023-11-29T08:35:35.840Z] fbd0e57556d3: Layer already exists [2023-11-29T08:35:35.840Z] 8f3fc52d5863: Layer already exists [2023-11-29T08:35:35.840Z] cc2447e1835a: Layer already exists [2023-11-29T08:35:35.840Z] main: digest: sha256:b0f8a489373451078b59c5c96365061ff8f98ee64259da34106f92537035b261 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-11-29T08:35:36.084Z] ===================================================== [Pipeline] echo [2023-11-29T08:35:36.126Z] taggedImages: [2023-11-29T08:35:36.126Z] - nexus3.edgexfoundry.org:10004/core-command:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:35:36.126Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2023-11-29T08:35:36.126Z] - nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.2 [2023-11-29T08:35:36.126Z] - nexus3.edgexfoundry.org:10004/core-command:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:35:36.126Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2023-11-29T08:35:36.176Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2023-11-29T08:35:36.176Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:35:36.176Z] latest [2023-11-29T08:35:36.176Z] 3.2.0-dev.2 [2023-11-29T08:35:36.176Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:35:36.176Z] main [2023-11-29T08:35:36.176Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:35:36.652Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:35:37.046Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:35:37.046Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-11-29T08:35:37.046Z] e4a65e7092bd: Preparing [2023-11-29T08:35:37.046Z] 6769bd5bf9f0: Preparing [2023-11-29T08:35:37.046Z] 817e2d64b3a6: Preparing [2023-11-29T08:35:37.046Z] d1dfb4a0207c: Preparing [2023-11-29T08:35:37.046Z] db55130fb114: Preparing [2023-11-29T08:35:37.046Z] 94335d529863: Preparing [2023-11-29T08:35:37.046Z] 1a0c1886e1ab: Preparing [2023-11-29T08:35:37.046Z] 8f3fc52d5863: Preparing [2023-11-29T08:35:37.046Z] cc2447e1835a: Preparing [2023-11-29T08:35:37.046Z] 94335d529863: Waiting [2023-11-29T08:35:37.046Z] 1a0c1886e1ab: Waiting [2023-11-29T08:35:37.046Z] 8f3fc52d5863: Waiting [2023-11-29T08:35:37.046Z] cc2447e1835a: Waiting [2023-11-29T08:35:37.046Z] db55130fb114: Layer already exists [2023-11-29T08:35:37.046Z] 94335d529863: Layer already exists [2023-11-29T08:35:37.046Z] 1a0c1886e1ab: Layer already exists [2023-11-29T08:35:37.046Z] 8f3fc52d5863: Layer already exists [2023-11-29T08:35:37.046Z] 817e2d64b3a6: Pushed [2023-11-29T08:35:37.046Z] 6769bd5bf9f0: Pushed [2023-11-29T08:35:37.046Z] e4a65e7092bd: Pushed [2023-11-29T08:35:37.046Z] cc2447e1835a: Layer already exists [2023-11-29T08:35:38.420Z] d1dfb4a0207c: Pushed [2023-11-29T08:35:38.420Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b: digest: sha256:5c1801421a47bb58690fff0f6e1c1afa7140077be96f6a9f793a8c8a2b1ede6a size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:35:38.837Z] + 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 [2023-11-29T08:35:39.314Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-11-29T08:35:39.314Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-11-29T08:35:39.314Z] e4a65e7092bd: Preparing [2023-11-29T08:35:39.314Z] 6769bd5bf9f0: Preparing [2023-11-29T08:35:39.314Z] 817e2d64b3a6: Preparing [2023-11-29T08:35:39.314Z] d1dfb4a0207c: Preparing [2023-11-29T08:35:39.314Z] db55130fb114: Preparing [2023-11-29T08:35:39.314Z] 94335d529863: Preparing [2023-11-29T08:35:39.314Z] 1a0c1886e1ab: Preparing [2023-11-29T08:35:39.314Z] 8f3fc52d5863: Preparing [2023-11-29T08:35:39.314Z] cc2447e1835a: Preparing [2023-11-29T08:35:39.314Z] 8f3fc52d5863: Waiting [2023-11-29T08:35:39.314Z] 94335d529863: Waiting [2023-11-29T08:35:39.314Z] cc2447e1835a: Waiting [2023-11-29T08:35:39.314Z] d1dfb4a0207c: Layer already exists [2023-11-29T08:35:39.314Z] db55130fb114: Layer already exists [2023-11-29T08:35:39.314Z] 817e2d64b3a6: Layer already exists [2023-11-29T08:35:39.314Z] 6769bd5bf9f0: Layer already exists [2023-11-29T08:35:39.314Z] e4a65e7092bd: Layer already exists [2023-11-29T08:35:39.314Z] 94335d529863: Layer already exists [2023-11-29T08:35:39.314Z] 8f3fc52d5863: Layer already exists [2023-11-29T08:35:39.314Z] 1a0c1886e1ab: Layer already exists [2023-11-29T08:35:39.314Z] cc2447e1835a: Layer already exists [2023-11-29T08:35:39.314Z] latest: digest: sha256:5c1801421a47bb58690fff0f6e1c1afa7140077be96f6a9f793a8c8a2b1ede6a size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:35:39.742Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:35:40.165Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.2 [2023-11-29T08:35:40.165Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-11-29T08:35:40.165Z] e4a65e7092bd: Preparing [2023-11-29T08:35:40.165Z] 6769bd5bf9f0: Preparing [2023-11-29T08:35:40.165Z] 817e2d64b3a6: Preparing [2023-11-29T08:35:40.165Z] d1dfb4a0207c: Preparing [2023-11-29T08:35:40.165Z] db55130fb114: Preparing [2023-11-29T08:35:40.165Z] 94335d529863: Preparing [2023-11-29T08:35:40.165Z] 1a0c1886e1ab: Preparing [2023-11-29T08:35:40.165Z] 8f3fc52d5863: Preparing [2023-11-29T08:35:40.165Z] cc2447e1835a: Preparing [2023-11-29T08:35:40.165Z] 1a0c1886e1ab: Waiting [2023-11-29T08:35:40.165Z] 8f3fc52d5863: Waiting [2023-11-29T08:35:40.165Z] cc2447e1835a: Waiting [2023-11-29T08:35:40.165Z] 94335d529863: Waiting [2023-11-29T08:35:40.165Z] e4a65e7092bd: Layer already exists [2023-11-29T08:35:40.165Z] 6769bd5bf9f0: Layer already exists [2023-11-29T08:35:40.165Z] d1dfb4a0207c: Layer already exists [2023-11-29T08:35:40.165Z] 817e2d64b3a6: Layer already exists [2023-11-29T08:35:40.165Z] db55130fb114: Layer already exists [2023-11-29T08:35:40.165Z] 1a0c1886e1ab: Layer already exists [2023-11-29T08:35:40.165Z] 8f3fc52d5863: Layer already exists [2023-11-29T08:35:40.165Z] 94335d529863: Layer already exists [2023-11-29T08:35:40.165Z] cc2447e1835a: Layer already exists [2023-11-29T08:35:40.165Z] 3.2.0-dev.2: digest: sha256:5c1801421a47bb58690fff0f6e1c1afa7140077be96f6a9f793a8c8a2b1ede6a size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:35:40.588Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:35:41.009Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:35:41.009Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-11-29T08:35:41.009Z] e4a65e7092bd: Preparing [2023-11-29T08:35:41.009Z] 6769bd5bf9f0: Preparing [2023-11-29T08:35:41.009Z] 817e2d64b3a6: Preparing [2023-11-29T08:35:41.009Z] d1dfb4a0207c: Preparing [2023-11-29T08:35:41.009Z] db55130fb114: Preparing [2023-11-29T08:35:41.009Z] 94335d529863: Preparing [2023-11-29T08:35:41.009Z] 1a0c1886e1ab: Preparing [2023-11-29T08:35:41.009Z] 8f3fc52d5863: Preparing [2023-11-29T08:35:41.009Z] cc2447e1835a: Preparing [2023-11-29T08:35:41.009Z] 1a0c1886e1ab: Waiting [2023-11-29T08:35:41.009Z] 8f3fc52d5863: Waiting [2023-11-29T08:35:41.009Z] cc2447e1835a: Waiting [2023-11-29T08:35:41.009Z] 94335d529863: Waiting [2023-11-29T08:35:41.009Z] 817e2d64b3a6: Layer already exists [2023-11-29T08:35:41.009Z] e4a65e7092bd: Layer already exists [2023-11-29T08:35:41.009Z] db55130fb114: Layer already exists [2023-11-29T08:35:41.009Z] 6769bd5bf9f0: Layer already exists [2023-11-29T08:35:41.009Z] d1dfb4a0207c: Layer already exists [2023-11-29T08:35:41.009Z] 94335d529863: Layer already exists [2023-11-29T08:35:41.009Z] 8f3fc52d5863: Layer already exists [2023-11-29T08:35:41.009Z] 1a0c1886e1ab: Layer already exists [2023-11-29T08:35:41.009Z] cc2447e1835a: Layer already exists [2023-11-29T08:35:41.944Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2: digest: sha256:5c1801421a47bb58690fff0f6e1c1afa7140077be96f6a9f793a8c8a2b1ede6a size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:35:42.359Z] + 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 [2023-11-29T08:35:42.778Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2023-11-29T08:35:42.778Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-11-29T08:35:42.778Z] e4a65e7092bd: Preparing [2023-11-29T08:35:42.778Z] 6769bd5bf9f0: Preparing [2023-11-29T08:35:42.778Z] 817e2d64b3a6: Preparing [2023-11-29T08:35:42.778Z] d1dfb4a0207c: Preparing [2023-11-29T08:35:42.778Z] db55130fb114: Preparing [2023-11-29T08:35:42.778Z] 94335d529863: Preparing [2023-11-29T08:35:42.778Z] 1a0c1886e1ab: Preparing [2023-11-29T08:35:42.778Z] 8f3fc52d5863: Preparing [2023-11-29T08:35:42.778Z] cc2447e1835a: Preparing [2023-11-29T08:35:42.778Z] 94335d529863: Waiting [2023-11-29T08:35:42.778Z] 8f3fc52d5863: Waiting [2023-11-29T08:35:42.778Z] cc2447e1835a: Waiting [2023-11-29T08:35:42.778Z] 1a0c1886e1ab: Waiting [2023-11-29T08:35:42.778Z] d1dfb4a0207c: Layer already exists [2023-11-29T08:35:42.778Z] e4a65e7092bd: Layer already exists [2023-11-29T08:35:42.778Z] 817e2d64b3a6: Layer already exists [2023-11-29T08:35:42.778Z] 6769bd5bf9f0: Layer already exists [2023-11-29T08:35:42.778Z] db55130fb114: Layer already exists [2023-11-29T08:35:42.778Z] 1a0c1886e1ab: Layer already exists [2023-11-29T08:35:42.778Z] 94335d529863: Layer already exists [2023-11-29T08:35:42.778Z] 8f3fc52d5863: Layer already exists [2023-11-29T08:35:42.778Z] cc2447e1835a: Layer already exists [2023-11-29T08:35:42.778Z] main: digest: sha256:5c1801421a47bb58690fff0f6e1c1afa7140077be96f6a9f793a8c8a2b1ede6a size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-11-29T08:35:43.052Z] ===================================================== [Pipeline] echo [2023-11-29T08:35:43.107Z] taggedImages: [2023-11-29T08:35:43.107Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:35:43.107Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-11-29T08:35:43.107Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.2 [2023-11-29T08:35:43.107Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:35:43.107Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2023-11-29T08:35:43.169Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2023-11-29T08:35:43.169Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:35:43.169Z] latest [2023-11-29T08:35:43.169Z] 3.2.0-dev.2 [2023-11-29T08:35:43.169Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:35:43.169Z] main [2023-11-29T08:35:43.169Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:35:43.684Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:35:44.115Z] + docker push nexus3.edgexfoundry.org:10004/core-data:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:35:44.115Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-11-29T08:35:44.115Z] 765d17d0f4bc: Preparing [2023-11-29T08:35:44.115Z] 5037265f6a28: Preparing [2023-11-29T08:35:44.115Z] db55130fb114: Preparing [2023-11-29T08:35:44.115Z] 94335d529863: Preparing [2023-11-29T08:35:44.115Z] 2fbd38b2fca6: Preparing [2023-11-29T08:35:44.115Z] 45cc14744857: Preparing [2023-11-29T08:35:44.115Z] cc2447e1835a: Preparing [2023-11-29T08:35:44.115Z] 45cc14744857: Waiting [2023-11-29T08:35:44.115Z] 94335d529863: Layer already exists [2023-11-29T08:35:44.115Z] db55130fb114: Layer already exists [2023-11-29T08:35:44.372Z] 765d17d0f4bc: Pushed [2023-11-29T08:35:44.372Z] cc2447e1835a: Layer already exists [2023-11-29T08:35:44.372Z] 45cc14744857: Pushed [2023-11-29T08:35:44.955Z] 2fbd38b2fca6: Pushed [2023-11-29T08:35:45.523Z] 5037265f6a28: Pushed [2023-11-29T08:35:45.782Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b: digest: sha256:e4ec4c941af05aac54bb878c3e4d5cd87bf091ced7c6fe5461b1af97ee40f1ff size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:35:46.217Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:35:46.666Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2023-11-29T08:35:46.666Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-11-29T08:35:46.666Z] 765d17d0f4bc: Preparing [2023-11-29T08:35:46.666Z] 5037265f6a28: Preparing [2023-11-29T08:35:46.666Z] db55130fb114: Preparing [2023-11-29T08:35:46.666Z] 94335d529863: Preparing [2023-11-29T08:35:46.666Z] 2fbd38b2fca6: Preparing [2023-11-29T08:35:46.666Z] 45cc14744857: Preparing [2023-11-29T08:35:46.666Z] cc2447e1835a: Preparing [2023-11-29T08:35:46.666Z] 45cc14744857: Waiting [2023-11-29T08:35:46.666Z] cc2447e1835a: Waiting [2023-11-29T08:35:46.666Z] 2fbd38b2fca6: Layer already exists [2023-11-29T08:35:46.666Z] 765d17d0f4bc: Layer already exists [2023-11-29T08:35:46.666Z] 94335d529863: Layer already exists [2023-11-29T08:35:46.666Z] db55130fb114: Layer already exists [2023-11-29T08:35:46.666Z] 5037265f6a28: Layer already exists [2023-11-29T08:35:46.666Z] cc2447e1835a: Layer already exists [2023-11-29T08:35:46.666Z] 45cc14744857: Layer already exists [2023-11-29T08:35:46.666Z] latest: digest: sha256:e4ec4c941af05aac54bb878c3e4d5cd87bf091ced7c6fe5461b1af97ee40f1ff size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:35:47.104Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:35:47.560Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.2 [2023-11-29T08:35:47.560Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-11-29T08:35:47.560Z] 765d17d0f4bc: Preparing [2023-11-29T08:35:47.560Z] 5037265f6a28: Preparing [2023-11-29T08:35:47.560Z] db55130fb114: Preparing [2023-11-29T08:35:47.560Z] 94335d529863: Preparing [2023-11-29T08:35:47.560Z] 2fbd38b2fca6: Preparing [2023-11-29T08:35:47.560Z] 45cc14744857: Preparing [2023-11-29T08:35:47.560Z] cc2447e1835a: Preparing [2023-11-29T08:35:47.560Z] 45cc14744857: Waiting [2023-11-29T08:35:47.560Z] cc2447e1835a: Waiting [2023-11-29T08:35:47.560Z] 5037265f6a28: Layer already exists [2023-11-29T08:35:47.560Z] db55130fb114: Layer already exists [2023-11-29T08:35:47.560Z] 765d17d0f4bc: Layer already exists [2023-11-29T08:35:47.560Z] 94335d529863: Layer already exists [2023-11-29T08:35:47.560Z] 2fbd38b2fca6: Layer already exists [2023-11-29T08:35:47.560Z] cc2447e1835a: Layer already exists [2023-11-29T08:35:47.560Z] 45cc14744857: Layer already exists [2023-11-29T08:35:47.560Z] 3.2.0-dev.2: digest: sha256:e4ec4c941af05aac54bb878c3e4d5cd87bf091ced7c6fe5461b1af97ee40f1ff size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:35:47.996Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:35:48.433Z] + docker push nexus3.edgexfoundry.org:10004/core-data:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:35:48.433Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-11-29T08:35:48.433Z] 765d17d0f4bc: Preparing [2023-11-29T08:35:48.433Z] 5037265f6a28: Preparing [2023-11-29T08:35:48.433Z] db55130fb114: Preparing [2023-11-29T08:35:48.433Z] 94335d529863: Preparing [2023-11-29T08:35:48.433Z] 2fbd38b2fca6: Preparing [2023-11-29T08:35:48.433Z] 45cc14744857: Preparing [2023-11-29T08:35:48.433Z] cc2447e1835a: Preparing [2023-11-29T08:35:48.433Z] 45cc14744857: Waiting [2023-11-29T08:35:48.433Z] cc2447e1835a: Waiting [2023-11-29T08:35:48.433Z] 94335d529863: Layer already exists [2023-11-29T08:35:48.433Z] 2fbd38b2fca6: Layer already exists [2023-11-29T08:35:48.433Z] 765d17d0f4bc: Layer already exists [2023-11-29T08:35:48.433Z] db55130fb114: Layer already exists [2023-11-29T08:35:48.433Z] 5037265f6a28: Layer already exists [2023-11-29T08:35:48.433Z] 45cc14744857: Layer already exists [2023-11-29T08:35:48.433Z] cc2447e1835a: Layer already exists [2023-11-29T08:35:48.433Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2: digest: sha256:e4ec4c941af05aac54bb878c3e4d5cd87bf091ced7c6fe5461b1af97ee40f1ff size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:35:48.878Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:35:49.332Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2023-11-29T08:35:49.332Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-11-29T08:35:49.332Z] 765d17d0f4bc: Preparing [2023-11-29T08:35:49.332Z] 5037265f6a28: Preparing [2023-11-29T08:35:49.332Z] db55130fb114: Preparing [2023-11-29T08:35:49.332Z] 94335d529863: Preparing [2023-11-29T08:35:49.332Z] 2fbd38b2fca6: Preparing [2023-11-29T08:35:49.332Z] 45cc14744857: Preparing [2023-11-29T08:35:49.332Z] cc2447e1835a: Preparing [2023-11-29T08:35:49.332Z] 45cc14744857: Waiting [2023-11-29T08:35:49.332Z] cc2447e1835a: Waiting [2023-11-29T08:35:49.332Z] 765d17d0f4bc: Layer already exists [2023-11-29T08:35:49.332Z] 5037265f6a28: Layer already exists [2023-11-29T08:35:49.332Z] 2fbd38b2fca6: Layer already exists [2023-11-29T08:35:49.332Z] db55130fb114: Layer already exists [2023-11-29T08:35:49.332Z] 94335d529863: Layer already exists [2023-11-29T08:35:49.332Z] cc2447e1835a: Layer already exists [2023-11-29T08:35:49.332Z] 45cc14744857: Layer already exists [2023-11-29T08:35:49.332Z] main: digest: sha256:e4ec4c941af05aac54bb878c3e4d5cd87bf091ced7c6fe5461b1af97ee40f1ff size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-11-29T08:35:49.631Z] ===================================================== [Pipeline] echo [2023-11-29T08:35:49.688Z] taggedImages: [2023-11-29T08:35:49.688Z] - nexus3.edgexfoundry.org:10004/core-data:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:35:49.688Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2023-11-29T08:35:49.688Z] - nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.2 [2023-11-29T08:35:49.688Z] - nexus3.edgexfoundry.org:10004/core-data:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:35:49.688Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2023-11-29T08:35:49.752Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2023-11-29T08:35:49.752Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:35:49.752Z] latest [2023-11-29T08:35:49.752Z] 3.2.0-dev.2 [2023-11-29T08:35:49.752Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:35:49.752Z] main [2023-11-29T08:35:49.752Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:35:50.292Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:35:50.749Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:35:50.749Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-11-29T08:35:50.749Z] cfe01b81215f: Preparing [2023-11-29T08:35:50.749Z] 5e10a0404e9a: Preparing [2023-11-29T08:35:50.749Z] 6760eac77061: Preparing [2023-11-29T08:35:50.749Z] db55130fb114: Preparing [2023-11-29T08:35:50.749Z] 94335d529863: Preparing [2023-11-29T08:35:50.749Z] 1a0c1886e1ab: Preparing [2023-11-29T08:35:50.749Z] 8f3fc52d5863: Preparing [2023-11-29T08:35:50.749Z] cc2447e1835a: Preparing [2023-11-29T08:35:50.749Z] 1a0c1886e1ab: Waiting [2023-11-29T08:35:50.749Z] 8f3fc52d5863: Waiting [2023-11-29T08:35:50.749Z] cc2447e1835a: Waiting [2023-11-29T08:35:50.749Z] 5e10a0404e9a: Pushed [2023-11-29T08:35:50.749Z] db55130fb114: Layer already exists [2023-11-29T08:35:50.749Z] cfe01b81215f: Pushed [2023-11-29T08:35:50.749Z] 94335d529863: Layer already exists [2023-11-29T08:35:51.010Z] 1a0c1886e1ab: Layer already exists [2023-11-29T08:35:51.010Z] 8f3fc52d5863: Layer already exists [2023-11-29T08:35:51.268Z] cc2447e1835a: Layer already exists [2023-11-29T08:35:51.958Z] #43 ... [2023-11-29T08:35:51.958Z] [2023-11-29T08:35:51.958Z] #77 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-11-29T08:35:51.958Z] #77 DONE 47.9s [2023-11-29T08:35:51.958Z] [2023-11-29T08:35:51.958Z] #79 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-11-29T08:35:51.958Z] #79 DONE 53.8s [2023-11-29T08:35:51.958Z] [2023-11-29T08:35:51.958Z] #72 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-11-29T08:35:51.958Z] #72 DONE 52.6s [2023-11-29T08:35:51.958Z] [2023-11-29T08:35:51.958Z] #76 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-11-29T08:35:51.958Z] #76 DONE 58.1s [2023-11-29T08:35:51.958Z] [2023-11-29T08:35:51.958Z] #105 [support-notifications builder 6/7] COPY . . [2023-11-29T08:35:51.958Z] #105 ... [2023-11-29T08:35:51.958Z] [2023-11-29T08:35:51.958Z] #106 [security-spiffe-token-provider builder 6/7] COPY . . [2023-11-29T08:35:51.958Z] #106 DONE 1.0s [2023-11-29T08:35:51.958Z] [2023-11-29T08:35:51.958Z] #107 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-11-29T08:35:51.958Z] #107 CACHED [2023-11-29T08:35:51.958Z] [2023-11-29T08:35:51.958Z] #108 [core-data builder 4/7] COPY go.mod vendor* ./ [2023-11-29T08:35:51.958Z] #108 CACHED [2023-11-29T08:35:51.958Z] [2023-11-29T08:35:51.958Z] #109 [core-data builder 6/7] COPY . . [2023-11-29T08:35:51.958Z] #109 CACHED [2023-11-29T08:35:51.958Z] [2023-11-29T08:35:51.958Z] #110 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2023-11-29T08:35:51.958Z] #110 CACHED [2023-11-29T08:35:51.958Z] [2023-11-29T08:35:51.958Z] #111 [core-metadata builder 6/7] COPY . . [2023-11-29T08:35:51.958Z] #111 CACHED [2023-11-29T08:35:51.958Z] [2023-11-29T08:35:51.958Z] #112 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-11-29T08:35:51.958Z] #112 CACHED [2023-11-29T08:35:51.958Z] [2023-11-29T08:35:51.958Z] #113 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-11-29T08:35:51.958Z] #113 CACHED [2023-11-29T08:35:51.958Z] [2023-11-29T08:35:51.958Z] #114 [security-proxy-auth builder 6/7] COPY . . [2023-11-29T08:35:51.958Z] #114 CACHED [2023-11-29T08:35:51.958Z] [2023-11-29T08:35:51.958Z] #115 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2023-11-29T08:35:51.958Z] #115 CACHED [2023-11-29T08:35:51.958Z] [2023-11-29T08:35:51.958Z] #116 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-11-29T08:35:51.958Z] #116 CACHED [2023-11-29T08:35:51.958Z] [2023-11-29T08:35:51.958Z] #117 [security-bootstrapper builder 6/7] COPY . . [2023-11-29T08:35:51.958Z] #117 CACHED [2023-11-29T08:35:51.958Z] [2023-11-29T08:35:51.958Z] #118 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-11-29T08:35:51.958Z] #118 CACHED [2023-11-29T08:35:51.958Z] [2023-11-29T08:35:51.958Z] #119 [security-proxy-setup builder 6/7] COPY . . [2023-11-29T08:35:51.958Z] #119 DONE 1.0s [2023-11-29T08:35:51.958Z] [2023-11-29T08:35:51.958Z] #120 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-11-29T08:35:51.958Z] #120 CACHED [2023-11-29T08:35:51.958Z] [2023-11-29T08:35:51.958Z] #121 [core-common-config-bootstrapper builder 6/7] COPY . . [2023-11-29T08:35:51.958Z] #121 CACHED [2023-11-29T08:35:51.958Z] [2023-11-29T08:35:51.958Z] #122 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-11-29T08:35:51.958Z] #122 CACHED [2023-11-29T08:35:51.958Z] [2023-11-29T08:35:51.958Z] #123 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-11-29T08:35:51.958Z] #123 CACHED [2023-11-29T08:35:51.958Z] [2023-11-29T08:35:51.958Z] #124 [security-secretstore-setup builder 6/7] COPY . . [2023-11-29T08:35:51.958Z] #124 CACHED [2023-11-29T08:35:51.958Z] [2023-11-29T08:35:51.958Z] #125 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2023-11-29T08:35:51.958Z] #125 CACHED [2023-11-29T08:35:51.958Z] [2023-11-29T08:35:51.958Z] #126 [core-command builder 6/7] COPY . . [2023-11-29T08:35:51.958Z] #126 DONE 1.0s [2023-11-29T08:35:51.958Z] [2023-11-29T08:35:51.958Z] #127 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2023-11-29T08:35:51.958Z] #127 CACHED [2023-11-29T08:35:51.958Z] [2023-11-29T08:35:51.958Z] #128 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-11-29T08:35:51.958Z] #128 CACHED [2023-11-29T08:35:51.958Z] [2023-11-29T08:35:51.958Z] #129 [support-scheduler builder 6/7] COPY . . [2023-11-29T08:35:51.958Z] #129 CACHED [2023-11-29T08:35:51.958Z] [2023-11-29T08:35:51.958Z] #105 [support-notifications builder 6/7] COPY . . [2023-11-29T08:35:51.958Z] #105 DONE 0.9s [2023-11-29T08:35:51.958Z] [2023-11-29T08:35:51.958Z] #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-11-29T08:35:52.209Z] 6760eac77061: Pushed [2023-11-29T08:35:52.467Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b: digest: sha256:6be1aefa0e7cdbbce15ff99daec3f2cb60c9265ab0446ac7e858ae8f61a98bfb size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:35:52.927Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:35:53.383Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-11-29T08:35:53.383Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-11-29T08:35:53.383Z] cfe01b81215f: Preparing [2023-11-29T08:35:53.383Z] 5e10a0404e9a: Preparing [2023-11-29T08:35:53.383Z] 6760eac77061: Preparing [2023-11-29T08:35:53.383Z] db55130fb114: Preparing [2023-11-29T08:35:53.383Z] 94335d529863: Preparing [2023-11-29T08:35:53.383Z] 1a0c1886e1ab: Preparing [2023-11-29T08:35:53.383Z] 8f3fc52d5863: Preparing [2023-11-29T08:35:53.383Z] 1a0c1886e1ab: Waiting [2023-11-29T08:35:53.383Z] 8f3fc52d5863: Waiting [2023-11-29T08:35:53.383Z] cc2447e1835a: Preparing [2023-11-29T08:35:53.383Z] cc2447e1835a: Waiting [2023-11-29T08:35:53.383Z] db55130fb114: Layer already exists [2023-11-29T08:35:53.383Z] 6760eac77061: Layer already exists [2023-11-29T08:35:53.383Z] 5e10a0404e9a: Layer already exists [2023-11-29T08:35:53.383Z] 94335d529863: Layer already exists [2023-11-29T08:35:53.383Z] cfe01b81215f: Layer already exists [2023-11-29T08:35:53.383Z] 1a0c1886e1ab: Layer already exists [2023-11-29T08:35:53.383Z] 8f3fc52d5863: Layer already exists [2023-11-29T08:35:53.384Z] cc2447e1835a: Layer already exists [2023-11-29T08:35:53.384Z] latest: digest: sha256:6be1aefa0e7cdbbce15ff99daec3f2cb60c9265ab0446ac7e858ae8f61a98bfb size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:35:53.834Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:35:54.291Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.2 [2023-11-29T08:35:54.291Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-11-29T08:35:54.291Z] cfe01b81215f: Preparing [2023-11-29T08:35:54.291Z] 5e10a0404e9a: Preparing [2023-11-29T08:35:54.291Z] 6760eac77061: Preparing [2023-11-29T08:35:54.291Z] db55130fb114: Preparing [2023-11-29T08:35:54.291Z] 94335d529863: Preparing [2023-11-29T08:35:54.291Z] 1a0c1886e1ab: Preparing [2023-11-29T08:35:54.291Z] 8f3fc52d5863: Preparing [2023-11-29T08:35:54.291Z] cc2447e1835a: Preparing [2023-11-29T08:35:54.291Z] 1a0c1886e1ab: Waiting [2023-11-29T08:35:54.291Z] 8f3fc52d5863: Waiting [2023-11-29T08:35:54.291Z] cc2447e1835a: Waiting [2023-11-29T08:35:54.291Z] 5e10a0404e9a: Layer already exists [2023-11-29T08:35:54.291Z] 6760eac77061: Layer already exists [2023-11-29T08:35:54.291Z] db55130fb114: Layer already exists [2023-11-29T08:35:54.291Z] cfe01b81215f: Layer already exists [2023-11-29T08:35:54.291Z] 94335d529863: Layer already exists [2023-11-29T08:35:54.291Z] 1a0c1886e1ab: Layer already exists [2023-11-29T08:35:54.291Z] 8f3fc52d5863: Layer already exists [2023-11-29T08:35:54.291Z] cc2447e1835a: Layer already exists [2023-11-29T08:35:54.291Z] 3.2.0-dev.2: digest: sha256:6be1aefa0e7cdbbce15ff99daec3f2cb60c9265ab0446ac7e858ae8f61a98bfb size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:35:54.743Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:35:55.208Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:35:55.208Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-11-29T08:35:55.208Z] cfe01b81215f: Preparing [2023-11-29T08:35:55.208Z] 5e10a0404e9a: Preparing [2023-11-29T08:35:55.208Z] 6760eac77061: Preparing [2023-11-29T08:35:55.208Z] db55130fb114: Preparing [2023-11-29T08:35:55.208Z] 94335d529863: Preparing [2023-11-29T08:35:55.208Z] 1a0c1886e1ab: Preparing [2023-11-29T08:35:55.208Z] 8f3fc52d5863: Preparing [2023-11-29T08:35:55.208Z] cc2447e1835a: Preparing [2023-11-29T08:35:55.208Z] 1a0c1886e1ab: Waiting [2023-11-29T08:35:55.208Z] cc2447e1835a: Waiting [2023-11-29T08:35:55.208Z] 8f3fc52d5863: Waiting [2023-11-29T08:35:55.208Z] 5e10a0404e9a: Layer already exists [2023-11-29T08:35:55.208Z] 94335d529863: Layer already exists [2023-11-29T08:35:55.208Z] 6760eac77061: Layer already exists [2023-11-29T08:35:55.208Z] cfe01b81215f: Layer already exists [2023-11-29T08:35:55.208Z] db55130fb114: Layer already exists [2023-11-29T08:35:55.208Z] 1a0c1886e1ab: Layer already exists [2023-11-29T08:35:55.208Z] 8f3fc52d5863: Layer already exists [2023-11-29T08:35:55.208Z] cc2447e1835a: Layer already exists [2023-11-29T08:35:55.208Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2: digest: sha256:6be1aefa0e7cdbbce15ff99daec3f2cb60c9265ab0446ac7e858ae8f61a98bfb size: 1988 [Pipeline] } [Pipeline] // withEnv [2023-11-29T08:35:55.327Z] #130 4.257 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:35:55.669Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:35:56.131Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2023-11-29T08:35:56.131Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-11-29T08:35:56.131Z] cfe01b81215f: Preparing [2023-11-29T08:35:56.131Z] 5e10a0404e9a: Preparing [2023-11-29T08:35:56.131Z] 6760eac77061: Preparing [2023-11-29T08:35:56.131Z] db55130fb114: Preparing [2023-11-29T08:35:56.131Z] 94335d529863: Preparing [2023-11-29T08:35:56.131Z] 1a0c1886e1ab: Preparing [2023-11-29T08:35:56.131Z] 8f3fc52d5863: Preparing [2023-11-29T08:35:56.131Z] cc2447e1835a: Preparing [2023-11-29T08:35:56.131Z] 1a0c1886e1ab: Waiting [2023-11-29T08:35:56.131Z] 8f3fc52d5863: Waiting [2023-11-29T08:35:56.131Z] cc2447e1835a: Waiting [2023-11-29T08:35:56.131Z] 94335d529863: Layer already exists [2023-11-29T08:35:56.131Z] db55130fb114: Layer already exists [2023-11-29T08:35:56.131Z] 6760eac77061: Layer already exists [2023-11-29T08:35:56.131Z] 5e10a0404e9a: Layer already exists [2023-11-29T08:35:56.131Z] cfe01b81215f: Layer already exists [2023-11-29T08:35:56.131Z] 1a0c1886e1ab: Layer already exists [2023-11-29T08:35:56.131Z] cc2447e1835a: Layer already exists [2023-11-29T08:35:56.131Z] 8f3fc52d5863: Layer already exists [2023-11-29T08:35:56.131Z] main: digest: sha256:6be1aefa0e7cdbbce15ff99daec3f2cb60c9265ab0446ac7e858ae8f61a98bfb size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-11-29T08:35:56.465Z] ===================================================== [Pipeline] echo [2023-11-29T08:35:56.523Z] taggedImages: [2023-11-29T08:35:56.523Z] - nexus3.edgexfoundry.org:10004/core-metadata:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:35:56.523Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-11-29T08:35:56.523Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.2 [2023-11-29T08:35:56.523Z] - nexus3.edgexfoundry.org:10004/core-metadata:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:35:56.523Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2023-11-29T08:35:56.597Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2023-11-29T08:35:56.597Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:35:56.597Z] latest [2023-11-29T08:35:56.597Z] 3.2.0-dev.2 [2023-11-29T08:35:56.597Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:35:56.597Z] main [2023-11-29T08:35:56.597Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:35:57.231Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:35:57.729Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:35:57.729Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-11-29T08:35:57.729Z] c21a827d6819: Preparing [2023-11-29T08:35:57.729Z] bba4f64e1614: Preparing [2023-11-29T08:35:57.729Z] 2b8f8bc4b6ab: Preparing [2023-11-29T08:35:57.729Z] c41c36e52928: Preparing [2023-11-29T08:35:57.729Z] 1a9046c9a07e: Preparing [2023-11-29T08:35:57.729Z] 9f60424b109b: Preparing [2023-11-29T08:35:57.729Z] f0bbefff117b: Preparing [2023-11-29T08:35:57.729Z] db55130fb114: Preparing [2023-11-29T08:35:57.729Z] 94335d529863: Preparing [2023-11-29T08:35:57.729Z] fbddd89b0c03: Preparing [2023-11-29T08:35:57.729Z] 4265a418ca4c: Preparing [2023-11-29T08:35:57.729Z] 5f70bf18a086: Preparing [2023-11-29T08:35:57.729Z] f50986044e63: Preparing [2023-11-29T08:35:57.729Z] 4345cf27e208: Preparing [2023-11-29T08:35:57.729Z] fc8052c72f28: Preparing [2023-11-29T08:35:57.729Z] cc2447e1835a: Preparing [2023-11-29T08:35:57.729Z] 94335d529863: Waiting [2023-11-29T08:35:57.729Z] fbddd89b0c03: Waiting [2023-11-29T08:35:57.729Z] 4265a418ca4c: Waiting [2023-11-29T08:35:57.729Z] 5f70bf18a086: Waiting [2023-11-29T08:35:57.729Z] f50986044e63: Waiting [2023-11-29T08:35:57.729Z] 4345cf27e208: Waiting [2023-11-29T08:35:57.729Z] fc8052c72f28: Waiting [2023-11-29T08:35:57.729Z] cc2447e1835a: Waiting [2023-11-29T08:35:57.729Z] 9f60424b109b: Waiting [2023-11-29T08:35:57.729Z] f0bbefff117b: Waiting [2023-11-29T08:35:57.729Z] db55130fb114: Waiting [2023-11-29T08:35:57.729Z] c21a827d6819: Pushed [2023-11-29T08:35:57.729Z] bba4f64e1614: Pushed [2023-11-29T08:35:57.729Z] 1a9046c9a07e: Pushed [2023-11-29T08:35:57.729Z] c41c36e52928: Pushed [2023-11-29T08:35:57.729Z] 2b8f8bc4b6ab: Pushed [2023-11-29T08:35:57.729Z] db55130fb114: Layer already exists [2023-11-29T08:35:57.729Z] 94335d529863: Layer already exists [2023-11-29T08:35:58.001Z] 5f70bf18a086: Pushed [2023-11-29T08:35:58.001Z] 4265a418ca4c: Pushed [2023-11-29T08:35:58.001Z] fbddd89b0c03: Pushed [2023-11-29T08:35:58.001Z] 9f60424b109b: Pushed [2023-11-29T08:35:58.001Z] cc2447e1835a: Layer already exists [2023-11-29T08:35:58.001Z] f50986044e63: Pushed [2023-11-29T08:35:58.001Z] fc8052c72f28: Pushed [2023-11-29T08:35:58.611Z] 4345cf27e208: Pushed [2023-11-29T08:35:59.562Z] f0bbefff117b: Pushed [2023-11-29T08:35:59.823Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b: digest: sha256:b5a8e8dbed54fe68f148961faa3b8ca0850510a1fbe11b73326f22139568b723 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:36:00.291Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:36:00.749Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-11-29T08:36:00.749Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-11-29T08:36:00.749Z] c21a827d6819: Preparing [2023-11-29T08:36:00.749Z] bba4f64e1614: Preparing [2023-11-29T08:36:00.749Z] 2b8f8bc4b6ab: Preparing [2023-11-29T08:36:00.749Z] c41c36e52928: Preparing [2023-11-29T08:36:00.749Z] 1a9046c9a07e: Preparing [2023-11-29T08:36:00.749Z] 9f60424b109b: Preparing [2023-11-29T08:36:00.749Z] f0bbefff117b: Preparing [2023-11-29T08:36:00.749Z] db55130fb114: Preparing [2023-11-29T08:36:00.749Z] 94335d529863: Preparing [2023-11-29T08:36:00.749Z] fbddd89b0c03: Preparing [2023-11-29T08:36:00.749Z] 4265a418ca4c: Preparing [2023-11-29T08:36:00.749Z] 5f70bf18a086: Preparing [2023-11-29T08:36:00.749Z] f50986044e63: Preparing [2023-11-29T08:36:00.749Z] 4345cf27e208: Preparing [2023-11-29T08:36:00.749Z] fc8052c72f28: Preparing [2023-11-29T08:36:00.749Z] cc2447e1835a: Preparing [2023-11-29T08:36:00.749Z] 9f60424b109b: Waiting [2023-11-29T08:36:00.749Z] f50986044e63: Waiting [2023-11-29T08:36:00.749Z] 5f70bf18a086: Waiting [2023-11-29T08:36:00.749Z] 4345cf27e208: Waiting [2023-11-29T08:36:00.749Z] fc8052c72f28: Waiting [2023-11-29T08:36:00.749Z] db55130fb114: Waiting [2023-11-29T08:36:00.749Z] 94335d529863: Waiting [2023-11-29T08:36:00.749Z] fbddd89b0c03: Waiting [2023-11-29T08:36:00.749Z] f0bbefff117b: Waiting [2023-11-29T08:36:00.749Z] 1a9046c9a07e: Layer already exists [2023-11-29T08:36:00.749Z] bba4f64e1614: Layer already exists [2023-11-29T08:36:00.749Z] c41c36e52928: Layer already exists [2023-11-29T08:36:00.749Z] 2b8f8bc4b6ab: Layer already exists [2023-11-29T08:36:00.749Z] c21a827d6819: Layer already exists [2023-11-29T08:36:00.749Z] 9f60424b109b: Layer already exists [2023-11-29T08:36:00.749Z] f0bbefff117b: Layer already exists [2023-11-29T08:36:00.749Z] fbddd89b0c03: Layer already exists [2023-11-29T08:36:00.749Z] 94335d529863: Layer already exists [2023-11-29T08:36:00.749Z] db55130fb114: Layer already exists [2023-11-29T08:36:00.749Z] 4265a418ca4c: Layer already exists [2023-11-29T08:36:00.749Z] 5f70bf18a086: Layer already exists [2023-11-29T08:36:00.749Z] f50986044e63: Layer already exists [2023-11-29T08:36:00.749Z] 4345cf27e208: Layer already exists [2023-11-29T08:36:00.749Z] fc8052c72f28: Layer already exists [2023-11-29T08:36:00.749Z] cc2447e1835a: Layer already exists [2023-11-29T08:36:00.749Z] latest: digest: sha256:b5a8e8dbed54fe68f148961faa3b8ca0850510a1fbe11b73326f22139568b723 size: 3648 [Pipeline] } [2023-11-29T08:36:00.766Z] #130 ... [2023-11-29T08:36:00.766Z] [2023-11-29T08:36:00.766Z] #131 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-11-29T08:36:00.766Z] #0 3.555 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:36:01.034Z] #131 ... [2023-11-29T08:36:01.034Z] [2023-11-29T08:36:01.034Z] #132 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-11-29T08:36:01.034Z] #0 5.858 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-11-29T08:36:01.034Z] #132 ... [2023-11-29T08:36:01.034Z] [2023-11-29T08:36:01.034Z] #133 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-11-29T08:36:01.034Z] #0 5.704 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-11-29T08:36:01.211Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [2023-11-29T08:36:01.319Z] #133 ... [2023-11-29T08:36:01.319Z] [2023-11-29T08:36:01.319Z] #134 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-11-29T08:36:01.319Z] #0 5.608 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:36:01.619Z] #134 ... [2023-11-29T08:36:01.619Z] [2023-11-29T08:36:01.619Z] #135 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-11-29T08:36:01.619Z] #0 5.275 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-11-29T08:36:01.619Z] #135 ... [2023-11-29T08:36:01.619Z] [2023-11-29T08:36:01.619Z] #136 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-11-29T08:36:01.619Z] #0 5.259 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-11-29T08:36:01.675Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.2 [2023-11-29T08:36:01.675Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-11-29T08:36:01.675Z] c21a827d6819: Preparing [2023-11-29T08:36:01.675Z] bba4f64e1614: Preparing [2023-11-29T08:36:01.675Z] 2b8f8bc4b6ab: Preparing [2023-11-29T08:36:01.675Z] c41c36e52928: Preparing [2023-11-29T08:36:01.675Z] 1a9046c9a07e: Preparing [2023-11-29T08:36:01.675Z] 9f60424b109b: Preparing [2023-11-29T08:36:01.675Z] f0bbefff117b: Preparing [2023-11-29T08:36:01.675Z] db55130fb114: Preparing [2023-11-29T08:36:01.675Z] 94335d529863: Preparing [2023-11-29T08:36:01.675Z] fbddd89b0c03: Preparing [2023-11-29T08:36:01.675Z] 4265a418ca4c: Preparing [2023-11-29T08:36:01.675Z] 5f70bf18a086: Preparing [2023-11-29T08:36:01.675Z] f50986044e63: Preparing [2023-11-29T08:36:01.675Z] 4345cf27e208: Preparing [2023-11-29T08:36:01.675Z] fc8052c72f28: Preparing [2023-11-29T08:36:01.675Z] cc2447e1835a: Preparing [2023-11-29T08:36:01.675Z] 9f60424b109b: Waiting [2023-11-29T08:36:01.675Z] 4265a418ca4c: Waiting [2023-11-29T08:36:01.675Z] f0bbefff117b: Waiting [2023-11-29T08:36:01.675Z] 4345cf27e208: Waiting [2023-11-29T08:36:01.675Z] db55130fb114: Waiting [2023-11-29T08:36:01.675Z] 94335d529863: Waiting [2023-11-29T08:36:01.675Z] 5f70bf18a086: Waiting [2023-11-29T08:36:01.675Z] fc8052c72f28: Waiting [2023-11-29T08:36:01.675Z] fbddd89b0c03: Waiting [2023-11-29T08:36:01.675Z] f50986044e63: Waiting [2023-11-29T08:36:01.675Z] cc2447e1835a: Waiting [2023-11-29T08:36:01.675Z] c21a827d6819: Layer already exists [2023-11-29T08:36:01.675Z] c41c36e52928: Layer already exists [2023-11-29T08:36:01.675Z] bba4f64e1614: Layer already exists [2023-11-29T08:36:01.675Z] 1a9046c9a07e: Layer already exists [2023-11-29T08:36:01.675Z] 2b8f8bc4b6ab: Layer already exists [2023-11-29T08:36:01.675Z] db55130fb114: Layer already exists [2023-11-29T08:36:01.675Z] f0bbefff117b: Layer already exists [2023-11-29T08:36:01.675Z] 9f60424b109b: Layer already exists [2023-11-29T08:36:01.675Z] 94335d529863: Layer already exists [2023-11-29T08:36:01.675Z] fbddd89b0c03: Layer already exists [2023-11-29T08:36:01.675Z] 4265a418ca4c: Layer already exists [2023-11-29T08:36:01.675Z] 4345cf27e208: Layer already exists [2023-11-29T08:36:01.675Z] f50986044e63: Layer already exists [2023-11-29T08:36:01.675Z] 5f70bf18a086: Layer already exists [2023-11-29T08:36:01.675Z] fc8052c72f28: Layer already exists [2023-11-29T08:36:01.675Z] cc2447e1835a: Layer already exists [2023-11-29T08:36:01.675Z] 3.2.0-dev.2: digest: sha256:b5a8e8dbed54fe68f148961faa3b8ca0850510a1fbe11b73326f22139568b723 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:36:01.895Z] #136 ... [2023-11-29T08:36:01.895Z] [2023-11-29T08:36:01.895Z] #137 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-11-29T08:36:01.895Z] #0 4.555 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-11-29T08:36:01.895Z] #137 ... [2023-11-29T08:36:01.895Z] [2023-11-29T08:36:01.895Z] #138 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-11-29T08:36:01.895Z] #0 5.170 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-11-29T08:36:02.144Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [Pipeline] } [2023-11-29T08:36:02.161Z] #138 ... [2023-11-29T08:36:02.161Z] [2023-11-29T08:36:02.161Z] #139 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-11-29T08:36:02.161Z] #0 5.356 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:36:02.427Z] #139 ... [2023-11-29T08:36:02.427Z] [2023-11-29T08:36:02.427Z] #140 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-11-29T08:36:02.427Z] #0 5.527 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-11-29T08:36:02.600Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:36:02.600Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-11-29T08:36:02.600Z] c21a827d6819: Preparing [2023-11-29T08:36:02.600Z] bba4f64e1614: Preparing [2023-11-29T08:36:02.600Z] 2b8f8bc4b6ab: Preparing [2023-11-29T08:36:02.600Z] c41c36e52928: Preparing [2023-11-29T08:36:02.600Z] 1a9046c9a07e: Preparing [2023-11-29T08:36:02.600Z] 9f60424b109b: Preparing [2023-11-29T08:36:02.600Z] f0bbefff117b: Preparing [2023-11-29T08:36:02.600Z] db55130fb114: Preparing [2023-11-29T08:36:02.600Z] 94335d529863: Preparing [2023-11-29T08:36:02.600Z] fbddd89b0c03: Preparing [2023-11-29T08:36:02.600Z] 4265a418ca4c: Preparing [2023-11-29T08:36:02.600Z] 9f60424b109b: Waiting [2023-11-29T08:36:02.600Z] 94335d529863: Waiting [2023-11-29T08:36:02.600Z] f0bbefff117b: Waiting [2023-11-29T08:36:02.600Z] db55130fb114: Waiting [2023-11-29T08:36:02.600Z] fbddd89b0c03: Waiting [2023-11-29T08:36:02.600Z] 5f70bf18a086: Preparing [2023-11-29T08:36:02.600Z] f50986044e63: Preparing [2023-11-29T08:36:02.600Z] 4345cf27e208: Preparing [2023-11-29T08:36:02.600Z] fc8052c72f28: Preparing [2023-11-29T08:36:02.600Z] cc2447e1835a: Preparing [2023-11-29T08:36:02.600Z] 5f70bf18a086: Waiting [2023-11-29T08:36:02.600Z] 4265a418ca4c: Waiting [2023-11-29T08:36:02.600Z] f50986044e63: Waiting [2023-11-29T08:36:02.600Z] 4345cf27e208: Waiting [2023-11-29T08:36:02.600Z] fc8052c72f28: Waiting [2023-11-29T08:36:02.600Z] cc2447e1835a: Waiting [2023-11-29T08:36:02.600Z] c21a827d6819: Layer already exists [2023-11-29T08:36:02.600Z] 1a9046c9a07e: Layer already exists [2023-11-29T08:36:02.600Z] 2b8f8bc4b6ab: Layer already exists [2023-11-29T08:36:02.600Z] bba4f64e1614: Layer already exists [2023-11-29T08:36:02.600Z] c41c36e52928: Layer already exists [2023-11-29T08:36:02.600Z] 9f60424b109b: Layer already exists [2023-11-29T08:36:02.600Z] db55130fb114: Layer already exists [2023-11-29T08:36:02.600Z] 94335d529863: Layer already exists [2023-11-29T08:36:02.600Z] f0bbefff117b: Layer already exists [2023-11-29T08:36:02.600Z] fbddd89b0c03: Layer already exists [2023-11-29T08:36:02.600Z] 4265a418ca4c: Layer already exists [2023-11-29T08:36:02.600Z] 5f70bf18a086: Layer already exists [2023-11-29T08:36:02.600Z] f50986044e63: Layer already exists [2023-11-29T08:36:02.600Z] cc2447e1835a: Layer already exists [2023-11-29T08:36:02.600Z] 4345cf27e208: Layer already exists [2023-11-29T08:36:02.600Z] fc8052c72f28: Layer already exists [2023-11-29T08:36:02.600Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2: digest: sha256:b5a8e8dbed54fe68f148961faa3b8ca0850510a1fbe11b73326f22139568b723 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:36:03.063Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:36:03.545Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2023-11-29T08:36:03.545Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-11-29T08:36:03.545Z] c21a827d6819: Preparing [2023-11-29T08:36:03.545Z] bba4f64e1614: Preparing [2023-11-29T08:36:03.545Z] 2b8f8bc4b6ab: Preparing [2023-11-29T08:36:03.545Z] c41c36e52928: Preparing [2023-11-29T08:36:03.545Z] 1a9046c9a07e: Preparing [2023-11-29T08:36:03.545Z] 9f60424b109b: Preparing [2023-11-29T08:36:03.545Z] f0bbefff117b: Preparing [2023-11-29T08:36:03.545Z] db55130fb114: Preparing [2023-11-29T08:36:03.545Z] 94335d529863: Preparing [2023-11-29T08:36:03.545Z] fbddd89b0c03: Preparing [2023-11-29T08:36:03.545Z] 4265a418ca4c: Preparing [2023-11-29T08:36:03.545Z] 5f70bf18a086: Preparing [2023-11-29T08:36:03.545Z] f50986044e63: Preparing [2023-11-29T08:36:03.545Z] 4345cf27e208: Preparing [2023-11-29T08:36:03.545Z] fc8052c72f28: Preparing [2023-11-29T08:36:03.545Z] cc2447e1835a: Preparing [2023-11-29T08:36:03.545Z] 9f60424b109b: Waiting [2023-11-29T08:36:03.545Z] f0bbefff117b: Waiting [2023-11-29T08:36:03.545Z] db55130fb114: Waiting [2023-11-29T08:36:03.545Z] 94335d529863: Waiting [2023-11-29T08:36:03.545Z] fbddd89b0c03: Waiting [2023-11-29T08:36:03.545Z] 4265a418ca4c: Waiting [2023-11-29T08:36:03.545Z] fc8052c72f28: Waiting [2023-11-29T08:36:03.545Z] 5f70bf18a086: Waiting [2023-11-29T08:36:03.545Z] f50986044e63: Waiting [2023-11-29T08:36:03.545Z] cc2447e1835a: Waiting [2023-11-29T08:36:03.545Z] c21a827d6819: Layer already exists [2023-11-29T08:36:03.545Z] 1a9046c9a07e: Layer already exists [2023-11-29T08:36:03.545Z] 2b8f8bc4b6ab: Layer already exists [2023-11-29T08:36:03.545Z] bba4f64e1614: Layer already exists [2023-11-29T08:36:03.545Z] c41c36e52928: Layer already exists [2023-11-29T08:36:03.545Z] 9f60424b109b: Layer already exists [2023-11-29T08:36:03.545Z] f0bbefff117b: Layer already exists [2023-11-29T08:36:03.545Z] db55130fb114: Layer already exists [2023-11-29T08:36:03.545Z] fbddd89b0c03: Layer already exists [2023-11-29T08:36:03.545Z] 94335d529863: Layer already exists [2023-11-29T08:36:03.545Z] 4265a418ca4c: Layer already exists [2023-11-29T08:36:03.545Z] 5f70bf18a086: Layer already exists [2023-11-29T08:36:03.545Z] f50986044e63: Layer already exists [2023-11-29T08:36:03.545Z] fc8052c72f28: Layer already exists [2023-11-29T08:36:03.545Z] 4345cf27e208: Layer already exists [2023-11-29T08:36:03.545Z] cc2447e1835a: Layer already exists [2023-11-29T08:36:03.545Z] main: digest: sha256:b5a8e8dbed54fe68f148961faa3b8ca0850510a1fbe11b73326f22139568b723 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-11-29T08:36:03.918Z] ===================================================== [Pipeline] echo [2023-11-29T08:36:03.995Z] taggedImages: [2023-11-29T08:36:03.995Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:36:03.995Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-11-29T08:36:03.995Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.2 [2023-11-29T08:36:03.995Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:36:03.995Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2023-11-29T08:36:04.075Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2023-11-29T08:36:04.075Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:36:04.075Z] latest [2023-11-29T08:36:04.075Z] 3.2.0-dev.2 [2023-11-29T08:36:04.075Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:36:04.075Z] main [2023-11-29T08:36:04.075Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:36:04.682Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:36:05.174Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:36:05.174Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-11-29T08:36:05.174Z] e4a65e7092bd: Preparing [2023-11-29T08:36:05.174Z] 6769bd5bf9f0: Preparing [2023-11-29T08:36:05.174Z] 3d559b6a7379: Preparing [2023-11-29T08:36:05.174Z] 0e1870f8f787: Preparing [2023-11-29T08:36:05.174Z] db55130fb114: Preparing [2023-11-29T08:36:05.174Z] 94335d529863: Preparing [2023-11-29T08:36:05.174Z] 1a0c1886e1ab: Preparing [2023-11-29T08:36:05.174Z] 8f3fc52d5863: Preparing [2023-11-29T08:36:05.174Z] cc2447e1835a: Preparing [2023-11-29T08:36:05.174Z] 94335d529863: Waiting [2023-11-29T08:36:05.174Z] 8f3fc52d5863: Waiting [2023-11-29T08:36:05.174Z] cc2447e1835a: Waiting [2023-11-29T08:36:05.174Z] 1a0c1886e1ab: Waiting [2023-11-29T08:36:05.174Z] 6769bd5bf9f0: Layer already exists [2023-11-29T08:36:05.174Z] e4a65e7092bd: Layer already exists [2023-11-29T08:36:05.174Z] db55130fb114: Layer already exists [2023-11-29T08:36:05.174Z] 94335d529863: Layer already exists [2023-11-29T08:36:05.174Z] 8f3fc52d5863: Layer already exists [2023-11-29T08:36:05.174Z] 1a0c1886e1ab: Layer already exists [2023-11-29T08:36:05.174Z] cc2447e1835a: Layer already exists [2023-11-29T08:36:05.174Z] 3d559b6a7379: Pushed [2023-11-29T08:36:06.561Z] 0e1870f8f787: Pushed [2023-11-29T08:36:06.561Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b: digest: sha256:d033b226525e01d8610f056280d847e2f9c918b794a76a3a75927726d059a94f size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:36:07.038Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:36:07.526Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2023-11-29T08:36:07.526Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-11-29T08:36:07.526Z] e4a65e7092bd: Preparing [2023-11-29T08:36:07.526Z] 6769bd5bf9f0: Preparing [2023-11-29T08:36:07.526Z] 3d559b6a7379: Preparing [2023-11-29T08:36:07.526Z] 0e1870f8f787: Preparing [2023-11-29T08:36:07.526Z] db55130fb114: Preparing [2023-11-29T08:36:07.526Z] 94335d529863: Preparing [2023-11-29T08:36:07.526Z] 1a0c1886e1ab: Preparing [2023-11-29T08:36:07.526Z] 8f3fc52d5863: Preparing [2023-11-29T08:36:07.526Z] cc2447e1835a: Preparing [2023-11-29T08:36:07.526Z] 1a0c1886e1ab: Waiting [2023-11-29T08:36:07.526Z] 94335d529863: Waiting [2023-11-29T08:36:07.526Z] 8f3fc52d5863: Waiting [2023-11-29T08:36:07.526Z] cc2447e1835a: Waiting [2023-11-29T08:36:07.526Z] 0e1870f8f787: Layer already exists [2023-11-29T08:36:07.526Z] 3d559b6a7379: Layer already exists [2023-11-29T08:36:07.526Z] 6769bd5bf9f0: Layer already exists [2023-11-29T08:36:07.526Z] e4a65e7092bd: Layer already exists [2023-11-29T08:36:07.526Z] db55130fb114: Layer already exists [2023-11-29T08:36:07.526Z] 1a0c1886e1ab: Layer already exists [2023-11-29T08:36:07.526Z] 8f3fc52d5863: Layer already exists [2023-11-29T08:36:07.526Z] 94335d529863: Layer already exists [2023-11-29T08:36:07.526Z] cc2447e1835a: Layer already exists [2023-11-29T08:36:07.526Z] latest: digest: sha256:d033b226525e01d8610f056280d847e2f9c918b794a76a3a75927726d059a94f size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:36:08.005Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:36:08.485Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.2 [2023-11-29T08:36:08.485Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-11-29T08:36:08.485Z] e4a65e7092bd: Preparing [2023-11-29T08:36:08.485Z] 6769bd5bf9f0: Preparing [2023-11-29T08:36:08.485Z] 3d559b6a7379: Preparing [2023-11-29T08:36:08.485Z] 0e1870f8f787: Preparing [2023-11-29T08:36:08.485Z] db55130fb114: Preparing [2023-11-29T08:36:08.485Z] 94335d529863: Preparing [2023-11-29T08:36:08.485Z] 1a0c1886e1ab: Preparing [2023-11-29T08:36:08.485Z] 8f3fc52d5863: Preparing [2023-11-29T08:36:08.485Z] cc2447e1835a: Preparing [2023-11-29T08:36:08.485Z] 94335d529863: Waiting [2023-11-29T08:36:08.485Z] 1a0c1886e1ab: Waiting [2023-11-29T08:36:08.485Z] 8f3fc52d5863: Waiting [2023-11-29T08:36:08.485Z] cc2447e1835a: Waiting [2023-11-29T08:36:08.485Z] 0e1870f8f787: Layer already exists [2023-11-29T08:36:08.485Z] db55130fb114: Layer already exists [2023-11-29T08:36:08.485Z] 6769bd5bf9f0: Layer already exists [2023-11-29T08:36:08.485Z] e4a65e7092bd: Layer already exists [2023-11-29T08:36:08.485Z] 3d559b6a7379: Layer already exists [2023-11-29T08:36:08.485Z] 94335d529863: Layer already exists [2023-11-29T08:36:08.485Z] 8f3fc52d5863: Layer already exists [2023-11-29T08:36:08.485Z] cc2447e1835a: Layer already exists [2023-11-29T08:36:08.485Z] 1a0c1886e1ab: Layer already exists [2023-11-29T08:36:08.485Z] 3.2.0-dev.2: digest: sha256:d033b226525e01d8610f056280d847e2f9c918b794a76a3a75927726d059a94f size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:36:08.969Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:36:09.447Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:36:09.447Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-11-29T08:36:09.447Z] e4a65e7092bd: Preparing [2023-11-29T08:36:09.447Z] 6769bd5bf9f0: Preparing [2023-11-29T08:36:09.447Z] 3d559b6a7379: Preparing [2023-11-29T08:36:09.447Z] 0e1870f8f787: Preparing [2023-11-29T08:36:09.447Z] db55130fb114: Preparing [2023-11-29T08:36:09.447Z] 94335d529863: Preparing [2023-11-29T08:36:09.447Z] 1a0c1886e1ab: Preparing [2023-11-29T08:36:09.447Z] 8f3fc52d5863: Preparing [2023-11-29T08:36:09.447Z] cc2447e1835a: Preparing [2023-11-29T08:36:09.447Z] 94335d529863: Waiting [2023-11-29T08:36:09.447Z] 1a0c1886e1ab: Waiting [2023-11-29T08:36:09.447Z] 8f3fc52d5863: Waiting [2023-11-29T08:36:09.447Z] cc2447e1835a: Waiting [2023-11-29T08:36:09.447Z] 3d559b6a7379: Layer already exists [2023-11-29T08:36:09.447Z] 0e1870f8f787: Layer already exists [2023-11-29T08:36:09.447Z] e4a65e7092bd: Layer already exists [2023-11-29T08:36:09.447Z] db55130fb114: Layer already exists [2023-11-29T08:36:09.447Z] 6769bd5bf9f0: Layer already exists [2023-11-29T08:36:09.447Z] 94335d529863: Layer already exists [2023-11-29T08:36:09.447Z] 1a0c1886e1ab: Layer already exists [2023-11-29T08:36:09.447Z] 8f3fc52d5863: Layer already exists [2023-11-29T08:36:09.447Z] cc2447e1835a: Layer already exists [2023-11-29T08:36:09.447Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2: digest: sha256:d033b226525e01d8610f056280d847e2f9c918b794a76a3a75927726d059a94f size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:36:10.002Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:36:10.470Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2023-11-29T08:36:10.470Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-11-29T08:36:10.470Z] e4a65e7092bd: Preparing [2023-11-29T08:36:10.470Z] 6769bd5bf9f0: Preparing [2023-11-29T08:36:10.470Z] 3d559b6a7379: Preparing [2023-11-29T08:36:10.470Z] 0e1870f8f787: Preparing [2023-11-29T08:36:10.470Z] db55130fb114: Preparing [2023-11-29T08:36:10.470Z] 94335d529863: Preparing [2023-11-29T08:36:10.470Z] 1a0c1886e1ab: Preparing [2023-11-29T08:36:10.470Z] 8f3fc52d5863: Preparing [2023-11-29T08:36:10.470Z] cc2447e1835a: Preparing [2023-11-29T08:36:10.470Z] 1a0c1886e1ab: Waiting [2023-11-29T08:36:10.470Z] 8f3fc52d5863: Waiting [2023-11-29T08:36:10.470Z] 94335d529863: Waiting [2023-11-29T08:36:10.470Z] cc2447e1835a: Waiting [2023-11-29T08:36:10.470Z] db55130fb114: Layer already exists [2023-11-29T08:36:10.470Z] 0e1870f8f787: Layer already exists [2023-11-29T08:36:10.470Z] 6769bd5bf9f0: Layer already exists [2023-11-29T08:36:10.470Z] 3d559b6a7379: Layer already exists [2023-11-29T08:36:10.470Z] 94335d529863: Layer already exists [2023-11-29T08:36:10.470Z] e4a65e7092bd: Layer already exists [2023-11-29T08:36:10.470Z] 1a0c1886e1ab: Layer already exists [2023-11-29T08:36:10.470Z] 8f3fc52d5863: Layer already exists [2023-11-29T08:36:10.470Z] cc2447e1835a: Layer already exists [2023-11-29T08:36:10.470Z] main: digest: sha256:d033b226525e01d8610f056280d847e2f9c918b794a76a3a75927726d059a94f size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-11-29T08:36:10.857Z] ===================================================== [Pipeline] echo [2023-11-29T08:36:10.926Z] taggedImages: [2023-11-29T08:36:10.926Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:36:10.926Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2023-11-29T08:36:10.926Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.2 [2023-11-29T08:36:10.926Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:36:10.926Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2023-11-29T08:36:11.011Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2023-11-29T08:36:11.011Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:36:11.011Z] latest [2023-11-29T08:36:11.011Z] 3.2.0-dev.2 [2023-11-29T08:36:11.011Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:36:11.011Z] main [2023-11-29T08:36:11.011Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:36:11.616Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:36:12.116Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:36:12.116Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-11-29T08:36:12.116Z] 1e9a906f7835: Preparing [2023-11-29T08:36:12.116Z] f37fe6482ab5: Preparing [2023-11-29T08:36:12.116Z] bc4e4b4aa2fd: Preparing [2023-11-29T08:36:12.116Z] 9ad90f13c592: Preparing [2023-11-29T08:36:12.116Z] e8752e9f40ec: Preparing [2023-11-29T08:36:12.116Z] db55130fb114: Preparing [2023-11-29T08:36:12.116Z] 94335d529863: Preparing [2023-11-29T08:36:12.116Z] 986fa98cf64a: Preparing [2023-11-29T08:36:12.116Z] 6b254ba102ea: Preparing [2023-11-29T08:36:12.116Z] e2f404fdd60d: Preparing [2023-11-29T08:36:12.116Z] cc2447e1835a: Preparing [2023-11-29T08:36:12.116Z] e2f404fdd60d: Waiting [2023-11-29T08:36:12.116Z] db55130fb114: Waiting [2023-11-29T08:36:12.116Z] 986fa98cf64a: Waiting [2023-11-29T08:36:12.116Z] 94335d529863: Waiting [2023-11-29T08:36:12.116Z] 6b254ba102ea: Waiting [2023-11-29T08:36:12.116Z] 9ad90f13c592: Pushed [2023-11-29T08:36:12.116Z] f37fe6482ab5: Pushed [2023-11-29T08:36:12.116Z] db55130fb114: Layer already exists [2023-11-29T08:36:12.116Z] e8752e9f40ec: Pushed [2023-11-29T08:36:12.117Z] 1e9a906f7835: Pushed [2023-11-29T08:36:12.117Z] 94335d529863: Layer already exists [2023-11-29T08:36:12.117Z] cc2447e1835a: Layer already exists [2023-11-29T08:36:12.376Z] 986fa98cf64a: Pushed [2023-11-29T08:36:12.376Z] 6b254ba102ea: Pushed [2023-11-29T08:36:13.317Z] bc4e4b4aa2fd: Pushed [2023-11-29T08:36:13.922Z] e2f404fdd60d: Pushed [2023-11-29T08:36:13.922Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b: digest: sha256:23e58a0b862260ccf2f3f0c693ede32920e126ee59ca24a71f300c0d7a42562e size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:36:14.421Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:36:14.894Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-11-29T08:36:14.894Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-11-29T08:36:14.894Z] 1e9a906f7835: Preparing [2023-11-29T08:36:14.894Z] f37fe6482ab5: Preparing [2023-11-29T08:36:14.894Z] bc4e4b4aa2fd: Preparing [2023-11-29T08:36:14.894Z] 9ad90f13c592: Preparing [2023-11-29T08:36:14.894Z] e8752e9f40ec: Preparing [2023-11-29T08:36:14.894Z] db55130fb114: Preparing [2023-11-29T08:36:14.894Z] 94335d529863: Preparing [2023-11-29T08:36:14.894Z] 986fa98cf64a: Preparing [2023-11-29T08:36:14.894Z] 6b254ba102ea: Preparing [2023-11-29T08:36:14.894Z] e2f404fdd60d: Preparing [2023-11-29T08:36:14.894Z] cc2447e1835a: Preparing [2023-11-29T08:36:14.894Z] 94335d529863: Waiting [2023-11-29T08:36:14.894Z] 6b254ba102ea: Waiting [2023-11-29T08:36:14.894Z] e2f404fdd60d: Waiting [2023-11-29T08:36:14.894Z] 986fa98cf64a: Waiting [2023-11-29T08:36:14.894Z] cc2447e1835a: Waiting [2023-11-29T08:36:14.894Z] db55130fb114: Waiting [2023-11-29T08:36:14.894Z] f37fe6482ab5: Layer already exists [2023-11-29T08:36:14.894Z] 1e9a906f7835: Layer already exists [2023-11-29T08:36:14.894Z] e8752e9f40ec: Layer already exists [2023-11-29T08:36:14.894Z] bc4e4b4aa2fd: Layer already exists [2023-11-29T08:36:14.894Z] 9ad90f13c592: Layer already exists [2023-11-29T08:36:14.894Z] 986fa98cf64a: Layer already exists [2023-11-29T08:36:14.894Z] 94335d529863: Layer already exists [2023-11-29T08:36:14.894Z] db55130fb114: Layer already exists [2023-11-29T08:36:14.894Z] 6b254ba102ea: Layer already exists [2023-11-29T08:36:14.894Z] e2f404fdd60d: Layer already exists [2023-11-29T08:36:14.894Z] cc2447e1835a: Layer already exists [2023-11-29T08:36:14.894Z] latest: digest: sha256:23e58a0b862260ccf2f3f0c693ede32920e126ee59ca24a71f300c0d7a42562e size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:36:15.387Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:36:15.869Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.2 [2023-11-29T08:36:15.869Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-11-29T08:36:15.869Z] 1e9a906f7835: Preparing [2023-11-29T08:36:15.869Z] f37fe6482ab5: Preparing [2023-11-29T08:36:15.869Z] bc4e4b4aa2fd: Preparing [2023-11-29T08:36:15.869Z] 9ad90f13c592: Preparing [2023-11-29T08:36:15.869Z] e8752e9f40ec: Preparing [2023-11-29T08:36:15.869Z] db55130fb114: Preparing [2023-11-29T08:36:15.869Z] 94335d529863: Preparing [2023-11-29T08:36:15.869Z] 986fa98cf64a: Preparing [2023-11-29T08:36:15.869Z] 6b254ba102ea: Preparing [2023-11-29T08:36:15.869Z] e2f404fdd60d: Preparing [2023-11-29T08:36:15.869Z] cc2447e1835a: Preparing [2023-11-29T08:36:15.869Z] 94335d529863: Waiting [2023-11-29T08:36:15.869Z] 986fa98cf64a: Waiting [2023-11-29T08:36:15.869Z] 6b254ba102ea: Waiting [2023-11-29T08:36:15.869Z] e2f404fdd60d: Waiting [2023-11-29T08:36:15.869Z] cc2447e1835a: Waiting [2023-11-29T08:36:15.869Z] db55130fb114: Waiting [2023-11-29T08:36:15.869Z] bc4e4b4aa2fd: Layer already exists [2023-11-29T08:36:15.869Z] f37fe6482ab5: Layer already exists [2023-11-29T08:36:15.869Z] e8752e9f40ec: Layer already exists [2023-11-29T08:36:15.869Z] 9ad90f13c592: Layer already exists [2023-11-29T08:36:15.869Z] 1e9a906f7835: Layer already exists [2023-11-29T08:36:15.869Z] db55130fb114: Layer already exists [2023-11-29T08:36:15.869Z] 94335d529863: Layer already exists [2023-11-29T08:36:15.869Z] 986fa98cf64a: Layer already exists [2023-11-29T08:36:15.869Z] 6b254ba102ea: Layer already exists [2023-11-29T08:36:15.869Z] e2f404fdd60d: Layer already exists [2023-11-29T08:36:15.869Z] cc2447e1835a: Layer already exists [2023-11-29T08:36:15.869Z] 3.2.0-dev.2: digest: sha256:23e58a0b862260ccf2f3f0c693ede32920e126ee59ca24a71f300c0d7a42562e size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:36:16.352Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:36:16.849Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:36:16.849Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-11-29T08:36:16.849Z] 1e9a906f7835: Preparing [2023-11-29T08:36:16.849Z] f37fe6482ab5: Preparing [2023-11-29T08:36:16.849Z] bc4e4b4aa2fd: Preparing [2023-11-29T08:36:16.849Z] 9ad90f13c592: Preparing [2023-11-29T08:36:16.849Z] e8752e9f40ec: Preparing [2023-11-29T08:36:16.849Z] db55130fb114: Preparing [2023-11-29T08:36:16.849Z] 94335d529863: Preparing [2023-11-29T08:36:16.849Z] 986fa98cf64a: Preparing [2023-11-29T08:36:16.849Z] 6b254ba102ea: Preparing [2023-11-29T08:36:16.849Z] e2f404fdd60d: Preparing [2023-11-29T08:36:16.849Z] cc2447e1835a: Preparing [2023-11-29T08:36:16.849Z] 986fa98cf64a: Waiting [2023-11-29T08:36:16.849Z] 6b254ba102ea: Waiting [2023-11-29T08:36:16.849Z] e2f404fdd60d: Waiting [2023-11-29T08:36:16.849Z] db55130fb114: Waiting [2023-11-29T08:36:16.849Z] cc2447e1835a: Waiting [2023-11-29T08:36:16.849Z] 94335d529863: Waiting [2023-11-29T08:36:16.849Z] 1e9a906f7835: Layer already exists [2023-11-29T08:36:16.849Z] 9ad90f13c592: Layer already exists [2023-11-29T08:36:16.849Z] e8752e9f40ec: Layer already exists [2023-11-29T08:36:16.849Z] bc4e4b4aa2fd: Layer already exists [2023-11-29T08:36:16.849Z] f37fe6482ab5: Layer already exists [2023-11-29T08:36:16.849Z] 94335d529863: Layer already exists [2023-11-29T08:36:16.849Z] 6b254ba102ea: Layer already exists [2023-11-29T08:36:16.849Z] db55130fb114: Layer already exists [2023-11-29T08:36:16.849Z] e2f404fdd60d: Layer already exists [2023-11-29T08:36:16.849Z] 986fa98cf64a: Layer already exists [2023-11-29T08:36:16.849Z] cc2447e1835a: Layer already exists [2023-11-29T08:36:16.849Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2: digest: sha256:23e58a0b862260ccf2f3f0c693ede32920e126ee59ca24a71f300c0d7a42562e size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:36:17.341Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:36:17.846Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2023-11-29T08:36:17.846Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-11-29T08:36:17.846Z] 1e9a906f7835: Preparing [2023-11-29T08:36:17.846Z] f37fe6482ab5: Preparing [2023-11-29T08:36:17.846Z] bc4e4b4aa2fd: Preparing [2023-11-29T08:36:17.846Z] 9ad90f13c592: Preparing [2023-11-29T08:36:17.846Z] e8752e9f40ec: Preparing [2023-11-29T08:36:17.846Z] db55130fb114: Preparing [2023-11-29T08:36:17.846Z] 94335d529863: Preparing [2023-11-29T08:36:17.846Z] 986fa98cf64a: Preparing [2023-11-29T08:36:17.846Z] 6b254ba102ea: Preparing [2023-11-29T08:36:17.846Z] e2f404fdd60d: Preparing [2023-11-29T08:36:17.846Z] cc2447e1835a: Preparing [2023-11-29T08:36:17.846Z] db55130fb114: Waiting [2023-11-29T08:36:17.846Z] 6b254ba102ea: Waiting [2023-11-29T08:36:17.846Z] 94335d529863: Waiting [2023-11-29T08:36:17.846Z] 986fa98cf64a: Waiting [2023-11-29T08:36:17.846Z] cc2447e1835a: Waiting [2023-11-29T08:36:17.846Z] e2f404fdd60d: Waiting [2023-11-29T08:36:17.846Z] f37fe6482ab5: Layer already exists [2023-11-29T08:36:17.846Z] e8752e9f40ec: Layer already exists [2023-11-29T08:36:17.846Z] 9ad90f13c592: Layer already exists [2023-11-29T08:36:17.846Z] bc4e4b4aa2fd: Layer already exists [2023-11-29T08:36:17.846Z] 1e9a906f7835: Layer already exists [2023-11-29T08:36:17.846Z] db55130fb114: Layer already exists [2023-11-29T08:36:17.846Z] 94335d529863: Layer already exists [2023-11-29T08:36:17.846Z] 6b254ba102ea: Layer already exists [2023-11-29T08:36:17.846Z] e2f404fdd60d: Layer already exists [2023-11-29T08:36:17.846Z] 986fa98cf64a: Layer already exists [2023-11-29T08:36:17.846Z] cc2447e1835a: Layer already exists [2023-11-29T08:36:17.846Z] main: digest: sha256:23e58a0b862260ccf2f3f0c693ede32920e126ee59ca24a71f300c0d7a42562e size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-11-29T08:36:18.273Z] ===================================================== [Pipeline] echo [2023-11-29T08:36:18.342Z] taggedImages: [2023-11-29T08:36:18.342Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:36:18.342Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-11-29T08:36:18.342Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.2 [2023-11-29T08:36:18.342Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:36:18.342Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2023-11-29T08:36:18.425Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2023-11-29T08:36:18.425Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:36:18.425Z] latest [2023-11-29T08:36:18.425Z] 3.2.0-dev.2 [2023-11-29T08:36:18.425Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:36:18.425Z] main [2023-11-29T08:36:18.425Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:36:19.052Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:36:19.553Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:36:19.554Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-11-29T08:36:19.554Z] 54aed32e645b: Preparing [2023-11-29T08:36:19.554Z] 602bab68fa2b: Preparing [2023-11-29T08:36:19.554Z] 93b18d43ee18: Preparing [2023-11-29T08:36:19.554Z] c28489648d26: Preparing [2023-11-29T08:36:19.554Z] a3512a35d5e4: Preparing [2023-11-29T08:36:19.554Z] b607709b842b: Preparing [2023-11-29T08:36:19.554Z] 12cc6231a4e2: Preparing [2023-11-29T08:36:19.554Z] db55130fb114: Preparing [2023-11-29T08:36:19.554Z] 94335d529863: Preparing [2023-11-29T08:36:19.554Z] 19fff82f0cb3: Preparing [2023-11-29T08:36:19.554Z] 05974e8025fa: Preparing [2023-11-29T08:36:19.554Z] cc2447e1835a: Preparing [2023-11-29T08:36:19.554Z] 05974e8025fa: Waiting [2023-11-29T08:36:19.554Z] cc2447e1835a: Waiting [2023-11-29T08:36:19.554Z] 19fff82f0cb3: Waiting [2023-11-29T08:36:19.554Z] db55130fb114: Waiting [2023-11-29T08:36:19.554Z] b607709b842b: Waiting [2023-11-29T08:36:19.554Z] 12cc6231a4e2: Waiting [2023-11-29T08:36:19.554Z] 602bab68fa2b: Pushed [2023-11-29T08:36:19.554Z] a3512a35d5e4: Pushed [2023-11-29T08:36:19.813Z] 54aed32e645b: Pushed [2023-11-29T08:36:19.813Z] db55130fb114: Layer already exists [2023-11-29T08:36:19.813Z] b607709b842b: Pushed [2023-11-29T08:36:19.813Z] 12cc6231a4e2: Pushed [2023-11-29T08:36:19.813Z] 94335d529863: Layer already exists [2023-11-29T08:36:20.072Z] cc2447e1835a: Layer already exists [2023-11-29T08:36:20.637Z] 19fff82f0cb3: Pushed [2023-11-29T08:36:20.896Z] c28489648d26: Pushed [2023-11-29T08:36:21.154Z] 05974e8025fa: Pushed [2023-11-29T08:36:21.154Z] 93b18d43ee18: Pushed [2023-11-29T08:36:21.412Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b: digest: sha256:242803449a31b6200a924afd49212ad02a73f0fed2ccff9d0d522b123f1927c3 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:36:21.906Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:36:22.409Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-11-29T08:36:22.409Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-11-29T08:36:22.409Z] 54aed32e645b: Preparing [2023-11-29T08:36:22.409Z] 602bab68fa2b: Preparing [2023-11-29T08:36:22.409Z] 93b18d43ee18: Preparing [2023-11-29T08:36:22.409Z] c28489648d26: Preparing [2023-11-29T08:36:22.409Z] a3512a35d5e4: Preparing [2023-11-29T08:36:22.409Z] b607709b842b: Preparing [2023-11-29T08:36:22.409Z] 12cc6231a4e2: Preparing [2023-11-29T08:36:22.409Z] db55130fb114: Preparing [2023-11-29T08:36:22.409Z] 94335d529863: Preparing [2023-11-29T08:36:22.409Z] 19fff82f0cb3: Preparing [2023-11-29T08:36:22.409Z] 05974e8025fa: Preparing [2023-11-29T08:36:22.409Z] cc2447e1835a: Preparing [2023-11-29T08:36:22.409Z] 19fff82f0cb3: Waiting [2023-11-29T08:36:22.409Z] db55130fb114: Waiting [2023-11-29T08:36:22.409Z] 94335d529863: Waiting [2023-11-29T08:36:22.409Z] 05974e8025fa: Waiting [2023-11-29T08:36:22.409Z] b607709b842b: Waiting [2023-11-29T08:36:22.409Z] 12cc6231a4e2: Waiting [2023-11-29T08:36:22.409Z] 93b18d43ee18: Layer already exists [2023-11-29T08:36:22.409Z] c28489648d26: Layer already exists [2023-11-29T08:36:22.409Z] a3512a35d5e4: Layer already exists [2023-11-29T08:36:22.409Z] 54aed32e645b: Layer already exists [2023-11-29T08:36:22.409Z] 602bab68fa2b: Layer already exists [2023-11-29T08:36:22.409Z] b607709b842b: Layer already exists [2023-11-29T08:36:22.409Z] 12cc6231a4e2: Layer already exists [2023-11-29T08:36:22.409Z] 19fff82f0cb3: Layer already exists [2023-11-29T08:36:22.409Z] db55130fb114: Layer already exists [2023-11-29T08:36:22.409Z] 94335d529863: Layer already exists [2023-11-29T08:36:22.409Z] 05974e8025fa: Layer already exists [2023-11-29T08:36:22.409Z] cc2447e1835a: Layer already exists [2023-11-29T08:36:22.409Z] latest: digest: sha256:242803449a31b6200a924afd49212ad02a73f0fed2ccff9d0d522b123f1927c3 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:36:22.971Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:36:23.467Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.2 [2023-11-29T08:36:23.468Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-11-29T08:36:23.468Z] 54aed32e645b: Preparing [2023-11-29T08:36:23.468Z] 602bab68fa2b: Preparing [2023-11-29T08:36:23.468Z] 93b18d43ee18: Preparing [2023-11-29T08:36:23.468Z] c28489648d26: Preparing [2023-11-29T08:36:23.468Z] a3512a35d5e4: Preparing [2023-11-29T08:36:23.468Z] b607709b842b: Preparing [2023-11-29T08:36:23.468Z] 12cc6231a4e2: Preparing [2023-11-29T08:36:23.468Z] db55130fb114: Preparing [2023-11-29T08:36:23.468Z] 94335d529863: Preparing [2023-11-29T08:36:23.468Z] 19fff82f0cb3: Preparing [2023-11-29T08:36:23.468Z] 05974e8025fa: Preparing [2023-11-29T08:36:23.468Z] cc2447e1835a: Preparing [2023-11-29T08:36:23.468Z] b607709b842b: Waiting [2023-11-29T08:36:23.468Z] 19fff82f0cb3: Waiting [2023-11-29T08:36:23.468Z] 12cc6231a4e2: Waiting [2023-11-29T08:36:23.468Z] db55130fb114: Waiting [2023-11-29T08:36:23.468Z] 05974e8025fa: Waiting [2023-11-29T08:36:23.468Z] cc2447e1835a: Waiting [2023-11-29T08:36:23.468Z] 94335d529863: Waiting [2023-11-29T08:36:23.468Z] 602bab68fa2b: Layer already exists [2023-11-29T08:36:23.468Z] a3512a35d5e4: Layer already exists [2023-11-29T08:36:23.468Z] c28489648d26: Layer already exists [2023-11-29T08:36:23.468Z] 54aed32e645b: Layer already exists [2023-11-29T08:36:23.468Z] 93b18d43ee18: Layer already exists [2023-11-29T08:36:23.468Z] 12cc6231a4e2: Layer already exists [2023-11-29T08:36:23.468Z] b607709b842b: Layer already exists [2023-11-29T08:36:23.468Z] 94335d529863: Layer already exists [2023-11-29T08:36:23.468Z] db55130fb114: Layer already exists [2023-11-29T08:36:23.468Z] 19fff82f0cb3: Layer already exists [2023-11-29T08:36:23.468Z] cc2447e1835a: Layer already exists [2023-11-29T08:36:23.468Z] 05974e8025fa: Layer already exists [2023-11-29T08:36:23.468Z] 3.2.0-dev.2: digest: sha256:242803449a31b6200a924afd49212ad02a73f0fed2ccff9d0d522b123f1927c3 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:36:24.073Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:36:24.578Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:36:24.578Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-11-29T08:36:24.578Z] 54aed32e645b: Preparing [2023-11-29T08:36:24.578Z] 602bab68fa2b: Preparing [2023-11-29T08:36:24.578Z] 93b18d43ee18: Preparing [2023-11-29T08:36:24.578Z] c28489648d26: Preparing [2023-11-29T08:36:24.578Z] a3512a35d5e4: Preparing [2023-11-29T08:36:24.578Z] b607709b842b: Preparing [2023-11-29T08:36:24.578Z] 12cc6231a4e2: Preparing [2023-11-29T08:36:24.578Z] db55130fb114: Preparing [2023-11-29T08:36:24.579Z] 94335d529863: Preparing [2023-11-29T08:36:24.579Z] 19fff82f0cb3: Preparing [2023-11-29T08:36:24.579Z] 05974e8025fa: Preparing [2023-11-29T08:36:24.579Z] cc2447e1835a: Preparing [2023-11-29T08:36:24.579Z] 94335d529863: Waiting [2023-11-29T08:36:24.579Z] 19fff82f0cb3: Waiting [2023-11-29T08:36:24.579Z] 12cc6231a4e2: Waiting [2023-11-29T08:36:24.579Z] 05974e8025fa: Waiting [2023-11-29T08:36:24.579Z] cc2447e1835a: Waiting [2023-11-29T08:36:24.579Z] db55130fb114: Waiting [2023-11-29T08:36:24.579Z] 93b18d43ee18: Layer already exists [2023-11-29T08:36:24.579Z] c28489648d26: Layer already exists [2023-11-29T08:36:24.579Z] 54aed32e645b: Layer already exists [2023-11-29T08:36:24.579Z] 602bab68fa2b: Layer already exists [2023-11-29T08:36:24.579Z] a3512a35d5e4: Layer already exists [2023-11-29T08:36:24.579Z] 94335d529863: Layer already exists [2023-11-29T08:36:24.579Z] db55130fb114: Layer already exists [2023-11-29T08:36:24.579Z] b607709b842b: Layer already exists [2023-11-29T08:36:24.579Z] 12cc6231a4e2: Layer already exists [2023-11-29T08:36:24.579Z] 19fff82f0cb3: Layer already exists [2023-11-29T08:36:24.579Z] 05974e8025fa: Layer already exists [2023-11-29T08:36:24.579Z] cc2447e1835a: Layer already exists [2023-11-29T08:36:24.579Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2: digest: sha256:242803449a31b6200a924afd49212ad02a73f0fed2ccff9d0d522b123f1927c3 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:36:25.083Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:36:25.600Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2023-11-29T08:36:25.600Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-11-29T08:36:25.600Z] 54aed32e645b: Preparing [2023-11-29T08:36:25.600Z] 602bab68fa2b: Preparing [2023-11-29T08:36:25.600Z] 93b18d43ee18: Preparing [2023-11-29T08:36:25.600Z] c28489648d26: Preparing [2023-11-29T08:36:25.600Z] a3512a35d5e4: Preparing [2023-11-29T08:36:25.600Z] b607709b842b: Preparing [2023-11-29T08:36:25.600Z] 12cc6231a4e2: Preparing [2023-11-29T08:36:25.600Z] db55130fb114: Preparing [2023-11-29T08:36:25.600Z] 94335d529863: Preparing [2023-11-29T08:36:25.601Z] 19fff82f0cb3: Preparing [2023-11-29T08:36:25.601Z] 05974e8025fa: Preparing [2023-11-29T08:36:25.601Z] cc2447e1835a: Preparing [2023-11-29T08:36:25.601Z] db55130fb114: Waiting [2023-11-29T08:36:25.601Z] 05974e8025fa: Waiting [2023-11-29T08:36:25.601Z] 94335d529863: Waiting [2023-11-29T08:36:25.601Z] cc2447e1835a: Waiting [2023-11-29T08:36:25.601Z] 12cc6231a4e2: Waiting [2023-11-29T08:36:25.601Z] 602bab68fa2b: Layer already exists [2023-11-29T08:36:25.601Z] 54aed32e645b: Layer already exists [2023-11-29T08:36:25.601Z] a3512a35d5e4: Layer already exists [2023-11-29T08:36:25.601Z] 93b18d43ee18: Layer already exists [2023-11-29T08:36:25.601Z] c28489648d26: Layer already exists [2023-11-29T08:36:25.601Z] b607709b842b: Layer already exists [2023-11-29T08:36:25.601Z] 94335d529863: Layer already exists [2023-11-29T08:36:25.601Z] 12cc6231a4e2: Layer already exists [2023-11-29T08:36:25.601Z] 19fff82f0cb3: Layer already exists [2023-11-29T08:36:25.601Z] db55130fb114: Layer already exists [2023-11-29T08:36:25.601Z] 05974e8025fa: Layer already exists [2023-11-29T08:36:25.601Z] cc2447e1835a: Layer already exists [2023-11-29T08:36:25.601Z] main: digest: sha256:242803449a31b6200a924afd49212ad02a73f0fed2ccff9d0d522b123f1927c3 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-11-29T08:36:26.040Z] ===================================================== [Pipeline] echo [2023-11-29T08:36:26.117Z] taggedImages: [2023-11-29T08:36:26.117Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:36:26.117Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-11-29T08:36:26.117Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.2 [2023-11-29T08:36:26.117Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:36:26.117Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2023-11-29T08:36:26.208Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2023-11-29T08:36:26.208Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:36:26.208Z] latest [2023-11-29T08:36:26.208Z] 3.2.0-dev.2 [2023-11-29T08:36:26.208Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:36:26.208Z] main [2023-11-29T08:36:26.208Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:36:26.856Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:36:27.362Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:36:27.363Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-11-29T08:36:27.363Z] 62ed301451db: Preparing [2023-11-29T08:36:27.363Z] 484e4948570d: Preparing [2023-11-29T08:36:27.363Z] db55130fb114: Preparing [2023-11-29T08:36:27.363Z] 94335d529863: Preparing [2023-11-29T08:36:27.363Z] 83573e9cdb62: Preparing [2023-11-29T08:36:27.363Z] 9e8ffe2cae46: Preparing [2023-11-29T08:36:27.363Z] cc2447e1835a: Preparing [2023-11-29T08:36:27.363Z] 9e8ffe2cae46: Waiting [2023-11-29T08:36:27.363Z] cc2447e1835a: Waiting [2023-11-29T08:36:27.623Z] db55130fb114: Layer already exists [2023-11-29T08:36:27.623Z] 62ed301451db: Pushed [2023-11-29T08:36:27.882Z] 94335d529863: Layer already exists [2023-11-29T08:36:27.882Z] cc2447e1835a: Layer already exists [2023-11-29T08:36:28.140Z] 83573e9cdb62: Pushed [2023-11-29T08:36:28.398Z] 9e8ffe2cae46: Pushed [2023-11-29T08:36:29.392Z] 484e4948570d: Pushed [2023-11-29T08:36:30.329Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b: digest: sha256:97c12b700d003b4f29af6c7a96b3054761bbf98a15dd5684a6467b29efbe4da9 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:36:30.849Z] + 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 [2023-11-29T08:36:31.372Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-11-29T08:36:31.372Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-11-29T08:36:31.372Z] 62ed301451db: Preparing [2023-11-29T08:36:31.372Z] 484e4948570d: Preparing [2023-11-29T08:36:31.372Z] db55130fb114: Preparing [2023-11-29T08:36:31.372Z] 94335d529863: Preparing [2023-11-29T08:36:31.372Z] 83573e9cdb62: Preparing [2023-11-29T08:36:31.372Z] 9e8ffe2cae46: Preparing [2023-11-29T08:36:31.372Z] cc2447e1835a: Preparing [2023-11-29T08:36:31.372Z] 9e8ffe2cae46: Waiting [2023-11-29T08:36:31.372Z] cc2447e1835a: Waiting [2023-11-29T08:36:31.372Z] 484e4948570d: Layer already exists [2023-11-29T08:36:31.372Z] 83573e9cdb62: Layer already exists [2023-11-29T08:36:31.372Z] 62ed301451db: Layer already exists [2023-11-29T08:36:31.372Z] 94335d529863: Layer already exists [2023-11-29T08:36:31.372Z] db55130fb114: Layer already exists [2023-11-29T08:36:31.372Z] 9e8ffe2cae46: Layer already exists [2023-11-29T08:36:31.372Z] cc2447e1835a: Layer already exists [2023-11-29T08:36:31.372Z] latest: digest: sha256:97c12b700d003b4f29af6c7a96b3054761bbf98a15dd5684a6467b29efbe4da9 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:36:31.903Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:36:32.426Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.2 [2023-11-29T08:36:32.426Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-11-29T08:36:32.426Z] 62ed301451db: Preparing [2023-11-29T08:36:32.426Z] 484e4948570d: Preparing [2023-11-29T08:36:32.426Z] db55130fb114: Preparing [2023-11-29T08:36:32.426Z] 94335d529863: Preparing [2023-11-29T08:36:32.426Z] 83573e9cdb62: Preparing [2023-11-29T08:36:32.426Z] 9e8ffe2cae46: Preparing [2023-11-29T08:36:32.426Z] cc2447e1835a: Preparing [2023-11-29T08:36:32.426Z] cc2447e1835a: Waiting [2023-11-29T08:36:32.426Z] 9e8ffe2cae46: Waiting [2023-11-29T08:36:32.426Z] 62ed301451db: Layer already exists [2023-11-29T08:36:32.426Z] 484e4948570d: Layer already exists [2023-11-29T08:36:32.426Z] 94335d529863: Layer already exists [2023-11-29T08:36:32.426Z] 9e8ffe2cae46: Layer already exists [2023-11-29T08:36:32.426Z] cc2447e1835a: Layer already exists [2023-11-29T08:36:32.426Z] 83573e9cdb62: Layer already exists [2023-11-29T08:36:32.426Z] db55130fb114: Layer already exists [2023-11-29T08:36:32.426Z] 3.2.0-dev.2: digest: sha256:97c12b700d003b4f29af6c7a96b3054761bbf98a15dd5684a6467b29efbe4da9 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:36:32.975Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:36:33.503Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:36:33.503Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-11-29T08:36:33.503Z] 62ed301451db: Preparing [2023-11-29T08:36:33.503Z] 484e4948570d: Preparing [2023-11-29T08:36:33.503Z] db55130fb114: Preparing [2023-11-29T08:36:33.503Z] 94335d529863: Preparing [2023-11-29T08:36:33.503Z] 83573e9cdb62: Preparing [2023-11-29T08:36:33.503Z] 9e8ffe2cae46: Preparing [2023-11-29T08:36:33.503Z] cc2447e1835a: Preparing [2023-11-29T08:36:33.503Z] 9e8ffe2cae46: Waiting [2023-11-29T08:36:33.503Z] cc2447e1835a: Waiting [2023-11-29T08:36:33.503Z] 94335d529863: Layer already exists [2023-11-29T08:36:33.503Z] 62ed301451db: Layer already exists [2023-11-29T08:36:33.503Z] db55130fb114: Layer already exists [2023-11-29T08:36:33.503Z] 484e4948570d: Layer already exists [2023-11-29T08:36:33.503Z] 83573e9cdb62: Layer already exists [2023-11-29T08:36:33.503Z] 9e8ffe2cae46: Layer already exists [2023-11-29T08:36:33.503Z] cc2447e1835a: Layer already exists [2023-11-29T08:36:33.503Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2: digest: sha256:97c12b700d003b4f29af6c7a96b3054761bbf98a15dd5684a6467b29efbe4da9 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:36:34.038Z] + 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 [2023-11-29T08:36:34.577Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2023-11-29T08:36:34.577Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-11-29T08:36:34.577Z] 62ed301451db: Preparing [2023-11-29T08:36:34.577Z] 484e4948570d: Preparing [2023-11-29T08:36:34.577Z] db55130fb114: Preparing [2023-11-29T08:36:34.577Z] 94335d529863: Preparing [2023-11-29T08:36:34.577Z] 83573e9cdb62: Preparing [2023-11-29T08:36:34.577Z] 9e8ffe2cae46: Preparing [2023-11-29T08:36:34.577Z] cc2447e1835a: Preparing [2023-11-29T08:36:34.577Z] 9e8ffe2cae46: Waiting [2023-11-29T08:36:34.577Z] cc2447e1835a: Waiting [2023-11-29T08:36:34.577Z] 484e4948570d: Layer already exists [2023-11-29T08:36:34.577Z] 94335d529863: Layer already exists [2023-11-29T08:36:34.577Z] db55130fb114: Layer already exists [2023-11-29T08:36:34.577Z] 83573e9cdb62: Layer already exists [2023-11-29T08:36:34.577Z] 62ed301451db: Layer already exists [2023-11-29T08:36:34.577Z] 9e8ffe2cae46: Layer already exists [2023-11-29T08:36:34.577Z] cc2447e1835a: Layer already exists [2023-11-29T08:36:34.577Z] main: digest: sha256:97c12b700d003b4f29af6c7a96b3054761bbf98a15dd5684a6467b29efbe4da9 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-11-29T08:36:35.119Z] ===================================================== [Pipeline] echo [2023-11-29T08:36:35.202Z] taggedImages: [2023-11-29T08:36:35.202Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:36:35.202Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-11-29T08:36:35.202Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.2 [2023-11-29T08:36:35.202Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:36:35.202Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2023-11-29T08:36:35.310Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2023-11-29T08:36:35.310Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:36:35.310Z] latest [2023-11-29T08:36:35.310Z] 3.2.0-dev.2 [2023-11-29T08:36:35.310Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:36:35.310Z] main [2023-11-29T08:36:35.310Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:36:35.998Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:36:36.791Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:36:36.791Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-11-29T08:36:36.791Z] 2bc0eb463577: Preparing [2023-11-29T08:36:36.791Z] c625ff63fe0e: Preparing [2023-11-29T08:36:36.791Z] 72d11c8143a9: Preparing [2023-11-29T08:36:36.791Z] db55130fb114: Preparing [2023-11-29T08:36:36.791Z] 94335d529863: Preparing [2023-11-29T08:36:36.791Z] 0f488871bd34: Preparing [2023-11-29T08:36:36.791Z] cfd841c1f87f: Preparing [2023-11-29T08:36:36.791Z] 16baab868848: Preparing [2023-11-29T08:36:36.791Z] bb608d274f81: Preparing [2023-11-29T08:36:36.791Z] cc2447e1835a: Preparing [2023-11-29T08:36:36.791Z] cfd841c1f87f: Waiting [2023-11-29T08:36:36.791Z] bb608d274f81: Waiting [2023-11-29T08:36:36.791Z] 16baab868848: Waiting [2023-11-29T08:36:36.791Z] 0f488871bd34: Waiting [2023-11-29T08:36:36.791Z] c625ff63fe0e: Pushed [2023-11-29T08:36:36.791Z] 72d11c8143a9: Pushed [2023-11-29T08:36:36.791Z] 94335d529863: Layer already exists [2023-11-29T08:36:37.050Z] 2bc0eb463577: Pushed [2023-11-29T08:36:37.050Z] db55130fb114: Layer already exists [2023-11-29T08:36:37.050Z] cc2447e1835a: Layer already exists [2023-11-29T08:36:37.309Z] 16baab868848: Pushed [2023-11-29T08:36:37.888Z] bb608d274f81: Pushed [2023-11-29T08:36:42.088Z] cfd841c1f87f: Pushed [2023-11-29T08:36:44.625Z] 0f488871bd34: Pushed [2023-11-29T08:36:44.625Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b: digest: sha256:4f27cda75dc3ae31352293e73bf27aa2e616cc1864eaf0801868f9d1891c9d27 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:36:45.196Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:36:45.743Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-11-29T08:36:45.743Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-11-29T08:36:45.743Z] 2bc0eb463577: Preparing [2023-11-29T08:36:45.743Z] c625ff63fe0e: Preparing [2023-11-29T08:36:45.743Z] 72d11c8143a9: Preparing [2023-11-29T08:36:45.743Z] db55130fb114: Preparing [2023-11-29T08:36:45.743Z] 94335d529863: Preparing [2023-11-29T08:36:45.743Z] 0f488871bd34: Preparing [2023-11-29T08:36:45.743Z] cfd841c1f87f: Preparing [2023-11-29T08:36:45.743Z] 16baab868848: Preparing [2023-11-29T08:36:45.743Z] bb608d274f81: Preparing [2023-11-29T08:36:45.743Z] cc2447e1835a: Preparing [2023-11-29T08:36:45.743Z] 16baab868848: Waiting [2023-11-29T08:36:45.743Z] 0f488871bd34: Waiting [2023-11-29T08:36:45.743Z] bb608d274f81: Waiting [2023-11-29T08:36:45.743Z] cc2447e1835a: Waiting [2023-11-29T08:36:45.743Z] cfd841c1f87f: Waiting [2023-11-29T08:36:45.743Z] 72d11c8143a9: Layer already exists [2023-11-29T08:36:45.743Z] 2bc0eb463577: Layer already exists [2023-11-29T08:36:45.743Z] c625ff63fe0e: Layer already exists [2023-11-29T08:36:45.743Z] db55130fb114: Layer already exists [2023-11-29T08:36:45.743Z] 94335d529863: Layer already exists [2023-11-29T08:36:45.743Z] 0f488871bd34: Layer already exists [2023-11-29T08:36:45.743Z] cfd841c1f87f: Layer already exists [2023-11-29T08:36:45.743Z] bb608d274f81: Layer already exists [2023-11-29T08:36:45.743Z] cc2447e1835a: Layer already exists [2023-11-29T08:36:45.743Z] 16baab868848: Layer already exists [2023-11-29T08:36:45.743Z] latest: digest: sha256:4f27cda75dc3ae31352293e73bf27aa2e616cc1864eaf0801868f9d1891c9d27 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:36:46.284Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:36:46.812Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.2 [2023-11-29T08:36:46.812Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-11-29T08:36:46.812Z] 2bc0eb463577: Preparing [2023-11-29T08:36:46.812Z] c625ff63fe0e: Preparing [2023-11-29T08:36:46.812Z] 72d11c8143a9: Preparing [2023-11-29T08:36:46.812Z] db55130fb114: Preparing [2023-11-29T08:36:46.812Z] 94335d529863: Preparing [2023-11-29T08:36:46.812Z] 0f488871bd34: Preparing [2023-11-29T08:36:46.812Z] cfd841c1f87f: Preparing [2023-11-29T08:36:46.812Z] 16baab868848: Preparing [2023-11-29T08:36:46.812Z] bb608d274f81: Preparing [2023-11-29T08:36:46.812Z] cc2447e1835a: Preparing [2023-11-29T08:36:46.812Z] 0f488871bd34: Waiting [2023-11-29T08:36:46.812Z] cfd841c1f87f: Waiting [2023-11-29T08:36:46.812Z] 16baab868848: Waiting [2023-11-29T08:36:46.812Z] bb608d274f81: Waiting [2023-11-29T08:36:46.812Z] cc2447e1835a: Waiting [2023-11-29T08:36:46.812Z] 94335d529863: Layer already exists [2023-11-29T08:36:46.812Z] c625ff63fe0e: Layer already exists [2023-11-29T08:36:46.812Z] 72d11c8143a9: Layer already exists [2023-11-29T08:36:46.812Z] 2bc0eb463577: Layer already exists [2023-11-29T08:36:46.812Z] db55130fb114: Layer already exists [2023-11-29T08:36:46.812Z] 0f488871bd34: Layer already exists [2023-11-29T08:36:46.812Z] cfd841c1f87f: Layer already exists [2023-11-29T08:36:46.812Z] 16baab868848: Layer already exists [2023-11-29T08:36:46.812Z] cc2447e1835a: Layer already exists [2023-11-29T08:36:46.812Z] bb608d274f81: Layer already exists [2023-11-29T08:36:46.812Z] 3.2.0-dev.2: digest: sha256:4f27cda75dc3ae31352293e73bf27aa2e616cc1864eaf0801868f9d1891c9d27 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:36:47.351Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:36:47.902Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:36:47.902Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-11-29T08:36:47.902Z] 2bc0eb463577: Preparing [2023-11-29T08:36:47.902Z] c625ff63fe0e: Preparing [2023-11-29T08:36:47.902Z] 72d11c8143a9: Preparing [2023-11-29T08:36:47.902Z] db55130fb114: Preparing [2023-11-29T08:36:47.902Z] 94335d529863: Preparing [2023-11-29T08:36:47.902Z] 0f488871bd34: Preparing [2023-11-29T08:36:47.902Z] cfd841c1f87f: Preparing [2023-11-29T08:36:47.902Z] 16baab868848: Preparing [2023-11-29T08:36:47.902Z] bb608d274f81: Preparing [2023-11-29T08:36:47.902Z] cc2447e1835a: Preparing [2023-11-29T08:36:47.902Z] 0f488871bd34: Waiting [2023-11-29T08:36:47.902Z] cfd841c1f87f: Waiting [2023-11-29T08:36:47.902Z] bb608d274f81: Waiting [2023-11-29T08:36:47.902Z] 16baab868848: Waiting [2023-11-29T08:36:47.902Z] cc2447e1835a: Waiting [2023-11-29T08:36:47.902Z] 2bc0eb463577: Layer already exists [2023-11-29T08:36:47.902Z] db55130fb114: Layer already exists [2023-11-29T08:36:47.902Z] 94335d529863: Layer already exists [2023-11-29T08:36:47.902Z] c625ff63fe0e: Layer already exists [2023-11-29T08:36:47.902Z] 72d11c8143a9: Layer already exists [2023-11-29T08:36:47.902Z] 0f488871bd34: Layer already exists [2023-11-29T08:36:47.902Z] cfd841c1f87f: Layer already exists [2023-11-29T08:36:47.902Z] 16baab868848: Layer already exists [2023-11-29T08:36:47.902Z] bb608d274f81: Layer already exists [2023-11-29T08:36:47.902Z] cc2447e1835a: Layer already exists [2023-11-29T08:36:47.902Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2: digest: sha256:4f27cda75dc3ae31352293e73bf27aa2e616cc1864eaf0801868f9d1891c9d27 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:36:48.442Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:36:48.987Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2023-11-29T08:36:48.987Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-11-29T08:36:48.987Z] 2bc0eb463577: Preparing [2023-11-29T08:36:48.987Z] c625ff63fe0e: Preparing [2023-11-29T08:36:48.987Z] 72d11c8143a9: Preparing [2023-11-29T08:36:48.987Z] db55130fb114: Preparing [2023-11-29T08:36:48.987Z] 94335d529863: Preparing [2023-11-29T08:36:48.987Z] 0f488871bd34: Preparing [2023-11-29T08:36:48.987Z] cfd841c1f87f: Preparing [2023-11-29T08:36:48.987Z] 16baab868848: Preparing [2023-11-29T08:36:48.987Z] bb608d274f81: Preparing [2023-11-29T08:36:48.987Z] cc2447e1835a: Preparing [2023-11-29T08:36:48.987Z] 0f488871bd34: Waiting [2023-11-29T08:36:48.987Z] 16baab868848: Waiting [2023-11-29T08:36:48.987Z] cfd841c1f87f: Waiting [2023-11-29T08:36:48.987Z] bb608d274f81: Waiting [2023-11-29T08:36:48.987Z] cc2447e1835a: Waiting [2023-11-29T08:36:48.987Z] 72d11c8143a9: Layer already exists [2023-11-29T08:36:48.987Z] 2bc0eb463577: Layer already exists [2023-11-29T08:36:48.987Z] c625ff63fe0e: Layer already exists [2023-11-29T08:36:48.987Z] 94335d529863: Layer already exists [2023-11-29T08:36:48.987Z] db55130fb114: Layer already exists [2023-11-29T08:36:48.987Z] 0f488871bd34: Layer already exists [2023-11-29T08:36:48.987Z] cfd841c1f87f: Layer already exists [2023-11-29T08:36:48.987Z] 16baab868848: Layer already exists [2023-11-29T08:36:48.987Z] bb608d274f81: Layer already exists [2023-11-29T08:36:48.987Z] cc2447e1835a: Layer already exists [2023-11-29T08:36:48.987Z] main: digest: sha256:4f27cda75dc3ae31352293e73bf27aa2e616cc1864eaf0801868f9d1891c9d27 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-11-29T08:36:49.528Z] ===================================================== [Pipeline] echo [2023-11-29T08:36:49.613Z] taggedImages: [2023-11-29T08:36:49.613Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:36:49.613Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-11-29T08:36:49.613Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.2 [2023-11-29T08:36:49.613Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:36:49.613Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2023-11-29T08:36:49.709Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2023-11-29T08:36:49.709Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:36:49.709Z] latest [2023-11-29T08:36:49.709Z] 3.2.0-dev.2 [2023-11-29T08:36:49.709Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:36:49.709Z] main [2023-11-29T08:36:49.709Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:36:50.421Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:36:50.986Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:36:50.986Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-11-29T08:36:50.986Z] 86e9d34a1cc7: Preparing [2023-11-29T08:36:50.986Z] 3027643f9bcc: Preparing [2023-11-29T08:36:50.986Z] ea0d8ec16ba4: Preparing [2023-11-29T08:36:50.986Z] db55130fb114: Preparing [2023-11-29T08:36:50.986Z] 94335d529863: Preparing [2023-11-29T08:36:50.986Z] d5f7f19af316: Preparing [2023-11-29T08:36:50.986Z] ef2a0458e9ec: Preparing [2023-11-29T08:36:50.986Z] 3069f1058134: Preparing [2023-11-29T08:36:50.986Z] cc2447e1835a: Preparing [2023-11-29T08:36:50.986Z] d5f7f19af316: Waiting [2023-11-29T08:36:50.986Z] ef2a0458e9ec: Waiting [2023-11-29T08:36:50.986Z] 3069f1058134: Waiting [2023-11-29T08:36:50.986Z] cc2447e1835a: Waiting [2023-11-29T08:36:50.986Z] 94335d529863: Layer already exists [2023-11-29T08:36:50.986Z] db55130fb114: Layer already exists [2023-11-29T08:36:50.986Z] 3027643f9bcc: Pushed [2023-11-29T08:36:50.986Z] ea0d8ec16ba4: Pushed [2023-11-29T08:36:50.986Z] cc2447e1835a: Layer already exists [2023-11-29T08:36:50.986Z] 86e9d34a1cc7: Pushed [2023-11-29T08:36:51.245Z] 3069f1058134: Pushed [2023-11-29T08:36:51.814Z] ef2a0458e9ec: Pushed [2023-11-29T08:36:59.940Z] d5f7f19af316: Pushed [2023-11-29T08:36:59.940Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b: digest: sha256:c3ebd053f76a4ec3c52cf2886ec7301761171108acf6babf3c3ac7204003f244 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:37:00.472Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:37:01.087Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-11-29T08:37:01.087Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-11-29T08:37:01.087Z] 86e9d34a1cc7: Preparing [2023-11-29T08:37:01.087Z] 3027643f9bcc: Preparing [2023-11-29T08:37:01.087Z] ea0d8ec16ba4: Preparing [2023-11-29T08:37:01.087Z] db55130fb114: Preparing [2023-11-29T08:37:01.087Z] 94335d529863: Preparing [2023-11-29T08:37:01.087Z] d5f7f19af316: Preparing [2023-11-29T08:37:01.087Z] ef2a0458e9ec: Preparing [2023-11-29T08:37:01.088Z] 3069f1058134: Preparing [2023-11-29T08:37:01.088Z] cc2447e1835a: Preparing [2023-11-29T08:37:01.088Z] ef2a0458e9ec: Waiting [2023-11-29T08:37:01.088Z] 3069f1058134: Waiting [2023-11-29T08:37:01.088Z] cc2447e1835a: Waiting [2023-11-29T08:37:01.088Z] d5f7f19af316: Waiting [2023-11-29T08:37:01.088Z] 3027643f9bcc: Layer already exists [2023-11-29T08:37:01.088Z] 94335d529863: Layer already exists [2023-11-29T08:37:01.088Z] 86e9d34a1cc7: Layer already exists [2023-11-29T08:37:01.088Z] ea0d8ec16ba4: Layer already exists [2023-11-29T08:37:01.088Z] db55130fb114: Layer already exists [2023-11-29T08:37:01.088Z] ef2a0458e9ec: Layer already exists [2023-11-29T08:37:01.088Z] d5f7f19af316: Layer already exists [2023-11-29T08:37:01.088Z] 3069f1058134: Layer already exists [2023-11-29T08:37:01.088Z] cc2447e1835a: Layer already exists [2023-11-29T08:37:01.088Z] latest: digest: sha256:c3ebd053f76a4ec3c52cf2886ec7301761171108acf6babf3c3ac7204003f244 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:37:01.638Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:37:02.318Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.2 [2023-11-29T08:37:02.318Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-11-29T08:37:02.318Z] 86e9d34a1cc7: Preparing [2023-11-29T08:37:02.318Z] 3027643f9bcc: Preparing [2023-11-29T08:37:02.318Z] ea0d8ec16ba4: Preparing [2023-11-29T08:37:02.319Z] db55130fb114: Preparing [2023-11-29T08:37:02.319Z] 94335d529863: Preparing [2023-11-29T08:37:02.319Z] d5f7f19af316: Preparing [2023-11-29T08:37:02.319Z] ef2a0458e9ec: Preparing [2023-11-29T08:37:02.319Z] 3069f1058134: Preparing [2023-11-29T08:37:02.319Z] cc2447e1835a: Preparing [2023-11-29T08:37:02.319Z] cc2447e1835a: Waiting [2023-11-29T08:37:02.319Z] 86e9d34a1cc7: Layer already exists [2023-11-29T08:37:02.319Z] db55130fb114: Layer already exists [2023-11-29T08:37:02.319Z] 94335d529863: Layer already exists [2023-11-29T08:37:02.319Z] ea0d8ec16ba4: Layer already exists [2023-11-29T08:37:02.319Z] 3027643f9bcc: Layer already exists [2023-11-29T08:37:02.319Z] ef2a0458e9ec: Layer already exists [2023-11-29T08:37:02.319Z] d5f7f19af316: Layer already exists [2023-11-29T08:37:02.319Z] 3069f1058134: Layer already exists [2023-11-29T08:37:02.319Z] cc2447e1835a: Layer already exists [2023-11-29T08:37:02.319Z] 3.2.0-dev.2: digest: sha256:c3ebd053f76a4ec3c52cf2886ec7301761171108acf6babf3c3ac7204003f244 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:37:02.855Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:37:03.404Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:37:03.404Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-11-29T08:37:03.404Z] 86e9d34a1cc7: Preparing [2023-11-29T08:37:03.404Z] 3027643f9bcc: Preparing [2023-11-29T08:37:03.404Z] ea0d8ec16ba4: Preparing [2023-11-29T08:37:03.404Z] db55130fb114: Preparing [2023-11-29T08:37:03.404Z] 94335d529863: Preparing [2023-11-29T08:37:03.404Z] d5f7f19af316: Preparing [2023-11-29T08:37:03.404Z] ef2a0458e9ec: Preparing [2023-11-29T08:37:03.404Z] 3069f1058134: Preparing [2023-11-29T08:37:03.404Z] cc2447e1835a: Preparing [2023-11-29T08:37:03.404Z] d5f7f19af316: Waiting [2023-11-29T08:37:03.404Z] ef2a0458e9ec: Waiting [2023-11-29T08:37:03.404Z] cc2447e1835a: Waiting [2023-11-29T08:37:03.404Z] 3069f1058134: Waiting [2023-11-29T08:37:03.404Z] db55130fb114: Layer already exists [2023-11-29T08:37:03.404Z] 94335d529863: Layer already exists [2023-11-29T08:37:03.404Z] ea0d8ec16ba4: Layer already exists [2023-11-29T08:37:03.404Z] 86e9d34a1cc7: Layer already exists [2023-11-29T08:37:03.404Z] 3027643f9bcc: Layer already exists [2023-11-29T08:37:03.404Z] cc2447e1835a: Layer already exists [2023-11-29T08:37:03.404Z] 3069f1058134: Layer already exists [2023-11-29T08:37:03.404Z] ef2a0458e9ec: Layer already exists [2023-11-29T08:37:03.404Z] d5f7f19af316: Layer already exists [2023-11-29T08:37:03.404Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2: digest: sha256:c3ebd053f76a4ec3c52cf2886ec7301761171108acf6babf3c3ac7204003f244 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:37:03.967Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:37:04.555Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2023-11-29T08:37:04.555Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-11-29T08:37:04.555Z] 86e9d34a1cc7: Preparing [2023-11-29T08:37:04.555Z] 3027643f9bcc: Preparing [2023-11-29T08:37:04.555Z] ea0d8ec16ba4: Preparing [2023-11-29T08:37:04.555Z] db55130fb114: Preparing [2023-11-29T08:37:04.555Z] 94335d529863: Preparing [2023-11-29T08:37:04.555Z] d5f7f19af316: Preparing [2023-11-29T08:37:04.555Z] ef2a0458e9ec: Preparing [2023-11-29T08:37:04.555Z] 3069f1058134: Preparing [2023-11-29T08:37:04.555Z] cc2447e1835a: Preparing [2023-11-29T08:37:04.555Z] d5f7f19af316: Waiting [2023-11-29T08:37:04.555Z] ef2a0458e9ec: Waiting [2023-11-29T08:37:04.555Z] 3069f1058134: Waiting [2023-11-29T08:37:04.555Z] cc2447e1835a: Waiting [2023-11-29T08:37:04.555Z] 94335d529863: Layer already exists [2023-11-29T08:37:04.555Z] 3027643f9bcc: Layer already exists [2023-11-29T08:37:04.555Z] 86e9d34a1cc7: Layer already exists [2023-11-29T08:37:04.555Z] db55130fb114: Layer already exists [2023-11-29T08:37:04.555Z] ea0d8ec16ba4: Layer already exists [2023-11-29T08:37:04.555Z] ef2a0458e9ec: Layer already exists [2023-11-29T08:37:04.555Z] d5f7f19af316: Layer already exists [2023-11-29T08:37:04.555Z] cc2447e1835a: Layer already exists [2023-11-29T08:37:04.555Z] 3069f1058134: Layer already exists [2023-11-29T08:37:04.555Z] main: digest: sha256:c3ebd053f76a4ec3c52cf2886ec7301761171108acf6babf3c3ac7204003f244 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-11-29T08:37:05.107Z] ===================================================== [Pipeline] echo [2023-11-29T08:37:05.202Z] taggedImages: [2023-11-29T08:37:05.202Z] - nexus3.edgexfoundry.org:10004/security-spire-config:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:37:05.202Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-11-29T08:37:05.202Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.2 [2023-11-29T08:37:05.202Z] - nexus3.edgexfoundry.org:10004/security-spire-config:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:37:05.202Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2023-11-29T08:37:05.302Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2023-11-29T08:37:05.302Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:37:05.302Z] latest [2023-11-29T08:37:05.302Z] 3.2.0-dev.2 [2023-11-29T08:37:05.302Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:37:05.302Z] main [2023-11-29T08:37:05.302Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:37:06.027Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:37:06.566Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:37:06.566Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-11-29T08:37:06.566Z] 2bc0eb463577: Preparing [2023-11-29T08:37:06.566Z] 37ab458aaae0: Preparing [2023-11-29T08:37:06.566Z] 44eace2785d9: Preparing [2023-11-29T08:37:06.567Z] db55130fb114: Preparing [2023-11-29T08:37:06.567Z] 94335d529863: Preparing [2023-11-29T08:37:06.567Z] d5f7f19af316: Preparing [2023-11-29T08:37:06.567Z] 16baab868848: Preparing [2023-11-29T08:37:06.567Z] bb608d274f81: Preparing [2023-11-29T08:37:06.567Z] cc2447e1835a: Preparing [2023-11-29T08:37:06.567Z] d5f7f19af316: Waiting [2023-11-29T08:37:06.567Z] 16baab868848: Waiting [2023-11-29T08:37:06.567Z] bb608d274f81: Waiting [2023-11-29T08:37:06.567Z] cc2447e1835a: Waiting [2023-11-29T08:37:06.567Z] 94335d529863: Layer already exists [2023-11-29T08:37:06.567Z] 2bc0eb463577: Layer already exists [2023-11-29T08:37:06.567Z] db55130fb114: Layer already exists [2023-11-29T08:37:06.567Z] d5f7f19af316: Layer already exists [2023-11-29T08:37:06.567Z] bb608d274f81: Layer already exists [2023-11-29T08:37:06.567Z] 16baab868848: Layer already exists [2023-11-29T08:37:06.567Z] cc2447e1835a: Layer already exists [2023-11-29T08:37:06.567Z] 44eace2785d9: Pushed [2023-11-29T08:37:06.567Z] 37ab458aaae0: Pushed [2023-11-29T08:37:06.826Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b: digest: sha256:465994986bf1e70ec9830818fc3c502765658bb34ad1b6ba6ee9aeb4683b3aa0 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:37:07.377Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:37:07.968Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-11-29T08:37:07.968Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-11-29T08:37:07.968Z] 2bc0eb463577: Preparing [2023-11-29T08:37:07.968Z] 37ab458aaae0: Preparing [2023-11-29T08:37:07.968Z] 44eace2785d9: Preparing [2023-11-29T08:37:07.968Z] db55130fb114: Preparing [2023-11-29T08:37:07.968Z] 94335d529863: Preparing [2023-11-29T08:37:07.968Z] d5f7f19af316: Preparing [2023-11-29T08:37:07.968Z] 16baab868848: Preparing [2023-11-29T08:37:07.968Z] d5f7f19af316: Waiting [2023-11-29T08:37:07.968Z] bb608d274f81: Preparing [2023-11-29T08:37:07.968Z] 16baab868848: Waiting [2023-11-29T08:37:07.968Z] cc2447e1835a: Preparing [2023-11-29T08:37:07.968Z] bb608d274f81: Waiting [2023-11-29T08:37:07.968Z] cc2447e1835a: Waiting [2023-11-29T08:37:07.968Z] 37ab458aaae0: Layer already exists [2023-11-29T08:37:07.968Z] 2bc0eb463577: Layer already exists [2023-11-29T08:37:07.968Z] 94335d529863: Layer already exists [2023-11-29T08:37:07.968Z] 44eace2785d9: Layer already exists [2023-11-29T08:37:07.968Z] db55130fb114: Layer already exists [2023-11-29T08:37:07.968Z] bb608d274f81: Layer already exists [2023-11-29T08:37:07.968Z] 16baab868848: Layer already exists [2023-11-29T08:37:07.968Z] d5f7f19af316: Layer already exists [2023-11-29T08:37:07.968Z] cc2447e1835a: Layer already exists [2023-11-29T08:37:07.968Z] latest: digest: sha256:465994986bf1e70ec9830818fc3c502765658bb34ad1b6ba6ee9aeb4683b3aa0 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:37:08.523Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:37:09.078Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.2 [2023-11-29T08:37:09.078Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-11-29T08:37:09.078Z] 2bc0eb463577: Preparing [2023-11-29T08:37:09.078Z] 37ab458aaae0: Preparing [2023-11-29T08:37:09.078Z] 44eace2785d9: Preparing [2023-11-29T08:37:09.078Z] db55130fb114: Preparing [2023-11-29T08:37:09.078Z] 94335d529863: Preparing [2023-11-29T08:37:09.078Z] d5f7f19af316: Preparing [2023-11-29T08:37:09.078Z] 16baab868848: Preparing [2023-11-29T08:37:09.078Z] bb608d274f81: Preparing [2023-11-29T08:37:09.078Z] cc2447e1835a: Preparing [2023-11-29T08:37:09.078Z] d5f7f19af316: Waiting [2023-11-29T08:37:09.078Z] 16baab868848: Waiting [2023-11-29T08:37:09.078Z] bb608d274f81: Waiting [2023-11-29T08:37:09.078Z] cc2447e1835a: Waiting [2023-11-29T08:37:09.078Z] 2bc0eb463577: Layer already exists [2023-11-29T08:37:09.078Z] 44eace2785d9: Layer already exists [2023-11-29T08:37:09.078Z] db55130fb114: Layer already exists [2023-11-29T08:37:09.078Z] 94335d529863: Layer already exists [2023-11-29T08:37:09.078Z] 37ab458aaae0: Layer already exists [2023-11-29T08:37:09.078Z] d5f7f19af316: Layer already exists [2023-11-29T08:37:09.078Z] 16baab868848: Layer already exists [2023-11-29T08:37:09.078Z] bb608d274f81: Layer already exists [2023-11-29T08:37:09.078Z] cc2447e1835a: Layer already exists [2023-11-29T08:37:09.078Z] 3.2.0-dev.2: digest: sha256:465994986bf1e70ec9830818fc3c502765658bb34ad1b6ba6ee9aeb4683b3aa0 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:37:09.665Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:37:10.283Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:37:10.283Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-11-29T08:37:10.283Z] 2bc0eb463577: Preparing [2023-11-29T08:37:10.283Z] 37ab458aaae0: Preparing [2023-11-29T08:37:10.283Z] 44eace2785d9: Preparing [2023-11-29T08:37:10.283Z] db55130fb114: Preparing [2023-11-29T08:37:10.283Z] 94335d529863: Preparing [2023-11-29T08:37:10.283Z] d5f7f19af316: Preparing [2023-11-29T08:37:10.283Z] 16baab868848: Preparing [2023-11-29T08:37:10.283Z] bb608d274f81: Preparing [2023-11-29T08:37:10.283Z] cc2447e1835a: Preparing [2023-11-29T08:37:10.283Z] d5f7f19af316: Waiting [2023-11-29T08:37:10.283Z] 16baab868848: Waiting [2023-11-29T08:37:10.283Z] bb608d274f81: Waiting [2023-11-29T08:37:10.283Z] 2bc0eb463577: Layer already exists [2023-11-29T08:37:10.283Z] db55130fb114: Layer already exists [2023-11-29T08:37:10.283Z] 44eace2785d9: Layer already exists [2023-11-29T08:37:10.283Z] 94335d529863: Layer already exists [2023-11-29T08:37:10.283Z] 37ab458aaae0: Layer already exists [2023-11-29T08:37:10.283Z] d5f7f19af316: Layer already exists [2023-11-29T08:37:10.283Z] bb608d274f81: Layer already exists [2023-11-29T08:37:10.283Z] 16baab868848: Layer already exists [2023-11-29T08:37:10.283Z] cc2447e1835a: Layer already exists [2023-11-29T08:37:10.283Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2: digest: sha256:465994986bf1e70ec9830818fc3c502765658bb34ad1b6ba6ee9aeb4683b3aa0 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:37:10.841Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:37:11.401Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2023-11-29T08:37:11.401Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-11-29T08:37:11.401Z] 2bc0eb463577: Preparing [2023-11-29T08:37:11.401Z] 37ab458aaae0: Preparing [2023-11-29T08:37:11.401Z] 44eace2785d9: Preparing [2023-11-29T08:37:11.401Z] db55130fb114: Preparing [2023-11-29T08:37:11.401Z] 94335d529863: Preparing [2023-11-29T08:37:11.401Z] d5f7f19af316: Preparing [2023-11-29T08:37:11.401Z] 16baab868848: Preparing [2023-11-29T08:37:11.401Z] bb608d274f81: Preparing [2023-11-29T08:37:11.401Z] cc2447e1835a: Preparing [2023-11-29T08:37:11.401Z] d5f7f19af316: Waiting [2023-11-29T08:37:11.401Z] 16baab868848: Waiting [2023-11-29T08:37:11.401Z] bb608d274f81: Waiting [2023-11-29T08:37:11.401Z] cc2447e1835a: Waiting [2023-11-29T08:37:11.401Z] 94335d529863: Layer already exists [2023-11-29T08:37:11.401Z] 44eace2785d9: Layer already exists [2023-11-29T08:37:11.401Z] 2bc0eb463577: Layer already exists [2023-11-29T08:37:11.401Z] 37ab458aaae0: Layer already exists [2023-11-29T08:37:11.401Z] db55130fb114: Layer already exists [2023-11-29T08:37:11.401Z] 16baab868848: Layer already exists [2023-11-29T08:37:11.401Z] d5f7f19af316: Layer already exists [2023-11-29T08:37:11.401Z] cc2447e1835a: Layer already exists [2023-11-29T08:37:11.401Z] bb608d274f81: Layer already exists [2023-11-29T08:37:11.401Z] main: digest: sha256:465994986bf1e70ec9830818fc3c502765658bb34ad1b6ba6ee9aeb4683b3aa0 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-11-29T08:37:11.962Z] ===================================================== [Pipeline] echo [2023-11-29T08:37:12.061Z] taggedImages: [2023-11-29T08:37:12.061Z] - nexus3.edgexfoundry.org:10004/security-spire-server:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:37:12.061Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-11-29T08:37:12.061Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.2 [2023-11-29T08:37:12.061Z] - nexus3.edgexfoundry.org:10004/security-spire-server:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:37:12.061Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2023-11-29T08:37:12.165Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2023-11-29T08:37:12.165Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:37:12.165Z] latest [2023-11-29T08:37:12.165Z] 3.2.0-dev.2 [2023-11-29T08:37:12.165Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:37:12.165Z] main [2023-11-29T08:37:12.165Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:37:12.915Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:37:13.479Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:37:13.479Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-11-29T08:37:13.479Z] 2c0612f5cf11: Preparing [2023-11-29T08:37:13.479Z] f68b426fa5e7: Preparing [2023-11-29T08:37:13.479Z] db55130fb114: Preparing [2023-11-29T08:37:13.479Z] 94335d529863: Preparing [2023-11-29T08:37:13.479Z] 8cee19be6eaa: Preparing [2023-11-29T08:37:13.479Z] a4ecf431be79: Preparing [2023-11-29T08:37:13.479Z] cc2447e1835a: Preparing [2023-11-29T08:37:13.479Z] a4ecf431be79: Waiting [2023-11-29T08:37:13.479Z] cc2447e1835a: Waiting [2023-11-29T08:37:13.479Z] db55130fb114: Layer already exists [2023-11-29T08:37:13.479Z] 94335d529863: Layer already exists [2023-11-29T08:37:13.479Z] cc2447e1835a: Layer already exists [2023-11-29T08:37:13.479Z] 2c0612f5cf11: Pushed [2023-11-29T08:37:13.479Z] a4ecf431be79: Pushed [2023-11-29T08:37:14.416Z] 8cee19be6eaa: Pushed [2023-11-29T08:37:16.954Z] f68b426fa5e7: Pushed [2023-11-29T08:37:16.954Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b: digest: sha256:4971ffac4bffc2af4ebc7e344251364396bc02dd0b3c13f2bbed0171f2a0e6fb size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:37:17.523Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:37:18.093Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-11-29T08:37:18.094Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-11-29T08:37:18.094Z] 2c0612f5cf11: Preparing [2023-11-29T08:37:18.094Z] f68b426fa5e7: Preparing [2023-11-29T08:37:18.094Z] db55130fb114: Preparing [2023-11-29T08:37:18.094Z] 94335d529863: Preparing [2023-11-29T08:37:18.094Z] 8cee19be6eaa: Preparing [2023-11-29T08:37:18.094Z] a4ecf431be79: Preparing [2023-11-29T08:37:18.094Z] cc2447e1835a: Preparing [2023-11-29T08:37:18.094Z] a4ecf431be79: Waiting [2023-11-29T08:37:18.094Z] cc2447e1835a: Waiting [2023-11-29T08:37:18.094Z] 2c0612f5cf11: Layer already exists [2023-11-29T08:37:18.094Z] f68b426fa5e7: Layer already exists [2023-11-29T08:37:18.094Z] db55130fb114: Layer already exists [2023-11-29T08:37:18.094Z] 94335d529863: Layer already exists [2023-11-29T08:37:18.094Z] 8cee19be6eaa: Layer already exists [2023-11-29T08:37:18.094Z] a4ecf431be79: Layer already exists [2023-11-29T08:37:18.094Z] cc2447e1835a: Layer already exists [2023-11-29T08:37:18.094Z] latest: digest: sha256:4971ffac4bffc2af4ebc7e344251364396bc02dd0b3c13f2bbed0171f2a0e6fb size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:37:18.683Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:37:19.282Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.2 [2023-11-29T08:37:19.282Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-11-29T08:37:19.282Z] 2c0612f5cf11: Preparing [2023-11-29T08:37:19.282Z] f68b426fa5e7: Preparing [2023-11-29T08:37:19.282Z] db55130fb114: Preparing [2023-11-29T08:37:19.282Z] 94335d529863: Preparing [2023-11-29T08:37:19.282Z] 8cee19be6eaa: Preparing [2023-11-29T08:37:19.282Z] a4ecf431be79: Preparing [2023-11-29T08:37:19.282Z] cc2447e1835a: Preparing [2023-11-29T08:37:19.282Z] cc2447e1835a: Waiting [2023-11-29T08:37:19.282Z] a4ecf431be79: Waiting [2023-11-29T08:37:19.282Z] db55130fb114: Layer already exists [2023-11-29T08:37:19.282Z] f68b426fa5e7: Layer already exists [2023-11-29T08:37:19.282Z] 94335d529863: Layer already exists [2023-11-29T08:37:19.282Z] 2c0612f5cf11: Layer already exists [2023-11-29T08:37:19.282Z] 8cee19be6eaa: Layer already exists [2023-11-29T08:37:19.282Z] cc2447e1835a: Layer already exists [2023-11-29T08:37:19.282Z] a4ecf431be79: Layer already exists [2023-11-29T08:37:19.282Z] 3.2.0-dev.2: digest: sha256:4971ffac4bffc2af4ebc7e344251364396bc02dd0b3c13f2bbed0171f2a0e6fb size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:37:19.879Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:37:20.463Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:37:20.464Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-11-29T08:37:20.464Z] 2c0612f5cf11: Preparing [2023-11-29T08:37:20.464Z] f68b426fa5e7: Preparing [2023-11-29T08:37:20.464Z] db55130fb114: Preparing [2023-11-29T08:37:20.464Z] 94335d529863: Preparing [2023-11-29T08:37:20.464Z] 8cee19be6eaa: Preparing [2023-11-29T08:37:20.464Z] a4ecf431be79: Preparing [2023-11-29T08:37:20.464Z] cc2447e1835a: Preparing [2023-11-29T08:37:20.464Z] a4ecf431be79: Waiting [2023-11-29T08:37:20.464Z] cc2447e1835a: Waiting [2023-11-29T08:37:20.464Z] db55130fb114: Layer already exists [2023-11-29T08:37:20.464Z] 94335d529863: Layer already exists [2023-11-29T08:37:20.464Z] 2c0612f5cf11: Layer already exists [2023-11-29T08:37:20.464Z] f68b426fa5e7: Layer already exists [2023-11-29T08:37:20.464Z] 8cee19be6eaa: Layer already exists [2023-11-29T08:37:20.464Z] cc2447e1835a: Layer already exists [2023-11-29T08:37:20.464Z] a4ecf431be79: Layer already exists [2023-11-29T08:37:20.464Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2: digest: sha256:4971ffac4bffc2af4ebc7e344251364396bc02dd0b3c13f2bbed0171f2a0e6fb size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:37:21.053Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:37:21.692Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2023-11-29T08:37:21.692Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-11-29T08:37:21.692Z] 2c0612f5cf11: Preparing [2023-11-29T08:37:21.692Z] f68b426fa5e7: Preparing [2023-11-29T08:37:21.692Z] db55130fb114: Preparing [2023-11-29T08:37:21.692Z] 94335d529863: Preparing [2023-11-29T08:37:21.692Z] 8cee19be6eaa: Preparing [2023-11-29T08:37:21.692Z] a4ecf431be79: Preparing [2023-11-29T08:37:21.692Z] cc2447e1835a: Preparing [2023-11-29T08:37:21.692Z] a4ecf431be79: Waiting [2023-11-29T08:37:21.692Z] cc2447e1835a: Waiting [2023-11-29T08:37:21.692Z] 2c0612f5cf11: Layer already exists [2023-11-29T08:37:21.692Z] 8cee19be6eaa: Layer already exists [2023-11-29T08:37:21.692Z] db55130fb114: Layer already exists [2023-11-29T08:37:21.692Z] 94335d529863: Layer already exists [2023-11-29T08:37:21.692Z] f68b426fa5e7: Layer already exists [2023-11-29T08:37:21.692Z] cc2447e1835a: Layer already exists [2023-11-29T08:37:21.692Z] a4ecf431be79: Layer already exists [2023-11-29T08:37:21.692Z] main: digest: sha256:4971ffac4bffc2af4ebc7e344251364396bc02dd0b3c13f2bbed0171f2a0e6fb size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-11-29T08:37:22.398Z] ===================================================== [Pipeline] echo [2023-11-29T08:37:22.508Z] taggedImages: [2023-11-29T08:37:22.508Z] - nexus3.edgexfoundry.org:10004/support-notifications:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:37:22.508Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-11-29T08:37:22.508Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.2 [2023-11-29T08:37:22.508Z] - nexus3.edgexfoundry.org:10004/support-notifications:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:37:22.508Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2023-11-29T08:37:22.636Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2023-11-29T08:37:22.636Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:37:22.636Z] latest [2023-11-29T08:37:22.636Z] 3.2.0-dev.2 [2023-11-29T08:37:22.636Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:37:22.636Z] main [2023-11-29T08:37:22.636Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:37:23.439Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:37:24.042Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:37:24.042Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-11-29T08:37:24.042Z] cba9aaafda5d: Preparing [2023-11-29T08:37:24.042Z] 01c8adbdad86: Preparing [2023-11-29T08:37:24.042Z] db55130fb114: Preparing [2023-11-29T08:37:24.042Z] 94335d529863: Preparing [2023-11-29T08:37:24.042Z] 1a0c1886e1ab: Preparing [2023-11-29T08:37:24.042Z] 8f3fc52d5863: Preparing [2023-11-29T08:37:24.042Z] cc2447e1835a: Preparing [2023-11-29T08:37:24.042Z] 8f3fc52d5863: Waiting [2023-11-29T08:37:24.042Z] cc2447e1835a: Waiting [2023-11-29T08:37:24.042Z] 1a0c1886e1ab: Layer already exists [2023-11-29T08:37:24.042Z] 94335d529863: Layer already exists [2023-11-29T08:37:24.042Z] db55130fb114: Layer already exists [2023-11-29T08:37:24.042Z] 8f3fc52d5863: Layer already exists [2023-11-29T08:37:24.042Z] cc2447e1835a: Layer already exists [2023-11-29T08:37:24.042Z] cba9aaafda5d: Pushed [2023-11-29T08:37:27.347Z] 01c8adbdad86: Pushed [2023-11-29T08:37:27.347Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b: digest: sha256:fac077e3c01e25f237d4090cb9b241e75b3fe46a286abcd8abbaa6828d383d22 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:37:27.953Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:37:28.539Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-11-29T08:37:28.539Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-11-29T08:37:28.539Z] cba9aaafda5d: Preparing [2023-11-29T08:37:28.539Z] 01c8adbdad86: Preparing [2023-11-29T08:37:28.539Z] db55130fb114: Preparing [2023-11-29T08:37:28.539Z] 94335d529863: Preparing [2023-11-29T08:37:28.539Z] 1a0c1886e1ab: Preparing [2023-11-29T08:37:28.539Z] 8f3fc52d5863: Preparing [2023-11-29T08:37:28.539Z] cc2447e1835a: Preparing [2023-11-29T08:37:28.539Z] 8f3fc52d5863: Waiting [2023-11-29T08:37:28.539Z] cc2447e1835a: Waiting [2023-11-29T08:37:28.539Z] 01c8adbdad86: Layer already exists [2023-11-29T08:37:28.539Z] cba9aaafda5d: Layer already exists [2023-11-29T08:37:28.539Z] 1a0c1886e1ab: Layer already exists [2023-11-29T08:37:28.539Z] db55130fb114: Layer already exists [2023-11-29T08:37:28.539Z] 94335d529863: Layer already exists [2023-11-29T08:37:28.539Z] 8f3fc52d5863: Layer already exists [2023-11-29T08:37:28.539Z] cc2447e1835a: Layer already exists [2023-11-29T08:37:28.539Z] latest: digest: sha256:fac077e3c01e25f237d4090cb9b241e75b3fe46a286abcd8abbaa6828d383d22 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:37:29.133Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:37:29.735Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.2 [2023-11-29T08:37:29.736Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-11-29T08:37:29.736Z] cba9aaafda5d: Preparing [2023-11-29T08:37:29.736Z] 01c8adbdad86: Preparing [2023-11-29T08:37:29.736Z] db55130fb114: Preparing [2023-11-29T08:37:29.736Z] 94335d529863: Preparing [2023-11-29T08:37:29.736Z] 1a0c1886e1ab: Preparing [2023-11-29T08:37:29.736Z] 8f3fc52d5863: Preparing [2023-11-29T08:37:29.736Z] cc2447e1835a: Preparing [2023-11-29T08:37:29.736Z] 8f3fc52d5863: Waiting [2023-11-29T08:37:29.736Z] cc2447e1835a: Waiting [2023-11-29T08:37:29.736Z] db55130fb114: Layer already exists [2023-11-29T08:37:29.736Z] 01c8adbdad86: Layer already exists [2023-11-29T08:37:29.736Z] 94335d529863: Layer already exists [2023-11-29T08:37:29.736Z] cba9aaafda5d: Layer already exists [2023-11-29T08:37:29.736Z] 1a0c1886e1ab: Layer already exists [2023-11-29T08:37:29.736Z] 8f3fc52d5863: Layer already exists [2023-11-29T08:37:29.736Z] cc2447e1835a: Layer already exists [2023-11-29T08:37:29.736Z] 3.2.0-dev.2: digest: sha256:fac077e3c01e25f237d4090cb9b241e75b3fe46a286abcd8abbaa6828d383d22 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:37:30.398Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:37:31.056Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:37:31.056Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-11-29T08:37:31.056Z] cba9aaafda5d: Preparing [2023-11-29T08:37:31.056Z] 01c8adbdad86: Preparing [2023-11-29T08:37:31.056Z] db55130fb114: Preparing [2023-11-29T08:37:31.056Z] 94335d529863: Preparing [2023-11-29T08:37:31.056Z] 1a0c1886e1ab: Preparing [2023-11-29T08:37:31.056Z] 8f3fc52d5863: Preparing [2023-11-29T08:37:31.056Z] cc2447e1835a: Preparing [2023-11-29T08:37:31.056Z] cc2447e1835a: Waiting [2023-11-29T08:37:31.056Z] 8f3fc52d5863: Waiting [2023-11-29T08:37:31.056Z] cba9aaafda5d: Layer already exists [2023-11-29T08:37:31.056Z] 94335d529863: Layer already exists [2023-11-29T08:37:31.056Z] db55130fb114: Layer already exists [2023-11-29T08:37:31.056Z] 1a0c1886e1ab: Layer already exists [2023-11-29T08:37:31.056Z] 01c8adbdad86: Layer already exists [2023-11-29T08:37:31.056Z] cc2447e1835a: Layer already exists [2023-11-29T08:37:31.056Z] 8f3fc52d5863: Layer already exists [2023-11-29T08:37:31.056Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2: digest: sha256:fac077e3c01e25f237d4090cb9b241e75b3fe46a286abcd8abbaa6828d383d22 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:37:31.693Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:37:32.286Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2023-11-29T08:37:32.286Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-11-29T08:37:32.286Z] cba9aaafda5d: Preparing [2023-11-29T08:37:32.286Z] 01c8adbdad86: Preparing [2023-11-29T08:37:32.286Z] db55130fb114: Preparing [2023-11-29T08:37:32.286Z] 94335d529863: Preparing [2023-11-29T08:37:32.286Z] 1a0c1886e1ab: Preparing [2023-11-29T08:37:32.286Z] 8f3fc52d5863: Preparing [2023-11-29T08:37:32.286Z] cc2447e1835a: Preparing [2023-11-29T08:37:32.286Z] 8f3fc52d5863: Waiting [2023-11-29T08:37:32.286Z] cc2447e1835a: Waiting [2023-11-29T08:37:32.286Z] db55130fb114: Layer already exists [2023-11-29T08:37:32.286Z] 94335d529863: Layer already exists [2023-11-29T08:37:32.286Z] cba9aaafda5d: Layer already exists [2023-11-29T08:37:32.286Z] 1a0c1886e1ab: Layer already exists [2023-11-29T08:37:32.286Z] 01c8adbdad86: Layer already exists [2023-11-29T08:37:32.286Z] 8f3fc52d5863: Layer already exists [2023-11-29T08:37:32.286Z] cc2447e1835a: Layer already exists [2023-11-29T08:37:32.286Z] main: digest: sha256:fac077e3c01e25f237d4090cb9b241e75b3fe46a286abcd8abbaa6828d383d22 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-11-29T08:37:32.998Z] ===================================================== [Pipeline] echo [2023-11-29T08:37:33.105Z] taggedImages: [2023-11-29T08:37:33.105Z] - nexus3.edgexfoundry.org:10004/support-scheduler:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:37:33.105Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-11-29T08:37:33.105Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.2 [2023-11-29T08:37:33.105Z] - nexus3.edgexfoundry.org:10004/support-scheduler:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:37:33.105Z] - 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] } [2023-11-29T08:48:39.849Z] #140 ... [2023-11-29T08:48:39.849Z] [2023-11-29T08:48:39.849Z] #133 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-11-29T08:48:39.849Z] #133 758.3 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-11-29T08:48:39.849Z] #133 ... [2023-11-29T08:48:39.849Z] [2023-11-29T08:48:39.849Z] #139 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-11-29T08:48:39.849Z] #139 DONE 764.0s [2023-11-29T08:48:39.849Z] [2023-11-29T08:48:39.849Z] #137 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-11-29T08:48:39.849Z] #137 ... [2023-11-29T08:48:39.849Z] [2023-11-29T08:48:39.849Z] #141 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2023-11-29T08:48:39.849Z] #141 DONE 0.1s [2023-11-29T08:48:39.849Z] [2023-11-29T08:48:39.849Z] #136 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-11-29T08:48:39.849Z] #136 ... [2023-11-29T08:48:39.849Z] [2023-11-29T08:48:39.849Z] #142 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2023-11-29T08:48:39.849Z] #142 DONE 0.2s [2023-11-29T08:48:39.849Z] [2023-11-29T08:48:39.849Z] #143 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2023-11-29T08:48:39.849Z] #143 DONE 0.2s [2023-11-29T08:48:39.849Z] [2023-11-29T08:48:39.849Z] #132 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-11-29T08:48:39.849Z] #132 ... [2023-11-29T08:48:39.849Z] [2023-11-29T08:48:39.849Z] #144 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-11-29T08:48:39.849Z] #144 DONE 0.2s [2023-11-29T08:48:39.849Z] [2023-11-29T08:48:39.849Z] #145 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-11-29T08:48:39.849Z] #145 DONE 0.3s [2023-11-29T08:48:39.849Z] [2023-11-29T08:48:39.849Z] #138 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-11-29T08:48:39.849Z] #138 ... [2023-11-29T08:48:39.849Z] [2023-11-29T08:48:39.849Z] #146 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-11-29T08:48:39.849Z] #146 DONE 0.1s [2023-11-29T08:48:39.849Z] [2023-11-29T08:48:39.849Z] #147 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-11-29T08:48:39.849Z] #147 DONE 1.9s [2023-11-29T08:48:39.849Z] [2023-11-29T08:48:39.849Z] #50 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-11-29T08:48:39.849Z] #50 ... [2023-11-29T08:48:39.849Z] [2023-11-29T08:48:39.849Z] #99 [security-proxy-setup] exporting to image [2023-11-29T08:48:39.849Z] #99 exporting layers [2023-11-29T08:48:39.849Z] #99 exporting layers 0.9s done [2023-11-29T08:48:39.849Z] #99 writing image sha256:c7c6fbd9a558026a6d78f5a8970277e4f3b738b25761efe014420a61d5d4fd0a done [2023-11-29T08:48:39.849Z] #99 naming to docker.io/library/security-proxy-setup-arm64 done [2023-11-29T08:48:39.849Z] #99 DONE 3.4s [2023-11-29T08:48:39.849Z] [2023-11-29T08:48:39.849Z] #132 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-11-29T08:48:46.593Z] #132 ... [2023-11-29T08:48:46.593Z] [2023-11-29T08:48:46.593Z] #138 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-11-29T08:48:46.593Z] #138 DONE 774.6s [2023-11-29T08:48:46.593Z] [2023-11-29T08:48:46.593Z] #148 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2023-11-29T08:48:46.593Z] #148 DONE 0.3s [2023-11-29T08:48:46.593Z] [2023-11-29T08:48:46.593Z] #136 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-11-29T08:48:46.593Z] #136 ... [2023-11-29T08:48:46.593Z] [2023-11-29T08:48:46.593Z] #149 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2023-11-29T08:48:49.994Z] #149 ... [2023-11-29T08:48:49.994Z] [2023-11-29T08:48:49.994Z] #133 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-11-29T08:48:49.994Z] #133 DONE 778.4s [2023-11-29T08:48:49.994Z] [2023-11-29T08:48:49.994Z] #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-11-29T08:48:49.994Z] #130 ... [2023-11-29T08:48:49.994Z] [2023-11-29T08:48:49.994Z] #149 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2023-11-29T08:48:49.994Z] #149 DONE 3.7s [2023-11-29T08:48:49.994Z] [2023-11-29T08:48:49.994Z] #150 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2023-11-29T08:48:50.262Z] #150 DONE 0.5s [2023-11-29T08:48:50.262Z] [2023-11-29T08:48:50.262Z] #151 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2023-11-29T08:48:50.262Z] #151 DONE 0.3s [2023-11-29T08:48:50.262Z] [2023-11-29T08:48:50.262Z] #152 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2023-11-29T08:48:50.536Z] #152 DONE 0.4s [2023-11-29T08:48:50.536Z] [2023-11-29T08:48:50.536Z] #153 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2023-11-29T08:48:50.805Z] #153 DONE 0.3s [2023-11-29T08:48:50.805Z] [2023-11-29T08:48:50.805Z] #154 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-11-29T08:48:51.073Z] #154 DONE 0.5s [2023-11-29T08:48:51.073Z] [2023-11-29T08:48:51.073Z] #155 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-11-29T08:48:51.341Z] #155 DONE 0.2s [2023-11-29T08:48:51.341Z] [2023-11-29T08:48:51.341Z] #156 [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 [2023-11-29T08:48:51.341Z] #156 DONE 0.2s [2023-11-29T08:48:51.341Z] [2023-11-29T08:48:51.341Z] #157 [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/ [2023-11-29T08:48:51.341Z] #157 ... [2023-11-29T08:48:51.341Z] [2023-11-29T08:48:51.341Z] #158 [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 [2023-11-29T08:48:51.341Z] #158 DONE 0.1s [2023-11-29T08:48:51.612Z] [2023-11-29T08:48:51.612Z] #157 [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/ [2023-11-29T08:48:51.612Z] #157 DONE 0.3s [2023-11-29T08:48:51.612Z] [2023-11-29T08:48:51.612Z] #159 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-11-29T08:48:51.612Z] #159 DONE 0.3s [2023-11-29T08:48:51.612Z] [2023-11-29T08:48:51.612Z] #160 [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/ [2023-11-29T08:48:51.890Z] #160 DONE 0.3s [2023-11-29T08:48:51.890Z] [2023-11-29T08:48:51.890Z] #161 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2023-11-29T08:48:51.890Z] #161 DONE 0.2s [2023-11-29T08:48:51.890Z] [2023-11-29T08:48:51.890Z] #162 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-11-29T08:48:52.158Z] #162 DONE 0.5s [2023-11-29T08:48:52.158Z] [2023-11-29T08:48:52.158Z] #163 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-11-29T08:48:52.425Z] #163 ... [2023-11-29T08:48:52.425Z] [2023-11-29T08:48:52.425Z] #164 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-11-29T08:48:52.425Z] #164 DONE 0.2s [2023-11-29T08:48:52.425Z] [2023-11-29T08:48:52.425Z] #165 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2023-11-29T08:48:53.226Z] #165 ... [2023-11-29T08:48:53.226Z] [2023-11-29T08:48:53.226Z] #163 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-11-29T08:48:53.226Z] #163 DONE 0.7s [2023-11-29T08:48:53.226Z] [2023-11-29T08:48:53.226Z] #166 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-11-29T08:48:53.226Z] #166 DONE 0.3s [2023-11-29T08:48:53.226Z] [2023-11-29T08:48:53.226Z] #165 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2023-11-29T08:48:55.172Z] #165 DONE 3.0s [2023-11-29T08:48:55.172Z] [2023-11-29T08:48:55.172Z] #167 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-11-29T08:48:55.765Z] #167 DONE 2.6s [2023-11-29T08:48:55.765Z] [2023-11-29T08:48:55.765Z] #99 [security-secretstore-setup] exporting to image [2023-11-29T08:48:55.765Z] #99 exporting layers [2023-11-29T08:48:57.173Z] #99 exporting layers 2.1s done [2023-11-29T08:48:57.473Z] #99 writing image sha256:da57c639f4ccf13f229de7bfc4cb670e7b242c19052af7086ffe4c0cdf553f84 0.0s done [2023-11-29T08:48:57.473Z] #99 naming to docker.io/library/security-bootstrapper-arm64 done [2023-11-29T08:48:57.739Z] #99 exporting layers 1.9s done [2023-11-29T08:48:57.739Z] #99 writing image sha256:b06d20d27a529976b7647c99fb4d29112998f4ce5c8010957888e6d4ef791867 done [2023-11-29T08:48:57.739Z] #99 naming to docker.io/library/security-secretstore-setup-arm64 done [2023-11-29T08:48:57.739Z] #99 DONE 5.9s [2023-11-29T08:48:57.739Z] [2023-11-29T08:48:57.739Z] #134 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-11-29T08:48:59.695Z] #134 ... [2023-11-29T08:48:59.696Z] [2023-11-29T08:48:59.696Z] #137 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-11-29T08:48:59.696Z] #137 DONE 788.7s [2023-11-29T08:48:59.696Z] [2023-11-29T08:48:59.696Z] #131 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-11-29T08:48:59.963Z] #131 ... [2023-11-29T08:48:59.963Z] [2023-11-29T08:48:59.963Z] #168 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2023-11-29T08:49:00.235Z] #168 DONE 0.2s [2023-11-29T08:49:00.235Z] [2023-11-29T08:49:00.235Z] #169 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2023-11-29T08:49:00.501Z] #169 DONE 0.2s [2023-11-29T08:49:00.501Z] [2023-11-29T08:49:00.501Z] #170 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-11-29T08:49:00.501Z] #170 DONE 0.3s [2023-11-29T08:49:00.501Z] [2023-11-29T08:49:00.501Z] #31 [security-spire-server stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 [2023-11-29T08:49:00.779Z] #31 ... [2023-11-29T08:49:00.779Z] [2023-11-29T08:49:00.779Z] #171 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-11-29T08:49:00.779Z] #171 DONE 0.1s [2023-11-29T08:49:00.779Z] [2023-11-29T08:49:00.779Z] #172 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-11-29T08:49:00.779Z] #172 DONE 0.1s [2023-11-29T08:49:00.779Z] [2023-11-29T08:49:00.779Z] #50 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-11-29T08:49:01.050Z] #50 ... [2023-11-29T08:49:01.050Z] [2023-11-29T08:49:01.050Z] #173 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-11-29T08:49:03.632Z] #173 DONE 2.5s [2023-11-29T08:49:03.632Z] [2023-11-29T08:49:03.632Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-11-29T08:49:03.632Z] #43 ... [2023-11-29T08:49:03.632Z] [2023-11-29T08:49:03.632Z] #99 [security-proxy-auth] exporting to image [2023-11-29T08:49:03.632Z] #99 exporting layers [2023-11-29T08:49:04.212Z] #99 exporting layers 0.6s done [2023-11-29T08:49:04.212Z] #99 writing image sha256:857752667cb096055f9e34d5a4ba5b87c22e750a4d9b84afcc83d05fa5f8a714 done [2023-11-29T08:49:04.212Z] #99 naming to docker.io/library/security-proxy-auth-arm64 done [2023-11-29T08:49:04.212Z] #99 DONE 6.6s [2023-11-29T08:49:04.212Z] [2023-11-29T08:49:04.212Z] #134 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-11-29T08:49:19.180Z] #134 DONE 807.9s [2023-11-29T08:49:19.180Z] [2023-11-29T08:49:19.180Z] #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-11-29T08:49:19.447Z] #130 ... [2023-11-29T08:49:19.447Z] [2023-11-29T08:49:19.447Z] #174 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2023-11-29T08:49:19.715Z] #174 DONE 0.2s [2023-11-29T08:49:19.715Z] [2023-11-29T08:49:19.715Z] #175 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2023-11-29T08:49:19.715Z] #175 DONE 0.1s [2023-11-29T08:49:19.715Z] [2023-11-29T08:49:19.715Z] #176 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-11-29T08:49:19.982Z] #176 DONE 0.3s [2023-11-29T08:49:19.982Z] [2023-11-29T08:49:19.982Z] #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 [2023-11-29T08:49:19.982Z] #177 DONE 0.1s [2023-11-29T08:49:19.982Z] [2023-11-29T08:49:19.982Z] #51 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-11-29T08:49:20.249Z] #51 ... [2023-11-29T08:49:20.249Z] [2023-11-29T08:49:20.249Z] #178 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-11-29T08:49:20.249Z] #178 DONE 0.1s [2023-11-29T08:49:20.249Z] [2023-11-29T08:49:20.249Z] #179 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-11-29T08:49:22.198Z] #179 DONE 1.7s [2023-11-29T08:49:22.198Z] [2023-11-29T08:49:22.198Z] #99 [core-common-config-bootstrapper] exporting to image [2023-11-29T08:49:22.198Z] #99 exporting layers [2023-11-29T08:49:22.465Z] #99 exporting layers 0.6s done [2023-11-29T08:49:22.730Z] #99 writing image sha256:62313e6ff57c9b83799abcccf339b1d0710a629855c3b9922f9481bd725ac14f done [2023-11-29T08:49:22.730Z] #99 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2023-11-29T08:49:22.730Z] #99 DONE 7.2s [2023-11-29T08:49:22.730Z] [2023-11-29T08:49:22.730Z] #51 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-11-29T08:49:49.389Z] #51 ... [2023-11-29T08:49:49.389Z] [2023-11-29T08:49:49.389Z] #136 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-11-29T08:49:49.389Z] #136 DONE 838.1s [2023-11-29T08:49:49.389Z] [2023-11-29T08:49:49.389Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-11-29T08:49:49.389Z] #43 ... [2023-11-29T08:49:49.389Z] [2023-11-29T08:49:49.389Z] #180 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-11-29T08:49:49.655Z] #180 DONE 0.2s [2023-11-29T08:49:49.655Z] [2023-11-29T08:49:49.655Z] #181 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2023-11-29T08:49:49.655Z] #181 DONE 0.2s [2023-11-29T08:49:49.655Z] [2023-11-29T08:49:49.655Z] #51 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-11-29T08:49:49.941Z] #51 ... [2023-11-29T08:49:49.941Z] [2023-11-29T08:49:49.941Z] #182 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-11-29T08:49:49.941Z] #182 DONE 0.3s [2023-11-29T08:49:49.941Z] [2023-11-29T08:49:49.941Z] #51 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-11-29T08:49:50.207Z] #51 ... [2023-11-29T08:49:50.207Z] [2023-11-29T08:49:50.207Z] #183 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-11-29T08:49:50.207Z] #183 DONE 0.2s [2023-11-29T08:49:50.207Z] [2023-11-29T08:49:50.207Z] #99 [core-command] exporting to image [2023-11-29T08:49:50.207Z] #99 exporting layers [2023-11-29T08:49:50.473Z] #99 exporting layers 0.2s done [2023-11-29T08:49:50.473Z] #99 writing image sha256:d5bc50264e484c85eab7938a4099cc5f9021dc843397eacbeffdb3542cde225d done [2023-11-29T08:49:50.473Z] #99 naming to docker.io/library/core-command-arm64 0.0s done [2023-11-29T08:49:50.473Z] #99 DONE 7.4s [2023-11-29T08:49:50.473Z] [2023-11-29T08:49:50.473Z] #51 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-11-29T08:50:02.781Z] #51 ... [2023-11-29T08:50:02.781Z] [2023-11-29T08:50:02.781Z] #135 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-11-29T08:50:02.781Z] #135 DONE 851.5s [2023-11-29T08:50:02.781Z] [2023-11-29T08:50:02.781Z] #132 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-11-29T08:50:02.781Z] #132 ... [2023-11-29T08:50:02.781Z] [2023-11-29T08:50:02.781Z] #184 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2023-11-29T08:50:03.050Z] #184 DONE 0.2s [2023-11-29T08:50:03.050Z] [2023-11-29T08:50:03.050Z] #185 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2023-11-29T08:50:03.317Z] #185 DONE 0.1s [2023-11-29T08:50:03.317Z] [2023-11-29T08:50:03.317Z] #186 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-11-29T08:50:03.582Z] #186 ... [2023-11-29T08:50:03.582Z] [2023-11-29T08:50:03.582Z] #140 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-11-29T08:50:03.582Z] #140 DONE 852.7s [2023-11-29T08:50:03.851Z] [2023-11-29T08:50:03.852Z] #186 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-11-29T08:50:03.852Z] #186 DONE 0.5s [2023-11-29T08:50:03.852Z] [2023-11-29T08:50:03.852Z] #50 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-11-29T08:50:03.852Z] #50 ... [2023-11-29T08:50:03.852Z] [2023-11-29T08:50:03.852Z] #187 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-11-29T08:50:04.121Z] #187 DONE 0.3s [2023-11-29T08:50:04.121Z] [2023-11-29T08:50:04.121Z] #188 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2023-11-29T08:50:04.121Z] #188 DONE 0.2s [2023-11-29T08:50:04.121Z] [2023-11-29T08:50:04.121Z] #189 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-11-29T08:50:04.387Z] #189 DONE 0.3s [2023-11-29T08:50:04.387Z] [2023-11-29T08:50:04.387Z] #190 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2023-11-29T08:50:04.387Z] #190 DONE 0.2s [2023-11-29T08:50:04.387Z] [2023-11-29T08:50:04.387Z] #99 [core-metadata] exporting to image [2023-11-29T08:50:04.387Z] #99 exporting layers [2023-11-29T08:50:04.969Z] #99 exporting layers 0.4s done [2023-11-29T08:50:04.969Z] #99 writing image sha256:bb8e88c19a3bbeb0afcb26287845248be8459b43e97029a878da2809f8c4a28c done [2023-11-29T08:50:04.969Z] #99 naming to docker.io/library/core-metadata-arm64 done [2023-11-29T08:50:04.969Z] #99 DONE 7.9s [2023-11-29T08:50:04.969Z] [2023-11-29T08:50:04.969Z] #191 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-11-29T08:50:04.969Z] #191 DONE 0.4s [2023-11-29T08:50:04.969Z] [2023-11-29T08:50:04.969Z] #192 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-11-29T08:50:04.969Z] #192 DONE 0.2s [2023-11-29T08:50:04.969Z] [2023-11-29T08:50:04.969Z] #99 [core-data] exporting to image [2023-11-29T08:50:05.553Z] #99 exporting layers 0.4s done [2023-11-29T08:50:05.553Z] #99 writing image sha256:86d33e3f84489e16e01b744a75dc0431beab24baf3d05143ac874d564c0b307c done [2023-11-29T08:50:05.553Z] #99 naming to docker.io/library/core-data-arm64 done [2023-11-29T08:50:05.553Z] #99 DONE 8.3s [2023-11-29T08:50:05.553Z] [2023-11-29T08:50:05.553Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-11-29T08:50:20.542Z] #43 ... [2023-11-29T08:50:20.542Z] [2023-11-29T08:50:20.542Z] #131 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-11-29T08:50:20.542Z] #131 DONE 867.2s [2023-11-29T08:50:20.542Z] [2023-11-29T08:50:20.542Z] #51 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-11-29T08:50:20.542Z] #51 ... [2023-11-29T08:50:20.543Z] [2023-11-29T08:50:20.543Z] #193 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2023-11-29T08:50:20.543Z] #193 DONE 0.1s [2023-11-29T08:50:20.543Z] [2023-11-29T08:50:20.543Z] #194 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2023-11-29T08:50:20.543Z] #194 DONE 0.1s [2023-11-29T08:50:20.543Z] [2023-11-29T08:50:20.543Z] #132 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-11-29T08:50:20.543Z] #132 ... [2023-11-29T08:50:20.543Z] [2023-11-29T08:50:20.543Z] #195 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-11-29T08:50:20.543Z] #195 DONE 0.4s [2023-11-29T08:50:20.543Z] [2023-11-29T08:50:20.543Z] #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 [2023-11-29T08:50:20.543Z] #196 DONE 0.1s [2023-11-29T08:50:20.543Z] [2023-11-29T08:50:20.543Z] #99 [security-spiffe-token-provider] exporting to image [2023-11-29T08:50:20.543Z] #99 exporting layers [2023-11-29T08:50:20.543Z] #99 exporting layers 0.6s done [2023-11-29T08:50:20.543Z] #99 writing image sha256:5007fa430df2dca8235862272ba62ec1f5258299c7ee25f1c111411221535ffc done [2023-11-29T08:50:20.543Z] #99 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2023-11-29T08:50:20.543Z] #99 DONE 8.9s [2023-11-29T08:50:20.543Z] [2023-11-29T08:50:20.543Z] #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-11-29T08:50:42.578Z] #130 ... [2023-11-29T08:50:42.578Z] [2023-11-29T08:50:42.578Z] #132 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-11-29T08:50:42.578Z] #132 DONE 890.1s [2023-11-29T08:50:42.578Z] [2023-11-29T08:50:42.578Z] #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-11-29T08:50:42.578Z] #130 DONE 890.1s [2023-11-29T08:50:42.578Z] [2023-11-29T08:50:42.578Z] #50 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-11-29T08:50:42.578Z] #50 ... [2023-11-29T08:50:42.578Z] [2023-11-29T08:50:42.578Z] #197 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2023-11-29T08:50:42.578Z] #197 DONE 0.2s [2023-11-29T08:50:42.578Z] [2023-11-29T08:50:42.578Z] #198 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2023-11-29T08:50:42.578Z] #198 DONE 0.2s [2023-11-29T08:50:42.578Z] [2023-11-29T08:50:42.578Z] #199 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2023-11-29T08:50:42.578Z] #199 DONE 0.1s [2023-11-29T08:50:42.578Z] [2023-11-29T08:50:42.578Z] #200 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2023-11-29T08:50:42.578Z] #200 DONE 0.2s [2023-11-29T08:50:42.578Z] [2023-11-29T08:50:42.578Z] #201 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-11-29T08:50:42.578Z] #201 DONE 0.4s [2023-11-29T08:50:42.578Z] [2023-11-29T08:50:42.578Z] #202 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-11-29T08:50:42.578Z] #202 DONE 0.4s [2023-11-29T08:50:42.578Z] [2023-11-29T08:50:42.578Z] #203 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-11-29T08:50:42.578Z] #203 DONE 0.1s [2023-11-29T08:50:42.578Z] [2023-11-29T08:50:42.578Z] #204 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-11-29T08:50:42.578Z] #204 DONE 0.1s [2023-11-29T08:50:42.578Z] [2023-11-29T08:50:42.578Z] #99 [support-scheduler] exporting to image [2023-11-29T08:50:42.578Z] #99 exporting layers [2023-11-29T08:50:42.844Z] #99 exporting layers 0.5s done [2023-11-29T08:50:42.844Z] #99 writing image sha256:8d32d66ad4ba9d77ca579ba1807ffabcf0ddcf2d63fa4368b53de2ac9d003d79 0.0s done [2023-11-29T08:50:42.844Z] #99 naming to docker.io/library/support-scheduler-arm64 done [2023-11-29T08:50:42.844Z] #99 writing image sha256:74c432e1485cc4e9c39642411dab96470013fa31f8be45324c0361d5d3c1c0d4 done [2023-11-29T08:50:42.844Z] #99 naming to docker.io/library/support-notifications-arm64 done [2023-11-29T08:50:42.844Z] #99 DONE 9.8s [2023-11-29T08:50:42.844Z] [2023-11-29T08:50:42.844Z] #50 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-11-29T08:50:42.844Z] time="2023-11-29T08:34:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-11-29T08:50:42.844Z] time="2023-11-29T08:34:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-11-29T08:50:42.844Z] time="2023-11-29T08:34:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-11-29T08:50:42.844Z] time="2023-11-29T08:34:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-11-29T08:50:42.844Z] time="2023-11-29T08:34:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-11-29T08:50:42.844Z] time="2023-11-29T08:34:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-11-29T08:50:42.844Z] time="2023-11-29T08:34:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-11-29T08:50:42.844Z] time="2023-11-29T08:34:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-11-29T08:50:42.844Z] time="2023-11-29T08:34:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-11-29T08:50:42.844Z] time="2023-11-29T08:34:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-11-29T08:50:42.844Z] time="2023-11-29T08:34:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-11-29T08:50:42.844Z] time="2023-11-29T08:34:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-11-29T08:50:42.844Z] time="2023-11-29T08:34:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-11-29T08:50:42.844Z] time="2023-11-29T08:34:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2023-11-29T08:50:42.869Z] $ docker stop --time=1 10bb57a9c8730cef95c1b6b016574ada6acefd000ae6fc0b35bb8a2cd2bfd2fa [2023-11-29T08:50:45.985Z] $ docker rm -f --volumes 10bb57a9c8730cef95c1b6b016574ada6acefd000ae6fc0b35bb8a2cd2bfd2fa [Pipeline] // withDockerContainer [Pipeline] sh [2023-11-29T08:50:46.647Z] + docker images [2023-11-29T08:50:46.648Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-11-29T08:50:46.648Z] support-scheduler-arm64 latest 8d32d66ad4ba 4 seconds ago 40.4MB [2023-11-29T08:50:46.648Z] support-notifications-arm64 latest 74c432e1485c 4 seconds ago 41.4MB [2023-11-29T08:50:46.648Z] security-spiffe-token-provider-arm64 latest 5007fa430df2 27 seconds ago 42.3MB [2023-11-29T08:50:46.648Z] core-data-arm64 latest 86d33e3f8448 42 seconds ago 28MB [2023-11-29T08:50:46.648Z] core-metadata-arm64 latest bb8e88c19a3b 42 seconds ago 28.3MB [2023-11-29T08:50:46.648Z] core-command-arm64 latest d5bc50264e48 57 seconds ago 27.8MB [2023-11-29T08:50:46.648Z] core-common-config-bootstrapper-arm64 latest 62313e6ff57c About a minute ago 25.1MB [2023-11-29T08:50:46.648Z] security-proxy-auth-arm64 latest 857752667cb0 About a minute ago 26.2MB [2023-11-29T08:50:46.648Z] security-secretstore-setup-arm64 latest b06d20d27a52 About a minute ago 50.7MB [2023-11-29T08:50:46.648Z] security-bootstrapper-arm64 latest da57c639f4cc About a minute ago 29.9MB [2023-11-29T08:50:46.648Z] security-proxy-setup-arm64 latest c7c6fbd9a558 2 minutes ago 36MB [2023-11-29T08:50:46.648Z] security-spire-agent-arm64 latest 6181bc83ba20 15 minutes ago 159MB [2023-11-29T08:50:46.648Z] security-spire-config-arm64 latest cc42ef42d0e4 15 minutes ago 103MB [2023-11-29T08:50:46.648Z] security-spire-server-arm64 latest f50b9063cd69 15 minutes ago 103MB [2023-11-29T08:50:46.648Z] ci-base-image-arm64 latest bc4373757390 17 minutes ago 933MB [2023-11-29T08:50:46.648Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.21-alpine 86de565de09d 2 weeks ago 560MB [2023-11-29T08:50:46.648Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 6 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 [2023-11-29T08:50:47.629Z] provisioning config files... [2023-11-29T08:50:47.641Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/611@tmp/config13271066290462775335tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-11-29T08:50:48.169Z] ---> ****-login.sh [2023-11-29T08:50:48.169Z] nexus3.edgexfoundry.org:10001 [2023-11-29T08:50:48.169Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-29T08:50:48.433Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-11-29T08:50:48.433Z] Configure a credential helper to remove this warning. See [2023-11-29T08:50:48.433Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-11-29T08:50:48.433Z] [2023-11-29T08:50:48.433Z] Login Succeeded [2023-11-29T08:50:48.433Z] nexus3.edgexfoundry.org:10002 [2023-11-29T08:50:48.698Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-29T08:50:48.699Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-11-29T08:50:48.699Z] Configure a credential helper to remove this warning. See [2023-11-29T08:50:48.699Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-11-29T08:50:48.699Z] [2023-11-29T08:50:48.699Z] Login Succeeded [2023-11-29T08:50:48.699Z] nexus3.edgexfoundry.org:10003 [2023-11-29T08:50:48.965Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-29T08:50:49.237Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-11-29T08:50:49.237Z] Configure a credential helper to remove this warning. See [2023-11-29T08:50:49.237Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-11-29T08:50:49.237Z] [2023-11-29T08:50:49.237Z] Login Succeeded [2023-11-29T08:50:49.237Z] nexus3.edgexfoundry.org:10004 [2023-11-29T08:50:49.503Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-29T08:50:49.503Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-11-29T08:50:49.503Z] Configure a credential helper to remove this warning. See [2023-11-29T08:50:49.503Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-11-29T08:50:49.503Z] [2023-11-29T08:50:49.503Z] Login Succeeded [2023-11-29T08:50:49.503Z] ****.io [2023-11-29T08:50:49.768Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-29T08:50:50.033Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-11-29T08:50:50.033Z] Configure a credential helper to remove this warning. See [2023-11-29T08:50:50.033Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-11-29T08:50:50.033Z] [2023-11-29T08:50:50.033Z] Login Succeeded [2023-11-29T08:50:50.033Z] ---> ****-login.sh ends [Pipeline] } [2023-11-29T08:50:50.044Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-11-29T08:50:50.465Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2023-11-29T08:50:50.583Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2023-11-29T08:50:50.583Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:50:50.583Z] latest [2023-11-29T08:50:50.583Z] 3.2.0-dev.2 [2023-11-29T08:50:50.583Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:50:50.583Z] main [2023-11-29T08:50:50.583Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:50:51.429Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:50:52.051Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:50:52.051Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-11-29T08:50:52.051Z] 5caaad3db2e7: Preparing [2023-11-29T08:50:52.051Z] 5f99042fd5cb: Preparing [2023-11-29T08:50:52.051Z] 94f4ed8e28fd: Preparing [2023-11-29T08:50:52.051Z] abd7e433cba1: Preparing [2023-11-29T08:50:52.051Z] 2efcfd0c86d4: Preparing [2023-11-29T08:50:52.051Z] 4e95e64a34b9: Preparing [2023-11-29T08:50:52.051Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:50:52.051Z] 4e95e64a34b9: Waiting [2023-11-29T08:50:52.051Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:50:52.317Z] abd7e433cba1: Pushed [2023-11-29T08:50:52.317Z] 94f4ed8e28fd: Pushed [2023-11-29T08:50:52.317Z] 5caaad3db2e7: Pushed [2023-11-29T08:50:52.317Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:50:52.317Z] 4e95e64a34b9: Pushed [2023-11-29T08:50:53.715Z] 2efcfd0c86d4: Pushed [2023-11-29T08:50:55.114Z] 5f99042fd5cb: Pushed [2023-11-29T08:50:55.379Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b: digest: sha256:40e64d7387a764230dbf90f19238a5f8d3552b6acadc87ae4ce493bb693d5816 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:50:56.111Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:50:56.781Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-11-29T08:50:56.781Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-11-29T08:50:56.781Z] 5caaad3db2e7: Preparing [2023-11-29T08:50:56.781Z] 5f99042fd5cb: Preparing [2023-11-29T08:50:56.781Z] 94f4ed8e28fd: Preparing [2023-11-29T08:50:56.781Z] abd7e433cba1: Preparing [2023-11-29T08:50:56.781Z] 2efcfd0c86d4: Preparing [2023-11-29T08:50:56.781Z] 4e95e64a34b9: Preparing [2023-11-29T08:50:56.781Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:50:56.781Z] 4e95e64a34b9: Waiting [2023-11-29T08:50:56.781Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:50:56.781Z] 2efcfd0c86d4: Layer already exists [2023-11-29T08:50:56.781Z] 5caaad3db2e7: Layer already exists [2023-11-29T08:50:56.781Z] 5f99042fd5cb: Layer already exists [2023-11-29T08:50:56.781Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:50:56.781Z] abd7e433cba1: Layer already exists [2023-11-29T08:50:56.781Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:50:56.781Z] 4e95e64a34b9: Layer already exists [2023-11-29T08:50:57.046Z] latest: digest: sha256:40e64d7387a764230dbf90f19238a5f8d3552b6acadc87ae4ce493bb693d5816 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:50:57.690Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:51:01.730Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.2 [2023-11-29T08:51:01.730Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-11-29T08:51:01.730Z] 5caaad3db2e7: Preparing [2023-11-29T08:51:01.730Z] 5f99042fd5cb: Preparing [2023-11-29T08:51:01.730Z] 94f4ed8e28fd: Preparing [2023-11-29T08:51:01.730Z] abd7e433cba1: Preparing [2023-11-29T08:51:01.730Z] 2efcfd0c86d4: Preparing [2023-11-29T08:51:01.730Z] 4e95e64a34b9: Preparing [2023-11-29T08:51:01.730Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:51:01.730Z] 4e95e64a34b9: Waiting [2023-11-29T08:51:01.730Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:51:01.730Z] abd7e433cba1: Layer already exists [2023-11-29T08:51:01.730Z] 5f99042fd5cb: Layer already exists [2023-11-29T08:51:01.730Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:51:01.730Z] 2efcfd0c86d4: Layer already exists [2023-11-29T08:51:01.730Z] 5caaad3db2e7: Layer already exists [2023-11-29T08:51:01.730Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:51:01.730Z] 4e95e64a34b9: Layer already exists [2023-11-29T08:51:01.730Z] 3.2.0-dev.2: digest: sha256:40e64d7387a764230dbf90f19238a5f8d3552b6acadc87ae4ce493bb693d5816 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:51:02.700Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:51:03.348Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:51:03.348Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-11-29T08:51:03.348Z] 5caaad3db2e7: Preparing [2023-11-29T08:51:03.348Z] 5f99042fd5cb: Preparing [2023-11-29T08:51:03.348Z] 94f4ed8e28fd: Preparing [2023-11-29T08:51:03.348Z] abd7e433cba1: Preparing [2023-11-29T08:51:03.348Z] 2efcfd0c86d4: Preparing [2023-11-29T08:51:03.348Z] 4e95e64a34b9: Preparing [2023-11-29T08:51:03.348Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:51:03.348Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:51:03.348Z] 4e95e64a34b9: Waiting [2023-11-29T08:51:03.348Z] 5f99042fd5cb: Layer already exists [2023-11-29T08:51:03.348Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:51:03.348Z] 5caaad3db2e7: Layer already exists [2023-11-29T08:51:03.348Z] 2efcfd0c86d4: Layer already exists [2023-11-29T08:51:03.348Z] abd7e433cba1: Layer already exists [2023-11-29T08:51:03.348Z] 4e95e64a34b9: Layer already exists [2023-11-29T08:51:03.348Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:51:03.348Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2: digest: sha256:40e64d7387a764230dbf90f19238a5f8d3552b6acadc87ae4ce493bb693d5816 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:51:04.303Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:51:04.947Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2023-11-29T08:51:04.947Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-11-29T08:51:04.947Z] 5caaad3db2e7: Preparing [2023-11-29T08:51:04.947Z] 5f99042fd5cb: Preparing [2023-11-29T08:51:04.947Z] 94f4ed8e28fd: Preparing [2023-11-29T08:51:04.947Z] abd7e433cba1: Preparing [2023-11-29T08:51:04.947Z] 2efcfd0c86d4: Preparing [2023-11-29T08:51:04.947Z] 4e95e64a34b9: Preparing [2023-11-29T08:51:04.947Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:51:04.947Z] 4e95e64a34b9: Waiting [2023-11-29T08:51:04.947Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:51:04.947Z] 5f99042fd5cb: Layer already exists [2023-11-29T08:51:04.947Z] 5caaad3db2e7: Layer already exists [2023-11-29T08:51:04.947Z] 2efcfd0c86d4: Layer already exists [2023-11-29T08:51:04.947Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:51:04.947Z] abd7e433cba1: Layer already exists [2023-11-29T08:51:04.947Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:51:04.947Z] 4e95e64a34b9: Layer already exists [2023-11-29T08:51:05.210Z] main: digest: sha256:40e64d7387a764230dbf90f19238a5f8d3552b6acadc87ae4ce493bb693d5816 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-11-29T08:51:05.868Z] ===================================================== [Pipeline] echo [2023-11-29T08:51:05.982Z] taggedImages: [2023-11-29T08:51:05.983Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:51:05.983Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-11-29T08:51:05.983Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.2 [2023-11-29T08:51:05.983Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:51:05.983Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2023-11-29T08:51:06.124Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2023-11-29T08:51:06.124Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:51:06.124Z] latest [2023-11-29T08:51:06.124Z] 3.2.0-dev.2 [2023-11-29T08:51:06.124Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:51:06.124Z] main [2023-11-29T08:51:06.124Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:51:07.022Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:51:07.667Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:51:07.667Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-11-29T08:51:07.667Z] 56fe0714b636: Preparing [2023-11-29T08:51:07.667Z] 2177217e020b: Preparing [2023-11-29T08:51:07.667Z] 2641abf06808: Preparing [2023-11-29T08:51:07.667Z] ce456c0bad29: Preparing [2023-11-29T08:51:07.667Z] 94f4ed8e28fd: Preparing [2023-11-29T08:51:07.667Z] abd7e433cba1: Preparing [2023-11-29T08:51:07.667Z] 2efcfd0c86d4: Preparing [2023-11-29T08:51:07.667Z] 4e95e64a34b9: Preparing [2023-11-29T08:51:07.667Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:51:07.667Z] 2efcfd0c86d4: Waiting [2023-11-29T08:51:07.667Z] 4e95e64a34b9: Waiting [2023-11-29T08:51:07.667Z] abd7e433cba1: Waiting [2023-11-29T08:51:07.667Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:51:07.667Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:51:07.667Z] abd7e433cba1: Layer already exists [2023-11-29T08:51:07.937Z] 2efcfd0c86d4: Layer already exists [2023-11-29T08:51:07.937Z] 4e95e64a34b9: Layer already exists [2023-11-29T08:51:07.937Z] 2177217e020b: Pushed [2023-11-29T08:51:07.937Z] 56fe0714b636: Pushed [2023-11-29T08:51:07.937Z] 2641abf06808: Pushed [2023-11-29T08:51:07.937Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:51:10.505Z] ce456c0bad29: Pushed [2023-11-29T08:51:10.505Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b: digest: sha256:a3e0f8be8a03e2834c8b7403ae824134cef0c8224cc2e32d5e547060448535c3 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:51:11.208Z] + 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 [2023-11-29T08:51:15.188Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-11-29T08:51:15.188Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-11-29T08:51:15.188Z] 56fe0714b636: Preparing [2023-11-29T08:51:15.188Z] 2177217e020b: Preparing [2023-11-29T08:51:15.188Z] 2641abf06808: Preparing [2023-11-29T08:51:15.188Z] ce456c0bad29: Preparing [2023-11-29T08:51:15.188Z] 94f4ed8e28fd: Preparing [2023-11-29T08:51:15.188Z] abd7e433cba1: Preparing [2023-11-29T08:51:15.188Z] 2efcfd0c86d4: Preparing [2023-11-29T08:51:15.188Z] 4e95e64a34b9: Preparing [2023-11-29T08:51:15.188Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:51:15.188Z] abd7e433cba1: Waiting [2023-11-29T08:51:15.188Z] 2efcfd0c86d4: Waiting [2023-11-29T08:51:15.188Z] 4e95e64a34b9: Waiting [2023-11-29T08:51:15.188Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:51:15.188Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:51:15.188Z] 56fe0714b636: Layer already exists [2023-11-29T08:51:15.188Z] 2177217e020b: Layer already exists [2023-11-29T08:51:15.188Z] ce456c0bad29: Layer already exists [2023-11-29T08:51:15.188Z] 2641abf06808: Layer already exists [2023-11-29T08:51:15.188Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:51:15.188Z] abd7e433cba1: Layer already exists [2023-11-29T08:51:15.188Z] 4e95e64a34b9: Layer already exists [2023-11-29T08:51:15.188Z] 2efcfd0c86d4: Layer already exists [2023-11-29T08:51:15.453Z] latest: digest: sha256:a3e0f8be8a03e2834c8b7403ae824134cef0c8224cc2e32d5e547060448535c3 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:51:16.131Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:51:16.795Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.2 [2023-11-29T08:51:16.795Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-11-29T08:51:16.795Z] 56fe0714b636: Preparing [2023-11-29T08:51:16.795Z] 2177217e020b: Preparing [2023-11-29T08:51:16.795Z] 2641abf06808: Preparing [2023-11-29T08:51:16.795Z] ce456c0bad29: Preparing [2023-11-29T08:51:16.795Z] 94f4ed8e28fd: Preparing [2023-11-29T08:51:16.795Z] abd7e433cba1: Preparing [2023-11-29T08:51:16.795Z] abd7e433cba1: Waiting [2023-11-29T08:51:16.795Z] 2efcfd0c86d4: Preparing [2023-11-29T08:51:16.795Z] 4e95e64a34b9: Preparing [2023-11-29T08:51:16.795Z] 2efcfd0c86d4: Waiting [2023-11-29T08:51:16.795Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:51:16.795Z] 4e95e64a34b9: Waiting [2023-11-29T08:51:16.795Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:51:16.795Z] 56fe0714b636: Layer already exists [2023-11-29T08:51:16.795Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:51:16.795Z] 2177217e020b: Layer already exists [2023-11-29T08:51:16.795Z] ce456c0bad29: Layer already exists [2023-11-29T08:51:16.795Z] 2641abf06808: Layer already exists [2023-11-29T08:51:16.795Z] 2efcfd0c86d4: Layer already exists [2023-11-29T08:51:16.795Z] abd7e433cba1: Layer already exists [2023-11-29T08:51:16.795Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:51:16.795Z] 4e95e64a34b9: Layer already exists [2023-11-29T08:51:17.060Z] 3.2.0-dev.2: digest: sha256:a3e0f8be8a03e2834c8b7403ae824134cef0c8224cc2e32d5e547060448535c3 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:51:17.774Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:51:18.421Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:51:18.421Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-11-29T08:51:18.421Z] 56fe0714b636: Preparing [2023-11-29T08:51:18.421Z] 2177217e020b: Preparing [2023-11-29T08:51:18.421Z] 2641abf06808: Preparing [2023-11-29T08:51:18.421Z] ce456c0bad29: Preparing [2023-11-29T08:51:18.421Z] 94f4ed8e28fd: Preparing [2023-11-29T08:51:18.421Z] abd7e433cba1: Preparing [2023-11-29T08:51:18.421Z] 2efcfd0c86d4: Preparing [2023-11-29T08:51:18.421Z] 4e95e64a34b9: Preparing [2023-11-29T08:51:18.421Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:51:18.421Z] abd7e433cba1: Waiting [2023-11-29T08:51:18.421Z] 2efcfd0c86d4: Waiting [2023-11-29T08:51:18.421Z] 4e95e64a34b9: Waiting [2023-11-29T08:51:18.421Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:51:18.421Z] ce456c0bad29: Layer already exists [2023-11-29T08:51:18.421Z] 2641abf06808: Layer already exists [2023-11-29T08:51:18.421Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:51:18.421Z] 2177217e020b: Layer already exists [2023-11-29T08:51:18.421Z] 56fe0714b636: Layer already exists [2023-11-29T08:51:18.421Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:51:18.421Z] 2efcfd0c86d4: Layer already exists [2023-11-29T08:51:18.421Z] 4e95e64a34b9: Layer already exists [2023-11-29T08:51:18.421Z] abd7e433cba1: Layer already exists [2023-11-29T08:51:18.686Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2: digest: sha256:a3e0f8be8a03e2834c8b7403ae824134cef0c8224cc2e32d5e547060448535c3 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:51:19.339Z] + 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 [2023-11-29T08:51:19.990Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2023-11-29T08:51:19.990Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-11-29T08:51:19.990Z] 56fe0714b636: Preparing [2023-11-29T08:51:19.990Z] 2177217e020b: Preparing [2023-11-29T08:51:19.990Z] 2641abf06808: Preparing [2023-11-29T08:51:19.990Z] ce456c0bad29: Preparing [2023-11-29T08:51:19.990Z] 94f4ed8e28fd: Preparing [2023-11-29T08:51:19.990Z] abd7e433cba1: Preparing [2023-11-29T08:51:19.990Z] 2efcfd0c86d4: Preparing [2023-11-29T08:51:19.990Z] 4e95e64a34b9: Preparing [2023-11-29T08:51:19.990Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:51:19.990Z] 2efcfd0c86d4: Waiting [2023-11-29T08:51:19.990Z] 4e95e64a34b9: Waiting [2023-11-29T08:51:19.990Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:51:19.990Z] 2641abf06808: Layer already exists [2023-11-29T08:51:19.990Z] ce456c0bad29: Layer already exists [2023-11-29T08:51:19.990Z] 56fe0714b636: Layer already exists [2023-11-29T08:51:19.990Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:51:19.990Z] 2177217e020b: Layer already exists [2023-11-29T08:51:19.990Z] 2efcfd0c86d4: Layer already exists [2023-11-29T08:51:19.990Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:51:19.990Z] 4e95e64a34b9: Layer already exists [2023-11-29T08:51:19.990Z] abd7e433cba1: Layer already exists [2023-11-29T08:51:20.255Z] main: digest: sha256:a3e0f8be8a03e2834c8b7403ae824134cef0c8224cc2e32d5e547060448535c3 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-11-29T08:51:20.972Z] ===================================================== [Pipeline] echo [2023-11-29T08:51:21.092Z] taggedImages: [2023-11-29T08:51:21.093Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:51:21.093Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-11-29T08:51:21.093Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.2 [2023-11-29T08:51:21.093Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:51:21.093Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2023-11-29T08:51:21.228Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2023-11-29T08:51:21.228Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:51:21.228Z] latest [2023-11-29T08:51:21.228Z] 3.2.0-dev.2 [2023-11-29T08:51:21.228Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:51:21.228Z] main [2023-11-29T08:51:21.228Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:51:22.130Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:51:22.791Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:51:22.792Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-11-29T08:51:22.792Z] 19039b41d469: Preparing [2023-11-29T08:51:22.792Z] 098833e09387: Preparing [2023-11-29T08:51:22.792Z] 94f4ed8e28fd: Preparing [2023-11-29T08:51:22.792Z] abd7e433cba1: Preparing [2023-11-29T08:51:22.792Z] 3c8d4543ea64: Preparing [2023-11-29T08:51:22.792Z] f36e2f0ec3b8: Preparing [2023-11-29T08:51:22.792Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:51:22.792Z] f36e2f0ec3b8: Waiting [2023-11-29T08:51:22.792Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:51:22.792Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:51:22.792Z] abd7e433cba1: Layer already exists [2023-11-29T08:51:23.056Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:51:23.056Z] 19039b41d469: Pushed [2023-11-29T08:51:23.056Z] f36e2f0ec3b8: Pushed [2023-11-29T08:51:24.457Z] 3c8d4543ea64: Pushed [2023-11-29T08:51:25.856Z] 098833e09387: Pushed [2023-11-29T08:51:28.432Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b: digest: sha256:1ca8fc4da28d606a72b9712cd319d810ed4965e3b22a46fc2e82f5ccd9aa4c10 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:51:29.117Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:51:29.781Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-11-29T08:51:29.781Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-11-29T08:51:29.781Z] 19039b41d469: Preparing [2023-11-29T08:51:29.781Z] 098833e09387: Preparing [2023-11-29T08:51:29.781Z] 94f4ed8e28fd: Preparing [2023-11-29T08:51:29.781Z] abd7e433cba1: Preparing [2023-11-29T08:51:29.781Z] 3c8d4543ea64: Preparing [2023-11-29T08:51:29.781Z] f36e2f0ec3b8: Preparing [2023-11-29T08:51:29.781Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:51:29.782Z] f36e2f0ec3b8: Waiting [2023-11-29T08:51:29.782Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:51:29.782Z] 3c8d4543ea64: Layer already exists [2023-11-29T08:51:29.782Z] 098833e09387: Layer already exists [2023-11-29T08:51:29.782Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:51:29.782Z] 19039b41d469: Layer already exists [2023-11-29T08:51:29.782Z] abd7e433cba1: Layer already exists [2023-11-29T08:51:29.782Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:51:29.782Z] f36e2f0ec3b8: Layer already exists [2023-11-29T08:51:29.782Z] latest: digest: sha256:1ca8fc4da28d606a72b9712cd319d810ed4965e3b22a46fc2e82f5ccd9aa4c10 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:51:30.451Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:51:31.126Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.2 [2023-11-29T08:51:31.126Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-11-29T08:51:31.126Z] 19039b41d469: Preparing [2023-11-29T08:51:31.126Z] 098833e09387: Preparing [2023-11-29T08:51:31.126Z] 94f4ed8e28fd: Preparing [2023-11-29T08:51:31.126Z] abd7e433cba1: Preparing [2023-11-29T08:51:31.126Z] 3c8d4543ea64: Preparing [2023-11-29T08:51:31.126Z] f36e2f0ec3b8: Preparing [2023-11-29T08:51:31.126Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:51:31.126Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:51:31.126Z] f36e2f0ec3b8: Waiting [2023-11-29T08:51:31.126Z] 19039b41d469: Layer already exists [2023-11-29T08:51:31.126Z] abd7e433cba1: Layer already exists [2023-11-29T08:51:31.126Z] 098833e09387: Layer already exists [2023-11-29T08:51:31.126Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:51:31.126Z] 3c8d4543ea64: Layer already exists [2023-11-29T08:51:31.126Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:51:31.126Z] f36e2f0ec3b8: Layer already exists [2023-11-29T08:51:31.126Z] 3.2.0-dev.2: digest: sha256:1ca8fc4da28d606a72b9712cd319d810ed4965e3b22a46fc2e82f5ccd9aa4c10 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:51:32.158Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:51:32.923Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:51:32.923Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-11-29T08:51:32.923Z] 19039b41d469: Preparing [2023-11-29T08:51:32.923Z] 098833e09387: Preparing [2023-11-29T08:51:32.923Z] 94f4ed8e28fd: Preparing [2023-11-29T08:51:32.923Z] abd7e433cba1: Preparing [2023-11-29T08:51:32.923Z] 3c8d4543ea64: Preparing [2023-11-29T08:51:32.923Z] f36e2f0ec3b8: Preparing [2023-11-29T08:51:32.923Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:51:32.923Z] f36e2f0ec3b8: Waiting [2023-11-29T08:51:32.923Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:51:32.923Z] 098833e09387: Layer already exists [2023-11-29T08:51:32.924Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:51:32.924Z] 3c8d4543ea64: Layer already exists [2023-11-29T08:51:32.924Z] abd7e433cba1: Layer already exists [2023-11-29T08:51:32.924Z] 19039b41d469: Layer already exists [2023-11-29T08:51:32.924Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:51:32.924Z] f36e2f0ec3b8: Layer already exists [2023-11-29T08:51:32.924Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2: digest: sha256:1ca8fc4da28d606a72b9712cd319d810ed4965e3b22a46fc2e82f5ccd9aa4c10 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:51:33.869Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:51:34.535Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2023-11-29T08:51:34.535Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-11-29T08:51:34.535Z] 19039b41d469: Preparing [2023-11-29T08:51:34.535Z] 098833e09387: Preparing [2023-11-29T08:51:34.535Z] 94f4ed8e28fd: Preparing [2023-11-29T08:51:34.535Z] abd7e433cba1: Preparing [2023-11-29T08:51:34.535Z] 3c8d4543ea64: Preparing [2023-11-29T08:51:34.535Z] f36e2f0ec3b8: Preparing [2023-11-29T08:51:34.535Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:51:34.535Z] f36e2f0ec3b8: Waiting [2023-11-29T08:51:34.535Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:51:34.535Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:51:34.535Z] 3c8d4543ea64: Layer already exists [2023-11-29T08:51:34.535Z] 19039b41d469: Layer already exists [2023-11-29T08:51:34.535Z] abd7e433cba1: Layer already exists [2023-11-29T08:51:34.535Z] 098833e09387: Layer already exists [2023-11-29T08:51:34.535Z] f36e2f0ec3b8: Layer already exists [2023-11-29T08:51:34.535Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:51:34.799Z] main: digest: sha256:1ca8fc4da28d606a72b9712cd319d810ed4965e3b22a46fc2e82f5ccd9aa4c10 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-11-29T08:51:35.506Z] ===================================================== [Pipeline] echo [2023-11-29T08:51:35.632Z] taggedImages: [2023-11-29T08:51:35.632Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:51:35.632Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-11-29T08:51:35.632Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.2 [2023-11-29T08:51:35.632Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:51:35.632Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2023-11-29T08:51:35.765Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2023-11-29T08:51:35.765Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:51:35.765Z] latest [2023-11-29T08:51:35.765Z] 3.2.0-dev.2 [2023-11-29T08:51:35.765Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:51:35.765Z] main [2023-11-29T08:51:35.765Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:51:36.702Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:51:37.389Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:51:37.389Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-11-29T08:51:37.389Z] f1545325c49c: Preparing [2023-11-29T08:51:37.389Z] b0e39a946035: Preparing [2023-11-29T08:51:37.389Z] 859dce99a940: Preparing [2023-11-29T08:51:37.389Z] 94f4ed8e28fd: Preparing [2023-11-29T08:51:37.389Z] abd7e433cba1: Preparing [2023-11-29T08:51:37.389Z] 2efcfd0c86d4: Preparing [2023-11-29T08:51:37.389Z] 4e95e64a34b9: Preparing [2023-11-29T08:51:37.389Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:51:37.389Z] 4e95e64a34b9: Waiting [2023-11-29T08:51:37.389Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:51:37.389Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:51:37.389Z] abd7e433cba1: Layer already exists [2023-11-29T08:51:37.389Z] 2efcfd0c86d4: Layer already exists [2023-11-29T08:51:37.656Z] 4e95e64a34b9: Layer already exists [2023-11-29T08:51:37.656Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:51:37.656Z] b0e39a946035: Pushed [2023-11-29T08:51:37.656Z] f1545325c49c: Pushed [2023-11-29T08:51:40.986Z] 859dce99a940: Pushed [2023-11-29T08:51:40.986Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b: digest: sha256:04108559b455dbe84926ebb6540df031ba4e158137307cea3efc87883952a9b7 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:51:41.675Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:51:42.344Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-11-29T08:51:42.344Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-11-29T08:51:42.345Z] f1545325c49c: Preparing [2023-11-29T08:51:42.345Z] b0e39a946035: Preparing [2023-11-29T08:51:42.345Z] 859dce99a940: Preparing [2023-11-29T08:51:42.345Z] 94f4ed8e28fd: Preparing [2023-11-29T08:51:42.345Z] abd7e433cba1: Preparing [2023-11-29T08:51:42.345Z] 2efcfd0c86d4: Preparing [2023-11-29T08:51:42.345Z] 2efcfd0c86d4: Waiting [2023-11-29T08:51:42.345Z] 4e95e64a34b9: Preparing [2023-11-29T08:51:42.345Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:51:42.345Z] 4e95e64a34b9: Waiting [2023-11-29T08:51:42.345Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:51:42.345Z] b0e39a946035: Layer already exists [2023-11-29T08:51:42.345Z] 859dce99a940: Layer already exists [2023-11-29T08:51:42.345Z] f1545325c49c: Layer already exists [2023-11-29T08:51:42.345Z] abd7e433cba1: Layer already exists [2023-11-29T08:51:42.345Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:51:42.345Z] 2efcfd0c86d4: Layer already exists [2023-11-29T08:51:42.345Z] 4e95e64a34b9: Layer already exists [2023-11-29T08:51:42.345Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:51:42.611Z] latest: digest: sha256:04108559b455dbe84926ebb6540df031ba4e158137307cea3efc87883952a9b7 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:51:43.303Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:51:44.010Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.2 [2023-11-29T08:51:44.010Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-11-29T08:51:44.010Z] f1545325c49c: Preparing [2023-11-29T08:51:44.010Z] b0e39a946035: Preparing [2023-11-29T08:51:44.010Z] 859dce99a940: Preparing [2023-11-29T08:51:44.010Z] 94f4ed8e28fd: Preparing [2023-11-29T08:51:44.010Z] abd7e433cba1: Preparing [2023-11-29T08:51:44.010Z] 2efcfd0c86d4: Preparing [2023-11-29T08:51:44.010Z] 4e95e64a34b9: Preparing [2023-11-29T08:51:44.010Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:51:44.010Z] 2efcfd0c86d4: Waiting [2023-11-29T08:51:44.010Z] 4e95e64a34b9: Waiting [2023-11-29T08:51:44.010Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:51:44.010Z] b0e39a946035: Layer already exists [2023-11-29T08:51:44.010Z] 859dce99a940: Layer already exists [2023-11-29T08:51:44.010Z] f1545325c49c: Layer already exists [2023-11-29T08:51:44.010Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:51:44.010Z] abd7e433cba1: Layer already exists [2023-11-29T08:51:44.010Z] 2efcfd0c86d4: Layer already exists [2023-11-29T08:51:44.010Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:51:44.010Z] 4e95e64a34b9: Layer already exists [2023-11-29T08:51:44.274Z] 3.2.0-dev.2: digest: sha256:04108559b455dbe84926ebb6540df031ba4e158137307cea3efc87883952a9b7 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:51:44.954Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:51:45.652Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:51:45.652Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-11-29T08:51:45.652Z] f1545325c49c: Preparing [2023-11-29T08:51:45.652Z] b0e39a946035: Preparing [2023-11-29T08:51:45.652Z] 859dce99a940: Preparing [2023-11-29T08:51:45.652Z] 94f4ed8e28fd: Preparing [2023-11-29T08:51:45.652Z] abd7e433cba1: Preparing [2023-11-29T08:51:45.652Z] 2efcfd0c86d4: Preparing [2023-11-29T08:51:45.652Z] 4e95e64a34b9: Preparing [2023-11-29T08:51:45.652Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:51:45.652Z] 2efcfd0c86d4: Waiting [2023-11-29T08:51:45.652Z] 4e95e64a34b9: Waiting [2023-11-29T08:51:45.652Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:51:45.652Z] abd7e433cba1: Layer already exists [2023-11-29T08:51:45.652Z] f1545325c49c: Layer already exists [2023-11-29T08:51:45.652Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:51:45.652Z] 859dce99a940: Layer already exists [2023-11-29T08:51:45.652Z] b0e39a946035: Layer already exists [2023-11-29T08:51:45.652Z] 2efcfd0c86d4: Layer already exists [2023-11-29T08:51:45.652Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:51:45.652Z] 4e95e64a34b9: Layer already exists [2023-11-29T08:51:45.652Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2: digest: sha256:04108559b455dbe84926ebb6540df031ba4e158137307cea3efc87883952a9b7 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:51:46.613Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:51:47.326Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2023-11-29T08:51:47.326Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-11-29T08:51:47.326Z] f1545325c49c: Preparing [2023-11-29T08:51:47.326Z] b0e39a946035: Preparing [2023-11-29T08:51:47.326Z] 859dce99a940: Preparing [2023-11-29T08:51:47.326Z] 94f4ed8e28fd: Preparing [2023-11-29T08:51:47.326Z] abd7e433cba1: Preparing [2023-11-29T08:51:47.326Z] 2efcfd0c86d4: Preparing [2023-11-29T08:51:47.326Z] 4e95e64a34b9: Preparing [2023-11-29T08:51:47.326Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:51:47.326Z] 2efcfd0c86d4: Waiting [2023-11-29T08:51:47.326Z] 4e95e64a34b9: Waiting [2023-11-29T08:51:47.326Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:51:47.326Z] abd7e433cba1: Layer already exists [2023-11-29T08:51:47.326Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:51:47.326Z] f1545325c49c: Layer already exists [2023-11-29T08:51:47.326Z] b0e39a946035: Layer already exists [2023-11-29T08:51:47.326Z] 859dce99a940: Layer already exists [2023-11-29T08:51:47.326Z] 2efcfd0c86d4: Layer already exists [2023-11-29T08:51:47.326Z] 4e95e64a34b9: Layer already exists [2023-11-29T08:51:47.326Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:51:47.326Z] main: digest: sha256:04108559b455dbe84926ebb6540df031ba4e158137307cea3efc87883952a9b7 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-11-29T08:51:48.350Z] ===================================================== [Pipeline] echo [2023-11-29T08:51:48.474Z] taggedImages: [2023-11-29T08:51:48.474Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:51:48.474Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-11-29T08:51:48.474Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.2 [2023-11-29T08:51:48.474Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:51:48.474Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2023-11-29T08:51:48.611Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2023-11-29T08:51:48.611Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:51:48.611Z] latest [2023-11-29T08:51:48.611Z] 3.2.0-dev.2 [2023-11-29T08:51:48.611Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:51:48.611Z] main [2023-11-29T08:51:48.611Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:51:49.563Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:51:50.252Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:51:50.252Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-11-29T08:51:50.252Z] 20f8143f183c: Preparing [2023-11-29T08:51:50.252Z] be94efacd249: Preparing [2023-11-29T08:51:50.252Z] 69554a3de34a: Preparing [2023-11-29T08:51:50.252Z] d0a335c7f26a: Preparing [2023-11-29T08:51:50.252Z] a7998f42ca59: Preparing [2023-11-29T08:51:50.252Z] 1a3f8e6274c6: Preparing [2023-11-29T08:51:50.252Z] 9a36ec6a43a3: Preparing [2023-11-29T08:51:50.252Z] 94f4ed8e28fd: Preparing [2023-11-29T08:51:50.252Z] abd7e433cba1: Preparing [2023-11-29T08:51:50.252Z] 5347d355a8f3: Preparing [2023-11-29T08:51:50.252Z] b09febd47099: Preparing [2023-11-29T08:51:50.252Z] 5f70bf18a086: Preparing [2023-11-29T08:51:50.252Z] df7f4495a56f: Preparing [2023-11-29T08:51:50.252Z] cde6d0d878e2: Preparing [2023-11-29T08:51:50.252Z] 93555943e9fb: Preparing [2023-11-29T08:51:50.252Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:51:50.252Z] 5347d355a8f3: Waiting [2023-11-29T08:51:50.252Z] b09febd47099: Waiting [2023-11-29T08:51:50.252Z] 5f70bf18a086: Waiting [2023-11-29T08:51:50.252Z] df7f4495a56f: Waiting [2023-11-29T08:51:50.252Z] cde6d0d878e2: Waiting [2023-11-29T08:51:50.252Z] 93555943e9fb: Waiting [2023-11-29T08:51:50.252Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:51:50.252Z] 1a3f8e6274c6: Waiting [2023-11-29T08:51:50.252Z] 94f4ed8e28fd: Waiting [2023-11-29T08:51:50.252Z] 9a36ec6a43a3: Waiting [2023-11-29T08:51:50.517Z] 69554a3de34a: Pushed [2023-11-29T08:51:50.517Z] a7998f42ca59: Pushed [2023-11-29T08:51:50.517Z] be94efacd249: Pushed [2023-11-29T08:51:50.517Z] 20f8143f183c: Pushed [2023-11-29T08:51:50.517Z] d0a335c7f26a: Pushed [2023-11-29T08:51:50.517Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:51:50.517Z] abd7e433cba1: Layer already exists [2023-11-29T08:51:50.517Z] 1a3f8e6274c6: Pushed [2023-11-29T08:51:50.784Z] 5347d355a8f3: Pushed [2023-11-29T08:51:50.784Z] b09febd47099: Pushed [2023-11-29T08:51:50.784Z] 5f70bf18a086: Pushed [2023-11-29T08:51:50.784Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:51:50.784Z] df7f4495a56f: Pushed [2023-11-29T08:51:50.785Z] 93555943e9fb: Pushed [2023-11-29T08:51:52.715Z] cde6d0d878e2: Pushed [2023-11-29T08:51:54.112Z] 9a36ec6a43a3: Pushed [2023-11-29T08:51:56.677Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b: digest: sha256:fc5068c0375828508ee76701291299b27509514ecb70b250ad7df52d965be20d size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:51:57.368Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:51:58.046Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-11-29T08:51:58.046Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-11-29T08:51:58.046Z] 20f8143f183c: Preparing [2023-11-29T08:51:58.046Z] be94efacd249: Preparing [2023-11-29T08:51:58.046Z] 69554a3de34a: Preparing [2023-11-29T08:51:58.046Z] d0a335c7f26a: Preparing [2023-11-29T08:51:58.046Z] a7998f42ca59: Preparing [2023-11-29T08:51:58.046Z] 1a3f8e6274c6: Preparing [2023-11-29T08:51:58.046Z] 9a36ec6a43a3: Preparing [2023-11-29T08:51:58.046Z] 94f4ed8e28fd: Preparing [2023-11-29T08:51:58.046Z] abd7e433cba1: Preparing [2023-11-29T08:51:58.046Z] 5347d355a8f3: Preparing [2023-11-29T08:51:58.046Z] b09febd47099: Preparing [2023-11-29T08:51:58.046Z] 5f70bf18a086: Preparing [2023-11-29T08:51:58.046Z] df7f4495a56f: Preparing [2023-11-29T08:51:58.046Z] cde6d0d878e2: Preparing [2023-11-29T08:51:58.046Z] 93555943e9fb: Preparing [2023-11-29T08:51:58.046Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:51:58.046Z] 1a3f8e6274c6: Waiting [2023-11-29T08:51:58.046Z] 9a36ec6a43a3: Waiting [2023-11-29T08:51:58.046Z] 94f4ed8e28fd: Waiting [2023-11-29T08:51:58.046Z] abd7e433cba1: Waiting [2023-11-29T08:51:58.046Z] 5347d355a8f3: Waiting [2023-11-29T08:51:58.046Z] b09febd47099: Waiting [2023-11-29T08:51:58.046Z] 5f70bf18a086: Waiting [2023-11-29T08:51:58.046Z] cde6d0d878e2: Waiting [2023-11-29T08:51:58.046Z] 93555943e9fb: Waiting [2023-11-29T08:51:58.046Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:51:58.046Z] a7998f42ca59: Layer already exists [2023-11-29T08:51:58.046Z] be94efacd249: Layer already exists [2023-11-29T08:51:58.046Z] 69554a3de34a: Layer already exists [2023-11-29T08:51:58.046Z] d0a335c7f26a: Layer already exists [2023-11-29T08:51:58.046Z] 20f8143f183c: Layer already exists [2023-11-29T08:51:58.046Z] 1a3f8e6274c6: Layer already exists [2023-11-29T08:51:58.046Z] 9a36ec6a43a3: Layer already exists [2023-11-29T08:51:58.046Z] abd7e433cba1: Layer already exists [2023-11-29T08:51:58.046Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:51:58.046Z] 5347d355a8f3: Layer already exists [2023-11-29T08:51:58.046Z] 5f70bf18a086: Layer already exists [2023-11-29T08:51:58.046Z] b09febd47099: Layer already exists [2023-11-29T08:51:58.046Z] cde6d0d878e2: Layer already exists [2023-11-29T08:51:58.046Z] df7f4495a56f: Layer already exists [2023-11-29T08:51:58.046Z] 93555943e9fb: Layer already exists [2023-11-29T08:51:58.046Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:51:58.313Z] latest: digest: sha256:fc5068c0375828508ee76701291299b27509514ecb70b250ad7df52d965be20d size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:51:59.013Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:51:59.694Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.2 [2023-11-29T08:51:59.695Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-11-29T08:51:59.695Z] 20f8143f183c: Preparing [2023-11-29T08:51:59.695Z] be94efacd249: Preparing [2023-11-29T08:51:59.695Z] 69554a3de34a: Preparing [2023-11-29T08:51:59.695Z] d0a335c7f26a: Preparing [2023-11-29T08:51:59.695Z] a7998f42ca59: Preparing [2023-11-29T08:51:59.695Z] 1a3f8e6274c6: Preparing [2023-11-29T08:51:59.695Z] 9a36ec6a43a3: Preparing [2023-11-29T08:51:59.695Z] 94f4ed8e28fd: Preparing [2023-11-29T08:51:59.695Z] abd7e433cba1: Preparing [2023-11-29T08:51:59.695Z] 5347d355a8f3: Preparing [2023-11-29T08:51:59.695Z] b09febd47099: Preparing [2023-11-29T08:51:59.695Z] 5f70bf18a086: Preparing [2023-11-29T08:51:59.695Z] df7f4495a56f: Preparing [2023-11-29T08:51:59.695Z] cde6d0d878e2: Preparing [2023-11-29T08:51:59.695Z] 93555943e9fb: Preparing [2023-11-29T08:51:59.695Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:51:59.695Z] abd7e433cba1: Waiting [2023-11-29T08:51:59.695Z] 5347d355a8f3: Waiting [2023-11-29T08:51:59.695Z] b09febd47099: Waiting [2023-11-29T08:51:59.695Z] 5f70bf18a086: Waiting [2023-11-29T08:51:59.695Z] df7f4495a56f: Waiting [2023-11-29T08:51:59.695Z] cde6d0d878e2: Waiting [2023-11-29T08:51:59.695Z] 93555943e9fb: Waiting [2023-11-29T08:51:59.695Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:51:59.695Z] 9a36ec6a43a3: Waiting [2023-11-29T08:51:59.695Z] 94f4ed8e28fd: Waiting [2023-11-29T08:51:59.695Z] 20f8143f183c: Layer already exists [2023-11-29T08:51:59.695Z] be94efacd249: Layer already exists [2023-11-29T08:51:59.695Z] d0a335c7f26a: Layer already exists [2023-11-29T08:51:59.695Z] 69554a3de34a: Layer already exists [2023-11-29T08:51:59.695Z] a7998f42ca59: Layer already exists [2023-11-29T08:51:59.695Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:51:59.695Z] 1a3f8e6274c6: Layer already exists [2023-11-29T08:51:59.695Z] abd7e433cba1: Layer already exists [2023-11-29T08:51:59.695Z] 5347d355a8f3: Layer already exists [2023-11-29T08:51:59.695Z] 9a36ec6a43a3: Layer already exists [2023-11-29T08:51:59.695Z] df7f4495a56f: Layer already exists [2023-11-29T08:51:59.695Z] b09febd47099: Layer already exists [2023-11-29T08:51:59.695Z] 5f70bf18a086: Layer already exists [2023-11-29T08:51:59.695Z] cde6d0d878e2: Layer already exists [2023-11-29T08:51:59.695Z] 93555943e9fb: Layer already exists [2023-11-29T08:51:59.695Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:51:59.960Z] 3.2.0-dev.2: digest: sha256:fc5068c0375828508ee76701291299b27509514ecb70b250ad7df52d965be20d size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:52:00.644Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:52:01.368Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:52:01.368Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-11-29T08:52:01.368Z] 20f8143f183c: Preparing [2023-11-29T08:52:01.368Z] be94efacd249: Preparing [2023-11-29T08:52:01.368Z] 69554a3de34a: Preparing [2023-11-29T08:52:01.368Z] d0a335c7f26a: Preparing [2023-11-29T08:52:01.368Z] a7998f42ca59: Preparing [2023-11-29T08:52:01.368Z] 1a3f8e6274c6: Preparing [2023-11-29T08:52:01.368Z] 9a36ec6a43a3: Preparing [2023-11-29T08:52:01.368Z] 94f4ed8e28fd: Preparing [2023-11-29T08:52:01.368Z] abd7e433cba1: Preparing [2023-11-29T08:52:01.368Z] 5347d355a8f3: Preparing [2023-11-29T08:52:01.368Z] b09febd47099: Preparing [2023-11-29T08:52:01.368Z] 5f70bf18a086: Preparing [2023-11-29T08:52:01.368Z] df7f4495a56f: Preparing [2023-11-29T08:52:01.368Z] cde6d0d878e2: Preparing [2023-11-29T08:52:01.368Z] 93555943e9fb: Preparing [2023-11-29T08:52:01.368Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:52:01.368Z] 1a3f8e6274c6: Waiting [2023-11-29T08:52:01.368Z] 9a36ec6a43a3: Waiting [2023-11-29T08:52:01.368Z] 94f4ed8e28fd: Waiting [2023-11-29T08:52:01.368Z] abd7e433cba1: Waiting [2023-11-29T08:52:01.368Z] 5347d355a8f3: Waiting [2023-11-29T08:52:01.368Z] b09febd47099: Waiting [2023-11-29T08:52:01.368Z] 5f70bf18a086: Waiting [2023-11-29T08:52:01.368Z] df7f4495a56f: Waiting [2023-11-29T08:52:01.368Z] cde6d0d878e2: Waiting [2023-11-29T08:52:01.368Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:52:01.368Z] 93555943e9fb: Waiting [2023-11-29T08:52:01.368Z] 20f8143f183c: Layer already exists [2023-11-29T08:52:01.368Z] d0a335c7f26a: Layer already exists [2023-11-29T08:52:01.368Z] 69554a3de34a: Layer already exists [2023-11-29T08:52:01.368Z] be94efacd249: Layer already exists [2023-11-29T08:52:01.368Z] a7998f42ca59: Layer already exists [2023-11-29T08:52:01.368Z] 9a36ec6a43a3: Layer already exists [2023-11-29T08:52:01.368Z] abd7e433cba1: Layer already exists [2023-11-29T08:52:01.368Z] 1a3f8e6274c6: Layer already exists [2023-11-29T08:52:01.368Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:52:01.368Z] 5347d355a8f3: Layer already exists [2023-11-29T08:52:01.368Z] b09febd47099: Layer already exists [2023-11-29T08:52:01.368Z] df7f4495a56f: Layer already exists [2023-11-29T08:52:01.368Z] 5f70bf18a086: Layer already exists [2023-11-29T08:52:01.368Z] cde6d0d878e2: Layer already exists [2023-11-29T08:52:01.368Z] 93555943e9fb: Layer already exists [2023-11-29T08:52:01.368Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:52:01.633Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2: digest: sha256:fc5068c0375828508ee76701291299b27509514ecb70b250ad7df52d965be20d size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:52:02.352Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:52:03.136Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2023-11-29T08:52:03.136Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-11-29T08:52:03.136Z] 20f8143f183c: Preparing [2023-11-29T08:52:03.136Z] be94efacd249: Preparing [2023-11-29T08:52:03.136Z] 69554a3de34a: Preparing [2023-11-29T08:52:03.136Z] d0a335c7f26a: Preparing [2023-11-29T08:52:03.136Z] a7998f42ca59: Preparing [2023-11-29T08:52:03.136Z] 1a3f8e6274c6: Preparing [2023-11-29T08:52:03.136Z] 9a36ec6a43a3: Preparing [2023-11-29T08:52:03.136Z] 94f4ed8e28fd: Preparing [2023-11-29T08:52:03.136Z] abd7e433cba1: Preparing [2023-11-29T08:52:03.136Z] 5347d355a8f3: Preparing [2023-11-29T08:52:03.136Z] b09febd47099: Preparing [2023-11-29T08:52:03.136Z] 5f70bf18a086: Preparing [2023-11-29T08:52:03.136Z] df7f4495a56f: Preparing [2023-11-29T08:52:03.136Z] cde6d0d878e2: Preparing [2023-11-29T08:52:03.136Z] 93555943e9fb: Preparing [2023-11-29T08:52:03.136Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:52:03.136Z] 1a3f8e6274c6: Waiting [2023-11-29T08:52:03.136Z] 9a36ec6a43a3: Waiting [2023-11-29T08:52:03.136Z] 94f4ed8e28fd: Waiting [2023-11-29T08:52:03.136Z] abd7e433cba1: Waiting [2023-11-29T08:52:03.136Z] 5347d355a8f3: Waiting [2023-11-29T08:52:03.136Z] b09febd47099: Waiting [2023-11-29T08:52:03.136Z] 5f70bf18a086: Waiting [2023-11-29T08:52:03.136Z] df7f4495a56f: Waiting [2023-11-29T08:52:03.136Z] cde6d0d878e2: Waiting [2023-11-29T08:52:03.136Z] 93555943e9fb: Waiting [2023-11-29T08:52:03.136Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:52:03.136Z] 69554a3de34a: Layer already exists [2023-11-29T08:52:03.136Z] 20f8143f183c: Layer already exists [2023-11-29T08:52:03.136Z] d0a335c7f26a: Layer already exists [2023-11-29T08:52:03.136Z] be94efacd249: Layer already exists [2023-11-29T08:52:03.136Z] a7998f42ca59: Layer already exists [2023-11-29T08:52:03.136Z] abd7e433cba1: Layer already exists [2023-11-29T08:52:03.136Z] 1a3f8e6274c6: Layer already exists [2023-11-29T08:52:03.136Z] 5347d355a8f3: Layer already exists [2023-11-29T08:52:03.136Z] 9a36ec6a43a3: Layer already exists [2023-11-29T08:52:03.136Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:52:03.136Z] b09febd47099: Layer already exists [2023-11-29T08:52:03.136Z] cde6d0d878e2: Layer already exists [2023-11-29T08:52:03.136Z] 5f70bf18a086: Layer already exists [2023-11-29T08:52:03.136Z] df7f4495a56f: Layer already exists [2023-11-29T08:52:03.136Z] 93555943e9fb: Layer already exists [2023-11-29T08:52:03.457Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:52:03.457Z] main: digest: sha256:fc5068c0375828508ee76701291299b27509514ecb70b250ad7df52d965be20d size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-11-29T08:52:04.253Z] ===================================================== [Pipeline] echo [2023-11-29T08:52:04.379Z] taggedImages: [2023-11-29T08:52:04.379Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:52:04.379Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-11-29T08:52:04.379Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.2 [2023-11-29T08:52:04.379Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:52:04.379Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2023-11-29T08:52:04.523Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2023-11-29T08:52:04.523Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:52:04.523Z] latest [2023-11-29T08:52:04.523Z] 3.2.0-dev.2 [2023-11-29T08:52:04.523Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:52:04.523Z] main [2023-11-29T08:52:04.523Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:52:05.538Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:52:06.299Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:52:06.299Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-11-29T08:52:06.299Z] 3fdfb5864281: Preparing [2023-11-29T08:52:06.300Z] cbd161143dc9: Preparing [2023-11-29T08:52:06.300Z] ff7e1e5054d7: Preparing [2023-11-29T08:52:06.300Z] 02e3109108ed: Preparing [2023-11-29T08:52:06.300Z] 94f4ed8e28fd: Preparing [2023-11-29T08:52:06.300Z] abd7e433cba1: Preparing [2023-11-29T08:52:06.300Z] 2efcfd0c86d4: Preparing [2023-11-29T08:52:06.300Z] 4e95e64a34b9: Preparing [2023-11-29T08:52:06.300Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:52:06.300Z] 2efcfd0c86d4: Waiting [2023-11-29T08:52:06.300Z] 4e95e64a34b9: Waiting [2023-11-29T08:52:06.300Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:52:06.300Z] abd7e433cba1: Waiting [2023-11-29T08:52:06.300Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:52:06.567Z] abd7e433cba1: Layer already exists [2023-11-29T08:52:06.567Z] cbd161143dc9: Pushed [2023-11-29T08:52:06.567Z] 2efcfd0c86d4: Layer already exists [2023-11-29T08:52:06.567Z] ff7e1e5054d7: Pushed [2023-11-29T08:52:06.567Z] 4e95e64a34b9: Layer already exists [2023-11-29T08:52:06.567Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:52:06.567Z] 3fdfb5864281: Pushed [2023-11-29T08:52:09.172Z] 02e3109108ed: Pushed [2023-11-29T08:52:10.571Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b: digest: sha256:6933eca72d2d7dc3478740e096891d2398116b7ef085c14ac7db1bbacd00eb78 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:52:11.273Z] + 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 [2023-11-29T08:52:11.981Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2023-11-29T08:52:11.981Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-11-29T08:52:11.981Z] 3fdfb5864281: Preparing [2023-11-29T08:52:11.981Z] cbd161143dc9: Preparing [2023-11-29T08:52:11.981Z] ff7e1e5054d7: Preparing [2023-11-29T08:52:11.981Z] 02e3109108ed: Preparing [2023-11-29T08:52:11.981Z] 94f4ed8e28fd: Preparing [2023-11-29T08:52:11.981Z] abd7e433cba1: Preparing [2023-11-29T08:52:11.981Z] 2efcfd0c86d4: Preparing [2023-11-29T08:52:11.981Z] 4e95e64a34b9: Preparing [2023-11-29T08:52:11.981Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:52:11.981Z] abd7e433cba1: Waiting [2023-11-29T08:52:11.981Z] 2efcfd0c86d4: Waiting [2023-11-29T08:52:11.981Z] 4e95e64a34b9: Waiting [2023-11-29T08:52:11.981Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:52:11.981Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:52:11.981Z] 3fdfb5864281: Layer already exists [2023-11-29T08:52:11.981Z] ff7e1e5054d7: Layer already exists [2023-11-29T08:52:11.981Z] cbd161143dc9: Layer already exists [2023-11-29T08:52:11.981Z] 02e3109108ed: Layer already exists [2023-11-29T08:52:11.981Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:52:11.981Z] abd7e433cba1: Layer already exists [2023-11-29T08:52:11.981Z] 2efcfd0c86d4: Layer already exists [2023-11-29T08:52:11.981Z] 4e95e64a34b9: Layer already exists [2023-11-29T08:52:12.246Z] latest: digest: sha256:6933eca72d2d7dc3478740e096891d2398116b7ef085c14ac7db1bbacd00eb78 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:52:12.967Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:52:13.685Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.2 [2023-11-29T08:52:13.685Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-11-29T08:52:13.685Z] 3fdfb5864281: Preparing [2023-11-29T08:52:13.685Z] cbd161143dc9: Preparing [2023-11-29T08:52:13.685Z] ff7e1e5054d7: Preparing [2023-11-29T08:52:13.685Z] 02e3109108ed: Preparing [2023-11-29T08:52:13.685Z] 94f4ed8e28fd: Preparing [2023-11-29T08:52:13.685Z] abd7e433cba1: Preparing [2023-11-29T08:52:13.685Z] 2efcfd0c86d4: Preparing [2023-11-29T08:52:13.685Z] 4e95e64a34b9: Preparing [2023-11-29T08:52:13.685Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:52:13.685Z] 2efcfd0c86d4: Waiting [2023-11-29T08:52:13.685Z] 4e95e64a34b9: Waiting [2023-11-29T08:52:13.685Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:52:13.685Z] abd7e433cba1: Waiting [2023-11-29T08:52:13.685Z] 3fdfb5864281: Layer already exists [2023-11-29T08:52:13.685Z] cbd161143dc9: Layer already exists [2023-11-29T08:52:13.685Z] 02e3109108ed: Layer already exists [2023-11-29T08:52:13.685Z] ff7e1e5054d7: Layer already exists [2023-11-29T08:52:13.685Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:52:13.685Z] 2efcfd0c86d4: Layer already exists [2023-11-29T08:52:13.685Z] abd7e433cba1: Layer already exists [2023-11-29T08:52:13.685Z] 4e95e64a34b9: Layer already exists [2023-11-29T08:52:13.685Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:52:13.685Z] 3.2.0-dev.2: digest: sha256:6933eca72d2d7dc3478740e096891d2398116b7ef085c14ac7db1bbacd00eb78 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:52:14.696Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:52:15.395Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:52:15.395Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-11-29T08:52:15.395Z] 3fdfb5864281: Preparing [2023-11-29T08:52:15.395Z] cbd161143dc9: Preparing [2023-11-29T08:52:15.395Z] ff7e1e5054d7: Preparing [2023-11-29T08:52:15.395Z] 02e3109108ed: Preparing [2023-11-29T08:52:15.395Z] 94f4ed8e28fd: Preparing [2023-11-29T08:52:15.395Z] abd7e433cba1: Preparing [2023-11-29T08:52:15.395Z] 2efcfd0c86d4: Preparing [2023-11-29T08:52:15.395Z] 4e95e64a34b9: Preparing [2023-11-29T08:52:15.395Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:52:15.395Z] 2efcfd0c86d4: Waiting [2023-11-29T08:52:15.395Z] 4e95e64a34b9: Waiting [2023-11-29T08:52:15.395Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:52:15.395Z] abd7e433cba1: Waiting [2023-11-29T08:52:15.395Z] 3fdfb5864281: Layer already exists [2023-11-29T08:52:15.395Z] 02e3109108ed: Layer already exists [2023-11-29T08:52:15.395Z] ff7e1e5054d7: Layer already exists [2023-11-29T08:52:15.395Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:52:15.395Z] cbd161143dc9: Layer already exists [2023-11-29T08:52:15.395Z] abd7e433cba1: Layer already exists [2023-11-29T08:52:15.395Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:52:15.395Z] 2efcfd0c86d4: Layer already exists [2023-11-29T08:52:15.395Z] 4e95e64a34b9: Layer already exists [2023-11-29T08:52:15.395Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2: digest: sha256:6933eca72d2d7dc3478740e096891d2398116b7ef085c14ac7db1bbacd00eb78 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:52:16.368Z] + 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 [2023-11-29T08:52:17.149Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2023-11-29T08:52:17.149Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-11-29T08:52:17.149Z] 3fdfb5864281: Preparing [2023-11-29T08:52:17.149Z] cbd161143dc9: Preparing [2023-11-29T08:52:17.149Z] ff7e1e5054d7: Preparing [2023-11-29T08:52:17.149Z] 02e3109108ed: Preparing [2023-11-29T08:52:17.149Z] 94f4ed8e28fd: Preparing [2023-11-29T08:52:17.149Z] abd7e433cba1: Preparing [2023-11-29T08:52:17.149Z] 2efcfd0c86d4: Preparing [2023-11-29T08:52:17.149Z] 4e95e64a34b9: Preparing [2023-11-29T08:52:17.149Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:52:17.149Z] 2efcfd0c86d4: Waiting [2023-11-29T08:52:17.149Z] abd7e433cba1: Waiting [2023-11-29T08:52:17.149Z] 4e95e64a34b9: Waiting [2023-11-29T08:52:17.149Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:52:17.149Z] 3fdfb5864281: Layer already exists [2023-11-29T08:52:17.149Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:52:17.149Z] 02e3109108ed: Layer already exists [2023-11-29T08:52:17.149Z] cbd161143dc9: Layer already exists [2023-11-29T08:52:17.149Z] ff7e1e5054d7: Layer already exists [2023-11-29T08:52:17.149Z] abd7e433cba1: Layer already exists [2023-11-29T08:52:17.149Z] 2efcfd0c86d4: Layer already exists [2023-11-29T08:52:17.149Z] 4e95e64a34b9: Layer already exists [2023-11-29T08:52:17.149Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:52:17.415Z] main: digest: sha256:6933eca72d2d7dc3478740e096891d2398116b7ef085c14ac7db1bbacd00eb78 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-11-29T08:52:18.232Z] ===================================================== [Pipeline] echo [2023-11-29T08:52:18.375Z] taggedImages: [2023-11-29T08:52:18.375Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:52:18.375Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2023-11-29T08:52:18.375Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.2 [2023-11-29T08:52:18.375Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:52:18.375Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2023-11-29T08:52:18.534Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2023-11-29T08:52:18.534Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:52:18.534Z] latest [2023-11-29T08:52:18.534Z] 3.2.0-dev.2 [2023-11-29T08:52:18.534Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:52:18.534Z] main [2023-11-29T08:52:18.534Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:52:19.538Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:52:20.263Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:52:20.263Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-11-29T08:52:20.263Z] 446743798731: Preparing [2023-11-29T08:52:20.263Z] 4898a9d16115: Preparing [2023-11-29T08:52:20.263Z] 40b0dd47a281: Preparing [2023-11-29T08:52:20.263Z] b80904d92bf7: Preparing [2023-11-29T08:52:20.263Z] 268727efe576: Preparing [2023-11-29T08:52:20.263Z] 94f4ed8e28fd: Preparing [2023-11-29T08:52:20.263Z] abd7e433cba1: Preparing [2023-11-29T08:52:20.263Z] 5d2449d4af74: Preparing [2023-11-29T08:52:20.263Z] 4337bd15ecbf: Preparing [2023-11-29T08:52:20.263Z] efe4ee73b3b4: Preparing [2023-11-29T08:52:20.263Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:52:20.263Z] 5d2449d4af74: Waiting [2023-11-29T08:52:20.263Z] 4337bd15ecbf: Waiting [2023-11-29T08:52:20.263Z] efe4ee73b3b4: Waiting [2023-11-29T08:52:20.263Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:52:20.263Z] 94f4ed8e28fd: Waiting [2023-11-29T08:52:20.263Z] abd7e433cba1: Waiting [2023-11-29T08:52:20.531Z] 268727efe576: Pushed [2023-11-29T08:52:20.531Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:52:20.531Z] 446743798731: Pushed [2023-11-29T08:52:20.531Z] 4898a9d16115: Pushed [2023-11-29T08:52:20.531Z] b80904d92bf7: Pushed [2023-11-29T08:52:20.531Z] abd7e433cba1: Layer already exists [2023-11-29T08:52:20.531Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:52:20.797Z] 5d2449d4af74: Pushed [2023-11-29T08:52:21.062Z] 4337bd15ecbf: Pushed [2023-11-29T08:52:22.996Z] 40b0dd47a281: Pushed [2023-11-29T08:52:23.953Z] efe4ee73b3b4: Pushed [2023-11-29T08:52:24.533Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b: digest: sha256:0a4477ae2fc2e9b7a33f7580723e337ba2c155d9806118274dee5153c9e16bcb size: 2614 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:52:25.300Z] + 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 [2023-11-29T08:52:26.039Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-11-29T08:52:26.040Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-11-29T08:52:26.040Z] 446743798731: Preparing [2023-11-29T08:52:26.040Z] 4898a9d16115: Preparing [2023-11-29T08:52:26.040Z] 40b0dd47a281: Preparing [2023-11-29T08:52:26.040Z] b80904d92bf7: Preparing [2023-11-29T08:52:26.040Z] 268727efe576: Preparing [2023-11-29T08:52:26.040Z] 94f4ed8e28fd: Preparing [2023-11-29T08:52:26.040Z] abd7e433cba1: Preparing [2023-11-29T08:52:26.040Z] 5d2449d4af74: Preparing [2023-11-29T08:52:26.040Z] 4337bd15ecbf: Preparing [2023-11-29T08:52:26.040Z] efe4ee73b3b4: Preparing [2023-11-29T08:52:26.040Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:52:26.040Z] 94f4ed8e28fd: Waiting [2023-11-29T08:52:26.040Z] abd7e433cba1: Waiting [2023-11-29T08:52:26.040Z] 5d2449d4af74: Waiting [2023-11-29T08:52:26.040Z] 4337bd15ecbf: Waiting [2023-11-29T08:52:26.040Z] efe4ee73b3b4: Waiting [2023-11-29T08:52:26.040Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:52:26.040Z] 446743798731: Layer already exists [2023-11-29T08:52:26.040Z] 40b0dd47a281: Layer already exists [2023-11-29T08:52:26.040Z] 268727efe576: Layer already exists [2023-11-29T08:52:26.040Z] b80904d92bf7: Layer already exists [2023-11-29T08:52:26.040Z] 4898a9d16115: Layer already exists [2023-11-29T08:52:26.040Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:52:26.040Z] 5d2449d4af74: Layer already exists [2023-11-29T08:52:26.040Z] 4337bd15ecbf: Layer already exists [2023-11-29T08:52:26.040Z] abd7e433cba1: Layer already exists [2023-11-29T08:52:26.040Z] efe4ee73b3b4: Layer already exists [2023-11-29T08:52:26.040Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:52:26.304Z] latest: digest: sha256:0a4477ae2fc2e9b7a33f7580723e337ba2c155d9806118274dee5153c9e16bcb size: 2614 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:52:27.062Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:52:27.804Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.2 [2023-11-29T08:52:27.804Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-11-29T08:52:27.804Z] 446743798731: Preparing [2023-11-29T08:52:27.804Z] 4898a9d16115: Preparing [2023-11-29T08:52:27.804Z] 40b0dd47a281: Preparing [2023-11-29T08:52:27.804Z] b80904d92bf7: Preparing [2023-11-29T08:52:27.804Z] 268727efe576: Preparing [2023-11-29T08:52:27.804Z] 94f4ed8e28fd: Preparing [2023-11-29T08:52:27.804Z] abd7e433cba1: Preparing [2023-11-29T08:52:27.804Z] 5d2449d4af74: Preparing [2023-11-29T08:52:27.804Z] 4337bd15ecbf: Preparing [2023-11-29T08:52:27.804Z] efe4ee73b3b4: Preparing [2023-11-29T08:52:27.804Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:52:27.804Z] 94f4ed8e28fd: Waiting [2023-11-29T08:52:27.804Z] abd7e433cba1: Waiting [2023-11-29T08:52:27.804Z] 5d2449d4af74: Waiting [2023-11-29T08:52:27.804Z] 4337bd15ecbf: Waiting [2023-11-29T08:52:27.804Z] efe4ee73b3b4: Waiting [2023-11-29T08:52:27.804Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:52:27.804Z] 40b0dd47a281: Layer already exists [2023-11-29T08:52:27.804Z] 4898a9d16115: Layer already exists [2023-11-29T08:52:27.804Z] 446743798731: Layer already exists [2023-11-29T08:52:27.804Z] b80904d92bf7: Layer already exists [2023-11-29T08:52:27.804Z] 268727efe576: Layer already exists [2023-11-29T08:52:27.804Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:52:27.804Z] 5d2449d4af74: Layer already exists [2023-11-29T08:52:27.804Z] abd7e433cba1: Layer already exists [2023-11-29T08:52:27.804Z] efe4ee73b3b4: Layer already exists [2023-11-29T08:52:27.804Z] 4337bd15ecbf: Layer already exists [2023-11-29T08:52:27.804Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:52:28.069Z] 3.2.0-dev.2: digest: sha256:0a4477ae2fc2e9b7a33f7580723e337ba2c155d9806118274dee5153c9e16bcb size: 2614 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:52:28.830Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:52:29.627Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:52:29.627Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-11-29T08:52:29.627Z] 446743798731: Preparing [2023-11-29T08:52:29.627Z] 4898a9d16115: Preparing [2023-11-29T08:52:29.627Z] 40b0dd47a281: Preparing [2023-11-29T08:52:29.627Z] b80904d92bf7: Preparing [2023-11-29T08:52:29.627Z] 268727efe576: Preparing [2023-11-29T08:52:29.627Z] 94f4ed8e28fd: Preparing [2023-11-29T08:52:29.627Z] abd7e433cba1: Preparing [2023-11-29T08:52:29.627Z] 5d2449d4af74: Preparing [2023-11-29T08:52:29.627Z] 4337bd15ecbf: Preparing [2023-11-29T08:52:29.627Z] efe4ee73b3b4: Preparing [2023-11-29T08:52:29.627Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:52:29.627Z] 5d2449d4af74: Waiting [2023-11-29T08:52:29.627Z] 4337bd15ecbf: Waiting [2023-11-29T08:52:29.627Z] efe4ee73b3b4: Waiting [2023-11-29T08:52:29.627Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:52:29.627Z] abd7e433cba1: Waiting [2023-11-29T08:52:29.627Z] 94f4ed8e28fd: Waiting [2023-11-29T08:52:29.627Z] 446743798731: Layer already exists [2023-11-29T08:52:29.627Z] 4898a9d16115: Layer already exists [2023-11-29T08:52:29.627Z] 40b0dd47a281: Layer already exists [2023-11-29T08:52:29.627Z] 268727efe576: Layer already exists [2023-11-29T08:52:29.627Z] b80904d92bf7: Layer already exists [2023-11-29T08:52:29.627Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:52:29.627Z] abd7e433cba1: Layer already exists [2023-11-29T08:52:29.627Z] 5d2449d4af74: Layer already exists [2023-11-29T08:52:29.627Z] efe4ee73b3b4: Layer already exists [2023-11-29T08:52:29.627Z] 4337bd15ecbf: Layer already exists [2023-11-29T08:52:29.627Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:52:29.893Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2: digest: sha256:0a4477ae2fc2e9b7a33f7580723e337ba2c155d9806118274dee5153c9e16bcb size: 2614 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:52:30.725Z] + 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 [2023-11-29T08:52:31.450Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2023-11-29T08:52:31.450Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-11-29T08:52:31.450Z] 446743798731: Preparing [2023-11-29T08:52:31.450Z] 4898a9d16115: Preparing [2023-11-29T08:52:31.450Z] 40b0dd47a281: Preparing [2023-11-29T08:52:31.450Z] b80904d92bf7: Preparing [2023-11-29T08:52:31.450Z] 268727efe576: Preparing [2023-11-29T08:52:31.450Z] 94f4ed8e28fd: Preparing [2023-11-29T08:52:31.450Z] abd7e433cba1: Preparing [2023-11-29T08:52:31.450Z] 5d2449d4af74: Preparing [2023-11-29T08:52:31.450Z] 4337bd15ecbf: Preparing [2023-11-29T08:52:31.450Z] efe4ee73b3b4: Preparing [2023-11-29T08:52:31.450Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:52:31.450Z] 94f4ed8e28fd: Waiting [2023-11-29T08:52:31.450Z] abd7e433cba1: Waiting [2023-11-29T08:52:31.450Z] 5d2449d4af74: Waiting [2023-11-29T08:52:31.450Z] 4337bd15ecbf: Waiting [2023-11-29T08:52:31.450Z] efe4ee73b3b4: Waiting [2023-11-29T08:52:31.450Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:52:31.450Z] 268727efe576: Layer already exists [2023-11-29T08:52:31.450Z] b80904d92bf7: Layer already exists [2023-11-29T08:52:31.450Z] 40b0dd47a281: Layer already exists [2023-11-29T08:52:31.450Z] 4898a9d16115: Layer already exists [2023-11-29T08:52:31.450Z] 446743798731: Layer already exists [2023-11-29T08:52:31.450Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:52:31.450Z] efe4ee73b3b4: Layer already exists [2023-11-29T08:52:31.450Z] abd7e433cba1: Layer already exists [2023-11-29T08:52:31.450Z] 4337bd15ecbf: Layer already exists [2023-11-29T08:52:31.450Z] 5d2449d4af74: Layer already exists [2023-11-29T08:52:31.450Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:52:31.715Z] main: digest: sha256:0a4477ae2fc2e9b7a33f7580723e337ba2c155d9806118274dee5153c9e16bcb size: 2614 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-11-29T08:52:32.569Z] ===================================================== [Pipeline] echo [2023-11-29T08:52:32.712Z] taggedImages: [2023-11-29T08:52:32.712Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:52:32.712Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-11-29T08:52:32.712Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.2 [2023-11-29T08:52:32.712Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:52:32.712Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2023-11-29T08:52:32.864Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2023-11-29T08:52:32.864Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:52:32.864Z] latest [2023-11-29T08:52:32.864Z] 3.2.0-dev.2 [2023-11-29T08:52:32.864Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:52:32.864Z] main [2023-11-29T08:52:32.864Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:52:33.899Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:52:34.638Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:52:34.638Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-11-29T08:52:34.638Z] c1e885df8d06: Preparing [2023-11-29T08:52:34.638Z] 3fe5b6d740ba: Preparing [2023-11-29T08:52:34.638Z] 76f6857e4712: Preparing [2023-11-29T08:52:34.638Z] ae41df46ddcd: Preparing [2023-11-29T08:52:34.638Z] a5a037897366: Preparing [2023-11-29T08:52:34.638Z] 95409a8ae6e3: Preparing [2023-11-29T08:52:34.638Z] 02b99b25c7b6: Preparing [2023-11-29T08:52:34.638Z] 94f4ed8e28fd: Preparing [2023-11-29T08:52:34.638Z] abd7e433cba1: Preparing [2023-11-29T08:52:34.638Z] 4dcfa24bfa2e: Preparing [2023-11-29T08:52:34.638Z] df8bc977ecec: Preparing [2023-11-29T08:52:34.638Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:52:34.638Z] abd7e433cba1: Waiting [2023-11-29T08:52:34.638Z] 4dcfa24bfa2e: Waiting [2023-11-29T08:52:34.638Z] df8bc977ecec: Waiting [2023-11-29T08:52:34.638Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:52:34.638Z] 95409a8ae6e3: Waiting [2023-11-29T08:52:34.638Z] 02b99b25c7b6: Waiting [2023-11-29T08:52:34.638Z] 94f4ed8e28fd: Waiting [2023-11-29T08:52:34.903Z] 3fe5b6d740ba: Pushed [2023-11-29T08:52:34.903Z] a5a037897366: Pushed [2023-11-29T08:52:34.903Z] c1e885df8d06: Pushed [2023-11-29T08:52:34.903Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:52:34.903Z] abd7e433cba1: Layer already exists [2023-11-29T08:52:35.168Z] 95409a8ae6e3: Pushed [2023-11-29T08:52:35.168Z] 02b99b25c7b6: Pushed [2023-11-29T08:52:35.168Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:52:37.102Z] 4dcfa24bfa2e: Pushed [2023-11-29T08:52:37.367Z] ae41df46ddcd: Pushed [2023-11-29T08:52:37.633Z] df8bc977ecec: Pushed [2023-11-29T08:52:37.898Z] 76f6857e4712: Pushed [2023-11-29T08:52:38.476Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b: digest: sha256:88738e96e5733dcecb05ead3df89d2e3dc3a5c1304a2667363b665d03d06ed08 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:52:39.198Z] + 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 [2023-11-29T08:52:39.929Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-11-29T08:52:39.929Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-11-29T08:52:39.929Z] c1e885df8d06: Preparing [2023-11-29T08:52:39.929Z] 3fe5b6d740ba: Preparing [2023-11-29T08:52:39.929Z] 76f6857e4712: Preparing [2023-11-29T08:52:39.929Z] ae41df46ddcd: Preparing [2023-11-29T08:52:39.929Z] a5a037897366: Preparing [2023-11-29T08:52:39.929Z] 95409a8ae6e3: Preparing [2023-11-29T08:52:39.929Z] 02b99b25c7b6: Preparing [2023-11-29T08:52:39.929Z] 94f4ed8e28fd: Preparing [2023-11-29T08:52:39.929Z] abd7e433cba1: Preparing [2023-11-29T08:52:39.929Z] 4dcfa24bfa2e: Preparing [2023-11-29T08:52:39.929Z] df8bc977ecec: Preparing [2023-11-29T08:52:39.929Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:52:39.929Z] 02b99b25c7b6: Waiting [2023-11-29T08:52:39.929Z] 94f4ed8e28fd: Waiting [2023-11-29T08:52:39.929Z] 95409a8ae6e3: Waiting [2023-11-29T08:52:39.929Z] abd7e433cba1: Waiting [2023-11-29T08:52:39.929Z] 4dcfa24bfa2e: Waiting [2023-11-29T08:52:39.929Z] df8bc977ecec: Waiting [2023-11-29T08:52:39.929Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:52:39.929Z] c1e885df8d06: Layer already exists [2023-11-29T08:52:39.929Z] a5a037897366: Layer already exists [2023-11-29T08:52:39.929Z] 76f6857e4712: Layer already exists [2023-11-29T08:52:39.929Z] ae41df46ddcd: Layer already exists [2023-11-29T08:52:39.929Z] 3fe5b6d740ba: Layer already exists [2023-11-29T08:52:39.929Z] 95409a8ae6e3: Layer already exists [2023-11-29T08:52:39.929Z] abd7e433cba1: Layer already exists [2023-11-29T08:52:39.929Z] 02b99b25c7b6: Layer already exists [2023-11-29T08:52:39.929Z] 4dcfa24bfa2e: Layer already exists [2023-11-29T08:52:39.929Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:52:39.929Z] df8bc977ecec: Layer already exists [2023-11-29T08:52:39.929Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:52:40.193Z] latest: digest: sha256:88738e96e5733dcecb05ead3df89d2e3dc3a5c1304a2667363b665d03d06ed08 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:52:40.918Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:52:41.659Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.2 [2023-11-29T08:52:41.659Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-11-29T08:52:41.659Z] c1e885df8d06: Preparing [2023-11-29T08:52:41.659Z] 3fe5b6d740ba: Preparing [2023-11-29T08:52:41.659Z] 76f6857e4712: Preparing [2023-11-29T08:52:41.659Z] ae41df46ddcd: Preparing [2023-11-29T08:52:41.659Z] a5a037897366: Preparing [2023-11-29T08:52:41.659Z] 95409a8ae6e3: Preparing [2023-11-29T08:52:41.659Z] 02b99b25c7b6: Preparing [2023-11-29T08:52:41.659Z] 94f4ed8e28fd: Preparing [2023-11-29T08:52:41.659Z] abd7e433cba1: Preparing [2023-11-29T08:52:41.659Z] 4dcfa24bfa2e: Preparing [2023-11-29T08:52:41.659Z] df8bc977ecec: Preparing [2023-11-29T08:52:41.659Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:52:41.659Z] 94f4ed8e28fd: Waiting [2023-11-29T08:52:41.659Z] abd7e433cba1: Waiting [2023-11-29T08:52:41.659Z] 4dcfa24bfa2e: Waiting [2023-11-29T08:52:41.659Z] df8bc977ecec: Waiting [2023-11-29T08:52:41.659Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:52:41.659Z] 95409a8ae6e3: Waiting [2023-11-29T08:52:41.659Z] 02b99b25c7b6: Waiting [2023-11-29T08:52:41.659Z] c1e885df8d06: Layer already exists [2023-11-29T08:52:41.659Z] 76f6857e4712: Layer already exists [2023-11-29T08:52:41.659Z] a5a037897366: Layer already exists [2023-11-29T08:52:41.659Z] ae41df46ddcd: Layer already exists [2023-11-29T08:52:41.659Z] 3fe5b6d740ba: Layer already exists [2023-11-29T08:52:41.659Z] abd7e433cba1: Layer already exists [2023-11-29T08:52:41.659Z] 02b99b25c7b6: Layer already exists [2023-11-29T08:52:41.659Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:52:41.659Z] 4dcfa24bfa2e: Layer already exists [2023-11-29T08:52:41.659Z] 95409a8ae6e3: Layer already exists [2023-11-29T08:52:41.659Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:52:41.659Z] df8bc977ecec: Layer already exists [2023-11-29T08:52:41.923Z] 3.2.0-dev.2: digest: sha256:88738e96e5733dcecb05ead3df89d2e3dc3a5c1304a2667363b665d03d06ed08 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:52:42.655Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:52:43.390Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:52:43.390Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-11-29T08:52:43.390Z] c1e885df8d06: Preparing [2023-11-29T08:52:43.390Z] 3fe5b6d740ba: Preparing [2023-11-29T08:52:43.390Z] 76f6857e4712: Preparing [2023-11-29T08:52:43.390Z] ae41df46ddcd: Preparing [2023-11-29T08:52:43.390Z] a5a037897366: Preparing [2023-11-29T08:52:43.390Z] 95409a8ae6e3: Preparing [2023-11-29T08:52:43.390Z] 02b99b25c7b6: Preparing [2023-11-29T08:52:43.390Z] 94f4ed8e28fd: Preparing [2023-11-29T08:52:43.390Z] abd7e433cba1: Preparing [2023-11-29T08:52:43.390Z] 4dcfa24bfa2e: Preparing [2023-11-29T08:52:43.390Z] df8bc977ecec: Preparing [2023-11-29T08:52:43.390Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:52:43.390Z] 95409a8ae6e3: Waiting [2023-11-29T08:52:43.390Z] 02b99b25c7b6: Waiting [2023-11-29T08:52:43.390Z] 94f4ed8e28fd: Waiting [2023-11-29T08:52:43.390Z] abd7e433cba1: Waiting [2023-11-29T08:52:43.390Z] 4dcfa24bfa2e: Waiting [2023-11-29T08:52:43.390Z] df8bc977ecec: Waiting [2023-11-29T08:52:43.390Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:52:43.390Z] 76f6857e4712: Layer already exists [2023-11-29T08:52:43.390Z] c1e885df8d06: Layer already exists [2023-11-29T08:52:43.390Z] a5a037897366: Layer already exists [2023-11-29T08:52:43.390Z] 3fe5b6d740ba: Layer already exists [2023-11-29T08:52:43.390Z] ae41df46ddcd: Layer already exists [2023-11-29T08:52:43.390Z] 02b99b25c7b6: Layer already exists [2023-11-29T08:52:43.390Z] 95409a8ae6e3: Layer already exists [2023-11-29T08:52:43.390Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:52:43.390Z] 4dcfa24bfa2e: Layer already exists [2023-11-29T08:52:43.390Z] abd7e433cba1: Layer already exists [2023-11-29T08:52:43.390Z] df8bc977ecec: Layer already exists [2023-11-29T08:52:43.390Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:52:43.655Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2: digest: sha256:88738e96e5733dcecb05ead3df89d2e3dc3a5c1304a2667363b665d03d06ed08 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:52:44.428Z] + 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 [2023-11-29T08:52:45.156Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2023-11-29T08:52:45.157Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-11-29T08:52:45.157Z] c1e885df8d06: Preparing [2023-11-29T08:52:45.157Z] 3fe5b6d740ba: Preparing [2023-11-29T08:52:45.157Z] 76f6857e4712: Preparing [2023-11-29T08:52:45.157Z] ae41df46ddcd: Preparing [2023-11-29T08:52:45.157Z] a5a037897366: Preparing [2023-11-29T08:52:45.157Z] 95409a8ae6e3: Preparing [2023-11-29T08:52:45.157Z] 02b99b25c7b6: Preparing [2023-11-29T08:52:45.157Z] 94f4ed8e28fd: Preparing [2023-11-29T08:52:45.157Z] abd7e433cba1: Preparing [2023-11-29T08:52:45.157Z] 4dcfa24bfa2e: Preparing [2023-11-29T08:52:45.157Z] df8bc977ecec: Preparing [2023-11-29T08:52:45.157Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:52:45.157Z] 94f4ed8e28fd: Waiting [2023-11-29T08:52:45.157Z] abd7e433cba1: Waiting [2023-11-29T08:52:45.157Z] 4dcfa24bfa2e: Waiting [2023-11-29T08:52:45.157Z] df8bc977ecec: Waiting [2023-11-29T08:52:45.157Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:52:45.157Z] 95409a8ae6e3: Waiting [2023-11-29T08:52:45.157Z] 02b99b25c7b6: Waiting [2023-11-29T08:52:45.157Z] 76f6857e4712: Layer already exists [2023-11-29T08:52:45.157Z] ae41df46ddcd: Layer already exists [2023-11-29T08:52:45.157Z] 3fe5b6d740ba: Layer already exists [2023-11-29T08:52:45.157Z] c1e885df8d06: Layer already exists [2023-11-29T08:52:45.157Z] a5a037897366: Layer already exists [2023-11-29T08:52:45.157Z] 02b99b25c7b6: Layer already exists [2023-11-29T08:52:45.157Z] 95409a8ae6e3: Layer already exists [2023-11-29T08:52:45.157Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:52:45.157Z] 4dcfa24bfa2e: Layer already exists [2023-11-29T08:52:45.157Z] abd7e433cba1: Layer already exists [2023-11-29T08:52:45.157Z] df8bc977ecec: Layer already exists [2023-11-29T08:52:45.157Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:52:45.421Z] main: digest: sha256:88738e96e5733dcecb05ead3df89d2e3dc3a5c1304a2667363b665d03d06ed08 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-11-29T08:52:46.303Z] ===================================================== [Pipeline] echo [2023-11-29T08:52:46.458Z] taggedImages: [2023-11-29T08:52:46.458Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:52:46.458Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-11-29T08:52:46.458Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.2 [2023-11-29T08:52:46.458Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:52:46.458Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2023-11-29T08:52:46.616Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2023-11-29T08:52:46.616Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:52:46.616Z] latest [2023-11-29T08:52:46.616Z] 3.2.0-dev.2 [2023-11-29T08:52:46.616Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:52:46.616Z] main [2023-11-29T08:52:46.616Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:52:47.634Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:52:48.385Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:52:48.385Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-11-29T08:52:48.385Z] 4f5683c725eb: Preparing [2023-11-29T08:52:48.385Z] 09698a584f72: Preparing [2023-11-29T08:52:48.385Z] 94f4ed8e28fd: Preparing [2023-11-29T08:52:48.385Z] abd7e433cba1: Preparing [2023-11-29T08:52:48.385Z] 790351976390: Preparing [2023-11-29T08:52:48.385Z] 2e36327618cf: Preparing [2023-11-29T08:52:48.385Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:52:48.385Z] 2e36327618cf: Waiting [2023-11-29T08:52:48.385Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:52:48.650Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:52:48.650Z] abd7e433cba1: Layer already exists [2023-11-29T08:52:48.650Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:52:48.650Z] 4f5683c725eb: Pushed [2023-11-29T08:52:50.051Z] 790351976390: Pushed [2023-11-29T08:52:50.051Z] 2e36327618cf: Pushed [2023-11-29T08:52:53.381Z] 09698a584f72: Pushed [2023-11-29T08:52:53.645Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b: digest: sha256:a2a634c53f2ac67e94ba3be2ae3528e918f9e3f3acb9813766a6875ff5bcf673 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:52:54.403Z] + 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 [2023-11-29T08:52:55.159Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-11-29T08:52:55.159Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-11-29T08:52:55.159Z] 4f5683c725eb: Preparing [2023-11-29T08:52:55.159Z] 09698a584f72: Preparing [2023-11-29T08:52:55.159Z] 94f4ed8e28fd: Preparing [2023-11-29T08:52:55.159Z] abd7e433cba1: Preparing [2023-11-29T08:52:55.159Z] 790351976390: Preparing [2023-11-29T08:52:55.159Z] 2e36327618cf: Preparing [2023-11-29T08:52:55.159Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:52:55.159Z] 2e36327618cf: Waiting [2023-11-29T08:52:55.159Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:52:55.159Z] 4f5683c725eb: Layer already exists [2023-11-29T08:52:55.159Z] abd7e433cba1: Layer already exists [2023-11-29T08:52:55.159Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:52:55.159Z] 09698a584f72: Layer already exists [2023-11-29T08:52:55.159Z] 790351976390: Layer already exists [2023-11-29T08:52:55.159Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:52:55.160Z] 2e36327618cf: Layer already exists [2023-11-29T08:52:55.423Z] latest: digest: sha256:a2a634c53f2ac67e94ba3be2ae3528e918f9e3f3acb9813766a6875ff5bcf673 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:52:56.173Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:52:57.020Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.2 [2023-11-29T08:52:57.020Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-11-29T08:52:57.020Z] 4f5683c725eb: Preparing [2023-11-29T08:52:57.020Z] 09698a584f72: Preparing [2023-11-29T08:52:57.020Z] 94f4ed8e28fd: Preparing [2023-11-29T08:52:57.020Z] abd7e433cba1: Preparing [2023-11-29T08:52:57.020Z] 790351976390: Preparing [2023-11-29T08:52:57.021Z] 2e36327618cf: Preparing [2023-11-29T08:52:57.021Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:52:57.021Z] 2e36327618cf: Waiting [2023-11-29T08:52:57.021Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:52:57.021Z] 09698a584f72: Layer already exists [2023-11-29T08:52:57.021Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:52:57.021Z] abd7e433cba1: Layer already exists [2023-11-29T08:52:57.021Z] 4f5683c725eb: Layer already exists [2023-11-29T08:52:57.021Z] 790351976390: Layer already exists [2023-11-29T08:52:57.021Z] 2e36327618cf: Layer already exists [2023-11-29T08:52:57.021Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:52:57.286Z] 3.2.0-dev.2: digest: sha256:a2a634c53f2ac67e94ba3be2ae3528e918f9e3f3acb9813766a6875ff5bcf673 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:52:58.121Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:52:58.888Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:52:58.888Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-11-29T08:52:58.888Z] 4f5683c725eb: Preparing [2023-11-29T08:52:58.888Z] 09698a584f72: Preparing [2023-11-29T08:52:58.888Z] 94f4ed8e28fd: Preparing [2023-11-29T08:52:58.888Z] abd7e433cba1: Preparing [2023-11-29T08:52:58.888Z] 790351976390: Preparing [2023-11-29T08:52:58.888Z] 2e36327618cf: Preparing [2023-11-29T08:52:58.888Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:52:58.888Z] 2e36327618cf: Waiting [2023-11-29T08:52:58.888Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:52:58.888Z] 4f5683c725eb: Layer already exists [2023-11-29T08:52:58.888Z] 790351976390: Layer already exists [2023-11-29T08:52:58.888Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:52:58.888Z] 09698a584f72: Layer already exists [2023-11-29T08:52:58.888Z] abd7e433cba1: Layer already exists [2023-11-29T08:52:58.888Z] 2e36327618cf: Layer already exists [2023-11-29T08:52:58.888Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:52:59.154Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2: digest: sha256:a2a634c53f2ac67e94ba3be2ae3528e918f9e3f3acb9813766a6875ff5bcf673 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:52:59.917Z] + 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 [2023-11-29T08:53:00.687Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2023-11-29T08:53:00.687Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-11-29T08:53:00.687Z] 4f5683c725eb: Preparing [2023-11-29T08:53:00.687Z] 09698a584f72: Preparing [2023-11-29T08:53:00.687Z] 94f4ed8e28fd: Preparing [2023-11-29T08:53:00.687Z] abd7e433cba1: Preparing [2023-11-29T08:53:00.687Z] 790351976390: Preparing [2023-11-29T08:53:00.687Z] 2e36327618cf: Preparing [2023-11-29T08:53:00.687Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:53:00.687Z] 2e36327618cf: Waiting [2023-11-29T08:53:00.687Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:53:00.687Z] 4f5683c725eb: Layer already exists [2023-11-29T08:53:00.687Z] 790351976390: Layer already exists [2023-11-29T08:53:00.687Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:53:00.687Z] abd7e433cba1: Layer already exists [2023-11-29T08:53:00.687Z] 09698a584f72: Layer already exists [2023-11-29T08:53:00.687Z] 2e36327618cf: Layer already exists [2023-11-29T08:53:00.687Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:53:00.954Z] main: digest: sha256:a2a634c53f2ac67e94ba3be2ae3528e918f9e3f3acb9813766a6875ff5bcf673 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-11-29T08:53:01.832Z] ===================================================== [Pipeline] echo [2023-11-29T08:53:01.995Z] taggedImages: [2023-11-29T08:53:01.995Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:53:01.995Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-11-29T08:53:01.995Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.2 [2023-11-29T08:53:01.995Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:53:01.995Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2023-11-29T08:53:02.149Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2023-11-29T08:53:02.149Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:53:02.149Z] latest [2023-11-29T08:53:02.149Z] 3.2.0-dev.2 [2023-11-29T08:53:02.149Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:53:02.149Z] main [2023-11-29T08:53:02.149Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:53:03.213Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:53:03.982Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:53:03.982Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-11-29T08:53:03.982Z] 66cfaf32a10c: Preparing [2023-11-29T08:53:03.982Z] a8b46d0e22b4: Preparing [2023-11-29T08:53:03.982Z] bc277cb5f558: Preparing [2023-11-29T08:53:03.982Z] 94f4ed8e28fd: Preparing [2023-11-29T08:53:03.982Z] abd7e433cba1: Preparing [2023-11-29T08:53:03.982Z] 65742670a9ec: Preparing [2023-11-29T08:53:03.982Z] daf9c9ce90df: Preparing [2023-11-29T08:53:03.982Z] 65742670a9ec: Waiting [2023-11-29T08:53:03.982Z] dd1b3116200e: Preparing [2023-11-29T08:53:03.982Z] daf9c9ce90df: Waiting [2023-11-29T08:53:03.982Z] dd1b3116200e: Waiting [2023-11-29T08:53:03.982Z] cbd6c348aea5: Preparing [2023-11-29T08:53:03.982Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:53:03.982Z] cbd6c348aea5: Waiting [2023-11-29T08:53:03.982Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:53:04.249Z] bc277cb5f558: Pushed [2023-11-29T08:53:04.249Z] a8b46d0e22b4: Pushed [2023-11-29T08:53:07.575Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:53:07.575Z] abd7e433cba1: Layer already exists [2023-11-29T08:53:07.575Z] 66cfaf32a10c: Pushed [2023-11-29T08:53:07.575Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:53:07.575Z] dd1b3116200e: Pushed [2023-11-29T08:53:08.975Z] cbd6c348aea5: Pushed [2023-11-29T08:53:19.015Z] daf9c9ce90df: Pushed [2023-11-29T08:53:23.248Z] 65742670a9ec: Pushed [2023-11-29T08:53:23.513Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b: digest: sha256:0918c33a9548c75db8f79cf2713931ebc08d98aee784bc0019462fff78ab91e4 size: 2411 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:53:24.354Z] + 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 [2023-11-29T08:53:25.146Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-11-29T08:53:25.147Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-11-29T08:53:25.147Z] 66cfaf32a10c: Preparing [2023-11-29T08:53:25.147Z] a8b46d0e22b4: Preparing [2023-11-29T08:53:25.147Z] bc277cb5f558: Preparing [2023-11-29T08:53:25.147Z] 94f4ed8e28fd: Preparing [2023-11-29T08:53:25.147Z] abd7e433cba1: Preparing [2023-11-29T08:53:25.147Z] 65742670a9ec: Preparing [2023-11-29T08:53:25.147Z] daf9c9ce90df: Preparing [2023-11-29T08:53:25.147Z] dd1b3116200e: Preparing [2023-11-29T08:53:25.147Z] cbd6c348aea5: Preparing [2023-11-29T08:53:25.147Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:53:25.147Z] 65742670a9ec: Waiting [2023-11-29T08:53:25.147Z] daf9c9ce90df: Waiting [2023-11-29T08:53:25.147Z] dd1b3116200e: Waiting [2023-11-29T08:53:25.147Z] cbd6c348aea5: Waiting [2023-11-29T08:53:25.147Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:53:25.147Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:53:25.147Z] a8b46d0e22b4: Layer already exists [2023-11-29T08:53:25.147Z] abd7e433cba1: Layer already exists [2023-11-29T08:53:25.147Z] bc277cb5f558: Layer already exists [2023-11-29T08:53:25.147Z] 66cfaf32a10c: Layer already exists [2023-11-29T08:53:25.147Z] daf9c9ce90df: Layer already exists [2023-11-29T08:53:25.147Z] cbd6c348aea5: Layer already exists [2023-11-29T08:53:25.147Z] dd1b3116200e: Layer already exists [2023-11-29T08:53:25.147Z] 65742670a9ec: Layer already exists [2023-11-29T08:53:25.147Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:53:25.417Z] latest: digest: sha256:0918c33a9548c75db8f79cf2713931ebc08d98aee784bc0019462fff78ab91e4 size: 2411 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:53:26.217Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:53:27.027Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.2 [2023-11-29T08:53:27.027Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-11-29T08:53:27.027Z] 66cfaf32a10c: Preparing [2023-11-29T08:53:27.027Z] a8b46d0e22b4: Preparing [2023-11-29T08:53:27.027Z] bc277cb5f558: Preparing [2023-11-29T08:53:27.027Z] 94f4ed8e28fd: Preparing [2023-11-29T08:53:27.027Z] abd7e433cba1: Preparing [2023-11-29T08:53:27.027Z] 65742670a9ec: Preparing [2023-11-29T08:53:27.027Z] daf9c9ce90df: Preparing [2023-11-29T08:53:27.027Z] dd1b3116200e: Preparing [2023-11-29T08:53:27.027Z] cbd6c348aea5: Preparing [2023-11-29T08:53:27.027Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:53:27.027Z] daf9c9ce90df: Waiting [2023-11-29T08:53:27.027Z] dd1b3116200e: Waiting [2023-11-29T08:53:27.027Z] cbd6c348aea5: Waiting [2023-11-29T08:53:27.027Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:53:27.027Z] 65742670a9ec: Waiting [2023-11-29T08:53:27.027Z] 66cfaf32a10c: Layer already exists [2023-11-29T08:53:27.027Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:53:27.027Z] a8b46d0e22b4: Layer already exists [2023-11-29T08:53:27.027Z] abd7e433cba1: Layer already exists [2023-11-29T08:53:27.027Z] bc277cb5f558: Layer already exists [2023-11-29T08:53:27.027Z] dd1b3116200e: Layer already exists [2023-11-29T08:53:27.027Z] daf9c9ce90df: Layer already exists [2023-11-29T08:53:27.027Z] 65742670a9ec: Layer already exists [2023-11-29T08:53:27.027Z] cbd6c348aea5: Layer already exists [2023-11-29T08:53:27.027Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:53:27.027Z] 3.2.0-dev.2: digest: sha256:0918c33a9548c75db8f79cf2713931ebc08d98aee784bc0019462fff78ab91e4 size: 2411 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:53:27.804Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:53:28.568Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:53:28.568Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-11-29T08:53:28.568Z] 66cfaf32a10c: Preparing [2023-11-29T08:53:28.568Z] a8b46d0e22b4: Preparing [2023-11-29T08:53:28.568Z] bc277cb5f558: Preparing [2023-11-29T08:53:28.568Z] 94f4ed8e28fd: Preparing [2023-11-29T08:53:28.568Z] abd7e433cba1: Preparing [2023-11-29T08:53:28.568Z] 65742670a9ec: Preparing [2023-11-29T08:53:28.568Z] daf9c9ce90df: Preparing [2023-11-29T08:53:28.568Z] dd1b3116200e: Preparing [2023-11-29T08:53:28.568Z] cbd6c348aea5: Preparing [2023-11-29T08:53:28.568Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:53:28.568Z] daf9c9ce90df: Waiting [2023-11-29T08:53:28.568Z] dd1b3116200e: Waiting [2023-11-29T08:53:28.568Z] cbd6c348aea5: Waiting [2023-11-29T08:53:28.568Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:53:28.568Z] 65742670a9ec: Waiting [2023-11-29T08:53:28.568Z] 66cfaf32a10c: Layer already exists [2023-11-29T08:53:28.568Z] bc277cb5f558: Layer already exists [2023-11-29T08:53:28.568Z] abd7e433cba1: Layer already exists [2023-11-29T08:53:28.568Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:53:28.568Z] a8b46d0e22b4: Layer already exists [2023-11-29T08:53:28.568Z] daf9c9ce90df: Layer already exists [2023-11-29T08:53:28.568Z] 65742670a9ec: Layer already exists [2023-11-29T08:53:28.568Z] cbd6c348aea5: Layer already exists [2023-11-29T08:53:28.568Z] dd1b3116200e: Layer already exists [2023-11-29T08:53:28.568Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:53:28.568Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2: digest: sha256:0918c33a9548c75db8f79cf2713931ebc08d98aee784bc0019462fff78ab91e4 size: 2411 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:53:29.335Z] + 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 [2023-11-29T08:53:30.100Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2023-11-29T08:53:30.100Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-11-29T08:53:30.100Z] 66cfaf32a10c: Preparing [2023-11-29T08:53:30.100Z] a8b46d0e22b4: Preparing [2023-11-29T08:53:30.100Z] bc277cb5f558: Preparing [2023-11-29T08:53:30.100Z] 94f4ed8e28fd: Preparing [2023-11-29T08:53:30.100Z] abd7e433cba1: Preparing [2023-11-29T08:53:30.100Z] 65742670a9ec: Preparing [2023-11-29T08:53:30.100Z] daf9c9ce90df: Preparing [2023-11-29T08:53:30.100Z] dd1b3116200e: Preparing [2023-11-29T08:53:30.100Z] cbd6c348aea5: Preparing [2023-11-29T08:53:30.100Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:53:30.100Z] daf9c9ce90df: Waiting [2023-11-29T08:53:30.100Z] dd1b3116200e: Waiting [2023-11-29T08:53:30.100Z] cbd6c348aea5: Waiting [2023-11-29T08:53:30.100Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:53:30.100Z] 65742670a9ec: Waiting [2023-11-29T08:53:30.100Z] 66cfaf32a10c: Layer already exists [2023-11-29T08:53:30.100Z] abd7e433cba1: Layer already exists [2023-11-29T08:53:30.100Z] a8b46d0e22b4: Layer already exists [2023-11-29T08:53:30.100Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:53:30.100Z] bc277cb5f558: Layer already exists [2023-11-29T08:53:30.100Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:53:30.100Z] 65742670a9ec: Layer already exists [2023-11-29T08:53:30.100Z] dd1b3116200e: Layer already exists [2023-11-29T08:53:30.100Z] daf9c9ce90df: Layer already exists [2023-11-29T08:53:30.100Z] cbd6c348aea5: Layer already exists [2023-11-29T08:53:30.364Z] main: digest: sha256:0918c33a9548c75db8f79cf2713931ebc08d98aee784bc0019462fff78ab91e4 size: 2411 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-11-29T08:53:31.293Z] ===================================================== [Pipeline] echo [2023-11-29T08:53:31.443Z] taggedImages: [2023-11-29T08:53:31.443Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:53:31.443Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-11-29T08:53:31.443Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.2 [2023-11-29T08:53:31.443Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:53:31.443Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2023-11-29T08:53:31.605Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2023-11-29T08:53:31.605Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:53:31.605Z] latest [2023-11-29T08:53:31.605Z] 3.2.0-dev.2 [2023-11-29T08:53:31.605Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:53:31.605Z] main [2023-11-29T08:53:31.605Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:53:32.694Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:53:33.491Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:53:33.491Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-11-29T08:53:33.491Z] cdd13df9b210: Preparing [2023-11-29T08:53:33.491Z] ef975fcc2ed8: Preparing [2023-11-29T08:53:33.491Z] f6a2229c8d9f: Preparing [2023-11-29T08:53:33.491Z] 94f4ed8e28fd: Preparing [2023-11-29T08:53:33.491Z] abd7e433cba1: Preparing [2023-11-29T08:53:33.491Z] d5c129bd7f2f: Preparing [2023-11-29T08:53:33.491Z] 4199541801d2: Preparing [2023-11-29T08:53:33.491Z] d2f648c3836d: Preparing [2023-11-29T08:53:33.491Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:53:33.491Z] 4199541801d2: Waiting [2023-11-29T08:53:33.491Z] d2f648c3836d: Waiting [2023-11-29T08:53:33.491Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:53:33.491Z] d5c129bd7f2f: Waiting [2023-11-29T08:53:33.755Z] f6a2229c8d9f: Pushed [2023-11-29T08:53:33.755Z] ef975fcc2ed8: Pushed [2023-11-29T08:53:34.707Z] abd7e433cba1: Layer already exists [2023-11-29T08:53:34.707Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:53:34.978Z] cdd13df9b210: Pushed [2023-11-29T08:53:34.978Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:53:35.557Z] d2f648c3836d: Pushed [2023-11-29T08:53:36.507Z] 4199541801d2: Pushed [2023-11-29T08:53:51.460Z] d5c129bd7f2f: Pushed [2023-11-29T08:53:51.460Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b: digest: sha256:a6cc265bac7c3d90ec43c055e3447df90db775584f1db7ed34c5df7d35c76715 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:53:52.251Z] + 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 [2023-11-29T08:53:53.021Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-11-29T08:53:53.021Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-11-29T08:53:53.021Z] cdd13df9b210: Preparing [2023-11-29T08:53:53.021Z] ef975fcc2ed8: Preparing [2023-11-29T08:53:53.021Z] f6a2229c8d9f: Preparing [2023-11-29T08:53:53.021Z] 94f4ed8e28fd: Preparing [2023-11-29T08:53:53.021Z] abd7e433cba1: Preparing [2023-11-29T08:53:53.021Z] d5c129bd7f2f: Preparing [2023-11-29T08:53:53.021Z] 4199541801d2: Preparing [2023-11-29T08:53:53.021Z] d2f648c3836d: Preparing [2023-11-29T08:53:53.021Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:53:53.021Z] 4199541801d2: Waiting [2023-11-29T08:53:53.021Z] d5c129bd7f2f: Waiting [2023-11-29T08:53:53.021Z] d2f648c3836d: Waiting [2023-11-29T08:53:53.021Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:53:53.021Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:53:53.021Z] abd7e433cba1: Layer already exists [2023-11-29T08:53:53.021Z] ef975fcc2ed8: Layer already exists [2023-11-29T08:53:53.021Z] f6a2229c8d9f: Layer already exists [2023-11-29T08:53:53.021Z] cdd13df9b210: Layer already exists [2023-11-29T08:53:53.021Z] d5c129bd7f2f: Layer already exists [2023-11-29T08:53:53.021Z] d2f648c3836d: Layer already exists [2023-11-29T08:53:53.021Z] 4199541801d2: Layer already exists [2023-11-29T08:53:53.021Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:53:53.286Z] latest: digest: sha256:a6cc265bac7c3d90ec43c055e3447df90db775584f1db7ed34c5df7d35c76715 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:53:54.075Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:53:54.849Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.2 [2023-11-29T08:53:54.849Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-11-29T08:53:54.849Z] cdd13df9b210: Preparing [2023-11-29T08:53:54.849Z] ef975fcc2ed8: Preparing [2023-11-29T08:53:54.849Z] f6a2229c8d9f: Preparing [2023-11-29T08:53:54.849Z] 94f4ed8e28fd: Preparing [2023-11-29T08:53:54.849Z] abd7e433cba1: Preparing [2023-11-29T08:53:54.849Z] d5c129bd7f2f: Preparing [2023-11-29T08:53:54.849Z] 4199541801d2: Preparing [2023-11-29T08:53:54.849Z] d2f648c3836d: Preparing [2023-11-29T08:53:54.849Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:53:54.849Z] d5c129bd7f2f: Waiting [2023-11-29T08:53:54.849Z] 4199541801d2: Waiting [2023-11-29T08:53:54.849Z] d2f648c3836d: Waiting [2023-11-29T08:53:54.849Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:53:54.849Z] cdd13df9b210: Layer already exists [2023-11-29T08:53:54.849Z] abd7e433cba1: Layer already exists [2023-11-29T08:53:54.849Z] f6a2229c8d9f: Layer already exists [2023-11-29T08:53:54.849Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:53:54.849Z] ef975fcc2ed8: Layer already exists [2023-11-29T08:53:54.849Z] 4199541801d2: Layer already exists [2023-11-29T08:53:54.849Z] d2f648c3836d: Layer already exists [2023-11-29T08:53:54.849Z] d5c129bd7f2f: Layer already exists [2023-11-29T08:53:54.849Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:53:54.849Z] 3.2.0-dev.2: digest: sha256:a6cc265bac7c3d90ec43c055e3447df90db775584f1db7ed34c5df7d35c76715 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:53:55.903Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:53:56.693Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:53:56.693Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-11-29T08:53:56.693Z] cdd13df9b210: Preparing [2023-11-29T08:53:56.693Z] ef975fcc2ed8: Preparing [2023-11-29T08:53:56.693Z] f6a2229c8d9f: Preparing [2023-11-29T08:53:56.693Z] 94f4ed8e28fd: Preparing [2023-11-29T08:53:56.693Z] abd7e433cba1: Preparing [2023-11-29T08:53:56.693Z] d5c129bd7f2f: Preparing [2023-11-29T08:53:56.693Z] 4199541801d2: Preparing [2023-11-29T08:53:56.693Z] d2f648c3836d: Preparing [2023-11-29T08:53:56.693Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:53:56.693Z] d5c129bd7f2f: Waiting [2023-11-29T08:53:56.693Z] 4199541801d2: Waiting [2023-11-29T08:53:56.693Z] d2f648c3836d: Waiting [2023-11-29T08:53:56.693Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:53:56.693Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:53:56.693Z] ef975fcc2ed8: Layer already exists [2023-11-29T08:53:56.693Z] abd7e433cba1: Layer already exists [2023-11-29T08:53:56.693Z] f6a2229c8d9f: Layer already exists [2023-11-29T08:53:56.693Z] cdd13df9b210: Layer already exists [2023-11-29T08:53:56.693Z] 4199541801d2: Layer already exists [2023-11-29T08:53:56.693Z] d5c129bd7f2f: Layer already exists [2023-11-29T08:53:56.693Z] d2f648c3836d: Layer already exists [2023-11-29T08:53:56.693Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:53:56.960Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2: digest: sha256:a6cc265bac7c3d90ec43c055e3447df90db775584f1db7ed34c5df7d35c76715 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:53:57.744Z] + 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 [2023-11-29T08:53:58.545Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2023-11-29T08:53:58.545Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-11-29T08:53:58.545Z] cdd13df9b210: Preparing [2023-11-29T08:53:58.545Z] ef975fcc2ed8: Preparing [2023-11-29T08:53:58.545Z] f6a2229c8d9f: Preparing [2023-11-29T08:53:58.545Z] 94f4ed8e28fd: Preparing [2023-11-29T08:53:58.545Z] abd7e433cba1: Preparing [2023-11-29T08:53:58.545Z] d5c129bd7f2f: Preparing [2023-11-29T08:53:58.545Z] 4199541801d2: Preparing [2023-11-29T08:53:58.545Z] d2f648c3836d: Preparing [2023-11-29T08:53:58.545Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:53:58.545Z] d5c129bd7f2f: Waiting [2023-11-29T08:53:58.545Z] 4199541801d2: Waiting [2023-11-29T08:53:58.545Z] d2f648c3836d: Waiting [2023-11-29T08:53:58.545Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:53:58.545Z] ef975fcc2ed8: Layer already exists [2023-11-29T08:53:58.545Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:53:58.545Z] f6a2229c8d9f: Layer already exists [2023-11-29T08:53:58.545Z] cdd13df9b210: Layer already exists [2023-11-29T08:53:58.545Z] abd7e433cba1: Layer already exists [2023-11-29T08:53:58.545Z] 4199541801d2: Layer already exists [2023-11-29T08:53:58.545Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:53:58.545Z] d5c129bd7f2f: Layer already exists [2023-11-29T08:53:58.545Z] d2f648c3836d: Layer already exists [2023-11-29T08:53:58.810Z] main: digest: sha256:a6cc265bac7c3d90ec43c055e3447df90db775584f1db7ed34c5df7d35c76715 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-11-29T08:53:59.787Z] ===================================================== [Pipeline] echo [2023-11-29T08:53:59.943Z] taggedImages: [2023-11-29T08:53:59.944Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:53:59.944Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-11-29T08:53:59.944Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.2 [2023-11-29T08:53:59.944Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:53:59.944Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2023-11-29T08:54:00.106Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2023-11-29T08:54:00.106Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:54:00.106Z] latest [2023-11-29T08:54:00.106Z] 3.2.0-dev.2 [2023-11-29T08:54:00.106Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:54:00.106Z] main [2023-11-29T08:54:00.106Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:54:01.206Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:54:02.009Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:54:02.009Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-11-29T08:54:02.009Z] ea59baa512d1: Preparing [2023-11-29T08:54:02.009Z] 61b9e1206441: Preparing [2023-11-29T08:54:02.009Z] 913ebda395e2: Preparing [2023-11-29T08:54:02.009Z] 94f4ed8e28fd: Preparing [2023-11-29T08:54:02.009Z] abd7e433cba1: Preparing [2023-11-29T08:54:02.009Z] e39bad1b03a4: Preparing [2023-11-29T08:54:02.009Z] dd1b3116200e: Preparing [2023-11-29T08:54:02.009Z] cbd6c348aea5: Preparing [2023-11-29T08:54:02.009Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:54:02.009Z] e39bad1b03a4: Waiting [2023-11-29T08:54:02.009Z] dd1b3116200e: Waiting [2023-11-29T08:54:02.009Z] cbd6c348aea5: Waiting [2023-11-29T08:54:02.009Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:54:02.276Z] 61b9e1206441: Pushed [2023-11-29T08:54:02.276Z] 913ebda395e2: Pushed [2023-11-29T08:54:03.675Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:54:03.675Z] abd7e433cba1: Layer already exists [2023-11-29T08:54:03.675Z] dd1b3116200e: Layer already exists [2023-11-29T08:54:03.675Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:54:03.675Z] ea59baa512d1: Pushed [2023-11-29T08:54:03.675Z] cbd6c348aea5: Layer already exists [2023-11-29T08:54:21.840Z] e39bad1b03a4: Pushed [2023-11-29T08:54:21.840Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b: digest: sha256:791cc7a3b7b64a4612f49b940dfda42091187a7e8f27dbea83cbfede4b2c1c57 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:54:22.641Z] + 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 [2023-11-29T08:54:23.459Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-11-29T08:54:23.459Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-11-29T08:54:23.459Z] ea59baa512d1: Preparing [2023-11-29T08:54:23.459Z] 61b9e1206441: Preparing [2023-11-29T08:54:23.459Z] 913ebda395e2: Preparing [2023-11-29T08:54:23.459Z] 94f4ed8e28fd: Preparing [2023-11-29T08:54:23.459Z] abd7e433cba1: Preparing [2023-11-29T08:54:23.459Z] e39bad1b03a4: Preparing [2023-11-29T08:54:23.459Z] dd1b3116200e: Preparing [2023-11-29T08:54:23.459Z] cbd6c348aea5: Preparing [2023-11-29T08:54:23.459Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:54:23.459Z] e39bad1b03a4: Waiting [2023-11-29T08:54:23.459Z] dd1b3116200e: Waiting [2023-11-29T08:54:23.459Z] cbd6c348aea5: Waiting [2023-11-29T08:54:23.459Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:54:23.459Z] 913ebda395e2: Layer already exists [2023-11-29T08:54:23.459Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:54:23.459Z] abd7e433cba1: Layer already exists [2023-11-29T08:54:23.459Z] ea59baa512d1: Layer already exists [2023-11-29T08:54:23.459Z] 61b9e1206441: Layer already exists [2023-11-29T08:54:23.459Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:54:23.459Z] dd1b3116200e: Layer already exists [2023-11-29T08:54:23.459Z] e39bad1b03a4: Layer already exists [2023-11-29T08:54:23.459Z] cbd6c348aea5: Layer already exists [2023-11-29T08:54:23.724Z] latest: digest: sha256:791cc7a3b7b64a4612f49b940dfda42091187a7e8f27dbea83cbfede4b2c1c57 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:54:24.510Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:54:25.304Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.2 [2023-11-29T08:54:25.304Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-11-29T08:54:25.304Z] ea59baa512d1: Preparing [2023-11-29T08:54:25.304Z] 61b9e1206441: Preparing [2023-11-29T08:54:25.304Z] 913ebda395e2: Preparing [2023-11-29T08:54:25.304Z] 94f4ed8e28fd: Preparing [2023-11-29T08:54:25.304Z] abd7e433cba1: Preparing [2023-11-29T08:54:25.304Z] e39bad1b03a4: Preparing [2023-11-29T08:54:25.304Z] dd1b3116200e: Preparing [2023-11-29T08:54:25.304Z] cbd6c348aea5: Preparing [2023-11-29T08:54:25.304Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:54:25.304Z] e39bad1b03a4: Waiting [2023-11-29T08:54:25.304Z] dd1b3116200e: Waiting [2023-11-29T08:54:25.304Z] cbd6c348aea5: Waiting [2023-11-29T08:54:25.304Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:54:25.304Z] 61b9e1206441: Layer already exists [2023-11-29T08:54:25.304Z] 913ebda395e2: Layer already exists [2023-11-29T08:54:25.304Z] ea59baa512d1: Layer already exists [2023-11-29T08:54:25.304Z] abd7e433cba1: Layer already exists [2023-11-29T08:54:25.304Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:54:25.304Z] e39bad1b03a4: Layer already exists [2023-11-29T08:54:25.304Z] dd1b3116200e: Layer already exists [2023-11-29T08:54:25.304Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:54:25.304Z] cbd6c348aea5: Layer already exists [2023-11-29T08:54:25.304Z] 3.2.0-dev.2: digest: sha256:791cc7a3b7b64a4612f49b940dfda42091187a7e8f27dbea83cbfede4b2c1c57 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:54:26.398Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:54:27.203Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:54:27.203Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-11-29T08:54:27.203Z] ea59baa512d1: Preparing [2023-11-29T08:54:27.203Z] 61b9e1206441: Preparing [2023-11-29T08:54:27.203Z] 913ebda395e2: Preparing [2023-11-29T08:54:27.203Z] 94f4ed8e28fd: Preparing [2023-11-29T08:54:27.203Z] abd7e433cba1: Preparing [2023-11-29T08:54:27.203Z] e39bad1b03a4: Preparing [2023-11-29T08:54:27.203Z] dd1b3116200e: Preparing [2023-11-29T08:54:27.203Z] cbd6c348aea5: Preparing [2023-11-29T08:54:27.203Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:54:27.203Z] e39bad1b03a4: Waiting [2023-11-29T08:54:27.203Z] dd1b3116200e: Waiting [2023-11-29T08:54:27.203Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:54:27.203Z] cbd6c348aea5: Waiting [2023-11-29T08:54:27.203Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:54:27.203Z] abd7e433cba1: Layer already exists [2023-11-29T08:54:27.203Z] 61b9e1206441: Layer already exists [2023-11-29T08:54:27.203Z] 913ebda395e2: Layer already exists [2023-11-29T08:54:27.203Z] ea59baa512d1: Layer already exists [2023-11-29T08:54:27.203Z] e39bad1b03a4: Layer already exists [2023-11-29T08:54:27.203Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:54:27.203Z] dd1b3116200e: Layer already exists [2023-11-29T08:54:27.203Z] cbd6c348aea5: Layer already exists [2023-11-29T08:54:27.203Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2: digest: sha256:791cc7a3b7b64a4612f49b940dfda42091187a7e8f27dbea83cbfede4b2c1c57 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:54:28.279Z] + 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 [2023-11-29T08:54:29.089Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2023-11-29T08:54:29.089Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-11-29T08:54:29.089Z] ea59baa512d1: Preparing [2023-11-29T08:54:29.089Z] 61b9e1206441: Preparing [2023-11-29T08:54:29.089Z] 913ebda395e2: Preparing [2023-11-29T08:54:29.089Z] 94f4ed8e28fd: Preparing [2023-11-29T08:54:29.089Z] abd7e433cba1: Preparing [2023-11-29T08:54:29.089Z] e39bad1b03a4: Preparing [2023-11-29T08:54:29.089Z] dd1b3116200e: Preparing [2023-11-29T08:54:29.089Z] cbd6c348aea5: Preparing [2023-11-29T08:54:29.089Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:54:29.089Z] dd1b3116200e: Waiting [2023-11-29T08:54:29.089Z] cbd6c348aea5: Waiting [2023-11-29T08:54:29.089Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:54:29.089Z] e39bad1b03a4: Waiting [2023-11-29T08:54:29.089Z] 61b9e1206441: Layer already exists [2023-11-29T08:54:29.089Z] 913ebda395e2: Layer already exists [2023-11-29T08:54:29.089Z] ea59baa512d1: Layer already exists [2023-11-29T08:54:29.089Z] abd7e433cba1: Layer already exists [2023-11-29T08:54:29.089Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:54:29.089Z] dd1b3116200e: Layer already exists [2023-11-29T08:54:29.089Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:54:29.089Z] cbd6c348aea5: Layer already exists [2023-11-29T08:54:29.089Z] e39bad1b03a4: Layer already exists [2023-11-29T08:54:29.354Z] main: digest: sha256:791cc7a3b7b64a4612f49b940dfda42091187a7e8f27dbea83cbfede4b2c1c57 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-11-29T08:54:30.314Z] ===================================================== [Pipeline] echo [2023-11-29T08:54:30.478Z] taggedImages: [2023-11-29T08:54:30.478Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:54:30.478Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-11-29T08:54:30.478Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.2 [2023-11-29T08:54:30.478Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:54:30.478Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2023-11-29T08:54:30.661Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2023-11-29T08:54:30.661Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:54:30.661Z] latest [2023-11-29T08:54:30.661Z] 3.2.0-dev.2 [2023-11-29T08:54:30.661Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:54:30.661Z] main [2023-11-29T08:54:30.661Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:54:31.812Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:54:32.606Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:54:32.606Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-11-29T08:54:32.606Z] 3a432383b276: Preparing [2023-11-29T08:54:32.606Z] fd07f7ced128: Preparing [2023-11-29T08:54:32.606Z] 94f4ed8e28fd: Preparing [2023-11-29T08:54:32.606Z] abd7e433cba1: Preparing [2023-11-29T08:54:32.606Z] 07f9868a3a56: Preparing [2023-11-29T08:54:32.606Z] 9a64f2b1661a: Preparing [2023-11-29T08:54:32.606Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:54:32.606Z] 9a64f2b1661a: Waiting [2023-11-29T08:54:32.606Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:54:32.606Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:54:32.872Z] abd7e433cba1: Layer already exists [2023-11-29T08:54:32.872Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:54:32.872Z] 3a432383b276: Pushed [2023-11-29T08:54:33.137Z] 9a64f2b1661a: Pushed [2023-11-29T08:54:34.538Z] 07f9868a3a56: Pushed [2023-11-29T08:54:38.767Z] fd07f7ced128: Pushed [2023-11-29T08:54:38.767Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b: digest: sha256:2dbf062a6ab4edcb9a0df958f50751cac6962f8962ea5edf8b1641827c8f497e size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:54:39.617Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:54:40.431Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-11-29T08:54:40.431Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-11-29T08:54:40.431Z] 3a432383b276: Preparing [2023-11-29T08:54:40.431Z] fd07f7ced128: Preparing [2023-11-29T08:54:40.431Z] 94f4ed8e28fd: Preparing [2023-11-29T08:54:40.431Z] abd7e433cba1: Preparing [2023-11-29T08:54:40.431Z] 07f9868a3a56: Preparing [2023-11-29T08:54:40.431Z] 9a64f2b1661a: Preparing [2023-11-29T08:54:40.431Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:54:40.431Z] 9a64f2b1661a: Waiting [2023-11-29T08:54:40.431Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:54:40.431Z] 3a432383b276: Layer already exists [2023-11-29T08:54:40.431Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:54:40.431Z] abd7e433cba1: Layer already exists [2023-11-29T08:54:40.431Z] fd07f7ced128: Layer already exists [2023-11-29T08:54:40.431Z] 07f9868a3a56: Layer already exists [2023-11-29T08:54:40.431Z] 9a64f2b1661a: Layer already exists [2023-11-29T08:54:40.431Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:54:40.431Z] latest: digest: sha256:2dbf062a6ab4edcb9a0df958f50751cac6962f8962ea5edf8b1641827c8f497e size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:54:41.514Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:54:42.339Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.2 [2023-11-29T08:54:42.339Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-11-29T08:54:42.339Z] 3a432383b276: Preparing [2023-11-29T08:54:42.339Z] fd07f7ced128: Preparing [2023-11-29T08:54:42.339Z] 94f4ed8e28fd: Preparing [2023-11-29T08:54:42.339Z] abd7e433cba1: Preparing [2023-11-29T08:54:42.339Z] 07f9868a3a56: Preparing [2023-11-29T08:54:42.339Z] 9a64f2b1661a: Preparing [2023-11-29T08:54:42.339Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:54:42.339Z] 9a64f2b1661a: Waiting [2023-11-29T08:54:42.339Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:54:42.339Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:54:42.339Z] 3a432383b276: Layer already exists [2023-11-29T08:54:42.339Z] 07f9868a3a56: Layer already exists [2023-11-29T08:54:42.339Z] fd07f7ced128: Layer already exists [2023-11-29T08:54:42.339Z] abd7e433cba1: Layer already exists [2023-11-29T08:54:42.339Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:54:42.339Z] 9a64f2b1661a: Layer already exists [2023-11-29T08:54:42.606Z] 3.2.0-dev.2: digest: sha256:2dbf062a6ab4edcb9a0df958f50751cac6962f8962ea5edf8b1641827c8f497e size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:54:43.418Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:54:44.252Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:54:44.252Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-11-29T08:54:44.252Z] 3a432383b276: Preparing [2023-11-29T08:54:44.252Z] fd07f7ced128: Preparing [2023-11-29T08:54:44.252Z] 94f4ed8e28fd: Preparing [2023-11-29T08:54:44.252Z] abd7e433cba1: Preparing [2023-11-29T08:54:44.252Z] 07f9868a3a56: Preparing [2023-11-29T08:54:44.252Z] 9a64f2b1661a: Preparing [2023-11-29T08:54:44.252Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:54:44.252Z] 9a64f2b1661a: Waiting [2023-11-29T08:54:44.252Z] abd7e433cba1: Layer already exists [2023-11-29T08:54:44.252Z] 3a432383b276: Layer already exists [2023-11-29T08:54:44.252Z] 07f9868a3a56: Layer already exists [2023-11-29T08:54:44.252Z] fd07f7ced128: Layer already exists [2023-11-29T08:54:44.252Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:54:44.252Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:54:44.252Z] 9a64f2b1661a: Layer already exists [2023-11-29T08:54:44.518Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2: digest: sha256:2dbf062a6ab4edcb9a0df958f50751cac6962f8962ea5edf8b1641827c8f497e size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:54:45.324Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:54:47.098Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2023-11-29T08:54:47.098Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-11-29T08:54:47.098Z] 3a432383b276: Preparing [2023-11-29T08:54:47.098Z] fd07f7ced128: Preparing [2023-11-29T08:54:47.098Z] 94f4ed8e28fd: Preparing [2023-11-29T08:54:47.098Z] abd7e433cba1: Preparing [2023-11-29T08:54:47.098Z] 07f9868a3a56: Preparing [2023-11-29T08:54:47.098Z] 9a64f2b1661a: Preparing [2023-11-29T08:54:47.098Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:54:47.098Z] 9a64f2b1661a: Waiting [2023-11-29T08:54:47.098Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:54:47.098Z] fd07f7ced128: Layer already exists [2023-11-29T08:54:47.098Z] abd7e433cba1: Layer already exists [2023-11-29T08:54:47.098Z] 3a432383b276: Layer already exists [2023-11-29T08:54:47.098Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:54:47.098Z] 07f9868a3a56: Layer already exists [2023-11-29T08:54:47.098Z] 9a64f2b1661a: Layer already exists [2023-11-29T08:54:47.098Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:54:47.098Z] main: digest: sha256:2dbf062a6ab4edcb9a0df958f50751cac6962f8962ea5edf8b1641827c8f497e size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-11-29T08:54:48.422Z] ===================================================== [Pipeline] echo [2023-11-29T08:54:48.601Z] taggedImages: [2023-11-29T08:54:48.601Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:54:48.601Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-11-29T08:54:48.601Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.2 [2023-11-29T08:54:48.601Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:54:48.601Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2023-11-29T08:54:48.787Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2023-11-29T08:54:48.787Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:54:48.787Z] latest [2023-11-29T08:54:48.787Z] 3.2.0-dev.2 [2023-11-29T08:54:48.787Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:54:48.787Z] main [2023-11-29T08:54:48.787Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:54:50.008Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:54:50.832Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:54:50.832Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-11-29T08:54:50.832Z] 27e04eae38f6: Preparing [2023-11-29T08:54:50.832Z] 9235c6a9aa62: Preparing [2023-11-29T08:54:50.832Z] 94f4ed8e28fd: Preparing [2023-11-29T08:54:50.832Z] abd7e433cba1: Preparing [2023-11-29T08:54:50.832Z] 2efcfd0c86d4: Preparing [2023-11-29T08:54:50.832Z] 4e95e64a34b9: Preparing [2023-11-29T08:54:50.832Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:54:50.832Z] 4e95e64a34b9: Waiting [2023-11-29T08:54:50.832Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:54:50.832Z] abd7e433cba1: Layer already exists [2023-11-29T08:54:50.832Z] 2efcfd0c86d4: Layer already exists [2023-11-29T08:54:50.832Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:54:50.832Z] 4e95e64a34b9: Layer already exists [2023-11-29T08:54:51.096Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:54:51.096Z] 27e04eae38f6: Pushed [2023-11-29T08:54:56.419Z] 9235c6a9aa62: Pushed [2023-11-29T08:54:56.684Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b: digest: sha256:6586b65e198ce6282958b32f7a1d9334ab18d5381cb913b5fc1ec7634a07f5c6 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:54:57.507Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:55:02.592Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-11-29T08:55:02.592Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-11-29T08:55:02.592Z] 27e04eae38f6: Preparing [2023-11-29T08:55:02.592Z] 9235c6a9aa62: Preparing [2023-11-29T08:55:02.592Z] 94f4ed8e28fd: Preparing [2023-11-29T08:55:02.592Z] abd7e433cba1: Preparing [2023-11-29T08:55:02.592Z] 2efcfd0c86d4: Preparing [2023-11-29T08:55:02.592Z] 4e95e64a34b9: Preparing [2023-11-29T08:55:02.592Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:55:02.592Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:55:02.592Z] 4e95e64a34b9: Waiting [2023-11-29T08:55:02.592Z] 9235c6a9aa62: Layer already exists [2023-11-29T08:55:02.592Z] abd7e433cba1: Layer already exists [2023-11-29T08:55:02.592Z] 27e04eae38f6: Layer already exists [2023-11-29T08:55:02.592Z] 2efcfd0c86d4: Layer already exists [2023-11-29T08:55:02.592Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:55:02.592Z] 4e95e64a34b9: Layer already exists [2023-11-29T08:55:02.592Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:55:02.592Z] latest: digest: sha256:6586b65e198ce6282958b32f7a1d9334ab18d5381cb913b5fc1ec7634a07f5c6 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:55:03.421Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:55:04.248Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.2 [2023-11-29T08:55:04.248Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-11-29T08:55:04.248Z] 27e04eae38f6: Preparing [2023-11-29T08:55:04.248Z] 9235c6a9aa62: Preparing [2023-11-29T08:55:04.248Z] 94f4ed8e28fd: Preparing [2023-11-29T08:55:04.248Z] abd7e433cba1: Preparing [2023-11-29T08:55:04.248Z] 2efcfd0c86d4: Preparing [2023-11-29T08:55:04.248Z] 4e95e64a34b9: Preparing [2023-11-29T08:55:04.248Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:55:04.248Z] 4e95e64a34b9: Waiting [2023-11-29T08:55:04.248Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:55:04.248Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:55:04.248Z] abd7e433cba1: Layer already exists [2023-11-29T08:55:04.248Z] 27e04eae38f6: Layer already exists [2023-11-29T08:55:04.248Z] 9235c6a9aa62: Layer already exists [2023-11-29T08:55:04.248Z] 2efcfd0c86d4: Layer already exists [2023-11-29T08:55:04.248Z] 4e95e64a34b9: Layer already exists [2023-11-29T08:55:04.248Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:55:04.248Z] 3.2.0-dev.2: digest: sha256:6586b65e198ce6282958b32f7a1d9334ab18d5381cb913b5fc1ec7634a07f5c6 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:55:05.407Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:55:06.303Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:55:06.303Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-11-29T08:55:06.303Z] 27e04eae38f6: Preparing [2023-11-29T08:55:06.303Z] 9235c6a9aa62: Preparing [2023-11-29T08:55:06.303Z] 94f4ed8e28fd: Preparing [2023-11-29T08:55:06.303Z] abd7e433cba1: Preparing [2023-11-29T08:55:06.303Z] 2efcfd0c86d4: Preparing [2023-11-29T08:55:06.303Z] 4e95e64a34b9: Preparing [2023-11-29T08:55:06.303Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:55:06.303Z] 4e95e64a34b9: Waiting [2023-11-29T08:55:06.303Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:55:06.303Z] 2efcfd0c86d4: Layer already exists [2023-11-29T08:55:06.303Z] 9235c6a9aa62: Layer already exists [2023-11-29T08:55:06.303Z] abd7e433cba1: Layer already exists [2023-11-29T08:55:06.303Z] 27e04eae38f6: Layer already exists [2023-11-29T08:55:06.303Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:55:06.303Z] 4e95e64a34b9: Layer already exists [2023-11-29T08:55:06.303Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:55:06.303Z] 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2: digest: sha256:6586b65e198ce6282958b32f7a1d9334ab18d5381cb913b5fc1ec7634a07f5c6 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:55:07.428Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:55:08.254Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2023-11-29T08:55:08.254Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-11-29T08:55:08.254Z] 27e04eae38f6: Preparing [2023-11-29T08:55:08.254Z] 9235c6a9aa62: Preparing [2023-11-29T08:55:08.254Z] 94f4ed8e28fd: Preparing [2023-11-29T08:55:08.254Z] abd7e433cba1: Preparing [2023-11-29T08:55:08.254Z] 2efcfd0c86d4: Preparing [2023-11-29T08:55:08.254Z] 4e95e64a34b9: Preparing [2023-11-29T08:55:08.254Z] 5f4d9fc4d98d: Preparing [2023-11-29T08:55:08.254Z] 4e95e64a34b9: Waiting [2023-11-29T08:55:08.254Z] 5f4d9fc4d98d: Waiting [2023-11-29T08:55:08.254Z] 2efcfd0c86d4: Layer already exists [2023-11-29T08:55:08.254Z] 94f4ed8e28fd: Layer already exists [2023-11-29T08:55:08.254Z] abd7e433cba1: Layer already exists [2023-11-29T08:55:08.254Z] 9235c6a9aa62: Layer already exists [2023-11-29T08:55:08.254Z] 27e04eae38f6: Layer already exists [2023-11-29T08:55:08.254Z] 4e95e64a34b9: Layer already exists [2023-11-29T08:55:08.254Z] 5f4d9fc4d98d: Layer already exists [2023-11-29T08:55:08.519Z] main: digest: sha256:6586b65e198ce6282958b32f7a1d9334ab18d5381cb913b5fc1ec7634a07f5c6 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-11-29T08:55:09.561Z] ===================================================== [Pipeline] echo [2023-11-29T08:55:09.731Z] taggedImages: [2023-11-29T08:55:09.731Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [2023-11-29T08:55:09.731Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-11-29T08:55:09.731Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.2 [2023-11-29T08:55:09.731Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [2023-11-29T08:55:09.731Z] - 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 [2023-11-29T08:55:11.112Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-11-29T08:55:11.112Z] [2023-11-29T08:55:11.112Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:55:11.602Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-11-29T08:55:11.602Z] arm64: Pulling from edgex-lftools-log-publisher [2023-11-29T08:55:11.602Z] 8998bd30e6a1: Pulling fs layer [2023-11-29T08:55:11.602Z] 04944245beec: Pulling fs layer [2023-11-29T08:55:11.602Z] 699f458cf7ca: Pulling fs layer [2023-11-29T08:55:11.602Z] 765212b225bb: Pulling fs layer [2023-11-29T08:55:11.602Z] f23df028b6ca: Pulling fs layer [2023-11-29T08:55:11.603Z] d65c8cfc05b1: Pulling fs layer [2023-11-29T08:55:11.603Z] 2437ff75d9bd: Pulling fs layer [2023-11-29T08:55:11.603Z] 765212b225bb: Waiting [2023-11-29T08:55:11.603Z] f23df028b6ca: Waiting [2023-11-29T08:55:11.603Z] d65c8cfc05b1: Waiting [2023-11-29T08:55:11.603Z] 2437ff75d9bd: Waiting [2023-11-29T08:55:11.868Z] 04944245beec: Verifying Checksum [2023-11-29T08:55:11.868Z] 04944245beec: Download complete [2023-11-29T08:55:11.868Z] 765212b225bb: Verifying Checksum [2023-11-29T08:55:11.868Z] 765212b225bb: Download complete [2023-11-29T08:55:11.868Z] f23df028b6ca: Download complete [2023-11-29T08:55:11.868Z] d65c8cfc05b1: Verifying Checksum [2023-11-29T08:55:11.868Z] d65c8cfc05b1: Download complete [2023-11-29T08:55:11.868Z] 699f458cf7ca: Verifying Checksum [2023-11-29T08:55:11.868Z] 699f458cf7ca: Download complete [2023-11-29T08:55:12.449Z] 8998bd30e6a1: Verifying Checksum [2023-11-29T08:55:12.449Z] 8998bd30e6a1: Download complete [2023-11-29T08:55:15.025Z] 2437ff75d9bd: Verifying Checksum [2023-11-29T08:55:15.025Z] 2437ff75d9bd: Download complete [2023-11-29T08:55:16.961Z] 8998bd30e6a1: Pull complete [2023-11-29T08:55:17.227Z] 04944245beec: Pull complete [2023-11-29T08:55:18.631Z] 699f458cf7ca: Pull complete [2023-11-29T08:55:18.896Z] 765212b225bb: Pull complete [2023-11-29T08:55:19.851Z] f23df028b6ca: Pull complete [2023-11-29T08:55:19.851Z] d65c8cfc05b1: Pull complete [2023-11-29T08:55:34.816Z] 2437ff75d9bd: Pull complete [2023-11-29T08:55:34.816Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-11-29T08:55:34.816Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-11-29T08:55:34.816Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-29T08:55:35.697Z] prd-ubuntu20.04-docker-arm64-4c-16g-9112 does not seem to be running inside a container [2023-11-29T08:55:35.760Z] $ 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/611 -v /w/workspace/edgex-go/611:/w/workspace/edgex-go/611:rw,z -v /w/workspace/edgex-go/611@tmp:/w/workspace/edgex-go/611@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-lftools-log-publisher:arm64 cat [2023-11-29T08:55:37.970Z] $ docker top e29044a0cded37d5178ca040334d24c2c9be1f9efea93ca87aa2b0f7b04d7f43 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-11-29T08:55:39.195Z] ---> job-cost.sh [2023-11-29T08:55:39.195Z] lf-activate-venv: SKIPPING [2023-11-29T08:55:39.195Z] INFO: No Stack... [2023-11-29T08:55:39.772Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-11-29T08:55:40.356Z] INFO: Archiving Costs [Pipeline] sh [2023-11-29T08:55:40.673Z] + cut -d, -f6 [2023-11-29T08:55:40.673Z] + cat /w/workspace/edgex-go/611/archives/cost.csv [Pipeline] lock [2023-11-29T08:55:40.967Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-611-stack-cost] [2023-11-29T08:55:40.975Z] Resource [jenkins-edgexfoundry-edgex-go-main-611-stack-cost] did not exist. Created. [2023-11-29T08:55:40.976Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-main-611-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-11-29T08:55:41.638Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-11-29T08:55:42.351Z] Stashed 1 file(s) [Pipeline] } [2023-11-29T08:55:42.358Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-main-611-stack-cost] [Pipeline] // lock [Pipeline] } [2023-11-29T08:55:42.746Z] $ docker stop --time=1 e29044a0cded37d5178ca040334d24c2c9be1f9efea93ca87aa2b0f7b04d7f43 [2023-11-29T08:55:45.839Z] $ docker rm -f --volumes e29044a0cded37d5178ca040334d24c2c9be1f9efea93ca87aa2b0f7b04d7f43 [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 [2023-11-29T08:55:49.849Z] provisioning config files... [2023-11-29T08:55:49.859Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/611@tmp/config5950728527021557104tmp [Pipeline] { [Pipeline] sh [2023-11-29T08:55:50.497Z] + set +x [2023-11-29T08:55:50.497Z] + bash -s+ -- [2023-11-29T08:55:50.497Z] curl -s https://codecov.io/bash [2023-11-29T08:55:50.758Z] [2023-11-29T08:55:50.758Z] _____ _ [2023-11-29T08:55:50.758Z] / ____| | | [2023-11-29T08:55:50.758Z] | | ___ __| | ___ ___ _____ __ [2023-11-29T08:55:50.758Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-11-29T08:55:50.758Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-11-29T08:55:50.758Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-11-29T08:55:50.758Z] Bash-1.0.6 [2023-11-29T08:55:50.758Z] [2023-11-29T08:55:50.758Z] [2023-11-29T08:55:50.758Z] ==> git version 2.25.1 found [2023-11-29T08:55:50.758Z] ==> 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 [2023-11-29T08:55:50.758Z] Release-Date: 2020-01-08 [2023-11-29T08:55:50.758Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-11-29T08:55:50.758Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-11-29T08:55:50.758Z] ==> Jenkins CI detected. [2023-11-29T08:55:50.758Z] current dir:  /w/workspace/edgex-go/611 [2023-11-29T08:55:50.758Z] project root: . [2023-11-29T08:55:50.758Z] --> token set from env [2023-11-29T08:55:50.758Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-11-29T08:55:50.758Z] ==> Running gcov in . (disable via -X gcov) [2023-11-29T08:55:50.758Z] ==> Python coveragepy not found [2023-11-29T08:55:50.758Z] ==> Searching for coverage reports in: [2023-11-29T08:55:50.758Z] + . [2023-11-29T08:55:50.758Z] -> Found 1 reports [2023-11-29T08:55:50.758Z] ==> Detecting git/mercurial file structure [2023-11-29T08:55:50.758Z] ==> Reading reports [2023-11-29T08:55:50.758Z] + ./coverage.out bytes=453602 [2023-11-29T08:55:50.758Z] ==> Appending adjustments [2023-11-29T08:55:50.758Z] https://docs.codecov.io/docs/fixing-reports [2023-11-29T08:55:52.136Z] + Found adjustments [2023-11-29T08:55:52.136Z] ==> Gzipping contents [2023-11-29T08:55:52.136Z] 60K /tmp/codecov.O7KzcN.gz [2023-11-29T08:55:52.136Z] ==> Uploading reports [2023-11-29T08:55:52.136Z] url: https://codecov.io [2023-11-29T08:55:52.136Z] query: branch=main&commit=97e9fbb8a484dc0c2ce89b12687694aa0705ba0b&build=611&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F611%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-11-29T08:55:52.136Z] -> Pinging Codecov [2023-11-29T08:55:52.136Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=97e9fbb8a484dc0c2ce89b12687694aa0705ba0b&build=611&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F611%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-11-29T08:55:52.136Z] -> Uploading to [2023-11-29T08:55:52.136Z] https://storage.googleapis.com/codecov/v4/raw/2023-11-29/00271124DB129430A58F1EEE437C3FCB/97e9fbb8a484dc0c2ce89b12687694aa0705ba0b/71c7782b-a832-4deb-b43e-589abccbe417.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20231129%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20231129T085551Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a548d553dc83db2b7d7c682803a5e1fd1f7d94cbc34d7d63e9a8964f3484972e [2023-11-29T08:55:52.136Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-11-29T08:55:52.136Z] Dload Upload Total Spent Left Speed [2023-11-29T08:55:52.395Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57834 0 0 100 57834 0 190k --:--:-- --:--:-- --:--:-- 190k [2023-11-29T08:55:52.395Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [Pipeline] } [2023-11-29T08:55:52.404Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2023-11-29T08:55:53.490Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-11-29T08:55:53.506Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:55:54.305Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-11-29T08:55:54.305Z] [2023-11-29T08:55:54.305Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:55:54.770Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-11-29T08:55:54.770Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-11-29T08:55:54.770Z] df9b9388f04a: Pulling fs layer [2023-11-29T08:55:54.770Z] 52dc419b0ee2: Pulling fs layer [2023-11-29T08:55:54.770Z] 25bc292e5bac: Pulling fs layer [2023-11-29T08:55:54.770Z] 114826534d7a: Pulling fs layer [2023-11-29T08:55:54.770Z] 4657fd5d0bcf: Pulling fs layer [2023-11-29T08:55:54.770Z] 6ad1cebc031e: Pulling fs layer [2023-11-29T08:55:54.770Z] 8a3aa393b2d8: Pulling fs layer [2023-11-29T08:55:54.770Z] 4657fd5d0bcf: Waiting [2023-11-29T08:55:54.770Z] 114826534d7a: Waiting [2023-11-29T08:55:54.770Z] 6ad1cebc031e: Waiting [2023-11-29T08:55:54.770Z] 8a3aa393b2d8: Waiting [2023-11-29T08:55:54.770Z] 25bc292e5bac: Verifying Checksum [2023-11-29T08:55:54.770Z] 25bc292e5bac: Download complete [2023-11-29T08:55:54.770Z] 52dc419b0ee2: Download complete [2023-11-29T08:55:54.770Z] 4657fd5d0bcf: Verifying Checksum [2023-11-29T08:55:54.770Z] 4657fd5d0bcf: Download complete [2023-11-29T08:55:54.770Z] df9b9388f04a: Verifying Checksum [2023-11-29T08:55:54.770Z] df9b9388f04a: Download complete [2023-11-29T08:55:55.031Z] df9b9388f04a: Pull complete [2023-11-29T08:55:55.031Z] 6ad1cebc031e: Verifying Checksum [2023-11-29T08:55:55.031Z] 6ad1cebc031e: Download complete [2023-11-29T08:55:55.031Z] 52dc419b0ee2: Pull complete [2023-11-29T08:55:55.331Z] 25bc292e5bac: Pull complete [2023-11-29T08:55:55.600Z] 114826534d7a: Verifying Checksum [2023-11-29T08:55:55.600Z] 114826534d7a: Download complete [2023-11-29T08:55:55.880Z] 8a3aa393b2d8: Verifying Checksum [2023-11-29T08:55:55.880Z] 8a3aa393b2d8: Download complete [2023-11-29T08:55:59.172Z] 114826534d7a: Pull complete [2023-11-29T08:55:59.172Z] 4657fd5d0bcf: Pull complete [2023-11-29T08:55:59.172Z] 6ad1cebc031e: Pull complete [2023-11-29T08:56:01.700Z] 8a3aa393b2d8: Pull complete [2023-11-29T08:56:01.700Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-11-29T08:56:01.700Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-11-29T08:56:01.700Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-29T08:56:02.476Z] prd-ubuntu20.04-docker-8c-8g-9111 does not seem to be running inside a container [2023-11-29T08:56:02.506Z] $ 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/611 -v /w/workspace/edgex-go/611:/w/workspace/edgex-go/611:rw,z -v /w/workspace/edgex-go/611@tmp:/w/workspace/edgex-go/611@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-snyk-go:1.410.4 cat [2023-11-29T08:56:08.381Z] $ docker top a53bb9d66049ca7d025118b7bb968f1d9539e7d9bd319a864b540fd1ad3e7029 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-11-29T08:56:08.796Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2023-11-29T08:56:09.077Z] + set -o pipefail [2023-11-29T08:56:09.077Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2023-11-29T08:56:17.197Z] [2023-11-29T08:56:17.197Z] Monitoring /w/workspace/edgex-go/611 (github.com/edgexfoundry/edgex-go)... [2023-11-29T08:56:17.197Z] [2023-11-29T08:56:17.197Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/40fd7bb1-a662-4c5f-a261-c57acdf17465 [2023-11-29T08:56:17.197Z] [2023-11-29T08:56:17.197Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-11-29T08:56:17.197Z] [2023-11-29T08:56:17.197Z] [2023-11-29T08:56:17.197Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-11-29T08:56:17.197Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-11-29T08:56:17.197Z] More details here: https://snyk.co/ue1NS [2023-11-29T08:56:17.197Z] You have reached your monthly limit of 401 private tests for your edgex-jenkins org. [2023-11-29T08:56:17.197Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2023-11-29T08:56:17.209Z] $ docker stop --time=1 a53bb9d66049ca7d025118b7bb968f1d9539e7d9bd319a864b540fd1ad3e7029 [2023-11-29T08:56:21.587Z] $ docker rm -f --volumes a53bb9d66049ca7d025118b7bb968f1d9539e7d9bd319a864b540fd1ad3e7029 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2023-11-29T08:56:23.194Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-11-29T08:56:23.377Z] provisioning config files... [2023-11-29T08:56:23.384Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/611@tmp/config12223504552854654559tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-11-29T08:56:24.104Z] --> edgex-publish-swagger.sh [2023-11-29T08:56:24.104Z] === Publish openapi/v3 API === [2023-11-29T08:56:24.104Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2023-11-29T08:56:24.104Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/611/openapi/v3/core-command.yaml] [2023-11-29T08:56:24.104Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-11-29T08:56:24.104Z] Dload Upload Total Spent Left Speed [2023-11-29T08:56:24.363Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32782 0 0 100 32782 0 65827 --:--:-- --:--:-- --:--:-- 65827 [2023-11-29T08:56:24.363Z] [2023-11-29T08:56:24.363Z] [2023-11-29T08:56:24.363Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/611/openapi/v3/core-data.yaml] [2023-11-29T08:56:24.646Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-11-29T08:56:24.646Z] Dload Upload Total Spent Left Speed [2023-11-29T08:56:24.904Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 72043 0 0 100 72043 0 868k --:--:-- --:--:-- --:--:-- 857k 100 72043 0 0 100 72043 0 143k --:--:-- --:--:-- --:--:-- 143k [2023-11-29T08:56:24.904Z] [2023-11-29T08:56:24.904Z] [2023-11-29T08:56:24.904Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/611/openapi/v3/core-metadata.yaml] [2023-11-29T08:56:24.905Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-11-29T08:56:24.905Z] Dload Upload Total Spent Left Speed [2023-11-29T08:56:25.472Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 144k 100 180 100 144k 459 368k --:--:-- --:--:-- --:--:-- 368k [2023-11-29T08:56:25.473Z] {"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":{}} [2023-11-29T08:56:25.473Z] [2023-11-29T08:56:25.473Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/611/openapi/v3/support-notifications.yaml] [2023-11-29T08:56:25.473Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-11-29T08:56:25.473Z] Dload Upload Total Spent Left Speed [2023-11-29T08:56:25.732Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87000 0 0 100 87000 0 418k --:--:-- --:--:-- --:--:-- 416k 100 87180 100 180 100 87000 486 229k --:--:-- --:--:-- --:--:-- 229k [2023-11-29T08:56:25.732Z] {"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":{}} [2023-11-29T08:56:25.732Z] [2023-11-29T08:56:25.732Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/611/openapi/v3/support-scheduler.yaml] [2023-11-29T08:56:25.732Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-11-29T08:56:25.732Z] Dload Upload Total Spent Left Speed [2023-11-29T08:56:26.299Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37134 100 180 100 36954 489 98k --:--:-- --:--:-- --:--:-- 98k [2023-11-29T08:56:26.299Z] {"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":{}} [2023-11-29T08:56:26.299Z] [Pipeline] } [2023-11-29T08:56:26.307Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh [2023-11-29T08:56:28.275Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-11-29T08:56:28.275Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:56:28.741Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-11-29T08:56:28.741Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-29T08:56:29.189Z] prd-ubuntu20.04-docker-8c-8g-9111 does not seem to be running inside a container [2023-11-29T08:56:29.232Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/611 -v /w/workspace/edgex-go/611:/w/workspace/edgex-go/611:rw,z -v /w/workspace/edgex-go/611@tmp:/w/workspace/edgex-go/611@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/py-git-semver:0.1.4 cat [2023-11-29T08:56:29.641Z] $ docker top e37de0b53dcaf6fc4b4791e44216a33fdbf8449c9ef7c5c4ffec4e4057f4f35c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-11-29T08:56:30.268Z] [edgeXSemver]: ignoring command tag because GITSEMVER_HEAD_TAG is already set to 'v3.2.0-dev.1' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-11-29T08:56:30.904Z] + git semver [Pipeline] } [2023-11-29T08:56:31.177Z] $ docker stop --time=1 e37de0b53dcaf6fc4b4791e44216a33fdbf8449c9ef7c5c4ffec4e4057f4f35c [2023-11-29T08:56:32.422Z] $ docker rm -f --volumes e37de0b53dcaf6fc4b4791e44216a33fdbf8449c9ef7c5c4ffec4e4057f4f35c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:56:33.675Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-11-29T08:56:33.676Z] [2023-11-29T08:56:33.676Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:56:34.167Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-11-29T08:56:34.167Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-11-29T08:56:34.167Z] ab5ef0e58194: Pulling fs layer [2023-11-29T08:56:34.167Z] 9712f1f96733: Pulling fs layer [2023-11-29T08:56:34.167Z] 63f879dbbcfc: Pulling fs layer [2023-11-29T08:56:34.167Z] 0d9ebad4ef96: Pulling fs layer [2023-11-29T08:56:34.167Z] e9a5061849ea: Pulling fs layer [2023-11-29T08:56:34.167Z] d747dcd14b5f: Pulling fs layer [2023-11-29T08:56:34.167Z] 2de7ff778b66: Pulling fs layer [2023-11-29T08:56:34.167Z] e9a5061849ea: Waiting [2023-11-29T08:56:34.167Z] 2de7ff778b66: Waiting [2023-11-29T08:56:34.167Z] d747dcd14b5f: Waiting [2023-11-29T08:56:34.167Z] 9712f1f96733: Download complete [2023-11-29T08:56:34.427Z] 63f879dbbcfc: Verifying Checksum [2023-11-29T08:56:34.427Z] 63f879dbbcfc: Download complete [2023-11-29T08:56:34.684Z] e9a5061849ea: Verifying Checksum [2023-11-29T08:56:34.684Z] e9a5061849ea: Download complete [2023-11-29T08:56:34.684Z] d747dcd14b5f: Download complete [2023-11-29T08:56:34.684Z] 0d9ebad4ef96: Verifying Checksum [2023-11-29T08:56:34.684Z] 0d9ebad4ef96: Download complete [2023-11-29T08:56:34.684Z] ab5ef0e58194: Verifying Checksum [2023-11-29T08:56:34.684Z] ab5ef0e58194: Download complete [2023-11-29T08:56:34.942Z] 2de7ff778b66: Verifying Checksum [2023-11-29T08:56:34.942Z] 2de7ff778b66: Download complete [2023-11-29T08:56:37.472Z] ab5ef0e58194: Pull complete [2023-11-29T08:56:37.472Z] 9712f1f96733: Pull complete [2023-11-29T08:56:38.039Z] 63f879dbbcfc: Pull complete [2023-11-29T08:56:42.226Z] 0d9ebad4ef96: Pull complete [2023-11-29T08:56:42.226Z] e9a5061849ea: Pull complete [2023-11-29T08:56:42.226Z] d747dcd14b5f: Pull complete [2023-11-29T08:56:43.163Z] 2de7ff778b66: Pull complete [2023-11-29T08:56:43.163Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-11-29T08:56:43.163Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-11-29T08:56:43.163Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-29T08:56:43.979Z] prd-ubuntu20.04-docker-8c-8g-9111 does not seem to be running inside a container [2023-11-29T08:56:44.009Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/611 -v /w/workspace/edgex-go/611:/w/workspace/edgex-go/611:rw,z -v /w/workspace/edgex-go/611@tmp:/w/workspace/edgex-go/611@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-11-29T08:56:49.003Z] $ docker top 48c388d6ddec2c87117b071e3cf93eab6260e231d174613416832ce15eddc398 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-11-29T08:56:49.410Z] provisioning config files... [2023-11-29T08:56:49.418Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/611@tmp/config10734399152653087590tmp [2023-11-29T08:56:49.428Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/611@tmp/config5185370485817389580tmp [2023-11-29T08:56:49.439Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/611@tmp/config16938385334588342124tmp [Pipeline] { [Pipeline] echo [2023-11-29T08:56:49.766Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-11-29T08:56:50.058Z] ---> sigul-configuration.sh [2023-11-29T08:56:50.059Z] gpg: directory `/root/.gnupg' created [2023-11-29T08:56:50.059Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-11-29T08:56:50.059Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-11-29T08:56:50.059Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-11-29T08:56:50.059Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-11-29T08:56:50.059Z] gpg: CAST5 encrypted data [2023-11-29T08:56:50.059Z] gpg: encrypted with 1 passphrase [2023-11-29T08:56:50.059Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-11-29T08:56:50.354Z] + mkdir /home/jenkins [2023-11-29T08:56:50.355Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-11-29T08:56:50.653Z] + 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 [2023-11-29T08:56:50.668Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-11-29T08:56:50.959Z] ---> sigul-install.sh [2023-11-29T08:56:50.959Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-11-29T08:56:51.249Z] + git tag --list [2023-11-29T08:56:51.249Z] 0.6.0 [2023-11-29T08:56:51.249Z] 0.6.1 [2023-11-29T08:56:51.249Z] 0.7.0 [2023-11-29T08:56:51.249Z] 0.7.1 [2023-11-29T08:56:51.249Z] v1.0.0 [2023-11-29T08:56:51.249Z] v1.0.1 [2023-11-29T08:56:51.249Z] v1.1.0 [2023-11-29T08:56:51.249Z] v1.2.0 [2023-11-29T08:56:51.249Z] v1.2.1 [2023-11-29T08:56:51.249Z] v1.3.0 [2023-11-29T08:56:51.249Z] v1.3.1 [2023-11-29T08:56:51.249Z] v2.0.0 [2023-11-29T08:56:51.249Z] v2.1.0 [2023-11-29T08:56:51.249Z] v2.1.1 [2023-11-29T08:56:51.249Z] v2.2.0 [2023-11-29T08:56:51.249Z] v2.3.0 [2023-11-29T08:56:51.249Z] v3.0 [2023-11-29T08:56:51.249Z] v3.0.0 [2023-11-29T08:56:51.249Z] v3.1 [2023-11-29T08:56:51.249Z] v3.1.0 [2023-11-29T08:56:51.249Z] v3.1.0-dev.1 [2023-11-29T08:56:51.249Z] v3.1.0-dev.10 [2023-11-29T08:56:51.249Z] v3.1.0-dev.11 [2023-11-29T08:56:51.249Z] v3.1.0-dev.12 [2023-11-29T08:56:51.249Z] v3.1.0-dev.13 [2023-11-29T08:56:51.249Z] v3.1.0-dev.14 [2023-11-29T08:56:51.249Z] v3.1.0-dev.15 [2023-11-29T08:56:51.249Z] v3.1.0-dev.16 [2023-11-29T08:56:51.249Z] v3.1.0-dev.17 [2023-11-29T08:56:51.249Z] v3.1.0-dev.18 [2023-11-29T08:56:51.249Z] v3.1.0-dev.19 [2023-11-29T08:56:51.249Z] v3.1.0-dev.2 [2023-11-29T08:56:51.249Z] v3.1.0-dev.20 [2023-11-29T08:56:51.249Z] v3.1.0-dev.21 [2023-11-29T08:56:51.249Z] v3.1.0-dev.22 [2023-11-29T08:56:51.249Z] v3.1.0-dev.23 [2023-11-29T08:56:51.249Z] v3.1.0-dev.24 [2023-11-29T08:56:51.249Z] v3.1.0-dev.25 [2023-11-29T08:56:51.249Z] v3.1.0-dev.26 [2023-11-29T08:56:51.250Z] v3.1.0-dev.27 [2023-11-29T08:56:51.250Z] v3.1.0-dev.28 [2023-11-29T08:56:51.250Z] v3.1.0-dev.29 [2023-11-29T08:56:51.250Z] v3.1.0-dev.3 [2023-11-29T08:56:51.250Z] v3.1.0-dev.30 [2023-11-29T08:56:51.250Z] v3.1.0-dev.31 [2023-11-29T08:56:51.250Z] v3.1.0-dev.32 [2023-11-29T08:56:51.250Z] v3.1.0-dev.33 [2023-11-29T08:56:51.250Z] v3.1.0-dev.34 [2023-11-29T08:56:51.250Z] v3.1.0-dev.35 [2023-11-29T08:56:51.250Z] v3.1.0-dev.36 [2023-11-29T08:56:51.250Z] v3.1.0-dev.37 [2023-11-29T08:56:51.250Z] v3.1.0-dev.38 [2023-11-29T08:56:51.250Z] v3.1.0-dev.39 [2023-11-29T08:56:51.250Z] v3.1.0-dev.4 [2023-11-29T08:56:51.250Z] v3.1.0-dev.40 [2023-11-29T08:56:51.250Z] v3.1.0-dev.41 [2023-11-29T08:56:51.250Z] v3.1.0-dev.42 [2023-11-29T08:56:51.250Z] v3.1.0-dev.43 [2023-11-29T08:56:51.250Z] v3.1.0-dev.44 [2023-11-29T08:56:51.250Z] v3.1.0-dev.45 [2023-11-29T08:56:51.250Z] v3.1.0-dev.46 [2023-11-29T08:56:51.250Z] v3.1.0-dev.47 [2023-11-29T08:56:51.250Z] v3.1.0-dev.48 [2023-11-29T08:56:51.250Z] v3.1.0-dev.49 [2023-11-29T08:56:51.250Z] v3.1.0-dev.5 [2023-11-29T08:56:51.250Z] v3.1.0-dev.50 [2023-11-29T08:56:51.250Z] v3.1.0-dev.51 [2023-11-29T08:56:51.250Z] v3.1.0-dev.52 [2023-11-29T08:56:51.250Z] v3.1.0-dev.53 [2023-11-29T08:56:51.250Z] v3.1.0-dev.54 [2023-11-29T08:56:51.250Z] v3.1.0-dev.55 [2023-11-29T08:56:51.250Z] v3.1.0-dev.56 [2023-11-29T08:56:51.250Z] v3.1.0-dev.57 [2023-11-29T08:56:51.250Z] v3.1.0-dev.58 [2023-11-29T08:56:51.250Z] v3.1.0-dev.59 [2023-11-29T08:56:51.250Z] v3.1.0-dev.6 [2023-11-29T08:56:51.250Z] v3.1.0-dev.60 [2023-11-29T08:56:51.250Z] v3.1.0-dev.61 [2023-11-29T08:56:51.250Z] v3.1.0-dev.62 [2023-11-29T08:56:51.250Z] v3.1.0-dev.63 [2023-11-29T08:56:51.250Z] v3.1.0-dev.64 [2023-11-29T08:56:51.250Z] v3.1.0-dev.65 [2023-11-29T08:56:51.250Z] v3.1.0-dev.66 [2023-11-29T08:56:51.250Z] v3.1.0-dev.67 [2023-11-29T08:56:51.250Z] v3.1.0-dev.68 [2023-11-29T08:56:51.250Z] v3.1.0-dev.69 [2023-11-29T08:56:51.250Z] v3.1.0-dev.7 [2023-11-29T08:56:51.250Z] v3.1.0-dev.70 [2023-11-29T08:56:51.250Z] v3.1.0-dev.71 [2023-11-29T08:56:51.250Z] v3.1.0-dev.72 [2023-11-29T08:56:51.250Z] v3.1.0-dev.73 [2023-11-29T08:56:51.250Z] v3.1.0-dev.8 [2023-11-29T08:56:51.250Z] v3.1.0-dev.9 [2023-11-29T08:56:51.250Z] v3.2.0-dev.1 [Pipeline] sh [2023-11-29T08:56:51.540Z] + lftools sign git-tag v3.2.0-dev.2 [2023-11-29T08:56:52.107Z] Signing Git tag with Sigul... [2023-11-29T08:56:52.107Z] Signing v3.2.0-dev.2 [2023-11-29T08:56:52.107Z] Error while calling git, args ['git', 'show-ref', '-s', 'refs/tags/v3.2.0-dev.2'], return code 1, stdout , stderr [Pipeline] echo [2023-11-29T08:56:52.120Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-11-29T08:56:52.408Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-11-29T08:56:52.415Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-11-29T08:56:52.788Z] $ docker stop --time=1 48c388d6ddec2c87117b071e3cf93eab6260e231d174613416832ce15eddc398 [2023-11-29T08:56:54.088Z] $ docker rm -f --volumes 48c388d6ddec2c87117b071e3cf93eab6260e231d174613416832ce15eddc398 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-11-29T08:56:55.732Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-11-29T08:56:55.732Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:56:56.206Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-11-29T08:56:56.206Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-29T08:56:56.616Z] prd-ubuntu20.04-docker-8c-8g-9111 does not seem to be running inside a container [2023-11-29T08:56:56.643Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/611 -v /w/workspace/edgex-go/611:/w/workspace/edgex-go/611:rw,z -v /w/workspace/edgex-go/611@tmp:/w/workspace/edgex-go/611@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/py-git-semver:0.1.4 cat [2023-11-29T08:56:56.969Z] $ docker top 3bb0c82461e80e793ac9591121204af31c731ee46bf47372d691cc188715788e -eo pid,comm [2023-11-29T08:56:57.016Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-11-29T08:56:57.016Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-11-29T08:56:57.581Z] [edgeXSemver]: ignoring command bump pre because GITSEMVER_HEAD_TAG is already set to 'v3.2.0-dev.1' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-11-29T08:56:58.224Z] + git semver [Pipeline] } [2023-11-29T08:56:58.496Z] $ docker stop --time=1 3bb0c82461e80e793ac9591121204af31c731ee46bf47372d691cc188715788e [2023-11-29T08:56:59.754Z] $ docker rm -f --volumes 3bb0c82461e80e793ac9591121204af31c731ee46bf47372d691cc188715788e [Pipeline] // withDockerContainer [Pipeline] sh [2023-11-29T08:57:00.632Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-11-29T08:57:00.633Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:57:01.114Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-11-29T08:57:01.115Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-29T08:57:01.535Z] prd-ubuntu20.04-docker-8c-8g-9111 does not seem to be running inside a container [2023-11-29T08:57:01.570Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/611 -v /w/workspace/edgex-go/611:/w/workspace/edgex-go/611:rw,z -v /w/workspace/edgex-go/611@tmp:/w/workspace/edgex-go/611@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/py-git-semver:0.1.4 cat [2023-11-29T08:57:01.901Z] $ docker top 82284a7401c1f1e4a7952621aedec5dc354f8550d3b39a172ad578444002552b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-11-29T08:57:02.504Z] [edgeXSemver]: ignoring command push because GITSEMVER_HEAD_TAG is already set to 'v3.2.0-dev.1' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-11-29T08:57:03.140Z] + git semver [Pipeline] } [2023-11-29T08:57:03.412Z] $ docker stop --time=1 82284a7401c1f1e4a7952621aedec5dc354f8550d3b39a172ad578444002552b [2023-11-29T08:57:04.658Z] $ docker rm -f --volumes 82284a7401c1f1e4a7952621aedec5dc354f8550d3b39a172ad578444002552b [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 [2023-11-29T08:57:07.191Z] + [ -d /w/workspace/edgex-go/611/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-11-29T08:57:07.477Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-11-29T08:57:08.340Z] ---> package-listing.sh [2023-11-29T08:57:08.340Z] ++ facter osfamily [2023-11-29T08:57:08.340Z] ++ tr '[:upper:]' '[:lower:]' [2023-11-29T08:57:08.599Z] + OS_FAMILY=debian [2023-11-29T08:57:08.599Z] + workspace=/w/workspace/edgex-go/611 [2023-11-29T08:57:08.599Z] + START_PACKAGES=/tmp/packages_start.txt [2023-11-29T08:57:08.599Z] + END_PACKAGES=/tmp/packages_end.txt [2023-11-29T08:57:08.599Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-11-29T08:57:08.599Z] + PACKAGES=/tmp/packages_start.txt [2023-11-29T08:57:08.599Z] + '[' /w/workspace/edgex-go/611 ']' [2023-11-29T08:57:08.599Z] + PACKAGES=/tmp/packages_end.txt [2023-11-29T08:57:08.599Z] + case "${OS_FAMILY}" in [2023-11-29T08:57:08.599Z] + dpkg -l [2023-11-29T08:57:08.599Z] + grep '^ii' [2023-11-29T08:57:08.599Z] + '[' -f /tmp/packages_start.txt ']' [2023-11-29T08:57:08.599Z] + '[' -f /tmp/packages_end.txt ']' [2023-11-29T08:57:08.599Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-11-29T08:57:08.599Z] + '[' /w/workspace/edgex-go/611 ']' [2023-11-29T08:57:08.599Z] + mkdir -p /w/workspace/edgex-go/611/archives/ [2023-11-29T08:57:08.599Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/611/archives/ [Pipeline] echo [2023-11-29T08:57:08.609Z] 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/611/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-11-29T08:57:08.884Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:57:09.626Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-11-29T08:57:09.626Z] [2023-11-29T08:57:09.626Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-29T08:57:10.099Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-11-29T08:57:10.099Z] latest: Pulling from edgex-lftools-log-publisher [2023-11-29T08:57:10.099Z] 5eb5b503b376: Pulling fs layer [2023-11-29T08:57:10.099Z] 5c69ac0246d0: Pulling fs layer [2023-11-29T08:57:10.099Z] ec43610c2a17: Pulling fs layer [2023-11-29T08:57:10.099Z] 3a2ae6a8a46f: Pulling fs layer [2023-11-29T08:57:10.099Z] 33b1e0a273af: Pulling fs layer [2023-11-29T08:57:10.099Z] 5d3b04190fa2: Pulling fs layer [2023-11-29T08:57:10.099Z] 2f39f015ded8: Pulling fs layer [2023-11-29T08:57:10.099Z] 33b1e0a273af: Waiting [2023-11-29T08:57:10.099Z] 5d3b04190fa2: Waiting [2023-11-29T08:57:10.099Z] 2f39f015ded8: Waiting [2023-11-29T08:57:10.099Z] 3a2ae6a8a46f: Waiting [2023-11-29T08:57:10.099Z] 5c69ac0246d0: Download complete [2023-11-29T08:57:10.099Z] 3a2ae6a8a46f: Verifying Checksum [2023-11-29T08:57:10.099Z] 3a2ae6a8a46f: Download complete [2023-11-29T08:57:10.099Z] 33b1e0a273af: Verifying Checksum [2023-11-29T08:57:10.099Z] 33b1e0a273af: Download complete [2023-11-29T08:57:10.099Z] 5d3b04190fa2: Verifying Checksum [2023-11-29T08:57:10.099Z] 5d3b04190fa2: Download complete [2023-11-29T08:57:10.099Z] ec43610c2a17: Verifying Checksum [2023-11-29T08:57:10.099Z] ec43610c2a17: Download complete [2023-11-29T08:57:10.359Z] 5eb5b503b376: Verifying Checksum [2023-11-29T08:57:10.359Z] 5eb5b503b376: Download complete [2023-11-29T08:57:10.925Z] 2f39f015ded8: Download complete [2023-11-29T08:57:11.184Z] 5eb5b503b376: Pull complete [2023-11-29T08:57:11.444Z] 5c69ac0246d0: Pull complete [2023-11-29T08:57:11.703Z] ec43610c2a17: Pull complete [2023-11-29T08:57:11.963Z] 3a2ae6a8a46f: Pull complete [2023-11-29T08:57:11.963Z] 33b1e0a273af: Pull complete [2023-11-29T08:57:12.222Z] 5d3b04190fa2: Pull complete [2023-11-29T08:57:16.420Z] 2f39f015ded8: Pull complete [2023-11-29T08:57:16.420Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-11-29T08:57:16.420Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-11-29T08:57:16.420Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-29T08:57:17.273Z] prd-ubuntu20.04-docker-8c-8g-9111 does not seem to be running inside a container [2023-11-29T08:57:17.304Z] $ 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/611/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/611 -v /w/workspace/edgex-go/611:/w/workspace/edgex-go/611:rw,z -v /w/workspace/edgex-go/611@tmp:/w/workspace/edgex-go/611@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-11-29T08:57:21.416Z] $ docker top 8c957659f0893312b6ef803973f99fc113b441e259250ebf273bb5aa24cad9ba -eo pid,comm [Pipeline] { [Pipeline] sh [2023-11-29T08:57:22.140Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-11-29T08:57:22.428Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-11-29T08:57:22.715Z] + ls /var/log/sa-host [2023-11-29T08:57:22.715Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-11-29T08:57:23.045Z] provisioning config files... [2023-11-29T08:57:23.054Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/611@tmp/config1801697198927167414tmp [Pipeline] { [Pipeline] echo [2023-11-29T08:57:23.437Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-11-29T08:57:23.724Z] ---> create-netrc.sh [Pipeline] } [2023-11-29T08:57:23.730Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-11-29T08:57:24.434Z] ---> python-tools-install.sh [Pipeline] echo [2023-11-29T08:57:24.443Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-11-29T08:57:24.727Z] ---> sudo-logs.sh [2023-11-29T08:57:24.727Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-11-29T08:57:24.924Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-11-29T08:57:25.208Z] ---> job-cost.sh [2023-11-29T08:57:25.208Z] lf-activate-venv: SKIPPING [2023-11-29T08:57:25.208Z] DEBUG: total: 0.10999999940395355 [2023-11-29T08:57:25.208Z] INFO: Retrieving Stack Cost... [2023-11-29T08:57:25.467Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-11-29T08:57:26.036Z] INFO: Archiving Costs [Pipeline] echo [2023-11-29T08:57:26.047Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-11-29T08:57:26.329Z] ---> logs-deploy.sh [2023-11-29T08:57:26.329Z] lf-activate-venv: SKIPPING [2023-11-29T08:57:26.329Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/611 [2023-11-29T08:57:26.329Z] INFO: archiving workspace using pattern(s): [2023-11-29T08:57:27.327Z] Archives upload complete. [2023-11-29T08:57:27.601Z] INFO: archiving logs to Nexus [2023-11-29T08:57:28.210Z] ---> uname -a: [2023-11-29T08:57:28.210Z] Linux prd-ubuntu20-04-docker-8c-8g-9111 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-11-29T08:57:28.210Z] [2023-11-29T08:57:28.210Z] [2023-11-29T08:57:28.210Z] ---> lscpu: [2023-11-29T08:57:28.210Z] Architecture: x86_64 [2023-11-29T08:57:28.210Z] CPU op-mode(s): 32-bit, 64-bit [2023-11-29T08:57:28.210Z] Byte Order: Little Endian [2023-11-29T08:57:28.210Z] Address sizes: 40 bits physical, 48 bits virtual [2023-11-29T08:57:28.210Z] CPU(s): 8 [2023-11-29T08:57:28.210Z] On-line CPU(s) list: 0-7 [2023-11-29T08:57:28.210Z] Thread(s) per core: 1 [2023-11-29T08:57:28.210Z] Core(s) per socket: 1 [2023-11-29T08:57:28.210Z] Socket(s): 8 [2023-11-29T08:57:28.210Z] NUMA node(s): 1 [2023-11-29T08:57:28.210Z] Vendor ID: AuthenticAMD [2023-11-29T08:57:28.210Z] CPU family: 23 [2023-11-29T08:57:28.210Z] Model: 49 [2023-11-29T08:57:28.210Z] Model name: AMD EPYC-Rome Processor [2023-11-29T08:57:28.210Z] Stepping: 0 [2023-11-29T08:57:28.210Z] CPU MHz: 2799.998 [2023-11-29T08:57:28.210Z] BogoMIPS: 5599.99 [2023-11-29T08:57:28.210Z] Virtualization: AMD-V [2023-11-29T08:57:28.210Z] Hypervisor vendor: KVM [2023-11-29T08:57:28.210Z] Virtualization type: full [2023-11-29T08:57:28.210Z] L1d cache: 256 KiB [2023-11-29T08:57:28.210Z] L1i cache: 256 KiB [2023-11-29T08:57:28.210Z] L2 cache: 4 MiB [2023-11-29T08:57:28.210Z] L3 cache: 128 MiB [2023-11-29T08:57:28.210Z] NUMA node0 CPU(s): 0-7 [2023-11-29T08:57:28.210Z] Vulnerability Itlb multihit: Not affected [2023-11-29T08:57:28.210Z] Vulnerability L1tf: Not affected [2023-11-29T08:57:28.210Z] Vulnerability Mds: Not affected [2023-11-29T08:57:28.210Z] Vulnerability Meltdown: Not affected [2023-11-29T08:57:28.210Z] Vulnerability Mmio stale data: Not affected [2023-11-29T08:57:28.210Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-11-29T08:57:28.210Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-11-29T08:57:28.210Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-11-29T08:57:28.210Z] Vulnerability Srbds: Not affected [2023-11-29T08:57:28.210Z] Vulnerability Tsx async abort: Not affected [2023-11-29T08:57:28.210Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2023-11-29T08:57:28.210Z] [2023-11-29T08:57:28.210Z] [2023-11-29T08:57:28.210Z] ---> nproc: [2023-11-29T08:57:28.210Z] 8 [2023-11-29T08:57:28.210Z] [2023-11-29T08:57:28.210Z] [2023-11-29T08:57:28.210Z] ---> df -h: [2023-11-29T08:57:28.210Z] Filesystem Size Used Avail Use% Mounted on [2023-11-29T08:57:28.210Z] overlay 155G 22G 134G 15% / [2023-11-29T08:57:28.210Z] tmpfs 64M 0 64M 0% /dev [2023-11-29T08:57:28.210Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-11-29T08:57:28.210Z] shm 64M 0 64M 0% /dev/shm [2023-11-29T08:57:28.210Z] /dev/vda1 155G 22G 134G 15% /facter-os [2023-11-29T08:57:28.210Z] [2023-11-29T08:57:28.210Z] [2023-11-29T08:57:28.210Z] ---> sar -b -r -n DEV: [2023-11-29T08:57:28.210Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-9111) 11/29/23 _x86_64_ (8 CPU) [2023-11-29T08:57:28.210Z] [2023-11-29T08:57:28.210Z] 08:28:43 LINUX RESTART (8 CPU) [2023-11-29T08:57:28.210Z] [2023-11-29T08:57:28.210Z] 08:29:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-11-29T08:57:28.210Z] 08:30:01 118.46 46.81 71.65 0.00 5311.38 59822.96 0.00 [2023-11-29T08:57:28.210Z] 08:31:01 137.78 0.72 137.06 0.00 11.46 57752.77 0.00 [2023-11-29T08:57:28.210Z] 08:32:01 28.46 0.17 28.30 0.00 2.53 19874.57 0.00 [2023-11-29T08:57:28.210Z] 08:33:01 211.73 1.42 210.31 0.00 74.39 146344.68 0.00 [2023-11-29T08:57:28.210Z] 08:34:01 524.00 6.20 517.80 0.00 122.91 138012.73 0.00 [2023-11-29T08:57:28.210Z] 08:35:01 329.22 8.93 320.29 0.00 2825.32 84050.12 0.00 [2023-11-29T08:57:28.210Z] 08:36:01 579.05 1.52 577.54 0.00 2280.29 73410.83 0.00 [2023-11-29T08:57:28.210Z] 08:37:01 31.43 0.07 31.36 0.00 4.80 791.87 0.00 [2023-11-29T08:57:28.210Z] 08:38:01 12.11 0.02 12.10 0.00 1.87 322.61 0.00 [2023-11-29T08:57:28.210Z] 08:39:01 3.52 1.65 1.87 0.00 37.73 22.13 0.00 [2023-11-29T08:57:28.210Z] 08:40:01 0.97 0.00 0.97 0.00 0.00 11.46 0.00 [2023-11-29T08:57:28.210Z] 08:41:01 1.50 0.00 1.50 0.00 0.00 17.06 0.00 [2023-11-29T08:57:28.210Z] 08:42:01 0.98 0.00 0.98 0.00 0.00 10.93 0.00 [2023-11-29T08:57:28.210Z] 08:43:01 1.00 0.00 1.00 0.00 0.00 12.26 0.00 [2023-11-29T08:57:28.210Z] 08:44:01 1.75 0.02 1.73 0.00 0.13 19.86 0.00 [2023-11-29T08:57:28.210Z] 08:45:01 1.15 0.00 1.15 0.00 0.00 18.13 0.00 [2023-11-29T08:57:28.210Z] 08:46:01 1.57 0.00 1.57 0.00 0.00 17.60 0.00 [2023-11-29T08:57:28.210Z] 08:47:01 1.93 0.00 1.93 0.00 0.00 21.86 0.00 [2023-11-29T08:57:28.210Z] 08:48:01 1.33 0.00 1.33 0.00 0.00 15.73 0.00 [2023-11-29T08:57:28.210Z] 08:49:01 1.40 0.00 1.40 0.00 0.00 16.40 0.00 [2023-11-29T08:57:28.210Z] 08:50:01 1.42 0.00 1.42 0.00 0.00 16.66 0.00 [2023-11-29T08:57:28.210Z] 08:51:01 1.98 0.00 1.98 0.00 0.00 22.40 0.00 [2023-11-29T08:57:28.210Z] 08:52:01 1.27 0.00 1.27 0.00 0.00 13.86 0.00 [2023-11-29T08:57:28.210Z] 08:53:01 1.90 0.00 1.90 0.00 0.00 21.73 0.00 [2023-11-29T08:57:28.210Z] 08:54:01 1.32 0.00 1.32 0.00 0.00 14.40 0.00 [2023-11-29T08:57:28.210Z] 08:55:01 1.90 0.00 1.90 0.00 0.00 22.13 0.00 [2023-11-29T08:57:28.210Z] 08:56:01 10.57 0.08 10.48 0.00 8.27 5047.73 0.00 [2023-11-29T08:57:28.210Z] 08:57:01 164.58 0.27 164.31 0.00 2.93 58301.77 0.00 [2023-11-29T08:57:28.210Z] Average: 77.65 2.42 75.23 0.00 381.58 23001.38 0.00 [2023-11-29T08:57:28.210Z] [2023-11-29T08:57:28.210Z] 08:29:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-11-29T08:57:28.210Z] 08:30:01 28920408 31552876 765164 2.33 74052 2830052 2030748 5.98 1035604 2546264 612428 [2023-11-29T08:57:28.210Z] 08:31:01 26732904 30456160 1844408 5.61 118088 3785212 2376052 7.00 2578048 3080708 554316 [2023-11-29T08:57:28.210Z] 08:32:01 27534232 31326340 971096 2.95 121736 3824836 2040096 6.01 1505608 3327452 300776 [2023-11-29T08:57:28.210Z] 08:33:01 23570152 31415608 879592 2.67 132056 7770820 2850428 8.40 1689848 7004396 683128 [2023-11-29T08:57:28.210Z] 08:34:01 20206440 31361240 919168 2.80 206592 10796940 3528660 10.40 2136124 9691340 1644 [2023-11-29T08:57:28.210Z] 08:35:01 14431052 28678024 3514300 10.69 256504 13555136 8069308 23.78 6140904 11067176 435260 [2023-11-29T08:57:28.210Z] 08:36:01 17482352 31438780 812704 2.47 279012 13370240 2132384 6.28 2770024 11599580 956 [2023-11-29T08:57:28.210Z] 08:37:01 17483740 31437348 813988 2.48 278804 13367516 2238760 6.60 3082456 11285840 276 [2023-11-29T08:57:28.210Z] 08:38:01 17489432 31443900 807264 2.45 279368 13367668 2138052 6.30 3128404 11232780 4 [2023-11-29T08:57:28.210Z] 08:39:01 17480000 31436632 814468 2.48 279424 13368796 2154172 6.35 3135764 11233112 20 [2023-11-29T08:57:28.210Z] 08:40:01 17486904 31443628 807844 2.46 279444 13368800 2154172 6.35 3128444 11233116 8 [2023-11-29T08:57:28.210Z] 08:41:01 17487408 31444168 807400 2.46 279480 13368800 2154172 6.35 3128312 11233116 40 [2023-11-29T08:57:28.210Z] 08:42:01 17496268 31453056 798516 2.43 279488 13368804 2154172 6.35 3119740 11233120 8 [2023-11-29T08:57:28.210Z] 08:43:01 17496220 31453152 798360 2.43 279500 13368936 2154172 6.35 3119768 11233252 164 [2023-11-29T08:57:28.210Z] 08:44:01 17495476 31452492 799492 2.43 279524 13368932 2187500 6.45 3119840 11233244 24 [2023-11-29T08:57:28.210Z] 08:45:01 17495968 31452976 799128 2.43 279560 13368920 2187500 6.45 3120344 11233224 168 [2023-11-29T08:57:28.210Z] 08:46:01 17495700 31452764 799308 2.43 279620 13368920 2187500 6.45 3120368 11233232 8 [2023-11-29T08:57:28.210Z] 08:47:01 17495116 31452244 799764 2.43 279680 13368924 2187500 6.45 3120712 11233240 4 [2023-11-29T08:57:28.210Z] 08:48:01 17495060 31452308 799692 2.43 279744 13368928 2187500 6.45 3120628 11233252 8 [2023-11-29T08:57:28.210Z] 08:49:01 17494988 31452388 799472 2.43 279780 13369056 2187500 6.45 3120608 11233368 176 [2023-11-29T08:57:28.210Z] 08:50:01 17495656 31453132 798688 2.43 279828 13369060 2187500 6.45 3119916 11233368 8 [2023-11-29T08:57:28.210Z] 08:51:01 17496264 31453800 798092 2.43 279884 13369064 2187500 6.45 3120196 11233372 24 [2023-11-29T08:57:28.210Z] 08:52:01 17495720 31453348 798536 2.43 279936 13369064 2187500 6.45 3120184 11233376 192 [2023-11-29T08:57:28.210Z] 08:53:01 17495444 31453080 798720 2.43 279972 13369072 2187500 6.45 3120220 11233380 12 [2023-11-29T08:57:28.210Z] 08:54:01 17495664 31453356 798388 2.43 280028 13369068 2187500 6.45 3120300 11233388 8 [2023-11-29T08:57:28.210Z] 08:55:01 17495592 31453344 798336 2.43 280068 13369080 2187500 6.45 3120440 11233384 24 [2023-11-29T08:57:28.210Z] 08:56:01 16711644 31424492 826456 2.51 282976 14072960 2273868 6.70 3151576 11937296 704068 [2023-11-29T08:57:28.210Z] 08:57:01 15959520 31390160 858584 2.61 316052 14677056 2370736 6.99 3275044 12482284 152 [2023-11-29T08:57:28.210Z] Average: 18711262 31306814 950962 2.89 253579 12096095 2466784 7.27 2984622 10222166 117639 [2023-11-29T08:57:28.210Z] [2023-11-29T08:57:28.210Z] 08:29:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-11-29T08:57:28.210Z] 08:30:01 lo 5.07 5.07 0.49 0.49 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:30:01 ens3 1486.57 1361.99 11180.30 169.01 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:30:01 docker0 533.61 489.85 37.23 2818.95 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:31:01 ens3 237.04 165.46 1813.95 29.98 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:31:01 docker0 141.33 196.85 11.98 1777.48 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:31:01 vethf286867 0.00 0.18 0.00 0.02 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:32:01 ens3 66.01 56.04 42.74 97.89 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:32:01 docker0 1.50 1.50 0.11 0.14 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:32:01 vethf286867 1.50 1.53 0.13 0.14 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:33:01 vethb22ce10 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:33:01 lo 1.33 1.33 0.13 0.13 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:33:01 vethc7c9ce1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:33:01 veth0639815 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:33:01 ens3 130.13 75.65 2737.42 21.88 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:33:01 docker0 2.28 3.55 0.15 31.59 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:33:01 veth19ddfb7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:33:01 veth7820c86 0.55 0.53 0.05 0.19 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:33:01 vethb1321c5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:33:01 veth8eb96ea 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:33:01 veth8d90ec3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:33:01 vethaf1a972 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:33:01 vethd8b6990 1.73 3.30 0.13 31.43 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:33:01 veth3f87e88 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:33:01 vetha92597a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:34:01 veth02a9986 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:34:01 vethf8dabd5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:34:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:34:01 veth268416f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:34:01 ens3 615.11 353.46 4009.97 42.28 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:34:01 docker0 338.63 584.62 27.67 3684.76 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:34:01 veth2f1399c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:34:01 veth7820c86 0.08 0.85 0.00 0.04 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:34:01 veth9834a36 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:34:01 veth3efaf5f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:34:01 veth1e221c5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:34:01 vethfd2d5a0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:34:01 veth1317ac0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:34:01 veth9b0193e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:34:01 veth16c79e8 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:35:01 veth8aee193 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:35:01 vethf8dabd5 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:35:01 lo 0.53 0.53 0.04 0.04 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:35:01 veth79e613c 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:35:01 ens3 119.43 52.62 1364.58 8.45 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:35:01 docker0 0.10 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:35:01 veth0520706 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:35:01 veth2f1399c 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:35:01 veth7820c86 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:35:01 veth582243a 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:35:01 veth9834a36 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:35:01 veth3efaf5f 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:35:01 veth1317ac0 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:35:01 veth16c79e8 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:35:01 vethd3944a1 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:36:01 lo 25.93 25.93 2.56 2.56 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:36:01 ens3 425.55 357.16 1512.63 981.19 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:37:01 lo 35.79 35.79 3.52 3.52 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:37:01 ens3 385.14 373.55 170.23 2375.21 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:38:01 lo 15.66 15.66 1.54 1.54 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:38:01 ens3 159.71 165.81 84.96 639.61 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:39:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:39:01 ens3 7.32 5.72 5.30 6.13 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:40:01 ens3 0.15 0.08 0.08 0.06 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:41:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:42:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:43:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:44:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:45:01 ens3 0.30 0.32 0.09 0.08 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:46:01 ens3 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:47:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:48:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:49:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:50:01 ens3 0.12 0.13 0.07 0.07 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:51:01 ens3 0.23 0.22 0.23 0.01 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:52:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:53:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:54:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:55:01 ens3 0.37 0.33 0.14 0.08 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:56:01 lo 1.07 1.07 0.10 0.10 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:56:01 ens3 118.57 62.98 3967.51 9.25 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:57:01 lo 1.40 1.40 0.14 0.14 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:57:01 ens3 303.60 172.91 4280.70 42.06 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] 08:57:01 docker0 67.46 136.42 5.32 1028.16 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] Average: lo 3.18 3.18 0.31 0.31 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] Average: ens3 144.86 114.46 1113.24 157.97 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] Average: docker0 38.75 50.46 2.95 333.61 0.00 0.00 0.00 0.00 [2023-11-29T08:57:28.210Z] [2023-11-29T08:57:28.210Z] [2023-11-29T08:57:28.210Z] ---> sar -P ALL: [2023-11-29T08:57:28.210Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-9111) 11/29/23 _x86_64_ (8 CPU) [2023-11-29T08:57:28.210Z] [2023-11-29T08:57:28.210Z] 08:28:43 LINUX RESTART (8 CPU) [2023-11-29T08:57:28.210Z] [2023-11-29T08:57:28.210Z] 08:29:01 CPU %user %nice %system %iowait %steal %idle [2023-11-29T08:57:28.210Z] 08:30:01 all 9.98 0.00 3.39 2.64 0.06 83.93 [2023-11-29T08:57:28.210Z] 08:30:01 0 10.47 0.00 3.73 1.66 0.05 84.09 [2023-11-29T08:57:28.210Z] 08:30:01 1 9.23 0.00 2.84 6.44 0.05 81.44 [2023-11-29T08:57:28.210Z] 08:30:01 2 9.98 0.00 3.21 0.50 0.05 86.25 [2023-11-29T08:57:28.210Z] 08:30:01 3 8.45 0.00 3.67 1.26 0.07 86.56 [2023-11-29T08:57:28.210Z] 08:30:01 4 11.18 0.00 3.27 2.84 0.08 82.62 [2023-11-29T08:57:28.210Z] 08:30:01 5 7.06 0.00 2.39 1.80 0.03 88.72 [2023-11-29T08:57:28.210Z] 08:30:01 6 13.35 0.00 3.54 0.40 0.05 82.65 [2023-11-29T08:57:28.210Z] 08:30:01 7 10.15 0.00 4.45 6.24 0.07 79.09 [2023-11-29T08:57:28.210Z] 08:31:01 all 22.25 0.00 3.84 3.13 0.08 70.70 [2023-11-29T08:57:28.210Z] 08:31:01 0 21.16 0.00 3.82 0.45 0.07 74.50 [2023-11-29T08:57:28.210Z] 08:31:01 1 21.27 0.00 3.99 7.76 0.07 66.91 [2023-11-29T08:57:28.210Z] 08:31:01 2 22.43 0.00 4.64 0.28 0.08 72.56 [2023-11-29T08:57:28.210Z] 08:31:01 3 21.45 0.00 4.36 12.77 0.08 61.33 [2023-11-29T08:57:28.210Z] 08:31:01 4 20.95 0.00 3.84 0.24 0.07 74.91 [2023-11-29T08:57:28.210Z] 08:31:01 5 22.19 0.00 3.44 2.35 0.07 71.95 [2023-11-29T08:57:28.210Z] 08:31:01 6 26.73 0.00 3.11 0.32 0.08 69.76 [2023-11-29T08:57:28.210Z] 08:31:01 7 21.78 0.00 3.56 0.92 0.10 73.64 [2023-11-29T08:57:28.210Z] 08:32:01 all 36.27 0.00 3.47 1.30 0.09 58.86 [2023-11-29T08:57:28.210Z] 08:32:01 0 35.05 0.00 3.91 0.17 0.08 60.79 [2023-11-29T08:57:28.210Z] 08:32:01 1 35.09 0.00 3.69 0.05 0.10 61.07 [2023-11-29T08:57:28.210Z] 08:32:01 2 38.65 0.00 3.41 0.22 0.12 57.61 [2023-11-29T08:57:28.210Z] 08:32:01 3 35.22 0.00 3.52 7.31 0.08 53.87 [2023-11-29T08:57:28.210Z] 08:32:01 4 36.70 0.00 3.47 0.08 0.08 59.66 [2023-11-29T08:57:28.210Z] 08:32:01 5 35.02 0.00 3.40 2.34 0.08 59.15 [2023-11-29T08:57:28.210Z] 08:32:01 6 35.60 0.00 3.22 0.12 0.08 60.98 [2023-11-29T08:57:28.210Z] 08:32:01 7 38.86 0.00 3.17 0.13 0.10 57.74 [2023-11-29T08:57:28.210Z] 08:33:01 all 25.05 0.00 5.66 10.74 0.10 58.45 [2023-11-29T08:57:28.210Z] 08:33:01 0 25.04 0.00 5.98 8.03 0.12 60.83 [2023-11-29T08:57:28.210Z] 08:33:01 1 26.20 0.00 5.73 13.14 0.08 54.85 [2023-11-29T08:57:28.210Z] 08:33:01 2 24.70 0.00 5.39 1.69 0.07 68.16 [2023-11-29T08:57:28.210Z] 08:33:01 3 26.30 0.00 5.34 6.69 0.17 61.50 [2023-11-29T08:57:28.210Z] 08:33:01 4 24.76 0.00 6.30 21.23 0.10 47.61 [2023-11-29T08:57:28.210Z] 08:33:01 5 24.74 0.00 5.55 17.06 0.08 52.56 [2023-11-29T08:57:28.210Z] 08:33:01 6 23.30 0.00 4.76 8.10 0.08 63.76 [2023-11-29T08:57:28.210Z] 08:33:01 7 25.32 0.00 6.20 10.03 0.12 58.33 [2023-11-29T08:57:28.210Z] 08:34:01 all 6.85 0.00 3.98 14.21 0.08 74.88 [2023-11-29T08:57:28.210Z] 08:34:01 0 6.52 0.00 3.75 13.74 0.08 75.90 [2023-11-29T08:57:28.210Z] 08:34:01 1 6.86 0.00 3.17 6.24 0.05 83.68 [2023-11-29T08:57:28.210Z] 08:34:01 2 7.14 0.00 5.11 40.76 0.07 46.92 [2023-11-29T08:57:28.210Z] 08:34:01 3 7.31 0.00 4.34 14.77 0.10 73.49 [2023-11-29T08:57:28.210Z] 08:34:01 4 6.97 0.00 4.09 9.99 0.07 78.87 [2023-11-29T08:57:28.210Z] 08:34:01 5 7.03 0.00 4.45 16.78 0.15 71.59 [2023-11-29T08:57:28.210Z] 08:34:01 6 5.89 0.00 2.86 4.29 0.05 86.91 [2023-11-29T08:57:28.210Z] 08:34:01 7 7.10 0.00 4.06 7.17 0.08 81.60 [2023-11-29T08:57:28.210Z] 08:35:01 all 89.57 0.00 9.27 0.56 0.19 0.41 [2023-11-29T08:57:28.210Z] 08:35:01 0 89.66 0.00 9.21 0.60 0.15 0.37 [2023-11-29T08:57:28.210Z] 08:35:01 1 89.20 0.00 9.77 0.55 0.17 0.31 [2023-11-29T08:57:28.210Z] 08:35:01 2 89.57 0.00 9.29 0.51 0.25 0.37 [2023-11-29T08:57:28.210Z] 08:35:01 3 90.83 0.00 8.21 0.52 0.15 0.29 [2023-11-29T08:57:28.210Z] 08:35:01 4 89.41 0.00 9.34 0.59 0.23 0.43 [2023-11-29T08:57:28.210Z] 08:35:01 5 89.37 0.00 9.53 0.45 0.17 0.47 [2023-11-29T08:57:28.210Z] 08:35:01 6 89.14 0.00 9.09 0.92 0.20 0.65 [2023-11-29T08:57:28.210Z] 08:35:01 7 89.32 0.00 9.73 0.36 0.21 0.38 [2023-11-29T08:57:28.210Z] 08:36:01 all 26.74 0.00 4.28 5.45 0.11 63.43 [2023-11-29T08:57:28.210Z] 08:36:01 0 27.36 0.00 4.94 9.04 0.12 58.54 [2023-11-29T08:57:28.211Z] 08:36:01 1 29.56 0.00 4.94 6.30 0.12 59.09 [2023-11-29T08:57:28.211Z] 08:36:01 2 26.27 0.00 3.68 4.49 0.10 65.46 [2023-11-29T08:57:28.211Z] 08:36:01 3 24.66 0.00 4.01 2.87 0.12 68.34 [2023-11-29T08:57:28.211Z] 08:36:01 4 24.81 0.00 3.63 6.46 0.08 65.02 [2023-11-29T08:57:28.211Z] 08:36:01 5 27.60 0.00 4.48 2.90 0.08 64.93 [2023-11-29T08:57:28.211Z] 08:36:01 6 27.96 0.00 3.20 2.54 0.13 66.16 [2023-11-29T08:57:28.211Z] 08:36:01 7 25.70 0.00 5.35 9.03 0.14 59.78 [2023-11-29T08:57:28.211Z] 08:37:01 all 7.83 0.00 0.82 1.00 0.06 90.30 [2023-11-29T08:57:28.211Z] 08:37:01 0 7.62 0.00 1.16 0.54 0.12 90.57 [2023-11-29T08:57:28.211Z] 08:37:01 1 8.82 0.00 0.89 0.25 0.05 89.99 [2023-11-29T08:57:28.211Z] 08:37:01 2 8.22 0.00 0.62 0.13 0.05 90.97 [2023-11-29T08:57:28.211Z] 08:37:01 3 6.74 0.00 0.77 0.30 0.07 92.13 [2023-11-29T08:57:28.211Z] 08:37:01 4 6.60 0.00 0.84 0.20 0.07 92.29 [2023-11-29T08:57:28.211Z] 08:37:01 5 9.73 0.00 1.08 0.12 0.07 89.01 [2023-11-29T08:57:28.211Z] 08:37:01 6 8.06 0.00 0.58 0.62 0.05 90.69 [2023-11-29T08:57:28.211Z] 08:37:01 7 6.84 0.00 0.60 5.80 0.03 86.72 [2023-11-29T08:57:28.211Z] 08:38:01 all 1.94 0.00 0.35 0.07 0.03 97.61 [2023-11-29T08:57:28.211Z] 08:38:01 0 2.95 0.00 0.43 0.03 0.05 96.53 [2023-11-29T08:57:28.211Z] 08:38:01 1 1.96 0.00 0.33 0.02 0.03 97.66 [2023-11-29T08:57:28.211Z] 08:38:01 2 1.48 0.00 0.22 0.02 0.03 98.25 [2023-11-29T08:57:28.211Z] 08:38:01 3 0.42 0.00 0.25 0.02 0.03 99.28 [2023-11-29T08:57:28.211Z] 08:38:01 4 2.16 0.00 0.48 0.00 0.02 97.34 [2023-11-29T08:57:28.211Z] 08:38:01 5 2.52 0.00 0.48 0.00 0.03 96.96 [2023-11-29T08:57:28.211Z] 08:38:01 6 1.71 0.00 0.30 0.05 0.03 97.91 [2023-11-29T08:57:28.211Z] 08:38:01 7 2.31 0.00 0.30 0.43 0.03 96.93 [2023-11-29T08:57:28.211Z] 08:39:01 all 0.26 0.00 0.05 0.10 0.01 99.59 [2023-11-29T08:57:28.211Z] 08:39:01 0 0.07 0.00 0.03 0.00 0.02 99.88 [2023-11-29T08:57:28.211Z] 08:39:01 1 0.20 0.00 0.05 0.00 0.00 99.75 [2023-11-29T08:57:28.211Z] 08:39:01 2 0.30 0.00 0.05 0.03 0.00 99.62 [2023-11-29T08:57:28.211Z] 08:39:01 3 0.75 0.00 0.00 0.00 0.02 99.23 [2023-11-29T08:57:28.211Z] 08:39:01 4 0.32 0.00 0.08 0.18 0.03 99.38 [2023-11-29T08:57:28.211Z] 08:39:01 5 0.07 0.00 0.03 0.00 0.00 99.90 [2023-11-29T08:57:28.211Z] 08:39:01 6 0.27 0.00 0.03 0.49 0.00 99.21 [2023-11-29T08:57:28.211Z] 08:39:01 7 0.10 0.00 0.08 0.08 0.00 99.73 [2023-11-29T08:57:28.211Z] 08:40:01 all 0.04 0.00 0.02 0.00 0.01 99.93 [2023-11-29T08:57:28.211Z] 08:40:01 0 0.07 0.00 0.07 0.00 0.02 99.85 [2023-11-29T08:57:28.211Z] 08:40:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-11-29T08:57:28.211Z] 08:40:01 2 0.00 0.00 0.00 0.02 0.02 99.97 [2023-11-29T08:57:28.211Z] 08:40:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2023-11-29T08:57:28.211Z] 08:40:01 4 0.05 0.00 0.03 0.00 0.03 99.88 [2023-11-29T08:57:28.211Z] 08:40:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2023-11-29T08:57:28.211Z] 08:40:01 6 0.07 0.00 0.02 0.00 0.02 99.90 [2023-11-29T08:57:28.211Z] 08:40:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2023-11-29T08:57:28.211Z] [2023-11-29T08:57:28.211Z] 08:40:01 CPU %user %nice %system %iowait %steal %idle [2023-11-29T08:57:28.211Z] 08:41:01 all 0.14 0.00 0.01 0.02 0.01 99.82 [2023-11-29T08:57:28.211Z] 08:41:01 0 0.05 0.00 0.03 0.00 0.03 99.88 [2023-11-29T08:57:28.211Z] 08:41:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2023-11-29T08:57:28.211Z] 08:41:01 2 0.00 0.00 0.02 0.02 0.00 99.97 [2023-11-29T08:57:28.211Z] 08:41:01 3 0.05 0.00 0.00 0.00 0.00 99.95 [2023-11-29T08:57:28.211Z] 08:41:01 4 0.10 0.00 0.03 0.00 0.02 99.85 [2023-11-29T08:57:28.211Z] 08:41:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2023-11-29T08:57:28.211Z] 08:41:01 6 0.86 0.00 0.00 0.00 0.00 99.14 [2023-11-29T08:57:28.211Z] 08:41:01 7 0.02 0.00 0.00 0.15 0.02 99.82 [2023-11-29T08:57:28.211Z] 08:42:01 all 0.13 0.00 0.02 0.00 0.02 99.83 [2023-11-29T08:57:28.211Z] 08:42:01 0 0.08 0.00 0.03 0.00 0.03 99.85 [2023-11-29T08:57:28.211Z] 08:42:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2023-11-29T08:57:28.211Z] 08:42:01 2 0.03 0.00 0.02 0.02 0.02 99.92 [2023-11-29T08:57:28.211Z] 08:42:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2023-11-29T08:57:28.211Z] 08:42:01 4 0.03 0.00 0.03 0.00 0.03 99.90 [2023-11-29T08:57:28.211Z] 08:42:01 5 0.03 0.00 0.03 0.00 0.00 99.93 [2023-11-29T08:57:28.211Z] 08:42:01 6 0.80 0.00 0.00 0.00 0.02 99.19 [2023-11-29T08:57:28.211Z] 08:42:01 7 0.03 0.00 0.00 0.00 0.02 99.95 [2023-11-29T08:57:28.211Z] 08:43:01 all 0.03 0.00 0.02 0.03 0.01 99.92 [2023-11-29T08:57:28.211Z] 08:43:01 0 0.05 0.00 0.03 0.00 0.02 99.90 [2023-11-29T08:57:28.211Z] 08:43:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-11-29T08:57:28.211Z] 08:43:01 2 0.00 0.00 0.02 0.15 0.00 99.83 [2023-11-29T08:57:28.211Z] 08:43:01 3 0.02 0.00 0.03 0.00 0.02 99.93 [2023-11-29T08:57:28.211Z] 08:43:01 4 0.02 0.00 0.03 0.00 0.00 99.95 [2023-11-29T08:57:28.211Z] 08:43:01 5 0.07 0.00 0.02 0.00 0.02 99.90 [2023-11-29T08:57:28.211Z] 08:43:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2023-11-29T08:57:28.211Z] 08:43:01 7 0.02 0.00 0.02 0.08 0.00 99.88 [2023-11-29T08:57:28.211Z] 08:44:01 all 0.05 0.00 0.03 0.02 0.02 99.89 [2023-11-29T08:57:28.211Z] 08:44:01 0 0.05 0.00 0.03 0.00 0.02 99.90 [2023-11-29T08:57:28.211Z] 08:44:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2023-11-29T08:57:28.211Z] 08:44:01 2 0.03 0.00 0.03 0.00 0.02 99.92 [2023-11-29T08:57:28.211Z] 08:44:01 3 0.10 0.00 0.03 0.00 0.03 99.83 [2023-11-29T08:57:28.211Z] 08:44:01 4 0.02 0.00 0.02 0.02 0.02 99.93 [2023-11-29T08:57:28.211Z] 08:44:01 5 0.07 0.00 0.03 0.00 0.02 99.88 [2023-11-29T08:57:28.211Z] 08:44:01 6 0.03 0.00 0.03 0.00 0.02 99.92 [2023-11-29T08:57:28.211Z] 08:44:01 7 0.03 0.00 0.02 0.12 0.02 99.82 [2023-11-29T08:57:28.211Z] 08:45:01 all 0.09 0.00 0.02 0.02 0.01 99.86 [2023-11-29T08:57:28.211Z] 08:45:01 0 0.03 0.00 0.05 0.00 0.03 99.88 [2023-11-29T08:57:28.211Z] 08:45:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2023-11-29T08:57:28.211Z] 08:45:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-11-29T08:57:28.211Z] 08:45:01 3 0.07 0.00 0.02 0.00 0.03 99.88 [2023-11-29T08:57:28.211Z] 08:45:01 4 0.02 0.00 0.02 0.07 0.00 99.90 [2023-11-29T08:57:28.211Z] 08:45:01 5 0.02 0.00 0.03 0.00 0.00 99.95 [2023-11-29T08:57:28.211Z] 08:45:01 6 0.53 0.00 0.02 0.00 0.00 99.45 [2023-11-29T08:57:28.211Z] 08:45:01 7 0.03 0.00 0.00 0.08 0.00 99.88 [2023-11-29T08:57:28.211Z] 08:46:01 all 0.04 0.00 0.02 0.01 0.01 99.92 [2023-11-29T08:57:28.211Z] 08:46:01 0 0.07 0.00 0.03 0.00 0.02 99.88 [2023-11-29T08:57:28.211Z] 08:46:01 1 0.00 0.00 0.00 0.02 0.02 99.97 [2023-11-29T08:57:28.211Z] 08:46:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2023-11-29T08:57:28.211Z] 08:46:01 3 0.08 0.00 0.07 0.00 0.02 99.83 [2023-11-29T08:57:28.211Z] 08:46:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2023-11-29T08:57:28.211Z] 08:46:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-11-29T08:57:28.211Z] 08:46:01 6 0.13 0.00 0.00 0.00 0.00 99.87 [2023-11-29T08:57:28.211Z] 08:46:01 7 0.00 0.00 0.00 0.10 0.00 99.90 [2023-11-29T08:57:28.211Z] 08:47:01 all 0.11 0.00 0.02 0.01 0.01 99.85 [2023-11-29T08:57:28.211Z] 08:47:01 0 0.05 0.00 0.03 0.00 0.02 99.90 [2023-11-29T08:57:28.211Z] 08:47:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-11-29T08:57:28.211Z] 08:47:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2023-11-29T08:57:28.211Z] 08:47:01 3 0.08 0.00 0.05 0.00 0.03 99.83 [2023-11-29T08:57:28.211Z] 08:47:01 4 0.00 0.00 0.02 0.02 0.02 99.95 [2023-11-29T08:57:28.211Z] 08:47:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2023-11-29T08:57:28.211Z] 08:47:01 6 0.63 0.00 0.03 0.00 0.02 99.32 [2023-11-29T08:57:28.211Z] 08:47:01 7 0.03 0.00 0.02 0.07 0.02 99.87 [2023-11-29T08:57:28.211Z] 08:48:01 all 0.04 0.00 0.01 0.00 0.00 99.94 [2023-11-29T08:57:28.211Z] 08:48:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-11-29T08:57:28.211Z] 08:48:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-11-29T08:57:28.211Z] 08:48:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2023-11-29T08:57:28.211Z] 08:48:01 3 0.10 0.00 0.05 0.00 0.02 99.83 [2023-11-29T08:57:28.211Z] 08:48:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2023-11-29T08:57:28.211Z] 08:48:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2023-11-29T08:57:28.211Z] 08:48:01 6 0.08 0.00 0.00 0.00 0.00 99.92 [2023-11-29T08:57:28.211Z] 08:48:01 7 0.02 0.00 0.02 0.03 0.02 99.92 [2023-11-29T08:57:28.211Z] 08:49:01 all 0.03 0.00 0.02 0.00 0.01 99.93 [2023-11-29T08:57:28.211Z] 08:49:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2023-11-29T08:57:28.211Z] 08:49:01 1 0.00 0.00 0.00 0.02 0.00 99.98 [2023-11-29T08:57:28.211Z] 08:49:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2023-11-29T08:57:28.211Z] 08:49:01 3 0.13 0.00 0.05 0.00 0.02 99.80 [2023-11-29T08:57:28.211Z] 08:49:01 4 0.00 0.00 0.02 0.00 0.02 99.97 [2023-11-29T08:57:28.211Z] 08:49:01 5 0.05 0.00 0.02 0.00 0.02 99.92 [2023-11-29T08:57:28.211Z] 08:49:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2023-11-29T08:57:28.211Z] 08:49:01 7 0.03 0.00 0.03 0.02 0.02 99.90 [2023-11-29T08:57:28.211Z] 08:50:01 all 0.05 0.00 0.01 0.01 0.01 99.93 [2023-11-29T08:57:28.211Z] 08:50:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2023-11-29T08:57:28.211Z] 08:50:01 1 0.00 0.00 0.00 0.02 0.02 99.97 [2023-11-29T08:57:28.211Z] 08:50:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2023-11-29T08:57:28.211Z] 08:50:01 3 0.05 0.00 0.00 0.00 0.02 99.93 [2023-11-29T08:57:28.211Z] 08:50:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2023-11-29T08:57:28.211Z] 08:50:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-11-29T08:57:28.211Z] 08:50:01 6 0.18 0.00 0.02 0.00 0.00 99.80 [2023-11-29T08:57:28.211Z] 08:50:01 7 0.02 0.00 0.02 0.03 0.02 99.92 [2023-11-29T08:57:28.211Z] 08:51:01 all 0.04 0.00 0.02 0.00 0.01 99.92 [2023-11-29T08:57:28.211Z] 08:51:01 0 0.05 0.00 0.03 0.00 0.02 99.90 [2023-11-29T08:57:28.211Z] 08:51:01 1 0.00 0.00 0.00 0.02 0.00 99.98 [2023-11-29T08:57:28.211Z] 08:51:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2023-11-29T08:57:28.211Z] 08:51:01 3 0.03 0.00 0.05 0.00 0.02 99.90 [2023-11-29T08:57:28.211Z] 08:51:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2023-11-29T08:57:28.211Z] 08:51:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2023-11-29T08:57:28.211Z] 08:51:01 6 0.15 0.00 0.02 0.00 0.00 99.83 [2023-11-29T08:57:28.211Z] 08:51:01 7 0.02 0.00 0.03 0.02 0.02 99.92 [2023-11-29T08:57:28.211Z] [2023-11-29T08:57:28.211Z] 08:51:01 CPU %user %nice %system %iowait %steal %idle [2023-11-29T08:57:28.211Z] 08:52:01 all 0.22 0.00 0.02 0.00 0.01 99.75 [2023-11-29T08:57:28.211Z] 08:52:01 0 0.00 0.00 0.03 0.00 0.00 99.97 [2023-11-29T08:57:28.211Z] 08:52:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-11-29T08:57:28.211Z] 08:52:01 2 0.08 0.00 0.02 0.00 0.02 99.88 [2023-11-29T08:57:28.211Z] 08:52:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2023-11-29T08:57:28.211Z] 08:52:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2023-11-29T08:57:28.211Z] 08:52:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2023-11-29T08:57:28.211Z] 08:52:01 6 1.57 0.00 0.00 0.00 0.02 98.42 [2023-11-29T08:57:28.211Z] 08:52:01 7 0.03 0.00 0.03 0.02 0.02 99.90 [2023-11-29T08:57:28.211Z] 08:53:01 all 0.03 0.00 0.01 0.01 0.00 99.95 [2023-11-29T08:57:28.211Z] 08:53:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2023-11-29T08:57:28.211Z] 08:53:01 1 0.00 0.00 0.00 0.03 0.00 99.97 [2023-11-29T08:57:28.211Z] 08:53:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2023-11-29T08:57:28.211Z] 08:53:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2023-11-29T08:57:28.211Z] 08:53:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2023-11-29T08:57:28.211Z] 08:53:01 5 0.07 0.00 0.00 0.00 0.00 99.93 [2023-11-29T08:57:28.211Z] 08:53:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-11-29T08:57:28.211Z] 08:53:01 7 0.07 0.00 0.02 0.02 0.02 99.88 [2023-11-29T08:57:28.211Z] 08:54:01 all 0.02 0.00 0.02 0.00 0.01 99.95 [2023-11-29T08:57:28.211Z] 08:54:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2023-11-29T08:57:28.211Z] 08:54:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2023-11-29T08:57:28.211Z] 08:54:01 2 0.05 0.00 0.02 0.00 0.02 99.92 [2023-11-29T08:57:28.211Z] 08:54:01 3 0.03 0.00 0.05 0.00 0.02 99.90 [2023-11-29T08:57:28.211Z] 08:54:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-11-29T08:57:28.211Z] 08:54:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2023-11-29T08:57:28.211Z] 08:54:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-11-29T08:57:28.211Z] 08:54:01 7 0.03 0.00 0.03 0.02 0.03 99.88 [2023-11-29T08:57:28.211Z] 08:55:01 all 0.29 0.00 0.01 0.01 0.01 99.68 [2023-11-29T08:57:28.211Z] 08:55:01 0 0.05 0.00 0.02 0.00 0.02 99.92 [2023-11-29T08:57:28.211Z] 08:55:01 1 0.02 0.00 0.00 0.07 0.00 99.92 [2023-11-29T08:57:28.211Z] 08:55:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2023-11-29T08:57:28.211Z] 08:55:01 3 0.10 0.00 0.02 0.00 0.02 99.87 [2023-11-29T08:57:28.211Z] 08:55:01 4 0.05 0.00 0.00 0.00 0.02 99.93 [2023-11-29T08:57:28.211Z] 08:55:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2023-11-29T08:57:28.211Z] 08:55:01 6 1.95 0.00 0.02 0.00 0.02 98.01 [2023-11-29T08:57:28.211Z] 08:55:01 7 0.03 0.00 0.02 0.03 0.02 99.90 [2023-11-29T08:57:28.211Z] 08:56:01 all 2.76 0.00 1.13 0.26 0.02 95.83 [2023-11-29T08:57:28.211Z] 08:56:01 0 2.72 0.00 1.18 0.00 0.02 96.09 [2023-11-29T08:57:28.211Z] 08:56:01 1 1.59 0.00 1.82 0.94 0.02 95.64 [2023-11-29T08:57:28.211Z] 08:56:01 2 3.83 0.00 0.77 0.23 0.03 95.14 [2023-11-29T08:57:28.211Z] 08:56:01 3 3.38 0.00 0.94 0.00 0.02 95.67 [2023-11-29T08:57:28.211Z] 08:56:01 4 1.99 0.00 1.17 0.23 0.02 96.59 [2023-11-29T08:57:28.211Z] 08:56:01 5 2.74 0.00 1.14 0.08 0.02 96.02 [2023-11-29T08:57:28.211Z] 08:56:01 6 3.30 0.00 1.11 0.02 0.02 95.56 [2023-11-29T08:57:28.211Z] 08:56:01 7 2.50 0.00 0.96 0.60 0.02 95.92 [2023-11-29T08:57:28.211Z] 08:57:01 all 5.96 0.00 2.62 3.18 0.05 88.20 [2023-11-29T08:57:28.211Z] 08:57:01 0 6.11 0.00 3.19 6.40 0.05 84.25 [2023-11-29T08:57:28.211Z] 08:57:01 1 6.39 0.00 2.81 8.72 0.05 82.03 [2023-11-29T08:57:28.211Z] 08:57:01 2 5.24 0.00 3.70 5.65 0.07 85.35 [2023-11-29T08:57:28.211Z] 08:57:01 3 5.41 0.00 2.37 0.17 0.05 92.00 [2023-11-29T08:57:28.211Z] 08:57:01 4 5.98 0.00 2.55 0.03 0.03 91.40 [2023-11-29T08:57:28.211Z] 08:57:01 5 7.60 0.00 2.66 0.15 0.05 89.54 [2023-11-29T08:57:28.211Z] 08:57:01 6 5.22 0.00 1.56 0.13 0.03 93.06 [2023-11-29T08:57:28.211Z] 08:57:01 7 5.71 0.00 2.11 4.22 0.05 87.92 [2023-11-29T08:57:28.211Z] Average: all 8.37 0.00 1.39 1.52 0.04 88.69 [2023-11-29T08:57:28.211Z] Average: 0 8.37 0.00 1.48 1.44 0.04 88.67 [2023-11-29T08:57:28.211Z] Average: 1 8.32 0.00 1.41 1.79 0.03 88.45 [2023-11-29T08:57:28.211Z] Average: 2 8.46 0.00 1.43 1.93 0.04 88.14 [2023-11-29T08:57:28.211Z] Average: 3 8.24 0.00 1.36 1.65 0.04 88.71 [2023-11-29T08:57:28.211Z] Average: 4 8.16 0.00 1.39 1.49 0.04 88.93 [2023-11-29T08:57:28.211Z] Average: 5 8.39 0.00 1.38 1.56 0.03 88.64 [2023-11-29T08:57:28.211Z] Average: 6 8.76 0.00 1.19 0.64 0.03 89.38 [2023-11-29T08:57:28.211Z] Average: 7 8.30 0.00 1.44 1.63 0.04 88.60 [2023-11-29T08:57:28.211Z] [2023-11-29T08:57:28.211Z] [2023-11-29T08:57:28.211Z]