Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 488f23b0c5d68863a9e298ac057bceee8c500ce0 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-ssh8371354789610936979.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-ssh12298391400434701986.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 a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-ssh2814849155860684448.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a0327f913308fcf13875ae7a2d6e6099471c5ff1 # timeout=10 Commit message: "fix: dry-run use case (#441)" > 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-ssh11153628438994950225.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-ssh580300499970030042.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], buildSnap:false] ========================================================= [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.20 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 Running on prd-ubuntu20.04-docker-8c-8g-5371 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/572 [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/572 # 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 488f23b0c5d68863a9e298ac057bceee8c500ce0 (main) > 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 488f23b0c5d68863a9e298ac057bceee8c500ce0 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3 (#4671)" > git rev-list --no-walk 8274911434a2757c8b48b8ce5b79d548a121dbe7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-09-05T20:39:48.195Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-09-05T20:39:48.246Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-09-05T20:39:48.264Z] ========================================================= [2023-09-05T20:39:48.264Z] EdgeX Global Pipelines Version Info [2023-09-05T20:39:48.264Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-09-05T20:39:49.336Z] ------------------- [2023-09-05T20:39:49.336Z] stable info: [2023-09-05T20:39:49.336Z] ------------------- [2023-09-05T20:39:49.336Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-09-05T20:39:49.336Z] Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-09-05T20:39:49.336Z] Message: update stable to v1.0.253 [2023-09-05T20:39:49.596Z] ------------------- [2023-09-05T20:39:49.597Z] experimental info: [2023-09-05T20:39:49.597Z] ------------------- [2023-09-05T20:39:49.597Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-09-05T20:39:49.597Z] Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-09-05T20:39:49.597Z] Message: update experimental to v1.0.253 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-09-05T20:39:49.756Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-09-05T20:39:49.772Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-09-05T20:39:49.784Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-09-05T20:39:49.799Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-09-05T20:39:49.816Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-09-05T20:39:49.833Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-09-05T20:39:49.850Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-09-05T20:39:49.864Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-09-05T20:39:49.876Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-09-05T20:39:49.887Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-09-05T20:39:49.900Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-09-05T20:39:49.916Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-09-05T20:39:49.929Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-09-05T20:39:49.941Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-09-05T20:39:49.954Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-09-05T20:39:49.968Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-09-05T20:39:49.980Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-09-05T20:39:49.996Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-09-05T20:39:50.013Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-09-05T20:39:50.024Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-09-05T20:39:50.039Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-09-05T20:39:50.049Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-09-05T20:39:50.059Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-09-05T20:39:50.071Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-09-05T20:39:50.082Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-09-05T20:39:50.093Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-09-05T20:39:50.104Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 488f23b0c5d68863a9e298ac057bceee8c500ce0 [Pipeline] echo [2023-09-05T20:39:50.115Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 488f23b [Pipeline] echo [2023-09-05T20:39:50.126Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-09-05T20:39:50.165Z] provisioning config files... [2023-09-05T20:39:50.178Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/572@tmp/config6574098405518093653tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-05T20:39:50.528Z] ---> docker-login.sh [2023-09-05T20:39:50.528Z] nexus3.edgexfoundry.org:10001 [2023-09-05T20:39:50.528Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-05T20:39:50.788Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-05T20:39:50.788Z] Configure a credential helper to remove this warning. See [2023-09-05T20:39:50.788Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-05T20:39:50.788Z] [2023-09-05T20:39:50.788Z] Login Succeeded [2023-09-05T20:39:50.788Z] nexus3.edgexfoundry.org:10002 [2023-09-05T20:39:50.788Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-05T20:39:51.047Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-05T20:39:51.047Z] Configure a credential helper to remove this warning. See [2023-09-05T20:39:51.047Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-05T20:39:51.047Z] [2023-09-05T20:39:51.047Z] Login Succeeded [2023-09-05T20:39:51.047Z] nexus3.edgexfoundry.org:10003 [2023-09-05T20:39:51.047Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-05T20:39:51.047Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-05T20:39:51.047Z] Configure a credential helper to remove this warning. See [2023-09-05T20:39:51.047Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-05T20:39:51.047Z] [2023-09-05T20:39:51.047Z] Login Succeeded [2023-09-05T20:39:51.047Z] nexus3.edgexfoundry.org:10004 [2023-09-05T20:39:51.047Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-05T20:39:51.047Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-05T20:39:51.047Z] Configure a credential helper to remove this warning. See [2023-09-05T20:39:51.047Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-05T20:39:51.047Z] [2023-09-05T20:39:51.047Z] Login Succeeded [2023-09-05T20:39:51.047Z] docker.io [2023-09-05T20:39:51.306Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-05T20:39:51.306Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-05T20:39:51.306Z] Configure a credential helper to remove this warning. See [2023-09-05T20:39:51.306Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-05T20:39:51.306Z] [2023-09-05T20:39:51.566Z] Login Succeeded [2023-09-05T20:39:51.566Z] ---> docker-login.sh ends [Pipeline] } [2023-09-05T20:39:51.574Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-09-05T20:39:51.875Z] + 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-09-05T20:39:51.875Z] + + cutdirname -d/ cmd/core-command/Dockerfile -f2 [2023-09-05T20:39:51.875Z] [2023-09-05T20:39:51.875Z] + echo core-command,cmd/core-command/Dockerfile [2023-09-05T20:39:51.875Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-09-05T20:39:51.875Z] + cut -d/ -f2 [2023-09-05T20:39:51.875Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-09-05T20:39:51.875Z] + dirname cmd/core-data/Dockerfile [2023-09-05T20:39:51.875Z] + cut -d/ -f2 [2023-09-05T20:39:51.875Z] + echo core-data,cmd/core-data/Dockerfile [2023-09-05T20:39:51.875Z] + dirname cmd/core-metadata/Dockerfile [2023-09-05T20:39:51.875Z] + cut -d/ -f2 [2023-09-05T20:39:51.875Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-09-05T20:39:51.875Z] + + dirname cmd/security-bootstrapper/Dockerfile [2023-09-05T20:39:51.875Z] cut -d/ -f2 [2023-09-05T20:39:51.875Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-09-05T20:39:51.875Z] + dirname cmd/security-proxy-auth/Dockerfile [2023-09-05T20:39:51.875Z] + cut -d/ -f2 [2023-09-05T20:39:51.875Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2023-09-05T20:39:51.875Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-09-05T20:39:51.875Z] + cut -d/ -f2 [2023-09-05T20:39:51.875Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-09-05T20:39:51.875Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-09-05T20:39:51.875Z] + cut -d/ -f2 [2023-09-05T20:39:51.875Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-09-05T20:39:51.875Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-09-05T20:39:51.875Z] + cut -d/ -f2 [2023-09-05T20:39:51.875Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-09-05T20:39:51.875Z] + dirname cmd/security-spire-agent/Dockerfile [2023-09-05T20:39:51.875Z] + cut -d/ -f2 [2023-09-05T20:39:51.875Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-09-05T20:39:51.875Z] + dirname cmd/security-spire-config/Dockerfile [2023-09-05T20:39:51.875Z] + cut -d/ -f2 [2023-09-05T20:39:51.875Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-09-05T20:39:51.875Z] + dirname cmd/security-spire-server/Dockerfile [2023-09-05T20:39:51.875Z] + cut -d/ -f2 [2023-09-05T20:39:51.875Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-09-05T20:39:51.875Z] + dirname cmd/support-notifications/Dockerfile [2023-09-05T20:39:51.875Z] + cut -d/ -f2 [2023-09-05T20:39:51.875Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-09-05T20:39:51.875Z] + cut -d/ -f2 [2023-09-05T20:39:51.875Z] + dirname cmd/support-scheduler/Dockerfile [2023-09-05T20:39:51.875Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-09-05T20:39:51.923Z] 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-09-05T20:39:52.260Z] + git rev-list -1 --merges 488f23b0c5d68863a9e298ac057bceee8c500ce0~1..488f23b0c5d68863a9e298ac057bceee8c500ce0 [Pipeline] echo [2023-09-05T20:39:52.305Z] -----------> git rev-list -1 --merges 488f23b0c5d68863a9e298ac057bceee8c500ce0~1..488f23b0c5d68863a9e298ac057bceee8c500ce0 488f23b0c5d68863a9e298ac057bceee8c500ce0 [false] [Pipeline] sh [2023-09-05T20:39:52.589Z] + git log --format=format:%s -1 488f23b0c5d68863a9e298ac057bceee8c500ce0 [Pipeline] echo [2023-09-05T20:39:52.604Z] ========================================================= [2023-09-05T20:39:52.604Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-09-05T20:39:52.604Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-09-05T20:39:52.956Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-09-05T20:39:52.956Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-09-05T20:39:52.956Z] + [ -e /tmp/ssh_known_hosts ] [2023-09-05T20:39:52.956Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-09-05T20:39:52.956Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-09-05T20:39:52.956Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-09-05T20:39:52.956Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:39:53.296Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-09-05T20:39:53.296Z] [2023-09-05T20:39:53.296Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:39:53.591Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-09-05T20:39:53.591Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-09-05T20:39:53.591Z] b85a868b505f: Pulling fs layer [2023-09-05T20:39:53.591Z] e2be974225ed: Pulling fs layer [2023-09-05T20:39:53.591Z] 339a4e72a1f5: Pulling fs layer [2023-09-05T20:39:53.591Z] 988bab9f4d93: Pulling fs layer [2023-09-05T20:39:53.591Z] 1469e6f7b9e6: Pulling fs layer [2023-09-05T20:39:53.591Z] eaf3925da568: Pulling fs layer [2023-09-05T20:39:53.591Z] bab4dde63d76: Pulling fs layer [2023-09-05T20:39:53.591Z] bde34c3a00c8: Pulling fs layer [2023-09-05T20:39:53.591Z] b352a97aabf1: Pulling fs layer [2023-09-05T20:39:53.591Z] 4872d77fe225: Pulling fs layer [2023-09-05T20:39:53.591Z] 5851b861e8e6: Pulling fs layer [2023-09-05T20:39:53.591Z] bab4dde63d76: Waiting [2023-09-05T20:39:53.591Z] 4872d77fe225: Waiting [2023-09-05T20:39:53.591Z] bde34c3a00c8: Waiting [2023-09-05T20:39:53.591Z] 5851b861e8e6: Waiting [2023-09-05T20:39:53.591Z] 1469e6f7b9e6: Waiting [2023-09-05T20:39:53.591Z] b352a97aabf1: Waiting [2023-09-05T20:39:53.591Z] eaf3925da568: Waiting [2023-09-05T20:39:53.591Z] e2be974225ed: Download complete [2023-09-05T20:39:53.591Z] 988bab9f4d93: Download complete [2023-09-05T20:39:53.591Z] 1469e6f7b9e6: Verifying Checksum [2023-09-05T20:39:53.591Z] 1469e6f7b9e6: Download complete [2023-09-05T20:39:53.591Z] 339a4e72a1f5: Verifying Checksum [2023-09-05T20:39:53.591Z] 339a4e72a1f5: Download complete [2023-09-05T20:39:53.851Z] eaf3925da568: Verifying Checksum [2023-09-05T20:39:53.851Z] eaf3925da568: Download complete [2023-09-05T20:39:53.851Z] bde34c3a00c8: Download complete [2023-09-05T20:39:53.851Z] b352a97aabf1: Download complete [2023-09-05T20:39:53.851Z] 4872d77fe225: Download complete [2023-09-05T20:39:53.851Z] 5851b861e8e6: Verifying Checksum [2023-09-05T20:39:53.851Z] 5851b861e8e6: Download complete [2023-09-05T20:39:53.851Z] b85a868b505f: Verifying Checksum [2023-09-05T20:39:53.851Z] b85a868b505f: Download complete [2023-09-05T20:39:54.108Z] bab4dde63d76: Verifying Checksum [2023-09-05T20:39:54.108Z] bab4dde63d76: Download complete [2023-09-05T20:39:55.044Z] b85a868b505f: Pull complete [2023-09-05T20:39:55.301Z] e2be974225ed: Pull complete [2023-09-05T20:39:55.560Z] 339a4e72a1f5: Pull complete [2023-09-05T20:39:55.560Z] 988bab9f4d93: Pull complete [2023-09-05T20:39:55.819Z] 1469e6f7b9e6: Pull complete [2023-09-05T20:39:56.077Z] eaf3925da568: Pull complete [2023-09-05T20:39:57.453Z] bab4dde63d76: Pull complete [2023-09-05T20:39:57.453Z] bde34c3a00c8: Pull complete [2023-09-05T20:39:57.453Z] b352a97aabf1: Pull complete [2023-09-05T20:39:57.736Z] 4872d77fe225: Pull complete [2023-09-05T20:39:57.736Z] 5851b861e8e6: Pull complete [2023-09-05T20:39:57.736Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-09-05T20:39:57.736Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-09-05T20:39:57.736Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-05T20:39:57.829Z] prd-ubuntu20.04-docker-8c-8g-5371 does not seem to be running inside a container [2023-09-05T20:39:57.854Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/572 -v /w/workspace/edgex-go/572:/w/workspace/edgex-go/572:rw,z -v /w/workspace/edgex-go/572@tmp:/w/workspace/edgex-go/572@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-09-05T20:40:00.409Z] $ docker top 9373bec005c19c9a69e1d8fc7ccb762b22bc0d5f3a95cdf40eb759b01d57e506 -eo pid,comm [2023-09-05T20:40:00.472Z] 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-09-05T20:40:00.472Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-09-05T20:40:00.509Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-09-05T20:40:00.509Z] [ssh-agent] Looking for ssh-agent implementation... [2023-09-05T20:40:00.607Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-09-05T20:40:00.609Z] $ docker exec 9373bec005c19c9a69e1d8fc7ccb762b22bc0d5f3a95cdf40eb759b01d57e506 ssh-agent [2023-09-05T20:40:00.726Z] SSH_AUTH_SOCK=/tmp/ssh-9DjFhUdQ69EH/agent.32 [2023-09-05T20:40:00.726Z] SSH_AGENT_PID=38 [2023-09-05T20:40:00.731Z] Running ssh-add (command line suppressed) [2023-09-05T20:40:00.821Z] Identity added: /w/workspace/edgex-go/572@tmp/private_key_8298738061457145528.key (/w/workspace/edgex-go/572@tmp/private_key_8298738061457145528.key) [2023-09-05T20:40:00.833Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-09-05T20:40:01.120Z] + git tag --points-at HEAD [Pipeline] } [2023-09-05T20:40:01.130Z] $ docker exec --env ******** --env ******** 9373bec005c19c9a69e1d8fc7ccb762b22bc0d5f3a95cdf40eb759b01d57e506 ssh-agent -k [2023-09-05T20:40:01.214Z] unset SSH_AUTH_SOCK; [2023-09-05T20:40:01.215Z] unset SSH_AGENT_PID; [2023-09-05T20:40:01.215Z] echo Agent pid 38 killed; [2023-09-05T20:40:01.226Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-09-05T20:40:01.303Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-09-05T20:40:01.303Z] [ssh-agent] Looking for ssh-agent implementation... [2023-09-05T20:40:01.398Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-09-05T20:40:01.400Z] $ docker exec 9373bec005c19c9a69e1d8fc7ccb762b22bc0d5f3a95cdf40eb759b01d57e506 ssh-agent [2023-09-05T20:40:01.506Z] SSH_AUTH_SOCK=/tmp/ssh-ueHjzoZp4GD0/agent.71 [2023-09-05T20:40:01.506Z] SSH_AGENT_PID=77 [2023-09-05T20:40:01.511Z] Running ssh-add (command line suppressed) [2023-09-05T20:40:01.609Z] Identity added: /w/workspace/edgex-go/572@tmp/private_key_15980738413667512966.key (/w/workspace/edgex-go/572@tmp/private_key_15980738413667512966.key) [2023-09-05T20:40:01.625Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-09-05T20:40:01.910Z] + git semver init [2023-09-05T20:40:02.168Z] 2023-09-05 20:40:02,084 [run_init] DEBUG init version:0.0.0 force:False [2023-09-05T20:40:02.168Z] 2023-09-05 20:40:02,085 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/572/.semver [2023-09-05T20:40:02.168Z] 2023-09-05 20:40:02,085 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/572/.semver [2023-09-05T20:40:02.168Z] 2023-09-05 20:40:02,085 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/572/.semver'], cwd=/w/workspace/edgex-go/572, universal_newlines=False, shell=None, istream=None) [2023-09-05T20:40:07.444Z] 2023-09-05 20:40:07,095 [append_file] DEBUG append to file:/w/workspace/edgex-go/572/.git/info/exclude [2023-09-05T20:40:07.444Z] 2023-09-05 20:40:07,096 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/572/.semver/main with force:False [2023-09-05T20:40:07.444Z] 2023-09-05 20:40:07,096 [read_version] DEBUG read version from /w/workspace/edgex-go/572/.semver/main [2023-09-05T20:40:07.444Z] 2023-09-05 20:40:07,096 [read_version] DEBUG read version from /w/workspace/edgex-go/572/.semver/main [2023-09-05T20:40:07.444Z] 3.1.0-dev.38 [Pipeline] } [2023-09-05T20:40:07.452Z] $ docker exec --env ******** --env ******** 9373bec005c19c9a69e1d8fc7ccb762b22bc0d5f3a95cdf40eb759b01d57e506 ssh-agent -k [2023-09-05T20:40:07.546Z] unset SSH_AUTH_SOCK; [2023-09-05T20:40:07.547Z] unset SSH_AGENT_PID; [2023-09-05T20:40:07.547Z] echo Agent pid 77 killed; [2023-09-05T20:40:07.560Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-09-05T20:40:07.857Z] + git semver [Pipeline] } [2023-09-05T20:40:08.125Z] $ docker stop --time=1 9373bec005c19c9a69e1d8fc7ccb762b22bc0d5f3a95cdf40eb759b01d57e506 [2023-09-05T20:40:09.396Z] $ docker rm -f --volumes 9373bec005c19c9a69e1d8fc7ccb762b22bc0d5f3a95cdf40eb759b01d57e506 [Pipeline] // withDockerContainer [Pipeline] sh [2023-09-05T20:40:09.726Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-09-05T20:40:09.903Z] Stashed 1 file(s) [Pipeline] echo [2023-09-05T20:40:09.905Z] [edgeXSemver]: initialized semver on version 3.1.0-dev.38 [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-09-05T20:40:10.302Z] + git config --global --add safe.directory /w/workspace/edgex-go/572 [Pipeline] echo [2023-09-05T20:40:10.315Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-09-05T20:40:10.326Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-09-05T20:40:10.332Z] ========================================================= [2023-09-05T20:40:10.332Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-09-05T20:40:10.332Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-09-05T20:40:10.617Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-09-05T20:40:10.617Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-09-05T20:40:10.617Z] 4db1b89c0bd1: Pulling fs layer [2023-09-05T20:40:10.617Z] 6911f1a30b25: Pulling fs layer [2023-09-05T20:40:10.617Z] e194b8c5c2a9: Pulling fs layer [2023-09-05T20:40:10.617Z] 6863d3e3a2b1: Pulling fs layer [2023-09-05T20:40:10.617Z] ec0bb842ea78: Pulling fs layer [2023-09-05T20:40:10.617Z] 40a00589a448: Pulling fs layer [2023-09-05T20:40:10.617Z] 6c08303d61cc: Pulling fs layer [2023-09-05T20:40:10.617Z] 798269fcf238: Pulling fs layer [2023-09-05T20:40:10.617Z] ec0bb842ea78: Waiting [2023-09-05T20:40:10.617Z] 6c08303d61cc: Waiting [2023-09-05T20:40:10.617Z] 40a00589a448: Waiting [2023-09-05T20:40:10.617Z] 798269fcf238: Waiting [2023-09-05T20:40:10.617Z] 6911f1a30b25: Verifying Checksum [2023-09-05T20:40:10.617Z] 6911f1a30b25: Download complete [2023-09-05T20:40:10.617Z] 6863d3e3a2b1: Verifying Checksum [2023-09-05T20:40:10.617Z] 6863d3e3a2b1: Download complete [2023-09-05T20:40:10.617Z] ec0bb842ea78: Verifying Checksum [2023-09-05T20:40:10.617Z] ec0bb842ea78: Download complete [2023-09-05T20:40:10.617Z] 4db1b89c0bd1: Verifying Checksum [2023-09-05T20:40:10.617Z] 4db1b89c0bd1: Download complete [2023-09-05T20:40:10.617Z] 40a00589a448: Verifying Checksum [2023-09-05T20:40:10.617Z] 40a00589a448: Download complete [2023-09-05T20:40:10.876Z] 4db1b89c0bd1: Pull complete [2023-09-05T20:40:10.876Z] 6911f1a30b25: Pull complete [2023-09-05T20:40:11.443Z] 798269fcf238: Verifying Checksum [2023-09-05T20:40:11.443Z] 798269fcf238: Download complete [2023-09-05T20:40:11.443Z] e194b8c5c2a9: Download complete [2023-09-05T20:40:11.443Z] 6c08303d61cc: Verifying Checksum [2023-09-05T20:40:11.443Z] 6c08303d61cc: Download complete [2023-09-05T20:40:14.738Z] e194b8c5c2a9: Pull complete [2023-09-05T20:40:14.738Z] 6863d3e3a2b1: Pull complete [2023-09-05T20:40:14.738Z] ec0bb842ea78: Pull complete [2023-09-05T20:40:14.738Z] 40a00589a448: Pull complete [2023-09-05T20:40:16.638Z] 6c08303d61cc: Pull complete [2023-09-05T20:40:17.571Z] 798269fcf238: Pull complete [2023-09-05T20:40:17.571Z] Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 [2023-09-05T20:40:17.571Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-09-05T20:40:17.571Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-09-05T20:40:17.861Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-09-05T20:40:17.861Z] WORKDIR /edgex [2023-09-05T20:40:17.861Z] COPY go.mod . [2023-09-05T20:40:17.861Z] RUN go mod download [2023-09-05T20:40:17.861Z] + docker build -t ci-base-image-x86_64 -f - . [2023-09-05T20:40:18.428Z] Sending build context to Docker daemon 170.9MB [2023-09-05T20:40:18.428Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-09-05T20:40:18.428Z] ---> ec979cd7f677 [2023-09-05T20:40:18.428Z] Step 2/4 : WORKDIR /edgex [2023-09-05T20:40:22.617Z] ---> Running in 3c62f66ddbb7 [2023-09-05T20:40:22.617Z] Removing intermediate container 3c62f66ddbb7 [2023-09-05T20:40:22.617Z] ---> bf446a22cd8e [2023-09-05T20:40:22.617Z] Step 3/4 : COPY go.mod . [2023-09-05T20:40:22.617Z] ---> c87093c55813 [2023-09-05T20:40:22.617Z] Step 4/4 : RUN go mod download [2023-09-05T20:40:22.617Z] ---> Running in d9467da2b612 [2023-09-05T20:40:24.986Z] Still waiting to schedule task [2023-09-05T20:40:24.986Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-5372’ [2023-09-05T20:40:37.489Z] Removing intermediate container d9467da2b612 [2023-09-05T20:40:37.489Z] ---> 60da8347b5db [2023-09-05T20:40:37.489Z] Successfully built 60da8347b5db [2023-09-05T20:40:37.489Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:40:37.788Z] + docker inspect -f . ci-base-image-x86_64 [2023-09-05T20:40:37.788Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-05T20:40:37.861Z] prd-ubuntu20.04-docker-8c-8g-5371 does not seem to be running inside a container [2023-09-05T20:40:37.891Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/572 -v /w/workspace/edgex-go/572:/w/workspace/edgex-go/572:rw,z -v /w/workspace/edgex-go/572@tmp:/w/workspace/edgex-go/572@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-09-05T20:40:38.334Z] $ docker top 76d22c92c57c0e1015542bc8b886282423685d83ec8bcd142fa7e37fe0010753 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-05T20:40:38.675Z] + go version [2023-09-05T20:40:38.675Z] go version go1.20.6 linux/amd64 [Pipeline] } [2023-09-05T20:40:38.684Z] $ docker stop --time=1 76d22c92c57c0e1015542bc8b886282423685d83ec8bcd142fa7e37fe0010753 [2023-09-05T20:40:39.924Z] $ docker rm -f --volumes 76d22c92c57c0e1015542bc8b886282423685d83ec8bcd142fa7e37fe0010753 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:40:40.312Z] + docker inspect -f . ci-base-image-x86_64 [2023-09-05T20:40:40.313Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-05T20:40:40.381Z] prd-ubuntu20.04-docker-8c-8g-5371 does not seem to be running inside a container [2023-09-05T20:40:40.411Z] $ 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/572 -v /w/workspace/edgex-go/572:/w/workspace/edgex-go/572:rw,z -v /w/workspace/edgex-go/572@tmp:/w/workspace/edgex-go/572@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-09-05T20:40:40.747Z] $ docker top 9570268d1c56a2c1c46269d24c937b2152cf996056bd6a725a0749d2e3679833 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-09-05T20:40:40.812Z] ========================================================= [2023-09-05T20:40:40.812Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-09-05T20:40:40.812Z] ========================================================= [Pipeline] sh [2023-09-05T20:40:41.089Z] + git config --global --add safe.directory /w/workspace/edgex-go/572 [Pipeline] fileExists [Pipeline] sh [2023-09-05T20:40:41.382Z] + make test [2023-09-05T20:40:41.382Z] go test -race -coverprofile=coverage.out ./... [2023-09-05T20:40:47.945Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-09-05T20:41:00.141Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-09-05T20:41:00.141Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-09-05T20:41:00.141Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-09-05T20:41:00.141Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-09-05T20:41:00.141Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-09-05T20:41:00.141Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-09-05T20:41:00.141Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-09-05T20:41:00.141Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-09-05T20:41:00.141Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-09-05T20:41:00.141Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-09-05T20:41:00.706Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-09-05T20:41:00.706Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-09-05T20:41:00.706Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-09-05T20:41:00.706Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-09-05T20:41:01.275Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-09-05T20:41:01.275Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-09-05T20:41:01.275Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.059s coverage: 28.7% of statements [2023-09-05T20:41:01.847Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.090s coverage: 97.0% of statements [2023-09-05T20:41:01.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-09-05T20:41:01.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-09-05T20:41:01.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-09-05T20:41:02.416Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-09-05T20:41:02.416Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-09-05T20:41:02.983Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-09-05T20:41:02.983Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-09-05T20:41:02.983Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-09-05T20:41:02.983Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-09-05T20:41:02.983Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-09-05T20:41:04.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-09-05T20:41:04.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-09-05T20:41:04.922Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.105s coverage: 69.4% of statements [2023-09-05T20:41:04.922Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.076s coverage: 54.0% of statements [2023-09-05T20:41:05.179Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-09-05T20:41:05.179Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-09-05T20:41:05.179Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-09-05T20:41:05.179Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-09-05T20:41:05.179Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-09-05T20:41:05.179Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-09-05T20:41:05.179Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-09-05T20:41:05.179Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-09-05T20:41:05.179Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-09-05T20:41:05.179Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-09-05T20:41:05.436Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.280s coverage: 93.4% of statements [2023-09-05T20:41:05.436Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.067s coverage: 3.8% of statements [2023-09-05T20:41:05.694Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.343s coverage: 97.6% of statements [2023-09-05T20:41:05.694Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.062s coverage: 72.2% of statements [2023-09-05T20:41:07.067Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-09-05T20:41:07.067Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-09-05T20:41:07.067Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.079s coverage: 0.9% of statements [2023-09-05T20:41:07.067Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.067s coverage: 32.2% of statements [2023-09-05T20:41:07.067Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.062s coverage: 42.9% of statements [2023-09-05T20:41:07.067Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.042s coverage: 82.9% of statements [2023-09-05T20:41:07.067Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.056s coverage: 94.1% of statements [2023-09-05T20:41:07.067Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.071s coverage: 96.3% of statements [2023-09-05T20:41:08.001Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.056s coverage: 87.5% of statements [2023-09-05T20:41:08.258Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-09-05T20:41:08.258Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-09-05T20:41:08.258Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-09-05T20:41:08.258Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-09-05T20:41:08.258Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-09-05T20:41:08.258Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-09-05T20:41:08.258Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-09-05T20:41:08.258Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-09-05T20:41:09.636Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-09-05T20:41:09.636Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-09-05T20:41:09.636Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-09-05T20:41:09.636Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-09-05T20:41:09.894Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-09-05T20:41:09.894Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-09-05T20:41:10.153Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-09-05T20:41:11.089Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-09-05T20:41:11.346Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-09-05T20:41:12.720Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-09-05T20:41:12.721Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-09-05T20:41:13.654Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-09-05T20:41:13.654Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-09-05T20:41:13.654Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-09-05T20:41:15.030Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-09-05T20:41:15.030Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-09-05T20:41:15.598Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-09-05T20:41:16.168Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-09-05T20:41:16.168Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-09-05T20:41:16.168Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-09-05T20:41:16.168Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-09-05T20:41:17.544Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-09-05T20:41:17.544Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-09-05T20:41:17.544Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-09-05T20:41:17.544Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-09-05T20:41:18.916Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-09-05T20:41:18.916Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-09-05T20:41:18.916Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-09-05T20:41:18.916Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-09-05T20:41:19.851Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-09-05T20:41:19.851Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-09-05T20:41:19.851Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.062s coverage: 94.4% of statements [2023-09-05T20:41:21.226Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-09-05T20:41:21.226Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-09-05T20:41:33.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.251s coverage: 79.9% of statements [2023-09-05T20:41:33.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.074s coverage: 92.9% of statements [2023-09-05T20:41:33.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.027s coverage: 64.4% of statements [2023-09-05T20:41:33.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.069s coverage: 62.3% of statements [2023-09-05T20:41:33.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.069s coverage: 87.2% of statements [2023-09-05T20:41:33.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.047s coverage: 20.0% of statements [2023-09-05T20:41:33.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.047s coverage: 100.0% of statements [2023-09-05T20:41:33.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.086s coverage: 81.8% of statements [2023-09-05T20:41:33.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.092s coverage: 82.1% of statements [2023-09-05T20:41:33.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.057s coverage: 86.0% of statements [2023-09-05T20:41:33.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.174s coverage: 63.1% of statements [2023-09-05T20:41:33.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements [2023-09-05T20:41:33.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.040s coverage: 89.4% of statements [2023-09-05T20:41:33.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.029s coverage: 100.0% of statements [2023-09-05T20:41:33.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements [2023-09-05T20:41:33.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.026s coverage: 100.0% of statements [2023-09-05T20:41:33.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.178s coverage: 38.4% of statements [2023-09-05T20:41:33.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.061s coverage: 89.5% of statements [2023-09-05T20:41:33.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.059s coverage: 84.8% of statements [2023-09-05T20:41:33.482Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.071s coverage: 17.7% of statements [2023-09-05T20:41:33.482Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.122s coverage: 95.7% of statements [2023-09-05T20:41:33.482Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.056s coverage: 61.8% of statements [2023-09-05T20:41:33.482Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.092s coverage: 98.9% of statements [2023-09-05T20:41:33.482Z] 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-09-05T20:41:33.482Z] running golangci-lint [2023-09-05T20:41:33.482Z] golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z [2023-09-05T20:41:33.482Z] go version go1.20.6 linux/amd64 [2023-09-05T20:41:33.482Z] level=info msg="[config_reader] Used config file .golangci.yml" [2023-09-05T20:41:33.482Z] level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" [2023-09-05T20:41:48.431Z] level=info msg="[loader] Go packages loading at mode 575 (types_sizes|compiled_files|exports_file|files|deps|imports|name) took 13.790056348s" [2023-09-05T20:41:48.431Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 28.855798ms" [2023-09-05T20:41:52.613Z] level=info msg="[linters_context/goanalysis] analyzers took 52.32285091s with top 10 stages: buildir: 28.48035438s, fact_deprecated: 1.647911868s, inspect: 1.44934601s, ctrlflow: 1.194091195s, printf: 1.178471348s, gosec: 1.1643653s, fact_purity: 772.534897ms, directives: 759.262359ms, S1038: 727.712164ms, unused: 593.573465ms" [2023-09-05T20:41:52.613Z] level=info msg="[runner] Issues before processing: 200, after processing: 0" [2023-09-05T20:41:52.613Z] level=info msg="[runner] Processors filtering stat (out/in): filename_unadjuster: 200/200, autogenerated_exclude: 200/200, identifier_marker: 200/200, cgo: 200/200, path_prettifier: 200/200, skip_files: 200/200, skip_dirs: 200/200, exclude: 200/200, exclude-rules: 21/200, nolint: 0/21" [2023-09-05T20:41:52.613Z] level=info msg="[runner] processing took 16.055341ms with stages: nolint: 6.509131ms, identifier_marker: 4.696897ms, autogenerated_exclude: 1.804344ms, path_prettifier: 1.292096ms, exclude-rules: 1.089609ms, skip_dirs: 617.152µs, cgo: 27.771µs, filename_unadjuster: 14.791µs, severity-rules: 650ns, max_same_issues: 470ns, uniq_by_line: 430ns, skip_files: 340ns, diff: 310ns, exclude: 290ns, source_code: 280ns, sort_results: 230ns, max_from_linter: 170ns, path_shortener: 140ns, max_per_file_from_linter: 130ns, path_prefixer: 110ns" [2023-09-05T20:41:52.613Z] level=info msg="[runner] linters took 6.708964557s with stages: goanalysis_metalinter: 6.692828904s" [2023-09-05T20:41:52.613Z] level=info msg="File cache stats: 0 entries of total size 0B" [2023-09-05T20:41:52.613Z] level=info msg="Memory: 207 samples, avg is 180.6MB, max is 802.0MB" [2023-09-05T20:41:52.613Z] level=info msg="Execution took 20.535557307s" [2023-09-05T20:41:52.613Z] go vet ./... [2023-09-05T20:41:56.798Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-09-05T20:41:57.057Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-09-05T20:41:57.057Z] ./bin/test-attribution-txt.sh [2023-09-05T20:41:57.057Z] An attribution for github.com/labstack/gommon is missing from Attribution.txt, please add [2023-09-05T20:41:57.057Z] An attribution for github.com/valyala/bytebufferpool is missing from Attribution.txt, please add [2023-09-05T20:41:57.057Z] An attribution for github.com/valyala/fasttemplate is missing from Attribution.txt, please add [2023-09-05T20:41:57.057Z] An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo [2023-09-05T20:41:57.329Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-09-05T20:41:57.614Z] + ls -al . [2023-09-05T20:41:57.614Z] total 728 [2023-09-05T20:41:57.614Z] drwxrwxr-x 12 1001 1001 4096 Sep 5 20:40 . [2023-09-05T20:41:57.614Z] drwxr-xr-x 4 root root 4096 Sep 5 20:40 .. [2023-09-05T20:41:57.614Z] drwxrwxr-x 2 1001 1001 4096 Sep 5 20:39 .blubracket [2023-09-05T20:41:57.614Z] -rw-rw-r-- 1 1001 1001 16 Sep 5 20:39 .dockerignore [2023-09-05T20:41:57.614Z] drwxrwxr-x 8 1001 1001 4096 Sep 5 20:40 .git [2023-09-05T20:41:57.614Z] drwxrwxr-x 3 1001 1001 4096 Sep 5 20:39 .github [2023-09-05T20:41:57.614Z] -rw-rw-r-- 1 1001 1001 1173 Sep 5 20:39 .gitignore [2023-09-05T20:41:57.614Z] -rw-rw-r-- 1 1001 1001 42 Sep 5 20:39 .golangci.yml [2023-09-05T20:41:57.614Z] -rw-rw-r-- 1 1001 1001 100 Sep 5 20:39 .hadolint.yml [2023-09-05T20:41:57.614Z] drwxr-xr-x 3 1001 1001 4096 Sep 5 20:40 .semver [2023-09-05T20:41:57.614Z] -rw-rw-r-- 1 1001 1001 166 Sep 5 20:39 .sonarcloud.properties [2023-09-05T20:41:57.614Z] -rw-rw-r-- 1 1001 1001 1171 Sep 5 20:39 ADOPTERS.md [2023-09-05T20:41:57.614Z] -rw-rw-r-- 1 1001 1001 11152 Sep 5 20:39 Attribution.txt [2023-09-05T20:41:57.614Z] -rw-rw-r-- 1 1001 1001 93407 Sep 5 20:39 CHANGELOG.md [2023-09-05T20:41:57.614Z] -rw-rw-r-- 1 1001 1001 3804 Sep 5 20:39 CONTRIBUTING.md [2023-09-05T20:41:57.614Z] -rw-rw-r-- 1 1001 1001 677 Sep 5 20:39 GOVERNANCE.md [2023-09-05T20:41:57.614Z] -rw-rw-r-- 1 1001 1001 883 Sep 5 20:39 Jenkinsfile [2023-09-05T20:41:57.614Z] -rw-rw-r-- 1 1001 1001 10775 Sep 5 20:39 LICENSE [2023-09-05T20:41:57.614Z] -rw-rw-r-- 1 1001 1001 14764 Sep 5 20:39 Makefile [2023-09-05T20:41:57.614Z] -rw-rw-r-- 1 1001 1001 582 Sep 5 20:39 OWNERS.md [2023-09-05T20:41:57.614Z] -rw-rw-r-- 1 1001 1001 9923 Sep 5 20:39 README.md [2023-09-05T20:41:57.614Z] -rw-rw-r-- 1 1001 1001 789 Sep 5 20:39 SECURITY.md [2023-09-05T20:41:57.614Z] -rw-rw-r-- 1 1001 1001 12 Sep 5 20:40 VERSION [2023-09-05T20:41:57.614Z] drwxrwxr-x 2 1001 1001 4096 Sep 5 20:39 bin [2023-09-05T20:41:57.614Z] drwxrwxr-x 18 1001 1001 4096 Sep 5 20:39 cmd [2023-09-05T20:41:57.614Z] -rw-r--r-- 1 root root 447827 Sep 5 20:41 coverage.out [2023-09-05T20:41:57.614Z] drwxrwxr-x 2 1001 1001 4096 Sep 5 20:39 fuzz_test [2023-09-05T20:41:57.614Z] -rw-rw-r-- 1 1001 1001 3687 Sep 5 20:39 go.mod [2023-09-05T20:41:57.614Z] -rw-rw-r-- 1 1001 1001 33714 Sep 5 20:39 go.sum [2023-09-05T20:41:57.614Z] drwxrwxr-x 7 1001 1001 4096 Sep 5 20:39 internal [2023-09-05T20:41:57.614Z] drwxrwxr-x 3 1001 1001 4096 Sep 5 20:39 openapi [2023-09-05T20:41:57.614Z] -rw-rw-r-- 1 1001 1001 594 Sep 5 20:39 security.txt [2023-09-05T20:41:57.614Z] drwxrwxr-x 4 1001 1001 4096 Sep 5 20:39 snap [2023-09-05T20:41:57.614Z] -rw-rw-r-- 1 1001 1001 204 Sep 5 20:39 version.go [Pipeline] sh [2023-09-05T20:41:57.998Z] + '[' -e coverage.out ] [2023-09-05T20:41:57.998Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-09-05T20:41:58.085Z] Stashed 1 file(s) [Pipeline] sh [2023-09-05T20:41:58.359Z] + make build [2023-09-05T20:41:58.359Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.38" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-09-05T20:42:10.567Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.38" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-09-05T20:42:10.827Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.38" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-09-05T20:42:12.215Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.38" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-09-05T20:42:12.780Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.38" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-09-05T20:42:19.352Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.38" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-09-05T20:42:20.286Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.38" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-09-05T20:42:21.659Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.38" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-09-05T20:42:22.591Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.38" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-09-05T20:42:23.526Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.38" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-09-05T20:42:24.459Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.38" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-09-05T20:42:25.394Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.38" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-09-05T20:42:26.779Z] $ docker stop --time=1 9570268d1c56a2c1c46269d24c937b2152cf996056bd6a725a0749d2e3679833 [2023-09-05T20:42:31.467Z] $ docker rm -f --volumes 9570268d1c56a2c1c46269d24c937b2152cf996056bd6a725a0749d2e3679833 [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-09-05T20:42:32.316Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-09-05T20:42:32.316Z] [2023-09-05T20:42:32.316Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:42:32.610Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-09-05T20:42:32.610Z] latest: Pulling from edgex-devops/edgex-compose [2023-09-05T20:42:32.610Z] 91d30c5bc195: Pulling fs layer [2023-09-05T20:42:32.611Z] 2e9b0aa3be6d: Pulling fs layer [2023-09-05T20:42:32.611Z] 9c61dcf015f6: Pulling fs layer [2023-09-05T20:42:32.611Z] 4698f68db338: Pulling fs layer [2023-09-05T20:42:32.611Z] 2a2f49069b9e: Pulling fs layer [2023-09-05T20:42:32.611Z] e0025b399a48: Pulling fs layer [2023-09-05T20:42:32.611Z] 4698f68db338: Waiting [2023-09-05T20:42:32.611Z] 2a2f49069b9e: Waiting [2023-09-05T20:42:32.611Z] e0025b399a48: Waiting [2023-09-05T20:42:32.611Z] 91d30c5bc195: Verifying Checksum [2023-09-05T20:42:32.611Z] 91d30c5bc195: Download complete [2023-09-05T20:42:32.611Z] 4698f68db338: Verifying Checksum [2023-09-05T20:42:32.611Z] 4698f68db338: Download complete [2023-09-05T20:42:32.870Z] 91d30c5bc195: Pull complete [2023-09-05T20:42:32.870Z] 2e9b0aa3be6d: Download complete [2023-09-05T20:42:32.870Z] e0025b399a48: Download complete [2023-09-05T20:42:33.128Z] 2a2f49069b9e: Download complete [2023-09-05T20:42:33.128Z] 2e9b0aa3be6d: Pull complete [2023-09-05T20:42:33.386Z] 9c61dcf015f6: Verifying Checksum [2023-09-05T20:42:33.386Z] 9c61dcf015f6: Download complete [2023-09-05T20:42:35.913Z] 9c61dcf015f6: Pull complete [2023-09-05T20:42:35.913Z] 4698f68db338: Pull complete [2023-09-05T20:42:35.913Z] 2a2f49069b9e: Pull complete [2023-09-05T20:42:35.913Z] e0025b399a48: Pull complete [2023-09-05T20:42:36.171Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2023-09-05T20:42:36.171Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-09-05T20:42:36.171Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-05T20:42:36.253Z] prd-ubuntu20.04-docker-8c-8g-5371 does not seem to be running inside a container [2023-09-05T20:42:36.281Z] $ 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/572 -v /w/workspace/edgex-go/572:/w/workspace/edgex-go/572:rw,z -v /w/workspace/edgex-go/572@tmp:/w/workspace/edgex-go/572@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-09-05T20:42:38.435Z] $ docker top 30c464b0fd4dfb9cecad7e46dac6aeb748368bc8b1fd1ecd961db6e211794606 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-05T20:42:38.766Z] + docker compose -f ./docker-compose-build.yml build --parallel [2023-09-05T20:42:40.668Z] #1 [support-notifications internal] load build definition from Dockerfile [2023-09-05T20:42:40.668Z] #1 transferring dockerfile: 1.84kB done [2023-09-05T20:42:40.668Z] #1 DONE 0.0s [2023-09-05T20:42:40.927Z] [2023-09-05T20:42:40.927Z] #2 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2023-09-05T20:42:40.927Z] #2 transferring dockerfile: 2.12kB done [2023-09-05T20:42:40.927Z] #2 DONE 0.0s [2023-09-05T20:42:40.927Z] [2023-09-05T20:42:40.927Z] #3 [security-spire-agent internal] load build definition from Dockerfile [2023-09-05T20:42:40.927Z] #3 transferring dockerfile: 1.70kB done [2023-09-05T20:42:40.927Z] #3 DONE 0.0s [2023-09-05T20:42:40.927Z] [2023-09-05T20:42:40.927Z] #4 [core-data internal] load build definition from Dockerfile [2023-09-05T20:42:40.927Z] #4 transferring dockerfile: 1.90kB done [2023-09-05T20:42:40.927Z] #4 DONE 0.0s [2023-09-05T20:42:40.927Z] [2023-09-05T20:42:40.927Z] #5 [security-proxy-auth internal] load build definition from Dockerfile [2023-09-05T20:42:40.927Z] #5 transferring dockerfile: 2.04kB done [2023-09-05T20:42:40.927Z] #5 DONE 0.0s [2023-09-05T20:42:40.927Z] [2023-09-05T20:42:40.927Z] #6 [support-scheduler internal] load build definition from Dockerfile [2023-09-05T20:42:40.927Z] #6 transferring dockerfile: 1.82kB done [2023-09-05T20:42:40.927Z] #6 DONE 0.0s [2023-09-05T20:42:40.927Z] [2023-09-05T20:42:40.927Z] #7 [security-bootstrapper internal] load build definition from Dockerfile [2023-09-05T20:42:40.927Z] #7 transferring dockerfile: 2.82kB done [2023-09-05T20:42:40.927Z] #7 DONE 0.0s [2023-09-05T20:42:40.927Z] [2023-09-05T20:42:40.927Z] #8 [security-spire-config internal] load build definition from Dockerfile [2023-09-05T20:42:40.927Z] #8 transferring dockerfile: 1.58kB done [2023-09-05T20:42:40.927Z] #8 DONE 0.0s [2023-09-05T20:42:40.927Z] [2023-09-05T20:42:40.927Z] #9 [support-notifications internal] load .dockerignore [2023-09-05T20:42:40.927Z] #9 transferring context: 56B done [2023-09-05T20:42:40.927Z] #9 DONE 0.0s [2023-09-05T20:42:40.927Z] [2023-09-05T20:42:40.927Z] #10 [core-metadata internal] load build definition from Dockerfile [2023-09-05T20:42:40.927Z] #10 transferring dockerfile: 1.96kB done [2023-09-05T20:42:41.185Z] #10 DONE 0.0s [2023-09-05T20:42:41.185Z] [2023-09-05T20:42:41.185Z] #11 [core-command internal] load build definition from Dockerfile [2023-09-05T20:42:41.185Z] #11 transferring dockerfile: 1.82kB done [2023-09-05T20:42:41.185Z] #11 DONE 0.1s [2023-09-05T20:42:41.185Z] [2023-09-05T20:42:41.185Z] #12 [security-spire-server internal] load build definition from Dockerfile [2023-09-05T20:42:41.185Z] #12 transferring dockerfile: 1.59kB done [2023-09-05T20:42:41.185Z] #12 DONE 0.1s [2023-09-05T20:42:41.185Z] [2023-09-05T20:42:41.185Z] #13 [security-secretstore-setup internal] load build definition from Dockerfile [2023-09-05T20:42:41.185Z] #13 transferring dockerfile: 2.38kB done [2023-09-05T20:42:41.185Z] #13 DONE 0.0s [2023-09-05T20:42:41.185Z] [2023-09-05T20:42:41.185Z] #14 [security-spiffe-token-provider internal] load build definition from Dockerfile [2023-09-05T20:42:41.185Z] #14 transferring dockerfile: 1.78kB done [2023-09-05T20:42:41.185Z] #14 DONE 0.0s [2023-09-05T20:42:41.185Z] [2023-09-05T20:42:41.185Z] #15 [security-proxy-setup internal] load build definition from Dockerfile [2023-09-05T20:42:41.185Z] #15 transferring dockerfile: 2.39kB done [2023-09-05T20:42:41.185Z] #15 DONE 0.0s [2023-09-05T20:42:41.185Z] [2023-09-05T20:42:41.185Z] #16 [core-common-config-bootstrapper internal] load .dockerignore [2023-09-05T20:42:41.185Z] #16 transferring context: 56B done [2023-09-05T20:42:41.185Z] #16 DONE 0.0s [2023-09-05T20:42:41.185Z] [2023-09-05T20:42:41.185Z] #17 [security-spire-agent internal] load .dockerignore [2023-09-05T20:42:41.185Z] #17 transferring context: 56B done [2023-09-05T20:42:41.185Z] #17 DONE 0.0s [2023-09-05T20:42:41.185Z] [2023-09-05T20:42:41.185Z] #18 [core-data internal] load .dockerignore [2023-09-05T20:42:41.185Z] #18 transferring context: 56B done [2023-09-05T20:42:41.185Z] #18 DONE 0.0s [2023-09-05T20:42:41.185Z] [2023-09-05T20:42:41.185Z] #19 [security-proxy-auth internal] load .dockerignore [2023-09-05T20:42:41.185Z] #19 transferring context: 56B done [2023-09-05T20:42:41.185Z] #19 DONE 0.0s [2023-09-05T20:42:41.185Z] [2023-09-05T20:42:41.185Z] #20 [support-scheduler internal] load .dockerignore [2023-09-05T20:42:41.185Z] #20 transferring context: 56B done [2023-09-05T20:42:41.185Z] #20 DONE 0.0s [2023-09-05T20:42:41.185Z] [2023-09-05T20:42:41.185Z] #21 [security-bootstrapper internal] load .dockerignore [2023-09-05T20:42:41.185Z] #21 transferring context: 56B done [2023-09-05T20:42:41.185Z] #21 DONE 0.0s [2023-09-05T20:42:41.185Z] [2023-09-05T20:42:41.185Z] #22 [security-spire-config internal] load .dockerignore [2023-09-05T20:42:41.185Z] #22 transferring context: 56B done [2023-09-05T20:42:41.185Z] #22 DONE 0.0s [2023-09-05T20:42:41.185Z] [2023-09-05T20:42:41.185Z] #23 [core-metadata internal] load .dockerignore [2023-09-05T20:42:41.185Z] #23 transferring context: 56B done [2023-09-05T20:42:41.185Z] #23 DONE 0.1s [2023-09-05T20:42:41.185Z] [2023-09-05T20:42:41.185Z] #24 [core-command internal] load .dockerignore [2023-09-05T20:42:41.185Z] #24 transferring context: 56B done [2023-09-05T20:42:41.185Z] #24 DONE 0.1s [2023-09-05T20:42:41.185Z] [2023-09-05T20:42:41.185Z] #25 [security-spire-server internal] load .dockerignore [2023-09-05T20:42:41.185Z] #25 transferring context: 56B done [2023-09-05T20:42:41.185Z] #25 DONE 0.1s [2023-09-05T20:42:41.185Z] [2023-09-05T20:42:41.185Z] #26 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-09-05T20:42:41.185Z] #26 DONE 0.0s [2023-09-05T20:42:41.185Z] [2023-09-05T20:42:41.185Z] #27 [security-spiffe-token-provider internal] load .dockerignore [2023-09-05T20:42:41.185Z] #27 transferring context: 56B done [2023-09-05T20:42:41.443Z] #27 DONE 0.0s [2023-09-05T20:42:41.444Z] [2023-09-05T20:42:41.444Z] #28 [security-proxy-setup internal] load .dockerignore [2023-09-05T20:42:41.444Z] #28 transferring context: 56B done [2023-09-05T20:42:41.444Z] #28 DONE 0.0s [2023-09-05T20:42:41.444Z] [2023-09-05T20:42:41.444Z] #29 [security-secretstore-setup internal] load .dockerignore [2023-09-05T20:42:41.444Z] #29 transferring context: 56B done [2023-09-05T20:42:41.444Z] #29 DONE 0.1s [2023-09-05T20:42:41.444Z] [2023-09-05T20:42:41.444Z] #30 [support-notifications stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-09-05T20:42:41.444Z] #30 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-09-05T20:42:41.444Z] #30 ... [2023-09-05T20:42:41.444Z] [2023-09-05T20:42:41.444Z] #26 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-09-05T20:42:41.444Z] #26 DONE 0.0s [2023-09-05T20:42:41.444Z] [2023-09-05T20:42:41.444Z] #30 [core-common-config-bootstrapper stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-09-05T20:42:41.444Z] #30 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-09-05T20:42:41.444Z] #30 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-09-05T20:42:41.444Z] #30 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done [2023-09-05T20:42:41.444Z] #30 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done [2023-09-05T20:42:41.444Z] #30 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.1s [2023-09-05T20:42:41.704Z] #30 ... [2023-09-05T20:42:41.704Z] [2023-09-05T20:42:41.704Z] #26 [core-command internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-09-05T20:42:41.704Z] #26 DONE 0.0s [2023-09-05T20:42:41.704Z] [2023-09-05T20:42:41.704Z] #31 [core-command internal] load metadata for docker.io/library/alpine:3.17 [2023-09-05T20:42:41.704Z] #31 DONE 0.2s [2023-09-05T20:42:41.704Z] [2023-09-05T20:42:41.704Z] #30 [core-command stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-09-05T20:42:41.704Z] #30 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-09-05T20:42:41.704Z] #30 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-09-05T20:42:41.704Z] #30 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done [2023-09-05T20:42:41.704Z] #30 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done [2023-09-05T20:42:41.704Z] #30 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 [2023-09-05T20:42:41.704Z] #30 ... [2023-09-05T20:42:41.704Z] [2023-09-05T20:42:41.704Z] #26 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-09-05T20:42:41.704Z] #26 DONE 0.0s [2023-09-05T20:42:41.704Z] [2023-09-05T20:42:41.704Z] #30 [core-command stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-09-05T20:42:41.704Z] #30 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.2s done [2023-09-05T20:42:41.962Z] #30 ... [2023-09-05T20:42:41.962Z] [2023-09-05T20:42:41.962Z] #26 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-09-05T20:42:41.962Z] #26 DONE 0.0s [2023-09-05T20:42:41.962Z] [2023-09-05T20:42:41.962Z] #31 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.17 [2023-09-05T20:42:41.962Z] #31 DONE 0.4s [2023-09-05T20:42:41.962Z] [2023-09-05T20:42:41.962Z] #30 [security-secretstore-setup stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-09-05T20:42:41.962Z] #30 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-09-05T20:42:41.962Z] #30 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-09-05T20:42:41.962Z] #30 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done [2023-09-05T20:42:41.962Z] #30 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done [2023-09-05T20:42:41.962Z] #30 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.2s done [2023-09-05T20:42:41.962Z] #30 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-09-05T20:42:41.962Z] #30 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-09-05T20:42:41.962Z] #30 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done [2023-09-05T20:42:41.962Z] #30 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done [2023-09-05T20:42:41.962Z] #30 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.2s done [2023-09-05T20:42:41.962Z] #30 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 0.3s done [2023-09-05T20:42:41.962Z] #30 ... [2023-09-05T20:42:41.962Z] [2023-09-05T20:42:41.962Z] #32 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2023-09-05T20:42:41.962Z] #32 DONE 0.9s [2023-09-05T20:42:42.220Z] [2023-09-05T20:42:42.220Z] #33 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 [2023-09-05T20:42:42.220Z] #33 DONE 0.7s [2023-09-05T20:42:42.220Z] [2023-09-05T20:42:42.220Z] #30 [core-common-config-bootstrapper stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-09-05T20:42:42.220Z] #30 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-09-05T20:42:42.220Z] #30 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-09-05T20:42:42.220Z] #30 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done [2023-09-05T20:42:42.220Z] #30 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done [2023-09-05T20:42:42.220Z] #30 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.2s done [2023-09-05T20:42:42.220Z] #30 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 0.3s done [2023-09-05T20:42:42.220Z] #30 DONE 1.0s [2023-09-05T20:42:42.220Z] [2023-09-05T20:42:42.220Z] #34 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 [2023-09-05T20:42:42.220Z] #34 DONE 0.8s [2023-09-05T20:42:42.220Z] [2023-09-05T20:42:42.220Z] #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T20:42:42.220Z] #35 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T20:42:47.498Z] #35 ... [2023-09-05T20:42:47.498Z] [2023-09-05T20:42:47.498Z] #36 [support-notifications internal] load build context [2023-09-05T20:42:47.498Z] #36 transferring context: 237.35MB 5.9s [2023-09-05T20:42:47.498Z] #36 ... [2023-09-05T20:42:47.498Z] [2023-09-05T20:42:47.498Z] #37 [security-proxy-auth internal] load build context [2023-09-05T20:42:47.498Z] #37 transferring context: 365.28MB 5.8s done [2023-09-05T20:42:47.498Z] #37 ... [2023-09-05T20:42:47.498Z] [2023-09-05T20:42:47.498Z] #36 [support-notifications internal] load build context [2023-09-05T20:42:48.894Z] #36 transferring context: 365.28MB 7.3s done [2023-09-05T20:42:52.179Z] #36 ... [2023-09-05T20:42:52.179Z] [2023-09-05T20:42:52.179Z] #38 [core-common-config-bootstrapper internal] load build context [2023-09-05T20:42:52.179Z] #38 transferring context: 365.28MB 7.1s done [2023-09-05T20:42:52.179Z] #38 ... [2023-09-05T20:42:52.179Z] [2023-09-05T20:42:52.179Z] #39 [core-data internal] load build context [2023-09-05T20:42:52.179Z] #39 transferring context: 365.28MB 6.1s done [2023-09-05T20:42:52.179Z] #39 ... [2023-09-05T20:42:52.179Z] [2023-09-05T20:42:52.179Z] #40 [security-secretstore-setup internal] load build context [2023-09-05T20:42:52.179Z] #40 transferring context: 365.28MB 8.1s done [2023-09-05T20:42:52.437Z] #40 ... [2023-09-05T20:42:52.438Z] [2023-09-05T20:42:52.438Z] #41 [core-command internal] load build context [2023-09-05T20:42:52.438Z] #41 transferring context: 365.28MB 7.7s done [2023-09-05T20:42:52.697Z] #41 ... [2023-09-05T20:42:52.697Z] [2023-09-05T20:42:52.697Z] #42 [security-bootstrapper internal] load build context [2023-09-05T20:42:52.697Z] #42 transferring context: 365.28MB 6.1s done [2023-09-05T20:42:52.697Z] #42 ... [2023-09-05T20:42:52.697Z] [2023-09-05T20:42:52.697Z] #43 [core-data builder 2/7] WORKDIR /edgex-go [2023-09-05T20:42:52.955Z] #43 ... [2023-09-05T20:42:52.956Z] [2023-09-05T20:42:52.956Z] #44 [security-spiffe-token-provider internal] load build context [2023-09-05T20:42:52.956Z] #44 transferring context: 365.28MB 6.0s done [2023-09-05T20:42:53.216Z] #44 ... [2023-09-05T20:42:53.216Z] [2023-09-05T20:42:53.216Z] #45 [core-metadata internal] load build context [2023-09-05T20:42:53.216Z] #45 transferring context: 365.28MB 6.6s done [2023-09-05T20:42:53.216Z] #45 ... [2023-09-05T20:42:53.216Z] [2023-09-05T20:42:53.216Z] #46 [security-spire-config internal] load build context [2023-09-05T20:42:54.163Z] #46 ... [2023-09-05T20:42:54.163Z] [2023-09-05T20:42:54.163Z] #47 [support-scheduler internal] load build context [2023-09-05T20:42:54.163Z] #47 transferring context: 365.28MB 7.1s done [2023-09-05T20:42:54.163Z] #47 ... [2023-09-05T20:42:54.163Z] [2023-09-05T20:42:54.164Z] #48 [security-proxy-setup internal] load build context [2023-09-05T20:42:54.164Z] #48 transferring context: 365.28MB 5.9s done [2023-09-05T20:42:54.422Z] #48 ... [2023-09-05T20:42:54.422Z] [2023-09-05T20:42:54.422Z] #49 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-05T20:42:54.422Z] #49 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-05T20:42:54.422Z] #49 ... [2023-09-05T20:42:54.422Z] [2023-09-05T20:42:54.422Z] #50 [security-spire-agent internal] load build context [2023-09-05T20:42:54.681Z] #50 ... [2023-09-05T20:42:54.681Z] [2023-09-05T20:42:54.681Z] #51 [security-spire-server internal] load build context [2023-09-05T20:43:00.181Z] #51 ... [2023-09-05T20:43:00.181Z] [2023-09-05T20:43:00.181Z] #37 [security-proxy-auth internal] load build context [2023-09-05T20:43:00.181Z] #37 DONE 18.4s [2023-09-05T20:43:00.181Z] [2023-09-05T20:43:00.181Z] #44 [security-spiffe-token-provider internal] load build context [2023-09-05T20:43:00.181Z] #44 DONE 18.2s [2023-09-05T20:43:00.181Z] [2023-09-05T20:43:00.181Z] #42 [security-bootstrapper internal] load build context [2023-09-05T20:43:00.181Z] #42 DONE 18.4s [2023-09-05T20:43:00.181Z] [2023-09-05T20:43:00.181Z] #39 [core-data internal] load build context [2023-09-05T20:43:00.181Z] #39 DONE 18.4s [2023-09-05T20:43:00.181Z] [2023-09-05T20:43:00.181Z] #48 [security-proxy-setup internal] load build context [2023-09-05T20:43:00.181Z] #48 DONE 18.1s [2023-09-05T20:43:00.181Z] [2023-09-05T20:43:00.181Z] #45 [core-metadata internal] load build context [2023-09-05T20:43:00.181Z] #45 DONE 18.4s [2023-09-05T20:43:00.181Z] [2023-09-05T20:43:00.181Z] #38 [core-common-config-bootstrapper internal] load build context [2023-09-05T20:43:00.181Z] #38 DONE 18.6s [2023-09-05T20:43:00.181Z] [2023-09-05T20:43:00.181Z] #43 [security-proxy-auth builder 2/7] WORKDIR /edgex-go [2023-09-05T20:43:00.181Z] #43 DONE 18.1s [2023-09-05T20:43:00.181Z] [2023-09-05T20:43:00.181Z] #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T20:43:00.181Z] #35 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 17.8s done [2023-09-05T20:43:00.181Z] #35 ... [2023-09-05T20:43:00.181Z] [2023-09-05T20:43:00.181Z] #47 [support-scheduler internal] load build context [2023-09-05T20:43:00.181Z] #47 DONE 18.5s [2023-09-05T20:43:00.181Z] [2023-09-05T20:43:00.181Z] #41 [core-command internal] load build context [2023-09-05T20:43:00.181Z] #41 DONE 18.5s [2023-09-05T20:43:00.181Z] [2023-09-05T20:43:00.181Z] #40 [security-secretstore-setup internal] load build context [2023-09-05T20:43:00.181Z] #40 DONE 18.3s [2023-09-05T20:43:00.181Z] [2023-09-05T20:43:00.181Z] #46 [security-spire-config internal] load build context [2023-09-05T20:43:00.181Z] #46 transferring context: 15.84kB done [2023-09-05T20:43:00.181Z] #46 DONE 17.9s [2023-09-05T20:43:00.181Z] [2023-09-05T20:43:00.181Z] #51 [security-spire-server internal] load build context [2023-09-05T20:43:00.181Z] #51 transferring context: 17.59kB done [2023-09-05T20:43:00.181Z] #51 DONE 17.9s [2023-09-05T20:43:00.181Z] [2023-09-05T20:43:00.181Z] #50 [security-spire-agent internal] load build context [2023-09-05T20:43:00.181Z] #50 transferring context: 17.12kB done [2023-09-05T20:43:00.181Z] #50 DONE 17.9s [2023-09-05T20:43:00.181Z] [2023-09-05T20:43:00.181Z] #36 [support-notifications internal] load build context [2023-09-05T20:43:00.181Z] #36 DONE 18.7s [2023-09-05T20:43:00.181Z] [2023-09-05T20:43:00.181Z] #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T20:43:00.181Z] #35 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done [2023-09-05T20:43:00.182Z] #35 sha256:13e228de2edc156c9cd22d12c33ecfc049b8ac3b6e92ae8d11319185a75505d4 1.05kB / 1.05kB done [2023-09-05T20:43:00.182Z] #35 sha256:61cc53a269b199a7b169c2fb56b2d1061fc00d6167416d87f60f3ddc5ceb4f8b 2.74kB / 2.74kB done [2023-09-05T20:43:00.182Z] #35 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 0B / 120B 0.1s [2023-09-05T20:43:00.182Z] #35 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0B / 123.55kB 0.1s [2023-09-05T20:43:00.182Z] #35 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.1s done [2023-09-05T20:43:00.182Z] #35 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 0B / 302B 0.2s [2023-09-05T20:43:00.182Z] #35 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done [2023-09-05T20:43:00.182Z] #35 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae [2023-09-05T20:43:00.440Z] #35 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.2s done [2023-09-05T20:43:00.440Z] #35 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae done [2023-09-05T20:43:00.440Z] #35 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 0B / 25.84MB 0.3s [2023-09-05T20:43:00.440Z] #35 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 done [2023-09-05T20:43:00.440Z] #35 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.3s done [2023-09-05T20:43:00.440Z] #35 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 2.10MB / 25.84MB 0.4s [2023-09-05T20:43:00.440Z] #35 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 24.12MB / 25.84MB 0.6s [2023-09-05T20:43:00.699Z] #35 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 0.7s [2023-09-05T20:43:00.699Z] #35 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 0.7s done [2023-09-05T20:43:00.699Z] #35 extracting sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 [2023-09-05T20:43:02.088Z] #35 extracting sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 1.2s done [2023-09-05T20:43:03.990Z] #35 ... [2023-09-05T20:43:03.990Z] [2023-09-05T20:43:03.990Z] #52 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-09-05T20:43:03.990Z] #0 1.319 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-05T20:43:03.990Z] #0 1.478 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-05T20:43:03.990Z] #0 1.750 v3.17.5-59-gdfba936d800 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-09-05T20:43:03.990Z] #0 1.750 v3.17.5-58-g1556d459cb4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-09-05T20:43:03.990Z] #0 1.750 OK: 17823 distinct packages available [2023-09-05T20:43:03.990Z] #0 1.823 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-05T20:43:03.990Z] #0 1.941 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-05T20:43:03.990Z] #0 2.122 OK: 265 MiB in 53 packages [2023-09-05T20:43:03.990Z] #52 DONE 3.7s [2023-09-05T20:43:03.990Z] [2023-09-05T20:43:03.990Z] #53 [security-spire-config stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-09-05T20:43:03.990Z] #0 0.915 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-05T20:43:03.990Z] #0 1.038 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-05T20:43:03.990Z] #0 1.315 v3.17.5-59-gdfba936d800 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-09-05T20:43:03.990Z] #0 1.315 v3.17.5-58-g1556d459cb4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-09-05T20:43:03.990Z] #0 1.315 OK: 17818 distinct packages available [2023-09-05T20:43:03.990Z] #0 1.384 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-05T20:43:03.990Z] #0 1.541 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-05T20:43:03.990Z] #0 1.766 (1/4) Installing dumb-init (1.2.5-r2) [2023-09-05T20:43:03.990Z] #0 1.770 (2/4) Installing musl-obstack (1.2.3-r0) [2023-09-05T20:43:03.990Z] #0 1.781 (3/4) Installing libucontext (1.2-r0) [2023-09-05T20:43:03.990Z] #0 1.785 (4/4) Installing gcompat (1.1.0-r0) [2023-09-05T20:43:03.990Z] #0 1.790 Executing busybox-1.35.0-r29.trigger [2023-09-05T20:43:03.990Z] #0 1.804 OK: 7 MiB in 19 packages [2023-09-05T20:43:03.990Z] #53 DONE 3.7s [2023-09-05T20:43:03.990Z] [2023-09-05T20:43:03.990Z] #54 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2023-09-05T20:43:03.990Z] #0 1.047 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-05T20:43:03.990Z] #0 1.171 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-05T20:43:03.990Z] #0 1.452 OK: 265 MiB in 53 packages [2023-09-05T20:43:03.990Z] #54 DONE 3.7s [2023-09-05T20:43:03.990Z] [2023-09-05T20:43:03.990Z] #55 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2023-09-05T20:43:03.990Z] #0 2.681 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-05T20:43:03.990Z] #0 2.789 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-05T20:43:03.990Z] #0 2.986 (1/4) Installing dumb-init (1.2.5-r2) [2023-09-05T20:43:03.990Z] #0 2.990 (2/4) Installing openssl (3.0.10-r0) [2023-09-05T20:43:03.990Z] #0 2.998 (3/4) Installing su-exec (0.2-r2) [2023-09-05T20:43:03.990Z] #0 3.001 (4/4) Installing yq (4.30.4-r4) [2023-09-05T20:43:03.990Z] #0 3.088 Executing busybox-1.35.0-r29.trigger [2023-09-05T20:43:03.990Z] #0 3.094 OK: 17 MiB in 19 packages [2023-09-05T20:43:03.990Z] #55 DONE 3.7s [2023-09-05T20:43:03.990Z] [2023-09-05T20:43:03.990Z] #56 [core-command stage-1 2/8] RUN apk add --update --no-cache dumb-init [2023-09-05T20:43:03.990Z] #0 0.875 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-05T20:43:03.990Z] #0 1.039 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-05T20:43:03.990Z] #0 1.262 (1/1) Installing dumb-init (1.2.5-r2) [2023-09-05T20:43:03.990Z] #0 1.270 Executing busybox-1.35.0-r29.trigger [2023-09-05T20:43:03.990Z] #0 1.270 OK: 7 MiB in 16 packages [2023-09-05T20:43:03.990Z] #56 DONE 3.7s [2023-09-05T20:43:03.990Z] [2023-09-05T20:43:03.990Z] #57 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-09-05T20:43:03.990Z] #0 0.869 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-05T20:43:03.990Z] #0 1.005 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-05T20:43:03.990Z] #0 1.262 v3.17.5-59-gdfba936d800 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-09-05T20:43:03.990Z] #0 1.262 v3.17.5-58-g1556d459cb4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-09-05T20:43:03.990Z] #0 1.262 OK: 17818 distinct packages available [2023-09-05T20:43:03.990Z] #0 1.315 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-05T20:43:03.990Z] #0 1.444 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-05T20:43:03.990Z] #0 1.691 (1/9) Installing ca-certificates (20230506-r0) [2023-09-05T20:43:03.990Z] #0 1.708 (2/9) Installing brotli-libs (1.0.9-r9) [2023-09-05T20:43:03.990Z] #0 1.716 (3/9) Installing nghttp2-libs (1.51.0-r1) [2023-09-05T20:43:03.990Z] #0 1.719 (4/9) Installing libcurl (8.2.1-r0) [2023-09-05T20:43:03.990Z] #0 1.727 (5/9) Installing curl (8.2.1-r0) [2023-09-05T20:43:03.990Z] #0 1.735 (6/9) Installing dumb-init (1.2.5-r2) [2023-09-05T20:43:03.990Z] #0 1.739 (7/9) Installing musl-obstack (1.2.3-r0) [2023-09-05T20:43:03.990Z] #0 1.741 (8/9) Installing libucontext (1.2-r0) [2023-09-05T20:43:03.990Z] #0 1.744 (9/9) Installing gcompat (1.1.0-r0) [2023-09-05T20:43:03.990Z] #0 1.749 Executing busybox-1.35.0-r29.trigger [2023-09-05T20:43:03.990Z] #0 1.754 Executing ca-certificates-20230506-r0.trigger [2023-09-05T20:43:03.990Z] #0 1.815 OK: 10 MiB in 24 packages [2023-09-05T20:43:03.990Z] #57 DONE 3.8s [2023-09-05T20:43:03.990Z] [2023-09-05T20:43:03.990Z] #58 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-09-05T20:43:03.990Z] #0 0.670 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-05T20:43:03.990Z] #0 0.873 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-05T20:43:03.990Z] #0 1.209 OK: 265 MiB in 53 packages [2023-09-05T20:43:03.990Z] #58 DONE 3.7s [2023-09-05T20:43:03.990Z] [2023-09-05T20:43:03.990Z] #59 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-09-05T20:43:03.990Z] #0 0.704 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-05T20:43:03.990Z] #0 0.933 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-05T20:43:03.990Z] #0 1.220 (1/2) Installing ca-certificates (20230506-r0) [2023-09-05T20:43:03.990Z] #0 1.237 (2/2) Installing dumb-init (1.2.5-r2) [2023-09-05T20:43:03.990Z] #0 1.243 Executing busybox-1.35.0-r29.trigger [2023-09-05T20:43:03.990Z] #0 1.248 Executing ca-certificates-20230506-r0.trigger [2023-09-05T20:43:03.990Z] #0 1.358 OK: 8 MiB in 17 packages [2023-09-05T20:43:03.990Z] #59 DONE 3.7s [2023-09-05T20:43:03.990Z] [2023-09-05T20:43:03.990Z] #60 [security-proxy-setup stage-1 3/10] WORKDIR /edgex [2023-09-05T20:43:03.990Z] #60 DONE 0.1s [2023-09-05T20:43:03.990Z] [2023-09-05T20:43:03.990Z] #61 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2023-09-05T20:43:03.990Z] #61 DONE 0.1s [2023-09-05T20:43:03.990Z] [2023-09-05T20:43:03.990Z] #62 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-09-05T20:43:03.990Z] #62 DONE 0.1s [2023-09-05T20:43:03.990Z] [2023-09-05T20:43:03.990Z] #63 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2023-09-05T20:43:03.990Z] #63 DONE 0.2s [2023-09-05T20:43:03.990Z] [2023-09-05T20:43:03.990Z] #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T20:43:03.990Z] #35 ... [2023-09-05T20:43:03.990Z] [2023-09-05T20:43:03.990Z] #49 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-05T20:43:03.990Z] #49 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 17.7s done [2023-09-05T20:43:03.990Z] #49 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 0.1s done [2023-09-05T20:43:03.990Z] #49 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done [2023-09-05T20:43:03.990Z] #49 sha256:7e76a3dce7eaf6d44f2b1987f5da8cd79a07e608aa6fd6d2c6133d2de2567113 1.05kB / 1.05kB done [2023-09-05T20:43:03.990Z] #49 sha256:fbfe9bfccec4363503047752a0612bd8185689ca4b7569a923953aa6ca43f9dc 2.74kB / 2.74kB done [2023-09-05T20:43:03.990Z] #49 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.2s done [2023-09-05T20:43:03.990Z] #49 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.2s done [2023-09-05T20:43:03.990Z] #49 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done [2023-09-05T20:43:03.990Z] #49 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae done [2023-09-05T20:43:03.990Z] #49 sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 18.86MB / 18.86MB 0.6s done [2023-09-05T20:43:03.990Z] #49 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 done [2023-09-05T20:43:03.990Z] #49 extracting sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 1.1s done [2023-09-05T20:43:03.990Z] #49 DONE 21.7s [2023-09-05T20:43:03.990Z] [2023-09-05T20:43:03.990Z] #35 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T20:43:03.990Z] #35 ... [2023-09-05T20:43:03.990Z] [2023-09-05T20:43:03.990Z] #64 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2023-09-05T20:43:03.990Z] #0 3.640 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-05T20:43:03.990Z] #0 3.760 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-05T20:43:03.990Z] #0 3.995 OK: 265 MiB in 53 packages [2023-09-05T20:43:03.990Z] #64 DONE 4.1s [2023-09-05T20:43:03.990Z] [2023-09-05T20:43:03.990Z] #65 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-09-05T20:43:03.990Z] #65 DONE 0.0s [2023-09-05T20:43:04.250Z] [2023-09-05T20:43:04.250Z] #66 [security-spire-config stage-2 3/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2023-09-05T20:43:04.819Z] #66 DONE 0.6s [2023-09-05T20:43:04.819Z] [2023-09-05T20:43:04.819Z] #67 [security-spire-config stage-2 4/9] COPY Attribution.txt / [2023-09-05T20:43:04.819Z] #67 DONE 0.0s [2023-09-05T20:43:04.819Z] [2023-09-05T20:43:04.819Z] #68 [security-spire-config stage-2 5/9] COPY security.txt / [2023-09-05T20:43:04.819Z] #68 DONE 0.0s [2023-09-05T20:43:04.819Z] [2023-09-05T20:43:04.819Z] #69 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-05T20:43:04.819Z] #69 ... [2023-09-05T20:43:04.819Z] [2023-09-05T20:43:04.819Z] #70 [security-spire-config stage-2 6/9] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-09-05T20:43:04.819Z] #70 DONE 0.1s [2023-09-05T20:43:04.819Z] [2023-09-05T20:43:04.819Z] #71 [security-spire-config stage-2 7/9] WORKDIR /usr/local/etc/spiffe-scripts.d [2023-09-05T20:43:04.819Z] #71 DONE 0.0s [2023-09-05T20:43:05.084Z] [2023-09-05T20:43:05.084Z] #72 [security-spire-config stage-2 8/9] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-09-05T20:43:05.084Z] #72 DONE 0.1s [2023-09-05T20:43:05.084Z] [2023-09-05T20:43:05.084Z] #73 [security-spire-config] exporting to image [2023-09-05T20:43:05.084Z] #73 exporting layers [2023-09-05T20:43:05.349Z] #73 ... [2023-09-05T20:43:05.349Z] [2023-09-05T20:43:05.349Z] #74 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-09-05T20:43:05.349Z] #0 4.818 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-05T20:43:05.349Z] #0 4.963 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-05T20:43:05.349Z] #0 5.187 (1/1) Installing dumb-init (1.2.5-r2) [2023-09-05T20:43:05.349Z] #0 5.191 Executing busybox-1.35.0-r29.trigger [2023-09-05T20:43:05.349Z] #0 5.206 OK: 7 MiB in 16 packages [2023-09-05T20:43:05.349Z] #74 DONE 5.5s [2023-09-05T20:43:05.610Z] [2023-09-05T20:43:05.610Z] #75 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-09-05T20:43:05.610Z] #0 4.818 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-05T20:43:05.610Z] #0 4.964 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-05T20:43:05.610Z] #0 5.165 (1/4) Installing ca-certificates (20230506-r0) [2023-09-05T20:43:05.610Z] #0 5.178 (2/4) Installing dumb-init (1.2.5-r2) [2023-09-05T20:43:05.610Z] #0 5.182 (3/4) Installing su-exec (0.2-r2) [2023-09-05T20:43:05.610Z] #0 5.186 (4/4) Installing yq (4.30.4-r4) [2023-09-05T20:43:05.610Z] #0 5.263 Executing busybox-1.35.0-r29.trigger [2023-09-05T20:43:05.610Z] #0 5.270 Executing ca-certificates-20230506-r0.trigger [2023-09-05T20:43:05.610Z] #0 5.476 OK: 17 MiB in 19 packages [2023-09-05T20:43:05.610Z] #75 DONE 5.6s [2023-09-05T20:43:05.610Z] [2023-09-05T20:43:05.610Z] #73 [security-spire-config] exporting to image [2023-09-05T20:43:05.610Z] #73 exporting layers 0.6s done [2023-09-05T20:43:05.610Z] #73 writing image sha256:072c46df1f5fc275c1b9e62bf5695b172839e191352bc9c2c22ba3b9d669c318 done [2023-09-05T20:43:05.610Z] #73 naming to docker.io/library/security-spire-config done [2023-09-05T20:43:05.610Z] #73 DONE 0.6s [2023-09-05T20:43:05.610Z] [2023-09-05T20:43:05.610Z] #76 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-09-05T20:43:05.610Z] #0 4.972 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-05T20:43:05.610Z] #0 5.090 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-05T20:43:05.610Z] #0 5.355 (1/2) Installing dumb-init (1.2.5-r2) [2023-09-05T20:43:05.610Z] #0 5.478 (2/2) Installing su-exec (0.2-r2) [2023-09-05T20:43:05.610Z] #0 5.488 Executing busybox-1.35.0-r29.trigger [2023-09-05T20:43:05.610Z] #0 5.503 OK: 7 MiB in 17 packages [2023-09-05T20:43:05.610Z] #76 DONE 5.6s [2023-09-05T20:43:05.610Z] [2023-09-05T20:43:05.610Z] #77 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2023-09-05T20:43:07.062Z] #77 ... [2023-09-05T20:43:07.062Z] [2023-09-05T20:43:07.062Z] #78 [security-spire-server stage-3 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-09-05T20:43:07.062Z] #0 4.808 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-05T20:43:07.062Z] #0 4.965 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-05T20:43:07.063Z] #0 5.221 v3.17.5-59-gdfba936d800 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-09-05T20:43:07.063Z] #0 5.221 v3.17.5-58-g1556d459cb4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-09-05T20:43:07.063Z] #0 5.221 OK: 17818 distinct packages available [2023-09-05T20:43:07.063Z] #0 5.265 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-05T20:43:07.063Z] #0 5.438 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-05T20:43:07.063Z] #0 5.688 (1/5) Installing dumb-init (1.2.5-r2) [2023-09-05T20:43:07.063Z] #0 5.694 (2/5) Installing musl-obstack (1.2.3-r0) [2023-09-05T20:43:07.063Z] #0 5.699 (3/5) Installing libucontext (1.2-r0) [2023-09-05T20:43:07.063Z] #0 5.702 (4/5) Installing gcompat (1.1.0-r0) [2023-09-05T20:43:07.063Z] #0 5.706 (5/5) Installing openssl (3.0.10-r0) [2023-09-05T20:43:07.063Z] #0 5.715 Executing busybox-1.35.0-r29.trigger [2023-09-05T20:43:07.063Z] #0 5.726 OK: 8 MiB in 20 packages [2023-09-05T20:43:07.063Z] #78 DONE 5.8s [2023-09-05T20:43:07.063Z] [2023-09-05T20:43:07.063Z] #79 [security-spire-agent stage-3 3/9] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2023-09-05T20:43:07.063Z] #79 DONE 0.7s [2023-09-05T20:43:07.063Z] [2023-09-05T20:43:07.063Z] #80 [security-spire-server stage-2 3/8] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2023-09-05T20:43:07.063Z] #80 DONE 0.7s [2023-09-05T20:43:07.063Z] [2023-09-05T20:43:07.063Z] #81 [security-spire-server stage-2 4/8] COPY Attribution.txt / [2023-09-05T20:43:07.063Z] #81 DONE 0.5s [2023-09-05T20:43:07.063Z] [2023-09-05T20:43:07.063Z] #82 [security-spire-agent stage-3 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2023-09-05T20:43:07.063Z] #82 DONE 0.5s [2023-09-05T20:43:07.063Z] [2023-09-05T20:43:07.063Z] #83 [security-spire-server stage-2 5/8] COPY security.txt / [2023-09-05T20:43:07.063Z] #83 DONE 0.0s [2023-09-05T20:43:07.063Z] [2023-09-05T20:43:07.063Z] #84 [security-spire-agent stage-3 5/9] COPY Attribution.txt / [2023-09-05T20:43:07.063Z] #84 DONE 0.1s [2023-09-05T20:43:07.063Z] [2023-09-05T20:43:07.063Z] #85 [security-spire-server stage-2 6/8] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-09-05T20:43:07.323Z] #85 DONE 0.1s [2023-09-05T20:43:07.323Z] [2023-09-05T20:43:07.323Z] #86 [security-spire-agent stage-3 6/9] COPY security.txt / [2023-09-05T20:43:07.323Z] #86 DONE 0.0s [2023-09-05T20:43:07.323Z] [2023-09-05T20:43:07.323Z] #87 [security-spire-server stage-2 7/8] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-09-05T20:43:07.323Z] #87 DONE 0.0s [2023-09-05T20:43:07.323Z] [2023-09-05T20:43:07.323Z] #88 [security-spire-agent stage-3 7/9] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-09-05T20:43:07.323Z] #88 DONE 0.0s [2023-09-05T20:43:07.323Z] [2023-09-05T20:43:07.323Z] #77 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2023-09-05T20:43:07.323Z] #77 DONE 1.7s [2023-09-05T20:43:07.323Z] [2023-09-05T20:43:07.323Z] #89 [security-spire-agent stage-3 8/9] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-09-05T20:43:07.323Z] #89 DONE 0.1s [2023-09-05T20:43:07.323Z] [2023-09-05T20:43:07.323Z] #90 [security-spire-server stage-2 8/8] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-09-05T20:43:07.323Z] #90 DONE 0.1s [2023-09-05T20:43:07.323Z] [2023-09-05T20:43:07.323Z] #91 [security-spire-agent stage-3 9/9] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-09-05T20:43:07.595Z] #91 DONE 0.1s [2023-09-05T20:43:07.595Z] [2023-09-05T20:43:07.595Z] #92 [security-bootstrapper stage-1 4/15] WORKDIR /edgex-init-staging [2023-09-05T20:43:07.595Z] #92 DONE 0.1s [2023-09-05T20:43:07.595Z] [2023-09-05T20:43:07.595Z] #73 [security-spire-agent] exporting to image [2023-09-05T20:43:07.852Z] #73 exporting layers 0.6s done [2023-09-05T20:43:08.110Z] #73 exporting layers 0.5s done [2023-09-05T20:43:08.110Z] #73 writing image sha256:371105786b885811ae1321d799008bd0bd26ec123f43b92495c2ed26d8874d49 done [2023-09-05T20:43:08.110Z] #73 naming to docker.io/library/security-spire-server done [2023-09-05T20:43:08.110Z] #73 writing image sha256:7acec098b3446f721006103073eb4fec1361382d924697004d82189ea9e62c18 done [2023-09-05T20:43:08.110Z] #73 naming to docker.io/library/security-spire-agent done [2023-09-05T20:43:08.110Z] #73 DONE 1.2s [2023-09-05T20:43:08.110Z] [2023-09-05T20:43:08.110Z] #93 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-05T20:43:14.714Z] #93 ... [2023-09-05T20:43:14.714Z] [2023-09-05T20:43:14.714Z] #94 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-05T20:43:14.714Z] #94 ... [2023-09-05T20:43:14.714Z] [2023-09-05T20:43:14.714Z] #95 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-05T20:43:21.297Z] #95 DONE 17.4s [2023-09-05T20:43:21.297Z] [2023-09-05T20:43:21.297Z] #94 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-05T20:43:21.297Z] #94 DONE 17.4s [2023-09-05T20:43:21.297Z] [2023-09-05T20:43:21.297Z] #93 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-05T20:43:21.297Z] #93 DONE 17.4s [2023-09-05T20:43:21.297Z] [2023-09-05T20:43:21.297Z] #69 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-05T20:43:21.297Z] #69 DONE 17.1s [2023-09-05T20:43:21.297Z] [2023-09-05T20:43:21.297Z] #96 [support-notifications builder 6/7] COPY . . [2023-09-05T20:43:28.139Z] #96 DONE 5.8s [2023-09-05T20:43:28.139Z] [2023-09-05T20:43:28.139Z] #97 [security-spiffe-token-provider builder 6/7] COPY . . [2023-09-05T20:43:28.139Z] #97 DONE 5.9s [2023-09-05T20:43:28.139Z] [2023-09-05T20:43:28.139Z] #98 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-05T20:43:28.139Z] #98 CACHED [2023-09-05T20:43:28.139Z] [2023-09-05T20:43:28.139Z] #99 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2023-09-05T20:43:28.139Z] #99 CACHED [2023-09-05T20:43:28.139Z] [2023-09-05T20:43:28.139Z] #100 [support-scheduler builder 6/7] COPY . . [2023-09-05T20:43:28.139Z] #100 CACHED [2023-09-05T20:43:28.139Z] [2023-09-05T20:43:28.139Z] #101 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-05T20:43:28.139Z] #101 CACHED [2023-09-05T20:43:28.139Z] [2023-09-05T20:43:28.139Z] #102 [security-proxy-setup builder 6/7] COPY . . [2023-09-05T20:43:28.139Z] #102 CACHED [2023-09-05T20:43:28.139Z] [2023-09-05T20:43:28.139Z] #103 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2023-09-05T20:43:28.139Z] #103 CACHED [2023-09-05T20:43:28.139Z] [2023-09-05T20:43:28.139Z] #104 [core-command builder 6/7] COPY . . [2023-09-05T20:43:28.139Z] #104 CACHED [2023-09-05T20:43:28.139Z] [2023-09-05T20:43:28.139Z] #105 [core-command builder 4/7] COPY go.mod vendor* ./ [2023-09-05T20:43:28.139Z] #105 CACHED [2023-09-05T20:43:28.139Z] [2023-09-05T20:43:28.139Z] #106 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-05T20:43:28.139Z] #106 CACHED [2023-09-05T20:43:28.139Z] [2023-09-05T20:43:28.139Z] #107 [core-common-config-bootstrapper builder 6/7] COPY . . [2023-09-05T20:43:28.139Z] #107 DONE 5.8s [2023-09-05T20:43:28.139Z] [2023-09-05T20:43:28.139Z] #108 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-05T20:43:28.139Z] #108 CACHED [2023-09-05T20:43:28.139Z] [2023-09-05T20:43:28.139Z] #109 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2023-09-05T20:43:28.139Z] #109 CACHED [2023-09-05T20:43:28.139Z] [2023-09-05T20:43:28.139Z] #110 [security-proxy-auth builder 6/7] COPY . . [2023-09-05T20:43:28.139Z] #110 CACHED [2023-09-05T20:43:28.139Z] [2023-09-05T20:43:28.139Z] #111 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-05T20:43:28.139Z] #111 CACHED [2023-09-05T20:43:28.139Z] [2023-09-05T20:43:28.139Z] #112 [core-data builder 4/7] COPY go.mod vendor* ./ [2023-09-05T20:43:28.139Z] #112 CACHED [2023-09-05T20:43:28.139Z] [2023-09-05T20:43:28.139Z] #113 [core-data builder 6/7] COPY . . [2023-09-05T20:43:28.139Z] #113 CACHED [2023-09-05T20:43:28.139Z] [2023-09-05T20:43:28.139Z] #114 [core-metadata builder 6/7] COPY . . [2023-09-05T20:43:28.139Z] #114 CACHED [2023-09-05T20:43:28.139Z] [2023-09-05T20:43:28.139Z] #115 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2023-09-05T20:43:28.139Z] #115 CACHED [2023-09-05T20:43:28.139Z] [2023-09-05T20:43:28.139Z] #116 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-05T20:43:28.139Z] #116 CACHED [2023-09-05T20:43:28.139Z] [2023-09-05T20:43:28.139Z] #117 [security-bootstrapper builder 6/7] COPY . . [2023-09-05T20:43:28.139Z] #117 DONE 5.9s [2023-09-05T20:43:28.139Z] [2023-09-05T20:43:28.139Z] #118 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2023-09-05T20:43:28.139Z] #118 CACHED [2023-09-05T20:43:28.139Z] [2023-09-05T20:43:28.139Z] #119 [security-secretstore-setup builder 6/7] COPY . . [2023-09-05T20:43:28.139Z] #119 CACHED [2023-09-05T20:43:28.139Z] [2023-09-05T20:43:28.139Z] #120 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-05T20:43:28.139Z] #120 CACHED [2023-09-05T20:43:28.139Z] [2023-09-05T20:43:28.139Z] #121 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-09-05T20:43:28.399Z] #121 1.278 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.38" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-09-05T20:43:38.382Z] #121 ... [2023-09-05T20:43:38.382Z] [2023-09-05T20:43:38.382Z] #122 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-05T20:43:38.382Z] #0 0.339 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.38" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-09-05T20:43:38.382Z] #122 ... [2023-09-05T20:43:38.382Z] [2023-09-05T20:43:38.382Z] #123 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-09-05T20:43:38.382Z] #0 1.172 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.38" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-09-05T20:43:38.382Z] #123 ... [2023-09-05T20:43:38.382Z] [2023-09-05T20:43:38.382Z] #124 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-09-05T20:43:38.382Z] #0 0.543 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.38" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-09-05T20:43:38.382Z] #124 ... [2023-09-05T20:43:38.382Z] [2023-09-05T20:43:38.382Z] #125 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-09-05T20:43:38.383Z] #0 0.494 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.38" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-09-05T20:43:38.383Z] #125 ... [2023-09-05T20:43:38.383Z] [2023-09-05T20:43:38.383Z] #126 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-09-05T20:43:38.383Z] #0 1.354 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.38" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-09-05T20:43:38.383Z] #126 ... [2023-09-05T20:43:38.383Z] [2023-09-05T20:43:38.383Z] #127 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-09-05T20:43:38.383Z] #0 1.033 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.38" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-09-05T20:43:38.383Z] #127 ... [2023-09-05T20:43:38.383Z] [2023-09-05T20:43:38.383Z] #128 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-09-05T20:43:38.383Z] #0 1.164 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.38" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-09-05T20:43:38.383Z] #128 ... [2023-09-05T20:43:38.383Z] [2023-09-05T20:43:38.383Z] #129 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-09-05T20:43:38.383Z] #0 1.056 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.38" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-09-05T20:43:38.383Z] #129 ... [2023-09-05T20:43:38.383Z] [2023-09-05T20:43:38.383Z] #130 [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-09-05T20:43:38.383Z] #0 1.237 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.38" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-09-05T20:43:38.383Z] #130 ... [2023-09-05T20:43:38.383Z] [2023-09-05T20:43:38.383Z] #131 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-09-05T20:43:38.383Z] #0 0.917 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.38" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-09-05T20:43:56.036Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-5373 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2023-09-05T20:43:56.050Z] Running in /w/workspace/edgex-go/572 [Pipeline] { [Pipeline] checkout [2023-09-05T20:43:56.084Z] The recommended git tool is: git [2023-09-05T20:44:00.943Z] using credential edgex-jenkins-ssh [2023-09-05T20:44:00.962Z] Cloning the remote Git repository [2023-09-05T20:44:00.997Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-09-05T20:44:01.097Z] > git init /w/workspace/edgex-go/572 # timeout=10 [2023-09-05T20:44:01.232Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-09-05T20:44:01.233Z] > git --version # timeout=10 [2023-09-05T20:44:01.258Z] > git --version # 'git version 2.25.1' [2023-09-05T20:44:01.262Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-09-05T20:44:01.414Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-09-05T20:44:17.230Z] Avoid second fetch [2023-09-05T20:44:17.231Z] Checking out Revision 488f23b0c5d68863a9e298ac057bceee8c500ce0 (main) [2023-09-05T20:44:17.918Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3 (#4671)" [2023-09-05T20:44:16.412Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-09-05T20:44:16.446Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-09-05T20:44:17.242Z] > git config core.sparsecheckout # timeout=10 [2023-09-05T20:44:17.305Z] > git checkout -f 488f23b0c5d68863a9e298ac057bceee8c500ce0 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-09-05T20:44:18.745Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-09-05T20:44:18.745Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-09-05T20:44:18.745Z] Dload Upload Total Spent Left Speed [2023-09-05T20:44:18.745Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 100k 0 --:--:-- --:--:-- --:--:-- 101k [Pipeline] sh [2023-09-05T20:44:19.386Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-09-05T20:44:19.717Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-09-05T20:44:19.717Z] + sudo tee /etc/docker/daemon.new [2023-09-05T20:44:19.717Z] { [2023-09-05T20:44:19.717Z] "registry-mirrors": [ [2023-09-05T20:44:19.717Z] "https://nexus3.edgexfoundry.org:10001" [2023-09-05T20:44:19.717Z] ], [2023-09-05T20:44:19.717Z] "bip": "10.250.0.254/24", [2023-09-05T20:44:19.717Z] "hosts": [ [2023-09-05T20:44:19.717Z] "tcp://0.0.0.0:5555", [2023-09-05T20:44:19.717Z] "unix:///var/run/docker.sock" [2023-09-05T20:44:19.717Z] ], [2023-09-05T20:44:19.717Z] "mtu": 1458, [2023-09-05T20:44:19.717Z] "selinux-enabled": true, [2023-09-05T20:44:19.717Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-09-05T20:44:19.717Z] } [Pipeline] sh [2023-09-05T20:44:20.041Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-09-05T20:44:20.370Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-09-05T20:44:38.621Z] provisioning config files... [2023-09-05T20:44:38.646Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/572@tmp/config2534277527400072038tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-05T20:44:38.990Z] ---> docker-login.sh [2023-09-05T20:44:38.990Z] nexus3.edgexfoundry.org:10001 [2023-09-05T20:44:39.260Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-05T20:44:39.528Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-05T20:44:39.528Z] Configure a credential helper to remove this warning. See [2023-09-05T20:44:39.528Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-05T20:44:39.528Z] [2023-09-05T20:44:39.528Z] Login Succeeded [2023-09-05T20:44:39.528Z] nexus3.edgexfoundry.org:10002 [2023-09-05T20:44:39.799Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-05T20:44:39.799Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-05T20:44:39.799Z] Configure a credential helper to remove this warning. See [2023-09-05T20:44:39.799Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-05T20:44:39.799Z] [2023-09-05T20:44:39.799Z] Login Succeeded [2023-09-05T20:44:39.799Z] nexus3.edgexfoundry.org:10003 [2023-09-05T20:44:40.068Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-05T20:44:40.338Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-05T20:44:40.338Z] Configure a credential helper to remove this warning. See [2023-09-05T20:44:40.338Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-05T20:44:40.338Z] [2023-09-05T20:44:40.338Z] Login Succeeded [2023-09-05T20:44:40.338Z] nexus3.edgexfoundry.org:10004 [2023-09-05T20:44:40.610Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-05T20:44:40.610Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-05T20:44:40.610Z] Configure a credential helper to remove this warning. See [2023-09-05T20:44:40.610Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-05T20:44:40.610Z] [2023-09-05T20:44:40.610Z] Login Succeeded [2023-09-05T20:44:40.610Z] docker.io [2023-09-05T20:44:40.877Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-05T20:44:41.144Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-05T20:44:41.145Z] Configure a credential helper to remove this warning. See [2023-09-05T20:44:41.145Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-05T20:44:41.145Z] [2023-09-05T20:44:41.145Z] Login Succeeded [2023-09-05T20:44:41.145Z] ---> docker-login.sh ends [Pipeline] } [2023-09-05T20:44:41.159Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-09-05T20:44:41.716Z] + git config --global --add safe.directory /w/workspace/edgex-go/572 [Pipeline] echo [2023-09-05T20:44:41.735Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-09-05T20:44:41.751Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-09-05T20:44:41.764Z] ========================================================= [2023-09-05T20:44:41.765Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-09-05T20:44:41.765Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-09-05T20:44:42.089Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-09-05T20:44:42.089Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-09-05T20:44:42.089Z] edb6bdbacee9: Pulling fs layer [2023-09-05T20:44:42.089Z] 5f9638ab2659: Pulling fs layer [2023-09-05T20:44:42.089Z] 8d51d6327a98: Pulling fs layer [2023-09-05T20:44:42.089Z] 8b374f2dd631: Pulling fs layer [2023-09-05T20:44:42.089Z] ec14aa9079de: Pulling fs layer [2023-09-05T20:44:42.089Z] 2f466654f4bb: Pulling fs layer [2023-09-05T20:44:42.089Z] 554e91adad29: Pulling fs layer [2023-09-05T20:44:42.089Z] 8b374f2dd631: Waiting [2023-09-05T20:44:42.089Z] ec14aa9079de: Waiting [2023-09-05T20:44:42.089Z] 2f466654f4bb: Waiting [2023-09-05T20:44:42.089Z] 554e91adad29: Waiting [2023-09-05T20:44:42.359Z] 5f9638ab2659: Verifying Checksum [2023-09-05T20:44:42.359Z] 5f9638ab2659: Download complete [2023-09-05T20:44:42.359Z] 8b374f2dd631: Verifying Checksum [2023-09-05T20:44:42.359Z] 8b374f2dd631: Download complete [2023-09-05T20:44:42.359Z] ec14aa9079de: Verifying Checksum [2023-09-05T20:44:42.359Z] ec14aa9079de: Download complete [2023-09-05T20:44:42.359Z] edb6bdbacee9: Download complete [2023-09-05T20:44:43.327Z] edb6bdbacee9: Pull complete [2023-09-05T20:44:43.606Z] 554e91adad29: Verifying Checksum [2023-09-05T20:44:43.606Z] 554e91adad29: Download complete [2023-09-05T20:44:43.876Z] 5f9638ab2659: Pull complete [2023-09-05T20:44:44.856Z] 8d51d6327a98: Verifying Checksum [2023-09-05T20:44:44.857Z] 8d51d6327a98: Download complete [2023-09-05T20:44:44.857Z] 2f466654f4bb: Verifying Checksum [2023-09-05T20:44:44.857Z] 2f466654f4bb: Download complete [2023-09-05T20:44:47.662Z] #131 ... [2023-09-05T20:44:47.662Z] [2023-09-05T20:44:47.662Z] #130 [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-09-05T20:44:47.662Z] #130 76.38 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.38" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-09-05T20:44:57.184Z] 8d51d6327a98: Pull complete [2023-09-05T20:44:57.184Z] 8b374f2dd631: Pull complete [2023-09-05T20:44:57.184Z] ec14aa9079de: Pull complete [2023-09-05T20:45:00.338Z] #130 DONE 92.3s [2023-09-05T20:45:00.338Z] [2023-09-05T20:45:00.338Z] #128 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-09-05T20:45:00.338Z] #128 DONE 92.3s [2023-09-05T20:45:00.338Z] [2023-09-05T20:45:00.338Z] #127 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-09-05T20:45:00.338Z] #127 DONE 92.3s [2023-09-05T20:45:00.338Z] [2023-09-05T20:45:00.338Z] #129 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-09-05T20:45:00.338Z] #129 DONE 92.3s [2023-09-05T20:45:00.338Z] [2023-09-05T20:45:00.338Z] #123 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-09-05T20:45:00.338Z] #123 DONE 92.3s [2023-09-05T20:45:00.338Z] [2023-09-05T20:45:00.338Z] #121 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-09-05T20:45:00.338Z] #121 DONE 92.3s [2023-09-05T20:45:00.338Z] [2023-09-05T20:45:00.338Z] #126 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-09-05T20:45:00.338Z] #126 DONE 92.3s [2023-09-05T20:45:00.338Z] [2023-09-05T20:45:00.338Z] #124 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-09-05T20:45:00.338Z] #124 DONE 92.3s [2023-09-05T20:45:00.338Z] [2023-09-05T20:45:00.338Z] #132 [support-scheduler stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-05T20:45:00.338Z] #132 ... [2023-09-05T20:45:00.338Z] [2023-09-05T20:45:00.338Z] #125 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-09-05T20:45:00.338Z] #125 DONE 92.5s [2023-09-05T20:45:00.338Z] [2023-09-05T20:45:00.338Z] #122 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-05T20:45:00.338Z] #122 DONE 92.7s [2023-09-05T20:45:00.338Z] [2023-09-05T20:45:00.338Z] #133 [security-secretstore-setup stage-1 3/12] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-05T20:45:00.338Z] #133 ... [2023-09-05T20:45:00.338Z] [2023-09-05T20:45:00.338Z] #131 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-09-05T20:45:00.338Z] #131 DONE 92.7s [2023-09-05T20:45:00.338Z] [2023-09-05T20:45:00.338Z] #134 [support-notifications stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-05T20:45:00.338Z] #134 ... [2023-09-05T20:45:00.338Z] [2023-09-05T20:45:00.338Z] #135 [security-proxy-setup stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-05T20:45:00.338Z] #135 DONE 0.7s [2023-09-05T20:45:00.338Z] [2023-09-05T20:45:00.338Z] #136 [core-data stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-05T20:45:00.338Z] #136 DONE 0.7s [2023-09-05T20:45:00.338Z] [2023-09-05T20:45:00.338Z] #133 [security-secretstore-setup stage-1 3/12] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-05T20:45:00.338Z] #133 DONE 0.6s [2023-09-05T20:45:00.338Z] [2023-09-05T20:45:00.338Z] #137 [security-bootstrapper stage-1 5/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2023-09-05T20:45:00.338Z] #137 DONE 0.6s [2023-09-05T20:45:00.338Z] [2023-09-05T20:45:00.338Z] #138 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-05T20:45:00.338Z] #138 DONE 0.7s [2023-09-05T20:45:00.338Z] [2023-09-05T20:45:00.338Z] #132 [support-scheduler stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-05T20:45:00.338Z] #132 DONE 0.8s [2023-09-05T20:45:00.338Z] [2023-09-05T20:45:00.338Z] #134 [support-notifications stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-05T20:45:00.338Z] #134 DONE 0.4s [2023-09-05T20:45:00.338Z] [2023-09-05T20:45:00.338Z] #139 [support-notifications stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-09-05T20:45:00.338Z] #139 ... [2023-09-05T20:45:00.338Z] [2023-09-05T20:45:00.338Z] #140 [security-proxy-setup stage-1 5/10] COPY --from=builder /edgex-go/security.txt / [2023-09-05T20:45:00.338Z] #140 DONE 0.3s [2023-09-05T20:45:00.338Z] [2023-09-05T20:45:00.338Z] #141 [core-data stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-09-05T20:45:00.338Z] #141 DONE 0.3s [2023-09-05T20:45:00.338Z] [2023-09-05T20:45:00.338Z] #142 [security-secretstore-setup stage-1 4/12] COPY --from=builder /edgex-go/security.txt / [2023-09-05T20:45:00.338Z] #142 DONE 0.3s [2023-09-05T20:45:00.338Z] [2023-09-05T20:45:00.338Z] #143 [security-spiffe-token-provider stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-09-05T20:45:00.338Z] #143 DONE 0.2s [2023-09-05T20:45:00.338Z] [2023-09-05T20:45:00.338Z] #144 [support-scheduler stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-09-05T20:45:00.338Z] #144 DONE 0.2s [2023-09-05T20:45:00.599Z] [2023-09-05T20:45:00.599Z] #145 [core-command stage-1 4/7] COPY --from=builder /edgex-go/security.txt / [2023-09-05T20:45:00.599Z] #145 CACHED [2023-09-05T20:45:00.599Z] [2023-09-05T20:45:00.599Z] #146 [core-command stage-1 3/7] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-05T20:45:00.599Z] #146 CACHED [2023-09-05T20:45:00.599Z] [2023-09-05T20:45:00.599Z] #147 [security-proxy-auth stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-05T20:45:00.599Z] #147 CACHED [2023-09-05T20:45:00.599Z] [2023-09-05T20:45:00.599Z] #148 [security-proxy-auth stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-09-05T20:45:00.599Z] #148 CACHED [2023-09-05T20:45:00.599Z] [2023-09-05T20:45:00.599Z] #149 [core-common-config-bootstrapper stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-09-05T20:45:00.599Z] #149 CACHED [2023-09-05T20:45:00.599Z] [2023-09-05T20:45:00.599Z] #150 [core-common-config-bootstrapper stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-05T20:45:00.599Z] #150 CACHED [2023-09-05T20:45:00.599Z] [2023-09-05T20:45:00.599Z] #151 [core-metadata stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-05T20:45:00.599Z] #151 CACHED [2023-09-05T20:45:00.599Z] [2023-09-05T20:45:00.599Z] #152 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-09-05T20:45:00.599Z] #152 CACHED [2023-09-05T20:45:00.599Z] [2023-09-05T20:45:00.599Z] #139 [support-notifications stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-09-05T20:45:00.599Z] #139 DONE 0.2s [2023-09-05T20:45:00.599Z] [2023-09-05T20:45:00.599Z] #153 [support-notifications stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-09-05T20:45:00.858Z] #153 ... [2023-09-05T20:45:00.858Z] [2023-09-05T20:45:00.858Z] #154 [security-proxy-setup stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2023-09-05T20:45:00.858Z] #154 DONE 0.4s [2023-09-05T20:45:00.858Z] [2023-09-05T20:45:00.858Z] #155 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-09-05T20:45:00.858Z] #155 DONE 0.4s [2023-09-05T20:45:01.118Z] [2023-09-05T20:45:01.118Z] #156 [security-proxy-setup stage-1 7/10] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-09-05T20:45:02.089Z] #156 ... [2023-09-05T20:45:02.089Z] [2023-09-05T20:45:02.089Z] #157 [security-secretstore-setup stage-1 5/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-09-05T20:45:02.089Z] #157 DONE 1.4s [2023-09-05T20:45:02.089Z] [2023-09-05T20:45:02.089Z] #158 [security-spiffe-token-provider stage-1 5/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-09-05T20:45:02.089Z] #158 DONE 1.4s [2023-09-05T20:45:02.089Z] [2023-09-05T20:45:02.089Z] #159 [support-scheduler stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-09-05T20:45:02.089Z] #159 DONE 1.4s [2023-09-05T20:45:02.089Z] [2023-09-05T20:45:02.089Z] #160 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-09-05T20:45:02.089Z] #160 DONE 1.4s [2023-09-05T20:45:02.089Z] [2023-09-05T20:45:02.089Z] #161 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-09-05T20:45:02.089Z] #161 DONE 1.4s [2023-09-05T20:45:02.089Z] [2023-09-05T20:45:02.089Z] #162 [core-common-config-bootstrapper stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-09-05T20:45:02.089Z] #162 DONE 1.4s [2023-09-05T20:45:02.089Z] [2023-09-05T20:45:02.089Z] #153 [support-notifications stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-09-05T20:45:02.089Z] #153 DONE 1.4s [2023-09-05T20:45:02.089Z] [2023-09-05T20:45:02.089Z] #163 [core-command stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-09-05T20:45:02.089Z] #163 DONE 1.5s [2023-09-05T20:45:02.089Z] [2023-09-05T20:45:02.089Z] #164 [core-data stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-09-05T20:45:02.089Z] #164 DONE 1.3s [2023-09-05T20:45:02.089Z] [2023-09-05T20:45:02.089Z] #165 [core-command stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-09-05T20:45:02.089Z] #165 ... [2023-09-05T20:45:02.089Z] [2023-09-05T20:45:02.089Z] #156 [security-proxy-setup stage-1 7/10] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-09-05T20:45:02.089Z] #156 DONE 1.3s [2023-09-05T20:45:02.089Z] [2023-09-05T20:45:02.089Z] #166 [security-secretstore-setup stage-1 6/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2023-09-05T20:45:02.089Z] #166 DONE 0.3s [2023-09-05T20:45:02.089Z] [2023-09-05T20:45:02.089Z] #167 [support-notifications stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-09-05T20:45:02.089Z] #167 DONE 0.3s [2023-09-05T20:45:02.357Z] [2023-09-05T20:45:02.357Z] #168 [security-spiffe-token-provider stage-1 6/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-09-05T20:45:02.357Z] #168 DONE 0.4s [2023-09-05T20:45:02.357Z] [2023-09-05T20:45:02.357Z] #169 [support-scheduler stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-09-05T20:45:02.357Z] #169 DONE 0.4s [2023-09-05T20:45:02.357Z] [2023-09-05T20:45:02.357Z] #170 [core-metadata stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-09-05T20:45:02.357Z] #170 DONE 0.4s [2023-09-05T20:45:02.357Z] [2023-09-05T20:45:02.357Z] #73 [support-scheduler] exporting to image [2023-09-05T20:45:02.357Z] #73 exporting layers 0.2s done [2023-09-05T20:45:02.617Z] #73 ... [2023-09-05T20:45:02.617Z] [2023-09-05T20:45:02.617Z] #171 [security-proxy-auth stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-09-05T20:45:02.617Z] #171 DONE 0.6s [2023-09-05T20:45:02.617Z] [2023-09-05T20:45:02.617Z] #165 [core-command stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-09-05T20:45:02.617Z] #165 DONE 0.6s [2023-09-05T20:45:02.617Z] [2023-09-05T20:45:02.617Z] #172 [core-common-config-bootstrapper stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-09-05T20:45:02.617Z] #172 DONE 0.7s [2023-09-05T20:45:02.617Z] [2023-09-05T20:45:02.617Z] #173 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh [2023-09-05T20:45:02.617Z] #173 DONE 2.4s [2023-09-05T20:45:02.617Z] [2023-09-05T20:45:02.617Z] #174 [security-secretstore-setup stage-1 7/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-09-05T20:45:02.617Z] #174 DONE 0.5s [2023-09-05T20:45:02.617Z] [2023-09-05T20:45:02.617Z] #175 [security-proxy-setup stage-1 8/10] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-09-05T20:45:02.617Z] #175 DONE 0.5s [2023-09-05T20:45:02.617Z] [2023-09-05T20:45:02.617Z] #176 [security-proxy-setup stage-1 9/10] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-09-05T20:45:02.875Z] #176 ... [2023-09-05T20:45:02.875Z] [2023-09-05T20:45:02.875Z] #177 [core-metadata stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-09-05T20:45:02.875Z] #177 DONE 0.4s [2023-09-05T20:45:02.875Z] [2023-09-05T20:45:02.875Z] #178 [security-proxy-auth stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-09-05T20:45:02.875Z] #178 DONE 0.3s [2023-09-05T20:45:02.875Z] [2023-09-05T20:45:02.875Z] #179 [core-common-config-bootstrapper stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-09-05T20:45:02.875Z] #179 DONE 0.3s [2023-09-05T20:45:02.875Z] [2023-09-05T20:45:02.875Z] #176 [security-proxy-setup stage-1 9/10] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-09-05T20:45:02.875Z] #176 DONE 0.3s [2023-09-05T20:45:02.875Z] [2023-09-05T20:45:02.875Z] #180 [security-bootstrapper stage-1 7/15] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-05T20:45:02.875Z] #180 DONE 0.4s [2023-09-05T20:45:02.875Z] [2023-09-05T20:45:02.875Z] #181 [security-secretstore-setup stage-1 8/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-09-05T20:45:02.875Z] #181 DONE 0.3s [2023-09-05T20:45:02.875Z] [2023-09-05T20:45:02.875Z] #73 [core-command] exporting to image [2023-09-05T20:45:02.875Z] #73 exporting layers 0.2s done [2023-09-05T20:45:02.875Z] #73 writing image sha256:79f009b1bddd5abcafe530db48f5307d526aab7d800b90a8269e8a146d4428fc 0.0s done [2023-09-05T20:45:02.875Z] #73 naming to docker.io/library/core-data done [2023-09-05T20:45:02.875Z] #73 writing image sha256:e2aa3860a4dc37a63107d1b4b3e7a833d4f7b396f218a808369786df89a0d384 done [2023-09-05T20:45:02.875Z] #73 naming to docker.io/library/support-scheduler 0.1s done [2023-09-05T20:45:02.875Z] #73 writing image sha256:34c260eb416695acaa26d094ad7ebbe50f232076fc7910ee59d016a7dddaac04 0.0s done [2023-09-05T20:45:02.875Z] #73 writing image sha256:4ab83d70d93206fcd09c1aaafb54d8fa0712d31a9ee23f43145acd4e1f8d3345 0.0s done [2023-09-05T20:45:02.875Z] #73 writing image sha256:e312f6379212a0da3e0b2ec2562a1459be9d0022bbc19ac256231a2fa73dd823 done [2023-09-05T20:45:02.875Z] #73 naming to docker.io/library/support-notifications done [2023-09-05T20:45:02.875Z] #73 naming to docker.io/library/security-spiffe-token-provider done [2023-09-05T20:45:02.875Z] #73 naming to docker.io/library/core-command 0.0s done [2023-09-05T20:45:03.133Z] #73 writing image sha256:99ae2d5bfc9a2d542c9354e5f4eeb452d2e447e4cb6af6d861163535ba201ec5 done [2023-09-05T20:45:03.133Z] #73 naming to docker.io/library/core-metadata done [2023-09-05T20:45:03.133Z] #73 DONE 2.2s [2023-09-05T20:45:03.133Z] [2023-09-05T20:45:03.133Z] #182 [security-proxy-setup stage-1 10/10] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-05T20:45:03.133Z] #182 ... [2023-09-05T20:45:03.133Z] [2023-09-05T20:45:03.133Z] #183 [security-bootstrapper stage-1 8/15] COPY --from=builder /edgex-go/security.txt / [2023-09-05T20:45:03.133Z] #183 DONE 0.3s [2023-09-05T20:45:03.133Z] [2023-09-05T20:45:03.133Z] #184 [security-secretstore-setup stage-1 9/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-09-05T20:45:03.133Z] #184 DONE 0.3s [2023-09-05T20:45:03.391Z] [2023-09-05T20:45:03.391Z] #185 [security-bootstrapper stage-1 9/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-09-05T20:45:03.391Z] #185 DONE 0.1s [2023-09-05T20:45:03.391Z] [2023-09-05T20:45:03.391Z] #186 [security-bootstrapper stage-1 10/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-09-05T20:45:03.391Z] #186 DONE 0.1s [2023-09-05T20:45:03.391Z] [2023-09-05T20:45:03.391Z] #187 [security-secretstore-setup stage-1 10/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-09-05T20:45:03.391Z] #187 DONE 0.1s [2023-09-05T20:45:03.391Z] [2023-09-05T20:45:03.391Z] #188 [security-bootstrapper stage-1 11/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2023-09-05T20:45:03.391Z] #188 DONE 0.0s [2023-09-05T20:45:03.391Z] [2023-09-05T20:45:03.391Z] #189 [security-bootstrapper stage-1 12/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2023-09-05T20:45:03.649Z] #189 DONE 0.1s [2023-09-05T20:45:03.649Z] [2023-09-05T20:45:03.649Z] #190 [security-bootstrapper stage-1 13/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2023-09-05T20:45:03.649Z] #190 DONE 0.0s [2023-09-05T20:45:03.649Z] [2023-09-05T20:45:03.649Z] #191 [security-proxy-auth stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-05T20:45:03.649Z] #191 DONE 0.7s [2023-09-05T20:45:03.649Z] [2023-09-05T20:45:03.649Z] #192 [security-bootstrapper stage-1 14/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-09-05T20:45:03.649Z] #192 DONE 0.1s [2023-09-05T20:45:03.649Z] [2023-09-05T20:45:03.649Z] #73 [security-proxy-auth] exporting to image [2023-09-05T20:45:03.649Z] #73 ... [2023-09-05T20:45:03.649Z] [2023-09-05T20:45:03.649Z] #193 [core-common-config-bootstrapper stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-05T20:45:03.649Z] #193 DONE 0.8s [2023-09-05T20:45:03.649Z] [2023-09-05T20:45:03.649Z] #73 [core-common-config-bootstrapper] exporting to image [2023-09-05T20:45:03.649Z] #73 exporting layers 0.2s done [2023-09-05T20:45:03.850Z] 2f466654f4bb: Pull complete [2023-09-05T20:45:03.908Z] #73 ... [2023-09-05T20:45:03.908Z] [2023-09-05T20:45:03.908Z] #182 [security-proxy-setup stage-1 10/10] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-05T20:45:03.908Z] #182 DONE 0.9s [2023-09-05T20:45:03.908Z] [2023-09-05T20:45:03.908Z] #194 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-05T20:45:03.908Z] #194 DONE 0.5s [2023-09-05T20:45:03.908Z] [2023-09-05T20:45:03.908Z] #73 [security-proxy-setup] exporting to image [2023-09-05T20:45:03.908Z] #73 writing image sha256:4273ad682fe03ce0556fc1255af68730598355179017a7ad33d4cfc902398c5d done [2023-09-05T20:45:03.908Z] #73 naming to docker.io/library/security-proxy-auth done [2023-09-05T20:45:03.908Z] #73 exporting layers 0.2s done [2023-09-05T20:45:03.908Z] #73 writing image sha256:494e70463ca6388e4ba410a68210d2b9287ff579f8b3a6c668c6f6964c12d88a done [2023-09-05T20:45:03.908Z] #73 naming to docker.io/library/core-common-config-bootstrapper done [2023-09-05T20:45:04.167Z] #73 exporting layers 0.2s done [2023-09-05T20:45:04.167Z] #73 writing image sha256:44fb420813a27091969c352c7debc6cd5291b958743a540f0f8dcf63ce4bacf8 done [2023-09-05T20:45:04.167Z] #73 naming to docker.io/library/security-proxy-setup done [2023-09-05T20:45:04.167Z] #73 writing image sha256:c7155c3b96c080cb31bc0ce42ea4e0ffb5fe69644056ba0f1230ad0a11bb3d87 done [2023-09-05T20:45:04.167Z] #73 naming to docker.io/library/security-secretstore-setup done [2023-09-05T20:45:04.167Z] #73 DONE 2.7s [2023-09-05T20:45:04.167Z] [2023-09-05T20:45:04.167Z] #195 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh [2023-09-05T20:45:04.426Z] #195 DONE 0.7s [2023-09-05T20:45:04.426Z] [2023-09-05T20:45:04.426Z] #73 [security-bootstrapper] exporting to image [2023-09-05T20:45:04.426Z] #73 exporting layers 0.2s done [2023-09-05T20:45:04.426Z] #73 writing image sha256:195e549e3ee820424a80fbaf39fb9ea91837c925c766b8a6124c4d5bc86e054f done [2023-09-05T20:45:04.426Z] #73 naming to docker.io/library/security-bootstrapper done [2023-09-05T20:45:04.426Z] #73 DONE 2.8s [2023-09-05T20:45:04.426Z] [2023-09-05T20:45:04.426Z] #35 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T20:45:04.426Z] time="2023-09-05T20:42:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-05T20:45:04.426Z] time="2023-09-05T20:42:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-05T20:45:04.426Z] time="2023-09-05T20:42:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-05T20:45:04.426Z] time="2023-09-05T20:42:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-05T20:45:04.426Z] time="2023-09-05T20:42:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-05T20:45:04.426Z] time="2023-09-05T20:42:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-05T20:45:04.426Z] time="2023-09-05T20:42:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-05T20:45:04.426Z] time="2023-09-05T20:42:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-05T20:45:04.426Z] time="2023-09-05T20:42:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-05T20:45:04.426Z] time="2023-09-05T20:42:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-05T20:45:04.426Z] time="2023-09-05T20:42:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-05T20:45:04.426Z] time="2023-09-05T20:42:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-05T20:45:04.426Z] time="2023-09-05T20:42:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-05T20:45:04.426Z] time="2023-09-05T20:42:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2023-09-05T20:45:04.437Z] $ docker stop --time=1 30c464b0fd4dfb9cecad7e46dac6aeb748368bc8b1fd1ecd961db6e211794606 [2023-09-05T20:45:05.274Z] 554e91adad29: Pull complete [2023-09-05T20:45:05.274Z] Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 [2023-09-05T20:45:05.274Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-09-05T20:45:05.274Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-09-05T20:45:05.695Z] $ docker rm -f --volumes 30c464b0fd4dfb9cecad7e46dac6aeb748368bc8b1fd1ecd961db6e211794606 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] fileExists [Pipeline] sh [2023-09-05T20:45:06.021Z] + docker images [2023-09-05T20:45:06.021Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-09-05T20:45:06.021Z] security-bootstrapper latest 195e549e3ee8 1 second ago 23MB [2023-09-05T20:45:06.021Z] security-secretstore-setup latest c7155c3b96c0 2 seconds ago 44.1MB [2023-09-05T20:45:06.021Z] security-proxy-setup latest 44fb420813a2 2 seconds ago 29.2MB [2023-09-05T20:45:06.021Z] core-common-config-bootstrapper latest 494e70463ca6 2 seconds ago 18MB [2023-09-05T20:45:06.021Z] security-proxy-auth latest 4273ad682fe0 2 seconds ago 19.4MB [2023-09-05T20:45:06.021Z] support-scheduler latest e2aa3860a4dc 3 seconds ago 33.7MB [2023-09-05T20:45:06.021Z] core-command latest e312f6379212 3 seconds ago 21MB [2023-09-05T20:45:06.021Z] security-spiffe-token-provider latest 4ab83d70d932 3 seconds ago 33.5MB [2023-09-05T20:45:06.022Z] core-metadata latest 99ae2d5bfc9a 3 seconds ago 21.6MB [2023-09-05T20:45:06.022Z] support-notifications latest 34c260eb4166 4 seconds ago 34.3MB [2023-09-05T20:45:06.022Z] core-data latest 79f009b1bddd 4 seconds ago 21.2MB [2023-09-05T20:45:06.022Z] security-spire-server latest 371105786b88 About a minute ago 103MB [2023-09-05T20:45:06.022Z] security-spire-agent latest 7acec098b344 About a minute ago 161MB [2023-09-05T20:45:06.022Z] security-spire-config latest 072c46df1f5f 2 minutes ago 102MB [2023-09-05T20:45:06.022Z] ci-base-image-x86_64 latest 60da8347b5db 4 minutes ago 1.07GB [2023-09-05T20:45:06.022Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine ec979cd7f677 7 weeks ago 696MB [2023-09-05T20:45:06.022Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 3 months ago 334MB [2023-09-05T20:45:06.022Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 14 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-09-05T20:45:06.112Z] provisioning config files... [2023-09-05T20:45:06.120Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/572@tmp/config658583661150841171tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-05T20:45:06.175Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-09-05T20:45:06.175Z] WORKDIR /edgex [2023-09-05T20:45:06.175Z] COPY go.mod . [2023-09-05T20:45:06.175Z] RUN go mod download [2023-09-05T20:45:06.175Z] + docker build -t ci-base-image-arm64 -f - . [2023-09-05T20:45:06.591Z] ---> docker-login.sh [2023-09-05T20:45:06.591Z] nexus3.edgexfoundry.org:10001 [2023-09-05T20:45:06.591Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-05T20:45:06.591Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-05T20:45:06.591Z] Configure a credential helper to remove this warning. See [2023-09-05T20:45:06.591Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-05T20:45:06.591Z] [2023-09-05T20:45:06.591Z] Login Succeeded [2023-09-05T20:45:06.591Z] nexus3.edgexfoundry.org:10002 [2023-09-05T20:45:06.591Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-05T20:45:06.591Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-05T20:45:06.591Z] Configure a credential helper to remove this warning. See [2023-09-05T20:45:06.591Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-05T20:45:06.591Z] [2023-09-05T20:45:06.591Z] Login Succeeded [2023-09-05T20:45:06.591Z] nexus3.edgexfoundry.org:10003 [2023-09-05T20:45:06.773Z] Sending build context to Docker daemon 2.965MB [2023-09-05T20:45:06.773Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-09-05T20:45:06.773Z] ---> 1e15ea492957 [2023-09-05T20:45:06.773Z] Step 2/4 : WORKDIR /edgex [2023-09-05T20:45:06.849Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-05T20:45:06.849Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-05T20:45:06.849Z] Configure a credential helper to remove this warning. See [2023-09-05T20:45:06.849Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-05T20:45:06.849Z] [2023-09-05T20:45:06.849Z] Login Succeeded [2023-09-05T20:45:06.849Z] nexus3.edgexfoundry.org:10004 [2023-09-05T20:45:06.849Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-05T20:45:06.849Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-05T20:45:06.849Z] Configure a credential helper to remove this warning. See [2023-09-05T20:45:06.849Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-05T20:45:06.849Z] [2023-09-05T20:45:06.849Z] Login Succeeded [2023-09-05T20:45:06.849Z] docker.io [2023-09-05T20:45:07.108Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-05T20:45:07.108Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-05T20:45:07.108Z] Configure a credential helper to remove this warning. See [2023-09-05T20:45:07.108Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-05T20:45:07.108Z] [2023-09-05T20:45:07.108Z] Login Succeeded [2023-09-05T20:45:07.108Z] ---> docker-login.sh ends [Pipeline] } [2023-09-05T20:45:07.115Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-09-05T20:45:07.147Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-09-05T20:45:07.179Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2023-09-05T20:45:07.179Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T20:45:07.179Z] latest [2023-09-05T20:45:07.179Z] 3.1.0-dev.38 [2023-09-05T20:45:07.179Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T20:45:07.179Z] main [2023-09-05T20:45:07.179Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:07.509Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:488f23b0c5d68863a9e298ac057bceee8c500ce0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:07.819Z] + docker push nexus3.edgexfoundry.org:10004/core-command:488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T20:45:07.819Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-09-05T20:45:07.819Z] fa3fe2c24869: Preparing [2023-09-05T20:45:07.819Z] 2d6465db29b7: Preparing [2023-09-05T20:45:07.819Z] ed4aa931ced4: Preparing [2023-09-05T20:45:07.819Z] a9b26e0313bd: Preparing [2023-09-05T20:45:07.819Z] 425348bd401e: Preparing [2023-09-05T20:45:07.819Z] 36b50b131297: Preparing [2023-09-05T20:45:07.819Z] 36b50b131297: Waiting [2023-09-05T20:45:07.819Z] ed4aa931ced4: Pushed [2023-09-05T20:45:07.819Z] a9b26e0313bd: Pushed [2023-09-05T20:45:07.819Z] fa3fe2c24869: Pushed [2023-09-05T20:45:07.819Z] 425348bd401e: Pushed [2023-09-05T20:45:07.819Z] 36b50b131297: Layer already exists [2023-09-05T20:45:08.718Z] ---> Running in 0864ded9471f [2023-09-05T20:45:08.718Z] Removing intermediate container 0864ded9471f [2023-09-05T20:45:08.718Z] ---> 70cac2fb0296 [2023-09-05T20:45:08.718Z] Step 3/4 : COPY go.mod . [2023-09-05T20:45:09.301Z] ---> 3b719a37c016 [2023-09-05T20:45:09.301Z] Step 4/4 : RUN go mod download [2023-09-05T20:45:09.301Z] ---> Running in 11e7bf261146 [2023-09-05T20:45:09.721Z] 2d6465db29b7: Pushed [2023-09-05T20:45:09.721Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0: digest: sha256:b26ba588967f0f0aa04cb2891008af38eb270e072e0c56e58a9fdcd9af944d0b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:10.025Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:10.332Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2023-09-05T20:45:10.332Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-09-05T20:45:10.332Z] fa3fe2c24869: Preparing [2023-09-05T20:45:10.332Z] 2d6465db29b7: Preparing [2023-09-05T20:45:10.332Z] ed4aa931ced4: Preparing [2023-09-05T20:45:10.332Z] a9b26e0313bd: Preparing [2023-09-05T20:45:10.332Z] 425348bd401e: Preparing [2023-09-05T20:45:10.332Z] 36b50b131297: Preparing [2023-09-05T20:45:10.332Z] 36b50b131297: Waiting [2023-09-05T20:45:10.332Z] 2d6465db29b7: Layer already exists [2023-09-05T20:45:10.332Z] fa3fe2c24869: Layer already exists [2023-09-05T20:45:10.332Z] a9b26e0313bd: Layer already exists [2023-09-05T20:45:10.332Z] 425348bd401e: Layer already exists [2023-09-05T20:45:10.332Z] ed4aa931ced4: Layer already exists [2023-09-05T20:45:10.332Z] 36b50b131297: Layer already exists [2023-09-05T20:45:10.332Z] latest: digest: sha256:b26ba588967f0f0aa04cb2891008af38eb270e072e0c56e58a9fdcd9af944d0b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:10.641Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:10.946Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.1.0-dev.38 [2023-09-05T20:45:10.946Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-09-05T20:45:10.946Z] fa3fe2c24869: Preparing [2023-09-05T20:45:10.946Z] 2d6465db29b7: Preparing [2023-09-05T20:45:10.946Z] ed4aa931ced4: Preparing [2023-09-05T20:45:10.946Z] a9b26e0313bd: Preparing [2023-09-05T20:45:10.946Z] 425348bd401e: Preparing [2023-09-05T20:45:10.946Z] 36b50b131297: Preparing [2023-09-05T20:45:10.946Z] 36b50b131297: Waiting [2023-09-05T20:45:10.946Z] fa3fe2c24869: Layer already exists [2023-09-05T20:45:10.946Z] a9b26e0313bd: Layer already exists [2023-09-05T20:45:10.946Z] 2d6465db29b7: Layer already exists [2023-09-05T20:45:10.946Z] ed4aa931ced4: Layer already exists [2023-09-05T20:45:10.946Z] 425348bd401e: Layer already exists [2023-09-05T20:45:10.946Z] 36b50b131297: Layer already exists [2023-09-05T20:45:10.946Z] 3.1.0-dev.38: digest: sha256:b26ba588967f0f0aa04cb2891008af38eb270e072e0c56e58a9fdcd9af944d0b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:11.260Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:11.575Z] + docker push nexus3.edgexfoundry.org:10004/core-command:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T20:45:11.575Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-09-05T20:45:11.575Z] fa3fe2c24869: Preparing [2023-09-05T20:45:11.575Z] 2d6465db29b7: Preparing [2023-09-05T20:45:11.575Z] ed4aa931ced4: Preparing [2023-09-05T20:45:11.575Z] a9b26e0313bd: Preparing [2023-09-05T20:45:11.575Z] 425348bd401e: Preparing [2023-09-05T20:45:11.575Z] 36b50b131297: Preparing [2023-09-05T20:45:11.575Z] 36b50b131297: Waiting [2023-09-05T20:45:11.575Z] 425348bd401e: Layer already exists [2023-09-05T20:45:11.575Z] ed4aa931ced4: Layer already exists [2023-09-05T20:45:11.575Z] 2d6465db29b7: Layer already exists [2023-09-05T20:45:11.575Z] fa3fe2c24869: Layer already exists [2023-09-05T20:45:11.575Z] a9b26e0313bd: Layer already exists [2023-09-05T20:45:11.575Z] 36b50b131297: Layer already exists [2023-09-05T20:45:11.575Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38: digest: sha256:b26ba588967f0f0aa04cb2891008af38eb270e072e0c56e58a9fdcd9af944d0b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:12.009Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:12.362Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2023-09-05T20:45:12.362Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-09-05T20:45:12.362Z] fa3fe2c24869: Preparing [2023-09-05T20:45:12.362Z] 2d6465db29b7: Preparing [2023-09-05T20:45:12.362Z] ed4aa931ced4: Preparing [2023-09-05T20:45:12.362Z] a9b26e0313bd: Preparing [2023-09-05T20:45:12.362Z] 425348bd401e: Preparing [2023-09-05T20:45:12.362Z] 36b50b131297: Preparing [2023-09-05T20:45:12.362Z] 36b50b131297: Waiting [2023-09-05T20:45:12.362Z] ed4aa931ced4: Layer already exists [2023-09-05T20:45:12.362Z] a9b26e0313bd: Layer already exists [2023-09-05T20:45:12.362Z] fa3fe2c24869: Layer already exists [2023-09-05T20:45:12.362Z] 2d6465db29b7: Layer already exists [2023-09-05T20:45:12.362Z] 425348bd401e: Layer already exists [2023-09-05T20:45:12.362Z] 36b50b131297: Layer already exists [2023-09-05T20:45:12.362Z] main: digest: sha256:b26ba588967f0f0aa04cb2891008af38eb270e072e0c56e58a9fdcd9af944d0b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-09-05T20:45:12.406Z] ===================================================== [Pipeline] echo [2023-09-05T20:45:12.413Z] taggedImages: [2023-09-05T20:45:12.413Z] - nexus3.edgexfoundry.org:10004/core-command:488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T20:45:12.413Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2023-09-05T20:45:12.413Z] - nexus3.edgexfoundry.org:10004/core-command:3.1.0-dev.38 [2023-09-05T20:45:12.413Z] - nexus3.edgexfoundry.org:10004/core-command:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T20:45:12.413Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2023-09-05T20:45:12.427Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2023-09-05T20:45:12.427Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T20:45:12.427Z] latest [2023-09-05T20:45:12.427Z] 3.1.0-dev.38 [2023-09-05T20:45:12.427Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T20:45:12.427Z] main [2023-09-05T20:45:12.427Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:12.746Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:488f23b0c5d68863a9e298ac057bceee8c500ce0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:13.057Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T20:45:13.057Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-09-05T20:45:13.057Z] f756b3fc0548: Preparing [2023-09-05T20:45:13.057Z] 1c0de02a69b7: Preparing [2023-09-05T20:45:13.057Z] 5de18a6649a0: Preparing [2023-09-05T20:45:13.057Z] 39dea23d521a: Preparing [2023-09-05T20:45:13.057Z] ed4aa931ced4: Preparing [2023-09-05T20:45:13.057Z] a9b26e0313bd: Preparing [2023-09-05T20:45:13.057Z] 425348bd401e: Preparing [2023-09-05T20:45:13.057Z] 36b50b131297: Preparing [2023-09-05T20:45:13.057Z] 425348bd401e: Waiting [2023-09-05T20:45:13.057Z] a9b26e0313bd: Waiting [2023-09-05T20:45:13.057Z] 36b50b131297: Waiting [2023-09-05T20:45:13.057Z] ed4aa931ced4: Layer already exists [2023-09-05T20:45:13.057Z] a9b26e0313bd: Layer already exists [2023-09-05T20:45:13.057Z] 425348bd401e: Layer already exists [2023-09-05T20:45:13.057Z] 36b50b131297: Layer already exists [2023-09-05T20:45:13.057Z] 1c0de02a69b7: Pushed [2023-09-05T20:45:13.057Z] 5de18a6649a0: Pushed [2023-09-05T20:45:13.057Z] f756b3fc0548: Pushed [2023-09-05T20:45:14.431Z] 39dea23d521a: Pushed [2023-09-05T20:45:14.431Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0: digest: sha256:eccb8b11cd7e2ea4015f03434d14aeb74ae709a7f79484dac099f9a44a62c338 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:14.738Z] + 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-09-05T20:45:15.046Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-09-05T20:45:15.046Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-09-05T20:45:15.046Z] f756b3fc0548: Preparing [2023-09-05T20:45:15.046Z] 1c0de02a69b7: Preparing [2023-09-05T20:45:15.046Z] 5de18a6649a0: Preparing [2023-09-05T20:45:15.046Z] 39dea23d521a: Preparing [2023-09-05T20:45:15.046Z] ed4aa931ced4: Preparing [2023-09-05T20:45:15.046Z] a9b26e0313bd: Preparing [2023-09-05T20:45:15.046Z] 425348bd401e: Preparing [2023-09-05T20:45:15.046Z] 36b50b131297: Preparing [2023-09-05T20:45:15.046Z] a9b26e0313bd: Waiting [2023-09-05T20:45:15.046Z] 425348bd401e: Waiting [2023-09-05T20:45:15.046Z] 36b50b131297: Waiting [2023-09-05T20:45:15.046Z] ed4aa931ced4: Layer already exists [2023-09-05T20:45:15.046Z] 5de18a6649a0: Layer already exists [2023-09-05T20:45:15.046Z] 1c0de02a69b7: Layer already exists [2023-09-05T20:45:15.046Z] 39dea23d521a: Layer already exists [2023-09-05T20:45:15.046Z] f756b3fc0548: Layer already exists [2023-09-05T20:45:15.046Z] a9b26e0313bd: Layer already exists [2023-09-05T20:45:15.046Z] 36b50b131297: Layer already exists [2023-09-05T20:45:15.046Z] 425348bd401e: Layer already exists [2023-09-05T20:45:15.046Z] latest: digest: sha256:eccb8b11cd7e2ea4015f03434d14aeb74ae709a7f79484dac099f9a44a62c338 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:15.346Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:15.647Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.1.0-dev.38 [2023-09-05T20:45:15.647Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-09-05T20:45:15.647Z] f756b3fc0548: Preparing [2023-09-05T20:45:15.647Z] 1c0de02a69b7: Preparing [2023-09-05T20:45:15.647Z] 5de18a6649a0: Preparing [2023-09-05T20:45:15.647Z] 39dea23d521a: Preparing [2023-09-05T20:45:15.647Z] ed4aa931ced4: Preparing [2023-09-05T20:45:15.647Z] a9b26e0313bd: Preparing [2023-09-05T20:45:15.647Z] 425348bd401e: Preparing [2023-09-05T20:45:15.647Z] 36b50b131297: Preparing [2023-09-05T20:45:15.647Z] 36b50b131297: Waiting [2023-09-05T20:45:15.647Z] 425348bd401e: Waiting [2023-09-05T20:45:15.647Z] a9b26e0313bd: Waiting [2023-09-05T20:45:15.647Z] f756b3fc0548: Layer already exists [2023-09-05T20:45:15.647Z] 1c0de02a69b7: Layer already exists [2023-09-05T20:45:15.647Z] 39dea23d521a: Layer already exists [2023-09-05T20:45:15.647Z] ed4aa931ced4: Layer already exists [2023-09-05T20:45:15.647Z] 5de18a6649a0: Layer already exists [2023-09-05T20:45:15.647Z] 425348bd401e: Layer already exists [2023-09-05T20:45:15.647Z] 36b50b131297: Layer already exists [2023-09-05T20:45:15.647Z] a9b26e0313bd: Layer already exists [2023-09-05T20:45:15.647Z] 3.1.0-dev.38: digest: sha256:eccb8b11cd7e2ea4015f03434d14aeb74ae709a7f79484dac099f9a44a62c338 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:15.953Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:16.253Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T20:45:16.253Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-09-05T20:45:16.253Z] f756b3fc0548: Preparing [2023-09-05T20:45:16.253Z] 1c0de02a69b7: Preparing [2023-09-05T20:45:16.253Z] 5de18a6649a0: Preparing [2023-09-05T20:45:16.253Z] 39dea23d521a: Preparing [2023-09-05T20:45:16.253Z] ed4aa931ced4: Preparing [2023-09-05T20:45:16.253Z] a9b26e0313bd: Preparing [2023-09-05T20:45:16.253Z] 425348bd401e: Preparing [2023-09-05T20:45:16.253Z] 36b50b131297: Preparing [2023-09-05T20:45:16.253Z] 425348bd401e: Waiting [2023-09-05T20:45:16.253Z] 36b50b131297: Waiting [2023-09-05T20:45:16.253Z] f756b3fc0548: Layer already exists [2023-09-05T20:45:16.253Z] 39dea23d521a: Layer already exists [2023-09-05T20:45:16.253Z] 5de18a6649a0: Layer already exists [2023-09-05T20:45:16.253Z] ed4aa931ced4: Layer already exists [2023-09-05T20:45:16.253Z] 1c0de02a69b7: Layer already exists [2023-09-05T20:45:16.253Z] 425348bd401e: Layer already exists [2023-09-05T20:45:16.253Z] 36b50b131297: Layer already exists [2023-09-05T20:45:16.253Z] a9b26e0313bd: Layer already exists [2023-09-05T20:45:16.253Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38: digest: sha256:eccb8b11cd7e2ea4015f03434d14aeb74ae709a7f79484dac099f9a44a62c338 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:16.557Z] + 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-09-05T20:45:16.863Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2023-09-05T20:45:16.863Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-09-05T20:45:16.863Z] f756b3fc0548: Preparing [2023-09-05T20:45:16.863Z] 1c0de02a69b7: Preparing [2023-09-05T20:45:16.863Z] 5de18a6649a0: Preparing [2023-09-05T20:45:16.863Z] 39dea23d521a: Preparing [2023-09-05T20:45:16.863Z] ed4aa931ced4: Preparing [2023-09-05T20:45:16.863Z] a9b26e0313bd: Preparing [2023-09-05T20:45:16.863Z] 425348bd401e: Preparing [2023-09-05T20:45:16.863Z] 36b50b131297: Preparing [2023-09-05T20:45:16.863Z] a9b26e0313bd: Waiting [2023-09-05T20:45:16.863Z] 425348bd401e: Waiting [2023-09-05T20:45:16.863Z] 36b50b131297: Waiting [2023-09-05T20:45:16.863Z] 39dea23d521a: Layer already exists [2023-09-05T20:45:16.863Z] 1c0de02a69b7: Layer already exists [2023-09-05T20:45:16.863Z] f756b3fc0548: Layer already exists [2023-09-05T20:45:16.863Z] 5de18a6649a0: Layer already exists [2023-09-05T20:45:16.863Z] ed4aa931ced4: Layer already exists [2023-09-05T20:45:16.863Z] 425348bd401e: Layer already exists [2023-09-05T20:45:16.863Z] a9b26e0313bd: Layer already exists [2023-09-05T20:45:16.863Z] 36b50b131297: Layer already exists [2023-09-05T20:45:16.863Z] main: digest: sha256:eccb8b11cd7e2ea4015f03434d14aeb74ae709a7f79484dac099f9a44a62c338 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-09-05T20:45:16.915Z] ===================================================== [Pipeline] echo [2023-09-05T20:45:16.923Z] taggedImages: [2023-09-05T20:45:16.923Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T20:45:16.923Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-09-05T20:45:16.923Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.1.0-dev.38 [2023-09-05T20:45:16.923Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T20:45:16.923Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2023-09-05T20:45:16.945Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2023-09-05T20:45:16.945Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T20:45:16.945Z] latest [2023-09-05T20:45:16.945Z] 3.1.0-dev.38 [2023-09-05T20:45:16.945Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T20:45:16.945Z] main [2023-09-05T20:45:16.945Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:17.271Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:488f23b0c5d68863a9e298ac057bceee8c500ce0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:17.576Z] + docker push nexus3.edgexfoundry.org:10004/core-data:488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T20:45:17.576Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-09-05T20:45:17.576Z] f8fa96ae0996: Preparing [2023-09-05T20:45:17.576Z] 34915d60c144: Preparing [2023-09-05T20:45:17.576Z] ed4aa931ced4: Preparing [2023-09-05T20:45:17.576Z] a9b26e0313bd: Preparing [2023-09-05T20:45:17.576Z] 78cfa310efe9: Preparing [2023-09-05T20:45:17.576Z] 36b50b131297: Preparing [2023-09-05T20:45:17.576Z] 36b50b131297: Waiting [2023-09-05T20:45:17.576Z] ed4aa931ced4: Layer already exists [2023-09-05T20:45:17.576Z] a9b26e0313bd: Layer already exists [2023-09-05T20:45:17.576Z] 36b50b131297: Layer already exists [2023-09-05T20:45:17.576Z] 78cfa310efe9: Pushed [2023-09-05T20:45:17.576Z] f8fa96ae0996: Pushed [2023-09-05T20:45:19.477Z] 34915d60c144: Pushed [2023-09-05T20:45:19.477Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0: digest: sha256:7dc4a2860ec3110672662e08241981febdffaac160291d577a2567e769f1db3d size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:19.786Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:20.095Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2023-09-05T20:45:20.095Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-09-05T20:45:20.095Z] f8fa96ae0996: Preparing [2023-09-05T20:45:20.095Z] 34915d60c144: Preparing [2023-09-05T20:45:20.095Z] ed4aa931ced4: Preparing [2023-09-05T20:45:20.095Z] a9b26e0313bd: Preparing [2023-09-05T20:45:20.095Z] 78cfa310efe9: Preparing [2023-09-05T20:45:20.095Z] 36b50b131297: Preparing [2023-09-05T20:45:20.095Z] 36b50b131297: Waiting [2023-09-05T20:45:20.095Z] f8fa96ae0996: Layer already exists [2023-09-05T20:45:20.095Z] a9b26e0313bd: Layer already exists [2023-09-05T20:45:20.095Z] 34915d60c144: Layer already exists [2023-09-05T20:45:20.095Z] ed4aa931ced4: Layer already exists [2023-09-05T20:45:20.095Z] 78cfa310efe9: Layer already exists [2023-09-05T20:45:20.095Z] 36b50b131297: Layer already exists [2023-09-05T20:45:20.095Z] latest: digest: sha256:7dc4a2860ec3110672662e08241981febdffaac160291d577a2567e769f1db3d size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:20.407Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:20.719Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.1.0-dev.38 [2023-09-05T20:45:20.719Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-09-05T20:45:20.719Z] f8fa96ae0996: Preparing [2023-09-05T20:45:20.719Z] 34915d60c144: Preparing [2023-09-05T20:45:20.719Z] ed4aa931ced4: Preparing [2023-09-05T20:45:20.719Z] a9b26e0313bd: Preparing [2023-09-05T20:45:20.719Z] 78cfa310efe9: Preparing [2023-09-05T20:45:20.719Z] 36b50b131297: Preparing [2023-09-05T20:45:20.719Z] 36b50b131297: Waiting [2023-09-05T20:45:20.719Z] 78cfa310efe9: Layer already exists [2023-09-05T20:45:20.719Z] 34915d60c144: Layer already exists [2023-09-05T20:45:20.719Z] f8fa96ae0996: Layer already exists [2023-09-05T20:45:20.719Z] a9b26e0313bd: Layer already exists [2023-09-05T20:45:20.719Z] ed4aa931ced4: Layer already exists [2023-09-05T20:45:20.719Z] 36b50b131297: Layer already exists [2023-09-05T20:45:20.719Z] 3.1.0-dev.38: digest: sha256:7dc4a2860ec3110672662e08241981febdffaac160291d577a2567e769f1db3d size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:21.036Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:21.344Z] + docker push nexus3.edgexfoundry.org:10004/core-data:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T20:45:21.344Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-09-05T20:45:21.344Z] f8fa96ae0996: Preparing [2023-09-05T20:45:21.344Z] 34915d60c144: Preparing [2023-09-05T20:45:21.344Z] ed4aa931ced4: Preparing [2023-09-05T20:45:21.344Z] a9b26e0313bd: Preparing [2023-09-05T20:45:21.344Z] 78cfa310efe9: Preparing [2023-09-05T20:45:21.344Z] 36b50b131297: Preparing [2023-09-05T20:45:21.344Z] f8fa96ae0996: Layer already exists [2023-09-05T20:45:21.344Z] 78cfa310efe9: Layer already exists [2023-09-05T20:45:21.344Z] ed4aa931ced4: Layer already exists [2023-09-05T20:45:21.344Z] a9b26e0313bd: Layer already exists [2023-09-05T20:45:21.344Z] 34915d60c144: Layer already exists [2023-09-05T20:45:21.344Z] 36b50b131297: Layer already exists [2023-09-05T20:45:21.344Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38: digest: sha256:7dc4a2860ec3110672662e08241981febdffaac160291d577a2567e769f1db3d size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:21.655Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:21.965Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2023-09-05T20:45:21.965Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-09-05T20:45:21.965Z] f8fa96ae0996: Preparing [2023-09-05T20:45:21.965Z] 34915d60c144: Preparing [2023-09-05T20:45:21.965Z] ed4aa931ced4: Preparing [2023-09-05T20:45:21.965Z] a9b26e0313bd: Preparing [2023-09-05T20:45:21.965Z] 78cfa310efe9: Preparing [2023-09-05T20:45:21.965Z] 36b50b131297: Preparing [2023-09-05T20:45:21.965Z] 36b50b131297: Waiting [2023-09-05T20:45:21.965Z] 78cfa310efe9: Layer already exists [2023-09-05T20:45:21.965Z] 34915d60c144: Layer already exists [2023-09-05T20:45:21.965Z] f8fa96ae0996: Layer already exists [2023-09-05T20:45:21.965Z] a9b26e0313bd: Layer already exists [2023-09-05T20:45:21.965Z] ed4aa931ced4: Layer already exists [2023-09-05T20:45:21.965Z] 36b50b131297: Layer already exists [2023-09-05T20:45:21.965Z] main: digest: sha256:7dc4a2860ec3110672662e08241981febdffaac160291d577a2567e769f1db3d size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-09-05T20:45:22.000Z] ===================================================== [Pipeline] echo [2023-09-05T20:45:22.007Z] taggedImages: [2023-09-05T20:45:22.007Z] - nexus3.edgexfoundry.org:10004/core-data:488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T20:45:22.007Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2023-09-05T20:45:22.007Z] - nexus3.edgexfoundry.org:10004/core-data:3.1.0-dev.38 [2023-09-05T20:45:22.007Z] - nexus3.edgexfoundry.org:10004/core-data:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T20:45:22.007Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2023-09-05T20:45:22.023Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2023-09-05T20:45:22.023Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T20:45:22.023Z] latest [2023-09-05T20:45:22.023Z] 3.1.0-dev.38 [2023-09-05T20:45:22.023Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T20:45:22.023Z] main [2023-09-05T20:45:22.023Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:22.331Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:488f23b0c5d68863a9e298ac057bceee8c500ce0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:22.633Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T20:45:22.633Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-09-05T20:45:22.633Z] 2842f26ea950: Preparing [2023-09-05T20:45:22.633Z] 1c1798e4942e: Preparing [2023-09-05T20:45:22.633Z] 7649c7592a1d: Preparing [2023-09-05T20:45:22.633Z] ed4aa931ced4: Preparing [2023-09-05T20:45:22.633Z] a9b26e0313bd: Preparing [2023-09-05T20:45:22.633Z] 425348bd401e: Preparing [2023-09-05T20:45:22.633Z] 36b50b131297: Preparing [2023-09-05T20:45:22.633Z] 425348bd401e: Waiting [2023-09-05T20:45:22.633Z] 36b50b131297: Waiting [2023-09-05T20:45:22.633Z] ed4aa931ced4: Layer already exists [2023-09-05T20:45:22.633Z] a9b26e0313bd: Layer already exists [2023-09-05T20:45:22.633Z] 425348bd401e: Layer already exists [2023-09-05T20:45:22.633Z] 36b50b131297: Layer already exists [2023-09-05T20:45:22.633Z] 1c1798e4942e: Pushed [2023-09-05T20:45:22.633Z] 2842f26ea950: Pushed [2023-09-05T20:45:24.534Z] 7649c7592a1d: Pushed [2023-09-05T20:45:24.534Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0: digest: sha256:68d0dccdbf775fbd03dcb63250f279c1e4b4a99a7a3634c5bdb6295014bccdb8 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:24.840Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:25.150Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-09-05T20:45:25.150Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-09-05T20:45:25.150Z] 2842f26ea950: Preparing [2023-09-05T20:45:25.150Z] 1c1798e4942e: Preparing [2023-09-05T20:45:25.150Z] 7649c7592a1d: Preparing [2023-09-05T20:45:25.150Z] ed4aa931ced4: Preparing [2023-09-05T20:45:25.150Z] a9b26e0313bd: Preparing [2023-09-05T20:45:25.150Z] 425348bd401e: Preparing [2023-09-05T20:45:25.150Z] 36b50b131297: Preparing [2023-09-05T20:45:25.150Z] 425348bd401e: Waiting [2023-09-05T20:45:25.150Z] 7649c7592a1d: Layer already exists [2023-09-05T20:45:25.150Z] 1c1798e4942e: Layer already exists [2023-09-05T20:45:25.150Z] a9b26e0313bd: Layer already exists [2023-09-05T20:45:25.150Z] 2842f26ea950: Layer already exists [2023-09-05T20:45:25.150Z] ed4aa931ced4: Layer already exists [2023-09-05T20:45:25.150Z] 36b50b131297: Layer already exists [2023-09-05T20:45:25.150Z] 425348bd401e: Layer already exists [2023-09-05T20:45:25.150Z] latest: digest: sha256:68d0dccdbf775fbd03dcb63250f279c1e4b4a99a7a3634c5bdb6295014bccdb8 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:25.471Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:25.778Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.1.0-dev.38 [2023-09-05T20:45:25.778Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-09-05T20:45:25.778Z] 2842f26ea950: Preparing [2023-09-05T20:45:25.778Z] 1c1798e4942e: Preparing [2023-09-05T20:45:25.778Z] 7649c7592a1d: Preparing [2023-09-05T20:45:25.778Z] ed4aa931ced4: Preparing [2023-09-05T20:45:25.778Z] a9b26e0313bd: Preparing [2023-09-05T20:45:25.778Z] 425348bd401e: Preparing [2023-09-05T20:45:25.778Z] 36b50b131297: Preparing [2023-09-05T20:45:25.778Z] 36b50b131297: Waiting [2023-09-05T20:45:25.778Z] 425348bd401e: Waiting [2023-09-05T20:45:25.778Z] a9b26e0313bd: Layer already exists [2023-09-05T20:45:25.778Z] 1c1798e4942e: Layer already exists [2023-09-05T20:45:25.778Z] 2842f26ea950: Layer already exists [2023-09-05T20:45:25.778Z] ed4aa931ced4: Layer already exists [2023-09-05T20:45:25.778Z] 7649c7592a1d: Layer already exists [2023-09-05T20:45:25.778Z] 36b50b131297: Layer already exists [2023-09-05T20:45:25.778Z] 425348bd401e: Layer already exists [2023-09-05T20:45:25.778Z] 3.1.0-dev.38: digest: sha256:68d0dccdbf775fbd03dcb63250f279c1e4b4a99a7a3634c5bdb6295014bccdb8 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:26.099Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:26.403Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T20:45:26.403Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-09-05T20:45:26.403Z] 2842f26ea950: Preparing [2023-09-05T20:45:26.403Z] 1c1798e4942e: Preparing [2023-09-05T20:45:26.403Z] 7649c7592a1d: Preparing [2023-09-05T20:45:26.403Z] ed4aa931ced4: Preparing [2023-09-05T20:45:26.403Z] a9b26e0313bd: Preparing [2023-09-05T20:45:26.403Z] 425348bd401e: Preparing [2023-09-05T20:45:26.403Z] 36b50b131297: Preparing [2023-09-05T20:45:26.403Z] 425348bd401e: Waiting [2023-09-05T20:45:26.403Z] 36b50b131297: Waiting [2023-09-05T20:45:26.403Z] a9b26e0313bd: Layer already exists [2023-09-05T20:45:26.403Z] ed4aa931ced4: Layer already exists [2023-09-05T20:45:26.403Z] 7649c7592a1d: Layer already exists [2023-09-05T20:45:26.403Z] 2842f26ea950: Layer already exists [2023-09-05T20:45:26.403Z] 1c1798e4942e: Layer already exists [2023-09-05T20:45:26.403Z] 36b50b131297: Layer already exists [2023-09-05T20:45:26.403Z] 425348bd401e: Layer already exists [2023-09-05T20:45:26.403Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38: digest: sha256:68d0dccdbf775fbd03dcb63250f279c1e4b4a99a7a3634c5bdb6295014bccdb8 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:26.719Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:27.032Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2023-09-05T20:45:27.032Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-09-05T20:45:27.032Z] 2842f26ea950: Preparing [2023-09-05T20:45:27.032Z] 1c1798e4942e: Preparing [2023-09-05T20:45:27.032Z] 7649c7592a1d: Preparing [2023-09-05T20:45:27.032Z] ed4aa931ced4: Preparing [2023-09-05T20:45:27.032Z] a9b26e0313bd: Preparing [2023-09-05T20:45:27.032Z] 425348bd401e: Preparing [2023-09-05T20:45:27.032Z] 36b50b131297: Preparing [2023-09-05T20:45:27.032Z] 425348bd401e: Waiting [2023-09-05T20:45:27.032Z] 36b50b131297: Waiting [2023-09-05T20:45:27.032Z] 1c1798e4942e: Layer already exists [2023-09-05T20:45:27.032Z] 7649c7592a1d: Layer already exists [2023-09-05T20:45:27.032Z] ed4aa931ced4: Layer already exists [2023-09-05T20:45:27.032Z] 2842f26ea950: Layer already exists [2023-09-05T20:45:27.032Z] a9b26e0313bd: Layer already exists [2023-09-05T20:45:27.032Z] 425348bd401e: Layer already exists [2023-09-05T20:45:27.032Z] 36b50b131297: Layer already exists [2023-09-05T20:45:27.032Z] main: digest: sha256:68d0dccdbf775fbd03dcb63250f279c1e4b4a99a7a3634c5bdb6295014bccdb8 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-09-05T20:45:27.066Z] ===================================================== [Pipeline] echo [2023-09-05T20:45:27.072Z] taggedImages: [2023-09-05T20:45:27.072Z] - nexus3.edgexfoundry.org:10004/core-metadata:488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T20:45:27.072Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-09-05T20:45:27.072Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.1.0-dev.38 [2023-09-05T20:45:27.072Z] - nexus3.edgexfoundry.org:10004/core-metadata:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T20:45:27.072Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2023-09-05T20:45:27.086Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2023-09-05T20:45:27.086Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T20:45:27.086Z] latest [2023-09-05T20:45:27.086Z] 3.1.0-dev.38 [2023-09-05T20:45:27.086Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T20:45:27.086Z] main [2023-09-05T20:45:27.086Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:27.389Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:488f23b0c5d68863a9e298ac057bceee8c500ce0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:27.691Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T20:45:27.691Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-09-05T20:45:27.691Z] d4b24afe9813: Preparing [2023-09-05T20:45:27.691Z] 35ff3200029f: Preparing [2023-09-05T20:45:27.691Z] 78e23cf3efd3: Preparing [2023-09-05T20:45:27.691Z] 4ce0e5bfa7a1: Preparing [2023-09-05T20:45:27.691Z] 110e60b0c625: Preparing [2023-09-05T20:45:27.691Z] 28c67b3ab28c: Preparing [2023-09-05T20:45:27.691Z] a8b324bbd003: Preparing [2023-09-05T20:45:27.691Z] ed4aa931ced4: Preparing [2023-09-05T20:45:27.691Z] a9b26e0313bd: Preparing [2023-09-05T20:45:27.691Z] d0d7c66bfdf6: Preparing [2023-09-05T20:45:27.691Z] 6e89fc7d292b: Preparing [2023-09-05T20:45:27.691Z] 5f70bf18a086: Preparing [2023-09-05T20:45:27.691Z] 408d0641edee: Preparing [2023-09-05T20:45:27.691Z] 7dfa0240e552: Preparing [2023-09-05T20:45:27.691Z] 36b50b131297: Preparing [2023-09-05T20:45:27.691Z] 28c67b3ab28c: Waiting [2023-09-05T20:45:27.691Z] a8b324bbd003: Waiting [2023-09-05T20:45:27.691Z] d0d7c66bfdf6: Waiting [2023-09-05T20:45:27.691Z] ed4aa931ced4: Waiting [2023-09-05T20:45:27.691Z] a9b26e0313bd: Waiting [2023-09-05T20:45:27.691Z] 6e89fc7d292b: Waiting [2023-09-05T20:45:27.691Z] 5f70bf18a086: Waiting [2023-09-05T20:45:27.691Z] 7dfa0240e552: Waiting [2023-09-05T20:45:27.691Z] 408d0641edee: Waiting [2023-09-05T20:45:27.691Z] 78e23cf3efd3: Pushed [2023-09-05T20:45:27.691Z] 35ff3200029f: Pushed [2023-09-05T20:45:27.691Z] 4ce0e5bfa7a1: Pushed [2023-09-05T20:45:27.691Z] d4b24afe9813: Pushed [2023-09-05T20:45:27.691Z] ed4aa931ced4: Layer already exists [2023-09-05T20:45:27.692Z] 110e60b0c625: Pushed [2023-09-05T20:45:27.692Z] a9b26e0313bd: Layer already exists [2023-09-05T20:45:27.692Z] 28c67b3ab28c: Pushed [2023-09-05T20:45:27.950Z] 6e89fc7d292b: Pushed [2023-09-05T20:45:27.950Z] 408d0641edee: Pushed [2023-09-05T20:45:27.950Z] 5f70bf18a086: Pushed [2023-09-05T20:45:27.950Z] d0d7c66bfdf6: Pushed [2023-09-05T20:45:27.950Z] 36b50b131297: Layer already exists [2023-09-05T20:45:27.950Z] 7dfa0240e552: Pushed [2023-09-05T20:45:29.851Z] a8b324bbd003: Pushed [2023-09-05T20:45:29.851Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0: digest: sha256:d86271cf9450d3f4e92e66feecccbaec5fedaccad3d07a009418dffa236ea0a1 size: 3437 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:30.165Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:30.470Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-09-05T20:45:30.470Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-09-05T20:45:30.470Z] d4b24afe9813: Preparing [2023-09-05T20:45:30.470Z] 35ff3200029f: Preparing [2023-09-05T20:45:30.470Z] 78e23cf3efd3: Preparing [2023-09-05T20:45:30.470Z] 4ce0e5bfa7a1: Preparing [2023-09-05T20:45:30.470Z] 110e60b0c625: Preparing [2023-09-05T20:45:30.470Z] 28c67b3ab28c: Preparing [2023-09-05T20:45:30.470Z] a8b324bbd003: Preparing [2023-09-05T20:45:30.470Z] ed4aa931ced4: Preparing [2023-09-05T20:45:30.470Z] a9b26e0313bd: Preparing [2023-09-05T20:45:30.470Z] d0d7c66bfdf6: Preparing [2023-09-05T20:45:30.470Z] ed4aa931ced4: Waiting [2023-09-05T20:45:30.470Z] 28c67b3ab28c: Waiting [2023-09-05T20:45:30.470Z] a9b26e0313bd: Waiting [2023-09-05T20:45:30.470Z] 6e89fc7d292b: Preparing [2023-09-05T20:45:30.470Z] 5f70bf18a086: Preparing [2023-09-05T20:45:30.470Z] 408d0641edee: Preparing [2023-09-05T20:45:30.470Z] 7dfa0240e552: Preparing [2023-09-05T20:45:30.470Z] 36b50b131297: Preparing [2023-09-05T20:45:30.470Z] d0d7c66bfdf6: Waiting [2023-09-05T20:45:30.470Z] 6e89fc7d292b: Waiting [2023-09-05T20:45:30.470Z] 7dfa0240e552: Waiting [2023-09-05T20:45:30.470Z] 408d0641edee: Waiting [2023-09-05T20:45:30.470Z] 36b50b131297: Waiting [2023-09-05T20:45:30.470Z] 110e60b0c625: Layer already exists [2023-09-05T20:45:30.470Z] 35ff3200029f: Layer already exists [2023-09-05T20:45:30.470Z] 78e23cf3efd3: Layer already exists [2023-09-05T20:45:30.470Z] 4ce0e5bfa7a1: Layer already exists [2023-09-05T20:45:30.470Z] d4b24afe9813: Layer already exists [2023-09-05T20:45:30.470Z] a8b324bbd003: Layer already exists [2023-09-05T20:45:30.470Z] 28c67b3ab28c: Layer already exists [2023-09-05T20:45:30.470Z] a9b26e0313bd: Layer already exists [2023-09-05T20:45:30.470Z] ed4aa931ced4: Layer already exists [2023-09-05T20:45:30.470Z] d0d7c66bfdf6: Layer already exists [2023-09-05T20:45:30.470Z] 6e89fc7d292b: Layer already exists [2023-09-05T20:45:30.470Z] 5f70bf18a086: Layer already exists [2023-09-05T20:45:30.470Z] 36b50b131297: Layer already exists [2023-09-05T20:45:30.470Z] 408d0641edee: Layer already exists [2023-09-05T20:45:30.470Z] 7dfa0240e552: Layer already exists [2023-09-05T20:45:30.470Z] latest: digest: sha256:d86271cf9450d3f4e92e66feecccbaec5fedaccad3d07a009418dffa236ea0a1 size: 3437 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:30.773Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:31.079Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.1.0-dev.38 [2023-09-05T20:45:31.079Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-09-05T20:45:31.079Z] d4b24afe9813: Preparing [2023-09-05T20:45:31.079Z] 35ff3200029f: Preparing [2023-09-05T20:45:31.079Z] 78e23cf3efd3: Preparing [2023-09-05T20:45:31.079Z] 4ce0e5bfa7a1: Preparing [2023-09-05T20:45:31.079Z] 110e60b0c625: Preparing [2023-09-05T20:45:31.079Z] 28c67b3ab28c: Preparing [2023-09-05T20:45:31.079Z] a8b324bbd003: Preparing [2023-09-05T20:45:31.079Z] ed4aa931ced4: Preparing [2023-09-05T20:45:31.079Z] a9b26e0313bd: Preparing [2023-09-05T20:45:31.079Z] d0d7c66bfdf6: Preparing [2023-09-05T20:45:31.079Z] 6e89fc7d292b: Preparing [2023-09-05T20:45:31.079Z] 5f70bf18a086: Preparing [2023-09-05T20:45:31.079Z] 408d0641edee: Preparing [2023-09-05T20:45:31.079Z] 7dfa0240e552: Preparing [2023-09-05T20:45:31.079Z] 36b50b131297: Preparing [2023-09-05T20:45:31.079Z] 28c67b3ab28c: Waiting [2023-09-05T20:45:31.079Z] a8b324bbd003: Waiting [2023-09-05T20:45:31.079Z] ed4aa931ced4: Waiting [2023-09-05T20:45:31.079Z] a9b26e0313bd: Waiting [2023-09-05T20:45:31.079Z] d0d7c66bfdf6: Waiting [2023-09-05T20:45:31.079Z] 6e89fc7d292b: Waiting [2023-09-05T20:45:31.079Z] 5f70bf18a086: Waiting [2023-09-05T20:45:31.079Z] 408d0641edee: Waiting [2023-09-05T20:45:31.079Z] 7dfa0240e552: Waiting [2023-09-05T20:45:31.079Z] 36b50b131297: Waiting [2023-09-05T20:45:31.079Z] 78e23cf3efd3: Layer already exists [2023-09-05T20:45:31.079Z] 110e60b0c625: Layer already exists [2023-09-05T20:45:31.079Z] 35ff3200029f: Layer already exists [2023-09-05T20:45:31.079Z] 4ce0e5bfa7a1: Layer already exists [2023-09-05T20:45:31.079Z] d4b24afe9813: Layer already exists [2023-09-05T20:45:31.079Z] 28c67b3ab28c: Layer already exists [2023-09-05T20:45:31.079Z] a9b26e0313bd: Layer already exists [2023-09-05T20:45:31.079Z] a8b324bbd003: Layer already exists [2023-09-05T20:45:31.079Z] ed4aa931ced4: Layer already exists [2023-09-05T20:45:31.079Z] d0d7c66bfdf6: Layer already exists [2023-09-05T20:45:31.079Z] 408d0641edee: Layer already exists [2023-09-05T20:45:31.079Z] 5f70bf18a086: Layer already exists [2023-09-05T20:45:31.079Z] 6e89fc7d292b: Layer already exists [2023-09-05T20:45:31.079Z] 36b50b131297: Layer already exists [2023-09-05T20:45:31.079Z] 7dfa0240e552: Layer already exists [2023-09-05T20:45:31.079Z] 3.1.0-dev.38: digest: sha256:d86271cf9450d3f4e92e66feecccbaec5fedaccad3d07a009418dffa236ea0a1 size: 3437 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:31.391Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:31.691Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T20:45:31.691Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-09-05T20:45:31.691Z] d4b24afe9813: Preparing [2023-09-05T20:45:31.691Z] 35ff3200029f: Preparing [2023-09-05T20:45:31.691Z] 78e23cf3efd3: Preparing [2023-09-05T20:45:31.691Z] 4ce0e5bfa7a1: Preparing [2023-09-05T20:45:31.691Z] 110e60b0c625: Preparing [2023-09-05T20:45:31.691Z] 28c67b3ab28c: Preparing [2023-09-05T20:45:31.691Z] a8b324bbd003: Preparing [2023-09-05T20:45:31.691Z] ed4aa931ced4: Preparing [2023-09-05T20:45:31.691Z] a9b26e0313bd: Preparing [2023-09-05T20:45:31.691Z] d0d7c66bfdf6: Preparing [2023-09-05T20:45:31.691Z] 6e89fc7d292b: Preparing [2023-09-05T20:45:31.691Z] 5f70bf18a086: Preparing [2023-09-05T20:45:31.691Z] 408d0641edee: Preparing [2023-09-05T20:45:31.691Z] 7dfa0240e552: Preparing [2023-09-05T20:45:31.691Z] 36b50b131297: Preparing [2023-09-05T20:45:31.691Z] 28c67b3ab28c: Waiting [2023-09-05T20:45:31.691Z] ed4aa931ced4: Waiting [2023-09-05T20:45:31.691Z] a8b324bbd003: Waiting [2023-09-05T20:45:31.691Z] 408d0641edee: Waiting [2023-09-05T20:45:31.691Z] 7dfa0240e552: Waiting [2023-09-05T20:45:31.691Z] a9b26e0313bd: Waiting [2023-09-05T20:45:31.691Z] d0d7c66bfdf6: Waiting [2023-09-05T20:45:31.691Z] 36b50b131297: Waiting [2023-09-05T20:45:31.691Z] 5f70bf18a086: Waiting [2023-09-05T20:45:31.691Z] 6e89fc7d292b: Waiting [2023-09-05T20:45:31.691Z] 35ff3200029f: Layer already exists [2023-09-05T20:45:31.691Z] d4b24afe9813: Layer already exists [2023-09-05T20:45:31.691Z] 110e60b0c625: Layer already exists [2023-09-05T20:45:31.691Z] 78e23cf3efd3: Layer already exists [2023-09-05T20:45:31.691Z] 4ce0e5bfa7a1: Layer already exists [2023-09-05T20:45:31.691Z] 28c67b3ab28c: Layer already exists [2023-09-05T20:45:31.691Z] a8b324bbd003: Layer already exists [2023-09-05T20:45:31.691Z] d0d7c66bfdf6: Layer already exists [2023-09-05T20:45:31.691Z] a9b26e0313bd: Layer already exists [2023-09-05T20:45:31.691Z] ed4aa931ced4: Layer already exists [2023-09-05T20:45:31.691Z] 6e89fc7d292b: Layer already exists [2023-09-05T20:45:31.691Z] 5f70bf18a086: Layer already exists [2023-09-05T20:45:31.691Z] 408d0641edee: Layer already exists [2023-09-05T20:45:31.691Z] 36b50b131297: Layer already exists [2023-09-05T20:45:31.691Z] 7dfa0240e552: Layer already exists [2023-09-05T20:45:31.691Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38: digest: sha256:d86271cf9450d3f4e92e66feecccbaec5fedaccad3d07a009418dffa236ea0a1 size: 3437 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:32.003Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:32.322Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2023-09-05T20:45:32.322Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-09-05T20:45:32.322Z] d4b24afe9813: Preparing [2023-09-05T20:45:32.322Z] 35ff3200029f: Preparing [2023-09-05T20:45:32.322Z] 78e23cf3efd3: Preparing [2023-09-05T20:45:32.322Z] 4ce0e5bfa7a1: Preparing [2023-09-05T20:45:32.322Z] 110e60b0c625: Preparing [2023-09-05T20:45:32.322Z] 28c67b3ab28c: Preparing [2023-09-05T20:45:32.322Z] a8b324bbd003: Preparing [2023-09-05T20:45:32.322Z] ed4aa931ced4: Preparing [2023-09-05T20:45:32.322Z] a9b26e0313bd: Preparing [2023-09-05T20:45:32.322Z] d0d7c66bfdf6: Preparing [2023-09-05T20:45:32.322Z] 6e89fc7d292b: Preparing [2023-09-05T20:45:32.322Z] 5f70bf18a086: Preparing [2023-09-05T20:45:32.322Z] 408d0641edee: Preparing [2023-09-05T20:45:32.322Z] 7dfa0240e552: Preparing [2023-09-05T20:45:32.322Z] 36b50b131297: Preparing [2023-09-05T20:45:32.322Z] ed4aa931ced4: Waiting [2023-09-05T20:45:32.322Z] 28c67b3ab28c: Waiting [2023-09-05T20:45:32.322Z] a9b26e0313bd: Waiting [2023-09-05T20:45:32.322Z] d0d7c66bfdf6: Waiting [2023-09-05T20:45:32.322Z] 6e89fc7d292b: Waiting [2023-09-05T20:45:32.322Z] 5f70bf18a086: Waiting [2023-09-05T20:45:32.322Z] 408d0641edee: Waiting [2023-09-05T20:45:32.322Z] 7dfa0240e552: Waiting [2023-09-05T20:45:32.322Z] a8b324bbd003: Waiting [2023-09-05T20:45:32.322Z] 4ce0e5bfa7a1: Layer already exists [2023-09-05T20:45:32.322Z] d4b24afe9813: Layer already exists [2023-09-05T20:45:32.322Z] 35ff3200029f: Layer already exists [2023-09-05T20:45:32.322Z] 110e60b0c625: Layer already exists [2023-09-05T20:45:32.322Z] 78e23cf3efd3: Layer already exists [2023-09-05T20:45:32.322Z] 28c67b3ab28c: Layer already exists [2023-09-05T20:45:32.322Z] a8b324bbd003: Layer already exists [2023-09-05T20:45:32.322Z] a9b26e0313bd: Layer already exists [2023-09-05T20:45:32.322Z] d0d7c66bfdf6: Layer already exists [2023-09-05T20:45:32.322Z] ed4aa931ced4: Layer already exists [2023-09-05T20:45:32.322Z] 6e89fc7d292b: Layer already exists [2023-09-05T20:45:32.322Z] 5f70bf18a086: Layer already exists [2023-09-05T20:45:32.322Z] 408d0641edee: Layer already exists [2023-09-05T20:45:32.322Z] 36b50b131297: Layer already exists [2023-09-05T20:45:32.322Z] 7dfa0240e552: Layer already exists [2023-09-05T20:45:32.322Z] main: digest: sha256:d86271cf9450d3f4e92e66feecccbaec5fedaccad3d07a009418dffa236ea0a1 size: 3437 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-09-05T20:45:32.374Z] ===================================================== [Pipeline] echo [2023-09-05T20:45:32.383Z] taggedImages: [2023-09-05T20:45:32.383Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T20:45:32.383Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-09-05T20:45:32.383Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.1.0-dev.38 [2023-09-05T20:45:32.383Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T20:45:32.383Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2023-09-05T20:45:32.410Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2023-09-05T20:45:32.410Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T20:45:32.410Z] latest [2023-09-05T20:45:32.410Z] 3.1.0-dev.38 [2023-09-05T20:45:32.410Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T20:45:32.410Z] main [2023-09-05T20:45:32.410Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:32.735Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:488f23b0c5d68863a9e298ac057bceee8c500ce0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:33.046Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T20:45:33.046Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-09-05T20:45:33.046Z] f756b3fc0548: Preparing [2023-09-05T20:45:33.046Z] 1c0de02a69b7: Preparing [2023-09-05T20:45:33.046Z] 9eb55420f4dc: Preparing [2023-09-05T20:45:33.046Z] dc91f6ee4762: Preparing [2023-09-05T20:45:33.046Z] ed4aa931ced4: Preparing [2023-09-05T20:45:33.046Z] a9b26e0313bd: Preparing [2023-09-05T20:45:33.046Z] 425348bd401e: Preparing [2023-09-05T20:45:33.046Z] 36b50b131297: Preparing [2023-09-05T20:45:33.046Z] a9b26e0313bd: Waiting [2023-09-05T20:45:33.046Z] 425348bd401e: Waiting [2023-09-05T20:45:33.046Z] 36b50b131297: Waiting [2023-09-05T20:45:33.046Z] ed4aa931ced4: Layer already exists [2023-09-05T20:45:33.046Z] f756b3fc0548: Layer already exists [2023-09-05T20:45:33.046Z] 1c0de02a69b7: Layer already exists [2023-09-05T20:45:33.046Z] a9b26e0313bd: Layer already exists [2023-09-05T20:45:33.046Z] 425348bd401e: Layer already exists [2023-09-05T20:45:33.046Z] 36b50b131297: Layer already exists [2023-09-05T20:45:33.046Z] 9eb55420f4dc: Pushed [2023-09-05T20:45:34.424Z] dc91f6ee4762: Pushed [2023-09-05T20:45:34.683Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0: digest: sha256:ff61362318720b093ed11f4392516fe3f76ed024e0585dcabdd58a0eef64db05 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:34.985Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:35.284Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2023-09-05T20:45:35.284Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-09-05T20:45:35.284Z] f756b3fc0548: Preparing [2023-09-05T20:45:35.284Z] 1c0de02a69b7: Preparing [2023-09-05T20:45:35.284Z] 9eb55420f4dc: Preparing [2023-09-05T20:45:35.284Z] dc91f6ee4762: Preparing [2023-09-05T20:45:35.284Z] ed4aa931ced4: Preparing [2023-09-05T20:45:35.284Z] a9b26e0313bd: Preparing [2023-09-05T20:45:35.284Z] 425348bd401e: Preparing [2023-09-05T20:45:35.284Z] 36b50b131297: Preparing [2023-09-05T20:45:35.284Z] 425348bd401e: Waiting [2023-09-05T20:45:35.284Z] 36b50b131297: Waiting [2023-09-05T20:45:35.284Z] a9b26e0313bd: Waiting [2023-09-05T20:45:35.284Z] dc91f6ee4762: Layer already exists [2023-09-05T20:45:35.284Z] 1c0de02a69b7: Layer already exists [2023-09-05T20:45:35.284Z] f756b3fc0548: Layer already exists [2023-09-05T20:45:35.284Z] ed4aa931ced4: Layer already exists [2023-09-05T20:45:35.284Z] 9eb55420f4dc: Layer already exists [2023-09-05T20:45:35.284Z] 425348bd401e: Layer already exists [2023-09-05T20:45:35.284Z] a9b26e0313bd: Layer already exists [2023-09-05T20:45:35.284Z] 36b50b131297: Layer already exists [2023-09-05T20:45:35.284Z] latest: digest: sha256:ff61362318720b093ed11f4392516fe3f76ed024e0585dcabdd58a0eef64db05 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:35.586Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:35.884Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.1.0-dev.38 [2023-09-05T20:45:35.884Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-09-05T20:45:35.884Z] f756b3fc0548: Preparing [2023-09-05T20:45:35.884Z] 1c0de02a69b7: Preparing [2023-09-05T20:45:35.884Z] 9eb55420f4dc: Preparing [2023-09-05T20:45:35.884Z] dc91f6ee4762: Preparing [2023-09-05T20:45:35.884Z] ed4aa931ced4: Preparing [2023-09-05T20:45:35.884Z] a9b26e0313bd: Preparing [2023-09-05T20:45:35.884Z] 425348bd401e: Preparing [2023-09-05T20:45:35.884Z] 36b50b131297: Preparing [2023-09-05T20:45:35.884Z] 425348bd401e: Waiting [2023-09-05T20:45:35.884Z] 36b50b131297: Waiting [2023-09-05T20:45:35.884Z] a9b26e0313bd: Waiting [2023-09-05T20:45:35.884Z] 1c0de02a69b7: Layer already exists [2023-09-05T20:45:35.884Z] dc91f6ee4762: Layer already exists [2023-09-05T20:45:35.884Z] f756b3fc0548: Layer already exists [2023-09-05T20:45:35.884Z] 9eb55420f4dc: Layer already exists [2023-09-05T20:45:35.884Z] ed4aa931ced4: Layer already exists [2023-09-05T20:45:35.884Z] a9b26e0313bd: Layer already exists [2023-09-05T20:45:35.884Z] 36b50b131297: Layer already exists [2023-09-05T20:45:35.884Z] 425348bd401e: Layer already exists [2023-09-05T20:45:35.884Z] 3.1.0-dev.38: digest: sha256:ff61362318720b093ed11f4392516fe3f76ed024e0585dcabdd58a0eef64db05 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:36.187Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:36.487Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T20:45:36.487Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-09-05T20:45:36.487Z] f756b3fc0548: Preparing [2023-09-05T20:45:36.487Z] 1c0de02a69b7: Preparing [2023-09-05T20:45:36.487Z] 9eb55420f4dc: Preparing [2023-09-05T20:45:36.487Z] dc91f6ee4762: Preparing [2023-09-05T20:45:36.487Z] ed4aa931ced4: Preparing [2023-09-05T20:45:36.487Z] a9b26e0313bd: Preparing [2023-09-05T20:45:36.487Z] 425348bd401e: Preparing [2023-09-05T20:45:36.487Z] a9b26e0313bd: Waiting [2023-09-05T20:45:36.487Z] 36b50b131297: Preparing [2023-09-05T20:45:36.487Z] 425348bd401e: Waiting [2023-09-05T20:45:36.487Z] 36b50b131297: Waiting [2023-09-05T20:45:36.487Z] f756b3fc0548: Layer already exists [2023-09-05T20:45:36.487Z] dc91f6ee4762: Layer already exists [2023-09-05T20:45:36.488Z] ed4aa931ced4: Layer already exists [2023-09-05T20:45:36.488Z] 9eb55420f4dc: Layer already exists [2023-09-05T20:45:36.488Z] 1c0de02a69b7: Layer already exists [2023-09-05T20:45:36.488Z] a9b26e0313bd: Layer already exists [2023-09-05T20:45:36.488Z] 425348bd401e: Layer already exists [2023-09-05T20:45:36.488Z] 36b50b131297: Layer already exists [2023-09-05T20:45:36.488Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38: digest: sha256:ff61362318720b093ed11f4392516fe3f76ed024e0585dcabdd58a0eef64db05 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:36.792Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:37.089Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2023-09-05T20:45:37.089Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-09-05T20:45:37.089Z] f756b3fc0548: Preparing [2023-09-05T20:45:37.089Z] 1c0de02a69b7: Preparing [2023-09-05T20:45:37.089Z] 9eb55420f4dc: Preparing [2023-09-05T20:45:37.089Z] dc91f6ee4762: Preparing [2023-09-05T20:45:37.089Z] ed4aa931ced4: Preparing [2023-09-05T20:45:37.089Z] a9b26e0313bd: Preparing [2023-09-05T20:45:37.089Z] 425348bd401e: Preparing [2023-09-05T20:45:37.089Z] 36b50b131297: Preparing [2023-09-05T20:45:37.089Z] a9b26e0313bd: Waiting [2023-09-05T20:45:37.089Z] 425348bd401e: Waiting [2023-09-05T20:45:37.089Z] 36b50b131297: Waiting [2023-09-05T20:45:37.089Z] 1c0de02a69b7: Layer already exists [2023-09-05T20:45:37.089Z] 9eb55420f4dc: Layer already exists [2023-09-05T20:45:37.089Z] f756b3fc0548: Layer already exists [2023-09-05T20:45:37.089Z] dc91f6ee4762: Layer already exists [2023-09-05T20:45:37.089Z] ed4aa931ced4: Layer already exists [2023-09-05T20:45:37.089Z] a9b26e0313bd: Layer already exists [2023-09-05T20:45:37.089Z] 425348bd401e: Layer already exists [2023-09-05T20:45:37.089Z] 36b50b131297: Layer already exists [2023-09-05T20:45:37.089Z] main: digest: sha256:ff61362318720b093ed11f4392516fe3f76ed024e0585dcabdd58a0eef64db05 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-09-05T20:45:37.135Z] ===================================================== [Pipeline] echo [2023-09-05T20:45:37.141Z] taggedImages: [2023-09-05T20:45:37.141Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T20:45:37.141Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2023-09-05T20:45:37.141Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.1.0-dev.38 [2023-09-05T20:45:37.141Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T20:45:37.141Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2023-09-05T20:45:37.155Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2023-09-05T20:45:37.155Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T20:45:37.155Z] latest [2023-09-05T20:45:37.155Z] 3.1.0-dev.38 [2023-09-05T20:45:37.155Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T20:45:37.155Z] main [2023-09-05T20:45:37.155Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:37.463Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:488f23b0c5d68863a9e298ac057bceee8c500ce0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:37.761Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T20:45:37.761Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-09-05T20:45:37.761Z] 5b552bc8133f: Preparing [2023-09-05T20:45:37.761Z] e64631e9ae97: Preparing [2023-09-05T20:45:37.761Z] 05f587e91f4e: Preparing [2023-09-05T20:45:37.761Z] 3ba822178403: Preparing [2023-09-05T20:45:37.761Z] 2a8d22781a68: Preparing [2023-09-05T20:45:37.761Z] ed4aa931ced4: Preparing [2023-09-05T20:45:37.761Z] a9b26e0313bd: Preparing [2023-09-05T20:45:37.761Z] 9c1bd4d4fe51: Preparing [2023-09-05T20:45:37.761Z] bc624caca696: Preparing [2023-09-05T20:45:37.761Z] 36b50b131297: Preparing [2023-09-05T20:45:37.761Z] 9c1bd4d4fe51: Waiting [2023-09-05T20:45:37.761Z] bc624caca696: Waiting [2023-09-05T20:45:37.761Z] 36b50b131297: Waiting [2023-09-05T20:45:37.761Z] ed4aa931ced4: Waiting [2023-09-05T20:45:37.761Z] a9b26e0313bd: Waiting [2023-09-05T20:45:37.761Z] 2a8d22781a68: Pushed [2023-09-05T20:45:37.761Z] e64631e9ae97: Pushed [2023-09-05T20:45:37.761Z] 5b552bc8133f: Pushed [2023-09-05T20:45:37.761Z] 3ba822178403: Pushed [2023-09-05T20:45:37.761Z] a9b26e0313bd: Layer already exists [2023-09-05T20:45:37.761Z] ed4aa931ced4: Layer already exists [2023-09-05T20:45:37.761Z] 36b50b131297: Layer already exists [2023-09-05T20:45:38.021Z] 9c1bd4d4fe51: Pushed [2023-09-05T20:45:38.957Z] 05f587e91f4e: Pushed [2023-09-05T20:45:39.217Z] bc624caca696: Pushed [2023-09-05T20:45:39.217Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0: digest: sha256:162c9b5fd549d0c91256b79b687376ee17c68c07bf26bfe47641153959ce4230 size: 2403 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:39.518Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:39.820Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-09-05T20:45:39.820Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-09-05T20:45:39.820Z] 5b552bc8133f: Preparing [2023-09-05T20:45:39.820Z] e64631e9ae97: Preparing [2023-09-05T20:45:39.820Z] 05f587e91f4e: Preparing [2023-09-05T20:45:39.820Z] 3ba822178403: Preparing [2023-09-05T20:45:39.820Z] 2a8d22781a68: Preparing [2023-09-05T20:45:39.820Z] ed4aa931ced4: Preparing [2023-09-05T20:45:39.820Z] a9b26e0313bd: Preparing [2023-09-05T20:45:39.820Z] 9c1bd4d4fe51: Preparing [2023-09-05T20:45:39.820Z] bc624caca696: Preparing [2023-09-05T20:45:39.820Z] 36b50b131297: Preparing [2023-09-05T20:45:39.820Z] a9b26e0313bd: Waiting [2023-09-05T20:45:39.820Z] 9c1bd4d4fe51: Waiting [2023-09-05T20:45:39.820Z] bc624caca696: Waiting [2023-09-05T20:45:39.820Z] ed4aa931ced4: Waiting [2023-09-05T20:45:39.820Z] 36b50b131297: Waiting [2023-09-05T20:45:39.820Z] 2a8d22781a68: Layer already exists [2023-09-05T20:45:39.820Z] 5b552bc8133f: Layer already exists [2023-09-05T20:45:39.820Z] e64631e9ae97: Layer already exists [2023-09-05T20:45:39.820Z] 3ba822178403: Layer already exists [2023-09-05T20:45:39.820Z] 05f587e91f4e: Layer already exists [2023-09-05T20:45:39.820Z] ed4aa931ced4: Layer already exists [2023-09-05T20:45:39.820Z] 9c1bd4d4fe51: Layer already exists [2023-09-05T20:45:39.820Z] a9b26e0313bd: Layer already exists [2023-09-05T20:45:39.820Z] bc624caca696: Layer already exists [2023-09-05T20:45:39.820Z] 36b50b131297: Layer already exists [2023-09-05T20:45:39.820Z] latest: digest: sha256:162c9b5fd549d0c91256b79b687376ee17c68c07bf26bfe47641153959ce4230 size: 2403 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:40.129Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:40.433Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.1.0-dev.38 [2023-09-05T20:45:40.433Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-09-05T20:45:40.433Z] 5b552bc8133f: Preparing [2023-09-05T20:45:40.433Z] e64631e9ae97: Preparing [2023-09-05T20:45:40.433Z] 05f587e91f4e: Preparing [2023-09-05T20:45:40.433Z] 3ba822178403: Preparing [2023-09-05T20:45:40.433Z] 2a8d22781a68: Preparing [2023-09-05T20:45:40.433Z] ed4aa931ced4: Preparing [2023-09-05T20:45:40.433Z] a9b26e0313bd: Preparing [2023-09-05T20:45:40.433Z] 9c1bd4d4fe51: Preparing [2023-09-05T20:45:40.433Z] bc624caca696: Preparing [2023-09-05T20:45:40.433Z] 36b50b131297: Preparing [2023-09-05T20:45:40.433Z] a9b26e0313bd: Waiting [2023-09-05T20:45:40.433Z] 9c1bd4d4fe51: Waiting [2023-09-05T20:45:40.433Z] bc624caca696: Waiting [2023-09-05T20:45:40.433Z] 36b50b131297: Waiting [2023-09-05T20:45:40.433Z] 2a8d22781a68: Layer already exists [2023-09-05T20:45:40.433Z] 5b552bc8133f: Layer already exists [2023-09-05T20:45:40.433Z] 05f587e91f4e: Layer already exists [2023-09-05T20:45:40.433Z] e64631e9ae97: Layer already exists [2023-09-05T20:45:40.433Z] 3ba822178403: Layer already exists [2023-09-05T20:45:40.433Z] 9c1bd4d4fe51: Layer already exists [2023-09-05T20:45:40.433Z] ed4aa931ced4: Layer already exists [2023-09-05T20:45:40.433Z] a9b26e0313bd: Layer already exists [2023-09-05T20:45:40.433Z] 36b50b131297: Layer already exists [2023-09-05T20:45:40.433Z] bc624caca696: Layer already exists [2023-09-05T20:45:40.433Z] 3.1.0-dev.38: digest: sha256:162c9b5fd549d0c91256b79b687376ee17c68c07bf26bfe47641153959ce4230 size: 2403 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:40.745Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:41.051Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T20:45:41.051Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-09-05T20:45:41.051Z] 5b552bc8133f: Preparing [2023-09-05T20:45:41.051Z] e64631e9ae97: Preparing [2023-09-05T20:45:41.051Z] 05f587e91f4e: Preparing [2023-09-05T20:45:41.051Z] 3ba822178403: Preparing [2023-09-05T20:45:41.051Z] 2a8d22781a68: Preparing [2023-09-05T20:45:41.051Z] ed4aa931ced4: Preparing [2023-09-05T20:45:41.051Z] a9b26e0313bd: Preparing [2023-09-05T20:45:41.051Z] 9c1bd4d4fe51: Preparing [2023-09-05T20:45:41.051Z] bc624caca696: Preparing [2023-09-05T20:45:41.051Z] 36b50b131297: Preparing [2023-09-05T20:45:41.051Z] ed4aa931ced4: Waiting [2023-09-05T20:45:41.051Z] 9c1bd4d4fe51: Waiting [2023-09-05T20:45:41.051Z] a9b26e0313bd: Waiting [2023-09-05T20:45:41.051Z] 36b50b131297: Waiting [2023-09-05T20:45:41.051Z] bc624caca696: Waiting [2023-09-05T20:45:41.051Z] 05f587e91f4e: Layer already exists [2023-09-05T20:45:41.051Z] e64631e9ae97: Layer already exists [2023-09-05T20:45:41.051Z] 3ba822178403: Layer already exists [2023-09-05T20:45:41.051Z] 5b552bc8133f: Layer already exists [2023-09-05T20:45:41.051Z] 2a8d22781a68: Layer already exists [2023-09-05T20:45:41.051Z] 9c1bd4d4fe51: Layer already exists [2023-09-05T20:45:41.051Z] ed4aa931ced4: Layer already exists [2023-09-05T20:45:41.051Z] bc624caca696: Layer already exists [2023-09-05T20:45:41.051Z] a9b26e0313bd: Layer already exists [2023-09-05T20:45:41.051Z] 36b50b131297: Layer already exists [2023-09-05T20:45:41.051Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38: digest: sha256:162c9b5fd549d0c91256b79b687376ee17c68c07bf26bfe47641153959ce4230 size: 2403 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:41.368Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:41.672Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2023-09-05T20:45:41.672Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-09-05T20:45:41.672Z] 5b552bc8133f: Preparing [2023-09-05T20:45:41.672Z] e64631e9ae97: Preparing [2023-09-05T20:45:41.672Z] 05f587e91f4e: Preparing [2023-09-05T20:45:41.672Z] 3ba822178403: Preparing [2023-09-05T20:45:41.672Z] 2a8d22781a68: Preparing [2023-09-05T20:45:41.672Z] ed4aa931ced4: Preparing [2023-09-05T20:45:41.672Z] a9b26e0313bd: Preparing [2023-09-05T20:45:41.672Z] 9c1bd4d4fe51: Preparing [2023-09-05T20:45:41.672Z] bc624caca696: Preparing [2023-09-05T20:45:41.672Z] ed4aa931ced4: Waiting [2023-09-05T20:45:41.672Z] a9b26e0313bd: Waiting [2023-09-05T20:45:41.672Z] 9c1bd4d4fe51: Waiting [2023-09-05T20:45:41.672Z] 36b50b131297: Preparing [2023-09-05T20:45:41.672Z] bc624caca696: Waiting [2023-09-05T20:45:41.672Z] 36b50b131297: Waiting [2023-09-05T20:45:41.672Z] 05f587e91f4e: Layer already exists [2023-09-05T20:45:41.672Z] 5b552bc8133f: Layer already exists [2023-09-05T20:45:41.672Z] 3ba822178403: Layer already exists [2023-09-05T20:45:41.672Z] e64631e9ae97: Layer already exists [2023-09-05T20:45:41.672Z] 2a8d22781a68: Layer already exists [2023-09-05T20:45:41.672Z] a9b26e0313bd: Layer already exists [2023-09-05T20:45:41.672Z] ed4aa931ced4: Layer already exists [2023-09-05T20:45:41.672Z] 36b50b131297: Layer already exists [2023-09-05T20:45:41.672Z] 9c1bd4d4fe51: Layer already exists [2023-09-05T20:45:41.672Z] bc624caca696: Layer already exists [2023-09-05T20:45:41.672Z] main: digest: sha256:162c9b5fd549d0c91256b79b687376ee17c68c07bf26bfe47641153959ce4230 size: 2403 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-09-05T20:45:41.731Z] ===================================================== [Pipeline] echo [2023-09-05T20:45:41.739Z] taggedImages: [2023-09-05T20:45:41.739Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T20:45:41.739Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-09-05T20:45:41.739Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.1.0-dev.38 [2023-09-05T20:45:41.739Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T20:45:41.739Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2023-09-05T20:45:41.764Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2023-09-05T20:45:41.764Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T20:45:41.764Z] latest [2023-09-05T20:45:41.764Z] 3.1.0-dev.38 [2023-09-05T20:45:41.764Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T20:45:41.764Z] main [2023-09-05T20:45:41.764Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:42.068Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:488f23b0c5d68863a9e298ac057bceee8c500ce0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:42.370Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T20:45:42.370Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-09-05T20:45:42.370Z] c490fab6c8e8: Preparing [2023-09-05T20:45:42.370Z] 7dccc795b6c4: Preparing [2023-09-05T20:45:42.370Z] c8c50edcab9c: Preparing [2023-09-05T20:45:42.370Z] 920c9c2c5b22: Preparing [2023-09-05T20:45:42.370Z] 55afd79ef626: Preparing [2023-09-05T20:45:42.370Z] 14c155aaa884: Preparing [2023-09-05T20:45:42.370Z] b5114857c36a: Preparing [2023-09-05T20:45:42.370Z] ed4aa931ced4: Preparing [2023-09-05T20:45:42.371Z] a9b26e0313bd: Preparing [2023-09-05T20:45:42.371Z] 2e50d1a6aab2: Preparing [2023-09-05T20:45:42.371Z] 36b50b131297: Preparing [2023-09-05T20:45:42.371Z] ed4aa931ced4: Waiting [2023-09-05T20:45:42.371Z] a9b26e0313bd: Waiting [2023-09-05T20:45:42.371Z] 36b50b131297: Waiting [2023-09-05T20:45:42.371Z] 14c155aaa884: Waiting [2023-09-05T20:45:42.371Z] 2e50d1a6aab2: Waiting [2023-09-05T20:45:42.371Z] 7dccc795b6c4: Pushed [2023-09-05T20:45:42.371Z] 55afd79ef626: Pushed [2023-09-05T20:45:42.371Z] c490fab6c8e8: Pushed [2023-09-05T20:45:42.371Z] ed4aa931ced4: Layer already exists [2023-09-05T20:45:42.371Z] a9b26e0313bd: Layer already exists [2023-09-05T20:45:42.629Z] 14c155aaa884: Pushed [2023-09-05T20:45:42.629Z] b5114857c36a: Pushed [2023-09-05T20:45:42.629Z] 36b50b131297: Layer already exists [2023-09-05T20:45:43.567Z] 920c9c2c5b22: Pushed [2023-09-05T20:45:43.826Z] 2e50d1a6aab2: Pushed [2023-09-05T20:45:44.393Z] c8c50edcab9c: Pushed [2023-09-05T20:45:44.393Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0: digest: sha256:9b76107ef1a5c587fdd316695fd7f7b5057e3fbd88367a0a5d650b3dd6129b73 size: 2614 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:44.697Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:44.997Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-09-05T20:45:44.997Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-09-05T20:45:44.997Z] c490fab6c8e8: Preparing [2023-09-05T20:45:44.997Z] 7dccc795b6c4: Preparing [2023-09-05T20:45:44.997Z] c8c50edcab9c: Preparing [2023-09-05T20:45:44.997Z] 920c9c2c5b22: Preparing [2023-09-05T20:45:44.997Z] 55afd79ef626: Preparing [2023-09-05T20:45:44.997Z] 14c155aaa884: Preparing [2023-09-05T20:45:44.997Z] b5114857c36a: Preparing [2023-09-05T20:45:44.997Z] ed4aa931ced4: Preparing [2023-09-05T20:45:44.997Z] a9b26e0313bd: Preparing [2023-09-05T20:45:44.997Z] 2e50d1a6aab2: Preparing [2023-09-05T20:45:44.997Z] 36b50b131297: Preparing [2023-09-05T20:45:44.997Z] ed4aa931ced4: Waiting [2023-09-05T20:45:44.997Z] 14c155aaa884: Waiting [2023-09-05T20:45:44.997Z] b5114857c36a: Waiting [2023-09-05T20:45:44.997Z] a9b26e0313bd: Waiting [2023-09-05T20:45:44.997Z] 36b50b131297: Waiting [2023-09-05T20:45:44.997Z] 2e50d1a6aab2: Waiting [2023-09-05T20:45:44.997Z] c490fab6c8e8: Layer already exists [2023-09-05T20:45:44.997Z] 7dccc795b6c4: Layer already exists [2023-09-05T20:45:44.997Z] 920c9c2c5b22: Layer already exists [2023-09-05T20:45:44.997Z] 55afd79ef626: Layer already exists [2023-09-05T20:45:44.997Z] c8c50edcab9c: Layer already exists [2023-09-05T20:45:44.997Z] 14c155aaa884: Layer already exists [2023-09-05T20:45:44.997Z] a9b26e0313bd: Layer already exists [2023-09-05T20:45:44.997Z] ed4aa931ced4: Layer already exists [2023-09-05T20:45:44.997Z] b5114857c36a: Layer already exists [2023-09-05T20:45:44.997Z] 2e50d1a6aab2: Layer already exists [2023-09-05T20:45:44.997Z] 36b50b131297: Layer already exists [2023-09-05T20:45:44.997Z] latest: digest: sha256:9b76107ef1a5c587fdd316695fd7f7b5057e3fbd88367a0a5d650b3dd6129b73 size: 2614 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:45.304Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:45.613Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.1.0-dev.38 [2023-09-05T20:45:45.613Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-09-05T20:45:45.613Z] c490fab6c8e8: Preparing [2023-09-05T20:45:45.613Z] 7dccc795b6c4: Preparing [2023-09-05T20:45:45.613Z] c8c50edcab9c: Preparing [2023-09-05T20:45:45.613Z] 920c9c2c5b22: Preparing [2023-09-05T20:45:45.613Z] 55afd79ef626: Preparing [2023-09-05T20:45:45.613Z] 14c155aaa884: Preparing [2023-09-05T20:45:45.613Z] b5114857c36a: Preparing [2023-09-05T20:45:45.613Z] ed4aa931ced4: Preparing [2023-09-05T20:45:45.613Z] a9b26e0313bd: Preparing [2023-09-05T20:45:45.613Z] 2e50d1a6aab2: Preparing [2023-09-05T20:45:45.613Z] 36b50b131297: Preparing [2023-09-05T20:45:45.613Z] b5114857c36a: Waiting [2023-09-05T20:45:45.613Z] 2e50d1a6aab2: Waiting [2023-09-05T20:45:45.613Z] 36b50b131297: Waiting [2023-09-05T20:45:45.613Z] ed4aa931ced4: Waiting [2023-09-05T20:45:45.613Z] a9b26e0313bd: Waiting [2023-09-05T20:45:45.613Z] 14c155aaa884: Waiting [2023-09-05T20:45:45.613Z] c490fab6c8e8: Layer already exists [2023-09-05T20:45:45.613Z] c8c50edcab9c: Layer already exists [2023-09-05T20:45:45.613Z] 7dccc795b6c4: Layer already exists [2023-09-05T20:45:45.613Z] 55afd79ef626: Layer already exists [2023-09-05T20:45:45.613Z] 920c9c2c5b22: Layer already exists [2023-09-05T20:45:45.613Z] 14c155aaa884: Layer already exists [2023-09-05T20:45:45.613Z] 2e50d1a6aab2: Layer already exists [2023-09-05T20:45:45.613Z] a9b26e0313bd: Layer already exists [2023-09-05T20:45:45.613Z] ed4aa931ced4: Layer already exists [2023-09-05T20:45:45.613Z] 36b50b131297: Layer already exists [2023-09-05T20:45:45.613Z] b5114857c36a: Layer already exists [2023-09-05T20:45:45.613Z] 3.1.0-dev.38: digest: sha256:9b76107ef1a5c587fdd316695fd7f7b5057e3fbd88367a0a5d650b3dd6129b73 size: 2614 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:45.913Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:46.218Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T20:45:46.218Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-09-05T20:45:46.218Z] c490fab6c8e8: Preparing [2023-09-05T20:45:46.218Z] 7dccc795b6c4: Preparing [2023-09-05T20:45:46.218Z] c8c50edcab9c: Preparing [2023-09-05T20:45:46.218Z] 920c9c2c5b22: Preparing [2023-09-05T20:45:46.218Z] 55afd79ef626: Preparing [2023-09-05T20:45:46.218Z] 14c155aaa884: Preparing [2023-09-05T20:45:46.218Z] b5114857c36a: Preparing [2023-09-05T20:45:46.218Z] ed4aa931ced4: Preparing [2023-09-05T20:45:46.218Z] a9b26e0313bd: Preparing [2023-09-05T20:45:46.218Z] 2e50d1a6aab2: Preparing [2023-09-05T20:45:46.218Z] 36b50b131297: Preparing [2023-09-05T20:45:46.218Z] 14c155aaa884: Waiting [2023-09-05T20:45:46.218Z] b5114857c36a: Waiting [2023-09-05T20:45:46.218Z] ed4aa931ced4: Waiting [2023-09-05T20:45:46.218Z] 36b50b131297: Waiting [2023-09-05T20:45:46.218Z] a9b26e0313bd: Waiting [2023-09-05T20:45:46.218Z] 2e50d1a6aab2: Waiting [2023-09-05T20:45:46.218Z] 55afd79ef626: Layer already exists [2023-09-05T20:45:46.218Z] c8c50edcab9c: Layer already exists [2023-09-05T20:45:46.218Z] 920c9c2c5b22: Layer already exists [2023-09-05T20:45:46.218Z] 7dccc795b6c4: Layer already exists [2023-09-05T20:45:46.218Z] c490fab6c8e8: Layer already exists [2023-09-05T20:45:46.218Z] b5114857c36a: Layer already exists [2023-09-05T20:45:46.218Z] 14c155aaa884: Layer already exists [2023-09-05T20:45:46.218Z] ed4aa931ced4: Layer already exists [2023-09-05T20:45:46.218Z] 2e50d1a6aab2: Layer already exists [2023-09-05T20:45:46.218Z] a9b26e0313bd: Layer already exists [2023-09-05T20:45:46.218Z] 36b50b131297: Layer already exists [2023-09-05T20:45:46.218Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38: digest: sha256:9b76107ef1a5c587fdd316695fd7f7b5057e3fbd88367a0a5d650b3dd6129b73 size: 2614 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:46.525Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:46.825Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2023-09-05T20:45:46.825Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-09-05T20:45:46.825Z] c490fab6c8e8: Preparing [2023-09-05T20:45:46.825Z] 7dccc795b6c4: Preparing [2023-09-05T20:45:46.825Z] c8c50edcab9c: Preparing [2023-09-05T20:45:46.825Z] 920c9c2c5b22: Preparing [2023-09-05T20:45:46.825Z] 55afd79ef626: Preparing [2023-09-05T20:45:46.825Z] 14c155aaa884: Preparing [2023-09-05T20:45:46.825Z] b5114857c36a: Preparing [2023-09-05T20:45:46.825Z] ed4aa931ced4: Preparing [2023-09-05T20:45:46.825Z] a9b26e0313bd: Preparing [2023-09-05T20:45:46.825Z] 2e50d1a6aab2: Preparing [2023-09-05T20:45:46.825Z] 36b50b131297: Preparing [2023-09-05T20:45:46.825Z] b5114857c36a: Waiting [2023-09-05T20:45:46.825Z] ed4aa931ced4: Waiting [2023-09-05T20:45:46.825Z] 14c155aaa884: Waiting [2023-09-05T20:45:46.825Z] 36b50b131297: Waiting [2023-09-05T20:45:46.825Z] a9b26e0313bd: Waiting [2023-09-05T20:45:46.825Z] 2e50d1a6aab2: Waiting [2023-09-05T20:45:46.825Z] 920c9c2c5b22: Layer already exists [2023-09-05T20:45:46.825Z] c8c50edcab9c: Layer already exists [2023-09-05T20:45:46.825Z] 55afd79ef626: Layer already exists [2023-09-05T20:45:46.825Z] c490fab6c8e8: Layer already exists [2023-09-05T20:45:46.825Z] 7dccc795b6c4: Layer already exists [2023-09-05T20:45:46.825Z] b5114857c36a: Layer already exists [2023-09-05T20:45:46.825Z] 2e50d1a6aab2: Layer already exists [2023-09-05T20:45:46.825Z] a9b26e0313bd: Layer already exists [2023-09-05T20:45:46.825Z] ed4aa931ced4: Layer already exists [2023-09-05T20:45:46.825Z] 14c155aaa884: Layer already exists [2023-09-05T20:45:46.825Z] 36b50b131297: Layer already exists [2023-09-05T20:45:46.825Z] main: digest: sha256:9b76107ef1a5c587fdd316695fd7f7b5057e3fbd88367a0a5d650b3dd6129b73 size: 2614 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-09-05T20:45:46.860Z] ===================================================== [Pipeline] echo [2023-09-05T20:45:46.866Z] taggedImages: [2023-09-05T20:45:46.866Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T20:45:46.866Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-09-05T20:45:46.866Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.1.0-dev.38 [2023-09-05T20:45:46.866Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T20:45:46.866Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2023-09-05T20:45:46.881Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2023-09-05T20:45:46.881Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T20:45:46.881Z] latest [2023-09-05T20:45:46.881Z] 3.1.0-dev.38 [2023-09-05T20:45:46.881Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T20:45:46.881Z] main [2023-09-05T20:45:46.881Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:47.188Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:488f23b0c5d68863a9e298ac057bceee8c500ce0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:47.488Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T20:45:47.488Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-09-05T20:45:47.488Z] 92def7071899: Preparing [2023-09-05T20:45:47.488Z] 33d8d6a196bc: Preparing [2023-09-05T20:45:47.488Z] ed4aa931ced4: Preparing [2023-09-05T20:45:47.488Z] a9b26e0313bd: Preparing [2023-09-05T20:45:47.488Z] f33391a1815e: Preparing [2023-09-05T20:45:47.488Z] 36b50b131297: Preparing [2023-09-05T20:45:47.488Z] 36b50b131297: Waiting [2023-09-05T20:45:47.488Z] ed4aa931ced4: Layer already exists [2023-09-05T20:45:47.488Z] a9b26e0313bd: Layer already exists [2023-09-05T20:45:47.488Z] 36b50b131297: Layer already exists [2023-09-05T20:45:47.488Z] 92def7071899: Pushed [2023-09-05T20:45:48.053Z] f33391a1815e: Pushed [2023-09-05T20:45:48.177Z] Removing intermediate container 11e7bf261146 [2023-09-05T20:45:48.177Z] ---> 9c25aa4f68b7 [2023-09-05T20:45:48.177Z] Successfully built 9c25aa4f68b7 [2023-09-05T20:45:48.177Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:48.502Z] + docker inspect -f . ci-base-image-arm64 [2023-09-05T20:45:48.502Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-05T20:45:48.695Z] prd-ubuntu20.04-docker-arm64-4c-16g-5373 does not seem to be running inside a container [2023-09-05T20:45:48.752Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/572 -v /w/workspace/edgex-go/572:/w/workspace/edgex-go/572:rw,z -v /w/workspace/edgex-go/572@tmp:/w/workspace/edgex-go/572@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-09-05T20:45:49.953Z] 33d8d6a196bc: Pushed [2023-09-05T20:45:49.953Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0: digest: sha256:d59b304405b3ccd62c655e0ffd4eb84b3f75d50228ba5a24a4f56635d22c2299 size: 1573 [2023-09-05T20:45:49.999Z] $ docker top fbb3393cc8258b4157424884088a0477f24424933310df9ac6a896670f1229f8 -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:50.547Z] + 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-09-05T20:45:50.824Z] + go version [2023-09-05T20:45:50.824Z] go version go1.20.6 linux/arm64 [Pipeline] } [2023-09-05T20:45:50.838Z] $ docker stop --time=1 fbb3393cc8258b4157424884088a0477f24424933310df9ac6a896670f1229f8 [2023-09-05T20:45:50.858Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-09-05T20:45:50.858Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-09-05T20:45:50.858Z] 92def7071899: Preparing [2023-09-05T20:45:50.858Z] 33d8d6a196bc: Preparing [2023-09-05T20:45:50.858Z] ed4aa931ced4: Preparing [2023-09-05T20:45:50.858Z] a9b26e0313bd: Preparing [2023-09-05T20:45:50.858Z] f33391a1815e: Preparing [2023-09-05T20:45:50.858Z] 36b50b131297: Preparing [2023-09-05T20:45:50.858Z] 92def7071899: Layer already exists [2023-09-05T20:45:50.858Z] a9b26e0313bd: Layer already exists [2023-09-05T20:45:50.858Z] 33d8d6a196bc: Layer already exists [2023-09-05T20:45:50.858Z] ed4aa931ced4: Layer already exists [2023-09-05T20:45:50.858Z] f33391a1815e: Layer already exists [2023-09-05T20:45:50.858Z] 36b50b131297: Layer already exists [2023-09-05T20:45:50.858Z] latest: digest: sha256:d59b304405b3ccd62c655e0ffd4eb84b3f75d50228ba5a24a4f56635d22c2299 size: 1573 [2023-09-05T20:45:52.413Z] $ docker rm -f --volumes fbb3393cc8258b4157424884088a0477f24424933310df9ac6a896670f1229f8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // script [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 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-09-05T20:45:52.901Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:53.099Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-09-05T20:45:53.099Z] [2023-09-05T20:45:53.099Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:53.206Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.1.0-dev.38 [2023-09-05T20:45:53.206Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-09-05T20:45:53.206Z] 92def7071899: Preparing [2023-09-05T20:45:53.206Z] 33d8d6a196bc: Preparing [2023-09-05T20:45:53.206Z] ed4aa931ced4: Preparing [2023-09-05T20:45:53.206Z] a9b26e0313bd: Preparing [2023-09-05T20:45:53.206Z] f33391a1815e: Preparing [2023-09-05T20:45:53.206Z] 36b50b131297: Preparing [2023-09-05T20:45:53.206Z] 36b50b131297: Waiting [2023-09-05T20:45:53.206Z] 33d8d6a196bc: Layer already exists [2023-09-05T20:45:53.206Z] 92def7071899: Layer already exists [2023-09-05T20:45:53.206Z] ed4aa931ced4: Layer already exists [2023-09-05T20:45:53.206Z] a9b26e0313bd: Layer already exists [2023-09-05T20:45:53.206Z] f33391a1815e: Layer already exists [2023-09-05T20:45:53.206Z] 36b50b131297: Layer already exists [2023-09-05T20:45:53.206Z] 3.1.0-dev.38: digest: sha256:d59b304405b3ccd62c655e0ffd4eb84b3f75d50228ba5a24a4f56635d22c2299 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:53.434Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-09-05T20:45:53.434Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-09-05T20:45:53.434Z] 547446be3368: Pulling fs layer [2023-09-05T20:45:53.434Z] d125d8839a47: Pulling fs layer [2023-09-05T20:45:53.434Z] 3e85d5ac6304: Pulling fs layer [2023-09-05T20:45:53.434Z] c3105a71a48b: Pulling fs layer [2023-09-05T20:45:53.434Z] 0f093f025ec4: Pulling fs layer [2023-09-05T20:45:53.434Z] c3106fc0e877: Pulling fs layer [2023-09-05T20:45:53.434Z] c3105a71a48b: Waiting [2023-09-05T20:45:53.434Z] 0f093f025ec4: Waiting [2023-09-05T20:45:53.434Z] c3106fc0e877: Waiting [2023-09-05T20:45:53.511Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:53.703Z] 547446be3368: Verifying Checksum [2023-09-05T20:45:53.703Z] 547446be3368: Download complete [2023-09-05T20:45:53.703Z] c3105a71a48b: Verifying Checksum [2023-09-05T20:45:53.703Z] c3105a71a48b: Download complete [2023-09-05T20:45:53.814Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T20:45:53.815Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-09-05T20:45:53.815Z] 92def7071899: Preparing [2023-09-05T20:45:53.815Z] 33d8d6a196bc: Preparing [2023-09-05T20:45:53.815Z] ed4aa931ced4: Preparing [2023-09-05T20:45:53.815Z] a9b26e0313bd: Preparing [2023-09-05T20:45:53.815Z] f33391a1815e: Preparing [2023-09-05T20:45:53.815Z] 36b50b131297: Preparing [2023-09-05T20:45:53.815Z] 36b50b131297: Waiting [2023-09-05T20:45:53.815Z] 92def7071899: Layer already exists [2023-09-05T20:45:53.815Z] ed4aa931ced4: Layer already exists [2023-09-05T20:45:53.815Z] 33d8d6a196bc: Layer already exists [2023-09-05T20:45:53.815Z] f33391a1815e: Layer already exists [2023-09-05T20:45:53.815Z] a9b26e0313bd: Layer already exists [2023-09-05T20:45:53.815Z] 36b50b131297: Layer already exists [2023-09-05T20:45:53.815Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38: digest: sha256:d59b304405b3ccd62c655e0ffd4eb84b3f75d50228ba5a24a4f56635d22c2299 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:53.969Z] d125d8839a47: Verifying Checksum [2023-09-05T20:45:53.969Z] d125d8839a47: Download complete [2023-09-05T20:45:53.969Z] c3106fc0e877: Verifying Checksum [2023-09-05T20:45:53.969Z] c3106fc0e877: Download complete [2023-09-05T20:45:54.121Z] + 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-09-05T20:45:54.235Z] 0f093f025ec4: Download complete [2023-09-05T20:45:54.235Z] 547446be3368: Pull complete [2023-09-05T20:45:54.422Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2023-09-05T20:45:54.422Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-09-05T20:45:54.423Z] 92def7071899: Preparing [2023-09-05T20:45:54.423Z] 33d8d6a196bc: Preparing [2023-09-05T20:45:54.423Z] ed4aa931ced4: Preparing [2023-09-05T20:45:54.423Z] a9b26e0313bd: Preparing [2023-09-05T20:45:54.423Z] f33391a1815e: Preparing [2023-09-05T20:45:54.423Z] 36b50b131297: Preparing [2023-09-05T20:45:54.423Z] 36b50b131297: Waiting [2023-09-05T20:45:54.423Z] 33d8d6a196bc: Layer already exists [2023-09-05T20:45:54.423Z] 92def7071899: Layer already exists [2023-09-05T20:45:54.423Z] ed4aa931ced4: Layer already exists [2023-09-05T20:45:54.423Z] 36b50b131297: Layer already exists [2023-09-05T20:45:54.423Z] f33391a1815e: Layer already exists [2023-09-05T20:45:54.423Z] a9b26e0313bd: Layer already exists [2023-09-05T20:45:54.423Z] main: digest: sha256:d59b304405b3ccd62c655e0ffd4eb84b3f75d50228ba5a24a4f56635d22c2299 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-09-05T20:45:54.457Z] ===================================================== [Pipeline] echo [2023-09-05T20:45:54.463Z] taggedImages: [2023-09-05T20:45:54.463Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T20:45:54.463Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-09-05T20:45:54.463Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.1.0-dev.38 [2023-09-05T20:45:54.463Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T20:45:54.463Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2023-09-05T20:45:54.478Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2023-09-05T20:45:54.478Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T20:45:54.478Z] latest [2023-09-05T20:45:54.478Z] 3.1.0-dev.38 [2023-09-05T20:45:54.478Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T20:45:54.478Z] main [2023-09-05T20:45:54.478Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:54.778Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:488f23b0c5d68863a9e298ac057bceee8c500ce0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:45:55.078Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T20:45:55.078Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-09-05T20:45:55.078Z] 891fb98439b7: Preparing [2023-09-05T20:45:55.078Z] 957ccb1b8d27: Preparing [2023-09-05T20:45:55.078Z] b384f2cb7d70: Preparing [2023-09-05T20:45:55.078Z] ed4aa931ced4: Preparing [2023-09-05T20:45:55.078Z] a9b26e0313bd: Preparing [2023-09-05T20:45:55.078Z] 9e3985122a9f: Preparing [2023-09-05T20:45:55.078Z] 42a13abed72c: Preparing [2023-09-05T20:45:55.078Z] fc0aabdf5738: Preparing [2023-09-05T20:45:55.078Z] 36b50b131297: Preparing [2023-09-05T20:45:55.078Z] 42a13abed72c: Waiting [2023-09-05T20:45:55.078Z] fc0aabdf5738: Waiting [2023-09-05T20:45:55.078Z] 9e3985122a9f: Waiting [2023-09-05T20:45:55.078Z] 36b50b131297: Waiting [2023-09-05T20:45:55.078Z] a9b26e0313bd: Layer already exists [2023-09-05T20:45:55.078Z] ed4aa931ced4: Layer already exists [2023-09-05T20:45:55.078Z] 957ccb1b8d27: Pushed [2023-09-05T20:45:55.078Z] b384f2cb7d70: Pushed [2023-09-05T20:45:55.078Z] 891fb98439b7: Pushed [2023-09-05T20:45:55.078Z] 36b50b131297: Layer already exists [2023-09-05T20:45:55.642Z] 3e85d5ac6304: Verifying Checksum [2023-09-05T20:45:55.642Z] 3e85d5ac6304: Download complete [2023-09-05T20:45:55.648Z] fc0aabdf5738: Pushed [2023-09-05T20:45:56.605Z] d125d8839a47: Pull complete [2023-09-05T20:46:00.936Z] 42a13abed72c: Pushed [2023-09-05T20:46:03.482Z] 9e3985122a9f: Pushed [2023-09-05T20:46:03.482Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0: digest: sha256:676a0e22132ed6deb748537cacc9e7d60aaa9a5e806d9c97aa43ab338cdbb37f size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:46:03.800Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:46:04.150Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-09-05T20:46:04.150Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-09-05T20:46:04.150Z] 891fb98439b7: Preparing [2023-09-05T20:46:04.150Z] 957ccb1b8d27: Preparing [2023-09-05T20:46:04.150Z] b384f2cb7d70: Preparing [2023-09-05T20:46:04.150Z] ed4aa931ced4: Preparing [2023-09-05T20:46:04.150Z] a9b26e0313bd: Preparing [2023-09-05T20:46:04.150Z] 9e3985122a9f: Preparing [2023-09-05T20:46:04.150Z] 42a13abed72c: Preparing [2023-09-05T20:46:04.150Z] fc0aabdf5738: Preparing [2023-09-05T20:46:04.150Z] 36b50b131297: Preparing [2023-09-05T20:46:04.150Z] 9e3985122a9f: Waiting [2023-09-05T20:46:04.150Z] 42a13abed72c: Waiting [2023-09-05T20:46:04.150Z] 36b50b131297: Waiting [2023-09-05T20:46:04.150Z] fc0aabdf5738: Waiting [2023-09-05T20:46:04.409Z] 891fb98439b7: Layer already exists [2023-09-05T20:46:04.409Z] ed4aa931ced4: Layer already exists [2023-09-05T20:46:04.409Z] a9b26e0313bd: Layer already exists [2023-09-05T20:46:04.409Z] b384f2cb7d70: Layer already exists [2023-09-05T20:46:04.409Z] 957ccb1b8d27: Layer already exists [2023-09-05T20:46:04.409Z] 42a13abed72c: Layer already exists [2023-09-05T20:46:04.409Z] 9e3985122a9f: Layer already exists [2023-09-05T20:46:04.409Z] fc0aabdf5738: Layer already exists [2023-09-05T20:46:04.409Z] 36b50b131297: Layer already exists [2023-09-05T20:46:04.409Z] latest: digest: sha256:676a0e22132ed6deb748537cacc9e7d60aaa9a5e806d9c97aa43ab338cdbb37f size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:46:04.721Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:46:04.806Z] 3e85d5ac6304: Pull complete [2023-09-05T20:46:04.806Z] c3105a71a48b: Pull complete [2023-09-05T20:46:05.022Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.1.0-dev.38 [2023-09-05T20:46:05.022Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-09-05T20:46:05.022Z] 891fb98439b7: Preparing [2023-09-05T20:46:05.022Z] 957ccb1b8d27: Preparing [2023-09-05T20:46:05.022Z] b384f2cb7d70: Preparing [2023-09-05T20:46:05.022Z] ed4aa931ced4: Preparing [2023-09-05T20:46:05.022Z] a9b26e0313bd: Preparing [2023-09-05T20:46:05.022Z] 9e3985122a9f: Preparing [2023-09-05T20:46:05.022Z] 42a13abed72c: Preparing [2023-09-05T20:46:05.022Z] fc0aabdf5738: Preparing [2023-09-05T20:46:05.022Z] 9e3985122a9f: Waiting [2023-09-05T20:46:05.022Z] 42a13abed72c: Waiting [2023-09-05T20:46:05.022Z] 36b50b131297: Preparing [2023-09-05T20:46:05.022Z] fc0aabdf5738: Waiting [2023-09-05T20:46:05.022Z] b384f2cb7d70: Layer already exists [2023-09-05T20:46:05.022Z] 891fb98439b7: Layer already exists [2023-09-05T20:46:05.022Z] ed4aa931ced4: Layer already exists [2023-09-05T20:46:05.022Z] a9b26e0313bd: Layer already exists [2023-09-05T20:46:05.022Z] 957ccb1b8d27: Layer already exists [2023-09-05T20:46:05.022Z] 36b50b131297: Layer already exists [2023-09-05T20:46:05.022Z] fc0aabdf5738: Layer already exists [2023-09-05T20:46:05.022Z] 9e3985122a9f: Layer already exists [2023-09-05T20:46:05.022Z] 42a13abed72c: Layer already exists [2023-09-05T20:46:05.022Z] 3.1.0-dev.38: digest: sha256:676a0e22132ed6deb748537cacc9e7d60aaa9a5e806d9c97aa43ab338cdbb37f size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:46:05.333Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:46:05.633Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T20:46:05.633Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-09-05T20:46:05.633Z] 891fb98439b7: Preparing [2023-09-05T20:46:05.633Z] 957ccb1b8d27: Preparing [2023-09-05T20:46:05.633Z] b384f2cb7d70: Preparing [2023-09-05T20:46:05.633Z] ed4aa931ced4: Preparing [2023-09-05T20:46:05.633Z] a9b26e0313bd: Preparing [2023-09-05T20:46:05.633Z] 9e3985122a9f: Preparing [2023-09-05T20:46:05.633Z] 42a13abed72c: Preparing [2023-09-05T20:46:05.633Z] 9e3985122a9f: Waiting [2023-09-05T20:46:05.633Z] fc0aabdf5738: Preparing [2023-09-05T20:46:05.633Z] 36b50b131297: Preparing [2023-09-05T20:46:05.633Z] 42a13abed72c: Waiting [2023-09-05T20:46:05.633Z] 36b50b131297: Waiting [2023-09-05T20:46:05.633Z] fc0aabdf5738: Waiting [2023-09-05T20:46:05.633Z] ed4aa931ced4: Layer already exists [2023-09-05T20:46:05.633Z] 957ccb1b8d27: Layer already exists [2023-09-05T20:46:05.633Z] a9b26e0313bd: Layer already exists [2023-09-05T20:46:05.633Z] 891fb98439b7: Layer already exists [2023-09-05T20:46:05.633Z] b384f2cb7d70: Layer already exists [2023-09-05T20:46:05.633Z] 9e3985122a9f: Layer already exists [2023-09-05T20:46:05.633Z] 42a13abed72c: Layer already exists [2023-09-05T20:46:05.633Z] 36b50b131297: Layer already exists [2023-09-05T20:46:05.633Z] fc0aabdf5738: Layer already exists [2023-09-05T20:46:05.633Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38: digest: sha256:676a0e22132ed6deb748537cacc9e7d60aaa9a5e806d9c97aa43ab338cdbb37f size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:46:05.761Z] 0f093f025ec4: Pull complete [2023-09-05T20:46:05.941Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:46:06.026Z] c3106fc0e877: Pull complete [2023-09-05T20:46:06.026Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2023-09-05T20:46:06.026Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-09-05T20:46:06.026Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-05T20:46:06.215Z] prd-ubuntu20.04-docker-arm64-4c-16g-5373 does not seem to be running inside a container [2023-09-05T20:46:06.247Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2023-09-05T20:46:06.247Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-09-05T20:46:06.247Z] 891fb98439b7: Preparing [2023-09-05T20:46:06.247Z] 957ccb1b8d27: Preparing [2023-09-05T20:46:06.247Z] b384f2cb7d70: Preparing [2023-09-05T20:46:06.247Z] ed4aa931ced4: Preparing [2023-09-05T20:46:06.247Z] a9b26e0313bd: Preparing [2023-09-05T20:46:06.247Z] 9e3985122a9f: Preparing [2023-09-05T20:46:06.247Z] 42a13abed72c: Preparing [2023-09-05T20:46:06.247Z] fc0aabdf5738: Preparing [2023-09-05T20:46:06.247Z] 36b50b131297: Preparing [2023-09-05T20:46:06.247Z] 9e3985122a9f: Waiting [2023-09-05T20:46:06.247Z] 36b50b131297: Waiting [2023-09-05T20:46:06.247Z] 42a13abed72c: Waiting [2023-09-05T20:46:06.247Z] fc0aabdf5738: Waiting [2023-09-05T20:46:06.247Z] 957ccb1b8d27: Layer already exists [2023-09-05T20:46:06.247Z] 891fb98439b7: Layer already exists [2023-09-05T20:46:06.247Z] ed4aa931ced4: Layer already exists [2023-09-05T20:46:06.247Z] a9b26e0313bd: Layer already exists [2023-09-05T20:46:06.247Z] b384f2cb7d70: Layer already exists [2023-09-05T20:46:06.247Z] 9e3985122a9f: Layer already exists [2023-09-05T20:46:06.247Z] 42a13abed72c: Layer already exists [2023-09-05T20:46:06.247Z] 36b50b131297: Layer already exists [2023-09-05T20:46:06.247Z] fc0aabdf5738: Layer already exists [2023-09-05T20:46:06.247Z] main: digest: sha256:676a0e22132ed6deb748537cacc9e7d60aaa9a5e806d9c97aa43ab338cdbb37f size: 2200 [2023-09-05T20:46:06.272Z] $ 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/572 -v /w/workspace/edgex-go/572:/w/workspace/edgex-go/572:rw,z -v /w/workspace/edgex-go/572@tmp:/w/workspace/edgex-go/572@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-09-05T20:46:09.668Z] $ docker top 839f9e466c2a9f13a63489e8acb9a37b506a659835d073da3586e808fa1d26e4 -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-09-05T20:46:09.957Z] ===================================================== [Pipeline] echo [2023-09-05T20:46:09.966Z] taggedImages: [2023-09-05T20:46:09.966Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T20:46:09.966Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-09-05T20:46:09.966Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.1.0-dev.38 [2023-09-05T20:46:09.966Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T20:46:09.966Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2023-09-05T20:46:09.992Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2023-09-05T20:46:09.992Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T20:46:09.992Z] latest [2023-09-05T20:46:09.992Z] 3.1.0-dev.38 [2023-09-05T20:46:09.992Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T20:46:09.992Z] main [2023-09-05T20:46:09.992Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:46:10.184Z] + docker compose -f ./docker-compose-build.yml build --parallel [2023-09-05T20:46:10.323Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:488f23b0c5d68863a9e298ac057bceee8c500ce0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:46:10.638Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T20:46:10.638Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-09-05T20:46:10.638Z] 345311e0a036: Preparing [2023-09-05T20:46:10.638Z] a19970c0d27f: Preparing [2023-09-05T20:46:10.638Z] 1d3901239a0e: Preparing [2023-09-05T20:46:10.638Z] ed4aa931ced4: Preparing [2023-09-05T20:46:10.638Z] a9b26e0313bd: Preparing [2023-09-05T20:46:10.638Z] fda645625d55: Preparing [2023-09-05T20:46:10.638Z] 69e37370faef: Preparing [2023-09-05T20:46:10.638Z] 36b50b131297: Preparing [2023-09-05T20:46:10.638Z] 69e37370faef: Waiting [2023-09-05T20:46:10.638Z] 36b50b131297: Waiting [2023-09-05T20:46:10.638Z] fda645625d55: Waiting [2023-09-05T20:46:10.638Z] ed4aa931ced4: Layer already exists [2023-09-05T20:46:10.638Z] a9b26e0313bd: Layer already exists [2023-09-05T20:46:10.638Z] a19970c0d27f: Pushed [2023-09-05T20:46:10.638Z] 36b50b131297: Layer already exists [2023-09-05T20:46:10.638Z] 1d3901239a0e: Pushed [2023-09-05T20:46:10.638Z] 345311e0a036: Pushed [2023-09-05T20:46:10.897Z] 69e37370faef: Pushed [2023-09-05T20:46:18.397Z] #1 [security-spire-server internal] load build definition from Dockerfile [2023-09-05T20:46:18.397Z] #1 transferring dockerfile: 1.59kB done [2023-09-05T20:46:18.397Z] #1 DONE 0.1s [2023-09-05T20:46:18.982Z] [2023-09-05T20:46:18.982Z] #2 [security-proxy-auth internal] load build definition from Dockerfile [2023-09-05T20:46:18.982Z] #2 transferring dockerfile: 2.04kB done [2023-09-05T20:46:18.982Z] #2 DONE 0.0s [2023-09-05T20:46:18.982Z] [2023-09-05T20:46:18.982Z] #3 [core-metadata internal] load build definition from Dockerfile [2023-09-05T20:46:18.982Z] #3 transferring dockerfile: 1.96kB done [2023-09-05T20:46:18.982Z] #3 DONE 0.0s [2023-09-05T20:46:18.982Z] [2023-09-05T20:46:18.982Z] #4 [security-spire-config internal] load build definition from Dockerfile [2023-09-05T20:46:18.982Z] #4 transferring dockerfile: 1.58kB 0.0s done [2023-09-05T20:46:18.982Z] #4 DONE 0.1s [2023-09-05T20:46:18.982Z] [2023-09-05T20:46:18.982Z] #5 [security-proxy-setup internal] load build definition from Dockerfile [2023-09-05T20:46:19.014Z] fda645625d55: Pushed [2023-09-05T20:46:19.014Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0: digest: sha256:00345d34640d3e6893b08cebc934f048f927cde2c552d99592d94ec74c097c13 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:46:19.260Z] #5 transferring dockerfile: 2.39kB done [2023-09-05T20:46:19.260Z] #5 DONE 0.1s [2023-09-05T20:46:19.260Z] [2023-09-05T20:46:19.260Z] #6 [security-secretstore-setup internal] load build definition from Dockerfile [2023-09-05T20:46:19.260Z] #6 transferring dockerfile: 2.38kB done [2023-09-05T20:46:19.260Z] #6 DONE 0.1s [2023-09-05T20:46:19.260Z] [2023-09-05T20:46:19.260Z] #7 [security-bootstrapper internal] load build definition from Dockerfile [2023-09-05T20:46:19.260Z] #7 transferring dockerfile: 2.82kB done [2023-09-05T20:46:19.260Z] #7 DONE 0.1s [2023-09-05T20:46:19.260Z] [2023-09-05T20:46:19.260Z] #8 [security-spiffe-token-provider internal] load build definition from Dockerfile [2023-09-05T20:46:19.328Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:46:19.530Z] #8 transferring dockerfile: 1.78kB done [2023-09-05T20:46:19.530Z] #8 DONE 0.1s [2023-09-05T20:46:19.530Z] [2023-09-05T20:46:19.531Z] #9 [security-spire-agent internal] load build definition from Dockerfile [2023-09-05T20:46:19.531Z] #9 transferring dockerfile: 1.70kB done [2023-09-05T20:46:19.531Z] #9 DONE 0.1s [2023-09-05T20:46:19.531Z] [2023-09-05T20:46:19.531Z] #10 [core-data internal] load build definition from Dockerfile [2023-09-05T20:46:19.531Z] #10 transferring dockerfile: 1.90kB done [2023-09-05T20:46:19.531Z] #10 DONE 0.1s [2023-09-05T20:46:19.531Z] [2023-09-05T20:46:19.531Z] #11 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2023-09-05T20:46:19.531Z] #11 transferring dockerfile: 2.12kB done [2023-09-05T20:46:19.531Z] #11 DONE 0.1s [2023-09-05T20:46:19.531Z] [2023-09-05T20:46:19.531Z] #12 [support-notifications internal] load build definition from Dockerfile [2023-09-05T20:46:19.531Z] #12 transferring dockerfile: 1.84kB done [2023-09-05T20:46:19.531Z] #12 DONE 0.1s [2023-09-05T20:46:19.531Z] [2023-09-05T20:46:19.531Z] #13 [core-command internal] load build definition from Dockerfile [2023-09-05T20:46:19.640Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-09-05T20:46:19.640Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-09-05T20:46:19.640Z] 345311e0a036: Preparing [2023-09-05T20:46:19.640Z] a19970c0d27f: Preparing [2023-09-05T20:46:19.640Z] 1d3901239a0e: Preparing [2023-09-05T20:46:19.640Z] ed4aa931ced4: Preparing [2023-09-05T20:46:19.640Z] a9b26e0313bd: Preparing [2023-09-05T20:46:19.640Z] fda645625d55: Preparing [2023-09-05T20:46:19.640Z] 69e37370faef: Preparing [2023-09-05T20:46:19.640Z] 36b50b131297: Preparing [2023-09-05T20:46:19.640Z] fda645625d55: Waiting [2023-09-05T20:46:19.640Z] 69e37370faef: Waiting [2023-09-05T20:46:19.640Z] 36b50b131297: Waiting [2023-09-05T20:46:19.640Z] a19970c0d27f: Layer already exists [2023-09-05T20:46:19.640Z] 345311e0a036: Layer already exists [2023-09-05T20:46:19.640Z] ed4aa931ced4: Layer already exists [2023-09-05T20:46:19.640Z] 1d3901239a0e: Layer already exists [2023-09-05T20:46:19.640Z] a9b26e0313bd: Layer already exists [2023-09-05T20:46:19.640Z] fda645625d55: Layer already exists [2023-09-05T20:46:19.640Z] 69e37370faef: Layer already exists [2023-09-05T20:46:19.640Z] 36b50b131297: Layer already exists [2023-09-05T20:46:19.640Z] latest: digest: sha256:00345d34640d3e6893b08cebc934f048f927cde2c552d99592d94ec74c097c13 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:46:19.801Z] #13 transferring dockerfile: 1.82kB 0.0s done [2023-09-05T20:46:19.801Z] #13 DONE 0.1s [2023-09-05T20:46:19.801Z] [2023-09-05T20:46:19.801Z] #14 [support-scheduler internal] load build definition from Dockerfile [2023-09-05T20:46:19.801Z] #14 transferring dockerfile: 1.82kB 0.0s done [2023-09-05T20:46:19.801Z] #14 DONE 0.1s [2023-09-05T20:46:19.801Z] [2023-09-05T20:46:19.801Z] #15 [security-spire-server internal] load .dockerignore [2023-09-05T20:46:19.801Z] #15 transferring context: 56B 0.0s done [2023-09-05T20:46:19.801Z] #15 DONE 0.1s [2023-09-05T20:46:19.948Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:46:20.258Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.1.0-dev.38 [2023-09-05T20:46:20.258Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-09-05T20:46:20.258Z] 345311e0a036: Preparing [2023-09-05T20:46:20.258Z] a19970c0d27f: Preparing [2023-09-05T20:46:20.258Z] 1d3901239a0e: Preparing [2023-09-05T20:46:20.258Z] ed4aa931ced4: Preparing [2023-09-05T20:46:20.258Z] a9b26e0313bd: Preparing [2023-09-05T20:46:20.258Z] fda645625d55: Preparing [2023-09-05T20:46:20.258Z] 69e37370faef: Preparing [2023-09-05T20:46:20.258Z] 36b50b131297: Preparing [2023-09-05T20:46:20.258Z] 69e37370faef: Waiting [2023-09-05T20:46:20.258Z] fda645625d55: Waiting [2023-09-05T20:46:20.258Z] 1d3901239a0e: Layer already exists [2023-09-05T20:46:20.258Z] 345311e0a036: Layer already exists [2023-09-05T20:46:20.258Z] ed4aa931ced4: Layer already exists [2023-09-05T20:46:20.258Z] a9b26e0313bd: Layer already exists [2023-09-05T20:46:20.258Z] a19970c0d27f: Layer already exists [2023-09-05T20:46:20.258Z] fda645625d55: Layer already exists [2023-09-05T20:46:20.258Z] 69e37370faef: Layer already exists [2023-09-05T20:46:20.258Z] 36b50b131297: Layer already exists [2023-09-05T20:46:20.258Z] 3.1.0-dev.38: digest: sha256:00345d34640d3e6893b08cebc934f048f927cde2c552d99592d94ec74c097c13 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:46:20.387Z] [2023-09-05T20:46:20.387Z] #16 [security-proxy-auth internal] load .dockerignore [2023-09-05T20:46:20.387Z] #16 transferring context: 56B 0.0s done [2023-09-05T20:46:20.387Z] #16 DONE 0.1s [2023-09-05T20:46:20.570Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:46:20.656Z] [2023-09-05T20:46:20.656Z] #17 [core-metadata internal] load .dockerignore [2023-09-05T20:46:20.656Z] #17 transferring context: 56B done [2023-09-05T20:46:20.876Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T20:46:20.876Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-09-05T20:46:20.876Z] 345311e0a036: Preparing [2023-09-05T20:46:20.876Z] a19970c0d27f: Preparing [2023-09-05T20:46:20.876Z] 1d3901239a0e: Preparing [2023-09-05T20:46:20.876Z] ed4aa931ced4: Preparing [2023-09-05T20:46:20.876Z] a9b26e0313bd: Preparing [2023-09-05T20:46:20.876Z] fda645625d55: Preparing [2023-09-05T20:46:20.876Z] 69e37370faef: Preparing [2023-09-05T20:46:20.876Z] 36b50b131297: Preparing [2023-09-05T20:46:20.876Z] fda645625d55: Waiting [2023-09-05T20:46:20.876Z] 69e37370faef: Waiting [2023-09-05T20:46:20.876Z] 36b50b131297: Waiting [2023-09-05T20:46:20.876Z] 1d3901239a0e: Layer already exists [2023-09-05T20:46:20.876Z] a9b26e0313bd: Layer already exists [2023-09-05T20:46:20.876Z] 345311e0a036: Layer already exists [2023-09-05T20:46:20.876Z] ed4aa931ced4: Layer already exists [2023-09-05T20:46:20.876Z] a19970c0d27f: Layer already exists [2023-09-05T20:46:20.876Z] 69e37370faef: Layer already exists [2023-09-05T20:46:20.876Z] fda645625d55: Layer already exists [2023-09-05T20:46:20.876Z] 36b50b131297: Layer already exists [2023-09-05T20:46:20.876Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38: digest: sha256:00345d34640d3e6893b08cebc934f048f927cde2c552d99592d94ec74c097c13 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:46:21.182Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:46:21.247Z] #17 ... [2023-09-05T20:46:21.247Z] [2023-09-05T20:46:21.247Z] #18 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-05T20:46:21.247Z] #18 DONE 0.0s [2023-09-05T20:46:21.489Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2023-09-05T20:46:21.489Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-09-05T20:46:21.489Z] 345311e0a036: Preparing [2023-09-05T20:46:21.489Z] a19970c0d27f: Preparing [2023-09-05T20:46:21.489Z] 1d3901239a0e: Preparing [2023-09-05T20:46:21.489Z] ed4aa931ced4: Preparing [2023-09-05T20:46:21.489Z] a9b26e0313bd: Preparing [2023-09-05T20:46:21.489Z] fda645625d55: Preparing [2023-09-05T20:46:21.489Z] 69e37370faef: Preparing [2023-09-05T20:46:21.489Z] 36b50b131297: Preparing [2023-09-05T20:46:21.489Z] 69e37370faef: Waiting [2023-09-05T20:46:21.489Z] 36b50b131297: Waiting [2023-09-05T20:46:21.489Z] fda645625d55: Waiting [2023-09-05T20:46:21.489Z] a9b26e0313bd: Layer already exists [2023-09-05T20:46:21.489Z] ed4aa931ced4: Layer already exists [2023-09-05T20:46:21.489Z] 345311e0a036: Layer already exists [2023-09-05T20:46:21.489Z] 1d3901239a0e: Layer already exists [2023-09-05T20:46:21.489Z] a19970c0d27f: Layer already exists [2023-09-05T20:46:21.489Z] fda645625d55: Layer already exists [2023-09-05T20:46:21.489Z] 69e37370faef: Layer already exists [2023-09-05T20:46:21.489Z] 36b50b131297: Layer already exists [2023-09-05T20:46:21.489Z] main: digest: sha256:00345d34640d3e6893b08cebc934f048f927cde2c552d99592d94ec74c097c13 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [2023-09-05T20:46:21.512Z] [2023-09-05T20:46:21.512Z] #19 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-09-05T20:46:21.526Z] ===================================================== [Pipeline] echo [2023-09-05T20:46:21.533Z] taggedImages: [2023-09-05T20:46:21.533Z] - nexus3.edgexfoundry.org:10004/security-spire-config:488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T20:46:21.533Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-09-05T20:46:21.533Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.1.0-dev.38 [2023-09-05T20:46:21.533Z] - nexus3.edgexfoundry.org:10004/security-spire-config:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T20:46:21.533Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2023-09-05T20:46:21.551Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2023-09-05T20:46:21.551Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T20:46:21.551Z] latest [2023-09-05T20:46:21.551Z] 3.1.0-dev.38 [2023-09-05T20:46:21.551Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T20:46:21.551Z] main [2023-09-05T20:46:21.551Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:46:21.856Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:488f23b0c5d68863a9e298ac057bceee8c500ce0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:46:22.096Z] #19 ... [2023-09-05T20:46:22.097Z] [2023-09-05T20:46:22.097Z] #17 [core-metadata internal] load .dockerignore [2023-09-05T20:46:22.097Z] #17 DONE 1.5s [2023-09-05T20:46:22.097Z] [2023-09-05T20:46:22.097Z] #20 [security-spire-config internal] load .dockerignore [2023-09-05T20:46:22.097Z] #20 transferring context: 56B 0.0s done [2023-09-05T20:46:22.097Z] #20 DONE 1.5s [2023-09-05T20:46:22.097Z] [2023-09-05T20:46:22.097Z] #21 [security-proxy-setup internal] load .dockerignore [2023-09-05T20:46:22.157Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T20:46:22.158Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-09-05T20:46:22.158Z] 891fb98439b7: Preparing [2023-09-05T20:46:22.158Z] a8870b6f126c: Preparing [2023-09-05T20:46:22.158Z] c6eafc921eff: Preparing [2023-09-05T20:46:22.158Z] ed4aa931ced4: Preparing [2023-09-05T20:46:22.158Z] a9b26e0313bd: Preparing [2023-09-05T20:46:22.158Z] 1842a82ce02f: Preparing [2023-09-05T20:46:22.158Z] fc0aabdf5738: Preparing [2023-09-05T20:46:22.158Z] 36b50b131297: Preparing [2023-09-05T20:46:22.158Z] 1842a82ce02f: Waiting [2023-09-05T20:46:22.158Z] 36b50b131297: Waiting [2023-09-05T20:46:22.158Z] fc0aabdf5738: Waiting [2023-09-05T20:46:22.158Z] a9b26e0313bd: Layer already exists [2023-09-05T20:46:22.158Z] 891fb98439b7: Layer already exists [2023-09-05T20:46:22.158Z] ed4aa931ced4: Layer already exists [2023-09-05T20:46:22.158Z] fc0aabdf5738: Layer already exists [2023-09-05T20:46:22.158Z] 36b50b131297: Layer already exists [2023-09-05T20:46:22.158Z] c6eafc921eff: Pushed [2023-09-05T20:46:22.158Z] a8870b6f126c: Pushed [2023-09-05T20:46:22.366Z] #21 transferring context: 56B 0.0s done [2023-09-05T20:46:22.366Z] #21 DONE 1.6s [2023-09-05T20:46:22.366Z] [2023-09-05T20:46:22.366Z] #18 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-05T20:46:22.366Z] #18 DONE 0.0s [2023-09-05T20:46:22.366Z] [2023-09-05T20:46:22.366Z] #19 [core-metadata internal] load metadata for docker.io/library/alpine:3.17 [2023-09-05T20:46:22.366Z] #19 ... [2023-09-05T20:46:22.366Z] [2023-09-05T20:46:22.366Z] #22 [security-secretstore-setup internal] load .dockerignore [2023-09-05T20:46:22.366Z] #22 transferring context: 56B done [2023-09-05T20:46:22.366Z] #22 DONE 1.6s [2023-09-05T20:46:22.366Z] [2023-09-05T20:46:22.366Z] #23 [security-bootstrapper internal] load .dockerignore [2023-09-05T20:46:22.366Z] #23 transferring context: 56B 0.0s done [2023-09-05T20:46:22.366Z] #23 DONE 1.6s [2023-09-05T20:46:22.366Z] [2023-09-05T20:46:22.366Z] #19 [security-spire-config internal] load metadata for docker.io/library/alpine:3.17 [2023-09-05T20:46:22.366Z] #19 DONE 1.8s [2023-09-05T20:46:22.366Z] [2023-09-05T20:46:22.366Z] #24 [support-scheduler internal] load .dockerignore [2023-09-05T20:46:22.366Z] #24 transferring context: 56B 0.0s done [2023-09-05T20:46:22.639Z] #24 DONE 1.5s [2023-09-05T20:46:22.639Z] [2023-09-05T20:46:22.639Z] #25 [core-command internal] load .dockerignore [2023-09-05T20:46:22.639Z] #25 transferring context: 56B 0.0s done [2023-09-05T20:46:22.639Z] #25 DONE 1.6s [2023-09-05T20:46:22.639Z] [2023-09-05T20:46:22.639Z] #26 [security-spire-agent internal] load .dockerignore [2023-09-05T20:46:22.639Z] #26 transferring context: 56B 0.0s done [2023-09-05T20:46:22.639Z] #26 DONE 1.7s [2023-09-05T20:46:22.639Z] [2023-09-05T20:46:22.639Z] #27 [security-spiffe-token-provider internal] load .dockerignore [2023-09-05T20:46:22.639Z] #27 transferring context: 56B 0.1s done [2023-09-05T20:46:22.639Z] #27 DONE 1.7s [2023-09-05T20:46:22.639Z] [2023-09-05T20:46:22.639Z] #18 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-05T20:46:22.639Z] #18 DONE 0.0s [2023-09-05T20:46:22.639Z] [2023-09-05T20:46:22.639Z] #28 [core-metadata stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-09-05T20:46:22.639Z] #28 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.1s done [2023-09-05T20:46:22.639Z] #28 ... [2023-09-05T20:46:22.639Z] [2023-09-05T20:46:22.639Z] #29 [support-notifications internal] load .dockerignore [2023-09-05T20:46:22.639Z] #29 transferring context: 56B 0.0s done [2023-09-05T20:46:22.639Z] #29 DONE 1.6s [2023-09-05T20:46:22.639Z] [2023-09-05T20:46:22.639Z] #19 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.17 [2023-09-05T20:46:22.639Z] #19 DONE 1.8s [2023-09-05T20:46:22.639Z] [2023-09-05T20:46:22.639Z] #28 [security-proxy-setup stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-09-05T20:46:22.639Z] #28 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.1s done [2023-09-05T20:46:22.639Z] #28 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-09-05T20:46:22.639Z] #28 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-09-05T20:46:22.639Z] #28 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-09-05T20:46:22.639Z] #28 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 0B / 3.26MB 0.1s [2023-09-05T20:46:22.910Z] #28 ... [2023-09-05T20:46:22.910Z] [2023-09-05T20:46:22.910Z] #30 [core-common-config-bootstrapper internal] load .dockerignore [2023-09-05T20:46:22.910Z] #30 transferring context: 56B 0.0s done [2023-09-05T20:46:22.910Z] #30 DONE 1.8s [2023-09-05T20:46:22.910Z] [2023-09-05T20:46:22.910Z] #31 [core-data internal] load .dockerignore [2023-09-05T20:46:22.910Z] #31 transferring context: 56B 0.0s done [2023-09-05T20:46:22.910Z] #31 DONE 1.9s [2023-09-05T20:46:22.910Z] [2023-09-05T20:46:22.910Z] #28 [security-proxy-setup stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-09-05T20:46:22.910Z] #28 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-09-05T20:46:22.910Z] #28 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 [2023-09-05T20:46:22.910Z] #28 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-09-05T20:46:23.498Z] #28 ... [2023-09-05T20:46:23.498Z] [2023-09-05T20:46:23.498Z] #32 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 [2023-09-05T20:46:23.498Z] #32 DONE 2.3s [2023-09-05T20:46:23.498Z] [2023-09-05T20:46:23.498Z] #28 [security-spire-server stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-09-05T20:46:23.498Z] #28 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.1s done [2023-09-05T20:46:23.498Z] #28 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-09-05T20:46:23.498Z] #28 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-09-05T20:46:23.498Z] #28 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-09-05T20:46:23.498Z] #28 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-09-05T20:46:23.498Z] #28 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.1s done [2023-09-05T20:46:23.498Z] #28 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-09-05T20:46:23.498Z] #28 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-09-05T20:46:23.498Z] #28 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-09-05T20:46:23.498Z] #28 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-09-05T20:46:24.088Z] #28 ... [2023-09-05T20:46:24.088Z] [2023-09-05T20:46:24.088Z] #18 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-05T20:46:24.088Z] #18 DONE 0.0s [2023-09-05T20:46:24.088Z] [2023-09-05T20:46:24.088Z] #28 [security-spire-config stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-09-05T20:46:24.356Z] #28 ... [2023-09-05T20:46:24.356Z] [2023-09-05T20:46:24.356Z] #19 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.17 [2023-09-05T20:46:24.356Z] #19 DONE 1.8s [2023-09-05T20:46:24.356Z] [2023-09-05T20:46:24.356Z] #33 [core-metadata internal] load build context [2023-09-05T20:46:24.356Z] #33 transferring context: 2.58MB 1.3s done [2023-09-05T20:46:24.356Z] #33 DONE 1.7s [2023-09-05T20:46:24.356Z] [2023-09-05T20:46:24.356Z] #28 [security-secretstore-setup stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-09-05T20:46:24.356Z] #28 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.1s done [2023-09-05T20:46:24.356Z] #28 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-09-05T20:46:24.356Z] #28 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-09-05T20:46:24.356Z] #28 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-09-05T20:46:24.356Z] #28 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-09-05T20:46:24.356Z] #28 ... [2023-09-05T20:46:24.356Z] [2023-09-05T20:46:24.356Z] #18 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-05T20:46:24.356Z] #18 DONE 0.0s [2023-09-05T20:46:24.356Z] [2023-09-05T20:46:24.356Z] #19 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.17 [2023-09-05T20:46:24.356Z] #19 DONE 1.9s [2023-09-05T20:46:24.356Z] [2023-09-05T20:46:24.356Z] #34 [security-proxy-auth internal] load build context [2023-09-05T20:46:24.356Z] #34 transferring context: 2.58MB 1.3s done [2023-09-05T20:46:24.356Z] #34 DONE 1.8s [2023-09-05T20:46:24.356Z] [2023-09-05T20:46:24.356Z] #35 [security-proxy-setup internal] load build context [2023-09-05T20:46:24.356Z] #35 transferring context: 2.58MB 1.4s done [2023-09-05T20:46:24.356Z] #35 DONE 1.7s [2023-09-05T20:46:24.356Z] [2023-09-05T20:46:24.356Z] #36 [security-spire-server internal] load build context [2023-09-05T20:46:24.356Z] #36 transferring context: 17.59kB 0.1s done [2023-09-05T20:46:24.356Z] #36 DONE 0.9s [2023-09-05T20:46:24.356Z] [2023-09-05T20:46:24.356Z] #28 [security-bootstrapper stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-09-05T20:46:24.356Z] #28 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.1s done [2023-09-05T20:46:24.356Z] #28 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-09-05T20:46:24.356Z] #28 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-09-05T20:46:24.356Z] #28 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-09-05T20:46:24.356Z] #28 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-09-05T20:46:24.624Z] #28 ... [2023-09-05T20:46:24.624Z] [2023-09-05T20:46:24.624Z] #37 [security-spire-config internal] load build context [2023-09-05T20:46:24.624Z] #37 transferring context: 15.84kB 0.0s done [2023-09-05T20:46:24.624Z] #37 DONE 0.9s [2023-09-05T20:46:24.624Z] [2023-09-05T20:46:24.624Z] #28 [security-bootstrapper stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-09-05T20:46:24.624Z] #28 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 1.7s done [2023-09-05T20:46:24.624Z] #28 ... [2023-09-05T20:46:24.624Z] [2023-09-05T20:46:24.624Z] #19 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.17 [2023-09-05T20:46:24.624Z] #19 DONE 2.0s [2023-09-05T20:46:24.624Z] [2023-09-05T20:46:24.624Z] #32 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 [2023-09-05T20:46:24.624Z] #32 DONE 2.5s [2023-09-05T20:46:24.624Z] [2023-09-05T20:46:24.624Z] #28 [security-bootstrapper stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-09-05T20:46:24.624Z] #28 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 1.7s done [2023-09-05T20:46:24.890Z] #28 ... [2023-09-05T20:46:24.890Z] [2023-09-05T20:46:24.890Z] #18 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-05T20:46:24.890Z] #18 DONE 0.0s [2023-09-05T20:46:25.159Z] [2023-09-05T20:46:25.159Z] #19 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.17 [2023-09-05T20:46:25.159Z] #19 DONE 2.1s [2023-09-05T20:46:25.159Z] [2023-09-05T20:46:25.159Z] #38 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T20:46:25.159Z] #38 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.3s done [2023-09-05T20:46:25.159Z] #38 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done [2023-09-05T20:46:25.159Z] #38 sha256:7f1a042121549eaff99a14cf9dd09b8e9800ffe831816902ce4dc13d1ba16589 1.05kB / 1.05kB done [2023-09-05T20:46:25.159Z] #38 sha256:6dd7dc7370d8ed10ec8280fb6249b38c860421f5750b0a0fa1db764e8eebdf0b 2.74kB / 2.74kB done [2023-09-05T20:46:25.159Z] #38 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.2s done [2023-09-05T20:46:25.159Z] #38 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.2s done [2023-09-05T20:46:25.159Z] #38 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done [2023-09-05T20:46:25.159Z] #38 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.3s done [2023-09-05T20:46:25.159Z] #38 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 11.53MB / 23.39MB 1.1s [2023-09-05T20:46:25.159Z] #38 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.0s done [2023-09-05T20:46:25.159Z] #38 ... [2023-09-05T20:46:25.159Z] [2023-09-05T20:46:25.159Z] #18 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-05T20:46:25.159Z] #18 DONE 0.0s [2023-09-05T20:46:25.159Z] [2023-09-05T20:46:25.159Z] #38 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T20:46:25.159Z] #38 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 13.63MB / 23.39MB 1.2s [2023-09-05T20:46:25.428Z] #38 ... [2023-09-05T20:46:25.428Z] [2023-09-05T20:46:25.428Z] #18 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-05T20:46:25.428Z] #18 DONE 0.0s [2023-09-05T20:46:25.428Z] [2023-09-05T20:46:25.428Z] #39 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 [2023-09-05T20:46:25.428Z] #39 DONE 0.9s [2023-09-05T20:46:25.428Z] [2023-09-05T20:46:25.428Z] #38 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T20:46:25.428Z] #38 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 15.73MB / 23.39MB 1.4s [2023-09-05T20:46:25.428Z] #38 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 0.0s done [2023-09-05T20:46:25.428Z] #38 ... [2023-09-05T20:46:25.428Z] [2023-09-05T20:46:25.428Z] #19 [support-scheduler internal] load metadata for docker.io/library/alpine:3.17 [2023-09-05T20:46:25.428Z] #19 DONE 2.4s [2023-09-05T20:46:25.428Z] [2023-09-05T20:46:25.428Z] #28 [security-spire-agent stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-09-05T20:46:25.428Z] #28 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.1s done [2023-09-05T20:46:25.428Z] #28 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-09-05T20:46:25.428Z] #28 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-09-05T20:46:25.428Z] #28 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-09-05T20:46:25.428Z] #28 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-09-05T20:46:25.428Z] #28 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 1.7s done [2023-09-05T20:46:25.428Z] #28 DONE 3.6s [2023-09-05T20:46:25.428Z] [2023-09-05T20:46:25.428Z] #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T20:46:25.428Z] #38 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.3s done [2023-09-05T20:46:25.428Z] #38 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done [2023-09-05T20:46:25.428Z] #38 sha256:7f1a042121549eaff99a14cf9dd09b8e9800ffe831816902ce4dc13d1ba16589 1.05kB / 1.05kB done [2023-09-05T20:46:25.428Z] #38 sha256:6dd7dc7370d8ed10ec8280fb6249b38c860421f5750b0a0fa1db764e8eebdf0b 2.74kB / 2.74kB done [2023-09-05T20:46:25.428Z] #38 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.2s done [2023-09-05T20:46:25.428Z] #38 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.2s done [2023-09-05T20:46:25.428Z] #38 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done [2023-09-05T20:46:25.428Z] #38 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.3s done [2023-09-05T20:46:25.428Z] #38 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.0s done [2023-09-05T20:46:25.428Z] #38 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 0.0s done [2023-09-05T20:46:25.696Z] #38 ... [2023-09-05T20:46:25.696Z] [2023-09-05T20:46:25.696Z] #40 [core-command builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-09-05T20:46:25.696Z] #40 DONE 3.2s [2023-09-05T20:46:25.696Z] [2023-09-05T20:46:25.696Z] #28 [core-command stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-09-05T20:46:25.696Z] #28 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.1s done [2023-09-05T20:46:25.696Z] #28 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-09-05T20:46:25.696Z] #28 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-09-05T20:46:25.696Z] #28 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-09-05T20:46:25.696Z] #28 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-09-05T20:46:25.696Z] #28 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 1.7s done [2023-09-05T20:46:25.696Z] #28 DONE 3.7s [2023-09-05T20:46:25.696Z] [2023-09-05T20:46:25.696Z] #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T20:46:25.696Z] #38 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 17.83MB / 23.39MB 1.7s [2023-09-05T20:46:25.696Z] #38 ... [2023-09-05T20:46:25.696Z] [2023-09-05T20:46:25.696Z] #18 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-05T20:46:25.696Z] #18 DONE 0.0s [2023-09-05T20:46:25.696Z] [2023-09-05T20:46:25.696Z] #40 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-09-05T20:46:25.696Z] #40 DONE 3.3s [2023-09-05T20:46:25.696Z] [2023-09-05T20:46:25.696Z] #28 [support-scheduler stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-09-05T20:46:25.696Z] #28 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.1s done [2023-09-05T20:46:25.696Z] #28 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-09-05T20:46:25.696Z] #28 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-09-05T20:46:25.696Z] #28 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-09-05T20:46:25.696Z] #28 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-09-05T20:46:25.696Z] #28 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 1.7s done [2023-09-05T20:46:25.696Z] #28 DONE 3.7s [2023-09-05T20:46:25.696Z] [2023-09-05T20:46:25.696Z] #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T20:46:25.696Z] #38 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 19.00MB / 23.39MB 1.8s [2023-09-05T20:46:25.964Z] #38 ... [2023-09-05T20:46:25.964Z] [2023-09-05T20:46:25.964Z] #18 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-05T20:46:25.964Z] #18 DONE 0.0s [2023-09-05T20:46:25.964Z] [2023-09-05T20:46:25.964Z] #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T20:46:25.964Z] #38 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 21.09MB / 23.39MB 1.9s [2023-09-05T20:46:25.964Z] #38 ... [2023-09-05T20:46:25.964Z] [2023-09-05T20:46:25.964Z] #18 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-05T20:46:25.964Z] #18 DONE 0.0s [2023-09-05T20:46:25.964Z] [2023-09-05T20:46:25.964Z] #41 [security-bootstrapper internal] load build context [2023-09-05T20:46:25.964Z] #41 transferring context: 2.58MB 1.1s done [2023-09-05T20:46:25.964Z] #41 DONE 1.5s [2023-09-05T20:46:25.964Z] [2023-09-05T20:46:25.964Z] #42 [security-secretstore-setup internal] load build context [2023-09-05T20:46:25.964Z] #42 transferring context: 2.58MB 0.8s done [2023-09-05T20:46:25.964Z] #42 DONE 1.7s [2023-09-05T20:46:25.964Z] [2023-09-05T20:46:25.964Z] #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T20:46:25.964Z] #38 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.39MB / 23.39MB 2.0s [2023-09-05T20:46:26.231Z] #38 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.39MB / 23.39MB 2.1s done [2023-09-05T20:46:26.231Z] #38 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da [2023-09-05T20:46:26.231Z] #38 ... [2023-09-05T20:46:26.231Z] [2023-09-05T20:46:26.231Z] #43 [security-spire-agent internal] load build context [2023-09-05T20:46:26.231Z] #43 transferring context: 17.12kB 0.0s done [2023-09-05T20:46:26.231Z] #43 DONE 0.7s [2023-09-05T20:46:26.500Z] [2023-09-05T20:46:26.500Z] #44 [core-metadata builder 2/7] WORKDIR /edgex-go [2023-09-05T20:46:26.775Z] #44 ... [2023-09-05T20:46:26.775Z] [2023-09-05T20:46:26.775Z] #19 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.17 [2023-09-05T20:46:26.775Z] #19 DONE 3.3s [2023-09-05T20:46:26.775Z] [2023-09-05T20:46:26.775Z] #40 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-09-05T20:46:26.775Z] #40 DONE 3.3s [2023-09-05T20:46:26.775Z] [2023-09-05T20:46:26.775Z] #28 [core-common-config-bootstrapper stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-09-05T20:46:26.775Z] #28 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.1s done [2023-09-05T20:46:26.775Z] #28 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-09-05T20:46:26.775Z] #28 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-09-05T20:46:26.775Z] #28 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-09-05T20:46:26.775Z] #28 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-09-05T20:46:26.775Z] #28 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 1.7s done [2023-09-05T20:46:26.775Z] #28 DONE 3.7s [2023-09-05T20:46:26.775Z] [2023-09-05T20:46:26.775Z] #45 [security-spiffe-token-provider internal] load build context [2023-09-05T20:46:26.775Z] #45 transferring context: 2.58MB 1.0s done [2023-09-05T20:46:26.775Z] #45 DONE 1.7s [2023-09-05T20:46:26.775Z] [2023-09-05T20:46:26.775Z] #46 [support-notifications internal] load build context [2023-09-05T20:46:27.360Z] #46 ... [2023-09-05T20:46:27.361Z] [2023-09-05T20:46:27.361Z] #47 [support-scheduler internal] load build context [2023-09-05T20:46:27.361Z] #47 transferring context: 2.58MB 1.1s done [2023-09-05T20:46:27.361Z] #47 DONE 1.8s [2023-09-05T20:46:27.636Z] [2023-09-05T20:46:27.636Z] #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T20:46:28.599Z] #38 ... [2023-09-05T20:46:28.599Z] [2023-09-05T20:46:28.599Z] #48 [core-command internal] load build context [2023-09-05T20:46:28.599Z] #48 transferring context: 2.58MB 1.7s done [2023-09-05T20:46:28.599Z] #48 DONE 2.9s [2023-09-05T20:46:28.599Z] [2023-09-05T20:46:28.599Z] #44 [support-scheduler builder 2/7] WORKDIR /edgex-go [2023-09-05T20:46:28.599Z] #44 DONE 2.9s [2023-09-05T20:46:28.599Z] [2023-09-05T20:46:28.599Z] #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T20:46:31.938Z] #38 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 5.6s [2023-09-05T20:46:32.131Z] 1842a82ce02f: Pushed [2023-09-05T20:46:32.131Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0: digest: sha256:13e8c0dba6b0b79bf9bcd1175514e4d67bca78bdf3bc912649effde86d5fcfe1 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:46:32.448Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:46:32.521Z] #38 ... [2023-09-05T20:46:32.521Z] [2023-09-05T20:46:32.521Z] #49 [core-common-config-bootstrapper internal] load build context [2023-09-05T20:46:32.521Z] #49 transferring context: 2.58MB 4.2s done [2023-09-05T20:46:32.521Z] #49 DONE 5.6s [2023-09-05T20:46:32.521Z] [2023-09-05T20:46:32.521Z] #46 [support-notifications internal] load build context [2023-09-05T20:46:32.521Z] #46 ... [2023-09-05T20:46:32.521Z] [2023-09-05T20:46:32.521Z] #50 [core-data internal] load build context [2023-09-05T20:46:32.522Z] #50 transferring context: 2.58MB 4.8s done [2023-09-05T20:46:32.522Z] #50 DONE 5.9s [2023-09-05T20:46:32.522Z] [2023-09-05T20:46:32.522Z] #46 [support-notifications internal] load build context [2023-09-05T20:46:32.522Z] #46 transferring context: 2.58MB 4.8s done [2023-09-05T20:46:32.762Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-09-05T20:46:32.762Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-09-05T20:46:32.762Z] 891fb98439b7: Preparing [2023-09-05T20:46:32.762Z] a8870b6f126c: Preparing [2023-09-05T20:46:32.762Z] c6eafc921eff: Preparing [2023-09-05T20:46:32.762Z] ed4aa931ced4: Preparing [2023-09-05T20:46:32.762Z] a9b26e0313bd: Preparing [2023-09-05T20:46:32.762Z] 1842a82ce02f: Preparing [2023-09-05T20:46:32.762Z] fc0aabdf5738: Preparing [2023-09-05T20:46:32.762Z] 36b50b131297: Preparing [2023-09-05T20:46:32.762Z] 1842a82ce02f: Waiting [2023-09-05T20:46:32.762Z] 36b50b131297: Waiting [2023-09-05T20:46:32.762Z] fc0aabdf5738: Waiting [2023-09-05T20:46:32.762Z] a9b26e0313bd: Layer already exists [2023-09-05T20:46:32.762Z] c6eafc921eff: Layer already exists [2023-09-05T20:46:32.762Z] a8870b6f126c: Layer already exists [2023-09-05T20:46:32.762Z] ed4aa931ced4: Layer already exists [2023-09-05T20:46:32.762Z] 891fb98439b7: Layer already exists [2023-09-05T20:46:32.762Z] 1842a82ce02f: Layer already exists [2023-09-05T20:46:32.762Z] fc0aabdf5738: Layer already exists [2023-09-05T20:46:32.762Z] 36b50b131297: Layer already exists [2023-09-05T20:46:32.762Z] latest: digest: sha256:13e8c0dba6b0b79bf9bcd1175514e4d67bca78bdf3bc912649effde86d5fcfe1 size: 1988 [Pipeline] } [Pipeline] // withEnv [2023-09-05T20:46:32.787Z] #46 DONE 6.0s [2023-09-05T20:46:32.787Z] [2023-09-05T20:46:32.787Z] #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:46:33.083Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:46:33.451Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.1.0-dev.38 [2023-09-05T20:46:33.451Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-09-05T20:46:33.451Z] 891fb98439b7: Preparing [2023-09-05T20:46:33.451Z] a8870b6f126c: Preparing [2023-09-05T20:46:33.451Z] c6eafc921eff: Preparing [2023-09-05T20:46:33.451Z] ed4aa931ced4: Preparing [2023-09-05T20:46:33.451Z] a9b26e0313bd: Preparing [2023-09-05T20:46:33.451Z] 1842a82ce02f: Preparing [2023-09-05T20:46:33.451Z] fc0aabdf5738: Preparing [2023-09-05T20:46:33.451Z] 36b50b131297: Preparing [2023-09-05T20:46:33.451Z] 1842a82ce02f: Waiting [2023-09-05T20:46:33.451Z] fc0aabdf5738: Waiting [2023-09-05T20:46:33.451Z] 36b50b131297: Waiting [2023-09-05T20:46:33.451Z] c6eafc921eff: Layer already exists [2023-09-05T20:46:33.451Z] 891fb98439b7: Layer already exists [2023-09-05T20:46:33.451Z] a8870b6f126c: Layer already exists [2023-09-05T20:46:33.451Z] ed4aa931ced4: Layer already exists [2023-09-05T20:46:33.451Z] a9b26e0313bd: Layer already exists [2023-09-05T20:46:33.451Z] fc0aabdf5738: Layer already exists [2023-09-05T20:46:33.451Z] 1842a82ce02f: Layer already exists [2023-09-05T20:46:33.451Z] 36b50b131297: Layer already exists [2023-09-05T20:46:33.451Z] 3.1.0-dev.38: digest: sha256:13e8c0dba6b0b79bf9bcd1175514e4d67bca78bdf3bc912649effde86d5fcfe1 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:46:33.804Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:46:34.183Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T20:46:34.183Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-09-05T20:46:34.183Z] 891fb98439b7: Preparing [2023-09-05T20:46:34.183Z] a8870b6f126c: Preparing [2023-09-05T20:46:34.183Z] c6eafc921eff: Preparing [2023-09-05T20:46:34.183Z] ed4aa931ced4: Preparing [2023-09-05T20:46:34.183Z] a9b26e0313bd: Preparing [2023-09-05T20:46:34.183Z] 1842a82ce02f: Preparing [2023-09-05T20:46:34.183Z] fc0aabdf5738: Preparing [2023-09-05T20:46:34.183Z] 36b50b131297: Preparing [2023-09-05T20:46:34.183Z] fc0aabdf5738: Waiting [2023-09-05T20:46:34.183Z] 1842a82ce02f: Waiting [2023-09-05T20:46:34.183Z] 36b50b131297: Waiting [2023-09-05T20:46:34.183Z] 891fb98439b7: Layer already exists [2023-09-05T20:46:34.183Z] a9b26e0313bd: Layer already exists [2023-09-05T20:46:34.183Z] ed4aa931ced4: Layer already exists [2023-09-05T20:46:34.183Z] c6eafc921eff: Layer already exists [2023-09-05T20:46:34.183Z] a8870b6f126c: Layer already exists [2023-09-05T20:46:34.183Z] fc0aabdf5738: Layer already exists [2023-09-05T20:46:34.183Z] 36b50b131297: Layer already exists [2023-09-05T20:46:34.183Z] 1842a82ce02f: Layer already exists [2023-09-05T20:46:34.183Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38: digest: sha256:13e8c0dba6b0b79bf9bcd1175514e4d67bca78bdf3bc912649effde86d5fcfe1 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:46:34.496Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:46:34.805Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2023-09-05T20:46:34.805Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-09-05T20:46:34.805Z] 891fb98439b7: Preparing [2023-09-05T20:46:34.805Z] a8870b6f126c: Preparing [2023-09-05T20:46:34.805Z] c6eafc921eff: Preparing [2023-09-05T20:46:34.805Z] ed4aa931ced4: Preparing [2023-09-05T20:46:34.805Z] a9b26e0313bd: Preparing [2023-09-05T20:46:34.805Z] 1842a82ce02f: Preparing [2023-09-05T20:46:34.805Z] fc0aabdf5738: Preparing [2023-09-05T20:46:34.805Z] 36b50b131297: Preparing [2023-09-05T20:46:34.805Z] 1842a82ce02f: Waiting [2023-09-05T20:46:34.805Z] fc0aabdf5738: Waiting [2023-09-05T20:46:34.805Z] a8870b6f126c: Layer already exists [2023-09-05T20:46:34.805Z] ed4aa931ced4: Layer already exists [2023-09-05T20:46:34.805Z] c6eafc921eff: Layer already exists [2023-09-05T20:46:34.805Z] a9b26e0313bd: Layer already exists [2023-09-05T20:46:34.805Z] 891fb98439b7: Layer already exists [2023-09-05T20:46:34.805Z] 1842a82ce02f: Layer already exists [2023-09-05T20:46:34.805Z] fc0aabdf5738: Layer already exists [2023-09-05T20:46:34.805Z] 36b50b131297: Layer already exists [2023-09-05T20:46:34.805Z] main: digest: sha256:13e8c0dba6b0b79bf9bcd1175514e4d67bca78bdf3bc912649effde86d5fcfe1 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-09-05T20:46:34.839Z] ===================================================== [Pipeline] echo [2023-09-05T20:46:34.847Z] taggedImages: [2023-09-05T20:46:34.847Z] - nexus3.edgexfoundry.org:10004/security-spire-server:488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T20:46:34.847Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-09-05T20:46:34.847Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.1.0-dev.38 [2023-09-05T20:46:34.847Z] - nexus3.edgexfoundry.org:10004/security-spire-server:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T20:46:34.847Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2023-09-05T20:46:34.869Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2023-09-05T20:46:34.869Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T20:46:34.869Z] latest [2023-09-05T20:46:34.869Z] 3.1.0-dev.38 [2023-09-05T20:46:34.869Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T20:46:34.869Z] main [2023-09-05T20:46:34.869Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:46:35.189Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:488f23b0c5d68863a9e298ac057bceee8c500ce0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:46:35.383Z] #38 ... [2023-09-05T20:46:35.383Z] [2023-09-05T20:46:35.383Z] #51 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-05T20:46:35.383Z] #51 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 0.6s done [2023-09-05T20:46:35.383Z] #51 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done [2023-09-05T20:46:35.383Z] #51 sha256:ad4dd425609715af26ecdaca2eb780a94c16ab3f2bf7af379c54c59118cbad72 1.05kB / 1.05kB done [2023-09-05T20:46:35.383Z] #51 sha256:2e3c005644c68a66b99f2ab1386460866c91f666818b8e3156b9a89d00c7486e 2.74kB / 2.74kB done [2023-09-05T20:46:35.383Z] #51 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 1.0s done [2023-09-05T20:46:35.383Z] #51 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 17.12MB / 17.12MB 6.7s done [2023-09-05T20:46:35.383Z] #51 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 done [2023-09-05T20:46:35.383Z] #51 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c [2023-09-05T20:46:35.495Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T20:46:35.495Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-09-05T20:46:35.495Z] 8f92285de623: Preparing [2023-09-05T20:46:35.495Z] e15ac6cb8a8f: Preparing [2023-09-05T20:46:35.495Z] ed4aa931ced4: Preparing [2023-09-05T20:46:35.495Z] a9b26e0313bd: Preparing [2023-09-05T20:46:35.495Z] 932aac71e69b: Preparing [2023-09-05T20:46:35.495Z] 36b50b131297: Preparing [2023-09-05T20:46:35.495Z] 36b50b131297: Waiting [2023-09-05T20:46:35.495Z] ed4aa931ced4: Layer already exists [2023-09-05T20:46:35.495Z] a9b26e0313bd: Layer already exists [2023-09-05T20:46:35.495Z] 36b50b131297: Layer already exists [2023-09-05T20:46:35.495Z] 8f92285de623: Pushed [2023-09-05T20:46:35.495Z] 932aac71e69b: Pushed [2023-09-05T20:46:35.655Z] #51 ... [2023-09-05T20:46:35.656Z] [2023-09-05T20:46:35.656Z] #52 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-09-05T20:46:35.656Z] #0 5.466 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-05T20:46:35.656Z] #0 6.446 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-05T20:46:35.656Z] #0 9.207 v3.17.5-59-gdfba936d800 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-09-05T20:46:35.656Z] #0 9.207 v3.17.5-58-g1556d459cb4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-09-05T20:46:35.656Z] #0 9.207 OK: 17689 distinct packages available [2023-09-05T20:46:35.656Z] #0 9.777 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-05T20:46:35.656Z] #52 ... [2023-09-05T20:46:35.656Z] [2023-09-05T20:46:35.656Z] #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T20:46:35.924Z] #38 ... [2023-09-05T20:46:35.924Z] [2023-09-05T20:46:35.924Z] #53 [security-spire-server stage-2 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-09-05T20:46:35.924Z] #0 6.484 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-05T20:46:35.924Z] #0 7.612 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-05T20:46:35.924Z] #0 10.52 v3.17.5-59-gdfba936d800 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-09-05T20:46:35.924Z] #0 10.52 v3.17.5-58-g1556d459cb4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-09-05T20:46:35.924Z] #0 10.52 OK: 17689 distinct packages available [2023-09-05T20:46:36.191Z] #53 ... [2023-09-05T20:46:36.191Z] [2023-09-05T20:46:36.191Z] #54 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-09-05T20:46:36.191Z] #0 7.914 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-05T20:46:36.191Z] #0 9.836 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-05T20:46:36.191Z] #54 ... [2023-09-05T20:46:36.191Z] [2023-09-05T20:46:36.191Z] #55 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init [2023-09-05T20:46:36.191Z] #0 7.551 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-05T20:46:36.191Z] #0 9.085 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-05T20:46:36.191Z] #55 ... [2023-09-05T20:46:36.191Z] [2023-09-05T20:46:36.191Z] #56 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2023-09-05T20:46:36.191Z] #0 6.827 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-05T20:46:36.191Z] #0 8.178 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-05T20:46:36.478Z] #56 ... [2023-09-05T20:46:36.478Z] [2023-09-05T20:46:36.478Z] #57 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-09-05T20:46:36.478Z] #0 10.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-05T20:46:36.478Z] #57 ... [2023-09-05T20:46:36.478Z] [2023-09-05T20:46:36.478Z] #58 [security-spire-config stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-09-05T20:46:36.478Z] #0 8.668 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-05T20:46:36.748Z] #58 ... [2023-09-05T20:46:36.748Z] [2023-09-05T20:46:36.748Z] #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T20:46:37.330Z] #38 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 11.1s [2023-09-05T20:46:37.330Z] #38 ... [2023-09-05T20:46:37.330Z] [2023-09-05T20:46:37.330Z] #59 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-09-05T20:46:37.330Z] #0 8.415 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-05T20:46:37.597Z] #59 ... [2023-09-05T20:46:37.597Z] [2023-09-05T20:46:37.597Z] #60 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-09-05T20:46:37.597Z] #0 9.429 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-05T20:46:37.597Z] #60 ... [2023-09-05T20:46:37.597Z] [2023-09-05T20:46:37.597Z] #52 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-09-05T20:46:37.597Z] #52 12.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-05T20:46:38.556Z] #52 ... [2023-09-05T20:46:38.556Z] [2023-09-05T20:46:38.556Z] #61 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git [2023-09-05T20:46:38.556Z] #0 9.044 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-05T20:46:38.779Z] e15ac6cb8a8f: Pushed [2023-09-05T20:46:38.779Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0: digest: sha256:b6a73ec1ee7336ffc30d81f4cab6499464351d3bd37e99cb0c50688a1ce2ea11 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [2023-09-05T20:46:38.822Z] #61 ... [2023-09-05T20:46:38.822Z] [2023-09-05T20:46:38.822Z] #62 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-09-05T20:46:38.822Z] #0 8.792 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-05T20:46:38.822Z] #62 ... [2023-09-05T20:46:38.822Z] [2023-09-05T20:46:38.822Z] #63 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2023-09-05T20:46:38.822Z] #0 9.066 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [Pipeline] sh [2023-09-05T20:46:39.088Z] #63 ... [2023-09-05T20:46:39.088Z] [2023-09-05T20:46:39.088Z] #64 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-09-05T20:46:39.088Z] #0 9.685 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-05T20:46:39.088Z] #64 ... [2023-09-05T20:46:39.088Z] [2023-09-05T20:46:39.088Z] #55 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init [2023-09-05T20:46:39.088Z] #55 13.13 (1/1) Installing dumb-init (1.2.5-r2) [2023-09-05T20:46:39.088Z] #55 13.17 Executing busybox-1.35.0-r29.trigger [2023-09-05T20:46:39.099Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:46:39.355Z] #55 13.38 OK: 8 MiB in 16 packages [2023-09-05T20:46:39.402Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-09-05T20:46:39.402Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-09-05T20:46:39.402Z] 8f92285de623: Preparing [2023-09-05T20:46:39.402Z] e15ac6cb8a8f: Preparing [2023-09-05T20:46:39.402Z] ed4aa931ced4: Preparing [2023-09-05T20:46:39.402Z] a9b26e0313bd: Preparing [2023-09-05T20:46:39.402Z] 932aac71e69b: Preparing [2023-09-05T20:46:39.402Z] 36b50b131297: Preparing [2023-09-05T20:46:39.402Z] 36b50b131297: Waiting [2023-09-05T20:46:39.402Z] e15ac6cb8a8f: Layer already exists [2023-09-05T20:46:39.402Z] a9b26e0313bd: Layer already exists [2023-09-05T20:46:39.402Z] 8f92285de623: Layer already exists [2023-09-05T20:46:39.402Z] 932aac71e69b: Layer already exists [2023-09-05T20:46:39.402Z] ed4aa931ced4: Layer already exists [2023-09-05T20:46:39.402Z] 36b50b131297: Layer already exists [2023-09-05T20:46:39.403Z] latest: digest: sha256:b6a73ec1ee7336ffc30d81f4cab6499464351d3bd37e99cb0c50688a1ce2ea11 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:46:39.708Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:46:40.012Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.1.0-dev.38 [2023-09-05T20:46:40.012Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-09-05T20:46:40.012Z] 8f92285de623: Preparing [2023-09-05T20:46:40.012Z] e15ac6cb8a8f: Preparing [2023-09-05T20:46:40.012Z] ed4aa931ced4: Preparing [2023-09-05T20:46:40.013Z] a9b26e0313bd: Preparing [2023-09-05T20:46:40.013Z] 932aac71e69b: Preparing [2023-09-05T20:46:40.013Z] 36b50b131297: Preparing [2023-09-05T20:46:40.013Z] 36b50b131297: Waiting [2023-09-05T20:46:40.013Z] 932aac71e69b: Layer already exists [2023-09-05T20:46:40.013Z] a9b26e0313bd: Layer already exists [2023-09-05T20:46:40.013Z] e15ac6cb8a8f: Layer already exists [2023-09-05T20:46:40.013Z] 8f92285de623: Layer already exists [2023-09-05T20:46:40.013Z] ed4aa931ced4: Layer already exists [2023-09-05T20:46:40.013Z] 36b50b131297: Layer already exists [2023-09-05T20:46:40.013Z] 3.1.0-dev.38: digest: sha256:b6a73ec1ee7336ffc30d81f4cab6499464351d3bd37e99cb0c50688a1ce2ea11 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:46:40.320Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:46:40.624Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T20:46:40.624Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-09-05T20:46:40.624Z] 8f92285de623: Preparing [2023-09-05T20:46:40.624Z] e15ac6cb8a8f: Preparing [2023-09-05T20:46:40.624Z] ed4aa931ced4: Preparing [2023-09-05T20:46:40.624Z] a9b26e0313bd: Preparing [2023-09-05T20:46:40.624Z] 932aac71e69b: Preparing [2023-09-05T20:46:40.624Z] 36b50b131297: Preparing [2023-09-05T20:46:40.624Z] 36b50b131297: Waiting [2023-09-05T20:46:40.624Z] 932aac71e69b: Layer already exists [2023-09-05T20:46:40.624Z] a9b26e0313bd: Layer already exists [2023-09-05T20:46:40.624Z] e15ac6cb8a8f: Layer already exists [2023-09-05T20:46:40.624Z] ed4aa931ced4: Layer already exists [2023-09-05T20:46:40.624Z] 8f92285de623: Layer already exists [2023-09-05T20:46:40.624Z] 36b50b131297: Layer already exists [2023-09-05T20:46:40.624Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38: digest: sha256:b6a73ec1ee7336ffc30d81f4cab6499464351d3bd37e99cb0c50688a1ce2ea11 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:46:40.771Z] #55 DONE 15.0s [2023-09-05T20:46:40.771Z] [2023-09-05T20:46:40.771Z] #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T20:46:40.933Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:46:41.240Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2023-09-05T20:46:41.241Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-09-05T20:46:41.241Z] 8f92285de623: Preparing [2023-09-05T20:46:41.241Z] e15ac6cb8a8f: Preparing [2023-09-05T20:46:41.241Z] ed4aa931ced4: Preparing [2023-09-05T20:46:41.241Z] a9b26e0313bd: Preparing [2023-09-05T20:46:41.241Z] 932aac71e69b: Preparing [2023-09-05T20:46:41.241Z] 36b50b131297: Preparing [2023-09-05T20:46:41.241Z] 36b50b131297: Waiting [2023-09-05T20:46:41.241Z] e15ac6cb8a8f: Layer already exists [2023-09-05T20:46:41.241Z] a9b26e0313bd: Layer already exists [2023-09-05T20:46:41.241Z] ed4aa931ced4: Layer already exists [2023-09-05T20:46:41.241Z] 932aac71e69b: Layer already exists [2023-09-05T20:46:41.241Z] 8f92285de623: Layer already exists [2023-09-05T20:46:41.241Z] 36b50b131297: Layer already exists [2023-09-05T20:46:41.241Z] main: digest: sha256:b6a73ec1ee7336ffc30d81f4cab6499464351d3bd37e99cb0c50688a1ce2ea11 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-09-05T20:46:41.296Z] ===================================================== [Pipeline] echo [2023-09-05T20:46:41.308Z] taggedImages: [2023-09-05T20:46:41.308Z] - nexus3.edgexfoundry.org:10004/support-notifications:488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T20:46:41.308Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-09-05T20:46:41.308Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.1.0-dev.38 [2023-09-05T20:46:41.308Z] - nexus3.edgexfoundry.org:10004/support-notifications:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T20:46:41.308Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2023-09-05T20:46:41.331Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2023-09-05T20:46:41.331Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T20:46:41.331Z] latest [2023-09-05T20:46:41.331Z] 3.1.0-dev.38 [2023-09-05T20:46:41.331Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T20:46:41.331Z] main [2023-09-05T20:46:41.331Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:46:41.663Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:488f23b0c5d68863a9e298ac057bceee8c500ce0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:46:41.733Z] #38 ... [2023-09-05T20:46:41.734Z] [2023-09-05T20:46:41.734Z] #56 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2023-09-05T20:46:41.734Z] #56 12.54 (1/4) Installing dumb-init (1.2.5-r2) [2023-09-05T20:46:41.734Z] #56 12.58 (2/4) Installing openssl (3.0.10-r0) [2023-09-05T20:46:41.734Z] #56 12.68 (3/4) Installing su-exec (0.2-r2) [2023-09-05T20:46:41.734Z] #56 12.69 (4/4) Installing yq (4.30.4-r4) [2023-09-05T20:46:41.734Z] #56 13.73 Executing busybox-1.35.0-r29.trigger [2023-09-05T20:46:41.734Z] #56 14.14 OK: 17 MiB in 19 packages [2023-09-05T20:46:41.734Z] #56 DONE 15.8s [2023-09-05T20:46:41.734Z] [2023-09-05T20:46:41.734Z] #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T20:46:41.969Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T20:46:41.969Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-09-05T20:46:41.969Z] 968ac13002d4: Preparing [2023-09-05T20:46:41.969Z] 25cec63f1b9b: Preparing [2023-09-05T20:46:41.969Z] ed4aa931ced4: Preparing [2023-09-05T20:46:41.969Z] a9b26e0313bd: Preparing [2023-09-05T20:46:41.969Z] 425348bd401e: Preparing [2023-09-05T20:46:41.969Z] 36b50b131297: Preparing [2023-09-05T20:46:41.969Z] 36b50b131297: Waiting [2023-09-05T20:46:41.969Z] ed4aa931ced4: Layer already exists [2023-09-05T20:46:41.969Z] a9b26e0313bd: Layer already exists [2023-09-05T20:46:41.969Z] 425348bd401e: Layer already exists [2023-09-05T20:46:41.969Z] 36b50b131297: Layer already exists [2023-09-05T20:46:41.969Z] 968ac13002d4: Pushed [2023-09-05T20:46:42.004Z] #38 ... [2023-09-05T20:46:42.005Z] [2023-09-05T20:46:42.005Z] #65 [security-proxy-setup stage-1 3/10] WORKDIR /edgex [2023-09-05T20:46:42.005Z] #65 DONE 0.2s [2023-09-05T20:46:42.005Z] [2023-09-05T20:46:42.005Z] #51 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-05T20:46:42.005Z] #51 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 7.7s [2023-09-05T20:46:42.272Z] #51 ... [2023-09-05T20:46:42.272Z] [2023-09-05T20:46:42.272Z] #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T20:46:42.540Z] #38 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 16.3s [2023-09-05T20:46:42.807Z] #38 ... [2023-09-05T20:46:42.807Z] [2023-09-05T20:46:42.807Z] #51 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-05T20:46:42.807Z] #51 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 8.2s done [2023-09-05T20:46:42.807Z] #51 DONE 17.4s [2023-09-05T20:46:43.073Z] [2023-09-05T20:46:43.074Z] #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T20:46:43.661Z] #38 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 17.4s done [2023-09-05T20:46:43.661Z] #38 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 17.4s done [2023-09-05T20:46:44.619Z] #38 ... [2023-09-05T20:46:44.619Z] [2023-09-05T20:46:44.619Z] #59 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-09-05T20:46:44.619Z] #59 10.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-05T20:46:44.619Z] #59 16.06 (1/1) Installing dumb-init (1.2.5-r2) [2023-09-05T20:46:44.619Z] #59 16.09 Executing busybox-1.35.0-r29.trigger [2023-09-05T20:46:44.619Z] #59 16.15 OK: 8 MiB in 16 packages [2023-09-05T20:46:44.619Z] #59 DONE 17.1s [2023-09-05T20:46:44.619Z] [2023-09-05T20:46:44.619Z] #52 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-09-05T20:46:44.619Z] #52 17.68 (1/9) Installing ca-certificates (20230506-r0) [2023-09-05T20:46:44.619Z] #52 17.91 (2/9) Installing brotli-libs (1.0.9-r9) [2023-09-05T20:46:44.619Z] #52 18.04 (3/9) Installing nghttp2-libs (1.51.0-r1) [2023-09-05T20:46:44.619Z] #52 18.09 (4/9) Installing libcurl (8.2.1-r0) [2023-09-05T20:46:44.619Z] #52 18.23 (5/9) Installing curl (8.2.1-r0) [2023-09-05T20:46:44.619Z] #52 18.29 (6/9) Installing dumb-init (1.2.5-r2) [2023-09-05T20:46:44.619Z] #52 18.32 (7/9) Installing musl-obstack (1.2.3-r0) [2023-09-05T20:46:44.619Z] #52 18.33 (8/9) Installing libucontext (1.2-r0) [2023-09-05T20:46:44.619Z] #52 18.34 (9/9) Installing gcompat (1.1.0-r0) [2023-09-05T20:46:44.619Z] #52 18.37 Executing busybox-1.35.0-r29.trigger [2023-09-05T20:46:44.619Z] #52 18.51 Executing ca-certificates-20230506-r0.trigger [2023-09-05T20:46:45.253Z] 25cec63f1b9b: Pushed [2023-09-05T20:46:45.253Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0: digest: sha256:90715cbf9963cbc6e3f9642142dab874b1d6fd7b122f066c18c62e8b3d44bc43 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:46:45.558Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:46:45.593Z] #52 ... [2023-09-05T20:46:45.594Z] [2023-09-05T20:46:45.594Z] #63 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2023-09-05T20:46:45.594Z] #63 11.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-05T20:46:45.594Z] #63 15.99 OK: 263 MiB in 53 packages [2023-09-05T20:46:45.594Z] #63 DONE 16.8s [2023-09-05T20:46:45.594Z] [2023-09-05T20:46:45.594Z] #66 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2023-09-05T20:46:45.864Z] #66 ... [2023-09-05T20:46:45.864Z] [2023-09-05T20:46:45.864Z] #57 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-09-05T20:46:45.864Z] #57 12.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-05T20:46:45.864Z] #57 18.56 (1/2) Installing dumb-init (1.2.5-r2) [2023-09-05T20:46:45.864Z] #57 18.62 (2/2) Installing su-exec (0.2-r2) [2023-09-05T20:46:45.864Z] #57 18.63 Executing busybox-1.35.0-r29.trigger [2023-09-05T20:46:45.864Z] #57 18.79 OK: 8 MiB in 17 packages [2023-09-05T20:46:45.864Z] #57 DONE 20.0s [2023-09-05T20:46:45.864Z] [2023-09-05T20:46:45.864Z] #54 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-09-05T20:46:45.864Z] #54 15.09 (1/4) Installing ca-certificates (20230506-r0) [2023-09-05T20:46:45.864Z] #54 15.61 (2/4) Installing dumb-init (1.2.5-r2) [2023-09-05T20:46:45.864Z] #54 15.63 (3/4) Installing su-exec (0.2-r2) [2023-09-05T20:46:45.864Z] #54 15.71 (4/4) Installing yq (4.30.4-r4) [2023-09-05T20:46:45.864Z] #54 16.75 Executing busybox-1.35.0-r29.trigger [2023-09-05T20:46:45.864Z] #54 16.86 Executing ca-certificates-20230506-r0.trigger [2023-09-05T20:46:45.864Z] #54 18.57 OK: 17 MiB in 19 packages [2023-09-05T20:46:45.864Z] #54 DONE 20.0s [2023-09-05T20:46:45.865Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-09-05T20:46:45.865Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-09-05T20:46:45.865Z] 968ac13002d4: Preparing [2023-09-05T20:46:45.865Z] 25cec63f1b9b: Preparing [2023-09-05T20:46:45.865Z] ed4aa931ced4: Preparing [2023-09-05T20:46:45.865Z] a9b26e0313bd: Preparing [2023-09-05T20:46:45.865Z] 425348bd401e: Preparing [2023-09-05T20:46:45.865Z] 36b50b131297: Preparing [2023-09-05T20:46:45.865Z] 36b50b131297: Waiting [2023-09-05T20:46:45.865Z] 425348bd401e: Layer already exists [2023-09-05T20:46:45.865Z] 968ac13002d4: Layer already exists [2023-09-05T20:46:45.865Z] a9b26e0313bd: Layer already exists [2023-09-05T20:46:45.865Z] ed4aa931ced4: Layer already exists [2023-09-05T20:46:45.865Z] 25cec63f1b9b: Layer already exists [2023-09-05T20:46:45.865Z] 36b50b131297: Layer already exists [2023-09-05T20:46:45.865Z] latest: digest: sha256:90715cbf9963cbc6e3f9642142dab874b1d6fd7b122f066c18c62e8b3d44bc43 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:46:46.131Z] [2023-09-05T20:46:46.131Z] #53 [security-spire-agent stage-2 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-09-05T20:46:46.131Z] #53 11.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-05T20:46:46.131Z] #53 13.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-05T20:46:46.131Z] #53 19.12 (1/5) Installing dumb-init (1.2.5-r2) [2023-09-05T20:46:46.131Z] #53 19.17 (2/5) Installing musl-obstack (1.2.3-r0) [2023-09-05T20:46:46.131Z] #53 19.20 (3/5) Installing libucontext (1.2-r0) [2023-09-05T20:46:46.131Z] #53 19.23 (4/5) Installing gcompat (1.1.0-r0) [2023-09-05T20:46:46.131Z] #53 19.23 (5/5) Installing openssl (3.0.10-r0) [2023-09-05T20:46:46.131Z] #53 19.35 Executing busybox-1.35.0-r29.trigger [2023-09-05T20:46:46.131Z] #53 19.46 OK: 9 MiB in 20 packages [2023-09-05T20:46:46.131Z] #53 DONE 20.8s [2023-09-05T20:46:46.131Z] [2023-09-05T20:46:46.131Z] #67 [security-spire-server stage-2 3/8] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2023-09-05T20:46:46.184Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:46:46.491Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.1.0-dev.38 [2023-09-05T20:46:46.492Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-09-05T20:46:46.492Z] 968ac13002d4: Preparing [2023-09-05T20:46:46.492Z] 25cec63f1b9b: Preparing [2023-09-05T20:46:46.492Z] ed4aa931ced4: Preparing [2023-09-05T20:46:46.492Z] a9b26e0313bd: Preparing [2023-09-05T20:46:46.492Z] 425348bd401e: Preparing [2023-09-05T20:46:46.492Z] 36b50b131297: Preparing [2023-09-05T20:46:46.492Z] 36b50b131297: Waiting [2023-09-05T20:46:46.492Z] 425348bd401e: Layer already exists [2023-09-05T20:46:46.492Z] 25cec63f1b9b: Layer already exists [2023-09-05T20:46:46.492Z] a9b26e0313bd: Layer already exists [2023-09-05T20:46:46.492Z] ed4aa931ced4: Layer already exists [2023-09-05T20:46:46.492Z] 968ac13002d4: Layer already exists [2023-09-05T20:46:46.492Z] 36b50b131297: Layer already exists [2023-09-05T20:46:46.492Z] 3.1.0-dev.38: digest: sha256:90715cbf9963cbc6e3f9642142dab874b1d6fd7b122f066c18c62e8b3d44bc43 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:46:46.731Z] #67 ... [2023-09-05T20:46:46.731Z] [2023-09-05T20:46:46.731Z] #66 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2023-09-05T20:46:46.731Z] #66 DONE 1.2s [2023-09-05T20:46:46.800Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:46:47.046Z] [2023-09-05T20:46:47.046Z] #68 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-05T20:46:47.046Z] #68 ... [2023-09-05T20:46:47.046Z] [2023-09-05T20:46:47.046Z] #58 [security-spire-config stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-09-05T20:46:47.046Z] #58 10.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-05T20:46:47.046Z] #58 17.24 v3.17.5-59-gdfba936d800 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-09-05T20:46:47.046Z] #58 17.24 v3.17.5-58-g1556d459cb4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-09-05T20:46:47.046Z] #58 17.24 OK: 17689 distinct packages available [2023-09-05T20:46:47.046Z] #58 18.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-05T20:46:47.046Z] #58 20.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-05T20:46:47.109Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T20:46:47.109Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-09-05T20:46:47.109Z] 968ac13002d4: Preparing [2023-09-05T20:46:47.109Z] 25cec63f1b9b: Preparing [2023-09-05T20:46:47.109Z] ed4aa931ced4: Preparing [2023-09-05T20:46:47.109Z] a9b26e0313bd: Preparing [2023-09-05T20:46:47.109Z] 425348bd401e: Preparing [2023-09-05T20:46:47.109Z] 36b50b131297: Preparing [2023-09-05T20:46:47.109Z] 36b50b131297: Waiting [2023-09-05T20:46:47.109Z] 25cec63f1b9b: Layer already exists [2023-09-05T20:46:47.109Z] 425348bd401e: Layer already exists [2023-09-05T20:46:47.109Z] a9b26e0313bd: Layer already exists [2023-09-05T20:46:47.109Z] 968ac13002d4: Layer already exists [2023-09-05T20:46:47.109Z] ed4aa931ced4: Layer already exists [2023-09-05T20:46:47.109Z] 36b50b131297: Layer already exists [2023-09-05T20:46:47.109Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38: digest: sha256:90715cbf9963cbc6e3f9642142dab874b1d6fd7b122f066c18c62e8b3d44bc43 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:46:47.314Z] #58 ... [2023-09-05T20:46:47.314Z] [2023-09-05T20:46:47.314Z] #69 [security-spire-agent stage-3 3/9] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2023-09-05T20:46:47.314Z] #69 ... [2023-09-05T20:46:47.314Z] [2023-09-05T20:46:47.314Z] #62 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-09-05T20:46:47.314Z] #62 12.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-05T20:46:47.314Z] #62 17.28 OK: 263 MiB in 53 packages [2023-09-05T20:46:47.314Z] #62 DONE 18.7s [2023-09-05T20:46:47.423Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T20:46:47.580Z] [2023-09-05T20:46:47.580Z] #70 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2023-09-05T20:46:47.580Z] #70 ... [2023-09-05T20:46:47.580Z] [2023-09-05T20:46:47.580Z] #61 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2023-09-05T20:46:47.580Z] #61 12.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-05T20:46:47.580Z] #61 17.51 OK: 263 MiB in 53 packages [2023-09-05T20:46:47.580Z] #61 DONE 19.1s [2023-09-05T20:46:47.726Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2023-09-05T20:46:47.726Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-09-05T20:46:47.726Z] 968ac13002d4: Preparing [2023-09-05T20:46:47.726Z] 25cec63f1b9b: Preparing [2023-09-05T20:46:47.726Z] ed4aa931ced4: Preparing [2023-09-05T20:46:47.726Z] a9b26e0313bd: Preparing [2023-09-05T20:46:47.726Z] 425348bd401e: Preparing [2023-09-05T20:46:47.726Z] 36b50b131297: Preparing [2023-09-05T20:46:47.726Z] 36b50b131297: Waiting [2023-09-05T20:46:47.726Z] 425348bd401e: Layer already exists [2023-09-05T20:46:47.726Z] a9b26e0313bd: Layer already exists [2023-09-05T20:46:47.726Z] ed4aa931ced4: Layer already exists [2023-09-05T20:46:47.726Z] 968ac13002d4: Layer already exists [2023-09-05T20:46:47.726Z] 25cec63f1b9b: Layer already exists [2023-09-05T20:46:47.726Z] 36b50b131297: Layer already exists [2023-09-05T20:46:47.726Z] main: digest: sha256:90715cbf9963cbc6e3f9642142dab874b1d6fd7b122f066c18c62e8b3d44bc43 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-09-05T20:46:47.773Z] ===================================================== [Pipeline] echo [2023-09-05T20:46:47.784Z] taggedImages: [2023-09-05T20:46:47.784Z] - nexus3.edgexfoundry.org:10004/support-scheduler:488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T20:46:47.784Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-09-05T20:46:47.784Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.1.0-dev.38 [2023-09-05T20:46:47.784Z] - nexus3.edgexfoundry.org:10004/support-scheduler:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T20:46:47.784Z] - 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] } [2023-09-05T20:46:47.852Z] [2023-09-05T20:46:47.852Z] #52 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-09-05T20:46:47.852Z] #52 20.40 OK: 11 MiB in 24 packages [2023-09-05T20:46:47.852Z] #52 DONE 22.2s [2023-09-05T20:46:47.852Z] [2023-09-05T20:46:47.852Z] #71 [core-metadata builder 4/7] COPY go.mod vendor* ./ [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-09-05T20:46:48.126Z] #71 ... [2023-09-05T20:46:48.126Z] [2023-09-05T20:46:48.126Z] #60 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-09-05T20:46:48.126Z] #60 11.80 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-05T20:46:48.126Z] #60 17.18 (1/2) Installing ca-certificates (20230506-r0) [2023-09-05T20:46:48.126Z] #60 17.66 (2/2) Installing dumb-init (1.2.5-r2) [2023-09-05T20:46:48.126Z] #60 17.67 Executing busybox-1.35.0-r29.trigger [2023-09-05T20:46:48.126Z] #60 17.82 Executing ca-certificates-20230506-r0.trigger [2023-09-05T20:46:48.126Z] #60 19.59 OK: 8 MiB in 17 packages [2023-09-05T20:46:48.126Z] #60 DONE 20.6s [2023-09-05T20:46:48.420Z] [2023-09-05T20:46:48.420Z] #64 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-09-05T20:46:48.420Z] #64 12.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-05T20:46:48.420Z] #64 17.67 v3.17.5-59-gdfba936d800 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-09-05T20:46:48.420Z] #64 17.67 v3.17.5-58-g1556d459cb4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-09-05T20:46:48.420Z] #64 17.67 OK: 17694 distinct packages available [2023-09-05T20:46:48.420Z] #64 18.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-05T20:46:48.420Z] #64 19.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-05T20:46:48.420Z] #64 ... [2023-09-05T20:46:48.420Z] [2023-09-05T20:46:48.420Z] #58 [security-spire-config stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-09-05T20:46:48.420Z] #58 22.58 (1/4) Installing dumb-init (1.2.5-r2) [2023-09-05T20:46:48.420Z] #58 22.62 (2/4) Installing musl-obstack (1.2.3-r0) [2023-09-05T20:46:48.420Z] #58 22.62 (3/4) Installing libucontext (1.2-r0) [2023-09-05T20:46:48.420Z] #58 22.62 (4/4) Installing gcompat (1.1.0-r0) [2023-09-05T20:46:48.691Z] #58 22.62 Executing busybox-1.35.0-r29.trigger [2023-09-05T20:46:48.691Z] #58 22.66 OK: 8 MiB in 19 packages [2023-09-05T20:46:48.971Z] #58 ... [2023-09-05T20:46:48.971Z] [2023-09-05T20:46:48.971Z] #70 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2023-09-05T20:46:48.971Z] #70 DONE 1.5s [2023-09-05T20:46:48.971Z] [2023-09-05T20:46:48.971Z] #71 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2023-09-05T20:46:48.971Z] #71 DONE 1.2s [2023-09-05T20:46:49.238Z] [2023-09-05T20:46:49.238Z] #58 [security-spire-config stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-09-05T20:46:49.238Z] #58 DONE 23.1s [2023-09-05T20:46:49.238Z] [2023-09-05T20:46:49.238Z] #72 [security-spire-config stage-2 3/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2023-09-05T20:46:50.218Z] #72 ... [2023-09-05T20:46:50.218Z] [2023-09-05T20:46:50.218Z] #64 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-09-05T20:46:50.218Z] #64 21.10 OK: 263 MiB in 53 packages [2023-09-05T20:46:50.218Z] #64 DONE 21.6s [2023-09-05T20:46:50.485Z] [2023-09-05T20:46:50.485Z] #73 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2023-09-05T20:46:50.485Z] #73 DONE 4.3s [2023-09-05T20:46:50.485Z] [2023-09-05T20:46:50.485Z] #74 [security-bootstrapper stage-1 4/15] WORKDIR /edgex-init-staging [2023-09-05T20:46:50.793Z] #74 DONE 0.3s [2023-09-05T20:46:50.793Z] [2023-09-05T20:46:50.793Z] #75 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2023-09-05T20:46:50.793Z] #75 DONE 0.5s [2023-09-05T20:46:50.793Z] [2023-09-05T20:46:50.793Z] #69 [security-spire-agent stage-3 3/9] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2023-09-05T20:46:50.793Z] #69 DONE 4.8s [2023-09-05T20:46:50.793Z] [2023-09-05T20:46:50.793Z] #76 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-05T20:46:52.212Z] #76 ... [2023-09-05T20:46:52.212Z] [2023-09-05T20:46:52.212Z] #72 [security-spire-config stage-2 3/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2023-09-05T20:46:52.212Z] #72 DONE 2.8s [2023-09-05T20:46:52.212Z] [2023-09-05T20:46:52.212Z] #67 [security-spire-server stage-2 3/8] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2023-09-05T20:46:52.212Z] #67 DONE 5.9s [2023-09-05T20:46:52.212Z] [2023-09-05T20:46:52.212Z] #77 [security-spire-server stage-2 4/8] COPY Attribution.txt / [2023-09-05T20:46:52.212Z] #77 DONE 0.1s [2023-09-05T20:46:52.212Z] [2023-09-05T20:46:52.212Z] #78 [security-spire-server stage-2 5/8] COPY security.txt / [2023-09-05T20:46:52.212Z] #78 DONE 0.1s [2023-09-05T20:46:52.212Z] [2023-09-05T20:46:52.481Z] #79 [security-spire-config stage-2 4/9] COPY Attribution.txt / [2023-09-05T20:46:52.481Z] #79 DONE 0.3s [2023-09-05T20:46:52.481Z] [2023-09-05T20:46:52.481Z] #80 [security-spire-server stage-2 6/8] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-09-05T20:46:52.481Z] #80 DONE 0.2s [2023-09-05T20:46:52.481Z] [2023-09-05T20:46:52.481Z] #81 [security-spire-config stage-2 5/9] COPY security.txt / [2023-09-05T20:46:52.481Z] #81 DONE 0.2s [2023-09-05T20:46:52.481Z] [2023-09-05T20:46:52.481Z] #82 [security-spire-server stage-2 7/8] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-09-05T20:46:52.766Z] #82 ... [2023-09-05T20:46:52.766Z] [2023-09-05T20:46:52.766Z] #83 [security-spire-config stage-2 6/9] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-09-05T20:46:52.766Z] #83 DONE 0.2s [2023-09-05T20:46:52.766Z] [2023-09-05T20:46:52.766Z] #82 [security-spire-server stage-2 7/8] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-09-05T20:46:52.766Z] #82 DONE 0.2s [2023-09-05T20:46:52.766Z] [2023-09-05T20:46:52.766Z] #84 [security-spire-server stage-2 8/8] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-09-05T20:46:53.036Z] #84 DONE 0.3s [2023-09-05T20:46:53.036Z] [2023-09-05T20:46:53.036Z] #85 [security-spire-config stage-2 7/9] WORKDIR /usr/local/etc/spiffe-scripts.d [2023-09-05T20:46:53.036Z] #85 DONE 0.2s [2023-09-05T20:46:53.036Z] [2023-09-05T20:46:53.036Z] #86 [security-spire-config stage-2 8/9] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-09-05T20:46:53.302Z] #86 DONE 0.2s [2023-09-05T20:46:53.302Z] [2023-09-05T20:46:53.302Z] #87 [security-spire-config] exporting to image [2023-09-05T20:46:53.302Z] #87 exporting layers [2023-09-05T20:46:53.568Z] #87 ... [2023-09-05T20:46:53.568Z] [2023-09-05T20:46:53.568Z] #88 [security-spire-agent stage-3 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2023-09-05T20:46:53.568Z] #88 DONE 2.6s [2023-09-05T20:46:53.568Z] [2023-09-05T20:46:53.568Z] #89 [security-spire-agent stage-3 5/9] COPY Attribution.txt / [2023-09-05T20:46:53.568Z] #89 DONE 0.1s [2023-09-05T20:46:53.568Z] [2023-09-05T20:46:53.568Z] #90 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-05T20:46:53.840Z] #90 ... [2023-09-05T20:46:53.840Z] [2023-09-05T20:46:53.840Z] #91 [security-spire-agent stage-3 6/9] COPY security.txt / [2023-09-05T20:46:53.840Z] #91 DONE 0.2s [2023-09-05T20:46:53.840Z] [2023-09-05T20:46:53.840Z] #92 [security-spire-agent stage-3 7/9] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-09-05T20:46:54.111Z] #92 DONE 0.2s [2023-09-05T20:46:54.111Z] [2023-09-05T20:46:54.111Z] #93 [security-spire-agent stage-3 8/9] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-09-05T20:46:54.111Z] #93 DONE 0.2s [2023-09-05T20:46:54.111Z] [2023-09-05T20:46:54.111Z] #94 [security-spire-agent stage-3 9/9] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-09-05T20:46:54.377Z] #94 DONE 0.1s [2023-09-05T20:46:54.377Z] [2023-09-05T20:46:54.377Z] #95 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-05T20:46:54.377Z] #95 ... [2023-09-05T20:46:54.377Z] [2023-09-05T20:46:54.377Z] #87 [security-spire-agent] exporting to image [2023-09-05T20:46:54.966Z] #87 exporting layers 2.1s done [2023-09-05T20:46:54.966Z] #87 writing image sha256:1498219c15efa90fef686fbb6c46f91229a069486d8ba69689725f91bc503b74 done [2023-09-05T20:46:54.966Z] #87 naming to docker.io/library/security-spire-server-arm64 done [2023-09-05T20:46:55.550Z] #87 exporting layers 2.2s done [2023-09-05T20:46:55.550Z] #87 writing image sha256:cb7bd3e4a43038c2bc4f1ae5d255161e59b6f0ccd1a29f55c3f38c7cc3cd4b78 done [2023-09-05T20:46:55.550Z] #87 naming to docker.io/library/security-spire-config-arm64 done [2023-09-05T20:46:55.550Z] #87 exporting layers 1.3s done [2023-09-05T20:46:55.816Z] #87 writing image sha256:3f5f3ddb65118188a22e69cbbf06d0bcf708880b9bbcd066e14b4240af0ca4b2 done [2023-09-05T20:46:55.816Z] #87 naming to docker.io/library/security-spire-agent-arm64 done [2023-09-05T20:46:55.816Z] #87 DONE 2.5s [2023-09-05T20:46:55.816Z] [2023-09-05T20:46:55.816Z] #76 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-05T20:47:52.184Z] #76 DONE 53.4s [2023-09-05T20:47:52.184Z] [2023-09-05T20:47:52.184Z] #96 [security-spiffe-token-provider builder 6/7] COPY . . [2023-09-05T20:47:52.184Z] #96 ... [2023-09-05T20:47:52.184Z] [2023-09-05T20:47:52.184Z] #95 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-05T20:47:52.184Z] #95 DONE 55.3s [2023-09-05T20:47:52.184Z] [2023-09-05T20:47:52.184Z] #90 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-05T20:47:52.184Z] #90 DONE 55.3s [2023-09-05T20:47:52.184Z] [2023-09-05T20:47:52.184Z] #68 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-05T20:47:52.184Z] #68 DONE 57.6s [2023-09-05T20:47:52.184Z] [2023-09-05T20:47:52.184Z] #97 [security-proxy-setup builder 6/7] COPY . . [2023-09-05T20:47:52.184Z] #97 DONE 1.1s [2023-09-05T20:47:52.184Z] [2023-09-05T20:47:52.184Z] #98 [support-notifications builder 6/7] COPY . . [2023-09-05T20:47:52.184Z] #98 DONE 1.0s [2023-09-05T20:47:52.184Z] [2023-09-05T20:47:52.184Z] #96 [security-spiffe-token-provider builder 6/7] COPY . . [2023-09-05T20:47:52.184Z] #96 DONE 1.1s [2023-09-05T20:47:52.184Z] [2023-09-05T20:47:52.184Z] #99 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-09-05T20:47:52.184Z] #99 CACHED [2023-09-05T20:47:52.184Z] [2023-09-05T20:47:52.184Z] #100 [security-bootstrapper builder 6/7] COPY . . [2023-09-05T20:47:52.184Z] #100 CACHED [2023-09-05T20:47:52.184Z] [2023-09-05T20:47:52.184Z] #101 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-05T20:47:52.184Z] #101 CACHED [2023-09-05T20:47:52.184Z] [2023-09-05T20:47:52.184Z] #102 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-05T20:47:52.184Z] #102 CACHED [2023-09-05T20:47:52.184Z] [2023-09-05T20:47:52.184Z] #103 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2023-09-05T20:47:52.184Z] #103 CACHED [2023-09-05T20:47:52.184Z] [2023-09-05T20:47:52.184Z] #104 [security-secretstore-setup builder 6/7] COPY . . [2023-09-05T20:47:52.184Z] #104 CACHED [2023-09-05T20:47:52.184Z] [2023-09-05T20:47:52.184Z] #105 [core-metadata builder 6/7] COPY . . [2023-09-05T20:47:52.184Z] #105 DONE 1.1s [2023-09-05T20:47:52.184Z] [2023-09-05T20:47:52.184Z] #106 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-09-05T20:47:52.184Z] #106 ... [2023-09-05T20:47:52.184Z] [2023-09-05T20:47:52.184Z] #107 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-05T20:47:52.184Z] #107 CACHED [2023-09-05T20:47:52.184Z] [2023-09-05T20:47:52.184Z] #108 [support-scheduler builder 6/7] COPY . . [2023-09-05T20:47:52.184Z] #108 CACHED [2023-09-05T20:47:52.184Z] [2023-09-05T20:47:52.184Z] #109 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2023-09-05T20:47:52.184Z] #109 CACHED [2023-09-05T20:47:52.184Z] [2023-09-05T20:47:52.184Z] #110 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-05T20:47:52.184Z] #110 CACHED [2023-09-05T20:47:52.184Z] [2023-09-05T20:47:52.184Z] #111 [core-command builder 6/7] COPY . . [2023-09-05T20:47:52.184Z] #111 CACHED [2023-09-05T20:47:52.184Z] [2023-09-05T20:47:52.184Z] #112 [core-command builder 4/7] COPY go.mod vendor* ./ [2023-09-05T20:47:52.184Z] #112 CACHED [2023-09-05T20:47:52.184Z] [2023-09-05T20:47:52.184Z] #113 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-09-05T20:47:52.184Z] #113 CACHED [2023-09-05T20:47:52.184Z] [2023-09-05T20:47:52.184Z] #114 [core-common-config-bootstrapper builder 6/7] COPY . . [2023-09-05T20:47:52.184Z] #114 CACHED [2023-09-05T20:47:52.184Z] [2023-09-05T20:47:52.184Z] #115 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-05T20:47:52.184Z] #115 CACHED [2023-09-05T20:47:52.184Z] [2023-09-05T20:47:52.184Z] #116 [core-data builder 4/7] COPY go.mod vendor* ./ [2023-09-05T20:47:52.184Z] #116 CACHED [2023-09-05T20:47:52.184Z] [2023-09-05T20:47:52.184Z] #117 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-05T20:47:52.184Z] #117 CACHED [2023-09-05T20:47:52.184Z] [2023-09-05T20:47:52.184Z] #118 [core-data builder 6/7] COPY . . [2023-09-05T20:47:52.184Z] #118 CACHED [2023-09-05T20:47:52.184Z] [2023-09-05T20:47:52.184Z] #119 [security-proxy-auth builder 6/7] COPY . . [2023-09-05T20:47:52.184Z] #119 CACHED [2023-09-05T20:47:52.184Z] [2023-09-05T20:47:52.185Z] #120 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-05T20:47:52.185Z] #120 CACHED [2023-09-05T20:47:52.185Z] [2023-09-05T20:47:52.185Z] #121 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2023-09-05T20:47:52.185Z] #121 CACHED [2023-09-05T20:47:52.185Z] [2023-09-05T20:47:52.185Z] #122 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-09-05T20:47:52.185Z] #122 4.469 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.38" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-09-05T20:47:52.185Z] #122 ... [2023-09-05T20:47:52.185Z] [2023-09-05T20:47:52.185Z] #106 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-09-05T20:47:52.185Z] #106 5.345 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.38" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-09-05T20:47:55.545Z] #106 ... [2023-09-05T20:47:55.545Z] [2023-09-05T20:47:55.545Z] #123 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-09-05T20:47:55.545Z] #0 5.043 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.38" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-09-05T20:47:55.545Z] #123 ... [2023-09-05T20:47:55.545Z] [2023-09-05T20:47:55.545Z] #124 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-09-05T20:47:55.545Z] #0 5.205 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.38" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-09-05T20:47:55.545Z] #124 ... [2023-09-05T20:47:55.545Z] [2023-09-05T20:47:55.545Z] #125 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-09-05T20:47:55.545Z] #0 4.342 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.38" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-09-05T20:47:55.812Z] #125 ... [2023-09-05T20:47:55.812Z] [2023-09-05T20:47:55.812Z] #126 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-09-05T20:47:55.812Z] #0 5.088 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.38" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-09-05T20:47:56.079Z] #126 ... [2023-09-05T20:47:56.079Z] [2023-09-05T20:47:56.079Z] #127 [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-09-05T20:47:56.079Z] #0 4.038 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.38" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-09-05T20:47:56.079Z] #127 ... [2023-09-05T20:47:56.079Z] [2023-09-05T20:47:56.079Z] #128 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-09-05T20:47:56.079Z] #0 4.549 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.38" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-09-05T20:47:56.346Z] #128 ... [2023-09-05T20:47:56.346Z] [2023-09-05T20:47:56.346Z] #129 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-09-05T20:47:56.346Z] #0 5.189 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.38" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-09-05T20:47:56.346Z] #129 ... [2023-09-05T20:47:56.346Z] [2023-09-05T20:47:56.346Z] #130 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-09-05T20:47:56.346Z] #0 5.205 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.38" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-09-05T20:47:56.612Z] #130 ... [2023-09-05T20:47:56.612Z] [2023-09-05T20:47:56.612Z] #131 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-05T20:47:56.612Z] #0 3.724 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.38" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-09-05T21:04:34.722Z] #131 ... [2023-09-05T21:04:34.722Z] [2023-09-05T21:04:34.722Z] #127 [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-09-05T21:04:34.722Z] #127 1001.2 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.38" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-09-05T21:04:34.722Z] #127 ... [2023-09-05T21:04:34.722Z] [2023-09-05T21:04:34.722Z] #125 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-09-05T21:04:34.722Z] #125 DONE 1004.1s [2023-09-05T21:04:34.722Z] [2023-09-05T21:04:34.722Z] #106 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-09-05T21:04:34.722Z] #106 ... [2023-09-05T21:04:34.722Z] [2023-09-05T21:04:34.722Z] #132 [security-proxy-setup stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-05T21:04:34.722Z] #132 DONE 0.3s [2023-09-05T21:04:34.722Z] [2023-09-05T21:04:34.722Z] #126 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-09-05T21:04:34.722Z] #126 ... [2023-09-05T21:04:34.722Z] [2023-09-05T21:04:34.722Z] #133 [security-proxy-setup stage-1 5/10] COPY --from=builder /edgex-go/security.txt / [2023-09-05T21:04:34.722Z] #133 DONE 0.2s [2023-09-05T21:04:34.722Z] [2023-09-05T21:04:34.722Z] #134 [security-proxy-setup stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2023-09-05T21:04:34.722Z] #134 DONE 0.2s [2023-09-05T21:04:34.722Z] [2023-09-05T21:04:34.722Z] #135 [security-proxy-setup stage-1 7/10] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-09-05T21:04:34.722Z] #135 DONE 0.2s [2023-09-05T21:04:34.722Z] [2023-09-05T21:04:34.722Z] #127 [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-09-05T21:04:34.722Z] #127 ... [2023-09-05T21:04:34.722Z] [2023-09-05T21:04:34.722Z] #136 [security-proxy-setup stage-1 8/10] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-09-05T21:04:34.722Z] #136 DONE 0.3s [2023-09-05T21:04:34.722Z] [2023-09-05T21:04:34.722Z] #137 [security-proxy-setup stage-1 9/10] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-09-05T21:04:34.722Z] #137 DONE 0.1s [2023-09-05T21:04:34.722Z] [2023-09-05T21:04:34.722Z] #129 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-09-05T21:04:34.722Z] #129 ... [2023-09-05T21:04:34.722Z] [2023-09-05T21:04:34.722Z] #138 [security-proxy-setup stage-1 10/10] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-05T21:04:34.722Z] #138 DONE 3.6s [2023-09-05T21:04:34.722Z] [2023-09-05T21:04:34.722Z] #87 [security-proxy-setup] exporting to image [2023-09-05T21:04:34.722Z] #87 exporting layers [2023-09-05T21:04:35.318Z] #87 exporting layers 0.8s done [2023-09-05T21:04:35.584Z] #87 writing image sha256:0f83a930d58327fc6c671fc36e5b07e956ea23163b83caa531a986e19587d80b done [2023-09-05T21:04:35.585Z] #87 naming to docker.io/library/security-proxy-setup-arm64 done [2023-09-05T21:04:35.585Z] #87 DONE 3.3s [2023-09-05T21:04:35.585Z] [2023-09-05T21:04:35.585Z] #126 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-09-05T21:04:50.553Z] #126 ... [2023-09-05T21:04:50.553Z] [2023-09-05T21:04:50.553Z] #127 [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-09-05T21:04:50.553Z] #127 DONE 1024.4s [2023-09-05T21:04:50.553Z] [2023-09-05T21:04:50.553Z] #38 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T21:04:50.553Z] #38 ... [2023-09-05T21:04:50.553Z] [2023-09-05T21:04:50.553Z] #139 [security-secretstore-setup stage-1 3/12] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-05T21:04:50.553Z] #139 DONE 0.1s [2023-09-05T21:04:50.553Z] [2023-09-05T21:04:50.553Z] #122 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-09-05T21:04:50.553Z] #122 ... [2023-09-05T21:04:50.553Z] [2023-09-05T21:04:50.553Z] #140 [security-secretstore-setup stage-1 4/12] COPY --from=builder /edgex-go/security.txt / [2023-09-05T21:04:50.819Z] #140 DONE 0.2s [2023-09-05T21:04:50.819Z] [2023-09-05T21:04:50.819Z] #141 [security-secretstore-setup stage-1 5/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-09-05T21:04:51.086Z] #141 DONE 0.1s [2023-09-05T21:04:51.086Z] [2023-09-05T21:04:51.086Z] #142 [security-secretstore-setup stage-1 6/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2023-09-05T21:04:51.086Z] #142 DONE 0.1s [2023-09-05T21:04:51.086Z] [2023-09-05T21:04:51.086Z] #143 [security-secretstore-setup stage-1 7/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-09-05T21:04:51.355Z] #143 DONE 0.1s [2023-09-05T21:04:51.355Z] [2023-09-05T21:04:51.355Z] #144 [security-secretstore-setup stage-1 8/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-09-05T21:04:51.623Z] #144 DONE 0.3s [2023-09-05T21:04:51.623Z] [2023-09-05T21:04:51.623Z] #145 [security-secretstore-setup stage-1 9/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-09-05T21:04:51.890Z] #145 DONE 0.3s [2023-09-05T21:04:51.890Z] [2023-09-05T21:04:51.890Z] #146 [security-secretstore-setup stage-1 10/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-09-05T21:04:52.157Z] #146 DONE 0.2s [2023-09-05T21:04:52.157Z] [2023-09-05T21:04:52.157Z] #147 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-05T21:04:53.562Z] #147 ... [2023-09-05T21:04:53.562Z] [2023-09-05T21:04:53.562Z] #130 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-09-05T21:04:53.562Z] #130 DONE 1028.0s [2023-09-05T21:04:53.562Z] [2023-09-05T21:04:53.562Z] #124 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-09-05T21:04:54.147Z] #124 ... [2023-09-05T21:04:54.147Z] [2023-09-05T21:04:54.147Z] #148 [security-bootstrapper stage-1 5/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2023-09-05T21:04:54.432Z] #148 DONE 0.2s [2023-09-05T21:04:54.432Z] [2023-09-05T21:04:54.432Z] #149 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh [2023-09-05T21:04:55.022Z] #149 ... [2023-09-05T21:04:55.022Z] [2023-09-05T21:04:55.022Z] #147 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-05T21:04:55.022Z] #147 DONE 2.9s [2023-09-05T21:04:55.022Z] [2023-09-05T21:04:55.022Z] #87 [security-secretstore-setup] exporting to image [2023-09-05T21:04:55.022Z] #87 exporting layers [2023-09-05T21:04:56.429Z] #87 exporting layers 1.5s done [2023-09-05T21:04:56.429Z] #87 writing image sha256:fb5fac7cb1b5a69b66fab4accf0cdf828e47d53bbcef047b62c8be9dc84895dc done [2023-09-05T21:04:56.429Z] #87 naming to docker.io/library/security-secretstore-setup-arm64 done [2023-09-05T21:04:56.429Z] #87 DONE 4.8s [2023-09-05T21:04:56.429Z] [2023-09-05T21:04:56.429Z] #126 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-09-05T21:04:57.011Z] #126 ... [2023-09-05T21:04:57.011Z] [2023-09-05T21:04:57.011Z] #149 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh [2023-09-05T21:04:57.011Z] #149 DONE 2.7s [2023-09-05T21:04:57.011Z] [2023-09-05T21:04:57.011Z] #150 [security-bootstrapper stage-1 7/15] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-05T21:04:57.284Z] #150 DONE 0.2s [2023-09-05T21:04:57.284Z] [2023-09-05T21:04:57.284Z] #151 [security-bootstrapper stage-1 8/15] COPY --from=builder /edgex-go/security.txt / [2023-09-05T21:04:57.556Z] #151 DONE 0.3s [2023-09-05T21:04:57.556Z] [2023-09-05T21:04:57.556Z] #152 [security-bootstrapper stage-1 9/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-09-05T21:04:57.823Z] #152 DONE 0.3s [2023-09-05T21:04:57.823Z] [2023-09-05T21:04:57.823Z] #153 [security-bootstrapper stage-1 10/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-09-05T21:04:57.823Z] #153 DONE 0.1s [2023-09-05T21:04:57.823Z] [2023-09-05T21:04:57.823Z] #38 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T21:04:57.823Z] #38 ... [2023-09-05T21:04:57.823Z] [2023-09-05T21:04:57.823Z] #154 [security-bootstrapper stage-1 11/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2023-09-05T21:04:57.823Z] #154 DONE 0.1s [2023-09-05T21:04:58.087Z] [2023-09-05T21:04:58.087Z] #155 [security-bootstrapper stage-1 12/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2023-09-05T21:04:58.087Z] #155 DONE 0.1s [2023-09-05T21:04:58.087Z] [2023-09-05T21:04:58.087Z] #106 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-09-05T21:04:58.087Z] #106 ... [2023-09-05T21:04:58.087Z] [2023-09-05T21:04:58.087Z] #156 [security-bootstrapper stage-1 13/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2023-09-05T21:04:58.087Z] #156 DONE 0.1s [2023-09-05T21:04:58.353Z] [2023-09-05T21:04:58.353Z] #157 [security-bootstrapper stage-1 14/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-09-05T21:04:58.353Z] #157 DONE 0.1s [2023-09-05T21:04:58.353Z] [2023-09-05T21:04:58.353Z] #131 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-05T21:04:58.353Z] #131 ... [2023-09-05T21:04:58.353Z] [2023-09-05T21:04:58.353Z] #158 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh [2023-09-05T21:05:00.931Z] #158 DONE 2.6s [2023-09-05T21:05:00.931Z] [2023-09-05T21:05:00.931Z] #128 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-09-05T21:05:00.931Z] #128 ... [2023-09-05T21:05:00.931Z] [2023-09-05T21:05:00.931Z] #87 [security-bootstrapper] exporting to image [2023-09-05T21:05:01.886Z] #87 exporting layers 1.0s done [2023-09-05T21:05:01.886Z] #87 writing image sha256:91cdf8c67febd47d320978c3b63d21b6ea8a5ed1b74d53173fd367702de63177 [2023-09-05T21:05:02.152Z] #87 writing image sha256:91cdf8c67febd47d320978c3b63d21b6ea8a5ed1b74d53173fd367702de63177 done [2023-09-05T21:05:02.152Z] #87 naming to docker.io/library/security-bootstrapper-arm64 done [2023-09-05T21:05:02.152Z] #87 DONE 5.8s [2023-09-05T21:05:02.152Z] [2023-09-05T21:05:02.152Z] #122 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-09-05T21:05:10.334Z] #122 DONE 1044.4s [2023-09-05T21:05:10.334Z] [2023-09-05T21:05:10.334Z] #123 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-09-05T21:05:10.334Z] #123 ... [2023-09-05T21:05:10.334Z] [2023-09-05T21:05:10.334Z] #159 [security-proxy-auth stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-05T21:05:10.663Z] #159 DONE 0.2s [2023-09-05T21:05:10.663Z] [2023-09-05T21:05:10.663Z] #160 [security-proxy-auth stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-09-05T21:05:10.663Z] #160 DONE 0.1s [2023-09-05T21:05:10.663Z] [2023-09-05T21:05:10.663Z] #161 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-09-05T21:05:10.931Z] #161 DONE 0.3s [2023-09-05T21:05:10.931Z] [2023-09-05T21:05:10.931Z] #162 [security-proxy-auth stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-09-05T21:05:11.215Z] #162 DONE 0.2s [2023-09-05T21:05:11.215Z] [2023-09-05T21:05:11.215Z] #123 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-09-05T21:05:11.215Z] #123 ... [2023-09-05T21:05:11.215Z] [2023-09-05T21:05:11.215Z] #163 [security-proxy-auth stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-09-05T21:05:11.488Z] #163 DONE 0.2s [2023-09-05T21:05:11.488Z] [2023-09-05T21:05:11.488Z] #164 [security-proxy-auth stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-05T21:05:15.733Z] #164 DONE 3.7s [2023-09-05T21:05:15.733Z] [2023-09-05T21:05:15.733Z] #128 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-09-05T21:05:15.733Z] #128 ... [2023-09-05T21:05:15.733Z] [2023-09-05T21:05:15.733Z] #87 [security-proxy-auth] exporting to image [2023-09-05T21:05:15.733Z] #87 exporting layers [2023-09-05T21:05:15.733Z] #87 exporting layers 0.6s done [2023-09-05T21:05:15.733Z] #87 writing image sha256:cbfd7389d9e1aadc434011cdf7111069cb897ec1bc5c410e49db29c6ac817556 done [2023-09-05T21:05:15.733Z] #87 naming to docker.io/library/security-proxy-auth-arm64 0.0s done [2023-09-05T21:05:15.733Z] #87 DONE 6.4s [2023-09-05T21:05:15.733Z] [2023-09-05T21:05:15.733Z] #131 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-05T21:05:25.787Z] #131 ... [2023-09-05T21:05:25.787Z] [2023-09-05T21:05:25.788Z] #129 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-09-05T21:05:25.788Z] #129 DONE 1059.9s [2023-09-05T21:05:25.788Z] [2023-09-05T21:05:25.788Z] #124 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-09-05T21:05:25.788Z] #124 ... [2023-09-05T21:05:25.788Z] [2023-09-05T21:05:25.788Z] #165 [core-common-config-bootstrapper stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-05T21:05:25.788Z] #165 DONE 0.1s [2023-09-05T21:05:25.788Z] [2023-09-05T21:05:25.788Z] #128 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-09-05T21:05:26.055Z] #128 ... [2023-09-05T21:05:26.055Z] [2023-09-05T21:05:26.055Z] #166 [core-common-config-bootstrapper stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-09-05T21:05:26.055Z] #166 DONE 0.1s [2023-09-05T21:05:26.055Z] [2023-09-05T21:05:26.055Z] #167 [core-common-config-bootstrapper stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-09-05T21:05:26.321Z] #167 DONE 0.2s [2023-09-05T21:05:26.321Z] [2023-09-05T21:05:26.321Z] #168 [core-common-config-bootstrapper stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-09-05T21:05:26.586Z] #168 DONE 0.1s [2023-09-05T21:05:26.586Z] [2023-09-05T21:05:26.586Z] #169 [core-common-config-bootstrapper stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-09-05T21:05:26.586Z] #169 DONE 0.2s [2023-09-05T21:05:26.586Z] [2023-09-05T21:05:26.586Z] #170 [core-common-config-bootstrapper stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-05T21:05:29.176Z] #170 DONE 2.6s [2023-09-05T21:05:29.176Z] [2023-09-05T21:05:29.176Z] #87 [core-common-config-bootstrapper] exporting to image [2023-09-05T21:05:29.176Z] #87 exporting layers [2023-09-05T21:05:29.760Z] #87 exporting layers 0.5s done [2023-09-05T21:05:29.760Z] #87 writing image sha256:c49e6cca2dc17363cb4de9bdeee15f43a4c5d9799240d7f201540a868d466740 done [2023-09-05T21:05:29.760Z] #87 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2023-09-05T21:05:29.760Z] #87 DONE 6.9s [2023-09-05T21:05:29.760Z] [2023-09-05T21:05:29.760Z] #128 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-09-05T21:06:17.210Z] #128 ... [2023-09-05T21:06:17.210Z] [2023-09-05T21:06:17.210Z] #126 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-09-05T21:06:17.210Z] #126 DONE 1104.6s [2023-09-05T21:06:17.210Z] [2023-09-05T21:06:17.210Z] #128 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-09-05T21:06:17.210Z] #128 ... [2023-09-05T21:06:17.210Z] [2023-09-05T21:06:17.210Z] #171 [core-command stage-1 3/7] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-05T21:06:17.210Z] #171 DONE 0.1s [2023-09-05T21:06:17.210Z] [2023-09-05T21:06:17.210Z] #123 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-09-05T21:06:17.210Z] #123 ... [2023-09-05T21:06:17.210Z] [2023-09-05T21:06:17.210Z] #172 [core-command stage-1 4/7] COPY --from=builder /edgex-go/security.txt / [2023-09-05T21:06:17.210Z] #172 DONE 0.1s [2023-09-05T21:06:17.210Z] [2023-09-05T21:06:17.210Z] #173 [core-command stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-09-05T21:06:17.210Z] #173 DONE 0.3s [2023-09-05T21:06:17.210Z] [2023-09-05T21:06:17.210Z] #106 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-09-05T21:06:17.210Z] #106 ... [2023-09-05T21:06:17.210Z] [2023-09-05T21:06:17.210Z] #174 [core-command stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-09-05T21:06:17.210Z] #174 DONE 0.1s [2023-09-05T21:06:17.210Z] [2023-09-05T21:06:17.210Z] #87 [core-command] exporting to image [2023-09-05T21:06:17.210Z] #87 exporting layers [2023-09-05T21:06:17.210Z] #87 exporting layers 0.3s done [2023-09-05T21:06:17.210Z] #87 writing image sha256:e9431382e529a9a8a8d20112bcf62d4770fffa7cfe82787e2831e8b71990da6d done [2023-09-05T21:06:17.210Z] #87 naming to docker.io/library/core-command-arm64 done [2023-09-05T21:06:17.210Z] #87 DONE 7.3s [2023-09-05T21:06:17.210Z] [2023-09-05T21:06:17.210Z] #128 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-09-05T21:06:17.210Z] #128 ... [2023-09-05T21:06:17.210Z] [2023-09-05T21:06:17.210Z] #124 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-09-05T21:06:17.210Z] #124 DONE 1111.0s [2023-09-05T21:06:17.210Z] [2023-09-05T21:06:17.210Z] #123 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-09-05T21:06:17.210Z] #123 ... [2023-09-05T21:06:17.210Z] [2023-09-05T21:06:17.210Z] #175 [core-data stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-05T21:06:17.210Z] #175 DONE 0.2s [2023-09-05T21:06:17.210Z] [2023-09-05T21:06:17.210Z] #176 [core-data stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-09-05T21:06:17.210Z] #176 DONE 0.1s [2023-09-05T21:06:17.210Z] [2023-09-05T21:06:17.210Z] #131 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-05T21:06:17.210Z] #131 ... [2023-09-05T21:06:17.210Z] [2023-09-05T21:06:17.210Z] #177 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-09-05T21:06:17.478Z] #177 DONE 0.2s [2023-09-05T21:06:17.478Z] [2023-09-05T21:06:17.478Z] #178 [core-data stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-09-05T21:06:17.478Z] #178 DONE 0.1s [2023-09-05T21:06:17.478Z] [2023-09-05T21:06:17.478Z] #123 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-09-05T21:06:17.478Z] #123 ... [2023-09-05T21:06:17.478Z] [2023-09-05T21:06:17.478Z] #87 [core-data] exporting to image [2023-09-05T21:06:17.478Z] #87 exporting layers [2023-09-05T21:06:17.743Z] #87 exporting layers 0.4s done [2023-09-05T21:06:18.009Z] #87 writing image sha256:bde82419a64928132eb81faa0c0ede1307acf5633e273602e6c881c3b5282158 0.0s done [2023-09-05T21:06:18.009Z] #87 naming to docker.io/library/core-data-arm64 done [2023-09-05T21:06:18.009Z] #87 DONE 7.7s [2023-09-05T21:06:18.009Z] [2023-09-05T21:06:18.009Z] #123 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-09-05T21:06:19.941Z] #123 ... [2023-09-05T21:06:19.941Z] [2023-09-05T21:06:19.941Z] #106 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-09-05T21:06:19.941Z] #106 DONE 1114.4s [2023-09-05T21:06:19.941Z] [2023-09-05T21:06:19.941Z] #128 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-09-05T21:06:20.218Z] #128 ... [2023-09-05T21:06:20.218Z] [2023-09-05T21:06:20.218Z] #179 [core-metadata stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-05T21:06:20.489Z] #179 DONE 0.2s [2023-09-05T21:06:20.489Z] [2023-09-05T21:06:20.489Z] #180 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-09-05T21:06:20.489Z] #180 DONE 0.1s [2023-09-05T21:06:20.489Z] [2023-09-05T21:06:20.489Z] #181 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-09-05T21:06:20.755Z] #181 DONE 0.3s [2023-09-05T21:06:20.755Z] [2023-09-05T21:06:20.755Z] #128 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-09-05T21:06:20.755Z] #128 ... [2023-09-05T21:06:20.755Z] [2023-09-05T21:06:20.755Z] #182 [core-metadata stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-09-05T21:06:20.755Z] #182 DONE 0.1s [2023-09-05T21:06:21.021Z] [2023-09-05T21:06:21.021Z] #183 [core-metadata stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-09-05T21:06:21.021Z] #183 DONE 0.1s [2023-09-05T21:06:21.021Z] [2023-09-05T21:06:21.021Z] #128 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-09-05T21:06:21.287Z] #128 ... [2023-09-05T21:06:21.287Z] [2023-09-05T21:06:21.287Z] #87 [core-metadata] exporting to image [2023-09-05T21:06:21.553Z] #87 exporting layers 0.3s done [2023-09-05T21:06:21.553Z] #87 writing image sha256:626a029ff6c0c63af4a87a81113e6b9f1f653843d283d8f91bbf565ec7ec5e6a done [2023-09-05T21:06:21.553Z] #87 naming to docker.io/library/core-metadata-arm64 0.0s done [2023-09-05T21:06:21.553Z] #87 DONE 8.0s [2023-09-05T21:06:21.553Z] [2023-09-05T21:06:21.553Z] #128 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-09-05T21:06:48.210Z] #128 DONE 1142.0s [2023-09-05T21:06:48.210Z] [2023-09-05T21:06:48.210Z] #38 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T21:06:48.210Z] #38 ... [2023-09-05T21:06:48.210Z] [2023-09-05T21:06:48.210Z] #184 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-05T21:06:48.210Z] #184 DONE 0.2s [2023-09-05T21:06:48.210Z] [2023-09-05T21:06:48.210Z] #38 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T21:06:48.210Z] #38 ... [2023-09-05T21:06:48.210Z] [2023-09-05T21:06:48.210Z] #185 [security-spiffe-token-provider stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-09-05T21:06:48.210Z] #185 DONE 0.2s [2023-09-05T21:06:48.210Z] [2023-09-05T21:06:48.210Z] #186 [security-spiffe-token-provider stage-1 5/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-09-05T21:06:48.478Z] #186 DONE 0.4s [2023-09-05T21:06:48.478Z] [2023-09-05T21:06:48.478Z] #38 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T21:06:48.746Z] #38 ... [2023-09-05T21:06:48.746Z] [2023-09-05T21:06:48.746Z] #187 [security-spiffe-token-provider stage-1 6/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-09-05T21:06:48.746Z] #187 DONE 0.1s [2023-09-05T21:06:48.746Z] [2023-09-05T21:06:48.746Z] #87 [security-spiffe-token-provider] exporting to image [2023-09-05T21:06:48.746Z] #87 exporting layers [2023-09-05T21:06:49.400Z] #87 exporting layers 0.6s done [2023-09-05T21:06:49.400Z] #87 writing image sha256:8a284d9545afd3944fa3f33d8b3afbbe315373d2421ac257e75f0245f92e5358 done [2023-09-05T21:06:49.400Z] #87 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2023-09-05T21:06:49.400Z] #87 DONE 8.6s [2023-09-05T21:06:49.400Z] [2023-09-05T21:06:49.400Z] #38 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T21:07:16.627Z] #38 ... [2023-09-05T21:07:16.627Z] [2023-09-05T21:07:16.627Z] #131 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-05T21:07:16.627Z] #131 DONE 1167.8s [2023-09-05T21:07:16.627Z] [2023-09-05T21:07:16.627Z] #188 [support-notifications stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-05T21:07:16.627Z] #188 DONE 0.2s [2023-09-05T21:07:16.627Z] [2023-09-05T21:07:16.627Z] #189 [support-notifications stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-09-05T21:07:16.627Z] #189 DONE 0.2s [2023-09-05T21:07:16.627Z] [2023-09-05T21:07:16.627Z] #190 [support-notifications stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-09-05T21:07:16.627Z] #190 DONE 0.3s [2023-09-05T21:07:16.628Z] [2023-09-05T21:07:16.628Z] #123 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-09-05T21:07:16.628Z] #123 DONE 1168.7s [2023-09-05T21:07:16.628Z] [2023-09-05T21:07:16.628Z] #38 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T21:07:16.628Z] #38 ... [2023-09-05T21:07:16.628Z] [2023-09-05T21:07:16.628Z] #191 [support-scheduler stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-05T21:07:16.628Z] #191 ... [2023-09-05T21:07:16.628Z] [2023-09-05T21:07:16.628Z] #192 [support-notifications stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-09-05T21:07:16.628Z] #192 DONE 0.2s [2023-09-05T21:07:16.628Z] [2023-09-05T21:07:16.628Z] #191 [support-scheduler stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-05T21:07:16.628Z] #191 DONE 0.2s [2023-09-05T21:07:16.628Z] [2023-09-05T21:07:16.628Z] #193 [support-scheduler stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-09-05T21:07:16.628Z] #193 DONE 0.2s [2023-09-05T21:07:16.628Z] [2023-09-05T21:07:16.628Z] #194 [support-scheduler stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-09-05T21:07:16.628Z] #194 ... [2023-09-05T21:07:16.628Z] [2023-09-05T21:07:16.628Z] #87 [support-notifications] exporting to image [2023-09-05T21:07:16.628Z] #87 exporting layers 0.4s done [2023-09-05T21:07:16.628Z] #87 writing image sha256:a1f07b5dbe297b41cd88014e7add2b716b7016e4f220a2c437e80c8f696811e1 done [2023-09-05T21:07:16.628Z] #87 naming to docker.io/library/support-notifications-arm64 done [2023-09-05T21:07:16.628Z] #87 DONE 9.1s [2023-09-05T21:07:16.628Z] [2023-09-05T21:07:16.628Z] #194 [support-scheduler stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-09-05T21:07:16.628Z] #194 DONE 0.4s [2023-09-05T21:07:16.628Z] [2023-09-05T21:07:16.628Z] #195 [support-scheduler stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-09-05T21:07:16.628Z] #195 DONE 0.1s [2023-09-05T21:07:16.628Z] [2023-09-05T21:07:16.628Z] #87 [support-scheduler] exporting to image [2023-09-05T21:07:17.209Z] #87 exporting layers 2.2s done [2023-09-05T21:07:17.209Z] #87 writing image sha256:fa67f90d2962fcd141fdee11abc0a6a3f75dbbd289e2cef2c0b013201f7cb7e5 done [2023-09-05T21:07:17.209Z] #87 naming to docker.io/library/support-scheduler-arm64 done [2023-09-05T21:07:17.209Z] #87 DONE 11.3s [2023-09-05T21:07:17.209Z] [2023-09-05T21:07:17.209Z] #38 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-05T21:07:17.209Z] time="2023-09-05T20:46:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-05T21:07:17.209Z] time="2023-09-05T20:46:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-05T21:07:17.209Z] time="2023-09-05T20:46:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-05T21:07:17.209Z] time="2023-09-05T20:46:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-05T21:07:17.209Z] time="2023-09-05T20:46:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-05T21:07:17.209Z] time="2023-09-05T20:46:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-05T21:07:17.209Z] time="2023-09-05T20:46:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-05T21:07:17.209Z] time="2023-09-05T20:46:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-05T21:07:17.209Z] time="2023-09-05T20:46:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-05T21:07:17.209Z] time="2023-09-05T20:46:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-05T21:07:17.209Z] time="2023-09-05T20:46:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-05T21:07:17.209Z] time="2023-09-05T20:46:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-05T21:07:17.209Z] time="2023-09-05T20:46:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-05T21:07:17.209Z] time="2023-09-05T20:46:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2023-09-05T21:07:17.221Z] $ docker stop --time=1 839f9e466c2a9f13a63489e8acb9a37b506a659835d073da3586e808fa1d26e4 [2023-09-05T21:07:18.854Z] $ docker rm -f --volumes 839f9e466c2a9f13a63489e8acb9a37b506a659835d073da3586e808fa1d26e4 [Pipeline] // withDockerContainer [Pipeline] sh [2023-09-05T21:07:19.317Z] + docker images [2023-09-05T21:07:19.317Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-09-05T21:07:19.317Z] support-notifications-arm64 latest a1f07b5dbe29 5 seconds ago 33.7MB [2023-09-05T21:07:19.317Z] support-scheduler-arm64 latest fa67f90d2962 5 seconds ago 32.9MB [2023-09-05T21:07:19.317Z] security-spiffe-token-provider-arm64 latest 8a284d9545af 31 seconds ago 33.3MB [2023-09-05T21:07:19.317Z] core-metadata-arm64 latest 626a029ff6c0 59 seconds ago 21.2MB [2023-09-05T21:07:19.317Z] core-data-arm64 latest bde82419a649 About a minute ago 20.9MB [2023-09-05T21:07:19.317Z] core-command-arm64 latest e9431382e529 About a minute ago 20.8MB [2023-09-05T21:07:19.317Z] core-common-config-bootstrapper-arm64 latest c49e6cca2dc1 About a minute ago 18MB [2023-09-05T21:07:19.317Z] security-proxy-auth-arm64 latest cbfd7389d9e1 2 minutes ago 19.3MB [2023-09-05T21:07:19.317Z] security-bootstrapper-arm64 latest 91cdf8c67feb 2 minutes ago 22.6MB [2023-09-05T21:07:19.317Z] security-secretstore-setup-arm64 latest fb5fac7cb1b5 2 minutes ago 43MB [2023-09-05T21:07:19.317Z] security-proxy-setup-arm64 latest 0f83a930d583 2 minutes ago 28.8MB [2023-09-05T21:07:19.317Z] security-spire-agent-arm64 latest 3f5f3ddb6511 20 minutes ago 153MB [2023-09-05T21:07:19.317Z] security-spire-config-arm64 latest cb7bd3e4a430 20 minutes ago 96.2MB [2023-09-05T21:07:19.317Z] security-spire-server-arm64 latest 1498219c15ef 20 minutes ago 97.1MB [2023-09-05T21:07:19.317Z] ci-base-image-arm64 latest 9c25aa4f68b7 21 minutes ago 1.05GB [2023-09-05T21:07:19.317Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine 1e15ea492957 7 weeks ago 677MB [2023-09-05T21:07:19.317Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 3 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-09-05T21:07:19.417Z] provisioning config files... [2023-09-05T21:07:19.428Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/572@tmp/config13006133304838432089tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-05T21:07:19.754Z] ---> docker-login.sh [2023-09-05T21:07:19.754Z] nexus3.edgexfoundry.org:10001 [2023-09-05T21:07:19.754Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-05T21:07:20.021Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-05T21:07:20.021Z] Configure a credential helper to remove this warning. See [2023-09-05T21:07:20.021Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-05T21:07:20.021Z] [2023-09-05T21:07:20.021Z] Login Succeeded [2023-09-05T21:07:20.021Z] nexus3.edgexfoundry.org:10002 [2023-09-05T21:07:20.286Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-05T21:07:20.286Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-05T21:07:20.286Z] Configure a credential helper to remove this warning. See [2023-09-05T21:07:20.286Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-05T21:07:20.286Z] [2023-09-05T21:07:20.286Z] Login Succeeded [2023-09-05T21:07:20.286Z] nexus3.edgexfoundry.org:10003 [2023-09-05T21:07:20.552Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-05T21:07:20.818Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-05T21:07:20.818Z] Configure a credential helper to remove this warning. See [2023-09-05T21:07:20.818Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-05T21:07:20.818Z] [2023-09-05T21:07:20.818Z] Login Succeeded [2023-09-05T21:07:20.818Z] nexus3.edgexfoundry.org:10004 [2023-09-05T21:07:20.818Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-05T21:07:21.085Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-05T21:07:21.085Z] Configure a credential helper to remove this warning. See [2023-09-05T21:07:21.085Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-05T21:07:21.085Z] [2023-09-05T21:07:21.085Z] Login Succeeded [2023-09-05T21:07:21.085Z] docker.io [2023-09-05T21:07:21.349Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-05T21:07:21.613Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-05T21:07:21.613Z] Configure a credential helper to remove this warning. See [2023-09-05T21:07:21.613Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-05T21:07:21.613Z] [2023-09-05T21:07:21.613Z] Login Succeeded [2023-09-05T21:07:21.613Z] ---> docker-login.sh ends [Pipeline] } [2023-09-05T21:07:21.624Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-09-05T21:07:21.649Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-09-05T21:07:21.676Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2023-09-05T21:07:21.676Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T21:07:21.676Z] latest [2023-09-05T21:07:21.676Z] 3.1.0-dev.38 [2023-09-05T21:07:21.676Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T21:07:21.676Z] main [2023-09-05T21:07:21.676Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:07:22.022Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:07:22.359Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T21:07:22.359Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-09-05T21:07:22.359Z] 90b3f9817c78: Preparing [2023-09-05T21:07:22.359Z] 0cd6b23d5d17: Preparing [2023-09-05T21:07:22.359Z] f8656a086791: Preparing [2023-09-05T21:07:22.359Z] d07c873fe522: Preparing [2023-09-05T21:07:22.359Z] 8c56f4e658e8: Preparing [2023-09-05T21:07:22.359Z] d2d9d24a8c2a: Preparing [2023-09-05T21:07:22.359Z] d2d9d24a8c2a: Waiting [2023-09-05T21:07:22.624Z] f8656a086791: Pushed [2023-09-05T21:07:22.624Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:07:22.624Z] 90b3f9817c78: Pushed [2023-09-05T21:07:22.624Z] 8c56f4e658e8: Pushed [2023-09-05T21:07:22.624Z] d07c873fe522: Pushed [2023-09-05T21:07:25.950Z] 0cd6b23d5d17: Pushed [2023-09-05T21:07:25.950Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0: digest: sha256:db00b855a6b7c33e5e61005269762197201f36894bb3fe1d73375570ff58adb0 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:07:26.294Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:07:26.634Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-09-05T21:07:26.634Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-09-05T21:07:26.634Z] 90b3f9817c78: Preparing [2023-09-05T21:07:26.634Z] 0cd6b23d5d17: Preparing [2023-09-05T21:07:26.634Z] f8656a086791: Preparing [2023-09-05T21:07:26.634Z] d07c873fe522: Preparing [2023-09-05T21:07:26.634Z] 8c56f4e658e8: Preparing [2023-09-05T21:07:26.634Z] d2d9d24a8c2a: Preparing [2023-09-05T21:07:26.634Z] d2d9d24a8c2a: Waiting [2023-09-05T21:07:26.634Z] 90b3f9817c78: Layer already exists [2023-09-05T21:07:26.634Z] 0cd6b23d5d17: Layer already exists [2023-09-05T21:07:26.634Z] d07c873fe522: Layer already exists [2023-09-05T21:07:26.634Z] f8656a086791: Layer already exists [2023-09-05T21:07:26.634Z] 8c56f4e658e8: Layer already exists [2023-09-05T21:07:26.634Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:07:26.634Z] latest: digest: sha256:db00b855a6b7c33e5e61005269762197201f36894bb3fe1d73375570ff58adb0 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:07:27.238Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:07:27.570Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.1.0-dev.38 [2023-09-05T21:07:27.570Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-09-05T21:07:27.570Z] 90b3f9817c78: Preparing [2023-09-05T21:07:27.570Z] 0cd6b23d5d17: Preparing [2023-09-05T21:07:27.570Z] f8656a086791: Preparing [2023-09-05T21:07:27.570Z] d07c873fe522: Preparing [2023-09-05T21:07:27.570Z] 8c56f4e658e8: Preparing [2023-09-05T21:07:27.570Z] d2d9d24a8c2a: Preparing [2023-09-05T21:07:27.570Z] d2d9d24a8c2a: Waiting [2023-09-05T21:07:27.570Z] 90b3f9817c78: Layer already exists [2023-09-05T21:07:27.570Z] 0cd6b23d5d17: Layer already exists [2023-09-05T21:07:27.570Z] f8656a086791: Layer already exists [2023-09-05T21:07:27.570Z] 8c56f4e658e8: Layer already exists [2023-09-05T21:07:27.570Z] d07c873fe522: Layer already exists [2023-09-05T21:07:27.570Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:07:27.570Z] 3.1.0-dev.38: digest: sha256:db00b855a6b7c33e5e61005269762197201f36894bb3fe1d73375570ff58adb0 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:07:27.907Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:07:28.240Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T21:07:28.241Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-09-05T21:07:28.241Z] 90b3f9817c78: Preparing [2023-09-05T21:07:28.241Z] 0cd6b23d5d17: Preparing [2023-09-05T21:07:28.241Z] f8656a086791: Preparing [2023-09-05T21:07:28.241Z] d07c873fe522: Preparing [2023-09-05T21:07:28.241Z] 8c56f4e658e8: Preparing [2023-09-05T21:07:28.241Z] d2d9d24a8c2a: Preparing [2023-09-05T21:07:28.241Z] d2d9d24a8c2a: Waiting [2023-09-05T21:07:28.241Z] 90b3f9817c78: Layer already exists [2023-09-05T21:07:28.241Z] f8656a086791: Layer already exists [2023-09-05T21:07:28.241Z] 0cd6b23d5d17: Layer already exists [2023-09-05T21:07:28.241Z] 8c56f4e658e8: Layer already exists [2023-09-05T21:07:28.241Z] d07c873fe522: Layer already exists [2023-09-05T21:07:28.241Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:07:28.504Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38: digest: sha256:db00b855a6b7c33e5e61005269762197201f36894bb3fe1d73375570ff58adb0 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:07:28.838Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:07:29.172Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2023-09-05T21:07:29.172Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-09-05T21:07:29.172Z] 90b3f9817c78: Preparing [2023-09-05T21:07:29.172Z] 0cd6b23d5d17: Preparing [2023-09-05T21:07:29.172Z] f8656a086791: Preparing [2023-09-05T21:07:29.172Z] d07c873fe522: Preparing [2023-09-05T21:07:29.172Z] 8c56f4e658e8: Preparing [2023-09-05T21:07:29.172Z] d2d9d24a8c2a: Preparing [2023-09-05T21:07:29.172Z] d2d9d24a8c2a: Waiting [2023-09-05T21:07:29.172Z] 8c56f4e658e8: Layer already exists [2023-09-05T21:07:29.172Z] 0cd6b23d5d17: Layer already exists [2023-09-05T21:07:29.172Z] d07c873fe522: Layer already exists [2023-09-05T21:07:29.172Z] f8656a086791: Layer already exists [2023-09-05T21:07:29.172Z] 90b3f9817c78: Layer already exists [2023-09-05T21:07:29.172Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:07:29.436Z] main: digest: sha256:db00b855a6b7c33e5e61005269762197201f36894bb3fe1d73375570ff58adb0 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-09-05T21:07:29.522Z] ===================================================== [Pipeline] echo [2023-09-05T21:07:29.530Z] taggedImages: [2023-09-05T21:07:29.530Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T21:07:29.530Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-09-05T21:07:29.530Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.1.0-dev.38 [2023-09-05T21:07:29.530Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T21:07:29.530Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2023-09-05T21:07:29.558Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2023-09-05T21:07:29.558Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T21:07:29.558Z] latest [2023-09-05T21:07:29.558Z] 3.1.0-dev.38 [2023-09-05T21:07:29.558Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T21:07:29.558Z] main [2023-09-05T21:07:29.558Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:07:29.920Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:07:30.291Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T21:07:30.291Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-09-05T21:07:30.291Z] 271ee7f716ac: Preparing [2023-09-05T21:07:30.291Z] 194026c3242a: Preparing [2023-09-05T21:07:30.291Z] 0914a162a2e7: Preparing [2023-09-05T21:07:30.291Z] 373a308c4ec4: Preparing [2023-09-05T21:07:30.291Z] f8656a086791: Preparing [2023-09-05T21:07:30.291Z] d07c873fe522: Preparing [2023-09-05T21:07:30.291Z] 8c56f4e658e8: Preparing [2023-09-05T21:07:30.291Z] d2d9d24a8c2a: Preparing [2023-09-05T21:07:30.291Z] d07c873fe522: Waiting [2023-09-05T21:07:30.291Z] 8c56f4e658e8: Waiting [2023-09-05T21:07:30.291Z] d2d9d24a8c2a: Waiting [2023-09-05T21:07:30.291Z] f8656a086791: Layer already exists [2023-09-05T21:07:30.559Z] d07c873fe522: Layer already exists [2023-09-05T21:07:30.559Z] 8c56f4e658e8: Layer already exists [2023-09-05T21:07:30.559Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:07:30.559Z] 0914a162a2e7: Pushed [2023-09-05T21:07:30.559Z] 194026c3242a: Pushed [2023-09-05T21:07:30.559Z] 271ee7f716ac: Pushed [2023-09-05T21:07:33.165Z] 373a308c4ec4: Pushed [2023-09-05T21:07:33.165Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0: digest: sha256:b4480ecd362418c27df686ce4a8bccb796eeac3be9cb2df37b48aadf372eb533 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:07:33.503Z] + 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-09-05T21:07:33.837Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-09-05T21:07:33.838Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-09-05T21:07:33.838Z] 271ee7f716ac: Preparing [2023-09-05T21:07:33.838Z] 194026c3242a: Preparing [2023-09-05T21:07:33.838Z] 0914a162a2e7: Preparing [2023-09-05T21:07:33.838Z] 373a308c4ec4: Preparing [2023-09-05T21:07:33.838Z] f8656a086791: Preparing [2023-09-05T21:07:33.838Z] d07c873fe522: Preparing [2023-09-05T21:07:33.838Z] 8c56f4e658e8: Preparing [2023-09-05T21:07:33.838Z] d2d9d24a8c2a: Preparing [2023-09-05T21:07:33.838Z] d07c873fe522: Waiting [2023-09-05T21:07:33.838Z] 8c56f4e658e8: Waiting [2023-09-05T21:07:33.838Z] d2d9d24a8c2a: Waiting [2023-09-05T21:07:33.838Z] 194026c3242a: Layer already exists [2023-09-05T21:07:33.838Z] 0914a162a2e7: Layer already exists [2023-09-05T21:07:33.838Z] 271ee7f716ac: Layer already exists [2023-09-05T21:07:33.838Z] f8656a086791: Layer already exists [2023-09-05T21:07:33.838Z] 373a308c4ec4: Layer already exists [2023-09-05T21:07:33.838Z] d07c873fe522: Layer already exists [2023-09-05T21:07:33.838Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:07:33.838Z] 8c56f4e658e8: Layer already exists [2023-09-05T21:07:34.100Z] latest: digest: sha256:b4480ecd362418c27df686ce4a8bccb796eeac3be9cb2df37b48aadf372eb533 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:07:34.433Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:07:34.767Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.1.0-dev.38 [2023-09-05T21:07:34.767Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-09-05T21:07:34.767Z] 271ee7f716ac: Preparing [2023-09-05T21:07:34.767Z] 194026c3242a: Preparing [2023-09-05T21:07:34.767Z] 0914a162a2e7: Preparing [2023-09-05T21:07:34.767Z] 373a308c4ec4: Preparing [2023-09-05T21:07:34.767Z] f8656a086791: Preparing [2023-09-05T21:07:34.767Z] d07c873fe522: Preparing [2023-09-05T21:07:34.767Z] 8c56f4e658e8: Preparing [2023-09-05T21:07:34.767Z] d2d9d24a8c2a: Preparing [2023-09-05T21:07:34.767Z] d07c873fe522: Waiting [2023-09-05T21:07:34.767Z] 8c56f4e658e8: Waiting [2023-09-05T21:07:34.767Z] d2d9d24a8c2a: Waiting [2023-09-05T21:07:34.767Z] 0914a162a2e7: Layer already exists [2023-09-05T21:07:34.767Z] f8656a086791: Layer already exists [2023-09-05T21:07:34.767Z] 271ee7f716ac: Layer already exists [2023-09-05T21:07:34.767Z] 373a308c4ec4: Layer already exists [2023-09-05T21:07:34.767Z] 194026c3242a: Layer already exists [2023-09-05T21:07:34.767Z] d07c873fe522: Layer already exists [2023-09-05T21:07:34.767Z] 8c56f4e658e8: Layer already exists [2023-09-05T21:07:34.767Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:07:34.767Z] 3.1.0-dev.38: digest: sha256:b4480ecd362418c27df686ce4a8bccb796eeac3be9cb2df37b48aadf372eb533 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:07:35.115Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:07:35.462Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T21:07:35.462Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-09-05T21:07:35.462Z] 271ee7f716ac: Preparing [2023-09-05T21:07:35.462Z] 194026c3242a: Preparing [2023-09-05T21:07:35.462Z] 0914a162a2e7: Preparing [2023-09-05T21:07:35.462Z] 373a308c4ec4: Preparing [2023-09-05T21:07:35.462Z] f8656a086791: Preparing [2023-09-05T21:07:35.462Z] d07c873fe522: Preparing [2023-09-05T21:07:35.462Z] 8c56f4e658e8: Preparing [2023-09-05T21:07:35.462Z] d2d9d24a8c2a: Preparing [2023-09-05T21:07:35.462Z] d07c873fe522: Waiting [2023-09-05T21:07:35.462Z] 8c56f4e658e8: Waiting [2023-09-05T21:07:35.462Z] d2d9d24a8c2a: Waiting [2023-09-05T21:07:35.462Z] 0914a162a2e7: Layer already exists [2023-09-05T21:07:35.462Z] f8656a086791: Layer already exists [2023-09-05T21:07:35.462Z] 373a308c4ec4: Layer already exists [2023-09-05T21:07:35.462Z] 194026c3242a: Layer already exists [2023-09-05T21:07:35.462Z] 271ee7f716ac: Layer already exists [2023-09-05T21:07:35.462Z] 8c56f4e658e8: Layer already exists [2023-09-05T21:07:35.462Z] d07c873fe522: Layer already exists [2023-09-05T21:07:35.462Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:07:35.462Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38: digest: sha256:b4480ecd362418c27df686ce4a8bccb796eeac3be9cb2df37b48aadf372eb533 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:07:35.807Z] + 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-09-05T21:07:36.134Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2023-09-05T21:07:36.135Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-09-05T21:07:36.135Z] 271ee7f716ac: Preparing [2023-09-05T21:07:36.135Z] 194026c3242a: Preparing [2023-09-05T21:07:36.135Z] 0914a162a2e7: Preparing [2023-09-05T21:07:36.135Z] 373a308c4ec4: Preparing [2023-09-05T21:07:36.135Z] f8656a086791: Preparing [2023-09-05T21:07:36.135Z] d07c873fe522: Preparing [2023-09-05T21:07:36.135Z] 8c56f4e658e8: Preparing [2023-09-05T21:07:36.135Z] d2d9d24a8c2a: Preparing [2023-09-05T21:07:36.135Z] d07c873fe522: Waiting [2023-09-05T21:07:36.135Z] 8c56f4e658e8: Waiting [2023-09-05T21:07:36.135Z] d2d9d24a8c2a: Waiting [2023-09-05T21:07:36.135Z] 271ee7f716ac: Layer already exists [2023-09-05T21:07:36.135Z] 373a308c4ec4: Layer already exists [2023-09-05T21:07:36.135Z] 0914a162a2e7: Layer already exists [2023-09-05T21:07:36.135Z] 194026c3242a: Layer already exists [2023-09-05T21:07:36.135Z] f8656a086791: Layer already exists [2023-09-05T21:07:36.135Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:07:36.135Z] 8c56f4e658e8: Layer already exists [2023-09-05T21:07:36.135Z] d07c873fe522: Layer already exists [2023-09-05T21:07:36.398Z] main: digest: sha256:b4480ecd362418c27df686ce4a8bccb796eeac3be9cb2df37b48aadf372eb533 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-09-05T21:07:36.440Z] ===================================================== [Pipeline] echo [2023-09-05T21:07:36.449Z] taggedImages: [2023-09-05T21:07:36.449Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T21:07:36.449Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-09-05T21:07:36.449Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.1.0-dev.38 [2023-09-05T21:07:36.449Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T21:07:36.449Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2023-09-05T21:07:36.474Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2023-09-05T21:07:36.475Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T21:07:36.475Z] latest [2023-09-05T21:07:36.475Z] 3.1.0-dev.38 [2023-09-05T21:07:36.475Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T21:07:36.475Z] main [2023-09-05T21:07:36.475Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:07:36.823Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:07:37.153Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T21:07:37.153Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-09-05T21:07:37.153Z] 3b645f0b7037: Preparing [2023-09-05T21:07:37.153Z] ff2e8f8d4e54: Preparing [2023-09-05T21:07:37.153Z] f8656a086791: Preparing [2023-09-05T21:07:37.153Z] d07c873fe522: Preparing [2023-09-05T21:07:37.153Z] c32f52e8e0c5: Preparing [2023-09-05T21:07:37.153Z] d2d9d24a8c2a: Preparing [2023-09-05T21:07:37.153Z] d2d9d24a8c2a: Waiting [2023-09-05T21:07:37.153Z] d07c873fe522: Layer already exists [2023-09-05T21:07:37.153Z] f8656a086791: Layer already exists [2023-09-05T21:07:37.418Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:07:37.418Z] 3b645f0b7037: Pushed [2023-09-05T21:07:37.418Z] c32f52e8e0c5: Pushed [2023-09-05T21:07:40.745Z] ff2e8f8d4e54: Pushed [2023-09-05T21:07:40.745Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0: digest: sha256:32f5e765390e9722ba3ed5349803e0a7a3e714048db8282c1055ad96e0dbb1be size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:07:41.078Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:07:41.412Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-09-05T21:07:41.412Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-09-05T21:07:41.412Z] 3b645f0b7037: Preparing [2023-09-05T21:07:41.412Z] ff2e8f8d4e54: Preparing [2023-09-05T21:07:41.412Z] f8656a086791: Preparing [2023-09-05T21:07:41.412Z] d07c873fe522: Preparing [2023-09-05T21:07:41.412Z] c32f52e8e0c5: Preparing [2023-09-05T21:07:41.412Z] d2d9d24a8c2a: Preparing [2023-09-05T21:07:41.412Z] d2d9d24a8c2a: Waiting [2023-09-05T21:07:41.412Z] 3b645f0b7037: Layer already exists [2023-09-05T21:07:41.412Z] ff2e8f8d4e54: Layer already exists [2023-09-05T21:07:41.412Z] d07c873fe522: Layer already exists [2023-09-05T21:07:41.412Z] c32f52e8e0c5: Layer already exists [2023-09-05T21:07:41.412Z] f8656a086791: Layer already exists [2023-09-05T21:07:41.412Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:07:41.677Z] latest: digest: sha256:32f5e765390e9722ba3ed5349803e0a7a3e714048db8282c1055ad96e0dbb1be size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:07:42.007Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:07:42.331Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.1.0-dev.38 [2023-09-05T21:07:42.331Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-09-05T21:07:42.331Z] 3b645f0b7037: Preparing [2023-09-05T21:07:42.331Z] ff2e8f8d4e54: Preparing [2023-09-05T21:07:42.331Z] f8656a086791: Preparing [2023-09-05T21:07:42.331Z] d07c873fe522: Preparing [2023-09-05T21:07:42.331Z] c32f52e8e0c5: Preparing [2023-09-05T21:07:42.331Z] d2d9d24a8c2a: Preparing [2023-09-05T21:07:42.331Z] d2d9d24a8c2a: Waiting [2023-09-05T21:07:42.331Z] c32f52e8e0c5: Layer already exists [2023-09-05T21:07:42.331Z] 3b645f0b7037: Layer already exists [2023-09-05T21:07:42.331Z] d07c873fe522: Layer already exists [2023-09-05T21:07:42.331Z] ff2e8f8d4e54: Layer already exists [2023-09-05T21:07:42.331Z] f8656a086791: Layer already exists [2023-09-05T21:07:42.331Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:07:42.331Z] 3.1.0-dev.38: digest: sha256:32f5e765390e9722ba3ed5349803e0a7a3e714048db8282c1055ad96e0dbb1be size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:07:42.929Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:07:43.264Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T21:07:43.264Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-09-05T21:07:43.264Z] 3b645f0b7037: Preparing [2023-09-05T21:07:43.264Z] ff2e8f8d4e54: Preparing [2023-09-05T21:07:43.264Z] f8656a086791: Preparing [2023-09-05T21:07:43.264Z] d07c873fe522: Preparing [2023-09-05T21:07:43.264Z] c32f52e8e0c5: Preparing [2023-09-05T21:07:43.264Z] d2d9d24a8c2a: Preparing [2023-09-05T21:07:43.264Z] d2d9d24a8c2a: Waiting [2023-09-05T21:07:43.264Z] f8656a086791: Layer already exists [2023-09-05T21:07:43.264Z] c32f52e8e0c5: Layer already exists [2023-09-05T21:07:43.264Z] 3b645f0b7037: Layer already exists [2023-09-05T21:07:43.264Z] d07c873fe522: Layer already exists [2023-09-05T21:07:43.264Z] ff2e8f8d4e54: Layer already exists [2023-09-05T21:07:43.264Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:07:43.264Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38: digest: sha256:32f5e765390e9722ba3ed5349803e0a7a3e714048db8282c1055ad96e0dbb1be size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:07:43.860Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:07:44.196Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2023-09-05T21:07:44.196Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-09-05T21:07:44.196Z] 3b645f0b7037: Preparing [2023-09-05T21:07:44.196Z] ff2e8f8d4e54: Preparing [2023-09-05T21:07:44.196Z] f8656a086791: Preparing [2023-09-05T21:07:44.196Z] d07c873fe522: Preparing [2023-09-05T21:07:44.196Z] c32f52e8e0c5: Preparing [2023-09-05T21:07:44.196Z] d2d9d24a8c2a: Preparing [2023-09-05T21:07:44.196Z] d2d9d24a8c2a: Waiting [2023-09-05T21:07:44.196Z] 3b645f0b7037: Layer already exists [2023-09-05T21:07:44.196Z] c32f52e8e0c5: Layer already exists [2023-09-05T21:07:44.196Z] f8656a086791: Layer already exists [2023-09-05T21:07:44.196Z] d07c873fe522: Layer already exists [2023-09-05T21:07:44.196Z] ff2e8f8d4e54: Layer already exists [2023-09-05T21:07:44.196Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:07:44.461Z] main: digest: sha256:32f5e765390e9722ba3ed5349803e0a7a3e714048db8282c1055ad96e0dbb1be size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-09-05T21:07:44.513Z] ===================================================== [Pipeline] echo [2023-09-05T21:07:44.523Z] taggedImages: [2023-09-05T21:07:44.523Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T21:07:44.523Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-09-05T21:07:44.523Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.1.0-dev.38 [2023-09-05T21:07:44.523Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T21:07:44.523Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2023-09-05T21:07:44.552Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2023-09-05T21:07:44.552Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T21:07:44.552Z] latest [2023-09-05T21:07:44.552Z] 3.1.0-dev.38 [2023-09-05T21:07:44.552Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T21:07:44.552Z] main [2023-09-05T21:07:44.552Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:07:44.890Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:07:45.222Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T21:07:45.222Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-09-05T21:07:45.222Z] cd6a4ea4c43a: Preparing [2023-09-05T21:07:45.222Z] 2922f0aff626: Preparing [2023-09-05T21:07:45.222Z] 5068204ee0fa: Preparing [2023-09-05T21:07:45.222Z] f8656a086791: Preparing [2023-09-05T21:07:45.222Z] d07c873fe522: Preparing [2023-09-05T21:07:45.222Z] 8c56f4e658e8: Preparing [2023-09-05T21:07:45.222Z] d2d9d24a8c2a: Preparing [2023-09-05T21:07:45.222Z] 8c56f4e658e8: Waiting [2023-09-05T21:07:45.222Z] d2d9d24a8c2a: Waiting [2023-09-05T21:07:45.222Z] d07c873fe522: Layer already exists [2023-09-05T21:07:45.222Z] f8656a086791: Layer already exists [2023-09-05T21:07:45.222Z] 8c56f4e658e8: Layer already exists [2023-09-05T21:07:45.486Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:07:45.486Z] cd6a4ea4c43a: Pushed [2023-09-05T21:07:45.486Z] 2922f0aff626: Pushed [2023-09-05T21:07:48.811Z] 5068204ee0fa: Pushed [2023-09-05T21:07:48.811Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0: digest: sha256:241c0955fe6e4186175deccc109d8eec6e34e2e0508b96c53db43dca727b99b5 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:07:49.153Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:07:49.488Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-09-05T21:07:49.488Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-09-05T21:07:49.488Z] cd6a4ea4c43a: Preparing [2023-09-05T21:07:49.488Z] 2922f0aff626: Preparing [2023-09-05T21:07:49.488Z] 5068204ee0fa: Preparing [2023-09-05T21:07:49.488Z] f8656a086791: Preparing [2023-09-05T21:07:49.488Z] d07c873fe522: Preparing [2023-09-05T21:07:49.488Z] 8c56f4e658e8: Preparing [2023-09-05T21:07:49.488Z] d2d9d24a8c2a: Preparing [2023-09-05T21:07:49.488Z] d2d9d24a8c2a: Waiting [2023-09-05T21:07:49.488Z] f8656a086791: Layer already exists [2023-09-05T21:07:49.488Z] d07c873fe522: Layer already exists [2023-09-05T21:07:49.488Z] 5068204ee0fa: Layer already exists [2023-09-05T21:07:49.488Z] 2922f0aff626: Layer already exists [2023-09-05T21:07:49.488Z] cd6a4ea4c43a: Layer already exists [2023-09-05T21:07:49.488Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:07:49.488Z] 8c56f4e658e8: Layer already exists [2023-09-05T21:07:49.488Z] latest: digest: sha256:241c0955fe6e4186175deccc109d8eec6e34e2e0508b96c53db43dca727b99b5 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:07:50.094Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:07:50.431Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.1.0-dev.38 [2023-09-05T21:07:50.431Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-09-05T21:07:50.431Z] cd6a4ea4c43a: Preparing [2023-09-05T21:07:50.431Z] 2922f0aff626: Preparing [2023-09-05T21:07:50.431Z] 5068204ee0fa: Preparing [2023-09-05T21:07:50.431Z] f8656a086791: Preparing [2023-09-05T21:07:50.431Z] d07c873fe522: Preparing [2023-09-05T21:07:50.431Z] 8c56f4e658e8: Preparing [2023-09-05T21:07:50.431Z] d2d9d24a8c2a: Preparing [2023-09-05T21:07:50.431Z] 8c56f4e658e8: Waiting [2023-09-05T21:07:50.431Z] d2d9d24a8c2a: Waiting [2023-09-05T21:07:50.431Z] d07c873fe522: Layer already exists [2023-09-05T21:07:50.431Z] 5068204ee0fa: Layer already exists [2023-09-05T21:07:50.431Z] 2922f0aff626: Layer already exists [2023-09-05T21:07:50.431Z] cd6a4ea4c43a: Layer already exists [2023-09-05T21:07:50.431Z] f8656a086791: Layer already exists [2023-09-05T21:07:50.431Z] 8c56f4e658e8: Layer already exists [2023-09-05T21:07:50.431Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:07:50.431Z] 3.1.0-dev.38: digest: sha256:241c0955fe6e4186175deccc109d8eec6e34e2e0508b96c53db43dca727b99b5 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:07:51.027Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:07:51.361Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T21:07:51.361Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-09-05T21:07:51.361Z] cd6a4ea4c43a: Preparing [2023-09-05T21:07:51.361Z] 2922f0aff626: Preparing [2023-09-05T21:07:51.361Z] 5068204ee0fa: Preparing [2023-09-05T21:07:51.361Z] f8656a086791: Preparing [2023-09-05T21:07:51.361Z] d07c873fe522: Preparing [2023-09-05T21:07:51.361Z] 8c56f4e658e8: Preparing [2023-09-05T21:07:51.361Z] d2d9d24a8c2a: Preparing [2023-09-05T21:07:51.361Z] 8c56f4e658e8: Waiting [2023-09-05T21:07:51.361Z] d2d9d24a8c2a: Waiting [2023-09-05T21:07:51.361Z] 2922f0aff626: Layer already exists [2023-09-05T21:07:51.361Z] 5068204ee0fa: Layer already exists [2023-09-05T21:07:51.361Z] d07c873fe522: Layer already exists [2023-09-05T21:07:51.361Z] cd6a4ea4c43a: Layer already exists [2023-09-05T21:07:51.361Z] f8656a086791: Layer already exists [2023-09-05T21:07:51.361Z] 8c56f4e658e8: Layer already exists [2023-09-05T21:07:51.361Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:07:51.625Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38: digest: sha256:241c0955fe6e4186175deccc109d8eec6e34e2e0508b96c53db43dca727b99b5 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:07:52.040Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:07:52.374Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2023-09-05T21:07:52.374Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-09-05T21:07:52.374Z] cd6a4ea4c43a: Preparing [2023-09-05T21:07:52.374Z] 2922f0aff626: Preparing [2023-09-05T21:07:52.374Z] 5068204ee0fa: Preparing [2023-09-05T21:07:52.374Z] f8656a086791: Preparing [2023-09-05T21:07:52.374Z] d07c873fe522: Preparing [2023-09-05T21:07:52.374Z] 8c56f4e658e8: Preparing [2023-09-05T21:07:52.374Z] d2d9d24a8c2a: Preparing [2023-09-05T21:07:52.374Z] 8c56f4e658e8: Waiting [2023-09-05T21:07:52.374Z] d2d9d24a8c2a: Waiting [2023-09-05T21:07:52.374Z] 2922f0aff626: Layer already exists [2023-09-05T21:07:52.374Z] 5068204ee0fa: Layer already exists [2023-09-05T21:07:52.374Z] cd6a4ea4c43a: Layer already exists [2023-09-05T21:07:52.374Z] f8656a086791: Layer already exists [2023-09-05T21:07:52.374Z] d07c873fe522: Layer already exists [2023-09-05T21:07:52.374Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:07:52.374Z] 8c56f4e658e8: Layer already exists [2023-09-05T21:07:52.638Z] main: digest: sha256:241c0955fe6e4186175deccc109d8eec6e34e2e0508b96c53db43dca727b99b5 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-09-05T21:07:52.693Z] ===================================================== [Pipeline] echo [2023-09-05T21:07:52.703Z] taggedImages: [2023-09-05T21:07:52.703Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T21:07:52.703Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-09-05T21:07:52.703Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.1.0-dev.38 [2023-09-05T21:07:52.703Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T21:07:52.703Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2023-09-05T21:07:52.726Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2023-09-05T21:07:52.726Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T21:07:52.726Z] latest [2023-09-05T21:07:52.726Z] 3.1.0-dev.38 [2023-09-05T21:07:52.726Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T21:07:52.726Z] main [2023-09-05T21:07:52.726Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:07:53.072Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:07:53.402Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T21:07:53.402Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-09-05T21:07:53.402Z] 8a0582719dfb: Preparing [2023-09-05T21:07:53.402Z] 4bda897698cf: Preparing [2023-09-05T21:07:53.402Z] 0bda61984ca3: Preparing [2023-09-05T21:07:53.402Z] a094f168651a: Preparing [2023-09-05T21:07:53.402Z] 78a7db048eb5: Preparing [2023-09-05T21:07:53.402Z] a9a9f4cfee45: Preparing [2023-09-05T21:07:53.402Z] 2c70dd2b8fcd: Preparing [2023-09-05T21:07:53.402Z] f8656a086791: Preparing [2023-09-05T21:07:53.402Z] d07c873fe522: Preparing [2023-09-05T21:07:53.402Z] 8158b34e5c1f: Preparing [2023-09-05T21:07:53.402Z] d98b6b66fdf9: Preparing [2023-09-05T21:07:53.402Z] 5f70bf18a086: Preparing [2023-09-05T21:07:53.402Z] 67ce9c642389: Preparing [2023-09-05T21:07:53.402Z] 7275d69df0fa: Preparing [2023-09-05T21:07:53.402Z] d2d9d24a8c2a: Preparing [2023-09-05T21:07:53.402Z] a9a9f4cfee45: Waiting [2023-09-05T21:07:53.402Z] 2c70dd2b8fcd: Waiting [2023-09-05T21:07:53.403Z] 5f70bf18a086: Waiting [2023-09-05T21:07:53.403Z] 67ce9c642389: Waiting [2023-09-05T21:07:53.403Z] 7275d69df0fa: Waiting [2023-09-05T21:07:53.403Z] d2d9d24a8c2a: Waiting [2023-09-05T21:07:53.403Z] f8656a086791: Waiting [2023-09-05T21:07:53.403Z] 8158b34e5c1f: Waiting [2023-09-05T21:07:53.403Z] d07c873fe522: Waiting [2023-09-05T21:07:53.403Z] d98b6b66fdf9: Waiting [2023-09-05T21:07:53.668Z] a094f168651a: Pushed [2023-09-05T21:07:53.668Z] 0bda61984ca3: Pushed [2023-09-05T21:07:53.668Z] 78a7db048eb5: Pushed [2023-09-05T21:07:53.668Z] 8a0582719dfb: Pushed [2023-09-05T21:07:53.668Z] 4bda897698cf: Pushed [2023-09-05T21:07:53.668Z] f8656a086791: Layer already exists [2023-09-05T21:07:53.668Z] a9a9f4cfee45: Pushed [2023-09-05T21:07:53.668Z] d07c873fe522: Layer already exists [2023-09-05T21:07:53.932Z] 8158b34e5c1f: Pushed [2023-09-05T21:07:53.932Z] 5f70bf18a086: Pushed [2023-09-05T21:07:53.932Z] 67ce9c642389: Pushed [2023-09-05T21:07:53.932Z] d98b6b66fdf9: Pushed [2023-09-05T21:07:54.196Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:07:54.196Z] 7275d69df0fa: Pushed [2023-09-05T21:07:57.517Z] 2c70dd2b8fcd: Pushed [2023-09-05T21:07:57.517Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0: digest: sha256:9c15b79915bb036fd1517e3ae1d531a380ca368f89464f852890f4a6f2287d96 size: 3437 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:07:57.856Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:07:58.194Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-09-05T21:07:58.194Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-09-05T21:07:58.194Z] 8a0582719dfb: Preparing [2023-09-05T21:07:58.194Z] 4bda897698cf: Preparing [2023-09-05T21:07:58.194Z] 0bda61984ca3: Preparing [2023-09-05T21:07:58.194Z] a094f168651a: Preparing [2023-09-05T21:07:58.194Z] 78a7db048eb5: Preparing [2023-09-05T21:07:58.194Z] a9a9f4cfee45: Preparing [2023-09-05T21:07:58.194Z] 2c70dd2b8fcd: Preparing [2023-09-05T21:07:58.194Z] f8656a086791: Preparing [2023-09-05T21:07:58.194Z] d07c873fe522: Preparing [2023-09-05T21:07:58.194Z] 8158b34e5c1f: Preparing [2023-09-05T21:07:58.194Z] d98b6b66fdf9: Preparing [2023-09-05T21:07:58.194Z] 5f70bf18a086: Preparing [2023-09-05T21:07:58.194Z] 67ce9c642389: Preparing [2023-09-05T21:07:58.194Z] 7275d69df0fa: Preparing [2023-09-05T21:07:58.194Z] d2d9d24a8c2a: Preparing [2023-09-05T21:07:58.194Z] a9a9f4cfee45: Waiting [2023-09-05T21:07:58.194Z] 2c70dd2b8fcd: Waiting [2023-09-05T21:07:58.194Z] 5f70bf18a086: Waiting [2023-09-05T21:07:58.194Z] 7275d69df0fa: Waiting [2023-09-05T21:07:58.194Z] 67ce9c642389: Waiting [2023-09-05T21:07:58.194Z] d2d9d24a8c2a: Waiting [2023-09-05T21:07:58.194Z] f8656a086791: Waiting [2023-09-05T21:07:58.194Z] d07c873fe522: Waiting [2023-09-05T21:07:58.194Z] 8158b34e5c1f: Waiting [2023-09-05T21:07:58.194Z] d98b6b66fdf9: Waiting [2023-09-05T21:07:58.194Z] 0bda61984ca3: Layer already exists [2023-09-05T21:07:58.194Z] 78a7db048eb5: Layer already exists [2023-09-05T21:07:58.194Z] a094f168651a: Layer already exists [2023-09-05T21:07:58.194Z] 4bda897698cf: Layer already exists [2023-09-05T21:07:58.194Z] 8a0582719dfb: Layer already exists [2023-09-05T21:07:58.194Z] 2c70dd2b8fcd: Layer already exists [2023-09-05T21:07:58.194Z] a9a9f4cfee45: Layer already exists [2023-09-05T21:07:58.194Z] f8656a086791: Layer already exists [2023-09-05T21:07:58.194Z] d07c873fe522: Layer already exists [2023-09-05T21:07:58.194Z] 8158b34e5c1f: Layer already exists [2023-09-05T21:07:58.194Z] 5f70bf18a086: Layer already exists [2023-09-05T21:07:58.194Z] d98b6b66fdf9: Layer already exists [2023-09-05T21:07:58.194Z] 7275d69df0fa: Layer already exists [2023-09-05T21:07:58.194Z] 67ce9c642389: Layer already exists [2023-09-05T21:07:58.194Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:07:58.458Z] latest: digest: sha256:9c15b79915bb036fd1517e3ae1d531a380ca368f89464f852890f4a6f2287d96 size: 3437 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:07:58.797Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:07:59.134Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.1.0-dev.38 [2023-09-05T21:07:59.134Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-09-05T21:07:59.134Z] 8a0582719dfb: Preparing [2023-09-05T21:07:59.134Z] 4bda897698cf: Preparing [2023-09-05T21:07:59.134Z] 0bda61984ca3: Preparing [2023-09-05T21:07:59.134Z] a094f168651a: Preparing [2023-09-05T21:07:59.135Z] 78a7db048eb5: Preparing [2023-09-05T21:07:59.135Z] a9a9f4cfee45: Preparing [2023-09-05T21:07:59.135Z] 2c70dd2b8fcd: Preparing [2023-09-05T21:07:59.135Z] f8656a086791: Preparing [2023-09-05T21:07:59.135Z] d07c873fe522: Preparing [2023-09-05T21:07:59.135Z] 8158b34e5c1f: Preparing [2023-09-05T21:07:59.135Z] d98b6b66fdf9: Preparing [2023-09-05T21:07:59.135Z] 5f70bf18a086: Preparing [2023-09-05T21:07:59.135Z] 67ce9c642389: Preparing [2023-09-05T21:07:59.135Z] 7275d69df0fa: Preparing [2023-09-05T21:07:59.135Z] d2d9d24a8c2a: Preparing [2023-09-05T21:07:59.135Z] 8158b34e5c1f: Waiting [2023-09-05T21:07:59.135Z] d98b6b66fdf9: Waiting [2023-09-05T21:07:59.135Z] 5f70bf18a086: Waiting [2023-09-05T21:07:59.135Z] 67ce9c642389: Waiting [2023-09-05T21:07:59.135Z] 7275d69df0fa: Waiting [2023-09-05T21:07:59.135Z] a9a9f4cfee45: Waiting [2023-09-05T21:07:59.135Z] d2d9d24a8c2a: Waiting [2023-09-05T21:07:59.135Z] 2c70dd2b8fcd: Waiting [2023-09-05T21:07:59.135Z] f8656a086791: Waiting [2023-09-05T21:07:59.135Z] d07c873fe522: Waiting [2023-09-05T21:07:59.135Z] 4bda897698cf: Layer already exists [2023-09-05T21:07:59.135Z] a094f168651a: Layer already exists [2023-09-05T21:07:59.135Z] 8a0582719dfb: Layer already exists [2023-09-05T21:07:59.135Z] 0bda61984ca3: Layer already exists [2023-09-05T21:07:59.135Z] 78a7db048eb5: Layer already exists [2023-09-05T21:07:59.135Z] a9a9f4cfee45: Layer already exists [2023-09-05T21:07:59.135Z] f8656a086791: Layer already exists [2023-09-05T21:07:59.135Z] 2c70dd2b8fcd: Layer already exists [2023-09-05T21:07:59.135Z] 8158b34e5c1f: Layer already exists [2023-09-05T21:07:59.135Z] d07c873fe522: Layer already exists [2023-09-05T21:07:59.135Z] 5f70bf18a086: Layer already exists [2023-09-05T21:07:59.135Z] d98b6b66fdf9: Layer already exists [2023-09-05T21:07:59.135Z] 7275d69df0fa: Layer already exists [2023-09-05T21:07:59.135Z] 67ce9c642389: Layer already exists [2023-09-05T21:07:59.135Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:07:59.398Z] 3.1.0-dev.38: digest: sha256:9c15b79915bb036fd1517e3ae1d531a380ca368f89464f852890f4a6f2287d96 size: 3437 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:07:59.728Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:08:00.059Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T21:08:00.059Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-09-05T21:08:00.059Z] 8a0582719dfb: Preparing [2023-09-05T21:08:00.059Z] 4bda897698cf: Preparing [2023-09-05T21:08:00.059Z] 0bda61984ca3: Preparing [2023-09-05T21:08:00.059Z] a094f168651a: Preparing [2023-09-05T21:08:00.059Z] 78a7db048eb5: Preparing [2023-09-05T21:08:00.059Z] a9a9f4cfee45: Preparing [2023-09-05T21:08:00.059Z] 2c70dd2b8fcd: Preparing [2023-09-05T21:08:00.059Z] f8656a086791: Preparing [2023-09-05T21:08:00.059Z] d07c873fe522: Preparing [2023-09-05T21:08:00.059Z] 8158b34e5c1f: Preparing [2023-09-05T21:08:00.059Z] d98b6b66fdf9: Preparing [2023-09-05T21:08:00.059Z] 5f70bf18a086: Preparing [2023-09-05T21:08:00.059Z] 67ce9c642389: Preparing [2023-09-05T21:08:00.059Z] 7275d69df0fa: Preparing [2023-09-05T21:08:00.059Z] a9a9f4cfee45: Waiting [2023-09-05T21:08:00.059Z] d2d9d24a8c2a: Preparing [2023-09-05T21:08:00.059Z] d07c873fe522: Waiting [2023-09-05T21:08:00.059Z] 8158b34e5c1f: Waiting [2023-09-05T21:08:00.059Z] d98b6b66fdf9: Waiting [2023-09-05T21:08:00.059Z] 5f70bf18a086: Waiting [2023-09-05T21:08:00.059Z] 67ce9c642389: Waiting [2023-09-05T21:08:00.059Z] 7275d69df0fa: Waiting [2023-09-05T21:08:00.059Z] d2d9d24a8c2a: Waiting [2023-09-05T21:08:00.059Z] 2c70dd2b8fcd: Waiting [2023-09-05T21:08:00.059Z] f8656a086791: Waiting [2023-09-05T21:08:00.059Z] 78a7db048eb5: Layer already exists [2023-09-05T21:08:00.059Z] 0bda61984ca3: Layer already exists [2023-09-05T21:08:00.059Z] 4bda897698cf: Layer already exists [2023-09-05T21:08:00.059Z] 8a0582719dfb: Layer already exists [2023-09-05T21:08:00.059Z] a094f168651a: Layer already exists [2023-09-05T21:08:00.059Z] a9a9f4cfee45: Layer already exists [2023-09-05T21:08:00.059Z] 2c70dd2b8fcd: Layer already exists [2023-09-05T21:08:00.059Z] f8656a086791: Layer already exists [2023-09-05T21:08:00.059Z] d07c873fe522: Layer already exists [2023-09-05T21:08:00.059Z] 8158b34e5c1f: Layer already exists [2023-09-05T21:08:00.059Z] d98b6b66fdf9: Layer already exists [2023-09-05T21:08:00.059Z] 5f70bf18a086: Layer already exists [2023-09-05T21:08:00.059Z] 7275d69df0fa: Layer already exists [2023-09-05T21:08:00.059Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:08:00.059Z] 67ce9c642389: Layer already exists [2023-09-05T21:08:00.322Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38: digest: sha256:9c15b79915bb036fd1517e3ae1d531a380ca368f89464f852890f4a6f2287d96 size: 3437 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:08:00.651Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:08:00.977Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2023-09-05T21:08:00.977Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-09-05T21:08:00.977Z] 8a0582719dfb: Preparing [2023-09-05T21:08:00.977Z] 4bda897698cf: Preparing [2023-09-05T21:08:00.977Z] 0bda61984ca3: Preparing [2023-09-05T21:08:00.977Z] a094f168651a: Preparing [2023-09-05T21:08:00.977Z] 78a7db048eb5: Preparing [2023-09-05T21:08:00.977Z] a9a9f4cfee45: Preparing [2023-09-05T21:08:00.977Z] 2c70dd2b8fcd: Preparing [2023-09-05T21:08:00.977Z] f8656a086791: Preparing [2023-09-05T21:08:00.977Z] d07c873fe522: Preparing [2023-09-05T21:08:00.977Z] 8158b34e5c1f: Preparing [2023-09-05T21:08:00.977Z] d98b6b66fdf9: Preparing [2023-09-05T21:08:00.977Z] 5f70bf18a086: Preparing [2023-09-05T21:08:00.977Z] 67ce9c642389: Preparing [2023-09-05T21:08:00.977Z] 7275d69df0fa: Preparing [2023-09-05T21:08:00.977Z] d2d9d24a8c2a: Preparing [2023-09-05T21:08:00.977Z] d07c873fe522: Waiting [2023-09-05T21:08:00.977Z] 8158b34e5c1f: Waiting [2023-09-05T21:08:00.977Z] d98b6b66fdf9: Waiting [2023-09-05T21:08:00.977Z] 5f70bf18a086: Waiting [2023-09-05T21:08:00.977Z] 67ce9c642389: Waiting [2023-09-05T21:08:00.977Z] 7275d69df0fa: Waiting [2023-09-05T21:08:00.977Z] d2d9d24a8c2a: Waiting [2023-09-05T21:08:00.977Z] a9a9f4cfee45: Waiting [2023-09-05T21:08:00.977Z] 2c70dd2b8fcd: Waiting [2023-09-05T21:08:00.977Z] f8656a086791: Waiting [2023-09-05T21:08:00.977Z] 0bda61984ca3: Layer already exists [2023-09-05T21:08:00.977Z] 8a0582719dfb: Layer already exists [2023-09-05T21:08:00.977Z] a094f168651a: Layer already exists [2023-09-05T21:08:00.977Z] 4bda897698cf: Layer already exists [2023-09-05T21:08:00.977Z] 78a7db048eb5: Layer already exists [2023-09-05T21:08:00.977Z] a9a9f4cfee45: Layer already exists [2023-09-05T21:08:00.977Z] 2c70dd2b8fcd: Layer already exists [2023-09-05T21:08:00.977Z] f8656a086791: Layer already exists [2023-09-05T21:08:00.977Z] d07c873fe522: Layer already exists [2023-09-05T21:08:00.977Z] 8158b34e5c1f: Layer already exists [2023-09-05T21:08:00.977Z] d98b6b66fdf9: Layer already exists [2023-09-05T21:08:00.977Z] 5f70bf18a086: Layer already exists [2023-09-05T21:08:00.977Z] 67ce9c642389: Layer already exists [2023-09-05T21:08:00.977Z] 7275d69df0fa: Layer already exists [2023-09-05T21:08:00.977Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:08:01.240Z] main: digest: sha256:9c15b79915bb036fd1517e3ae1d531a380ca368f89464f852890f4a6f2287d96 size: 3437 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-09-05T21:08:01.282Z] ===================================================== [Pipeline] echo [2023-09-05T21:08:01.289Z] taggedImages: [2023-09-05T21:08:01.289Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T21:08:01.289Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-09-05T21:08:01.289Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.1.0-dev.38 [2023-09-05T21:08:01.289Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T21:08:01.289Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2023-09-05T21:08:01.303Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2023-09-05T21:08:01.304Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T21:08:01.304Z] latest [2023-09-05T21:08:01.304Z] 3.1.0-dev.38 [2023-09-05T21:08:01.304Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T21:08:01.304Z] main [2023-09-05T21:08:01.304Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:08:01.624Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:08:01.951Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T21:08:01.951Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-09-05T21:08:01.951Z] f5947892c65e: Preparing [2023-09-05T21:08:01.951Z] 04814ab4bc00: Preparing [2023-09-05T21:08:01.951Z] e8f3f156ec1d: Preparing [2023-09-05T21:08:01.951Z] c9e98f4f3c78: Preparing [2023-09-05T21:08:01.951Z] f8656a086791: Preparing [2023-09-05T21:08:01.951Z] d07c873fe522: Preparing [2023-09-05T21:08:01.951Z] 8c56f4e658e8: Preparing [2023-09-05T21:08:01.951Z] d2d9d24a8c2a: Preparing [2023-09-05T21:08:01.951Z] 8c56f4e658e8: Waiting [2023-09-05T21:08:01.951Z] d2d9d24a8c2a: Waiting [2023-09-05T21:08:01.951Z] d07c873fe522: Waiting [2023-09-05T21:08:01.951Z] f8656a086791: Layer already exists [2023-09-05T21:08:02.216Z] d07c873fe522: Layer already exists [2023-09-05T21:08:02.216Z] 8c56f4e658e8: Layer already exists [2023-09-05T21:08:02.216Z] e8f3f156ec1d: Pushed [2023-09-05T21:08:02.216Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:08:02.216Z] 04814ab4bc00: Pushed [2023-09-05T21:08:02.216Z] f5947892c65e: Pushed [2023-09-05T21:08:05.542Z] c9e98f4f3c78: Pushed [2023-09-05T21:08:05.542Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0: digest: sha256:a2606746d2185416effbfd984d5f78277dc782af8145676e86a5d4fec677583e size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:08:05.879Z] + 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-09-05T21:08:06.213Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2023-09-05T21:08:06.213Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-09-05T21:08:06.213Z] f5947892c65e: Preparing [2023-09-05T21:08:06.213Z] 04814ab4bc00: Preparing [2023-09-05T21:08:06.213Z] e8f3f156ec1d: Preparing [2023-09-05T21:08:06.213Z] c9e98f4f3c78: Preparing [2023-09-05T21:08:06.213Z] f8656a086791: Preparing [2023-09-05T21:08:06.213Z] d07c873fe522: Preparing [2023-09-05T21:08:06.213Z] 8c56f4e658e8: Preparing [2023-09-05T21:08:06.213Z] d2d9d24a8c2a: Preparing [2023-09-05T21:08:06.213Z] 8c56f4e658e8: Waiting [2023-09-05T21:08:06.213Z] d2d9d24a8c2a: Waiting [2023-09-05T21:08:06.213Z] d07c873fe522: Waiting [2023-09-05T21:08:06.213Z] f8656a086791: Layer already exists [2023-09-05T21:08:06.213Z] 04814ab4bc00: Layer already exists [2023-09-05T21:08:06.213Z] e8f3f156ec1d: Layer already exists [2023-09-05T21:08:06.213Z] c9e98f4f3c78: Layer already exists [2023-09-05T21:08:06.213Z] f5947892c65e: Layer already exists [2023-09-05T21:08:06.213Z] d07c873fe522: Layer already exists [2023-09-05T21:08:06.213Z] 8c56f4e658e8: Layer already exists [2023-09-05T21:08:06.213Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:08:06.477Z] latest: digest: sha256:a2606746d2185416effbfd984d5f78277dc782af8145676e86a5d4fec677583e size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:08:06.807Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:08:07.174Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.1.0-dev.38 [2023-09-05T21:08:07.174Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-09-05T21:08:07.174Z] f5947892c65e: Preparing [2023-09-05T21:08:07.174Z] 04814ab4bc00: Preparing [2023-09-05T21:08:07.174Z] e8f3f156ec1d: Preparing [2023-09-05T21:08:07.174Z] c9e98f4f3c78: Preparing [2023-09-05T21:08:07.174Z] f8656a086791: Preparing [2023-09-05T21:08:07.174Z] d07c873fe522: Preparing [2023-09-05T21:08:07.174Z] 8c56f4e658e8: Preparing [2023-09-05T21:08:07.174Z] d2d9d24a8c2a: Preparing [2023-09-05T21:08:07.174Z] d07c873fe522: Waiting [2023-09-05T21:08:07.174Z] 8c56f4e658e8: Waiting [2023-09-05T21:08:07.174Z] d2d9d24a8c2a: Waiting [2023-09-05T21:08:07.174Z] 04814ab4bc00: Layer already exists [2023-09-05T21:08:07.174Z] f8656a086791: Layer already exists [2023-09-05T21:08:07.174Z] e8f3f156ec1d: Layer already exists [2023-09-05T21:08:07.174Z] c9e98f4f3c78: Layer already exists [2023-09-05T21:08:07.174Z] f5947892c65e: Layer already exists [2023-09-05T21:08:07.174Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:08:07.174Z] 8c56f4e658e8: Layer already exists [2023-09-05T21:08:07.174Z] d07c873fe522: Layer already exists [2023-09-05T21:08:07.174Z] 3.1.0-dev.38: digest: sha256:a2606746d2185416effbfd984d5f78277dc782af8145676e86a5d4fec677583e size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:08:07.524Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:08:07.867Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T21:08:07.867Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-09-05T21:08:07.867Z] f5947892c65e: Preparing [2023-09-05T21:08:07.867Z] 04814ab4bc00: Preparing [2023-09-05T21:08:07.867Z] e8f3f156ec1d: Preparing [2023-09-05T21:08:07.867Z] c9e98f4f3c78: Preparing [2023-09-05T21:08:07.867Z] f8656a086791: Preparing [2023-09-05T21:08:07.867Z] d07c873fe522: Preparing [2023-09-05T21:08:07.867Z] 8c56f4e658e8: Preparing [2023-09-05T21:08:07.867Z] d2d9d24a8c2a: Preparing [2023-09-05T21:08:07.867Z] d07c873fe522: Waiting [2023-09-05T21:08:07.867Z] d2d9d24a8c2a: Waiting [2023-09-05T21:08:07.867Z] 04814ab4bc00: Layer already exists [2023-09-05T21:08:07.867Z] c9e98f4f3c78: Layer already exists [2023-09-05T21:08:07.867Z] f5947892c65e: Layer already exists [2023-09-05T21:08:07.867Z] f8656a086791: Layer already exists [2023-09-05T21:08:07.867Z] e8f3f156ec1d: Layer already exists [2023-09-05T21:08:07.867Z] d07c873fe522: Layer already exists [2023-09-05T21:08:07.867Z] 8c56f4e658e8: Layer already exists [2023-09-05T21:08:07.867Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:08:07.867Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38: digest: sha256:a2606746d2185416effbfd984d5f78277dc782af8145676e86a5d4fec677583e size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:08:08.221Z] + 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-09-05T21:08:08.554Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2023-09-05T21:08:08.554Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-09-05T21:08:08.554Z] f5947892c65e: Preparing [2023-09-05T21:08:08.554Z] 04814ab4bc00: Preparing [2023-09-05T21:08:08.554Z] e8f3f156ec1d: Preparing [2023-09-05T21:08:08.554Z] c9e98f4f3c78: Preparing [2023-09-05T21:08:08.554Z] f8656a086791: Preparing [2023-09-05T21:08:08.554Z] d07c873fe522: Preparing [2023-09-05T21:08:08.554Z] 8c56f4e658e8: Preparing [2023-09-05T21:08:08.554Z] d2d9d24a8c2a: Preparing [2023-09-05T21:08:08.554Z] d07c873fe522: Waiting [2023-09-05T21:08:08.554Z] 8c56f4e658e8: Waiting [2023-09-05T21:08:08.554Z] d2d9d24a8c2a: Waiting [2023-09-05T21:08:08.555Z] 04814ab4bc00: Layer already exists [2023-09-05T21:08:08.555Z] f5947892c65e: Layer already exists [2023-09-05T21:08:08.555Z] f8656a086791: Layer already exists [2023-09-05T21:08:08.555Z] c9e98f4f3c78: Layer already exists [2023-09-05T21:08:08.555Z] e8f3f156ec1d: Layer already exists [2023-09-05T21:08:08.555Z] d07c873fe522: Layer already exists [2023-09-05T21:08:08.555Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:08:08.555Z] 8c56f4e658e8: Layer already exists [2023-09-05T21:08:08.818Z] main: digest: sha256:a2606746d2185416effbfd984d5f78277dc782af8145676e86a5d4fec677583e size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-09-05T21:08:08.858Z] ===================================================== [Pipeline] echo [2023-09-05T21:08:08.866Z] taggedImages: [2023-09-05T21:08:08.866Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T21:08:08.866Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2023-09-05T21:08:08.866Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.1.0-dev.38 [2023-09-05T21:08:08.866Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T21:08:08.866Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2023-09-05T21:08:08.882Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2023-09-05T21:08:08.882Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T21:08:08.882Z] latest [2023-09-05T21:08:08.882Z] 3.1.0-dev.38 [2023-09-05T21:08:08.882Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T21:08:08.882Z] main [2023-09-05T21:08:08.882Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:08:09.203Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:08:09.542Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T21:08:09.542Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-09-05T21:08:09.542Z] 5a5471ec4ac6: Preparing [2023-09-05T21:08:09.542Z] e85d8f70fc9b: Preparing [2023-09-05T21:08:09.542Z] ee7dfa7ff578: Preparing [2023-09-05T21:08:09.542Z] 23c4a74f56b1: Preparing [2023-09-05T21:08:09.542Z] c50457fee76c: Preparing [2023-09-05T21:08:09.542Z] f8656a086791: Preparing [2023-09-05T21:08:09.542Z] d07c873fe522: Preparing [2023-09-05T21:08:09.542Z] b6753bdba300: Preparing [2023-09-05T21:08:09.542Z] e008d6e0638a: Preparing [2023-09-05T21:08:09.542Z] d2d9d24a8c2a: Preparing [2023-09-05T21:08:09.542Z] b6753bdba300: Waiting [2023-09-05T21:08:09.542Z] e008d6e0638a: Waiting [2023-09-05T21:08:09.542Z] d2d9d24a8c2a: Waiting [2023-09-05T21:08:09.542Z] f8656a086791: Waiting [2023-09-05T21:08:09.542Z] d07c873fe522: Waiting [2023-09-05T21:08:09.807Z] 5a5471ec4ac6: Pushed [2023-09-05T21:08:09.807Z] 23c4a74f56b1: Pushed [2023-09-05T21:08:09.807Z] c50457fee76c: Pushed [2023-09-05T21:08:09.807Z] e85d8f70fc9b: Pushed [2023-09-05T21:08:09.807Z] d07c873fe522: Layer already exists [2023-09-05T21:08:09.807Z] f8656a086791: Layer already exists [2023-09-05T21:08:09.807Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:08:09.807Z] b6753bdba300: Pushed [2023-09-05T21:08:12.375Z] e008d6e0638a: Pushed [2023-09-05T21:08:12.375Z] ee7dfa7ff578: Pushed [2023-09-05T21:08:12.639Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0: digest: sha256:d2bb963e898a9b1177983e94af436beb9d989aff92481782aaab9855cac0413d size: 2403 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:08:12.972Z] + 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-09-05T21:08:13.296Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-09-05T21:08:13.296Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-09-05T21:08:13.296Z] 5a5471ec4ac6: Preparing [2023-09-05T21:08:13.296Z] e85d8f70fc9b: Preparing [2023-09-05T21:08:13.296Z] ee7dfa7ff578: Preparing [2023-09-05T21:08:13.296Z] 23c4a74f56b1: Preparing [2023-09-05T21:08:13.296Z] c50457fee76c: Preparing [2023-09-05T21:08:13.296Z] f8656a086791: Preparing [2023-09-05T21:08:13.296Z] d07c873fe522: Preparing [2023-09-05T21:08:13.296Z] b6753bdba300: Preparing [2023-09-05T21:08:13.296Z] e008d6e0638a: Preparing [2023-09-05T21:08:13.296Z] d2d9d24a8c2a: Preparing [2023-09-05T21:08:13.296Z] b6753bdba300: Waiting [2023-09-05T21:08:13.296Z] e008d6e0638a: Waiting [2023-09-05T21:08:13.296Z] f8656a086791: Waiting [2023-09-05T21:08:13.296Z] d2d9d24a8c2a: Waiting [2023-09-05T21:08:13.296Z] d07c873fe522: Waiting [2023-09-05T21:08:13.296Z] ee7dfa7ff578: Layer already exists [2023-09-05T21:08:13.296Z] e85d8f70fc9b: Layer already exists [2023-09-05T21:08:13.296Z] 5a5471ec4ac6: Layer already exists [2023-09-05T21:08:13.296Z] 23c4a74f56b1: Layer already exists [2023-09-05T21:08:13.296Z] c50457fee76c: Layer already exists [2023-09-05T21:08:13.296Z] e008d6e0638a: Layer already exists [2023-09-05T21:08:13.296Z] f8656a086791: Layer already exists [2023-09-05T21:08:13.296Z] d07c873fe522: Layer already exists [2023-09-05T21:08:13.296Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:08:13.296Z] b6753bdba300: Layer already exists [2023-09-05T21:08:13.560Z] latest: digest: sha256:d2bb963e898a9b1177983e94af436beb9d989aff92481782aaab9855cac0413d size: 2403 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:08:13.896Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:08:14.221Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.1.0-dev.38 [2023-09-05T21:08:14.222Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-09-05T21:08:14.222Z] 5a5471ec4ac6: Preparing [2023-09-05T21:08:14.222Z] e85d8f70fc9b: Preparing [2023-09-05T21:08:14.222Z] ee7dfa7ff578: Preparing [2023-09-05T21:08:14.222Z] 23c4a74f56b1: Preparing [2023-09-05T21:08:14.222Z] c50457fee76c: Preparing [2023-09-05T21:08:14.222Z] f8656a086791: Preparing [2023-09-05T21:08:14.222Z] d07c873fe522: Preparing [2023-09-05T21:08:14.222Z] b6753bdba300: Preparing [2023-09-05T21:08:14.222Z] e008d6e0638a: Preparing [2023-09-05T21:08:14.222Z] d2d9d24a8c2a: Preparing [2023-09-05T21:08:14.222Z] f8656a086791: Waiting [2023-09-05T21:08:14.222Z] d07c873fe522: Waiting [2023-09-05T21:08:14.222Z] b6753bdba300: Waiting [2023-09-05T21:08:14.222Z] e008d6e0638a: Waiting [2023-09-05T21:08:14.222Z] d2d9d24a8c2a: Waiting [2023-09-05T21:08:14.222Z] 23c4a74f56b1: Layer already exists [2023-09-05T21:08:14.222Z] c50457fee76c: Layer already exists [2023-09-05T21:08:14.222Z] ee7dfa7ff578: Layer already exists [2023-09-05T21:08:14.222Z] 5a5471ec4ac6: Layer already exists [2023-09-05T21:08:14.222Z] e85d8f70fc9b: Layer already exists [2023-09-05T21:08:14.222Z] d07c873fe522: Layer already exists [2023-09-05T21:08:14.222Z] f8656a086791: Layer already exists [2023-09-05T21:08:14.222Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:08:14.222Z] e008d6e0638a: Layer already exists [2023-09-05T21:08:14.222Z] b6753bdba300: Layer already exists [2023-09-05T21:08:14.222Z] 3.1.0-dev.38: digest: sha256:d2bb963e898a9b1177983e94af436beb9d989aff92481782aaab9855cac0413d size: 2403 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:08:14.822Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:08:15.149Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T21:08:15.149Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-09-05T21:08:15.149Z] 5a5471ec4ac6: Preparing [2023-09-05T21:08:15.149Z] e85d8f70fc9b: Preparing [2023-09-05T21:08:15.149Z] ee7dfa7ff578: Preparing [2023-09-05T21:08:15.149Z] 23c4a74f56b1: Preparing [2023-09-05T21:08:15.149Z] c50457fee76c: Preparing [2023-09-05T21:08:15.149Z] f8656a086791: Preparing [2023-09-05T21:08:15.149Z] d07c873fe522: Preparing [2023-09-05T21:08:15.149Z] b6753bdba300: Preparing [2023-09-05T21:08:15.149Z] e008d6e0638a: Preparing [2023-09-05T21:08:15.149Z] d2d9d24a8c2a: Preparing [2023-09-05T21:08:15.149Z] b6753bdba300: Waiting [2023-09-05T21:08:15.149Z] e008d6e0638a: Waiting [2023-09-05T21:08:15.149Z] d2d9d24a8c2a: Waiting [2023-09-05T21:08:15.149Z] d07c873fe522: Waiting [2023-09-05T21:08:15.149Z] f8656a086791: Waiting [2023-09-05T21:08:15.149Z] c50457fee76c: Layer already exists [2023-09-05T21:08:15.149Z] 5a5471ec4ac6: Layer already exists [2023-09-05T21:08:15.149Z] 23c4a74f56b1: Layer already exists [2023-09-05T21:08:15.149Z] ee7dfa7ff578: Layer already exists [2023-09-05T21:08:15.149Z] e85d8f70fc9b: Layer already exists [2023-09-05T21:08:15.149Z] b6753bdba300: Layer already exists [2023-09-05T21:08:15.149Z] d07c873fe522: Layer already exists [2023-09-05T21:08:15.149Z] f8656a086791: Layer already exists [2023-09-05T21:08:15.149Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:08:15.149Z] e008d6e0638a: Layer already exists [2023-09-05T21:08:15.149Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38: digest: sha256:d2bb963e898a9b1177983e94af436beb9d989aff92481782aaab9855cac0413d size: 2403 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:08:15.740Z] + 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-09-05T21:08:16.066Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2023-09-05T21:08:16.066Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-09-05T21:08:16.066Z] 5a5471ec4ac6: Preparing [2023-09-05T21:08:16.066Z] e85d8f70fc9b: Preparing [2023-09-05T21:08:16.066Z] ee7dfa7ff578: Preparing [2023-09-05T21:08:16.066Z] 23c4a74f56b1: Preparing [2023-09-05T21:08:16.066Z] c50457fee76c: Preparing [2023-09-05T21:08:16.066Z] f8656a086791: Preparing [2023-09-05T21:08:16.066Z] d07c873fe522: Preparing [2023-09-05T21:08:16.066Z] b6753bdba300: Preparing [2023-09-05T21:08:16.066Z] e008d6e0638a: Preparing [2023-09-05T21:08:16.066Z] d2d9d24a8c2a: Preparing [2023-09-05T21:08:16.066Z] f8656a086791: Waiting [2023-09-05T21:08:16.066Z] d07c873fe522: Waiting [2023-09-05T21:08:16.066Z] b6753bdba300: Waiting [2023-09-05T21:08:16.066Z] e008d6e0638a: Waiting [2023-09-05T21:08:16.066Z] d2d9d24a8c2a: Waiting [2023-09-05T21:08:16.066Z] 23c4a74f56b1: Layer already exists [2023-09-05T21:08:16.066Z] e85d8f70fc9b: Layer already exists [2023-09-05T21:08:16.066Z] ee7dfa7ff578: Layer already exists [2023-09-05T21:08:16.066Z] c50457fee76c: Layer already exists [2023-09-05T21:08:16.066Z] 5a5471ec4ac6: Layer already exists [2023-09-05T21:08:16.066Z] b6753bdba300: Layer already exists [2023-09-05T21:08:16.066Z] f8656a086791: Layer already exists [2023-09-05T21:08:16.066Z] d07c873fe522: Layer already exists [2023-09-05T21:08:16.066Z] e008d6e0638a: Layer already exists [2023-09-05T21:08:16.066Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:08:16.329Z] main: digest: sha256:d2bb963e898a9b1177983e94af436beb9d989aff92481782aaab9855cac0413d size: 2403 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-09-05T21:08:16.382Z] ===================================================== [Pipeline] echo [2023-09-05T21:08:16.393Z] taggedImages: [2023-09-05T21:08:16.393Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T21:08:16.393Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-09-05T21:08:16.393Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.1.0-dev.38 [2023-09-05T21:08:16.393Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T21:08:16.393Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2023-09-05T21:08:16.417Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2023-09-05T21:08:16.417Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T21:08:16.417Z] latest [2023-09-05T21:08:16.417Z] 3.1.0-dev.38 [2023-09-05T21:08:16.417Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T21:08:16.417Z] main [2023-09-05T21:08:16.417Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:08:16.756Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:08:17.104Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T21:08:17.104Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-09-05T21:08:17.104Z] fbcaa19d8f31: Preparing [2023-09-05T21:08:17.104Z] 3aa6f598fa3b: Preparing [2023-09-05T21:08:17.104Z] 502adf0c2f4c: Preparing [2023-09-05T21:08:17.104Z] d182c71f4443: Preparing [2023-09-05T21:08:17.104Z] 8a80d69b4429: Preparing [2023-09-05T21:08:17.104Z] 067b02bd90a9: Preparing [2023-09-05T21:08:17.104Z] 70b78859b1c0: Preparing [2023-09-05T21:08:17.104Z] f8656a086791: Preparing [2023-09-05T21:08:17.104Z] d07c873fe522: Preparing [2023-09-05T21:08:17.104Z] d7ac5277dd56: Preparing [2023-09-05T21:08:17.104Z] d2d9d24a8c2a: Preparing [2023-09-05T21:08:17.104Z] 067b02bd90a9: Waiting [2023-09-05T21:08:17.104Z] d2d9d24a8c2a: Waiting [2023-09-05T21:08:17.104Z] d7ac5277dd56: Waiting [2023-09-05T21:08:17.104Z] 70b78859b1c0: Waiting [2023-09-05T21:08:17.104Z] f8656a086791: Waiting [2023-09-05T21:08:17.104Z] d07c873fe522: Waiting [2023-09-05T21:08:17.368Z] 3aa6f598fa3b: Pushed [2023-09-05T21:08:17.368Z] 8a80d69b4429: Pushed [2023-09-05T21:08:17.368Z] fbcaa19d8f31: Pushed [2023-09-05T21:08:17.368Z] f8656a086791: Layer already exists [2023-09-05T21:08:17.368Z] d07c873fe522: Layer already exists [2023-09-05T21:08:17.633Z] 70b78859b1c0: Pushed [2023-09-05T21:08:17.633Z] 067b02bd90a9: Pushed [2023-09-05T21:08:17.633Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:08:20.198Z] d7ac5277dd56: Pushed [2023-09-05T21:08:20.198Z] d182c71f4443: Pushed [2023-09-05T21:08:20.777Z] 502adf0c2f4c: Pushed [2023-09-05T21:08:21.042Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0: digest: sha256:cbe5ae749ab935ef134066861c199c900e0af105cecf1da44f9c0f6714d951cd size: 2614 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:08:21.379Z] + 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-09-05T21:08:21.708Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-09-05T21:08:21.708Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-09-05T21:08:21.708Z] fbcaa19d8f31: Preparing [2023-09-05T21:08:21.708Z] 3aa6f598fa3b: Preparing [2023-09-05T21:08:21.708Z] 502adf0c2f4c: Preparing [2023-09-05T21:08:21.708Z] d182c71f4443: Preparing [2023-09-05T21:08:21.708Z] 8a80d69b4429: Preparing [2023-09-05T21:08:21.708Z] 067b02bd90a9: Preparing [2023-09-05T21:08:21.708Z] 70b78859b1c0: Preparing [2023-09-05T21:08:21.708Z] f8656a086791: Preparing [2023-09-05T21:08:21.708Z] d07c873fe522: Preparing [2023-09-05T21:08:21.708Z] d7ac5277dd56: Preparing [2023-09-05T21:08:21.708Z] d2d9d24a8c2a: Preparing [2023-09-05T21:08:21.708Z] 70b78859b1c0: Waiting [2023-09-05T21:08:21.708Z] f8656a086791: Waiting [2023-09-05T21:08:21.708Z] d07c873fe522: Waiting [2023-09-05T21:08:21.708Z] d7ac5277dd56: Waiting [2023-09-05T21:08:21.708Z] 067b02bd90a9: Waiting [2023-09-05T21:08:21.708Z] d2d9d24a8c2a: Waiting [2023-09-05T21:08:21.708Z] 8a80d69b4429: Layer already exists [2023-09-05T21:08:21.708Z] d182c71f4443: Layer already exists [2023-09-05T21:08:21.708Z] 3aa6f598fa3b: Layer already exists [2023-09-05T21:08:21.708Z] 502adf0c2f4c: Layer already exists [2023-09-05T21:08:21.708Z] fbcaa19d8f31: Layer already exists [2023-09-05T21:08:21.708Z] d07c873fe522: Layer already exists [2023-09-05T21:08:21.708Z] 067b02bd90a9: Layer already exists [2023-09-05T21:08:21.708Z] f8656a086791: Layer already exists [2023-09-05T21:08:21.708Z] 70b78859b1c0: Layer already exists [2023-09-05T21:08:21.708Z] d7ac5277dd56: Layer already exists [2023-09-05T21:08:21.708Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:08:21.971Z] latest: digest: sha256:cbe5ae749ab935ef134066861c199c900e0af105cecf1da44f9c0f6714d951cd size: 2614 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:08:22.302Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:08:23.594Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.1.0-dev.38 [2023-09-05T21:08:23.594Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-09-05T21:08:23.594Z] fbcaa19d8f31: Preparing [2023-09-05T21:08:23.594Z] 3aa6f598fa3b: Preparing [2023-09-05T21:08:23.594Z] 502adf0c2f4c: Preparing [2023-09-05T21:08:23.594Z] d182c71f4443: Preparing [2023-09-05T21:08:23.594Z] 8a80d69b4429: Preparing [2023-09-05T21:08:23.594Z] 067b02bd90a9: Preparing [2023-09-05T21:08:23.594Z] 70b78859b1c0: Preparing [2023-09-05T21:08:23.594Z] f8656a086791: Preparing [2023-09-05T21:08:23.594Z] d07c873fe522: Preparing [2023-09-05T21:08:23.594Z] d7ac5277dd56: Preparing [2023-09-05T21:08:23.594Z] d2d9d24a8c2a: Preparing [2023-09-05T21:08:23.594Z] 067b02bd90a9: Waiting [2023-09-05T21:08:23.595Z] 70b78859b1c0: Waiting [2023-09-05T21:08:23.595Z] f8656a086791: Waiting [2023-09-05T21:08:23.595Z] d07c873fe522: Waiting [2023-09-05T21:08:23.595Z] d7ac5277dd56: Waiting [2023-09-05T21:08:23.595Z] d2d9d24a8c2a: Waiting [2023-09-05T21:08:23.595Z] fbcaa19d8f31: Layer already exists [2023-09-05T21:08:23.595Z] 3aa6f598fa3b: Layer already exists [2023-09-05T21:08:23.595Z] d182c71f4443: Layer already exists [2023-09-05T21:08:23.595Z] 502adf0c2f4c: Layer already exists [2023-09-05T21:08:23.595Z] 8a80d69b4429: Layer already exists [2023-09-05T21:08:23.595Z] f8656a086791: Layer already exists [2023-09-05T21:08:23.595Z] 70b78859b1c0: Layer already exists [2023-09-05T21:08:23.595Z] 067b02bd90a9: Layer already exists [2023-09-05T21:08:23.595Z] d07c873fe522: Layer already exists [2023-09-05T21:08:23.595Z] d7ac5277dd56: Layer already exists [2023-09-05T21:08:23.595Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:08:23.857Z] 3.1.0-dev.38: digest: sha256:cbe5ae749ab935ef134066861c199c900e0af105cecf1da44f9c0f6714d951cd size: 2614 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:08:24.184Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:08:24.507Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T21:08:24.507Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-09-05T21:08:24.507Z] fbcaa19d8f31: Preparing [2023-09-05T21:08:24.507Z] 3aa6f598fa3b: Preparing [2023-09-05T21:08:24.507Z] 502adf0c2f4c: Preparing [2023-09-05T21:08:24.507Z] d182c71f4443: Preparing [2023-09-05T21:08:24.507Z] 8a80d69b4429: Preparing [2023-09-05T21:08:24.507Z] 067b02bd90a9: Preparing [2023-09-05T21:08:24.507Z] 70b78859b1c0: Preparing [2023-09-05T21:08:24.507Z] f8656a086791: Preparing [2023-09-05T21:08:24.507Z] d07c873fe522: Preparing [2023-09-05T21:08:24.507Z] d7ac5277dd56: Preparing [2023-09-05T21:08:24.507Z] d2d9d24a8c2a: Preparing [2023-09-05T21:08:24.507Z] 067b02bd90a9: Waiting [2023-09-05T21:08:24.507Z] 70b78859b1c0: Waiting [2023-09-05T21:08:24.507Z] d07c873fe522: Waiting [2023-09-05T21:08:24.507Z] f8656a086791: Waiting [2023-09-05T21:08:24.507Z] d2d9d24a8c2a: Waiting [2023-09-05T21:08:24.507Z] d7ac5277dd56: Waiting [2023-09-05T21:08:24.507Z] fbcaa19d8f31: Layer already exists [2023-09-05T21:08:24.507Z] d182c71f4443: Layer already exists [2023-09-05T21:08:24.507Z] 3aa6f598fa3b: Layer already exists [2023-09-05T21:08:24.507Z] 8a80d69b4429: Layer already exists [2023-09-05T21:08:24.507Z] 502adf0c2f4c: Layer already exists [2023-09-05T21:08:24.507Z] 067b02bd90a9: Layer already exists [2023-09-05T21:08:24.507Z] f8656a086791: Layer already exists [2023-09-05T21:08:24.507Z] d07c873fe522: Layer already exists [2023-09-05T21:08:24.507Z] 70b78859b1c0: Layer already exists [2023-09-05T21:08:24.507Z] d7ac5277dd56: Layer already exists [2023-09-05T21:08:24.507Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:08:24.507Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38: digest: sha256:cbe5ae749ab935ef134066861c199c900e0af105cecf1da44f9c0f6714d951cd size: 2614 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:08:25.096Z] + 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-09-05T21:08:25.422Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2023-09-05T21:08:25.422Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-09-05T21:08:25.422Z] fbcaa19d8f31: Preparing [2023-09-05T21:08:25.422Z] 3aa6f598fa3b: Preparing [2023-09-05T21:08:25.422Z] 502adf0c2f4c: Preparing [2023-09-05T21:08:25.422Z] d182c71f4443: Preparing [2023-09-05T21:08:25.422Z] 8a80d69b4429: Preparing [2023-09-05T21:08:25.422Z] 067b02bd90a9: Preparing [2023-09-05T21:08:25.422Z] 70b78859b1c0: Preparing [2023-09-05T21:08:25.422Z] f8656a086791: Preparing [2023-09-05T21:08:25.422Z] d07c873fe522: Preparing [2023-09-05T21:08:25.422Z] d7ac5277dd56: Preparing [2023-09-05T21:08:25.422Z] d2d9d24a8c2a: Preparing [2023-09-05T21:08:25.422Z] 067b02bd90a9: Waiting [2023-09-05T21:08:25.422Z] 70b78859b1c0: Waiting [2023-09-05T21:08:25.422Z] f8656a086791: Waiting [2023-09-05T21:08:25.422Z] d7ac5277dd56: Waiting [2023-09-05T21:08:25.422Z] d07c873fe522: Waiting [2023-09-05T21:08:25.422Z] d2d9d24a8c2a: Waiting [2023-09-05T21:08:25.422Z] fbcaa19d8f31: Layer already exists [2023-09-05T21:08:25.422Z] 8a80d69b4429: Layer already exists [2023-09-05T21:08:25.422Z] 3aa6f598fa3b: Layer already exists [2023-09-05T21:08:25.422Z] d182c71f4443: Layer already exists [2023-09-05T21:08:25.422Z] 502adf0c2f4c: Layer already exists [2023-09-05T21:08:25.422Z] 70b78859b1c0: Layer already exists [2023-09-05T21:08:25.422Z] f8656a086791: Layer already exists [2023-09-05T21:08:25.422Z] 067b02bd90a9: Layer already exists [2023-09-05T21:08:25.422Z] d7ac5277dd56: Layer already exists [2023-09-05T21:08:25.422Z] d07c873fe522: Layer already exists [2023-09-05T21:08:25.422Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:08:25.686Z] main: digest: sha256:cbe5ae749ab935ef134066861c199c900e0af105cecf1da44f9c0f6714d951cd size: 2614 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-09-05T21:08:25.729Z] ===================================================== [Pipeline] echo [2023-09-05T21:08:25.735Z] taggedImages: [2023-09-05T21:08:25.735Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T21:08:25.735Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-09-05T21:08:25.735Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.1.0-dev.38 [2023-09-05T21:08:25.735Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T21:08:25.735Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2023-09-05T21:08:25.750Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2023-09-05T21:08:25.750Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T21:08:25.750Z] latest [2023-09-05T21:08:25.750Z] 3.1.0-dev.38 [2023-09-05T21:08:25.750Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T21:08:25.750Z] main [2023-09-05T21:08:25.750Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:08:26.072Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:08:26.399Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T21:08:26.399Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-09-05T21:08:26.399Z] 4ab89d8bd1ac: Preparing [2023-09-05T21:08:26.399Z] 2eca29ab3fbc: Preparing [2023-09-05T21:08:26.399Z] f8656a086791: Preparing [2023-09-05T21:08:26.399Z] d07c873fe522: Preparing [2023-09-05T21:08:26.399Z] 3895e75d4716: Preparing [2023-09-05T21:08:26.399Z] d2d9d24a8c2a: Preparing [2023-09-05T21:08:26.399Z] d2d9d24a8c2a: Waiting [2023-09-05T21:08:26.399Z] d07c873fe522: Layer already exists [2023-09-05T21:08:26.399Z] f8656a086791: Layer already exists [2023-09-05T21:08:26.399Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:08:26.665Z] 4ab89d8bd1ac: Pushed [2023-09-05T21:08:28.064Z] 3895e75d4716: Pushed [2023-09-05T21:08:31.384Z] 2eca29ab3fbc: Pushed [2023-09-05T21:08:31.384Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0: digest: sha256:02435f0bcba407296fb4759a455d28c9321507cf3c24ad67f634b3756423ef02 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:08:31.976Z] + 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-09-05T21:08:32.302Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-09-05T21:08:32.302Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-09-05T21:08:32.302Z] 4ab89d8bd1ac: Preparing [2023-09-05T21:08:32.302Z] 2eca29ab3fbc: Preparing [2023-09-05T21:08:32.302Z] f8656a086791: Preparing [2023-09-05T21:08:32.302Z] d07c873fe522: Preparing [2023-09-05T21:08:32.302Z] 3895e75d4716: Preparing [2023-09-05T21:08:32.302Z] d2d9d24a8c2a: Preparing [2023-09-05T21:08:32.302Z] d2d9d24a8c2a: Waiting [2023-09-05T21:08:32.302Z] d07c873fe522: Layer already exists [2023-09-05T21:08:32.302Z] 4ab89d8bd1ac: Layer already exists [2023-09-05T21:08:32.302Z] f8656a086791: Layer already exists [2023-09-05T21:08:32.302Z] 3895e75d4716: Layer already exists [2023-09-05T21:08:32.302Z] 2eca29ab3fbc: Layer already exists [2023-09-05T21:08:32.302Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:08:32.566Z] latest: digest: sha256:02435f0bcba407296fb4759a455d28c9321507cf3c24ad67f634b3756423ef02 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:08:32.901Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:08:33.231Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.1.0-dev.38 [2023-09-05T21:08:33.232Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-09-05T21:08:33.232Z] 4ab89d8bd1ac: Preparing [2023-09-05T21:08:33.232Z] 2eca29ab3fbc: Preparing [2023-09-05T21:08:33.232Z] f8656a086791: Preparing [2023-09-05T21:08:33.232Z] d07c873fe522: Preparing [2023-09-05T21:08:33.232Z] 3895e75d4716: Preparing [2023-09-05T21:08:33.232Z] d2d9d24a8c2a: Preparing [2023-09-05T21:08:33.232Z] d2d9d24a8c2a: Waiting [2023-09-05T21:08:33.232Z] f8656a086791: Layer already exists [2023-09-05T21:08:33.232Z] d07c873fe522: Layer already exists [2023-09-05T21:08:33.232Z] 2eca29ab3fbc: Layer already exists [2023-09-05T21:08:33.232Z] 3895e75d4716: Layer already exists [2023-09-05T21:08:33.232Z] 4ab89d8bd1ac: Layer already exists [2023-09-05T21:08:33.232Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:08:33.232Z] 3.1.0-dev.38: digest: sha256:02435f0bcba407296fb4759a455d28c9321507cf3c24ad67f634b3756423ef02 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:08:33.568Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:08:33.898Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T21:08:33.898Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-09-05T21:08:33.898Z] 4ab89d8bd1ac: Preparing [2023-09-05T21:08:33.898Z] 2eca29ab3fbc: Preparing [2023-09-05T21:08:33.898Z] f8656a086791: Preparing [2023-09-05T21:08:33.898Z] d07c873fe522: Preparing [2023-09-05T21:08:33.898Z] 3895e75d4716: Preparing [2023-09-05T21:08:33.898Z] d2d9d24a8c2a: Preparing [2023-09-05T21:08:33.898Z] d2d9d24a8c2a: Waiting [2023-09-05T21:08:33.898Z] 4ab89d8bd1ac: Layer already exists [2023-09-05T21:08:33.898Z] d07c873fe522: Layer already exists [2023-09-05T21:08:33.898Z] f8656a086791: Layer already exists [2023-09-05T21:08:33.898Z] 3895e75d4716: Layer already exists [2023-09-05T21:08:33.898Z] 2eca29ab3fbc: Layer already exists [2023-09-05T21:08:33.899Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:08:33.899Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38: digest: sha256:02435f0bcba407296fb4759a455d28c9321507cf3c24ad67f634b3756423ef02 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:08:34.235Z] + 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-09-05T21:08:37.129Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2023-09-05T21:08:37.129Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-09-05T21:08:37.129Z] 4ab89d8bd1ac: Preparing [2023-09-05T21:08:37.129Z] 2eca29ab3fbc: Preparing [2023-09-05T21:08:37.129Z] f8656a086791: Preparing [2023-09-05T21:08:37.129Z] d07c873fe522: Preparing [2023-09-05T21:08:37.129Z] 3895e75d4716: Preparing [2023-09-05T21:08:37.129Z] d2d9d24a8c2a: Preparing [2023-09-05T21:08:37.129Z] d2d9d24a8c2a: Waiting [2023-09-05T21:08:37.129Z] d07c873fe522: Layer already exists [2023-09-05T21:08:37.129Z] 2eca29ab3fbc: Layer already exists [2023-09-05T21:08:37.129Z] 3895e75d4716: Layer already exists [2023-09-05T21:08:37.129Z] 4ab89d8bd1ac: Layer already exists [2023-09-05T21:08:37.129Z] f8656a086791: Layer already exists [2023-09-05T21:08:37.129Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:08:37.129Z] main: digest: sha256:02435f0bcba407296fb4759a455d28c9321507cf3c24ad67f634b3756423ef02 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-09-05T21:08:37.441Z] ===================================================== [Pipeline] echo [2023-09-05T21:08:37.449Z] taggedImages: [2023-09-05T21:08:37.449Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T21:08:37.449Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-09-05T21:08:37.449Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.1.0-dev.38 [2023-09-05T21:08:37.449Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T21:08:37.449Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2023-09-05T21:08:37.472Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2023-09-05T21:08:37.472Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T21:08:37.472Z] latest [2023-09-05T21:08:37.472Z] 3.1.0-dev.38 [2023-09-05T21:08:37.472Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T21:08:37.472Z] main [2023-09-05T21:08:37.472Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:08:37.799Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:08:38.122Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T21:08:38.122Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-09-05T21:08:38.122Z] 33bab947d5fd: Preparing [2023-09-05T21:08:38.122Z] 0ab8e8d913f5: Preparing [2023-09-05T21:08:38.122Z] e66d3794c562: Preparing [2023-09-05T21:08:38.122Z] f8656a086791: Preparing [2023-09-05T21:08:38.122Z] d07c873fe522: Preparing [2023-09-05T21:08:38.122Z] 29bc96d12626: Preparing [2023-09-05T21:08:38.122Z] 2be2fe51b1bc: Preparing [2023-09-05T21:08:38.122Z] ae6f057d6c96: Preparing [2023-09-05T21:08:38.122Z] d2d9d24a8c2a: Preparing [2023-09-05T21:08:38.122Z] 2be2fe51b1bc: Waiting [2023-09-05T21:08:38.122Z] ae6f057d6c96: Waiting [2023-09-05T21:08:38.122Z] d2d9d24a8c2a: Waiting [2023-09-05T21:08:38.122Z] 29bc96d12626: Waiting [2023-09-05T21:08:38.122Z] f8656a086791: Layer already exists [2023-09-05T21:08:38.122Z] d07c873fe522: Layer already exists [2023-09-05T21:08:38.387Z] 33bab947d5fd: Pushed [2023-09-05T21:08:38.387Z] e66d3794c562: Pushed [2023-09-05T21:08:38.387Z] 0ab8e8d913f5: Pushed [2023-09-05T21:08:38.387Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:08:39.339Z] ae6f057d6c96: Pushed [2023-09-05T21:08:51.617Z] 2be2fe51b1bc: Pushed [2023-09-05T21:08:55.849Z] 29bc96d12626: Pushed [2023-09-05T21:08:55.849Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0: digest: sha256:5812d7ae9a95c62face4d53d8a79042a2f23ec6fa166e5823415cb098cefd8c4 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:08:56.176Z] + 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-09-05T21:08:56.499Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-09-05T21:08:56.499Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-09-05T21:08:56.499Z] 33bab947d5fd: Preparing [2023-09-05T21:08:56.499Z] 0ab8e8d913f5: Preparing [2023-09-05T21:08:56.499Z] e66d3794c562: Preparing [2023-09-05T21:08:56.499Z] f8656a086791: Preparing [2023-09-05T21:08:56.499Z] d07c873fe522: Preparing [2023-09-05T21:08:56.499Z] 29bc96d12626: Preparing [2023-09-05T21:08:56.499Z] 2be2fe51b1bc: Preparing [2023-09-05T21:08:56.499Z] ae6f057d6c96: Preparing [2023-09-05T21:08:56.499Z] d2d9d24a8c2a: Preparing [2023-09-05T21:08:56.499Z] 2be2fe51b1bc: Waiting [2023-09-05T21:08:56.499Z] ae6f057d6c96: Waiting [2023-09-05T21:08:56.499Z] 29bc96d12626: Waiting [2023-09-05T21:08:56.499Z] d2d9d24a8c2a: Waiting [2023-09-05T21:08:56.499Z] d07c873fe522: Layer already exists [2023-09-05T21:08:56.499Z] f8656a086791: Layer already exists [2023-09-05T21:08:56.499Z] 0ab8e8d913f5: Layer already exists [2023-09-05T21:08:56.499Z] e66d3794c562: Layer already exists [2023-09-05T21:08:56.499Z] 33bab947d5fd: Layer already exists [2023-09-05T21:08:56.499Z] 2be2fe51b1bc: Layer already exists [2023-09-05T21:08:56.499Z] 29bc96d12626: Layer already exists [2023-09-05T21:08:56.499Z] ae6f057d6c96: Layer already exists [2023-09-05T21:08:56.499Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:08:56.763Z] latest: digest: sha256:5812d7ae9a95c62face4d53d8a79042a2f23ec6fa166e5823415cb098cefd8c4 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:08:57.088Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:08:57.410Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.1.0-dev.38 [2023-09-05T21:08:57.410Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-09-05T21:08:57.410Z] 33bab947d5fd: Preparing [2023-09-05T21:08:57.410Z] 0ab8e8d913f5: Preparing [2023-09-05T21:08:57.410Z] e66d3794c562: Preparing [2023-09-05T21:08:57.410Z] f8656a086791: Preparing [2023-09-05T21:08:57.410Z] d07c873fe522: Preparing [2023-09-05T21:08:57.410Z] 29bc96d12626: Preparing [2023-09-05T21:08:57.410Z] 2be2fe51b1bc: Preparing [2023-09-05T21:08:57.410Z] ae6f057d6c96: Preparing [2023-09-05T21:08:57.410Z] d2d9d24a8c2a: Preparing [2023-09-05T21:08:57.410Z] 2be2fe51b1bc: Waiting [2023-09-05T21:08:57.410Z] 29bc96d12626: Waiting [2023-09-05T21:08:57.410Z] ae6f057d6c96: Waiting [2023-09-05T21:08:57.410Z] d2d9d24a8c2a: Waiting [2023-09-05T21:08:57.410Z] d07c873fe522: Layer already exists [2023-09-05T21:08:57.410Z] 0ab8e8d913f5: Layer already exists [2023-09-05T21:08:57.410Z] e66d3794c562: Layer already exists [2023-09-05T21:08:57.410Z] f8656a086791: Layer already exists [2023-09-05T21:08:57.410Z] 33bab947d5fd: Layer already exists [2023-09-05T21:08:57.410Z] 29bc96d12626: Layer already exists [2023-09-05T21:08:57.410Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:08:57.410Z] ae6f057d6c96: Layer already exists [2023-09-05T21:08:57.410Z] 2be2fe51b1bc: Layer already exists [2023-09-05T21:08:57.411Z] 3.1.0-dev.38: digest: sha256:5812d7ae9a95c62face4d53d8a79042a2f23ec6fa166e5823415cb098cefd8c4 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:08:58.004Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:08:58.338Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T21:08:58.338Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-09-05T21:08:58.338Z] 33bab947d5fd: Preparing [2023-09-05T21:08:58.338Z] 0ab8e8d913f5: Preparing [2023-09-05T21:08:58.338Z] e66d3794c562: Preparing [2023-09-05T21:08:58.338Z] f8656a086791: Preparing [2023-09-05T21:08:58.338Z] d07c873fe522: Preparing [2023-09-05T21:08:58.338Z] 29bc96d12626: Preparing [2023-09-05T21:08:58.338Z] 2be2fe51b1bc: Preparing [2023-09-05T21:08:58.338Z] ae6f057d6c96: Preparing [2023-09-05T21:08:58.338Z] d2d9d24a8c2a: Preparing [2023-09-05T21:08:58.338Z] 2be2fe51b1bc: Waiting [2023-09-05T21:08:58.338Z] ae6f057d6c96: Waiting [2023-09-05T21:08:58.338Z] d2d9d24a8c2a: Waiting [2023-09-05T21:08:58.338Z] 29bc96d12626: Waiting [2023-09-05T21:08:58.338Z] 33bab947d5fd: Layer already exists [2023-09-05T21:08:58.338Z] f8656a086791: Layer already exists [2023-09-05T21:08:58.338Z] e66d3794c562: Layer already exists [2023-09-05T21:08:58.338Z] 0ab8e8d913f5: Layer already exists [2023-09-05T21:08:58.338Z] d07c873fe522: Layer already exists [2023-09-05T21:08:58.338Z] 29bc96d12626: Layer already exists [2023-09-05T21:08:58.338Z] 2be2fe51b1bc: Layer already exists [2023-09-05T21:08:58.338Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:08:58.338Z] ae6f057d6c96: Layer already exists [2023-09-05T21:08:58.338Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38: digest: sha256:5812d7ae9a95c62face4d53d8a79042a2f23ec6fa166e5823415cb098cefd8c4 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:08:58.942Z] + 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-09-05T21:08:59.263Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2023-09-05T21:08:59.263Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-09-05T21:08:59.263Z] 33bab947d5fd: Preparing [2023-09-05T21:08:59.263Z] 0ab8e8d913f5: Preparing [2023-09-05T21:08:59.263Z] e66d3794c562: Preparing [2023-09-05T21:08:59.263Z] f8656a086791: Preparing [2023-09-05T21:08:59.263Z] d07c873fe522: Preparing [2023-09-05T21:08:59.263Z] 29bc96d12626: Preparing [2023-09-05T21:08:59.263Z] 2be2fe51b1bc: Preparing [2023-09-05T21:08:59.263Z] ae6f057d6c96: Preparing [2023-09-05T21:08:59.263Z] d2d9d24a8c2a: Preparing [2023-09-05T21:08:59.263Z] 29bc96d12626: Waiting [2023-09-05T21:08:59.263Z] 2be2fe51b1bc: Waiting [2023-09-05T21:08:59.263Z] ae6f057d6c96: Waiting [2023-09-05T21:08:59.263Z] d2d9d24a8c2a: Waiting [2023-09-05T21:08:59.263Z] e66d3794c562: Layer already exists [2023-09-05T21:08:59.263Z] d07c873fe522: Layer already exists [2023-09-05T21:08:59.263Z] 0ab8e8d913f5: Layer already exists [2023-09-05T21:08:59.263Z] 33bab947d5fd: Layer already exists [2023-09-05T21:08:59.263Z] f8656a086791: Layer already exists [2023-09-05T21:08:59.263Z] ae6f057d6c96: Layer already exists [2023-09-05T21:08:59.263Z] 2be2fe51b1bc: Layer already exists [2023-09-05T21:08:59.263Z] 29bc96d12626: Layer already exists [2023-09-05T21:08:59.263Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:08:59.527Z] main: digest: sha256:5812d7ae9a95c62face4d53d8a79042a2f23ec6fa166e5823415cb098cefd8c4 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-09-05T21:08:59.570Z] ===================================================== [Pipeline] echo [2023-09-05T21:08:59.576Z] taggedImages: [2023-09-05T21:08:59.576Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T21:08:59.576Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-09-05T21:08:59.576Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.1.0-dev.38 [2023-09-05T21:08:59.576Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T21:08:59.576Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2023-09-05T21:08:59.599Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2023-09-05T21:08:59.599Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T21:08:59.599Z] latest [2023-09-05T21:08:59.599Z] 3.1.0-dev.38 [2023-09-05T21:08:59.599Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T21:08:59.599Z] main [2023-09-05T21:08:59.599Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:08:59.944Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:09:00.271Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T21:09:00.271Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-09-05T21:09:00.271Z] 5f81bb74c49c: Preparing [2023-09-05T21:09:00.271Z] ff3a82458250: Preparing [2023-09-05T21:09:00.271Z] b8315d884457: Preparing [2023-09-05T21:09:00.271Z] f8656a086791: Preparing [2023-09-05T21:09:00.271Z] d07c873fe522: Preparing [2023-09-05T21:09:00.271Z] 8cd4466023d4: Preparing [2023-09-05T21:09:00.271Z] 016a73dd6ab5: Preparing [2023-09-05T21:09:00.271Z] d2d9d24a8c2a: Preparing [2023-09-05T21:09:00.271Z] 016a73dd6ab5: Waiting [2023-09-05T21:09:00.271Z] d2d9d24a8c2a: Waiting [2023-09-05T21:09:00.271Z] 8cd4466023d4: Waiting [2023-09-05T21:09:00.271Z] f8656a086791: Layer already exists [2023-09-05T21:09:00.271Z] d07c873fe522: Layer already exists [2023-09-05T21:09:00.535Z] ff3a82458250: Pushed [2023-09-05T21:09:00.535Z] b8315d884457: Pushed [2023-09-05T21:09:00.535Z] 5f81bb74c49c: Pushed [2023-09-05T21:09:00.535Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:09:01.114Z] 016a73dd6ab5: Pushed [2023-09-05T21:09:19.385Z] 8cd4466023d4: Pushed [2023-09-05T21:09:19.385Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0: digest: sha256:662048cfa4b1e17e22270e47b0031c28f5a82dd2c53fb0d46e17bd38f2054f72 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:09:19.722Z] + 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-09-05T21:09:20.050Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-09-05T21:09:20.050Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-09-05T21:09:20.050Z] 5f81bb74c49c: Preparing [2023-09-05T21:09:20.050Z] ff3a82458250: Preparing [2023-09-05T21:09:20.050Z] b8315d884457: Preparing [2023-09-05T21:09:20.050Z] f8656a086791: Preparing [2023-09-05T21:09:20.050Z] d07c873fe522: Preparing [2023-09-05T21:09:20.050Z] 8cd4466023d4: Preparing [2023-09-05T21:09:20.050Z] 016a73dd6ab5: Preparing [2023-09-05T21:09:20.050Z] d2d9d24a8c2a: Preparing [2023-09-05T21:09:20.050Z] 016a73dd6ab5: Waiting [2023-09-05T21:09:20.050Z] 8cd4466023d4: Waiting [2023-09-05T21:09:20.050Z] b8315d884457: Layer already exists [2023-09-05T21:09:20.050Z] ff3a82458250: Layer already exists [2023-09-05T21:09:20.050Z] 5f81bb74c49c: Layer already exists [2023-09-05T21:09:20.050Z] d07c873fe522: Layer already exists [2023-09-05T21:09:20.050Z] f8656a086791: Layer already exists [2023-09-05T21:09:20.050Z] 8cd4466023d4: Layer already exists [2023-09-05T21:09:20.050Z] 016a73dd6ab5: Layer already exists [2023-09-05T21:09:20.050Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:09:20.050Z] latest: digest: sha256:662048cfa4b1e17e22270e47b0031c28f5a82dd2c53fb0d46e17bd38f2054f72 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:09:20.645Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:09:20.967Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.1.0-dev.38 [2023-09-05T21:09:20.967Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-09-05T21:09:20.967Z] 5f81bb74c49c: Preparing [2023-09-05T21:09:20.967Z] ff3a82458250: Preparing [2023-09-05T21:09:20.967Z] b8315d884457: Preparing [2023-09-05T21:09:20.967Z] f8656a086791: Preparing [2023-09-05T21:09:20.967Z] d07c873fe522: Preparing [2023-09-05T21:09:20.967Z] 8cd4466023d4: Preparing [2023-09-05T21:09:20.967Z] 016a73dd6ab5: Preparing [2023-09-05T21:09:20.967Z] d2d9d24a8c2a: Preparing [2023-09-05T21:09:20.967Z] 8cd4466023d4: Waiting [2023-09-05T21:09:20.967Z] 016a73dd6ab5: Waiting [2023-09-05T21:09:20.967Z] d2d9d24a8c2a: Waiting [2023-09-05T21:09:20.967Z] ff3a82458250: Layer already exists [2023-09-05T21:09:20.967Z] 5f81bb74c49c: Layer already exists [2023-09-05T21:09:20.967Z] b8315d884457: Layer already exists [2023-09-05T21:09:20.967Z] d07c873fe522: Layer already exists [2023-09-05T21:09:20.967Z] f8656a086791: Layer already exists [2023-09-05T21:09:20.967Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:09:20.967Z] 8cd4466023d4: Layer already exists [2023-09-05T21:09:20.967Z] 016a73dd6ab5: Layer already exists [2023-09-05T21:09:20.967Z] 3.1.0-dev.38: digest: sha256:662048cfa4b1e17e22270e47b0031c28f5a82dd2c53fb0d46e17bd38f2054f72 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:09:21.290Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:09:21.616Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T21:09:21.616Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-09-05T21:09:21.616Z] 5f81bb74c49c: Preparing [2023-09-05T21:09:21.616Z] ff3a82458250: Preparing [2023-09-05T21:09:21.616Z] b8315d884457: Preparing [2023-09-05T21:09:21.616Z] f8656a086791: Preparing [2023-09-05T21:09:21.616Z] d07c873fe522: Preparing [2023-09-05T21:09:21.616Z] 8cd4466023d4: Preparing [2023-09-05T21:09:21.616Z] 016a73dd6ab5: Preparing [2023-09-05T21:09:21.616Z] d2d9d24a8c2a: Preparing [2023-09-05T21:09:21.616Z] 8cd4466023d4: Waiting [2023-09-05T21:09:21.616Z] d2d9d24a8c2a: Waiting [2023-09-05T21:09:21.616Z] 5f81bb74c49c: Layer already exists [2023-09-05T21:09:21.616Z] f8656a086791: Layer already exists [2023-09-05T21:09:21.616Z] b8315d884457: Layer already exists [2023-09-05T21:09:21.616Z] ff3a82458250: Layer already exists [2023-09-05T21:09:21.616Z] d07c873fe522: Layer already exists [2023-09-05T21:09:21.616Z] 8cd4466023d4: Layer already exists [2023-09-05T21:09:21.616Z] 016a73dd6ab5: Layer already exists [2023-09-05T21:09:21.616Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:09:21.616Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38: digest: sha256:662048cfa4b1e17e22270e47b0031c28f5a82dd2c53fb0d46e17bd38f2054f72 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:09:22.213Z] + 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-09-05T21:09:22.543Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2023-09-05T21:09:22.543Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-09-05T21:09:22.543Z] 5f81bb74c49c: Preparing [2023-09-05T21:09:22.543Z] ff3a82458250: Preparing [2023-09-05T21:09:22.543Z] b8315d884457: Preparing [2023-09-05T21:09:22.543Z] f8656a086791: Preparing [2023-09-05T21:09:22.543Z] d07c873fe522: Preparing [2023-09-05T21:09:22.543Z] 8cd4466023d4: Preparing [2023-09-05T21:09:22.543Z] 016a73dd6ab5: Preparing [2023-09-05T21:09:22.543Z] d2d9d24a8c2a: Preparing [2023-09-05T21:09:22.543Z] 8cd4466023d4: Waiting [2023-09-05T21:09:22.543Z] d2d9d24a8c2a: Waiting [2023-09-05T21:09:22.543Z] 016a73dd6ab5: Waiting [2023-09-05T21:09:22.543Z] b8315d884457: Layer already exists [2023-09-05T21:09:22.543Z] f8656a086791: Layer already exists [2023-09-05T21:09:22.543Z] 5f81bb74c49c: Layer already exists [2023-09-05T21:09:22.543Z] ff3a82458250: Layer already exists [2023-09-05T21:09:22.543Z] d07c873fe522: Layer already exists [2023-09-05T21:09:22.543Z] 8cd4466023d4: Layer already exists [2023-09-05T21:09:22.543Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:09:22.543Z] 016a73dd6ab5: Layer already exists [2023-09-05T21:09:22.805Z] main: digest: sha256:662048cfa4b1e17e22270e47b0031c28f5a82dd2c53fb0d46e17bd38f2054f72 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-09-05T21:09:22.857Z] ===================================================== [Pipeline] echo [2023-09-05T21:09:22.865Z] taggedImages: [2023-09-05T21:09:22.865Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T21:09:22.865Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-09-05T21:09:22.865Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.1.0-dev.38 [2023-09-05T21:09:22.865Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T21:09:22.865Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2023-09-05T21:09:22.887Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2023-09-05T21:09:22.887Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T21:09:22.887Z] latest [2023-09-05T21:09:22.887Z] 3.1.0-dev.38 [2023-09-05T21:09:22.887Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T21:09:22.887Z] main [2023-09-05T21:09:22.887Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:09:23.234Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:09:23.570Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T21:09:23.570Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-09-05T21:09:23.570Z] 7896df4b860c: Preparing [2023-09-05T21:09:23.570Z] d918de9f8bd8: Preparing [2023-09-05T21:09:23.570Z] f01074ae852c: Preparing [2023-09-05T21:09:23.570Z] f8656a086791: Preparing [2023-09-05T21:09:23.570Z] d07c873fe522: Preparing [2023-09-05T21:09:23.570Z] e8a3f1968710: Preparing [2023-09-05T21:09:23.570Z] ae6f057d6c96: Preparing [2023-09-05T21:09:23.570Z] d2d9d24a8c2a: Preparing [2023-09-05T21:09:23.570Z] e8a3f1968710: Waiting [2023-09-05T21:09:23.570Z] ae6f057d6c96: Waiting [2023-09-05T21:09:23.570Z] d2d9d24a8c2a: Waiting [2023-09-05T21:09:23.570Z] d07c873fe522: Layer already exists [2023-09-05T21:09:23.838Z] f8656a086791: Layer already exists [2023-09-05T21:09:23.838Z] ae6f057d6c96: Layer already exists [2023-09-05T21:09:23.838Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:09:23.838Z] d918de9f8bd8: Pushed [2023-09-05T21:09:23.838Z] f01074ae852c: Pushed [2023-09-05T21:09:23.838Z] 7896df4b860c: Pushed [2023-09-05T21:09:42.010Z] e8a3f1968710: Pushed [2023-09-05T21:09:42.010Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0: digest: sha256:f3d40cfef37ed3d68465bb02918d3ebeb353ddef57ffd5e2885efd4487a656a9 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:09:42.337Z] + 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-09-05T21:09:44.057Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-09-05T21:09:44.058Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-09-05T21:09:44.058Z] 7896df4b860c: Preparing [2023-09-05T21:09:44.058Z] d918de9f8bd8: Preparing [2023-09-05T21:09:44.058Z] f01074ae852c: Preparing [2023-09-05T21:09:44.058Z] f8656a086791: Preparing [2023-09-05T21:09:44.058Z] d07c873fe522: Preparing [2023-09-05T21:09:44.058Z] e8a3f1968710: Preparing [2023-09-05T21:09:44.058Z] ae6f057d6c96: Preparing [2023-09-05T21:09:44.058Z] d2d9d24a8c2a: Preparing [2023-09-05T21:09:44.058Z] e8a3f1968710: Waiting [2023-09-05T21:09:44.058Z] ae6f057d6c96: Waiting [2023-09-05T21:09:44.058Z] d2d9d24a8c2a: Waiting [2023-09-05T21:09:44.058Z] 7896df4b860c: Layer already exists [2023-09-05T21:09:44.058Z] d07c873fe522: Layer already exists [2023-09-05T21:09:44.058Z] d918de9f8bd8: Layer already exists [2023-09-05T21:09:44.058Z] f8656a086791: Layer already exists [2023-09-05T21:09:44.058Z] f01074ae852c: Layer already exists [2023-09-05T21:09:44.058Z] ae6f057d6c96: Layer already exists [2023-09-05T21:09:44.058Z] e8a3f1968710: Layer already exists [2023-09-05T21:09:44.058Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:09:44.321Z] latest: digest: sha256:f3d40cfef37ed3d68465bb02918d3ebeb353ddef57ffd5e2885efd4487a656a9 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:09:44.645Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:09:44.968Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.1.0-dev.38 [2023-09-05T21:09:44.968Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-09-05T21:09:44.968Z] 7896df4b860c: Preparing [2023-09-05T21:09:44.968Z] d918de9f8bd8: Preparing [2023-09-05T21:09:44.968Z] f01074ae852c: Preparing [2023-09-05T21:09:44.968Z] f8656a086791: Preparing [2023-09-05T21:09:44.968Z] d07c873fe522: Preparing [2023-09-05T21:09:44.968Z] e8a3f1968710: Preparing [2023-09-05T21:09:44.968Z] ae6f057d6c96: Preparing [2023-09-05T21:09:44.968Z] d2d9d24a8c2a: Preparing [2023-09-05T21:09:44.968Z] e8a3f1968710: Waiting [2023-09-05T21:09:44.968Z] ae6f057d6c96: Waiting [2023-09-05T21:09:44.968Z] d918de9f8bd8: Layer already exists [2023-09-05T21:09:44.968Z] d07c873fe522: Layer already exists [2023-09-05T21:09:44.968Z] 7896df4b860c: Layer already exists [2023-09-05T21:09:44.968Z] f01074ae852c: Layer already exists [2023-09-05T21:09:44.968Z] f8656a086791: Layer already exists [2023-09-05T21:09:44.968Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:09:44.968Z] ae6f057d6c96: Layer already exists [2023-09-05T21:09:44.968Z] e8a3f1968710: Layer already exists [2023-09-05T21:09:44.968Z] 3.1.0-dev.38: digest: sha256:f3d40cfef37ed3d68465bb02918d3ebeb353ddef57ffd5e2885efd4487a656a9 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:09:45.557Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:09:45.881Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T21:09:45.881Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-09-05T21:09:45.881Z] 7896df4b860c: Preparing [2023-09-05T21:09:45.881Z] d918de9f8bd8: Preparing [2023-09-05T21:09:45.881Z] f01074ae852c: Preparing [2023-09-05T21:09:45.881Z] f8656a086791: Preparing [2023-09-05T21:09:45.881Z] d07c873fe522: Preparing [2023-09-05T21:09:45.881Z] e8a3f1968710: Preparing [2023-09-05T21:09:45.881Z] ae6f057d6c96: Preparing [2023-09-05T21:09:45.881Z] d2d9d24a8c2a: Preparing [2023-09-05T21:09:45.881Z] e8a3f1968710: Waiting [2023-09-05T21:09:45.881Z] d2d9d24a8c2a: Waiting [2023-09-05T21:09:45.881Z] 7896df4b860c: Layer already exists [2023-09-05T21:09:45.881Z] f01074ae852c: Layer already exists [2023-09-05T21:09:45.881Z] f8656a086791: Layer already exists [2023-09-05T21:09:45.881Z] d07c873fe522: Layer already exists [2023-09-05T21:09:45.881Z] d918de9f8bd8: Layer already exists [2023-09-05T21:09:45.881Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:09:45.881Z] ae6f057d6c96: Layer already exists [2023-09-05T21:09:45.881Z] e8a3f1968710: Layer already exists [2023-09-05T21:09:45.881Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38: digest: sha256:f3d40cfef37ed3d68465bb02918d3ebeb353ddef57ffd5e2885efd4487a656a9 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:09:46.468Z] + 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-09-05T21:09:46.797Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2023-09-05T21:09:46.797Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-09-05T21:09:46.797Z] 7896df4b860c: Preparing [2023-09-05T21:09:46.797Z] d918de9f8bd8: Preparing [2023-09-05T21:09:46.797Z] f01074ae852c: Preparing [2023-09-05T21:09:46.797Z] f8656a086791: Preparing [2023-09-05T21:09:46.797Z] d07c873fe522: Preparing [2023-09-05T21:09:46.797Z] e8a3f1968710: Preparing [2023-09-05T21:09:46.797Z] ae6f057d6c96: Preparing [2023-09-05T21:09:46.797Z] d2d9d24a8c2a: Preparing [2023-09-05T21:09:46.797Z] e8a3f1968710: Waiting [2023-09-05T21:09:46.797Z] ae6f057d6c96: Waiting [2023-09-05T21:09:46.797Z] d2d9d24a8c2a: Waiting [2023-09-05T21:09:46.797Z] f01074ae852c: Layer already exists [2023-09-05T21:09:46.797Z] 7896df4b860c: Layer already exists [2023-09-05T21:09:46.797Z] d918de9f8bd8: Layer already exists [2023-09-05T21:09:46.797Z] f8656a086791: Layer already exists [2023-09-05T21:09:46.797Z] d07c873fe522: Layer already exists [2023-09-05T21:09:46.797Z] e8a3f1968710: Layer already exists [2023-09-05T21:09:46.797Z] ae6f057d6c96: Layer already exists [2023-09-05T21:09:46.797Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:09:47.061Z] main: digest: sha256:f3d40cfef37ed3d68465bb02918d3ebeb353ddef57ffd5e2885efd4487a656a9 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-09-05T21:09:47.119Z] ===================================================== [Pipeline] echo [2023-09-05T21:09:47.127Z] taggedImages: [2023-09-05T21:09:47.127Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T21:09:47.127Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-09-05T21:09:47.127Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.1.0-dev.38 [2023-09-05T21:09:47.127Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T21:09:47.127Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2023-09-05T21:09:47.151Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2023-09-05T21:09:47.151Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T21:09:47.151Z] latest [2023-09-05T21:09:47.151Z] 3.1.0-dev.38 [2023-09-05T21:09:47.151Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T21:09:47.151Z] main [2023-09-05T21:09:47.151Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:09:47.502Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:09:47.833Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T21:09:47.833Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-09-05T21:09:47.833Z] 14bb0454a21f: Preparing [2023-09-05T21:09:47.833Z] 74cb741c4e4c: Preparing [2023-09-05T21:09:47.833Z] f8656a086791: Preparing [2023-09-05T21:09:47.833Z] d07c873fe522: Preparing [2023-09-05T21:09:47.833Z] 513c7d6be318: Preparing [2023-09-05T21:09:47.833Z] d2d9d24a8c2a: Preparing [2023-09-05T21:09:47.833Z] d2d9d24a8c2a: Waiting [2023-09-05T21:09:47.833Z] f8656a086791: Layer already exists [2023-09-05T21:09:48.097Z] d07c873fe522: Layer already exists [2023-09-05T21:09:48.097Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:09:48.097Z] 14bb0454a21f: Pushed [2023-09-05T21:09:48.097Z] 513c7d6be318: Pushed [2023-09-05T21:09:53.408Z] 74cb741c4e4c: Pushed [2023-09-05T21:09:53.408Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0: digest: sha256:9607ba5268e1311c7217e249fb65004368f962cfd081db2261d9aeb36149fea5 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:09:53.744Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:09:54.077Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-09-05T21:09:54.077Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-09-05T21:09:54.077Z] 14bb0454a21f: Preparing [2023-09-05T21:09:54.077Z] 74cb741c4e4c: Preparing [2023-09-05T21:09:54.077Z] f8656a086791: Preparing [2023-09-05T21:09:54.077Z] d07c873fe522: Preparing [2023-09-05T21:09:54.077Z] 513c7d6be318: Preparing [2023-09-05T21:09:54.077Z] d2d9d24a8c2a: Preparing [2023-09-05T21:09:54.077Z] d2d9d24a8c2a: Waiting [2023-09-05T21:09:54.077Z] 14bb0454a21f: Layer already exists [2023-09-05T21:09:54.077Z] f8656a086791: Layer already exists [2023-09-05T21:09:54.077Z] 513c7d6be318: Layer already exists [2023-09-05T21:09:54.077Z] d07c873fe522: Layer already exists [2023-09-05T21:09:54.077Z] 74cb741c4e4c: Layer already exists [2023-09-05T21:09:54.077Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:09:54.077Z] latest: digest: sha256:9607ba5268e1311c7217e249fb65004368f962cfd081db2261d9aeb36149fea5 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:09:54.665Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:09:54.988Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.1.0-dev.38 [2023-09-05T21:09:54.989Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-09-05T21:09:54.989Z] 14bb0454a21f: Preparing [2023-09-05T21:09:54.989Z] 74cb741c4e4c: Preparing [2023-09-05T21:09:54.989Z] f8656a086791: Preparing [2023-09-05T21:09:54.989Z] d07c873fe522: Preparing [2023-09-05T21:09:54.989Z] 513c7d6be318: Preparing [2023-09-05T21:09:54.989Z] d2d9d24a8c2a: Preparing [2023-09-05T21:09:54.989Z] d2d9d24a8c2a: Waiting [2023-09-05T21:09:54.989Z] d07c873fe522: Layer already exists [2023-09-05T21:09:54.989Z] 513c7d6be318: Layer already exists [2023-09-05T21:09:54.989Z] 74cb741c4e4c: Layer already exists [2023-09-05T21:09:54.989Z] f8656a086791: Layer already exists [2023-09-05T21:09:54.989Z] 14bb0454a21f: Layer already exists [2023-09-05T21:09:54.989Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:09:54.989Z] 3.1.0-dev.38: digest: sha256:9607ba5268e1311c7217e249fb65004368f962cfd081db2261d9aeb36149fea5 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:09:55.313Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:09:55.638Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T21:09:55.638Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-09-05T21:09:55.638Z] 14bb0454a21f: Preparing [2023-09-05T21:09:55.638Z] 74cb741c4e4c: Preparing [2023-09-05T21:09:55.638Z] f8656a086791: Preparing [2023-09-05T21:09:55.638Z] d07c873fe522: Preparing [2023-09-05T21:09:55.638Z] 513c7d6be318: Preparing [2023-09-05T21:09:55.638Z] d2d9d24a8c2a: Preparing [2023-09-05T21:09:55.638Z] d2d9d24a8c2a: Waiting [2023-09-05T21:09:55.638Z] 74cb741c4e4c: Layer already exists [2023-09-05T21:09:55.638Z] 14bb0454a21f: Layer already exists [2023-09-05T21:09:55.638Z] f8656a086791: Layer already exists [2023-09-05T21:09:55.638Z] 513c7d6be318: Layer already exists [2023-09-05T21:09:55.638Z] d07c873fe522: Layer already exists [2023-09-05T21:09:55.638Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:09:55.638Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38: digest: sha256:9607ba5268e1311c7217e249fb65004368f962cfd081db2261d9aeb36149fea5 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:09:55.963Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:09:56.862Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2023-09-05T21:09:56.862Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-09-05T21:09:56.862Z] 14bb0454a21f: Preparing [2023-09-05T21:09:56.862Z] 74cb741c4e4c: Preparing [2023-09-05T21:09:56.862Z] f8656a086791: Preparing [2023-09-05T21:09:56.862Z] d07c873fe522: Preparing [2023-09-05T21:09:56.862Z] 513c7d6be318: Preparing [2023-09-05T21:09:56.862Z] d2d9d24a8c2a: Preparing [2023-09-05T21:09:56.862Z] d2d9d24a8c2a: Waiting [2023-09-05T21:09:56.862Z] d07c873fe522: Layer already exists [2023-09-05T21:09:56.862Z] 74cb741c4e4c: Layer already exists [2023-09-05T21:09:56.862Z] 14bb0454a21f: Layer already exists [2023-09-05T21:09:56.862Z] 513c7d6be318: Layer already exists [2023-09-05T21:09:56.862Z] f8656a086791: Layer already exists [2023-09-05T21:09:56.862Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:09:56.862Z] main: digest: sha256:9607ba5268e1311c7217e249fb65004368f962cfd081db2261d9aeb36149fea5 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-09-05T21:09:57.164Z] ===================================================== [Pipeline] echo [2023-09-05T21:09:57.169Z] taggedImages: [2023-09-05T21:09:57.169Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T21:09:57.169Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-09-05T21:09:57.169Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.1.0-dev.38 [2023-09-05T21:09:57.169Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T21:09:57.169Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2023-09-05T21:09:57.184Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2023-09-05T21:09:57.184Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T21:09:57.184Z] latest [2023-09-05T21:09:57.184Z] 3.1.0-dev.38 [2023-09-05T21:09:57.184Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T21:09:57.184Z] main [2023-09-05T21:09:57.184Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:09:57.519Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:09:57.848Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T21:09:57.848Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-09-05T21:09:57.848Z] fb6711907fd8: Preparing [2023-09-05T21:09:57.848Z] b936e4e2aaf6: Preparing [2023-09-05T21:09:57.848Z] f8656a086791: Preparing [2023-09-05T21:09:57.848Z] d07c873fe522: Preparing [2023-09-05T21:09:57.848Z] 8c56f4e658e8: Preparing [2023-09-05T21:09:57.848Z] d2d9d24a8c2a: Preparing [2023-09-05T21:09:57.848Z] d2d9d24a8c2a: Waiting [2023-09-05T21:09:58.114Z] f8656a086791: Layer already exists [2023-09-05T21:09:58.114Z] 8c56f4e658e8: Layer already exists [2023-09-05T21:09:58.114Z] d07c873fe522: Layer already exists [2023-09-05T21:09:58.114Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:09:58.114Z] fb6711907fd8: Pushed [2023-09-05T21:10:04.741Z] b936e4e2aaf6: Pushed [2023-09-05T21:10:04.741Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0: digest: sha256:e45c52f22be7b32736298fdfa0f89cbd1ac7fb621eb1a29d94ea74e02accc251 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:10:05.066Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:10:05.384Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-09-05T21:10:05.385Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-09-05T21:10:05.385Z] fb6711907fd8: Preparing [2023-09-05T21:10:05.385Z] b936e4e2aaf6: Preparing [2023-09-05T21:10:05.385Z] f8656a086791: Preparing [2023-09-05T21:10:05.385Z] d07c873fe522: Preparing [2023-09-05T21:10:05.385Z] 8c56f4e658e8: Preparing [2023-09-05T21:10:05.385Z] d2d9d24a8c2a: Preparing [2023-09-05T21:10:05.385Z] d07c873fe522: Layer already exists [2023-09-05T21:10:05.385Z] f8656a086791: Layer already exists [2023-09-05T21:10:05.385Z] 8c56f4e658e8: Layer already exists [2023-09-05T21:10:05.385Z] b936e4e2aaf6: Layer already exists [2023-09-05T21:10:05.385Z] fb6711907fd8: Layer already exists [2023-09-05T21:10:05.385Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:10:05.648Z] latest: digest: sha256:e45c52f22be7b32736298fdfa0f89cbd1ac7fb621eb1a29d94ea74e02accc251 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:10:05.976Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:10:06.302Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.1.0-dev.38 [2023-09-05T21:10:06.302Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-09-05T21:10:06.302Z] fb6711907fd8: Preparing [2023-09-05T21:10:06.302Z] b936e4e2aaf6: Preparing [2023-09-05T21:10:06.302Z] f8656a086791: Preparing [2023-09-05T21:10:06.302Z] d07c873fe522: Preparing [2023-09-05T21:10:06.302Z] 8c56f4e658e8: Preparing [2023-09-05T21:10:06.302Z] d2d9d24a8c2a: Preparing [2023-09-05T21:10:06.302Z] d2d9d24a8c2a: Waiting [2023-09-05T21:10:06.302Z] f8656a086791: Layer already exists [2023-09-05T21:10:06.302Z] 8c56f4e658e8: Layer already exists [2023-09-05T21:10:06.302Z] fb6711907fd8: Layer already exists [2023-09-05T21:10:06.302Z] d07c873fe522: Layer already exists [2023-09-05T21:10:06.302Z] b936e4e2aaf6: Layer already exists [2023-09-05T21:10:06.302Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:10:06.302Z] 3.1.0-dev.38: digest: sha256:e45c52f22be7b32736298fdfa0f89cbd1ac7fb621eb1a29d94ea74e02accc251 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:10:06.630Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:10:06.956Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T21:10:06.956Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-09-05T21:10:06.956Z] fb6711907fd8: Preparing [2023-09-05T21:10:06.956Z] b936e4e2aaf6: Preparing [2023-09-05T21:10:06.956Z] f8656a086791: Preparing [2023-09-05T21:10:06.956Z] d07c873fe522: Preparing [2023-09-05T21:10:06.956Z] 8c56f4e658e8: Preparing [2023-09-05T21:10:06.956Z] d2d9d24a8c2a: Preparing [2023-09-05T21:10:06.956Z] d2d9d24a8c2a: Waiting [2023-09-05T21:10:06.956Z] fb6711907fd8: Layer already exists [2023-09-05T21:10:06.956Z] b936e4e2aaf6: Layer already exists [2023-09-05T21:10:06.956Z] f8656a086791: Layer already exists [2023-09-05T21:10:06.956Z] d07c873fe522: Layer already exists [2023-09-05T21:10:06.956Z] 8c56f4e658e8: Layer already exists [2023-09-05T21:10:06.956Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:10:06.956Z] 488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38: digest: sha256:e45c52f22be7b32736298fdfa0f89cbd1ac7fb621eb1a29d94ea74e02accc251 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:10:07.288Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:10:07.620Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2023-09-05T21:10:07.620Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-09-05T21:10:07.620Z] fb6711907fd8: Preparing [2023-09-05T21:10:07.620Z] b936e4e2aaf6: Preparing [2023-09-05T21:10:07.620Z] f8656a086791: Preparing [2023-09-05T21:10:07.620Z] d07c873fe522: Preparing [2023-09-05T21:10:07.620Z] 8c56f4e658e8: Preparing [2023-09-05T21:10:07.620Z] d2d9d24a8c2a: Preparing [2023-09-05T21:10:07.620Z] d2d9d24a8c2a: Waiting [2023-09-05T21:10:07.620Z] fb6711907fd8: Layer already exists [2023-09-05T21:10:07.620Z] f8656a086791: Layer already exists [2023-09-05T21:10:07.620Z] d07c873fe522: Layer already exists [2023-09-05T21:10:07.620Z] 8c56f4e658e8: Layer already exists [2023-09-05T21:10:07.620Z] b936e4e2aaf6: Layer already exists [2023-09-05T21:10:07.620Z] d2d9d24a8c2a: Layer already exists [2023-09-05T21:10:07.620Z] main: digest: sha256:e45c52f22be7b32736298fdfa0f89cbd1ac7fb621eb1a29d94ea74e02accc251 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-09-05T21:10:07.936Z] ===================================================== [Pipeline] echo [2023-09-05T21:10:07.946Z] taggedImages: [2023-09-05T21:10:07.947Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0 [2023-09-05T21:10:07.947Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-09-05T21:10:07.947Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.1.0-dev.38 [2023-09-05T21:10:07.947Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:488f23b0c5d68863a9e298ac057bceee8c500ce0-3.1.0-dev.38 [2023-09-05T21:10:07.947Z] - 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-09-05T21:10:08.304Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-09-05T21:10:08.304Z] [2023-09-05T21:10:08.304Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:10:08.626Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-09-05T21:10:08.626Z] arm64: Pulling from edgex-lftools-log-publisher [2023-09-05T21:10:08.626Z] 8998bd30e6a1: Pulling fs layer [2023-09-05T21:10:08.626Z] 04944245beec: Pulling fs layer [2023-09-05T21:10:08.626Z] 699f458cf7ca: Pulling fs layer [2023-09-05T21:10:08.626Z] 765212b225bb: Pulling fs layer [2023-09-05T21:10:08.626Z] f23df028b6ca: Pulling fs layer [2023-09-05T21:10:08.626Z] d65c8cfc05b1: Pulling fs layer [2023-09-05T21:10:08.626Z] 2437ff75d9bd: Pulling fs layer [2023-09-05T21:10:08.626Z] 765212b225bb: Waiting [2023-09-05T21:10:08.626Z] f23df028b6ca: Waiting [2023-09-05T21:10:08.626Z] d65c8cfc05b1: Waiting [2023-09-05T21:10:08.626Z] 2437ff75d9bd: Waiting [2023-09-05T21:10:08.891Z] 04944245beec: Verifying Checksum [2023-09-05T21:10:08.891Z] 04944245beec: Download complete [2023-09-05T21:10:08.891Z] 765212b225bb: Verifying Checksum [2023-09-05T21:10:08.891Z] 765212b225bb: Download complete [2023-09-05T21:10:08.891Z] f23df028b6ca: Download complete [2023-09-05T21:10:08.891Z] d65c8cfc05b1: Verifying Checksum [2023-09-05T21:10:08.891Z] d65c8cfc05b1: Download complete [2023-09-05T21:10:08.891Z] 699f458cf7ca: Verifying Checksum [2023-09-05T21:10:08.891Z] 699f458cf7ca: Download complete [2023-09-05T21:10:09.472Z] 8998bd30e6a1: Verifying Checksum [2023-09-05T21:10:09.472Z] 8998bd30e6a1: Download complete [2023-09-05T21:10:11.408Z] 2437ff75d9bd: Verifying Checksum [2023-09-05T21:10:11.408Z] 2437ff75d9bd: Download complete [2023-09-05T21:10:13.348Z] 8998bd30e6a1: Pull complete [2023-09-05T21:10:13.615Z] 04944245beec: Pull complete [2023-09-05T21:10:15.020Z] 699f458cf7ca: Pull complete [2023-09-05T21:10:15.284Z] 765212b225bb: Pull complete [2023-09-05T21:10:15.863Z] f23df028b6ca: Pull complete [2023-09-05T21:10:16.127Z] d65c8cfc05b1: Pull complete [2023-09-05T21:10:31.091Z] 2437ff75d9bd: Pull complete [2023-09-05T21:10:31.091Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-09-05T21:10:31.091Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-09-05T21:10:31.091Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-05T21:10:31.267Z] prd-ubuntu20.04-docker-arm64-4c-16g-5373 does not seem to be running inside a container [2023-09-05T21:10:31.310Z] $ 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/572 -v /w/workspace/edgex-go/572:/w/workspace/edgex-go/572:rw,z -v /w/workspace/edgex-go/572@tmp:/w/workspace/edgex-go/572@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-09-05T21:10:34.029Z] $ docker top 52b6950d00ab633f0089dda69b74150e8336779beec80ebb275abf60214c3d05 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-05T21:10:34.894Z] ---> job-cost.sh [2023-09-05T21:10:34.894Z] lf-activate-venv: SKIPPING [2023-09-05T21:10:34.894Z] INFO: No Stack... [2023-09-05T21:10:35.163Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-09-05T21:10:36.127Z] INFO: Archiving Costs [Pipeline] sh [2023-09-05T21:10:36.748Z] + cat /w/workspace/edgex-go/572/archives/cost.csv [2023-09-05T21:10:36.748Z] + cut -d, -f6 [Pipeline] lock [2023-09-05T21:10:36.809Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-572-stack-cost] [2023-09-05T21:10:36.818Z] Resource [jenkins-edgexfoundry-edgex-go-main-572-stack-cost] did not exist. Created. [2023-09-05T21:10:36.818Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-main-572-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-09-05T21:10:37.141Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-09-05T21:10:37.670Z] Stashed 1 file(s) [Pipeline] } [2023-09-05T21:10:37.677Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-main-572-stack-cost] [Pipeline] // lock [Pipeline] } [2023-09-05T21:10:37.688Z] $ docker stop --time=1 52b6950d00ab633f0089dda69b74150e8336779beec80ebb275abf60214c3d05 [2023-09-05T21:10:39.136Z] $ docker rm -f --volumes 52b6950d00ab633f0089dda69b74150e8336779beec80ebb275abf60214c3d05 [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-09-05T21:10:39.550Z] provisioning config files... [2023-09-05T21:10:39.557Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/572@tmp/config5190112177222940615tmp [Pipeline] { [Pipeline] sh [2023-09-05T21:10:39.846Z] + set +x [2023-09-05T21:10:39.846Z] + curl -s https://codecov.io/bash [2023-09-05T21:10:39.846Z] + bash -s -- [2023-09-05T21:10:39.846Z] [2023-09-05T21:10:39.846Z] _____ _ [2023-09-05T21:10:39.846Z] / ____| | | [2023-09-05T21:10:39.846Z] | | ___ __| | ___ ___ _____ __ [2023-09-05T21:10:39.846Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-09-05T21:10:39.846Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-09-05T21:10:39.846Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-09-05T21:10:39.846Z] Bash-1.0.6 [2023-09-05T21:10:39.846Z] [2023-09-05T21:10:39.846Z] [2023-09-05T21:10:39.846Z] ==> git version 2.25.1 found [2023-09-05T21:10:39.846Z] ==> 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-09-05T21:10:39.846Z] Release-Date: 2020-01-08 [2023-09-05T21:10:39.846Z] 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-09-05T21:10:39.846Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-09-05T21:10:39.846Z] ==> Jenkins CI detected. [2023-09-05T21:10:39.846Z] current dir:  /w/workspace/edgex-go/572 [2023-09-05T21:10:39.846Z] project root: . [2023-09-05T21:10:39.846Z] --> token set from env [2023-09-05T21:10:39.846Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-09-05T21:10:39.846Z] ==> Running gcov in . (disable via -X gcov) [2023-09-05T21:10:39.846Z] ==> Python coveragepy not found [2023-09-05T21:10:39.846Z] ==> Searching for coverage reports in: [2023-09-05T21:10:39.846Z] + . [2023-09-05T21:10:40.105Z] -> Found 1 reports [2023-09-05T21:10:40.105Z] ==> Detecting git/mercurial file structure [2023-09-05T21:10:40.105Z] ==> Reading reports [2023-09-05T21:10:40.105Z] + ./coverage.out bytes=447827 [2023-09-05T21:10:40.105Z] ==> Appending adjustments [2023-09-05T21:10:40.105Z] https://docs.codecov.io/docs/fixing-reports [2023-09-05T21:10:41.038Z] + Found adjustments [2023-09-05T21:10:41.038Z] ==> Gzipping contents [2023-09-05T21:10:41.038Z] 60K /tmp/codecov.qBo3mm.gz [2023-09-05T21:10:41.038Z] ==> Uploading reports [2023-09-05T21:10:41.038Z] url: https://codecov.io [2023-09-05T21:10:41.038Z] query: branch=main&commit=488f23b0c5d68863a9e298ac057bceee8c500ce0&build=572&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F572%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-09-05T21:10:41.038Z] -> Pinging Codecov [2023-09-05T21:10:41.038Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=main&commit=488f23b0c5d68863a9e298ac057bceee8c500ce0&build=572&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F572%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-09-05T21:10:41.298Z] -> Uploading to [2023-09-05T21:10:41.298Z] https://storage.googleapis.com/codecov/v4/raw/2023-09-05/00271124DB129430A58F1EEE437C3FCB/488f23b0c5d68863a9e298ac057bceee8c500ce0/89b564d4-b836-44c0-b6d0-3828a8476f83.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230905%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230905T211041Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=61fa01390857e377d800cab65dbba325c3c2b9883ea47380c24ac1225cc707c1 [2023-09-05T21:10:41.298Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-09-05T21:10:41.298Z] Dload Upload Total Spent Left Speed [2023-09-05T21:10:41.556Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57515 0 0 100 57515 0 286k --:--:-- --:--:-- --:--:-- 288k [2023-09-05T21:10:41.556Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/488f23b0c5d68863a9e298ac057bceee8c500ce0 [Pipeline] } [2023-09-05T21:10:41.562Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2023-09-05T21:10:41.691Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-09-05T21:10:41.706Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:10:41.998Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-09-05T21:10:41.998Z] [2023-09-05T21:10:41.998Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:10:42.287Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-09-05T21:10:42.287Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-09-05T21:10:42.287Z] df9b9388f04a: Pulling fs layer [2023-09-05T21:10:42.287Z] 52dc419b0ee2: Pulling fs layer [2023-09-05T21:10:42.287Z] 25bc292e5bac: Pulling fs layer [2023-09-05T21:10:42.287Z] 114826534d7a: Pulling fs layer [2023-09-05T21:10:42.287Z] 4657fd5d0bcf: Pulling fs layer [2023-09-05T21:10:42.287Z] 6ad1cebc031e: Pulling fs layer [2023-09-05T21:10:42.287Z] 8a3aa393b2d8: Pulling fs layer [2023-09-05T21:10:42.287Z] 8a3aa393b2d8: Waiting [2023-09-05T21:10:42.287Z] 6ad1cebc031e: Waiting [2023-09-05T21:10:42.287Z] 114826534d7a: Waiting [2023-09-05T21:10:42.287Z] 4657fd5d0bcf: Waiting [2023-09-05T21:10:42.287Z] 25bc292e5bac: Download complete [2023-09-05T21:10:42.287Z] 52dc419b0ee2: Verifying Checksum [2023-09-05T21:10:42.287Z] 52dc419b0ee2: Download complete [2023-09-05T21:10:42.287Z] 4657fd5d0bcf: Verifying Checksum [2023-09-05T21:10:42.287Z] 4657fd5d0bcf: Download complete [2023-09-05T21:10:42.287Z] df9b9388f04a: Verifying Checksum [2023-09-05T21:10:42.547Z] 6ad1cebc031e: Verifying Checksum [2023-09-05T21:10:42.547Z] 6ad1cebc031e: Download complete [2023-09-05T21:10:42.547Z] df9b9388f04a: Pull complete [2023-09-05T21:10:42.547Z] 52dc419b0ee2: Pull complete [2023-09-05T21:10:42.815Z] 25bc292e5bac: Pull complete [2023-09-05T21:10:43.076Z] 114826534d7a: Verifying Checksum [2023-09-05T21:10:43.076Z] 114826534d7a: Download complete [2023-09-05T21:10:43.076Z] 8a3aa393b2d8: Verifying Checksum [2023-09-05T21:10:43.076Z] 8a3aa393b2d8: Download complete [2023-09-05T21:10:46.358Z] 114826534d7a: Pull complete [2023-09-05T21:10:46.358Z] 4657fd5d0bcf: Pull complete [2023-09-05T21:10:46.615Z] 6ad1cebc031e: Pull complete [2023-09-05T21:10:49.144Z] 8a3aa393b2d8: Pull complete [2023-09-05T21:10:49.144Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-09-05T21:10:49.144Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-09-05T21:10:49.144Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-05T21:10:49.228Z] prd-ubuntu20.04-docker-8c-8g-5371 does not seem to be running inside a container [2023-09-05T21:10:49.254Z] $ 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/572 -v /w/workspace/edgex-go/572:/w/workspace/edgex-go/572:rw,z -v /w/workspace/edgex-go/572@tmp:/w/workspace/edgex-go/572@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-09-05T21:10:53.644Z] $ docker top df68946a160a71795f8cd525a258798571beb70c6183c7c76d7e294eee6ad89a -eo pid,comm [Pipeline] { [Pipeline] echo [2023-09-05T21:10:53.709Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2023-09-05T21:10:53.989Z] + set -o pipefail [2023-09-05T21:10:53.989Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2023-09-05T21:11:00.550Z] [2023-09-05T21:11:00.550Z] Monitoring /w/workspace/edgex-go/572 (github.com/edgexfoundry/edgex-go)... [2023-09-05T21:11:00.550Z] [2023-09-05T21:11:00.550Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/a622c2ce-26dd-4414-8fc7-58cdd2b7add0 [2023-09-05T21:11:00.550Z] [2023-09-05T21:11:00.550Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-09-05T21:11:00.550Z] [2023-09-05T21:11:00.550Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-09-05T21:11:00.550Z] [2023-09-05T21:11:00.550Z] [2023-09-05T21:11:00.550Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-09-05T21:11:00.550Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-09-05T21:11:00.550Z] More details here: https://snyk.co/ue1NS [2023-09-05T21:11:00.550Z] You are approaching your monthly limit of 401 private tests for your edgex-jenkins org. [2023-09-05T21:11:00.550Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2023-09-05T21:11:00.558Z] $ docker stop --time=1 df68946a160a71795f8cd525a258798571beb70c6183c7c76d7e294eee6ad89a [2023-09-05T21:11:04.282Z] $ docker rm -f --volumes df68946a160a71795f8cd525a258798571beb70c6183c7c76d7e294eee6ad89a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2023-09-05T21:11:04.645Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-09-05T21:11:04.656Z] provisioning config files... [2023-09-05T21:11:04.663Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/572@tmp/config5338886826293284178tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-05T21:11:04.958Z] --> edgex-publish-swagger.sh [2023-09-05T21:11:04.958Z] === Publish openapi/v3 API === [2023-09-05T21:11:04.958Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2023-09-05T21:11:04.958Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/572/openapi/v3/core-command.yaml] [2023-09-05T21:11:04.958Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-09-05T21:11:04.958Z] Dload Upload Total Spent Left Speed [2023-09-05T21:11:05.525Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32782 0 0 100 32782 0 57816 --:--:-- --:--:-- --:--:-- 57816 [2023-09-05T21:11:05.525Z] [2023-09-05T21:11:05.525Z] [2023-09-05T21:11:05.525Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/572/openapi/v3/core-data.yaml] [2023-09-05T21:11:05.525Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-09-05T21:11:05.525Z] Dload Upload Total Spent Left Speed [2023-09-05T21:11:06.093Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71708 0 0 100 71708 0 129k --:--:-- --:--:-- --:--:-- 129k 100 71708 0 0 100 71708 0 129k --:--:-- --:--:-- --:--:-- 129k [2023-09-05T21:11:06.093Z] [2023-09-05T21:11:06.093Z] [2023-09-05T21:11:06.093Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/572/openapi/v3/core-metadata.yaml] [2023-09-05T21:11:06.093Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-09-05T21:11:06.093Z] Dload Upload Total Spent Left Speed [2023-09-05T21:11:06.661Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 144k 0 0 100 144k 0 282k --:--:-- --:--:-- --:--:-- 282k [2023-09-05T21:11:06.661Z] [2023-09-05T21:11:06.661Z] [2023-09-05T21:11:06.661Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/572/openapi/v3/support-notifications.yaml] [2023-09-05T21:11:06.661Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-09-05T21:11:06.661Z] Dload Upload Total Spent Left Speed [2023-09-05T21:11:06.920Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87000 0 0 100 87000 0 418k --:--:-- --:--:-- --:--:-- 416k 100 87000 0 0 100 87000 0 179k --:--:-- --:--:-- --:--:-- 178k [2023-09-05T21:11:06.920Z] [2023-09-05T21:11:06.920Z] [2023-09-05T21:11:06.920Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/572/openapi/v3/support-scheduler.yaml] [2023-09-05T21:11:06.920Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-09-05T21:11:06.920Z] Dload Upload Total Spent Left Speed [2023-09-05T21:11:07.487Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 36954 0 0 100 36954 0 91019 --:--:-- --:--:-- --:--:-- 91244 [2023-09-05T21:11:07.487Z] [2023-09-05T21:11:07.487Z] [Pipeline] } [2023-09-05T21:11:07.494Z] 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-09-05T21:11:07.902Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-09-05T21:11:07.902Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:11:08.197Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-09-05T21:11:08.197Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-05T21:11:08.270Z] prd-ubuntu20.04-docker-8c-8g-5371 does not seem to be running inside a container [2023-09-05T21:11:08.297Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/572 -v /w/workspace/edgex-go/572:/w/workspace/edgex-go/572:rw,z -v /w/workspace/edgex-go/572@tmp:/w/workspace/edgex-go/572@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-09-05T21:11:08.755Z] $ docker top cd07eba5ced8e6f73218a8ab965eb3962b3aa5d69c4307a64ff7f148864b2906 -eo pid,comm [2023-09-05T21:11:08.809Z] 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-09-05T21:11:08.809Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-09-05T21:11:08.844Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-09-05T21:11:08.844Z] [ssh-agent] Looking for ssh-agent implementation... [2023-09-05T21:11:08.964Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-09-05T21:11:08.964Z] $ docker exec cd07eba5ced8e6f73218a8ab965eb3962b3aa5d69c4307a64ff7f148864b2906 ssh-agent [2023-09-05T21:11:09.072Z] SSH_AUTH_SOCK=/tmp/ssh-T6VjOV6JMOTZ/agent.31 [2023-09-05T21:11:09.073Z] SSH_AGENT_PID=38 [2023-09-05T21:11:09.077Z] Running ssh-add (command line suppressed) [2023-09-05T21:11:09.166Z] Identity added: /w/workspace/edgex-go/572@tmp/private_key_381942768126381856.key (/w/workspace/edgex-go/572@tmp/private_key_381942768126381856.key) [2023-09-05T21:11:09.182Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-09-05T21:11:09.465Z] + git semver tag [2023-09-05T21:11:09.724Z] 2023-09-05 21:11:09,628 [run_tag] DEBUG tag force:False [2023-09-05T21:11:09.724Z] 2023-09-05 21:11:09,628 [check_head_tag] DEBUG check head tag [2023-09-05T21:11:09.724Z] 2023-09-05 21:11:09,629 [execute] INFO git cat-file --batch-check [2023-09-05T21:11:09.724Z] 2023-09-05 21:11:09,629 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/572, universal_newlines=False, shell=None, istream=) [2023-09-05T21:11:09.724Z] 2023-09-05 21:11:09,632 [execute] INFO git cat-file --batch [2023-09-05T21:11:09.724Z] 2023-09-05 21:11:09,633 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/572, universal_newlines=False, shell=None, istream=) [2023-09-05T21:11:09.724Z] 2023-09-05 21:11:09,652 [read_version] DEBUG read version from /w/workspace/edgex-go/572/.semver/main [2023-09-05T21:11:09.724Z] 2023-09-05 21:11:09,652 [execute] INFO git tag -a v3.1.0-dev.38 -m v3.1.0-dev.38 [2023-09-05T21:11:09.725Z] 2023-09-05 21:11:09,652 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.38', '-m', 'v3.1.0-dev.38'], cwd=/w/workspace/edgex-go/572, universal_newlines=False, shell=None, istream=None) [2023-09-05T21:11:09.725Z] 2023-09-05 21:11:09,658 [read_version] DEBUG read version from /w/workspace/edgex-go/572/.semver/main [2023-09-05T21:11:09.725Z] 3.1.0-dev.38 [Pipeline] } [2023-09-05T21:11:09.731Z] $ docker exec --env ******** --env ******** cd07eba5ced8e6f73218a8ab965eb3962b3aa5d69c4307a64ff7f148864b2906 ssh-agent -k [2023-09-05T21:11:09.822Z] unset SSH_AUTH_SOCK; [2023-09-05T21:11:09.822Z] unset SSH_AGENT_PID; [2023-09-05T21:11:09.822Z] echo Agent pid 38 killed; [2023-09-05T21:11:09.834Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-09-05T21:11:10.145Z] + git semver [Pipeline] } [2023-09-05T21:11:10.412Z] $ docker stop --time=1 cd07eba5ced8e6f73218a8ab965eb3962b3aa5d69c4307a64ff7f148864b2906 [2023-09-05T21:11:11.691Z] $ docker rm -f --volumes cd07eba5ced8e6f73218a8ab965eb3962b3aa5d69c4307a64ff7f148864b2906 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:11:12.069Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-09-05T21:11:12.069Z] [2023-09-05T21:11:12.069Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:11:12.365Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-09-05T21:11:12.365Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-09-05T21:11:12.365Z] ab5ef0e58194: Pulling fs layer [2023-09-05T21:11:12.365Z] 9712f1f96733: Pulling fs layer [2023-09-05T21:11:12.365Z] 63f879dbbcfc: Pulling fs layer [2023-09-05T21:11:12.365Z] 0d9ebad4ef96: Pulling fs layer [2023-09-05T21:11:12.365Z] e9a5061849ea: Pulling fs layer [2023-09-05T21:11:12.365Z] d747dcd14b5f: Pulling fs layer [2023-09-05T21:11:12.365Z] 2de7ff778b66: Pulling fs layer [2023-09-05T21:11:12.365Z] e9a5061849ea: Waiting [2023-09-05T21:11:12.365Z] 2de7ff778b66: Waiting [2023-09-05T21:11:12.365Z] 9712f1f96733: Verifying Checksum [2023-09-05T21:11:12.365Z] 9712f1f96733: Download complete [2023-09-05T21:11:12.626Z] 63f879dbbcfc: Verifying Checksum [2023-09-05T21:11:12.626Z] 63f879dbbcfc: Download complete [2023-09-05T21:11:12.885Z] e9a5061849ea: Verifying Checksum [2023-09-05T21:11:12.885Z] e9a5061849ea: Download complete [2023-09-05T21:11:12.885Z] d747dcd14b5f: Verifying Checksum [2023-09-05T21:11:12.885Z] d747dcd14b5f: Download complete [2023-09-05T21:11:12.885Z] 0d9ebad4ef96: Verifying Checksum [2023-09-05T21:11:12.885Z] 0d9ebad4ef96: Download complete [2023-09-05T21:11:13.143Z] ab5ef0e58194: Verifying Checksum [2023-09-05T21:11:13.143Z] ab5ef0e58194: Download complete [2023-09-05T21:11:13.143Z] 2de7ff778b66: Verifying Checksum [2023-09-05T21:11:13.143Z] 2de7ff778b66: Download complete [2023-09-05T21:11:15.671Z] ab5ef0e58194: Pull complete [2023-09-05T21:11:15.671Z] 9712f1f96733: Pull complete [2023-09-05T21:11:16.603Z] 63f879dbbcfc: Pull complete [2023-09-05T21:11:19.882Z] 0d9ebad4ef96: Pull complete [2023-09-05T21:11:20.139Z] e9a5061849ea: Pull complete [2023-09-05T21:11:20.139Z] d747dcd14b5f: Pull complete [2023-09-05T21:11:21.078Z] 2de7ff778b66: Pull complete [2023-09-05T21:11:21.078Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-09-05T21:11:21.078Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-09-05T21:11:21.078Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-05T21:11:21.148Z] prd-ubuntu20.04-docker-8c-8g-5371 does not seem to be running inside a container [2023-09-05T21:11:21.174Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/572 -v /w/workspace/edgex-go/572:/w/workspace/edgex-go/572:rw,z -v /w/workspace/edgex-go/572@tmp:/w/workspace/edgex-go/572@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-09-05T21:11:26.995Z] $ docker top 3ac48345fb1911f40e8ce8a740448c273c03f9bfd85a3518775feca565072ca9 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-09-05T21:11:27.068Z] provisioning config files... [2023-09-05T21:11:27.075Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/572@tmp/config6186000069496561274tmp [2023-09-05T21:11:27.084Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/572@tmp/config11853927770770697962tmp [2023-09-05T21:11:27.094Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/572@tmp/config8130142187642413842tmp [Pipeline] { [Pipeline] echo [2023-09-05T21:11:27.110Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-05T21:11:27.398Z] ---> sigul-configuration.sh [2023-09-05T21:11:27.398Z] gpg: directory `/root/.gnupg' created [2023-09-05T21:11:27.398Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-09-05T21:11:27.398Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-09-05T21:11:27.398Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-09-05T21:11:27.398Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-09-05T21:11:27.398Z] gpg: CAST5 encrypted data [2023-09-05T21:11:27.398Z] gpg: encrypted with 1 passphrase [2023-09-05T21:11:27.398Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-09-05T21:11:27.680Z] + mkdir /home/jenkins [2023-09-05T21:11:27.680Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-09-05T21:11:27.967Z] + 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-09-05T21:11:27.975Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-05T21:11:28.261Z] ---> sigul-install.sh [2023-09-05T21:11:28.261Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-09-05T21:11:28.545Z] + git tag --list [2023-09-05T21:11:28.545Z] 0.6.0 [2023-09-05T21:11:28.545Z] 0.6.1 [2023-09-05T21:11:28.545Z] 0.7.0 [2023-09-05T21:11:28.545Z] 0.7.1 [2023-09-05T21:11:28.545Z] v1.0.0 [2023-09-05T21:11:28.545Z] v1.0.1 [2023-09-05T21:11:28.545Z] v1.1.0 [2023-09-05T21:11:28.545Z] v1.2.0 [2023-09-05T21:11:28.545Z] v1.2.1 [2023-09-05T21:11:28.545Z] v1.3.0 [2023-09-05T21:11:28.545Z] v1.3.1 [2023-09-05T21:11:28.545Z] v2.0.0 [2023-09-05T21:11:28.545Z] v2.1.0 [2023-09-05T21:11:28.545Z] v2.1.1 [2023-09-05T21:11:28.545Z] v2.2.0 [2023-09-05T21:11:28.545Z] v2.3.0 [2023-09-05T21:11:28.545Z] v3.0 [2023-09-05T21:11:28.545Z] v3.0.0 [2023-09-05T21:11:28.545Z] v3.1.0-dev.1 [2023-09-05T21:11:28.545Z] v3.1.0-dev.10 [2023-09-05T21:11:28.545Z] v3.1.0-dev.11 [2023-09-05T21:11:28.545Z] v3.1.0-dev.12 [2023-09-05T21:11:28.545Z] v3.1.0-dev.13 [2023-09-05T21:11:28.545Z] v3.1.0-dev.14 [2023-09-05T21:11:28.545Z] v3.1.0-dev.15 [2023-09-05T21:11:28.545Z] v3.1.0-dev.16 [2023-09-05T21:11:28.545Z] v3.1.0-dev.17 [2023-09-05T21:11:28.545Z] v3.1.0-dev.18 [2023-09-05T21:11:28.545Z] v3.1.0-dev.19 [2023-09-05T21:11:28.545Z] v3.1.0-dev.2 [2023-09-05T21:11:28.545Z] v3.1.0-dev.20 [2023-09-05T21:11:28.545Z] v3.1.0-dev.21 [2023-09-05T21:11:28.545Z] v3.1.0-dev.22 [2023-09-05T21:11:28.545Z] v3.1.0-dev.23 [2023-09-05T21:11:28.545Z] v3.1.0-dev.24 [2023-09-05T21:11:28.545Z] v3.1.0-dev.25 [2023-09-05T21:11:28.545Z] v3.1.0-dev.26 [2023-09-05T21:11:28.545Z] v3.1.0-dev.27 [2023-09-05T21:11:28.545Z] v3.1.0-dev.28 [2023-09-05T21:11:28.545Z] v3.1.0-dev.29 [2023-09-05T21:11:28.545Z] v3.1.0-dev.3 [2023-09-05T21:11:28.545Z] v3.1.0-dev.30 [2023-09-05T21:11:28.545Z] v3.1.0-dev.31 [2023-09-05T21:11:28.545Z] v3.1.0-dev.32 [2023-09-05T21:11:28.545Z] v3.1.0-dev.33 [2023-09-05T21:11:28.545Z] v3.1.0-dev.34 [2023-09-05T21:11:28.545Z] v3.1.0-dev.35 [2023-09-05T21:11:28.545Z] v3.1.0-dev.36 [2023-09-05T21:11:28.545Z] v3.1.0-dev.37 [2023-09-05T21:11:28.545Z] v3.1.0-dev.38 [2023-09-05T21:11:28.545Z] v3.1.0-dev.4 [2023-09-05T21:11:28.545Z] v3.1.0-dev.5 [2023-09-05T21:11:28.545Z] v3.1.0-dev.6 [2023-09-05T21:11:28.545Z] v3.1.0-dev.7 [2023-09-05T21:11:28.545Z] v3.1.0-dev.8 [2023-09-05T21:11:28.545Z] v3.1.0-dev.9 [Pipeline] sh [2023-09-05T21:11:28.827Z] + lftools sign git-tag v3.1.0-dev.38 [2023-09-05T21:11:29.394Z] Signing Git tag with Sigul... [2023-09-05T21:11:29.394Z] Signing v3.1.0-dev.38 [Pipeline] echo [2023-09-05T21:11:29.660Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-05T21:11:29.939Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-09-05T21:11:29.945Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-09-05T21:11:29.958Z] $ docker stop --time=1 3ac48345fb1911f40e8ce8a740448c273c03f9bfd85a3518775feca565072ca9 [2023-09-05T21:11:31.260Z] $ docker rm -f --volumes 3ac48345fb1911f40e8ce8a740448c273c03f9bfd85a3518775feca565072ca9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-09-05T21:11:31.683Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-09-05T21:11:31.684Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:11:31.976Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-09-05T21:11:31.976Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-05T21:11:32.040Z] prd-ubuntu20.04-docker-8c-8g-5371 does not seem to be running inside a container [2023-09-05T21:11:32.063Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/572 -v /w/workspace/edgex-go/572:/w/workspace/edgex-go/572:rw,z -v /w/workspace/edgex-go/572@tmp:/w/workspace/edgex-go/572@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-09-05T21:11:32.371Z] $ docker top c72820554e8a8be0105e354d3a98d452b587d99b063b9c88e890219531c461ae -eo pid,comm [2023-09-05T21:11:32.422Z] 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-09-05T21:11:32.422Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-09-05T21:11:32.454Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-09-05T21:11:32.454Z] [ssh-agent] Looking for ssh-agent implementation... [2023-09-05T21:11:32.573Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-09-05T21:11:32.573Z] $ docker exec c72820554e8a8be0105e354d3a98d452b587d99b063b9c88e890219531c461ae ssh-agent [2023-09-05T21:11:32.687Z] SSH_AUTH_SOCK=/tmp/ssh-XdIpJEe54TVY/agent.32 [2023-09-05T21:11:32.687Z] SSH_AGENT_PID=38 [2023-09-05T21:11:32.692Z] Running ssh-add (command line suppressed) [2023-09-05T21:11:32.788Z] Identity added: /w/workspace/edgex-go/572@tmp/private_key_12261610428508318700.key (/w/workspace/edgex-go/572@tmp/private_key_12261610428508318700.key) [2023-09-05T21:11:32.803Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-09-05T21:11:33.086Z] + git semver bump pre [2023-09-05T21:11:33.344Z] 2023-09-05 21:11:33,292 [read_version] DEBUG read version from /w/workspace/edgex-go/572/.semver/main [2023-09-05T21:11:33.344Z] 2023-09-05 21:11:33,293 [bump_version] DEBUG bumping version:3.1.0-dev.38 on axis:pre with prefix:dev [2023-09-05T21:11:33.344Z] 2023-09-05 21:11:33,293 [bump_version] DEBUG bumped version:3.1.0-dev.39 [2023-09-05T21:11:33.344Z] 2023-09-05 21:11:33,293 [write_version] DEBUG write version:3.1.0-dev.39 to path:/w/workspace/edgex-go/572/.semver/main with force:True [2023-09-05T21:11:33.344Z] 2023-09-05 21:11:33,293 [read_version] DEBUG read version from /w/workspace/edgex-go/572/.semver/main [2023-09-05T21:11:33.344Z] 2023-09-05 21:11:33,293 [write_file] DEBUG write to file:/w/workspace/edgex-go/572/.semver/main [2023-09-05T21:11:33.344Z] 2023-09-05 21:11:33,296 [execute] INFO git cat-file --batch-check [2023-09-05T21:11:33.344Z] 2023-09-05 21:11:33,296 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/572/.semver, universal_newlines=False, shell=None, istream=) [2023-09-05T21:11:33.344Z] 2023-09-05 21:11:33,302 [execute] INFO git cat-file --batch [2023-09-05T21:11:33.344Z] 2023-09-05 21:11:33,302 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/572/.semver, universal_newlines=False, shell=None, istream=) [2023-09-05T21:11:33.344Z] 2023-09-05 21:11:33,307 [read_version] DEBUG read version from /w/workspace/edgex-go/572/.semver/main [2023-09-05T21:11:33.344Z] 3.1.0-dev.39 [Pipeline] } [2023-09-05T21:11:33.351Z] $ docker exec --env ******** --env ******** c72820554e8a8be0105e354d3a98d452b587d99b063b9c88e890219531c461ae ssh-agent -k [2023-09-05T21:11:33.448Z] unset SSH_AUTH_SOCK; [2023-09-05T21:11:33.448Z] unset SSH_AGENT_PID; [2023-09-05T21:11:33.448Z] echo Agent pid 38 killed; [2023-09-05T21:11:33.460Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-09-05T21:11:33.764Z] + git semver [Pipeline] } [2023-09-05T21:11:34.033Z] $ docker stop --time=1 c72820554e8a8be0105e354d3a98d452b587d99b063b9c88e890219531c461ae [2023-09-05T21:11:35.291Z] $ docker rm -f --volumes c72820554e8a8be0105e354d3a98d452b587d99b063b9c88e890219531c461ae [Pipeline] // withDockerContainer [Pipeline] sh [2023-09-05T21:11:35.633Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-09-05T21:11:35.633Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:11:35.936Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-09-05T21:11:35.936Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-05T21:11:36.016Z] prd-ubuntu20.04-docker-8c-8g-5371 does not seem to be running inside a container [2023-09-05T21:11:36.042Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/572 -v /w/workspace/edgex-go/572:/w/workspace/edgex-go/572:rw,z -v /w/workspace/edgex-go/572@tmp:/w/workspace/edgex-go/572@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-09-05T21:11:36.362Z] $ docker top 941c299e037e2402e5016976b39adba0823adee49794fda4e56abca8c6edb1d5 -eo pid,comm [2023-09-05T21:11:36.409Z] 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-09-05T21:11:36.409Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-09-05T21:11:36.445Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-09-05T21:11:36.445Z] [ssh-agent] Looking for ssh-agent implementation... [2023-09-05T21:11:36.560Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-09-05T21:11:36.560Z] $ docker exec 941c299e037e2402e5016976b39adba0823adee49794fda4e56abca8c6edb1d5 ssh-agent [2023-09-05T21:11:36.666Z] SSH_AUTH_SOCK=/tmp/ssh-KIArb1eLaAon/agent.31 [2023-09-05T21:11:36.666Z] SSH_AGENT_PID=37 [2023-09-05T21:11:36.670Z] Running ssh-add (command line suppressed) [2023-09-05T21:11:36.779Z] Identity added: /w/workspace/edgex-go/572@tmp/private_key_12105851640669016651.key (/w/workspace/edgex-go/572@tmp/private_key_12105851640669016651.key) [2023-09-05T21:11:36.794Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-09-05T21:11:37.077Z] + git semver push [2023-09-05T21:11:37.335Z] 2023-09-05 21:11:37,253 [run_push] DEBUG push [2023-09-05T21:11:37.335Z] 2023-09-05 21:11:37,253 [execute] INFO git cat-file --batch-check [2023-09-05T21:11:37.335Z] 2023-09-05 21:11:37,254 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/572/.semver, universal_newlines=False, shell=None, istream=) [2023-09-05T21:11:37.335Z] 2023-09-05 21:11:37,257 [execute] INFO git rev-list 95e17a85d1d8acc1beb68e5d182715e8a33d7b09 -- [2023-09-05T21:11:37.335Z] 2023-09-05 21:11:37,257 [execute] DEBUG Popen(['git', 'rev-list', '95e17a85d1d8acc1beb68e5d182715e8a33d7b09', '--'], cwd=/w/workspace/edgex-go/572/.semver, universal_newlines=False, shell=None, istream=None) [2023-09-05T21:11:37.335Z] 2023-09-05 21:11:37,277 [execute] INFO git fetch -v origin [2023-09-05T21:11:37.335Z] 2023-09-05 21:11:37,277 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/572/.semver, universal_newlines=True, shell=None, istream=None) [2023-09-05T21:11:37.902Z] 2023-09-05 21:11:37,733 [run_push] DEBUG no remote changes detected [2023-09-05T21:11:37.902Z] 2023-09-05 21:11:37,733 [execute] INFO git push origin semver [2023-09-05T21:11:37.902Z] 2023-09-05 21:11:37,734 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/572/.semver, universal_newlines=False, shell=None, istream=None) [2023-09-05T21:11:38.838Z] 2023-09-05 21:11:38,785 [run_push] DEBUG push all version tags [2023-09-05T21:11:38.838Z] 2023-09-05 21:11:38,787 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-09-05T21:11:38.838Z] 2023-09-05 21:11:38,788 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/572, universal_newlines=False, shell=None, istream=None) [2023-09-05T21:11:39.777Z] 2023-09-05 21:11:39,620 [read_version] DEBUG read version from /w/workspace/edgex-go/572/.semver/main [2023-09-05T21:11:39.777Z] 3.1.0-dev.39 [Pipeline] } [2023-09-05T21:11:39.785Z] $ docker exec --env ******** --env ******** 941c299e037e2402e5016976b39adba0823adee49794fda4e56abca8c6edb1d5 ssh-agent -k [2023-09-05T21:11:39.887Z] unset SSH_AUTH_SOCK; [2023-09-05T21:11:39.887Z] unset SSH_AGENT_PID; [2023-09-05T21:11:39.887Z] echo Agent pid 37 killed; [2023-09-05T21:11:39.902Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-09-05T21:11:40.207Z] + git semver [Pipeline] } [2023-09-05T21:11:40.475Z] $ docker stop --time=1 941c299e037e2402e5016976b39adba0823adee49794fda4e56abca8c6edb1d5 [2023-09-05T21:11:41.764Z] $ docker rm -f --volumes 941c299e037e2402e5016976b39adba0823adee49794fda4e56abca8c6edb1d5 [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-09-05T21:11:42.327Z] + [ -d /w/workspace/edgex-go/572/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-09-05T21:11:42.626Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-05T21:11:43.595Z] ---> package-listing.sh [2023-09-05T21:11:43.595Z] ++ tr '[:upper:]' '[:lower:]' [2023-09-05T21:11:43.595Z] ++ facter osfamily [2023-09-05T21:11:43.595Z] + OS_FAMILY=debian [2023-09-05T21:11:43.595Z] + workspace=/w/workspace/edgex-go/572 [2023-09-05T21:11:43.595Z] + START_PACKAGES=/tmp/packages_start.txt [2023-09-05T21:11:43.595Z] + END_PACKAGES=/tmp/packages_end.txt [2023-09-05T21:11:43.595Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-09-05T21:11:43.595Z] + PACKAGES=/tmp/packages_start.txt [2023-09-05T21:11:43.595Z] + '[' /w/workspace/edgex-go/572 ']' [2023-09-05T21:11:43.595Z] + PACKAGES=/tmp/packages_end.txt [2023-09-05T21:11:43.595Z] + case "${OS_FAMILY}" in [2023-09-05T21:11:43.595Z] + dpkg -l [2023-09-05T21:11:43.595Z] + grep '^ii' [2023-09-05T21:11:43.859Z] + '[' -f /tmp/packages_start.txt ']' [2023-09-05T21:11:43.859Z] + '[' -f /tmp/packages_end.txt ']' [2023-09-05T21:11:43.859Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-09-05T21:11:43.859Z] + '[' /w/workspace/edgex-go/572 ']' [2023-09-05T21:11:43.859Z] + mkdir -p /w/workspace/edgex-go/572/archives/ [2023-09-05T21:11:43.859Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/572/archives/ [Pipeline] echo [2023-09-05T21:11:43.869Z] 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/572/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-09-05T21:11:44.144Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:11:44.698Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-09-05T21:11:44.698Z] [2023-09-05T21:11:44.698Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-05T21:11:44.986Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-09-05T21:11:44.986Z] latest: Pulling from edgex-lftools-log-publisher [2023-09-05T21:11:44.986Z] 5eb5b503b376: Pulling fs layer [2023-09-05T21:11:44.986Z] 5c69ac0246d0: Pulling fs layer [2023-09-05T21:11:44.986Z] ec43610c2a17: Pulling fs layer [2023-09-05T21:11:44.986Z] 3a2ae6a8a46f: Pulling fs layer [2023-09-05T21:11:44.986Z] 33b1e0a273af: Pulling fs layer [2023-09-05T21:11:44.986Z] 5d3b04190fa2: Pulling fs layer [2023-09-05T21:11:44.986Z] 2f39f015ded8: Pulling fs layer [2023-09-05T21:11:44.986Z] 3a2ae6a8a46f: Waiting [2023-09-05T21:11:44.986Z] 5d3b04190fa2: Waiting [2023-09-05T21:11:44.986Z] 33b1e0a273af: Waiting [2023-09-05T21:11:44.986Z] 2f39f015ded8: Waiting [2023-09-05T21:11:44.986Z] 5c69ac0246d0: Verifying Checksum [2023-09-05T21:11:44.986Z] 5c69ac0246d0: Download complete [2023-09-05T21:11:44.986Z] 3a2ae6a8a46f: Download complete [2023-09-05T21:11:44.986Z] 33b1e0a273af: Verifying Checksum [2023-09-05T21:11:44.986Z] 33b1e0a273af: Download complete [2023-09-05T21:11:44.986Z] ec43610c2a17: Verifying Checksum [2023-09-05T21:11:44.986Z] ec43610c2a17: Download complete [2023-09-05T21:11:44.986Z] 5d3b04190fa2: Verifying Checksum [2023-09-05T21:11:44.986Z] 5d3b04190fa2: Download complete [2023-09-05T21:11:45.243Z] 5eb5b503b376: Verifying Checksum [2023-09-05T21:11:45.243Z] 5eb5b503b376: Download complete [2023-09-05T21:11:45.808Z] 2f39f015ded8: Download complete [2023-09-05T21:11:46.373Z] 5eb5b503b376: Pull complete [2023-09-05T21:11:46.373Z] 5c69ac0246d0: Pull complete [2023-09-05T21:11:46.938Z] ec43610c2a17: Pull complete [2023-09-05T21:11:46.938Z] 3a2ae6a8a46f: Pull complete [2023-09-05T21:11:46.938Z] 33b1e0a273af: Pull complete [2023-09-05T21:11:47.195Z] 5d3b04190fa2: Pull complete [2023-09-05T21:11:51.376Z] 2f39f015ded8: Pull complete [2023-09-05T21:11:51.376Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-09-05T21:11:51.376Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-09-05T21:11:51.377Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-05T21:11:51.442Z] prd-ubuntu20.04-docker-8c-8g-5371 does not seem to be running inside a container [2023-09-05T21:11:51.471Z] $ 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/572/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/572 -v /w/workspace/edgex-go/572:/w/workspace/edgex-go/572:rw,z -v /w/workspace/edgex-go/572@tmp:/w/workspace/edgex-go/572@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-09-05T21:11:54.365Z] $ docker top 2b2d9b5b8b625b58ff2dce8e8a5c990706de5bad9d20cc2d0bdf5216c5348f15 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-05T21:11:54.707Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-09-05T21:11:54.990Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-09-05T21:11:55.271Z] + ls /var/log/sa-host [2023-09-05T21:11:55.271Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-09-05T21:11:55.343Z] provisioning config files... [2023-09-05T21:11:55.350Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/572@tmp/config5859410690067256866tmp [Pipeline] { [Pipeline] echo [2023-09-05T21:11:55.363Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-05T21:11:55.640Z] ---> create-netrc.sh [Pipeline] } [2023-09-05T21:11:55.646Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-09-05T21:11:55.970Z] ---> python-tools-install.sh [Pipeline] echo [2023-09-05T21:11:55.977Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-05T21:11:56.258Z] ---> sudo-logs.sh [2023-09-05T21:11:56.258Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-09-05T21:11:56.281Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-05T21:11:56.565Z] ---> job-cost.sh [2023-09-05T21:11:56.566Z] lf-activate-venv: SKIPPING [2023-09-05T21:11:56.566Z] DEBUG: total: 0.10999999940395355 [2023-09-05T21:11:56.566Z] INFO: Retrieving Stack Cost... [2023-09-05T21:11:57.132Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-09-05T21:11:57.389Z] INFO: Archiving Costs [Pipeline] echo [2023-09-05T21:11:57.399Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-05T21:11:57.678Z] ---> logs-deploy.sh [2023-09-05T21:11:57.678Z] lf-activate-venv: SKIPPING [2023-09-05T21:11:57.678Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/572 [2023-09-05T21:11:57.678Z] INFO: archiving workspace using pattern(s): [2023-09-05T21:11:58.614Z] Archives upload complete. [2023-09-05T21:11:58.614Z] INFO: archiving logs to Nexus