Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 3451b7e6c986f3e69473b278945a55ce4856eec7 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-ssh6030158668047436071.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-ssh5528828522041834311.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-ssh13754246214223050087.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-ssh18244411207368307244.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-ssh6127377064680590044.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 Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-3571’ Running on prd-ubuntu20.04-docker-8c-8g-3574 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/558 [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/558 # 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 > 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 Avoid second fetch Checking out Revision 3451b7e6c986f3e69473b278945a55ce4856eec7 (main) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3 (#4633)" > git config core.sparsecheckout # timeout=10 > git checkout -f 3451b7e6c986f3e69473b278945a55ce4856eec7 # timeout=10 > git rev-list --no-walk 23265dfad13dfa2cb5de380f133a81b406e62be8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-08-14T21:44:24.169Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-08-14T21:44:24.299Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-08-14T21:44:24.311Z] ========================================================= [2023-08-14T21:44:24.312Z] EdgeX Global Pipelines Version Info [2023-08-14T21:44:24.312Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-08-14T21:44:25.021Z] ------------------- [2023-08-14T21:44:25.022Z] stable info: [2023-08-14T21:44:25.022Z] ------------------- [2023-08-14T21:44:25.022Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-08-14T21:44:25.022Z] Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-08-14T21:44:25.022Z] Message: update stable to v1.0.253 [2023-08-14T21:44:25.593Z] ------------------- [2023-08-14T21:44:25.593Z] experimental info: [2023-08-14T21:44:25.593Z] ------------------- [2023-08-14T21:44:25.593Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-08-14T21:44:25.593Z] Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-08-14T21:44:25.593Z] Message: update experimental to v1.0.253 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-08-14T21:44:25.775Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-08-14T21:44:25.783Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-08-14T21:44:25.791Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-08-14T21:44:25.798Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-08-14T21:44:25.808Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-08-14T21:44:25.821Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-08-14T21:44:25.834Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-08-14T21:44:25.847Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-08-14T21:44:25.857Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-08-14T21:44:25.871Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-08-14T21:44:25.880Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-08-14T21:44:25.889Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-08-14T21:44:25.897Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-08-14T21:44:25.907Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-08-14T21:44:25.916Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-08-14T21:44:25.926Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-08-14T21:44:25.939Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-08-14T21:44:25.954Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-08-14T21:44:25.970Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-08-14T21:44:25.981Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-08-14T21:44:25.997Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-08-14T21:44:26.014Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-08-14T21:44:26.030Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-08-14T21:44:26.047Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-08-14T21:44:26.064Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-08-14T21:44:26.081Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-08-14T21:44:26.090Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3451b7e6c986f3e69473b278945a55ce4856eec7 [Pipeline] echo [2023-08-14T21:44:26.102Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3451b7e [Pipeline] echo [2023-08-14T21:44:26.118Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-14T21:44:26.159Z] provisioning config files... [2023-08-14T21:44:26.175Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/558@tmp/config11483064096559062334tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-14T21:44:26.476Z] ---> docker-login.sh [2023-08-14T21:44:26.477Z] nexus3.edgexfoundry.org:10001 [2023-08-14T21:44:26.736Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T21:44:26.736Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T21:44:26.736Z] Configure a credential helper to remove this warning. See [2023-08-14T21:44:26.736Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T21:44:26.736Z] [2023-08-14T21:44:26.736Z] Login Succeeded [2023-08-14T21:44:26.736Z] nexus3.edgexfoundry.org:10002 [2023-08-14T21:44:26.736Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T21:44:26.736Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T21:44:26.736Z] Configure a credential helper to remove this warning. See [2023-08-14T21:44:26.736Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T21:44:26.736Z] [2023-08-14T21:44:26.736Z] Login Succeeded [2023-08-14T21:44:26.736Z] nexus3.edgexfoundry.org:10003 [2023-08-14T21:44:26.997Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T21:44:26.997Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T21:44:26.997Z] Configure a credential helper to remove this warning. See [2023-08-14T21:44:26.997Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T21:44:26.997Z] [2023-08-14T21:44:26.997Z] Login Succeeded [2023-08-14T21:44:26.997Z] nexus3.edgexfoundry.org:10004 [2023-08-14T21:44:26.997Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T21:44:26.997Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T21:44:26.997Z] Configure a credential helper to remove this warning. See [2023-08-14T21:44:26.997Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T21:44:26.997Z] [2023-08-14T21:44:26.997Z] Login Succeeded [2023-08-14T21:44:26.997Z] docker.io [2023-08-14T21:44:26.997Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T21:44:27.258Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T21:44:27.258Z] Configure a credential helper to remove this warning. See [2023-08-14T21:44:27.258Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T21:44:27.258Z] [2023-08-14T21:44:27.258Z] Login Succeeded [2023-08-14T21:44:27.258Z] ---> docker-login.sh ends [Pipeline] } [2023-08-14T21:44:27.266Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-14T21:44:27.578Z] + 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-08-14T21:44:27.578Z] + dirname cmd/core-command/Dockerfile [2023-08-14T21:44:27.578Z] + cut -d/ -f2 [2023-08-14T21:44:27.578Z] + echo core-command,cmd/core-command/Dockerfile [2023-08-14T21:44:27.578Z] + cut -d/ -f2 [2023-08-14T21:44:27.578Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-08-14T21:44:27.578Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-08-14T21:44:27.578Z] + + cut -d/ -f2 [2023-08-14T21:44:27.578Z] dirname cmd/core-data/Dockerfile [2023-08-14T21:44:27.578Z] + echo core-data,cmd/core-data/Dockerfile [2023-08-14T21:44:27.578Z] + dirname cmd/core-metadata/Dockerfile [2023-08-14T21:44:27.578Z] + cut -d/ -f2 [2023-08-14T21:44:27.578Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-08-14T21:44:27.578Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-08-14T21:44:27.578Z] + cut -d/ -f2 [2023-08-14T21:44:27.578Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-08-14T21:44:27.578Z] + dirname cmd/security-proxy-auth/Dockerfile [2023-08-14T21:44:27.578Z] + cut -d/ -f2 [2023-08-14T21:44:27.578Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2023-08-14T21:44:27.578Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-08-14T21:44:27.578Z] + cut -d/ -f2 [2023-08-14T21:44:27.578Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-08-14T21:44:27.578Z] + dirname cmd/security-secretstore-setup/Dockerfile+ [2023-08-14T21:44:27.578Z] cut -d/ -f2 [2023-08-14T21:44:27.578Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-08-14T21:44:27.578Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-08-14T21:44:27.578Z] + cut -d/ -f2 [2023-08-14T21:44:27.578Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-08-14T21:44:27.578Z] + dirname cmd/security-spire-agent/Dockerfile [2023-08-14T21:44:27.578Z] + cut -d/ -f2 [2023-08-14T21:44:27.578Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-08-14T21:44:27.578Z] + dirname cmd/security-spire-config/Dockerfile [2023-08-14T21:44:27.578Z] + cut -d/ -f2 [2023-08-14T21:44:27.578Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-08-14T21:44:27.578Z] + dirname cmd/security-spire-server/Dockerfile [2023-08-14T21:44:27.578Z] + cut -d/ -f2 [2023-08-14T21:44:27.578Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-08-14T21:44:27.578Z] + dirname cmd/support-notifications/Dockerfile [2023-08-14T21:44:27.578Z] + cut -d/ -f2 [2023-08-14T21:44:27.578Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-08-14T21:44:27.578Z] + dirname cmd/support-scheduler/Dockerfile [2023-08-14T21:44:27.578Z] + cut -d/ -f2 [2023-08-14T21:44:27.578Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-08-14T21:44:27.641Z] 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-08-14T21:44:27.991Z] + git rev-list -1 --merges 3451b7e6c986f3e69473b278945a55ce4856eec7~1..3451b7e6c986f3e69473b278945a55ce4856eec7 [Pipeline] echo [2023-08-14T21:44:28.008Z] -----------> git rev-list -1 --merges 3451b7e6c986f3e69473b278945a55ce4856eec7~1..3451b7e6c986f3e69473b278945a55ce4856eec7 3451b7e6c986f3e69473b278945a55ce4856eec7 [false] [Pipeline] sh [2023-08-14T21:44:28.309Z] + git log --format=format:%s -1 3451b7e6c986f3e69473b278945a55ce4856eec7 [Pipeline] echo [2023-08-14T21:44:28.322Z] ========================================================= [2023-08-14T21:44:28.322Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-08-14T21:44:28.322Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-08-14T21:44:28.713Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-14T21:44:28.713Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-08-14T21:44:28.713Z] + [ -e /tmp/ssh_known_hosts ] [2023-08-14T21:44:28.713Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-08-14T21:44:28.713Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-08-14T21:44:28.713Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-08-14T21:44:28.713Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:44:29.062Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-14T21:44:29.062Z] [2023-08-14T21:44:29.062Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:44:29.360Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-14T21:44:29.360Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-08-14T21:44:29.360Z] b85a868b505f: Pulling fs layer [2023-08-14T21:44:29.360Z] e2be974225ed: Pulling fs layer [2023-08-14T21:44:29.360Z] 339a4e72a1f5: Pulling fs layer [2023-08-14T21:44:29.360Z] 988bab9f4d93: Pulling fs layer [2023-08-14T21:44:29.360Z] 1469e6f7b9e6: Pulling fs layer [2023-08-14T21:44:29.360Z] eaf3925da568: Pulling fs layer [2023-08-14T21:44:29.360Z] bab4dde63d76: Pulling fs layer [2023-08-14T21:44:29.360Z] bde34c3a00c8: Pulling fs layer [2023-08-14T21:44:29.360Z] b352a97aabf1: Pulling fs layer [2023-08-14T21:44:29.360Z] 4872d77fe225: Pulling fs layer [2023-08-14T21:44:29.360Z] 5851b861e8e6: Pulling fs layer [2023-08-14T21:44:29.360Z] 988bab9f4d93: Waiting [2023-08-14T21:44:29.360Z] 1469e6f7b9e6: Waiting [2023-08-14T21:44:29.360Z] bde34c3a00c8: Waiting [2023-08-14T21:44:29.360Z] eaf3925da568: Waiting [2023-08-14T21:44:29.360Z] bab4dde63d76: Waiting [2023-08-14T21:44:29.360Z] b352a97aabf1: Waiting [2023-08-14T21:44:29.360Z] 4872d77fe225: Waiting [2023-08-14T21:44:29.360Z] 5851b861e8e6: Waiting [2023-08-14T21:44:29.360Z] e2be974225ed: Download complete [2023-08-14T21:44:29.360Z] 988bab9f4d93: Verifying Checksum [2023-08-14T21:44:29.360Z] 988bab9f4d93: Download complete [2023-08-14T21:44:29.360Z] 1469e6f7b9e6: Verifying Checksum [2023-08-14T21:44:29.360Z] 1469e6f7b9e6: Download complete [2023-08-14T21:44:29.620Z] 339a4e72a1f5: Verifying Checksum [2023-08-14T21:44:29.620Z] 339a4e72a1f5: Download complete [2023-08-14T21:44:29.620Z] eaf3925da568: Download complete [2023-08-14T21:44:29.620Z] bde34c3a00c8: Download complete [2023-08-14T21:44:29.620Z] b352a97aabf1: Download complete [2023-08-14T21:44:29.620Z] 4872d77fe225: Download complete [2023-08-14T21:44:29.620Z] 5851b861e8e6: Verifying Checksum [2023-08-14T21:44:29.620Z] 5851b861e8e6: Download complete [2023-08-14T21:44:29.620Z] b85a868b505f: Verifying Checksum [2023-08-14T21:44:29.620Z] b85a868b505f: Download complete [2023-08-14T21:44:29.877Z] bab4dde63d76: Verifying Checksum [2023-08-14T21:44:29.877Z] bab4dde63d76: Download complete [2023-08-14T21:44:30.814Z] b85a868b505f: Pull complete [2023-08-14T21:44:31.072Z] e2be974225ed: Pull complete [2023-08-14T21:44:31.337Z] 339a4e72a1f5: Pull complete [2023-08-14T21:44:31.337Z] 988bab9f4d93: Pull complete [2023-08-14T21:44:31.598Z] 1469e6f7b9e6: Pull complete [2023-08-14T21:44:31.857Z] eaf3925da568: Pull complete [2023-08-14T21:44:33.764Z] bab4dde63d76: Pull complete [2023-08-14T21:44:33.764Z] bde34c3a00c8: Pull complete [2023-08-14T21:44:33.764Z] b352a97aabf1: Pull complete [2023-08-14T21:44:33.764Z] 4872d77fe225: Pull complete [2023-08-14T21:44:33.764Z] 5851b861e8e6: Pull complete [2023-08-14T21:44:33.764Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-08-14T21:44:33.764Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-14T21:44:33.764Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T21:44:33.864Z] prd-ubuntu20.04-docker-8c-8g-3574 does not seem to be running inside a container [2023-08-14T21:44:33.896Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/558 -v /w/workspace/edgex-go/558:/w/workspace/edgex-go/558:rw,z -v /w/workspace/edgex-go/558@tmp:/w/workspace/edgex-go/558@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-08-14T21:44:38.172Z] $ docker top fdc22cea023faec2bae895caa4a28be5541b9115449aa418ea704dde2392bb7b -eo pid,comm [2023-08-14T21:44:38.232Z] 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-08-14T21:44:38.232Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-14T21:44:38.262Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-14T21:44:38.262Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-14T21:44:38.385Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-14T21:44:38.392Z] $ docker exec fdc22cea023faec2bae895caa4a28be5541b9115449aa418ea704dde2392bb7b ssh-agent [2023-08-14T21:44:38.513Z] SSH_AUTH_SOCK=/tmp/ssh-bnKvCMMgKmL7/agent.33 [2023-08-14T21:44:38.513Z] SSH_AGENT_PID=39 [2023-08-14T21:44:38.519Z] Running ssh-add (command line suppressed) [2023-08-14T21:44:38.633Z] Identity added: /w/workspace/edgex-go/558@tmp/private_key_11738104645910045321.key (/w/workspace/edgex-go/558@tmp/private_key_11738104645910045321.key) [2023-08-14T21:44:38.644Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-14T21:44:38.930Z] + git tag --points-at HEAD [Pipeline] } [2023-08-14T21:44:38.945Z] $ docker exec --env ******** --env ******** fdc22cea023faec2bae895caa4a28be5541b9115449aa418ea704dde2392bb7b ssh-agent -k [2023-08-14T21:44:39.052Z] unset SSH_AUTH_SOCK; [2023-08-14T21:44:39.052Z] unset SSH_AGENT_PID; [2023-08-14T21:44:39.053Z] echo Agent pid 39 killed; [2023-08-14T21:44:39.060Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-08-14T21:44:39.081Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-14T21:44:39.081Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-14T21:44:39.205Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-14T21:44:39.211Z] $ docker exec fdc22cea023faec2bae895caa4a28be5541b9115449aa418ea704dde2392bb7b ssh-agent [2023-08-14T21:44:39.320Z] SSH_AUTH_SOCK=/tmp/ssh-MUcyU40PUxVS/agent.71 [2023-08-14T21:44:39.320Z] SSH_AGENT_PID=77 [2023-08-14T21:44:39.325Z] Running ssh-add (command line suppressed) [2023-08-14T21:44:39.430Z] Identity added: /w/workspace/edgex-go/558@tmp/private_key_4779238501417356136.key (/w/workspace/edgex-go/558@tmp/private_key_4779238501417356136.key) [2023-08-14T21:44:39.448Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-14T21:44:39.743Z] + git semver init [2023-08-14T21:44:40.003Z] 2023-08-14 21:44:40,003 [run_init] DEBUG init version:0.0.0 force:False [2023-08-14T21:44:40.003Z] 2023-08-14 21:44:40,004 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/558/.semver [2023-08-14T21:44:40.003Z] 2023-08-14 21:44:40,004 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/558/.semver [2023-08-14T21:44:40.003Z] 2023-08-14 21:44:40,004 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/558/.semver'], cwd=/w/workspace/edgex-go/558, universal_newlines=False, shell=None, istream=None) [2023-08-14T21:44:45.303Z] 2023-08-14 21:44:44,982 [append_file] DEBUG append to file:/w/workspace/edgex-go/558/.git/info/exclude [2023-08-14T21:44:45.303Z] 2023-08-14 21:44:44,983 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/558/.semver/main with force:False [2023-08-14T21:44:45.303Z] 2023-08-14 21:44:44,983 [read_version] DEBUG read version from /w/workspace/edgex-go/558/.semver/main [2023-08-14T21:44:45.303Z] 2023-08-14 21:44:44,983 [read_version] DEBUG read version from /w/workspace/edgex-go/558/.semver/main [2023-08-14T21:44:45.303Z] 3.1.0-dev.24 [Pipeline] } [2023-08-14T21:44:45.316Z] $ docker exec --env ******** --env ******** fdc22cea023faec2bae895caa4a28be5541b9115449aa418ea704dde2392bb7b ssh-agent -k [2023-08-14T21:44:45.418Z] unset SSH_AUTH_SOCK; [2023-08-14T21:44:45.418Z] unset SSH_AGENT_PID; [2023-08-14T21:44:45.419Z] echo Agent pid 77 killed; [2023-08-14T21:44:45.424Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-14T21:44:45.721Z] + git semver [Pipeline] } [2023-08-14T21:44:45.995Z] $ docker stop --time=1 fdc22cea023faec2bae895caa4a28be5541b9115449aa418ea704dde2392bb7b [2023-08-14T21:44:47.302Z] $ docker rm -f --volumes fdc22cea023faec2bae895caa4a28be5541b9115449aa418ea704dde2392bb7b [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-14T21:44:47.640Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-08-14T21:44:47.831Z] Stashed 1 file(s) [Pipeline] echo [2023-08-14T21:44:47.834Z] [edgeXSemver]: initialized semver on version 3.1.0-dev.24 [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-08-14T21:44:48.266Z] + git config --global --add safe.directory /w/workspace/edgex-go/558 [Pipeline] echo [2023-08-14T21:44:48.279Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-14T21:44:48.296Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-14T21:44:48.309Z] ========================================================= [2023-08-14T21:44:48.309Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-08-14T21:44:48.309Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-08-14T21:44:48.593Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-08-14T21:44:48.593Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-08-14T21:44:48.593Z] 4db1b89c0bd1: Pulling fs layer [2023-08-14T21:44:48.593Z] 6911f1a30b25: Pulling fs layer [2023-08-14T21:44:48.593Z] e194b8c5c2a9: Pulling fs layer [2023-08-14T21:44:48.593Z] 6863d3e3a2b1: Pulling fs layer [2023-08-14T21:44:48.593Z] ec0bb842ea78: Pulling fs layer [2023-08-14T21:44:48.593Z] 40a00589a448: Pulling fs layer [2023-08-14T21:44:48.593Z] 6c08303d61cc: Pulling fs layer [2023-08-14T21:44:48.593Z] 798269fcf238: Pulling fs layer [2023-08-14T21:44:48.593Z] 6863d3e3a2b1: Waiting [2023-08-14T21:44:48.593Z] ec0bb842ea78: Waiting [2023-08-14T21:44:48.593Z] 40a00589a448: Waiting [2023-08-14T21:44:48.593Z] 6c08303d61cc: Waiting [2023-08-14T21:44:48.593Z] 798269fcf238: Waiting [2023-08-14T21:44:48.593Z] 6911f1a30b25: Download complete [2023-08-14T21:44:48.593Z] 6863d3e3a2b1: Verifying Checksum [2023-08-14T21:44:48.593Z] 6863d3e3a2b1: Download complete [2023-08-14T21:44:48.593Z] ec0bb842ea78: Download complete [2023-08-14T21:44:48.853Z] 4db1b89c0bd1: Download complete [2023-08-14T21:44:48.853Z] 40a00589a448: Verifying Checksum [2023-08-14T21:44:48.853Z] 40a00589a448: Download complete [2023-08-14T21:44:48.853Z] 4db1b89c0bd1: Pull complete [2023-08-14T21:44:49.114Z] 6911f1a30b25: Pull complete [2023-08-14T21:44:49.679Z] 798269fcf238: Verifying Checksum [2023-08-14T21:44:49.679Z] 798269fcf238: Download complete [2023-08-14T21:44:49.936Z] e194b8c5c2a9: Verifying Checksum [2023-08-14T21:44:49.936Z] e194b8c5c2a9: Download complete [2023-08-14T21:44:49.936Z] 6c08303d61cc: Verifying Checksum [2023-08-14T21:44:49.936Z] 6c08303d61cc: Download complete [2023-08-14T21:44:53.219Z] e194b8c5c2a9: Pull complete [2023-08-14T21:44:53.219Z] 6863d3e3a2b1: Pull complete [2023-08-14T21:44:53.219Z] ec0bb842ea78: Pull complete [2023-08-14T21:44:53.219Z] 40a00589a448: Pull complete [2023-08-14T21:44:55.119Z] 6c08303d61cc: Pull complete [2023-08-14T21:44:56.056Z] 798269fcf238: Pull complete [2023-08-14T21:44:56.056Z] Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 [2023-08-14T21:44:56.056Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-08-14T21:44:56.056Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-08-14T21:44:56.351Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-08-14T21:44:56.351Z] WORKDIR /edgex [2023-08-14T21:44:56.351Z] COPY go.mod . [2023-08-14T21:44:56.351Z] RUN go mod download [2023-08-14T21:44:56.351Z] + docker build -t ci-base-image-x86_64 -f - . [2023-08-14T21:44:56.930Z] Sending build context to Docker daemon 170.8MB [2023-08-14T21:44:56.930Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-08-14T21:44:56.930Z] ---> ec979cd7f677 [2023-08-14T21:44:56.930Z] Step 2/4 : WORKDIR /edgex [2023-08-14T21:45:02.925Z] Still waiting to schedule task [2023-08-14T21:45:02.925Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-3572’ [2023-08-14T21:45:05.076Z] ---> Running in 145bfa052f78 [2023-08-14T21:45:05.076Z] Removing intermediate container 145bfa052f78 [2023-08-14T21:45:05.077Z] ---> c28192db6c1c [2023-08-14T21:45:05.077Z] Step 3/4 : COPY go.mod . [2023-08-14T21:45:05.077Z] ---> 4510308d8503 [2023-08-14T21:45:05.077Z] Step 4/4 : RUN go mod download [2023-08-14T21:45:05.077Z] ---> Running in 276d30c138e4 [2023-08-14T21:45:27.034Z] Removing intermediate container 276d30c138e4 [2023-08-14T21:45:27.034Z] ---> 27f57bfcce35 [2023-08-14T21:45:27.034Z] Successfully built 27f57bfcce35 [2023-08-14T21:45:27.034Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:45:27.330Z] + docker inspect -f . ci-base-image-x86_64 [2023-08-14T21:45:27.330Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T21:45:27.398Z] prd-ubuntu20.04-docker-8c-8g-3574 does not seem to be running inside a container [2023-08-14T21:45:27.439Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/558 -v /w/workspace/edgex-go/558:/w/workspace/edgex-go/558:rw,z -v /w/workspace/edgex-go/558@tmp:/w/workspace/edgex-go/558@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-08-14T21:45:27.854Z] $ docker top acdc63fbd3d577a9b573e5c264e975547e38975ba44c984fa4b8b588450a444b -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-14T21:45:28.193Z] + go version [2023-08-14T21:45:28.193Z] go version go1.20.6 linux/amd64 [Pipeline] } [2023-08-14T21:45:28.206Z] $ docker stop --time=1 acdc63fbd3d577a9b573e5c264e975547e38975ba44c984fa4b8b588450a444b [2023-08-14T21:45:29.443Z] $ docker rm -f --volumes acdc63fbd3d577a9b573e5c264e975547e38975ba44c984fa4b8b588450a444b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:45:29.845Z] + docker inspect -f . ci-base-image-x86_64 [2023-08-14T21:45:29.845Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T21:45:29.913Z] prd-ubuntu20.04-docker-8c-8g-3574 does not seem to be running inside a container [2023-08-14T21:45:29.945Z] $ 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/558 -v /w/workspace/edgex-go/558:/w/workspace/edgex-go/558:rw,z -v /w/workspace/edgex-go/558@tmp:/w/workspace/edgex-go/558@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-08-14T21:45:30.263Z] $ docker top a5dd0887147f133b3102e15d244de774fe7853fbd6a0f294af100d69bd6add3a -eo pid,comm [Pipeline] { [Pipeline] echo [2023-08-14T21:45:30.334Z] ========================================================= [2023-08-14T21:45:30.334Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-08-14T21:45:30.334Z] ========================================================= [Pipeline] sh [2023-08-14T21:45:30.612Z] + git config --global --add safe.directory /w/workspace/edgex-go/558 [Pipeline] fileExists [Pipeline] sh [2023-08-14T21:45:30.905Z] + make test [2023-08-14T21:45:30.905Z] go test -race -coverprofile=coverage.out ./... [2023-08-14T21:45:37.464Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-08-14T21:45:49.190Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-08-14T21:45:49.190Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-08-14T21:45:49.190Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-08-14T21:45:49.448Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-08-14T21:45:49.448Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-08-14T21:45:49.448Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-08-14T21:45:49.448Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-08-14T21:45:49.448Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-08-14T21:45:49.448Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-08-14T21:45:49.706Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-08-14T21:45:49.965Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-08-14T21:45:49.965Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-08-14T21:45:49.965Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-08-14T21:45:49.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-08-14T21:45:51.341Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-08-14T21:45:51.341Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-08-14T21:45:51.341Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.063s coverage: 28.7% of statements [2023-08-14T21:45:51.925Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.071s coverage: 97.0% of statements [2023-08-14T21:45:52.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-08-14T21:45:52.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-08-14T21:45:52.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-08-14T21:45:52.686Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-08-14T21:45:52.686Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-08-14T21:45:53.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-08-14T21:45:53.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-08-14T21:45:53.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-08-14T21:45:53.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-08-14T21:45:53.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-08-14T21:45:54.556Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-08-14T21:45:54.556Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-08-14T21:45:55.487Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.094s coverage: 71.5% of statements [2023-08-14T21:45:55.487Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.070s coverage: 54.0% of statements [2023-08-14T21:45:55.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-08-14T21:45:55.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-08-14T21:45:55.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-08-14T21:45:56.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-08-14T21:45:56.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-08-14T21:45:56.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-08-14T21:45:56.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-08-14T21:45:56.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-08-14T21:45:56.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-08-14T21:45:56.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-08-14T21:45:56.565Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.951s coverage: 93.4% of statements [2023-08-14T21:45:56.565Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.069s coverage: 3.8% of statements [2023-08-14T21:45:56.565Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.372s coverage: 97.6% of statements [2023-08-14T21:45:56.565Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.061s coverage: 72.2% of statements [2023-08-14T21:45:57.938Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-08-14T21:45:57.938Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-08-14T21:45:57.938Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.076s coverage: 0.9% of statements [2023-08-14T21:45:57.938Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.061s coverage: 32.2% of statements [2023-08-14T21:45:57.938Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.071s coverage: 42.9% of statements [2023-08-14T21:45:58.871Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.059s coverage: 82.9% of statements [2023-08-14T21:45:58.871Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.052s coverage: 94.1% of statements [2023-08-14T21:45:58.871Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.057s coverage: 96.3% of statements [2023-08-14T21:45:58.871Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.058s coverage: 87.5% of statements [2023-08-14T21:45:58.871Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-08-14T21:45:58.871Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-08-14T21:45:58.871Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-08-14T21:45:58.871Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-08-14T21:45:59.130Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-08-14T21:45:59.130Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-08-14T21:45:59.130Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-08-14T21:45:59.130Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-08-14T21:46:00.505Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-08-14T21:46:00.505Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-08-14T21:46:00.505Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-08-14T21:46:00.505Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-08-14T21:46:00.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-08-14T21:46:00.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-08-14T21:46:01.329Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-08-14T21:46:02.702Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-08-14T21:46:03.267Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-08-14T21:46:04.799Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-08-14T21:46:04.799Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-08-14T21:46:06.397Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-08-14T21:46:06.397Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-08-14T21:46:06.397Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-08-14T21:46:07.793Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-08-14T21:46:07.793Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-08-14T21:46:07.793Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-08-14T21:46:08.728Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-08-14T21:46:08.728Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-08-14T21:46:08.728Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-08-14T21:46:08.728Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-08-14T21:46:10.105Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-08-14T21:46:10.105Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-08-14T21:46:10.105Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-08-14T21:46:10.105Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-08-14T21:46:10.673Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.078s coverage: 94.4% of statements [2023-08-14T21:46:11.239Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-08-14T21:46:11.239Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-08-14T21:46:11.239Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-08-14T21:46:11.239Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-08-14T21:46:12.177Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-08-14T21:46:12.177Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-08-14T21:46:12.434Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-08-14T21:46:12.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-08-14T21:46:24.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.416s coverage: 79.9% of statements [2023-08-14T21:46:24.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 19.067s coverage: 92.9% of statements [2023-08-14T21:46:24.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.028s coverage: 64.4% of statements [2023-08-14T21:46:24.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.068s coverage: 62.3% of statements [2023-08-14T21:46:24.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.086s coverage: 87.2% of statements [2023-08-14T21:46:24.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.059s coverage: 20.0% of statements [2023-08-14T21:46:24.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.165s coverage: 100.0% of statements [2023-08-14T21:46:24.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.092s coverage: 81.8% of statements [2023-08-14T21:46:24.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.095s coverage: 82.1% of statements [2023-08-14T21:46:24.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.092s coverage: 86.0% of statements [2023-08-14T21:46:24.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.196s coverage: 63.1% of statements [2023-08-14T21:46:24.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.062s coverage: 100.0% of statements [2023-08-14T21:46:24.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.055s coverage: 89.4% of statements [2023-08-14T21:46:24.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.030s coverage: 100.0% of statements [2023-08-14T21:46:24.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2023-08-14T21:46:24.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements [2023-08-14T21:46:24.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.170s coverage: 38.4% of statements [2023-08-14T21:46:24.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.062s coverage: 89.5% of statements [2023-08-14T21:46:24.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.062s coverage: 84.8% of statements [2023-08-14T21:46:24.855Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.073s coverage: 17.7% of statements [2023-08-14T21:46:24.855Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.139s coverage: 95.7% of statements [2023-08-14T21:46:24.855Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.060s coverage: 61.8% of statements [2023-08-14T21:46:24.855Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.092s coverage: 98.9% of statements [2023-08-14T21:46:24.856Z] 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-08-14T21:46:24.856Z] running golangci-lint [2023-08-14T21:46:24.856Z] golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z [2023-08-14T21:46:24.856Z] go version go1.20.6 linux/amd64 [2023-08-14T21:46:24.856Z] level=info msg="[config_reader] Used config file .golangci.yml" [2023-08-14T21:46:24.856Z] level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" [2023-08-14T21:46:39.766Z] level=info msg="[loader] Go packages loading at mode 575 (files|imports|types_sizes|deps|exports_file|name|compiled_files) took 14.402232236s" [2023-08-14T21:46:39.766Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 36.576264ms" [2023-08-14T21:46:46.318Z] level=info msg="[linters_context/goanalysis] analyzers took 1m2.16007088s with top 10 stages: buildir: 29.987336635s, ctrlflow: 1.373801929s, inspect: 1.248904293s, printf: 1.238068032s, S1038: 1.197547881s, gosec: 1.150561597s, fact_deprecated: 1.032701095s, nilness: 818.250524ms, fact_purity: 743.722036ms, SA1012: 525.165578ms" [2023-08-14T21:46:46.318Z] level=info msg="[runner] Issues before processing: 200, after processing: 0" [2023-08-14T21:46:46.318Z] level=info msg="[runner] Processors filtering stat (out/in): exclude: 200/200, identifier_marker: 200/200, nolint: 0/21, skip_dirs: 200/200, autogenerated_exclude: 200/200, exclude-rules: 21/200, filename_unadjuster: 200/200, path_prettifier: 200/200, cgo: 200/200, skip_files: 200/200" [2023-08-14T21:46:46.318Z] level=info msg="[runner] processing took 19.724253ms with stages: nolint: 10.675831ms, identifier_marker: 4.803234ms, exclude-rules: 1.522887ms, path_prettifier: 1.373545ms, autogenerated_exclude: 904.311µs, skip_dirs: 396.004µs, cgo: 26.49µs, filename_unadjuster: 14.441µs, max_same_issues: 2.19µs, uniq_by_line: 840ns, skip_files: 690ns, max_from_linter: 550ns, source_code: 520ns, diff: 500ns, path_shortener: 470ns, severity-rules: 440ns, sort_results: 430ns, exclude: 370ns, max_per_file_from_linter: 260ns, path_prefixer: 250ns" [2023-08-14T21:46:46.318Z] level=info msg="[runner] linters took 7.060787485s with stages: goanalysis_metalinter: 7.04088576s" [2023-08-14T21:46:46.318Z] level=info msg="File cache stats: 0 entries of total size 0B" [2023-08-14T21:46:46.318Z] level=info msg="Memory: 217 samples, avg is 188.2MB, max is 761.6MB" [2023-08-14T21:46:46.318Z] level=info msg="Execution took 21.507187151s" [2023-08-14T21:46:46.318Z] go vet ./... [2023-08-14T21:46:50.497Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-08-14T21:46:50.497Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-08-14T21:46:50.497Z] ./bin/test-attribution-txt.sh [2023-08-14T21:46:50.497Z] An attribution for github.com/labstack/gommon is missing from Attribution.txt, please add [2023-08-14T21:46:50.497Z] An attribution for github.com/valyala/bytebufferpool is missing from Attribution.txt, please add [2023-08-14T21:46:50.497Z] An attribution for github.com/valyala/fasttemplate is missing from Attribution.txt, please add [2023-08-14T21:46:50.497Z] An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo [2023-08-14T21:46:50.556Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-08-14T21:46:50.841Z] + ls -al . [2023-08-14T21:46:50.841Z] total 724 [2023-08-14T21:46:50.841Z] drwxrwxr-x 11 1001 1001 4096 Aug 14 21:45 . [2023-08-14T21:46:50.841Z] drwxr-xr-x 4 root root 4096 Aug 14 21:45 .. [2023-08-14T21:46:50.841Z] drwxrwxr-x 2 1001 1001 4096 Aug 14 21:44 .blubracket [2023-08-14T21:46:50.841Z] -rw-rw-r-- 1 1001 1001 16 Aug 14 21:44 .dockerignore [2023-08-14T21:46:50.841Z] drwxrwxr-x 8 1001 1001 4096 Aug 14 21:44 .git [2023-08-14T21:46:50.841Z] drwxrwxr-x 3 1001 1001 4096 Aug 14 21:44 .github [2023-08-14T21:46:50.841Z] -rw-rw-r-- 1 1001 1001 1133 Aug 14 21:44 .gitignore [2023-08-14T21:46:50.841Z] -rw-rw-r-- 1 1001 1001 42 Aug 14 21:44 .golangci.yml [2023-08-14T21:46:50.841Z] -rw-rw-r-- 1 1001 1001 87 Aug 14 21:44 .hadolint.yml [2023-08-14T21:46:50.841Z] drwxr-xr-x 3 1001 1001 4096 Aug 14 21:44 .semver [2023-08-14T21:46:50.841Z] -rw-rw-r-- 1 1001 1001 166 Aug 14 21:44 .sonarcloud.properties [2023-08-14T21:46:50.841Z] -rw-rw-r-- 1 1001 1001 1171 Aug 14 21:44 ADOPTERS.md [2023-08-14T21:46:50.841Z] -rw-rw-r-- 1 1001 1001 11152 Aug 14 21:44 Attribution.txt [2023-08-14T21:46:50.841Z] -rw-rw-r-- 1 1001 1001 93407 Aug 14 21:44 CHANGELOG.md [2023-08-14T21:46:50.841Z] -rw-rw-r-- 1 1001 1001 3804 Aug 14 21:44 CONTRIBUTING.md [2023-08-14T21:46:50.841Z] -rw-rw-r-- 1 1001 1001 677 Aug 14 21:44 GOVERNANCE.md [2023-08-14T21:46:50.841Z] -rw-rw-r-- 1 1001 1001 883 Aug 14 21:44 Jenkinsfile [2023-08-14T21:46:50.841Z] -rw-rw-r-- 1 1001 1001 10775 Aug 14 21:44 LICENSE [2023-08-14T21:46:50.841Z] -rw-rw-r-- 1 1001 1001 14368 Aug 14 21:44 Makefile [2023-08-14T21:46:50.841Z] -rw-rw-r-- 1 1001 1001 582 Aug 14 21:44 OWNERS.md [2023-08-14T21:46:50.841Z] -rw-rw-r-- 1 1001 1001 9923 Aug 14 21:44 README.md [2023-08-14T21:46:50.841Z] -rw-rw-r-- 1 1001 1001 789 Aug 14 21:44 SECURITY.md [2023-08-14T21:46:50.841Z] -rw-rw-r-- 1 1001 1001 12 Aug 14 21:44 VERSION [2023-08-14T21:46:50.841Z] drwxrwxr-x 2 1001 1001 4096 Aug 14 21:44 bin [2023-08-14T21:46:50.841Z] drwxrwxr-x 18 1001 1001 4096 Aug 14 21:44 cmd [2023-08-14T21:46:50.841Z] -rw-r--r-- 1 root root 446997 Aug 14 21:46 coverage.out [2023-08-14T21:46:50.841Z] -rw-rw-r-- 1 1001 1001 3687 Aug 14 21:44 go.mod [2023-08-14T21:46:50.841Z] -rw-rw-r-- 1 1001 1001 33714 Aug 14 21:44 go.sum [2023-08-14T21:46:50.842Z] drwxrwxr-x 7 1001 1001 4096 Aug 14 21:44 internal [2023-08-14T21:46:50.842Z] drwxrwxr-x 3 1001 1001 4096 Aug 14 21:44 openapi [2023-08-14T21:46:50.842Z] -rw-rw-r-- 1 1001 1001 594 Aug 14 21:44 security.txt [2023-08-14T21:46:50.842Z] drwxrwxr-x 4 1001 1001 4096 Aug 14 21:44 snap [2023-08-14T21:46:50.842Z] -rw-rw-r-- 1 1001 1001 204 Aug 14 21:44 version.go [Pipeline] sh [2023-08-14T21:46:51.125Z] + '[' -e coverage.out ] [2023-08-14T21:46:51.125Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-08-14T21:46:51.235Z] Stashed 1 file(s) [Pipeline] sh [2023-08-14T21:46:51.514Z] + make build [2023-08-14T21:46:51.514Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-08-14T21:47:03.707Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-08-14T21:47:04.641Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-08-14T21:47:06.013Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-08-14T21:47:06.579Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-08-14T21:47:13.133Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-08-14T21:47:14.507Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-08-14T21:47:15.443Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-08-14T21:47:16.816Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-08-14T21:47:17.749Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-08-14T21:47:18.685Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-08-14T21:47:19.618Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-08-14T21:47:20.564Z] $ docker stop --time=1 a5dd0887147f133b3102e15d244de774fe7853fbd6a0f294af100d69bd6add3a [2023-08-14T21:47:26.969Z] $ docker rm -f --volumes a5dd0887147f133b3102e15d244de774fe7853fbd6a0f294af100d69bd6add3a [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-08-14T21:47:27.780Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-08-14T21:47:27.780Z] [2023-08-14T21:47:27.780Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:47:28.080Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-08-14T21:47:28.080Z] latest: Pulling from edgex-devops/edgex-compose [2023-08-14T21:47:28.080Z] 91d30c5bc195: Pulling fs layer [2023-08-14T21:47:28.080Z] 2e9b0aa3be6d: Pulling fs layer [2023-08-14T21:47:28.080Z] 9c61dcf015f6: Pulling fs layer [2023-08-14T21:47:28.080Z] 4698f68db338: Pulling fs layer [2023-08-14T21:47:28.081Z] 2a2f49069b9e: Pulling fs layer [2023-08-14T21:47:28.081Z] e0025b399a48: Pulling fs layer [2023-08-14T21:47:28.081Z] 2a2f49069b9e: Waiting [2023-08-14T21:47:28.081Z] 4698f68db338: Waiting [2023-08-14T21:47:28.339Z] 91d30c5bc195: Verifying Checksum [2023-08-14T21:47:28.339Z] 91d30c5bc195: Download complete [2023-08-14T21:47:28.339Z] 4698f68db338: Verifying Checksum [2023-08-14T21:47:28.339Z] 4698f68db338: Download complete [2023-08-14T21:47:28.339Z] 91d30c5bc195: Pull complete [2023-08-14T21:47:28.339Z] 2e9b0aa3be6d: Verifying Checksum [2023-08-14T21:47:28.339Z] 2e9b0aa3be6d: Download complete [2023-08-14T21:47:28.339Z] e0025b399a48: Verifying Checksum [2023-08-14T21:47:28.339Z] e0025b399a48: Download complete [2023-08-14T21:47:28.598Z] 2a2f49069b9e: Verifying Checksum [2023-08-14T21:47:28.598Z] 2a2f49069b9e: Download complete [2023-08-14T21:47:28.598Z] 2e9b0aa3be6d: Pull complete [2023-08-14T21:47:28.856Z] 9c61dcf015f6: Verifying Checksum [2023-08-14T21:47:28.856Z] 9c61dcf015f6: Download complete [2023-08-14T21:47:31.383Z] 9c61dcf015f6: Pull complete [2023-08-14T21:47:31.383Z] 4698f68db338: Pull complete [2023-08-14T21:47:31.383Z] 2a2f49069b9e: Pull complete [2023-08-14T21:47:31.641Z] e0025b399a48: Pull complete [2023-08-14T21:47:31.641Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2023-08-14T21:47:31.641Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-08-14T21:47:31.641Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T21:47:31.718Z] prd-ubuntu20.04-docker-8c-8g-3574 does not seem to be running inside a container [2023-08-14T21:47:31.754Z] $ 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/558 -v /w/workspace/edgex-go/558:/w/workspace/edgex-go/558:rw,z -v /w/workspace/edgex-go/558@tmp:/w/workspace/edgex-go/558@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-08-14T21:47:34.882Z] $ docker top 1b40305d66e22294cc0a85a511148b54c319a384b1916a5deb946e77f5090868 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-14T21:47:35.215Z] + docker compose -f ./docker-compose-build.yml build --parallel [2023-08-14T21:47:37.121Z] #1 [support-notifications internal] load build definition from Dockerfile [2023-08-14T21:47:37.121Z] #1 transferring dockerfile: 1.84kB done [2023-08-14T21:47:37.121Z] #1 DONE 0.0s [2023-08-14T21:47:37.380Z] [2023-08-14T21:47:37.380Z] #2 [core-data internal] load build definition from Dockerfile [2023-08-14T21:47:37.380Z] #2 transferring dockerfile: 1.90kB done [2023-08-14T21:47:37.380Z] #2 DONE 0.0s [2023-08-14T21:47:37.380Z] [2023-08-14T21:47:37.380Z] #3 [core-command internal] load build definition from Dockerfile [2023-08-14T21:47:37.380Z] #3 transferring dockerfile: 1.82kB done [2023-08-14T21:47:37.380Z] #3 DONE 0.0s [2023-08-14T21:47:37.380Z] [2023-08-14T21:47:37.380Z] #4 [security-proxy-auth internal] load build definition from Dockerfile [2023-08-14T21:47:37.380Z] #4 transferring dockerfile: 2.04kB done [2023-08-14T21:47:37.380Z] #4 DONE 0.0s [2023-08-14T21:47:37.380Z] [2023-08-14T21:47:37.380Z] #5 [security-proxy-setup internal] load build definition from Dockerfile [2023-08-14T21:47:37.380Z] #5 transferring dockerfile: 2.06kB done [2023-08-14T21:47:37.380Z] #5 DONE 0.0s [2023-08-14T21:47:37.380Z] [2023-08-14T21:47:37.380Z] #6 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2023-08-14T21:47:37.380Z] #6 transferring dockerfile: 2.12kB done [2023-08-14T21:47:37.380Z] #6 DONE 0.0s [2023-08-14T21:47:37.380Z] [2023-08-14T21:47:37.380Z] #7 [support-scheduler internal] load build definition from Dockerfile [2023-08-14T21:47:37.380Z] #7 transferring dockerfile: 1.82kB done [2023-08-14T21:47:37.380Z] #7 DONE 0.0s [2023-08-14T21:47:37.380Z] [2023-08-14T21:47:37.380Z] #8 [security-spiffe-token-provider internal] load build definition from Dockerfile [2023-08-14T21:47:37.380Z] #8 transferring dockerfile: 1.78kB done [2023-08-14T21:47:37.380Z] #8 DONE 0.0s [2023-08-14T21:47:37.380Z] [2023-08-14T21:47:37.380Z] #9 [support-notifications internal] load .dockerignore [2023-08-14T21:47:37.380Z] #9 transferring context: 56B done [2023-08-14T21:47:37.380Z] #9 DONE 0.0s [2023-08-14T21:47:37.380Z] [2023-08-14T21:47:37.380Z] #10 [core-metadata internal] load build definition from Dockerfile [2023-08-14T21:47:37.380Z] #10 transferring dockerfile: 1.96kB done [2023-08-14T21:47:37.380Z] #10 DONE 0.0s [2023-08-14T21:47:37.380Z] [2023-08-14T21:47:37.380Z] #11 [security-secretstore-setup internal] load build definition from Dockerfile [2023-08-14T21:47:37.380Z] #11 transferring dockerfile: 2.38kB done [2023-08-14T21:47:37.380Z] #11 DONE 0.0s [2023-08-14T21:47:37.380Z] [2023-08-14T21:47:37.380Z] #12 [security-bootstrapper internal] load build definition from Dockerfile [2023-08-14T21:47:37.380Z] #12 transferring dockerfile: 2.82kB done [2023-08-14T21:47:37.380Z] #12 DONE 0.0s [2023-08-14T21:47:37.380Z] [2023-08-14T21:47:37.380Z] #13 [security-spire-config internal] load build definition from Dockerfile [2023-08-14T21:47:37.380Z] #13 transferring dockerfile: 2.58kB done [2023-08-14T21:47:37.380Z] #13 DONE 0.0s [2023-08-14T21:47:37.380Z] [2023-08-14T21:47:37.380Z] #14 [security-spire-agent internal] load build definition from Dockerfile [2023-08-14T21:47:37.380Z] #14 transferring dockerfile: 2.68kB done [2023-08-14T21:47:37.380Z] #14 DONE 0.0s [2023-08-14T21:47:37.380Z] [2023-08-14T21:47:37.380Z] #15 [security-spire-server internal] load build definition from Dockerfile [2023-08-14T21:47:37.380Z] #15 transferring dockerfile: 2.63kB done [2023-08-14T21:47:37.380Z] #15 DONE 0.0s [2023-08-14T21:47:37.638Z] [2023-08-14T21:47:37.638Z] #16 [core-data internal] load .dockerignore [2023-08-14T21:47:37.638Z] #16 transferring context: 56B done [2023-08-14T21:47:37.638Z] #16 DONE 0.0s [2023-08-14T21:47:37.638Z] [2023-08-14T21:47:37.638Z] #17 [core-command internal] load .dockerignore [2023-08-14T21:47:37.638Z] #17 transferring context: 56B done [2023-08-14T21:47:37.638Z] #17 DONE 0.0s [2023-08-14T21:47:37.638Z] [2023-08-14T21:47:37.638Z] #18 [security-proxy-auth internal] load .dockerignore [2023-08-14T21:47:37.638Z] #18 transferring context: 56B done [2023-08-14T21:47:37.638Z] #18 DONE 0.0s [2023-08-14T21:47:37.638Z] [2023-08-14T21:47:37.638Z] #19 [security-proxy-setup internal] load .dockerignore [2023-08-14T21:47:37.638Z] #19 transferring context: 56B done [2023-08-14T21:47:37.638Z] #19 DONE 0.0s [2023-08-14T21:47:37.638Z] [2023-08-14T21:47:37.638Z] #20 [security-spiffe-token-provider internal] load .dockerignore [2023-08-14T21:47:37.638Z] #20 transferring context: 56B done [2023-08-14T21:47:37.638Z] #20 DONE 0.0s [2023-08-14T21:47:37.638Z] [2023-08-14T21:47:37.638Z] #21 [support-scheduler internal] load .dockerignore [2023-08-14T21:47:37.638Z] #21 transferring context: 56B done [2023-08-14T21:47:37.638Z] #21 DONE 0.0s [2023-08-14T21:47:37.638Z] [2023-08-14T21:47:37.638Z] #22 [core-common-config-bootstrapper internal] load .dockerignore [2023-08-14T21:47:37.638Z] #22 transferring context: 56B done [2023-08-14T21:47:37.638Z] #22 DONE 0.0s [2023-08-14T21:47:37.638Z] [2023-08-14T21:47:37.638Z] #23 [security-secretstore-setup internal] load .dockerignore [2023-08-14T21:47:37.638Z] #23 transferring context: 56B done [2023-08-14T21:47:37.638Z] #23 DONE 0.0s [2023-08-14T21:47:37.638Z] [2023-08-14T21:47:37.638Z] #24 [core-metadata internal] load .dockerignore [2023-08-14T21:47:37.638Z] #24 transferring context: 56B done [2023-08-14T21:47:37.638Z] #24 DONE 0.0s [2023-08-14T21:47:37.638Z] [2023-08-14T21:47:37.638Z] #25 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-08-14T21:47:37.638Z] #25 DONE 0.0s [2023-08-14T21:47:37.638Z] [2023-08-14T21:47:37.638Z] #26 [support-notifications internal] load metadata for docker.io/library/alpine:3.17 [2023-08-14T21:47:37.638Z] #26 DONE 0.1s [2023-08-14T21:47:37.638Z] [2023-08-14T21:47:37.638Z] #27 [support-notifications stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-14T21:47:37.638Z] #27 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-14T21:47:37.895Z] #27 ... [2023-08-14T21:47:37.895Z] [2023-08-14T21:47:37.895Z] #28 [security-bootstrapper internal] load .dockerignore [2023-08-14T21:47:37.895Z] #28 transferring context: 56B done [2023-08-14T21:47:37.895Z] #28 DONE 0.1s [2023-08-14T21:47:37.895Z] [2023-08-14T21:47:37.895Z] #27 [support-notifications stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-14T21:47:37.895Z] #27 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-14T21:47:37.895Z] #27 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 2.10MB / 3.38MB 0.1s [2023-08-14T21:47:37.895Z] #27 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-14T21:47:37.895Z] #27 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done [2023-08-14T21:47:37.895Z] #27 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done [2023-08-14T21:47:37.895Z] #27 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.2s [2023-08-14T21:47:38.182Z] #27 ... [2023-08-14T21:47:38.182Z] [2023-08-14T21:47:38.182Z] #25 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-08-14T21:47:38.182Z] #25 DONE 0.0s [2023-08-14T21:47:38.182Z] [2023-08-14T21:47:38.182Z] #26 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.17 [2023-08-14T21:47:38.182Z] #26 DONE 0.2s [2023-08-14T21:47:38.182Z] [2023-08-14T21:47:38.182Z] #27 [core-data stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-14T21:47:38.182Z] #27 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-14T21:47:38.182Z] #27 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.3s done [2023-08-14T21:47:38.182Z] #27 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-14T21:47:38.182Z] #27 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done [2023-08-14T21:47:38.182Z] #27 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done [2023-08-14T21:47:38.182Z] #27 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 [2023-08-14T21:47:38.182Z] #27 ... [2023-08-14T21:47:38.182Z] [2023-08-14T21:47:38.182Z] #29 [security-spire-server internal] load .dockerignore [2023-08-14T21:47:38.182Z] #29 transferring context: 56B done [2023-08-14T21:47:38.182Z] #29 DONE 0.3s [2023-08-14T21:47:38.182Z] [2023-08-14T21:47:38.182Z] #30 [security-spire-config internal] load .dockerignore [2023-08-14T21:47:38.182Z] #30 transferring context: 56B done [2023-08-14T21:47:38.182Z] #30 DONE 0.4s [2023-08-14T21:47:38.182Z] [2023-08-14T21:47:38.182Z] #31 [security-spire-agent internal] load .dockerignore [2023-08-14T21:47:38.182Z] #31 transferring context: 56B done [2023-08-14T21:47:38.182Z] #31 DONE 0.4s [2023-08-14T21:47:38.182Z] [2023-08-14T21:47:38.182Z] #25 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-08-14T21:47:38.182Z] #25 DONE 0.0s [2023-08-14T21:47:38.182Z] [2023-08-14T21:47:38.182Z] #26 [support-scheduler internal] load metadata for docker.io/library/alpine:3.17 [2023-08-14T21:47:38.182Z] #26 DONE 0.3s [2023-08-14T21:47:38.182Z] [2023-08-14T21:47:38.182Z] #27 [support-scheduler stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-14T21:47:38.182Z] #27 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-14T21:47:38.182Z] #27 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.3s done [2023-08-14T21:47:38.182Z] #27 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-14T21:47:38.182Z] #27 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done [2023-08-14T21:47:38.182Z] #27 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done [2023-08-14T21:47:38.182Z] #27 ... [2023-08-14T21:47:38.182Z] [2023-08-14T21:47:38.182Z] #25 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-08-14T21:47:38.182Z] #25 DONE 0.0s [2023-08-14T21:47:38.182Z] [2023-08-14T21:47:38.182Z] #27 [core-common-config-bootstrapper stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-14T21:47:38.182Z] #27 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-14T21:47:38.182Z] #27 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.3s done [2023-08-14T21:47:38.182Z] #27 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-14T21:47:38.182Z] #27 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done [2023-08-14T21:47:38.182Z] #27 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done [2023-08-14T21:47:38.182Z] #27 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 0.2s done [2023-08-14T21:47:38.440Z] #27 ... [2023-08-14T21:47:38.440Z] [2023-08-14T21:47:38.440Z] #25 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-08-14T21:47:38.440Z] #25 DONE 0.0s [2023-08-14T21:47:38.440Z] [2023-08-14T21:47:38.440Z] #27 [security-secretstore-setup stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-14T21:47:38.440Z] #27 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-14T21:47:38.440Z] #27 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.3s done [2023-08-14T21:47:38.440Z] #27 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-14T21:47:38.440Z] #27 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done [2023-08-14T21:47:38.440Z] #27 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done [2023-08-14T21:47:38.440Z] #27 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 0.2s done [2023-08-14T21:47:38.440Z] #27 ... [2023-08-14T21:47:38.440Z] [2023-08-14T21:47:38.440Z] #25 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-08-14T21:47:38.440Z] #25 DONE 0.0s [2023-08-14T21:47:38.440Z] [2023-08-14T21:47:38.440Z] #26 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.17 [2023-08-14T21:47:38.440Z] #26 DONE 0.5s [2023-08-14T21:47:38.440Z] [2023-08-14T21:47:38.440Z] #27 [core-metadata stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-14T21:47:38.440Z] #27 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-14T21:47:38.440Z] #27 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.3s done [2023-08-14T21:47:38.440Z] #27 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-14T21:47:38.440Z] #27 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done [2023-08-14T21:47:38.440Z] #27 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done [2023-08-14T21:47:38.440Z] #27 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 0.2s done [2023-08-14T21:47:38.440Z] #27 ... [2023-08-14T21:47:38.440Z] [2023-08-14T21:47:38.440Z] #25 [security-spire-config internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-08-14T21:47:38.440Z] #25 DONE 0.0s [2023-08-14T21:47:38.440Z] [2023-08-14T21:47:38.440Z] #32 [core-command builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2023-08-14T21:47:38.440Z] #32 DONE 0.9s [2023-08-14T21:47:38.440Z] [2023-08-14T21:47:38.440Z] #27 [security-bootstrapper stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-14T21:47:38.440Z] #27 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-14T21:47:38.440Z] #27 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.3s done [2023-08-14T21:47:38.440Z] #27 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-14T21:47:38.440Z] #27 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done [2023-08-14T21:47:38.440Z] #27 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done [2023-08-14T21:47:38.440Z] #27 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 0.2s done [2023-08-14T21:47:38.697Z] #27 ... [2023-08-14T21:47:38.697Z] [2023-08-14T21:47:38.697Z] #25 [security-spire-server internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-08-14T21:47:38.697Z] #25 DONE 0.0s [2023-08-14T21:47:38.697Z] [2023-08-14T21:47:38.697Z] #25 [security-spire-agent internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-08-14T21:47:38.697Z] #25 DONE 0.0s [2023-08-14T21:47:38.697Z] [2023-08-14T21:47:38.697Z] #33 [support-scheduler builder 2/7] WORKDIR /edgex-go [2023-08-14T21:47:43.976Z] #33 ... [2023-08-14T21:47:43.976Z] [2023-08-14T21:47:43.976Z] #27 [security-secretstore-setup stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-14T21:47:43.976Z] #27 DONE 5.9s [2023-08-14T21:47:43.976Z] [2023-08-14T21:47:43.976Z] #34 [security-proxy-auth internal] load build context [2023-08-14T21:47:43.976Z] #34 transferring context: 260.05MB 5.4s [2023-08-14T21:47:44.908Z] #34 ... [2023-08-14T21:47:44.908Z] [2023-08-14T21:47:44.908Z] #35 [security-bootstrapper internal] load build context [2023-08-14T21:47:44.908Z] #35 transferring context: 365.13MB 6.4s done [2023-08-14T21:47:45.165Z] #35 ... [2023-08-14T21:47:45.165Z] [2023-08-14T21:47:45.165Z] #34 [security-proxy-auth internal] load build context [2023-08-14T21:47:45.731Z] #34 transferring context: 365.13MB 7.6s done [2023-08-14T21:47:47.776Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-3579 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2023-08-14T21:47:47.790Z] Running in /w/workspace/edgex-go/558 [Pipeline] { [Pipeline] checkout [2023-08-14T21:47:47.825Z] The recommended git tool is: git [2023-08-14T21:47:48.266Z] #34 ... [2023-08-14T21:47:48.266Z] [2023-08-14T21:47:48.266Z] #36 [support-notifications internal] load build context [2023-08-14T21:47:48.266Z] #36 transferring context: 365.13MB 8.2s done [2023-08-14T21:47:48.266Z] #36 ... [2023-08-14T21:47:48.266Z] [2023-08-14T21:47:48.266Z] #37 [core-metadata internal] load build context [2023-08-14T21:47:48.266Z] #37 transferring context: 365.13MB 7.8s done [2023-08-14T21:47:48.266Z] #37 ... [2023-08-14T21:47:48.266Z] [2023-08-14T21:47:48.266Z] #38 [support-scheduler internal] load build context [2023-08-14T21:47:48.266Z] #38 transferring context: 365.13MB 7.7s done [2023-08-14T21:47:48.266Z] #38 ... [2023-08-14T21:47:48.266Z] [2023-08-14T21:47:48.266Z] #39 [security-secretstore-setup internal] load build context [2023-08-14T21:47:48.266Z] #39 transferring context: 365.13MB 7.7s done [2023-08-14T21:47:48.985Z] #39 ... [2023-08-14T21:47:48.985Z] [2023-08-14T21:47:48.985Z] #40 [core-command internal] load build context [2023-08-14T21:47:48.985Z] #40 transferring context: 365.13MB 7.8s done [2023-08-14T21:47:48.985Z] #40 ... [2023-08-14T21:47:48.985Z] [2023-08-14T21:47:48.985Z] #26 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.17 [2023-08-14T21:47:49.244Z] #26 ... [2023-08-14T21:47:49.244Z] [2023-08-14T21:47:49.244Z] #41 [security-proxy-setup internal] load build context [2023-08-14T21:47:49.244Z] #41 transferring context: 365.13MB 7.9s done [2023-08-14T21:47:49.244Z] #41 ... [2023-08-14T21:47:49.244Z] [2023-08-14T21:47:49.244Z] #42 [core-common-config-bootstrapper internal] load build context [2023-08-14T21:47:49.244Z] #42 transferring context: 365.13MB 8.0s done [2023-08-14T21:47:49.503Z] #42 ... [2023-08-14T21:47:49.503Z] [2023-08-14T21:47:49.503Z] #43 [core-data internal] load build context [2023-08-14T21:47:49.503Z] #43 transferring context: 365.13MB 7.7s done [2023-08-14T21:47:49.503Z] #43 ... [2023-08-14T21:47:49.503Z] [2023-08-14T21:47:49.503Z] #44 [security-spiffe-token-provider internal] load build context [2023-08-14T21:47:49.503Z] #44 transferring context: 365.13MB 7.9s done [2023-08-14T21:47:53.579Z] using credential edgex-jenkins-ssh [2023-08-14T21:47:53.601Z] Cloning the remote Git repository [2023-08-14T21:47:53.663Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-08-14T21:47:53.772Z] > git init /w/workspace/edgex-go/558 # timeout=10 [2023-08-14T21:47:53.947Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-08-14T21:47:53.949Z] > git --version # timeout=10 [2023-08-14T21:47:53.972Z] > git --version # 'git version 2.25.1' [2023-08-14T21:47:53.976Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-08-14T21:47:54.157Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-08-14T21:47:59.490Z] #44 ... [2023-08-14T21:47:59.490Z] [2023-08-14T21:47:59.490Z] #32 [security-spire-agent builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2023-08-14T21:47:59.490Z] #32 DONE 0.9s [2023-08-14T21:47:59.490Z] [2023-08-14T21:47:59.490Z] #27 [security-spire-agent stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-14T21:47:59.490Z] #27 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-14T21:47:59.490Z] #27 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.3s done [2023-08-14T21:47:59.490Z] #27 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-14T21:47:59.490Z] #27 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done [2023-08-14T21:47:59.490Z] #27 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done [2023-08-14T21:47:59.490Z] #27 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 0.2s done [2023-08-14T21:47:59.490Z] #27 DONE 5.9s [2023-08-14T21:47:59.490Z] [2023-08-14T21:47:59.490Z] #26 [security-spire-server internal] load metadata for docker.io/library/alpine:3.17 [2023-08-14T21:47:59.490Z] #26 DONE 21.1s [2023-08-14T21:47:59.490Z] [2023-08-14T21:47:59.491Z] #45 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-08-14T21:47:59.491Z] #45 ... [2023-08-14T21:47:59.491Z] [2023-08-14T21:47:59.491Z] #34 [security-proxy-auth internal] load build context [2023-08-14T21:47:59.491Z] #34 DONE 21.2s [2023-08-14T21:47:59.491Z] [2023-08-14T21:47:59.491Z] #35 [security-bootstrapper internal] load build context [2023-08-14T21:47:59.491Z] #35 DONE 20.7s [2023-08-14T21:47:59.491Z] [2023-08-14T21:47:59.491Z] #43 [core-data internal] load build context [2023-08-14T21:47:59.491Z] #43 DONE 21.2s [2023-08-14T21:47:59.491Z] [2023-08-14T21:47:59.491Z] #38 [support-scheduler internal] load build context [2023-08-14T21:47:59.491Z] #38 DONE 21.1s [2023-08-14T21:47:59.491Z] [2023-08-14T21:47:59.491Z] #33 [core-metadata builder 2/7] WORKDIR /edgex-go [2023-08-14T21:47:59.491Z] #33 DONE 20.8s [2023-08-14T21:47:59.491Z] [2023-08-14T21:47:59.491Z] #39 [security-secretstore-setup internal] load build context [2023-08-14T21:47:59.491Z] #39 DONE 21.0s [2023-08-14T21:47:59.491Z] [2023-08-14T21:47:59.491Z] #37 [core-metadata internal] load build context [2023-08-14T21:47:59.491Z] #37 DONE 20.9s [2023-08-14T21:47:59.491Z] [2023-08-14T21:47:59.491Z] #40 [core-command internal] load build context [2023-08-14T21:47:59.491Z] #40 DONE 21.3s [2023-08-14T21:47:59.491Z] [2023-08-14T21:47:59.491Z] #41 [security-proxy-setup internal] load build context [2023-08-14T21:47:59.491Z] #41 DONE 21.2s [2023-08-14T21:47:59.491Z] [2023-08-14T21:47:59.491Z] #42 [core-common-config-bootstrapper internal] load build context [2023-08-14T21:47:59.491Z] #42 DONE 21.1s [2023-08-14T21:47:59.491Z] [2023-08-14T21:47:59.491Z] #44 [security-spiffe-token-provider internal] load build context [2023-08-14T21:47:59.491Z] #44 DONE 21.2s [2023-08-14T21:47:59.491Z] [2023-08-14T21:47:59.491Z] #36 [support-notifications internal] load build context [2023-08-14T21:47:59.491Z] #36 DONE 21.6s [2023-08-14T21:47:59.491Z] [2023-08-14T21:47:59.491Z] #46 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2023-08-14T21:48:00.422Z] #46 1.115 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-14T21:48:00.678Z] #46 1.325 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-14T21:48:00.678Z] #46 1.526 OK: 265 MiB in 53 packages [2023-08-14T21:48:04.899Z] #46 ... [2023-08-14T21:48:04.899Z] [2023-08-14T21:48:04.899Z] #47 [security-spire-config internal] load build context [2023-08-14T21:48:04.899Z] #47 transferring context: 365.13MB 3.5s done [2023-08-14T21:48:08.229Z] #47 ... [2023-08-14T21:48:08.229Z] [2023-08-14T21:48:08.229Z] #48 [security-spire-server internal] load build context [2023-08-14T21:48:08.229Z] #48 transferring context: 365.13MB 3.3s done [2023-08-14T21:48:08.229Z] #48 DONE 9.1s [2023-08-14T21:48:08.229Z] [2023-08-14T21:48:08.229Z] #49 [security-spire-agent internal] load build context [2023-08-14T21:48:08.229Z] #49 transferring context: 365.13MB 3.5s done [2023-08-14T21:48:08.229Z] #49 DONE 9.1s [2023-08-14T21:48:08.229Z] [2023-08-14T21:48:08.229Z] #50 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-08-14T21:48:08.229Z] #0 0.536 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-14T21:48:08.229Z] #0 0.760 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-14T21:48:08.229Z] #0 1.069 (1/2) Installing dumb-init (1.2.5-r2) [2023-08-14T21:48:08.229Z] #0 1.073 (2/2) Installing su-exec (0.2-r2) [2023-08-14T21:48:08.229Z] #0 1.077 Executing busybox-1.35.0-r29.trigger [2023-08-14T21:48:08.229Z] #0 1.083 OK: 7 MiB in 17 packages [2023-08-14T21:48:08.229Z] #50 DONE 9.1s [2023-08-14T21:48:08.229Z] [2023-08-14T21:48:08.229Z] #47 [security-spire-config internal] load build context [2023-08-14T21:48:08.229Z] #47 DONE 9.1s [2023-08-14T21:48:08.229Z] [2023-08-14T21:48:08.229Z] #51 [security-proxy-setup stage-1 2/9] RUN apk add --update --no-cache dumb-init openssl [2023-08-14T21:48:08.229Z] #0 0.841 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-14T21:48:08.229Z] #0 0.967 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-14T21:48:08.229Z] #0 1.246 (1/2) Installing dumb-init (1.2.5-r2) [2023-08-14T21:48:08.229Z] #0 1.246 (2/2) Installing openssl (3.0.10-r0) [2023-08-14T21:48:08.229Z] #0 1.246 Executing busybox-1.35.0-r29.trigger [2023-08-14T21:48:08.229Z] #0 1.251 OK: 8 MiB in 17 packages [2023-08-14T21:48:08.229Z] #51 DONE 9.1s [2023-08-14T21:48:08.229Z] [2023-08-14T21:48:08.229Z] #52 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-08-14T21:48:08.229Z] #0 0.976 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-14T21:48:08.229Z] #0 1.139 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-14T21:48:08.229Z] #0 1.373 (1/4) Installing ca-certificates (20230506-r0) [2023-08-14T21:48:08.229Z] #0 1.402 (2/4) Installing dumb-init (1.2.5-r2) [2023-08-14T21:48:08.229Z] #0 1.402 (3/4) Installing su-exec (0.2-r2) [2023-08-14T21:48:08.229Z] #0 1.405 (4/4) Installing yq (4.30.4-r4) [2023-08-14T21:48:08.229Z] #0 1.466 Executing busybox-1.35.0-r29.trigger [2023-08-14T21:48:08.229Z] #0 1.473 Executing ca-certificates-20230506-r0.trigger [2023-08-14T21:48:08.229Z] #0 1.541 OK: 17 MiB in 19 packages [2023-08-14T21:48:08.229Z] #52 DONE 9.2s [2023-08-14T21:48:08.229Z] [2023-08-14T21:48:08.229Z] #46 [core-command builder 3/7] RUN apk add --update --no-cache make git [2023-08-14T21:48:08.229Z] #46 DONE 9.1s [2023-08-14T21:48:08.229Z] [2023-08-14T21:48:08.229Z] #53 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2023-08-14T21:48:08.229Z] #0 0.855 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-14T21:48:08.229Z] #0 1.007 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-14T21:48:08.229Z] #0 1.237 OK: 265 MiB in 53 packages [2023-08-14T21:48:08.229Z] #53 DONE 9.2s [2023-08-14T21:48:08.229Z] [2023-08-14T21:48:08.229Z] #54 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-08-14T21:48:08.229Z] #0 3.316 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-14T21:48:08.229Z] #0 3.439 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-14T21:48:08.229Z] #0 3.632 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-08-14T21:48:08.229Z] #0 3.632 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-08-14T21:48:08.229Z] #0 3.632 OK: 17823 distinct packages available [2023-08-14T21:48:08.229Z] #0 3.667 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-14T21:48:08.229Z] #0 3.789 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-14T21:48:08.229Z] #0 3.984 OK: 265 MiB in 53 packages [2023-08-14T21:48:08.229Z] #54 DONE 9.1s [2023-08-14T21:48:08.229Z] [2023-08-14T21:48:08.229Z] #55 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-08-14T21:48:08.229Z] #0 4.450 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-14T21:48:08.229Z] #0 4.557 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-14T21:48:08.229Z] #0 4.742 (1/1) Installing dumb-init (1.2.5-r2) [2023-08-14T21:48:08.229Z] #0 4.746 Executing busybox-1.35.0-r29.trigger [2023-08-14T21:48:08.229Z] #0 4.766 OK: 7 MiB in 16 packages [2023-08-14T21:48:08.229Z] #55 DONE 9.2s [2023-08-14T21:48:08.229Z] [2023-08-14T21:48:08.229Z] #56 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2023-08-14T21:48:08.489Z] #56 DONE 0.1s [2023-08-14T21:48:08.489Z] [2023-08-14T21:48:08.489Z] #57 [security-spire-server builder 3/9] RUN apk add --update --no-cache make git build-base curl [2023-08-14T21:48:08.489Z] #0 5.601 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-14T21:48:08.489Z] #0 5.724 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-14T21:48:08.489Z] #0 5.996 OK: 265 MiB in 53 packages [2023-08-14T21:48:08.489Z] #57 DONE 9.2s [2023-08-14T21:48:08.489Z] [2023-08-14T21:48:08.489Z] #58 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-08-14T21:48:08.489Z] #0 0.645 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-14T21:48:08.489Z] #0 0.820 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-14T21:48:08.489Z] #0 1.134 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-08-14T21:48:08.489Z] #0 1.134 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-08-14T21:48:08.489Z] #0 1.134 OK: 17818 distinct packages available [2023-08-14T21:48:08.489Z] #0 1.174 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-14T21:48:08.489Z] #0 1.317 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-14T21:48:08.489Z] #0 1.542 (1/9) Installing ca-certificates (20230506-r0) [2023-08-14T21:48:08.489Z] #0 1.557 (2/9) Installing brotli-libs (1.0.9-r9) [2023-08-14T21:48:08.489Z] #0 1.567 (3/9) Installing nghttp2-libs (1.51.0-r1) [2023-08-14T21:48:08.489Z] #0 1.574 (4/9) Installing libcurl (8.2.1-r0) [2023-08-14T21:48:08.489Z] #0 1.589 (5/9) Installing curl (8.2.1-r0) [2023-08-14T21:48:08.489Z] #0 1.599 (6/9) Installing dumb-init (1.2.5-r2) [2023-08-14T21:48:08.489Z] #0 1.604 (7/9) Installing musl-obstack (1.2.3-r0) [2023-08-14T21:48:08.489Z] #0 1.604 (8/9) Installing libucontext (1.2-r0) [2023-08-14T21:48:08.489Z] #0 1.608 (9/9) Installing gcompat (1.1.0-r0) [2023-08-14T21:48:08.489Z] #0 1.612 Executing busybox-1.35.0-r29.trigger [2023-08-14T21:48:08.489Z] #0 1.620 Executing ca-certificates-20230506-r0.trigger [2023-08-14T21:48:08.489Z] #0 1.688 OK: 10 MiB in 24 packages [2023-08-14T21:48:08.489Z] #58 DONE 9.2s [2023-08-14T21:48:08.489Z] [2023-08-14T21:48:08.489Z] #59 [security-proxy-setup stage-1 3/9] WORKDIR /edgex [2023-08-14T21:48:08.489Z] #59 DONE 0.1s [2023-08-14T21:48:08.489Z] [2023-08-14T21:48:08.489Z] #60 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2023-08-14T21:48:08.489Z] #60 DONE 0.1s [2023-08-14T21:48:08.489Z] [2023-08-14T21:48:08.489Z] #61 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T21:48:08.489Z] #61 ... [2023-08-14T21:48:08.489Z] [2023-08-14T21:48:08.489Z] #62 [security-spire-server builder 4/9] COPY go.mod vendor* ./ [2023-08-14T21:48:08.489Z] #62 DONE 0.1s [2023-08-14T21:48:08.489Z] [2023-08-14T21:48:08.489Z] #63 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2023-08-14T21:48:08.489Z] #63 DONE 0.1s [2023-08-14T21:48:08.747Z] [2023-08-14T21:48:08.747Z] #64 [security-spire-server builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T21:48:09.347Z] #64 ... [2023-08-14T21:48:09.347Z] [2023-08-14T21:48:09.347Z] #65 [core-common-config-bootstrapper stage-1 2/7] RUN apk add --update --no-cache dumb-init [2023-08-14T21:48:09.347Z] #65 10.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-14T21:48:09.347Z] #65 ... [2023-08-14T21:48:09.347Z] [2023-08-14T21:48:09.347Z] #66 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-08-14T21:48:09.607Z] #66 ... [2023-08-14T21:48:09.607Z] [2023-08-14T21:48:09.607Z] #67 [security-spire-server stage-1 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-08-14T21:48:09.607Z] #0 9.981 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-14T21:48:09.607Z] #0 10.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-14T21:48:09.607Z] #67 ... [2023-08-14T21:48:09.607Z] [2023-08-14T21:48:09.607Z] #45 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-08-14T21:48:09.607Z] #45 9.741 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-14T21:48:09.607Z] #45 9.864 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-14T21:48:09.607Z] #45 10.07 (1/2) Installing ca-certificates (20230506-r0) [2023-08-14T21:48:09.607Z] #45 10.08 (2/2) Installing dumb-init (1.2.5-r2) [2023-08-14T21:48:09.607Z] #45 10.08 Executing busybox-1.35.0-r29.trigger [2023-08-14T21:48:09.607Z] #45 10.09 Executing ca-certificates-20230506-r0.trigger [2023-08-14T21:48:09.607Z] #45 10.17 OK: 8 MiB in 17 packages [2023-08-14T21:48:09.607Z] #45 DONE 10.3s [2023-08-14T21:48:09.607Z] [2023-08-14T21:48:09.607Z] #67 [security-spire-server stage-1 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-08-14T21:48:09.607Z] #67 10.33 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-08-14T21:48:09.607Z] #67 10.33 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-08-14T21:48:09.607Z] #67 10.33 OK: 17818 distinct packages available [2023-08-14T21:48:09.607Z] #67 ... [2023-08-14T21:48:09.607Z] [2023-08-14T21:48:09.607Z] #68 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-08-14T21:48:09.607Z] #68 ... [2023-08-14T21:48:09.607Z] [2023-08-14T21:48:09.607Z] #65 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache dumb-init [2023-08-14T21:48:09.607Z] #65 10.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-14T21:48:09.607Z] #65 10.37 (1/1) Installing dumb-init (1.2.5-r2) [2023-08-14T21:48:09.607Z] #65 10.38 Executing busybox-1.35.0-r29.trigger [2023-08-14T21:48:09.607Z] #65 10.38 OK: 7 MiB in 16 packages [2023-08-14T21:48:09.607Z] #65 DONE 10.5s [2023-08-14T21:48:09.607Z] [2023-08-14T21:48:09.607Z] #67 [security-spire-server stage-1 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-08-14T21:48:09.607Z] #67 10.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-14T21:48:09.878Z] #67 10.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-14T21:48:09.878Z] #67 10.70 (1/5) Installing dumb-init (1.2.5-r2) [2023-08-14T21:48:09.878Z] #67 10.70 (2/5) Installing musl-obstack (1.2.3-r0) [2023-08-14T21:48:09.878Z] #67 10.70 (3/5) Installing libucontext (1.2-r0) [2023-08-14T21:48:09.878Z] #67 10.71 (4/5) Installing gcompat (1.1.0-r0) [2023-08-14T21:48:09.878Z] #67 10.71 (5/5) Installing openssl (3.0.10-r0) [2023-08-14T21:48:09.878Z] #67 10.72 Executing busybox-1.35.0-r29.trigger [2023-08-14T21:48:09.878Z] #67 10.73 OK: 8 MiB in 20 packages [2023-08-14T21:48:10.146Z] #67 DONE 10.8s [2023-08-14T21:48:10.146Z] [2023-08-14T21:48:10.146Z] #66 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-08-14T21:48:10.146Z] #66 10.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-14T21:48:10.146Z] #66 10.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-14T21:48:10.146Z] #66 10.98 OK: 265 MiB in 53 packages [2023-08-14T21:48:10.403Z] #66 DONE 11.1s [2023-08-14T21:48:10.403Z] [2023-08-14T21:48:10.403Z] #69 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2023-08-14T21:48:10.403Z] #69 DONE 0.0s [2023-08-14T21:48:10.403Z] [2023-08-14T21:48:10.403Z] #70 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T21:48:10.970Z] #70 ... [2023-08-14T21:48:10.970Z] [2023-08-14T21:48:10.970Z] #71 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2023-08-14T21:48:10.970Z] #71 DONE 2.5s [2023-08-14T21:48:10.970Z] [2023-08-14T21:48:10.970Z] #72 [security-bootstrapper stage-1 4/15] WORKDIR /edgex-init-staging [2023-08-14T21:48:10.970Z] #72 DONE 0.1s [2023-08-14T21:48:10.970Z] [2023-08-14T21:48:10.970Z] #68 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-08-14T21:48:10.970Z] #68 10.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-14T21:48:10.970Z] #68 10.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-14T21:48:10.970Z] #68 11.20 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-08-14T21:48:10.970Z] #68 11.20 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-08-14T21:48:10.970Z] #68 11.20 OK: 17818 distinct packages available [2023-08-14T21:48:10.970Z] #68 11.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-14T21:48:10.970Z] #68 11.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-14T21:48:10.970Z] #68 11.59 (1/4) Installing dumb-init (1.2.5-r2) [2023-08-14T21:48:10.970Z] #68 11.60 (2/4) Installing musl-obstack (1.2.3-r0) [2023-08-14T21:48:10.971Z] #68 11.60 (3/4) Installing libucontext (1.2-r0) [2023-08-14T21:48:10.971Z] #68 11.60 (4/4) Installing gcompat (1.1.0-r0) [2023-08-14T21:48:10.971Z] #68 11.61 Executing busybox-1.35.0-r29.trigger [2023-08-14T21:48:10.971Z] #68 11.61 OK: 7 MiB in 19 packages [2023-08-14T21:48:10.971Z] #68 DONE 11.7s [2023-08-14T21:48:10.971Z] [2023-08-14T21:48:10.971Z] #73 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T21:48:13.349Z] Avoid second fetch [2023-08-14T21:48:13.349Z] Checking out Revision 3451b7e6c986f3e69473b278945a55ce4856eec7 (main) [2023-08-14T21:48:14.207Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3 (#4633)" [2023-08-14T21:48:12.289Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-08-14T21:48:12.314Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-08-14T21:48:13.370Z] > git config core.sparsecheckout # timeout=10 [2023-08-14T21:48:13.451Z] > git checkout -f 3451b7e6c986f3e69473b278945a55ce4856eec7 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-08-14T21:48:15.122Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-08-14T21:48:15.122Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-08-14T21:48:15.122Z] Dload Upload Total Spent Left Speed [2023-08-14T21:48:15.123Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 191k 0 --:--:-- --:--:-- --:--:-- 194k [Pipeline] sh [2023-08-14T21:48:15.708Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-08-14T21:48:16.046Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-08-14T21:48:16.046Z] + sudo tee /etc/docker/daemon.new [2023-08-14T21:48:16.046Z] { [2023-08-14T21:48:16.046Z] "registry-mirrors": [ [2023-08-14T21:48:16.046Z] "https://nexus3.edgexfoundry.org:10001" [2023-08-14T21:48:16.046Z] ], [2023-08-14T21:48:16.046Z] "bip": "10.250.0.254/24", [2023-08-14T21:48:16.046Z] "hosts": [ [2023-08-14T21:48:16.046Z] "tcp://0.0.0.0:5555", [2023-08-14T21:48:16.046Z] "unix:///var/run/docker.sock" [2023-08-14T21:48:16.046Z] ], [2023-08-14T21:48:16.046Z] "mtu": 1458, [2023-08-14T21:48:16.046Z] "selinux-enabled": true, [2023-08-14T21:48:16.046Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-08-14T21:48:16.046Z] } [Pipeline] sh [2023-08-14T21:48:16.395Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-08-14T21:48:16.737Z] + sudo service docker restart [2023-08-14T21:48:19.356Z] #73 ... [2023-08-14T21:48:19.356Z] [2023-08-14T21:48:19.356Z] #74 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T21:48:37.450Z] #74 DONE 26.9s [2023-08-14T21:48:37.450Z] [2023-08-14T21:48:37.450Z] #64 [security-spire-server builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T21:48:37.450Z] #64 DONE 26.9s [2023-08-14T21:48:37.450Z] [2023-08-14T21:48:37.450Z] #61 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T21:48:37.450Z] #61 DONE 26.9s [2023-08-14T21:48:37.450Z] [2023-08-14T21:48:37.450Z] #73 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T21:48:37.450Z] #73 DONE 26.9s [2023-08-14T21:48:37.450Z] [2023-08-14T21:48:37.450Z] #70 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T21:48:37.450Z] #70 DONE 25.0s [2023-08-14T21:48:37.450Z] [2023-08-14T21:48:37.450Z] #75 [security-proxy-auth builder 6/7] COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-14T21:48:38.885Z] provisioning config files... [2023-08-14T21:48:38.916Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/558@tmp/config5999529651934846745tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-14T21:48:39.286Z] ---> docker-login.sh [2023-08-14T21:48:39.286Z] nexus3.edgexfoundry.org:10001 [2023-08-14T21:48:39.878Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T21:48:39.878Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T21:48:39.878Z] Configure a credential helper to remove this warning. See [2023-08-14T21:48:39.878Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T21:48:39.878Z] [2023-08-14T21:48:39.878Z] Login Succeeded [2023-08-14T21:48:39.878Z] nexus3.edgexfoundry.org:10002 [2023-08-14T21:48:40.147Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T21:48:40.420Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T21:48:40.420Z] Configure a credential helper to remove this warning. See [2023-08-14T21:48:40.420Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T21:48:40.420Z] [2023-08-14T21:48:40.420Z] Login Succeeded [2023-08-14T21:48:40.420Z] nexus3.edgexfoundry.org:10003 [2023-08-14T21:48:40.691Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T21:48:40.691Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T21:48:40.691Z] Configure a credential helper to remove this warning. See [2023-08-14T21:48:40.691Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T21:48:40.691Z] [2023-08-14T21:48:40.691Z] Login Succeeded [2023-08-14T21:48:40.691Z] nexus3.edgexfoundry.org:10004 [2023-08-14T21:48:40.964Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T21:48:41.237Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T21:48:41.237Z] Configure a credential helper to remove this warning. See [2023-08-14T21:48:41.237Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T21:48:41.237Z] [2023-08-14T21:48:41.237Z] Login Succeeded [2023-08-14T21:48:41.237Z] docker.io [2023-08-14T21:48:41.507Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T21:48:41.777Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T21:48:41.777Z] Configure a credential helper to remove this warning. See [2023-08-14T21:48:41.777Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T21:48:41.777Z] [2023-08-14T21:48:41.777Z] Login Succeeded [2023-08-14T21:48:41.777Z] ---> docker-login.sh ends [Pipeline] } [2023-08-14T21:48:41.794Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-08-14T21:48:42.449Z] + git config --global --add safe.directory /w/workspace/edgex-go/558 [Pipeline] echo [2023-08-14T21:48:42.470Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-14T21:48:42.482Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-14T21:48:42.489Z] ========================================================= [2023-08-14T21:48:42.489Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-08-14T21:48:42.489Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-08-14T21:48:42.822Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-08-14T21:48:43.125Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-08-14T21:48:43.125Z] edb6bdbacee9: Pulling fs layer [2023-08-14T21:48:43.125Z] 5f9638ab2659: Pulling fs layer [2023-08-14T21:48:43.125Z] 8d51d6327a98: Pulling fs layer [2023-08-14T21:48:43.125Z] 8b374f2dd631: Pulling fs layer [2023-08-14T21:48:43.125Z] ec14aa9079de: Pulling fs layer [2023-08-14T21:48:43.125Z] 2f466654f4bb: Pulling fs layer [2023-08-14T21:48:43.125Z] 554e91adad29: Pulling fs layer [2023-08-14T21:48:43.125Z] 8b374f2dd631: Waiting [2023-08-14T21:48:43.125Z] ec14aa9079de: Waiting [2023-08-14T21:48:43.125Z] 554e91adad29: Waiting [2023-08-14T21:48:43.125Z] 2f466654f4bb: Waiting [2023-08-14T21:48:43.125Z] 5f9638ab2659: Verifying Checksum [2023-08-14T21:48:43.125Z] 5f9638ab2659: Download complete [2023-08-14T21:48:43.125Z] 8b374f2dd631: Verifying Checksum [2023-08-14T21:48:43.125Z] 8b374f2dd631: Download complete [2023-08-14T21:48:43.125Z] ec14aa9079de: Verifying Checksum [2023-08-14T21:48:43.125Z] ec14aa9079de: Download complete [2023-08-14T21:48:43.125Z] edb6bdbacee9: Verifying Checksum [2023-08-14T21:48:43.125Z] edb6bdbacee9: Download complete [2023-08-14T21:48:44.016Z] #75 ... [2023-08-14T21:48:44.016Z] [2023-08-14T21:48:44.016Z] #76 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T21:48:44.016Z] #76 CACHED [2023-08-14T21:48:44.016Z] [2023-08-14T21:48:44.016Z] #77 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2023-08-14T21:48:44.016Z] #77 CACHED [2023-08-14T21:48:44.016Z] [2023-08-14T21:48:44.016Z] #78 [security-secretstore-setup builder 6/7] COPY . . [2023-08-14T21:48:44.016Z] #78 CACHED [2023-08-14T21:48:44.016Z] [2023-08-14T21:48:44.016Z] #79 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-08-14T21:48:44.016Z] #79 CACHED [2023-08-14T21:48:44.016Z] [2023-08-14T21:48:44.016Z] #80 [security-bootstrapper builder 6/7] COPY . . [2023-08-14T21:48:44.016Z] #80 CACHED [2023-08-14T21:48:44.016Z] [2023-08-14T21:48:44.016Z] #81 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T21:48:44.016Z] #81 CACHED [2023-08-14T21:48:44.016Z] [2023-08-14T21:48:44.016Z] #82 [security-proxy-setup builder 6/7] COPY . . [2023-08-14T21:48:44.016Z] #82 DONE 8.2s [2023-08-14T21:48:44.016Z] [2023-08-14T21:48:44.016Z] #83 [security-spire-server builder 6/9] COPY . . [2023-08-14T21:48:44.016Z] #83 DONE 8.2s [2023-08-14T21:48:44.016Z] [2023-08-14T21:48:44.016Z] #84 [security-spiffe-token-provider builder 6/7] COPY . . [2023-08-14T21:48:44.016Z] #84 DONE 8.2s [2023-08-14T21:48:44.016Z] [2023-08-14T21:48:44.016Z] #85 [support-notifications builder 6/7] COPY . . [2023-08-14T21:48:44.016Z] #85 DONE 8.2s [2023-08-14T21:48:44.016Z] [2023-08-14T21:48:44.016Z] #86 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-08-14T21:48:44.016Z] #86 ... [2023-08-14T21:48:44.016Z] [2023-08-14T21:48:44.016Z] #87 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2023-08-14T21:48:44.016Z] #87 CACHED [2023-08-14T21:48:44.016Z] [2023-08-14T21:48:44.016Z] #88 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T21:48:44.016Z] #88 CACHED [2023-08-14T21:48:44.016Z] [2023-08-14T21:48:44.016Z] #89 [core-metadata builder 6/7] COPY . . [2023-08-14T21:48:44.016Z] #89 CACHED [2023-08-14T21:48:44.016Z] [2023-08-14T21:48:44.016Z] #90 [core-common-config-bootstrapper builder 6/7] COPY . . [2023-08-14T21:48:44.016Z] #90 CACHED [2023-08-14T21:48:44.016Z] [2023-08-14T21:48:44.016Z] #91 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T21:48:44.016Z] #91 CACHED [2023-08-14T21:48:44.016Z] [2023-08-14T21:48:44.016Z] #92 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-08-14T21:48:44.016Z] #92 CACHED [2023-08-14T21:48:44.016Z] [2023-08-14T21:48:44.016Z] #93 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T21:48:44.016Z] #93 CACHED [2023-08-14T21:48:44.016Z] [2023-08-14T21:48:44.016Z] #94 [support-scheduler builder 6/7] COPY . . [2023-08-14T21:48:44.016Z] #94 CACHED [2023-08-14T21:48:44.016Z] [2023-08-14T21:48:44.016Z] #95 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2023-08-14T21:48:44.016Z] #95 CACHED [2023-08-14T21:48:44.016Z] [2023-08-14T21:48:44.016Z] #96 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T21:48:44.016Z] #96 CACHED [2023-08-14T21:48:44.016Z] [2023-08-14T21:48:44.016Z] #97 [core-data builder 4/7] COPY go.mod vendor* ./ [2023-08-14T21:48:44.016Z] #97 CACHED [2023-08-14T21:48:44.016Z] [2023-08-14T21:48:44.016Z] #98 [core-data builder 6/7] COPY . . [2023-08-14T21:48:44.016Z] #98 CACHED [2023-08-14T21:48:44.016Z] [2023-08-14T21:48:44.016Z] #75 [security-proxy-auth builder 6/7] COPY . . [2023-08-14T21:48:44.016Z] #75 DONE 8.2s [2023-08-14T21:48:44.016Z] [2023-08-14T21:48:44.016Z] #99 [core-command builder 4/7] COPY go.mod vendor* ./ [2023-08-14T21:48:44.016Z] #99 CACHED [2023-08-14T21:48:44.016Z] [2023-08-14T21:48:44.016Z] #100 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T21:48:44.016Z] #100 CACHED [2023-08-14T21:48:44.016Z] [2023-08-14T21:48:44.016Z] #101 [core-command builder 6/7] COPY . . [2023-08-14T21:48:44.016Z] #101 CACHED [2023-08-14T21:48:44.016Z] [2023-08-14T21:48:44.016Z] #102 [security-spire-server builder 7/9] WORKDIR /edgex-go/spire-build [2023-08-14T21:48:44.016Z] #102 DONE 0.1s [2023-08-14T21:48:44.016Z] [2023-08-14T21:48:44.016Z] #103 [security-spire-config builder 4/9] COPY go.mod vendor* ./ [2023-08-14T21:48:44.016Z] #103 CACHED [2023-08-14T21:48:44.016Z] [2023-08-14T21:48:44.016Z] #104 [security-spire-config builder 6/9] COPY . . [2023-08-14T21:48:44.016Z] #104 CACHED [2023-08-14T21:48:44.016Z] [2023-08-14T21:48:44.016Z] #105 [security-spire-config builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T21:48:44.016Z] #105 CACHED [2023-08-14T21:48:44.016Z] [2023-08-14T21:48:44.016Z] #106 [security-spire-config builder 7/9] WORKDIR /edgex-go/spire-build [2023-08-14T21:48:44.016Z] #106 CACHED [2023-08-14T21:48:44.016Z] [2023-08-14T21:48:44.016Z] #107 [security-spire-server builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-08-14T21:48:44.112Z] edb6bdbacee9: Pull complete [2023-08-14T21:48:44.701Z] 554e91adad29: Verifying Checksum [2023-08-14T21:48:44.701Z] 554e91adad29: Download complete [2023-08-14T21:48:44.701Z] 5f9638ab2659: Pull complete [2023-08-14T21:48:46.122Z] 8d51d6327a98: Verifying Checksum [2023-08-14T21:48:46.122Z] 8d51d6327a98: Download complete [2023-08-14T21:48:46.122Z] 2f466654f4bb: Verifying Checksum [2023-08-14T21:48:46.122Z] 2f466654f4bb: Download complete [2023-08-14T21:48:46.584Z] #107 DONE 2.9s [2023-08-14T21:48:46.584Z] [2023-08-14T21:48:46.584Z] #108 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-08-14T21:48:46.584Z] #0 0.886 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-08-14T21:48:46.584Z] #108 ... [2023-08-14T21:48:46.584Z] [2023-08-14T21:48:46.584Z] #109 [security-spire-config builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-08-14T21:48:46.584Z] #109 DONE 2.9s [2023-08-14T21:48:46.850Z] [2023-08-14T21:48:46.850Z] #110 [security-spire-config builder 9/9] WORKDIR /edgex-go [2023-08-14T21:48:49.375Z] #110 ... [2023-08-14T21:48:49.375Z] [2023-08-14T21:48:49.375Z] #111 [security-spire-server builder 9/9] WORKDIR /edgex-go [2023-08-14T21:48:49.375Z] #111 DONE 2.5s [2023-08-14T21:48:49.375Z] [2023-08-14T21:48:49.375Z] #110 [security-spire-config builder 9/9] WORKDIR /edgex-go [2023-08-14T21:48:49.375Z] #110 DONE 2.4s [2023-08-14T21:48:49.375Z] [2023-08-14T21:48:49.375Z] #112 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-08-14T21:48:49.375Z] #0 1.160 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-08-14T21:48:49.632Z] #112 ... [2023-08-14T21:48:49.632Z] [2023-08-14T21:48:49.632Z] #113 [security-spire-server stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T21:48:49.900Z] #113 DONE 0.2s [2023-08-14T21:48:49.900Z] [2023-08-14T21:48:49.900Z] #114 [security-spire-config stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T21:48:49.900Z] #114 DONE 0.2s [2023-08-14T21:48:49.900Z] [2023-08-14T21:48:49.900Z] #115 [security-spire-config stage-1 4/9] COPY --from=builder /edgex-go/security.txt / [2023-08-14T21:48:49.901Z] #115 DONE 0.1s [2023-08-14T21:48:49.901Z] [2023-08-14T21:48:49.901Z] #116 [security-spire-server stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-08-14T21:48:49.901Z] #116 DONE 0.2s [2023-08-14T21:48:49.901Z] [2023-08-14T21:48:49.901Z] #117 [security-spire-agent builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T21:48:49.901Z] #117 CACHED [2023-08-14T21:48:49.901Z] [2023-08-14T21:48:49.901Z] #118 [security-spire-agent stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T21:48:49.901Z] #118 CACHED [2023-08-14T21:48:49.901Z] [2023-08-14T21:48:49.901Z] #119 [security-spire-agent builder 7/9] WORKDIR /edgex-go/spire-build [2023-08-14T21:48:49.901Z] #119 CACHED [2023-08-14T21:48:49.901Z] [2023-08-14T21:48:49.901Z] #120 [security-spire-agent builder 6/9] COPY . . [2023-08-14T21:48:49.901Z] #120 CACHED [2023-08-14T21:48:49.901Z] [2023-08-14T21:48:49.901Z] #121 [security-spire-agent builder 4/9] COPY go.mod vendor* ./ [2023-08-14T21:48:49.901Z] #121 CACHED [2023-08-14T21:48:49.901Z] [2023-08-14T21:48:49.901Z] #122 [security-spire-agent builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-08-14T21:48:49.901Z] #122 CACHED [2023-08-14T21:48:49.901Z] [2023-08-14T21:48:49.901Z] #123 [security-spire-agent builder 9/9] WORKDIR /edgex-go [2023-08-14T21:48:49.901Z] #123 CACHED [2023-08-14T21:48:49.901Z] [2023-08-14T21:48:49.901Z] #124 [security-spire-agent stage-1 4/9] COPY --from=builder /edgex-go/security.txt / [2023-08-14T21:48:49.901Z] #124 CACHED [2023-08-14T21:48:49.901Z] [2023-08-14T21:48:49.901Z] #125 [security-spire-config stage-1 5/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-08-14T21:48:51.796Z] #125 DONE 2.0s [2023-08-14T21:48:51.797Z] [2023-08-14T21:48:51.797Z] #126 [security-spire-agent stage-1 5/9] COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-08-14T21:48:51.797Z] #126 DONE 2.0s [2023-08-14T21:48:51.797Z] [2023-08-14T21:48:51.797Z] #127 [security-spire-config stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-08-14T21:48:52.054Z] #127 ... [2023-08-14T21:48:52.054Z] [2023-08-14T21:48:52.054Z] #128 [security-spire-server stage-1 5/8] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-08-14T21:48:52.054Z] #128 DONE 2.1s [2023-08-14T21:48:52.311Z] [2023-08-14T21:48:52.311Z] #129 [security-spire-server stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-08-14T21:48:53.688Z] #129 ... [2023-08-14T21:48:53.688Z] [2023-08-14T21:48:53.688Z] #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-08-14T21:48:53.688Z] #0 0.631 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-08-14T21:48:53.688Z] #130 ... [2023-08-14T21:48:53.688Z] [2023-08-14T21:48:53.688Z] #131 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-08-14T21:48:53.688Z] #0 1.049 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-08-14T21:48:54.305Z] #131 ... [2023-08-14T21:48:54.305Z] [2023-08-14T21:48:54.305Z] #132 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-08-14T21:48:54.305Z] #0 0.938 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-08-14T21:48:54.564Z] #132 ... [2023-08-14T21:48:54.564Z] [2023-08-14T21:48:54.564Z] #133 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-08-14T21:48:54.564Z] #0 0.661 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-08-14T21:48:54.564Z] #133 ... [2023-08-14T21:48:54.564Z] [2023-08-14T21:48:54.564Z] #134 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-08-14T21:48:54.564Z] #0 0.536 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-08-14T21:48:54.822Z] #134 ... [2023-08-14T21:48:54.822Z] [2023-08-14T21:48:54.822Z] #135 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-08-14T21:48:54.822Z] #0 0.764 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-08-14T21:48:54.822Z] #135 ... [2023-08-14T21:48:54.822Z] [2023-08-14T21:48:54.822Z] #136 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-14T21:48:54.822Z] #0 0.761 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-08-14T21:48:55.080Z] #136 ... [2023-08-14T21:48:55.080Z] [2023-08-14T21:48:55.080Z] #86 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-08-14T21:48:55.080Z] #86 1.375 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-08-14T21:48:55.080Z] #86 ... [2023-08-14T21:48:55.080Z] [2023-08-14T21:48:55.080Z] #137 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-08-14T21:48:55.080Z] #0 0.739 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-08-14T21:48:55.714Z] #137 ... [2023-08-14T21:48:55.714Z] [2023-08-14T21:48:55.714Z] #138 [security-spire-agent stage-1 6/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-08-14T21:48:56.280Z] #138 ... [2023-08-14T21:48:56.280Z] [2023-08-14T21:48:56.280Z] #127 [security-spire-config stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-08-14T21:48:56.280Z] #127 DONE 4.3s [2023-08-14T21:48:56.537Z] [2023-08-14T21:48:56.537Z] #139 [security-spire-config stage-1 7/9] WORKDIR /usr/local/etc/spiffe-scripts.d [2023-08-14T21:48:58.509Z] 8d51d6327a98: Pull complete [2023-08-14T21:48:58.509Z] 8b374f2dd631: Pull complete [2023-08-14T21:48:58.509Z] ec14aa9079de: Pull complete [2023-08-14T21:48:59.906Z] #139 ... [2023-08-14T21:48:59.906Z] [2023-08-14T21:48:59.906Z] #129 [security-spire-server stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-08-14T21:48:59.906Z] #129 DONE 7.4s [2023-08-14T21:48:59.906Z] [2023-08-14T21:48:59.906Z] #138 [security-spire-agent stage-1 6/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-08-14T21:48:59.906Z] #138 DONE 7.4s [2023-08-14T21:48:59.906Z] [2023-08-14T21:48:59.906Z] #140 [security-spire-agent stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-08-14T21:49:02.429Z] #140 ... [2023-08-14T21:49:02.429Z] [2023-08-14T21:49:02.429Z] #139 [security-spire-config stage-1 7/9] WORKDIR /usr/local/etc/spiffe-scripts.d [2023-08-14T21:49:02.429Z] #139 DONE 6.1s [2023-08-14T21:49:02.686Z] [2023-08-14T21:49:02.686Z] #141 [security-spire-config stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-08-14T21:49:05.215Z] 2f466654f4bb: Pull complete [2023-08-14T21:49:06.641Z] 554e91adad29: Pull complete [2023-08-14T21:49:06.641Z] Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 [2023-08-14T21:49:06.641Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-08-14T21:49:06.641Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-08-14T21:49:06.985Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-08-14T21:49:06.985Z] WORKDIR /edgex [2023-08-14T21:49:06.985Z] COPY go.mod . [2023-08-14T21:49:06.985Z] RUN go mod download [2023-08-14T21:49:06.985Z] + docker build -t ci-base-image-arm64 -f - . [2023-08-14T21:49:07.577Z] Sending build context to Docker daemon 2.938MB [2023-08-14T21:49:07.577Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-08-14T21:49:07.577Z] ---> 1e15ea492957 [2023-08-14T21:49:07.577Z] Step 2/4 : WORKDIR /edgex [2023-08-14T21:49:09.535Z] ---> Running in 5c3489587cb2 [2023-08-14T21:49:09.535Z] Removing intermediate container 5c3489587cb2 [2023-08-14T21:49:09.535Z] ---> 027c87a9415c [2023-08-14T21:49:09.535Z] Step 3/4 : COPY go.mod . [2023-08-14T21:49:10.130Z] ---> f8a7e4cbbdfb [2023-08-14T21:49:10.130Z] Step 4/4 : RUN go mod download [2023-08-14T21:49:10.130Z] ---> Running in 1a048cacbf51 [2023-08-14T21:49:10.788Z] #141 ... [2023-08-14T21:49:10.789Z] [2023-08-14T21:49:10.789Z] #142 [security-spire-server stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-08-14T21:49:29.258Z] #142 ... [2023-08-14T21:49:29.258Z] [2023-08-14T21:49:29.258Z] #140 [security-spire-agent stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-08-14T21:49:29.258Z] #140 DONE 26.9s [2023-08-14T21:49:29.258Z] [2023-08-14T21:49:29.258Z] #143 [security-spire-agent stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-08-14T21:49:44.876Z] #143 ... [2023-08-14T21:49:44.876Z] [2023-08-14T21:49:44.876Z] #142 [security-spire-server stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-08-14T21:49:44.876Z] #142 DONE 42.9s [2023-08-14T21:49:44.876Z] [2023-08-14T21:49:44.876Z] #132 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-08-14T21:49:45.134Z] #132 ... [2023-08-14T21:49:45.134Z] [2023-08-14T21:49:45.134Z] #144 [security-spire-server stage-1 8/8] COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-08-14T21:49:49.057Z] Removing intermediate container 1a048cacbf51 [2023-08-14T21:49:49.057Z] ---> 88173b147d8b [2023-08-14T21:49:49.057Z] Successfully built 88173b147d8b [2023-08-14T21:49:49.057Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:49:49.396Z] + docker inspect -f . ci-base-image-arm64 [2023-08-14T21:49:49.396Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T21:49:49.634Z] prd-ubuntu20.04-docker-arm64-4c-16g-3579 does not seem to be running inside a container [2023-08-14T21:49:49.718Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/558 -v /w/workspace/edgex-go/558:/w/workspace/edgex-go/558:rw,z -v /w/workspace/edgex-go/558@tmp:/w/workspace/edgex-go/558@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-08-14T21:49:53.231Z] #144 ... [2023-08-14T21:49:53.231Z] [2023-08-14T21:49:53.231Z] #141 [security-spire-config stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-08-14T21:49:53.231Z] #141 DONE 50.4s [2023-08-14T21:49:53.231Z] [2023-08-14T21:49:53.231Z] #145 [security-spire-config] exporting to image [2023-08-14T21:49:53.231Z] #145 exporting layers [2023-08-14T21:49:53.231Z] #145 ... [2023-08-14T21:49:53.231Z] [2023-08-14T21:49:53.231Z] #143 [security-spire-agent stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-08-14T21:49:53.231Z] #143 DONE 26.1s [2023-08-14T21:49:53.231Z] [2023-08-14T21:49:53.231Z] #146 [security-spire-agent stage-1 9/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-08-14T21:49:53.256Z] $ docker top c813e492fe19e84c06592c566fbb6bb8d5e18818e56e7aaefe221adce5bbf6b8 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-14T21:49:54.123Z] + go version [2023-08-14T21:49:54.123Z] go version go1.20.6 linux/arm64 [Pipeline] } [2023-08-14T21:49:54.147Z] $ docker stop --time=1 c813e492fe19e84c06592c566fbb6bb8d5e18818e56e7aaefe221adce5bbf6b8 [2023-08-14T21:49:55.852Z] $ docker rm -f --volumes c813e492fe19e84c06592c566fbb6bb8d5e18818e56e7aaefe221adce5bbf6b8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:49:56.562Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-08-14T21:49:56.562Z] [2023-08-14T21:49:56.562Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:49:56.899Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-08-14T21:49:56.899Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-08-14T21:49:56.899Z] 547446be3368: Pulling fs layer [2023-08-14T21:49:56.899Z] d125d8839a47: Pulling fs layer [2023-08-14T21:49:56.899Z] 3e85d5ac6304: Pulling fs layer [2023-08-14T21:49:56.899Z] c3105a71a48b: Pulling fs layer [2023-08-14T21:49:56.899Z] 0f093f025ec4: Pulling fs layer [2023-08-14T21:49:56.899Z] c3106fc0e877: Pulling fs layer [2023-08-14T21:49:56.899Z] c3106fc0e877: Waiting [2023-08-14T21:49:56.899Z] 0f093f025ec4: Waiting [2023-08-14T21:49:56.899Z] c3105a71a48b: Waiting [2023-08-14T21:49:57.169Z] 547446be3368: Verifying Checksum [2023-08-14T21:49:57.169Z] 547446be3368: Download complete [2023-08-14T21:49:57.169Z] c3105a71a48b: Verifying Checksum [2023-08-14T21:49:57.169Z] c3105a71a48b: Download complete [2023-08-14T21:49:57.440Z] d125d8839a47: Verifying Checksum [2023-08-14T21:49:57.440Z] d125d8839a47: Download complete [2023-08-14T21:49:57.440Z] c3106fc0e877: Verifying Checksum [2023-08-14T21:49:57.440Z] c3106fc0e877: Download complete [2023-08-14T21:49:57.712Z] 0f093f025ec4: Verifying Checksum [2023-08-14T21:49:57.712Z] 0f093f025ec4: Download complete [2023-08-14T21:49:57.712Z] 547446be3368: Pull complete [2023-08-14T21:49:58.686Z] d125d8839a47: Pull complete [2023-08-14T21:49:59.273Z] 3e85d5ac6304: Verifying Checksum [2023-08-14T21:49:59.273Z] 3e85d5ac6304: Download complete [2023-08-14T21:50:05.523Z] #146 ... [2023-08-14T21:50:05.523Z] [2023-08-14T21:50:05.523Z] #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-08-14T21:50:05.523Z] #130 80.24 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-08-14T21:50:07.491Z] 3e85d5ac6304: Pull complete [2023-08-14T21:50:07.491Z] c3105a71a48b: Pull complete [2023-08-14T21:50:08.455Z] 0f093f025ec4: Pull complete [2023-08-14T21:50:08.724Z] c3106fc0e877: Pull complete [2023-08-14T21:50:08.724Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2023-08-14T21:50:08.724Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-08-14T21:50:08.724Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T21:50:09.187Z] prd-ubuntu20.04-docker-arm64-4c-16g-3579 does not seem to be running inside a container [2023-08-14T21:50:09.257Z] $ 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/558 -v /w/workspace/edgex-go/558:/w/workspace/edgex-go/558:rw,z -v /w/workspace/edgex-go/558@tmp:/w/workspace/edgex-go/558@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-08-14T21:50:11.363Z] $ docker top 01ef28ee7888240bdc75c58e62c4d5ed4dde11c0f5511b6a2b79b190f8a40b93 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-14T21:50:12.197Z] + docker compose -f ./docker-compose-build.yml build --parallel [2023-08-14T21:50:17.772Z] #130 ... [2023-08-14T21:50:17.772Z] [2023-08-14T21:50:17.772Z] #144 [security-spire-server stage-1 8/8] COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-08-14T21:50:17.772Z] #144 DONE 31.2s [2023-08-14T21:50:17.772Z] [2023-08-14T21:50:17.772Z] #145 [security-spire-server] exporting to image [2023-08-14T21:50:17.772Z] #145 exporting layers [2023-08-14T21:50:17.772Z] #145 ... [2023-08-14T21:50:17.772Z] [2023-08-14T21:50:17.772Z] #146 [security-spire-agent stage-1 9/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-08-14T21:50:17.772Z] #146 DONE 23.2s [2023-08-14T21:50:17.772Z] [2023-08-14T21:50:17.772Z] #133 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-08-14T21:50:17.772Z] #133 DONE 92.6s [2023-08-14T21:50:17.772Z] [2023-08-14T21:50:17.773Z] #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-08-14T21:50:17.773Z] #130 DONE 92.7s [2023-08-14T21:50:17.773Z] [2023-08-14T21:50:17.773Z] #112 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-08-14T21:50:17.773Z] #112 DONE 92.7s [2023-08-14T21:50:17.773Z] [2023-08-14T21:50:17.773Z] #108 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-08-14T21:50:17.773Z] #108 DONE 92.7s [2023-08-14T21:50:17.773Z] [2023-08-14T21:50:17.773Z] #145 [security-spire-agent] exporting to image [2023-08-14T21:50:17.773Z] #145 exporting layers 23.3s done [2023-08-14T21:50:17.773Z] #145 ... [2023-08-14T21:50:17.773Z] [2023-08-14T21:50:17.773Z] #86 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-08-14T21:50:17.773Z] #86 DONE 92.8s [2023-08-14T21:50:17.773Z] [2023-08-14T21:50:17.773Z] #136 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-14T21:50:17.773Z] #136 DONE 92.8s [2023-08-14T21:50:17.773Z] [2023-08-14T21:50:17.773Z] #132 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-08-14T21:50:17.773Z] #132 DONE 93.0s [2023-08-14T21:50:17.773Z] [2023-08-14T21:50:17.773Z] #147 [security-proxy-auth stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T21:50:17.773Z] #147 ... [2023-08-14T21:50:17.773Z] [2023-08-14T21:50:17.773Z] #131 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-08-14T21:50:17.773Z] #131 DONE 93.1s [2023-08-14T21:50:17.773Z] [2023-08-14T21:50:17.773Z] #135 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-08-14T21:50:17.773Z] #135 DONE 93.2s [2023-08-14T21:50:17.773Z] [2023-08-14T21:50:17.773Z] #137 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-08-14T21:50:17.773Z] #137 DONE 93.2s [2023-08-14T21:50:17.773Z] [2023-08-14T21:50:17.773Z] #134 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-08-14T21:50:17.773Z] #134 DONE 93.4s [2023-08-14T21:50:17.773Z] [2023-08-14T21:50:17.773Z] #148 [security-proxy-setup stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T21:50:17.773Z] #148 DONE 0.6s [2023-08-14T21:50:17.773Z] [2023-08-14T21:50:17.773Z] #145 [security-spire-server] exporting to image [2023-08-14T21:50:17.773Z] #145 exporting layers 0.8s done [2023-08-14T21:50:17.773Z] #145 writing image sha256:6f3c165a6c850c053aceefc81f953906e84c8c13029021c325e99b974afae86b 0.0s done [2023-08-14T21:50:17.773Z] #145 naming to docker.io/library/security-spire-config done [2023-08-14T21:50:17.773Z] #145 writing image sha256:648941115224914a31c1262c93bfed1095805365e86b1612474ddacb485c7b2a done [2023-08-14T21:50:17.773Z] #145 naming to docker.io/library/security-spire-agent 0.0s done [2023-08-14T21:50:17.773Z] #145 writing image sha256:911d5bb6e4c02aba2b6d1194659f9bb5282d59da989cf5970aa2ee6774c55532 0.0s done [2023-08-14T21:50:17.773Z] #145 naming to docker.io/library/security-spire-server 0.0s done [2023-08-14T21:50:17.773Z] #145 DONE 24.4s [2023-08-14T21:50:17.773Z] [2023-08-14T21:50:17.773Z] #147 [security-proxy-auth stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T21:50:17.773Z] #147 DONE 0.8s [2023-08-14T21:50:17.773Z] [2023-08-14T21:50:17.773Z] #149 [core-data stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T21:50:17.773Z] #149 DONE 0.9s [2023-08-14T21:50:17.773Z] [2023-08-14T21:50:17.773Z] #150 [security-secretstore-setup stage-1 3/12] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T21:50:17.773Z] #150 DONE 1.1s [2023-08-14T21:50:17.773Z] [2023-08-14T21:50:17.773Z] #151 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T21:50:17.773Z] #151 DONE 0.9s [2023-08-14T21:50:17.773Z] [2023-08-14T21:50:17.773Z] #152 [support-notifications stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T21:50:17.773Z] #152 DONE 0.9s [2023-08-14T21:50:17.773Z] [2023-08-14T21:50:17.773Z] #153 [support-notifications stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-08-14T21:50:17.773Z] #153 ... [2023-08-14T21:50:17.773Z] [2023-08-14T21:50:17.773Z] #154 [security-bootstrapper stage-1 5/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2023-08-14T21:50:17.773Z] #154 DONE 0.4s [2023-08-14T21:50:17.773Z] [2023-08-14T21:50:17.773Z] #155 [core-metadata stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T21:50:17.773Z] #155 CACHED [2023-08-14T21:50:17.773Z] [2023-08-14T21:50:17.773Z] #156 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-08-14T21:50:17.773Z] #156 CACHED [2023-08-14T21:50:17.773Z] [2023-08-14T21:50:17.773Z] #157 [core-common-config-bootstrapper stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T21:50:17.773Z] #157 CACHED [2023-08-14T21:50:17.773Z] [2023-08-14T21:50:17.773Z] #158 [core-common-config-bootstrapper stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-08-14T21:50:17.773Z] #158 CACHED [2023-08-14T21:50:17.773Z] [2023-08-14T21:50:17.773Z] #159 [security-proxy-auth stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-08-14T21:50:17.773Z] #159 DONE 0.3s [2023-08-14T21:50:17.773Z] [2023-08-14T21:50:17.773Z] #160 [support-scheduler stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-08-14T21:50:17.773Z] #160 CACHED [2023-08-14T21:50:17.773Z] [2023-08-14T21:50:17.773Z] #161 [support-scheduler stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T21:50:17.773Z] #161 CACHED [2023-08-14T21:50:17.773Z] [2023-08-14T21:50:17.773Z] #162 [core-command stage-1 4/7] COPY --from=builder /edgex-go/security.txt / [2023-08-14T21:50:17.773Z] #162 CACHED [2023-08-14T21:50:17.773Z] [2023-08-14T21:50:17.773Z] #163 [core-command stage-1 3/7] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T21:50:17.773Z] #163 CACHED [2023-08-14T21:50:17.773Z] [2023-08-14T21:50:17.773Z] #164 [core-data stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-08-14T21:50:17.773Z] #164 DONE 0.4s [2023-08-14T21:50:17.773Z] [2023-08-14T21:50:17.773Z] #165 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-08-14T21:50:17.773Z] #165 ... [2023-08-14T21:50:17.773Z] [2023-08-14T21:50:17.773Z] #166 [security-secretstore-setup stage-1 4/12] COPY --from=builder /edgex-go/security.txt / [2023-08-14T21:50:17.773Z] #166 DONE 0.4s [2023-08-14T21:50:17.773Z] [2023-08-14T21:50:17.773Z] #167 [security-spiffe-token-provider stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-08-14T21:50:17.773Z] #167 DONE 0.4s [2023-08-14T21:50:17.773Z] [2023-08-14T21:50:17.773Z] #168 [security-proxy-setup stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2023-08-14T21:50:17.773Z] #168 DONE 0.3s [2023-08-14T21:50:17.773Z] [2023-08-14T21:50:17.773Z] #153 [support-notifications stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-08-14T21:50:17.773Z] #153 DONE 0.4s [2023-08-14T21:50:18.033Z] [2023-08-14T21:50:18.033Z] #169 [security-proxy-setup stage-1 6/9] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-08-14T21:50:20.410Z] #1 [security-spire-config internal] load build definition from Dockerfile [2023-08-14T21:50:20.410Z] #1 transferring dockerfile: 2.58kB done [2023-08-14T21:50:20.410Z] #1 DONE 0.1s [2023-08-14T21:50:20.678Z] [2023-08-14T21:50:20.678Z] #2 [security-bootstrapper internal] load build definition from Dockerfile [2023-08-14T21:50:20.678Z] #2 transferring dockerfile: 2.82kB 0.0s done [2023-08-14T21:50:20.678Z] #2 DONE 0.1s [2023-08-14T21:50:20.752Z] #169 ... [2023-08-14T21:50:20.752Z] [2023-08-14T21:50:20.752Z] #165 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-08-14T21:50:20.752Z] #165 DONE 2.5s [2023-08-14T21:50:20.752Z] [2023-08-14T21:50:20.752Z] #170 [core-common-config-bootstrapper stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-08-14T21:50:20.752Z] #170 DONE 2.6s [2023-08-14T21:50:20.752Z] [2023-08-14T21:50:20.752Z] #171 [support-scheduler stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-08-14T21:50:20.752Z] #171 DONE 2.6s [2023-08-14T21:50:20.752Z] [2023-08-14T21:50:20.752Z] #172 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-08-14T21:50:20.752Z] #172 DONE 2.6s [2023-08-14T21:50:20.752Z] [2023-08-14T21:50:20.752Z] #173 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-08-14T21:50:20.752Z] #173 DONE 2.5s [2023-08-14T21:50:20.752Z] [2023-08-14T21:50:20.752Z] #174 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh [2023-08-14T21:50:20.752Z] #174 DONE 2.7s [2023-08-14T21:50:20.752Z] [2023-08-14T21:50:20.752Z] #175 [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-08-14T21:50:20.752Z] #175 DONE 2.5s [2023-08-14T21:50:20.752Z] [2023-08-14T21:50:20.752Z] #176 [core-command stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-08-14T21:50:20.752Z] #176 DONE 2.6s [2023-08-14T21:50:20.752Z] [2023-08-14T21:50:20.752Z] #177 [support-notifications stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-08-14T21:50:20.752Z] #177 DONE 2.5s [2023-08-14T21:50:20.752Z] [2023-08-14T21:50:20.752Z] #178 [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-08-14T21:50:20.752Z] #178 ... [2023-08-14T21:50:20.752Z] [2023-08-14T21:50:20.752Z] #179 [security-spiffe-token-provider stage-1 5/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-08-14T21:50:20.752Z] #179 DONE 2.5s [2023-08-14T21:50:20.752Z] [2023-08-14T21:50:20.752Z] #169 [security-proxy-setup stage-1 6/9] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-08-14T21:50:20.752Z] #169 DONE 2.6s [2023-08-14T21:50:20.752Z] [2023-08-14T21:50:20.752Z] #180 [security-proxy-auth stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-08-14T21:50:20.752Z] #180 DONE 0.4s [2023-08-14T21:50:20.752Z] [2023-08-14T21:50:20.752Z] #181 [security-proxy-setup stage-1 7/9] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-08-14T21:50:20.752Z] #181 ... [2023-08-14T21:50:20.752Z] [2023-08-14T21:50:20.752Z] #182 [support-scheduler stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-08-14T21:50:20.752Z] #182 DONE 0.4s [2023-08-14T21:50:20.752Z] [2023-08-14T21:50:20.752Z] #183 [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-08-14T21:50:20.752Z] #183 DONE 0.4s [2023-08-14T21:50:20.752Z] [2023-08-14T21:50:20.752Z] #184 [core-data stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-08-14T21:50:20.752Z] #184 DONE 0.5s [2023-08-14T21:50:20.952Z] [2023-08-14T21:50:20.952Z] #3 [security-proxy-auth internal] load build definition from Dockerfile [2023-08-14T21:50:20.952Z] #3 transferring dockerfile: 2.04kB done [2023-08-14T21:50:20.952Z] #3 DONE 0.0s [2023-08-14T21:50:20.952Z] [2023-08-14T21:50:20.952Z] #4 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2023-08-14T21:50:20.952Z] #4 transferring dockerfile: 2.12kB done [2023-08-14T21:50:20.952Z] #4 DONE 0.0s [2023-08-14T21:50:20.952Z] [2023-08-14T21:50:20.952Z] #5 [core-metadata internal] load build definition from Dockerfile [2023-08-14T21:50:20.952Z] #5 transferring dockerfile: 1.96kB done [2023-08-14T21:50:20.952Z] #5 DONE 0.0s [2023-08-14T21:50:20.952Z] [2023-08-14T21:50:20.952Z] #6 [security-secretstore-setup internal] load build definition from Dockerfile [2023-08-14T21:50:21.015Z] [2023-08-14T21:50:21.015Z] #185 [core-metadata stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-08-14T21:50:21.015Z] #185 DONE 0.5s [2023-08-14T21:50:21.015Z] [2023-08-14T21:50:21.015Z] #186 [core-command stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-08-14T21:50:21.015Z] #186 DONE 0.4s [2023-08-14T21:50:21.015Z] [2023-08-14T21:50:21.015Z] #145 [core-data] exporting to image [2023-08-14T21:50:21.015Z] #145 ... [2023-08-14T21:50:21.015Z] [2023-08-14T21:50:21.015Z] #187 [security-bootstrapper stage-1 7/15] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T21:50:21.015Z] #187 DONE 0.6s [2023-08-14T21:50:21.015Z] [2023-08-14T21:50:21.015Z] #178 [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-08-14T21:50:21.015Z] #178 DONE 0.6s [2023-08-14T21:50:21.015Z] [2023-08-14T21:50:21.015Z] #188 [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-08-14T21:50:21.015Z] #188 DONE 0.6s [2023-08-14T21:50:21.015Z] [2023-08-14T21:50:21.015Z] #145 [security-spiffe-token-provider] exporting to image [2023-08-14T21:50:21.015Z] #145 ... [2023-08-14T21:50:21.015Z] [2023-08-14T21:50:21.015Z] #181 [security-proxy-setup stage-1 7/9] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-08-14T21:50:21.015Z] #181 DONE 0.6s [2023-08-14T21:50:21.015Z] [2023-08-14T21:50:21.015Z] #189 [support-notifications stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-08-14T21:50:21.015Z] #189 DONE 0.6s [2023-08-14T21:50:21.015Z] [2023-08-14T21:50:21.015Z] #145 [support-notifications] exporting to image [2023-08-14T21:50:21.015Z] #145 exporting layers 0.2s done [2023-08-14T21:50:21.224Z] #6 transferring dockerfile: 2.38kB done [2023-08-14T21:50:21.224Z] #6 DONE 0.1s [2023-08-14T21:50:21.224Z] [2023-08-14T21:50:21.224Z] #7 [core-command internal] load build definition from Dockerfile [2023-08-14T21:50:21.224Z] #7 transferring dockerfile: 1.82kB 0.0s done [2023-08-14T21:50:21.224Z] #7 DONE 0.1s [2023-08-14T21:50:21.224Z] [2023-08-14T21:50:21.224Z] #8 [security-spiffe-token-provider internal] load build definition from Dockerfile [2023-08-14T21:50:21.224Z] #8 transferring dockerfile: 1.78kB done [2023-08-14T21:50:21.224Z] #8 DONE 0.1s [2023-08-14T21:50:21.224Z] [2023-08-14T21:50:21.224Z] #9 [core-data internal] load build definition from Dockerfile [2023-08-14T21:50:21.274Z] #145 ... [2023-08-14T21:50:21.274Z] [2023-08-14T21:50:21.274Z] #190 [core-common-config-bootstrapper stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-08-14T21:50:21.274Z] #190 DONE 0.5s [2023-08-14T21:50:21.274Z] [2023-08-14T21:50:21.274Z] #191 [core-metadata stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-08-14T21:50:21.274Z] #191 DONE 0.5s [2023-08-14T21:50:21.274Z] [2023-08-14T21:50:21.274Z] #192 [security-proxy-auth stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-08-14T21:50:21.274Z] #192 DONE 0.6s [2023-08-14T21:50:21.274Z] [2023-08-14T21:50:21.274Z] #145 [core-metadata] exporting to image [2023-08-14T21:50:21.274Z] #145 ... [2023-08-14T21:50:21.274Z] [2023-08-14T21:50:21.274Z] #193 [security-bootstrapper stage-1 8/15] COPY --from=builder /edgex-go/security.txt / [2023-08-14T21:50:21.274Z] #193 DONE 0.3s [2023-08-14T21:50:21.274Z] [2023-08-14T21:50:21.274Z] #194 [security-secretstore-setup stage-1 7/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-08-14T21:50:21.274Z] #194 DONE 0.3s [2023-08-14T21:50:21.274Z] [2023-08-14T21:50:21.274Z] #195 [security-proxy-setup stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-08-14T21:50:21.274Z] #195 DONE 0.3s [2023-08-14T21:50:21.274Z] [2023-08-14T21:50:21.274Z] #145 [core-metadata] exporting to image [2023-08-14T21:50:21.274Z] #145 exporting layers 0.3s done [2023-08-14T21:50:21.274Z] #145 writing image sha256:00c325d96551b8dc9263edafac737f6de243b5a564c9e0f600eacbaf5428f40c [2023-08-14T21:50:21.495Z] #9 transferring dockerfile: 1.90kB 0.0s done [2023-08-14T21:50:21.495Z] #9 DONE 0.1s [2023-08-14T21:50:21.495Z] [2023-08-14T21:50:21.495Z] #10 [support-notifications internal] load build definition from Dockerfile [2023-08-14T21:50:21.495Z] #10 transferring dockerfile: 1.84kB done [2023-08-14T21:50:21.495Z] #10 DONE 0.1s [2023-08-14T21:50:21.495Z] [2023-08-14T21:50:21.495Z] #11 [security-spire-agent internal] load build definition from Dockerfile [2023-08-14T21:50:21.495Z] #11 transferring dockerfile: 2.68kB done [2023-08-14T21:50:21.495Z] #11 DONE 0.1s [2023-08-14T21:50:21.495Z] [2023-08-14T21:50:21.495Z] #12 [support-scheduler internal] load build definition from Dockerfile [2023-08-14T21:50:21.495Z] #12 transferring dockerfile: 1.82kB done [2023-08-14T21:50:21.495Z] #12 DONE 0.1s [2023-08-14T21:50:21.495Z] [2023-08-14T21:50:21.495Z] #13 [security-proxy-setup internal] load build definition from Dockerfile [2023-08-14T21:50:21.532Z] #145 writing image sha256:00c325d96551b8dc9263edafac737f6de243b5a564c9e0f600eacbaf5428f40c done [2023-08-14T21:50:21.532Z] #145 writing image sha256:eff4494004a38264eeacb1ead3d3f08ca6448cd4b4a5b098352e1c1db3a77d02 done [2023-08-14T21:50:21.532Z] #145 writing image sha256:80d8c1f1ba9c8ae4afa25dd804723bc75889e25cf443558bfc8f141293113eab [2023-08-14T21:50:21.532Z] #145 writing image sha256:72d014860b7c0da68b05af17907db0b6784b786c25b33dab576ac9af911f4076 [2023-08-14T21:50:21.532Z] #145 writing image sha256:76bf344515871b36520ee45d9df8b64777973f4e56c7a4d88eb4829f0eeb4e73 done [2023-08-14T21:50:21.532Z] #145 naming to docker.io/library/support-notifications done [2023-08-14T21:50:21.532Z] #145 naming to docker.io/library/support-scheduler done [2023-08-14T21:50:21.532Z] #145 naming to docker.io/library/core-data done [2023-08-14T21:50:21.765Z] #13 transferring dockerfile: 2.06kB 0.0s done [2023-08-14T21:50:21.765Z] #13 DONE 0.1s [2023-08-14T21:50:21.765Z] [2023-08-14T21:50:21.765Z] #14 [security-spire-server internal] load build definition from Dockerfile [2023-08-14T21:50:21.765Z] #14 transferring dockerfile: 2.63kB done [2023-08-14T21:50:21.765Z] #14 DONE 0.1s [2023-08-14T21:50:21.765Z] [2023-08-14T21:50:21.765Z] #15 [security-spire-config internal] load .dockerignore [2023-08-14T21:50:21.765Z] #15 transferring context: 56B done [2023-08-14T21:50:21.765Z] #15 DONE 0.0s [2023-08-14T21:50:22.099Z] #145 ... [2023-08-14T21:50:22.099Z] [2023-08-14T21:50:22.099Z] #196 [security-secretstore-setup stage-1 8/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-08-14T21:50:22.099Z] #196 DONE 0.8s [2023-08-14T21:50:22.099Z] [2023-08-14T21:50:22.099Z] #145 [core-command] exporting to image [2023-08-14T21:50:22.099Z] #145 exporting layers 0.8s done [2023-08-14T21:50:22.099Z] #145 writing image sha256:80d8c1f1ba9c8ae4afa25dd804723bc75889e25cf443558bfc8f141293113eab 0.7s done [2023-08-14T21:50:22.099Z] #145 writing image sha256:72d014860b7c0da68b05af17907db0b6784b786c25b33dab576ac9af911f4076 0.7s done [2023-08-14T21:50:22.099Z] #145 naming to docker.io/library/security-spiffe-token-provider done [2023-08-14T21:50:22.099Z] #145 naming to docker.io/library/core-command done [2023-08-14T21:50:22.099Z] #145 writing image sha256:f5b627be0af87e7d5afb4f17e95c5287cb6458112be5a146f0a4e287d4c84918 done [2023-08-14T21:50:22.099Z] #145 naming to docker.io/library/core-metadata done [2023-08-14T21:50:22.099Z] #145 DONE 25.8s [2023-08-14T21:50:22.099Z] [2023-08-14T21:50:22.099Z] #197 [security-bootstrapper stage-1 9/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-08-14T21:50:22.099Z] #197 DONE 0.8s [2023-08-14T21:50:22.099Z] [2023-08-14T21:50:22.099Z] #198 [security-bootstrapper stage-1 10/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-08-14T21:50:22.353Z] [2023-08-14T21:50:22.353Z] #16 [security-bootstrapper internal] load .dockerignore [2023-08-14T21:50:22.353Z] #16 transferring context: 56B done [2023-08-14T21:50:22.353Z] #16 DONE 0.0s [2023-08-14T21:50:22.356Z] #198 DONE 0.3s [2023-08-14T21:50:22.356Z] [2023-08-14T21:50:22.356Z] #199 [security-secretstore-setup stage-1 9/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-08-14T21:50:22.356Z] #199 DONE 0.4s [2023-08-14T21:50:22.356Z] [2023-08-14T21:50:22.356Z] #200 [core-common-config-bootstrapper stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-08-14T21:50:22.356Z] #200 DONE 1.3s [2023-08-14T21:50:22.356Z] [2023-08-14T21:50:22.356Z] #201 [security-secretstore-setup stage-1 10/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-08-14T21:50:22.613Z] #201 DONE 0.1s [2023-08-14T21:50:22.613Z] [2023-08-14T21:50:22.613Z] #202 [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-08-14T21:50:22.613Z] #202 DONE 0.1s [2023-08-14T21:50:22.613Z] [2023-08-14T21:50:22.613Z] #203 [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-08-14T21:50:22.613Z] #203 DONE 0.0s [2023-08-14T21:50:22.613Z] [2023-08-14T21:50:22.613Z] #204 [security-bootstrapper stage-1 13/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2023-08-14T21:50:22.613Z] #204 DONE 0.1s [2023-08-14T21:50:22.613Z] [2023-08-14T21:50:22.613Z] #145 [core-common-config-bootstrapper] exporting to image [2023-08-14T21:50:22.613Z] #145 exporting layers 0.2s done [2023-08-14T21:50:22.613Z] #145 writing image sha256:2ae789cda45031bbf878376663f02b564ab0aee0595e2065e2a388257b666e2e done [2023-08-14T21:50:22.613Z] #145 naming to docker.io/library/core-common-config-bootstrapper done [2023-08-14T21:50:22.613Z] #145 DONE 26.0s [2023-08-14T21:50:22.613Z] [2023-08-14T21:50:22.613Z] #205 [security-bootstrapper stage-1 14/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-08-14T21:50:22.613Z] #205 DONE 0.1s [2023-08-14T21:50:22.613Z] [2023-08-14T21:50:22.613Z] #206 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh [2023-08-14T21:50:22.621Z] [2023-08-14T21:50:22.621Z] #17 [security-proxy-auth internal] load .dockerignore [2023-08-14T21:50:22.621Z] #17 transferring context: 56B 0.0s done [2023-08-14T21:50:22.621Z] #17 DONE 0.1s [2023-08-14T21:50:22.621Z] [2023-08-14T21:50:22.621Z] #18 [core-common-config-bootstrapper internal] load .dockerignore [2023-08-14T21:50:22.621Z] #18 transferring context: 56B 0.0s done [2023-08-14T21:50:22.621Z] #18 DONE 0.1s [2023-08-14T21:50:22.621Z] [2023-08-14T21:50:22.621Z] #19 [core-metadata internal] load .dockerignore [2023-08-14T21:50:22.621Z] #19 transferring context: 56B 0.0s done [2023-08-14T21:50:22.621Z] #19 DONE 0.1s [2023-08-14T21:50:22.621Z] [2023-08-14T21:50:22.621Z] #20 [security-secretstore-setup internal] load .dockerignore [2023-08-14T21:50:22.621Z] #20 transferring context: 56B 0.0s done [2023-08-14T21:50:22.871Z] #206 ... [2023-08-14T21:50:22.871Z] [2023-08-14T21:50:22.871Z] #207 [security-proxy-setup stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-08-14T21:50:22.871Z] #207 DONE 1.5s [2023-08-14T21:50:22.871Z] [2023-08-14T21:50:22.871Z] #208 [security-proxy-auth stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-08-14T21:50:22.871Z] #208 DONE 1.7s [2023-08-14T21:50:22.894Z] #20 DONE 0.1s [2023-08-14T21:50:22.894Z] [2023-08-14T21:50:22.894Z] #21 [core-command internal] load .dockerignore [2023-08-14T21:50:22.894Z] #21 transferring context: 56B 0.0s done [2023-08-14T21:50:22.894Z] #21 DONE 0.1s [2023-08-14T21:50:22.894Z] [2023-08-14T21:50:22.894Z] #22 [security-spiffe-token-provider internal] load .dockerignore [2023-08-14T21:50:22.894Z] #22 transferring context: 56B 0.0s done [2023-08-14T21:50:22.894Z] #22 DONE 0.1s [2023-08-14T21:50:22.894Z] [2023-08-14T21:50:22.894Z] #23 [core-data internal] load .dockerignore [2023-08-14T21:50:22.894Z] #23 transferring context: 56B done [2023-08-14T21:50:22.894Z] #23 DONE 0.1s [2023-08-14T21:50:22.894Z] [2023-08-14T21:50:22.894Z] #24 [support-notifications internal] load .dockerignore [2023-08-14T21:50:23.127Z] [2023-08-14T21:50:23.127Z] #145 [security-proxy-auth] exporting to image [2023-08-14T21:50:23.127Z] #145 exporting layers 0.1s done [2023-08-14T21:50:23.127Z] #145 writing image sha256:3eaed86381fdda1294887e779d4c3ede3a06be7995526cc3a92256a573be8fa5 done [2023-08-14T21:50:23.127Z] #145 naming to docker.io/library/security-proxy-setup done [2023-08-14T21:50:23.127Z] #145 writing image sha256:4d858c7bb58fb81fc04e901cabab266d5152cdb8c7e080d6b8e9bf0a72e66c7e done [2023-08-14T21:50:23.127Z] #145 naming to docker.io/library/security-proxy-auth done [2023-08-14T21:50:23.127Z] #145 DONE 26.2s [2023-08-14T21:50:23.127Z] [2023-08-14T21:50:23.127Z] #209 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-08-14T21:50:23.165Z] #24 transferring context: 56B 0.0s done [2023-08-14T21:50:23.165Z] #24 DONE 0.1s [2023-08-14T21:50:23.165Z] [2023-08-14T21:50:23.165Z] #25 [security-spire-agent internal] load .dockerignore [2023-08-14T21:50:23.165Z] #25 transferring context: 56B done [2023-08-14T21:50:23.165Z] #25 DONE 0.1s [2023-08-14T21:50:23.165Z] [2023-08-14T21:50:23.165Z] #26 [support-scheduler internal] load .dockerignore [2023-08-14T21:50:23.165Z] #26 transferring context: 56B 0.0s done [2023-08-14T21:50:23.165Z] #26 DONE 0.1s [2023-08-14T21:50:23.165Z] [2023-08-14T21:50:23.165Z] #27 [security-proxy-setup internal] load .dockerignore [2023-08-14T21:50:23.165Z] #27 transferring context: 56B done [2023-08-14T21:50:23.165Z] #27 DONE 0.1s [2023-08-14T21:50:23.165Z] [2023-08-14T21:50:23.165Z] #28 [security-spire-server internal] load .dockerignore [2023-08-14T21:50:23.388Z] #209 DONE 0.8s [2023-08-14T21:50:23.388Z] [2023-08-14T21:50:23.388Z] #145 [security-secretstore-setup] exporting to image [2023-08-14T21:50:23.388Z] #145 ... [2023-08-14T21:50:23.388Z] [2023-08-14T21:50:23.388Z] #206 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh [2023-08-14T21:50:23.388Z] #206 DONE 0.7s [2023-08-14T21:50:23.388Z] [2023-08-14T21:50:23.388Z] #145 [security-bootstrapper] exporting to image [2023-08-14T21:50:23.437Z] #28 transferring context: 56B done [2023-08-14T21:50:23.437Z] #28 DONE 0.1s [2023-08-14T21:50:23.437Z] [2023-08-14T21:50:23.437Z] #29 [security-spire-config internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-14T21:50:23.437Z] #29 DONE 0.0s [2023-08-14T21:50:23.437Z] [2023-08-14T21:50:23.437Z] #30 [security-spire-config internal] load metadata for docker.io/library/alpine:3.17 [2023-08-14T21:50:23.437Z] #30 DONE 0.1s [2023-08-14T21:50:23.437Z] [2023-08-14T21:50:23.437Z] #31 [security-spire-config stage-1 1/9] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-14T21:50:23.437Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-14T21:50:23.646Z] #145 exporting layers 0.3s done [2023-08-14T21:50:23.646Z] #145 exporting layers 0.3s done [2023-08-14T21:50:23.646Z] #145 writing image sha256:1c55492864306ac1407968264cc559f32a9c0af39479dcd666474a93483b0207 done [2023-08-14T21:50:23.646Z] #145 naming to docker.io/library/security-secretstore-setup done [2023-08-14T21:50:23.646Z] #145 writing image sha256:cbc55f0d3e971c4ac3c2b8f74537d25d691d52af2e207a7f02ba5a747593e67a done [2023-08-14T21:50:23.646Z] #145 naming to docker.io/library/security-bootstrapper done [2023-08-14T21:50:23.646Z] #145 DONE 26.6s [2023-08-14T21:50:23.646Z] time="2023-08-14T21:47:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T21:50:23.646Z] time="2023-08-14T21:47:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T21:50:23.646Z] time="2023-08-14T21:47:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T21:50:23.646Z] time="2023-08-14T21:47:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T21:50:23.646Z] time="2023-08-14T21:47:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T21:50:23.646Z] time="2023-08-14T21:47:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T21:50:23.646Z] time="2023-08-14T21:47:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T21:50:23.646Z] time="2023-08-14T21:47:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T21:50:23.646Z] time="2023-08-14T21:47:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T21:50:23.646Z] time="2023-08-14T21:47:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T21:50:23.646Z] time="2023-08-14T21:47:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T21:50:23.646Z] time="2023-08-14T21:47:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T21:50:23.646Z] time="2023-08-14T21:47:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T21:50:23.646Z] time="2023-08-14T21:47:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2023-08-14T21:50:23.658Z] $ docker stop --time=1 1b40305d66e22294cc0a85a511148b54c319a384b1916a5deb946e77f5090868 [2023-08-14T21:50:23.705Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-14T21:50:23.705Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-14T21:50:23.705Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-14T21:50:23.705Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s [2023-08-14T21:50:23.705Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-08-14T21:50:23.705Z] #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 [2023-08-14T21:50:24.296Z] #31 ... [2023-08-14T21:50:24.296Z] [2023-08-14T21:50:24.296Z] #32 [security-spire-config internal] load build context [2023-08-14T21:50:24.296Z] #32 transferring context: 2.56MB 0.5s done [2023-08-14T21:50:24.296Z] #32 DONE 0.7s [2023-08-14T21:50:24.296Z] [2023-08-14T21:50:24.296Z] #31 [security-spire-config stage-1 1/9] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-14T21:50:24.296Z] #31 ... [2023-08-14T21:50:24.296Z] [2023-08-14T21:50:24.296Z] #29 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-14T21:50:24.296Z] #29 DONE 0.0s [2023-08-14T21:50:24.296Z] [2023-08-14T21:50:24.296Z] #31 [security-spire-config stage-1 1/9] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-14T21:50:24.296Z] #31 ... [2023-08-14T21:50:24.296Z] [2023-08-14T21:50:24.296Z] #29 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-14T21:50:24.296Z] #29 DONE 0.0s [2023-08-14T21:50:24.296Z] [2023-08-14T21:50:24.296Z] #33 [security-bootstrapper builder 1/9] FROM docker.io/library/ci-base-image-arm64 [2023-08-14T21:50:24.296Z] #33 DONE 1.5s [2023-08-14T21:50:24.296Z] [2023-08-14T21:50:24.296Z] #31 [security-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-14T21:50:24.296Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-14T21:50:24.296Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-14T21:50:24.296Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-14T21:50:24.296Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-14T21:50:24.296Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-08-14T21:50:24.296Z] #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 0.7s done [2023-08-14T21:50:24.565Z] #31 ... [2023-08-14T21:50:24.565Z] [2023-08-14T21:50:24.565Z] #29 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-14T21:50:24.565Z] #29 DONE 0.0s [2023-08-14T21:50:24.566Z] [2023-08-14T21:50:24.566Z] #31 [security-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-14T21:50:24.566Z] #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 0.7s done [2023-08-14T21:50:24.566Z] #31 ... [2023-08-14T21:50:24.566Z] [2023-08-14T21:50:24.566Z] #30 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.17 [2023-08-14T21:50:24.566Z] #30 DONE 0.3s [2023-08-14T21:50:24.566Z] [2023-08-14T21:50:24.566Z] #33 [core-common-config-bootstrapper builder 1/9] FROM docker.io/library/ci-base-image-arm64 [2023-08-14T21:50:24.566Z] #33 DONE 1.6s [2023-08-14T21:50:24.566Z] [2023-08-14T21:50:24.566Z] #31 [core-common-config-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-14T21:50:24.566Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-14T21:50:24.566Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-14T21:50:24.566Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-14T21:50:24.566Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-14T21:50:24.566Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-08-14T21:50:24.566Z] #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 0.7s done [2023-08-14T21:50:24.837Z] #31 ... [2023-08-14T21:50:24.837Z] [2023-08-14T21:50:24.837Z] #29 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-14T21:50:24.837Z] #29 DONE 0.0s [2023-08-14T21:50:24.837Z] [2023-08-14T21:50:24.837Z] #34 [security-spire-config builder 2/9] WORKDIR /edgex-go [2023-08-14T21:50:24.837Z] #34 DONE 0.6s [2023-08-14T21:50:24.837Z] [2023-08-14T21:50:24.837Z] #35 [security-bootstrapper internal] load build context [2023-08-14T21:50:24.971Z] $ docker rm -f --volumes 1b40305d66e22294cc0a85a511148b54c319a384b1916a5deb946e77f5090868 [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-14T21:50:25.104Z] #35 ... [2023-08-14T21:50:25.105Z] [2023-08-14T21:50:25.105Z] #29 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-14T21:50:25.105Z] #29 DONE 0.0s [2023-08-14T21:50:25.105Z] [2023-08-14T21:50:25.105Z] #33 [core-metadata builder 1/9] FROM docker.io/library/ci-base-image-arm64 [2023-08-14T21:50:25.105Z] #33 DONE 1.6s [2023-08-14T21:50:25.105Z] [2023-08-14T21:50:25.105Z] #30 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.17 [2023-08-14T21:50:25.105Z] #30 DONE 0.7s [2023-08-14T21:50:25.105Z] [2023-08-14T21:50:25.105Z] #34 [core-metadata builder 2/9] WORKDIR /edgex-go [2023-08-14T21:50:25.105Z] #34 DONE 0.7s [2023-08-14T21:50:25.105Z] [2023-08-14T21:50:25.105Z] #35 [security-bootstrapper internal] load build context [2023-08-14T21:50:25.301Z] + docker images [2023-08-14T21:50:25.301Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-08-14T21:50:25.301Z] security-bootstrapper latest cbc55f0d3e97 2 seconds ago 23MB [2023-08-14T21:50:25.301Z] security-secretstore-setup latest 1c5549286430 2 seconds ago 44.1MB [2023-08-14T21:50:25.301Z] core-common-config-bootstrapper latest 2ae789cda450 3 seconds ago 18MB [2023-08-14T21:50:25.301Z] security-proxy-setup latest 3eaed86381fd 3 seconds ago 19.6MB [2023-08-14T21:50:25.301Z] security-proxy-auth latest 4d858c7bb58f 3 seconds ago 19.4MB [2023-08-14T21:50:25.301Z] core-metadata latest f5b627be0af8 4 seconds ago 21.6MB [2023-08-14T21:50:25.301Z] support-scheduler latest 00c325d96551 5 seconds ago 33.7MB [2023-08-14T21:50:25.301Z] core-data latest eff4494004a3 5 seconds ago 21.2MB [2023-08-14T21:50:25.301Z] support-notifications latest 76bf34451587 5 seconds ago 34.3MB [2023-08-14T21:50:25.301Z] core-command latest 72d014860b7c 5 seconds ago 21MB [2023-08-14T21:50:25.301Z] security-spiffe-token-provider latest 80d8c1f1ba9c 5 seconds ago 33.5MB [2023-08-14T21:50:25.301Z] security-spire-agent latest 648941115224 9 seconds ago 161MB [2023-08-14T21:50:25.301Z] security-spire-server latest 911d5bb6e4c0 11 seconds ago 103MB [2023-08-14T21:50:25.301Z] security-spire-config latest 6f3c165a6c85 36 seconds ago 102MB [2023-08-14T21:50:25.301Z] ci-base-image-x86_64 latest 27f57bfcce35 5 minutes ago 1.07GB [2023-08-14T21:50:25.301Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine ec979cd7f677 4 weeks ago 696MB [2023-08-14T21:50:25.301Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 2 months ago 334MB [2023-08-14T21:50:25.301Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 13 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-08-14T21:50:25.388Z] provisioning config files... [2023-08-14T21:50:25.397Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/558@tmp/config4481529718888301631tmp [2023-08-14T21:50:25.398Z] #35 ... [2023-08-14T21:50:25.398Z] [2023-08-14T21:50:25.398Z] #33 [security-secretstore-setup builder 1/9] FROM docker.io/library/ci-base-image-arm64 [2023-08-14T21:50:25.398Z] #33 DONE 1.6s [2023-08-14T21:50:25.398Z] [2023-08-14T21:50:25.398Z] #29 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-14T21:50:25.398Z] #29 DONE 0.0s [2023-08-14T21:50:25.398Z] [2023-08-14T21:50:25.398Z] #34 [security-secretstore-setup builder 2/9] WORKDIR /edgex-go [2023-08-14T21:50:25.398Z] #34 DONE 0.7s [2023-08-14T21:50:25.398Z] [2023-08-14T21:50:25.398Z] #35 [security-bootstrapper internal] load build context [2023-08-14T21:50:25.398Z] #35 ... [2023-08-14T21:50:25.398Z] [2023-08-14T21:50:25.398Z] #30 [core-command internal] load metadata for docker.io/library/alpine:3.17 [2023-08-14T21:50:25.398Z] #30 DONE 0.9s [2023-08-14T21:50:25.398Z] [2023-08-14T21:50:25.398Z] #35 [security-bootstrapper internal] load build context [2023-08-14T21:50:25.398Z] #35 ... [2023-08-14T21:50:25.398Z] [2023-08-14T21:50:25.398Z] #33 [core-command builder 1/9] FROM docker.io/library/ci-base-image-arm64 [2023-08-14T21:50:25.398Z] #33 DONE 1.7s [2023-08-14T21:50:25.398Z] [2023-08-14T21:50:25.398Z] #29 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-14T21:50:25.398Z] #29 DONE 0.0s [2023-08-14T21:50:25.398Z] [2023-08-14T21:50:25.398Z] #34 [core-command builder 2/9] WORKDIR /edgex-go [2023-08-14T21:50:25.398Z] #34 DONE 0.7s [2023-08-14T21:50:25.398Z] [2023-08-14T21:50:25.398Z] #35 [security-bootstrapper internal] load build context [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-14T21:50:25.664Z] #35 transferring context: 2.56MB 1.1s done [2023-08-14T21:50:25.664Z] #35 ... [2023-08-14T21:50:25.664Z] [2023-08-14T21:50:25.664Z] #31 [core-common-config-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-14T21:50:25.664Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-14T21:50:25.664Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-14T21:50:25.664Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-14T21:50:25.664Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-14T21:50:25.664Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-08-14T21:50:25.664Z] #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 0.7s done [2023-08-14T21:50:25.664Z] #31 DONE 2.9s [2023-08-14T21:50:25.695Z] ---> docker-login.sh [2023-08-14T21:50:25.695Z] nexus3.edgexfoundry.org:10001 [2023-08-14T21:50:25.695Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T21:50:25.695Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T21:50:25.695Z] Configure a credential helper to remove this warning. See [2023-08-14T21:50:25.695Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T21:50:25.695Z] [2023-08-14T21:50:25.695Z] Login Succeeded [2023-08-14T21:50:25.695Z] nexus3.edgexfoundry.org:10002 [2023-08-14T21:50:25.695Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T21:50:25.695Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T21:50:25.695Z] Configure a credential helper to remove this warning. See [2023-08-14T21:50:25.695Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T21:50:25.695Z] [2023-08-14T21:50:25.695Z] Login Succeeded [2023-08-14T21:50:25.695Z] nexus3.edgexfoundry.org:10003 [2023-08-14T21:50:25.934Z] [2023-08-14T21:50:25.934Z] #29 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-14T21:50:25.934Z] #29 DONE 0.0s [2023-08-14T21:50:25.934Z] [2023-08-14T21:50:25.934Z] #35 [security-bootstrapper internal] load build context [2023-08-14T21:50:25.934Z] #35 DONE 1.3s [2023-08-14T21:50:25.934Z] [2023-08-14T21:50:25.934Z] #36 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-08-14T21:50:25.934Z] #36 ... [2023-08-14T21:50:25.934Z] [2023-08-14T21:50:25.934Z] #37 [security-proxy-auth internal] load build context [2023-08-14T21:50:25.934Z] #37 transferring context: 2.56MB 1.2s done [2023-08-14T21:50:25.934Z] #37 DONE 1.4s [2023-08-14T21:50:25.954Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T21:50:25.954Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T21:50:25.954Z] Configure a credential helper to remove this warning. See [2023-08-14T21:50:25.954Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T21:50:25.954Z] [2023-08-14T21:50:25.954Z] Login Succeeded [2023-08-14T21:50:25.954Z] nexus3.edgexfoundry.org:10004 [2023-08-14T21:50:25.954Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T21:50:25.954Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T21:50:25.954Z] Configure a credential helper to remove this warning. See [2023-08-14T21:50:25.954Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T21:50:25.954Z] [2023-08-14T21:50:25.954Z] Login Succeeded [2023-08-14T21:50:25.954Z] docker.io [2023-08-14T21:50:26.206Z] [2023-08-14T21:50:26.206Z] #29 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-14T21:50:26.206Z] #29 DONE 0.0s [2023-08-14T21:50:26.206Z] [2023-08-14T21:50:26.206Z] #30 [support-notifications internal] load metadata for docker.io/library/alpine:3.17 [2023-08-14T21:50:26.206Z] #30 DONE 1.6s [2023-08-14T21:50:26.206Z] [2023-08-14T21:50:26.206Z] #38 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init [2023-08-14T21:50:26.206Z] #38 ... [2023-08-14T21:50:26.206Z] [2023-08-14T21:50:26.206Z] #33 [security-spiffe-token-provider builder 1/9] FROM docker.io/library/ci-base-image-arm64 [2023-08-14T21:50:26.206Z] #33 DONE 1.8s [2023-08-14T21:50:26.206Z] [2023-08-14T21:50:26.206Z] #34 [security-spiffe-token-provider builder 2/9] WORKDIR /edgex-go [2023-08-14T21:50:26.206Z] #34 DONE 0.8s [2023-08-14T21:50:26.206Z] [2023-08-14T21:50:26.206Z] #29 [security-spire-agent internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-14T21:50:26.206Z] #29 DONE 0.0s [2023-08-14T21:50:26.206Z] [2023-08-14T21:50:26.206Z] #31 [security-spiffe-token-provider stage-1 1/9] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-14T21:50:26.206Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-14T21:50:26.206Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-14T21:50:26.206Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-14T21:50:26.206Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-14T21:50:26.206Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-08-14T21:50:26.206Z] #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 0.7s done [2023-08-14T21:50:26.206Z] #31 DONE 3.0s [2023-08-14T21:50:26.206Z] [2023-08-14T21:50:26.206Z] #38 [core-metadata stage-1 2/8] RUN apk add --update --no-cache dumb-init [2023-08-14T21:50:26.216Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T21:50:26.216Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T21:50:26.216Z] Configure a credential helper to remove this warning. See [2023-08-14T21:50:26.216Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T21:50:26.216Z] [2023-08-14T21:50:26.216Z] Login Succeeded [2023-08-14T21:50:26.216Z] ---> docker-login.sh ends [Pipeline] } [2023-08-14T21:50:26.222Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-14T21:50:26.245Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-14T21:50:26.269Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2023-08-14T21:50:26.269Z] 3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T21:50:26.269Z] latest [2023-08-14T21:50:26.269Z] 3.1.0-dev.24 [2023-08-14T21:50:26.269Z] 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T21:50:26.269Z] main [2023-08-14T21:50:26.269Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:26.475Z] #38 ... [2023-08-14T21:50:26.475Z] [2023-08-14T21:50:26.475Z] #39 [core-common-config-bootstrapper internal] load build context [2023-08-14T21:50:26.475Z] #39 transferring context: 2.56MB 1.3s done [2023-08-14T21:50:26.475Z] #39 DONE 1.7s [2023-08-14T21:50:26.475Z] [2023-08-14T21:50:26.475Z] #29 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-14T21:50:26.475Z] #29 DONE 0.0s [2023-08-14T21:50:26.475Z] [2023-08-14T21:50:26.475Z] #40 [core-command internal] load build context [2023-08-14T21:50:26.596Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3451b7e6c986f3e69473b278945a55ce4856eec7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:26.746Z] #40 ... [2023-08-14T21:50:26.746Z] [2023-08-14T21:50:26.746Z] #29 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-14T21:50:26.746Z] #29 DONE 0.0s [2023-08-14T21:50:26.746Z] [2023-08-14T21:50:26.746Z] #40 [core-command internal] load build context [2023-08-14T21:50:26.746Z] #40 ... [2023-08-14T21:50:26.746Z] [2023-08-14T21:50:26.746Z] #29 [security-spire-server internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-14T21:50:26.746Z] #29 DONE 0.0s [2023-08-14T21:50:26.746Z] [2023-08-14T21:50:26.746Z] #41 [core-metadata internal] load build context [2023-08-14T21:50:26.746Z] #41 transferring context: 2.56MB 1.1s done [2023-08-14T21:50:26.746Z] #41 DONE 1.6s [2023-08-14T21:50:26.746Z] [2023-08-14T21:50:26.746Z] #40 [core-command internal] load build context [2023-08-14T21:50:26.746Z] #40 transferring context: 2.56MB 1.0s done [2023-08-14T21:50:26.905Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T21:50:26.905Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-08-14T21:50:26.905Z] 4097818e5c42: Preparing [2023-08-14T21:50:26.905Z] 209e7e1c0880: Preparing [2023-08-14T21:50:26.905Z] c09573c205f3: Preparing [2023-08-14T21:50:26.905Z] 37758cb6852c: Preparing [2023-08-14T21:50:26.905Z] acfa142be7b8: Preparing [2023-08-14T21:50:26.905Z] 36b50b131297: Preparing [2023-08-14T21:50:26.905Z] 36b50b131297: Waiting [2023-08-14T21:50:26.905Z] 37758cb6852c: Pushed [2023-08-14T21:50:26.905Z] c09573c205f3: Pushed [2023-08-14T21:50:26.905Z] acfa142be7b8: Pushed [2023-08-14T21:50:27.362Z] #40 ... [2023-08-14T21:50:27.362Z] [2023-08-14T21:50:27.362Z] #33 [security-proxy-setup builder 1/9] FROM docker.io/library/ci-base-image-arm64 [2023-08-14T21:50:27.362Z] #33 DONE 1.8s [2023-08-14T21:50:27.362Z] [2023-08-14T21:50:27.362Z] #34 [security-proxy-setup builder 2/9] WORKDIR /edgex-go [2023-08-14T21:50:27.362Z] #34 DONE 0.9s [2023-08-14T21:50:27.362Z] [2023-08-14T21:50:27.362Z] #31 [security-proxy-setup stage-1 1/9] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-14T21:50:27.362Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-14T21:50:27.362Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-14T21:50:27.362Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-14T21:50:27.362Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-14T21:50:27.362Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-08-14T21:50:27.362Z] #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 0.7s done [2023-08-14T21:50:27.362Z] #31 DONE 3.0s [2023-08-14T21:50:27.362Z] [2023-08-14T21:50:27.362Z] #30 [support-scheduler internal] load metadata for docker.io/library/alpine:3.17 [2023-08-14T21:50:27.362Z] #30 DONE 2.5s [2023-08-14T21:50:27.362Z] [2023-08-14T21:50:27.362Z] #42 [security-spire-agent internal] load build context [2023-08-14T21:50:27.362Z] #42 DONE 0.0s [2023-08-14T21:50:27.362Z] [2023-08-14T21:50:27.363Z] #43 [security-spire-server internal] load build context [2023-08-14T21:50:27.629Z] #43 ... [2023-08-14T21:50:27.629Z] [2023-08-14T21:50:27.629Z] #44 [support-scheduler internal] load build context [2023-08-14T21:50:27.629Z] #44 DONE 0.0s [2023-08-14T21:50:27.629Z] [2023-08-14T21:50:27.629Z] #45 [security-proxy-setup internal] load build context [2023-08-14T21:50:27.629Z] #45 DONE 0.0s [2023-08-14T21:50:27.629Z] [2023-08-14T21:50:27.629Z] #46 [security-secretstore-setup internal] load build context [2023-08-14T21:50:27.629Z] #46 transferring context: 2.56MB 1.2s done [2023-08-14T21:50:27.629Z] #46 DONE 2.2s [2023-08-14T21:50:27.629Z] [2023-08-14T21:50:27.630Z] #43 [security-spire-server internal] load build context [2023-08-14T21:50:27.630Z] #43 DONE 0.1s [2023-08-14T21:50:27.630Z] [2023-08-14T21:50:27.630Z] #44 [support-scheduler internal] load build context [2023-08-14T21:50:27.837Z] 36b50b131297: Layer already exists [2023-08-14T21:50:27.837Z] 4097818e5c42: Pushed [2023-08-14T21:50:27.898Z] #44 ... [2023-08-14T21:50:27.898Z] [2023-08-14T21:50:27.898Z] #40 [core-command internal] load build context [2023-08-14T21:50:27.898Z] #40 DONE 2.4s [2023-08-14T21:50:28.166Z] [2023-08-14T21:50:28.166Z] #47 [core-data internal] load build context [2023-08-14T21:50:28.401Z] 209e7e1c0880: Pushed [2023-08-14T21:50:28.401Z] 3451b7e6c986f3e69473b278945a55ce4856eec7: digest: sha256:78e6936527c7b53364a88d78087862bdb1a107d5cabd9991c4f3bed2f39cb461 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:28.711Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:29.021Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2023-08-14T21:50:29.021Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-08-14T21:50:29.021Z] 4097818e5c42: Preparing [2023-08-14T21:50:29.021Z] 209e7e1c0880: Preparing [2023-08-14T21:50:29.021Z] c09573c205f3: Preparing [2023-08-14T21:50:29.021Z] 37758cb6852c: Preparing [2023-08-14T21:50:29.021Z] acfa142be7b8: Preparing [2023-08-14T21:50:29.021Z] 36b50b131297: Preparing [2023-08-14T21:50:29.021Z] 36b50b131297: Waiting [2023-08-14T21:50:29.021Z] acfa142be7b8: Layer already exists [2023-08-14T21:50:29.021Z] 209e7e1c0880: Layer already exists [2023-08-14T21:50:29.021Z] c09573c205f3: Layer already exists [2023-08-14T21:50:29.021Z] 37758cb6852c: Layer already exists [2023-08-14T21:50:29.022Z] 4097818e5c42: Layer already exists [2023-08-14T21:50:29.022Z] 36b50b131297: Layer already exists [2023-08-14T21:50:29.022Z] latest: digest: sha256:78e6936527c7b53364a88d78087862bdb1a107d5cabd9991c4f3bed2f39cb461 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:29.138Z] #47 transferring context: 2.56MB 2.4s done [2023-08-14T21:50:29.334Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:29.647Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.1.0-dev.24 [2023-08-14T21:50:29.647Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-08-14T21:50:29.647Z] 4097818e5c42: Preparing [2023-08-14T21:50:29.647Z] 209e7e1c0880: Preparing [2023-08-14T21:50:29.647Z] c09573c205f3: Preparing [2023-08-14T21:50:29.647Z] 37758cb6852c: Preparing [2023-08-14T21:50:29.647Z] acfa142be7b8: Preparing [2023-08-14T21:50:29.647Z] 36b50b131297: Preparing [2023-08-14T21:50:29.647Z] 36b50b131297: Waiting [2023-08-14T21:50:29.647Z] acfa142be7b8: Layer already exists [2023-08-14T21:50:29.647Z] 37758cb6852c: Layer already exists [2023-08-14T21:50:29.647Z] 4097818e5c42: Layer already exists [2023-08-14T21:50:29.647Z] c09573c205f3: Layer already exists [2023-08-14T21:50:29.647Z] 209e7e1c0880: Layer already exists [2023-08-14T21:50:29.647Z] 36b50b131297: Layer already exists [2023-08-14T21:50:29.647Z] 3.1.0-dev.24: digest: sha256:78e6936527c7b53364a88d78087862bdb1a107d5cabd9991c4f3bed2f39cb461 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:29.947Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:30.103Z] #47 DONE 3.8s [2023-08-14T21:50:30.103Z] [2023-08-14T21:50:30.103Z] #44 [support-scheduler internal] load build context [2023-08-14T21:50:30.252Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T21:50:30.252Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-08-14T21:50:30.252Z] 4097818e5c42: Preparing [2023-08-14T21:50:30.252Z] 209e7e1c0880: Preparing [2023-08-14T21:50:30.252Z] c09573c205f3: Preparing [2023-08-14T21:50:30.252Z] 37758cb6852c: Preparing [2023-08-14T21:50:30.252Z] acfa142be7b8: Preparing [2023-08-14T21:50:30.252Z] 36b50b131297: Preparing [2023-08-14T21:50:30.252Z] 36b50b131297: Waiting [2023-08-14T21:50:30.252Z] 37758cb6852c: Layer already exists [2023-08-14T21:50:30.252Z] 4097818e5c42: Layer already exists [2023-08-14T21:50:30.252Z] 209e7e1c0880: Layer already exists [2023-08-14T21:50:30.252Z] acfa142be7b8: Layer already exists [2023-08-14T21:50:30.252Z] 36b50b131297: Layer already exists [2023-08-14T21:50:30.252Z] c09573c205f3: Layer already exists [2023-08-14T21:50:30.252Z] 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24: digest: sha256:78e6936527c7b53364a88d78087862bdb1a107d5cabd9991c4f3bed2f39cb461 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:30.559Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:30.862Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2023-08-14T21:50:30.862Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-08-14T21:50:30.862Z] 4097818e5c42: Preparing [2023-08-14T21:50:30.862Z] 209e7e1c0880: Preparing [2023-08-14T21:50:30.862Z] c09573c205f3: Preparing [2023-08-14T21:50:30.862Z] 37758cb6852c: Preparing [2023-08-14T21:50:30.863Z] acfa142be7b8: Preparing [2023-08-14T21:50:30.863Z] 36b50b131297: Preparing [2023-08-14T21:50:30.863Z] 36b50b131297: Waiting [2023-08-14T21:50:30.863Z] 37758cb6852c: Layer already exists [2023-08-14T21:50:30.863Z] 4097818e5c42: Layer already exists [2023-08-14T21:50:30.863Z] c09573c205f3: Layer already exists [2023-08-14T21:50:30.863Z] acfa142be7b8: Layer already exists [2023-08-14T21:50:30.863Z] 209e7e1c0880: Layer already exists [2023-08-14T21:50:30.863Z] 36b50b131297: Layer already exists [2023-08-14T21:50:30.863Z] main: digest: sha256:78e6936527c7b53364a88d78087862bdb1a107d5cabd9991c4f3bed2f39cb461 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-14T21:50:30.910Z] ===================================================== [Pipeline] echo [2023-08-14T21:50:30.916Z] taggedImages: [2023-08-14T21:50:30.916Z] - nexus3.edgexfoundry.org:10004/core-command:3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T21:50:30.916Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2023-08-14T21:50:30.916Z] - nexus3.edgexfoundry.org:10004/core-command:3.1.0-dev.24 [2023-08-14T21:50:30.916Z] - nexus3.edgexfoundry.org:10004/core-command:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T21:50:30.916Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2023-08-14T21:50:30.931Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2023-08-14T21:50:30.931Z] 3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T21:50:30.931Z] latest [2023-08-14T21:50:30.931Z] 3.1.0-dev.24 [2023-08-14T21:50:30.931Z] 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T21:50:30.931Z] main [2023-08-14T21:50:30.931Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:31.245Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3451b7e6c986f3e69473b278945a55ce4856eec7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:31.541Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T21:50:31.541Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-08-14T21:50:31.541Z] 87b3c38dafdd: Preparing [2023-08-14T21:50:31.541Z] f412114c6156: Preparing [2023-08-14T21:50:31.541Z] 5d9f8f8e7215: Preparing [2023-08-14T21:50:31.541Z] 0523cf9158b3: Preparing [2023-08-14T21:50:31.541Z] c09573c205f3: Preparing [2023-08-14T21:50:31.541Z] 37758cb6852c: Preparing [2023-08-14T21:50:31.541Z] acfa142be7b8: Preparing [2023-08-14T21:50:31.541Z] 36b50b131297: Preparing [2023-08-14T21:50:31.541Z] 37758cb6852c: Waiting [2023-08-14T21:50:31.541Z] acfa142be7b8: Waiting [2023-08-14T21:50:31.541Z] 36b50b131297: Waiting [2023-08-14T21:50:31.541Z] 5d9f8f8e7215: Pushed [2023-08-14T21:50:31.541Z] f412114c6156: Pushed [2023-08-14T21:50:32.053Z] #44 ... [2023-08-14T21:50:32.053Z] [2023-08-14T21:50:32.053Z] #48 [support-notifications internal] load build context [2023-08-14T21:50:32.053Z] #48 transferring context: 2.56MB 4.2s done [2023-08-14T21:50:32.053Z] #48 DONE 5.7s [2023-08-14T21:50:32.053Z] [2023-08-14T21:50:32.053Z] #44 [support-scheduler internal] load build context [2023-08-14T21:50:32.914Z] c09573c205f3: Layer already exists [2023-08-14T21:50:32.914Z] 0523cf9158b3: Pushed [2023-08-14T21:50:32.914Z] 37758cb6852c: Layer already exists [2023-08-14T21:50:32.914Z] acfa142be7b8: Layer already exists [2023-08-14T21:50:32.914Z] 36b50b131297: Layer already exists [2023-08-14T21:50:32.914Z] 87b3c38dafdd: Pushed [2023-08-14T21:50:33.173Z] 3451b7e6c986f3e69473b278945a55ce4856eec7: digest: sha256:4df6a8b1dc7af4e1c325e6de3b92943b7fb96f39048db085ef3902077c4c3d06 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:33.477Z] + 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-08-14T21:50:33.784Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-08-14T21:50:33.784Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-08-14T21:50:33.784Z] 87b3c38dafdd: Preparing [2023-08-14T21:50:33.784Z] f412114c6156: Preparing [2023-08-14T21:50:33.784Z] 5d9f8f8e7215: Preparing [2023-08-14T21:50:33.784Z] 0523cf9158b3: Preparing [2023-08-14T21:50:33.784Z] c09573c205f3: Preparing [2023-08-14T21:50:33.784Z] 37758cb6852c: Preparing [2023-08-14T21:50:33.784Z] acfa142be7b8: Preparing [2023-08-14T21:50:33.784Z] 36b50b131297: Preparing [2023-08-14T21:50:33.784Z] acfa142be7b8: Waiting [2023-08-14T21:50:33.784Z] 36b50b131297: Waiting [2023-08-14T21:50:33.784Z] 37758cb6852c: Waiting [2023-08-14T21:50:33.784Z] 5d9f8f8e7215: Layer already exists [2023-08-14T21:50:33.784Z] c09573c205f3: Layer already exists [2023-08-14T21:50:33.784Z] 87b3c38dafdd: Layer already exists [2023-08-14T21:50:33.784Z] f412114c6156: Layer already exists [2023-08-14T21:50:33.784Z] 0523cf9158b3: Layer already exists [2023-08-14T21:50:33.784Z] 36b50b131297: Layer already exists [2023-08-14T21:50:33.784Z] 37758cb6852c: Layer already exists [2023-08-14T21:50:33.784Z] acfa142be7b8: Layer already exists [2023-08-14T21:50:33.784Z] latest: digest: sha256:4df6a8b1dc7af4e1c325e6de3b92943b7fb96f39048db085ef3902077c4c3d06 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:34.004Z] #44 ... [2023-08-14T21:50:34.004Z] [2023-08-14T21:50:34.004Z] #49 [security-spiffe-token-provider internal] load build context [2023-08-14T21:50:34.004Z] #49 transferring context: 2.56MB 5.9s done [2023-08-14T21:50:34.004Z] #49 DONE 7.7s [2023-08-14T21:50:34.004Z] [2023-08-14T21:50:34.004Z] #44 [support-scheduler internal] load build context [2023-08-14T21:50:34.093Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:34.272Z] #44 ... [2023-08-14T21:50:34.272Z] [2023-08-14T21:50:34.272Z] #45 [security-proxy-setup internal] load build context [2023-08-14T21:50:34.272Z] #45 transferring context: 2.56MB 5.0s done [2023-08-14T21:50:34.272Z] #45 DONE 6.6s [2023-08-14T21:50:34.272Z] [2023-08-14T21:50:34.272Z] #44 [support-scheduler internal] load build context [2023-08-14T21:50:34.403Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.1.0-dev.24 [2023-08-14T21:50:34.403Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-08-14T21:50:34.403Z] 87b3c38dafdd: Preparing [2023-08-14T21:50:34.403Z] f412114c6156: Preparing [2023-08-14T21:50:34.403Z] 5d9f8f8e7215: Preparing [2023-08-14T21:50:34.403Z] 0523cf9158b3: Preparing [2023-08-14T21:50:34.403Z] c09573c205f3: Preparing [2023-08-14T21:50:34.403Z] 37758cb6852c: Preparing [2023-08-14T21:50:34.403Z] acfa142be7b8: Preparing [2023-08-14T21:50:34.403Z] 36b50b131297: Preparing [2023-08-14T21:50:34.403Z] 36b50b131297: Waiting [2023-08-14T21:50:34.403Z] 37758cb6852c: Waiting [2023-08-14T21:50:34.403Z] acfa142be7b8: Waiting [2023-08-14T21:50:34.403Z] 0523cf9158b3: Layer already exists [2023-08-14T21:50:34.403Z] c09573c205f3: Layer already exists [2023-08-14T21:50:34.403Z] 87b3c38dafdd: Layer already exists [2023-08-14T21:50:34.403Z] 5d9f8f8e7215: Layer already exists [2023-08-14T21:50:34.403Z] f412114c6156: Layer already exists [2023-08-14T21:50:34.403Z] 36b50b131297: Layer already exists [2023-08-14T21:50:34.403Z] 37758cb6852c: Layer already exists [2023-08-14T21:50:34.403Z] acfa142be7b8: Layer already exists [2023-08-14T21:50:34.403Z] 3.1.0-dev.24: digest: sha256:4df6a8b1dc7af4e1c325e6de3b92943b7fb96f39048db085ef3902077c4c3d06 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:34.542Z] #44 transferring context: 2.56MB 5.7s done [2023-08-14T21:50:34.708Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:34.814Z] #44 DONE 7.0s [2023-08-14T21:50:34.814Z] [2023-08-14T21:50:34.814Z] #42 [security-spire-agent internal] load build context [2023-08-14T21:50:34.814Z] #42 transferring context: 2.56MB 5.8s done [2023-08-14T21:50:34.814Z] #42 DONE 7.2s [2023-08-14T21:50:34.814Z] [2023-08-14T21:50:34.814Z] #43 [security-spire-server internal] load build context [2023-08-14T21:50:34.814Z] #43 ... [2023-08-14T21:50:34.814Z] [2023-08-14T21:50:34.814Z] #50 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git [2023-08-14T21:50:34.814Z] #0 5.971 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-14T21:50:34.814Z] #0 7.070 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-14T21:50:34.814Z] #0 10.08 OK: 263 MiB in 53 packages [2023-08-14T21:50:35.011Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T21:50:35.011Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-08-14T21:50:35.011Z] 87b3c38dafdd: Preparing [2023-08-14T21:50:35.011Z] f412114c6156: Preparing [2023-08-14T21:50:35.011Z] 5d9f8f8e7215: Preparing [2023-08-14T21:50:35.011Z] 0523cf9158b3: Preparing [2023-08-14T21:50:35.011Z] c09573c205f3: Preparing [2023-08-14T21:50:35.011Z] 37758cb6852c: Preparing [2023-08-14T21:50:35.011Z] acfa142be7b8: Preparing [2023-08-14T21:50:35.011Z] 36b50b131297: Preparing [2023-08-14T21:50:35.011Z] 37758cb6852c: Waiting [2023-08-14T21:50:35.011Z] 36b50b131297: Waiting [2023-08-14T21:50:35.011Z] acfa142be7b8: Waiting [2023-08-14T21:50:35.011Z] f412114c6156: Layer already exists [2023-08-14T21:50:35.011Z] 87b3c38dafdd: Layer already exists [2023-08-14T21:50:35.011Z] 5d9f8f8e7215: Layer already exists [2023-08-14T21:50:35.011Z] c09573c205f3: Layer already exists [2023-08-14T21:50:35.011Z] 0523cf9158b3: Layer already exists [2023-08-14T21:50:35.011Z] 37758cb6852c: Layer already exists [2023-08-14T21:50:35.011Z] 36b50b131297: Layer already exists [2023-08-14T21:50:35.011Z] acfa142be7b8: Layer already exists [2023-08-14T21:50:35.011Z] 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24: digest: sha256:4df6a8b1dc7af4e1c325e6de3b92943b7fb96f39048db085ef3902077c4c3d06 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:35.081Z] #50 ... [2023-08-14T21:50:35.081Z] [2023-08-14T21:50:35.081Z] #51 [security-spire-agent builder 3/9] RUN apk add --update --no-cache make git build-base curl [2023-08-14T21:50:35.081Z] #0 8.987 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-14T21:50:35.081Z] #51 ... [2023-08-14T21:50:35.081Z] [2023-08-14T21:50:35.081Z] #52 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2023-08-14T21:50:35.081Z] #0 5.769 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-14T21:50:35.081Z] #0 7.030 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-14T21:50:35.081Z] #0 10.28 OK: 263 MiB in 53 packages [2023-08-14T21:50:35.081Z] #52 ... [2023-08-14T21:50:35.081Z] [2023-08-14T21:50:35.081Z] #43 [security-spire-server internal] load build context [2023-08-14T21:50:35.321Z] + 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-08-14T21:50:35.625Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2023-08-14T21:50:35.625Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-08-14T21:50:35.625Z] 87b3c38dafdd: Preparing [2023-08-14T21:50:35.625Z] f412114c6156: Preparing [2023-08-14T21:50:35.625Z] 5d9f8f8e7215: Preparing [2023-08-14T21:50:35.625Z] 0523cf9158b3: Preparing [2023-08-14T21:50:35.625Z] c09573c205f3: Preparing [2023-08-14T21:50:35.625Z] 37758cb6852c: Preparing [2023-08-14T21:50:35.625Z] acfa142be7b8: Preparing [2023-08-14T21:50:35.625Z] 36b50b131297: Preparing [2023-08-14T21:50:35.625Z] acfa142be7b8: Waiting [2023-08-14T21:50:35.625Z] 37758cb6852c: Waiting [2023-08-14T21:50:35.625Z] 36b50b131297: Waiting [2023-08-14T21:50:35.625Z] 87b3c38dafdd: Layer already exists [2023-08-14T21:50:35.625Z] f412114c6156: Layer already exists [2023-08-14T21:50:35.625Z] c09573c205f3: Layer already exists [2023-08-14T21:50:35.625Z] 5d9f8f8e7215: Layer already exists [2023-08-14T21:50:35.625Z] 0523cf9158b3: Layer already exists [2023-08-14T21:50:35.625Z] 37758cb6852c: Layer already exists [2023-08-14T21:50:35.625Z] acfa142be7b8: Layer already exists [2023-08-14T21:50:35.625Z] 36b50b131297: Layer already exists [2023-08-14T21:50:35.625Z] main: digest: sha256:4df6a8b1dc7af4e1c325e6de3b92943b7fb96f39048db085ef3902077c4c3d06 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-14T21:50:35.666Z] ===================================================== [2023-08-14T21:50:35.667Z] #43 transferring context: 2.56MB 7.1s done [Pipeline] echo [2023-08-14T21:50:35.679Z] taggedImages: [2023-08-14T21:50:35.679Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T21:50:35.679Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-08-14T21:50:35.679Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.1.0-dev.24 [2023-08-14T21:50:35.679Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T21:50:35.679Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2023-08-14T21:50:35.703Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2023-08-14T21:50:35.703Z] 3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T21:50:35.703Z] latest [2023-08-14T21:50:35.703Z] 3.1.0-dev.24 [2023-08-14T21:50:35.703Z] 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T21:50:35.703Z] main [2023-08-14T21:50:35.703Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:35.936Z] #43 ... [2023-08-14T21:50:35.936Z] [2023-08-14T21:50:35.936Z] #53 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-08-14T21:50:35.936Z] #0 8.146 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-14T21:50:36.032Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3451b7e6c986f3e69473b278945a55ce4856eec7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:36.210Z] #53 ... [2023-08-14T21:50:36.210Z] [2023-08-14T21:50:36.210Z] #54 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-08-14T21:50:36.210Z] #0 9.180 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-14T21:50:36.347Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T21:50:36.347Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-08-14T21:50:36.347Z] a2370895ed1c: Preparing [2023-08-14T21:50:36.347Z] 161b61fd4058: Preparing [2023-08-14T21:50:36.347Z] c09573c205f3: Preparing [2023-08-14T21:50:36.347Z] 37758cb6852c: Preparing [2023-08-14T21:50:36.347Z] f7b2109c1876: Preparing [2023-08-14T21:50:36.347Z] 36b50b131297: Preparing [2023-08-14T21:50:36.347Z] 36b50b131297: Waiting [2023-08-14T21:50:36.347Z] 37758cb6852c: Layer already exists [2023-08-14T21:50:36.347Z] c09573c205f3: Layer already exists [2023-08-14T21:50:36.347Z] 36b50b131297: Layer already exists [2023-08-14T21:50:36.347Z] a2370895ed1c: Pushed [2023-08-14T21:50:36.347Z] f7b2109c1876: Pushed [2023-08-14T21:50:36.480Z] #54 ... [2023-08-14T21:50:36.480Z] [2023-08-14T21:50:36.480Z] #43 [security-spire-server internal] load build context [2023-08-14T21:50:36.480Z] #43 DONE 8.7s [2023-08-14T21:50:36.480Z] [2023-08-14T21:50:36.480Z] #55 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-08-14T21:50:36.480Z] #0 6.490 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-14T21:50:36.480Z] #0 8.508 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-14T21:50:36.480Z] #55 ... [2023-08-14T21:50:36.480Z] [2023-08-14T21:50:36.480Z] #50 [core-metadata builder 3/7] RUN apk add --update --no-cache make git [2023-08-14T21:50:36.480Z] #50 DONE 12.0s [2023-08-14T21:50:36.480Z] [2023-08-14T21:50:36.480Z] #56 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-08-14T21:50:36.750Z] #56 ... [2023-08-14T21:50:36.750Z] [2023-08-14T21:50:36.750Z] #52 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2023-08-14T21:50:36.750Z] #52 DONE 12.1s [2023-08-14T21:50:36.750Z] [2023-08-14T21:50:36.750Z] #57 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-08-14T21:50:36.750Z] #57 ... [2023-08-14T21:50:36.750Z] [2023-08-14T21:50:36.750Z] #58 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-08-14T21:50:37.045Z] #58 ... [2023-08-14T21:50:37.045Z] [2023-08-14T21:50:37.045Z] #59 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-08-14T21:50:37.045Z] #59 ... [2023-08-14T21:50:37.045Z] [2023-08-14T21:50:37.045Z] #60 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-08-14T21:50:37.317Z] #60 ... [2023-08-14T21:50:37.317Z] [2023-08-14T21:50:37.317Z] #61 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2023-08-14T21:50:37.317Z] #61 ... [2023-08-14T21:50:37.317Z] [2023-08-14T21:50:37.317Z] #38 [support-scheduler stage-1 2/8] RUN apk add --update --no-cache dumb-init [2023-08-14T21:50:37.586Z] #38 ... [2023-08-14T21:50:37.586Z] [2023-08-14T21:50:37.586Z] #54 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-08-14T21:50:37.586Z] #54 11.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-14T21:50:37.586Z] #54 ... [2023-08-14T21:50:37.586Z] [2023-08-14T21:50:37.586Z] #62 [security-spire-agent stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-08-14T21:50:37.722Z] 161b61fd4058: Pushed [2023-08-14T21:50:37.856Z] #62 ... [2023-08-14T21:50:37.856Z] [2023-08-14T21:50:37.856Z] #57 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-08-14T21:50:37.856Z] #57 DONE 1.2s [2023-08-14T21:50:37.856Z] [2023-08-14T21:50:37.856Z] #63 [security-proxy-setup stage-1 2/9] RUN apk add --update --no-cache dumb-init openssl [2023-08-14T21:50:37.856Z] #63 ... [2023-08-14T21:50:37.856Z] [2023-08-14T21:50:37.856Z] #36 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-08-14T21:50:37.856Z] #36 12.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-14T21:50:37.981Z] 3451b7e6c986f3e69473b278945a55ce4856eec7: digest: sha256:159f4df93d4a522c72e39849ebfb82454bddb43aa7ca1d65027ba7e8a4da419a size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:38.125Z] #36 ... [2023-08-14T21:50:38.125Z] [2023-08-14T21:50:38.125Z] #61 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2023-08-14T21:50:38.125Z] #61 DONE 1.7s [2023-08-14T21:50:38.288Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:38.393Z] [2023-08-14T21:50:38.393Z] #55 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-08-14T21:50:38.393Z] #55 12.06 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-08-14T21:50:38.393Z] #55 12.06 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-08-14T21:50:38.393Z] #55 12.06 OK: 17694 distinct packages available [2023-08-14T21:50:38.599Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2023-08-14T21:50:38.599Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-08-14T21:50:38.599Z] a2370895ed1c: Preparing [2023-08-14T21:50:38.599Z] 161b61fd4058: Preparing [2023-08-14T21:50:38.599Z] c09573c205f3: Preparing [2023-08-14T21:50:38.599Z] 37758cb6852c: Preparing [2023-08-14T21:50:38.599Z] f7b2109c1876: Preparing [2023-08-14T21:50:38.599Z] 36b50b131297: Preparing [2023-08-14T21:50:38.599Z] 36b50b131297: Waiting [2023-08-14T21:50:38.599Z] 37758cb6852c: Layer already exists [2023-08-14T21:50:38.599Z] f7b2109c1876: Layer already exists [2023-08-14T21:50:38.599Z] a2370895ed1c: Layer already exists [2023-08-14T21:50:38.599Z] c09573c205f3: Layer already exists [2023-08-14T21:50:38.599Z] 161b61fd4058: Layer already exists [2023-08-14T21:50:38.599Z] 36b50b131297: Layer already exists [2023-08-14T21:50:38.599Z] latest: digest: sha256:159f4df93d4a522c72e39849ebfb82454bddb43aa7ca1d65027ba7e8a4da419a size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:38.911Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:39.223Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.1.0-dev.24 [2023-08-14T21:50:39.223Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-08-14T21:50:39.223Z] a2370895ed1c: Preparing [2023-08-14T21:50:39.223Z] 161b61fd4058: Preparing [2023-08-14T21:50:39.223Z] c09573c205f3: Preparing [2023-08-14T21:50:39.223Z] 37758cb6852c: Preparing [2023-08-14T21:50:39.223Z] f7b2109c1876: Preparing [2023-08-14T21:50:39.223Z] 36b50b131297: Preparing [2023-08-14T21:50:39.223Z] 36b50b131297: Waiting [2023-08-14T21:50:39.223Z] 37758cb6852c: Layer already exists [2023-08-14T21:50:39.223Z] f7b2109c1876: Layer already exists [2023-08-14T21:50:39.223Z] c09573c205f3: Layer already exists [2023-08-14T21:50:39.223Z] 161b61fd4058: Layer already exists [2023-08-14T21:50:39.223Z] a2370895ed1c: Layer already exists [2023-08-14T21:50:39.223Z] 36b50b131297: Layer already exists [2023-08-14T21:50:39.223Z] 3.1.0-dev.24: digest: sha256:159f4df93d4a522c72e39849ebfb82454bddb43aa7ca1d65027ba7e8a4da419a size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:39.366Z] #55 12.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-14T21:50:39.525Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:39.826Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T21:50:39.826Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-08-14T21:50:39.826Z] a2370895ed1c: Preparing [2023-08-14T21:50:39.826Z] 161b61fd4058: Preparing [2023-08-14T21:50:39.826Z] c09573c205f3: Preparing [2023-08-14T21:50:39.826Z] 37758cb6852c: Preparing [2023-08-14T21:50:39.826Z] f7b2109c1876: Preparing [2023-08-14T21:50:39.826Z] 36b50b131297: Preparing [2023-08-14T21:50:39.826Z] 36b50b131297: Waiting [2023-08-14T21:50:39.826Z] 37758cb6852c: Layer already exists [2023-08-14T21:50:39.826Z] c09573c205f3: Layer already exists [2023-08-14T21:50:39.826Z] 161b61fd4058: Layer already exists [2023-08-14T21:50:39.826Z] a2370895ed1c: Layer already exists [2023-08-14T21:50:39.826Z] f7b2109c1876: Layer already exists [2023-08-14T21:50:39.826Z] 36b50b131297: Layer already exists [2023-08-14T21:50:39.826Z] 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24: digest: sha256:159f4df93d4a522c72e39849ebfb82454bddb43aa7ca1d65027ba7e8a4da419a size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:39.951Z] #55 ... [2023-08-14T21:50:39.951Z] [2023-08-14T21:50:39.951Z] #51 [security-spire-agent builder 3/9] RUN apk add --update --no-cache make git build-base curl [2023-08-14T21:50:39.951Z] #51 11.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-14T21:50:39.951Z] #51 14.32 OK: 263 MiB in 53 packages [2023-08-14T21:50:39.951Z] #51 DONE 16.1s [2023-08-14T21:50:40.127Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:40.220Z] [2023-08-14T21:50:40.220Z] #64 [security-spire-config builder 4/9] COPY go.mod vendor* ./ [2023-08-14T21:50:40.431Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2023-08-14T21:50:40.431Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-08-14T21:50:40.432Z] a2370895ed1c: Preparing [2023-08-14T21:50:40.432Z] 161b61fd4058: Preparing [2023-08-14T21:50:40.432Z] c09573c205f3: Preparing [2023-08-14T21:50:40.432Z] 37758cb6852c: Preparing [2023-08-14T21:50:40.432Z] f7b2109c1876: Preparing [2023-08-14T21:50:40.432Z] 36b50b131297: Preparing [2023-08-14T21:50:40.432Z] 36b50b131297: Waiting [2023-08-14T21:50:40.432Z] 37758cb6852c: Layer already exists [2023-08-14T21:50:40.432Z] c09573c205f3: Layer already exists [2023-08-14T21:50:40.432Z] f7b2109c1876: Layer already exists [2023-08-14T21:50:40.432Z] a2370895ed1c: Layer already exists [2023-08-14T21:50:40.432Z] 161b61fd4058: Layer already exists [2023-08-14T21:50:40.432Z] 36b50b131297: Layer already exists [2023-08-14T21:50:40.432Z] main: digest: sha256:159f4df93d4a522c72e39849ebfb82454bddb43aa7ca1d65027ba7e8a4da419a size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-14T21:50:40.472Z] ===================================================== [Pipeline] echo [2023-08-14T21:50:40.480Z] taggedImages: [2023-08-14T21:50:40.480Z] - nexus3.edgexfoundry.org:10004/core-data:3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T21:50:40.480Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2023-08-14T21:50:40.480Z] - nexus3.edgexfoundry.org:10004/core-data:3.1.0-dev.24 [2023-08-14T21:50:40.480Z] - nexus3.edgexfoundry.org:10004/core-data:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T21:50:40.480Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2023-08-14T21:50:40.499Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2023-08-14T21:50:40.499Z] 3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T21:50:40.499Z] latest [2023-08-14T21:50:40.499Z] 3.1.0-dev.24 [2023-08-14T21:50:40.499Z] 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T21:50:40.499Z] main [2023-08-14T21:50:40.499Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:40.802Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3451b7e6c986f3e69473b278945a55ce4856eec7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:41.102Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T21:50:41.102Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-08-14T21:50:41.102Z] 910e6bb330dc: Preparing [2023-08-14T21:50:41.102Z] 136836264f5e: Preparing [2023-08-14T21:50:41.102Z] 4360d78b017c: Preparing [2023-08-14T21:50:41.102Z] c09573c205f3: Preparing [2023-08-14T21:50:41.102Z] 37758cb6852c: Preparing [2023-08-14T21:50:41.102Z] acfa142be7b8: Preparing [2023-08-14T21:50:41.102Z] 36b50b131297: Preparing [2023-08-14T21:50:41.102Z] acfa142be7b8: Waiting [2023-08-14T21:50:41.102Z] 36b50b131297: Waiting [2023-08-14T21:50:41.102Z] c09573c205f3: Layer already exists [2023-08-14T21:50:41.102Z] 37758cb6852c: Layer already exists [2023-08-14T21:50:41.102Z] acfa142be7b8: Layer already exists [2023-08-14T21:50:41.102Z] 36b50b131297: Layer already exists [2023-08-14T21:50:41.102Z] 910e6bb330dc: Pushed [2023-08-14T21:50:41.102Z] 136836264f5e: Pushed [2023-08-14T21:50:41.195Z] #64 DONE 1.0s [2023-08-14T21:50:41.195Z] [2023-08-14T21:50:41.195Z] #65 [security-spire-config builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T21:50:43.005Z] 4360d78b017c: Pushed [2023-08-14T21:50:43.005Z] 3451b7e6c986f3e69473b278945a55ce4856eec7: digest: sha256:9b96d2c60b7d1ca7b16a93e4c705ad58ee048ec0c4aed17712b4b835ef08ef0a size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:43.165Z] #65 ... [2023-08-14T21:50:43.165Z] [2023-08-14T21:50:43.165Z] #54 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-08-14T21:50:43.165Z] #54 15.63 OK: 263 MiB in 53 packages [2023-08-14T21:50:43.165Z] #54 DONE 16.8s [2023-08-14T21:50:43.165Z] [2023-08-14T21:50:43.165Z] #66 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2023-08-14T21:50:43.311Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:43.615Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-08-14T21:50:43.615Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-08-14T21:50:43.615Z] 910e6bb330dc: Preparing [2023-08-14T21:50:43.615Z] 136836264f5e: Preparing [2023-08-14T21:50:43.615Z] 4360d78b017c: Preparing [2023-08-14T21:50:43.615Z] c09573c205f3: Preparing [2023-08-14T21:50:43.615Z] 37758cb6852c: Preparing [2023-08-14T21:50:43.615Z] acfa142be7b8: Preparing [2023-08-14T21:50:43.615Z] 36b50b131297: Preparing [2023-08-14T21:50:43.615Z] acfa142be7b8: Waiting [2023-08-14T21:50:43.615Z] c09573c205f3: Layer already exists [2023-08-14T21:50:43.615Z] 4360d78b017c: Layer already exists [2023-08-14T21:50:43.615Z] 37758cb6852c: Layer already exists [2023-08-14T21:50:43.615Z] 136836264f5e: Layer already exists [2023-08-14T21:50:43.615Z] 910e6bb330dc: Layer already exists [2023-08-14T21:50:43.615Z] acfa142be7b8: Layer already exists [2023-08-14T21:50:43.615Z] 36b50b131297: Layer already exists [2023-08-14T21:50:43.615Z] latest: digest: sha256:9b96d2c60b7d1ca7b16a93e4c705ad58ee048ec0c4aed17712b4b835ef08ef0a size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:43.750Z] #66 DONE 0.6s [2023-08-14T21:50:43.750Z] [2023-08-14T21:50:43.750Z] #67 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T21:50:43.932Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:44.230Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.1.0-dev.24 [2023-08-14T21:50:44.230Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-08-14T21:50:44.230Z] 910e6bb330dc: Preparing [2023-08-14T21:50:44.230Z] 136836264f5e: Preparing [2023-08-14T21:50:44.230Z] 4360d78b017c: Preparing [2023-08-14T21:50:44.230Z] c09573c205f3: Preparing [2023-08-14T21:50:44.230Z] 37758cb6852c: Preparing [2023-08-14T21:50:44.230Z] acfa142be7b8: Preparing [2023-08-14T21:50:44.230Z] 36b50b131297: Preparing [2023-08-14T21:50:44.230Z] acfa142be7b8: Waiting [2023-08-14T21:50:44.230Z] 36b50b131297: Waiting [2023-08-14T21:50:44.230Z] 136836264f5e: Layer already exists [2023-08-14T21:50:44.230Z] 4360d78b017c: Layer already exists [2023-08-14T21:50:44.230Z] 37758cb6852c: Layer already exists [2023-08-14T21:50:44.230Z] 910e6bb330dc: Layer already exists [2023-08-14T21:50:44.230Z] c09573c205f3: Layer already exists [2023-08-14T21:50:44.230Z] acfa142be7b8: Layer already exists [2023-08-14T21:50:44.230Z] 36b50b131297: Layer already exists [2023-08-14T21:50:44.230Z] 3.1.0-dev.24: digest: sha256:9b96d2c60b7d1ca7b16a93e4c705ad58ee048ec0c4aed17712b4b835ef08ef0a size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:44.542Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:44.848Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T21:50:44.848Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-08-14T21:50:44.848Z] 910e6bb330dc: Preparing [2023-08-14T21:50:44.848Z] 136836264f5e: Preparing [2023-08-14T21:50:44.848Z] 4360d78b017c: Preparing [2023-08-14T21:50:44.848Z] c09573c205f3: Preparing [2023-08-14T21:50:44.848Z] 37758cb6852c: Preparing [2023-08-14T21:50:44.848Z] acfa142be7b8: Preparing [2023-08-14T21:50:44.848Z] 36b50b131297: Preparing [2023-08-14T21:50:44.848Z] 36b50b131297: Waiting [2023-08-14T21:50:44.848Z] acfa142be7b8: Waiting [2023-08-14T21:50:44.848Z] c09573c205f3: Layer already exists [2023-08-14T21:50:44.848Z] 910e6bb330dc: Layer already exists [2023-08-14T21:50:44.848Z] 37758cb6852c: Layer already exists [2023-08-14T21:50:44.848Z] 136836264f5e: Layer already exists [2023-08-14T21:50:44.848Z] 4360d78b017c: Layer already exists [2023-08-14T21:50:44.848Z] acfa142be7b8: Layer already exists [2023-08-14T21:50:44.848Z] 36b50b131297: Layer already exists [2023-08-14T21:50:44.848Z] 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24: digest: sha256:9b96d2c60b7d1ca7b16a93e4c705ad58ee048ec0c4aed17712b4b835ef08ef0a size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:45.155Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:45.459Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2023-08-14T21:50:45.459Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-08-14T21:50:45.459Z] 910e6bb330dc: Preparing [2023-08-14T21:50:45.459Z] 136836264f5e: Preparing [2023-08-14T21:50:45.459Z] 4360d78b017c: Preparing [2023-08-14T21:50:45.459Z] c09573c205f3: Preparing [2023-08-14T21:50:45.459Z] 37758cb6852c: Preparing [2023-08-14T21:50:45.459Z] acfa142be7b8: Preparing [2023-08-14T21:50:45.459Z] 36b50b131297: Preparing [2023-08-14T21:50:45.459Z] acfa142be7b8: Waiting [2023-08-14T21:50:45.459Z] 36b50b131297: Waiting [2023-08-14T21:50:45.459Z] 136836264f5e: Layer already exists [2023-08-14T21:50:45.459Z] 37758cb6852c: Layer already exists [2023-08-14T21:50:45.459Z] 910e6bb330dc: Layer already exists [2023-08-14T21:50:45.459Z] 4360d78b017c: Layer already exists [2023-08-14T21:50:45.459Z] c09573c205f3: Layer already exists [2023-08-14T21:50:45.459Z] acfa142be7b8: Layer already exists [2023-08-14T21:50:45.459Z] 36b50b131297: Layer already exists [2023-08-14T21:50:45.459Z] main: digest: sha256:9b96d2c60b7d1ca7b16a93e4c705ad58ee048ec0c4aed17712b4b835ef08ef0a size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-14T21:50:45.501Z] ===================================================== [Pipeline] echo [2023-08-14T21:50:45.508Z] taggedImages: [2023-08-14T21:50:45.508Z] - nexus3.edgexfoundry.org:10004/core-metadata:3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T21:50:45.508Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-08-14T21:50:45.508Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.1.0-dev.24 [2023-08-14T21:50:45.508Z] - nexus3.edgexfoundry.org:10004/core-metadata:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T21:50:45.508Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2023-08-14T21:50:45.523Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2023-08-14T21:50:45.523Z] 3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T21:50:45.523Z] latest [2023-08-14T21:50:45.523Z] 3.1.0-dev.24 [2023-08-14T21:50:45.523Z] 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T21:50:45.523Z] main [2023-08-14T21:50:45.523Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:45.951Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3451b7e6c986f3e69473b278945a55ce4856eec7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:46.337Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T21:50:46.337Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-08-14T21:50:46.337Z] d18c415ac9e7: Preparing [2023-08-14T21:50:46.337Z] 477ffbe61a05: Preparing [2023-08-14T21:50:46.337Z] 4b91cc26bf72: Preparing [2023-08-14T21:50:46.337Z] 816b031a2f0c: Preparing [2023-08-14T21:50:46.337Z] 18536dbf9c90: Preparing [2023-08-14T21:50:46.337Z] f02c33c83bfc: Preparing [2023-08-14T21:50:46.337Z] de275664f8eb: Preparing [2023-08-14T21:50:46.337Z] c09573c205f3: Preparing [2023-08-14T21:50:46.337Z] 37758cb6852c: Preparing [2023-08-14T21:50:46.337Z] 59faf5297e5e: Preparing [2023-08-14T21:50:46.337Z] 1d42744f85d7: Preparing [2023-08-14T21:50:46.337Z] 5f70bf18a086: Preparing [2023-08-14T21:50:46.337Z] a29671c21424: Preparing [2023-08-14T21:50:46.337Z] 014f56a37d13: Preparing [2023-08-14T21:50:46.337Z] 36b50b131297: Preparing [2023-08-14T21:50:46.337Z] de275664f8eb: Waiting [2023-08-14T21:50:46.337Z] 5f70bf18a086: Waiting [2023-08-14T21:50:46.337Z] c09573c205f3: Waiting [2023-08-14T21:50:46.337Z] a29671c21424: Waiting [2023-08-14T21:50:46.337Z] 37758cb6852c: Waiting [2023-08-14T21:50:46.337Z] 014f56a37d13: Waiting [2023-08-14T21:50:46.337Z] 59faf5297e5e: Waiting [2023-08-14T21:50:46.337Z] 36b50b131297: Waiting [2023-08-14T21:50:46.337Z] f02c33c83bfc: Waiting [2023-08-14T21:50:46.337Z] 1d42744f85d7: Waiting [2023-08-14T21:50:46.337Z] d18c415ac9e7: Pushed [2023-08-14T21:50:46.337Z] 816b031a2f0c: Pushed [2023-08-14T21:50:46.337Z] 477ffbe61a05: Pushed [2023-08-14T21:50:46.337Z] 18536dbf9c90: Pushed [2023-08-14T21:50:46.337Z] 4b91cc26bf72: Pushed [2023-08-14T21:50:46.337Z] c09573c205f3: Layer already exists [2023-08-14T21:50:46.337Z] 37758cb6852c: Layer already exists [2023-08-14T21:50:46.337Z] f02c33c83bfc: Pushed [2023-08-14T21:50:46.341Z] #67 ... [2023-08-14T21:50:46.341Z] [2023-08-14T21:50:46.341Z] #53 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-08-14T21:50:46.341Z] #53 10.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-14T21:50:46.341Z] #53 14.80 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-08-14T21:50:46.341Z] #53 14.80 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-08-14T21:50:46.341Z] #53 14.80 OK: 17689 distinct packages available [2023-08-14T21:50:46.341Z] #53 15.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-14T21:50:46.341Z] #53 18.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-14T21:50:46.341Z] #53 ... [2023-08-14T21:50:46.341Z] [2023-08-14T21:50:46.341Z] #36 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-08-14T21:50:46.341Z] #36 14.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-14T21:50:46.341Z] #36 18.90 (1/4) Installing ca-certificates (20230506-r0) [2023-08-14T21:50:46.341Z] #36 19.36 (2/4) Installing dumb-init (1.2.5-r2) [2023-08-14T21:50:46.341Z] #36 19.40 (3/4) Installing su-exec (0.2-r2) [2023-08-14T21:50:46.341Z] #36 19.42 (4/4) Installing yq (4.30.4-r4) [2023-08-14T21:50:46.341Z] #36 20.38 Executing busybox-1.35.0-r29.trigger [2023-08-14T21:50:46.341Z] #36 20.46 Executing ca-certificates-20230506-r0.trigger [2023-08-14T21:50:46.619Z] 5f70bf18a086: Pushed [2023-08-14T21:50:46.619Z] 1d42744f85d7: Pushed [2023-08-14T21:50:46.619Z] 59faf5297e5e: Pushed [2023-08-14T21:50:46.619Z] 36b50b131297: Layer already exists [2023-08-14T21:50:46.619Z] a29671c21424: Pushed [2023-08-14T21:50:46.619Z] 014f56a37d13: Pushed [2023-08-14T21:50:47.770Z] #36 ... [2023-08-14T21:50:47.770Z] [2023-08-14T21:50:47.770Z] #38 [core-metadata stage-1 2/8] RUN apk add --update --no-cache dumb-init [2023-08-14T21:50:47.770Z] #38 12.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-14T21:50:47.770Z] #38 14.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-14T21:50:47.770Z] #38 20.16 (1/1) Installing dumb-init (1.2.5-r2) [2023-08-14T21:50:47.770Z] #38 20.19 Executing busybox-1.35.0-r29.trigger [2023-08-14T21:50:47.770Z] #38 20.28 OK: 8 MiB in 16 packages [2023-08-14T21:50:47.770Z] #38 DONE 21.7s [2023-08-14T21:50:47.770Z] [2023-08-14T21:50:47.770Z] #56 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-08-14T21:50:47.770Z] #56 13.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-14T21:50:47.771Z] #56 15.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-14T21:50:47.771Z] #56 21.26 (1/2) Installing dumb-init (1.2.5-r2) [2023-08-14T21:50:47.771Z] #56 21.31 (2/2) Installing su-exec (0.2-r2) [2023-08-14T21:50:47.771Z] #56 21.32 Executing busybox-1.35.0-r29.trigger [2023-08-14T21:50:47.771Z] #56 21.49 OK: 8 MiB in 17 packages [2023-08-14T21:50:47.771Z] #56 ... [2023-08-14T21:50:47.771Z] [2023-08-14T21:50:47.771Z] #68 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T21:50:48.037Z] #68 ... [2023-08-14T21:50:48.037Z] [2023-08-14T21:50:48.037Z] #58 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-08-14T21:50:48.037Z] #58 15.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-14T21:50:48.037Z] #58 18.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-14T21:50:48.340Z] #58 ... [2023-08-14T21:50:48.341Z] [2023-08-14T21:50:48.341Z] #55 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-08-14T21:50:48.341Z] #55 15.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-14T21:50:48.341Z] #55 20.86 OK: 263 MiB in 53 packages [2023-08-14T21:50:48.341Z] #55 DONE 21.9s [2023-08-14T21:50:48.341Z] [2023-08-14T21:50:48.341Z] #69 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T21:50:48.341Z] #69 ... [2023-08-14T21:50:48.341Z] [2023-08-14T21:50:48.341Z] #70 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2023-08-14T21:50:48.593Z] de275664f8eb: Pushed [2023-08-14T21:50:48.593Z] 3451b7e6c986f3e69473b278945a55ce4856eec7: digest: sha256:e70ae96fab86891e0ae6adead69ed0383ee67e0cf67942817d1d3248b59a6efd size: 3437 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [2023-08-14T21:50:48.629Z] #70 DONE 0.5s [2023-08-14T21:50:48.630Z] [2023-08-14T21:50:48.630Z] #71 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [Pipeline] sh [2023-08-14T21:50:48.906Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:49.207Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-08-14T21:50:49.207Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-08-14T21:50:49.207Z] d18c415ac9e7: Preparing [2023-08-14T21:50:49.207Z] 477ffbe61a05: Preparing [2023-08-14T21:50:49.207Z] 4b91cc26bf72: Preparing [2023-08-14T21:50:49.207Z] 816b031a2f0c: Preparing [2023-08-14T21:50:49.207Z] 18536dbf9c90: Preparing [2023-08-14T21:50:49.207Z] f02c33c83bfc: Preparing [2023-08-14T21:50:49.207Z] de275664f8eb: Preparing [2023-08-14T21:50:49.207Z] c09573c205f3: Preparing [2023-08-14T21:50:49.207Z] 37758cb6852c: Preparing [2023-08-14T21:50:49.207Z] 59faf5297e5e: Preparing [2023-08-14T21:50:49.207Z] 1d42744f85d7: Preparing [2023-08-14T21:50:49.207Z] 5f70bf18a086: Preparing [2023-08-14T21:50:49.207Z] a29671c21424: Preparing [2023-08-14T21:50:49.207Z] 014f56a37d13: Preparing [2023-08-14T21:50:49.207Z] 36b50b131297: Preparing [2023-08-14T21:50:49.207Z] 37758cb6852c: Waiting [2023-08-14T21:50:49.207Z] 59faf5297e5e: Waiting [2023-08-14T21:50:49.207Z] 1d42744f85d7: Waiting [2023-08-14T21:50:49.207Z] 5f70bf18a086: Waiting [2023-08-14T21:50:49.207Z] a29671c21424: Waiting [2023-08-14T21:50:49.207Z] 014f56a37d13: Waiting [2023-08-14T21:50:49.207Z] 36b50b131297: Waiting [2023-08-14T21:50:49.207Z] f02c33c83bfc: Waiting [2023-08-14T21:50:49.207Z] de275664f8eb: Waiting [2023-08-14T21:50:49.207Z] c09573c205f3: Waiting [2023-08-14T21:50:49.207Z] 18536dbf9c90: Layer already exists [2023-08-14T21:50:49.207Z] 816b031a2f0c: Layer already exists [2023-08-14T21:50:49.207Z] 4b91cc26bf72: Layer already exists [2023-08-14T21:50:49.207Z] 477ffbe61a05: Layer already exists [2023-08-14T21:50:49.207Z] d18c415ac9e7: Layer already exists [2023-08-14T21:50:49.207Z] de275664f8eb: Layer already exists [2023-08-14T21:50:49.207Z] f02c33c83bfc: Layer already exists [2023-08-14T21:50:49.207Z] c09573c205f3: Layer already exists [2023-08-14T21:50:49.207Z] 59faf5297e5e: Layer already exists [2023-08-14T21:50:49.207Z] 37758cb6852c: Layer already exists [2023-08-14T21:50:49.207Z] 1d42744f85d7: Layer already exists [2023-08-14T21:50:49.207Z] 5f70bf18a086: Layer already exists [2023-08-14T21:50:49.207Z] 36b50b131297: Layer already exists [2023-08-14T21:50:49.207Z] 014f56a37d13: Layer already exists [2023-08-14T21:50:49.207Z] a29671c21424: Layer already exists [2023-08-14T21:50:49.207Z] latest: digest: sha256:e70ae96fab86891e0ae6adead69ed0383ee67e0cf67942817d1d3248b59a6efd size: 3437 [2023-08-14T21:50:49.213Z] #71 ... [2023-08-14T21:50:49.213Z] [2023-08-14T21:50:49.213Z] #56 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-08-14T21:50:49.213Z] #56 DONE 23.0s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:49.478Z] [2023-08-14T21:50:49.478Z] #72 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2023-08-14T21:50:49.520Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:49.827Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.1.0-dev.24 [2023-08-14T21:50:49.827Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-08-14T21:50:49.827Z] d18c415ac9e7: Preparing [2023-08-14T21:50:49.827Z] 477ffbe61a05: Preparing [2023-08-14T21:50:49.827Z] 4b91cc26bf72: Preparing [2023-08-14T21:50:49.827Z] 816b031a2f0c: Preparing [2023-08-14T21:50:49.827Z] 18536dbf9c90: Preparing [2023-08-14T21:50:49.827Z] f02c33c83bfc: Preparing [2023-08-14T21:50:49.827Z] de275664f8eb: Preparing [2023-08-14T21:50:49.827Z] c09573c205f3: Preparing [2023-08-14T21:50:49.827Z] 37758cb6852c: Preparing [2023-08-14T21:50:49.827Z] 59faf5297e5e: Preparing [2023-08-14T21:50:49.827Z] 1d42744f85d7: Preparing [2023-08-14T21:50:49.827Z] 5f70bf18a086: Preparing [2023-08-14T21:50:49.827Z] a29671c21424: Preparing [2023-08-14T21:50:49.827Z] 014f56a37d13: Preparing [2023-08-14T21:50:49.827Z] 36b50b131297: Preparing [2023-08-14T21:50:49.827Z] de275664f8eb: Waiting [2023-08-14T21:50:49.827Z] c09573c205f3: Waiting [2023-08-14T21:50:49.827Z] 37758cb6852c: Waiting [2023-08-14T21:50:49.827Z] 59faf5297e5e: Waiting [2023-08-14T21:50:49.827Z] 1d42744f85d7: Waiting [2023-08-14T21:50:49.827Z] 5f70bf18a086: Waiting [2023-08-14T21:50:49.827Z] a29671c21424: Waiting [2023-08-14T21:50:49.827Z] 014f56a37d13: Waiting [2023-08-14T21:50:49.827Z] 36b50b131297: Waiting [2023-08-14T21:50:49.827Z] f02c33c83bfc: Waiting [2023-08-14T21:50:49.827Z] d18c415ac9e7: Layer already exists [2023-08-14T21:50:49.827Z] 18536dbf9c90: Layer already exists [2023-08-14T21:50:49.827Z] 4b91cc26bf72: Layer already exists [2023-08-14T21:50:49.827Z] 816b031a2f0c: Layer already exists [2023-08-14T21:50:49.827Z] 477ffbe61a05: Layer already exists [2023-08-14T21:50:49.827Z] f02c33c83bfc: Layer already exists [2023-08-14T21:50:49.827Z] c09573c205f3: Layer already exists [2023-08-14T21:50:49.827Z] 59faf5297e5e: Layer already exists [2023-08-14T21:50:49.827Z] de275664f8eb: Layer already exists [2023-08-14T21:50:49.827Z] 37758cb6852c: Layer already exists [2023-08-14T21:50:49.827Z] 1d42744f85d7: Layer already exists [2023-08-14T21:50:49.827Z] 5f70bf18a086: Layer already exists [2023-08-14T21:50:49.827Z] 014f56a37d13: Layer already exists [2023-08-14T21:50:49.827Z] 36b50b131297: Layer already exists [2023-08-14T21:50:49.827Z] a29671c21424: Layer already exists [2023-08-14T21:50:49.827Z] 3.1.0-dev.24: digest: sha256:e70ae96fab86891e0ae6adead69ed0383ee67e0cf67942817d1d3248b59a6efd size: 3437 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:50.069Z] #72 ... [2023-08-14T21:50:50.069Z] [2023-08-14T21:50:50.069Z] #36 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-08-14T21:50:50.069Z] #36 22.82 OK: 17 MiB in 19 packages [2023-08-14T21:50:50.069Z] #36 DONE 24.1s [2023-08-14T21:50:50.069Z] [2023-08-14T21:50:50.069Z] #62 [security-spire-agent stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-08-14T21:50:50.069Z] #62 13.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-14T21:50:50.069Z] #62 16.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-14T21:50:50.069Z] #62 22.36 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-08-14T21:50:50.069Z] #62 22.36 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-08-14T21:50:50.069Z] #62 22.36 OK: 17689 distinct packages available [2023-08-14T21:50:50.143Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:50.339Z] #62 ... [2023-08-14T21:50:50.339Z] [2023-08-14T21:50:50.339Z] #60 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-08-14T21:50:50.339Z] #60 13.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-14T21:50:50.339Z] #60 16.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-14T21:50:50.339Z] #60 22.26 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-08-14T21:50:50.339Z] #60 22.26 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-08-14T21:50:50.339Z] #60 22.26 OK: 17689 distinct packages available [2023-08-14T21:50:50.339Z] #60 23.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-14T21:50:50.446Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T21:50:50.446Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-08-14T21:50:50.446Z] d18c415ac9e7: Preparing [2023-08-14T21:50:50.446Z] 477ffbe61a05: Preparing [2023-08-14T21:50:50.446Z] 4b91cc26bf72: Preparing [2023-08-14T21:50:50.446Z] 816b031a2f0c: Preparing [2023-08-14T21:50:50.446Z] 18536dbf9c90: Preparing [2023-08-14T21:50:50.446Z] f02c33c83bfc: Preparing [2023-08-14T21:50:50.446Z] de275664f8eb: Preparing [2023-08-14T21:50:50.446Z] c09573c205f3: Preparing [2023-08-14T21:50:50.446Z] 37758cb6852c: Preparing [2023-08-14T21:50:50.446Z] 59faf5297e5e: Preparing [2023-08-14T21:50:50.446Z] 1d42744f85d7: Preparing [2023-08-14T21:50:50.446Z] 5f70bf18a086: Preparing [2023-08-14T21:50:50.446Z] a29671c21424: Preparing [2023-08-14T21:50:50.446Z] 014f56a37d13: Preparing [2023-08-14T21:50:50.446Z] 36b50b131297: Preparing [2023-08-14T21:50:50.446Z] f02c33c83bfc: Waiting [2023-08-14T21:50:50.446Z] 1d42744f85d7: Waiting [2023-08-14T21:50:50.446Z] de275664f8eb: Waiting [2023-08-14T21:50:50.446Z] 5f70bf18a086: Waiting [2023-08-14T21:50:50.446Z] 37758cb6852c: Waiting [2023-08-14T21:50:50.446Z] 59faf5297e5e: Waiting [2023-08-14T21:50:50.446Z] c09573c205f3: Waiting [2023-08-14T21:50:50.446Z] a29671c21424: Waiting [2023-08-14T21:50:50.446Z] 014f56a37d13: Waiting [2023-08-14T21:50:50.446Z] 816b031a2f0c: Layer already exists [2023-08-14T21:50:50.446Z] 18536dbf9c90: Layer already exists [2023-08-14T21:50:50.446Z] 4b91cc26bf72: Layer already exists [2023-08-14T21:50:50.446Z] d18c415ac9e7: Layer already exists [2023-08-14T21:50:50.446Z] 477ffbe61a05: Layer already exists [2023-08-14T21:50:50.446Z] de275664f8eb: Layer already exists [2023-08-14T21:50:50.446Z] c09573c205f3: Layer already exists [2023-08-14T21:50:50.446Z] f02c33c83bfc: Layer already exists [2023-08-14T21:50:50.446Z] 37758cb6852c: Layer already exists [2023-08-14T21:50:50.446Z] 59faf5297e5e: Layer already exists [2023-08-14T21:50:50.446Z] 014f56a37d13: Layer already exists [2023-08-14T21:50:50.446Z] a29671c21424: Layer already exists [2023-08-14T21:50:50.446Z] 5f70bf18a086: Layer already exists [2023-08-14T21:50:50.446Z] 1d42744f85d7: Layer already exists [2023-08-14T21:50:50.446Z] 36b50b131297: Layer already exists [2023-08-14T21:50:50.446Z] 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24: digest: sha256:e70ae96fab86891e0ae6adead69ed0383ee67e0cf67942817d1d3248b59a6efd size: 3437 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:50.610Z] #60 ... [2023-08-14T21:50:50.610Z] [2023-08-14T21:50:50.610Z] #59 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-08-14T21:50:50.610Z] #59 15.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-14T21:50:50.610Z] #59 18.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-14T21:50:50.610Z] #59 23.78 (1/1) Installing dumb-init (1.2.5-r2) [2023-08-14T21:50:50.610Z] #59 23.81 Executing busybox-1.35.0-r29.trigger [2023-08-14T21:50:50.610Z] #59 23.89 OK: 8 MiB in 16 packages [2023-08-14T21:50:50.610Z] #59 ... [2023-08-14T21:50:50.610Z] [2023-08-14T21:50:50.610Z] #53 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-08-14T21:50:50.610Z] #53 24.62 (1/4) Installing dumb-init (1.2.5-r2) [2023-08-14T21:50:50.610Z] #53 24.66 (2/4) Installing musl-obstack (1.2.3-r0) [2023-08-14T21:50:50.610Z] #53 24.67 (3/4) Installing libucontext (1.2-r0) [2023-08-14T21:50:50.610Z] #53 24.69 (4/4) Installing gcompat (1.1.0-r0) [2023-08-14T21:50:50.610Z] #53 24.70 Executing busybox-1.35.0-r29.trigger [2023-08-14T21:50:50.610Z] #53 24.82 OK: 8 MiB in 19 packages [2023-08-14T21:50:50.756Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:51.070Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2023-08-14T21:50:51.070Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-08-14T21:50:51.070Z] d18c415ac9e7: Preparing [2023-08-14T21:50:51.070Z] 477ffbe61a05: Preparing [2023-08-14T21:50:51.070Z] 4b91cc26bf72: Preparing [2023-08-14T21:50:51.070Z] 816b031a2f0c: Preparing [2023-08-14T21:50:51.070Z] 18536dbf9c90: Preparing [2023-08-14T21:50:51.070Z] f02c33c83bfc: Preparing [2023-08-14T21:50:51.070Z] de275664f8eb: Preparing [2023-08-14T21:50:51.070Z] c09573c205f3: Preparing [2023-08-14T21:50:51.070Z] 37758cb6852c: Preparing [2023-08-14T21:50:51.070Z] 59faf5297e5e: Preparing [2023-08-14T21:50:51.070Z] 1d42744f85d7: Preparing [2023-08-14T21:50:51.070Z] 5f70bf18a086: Preparing [2023-08-14T21:50:51.070Z] a29671c21424: Preparing [2023-08-14T21:50:51.070Z] 014f56a37d13: Preparing [2023-08-14T21:50:51.070Z] 36b50b131297: Preparing [2023-08-14T21:50:51.070Z] 37758cb6852c: Waiting [2023-08-14T21:50:51.070Z] 59faf5297e5e: Waiting [2023-08-14T21:50:51.070Z] 1d42744f85d7: Waiting [2023-08-14T21:50:51.070Z] 5f70bf18a086: Waiting [2023-08-14T21:50:51.070Z] a29671c21424: Waiting [2023-08-14T21:50:51.070Z] 014f56a37d13: Waiting [2023-08-14T21:50:51.070Z] 36b50b131297: Waiting [2023-08-14T21:50:51.070Z] f02c33c83bfc: Waiting [2023-08-14T21:50:51.070Z] c09573c205f3: Waiting [2023-08-14T21:50:51.070Z] de275664f8eb: Waiting [2023-08-14T21:50:51.070Z] 18536dbf9c90: Layer already exists [2023-08-14T21:50:51.070Z] d18c415ac9e7: Layer already exists [2023-08-14T21:50:51.070Z] 4b91cc26bf72: Layer already exists [2023-08-14T21:50:51.070Z] 477ffbe61a05: Layer already exists [2023-08-14T21:50:51.070Z] 816b031a2f0c: Layer already exists [2023-08-14T21:50:51.070Z] de275664f8eb: Layer already exists [2023-08-14T21:50:51.070Z] f02c33c83bfc: Layer already exists [2023-08-14T21:50:51.070Z] c09573c205f3: Layer already exists [2023-08-14T21:50:51.070Z] 59faf5297e5e: Layer already exists [2023-08-14T21:50:51.070Z] 37758cb6852c: Layer already exists [2023-08-14T21:50:51.070Z] 5f70bf18a086: Layer already exists [2023-08-14T21:50:51.070Z] 36b50b131297: Layer already exists [2023-08-14T21:50:51.070Z] a29671c21424: Layer already exists [2023-08-14T21:50:51.070Z] 1d42744f85d7: Layer already exists [2023-08-14T21:50:51.070Z] 014f56a37d13: Layer already exists [2023-08-14T21:50:51.070Z] main: digest: sha256:e70ae96fab86891e0ae6adead69ed0383ee67e0cf67942817d1d3248b59a6efd size: 3437 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-14T21:50:51.122Z] ===================================================== [Pipeline] echo [2023-08-14T21:50:51.131Z] taggedImages: [2023-08-14T21:50:51.131Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T21:50:51.131Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-08-14T21:50:51.131Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.1.0-dev.24 [2023-08-14T21:50:51.131Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T21:50:51.131Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2023-08-14T21:50:51.152Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2023-08-14T21:50:51.152Z] 3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T21:50:51.152Z] latest [2023-08-14T21:50:51.152Z] 3.1.0-dev.24 [2023-08-14T21:50:51.152Z] 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T21:50:51.152Z] main [2023-08-14T21:50:51.152Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:51.483Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3451b7e6c986f3e69473b278945a55ce4856eec7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:51.572Z] #53 ... [2023-08-14T21:50:51.573Z] [2023-08-14T21:50:51.573Z] #59 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-08-14T21:50:51.573Z] #59 DONE 24.8s [2023-08-14T21:50:51.573Z] [2023-08-14T21:50:51.573Z] #58 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-08-14T21:50:51.573Z] #58 24.22 (1/2) Installing ca-certificates (20230506-r0) [2023-08-14T21:50:51.573Z] #58 24.52 (2/2) Installing dumb-init (1.2.5-r2) [2023-08-14T21:50:51.573Z] #58 24.57 Executing busybox-1.35.0-r29.trigger [2023-08-14T21:50:51.573Z] #58 24.81 Executing ca-certificates-20230506-r0.trigger [2023-08-14T21:50:51.793Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T21:50:51.793Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-08-14T21:50:51.793Z] 87b3c38dafdd: Preparing [2023-08-14T21:50:51.793Z] f412114c6156: Preparing [2023-08-14T21:50:51.793Z] ae3fb314a7f0: Preparing [2023-08-14T21:50:51.793Z] c65bc9955a08: Preparing [2023-08-14T21:50:51.793Z] c09573c205f3: Preparing [2023-08-14T21:50:51.793Z] 37758cb6852c: Preparing [2023-08-14T21:50:51.793Z] acfa142be7b8: Preparing [2023-08-14T21:50:51.793Z] 36b50b131297: Preparing [2023-08-14T21:50:51.793Z] 37758cb6852c: Waiting [2023-08-14T21:50:51.793Z] acfa142be7b8: Waiting [2023-08-14T21:50:51.793Z] 36b50b131297: Waiting [2023-08-14T21:50:51.793Z] c09573c205f3: Layer already exists [2023-08-14T21:50:51.793Z] f412114c6156: Layer already exists [2023-08-14T21:50:51.793Z] 87b3c38dafdd: Layer already exists [2023-08-14T21:50:51.793Z] 37758cb6852c: Layer already exists [2023-08-14T21:50:51.793Z] acfa142be7b8: Layer already exists [2023-08-14T21:50:51.793Z] 36b50b131297: Layer already exists [2023-08-14T21:50:51.793Z] ae3fb314a7f0: Pushed [2023-08-14T21:50:52.167Z] #58 ... [2023-08-14T21:50:52.167Z] [2023-08-14T21:50:52.167Z] #53 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-08-14T21:50:52.167Z] #53 DONE 26.1s [2023-08-14T21:50:52.167Z] [2023-08-14T21:50:52.167Z] #62 [security-spire-agent stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-08-14T21:50:52.167Z] #62 23.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-14T21:50:52.441Z] #62 ... [2023-08-14T21:50:52.442Z] [2023-08-14T21:50:52.442Z] #63 [security-proxy-setup stage-1 2/9] RUN apk add --update --no-cache dumb-init openssl [2023-08-14T21:50:52.442Z] #63 14.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-14T21:50:52.442Z] #63 17.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-14T21:50:52.442Z] #63 23.37 (1/2) Installing dumb-init (1.2.5-r2) [2023-08-14T21:50:52.442Z] #63 23.38 (2/2) Installing openssl (3.0.10-r0) [2023-08-14T21:50:52.442Z] #63 23.46 Executing busybox-1.35.0-r29.trigger [2023-08-14T21:50:52.442Z] #63 23.68 OK: 8 MiB in 17 packages [2023-08-14T21:50:52.710Z] #63 DONE 24.7s [2023-08-14T21:50:52.710Z] [2023-08-14T21:50:52.710Z] #72 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2023-08-14T21:50:52.710Z] #72 DONE 3.4s [2023-08-14T21:50:52.710Z] [2023-08-14T21:50:52.710Z] #73 [security-bootstrapper stage-1 4/15] WORKDIR /edgex-init-staging [2023-08-14T21:50:52.980Z] #73 ... [2023-08-14T21:50:52.980Z] [2023-08-14T21:50:52.980Z] #74 [security-proxy-setup stage-1 3/9] WORKDIR /edgex [2023-08-14T21:50:52.980Z] #74 DONE 0.4s [2023-08-14T21:50:52.980Z] [2023-08-14T21:50:52.980Z] #73 [security-bootstrapper stage-1 4/15] WORKDIR /edgex-init-staging [2023-08-14T21:50:52.980Z] #73 DONE 0.3s [2023-08-14T21:50:52.980Z] [2023-08-14T21:50:52.980Z] #67 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T21:50:53.171Z] c65bc9955a08: Pushed [2023-08-14T21:50:53.171Z] 3451b7e6c986f3e69473b278945a55ce4856eec7: digest: sha256:e380987eff4cdf12b288b54dd07210a8e29c004049e98e512025a310c8cc02e7 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:53.252Z] #67 ... [2023-08-14T21:50:53.252Z] [2023-08-14T21:50:53.252Z] #58 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-08-14T21:50:53.252Z] #58 26.49 OK: 8 MiB in 17 packages [2023-08-14T21:50:53.480Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:53.792Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2023-08-14T21:50:53.792Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-08-14T21:50:53.792Z] 87b3c38dafdd: Preparing [2023-08-14T21:50:53.792Z] f412114c6156: Preparing [2023-08-14T21:50:53.792Z] ae3fb314a7f0: Preparing [2023-08-14T21:50:53.792Z] c65bc9955a08: Preparing [2023-08-14T21:50:53.792Z] c09573c205f3: Preparing [2023-08-14T21:50:53.792Z] 37758cb6852c: Preparing [2023-08-14T21:50:53.792Z] acfa142be7b8: Preparing [2023-08-14T21:50:53.792Z] 36b50b131297: Preparing [2023-08-14T21:50:53.792Z] acfa142be7b8: Waiting [2023-08-14T21:50:53.792Z] 36b50b131297: Waiting [2023-08-14T21:50:53.792Z] f412114c6156: Layer already exists [2023-08-14T21:50:53.792Z] c65bc9955a08: Layer already exists [2023-08-14T21:50:53.792Z] 87b3c38dafdd: Layer already exists [2023-08-14T21:50:53.792Z] c09573c205f3: Layer already exists [2023-08-14T21:50:53.792Z] ae3fb314a7f0: Layer already exists [2023-08-14T21:50:53.792Z] 37758cb6852c: Layer already exists [2023-08-14T21:50:53.792Z] acfa142be7b8: Layer already exists [2023-08-14T21:50:53.792Z] 36b50b131297: Layer already exists [2023-08-14T21:50:53.792Z] latest: digest: sha256:e380987eff4cdf12b288b54dd07210a8e29c004049e98e512025a310c8cc02e7 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:53.836Z] #58 DONE 27.1s [2023-08-14T21:50:53.836Z] [2023-08-14T21:50:53.836Z] #62 [security-spire-agent stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-08-14T21:50:53.836Z] #62 25.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-14T21:50:54.111Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:54.416Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.1.0-dev.24 [2023-08-14T21:50:54.416Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-08-14T21:50:54.416Z] 87b3c38dafdd: Preparing [2023-08-14T21:50:54.416Z] f412114c6156: Preparing [2023-08-14T21:50:54.416Z] ae3fb314a7f0: Preparing [2023-08-14T21:50:54.416Z] c65bc9955a08: Preparing [2023-08-14T21:50:54.416Z] c09573c205f3: Preparing [2023-08-14T21:50:54.416Z] 37758cb6852c: Preparing [2023-08-14T21:50:54.416Z] acfa142be7b8: Preparing [2023-08-14T21:50:54.416Z] 36b50b131297: Preparing [2023-08-14T21:50:54.416Z] 37758cb6852c: Waiting [2023-08-14T21:50:54.416Z] acfa142be7b8: Waiting [2023-08-14T21:50:54.416Z] 36b50b131297: Waiting [2023-08-14T21:50:54.416Z] c65bc9955a08: Layer already exists [2023-08-14T21:50:54.416Z] 87b3c38dafdd: Layer already exists [2023-08-14T21:50:54.416Z] c09573c205f3: Layer already exists [2023-08-14T21:50:54.416Z] f412114c6156: Layer already exists [2023-08-14T21:50:54.416Z] ae3fb314a7f0: Layer already exists [2023-08-14T21:50:54.416Z] 37758cb6852c: Layer already exists [2023-08-14T21:50:54.416Z] acfa142be7b8: Layer already exists [2023-08-14T21:50:54.416Z] 36b50b131297: Layer already exists [2023-08-14T21:50:54.416Z] 3.1.0-dev.24: digest: sha256:e380987eff4cdf12b288b54dd07210a8e29c004049e98e512025a310c8cc02e7 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:54.725Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:55.032Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T21:50:55.032Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-08-14T21:50:55.032Z] 87b3c38dafdd: Preparing [2023-08-14T21:50:55.032Z] f412114c6156: Preparing [2023-08-14T21:50:55.032Z] ae3fb314a7f0: Preparing [2023-08-14T21:50:55.032Z] c65bc9955a08: Preparing [2023-08-14T21:50:55.032Z] c09573c205f3: Preparing [2023-08-14T21:50:55.032Z] 37758cb6852c: Preparing [2023-08-14T21:50:55.032Z] acfa142be7b8: Preparing [2023-08-14T21:50:55.032Z] 36b50b131297: Preparing [2023-08-14T21:50:55.032Z] 37758cb6852c: Waiting [2023-08-14T21:50:55.032Z] acfa142be7b8: Waiting [2023-08-14T21:50:55.032Z] 36b50b131297: Waiting [2023-08-14T21:50:55.032Z] f412114c6156: Layer already exists [2023-08-14T21:50:55.032Z] 87b3c38dafdd: Layer already exists [2023-08-14T21:50:55.032Z] c65bc9955a08: Layer already exists [2023-08-14T21:50:55.032Z] ae3fb314a7f0: Layer already exists [2023-08-14T21:50:55.032Z] c09573c205f3: Layer already exists [2023-08-14T21:50:55.032Z] acfa142be7b8: Layer already exists [2023-08-14T21:50:55.032Z] 37758cb6852c: Layer already exists [2023-08-14T21:50:55.032Z] 36b50b131297: Layer already exists [2023-08-14T21:50:55.032Z] 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24: digest: sha256:e380987eff4cdf12b288b54dd07210a8e29c004049e98e512025a310c8cc02e7 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:55.251Z] #62 27.51 (1/5) Installing dumb-init (1.2.5-r2) [2023-08-14T21:50:55.251Z] #62 27.52 (2/5) Installing musl-obstack (1.2.3-r0) [2023-08-14T21:50:55.251Z] #62 27.54 (3/5) Installing libucontext (1.2-r0) [2023-08-14T21:50:55.251Z] #62 27.55 (4/5) Installing gcompat (1.1.0-r0) [2023-08-14T21:50:55.251Z] #62 27.56 (5/5) Installing openssl (3.0.10-r0) [2023-08-14T21:50:55.251Z] #62 27.59 Executing busybox-1.35.0-r29.trigger [2023-08-14T21:50:55.251Z] #62 27.63 OK: 9 MiB in 20 packages [2023-08-14T21:50:55.346Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:55.657Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2023-08-14T21:50:55.657Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-08-14T21:50:55.657Z] 87b3c38dafdd: Preparing [2023-08-14T21:50:55.657Z] f412114c6156: Preparing [2023-08-14T21:50:55.657Z] ae3fb314a7f0: Preparing [2023-08-14T21:50:55.657Z] c65bc9955a08: Preparing [2023-08-14T21:50:55.657Z] c09573c205f3: Preparing [2023-08-14T21:50:55.657Z] 37758cb6852c: Preparing [2023-08-14T21:50:55.657Z] acfa142be7b8: Preparing [2023-08-14T21:50:55.657Z] 36b50b131297: Preparing [2023-08-14T21:50:55.657Z] acfa142be7b8: Waiting [2023-08-14T21:50:55.657Z] 37758cb6852c: Waiting [2023-08-14T21:50:55.657Z] 36b50b131297: Waiting [2023-08-14T21:50:55.657Z] c09573c205f3: Layer already exists [2023-08-14T21:50:55.657Z] f412114c6156: Layer already exists [2023-08-14T21:50:55.657Z] c65bc9955a08: Layer already exists [2023-08-14T21:50:55.657Z] 87b3c38dafdd: Layer already exists [2023-08-14T21:50:55.657Z] ae3fb314a7f0: Layer already exists [2023-08-14T21:50:55.657Z] 37758cb6852c: Layer already exists [2023-08-14T21:50:55.657Z] acfa142be7b8: Layer already exists [2023-08-14T21:50:55.657Z] 36b50b131297: Layer already exists [2023-08-14T21:50:55.657Z] main: digest: sha256:e380987eff4cdf12b288b54dd07210a8e29c004049e98e512025a310c8cc02e7 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-14T21:50:55.698Z] ===================================================== [Pipeline] echo [2023-08-14T21:50:55.707Z] taggedImages: [2023-08-14T21:50:55.707Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T21:50:55.707Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2023-08-14T21:50:55.707Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.1.0-dev.24 [2023-08-14T21:50:55.707Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T21:50:55.707Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2023-08-14T21:50:55.728Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2023-08-14T21:50:55.728Z] 3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T21:50:55.728Z] latest [2023-08-14T21:50:55.728Z] 3.1.0-dev.24 [2023-08-14T21:50:55.728Z] 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T21:50:55.728Z] main [2023-08-14T21:50:55.728Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:55.869Z] #62 DONE 28.1s [2023-08-14T21:50:55.869Z] [2023-08-14T21:50:55.869Z] #60 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-08-14T21:50:55.869Z] #60 26.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-14T21:50:55.869Z] #60 28.32 (1/9) Installing ca-certificates (20230506-r0) [2023-08-14T21:50:55.869Z] #60 28.44 (2/9) Installing brotli-libs (1.0.9-r9) [2023-08-14T21:50:55.869Z] #60 28.49 (3/9) Installing nghttp2-libs (1.51.0-r1) [2023-08-14T21:50:55.869Z] #60 28.52 (4/9) Installing libcurl (8.2.1-r0) [2023-08-14T21:50:55.869Z] #60 28.58 (5/9) Installing curl (8.2.1-r0) [2023-08-14T21:50:55.869Z] #60 28.60 (6/9) Installing dumb-init (1.2.5-r2) [2023-08-14T21:50:55.869Z] #60 28.60 (7/9) Installing musl-obstack (1.2.3-r0) [2023-08-14T21:50:55.869Z] #60 28.61 (8/9) Installing libucontext (1.2-r0) [2023-08-14T21:50:55.869Z] #60 28.62 (9/9) Installing gcompat (1.1.0-r0) [2023-08-14T21:50:55.869Z] #60 28.63 Executing busybox-1.35.0-r29.trigger [2023-08-14T21:50:55.869Z] #60 28.68 Executing ca-certificates-20230506-r0.trigger [2023-08-14T21:50:56.044Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3451b7e6c986f3e69473b278945a55ce4856eec7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:56.139Z] #60 29.38 OK: 11 MiB in 24 packages [2023-08-14T21:50:56.354Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T21:50:56.354Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-08-14T21:50:56.354Z] c7e66561eb22: Preparing [2023-08-14T21:50:56.354Z] c11c32230b6d: Preparing [2023-08-14T21:50:56.354Z] b8a8e299ef41: Preparing [2023-08-14T21:50:56.354Z] df53aa734909: Preparing [2023-08-14T21:50:56.354Z] c09573c205f3: Preparing [2023-08-14T21:50:56.354Z] 37758cb6852c: Preparing [2023-08-14T21:50:56.354Z] e9670bd04d91: Preparing [2023-08-14T21:50:56.354Z] 20ac13cd296a: Preparing [2023-08-14T21:50:56.354Z] 36b50b131297: Preparing [2023-08-14T21:50:56.354Z] e9670bd04d91: Waiting [2023-08-14T21:50:56.354Z] 37758cb6852c: Waiting [2023-08-14T21:50:56.354Z] 20ac13cd296a: Waiting [2023-08-14T21:50:56.354Z] 36b50b131297: Waiting [2023-08-14T21:50:56.354Z] c09573c205f3: Layer already exists [2023-08-14T21:50:56.354Z] 37758cb6852c: Layer already exists [2023-08-14T21:50:56.354Z] c11c32230b6d: Pushed [2023-08-14T21:50:56.354Z] df53aa734909: Pushed [2023-08-14T21:50:56.354Z] c7e66561eb22: Pushed [2023-08-14T21:50:56.354Z] e9670bd04d91: Pushed [2023-08-14T21:50:56.354Z] 36b50b131297: Layer already exists [2023-08-14T21:50:56.612Z] 20ac13cd296a: Pushed [2023-08-14T21:50:56.727Z] #60 DONE 29.7s [2023-08-14T21:50:56.727Z] [2023-08-14T21:50:56.727Z] #71 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T21:50:57.547Z] b8a8e299ef41: Pushed [2023-08-14T21:50:57.547Z] 3451b7e6c986f3e69473b278945a55ce4856eec7: digest: sha256:469ac1ddcc43514bc2b79f971a43869f14b32afc5375fa462bd8c0f094754422 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:57.854Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:58.156Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-08-14T21:50:58.156Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-08-14T21:50:58.156Z] c7e66561eb22: Preparing [2023-08-14T21:50:58.156Z] c11c32230b6d: Preparing [2023-08-14T21:50:58.156Z] b8a8e299ef41: Preparing [2023-08-14T21:50:58.156Z] df53aa734909: Preparing [2023-08-14T21:50:58.156Z] c09573c205f3: Preparing [2023-08-14T21:50:58.156Z] 37758cb6852c: Preparing [2023-08-14T21:50:58.156Z] e9670bd04d91: Preparing [2023-08-14T21:50:58.156Z] 20ac13cd296a: Preparing [2023-08-14T21:50:58.156Z] 36b50b131297: Preparing [2023-08-14T21:50:58.156Z] 37758cb6852c: Waiting [2023-08-14T21:50:58.156Z] 20ac13cd296a: Waiting [2023-08-14T21:50:58.156Z] 36b50b131297: Waiting [2023-08-14T21:50:58.156Z] c11c32230b6d: Layer already exists [2023-08-14T21:50:58.156Z] c7e66561eb22: Layer already exists [2023-08-14T21:50:58.156Z] b8a8e299ef41: Layer already exists [2023-08-14T21:50:58.156Z] df53aa734909: Layer already exists [2023-08-14T21:50:58.156Z] c09573c205f3: Layer already exists [2023-08-14T21:50:58.156Z] 37758cb6852c: Layer already exists [2023-08-14T21:50:58.156Z] e9670bd04d91: Layer already exists [2023-08-14T21:50:58.156Z] 20ac13cd296a: Layer already exists [2023-08-14T21:50:58.156Z] 36b50b131297: Layer already exists [2023-08-14T21:50:58.156Z] latest: digest: sha256:469ac1ddcc43514bc2b79f971a43869f14b32afc5375fa462bd8c0f094754422 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:58.461Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:58.761Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.1.0-dev.24 [2023-08-14T21:50:58.761Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-08-14T21:50:58.761Z] c7e66561eb22: Preparing [2023-08-14T21:50:58.761Z] c11c32230b6d: Preparing [2023-08-14T21:50:58.761Z] b8a8e299ef41: Preparing [2023-08-14T21:50:58.761Z] df53aa734909: Preparing [2023-08-14T21:50:58.761Z] c09573c205f3: Preparing [2023-08-14T21:50:58.761Z] 37758cb6852c: Preparing [2023-08-14T21:50:58.761Z] e9670bd04d91: Preparing [2023-08-14T21:50:58.761Z] 20ac13cd296a: Preparing [2023-08-14T21:50:58.761Z] 36b50b131297: Preparing [2023-08-14T21:50:58.761Z] 37758cb6852c: Waiting [2023-08-14T21:50:58.761Z] e9670bd04d91: Waiting [2023-08-14T21:50:58.761Z] 20ac13cd296a: Waiting [2023-08-14T21:50:58.762Z] c7e66561eb22: Layer already exists [2023-08-14T21:50:58.762Z] c09573c205f3: Layer already exists [2023-08-14T21:50:58.762Z] c11c32230b6d: Layer already exists [2023-08-14T21:50:58.762Z] df53aa734909: Layer already exists [2023-08-14T21:50:58.762Z] b8a8e299ef41: Layer already exists [2023-08-14T21:50:58.762Z] 37758cb6852c: Layer already exists [2023-08-14T21:50:58.762Z] e9670bd04d91: Layer already exists [2023-08-14T21:50:58.762Z] 36b50b131297: Layer already exists [2023-08-14T21:50:58.762Z] 20ac13cd296a: Layer already exists [2023-08-14T21:50:58.762Z] 3.1.0-dev.24: digest: sha256:469ac1ddcc43514bc2b79f971a43869f14b32afc5375fa462bd8c0f094754422 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:59.068Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:59.369Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T21:50:59.369Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-08-14T21:50:59.369Z] c7e66561eb22: Preparing [2023-08-14T21:50:59.369Z] c11c32230b6d: Preparing [2023-08-14T21:50:59.369Z] b8a8e299ef41: Preparing [2023-08-14T21:50:59.369Z] df53aa734909: Preparing [2023-08-14T21:50:59.369Z] c09573c205f3: Preparing [2023-08-14T21:50:59.369Z] 37758cb6852c: Preparing [2023-08-14T21:50:59.369Z] e9670bd04d91: Preparing [2023-08-14T21:50:59.369Z] 20ac13cd296a: Preparing [2023-08-14T21:50:59.369Z] 36b50b131297: Preparing [2023-08-14T21:50:59.369Z] 37758cb6852c: Waiting [2023-08-14T21:50:59.369Z] 36b50b131297: Waiting [2023-08-14T21:50:59.369Z] 20ac13cd296a: Waiting [2023-08-14T21:50:59.369Z] b8a8e299ef41: Layer already exists [2023-08-14T21:50:59.369Z] c09573c205f3: Layer already exists [2023-08-14T21:50:59.369Z] c11c32230b6d: Layer already exists [2023-08-14T21:50:59.369Z] df53aa734909: Layer already exists [2023-08-14T21:50:59.369Z] c7e66561eb22: Layer already exists [2023-08-14T21:50:59.369Z] e9670bd04d91: Layer already exists [2023-08-14T21:50:59.369Z] 36b50b131297: Layer already exists [2023-08-14T21:50:59.369Z] 37758cb6852c: Layer already exists [2023-08-14T21:50:59.369Z] 20ac13cd296a: Layer already exists [2023-08-14T21:50:59.369Z] 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24: digest: sha256:469ac1ddcc43514bc2b79f971a43869f14b32afc5375fa462bd8c0f094754422 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:59.671Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:50:59.973Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2023-08-14T21:50:59.973Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-08-14T21:50:59.974Z] c7e66561eb22: Preparing [2023-08-14T21:50:59.974Z] c11c32230b6d: Preparing [2023-08-14T21:50:59.974Z] b8a8e299ef41: Preparing [2023-08-14T21:50:59.974Z] df53aa734909: Preparing [2023-08-14T21:50:59.974Z] c09573c205f3: Preparing [2023-08-14T21:50:59.974Z] 37758cb6852c: Preparing [2023-08-14T21:50:59.974Z] e9670bd04d91: Preparing [2023-08-14T21:50:59.974Z] 20ac13cd296a: Preparing [2023-08-14T21:50:59.974Z] 36b50b131297: Preparing [2023-08-14T21:50:59.974Z] e9670bd04d91: Waiting [2023-08-14T21:50:59.974Z] 20ac13cd296a: Waiting [2023-08-14T21:50:59.974Z] 36b50b131297: Waiting [2023-08-14T21:50:59.974Z] 37758cb6852c: Waiting [2023-08-14T21:50:59.974Z] c11c32230b6d: Layer already exists [2023-08-14T21:50:59.974Z] c7e66561eb22: Layer already exists [2023-08-14T21:50:59.974Z] b8a8e299ef41: Layer already exists [2023-08-14T21:50:59.974Z] c09573c205f3: Layer already exists [2023-08-14T21:50:59.974Z] df53aa734909: Layer already exists [2023-08-14T21:50:59.974Z] 37758cb6852c: Layer already exists [2023-08-14T21:50:59.974Z] e9670bd04d91: Layer already exists [2023-08-14T21:50:59.974Z] 20ac13cd296a: Layer already exists [2023-08-14T21:50:59.974Z] 36b50b131297: Layer already exists [2023-08-14T21:50:59.974Z] main: digest: sha256:469ac1ddcc43514bc2b79f971a43869f14b32afc5375fa462bd8c0f094754422 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-14T21:51:00.027Z] ===================================================== [Pipeline] echo [2023-08-14T21:51:00.039Z] taggedImages: [2023-08-14T21:51:00.039Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T21:51:00.039Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-08-14T21:51:00.040Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.1.0-dev.24 [2023-08-14T21:51:00.040Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T21:51:00.040Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2023-08-14T21:51:00.058Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2023-08-14T21:51:00.058Z] 3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T21:51:00.058Z] latest [2023-08-14T21:51:00.058Z] 3.1.0-dev.24 [2023-08-14T21:51:00.058Z] 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T21:51:00.058Z] main [2023-08-14T21:51:00.058Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:00.368Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3451b7e6c986f3e69473b278945a55ce4856eec7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:00.666Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T21:51:00.666Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-08-14T21:51:00.666Z] 8594d6627433: Preparing [2023-08-14T21:51:00.666Z] dca429ea130a: Preparing [2023-08-14T21:51:00.666Z] eb10f72f4421: Preparing [2023-08-14T21:51:00.666Z] 3e1a4e3565b8: Preparing [2023-08-14T21:51:00.666Z] 3a6a7a43565b: Preparing [2023-08-14T21:51:00.666Z] eb00e9dfdc20: Preparing [2023-08-14T21:51:00.666Z] 8ab71ef92e9f: Preparing [2023-08-14T21:51:00.666Z] c09573c205f3: Preparing [2023-08-14T21:51:00.666Z] 37758cb6852c: Preparing [2023-08-14T21:51:00.666Z] 0afa8f15e195: Preparing [2023-08-14T21:51:00.666Z] 36b50b131297: Preparing [2023-08-14T21:51:00.666Z] 8ab71ef92e9f: Waiting [2023-08-14T21:51:00.666Z] c09573c205f3: Waiting [2023-08-14T21:51:00.666Z] 36b50b131297: Waiting [2023-08-14T21:51:00.666Z] 37758cb6852c: Waiting [2023-08-14T21:51:00.666Z] 0afa8f15e195: Waiting [2023-08-14T21:51:00.666Z] eb00e9dfdc20: Waiting [2023-08-14T21:51:00.666Z] dca429ea130a: Pushed [2023-08-14T21:51:00.666Z] 3a6a7a43565b: Pushed [2023-08-14T21:51:00.666Z] 8594d6627433: Pushed [2023-08-14T21:51:00.666Z] c09573c205f3: Layer already exists [2023-08-14T21:51:00.666Z] 37758cb6852c: Layer already exists [2023-08-14T21:51:00.925Z] eb00e9dfdc20: Pushed [2023-08-14T21:51:00.925Z] 8ab71ef92e9f: Pushed [2023-08-14T21:51:00.925Z] 36b50b131297: Layer already exists [2023-08-14T21:51:01.856Z] 3e1a4e3565b8: Pushed [2023-08-14T21:51:01.856Z] 0afa8f15e195: Pushed [2023-08-14T21:51:02.422Z] eb10f72f4421: Pushed [2023-08-14T21:51:02.422Z] 3451b7e6c986f3e69473b278945a55ce4856eec7: digest: sha256:65172635283272d79c7f42840752201f4c135d5e27506893802778dad3032484 size: 2614 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:02.725Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:03.022Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-08-14T21:51:03.022Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-08-14T21:51:03.022Z] 8594d6627433: Preparing [2023-08-14T21:51:03.022Z] dca429ea130a: Preparing [2023-08-14T21:51:03.022Z] eb10f72f4421: Preparing [2023-08-14T21:51:03.022Z] 3e1a4e3565b8: Preparing [2023-08-14T21:51:03.022Z] 3a6a7a43565b: Preparing [2023-08-14T21:51:03.022Z] eb00e9dfdc20: Preparing [2023-08-14T21:51:03.022Z] 8ab71ef92e9f: Preparing [2023-08-14T21:51:03.022Z] c09573c205f3: Preparing [2023-08-14T21:51:03.022Z] 37758cb6852c: Preparing [2023-08-14T21:51:03.022Z] 0afa8f15e195: Preparing [2023-08-14T21:51:03.022Z] 36b50b131297: Preparing [2023-08-14T21:51:03.022Z] 37758cb6852c: Waiting [2023-08-14T21:51:03.022Z] eb00e9dfdc20: Waiting [2023-08-14T21:51:03.022Z] 8ab71ef92e9f: Waiting [2023-08-14T21:51:03.022Z] c09573c205f3: Waiting [2023-08-14T21:51:03.022Z] 0afa8f15e195: Waiting [2023-08-14T21:51:03.022Z] 36b50b131297: Waiting [2023-08-14T21:51:03.022Z] eb10f72f4421: Layer already exists [2023-08-14T21:51:03.022Z] 8594d6627433: Layer already exists [2023-08-14T21:51:03.022Z] 3a6a7a43565b: Layer already exists [2023-08-14T21:51:03.022Z] 3e1a4e3565b8: Layer already exists [2023-08-14T21:51:03.022Z] dca429ea130a: Layer already exists [2023-08-14T21:51:03.022Z] eb00e9dfdc20: Layer already exists [2023-08-14T21:51:03.022Z] c09573c205f3: Layer already exists [2023-08-14T21:51:03.022Z] 8ab71ef92e9f: Layer already exists [2023-08-14T21:51:03.022Z] 37758cb6852c: Layer already exists [2023-08-14T21:51:03.022Z] 0afa8f15e195: Layer already exists [2023-08-14T21:51:03.022Z] 36b50b131297: Layer already exists [2023-08-14T21:51:03.022Z] latest: digest: sha256:65172635283272d79c7f42840752201f4c135d5e27506893802778dad3032484 size: 2614 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:03.342Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:03.648Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.1.0-dev.24 [2023-08-14T21:51:03.648Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-08-14T21:51:03.648Z] 8594d6627433: Preparing [2023-08-14T21:51:03.648Z] dca429ea130a: Preparing [2023-08-14T21:51:03.648Z] eb10f72f4421: Preparing [2023-08-14T21:51:03.648Z] 3e1a4e3565b8: Preparing [2023-08-14T21:51:03.648Z] 3a6a7a43565b: Preparing [2023-08-14T21:51:03.648Z] eb00e9dfdc20: Preparing [2023-08-14T21:51:03.648Z] 8ab71ef92e9f: Preparing [2023-08-14T21:51:03.648Z] c09573c205f3: Preparing [2023-08-14T21:51:03.648Z] 37758cb6852c: Preparing [2023-08-14T21:51:03.648Z] 0afa8f15e195: Preparing [2023-08-14T21:51:03.648Z] 36b50b131297: Preparing [2023-08-14T21:51:03.648Z] c09573c205f3: Waiting [2023-08-14T21:51:03.648Z] 0afa8f15e195: Waiting [2023-08-14T21:51:03.648Z] 37758cb6852c: Waiting [2023-08-14T21:51:03.648Z] eb00e9dfdc20: Waiting [2023-08-14T21:51:03.648Z] 8ab71ef92e9f: Waiting [2023-08-14T21:51:03.648Z] 36b50b131297: Waiting [2023-08-14T21:51:03.648Z] 3e1a4e3565b8: Layer already exists [2023-08-14T21:51:03.648Z] dca429ea130a: Layer already exists [2023-08-14T21:51:03.648Z] 8594d6627433: Layer already exists [2023-08-14T21:51:03.648Z] 3a6a7a43565b: Layer already exists [2023-08-14T21:51:03.648Z] eb10f72f4421: Layer already exists [2023-08-14T21:51:03.648Z] 8ab71ef92e9f: Layer already exists [2023-08-14T21:51:03.648Z] 0afa8f15e195: Layer already exists [2023-08-14T21:51:03.648Z] eb00e9dfdc20: Layer already exists [2023-08-14T21:51:03.648Z] 37758cb6852c: Layer already exists [2023-08-14T21:51:03.648Z] c09573c205f3: Layer already exists [2023-08-14T21:51:03.648Z] 36b50b131297: Layer already exists [2023-08-14T21:51:03.648Z] 3.1.0-dev.24: digest: sha256:65172635283272d79c7f42840752201f4c135d5e27506893802778dad3032484 size: 2614 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:03.954Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:04.259Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T21:51:04.259Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-08-14T21:51:04.259Z] 8594d6627433: Preparing [2023-08-14T21:51:04.259Z] dca429ea130a: Preparing [2023-08-14T21:51:04.259Z] eb10f72f4421: Preparing [2023-08-14T21:51:04.259Z] 3e1a4e3565b8: Preparing [2023-08-14T21:51:04.259Z] 3a6a7a43565b: Preparing [2023-08-14T21:51:04.259Z] eb00e9dfdc20: Preparing [2023-08-14T21:51:04.259Z] 8ab71ef92e9f: Preparing [2023-08-14T21:51:04.259Z] c09573c205f3: Preparing [2023-08-14T21:51:04.259Z] 37758cb6852c: Preparing [2023-08-14T21:51:04.259Z] 0afa8f15e195: Preparing [2023-08-14T21:51:04.259Z] 36b50b131297: Preparing [2023-08-14T21:51:04.259Z] eb00e9dfdc20: Waiting [2023-08-14T21:51:04.259Z] 37758cb6852c: Waiting [2023-08-14T21:51:04.259Z] 0afa8f15e195: Waiting [2023-08-14T21:51:04.259Z] 8ab71ef92e9f: Waiting [2023-08-14T21:51:04.259Z] 8594d6627433: Layer already exists [2023-08-14T21:51:04.259Z] 3e1a4e3565b8: Layer already exists [2023-08-14T21:51:04.259Z] eb10f72f4421: Layer already exists [2023-08-14T21:51:04.259Z] dca429ea130a: Layer already exists [2023-08-14T21:51:04.259Z] 3a6a7a43565b: Layer already exists [2023-08-14T21:51:04.259Z] 8ab71ef92e9f: Layer already exists [2023-08-14T21:51:04.259Z] eb00e9dfdc20: Layer already exists [2023-08-14T21:51:04.259Z] c09573c205f3: Layer already exists [2023-08-14T21:51:04.259Z] 37758cb6852c: Layer already exists [2023-08-14T21:51:04.259Z] 0afa8f15e195: Layer already exists [2023-08-14T21:51:04.259Z] 36b50b131297: Layer already exists [2023-08-14T21:51:04.259Z] 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24: digest: sha256:65172635283272d79c7f42840752201f4c135d5e27506893802778dad3032484 size: 2614 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:04.559Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:04.861Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2023-08-14T21:51:04.861Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-08-14T21:51:04.861Z] 8594d6627433: Preparing [2023-08-14T21:51:04.861Z] dca429ea130a: Preparing [2023-08-14T21:51:04.861Z] eb10f72f4421: Preparing [2023-08-14T21:51:04.861Z] 3e1a4e3565b8: Preparing [2023-08-14T21:51:04.861Z] 3a6a7a43565b: Preparing [2023-08-14T21:51:04.861Z] eb00e9dfdc20: Preparing [2023-08-14T21:51:04.861Z] 8ab71ef92e9f: Preparing [2023-08-14T21:51:04.861Z] c09573c205f3: Preparing [2023-08-14T21:51:04.861Z] 37758cb6852c: Preparing [2023-08-14T21:51:04.861Z] 0afa8f15e195: Preparing [2023-08-14T21:51:04.861Z] 36b50b131297: Preparing [2023-08-14T21:51:04.861Z] eb00e9dfdc20: Waiting [2023-08-14T21:51:04.861Z] 37758cb6852c: Waiting [2023-08-14T21:51:04.861Z] 0afa8f15e195: Waiting [2023-08-14T21:51:04.861Z] 8ab71ef92e9f: Waiting [2023-08-14T21:51:04.861Z] 36b50b131297: Waiting [2023-08-14T21:51:04.861Z] c09573c205f3: Waiting [2023-08-14T21:51:04.861Z] dca429ea130a: Layer already exists [2023-08-14T21:51:04.861Z] 3a6a7a43565b: Layer already exists [2023-08-14T21:51:04.861Z] 3e1a4e3565b8: Layer already exists [2023-08-14T21:51:04.861Z] eb10f72f4421: Layer already exists [2023-08-14T21:51:04.861Z] 8594d6627433: Layer already exists [2023-08-14T21:51:04.861Z] eb00e9dfdc20: Layer already exists [2023-08-14T21:51:04.861Z] 8ab71ef92e9f: Layer already exists [2023-08-14T21:51:04.861Z] c09573c205f3: Layer already exists [2023-08-14T21:51:04.861Z] 0afa8f15e195: Layer already exists [2023-08-14T21:51:04.861Z] 37758cb6852c: Layer already exists [2023-08-14T21:51:04.861Z] 36b50b131297: Layer already exists [2023-08-14T21:51:04.861Z] main: digest: sha256:65172635283272d79c7f42840752201f4c135d5e27506893802778dad3032484 size: 2614 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-14T21:51:04.899Z] ===================================================== [Pipeline] echo [2023-08-14T21:51:04.905Z] taggedImages: [2023-08-14T21:51:04.905Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T21:51:04.905Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-08-14T21:51:04.905Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.1.0-dev.24 [2023-08-14T21:51:04.905Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T21:51:04.905Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2023-08-14T21:51:04.921Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2023-08-14T21:51:04.921Z] 3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T21:51:04.921Z] latest [2023-08-14T21:51:04.921Z] 3.1.0-dev.24 [2023-08-14T21:51:04.921Z] 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T21:51:04.921Z] main [2023-08-14T21:51:04.921Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:05.222Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3451b7e6c986f3e69473b278945a55ce4856eec7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:05.525Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T21:51:05.526Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-08-14T21:51:05.526Z] 8f8efd5d8c66: Preparing [2023-08-14T21:51:05.526Z] 088d90aed43b: Preparing [2023-08-14T21:51:05.526Z] c09573c205f3: Preparing [2023-08-14T21:51:05.526Z] 37758cb6852c: Preparing [2023-08-14T21:51:05.526Z] 54df283496ac: Preparing [2023-08-14T21:51:05.526Z] 36b50b131297: Preparing [2023-08-14T21:51:05.526Z] 36b50b131297: Waiting [2023-08-14T21:51:05.526Z] 37758cb6852c: Layer already exists [2023-08-14T21:51:05.526Z] c09573c205f3: Layer already exists [2023-08-14T21:51:05.526Z] 36b50b131297: Layer already exists [2023-08-14T21:51:05.526Z] 8f8efd5d8c66: Pushed [2023-08-14T21:51:06.094Z] 54df283496ac: Pushed [2023-08-14T21:51:07.996Z] 088d90aed43b: Pushed [2023-08-14T21:51:07.996Z] 3451b7e6c986f3e69473b278945a55ce4856eec7: digest: sha256:1b88e6e91f13c5b1001029bb92e6148f1841cd396728cba76cece3566d655d6d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:08.298Z] + 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-08-14T21:51:08.605Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-08-14T21:51:08.606Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-08-14T21:51:08.606Z] 8f8efd5d8c66: Preparing [2023-08-14T21:51:08.606Z] 088d90aed43b: Preparing [2023-08-14T21:51:08.606Z] c09573c205f3: Preparing [2023-08-14T21:51:08.606Z] 37758cb6852c: Preparing [2023-08-14T21:51:08.606Z] 54df283496ac: Preparing [2023-08-14T21:51:08.606Z] 36b50b131297: Preparing [2023-08-14T21:51:08.606Z] 36b50b131297: Waiting [2023-08-14T21:51:08.606Z] 54df283496ac: Layer already exists [2023-08-14T21:51:08.606Z] 8f8efd5d8c66: Layer already exists [2023-08-14T21:51:08.606Z] c09573c205f3: Layer already exists [2023-08-14T21:51:08.606Z] 088d90aed43b: Layer already exists [2023-08-14T21:51:08.606Z] 37758cb6852c: Layer already exists [2023-08-14T21:51:08.606Z] 36b50b131297: Layer already exists [2023-08-14T21:51:08.606Z] latest: digest: sha256:1b88e6e91f13c5b1001029bb92e6148f1841cd396728cba76cece3566d655d6d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:08.912Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:09.212Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.1.0-dev.24 [2023-08-14T21:51:09.212Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-08-14T21:51:09.212Z] 8f8efd5d8c66: Preparing [2023-08-14T21:51:09.212Z] 088d90aed43b: Preparing [2023-08-14T21:51:09.212Z] c09573c205f3: Preparing [2023-08-14T21:51:09.212Z] 37758cb6852c: Preparing [2023-08-14T21:51:09.212Z] 54df283496ac: Preparing [2023-08-14T21:51:09.212Z] 36b50b131297: Preparing [2023-08-14T21:51:09.212Z] 36b50b131297: Waiting [2023-08-14T21:51:09.212Z] 37758cb6852c: Layer already exists [2023-08-14T21:51:09.212Z] c09573c205f3: Layer already exists [2023-08-14T21:51:09.212Z] 54df283496ac: Layer already exists [2023-08-14T21:51:09.212Z] 8f8efd5d8c66: Layer already exists [2023-08-14T21:51:09.212Z] 088d90aed43b: Layer already exists [2023-08-14T21:51:09.212Z] 36b50b131297: Layer already exists [2023-08-14T21:51:09.212Z] 3.1.0-dev.24: digest: sha256:1b88e6e91f13c5b1001029bb92e6148f1841cd396728cba76cece3566d655d6d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:09.526Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:09.833Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T21:51:09.833Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-08-14T21:51:09.833Z] 8f8efd5d8c66: Preparing [2023-08-14T21:51:09.833Z] 088d90aed43b: Preparing [2023-08-14T21:51:09.834Z] c09573c205f3: Preparing [2023-08-14T21:51:09.834Z] 37758cb6852c: Preparing [2023-08-14T21:51:09.834Z] 54df283496ac: Preparing [2023-08-14T21:51:09.834Z] 36b50b131297: Preparing [2023-08-14T21:51:09.834Z] 36b50b131297: Waiting [2023-08-14T21:51:09.834Z] 54df283496ac: Layer already exists [2023-08-14T21:51:09.834Z] 8f8efd5d8c66: Layer already exists [2023-08-14T21:51:09.834Z] c09573c205f3: Layer already exists [2023-08-14T21:51:09.834Z] 088d90aed43b: Layer already exists [2023-08-14T21:51:09.834Z] 37758cb6852c: Layer already exists [2023-08-14T21:51:09.834Z] 36b50b131297: Layer already exists [2023-08-14T21:51:09.834Z] 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24: digest: sha256:1b88e6e91f13c5b1001029bb92e6148f1841cd396728cba76cece3566d655d6d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:10.147Z] + 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-08-14T21:51:10.445Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2023-08-14T21:51:10.445Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-08-14T21:51:10.445Z] 8f8efd5d8c66: Preparing [2023-08-14T21:51:10.445Z] 088d90aed43b: Preparing [2023-08-14T21:51:10.445Z] c09573c205f3: Preparing [2023-08-14T21:51:10.445Z] 37758cb6852c: Preparing [2023-08-14T21:51:10.445Z] 54df283496ac: Preparing [2023-08-14T21:51:10.445Z] 36b50b131297: Preparing [2023-08-14T21:51:10.445Z] 36b50b131297: Waiting [2023-08-14T21:51:10.445Z] 8f8efd5d8c66: Layer already exists [2023-08-14T21:51:10.445Z] 37758cb6852c: Layer already exists [2023-08-14T21:51:10.445Z] 088d90aed43b: Layer already exists [2023-08-14T21:51:10.445Z] c09573c205f3: Layer already exists [2023-08-14T21:51:10.445Z] 54df283496ac: Layer already exists [2023-08-14T21:51:10.445Z] 36b50b131297: Layer already exists [2023-08-14T21:51:10.445Z] main: digest: sha256:1b88e6e91f13c5b1001029bb92e6148f1841cd396728cba76cece3566d655d6d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-14T21:51:10.487Z] ===================================================== [Pipeline] echo [2023-08-14T21:51:10.492Z] taggedImages: [2023-08-14T21:51:10.492Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T21:51:10.492Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-08-14T21:51:10.492Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.1.0-dev.24 [2023-08-14T21:51:10.492Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T21:51:10.492Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2023-08-14T21:51:10.506Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2023-08-14T21:51:10.506Z] 3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T21:51:10.506Z] latest [2023-08-14T21:51:10.506Z] 3.1.0-dev.24 [2023-08-14T21:51:10.506Z] 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T21:51:10.506Z] main [2023-08-14T21:51:10.506Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:10.812Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3451b7e6c986f3e69473b278945a55ce4856eec7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:11.114Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T21:51:11.115Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-08-14T21:51:11.115Z] a19684ecca2e: Preparing [2023-08-14T21:51:11.115Z] c77008176eb7: Preparing [2023-08-14T21:51:11.115Z] 6311872272f9: Preparing [2023-08-14T21:51:11.115Z] 044c3aecc912: Preparing [2023-08-14T21:51:11.115Z] 3fa2ab60ca3a: Preparing [2023-08-14T21:51:11.115Z] c09573c205f3: Preparing [2023-08-14T21:51:11.115Z] 37758cb6852c: Preparing [2023-08-14T21:51:11.115Z] 18efb3e2f4aa: Preparing [2023-08-14T21:51:11.115Z] 36b50b131297: Preparing [2023-08-14T21:51:11.115Z] c09573c205f3: Waiting [2023-08-14T21:51:11.115Z] 18efb3e2f4aa: Waiting [2023-08-14T21:51:11.115Z] a19684ecca2e: Pushed [2023-08-14T21:51:11.115Z] c77008176eb7: Pushed [2023-08-14T21:51:11.115Z] 6311872272f9: Pushed [2023-08-14T21:51:11.115Z] c09573c205f3: Layer already exists [2023-08-14T21:51:11.115Z] 37758cb6852c: Layer already exists [2023-08-14T21:51:11.115Z] 36b50b131297: Layer already exists [2023-08-14T21:51:11.681Z] 18efb3e2f4aa: Pushed [2023-08-14T21:51:17.006Z] 3fa2ab60ca3a: Pushed [2023-08-14T21:51:18.911Z] 044c3aecc912: Pushed [2023-08-14T21:51:18.911Z] 3451b7e6c986f3e69473b278945a55ce4856eec7: digest: sha256:0f4cf9b9e9217e71a73eede4da8ee4084e149d7274f370f0cfabe9e5c3961fd6 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:19.222Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:19.528Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-08-14T21:51:19.528Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-08-14T21:51:19.528Z] a19684ecca2e: Preparing [2023-08-14T21:51:19.528Z] c77008176eb7: Preparing [2023-08-14T21:51:19.528Z] 6311872272f9: Preparing [2023-08-14T21:51:19.528Z] 044c3aecc912: Preparing [2023-08-14T21:51:19.528Z] 3fa2ab60ca3a: Preparing [2023-08-14T21:51:19.528Z] c09573c205f3: Preparing [2023-08-14T21:51:19.528Z] 37758cb6852c: Preparing [2023-08-14T21:51:19.528Z] 18efb3e2f4aa: Preparing [2023-08-14T21:51:19.528Z] 37758cb6852c: Waiting [2023-08-14T21:51:19.528Z] c09573c205f3: Waiting [2023-08-14T21:51:19.528Z] 36b50b131297: Preparing [2023-08-14T21:51:19.528Z] 18efb3e2f4aa: Waiting [2023-08-14T21:51:19.528Z] 36b50b131297: Waiting [2023-08-14T21:51:19.528Z] 3fa2ab60ca3a: Layer already exists [2023-08-14T21:51:19.528Z] a19684ecca2e: Layer already exists [2023-08-14T21:51:19.528Z] 044c3aecc912: Layer already exists [2023-08-14T21:51:19.528Z] 6311872272f9: Layer already exists [2023-08-14T21:51:19.528Z] c77008176eb7: Layer already exists [2023-08-14T21:51:19.528Z] c09573c205f3: Layer already exists [2023-08-14T21:51:19.528Z] 36b50b131297: Layer already exists [2023-08-14T21:51:19.528Z] 18efb3e2f4aa: Layer already exists [2023-08-14T21:51:19.528Z] 37758cb6852c: Layer already exists [2023-08-14T21:51:19.528Z] latest: digest: sha256:0f4cf9b9e9217e71a73eede4da8ee4084e149d7274f370f0cfabe9e5c3961fd6 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:19.836Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:20.135Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.1.0-dev.24 [2023-08-14T21:51:20.135Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-08-14T21:51:20.135Z] a19684ecca2e: Preparing [2023-08-14T21:51:20.135Z] c77008176eb7: Preparing [2023-08-14T21:51:20.135Z] 6311872272f9: Preparing [2023-08-14T21:51:20.135Z] 044c3aecc912: Preparing [2023-08-14T21:51:20.135Z] 3fa2ab60ca3a: Preparing [2023-08-14T21:51:20.135Z] c09573c205f3: Preparing [2023-08-14T21:51:20.135Z] 37758cb6852c: Preparing [2023-08-14T21:51:20.135Z] 18efb3e2f4aa: Preparing [2023-08-14T21:51:20.135Z] 36b50b131297: Preparing [2023-08-14T21:51:20.135Z] c09573c205f3: Waiting [2023-08-14T21:51:20.135Z] 37758cb6852c: Waiting [2023-08-14T21:51:20.135Z] 18efb3e2f4aa: Waiting [2023-08-14T21:51:20.135Z] 36b50b131297: Waiting [2023-08-14T21:51:20.135Z] a19684ecca2e: Layer already exists [2023-08-14T21:51:20.135Z] 6311872272f9: Layer already exists [2023-08-14T21:51:20.135Z] 044c3aecc912: Layer already exists [2023-08-14T21:51:20.135Z] 3fa2ab60ca3a: Layer already exists [2023-08-14T21:51:20.135Z] c77008176eb7: Layer already exists [2023-08-14T21:51:20.135Z] c09573c205f3: Layer already exists [2023-08-14T21:51:20.135Z] 37758cb6852c: Layer already exists [2023-08-14T21:51:20.135Z] 18efb3e2f4aa: Layer already exists [2023-08-14T21:51:20.135Z] 36b50b131297: Layer already exists [2023-08-14T21:51:20.135Z] 3.1.0-dev.24: digest: sha256:0f4cf9b9e9217e71a73eede4da8ee4084e149d7274f370f0cfabe9e5c3961fd6 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:20.438Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:20.750Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T21:51:20.750Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-08-14T21:51:20.750Z] a19684ecca2e: Preparing [2023-08-14T21:51:20.750Z] c77008176eb7: Preparing [2023-08-14T21:51:20.750Z] 6311872272f9: Preparing [2023-08-14T21:51:20.750Z] 044c3aecc912: Preparing [2023-08-14T21:51:20.750Z] 3fa2ab60ca3a: Preparing [2023-08-14T21:51:20.750Z] c09573c205f3: Preparing [2023-08-14T21:51:20.750Z] 37758cb6852c: Preparing [2023-08-14T21:51:20.750Z] 18efb3e2f4aa: Preparing [2023-08-14T21:51:20.750Z] 36b50b131297: Preparing [2023-08-14T21:51:20.750Z] c09573c205f3: Waiting [2023-08-14T21:51:20.750Z] 37758cb6852c: Waiting [2023-08-14T21:51:20.750Z] 36b50b131297: Waiting [2023-08-14T21:51:20.750Z] 18efb3e2f4aa: Waiting [2023-08-14T21:51:20.750Z] 044c3aecc912: Layer already exists [2023-08-14T21:51:20.750Z] 3fa2ab60ca3a: Layer already exists [2023-08-14T21:51:20.750Z] 6311872272f9: Layer already exists [2023-08-14T21:51:20.750Z] c77008176eb7: Layer already exists [2023-08-14T21:51:20.750Z] a19684ecca2e: Layer already exists [2023-08-14T21:51:20.750Z] c09573c205f3: Layer already exists [2023-08-14T21:51:20.750Z] 37758cb6852c: Layer already exists [2023-08-14T21:51:20.750Z] 18efb3e2f4aa: Layer already exists [2023-08-14T21:51:20.750Z] 36b50b131297: Layer already exists [2023-08-14T21:51:20.750Z] 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24: digest: sha256:0f4cf9b9e9217e71a73eede4da8ee4084e149d7274f370f0cfabe9e5c3961fd6 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:21.065Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:21.371Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2023-08-14T21:51:21.371Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-08-14T21:51:21.371Z] a19684ecca2e: Preparing [2023-08-14T21:51:21.371Z] c77008176eb7: Preparing [2023-08-14T21:51:21.371Z] 6311872272f9: Preparing [2023-08-14T21:51:21.371Z] 044c3aecc912: Preparing [2023-08-14T21:51:21.371Z] 3fa2ab60ca3a: Preparing [2023-08-14T21:51:21.371Z] c09573c205f3: Preparing [2023-08-14T21:51:21.371Z] 37758cb6852c: Preparing [2023-08-14T21:51:21.371Z] 18efb3e2f4aa: Preparing [2023-08-14T21:51:21.371Z] 36b50b131297: Preparing [2023-08-14T21:51:21.371Z] 37758cb6852c: Waiting [2023-08-14T21:51:21.371Z] 18efb3e2f4aa: Waiting [2023-08-14T21:51:21.371Z] 36b50b131297: Waiting [2023-08-14T21:51:21.371Z] c09573c205f3: Waiting [2023-08-14T21:51:21.371Z] 3fa2ab60ca3a: Layer already exists [2023-08-14T21:51:21.371Z] 6311872272f9: Layer already exists [2023-08-14T21:51:21.371Z] 044c3aecc912: Layer already exists [2023-08-14T21:51:21.371Z] c77008176eb7: Layer already exists [2023-08-14T21:51:21.371Z] a19684ecca2e: Layer already exists [2023-08-14T21:51:21.371Z] c09573c205f3: Layer already exists [2023-08-14T21:51:21.371Z] 36b50b131297: Layer already exists [2023-08-14T21:51:21.371Z] 37758cb6852c: Layer already exists [2023-08-14T21:51:21.371Z] 18efb3e2f4aa: Layer already exists [2023-08-14T21:51:21.371Z] main: digest: sha256:0f4cf9b9e9217e71a73eede4da8ee4084e149d7274f370f0cfabe9e5c3961fd6 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-14T21:51:21.421Z] ===================================================== [Pipeline] echo [2023-08-14T21:51:21.430Z] taggedImages: [2023-08-14T21:51:21.430Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T21:51:21.430Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-08-14T21:51:21.430Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.1.0-dev.24 [2023-08-14T21:51:21.430Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T21:51:21.430Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2023-08-14T21:51:21.451Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2023-08-14T21:51:21.451Z] 3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T21:51:21.451Z] latest [2023-08-14T21:51:21.451Z] 3.1.0-dev.24 [2023-08-14T21:51:21.451Z] 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T21:51:21.451Z] main [2023-08-14T21:51:21.451Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:21.777Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3451b7e6c986f3e69473b278945a55ce4856eec7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:22.085Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T21:51:22.085Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-08-14T21:51:22.085Z] 943f4f61dea9: Preparing [2023-08-14T21:51:22.085Z] 10465a9e8a9d: Preparing [2023-08-14T21:51:22.085Z] 7783ab257104: Preparing [2023-08-14T21:51:22.085Z] ee1a703e3264: Preparing [2023-08-14T21:51:22.085Z] c09573c205f3: Preparing [2023-08-14T21:51:22.085Z] 37758cb6852c: Preparing [2023-08-14T21:51:22.085Z] d847fe2bcaeb: Preparing [2023-08-14T21:51:22.085Z] 36b50b131297: Preparing [2023-08-14T21:51:22.085Z] 37758cb6852c: Waiting [2023-08-14T21:51:22.085Z] d847fe2bcaeb: Waiting [2023-08-14T21:51:22.085Z] 36b50b131297: Waiting [2023-08-14T21:51:22.085Z] c09573c205f3: Layer already exists [2023-08-14T21:51:22.085Z] 37758cb6852c: Layer already exists [2023-08-14T21:51:22.085Z] 7783ab257104: Pushed [2023-08-14T21:51:22.085Z] 943f4f61dea9: Pushed [2023-08-14T21:51:22.085Z] 10465a9e8a9d: Pushed [2023-08-14T21:51:22.085Z] 36b50b131297: Layer already exists [2023-08-14T21:51:22.343Z] d847fe2bcaeb: Pushed [2023-08-14T21:51:30.455Z] ee1a703e3264: Pushed [2023-08-14T21:51:30.455Z] 3451b7e6c986f3e69473b278945a55ce4856eec7: digest: sha256:ad2136d471ddbcdfb73e1d7090f08ed786fb1b3050c06f6cfc4ffbc2cad982dd size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:30.768Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:31.077Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-08-14T21:51:31.077Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-08-14T21:51:31.077Z] 943f4f61dea9: Preparing [2023-08-14T21:51:31.077Z] 10465a9e8a9d: Preparing [2023-08-14T21:51:31.077Z] 7783ab257104: Preparing [2023-08-14T21:51:31.077Z] ee1a703e3264: Preparing [2023-08-14T21:51:31.077Z] c09573c205f3: Preparing [2023-08-14T21:51:31.077Z] 37758cb6852c: Preparing [2023-08-14T21:51:31.077Z] d847fe2bcaeb: Preparing [2023-08-14T21:51:31.077Z] 36b50b131297: Preparing [2023-08-14T21:51:31.077Z] 37758cb6852c: Waiting [2023-08-14T21:51:31.077Z] 36b50b131297: Waiting [2023-08-14T21:51:31.077Z] d847fe2bcaeb: Waiting [2023-08-14T21:51:31.077Z] c09573c205f3: Layer already exists [2023-08-14T21:51:31.077Z] 7783ab257104: Layer already exists [2023-08-14T21:51:31.077Z] 10465a9e8a9d: Layer already exists [2023-08-14T21:51:31.077Z] 943f4f61dea9: Layer already exists [2023-08-14T21:51:31.077Z] ee1a703e3264: Layer already exists [2023-08-14T21:51:31.077Z] 37758cb6852c: Layer already exists [2023-08-14T21:51:31.077Z] 36b50b131297: Layer already exists [2023-08-14T21:51:31.077Z] d847fe2bcaeb: Layer already exists [2023-08-14T21:51:31.077Z] latest: digest: sha256:ad2136d471ddbcdfb73e1d7090f08ed786fb1b3050c06f6cfc4ffbc2cad982dd size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:31.400Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:31.710Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.1.0-dev.24 [2023-08-14T21:51:31.710Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-08-14T21:51:31.710Z] 943f4f61dea9: Preparing [2023-08-14T21:51:31.710Z] 10465a9e8a9d: Preparing [2023-08-14T21:51:31.710Z] 7783ab257104: Preparing [2023-08-14T21:51:31.710Z] ee1a703e3264: Preparing [2023-08-14T21:51:31.710Z] c09573c205f3: Preparing [2023-08-14T21:51:31.710Z] 37758cb6852c: Preparing [2023-08-14T21:51:31.710Z] d847fe2bcaeb: Preparing [2023-08-14T21:51:31.710Z] 36b50b131297: Preparing [2023-08-14T21:51:31.710Z] 37758cb6852c: Waiting [2023-08-14T21:51:31.710Z] d847fe2bcaeb: Waiting [2023-08-14T21:51:31.710Z] 36b50b131297: Waiting [2023-08-14T21:51:31.710Z] ee1a703e3264: Layer already exists [2023-08-14T21:51:31.710Z] c09573c205f3: Layer already exists [2023-08-14T21:51:31.710Z] 943f4f61dea9: Layer already exists [2023-08-14T21:51:31.710Z] 7783ab257104: Layer already exists [2023-08-14T21:51:31.710Z] 10465a9e8a9d: Layer already exists [2023-08-14T21:51:31.710Z] 36b50b131297: Layer already exists [2023-08-14T21:51:31.710Z] d847fe2bcaeb: Layer already exists [2023-08-14T21:51:31.710Z] 37758cb6852c: Layer already exists [2023-08-14T21:51:31.710Z] 3.1.0-dev.24: digest: sha256:ad2136d471ddbcdfb73e1d7090f08ed786fb1b3050c06f6cfc4ffbc2cad982dd size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:32.030Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:32.330Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T21:51:32.330Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-08-14T21:51:32.330Z] 943f4f61dea9: Preparing [2023-08-14T21:51:32.330Z] 10465a9e8a9d: Preparing [2023-08-14T21:51:32.330Z] 7783ab257104: Preparing [2023-08-14T21:51:32.330Z] ee1a703e3264: Preparing [2023-08-14T21:51:32.330Z] c09573c205f3: Preparing [2023-08-14T21:51:32.330Z] 37758cb6852c: Preparing [2023-08-14T21:51:32.330Z] d847fe2bcaeb: Preparing [2023-08-14T21:51:32.330Z] 36b50b131297: Preparing [2023-08-14T21:51:32.330Z] 37758cb6852c: Waiting [2023-08-14T21:51:32.330Z] d847fe2bcaeb: Waiting [2023-08-14T21:51:32.330Z] 36b50b131297: Waiting [2023-08-14T21:51:32.330Z] c09573c205f3: Layer already exists [2023-08-14T21:51:32.330Z] 943f4f61dea9: Layer already exists [2023-08-14T21:51:32.330Z] 7783ab257104: Layer already exists [2023-08-14T21:51:32.330Z] 10465a9e8a9d: Layer already exists [2023-08-14T21:51:32.330Z] ee1a703e3264: Layer already exists [2023-08-14T21:51:32.330Z] 37758cb6852c: Layer already exists [2023-08-14T21:51:32.330Z] d847fe2bcaeb: Layer already exists [2023-08-14T21:51:32.330Z] 36b50b131297: Layer already exists [2023-08-14T21:51:32.330Z] 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24: digest: sha256:ad2136d471ddbcdfb73e1d7090f08ed786fb1b3050c06f6cfc4ffbc2cad982dd size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:32.644Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:32.950Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2023-08-14T21:51:32.951Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-08-14T21:51:32.951Z] 943f4f61dea9: Preparing [2023-08-14T21:51:32.951Z] 10465a9e8a9d: Preparing [2023-08-14T21:51:32.951Z] 7783ab257104: Preparing [2023-08-14T21:51:32.951Z] ee1a703e3264: Preparing [2023-08-14T21:51:32.951Z] c09573c205f3: Preparing [2023-08-14T21:51:32.951Z] 37758cb6852c: Preparing [2023-08-14T21:51:32.951Z] d847fe2bcaeb: Preparing [2023-08-14T21:51:32.951Z] 36b50b131297: Preparing [2023-08-14T21:51:32.951Z] d847fe2bcaeb: Waiting [2023-08-14T21:51:32.951Z] 36b50b131297: Waiting [2023-08-14T21:51:32.951Z] 37758cb6852c: Waiting [2023-08-14T21:51:32.951Z] c09573c205f3: Layer already exists [2023-08-14T21:51:32.951Z] 7783ab257104: Layer already exists [2023-08-14T21:51:32.951Z] ee1a703e3264: Layer already exists [2023-08-14T21:51:32.951Z] 943f4f61dea9: Layer already exists [2023-08-14T21:51:32.951Z] 10465a9e8a9d: Layer already exists [2023-08-14T21:51:32.951Z] 37758cb6852c: Layer already exists [2023-08-14T21:51:32.951Z] d847fe2bcaeb: Layer already exists [2023-08-14T21:51:32.951Z] 36b50b131297: Layer already exists [2023-08-14T21:51:32.951Z] main: digest: sha256:ad2136d471ddbcdfb73e1d7090f08ed786fb1b3050c06f6cfc4ffbc2cad982dd size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-14T21:51:33.001Z] ===================================================== [Pipeline] echo [2023-08-14T21:51:33.009Z] taggedImages: [2023-08-14T21:51:33.009Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T21:51:33.009Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-08-14T21:51:33.009Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.1.0-dev.24 [2023-08-14T21:51:33.009Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T21:51:33.009Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2023-08-14T21:51:33.032Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2023-08-14T21:51:33.032Z] 3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T21:51:33.032Z] latest [2023-08-14T21:51:33.032Z] 3.1.0-dev.24 [2023-08-14T21:51:33.032Z] 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T21:51:33.032Z] main [2023-08-14T21:51:33.032Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:33.345Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3451b7e6c986f3e69473b278945a55ce4856eec7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:33.641Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T21:51:33.641Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-08-14T21:51:33.641Z] e726266783de: Preparing [2023-08-14T21:51:33.641Z] 2a06938843d2: Preparing [2023-08-14T21:51:33.641Z] 0d57c35178ab: Preparing [2023-08-14T21:51:33.641Z] ee1a703e3264: Preparing [2023-08-14T21:51:33.641Z] c09573c205f3: Preparing [2023-08-14T21:51:33.641Z] 37758cb6852c: Preparing [2023-08-14T21:51:33.641Z] 18efb3e2f4aa: Preparing [2023-08-14T21:51:33.641Z] 36b50b131297: Preparing [2023-08-14T21:51:33.641Z] 37758cb6852c: Waiting [2023-08-14T21:51:33.641Z] 18efb3e2f4aa: Waiting [2023-08-14T21:51:33.641Z] c09573c205f3: Layer already exists [2023-08-14T21:51:33.641Z] ee1a703e3264: Layer already exists [2023-08-14T21:51:33.641Z] 18efb3e2f4aa: Layer already exists [2023-08-14T21:51:33.641Z] 37758cb6852c: Layer already exists [2023-08-14T21:51:33.641Z] 36b50b131297: Layer already exists [2023-08-14T21:51:33.900Z] 2a06938843d2: Pushed [2023-08-14T21:51:33.900Z] 0d57c35178ab: Pushed [2023-08-14T21:51:33.900Z] e726266783de: Pushed [2023-08-14T21:51:33.900Z] 3451b7e6c986f3e69473b278945a55ce4856eec7: digest: sha256:a6a36b955b4997c8c806e4fa5a4ec8d73f3e419df7bf5db059b6f3c2fb75d7e6 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:34.200Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:34.498Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-08-14T21:51:34.498Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-08-14T21:51:34.498Z] e726266783de: Preparing [2023-08-14T21:51:34.498Z] 2a06938843d2: Preparing [2023-08-14T21:51:34.498Z] 0d57c35178ab: Preparing [2023-08-14T21:51:34.498Z] ee1a703e3264: Preparing [2023-08-14T21:51:34.498Z] c09573c205f3: Preparing [2023-08-14T21:51:34.498Z] 37758cb6852c: Preparing [2023-08-14T21:51:34.498Z] 18efb3e2f4aa: Preparing [2023-08-14T21:51:34.498Z] 36b50b131297: Preparing [2023-08-14T21:51:34.498Z] 37758cb6852c: Waiting [2023-08-14T21:51:34.498Z] 18efb3e2f4aa: Waiting [2023-08-14T21:51:34.498Z] 36b50b131297: Waiting [2023-08-14T21:51:34.498Z] 2a06938843d2: Layer already exists [2023-08-14T21:51:34.498Z] 0d57c35178ab: Layer already exists [2023-08-14T21:51:34.498Z] c09573c205f3: Layer already exists [2023-08-14T21:51:34.498Z] ee1a703e3264: Layer already exists [2023-08-14T21:51:34.498Z] e726266783de: Layer already exists [2023-08-14T21:51:34.498Z] 37758cb6852c: Layer already exists [2023-08-14T21:51:34.498Z] 36b50b131297: Layer already exists [2023-08-14T21:51:34.498Z] 18efb3e2f4aa: Layer already exists [2023-08-14T21:51:34.498Z] latest: digest: sha256:a6a36b955b4997c8c806e4fa5a4ec8d73f3e419df7bf5db059b6f3c2fb75d7e6 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:34.801Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:35.096Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.1.0-dev.24 [2023-08-14T21:51:35.096Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-08-14T21:51:35.096Z] e726266783de: Preparing [2023-08-14T21:51:35.096Z] 2a06938843d2: Preparing [2023-08-14T21:51:35.096Z] 0d57c35178ab: Preparing [2023-08-14T21:51:35.096Z] ee1a703e3264: Preparing [2023-08-14T21:51:35.096Z] c09573c205f3: Preparing [2023-08-14T21:51:35.096Z] 37758cb6852c: Preparing [2023-08-14T21:51:35.096Z] 18efb3e2f4aa: Preparing [2023-08-14T21:51:35.096Z] 36b50b131297: Preparing [2023-08-14T21:51:35.096Z] 18efb3e2f4aa: Waiting [2023-08-14T21:51:35.096Z] 36b50b131297: Waiting [2023-08-14T21:51:35.096Z] 37758cb6852c: Waiting [2023-08-14T21:51:35.096Z] 2a06938843d2: Layer already exists [2023-08-14T21:51:35.096Z] c09573c205f3: Layer already exists [2023-08-14T21:51:35.096Z] e726266783de: Layer already exists [2023-08-14T21:51:35.096Z] 0d57c35178ab: Layer already exists [2023-08-14T21:51:35.096Z] ee1a703e3264: Layer already exists [2023-08-14T21:51:35.096Z] 37758cb6852c: Layer already exists [2023-08-14T21:51:35.096Z] 18efb3e2f4aa: Layer already exists [2023-08-14T21:51:35.096Z] 36b50b131297: Layer already exists [2023-08-14T21:51:35.096Z] 3.1.0-dev.24: digest: sha256:a6a36b955b4997c8c806e4fa5a4ec8d73f3e419df7bf5db059b6f3c2fb75d7e6 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:35.395Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:35.698Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T21:51:35.698Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-08-14T21:51:35.698Z] e726266783de: Preparing [2023-08-14T21:51:35.698Z] 2a06938843d2: Preparing [2023-08-14T21:51:35.698Z] 0d57c35178ab: Preparing [2023-08-14T21:51:35.698Z] ee1a703e3264: Preparing [2023-08-14T21:51:35.698Z] c09573c205f3: Preparing [2023-08-14T21:51:35.698Z] 37758cb6852c: Preparing [2023-08-14T21:51:35.698Z] 18efb3e2f4aa: Preparing [2023-08-14T21:51:35.698Z] 36b50b131297: Preparing [2023-08-14T21:51:35.698Z] 37758cb6852c: Waiting [2023-08-14T21:51:35.698Z] 18efb3e2f4aa: Waiting [2023-08-14T21:51:35.698Z] 36b50b131297: Waiting [2023-08-14T21:51:35.698Z] e726266783de: Layer already exists [2023-08-14T21:51:35.698Z] 2a06938843d2: Layer already exists [2023-08-14T21:51:35.698Z] 0d57c35178ab: Layer already exists [2023-08-14T21:51:35.698Z] ee1a703e3264: Layer already exists [2023-08-14T21:51:35.698Z] c09573c205f3: Layer already exists [2023-08-14T21:51:35.698Z] 37758cb6852c: Layer already exists [2023-08-14T21:51:35.698Z] 36b50b131297: Layer already exists [2023-08-14T21:51:35.698Z] 18efb3e2f4aa: Layer already exists [2023-08-14T21:51:35.698Z] 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24: digest: sha256:a6a36b955b4997c8c806e4fa5a4ec8d73f3e419df7bf5db059b6f3c2fb75d7e6 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:36.003Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:36.309Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2023-08-14T21:51:36.309Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-08-14T21:51:36.309Z] e726266783de: Preparing [2023-08-14T21:51:36.309Z] 2a06938843d2: Preparing [2023-08-14T21:51:36.309Z] 0d57c35178ab: Preparing [2023-08-14T21:51:36.309Z] ee1a703e3264: Preparing [2023-08-14T21:51:36.309Z] c09573c205f3: Preparing [2023-08-14T21:51:36.309Z] 37758cb6852c: Preparing [2023-08-14T21:51:36.309Z] 18efb3e2f4aa: Preparing [2023-08-14T21:51:36.309Z] 36b50b131297: Preparing [2023-08-14T21:51:36.309Z] 37758cb6852c: Waiting [2023-08-14T21:51:36.309Z] 18efb3e2f4aa: Waiting [2023-08-14T21:51:36.309Z] 36b50b131297: Waiting [2023-08-14T21:51:36.309Z] e726266783de: Layer already exists [2023-08-14T21:51:36.309Z] 0d57c35178ab: Layer already exists [2023-08-14T21:51:36.309Z] ee1a703e3264: Layer already exists [2023-08-14T21:51:36.309Z] c09573c205f3: Layer already exists [2023-08-14T21:51:36.309Z] 2a06938843d2: Layer already exists [2023-08-14T21:51:36.309Z] 37758cb6852c: Layer already exists [2023-08-14T21:51:36.309Z] 18efb3e2f4aa: Layer already exists [2023-08-14T21:51:36.309Z] 36b50b131297: Layer already exists [2023-08-14T21:51:36.309Z] main: digest: sha256:a6a36b955b4997c8c806e4fa5a4ec8d73f3e419df7bf5db059b6f3c2fb75d7e6 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-14T21:51:36.358Z] ===================================================== [Pipeline] echo [2023-08-14T21:51:36.366Z] taggedImages: [2023-08-14T21:51:36.366Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T21:51:36.366Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-08-14T21:51:36.366Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.1.0-dev.24 [2023-08-14T21:51:36.366Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T21:51:36.366Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2023-08-14T21:51:36.389Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2023-08-14T21:51:36.389Z] 3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T21:51:36.389Z] latest [2023-08-14T21:51:36.389Z] 3.1.0-dev.24 [2023-08-14T21:51:36.389Z] 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T21:51:36.389Z] main [2023-08-14T21:51:36.389Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:36.712Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3451b7e6c986f3e69473b278945a55ce4856eec7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:37.017Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T21:51:37.017Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-08-14T21:51:37.017Z] 717bcaeb9e4e: Preparing [2023-08-14T21:51:37.017Z] c7397dce0587: Preparing [2023-08-14T21:51:37.017Z] c09573c205f3: Preparing [2023-08-14T21:51:37.017Z] 37758cb6852c: Preparing [2023-08-14T21:51:37.017Z] ac71a4dbc4b3: Preparing [2023-08-14T21:51:37.017Z] 36b50b131297: Preparing [2023-08-14T21:51:37.017Z] 36b50b131297: Waiting [2023-08-14T21:51:37.017Z] c09573c205f3: Layer already exists [2023-08-14T21:51:37.017Z] 37758cb6852c: Layer already exists [2023-08-14T21:51:37.017Z] 36b50b131297: Layer already exists [2023-08-14T21:51:37.017Z] 717bcaeb9e4e: Pushed [2023-08-14T21:51:37.017Z] ac71a4dbc4b3: Pushed [2023-08-14T21:51:40.317Z] c7397dce0587: Pushed [2023-08-14T21:51:40.317Z] 3451b7e6c986f3e69473b278945a55ce4856eec7: digest: sha256:969e8743beccbf2d871dba922f23db5f606c9b8634689c078b626fa1509bf886 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:40.633Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:40.939Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-08-14T21:51:40.940Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-08-14T21:51:40.940Z] 717bcaeb9e4e: Preparing [2023-08-14T21:51:40.940Z] c7397dce0587: Preparing [2023-08-14T21:51:40.940Z] c09573c205f3: Preparing [2023-08-14T21:51:40.940Z] 37758cb6852c: Preparing [2023-08-14T21:51:40.940Z] ac71a4dbc4b3: Preparing [2023-08-14T21:51:40.940Z] 36b50b131297: Preparing [2023-08-14T21:51:40.940Z] 36b50b131297: Waiting [2023-08-14T21:51:40.940Z] 37758cb6852c: Layer already exists [2023-08-14T21:51:40.940Z] c7397dce0587: Layer already exists [2023-08-14T21:51:40.940Z] ac71a4dbc4b3: Layer already exists [2023-08-14T21:51:40.940Z] c09573c205f3: Layer already exists [2023-08-14T21:51:40.940Z] 717bcaeb9e4e: Layer already exists [2023-08-14T21:51:40.940Z] 36b50b131297: Layer already exists [2023-08-14T21:51:40.940Z] latest: digest: sha256:969e8743beccbf2d871dba922f23db5f606c9b8634689c078b626fa1509bf886 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:41.265Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:41.598Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.1.0-dev.24 [2023-08-14T21:51:41.598Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-08-14T21:51:41.598Z] 717bcaeb9e4e: Preparing [2023-08-14T21:51:41.598Z] c7397dce0587: Preparing [2023-08-14T21:51:41.598Z] c09573c205f3: Preparing [2023-08-14T21:51:41.598Z] 37758cb6852c: Preparing [2023-08-14T21:51:41.598Z] ac71a4dbc4b3: Preparing [2023-08-14T21:51:41.598Z] 36b50b131297: Preparing [2023-08-14T21:51:41.598Z] 36b50b131297: Waiting [2023-08-14T21:51:41.598Z] 717bcaeb9e4e: Layer already exists [2023-08-14T21:51:41.598Z] c7397dce0587: Layer already exists [2023-08-14T21:51:41.598Z] 37758cb6852c: Layer already exists [2023-08-14T21:51:41.598Z] c09573c205f3: Layer already exists [2023-08-14T21:51:41.598Z] ac71a4dbc4b3: Layer already exists [2023-08-14T21:51:41.598Z] 36b50b131297: Layer already exists [2023-08-14T21:51:41.598Z] 3.1.0-dev.24: digest: sha256:969e8743beccbf2d871dba922f23db5f606c9b8634689c078b626fa1509bf886 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:41.917Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:42.242Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T21:51:42.242Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-08-14T21:51:42.242Z] 717bcaeb9e4e: Preparing [2023-08-14T21:51:42.242Z] c7397dce0587: Preparing [2023-08-14T21:51:42.242Z] c09573c205f3: Preparing [2023-08-14T21:51:42.242Z] 37758cb6852c: Preparing [2023-08-14T21:51:42.242Z] ac71a4dbc4b3: Preparing [2023-08-14T21:51:42.242Z] 36b50b131297: Preparing [2023-08-14T21:51:42.242Z] 36b50b131297: Waiting [2023-08-14T21:51:42.242Z] 37758cb6852c: Layer already exists [2023-08-14T21:51:42.242Z] ac71a4dbc4b3: Layer already exists [2023-08-14T21:51:42.242Z] 717bcaeb9e4e: Layer already exists [2023-08-14T21:51:42.242Z] c09573c205f3: Layer already exists [2023-08-14T21:51:42.242Z] c7397dce0587: Layer already exists [2023-08-14T21:51:42.242Z] 36b50b131297: Layer already exists [2023-08-14T21:51:42.242Z] 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24: digest: sha256:969e8743beccbf2d871dba922f23db5f606c9b8634689c078b626fa1509bf886 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:42.547Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:42.850Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2023-08-14T21:51:42.850Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-08-14T21:51:42.850Z] 717bcaeb9e4e: Preparing [2023-08-14T21:51:42.850Z] c7397dce0587: Preparing [2023-08-14T21:51:42.850Z] c09573c205f3: Preparing [2023-08-14T21:51:42.850Z] 37758cb6852c: Preparing [2023-08-14T21:51:42.850Z] ac71a4dbc4b3: Preparing [2023-08-14T21:51:42.850Z] 36b50b131297: Preparing [2023-08-14T21:51:42.850Z] 36b50b131297: Waiting [2023-08-14T21:51:42.850Z] c7397dce0587: Layer already exists [2023-08-14T21:51:42.850Z] c09573c205f3: Layer already exists [2023-08-14T21:51:42.850Z] 37758cb6852c: Layer already exists [2023-08-14T21:51:42.850Z] ac71a4dbc4b3: Layer already exists [2023-08-14T21:51:42.850Z] 717bcaeb9e4e: Layer already exists [2023-08-14T21:51:42.850Z] 36b50b131297: Layer already exists [2023-08-14T21:51:42.850Z] main: digest: sha256:969e8743beccbf2d871dba922f23db5f606c9b8634689c078b626fa1509bf886 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-14T21:51:42.889Z] ===================================================== [Pipeline] echo [2023-08-14T21:51:42.895Z] taggedImages: [2023-08-14T21:51:42.896Z] - nexus3.edgexfoundry.org:10004/support-notifications:3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T21:51:42.896Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-08-14T21:51:42.896Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.1.0-dev.24 [2023-08-14T21:51:42.896Z] - nexus3.edgexfoundry.org:10004/support-notifications:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T21:51:42.896Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2023-08-14T21:51:42.910Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2023-08-14T21:51:42.910Z] 3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T21:51:42.910Z] latest [2023-08-14T21:51:42.910Z] 3.1.0-dev.24 [2023-08-14T21:51:42.910Z] 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T21:51:42.910Z] main [2023-08-14T21:51:42.910Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:43.226Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3451b7e6c986f3e69473b278945a55ce4856eec7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:43.541Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T21:51:43.541Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-08-14T21:51:43.541Z] 288e6dd91b27: Preparing [2023-08-14T21:51:43.541Z] f40f51490f46: Preparing [2023-08-14T21:51:43.541Z] c09573c205f3: Preparing [2023-08-14T21:51:43.541Z] 37758cb6852c: Preparing [2023-08-14T21:51:43.541Z] acfa142be7b8: Preparing [2023-08-14T21:51:43.541Z] 36b50b131297: Preparing [2023-08-14T21:51:43.541Z] 36b50b131297: Waiting [2023-08-14T21:51:43.541Z] c09573c205f3: Layer already exists [2023-08-14T21:51:43.541Z] 37758cb6852c: Layer already exists [2023-08-14T21:51:43.541Z] acfa142be7b8: Layer already exists [2023-08-14T21:51:43.541Z] 36b50b131297: Layer already exists [2023-08-14T21:51:43.541Z] 288e6dd91b27: Pushed [2023-08-14T21:51:43.602Z] #71 ... [2023-08-14T21:51:43.602Z] [2023-08-14T21:51:43.602Z] #67 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T21:51:43.602Z] #67 DONE 57.5s [2023-08-14T21:51:43.602Z] [2023-08-14T21:51:43.602Z] #68 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T21:51:43.602Z] #68 DONE 63.3s [2023-08-14T21:51:43.602Z] [2023-08-14T21:51:43.602Z] #65 [security-spire-config builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T21:51:43.602Z] #65 DONE 60.2s [2023-08-14T21:51:43.602Z] [2023-08-14T21:51:43.602Z] #75 [security-spire-config builder 6/9] COPY . . [2023-08-14T21:51:43.602Z] #75 ... [2023-08-14T21:51:43.602Z] [2023-08-14T21:51:43.602Z] #71 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T21:51:43.602Z] #71 DONE 52.5s [2023-08-14T21:51:43.602Z] [2023-08-14T21:51:43.602Z] #69 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T21:51:43.602Z] #69 DONE 63.0s [2023-08-14T21:51:43.602Z] [2023-08-14T21:51:43.602Z] #76 [security-proxy-auth builder 6/7] COPY . . [2023-08-14T21:51:43.602Z] #76 ... [2023-08-14T21:51:43.602Z] [2023-08-14T21:51:43.602Z] #77 [support-notifications builder 6/7] COPY . . [2023-08-14T21:51:43.602Z] #77 DONE 1.4s [2023-08-14T21:51:43.602Z] [2023-08-14T21:51:43.602Z] #78 [support-scheduler builder 6/7] COPY . . [2023-08-14T21:51:43.602Z] #78 CACHED [2023-08-14T21:51:43.602Z] [2023-08-14T21:51:43.602Z] #79 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2023-08-14T21:51:43.602Z] #79 CACHED [2023-08-14T21:51:43.602Z] [2023-08-14T21:51:43.602Z] #80 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T21:51:43.602Z] #80 CACHED [2023-08-14T21:51:43.602Z] [2023-08-14T21:51:43.602Z] #81 [core-data builder 4/7] COPY go.mod vendor* ./ [2023-08-14T21:51:43.602Z] #81 CACHED [2023-08-14T21:51:43.602Z] [2023-08-14T21:51:43.602Z] #82 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T21:51:43.602Z] #82 CACHED [2023-08-14T21:51:43.602Z] [2023-08-14T21:51:43.602Z] #83 [core-data builder 6/7] COPY . . [2023-08-14T21:51:43.602Z] #83 CACHED [2023-08-14T21:51:43.602Z] [2023-08-14T21:51:43.602Z] #84 [security-spiffe-token-provider builder 6/7] COPY . . [2023-08-14T21:51:43.602Z] #84 DONE 1.4s [2023-08-14T21:51:43.602Z] [2023-08-14T21:51:43.602Z] #85 [core-command builder 4/7] COPY go.mod vendor* ./ [2023-08-14T21:51:43.602Z] #85 CACHED [2023-08-14T21:51:43.602Z] [2023-08-14T21:51:43.602Z] #86 [core-command builder 6/7] COPY . . [2023-08-14T21:51:43.602Z] #86 CACHED [2023-08-14T21:51:43.602Z] [2023-08-14T21:51:43.602Z] #87 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T21:51:43.602Z] #87 CACHED [2023-08-14T21:51:43.602Z] [2023-08-14T21:51:43.602Z] #88 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T21:51:43.602Z] #88 CACHED [2023-08-14T21:51:43.602Z] [2023-08-14T21:51:43.602Z] #89 [core-metadata builder 6/7] COPY . . [2023-08-14T21:51:43.602Z] #89 CACHED [2023-08-14T21:51:43.602Z] [2023-08-14T21:51:43.602Z] #90 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2023-08-14T21:51:43.602Z] #90 CACHED [2023-08-14T21:51:43.602Z] [2023-08-14T21:51:43.602Z] #76 [security-proxy-auth builder 6/7] COPY . . [2023-08-14T21:51:43.602Z] #76 DONE 1.3s [2023-08-14T21:51:43.603Z] [2023-08-14T21:51:43.603Z] #91 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-08-14T21:51:43.603Z] #91 CACHED [2023-08-14T21:51:43.603Z] [2023-08-14T21:51:43.603Z] #92 [core-common-config-bootstrapper builder 6/7] COPY . . [2023-08-14T21:51:43.603Z] #92 CACHED [2023-08-14T21:51:43.603Z] [2023-08-14T21:51:43.603Z] #93 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T21:51:43.603Z] #93 CACHED [2023-08-14T21:51:43.603Z] [2023-08-14T21:51:43.603Z] #94 [security-bootstrapper builder 6/7] COPY . . [2023-08-14T21:51:43.603Z] #94 DONE 1.5s [2023-08-14T21:51:43.603Z] [2023-08-14T21:51:43.603Z] #75 [security-spire-config builder 6/9] COPY . . [2023-08-14T21:51:43.603Z] #75 DONE 1.4s [2023-08-14T21:51:43.603Z] [2023-08-14T21:51:43.603Z] #95 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-08-14T21:51:43.603Z] #95 ... [2023-08-14T21:51:43.603Z] [2023-08-14T21:51:43.603Z] #96 [security-proxy-setup builder 6/7] COPY . . [2023-08-14T21:51:43.603Z] #96 CACHED [2023-08-14T21:51:43.603Z] [2023-08-14T21:51:43.603Z] #97 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T21:51:43.603Z] #97 CACHED [2023-08-14T21:51:43.603Z] [2023-08-14T21:51:43.603Z] #98 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2023-08-14T21:51:43.603Z] #98 CACHED [2023-08-14T21:51:43.603Z] [2023-08-14T21:51:43.603Z] #99 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T21:51:43.603Z] #99 CACHED [2023-08-14T21:51:43.603Z] [2023-08-14T21:51:43.603Z] #100 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2023-08-14T21:51:43.603Z] #100 CACHED [2023-08-14T21:51:43.603Z] [2023-08-14T21:51:43.603Z] #101 [security-secretstore-setup builder 6/7] COPY . . [2023-08-14T21:51:43.603Z] #101 CACHED [2023-08-14T21:51:43.603Z] [2023-08-14T21:51:43.603Z] #102 [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-08-14T21:51:43.603Z] #102 ... [2023-08-14T21:51:43.603Z] [2023-08-14T21:51:43.603Z] #103 [security-spire-config builder 7/9] WORKDIR /edgex-go/spire-build [2023-08-14T21:51:43.603Z] #103 DONE 0.5s [2023-08-14T21:51:43.603Z] [2023-08-14T21:51:43.603Z] #104 [security-spire-server builder 6/9] COPY . . [2023-08-14T21:51:43.603Z] #104 CACHED [2023-08-14T21:51:43.603Z] [2023-08-14T21:51:43.603Z] #105 [security-spire-server builder 7/9] WORKDIR /edgex-go/spire-build [2023-08-14T21:51:43.603Z] #105 CACHED [2023-08-14T21:51:43.603Z] [2023-08-14T21:51:43.603Z] #106 [security-spire-server builder 4/9] COPY go.mod vendor* ./ [2023-08-14T21:51:43.603Z] #106 CACHED [2023-08-14T21:51:43.603Z] [2023-08-14T21:51:43.603Z] #107 [security-spire-server builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T21:51:43.603Z] #107 CACHED [2023-08-14T21:51:43.603Z] [2023-08-14T21:51:43.603Z] #108 [security-spire-server builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-08-14T21:51:46.079Z] f40f51490f46: Pushed [2023-08-14T21:51:46.337Z] 3451b7e6c986f3e69473b278945a55ce4856eec7: digest: sha256:af8d831135f362d5a29cdb264a9ffef21f750176bc554434fdf9002e5f0e5164 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:46.646Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:46.944Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-08-14T21:51:46.944Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-08-14T21:51:46.944Z] 288e6dd91b27: Preparing [2023-08-14T21:51:46.944Z] f40f51490f46: Preparing [2023-08-14T21:51:46.944Z] c09573c205f3: Preparing [2023-08-14T21:51:46.944Z] 37758cb6852c: Preparing [2023-08-14T21:51:46.944Z] acfa142be7b8: Preparing [2023-08-14T21:51:46.944Z] 36b50b131297: Preparing [2023-08-14T21:51:46.944Z] 36b50b131297: Waiting [2023-08-14T21:51:46.944Z] acfa142be7b8: Layer already exists [2023-08-14T21:51:46.944Z] 37758cb6852c: Layer already exists [2023-08-14T21:51:46.944Z] c09573c205f3: Layer already exists [2023-08-14T21:51:46.944Z] 288e6dd91b27: Layer already exists [2023-08-14T21:51:46.944Z] f40f51490f46: Layer already exists [2023-08-14T21:51:46.944Z] 36b50b131297: Layer already exists [2023-08-14T21:51:46.944Z] latest: digest: sha256:af8d831135f362d5a29cdb264a9ffef21f750176bc554434fdf9002e5f0e5164 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:47.249Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:47.549Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.1.0-dev.24 [2023-08-14T21:51:47.549Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-08-14T21:51:47.549Z] 288e6dd91b27: Preparing [2023-08-14T21:51:47.549Z] f40f51490f46: Preparing [2023-08-14T21:51:47.549Z] c09573c205f3: Preparing [2023-08-14T21:51:47.549Z] 37758cb6852c: Preparing [2023-08-14T21:51:47.549Z] acfa142be7b8: Preparing [2023-08-14T21:51:47.549Z] 36b50b131297: Preparing [2023-08-14T21:51:47.549Z] 36b50b131297: Waiting [2023-08-14T21:51:47.549Z] 37758cb6852c: Layer already exists [2023-08-14T21:51:47.549Z] 288e6dd91b27: Layer already exists [2023-08-14T21:51:47.549Z] f40f51490f46: Layer already exists [2023-08-14T21:51:47.549Z] acfa142be7b8: Layer already exists [2023-08-14T21:51:47.549Z] c09573c205f3: Layer already exists [2023-08-14T21:51:47.549Z] 36b50b131297: Layer already exists [2023-08-14T21:51:47.549Z] 3.1.0-dev.24: digest: sha256:af8d831135f362d5a29cdb264a9ffef21f750176bc554434fdf9002e5f0e5164 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:47.856Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:48.165Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T21:51:48.165Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-08-14T21:51:48.165Z] 288e6dd91b27: Preparing [2023-08-14T21:51:48.165Z] f40f51490f46: Preparing [2023-08-14T21:51:48.165Z] c09573c205f3: Preparing [2023-08-14T21:51:48.165Z] 37758cb6852c: Preparing [2023-08-14T21:51:48.165Z] acfa142be7b8: Preparing [2023-08-14T21:51:48.165Z] 36b50b131297: Preparing [2023-08-14T21:51:48.165Z] 36b50b131297: Waiting [2023-08-14T21:51:48.165Z] acfa142be7b8: Layer already exists [2023-08-14T21:51:48.165Z] c09573c205f3: Layer already exists [2023-08-14T21:51:48.165Z] f40f51490f46: Layer already exists [2023-08-14T21:51:48.165Z] 288e6dd91b27: Layer already exists [2023-08-14T21:51:48.165Z] 37758cb6852c: Layer already exists [2023-08-14T21:51:48.165Z] 36b50b131297: Layer already exists [2023-08-14T21:51:48.165Z] 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24: digest: sha256:af8d831135f362d5a29cdb264a9ffef21f750176bc554434fdf9002e5f0e5164 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:48.473Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T21:51:48.893Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2023-08-14T21:51:48.893Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-08-14T21:51:48.893Z] 288e6dd91b27: Preparing [2023-08-14T21:51:48.893Z] f40f51490f46: Preparing [2023-08-14T21:51:48.893Z] c09573c205f3: Preparing [2023-08-14T21:51:48.893Z] 37758cb6852c: Preparing [2023-08-14T21:51:48.893Z] acfa142be7b8: Preparing [2023-08-14T21:51:48.893Z] 36b50b131297: Preparing [2023-08-14T21:51:48.893Z] 36b50b131297: Waiting [2023-08-14T21:51:48.893Z] f40f51490f46: Layer already exists [2023-08-14T21:51:48.893Z] acfa142be7b8: Layer already exists [2023-08-14T21:51:48.893Z] 37758cb6852c: Layer already exists [2023-08-14T21:51:48.893Z] c09573c205f3: Layer already exists [2023-08-14T21:51:48.893Z] 288e6dd91b27: Layer already exists [2023-08-14T21:51:48.893Z] 36b50b131297: Layer already exists [2023-08-14T21:51:48.893Z] main: digest: sha256:af8d831135f362d5a29cdb264a9ffef21f750176bc554434fdf9002e5f0e5164 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-14T21:51:48.933Z] ===================================================== [Pipeline] echo [2023-08-14T21:51:48.938Z] taggedImages: [2023-08-14T21:51:48.938Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T21:51:48.938Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-08-14T21:51:48.938Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.1.0-dev.24 [2023-08-14T21:51:48.938Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T21:51:48.938Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // script [Pipeline] } [2023-08-14T21:51:48.959Z] #108 ... [2023-08-14T21:51:48.959Z] [2023-08-14T21:51:48.959Z] #95 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-08-14T21:51:48.959Z] #95 5.100 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-08-14T21:51:48.959Z] #95 ... [2023-08-14T21:51:48.959Z] [2023-08-14T21:51:48.959Z] #109 [security-spire-config builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-08-14T21:51:48.959Z] #109 DONE 6.0s [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-08-14T21:51:49.225Z] [2023-08-14T21:51:49.225Z] #102 [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-08-14T21:51:49.225Z] #102 6.477 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-08-14T21:51:49.225Z] #102 ... [2023-08-14T21:51:49.225Z] [2023-08-14T21:51:49.225Z] #110 [security-spire-config builder 9/9] WORKDIR /edgex-go [2023-08-14T21:51:49.225Z] #110 DONE 0.4s [2023-08-14T21:51:49.504Z] [2023-08-14T21:51:49.504Z] #108 [security-spire-server builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-08-14T21:51:49.504Z] #108 DONE 6.4s [2023-08-14T21:51:49.504Z] [2023-08-14T21:51:49.504Z] #111 [security-spire-server builder 9/9] WORKDIR /edgex-go [2023-08-14T21:51:49.771Z] #111 DONE 0.3s [2023-08-14T21:51:49.771Z] [2023-08-14T21:51:49.771Z] #112 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-08-14T21:51:49.771Z] #0 6.752 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-08-14T21:51:51.859Z] #112 ... [2023-08-14T21:51:51.859Z] [2023-08-14T21:51:51.859Z] #113 [security-spire-server stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T21:51:52.125Z] #113 DONE 0.4s [2023-08-14T21:51:52.125Z] [2023-08-14T21:51:52.125Z] #114 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-08-14T21:51:52.125Z] #0 6.385 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-08-14T21:51:52.392Z] #114 ... [2023-08-14T21:51:52.392Z] [2023-08-14T21:51:52.392Z] #115 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-14T21:51:52.392Z] #0 5.009 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-08-14T21:51:52.660Z] #115 ... [2023-08-14T21:51:52.660Z] [2023-08-14T21:51:52.660Z] #116 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-08-14T21:51:52.660Z] #0 6.298 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-08-14T21:51:52.660Z] #116 ... [2023-08-14T21:51:52.660Z] [2023-08-14T21:51:52.660Z] #117 [security-spire-agent builder 6/9] COPY . . [2023-08-14T21:51:52.660Z] #117 CACHED [2023-08-14T21:51:52.660Z] [2023-08-14T21:51:52.661Z] #118 [security-spire-agent builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-08-14T21:51:52.661Z] #118 CACHED [2023-08-14T21:51:52.930Z] [2023-08-14T21:51:52.930Z] #119 [security-spire-agent stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T21:51:52.930Z] #119 CACHED [2023-08-14T21:51:52.930Z] [2023-08-14T21:51:52.930Z] #120 [security-spire-agent builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T21:51:52.930Z] #120 CACHED [2023-08-14T21:51:52.930Z] [2023-08-14T21:51:52.930Z] #121 [security-spire-agent builder 7/9] WORKDIR /edgex-go/spire-build [2023-08-14T21:51:52.930Z] #121 CACHED [2023-08-14T21:51:52.930Z] [2023-08-14T21:51:52.930Z] #122 [security-spire-agent builder 9/9] WORKDIR /edgex-go [2023-08-14T21:51:52.930Z] #122 CACHED [2023-08-14T21:51:52.930Z] [2023-08-14T21:51:52.930Z] #123 [security-spire-agent builder 4/9] COPY go.mod vendor* ./ [2023-08-14T21:51:52.930Z] #123 CACHED [2023-08-14T21:51:52.930Z] [2023-08-14T21:51:52.930Z] #124 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-08-14T21:51:52.930Z] #0 5.450 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-08-14T21:51:52.930Z] #124 ... [2023-08-14T21:51:52.930Z] [2023-08-14T21:51:52.930Z] #125 [security-spire-agent stage-1 4/9] COPY --from=builder /edgex-go/security.txt / [2023-08-14T21:51:52.930Z] #125 DONE 0.3s [2023-08-14T21:51:52.930Z] [2023-08-14T21:51:52.930Z] #126 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-08-14T21:51:52.930Z] #0 4.996 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-08-14T21:51:52.930Z] #126 ... [2023-08-14T21:51:52.930Z] [2023-08-14T21:51:52.930Z] #127 [security-spire-server stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-08-14T21:51:52.930Z] #127 CACHED [2023-08-14T21:51:52.930Z] [2023-08-14T21:51:52.930Z] #128 [security-spire-config stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T21:51:52.930Z] #128 DONE 0.3s [2023-08-14T21:51:52.930Z] [2023-08-14T21:51:52.930Z] #129 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-08-14T21:51:52.930Z] #0 6.420 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-08-14T21:51:53.197Z] #129 ... [2023-08-14T21:51:53.197Z] [2023-08-14T21:51:53.197Z] #130 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-08-14T21:51:53.197Z] #0 6.789 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-08-14T21:51:53.464Z] #130 ... [2023-08-14T21:51:53.464Z] [2023-08-14T21:51:53.464Z] #131 [security-spire-config stage-1 4/9] COPY --from=builder /edgex-go/security.txt / [2023-08-14T21:51:53.464Z] #131 DONE 0.3s [2023-08-14T21:51:53.464Z] [2023-08-14T21:51:53.464Z] #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-08-14T21:51:53.464Z] #0 5.627 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-08-14T21:51:53.464Z] #132 ... [2023-08-14T21:51:53.464Z] [2023-08-14T21:51:53.464Z] #133 [security-spire-config stage-1 5/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-08-14T21:51:54.052Z] #133 ... [2023-08-14T21:51:54.052Z] [2023-08-14T21:51:54.052Z] #134 [security-spire-agent stage-1 5/9] COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-08-14T21:51:54.052Z] #134 DONE 1.0s [2023-08-14T21:51:54.052Z] [2023-08-14T21:51:54.052Z] #135 [security-spire-agent stage-1 6/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-08-14T21:51:54.658Z] #135 ... [2023-08-14T21:51:54.658Z] [2023-08-14T21:51:54.658Z] #136 [security-spire-server stage-1 5/8] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-08-14T21:51:54.658Z] #136 DONE 1.7s [2023-08-14T21:51:54.925Z] [2023-08-14T21:51:54.925Z] #137 [security-spire-server stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-08-14T21:51:55.193Z] #137 DONE 0.4s [2023-08-14T21:51:55.193Z] [2023-08-14T21:51:55.193Z] #138 [security-spire-server stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-08-14T21:51:55.467Z] #138 DONE 0.4s [2023-08-14T21:51:55.467Z] [2023-08-14T21:51:55.467Z] #133 [security-spire-config stage-1 5/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-08-14T21:51:55.467Z] #133 DONE 2.2s [2023-08-14T21:51:55.467Z] [2023-08-14T21:51:55.467Z] #139 [security-spire-config stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-08-14T21:51:55.740Z] #139 DONE 0.2s [2023-08-14T21:51:55.740Z] [2023-08-14T21:51:55.740Z] #140 [security-spire-server stage-1 8/8] COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-08-14T21:51:55.740Z] #140 DONE 0.3s [2023-08-14T21:51:55.740Z] [2023-08-14T21:51:55.740Z] #135 [security-spire-agent stage-1 6/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-08-14T21:51:55.740Z] #135 DONE 1.8s [2023-08-14T21:51:55.740Z] [2023-08-14T21:51:55.740Z] #141 [security-spire-server] exporting to image [2023-08-14T21:51:55.740Z] #141 exporting layers [2023-08-14T21:51:56.020Z] #141 ... [2023-08-14T21:51:56.021Z] [2023-08-14T21:51:56.021Z] #142 [security-spire-config stage-1 7/9] WORKDIR /usr/local/etc/spiffe-scripts.d [2023-08-14T21:51:56.021Z] #142 DONE 0.4s [2023-08-14T21:51:56.304Z] [2023-08-14T21:51:56.304Z] #143 [security-spire-config stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-08-14T21:51:56.582Z] #143 ... [2023-08-14T21:51:56.582Z] [2023-08-14T21:51:56.582Z] #144 [security-spire-agent stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-08-14T21:51:56.582Z] #144 DONE 0.8s [2023-08-14T21:51:56.849Z] [2023-08-14T21:51:56.849Z] #145 [security-spire-agent stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-08-14T21:51:57.117Z] #145 ... [2023-08-14T21:51:57.117Z] [2023-08-14T21:51:57.117Z] #143 [security-spire-config stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-08-14T21:51:57.117Z] #143 DONE 0.8s [2023-08-14T21:51:57.117Z] [2023-08-14T21:51:57.117Z] #145 [security-spire-agent stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-08-14T21:51:57.117Z] #145 DONE 0.5s [2023-08-14T21:51:57.117Z] [2023-08-14T21:51:57.117Z] #141 [security-spire-config] exporting to image [2023-08-14T21:51:57.701Z] #141 ... [2023-08-14T21:51:57.701Z] [2023-08-14T21:51:57.701Z] #146 [security-spire-agent stage-1 9/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-08-14T21:51:57.701Z] #146 DONE 0.7s [2023-08-14T21:51:57.973Z] [2023-08-14T21:51:57.973Z] #141 [security-spire-agent] exporting to image [2023-08-14T21:51:59.916Z] #141 exporting layers 4.3s done [2023-08-14T21:51:59.916Z] #141 writing image sha256:3106e64086b91177af673d2a907389f534fb4514e620559e83277cede955f56b [2023-08-14T21:52:00.183Z] #141 exporting layers 3.1s done [2023-08-14T21:52:00.183Z] #141 writing image sha256:3106e64086b91177af673d2a907389f534fb4514e620559e83277cede955f56b 0.0s done [2023-08-14T21:52:00.183Z] #141 naming to docker.io/library/security-spire-server-arm64 done [2023-08-14T21:52:00.183Z] #141 writing image sha256:fc0777e55366ce72e16272f1768d32f3a56908308bbd02f8d6c04aa8e3c92aff [2023-08-14T21:52:00.183Z] #141 writing image sha256:fc0777e55366ce72e16272f1768d32f3a56908308bbd02f8d6c04aa8e3c92aff done [2023-08-14T21:52:00.183Z] #141 naming to docker.io/library/security-spire-config-arm64 done [2023-08-14T21:52:00.766Z] #141 exporting layers 3.1s done [2023-08-14T21:52:00.766Z] #141 writing image sha256:ae10cb2ec624edeb85370281afaf5b7f28cf6d7d97e35d1ccf9782a82e3d6f75 [2023-08-14T21:52:01.033Z] #141 writing image sha256:ae10cb2ec624edeb85370281afaf5b7f28cf6d7d97e35d1ccf9782a82e3d6f75 done [2023-08-14T21:52:01.033Z] #141 naming to docker.io/library/security-spire-agent-arm64 done [2023-08-14T21:52:01.033Z] #141 DONE 5.4s [2023-08-14T21:52:01.033Z] [2023-08-14T21:52:01.033Z] #95 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-08-14T22:08:09.016Z] #95 ... [2023-08-14T22:08:09.016Z] [2023-08-14T22:08:09.016Z] #112 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-08-14T22:08:09.016Z] #112 DONE 982.3s [2023-08-14T22:08:09.016Z] [2023-08-14T22:08:09.016Z] #115 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-14T22:08:09.016Z] #115 ... [2023-08-14T22:08:09.016Z] [2023-08-14T22:08:09.016Z] #147 [security-proxy-setup stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T22:08:09.016Z] #147 DONE 0.3s [2023-08-14T22:08:09.016Z] [2023-08-14T22:08:09.016Z] #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-08-14T22:08:09.016Z] #132 ... [2023-08-14T22:08:09.016Z] [2023-08-14T22:08:09.016Z] #148 [security-proxy-setup stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2023-08-14T22:08:09.016Z] #148 DONE 0.4s [2023-08-14T22:08:09.016Z] [2023-08-14T22:08:09.016Z] #149 [security-proxy-setup stage-1 6/9] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-08-14T22:08:09.016Z] #149 DONE 0.2s [2023-08-14T22:08:09.016Z] [2023-08-14T22:08:09.016Z] #150 [security-proxy-setup stage-1 7/9] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-08-14T22:08:09.016Z] #150 DONE 0.4s [2023-08-14T22:08:09.016Z] [2023-08-14T22:08:09.016Z] #151 [security-proxy-setup stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-08-14T22:08:09.016Z] #151 DONE 0.2s [2023-08-14T22:08:09.016Z] [2023-08-14T22:08:09.016Z] #102 [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-08-14T22:08:09.016Z] #102 983.4 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-08-14T22:08:09.016Z] #102 ... [2023-08-14T22:08:09.016Z] [2023-08-14T22:08:09.016Z] #152 [security-proxy-setup stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-08-14T22:08:09.016Z] #152 DONE 2.2s [2023-08-14T22:08:09.296Z] [2023-08-14T22:08:09.296Z] #141 [security-proxy-setup] exporting to image [2023-08-14T22:08:09.296Z] #141 exporting layers [2023-08-14T22:08:09.886Z] #141 exporting layers 0.8s done [2023-08-14T22:08:09.886Z] #141 writing image sha256:411d4986e402fbad407c35c8d531e344abeaff5a65ae08a391144dcf069c8c73 done [2023-08-14T22:08:09.886Z] #141 naming to docker.io/library/security-proxy-setup-arm64 0.0s done [2023-08-14T22:08:09.886Z] #141 DONE 6.2s [2023-08-14T22:08:09.886Z] [2023-08-14T22:08:09.886Z] #124 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-08-14T22:08:14.126Z] #124 ... [2023-08-14T22:08:14.126Z] [2023-08-14T22:08:14.126Z] #114 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-08-14T22:08:14.126Z] #114 DONE 991.3s [2023-08-14T22:08:14.126Z] [2023-08-14T22:08:14.126Z] #153 [security-bootstrapper stage-1 5/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2023-08-14T22:08:14.735Z] #153 DONE 0.5s [2023-08-14T22:08:14.735Z] [2023-08-14T22:08:14.735Z] #154 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh [2023-08-14T22:08:17.309Z] #154 DONE 2.5s [2023-08-14T22:08:17.309Z] [2023-08-14T22:08:17.309Z] #155 [security-bootstrapper stage-1 7/15] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T22:08:17.309Z] #155 DONE 0.2s [2023-08-14T22:08:17.309Z] [2023-08-14T22:08:17.309Z] #115 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-14T22:08:17.309Z] #115 ... [2023-08-14T22:08:17.309Z] [2023-08-14T22:08:17.309Z] #156 [security-bootstrapper stage-1 8/15] COPY --from=builder /edgex-go/security.txt / [2023-08-14T22:08:17.576Z] #156 DONE 0.2s [2023-08-14T22:08:17.576Z] [2023-08-14T22:08:17.576Z] #157 [security-bootstrapper stage-1 9/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-08-14T22:08:17.846Z] #157 DONE 0.3s [2023-08-14T22:08:17.846Z] [2023-08-14T22:08:17.846Z] #158 [security-bootstrapper stage-1 10/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-08-14T22:08:17.846Z] #158 DONE 0.1s [2023-08-14T22:08:17.846Z] [2023-08-14T22:08:17.846Z] #159 [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-08-14T22:08:18.112Z] #159 DONE 0.2s [2023-08-14T22:08:18.112Z] [2023-08-14T22:08:18.112Z] #160 [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-08-14T22:08:18.377Z] #160 DONE 0.2s [2023-08-14T22:08:18.377Z] [2023-08-14T22:08:18.377Z] #126 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-08-14T22:08:18.377Z] #126 ... [2023-08-14T22:08:18.377Z] [2023-08-14T22:08:18.377Z] #161 [security-bootstrapper stage-1 13/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2023-08-14T22:08:18.377Z] #161 DONE 0.1s [2023-08-14T22:08:18.377Z] [2023-08-14T22:08:18.377Z] #162 [security-bootstrapper stage-1 14/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-08-14T22:08:18.377Z] #162 DONE 0.1s [2023-08-14T22:08:18.377Z] [2023-08-14T22:08:18.377Z] #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-08-14T22:08:18.642Z] #132 ... [2023-08-14T22:08:18.642Z] [2023-08-14T22:08:18.642Z] #163 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh [2023-08-14T22:08:20.584Z] #163 DONE 2.1s [2023-08-14T22:08:20.584Z] [2023-08-14T22:08:20.584Z] #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-08-14T22:08:20.850Z] #132 ... [2023-08-14T22:08:20.850Z] [2023-08-14T22:08:20.850Z] #141 [security-bootstrapper] exporting to image [2023-08-14T22:08:20.850Z] #141 exporting layers [2023-08-14T22:08:21.432Z] #141 exporting layers 0.9s done [2023-08-14T22:08:21.698Z] #141 writing image sha256:0c724650bcf93ed4c2d13608e133fac14eaa6394d50f451f41d4209e0c9492f8 done [2023-08-14T22:08:21.698Z] #141 naming to docker.io/library/security-bootstrapper-arm64 done [2023-08-14T22:08:21.698Z] #141 DONE 7.1s [2023-08-14T22:08:21.698Z] [2023-08-14T22:08:21.698Z] #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-08-14T22:08:29.897Z] #132 ... [2023-08-14T22:08:29.897Z] [2023-08-14T22:08:29.897Z] #102 [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-08-14T22:08:29.897Z] #102 DONE 1006.5s [2023-08-14T22:08:29.897Z] [2023-08-14T22:08:29.897Z] #115 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-14T22:08:29.897Z] #115 ... [2023-08-14T22:08:29.897Z] [2023-08-14T22:08:29.897Z] #164 [security-secretstore-setup stage-1 3/12] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T22:08:30.180Z] #164 DONE 0.2s [2023-08-14T22:08:30.180Z] [2023-08-14T22:08:30.180Z] #165 [security-secretstore-setup stage-1 4/12] COPY --from=builder /edgex-go/security.txt / [2023-08-14T22:08:30.449Z] #165 DONE 0.4s [2023-08-14T22:08:30.449Z] [2023-08-14T22:08:30.449Z] #166 [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-08-14T22:08:30.714Z] #166 DONE 0.2s [2023-08-14T22:08:30.714Z] [2023-08-14T22:08:30.714Z] #167 [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-08-14T22:08:30.979Z] #167 DONE 0.2s [2023-08-14T22:08:30.979Z] [2023-08-14T22:08:30.979Z] #168 [security-secretstore-setup stage-1 7/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-08-14T22:08:30.979Z] #168 DONE 0.1s [2023-08-14T22:08:30.979Z] [2023-08-14T22:08:30.979Z] #169 [security-secretstore-setup stage-1 8/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-08-14T22:08:31.245Z] #169 DONE 0.3s [2023-08-14T22:08:31.245Z] [2023-08-14T22:08:31.245Z] #170 [security-secretstore-setup stage-1 9/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-08-14T22:08:31.543Z] #170 DONE 0.3s [2023-08-14T22:08:31.543Z] [2023-08-14T22:08:31.543Z] #115 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-14T22:08:31.809Z] #115 ... [2023-08-14T22:08:31.809Z] [2023-08-14T22:08:31.809Z] #171 [security-secretstore-setup stage-1 10/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-08-14T22:08:32.078Z] #171 DONE 0.2s [2023-08-14T22:08:32.078Z] [2023-08-14T22:08:32.078Z] #172 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-08-14T22:08:34.019Z] #172 DONE 2.1s [2023-08-14T22:08:34.019Z] [2023-08-14T22:08:34.019Z] #141 [security-secretstore-setup] exporting to image [2023-08-14T22:08:34.019Z] #141 exporting layers [2023-08-14T22:08:35.425Z] #141 exporting layers 1.2s done [2023-08-14T22:08:35.425Z] #141 writing image sha256:469649f30c45c4a3661ef215a4b9e5cd279f190b5ca727c33dbd56785544ca2b done [2023-08-14T22:08:35.425Z] #141 naming to docker.io/library/security-secretstore-setup-arm64 done [2023-08-14T22:08:35.425Z] #141 DONE 8.3s [2023-08-14T22:08:35.425Z] [2023-08-14T22:08:35.425Z] #115 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-14T22:08:36.006Z] #115 ... [2023-08-14T22:08:36.006Z] [2023-08-14T22:08:36.006Z] #126 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-08-14T22:08:36.006Z] #126 DONE 1013.5s [2023-08-14T22:08:36.273Z] [2023-08-14T22:08:36.273Z] #95 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-08-14T22:08:36.273Z] #95 ... [2023-08-14T22:08:36.273Z] [2023-08-14T22:08:36.273Z] #173 [security-proxy-auth stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T22:08:36.541Z] #173 DONE 0.2s [2023-08-14T22:08:36.541Z] [2023-08-14T22:08:36.541Z] #115 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-14T22:08:36.541Z] #115 ... [2023-08-14T22:08:36.541Z] [2023-08-14T22:08:36.541Z] #174 [security-proxy-auth stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-08-14T22:08:36.541Z] #174 DONE 0.1s [2023-08-14T22:08:36.811Z] [2023-08-14T22:08:36.811Z] #175 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-08-14T22:08:36.811Z] #175 DONE 0.2s [2023-08-14T22:08:36.811Z] [2023-08-14T22:08:36.811Z] #115 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-14T22:08:37.079Z] #115 ... [2023-08-14T22:08:37.079Z] [2023-08-14T22:08:37.079Z] #176 [security-proxy-auth stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-08-14T22:08:37.079Z] #176 DONE 0.1s [2023-08-14T22:08:37.079Z] [2023-08-14T22:08:37.080Z] #177 [security-proxy-auth stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-08-14T22:08:37.080Z] #177 DONE 0.1s [2023-08-14T22:08:37.080Z] [2023-08-14T22:08:37.080Z] #95 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-08-14T22:08:37.354Z] #95 ... [2023-08-14T22:08:37.354Z] [2023-08-14T22:08:37.354Z] #178 [security-proxy-auth stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-08-14T22:08:39.299Z] #178 DONE 2.1s [2023-08-14T22:08:39.299Z] [2023-08-14T22:08:39.299Z] #141 [security-proxy-auth] exporting to image [2023-08-14T22:08:39.881Z] #141 exporting layers 0.5s done [2023-08-14T22:08:39.881Z] #141 writing image sha256:7853d56c3e1567b9283e4409ac2be6ddafc68f932e414d34242271e40010ac7c done [2023-08-14T22:08:39.881Z] #141 naming to docker.io/library/security-proxy-auth-arm64 done [2023-08-14T22:08:39.881Z] #141 DONE 8.8s [2023-08-14T22:08:39.881Z] [2023-08-14T22:08:39.881Z] #124 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-08-14T22:08:54.860Z] #124 ... [2023-08-14T22:08:54.860Z] [2023-08-14T22:08:54.860Z] #116 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-08-14T22:08:54.860Z] #116 DONE 1030.0s [2023-08-14T22:08:54.860Z] [2023-08-14T22:08:54.860Z] #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-08-14T22:08:54.860Z] #132 ... [2023-08-14T22:08:54.860Z] [2023-08-14T22:08:54.860Z] #179 [core-common-config-bootstrapper stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T22:08:54.860Z] #179 DONE 0.2s [2023-08-14T22:08:54.860Z] [2023-08-14T22:08:54.860Z] #180 [core-common-config-bootstrapper stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-08-14T22:08:54.860Z] #180 DONE 0.2s [2023-08-14T22:08:54.860Z] [2023-08-14T22:08:54.860Z] #181 [core-common-config-bootstrapper stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-08-14T22:08:54.860Z] #181 DONE 0.4s [2023-08-14T22:08:54.860Z] [2023-08-14T22:08:54.860Z] #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-08-14T22:08:54.860Z] #132 ... [2023-08-14T22:08:54.860Z] [2023-08-14T22:08:54.860Z] #182 [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-08-14T22:08:54.860Z] #182 DONE 0.2s [2023-08-14T22:08:54.860Z] [2023-08-14T22:08:54.860Z] #183 [core-common-config-bootstrapper stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-08-14T22:08:54.860Z] #183 DONE 0.1s [2023-08-14T22:08:54.860Z] [2023-08-14T22:08:54.860Z] #184 [core-common-config-bootstrapper stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-08-14T22:08:57.286Z] #184 DONE 3.1s [2023-08-14T22:08:57.286Z] [2023-08-14T22:08:57.286Z] #141 [core-common-config-bootstrapper] exporting to image [2023-08-14T22:08:57.286Z] #141 exporting layers [2023-08-14T22:08:57.552Z] #141 exporting layers 0.6s done [2023-08-14T22:08:57.552Z] #141 writing image sha256:7dec78797f05a6125721cbbb20b7fa7a5d35461e0f7eb7e656419011dc7af810 done [2023-08-14T22:08:57.552Z] #141 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2023-08-14T22:08:57.552Z] #141 DONE 9.4s [2023-08-14T22:08:57.552Z] [2023-08-14T22:08:57.552Z] #130 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-08-14T22:09:36.383Z] #130 DONE 1070.5s [2023-08-14T22:09:36.383Z] [2023-08-14T22:09:36.383Z] #115 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-14T22:09:36.383Z] #115 ... [2023-08-14T22:09:36.383Z] [2023-08-14T22:09:36.383Z] #185 [core-command stage-1 3/7] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T22:09:36.383Z] #185 DONE 0.1s [2023-08-14T22:09:36.383Z] [2023-08-14T22:09:36.383Z] #186 [core-command stage-1 4/7] COPY --from=builder /edgex-go/security.txt / [2023-08-14T22:09:36.383Z] #186 DONE 0.2s [2023-08-14T22:09:36.383Z] [2023-08-14T22:09:36.383Z] #115 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-14T22:09:36.383Z] #115 ... [2023-08-14T22:09:36.383Z] [2023-08-14T22:09:36.383Z] #187 [core-command stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-08-14T22:09:36.383Z] #187 DONE 0.3s [2023-08-14T22:09:36.383Z] [2023-08-14T22:09:36.383Z] #188 [core-command stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-08-14T22:09:36.383Z] #188 DONE 0.1s [2023-08-14T22:09:36.383Z] [2023-08-14T22:09:36.383Z] #115 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-14T22:09:36.383Z] #115 ... [2023-08-14T22:09:36.383Z] [2023-08-14T22:09:36.383Z] #141 [core-command] exporting to image [2023-08-14T22:09:36.383Z] #141 exporting layers [2023-08-14T22:09:36.383Z] #141 exporting layers 0.2s done [2023-08-14T22:09:36.383Z] #141 writing image sha256:335edd9f7988c1234e6b0df8260ecc97c7843b21465d1c3715c53f5c6ba5a564 done [2023-08-14T22:09:36.383Z] #141 naming to docker.io/library/core-command-arm64 done [2023-08-14T22:09:36.383Z] #141 DONE 9.6s [2023-08-14T22:09:36.383Z] [2023-08-14T22:09:36.383Z] #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-08-14T22:09:44.592Z] #132 ... [2023-08-14T22:09:44.592Z] [2023-08-14T22:09:44.592Z] #124 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-08-14T22:09:44.592Z] #124 DONE 1080.7s [2023-08-14T22:09:44.592Z] [2023-08-14T22:09:44.592Z] #115 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-14T22:09:44.592Z] #115 ... [2023-08-14T22:09:44.592Z] [2023-08-14T22:09:44.592Z] #189 [core-data stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T22:09:44.592Z] #189 DONE 0.2s [2023-08-14T22:09:44.592Z] [2023-08-14T22:09:44.592Z] #190 [core-data stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-08-14T22:09:44.592Z] #190 DONE 0.2s [2023-08-14T22:09:44.592Z] [2023-08-14T22:09:44.592Z] #191 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-08-14T22:09:44.592Z] #191 DONE 0.4s [2023-08-14T22:09:44.592Z] [2023-08-14T22:09:44.592Z] #192 [core-data stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-08-14T22:09:44.857Z] #192 DONE 0.1s [2023-08-14T22:09:44.857Z] [2023-08-14T22:09:44.857Z] #141 [core-data] exporting to image [2023-08-14T22:09:44.857Z] #141 exporting layers [2023-08-14T22:09:45.123Z] #141 exporting layers 0.3s done [2023-08-14T22:09:45.123Z] #141 writing image sha256:c156b25a1c27c84627080e118c66ce04c35ac18ed85d39935bafbbda2a4ab85e done [2023-08-14T22:09:45.123Z] #141 naming to docker.io/library/core-data-arm64 done [2023-08-14T22:09:45.123Z] #141 DONE 9.9s [2023-08-14T22:09:45.123Z] [2023-08-14T22:09:45.123Z] #115 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-14T22:09:53.340Z] #115 ... [2023-08-14T22:09:53.340Z] [2023-08-14T22:09:53.340Z] #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-08-14T22:09:53.340Z] #132 DONE 1090.0s [2023-08-14T22:09:53.340Z] [2023-08-14T22:09:53.340Z] #115 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-14T22:09:53.340Z] #115 ... [2023-08-14T22:09:53.340Z] [2023-08-14T22:09:53.340Z] #193 [core-metadata stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T22:09:53.340Z] #193 DONE 0.1s [2023-08-14T22:09:53.340Z] [2023-08-14T22:09:53.340Z] #194 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-08-14T22:09:53.340Z] #194 DONE 0.1s [2023-08-14T22:09:53.340Z] [2023-08-14T22:09:53.340Z] #195 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-08-14T22:09:53.606Z] #195 DONE 0.3s [2023-08-14T22:09:53.606Z] [2023-08-14T22:09:53.606Z] #115 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-14T22:09:53.606Z] #115 ... [2023-08-14T22:09:53.606Z] [2023-08-14T22:09:53.606Z] #196 [core-metadata stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-08-14T22:09:53.606Z] #196 DONE 0.1s [2023-08-14T22:09:53.606Z] [2023-08-14T22:09:53.606Z] #197 [core-metadata stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-08-14T22:09:53.878Z] #197 DONE 0.1s [2023-08-14T22:09:53.878Z] [2023-08-14T22:09:53.878Z] #115 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-14T22:09:53.878Z] #115 ... [2023-08-14T22:09:53.878Z] [2023-08-14T22:09:53.878Z] #141 [core-metadata] exporting to image [2023-08-14T22:09:53.878Z] #141 exporting layers [2023-08-14T22:09:54.458Z] #141 exporting layers 0.6s done [2023-08-14T22:09:54.458Z] #141 writing image sha256:5ab3a5e64ab3cb2da2f343d2dc825ddea2590ba82d12dd2384b2f1f6d9fe16d8 done [2023-08-14T22:09:54.458Z] #141 naming to docker.io/library/core-metadata-arm64 done [2023-08-14T22:09:54.458Z] #141 DONE 10.5s [2023-08-14T22:09:54.458Z] [2023-08-14T22:09:54.458Z] #129 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-08-14T22:10:16.483Z] #129 ... [2023-08-14T22:10:16.483Z] [2023-08-14T22:10:16.483Z] #95 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-08-14T22:10:16.483Z] #95 DONE 1113.1s [2023-08-14T22:10:16.483Z] [2023-08-14T22:10:16.483Z] #198 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T22:10:16.483Z] #198 DONE 0.3s [2023-08-14T22:10:16.483Z] [2023-08-14T22:10:16.483Z] #199 [security-spiffe-token-provider stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-08-14T22:10:16.483Z] #199 DONE 0.2s [2023-08-14T22:10:16.483Z] [2023-08-14T22:10:16.483Z] #200 [security-spiffe-token-provider stage-1 5/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-08-14T22:10:16.749Z] #200 DONE 0.4s [2023-08-14T22:10:16.749Z] [2023-08-14T22:10:16.749Z] #115 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-14T22:10:16.749Z] #115 ... [2023-08-14T22:10:16.749Z] [2023-08-14T22:10:16.749Z] #201 [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-08-14T22:10:16.749Z] #201 DONE 0.1s [2023-08-14T22:10:17.016Z] [2023-08-14T22:10:17.016Z] #141 [security-spiffe-token-provider] exporting to image [2023-08-14T22:10:17.016Z] #141 exporting layers [2023-08-14T22:10:18.950Z] #141 exporting layers 1.8s done [2023-08-14T22:10:18.950Z] #141 writing image sha256:0b82e1090084772176634cad360646cc40d35372cb0aa4a10db342d63842af5a done [2023-08-14T22:10:18.950Z] #141 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2023-08-14T22:10:18.950Z] #141 DONE 12.3s [2023-08-14T22:10:18.950Z] [2023-08-14T22:10:18.950Z] #115 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-14T22:10:45.611Z] #115 ... [2023-08-14T22:10:45.611Z] [2023-08-14T22:10:45.611Z] #129 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-08-14T22:10:45.611Z] #129 DONE 1143.2s [2023-08-14T22:10:45.877Z] [2023-08-14T22:10:45.877Z] #115 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-14T22:10:45.877Z] #115 DONE 1143.2s [2023-08-14T22:10:45.877Z] [2023-08-14T22:10:45.877Z] #202 [support-scheduler stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T22:10:46.143Z] #202 DONE 0.1s [2023-08-14T22:10:46.143Z] [2023-08-14T22:10:46.143Z] #203 [support-notifications stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T22:10:46.143Z] #203 ... [2023-08-14T22:10:46.143Z] [2023-08-14T22:10:46.143Z] #204 [support-scheduler stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-08-14T22:10:46.143Z] #204 DONE 0.2s [2023-08-14T22:10:46.409Z] [2023-08-14T22:10:46.409Z] #203 [support-notifications stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T22:10:46.409Z] #203 DONE 0.2s [2023-08-14T22:10:46.409Z] [2023-08-14T22:10:46.409Z] #205 [support-notifications stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-08-14T22:10:46.677Z] #205 DONE 0.2s [2023-08-14T22:10:46.677Z] [2023-08-14T22:10:46.677Z] #206 [support-notifications stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-08-14T22:10:46.677Z] #206 ... [2023-08-14T22:10:46.677Z] [2023-08-14T22:10:46.677Z] #207 [support-scheduler stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-08-14T22:10:46.677Z] #207 DONE 0.4s [2023-08-14T22:10:46.944Z] [2023-08-14T22:10:46.944Z] #206 [support-notifications stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-08-14T22:10:46.944Z] #206 DONE 0.3s [2023-08-14T22:10:46.944Z] [2023-08-14T22:10:46.944Z] #208 [support-scheduler stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-08-14T22:10:46.944Z] #208 DONE 0.1s [2023-08-14T22:10:46.944Z] [2023-08-14T22:10:46.944Z] #209 [support-notifications stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-08-14T22:10:46.944Z] #209 DONE 0.1s [2023-08-14T22:10:46.944Z] [2023-08-14T22:10:46.944Z] #141 [support-notifications] exporting to image [2023-08-14T22:10:46.944Z] #141 exporting layers [2023-08-14T22:10:47.209Z] #141 exporting layers 0.4s done [2023-08-14T22:10:47.209Z] #141 writing image sha256:6e7fb8a602e018b8875062a72aab7c23ab9ea5fffe148ef4eecb600b367fbc6f 0.0s done [2023-08-14T22:10:47.209Z] #141 naming to docker.io/library/support-scheduler-arm64 done [2023-08-14T22:10:47.209Z] #141 writing image sha256:d459d3bf7c51b78ed4d296ed8719be4762dceb30030b13a1932754f6826ddded done [2023-08-14T22:10:47.209Z] #141 naming to docker.io/library/support-notifications-arm64 done [2023-08-14T22:10:47.209Z] #141 DONE 12.8s [2023-08-14T22:10:47.209Z] time="2023-08-14T21:50:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T22:10:47.209Z] time="2023-08-14T21:50:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T22:10:47.209Z] time="2023-08-14T21:50:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T22:10:47.209Z] time="2023-08-14T21:50:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T22:10:47.209Z] time="2023-08-14T21:50:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T22:10:47.209Z] time="2023-08-14T21:50:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T22:10:47.209Z] time="2023-08-14T21:50:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T22:10:47.209Z] time="2023-08-14T21:50:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T22:10:47.209Z] time="2023-08-14T21:50:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T22:10:47.209Z] time="2023-08-14T21:50:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T22:10:47.209Z] time="2023-08-14T21:50:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T22:10:47.209Z] time="2023-08-14T21:50:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T22:10:47.209Z] time="2023-08-14T21:50:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T22:10:47.209Z] time="2023-08-14T21:50:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2023-08-14T22:10:47.222Z] $ docker stop --time=1 01ef28ee7888240bdc75c58e62c4d5ed4dde11c0f5511b6a2b79b190f8a40b93 [2023-08-14T22:10:48.828Z] $ docker rm -f --volumes 01ef28ee7888240bdc75c58e62c4d5ed4dde11c0f5511b6a2b79b190f8a40b93 [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-14T22:10:49.298Z] + docker images [2023-08-14T22:10:49.298Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-08-14T22:10:49.298Z] support-scheduler-arm64 latest 6e7fb8a602e0 3 seconds ago 32.9MB [2023-08-14T22:10:49.298Z] support-notifications-arm64 latest d459d3bf7c51 3 seconds ago 33.7MB [2023-08-14T22:10:49.298Z] security-spiffe-token-provider-arm64 latest 0b82e1090084 33 seconds ago 33.3MB [2023-08-14T22:10:49.298Z] core-metadata-arm64 latest 5ab3a5e64ab3 56 seconds ago 21.2MB [2023-08-14T22:10:49.298Z] core-data-arm64 latest c156b25a1c27 About a minute ago 20.9MB [2023-08-14T22:10:49.298Z] core-command-arm64 latest 335edd9f7988 About a minute ago 20.8MB [2023-08-14T22:10:49.298Z] core-common-config-bootstrapper-arm64 latest 7dec78797f05 About a minute ago 18MB [2023-08-14T22:10:49.298Z] security-proxy-auth-arm64 latest 7853d56c3e15 2 minutes ago 19.3MB [2023-08-14T22:10:49.298Z] security-secretstore-setup-arm64 latest 469649f30c45 2 minutes ago 43MB [2023-08-14T22:10:49.298Z] security-bootstrapper-arm64 latest 0c724650bcf9 2 minutes ago 22.6MB [2023-08-14T22:10:49.298Z] security-proxy-setup-arm64 latest 411d4986e402 2 minutes ago 19.5MB [2023-08-14T22:10:49.298Z] security-spire-agent-arm64 latest ae10cb2ec624 18 minutes ago 152MB [2023-08-14T22:10:49.298Z] security-spire-config-arm64 latest fc0777e55366 18 minutes ago 96.1MB [2023-08-14T22:10:49.298Z] security-spire-server-arm64 latest 3106e64086b9 18 minutes ago 96.9MB [2023-08-14T22:10:49.298Z] ci-base-image-arm64 latest 88173b147d8b 21 minutes ago 1.05GB [2023-08-14T22:10:49.298Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine 1e15ea492957 4 weeks ago 677MB [2023-08-14T22:10:49.298Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 2 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-08-14T22:10:49.421Z] provisioning config files... [2023-08-14T22:10:49.433Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/558@tmp/config9721379536673227848tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-14T22:10:49.767Z] ---> docker-login.sh [2023-08-14T22:10:49.767Z] nexus3.edgexfoundry.org:10001 [2023-08-14T22:10:49.767Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T22:10:50.032Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T22:10:50.032Z] Configure a credential helper to remove this warning. See [2023-08-14T22:10:50.032Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T22:10:50.032Z] [2023-08-14T22:10:50.032Z] Login Succeeded [2023-08-14T22:10:50.032Z] nexus3.edgexfoundry.org:10002 [2023-08-14T22:10:50.298Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T22:10:50.298Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T22:10:50.298Z] Configure a credential helper to remove this warning. See [2023-08-14T22:10:50.298Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T22:10:50.298Z] [2023-08-14T22:10:50.298Z] Login Succeeded [2023-08-14T22:10:50.298Z] nexus3.edgexfoundry.org:10003 [2023-08-14T22:10:50.565Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T22:10:50.832Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T22:10:50.832Z] Configure a credential helper to remove this warning. See [2023-08-14T22:10:50.832Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T22:10:50.832Z] [2023-08-14T22:10:50.832Z] Login Succeeded [2023-08-14T22:10:50.832Z] nexus3.edgexfoundry.org:10004 [2023-08-14T22:10:51.097Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T22:10:51.097Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T22:10:51.097Z] Configure a credential helper to remove this warning. See [2023-08-14T22:10:51.097Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T22:10:51.097Z] [2023-08-14T22:10:51.097Z] Login Succeeded [2023-08-14T22:10:51.097Z] docker.io [2023-08-14T22:10:51.362Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T22:10:51.626Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T22:10:51.626Z] Configure a credential helper to remove this warning. See [2023-08-14T22:10:51.626Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T22:10:51.626Z] [2023-08-14T22:10:51.626Z] Login Succeeded [2023-08-14T22:10:51.626Z] ---> docker-login.sh ends [Pipeline] } [2023-08-14T22:10:51.638Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-14T22:10:51.660Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-14T22:10:51.678Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2023-08-14T22:10:51.678Z] 3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T22:10:51.678Z] latest [2023-08-14T22:10:51.678Z] 3.1.0-dev.24 [2023-08-14T22:10:51.678Z] 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T22:10:51.678Z] main [2023-08-14T22:10:51.678Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:10:52.017Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:10:52.353Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T22:10:52.353Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-08-14T22:10:52.353Z] 869f089cd2fd: Preparing [2023-08-14T22:10:52.353Z] 908e03b261d3: Preparing [2023-08-14T22:10:52.353Z] 7a0813598204: Preparing [2023-08-14T22:10:52.353Z] 456a1372b1d0: Preparing [2023-08-14T22:10:52.353Z] de58f038bdd0: Preparing [2023-08-14T22:10:52.353Z] d2d9d24a8c2a: Preparing [2023-08-14T22:10:52.353Z] d2d9d24a8c2a: Waiting [2023-08-14T22:10:52.619Z] 456a1372b1d0: Pushed [2023-08-14T22:10:52.619Z] 7a0813598204: Pushed [2023-08-14T22:10:52.619Z] de58f038bdd0: Pushed [2023-08-14T22:10:52.619Z] 869f089cd2fd: Pushed [2023-08-14T22:10:52.619Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:10:55.944Z] 908e03b261d3: Pushed [2023-08-14T22:10:55.944Z] 3451b7e6c986f3e69473b278945a55ce4856eec7: digest: sha256:94ec015fc26d45c75faca25efd95db93673b576bacc15a0db7e9fb0610d37b4a size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:10:56.281Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:10:56.669Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-08-14T22:10:56.669Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-08-14T22:10:56.669Z] 869f089cd2fd: Preparing [2023-08-14T22:10:56.669Z] 908e03b261d3: Preparing [2023-08-14T22:10:56.669Z] 7a0813598204: Preparing [2023-08-14T22:10:56.669Z] 456a1372b1d0: Preparing [2023-08-14T22:10:56.669Z] de58f038bdd0: Preparing [2023-08-14T22:10:56.669Z] d2d9d24a8c2a: Preparing [2023-08-14T22:10:56.669Z] d2d9d24a8c2a: Waiting [2023-08-14T22:10:56.669Z] 869f089cd2fd: Layer already exists [2023-08-14T22:10:56.669Z] 7a0813598204: Layer already exists [2023-08-14T22:10:56.669Z] de58f038bdd0: Layer already exists [2023-08-14T22:10:56.669Z] 908e03b261d3: Layer already exists [2023-08-14T22:10:56.669Z] 456a1372b1d0: Layer already exists [2023-08-14T22:10:56.669Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:10:56.942Z] latest: digest: sha256:94ec015fc26d45c75faca25efd95db93673b576bacc15a0db7e9fb0610d37b4a size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:10:57.311Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:10:57.660Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.1.0-dev.24 [2023-08-14T22:10:57.660Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-08-14T22:10:57.660Z] 869f089cd2fd: Preparing [2023-08-14T22:10:57.660Z] 908e03b261d3: Preparing [2023-08-14T22:10:57.660Z] 7a0813598204: Preparing [2023-08-14T22:10:57.660Z] 456a1372b1d0: Preparing [2023-08-14T22:10:57.660Z] de58f038bdd0: Preparing [2023-08-14T22:10:57.660Z] d2d9d24a8c2a: Preparing [2023-08-14T22:10:57.660Z] d2d9d24a8c2a: Waiting [2023-08-14T22:10:57.660Z] 456a1372b1d0: Layer already exists [2023-08-14T22:10:57.660Z] 908e03b261d3: Layer already exists [2023-08-14T22:10:57.660Z] 869f089cd2fd: Layer already exists [2023-08-14T22:10:57.660Z] de58f038bdd0: Layer already exists [2023-08-14T22:10:57.660Z] 7a0813598204: Layer already exists [2023-08-14T22:10:57.660Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:10:57.927Z] 3.1.0-dev.24: digest: sha256:94ec015fc26d45c75faca25efd95db93673b576bacc15a0db7e9fb0610d37b4a size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:10:58.295Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:10:58.648Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T22:10:58.648Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-08-14T22:10:58.648Z] 869f089cd2fd: Preparing [2023-08-14T22:10:58.649Z] 908e03b261d3: Preparing [2023-08-14T22:10:58.649Z] 7a0813598204: Preparing [2023-08-14T22:10:58.649Z] 456a1372b1d0: Preparing [2023-08-14T22:10:58.649Z] de58f038bdd0: Preparing [2023-08-14T22:10:58.649Z] d2d9d24a8c2a: Preparing [2023-08-14T22:10:58.649Z] d2d9d24a8c2a: Waiting [2023-08-14T22:10:58.649Z] 456a1372b1d0: Layer already exists [2023-08-14T22:10:58.649Z] 7a0813598204: Layer already exists [2023-08-14T22:10:58.649Z] de58f038bdd0: Layer already exists [2023-08-14T22:10:58.649Z] 869f089cd2fd: Layer already exists [2023-08-14T22:10:58.649Z] 908e03b261d3: Layer already exists [2023-08-14T22:10:58.649Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:10:58.649Z] 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24: digest: sha256:94ec015fc26d45c75faca25efd95db93673b576bacc15a0db7e9fb0610d37b4a size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:10:58.988Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:10:59.907Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2023-08-14T22:10:59.907Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-08-14T22:10:59.907Z] 869f089cd2fd: Preparing [2023-08-14T22:10:59.907Z] 908e03b261d3: Preparing [2023-08-14T22:10:59.907Z] 7a0813598204: Preparing [2023-08-14T22:10:59.907Z] 456a1372b1d0: Preparing [2023-08-14T22:10:59.907Z] de58f038bdd0: Preparing [2023-08-14T22:10:59.907Z] d2d9d24a8c2a: Preparing [2023-08-14T22:10:59.907Z] d2d9d24a8c2a: Waiting [2023-08-14T22:10:59.907Z] 869f089cd2fd: Layer already exists [2023-08-14T22:10:59.907Z] 456a1372b1d0: Layer already exists [2023-08-14T22:10:59.907Z] 908e03b261d3: Layer already exists [2023-08-14T22:10:59.907Z] 7a0813598204: Layer already exists [2023-08-14T22:10:59.907Z] de58f038bdd0: Layer already exists [2023-08-14T22:10:59.907Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:10:59.907Z] main: digest: sha256:94ec015fc26d45c75faca25efd95db93673b576bacc15a0db7e9fb0610d37b4a size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-14T22:11:00.217Z] ===================================================== [Pipeline] echo [2023-08-14T22:11:00.224Z] taggedImages: [2023-08-14T22:11:00.224Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T22:11:00.224Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-08-14T22:11:00.224Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.1.0-dev.24 [2023-08-14T22:11:00.224Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T22:11:00.224Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2023-08-14T22:11:00.245Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2023-08-14T22:11:00.245Z] 3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T22:11:00.245Z] latest [2023-08-14T22:11:00.245Z] 3.1.0-dev.24 [2023-08-14T22:11:00.245Z] 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T22:11:00.245Z] main [2023-08-14T22:11:00.245Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:11:00.586Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:11:00.918Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T22:11:00.918Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-08-14T22:11:00.918Z] 42b0b819e4ca: Preparing [2023-08-14T22:11:00.918Z] 26a7284a4368: Preparing [2023-08-14T22:11:00.918Z] f872becb01a0: Preparing [2023-08-14T22:11:00.918Z] 50839cdc8b3c: Preparing [2023-08-14T22:11:00.918Z] 7a0813598204: Preparing [2023-08-14T22:11:00.918Z] 456a1372b1d0: Preparing [2023-08-14T22:11:00.918Z] de58f038bdd0: Preparing [2023-08-14T22:11:00.918Z] d2d9d24a8c2a: Preparing [2023-08-14T22:11:00.918Z] 456a1372b1d0: Waiting [2023-08-14T22:11:00.918Z] de58f038bdd0: Waiting [2023-08-14T22:11:00.918Z] d2d9d24a8c2a: Waiting [2023-08-14T22:11:00.918Z] 7a0813598204: Layer already exists [2023-08-14T22:11:00.918Z] 456a1372b1d0: Layer already exists [2023-08-14T22:11:01.182Z] de58f038bdd0: Layer already exists [2023-08-14T22:11:01.182Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:11:01.182Z] 26a7284a4368: Pushed [2023-08-14T22:11:01.182Z] f872becb01a0: Pushed [2023-08-14T22:11:01.182Z] 42b0b819e4ca: Pushed [2023-08-14T22:11:03.745Z] 50839cdc8b3c: Pushed [2023-08-14T22:11:03.745Z] 3451b7e6c986f3e69473b278945a55ce4856eec7: digest: sha256:9e4c06f037a067435b620a3d81f1e6e592b8d8e42324682b662dea372fe0b5d3 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:11:04.081Z] + 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-08-14T22:11:04.414Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-08-14T22:11:04.414Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-08-14T22:11:04.414Z] 42b0b819e4ca: Preparing [2023-08-14T22:11:04.414Z] 26a7284a4368: Preparing [2023-08-14T22:11:04.414Z] f872becb01a0: Preparing [2023-08-14T22:11:04.414Z] 50839cdc8b3c: Preparing [2023-08-14T22:11:04.414Z] 7a0813598204: Preparing [2023-08-14T22:11:04.414Z] 456a1372b1d0: Preparing [2023-08-14T22:11:04.414Z] de58f038bdd0: Preparing [2023-08-14T22:11:04.414Z] d2d9d24a8c2a: Preparing [2023-08-14T22:11:04.414Z] de58f038bdd0: Waiting [2023-08-14T22:11:04.414Z] d2d9d24a8c2a: Waiting [2023-08-14T22:11:04.414Z] 456a1372b1d0: Waiting [2023-08-14T22:11:04.414Z] 42b0b819e4ca: Layer already exists [2023-08-14T22:11:04.414Z] 26a7284a4368: Layer already exists [2023-08-14T22:11:04.414Z] f872becb01a0: Layer already exists [2023-08-14T22:11:04.414Z] 50839cdc8b3c: Layer already exists [2023-08-14T22:11:04.414Z] 7a0813598204: Layer already exists [2023-08-14T22:11:04.414Z] 456a1372b1d0: Layer already exists [2023-08-14T22:11:04.414Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:11:04.414Z] de58f038bdd0: Layer already exists [2023-08-14T22:11:04.414Z] latest: digest: sha256:9e4c06f037a067435b620a3d81f1e6e592b8d8e42324682b662dea372fe0b5d3 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:11:05.018Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:11:05.352Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.1.0-dev.24 [2023-08-14T22:11:05.352Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-08-14T22:11:05.352Z] 42b0b819e4ca: Preparing [2023-08-14T22:11:05.352Z] 26a7284a4368: Preparing [2023-08-14T22:11:05.352Z] f872becb01a0: Preparing [2023-08-14T22:11:05.352Z] 50839cdc8b3c: Preparing [2023-08-14T22:11:05.352Z] 7a0813598204: Preparing [2023-08-14T22:11:05.352Z] 456a1372b1d0: Preparing [2023-08-14T22:11:05.352Z] de58f038bdd0: Preparing [2023-08-14T22:11:05.352Z] d2d9d24a8c2a: Preparing [2023-08-14T22:11:05.352Z] de58f038bdd0: Waiting [2023-08-14T22:11:05.352Z] d2d9d24a8c2a: Waiting [2023-08-14T22:11:05.352Z] 456a1372b1d0: Waiting [2023-08-14T22:11:05.352Z] 7a0813598204: Layer already exists [2023-08-14T22:11:05.352Z] 26a7284a4368: Layer already exists [2023-08-14T22:11:05.352Z] 50839cdc8b3c: Layer already exists [2023-08-14T22:11:05.352Z] 42b0b819e4ca: Layer already exists [2023-08-14T22:11:05.352Z] f872becb01a0: Layer already exists [2023-08-14T22:11:05.352Z] 456a1372b1d0: Layer already exists [2023-08-14T22:11:05.352Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:11:05.352Z] de58f038bdd0: Layer already exists [2023-08-14T22:11:05.352Z] 3.1.0-dev.24: digest: sha256:9e4c06f037a067435b620a3d81f1e6e592b8d8e42324682b662dea372fe0b5d3 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:11:05.695Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:11:06.038Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T22:11:06.038Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-08-14T22:11:06.038Z] 42b0b819e4ca: Preparing [2023-08-14T22:11:06.038Z] 26a7284a4368: Preparing [2023-08-14T22:11:06.038Z] f872becb01a0: Preparing [2023-08-14T22:11:06.038Z] 50839cdc8b3c: Preparing [2023-08-14T22:11:06.038Z] 7a0813598204: Preparing [2023-08-14T22:11:06.038Z] 456a1372b1d0: Preparing [2023-08-14T22:11:06.038Z] de58f038bdd0: Preparing [2023-08-14T22:11:06.038Z] d2d9d24a8c2a: Preparing [2023-08-14T22:11:06.038Z] 456a1372b1d0: Waiting [2023-08-14T22:11:06.038Z] d2d9d24a8c2a: Waiting [2023-08-14T22:11:06.038Z] de58f038bdd0: Waiting [2023-08-14T22:11:06.038Z] 42b0b819e4ca: Layer already exists [2023-08-14T22:11:06.038Z] 26a7284a4368: Layer already exists [2023-08-14T22:11:06.038Z] 50839cdc8b3c: Layer already exists [2023-08-14T22:11:06.038Z] f872becb01a0: Layer already exists [2023-08-14T22:11:06.038Z] 7a0813598204: Layer already exists [2023-08-14T22:11:06.038Z] 456a1372b1d0: Layer already exists [2023-08-14T22:11:06.038Z] de58f038bdd0: Layer already exists [2023-08-14T22:11:06.038Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:11:06.302Z] 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24: digest: sha256:9e4c06f037a067435b620a3d81f1e6e592b8d8e42324682b662dea372fe0b5d3 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:11:06.635Z] + 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-08-14T22:11:06.971Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2023-08-14T22:11:06.971Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-08-14T22:11:06.971Z] 42b0b819e4ca: Preparing [2023-08-14T22:11:06.971Z] 26a7284a4368: Preparing [2023-08-14T22:11:06.971Z] f872becb01a0: Preparing [2023-08-14T22:11:06.971Z] 50839cdc8b3c: Preparing [2023-08-14T22:11:06.971Z] 7a0813598204: Preparing [2023-08-14T22:11:06.971Z] 456a1372b1d0: Preparing [2023-08-14T22:11:06.971Z] de58f038bdd0: Preparing [2023-08-14T22:11:06.971Z] d2d9d24a8c2a: Preparing [2023-08-14T22:11:06.971Z] de58f038bdd0: Waiting [2023-08-14T22:11:06.971Z] d2d9d24a8c2a: Waiting [2023-08-14T22:11:06.971Z] 456a1372b1d0: Waiting [2023-08-14T22:11:06.971Z] 7a0813598204: Layer already exists [2023-08-14T22:11:06.971Z] 50839cdc8b3c: Layer already exists [2023-08-14T22:11:06.971Z] 42b0b819e4ca: Layer already exists [2023-08-14T22:11:06.971Z] f872becb01a0: Layer already exists [2023-08-14T22:11:06.971Z] 26a7284a4368: Layer already exists [2023-08-14T22:11:06.971Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:11:06.971Z] 456a1372b1d0: Layer already exists [2023-08-14T22:11:06.971Z] de58f038bdd0: Layer already exists [2023-08-14T22:11:06.971Z] main: digest: sha256:9e4c06f037a067435b620a3d81f1e6e592b8d8e42324682b662dea372fe0b5d3 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-14T22:11:07.287Z] ===================================================== [Pipeline] echo [2023-08-14T22:11:07.297Z] taggedImages: [2023-08-14T22:11:07.297Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T22:11:07.297Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-08-14T22:11:07.297Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.1.0-dev.24 [2023-08-14T22:11:07.297Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T22:11:07.297Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2023-08-14T22:11:07.319Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2023-08-14T22:11:07.319Z] 3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T22:11:07.319Z] latest [2023-08-14T22:11:07.319Z] 3.1.0-dev.24 [2023-08-14T22:11:07.319Z] 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T22:11:07.319Z] main [2023-08-14T22:11:07.319Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:11:07.678Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:11:08.013Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T22:11:08.013Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-08-14T22:11:08.013Z] 184d5f008a80: Preparing [2023-08-14T22:11:08.013Z] aff74022a3c4: Preparing [2023-08-14T22:11:08.013Z] 7a0813598204: Preparing [2023-08-14T22:11:08.013Z] 456a1372b1d0: Preparing [2023-08-14T22:11:08.013Z] 4e6e15f2fbfc: Preparing [2023-08-14T22:11:08.013Z] d2d9d24a8c2a: Preparing [2023-08-14T22:11:08.013Z] d2d9d24a8c2a: Waiting [2023-08-14T22:11:08.013Z] 7a0813598204: Layer already exists [2023-08-14T22:11:08.013Z] 456a1372b1d0: Layer already exists [2023-08-14T22:11:08.013Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:11:08.277Z] 184d5f008a80: Pushed [2023-08-14T22:11:08.277Z] 4e6e15f2fbfc: Pushed [2023-08-14T22:11:11.602Z] aff74022a3c4: Pushed [2023-08-14T22:11:11.602Z] 3451b7e6c986f3e69473b278945a55ce4856eec7: digest: sha256:3820a6043e9f570b73bf28f53e57026fae9f5dbbd5dfb31dcc89a69f2345eb76 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:11:11.935Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:11:12.262Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-08-14T22:11:12.262Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-08-14T22:11:12.262Z] 184d5f008a80: Preparing [2023-08-14T22:11:12.262Z] aff74022a3c4: Preparing [2023-08-14T22:11:12.262Z] 7a0813598204: Preparing [2023-08-14T22:11:12.262Z] 456a1372b1d0: Preparing [2023-08-14T22:11:12.262Z] 4e6e15f2fbfc: Preparing [2023-08-14T22:11:12.262Z] d2d9d24a8c2a: Preparing [2023-08-14T22:11:12.262Z] d2d9d24a8c2a: Waiting [2023-08-14T22:11:12.262Z] 184d5f008a80: Layer already exists [2023-08-14T22:11:12.262Z] 456a1372b1d0: Layer already exists [2023-08-14T22:11:12.262Z] aff74022a3c4: Layer already exists [2023-08-14T22:11:12.262Z] 7a0813598204: Layer already exists [2023-08-14T22:11:12.262Z] 4e6e15f2fbfc: Layer already exists [2023-08-14T22:11:12.262Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:11:12.527Z] latest: digest: sha256:3820a6043e9f570b73bf28f53e57026fae9f5dbbd5dfb31dcc89a69f2345eb76 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:11:12.875Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:11:13.211Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.1.0-dev.24 [2023-08-14T22:11:13.211Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-08-14T22:11:13.211Z] 184d5f008a80: Preparing [2023-08-14T22:11:13.211Z] aff74022a3c4: Preparing [2023-08-14T22:11:13.211Z] 7a0813598204: Preparing [2023-08-14T22:11:13.211Z] 456a1372b1d0: Preparing [2023-08-14T22:11:13.211Z] 4e6e15f2fbfc: Preparing [2023-08-14T22:11:13.211Z] d2d9d24a8c2a: Preparing [2023-08-14T22:11:13.211Z] d2d9d24a8c2a: Waiting [2023-08-14T22:11:13.211Z] 184d5f008a80: Layer already exists [2023-08-14T22:11:13.211Z] aff74022a3c4: Layer already exists [2023-08-14T22:11:13.211Z] 7a0813598204: Layer already exists [2023-08-14T22:11:13.211Z] 456a1372b1d0: Layer already exists [2023-08-14T22:11:13.211Z] 4e6e15f2fbfc: Layer already exists [2023-08-14T22:11:13.211Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:11:13.475Z] 3.1.0-dev.24: digest: sha256:3820a6043e9f570b73bf28f53e57026fae9f5dbbd5dfb31dcc89a69f2345eb76 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:11:13.813Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:11:14.139Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T22:11:14.139Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-08-14T22:11:14.139Z] 184d5f008a80: Preparing [2023-08-14T22:11:14.139Z] aff74022a3c4: Preparing [2023-08-14T22:11:14.139Z] 7a0813598204: Preparing [2023-08-14T22:11:14.139Z] 456a1372b1d0: Preparing [2023-08-14T22:11:14.139Z] 4e6e15f2fbfc: Preparing [2023-08-14T22:11:14.139Z] d2d9d24a8c2a: Preparing [2023-08-14T22:11:14.139Z] d2d9d24a8c2a: Waiting [2023-08-14T22:11:14.139Z] 4e6e15f2fbfc: Layer already exists [2023-08-14T22:11:14.139Z] 184d5f008a80: Layer already exists [2023-08-14T22:11:14.139Z] 7a0813598204: Layer already exists [2023-08-14T22:11:14.139Z] aff74022a3c4: Layer already exists [2023-08-14T22:11:14.139Z] 456a1372b1d0: Layer already exists [2023-08-14T22:11:14.139Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:11:14.139Z] 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24: digest: sha256:3820a6043e9f570b73bf28f53e57026fae9f5dbbd5dfb31dcc89a69f2345eb76 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:11:14.487Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:11:14.826Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2023-08-14T22:11:14.826Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-08-14T22:11:14.826Z] 184d5f008a80: Preparing [2023-08-14T22:11:14.826Z] aff74022a3c4: Preparing [2023-08-14T22:11:14.826Z] 7a0813598204: Preparing [2023-08-14T22:11:14.826Z] 456a1372b1d0: Preparing [2023-08-14T22:11:14.826Z] 4e6e15f2fbfc: Preparing [2023-08-14T22:11:14.826Z] d2d9d24a8c2a: Preparing [2023-08-14T22:11:14.826Z] d2d9d24a8c2a: Waiting [2023-08-14T22:11:14.826Z] 456a1372b1d0: Layer already exists [2023-08-14T22:11:14.826Z] 4e6e15f2fbfc: Layer already exists [2023-08-14T22:11:14.826Z] 7a0813598204: Layer already exists [2023-08-14T22:11:14.826Z] aff74022a3c4: Layer already exists [2023-08-14T22:11:14.826Z] 184d5f008a80: Layer already exists [2023-08-14T22:11:14.826Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:11:15.089Z] main: digest: sha256:3820a6043e9f570b73bf28f53e57026fae9f5dbbd5dfb31dcc89a69f2345eb76 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-14T22:11:15.144Z] ===================================================== [Pipeline] echo [2023-08-14T22:11:15.153Z] taggedImages: [2023-08-14T22:11:15.153Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T22:11:15.153Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-08-14T22:11:15.153Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.1.0-dev.24 [2023-08-14T22:11:15.153Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T22:11:15.153Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2023-08-14T22:11:15.174Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2023-08-14T22:11:15.174Z] 3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T22:11:15.174Z] latest [2023-08-14T22:11:15.174Z] 3.1.0-dev.24 [2023-08-14T22:11:15.174Z] 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T22:11:15.174Z] main [2023-08-14T22:11:15.174Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:11:15.523Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:11:15.855Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T22:11:15.855Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-08-14T22:11:15.855Z] 9d2f5d348ac1: Preparing [2023-08-14T22:11:15.855Z] da664a5c9151: Preparing [2023-08-14T22:11:15.855Z] 25b78dc71bb6: Preparing [2023-08-14T22:11:15.855Z] 7a0813598204: Preparing [2023-08-14T22:11:15.855Z] 456a1372b1d0: Preparing [2023-08-14T22:11:15.855Z] de58f038bdd0: Preparing [2023-08-14T22:11:15.855Z] d2d9d24a8c2a: Preparing [2023-08-14T22:11:15.855Z] de58f038bdd0: Waiting [2023-08-14T22:11:15.855Z] d2d9d24a8c2a: Waiting [2023-08-14T22:11:15.855Z] 7a0813598204: Layer already exists [2023-08-14T22:11:15.855Z] 456a1372b1d0: Layer already exists [2023-08-14T22:11:15.855Z] de58f038bdd0: Layer already exists [2023-08-14T22:11:15.855Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:11:16.118Z] 9d2f5d348ac1: Pushed [2023-08-14T22:11:16.118Z] da664a5c9151: Pushed [2023-08-14T22:11:19.440Z] 25b78dc71bb6: Pushed [2023-08-14T22:11:19.440Z] 3451b7e6c986f3e69473b278945a55ce4856eec7: digest: sha256:070a3dff8c7c8add639dd7879c6f0934c34b019c99f4fdcd1931bcb437f92580 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:11:19.779Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:11:20.105Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-08-14T22:11:20.105Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-08-14T22:11:20.105Z] 9d2f5d348ac1: Preparing [2023-08-14T22:11:20.105Z] da664a5c9151: Preparing [2023-08-14T22:11:20.105Z] 25b78dc71bb6: Preparing [2023-08-14T22:11:20.105Z] 7a0813598204: Preparing [2023-08-14T22:11:20.105Z] 456a1372b1d0: Preparing [2023-08-14T22:11:20.105Z] de58f038bdd0: Preparing [2023-08-14T22:11:20.105Z] d2d9d24a8c2a: Preparing [2023-08-14T22:11:20.105Z] de58f038bdd0: Waiting [2023-08-14T22:11:20.105Z] d2d9d24a8c2a: Waiting [2023-08-14T22:11:20.105Z] da664a5c9151: Layer already exists [2023-08-14T22:11:20.105Z] 9d2f5d348ac1: Layer already exists [2023-08-14T22:11:20.105Z] 25b78dc71bb6: Layer already exists [2023-08-14T22:11:20.105Z] 456a1372b1d0: Layer already exists [2023-08-14T22:11:20.105Z] 7a0813598204: Layer already exists [2023-08-14T22:11:20.105Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:11:20.105Z] de58f038bdd0: Layer already exists [2023-08-14T22:11:20.105Z] latest: digest: sha256:070a3dff8c7c8add639dd7879c6f0934c34b019c99f4fdcd1931bcb437f92580 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:11:20.718Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:11:21.049Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.1.0-dev.24 [2023-08-14T22:11:21.049Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-08-14T22:11:21.049Z] 9d2f5d348ac1: Preparing [2023-08-14T22:11:21.049Z] da664a5c9151: Preparing [2023-08-14T22:11:21.049Z] 25b78dc71bb6: Preparing [2023-08-14T22:11:21.049Z] 7a0813598204: Preparing [2023-08-14T22:11:21.049Z] 456a1372b1d0: Preparing [2023-08-14T22:11:21.049Z] de58f038bdd0: Preparing [2023-08-14T22:11:21.049Z] d2d9d24a8c2a: Preparing [2023-08-14T22:11:21.049Z] de58f038bdd0: Waiting [2023-08-14T22:11:21.049Z] 456a1372b1d0: Layer already exists [2023-08-14T22:11:21.049Z] da664a5c9151: Layer already exists [2023-08-14T22:11:21.049Z] 9d2f5d348ac1: Layer already exists [2023-08-14T22:11:21.049Z] 25b78dc71bb6: Layer already exists [2023-08-14T22:11:21.049Z] 7a0813598204: Layer already exists [2023-08-14T22:11:21.049Z] de58f038bdd0: Layer already exists [2023-08-14T22:11:21.049Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:11:21.049Z] 3.1.0-dev.24: digest: sha256:070a3dff8c7c8add639dd7879c6f0934c34b019c99f4fdcd1931bcb437f92580 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:11:21.382Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:11:21.718Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T22:11:21.718Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-08-14T22:11:21.718Z] 9d2f5d348ac1: Preparing [2023-08-14T22:11:21.718Z] da664a5c9151: Preparing [2023-08-14T22:11:21.718Z] 25b78dc71bb6: Preparing [2023-08-14T22:11:21.718Z] 7a0813598204: Preparing [2023-08-14T22:11:21.718Z] 456a1372b1d0: Preparing [2023-08-14T22:11:21.718Z] de58f038bdd0: Preparing [2023-08-14T22:11:21.718Z] d2d9d24a8c2a: Preparing [2023-08-14T22:11:21.718Z] de58f038bdd0: Waiting [2023-08-14T22:11:21.718Z] d2d9d24a8c2a: Waiting [2023-08-14T22:11:21.718Z] 25b78dc71bb6: Layer already exists [2023-08-14T22:11:21.718Z] 456a1372b1d0: Layer already exists [2023-08-14T22:11:21.718Z] 7a0813598204: Layer already exists [2023-08-14T22:11:21.718Z] 9d2f5d348ac1: Layer already exists [2023-08-14T22:11:21.718Z] da664a5c9151: Layer already exists [2023-08-14T22:11:21.718Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:11:21.718Z] de58f038bdd0: Layer already exists [2023-08-14T22:11:21.718Z] 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24: digest: sha256:070a3dff8c7c8add639dd7879c6f0934c34b019c99f4fdcd1931bcb437f92580 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:11:22.315Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:11:22.648Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2023-08-14T22:11:22.648Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-08-14T22:11:22.648Z] 9d2f5d348ac1: Preparing [2023-08-14T22:11:22.648Z] da664a5c9151: Preparing [2023-08-14T22:11:22.648Z] 25b78dc71bb6: Preparing [2023-08-14T22:11:22.648Z] 7a0813598204: Preparing [2023-08-14T22:11:22.648Z] 456a1372b1d0: Preparing [2023-08-14T22:11:22.648Z] de58f038bdd0: Preparing [2023-08-14T22:11:22.648Z] d2d9d24a8c2a: Preparing [2023-08-14T22:11:22.648Z] de58f038bdd0: Waiting [2023-08-14T22:11:22.648Z] d2d9d24a8c2a: Waiting [2023-08-14T22:11:22.648Z] 9d2f5d348ac1: Layer already exists [2023-08-14T22:11:22.648Z] 25b78dc71bb6: Layer already exists [2023-08-14T22:11:22.648Z] 7a0813598204: Layer already exists [2023-08-14T22:11:22.648Z] da664a5c9151: Layer already exists [2023-08-14T22:11:22.648Z] 456a1372b1d0: Layer already exists [2023-08-14T22:11:22.648Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:11:22.648Z] de58f038bdd0: Layer already exists [2023-08-14T22:11:22.912Z] main: digest: sha256:070a3dff8c7c8add639dd7879c6f0934c34b019c99f4fdcd1931bcb437f92580 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-14T22:11:22.962Z] ===================================================== [Pipeline] echo [2023-08-14T22:11:22.971Z] taggedImages: [2023-08-14T22:11:22.971Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T22:11:22.971Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-08-14T22:11:22.971Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.1.0-dev.24 [2023-08-14T22:11:22.971Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T22:11:22.971Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2023-08-14T22:11:22.996Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2023-08-14T22:11:22.996Z] 3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T22:11:22.996Z] latest [2023-08-14T22:11:22.996Z] 3.1.0-dev.24 [2023-08-14T22:11:22.996Z] 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T22:11:22.996Z] main [2023-08-14T22:11:22.996Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:11:23.337Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:11:23.671Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T22:11:23.671Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-08-14T22:11:23.671Z] 352b20b88b94: Preparing [2023-08-14T22:11:23.671Z] 5395b71168d1: Preparing [2023-08-14T22:11:23.671Z] 0838c19dfbd9: Preparing [2023-08-14T22:11:23.671Z] 1d58c9e1c53b: Preparing [2023-08-14T22:11:23.671Z] d18092dd8ee4: Preparing [2023-08-14T22:11:23.671Z] 2f26d928a0fe: Preparing [2023-08-14T22:11:23.671Z] 08e9bb57827a: Preparing [2023-08-14T22:11:23.671Z] 7a0813598204: Preparing [2023-08-14T22:11:23.671Z] 456a1372b1d0: Preparing [2023-08-14T22:11:23.671Z] d58b3e50d30e: Preparing [2023-08-14T22:11:23.671Z] 3a676f03bf9a: Preparing [2023-08-14T22:11:23.671Z] 2f26d928a0fe: Waiting [2023-08-14T22:11:23.671Z] 08e9bb57827a: Waiting [2023-08-14T22:11:23.671Z] d58b3e50d30e: Waiting [2023-08-14T22:11:23.671Z] 3a676f03bf9a: Waiting [2023-08-14T22:11:23.671Z] 5f70bf18a086: Preparing [2023-08-14T22:11:23.671Z] 7a0813598204: Waiting [2023-08-14T22:11:23.671Z] 456a1372b1d0: Waiting [2023-08-14T22:11:23.671Z] 5f3ddc4e09f1: Preparing [2023-08-14T22:11:23.671Z] a85458f52d4a: Preparing [2023-08-14T22:11:23.671Z] 5f70bf18a086: Waiting [2023-08-14T22:11:23.671Z] d2d9d24a8c2a: Preparing [2023-08-14T22:11:23.671Z] 5f3ddc4e09f1: Waiting [2023-08-14T22:11:23.671Z] d2d9d24a8c2a: Waiting [2023-08-14T22:11:23.671Z] a85458f52d4a: Waiting [2023-08-14T22:11:23.937Z] 5395b71168d1: Pushed [2023-08-14T22:11:23.937Z] 1d58c9e1c53b: Pushed [2023-08-14T22:11:23.938Z] 0838c19dfbd9: Pushed [2023-08-14T22:11:23.938Z] d18092dd8ee4: Pushed [2023-08-14T22:11:23.938Z] 352b20b88b94: Pushed [2023-08-14T22:11:24.203Z] 2f26d928a0fe: Pushed [2023-08-14T22:11:25.606Z] 7a0813598204: Layer already exists [2023-08-14T22:11:25.606Z] 456a1372b1d0: Layer already exists [2023-08-14T22:11:25.870Z] 5f70bf18a086: Pushed [2023-08-14T22:11:25.870Z] 3a676f03bf9a: Pushed [2023-08-14T22:11:25.870Z] 5f3ddc4e09f1: Pushed [2023-08-14T22:11:25.870Z] d58b3e50d30e: Pushed [2023-08-14T22:11:25.870Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:11:25.870Z] a85458f52d4a: Pushed [2023-08-14T22:11:27.805Z] 08e9bb57827a: Pushed [2023-08-14T22:11:27.805Z] 3451b7e6c986f3e69473b278945a55ce4856eec7: digest: sha256:3e1a19c8a0ec1e78af325b8fc9eb0f4c4489fd077310551ee013091b8c453c52 size: 3437 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:11:28.141Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:11:28.467Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-08-14T22:11:28.467Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-08-14T22:11:28.467Z] 352b20b88b94: Preparing [2023-08-14T22:11:28.467Z] 5395b71168d1: Preparing [2023-08-14T22:11:28.467Z] 0838c19dfbd9: Preparing [2023-08-14T22:11:28.467Z] 1d58c9e1c53b: Preparing [2023-08-14T22:11:28.467Z] d18092dd8ee4: Preparing [2023-08-14T22:11:28.467Z] 2f26d928a0fe: Preparing [2023-08-14T22:11:28.467Z] 08e9bb57827a: Preparing [2023-08-14T22:11:28.467Z] 7a0813598204: Preparing [2023-08-14T22:11:28.467Z] 456a1372b1d0: Preparing [2023-08-14T22:11:28.467Z] d58b3e50d30e: Preparing [2023-08-14T22:11:28.467Z] 3a676f03bf9a: Preparing [2023-08-14T22:11:28.467Z] 5f70bf18a086: Preparing [2023-08-14T22:11:28.467Z] 5f3ddc4e09f1: Preparing [2023-08-14T22:11:28.467Z] a85458f52d4a: Preparing [2023-08-14T22:11:28.467Z] d2d9d24a8c2a: Preparing [2023-08-14T22:11:28.467Z] d58b3e50d30e: Waiting [2023-08-14T22:11:28.467Z] 7a0813598204: Waiting [2023-08-14T22:11:28.467Z] 3a676f03bf9a: Waiting [2023-08-14T22:11:28.467Z] 2f26d928a0fe: Waiting [2023-08-14T22:11:28.467Z] 5f70bf18a086: Waiting [2023-08-14T22:11:28.467Z] 08e9bb57827a: Waiting [2023-08-14T22:11:28.467Z] 5f3ddc4e09f1: Waiting [2023-08-14T22:11:28.467Z] 456a1372b1d0: Waiting [2023-08-14T22:11:28.467Z] a85458f52d4a: Waiting [2023-08-14T22:11:28.467Z] d2d9d24a8c2a: Waiting [2023-08-14T22:11:28.467Z] 5395b71168d1: Layer already exists [2023-08-14T22:11:28.467Z] d18092dd8ee4: Layer already exists [2023-08-14T22:11:28.467Z] 352b20b88b94: Layer already exists [2023-08-14T22:11:28.467Z] 1d58c9e1c53b: Layer already exists [2023-08-14T22:11:28.467Z] 0838c19dfbd9: Layer already exists [2023-08-14T22:11:28.467Z] 7a0813598204: Layer already exists [2023-08-14T22:11:28.467Z] 08e9bb57827a: Layer already exists [2023-08-14T22:11:28.467Z] 2f26d928a0fe: Layer already exists [2023-08-14T22:11:28.467Z] 456a1372b1d0: Layer already exists [2023-08-14T22:11:28.467Z] d58b3e50d30e: Layer already exists [2023-08-14T22:11:28.467Z] 5f3ddc4e09f1: Layer already exists [2023-08-14T22:11:28.467Z] 5f70bf18a086: Layer already exists [2023-08-14T22:11:28.467Z] a85458f52d4a: Layer already exists [2023-08-14T22:11:28.467Z] 3a676f03bf9a: Layer already exists [2023-08-14T22:11:28.467Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:11:28.730Z] latest: digest: sha256:3e1a19c8a0ec1e78af325b8fc9eb0f4c4489fd077310551ee013091b8c453c52 size: 3437 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:11:29.058Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:11:29.389Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.1.0-dev.24 [2023-08-14T22:11:29.389Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-08-14T22:11:29.389Z] 352b20b88b94: Preparing [2023-08-14T22:11:29.389Z] 5395b71168d1: Preparing [2023-08-14T22:11:29.389Z] 0838c19dfbd9: Preparing [2023-08-14T22:11:29.389Z] 1d58c9e1c53b: Preparing [2023-08-14T22:11:29.389Z] d18092dd8ee4: Preparing [2023-08-14T22:11:29.389Z] 2f26d928a0fe: Preparing [2023-08-14T22:11:29.389Z] 08e9bb57827a: Preparing [2023-08-14T22:11:29.389Z] 7a0813598204: Preparing [2023-08-14T22:11:29.389Z] 456a1372b1d0: Preparing [2023-08-14T22:11:29.389Z] d58b3e50d30e: Preparing [2023-08-14T22:11:29.389Z] 3a676f03bf9a: Preparing [2023-08-14T22:11:29.389Z] 5f70bf18a086: Preparing [2023-08-14T22:11:29.389Z] 5f3ddc4e09f1: Preparing [2023-08-14T22:11:29.389Z] a85458f52d4a: Preparing [2023-08-14T22:11:29.389Z] d2d9d24a8c2a: Preparing [2023-08-14T22:11:29.389Z] d58b3e50d30e: Waiting [2023-08-14T22:11:29.389Z] 2f26d928a0fe: Waiting [2023-08-14T22:11:29.389Z] 3a676f03bf9a: Waiting [2023-08-14T22:11:29.389Z] 5f70bf18a086: Waiting [2023-08-14T22:11:29.389Z] a85458f52d4a: Waiting [2023-08-14T22:11:29.389Z] 08e9bb57827a: Waiting [2023-08-14T22:11:29.389Z] d2d9d24a8c2a: Waiting [2023-08-14T22:11:29.389Z] 7a0813598204: Waiting [2023-08-14T22:11:29.389Z] 5f3ddc4e09f1: Waiting [2023-08-14T22:11:29.389Z] 352b20b88b94: Layer already exists [2023-08-14T22:11:29.389Z] 1d58c9e1c53b: Layer already exists [2023-08-14T22:11:29.389Z] 0838c19dfbd9: Layer already exists [2023-08-14T22:11:29.389Z] d18092dd8ee4: Layer already exists [2023-08-14T22:11:29.389Z] 5395b71168d1: Layer already exists [2023-08-14T22:11:29.389Z] 08e9bb57827a: Layer already exists [2023-08-14T22:11:29.389Z] d58b3e50d30e: Layer already exists [2023-08-14T22:11:29.389Z] 2f26d928a0fe: Layer already exists [2023-08-14T22:11:29.389Z] 456a1372b1d0: Layer already exists [2023-08-14T22:11:29.389Z] 7a0813598204: Layer already exists [2023-08-14T22:11:29.389Z] 3a676f03bf9a: Layer already exists [2023-08-14T22:11:29.389Z] a85458f52d4a: Layer already exists [2023-08-14T22:11:29.389Z] 5f3ddc4e09f1: Layer already exists [2023-08-14T22:11:29.389Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:11:29.389Z] 5f70bf18a086: Layer already exists [2023-08-14T22:11:29.653Z] 3.1.0-dev.24: digest: sha256:3e1a19c8a0ec1e78af325b8fc9eb0f4c4489fd077310551ee013091b8c453c52 size: 3437 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:11:29.997Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:11:30.320Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T22:11:30.320Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-08-14T22:11:30.320Z] 352b20b88b94: Preparing [2023-08-14T22:11:30.320Z] 5395b71168d1: Preparing [2023-08-14T22:11:30.320Z] 0838c19dfbd9: Preparing [2023-08-14T22:11:30.320Z] 1d58c9e1c53b: Preparing [2023-08-14T22:11:30.320Z] d18092dd8ee4: Preparing [2023-08-14T22:11:30.320Z] 2f26d928a0fe: Preparing [2023-08-14T22:11:30.320Z] 08e9bb57827a: Preparing [2023-08-14T22:11:30.321Z] 7a0813598204: Preparing [2023-08-14T22:11:30.321Z] 456a1372b1d0: Preparing [2023-08-14T22:11:30.321Z] d58b3e50d30e: Preparing [2023-08-14T22:11:30.321Z] 3a676f03bf9a: Preparing [2023-08-14T22:11:30.321Z] 5f70bf18a086: Preparing [2023-08-14T22:11:30.321Z] 5f3ddc4e09f1: Preparing [2023-08-14T22:11:30.321Z] a85458f52d4a: Preparing [2023-08-14T22:11:30.321Z] d2d9d24a8c2a: Preparing [2023-08-14T22:11:30.321Z] 456a1372b1d0: Waiting [2023-08-14T22:11:30.321Z] d58b3e50d30e: Waiting [2023-08-14T22:11:30.321Z] 3a676f03bf9a: Waiting [2023-08-14T22:11:30.321Z] 5f70bf18a086: Waiting [2023-08-14T22:11:30.321Z] 5f3ddc4e09f1: Waiting [2023-08-14T22:11:30.321Z] a85458f52d4a: Waiting [2023-08-14T22:11:30.321Z] d2d9d24a8c2a: Waiting [2023-08-14T22:11:30.321Z] 2f26d928a0fe: Waiting [2023-08-14T22:11:30.321Z] 08e9bb57827a: Waiting [2023-08-14T22:11:30.321Z] 7a0813598204: Waiting [2023-08-14T22:11:30.321Z] d18092dd8ee4: Layer already exists [2023-08-14T22:11:30.321Z] 352b20b88b94: Layer already exists [2023-08-14T22:11:30.321Z] 5395b71168d1: Layer already exists [2023-08-14T22:11:30.321Z] 1d58c9e1c53b: Layer already exists [2023-08-14T22:11:30.321Z] 0838c19dfbd9: Layer already exists [2023-08-14T22:11:30.321Z] 7a0813598204: Layer already exists [2023-08-14T22:11:30.321Z] 2f26d928a0fe: Layer already exists [2023-08-14T22:11:30.321Z] 08e9bb57827a: Layer already exists [2023-08-14T22:11:30.321Z] 456a1372b1d0: Layer already exists [2023-08-14T22:11:30.321Z] d58b3e50d30e: Layer already exists [2023-08-14T22:11:30.321Z] 3a676f03bf9a: Layer already exists [2023-08-14T22:11:30.321Z] a85458f52d4a: Layer already exists [2023-08-14T22:11:30.321Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:11:30.321Z] 5f3ddc4e09f1: Layer already exists [2023-08-14T22:11:30.321Z] 5f70bf18a086: Layer already exists [2023-08-14T22:11:30.583Z] 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24: digest: sha256:3e1a19c8a0ec1e78af325b8fc9eb0f4c4489fd077310551ee013091b8c453c52 size: 3437 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:11:30.916Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:11:31.247Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2023-08-14T22:11:31.247Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-08-14T22:11:31.247Z] 352b20b88b94: Preparing [2023-08-14T22:11:31.247Z] 5395b71168d1: Preparing [2023-08-14T22:11:31.247Z] 0838c19dfbd9: Preparing [2023-08-14T22:11:31.247Z] 1d58c9e1c53b: Preparing [2023-08-14T22:11:31.247Z] d18092dd8ee4: Preparing [2023-08-14T22:11:31.247Z] 2f26d928a0fe: Preparing [2023-08-14T22:11:31.247Z] 08e9bb57827a: Preparing [2023-08-14T22:11:31.247Z] 7a0813598204: Preparing [2023-08-14T22:11:31.247Z] 456a1372b1d0: Preparing [2023-08-14T22:11:31.247Z] d58b3e50d30e: Preparing [2023-08-14T22:11:31.247Z] 3a676f03bf9a: Preparing [2023-08-14T22:11:31.247Z] 5f70bf18a086: Preparing [2023-08-14T22:11:31.247Z] 5f3ddc4e09f1: Preparing [2023-08-14T22:11:31.247Z] a85458f52d4a: Preparing [2023-08-14T22:11:31.247Z] d2d9d24a8c2a: Preparing [2023-08-14T22:11:31.247Z] d58b3e50d30e: Waiting [2023-08-14T22:11:31.247Z] a85458f52d4a: Waiting [2023-08-14T22:11:31.247Z] 3a676f03bf9a: Waiting [2023-08-14T22:11:31.247Z] 5f70bf18a086: Waiting [2023-08-14T22:11:31.247Z] 5f3ddc4e09f1: Waiting [2023-08-14T22:11:31.247Z] 2f26d928a0fe: Waiting [2023-08-14T22:11:31.247Z] 08e9bb57827a: Waiting [2023-08-14T22:11:31.247Z] d2d9d24a8c2a: Waiting [2023-08-14T22:11:31.247Z] 456a1372b1d0: Waiting [2023-08-14T22:11:31.247Z] 7a0813598204: Waiting [2023-08-14T22:11:31.247Z] 0838c19dfbd9: Layer already exists [2023-08-14T22:11:31.247Z] d18092dd8ee4: Layer already exists [2023-08-14T22:11:31.247Z] 1d58c9e1c53b: Layer already exists [2023-08-14T22:11:31.247Z] 5395b71168d1: Layer already exists [2023-08-14T22:11:31.247Z] 352b20b88b94: Layer already exists [2023-08-14T22:11:31.247Z] 7a0813598204: Layer already exists [2023-08-14T22:11:31.247Z] 08e9bb57827a: Layer already exists [2023-08-14T22:11:31.247Z] 2f26d928a0fe: Layer already exists [2023-08-14T22:11:31.247Z] d58b3e50d30e: Layer already exists [2023-08-14T22:11:31.247Z] 456a1372b1d0: Layer already exists [2023-08-14T22:11:31.247Z] 3a676f03bf9a: Layer already exists [2023-08-14T22:11:31.247Z] a85458f52d4a: Layer already exists [2023-08-14T22:11:31.247Z] 5f70bf18a086: Layer already exists [2023-08-14T22:11:31.247Z] 5f3ddc4e09f1: Layer already exists [2023-08-14T22:11:31.247Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:11:31.511Z] main: digest: sha256:3e1a19c8a0ec1e78af325b8fc9eb0f4c4489fd077310551ee013091b8c453c52 size: 3437 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-14T22:11:31.553Z] ===================================================== [Pipeline] echo [2023-08-14T22:11:31.561Z] taggedImages: [2023-08-14T22:11:31.561Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T22:11:31.561Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-08-14T22:11:31.561Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.1.0-dev.24 [2023-08-14T22:11:31.561Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T22:11:31.561Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2023-08-14T22:11:31.580Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2023-08-14T22:11:31.580Z] 3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T22:11:31.580Z] latest [2023-08-14T22:11:31.580Z] 3.1.0-dev.24 [2023-08-14T22:11:31.580Z] 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T22:11:31.580Z] main [2023-08-14T22:11:31.580Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:11:31.921Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:11:32.302Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T22:11:32.302Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-08-14T22:11:32.302Z] e48e5a965525: Preparing [2023-08-14T22:11:32.302Z] 44f69ebd9f49: Preparing [2023-08-14T22:11:32.302Z] f39609d14747: Preparing [2023-08-14T22:11:32.302Z] 88c20c4d46c8: Preparing [2023-08-14T22:11:32.302Z] 7a0813598204: Preparing [2023-08-14T22:11:32.302Z] 456a1372b1d0: Preparing [2023-08-14T22:11:32.302Z] de58f038bdd0: Preparing [2023-08-14T22:11:32.302Z] d2d9d24a8c2a: Preparing [2023-08-14T22:11:32.302Z] 456a1372b1d0: Waiting [2023-08-14T22:11:32.302Z] de58f038bdd0: Waiting [2023-08-14T22:11:32.302Z] d2d9d24a8c2a: Waiting [2023-08-14T22:11:32.302Z] 7a0813598204: Layer already exists [2023-08-14T22:11:32.585Z] 456a1372b1d0: Layer already exists [2023-08-14T22:11:32.585Z] de58f038bdd0: Layer already exists [2023-08-14T22:11:32.585Z] 44f69ebd9f49: Pushed [2023-08-14T22:11:32.585Z] f39609d14747: Pushed [2023-08-14T22:11:32.585Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:11:32.585Z] e48e5a965525: Pushed [2023-08-14T22:11:35.938Z] 88c20c4d46c8: Pushed [2023-08-14T22:11:35.938Z] 3451b7e6c986f3e69473b278945a55ce4856eec7: digest: sha256:c5467711c658337658f50267bb3e0476abe1eae113a0593e44d4709199f30ec3 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:11:36.273Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:11:36.599Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2023-08-14T22:11:36.599Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-08-14T22:11:36.599Z] e48e5a965525: Preparing [2023-08-14T22:11:36.599Z] 44f69ebd9f49: Preparing [2023-08-14T22:11:36.599Z] f39609d14747: Preparing [2023-08-14T22:11:36.599Z] 88c20c4d46c8: Preparing [2023-08-14T22:11:36.599Z] 7a0813598204: Preparing [2023-08-14T22:11:36.599Z] 456a1372b1d0: Preparing [2023-08-14T22:11:36.599Z] de58f038bdd0: Preparing [2023-08-14T22:11:36.599Z] d2d9d24a8c2a: Preparing [2023-08-14T22:11:36.599Z] de58f038bdd0: Waiting [2023-08-14T22:11:36.599Z] d2d9d24a8c2a: Waiting [2023-08-14T22:11:36.599Z] 456a1372b1d0: Waiting [2023-08-14T22:11:36.599Z] f39609d14747: Layer already exists [2023-08-14T22:11:36.599Z] e48e5a965525: Layer already exists [2023-08-14T22:11:36.599Z] 88c20c4d46c8: Layer already exists [2023-08-14T22:11:36.599Z] 7a0813598204: Layer already exists [2023-08-14T22:11:36.599Z] 44f69ebd9f49: Layer already exists [2023-08-14T22:11:36.599Z] 456a1372b1d0: Layer already exists [2023-08-14T22:11:36.599Z] de58f038bdd0: Layer already exists [2023-08-14T22:11:36.599Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:11:36.599Z] latest: digest: sha256:c5467711c658337658f50267bb3e0476abe1eae113a0593e44d4709199f30ec3 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:11:37.196Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:11:37.522Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.1.0-dev.24 [2023-08-14T22:11:37.522Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-08-14T22:11:37.522Z] e48e5a965525: Preparing [2023-08-14T22:11:37.522Z] 44f69ebd9f49: Preparing [2023-08-14T22:11:37.522Z] f39609d14747: Preparing [2023-08-14T22:11:37.522Z] 88c20c4d46c8: Preparing [2023-08-14T22:11:37.522Z] 7a0813598204: Preparing [2023-08-14T22:11:37.522Z] 456a1372b1d0: Preparing [2023-08-14T22:11:37.522Z] de58f038bdd0: Preparing [2023-08-14T22:11:37.522Z] d2d9d24a8c2a: Preparing [2023-08-14T22:11:37.522Z] 456a1372b1d0: Waiting [2023-08-14T22:11:37.522Z] de58f038bdd0: Waiting [2023-08-14T22:11:37.522Z] d2d9d24a8c2a: Waiting [2023-08-14T22:11:37.522Z] f39609d14747: Layer already exists [2023-08-14T22:11:37.522Z] 7a0813598204: Layer already exists [2023-08-14T22:11:37.522Z] e48e5a965525: Layer already exists [2023-08-14T22:11:37.522Z] 88c20c4d46c8: Layer already exists [2023-08-14T22:11:37.522Z] 44f69ebd9f49: Layer already exists [2023-08-14T22:11:37.522Z] de58f038bdd0: Layer already exists [2023-08-14T22:11:37.522Z] 456a1372b1d0: Layer already exists [2023-08-14T22:11:37.522Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:11:37.522Z] 3.1.0-dev.24: digest: sha256:c5467711c658337658f50267bb3e0476abe1eae113a0593e44d4709199f30ec3 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:11:37.856Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:11:38.184Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T22:11:38.184Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-08-14T22:11:38.184Z] e48e5a965525: Preparing [2023-08-14T22:11:38.184Z] 44f69ebd9f49: Preparing [2023-08-14T22:11:38.184Z] f39609d14747: Preparing [2023-08-14T22:11:38.184Z] 88c20c4d46c8: Preparing [2023-08-14T22:11:38.184Z] 7a0813598204: Preparing [2023-08-14T22:11:38.184Z] 456a1372b1d0: Preparing [2023-08-14T22:11:38.184Z] de58f038bdd0: Preparing [2023-08-14T22:11:38.184Z] d2d9d24a8c2a: Preparing [2023-08-14T22:11:38.184Z] 456a1372b1d0: Waiting [2023-08-14T22:11:38.184Z] de58f038bdd0: Waiting [2023-08-14T22:11:38.184Z] d2d9d24a8c2a: Waiting [2023-08-14T22:11:38.184Z] e48e5a965525: Layer already exists [2023-08-14T22:11:38.184Z] 88c20c4d46c8: Layer already exists [2023-08-14T22:11:38.184Z] f39609d14747: Layer already exists [2023-08-14T22:11:38.184Z] 7a0813598204: Layer already exists [2023-08-14T22:11:38.184Z] 44f69ebd9f49: Layer already exists [2023-08-14T22:11:38.184Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:11:38.184Z] 456a1372b1d0: Layer already exists [2023-08-14T22:11:38.184Z] de58f038bdd0: Layer already exists [2023-08-14T22:11:38.184Z] 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24: digest: sha256:c5467711c658337658f50267bb3e0476abe1eae113a0593e44d4709199f30ec3 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:11:38.785Z] + 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-08-14T22:11:39.131Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2023-08-14T22:11:39.131Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-08-14T22:11:39.131Z] e48e5a965525: Preparing [2023-08-14T22:11:39.131Z] 44f69ebd9f49: Preparing [2023-08-14T22:11:39.131Z] f39609d14747: Preparing [2023-08-14T22:11:39.131Z] 88c20c4d46c8: Preparing [2023-08-14T22:11:39.131Z] 7a0813598204: Preparing [2023-08-14T22:11:39.131Z] 456a1372b1d0: Preparing [2023-08-14T22:11:39.131Z] de58f038bdd0: Preparing [2023-08-14T22:11:39.131Z] d2d9d24a8c2a: Preparing [2023-08-14T22:11:39.131Z] de58f038bdd0: Waiting [2023-08-14T22:11:39.131Z] d2d9d24a8c2a: Waiting [2023-08-14T22:11:39.131Z] 456a1372b1d0: Waiting [2023-08-14T22:11:39.131Z] f39609d14747: Layer already exists [2023-08-14T22:11:39.132Z] 88c20c4d46c8: Layer already exists [2023-08-14T22:11:39.132Z] 44f69ebd9f49: Layer already exists [2023-08-14T22:11:39.132Z] 7a0813598204: Layer already exists [2023-08-14T22:11:39.132Z] e48e5a965525: Layer already exists [2023-08-14T22:11:39.132Z] 456a1372b1d0: Layer already exists [2023-08-14T22:11:39.132Z] de58f038bdd0: Layer already exists [2023-08-14T22:11:39.132Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:11:39.132Z] main: digest: sha256:c5467711c658337658f50267bb3e0476abe1eae113a0593e44d4709199f30ec3 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-14T22:11:39.182Z] ===================================================== [Pipeline] echo [2023-08-14T22:11:39.193Z] taggedImages: [2023-08-14T22:11:39.193Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T22:11:39.193Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2023-08-14T22:11:39.193Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.1.0-dev.24 [2023-08-14T22:11:39.193Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T22:11:39.193Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2023-08-14T22:11:39.218Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2023-08-14T22:11:39.218Z] 3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T22:11:39.218Z] latest [2023-08-14T22:11:39.218Z] 3.1.0-dev.24 [2023-08-14T22:11:39.218Z] 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T22:11:39.218Z] main [2023-08-14T22:11:39.218Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:11:39.567Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:11:39.912Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T22:11:39.912Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-08-14T22:11:39.912Z] 0199c9867e2d: Preparing [2023-08-14T22:11:39.912Z] be483927ec06: Preparing [2023-08-14T22:11:39.912Z] e521a8790c34: Preparing [2023-08-14T22:11:39.912Z] 9942f24ba991: Preparing [2023-08-14T22:11:39.912Z] 7a0813598204: Preparing [2023-08-14T22:11:39.912Z] 456a1372b1d0: Preparing [2023-08-14T22:11:39.912Z] 9644bf65f670: Preparing [2023-08-14T22:11:39.912Z] 327c0a83e30b: Preparing [2023-08-14T22:11:39.912Z] d2d9d24a8c2a: Preparing [2023-08-14T22:11:39.912Z] 456a1372b1d0: Waiting [2023-08-14T22:11:39.912Z] 9644bf65f670: Waiting [2023-08-14T22:11:39.912Z] 327c0a83e30b: Waiting [2023-08-14T22:11:39.912Z] 7a0813598204: Layer already exists [2023-08-14T22:11:39.912Z] 456a1372b1d0: Layer already exists [2023-08-14T22:11:40.177Z] 9942f24ba991: Pushed [2023-08-14T22:11:40.177Z] 0199c9867e2d: Pushed [2023-08-14T22:11:40.177Z] be483927ec06: Pushed [2023-08-14T22:11:40.177Z] 9644bf65f670: Pushed [2023-08-14T22:11:40.177Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:11:40.440Z] 327c0a83e30b: Pushed [2023-08-14T22:11:43.004Z] e521a8790c34: Pushed [2023-08-14T22:11:43.004Z] 3451b7e6c986f3e69473b278945a55ce4856eec7: digest: sha256:533ef91f8744522a4c330dec612ac5714cb11b8eaf13ec8956fcf65c9dd21d1c size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:11:43.336Z] + 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-08-14T22:11:43.662Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-08-14T22:11:43.662Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-08-14T22:11:43.662Z] 0199c9867e2d: Preparing [2023-08-14T22:11:43.662Z] be483927ec06: Preparing [2023-08-14T22:11:43.662Z] e521a8790c34: Preparing [2023-08-14T22:11:43.662Z] 9942f24ba991: Preparing [2023-08-14T22:11:43.662Z] 7a0813598204: Preparing [2023-08-14T22:11:43.662Z] 456a1372b1d0: Preparing [2023-08-14T22:11:43.662Z] 9644bf65f670: Preparing [2023-08-14T22:11:43.662Z] 327c0a83e30b: Preparing [2023-08-14T22:11:43.662Z] d2d9d24a8c2a: Preparing [2023-08-14T22:11:43.662Z] 456a1372b1d0: Waiting [2023-08-14T22:11:43.662Z] 9644bf65f670: Waiting [2023-08-14T22:11:43.662Z] 327c0a83e30b: Waiting [2023-08-14T22:11:43.662Z] d2d9d24a8c2a: Waiting [2023-08-14T22:11:43.662Z] e521a8790c34: Layer already exists [2023-08-14T22:11:43.662Z] be483927ec06: Layer already exists [2023-08-14T22:11:43.662Z] 0199c9867e2d: Layer already exists [2023-08-14T22:11:43.662Z] 7a0813598204: Layer already exists [2023-08-14T22:11:43.662Z] 9942f24ba991: Layer already exists [2023-08-14T22:11:43.662Z] 456a1372b1d0: Layer already exists [2023-08-14T22:11:43.662Z] 9644bf65f670: Layer already exists [2023-08-14T22:11:43.662Z] 327c0a83e30b: Layer already exists [2023-08-14T22:11:43.662Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:11:43.662Z] latest: digest: sha256:533ef91f8744522a4c330dec612ac5714cb11b8eaf13ec8956fcf65c9dd21d1c size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:11:44.260Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:11:44.583Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.1.0-dev.24 [2023-08-14T22:11:44.583Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-08-14T22:11:44.583Z] 0199c9867e2d: Preparing [2023-08-14T22:11:44.583Z] be483927ec06: Preparing [2023-08-14T22:11:44.583Z] e521a8790c34: Preparing [2023-08-14T22:11:44.583Z] 9942f24ba991: Preparing [2023-08-14T22:11:44.583Z] 7a0813598204: Preparing [2023-08-14T22:11:44.583Z] 456a1372b1d0: Preparing [2023-08-14T22:11:44.583Z] 9644bf65f670: Preparing [2023-08-14T22:11:44.583Z] 327c0a83e30b: Preparing [2023-08-14T22:11:44.583Z] d2d9d24a8c2a: Preparing [2023-08-14T22:11:44.583Z] 9644bf65f670: Waiting [2023-08-14T22:11:44.583Z] 327c0a83e30b: Waiting [2023-08-14T22:11:44.583Z] 456a1372b1d0: Waiting [2023-08-14T22:11:44.583Z] d2d9d24a8c2a: Waiting [2023-08-14T22:11:44.583Z] be483927ec06: Layer already exists [2023-08-14T22:11:44.583Z] e521a8790c34: Layer already exists [2023-08-14T22:11:44.583Z] 7a0813598204: Layer already exists [2023-08-14T22:11:44.583Z] 9942f24ba991: Layer already exists [2023-08-14T22:11:44.583Z] 0199c9867e2d: Layer already exists [2023-08-14T22:11:44.583Z] 456a1372b1d0: Layer already exists [2023-08-14T22:11:44.583Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:11:44.583Z] 9644bf65f670: Layer already exists [2023-08-14T22:11:44.583Z] 327c0a83e30b: Layer already exists [2023-08-14T22:11:44.846Z] 3.1.0-dev.24: digest: sha256:533ef91f8744522a4c330dec612ac5714cb11b8eaf13ec8956fcf65c9dd21d1c size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:11:45.178Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:11:45.504Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T22:11:45.504Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-08-14T22:11:45.504Z] 0199c9867e2d: Preparing [2023-08-14T22:11:45.504Z] be483927ec06: Preparing [2023-08-14T22:11:45.504Z] e521a8790c34: Preparing [2023-08-14T22:11:45.504Z] 9942f24ba991: Preparing [2023-08-14T22:11:45.504Z] 7a0813598204: Preparing [2023-08-14T22:11:45.504Z] 456a1372b1d0: Preparing [2023-08-14T22:11:45.504Z] 9644bf65f670: Preparing [2023-08-14T22:11:45.504Z] 327c0a83e30b: Preparing [2023-08-14T22:11:45.504Z] d2d9d24a8c2a: Preparing [2023-08-14T22:11:45.504Z] 9644bf65f670: Waiting [2023-08-14T22:11:45.504Z] 327c0a83e30b: Waiting [2023-08-14T22:11:45.504Z] d2d9d24a8c2a: Waiting [2023-08-14T22:11:45.504Z] 456a1372b1d0: Waiting [2023-08-14T22:11:45.504Z] e521a8790c34: Layer already exists [2023-08-14T22:11:45.504Z] 0199c9867e2d: Layer already exists [2023-08-14T22:11:45.504Z] be483927ec06: Layer already exists [2023-08-14T22:11:45.504Z] 9942f24ba991: Layer already exists [2023-08-14T22:11:45.504Z] 7a0813598204: Layer already exists [2023-08-14T22:11:45.504Z] 327c0a83e30b: Layer already exists [2023-08-14T22:11:45.504Z] 9644bf65f670: Layer already exists [2023-08-14T22:11:45.504Z] 456a1372b1d0: Layer already exists [2023-08-14T22:11:45.504Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:11:45.504Z] 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24: digest: sha256:533ef91f8744522a4c330dec612ac5714cb11b8eaf13ec8956fcf65c9dd21d1c size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:11:46.095Z] + 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-08-14T22:11:46.426Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2023-08-14T22:11:46.426Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-08-14T22:11:46.426Z] 0199c9867e2d: Preparing [2023-08-14T22:11:46.426Z] be483927ec06: Preparing [2023-08-14T22:11:46.426Z] e521a8790c34: Preparing [2023-08-14T22:11:46.426Z] 9942f24ba991: Preparing [2023-08-14T22:11:46.426Z] 7a0813598204: Preparing [2023-08-14T22:11:46.426Z] 456a1372b1d0: Preparing [2023-08-14T22:11:46.426Z] 9644bf65f670: Preparing [2023-08-14T22:11:46.426Z] 327c0a83e30b: Preparing [2023-08-14T22:11:46.426Z] d2d9d24a8c2a: Preparing [2023-08-14T22:11:46.426Z] 456a1372b1d0: Waiting [2023-08-14T22:11:46.426Z] 9644bf65f670: Waiting [2023-08-14T22:11:46.426Z] 327c0a83e30b: Waiting [2023-08-14T22:11:46.426Z] e521a8790c34: Layer already exists [2023-08-14T22:11:46.426Z] 9942f24ba991: Layer already exists [2023-08-14T22:11:46.426Z] 0199c9867e2d: Layer already exists [2023-08-14T22:11:46.426Z] be483927ec06: Layer already exists [2023-08-14T22:11:46.426Z] 7a0813598204: Layer already exists [2023-08-14T22:11:46.426Z] 456a1372b1d0: Layer already exists [2023-08-14T22:11:46.426Z] 9644bf65f670: Layer already exists [2023-08-14T22:11:46.426Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:11:46.426Z] 327c0a83e30b: Layer already exists [2023-08-14T22:11:46.426Z] main: digest: sha256:533ef91f8744522a4c330dec612ac5714cb11b8eaf13ec8956fcf65c9dd21d1c size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-14T22:11:46.746Z] ===================================================== [Pipeline] echo [2023-08-14T22:11:46.756Z] taggedImages: [2023-08-14T22:11:46.756Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T22:11:46.756Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-08-14T22:11:46.756Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.1.0-dev.24 [2023-08-14T22:11:46.756Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T22:11:46.756Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2023-08-14T22:11:46.783Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2023-08-14T22:11:46.783Z] 3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T22:11:46.783Z] latest [2023-08-14T22:11:46.783Z] 3.1.0-dev.24 [2023-08-14T22:11:46.783Z] 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T22:11:46.783Z] main [2023-08-14T22:11:46.783Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:11:47.134Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:11:47.466Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T22:11:47.466Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-08-14T22:11:47.466Z] d6fd178c575d: Preparing [2023-08-14T22:11:47.466Z] f8a0604e6aab: Preparing [2023-08-14T22:11:47.466Z] 0835114277c9: Preparing [2023-08-14T22:11:47.466Z] 9b0341522dba: Preparing [2023-08-14T22:11:47.466Z] 17b200e117fa: Preparing [2023-08-14T22:11:47.466Z] c75202914cc7: Preparing [2023-08-14T22:11:47.466Z] b3d46d382411: Preparing [2023-08-14T22:11:47.466Z] 7a0813598204: Preparing [2023-08-14T22:11:47.467Z] 456a1372b1d0: Preparing [2023-08-14T22:11:47.467Z] de07f2ae7185: Preparing [2023-08-14T22:11:47.467Z] d2d9d24a8c2a: Preparing [2023-08-14T22:11:47.467Z] 7a0813598204: Waiting [2023-08-14T22:11:47.467Z] 456a1372b1d0: Waiting [2023-08-14T22:11:47.467Z] de07f2ae7185: Waiting [2023-08-14T22:11:47.467Z] d2d9d24a8c2a: Waiting [2023-08-14T22:11:47.467Z] c75202914cc7: Waiting [2023-08-14T22:11:47.467Z] b3d46d382411: Waiting [2023-08-14T22:11:47.731Z] f8a0604e6aab: Pushed [2023-08-14T22:11:47.731Z] 17b200e117fa: Pushed [2023-08-14T22:11:47.731Z] d6fd178c575d: Pushed [2023-08-14T22:11:47.731Z] 7a0813598204: Layer already exists [2023-08-14T22:11:47.731Z] 456a1372b1d0: Layer already exists [2023-08-14T22:11:47.994Z] b3d46d382411: Pushed [2023-08-14T22:11:47.995Z] c75202914cc7: Pushed [2023-08-14T22:11:47.995Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:11:50.557Z] 9b0341522dba: Pushed [2023-08-14T22:11:50.557Z] de07f2ae7185: Pushed [2023-08-14T22:11:51.136Z] 0835114277c9: Pushed [2023-08-14T22:11:51.402Z] 3451b7e6c986f3e69473b278945a55ce4856eec7: digest: sha256:ee89f294de73a01c6bc0cdc09182024be2939e1ca1ab4a2b54c8fdc46d46d77c size: 2614 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:11:51.754Z] + 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-08-14T22:11:53.041Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-08-14T22:11:53.041Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-08-14T22:11:53.041Z] d6fd178c575d: Preparing [2023-08-14T22:11:53.041Z] f8a0604e6aab: Preparing [2023-08-14T22:11:53.041Z] 0835114277c9: Preparing [2023-08-14T22:11:53.041Z] 9b0341522dba: Preparing [2023-08-14T22:11:53.041Z] 17b200e117fa: Preparing [2023-08-14T22:11:53.041Z] c75202914cc7: Preparing [2023-08-14T22:11:53.041Z] b3d46d382411: Preparing [2023-08-14T22:11:53.041Z] 7a0813598204: Preparing [2023-08-14T22:11:53.041Z] 456a1372b1d0: Preparing [2023-08-14T22:11:53.041Z] de07f2ae7185: Preparing [2023-08-14T22:11:53.041Z] d2d9d24a8c2a: Preparing [2023-08-14T22:11:53.041Z] b3d46d382411: Waiting [2023-08-14T22:11:53.041Z] 7a0813598204: Waiting [2023-08-14T22:11:53.041Z] 456a1372b1d0: Waiting [2023-08-14T22:11:53.041Z] de07f2ae7185: Waiting [2023-08-14T22:11:53.041Z] d2d9d24a8c2a: Waiting [2023-08-14T22:11:53.041Z] c75202914cc7: Waiting [2023-08-14T22:11:53.041Z] f8a0604e6aab: Layer already exists [2023-08-14T22:11:53.041Z] 17b200e117fa: Layer already exists [2023-08-14T22:11:53.041Z] 0835114277c9: Layer already exists [2023-08-14T22:11:53.041Z] d6fd178c575d: Layer already exists [2023-08-14T22:11:53.041Z] 9b0341522dba: Layer already exists [2023-08-14T22:11:53.041Z] b3d46d382411: Layer already exists [2023-08-14T22:11:53.041Z] c75202914cc7: Layer already exists [2023-08-14T22:11:53.041Z] de07f2ae7185: Layer already exists [2023-08-14T22:11:53.041Z] 7a0813598204: Layer already exists [2023-08-14T22:11:53.041Z] 456a1372b1d0: Layer already exists [2023-08-14T22:11:53.041Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:11:53.303Z] latest: digest: sha256:ee89f294de73a01c6bc0cdc09182024be2939e1ca1ab4a2b54c8fdc46d46d77c size: 2614 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:11:53.636Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:11:53.960Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.1.0-dev.24 [2023-08-14T22:11:53.960Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-08-14T22:11:53.960Z] d6fd178c575d: Preparing [2023-08-14T22:11:53.960Z] f8a0604e6aab: Preparing [2023-08-14T22:11:53.960Z] 0835114277c9: Preparing [2023-08-14T22:11:53.960Z] 9b0341522dba: Preparing [2023-08-14T22:11:53.960Z] 17b200e117fa: Preparing [2023-08-14T22:11:53.960Z] c75202914cc7: Preparing [2023-08-14T22:11:53.960Z] b3d46d382411: Preparing [2023-08-14T22:11:53.960Z] 7a0813598204: Preparing [2023-08-14T22:11:53.960Z] 456a1372b1d0: Preparing [2023-08-14T22:11:53.960Z] de07f2ae7185: Preparing [2023-08-14T22:11:53.960Z] d2d9d24a8c2a: Preparing [2023-08-14T22:11:53.960Z] c75202914cc7: Waiting [2023-08-14T22:11:53.960Z] b3d46d382411: Waiting [2023-08-14T22:11:53.960Z] 7a0813598204: Waiting [2023-08-14T22:11:53.960Z] 456a1372b1d0: Waiting [2023-08-14T22:11:53.960Z] d2d9d24a8c2a: Waiting [2023-08-14T22:11:53.960Z] de07f2ae7185: Waiting [2023-08-14T22:11:53.960Z] f8a0604e6aab: Layer already exists [2023-08-14T22:11:53.960Z] 9b0341522dba: Layer already exists [2023-08-14T22:11:53.960Z] d6fd178c575d: Layer already exists [2023-08-14T22:11:53.960Z] 0835114277c9: Layer already exists [2023-08-14T22:11:53.960Z] 17b200e117fa: Layer already exists [2023-08-14T22:11:53.960Z] c75202914cc7: Layer already exists [2023-08-14T22:11:53.960Z] b3d46d382411: Layer already exists [2023-08-14T22:11:53.960Z] 7a0813598204: Layer already exists [2023-08-14T22:11:53.960Z] de07f2ae7185: Layer already exists [2023-08-14T22:11:53.960Z] 456a1372b1d0: Layer already exists [2023-08-14T22:11:53.960Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:11:54.224Z] 3.1.0-dev.24: digest: sha256:ee89f294de73a01c6bc0cdc09182024be2939e1ca1ab4a2b54c8fdc46d46d77c size: 2614 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:11:54.554Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:11:54.886Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T22:11:54.886Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-08-14T22:11:54.886Z] d6fd178c575d: Preparing [2023-08-14T22:11:54.886Z] f8a0604e6aab: Preparing [2023-08-14T22:11:54.886Z] 0835114277c9: Preparing [2023-08-14T22:11:54.886Z] 9b0341522dba: Preparing [2023-08-14T22:11:54.886Z] 17b200e117fa: Preparing [2023-08-14T22:11:54.886Z] c75202914cc7: Preparing [2023-08-14T22:11:54.886Z] b3d46d382411: Preparing [2023-08-14T22:11:54.886Z] 7a0813598204: Preparing [2023-08-14T22:11:54.886Z] 456a1372b1d0: Preparing [2023-08-14T22:11:54.886Z] de07f2ae7185: Preparing [2023-08-14T22:11:54.886Z] d2d9d24a8c2a: Preparing [2023-08-14T22:11:54.886Z] c75202914cc7: Waiting [2023-08-14T22:11:54.886Z] 456a1372b1d0: Waiting [2023-08-14T22:11:54.886Z] de07f2ae7185: Waiting [2023-08-14T22:11:54.886Z] b3d46d382411: Waiting [2023-08-14T22:11:54.886Z] d2d9d24a8c2a: Waiting [2023-08-14T22:11:54.886Z] 7a0813598204: Waiting [2023-08-14T22:11:54.886Z] f8a0604e6aab: Layer already exists [2023-08-14T22:11:54.886Z] 0835114277c9: Layer already exists [2023-08-14T22:11:54.886Z] 17b200e117fa: Layer already exists [2023-08-14T22:11:54.886Z] d6fd178c575d: Layer already exists [2023-08-14T22:11:54.886Z] 9b0341522dba: Layer already exists [2023-08-14T22:11:54.886Z] 7a0813598204: Layer already exists [2023-08-14T22:11:54.886Z] c75202914cc7: Layer already exists [2023-08-14T22:11:54.886Z] b3d46d382411: Layer already exists [2023-08-14T22:11:54.886Z] 456a1372b1d0: Layer already exists [2023-08-14T22:11:54.886Z] de07f2ae7185: Layer already exists [2023-08-14T22:11:54.886Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:11:54.886Z] 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24: digest: sha256:ee89f294de73a01c6bc0cdc09182024be2939e1ca1ab4a2b54c8fdc46d46d77c size: 2614 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:11:55.477Z] + 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-08-14T22:11:55.806Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2023-08-14T22:11:55.806Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-08-14T22:11:55.806Z] d6fd178c575d: Preparing [2023-08-14T22:11:55.806Z] f8a0604e6aab: Preparing [2023-08-14T22:11:55.806Z] 0835114277c9: Preparing [2023-08-14T22:11:55.806Z] 9b0341522dba: Preparing [2023-08-14T22:11:55.806Z] 17b200e117fa: Preparing [2023-08-14T22:11:55.806Z] c75202914cc7: Preparing [2023-08-14T22:11:55.806Z] b3d46d382411: Preparing [2023-08-14T22:11:55.807Z] 7a0813598204: Preparing [2023-08-14T22:11:55.807Z] 456a1372b1d0: Preparing [2023-08-14T22:11:55.807Z] de07f2ae7185: Preparing [2023-08-14T22:11:55.807Z] d2d9d24a8c2a: Preparing [2023-08-14T22:11:55.807Z] b3d46d382411: Waiting [2023-08-14T22:11:55.807Z] 7a0813598204: Waiting [2023-08-14T22:11:55.807Z] 456a1372b1d0: Waiting [2023-08-14T22:11:55.807Z] de07f2ae7185: Waiting [2023-08-14T22:11:55.807Z] d2d9d24a8c2a: Waiting [2023-08-14T22:11:55.807Z] c75202914cc7: Waiting [2023-08-14T22:11:55.807Z] 17b200e117fa: Layer already exists [2023-08-14T22:11:55.807Z] d6fd178c575d: Layer already exists [2023-08-14T22:11:55.807Z] 0835114277c9: Layer already exists [2023-08-14T22:11:55.807Z] 9b0341522dba: Layer already exists [2023-08-14T22:11:55.807Z] f8a0604e6aab: Layer already exists [2023-08-14T22:11:55.807Z] c75202914cc7: Layer already exists [2023-08-14T22:11:55.807Z] b3d46d382411: Layer already exists [2023-08-14T22:11:55.807Z] de07f2ae7185: Layer already exists [2023-08-14T22:11:55.807Z] 456a1372b1d0: Layer already exists [2023-08-14T22:11:55.807Z] 7a0813598204: Layer already exists [2023-08-14T22:11:55.807Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:11:56.070Z] main: digest: sha256:ee89f294de73a01c6bc0cdc09182024be2939e1ca1ab4a2b54c8fdc46d46d77c size: 2614 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-14T22:11:56.117Z] ===================================================== [Pipeline] echo [2023-08-14T22:11:56.125Z] taggedImages: [2023-08-14T22:11:56.125Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T22:11:56.125Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-08-14T22:11:56.125Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.1.0-dev.24 [2023-08-14T22:11:56.125Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T22:11:56.125Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2023-08-14T22:11:56.139Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2023-08-14T22:11:56.139Z] 3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T22:11:56.139Z] latest [2023-08-14T22:11:56.139Z] 3.1.0-dev.24 [2023-08-14T22:11:56.139Z] 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T22:11:56.139Z] main [2023-08-14T22:11:56.139Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:11:56.485Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:11:56.817Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T22:11:56.817Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-08-14T22:11:56.817Z] 54bca9ea7bc9: Preparing [2023-08-14T22:11:56.817Z] 81edbd1791ad: Preparing [2023-08-14T22:11:56.817Z] 7a0813598204: Preparing [2023-08-14T22:11:56.817Z] 456a1372b1d0: Preparing [2023-08-14T22:11:56.817Z] 5d57e2df8989: Preparing [2023-08-14T22:11:56.817Z] d2d9d24a8c2a: Preparing [2023-08-14T22:11:56.817Z] d2d9d24a8c2a: Waiting [2023-08-14T22:11:56.817Z] 7a0813598204: Layer already exists [2023-08-14T22:11:56.817Z] 456a1372b1d0: Layer already exists [2023-08-14T22:11:56.817Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:11:57.082Z] 54bca9ea7bc9: Pushed [2023-08-14T22:11:58.479Z] 5d57e2df8989: Pushed [2023-08-14T22:12:01.799Z] 81edbd1791ad: Pushed [2023-08-14T22:12:01.799Z] 3451b7e6c986f3e69473b278945a55ce4856eec7: digest: sha256:e11344aefc53ee11745833e58f199891f8e5537a4c8072d684701ae34d791990 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:12:02.138Z] + 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-08-14T22:12:02.471Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-08-14T22:12:02.471Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-08-14T22:12:02.471Z] 54bca9ea7bc9: Preparing [2023-08-14T22:12:02.471Z] 81edbd1791ad: Preparing [2023-08-14T22:12:02.471Z] 7a0813598204: Preparing [2023-08-14T22:12:02.471Z] 456a1372b1d0: Preparing [2023-08-14T22:12:02.471Z] 5d57e2df8989: Preparing [2023-08-14T22:12:02.471Z] d2d9d24a8c2a: Preparing [2023-08-14T22:12:02.471Z] d2d9d24a8c2a: Waiting [2023-08-14T22:12:02.471Z] 5d57e2df8989: Layer already exists [2023-08-14T22:12:02.471Z] 7a0813598204: Layer already exists [2023-08-14T22:12:02.471Z] 456a1372b1d0: Layer already exists [2023-08-14T22:12:02.471Z] 54bca9ea7bc9: Layer already exists [2023-08-14T22:12:02.471Z] 81edbd1791ad: Layer already exists [2023-08-14T22:12:02.471Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:12:02.471Z] latest: digest: sha256:e11344aefc53ee11745833e58f199891f8e5537a4c8072d684701ae34d791990 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:12:03.067Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:12:03.394Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.1.0-dev.24 [2023-08-14T22:12:03.394Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-08-14T22:12:03.394Z] 54bca9ea7bc9: Preparing [2023-08-14T22:12:03.394Z] 81edbd1791ad: Preparing [2023-08-14T22:12:03.394Z] 7a0813598204: Preparing [2023-08-14T22:12:03.394Z] 456a1372b1d0: Preparing [2023-08-14T22:12:03.394Z] 5d57e2df8989: Preparing [2023-08-14T22:12:03.394Z] d2d9d24a8c2a: Preparing [2023-08-14T22:12:03.394Z] d2d9d24a8c2a: Waiting [2023-08-14T22:12:03.394Z] 456a1372b1d0: Layer already exists [2023-08-14T22:12:03.394Z] 54bca9ea7bc9: Layer already exists [2023-08-14T22:12:03.394Z] 7a0813598204: Layer already exists [2023-08-14T22:12:03.394Z] 5d57e2df8989: Layer already exists [2023-08-14T22:12:03.394Z] 81edbd1791ad: Layer already exists [2023-08-14T22:12:03.394Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:12:03.394Z] 3.1.0-dev.24: digest: sha256:e11344aefc53ee11745833e58f199891f8e5537a4c8072d684701ae34d791990 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:12:03.725Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:12:04.052Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T22:12:04.052Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-08-14T22:12:04.052Z] 54bca9ea7bc9: Preparing [2023-08-14T22:12:04.052Z] 81edbd1791ad: Preparing [2023-08-14T22:12:04.052Z] 7a0813598204: Preparing [2023-08-14T22:12:04.052Z] 456a1372b1d0: Preparing [2023-08-14T22:12:04.052Z] 5d57e2df8989: Preparing [2023-08-14T22:12:04.052Z] d2d9d24a8c2a: Preparing [2023-08-14T22:12:04.052Z] d2d9d24a8c2a: Waiting [2023-08-14T22:12:04.052Z] 5d57e2df8989: Layer already exists [2023-08-14T22:12:04.052Z] 81edbd1791ad: Layer already exists [2023-08-14T22:12:04.052Z] 7a0813598204: Layer already exists [2023-08-14T22:12:04.052Z] 456a1372b1d0: Layer already exists [2023-08-14T22:12:04.052Z] 54bca9ea7bc9: Layer already exists [2023-08-14T22:12:04.052Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:12:04.052Z] 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24: digest: sha256:e11344aefc53ee11745833e58f199891f8e5537a4c8072d684701ae34d791990 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:12:04.383Z] + 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-08-14T22:12:07.273Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2023-08-14T22:12:07.273Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-08-14T22:12:07.273Z] 54bca9ea7bc9: Preparing [2023-08-14T22:12:07.273Z] 81edbd1791ad: Preparing [2023-08-14T22:12:07.273Z] 7a0813598204: Preparing [2023-08-14T22:12:07.273Z] 456a1372b1d0: Preparing [2023-08-14T22:12:07.273Z] 5d57e2df8989: Preparing [2023-08-14T22:12:07.273Z] d2d9d24a8c2a: Preparing [2023-08-14T22:12:07.273Z] d2d9d24a8c2a: Waiting [2023-08-14T22:12:07.273Z] 5d57e2df8989: Layer already exists [2023-08-14T22:12:07.273Z] 456a1372b1d0: Layer already exists [2023-08-14T22:12:07.273Z] 7a0813598204: Layer already exists [2023-08-14T22:12:07.273Z] 81edbd1791ad: Layer already exists [2023-08-14T22:12:07.273Z] 54bca9ea7bc9: Layer already exists [2023-08-14T22:12:07.273Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:12:07.273Z] main: digest: sha256:e11344aefc53ee11745833e58f199891f8e5537a4c8072d684701ae34d791990 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-14T22:12:07.326Z] ===================================================== [Pipeline] echo [2023-08-14T22:12:07.334Z] taggedImages: [2023-08-14T22:12:07.334Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T22:12:07.334Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-08-14T22:12:07.334Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.1.0-dev.24 [2023-08-14T22:12:07.334Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T22:12:07.334Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2023-08-14T22:12:07.355Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2023-08-14T22:12:07.355Z] 3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T22:12:07.355Z] latest [2023-08-14T22:12:07.355Z] 3.1.0-dev.24 [2023-08-14T22:12:07.355Z] 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T22:12:07.355Z] main [2023-08-14T22:12:07.355Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:12:07.688Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:12:08.014Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T22:12:08.014Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-08-14T22:12:08.014Z] 0684eddd7d0e: Preparing [2023-08-14T22:12:08.014Z] ebf860508234: Preparing [2023-08-14T22:12:08.014Z] 9f8a1052ec37: Preparing [2023-08-14T22:12:08.014Z] 9935b04401fb: Preparing [2023-08-14T22:12:08.014Z] 9f036a0e7a5e: Preparing [2023-08-14T22:12:08.014Z] 7a0813598204: Preparing [2023-08-14T22:12:08.014Z] 456a1372b1d0: Preparing [2023-08-14T22:12:08.014Z] 9aa12b6b2ccc: Preparing [2023-08-14T22:12:08.014Z] d2d9d24a8c2a: Preparing [2023-08-14T22:12:08.014Z] 7a0813598204: Waiting [2023-08-14T22:12:08.014Z] 456a1372b1d0: Waiting [2023-08-14T22:12:08.014Z] d2d9d24a8c2a: Waiting [2023-08-14T22:12:08.014Z] 9aa12b6b2ccc: Waiting [2023-08-14T22:12:08.278Z] ebf860508234: Pushed [2023-08-14T22:12:08.278Z] 0684eddd7d0e: Pushed [2023-08-14T22:12:08.278Z] 9f8a1052ec37: Pushed [2023-08-14T22:12:08.278Z] 7a0813598204: Layer already exists [2023-08-14T22:12:08.278Z] 456a1372b1d0: Layer already exists [2023-08-14T22:12:08.278Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:12:09.230Z] 9aa12b6b2ccc: Pushed [2023-08-14T22:12:21.510Z] 9f036a0e7a5e: Pushed [2023-08-14T22:12:25.739Z] 9935b04401fb: Pushed [2023-08-14T22:12:25.739Z] 3451b7e6c986f3e69473b278945a55ce4856eec7: digest: sha256:9db7c571900b1c9d273767edaa73fb0e589857ff3e65023ea89c58aa95b084ea size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:12:26.065Z] + 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-08-14T22:12:26.391Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-08-14T22:12:26.391Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-08-14T22:12:26.391Z] 0684eddd7d0e: Preparing [2023-08-14T22:12:26.391Z] ebf860508234: Preparing [2023-08-14T22:12:26.391Z] 9f8a1052ec37: Preparing [2023-08-14T22:12:26.391Z] 9935b04401fb: Preparing [2023-08-14T22:12:26.391Z] 9f036a0e7a5e: Preparing [2023-08-14T22:12:26.391Z] 7a0813598204: Preparing [2023-08-14T22:12:26.391Z] 456a1372b1d0: Preparing [2023-08-14T22:12:26.391Z] 9aa12b6b2ccc: Preparing [2023-08-14T22:12:26.391Z] d2d9d24a8c2a: Preparing [2023-08-14T22:12:26.391Z] 456a1372b1d0: Waiting [2023-08-14T22:12:26.391Z] d2d9d24a8c2a: Waiting [2023-08-14T22:12:26.391Z] 7a0813598204: Waiting [2023-08-14T22:12:26.391Z] 9aa12b6b2ccc: Waiting [2023-08-14T22:12:26.391Z] 0684eddd7d0e: Layer already exists [2023-08-14T22:12:26.391Z] ebf860508234: Layer already exists [2023-08-14T22:12:26.391Z] 9f036a0e7a5e: Layer already exists [2023-08-14T22:12:26.391Z] 9935b04401fb: Layer already exists [2023-08-14T22:12:26.391Z] 9f8a1052ec37: Layer already exists [2023-08-14T22:12:26.391Z] 7a0813598204: Layer already exists [2023-08-14T22:12:26.391Z] 9aa12b6b2ccc: Layer already exists [2023-08-14T22:12:26.391Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:12:26.391Z] 456a1372b1d0: Layer already exists [2023-08-14T22:12:26.391Z] latest: digest: sha256:9db7c571900b1c9d273767edaa73fb0e589857ff3e65023ea89c58aa95b084ea size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:12:26.989Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:12:27.317Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.1.0-dev.24 [2023-08-14T22:12:27.317Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-08-14T22:12:27.317Z] 0684eddd7d0e: Preparing [2023-08-14T22:12:27.317Z] ebf860508234: Preparing [2023-08-14T22:12:27.317Z] 9f8a1052ec37: Preparing [2023-08-14T22:12:27.317Z] 9935b04401fb: Preparing [2023-08-14T22:12:27.317Z] 9f036a0e7a5e: Preparing [2023-08-14T22:12:27.317Z] 7a0813598204: Preparing [2023-08-14T22:12:27.317Z] 456a1372b1d0: Preparing [2023-08-14T22:12:27.317Z] 9aa12b6b2ccc: Preparing [2023-08-14T22:12:27.317Z] d2d9d24a8c2a: Preparing [2023-08-14T22:12:27.317Z] 7a0813598204: Waiting [2023-08-14T22:12:27.317Z] 456a1372b1d0: Waiting [2023-08-14T22:12:27.317Z] d2d9d24a8c2a: Waiting [2023-08-14T22:12:27.317Z] ebf860508234: Layer already exists [2023-08-14T22:12:27.317Z] 9f8a1052ec37: Layer already exists [2023-08-14T22:12:27.317Z] 0684eddd7d0e: Layer already exists [2023-08-14T22:12:27.317Z] 9f036a0e7a5e: Layer already exists [2023-08-14T22:12:27.317Z] 9935b04401fb: Layer already exists [2023-08-14T22:12:27.317Z] 9aa12b6b2ccc: Layer already exists [2023-08-14T22:12:27.317Z] 456a1372b1d0: Layer already exists [2023-08-14T22:12:27.317Z] 7a0813598204: Layer already exists [2023-08-14T22:12:27.317Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:12:27.317Z] 3.1.0-dev.24: digest: sha256:9db7c571900b1c9d273767edaa73fb0e589857ff3e65023ea89c58aa95b084ea size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:12:27.911Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:12:28.298Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T22:12:28.298Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-08-14T22:12:28.298Z] 0684eddd7d0e: Preparing [2023-08-14T22:12:28.298Z] ebf860508234: Preparing [2023-08-14T22:12:28.298Z] 9f8a1052ec37: Preparing [2023-08-14T22:12:28.298Z] 9935b04401fb: Preparing [2023-08-14T22:12:28.298Z] 9f036a0e7a5e: Preparing [2023-08-14T22:12:28.298Z] 7a0813598204: Preparing [2023-08-14T22:12:28.298Z] 456a1372b1d0: Preparing [2023-08-14T22:12:28.298Z] 9aa12b6b2ccc: Preparing [2023-08-14T22:12:28.298Z] d2d9d24a8c2a: Preparing [2023-08-14T22:12:28.298Z] 7a0813598204: Waiting [2023-08-14T22:12:28.298Z] d2d9d24a8c2a: Waiting [2023-08-14T22:12:28.298Z] 456a1372b1d0: Waiting [2023-08-14T22:12:28.298Z] 9aa12b6b2ccc: Waiting [2023-08-14T22:12:28.298Z] 0684eddd7d0e: Layer already exists [2023-08-14T22:12:28.298Z] 9f8a1052ec37: Layer already exists [2023-08-14T22:12:28.298Z] 9935b04401fb: Layer already exists [2023-08-14T22:12:28.298Z] 7a0813598204: Layer already exists [2023-08-14T22:12:28.298Z] ebf860508234: Layer already exists [2023-08-14T22:12:28.298Z] 9f036a0e7a5e: Layer already exists [2023-08-14T22:12:28.298Z] 456a1372b1d0: Layer already exists [2023-08-14T22:12:28.298Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:12:28.298Z] 9aa12b6b2ccc: Layer already exists [2023-08-14T22:12:28.567Z] 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24: digest: sha256:9db7c571900b1c9d273767edaa73fb0e589857ff3e65023ea89c58aa95b084ea size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:12:28.924Z] + 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-08-14T22:12:29.271Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2023-08-14T22:12:29.271Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-08-14T22:12:29.271Z] 0684eddd7d0e: Preparing [2023-08-14T22:12:29.271Z] ebf860508234: Preparing [2023-08-14T22:12:29.271Z] 9f8a1052ec37: Preparing [2023-08-14T22:12:29.271Z] 9935b04401fb: Preparing [2023-08-14T22:12:29.271Z] 9f036a0e7a5e: Preparing [2023-08-14T22:12:29.271Z] 7a0813598204: Preparing [2023-08-14T22:12:29.271Z] 456a1372b1d0: Preparing [2023-08-14T22:12:29.271Z] 9aa12b6b2ccc: Preparing [2023-08-14T22:12:29.271Z] d2d9d24a8c2a: Preparing [2023-08-14T22:12:29.271Z] 7a0813598204: Waiting [2023-08-14T22:12:29.271Z] 456a1372b1d0: Waiting [2023-08-14T22:12:29.271Z] 9aa12b6b2ccc: Waiting [2023-08-14T22:12:29.271Z] d2d9d24a8c2a: Waiting [2023-08-14T22:12:29.271Z] ebf860508234: Layer already exists [2023-08-14T22:12:29.271Z] 0684eddd7d0e: Layer already exists [2023-08-14T22:12:29.271Z] 9f8a1052ec37: Layer already exists [2023-08-14T22:12:29.271Z] 9935b04401fb: Layer already exists [2023-08-14T22:12:29.271Z] 9f036a0e7a5e: Layer already exists [2023-08-14T22:12:29.271Z] 7a0813598204: Layer already exists [2023-08-14T22:12:29.271Z] 9aa12b6b2ccc: Layer already exists [2023-08-14T22:12:29.271Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:12:29.271Z] 456a1372b1d0: Layer already exists [2023-08-14T22:12:29.541Z] main: digest: sha256:9db7c571900b1c9d273767edaa73fb0e589857ff3e65023ea89c58aa95b084ea size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-14T22:12:29.598Z] ===================================================== [Pipeline] echo [2023-08-14T22:12:29.612Z] taggedImages: [2023-08-14T22:12:29.612Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T22:12:29.612Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-08-14T22:12:29.612Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.1.0-dev.24 [2023-08-14T22:12:29.612Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T22:12:29.612Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2023-08-14T22:12:29.641Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2023-08-14T22:12:29.641Z] 3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T22:12:29.641Z] latest [2023-08-14T22:12:29.641Z] 3.1.0-dev.24 [2023-08-14T22:12:29.641Z] 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T22:12:29.641Z] main [2023-08-14T22:12:29.641Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:12:30.005Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:12:30.336Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T22:12:30.336Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-08-14T22:12:30.336Z] fc401158161b: Preparing [2023-08-14T22:12:30.336Z] 3117b2e90e79: Preparing [2023-08-14T22:12:30.336Z] 7e6667e8b105: Preparing [2023-08-14T22:12:30.336Z] 9935b04401fb: Preparing [2023-08-14T22:12:30.336Z] 7a0813598204: Preparing [2023-08-14T22:12:30.336Z] 456a1372b1d0: Preparing [2023-08-14T22:12:30.336Z] cfaa668ce69a: Preparing [2023-08-14T22:12:30.336Z] d2d9d24a8c2a: Preparing [2023-08-14T22:12:30.336Z] 456a1372b1d0: Waiting [2023-08-14T22:12:30.336Z] cfaa668ce69a: Waiting [2023-08-14T22:12:30.336Z] d2d9d24a8c2a: Waiting [2023-08-14T22:12:30.336Z] 9935b04401fb: Layer already exists [2023-08-14T22:12:30.336Z] 7a0813598204: Layer already exists [2023-08-14T22:12:30.336Z] 456a1372b1d0: Layer already exists [2023-08-14T22:12:30.602Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:12:30.602Z] 3117b2e90e79: Pushed [2023-08-14T22:12:30.602Z] 7e6667e8b105: Pushed [2023-08-14T22:12:30.602Z] fc401158161b: Pushed [2023-08-14T22:12:31.181Z] cfaa668ce69a: Pushed [2023-08-14T22:12:33.113Z] 3451b7e6c986f3e69473b278945a55ce4856eec7: digest: sha256:de31d6abec1b6b284eea60fbde8e114a0439d0f5027dcefe81c99b005907c4fc size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:12:33.439Z] + 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-08-14T22:12:33.768Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-08-14T22:12:33.768Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-08-14T22:12:33.768Z] fc401158161b: Preparing [2023-08-14T22:12:33.768Z] 3117b2e90e79: Preparing [2023-08-14T22:12:33.768Z] 7e6667e8b105: Preparing [2023-08-14T22:12:33.768Z] 9935b04401fb: Preparing [2023-08-14T22:12:33.768Z] 7a0813598204: Preparing [2023-08-14T22:12:33.768Z] 456a1372b1d0: Preparing [2023-08-14T22:12:33.768Z] cfaa668ce69a: Preparing [2023-08-14T22:12:33.768Z] d2d9d24a8c2a: Preparing [2023-08-14T22:12:33.768Z] 456a1372b1d0: Waiting [2023-08-14T22:12:33.768Z] cfaa668ce69a: Waiting [2023-08-14T22:12:33.768Z] d2d9d24a8c2a: Waiting [2023-08-14T22:12:33.768Z] fc401158161b: Layer already exists [2023-08-14T22:12:33.768Z] 9935b04401fb: Layer already exists [2023-08-14T22:12:33.768Z] 7a0813598204: Layer already exists [2023-08-14T22:12:33.768Z] 7e6667e8b105: Layer already exists [2023-08-14T22:12:33.768Z] 3117b2e90e79: Layer already exists [2023-08-14T22:12:33.768Z] cfaa668ce69a: Layer already exists [2023-08-14T22:12:33.768Z] 456a1372b1d0: Layer already exists [2023-08-14T22:12:33.768Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:12:33.768Z] latest: digest: sha256:de31d6abec1b6b284eea60fbde8e114a0439d0f5027dcefe81c99b005907c4fc size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:12:34.357Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:12:34.683Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.1.0-dev.24 [2023-08-14T22:12:34.683Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-08-14T22:12:34.683Z] fc401158161b: Preparing [2023-08-14T22:12:34.683Z] 3117b2e90e79: Preparing [2023-08-14T22:12:34.683Z] 7e6667e8b105: Preparing [2023-08-14T22:12:34.683Z] 9935b04401fb: Preparing [2023-08-14T22:12:34.683Z] 7a0813598204: Preparing [2023-08-14T22:12:34.683Z] 456a1372b1d0: Preparing [2023-08-14T22:12:34.683Z] cfaa668ce69a: Preparing [2023-08-14T22:12:34.683Z] d2d9d24a8c2a: Preparing [2023-08-14T22:12:34.683Z] cfaa668ce69a: Waiting [2023-08-14T22:12:34.683Z] d2d9d24a8c2a: Waiting [2023-08-14T22:12:34.683Z] 456a1372b1d0: Waiting [2023-08-14T22:12:34.683Z] 7e6667e8b105: Layer already exists [2023-08-14T22:12:34.683Z] 9935b04401fb: Layer already exists [2023-08-14T22:12:34.683Z] fc401158161b: Layer already exists [2023-08-14T22:12:34.683Z] 3117b2e90e79: Layer already exists [2023-08-14T22:12:34.683Z] 7a0813598204: Layer already exists [2023-08-14T22:12:34.683Z] 456a1372b1d0: Layer already exists [2023-08-14T22:12:34.683Z] cfaa668ce69a: Layer already exists [2023-08-14T22:12:34.683Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:12:34.683Z] 3.1.0-dev.24: digest: sha256:de31d6abec1b6b284eea60fbde8e114a0439d0f5027dcefe81c99b005907c4fc size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:12:35.278Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:12:35.598Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T22:12:35.598Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-08-14T22:12:35.598Z] fc401158161b: Preparing [2023-08-14T22:12:35.598Z] 3117b2e90e79: Preparing [2023-08-14T22:12:35.598Z] 7e6667e8b105: Preparing [2023-08-14T22:12:35.598Z] 9935b04401fb: Preparing [2023-08-14T22:12:35.598Z] 7a0813598204: Preparing [2023-08-14T22:12:35.598Z] 456a1372b1d0: Preparing [2023-08-14T22:12:35.598Z] cfaa668ce69a: Preparing [2023-08-14T22:12:35.598Z] d2d9d24a8c2a: Preparing [2023-08-14T22:12:35.598Z] cfaa668ce69a: Waiting [2023-08-14T22:12:35.598Z] d2d9d24a8c2a: Waiting [2023-08-14T22:12:35.598Z] 456a1372b1d0: Waiting [2023-08-14T22:12:35.598Z] 7a0813598204: Layer already exists [2023-08-14T22:12:35.598Z] 3117b2e90e79: Layer already exists [2023-08-14T22:12:35.598Z] fc401158161b: Layer already exists [2023-08-14T22:12:35.598Z] 9935b04401fb: Layer already exists [2023-08-14T22:12:35.598Z] 7e6667e8b105: Layer already exists [2023-08-14T22:12:35.598Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:12:35.598Z] cfaa668ce69a: Layer already exists [2023-08-14T22:12:35.598Z] 456a1372b1d0: Layer already exists [2023-08-14T22:12:35.598Z] 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24: digest: sha256:de31d6abec1b6b284eea60fbde8e114a0439d0f5027dcefe81c99b005907c4fc size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:12:35.924Z] + 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-08-14T22:12:36.260Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2023-08-14T22:12:36.260Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-08-14T22:12:36.260Z] fc401158161b: Preparing [2023-08-14T22:12:36.260Z] 3117b2e90e79: Preparing [2023-08-14T22:12:36.260Z] 7e6667e8b105: Preparing [2023-08-14T22:12:36.260Z] 9935b04401fb: Preparing [2023-08-14T22:12:36.260Z] 7a0813598204: Preparing [2023-08-14T22:12:36.260Z] 456a1372b1d0: Preparing [2023-08-14T22:12:36.260Z] cfaa668ce69a: Preparing [2023-08-14T22:12:36.260Z] d2d9d24a8c2a: Preparing [2023-08-14T22:12:36.260Z] cfaa668ce69a: Waiting [2023-08-14T22:12:36.260Z] d2d9d24a8c2a: Waiting [2023-08-14T22:12:36.260Z] 456a1372b1d0: Waiting [2023-08-14T22:12:36.260Z] 9935b04401fb: Layer already exists [2023-08-14T22:12:36.260Z] 7e6667e8b105: Layer already exists [2023-08-14T22:12:36.260Z] fc401158161b: Layer already exists [2023-08-14T22:12:36.260Z] 3117b2e90e79: Layer already exists [2023-08-14T22:12:36.260Z] 7a0813598204: Layer already exists [2023-08-14T22:12:36.260Z] cfaa668ce69a: Layer already exists [2023-08-14T22:12:36.260Z] 456a1372b1d0: Layer already exists [2023-08-14T22:12:36.260Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:12:36.260Z] main: digest: sha256:de31d6abec1b6b284eea60fbde8e114a0439d0f5027dcefe81c99b005907c4fc size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-14T22:12:36.569Z] ===================================================== [Pipeline] echo [2023-08-14T22:12:36.580Z] taggedImages: [2023-08-14T22:12:36.580Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T22:12:36.580Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-08-14T22:12:36.580Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.1.0-dev.24 [2023-08-14T22:12:36.580Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T22:12:36.580Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2023-08-14T22:12:36.600Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2023-08-14T22:12:36.600Z] 3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T22:12:36.600Z] latest [2023-08-14T22:12:36.600Z] 3.1.0-dev.24 [2023-08-14T22:12:36.600Z] 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T22:12:36.600Z] main [2023-08-14T22:12:36.600Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:12:36.921Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:12:37.245Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T22:12:37.246Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-08-14T22:12:37.246Z] 037fa769b0c3: Preparing [2023-08-14T22:12:37.246Z] e67c8d6be474: Preparing [2023-08-14T22:12:37.246Z] b13543a5590e: Preparing [2023-08-14T22:12:37.246Z] f9b3b9411271: Preparing [2023-08-14T22:12:37.246Z] 7a0813598204: Preparing [2023-08-14T22:12:37.246Z] 456a1372b1d0: Preparing [2023-08-14T22:12:37.246Z] 9aa12b6b2ccc: Preparing [2023-08-14T22:12:37.246Z] d2d9d24a8c2a: Preparing [2023-08-14T22:12:37.246Z] 456a1372b1d0: Waiting [2023-08-14T22:12:37.246Z] 9aa12b6b2ccc: Waiting [2023-08-14T22:12:37.246Z] d2d9d24a8c2a: Waiting [2023-08-14T22:12:37.246Z] 7a0813598204: Layer already exists [2023-08-14T22:12:37.511Z] 456a1372b1d0: Layer already exists [2023-08-14T22:12:37.511Z] 9aa12b6b2ccc: Layer already exists [2023-08-14T22:12:37.511Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:12:37.511Z] b13543a5590e: Pushed [2023-08-14T22:12:37.511Z] e67c8d6be474: Pushed [2023-08-14T22:12:37.511Z] 037fa769b0c3: Pushed [2023-08-14T22:12:55.687Z] f9b3b9411271: Pushed [2023-08-14T22:12:55.687Z] 3451b7e6c986f3e69473b278945a55ce4856eec7: digest: sha256:20f9ed082e075fc420adb03225c9a1f203960e1604cd86515cd76f82140d5424 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:12:56.101Z] + 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-08-14T22:12:56.431Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-08-14T22:12:56.431Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-08-14T22:12:56.431Z] 037fa769b0c3: Preparing [2023-08-14T22:12:56.431Z] e67c8d6be474: Preparing [2023-08-14T22:12:56.431Z] b13543a5590e: Preparing [2023-08-14T22:12:56.431Z] f9b3b9411271: Preparing [2023-08-14T22:12:56.431Z] 7a0813598204: Preparing [2023-08-14T22:12:56.431Z] 456a1372b1d0: Preparing [2023-08-14T22:12:56.431Z] 9aa12b6b2ccc: Preparing [2023-08-14T22:12:56.431Z] d2d9d24a8c2a: Preparing [2023-08-14T22:12:56.431Z] 456a1372b1d0: Waiting [2023-08-14T22:12:56.431Z] 9aa12b6b2ccc: Waiting [2023-08-14T22:12:56.431Z] d2d9d24a8c2a: Waiting [2023-08-14T22:12:56.431Z] b13543a5590e: Layer already exists [2023-08-14T22:12:56.431Z] e67c8d6be474: Layer already exists [2023-08-14T22:12:56.431Z] 7a0813598204: Layer already exists [2023-08-14T22:12:56.431Z] f9b3b9411271: Layer already exists [2023-08-14T22:12:56.431Z] 037fa769b0c3: Layer already exists [2023-08-14T22:12:56.431Z] 9aa12b6b2ccc: Layer already exists [2023-08-14T22:12:56.431Z] 456a1372b1d0: Layer already exists [2023-08-14T22:12:56.431Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:12:56.695Z] latest: digest: sha256:20f9ed082e075fc420adb03225c9a1f203960e1604cd86515cd76f82140d5424 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:12:57.031Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:12:57.362Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.1.0-dev.24 [2023-08-14T22:12:57.363Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-08-14T22:12:57.363Z] 037fa769b0c3: Preparing [2023-08-14T22:12:57.363Z] e67c8d6be474: Preparing [2023-08-14T22:12:57.363Z] b13543a5590e: Preparing [2023-08-14T22:12:57.363Z] f9b3b9411271: Preparing [2023-08-14T22:12:57.363Z] 7a0813598204: Preparing [2023-08-14T22:12:57.363Z] 456a1372b1d0: Preparing [2023-08-14T22:12:57.363Z] 9aa12b6b2ccc: Preparing [2023-08-14T22:12:57.363Z] d2d9d24a8c2a: Preparing [2023-08-14T22:12:57.363Z] 456a1372b1d0: Waiting [2023-08-14T22:12:57.363Z] 9aa12b6b2ccc: Waiting [2023-08-14T22:12:57.363Z] d2d9d24a8c2a: Waiting [2023-08-14T22:12:57.363Z] 7a0813598204: Layer already exists [2023-08-14T22:12:57.363Z] f9b3b9411271: Layer already exists [2023-08-14T22:12:57.363Z] b13543a5590e: Layer already exists [2023-08-14T22:12:57.363Z] e67c8d6be474: Layer already exists [2023-08-14T22:12:57.363Z] 037fa769b0c3: Layer already exists [2023-08-14T22:12:57.363Z] 9aa12b6b2ccc: Layer already exists [2023-08-14T22:12:57.363Z] 456a1372b1d0: Layer already exists [2023-08-14T22:12:57.363Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:12:57.363Z] 3.1.0-dev.24: digest: sha256:20f9ed082e075fc420adb03225c9a1f203960e1604cd86515cd76f82140d5424 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:12:57.697Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:12:59.424Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T22:12:59.424Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-08-14T22:12:59.424Z] 037fa769b0c3: Preparing [2023-08-14T22:12:59.424Z] e67c8d6be474: Preparing [2023-08-14T22:12:59.424Z] b13543a5590e: Preparing [2023-08-14T22:12:59.424Z] f9b3b9411271: Preparing [2023-08-14T22:12:59.424Z] 7a0813598204: Preparing [2023-08-14T22:12:59.424Z] 456a1372b1d0: Preparing [2023-08-14T22:12:59.424Z] 9aa12b6b2ccc: Preparing [2023-08-14T22:12:59.424Z] d2d9d24a8c2a: Preparing [2023-08-14T22:12:59.424Z] 9aa12b6b2ccc: Waiting [2023-08-14T22:12:59.424Z] d2d9d24a8c2a: Waiting [2023-08-14T22:12:59.424Z] 456a1372b1d0: Waiting [2023-08-14T22:12:59.424Z] 7a0813598204: Layer already exists [2023-08-14T22:12:59.424Z] b13543a5590e: Layer already exists [2023-08-14T22:12:59.424Z] f9b3b9411271: Layer already exists [2023-08-14T22:12:59.424Z] 037fa769b0c3: Layer already exists [2023-08-14T22:12:59.424Z] e67c8d6be474: Layer already exists [2023-08-14T22:12:59.424Z] 9aa12b6b2ccc: Layer already exists [2023-08-14T22:12:59.424Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:12:59.424Z] 456a1372b1d0: Layer already exists [2023-08-14T22:12:59.424Z] 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24: digest: sha256:20f9ed082e075fc420adb03225c9a1f203960e1604cd86515cd76f82140d5424 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:13:00.025Z] + 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-08-14T22:13:00.357Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2023-08-14T22:13:00.357Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-08-14T22:13:00.357Z] 037fa769b0c3: Preparing [2023-08-14T22:13:00.357Z] e67c8d6be474: Preparing [2023-08-14T22:13:00.357Z] b13543a5590e: Preparing [2023-08-14T22:13:00.357Z] f9b3b9411271: Preparing [2023-08-14T22:13:00.357Z] 7a0813598204: Preparing [2023-08-14T22:13:00.357Z] 456a1372b1d0: Preparing [2023-08-14T22:13:00.357Z] 9aa12b6b2ccc: Preparing [2023-08-14T22:13:00.357Z] d2d9d24a8c2a: Preparing [2023-08-14T22:13:00.357Z] 9aa12b6b2ccc: Waiting [2023-08-14T22:13:00.357Z] d2d9d24a8c2a: Waiting [2023-08-14T22:13:00.357Z] 456a1372b1d0: Waiting [2023-08-14T22:13:00.357Z] 7a0813598204: Layer already exists [2023-08-14T22:13:00.357Z] b13543a5590e: Layer already exists [2023-08-14T22:13:00.357Z] e67c8d6be474: Layer already exists [2023-08-14T22:13:00.357Z] 037fa769b0c3: Layer already exists [2023-08-14T22:13:00.357Z] f9b3b9411271: Layer already exists [2023-08-14T22:13:00.357Z] 9aa12b6b2ccc: Layer already exists [2023-08-14T22:13:00.357Z] 456a1372b1d0: Layer already exists [2023-08-14T22:13:00.357Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:13:00.357Z] main: digest: sha256:20f9ed082e075fc420adb03225c9a1f203960e1604cd86515cd76f82140d5424 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-14T22:13:00.396Z] ===================================================== [Pipeline] echo [2023-08-14T22:13:00.403Z] taggedImages: [2023-08-14T22:13:00.403Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T22:13:00.403Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-08-14T22:13:00.403Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.1.0-dev.24 [2023-08-14T22:13:00.403Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T22:13:00.403Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2023-08-14T22:13:00.475Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2023-08-14T22:13:00.475Z] 3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T22:13:00.475Z] latest [2023-08-14T22:13:00.475Z] 3.1.0-dev.24 [2023-08-14T22:13:00.475Z] 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T22:13:00.475Z] main [2023-08-14T22:13:00.475Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:13:00.855Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:13:01.194Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T22:13:01.195Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-08-14T22:13:01.195Z] 6a188b15f0ec: Preparing [2023-08-14T22:13:01.195Z] 96d25c0ab642: Preparing [2023-08-14T22:13:01.195Z] 7a0813598204: Preparing [2023-08-14T22:13:01.195Z] 456a1372b1d0: Preparing [2023-08-14T22:13:01.195Z] d1c245b43dca: Preparing [2023-08-14T22:13:01.195Z] d2d9d24a8c2a: Preparing [2023-08-14T22:13:01.195Z] d2d9d24a8c2a: Waiting [2023-08-14T22:13:01.195Z] 456a1372b1d0: Layer already exists [2023-08-14T22:13:01.459Z] 7a0813598204: Layer already exists [2023-08-14T22:13:01.459Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:13:01.459Z] 6a188b15f0ec: Pushed [2023-08-14T22:13:01.723Z] d1c245b43dca: Pushed [2023-08-14T22:13:07.040Z] 96d25c0ab642: Pushed [2023-08-14T22:13:07.304Z] 3451b7e6c986f3e69473b278945a55ce4856eec7: digest: sha256:81e45ae42fd9d93b3f466803384d95ecfdd83d114db7f9a1f5a6082bf6685be2 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:13:07.640Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:13:07.969Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-08-14T22:13:07.970Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-08-14T22:13:07.970Z] 6a188b15f0ec: Preparing [2023-08-14T22:13:07.970Z] 96d25c0ab642: Preparing [2023-08-14T22:13:07.970Z] 7a0813598204: Preparing [2023-08-14T22:13:07.970Z] 456a1372b1d0: Preparing [2023-08-14T22:13:07.970Z] d1c245b43dca: Preparing [2023-08-14T22:13:07.970Z] d2d9d24a8c2a: Preparing [2023-08-14T22:13:07.970Z] d2d9d24a8c2a: Waiting [2023-08-14T22:13:07.970Z] 6a188b15f0ec: Layer already exists [2023-08-14T22:13:07.970Z] 7a0813598204: Layer already exists [2023-08-14T22:13:07.970Z] 96d25c0ab642: Layer already exists [2023-08-14T22:13:07.970Z] 456a1372b1d0: Layer already exists [2023-08-14T22:13:07.970Z] d1c245b43dca: Layer already exists [2023-08-14T22:13:07.970Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:13:07.970Z] latest: digest: sha256:81e45ae42fd9d93b3f466803384d95ecfdd83d114db7f9a1f5a6082bf6685be2 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:13:08.297Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:13:08.622Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.1.0-dev.24 [2023-08-14T22:13:08.622Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-08-14T22:13:08.622Z] 6a188b15f0ec: Preparing [2023-08-14T22:13:08.622Z] 96d25c0ab642: Preparing [2023-08-14T22:13:08.622Z] 7a0813598204: Preparing [2023-08-14T22:13:08.622Z] 456a1372b1d0: Preparing [2023-08-14T22:13:08.622Z] d1c245b43dca: Preparing [2023-08-14T22:13:08.622Z] d2d9d24a8c2a: Preparing [2023-08-14T22:13:08.622Z] d2d9d24a8c2a: Waiting [2023-08-14T22:13:08.622Z] d1c245b43dca: Layer already exists [2023-08-14T22:13:08.622Z] 96d25c0ab642: Layer already exists [2023-08-14T22:13:08.622Z] 7a0813598204: Layer already exists [2023-08-14T22:13:08.622Z] 456a1372b1d0: Layer already exists [2023-08-14T22:13:08.622Z] 6a188b15f0ec: Layer already exists [2023-08-14T22:13:08.622Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:13:08.622Z] 3.1.0-dev.24: digest: sha256:81e45ae42fd9d93b3f466803384d95ecfdd83d114db7f9a1f5a6082bf6685be2 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:13:09.212Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:13:09.541Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T22:13:09.541Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-08-14T22:13:09.541Z] 6a188b15f0ec: Preparing [2023-08-14T22:13:09.541Z] 96d25c0ab642: Preparing [2023-08-14T22:13:09.541Z] 7a0813598204: Preparing [2023-08-14T22:13:09.541Z] 456a1372b1d0: Preparing [2023-08-14T22:13:09.541Z] d1c245b43dca: Preparing [2023-08-14T22:13:09.541Z] d2d9d24a8c2a: Preparing [2023-08-14T22:13:09.541Z] d2d9d24a8c2a: Waiting [2023-08-14T22:13:09.541Z] 96d25c0ab642: Layer already exists [2023-08-14T22:13:09.541Z] 7a0813598204: Layer already exists [2023-08-14T22:13:09.541Z] d1c245b43dca: Layer already exists [2023-08-14T22:13:09.541Z] 456a1372b1d0: Layer already exists [2023-08-14T22:13:09.541Z] 6a188b15f0ec: Layer already exists [2023-08-14T22:13:09.541Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:13:09.541Z] 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24: digest: sha256:81e45ae42fd9d93b3f466803384d95ecfdd83d114db7f9a1f5a6082bf6685be2 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:13:09.867Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:13:10.190Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2023-08-14T22:13:10.190Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-08-14T22:13:10.190Z] 6a188b15f0ec: Preparing [2023-08-14T22:13:10.190Z] 96d25c0ab642: Preparing [2023-08-14T22:13:10.190Z] 7a0813598204: Preparing [2023-08-14T22:13:10.190Z] 456a1372b1d0: Preparing [2023-08-14T22:13:10.190Z] d1c245b43dca: Preparing [2023-08-14T22:13:10.190Z] d2d9d24a8c2a: Preparing [2023-08-14T22:13:10.191Z] d2d9d24a8c2a: Waiting [2023-08-14T22:13:10.191Z] 96d25c0ab642: Layer already exists [2023-08-14T22:13:10.191Z] 456a1372b1d0: Layer already exists [2023-08-14T22:13:10.191Z] 7a0813598204: Layer already exists [2023-08-14T22:13:10.191Z] 6a188b15f0ec: Layer already exists [2023-08-14T22:13:10.191Z] d1c245b43dca: Layer already exists [2023-08-14T22:13:10.191Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:13:10.454Z] main: digest: sha256:81e45ae42fd9d93b3f466803384d95ecfdd83d114db7f9a1f5a6082bf6685be2 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-14T22:13:10.497Z] ===================================================== [Pipeline] echo [2023-08-14T22:13:10.607Z] taggedImages: [2023-08-14T22:13:10.607Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T22:13:10.607Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-08-14T22:13:10.607Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.1.0-dev.24 [2023-08-14T22:13:10.607Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T22:13:10.607Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2023-08-14T22:13:10.635Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2023-08-14T22:13:10.635Z] 3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T22:13:10.635Z] latest [2023-08-14T22:13:10.635Z] 3.1.0-dev.24 [2023-08-14T22:13:10.635Z] 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T22:13:10.635Z] main [2023-08-14T22:13:10.635Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:13:10.976Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:13:11.316Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T22:13:11.316Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-08-14T22:13:11.316Z] 12d8bdbe7cbd: Preparing [2023-08-14T22:13:11.316Z] 38230772cce5: Preparing [2023-08-14T22:13:11.316Z] 7a0813598204: Preparing [2023-08-14T22:13:11.316Z] 456a1372b1d0: Preparing [2023-08-14T22:13:11.316Z] de58f038bdd0: Preparing [2023-08-14T22:13:11.316Z] d2d9d24a8c2a: Preparing [2023-08-14T22:13:11.316Z] d2d9d24a8c2a: Waiting [2023-08-14T22:13:11.316Z] de58f038bdd0: Layer already exists [2023-08-14T22:13:11.316Z] 456a1372b1d0: Layer already exists [2023-08-14T22:13:11.316Z] 7a0813598204: Layer already exists [2023-08-14T22:13:11.316Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:13:11.581Z] 12d8bdbe7cbd: Pushed [2023-08-14T22:13:18.202Z] 38230772cce5: Pushed [2023-08-14T22:13:18.202Z] 3451b7e6c986f3e69473b278945a55ce4856eec7: digest: sha256:93dd80db396e688fe9dc03919ba0c72da7de4ee42b6b317af1732d412c732451 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:13:18.531Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:13:18.854Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-08-14T22:13:18.854Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-08-14T22:13:18.854Z] 12d8bdbe7cbd: Preparing [2023-08-14T22:13:18.854Z] 38230772cce5: Preparing [2023-08-14T22:13:18.854Z] 7a0813598204: Preparing [2023-08-14T22:13:18.854Z] 456a1372b1d0: Preparing [2023-08-14T22:13:18.854Z] de58f038bdd0: Preparing [2023-08-14T22:13:18.854Z] d2d9d24a8c2a: Preparing [2023-08-14T22:13:18.854Z] d2d9d24a8c2a: Waiting [2023-08-14T22:13:18.854Z] 7a0813598204: Layer already exists [2023-08-14T22:13:18.854Z] 38230772cce5: Layer already exists [2023-08-14T22:13:18.854Z] 12d8bdbe7cbd: Layer already exists [2023-08-14T22:13:18.854Z] 456a1372b1d0: Layer already exists [2023-08-14T22:13:18.854Z] de58f038bdd0: Layer already exists [2023-08-14T22:13:18.854Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:13:18.854Z] latest: digest: sha256:93dd80db396e688fe9dc03919ba0c72da7de4ee42b6b317af1732d412c732451 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:13:19.444Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:13:19.773Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.1.0-dev.24 [2023-08-14T22:13:19.773Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-08-14T22:13:19.773Z] 12d8bdbe7cbd: Preparing [2023-08-14T22:13:19.773Z] 38230772cce5: Preparing [2023-08-14T22:13:19.773Z] 7a0813598204: Preparing [2023-08-14T22:13:19.773Z] 456a1372b1d0: Preparing [2023-08-14T22:13:19.773Z] de58f038bdd0: Preparing [2023-08-14T22:13:19.773Z] d2d9d24a8c2a: Preparing [2023-08-14T22:13:19.773Z] d2d9d24a8c2a: Waiting [2023-08-14T22:13:19.773Z] 38230772cce5: Layer already exists [2023-08-14T22:13:19.773Z] 7a0813598204: Layer already exists [2023-08-14T22:13:19.773Z] 456a1372b1d0: Layer already exists [2023-08-14T22:13:19.773Z] 12d8bdbe7cbd: Layer already exists [2023-08-14T22:13:19.773Z] de58f038bdd0: Layer already exists [2023-08-14T22:13:19.773Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:13:19.773Z] 3.1.0-dev.24: digest: sha256:93dd80db396e688fe9dc03919ba0c72da7de4ee42b6b317af1732d412c732451 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:13:20.111Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:13:20.436Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T22:13:20.436Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-08-14T22:13:20.436Z] 12d8bdbe7cbd: Preparing [2023-08-14T22:13:20.436Z] 38230772cce5: Preparing [2023-08-14T22:13:20.436Z] 7a0813598204: Preparing [2023-08-14T22:13:20.436Z] 456a1372b1d0: Preparing [2023-08-14T22:13:20.436Z] de58f038bdd0: Preparing [2023-08-14T22:13:20.436Z] d2d9d24a8c2a: Preparing [2023-08-14T22:13:20.436Z] d2d9d24a8c2a: Waiting [2023-08-14T22:13:20.436Z] 12d8bdbe7cbd: Layer already exists [2023-08-14T22:13:20.436Z] 38230772cce5: Layer already exists [2023-08-14T22:13:20.436Z] 7a0813598204: Layer already exists [2023-08-14T22:13:20.436Z] de58f038bdd0: Layer already exists [2023-08-14T22:13:20.436Z] 456a1372b1d0: Layer already exists [2023-08-14T22:13:20.436Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:13:20.436Z] 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24: digest: sha256:93dd80db396e688fe9dc03919ba0c72da7de4ee42b6b317af1732d412c732451 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:13:21.028Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:13:21.376Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2023-08-14T22:13:21.376Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-08-14T22:13:21.376Z] 12d8bdbe7cbd: Preparing [2023-08-14T22:13:21.376Z] 38230772cce5: Preparing [2023-08-14T22:13:21.376Z] 7a0813598204: Preparing [2023-08-14T22:13:21.376Z] 456a1372b1d0: Preparing [2023-08-14T22:13:21.376Z] de58f038bdd0: Preparing [2023-08-14T22:13:21.376Z] d2d9d24a8c2a: Preparing [2023-08-14T22:13:21.376Z] 12d8bdbe7cbd: Layer already exists [2023-08-14T22:13:21.376Z] 38230772cce5: Layer already exists [2023-08-14T22:13:21.376Z] 7a0813598204: Layer already exists [2023-08-14T22:13:21.376Z] 456a1372b1d0: Layer already exists [2023-08-14T22:13:21.376Z] de58f038bdd0: Layer already exists [2023-08-14T22:13:21.376Z] d2d9d24a8c2a: Layer already exists [2023-08-14T22:13:21.376Z] main: digest: sha256:93dd80db396e688fe9dc03919ba0c72da7de4ee42b6b317af1732d412c732451 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-08-14T22:13:21.700Z] ===================================================== [Pipeline] echo [2023-08-14T22:13:21.706Z] taggedImages: [2023-08-14T22:13:21.706Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 [2023-08-14T22:13:21.706Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-08-14T22:13:21.706Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.1.0-dev.24 [2023-08-14T22:13:21.706Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [2023-08-14T22:13:21.706Z] - 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-08-14T22:13:22.075Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-14T22:13:22.075Z] [2023-08-14T22:13:22.075Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:13:22.412Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-14T22:13:22.412Z] arm64: Pulling from edgex-lftools-log-publisher [2023-08-14T22:13:22.412Z] 8998bd30e6a1: Pulling fs layer [2023-08-14T22:13:22.412Z] 04944245beec: Pulling fs layer [2023-08-14T22:13:22.412Z] 699f458cf7ca: Pulling fs layer [2023-08-14T22:13:22.412Z] 765212b225bb: Pulling fs layer [2023-08-14T22:13:22.412Z] f23df028b6ca: Pulling fs layer [2023-08-14T22:13:22.412Z] d65c8cfc05b1: Pulling fs layer [2023-08-14T22:13:22.412Z] 2437ff75d9bd: Pulling fs layer [2023-08-14T22:13:22.412Z] 765212b225bb: Waiting [2023-08-14T22:13:22.412Z] f23df028b6ca: Waiting [2023-08-14T22:13:22.412Z] d65c8cfc05b1: Waiting [2023-08-14T22:13:22.412Z] 2437ff75d9bd: Waiting [2023-08-14T22:13:22.696Z] 04944245beec: Verifying Checksum [2023-08-14T22:13:22.696Z] 04944245beec: Download complete [2023-08-14T22:13:22.696Z] 765212b225bb: Verifying Checksum [2023-08-14T22:13:22.696Z] 765212b225bb: Download complete [2023-08-14T22:13:22.696Z] f23df028b6ca: Verifying Checksum [2023-08-14T22:13:22.696Z] f23df028b6ca: Download complete [2023-08-14T22:13:22.696Z] d65c8cfc05b1: Verifying Checksum [2023-08-14T22:13:22.696Z] d65c8cfc05b1: Download complete [2023-08-14T22:13:22.696Z] 699f458cf7ca: Verifying Checksum [2023-08-14T22:13:22.696Z] 699f458cf7ca: Download complete [2023-08-14T22:13:23.284Z] 8998bd30e6a1: Verifying Checksum [2023-08-14T22:13:23.284Z] 8998bd30e6a1: Download complete [2023-08-14T22:13:25.232Z] 2437ff75d9bd: Verifying Checksum [2023-08-14T22:13:25.232Z] 2437ff75d9bd: Download complete [2023-08-14T22:13:27.170Z] 8998bd30e6a1: Pull complete [2023-08-14T22:13:27.437Z] 04944245beec: Pull complete [2023-08-14T22:13:28.839Z] 699f458cf7ca: Pull complete [2023-08-14T22:13:29.103Z] 765212b225bb: Pull complete [2023-08-14T22:13:29.682Z] f23df028b6ca: Pull complete [2023-08-14T22:13:29.946Z] d65c8cfc05b1: Pull complete [2023-08-14T22:13:44.927Z] 2437ff75d9bd: Pull complete [2023-08-14T22:13:44.927Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-08-14T22:13:44.927Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-14T22:13:44.927Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T22:13:45.110Z] prd-ubuntu20.04-docker-arm64-4c-16g-3579 does not seem to be running inside a container [2023-08-14T22:13:45.158Z] $ 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/558 -v /w/workspace/edgex-go/558:/w/workspace/edgex-go/558:rw,z -v /w/workspace/edgex-go/558@tmp:/w/workspace/edgex-go/558@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-08-14T22:13:47.821Z] $ docker top 1ad2d869ad62947db8976405b14773b2a58e3fbdfb1f33b854ec19ab1ea8f601 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-14T22:13:48.378Z] ---> job-cost.sh [2023-08-14T22:13:48.641Z] lf-activate-venv: SKIPPING [2023-08-14T22:13:48.641Z] INFO: No Stack... [2023-08-14T22:13:49.218Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-08-14T22:13:49.799Z] INFO: Archiving Costs [Pipeline] sh [2023-08-14T22:13:50.426Z] + cat /w/workspace/edgex-go/558/archives/cost.csv [2023-08-14T22:13:50.426Z] + cut -d, -f6 [Pipeline] lock [2023-08-14T22:13:50.492Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-558-stack-cost] [2023-08-14T22:13:50.500Z] Resource [jenkins-edgexfoundry-edgex-go-main-558-stack-cost] did not exist. Created. [2023-08-14T22:13:50.500Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-main-558-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-08-14T22:13:50.826Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-08-14T22:13:51.393Z] Stashed 1 file(s) [Pipeline] } [2023-08-14T22:13:51.401Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-main-558-stack-cost] [Pipeline] // lock [Pipeline] } [2023-08-14T22:13:51.415Z] $ docker stop --time=1 1ad2d869ad62947db8976405b14773b2a58e3fbdfb1f33b854ec19ab1ea8f601 [2023-08-14T22:13:52.897Z] $ docker rm -f --volumes 1ad2d869ad62947db8976405b14773b2a58e3fbdfb1f33b854ec19ab1ea8f601 [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-08-14T22:13:53.368Z] provisioning config files... [2023-08-14T22:13:53.377Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/558@tmp/config5790639707137739982tmp [Pipeline] { [Pipeline] sh [2023-08-14T22:13:53.665Z] + set +x [2023-08-14T22:13:53.665Z] + curl -s https://codecov.io/bash [2023-08-14T22:13:53.665Z] + bash -s -- [2023-08-14T22:13:53.665Z] [2023-08-14T22:13:53.665Z] _____ _ [2023-08-14T22:13:53.665Z] / ____| | | [2023-08-14T22:13:53.665Z] | | ___ __| | ___ ___ _____ __ [2023-08-14T22:13:53.665Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-08-14T22:13:53.665Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-08-14T22:13:53.665Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-08-14T22:13:53.665Z] Bash-1.0.6 [2023-08-14T22:13:53.665Z] [2023-08-14T22:13:53.665Z] [2023-08-14T22:13:53.665Z] ==> git version 2.25.1 found [2023-08-14T22:13:53.665Z] ==> 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-08-14T22:13:53.665Z] Release-Date: 2020-01-08 [2023-08-14T22:13:53.665Z] 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-08-14T22:13:53.665Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-08-14T22:13:53.665Z] ==> Jenkins CI detected. [2023-08-14T22:13:53.665Z] current dir:  /w/workspace/edgex-go/558 [2023-08-14T22:13:53.665Z] project root: . [2023-08-14T22:13:53.665Z] --> token set from env [2023-08-14T22:13:53.665Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-08-14T22:13:53.665Z] ==> Running gcov in . (disable via -X gcov) [2023-08-14T22:13:53.665Z] ==> Python coveragepy not found [2023-08-14T22:13:53.665Z] ==> Searching for coverage reports in: [2023-08-14T22:13:53.665Z] + . [2023-08-14T22:13:53.665Z] -> Found 1 reports [2023-08-14T22:13:53.665Z] ==> Detecting git/mercurial file structure [2023-08-14T22:13:53.665Z] ==> Reading reports [2023-08-14T22:13:53.924Z] + ./coverage.out bytes=446997 [2023-08-14T22:13:53.924Z] ==> Appending adjustments [2023-08-14T22:13:53.924Z] https://docs.codecov.io/docs/fixing-reports [2023-08-14T22:13:54.858Z] + Found adjustments [2023-08-14T22:13:54.858Z] ==> Gzipping contents [2023-08-14T22:13:54.858Z] 60K /tmp/codecov.KiBye5.gz [2023-08-14T22:13:54.858Z] ==> Uploading reports [2023-08-14T22:13:54.858Z] url: https://codecov.io [2023-08-14T22:13:54.858Z] query: branch=main&commit=3451b7e6c986f3e69473b278945a55ce4856eec7&build=558&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F558%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-08-14T22:13:54.858Z] -> Pinging Codecov [2023-08-14T22:13:54.858Z] 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=3451b7e6c986f3e69473b278945a55ce4856eec7&build=558&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F558%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-08-14T22:13:55.117Z] -> Uploading to [2023-08-14T22:13:55.117Z] https://storage.googleapis.com/codecov/v4/raw/2023-08-14/00271124DB129430A58F1EEE437C3FCB/3451b7e6c986f3e69473b278945a55ce4856eec7/3faf9d16-616c-4434-b991-4ac626d6a28a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230814%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230814T221354Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0cfae47c05197b716d33c1115ee7aa481cc25e2fd5daec7703a782e6aae1d82c [2023-08-14T22:13:55.117Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-08-14T22:13:55.117Z] Dload Upload Total Spent Left Speed [2023-08-14T22:13:55.378Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57375 0 0 100 57375 0 274k --:--:-- --:--:-- --:--:-- 274k [2023-08-14T22:13:55.378Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/3451b7e6c986f3e69473b278945a55ce4856eec7 [Pipeline] } [2023-08-14T22:13:55.386Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2023-08-14T22:13:55.495Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-08-14T22:13:55.505Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:13:55.801Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-08-14T22:13:55.801Z] [2023-08-14T22:13:55.801Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:13:56.100Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-08-14T22:13:56.100Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-08-14T22:13:56.100Z] df9b9388f04a: Pulling fs layer [2023-08-14T22:13:56.100Z] 52dc419b0ee2: Pulling fs layer [2023-08-14T22:13:56.100Z] 25bc292e5bac: Pulling fs layer [2023-08-14T22:13:56.100Z] 114826534d7a: Pulling fs layer [2023-08-14T22:13:56.100Z] 4657fd5d0bcf: Pulling fs layer [2023-08-14T22:13:56.100Z] 6ad1cebc031e: Pulling fs layer [2023-08-14T22:13:56.100Z] 8a3aa393b2d8: Pulling fs layer [2023-08-14T22:13:56.100Z] 4657fd5d0bcf: Waiting [2023-08-14T22:13:56.100Z] 6ad1cebc031e: Waiting [2023-08-14T22:13:56.100Z] 8a3aa393b2d8: Waiting [2023-08-14T22:13:56.100Z] 25bc292e5bac: Verifying Checksum [2023-08-14T22:13:56.100Z] 25bc292e5bac: Download complete [2023-08-14T22:13:56.100Z] 52dc419b0ee2: Verifying Checksum [2023-08-14T22:13:56.100Z] 52dc419b0ee2: Download complete [2023-08-14T22:13:56.100Z] 4657fd5d0bcf: Download complete [2023-08-14T22:13:56.382Z] df9b9388f04a: Download complete [2023-08-14T22:13:56.382Z] 6ad1cebc031e: Verifying Checksum [2023-08-14T22:13:56.382Z] 6ad1cebc031e: Download complete [2023-08-14T22:13:56.382Z] df9b9388f04a: Pull complete [2023-08-14T22:13:56.643Z] 52dc419b0ee2: Pull complete [2023-08-14T22:13:56.643Z] 25bc292e5bac: Pull complete [2023-08-14T22:13:56.903Z] 114826534d7a: Verifying Checksum [2023-08-14T22:13:56.903Z] 114826534d7a: Download complete [2023-08-14T22:13:57.161Z] 8a3aa393b2d8: Verifying Checksum [2023-08-14T22:13:57.161Z] 8a3aa393b2d8: Download complete [2023-08-14T22:14:00.440Z] 114826534d7a: Pull complete [2023-08-14T22:14:00.440Z] 4657fd5d0bcf: Pull complete [2023-08-14T22:14:00.698Z] 6ad1cebc031e: Pull complete [2023-08-14T22:14:03.233Z] 8a3aa393b2d8: Pull complete [2023-08-14T22:14:03.233Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-08-14T22:14:03.233Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-08-14T22:14:03.233Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T22:14:03.316Z] prd-ubuntu20.04-docker-8c-8g-3574 does not seem to be running inside a container [2023-08-14T22:14:03.346Z] $ 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/558 -v /w/workspace/edgex-go/558:/w/workspace/edgex-go/558:rw,z -v /w/workspace/edgex-go/558@tmp:/w/workspace/edgex-go/558@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-08-14T22:14:10.806Z] $ docker top 0c422ddbbbb566a73ce08531c2500e0acbdaf2fab2f3260964fa30a73f4c9659 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-08-14T22:14:10.870Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2023-08-14T22:14:11.147Z] + set -o pipefail [2023-08-14T22:14:11.147Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2023-08-14T22:14:17.723Z] [2023-08-14T22:14:17.723Z] Monitoring /w/workspace/edgex-go/558 (github.com/edgexfoundry/edgex-go)... [2023-08-14T22:14:17.723Z] [2023-08-14T22:14:17.723Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/a619e3ec-47d6-4df3-bd66-bd42f0cae21f [2023-08-14T22:14:17.723Z] [2023-08-14T22:14:17.723Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-08-14T22:14:17.723Z] [2023-08-14T22:14:17.723Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-08-14T22:14:17.723Z] [2023-08-14T22:14:17.723Z] [2023-08-14T22:14:17.723Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-08-14T22:14:17.723Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-08-14T22:14:17.723Z] More details here: https://snyk.co/ue1NS [2023-08-14T22:14:17.723Z] You have reached your monthly limit of 401 private tests for your edgex-jenkins org. [2023-08-14T22:14:17.723Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2023-08-14T22:14:17.729Z] $ docker stop --time=1 0c422ddbbbb566a73ce08531c2500e0acbdaf2fab2f3260964fa30a73f4c9659 [2023-08-14T22:14:23.671Z] $ docker rm -f --volumes 0c422ddbbbb566a73ce08531c2500e0acbdaf2fab2f3260964fa30a73f4c9659 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2023-08-14T22:14:24.035Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-14T22:14:24.053Z] provisioning config files... [2023-08-14T22:14:24.060Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/558@tmp/config11694549127116998916tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-14T22:14:24.353Z] --> edgex-publish-swagger.sh [2023-08-14T22:14:24.353Z] === Publish openapi/v3 API === [2023-08-14T22:14:24.353Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2023-08-14T22:14:24.353Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/558/openapi/v3/core-command.yaml] [2023-08-14T22:14:24.353Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-08-14T22:14:24.353Z] Dload Upload Total Spent Left Speed [2023-08-14T22:14:24.612Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29572 0 0 100 29572 0 68932 --:--:-- --:--:-- --:--:-- 68772 [2023-08-14T22:14:24.612Z] [2023-08-14T22:14:24.612Z] [2023-08-14T22:14:24.612Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/558/openapi/v3/core-data.yaml] [2023-08-14T22:14:24.612Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-08-14T22:14:24.612Z] Dload Upload Total Spent Left Speed [2023-08-14T22:14:25.181Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 69110 0 0 100 69110 0 156k --:--:-- --:--:-- --:--:-- 156k [2023-08-14T22:14:25.181Z] [2023-08-14T22:14:25.181Z] [2023-08-14T22:14:25.181Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/558/openapi/v3/core-metadata.yaml] [2023-08-14T22:14:25.181Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-08-14T22:14:25.181Z] Dload Upload Total Spent Left Speed [2023-08-14T22:14:25.701Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 141k 0 0 100 141k 0 702k --:--:-- --:--:-- --:--:-- 698k 100 141k 0 0 100 141k 0 284k --:--:-- --:--:-- --:--:-- 284k [2023-08-14T22:14:25.701Z] [2023-08-14T22:14:25.701Z] [2023-08-14T22:14:25.701Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/558/openapi/v3/support-notifications.yaml] [2023-08-14T22:14:25.701Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-08-14T22:14:25.701Z] Dload Upload Total Spent Left Speed [2023-08-14T22:14:26.268Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86965 0 0 100 86965 0 151k --:--:-- --:--:-- --:--:-- 151k [2023-08-14T22:14:26.268Z] [2023-08-14T22:14:26.268Z] [2023-08-14T22:14:26.268Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/558/openapi/v3/support-scheduler.yaml] [2023-08-14T22:14:26.268Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-08-14T22:14:26.268Z] Dload Upload Total Spent Left Speed [2023-08-14T22:14:26.525Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 34356 0 0 100 34356 0 165k --:--:-- --:--:-- --:--:-- 164k 100 34356 0 0 100 34356 0 84205 --:--:-- --:--:-- --:--:-- 84000 [2023-08-14T22:14:26.525Z] [2023-08-14T22:14:26.525Z] [Pipeline] } [2023-08-14T22:14:26.531Z] 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-08-14T22:14:26.925Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-14T22:14:26.925Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:14:27.229Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-14T22:14:27.229Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T22:14:27.297Z] prd-ubuntu20.04-docker-8c-8g-3574 does not seem to be running inside a container [2023-08-14T22:14:27.323Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/558 -v /w/workspace/edgex-go/558:/w/workspace/edgex-go/558:rw,z -v /w/workspace/edgex-go/558@tmp:/w/workspace/edgex-go/558@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-08-14T22:14:27.948Z] $ docker top 1cc57e4d4e306da077882c1e3f3da6a003b2dd8e7d0b2f79e0d71ffbd37bbfa8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-14T22:14:28.035Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-14T22:14:28.035Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-14T22:14:28.146Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-14T22:14:28.144Z] $ docker exec 1cc57e4d4e306da077882c1e3f3da6a003b2dd8e7d0b2f79e0d71ffbd37bbfa8 ssh-agent [2023-08-14T22:14:28.258Z] SSH_AUTH_SOCK=/tmp/ssh-sG3EC4gq5mhG/agent.34 [2023-08-14T22:14:28.258Z] SSH_AGENT_PID=40 [2023-08-14T22:14:28.262Z] Running ssh-add (command line suppressed) [2023-08-14T22:14:28.362Z] Identity added: /w/workspace/edgex-go/558@tmp/private_key_15002243870308342998.key (/w/workspace/edgex-go/558@tmp/private_key_15002243870308342998.key) [2023-08-14T22:14:28.380Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-14T22:14:28.675Z] + git semver tag [2023-08-14T22:14:28.935Z] 2023-08-14 22:14:28,842 [run_tag] DEBUG tag force:False [2023-08-14T22:14:28.935Z] 2023-08-14 22:14:28,842 [check_head_tag] DEBUG check head tag [2023-08-14T22:14:28.935Z] 2023-08-14 22:14:28,843 [execute] INFO git cat-file --batch-check [2023-08-14T22:14:28.935Z] 2023-08-14 22:14:28,843 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/558, universal_newlines=False, shell=None, istream=) [2023-08-14T22:14:28.935Z] 2023-08-14 22:14:28,845 [execute] INFO git cat-file --batch [2023-08-14T22:14:28.935Z] 2023-08-14 22:14:28,845 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/558, universal_newlines=False, shell=None, istream=) [2023-08-14T22:14:28.935Z] 2023-08-14 22:14:28,859 [read_version] DEBUG read version from /w/workspace/edgex-go/558/.semver/main [2023-08-14T22:14:28.935Z] 2023-08-14 22:14:28,859 [execute] INFO git tag -a v3.1.0-dev.24 -m v3.1.0-dev.24 [2023-08-14T22:14:28.935Z] 2023-08-14 22:14:28,859 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.24', '-m', 'v3.1.0-dev.24'], cwd=/w/workspace/edgex-go/558, universal_newlines=False, shell=None, istream=None) [2023-08-14T22:14:28.935Z] 2023-08-14 22:14:28,864 [read_version] DEBUG read version from /w/workspace/edgex-go/558/.semver/main [2023-08-14T22:14:28.935Z] 3.1.0-dev.24 [Pipeline] } [2023-08-14T22:14:28.940Z] $ docker exec --env ******** --env ******** 1cc57e4d4e306da077882c1e3f3da6a003b2dd8e7d0b2f79e0d71ffbd37bbfa8 ssh-agent -k [2023-08-14T22:14:29.044Z] unset SSH_AUTH_SOCK; [2023-08-14T22:14:29.044Z] unset SSH_AGENT_PID; [2023-08-14T22:14:29.044Z] echo Agent pid 40 killed; [2023-08-14T22:14:29.060Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-14T22:14:29.368Z] + git semver [Pipeline] } [2023-08-14T22:14:29.636Z] $ docker stop --time=1 1cc57e4d4e306da077882c1e3f3da6a003b2dd8e7d0b2f79e0d71ffbd37bbfa8 [2023-08-14T22:14:30.925Z] $ docker rm -f --volumes 1cc57e4d4e306da077882c1e3f3da6a003b2dd8e7d0b2f79e0d71ffbd37bbfa8 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:14:31.314Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-08-14T22:14:31.315Z] [2023-08-14T22:14:31.315Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:14:31.613Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-08-14T22:14:31.613Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-08-14T22:14:31.613Z] ab5ef0e58194: Pulling fs layer [2023-08-14T22:14:31.613Z] 9712f1f96733: Pulling fs layer [2023-08-14T22:14:31.613Z] 63f879dbbcfc: Pulling fs layer [2023-08-14T22:14:31.613Z] 0d9ebad4ef96: Pulling fs layer [2023-08-14T22:14:31.613Z] e9a5061849ea: Pulling fs layer [2023-08-14T22:14:31.613Z] d747dcd14b5f: Pulling fs layer [2023-08-14T22:14:31.613Z] 2de7ff778b66: Pulling fs layer [2023-08-14T22:14:31.613Z] d747dcd14b5f: Waiting [2023-08-14T22:14:31.613Z] 0d9ebad4ef96: Waiting [2023-08-14T22:14:31.613Z] e9a5061849ea: Waiting [2023-08-14T22:14:31.613Z] 2de7ff778b66: Waiting [2023-08-14T22:14:31.613Z] 9712f1f96733: Verifying Checksum [2023-08-14T22:14:31.613Z] 9712f1f96733: Download complete [2023-08-14T22:14:31.875Z] 63f879dbbcfc: Verifying Checksum [2023-08-14T22:14:31.875Z] 63f879dbbcfc: Download complete [2023-08-14T22:14:32.133Z] 0d9ebad4ef96: Verifying Checksum [2023-08-14T22:14:32.133Z] 0d9ebad4ef96: Download complete [2023-08-14T22:14:32.133Z] d747dcd14b5f: Download complete [2023-08-14T22:14:32.133Z] e9a5061849ea: Verifying Checksum [2023-08-14T22:14:32.133Z] e9a5061849ea: Download complete [2023-08-14T22:14:32.133Z] ab5ef0e58194: Verifying Checksum [2023-08-14T22:14:32.133Z] ab5ef0e58194: Download complete [2023-08-14T22:14:32.392Z] 2de7ff778b66: Verifying Checksum [2023-08-14T22:14:32.392Z] 2de7ff778b66: Download complete [2023-08-14T22:14:34.918Z] ab5ef0e58194: Pull complete [2023-08-14T22:14:34.918Z] 9712f1f96733: Pull complete [2023-08-14T22:14:35.483Z] 63f879dbbcfc: Pull complete [2023-08-14T22:14:39.665Z] 0d9ebad4ef96: Pull complete [2023-08-14T22:14:39.665Z] e9a5061849ea: Pull complete [2023-08-14T22:14:39.665Z] d747dcd14b5f: Pull complete [2023-08-14T22:14:41.037Z] 2de7ff778b66: Pull complete [2023-08-14T22:14:41.037Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-08-14T22:14:41.037Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-08-14T22:14:41.037Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T22:14:41.110Z] prd-ubuntu20.04-docker-8c-8g-3574 does not seem to be running inside a container [2023-08-14T22:14:41.131Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/558 -v /w/workspace/edgex-go/558:/w/workspace/edgex-go/558:rw,z -v /w/workspace/edgex-go/558@tmp:/w/workspace/edgex-go/558@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-08-14T22:14:46.276Z] $ docker top fe07f836ef7546e786dba5ae5e8439a3453205bce36966581fbc3298e45c57ce -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-08-14T22:14:46.367Z] provisioning config files... [2023-08-14T22:14:46.373Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/558@tmp/config8902451285438407113tmp [2023-08-14T22:14:46.382Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/558@tmp/config9906336445527017757tmp [2023-08-14T22:14:46.389Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/558@tmp/config7920615127236939566tmp [Pipeline] { [Pipeline] echo [2023-08-14T22:14:46.406Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-14T22:14:46.690Z] ---> sigul-configuration.sh [2023-08-14T22:14:46.690Z] gpg: directory `/root/.gnupg' created [2023-08-14T22:14:46.690Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-08-14T22:14:46.690Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-08-14T22:14:46.690Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-08-14T22:14:46.690Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-08-14T22:14:46.690Z] gpg: CAST5 encrypted data [2023-08-14T22:14:46.690Z] gpg: encrypted with 1 passphrase [2023-08-14T22:14:46.690Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-08-14T22:14:46.972Z] + mkdir /home/jenkins [2023-08-14T22:14:46.972Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-08-14T22:14:47.257Z] + 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-08-14T22:14:47.265Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-14T22:14:47.551Z] ---> sigul-install.sh [2023-08-14T22:14:47.551Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-08-14T22:14:47.835Z] + git tag --list [2023-08-14T22:14:47.835Z] 0.6.0 [2023-08-14T22:14:47.835Z] 0.6.1 [2023-08-14T22:14:47.835Z] 0.7.0 [2023-08-14T22:14:47.835Z] 0.7.1 [2023-08-14T22:14:47.835Z] v1.0.0 [2023-08-14T22:14:47.835Z] v1.0.1 [2023-08-14T22:14:47.835Z] v1.1.0 [2023-08-14T22:14:47.835Z] v1.2.0 [2023-08-14T22:14:47.835Z] v1.2.1 [2023-08-14T22:14:47.835Z] v1.3.0 [2023-08-14T22:14:47.835Z] v1.3.1 [2023-08-14T22:14:47.835Z] v2.0.0 [2023-08-14T22:14:47.835Z] v2.1.0 [2023-08-14T22:14:47.835Z] v2.1.1 [2023-08-14T22:14:47.835Z] v2.2.0 [2023-08-14T22:14:47.835Z] v2.3.0 [2023-08-14T22:14:47.835Z] v3.0 [2023-08-14T22:14:47.835Z] v3.0.0 [2023-08-14T22:14:47.835Z] v3.1.0-dev.1 [2023-08-14T22:14:47.835Z] v3.1.0-dev.10 [2023-08-14T22:14:47.835Z] v3.1.0-dev.11 [2023-08-14T22:14:47.835Z] v3.1.0-dev.12 [2023-08-14T22:14:47.835Z] v3.1.0-dev.13 [2023-08-14T22:14:47.835Z] v3.1.0-dev.14 [2023-08-14T22:14:47.835Z] v3.1.0-dev.15 [2023-08-14T22:14:47.835Z] v3.1.0-dev.16 [2023-08-14T22:14:47.835Z] v3.1.0-dev.17 [2023-08-14T22:14:47.835Z] v3.1.0-dev.18 [2023-08-14T22:14:47.835Z] v3.1.0-dev.19 [2023-08-14T22:14:47.835Z] v3.1.0-dev.2 [2023-08-14T22:14:47.835Z] v3.1.0-dev.20 [2023-08-14T22:14:47.835Z] v3.1.0-dev.21 [2023-08-14T22:14:47.835Z] v3.1.0-dev.22 [2023-08-14T22:14:47.835Z] v3.1.0-dev.23 [2023-08-14T22:14:47.835Z] v3.1.0-dev.24 [2023-08-14T22:14:47.835Z] v3.1.0-dev.3 [2023-08-14T22:14:47.835Z] v3.1.0-dev.4 [2023-08-14T22:14:47.835Z] v3.1.0-dev.5 [2023-08-14T22:14:47.835Z] v3.1.0-dev.6 [2023-08-14T22:14:47.835Z] v3.1.0-dev.7 [2023-08-14T22:14:47.835Z] v3.1.0-dev.8 [2023-08-14T22:14:47.835Z] v3.1.0-dev.9 [Pipeline] sh [2023-08-14T22:14:48.121Z] + lftools sign git-tag v3.1.0-dev.24 [2023-08-14T22:14:48.689Z] Signing Git tag with Sigul... [2023-08-14T22:14:48.689Z] Signing v3.1.0-dev.24 [Pipeline] echo [2023-08-14T22:14:48.957Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-14T22:14:49.243Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-08-14T22:14:49.249Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-08-14T22:14:49.267Z] $ docker stop --time=1 fe07f836ef7546e786dba5ae5e8439a3453205bce36966581fbc3298e45c57ce [2023-08-14T22:14:50.579Z] $ docker rm -f --volumes fe07f836ef7546e786dba5ae5e8439a3453205bce36966581fbc3298e45c57ce [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-08-14T22:14:50.984Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-14T22:14:50.984Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:14:51.327Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-14T22:14:51.327Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T22:14:51.392Z] prd-ubuntu20.04-docker-8c-8g-3574 does not seem to be running inside a container [2023-08-14T22:14:51.422Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/558 -v /w/workspace/edgex-go/558:/w/workspace/edgex-go/558:rw,z -v /w/workspace/edgex-go/558@tmp:/w/workspace/edgex-go/558@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-08-14T22:14:51.748Z] $ docker top 947db4e6eb5795cbdabb2e1e4c4f87bde7b2f16a07c0e6346e7c0e8e2cea4dff -eo pid,comm [2023-08-14T22:14:51.798Z] 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-08-14T22:14:51.798Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-14T22:14:51.835Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-14T22:14:51.835Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-14T22:14:51.935Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-14T22:14:51.933Z] $ docker exec 947db4e6eb5795cbdabb2e1e4c4f87bde7b2f16a07c0e6346e7c0e8e2cea4dff ssh-agent [2023-08-14T22:14:52.054Z] SSH_AUTH_SOCK=/tmp/ssh-TTGxLCVzETo1/agent.32 [2023-08-14T22:14:52.054Z] SSH_AGENT_PID=38 [2023-08-14T22:14:52.059Z] Running ssh-add (command line suppressed) [2023-08-14T22:14:52.145Z] Identity added: /w/workspace/edgex-go/558@tmp/private_key_7657155554488076677.key (/w/workspace/edgex-go/558@tmp/private_key_7657155554488076677.key) [2023-08-14T22:14:52.165Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-14T22:14:52.444Z] + git semver bump pre [2023-08-14T22:14:52.702Z] 2023-08-14 22:14:52,608 [read_version] DEBUG read version from /w/workspace/edgex-go/558/.semver/main [2023-08-14T22:14:52.702Z] 2023-08-14 22:14:52,609 [bump_version] DEBUG bumping version:3.1.0-dev.24 on axis:pre with prefix:dev [2023-08-14T22:14:52.702Z] 2023-08-14 22:14:52,609 [bump_version] DEBUG bumped version:3.1.0-dev.25 [2023-08-14T22:14:52.702Z] 2023-08-14 22:14:52,609 [write_version] DEBUG write version:3.1.0-dev.25 to path:/w/workspace/edgex-go/558/.semver/main with force:True [2023-08-14T22:14:52.702Z] 2023-08-14 22:14:52,609 [read_version] DEBUG read version from /w/workspace/edgex-go/558/.semver/main [2023-08-14T22:14:52.702Z] 2023-08-14 22:14:52,609 [write_file] DEBUG write to file:/w/workspace/edgex-go/558/.semver/main [2023-08-14T22:14:52.702Z] 2023-08-14 22:14:52,610 [execute] INFO git cat-file --batch-check [2023-08-14T22:14:52.703Z] 2023-08-14 22:14:52,611 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/558/.semver, universal_newlines=False, shell=None, istream=) [2023-08-14T22:14:52.703Z] 2023-08-14 22:14:52,616 [execute] INFO git cat-file --batch [2023-08-14T22:14:52.703Z] 2023-08-14 22:14:52,616 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/558/.semver, universal_newlines=False, shell=None, istream=) [2023-08-14T22:14:52.703Z] 2023-08-14 22:14:52,621 [read_version] DEBUG read version from /w/workspace/edgex-go/558/.semver/main [2023-08-14T22:14:52.703Z] 3.1.0-dev.25 [Pipeline] } [2023-08-14T22:14:52.706Z] $ docker exec --env ******** --env ******** 947db4e6eb5795cbdabb2e1e4c4f87bde7b2f16a07c0e6346e7c0e8e2cea4dff ssh-agent -k [2023-08-14T22:14:52.809Z] unset SSH_AUTH_SOCK; [2023-08-14T22:14:52.809Z] unset SSH_AGENT_PID; [2023-08-14T22:14:52.809Z] echo Agent pid 38 killed; [2023-08-14T22:14:52.822Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-14T22:14:53.127Z] + git semver [Pipeline] } [2023-08-14T22:14:53.390Z] $ docker stop --time=1 947db4e6eb5795cbdabb2e1e4c4f87bde7b2f16a07c0e6346e7c0e8e2cea4dff [2023-08-14T22:14:54.691Z] $ docker rm -f --volumes 947db4e6eb5795cbdabb2e1e4c4f87bde7b2f16a07c0e6346e7c0e8e2cea4dff [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-14T22:14:55.025Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-14T22:14:55.025Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:14:55.320Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-14T22:14:55.320Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T22:14:55.388Z] prd-ubuntu20.04-docker-8c-8g-3574 does not seem to be running inside a container [2023-08-14T22:14:55.414Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/558 -v /w/workspace/edgex-go/558:/w/workspace/edgex-go/558:rw,z -v /w/workspace/edgex-go/558@tmp:/w/workspace/edgex-go/558@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-08-14T22:14:55.717Z] $ docker top 0e213bef728699f70b6bc8551060003f30358a8dfd323c85017d042b26549cd3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-14T22:14:55.803Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-14T22:14:55.803Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-14T22:14:55.911Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-14T22:14:55.909Z] $ docker exec 0e213bef728699f70b6bc8551060003f30358a8dfd323c85017d042b26549cd3 ssh-agent [2023-08-14T22:14:56.029Z] SSH_AUTH_SOCK=/tmp/ssh-Khn24pLJd1gm/agent.32 [2023-08-14T22:14:56.029Z] SSH_AGENT_PID=38 [2023-08-14T22:14:56.035Z] Running ssh-add (command line suppressed) [2023-08-14T22:14:56.137Z] Identity added: /w/workspace/edgex-go/558@tmp/private_key_16339303578890250413.key (/w/workspace/edgex-go/558@tmp/private_key_16339303578890250413.key) [2023-08-14T22:14:56.160Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-14T22:14:56.440Z] + git semver push [2023-08-14T22:14:56.699Z] 2023-08-14 22:14:56,609 [run_push] DEBUG push [2023-08-14T22:14:56.699Z] 2023-08-14 22:14:56,609 [execute] INFO git cat-file --batch-check [2023-08-14T22:14:56.699Z] 2023-08-14 22:14:56,610 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/558/.semver, universal_newlines=False, shell=None, istream=) [2023-08-14T22:14:56.699Z] 2023-08-14 22:14:56,613 [execute] INFO git rev-list 4bae6b2dc33dcde143af13a5ac0135c9b45a490f -- [2023-08-14T22:14:56.699Z] 2023-08-14 22:14:56,613 [execute] DEBUG Popen(['git', 'rev-list', '4bae6b2dc33dcde143af13a5ac0135c9b45a490f', '--'], cwd=/w/workspace/edgex-go/558/.semver, universal_newlines=False, shell=None, istream=None) [2023-08-14T22:14:56.699Z] 2023-08-14 22:14:56,631 [execute] INFO git fetch -v origin [2023-08-14T22:14:56.699Z] 2023-08-14 22:14:56,631 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/558/.semver, universal_newlines=True, shell=None, istream=None) [2023-08-14T22:14:57.265Z] 2023-08-14 22:14:57,101 [run_push] DEBUG no remote changes detected [2023-08-14T22:14:57.265Z] 2023-08-14 22:14:57,101 [execute] INFO git push origin semver [2023-08-14T22:14:57.265Z] 2023-08-14 22:14:57,101 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/558/.semver, universal_newlines=False, shell=None, istream=None) [2023-08-14T22:14:58.199Z] 2023-08-14 22:14:57,866 [run_push] DEBUG push all version tags [2023-08-14T22:14:58.199Z] 2023-08-14 22:14:57,867 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-08-14T22:14:58.199Z] 2023-08-14 22:14:57,867 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/558, universal_newlines=False, shell=None, istream=None) [2023-08-14T22:14:58.767Z] 2023-08-14 22:14:58,634 [read_version] DEBUG read version from /w/workspace/edgex-go/558/.semver/main [2023-08-14T22:14:58.767Z] 3.1.0-dev.25 [Pipeline] } [2023-08-14T22:14:58.771Z] $ docker exec --env ******** --env ******** 0e213bef728699f70b6bc8551060003f30358a8dfd323c85017d042b26549cd3 ssh-agent -k [2023-08-14T22:14:58.868Z] unset SSH_AUTH_SOCK; [2023-08-14T22:14:58.869Z] unset SSH_AGENT_PID; [2023-08-14T22:14:58.869Z] echo Agent pid 38 killed; [2023-08-14T22:14:58.884Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-14T22:14:59.182Z] + git semver [Pipeline] } [2023-08-14T22:14:59.447Z] $ docker stop --time=1 0e213bef728699f70b6bc8551060003f30358a8dfd323c85017d042b26549cd3 [2023-08-14T22:15:00.725Z] $ docker rm -f --volumes 0e213bef728699f70b6bc8551060003f30358a8dfd323c85017d042b26549cd3 [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-08-14T22:15:01.315Z] + [ -d /w/workspace/edgex-go/558/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-08-14T22:15:01.602Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-14T22:15:02.456Z] ---> package-listing.sh [2023-08-14T22:15:02.456Z] ++ facter osfamily [2023-08-14T22:15:02.456Z] ++ tr '[:upper:]' '[:lower:]' [2023-08-14T22:15:02.713Z] + OS_FAMILY=debian [2023-08-14T22:15:02.713Z] + workspace=/w/workspace/edgex-go/558 [2023-08-14T22:15:02.713Z] + START_PACKAGES=/tmp/packages_start.txt [2023-08-14T22:15:02.713Z] + END_PACKAGES=/tmp/packages_end.txt [2023-08-14T22:15:02.713Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-08-14T22:15:02.713Z] + PACKAGES=/tmp/packages_start.txt [2023-08-14T22:15:02.713Z] + '[' /w/workspace/edgex-go/558 ']' [2023-08-14T22:15:02.713Z] + PACKAGES=/tmp/packages_end.txt [2023-08-14T22:15:02.713Z] + case "${OS_FAMILY}" in [2023-08-14T22:15:02.713Z] + dpkg -l [2023-08-14T22:15:02.713Z] + grep '^ii' [2023-08-14T22:15:02.713Z] + '[' -f /tmp/packages_start.txt ']' [2023-08-14T22:15:02.713Z] + '[' -f /tmp/packages_end.txt ']' [2023-08-14T22:15:02.713Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-08-14T22:15:02.713Z] + '[' /w/workspace/edgex-go/558 ']' [2023-08-14T22:15:02.713Z] + mkdir -p /w/workspace/edgex-go/558/archives/ [2023-08-14T22:15:02.713Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/558/archives/ [Pipeline] echo [2023-08-14T22:15:02.720Z] 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/558/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-08-14T22:15:02.995Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:15:03.551Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-14T22:15:03.551Z] [2023-08-14T22:15:03.551Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T22:15:03.847Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-14T22:15:03.847Z] latest: Pulling from edgex-lftools-log-publisher [2023-08-14T22:15:03.847Z] 5eb5b503b376: Pulling fs layer [2023-08-14T22:15:03.847Z] 5c69ac0246d0: Pulling fs layer [2023-08-14T22:15:03.847Z] ec43610c2a17: Pulling fs layer [2023-08-14T22:15:03.847Z] 3a2ae6a8a46f: Pulling fs layer [2023-08-14T22:15:03.847Z] 33b1e0a273af: Pulling fs layer [2023-08-14T22:15:03.847Z] 5d3b04190fa2: Pulling fs layer [2023-08-14T22:15:03.847Z] 2f39f015ded8: Pulling fs layer [2023-08-14T22:15:03.847Z] 3a2ae6a8a46f: Waiting [2023-08-14T22:15:03.847Z] 33b1e0a273af: Waiting [2023-08-14T22:15:03.847Z] 5d3b04190fa2: Waiting [2023-08-14T22:15:03.847Z] 2f39f015ded8: Waiting [2023-08-14T22:15:03.847Z] 5c69ac0246d0: Download complete [2023-08-14T22:15:03.847Z] 3a2ae6a8a46f: Verifying Checksum [2023-08-14T22:15:03.847Z] 3a2ae6a8a46f: Download complete [2023-08-14T22:15:03.847Z] 33b1e0a273af: Verifying Checksum [2023-08-14T22:15:03.847Z] 33b1e0a273af: Download complete [2023-08-14T22:15:03.847Z] 5d3b04190fa2: Download complete [2023-08-14T22:15:03.847Z] ec43610c2a17: Verifying Checksum [2023-08-14T22:15:03.847Z] ec43610c2a17: Download complete [2023-08-14T22:15:04.105Z] 5eb5b503b376: Verifying Checksum [2023-08-14T22:15:04.105Z] 5eb5b503b376: Download complete [2023-08-14T22:15:04.670Z] 2f39f015ded8: Download complete [2023-08-14T22:15:05.235Z] 5eb5b503b376: Pull complete [2023-08-14T22:15:05.492Z] 5c69ac0246d0: Pull complete [2023-08-14T22:15:06.058Z] ec43610c2a17: Pull complete [2023-08-14T22:15:06.058Z] 3a2ae6a8a46f: Pull complete [2023-08-14T22:15:06.058Z] 33b1e0a273af: Pull complete [2023-08-14T22:15:06.316Z] 5d3b04190fa2: Pull complete [2023-08-14T22:15:10.518Z] 2f39f015ded8: Pull complete [2023-08-14T22:15:10.518Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-08-14T22:15:10.518Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-14T22:15:10.518Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T22:15:10.599Z] prd-ubuntu20.04-docker-8c-8g-3574 does not seem to be running inside a container [2023-08-14T22:15:10.620Z] $ 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/558/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/558 -v /w/workspace/edgex-go/558:/w/workspace/edgex-go/558:rw,z -v /w/workspace/edgex-go/558@tmp:/w/workspace/edgex-go/558@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-08-14T22:15:16.183Z] $ docker top 841653abef34be8d15d859c2751ef07d5fb0b09d9a9e96815ef9596a7d54fde6 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-14T22:15:16.530Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-08-14T22:15:16.811Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-08-14T22:15:17.094Z] + ls /var/log/sa-host [2023-08-14T22:15:17.094Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-14T22:15:17.241Z] provisioning config files... [2023-08-14T22:15:17.248Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/558@tmp/config1466215311068583261tmp [Pipeline] { [Pipeline] echo [2023-08-14T22:15:17.257Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-14T22:15:17.537Z] ---> create-netrc.sh [Pipeline] } [2023-08-14T22:15:17.544Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-08-14T22:15:17.865Z] ---> python-tools-install.sh [Pipeline] echo [2023-08-14T22:15:17.873Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-14T22:15:18.154Z] ---> sudo-logs.sh [2023-08-14T22:15:18.154Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-08-14T22:15:18.177Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-14T22:15:18.461Z] ---> job-cost.sh [2023-08-14T22:15:18.461Z] lf-activate-venv: SKIPPING [2023-08-14T22:15:18.461Z] DEBUG: total: 0.10999999940395355 [2023-08-14T22:15:18.461Z] INFO: Retrieving Stack Cost... [2023-08-14T22:15:19.028Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-08-14T22:15:19.286Z] INFO: Archiving Costs [Pipeline] echo [2023-08-14T22:15:19.295Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-14T22:15:19.576Z] ---> logs-deploy.sh [2023-08-14T22:15:19.576Z] lf-activate-venv: SKIPPING [2023-08-14T22:15:19.576Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/558 [2023-08-14T22:15:19.576Z] INFO: archiving workspace using pattern(s): [2023-08-14T22:15:20.510Z] Archives upload complete. [2023-08-14T22:15:20.510Z] INFO: archiving logs to Nexus