Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 54929a7ab6bf9e03e113416e19b38331485fa87d 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-ssh11869148992124387983.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh7688577760938132188.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh6084952341391630811.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > 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-ssh10319844622008293447.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-ssh17640933890343907208.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.18 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 ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-8901 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/446 [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/446 # 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 54929a7ab6bf9e03e113416e19b38331485fa87d (main) Commit message: "fix: Disable common App Service metrics by default (#4425)" > git config core.sparsecheckout # timeout=10 > git checkout -f 54929a7ab6bf9e03e113416e19b38331485fa87d # timeout=10 > git rev-list --no-walk e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-03-08T21:43:01.658Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-03-08T21:43:01.696Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-03-08T21:43:01.712Z] ========================================================= [2023-03-08T21:43:01.712Z] EdgeX Global Pipelines Version Info [2023-03-08T21:43:01.712Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-03-08T21:43:02.417Z] ------------------- [2023-03-08T21:43:02.417Z] stable info: [2023-03-08T21:43:02.417Z] ------------------- [2023-03-08T21:43:02.417Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-03-08T21:43:02.417Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-08T21:43:02.418Z] Message: update stable to v1.0.244 [2023-03-08T21:43:02.988Z] ------------------- [2023-03-08T21:43:02.988Z] experimental info: [2023-03-08T21:43:02.988Z] ------------------- [2023-03-08T21:43:02.988Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-03-08T21:43:02.988Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-08T21:43:02.988Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-03-08T21:43:03.141Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-03-08T21:43:03.156Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-03-08T21:43:03.164Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-03-08T21:43:03.178Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-03-08T21:43:03.248Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-03-08T21:43:03.259Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-03-08T21:43:03.270Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-03-08T21:43:03.286Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-03-08T21:43:03.297Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-03-08T21:43:03.308Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-03-08T21:43:03.321Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-03-08T21:43:03.331Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-03-08T21:43:03.342Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-03-08T21:43:03.354Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-03-08T21:43:03.365Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-03-08T21:43:03.375Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-03-08T21:43:03.385Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-03-08T21:43:03.395Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-03-08T21:43:03.410Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-03-08T21:43:03.421Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-03-08T21:43:03.432Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-03-08T21:43:03.442Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-03-08T21:43:03.457Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-03-08T21:43:03.466Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-03-08T21:43:03.478Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-03-08T21:43:03.488Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-03-08T21:43:03.501Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 54929a7ab6bf9e03e113416e19b38331485fa87d [Pipeline] echo [2023-03-08T21:43:03.511Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 54929a7 [Pipeline] echo [2023-03-08T21:43:03.521Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-08T21:43:03.565Z] provisioning config files... [2023-03-08T21:43:03.579Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/446@tmp/config9505890316252985200tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-08T21:43:03.876Z] ---> docker-login.sh [2023-03-08T21:43:03.876Z] nexus3.edgexfoundry.org:10001 [2023-03-08T21:43:04.136Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T21:43:04.136Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T21:43:04.136Z] Configure a credential helper to remove this warning. See [2023-03-08T21:43:04.136Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T21:43:04.136Z] [2023-03-08T21:43:04.136Z] Login Succeeded [2023-03-08T21:43:04.136Z] nexus3.edgexfoundry.org:10002 [2023-03-08T21:43:04.398Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T21:43:04.398Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T21:43:04.398Z] Configure a credential helper to remove this warning. See [2023-03-08T21:43:04.398Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T21:43:04.398Z] [2023-03-08T21:43:04.398Z] Login Succeeded [2023-03-08T21:43:04.398Z] nexus3.edgexfoundry.org:10003 [2023-03-08T21:43:04.398Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T21:43:04.398Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T21:43:04.398Z] Configure a credential helper to remove this warning. See [2023-03-08T21:43:04.398Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T21:43:04.398Z] [2023-03-08T21:43:04.398Z] Login Succeeded [2023-03-08T21:43:04.398Z] nexus3.edgexfoundry.org:10004 [2023-03-08T21:43:04.658Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T21:43:04.658Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T21:43:04.658Z] Configure a credential helper to remove this warning. See [2023-03-08T21:43:04.658Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T21:43:04.658Z] [2023-03-08T21:43:04.658Z] Login Succeeded [2023-03-08T21:43:04.658Z] docker.io [2023-03-08T21:43:04.658Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T21:43:04.917Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T21:43:04.917Z] Configure a credential helper to remove this warning. See [2023-03-08T21:43:04.917Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T21:43:04.917Z] [2023-03-08T21:43:04.917Z] Login Succeeded [2023-03-08T21:43:04.917Z] ---> docker-login.sh ends [Pipeline] } [2023-03-08T21:43:04.925Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-08T21:43:05.235Z] + 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-03-08T21:43:05.235Z] + + cutdirname -d/ cmd/core-command/Dockerfile -f2 [2023-03-08T21:43:05.235Z] [2023-03-08T21:43:05.235Z] + echo core-command,cmd/core-command/Dockerfile [2023-03-08T21:43:05.235Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-03-08T21:43:05.235Z] + cut -d/ -f2 [2023-03-08T21:43:05.235Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-03-08T21:43:05.235Z] + dirname cmd/core-data/Dockerfile [2023-03-08T21:43:05.235Z] + cut -d/ -f2 [2023-03-08T21:43:05.235Z] + echo core-data,cmd/core-data/Dockerfile [2023-03-08T21:43:05.235Z] + dirname cmd/core-metadata/Dockerfile [2023-03-08T21:43:05.235Z] + cut -d/ -f2 [2023-03-08T21:43:05.235Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-03-08T21:43:05.235Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-03-08T21:43:05.235Z] + cut -d/ -f2 [2023-03-08T21:43:05.235Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-03-08T21:43:05.235Z] + + cut -d/ -f2 [2023-03-08T21:43:05.235Z] dirname cmd/security-proxy-auth/Dockerfile [2023-03-08T21:43:05.235Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2023-03-08T21:43:05.235Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-03-08T21:43:05.235Z] + cut -d/ -f2 [2023-03-08T21:43:05.235Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-03-08T21:43:05.235Z] + + cut -d/ -f2 [2023-03-08T21:43:05.235Z] dirname cmd/security-secretstore-setup/Dockerfile [2023-03-08T21:43:05.235Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-03-08T21:43:05.235Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-03-08T21:43:05.235Z] + cut -d/ -f2 [2023-03-08T21:43:05.235Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-03-08T21:43:05.235Z] + + cut -d/ -f2 [2023-03-08T21:43:05.235Z] dirname cmd/security-spire-agent/Dockerfile [2023-03-08T21:43:05.235Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-03-08T21:43:05.235Z] + + dirname cmd/security-spire-config/Dockerfile [2023-03-08T21:43:05.235Z] cut -d/ -f2 [2023-03-08T21:43:05.235Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-03-08T21:43:05.235Z] + dirname cmd/security-spire-server/Dockerfile [2023-03-08T21:43:05.235Z] + cut -d/ -f2 [2023-03-08T21:43:05.235Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-03-08T21:43:05.235Z] + dirname cmd/support-notifications/Dockerfile [2023-03-08T21:43:05.235Z] + cut -d/ -f2 [2023-03-08T21:43:05.235Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-03-08T21:43:05.235Z] + dirname cmd/support-scheduler/Dockerfile [2023-03-08T21:43:05.235Z] + cut -d/ -f2 [2023-03-08T21:43:05.235Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-03-08T21:43:05.287Z] 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-03-08T21:43:05.640Z] + git rev-list -1 --merges 54929a7ab6bf9e03e113416e19b38331485fa87d~1..54929a7ab6bf9e03e113416e19b38331485fa87d [Pipeline] echo [2023-03-08T21:43:05.658Z] -----------> git rev-list -1 --merges 54929a7ab6bf9e03e113416e19b38331485fa87d~1..54929a7ab6bf9e03e113416e19b38331485fa87d 54929a7ab6bf9e03e113416e19b38331485fa87d [false] [Pipeline] sh [2023-03-08T21:43:05.943Z] + git log --format=format:%s -1 54929a7ab6bf9e03e113416e19b38331485fa87d [Pipeline] echo [2023-03-08T21:43:05.957Z] ========================================================= [2023-03-08T21:43:05.957Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-03-08T21:43:05.957Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-03-08T21:43:06.333Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-08T21:43:06.333Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-03-08T21:43:06.333Z] + [ -e /tmp/ssh_known_hosts ] [2023-03-08T21:43:06.333Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-03-08T21:43:06.333Z] + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-03-08T21:43:06.333Z] sudo tee -a /etc/ssh/ssh_known_hosts [2023-03-08T21:43:06.333Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:43:06.731Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-08T21:43:06.731Z] [2023-03-08T21:43:06.731Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:43:07.028Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-08T21:43:07.028Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-03-08T21:43:07.028Z] b85a868b505f: Pulling fs layer [2023-03-08T21:43:07.028Z] e2be974225ed: Pulling fs layer [2023-03-08T21:43:07.028Z] 339a4e72a1f5: Pulling fs layer [2023-03-08T21:43:07.028Z] 988bab9f4d93: Pulling fs layer [2023-03-08T21:43:07.028Z] 1469e6f7b9e6: Pulling fs layer [2023-03-08T21:43:07.028Z] eaf3925da568: Pulling fs layer [2023-03-08T21:43:07.028Z] bab4dde63d76: Pulling fs layer [2023-03-08T21:43:07.028Z] bde34c3a00c8: Pulling fs layer [2023-03-08T21:43:07.028Z] b352a97aabf1: Pulling fs layer [2023-03-08T21:43:07.028Z] 4872d77fe225: Pulling fs layer [2023-03-08T21:43:07.028Z] 5851b861e8e6: Pulling fs layer [2023-03-08T21:43:07.028Z] 988bab9f4d93: Waiting [2023-03-08T21:43:07.028Z] 1469e6f7b9e6: Waiting [2023-03-08T21:43:07.028Z] bab4dde63d76: Waiting [2023-03-08T21:43:07.028Z] eaf3925da568: Waiting [2023-03-08T21:43:07.028Z] 4872d77fe225: Waiting [2023-03-08T21:43:07.028Z] bde34c3a00c8: Waiting [2023-03-08T21:43:07.028Z] b352a97aabf1: Waiting [2023-03-08T21:43:07.028Z] 5851b861e8e6: Waiting [2023-03-08T21:43:07.028Z] e2be974225ed: Verifying Checksum [2023-03-08T21:43:07.028Z] e2be974225ed: Download complete [2023-03-08T21:43:07.028Z] 988bab9f4d93: Verifying Checksum [2023-03-08T21:43:07.028Z] 988bab9f4d93: Download complete [2023-03-08T21:43:07.289Z] 1469e6f7b9e6: Verifying Checksum [2023-03-08T21:43:07.289Z] 1469e6f7b9e6: Download complete [2023-03-08T21:43:07.289Z] 339a4e72a1f5: Verifying Checksum [2023-03-08T21:43:07.289Z] 339a4e72a1f5: Download complete [2023-03-08T21:43:07.289Z] eaf3925da568: Verifying Checksum [2023-03-08T21:43:07.289Z] eaf3925da568: Download complete [2023-03-08T21:43:07.289Z] bde34c3a00c8: Verifying Checksum [2023-03-08T21:43:07.289Z] bde34c3a00c8: Download complete [2023-03-08T21:43:07.289Z] b352a97aabf1: Verifying Checksum [2023-03-08T21:43:07.289Z] b352a97aabf1: Download complete [2023-03-08T21:43:07.289Z] 4872d77fe225: Download complete [2023-03-08T21:43:07.289Z] 5851b861e8e6: Verifying Checksum [2023-03-08T21:43:07.289Z] 5851b861e8e6: Download complete [2023-03-08T21:43:07.289Z] b85a868b505f: Verifying Checksum [2023-03-08T21:43:07.289Z] b85a868b505f: Download complete [2023-03-08T21:43:07.547Z] bab4dde63d76: Verifying Checksum [2023-03-08T21:43:07.547Z] bab4dde63d76: Download complete [2023-03-08T21:43:08.483Z] b85a868b505f: Pull complete [2023-03-08T21:43:08.483Z] e2be974225ed: Pull complete [2023-03-08T21:43:09.049Z] 339a4e72a1f5: Pull complete [2023-03-08T21:43:09.049Z] 988bab9f4d93: Pull complete [2023-03-08T21:43:09.307Z] 1469e6f7b9e6: Pull complete [2023-03-08T21:43:09.307Z] eaf3925da568: Pull complete [2023-03-08T21:43:11.208Z] bab4dde63d76: Pull complete [2023-03-08T21:43:11.208Z] bde34c3a00c8: Pull complete [2023-03-08T21:43:11.208Z] b352a97aabf1: Pull complete [2023-03-08T21:43:11.467Z] 4872d77fe225: Pull complete [2023-03-08T21:43:11.467Z] 5851b861e8e6: Pull complete [2023-03-08T21:43:11.467Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-03-08T21:43:11.467Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-08T21:43:11.467Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T21:43:11.545Z] prd-ubuntu20.04-docker-8c-8g-8901 does not seem to be running inside a container [2023-03-08T21:43:11.583Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/446 -v /w/workspace/edgex-go/446:/w/workspace/edgex-go/446:rw,z -v /w/workspace/edgex-go/446@tmp:/w/workspace/edgex-go/446@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-03-08T21:43:13.028Z] $ docker top 6e8c276dec936b43d269516a29b87a224a10c9e82f5cb3cb7e3c630232889c23 -eo pid,comm [2023-03-08T21:43:13.069Z] 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-03-08T21:43:13.069Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-08T21:43:13.111Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-08T21:43:13.111Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-08T21:43:13.208Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-08T21:43:13.215Z] $ docker exec 6e8c276dec936b43d269516a29b87a224a10c9e82f5cb3cb7e3c630232889c23 ssh-agent [2023-03-08T21:43:13.313Z] SSH_AUTH_SOCK=/tmp/ssh-uwwG5SecZeg7/agent.32 [2023-03-08T21:43:13.313Z] SSH_AGENT_PID=38 [2023-03-08T21:43:13.319Z] Running ssh-add (command line suppressed) [2023-03-08T21:43:13.429Z] Identity added: /w/workspace/edgex-go/446@tmp/private_key_16630377673699367663.key (/w/workspace/edgex-go/446@tmp/private_key_16630377673699367663.key) [2023-03-08T21:43:13.439Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-08T21:43:13.728Z] + git tag --points-at HEAD [Pipeline] } [2023-03-08T21:43:13.745Z] $ docker exec --env ******** --env ******** 6e8c276dec936b43d269516a29b87a224a10c9e82f5cb3cb7e3c630232889c23 ssh-agent -k [2023-03-08T21:43:13.840Z] unset SSH_AUTH_SOCK; [2023-03-08T21:43:13.840Z] unset SSH_AGENT_PID; [2023-03-08T21:43:13.840Z] echo Agent pid 38 killed; [2023-03-08T21:43:13.843Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-03-08T21:43:13.864Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-08T21:43:13.864Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-08T21:43:13.972Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-08T21:43:13.978Z] $ docker exec 6e8c276dec936b43d269516a29b87a224a10c9e82f5cb3cb7e3c630232889c23 ssh-agent [2023-03-08T21:43:14.068Z] SSH_AUTH_SOCK=/tmp/ssh-kUY4LM7aPFKn/agent.70 [2023-03-08T21:43:14.068Z] SSH_AGENT_PID=76 [2023-03-08T21:43:14.072Z] Running ssh-add (command line suppressed) [2023-03-08T21:43:14.176Z] Identity added: /w/workspace/edgex-go/446@tmp/private_key_9817348554466697515.key (/w/workspace/edgex-go/446@tmp/private_key_9817348554466697515.key) [2023-03-08T21:43:14.184Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-08T21:43:14.467Z] + git semver init [2023-03-08T21:43:14.726Z] 2023-03-08 21:43:14,633 [run_init] DEBUG init version:0.0.0 force:False [2023-03-08T21:43:14.726Z] 2023-03-08 21:43:14,634 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/446/.semver [2023-03-08T21:43:14.726Z] 2023-03-08 21:43:14,635 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/446/.semver [2023-03-08T21:43:14.726Z] 2023-03-08 21:43:14,635 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/446/.semver'], cwd=/w/workspace/edgex-go/446, universal_newlines=False, shell=None, istream=None) [2023-03-08T21:43:18.913Z] 2023-03-08 21:43:18,665 [append_file] DEBUG append to file:/w/workspace/edgex-go/446/.git/info/exclude [2023-03-08T21:43:18.913Z] 2023-03-08 21:43:18,665 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/446/.semver/main with force:False [2023-03-08T21:43:18.913Z] 2023-03-08 21:43:18,665 [read_version] DEBUG read version from /w/workspace/edgex-go/446/.semver/main [2023-03-08T21:43:18.913Z] 2023-03-08 21:43:18,666 [read_version] DEBUG read version from /w/workspace/edgex-go/446/.semver/main [2023-03-08T21:43:18.913Z] 3.0.0-dev.84 [Pipeline] } [2023-03-08T21:43:18.929Z] $ docker exec --env ******** --env ******** 6e8c276dec936b43d269516a29b87a224a10c9e82f5cb3cb7e3c630232889c23 ssh-agent -k [2023-03-08T21:43:19.033Z] unset SSH_AUTH_SOCK; [2023-03-08T21:43:19.034Z] unset SSH_AGENT_PID; [2023-03-08T21:43:19.034Z] echo Agent pid 76 killed; [2023-03-08T21:43:19.039Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-08T21:43:19.341Z] + git semver [Pipeline] } [2023-03-08T21:43:19.619Z] $ docker stop --time=1 6e8c276dec936b43d269516a29b87a224a10c9e82f5cb3cb7e3c630232889c23 [2023-03-08T21:43:20.940Z] $ docker rm -f --volumes 6e8c276dec936b43d269516a29b87a224a10c9e82f5cb3cb7e3c630232889c23 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-08T21:43:21.274Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-03-08T21:43:21.479Z] Stashed 1 file(s) [Pipeline] echo [2023-03-08T21:43:21.481Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.84 [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-03-08T21:43:21.873Z] + git config --global --add safe.directory /w/workspace/edgex-go/446 [Pipeline] echo [2023-03-08T21:43:21.886Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-08T21:43:21.902Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-08T21:43:21.911Z] ========================================================= [2023-03-08T21:43:21.911Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-03-08T21:43:21.911Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-03-08T21:43:22.202Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-08T21:43:22.202Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-03-08T21:43:22.202Z] 213ec9aee27d: Pulling fs layer [2023-03-08T21:43:22.202Z] 4583459ba037: Pulling fs layer [2023-03-08T21:43:22.202Z] 93c1e223e6f2: Pulling fs layer [2023-03-08T21:43:22.202Z] 53926ce57604: Pulling fs layer [2023-03-08T21:43:22.202Z] 21b2b0c7a3f4: Pulling fs layer [2023-03-08T21:43:22.202Z] 22ff95d597cd: Pulling fs layer [2023-03-08T21:43:22.202Z] 12d6caf4c0d1: Pulling fs layer [2023-03-08T21:43:22.202Z] 96b7cbca73a9: Pulling fs layer [2023-03-08T21:43:22.202Z] a7acece74701: Pulling fs layer [2023-03-08T21:43:22.202Z] 12d6caf4c0d1: Waiting [2023-03-08T21:43:22.202Z] 21b2b0c7a3f4: Waiting [2023-03-08T21:43:22.202Z] 96b7cbca73a9: Waiting [2023-03-08T21:43:22.202Z] 53926ce57604: Waiting [2023-03-08T21:43:22.202Z] a7acece74701: Waiting [2023-03-08T21:43:22.202Z] 22ff95d597cd: Waiting [2023-03-08T21:43:22.202Z] 93c1e223e6f2: Verifying Checksum [2023-03-08T21:43:22.202Z] 93c1e223e6f2: Download complete [2023-03-08T21:43:22.202Z] 4583459ba037: Download complete [2023-03-08T21:43:22.202Z] 21b2b0c7a3f4: Verifying Checksum [2023-03-08T21:43:22.202Z] 21b2b0c7a3f4: Download complete [2023-03-08T21:43:22.202Z] 22ff95d597cd: Verifying Checksum [2023-03-08T21:43:22.202Z] 22ff95d597cd: Download complete [2023-03-08T21:43:22.202Z] 213ec9aee27d: Download complete [2023-03-08T21:43:22.468Z] 12d6caf4c0d1: Verifying Checksum [2023-03-08T21:43:22.468Z] 12d6caf4c0d1: Download complete [2023-03-08T21:43:22.468Z] 213ec9aee27d: Pull complete [2023-03-08T21:43:22.468Z] 4583459ba037: Pull complete [2023-03-08T21:43:22.468Z] 93c1e223e6f2: Pull complete [2023-03-08T21:43:23.053Z] a7acece74701: Verifying Checksum [2023-03-08T21:43:23.053Z] a7acece74701: Download complete [2023-03-08T21:43:23.053Z] 96b7cbca73a9: Verifying Checksum [2023-03-08T21:43:23.053Z] 53926ce57604: Verifying Checksum [2023-03-08T21:43:23.053Z] 53926ce57604: Download complete [2023-03-08T21:43:27.238Z] 53926ce57604: Pull complete [2023-03-08T21:43:27.238Z] 21b2b0c7a3f4: Pull complete [2023-03-08T21:43:27.238Z] 22ff95d597cd: Pull complete [2023-03-08T21:43:27.238Z] 12d6caf4c0d1: Pull complete [2023-03-08T21:43:28.612Z] 96b7cbca73a9: Pull complete [2023-03-08T21:43:29.545Z] a7acece74701: Pull complete [2023-03-08T21:43:29.545Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-03-08T21:43:29.545Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-08T21:43:29.545Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-03-08T21:43:29.835Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-08T21:43:29.835Z] WORKDIR /edgex [2023-03-08T21:43:29.835Z] COPY go.mod . [2023-03-08T21:43:29.835Z] RUN go mod download [2023-03-08T21:43:29.835Z] + docker build -t ci-base-image-x86_64 -f - . [2023-03-08T21:43:30.405Z] Sending build context to Docker daemon 170.3MB [2023-03-08T21:43:30.405Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-08T21:43:30.405Z] ---> db6d94c90886 [2023-03-08T21:43:30.405Z] Step 2/4 : WORKDIR /edgex [2023-03-08T21:43:32.308Z] ---> Running in c23ac587bf05 [2023-03-08T21:43:32.568Z] Removing intermediate container c23ac587bf05 [2023-03-08T21:43:32.568Z] ---> 12a5f7b4031f [2023-03-08T21:43:32.568Z] Step 3/4 : COPY go.mod . [2023-03-08T21:43:32.568Z] ---> eabfe6aa6e14 [2023-03-08T21:43:32.568Z] Step 4/4 : RUN go mod download [2023-03-08T21:43:32.568Z] ---> Running in a57ef8f86ce7 [2023-03-08T21:43:36.551Z] Still waiting to schedule task [2023-03-08T21:43:36.551Z] ‘prd-centos7-blackbox-4c-2g-8233’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ [2023-03-08T21:43:36.551Z] ‘prd-centos7-blackbox-4c-2g-8234’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ [2023-03-08T21:43:36.551Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-8902’ is offline [2023-03-08T21:43:42.551Z] Removing intermediate container a57ef8f86ce7 [2023-03-08T21:43:42.551Z] ---> d578757a9c28 [2023-03-08T21:43:42.551Z] Successfully built d578757a9c28 [2023-03-08T21:43:42.551Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:43:42.848Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-08T21:43:42.848Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T21:43:42.917Z] prd-ubuntu20.04-docker-8c-8g-8901 does not seem to be running inside a container [2023-03-08T21:43:42.942Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/446 -v /w/workspace/edgex-go/446:/w/workspace/edgex-go/446:rw,z -v /w/workspace/edgex-go/446@tmp:/w/workspace/edgex-go/446@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-03-08T21:43:43.299Z] $ docker top ea16b6a8c81d908d84a760d3441e130f200a7d7edaebd9609d3a527184eede28 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-08T21:43:43.627Z] + go version [2023-03-08T21:43:43.627Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-03-08T21:43:43.641Z] $ docker stop --time=1 ea16b6a8c81d908d84a760d3441e130f200a7d7edaebd9609d3a527184eede28 [2023-03-08T21:43:44.960Z] $ docker rm -f --volumes ea16b6a8c81d908d84a760d3441e130f200a7d7edaebd9609d3a527184eede28 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:43:45.343Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-08T21:43:45.343Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T21:43:45.414Z] prd-ubuntu20.04-docker-8c-8g-8901 does not seem to be running inside a container [2023-03-08T21:43:45.446Z] $ 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/446 -v /w/workspace/edgex-go/446:/w/workspace/edgex-go/446:rw,z -v /w/workspace/edgex-go/446@tmp:/w/workspace/edgex-go/446@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-03-08T21:43:45.788Z] $ docker top 887f3e530b547077152f6cc31c3a1d2886d0eb5d0db7a0f5942c87843430c9db -eo pid,comm [Pipeline] { [Pipeline] echo [2023-03-08T21:43:45.847Z] ========================================================= [2023-03-08T21:43:45.847Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-03-08T21:43:45.847Z] ========================================================= [Pipeline] sh [2023-03-08T21:43:46.131Z] + git config --global --add safe.directory /w/workspace/edgex-go/446 [Pipeline] fileExists [Pipeline] sh [2023-03-08T21:43:46.426Z] + make test [2023-03-08T21:43:46.426Z] go test -race -coverprofile=coverage.out ./... [2023-03-08T21:43:52.987Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-03-08T21:44:05.175Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-03-08T21:44:05.175Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-03-08T21:44:05.175Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-03-08T21:44:05.175Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-03-08T21:44:05.175Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-03-08T21:44:05.175Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-03-08T21:44:05.175Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-03-08T21:44:05.175Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-03-08T21:44:05.175Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-03-08T21:44:05.175Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-03-08T21:44:05.175Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-03-08T21:44:05.175Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-03-08T21:44:05.175Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-03-08T21:44:05.175Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-03-08T21:44:05.739Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.052s coverage: 28.7% of statements [2023-03-08T21:44:05.739Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-03-08T21:44:05.739Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-03-08T21:44:05.739Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.094s coverage: 98.5% of statements [2023-03-08T21:44:09.020Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.117s coverage: 71.2% of statements [2023-03-08T21:44:09.020Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-03-08T21:44:09.020Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-03-08T21:44:09.020Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-03-08T21:44:09.020Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.094s coverage: 54.0% of statements [2023-03-08T21:44:09.020Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-03-08T21:44:09.020Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-03-08T21:44:09.590Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.127s coverage: 88.5% of statements [2023-03-08T21:44:09.590Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-03-08T21:44:09.590Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-03-08T21:44:09.590Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-03-08T21:44:09.590Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-03-08T21:44:09.590Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-03-08T21:44:09.590Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.075s coverage: 3.9% of statements [2023-03-08T21:44:09.590Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-03-08T21:44:09.590Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-03-08T21:44:09.590Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.498s coverage: 95.6% of statements [2023-03-08T21:44:09.590Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-03-08T21:44:09.590Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-03-08T21:44:09.590Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-03-08T21:44:09.590Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.083s coverage: 72.2% of statements [2023-03-08T21:44:09.590Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-03-08T21:44:09.590Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-03-08T21:44:09.590Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-03-08T21:44:09.590Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-03-08T21:44:09.590Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-03-08T21:44:09.590Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.053s coverage: 65.9% of statements [2023-03-08T21:44:09.590Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-03-08T21:44:09.590Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-03-08T21:44:09.590Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-03-08T21:44:09.590Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.061s coverage: 0.9% of statements [2023-03-08T21:44:09.590Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-03-08T21:44:09.590Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.079s coverage: 29.6% of statements [2023-03-08T21:44:09.590Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-03-08T21:44:09.590Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.055s coverage: 45.5% of statements [2023-03-08T21:44:09.590Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.066s coverage: 82.9% of statements [2023-03-08T21:44:09.590Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.062s coverage: 94.1% of statements [2023-03-08T21:44:09.590Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.072s coverage: 96.3% of statements [2023-03-08T21:44:09.590Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.066s coverage: 87.5% of statements [2023-03-08T21:44:16.147Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.057s coverage: 94.4% of statements [2023-03-08T21:44:31.039Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.361s coverage: 79.9% of statements [2023-03-08T21:44:31.039Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-03-08T21:44:31.039Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.086s coverage: 92.9% of statements [2023-03-08T21:44:31.039Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-03-08T21:44:31.039Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-03-08T21:44:31.039Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-03-08T21:44:31.039Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.027s coverage: 64.4% of statements [2023-03-08T21:44:31.039Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-03-08T21:44:31.039Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-03-08T21:44:31.039Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-03-08T21:44:31.039Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-03-08T21:44:31.039Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.067s coverage: 86.9% of statements [2023-03-08T21:44:31.039Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-03-08T21:44:31.039Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-03-08T21:44:31.039Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-03-08T21:44:31.039Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-03-08T21:44:31.039Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.063s coverage: 87.2% of statements [2023-03-08T21:44:31.039Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.053s coverage: 20.0% of statements [2023-03-08T21:44:31.039Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-03-08T21:44:31.039Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-03-08T21:44:31.039Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.052s coverage: 100.0% of statements [2023-03-08T21:44:31.039Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-03-08T21:44:31.039Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.084s coverage: 81.2% of statements [2023-03-08T21:44:31.039Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.085s coverage: 82.1% of statements [2023-03-08T21:44:31.039Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-03-08T21:44:31.039Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.054s coverage: 84.8% of statements [2023-03-08T21:44:31.039Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-03-08T21:44:31.039Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.220s coverage: 63.1% of statements [2023-03-08T21:44:31.039Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-03-08T21:44:31.039Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-03-08T21:44:31.039Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.064s coverage: 100.0% of statements [2023-03-08T21:44:31.039Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 89.4% of statements [2023-03-08T21:44:31.039Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2023-03-08T21:44:31.039Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.024s coverage: 73.7% of statements [2023-03-08T21:44:31.039Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.021s coverage: 100.0% of statements [2023-03-08T21:44:31.039Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-03-08T21:44:31.039Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-03-08T21:44:31.039Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-03-08T21:44:31.039Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.155s coverage: 38.4% of statements [2023-03-08T21:44:31.039Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-03-08T21:44:31.039Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-03-08T21:44:31.039Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.051s coverage: 89.5% of statements [2023-03-08T21:44:31.039Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-03-08T21:44:31.039Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.071s coverage: 84.8% of statements [2023-03-08T21:44:31.039Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-03-08T21:44:31.039Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-03-08T21:44:31.039Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-03-08T21:44:31.039Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-03-08T21:44:31.039Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.076s coverage: 17.7% of statements [2023-03-08T21:44:31.039Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-03-08T21:44:31.039Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-03-08T21:44:31.039Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-03-08T21:44:31.039Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-03-08T21:44:31.039Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.148s coverage: 92.3% of statements [2023-03-08T21:44:31.039Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-03-08T21:44:31.039Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-03-08T21:44:31.039Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-03-08T21:44:31.039Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-03-08T21:44:31.039Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.053s coverage: 63.2% of statements [2023-03-08T21:44:31.039Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-03-08T21:44:31.039Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-03-08T21:44:31.039Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.108s coverage: 97.7% of statements [2023-03-08T21:44:31.039Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-03-08T21:44:31.039Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-03-08T21:44:31.299Z] 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-03-08T21:44:49.377Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2023-03-08T21:44:49.377Z] go vet ./... [2023-03-08T21:44:51.901Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-08T21:44:51.901Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-08T21:44:52.159Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-08T21:44:52.171Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-03-08T21:44:52.457Z] + ls -al . [2023-03-08T21:44:52.457Z] total 704 [2023-03-08T21:44:52.457Z] drwxrwxr-x 11 1001 1001 4096 Mar 8 21:43 . [2023-03-08T21:44:52.457Z] drwxr-xr-x 4 root root 4096 Mar 8 21:43 .. [2023-03-08T21:44:52.457Z] drwxrwxr-x 2 1001 1001 4096 Mar 8 21:43 .blubracket [2023-03-08T21:44:52.457Z] -rw-rw-r-- 1 1001 1001 16 Mar 8 21:43 .dockerignore [2023-03-08T21:44:52.457Z] drwxrwxr-x 8 1001 1001 4096 Mar 8 21:44 .git [2023-03-08T21:44:52.457Z] drwxrwxr-x 3 1001 1001 4096 Mar 8 21:43 .github [2023-03-08T21:44:52.457Z] -rw-rw-r-- 1 1001 1001 1112 Mar 8 21:43 .gitignore [2023-03-08T21:44:52.457Z] -rw-rw-r-- 1 1001 1001 42 Mar 8 21:43 .golangci.yml [2023-03-08T21:44:52.457Z] -rw-rw-r-- 1 1001 1001 87 Mar 8 21:43 .hadolint.yml [2023-03-08T21:44:52.457Z] drwxr-xr-x 3 1001 1001 4096 Mar 8 21:43 .semver [2023-03-08T21:44:52.457Z] -rw-rw-r-- 1 1001 1001 166 Mar 8 21:43 .sonarcloud.properties [2023-03-08T21:44:52.457Z] -rw-rw-r-- 1 1001 1001 1171 Mar 8 21:43 ADOPTERS.md [2023-03-08T21:44:52.457Z] -rw-rw-r-- 1 1001 1001 10825 Mar 8 21:43 Attribution.txt [2023-03-08T21:44:52.457Z] -rw-rw-r-- 1 1001 1001 73765 Mar 8 21:43 CHANGELOG.md [2023-03-08T21:44:52.457Z] -rw-rw-r-- 1 1001 1001 3804 Mar 8 21:43 CONTRIBUTING.md [2023-03-08T21:44:52.457Z] -rw-rw-r-- 1 1001 1001 677 Mar 8 21:43 GOVERNANCE.md [2023-03-08T21:44:52.457Z] -rw-rw-r-- 1 1001 1001 883 Mar 8 21:43 Jenkinsfile [2023-03-08T21:44:52.457Z] -rw-rw-r-- 1 1001 1001 10775 Mar 8 21:43 LICENSE [2023-03-08T21:44:52.457Z] -rw-rw-r-- 1 1001 1001 14071 Mar 8 21:43 Makefile [2023-03-08T21:44:52.457Z] -rw-rw-r-- 1 1001 1001 582 Mar 8 21:43 OWNERS.md [2023-03-08T21:44:52.457Z] -rw-rw-r-- 1 1001 1001 9403 Mar 8 21:43 README.md [2023-03-08T21:44:52.457Z] -rw-rw-r-- 1 1001 1001 6912 Mar 8 21:43 SECURITY.md [2023-03-08T21:44:52.457Z] -rw-rw-r-- 1 1001 1001 12 Mar 8 21:43 VERSION [2023-03-08T21:44:52.457Z] drwxrwxr-x 2 1001 1001 4096 Mar 8 21:43 bin [2023-03-08T21:44:52.457Z] drwxrwxr-x 18 1001 1001 4096 Mar 8 21:43 cmd [2023-03-08T21:44:52.457Z] -rw-r--r-- 1 root root 446903 Mar 8 21:44 coverage.out [2023-03-08T21:44:52.457Z] -rw-rw-r-- 1 1001 1001 3232 Mar 8 21:43 go.mod [2023-03-08T21:44:52.457Z] -rw-rw-r-- 1 1001 1001 31098 Mar 8 21:43 go.sum [2023-03-08T21:44:52.457Z] drwxrwxr-x 7 1001 1001 4096 Mar 8 21:43 internal [2023-03-08T21:44:52.457Z] drwxrwxr-x 3 1001 1001 4096 Mar 8 21:43 openapi [2023-03-08T21:44:52.457Z] drwxrwxr-x 4 1001 1001 4096 Mar 8 21:43 snap [2023-03-08T21:44:52.457Z] -rw-rw-r-- 1 1001 1001 204 Mar 8 21:43 version.go [Pipeline] sh [2023-03-08T21:44:52.744Z] + '[' -e coverage.out ] [2023-03-08T21:44:52.744Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-03-08T21:44:52.911Z] Stashed 1 file(s) [Pipeline] sh [2023-03-08T21:44:53.229Z] + make build [2023-03-08T21:44:53.229Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-03-08T21:45:05.484Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-03-08T21:45:05.484Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-03-08T21:45:06.050Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-03-08T21:45:06.984Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-03-08T21:45:13.540Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-03-08T21:45:14.912Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-03-08T21:45:15.846Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-03-08T21:45:17.222Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-03-08T21:45:17.789Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-03-08T21:45:18.723Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-03-08T21:45:19.658Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-03-08T21:45:21.043Z] $ docker stop --time=1 887f3e530b547077152f6cc31c3a1d2886d0eb5d0db7a0f5942c87843430c9db [2023-03-08T21:45:23.424Z] $ docker rm -f --volumes 887f3e530b547077152f6cc31c3a1d2886d0eb5d0db7a0f5942c87843430c9db [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:45:24.259Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-08T21:45:24.259Z] [2023-03-08T21:45:24.259Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:45:24.565Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-08T21:45:24.565Z] latest: Pulling from edgex-devops/edgex-compose [2023-03-08T21:45:24.565Z] cbdbe7a5bc2a: Pulling fs layer [2023-03-08T21:45:24.565Z] ca9280d653b3: Pulling fs layer [2023-03-08T21:45:24.565Z] 7e9c9ca2126c: Pulling fs layer [2023-03-08T21:45:24.824Z] cbdbe7a5bc2a: Verifying Checksum [2023-03-08T21:45:24.824Z] cbdbe7a5bc2a: Download complete [2023-03-08T21:45:24.824Z] cbdbe7a5bc2a: Pull complete [2023-03-08T21:45:24.824Z] ca9280d653b3: Download complete [2023-03-08T21:45:25.391Z] 7e9c9ca2126c: Verifying Checksum [2023-03-08T21:45:25.391Z] 7e9c9ca2126c: Download complete [2023-03-08T21:45:25.391Z] ca9280d653b3: Pull complete [2023-03-08T21:45:28.672Z] 7e9c9ca2126c: Pull complete [2023-03-08T21:45:28.672Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-03-08T21:45:28.672Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-08T21:45:28.672Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T21:45:28.742Z] prd-ubuntu20.04-docker-8c-8g-8901 does not seem to be running inside a container [2023-03-08T21:45:28.772Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/446 -v /w/workspace/edgex-go/446:/w/workspace/edgex-go/446:rw,z -v /w/workspace/edgex-go/446@tmp:/w/workspace/edgex-go/446@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-03-08T21:45:29.935Z] $ docker top 065826c7ad5f56a29df82a4655a17c5f52ff498bb0642c1401fe01ceeb983db0 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-08T21:45:30.266Z] + docker-compose build --help [2023-03-08T21:45:30.266Z] + grep parallel [2023-03-08T21:45:30.833Z] --parallel Build images in parallel. [Pipeline] } [2023-03-08T21:45:30.845Z] $ docker stop --time=1 065826c7ad5f56a29df82a4655a17c5f52ff498bb0642c1401fe01ceeb983db0 [2023-03-08T21:45:32.137Z] $ docker rm -f --volumes 065826c7ad5f56a29df82a4655a17c5f52ff498bb0642c1401fe01ceeb983db0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:45:32.530Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-08T21:45:32.530Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T21:45:32.602Z] prd-ubuntu20.04-docker-8c-8g-8901 does not seem to be running inside a container [2023-03-08T21:45:32.635Z] $ 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/446 -v /w/workspace/edgex-go/446:/w/workspace/edgex-go/446:rw,z -v /w/workspace/edgex-go/446@tmp:/w/workspace/edgex-go/446@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-03-08T21:45:32.973Z] $ docker top e132b2933047a8dc8d5fa49993bef3548b0b347d897c7c290ed17e11aa0177fc -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-08T21:45:33.311Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-03-08T21:45:33.878Z] Building core-command ... [2023-03-08T21:45:33.878Z] Building core-common-config-bootstrapper ... [2023-03-08T21:45:33.878Z] Building core-data ... [2023-03-08T21:45:33.878Z] Building core-metadata ... [2023-03-08T21:45:33.878Z] Building security-bootstrapper ... [2023-03-08T21:45:33.878Z] Building security-proxy-auth ... [2023-03-08T21:45:33.878Z] Building security-proxy-setup ... [2023-03-08T21:45:33.878Z] Building security-secretstore-setup ... [2023-03-08T21:45:33.878Z] Building security-spiffe-token-provider ... [2023-03-08T21:45:33.878Z] Building security-spire-agent ... [2023-03-08T21:45:33.878Z] Building security-spire-config ... [2023-03-08T21:45:33.878Z] Building security-spire-server ... [2023-03-08T21:45:33.878Z] Building support-notifications ... [2023-03-08T21:45:33.878Z] Building support-scheduler ... [2023-03-08T21:45:33.878Z] Building security-spire-server [2023-03-08T21:45:33.878Z] Building security-proxy-setup [2023-03-08T21:45:33.878Z] Building security-bootstrapper [2023-03-08T21:45:33.878Z] Building core-data [2023-03-08T21:45:33.878Z] Building security-spire-agent [2023-03-08T21:45:43.867Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T21:45:43.867Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-03-08T21:45:43.867Z] ---> d578757a9c28 [2023-03-08T21:45:43.867Z] Step 3/32 : WORKDIR /edgex-go [2023-03-08T21:45:43.867Z] Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T21:45:43.867Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-03-08T21:45:43.867Z] ---> d578757a9c28 [2023-03-08T21:45:43.867Z] Step 3/20 : WORKDIR /edgex-go [2023-03-08T21:45:43.868Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T21:45:43.868Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-08T21:45:43.868Z] ---> d578757a9c28 [2023-03-08T21:45:43.868Z] Step 3/23 : WORKDIR /edgex-go [2023-03-08T21:45:43.868Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T21:45:43.868Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-08T21:45:43.868Z] ---> d578757a9c28 [2023-03-08T21:45:43.868Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-08T21:45:43.868Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T21:45:43.868Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-08T21:45:43.868Z] ---> d578757a9c28 [2023-03-08T21:45:43.868Z] Step 3/24 : WORKDIR /edgex-go [2023-03-08T21:45:47.156Z] ---> Running in 7dd838e53992 [2023-03-08T21:45:47.156Z] ---> Running in 110987929f21 [2023-03-08T21:45:47.156Z] ---> Running in ba3fa0fa71b9 [2023-03-08T21:45:47.156Z] ---> Running in 741c72a14a08 [2023-03-08T21:45:47.156Z] ---> Running in 965334ff95c6 [2023-03-08T21:45:47.156Z] Removing intermediate container 741c72a14a08 [2023-03-08T21:45:47.156Z] ---> 2368867c87da [2023-03-08T21:45:47.156Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-03-08T21:45:47.156Z] Removing intermediate container 110987929f21 [2023-03-08T21:45:47.156Z] ---> 1cea2dd8d977 [2023-03-08T21:45:47.156Z] Step 4/20 : RUN apk add --update --no-cache make git [2023-03-08T21:45:47.156Z] Removing intermediate container 965334ff95c6 [2023-03-08T21:45:47.156Z] ---> 23fc5c058c3a [2023-03-08T21:45:47.156Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-03-08T21:45:47.156Z] Removing intermediate container ba3fa0fa71b9 [2023-03-08T21:45:47.156Z] ---> 62e05e1a8a6f [2023-03-08T21:45:47.156Z] Step 4/22 : WORKDIR /edgex-go [2023-03-08T21:45:47.156Z] Removing intermediate container 7dd838e53992 [2023-03-08T21:45:47.156Z] ---> 400628f5d223 [2023-03-08T21:45:47.156Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-03-08T21:45:47.156Z] ---> Running in caf11b18843c [2023-03-08T21:45:47.156Z] ---> Running in c1134fbf95a1 [2023-03-08T21:45:47.156Z] ---> Running in 7ffb0547c9ef [2023-03-08T21:45:47.156Z] ---> Running in affba2f23a57 [2023-03-08T21:45:47.156Z] ---> Running in c310c199d753 [2023-03-08T21:45:47.156Z] Removing intermediate container affba2f23a57 [2023-03-08T21:45:47.156Z] ---> 0f53e41fbc49 [2023-03-08T21:45:47.156Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-08T21:45:47.156Z] ---> Running in 4f35be26f66e [2023-03-08T21:45:47.414Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T21:45:47.671Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T21:45:47.671Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T21:45:47.671Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T21:45:47.929Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T21:45:47.929Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T21:45:47.929Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T21:45:47.929Z] OK: 211 MiB in 51 packages [2023-03-08T21:45:47.929Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T21:45:47.929Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T21:45:47.929Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T21:45:47.929Z] OK: 211 MiB in 51 packages [2023-03-08T21:45:48.190Z] OK: 211 MiB in 51 packages [2023-03-08T21:45:48.190Z] OK: 211 MiB in 51 packages [2023-03-08T21:45:48.190Z] OK: 211 MiB in 51 packages [2023-03-08T21:45:48.450Z] Removing intermediate container caf11b18843c [2023-03-08T21:45:48.450Z] ---> bb5f29a28bf3 [2023-03-08T21:45:48.450Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-08T21:45:48.450Z] Removing intermediate container c1134fbf95a1 [2023-03-08T21:45:48.450Z] ---> 72b6975abb41 [2023-03-08T21:45:48.450Z] Step 5/32 : COPY go.mod vendor* ./ [2023-03-08T21:45:48.450Z] ---> 6a4074483007 [2023-03-08T21:45:48.450Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T21:45:48.450Z] ---> ae9f44fc095c [2023-03-08T21:45:48.450Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T21:45:48.708Z] ---> Running in 385524fbd7b5 [2023-03-08T21:45:48.708Z] ---> Running in a2d339e68080 [2023-03-08T21:45:48.708Z] Removing intermediate container 4f35be26f66e [2023-03-08T21:45:48.708Z] ---> 078a563d329c [2023-03-08T21:45:48.708Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-08T21:45:48.708Z] Removing intermediate container 7ffb0547c9ef [2023-03-08T21:45:48.708Z] ---> 161129aab031 [2023-03-08T21:45:48.708Z] Step 5/20 : COPY go.mod vendor* ./ [2023-03-08T21:45:48.708Z] Removing intermediate container c310c199d753 [2023-03-08T21:45:48.708Z] ---> 3bd257b96d41 [2023-03-08T21:45:48.708Z] Step 5/23 : COPY go.mod vendor* ./ [2023-03-08T21:45:48.966Z] ---> b4a6f4f90a66 [2023-03-08T21:45:48.966Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T21:45:48.967Z] ---> Running in 419615876b58 [2023-03-08T21:45:48.967Z] ---> c42b7e54de59 [2023-03-08T21:45:48.967Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T21:45:48.967Z] ---> Running in 15ff0db253e1 [2023-03-08T21:45:48.967Z] ---> b94f2a2d2929 [2023-03-08T21:45:48.967Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T21:45:48.967Z] ---> Running in e24f3ae16cf7 [2023-03-08T21:46:15.557Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-8905 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2023-03-08T21:46:15.572Z] Running in /w/workspace/edgex-go/446 [Pipeline] { [Pipeline] checkout [2023-03-08T21:46:15.617Z] The recommended git tool is: git [2023-03-08T21:46:21.031Z] Removing intermediate container 419615876b58 [2023-03-08T21:46:21.031Z] ---> 3cef6a3f8a98 [2023-03-08T21:46:21.031Z] Step 8/22 : COPY . . [2023-03-08T21:46:21.031Z] Removing intermediate container 385524fbd7b5 [2023-03-08T21:46:21.031Z] ---> 027468a696bc [2023-03-08T21:46:21.031Z] Step 7/32 : COPY . . [2023-03-08T21:46:21.031Z] Removing intermediate container 15ff0db253e1 [2023-03-08T21:46:21.031Z] ---> 40e90bea1b6e [2023-03-08T21:46:21.031Z] Step 7/20 : COPY . . [2023-03-08T21:46:21.031Z] Removing intermediate container a2d339e68080 [2023-03-08T21:46:21.031Z] ---> d70392836e12 [2023-03-08T21:46:21.031Z] Step 7/24 : COPY . . [2023-03-08T21:46:21.031Z] Removing intermediate container e24f3ae16cf7 [2023-03-08T21:46:21.031Z] ---> 674aa4892d57 [2023-03-08T21:46:21.031Z] Step 7/23 : COPY . . [2023-03-08T21:46:27.478Z] using credential edgex-jenkins-ssh [2023-03-08T21:46:27.510Z] Cloning the remote Git repository [2023-03-08T21:46:27.600Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-03-08T21:46:27.725Z] > git init /w/workspace/edgex-go/446 # timeout=10 [2023-03-08T21:46:29.155Z] ---> 0a3dd9b7f532 [2023-03-08T21:46:29.155Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper ---> 34767069abae [2023-03-08T21:46:29.155Z] [2023-03-08T21:46:29.155Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-03-08T21:46:29.155Z] ---> 37b09b8b7533 [2023-03-08T21:46:29.155Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-03-08T21:46:29.155Z] ---> Running in 614e930cdb3a [2023-03-08T21:46:29.155Z] ---> Running in 74468f3a5033 [2023-03-08T21:46:29.155Z] ---> Running in c433e799ef35 [2023-03-08T21:46:29.155Z] ---> 9ceb7a058ee6 [2023-03-08T21:46:29.155Z] Step 8/20 : RUN make cmd/secrets-config/secrets-config [2023-03-08T21:46:29.414Z] ---> 95454cdb6a5b [2023-03-08T21:46:29.414Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-03-08T21:46:29.414Z] ---> Running in 77c03d53e013 [2023-03-08T21:46:29.414Z] ---> Running in f4a43b891a85 [2023-03-08T21:46:29.414Z] Removing intermediate container 614e930cdb3a [2023-03-08T21:46:29.414Z] ---> 4f89890fface [2023-03-08T21:46:29.414Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-03-08T21:46:29.414Z] ---> Running in 4d158aa17c21 [2023-03-08T21:46:29.414Z] Removing intermediate container f4a43b891a85 [2023-03-08T21:46:29.414Z] ---> 4d8126f4c39c [2023-03-08T21:46:29.414Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-03-08T21:46:29.414Z] ---> Running in adefd9188208 [2023-03-08T21:46:29.414Z] Removing intermediate container 4d158aa17c21 [2023-03-08T21:46:29.414Z] ---> 4cb3e8ffd036 [2023-03-08T21:46:29.414Z] Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-08T21:46:28.008Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-03-08T21:46:28.010Z] > git --version # timeout=10 [2023-03-08T21:46:28.047Z] > git --version # 'git version 2.25.1' [2023-03-08T21:46:28.055Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-08T21:46:28.213Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-08T21:46:29.674Z] ---> Running in b3ef708e322f [2023-03-08T21:46:29.674Z] Removing intermediate container adefd9188208 [2023-03-08T21:46:29.674Z] ---> e6663bc24a6c [2023-03-08T21:46:29.674Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-08T21:46:29.674Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-03-08T21:46:29.674Z] ---> Running in 6e2c2eefadde [2023-03-08T21:46:29.933Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-03-08T21:46:29.933Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-03-08T21:46:30.867Z] Removing intermediate container b3ef708e322f [2023-03-08T21:46:30.867Z] ---> 0ee3b0f2b2c1 [2023-03-08T21:46:30.867Z] Step 11/23 : WORKDIR /edgex-go [2023-03-08T21:46:30.867Z] Removing intermediate container 6e2c2eefadde [2023-03-08T21:46:30.867Z] ---> 38b49b5e5363 [2023-03-08T21:46:30.867Z] Step 11/24 : WORKDIR /edgex-go [2023-03-08T21:46:30.867Z] ---> Running in 7a032d0c5806 [2023-03-08T21:46:30.867Z] ---> Running in 5408b297cb38 [2023-03-08T21:46:31.124Z] Removing intermediate container 5408b297cb38 [2023-03-08T21:46:31.124Z] ---> 3a180bddfcc8 [2023-03-08T21:46:31.124Z] [2023-03-08T21:46:31.124Z] Step 12/24 : FROM alpine:3.15 [2023-03-08T21:46:31.124Z] Removing intermediate container 7a032d0c5806 [2023-03-08T21:46:31.124Z] ---> e5698098cae2 [2023-03-08T21:46:31.124Z] [2023-03-08T21:46:31.124Z] Step 12/23 : FROM alpine:3.15 [2023-03-08T21:46:31.380Z] 3.15: Pulling from library/alpine [2023-03-08T21:46:31.380Z] 3.15: Pulling from library/alpine [2023-03-08T21:46:32.314Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-03-08T21:46:32.314Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-03-08T21:46:32.314Z] Status: Downloaded newer image for alpine:3.15 [2023-03-08T21:46:32.314Z] Status: Image is up to date for alpine:3.15 [2023-03-08T21:46:32.314Z] ---> 5ce65d7b0fde [2023-03-08T21:46:32.314Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-08T21:46:32.314Z] ---> 5ce65d7b0fde [2023-03-08T21:46:32.314Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-08T21:46:32.572Z] ---> Running in 87f7e48fe55a [2023-03-08T21:46:32.572Z] ---> Running in bfb461b0f6cf [2023-03-08T21:46:32.572Z] Removing intermediate container 87f7e48fe55a [2023-03-08T21:46:32.572Z] ---> 96a960491c9b [2023-03-08T21:46:32.572Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-08T21:46:32.572Z] Removing intermediate container bfb461b0f6cf [2023-03-08T21:46:32.572Z] ---> 4d905fd167f2 [2023-03-08T21:46:32.572Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-08T21:46:32.830Z] ---> Running in 2773b370a18c [2023-03-08T21:46:32.830Z] ---> Running in f32e61336da3 [2023-03-08T21:46:33.395Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-08T21:46:33.395Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-08T21:46:33.653Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-08T21:46:33.653Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-08T21:46:33.920Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-08T21:46:33.920Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-08T21:46:33.920Z] OK: 15859 distinct packages available [2023-03-08T21:46:33.920Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-08T21:46:33.920Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-08T21:46:33.920Z] OK: 15859 distinct packages available [2023-03-08T21:46:33.920Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-08T21:46:34.177Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-08T21:46:34.177Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-08T21:46:34.177Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-08T21:46:34.435Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-03-08T21:46:34.435Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-03-08T21:46:34.435Z] (3/5) Installing libucontext (1.1-r0) [2023-03-08T21:46:34.435Z] (4/5) Installing gcompat (1.0.0-r4) [2023-03-08T21:46:34.435Z] (5/5) Installing openssl (1.1.1t-r1) [2023-03-08T21:46:34.435Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-03-08T21:46:34.435Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-03-08T21:46:34.435Z] Executing busybox-1.34.1-r7.trigger [2023-03-08T21:46:34.435Z] (3/5) Installing libucontext (1.1-r0) [2023-03-08T21:46:34.435Z] OK: 7 MiB in 19 packages [2023-03-08T21:46:34.435Z] (4/5) Installing gcompat (1.0.0-r4) [2023-03-08T21:46:34.435Z] (5/5) Installing openssl (1.1.1t-r1) [2023-03-08T21:46:34.435Z] Executing busybox-1.34.1-r7.trigger [2023-03-08T21:46:34.435Z] OK: 7 MiB in 19 packages [2023-03-08T21:46:35.804Z] Removing intermediate container f32e61336da3 [2023-03-08T21:46:35.804Z] ---> 655438cbd0f3 [2023-03-08T21:46:35.804Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-03-08T21:46:35.804Z] Removing intermediate container 2773b370a18c [2023-03-08T21:46:35.804Z] ---> 37075374bb24 [2023-03-08T21:46:35.804Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-08T21:46:39.086Z] ---> 3e94e8b32a7f [2023-03-08T21:46:39.086Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-08T21:46:39.086Z] ---> b24cdf6e2b7b [2023-03-08T21:46:39.086Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-03-08T21:46:39.651Z] ---> 679055c178a5 [2023-03-08T21:46:39.651Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-03-08T21:46:40.629Z] ---> c8200d6e5e44 [2023-03-08T21:46:40.629Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-03-08T21:46:40.888Z] ---> cb2dacb00c20 [2023-03-08T21:46:40.888Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-03-08T21:46:41.152Z] ---> c7a26621bf2b [2023-03-08T21:46:41.152Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-08T21:46:41.152Z] ---> Running in c91110d80c1c [2023-03-08T21:46:41.439Z] ---> 4c324e9dcf8d [2023-03-08T21:46:41.439Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-03-08T21:46:41.698Z] Removing intermediate container c91110d80c1c [2023-03-08T21:46:41.698Z] ---> 2689a1f94104 [2023-03-08T21:46:41.698Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-08T21:46:41.698Z] ---> 45a54ceea445 [2023-03-08T21:46:41.698Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-03-08T21:46:41.698Z] ---> Running in f3eb779a8bed [2023-03-08T21:46:42.267Z] Removing intermediate container f3eb779a8bed [2023-03-08T21:46:42.267Z] ---> c00671d585ba [2023-03-08T21:46:42.267Z] Step 21/23 : LABEL arch=x86_64 [2023-03-08T21:46:42.267Z] ---> 7bf99909a695 [2023-03-08T21:46:42.267Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-08T21:46:42.267Z] ---> Running in 35f319cee098 [2023-03-08T21:46:42.267Z] ---> Running in db73a3bf187a [2023-03-08T21:46:42.525Z] Removing intermediate container 35f319cee098 [2023-03-08T21:46:42.525Z] ---> 12e568a83b8a [2023-03-08T21:46:42.525Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-08T21:46:42.525Z] Removing intermediate container db73a3bf187a [2023-03-08T21:46:42.525Z] ---> f224e1e24733 [2023-03-08T21:46:42.525Z] Step 22/23 : LABEL git_sha=54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T21:46:42.525Z] ---> Running in 5e6fa3e4e59f [2023-03-08T21:46:42.793Z] ---> Running in 269e42101b02 [2023-03-08T21:46:42.793Z] Removing intermediate container 5e6fa3e4e59f [2023-03-08T21:46:42.793Z] ---> 4fee4910fedc [2023-03-08T21:46:42.793Z] Step 22/24 : LABEL arch=x86_64 [2023-03-08T21:46:42.793Z] Removing intermediate container 269e42101b02 [2023-03-08T21:46:42.794Z] ---> 603e19e7d99a [2023-03-08T21:46:42.794Z] Step 23/23 : LABEL version=3.0.0-dev.84 [2023-03-08T21:46:43.051Z] ---> Running in 419fe791330d [2023-03-08T21:46:43.051Z] ---> Running in 449484d1ef8e [2023-03-08T21:46:43.311Z] Removing intermediate container 419fe791330d [2023-03-08T21:46:43.311Z] ---> d0918a3d52e9 [2023-03-08T21:46:43.311Z] Step 23/24 : LABEL git_sha=54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T21:46:43.311Z] ---> Running in 92307541d724 [2023-03-08T21:46:43.311Z] Removing intermediate container 449484d1ef8e [2023-03-08T21:46:43.311Z] ---> cf13b0028ed6 [2023-03-08T21:46:43.311Z] [2023-03-08T21:46:43.311Z] Successfully built cf13b0028ed6 [2023-03-08T21:46:43.311Z] Successfully tagged security-spire-server:latest [2023-03-08T21:46:43.311Z] Building security-spiffe-token-provider [2023-03-08T21:46:43.880Z]  Building security-spire-server ... done Removing intermediate container 92307541d724 [2023-03-08T21:46:43.880Z] ---> 47b6c90548a6 [2023-03-08T21:46:43.880Z] Step 24/24 : LABEL version=3.0.0-dev.84 [2023-03-08T21:46:45.248Z] ---> Running in b7ee30ef86ce [2023-03-08T21:46:45.248Z] Removing intermediate container b7ee30ef86ce [2023-03-08T21:46:45.248Z] ---> e0a3d2b66f3b [2023-03-08T21:46:45.248Z] [2023-03-08T21:46:45.507Z] Successfully built e0a3d2b66f3b [2023-03-08T21:46:45.507Z] Successfully tagged security-spire-agent:latest [2023-03-08T21:46:45.507Z]  Building security-spire-agent ... done Building support-scheduler [2023-03-08T21:46:47.400Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T21:46:47.400Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-03-08T21:46:47.400Z] ---> d578757a9c28 [2023-03-08T21:46:47.400Z] Step 3/19 : WORKDIR /edgex-go [2023-03-08T21:46:47.400Z] ---> Using cache [2023-03-08T21:46:47.400Z] ---> 400628f5d223 [2023-03-08T21:46:47.400Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-03-08T21:46:48.807Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T21:46:48.807Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-08T21:46:48.807Z] ---> d578757a9c28 [2023-03-08T21:46:48.807Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-08T21:46:48.807Z] ---> Using cache [2023-03-08T21:46:48.807Z] ---> 62e05e1a8a6f [2023-03-08T21:46:48.807Z] Step 4/22 : WORKDIR /edgex-go [2023-03-08T21:46:48.807Z] ---> Using cache [2023-03-08T21:46:48.807Z] ---> 0f53e41fbc49 [2023-03-08T21:46:48.807Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-08T21:46:48.807Z] ---> Using cache [2023-03-08T21:46:48.807Z] ---> 078a563d329c [2023-03-08T21:46:48.807Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-08T21:46:48.807Z] ---> Using cache [2023-03-08T21:46:48.807Z] ---> b4a6f4f90a66 [2023-03-08T21:46:48.807Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T21:46:48.807Z] ---> Using cache [2023-03-08T21:46:48.807Z] ---> 3cef6a3f8a98 [2023-03-08T21:46:48.807Z] Step 8/22 : COPY . . [2023-03-08T21:46:48.807Z] ---> Using cache [2023-03-08T21:46:48.807Z] ---> 34767069abae [2023-03-08T21:46:48.807Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-03-08T21:46:49.309Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-03-08T21:46:49.337Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-08T21:46:50.558Z] Avoid second fetch [2023-03-08T21:46:50.559Z] Checking out Revision 54929a7ab6bf9e03e113416e19b38331485fa87d (main) [2023-03-08T21:46:50.704Z] ---> Running in 390156dcd0a7 [2023-03-08T21:46:50.704Z] ---> Running in 19bdd7724c11 [2023-03-08T21:46:50.961Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T21:46:50.961Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-03-08T21:46:50.961Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T21:46:51.218Z] v3.16.4-45-gacf6038d705 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-03-08T21:46:51.218Z] v3.16.4-42-gf483c31bb36 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-03-08T21:46:51.218Z] OK: 17046 distinct packages available [2023-03-08T21:46:51.475Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T21:46:51.475Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T21:46:51.485Z] Commit message: "fix: Disable common App Service metrics by default (#4425)" [2023-03-08T21:46:51.732Z] OK: 211 MiB in 51 packages [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-08T21:46:52.465Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-03-08T21:46:52.465Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-08T21:46:52.465Z] Dload Upload Total Spent Left Speed [2023-03-08T21:46:52.465Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 155k 0 --:--:-- --:--:-- --:--:-- 155k [2023-03-08T21:46:50.583Z] > git config core.sparsecheckout # timeout=10 [2023-03-08T21:46:50.606Z] > git checkout -f 54929a7ab6bf9e03e113416e19b38331485fa87d # timeout=10 [Pipeline] sh [2023-03-08T21:46:53.257Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-03-08T21:46:53.631Z] Removing intermediate container 390156dcd0a7 [2023-03-08T21:46:53.632Z] ---> 34a5bc1ba4a8 [2023-03-08T21:46:53.632Z] Step 5/19 : COPY go.mod vendor* ./ [2023-03-08T21:46:53.638Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-03-08T21:46:53.638Z] + sudo tee /etc/docker/daemon.new [2023-03-08T21:46:53.915Z] { [2023-03-08T21:46:53.915Z] "registry-mirrors": [ [2023-03-08T21:46:53.915Z] "https://nexus3.edgexfoundry.org:10001" [2023-03-08T21:46:53.915Z] ], [2023-03-08T21:46:53.915Z] "bip": "10.250.0.254/24", [2023-03-08T21:46:53.915Z] "hosts": [ [2023-03-08T21:46:53.915Z] "tcp://0.0.0.0:5555", [2023-03-08T21:46:53.915Z] "unix:///var/run/docker.sock" [2023-03-08T21:46:53.915Z] ], [2023-03-08T21:46:53.915Z] "mtu": 1458, [2023-03-08T21:46:53.915Z] "selinux-enabled": true, [2023-03-08T21:46:53.915Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-03-08T21:46:53.915Z] } [Pipeline] sh [2023-03-08T21:46:54.272Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-03-08T21:46:54.590Z] Removing intermediate container 77c03d53e013 [2023-03-08T21:46:54.591Z] ---> e147a672d644 [2023-03-08T21:46:54.591Z] [2023-03-08T21:46:54.591Z] Step 9/20 : FROM alpine:3.16 [2023-03-08T21:46:54.652Z] + sudo service docker restart [2023-03-08T21:46:54.848Z] ---> 4794d30e1130 [2023-03-08T21:46:54.848Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T21:46:54.848Z] Removing intermediate container c433e799ef35 [2023-03-08T21:46:54.848Z] ---> 9c9bb685f5a7 [2023-03-08T21:46:54.848Z] [2023-03-08T21:46:54.848Z] Step 9/32 : FROM alpine:3.16 [2023-03-08T21:46:54.848Z] 3.16: Pulling from library/alpine [2023-03-08T21:46:55.104Z] ---> Running in d3ddb5638a1d [2023-03-08T21:46:55.104Z] 3.16: Pulling from library/alpine [2023-03-08T21:46:55.104Z] Removing intermediate container 74468f3a5033 [2023-03-08T21:46:55.104Z] ---> b8e4808d9190 [2023-03-08T21:46:55.104Z] [2023-03-08T21:46:55.104Z] Step 10/22 : FROM alpine:3.16 [2023-03-08T21:46:55.104Z] 3.16: Pulling from library/alpine [2023-03-08T21:46:55.402Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-08T21:46:55.402Z] Status: Downloaded newer image for alpine:3.16 [2023-03-08T21:46:55.402Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-08T21:46:55.402Z] Status: Image is up to date for alpine:3.16 [2023-03-08T21:46:55.402Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-08T21:46:55.402Z] Status: Image is up to date for alpine:3.16 [2023-03-08T21:46:55.402Z] ---> dfd21b5a31f5 [2023-03-08T21:46:55.402Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-03-08T21:46:55.403Z] ---> dfd21b5a31f5 [2023-03-08T21:46:55.403Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-08T21:46:55.659Z] ---> dfd21b5a31f5 [2023-03-08T21:46:55.659Z] Step 10/20 : RUN apk add --update --no-cache dumb-init openssl [2023-03-08T21:46:55.659Z] ---> Running in da7305453372 [2023-03-08T21:46:55.659Z] ---> Running in 13ac8ed5dbd1 [2023-03-08T21:46:55.659Z] ---> Running in a71a93de2488 [2023-03-08T21:46:55.916Z] Removing intermediate container 13ac8ed5dbd1 [2023-03-08T21:46:55.916Z] ---> a76c967b92d7 [2023-03-08T21:46:55.916Z] Step 12/22 : ENV APP_PORT=59880 [2023-03-08T21:46:55.916Z] Removing intermediate container da7305453372 [2023-03-08T21:46:55.916Z] ---> 93b17b0e6629 [2023-03-08T21:46:55.916Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-03-08T21:46:55.916Z] ---> Running in 5f88583b5525 [2023-03-08T21:46:55.916Z] ---> Running in aec30cea4887 [2023-03-08T21:46:56.173Z] Removing intermediate container aec30cea4887 [2023-03-08T21:46:56.173Z] ---> b337ad793077 [2023-03-08T21:46:56.173Z] Step 13/22 : EXPOSE $APP_PORT [2023-03-08T21:46:56.173Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T21:46:56.173Z] ---> Running in 30c4165976b3 [2023-03-08T21:46:56.173Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T21:46:56.430Z] Removing intermediate container 30c4165976b3 [2023-03-08T21:46:56.430Z] ---> 98ad72170403 [2023-03-08T21:46:56.430Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-03-08T21:46:56.430Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-03-08T21:46:56.430Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T21:46:56.430Z] (2/2) Installing openssl (1.1.1t-r0) [2023-03-08T21:46:56.430Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T21:46:56.430Z] OK: 6 MiB in 16 packages [2023-03-08T21:46:56.430Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T21:46:56.430Z] ---> Running in 2cb08506247a [2023-03-08T21:46:56.687Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-03-08T21:46:56.687Z] (2/2) Installing su-exec (0.2-r1) [2023-03-08T21:46:56.687Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T21:46:56.687Z] OK: 6 MiB in 16 packages [2023-03-08T21:46:57.254Z] Removing intermediate container a71a93de2488 [2023-03-08T21:46:57.255Z] ---> 39d98e00d2ef [2023-03-08T21:46:57.255Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-03-08T21:46:57.255Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T21:46:57.255Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T21:46:57.255Z] ---> Running in d0a618da1dc3 [2023-03-08T21:46:57.518Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-08T21:46:57.518Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T21:46:57.518Z] OK: 6 MiB in 15 packages [2023-03-08T21:46:57.518Z] Removing intermediate container 5f88583b5525 [2023-03-08T21:46:57.518Z] ---> 9d4f73a37003 [2023-03-08T21:46:57.518Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-03-08T21:46:57.518Z] Removing intermediate container d0a618da1dc3 [2023-03-08T21:46:57.518Z] ---> ac2bb5697552 [2023-03-08T21:46:57.518Z] Step 12/20 : WORKDIR /edgex [2023-03-08T21:46:57.776Z] ---> Running in ea563f0c6d4f [2023-03-08T21:46:57.776Z] ---> Running in b54b1ce93a86 [2023-03-08T21:46:58.033Z] Removing intermediate container ea563f0c6d4f [2023-03-08T21:46:58.033Z] ---> 142f7f15b6f2 [2023-03-08T21:46:58.033Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-03-08T21:46:58.033Z] Removing intermediate container b54b1ce93a86 [2023-03-08T21:46:58.033Z] ---> 9dacf420a577 [2023-03-08T21:46:58.033Z] Step 13/20 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.toml res/configuration.toml [2023-03-08T21:46:58.033Z] ---> Running in 7aae9a62ddae [2023-03-08T21:46:58.033Z] Removing intermediate container 2cb08506247a [2023-03-08T21:46:58.033Z] ---> 90792eb2b79d [2023-03-08T21:46:58.034Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T21:46:58.291Z] Removing intermediate container 7aae9a62ddae [2023-03-08T21:46:58.291Z] ---> e48671004470 [2023-03-08T21:46:58.291Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-03-08T21:46:58.291Z] ---> Running in 5e329adc3886 [2023-03-08T21:46:58.548Z] ---> 358a5157441b [2023-03-08T21:46:58.548Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-03-08T21:46:58.548Z] ---> 8755d0449779 [2023-03-08T21:46:58.548Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-03-08T21:46:58.548Z] Removing intermediate container 5e329adc3886 [2023-03-08T21:46:58.548Z] ---> 5ec7f6f75a9f [2023-03-08T21:46:58.548Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-03-08T21:46:58.548Z] ---> Running in 68e477bf327b [2023-03-08T21:46:58.830Z] Removing intermediate container 68e477bf327b [2023-03-08T21:46:58.830Z] ---> 5770966cc81b [2023-03-08T21:46:58.830Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-03-08T21:46:59.089Z] ---> Running in bda6f59ee109 [2023-03-08T21:46:59.089Z] ---> 0b556e98e445 [2023-03-08T21:46:59.089Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-03-08T21:46:59.089Z] ---> 4f8133e3a4ab [2023-03-08T21:46:59.089Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-03-08T21:46:59.654Z] ---> 9bb85d4d21cb [2023-03-08T21:46:59.654Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-03-08T21:46:59.654Z] ---> 6cbd3635f68c [2023-03-08T21:46:59.654Z] Step 16/20 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-08T21:46:59.654Z] ---> Running in 916d479e45fc [2023-03-08T21:46:59.654Z] ---> Running in 7236b8ab1829 [2023-03-08T21:46:59.911Z] Removing intermediate container 916d479e45fc [2023-03-08T21:46:59.911Z] ---> a7cfa75130be [2023-03-08T21:46:59.911Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-08T21:47:00.174Z] ---> Running in f653af48dc59 [2023-03-08T21:47:00.174Z] Removing intermediate container bda6f59ee109 [2023-03-08T21:47:00.174Z] ---> 41e179272eef [2023-03-08T21:47:00.174Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-03-08T21:47:00.174Z] Removing intermediate container f653af48dc59 [2023-03-08T21:47:00.174Z] ---> db6cfe7e9f5e [2023-03-08T21:47:00.174Z] Step 20/22 : LABEL arch=x86_64 [2023-03-08T21:47:00.431Z] ---> Running in da02ebcf8526 [2023-03-08T21:47:00.431Z] ---> Running in 56b5585f8752 [2023-03-08T21:47:00.689Z] Removing intermediate container da02ebcf8526 [2023-03-08T21:47:00.689Z] ---> a1b2445fdb32 [2023-03-08T21:47:00.689Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-03-08T21:47:00.689Z] Removing intermediate container 56b5585f8752 [2023-03-08T21:47:00.689Z] ---> 744116c0de9f [2023-03-08T21:47:00.689Z] Step 21/22 : LABEL git_sha=54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T21:47:00.689Z] ---> Running in b12546395d6a [2023-03-08T21:47:00.952Z] Removing intermediate container 7236b8ab1829 [2023-03-08T21:47:00.952Z] ---> fffb8401a835 [2023-03-08T21:47:00.952Z] Step 17/20 : ENTRYPOINT ["entrypoint.sh"] [2023-03-08T21:47:00.952Z] ---> a46ad2b03845 [2023-03-08T21:47:00.952Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-03-08T21:47:00.952Z] ---> Running in c601b02a7353 [2023-03-08T21:47:00.952Z] ---> Running in 19fbb357c17d [2023-03-08T21:47:00.952Z] Removing intermediate container b12546395d6a [2023-03-08T21:47:00.952Z] ---> b0e0539b522a [2023-03-08T21:47:00.952Z] Step 22/22 : LABEL version=3.0.0-dev.84 [2023-03-08T21:47:00.952Z] ---> Running in 310c8db1e1f8 [2023-03-08T21:47:01.209Z] Removing intermediate container c601b02a7353 [2023-03-08T21:47:01.209Z] ---> 8f454465dffd [2023-03-08T21:47:01.209Z] Step 18/20 : LABEL arch=x86_64 [2023-03-08T21:47:01.209Z] ---> Running in 55017ab5b5ad [2023-03-08T21:47:01.209Z] Removing intermediate container 310c8db1e1f8 [2023-03-08T21:47:01.209Z] ---> 1deffba74c3a [2023-03-08T21:47:01.209Z] [2023-03-08T21:47:01.466Z] Successfully built 1deffba74c3a [2023-03-08T21:47:01.466Z] Successfully tagged core-data:latest [2023-03-08T21:47:01.466Z]  Building core-data ... done Building security-secretstore-setup [2023-03-08T21:47:01.466Z] Removing intermediate container 55017ab5b5ad [2023-03-08T21:47:01.466Z] ---> 0de48ea3cd94 [2023-03-08T21:47:01.466Z] Step 19/20 : LABEL git_sha=54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T21:47:02.031Z] ---> Running in cd39d31d0592 [2023-03-08T21:47:02.966Z] Removing intermediate container cd39d31d0592 [2023-03-08T21:47:02.966Z] ---> e01ffd22d182 [2023-03-08T21:47:02.966Z] Step 20/20 : LABEL version=3.0.0-dev.84 [2023-03-08T21:47:02.966Z] ---> Running in a04d0561df7d [2023-03-08T21:47:02.966Z] Removing intermediate container 19fbb357c17d [2023-03-08T21:47:02.966Z] ---> 4876d02029d1 [2023-03-08T21:47:02.966Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T21:47:03.257Z] Removing intermediate container a04d0561df7d [2023-03-08T21:47:03.257Z] ---> a9663294e8ca [2023-03-08T21:47:03.257Z] [2023-03-08T21:47:03.257Z] Successfully built a9663294e8ca [2023-03-08T21:47:03.257Z] Successfully tagged security-proxy-setup:latest [2023-03-08T21:47:03.257Z] Building core-command [2023-03-08T21:47:03.514Z]  Building security-proxy-setup ... done  ---> 2296e0366514 [2023-03-08T21:47:03.514Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-03-08T21:47:06.040Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T21:47:06.040Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-08T21:47:06.040Z] ---> d578757a9c28 [2023-03-08T21:47:06.040Z] Step 3/23 : WORKDIR /edgex-go [2023-03-08T21:47:06.040Z] ---> Using cache [2023-03-08T21:47:06.040Z] ---> 400628f5d223 [2023-03-08T21:47:06.040Z] Step 4/23 : RUN apk add --update --no-cache make git [2023-03-08T21:47:06.385Z] ---> 08926a100e32 [2023-03-08T21:47:06.385Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-03-08T21:47:06.645Z] ---> Running in 2d31d6357cf8 [2023-03-08T21:47:07.209Z] ---> 93d3e22cb6cf [2023-03-08T21:47:07.209Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-03-08T21:47:07.467Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T21:47:07.467Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-08T21:47:07.467Z] ---> d578757a9c28 [2023-03-08T21:47:07.467Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-08T21:47:07.467Z] ---> Using cache [2023-03-08T21:47:07.467Z] ---> 62e05e1a8a6f [2023-03-08T21:47:07.467Z] Step 4/23 : WORKDIR /edgex-go [2023-03-08T21:47:07.467Z] ---> Using cache [2023-03-08T21:47:07.467Z] ---> 0f53e41fbc49 [2023-03-08T21:47:07.467Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-08T21:47:07.467Z] ---> Using cache [2023-03-08T21:47:07.467Z] ---> 078a563d329c [2023-03-08T21:47:07.467Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-08T21:47:07.467Z] ---> Using cache [2023-03-08T21:47:07.467Z] ---> b4a6f4f90a66 [2023-03-08T21:47:07.467Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T21:47:07.467Z] ---> Using cache [2023-03-08T21:47:07.467Z] ---> 3cef6a3f8a98 [2023-03-08T21:47:07.467Z] Step 8/23 : COPY . . [2023-03-08T21:47:07.467Z] ---> Using cache [2023-03-08T21:47:07.467Z] ---> 34767069abae [2023-03-08T21:47:07.467Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-03-08T21:47:07.727Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T21:47:07.727Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T21:47:07.983Z] OK: 211 MiB in 51 packages [2023-03-08T21:47:08.240Z] ---> Running in d51862459816 [2023-03-08T21:47:08.240Z] ---> 6258661b4203 [2023-03-08T21:47:08.240Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-03-08T21:47:08.814Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-03-08T21:47:09.074Z] ---> 865f424f37db [2023-03-08T21:47:09.074Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-03-08T21:47:09.640Z] Removing intermediate container 2d31d6357cf8 [2023-03-08T21:47:09.640Z] ---> 5a4ae3f3b298 [2023-03-08T21:47:09.640Z] Step 5/23 : COPY go.mod vendor* ./ [2023-03-08T21:47:09.640Z] ---> dcb1d9e701e4 [2023-03-08T21:47:09.640Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-03-08T21:47:10.206Z] ---> 807041be8b7a [2023-03-08T21:47:10.206Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T21:47:10.206Z] ---> fe973b3352bf [2023-03-08T21:47:10.206Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-03-08T21:47:10.206Z] ---> Running in 24c36e5fe885 [2023-03-08T21:47:10.206Z] ---> Running in 6bb6bb7b06e9 [2023-03-08T21:47:12.743Z] Removing intermediate container 24c36e5fe885 [2023-03-08T21:47:12.743Z] ---> a4414b941872 [2023-03-08T21:47:12.743Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-03-08T21:47:12.743Z] ---> Running in bd5dff5b008a [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-08T21:47:13.044Z] provisioning config files... [2023-03-08T21:47:13.085Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/446@tmp/config12324594783282919481tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-08T21:47:13.382Z] Removing intermediate container bd5dff5b008a [2023-03-08T21:47:13.382Z] ---> 4465b14c2205 [2023-03-08T21:47:13.382Z] Step 29/32 : CMD ["gate"] [2023-03-08T21:47:13.492Z] ---> docker-login.sh [2023-03-08T21:47:13.492Z] nexus3.edgexfoundry.org:10001 [2023-03-08T21:47:14.092Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T21:47:14.368Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T21:47:14.369Z] Configure a credential helper to remove this warning. See [2023-03-08T21:47:14.369Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T21:47:14.369Z] [2023-03-08T21:47:14.369Z] Login Succeeded [2023-03-08T21:47:14.369Z] nexus3.edgexfoundry.org:10002 [2023-03-08T21:47:14.646Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T21:47:14.920Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T21:47:14.920Z] Configure a credential helper to remove this warning. See [2023-03-08T21:47:14.920Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T21:47:14.920Z] [2023-03-08T21:47:14.920Z] Login Succeeded [2023-03-08T21:47:14.920Z] nexus3.edgexfoundry.org:10003 [2023-03-08T21:47:15.201Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T21:47:15.477Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T21:47:15.477Z] Configure a credential helper to remove this warning. See [2023-03-08T21:47:15.477Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T21:47:15.477Z] [2023-03-08T21:47:15.477Z] Login Succeeded [2023-03-08T21:47:15.477Z] nexus3.edgexfoundry.org:10004 [2023-03-08T21:47:15.753Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T21:47:15.753Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T21:47:15.753Z] Configure a credential helper to remove this warning. See [2023-03-08T21:47:15.753Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T21:47:15.753Z] [2023-03-08T21:47:15.753Z] Login Succeeded [2023-03-08T21:47:15.753Z] docker.io [2023-03-08T21:47:16.034Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T21:47:16.634Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T21:47:16.634Z] Configure a credential helper to remove this warning. See [2023-03-08T21:47:16.634Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T21:47:16.634Z] [2023-03-08T21:47:16.634Z] Login Succeeded [2023-03-08T21:47:16.634Z] ---> docker-login.sh ends [Pipeline] } [2023-03-08T21:47:16.653Z] Deleting 1 temporary files [Pipeline] // configFileProvider [2023-03-08T21:47:16.672Z] ---> Running in 1b0fc2b236f8 [2023-03-08T21:47:16.672Z] Removing intermediate container 19bdd7724c11 [2023-03-08T21:47:16.672Z] ---> c981188bdb98 [2023-03-08T21:47:16.672Z] [2023-03-08T21:47:16.672Z] Step 10/22 : FROM alpine:3.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2023-03-08T21:47:16.931Z] ---> dfd21b5a31f5 [2023-03-08T21:47:16.931Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-03-08T21:47:16.931Z] Removing intermediate container 1b0fc2b236f8 [2023-03-08T21:47:16.931Z] ---> 30d6fd6f595d [2023-03-08T21:47:16.931Z] Step 30/32 : LABEL arch=x86_64 [2023-03-08T21:47:16.931Z] ---> Running in c629b309351b [Pipeline] sh [2023-03-08T21:47:17.190Z] ---> Running in 5b95ed9cb889 [2023-03-08T21:47:17.190Z] Removing intermediate container 5b95ed9cb889 [2023-03-08T21:47:17.190Z] ---> ffe0e73f2b40 [2023-03-08T21:47:17.190Z] Step 31/32 : LABEL git_sha=54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T21:47:17.190Z] ---> Running in 5e4b81a09290 [2023-03-08T21:47:17.395Z] + git config --global --add safe.directory /w/workspace/edgex-go/446 [Pipeline] echo [2023-03-08T21:47:17.422Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-08T21:47:17.434Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-08T21:47:17.442Z] ========================================================= [2023-03-08T21:47:17.442Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-03-08T21:47:17.442Z] ========================================================= [Pipeline] fileExists [2023-03-08T21:47:17.452Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T21:47:17.452Z] Removing intermediate container 5e4b81a09290 [2023-03-08T21:47:17.452Z] ---> 3c12c37ba739 [2023-03-08T21:47:17.452Z] Step 32/32 : LABEL version=3.0.0-dev.84 [2023-03-08T21:47:17.452Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T21:47:17.452Z] Removing intermediate container d3ddb5638a1d [2023-03-08T21:47:17.452Z] ---> a8096e84ed38 [2023-03-08T21:47:17.452Z] Step 7/19 : COPY . . [Pipeline] sh [2023-03-08T21:47:17.711Z] ---> Running in e7c971920bb4 [2023-03-08T21:47:17.711Z] Removing intermediate container e7c971920bb4 [2023-03-08T21:47:17.711Z] ---> b1483a7f4a25 [2023-03-08T21:47:17.711Z] [2023-03-08T21:47:17.809Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-08T21:47:17.969Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-08T21:47:17.969Z] Successfully built b1483a7f4a25 [2023-03-08T21:47:17.969Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T21:47:17.969Z] OK: 6 MiB in 15 packages [2023-03-08T21:47:17.969Z] Successfully tagged security-bootstrapper:latest [2023-03-08T21:47:17.969Z]  Building security-bootstrapper ... done Building core-metadata [2023-03-08T21:47:18.091Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-03-08T21:47:18.091Z] 9b18e9b68314: Pulling fs layer [2023-03-08T21:47:18.091Z] 35d82f9e3411: Pulling fs layer [2023-03-08T21:47:18.091Z] e16973657156: Pulling fs layer [2023-03-08T21:47:18.091Z] fc693d55d65f: Pulling fs layer [2023-03-08T21:47:18.091Z] 7e9fc2657dce: Pulling fs layer [2023-03-08T21:47:18.091Z] dda99020689f: Pulling fs layer [2023-03-08T21:47:18.091Z] db1c61fa0a46: Pulling fs layer [2023-03-08T21:47:18.091Z] 891c053d2c06: Pulling fs layer [2023-03-08T21:47:18.091Z] dda99020689f: Waiting [2023-03-08T21:47:18.091Z] db1c61fa0a46: Waiting [2023-03-08T21:47:18.091Z] 891c053d2c06: Waiting [2023-03-08T21:47:18.091Z] fc693d55d65f: Waiting [2023-03-08T21:47:18.091Z] 7e9fc2657dce: Waiting [2023-03-08T21:47:18.091Z] e16973657156: Verifying Checksum [2023-03-08T21:47:18.091Z] e16973657156: Download complete [2023-03-08T21:47:18.091Z] 35d82f9e3411: Verifying Checksum [2023-03-08T21:47:18.091Z] 35d82f9e3411: Download complete [2023-03-08T21:47:18.091Z] 7e9fc2657dce: Verifying Checksum [2023-03-08T21:47:18.091Z] 7e9fc2657dce: Download complete [2023-03-08T21:47:18.091Z] dda99020689f: Download complete [2023-03-08T21:47:18.091Z] 9b18e9b68314: Verifying Checksum [2023-03-08T21:47:18.091Z] 9b18e9b68314: Download complete [2023-03-08T21:47:19.093Z] 9b18e9b68314: Pull complete [2023-03-08T21:47:19.395Z] 891c053d2c06: Verifying Checksum [2023-03-08T21:47:19.395Z] 891c053d2c06: Download complete [2023-03-08T21:47:20.000Z] 35d82f9e3411: Pull complete [2023-03-08T21:47:20.600Z] e16973657156: Pull complete [2023-03-08T21:47:20.874Z] db1c61fa0a46: Verifying Checksum [2023-03-08T21:47:20.874Z] db1c61fa0a46: Download complete [2023-03-08T21:47:21.248Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T21:47:21.248Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-08T21:47:21.248Z] ---> d578757a9c28 [2023-03-08T21:47:21.248Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-03-08T21:47:21.248Z] ---> Using cache [2023-03-08T21:47:21.248Z] ---> 62e05e1a8a6f [2023-03-08T21:47:21.248Z] Step 4/24 : WORKDIR /edgex-go [2023-03-08T21:47:21.248Z] ---> Using cache [2023-03-08T21:47:21.248Z] ---> 0f53e41fbc49 [2023-03-08T21:47:21.248Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-03-08T21:47:21.248Z] ---> Using cache [2023-03-08T21:47:21.248Z] ---> 078a563d329c [2023-03-08T21:47:21.248Z] Step 6/24 : COPY go.mod vendor* ./ [2023-03-08T21:47:21.248Z] ---> Using cache [2023-03-08T21:47:21.248Z] ---> b4a6f4f90a66 [2023-03-08T21:47:21.248Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T21:47:21.248Z] ---> Using cache [2023-03-08T21:47:21.248Z] ---> 3cef6a3f8a98 [2023-03-08T21:47:21.248Z] Step 8/24 : COPY . . [2023-03-08T21:47:21.248Z] ---> Using cache [2023-03-08T21:47:21.248Z] ---> 34767069abae [2023-03-08T21:47:21.248Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-03-08T21:47:21.859Z] fc693d55d65f: Verifying Checksum [2023-03-08T21:47:21.859Z] fc693d55d65f: Download complete [2023-03-08T21:47:22.179Z] Removing intermediate container c629b309351b [2023-03-08T21:47:22.179Z] ---> d7f3e35c84fc [2023-03-08T21:47:22.179Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-08T21:47:22.179Z] ---> Running in cad77dd82702 [2023-03-08T21:47:22.179Z] ---> Running in 6c9c9930c93f [2023-03-08T21:47:22.179Z] ---> f12e6f971020 [2023-03-08T21:47:22.179Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-03-08T21:47:22.436Z] ---> Running in 213c6dded989 [2023-03-08T21:47:22.436Z] Removing intermediate container 6c9c9930c93f [2023-03-08T21:47:22.436Z] ---> 4a39aac030ab [2023-03-08T21:47:22.436Z] Step 13/22 : ENV APP_PORT=59861 [2023-03-08T21:47:22.436Z] ---> Running in a3b6d7d7a7f9 [2023-03-08T21:47:22.693Z] Removing intermediate container a3b6d7d7a7f9 [2023-03-08T21:47:22.693Z] ---> 79efa6a6dc34 [2023-03-08T21:47:22.693Z] Step 14/22 : EXPOSE $APP_PORT [2023-03-08T21:47:22.693Z] ---> Running in 6ca01b345a33 [2023-03-08T21:47:22.693Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-03-08T21:47:22.693Z] Removing intermediate container 6ca01b345a33 [2023-03-08T21:47:22.693Z] ---> dbaad5a6473d [2023-03-08T21:47:22.693Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T21:47:22.950Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-03-08T21:47:22.950Z] ---> 6321c3754cdf [2023-03-08T21:47:22.950Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-03-08T21:47:23.883Z] ---> 8f0aeccb13d9 [2023-03-08T21:47:23.883Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-03-08T21:47:24.141Z] ---> 042429b10c9e [2023-03-08T21:47:24.141Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-03-08T21:47:24.141Z] ---> Running in c2524083d7e3 [2023-03-08T21:47:24.141Z] Removing intermediate container c2524083d7e3 [2023-03-08T21:47:24.141Z] ---> f06c7526131f [2023-03-08T21:47:24.141Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-08T21:47:24.399Z] ---> Running in e9c23f13f7c1 [2023-03-08T21:47:24.399Z] Removing intermediate container e9c23f13f7c1 [2023-03-08T21:47:24.399Z] ---> 8f0a59447744 [2023-03-08T21:47:24.399Z] Step 20/22 : LABEL arch=x86_64 [2023-03-08T21:47:24.399Z] ---> Running in c8f9684cbf6a [2023-03-08T21:47:24.656Z] Removing intermediate container c8f9684cbf6a [2023-03-08T21:47:24.656Z] ---> 9f4a86f44949 [2023-03-08T21:47:24.656Z] Step 21/22 : LABEL git_sha=54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T21:47:24.656Z] ---> Running in c7f34668251f [2023-03-08T21:47:24.913Z] Removing intermediate container c7f34668251f [2023-03-08T21:47:24.913Z] ---> 713efed43d18 [2023-03-08T21:47:24.913Z] Step 22/22 : LABEL version=3.0.0-dev.84 [2023-03-08T21:47:24.913Z] ---> Running in b97ee258f701 [2023-03-08T21:47:25.171Z] Removing intermediate container b97ee258f701 [2023-03-08T21:47:25.171Z] ---> 4f4085754cf1 [2023-03-08T21:47:25.171Z] [2023-03-08T21:47:25.171Z] Successfully built 4f4085754cf1 [2023-03-08T21:47:25.171Z] Successfully tagged support-scheduler:latest [2023-03-08T21:47:25.171Z] Building security-proxy-auth [2023-03-08T21:47:29.355Z]  Building support-scheduler ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T21:47:29.355Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-08T21:47:29.355Z] ---> d578757a9c28 [2023-03-08T21:47:29.355Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-08T21:47:29.355Z] ---> Using cache [2023-03-08T21:47:29.355Z] ---> 62e05e1a8a6f [2023-03-08T21:47:29.355Z] Step 4/22 : WORKDIR /edgex-go [2023-03-08T21:47:29.355Z] ---> Using cache [2023-03-08T21:47:29.355Z] ---> 0f53e41fbc49 [2023-03-08T21:47:29.355Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-08T21:47:29.355Z] ---> Using cache [2023-03-08T21:47:29.355Z] ---> 078a563d329c [2023-03-08T21:47:29.355Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-08T21:47:29.355Z] ---> Using cache [2023-03-08T21:47:29.355Z] ---> b4a6f4f90a66 [2023-03-08T21:47:29.355Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T21:47:29.355Z] ---> Using cache [2023-03-08T21:47:29.355Z] ---> 3cef6a3f8a98 [2023-03-08T21:47:29.355Z] Step 8/22 : COPY . . [2023-03-08T21:47:29.355Z] ---> Using cache [2023-03-08T21:47:29.355Z] ---> 34767069abae [2023-03-08T21:47:29.355Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-03-08T21:47:31.944Z] ---> Running in cdbb8edb2fe2 [2023-03-08T21:47:32.202Z] Removing intermediate container d51862459816 [2023-03-08T21:47:32.202Z] ---> 6e025d3289f5 [2023-03-08T21:47:32.202Z] [2023-03-08T21:47:32.202Z] Step 10/23 : FROM alpine:3.16 [2023-03-08T21:47:32.202Z] ---> dfd21b5a31f5 [2023-03-08T21:47:32.202Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-03-08T21:47:32.202Z] ---> Using cache [2023-03-08T21:47:32.202Z] ---> d7f3e35c84fc [2023-03-08T21:47:32.202Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-08T21:47:32.202Z] ---> Using cache [2023-03-08T21:47:32.202Z] ---> 4a39aac030ab [2023-03-08T21:47:32.202Z] Step 13/23 : ENV APP_PORT=59882 [2023-03-08T21:47:32.202Z] ---> Running in 1508795765b9 [2023-03-08T21:47:32.794Z] Removing intermediate container 1508795765b9 [2023-03-08T21:47:32.794Z] ---> 9487ecc4e05f [2023-03-08T21:47:32.794Z] Step 14/23 : EXPOSE $APP_PORT [2023-03-08T21:47:32.794Z] ---> Running in 045cd83f1562 [2023-03-08T21:47:33.053Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-03-08T21:47:33.311Z] Removing intermediate container 045cd83f1562 [2023-03-08T21:47:33.311Z] ---> c9df6ee82986 [2023-03-08T21:47:33.311Z] Step 15/23 : WORKDIR / [2023-03-08T21:47:33.573Z] ---> Running in fd915dd284ab [2023-03-08T21:47:33.833Z] Removing intermediate container fd915dd284ab [2023-03-08T21:47:33.833Z] ---> 5f15721e1cd5 [2023-03-08T21:47:33.833Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T21:47:34.767Z] ---> 945aee7b631d [2023-03-08T21:47:34.767Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-03-08T21:47:36.154Z] ---> 84a8ef83e24a [2023-03-08T21:47:36.154Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-03-08T21:47:36.727Z] ---> a14c8671d9af [2023-03-08T21:47:36.727Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-03-08T21:47:36.957Z] fc693d55d65f: Pull complete [2023-03-08T21:47:36.958Z] 7e9fc2657dce: Pull complete [2023-03-08T21:47:36.958Z] dda99020689f: Pull complete [2023-03-08T21:47:37.292Z] ---> Running in e5a30e5939b7 [2023-03-08T21:47:37.858Z] Removing intermediate container e5a30e5939b7 [2023-03-08T21:47:37.858Z] ---> 0e16b77aef89 [2023-03-08T21:47:37.858Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-08T21:47:38.118Z] ---> Running in b7ff3ce4d7de [2023-03-08T21:47:38.118Z] Removing intermediate container b7ff3ce4d7de [2023-03-08T21:47:38.118Z] ---> a4bd0d676783 [2023-03-08T21:47:38.118Z] Step 21/23 : LABEL arch=x86_64 [2023-03-08T21:47:38.376Z] ---> Running in 7fb33c6fb6a7 [2023-03-08T21:47:39.316Z] Removing intermediate container 7fb33c6fb6a7 [2023-03-08T21:47:39.316Z] ---> a3b29b2cbfd7 [2023-03-08T21:47:39.316Z] Step 22/23 : LABEL git_sha=54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T21:47:39.316Z] ---> Running in 11060baa9036 [2023-03-08T21:47:39.893Z] Removing intermediate container 11060baa9036 [2023-03-08T21:47:39.893Z] ---> 7d2b4e2e1d5f [2023-03-08T21:47:39.893Z] Step 23/23 : LABEL version=3.0.0-dev.84 [2023-03-08T21:47:40.459Z] ---> Running in 4edc11be173d [2023-03-08T21:47:40.721Z] Removing intermediate container 4edc11be173d [2023-03-08T21:47:40.721Z] ---> ad2e78998f12 [2023-03-08T21:47:40.721Z] [2023-03-08T21:47:40.721Z] Successfully built ad2e78998f12 [2023-03-08T21:47:40.721Z] Successfully tagged core-command:latest [2023-03-08T21:47:40.721Z]  Building core-command ... done Building support-notifications [2023-03-08T21:47:43.723Z] db1c61fa0a46: Pull complete [2023-03-08T21:47:44.034Z] Removing intermediate container 6bb6bb7b06e9 [2023-03-08T21:47:44.034Z] ---> bc5e0a6e5960 [2023-03-08T21:47:44.034Z] Step 7/23 : COPY . . [2023-03-08T21:47:45.157Z] 891c053d2c06: Pull complete [2023-03-08T21:47:45.157Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-03-08T21:47:45.157Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-08T21:47:45.157Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-03-08T21:47:45.521Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-08T21:47:45.521Z] WORKDIR /edgex [2023-03-08T21:47:45.521Z] COPY go.mod . [2023-03-08T21:47:45.521Z] RUN go mod download [2023-03-08T21:47:45.521Z] + docker build -t ci-base-image-arm64 -f - . [2023-03-08T21:47:46.124Z] Sending build context to Docker daemon 2.949MB [2023-03-08T21:47:46.124Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-08T21:47:46.124Z] ---> f96f9c87975a [2023-03-08T21:47:46.124Z] Step 2/4 : WORKDIR /edgex [2023-03-08T21:47:46.565Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T21:47:46.565Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-08T21:47:46.565Z] ---> d578757a9c28 [2023-03-08T21:47:46.565Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-08T21:47:46.565Z] ---> Using cache [2023-03-08T21:47:46.565Z] ---> 62e05e1a8a6f [2023-03-08T21:47:46.565Z] Step 4/22 : WORKDIR /edgex-go [2023-03-08T21:47:46.565Z] ---> Using cache [2023-03-08T21:47:46.565Z] ---> 0f53e41fbc49 [2023-03-08T21:47:46.565Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-03-08T21:47:48.777Z] ---> Running in 21103b003995 [2023-03-08T21:47:48.777Z] Removing intermediate container 21103b003995 [2023-03-08T21:47:48.777Z] ---> 885d6cf4ca49 [2023-03-08T21:47:48.777Z] Step 3/4 : COPY go.mod . [2023-03-08T21:47:49.378Z] ---> 2f54e16674ae [2023-03-08T21:47:49.378Z] Step 4/4 : RUN go mod download [2023-03-08T21:47:49.657Z] ---> Running in 31e8b1fb081e [2023-03-08T21:47:49.919Z] ---> Running in efaac73e9728 [2023-03-08T21:47:50.487Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T21:47:50.487Z] ---> 792d9b07ee6f [2023-03-08T21:47:50.487Z] Step 8/23 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-03-08T21:47:50.487Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T21:47:50.745Z] ---> Running in 2c6217760f9d [2023-03-08T21:47:50.745Z] OK: 211 MiB in 51 packages [2023-03-08T21:47:51.311Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-03-08T21:47:52.746Z] Removing intermediate container efaac73e9728 [2023-03-08T21:47:52.746Z] ---> 90da9f6ad71f [2023-03-08T21:47:52.746Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-08T21:47:52.746Z] Removing intermediate container cad77dd82702 [2023-03-08T21:47:52.746Z] ---> f71ed21cb3c0 [2023-03-08T21:47:52.746Z] [2023-03-08T21:47:52.746Z] Step 10/24 : FROM alpine:3.16 [2023-03-08T21:47:52.746Z] ---> dfd21b5a31f5 [2023-03-08T21:47:52.746Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-03-08T21:47:52.746Z] ---> Using cache [2023-03-08T21:47:52.746Z] ---> d7f3e35c84fc [2023-03-08T21:47:52.746Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-08T21:47:52.746Z] ---> Using cache [2023-03-08T21:47:52.746Z] ---> 4a39aac030ab [2023-03-08T21:47:52.747Z] Step 13/24 : ENV APP_PORT=59881 [2023-03-08T21:47:53.012Z] ---> Running in a72d214770a1 [2023-03-08T21:47:53.012Z] Removing intermediate container 213c6dded989 [2023-03-08T21:47:53.012Z] ---> a6bae9edac6c [2023-03-08T21:47:53.012Z] [2023-03-08T21:47:53.012Z] Step 9/19 : FROM alpine:3.15 [2023-03-08T21:47:53.012Z] ---> 5ce65d7b0fde [2023-03-08T21:47:53.012Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-08T21:47:53.012Z] ---> Using cache [2023-03-08T21:47:53.012Z] ---> 96a960491c9b [2023-03-08T21:47:53.012Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-03-08T21:47:53.012Z] ---> Running in f466199b2698 [2023-03-08T21:47:53.269Z] Removing intermediate container a72d214770a1 [2023-03-08T21:47:53.269Z] ---> bc812332672e [2023-03-08T21:47:53.269Z] Step 14/24 : EXPOSE $APP_PORT [2023-03-08T21:47:53.269Z] ---> 1512d64d4ceb [2023-03-08T21:47:53.269Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T21:47:53.269Z] ---> Running in 6d173a49eda3 [2023-03-08T21:47:53.269Z] ---> Running in 420670e3046f [2023-03-08T21:47:53.843Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-08T21:47:53.843Z] Removing intermediate container 420670e3046f [2023-03-08T21:47:53.843Z] ---> 46605a9dac1d [2023-03-08T21:47:53.843Z] Step 15/24 : WORKDIR / [2023-03-08T21:47:53.843Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-08T21:47:54.106Z] ---> Running in 38b4de43b10f [2023-03-08T21:47:54.106Z] Removing intermediate container 38b4de43b10f [2023-03-08T21:47:54.106Z] ---> e605f02916e4 [2023-03-08T21:47:54.106Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T21:47:54.365Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-08T21:47:54.365Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-08T21:47:54.365Z] OK: 15859 distinct packages available [2023-03-08T21:47:54.365Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-08T21:47:54.365Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-08T21:47:54.625Z] (1/9) Installing ca-certificates (20220614-r0) [2023-03-08T21:47:54.625Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-03-08T21:47:54.625Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-03-08T21:47:54.625Z] (4/9) Installing libcurl (7.80.0-r6) [2023-03-08T21:47:54.625Z] (5/9) Installing curl (7.80.0-r6) [2023-03-08T21:47:54.625Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-03-08T21:47:54.899Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-03-08T21:47:54.899Z] (8/9) Installing libucontext (1.1-r0) [2023-03-08T21:47:54.899Z] (9/9) Installing gcompat (1.0.0-r4) [2023-03-08T21:47:54.899Z] Executing busybox-1.34.1-r7.trigger [2023-03-08T21:47:54.899Z] Executing ca-certificates-20220614-r0.trigger [2023-03-08T21:47:54.899Z] OK: 8 MiB in 23 packages [2023-03-08T21:47:55.159Z] ---> 37eaa1d27100 [2023-03-08T21:47:55.159Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-03-08T21:47:55.159Z] Removing intermediate container cdbb8edb2fe2 [2023-03-08T21:47:55.159Z] ---> 77d9b3e72a0b [2023-03-08T21:47:55.159Z] [2023-03-08T21:47:55.159Z] Step 10/22 : FROM alpine:3.16 [2023-03-08T21:47:55.159Z] ---> dfd21b5a31f5 [2023-03-08T21:47:55.159Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-08T21:47:55.726Z] ---> Running in 6151f0d7e95a [2023-03-08T21:47:55.985Z] ---> 8c22ac042331 [2023-03-08T21:47:55.985Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-03-08T21:47:56.554Z] Removing intermediate container 6151f0d7e95a [2023-03-08T21:47:56.554Z] ---> f2d307b40ae8 [2023-03-08T21:47:56.554Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-03-08T21:47:56.554Z] ---> f3bbf83b163e [2023-03-08T21:47:56.554Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-03-08T21:47:56.554Z] Removing intermediate container f466199b2698 [2023-03-08T21:47:56.554Z] ---> 6bde4a7dac19 [2023-03-08T21:47:56.554Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T21:47:56.812Z] ---> Running in 1f7595d2b1fa [2023-03-08T21:47:57.070Z] ---> d6c57edbf837 [2023-03-08T21:47:57.070Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-03-08T21:47:57.329Z] ---> Running in f1645d5d4a5a [2023-03-08T21:47:57.329Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T21:47:57.329Z] ---> fd836fc318f5 [2023-03-08T21:47:57.329Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-03-08T21:47:57.329Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T21:47:57.329Z] Removing intermediate container f1645d5d4a5a [2023-03-08T21:47:57.329Z] ---> 1e7f50baface [2023-03-08T21:47:57.329Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-08T21:47:57.594Z] ---> Running in 8c24bfc258cc [2023-03-08T21:47:57.594Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-08T21:47:57.594Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T21:47:57.594Z] OK: 6 MiB in 15 packages [2023-03-08T21:47:57.851Z] Removing intermediate container 8c24bfc258cc [2023-03-08T21:47:57.851Z] ---> 762585874234 [2023-03-08T21:47:57.851Z] Step 22/24 : LABEL arch=x86_64 [2023-03-08T21:47:58.109Z] ---> Running in ba5403ec65ce [2023-03-08T21:47:58.109Z] ---> b7b8212a27cc [2023-03-08T21:47:58.109Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-03-08T21:47:58.366Z] Removing intermediate container 1f7595d2b1fa [2023-03-08T21:47:58.366Z] ---> 2640b4894932 [2023-03-08T21:47:58.366Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T21:47:58.639Z] Removing intermediate container ba5403ec65ce [2023-03-08T21:47:58.639Z] ---> afe8ad023158 [2023-03-08T21:47:58.639Z] Step 23/24 : LABEL git_sha=54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T21:47:58.639Z] ---> 732cd15a1750 [2023-03-08T21:47:58.639Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-03-08T21:47:58.639Z] ---> Running in c46f782a013a [2023-03-08T21:47:58.898Z] ---> Running in 73815b6f6589 [2023-03-08T21:47:58.898Z] ---> a429201168fd [2023-03-08T21:47:58.898Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-03-08T21:47:58.898Z] Removing intermediate container c46f782a013a [2023-03-08T21:47:58.898Z] ---> f93848986b89 [2023-03-08T21:47:58.898Z] Step 24/24 : LABEL version=3.0.0-dev.84 [2023-03-08T21:47:58.898Z] ---> Running in 3035709f36da [2023-03-08T21:47:59.155Z] Removing intermediate container 73815b6f6589 [2023-03-08T21:47:59.155Z] ---> 77540a2cada9 [2023-03-08T21:47:59.155Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-08T21:47:59.155Z] ---> Running in 66d0c9193621 [2023-03-08T21:47:59.432Z] Removing intermediate container 3035709f36da [2023-03-08T21:47:59.432Z] ---> 343f648a523e [2023-03-08T21:47:59.432Z] [2023-03-08T21:47:59.432Z] Removing intermediate container 66d0c9193621 [2023-03-08T21:47:59.432Z] ---> 72eef4d4f19a [2023-03-08T21:47:59.432Z] Step 17/19 : LABEL arch=x86_64 [2023-03-08T21:47:59.432Z] ---> 73a1409e223c [2023-03-08T21:47:59.432Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml [2023-03-08T21:47:59.432Z] ---> Running in bd00b3e80797 [2023-03-08T21:47:59.702Z] Successfully built 343f648a523e [2023-03-08T21:47:59.702Z] Successfully tagged core-metadata:latest [2023-03-08T21:47:59.702Z]  Building core-metadata ... done Building core-common-config-bootstrapper [2023-03-08T21:48:01.603Z] Removing intermediate container bd00b3e80797 [2023-03-08T21:48:01.603Z] ---> 2ac7e0dcac72 [2023-03-08T21:48:01.603Z] Step 18/19 : LABEL git_sha=54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T21:48:01.603Z] ---> c42ad3f01686 [2023-03-08T21:48:01.603Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-03-08T21:48:01.603Z] ---> Running in e81d7ef3e849 [2023-03-08T21:48:02.168Z] Removing intermediate container e81d7ef3e849 [2023-03-08T21:48:02.169Z] ---> c1a45571167b [2023-03-08T21:48:02.169Z] Step 19/19 : LABEL version=3.0.0-dev.84 [2023-03-08T21:48:02.169Z] ---> 9beadf892b42 [2023-03-08T21:48:02.169Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-08T21:48:02.169Z] ---> Running in e1882112969a [2023-03-08T21:48:02.169Z] ---> Running in e83cb0d74009 [2023-03-08T21:48:02.735Z] Removing intermediate container e1882112969a [2023-03-08T21:48:02.735Z] ---> 0028341000f0 [2023-03-08T21:48:02.735Z] [2023-03-08T21:48:02.735Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T21:48:02.735Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-08T21:48:02.735Z] ---> d578757a9c28 [2023-03-08T21:48:02.735Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-08T21:48:02.735Z] ---> Using cache [2023-03-08T21:48:02.735Z] ---> 62e05e1a8a6f [2023-03-08T21:48:02.735Z] Step 4/22 : WORKDIR /edgex-go [2023-03-08T21:48:02.735Z] ---> Using cache [2023-03-08T21:48:02.735Z] ---> 0f53e41fbc49 [2023-03-08T21:48:02.735Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-08T21:48:02.735Z] ---> Using cache [2023-03-08T21:48:02.735Z] ---> 078a563d329c [2023-03-08T21:48:02.735Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-08T21:48:02.735Z] ---> Using cache [2023-03-08T21:48:02.735Z] ---> b4a6f4f90a66 [2023-03-08T21:48:02.735Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T21:48:02.735Z] ---> Using cache [2023-03-08T21:48:02.735Z] ---> 3cef6a3f8a98 [2023-03-08T21:48:02.735Z] Step 8/22 : COPY . . [2023-03-08T21:48:02.735Z] ---> Using cache [2023-03-08T21:48:02.735Z] ---> 34767069abae [2023-03-08T21:48:02.735Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-03-08T21:48:02.735Z] Successfully built 0028341000f0 [2023-03-08T21:48:02.735Z] Successfully tagged security-spiffe-token-provider:latest [2023-03-08T21:48:02.735Z] Building security-spire-config [2023-03-08T21:48:04.634Z]  Building security-spiffe-token-provider ... done  ---> Running in bfe8f88650b6 [2023-03-08T21:48:04.634Z] Removing intermediate container e83cb0d74009 [2023-03-08T21:48:04.634Z] ---> a9f6a8acf669 [2023-03-08T21:48:04.634Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-08T21:48:04.634Z] ---> Running in ef5deb32fc2e [2023-03-08T21:48:04.634Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-03-08T21:48:04.894Z] Removing intermediate container ef5deb32fc2e [2023-03-08T21:48:04.894Z] ---> 5600bb1c73df [2023-03-08T21:48:04.894Z] Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-03-08T21:48:05.151Z] ---> Running in 40b94cea46b7 [2023-03-08T21:48:05.407Z] Removing intermediate container 40b94cea46b7 [2023-03-08T21:48:05.407Z] ---> 95e7312fa908 [2023-03-08T21:48:05.407Z] Step 20/22 : LABEL arch=x86_64 [2023-03-08T21:48:05.665Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-03-08T21:48:06.597Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T21:48:06.597Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-08T21:48:06.597Z] ---> d578757a9c28 [2023-03-08T21:48:06.597Z] Step 3/24 : WORKDIR /edgex-go [2023-03-08T21:48:06.597Z] ---> Using cache [2023-03-08T21:48:06.597Z] ---> 400628f5d223 [2023-03-08T21:48:06.597Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-03-08T21:48:06.597Z] ---> Using cache [2023-03-08T21:48:06.597Z] ---> 3bd257b96d41 [2023-03-08T21:48:06.597Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-08T21:48:06.597Z] ---> Using cache [2023-03-08T21:48:06.597Z] ---> b94f2a2d2929 [2023-03-08T21:48:06.597Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T21:48:06.597Z] ---> Using cache [2023-03-08T21:48:06.597Z] ---> 674aa4892d57 [2023-03-08T21:48:06.597Z] Step 7/24 : COPY . . [2023-03-08T21:48:06.597Z] ---> Using cache [2023-03-08T21:48:06.597Z] ---> 37b09b8b7533 [2023-03-08T21:48:06.597Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-03-08T21:48:06.597Z] ---> Using cache [2023-03-08T21:48:06.597Z] ---> 4f89890fface [2023-03-08T21:48:06.597Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-03-08T21:48:06.597Z] ---> Using cache [2023-03-08T21:48:06.597Z] ---> 4cb3e8ffd036 [2023-03-08T21:48:06.597Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-08T21:48:06.854Z] ---> Running in 70e72050de5e [2023-03-08T21:48:07.111Z] ---> Running in 46009a80dd2f [2023-03-08T21:48:07.111Z] Removing intermediate container 70e72050de5e [2023-03-08T21:48:07.111Z] ---> 6e00aeeb314b [2023-03-08T21:48:07.111Z] Step 21/22 : LABEL git_sha=54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T21:48:07.370Z] ---> Running in 64107b4c465d [2023-03-08T21:48:07.627Z] Removing intermediate container 64107b4c465d [2023-03-08T21:48:07.627Z] ---> 558185ad2309 [2023-03-08T21:48:07.627Z] Step 22/22 : LABEL version=3.0.0-dev.84 [2023-03-08T21:48:07.897Z] ---> Running in 3be94a97d9db [2023-03-08T21:48:09.281Z] Removing intermediate container 3be94a97d9db [2023-03-08T21:48:09.281Z] ---> 3d2995a2c472 [2023-03-08T21:48:09.281Z] [2023-03-08T21:48:09.281Z] Successfully built 3d2995a2c472 [2023-03-08T21:48:09.281Z] Successfully tagged security-proxy-auth:latest [2023-03-08T21:48:09.539Z]  Building security-proxy-auth ... done Removing intermediate container 46009a80dd2f [2023-03-08T21:48:09.539Z] ---> a7bc7c5cbfaa [2023-03-08T21:48:09.539Z] Step 11/24 : WORKDIR /edgex-go [2023-03-08T21:48:09.539Z] Removing intermediate container 2c6217760f9d [2023-03-08T21:48:09.539Z] ---> e1daedef1701 [2023-03-08T21:48:09.539Z] [2023-03-08T21:48:09.539Z] Step 9/23 : FROM alpine:3.16 [2023-03-08T21:48:09.539Z] ---> dfd21b5a31f5 [2023-03-08T21:48:09.539Z] Step 10/23 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-03-08T21:48:09.539Z] ---> Running in 4a71025c75b2 [2023-03-08T21:48:09.539Z] ---> Running in 4b81c7d4ada7 [2023-03-08T21:48:09.797Z] Removing intermediate container 4a71025c75b2 [2023-03-08T21:48:09.797Z] ---> 43023e30cfb1 [2023-03-08T21:48:09.797Z] [2023-03-08T21:48:09.797Z] Step 12/24 : FROM alpine:3.15 [2023-03-08T21:48:09.797Z] ---> 5ce65d7b0fde [2023-03-08T21:48:09.797Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-08T21:48:09.797Z] ---> Using cache [2023-03-08T21:48:09.797Z] ---> 96a960491c9b [2023-03-08T21:48:09.797Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-03-08T21:48:09.797Z] ---> Running in c33722b258c7 [2023-03-08T21:48:10.055Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T21:48:10.055Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T21:48:10.313Z] (1/3) Installing ca-certificates (20220614-r0) [2023-03-08T21:48:10.313Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-03-08T21:48:10.313Z] (3/3) Installing su-exec (0.2-r1) [2023-03-08T21:48:10.313Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T21:48:10.313Z] Executing ca-certificates-20220614-r0.trigger [2023-03-08T21:48:10.313Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-08T21:48:10.571Z] OK: 6 MiB in 17 packages [2023-03-08T21:48:10.571Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-08T21:48:10.830Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-08T21:48:10.830Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-08T21:48:10.830Z] OK: 15859 distinct packages available [2023-03-08T21:48:11.143Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-08T21:48:11.143Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-08T21:48:11.402Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-03-08T21:48:11.402Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-03-08T21:48:11.402Z] (3/4) Installing libucontext (1.1-r0) [2023-03-08T21:48:11.402Z] (4/4) Installing gcompat (1.0.0-r4) [2023-03-08T21:48:11.402Z] Executing busybox-1.34.1-r7.trigger [2023-03-08T21:48:11.402Z] OK: 6 MiB in 18 packages [2023-03-08T21:48:12.776Z] Removing intermediate container 4b81c7d4ada7 [2023-03-08T21:48:12.776Z] ---> 251d0d507467 [2023-03-08T21:48:12.776Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-03-08T21:48:13.035Z] Removing intermediate container c33722b258c7 [2023-03-08T21:48:13.035Z] ---> 0c0a8e84c6f1 [2023-03-08T21:48:13.035Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-08T21:48:13.035Z] ---> Running in 567e5c484898 [2023-03-08T21:48:13.293Z] Removing intermediate container 567e5c484898 [2023-03-08T21:48:13.293Z] ---> b3ea3ecca62c [2023-03-08T21:48:13.293Z] Step 12/23 : WORKDIR / [2023-03-08T21:48:13.293Z] ---> Running in c99a1ed5bcab [2023-03-08T21:48:14.228Z] Removing intermediate container c99a1ed5bcab [2023-03-08T21:48:14.228Z] ---> f042d8fb52f2 [2023-03-08T21:48:14.228Z] Step 13/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-03-08T21:48:14.228Z] ---> 479f83e74d1c [2023-03-08T21:48:14.228Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-03-08T21:48:14.488Z] ---> 4450fadecc75 [2023-03-08T21:48:14.488Z] Step 14/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-03-08T21:48:14.745Z] ---> 82f7c8930434 [2023-03-08T21:48:14.745Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-03-08T21:48:15.003Z] ---> 73d01d026e6d [2023-03-08T21:48:15.003Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-03-08T21:48:15.003Z] ---> Running in 37771da822be [2023-03-08T21:48:15.003Z] ---> 842a3b637ee7 [2023-03-08T21:48:15.003Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-03-08T21:48:15.262Z] Removing intermediate container 37771da822be [2023-03-08T21:48:15.262Z] ---> 289019e342d0 [2023-03-08T21:48:15.262Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-03-08T21:48:15.833Z] ---> dc7ed5924e07 [2023-03-08T21:48:15.833Z] Step 19/24 : WORKDIR / [2023-03-08T21:48:15.833Z] ---> 8222a133b4cb [2023-03-08T21:48:15.833Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-03-08T21:48:15.833Z] ---> Running in 21f6907b576e [2023-03-08T21:48:16.397Z] Removing intermediate container 21f6907b576e [2023-03-08T21:48:16.397Z] ---> a81ac3d8d352 [2023-03-08T21:48:16.397Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-08T21:48:16.397Z] ---> Running in 34b228500e84 [2023-03-08T21:48:16.397Z] ---> 73bde69b00b9 [2023-03-08T21:48:16.397Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-03-08T21:48:16.654Z] Removing intermediate container 34b228500e84 [2023-03-08T21:48:16.654Z] ---> d464a6e7b6a3 [2023-03-08T21:48:16.654Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-08T21:48:16.654Z] ---> Running in 88148ed8b54d [2023-03-08T21:48:16.654Z] ---> 928b89ff68c0 [2023-03-08T21:48:16.654Z] Step 19/23 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-08T21:48:16.912Z] ---> Running in 5e4a60c3cfa2 [2023-03-08T21:48:16.912Z] Removing intermediate container 88148ed8b54d [2023-03-08T21:48:16.912Z] ---> 282b5710e43b [2023-03-08T21:48:16.912Z] Step 22/24 : LABEL arch=x86_64 [2023-03-08T21:48:17.173Z] ---> Running in f16860458fcb [2023-03-08T21:48:17.173Z] Removing intermediate container 6d173a49eda3 [2023-03-08T21:48:17.173Z] ---> efeef1c2a0f0 [2023-03-08T21:48:17.173Z] Step 8/22 : COPY . . [2023-03-08T21:48:17.435Z] Removing intermediate container f16860458fcb [2023-03-08T21:48:17.435Z] ---> 14f1c257cf50 [2023-03-08T21:48:17.435Z] Step 23/24 : LABEL git_sha=54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T21:48:17.693Z] ---> Running in d39544ff38a7 [2023-03-08T21:48:18.637Z] Removing intermediate container d39544ff38a7 [2023-03-08T21:48:18.637Z] ---> f309e4bf2f2f [2023-03-08T21:48:18.637Z] Step 24/24 : LABEL version=3.0.0-dev.84 [2023-03-08T21:48:19.202Z] ---> Running in fa124f08fa71 [2023-03-08T21:48:19.202Z] Removing intermediate container 5e4a60c3cfa2 [2023-03-08T21:48:19.202Z] ---> a43843b2babc [2023-03-08T21:48:19.202Z] Step 20/23 : ENTRYPOINT ["entrypoint.sh"] [2023-03-08T21:48:19.202Z] Removing intermediate container fa124f08fa71 [2023-03-08T21:48:19.202Z] ---> aad5f2bf9dae [2023-03-08T21:48:19.202Z] [2023-03-08T21:48:19.202Z] ---> Running in 97fca5507a00 [2023-03-08T21:48:19.202Z] Successfully built aad5f2bf9dae [2023-03-08T21:48:19.202Z] Successfully tagged security-spire-config:latest [2023-03-08T21:48:19.459Z]  Building security-spire-config ... done Removing intermediate container 97fca5507a00 [2023-03-08T21:48:19.459Z] ---> 5cb90636400b [2023-03-08T21:48:19.459Z] Step 21/23 : LABEL arch=x86_64 [2023-03-08T21:48:19.459Z] ---> Running in 4b5a60652a91 [2023-03-08T21:48:19.717Z] Removing intermediate container 4b5a60652a91 [2023-03-08T21:48:19.717Z] ---> c77ff36fc0d0 [2023-03-08T21:48:19.717Z] Step 22/23 : LABEL git_sha=54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T21:48:19.979Z] ---> Running in 89baf456c917 [2023-03-08T21:48:20.237Z] Removing intermediate container 89baf456c917 [2023-03-08T21:48:20.237Z] ---> b1fa8ff63df6 [2023-03-08T21:48:20.237Z] Step 23/23 : LABEL version=3.0.0-dev.84 [2023-03-08T21:48:20.237Z] ---> Running in f0ab24822e19 [2023-03-08T21:48:20.495Z] Removing intermediate container f0ab24822e19 [2023-03-08T21:48:20.495Z] ---> e3a2f0eec3f2 [2023-03-08T21:48:20.495Z] [2023-03-08T21:48:20.495Z] Successfully built e3a2f0eec3f2 [2023-03-08T21:48:20.495Z] Successfully tagged security-secretstore-setup:latest [2023-03-08T21:48:21.867Z]  Building security-secretstore-setup ... done Removing intermediate container bfe8f88650b6 [2023-03-08T21:48:21.867Z] ---> 83b726254804 [2023-03-08T21:48:21.867Z] [2023-03-08T21:48:21.867Z] Step 10/22 : FROM alpine:3.16 [2023-03-08T21:48:21.867Z] ---> dfd21b5a31f5 [2023-03-08T21:48:21.867Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-08T21:48:21.867Z] ---> Using cache [2023-03-08T21:48:21.867Z] ---> f2d307b40ae8 [2023-03-08T21:48:21.867Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-03-08T21:48:21.867Z] ---> Using cache [2023-03-08T21:48:21.867Z] ---> 2640b4894932 [2023-03-08T21:48:21.867Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T21:48:21.867Z] ---> Using cache [2023-03-08T21:48:21.867Z] ---> 75047479bdcc [2023-03-08T21:48:21.867Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-03-08T21:48:21.867Z] ---> a429201168fd [2023-03-08T21:48:21.867Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-03-08T21:48:21.867Z] ---> Running in bd4e4d27b6ce [2023-03-08T21:48:22.125Z] ---> 3e31afd58289 [2023-03-08T21:48:22.125Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-03-08T21:48:22.125Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-03-08T21:48:22.125Z] ---> 34dde27e78b4 [2023-03-08T21:48:22.125Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-03-08T21:48:22.426Z] ---> 26cc62ba3ef0 [2023-03-08T21:48:22.426Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-08T21:48:22.684Z] ---> Running in b01298a2fb24 [2023-03-08T21:48:23.255Z] Removing intermediate container b01298a2fb24 [2023-03-08T21:48:23.255Z] ---> 759e55c9f1f3 [2023-03-08T21:48:23.255Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-08T21:48:23.255Z] ---> Running in 5da2a0f360b4 [2023-03-08T21:48:23.512Z] Removing intermediate container 5da2a0f360b4 [2023-03-08T21:48:23.512Z] ---> c92a989d6d80 [2023-03-08T21:48:23.512Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-03-08T21:48:23.512Z] ---> Running in ea674696be41 [2023-03-08T21:48:23.512Z] Removing intermediate container ea674696be41 [2023-03-08T21:48:23.512Z] ---> 281bceacaa48 [2023-03-08T21:48:23.512Z] Step 20/22 : LABEL arch=x86_64 [2023-03-08T21:48:23.512Z] ---> Running in 8aa64c52e625 [2023-03-08T21:48:23.771Z] Removing intermediate container 8aa64c52e625 [2023-03-08T21:48:23.771Z] ---> 4003e7fcb605 [2023-03-08T21:48:23.771Z] Step 21/22 : LABEL git_sha=54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T21:48:23.771Z] ---> Running in 874f6fd30742 [2023-03-08T21:48:23.771Z] Removing intermediate container 874f6fd30742 [2023-03-08T21:48:23.771Z] ---> 358752614789 [2023-03-08T21:48:23.772Z] Step 22/22 : LABEL version=3.0.0-dev.84 [2023-03-08T21:48:24.029Z] ---> Running in 7429547c8e94 [2023-03-08T21:48:24.029Z] Removing intermediate container 7429547c8e94 [2023-03-08T21:48:24.029Z] ---> 1f80d70793d4 [2023-03-08T21:48:24.029Z] [2023-03-08T21:48:24.029Z] Successfully built 1f80d70793d4 [2023-03-08T21:48:24.029Z] Successfully tagged core-common-config-bootstrapper:latest [2023-03-08T21:48:28.820Z] Removing intermediate container 31e8b1fb081e [2023-03-08T21:48:28.820Z] ---> 9629b6ed3808 [2023-03-08T21:48:28.820Z] Successfully built 9629b6ed3808 [2023-03-08T21:48:28.820Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:48:29.189Z] + docker inspect -f . ci-base-image-arm64 [2023-03-08T21:48:29.189Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T21:48:29.458Z] prd-ubuntu20.04-docker-arm64-4c-16g-8905 does not seem to be running inside a container [2023-03-08T21:48:29.552Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/446 -v /w/workspace/edgex-go/446:/w/workspace/edgex-go/446:rw,z -v /w/workspace/edgex-go/446@tmp:/w/workspace/edgex-go/446@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-03-08T21:48:31.143Z] $ docker top b65509eaba32c3c677695f0e2f2b401e6af7cdceeca4d89ae94d0ea10d7dc213 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-08T21:48:32.067Z] + go version [2023-03-08T21:48:32.067Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-03-08T21:48:32.091Z] $ docker stop --time=1 b65509eaba32c3c677695f0e2f2b401e6af7cdceeca4d89ae94d0ea10d7dc213 [2023-03-08T21:48:33.890Z] $ docker rm -f --volumes b65509eaba32c3c677695f0e2f2b401e6af7cdceeca4d89ae94d0ea10d7dc213 [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] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:48:34.539Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-08T21:48:34.539Z] [2023-03-08T21:48:34.539Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:48:34.915Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-08T21:48:35.191Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-03-08T21:48:35.191Z] 29e5d40040c1: Pulling fs layer [2023-03-08T21:48:35.191Z] 1ce36da41761: Pulling fs layer [2023-03-08T21:48:35.191Z] 25b303627fd3: Pulling fs layer [2023-03-08T21:48:35.191Z] 29e5d40040c1: Verifying Checksum [2023-03-08T21:48:35.191Z] 29e5d40040c1: Download complete [2023-03-08T21:48:35.463Z] 1ce36da41761: Verifying Checksum [2023-03-08T21:48:35.463Z] 1ce36da41761: Download complete [2023-03-08T21:48:35.738Z] 29e5d40040c1: Pull complete [2023-03-08T21:48:37.703Z] 25b303627fd3: Verifying Checksum [2023-03-08T21:48:37.703Z] 25b303627fd3: Download complete [2023-03-08T21:48:37.703Z] 1ce36da41761: Pull complete [2023-03-08T21:48:42.095Z]  Building core-common-config-bootstrapper ... done Removing intermediate container bd4e4d27b6ce [2023-03-08T21:48:42.095Z] ---> 424d2500d624 [2023-03-08T21:48:42.095Z] [2023-03-08T21:48:42.095Z] Step 10/22 : FROM alpine:3.16 [2023-03-08T21:48:42.095Z] ---> dfd21b5a31f5 [2023-03-08T21:48:42.095Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-03-08T21:48:42.095Z] ---> Running in a86e8995fe8a [2023-03-08T21:48:42.095Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T21:48:42.095Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T21:48:42.095Z] (1/2) Installing ca-certificates (20220614-r0) [2023-03-08T21:48:42.095Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-03-08T21:48:42.095Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T21:48:42.095Z] Executing ca-certificates-20220614-r0.trigger [2023-03-08T21:48:42.095Z] OK: 6 MiB in 16 packages [2023-03-08T21:48:42.095Z] Removing intermediate container a86e8995fe8a [2023-03-08T21:48:42.095Z] ---> a243c1bfe0b4 [2023-03-08T21:48:42.095Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-08T21:48:42.095Z] ---> Running in 02221d7ca5a7 [2023-03-08T21:48:42.095Z] Removing intermediate container 02221d7ca5a7 [2023-03-08T21:48:42.095Z] ---> ce3852c27bf5 [2023-03-08T21:48:42.095Z] Step 13/22 : ENV APP_PORT=59860 [2023-03-08T21:48:42.095Z] ---> Running in 6f10d7256bf5 [2023-03-08T21:48:42.095Z] Removing intermediate container 6f10d7256bf5 [2023-03-08T21:48:42.095Z] ---> c785517404f4 [2023-03-08T21:48:42.095Z] Step 14/22 : EXPOSE $APP_PORT [2023-03-08T21:48:42.095Z] ---> Running in 227d9b2f49bf [2023-03-08T21:48:42.095Z] Removing intermediate container 227d9b2f49bf [2023-03-08T21:48:42.095Z] ---> af8d2fd68a06 [2023-03-08T21:48:42.095Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T21:48:42.095Z] ---> adfefbe41d74 [2023-03-08T21:48:42.095Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-03-08T21:48:42.095Z] ---> 5e632a04056d [2023-03-08T21:48:42.095Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-03-08T21:48:42.095Z] ---> 8b5515a811c6 [2023-03-08T21:48:42.095Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-03-08T21:48:42.095Z] ---> Running in f0d0889288d1 [2023-03-08T21:48:42.095Z] Removing intermediate container f0d0889288d1 [2023-03-08T21:48:42.095Z] ---> 72d971979543 [2023-03-08T21:48:42.095Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-08T21:48:42.095Z] ---> Running in 31edf6753f59 [2023-03-08T21:48:42.095Z] Removing intermediate container 31edf6753f59 [2023-03-08T21:48:42.095Z] ---> 890e6a82d382 [2023-03-08T21:48:42.095Z] Step 20/22 : LABEL arch=x86_64 [2023-03-08T21:48:42.095Z] ---> Running in 0ced750c8407 [2023-03-08T21:48:42.354Z] Removing intermediate container 0ced750c8407 [2023-03-08T21:48:42.354Z] ---> f5d3764fc534 [2023-03-08T21:48:42.354Z] Step 21/22 : LABEL git_sha=54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T21:48:42.354Z] ---> Running in fddc73561a22 [2023-03-08T21:48:42.354Z] Removing intermediate container fddc73561a22 [2023-03-08T21:48:42.354Z] ---> ea411d24b7aa [2023-03-08T21:48:42.354Z] Step 22/22 : LABEL version=3.0.0-dev.84 [2023-03-08T21:48:42.354Z] ---> Running in 26040ca0972b [2023-03-08T21:48:42.612Z] Removing intermediate container 26040ca0972b [2023-03-08T21:48:42.612Z] ---> d274e68942b4 [2023-03-08T21:48:42.612Z] [2023-03-08T21:48:42.612Z] Successfully built d274e68942b4 [2023-03-08T21:48:42.612Z] Successfully tagged support-notifications:latest [2023-03-08T21:48:42.617Z]  Building support-notifications ... done  [Pipeline] } [2023-03-08T21:48:42.621Z] $ docker stop --time=1 e132b2933047a8dc8d5fa49993bef3548b0b347d897c7c290ed17e11aa0177fc [2023-03-08T21:48:44.016Z] $ docker rm -f --volumes e132b2933047a8dc8d5fa49993bef3548b0b347d897c7c290ed17e11aa0177fc [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-08T21:48:44.343Z] + docker images [2023-03-08T21:48:44.343Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-03-08T21:48:44.343Z] support-notifications latest d274e68942b4 2 seconds ago 30.7MB [2023-03-08T21:48:44.343Z] 424d2500d624 6 seconds ago 1.75GB [2023-03-08T21:48:44.343Z] core-common-config-bootstrapper latest 1f80d70793d4 21 seconds ago 15.5MB [2023-03-08T21:48:44.343Z] 83b726254804 24 seconds ago 1.68GB [2023-03-08T21:48:44.343Z] security-secretstore-setup latest e3a2f0eec3f2 24 seconds ago 29.9MB [2023-03-08T21:48:44.343Z] security-spire-config latest aad5f2bf9dae 25 seconds ago 85.8MB [2023-03-08T21:48:44.343Z] 43023e30cfb1 35 seconds ago 1.55GB [2023-03-08T21:48:44.343Z] e1daedef1701 36 seconds ago 1.67GB [2023-03-08T21:48:44.343Z] security-proxy-auth latest 3d2995a2c472 37 seconds ago 16.2MB [2023-03-08T21:48:44.343Z] security-spiffe-token-provider latest 0028341000f0 42 seconds ago 30MB [2023-03-08T21:48:44.343Z] core-metadata latest 343f648a523e 45 seconds ago 18.5MB [2023-03-08T21:48:44.343Z] 77d9b3e72a0b 50 seconds ago 1.66GB [2023-03-08T21:48:44.343Z] f71ed21cb3c0 52 seconds ago 1.69GB [2023-03-08T21:48:44.343Z] a6bae9edac6c 52 seconds ago 1.72GB [2023-03-08T21:48:44.343Z] core-command latest ad2e78998f12 About a minute ago 17.8MB [2023-03-08T21:48:44.343Z] 6e025d3289f5 About a minute ago 1.68GB [2023-03-08T21:48:44.343Z] support-scheduler latest 4f4085754cf1 About a minute ago 30.1MB [2023-03-08T21:48:44.343Z] security-bootstrapper latest b1483a7f4a25 About a minute ago 19.8MB [2023-03-08T21:48:44.343Z] c981188bdb98 About a minute ago 1.75GB [2023-03-08T21:48:44.343Z] security-proxy-setup latest a9663294e8ca About a minute ago 16.4MB [2023-03-08T21:48:44.343Z] core-data latest 1deffba74c3a About a minute ago 18MB [2023-03-08T21:48:44.343Z] 9c9bb685f5a7 About a minute ago 1.67GB [2023-03-08T21:48:44.343Z] b8e4808d9190 About a minute ago 1.69GB [2023-03-08T21:48:44.343Z] e147a672d644 About a minute ago 1.66GB [2023-03-08T21:48:44.343Z] security-spire-agent latest e0a3d2b66f3b About a minute ago 125MB [2023-03-08T21:48:44.343Z] security-spire-server latest cf13b0028ed6 2 minutes ago 86.5MB [2023-03-08T21:48:44.343Z] e5698098cae2 2 minutes ago 1.55GB [2023-03-08T21:48:44.343Z] 3a180bddfcc8 2 minutes ago 1.55GB [2023-03-08T21:48:44.343Z] ci-base-image-x86_64 latest d578757a9c28 5 minutes ago 903MB [2023-03-08T21:48:44.343Z] alpine 3.15 5ce65d7b0fde 3 weeks ago 5.59MB [2023-03-08T21:48:44.343Z] alpine 3.16 dfd21b5a31f5 3 weeks ago 5.55MB [2023-03-08T21:48:44.343Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 4 months ago 683MB [2023-03-08T21:48:44.343Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 8 months ago 253MB [2023-03-08T21:48:44.343Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 2 years ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-08T21:48:44.459Z] provisioning config files... [2023-03-08T21:48:44.467Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/446@tmp/config6314948246918905039tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-08T21:48:44.759Z] ---> docker-login.sh [2023-03-08T21:48:44.760Z] nexus3.edgexfoundry.org:10001 [2023-03-08T21:48:44.760Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T21:48:44.760Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T21:48:44.760Z] Configure a credential helper to remove this warning. See [2023-03-08T21:48:44.760Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T21:48:44.760Z] [2023-03-08T21:48:44.760Z] Login Succeeded [2023-03-08T21:48:44.760Z] nexus3.edgexfoundry.org:10002 [2023-03-08T21:48:44.760Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T21:48:44.760Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T21:48:44.760Z] Configure a credential helper to remove this warning. See [2023-03-08T21:48:44.760Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T21:48:44.760Z] [2023-03-08T21:48:44.760Z] Login Succeeded [2023-03-08T21:48:44.760Z] nexus3.edgexfoundry.org:10003 [2023-03-08T21:48:45.019Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T21:48:45.019Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T21:48:45.019Z] Configure a credential helper to remove this warning. See [2023-03-08T21:48:45.019Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T21:48:45.019Z] [2023-03-08T21:48:45.019Z] Login Succeeded [2023-03-08T21:48:45.019Z] nexus3.edgexfoundry.org:10004 [2023-03-08T21:48:45.019Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T21:48:45.019Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T21:48:45.019Z] Configure a credential helper to remove this warning. See [2023-03-08T21:48:45.019Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T21:48:45.019Z] [2023-03-08T21:48:45.019Z] Login Succeeded [2023-03-08T21:48:45.019Z] docker.io [2023-03-08T21:48:45.019Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T21:48:45.277Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T21:48:45.277Z] Configure a credential helper to remove this warning. See [2023-03-08T21:48:45.277Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T21:48:45.277Z] [2023-03-08T21:48:45.277Z] Login Succeeded [2023-03-08T21:48:45.277Z] ---> docker-login.sh ends [Pipeline] } [2023-03-08T21:48:45.285Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-08T21:48:45.308Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-08T21:48:45.324Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2023-03-08T21:48:45.324Z] 54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T21:48:45.324Z] latest [2023-03-08T21:48:45.324Z] 3.0.0-dev.84 [2023-03-08T21:48:45.324Z] 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T21:48:45.324Z] main [2023-03-08T21:48:45.324Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:48:45.639Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:54929a7ab6bf9e03e113416e19b38331485fa87d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:48:45.945Z] + docker push nexus3.edgexfoundry.org:10004/core-command:54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T21:48:45.946Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-03-08T21:48:45.946Z] 017257542aea: Preparing [2023-03-08T21:48:45.946Z] ca0d9034183c: Preparing [2023-03-08T21:48:45.946Z] df6e0af48068: Preparing [2023-03-08T21:48:45.946Z] da25064f5498: Preparing [2023-03-08T21:48:45.946Z] aa5968d388b8: Preparing [2023-03-08T21:48:45.946Z] aa5968d388b8: Layer already exists [2023-03-08T21:48:45.946Z] da25064f5498: Pushed [2023-03-08T21:48:45.946Z] 017257542aea: Pushed [2023-03-08T21:48:45.946Z] df6e0af48068: Pushed [2023-03-08T21:48:47.317Z] ca0d9034183c: Pushed [2023-03-08T21:48:47.317Z] 54929a7ab6bf9e03e113416e19b38331485fa87d: digest: sha256:d40e95df58dd1f6e1441a82fdde8ffd34bbf938002a2efa4192cff91df09c489 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:48:47.618Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:48:47.917Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2023-03-08T21:48:47.917Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-03-08T21:48:47.917Z] 017257542aea: Preparing [2023-03-08T21:48:47.917Z] ca0d9034183c: Preparing [2023-03-08T21:48:47.917Z] df6e0af48068: Preparing [2023-03-08T21:48:47.917Z] da25064f5498: Preparing [2023-03-08T21:48:47.917Z] aa5968d388b8: Preparing [2023-03-08T21:48:47.917Z] ca0d9034183c: Layer already exists [2023-03-08T21:48:47.917Z] aa5968d388b8: Layer already exists [2023-03-08T21:48:47.917Z] da25064f5498: Layer already exists [2023-03-08T21:48:47.917Z] 017257542aea: Layer already exists [2023-03-08T21:48:47.917Z] df6e0af48068: Layer already exists [2023-03-08T21:48:47.917Z] latest: digest: sha256:d40e95df58dd1f6e1441a82fdde8ffd34bbf938002a2efa4192cff91df09c489 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:48:48.219Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:48:48.522Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.84 [2023-03-08T21:48:48.522Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-03-08T21:48:48.522Z] 017257542aea: Preparing [2023-03-08T21:48:48.522Z] ca0d9034183c: Preparing [2023-03-08T21:48:48.522Z] df6e0af48068: Preparing [2023-03-08T21:48:48.522Z] da25064f5498: Preparing [2023-03-08T21:48:48.522Z] aa5968d388b8: Preparing [2023-03-08T21:48:48.522Z] df6e0af48068: Layer already exists [2023-03-08T21:48:48.522Z] 017257542aea: Layer already exists [2023-03-08T21:48:48.522Z] ca0d9034183c: Layer already exists [2023-03-08T21:48:48.522Z] aa5968d388b8: Layer already exists [2023-03-08T21:48:48.522Z] da25064f5498: Layer already exists [2023-03-08T21:48:48.522Z] 3.0.0-dev.84: digest: sha256:d40e95df58dd1f6e1441a82fdde8ffd34bbf938002a2efa4192cff91df09c489 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:48:48.826Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:48:49.127Z] + docker push nexus3.edgexfoundry.org:10004/core-command:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T21:48:49.127Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-03-08T21:48:49.127Z] 017257542aea: Preparing [2023-03-08T21:48:49.127Z] ca0d9034183c: Preparing [2023-03-08T21:48:49.127Z] df6e0af48068: Preparing [2023-03-08T21:48:49.127Z] da25064f5498: Preparing [2023-03-08T21:48:49.127Z] aa5968d388b8: Preparing [2023-03-08T21:48:49.127Z] aa5968d388b8: Layer already exists [2023-03-08T21:48:49.127Z] df6e0af48068: Layer already exists [2023-03-08T21:48:49.127Z] ca0d9034183c: Layer already exists [2023-03-08T21:48:49.127Z] 017257542aea: Layer already exists [2023-03-08T21:48:49.127Z] da25064f5498: Layer already exists [2023-03-08T21:48:49.127Z] 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84: digest: sha256:d40e95df58dd1f6e1441a82fdde8ffd34bbf938002a2efa4192cff91df09c489 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:48:49.429Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:48:49.741Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2023-03-08T21:48:49.741Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-03-08T21:48:49.741Z] 017257542aea: Preparing [2023-03-08T21:48:49.741Z] ca0d9034183c: Preparing [2023-03-08T21:48:49.741Z] df6e0af48068: Preparing [2023-03-08T21:48:49.741Z] da25064f5498: Preparing [2023-03-08T21:48:49.741Z] aa5968d388b8: Preparing [2023-03-08T21:48:49.741Z] ca0d9034183c: Layer already exists [2023-03-08T21:48:49.741Z] aa5968d388b8: Layer already exists [2023-03-08T21:48:49.741Z] 017257542aea: Layer already exists [2023-03-08T21:48:49.741Z] df6e0af48068: Layer already exists [2023-03-08T21:48:49.741Z] da25064f5498: Layer already exists [2023-03-08T21:48:49.741Z] main: digest: sha256:d40e95df58dd1f6e1441a82fdde8ffd34bbf938002a2efa4192cff91df09c489 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-08T21:48:49.794Z] ===================================================== [Pipeline] echo [2023-03-08T21:48:49.805Z] taggedImages: [2023-03-08T21:48:49.805Z] - nexus3.edgexfoundry.org:10004/core-command:54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T21:48:49.805Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2023-03-08T21:48:49.805Z] - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.84 [2023-03-08T21:48:49.805Z] - nexus3.edgexfoundry.org:10004/core-command:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T21:48:49.805Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2023-03-08T21:48:49.829Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2023-03-08T21:48:49.829Z] 54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T21:48:49.829Z] latest [2023-03-08T21:48:49.829Z] 3.0.0-dev.84 [2023-03-08T21:48:49.829Z] 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T21:48:49.829Z] main [2023-03-08T21:48:49.829Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:48:50.070Z] 25b303627fd3: Pull complete [2023-03-08T21:48:50.070Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-03-08T21:48:50.070Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-08T21:48:50.070Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T21:48:50.158Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T21:48:50.319Z] prd-ubuntu20.04-docker-arm64-4c-16g-8905 does not seem to be running inside a container [2023-03-08T21:48:50.408Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/446 -v /w/workspace/edgex-go/446:/w/workspace/edgex-go/446:rw,z -v /w/workspace/edgex-go/446@tmp:/w/workspace/edgex-go/446@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-03-08T21:48:53.185Z] $ docker top a7d8b9e36ac84f6bfdd8bf6518cbdebb90c2a10cfc71e871c9a15b7893ee0c2c -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] sh [2023-03-08T21:48:53.776Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T21:48:53.776Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-03-08T21:48:53.776Z] 1ab71e451fb0: Preparing [2023-03-08T21:48:53.776Z] d93846298baa: Preparing [2023-03-08T21:48:53.776Z] 64b6d518ea37: Preparing [2023-03-08T21:48:53.776Z] e64bdb26e441: Preparing [2023-03-08T21:48:53.776Z] df6e0af48068: Preparing [2023-03-08T21:48:53.776Z] 4a753f7e8b6e: Preparing [2023-03-08T21:48:53.776Z] aa5968d388b8: Preparing [2023-03-08T21:48:53.776Z] 4a753f7e8b6e: Waiting [2023-03-08T21:48:53.776Z] df6e0af48068: Layer already exists [2023-03-08T21:48:53.776Z] d93846298baa: Pushed [2023-03-08T21:48:53.776Z] aa5968d388b8: Layer already exists [2023-03-08T21:48:53.776Z] 4a753f7e8b6e: Pushed [2023-03-08T21:48:53.776Z] 1ab71e451fb0: Pushed [2023-03-08T21:48:53.776Z] 64b6d518ea37: Pushed [2023-03-08T21:48:54.083Z] + docker-compose build --help+ [2023-03-08T21:48:54.083Z] grep parallel [2023-03-08T21:48:54.711Z] e64bdb26e441: Pushed [2023-03-08T21:48:54.711Z] 54929a7ab6bf9e03e113416e19b38331485fa87d: digest: sha256:862b6b7e119ca1209a59501e7e9927e725e50b93bfd91200346834e74dd719d9 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:48:55.013Z] + 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-03-08T21:48:55.316Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-03-08T21:48:55.316Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-03-08T21:48:55.316Z] 1ab71e451fb0: Preparing [2023-03-08T21:48:55.316Z] d93846298baa: Preparing [2023-03-08T21:48:55.316Z] 64b6d518ea37: Preparing [2023-03-08T21:48:55.316Z] e64bdb26e441: Preparing [2023-03-08T21:48:55.316Z] df6e0af48068: Preparing [2023-03-08T21:48:55.316Z] 4a753f7e8b6e: Preparing [2023-03-08T21:48:55.316Z] aa5968d388b8: Preparing [2023-03-08T21:48:55.316Z] aa5968d388b8: Waiting [2023-03-08T21:48:55.316Z] 4a753f7e8b6e: Waiting [2023-03-08T21:48:55.316Z] df6e0af48068: Layer already exists [2023-03-08T21:48:55.316Z] e64bdb26e441: Layer already exists [2023-03-08T21:48:55.316Z] 1ab71e451fb0: Layer already exists [2023-03-08T21:48:55.316Z] 64b6d518ea37: Layer already exists [2023-03-08T21:48:55.316Z] d93846298baa: Layer already exists [2023-03-08T21:48:55.316Z] 4a753f7e8b6e: Layer already exists [2023-03-08T21:48:55.316Z] aa5968d388b8: Layer already exists [2023-03-08T21:48:55.316Z] latest: digest: sha256:862b6b7e119ca1209a59501e7e9927e725e50b93bfd91200346834e74dd719d9 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:48:55.629Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:48:55.931Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.84 [2023-03-08T21:48:55.932Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-03-08T21:48:55.932Z] 1ab71e451fb0: Preparing [2023-03-08T21:48:55.932Z] d93846298baa: Preparing [2023-03-08T21:48:55.932Z] 64b6d518ea37: Preparing [2023-03-08T21:48:55.932Z] e64bdb26e441: Preparing [2023-03-08T21:48:55.932Z] df6e0af48068: Preparing [2023-03-08T21:48:55.932Z] 4a753f7e8b6e: Preparing [2023-03-08T21:48:55.932Z] aa5968d388b8: Preparing [2023-03-08T21:48:55.932Z] 4a753f7e8b6e: Waiting [2023-03-08T21:48:55.932Z] aa5968d388b8: Waiting [2023-03-08T21:48:55.932Z] e64bdb26e441: Layer already exists [2023-03-08T21:48:55.932Z] 1ab71e451fb0: Layer already exists [2023-03-08T21:48:55.932Z] d93846298baa: Layer already exists [2023-03-08T21:48:55.932Z] df6e0af48068: Layer already exists [2023-03-08T21:48:55.932Z] 64b6d518ea37: Layer already exists [2023-03-08T21:48:55.932Z] 4a753f7e8b6e: Layer already exists [2023-03-08T21:48:55.932Z] aa5968d388b8: Layer already exists [2023-03-08T21:48:55.932Z] 3.0.0-dev.84: digest: sha256:862b6b7e119ca1209a59501e7e9927e725e50b93bfd91200346834e74dd719d9 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:48:56.243Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:48:56.557Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T21:48:56.557Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-03-08T21:48:56.557Z] 1ab71e451fb0: Preparing [2023-03-08T21:48:56.557Z] d93846298baa: Preparing [2023-03-08T21:48:56.557Z] 64b6d518ea37: Preparing [2023-03-08T21:48:56.557Z] e64bdb26e441: Preparing [2023-03-08T21:48:56.557Z] df6e0af48068: Preparing [2023-03-08T21:48:56.557Z] 4a753f7e8b6e: Preparing [2023-03-08T21:48:56.557Z] aa5968d388b8: Preparing [2023-03-08T21:48:56.557Z] aa5968d388b8: Waiting [2023-03-08T21:48:56.557Z] df6e0af48068: Layer already exists [2023-03-08T21:48:56.557Z] d93846298baa: Layer already exists [2023-03-08T21:48:56.557Z] e64bdb26e441: Layer already exists [2023-03-08T21:48:56.557Z] 64b6d518ea37: Layer already exists [2023-03-08T21:48:56.557Z] 1ab71e451fb0: Layer already exists [2023-03-08T21:48:56.557Z] 4a753f7e8b6e: Layer already exists [2023-03-08T21:48:56.557Z] aa5968d388b8: Layer already exists [2023-03-08T21:48:56.557Z] 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84: digest: sha256:862b6b7e119ca1209a59501e7e9927e725e50b93bfd91200346834e74dd719d9 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:48:56.871Z] + 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-03-08T21:48:57.181Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2023-03-08T21:48:57.181Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-03-08T21:48:57.181Z] 1ab71e451fb0: Preparing [2023-03-08T21:48:57.181Z] d93846298baa: Preparing [2023-03-08T21:48:57.181Z] 64b6d518ea37: Preparing [2023-03-08T21:48:57.181Z] e64bdb26e441: Preparing [2023-03-08T21:48:57.181Z] df6e0af48068: Preparing [2023-03-08T21:48:57.181Z] 4a753f7e8b6e: Preparing [2023-03-08T21:48:57.181Z] aa5968d388b8: Preparing [2023-03-08T21:48:57.181Z] 4a753f7e8b6e: Waiting [2023-03-08T21:48:57.181Z] aa5968d388b8: Waiting [2023-03-08T21:48:57.181Z] e64bdb26e441: Layer already exists [2023-03-08T21:48:57.181Z] 64b6d518ea37: Layer already exists [2023-03-08T21:48:57.181Z] d93846298baa: Layer already exists [2023-03-08T21:48:57.181Z] df6e0af48068: Layer already exists [2023-03-08T21:48:57.181Z] 1ab71e451fb0: Layer already exists [2023-03-08T21:48:57.181Z] 4a753f7e8b6e: Layer already exists [2023-03-08T21:48:57.181Z] aa5968d388b8: Layer already exists [2023-03-08T21:48:57.181Z] main: digest: sha256:862b6b7e119ca1209a59501e7e9927e725e50b93bfd91200346834e74dd719d9 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-08T21:48:57.310Z] ===================================================== [Pipeline] echo [2023-03-08T21:48:57.317Z] taggedImages: [2023-03-08T21:48:57.317Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T21:48:57.317Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-03-08T21:48:57.317Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.84 [2023-03-08T21:48:57.317Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T21:48:57.317Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2023-03-08T21:48:57.340Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2023-03-08T21:48:57.340Z] 54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T21:48:57.340Z] latest [2023-03-08T21:48:57.340Z] 3.0.0-dev.84 [2023-03-08T21:48:57.340Z] 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T21:48:57.340Z] main [2023-03-08T21:48:57.340Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:48:57.716Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:54929a7ab6bf9e03e113416e19b38331485fa87d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:48:58.057Z] + docker push nexus3.edgexfoundry.org:10004/core-data:54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T21:48:58.057Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-03-08T21:48:58.057Z] 8ba3bb341db5: Preparing [2023-03-08T21:48:58.057Z] f53f1cddbb64: Preparing [2023-03-08T21:48:58.057Z] df6e0af48068: Preparing [2023-03-08T21:48:58.057Z] 752f31498dbf: Preparing [2023-03-08T21:48:58.057Z] aa5968d388b8: Preparing [2023-03-08T21:48:58.057Z] df6e0af48068: Layer already exists [2023-03-08T21:48:58.057Z] aa5968d388b8: Layer already exists [2023-03-08T21:48:58.057Z] 8ba3bb341db5: Pushed [2023-03-08T21:48:58.057Z] 752f31498dbf: Pushed [2023-03-08T21:48:59.563Z] f53f1cddbb64: Pushed [2023-03-08T21:48:59.563Z] 54929a7ab6bf9e03e113416e19b38331485fa87d: digest: sha256:c68c60e08ce2cbdaa7ea8f416d89f3ef16a59b602cc3d718ef8cab74039764e5 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:48:59.869Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:00.180Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2023-03-08T21:49:00.180Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-03-08T21:49:00.180Z] 8ba3bb341db5: Preparing [2023-03-08T21:49:00.180Z] f53f1cddbb64: Preparing [2023-03-08T21:49:00.180Z] df6e0af48068: Preparing [2023-03-08T21:49:00.180Z] 752f31498dbf: Preparing [2023-03-08T21:49:00.180Z] aa5968d388b8: Preparing [2023-03-08T21:49:00.180Z] aa5968d388b8: Layer already exists [2023-03-08T21:49:00.180Z] 8ba3bb341db5: Layer already exists [2023-03-08T21:49:00.180Z] f53f1cddbb64: Layer already exists [2023-03-08T21:49:00.180Z] 752f31498dbf: Layer already exists [2023-03-08T21:49:00.180Z] df6e0af48068: Layer already exists [2023-03-08T21:49:00.180Z] latest: digest: sha256:c68c60e08ce2cbdaa7ea8f416d89f3ef16a59b602cc3d718ef8cab74039764e5 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:00.491Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:00.802Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.84 [2023-03-08T21:49:00.802Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-03-08T21:49:00.802Z] 8ba3bb341db5: Preparing [2023-03-08T21:49:00.802Z] f53f1cddbb64: Preparing [2023-03-08T21:49:00.802Z] df6e0af48068: Preparing [2023-03-08T21:49:00.802Z] 752f31498dbf: Preparing [2023-03-08T21:49:00.802Z] aa5968d388b8: Preparing [2023-03-08T21:49:00.802Z] aa5968d388b8: Layer already exists [2023-03-08T21:49:00.802Z] f53f1cddbb64: Layer already exists [2023-03-08T21:49:00.802Z] 752f31498dbf: Layer already exists [2023-03-08T21:49:00.802Z] 8ba3bb341db5: Layer already exists [2023-03-08T21:49:00.802Z] df6e0af48068: Layer already exists [2023-03-08T21:49:00.802Z] 3.0.0-dev.84: digest: sha256:c68c60e08ce2cbdaa7ea8f416d89f3ef16a59b602cc3d718ef8cab74039764e5 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:01.112Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:01.417Z] + docker push nexus3.edgexfoundry.org:10004/core-data:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T21:49:01.417Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-03-08T21:49:01.417Z] 8ba3bb341db5: Preparing [2023-03-08T21:49:01.417Z] f53f1cddbb64: Preparing [2023-03-08T21:49:01.417Z] df6e0af48068: Preparing [2023-03-08T21:49:01.417Z] 752f31498dbf: Preparing [2023-03-08T21:49:01.417Z] aa5968d388b8: Preparing [2023-03-08T21:49:01.417Z] df6e0af48068: Layer already exists [2023-03-08T21:49:01.417Z] 8ba3bb341db5: Layer already exists [2023-03-08T21:49:01.417Z] f53f1cddbb64: Layer already exists [2023-03-08T21:49:01.417Z] aa5968d388b8: Layer already exists [2023-03-08T21:49:01.417Z] 752f31498dbf: Layer already exists [2023-03-08T21:49:01.417Z] 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84: digest: sha256:c68c60e08ce2cbdaa7ea8f416d89f3ef16a59b602cc3d718ef8cab74039764e5 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:01.744Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:02.045Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2023-03-08T21:49:02.045Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-03-08T21:49:02.045Z] 8ba3bb341db5: Preparing [2023-03-08T21:49:02.045Z] f53f1cddbb64: Preparing [2023-03-08T21:49:02.045Z] df6e0af48068: Preparing [2023-03-08T21:49:02.045Z] 752f31498dbf: Preparing [2023-03-08T21:49:02.045Z] aa5968d388b8: Preparing [2023-03-08T21:49:02.045Z] aa5968d388b8: Layer already exists [2023-03-08T21:49:02.045Z] df6e0af48068: Layer already exists [2023-03-08T21:49:02.045Z] 8ba3bb341db5: Layer already exists [2023-03-08T21:49:02.045Z] 752f31498dbf: Layer already exists [2023-03-08T21:49:02.045Z] f53f1cddbb64: Layer already exists [2023-03-08T21:49:02.045Z] main: digest: sha256:c68c60e08ce2cbdaa7ea8f416d89f3ef16a59b602cc3d718ef8cab74039764e5 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-08T21:49:02.083Z] ===================================================== [Pipeline] echo [2023-03-08T21:49:02.089Z] taggedImages: [2023-03-08T21:49:02.089Z] - nexus3.edgexfoundry.org:10004/core-data:54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T21:49:02.089Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2023-03-08T21:49:02.089Z] - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.84 [2023-03-08T21:49:02.089Z] - nexus3.edgexfoundry.org:10004/core-data:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T21:49:02.089Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2023-03-08T21:49:02.103Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2023-03-08T21:49:02.103Z] 54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T21:49:02.103Z] latest [2023-03-08T21:49:02.103Z] 3.0.0-dev.84 [2023-03-08T21:49:02.103Z] 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T21:49:02.103Z] main [2023-03-08T21:49:02.103Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:02.341Z] --parallel Build images in parallel. [Pipeline] } [2023-03-08T21:49:02.364Z] $ docker stop --time=1 a7d8b9e36ac84f6bfdd8bf6518cbdebb90c2a10cfc71e871c9a15b7893ee0c2c [2023-03-08T21:49:02.406Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T21:49:04.157Z] $ docker rm -f --volumes a7d8b9e36ac84f6bfdd8bf6518cbdebb90c2a10cfc71e871c9a15b7893ee0c2c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:04.648Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T21:49:04.648Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-03-08T21:49:04.648Z] 36037b0a1efc: Preparing [2023-03-08T21:49:04.648Z] 7b78cf1d3492: Preparing [2023-03-08T21:49:04.648Z] 95b43f0b0f16: Preparing [2023-03-08T21:49:04.648Z] df6e0af48068: Preparing [2023-03-08T21:49:04.648Z] da25064f5498: Preparing [2023-03-08T21:49:04.648Z] aa5968d388b8: Preparing [2023-03-08T21:49:04.648Z] aa5968d388b8: Waiting [2023-03-08T21:49:04.648Z] df6e0af48068: Layer already exists [2023-03-08T21:49:04.648Z] da25064f5498: Layer already exists [2023-03-08T21:49:04.648Z] aa5968d388b8: Layer already exists [2023-03-08T21:49:04.648Z] 7b78cf1d3492: Pushed [2023-03-08T21:49:04.648Z] 36037b0a1efc: Pushed [2023-03-08T21:49:04.785Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-08T21:49:04.785Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T21:49:04.997Z] prd-ubuntu20.04-docker-arm64-4c-16g-8905 does not seem to be running inside a container [2023-03-08T21:49:05.084Z] $ 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/446 -v /w/workspace/edgex-go/446:/w/workspace/edgex-go/446:rw,z -v /w/workspace/edgex-go/446@tmp:/w/workspace/edgex-go/446@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-03-08T21:49:06.025Z] 95b43f0b0f16: Pushed [2023-03-08T21:49:06.025Z] 54929a7ab6bf9e03e113416e19b38331485fa87d: digest: sha256:30435a51a42f2694dd3a5c51f7aac40302935d548b4a71bf7da8abae67122cf8 size: 1570 [2023-03-08T21:49:07.551Z] $ docker top 9171c81f4a56d97cc59585fe11bb626b154d3c90f3c064bef115e5dc580134c5 -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:08.155Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:08.442Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-03-08T21:49:08.460Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-03-08T21:49:08.460Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-03-08T21:49:08.460Z] 36037b0a1efc: Preparing [2023-03-08T21:49:08.460Z] 7b78cf1d3492: Preparing [2023-03-08T21:49:08.460Z] 95b43f0b0f16: Preparing [2023-03-08T21:49:08.460Z] df6e0af48068: Preparing [2023-03-08T21:49:08.460Z] da25064f5498: Preparing [2023-03-08T21:49:08.460Z] aa5968d388b8: Preparing [2023-03-08T21:49:08.460Z] aa5968d388b8: Waiting [2023-03-08T21:49:08.460Z] 36037b0a1efc: Layer already exists [2023-03-08T21:49:08.460Z] 95b43f0b0f16: Layer already exists [2023-03-08T21:49:08.460Z] df6e0af48068: Layer already exists [2023-03-08T21:49:08.460Z] 7b78cf1d3492: Layer already exists [2023-03-08T21:49:08.460Z] da25064f5498: Layer already exists [2023-03-08T21:49:08.460Z] aa5968d388b8: Layer already exists [2023-03-08T21:49:08.460Z] latest: digest: sha256:30435a51a42f2694dd3a5c51f7aac40302935d548b4a71bf7da8abae67122cf8 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:08.771Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:09.072Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.84 [2023-03-08T21:49:09.072Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-03-08T21:49:09.072Z] 36037b0a1efc: Preparing [2023-03-08T21:49:09.072Z] 7b78cf1d3492: Preparing [2023-03-08T21:49:09.072Z] 95b43f0b0f16: Preparing [2023-03-08T21:49:09.072Z] df6e0af48068: Preparing [2023-03-08T21:49:09.072Z] da25064f5498: Preparing [2023-03-08T21:49:09.072Z] aa5968d388b8: Preparing [2023-03-08T21:49:09.072Z] aa5968d388b8: Waiting [2023-03-08T21:49:09.072Z] 95b43f0b0f16: Layer already exists [2023-03-08T21:49:09.072Z] df6e0af48068: Layer already exists [2023-03-08T21:49:09.072Z] da25064f5498: Layer already exists [2023-03-08T21:49:09.072Z] 36037b0a1efc: Layer already exists [2023-03-08T21:49:09.072Z] 7b78cf1d3492: Layer already exists [2023-03-08T21:49:09.072Z] aa5968d388b8: Layer already exists [2023-03-08T21:49:09.072Z] 3.0.0-dev.84: digest: sha256:30435a51a42f2694dd3a5c51f7aac40302935d548b4a71bf7da8abae67122cf8 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:09.384Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:09.689Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T21:49:09.689Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-03-08T21:49:09.689Z] 36037b0a1efc: Preparing [2023-03-08T21:49:09.689Z] 7b78cf1d3492: Preparing [2023-03-08T21:49:09.689Z] 95b43f0b0f16: Preparing [2023-03-08T21:49:09.689Z] df6e0af48068: Preparing [2023-03-08T21:49:09.689Z] da25064f5498: Preparing [2023-03-08T21:49:09.689Z] aa5968d388b8: Preparing [2023-03-08T21:49:09.689Z] aa5968d388b8: Waiting [2023-03-08T21:49:09.689Z] 7b78cf1d3492: Layer already exists [2023-03-08T21:49:09.689Z] df6e0af48068: Layer already exists [2023-03-08T21:49:09.689Z] 95b43f0b0f16: Layer already exists [2023-03-08T21:49:09.689Z] 36037b0a1efc: Layer already exists [2023-03-08T21:49:09.689Z] da25064f5498: Layer already exists [2023-03-08T21:49:09.689Z] aa5968d388b8: Layer already exists [2023-03-08T21:49:09.689Z] 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84: digest: sha256:30435a51a42f2694dd3a5c51f7aac40302935d548b4a71bf7da8abae67122cf8 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:10.060Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:10.363Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2023-03-08T21:49:10.363Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-03-08T21:49:10.363Z] 36037b0a1efc: Preparing [2023-03-08T21:49:10.363Z] 7b78cf1d3492: Preparing [2023-03-08T21:49:10.363Z] 95b43f0b0f16: Preparing [2023-03-08T21:49:10.363Z] df6e0af48068: Preparing [2023-03-08T21:49:10.363Z] da25064f5498: Preparing [2023-03-08T21:49:10.363Z] aa5968d388b8: Preparing [2023-03-08T21:49:10.363Z] aa5968d388b8: Waiting [2023-03-08T21:49:10.363Z] df6e0af48068: Layer already exists [2023-03-08T21:49:10.363Z] 7b78cf1d3492: Layer already exists [2023-03-08T21:49:10.363Z] da25064f5498: Layer already exists [2023-03-08T21:49:10.363Z] 36037b0a1efc: Layer already exists [2023-03-08T21:49:10.363Z] 95b43f0b0f16: Layer already exists [2023-03-08T21:49:10.363Z] aa5968d388b8: Layer already exists [2023-03-08T21:49:10.363Z] main: digest: sha256:30435a51a42f2694dd3a5c51f7aac40302935d548b4a71bf7da8abae67122cf8 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-08T21:49:10.400Z] ===================================================== [Pipeline] echo [2023-03-08T21:49:10.406Z] taggedImages: [2023-03-08T21:49:10.406Z] - nexus3.edgexfoundry.org:10004/core-metadata:54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T21:49:10.406Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-03-08T21:49:10.406Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.84 [2023-03-08T21:49:10.406Z] - nexus3.edgexfoundry.org:10004/core-metadata:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T21:49:10.406Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2023-03-08T21:49:10.421Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2023-03-08T21:49:10.421Z] 54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T21:49:10.421Z] latest [2023-03-08T21:49:10.421Z] 3.0.0-dev.84 [2023-03-08T21:49:10.421Z] 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T21:49:10.421Z] main [2023-03-08T21:49:10.421Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:10.724Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:54929a7ab6bf9e03e113416e19b38331485fa87d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:11.040Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T21:49:11.040Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-03-08T21:49:11.040Z] 72d3e21939b3: Preparing [2023-03-08T21:49:11.040Z] 72d3e21939b3: Preparing [2023-03-08T21:49:11.040Z] 936e50fc6b05: Preparing [2023-03-08T21:49:11.040Z] 9f0f2cb4e510: Preparing [2023-03-08T21:49:11.040Z] d3278df6f76d: Preparing [2023-03-08T21:49:11.040Z] bf4ec7e0efe8: Preparing [2023-03-08T21:49:11.040Z] 5fe9d8ceab9d: Preparing [2023-03-08T21:49:11.040Z] df6e0af48068: Preparing [2023-03-08T21:49:11.040Z] 5bfe3b4f5d46: Preparing [2023-03-08T21:49:11.040Z] f961d36d08ef: Preparing [2023-03-08T21:49:11.040Z] 92c2bffd0e11: Preparing [2023-03-08T21:49:11.040Z] c5210529d548: Preparing [2023-03-08T21:49:11.040Z] aa5968d388b8: Preparing [2023-03-08T21:49:11.040Z] 5fe9d8ceab9d: Waiting [2023-03-08T21:49:11.040Z] c5210529d548: Waiting [2023-03-08T21:49:11.040Z] df6e0af48068: Waiting [2023-03-08T21:49:11.040Z] f961d36d08ef: Waiting [2023-03-08T21:49:11.040Z] aa5968d388b8: Waiting [2023-03-08T21:49:11.040Z] 5bfe3b4f5d46: Waiting [2023-03-08T21:49:11.299Z] 72d3e21939b3: Pushed [2023-03-08T21:49:11.299Z] 936e50fc6b05: Pushed [2023-03-08T21:49:11.299Z] d3278df6f76d: Pushed [2023-03-08T21:49:11.299Z] bf4ec7e0efe8: Pushed [2023-03-08T21:49:11.299Z] 9f0f2cb4e510: Pushed [2023-03-08T21:49:11.299Z] df6e0af48068: Layer already exists [2023-03-08T21:49:11.299Z] 5bfe3b4f5d46: Pushed [2023-03-08T21:49:11.299Z] 92c2bffd0e11: Pushed [2023-03-08T21:49:11.299Z] aa5968d388b8: Layer already exists [2023-03-08T21:49:11.299Z] f961d36d08ef: Pushed [2023-03-08T21:49:11.299Z] c5210529d548: Pushed [2023-03-08T21:49:12.677Z] 5fe9d8ceab9d: Pushed [2023-03-08T21:49:12.677Z] 54929a7ab6bf9e03e113416e19b38331485fa87d: digest: sha256:8838c034fd38b3b045d2fd5b46013736cc51b074e267b86bee997865f90b94a3 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:12.982Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:13.283Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-03-08T21:49:13.283Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-03-08T21:49:13.283Z] 72d3e21939b3: Preparing [2023-03-08T21:49:13.283Z] 72d3e21939b3: Preparing [2023-03-08T21:49:13.283Z] 936e50fc6b05: Preparing [2023-03-08T21:49:13.283Z] 9f0f2cb4e510: Preparing [2023-03-08T21:49:13.283Z] d3278df6f76d: Preparing [2023-03-08T21:49:13.283Z] bf4ec7e0efe8: Preparing [2023-03-08T21:49:13.283Z] 5fe9d8ceab9d: Preparing [2023-03-08T21:49:13.283Z] df6e0af48068: Preparing [2023-03-08T21:49:13.283Z] 5bfe3b4f5d46: Preparing [2023-03-08T21:49:13.283Z] f961d36d08ef: Preparing [2023-03-08T21:49:13.283Z] 92c2bffd0e11: Preparing [2023-03-08T21:49:13.283Z] c5210529d548: Preparing [2023-03-08T21:49:13.283Z] aa5968d388b8: Preparing [2023-03-08T21:49:13.283Z] 5bfe3b4f5d46: Waiting [2023-03-08T21:49:13.283Z] f961d36d08ef: Waiting [2023-03-08T21:49:13.283Z] 92c2bffd0e11: Waiting [2023-03-08T21:49:13.283Z] c5210529d548: Waiting [2023-03-08T21:49:13.283Z] aa5968d388b8: Waiting [2023-03-08T21:49:13.283Z] 5fe9d8ceab9d: Waiting [2023-03-08T21:49:13.283Z] df6e0af48068: Waiting [2023-03-08T21:49:13.283Z] d3278df6f76d: Layer already exists [2023-03-08T21:49:13.283Z] 936e50fc6b05: Layer already exists [2023-03-08T21:49:13.283Z] bf4ec7e0efe8: Layer already exists [2023-03-08T21:49:13.283Z] 72d3e21939b3: Layer already exists [2023-03-08T21:49:13.283Z] 9f0f2cb4e510: Layer already exists [2023-03-08T21:49:13.283Z] 5fe9d8ceab9d: Layer already exists [2023-03-08T21:49:13.283Z] df6e0af48068: Layer already exists [2023-03-08T21:49:13.283Z] 5bfe3b4f5d46: Layer already exists [2023-03-08T21:49:13.283Z] f961d36d08ef: Layer already exists [2023-03-08T21:49:13.283Z] 92c2bffd0e11: Layer already exists [2023-03-08T21:49:13.283Z] c5210529d548: Layer already exists [2023-03-08T21:49:13.283Z] aa5968d388b8: Layer already exists [2023-03-08T21:49:13.283Z] latest: digest: sha256:8838c034fd38b3b045d2fd5b46013736cc51b074e267b86bee997865f90b94a3 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:13.587Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:13.891Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.84 [2023-03-08T21:49:13.891Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-03-08T21:49:14.828Z] 72d3e21939b3: Preparing [2023-03-08T21:49:14.828Z] 72d3e21939b3: Preparing [2023-03-08T21:49:14.828Z] 936e50fc6b05: Preparing [2023-03-08T21:49:14.828Z] 9f0f2cb4e510: Preparing [2023-03-08T21:49:14.828Z] d3278df6f76d: Preparing [2023-03-08T21:49:14.828Z] bf4ec7e0efe8: Preparing [2023-03-08T21:49:14.828Z] 5fe9d8ceab9d: Preparing [2023-03-08T21:49:14.828Z] df6e0af48068: Preparing [2023-03-08T21:49:14.828Z] 5bfe3b4f5d46: Preparing [2023-03-08T21:49:14.828Z] f961d36d08ef: Preparing [2023-03-08T21:49:14.828Z] 92c2bffd0e11: Preparing [2023-03-08T21:49:14.828Z] c5210529d548: Preparing [2023-03-08T21:49:14.828Z] aa5968d388b8: Preparing [2023-03-08T21:49:14.828Z] 5bfe3b4f5d46: Waiting [2023-03-08T21:49:14.828Z] c5210529d548: Waiting [2023-03-08T21:49:14.828Z] f961d36d08ef: Waiting [2023-03-08T21:49:14.828Z] 92c2bffd0e11: Waiting [2023-03-08T21:49:14.828Z] 5fe9d8ceab9d: Waiting [2023-03-08T21:49:14.828Z] df6e0af48068: Waiting [2023-03-08T21:49:14.828Z] 72d3e21939b3: Layer already exists [2023-03-08T21:49:14.828Z] 936e50fc6b05: Layer already exists [2023-03-08T21:49:14.828Z] bf4ec7e0efe8: Layer already exists [2023-03-08T21:49:14.828Z] d3278df6f76d: Layer already exists [2023-03-08T21:49:14.828Z] 9f0f2cb4e510: Layer already exists [2023-03-08T21:49:14.828Z] df6e0af48068: Layer already exists [2023-03-08T21:49:14.828Z] 5fe9d8ceab9d: Layer already exists [2023-03-08T21:49:14.828Z] 5bfe3b4f5d46: Layer already exists [2023-03-08T21:49:14.828Z] f961d36d08ef: Layer already exists [2023-03-08T21:49:14.828Z] 92c2bffd0e11: Layer already exists [2023-03-08T21:49:14.828Z] aa5968d388b8: Layer already exists [2023-03-08T21:49:14.828Z] c5210529d548: Layer already exists [2023-03-08T21:49:14.828Z] 3.0.0-dev.84: digest: sha256:8838c034fd38b3b045d2fd5b46013736cc51b074e267b86bee997865f90b94a3 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:15.145Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:15.448Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T21:49:15.448Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-03-08T21:49:15.448Z] 72d3e21939b3: Preparing [2023-03-08T21:49:15.448Z] 72d3e21939b3: Preparing [2023-03-08T21:49:15.448Z] 936e50fc6b05: Preparing [2023-03-08T21:49:15.448Z] 9f0f2cb4e510: Preparing [2023-03-08T21:49:15.448Z] d3278df6f76d: Preparing [2023-03-08T21:49:15.448Z] bf4ec7e0efe8: Preparing [2023-03-08T21:49:15.448Z] 5fe9d8ceab9d: Preparing [2023-03-08T21:49:15.448Z] df6e0af48068: Preparing [2023-03-08T21:49:15.448Z] 5bfe3b4f5d46: Preparing [2023-03-08T21:49:15.448Z] f961d36d08ef: Preparing [2023-03-08T21:49:15.448Z] 92c2bffd0e11: Preparing [2023-03-08T21:49:15.448Z] c5210529d548: Preparing [2023-03-08T21:49:15.448Z] aa5968d388b8: Preparing [2023-03-08T21:49:15.448Z] 5fe9d8ceab9d: Waiting [2023-03-08T21:49:15.448Z] 5bfe3b4f5d46: Waiting [2023-03-08T21:49:15.448Z] c5210529d548: Waiting [2023-03-08T21:49:15.448Z] f961d36d08ef: Waiting [2023-03-08T21:49:15.448Z] aa5968d388b8: Waiting [2023-03-08T21:49:15.448Z] 92c2bffd0e11: Waiting [2023-03-08T21:49:15.448Z] 72d3e21939b3: Layer already exists [2023-03-08T21:49:15.448Z] 936e50fc6b05: Layer already exists [2023-03-08T21:49:15.448Z] d3278df6f76d: Layer already exists [2023-03-08T21:49:15.448Z] 9f0f2cb4e510: Layer already exists [2023-03-08T21:49:15.448Z] bf4ec7e0efe8: Layer already exists [2023-03-08T21:49:15.448Z] 5fe9d8ceab9d: Layer already exists [2023-03-08T21:49:15.448Z] df6e0af48068: Layer already exists [2023-03-08T21:49:15.448Z] 5bfe3b4f5d46: Layer already exists [2023-03-08T21:49:15.448Z] f961d36d08ef: Layer already exists [2023-03-08T21:49:15.448Z] 92c2bffd0e11: Layer already exists [2023-03-08T21:49:15.448Z] c5210529d548: Layer already exists [2023-03-08T21:49:15.448Z] aa5968d388b8: Layer already exists [2023-03-08T21:49:15.448Z] 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84: digest: sha256:8838c034fd38b3b045d2fd5b46013736cc51b074e267b86bee997865f90b94a3 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:15.752Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:16.054Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2023-03-08T21:49:16.054Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-03-08T21:49:16.054Z] 72d3e21939b3: Preparing [2023-03-08T21:49:16.054Z] 72d3e21939b3: Preparing [2023-03-08T21:49:16.054Z] 936e50fc6b05: Preparing [2023-03-08T21:49:16.054Z] 9f0f2cb4e510: Preparing [2023-03-08T21:49:16.054Z] d3278df6f76d: Preparing [2023-03-08T21:49:16.054Z] bf4ec7e0efe8: Preparing [2023-03-08T21:49:16.054Z] 5fe9d8ceab9d: Preparing [2023-03-08T21:49:16.054Z] df6e0af48068: Preparing [2023-03-08T21:49:16.054Z] 5bfe3b4f5d46: Preparing [2023-03-08T21:49:16.054Z] f961d36d08ef: Preparing [2023-03-08T21:49:16.054Z] 92c2bffd0e11: Preparing [2023-03-08T21:49:16.054Z] c5210529d548: Preparing [2023-03-08T21:49:16.054Z] aa5968d388b8: Preparing [2023-03-08T21:49:16.054Z] 5bfe3b4f5d46: Waiting [2023-03-08T21:49:16.054Z] 5fe9d8ceab9d: Waiting [2023-03-08T21:49:16.054Z] f961d36d08ef: Waiting [2023-03-08T21:49:16.054Z] 92c2bffd0e11: Waiting [2023-03-08T21:49:16.054Z] df6e0af48068: Waiting [2023-03-08T21:49:16.054Z] c5210529d548: Waiting [2023-03-08T21:49:16.054Z] aa5968d388b8: Waiting [2023-03-08T21:49:16.054Z] 936e50fc6b05: Layer already exists [2023-03-08T21:49:16.054Z] d3278df6f76d: Layer already exists [2023-03-08T21:49:16.054Z] bf4ec7e0efe8: Layer already exists [2023-03-08T21:49:16.054Z] 9f0f2cb4e510: Layer already exists [2023-03-08T21:49:16.054Z] 72d3e21939b3: Layer already exists [2023-03-08T21:49:16.054Z] 5fe9d8ceab9d: Layer already exists [2023-03-08T21:49:16.054Z] df6e0af48068: Layer already exists [2023-03-08T21:49:16.054Z] 5bfe3b4f5d46: Layer already exists [2023-03-08T21:49:16.054Z] 92c2bffd0e11: Layer already exists [2023-03-08T21:49:16.054Z] f961d36d08ef: Layer already exists [2023-03-08T21:49:16.054Z] c5210529d548: Layer already exists [2023-03-08T21:49:16.054Z] aa5968d388b8: Layer already exists [2023-03-08T21:49:16.054Z] main: digest: sha256:8838c034fd38b3b045d2fd5b46013736cc51b074e267b86bee997865f90b94a3 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-08T21:49:16.104Z] ===================================================== [Pipeline] echo [2023-03-08T21:49:16.113Z] taggedImages: [2023-03-08T21:49:16.113Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T21:49:16.113Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-03-08T21:49:16.113Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.84 [2023-03-08T21:49:16.113Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T21:49:16.113Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2023-03-08T21:49:16.133Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2023-03-08T21:49:16.133Z] 54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T21:49:16.133Z] latest [2023-03-08T21:49:16.133Z] 3.0.0-dev.84 [2023-03-08T21:49:16.133Z] 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T21:49:16.133Z] main [2023-03-08T21:49:16.133Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:16.444Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:54929a7ab6bf9e03e113416e19b38331485fa87d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:16.694Z] Building core-command ... [2023-03-08T21:49:16.694Z] Building core-common-config-bootstrapper ... [2023-03-08T21:49:16.694Z] Building core-data ... [2023-03-08T21:49:16.694Z] Building core-metadata ... [2023-03-08T21:49:16.694Z] Building security-bootstrapper ... [2023-03-08T21:49:16.694Z] Building security-proxy-auth ... [2023-03-08T21:49:16.694Z] Building security-proxy-setup ... [2023-03-08T21:49:16.694Z] Building security-secretstore-setup ... [2023-03-08T21:49:16.694Z] Building security-spiffe-token-provider ... [2023-03-08T21:49:16.694Z] Building security-spire-agent ... [2023-03-08T21:49:16.694Z] Building security-spire-config ... [2023-03-08T21:49:16.694Z] Building security-spire-server ... [2023-03-08T21:49:16.694Z] Building support-notifications ... [2023-03-08T21:49:16.694Z] Building support-scheduler ... [2023-03-08T21:49:16.694Z] Building security-spire-config [2023-03-08T21:49:16.694Z] Building support-scheduler [2023-03-08T21:49:16.694Z] Building security-proxy-setup [2023-03-08T21:49:16.694Z] Building core-data [2023-03-08T21:49:16.694Z] Building security-proxy-auth [2023-03-08T21:49:16.744Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T21:49:16.744Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-03-08T21:49:16.744Z] d21f0c077915: Preparing [2023-03-08T21:49:16.744Z] e48a49b79f39: Preparing [2023-03-08T21:49:16.744Z] a6e3a4276f79: Preparing [2023-03-08T21:49:16.744Z] ab20cb2ab4fb: Preparing [2023-03-08T21:49:16.744Z] df6e0af48068: Preparing [2023-03-08T21:49:16.744Z] 4a753f7e8b6e: Preparing [2023-03-08T21:49:16.744Z] aa5968d388b8: Preparing [2023-03-08T21:49:16.744Z] 4a753f7e8b6e: Waiting [2023-03-08T21:49:16.744Z] aa5968d388b8: Waiting [2023-03-08T21:49:16.744Z] df6e0af48068: Layer already exists [2023-03-08T21:49:16.744Z] 4a753f7e8b6e: Layer already exists [2023-03-08T21:49:16.744Z] aa5968d388b8: Layer already exists [2023-03-08T21:49:16.744Z] d21f0c077915: Pushed [2023-03-08T21:49:16.744Z] a6e3a4276f79: Pushed [2023-03-08T21:49:16.744Z] e48a49b79f39: Pushed [2023-03-08T21:49:18.121Z] ab20cb2ab4fb: Pushed [2023-03-08T21:49:18.121Z] 54929a7ab6bf9e03e113416e19b38331485fa87d: digest: sha256:84ca15859d0114fd244ab524a3dadc34eaaf4e2e1f1708c5634c75c954de4e81 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:18.426Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:18.728Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2023-03-08T21:49:18.728Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-03-08T21:49:18.728Z] d21f0c077915: Preparing [2023-03-08T21:49:18.728Z] e48a49b79f39: Preparing [2023-03-08T21:49:18.728Z] a6e3a4276f79: Preparing [2023-03-08T21:49:18.728Z] ab20cb2ab4fb: Preparing [2023-03-08T21:49:18.728Z] df6e0af48068: Preparing [2023-03-08T21:49:18.728Z] 4a753f7e8b6e: Preparing [2023-03-08T21:49:18.728Z] aa5968d388b8: Preparing [2023-03-08T21:49:18.728Z] 4a753f7e8b6e: Waiting [2023-03-08T21:49:18.728Z] aa5968d388b8: Waiting [2023-03-08T21:49:18.728Z] df6e0af48068: Layer already exists [2023-03-08T21:49:18.728Z] e48a49b79f39: Layer already exists [2023-03-08T21:49:18.728Z] d21f0c077915: Layer already exists [2023-03-08T21:49:18.728Z] a6e3a4276f79: Layer already exists [2023-03-08T21:49:18.728Z] ab20cb2ab4fb: Layer already exists [2023-03-08T21:49:18.728Z] 4a753f7e8b6e: Layer already exists [2023-03-08T21:49:18.728Z] aa5968d388b8: Layer already exists [2023-03-08T21:49:18.728Z] latest: digest: sha256:84ca15859d0114fd244ab524a3dadc34eaaf4e2e1f1708c5634c75c954de4e81 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:19.034Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:19.336Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.84 [2023-03-08T21:49:19.336Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-03-08T21:49:19.336Z] d21f0c077915: Preparing [2023-03-08T21:49:19.336Z] e48a49b79f39: Preparing [2023-03-08T21:49:19.336Z] a6e3a4276f79: Preparing [2023-03-08T21:49:19.336Z] ab20cb2ab4fb: Preparing [2023-03-08T21:49:19.336Z] df6e0af48068: Preparing [2023-03-08T21:49:19.336Z] 4a753f7e8b6e: Preparing [2023-03-08T21:49:19.336Z] aa5968d388b8: Preparing [2023-03-08T21:49:19.336Z] aa5968d388b8: Waiting [2023-03-08T21:49:19.336Z] 4a753f7e8b6e: Waiting [2023-03-08T21:49:19.336Z] a6e3a4276f79: Layer already exists [2023-03-08T21:49:19.336Z] df6e0af48068: Layer already exists [2023-03-08T21:49:19.336Z] d21f0c077915: Layer already exists [2023-03-08T21:49:19.336Z] e48a49b79f39: Layer already exists [2023-03-08T21:49:19.336Z] ab20cb2ab4fb: Layer already exists [2023-03-08T21:49:19.336Z] 4a753f7e8b6e: Layer already exists [2023-03-08T21:49:19.336Z] aa5968d388b8: Layer already exists [2023-03-08T21:49:19.336Z] 3.0.0-dev.84: digest: sha256:84ca15859d0114fd244ab524a3dadc34eaaf4e2e1f1708c5634c75c954de4e81 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:19.641Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:19.944Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T21:49:19.944Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-03-08T21:49:19.944Z] d21f0c077915: Preparing [2023-03-08T21:49:19.944Z] e48a49b79f39: Preparing [2023-03-08T21:49:19.944Z] a6e3a4276f79: Preparing [2023-03-08T21:49:19.944Z] ab20cb2ab4fb: Preparing [2023-03-08T21:49:19.944Z] df6e0af48068: Preparing [2023-03-08T21:49:19.944Z] 4a753f7e8b6e: Preparing [2023-03-08T21:49:19.944Z] aa5968d388b8: Preparing [2023-03-08T21:49:19.944Z] 4a753f7e8b6e: Waiting [2023-03-08T21:49:19.944Z] aa5968d388b8: Waiting [2023-03-08T21:49:19.944Z] df6e0af48068: Layer already exists [2023-03-08T21:49:19.944Z] e48a49b79f39: Layer already exists [2023-03-08T21:49:19.944Z] ab20cb2ab4fb: Layer already exists [2023-03-08T21:49:19.944Z] d21f0c077915: Layer already exists [2023-03-08T21:49:19.944Z] a6e3a4276f79: Layer already exists [2023-03-08T21:49:19.944Z] aa5968d388b8: Layer already exists [2023-03-08T21:49:19.944Z] 4a753f7e8b6e: Layer already exists [2023-03-08T21:49:19.944Z] 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84: digest: sha256:84ca15859d0114fd244ab524a3dadc34eaaf4e2e1f1708c5634c75c954de4e81 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:20.253Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:20.560Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2023-03-08T21:49:20.560Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-03-08T21:49:20.560Z] d21f0c077915: Preparing [2023-03-08T21:49:20.560Z] e48a49b79f39: Preparing [2023-03-08T21:49:20.560Z] a6e3a4276f79: Preparing [2023-03-08T21:49:20.560Z] ab20cb2ab4fb: Preparing [2023-03-08T21:49:20.560Z] df6e0af48068: Preparing [2023-03-08T21:49:20.560Z] 4a753f7e8b6e: Preparing [2023-03-08T21:49:20.560Z] aa5968d388b8: Preparing [2023-03-08T21:49:20.560Z] 4a753f7e8b6e: Waiting [2023-03-08T21:49:20.560Z] aa5968d388b8: Waiting [2023-03-08T21:49:20.560Z] df6e0af48068: Layer already exists [2023-03-08T21:49:20.560Z] d21f0c077915: Layer already exists [2023-03-08T21:49:20.560Z] ab20cb2ab4fb: Layer already exists [2023-03-08T21:49:20.560Z] e48a49b79f39: Layer already exists [2023-03-08T21:49:20.560Z] a6e3a4276f79: Layer already exists [2023-03-08T21:49:20.560Z] 4a753f7e8b6e: Layer already exists [2023-03-08T21:49:20.560Z] aa5968d388b8: Layer already exists [2023-03-08T21:49:20.560Z] main: digest: sha256:84ca15859d0114fd244ab524a3dadc34eaaf4e2e1f1708c5634c75c954de4e81 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-08T21:49:20.605Z] ===================================================== [Pipeline] echo [2023-03-08T21:49:20.623Z] taggedImages: [2023-03-08T21:49:20.623Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T21:49:20.623Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2023-03-08T21:49:20.623Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.84 [2023-03-08T21:49:20.623Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T21:49:20.623Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2023-03-08T21:49:20.655Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2023-03-08T21:49:20.655Z] 54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T21:49:20.655Z] latest [2023-03-08T21:49:20.655Z] 3.0.0-dev.84 [2023-03-08T21:49:20.655Z] 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T21:49:20.655Z] main [2023-03-08T21:49:20.655Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:20.975Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:54929a7ab6bf9e03e113416e19b38331485fa87d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:21.293Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T21:49:21.293Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-03-08T21:49:21.293Z] c87ae62b7509: Preparing [2023-03-08T21:49:21.293Z] e167e6f67a38: Preparing [2023-03-08T21:49:21.293Z] b30ca7e0c45c: Preparing [2023-03-08T21:49:21.293Z] f85dda150ed1: Preparing [2023-03-08T21:49:21.293Z] 3729954e230e: Preparing [2023-03-08T21:49:21.293Z] 09c125d6d31b: Preparing [2023-03-08T21:49:21.293Z] aa5968d388b8: Preparing [2023-03-08T21:49:21.293Z] 09c125d6d31b: Waiting [2023-03-08T21:49:21.293Z] aa5968d388b8: Waiting [2023-03-08T21:49:21.293Z] c87ae62b7509: Pushed [2023-03-08T21:49:21.293Z] e167e6f67a38: Pushed [2023-03-08T21:49:21.293Z] f85dda150ed1: Pushed [2023-03-08T21:49:21.293Z] 3729954e230e: Pushed [2023-03-08T21:49:21.293Z] aa5968d388b8: Layer already exists [2023-03-08T21:49:21.552Z] 09c125d6d31b: Pushed [2023-03-08T21:49:22.489Z] b30ca7e0c45c: Pushed [2023-03-08T21:49:22.489Z] 54929a7ab6bf9e03e113416e19b38331485fa87d: digest: sha256:e25540d80884aefeb1dae2ed27d39c1323e1fc41e989f9e9e8948ec1febd0b48 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:22.803Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:23.110Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-03-08T21:49:23.110Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-03-08T21:49:23.110Z] c87ae62b7509: Preparing [2023-03-08T21:49:23.110Z] e167e6f67a38: Preparing [2023-03-08T21:49:23.110Z] b30ca7e0c45c: Preparing [2023-03-08T21:49:23.110Z] f85dda150ed1: Preparing [2023-03-08T21:49:23.110Z] 3729954e230e: Preparing [2023-03-08T21:49:23.110Z] 09c125d6d31b: Preparing [2023-03-08T21:49:23.110Z] aa5968d388b8: Preparing [2023-03-08T21:49:23.110Z] 09c125d6d31b: Waiting [2023-03-08T21:49:23.110Z] aa5968d388b8: Waiting [2023-03-08T21:49:23.110Z] c87ae62b7509: Layer already exists [2023-03-08T21:49:23.110Z] b30ca7e0c45c: Layer already exists [2023-03-08T21:49:23.110Z] f85dda150ed1: Layer already exists [2023-03-08T21:49:23.110Z] 3729954e230e: Layer already exists [2023-03-08T21:49:23.110Z] e167e6f67a38: Layer already exists [2023-03-08T21:49:23.110Z] 09c125d6d31b: Layer already exists [2023-03-08T21:49:23.110Z] aa5968d388b8: Layer already exists [2023-03-08T21:49:23.110Z] latest: digest: sha256:e25540d80884aefeb1dae2ed27d39c1323e1fc41e989f9e9e8948ec1febd0b48 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:23.415Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:23.717Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.84 [2023-03-08T21:49:23.717Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-03-08T21:49:23.717Z] c87ae62b7509: Preparing [2023-03-08T21:49:23.717Z] e167e6f67a38: Preparing [2023-03-08T21:49:23.717Z] b30ca7e0c45c: Preparing [2023-03-08T21:49:23.717Z] f85dda150ed1: Preparing [2023-03-08T21:49:23.717Z] 3729954e230e: Preparing [2023-03-08T21:49:23.717Z] 09c125d6d31b: Preparing [2023-03-08T21:49:23.717Z] aa5968d388b8: Preparing [2023-03-08T21:49:23.717Z] 09c125d6d31b: Waiting [2023-03-08T21:49:23.717Z] b30ca7e0c45c: Layer already exists [2023-03-08T21:49:23.717Z] f85dda150ed1: Layer already exists [2023-03-08T21:49:23.717Z] 3729954e230e: Layer already exists [2023-03-08T21:49:23.717Z] e167e6f67a38: Layer already exists [2023-03-08T21:49:23.717Z] c87ae62b7509: Layer already exists [2023-03-08T21:49:23.717Z] aa5968d388b8: Layer already exists [2023-03-08T21:49:23.717Z] 09c125d6d31b: Layer already exists [2023-03-08T21:49:23.717Z] 3.0.0-dev.84: digest: sha256:e25540d80884aefeb1dae2ed27d39c1323e1fc41e989f9e9e8948ec1febd0b48 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:24.030Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:24.332Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T21:49:24.332Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-03-08T21:49:24.332Z] c87ae62b7509: Preparing [2023-03-08T21:49:24.332Z] e167e6f67a38: Preparing [2023-03-08T21:49:24.332Z] b30ca7e0c45c: Preparing [2023-03-08T21:49:24.332Z] f85dda150ed1: Preparing [2023-03-08T21:49:24.332Z] 3729954e230e: Preparing [2023-03-08T21:49:24.332Z] 09c125d6d31b: Preparing [2023-03-08T21:49:24.332Z] aa5968d388b8: Preparing [2023-03-08T21:49:24.332Z] 09c125d6d31b: Waiting [2023-03-08T21:49:24.332Z] f85dda150ed1: Layer already exists [2023-03-08T21:49:24.332Z] 3729954e230e: Layer already exists [2023-03-08T21:49:24.332Z] b30ca7e0c45c: Layer already exists [2023-03-08T21:49:24.332Z] c87ae62b7509: Layer already exists [2023-03-08T21:49:24.332Z] e167e6f67a38: Layer already exists [2023-03-08T21:49:24.332Z] 09c125d6d31b: Layer already exists [2023-03-08T21:49:24.332Z] aa5968d388b8: Layer already exists [2023-03-08T21:49:24.332Z] 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84: digest: sha256:e25540d80884aefeb1dae2ed27d39c1323e1fc41e989f9e9e8948ec1febd0b48 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:24.638Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:24.939Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2023-03-08T21:49:24.939Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-03-08T21:49:24.939Z] c87ae62b7509: Preparing [2023-03-08T21:49:24.939Z] e167e6f67a38: Preparing [2023-03-08T21:49:24.939Z] b30ca7e0c45c: Preparing [2023-03-08T21:49:24.939Z] f85dda150ed1: Preparing [2023-03-08T21:49:24.939Z] 3729954e230e: Preparing [2023-03-08T21:49:24.939Z] 09c125d6d31b: Preparing [2023-03-08T21:49:24.939Z] aa5968d388b8: Preparing [2023-03-08T21:49:24.939Z] 09c125d6d31b: Waiting [2023-03-08T21:49:24.939Z] aa5968d388b8: Waiting [2023-03-08T21:49:24.939Z] f85dda150ed1: Layer already exists [2023-03-08T21:49:24.939Z] 3729954e230e: Layer already exists [2023-03-08T21:49:24.939Z] c87ae62b7509: Layer already exists [2023-03-08T21:49:24.939Z] e167e6f67a38: Layer already exists [2023-03-08T21:49:24.939Z] b30ca7e0c45c: Layer already exists [2023-03-08T21:49:24.939Z] 09c125d6d31b: Layer already exists [2023-03-08T21:49:24.939Z] aa5968d388b8: Layer already exists [2023-03-08T21:49:24.939Z] main: digest: sha256:e25540d80884aefeb1dae2ed27d39c1323e1fc41e989f9e9e8948ec1febd0b48 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-08T21:49:24.990Z] ===================================================== [Pipeline] echo [2023-03-08T21:49:24.999Z] taggedImages: [2023-03-08T21:49:24.999Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T21:49:24.999Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-03-08T21:49:24.999Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.84 [2023-03-08T21:49:24.999Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T21:49:24.999Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2023-03-08T21:49:25.022Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2023-03-08T21:49:25.022Z] 54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T21:49:25.022Z] latest [2023-03-08T21:49:25.022Z] 3.0.0-dev.84 [2023-03-08T21:49:25.022Z] 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T21:49:25.022Z] main [2023-03-08T21:49:25.022Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:25.337Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:54929a7ab6bf9e03e113416e19b38331485fa87d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:25.655Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T21:49:25.655Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-03-08T21:49:25.655Z] 0b4c922295c3: Preparing [2023-03-08T21:49:25.655Z] edc0944bd8fa: Preparing [2023-03-08T21:49:25.655Z] b4709d6ba978: Preparing [2023-03-08T21:49:25.655Z] f8160c4f1782: Preparing [2023-03-08T21:49:25.655Z] b85b5e253270: Preparing [2023-03-08T21:49:25.655Z] 2a2c9a74ce89: Preparing [2023-03-08T21:49:25.655Z] 17dd3916b2e1: Preparing [2023-03-08T21:49:25.655Z] 144823a0ee45: Preparing [2023-03-08T21:49:25.655Z] aa5968d388b8: Preparing [2023-03-08T21:49:25.655Z] 2a2c9a74ce89: Waiting [2023-03-08T21:49:25.655Z] 17dd3916b2e1: Waiting [2023-03-08T21:49:25.655Z] 144823a0ee45: Waiting [2023-03-08T21:49:25.655Z] aa5968d388b8: Waiting [2023-03-08T21:49:25.655Z] edc0944bd8fa: Pushed [2023-03-08T21:49:25.655Z] b85b5e253270: Pushed [2023-03-08T21:49:25.655Z] 0b4c922295c3: Pushed [2023-03-08T21:49:25.918Z] 144823a0ee45: Pushed [2023-03-08T21:49:25.918Z] 17dd3916b2e1: Pushed [2023-03-08T21:49:26.176Z] 2a2c9a74ce89: Pushed [2023-03-08T21:49:26.176Z] aa5968d388b8: Layer already exists [2023-03-08T21:49:26.748Z] f8160c4f1782: Pushed [2023-03-08T21:49:27.007Z] b4709d6ba978: Pushed [2023-03-08T21:49:27.266Z] 54929a7ab6bf9e03e113416e19b38331485fa87d: digest: sha256:f77eef0a2f37741e73fffc4cebaeafdac43b3462a5f153002d4a1f3502fabc84 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:27.566Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:27.866Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-03-08T21:49:27.866Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-03-08T21:49:27.866Z] 0b4c922295c3: Preparing [2023-03-08T21:49:27.866Z] edc0944bd8fa: Preparing [2023-03-08T21:49:27.866Z] b4709d6ba978: Preparing [2023-03-08T21:49:27.866Z] f8160c4f1782: Preparing [2023-03-08T21:49:27.866Z] b85b5e253270: Preparing [2023-03-08T21:49:27.866Z] 2a2c9a74ce89: Preparing [2023-03-08T21:49:27.866Z] 17dd3916b2e1: Preparing [2023-03-08T21:49:27.866Z] 144823a0ee45: Preparing [2023-03-08T21:49:27.866Z] aa5968d388b8: Preparing [2023-03-08T21:49:27.866Z] 144823a0ee45: Waiting [2023-03-08T21:49:27.866Z] 2a2c9a74ce89: Waiting [2023-03-08T21:49:27.866Z] 17dd3916b2e1: Waiting [2023-03-08T21:49:27.866Z] aa5968d388b8: Waiting [2023-03-08T21:49:27.866Z] b85b5e253270: Layer already exists [2023-03-08T21:49:27.866Z] 0b4c922295c3: Layer already exists [2023-03-08T21:49:27.866Z] b4709d6ba978: Layer already exists [2023-03-08T21:49:27.866Z] f8160c4f1782: Layer already exists [2023-03-08T21:49:27.866Z] edc0944bd8fa: Layer already exists [2023-03-08T21:49:27.866Z] 2a2c9a74ce89: Layer already exists [2023-03-08T21:49:27.866Z] 17dd3916b2e1: Layer already exists [2023-03-08T21:49:27.866Z] aa5968d388b8: Layer already exists [2023-03-08T21:49:27.866Z] 144823a0ee45: Layer already exists [2023-03-08T21:49:27.866Z] latest: digest: sha256:f77eef0a2f37741e73fffc4cebaeafdac43b3462a5f153002d4a1f3502fabc84 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:28.169Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:28.470Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.84 [2023-03-08T21:49:28.470Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-03-08T21:49:28.470Z] 0b4c922295c3: Preparing [2023-03-08T21:49:28.470Z] edc0944bd8fa: Preparing [2023-03-08T21:49:28.470Z] b4709d6ba978: Preparing [2023-03-08T21:49:28.470Z] f8160c4f1782: Preparing [2023-03-08T21:49:28.470Z] b85b5e253270: Preparing [2023-03-08T21:49:28.470Z] 2a2c9a74ce89: Preparing [2023-03-08T21:49:28.470Z] 17dd3916b2e1: Preparing [2023-03-08T21:49:28.470Z] 144823a0ee45: Preparing [2023-03-08T21:49:28.470Z] aa5968d388b8: Preparing [2023-03-08T21:49:28.470Z] 2a2c9a74ce89: Waiting [2023-03-08T21:49:28.470Z] 144823a0ee45: Waiting [2023-03-08T21:49:28.470Z] 17dd3916b2e1: Waiting [2023-03-08T21:49:28.470Z] aa5968d388b8: Waiting [2023-03-08T21:49:28.470Z] b4709d6ba978: Layer already exists [2023-03-08T21:49:28.470Z] f8160c4f1782: Layer already exists [2023-03-08T21:49:28.470Z] 0b4c922295c3: Layer already exists [2023-03-08T21:49:28.470Z] edc0944bd8fa: Layer already exists [2023-03-08T21:49:28.470Z] b85b5e253270: Layer already exists [2023-03-08T21:49:28.470Z] 144823a0ee45: Layer already exists [2023-03-08T21:49:28.470Z] aa5968d388b8: Layer already exists [2023-03-08T21:49:28.470Z] 2a2c9a74ce89: Layer already exists [2023-03-08T21:49:28.470Z] 17dd3916b2e1: Layer already exists [2023-03-08T21:49:28.470Z] 3.0.0-dev.84: digest: sha256:f77eef0a2f37741e73fffc4cebaeafdac43b3462a5f153002d4a1f3502fabc84 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:28.773Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:29.074Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T21:49:29.074Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-03-08T21:49:29.074Z] 0b4c922295c3: Preparing [2023-03-08T21:49:29.074Z] edc0944bd8fa: Preparing [2023-03-08T21:49:29.074Z] b4709d6ba978: Preparing [2023-03-08T21:49:29.074Z] f8160c4f1782: Preparing [2023-03-08T21:49:29.074Z] b85b5e253270: Preparing [2023-03-08T21:49:29.074Z] 2a2c9a74ce89: Preparing [2023-03-08T21:49:29.074Z] 17dd3916b2e1: Preparing [2023-03-08T21:49:29.074Z] 144823a0ee45: Preparing [2023-03-08T21:49:29.074Z] aa5968d388b8: Preparing [2023-03-08T21:49:29.074Z] 2a2c9a74ce89: Waiting [2023-03-08T21:49:29.074Z] 17dd3916b2e1: Waiting [2023-03-08T21:49:29.074Z] 144823a0ee45: Waiting [2023-03-08T21:49:29.074Z] aa5968d388b8: Waiting [2023-03-08T21:49:29.074Z] b85b5e253270: Layer already exists [2023-03-08T21:49:29.074Z] 0b4c922295c3: Layer already exists [2023-03-08T21:49:29.074Z] edc0944bd8fa: Layer already exists [2023-03-08T21:49:29.074Z] b4709d6ba978: Layer already exists [2023-03-08T21:49:29.074Z] f8160c4f1782: Layer already exists [2023-03-08T21:49:29.074Z] 2a2c9a74ce89: Layer already exists [2023-03-08T21:49:29.074Z] aa5968d388b8: Layer already exists [2023-03-08T21:49:29.074Z] 17dd3916b2e1: Layer already exists [2023-03-08T21:49:29.074Z] 144823a0ee45: Layer already exists [2023-03-08T21:49:29.074Z] 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84: digest: sha256:f77eef0a2f37741e73fffc4cebaeafdac43b3462a5f153002d4a1f3502fabc84 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:29.374Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:29.674Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2023-03-08T21:49:29.674Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-03-08T21:49:29.674Z] 0b4c922295c3: Preparing [2023-03-08T21:49:29.674Z] edc0944bd8fa: Preparing [2023-03-08T21:49:29.674Z] b4709d6ba978: Preparing [2023-03-08T21:49:29.674Z] f8160c4f1782: Preparing [2023-03-08T21:49:29.674Z] b85b5e253270: Preparing [2023-03-08T21:49:29.674Z] 2a2c9a74ce89: Preparing [2023-03-08T21:49:29.674Z] 17dd3916b2e1: Preparing [2023-03-08T21:49:29.674Z] 144823a0ee45: Preparing [2023-03-08T21:49:29.674Z] aa5968d388b8: Preparing [2023-03-08T21:49:29.674Z] 17dd3916b2e1: Waiting [2023-03-08T21:49:29.674Z] 144823a0ee45: Waiting [2023-03-08T21:49:29.674Z] 2a2c9a74ce89: Waiting [2023-03-08T21:49:29.674Z] aa5968d388b8: Waiting [2023-03-08T21:49:29.674Z] edc0944bd8fa: Layer already exists [2023-03-08T21:49:29.674Z] 0b4c922295c3: Layer already exists [2023-03-08T21:49:29.674Z] b4709d6ba978: Layer already exists [2023-03-08T21:49:29.674Z] b85b5e253270: Layer already exists [2023-03-08T21:49:29.674Z] f8160c4f1782: Layer already exists [2023-03-08T21:49:29.674Z] 2a2c9a74ce89: Layer already exists [2023-03-08T21:49:29.674Z] aa5968d388b8: Layer already exists [2023-03-08T21:49:29.674Z] 17dd3916b2e1: Layer already exists [2023-03-08T21:49:29.674Z] 144823a0ee45: Layer already exists [2023-03-08T21:49:29.674Z] main: digest: sha256:f77eef0a2f37741e73fffc4cebaeafdac43b3462a5f153002d4a1f3502fabc84 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-08T21:49:29.709Z] ===================================================== [Pipeline] echo [2023-03-08T21:49:29.724Z] taggedImages: [2023-03-08T21:49:29.724Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T21:49:29.724Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-03-08T21:49:29.724Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.84 [2023-03-08T21:49:29.724Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T21:49:29.724Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2023-03-08T21:49:29.748Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2023-03-08T21:49:29.748Z] 54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T21:49:29.748Z] latest [2023-03-08T21:49:29.748Z] 3.0.0-dev.84 [2023-03-08T21:49:29.748Z] 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T21:49:29.748Z] main [2023-03-08T21:49:29.748Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:30.066Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:54929a7ab6bf9e03e113416e19b38331485fa87d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:30.367Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T21:49:30.367Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-03-08T21:49:30.367Z] ae749860419a: Preparing [2023-03-08T21:49:30.367Z] a5bc0cce4551: Preparing [2023-03-08T21:49:30.367Z] df6e0af48068: Preparing [2023-03-08T21:49:30.367Z] bbdde3389c85: Preparing [2023-03-08T21:49:30.367Z] 4e6476652798: Preparing [2023-03-08T21:49:30.367Z] 4e6476652798: Layer already exists [2023-03-08T21:49:30.367Z] df6e0af48068: Layer already exists [2023-03-08T21:49:30.367Z] ae749860419a: Pushed [2023-03-08T21:49:30.938Z] bbdde3389c85: Pushed [2023-03-08T21:49:31.766Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T21:49:31.766Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-08T21:49:31.766Z] ---> 9629b6ed3808 [2023-03-08T21:49:31.766Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-08T21:49:31.766Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T21:49:31.766Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-08T21:49:31.766Z] ---> 9629b6ed3808 [2023-03-08T21:49:31.766Z] Step 3/24 : WORKDIR /edgex-go [2023-03-08T21:49:31.766Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T21:49:31.766Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-08T21:49:31.766Z] ---> 9629b6ed3808 [2023-03-08T21:49:31.766Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-08T21:49:31.766Z] Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T21:49:31.766Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-03-08T21:49:31.766Z] ---> 9629b6ed3808 [2023-03-08T21:49:31.766Z] Step 3/20 : WORKDIR /edgex-go [2023-03-08T21:49:31.766Z] ---> Running in f350875adeb4 [2023-03-08T21:49:31.766Z] ---> Running in 85d2f300108a [2023-03-08T21:49:31.766Z] ---> Running in b33d09498344 [2023-03-08T21:49:31.766Z] ---> Running in 2b0adfc1ef96 [2023-03-08T21:49:31.766Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T21:49:31.766Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-08T21:49:31.766Z] ---> 9629b6ed3808 [2023-03-08T21:49:31.766Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-08T21:49:31.766Z] ---> Running in d348c3c6e82d [2023-03-08T21:49:31.766Z] Removing intermediate container b33d09498344 [2023-03-08T21:49:31.766Z] ---> 4aeb4eccdb21 [2023-03-08T21:49:31.766Z] Step 4/22 : WORKDIR /edgex-go [2023-03-08T21:49:31.766Z] Removing intermediate container f350875adeb4 [2023-03-08T21:49:31.766Z] ---> 83659c9319c8 [2023-03-08T21:49:31.766Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-03-08T21:49:31.766Z] Removing intermediate container 85d2f300108a [2023-03-08T21:49:31.766Z] ---> 313992b1e4cf [2023-03-08T21:49:31.766Z] Step 4/22 : WORKDIR /edgex-go [2023-03-08T21:49:31.766Z] Removing intermediate container 2b0adfc1ef96 [2023-03-08T21:49:31.766Z] ---> f3406affe62e [2023-03-08T21:49:31.767Z] Step 4/20 : RUN apk add --update --no-cache make git [2023-03-08T21:49:31.767Z] ---> Running in 417b88be11a0 [2023-03-08T21:49:31.767Z] ---> Running in cc63a3d3a7f8 [2023-03-08T21:49:31.767Z] ---> Running in 45373b8fdcff [2023-03-08T21:49:31.767Z] ---> Running in b720f7708dac [2023-03-08T21:49:31.767Z] Removing intermediate container d348c3c6e82d [2023-03-08T21:49:31.767Z] ---> 4233e885cdad [2023-03-08T21:49:31.767Z] Step 4/22 : WORKDIR /edgex-go [2023-03-08T21:49:31.767Z] ---> Running in bd3198d35f44 [2023-03-08T21:49:32.321Z] a5bc0cce4551: Pushed [2023-03-08T21:49:32.321Z] 54929a7ab6bf9e03e113416e19b38331485fa87d: digest: sha256:f0f738773355bd3d977ddd58d1d9b7ebbc8c0349871afb735e66c8a955403984 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:32.359Z] Removing intermediate container b720f7708dac [2023-03-08T21:49:32.359Z] Removing intermediate container 417b88be11a0 [2023-03-08T21:49:32.359Z] ---> 3bf8708391f7 [2023-03-08T21:49:32.359Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-08T21:49:32.359Z] ---> bc1de8e0e873 [2023-03-08T21:49:32.359Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-08T21:49:32.359Z] ---> Running in 33cdc7d0ec6d [2023-03-08T21:49:32.359Z] ---> Running in 98e128467f34 [2023-03-08T21:49:32.624Z] + 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-03-08T21:49:32.659Z] Removing intermediate container bd3198d35f44 [2023-03-08T21:49:32.659Z] ---> f4fbeea37bf6 [2023-03-08T21:49:32.659Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-08T21:49:32.928Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-03-08T21:49:32.928Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-03-08T21:49:32.928Z] ae749860419a: Preparing [2023-03-08T21:49:32.928Z] a5bc0cce4551: Preparing [2023-03-08T21:49:32.928Z] df6e0af48068: Preparing [2023-03-08T21:49:32.928Z] bbdde3389c85: Preparing [2023-03-08T21:49:32.928Z] 4e6476652798: Preparing [2023-03-08T21:49:32.928Z] df6e0af48068: Layer already exists [2023-03-08T21:49:32.928Z] ae749860419a: Layer already exists [2023-03-08T21:49:32.928Z] 4e6476652798: Layer already exists [2023-03-08T21:49:32.928Z] a5bc0cce4551: Layer already exists [2023-03-08T21:49:32.928Z] bbdde3389c85: Layer already exists [2023-03-08T21:49:32.928Z] latest: digest: sha256:f0f738773355bd3d977ddd58d1d9b7ebbc8c0349871afb735e66c8a955403984 size: 1366 [2023-03-08T21:49:32.930Z] ---> Running in 4d84f0999914 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:33.229Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:33.535Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.84 [2023-03-08T21:49:33.535Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-03-08T21:49:33.535Z] ae749860419a: Preparing [2023-03-08T21:49:33.535Z] a5bc0cce4551: Preparing [2023-03-08T21:49:33.535Z] df6e0af48068: Preparing [2023-03-08T21:49:33.535Z] bbdde3389c85: Preparing [2023-03-08T21:49:33.535Z] 4e6476652798: Preparing [2023-03-08T21:49:33.535Z] bbdde3389c85: Layer already exists [2023-03-08T21:49:33.535Z] 4e6476652798: Layer already exists [2023-03-08T21:49:33.535Z] df6e0af48068: Layer already exists [2023-03-08T21:49:33.535Z] a5bc0cce4551: Layer already exists [2023-03-08T21:49:33.535Z] ae749860419a: Layer already exists [2023-03-08T21:49:33.535Z] 3.0.0-dev.84: digest: sha256:f0f738773355bd3d977ddd58d1d9b7ebbc8c0349871afb735e66c8a955403984 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:33.854Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:34.157Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T21:49:34.158Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-03-08T21:49:34.158Z] ae749860419a: Preparing [2023-03-08T21:49:34.158Z] a5bc0cce4551: Preparing [2023-03-08T21:49:34.158Z] df6e0af48068: Preparing [2023-03-08T21:49:34.158Z] bbdde3389c85: Preparing [2023-03-08T21:49:34.158Z] 4e6476652798: Preparing [2023-03-08T21:49:34.158Z] a5bc0cce4551: Layer already exists [2023-03-08T21:49:34.158Z] ae749860419a: Layer already exists [2023-03-08T21:49:34.158Z] 4e6476652798: Layer already exists [2023-03-08T21:49:34.158Z] bbdde3389c85: Layer already exists [2023-03-08T21:49:34.158Z] df6e0af48068: Layer already exists [2023-03-08T21:49:34.158Z] 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84: digest: sha256:f0f738773355bd3d977ddd58d1d9b7ebbc8c0349871afb735e66c8a955403984 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:34.367Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T21:49:34.367Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T21:49:34.460Z] + 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-03-08T21:49:34.637Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T21:49:34.637Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T21:49:34.761Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2023-03-08T21:49:34.761Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-03-08T21:49:34.761Z] ae749860419a: Preparing [2023-03-08T21:49:34.761Z] a5bc0cce4551: Preparing [2023-03-08T21:49:34.761Z] df6e0af48068: Preparing [2023-03-08T21:49:34.761Z] bbdde3389c85: Preparing [2023-03-08T21:49:34.761Z] 4e6476652798: Preparing [2023-03-08T21:49:34.761Z] a5bc0cce4551: Layer already exists [2023-03-08T21:49:34.761Z] bbdde3389c85: Layer already exists [2023-03-08T21:49:34.761Z] df6e0af48068: Layer already exists [2023-03-08T21:49:34.761Z] ae749860419a: Layer already exists [2023-03-08T21:49:34.761Z] 4e6476652798: Layer already exists [2023-03-08T21:49:34.761Z] main: digest: sha256:f0f738773355bd3d977ddd58d1d9b7ebbc8c0349871afb735e66c8a955403984 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-08T21:49:34.809Z] ===================================================== [Pipeline] echo [2023-03-08T21:49:34.819Z] taggedImages: [2023-03-08T21:49:34.819Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T21:49:34.819Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-03-08T21:49:34.819Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.84 [2023-03-08T21:49:34.819Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T21:49:34.819Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2023-03-08T21:49:34.844Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2023-03-08T21:49:34.844Z] 54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T21:49:34.844Z] latest [2023-03-08T21:49:34.844Z] 3.0.0-dev.84 [2023-03-08T21:49:34.844Z] 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T21:49:34.844Z] main [2023-03-08T21:49:34.844Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:34.907Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T21:49:35.151Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:54929a7ab6bf9e03e113416e19b38331485fa87d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [2023-03-08T21:49:35.179Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T21:49:35.179Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [Pipeline] sh [2023-03-08T21:49:35.453Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T21:49:35.455Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T21:49:35.455Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-03-08T21:49:35.455Z] 5f412166a833: Preparing [2023-03-08T21:49:35.455Z] eecbb720b038: Preparing [2023-03-08T21:49:35.455Z] 3a4edbb2e247: Preparing [2023-03-08T21:49:35.455Z] 943fb02f19bb: Preparing [2023-03-08T21:49:35.455Z] ee0034fe208c: Preparing [2023-03-08T21:49:35.455Z] f6f2b2588297: Preparing [2023-03-08T21:49:35.455Z] 4e6476652798: Preparing [2023-03-08T21:49:35.455Z] f6f2b2588297: Waiting [2023-03-08T21:49:35.455Z] eecbb720b038: Pushed [2023-03-08T21:49:35.455Z] 5f412166a833: Pushed [2023-03-08T21:49:35.455Z] 3a4edbb2e247: Pushed [2023-03-08T21:49:35.455Z] 4e6476652798: Layer already exists [2023-03-08T21:49:36.019Z] f6f2b2588297: Pushed [2023-03-08T21:49:36.053Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T21:49:36.053Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T21:49:36.330Z] OK: 221 MiB in 51 packages [2023-03-08T21:49:36.330Z] OK: 221 MiB in 51 packages [2023-03-08T21:49:36.928Z] OK: 221 MiB in 51 packages [2023-03-08T21:49:37.898Z] OK: 221 MiB in 51 packages [2023-03-08T21:49:37.898Z] OK: 221 MiB in 51 packages [2023-03-08T21:49:38.489Z] Removing intermediate container cc63a3d3a7f8 [2023-03-08T21:49:38.489Z] ---> 4cca3408804f [2023-03-08T21:49:38.490Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-08T21:49:38.765Z] Removing intermediate container 45373b8fdcff [2023-03-08T21:49:38.765Z] ---> 85921182e687 [2023-03-08T21:49:38.765Z] Step 5/20 : COPY go.mod vendor* ./ [2023-03-08T21:49:39.305Z] ee0034fe208c: Pushed [2023-03-08T21:49:39.355Z] Removing intermediate container 4d84f0999914 [2023-03-08T21:49:39.355Z] ---> c6173df042cc [2023-03-08T21:49:39.355Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-08T21:49:39.355Z] Removing intermediate container 33cdc7d0ec6d [2023-03-08T21:49:39.355Z] ---> fbbd8820eb8b [2023-03-08T21:49:39.355Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-08T21:49:39.625Z] Removing intermediate container 98e128467f34 [2023-03-08T21:49:39.625Z] ---> ee01b4a25a5f [2023-03-08T21:49:39.625Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-08T21:49:39.904Z] ---> 71d712e1dfba [2023-03-08T21:49:39.904Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T21:49:39.904Z] ---> 5fb4082f4932 [2023-03-08T21:49:39.904Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T21:49:40.178Z] ---> Running in 9b4a4c53c71c [2023-03-08T21:49:40.178Z] ---> Running in 750c5a54ce65 [2023-03-08T21:49:40.771Z] ---> 12461f1c00b8 [2023-03-08T21:49:40.771Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T21:49:40.771Z] ---> 1f44aabd0db4 [2023-03-08T21:49:40.771Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T21:49:41.050Z] ---> Running in 01131b37b183 [2023-03-08T21:49:41.050Z] ---> Running in 259d38291bf1 [2023-03-08T21:49:41.320Z] ---> eb5b8a3460f2 [2023-03-08T21:49:41.320Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T21:49:41.592Z] ---> Running in 6b6866a3323d [2023-03-08T21:49:41.837Z] 943fb02f19bb: Pushed [2023-03-08T21:49:41.837Z] 54929a7ab6bf9e03e113416e19b38331485fa87d: digest: sha256:12ca294e138636d8110326eaf55fd2a2cb119ba8413ec8af4bab650ef40d37c0 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:42.154Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:42.455Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-03-08T21:49:42.455Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-03-08T21:49:42.455Z] 5f412166a833: Preparing [2023-03-08T21:49:42.455Z] eecbb720b038: Preparing [2023-03-08T21:49:42.455Z] 3a4edbb2e247: Preparing [2023-03-08T21:49:42.455Z] 943fb02f19bb: Preparing [2023-03-08T21:49:42.455Z] ee0034fe208c: Preparing [2023-03-08T21:49:42.455Z] f6f2b2588297: Preparing [2023-03-08T21:49:42.455Z] 4e6476652798: Preparing [2023-03-08T21:49:42.455Z] 4e6476652798: Waiting [2023-03-08T21:49:42.455Z] f6f2b2588297: Waiting [2023-03-08T21:49:42.455Z] eecbb720b038: Layer already exists [2023-03-08T21:49:42.455Z] 5f412166a833: Layer already exists [2023-03-08T21:49:42.455Z] ee0034fe208c: Layer already exists [2023-03-08T21:49:42.455Z] 3a4edbb2e247: Layer already exists [2023-03-08T21:49:42.455Z] 943fb02f19bb: Layer already exists [2023-03-08T21:49:42.455Z] f6f2b2588297: Layer already exists [2023-03-08T21:49:42.455Z] 4e6476652798: Layer already exists [2023-03-08T21:49:42.455Z] latest: digest: sha256:12ca294e138636d8110326eaf55fd2a2cb119ba8413ec8af4bab650ef40d37c0 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:42.759Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:43.065Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.84 [2023-03-08T21:49:43.065Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-03-08T21:49:43.065Z] 5f412166a833: Preparing [2023-03-08T21:49:43.065Z] eecbb720b038: Preparing [2023-03-08T21:49:43.065Z] 3a4edbb2e247: Preparing [2023-03-08T21:49:43.065Z] 943fb02f19bb: Preparing [2023-03-08T21:49:43.065Z] ee0034fe208c: Preparing [2023-03-08T21:49:43.065Z] f6f2b2588297: Preparing [2023-03-08T21:49:43.065Z] 4e6476652798: Preparing [2023-03-08T21:49:43.065Z] 4e6476652798: Waiting [2023-03-08T21:49:43.065Z] 3a4edbb2e247: Layer already exists [2023-03-08T21:49:43.065Z] eecbb720b038: Layer already exists [2023-03-08T21:49:43.065Z] 5f412166a833: Layer already exists [2023-03-08T21:49:43.065Z] ee0034fe208c: Layer already exists [2023-03-08T21:49:43.065Z] 943fb02f19bb: Layer already exists [2023-03-08T21:49:43.065Z] 4e6476652798: Layer already exists [2023-03-08T21:49:43.065Z] f6f2b2588297: Layer already exists [2023-03-08T21:49:43.065Z] 3.0.0-dev.84: digest: sha256:12ca294e138636d8110326eaf55fd2a2cb119ba8413ec8af4bab650ef40d37c0 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:43.372Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:43.674Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T21:49:43.674Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-03-08T21:49:43.674Z] 5f412166a833: Preparing [2023-03-08T21:49:43.674Z] eecbb720b038: Preparing [2023-03-08T21:49:43.674Z] 3a4edbb2e247: Preparing [2023-03-08T21:49:43.674Z] 943fb02f19bb: Preparing [2023-03-08T21:49:43.674Z] ee0034fe208c: Preparing [2023-03-08T21:49:43.674Z] f6f2b2588297: Preparing [2023-03-08T21:49:43.674Z] 4e6476652798: Preparing [2023-03-08T21:49:43.674Z] f6f2b2588297: Waiting [2023-03-08T21:49:43.674Z] 4e6476652798: Waiting [2023-03-08T21:49:43.674Z] ee0034fe208c: Layer already exists [2023-03-08T21:49:43.674Z] 3a4edbb2e247: Layer already exists [2023-03-08T21:49:43.674Z] 5f412166a833: Layer already exists [2023-03-08T21:49:43.674Z] 943fb02f19bb: Layer already exists [2023-03-08T21:49:43.674Z] eecbb720b038: Layer already exists [2023-03-08T21:49:43.674Z] f6f2b2588297: Layer already exists [2023-03-08T21:49:43.674Z] 4e6476652798: Layer already exists [2023-03-08T21:49:43.674Z] 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84: digest: sha256:12ca294e138636d8110326eaf55fd2a2cb119ba8413ec8af4bab650ef40d37c0 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:43.989Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:44.296Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2023-03-08T21:49:44.296Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-03-08T21:49:44.296Z] 5f412166a833: Preparing [2023-03-08T21:49:44.296Z] eecbb720b038: Preparing [2023-03-08T21:49:44.296Z] 3a4edbb2e247: Preparing [2023-03-08T21:49:44.296Z] 943fb02f19bb: Preparing [2023-03-08T21:49:44.296Z] ee0034fe208c: Preparing [2023-03-08T21:49:44.296Z] f6f2b2588297: Preparing [2023-03-08T21:49:44.296Z] 4e6476652798: Preparing [2023-03-08T21:49:44.296Z] f6f2b2588297: Waiting [2023-03-08T21:49:44.296Z] 4e6476652798: Waiting [2023-03-08T21:49:44.296Z] 943fb02f19bb: Layer already exists [2023-03-08T21:49:44.296Z] eecbb720b038: Layer already exists [2023-03-08T21:49:44.296Z] 3a4edbb2e247: Layer already exists [2023-03-08T21:49:44.296Z] ee0034fe208c: Layer already exists [2023-03-08T21:49:44.296Z] 5f412166a833: Layer already exists [2023-03-08T21:49:44.296Z] f6f2b2588297: Layer already exists [2023-03-08T21:49:44.296Z] 4e6476652798: Layer already exists [2023-03-08T21:49:44.296Z] main: digest: sha256:12ca294e138636d8110326eaf55fd2a2cb119ba8413ec8af4bab650ef40d37c0 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-08T21:49:44.342Z] ===================================================== [Pipeline] echo [2023-03-08T21:49:44.353Z] taggedImages: [2023-03-08T21:49:44.353Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T21:49:44.353Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-03-08T21:49:44.353Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.84 [2023-03-08T21:49:44.353Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T21:49:44.353Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2023-03-08T21:49:44.377Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2023-03-08T21:49:44.377Z] 54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T21:49:44.377Z] latest [2023-03-08T21:49:44.377Z] 3.0.0-dev.84 [2023-03-08T21:49:44.377Z] 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T21:49:44.377Z] main [2023-03-08T21:49:44.377Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:44.699Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:54929a7ab6bf9e03e113416e19b38331485fa87d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:44.999Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T21:49:44.999Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-03-08T21:49:44.999Z] de9b117a290e: Preparing [2023-03-08T21:49:44.999Z] 4deae594f0d9: Preparing [2023-03-08T21:49:44.999Z] 77d534ce9f86: Preparing [2023-03-08T21:49:44.999Z] e8e161ba81e2: Preparing [2023-03-08T21:49:44.999Z] 5213e16f84f1: Preparing [2023-03-08T21:49:44.999Z] 4e6476652798: Preparing [2023-03-08T21:49:44.999Z] 4e6476652798: Waiting [2023-03-08T21:49:44.999Z] 77d534ce9f86: Pushed [2023-03-08T21:49:44.999Z] de9b117a290e: Pushed [2023-03-08T21:49:44.999Z] 4deae594f0d9: Pushed [2023-03-08T21:49:44.999Z] 4e6476652798: Layer already exists [2023-03-08T21:49:45.258Z] 5213e16f84f1: Pushed [2023-03-08T21:49:51.823Z] e8e161ba81e2: Pushed [2023-03-08T21:49:51.823Z] 54929a7ab6bf9e03e113416e19b38331485fa87d: digest: sha256:869f7ce2ed42d6f4da9f2e5befaf5248737368f7324a214dbbe7ccb29a6b864f size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:52.129Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:52.429Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-03-08T21:49:52.429Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-03-08T21:49:52.429Z] de9b117a290e: Preparing [2023-03-08T21:49:52.429Z] 4deae594f0d9: Preparing [2023-03-08T21:49:52.429Z] 77d534ce9f86: Preparing [2023-03-08T21:49:52.429Z] e8e161ba81e2: Preparing [2023-03-08T21:49:52.429Z] 5213e16f84f1: Preparing [2023-03-08T21:49:52.429Z] 4e6476652798: Preparing [2023-03-08T21:49:52.429Z] 4e6476652798: Waiting [2023-03-08T21:49:52.429Z] e8e161ba81e2: Layer already exists [2023-03-08T21:49:52.429Z] 5213e16f84f1: Layer already exists [2023-03-08T21:49:52.429Z] de9b117a290e: Layer already exists [2023-03-08T21:49:52.429Z] 4deae594f0d9: Layer already exists [2023-03-08T21:49:52.429Z] 77d534ce9f86: Layer already exists [2023-03-08T21:49:52.429Z] 4e6476652798: Layer already exists [2023-03-08T21:49:52.429Z] latest: digest: sha256:869f7ce2ed42d6f4da9f2e5befaf5248737368f7324a214dbbe7ccb29a6b864f size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:52.729Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:53.032Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.84 [2023-03-08T21:49:53.032Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-03-08T21:49:53.032Z] de9b117a290e: Preparing [2023-03-08T21:49:53.032Z] 4deae594f0d9: Preparing [2023-03-08T21:49:53.032Z] 77d534ce9f86: Preparing [2023-03-08T21:49:53.032Z] e8e161ba81e2: Preparing [2023-03-08T21:49:53.032Z] 5213e16f84f1: Preparing [2023-03-08T21:49:53.032Z] 4e6476652798: Preparing [2023-03-08T21:49:53.032Z] 4e6476652798: Waiting [2023-03-08T21:49:53.032Z] de9b117a290e: Layer already exists [2023-03-08T21:49:53.032Z] e8e161ba81e2: Layer already exists [2023-03-08T21:49:53.032Z] 4deae594f0d9: Layer already exists [2023-03-08T21:49:53.032Z] 77d534ce9f86: Layer already exists [2023-03-08T21:49:53.032Z] 5213e16f84f1: Layer already exists [2023-03-08T21:49:53.032Z] 4e6476652798: Layer already exists [2023-03-08T21:49:53.032Z] 3.0.0-dev.84: digest: sha256:869f7ce2ed42d6f4da9f2e5befaf5248737368f7324a214dbbe7ccb29a6b864f size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:53.336Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:53.638Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T21:49:53.638Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-03-08T21:49:53.638Z] de9b117a290e: Preparing [2023-03-08T21:49:53.638Z] 4deae594f0d9: Preparing [2023-03-08T21:49:53.638Z] 77d534ce9f86: Preparing [2023-03-08T21:49:53.638Z] e8e161ba81e2: Preparing [2023-03-08T21:49:53.638Z] 5213e16f84f1: Preparing [2023-03-08T21:49:53.638Z] 4e6476652798: Preparing [2023-03-08T21:49:53.638Z] 4deae594f0d9: Layer already exists [2023-03-08T21:49:53.638Z] 5213e16f84f1: Layer already exists [2023-03-08T21:49:53.638Z] e8e161ba81e2: Layer already exists [2023-03-08T21:49:53.638Z] 77d534ce9f86: Layer already exists [2023-03-08T21:49:53.638Z] de9b117a290e: Layer already exists [2023-03-08T21:49:53.638Z] 4e6476652798: Layer already exists [2023-03-08T21:49:53.638Z] 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84: digest: sha256:869f7ce2ed42d6f4da9f2e5befaf5248737368f7324a214dbbe7ccb29a6b864f size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:53.942Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:54.243Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2023-03-08T21:49:54.244Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-03-08T21:49:54.244Z] de9b117a290e: Preparing [2023-03-08T21:49:54.244Z] 4deae594f0d9: Preparing [2023-03-08T21:49:54.244Z] 77d534ce9f86: Preparing [2023-03-08T21:49:54.244Z] e8e161ba81e2: Preparing [2023-03-08T21:49:54.244Z] 5213e16f84f1: Preparing [2023-03-08T21:49:54.244Z] 4e6476652798: Preparing [2023-03-08T21:49:54.244Z] 4e6476652798: Waiting [2023-03-08T21:49:54.244Z] 4deae594f0d9: Layer already exists [2023-03-08T21:49:54.244Z] 77d534ce9f86: Layer already exists [2023-03-08T21:49:54.244Z] de9b117a290e: Layer already exists [2023-03-08T21:49:54.244Z] 5213e16f84f1: Layer already exists [2023-03-08T21:49:54.244Z] e8e161ba81e2: Layer already exists [2023-03-08T21:49:54.244Z] 4e6476652798: Layer already exists [2023-03-08T21:49:54.244Z] main: digest: sha256:869f7ce2ed42d6f4da9f2e5befaf5248737368f7324a214dbbe7ccb29a6b864f size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-08T21:49:54.285Z] ===================================================== [Pipeline] echo [2023-03-08T21:49:54.292Z] taggedImages: [2023-03-08T21:49:54.292Z] - nexus3.edgexfoundry.org:10004/security-spire-config:54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T21:49:54.292Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-03-08T21:49:54.292Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.84 [2023-03-08T21:49:54.292Z] - nexus3.edgexfoundry.org:10004/security-spire-config:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T21:49:54.292Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2023-03-08T21:49:54.307Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2023-03-08T21:49:54.307Z] 54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T21:49:54.307Z] latest [2023-03-08T21:49:54.307Z] 3.0.0-dev.84 [2023-03-08T21:49:54.307Z] 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T21:49:54.307Z] main [2023-03-08T21:49:54.307Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:54.642Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:54929a7ab6bf9e03e113416e19b38331485fa87d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:49:55.079Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T21:49:55.079Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-03-08T21:49:55.079Z] a519f929813d: Preparing [2023-03-08T21:49:55.079Z] cb4691a59a1f: Preparing [2023-03-08T21:49:55.079Z] 85f467ae2aa7: Preparing [2023-03-08T21:49:55.079Z] 45a090fbf938: Preparing [2023-03-08T21:49:55.079Z] f6f2b2588297: Preparing [2023-03-08T21:49:55.079Z] 4e6476652798: Preparing [2023-03-08T21:49:55.079Z] 4e6476652798: Waiting [2023-03-08T21:49:55.079Z] f6f2b2588297: Layer already exists [2023-03-08T21:49:55.079Z] 4e6476652798: Layer already exists [2023-03-08T21:49:55.079Z] cb4691a59a1f: Pushed [2023-03-08T21:49:55.079Z] 85f467ae2aa7: Pushed [2023-03-08T21:49:55.079Z] a519f929813d: Pushed [2023-03-08T21:50:01.650Z] 45a090fbf938: Pushed [2023-03-08T21:50:01.650Z] 54929a7ab6bf9e03e113416e19b38331485fa87d: digest: sha256:6ec076b59c1f2045e93bdf9b60d6a37dec793e2064a5b42e2168b479bfd5e660 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:50:01.960Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:50:02.267Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-03-08T21:50:02.267Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-03-08T21:50:02.267Z] a519f929813d: Preparing [2023-03-08T21:50:02.267Z] cb4691a59a1f: Preparing [2023-03-08T21:50:02.267Z] 85f467ae2aa7: Preparing [2023-03-08T21:50:02.267Z] 45a090fbf938: Preparing [2023-03-08T21:50:02.267Z] f6f2b2588297: Preparing [2023-03-08T21:50:02.267Z] 4e6476652798: Preparing [2023-03-08T21:50:02.267Z] 4e6476652798: Waiting [2023-03-08T21:50:02.267Z] 85f467ae2aa7: Layer already exists [2023-03-08T21:50:02.267Z] f6f2b2588297: Layer already exists [2023-03-08T21:50:02.267Z] 45a090fbf938: Layer already exists [2023-03-08T21:50:02.267Z] cb4691a59a1f: Layer already exists [2023-03-08T21:50:02.267Z] a519f929813d: Layer already exists [2023-03-08T21:50:02.267Z] 4e6476652798: Layer already exists [2023-03-08T21:50:02.267Z] latest: digest: sha256:6ec076b59c1f2045e93bdf9b60d6a37dec793e2064a5b42e2168b479bfd5e660 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:50:02.578Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:50:02.885Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.84 [2023-03-08T21:50:02.885Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-03-08T21:50:02.885Z] a519f929813d: Preparing [2023-03-08T21:50:02.885Z] cb4691a59a1f: Preparing [2023-03-08T21:50:02.885Z] 85f467ae2aa7: Preparing [2023-03-08T21:50:02.885Z] 45a090fbf938: Preparing [2023-03-08T21:50:02.885Z] f6f2b2588297: Preparing [2023-03-08T21:50:02.885Z] 4e6476652798: Preparing [2023-03-08T21:50:02.885Z] 4e6476652798: Waiting [2023-03-08T21:50:02.885Z] a519f929813d: Layer already exists [2023-03-08T21:50:02.885Z] 45a090fbf938: Layer already exists [2023-03-08T21:50:02.885Z] f6f2b2588297: Layer already exists [2023-03-08T21:50:02.885Z] 85f467ae2aa7: Layer already exists [2023-03-08T21:50:02.885Z] cb4691a59a1f: Layer already exists [2023-03-08T21:50:02.885Z] 4e6476652798: Layer already exists [2023-03-08T21:50:02.885Z] 3.0.0-dev.84: digest: sha256:6ec076b59c1f2045e93bdf9b60d6a37dec793e2064a5b42e2168b479bfd5e660 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:50:03.195Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:50:03.499Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T21:50:03.499Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-03-08T21:50:03.499Z] a519f929813d: Preparing [2023-03-08T21:50:03.499Z] cb4691a59a1f: Preparing [2023-03-08T21:50:03.499Z] 85f467ae2aa7: Preparing [2023-03-08T21:50:03.499Z] 45a090fbf938: Preparing [2023-03-08T21:50:03.499Z] f6f2b2588297: Preparing [2023-03-08T21:50:03.499Z] 4e6476652798: Preparing [2023-03-08T21:50:03.499Z] 4e6476652798: Waiting [2023-03-08T21:50:03.499Z] 45a090fbf938: Layer already exists [2023-03-08T21:50:03.499Z] cb4691a59a1f: Layer already exists [2023-03-08T21:50:03.499Z] 85f467ae2aa7: Layer already exists [2023-03-08T21:50:03.499Z] a519f929813d: Layer already exists [2023-03-08T21:50:03.499Z] f6f2b2588297: Layer already exists [2023-03-08T21:50:03.499Z] 4e6476652798: Layer already exists [2023-03-08T21:50:03.499Z] 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84: digest: sha256:6ec076b59c1f2045e93bdf9b60d6a37dec793e2064a5b42e2168b479bfd5e660 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:50:03.807Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:50:04.107Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2023-03-08T21:50:04.107Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-03-08T21:50:04.107Z] a519f929813d: Preparing [2023-03-08T21:50:04.107Z] cb4691a59a1f: Preparing [2023-03-08T21:50:04.107Z] 85f467ae2aa7: Preparing [2023-03-08T21:50:04.107Z] 45a090fbf938: Preparing [2023-03-08T21:50:04.107Z] f6f2b2588297: Preparing [2023-03-08T21:50:04.107Z] 4e6476652798: Preparing [2023-03-08T21:50:04.107Z] f6f2b2588297: Layer already exists [2023-03-08T21:50:04.107Z] cb4691a59a1f: Layer already exists [2023-03-08T21:50:04.107Z] a519f929813d: Layer already exists [2023-03-08T21:50:04.107Z] 45a090fbf938: Layer already exists [2023-03-08T21:50:04.107Z] 85f467ae2aa7: Layer already exists [2023-03-08T21:50:04.107Z] 4e6476652798: Layer already exists [2023-03-08T21:50:04.107Z] main: digest: sha256:6ec076b59c1f2045e93bdf9b60d6a37dec793e2064a5b42e2168b479bfd5e660 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-08T21:50:04.139Z] ===================================================== [Pipeline] echo [2023-03-08T21:50:04.144Z] taggedImages: [2023-03-08T21:50:04.144Z] - nexus3.edgexfoundry.org:10004/security-spire-server:54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T21:50:04.144Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-03-08T21:50:04.144Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.84 [2023-03-08T21:50:04.144Z] - nexus3.edgexfoundry.org:10004/security-spire-server:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T21:50:04.144Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2023-03-08T21:50:04.158Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2023-03-08T21:50:04.158Z] 54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T21:50:04.158Z] latest [2023-03-08T21:50:04.158Z] 3.0.0-dev.84 [2023-03-08T21:50:04.158Z] 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T21:50:04.158Z] main [2023-03-08T21:50:04.158Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:50:04.466Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:54929a7ab6bf9e03e113416e19b38331485fa87d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:50:04.769Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T21:50:04.769Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-03-08T21:50:04.769Z] ba8f147d6bd5: Preparing [2023-03-08T21:50:04.769Z] c77b725d8ca0: Preparing [2023-03-08T21:50:04.769Z] df6e0af48068: Preparing [2023-03-08T21:50:04.769Z] 55e173cd520d: Preparing [2023-03-08T21:50:04.769Z] aa5968d388b8: Preparing [2023-03-08T21:50:04.769Z] aa5968d388b8: Layer already exists [2023-03-08T21:50:04.769Z] df6e0af48068: Layer already exists [2023-03-08T21:50:04.769Z] ba8f147d6bd5: Pushed [2023-03-08T21:50:04.769Z] 55e173cd520d: Pushed [2023-03-08T21:50:07.309Z] c77b725d8ca0: Pushed [2023-03-08T21:50:07.309Z] 54929a7ab6bf9e03e113416e19b38331485fa87d: digest: sha256:b92c978786268dfcd48b86cadf1014445e953eb9c09947a55a90704d8222dba4 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:50:07.736Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:50:08.124Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-03-08T21:50:08.124Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-03-08T21:50:08.124Z] ba8f147d6bd5: Preparing [2023-03-08T21:50:08.124Z] c77b725d8ca0: Preparing [2023-03-08T21:50:08.124Z] df6e0af48068: Preparing [2023-03-08T21:50:08.124Z] 55e173cd520d: Preparing [2023-03-08T21:50:08.124Z] aa5968d388b8: Preparing [2023-03-08T21:50:08.124Z] c77b725d8ca0: Layer already exists [2023-03-08T21:50:08.124Z] ba8f147d6bd5: Layer already exists [2023-03-08T21:50:08.124Z] aa5968d388b8: Layer already exists [2023-03-08T21:50:08.124Z] df6e0af48068: Layer already exists [2023-03-08T21:50:08.124Z] 55e173cd520d: Layer already exists [2023-03-08T21:50:08.124Z] latest: digest: sha256:b92c978786268dfcd48b86cadf1014445e953eb9c09947a55a90704d8222dba4 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:50:08.433Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:50:08.740Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.84 [2023-03-08T21:50:08.740Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-03-08T21:50:08.740Z] ba8f147d6bd5: Preparing [2023-03-08T21:50:08.740Z] c77b725d8ca0: Preparing [2023-03-08T21:50:08.740Z] df6e0af48068: Preparing [2023-03-08T21:50:08.740Z] 55e173cd520d: Preparing [2023-03-08T21:50:08.740Z] aa5968d388b8: Preparing [2023-03-08T21:50:08.740Z] c77b725d8ca0: Layer already exists [2023-03-08T21:50:08.740Z] df6e0af48068: Layer already exists [2023-03-08T21:50:08.740Z] aa5968d388b8: Layer already exists [2023-03-08T21:50:08.740Z] 55e173cd520d: Layer already exists [2023-03-08T21:50:08.740Z] ba8f147d6bd5: Layer already exists [2023-03-08T21:50:08.740Z] 3.0.0-dev.84: digest: sha256:b92c978786268dfcd48b86cadf1014445e953eb9c09947a55a90704d8222dba4 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:50:09.050Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:50:09.355Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T21:50:09.355Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-03-08T21:50:09.355Z] ba8f147d6bd5: Preparing [2023-03-08T21:50:09.355Z] c77b725d8ca0: Preparing [2023-03-08T21:50:09.355Z] df6e0af48068: Preparing [2023-03-08T21:50:09.355Z] 55e173cd520d: Preparing [2023-03-08T21:50:09.355Z] aa5968d388b8: Preparing [2023-03-08T21:50:09.355Z] aa5968d388b8: Layer already exists [2023-03-08T21:50:09.355Z] c77b725d8ca0: Layer already exists [2023-03-08T21:50:09.355Z] 55e173cd520d: Layer already exists [2023-03-08T21:50:09.355Z] df6e0af48068: Layer already exists [2023-03-08T21:50:09.355Z] ba8f147d6bd5: Layer already exists [2023-03-08T21:50:09.355Z] 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84: digest: sha256:b92c978786268dfcd48b86cadf1014445e953eb9c09947a55a90704d8222dba4 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:50:09.662Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:50:09.976Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2023-03-08T21:50:09.976Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-03-08T21:50:09.976Z] ba8f147d6bd5: Preparing [2023-03-08T21:50:09.976Z] c77b725d8ca0: Preparing [2023-03-08T21:50:09.976Z] df6e0af48068: Preparing [2023-03-08T21:50:09.976Z] 55e173cd520d: Preparing [2023-03-08T21:50:09.976Z] aa5968d388b8: Preparing [2023-03-08T21:50:09.976Z] 55e173cd520d: Layer already exists [2023-03-08T21:50:09.976Z] aa5968d388b8: Layer already exists [2023-03-08T21:50:09.976Z] ba8f147d6bd5: Layer already exists [2023-03-08T21:50:09.976Z] c77b725d8ca0: Layer already exists [2023-03-08T21:50:09.976Z] df6e0af48068: Layer already exists [2023-03-08T21:50:09.976Z] main: digest: sha256:b92c978786268dfcd48b86cadf1014445e953eb9c09947a55a90704d8222dba4 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-08T21:50:10.024Z] ===================================================== [Pipeline] echo [2023-03-08T21:50:10.038Z] taggedImages: [2023-03-08T21:50:10.038Z] - nexus3.edgexfoundry.org:10004/support-notifications:54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T21:50:10.038Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-03-08T21:50:10.038Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.84 [2023-03-08T21:50:10.038Z] - nexus3.edgexfoundry.org:10004/support-notifications:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T21:50:10.038Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2023-03-08T21:50:10.058Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2023-03-08T21:50:10.058Z] 54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T21:50:10.058Z] latest [2023-03-08T21:50:10.058Z] 3.0.0-dev.84 [2023-03-08T21:50:10.058Z] 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T21:50:10.058Z] main [2023-03-08T21:50:10.058Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:50:10.378Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:54929a7ab6bf9e03e113416e19b38331485fa87d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:50:10.687Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T21:50:10.688Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-03-08T21:50:10.688Z] 6cbdd4417b38: Preparing [2023-03-08T21:50:10.688Z] 4dddfd7e508d: Preparing [2023-03-08T21:50:10.688Z] df6e0af48068: Preparing [2023-03-08T21:50:10.688Z] da25064f5498: Preparing [2023-03-08T21:50:10.688Z] aa5968d388b8: Preparing [2023-03-08T21:50:10.688Z] aa5968d388b8: Layer already exists [2023-03-08T21:50:10.688Z] df6e0af48068: Layer already exists [2023-03-08T21:50:10.688Z] da25064f5498: Layer already exists [2023-03-08T21:50:11.627Z] 6cbdd4417b38: Pushed [2023-03-08T21:50:13.010Z] 4dddfd7e508d: Pushed [2023-03-08T21:50:13.010Z] 54929a7ab6bf9e03e113416e19b38331485fa87d: digest: sha256:aeadde9fd2421f727c6525a21cf0a0b247def9c65dc2a4ae6791869186d2db7e size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:50:13.318Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:50:13.625Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-03-08T21:50:13.625Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-03-08T21:50:13.625Z] 6cbdd4417b38: Preparing [2023-03-08T21:50:13.625Z] 4dddfd7e508d: Preparing [2023-03-08T21:50:13.625Z] df6e0af48068: Preparing [2023-03-08T21:50:13.625Z] da25064f5498: Preparing [2023-03-08T21:50:13.625Z] aa5968d388b8: Preparing [2023-03-08T21:50:13.625Z] df6e0af48068: Layer already exists [2023-03-08T21:50:13.625Z] da25064f5498: Layer already exists [2023-03-08T21:50:13.625Z] 4dddfd7e508d: Layer already exists [2023-03-08T21:50:13.625Z] aa5968d388b8: Layer already exists [2023-03-08T21:50:13.625Z] 6cbdd4417b38: Layer already exists [2023-03-08T21:50:13.625Z] latest: digest: sha256:aeadde9fd2421f727c6525a21cf0a0b247def9c65dc2a4ae6791869186d2db7e size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:50:13.933Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:50:14.237Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.84 [2023-03-08T21:50:14.237Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-03-08T21:50:14.237Z] 6cbdd4417b38: Preparing [2023-03-08T21:50:14.237Z] 4dddfd7e508d: Preparing [2023-03-08T21:50:14.237Z] df6e0af48068: Preparing [2023-03-08T21:50:14.237Z] da25064f5498: Preparing [2023-03-08T21:50:14.237Z] aa5968d388b8: Preparing [2023-03-08T21:50:14.237Z] df6e0af48068: Layer already exists [2023-03-08T21:50:14.237Z] aa5968d388b8: Layer already exists [2023-03-08T21:50:14.237Z] 4dddfd7e508d: Layer already exists [2023-03-08T21:50:14.237Z] da25064f5498: Layer already exists [2023-03-08T21:50:14.237Z] 6cbdd4417b38: Layer already exists [2023-03-08T21:50:14.237Z] 3.0.0-dev.84: digest: sha256:aeadde9fd2421f727c6525a21cf0a0b247def9c65dc2a4ae6791869186d2db7e size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:50:14.543Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:50:14.847Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T21:50:14.847Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-03-08T21:50:14.847Z] 6cbdd4417b38: Preparing [2023-03-08T21:50:14.847Z] 4dddfd7e508d: Preparing [2023-03-08T21:50:14.847Z] df6e0af48068: Preparing [2023-03-08T21:50:14.847Z] da25064f5498: Preparing [2023-03-08T21:50:14.847Z] aa5968d388b8: Preparing [2023-03-08T21:50:14.847Z] da25064f5498: Layer already exists [2023-03-08T21:50:14.847Z] df6e0af48068: Layer already exists [2023-03-08T21:50:14.847Z] 6cbdd4417b38: Layer already exists [2023-03-08T21:50:14.847Z] 4dddfd7e508d: Layer already exists [2023-03-08T21:50:14.847Z] aa5968d388b8: Layer already exists [2023-03-08T21:50:14.847Z] 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84: digest: sha256:aeadde9fd2421f727c6525a21cf0a0b247def9c65dc2a4ae6791869186d2db7e size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:50:15.151Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T21:50:15.453Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2023-03-08T21:50:15.453Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-03-08T21:50:15.453Z] 6cbdd4417b38: Preparing [2023-03-08T21:50:15.453Z] 4dddfd7e508d: Preparing [2023-03-08T21:50:15.453Z] df6e0af48068: Preparing [2023-03-08T21:50:15.453Z] da25064f5498: Preparing [2023-03-08T21:50:15.453Z] aa5968d388b8: Preparing [2023-03-08T21:50:15.453Z] aa5968d388b8: Layer already exists [2023-03-08T21:50:15.453Z] da25064f5498: Layer already exists [2023-03-08T21:50:15.453Z] 6cbdd4417b38: Layer already exists [2023-03-08T21:50:15.453Z] df6e0af48068: Layer already exists [2023-03-08T21:50:15.453Z] 4dddfd7e508d: Layer already exists [2023-03-08T21:50:15.453Z] main: digest: sha256:aeadde9fd2421f727c6525a21cf0a0b247def9c65dc2a4ae6791869186d2db7e size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-08T21:50:15.497Z] ===================================================== [Pipeline] echo [2023-03-08T21:50:15.504Z] taggedImages: [2023-03-08T21:50:15.504Z] - nexus3.edgexfoundry.org:10004/support-scheduler:54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T21:50:15.504Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-03-08T21:50:15.504Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.84 [2023-03-08T21:50:15.504Z] - nexus3.edgexfoundry.org:10004/support-scheduler:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T21:50:15.504Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-03-08T21:51:48.362Z] Removing intermediate container 6b6866a3323d [2023-03-08T21:51:48.362Z] ---> 8b51550cad12 [2023-03-08T21:51:48.362Z] Step 8/22 : COPY . . [2023-03-08T21:51:48.362Z] Removing intermediate container 750c5a54ce65 [2023-03-08T21:51:48.362Z] ---> 0e16e216521e [2023-03-08T21:51:48.362Z] Step 7/24 : COPY . . [2023-03-08T21:51:48.362Z] Removing intermediate container 9b4a4c53c71c [2023-03-08T21:51:48.362Z] ---> d7518e1a58f7 [2023-03-08T21:51:48.362Z] Step 7/20 : COPY . . [2023-03-08T21:51:48.362Z] Removing intermediate container 259d38291bf1 [2023-03-08T21:51:48.362Z] ---> 1fab7bed31cb [2023-03-08T21:51:48.362Z] Step 8/22 : COPY . . [2023-03-08T21:51:48.362Z] Removing intermediate container 01131b37b183 [2023-03-08T21:51:48.362Z] ---> bb8292cfa368 [2023-03-08T21:51:48.362Z] Step 8/22 : COPY . . [2023-03-08T21:51:48.362Z] ---> 6b35648d4fd8 [2023-03-08T21:51:48.362Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-03-08T21:51:48.362Z] ---> 60471f37ce16 [2023-03-08T21:51:48.362Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-03-08T21:51:48.362Z] ---> 5ba852dfea09 [2023-03-08T21:51:48.362Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-03-08T21:51:48.362Z] ---> 0abbcff238f6 [2023-03-08T21:51:48.362Z] Step 8/20 : RUN make cmd/secrets-config/secrets-config [2023-03-08T21:51:48.363Z] ---> Running in d50e523a370b [2023-03-08T21:51:48.363Z] ---> Running in 1e4120fc0498 [2023-03-08T21:51:48.363Z] ---> Running in ac98aa237d82 [2023-03-08T21:51:48.363Z] ---> 100025c7653e [2023-03-08T21:51:48.363Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-03-08T21:51:48.363Z] ---> Running in fa16dfb2e146 [2023-03-08T21:51:48.363Z] ---> Running in 7a756ba07ffc [2023-03-08T21:51:48.363Z] Removing intermediate container d50e523a370b [2023-03-08T21:51:48.363Z] ---> 3d0ceba14070 [2023-03-08T21:51:48.363Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-03-08T21:51:48.363Z] ---> Running in e6d22554b6eb [2023-03-08T21:51:48.363Z] Removing intermediate container e6d22554b6eb [2023-03-08T21:51:48.363Z] ---> f2026337036f [2023-03-08T21:51:48.363Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-08T21:51:48.363Z] ---> Running in 0c40de9b3e28 [2023-03-08T21:51:48.363Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-03-08T21:51:48.363Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-03-08T21:51:48.363Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-03-08T21:51:48.363Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-03-08T21:51:49.335Z] Removing intermediate container 0c40de9b3e28 [2023-03-08T21:51:49.335Z] ---> 2067334ea20e [2023-03-08T21:51:49.335Z] Step 11/24 : WORKDIR /edgex-go [2023-03-08T21:51:49.335Z] ---> Running in f17871738f8e [2023-03-08T21:51:49.921Z] Removing intermediate container f17871738f8e [2023-03-08T21:51:49.921Z] ---> 970a702769fe [2023-03-08T21:51:49.921Z] [2023-03-08T21:51:49.921Z] Step 12/24 : FROM alpine:3.15 [2023-03-08T21:51:49.921Z] 3.15: Pulling from library/alpine [2023-03-08T21:51:51.342Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-03-08T21:51:51.342Z] Status: Downloaded newer image for alpine:3.15 [2023-03-08T21:51:51.342Z] ---> 354640af7b1b [2023-03-08T21:51:51.342Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-08T21:51:51.342Z] ---> Running in fc55a5ec2dba [2023-03-08T21:51:51.929Z] Removing intermediate container fc55a5ec2dba [2023-03-08T21:51:51.929Z] ---> f8738a1a1d90 [2023-03-08T21:51:51.929Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-03-08T21:51:51.930Z] ---> Running in 562fea3a691e [2023-03-08T21:51:54.534Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-08T21:51:54.804Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-08T21:51:56.761Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-08T21:51:56.761Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-08T21:51:56.761Z] OK: 15736 distinct packages available [2023-03-08T21:51:56.761Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-08T21:51:57.036Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-08T21:51:58.456Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-03-08T21:51:58.456Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-03-08T21:51:58.456Z] (3/4) Installing libucontext (1.1-r0) [2023-03-08T21:51:58.456Z] (4/4) Installing gcompat (1.0.0-r4) [2023-03-08T21:51:58.456Z] Executing busybox-1.34.1-r7.trigger [2023-03-08T21:51:58.456Z] OK: 6 MiB in 18 packages [2023-03-08T21:52:00.437Z] Removing intermediate container 562fea3a691e [2023-03-08T21:52:00.437Z] ---> ed1a437f1d68 [2023-03-08T21:52:00.437Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-08T21:52:07.101Z] ---> 3ed455dc7b1a [2023-03-08T21:52:07.101Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-03-08T21:52:08.069Z] ---> 546aeb3ac62c [2023-03-08T21:52:08.069Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-03-08T21:52:08.069Z] ---> Running in e921b61c811c [2023-03-08T21:52:08.670Z] Removing intermediate container e921b61c811c [2023-03-08T21:52:08.670Z] ---> ecd21bc2ffae [2023-03-08T21:52:08.670Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-03-08T21:52:09.652Z] ---> 079342012559 [2023-03-08T21:52:09.652Z] Step 19/24 : WORKDIR / [2023-03-08T21:52:09.922Z] ---> Running in 3014c02ae780 [2023-03-08T21:52:10.521Z] Removing intermediate container 3014c02ae780 [2023-03-08T21:52:10.521Z] ---> dd06bc54aaa3 [2023-03-08T21:52:10.521Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-08T21:52:10.818Z] ---> Running in ebeb78591822 [2023-03-08T21:52:11.101Z] Removing intermediate container ebeb78591822 [2023-03-08T21:52:11.101Z] ---> 8dda0c877e92 [2023-03-08T21:52:11.101Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-08T21:52:11.389Z] ---> Running in a3c03df2b860 [2023-03-08T21:52:12.009Z] Removing intermediate container a3c03df2b860 [2023-03-08T21:52:12.009Z] ---> 6de1eb69e658 [2023-03-08T21:52:12.009Z] Step 22/24 : LABEL arch=arm64 [2023-03-08T21:52:12.009Z] ---> Running in 71c12660a3f1 [2023-03-08T21:52:12.623Z] Removing intermediate container 71c12660a3f1 [2023-03-08T21:52:12.623Z] ---> c346e733fd17 [2023-03-08T21:52:12.623Z] Step 23/24 : LABEL git_sha=54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T21:52:12.623Z] ---> Running in 7e01cc4c0158 [2023-03-08T21:52:13.259Z] Removing intermediate container 7e01cc4c0158 [2023-03-08T21:52:13.259Z] ---> b2e1e3e284c8 [2023-03-08T21:52:13.259Z] Step 24/24 : LABEL version=3.0.0-dev.84 [2023-03-08T21:52:13.259Z] ---> Running in e069d0e565c7 [2023-03-08T21:52:13.850Z] Removing intermediate container e069d0e565c7 [2023-03-08T21:52:13.850Z] ---> 2014ab8b9f38 [2023-03-08T21:52:13.850Z] [2023-03-08T21:52:13.850Z] Successfully built 2014ab8b9f38 [2023-03-08T21:52:13.850Z] Successfully tagged security-spire-config-arm64:latest [2023-03-08T21:52:13.850Z]  Building security-spire-config ... done Building security-spiffe-token-provider [2023-03-08T21:52:18.127Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T21:52:18.127Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-03-08T21:52:18.127Z] ---> 9629b6ed3808 [2023-03-08T21:52:18.127Z] Step 3/19 : WORKDIR /edgex-go [2023-03-08T21:52:18.127Z] ---> Using cache [2023-03-08T21:52:18.127Z] ---> f3406affe62e [2023-03-08T21:52:18.127Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-03-08T21:52:18.127Z] ---> Running in 48fc1f785e64 [2023-03-08T21:52:20.718Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T21:52:20.718Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T21:52:22.909Z] v3.16.4-45-gacf6038d705 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-03-08T21:52:22.909Z] v3.16.4-42-gf483c31bb36 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-03-08T21:52:22.909Z] OK: 16903 distinct packages available [2023-03-08T21:52:22.909Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T21:52:23.547Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T21:52:25.558Z] OK: 221 MiB in 51 packages [2023-03-08T21:52:26.978Z] Removing intermediate container 48fc1f785e64 [2023-03-08T21:52:26.978Z] ---> d3e842c1048c [2023-03-08T21:52:26.978Z] Step 5/19 : COPY go.mod vendor* ./ [2023-03-08T21:52:27.952Z] ---> 7dd4bb471899 [2023-03-08T21:52:27.952Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T21:52:28.230Z] ---> Running in 79bdb3897a57 [2023-03-08T21:54:19.975Z] Removing intermediate container 79bdb3897a57 [2023-03-08T21:54:19.975Z] ---> 73a60a9935e5 [2023-03-08T21:54:19.975Z] Step 7/19 : COPY . . [2023-03-08T21:54:19.975Z] ---> 8fbcaa4fcdad [2023-03-08T21:54:19.975Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-03-08T21:54:19.975Z] ---> Running in c9b0c7e016fb [2023-03-08T21:54:19.975Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-03-08T21:58:56.931Z] Removing intermediate container 1e4120fc0498 [2023-03-08T21:58:56.931Z] ---> fae7f44300cb [2023-03-08T21:58:56.931Z] [2023-03-08T21:58:56.931Z] Step 10/22 : FROM alpine:3.16 [2023-03-08T21:58:56.931Z] 3.16: Pulling from library/alpine [2023-03-08T21:58:56.931Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-08T21:58:56.931Z] Status: Downloaded newer image for alpine:3.16 [2023-03-08T21:58:56.931Z] ---> 4c81e5bf8899 [2023-03-08T21:58:56.931Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-08T21:58:56.931Z] ---> Running in e40dcf9ebd87 [2023-03-08T21:58:56.931Z] Removing intermediate container e40dcf9ebd87 [2023-03-08T21:58:56.931Z] ---> 1cda9ef8a01f [2023-03-08T21:58:56.931Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-03-08T21:58:56.931Z] ---> Running in fc697ed6f2d2 [2023-03-08T21:58:56.931Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T21:58:57.520Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T21:58:59.470Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-08T21:58:59.470Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T21:58:59.470Z] OK: 5 MiB in 15 packages [2023-03-08T21:59:02.068Z] Removing intermediate container fc697ed6f2d2 [2023-03-08T21:59:02.068Z] ---> 9e5348bb3ed6 [2023-03-08T21:59:02.068Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T21:59:03.488Z] Removing intermediate container fa16dfb2e146 [2023-03-08T21:59:03.488Z] ---> a46c82a2f49c [2023-03-08T21:59:03.488Z] [2023-03-08T21:59:03.488Z] Step 9/20 : FROM alpine:3.16 [2023-03-08T21:59:03.488Z] ---> 4c81e5bf8899 [2023-03-08T21:59:03.488Z] Step 10/20 : RUN apk add --update --no-cache dumb-init openssl [2023-03-08T21:59:03.488Z] ---> Running in 7782ebc70aa1 [2023-03-08T21:59:03.488Z] ---> 9f061f31efb9 [2023-03-08T21:59:03.488Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-03-08T21:59:06.078Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T21:59:06.078Z] ---> 5ea2e3d82de1 [2023-03-08T21:59:06.078Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml [2023-03-08T21:59:06.660Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T21:59:06.941Z] ---> f47368d92644 [2023-03-08T21:59:06.941Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-03-08T21:59:08.362Z] ---> 0fbe42fd1517 [2023-03-08T21:59:08.362Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-08T21:59:08.362Z] ---> Running in 8f57a110ba1b [2023-03-08T21:59:08.630Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-03-08T21:59:08.899Z] (2/2) Installing openssl (1.1.1t-r0) [2023-03-08T21:59:08.899Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T21:59:08.899Z] OK: 6 MiB in 16 packages [2023-03-08T21:59:10.849Z] Removing intermediate container 7782ebc70aa1 [2023-03-08T21:59:10.849Z] ---> db484cc74b6c [2023-03-08T21:59:10.849Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-03-08T21:59:10.849Z] ---> Running in 3c7cc088d02b [2023-03-08T21:59:12.264Z] Removing intermediate container 3c7cc088d02b [2023-03-08T21:59:12.264Z] ---> 44c3bf815083 [2023-03-08T21:59:12.264Z] Step 12/20 : WORKDIR /edgex [2023-03-08T21:59:12.264Z] ---> Running in 26ee989925c5 [2023-03-08T21:59:12.532Z] Removing intermediate container 8f57a110ba1b [2023-03-08T21:59:12.532Z] ---> df47188ddbb2 [2023-03-08T21:59:12.532Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-08T21:59:12.532Z] ---> Running in 9b4a150b16f5 [2023-03-08T21:59:12.806Z] Removing intermediate container 26ee989925c5 [2023-03-08T21:59:12.806Z] ---> d95bad62b749 [2023-03-08T21:59:12.806Z] Step 13/20 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.toml res/configuration.toml [2023-03-08T21:59:13.774Z] Removing intermediate container 9b4a150b16f5 [2023-03-08T21:59:13.774Z] ---> 400a5b2e5079 [2023-03-08T21:59:13.774Z] Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-03-08T21:59:13.774Z] ---> Running in 9bd8c6fe97c0 [2023-03-08T21:59:14.363Z] ---> 55e452600d90 [2023-03-08T21:59:14.363Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-03-08T21:59:14.632Z] Removing intermediate container 9bd8c6fe97c0 [2023-03-08T21:59:14.632Z] ---> aefb620c7e69 [2023-03-08T21:59:14.632Z] Step 20/22 : LABEL arch=arm64 [2023-03-08T21:59:14.632Z] ---> Running in a12645fbf172 [2023-03-08T21:59:16.079Z] Removing intermediate container a12645fbf172 [2023-03-08T21:59:16.079Z] ---> 4542ef251839 [2023-03-08T21:59:16.079Z] Step 21/22 : LABEL git_sha=54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T21:59:16.349Z] ---> Running in 4701d9d9a961 [2023-03-08T21:59:16.349Z] ---> 434538c326df [2023-03-08T21:59:16.349Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-03-08T21:59:17.319Z] Removing intermediate container 4701d9d9a961 [2023-03-08T21:59:17.319Z] ---> 4577b39785bc [2023-03-08T21:59:17.319Z] Step 22/22 : LABEL version=3.0.0-dev.84 [2023-03-08T21:59:17.319Z] ---> Running in 4806a543afc6 [2023-03-08T21:59:17.588Z] ---> 5862cf147c57 [2023-03-08T21:59:17.588Z] Step 16/20 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-08T21:59:17.874Z] ---> Running in 0dc340384129 [2023-03-08T21:59:18.149Z] Removing intermediate container 4806a543afc6 [2023-03-08T21:59:18.149Z] ---> 9e37b1af8f87 [2023-03-08T21:59:18.149Z] [2023-03-08T21:59:18.417Z] Successfully built 9e37b1af8f87 [2023-03-08T21:59:18.417Z] Successfully tagged security-proxy-auth-arm64:latest [2023-03-08T21:59:18.417Z] Building core-metadata [2023-03-08T21:59:21.796Z]  Building security-proxy-auth ... done Removing intermediate container 0dc340384129 [2023-03-08T21:59:21.796Z] ---> 1a9c111705f7 [2023-03-08T21:59:21.796Z] Step 17/20 : ENTRYPOINT ["entrypoint.sh"] [2023-03-08T21:59:21.796Z] ---> Running in 512f4a19baf2 [2023-03-08T21:59:22.387Z] Removing intermediate container 512f4a19baf2 [2023-03-08T21:59:22.387Z] ---> 1f67bcc3d301 [2023-03-08T21:59:22.387Z] Step 18/20 : LABEL arch=arm64 [2023-03-08T21:59:22.660Z] ---> Running in bc7f57033b66 [2023-03-08T21:59:23.252Z] Removing intermediate container bc7f57033b66 [2023-03-08T21:59:23.252Z] ---> 7feb1ba55387 [2023-03-08T21:59:23.252Z] Step 19/20 : LABEL git_sha=54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T21:59:23.524Z] ---> Running in 974efd7c5b42 [2023-03-08T21:59:24.113Z] Removing intermediate container 974efd7c5b42 [2023-03-08T21:59:24.113Z] ---> 67ccc79050db [2023-03-08T21:59:24.113Z] Step 20/20 : LABEL version=3.0.0-dev.84 [2023-03-08T21:59:24.382Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T21:59:24.382Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-08T21:59:24.382Z] ---> 9629b6ed3808 [2023-03-08T21:59:24.382Z] Step 3/24 : ARG ADD_BUILD_TAGS="" ---> Running in 9162fc5183b8 [2023-03-08T21:59:24.382Z] [2023-03-08T21:59:24.382Z] ---> Using cache [2023-03-08T21:59:24.382Z] ---> 4233e885cdad [2023-03-08T21:59:24.382Z] Step 4/24 : WORKDIR /edgex-go [2023-03-08T21:59:24.382Z] ---> Using cache [2023-03-08T21:59:24.382Z] ---> f4fbeea37bf6 [2023-03-08T21:59:24.382Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-03-08T21:59:24.382Z] ---> Using cache [2023-03-08T21:59:24.382Z] ---> c6173df042cc [2023-03-08T21:59:24.382Z] Step 6/24 : COPY go.mod vendor* ./ [2023-03-08T21:59:24.650Z] ---> Using cache [2023-03-08T21:59:24.650Z] ---> 12461f1c00b8 [2023-03-08T21:59:24.650Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T21:59:24.650Z] ---> Using cache [2023-03-08T21:59:24.650Z] ---> bb8292cfa368 [2023-03-08T21:59:24.650Z] Step 8/24 : COPY . . [2023-03-08T21:59:24.920Z] ---> Using cache [2023-03-08T21:59:24.920Z] ---> 6b35648d4fd8 [2023-03-08T21:59:24.920Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-03-08T21:59:25.188Z] ---> Running in 930a56834a6c [2023-03-08T21:59:25.188Z] Removing intermediate container 9162fc5183b8 [2023-03-08T21:59:25.188Z] ---> 8f28f169479e [2023-03-08T21:59:25.188Z] [2023-03-08T21:59:25.777Z] Successfully built 8f28f169479e [2023-03-08T21:59:25.777Z] Successfully tagged security-proxy-setup-arm64:latest [2023-03-08T21:59:25.777Z] Building security-secretstore-setup [2023-03-08T21:59:27.195Z]  Building security-proxy-setup ... done go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-03-08T21:59:29.785Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T21:59:29.785Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-08T21:59:29.785Z] ---> 9629b6ed3808 [2023-03-08T21:59:29.785Z] Step 3/23 : WORKDIR /edgex-go [2023-03-08T21:59:29.785Z] ---> Using cache [2023-03-08T21:59:29.785Z] ---> f3406affe62e [2023-03-08T21:59:29.785Z] Step 4/23 : RUN apk add --update --no-cache make git [2023-03-08T21:59:29.785Z] ---> Using cache [2023-03-08T21:59:29.785Z] ---> 85921182e687 [2023-03-08T21:59:29.785Z] Step 5/23 : COPY go.mod vendor* ./ [2023-03-08T21:59:29.785Z] ---> Using cache [2023-03-08T21:59:29.785Z] ---> 71d712e1dfba [2023-03-08T21:59:29.785Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T21:59:29.785Z] ---> Using cache [2023-03-08T21:59:29.785Z] ---> d7518e1a58f7 [2023-03-08T21:59:29.785Z] Step 7/23 : COPY . . [2023-03-08T21:59:29.785Z] ---> Using cache [2023-03-08T21:59:29.785Z] ---> 0abbcff238f6 [2023-03-08T21:59:29.785Z] Step 8/23 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-03-08T21:59:30.052Z] ---> Running in 784dfbaa44ba [2023-03-08T21:59:32.647Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-03-08T22:00:19.514Z] Removing intermediate container 7a756ba07ffc [2023-03-08T22:00:19.514Z] ---> 0cb8f69b491c [2023-03-08T22:00:19.514Z] [2023-03-08T22:00:19.514Z] Step 10/22 : FROM alpine:3.16 [2023-03-08T22:00:19.514Z] ---> 4c81e5bf8899 [2023-03-08T22:00:19.514Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-03-08T22:00:19.514Z] ---> Running in d5078a2ee87c [2023-03-08T22:00:19.514Z] Removing intermediate container d5078a2ee87c [2023-03-08T22:00:19.514Z] ---> ac2ee3ea7071 [2023-03-08T22:00:19.514Z] Step 12/22 : ENV APP_PORT=59880 [2023-03-08T22:00:19.514Z] ---> Running in 1046e2455766 [2023-03-08T22:00:19.514Z] Removing intermediate container 1046e2455766 [2023-03-08T22:00:19.514Z] ---> 4fae712d65b3 [2023-03-08T22:00:19.514Z] Step 13/22 : EXPOSE $APP_PORT [2023-03-08T22:00:19.514Z] ---> Running in e9a409273f9a [2023-03-08T22:00:19.514Z] Removing intermediate container e9a409273f9a [2023-03-08T22:00:19.514Z] ---> 6b093f686cc8 [2023-03-08T22:00:19.514Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-03-08T22:00:19.514Z] ---> Running in 9796632b9e44 [2023-03-08T22:00:19.514Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T22:00:19.514Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T22:00:19.782Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-08T22:00:19.782Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T22:00:19.782Z] OK: 5 MiB in 15 packages [2023-03-08T22:00:21.756Z] Removing intermediate container 9796632b9e44 [2023-03-08T22:00:21.756Z] ---> 6340780abce0 [2023-03-08T22:00:21.756Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T22:00:22.718Z] ---> 90dc2780eaa8 [2023-03-08T22:00:22.718Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-03-08T22:00:25.323Z] ---> c3ff8026c877 [2023-03-08T22:00:25.323Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-03-08T22:00:25.909Z] ---> 7ca930e8d070 [2023-03-08T22:00:25.909Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-03-08T22:00:26.177Z] ---> Running in f5278624041b [2023-03-08T22:00:26.767Z] Removing intermediate container f5278624041b [2023-03-08T22:00:26.767Z] ---> c10e2b024175 [2023-03-08T22:00:26.767Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-08T22:00:26.767Z] ---> Running in a45290b53fd2 [2023-03-08T22:00:27.352Z] Removing intermediate container a45290b53fd2 [2023-03-08T22:00:27.352Z] ---> 6b359e64c410 [2023-03-08T22:00:27.352Z] Step 20/22 : LABEL arch=arm64 [2023-03-08T22:00:27.352Z] ---> Running in ae27c082236e [2023-03-08T22:00:27.938Z] Removing intermediate container ae27c082236e [2023-03-08T22:00:27.938Z] ---> 7292fa4546f7 [2023-03-08T22:00:27.938Z] Step 21/22 : LABEL git_sha=54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T22:00:27.938Z] ---> Running in 08b4fa422f85 [2023-03-08T22:00:28.534Z] Removing intermediate container 08b4fa422f85 [2023-03-08T22:00:28.534Z] ---> ba0871cb0d03 [2023-03-08T22:00:28.534Z] Step 22/22 : LABEL version=3.0.0-dev.84 [2023-03-08T22:00:28.534Z] ---> Running in 5463c04dcc5e [2023-03-08T22:00:29.136Z] Removing intermediate container 5463c04dcc5e [2023-03-08T22:00:29.136Z] ---> 86b79768ac02 [2023-03-08T22:00:29.136Z] [2023-03-08T22:00:29.136Z] Successfully built 86b79768ac02 [2023-03-08T22:00:29.403Z] Successfully tagged core-data-arm64:latest [2023-03-08T22:00:29.403Z]  Building core-data ... done Building security-bootstrapper [2023-03-08T22:00:33.660Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T22:00:33.660Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-03-08T22:00:33.660Z] ---> 9629b6ed3808 [2023-03-08T22:00:33.660Z] Step 3/32 : WORKDIR /edgex-go [2023-03-08T22:00:33.660Z] ---> Using cache [2023-03-08T22:00:33.660Z] ---> f3406affe62e [2023-03-08T22:00:33.660Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-03-08T22:00:33.660Z] ---> Using cache [2023-03-08T22:00:33.660Z] ---> 85921182e687 [2023-03-08T22:00:33.660Z] Step 5/32 : COPY go.mod vendor* ./ [2023-03-08T22:00:33.660Z] ---> Using cache [2023-03-08T22:00:33.660Z] ---> 71d712e1dfba [2023-03-08T22:00:33.660Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T22:00:33.660Z] ---> Using cache [2023-03-08T22:00:33.660Z] ---> d7518e1a58f7 [2023-03-08T22:00:33.660Z] Step 7/32 : COPY . . [2023-03-08T22:00:33.660Z] ---> Using cache [2023-03-08T22:00:33.660Z] ---> 0abbcff238f6 [2023-03-08T22:00:33.660Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-03-08T22:00:35.073Z] ---> Running in cf33d0caa1b6 [2023-03-08T22:00:37.023Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-03-08T22:03:28.762Z] Removing intermediate container ac98aa237d82 [2023-03-08T22:03:28.762Z] ---> 637b667df5fa [2023-03-08T22:03:28.762Z] [2023-03-08T22:03:28.762Z] Step 10/22 : FROM alpine:3.16 [2023-03-08T22:03:28.762Z] ---> 4c81e5bf8899 [2023-03-08T22:03:28.762Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-03-08T22:03:28.762Z] ---> Running in 88046490a4bc [2023-03-08T22:03:28.762Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T22:03:28.762Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T22:03:30.177Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-08T22:03:30.177Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T22:03:30.177Z] OK: 5 MiB in 15 packages [2023-03-08T22:03:32.134Z] Removing intermediate container 88046490a4bc [2023-03-08T22:03:32.134Z] ---> dabaa698a225 [2023-03-08T22:03:32.134Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-08T22:03:32.403Z] ---> Running in b809ea20dba1 [2023-03-08T22:03:32.993Z] Removing intermediate container b809ea20dba1 [2023-03-08T22:03:32.993Z] ---> 8fea0b14657d [2023-03-08T22:03:32.993Z] Step 13/22 : ENV APP_PORT=59861 [2023-03-08T22:03:32.993Z] ---> Running in 80e778ea6a98 [2023-03-08T22:03:33.581Z] Removing intermediate container 80e778ea6a98 [2023-03-08T22:03:33.581Z] ---> 87dd1f524f3d [2023-03-08T22:03:33.581Z] Step 14/22 : EXPOSE $APP_PORT [2023-03-08T22:03:33.856Z] ---> Running in de11dcf2b50d [2023-03-08T22:03:34.124Z] Removing intermediate container de11dcf2b50d [2023-03-08T22:03:34.124Z] ---> d2357c3fae68 [2023-03-08T22:03:34.124Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T22:03:35.090Z] ---> 1438b8521618 [2023-03-08T22:03:35.090Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-03-08T22:03:38.451Z] ---> e489e93432ed [2023-03-08T22:03:38.451Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-03-08T22:03:39.868Z] ---> 23939e02ef1d [2023-03-08T22:03:39.868Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-03-08T22:03:39.868Z] ---> Running in 9d1edbf00c0c [2023-03-08T22:03:40.136Z] Removing intermediate container 9d1edbf00c0c [2023-03-08T22:03:40.136Z] ---> 57def3fcad9e [2023-03-08T22:03:40.136Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-08T22:03:40.404Z] ---> Running in 3e6295013093 [2023-03-08T22:03:40.993Z] Removing intermediate container 3e6295013093 [2023-03-08T22:03:40.993Z] ---> d544e919819c [2023-03-08T22:03:40.993Z] Step 20/22 : LABEL arch=arm64 [2023-03-08T22:03:40.993Z] ---> Running in 2eae8b1aead6 [2023-03-08T22:03:41.588Z] Removing intermediate container 2eae8b1aead6 [2023-03-08T22:03:41.588Z] ---> 6e984c77bc3c [2023-03-08T22:03:41.588Z] Step 21/22 : LABEL git_sha=54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T22:03:41.861Z] ---> Running in ae7ff7e3fff2 [2023-03-08T22:03:42.448Z] Removing intermediate container ae7ff7e3fff2 [2023-03-08T22:03:42.448Z] ---> 29bc40326a89 [2023-03-08T22:03:42.448Z] Step 22/22 : LABEL version=3.0.0-dev.84 [2023-03-08T22:03:42.448Z] ---> Running in ba83a21a70b6 [2023-03-08T22:03:43.039Z] Removing intermediate container ba83a21a70b6 [2023-03-08T22:03:43.039Z] ---> 63aa17495b71 [2023-03-08T22:03:43.039Z] [2023-03-08T22:03:43.039Z] Successfully built 63aa17495b71 [2023-03-08T22:03:43.039Z] Successfully tagged support-scheduler-arm64:latest [2023-03-08T22:03:43.039Z] Building core-command [2023-03-08T22:03:47.293Z]  Building support-scheduler ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T22:03:47.293Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-08T22:03:47.293Z] ---> 9629b6ed3808 [2023-03-08T22:03:47.293Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-08T22:03:47.293Z] ---> Using cache [2023-03-08T22:03:47.293Z] ---> 4233e885cdad [2023-03-08T22:03:47.293Z] Step 4/23 : WORKDIR /edgex-go [2023-03-08T22:03:47.293Z] ---> Using cache [2023-03-08T22:03:47.293Z] ---> f4fbeea37bf6 [2023-03-08T22:03:47.293Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-08T22:03:47.293Z] ---> Using cache [2023-03-08T22:03:47.293Z] ---> c6173df042cc [2023-03-08T22:03:47.293Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-08T22:03:47.293Z] ---> Using cache [2023-03-08T22:03:47.293Z] ---> 12461f1c00b8 [2023-03-08T22:03:47.293Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T22:03:47.293Z] ---> Using cache [2023-03-08T22:03:47.293Z] ---> bb8292cfa368 [2023-03-08T22:03:47.293Z] Step 8/23 : COPY . . [2023-03-08T22:03:47.293Z] ---> Using cache [2023-03-08T22:03:47.293Z] ---> 6b35648d4fd8 [2023-03-08T22:03:47.293Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-03-08T22:03:47.293Z] ---> Running in caca240b6f7b [2023-03-08T22:03:49.882Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-03-08T22:04:16.844Z] Removing intermediate container c9b0c7e016fb [2023-03-08T22:04:16.844Z] ---> 1b48f6ffb8fe [2023-03-08T22:04:16.844Z] [2023-03-08T22:04:16.844Z] Step 9/19 : FROM alpine:3.15 [2023-03-08T22:04:16.844Z] ---> 354640af7b1b [2023-03-08T22:04:16.844Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-08T22:04:16.844Z] ---> Using cache [2023-03-08T22:04:16.844Z] ---> f8738a1a1d90 [2023-03-08T22:04:16.844Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-03-08T22:04:18.323Z] ---> Running in 5a116ca2c3df [2023-03-08T22:04:20.277Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-08T22:04:20.277Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-08T22:04:22.228Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-08T22:04:22.228Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-08T22:04:22.228Z] OK: 15736 distinct packages available [2023-03-08T22:04:22.228Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-08T22:04:22.814Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-08T22:04:24.225Z] (1/9) Installing ca-certificates (20220614-r0) [2023-03-08T22:04:24.225Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-03-08T22:04:24.225Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-03-08T22:04:24.225Z] (4/9) Installing libcurl (7.80.0-r6) [2023-03-08T22:04:24.225Z] (5/9) Installing curl (7.80.0-r6) [2023-03-08T22:04:24.225Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-03-08T22:04:24.225Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-03-08T22:04:24.225Z] (8/9) Installing libucontext (1.1-r0) [2023-03-08T22:04:24.225Z] (9/9) Installing gcompat (1.0.0-r4) [2023-03-08T22:04:24.225Z] Executing busybox-1.34.1-r7.trigger [2023-03-08T22:04:24.491Z] Executing ca-certificates-20220614-r0.trigger [2023-03-08T22:04:24.759Z] OK: 8 MiB in 23 packages [2023-03-08T22:04:27.343Z] Removing intermediate container 5a116ca2c3df [2023-03-08T22:04:27.343Z] ---> 82c5abec8c19 [2023-03-08T22:04:27.343Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T22:04:28.307Z] ---> ed6e5be31bf0 [2023-03-08T22:04:28.307Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-03-08T22:04:31.659Z] ---> c24cec2039cf [2023-03-08T22:04:31.659Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-03-08T22:04:32.635Z] ---> 09a908297cd7 [2023-03-08T22:04:32.635Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-03-08T22:04:32.635Z] ---> Running in 3c9c20c2a058 [2023-03-08T22:04:33.221Z] Removing intermediate container 3c9c20c2a058 [2023-03-08T22:04:33.221Z] ---> 405827d084fc [2023-03-08T22:04:33.221Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-08T22:04:33.497Z] ---> Running in ff9a1f8aa2b5 [2023-03-08T22:04:34.080Z] Removing intermediate container ff9a1f8aa2b5 [2023-03-08T22:04:34.080Z] ---> 0948c6262bec [2023-03-08T22:04:34.080Z] Step 17/19 : LABEL arch=arm64 [2023-03-08T22:04:34.080Z] ---> Running in 020d4f203ed9 [2023-03-08T22:04:34.666Z] Removing intermediate container 020d4f203ed9 [2023-03-08T22:04:34.666Z] ---> 1119ca0bf363 [2023-03-08T22:04:34.666Z] Step 18/19 : LABEL git_sha=54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T22:04:34.666Z] ---> Running in 26f8232fcd37 [2023-03-08T22:04:35.255Z] Removing intermediate container 26f8232fcd37 [2023-03-08T22:04:35.255Z] ---> 4fdebcc39c39 [2023-03-08T22:04:35.255Z] Step 19/19 : LABEL version=3.0.0-dev.84 [2023-03-08T22:04:35.255Z] ---> Running in 6031f7fd77f2 [2023-03-08T22:04:35.846Z] Removing intermediate container 6031f7fd77f2 [2023-03-08T22:04:35.846Z] ---> 8a20d698721f [2023-03-08T22:04:35.846Z] [2023-03-08T22:04:35.846Z] Successfully built 8a20d698721f [2023-03-08T22:04:35.846Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-03-08T22:04:35.846Z]  Building security-spiffe-token-provider ... done Building security-spire-agent [2023-03-08T22:04:40.102Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T22:04:40.102Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-08T22:04:40.102Z] ---> 9629b6ed3808 [2023-03-08T22:04:40.102Z] Step 3/24 : WORKDIR /edgex-go [2023-03-08T22:04:40.102Z] ---> Using cache [2023-03-08T22:04:40.102Z] ---> f3406affe62e [2023-03-08T22:04:40.102Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-03-08T22:04:40.102Z] ---> Running in 2c43e2a507ff [2023-03-08T22:04:42.065Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T22:04:42.649Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T22:04:44.060Z] OK: 221 MiB in 51 packages [2023-03-08T22:04:46.662Z] Removing intermediate container 2c43e2a507ff [2023-03-08T22:04:46.662Z] ---> 898a58d6bf3d [2023-03-08T22:04:46.662Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-08T22:04:47.252Z] ---> 461265295cb7 [2023-03-08T22:04:47.252Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T22:04:47.521Z] ---> Running in d34bbc259aa3 [2023-03-08T22:06:39.208Z] Removing intermediate container d34bbc259aa3 [2023-03-08T22:06:39.208Z] ---> b2abe068889c [2023-03-08T22:06:39.208Z] Step 7/24 : COPY . . [2023-03-08T22:06:39.208Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-03-08T22:06:39.208Z] ---> 9aba904bfec8 [2023-03-08T22:06:39.208Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-03-08T22:06:39.208Z] ---> Running in 18203981607e [2023-03-08T22:06:39.208Z] Removing intermediate container 18203981607e [2023-03-08T22:06:39.208Z] ---> 23647895d75e [2023-03-08T22:06:39.208Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-03-08T22:06:39.208Z] ---> Running in dd0776e8a930 [2023-03-08T22:06:39.208Z] Removing intermediate container dd0776e8a930 [2023-03-08T22:06:39.208Z] ---> 6f59abd04b71 [2023-03-08T22:06:39.208Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-08T22:06:39.208Z] ---> Running in 71fbd140bcc7 [2023-03-08T22:06:39.208Z] Removing intermediate container 71fbd140bcc7 [2023-03-08T22:06:39.208Z] ---> 374b6a50af37 [2023-03-08T22:06:39.208Z] Step 11/24 : WORKDIR /edgex-go [2023-03-08T22:06:39.208Z] ---> Running in 363defd1301b [2023-03-08T22:06:39.208Z] Removing intermediate container 363defd1301b [2023-03-08T22:06:39.208Z] ---> 67fea6bc199f [2023-03-08T22:06:39.208Z] [2023-03-08T22:06:39.208Z] Step 12/24 : FROM alpine:3.15 [2023-03-08T22:06:39.208Z] ---> 354640af7b1b [2023-03-08T22:06:39.208Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-08T22:06:39.208Z] ---> Using cache [2023-03-08T22:06:39.208Z] ---> f8738a1a1d90 [2023-03-08T22:06:39.208Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-08T22:06:39.208Z] ---> Running in 1c5645ede31d [2023-03-08T22:06:40.170Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-08T22:06:40.756Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-08T22:06:42.171Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-08T22:06:42.171Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-08T22:06:42.171Z] OK: 15736 distinct packages available [2023-03-08T22:06:42.171Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-08T22:06:42.758Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-08T22:06:44.710Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-03-08T22:06:44.710Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-03-08T22:06:44.710Z] (3/5) Installing libucontext (1.1-r0) [2023-03-08T22:06:44.710Z] (4/5) Installing gcompat (1.0.0-r4) [2023-03-08T22:06:44.710Z] (5/5) Installing openssl (1.1.1t-r1) [2023-03-08T22:06:44.710Z] Executing busybox-1.34.1-r7.trigger [2023-03-08T22:06:44.710Z] OK: 6 MiB in 19 packages [2023-03-08T22:06:47.326Z] Removing intermediate container 1c5645ede31d [2023-03-08T22:06:47.327Z] ---> 17962d392346 [2023-03-08T22:06:47.327Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-03-08T22:06:53.986Z] ---> c685efe2b8e7 [2023-03-08T22:06:53.986Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-08T22:06:56.618Z] Removing intermediate container 784dfbaa44ba [2023-03-08T22:06:56.618Z] ---> 85a03ed4bd30 [2023-03-08T22:06:56.618Z] [2023-03-08T22:06:56.618Z] Step 9/23 : FROM alpine:3.16 [2023-03-08T22:06:56.618Z] ---> 4c81e5bf8899 [2023-03-08T22:06:56.618Z] Step 10/23 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-03-08T22:06:56.618Z] ---> Running in 7cf71501e576 [2023-03-08T22:06:59.214Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T22:06:59.806Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T22:07:01.775Z] ---> 4d5a136c1efb [2023-03-08T22:07:01.775Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-03-08T22:07:02.045Z] (1/3) Installing ca-certificates (20220614-r0) [2023-03-08T22:07:02.314Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-03-08T22:07:02.314Z] (3/3) Installing su-exec (0.2-r1) [2023-03-08T22:07:02.314Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T22:07:02.314Z] Executing ca-certificates-20220614-r0.trigger [2023-03-08T22:07:02.901Z] ---> bf597741b433 [2023-03-08T22:07:02.901Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-03-08T22:07:02.901Z] OK: 6 MiB in 17 packages [2023-03-08T22:07:04.319Z] ---> b36e1ebc6787 [2023-03-08T22:07:04.319Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-03-08T22:07:05.288Z] ---> 06afea0a3b63 [2023-03-08T22:07:05.288Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-08T22:07:05.557Z] ---> Running in 1b1bd214d4bd [2023-03-08T22:07:05.828Z] Removing intermediate container 7cf71501e576 [2023-03-08T22:07:05.828Z] ---> da65582d734f [2023-03-08T22:07:05.828Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-03-08T22:07:06.103Z] ---> Running in 05924fd80f27 [2023-03-08T22:07:06.375Z] Removing intermediate container 1b1bd214d4bd [2023-03-08T22:07:06.375Z] ---> f3d5f7b167f9 [2023-03-08T22:07:06.375Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-08T22:07:06.643Z] ---> Running in 2168d0d3fe0c [2023-03-08T22:07:06.923Z] Removing intermediate container 05924fd80f27 [2023-03-08T22:07:06.923Z] ---> b174fb68f5d5 [2023-03-08T22:07:06.923Z] Step 12/23 : WORKDIR / [2023-03-08T22:07:07.194Z] ---> Running in 5a3e05309e46 [2023-03-08T22:07:07.463Z] Removing intermediate container 2168d0d3fe0c [2023-03-08T22:07:07.463Z] ---> 2b7bec6f7f19 [2023-03-08T22:07:07.463Z] Step 22/24 : LABEL arch=arm64 [2023-03-08T22:07:07.463Z] ---> Running in 8009ac95fa0c [2023-03-08T22:07:08.052Z] Removing intermediate container 5a3e05309e46 [2023-03-08T22:07:08.052Z] ---> dcb770940d53 [2023-03-08T22:07:08.052Z] Step 13/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-03-08T22:07:08.337Z] Removing intermediate container 8009ac95fa0c [2023-03-08T22:07:08.337Z] ---> 8a610d6a496a [2023-03-08T22:07:08.337Z] Step 23/24 : LABEL git_sha=54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T22:07:08.609Z] ---> Running in a61b598c8da8 [2023-03-08T22:07:09.197Z] Removing intermediate container a61b598c8da8 [2023-03-08T22:07:09.197Z] ---> df1c36a1a5fd [2023-03-08T22:07:09.197Z] Step 24/24 : LABEL version=3.0.0-dev.84 [2023-03-08T22:07:09.197Z] ---> Running in 923f02a8257d [2023-03-08T22:07:09.465Z] ---> 5ebe03fc7a46 [2023-03-08T22:07:09.465Z] Step 14/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-03-08T22:07:10.054Z] Removing intermediate container 923f02a8257d [2023-03-08T22:07:10.054Z] ---> 5ed0a19840be [2023-03-08T22:07:10.054Z] [2023-03-08T22:07:10.054Z] Successfully built 5ed0a19840be [2023-03-08T22:07:10.323Z] Successfully tagged security-spire-agent-arm64:latest [2023-03-08T22:07:10.323Z] Building core-common-config-bootstrapper [2023-03-08T22:07:10.910Z]  Building security-spire-agent ... done  ---> af16f5378590 [2023-03-08T22:07:10.910Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-03-08T22:07:11.878Z] ---> b08adf119a5e [2023-03-08T22:07:11.878Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-03-08T22:07:13.831Z] ---> 135398154302 [2023-03-08T22:07:13.831Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-03-08T22:07:16.422Z] ---> 7c521b03dbb9 [2023-03-08T22:07:16.422Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-03-08T22:07:16.422Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T22:07:16.422Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-08T22:07:16.422Z] ---> 9629b6ed3808 [2023-03-08T22:07:16.422Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-08T22:07:16.422Z] ---> Using cache [2023-03-08T22:07:16.422Z] ---> 4233e885cdad [2023-03-08T22:07:16.422Z] Step 4/22 : WORKDIR /edgex-go [2023-03-08T22:07:16.422Z] ---> Using cache [2023-03-08T22:07:16.422Z] ---> f4fbeea37bf6 [2023-03-08T22:07:16.422Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-08T22:07:16.422Z] ---> Using cache [2023-03-08T22:07:16.422Z] ---> c6173df042cc [2023-03-08T22:07:16.422Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-08T22:07:16.422Z] ---> Using cache [2023-03-08T22:07:16.422Z] ---> 12461f1c00b8 [2023-03-08T22:07:16.422Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T22:07:16.422Z] ---> Using cache [2023-03-08T22:07:16.422Z] ---> bb8292cfa368 [2023-03-08T22:07:16.422Z] Step 8/22 : COPY . . [2023-03-08T22:07:16.694Z] ---> Using cache [2023-03-08T22:07:16.694Z] ---> 6b35648d4fd8 [2023-03-08T22:07:16.694Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-03-08T22:07:16.980Z] ---> Running in 002389069a37 [2023-03-08T22:07:17.573Z] ---> 061b48afb17e [2023-03-08T22:07:17.573Z] Step 19/23 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-08T22:07:17.844Z] ---> Running in 21f008f2cc07 [2023-03-08T22:07:19.807Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-03-08T22:07:21.765Z] Removing intermediate container 21f008f2cc07 [2023-03-08T22:07:21.765Z] ---> 9f364180e2db [2023-03-08T22:07:21.765Z] Step 20/23 : ENTRYPOINT ["entrypoint.sh"] [2023-03-08T22:07:21.765Z] ---> Running in 5f51c2b84ba5 [2023-03-08T22:07:23.739Z] Removing intermediate container 5f51c2b84ba5 [2023-03-08T22:07:23.739Z] ---> 629a37ab1b6e [2023-03-08T22:07:23.739Z] Step 21/23 : LABEL arch=arm64 [2023-03-08T22:07:24.007Z] ---> Running in 1b65944ef071 [2023-03-08T22:07:24.591Z] Removing intermediate container 1b65944ef071 [2023-03-08T22:07:24.591Z] ---> 4b4c5f8d5636 [2023-03-08T22:07:24.591Z] Step 22/23 : LABEL git_sha=54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T22:07:24.591Z] ---> Running in 9c25a85f33cf [2023-03-08T22:07:25.178Z] Removing intermediate container 9c25a85f33cf [2023-03-08T22:07:25.178Z] ---> e2897434cf15 [2023-03-08T22:07:25.178Z] Step 23/23 : LABEL version=3.0.0-dev.84 [2023-03-08T22:07:25.178Z] ---> Running in cca778d2ffcf [2023-03-08T22:07:25.765Z] Removing intermediate container cca778d2ffcf [2023-03-08T22:07:25.765Z] ---> 415b7eb11ac7 [2023-03-08T22:07:25.765Z] [2023-03-08T22:07:26.032Z] Successfully built 415b7eb11ac7 [2023-03-08T22:07:26.032Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-03-08T22:07:26.032Z] Building support-notifications [2023-03-08T22:07:30.285Z]  Building security-secretstore-setup ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T22:07:30.285Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-08T22:07:30.285Z] ---> 9629b6ed3808 [2023-03-08T22:07:30.285Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-08T22:07:30.285Z] ---> Using cache [2023-03-08T22:07:30.285Z] ---> 4233e885cdad [2023-03-08T22:07:30.285Z] Step 4/22 : WORKDIR /edgex-go [2023-03-08T22:07:30.285Z] ---> Using cache [2023-03-08T22:07:30.285Z] ---> f4fbeea37bf6 [2023-03-08T22:07:30.285Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-03-08T22:07:30.285Z] ---> Running in dbbb8da55666 [2023-03-08T22:07:32.232Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T22:07:32.818Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T22:07:34.225Z] OK: 221 MiB in 51 packages [2023-03-08T22:07:37.580Z] Removing intermediate container dbbb8da55666 [2023-03-08T22:07:37.580Z] ---> eb128b767200 [2023-03-08T22:07:37.580Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-08T22:07:38.163Z] ---> 0d0f9ba15857 [2023-03-08T22:07:38.163Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T22:07:38.163Z] ---> Running in 6d5ade9ac4ff [2023-03-08T22:08:00.262Z] Removing intermediate container cf33d0caa1b6 [2023-03-08T22:08:00.262Z] ---> c96d64619abd [2023-03-08T22:08:00.262Z] [2023-03-08T22:08:00.262Z] Step 9/32 : FROM alpine:3.16 [2023-03-08T22:08:00.262Z] ---> 4c81e5bf8899 [2023-03-08T22:08:00.262Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-08T22:08:00.262Z] ---> Running in f88ffc51d158 [2023-03-08T22:08:00.262Z] Removing intermediate container f88ffc51d158 [2023-03-08T22:08:00.262Z] ---> 489fdfb244ad [2023-03-08T22:08:00.262Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-03-08T22:08:00.262Z] ---> Running in e2dccb90cea7 [2023-03-08T22:08:00.852Z] Removing intermediate container 930a56834a6c [2023-03-08T22:08:00.852Z] ---> d86042e74ec3 [2023-03-08T22:08:00.852Z] [2023-03-08T22:08:00.852Z] Step 10/24 : FROM alpine:3.16 [2023-03-08T22:08:00.852Z] ---> 4c81e5bf8899 [2023-03-08T22:08:00.852Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-03-08T22:08:00.852Z] ---> Using cache [2023-03-08T22:08:00.852Z] ---> dabaa698a225 [2023-03-08T22:08:00.852Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-08T22:08:00.852Z] ---> Using cache [2023-03-08T22:08:00.852Z] ---> 8fea0b14657d [2023-03-08T22:08:00.852Z] Step 13/24 : ENV APP_PORT=59881 [2023-03-08T22:08:01.121Z] ---> Running in 66d2a74390ac [2023-03-08T22:08:02.103Z] Removing intermediate container 66d2a74390ac [2023-03-08T22:08:02.103Z] ---> d69ee90ae582 [2023-03-08T22:08:02.103Z] Step 14/24 : EXPOSE $APP_PORT [2023-03-08T22:08:02.103Z] ---> Running in eac118039dd5 [2023-03-08T22:08:02.370Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T22:08:02.958Z] Removing intermediate container eac118039dd5 [2023-03-08T22:08:02.958Z] ---> 057d87f0d2f7 [2023-03-08T22:08:02.958Z] Step 15/24 : WORKDIR / [2023-03-08T22:08:02.958Z] ---> Running in 4de9eb618c3c [2023-03-08T22:08:03.225Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T22:08:03.494Z] Removing intermediate container 4de9eb618c3c [2023-03-08T22:08:03.494Z] ---> ee1464c9c0bb [2023-03-08T22:08:03.494Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T22:08:04.459Z] ---> 92d23d748295 [2023-03-08T22:08:04.459Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-03-08T22:08:05.046Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-03-08T22:08:05.046Z] (2/2) Installing su-exec (0.2-r1) [2023-03-08T22:08:05.046Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T22:08:05.046Z] OK: 5 MiB in 16 packages [2023-03-08T22:08:06.998Z] ---> 6208bf404953 [2023-03-08T22:08:06.998Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-03-08T22:08:07.586Z] Removing intermediate container e2dccb90cea7 [2023-03-08T22:08:07.586Z] ---> c33160c28aae [2023-03-08T22:08:07.586Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-03-08T22:08:07.984Z] ---> Running in 95f2971329bc [2023-03-08T22:08:08.658Z] ---> b246b40b6fa8 [2023-03-08T22:08:08.658Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-03-08T22:08:08.658Z] Removing intermediate container 95f2971329bc [2023-03-08T22:08:08.658Z] ---> bb99b1cb2bd3 [2023-03-08T22:08:08.658Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-03-08T22:08:08.998Z] ---> Running in b15bca0f5543 [2023-03-08T22:08:10.014Z] Removing intermediate container b15bca0f5543 [2023-03-08T22:08:10.014Z] ---> 965ec9322311 [2023-03-08T22:08:10.014Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-03-08T22:08:10.014Z] ---> fae85f76d9cb [2023-03-08T22:08:10.014Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-03-08T22:08:10.310Z] ---> Running in a997a0dbabc5 [2023-03-08T22:08:10.599Z] ---> Running in 117c9b651b0c [2023-03-08T22:08:11.256Z] Removing intermediate container a997a0dbabc5 [2023-03-08T22:08:11.256Z] ---> 5cf0879e8539 [2023-03-08T22:08:11.256Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-03-08T22:08:11.256Z] Removing intermediate container 117c9b651b0c [2023-03-08T22:08:11.256Z] ---> 955793a0c577 [2023-03-08T22:08:11.256Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-08T22:08:11.546Z] ---> Running in 7ea657aa0253 [2023-03-08T22:08:11.546Z] ---> Running in eb929846972a [2023-03-08T22:08:12.557Z] Removing intermediate container eb929846972a [2023-03-08T22:08:12.557Z] Removing intermediate container 7ea657aa0253 [2023-03-08T22:08:12.557Z] ---> 7f8860ebb261 [2023-03-08T22:08:12.557Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-03-08T22:08:12.557Z] ---> e788ced9bc6a [2023-03-08T22:08:12.557Z] Step 22/24 : LABEL arch=arm64 [2023-03-08T22:08:12.557Z] ---> Running in 1aa3d694a973 [2023-03-08T22:08:12.557Z] ---> Running in b34d664524fb [2023-03-08T22:08:13.976Z] Removing intermediate container b34d664524fb [2023-03-08T22:08:13.976Z] ---> de60e269dde4 [2023-03-08T22:08:13.976Z] Step 23/24 : LABEL git_sha=54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T22:08:13.976Z] ---> Running in b3fc2c71844e [2023-03-08T22:08:14.565Z] Removing intermediate container b3fc2c71844e [2023-03-08T22:08:14.565Z] ---> a792e87fb681 [2023-03-08T22:08:14.565Z] Step 24/24 : LABEL version=3.0.0-dev.84 [2023-03-08T22:08:14.834Z] ---> Running in f5e9292a94fe [2023-03-08T22:08:15.800Z] Removing intermediate container f5e9292a94fe [2023-03-08T22:08:15.800Z] ---> 868a3da965a2 [2023-03-08T22:08:15.800Z] [2023-03-08T22:08:16.071Z] Successfully built 868a3da965a2 [2023-03-08T22:08:16.071Z] Successfully tagged core-metadata-arm64:latest [2023-03-08T22:08:16.071Z] Building security-spire-server [2023-03-08T22:08:16.927Z]  Building core-metadata ... done Removing intermediate container 1aa3d694a973 [2023-03-08T22:08:16.927Z] ---> 53ed0d57d081 [2023-03-08T22:08:16.927Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-03-08T22:08:16.927Z] ---> Running in 336f86a97c34 [2023-03-08T22:08:17.514Z] Removing intermediate container 336f86a97c34 [2023-03-08T22:08:17.514Z] ---> f1ef09b4b61c [2023-03-08T22:08:17.784Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-03-08T22:08:18.774Z] ---> 45201b6c394b [2023-03-08T22:08:18.774Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-03-08T22:08:19.049Z] ---> Running in d75ceccf43e7 [2023-03-08T22:08:22.416Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T22:08:22.416Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-08T22:08:22.416Z] ---> 9629b6ed3808 [2023-03-08T22:08:22.416Z] Step 3/23 : WORKDIR /edgex-go [2023-03-08T22:08:22.416Z] ---> Using cache [2023-03-08T22:08:22.416Z] ---> f3406affe62e [2023-03-08T22:08:22.416Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-03-08T22:08:22.416Z] ---> Using cache [2023-03-08T22:08:22.416Z] ---> 898a58d6bf3d [2023-03-08T22:08:22.416Z] Step 5/23 : COPY go.mod vendor* ./ [2023-03-08T22:08:22.416Z] ---> Using cache [2023-03-08T22:08:22.416Z] ---> 461265295cb7 [2023-03-08T22:08:22.416Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T22:08:22.416Z] ---> Using cache [2023-03-08T22:08:22.416Z] ---> b2abe068889c [2023-03-08T22:08:22.416Z] Step 7/23 : COPY . . [2023-03-08T22:08:22.922Z] ---> Using cache [2023-03-08T22:08:22.922Z] ---> 9aba904bfec8 [2023-03-08T22:08:22.922Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-03-08T22:08:22.922Z] ---> Using cache [2023-03-08T22:08:22.922Z] ---> 23647895d75e [2023-03-08T22:08:22.922Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-03-08T22:08:22.922Z] ---> Using cache [2023-03-08T22:08:22.922Z] ---> 6f59abd04b71 [2023-03-08T22:08:22.922Z] Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-08T22:08:22.922Z] Removing intermediate container d75ceccf43e7 [2023-03-08T22:08:22.922Z] ---> f12b75b3a7f8 [2023-03-08T22:08:22.922Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T22:08:22.922Z] ---> Running in cc08b994aa36 [2023-03-08T22:08:24.902Z] ---> 3130b790f486 [2023-03-08T22:08:24.902Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-03-08T22:08:26.865Z] Removing intermediate container cc08b994aa36 [2023-03-08T22:08:26.866Z] ---> fbdbc5e9f992 [2023-03-08T22:08:26.866Z] Step 11/23 : WORKDIR /edgex-go [2023-03-08T22:08:27.138Z] ---> Running in ef34e3454b9f [2023-03-08T22:08:27.417Z] ---> 18d552d88187 [2023-03-08T22:08:27.417Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-03-08T22:08:28.016Z] Removing intermediate container ef34e3454b9f [2023-03-08T22:08:28.016Z] ---> 2e8ce3a696dd [2023-03-08T22:08:28.016Z] [2023-03-08T22:08:28.286Z] Step 12/23 : FROM alpine:3.15 [2023-03-08T22:08:28.286Z] ---> 354640af7b1b [2023-03-08T22:08:28.286Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-08T22:08:28.286Z] ---> Using cache [2023-03-08T22:08:28.286Z] ---> f8738a1a1d90 [2023-03-08T22:08:28.286Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-08T22:08:28.286Z] ---> Using cache [2023-03-08T22:08:28.286Z] ---> 17962d392346 [2023-03-08T22:08:28.286Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-08T22:08:28.889Z] ---> 3fc6b54c5a5e [2023-03-08T22:08:28.889Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-03-08T22:08:30.310Z] ---> ed268fa918b4 [2023-03-08T22:08:30.310Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-03-08T22:08:32.271Z] ---> 70f3de52ef4b [2023-03-08T22:08:32.271Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-03-08T22:08:33.692Z] ---> c9e395a5093d [2023-03-08T22:08:33.692Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-03-08T22:08:35.122Z] ---> 53ac9886a5cf [2023-03-08T22:08:35.122Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-03-08T22:08:35.395Z] ---> Running in 886630cad5e1 [2023-03-08T22:08:36.366Z] ---> 9a98bcd014db [2023-03-08T22:08:36.366Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-03-08T22:08:37.803Z] ---> 81f5522874a2 [2023-03-08T22:08:37.803Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-03-08T22:08:41.597Z] ---> ed6d310a2f2e [2023-03-08T22:08:41.597Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-03-08T22:08:41.597Z] Removing intermediate container 886630cad5e1 [2023-03-08T22:08:41.597Z] ---> f371f5e3e959 [2023-03-08T22:08:41.597Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-03-08T22:08:41.597Z] ---> Running in 51375c9701f0 [2023-03-08T22:08:41.597Z] Removing intermediate container 51375c9701f0 [2023-03-08T22:08:41.597Z] ---> 5ad6b8d3bcc9 [2023-03-08T22:08:41.598Z] Step 29/32 : CMD ["gate"] [2023-03-08T22:08:41.598Z] ---> 6cfdcbd6dacf [2023-03-08T22:08:41.598Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-08T22:08:41.598Z] ---> Running in dc697f9bbc30 [2023-03-08T22:08:41.598Z] ---> Running in ebc8a5587dc6 [2023-03-08T22:08:42.589Z] Removing intermediate container dc697f9bbc30 [2023-03-08T22:08:42.589Z] ---> 7f46e8d1bbef [2023-03-08T22:08:42.589Z] Step 30/32 : LABEL arch=arm64 [2023-03-08T22:08:42.589Z] Removing intermediate container ebc8a5587dc6 [2023-03-08T22:08:42.589Z] ---> 7cb157ea3d77 [2023-03-08T22:08:42.589Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-08T22:08:42.589Z] ---> Running in 1b5d33ca3083 [2023-03-08T22:08:42.589Z] ---> Running in 8074175b1f67 [2023-03-08T22:08:43.561Z] Removing intermediate container 8074175b1f67 [2023-03-08T22:08:43.561Z] ---> d550e2fcd9bc [2023-03-08T22:08:43.561Z] Step 31/32 : LABEL git_sha=54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T22:08:43.832Z] ---> Running in 6a414f9f018e [2023-03-08T22:08:43.832Z] Removing intermediate container 1b5d33ca3083 [2023-03-08T22:08:43.832Z] ---> 66fcc5b1fa4f [2023-03-08T22:08:43.832Z] Step 21/23 : LABEL arch=arm64 [2023-03-08T22:08:44.102Z] ---> Running in c529b7303340 [2023-03-08T22:08:44.700Z] Removing intermediate container 6a414f9f018e [2023-03-08T22:08:44.700Z] ---> d6c994045863 [2023-03-08T22:08:44.700Z] Step 32/32 : LABEL version=3.0.0-dev.84 [2023-03-08T22:08:44.971Z] Removing intermediate container c529b7303340 [2023-03-08T22:08:44.971Z] ---> f93e86d1ac2e [2023-03-08T22:08:44.971Z] Step 22/23 : LABEL git_sha=54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T22:08:44.971Z] ---> Running in 68d0ad6d7cb0 [2023-03-08T22:08:45.241Z] ---> Running in 902f4e1b578b [2023-03-08T22:08:45.837Z] Removing intermediate container 68d0ad6d7cb0 [2023-03-08T22:08:45.837Z] ---> f7c8da75a3a2 [2023-03-08T22:08:45.837Z] [2023-03-08T22:08:46.429Z] Successfully built f7c8da75a3a2 [2023-03-08T22:08:46.430Z] Removing intermediate container 902f4e1b578b [2023-03-08T22:08:46.430Z] ---> 2fc705e4482c [2023-03-08T22:08:46.430Z] Step 23/23 : LABEL version=3.0.0-dev.84 [2023-03-08T22:08:46.430Z] Successfully tagged security-bootstrapper-arm64:latest [2023-03-08T22:08:46.430Z]  Building security-bootstrapper ... done  ---> Running in ea4d193794cb [2023-03-08T22:08:47.401Z] Removing intermediate container ea4d193794cb [2023-03-08T22:08:47.401Z] ---> 16ef0bae442f [2023-03-08T22:08:47.401Z] [2023-03-08T22:08:47.675Z] Successfully built 16ef0bae442f [2023-03-08T22:08:47.675Z] Successfully tagged security-spire-server-arm64:latest [2023-03-08T22:09:26.606Z]  Building security-spire-server ... done Removing intermediate container 6d5ade9ac4ff [2023-03-08T22:09:26.606Z] ---> bbda52aa3f02 [2023-03-08T22:09:26.606Z] Step 8/22 : COPY . . [2023-03-08T22:09:26.606Z] ---> d64d883fd3c7 [2023-03-08T22:09:26.606Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-03-08T22:09:26.606Z] ---> Running in 454d5c44d781 [2023-03-08T22:09:26.606Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-03-08T22:10:34.566Z] Removing intermediate container caca240b6f7b [2023-03-08T22:10:34.566Z] ---> 52edfac588aa [2023-03-08T22:10:34.566Z] [2023-03-08T22:10:34.566Z] Step 10/23 : FROM alpine:3.16 [2023-03-08T22:10:34.566Z] ---> 4c81e5bf8899 [2023-03-08T22:10:34.566Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-03-08T22:10:34.566Z] ---> Using cache [2023-03-08T22:10:34.566Z] ---> dabaa698a225 [2023-03-08T22:10:34.566Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-08T22:10:34.566Z] ---> Using cache [2023-03-08T22:10:34.566Z] ---> 8fea0b14657d [2023-03-08T22:10:34.566Z] Step 13/23 : ENV APP_PORT=59882 [2023-03-08T22:10:34.566Z] ---> Running in 56701243dea8 [2023-03-08T22:10:34.566Z] Removing intermediate container 56701243dea8 [2023-03-08T22:10:34.566Z] ---> f4cb6e84ede6 [2023-03-08T22:10:34.566Z] Step 14/23 : EXPOSE $APP_PORT [2023-03-08T22:10:34.566Z] ---> Running in f2a01a3ec783 [2023-03-08T22:10:34.566Z] Removing intermediate container f2a01a3ec783 [2023-03-08T22:10:34.566Z] ---> 732a8e5cb8b2 [2023-03-08T22:10:34.566Z] Step 15/23 : WORKDIR / [2023-03-08T22:10:34.566Z] ---> Running in 22c8f0a7feed [2023-03-08T22:10:34.566Z] Removing intermediate container 22c8f0a7feed [2023-03-08T22:10:34.566Z] ---> bb592a046a1c [2023-03-08T22:10:34.566Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T22:10:34.566Z] ---> b72a6d162417 [2023-03-08T22:10:34.566Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-03-08T22:10:34.566Z] ---> 304f36dae9ed [2023-03-08T22:10:34.566Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-03-08T22:10:35.161Z] ---> 42ea9c42bee4 [2023-03-08T22:10:35.161Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-03-08T22:10:35.161Z] ---> Running in f1a2811f8d36 [2023-03-08T22:10:35.758Z] Removing intermediate container f1a2811f8d36 [2023-03-08T22:10:35.758Z] ---> 9310d3c16f4e [2023-03-08T22:10:35.758Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-08T22:10:36.028Z] ---> Running in 6afed79cb6fb [2023-03-08T22:10:36.623Z] Removing intermediate container 6afed79cb6fb [2023-03-08T22:10:36.624Z] ---> 7bdfb3ef0d1c [2023-03-08T22:10:36.624Z] Step 21/23 : LABEL arch=arm64 [2023-03-08T22:10:36.624Z] ---> Running in c0f35c0269c1 [2023-03-08T22:10:37.213Z] Removing intermediate container c0f35c0269c1 [2023-03-08T22:10:37.213Z] ---> bab74337b96f [2023-03-08T22:10:37.213Z] Step 22/23 : LABEL git_sha=54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T22:10:37.485Z] ---> Running in 27d41c9aaf1b [2023-03-08T22:10:38.075Z] Removing intermediate container 27d41c9aaf1b [2023-03-08T22:10:38.075Z] ---> 19fabd863af8 [2023-03-08T22:10:38.075Z] Step 23/23 : LABEL version=3.0.0-dev.84 [2023-03-08T22:10:38.354Z] ---> Running in ec1e4fbb8711 [2023-03-08T22:10:38.624Z] Removing intermediate container ec1e4fbb8711 [2023-03-08T22:10:38.624Z] ---> 89e7f81e2dc7 [2023-03-08T22:10:38.624Z] [2023-03-08T22:10:38.904Z] Successfully built 89e7f81e2dc7 [2023-03-08T22:10:38.904Z] Successfully tagged core-command-arm64:latest [2023-03-08T22:12:00.679Z]  Building core-command ... done Removing intermediate container 002389069a37 [2023-03-08T22:12:00.679Z] ---> 44aa482287e6 [2023-03-08T22:12:00.679Z] [2023-03-08T22:12:00.679Z] Step 10/22 : FROM alpine:3.16 [2023-03-08T22:12:00.679Z] ---> 4c81e5bf8899 [2023-03-08T22:12:00.679Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-08T22:12:00.679Z] ---> Using cache [2023-03-08T22:12:00.679Z] ---> 1cda9ef8a01f [2023-03-08T22:12:00.679Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-03-08T22:12:00.679Z] ---> Using cache [2023-03-08T22:12:00.679Z] ---> 9e5348bb3ed6 [2023-03-08T22:12:00.679Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T22:12:00.679Z] ---> Using cache [2023-03-08T22:12:00.679Z] ---> 9f061f31efb9 [2023-03-08T22:12:00.679Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-03-08T22:12:00.679Z] ---> 37c8f9de84c1 [2023-03-08T22:12:00.679Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-03-08T22:12:00.679Z] ---> 0327fd40874a [2023-03-08T22:12:00.679Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-03-08T22:12:00.679Z] ---> b40ca6aea2f5 [2023-03-08T22:12:00.679Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-08T22:12:00.679Z] ---> Running in e7d27e153a15 [2023-03-08T22:12:00.679Z] Removing intermediate container e7d27e153a15 [2023-03-08T22:12:00.679Z] ---> dbbcc863450e [2023-03-08T22:12:00.679Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-08T22:12:00.679Z] ---> Running in 786212623ac8 [2023-03-08T22:12:00.944Z] Removing intermediate container 786212623ac8 [2023-03-08T22:12:00.944Z] ---> 19f5398c9aa4 [2023-03-08T22:12:00.944Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-03-08T22:12:00.944Z] ---> Running in 3c0c5f6f87b1 [2023-03-08T22:12:01.538Z] Removing intermediate container 3c0c5f6f87b1 [2023-03-08T22:12:01.538Z] ---> b1127143e182 [2023-03-08T22:12:01.538Z] Step 20/22 : LABEL arch=arm64 [2023-03-08T22:12:01.538Z] ---> Running in a0accd786c1d [2023-03-08T22:12:02.123Z] Removing intermediate container a0accd786c1d [2023-03-08T22:12:02.123Z] ---> d36f0b066e10 [2023-03-08T22:12:02.123Z] Step 21/22 : LABEL git_sha=54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T22:12:02.123Z] ---> Running in 3192151b51a4 [2023-03-08T22:12:02.706Z] Removing intermediate container 3192151b51a4 [2023-03-08T22:12:02.706Z] ---> bc58a1136096 [2023-03-08T22:12:02.706Z] Step 22/22 : LABEL version=3.0.0-dev.84 [2023-03-08T22:12:02.706Z] ---> Running in c112ef6f5fea [2023-03-08T22:12:03.290Z] Removing intermediate container c112ef6f5fea [2023-03-08T22:12:03.290Z] ---> d74b4b585827 [2023-03-08T22:12:03.290Z] [2023-03-08T22:12:03.290Z] Successfully built d74b4b585827 [2023-03-08T22:12:03.290Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-03-08T22:13:11.153Z]  Building core-common-config-bootstrapper ... done Removing intermediate container 454d5c44d781 [2023-03-08T22:13:11.153Z] ---> 074556a68a1d [2023-03-08T22:13:11.153Z] [2023-03-08T22:13:11.153Z] Step 10/22 : FROM alpine:3.16 [2023-03-08T22:13:11.153Z] ---> 4c81e5bf8899 [2023-03-08T22:13:11.153Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-03-08T22:13:11.153Z] ---> Running in 5e4ff84ad761 [2023-03-08T22:13:11.153Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T22:13:11.153Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T22:13:11.153Z] (1/2) Installing ca-certificates (20220614-r0) [2023-03-08T22:13:11.153Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-03-08T22:13:11.153Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T22:13:11.153Z] Executing ca-certificates-20220614-r0.trigger [2023-03-08T22:13:11.153Z] OK: 6 MiB in 16 packages [2023-03-08T22:13:11.153Z] Removing intermediate container 5e4ff84ad761 [2023-03-08T22:13:11.153Z] ---> b85ecbcc06b6 [2023-03-08T22:13:11.153Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-08T22:13:11.153Z] ---> Running in 206f90a0b3da [2023-03-08T22:13:11.153Z] Removing intermediate container 206f90a0b3da [2023-03-08T22:13:11.153Z] ---> 6c877e5ada93 [2023-03-08T22:13:11.153Z] Step 13/22 : ENV APP_PORT=59860 [2023-03-08T22:13:11.153Z] ---> Running in a15cf89b2915 [2023-03-08T22:13:11.153Z] Removing intermediate container a15cf89b2915 [2023-03-08T22:13:11.153Z] ---> 65e09f17ede5 [2023-03-08T22:13:11.153Z] Step 14/22 : EXPOSE $APP_PORT [2023-03-08T22:13:11.422Z] ---> Running in 8a0ce44423b2 [2023-03-08T22:13:11.690Z] Removing intermediate container 8a0ce44423b2 [2023-03-08T22:13:11.690Z] ---> 26fe653da169 [2023-03-08T22:13:11.690Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T22:13:15.451Z] ---> b7c5f79259b2 [2023-03-08T22:13:15.451Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-03-08T22:13:15.718Z] ---> 39354dfd534e [2023-03-08T22:13:15.718Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-03-08T22:13:16.305Z] ---> 0193f08ad24e [2023-03-08T22:13:16.305Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-03-08T22:13:16.305Z] ---> Running in 2d0d2ee050a2 [2023-03-08T22:13:16.573Z] Removing intermediate container 2d0d2ee050a2 [2023-03-08T22:13:16.573Z] ---> 46052d9c37dc [2023-03-08T22:13:16.573Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-08T22:13:16.843Z] ---> Running in 936f50dcfda3 [2023-03-08T22:13:17.111Z] Removing intermediate container 936f50dcfda3 [2023-03-08T22:13:17.111Z] ---> 06c99dfb6d99 [2023-03-08T22:13:17.111Z] Step 20/22 : LABEL arch=arm64 [2023-03-08T22:13:17.111Z] ---> Running in 2c65c87870d2 [2023-03-08T22:13:17.378Z] Removing intermediate container 2c65c87870d2 [2023-03-08T22:13:17.378Z] ---> f71b745e0fde [2023-03-08T22:13:17.378Z] Step 21/22 : LABEL git_sha=54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T22:13:17.648Z] ---> Running in 120a310818d9 [2023-03-08T22:13:17.919Z] Removing intermediate container 120a310818d9 [2023-03-08T22:13:17.919Z] ---> a381ace1d3fb [2023-03-08T22:13:17.919Z] Step 22/22 : LABEL version=3.0.0-dev.84 [2023-03-08T22:13:17.919Z] ---> Running in 2654bdbe2489 [2023-03-08T22:13:18.185Z] Removing intermediate container 2654bdbe2489 [2023-03-08T22:13:18.185Z] ---> 6f873bc2e08f [2023-03-08T22:13:18.185Z] [2023-03-08T22:13:18.455Z] Successfully built 6f873bc2e08f [2023-03-08T22:13:18.455Z] Successfully tagged support-notifications-arm64:latest [2023-03-08T22:13:18.734Z]  Building support-notifications ... done  [Pipeline] } [2023-03-08T22:13:18.741Z] $ docker stop --time=1 9171c81f4a56d97cc59585fe11bb626b154d3c90f3c064bef115e5dc580134c5 [2023-03-08T22:13:20.440Z] $ docker rm -f --volumes 9171c81f4a56d97cc59585fe11bb626b154d3c90f3c064bef115e5dc580134c5 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-08T22:13:20.949Z] + docker images [2023-03-08T22:13:21.216Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-03-08T22:13:21.216Z] support-notifications-arm64 latest 6f873bc2e08f 3 seconds ago 29.7MB [2023-03-08T22:13:21.217Z] 074556a68a1d 17 seconds ago 1.4GB [2023-03-08T22:13:21.217Z] core-common-config-bootstrapper-arm64 latest d74b4b585827 About a minute ago 14.9MB [2023-03-08T22:13:21.217Z] 44aa482287e6 About a minute ago 1.33GB [2023-03-08T22:13:21.217Z] core-command-arm64 latest 89e7f81e2dc7 2 minutes ago 17.1MB [2023-03-08T22:13:21.217Z] 52edfac588aa 2 minutes ago 1.34GB [2023-03-08T22:13:21.217Z] security-spire-server-arm64 latest 16ef0bae442f 4 minutes ago 84.3MB [2023-03-08T22:13:21.217Z] security-bootstrapper-arm64 latest f7c8da75a3a2 4 minutes ago 19MB [2023-03-08T22:13:21.217Z] 2e8ce3a696dd 4 minutes ago 1.21GB [2023-03-08T22:13:21.217Z] core-metadata-arm64 latest 868a3da965a2 5 minutes ago 17.8MB [2023-03-08T22:13:21.217Z] d86042e74ec3 5 minutes ago 1.35GB [2023-03-08T22:13:21.217Z] c96d64619abd 5 minutes ago 1.32GB [2023-03-08T22:13:21.217Z] security-secretstore-setup-arm64 latest 415b7eb11ac7 5 minutes ago 28.7MB [2023-03-08T22:13:21.217Z] security-spire-agent-arm64 latest 5ed0a19840be 6 minutes ago 122MB [2023-03-08T22:13:21.217Z] 85a03ed4bd30 6 minutes ago 1.33GB [2023-03-08T22:13:21.217Z] 67fea6bc199f 6 minutes ago 1.21GB [2023-03-08T22:13:21.217Z] security-spiffe-token-provider-arm64 latest 8a20d698721f 8 minutes ago 29.1MB [2023-03-08T22:13:21.217Z] 1b48f6ffb8fe 9 minutes ago 1.37GB [2023-03-08T22:13:21.217Z] support-scheduler-arm64 latest 63aa17495b71 9 minutes ago 29.1MB [2023-03-08T22:13:21.217Z] 637b667df5fa 9 minutes ago 1.4GB [2023-03-08T22:13:21.217Z] core-data-arm64 latest 86b79768ac02 12 minutes ago 17.3MB [2023-03-08T22:13:21.217Z] 0cb8f69b491c 13 minutes ago 1.34GB [2023-03-08T22:13:21.217Z] security-proxy-setup-arm64 latest 8f28f169479e 13 minutes ago 15.8MB [2023-03-08T22:13:21.217Z] security-proxy-auth-arm64 latest 9e37b1af8f87 14 minutes ago 15.6MB [2023-03-08T22:13:21.217Z] a46c82a2f49c 14 minutes ago 1.32GB [2023-03-08T22:13:21.217Z] fae7f44300cb 14 minutes ago 1.32GB [2023-03-08T22:13:21.217Z] security-spire-config-arm64 latest 2014ab8b9f38 21 minutes ago 83.6MB [2023-03-08T22:13:21.217Z] 970a702769fe 21 minutes ago 1.21GB [2023-03-08T22:13:21.217Z] ci-base-image-arm64 latest 9629b6ed3808 25 minutes ago 904MB [2023-03-08T22:13:21.217Z] alpine 3.15 354640af7b1b 3 weeks ago 5.34MB [2023-03-08T22:13:21.217Z] alpine 3.16 4c81e5bf8899 3 weeks ago 5.3MB [2023-03-08T22:13:21.217Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 4 months ago 685MB [2023-03-08T22:13:21.217Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 2 years ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-08T22:13:21.302Z] provisioning config files... [2023-03-08T22:13:21.315Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/446@tmp/config6257883201203036936tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-08T22:13:21.647Z] ---> docker-login.sh [2023-03-08T22:13:21.647Z] nexus3.edgexfoundry.org:10001 [2023-03-08T22:13:21.914Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T22:13:21.914Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T22:13:21.914Z] Configure a credential helper to remove this warning. See [2023-03-08T22:13:21.914Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T22:13:21.914Z] [2023-03-08T22:13:21.914Z] Login Succeeded [2023-03-08T22:13:21.914Z] nexus3.edgexfoundry.org:10002 [2023-03-08T22:13:22.179Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T22:13:22.179Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T22:13:22.179Z] Configure a credential helper to remove this warning. See [2023-03-08T22:13:22.179Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T22:13:22.179Z] [2023-03-08T22:13:22.179Z] Login Succeeded [2023-03-08T22:13:22.179Z] nexus3.edgexfoundry.org:10003 [2023-03-08T22:13:22.445Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T22:13:22.712Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T22:13:22.712Z] Configure a credential helper to remove this warning. See [2023-03-08T22:13:22.712Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T22:13:22.712Z] [2023-03-08T22:13:22.712Z] Login Succeeded [2023-03-08T22:13:22.712Z] nexus3.edgexfoundry.org:10004 [2023-03-08T22:13:22.981Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T22:13:22.981Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T22:13:22.981Z] Configure a credential helper to remove this warning. See [2023-03-08T22:13:22.981Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T22:13:22.981Z] [2023-03-08T22:13:22.981Z] Login Succeeded [2023-03-08T22:13:22.981Z] docker.io [2023-03-08T22:13:23.247Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T22:13:23.513Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T22:13:23.513Z] Configure a credential helper to remove this warning. See [2023-03-08T22:13:23.513Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T22:13:23.513Z] [2023-03-08T22:13:23.513Z] Login Succeeded [2023-03-08T22:13:23.513Z] ---> docker-login.sh ends [Pipeline] } [2023-03-08T22:13:23.525Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-08T22:13:23.548Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-08T22:13:23.563Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2023-03-08T22:13:23.563Z] 54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T22:13:23.563Z] latest [2023-03-08T22:13:23.563Z] 3.0.0-dev.84 [2023-03-08T22:13:23.563Z] 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T22:13:23.563Z] main [2023-03-08T22:13:23.563Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:13:23.897Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:13:24.249Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T22:13:24.249Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-03-08T22:13:24.249Z] d4187b4ddbc7: Preparing [2023-03-08T22:13:24.249Z] 7a1b05e33b39: Preparing [2023-03-08T22:13:24.249Z] 98709df85f62: Preparing [2023-03-08T22:13:24.249Z] b8d12d593f1c: Preparing [2023-03-08T22:13:24.249Z] f70ee36035b9: Preparing [2023-03-08T22:13:24.249Z] f70ee36035b9: Layer already exists [2023-03-08T22:13:24.518Z] d4187b4ddbc7: Pushed [2023-03-08T22:13:24.518Z] 98709df85f62: Pushed [2023-03-08T22:13:24.518Z] b8d12d593f1c: Pushed [2023-03-08T22:13:27.856Z] 7a1b05e33b39: Pushed [2023-03-08T22:13:27.856Z] 54929a7ab6bf9e03e113416e19b38331485fa87d: digest: sha256:29b7952b43d454543e7fdb60e86f1fdffde04a9d302ffe5be761df6d51446eb2 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:13:28.205Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:13:28.552Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-03-08T22:13:28.552Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-03-08T22:13:28.552Z] d4187b4ddbc7: Preparing [2023-03-08T22:13:28.552Z] 7a1b05e33b39: Preparing [2023-03-08T22:13:28.552Z] 98709df85f62: Preparing [2023-03-08T22:13:28.552Z] b8d12d593f1c: Preparing [2023-03-08T22:13:28.552Z] f70ee36035b9: Preparing [2023-03-08T22:13:28.552Z] 98709df85f62: Layer already exists [2023-03-08T22:13:28.552Z] b8d12d593f1c: Layer already exists [2023-03-08T22:13:28.552Z] 7a1b05e33b39: Layer already exists [2023-03-08T22:13:28.552Z] d4187b4ddbc7: Layer already exists [2023-03-08T22:13:28.552Z] f70ee36035b9: Layer already exists [2023-03-08T22:13:28.552Z] latest: digest: sha256:29b7952b43d454543e7fdb60e86f1fdffde04a9d302ffe5be761df6d51446eb2 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:13:28.905Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:13:29.255Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.84 [2023-03-08T22:13:29.255Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-03-08T22:13:29.255Z] d4187b4ddbc7: Preparing [2023-03-08T22:13:29.255Z] 7a1b05e33b39: Preparing [2023-03-08T22:13:29.255Z] 98709df85f62: Preparing [2023-03-08T22:13:29.255Z] b8d12d593f1c: Preparing [2023-03-08T22:13:29.255Z] f70ee36035b9: Preparing [2023-03-08T22:13:29.255Z] f70ee36035b9: Layer already exists [2023-03-08T22:13:29.255Z] d4187b4ddbc7: Layer already exists [2023-03-08T22:13:29.255Z] 7a1b05e33b39: Layer already exists [2023-03-08T22:13:29.255Z] b8d12d593f1c: Layer already exists [2023-03-08T22:13:29.255Z] 98709df85f62: Layer already exists [2023-03-08T22:13:29.255Z] 3.0.0-dev.84: digest: sha256:29b7952b43d454543e7fdb60e86f1fdffde04a9d302ffe5be761df6d51446eb2 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:13:29.875Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:13:30.223Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T22:13:30.223Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-03-08T22:13:30.223Z] d4187b4ddbc7: Preparing [2023-03-08T22:13:30.223Z] 7a1b05e33b39: Preparing [2023-03-08T22:13:30.223Z] 98709df85f62: Preparing [2023-03-08T22:13:30.223Z] b8d12d593f1c: Preparing [2023-03-08T22:13:30.223Z] f70ee36035b9: Preparing [2023-03-08T22:13:30.223Z] b8d12d593f1c: Layer already exists [2023-03-08T22:13:30.223Z] f70ee36035b9: Layer already exists [2023-03-08T22:13:30.223Z] 98709df85f62: Layer already exists [2023-03-08T22:13:30.223Z] d4187b4ddbc7: Layer already exists [2023-03-08T22:13:30.223Z] 7a1b05e33b39: Layer already exists [2023-03-08T22:13:30.223Z] 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84: digest: sha256:29b7952b43d454543e7fdb60e86f1fdffde04a9d302ffe5be761df6d51446eb2 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:13:30.588Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:13:30.949Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2023-03-08T22:13:30.949Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-03-08T22:13:30.949Z] d4187b4ddbc7: Preparing [2023-03-08T22:13:30.949Z] 7a1b05e33b39: Preparing [2023-03-08T22:13:30.949Z] 98709df85f62: Preparing [2023-03-08T22:13:30.949Z] b8d12d593f1c: Preparing [2023-03-08T22:13:30.949Z] f70ee36035b9: Preparing [2023-03-08T22:13:30.950Z] d4187b4ddbc7: Layer already exists [2023-03-08T22:13:30.950Z] b8d12d593f1c: Layer already exists [2023-03-08T22:13:30.950Z] 7a1b05e33b39: Layer already exists [2023-03-08T22:13:30.950Z] f70ee36035b9: Layer already exists [2023-03-08T22:13:30.950Z] 98709df85f62: Layer already exists [2023-03-08T22:13:31.218Z] main: digest: sha256:29b7952b43d454543e7fdb60e86f1fdffde04a9d302ffe5be761df6d51446eb2 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-08T22:13:31.271Z] ===================================================== [Pipeline] echo [2023-03-08T22:13:31.278Z] taggedImages: [2023-03-08T22:13:31.278Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T22:13:31.278Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-03-08T22:13:31.278Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.84 [2023-03-08T22:13:31.278Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T22:13:31.278Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2023-03-08T22:13:31.304Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2023-03-08T22:13:31.304Z] 54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T22:13:31.304Z] latest [2023-03-08T22:13:31.304Z] 3.0.0-dev.84 [2023-03-08T22:13:31.304Z] 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T22:13:31.304Z] main [2023-03-08T22:13:31.304Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:13:31.659Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:13:32.038Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T22:13:32.038Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-03-08T22:13:32.038Z] 177664a3172c: Preparing [2023-03-08T22:13:32.038Z] 25f8b28ecec1: Preparing [2023-03-08T22:13:32.038Z] 5312e1f122b8: Preparing [2023-03-08T22:13:32.038Z] 81a80f308c37: Preparing [2023-03-08T22:13:32.038Z] 98709df85f62: Preparing [2023-03-08T22:13:32.038Z] 748d8eec7b3e: Preparing [2023-03-08T22:13:32.038Z] f70ee36035b9: Preparing [2023-03-08T22:13:32.038Z] 748d8eec7b3e: Waiting [2023-03-08T22:13:32.038Z] f70ee36035b9: Waiting [2023-03-08T22:13:32.038Z] 98709df85f62: Layer already exists [2023-03-08T22:13:32.333Z] 5312e1f122b8: Pushed [2023-03-08T22:13:32.333Z] 177664a3172c: Pushed [2023-03-08T22:13:32.333Z] 25f8b28ecec1: Pushed [2023-03-08T22:13:32.333Z] f70ee36035b9: Layer already exists [2023-03-08T22:13:32.333Z] 748d8eec7b3e: Pushed [2023-03-08T22:13:34.278Z] 81a80f308c37: Pushed [2023-03-08T22:13:34.545Z] 54929a7ab6bf9e03e113416e19b38331485fa87d: digest: sha256:10220c417dc64db91927dbe79d1872de292d5f744984d8329741040e20a20fd1 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:13:34.893Z] + 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-03-08T22:13:35.225Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-03-08T22:13:35.225Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-03-08T22:13:35.225Z] 177664a3172c: Preparing [2023-03-08T22:13:35.225Z] 25f8b28ecec1: Preparing [2023-03-08T22:13:35.225Z] 5312e1f122b8: Preparing [2023-03-08T22:13:35.225Z] 81a80f308c37: Preparing [2023-03-08T22:13:35.225Z] 98709df85f62: Preparing [2023-03-08T22:13:35.225Z] 748d8eec7b3e: Preparing [2023-03-08T22:13:35.225Z] f70ee36035b9: Preparing [2023-03-08T22:13:35.225Z] 748d8eec7b3e: Waiting [2023-03-08T22:13:35.225Z] f70ee36035b9: Waiting [2023-03-08T22:13:35.225Z] 98709df85f62: Layer already exists [2023-03-08T22:13:35.225Z] 5312e1f122b8: Layer already exists [2023-03-08T22:13:35.225Z] 177664a3172c: Layer already exists [2023-03-08T22:13:35.225Z] 25f8b28ecec1: Layer already exists [2023-03-08T22:13:35.225Z] 81a80f308c37: Layer already exists [2023-03-08T22:13:35.225Z] 748d8eec7b3e: Layer already exists [2023-03-08T22:13:35.225Z] f70ee36035b9: Layer already exists [2023-03-08T22:13:35.491Z] latest: digest: sha256:10220c417dc64db91927dbe79d1872de292d5f744984d8329741040e20a20fd1 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:13:35.828Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:13:36.165Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.84 [2023-03-08T22:13:36.165Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-03-08T22:13:36.165Z] 177664a3172c: Preparing [2023-03-08T22:13:36.165Z] 25f8b28ecec1: Preparing [2023-03-08T22:13:36.165Z] 5312e1f122b8: Preparing [2023-03-08T22:13:36.165Z] 81a80f308c37: Preparing [2023-03-08T22:13:36.165Z] 98709df85f62: Preparing [2023-03-08T22:13:36.165Z] 748d8eec7b3e: Preparing [2023-03-08T22:13:36.165Z] f70ee36035b9: Preparing [2023-03-08T22:13:36.165Z] 748d8eec7b3e: Waiting [2023-03-08T22:13:36.165Z] f70ee36035b9: Waiting [2023-03-08T22:13:36.165Z] 177664a3172c: Layer already exists [2023-03-08T22:13:36.165Z] 5312e1f122b8: Layer already exists [2023-03-08T22:13:36.165Z] 81a80f308c37: Layer already exists [2023-03-08T22:13:36.165Z] 98709df85f62: Layer already exists [2023-03-08T22:13:36.165Z] 25f8b28ecec1: Layer already exists [2023-03-08T22:13:36.165Z] f70ee36035b9: Layer already exists [2023-03-08T22:13:36.165Z] 748d8eec7b3e: Layer already exists [2023-03-08T22:13:36.431Z] 3.0.0-dev.84: digest: sha256:10220c417dc64db91927dbe79d1872de292d5f744984d8329741040e20a20fd1 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:13:36.773Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:13:37.108Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T22:13:37.108Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-03-08T22:13:37.108Z] 177664a3172c: Preparing [2023-03-08T22:13:37.108Z] 25f8b28ecec1: Preparing [2023-03-08T22:13:37.108Z] 5312e1f122b8: Preparing [2023-03-08T22:13:37.108Z] 81a80f308c37: Preparing [2023-03-08T22:13:37.108Z] 98709df85f62: Preparing [2023-03-08T22:13:37.108Z] 748d8eec7b3e: Preparing [2023-03-08T22:13:37.108Z] f70ee36035b9: Preparing [2023-03-08T22:13:37.108Z] 748d8eec7b3e: Waiting [2023-03-08T22:13:37.108Z] f70ee36035b9: Waiting [2023-03-08T22:13:37.108Z] 81a80f308c37: Layer already exists [2023-03-08T22:13:37.108Z] 177664a3172c: Layer already exists [2023-03-08T22:13:37.108Z] 5312e1f122b8: Layer already exists [2023-03-08T22:13:37.108Z] 25f8b28ecec1: Layer already exists [2023-03-08T22:13:37.108Z] 98709df85f62: Layer already exists [2023-03-08T22:13:37.108Z] f70ee36035b9: Layer already exists [2023-03-08T22:13:37.108Z] 748d8eec7b3e: Layer already exists [2023-03-08T22:13:37.108Z] 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84: digest: sha256:10220c417dc64db91927dbe79d1872de292d5f744984d8329741040e20a20fd1 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:13:37.710Z] + 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-03-08T22:13:38.045Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2023-03-08T22:13:38.045Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-03-08T22:13:38.045Z] 177664a3172c: Preparing [2023-03-08T22:13:38.045Z] 25f8b28ecec1: Preparing [2023-03-08T22:13:38.045Z] 5312e1f122b8: Preparing [2023-03-08T22:13:38.045Z] 81a80f308c37: Preparing [2023-03-08T22:13:38.045Z] 98709df85f62: Preparing [2023-03-08T22:13:38.045Z] 748d8eec7b3e: Preparing [2023-03-08T22:13:38.045Z] f70ee36035b9: Preparing [2023-03-08T22:13:38.045Z] 748d8eec7b3e: Waiting [2023-03-08T22:13:38.045Z] f70ee36035b9: Waiting [2023-03-08T22:13:38.045Z] 177664a3172c: Layer already exists [2023-03-08T22:13:38.045Z] 5312e1f122b8: Layer already exists [2023-03-08T22:13:38.045Z] 98709df85f62: Layer already exists [2023-03-08T22:13:38.045Z] 25f8b28ecec1: Layer already exists [2023-03-08T22:13:38.045Z] 81a80f308c37: Layer already exists [2023-03-08T22:13:38.045Z] f70ee36035b9: Layer already exists [2023-03-08T22:13:38.045Z] 748d8eec7b3e: Layer already exists [2023-03-08T22:13:38.311Z] main: digest: sha256:10220c417dc64db91927dbe79d1872de292d5f744984d8329741040e20a20fd1 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-08T22:13:38.352Z] ===================================================== [Pipeline] echo [2023-03-08T22:13:38.358Z] taggedImages: [2023-03-08T22:13:38.358Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T22:13:38.358Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-03-08T22:13:38.358Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.84 [2023-03-08T22:13:38.358Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T22:13:38.358Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2023-03-08T22:13:38.372Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2023-03-08T22:13:38.372Z] 54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T22:13:38.372Z] latest [2023-03-08T22:13:38.372Z] 3.0.0-dev.84 [2023-03-08T22:13:38.372Z] 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T22:13:38.372Z] main [2023-03-08T22:13:38.372Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:13:38.712Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:13:39.048Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T22:13:39.048Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-03-08T22:13:39.048Z] 571488023a07: Preparing [2023-03-08T22:13:39.048Z] a987d6ffda1e: Preparing [2023-03-08T22:13:39.048Z] 98709df85f62: Preparing [2023-03-08T22:13:39.048Z] 75dca92d039c: Preparing [2023-03-08T22:13:39.048Z] f70ee36035b9: Preparing [2023-03-08T22:13:39.048Z] 98709df85f62: Layer already exists [2023-03-08T22:13:39.048Z] f70ee36035b9: Layer already exists [2023-03-08T22:13:39.314Z] 571488023a07: Pushed [2023-03-08T22:13:39.314Z] 75dca92d039c: Pushed [2023-03-08T22:13:41.885Z] a987d6ffda1e: Pushed [2023-03-08T22:13:41.885Z] 54929a7ab6bf9e03e113416e19b38331485fa87d: digest: sha256:cbbd4f6211fe1d0cf252e454eb852e0ace2659d50243926b9aa5a6dbcdd5e929 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:13:42.496Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:13:42.834Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-03-08T22:13:42.834Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-03-08T22:13:42.834Z] 571488023a07: Preparing [2023-03-08T22:13:42.834Z] a987d6ffda1e: Preparing [2023-03-08T22:13:42.834Z] 98709df85f62: Preparing [2023-03-08T22:13:42.834Z] 75dca92d039c: Preparing [2023-03-08T22:13:42.834Z] f70ee36035b9: Preparing [2023-03-08T22:13:42.834Z] 75dca92d039c: Layer already exists [2023-03-08T22:13:42.834Z] f70ee36035b9: Layer already exists [2023-03-08T22:13:42.834Z] 98709df85f62: Layer already exists [2023-03-08T22:13:42.834Z] 571488023a07: Layer already exists [2023-03-08T22:13:42.834Z] a987d6ffda1e: Layer already exists [2023-03-08T22:13:42.834Z] latest: digest: sha256:cbbd4f6211fe1d0cf252e454eb852e0ace2659d50243926b9aa5a6dbcdd5e929 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:13:43.186Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:13:43.528Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.84 [2023-03-08T22:13:43.528Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-03-08T22:13:43.528Z] 571488023a07: Preparing [2023-03-08T22:13:43.528Z] a987d6ffda1e: Preparing [2023-03-08T22:13:43.528Z] 98709df85f62: Preparing [2023-03-08T22:13:43.528Z] 75dca92d039c: Preparing [2023-03-08T22:13:43.528Z] f70ee36035b9: Preparing [2023-03-08T22:13:43.528Z] a987d6ffda1e: Layer already exists [2023-03-08T22:13:43.528Z] 571488023a07: Layer already exists [2023-03-08T22:13:43.528Z] f70ee36035b9: Layer already exists [2023-03-08T22:13:43.528Z] 98709df85f62: Layer already exists [2023-03-08T22:13:43.528Z] 75dca92d039c: Layer already exists [2023-03-08T22:13:43.794Z] 3.0.0-dev.84: digest: sha256:cbbd4f6211fe1d0cf252e454eb852e0ace2659d50243926b9aa5a6dbcdd5e929 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:13:44.140Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:13:44.473Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T22:13:44.473Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-03-08T22:13:44.473Z] 571488023a07: Preparing [2023-03-08T22:13:44.473Z] a987d6ffda1e: Preparing [2023-03-08T22:13:44.473Z] 98709df85f62: Preparing [2023-03-08T22:13:44.473Z] 75dca92d039c: Preparing [2023-03-08T22:13:44.473Z] f70ee36035b9: Preparing [2023-03-08T22:13:44.473Z] f70ee36035b9: Layer already exists [2023-03-08T22:13:44.473Z] 98709df85f62: Layer already exists [2023-03-08T22:13:44.473Z] 571488023a07: Layer already exists [2023-03-08T22:13:44.473Z] 75dca92d039c: Layer already exists [2023-03-08T22:13:44.473Z] a987d6ffda1e: Layer already exists [2023-03-08T22:13:44.738Z] 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84: digest: sha256:cbbd4f6211fe1d0cf252e454eb852e0ace2659d50243926b9aa5a6dbcdd5e929 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:13:45.072Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:13:45.406Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2023-03-08T22:13:45.407Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-03-08T22:13:45.407Z] 571488023a07: Preparing [2023-03-08T22:13:45.407Z] a987d6ffda1e: Preparing [2023-03-08T22:13:45.407Z] 98709df85f62: Preparing [2023-03-08T22:13:45.407Z] 75dca92d039c: Preparing [2023-03-08T22:13:45.407Z] f70ee36035b9: Preparing [2023-03-08T22:13:45.407Z] f70ee36035b9: Layer already exists [2023-03-08T22:13:45.407Z] 571488023a07: Layer already exists [2023-03-08T22:13:45.407Z] 75dca92d039c: Layer already exists [2023-03-08T22:13:45.407Z] a987d6ffda1e: Layer already exists [2023-03-08T22:13:45.407Z] 98709df85f62: Layer already exists [2023-03-08T22:13:45.407Z] main: digest: sha256:cbbd4f6211fe1d0cf252e454eb852e0ace2659d50243926b9aa5a6dbcdd5e929 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-08T22:13:45.445Z] ===================================================== [Pipeline] echo [2023-03-08T22:13:45.451Z] taggedImages: [2023-03-08T22:13:45.451Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T22:13:45.451Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-03-08T22:13:45.451Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.84 [2023-03-08T22:13:45.451Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T22:13:45.451Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2023-03-08T22:13:45.465Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2023-03-08T22:13:45.465Z] 54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T22:13:45.465Z] latest [2023-03-08T22:13:45.465Z] 3.0.0-dev.84 [2023-03-08T22:13:45.465Z] 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T22:13:45.465Z] main [2023-03-08T22:13:45.465Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:13:45.795Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:13:46.126Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T22:13:46.126Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-03-08T22:13:46.126Z] 10262a5ddecd: Preparing [2023-03-08T22:13:46.126Z] 28319fdffd0f: Preparing [2023-03-08T22:13:46.126Z] 260ca49abe2f: Preparing [2023-03-08T22:13:46.126Z] 98709df85f62: Preparing [2023-03-08T22:13:46.126Z] b8d12d593f1c: Preparing [2023-03-08T22:13:46.126Z] f70ee36035b9: Preparing [2023-03-08T22:13:46.126Z] f70ee36035b9: Waiting [2023-03-08T22:13:46.126Z] b8d12d593f1c: Layer already exists [2023-03-08T22:13:46.126Z] 98709df85f62: Layer already exists [2023-03-08T22:13:46.390Z] f70ee36035b9: Layer already exists [2023-03-08T22:13:46.390Z] 28319fdffd0f: Pushed [2023-03-08T22:13:46.390Z] 10262a5ddecd: Pushed [2023-03-08T22:13:48.959Z] 260ca49abe2f: Pushed [2023-03-08T22:13:49.226Z] 54929a7ab6bf9e03e113416e19b38331485fa87d: digest: sha256:93372906f8edfa93f438bbcbc9ec6738f112a1831c8ed5e8ef6831c4d9cb3dce size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:13:49.566Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:13:49.898Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-03-08T22:13:49.898Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-03-08T22:13:49.898Z] 10262a5ddecd: Preparing [2023-03-08T22:13:49.898Z] 28319fdffd0f: Preparing [2023-03-08T22:13:49.898Z] 260ca49abe2f: Preparing [2023-03-08T22:13:49.898Z] 98709df85f62: Preparing [2023-03-08T22:13:49.898Z] b8d12d593f1c: Preparing [2023-03-08T22:13:49.898Z] f70ee36035b9: Preparing [2023-03-08T22:13:49.898Z] f70ee36035b9: Waiting [2023-03-08T22:13:49.898Z] b8d12d593f1c: Layer already exists [2023-03-08T22:13:49.898Z] 28319fdffd0f: Layer already exists [2023-03-08T22:13:49.898Z] 260ca49abe2f: Layer already exists [2023-03-08T22:13:49.898Z] 98709df85f62: Layer already exists [2023-03-08T22:13:49.898Z] 10262a5ddecd: Layer already exists [2023-03-08T22:13:49.898Z] f70ee36035b9: Layer already exists [2023-03-08T22:13:50.163Z] latest: digest: sha256:93372906f8edfa93f438bbcbc9ec6738f112a1831c8ed5e8ef6831c4d9cb3dce size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:13:50.499Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:13:50.834Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.84 [2023-03-08T22:13:50.834Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-03-08T22:13:50.834Z] 10262a5ddecd: Preparing [2023-03-08T22:13:50.834Z] 28319fdffd0f: Preparing [2023-03-08T22:13:50.834Z] 260ca49abe2f: Preparing [2023-03-08T22:13:50.834Z] 98709df85f62: Preparing [2023-03-08T22:13:50.834Z] b8d12d593f1c: Preparing [2023-03-08T22:13:50.834Z] f70ee36035b9: Preparing [2023-03-08T22:13:50.834Z] f70ee36035b9: Waiting [2023-03-08T22:13:50.834Z] 98709df85f62: Layer already exists [2023-03-08T22:13:50.834Z] 10262a5ddecd: Layer already exists [2023-03-08T22:13:50.834Z] 28319fdffd0f: Layer already exists [2023-03-08T22:13:50.834Z] 260ca49abe2f: Layer already exists [2023-03-08T22:13:50.834Z] b8d12d593f1c: Layer already exists [2023-03-08T22:13:50.834Z] f70ee36035b9: Layer already exists [2023-03-08T22:13:51.100Z] 3.0.0-dev.84: digest: sha256:93372906f8edfa93f438bbcbc9ec6738f112a1831c8ed5e8ef6831c4d9cb3dce size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:13:51.440Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:13:51.773Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T22:13:51.773Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-03-08T22:13:51.773Z] 10262a5ddecd: Preparing [2023-03-08T22:13:51.773Z] 28319fdffd0f: Preparing [2023-03-08T22:13:51.773Z] 260ca49abe2f: Preparing [2023-03-08T22:13:51.773Z] 98709df85f62: Preparing [2023-03-08T22:13:51.773Z] b8d12d593f1c: Preparing [2023-03-08T22:13:51.773Z] f70ee36035b9: Preparing [2023-03-08T22:13:51.773Z] f70ee36035b9: Waiting [2023-03-08T22:13:51.773Z] b8d12d593f1c: Layer already exists [2023-03-08T22:13:51.773Z] 10262a5ddecd: Layer already exists [2023-03-08T22:13:51.773Z] 28319fdffd0f: Layer already exists [2023-03-08T22:13:51.773Z] 98709df85f62: Layer already exists [2023-03-08T22:13:51.773Z] 260ca49abe2f: Layer already exists [2023-03-08T22:13:51.773Z] f70ee36035b9: Layer already exists [2023-03-08T22:13:52.040Z] 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84: digest: sha256:93372906f8edfa93f438bbcbc9ec6738f112a1831c8ed5e8ef6831c4d9cb3dce size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:13:52.378Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:13:52.712Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2023-03-08T22:13:52.712Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-03-08T22:13:52.712Z] 10262a5ddecd: Preparing [2023-03-08T22:13:52.712Z] 28319fdffd0f: Preparing [2023-03-08T22:13:52.712Z] 260ca49abe2f: Preparing [2023-03-08T22:13:52.712Z] 98709df85f62: Preparing [2023-03-08T22:13:52.712Z] b8d12d593f1c: Preparing [2023-03-08T22:13:52.712Z] f70ee36035b9: Preparing [2023-03-08T22:13:52.712Z] f70ee36035b9: Waiting [2023-03-08T22:13:52.712Z] 260ca49abe2f: Layer already exists [2023-03-08T22:13:52.712Z] 98709df85f62: Layer already exists [2023-03-08T22:13:52.712Z] 10262a5ddecd: Layer already exists [2023-03-08T22:13:52.712Z] 28319fdffd0f: Layer already exists [2023-03-08T22:13:52.712Z] b8d12d593f1c: Layer already exists [2023-03-08T22:13:52.712Z] f70ee36035b9: Layer already exists [2023-03-08T22:13:52.978Z] main: digest: sha256:93372906f8edfa93f438bbcbc9ec6738f112a1831c8ed5e8ef6831c4d9cb3dce size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-08T22:13:53.029Z] ===================================================== [Pipeline] echo [2023-03-08T22:13:53.039Z] taggedImages: [2023-03-08T22:13:53.039Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T22:13:53.039Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-03-08T22:13:53.039Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.84 [2023-03-08T22:13:53.039Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T22:13:53.039Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2023-03-08T22:13:53.066Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2023-03-08T22:13:53.066Z] 54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T22:13:53.066Z] latest [2023-03-08T22:13:53.066Z] 3.0.0-dev.84 [2023-03-08T22:13:53.066Z] 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T22:13:53.066Z] main [2023-03-08T22:13:53.066Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:13:53.410Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:13:53.752Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T22:13:53.753Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-03-08T22:13:53.753Z] 78757bb0c569: Preparing [2023-03-08T22:13:53.753Z] 78757bb0c569: Preparing [2023-03-08T22:13:53.753Z] 0a83f6b5d913: Preparing [2023-03-08T22:13:53.753Z] 09fffd7f3222: Preparing [2023-03-08T22:13:53.753Z] 1186370e665d: Preparing [2023-03-08T22:13:53.753Z] 06864c2c94f3: Preparing [2023-03-08T22:13:53.753Z] 605b928d40d3: Preparing [2023-03-08T22:13:53.753Z] 98709df85f62: Preparing [2023-03-08T22:13:53.753Z] 322196fb5a45: Preparing [2023-03-08T22:13:53.753Z] 047065c9aed9: Preparing [2023-03-08T22:13:53.753Z] 522fb60d5a85: Preparing [2023-03-08T22:13:53.753Z] 6595f6095645: Preparing [2023-03-08T22:13:53.753Z] f70ee36035b9: Preparing [2023-03-08T22:13:53.753Z] 047065c9aed9: Waiting [2023-03-08T22:13:53.753Z] 522fb60d5a85: Waiting [2023-03-08T22:13:53.753Z] 6595f6095645: Waiting [2023-03-08T22:13:53.753Z] f70ee36035b9: Waiting [2023-03-08T22:13:53.753Z] 605b928d40d3: Waiting [2023-03-08T22:13:53.753Z] 98709df85f62: Waiting [2023-03-08T22:13:53.753Z] 322196fb5a45: Waiting [2023-03-08T22:13:54.020Z] 06864c2c94f3: Pushed [2023-03-08T22:13:54.020Z] 78757bb0c569: Pushed [2023-03-08T22:13:54.020Z] 1186370e665d: Pushed [2023-03-08T22:13:54.020Z] 0a83f6b5d913: Pushed [2023-03-08T22:13:54.020Z] 09fffd7f3222: Pushed [2023-03-08T22:13:54.020Z] 98709df85f62: Layer already exists [2023-03-08T22:13:54.286Z] 322196fb5a45: Pushed [2023-03-08T22:13:54.286Z] 047065c9aed9: Pushed [2023-03-08T22:13:54.286Z] f70ee36035b9: Layer already exists [2023-03-08T22:13:54.286Z] 522fb60d5a85: Pushed [2023-03-08T22:13:54.286Z] 6595f6095645: Pushed [2023-03-08T22:13:57.631Z] 605b928d40d3: Pushed [2023-03-08T22:13:57.900Z] 54929a7ab6bf9e03e113416e19b38331485fa87d: digest: sha256:e6380514cc528a09989225ca9c38d75deb69d06cd156c2983add638c41e32128 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:13:58.245Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:13:58.584Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-03-08T22:13:58.584Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-03-08T22:13:58.584Z] 78757bb0c569: Preparing [2023-03-08T22:13:58.584Z] 78757bb0c569: Preparing [2023-03-08T22:13:58.584Z] 0a83f6b5d913: Preparing [2023-03-08T22:13:58.584Z] 09fffd7f3222: Preparing [2023-03-08T22:13:58.584Z] 1186370e665d: Preparing [2023-03-08T22:13:58.584Z] 06864c2c94f3: Preparing [2023-03-08T22:13:58.584Z] 605b928d40d3: Preparing [2023-03-08T22:13:58.584Z] 98709df85f62: Preparing [2023-03-08T22:13:58.584Z] 322196fb5a45: Preparing [2023-03-08T22:13:58.584Z] 047065c9aed9: Preparing [2023-03-08T22:13:58.584Z] 522fb60d5a85: Preparing [2023-03-08T22:13:58.584Z] 6595f6095645: Preparing [2023-03-08T22:13:58.584Z] f70ee36035b9: Preparing [2023-03-08T22:13:58.584Z] 322196fb5a45: Waiting [2023-03-08T22:13:58.584Z] 605b928d40d3: Waiting [2023-03-08T22:13:58.584Z] 047065c9aed9: Waiting [2023-03-08T22:13:58.584Z] 522fb60d5a85: Waiting [2023-03-08T22:13:58.584Z] 6595f6095645: Waiting [2023-03-08T22:13:58.584Z] 98709df85f62: Waiting [2023-03-08T22:13:58.584Z] f70ee36035b9: Waiting [2023-03-08T22:13:58.584Z] 06864c2c94f3: Layer already exists [2023-03-08T22:13:58.584Z] 78757bb0c569: Layer already exists [2023-03-08T22:13:58.584Z] 1186370e665d: Layer already exists [2023-03-08T22:13:58.584Z] 09fffd7f3222: Layer already exists [2023-03-08T22:13:58.584Z] 0a83f6b5d913: Layer already exists [2023-03-08T22:13:58.584Z] 322196fb5a45: Layer already exists [2023-03-08T22:13:58.584Z] 98709df85f62: Layer already exists [2023-03-08T22:13:58.584Z] 605b928d40d3: Layer already exists [2023-03-08T22:13:58.584Z] 522fb60d5a85: Layer already exists [2023-03-08T22:13:58.584Z] 047065c9aed9: Layer already exists [2023-03-08T22:13:58.584Z] 6595f6095645: Layer already exists [2023-03-08T22:13:58.584Z] f70ee36035b9: Layer already exists [2023-03-08T22:13:58.850Z] latest: digest: sha256:e6380514cc528a09989225ca9c38d75deb69d06cd156c2983add638c41e32128 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:13:59.192Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:13:59.528Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.84 [2023-03-08T22:13:59.528Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-03-08T22:13:59.528Z] 78757bb0c569: Preparing [2023-03-08T22:13:59.528Z] 78757bb0c569: Preparing [2023-03-08T22:13:59.528Z] 0a83f6b5d913: Preparing [2023-03-08T22:13:59.528Z] 09fffd7f3222: Preparing [2023-03-08T22:13:59.528Z] 1186370e665d: Preparing [2023-03-08T22:13:59.528Z] 06864c2c94f3: Preparing [2023-03-08T22:13:59.528Z] 605b928d40d3: Preparing [2023-03-08T22:13:59.528Z] 98709df85f62: Preparing [2023-03-08T22:13:59.528Z] 322196fb5a45: Preparing [2023-03-08T22:13:59.528Z] 047065c9aed9: Preparing [2023-03-08T22:13:59.528Z] 522fb60d5a85: Preparing [2023-03-08T22:13:59.528Z] 6595f6095645: Preparing [2023-03-08T22:13:59.528Z] f70ee36035b9: Preparing [2023-03-08T22:13:59.528Z] 047065c9aed9: Waiting [2023-03-08T22:13:59.528Z] 522fb60d5a85: Waiting [2023-03-08T22:13:59.528Z] 6595f6095645: Waiting [2023-03-08T22:13:59.528Z] f70ee36035b9: Waiting [2023-03-08T22:13:59.528Z] 98709df85f62: Waiting [2023-03-08T22:13:59.528Z] 322196fb5a45: Waiting [2023-03-08T22:13:59.528Z] 605b928d40d3: Waiting [2023-03-08T22:13:59.528Z] 78757bb0c569: Layer already exists [2023-03-08T22:13:59.528Z] 1186370e665d: Layer already exists [2023-03-08T22:13:59.528Z] 0a83f6b5d913: Layer already exists [2023-03-08T22:13:59.528Z] 09fffd7f3222: Layer already exists [2023-03-08T22:13:59.528Z] 06864c2c94f3: Layer already exists [2023-03-08T22:13:59.528Z] 605b928d40d3: Layer already exists [2023-03-08T22:13:59.528Z] 98709df85f62: Layer already exists [2023-03-08T22:13:59.528Z] 047065c9aed9: Layer already exists [2023-03-08T22:13:59.528Z] 322196fb5a45: Layer already exists [2023-03-08T22:13:59.528Z] 522fb60d5a85: Layer already exists [2023-03-08T22:13:59.528Z] 6595f6095645: Layer already exists [2023-03-08T22:13:59.528Z] f70ee36035b9: Layer already exists [2023-03-08T22:13:59.793Z] 3.0.0-dev.84: digest: sha256:e6380514cc528a09989225ca9c38d75deb69d06cd156c2983add638c41e32128 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:14:00.143Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:14:00.479Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T22:14:00.479Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-03-08T22:14:00.479Z] 78757bb0c569: Preparing [2023-03-08T22:14:00.479Z] 78757bb0c569: Preparing [2023-03-08T22:14:00.479Z] 0a83f6b5d913: Preparing [2023-03-08T22:14:00.479Z] 09fffd7f3222: Preparing [2023-03-08T22:14:00.479Z] 1186370e665d: Preparing [2023-03-08T22:14:00.479Z] 06864c2c94f3: Preparing [2023-03-08T22:14:00.479Z] 605b928d40d3: Preparing [2023-03-08T22:14:00.479Z] 98709df85f62: Preparing [2023-03-08T22:14:00.479Z] 322196fb5a45: Preparing [2023-03-08T22:14:00.479Z] 047065c9aed9: Preparing [2023-03-08T22:14:00.479Z] 522fb60d5a85: Preparing [2023-03-08T22:14:00.479Z] 6595f6095645: Preparing [2023-03-08T22:14:00.479Z] f70ee36035b9: Preparing [2023-03-08T22:14:00.479Z] 605b928d40d3: Waiting [2023-03-08T22:14:00.479Z] 98709df85f62: Waiting [2023-03-08T22:14:00.479Z] 322196fb5a45: Waiting [2023-03-08T22:14:00.479Z] 047065c9aed9: Waiting [2023-03-08T22:14:00.479Z] 522fb60d5a85: Waiting [2023-03-08T22:14:00.479Z] 6595f6095645: Waiting [2023-03-08T22:14:00.479Z] f70ee36035b9: Waiting [2023-03-08T22:14:00.479Z] 06864c2c94f3: Layer already exists [2023-03-08T22:14:00.479Z] 09fffd7f3222: Layer already exists [2023-03-08T22:14:00.479Z] 0a83f6b5d913: Layer already exists [2023-03-08T22:14:00.479Z] 1186370e665d: Layer already exists [2023-03-08T22:14:00.479Z] 78757bb0c569: Layer already exists [2023-03-08T22:14:00.479Z] 605b928d40d3: Layer already exists [2023-03-08T22:14:00.479Z] 522fb60d5a85: Layer already exists [2023-03-08T22:14:00.479Z] 322196fb5a45: Layer already exists [2023-03-08T22:14:00.479Z] 98709df85f62: Layer already exists [2023-03-08T22:14:00.479Z] 047065c9aed9: Layer already exists [2023-03-08T22:14:00.479Z] f70ee36035b9: Layer already exists [2023-03-08T22:14:00.479Z] 6595f6095645: Layer already exists [2023-03-08T22:14:00.744Z] 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84: digest: sha256:e6380514cc528a09989225ca9c38d75deb69d06cd156c2983add638c41e32128 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:14:01.079Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:14:01.424Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2023-03-08T22:14:01.424Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-03-08T22:14:01.424Z] 78757bb0c569: Preparing [2023-03-08T22:14:01.424Z] 78757bb0c569: Preparing [2023-03-08T22:14:01.424Z] 0a83f6b5d913: Preparing [2023-03-08T22:14:01.424Z] 09fffd7f3222: Preparing [2023-03-08T22:14:01.424Z] 1186370e665d: Preparing [2023-03-08T22:14:01.424Z] 06864c2c94f3: Preparing [2023-03-08T22:14:01.424Z] 605b928d40d3: Preparing [2023-03-08T22:14:01.424Z] 98709df85f62: Preparing [2023-03-08T22:14:01.424Z] 322196fb5a45: Preparing [2023-03-08T22:14:01.424Z] 047065c9aed9: Preparing [2023-03-08T22:14:01.424Z] 522fb60d5a85: Preparing [2023-03-08T22:14:01.424Z] 6595f6095645: Preparing [2023-03-08T22:14:01.424Z] f70ee36035b9: Preparing [2023-03-08T22:14:01.424Z] 605b928d40d3: Waiting [2023-03-08T22:14:01.424Z] 98709df85f62: Waiting [2023-03-08T22:14:01.424Z] 322196fb5a45: Waiting [2023-03-08T22:14:01.424Z] 047065c9aed9: Waiting [2023-03-08T22:14:01.424Z] f70ee36035b9: Waiting [2023-03-08T22:14:01.424Z] 522fb60d5a85: Waiting [2023-03-08T22:14:01.424Z] 6595f6095645: Waiting [2023-03-08T22:14:01.424Z] 06864c2c94f3: Layer already exists [2023-03-08T22:14:01.424Z] 0a83f6b5d913: Layer already exists [2023-03-08T22:14:01.424Z] 09fffd7f3222: Layer already exists [2023-03-08T22:14:01.424Z] 1186370e665d: Layer already exists [2023-03-08T22:14:01.424Z] 78757bb0c569: Layer already exists [2023-03-08T22:14:01.424Z] 522fb60d5a85: Layer already exists [2023-03-08T22:14:01.424Z] 98709df85f62: Layer already exists [2023-03-08T22:14:01.424Z] 322196fb5a45: Layer already exists [2023-03-08T22:14:01.424Z] 047065c9aed9: Layer already exists [2023-03-08T22:14:01.424Z] 605b928d40d3: Layer already exists [2023-03-08T22:14:01.424Z] 6595f6095645: Layer already exists [2023-03-08T22:14:01.424Z] f70ee36035b9: Layer already exists [2023-03-08T22:14:01.691Z] main: digest: sha256:e6380514cc528a09989225ca9c38d75deb69d06cd156c2983add638c41e32128 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-08T22:14:01.731Z] ===================================================== [Pipeline] echo [2023-03-08T22:14:01.736Z] taggedImages: [2023-03-08T22:14:01.736Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T22:14:01.736Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-03-08T22:14:01.736Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.84 [2023-03-08T22:14:01.736Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T22:14:01.736Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2023-03-08T22:14:01.761Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2023-03-08T22:14:01.761Z] 54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T22:14:01.761Z] latest [2023-03-08T22:14:01.761Z] 3.0.0-dev.84 [2023-03-08T22:14:01.761Z] 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T22:14:01.761Z] main [2023-03-08T22:14:01.761Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:14:02.104Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:14:02.445Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T22:14:02.445Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-03-08T22:14:02.445Z] 9151b08b385a: Preparing [2023-03-08T22:14:02.445Z] cd655c0d6588: Preparing [2023-03-08T22:14:02.445Z] 18e8ac044e5e: Preparing [2023-03-08T22:14:02.445Z] 0e1db395f42b: Preparing [2023-03-08T22:14:02.445Z] 98709df85f62: Preparing [2023-03-08T22:14:02.445Z] 748d8eec7b3e: Preparing [2023-03-08T22:14:02.445Z] f70ee36035b9: Preparing [2023-03-08T22:14:02.445Z] 748d8eec7b3e: Waiting [2023-03-08T22:14:02.445Z] f70ee36035b9: Waiting [2023-03-08T22:14:02.713Z] 98709df85f62: Layer already exists [2023-03-08T22:14:02.713Z] 748d8eec7b3e: Layer already exists [2023-03-08T22:14:02.713Z] f70ee36035b9: Layer already exists [2023-03-08T22:14:02.713Z] 18e8ac044e5e: Pushed [2023-03-08T22:14:02.713Z] 9151b08b385a: Pushed [2023-03-08T22:14:02.713Z] cd655c0d6588: Pushed [2023-03-08T22:14:05.296Z] 0e1db395f42b: Pushed [2023-03-08T22:14:05.296Z] 54929a7ab6bf9e03e113416e19b38331485fa87d: digest: sha256:6f042cedbd69dc53e66454421563c01fc30257e9132c69a6f1486fbb7b9a1281 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:14:05.635Z] + 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-03-08T22:14:05.981Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2023-03-08T22:14:05.981Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-03-08T22:14:05.981Z] 9151b08b385a: Preparing [2023-03-08T22:14:05.981Z] cd655c0d6588: Preparing [2023-03-08T22:14:05.981Z] 18e8ac044e5e: Preparing [2023-03-08T22:14:05.981Z] 0e1db395f42b: Preparing [2023-03-08T22:14:05.981Z] 98709df85f62: Preparing [2023-03-08T22:14:05.981Z] 748d8eec7b3e: Preparing [2023-03-08T22:14:05.981Z] f70ee36035b9: Preparing [2023-03-08T22:14:05.981Z] 748d8eec7b3e: Waiting [2023-03-08T22:14:05.981Z] f70ee36035b9: Waiting [2023-03-08T22:14:05.981Z] 98709df85f62: Layer already exists [2023-03-08T22:14:05.981Z] 18e8ac044e5e: Layer already exists [2023-03-08T22:14:05.981Z] 9151b08b385a: Layer already exists [2023-03-08T22:14:05.981Z] cd655c0d6588: Layer already exists [2023-03-08T22:14:05.981Z] 0e1db395f42b: Layer already exists [2023-03-08T22:14:05.981Z] f70ee36035b9: Layer already exists [2023-03-08T22:14:05.981Z] 748d8eec7b3e: Layer already exists [2023-03-08T22:14:06.248Z] latest: digest: sha256:6f042cedbd69dc53e66454421563c01fc30257e9132c69a6f1486fbb7b9a1281 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:14:06.614Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:14:06.953Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.84 [2023-03-08T22:14:06.953Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-03-08T22:14:06.953Z] 9151b08b385a: Preparing [2023-03-08T22:14:06.953Z] cd655c0d6588: Preparing [2023-03-08T22:14:06.953Z] 18e8ac044e5e: Preparing [2023-03-08T22:14:06.953Z] 0e1db395f42b: Preparing [2023-03-08T22:14:06.953Z] 98709df85f62: Preparing [2023-03-08T22:14:06.953Z] 748d8eec7b3e: Preparing [2023-03-08T22:14:06.953Z] f70ee36035b9: Preparing [2023-03-08T22:14:06.953Z] 748d8eec7b3e: Waiting [2023-03-08T22:14:06.953Z] f70ee36035b9: Waiting [2023-03-08T22:14:06.953Z] 0e1db395f42b: Layer already exists [2023-03-08T22:14:06.953Z] 9151b08b385a: Layer already exists [2023-03-08T22:14:06.953Z] 98709df85f62: Layer already exists [2023-03-08T22:14:06.953Z] cd655c0d6588: Layer already exists [2023-03-08T22:14:06.953Z] 18e8ac044e5e: Layer already exists [2023-03-08T22:14:06.953Z] f70ee36035b9: Layer already exists [2023-03-08T22:14:06.953Z] 748d8eec7b3e: Layer already exists [2023-03-08T22:14:07.262Z] 3.0.0-dev.84: digest: sha256:6f042cedbd69dc53e66454421563c01fc30257e9132c69a6f1486fbb7b9a1281 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:14:07.631Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:14:07.980Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T22:14:07.980Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-03-08T22:14:07.980Z] 9151b08b385a: Preparing [2023-03-08T22:14:07.980Z] cd655c0d6588: Preparing [2023-03-08T22:14:07.980Z] 18e8ac044e5e: Preparing [2023-03-08T22:14:07.980Z] 0e1db395f42b: Preparing [2023-03-08T22:14:07.980Z] 98709df85f62: Preparing [2023-03-08T22:14:07.980Z] 748d8eec7b3e: Preparing [2023-03-08T22:14:07.980Z] f70ee36035b9: Preparing [2023-03-08T22:14:07.980Z] 748d8eec7b3e: Waiting [2023-03-08T22:14:07.980Z] f70ee36035b9: Waiting [2023-03-08T22:14:07.980Z] 0e1db395f42b: Layer already exists [2023-03-08T22:14:07.980Z] 18e8ac044e5e: Layer already exists [2023-03-08T22:14:07.980Z] 98709df85f62: Layer already exists [2023-03-08T22:14:07.980Z] cd655c0d6588: Layer already exists [2023-03-08T22:14:07.980Z] 9151b08b385a: Layer already exists [2023-03-08T22:14:07.980Z] 748d8eec7b3e: Layer already exists [2023-03-08T22:14:07.980Z] f70ee36035b9: Layer already exists [2023-03-08T22:14:08.251Z] 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84: digest: sha256:6f042cedbd69dc53e66454421563c01fc30257e9132c69a6f1486fbb7b9a1281 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:14:08.598Z] + 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-03-08T22:14:08.929Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2023-03-08T22:14:08.929Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-03-08T22:14:08.929Z] 9151b08b385a: Preparing [2023-03-08T22:14:08.929Z] cd655c0d6588: Preparing [2023-03-08T22:14:08.929Z] 18e8ac044e5e: Preparing [2023-03-08T22:14:08.929Z] 0e1db395f42b: Preparing [2023-03-08T22:14:08.929Z] 98709df85f62: Preparing [2023-03-08T22:14:08.929Z] 748d8eec7b3e: Preparing [2023-03-08T22:14:08.929Z] f70ee36035b9: Preparing [2023-03-08T22:14:08.929Z] 748d8eec7b3e: Waiting [2023-03-08T22:14:08.929Z] f70ee36035b9: Waiting [2023-03-08T22:14:08.929Z] 98709df85f62: Layer already exists [2023-03-08T22:14:08.929Z] cd655c0d6588: Layer already exists [2023-03-08T22:14:08.929Z] 18e8ac044e5e: Layer already exists [2023-03-08T22:14:08.929Z] 9151b08b385a: Layer already exists [2023-03-08T22:14:08.929Z] 0e1db395f42b: Layer already exists [2023-03-08T22:14:08.929Z] f70ee36035b9: Layer already exists [2023-03-08T22:14:08.929Z] 748d8eec7b3e: Layer already exists [2023-03-08T22:14:09.195Z] main: digest: sha256:6f042cedbd69dc53e66454421563c01fc30257e9132c69a6f1486fbb7b9a1281 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-08T22:14:09.237Z] ===================================================== [Pipeline] echo [2023-03-08T22:14:09.242Z] taggedImages: [2023-03-08T22:14:09.243Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T22:14:09.243Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2023-03-08T22:14:09.243Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.84 [2023-03-08T22:14:09.243Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T22:14:09.243Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2023-03-08T22:14:09.258Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2023-03-08T22:14:09.258Z] 54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T22:14:09.258Z] latest [2023-03-08T22:14:09.258Z] 3.0.0-dev.84 [2023-03-08T22:14:09.258Z] 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T22:14:09.258Z] main [2023-03-08T22:14:09.258Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:14:09.599Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:14:09.953Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T22:14:09.953Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-03-08T22:14:09.953Z] 143d4755107b: Preparing [2023-03-08T22:14:09.953Z] f417e252db3f: Preparing [2023-03-08T22:14:09.953Z] be9402bbb6ef: Preparing [2023-03-08T22:14:09.953Z] 3a250875d43a: Preparing [2023-03-08T22:14:09.953Z] 4de65a9a9bed: Preparing [2023-03-08T22:14:09.953Z] 3a5ae138ae9a: Preparing [2023-03-08T22:14:09.953Z] f70ee36035b9: Preparing [2023-03-08T22:14:09.953Z] 3a5ae138ae9a: Waiting [2023-03-08T22:14:09.953Z] f70ee36035b9: Waiting [2023-03-08T22:14:10.222Z] 143d4755107b: Pushed [2023-03-08T22:14:10.222Z] 4de65a9a9bed: Pushed [2023-03-08T22:14:10.222Z] f417e252db3f: Pushed [2023-03-08T22:14:10.222Z] 3a250875d43a: Pushed [2023-03-08T22:14:10.222Z] f70ee36035b9: Layer already exists [2023-03-08T22:14:10.491Z] 3a5ae138ae9a: Pushed [2023-03-08T22:14:13.083Z] be9402bbb6ef: Pushed [2023-03-08T22:14:13.083Z] 54929a7ab6bf9e03e113416e19b38331485fa87d: digest: sha256:133fd30e47b2b9801d7fe98f2dad680be6e6de05803dced2c8766c11573c4461 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:14:13.435Z] + 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-03-08T22:14:13.775Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-03-08T22:14:13.775Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-03-08T22:14:13.775Z] 143d4755107b: Preparing [2023-03-08T22:14:13.775Z] f417e252db3f: Preparing [2023-03-08T22:14:13.775Z] be9402bbb6ef: Preparing [2023-03-08T22:14:13.775Z] 3a250875d43a: Preparing [2023-03-08T22:14:13.775Z] 4de65a9a9bed: Preparing [2023-03-08T22:14:13.775Z] 3a5ae138ae9a: Preparing [2023-03-08T22:14:13.775Z] f70ee36035b9: Preparing [2023-03-08T22:14:13.775Z] 3a5ae138ae9a: Waiting [2023-03-08T22:14:13.775Z] f70ee36035b9: Waiting [2023-03-08T22:14:13.775Z] be9402bbb6ef: Layer already exists [2023-03-08T22:14:13.775Z] 143d4755107b: Layer already exists [2023-03-08T22:14:13.775Z] 4de65a9a9bed: Layer already exists [2023-03-08T22:14:13.775Z] 3a250875d43a: Layer already exists [2023-03-08T22:14:13.775Z] f417e252db3f: Layer already exists [2023-03-08T22:14:13.775Z] 3a5ae138ae9a: Layer already exists [2023-03-08T22:14:13.775Z] f70ee36035b9: Layer already exists [2023-03-08T22:14:14.042Z] latest: digest: sha256:133fd30e47b2b9801d7fe98f2dad680be6e6de05803dced2c8766c11573c4461 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:14:14.394Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:14:14.739Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.84 [2023-03-08T22:14:14.739Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-03-08T22:14:14.739Z] 143d4755107b: Preparing [2023-03-08T22:14:14.739Z] f417e252db3f: Preparing [2023-03-08T22:14:14.739Z] be9402bbb6ef: Preparing [2023-03-08T22:14:14.739Z] 3a250875d43a: Preparing [2023-03-08T22:14:14.739Z] 4de65a9a9bed: Preparing [2023-03-08T22:14:14.739Z] 3a5ae138ae9a: Preparing [2023-03-08T22:14:14.739Z] f70ee36035b9: Preparing [2023-03-08T22:14:14.739Z] 3a5ae138ae9a: Waiting [2023-03-08T22:14:14.739Z] f70ee36035b9: Waiting [2023-03-08T22:14:14.739Z] f417e252db3f: Layer already exists [2023-03-08T22:14:14.739Z] 4de65a9a9bed: Layer already exists [2023-03-08T22:14:14.739Z] be9402bbb6ef: Layer already exists [2023-03-08T22:14:14.739Z] 143d4755107b: Layer already exists [2023-03-08T22:14:14.739Z] 3a250875d43a: Layer already exists [2023-03-08T22:14:14.739Z] f70ee36035b9: Layer already exists [2023-03-08T22:14:14.739Z] 3a5ae138ae9a: Layer already exists [2023-03-08T22:14:15.007Z] 3.0.0-dev.84: digest: sha256:133fd30e47b2b9801d7fe98f2dad680be6e6de05803dced2c8766c11573c4461 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:14:15.354Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:14:15.704Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T22:14:15.704Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-03-08T22:14:15.704Z] 143d4755107b: Preparing [2023-03-08T22:14:15.704Z] f417e252db3f: Preparing [2023-03-08T22:14:15.704Z] be9402bbb6ef: Preparing [2023-03-08T22:14:15.704Z] 3a250875d43a: Preparing [2023-03-08T22:14:15.704Z] 4de65a9a9bed: Preparing [2023-03-08T22:14:15.704Z] 3a5ae138ae9a: Preparing [2023-03-08T22:14:15.704Z] f70ee36035b9: Preparing [2023-03-08T22:14:15.704Z] 3a5ae138ae9a: Waiting [2023-03-08T22:14:15.704Z] f70ee36035b9: Waiting [2023-03-08T22:14:15.704Z] f417e252db3f: Layer already exists [2023-03-08T22:14:15.704Z] 3a250875d43a: Layer already exists [2023-03-08T22:14:15.704Z] 4de65a9a9bed: Layer already exists [2023-03-08T22:14:15.704Z] be9402bbb6ef: Layer already exists [2023-03-08T22:14:15.704Z] 143d4755107b: Layer already exists [2023-03-08T22:14:15.704Z] 3a5ae138ae9a: Layer already exists [2023-03-08T22:14:15.704Z] f70ee36035b9: Layer already exists [2023-03-08T22:14:15.971Z] 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84: digest: sha256:133fd30e47b2b9801d7fe98f2dad680be6e6de05803dced2c8766c11573c4461 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:14:16.317Z] + 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-03-08T22:14:16.656Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2023-03-08T22:14:16.656Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-03-08T22:14:16.656Z] 143d4755107b: Preparing [2023-03-08T22:14:16.656Z] f417e252db3f: Preparing [2023-03-08T22:14:16.656Z] be9402bbb6ef: Preparing [2023-03-08T22:14:16.656Z] 3a250875d43a: Preparing [2023-03-08T22:14:16.656Z] 4de65a9a9bed: Preparing [2023-03-08T22:14:16.656Z] 3a5ae138ae9a: Preparing [2023-03-08T22:14:16.656Z] f70ee36035b9: Preparing [2023-03-08T22:14:16.656Z] 3a5ae138ae9a: Waiting [2023-03-08T22:14:16.656Z] f70ee36035b9: Waiting [2023-03-08T22:14:16.656Z] 143d4755107b: Layer already exists [2023-03-08T22:14:16.656Z] f417e252db3f: Layer already exists [2023-03-08T22:14:16.656Z] 3a250875d43a: Layer already exists [2023-03-08T22:14:16.656Z] 4de65a9a9bed: Layer already exists [2023-03-08T22:14:16.656Z] be9402bbb6ef: Layer already exists [2023-03-08T22:14:16.656Z] f70ee36035b9: Layer already exists [2023-03-08T22:14:16.656Z] 3a5ae138ae9a: Layer already exists [2023-03-08T22:14:16.922Z] main: digest: sha256:133fd30e47b2b9801d7fe98f2dad680be6e6de05803dced2c8766c11573c4461 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-08T22:14:16.976Z] ===================================================== [Pipeline] echo [2023-03-08T22:14:16.983Z] taggedImages: [2023-03-08T22:14:16.983Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T22:14:16.983Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-03-08T22:14:16.983Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.84 [2023-03-08T22:14:16.983Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T22:14:16.983Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2023-03-08T22:14:17.003Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2023-03-08T22:14:17.003Z] 54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T22:14:17.003Z] latest [2023-03-08T22:14:17.003Z] 3.0.0-dev.84 [2023-03-08T22:14:17.003Z] 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T22:14:17.003Z] main [2023-03-08T22:14:17.003Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:14:17.341Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:14:17.680Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T22:14:17.680Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-03-08T22:14:17.680Z] bbd768156ec4: Preparing [2023-03-08T22:14:17.680Z] 76957569345f: Preparing [2023-03-08T22:14:17.680Z] 54cc6658275e: Preparing [2023-03-08T22:14:17.680Z] d27a539b6e52: Preparing [2023-03-08T22:14:17.680Z] c59e8bac32f0: Preparing [2023-03-08T22:14:17.680Z] 58df78c2792f: Preparing [2023-03-08T22:14:17.680Z] 794efe84b7d3: Preparing [2023-03-08T22:14:17.680Z] 21305550e48f: Preparing [2023-03-08T22:14:17.680Z] f70ee36035b9: Preparing [2023-03-08T22:14:17.680Z] 21305550e48f: Waiting [2023-03-08T22:14:17.680Z] 58df78c2792f: Waiting [2023-03-08T22:14:17.680Z] 794efe84b7d3: Waiting [2023-03-08T22:14:17.680Z] f70ee36035b9: Waiting [2023-03-08T22:14:17.950Z] 76957569345f: Pushed [2023-03-08T22:14:17.950Z] bbd768156ec4: Pushed [2023-03-08T22:14:17.950Z] c59e8bac32f0: Pushed [2023-03-08T22:14:18.219Z] 58df78c2792f: Pushed [2023-03-08T22:14:18.219Z] f70ee36035b9: Layer already exists [2023-03-08T22:14:18.219Z] 794efe84b7d3: Pushed [2023-03-08T22:14:18.486Z] 21305550e48f: Pushed [2023-03-08T22:14:20.428Z] d27a539b6e52: Pushed [2023-03-08T22:14:21.010Z] 54cc6658275e: Pushed [2023-03-08T22:14:21.275Z] 54929a7ab6bf9e03e113416e19b38331485fa87d: digest: sha256:29390c8ac7bd98adc4947ceca05c3a7b2519a1b1771453c56997aeace42e4b1a size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:14:21.612Z] + 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-03-08T22:14:21.953Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-03-08T22:14:21.953Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-03-08T22:14:21.953Z] bbd768156ec4: Preparing [2023-03-08T22:14:21.953Z] 76957569345f: Preparing [2023-03-08T22:14:21.953Z] 54cc6658275e: Preparing [2023-03-08T22:14:21.953Z] d27a539b6e52: Preparing [2023-03-08T22:14:21.953Z] c59e8bac32f0: Preparing [2023-03-08T22:14:21.953Z] 58df78c2792f: Preparing [2023-03-08T22:14:21.953Z] 794efe84b7d3: Preparing [2023-03-08T22:14:21.953Z] 21305550e48f: Preparing [2023-03-08T22:14:21.953Z] f70ee36035b9: Preparing [2023-03-08T22:14:21.953Z] 794efe84b7d3: Waiting [2023-03-08T22:14:21.953Z] 21305550e48f: Waiting [2023-03-08T22:14:21.953Z] f70ee36035b9: Waiting [2023-03-08T22:14:21.953Z] 58df78c2792f: Waiting [2023-03-08T22:14:21.953Z] 76957569345f: Layer already exists [2023-03-08T22:14:21.953Z] bbd768156ec4: Layer already exists [2023-03-08T22:14:21.953Z] c59e8bac32f0: Layer already exists [2023-03-08T22:14:21.953Z] d27a539b6e52: Layer already exists [2023-03-08T22:14:21.953Z] 54cc6658275e: Layer already exists [2023-03-08T22:14:21.953Z] 21305550e48f: Layer already exists [2023-03-08T22:14:21.953Z] f70ee36035b9: Layer already exists [2023-03-08T22:14:21.953Z] 58df78c2792f: Layer already exists [2023-03-08T22:14:21.953Z] 794efe84b7d3: Layer already exists [2023-03-08T22:14:22.219Z] latest: digest: sha256:29390c8ac7bd98adc4947ceca05c3a7b2519a1b1771453c56997aeace42e4b1a size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:14:22.561Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:14:22.894Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.84 [2023-03-08T22:14:22.894Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-03-08T22:14:22.894Z] bbd768156ec4: Preparing [2023-03-08T22:14:22.894Z] 76957569345f: Preparing [2023-03-08T22:14:22.894Z] 54cc6658275e: Preparing [2023-03-08T22:14:22.894Z] d27a539b6e52: Preparing [2023-03-08T22:14:22.894Z] c59e8bac32f0: Preparing [2023-03-08T22:14:22.894Z] 58df78c2792f: Preparing [2023-03-08T22:14:22.894Z] 794efe84b7d3: Preparing [2023-03-08T22:14:22.894Z] 21305550e48f: Preparing [2023-03-08T22:14:22.894Z] f70ee36035b9: Preparing [2023-03-08T22:14:22.894Z] 794efe84b7d3: Waiting [2023-03-08T22:14:22.894Z] 21305550e48f: Waiting [2023-03-08T22:14:22.894Z] 58df78c2792f: Waiting [2023-03-08T22:14:22.894Z] f70ee36035b9: Waiting [2023-03-08T22:14:22.894Z] 54cc6658275e: Layer already exists [2023-03-08T22:14:22.894Z] bbd768156ec4: Layer already exists [2023-03-08T22:14:22.894Z] d27a539b6e52: Layer already exists [2023-03-08T22:14:22.894Z] 76957569345f: Layer already exists [2023-03-08T22:14:22.894Z] c59e8bac32f0: Layer already exists [2023-03-08T22:14:22.894Z] 21305550e48f: Layer already exists [2023-03-08T22:14:22.894Z] 58df78c2792f: Layer already exists [2023-03-08T22:14:22.894Z] 794efe84b7d3: Layer already exists [2023-03-08T22:14:22.894Z] f70ee36035b9: Layer already exists [2023-03-08T22:14:22.894Z] 3.0.0-dev.84: digest: sha256:29390c8ac7bd98adc4947ceca05c3a7b2519a1b1771453c56997aeace42e4b1a size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:14:23.504Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:14:23.846Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T22:14:23.846Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-03-08T22:14:23.846Z] bbd768156ec4: Preparing [2023-03-08T22:14:23.846Z] 76957569345f: Preparing [2023-03-08T22:14:23.846Z] 54cc6658275e: Preparing [2023-03-08T22:14:23.846Z] d27a539b6e52: Preparing [2023-03-08T22:14:23.846Z] c59e8bac32f0: Preparing [2023-03-08T22:14:23.846Z] 58df78c2792f: Preparing [2023-03-08T22:14:23.846Z] 794efe84b7d3: Preparing [2023-03-08T22:14:23.846Z] 21305550e48f: Preparing [2023-03-08T22:14:23.846Z] f70ee36035b9: Preparing [2023-03-08T22:14:23.846Z] 58df78c2792f: Waiting [2023-03-08T22:14:23.846Z] 794efe84b7d3: Waiting [2023-03-08T22:14:23.846Z] 21305550e48f: Waiting [2023-03-08T22:14:23.846Z] f70ee36035b9: Waiting [2023-03-08T22:14:23.846Z] c59e8bac32f0: Layer already exists [2023-03-08T22:14:23.846Z] d27a539b6e52: Layer already exists [2023-03-08T22:14:23.846Z] bbd768156ec4: Layer already exists [2023-03-08T22:14:23.846Z] 54cc6658275e: Layer already exists [2023-03-08T22:14:23.846Z] 76957569345f: Layer already exists [2023-03-08T22:14:23.846Z] 21305550e48f: Layer already exists [2023-03-08T22:14:23.846Z] 58df78c2792f: Layer already exists [2023-03-08T22:14:23.846Z] 794efe84b7d3: Layer already exists [2023-03-08T22:14:23.846Z] f70ee36035b9: Layer already exists [2023-03-08T22:14:24.112Z] 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84: digest: sha256:29390c8ac7bd98adc4947ceca05c3a7b2519a1b1771453c56997aeace42e4b1a size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:14:24.448Z] + 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-03-08T22:14:24.780Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2023-03-08T22:14:24.780Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-03-08T22:14:24.780Z] bbd768156ec4: Preparing [2023-03-08T22:14:24.780Z] 76957569345f: Preparing [2023-03-08T22:14:24.780Z] 54cc6658275e: Preparing [2023-03-08T22:14:24.780Z] d27a539b6e52: Preparing [2023-03-08T22:14:24.780Z] c59e8bac32f0: Preparing [2023-03-08T22:14:24.780Z] 58df78c2792f: Preparing [2023-03-08T22:14:24.780Z] 794efe84b7d3: Preparing [2023-03-08T22:14:24.780Z] 21305550e48f: Preparing [2023-03-08T22:14:24.780Z] f70ee36035b9: Preparing [2023-03-08T22:14:24.780Z] 58df78c2792f: Waiting [2023-03-08T22:14:24.780Z] 794efe84b7d3: Waiting [2023-03-08T22:14:24.780Z] f70ee36035b9: Waiting [2023-03-08T22:14:24.780Z] 21305550e48f: Waiting [2023-03-08T22:14:24.780Z] 76957569345f: Layer already exists [2023-03-08T22:14:24.780Z] d27a539b6e52: Layer already exists [2023-03-08T22:14:24.780Z] bbd768156ec4: Layer already exists [2023-03-08T22:14:24.780Z] c59e8bac32f0: Layer already exists [2023-03-08T22:14:24.780Z] 54cc6658275e: Layer already exists [2023-03-08T22:14:24.780Z] 21305550e48f: Layer already exists [2023-03-08T22:14:24.780Z] 794efe84b7d3: Layer already exists [2023-03-08T22:14:24.780Z] 58df78c2792f: Layer already exists [2023-03-08T22:14:24.780Z] f70ee36035b9: Layer already exists [2023-03-08T22:14:25.047Z] main: digest: sha256:29390c8ac7bd98adc4947ceca05c3a7b2519a1b1771453c56997aeace42e4b1a size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-08T22:14:25.092Z] ===================================================== [Pipeline] echo [2023-03-08T22:14:25.098Z] taggedImages: [2023-03-08T22:14:25.098Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T22:14:25.098Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-03-08T22:14:25.098Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.84 [2023-03-08T22:14:25.098Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T22:14:25.098Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2023-03-08T22:14:25.112Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2023-03-08T22:14:25.112Z] 54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T22:14:25.112Z] latest [2023-03-08T22:14:25.112Z] 3.0.0-dev.84 [2023-03-08T22:14:25.112Z] 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T22:14:25.112Z] main [2023-03-08T22:14:25.112Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:14:25.444Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:14:25.777Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T22:14:25.777Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-03-08T22:14:25.777Z] f7f1d910d08e: Preparing [2023-03-08T22:14:25.777Z] 5d4ebb42aeac: Preparing [2023-03-08T22:14:25.777Z] 98709df85f62: Preparing [2023-03-08T22:14:25.777Z] 93d2ca802d73: Preparing [2023-03-08T22:14:25.777Z] a8cfdf0cc8ec: Preparing [2023-03-08T22:14:25.777Z] 98709df85f62: Layer already exists [2023-03-08T22:14:25.777Z] a8cfdf0cc8ec: Layer already exists [2023-03-08T22:14:26.045Z] f7f1d910d08e: Pushed [2023-03-08T22:14:27.004Z] 93d2ca802d73: Pushed [2023-03-08T22:14:30.470Z] 5d4ebb42aeac: Pushed [2023-03-08T22:14:30.470Z] 54929a7ab6bf9e03e113416e19b38331485fa87d: digest: sha256:b579961676cc065afbd769e3cad53decf5a3e13ca21e469bb58ade63c8d6c987 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:14:30.817Z] + 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-03-08T22:14:31.152Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-03-08T22:14:31.152Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-03-08T22:14:31.152Z] f7f1d910d08e: Preparing [2023-03-08T22:14:31.152Z] 5d4ebb42aeac: Preparing [2023-03-08T22:14:31.152Z] 98709df85f62: Preparing [2023-03-08T22:14:31.152Z] 93d2ca802d73: Preparing [2023-03-08T22:14:31.152Z] a8cfdf0cc8ec: Preparing [2023-03-08T22:14:31.152Z] 5d4ebb42aeac: Layer already exists [2023-03-08T22:14:31.152Z] f7f1d910d08e: Layer already exists [2023-03-08T22:14:31.152Z] 98709df85f62: Layer already exists [2023-03-08T22:14:31.152Z] a8cfdf0cc8ec: Layer already exists [2023-03-08T22:14:31.152Z] 93d2ca802d73: Layer already exists [2023-03-08T22:14:31.152Z] latest: digest: sha256:b579961676cc065afbd769e3cad53decf5a3e13ca21e469bb58ade63c8d6c987 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:14:31.759Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:14:32.116Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.84 [2023-03-08T22:14:32.117Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-03-08T22:14:32.117Z] f7f1d910d08e: Preparing [2023-03-08T22:14:32.117Z] 5d4ebb42aeac: Preparing [2023-03-08T22:14:32.117Z] 98709df85f62: Preparing [2023-03-08T22:14:32.117Z] 93d2ca802d73: Preparing [2023-03-08T22:14:32.117Z] a8cfdf0cc8ec: Preparing [2023-03-08T22:14:32.117Z] a8cfdf0cc8ec: Layer already exists [2023-03-08T22:14:32.117Z] 5d4ebb42aeac: Layer already exists [2023-03-08T22:14:32.117Z] 93d2ca802d73: Layer already exists [2023-03-08T22:14:32.117Z] f7f1d910d08e: Layer already exists [2023-03-08T22:14:32.117Z] 98709df85f62: Layer already exists [2023-03-08T22:14:32.382Z] 3.0.0-dev.84: digest: sha256:b579961676cc065afbd769e3cad53decf5a3e13ca21e469bb58ade63c8d6c987 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:14:32.729Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:14:33.068Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T22:14:33.068Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-03-08T22:14:33.068Z] f7f1d910d08e: Preparing [2023-03-08T22:14:33.068Z] 5d4ebb42aeac: Preparing [2023-03-08T22:14:33.068Z] 98709df85f62: Preparing [2023-03-08T22:14:33.068Z] 93d2ca802d73: Preparing [2023-03-08T22:14:33.068Z] a8cfdf0cc8ec: Preparing [2023-03-08T22:14:33.068Z] 93d2ca802d73: Layer already exists [2023-03-08T22:14:33.068Z] 98709df85f62: Layer already exists [2023-03-08T22:14:33.068Z] a8cfdf0cc8ec: Layer already exists [2023-03-08T22:14:33.068Z] 5d4ebb42aeac: Layer already exists [2023-03-08T22:14:33.068Z] f7f1d910d08e: Layer already exists [2023-03-08T22:14:33.068Z] 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84: digest: sha256:b579961676cc065afbd769e3cad53decf5a3e13ca21e469bb58ade63c8d6c987 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:14:33.673Z] + 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-03-08T22:14:34.011Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2023-03-08T22:14:34.011Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-03-08T22:14:34.011Z] f7f1d910d08e: Preparing [2023-03-08T22:14:34.011Z] 5d4ebb42aeac: Preparing [2023-03-08T22:14:34.011Z] 98709df85f62: Preparing [2023-03-08T22:14:34.011Z] 93d2ca802d73: Preparing [2023-03-08T22:14:34.011Z] a8cfdf0cc8ec: Preparing [2023-03-08T22:14:34.011Z] f7f1d910d08e: Layer already exists [2023-03-08T22:14:34.011Z] 98709df85f62: Layer already exists [2023-03-08T22:14:34.011Z] 93d2ca802d73: Layer already exists [2023-03-08T22:14:34.011Z] 5d4ebb42aeac: Layer already exists [2023-03-08T22:14:34.011Z] a8cfdf0cc8ec: Layer already exists [2023-03-08T22:14:34.278Z] main: digest: sha256:b579961676cc065afbd769e3cad53decf5a3e13ca21e469bb58ade63c8d6c987 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-08T22:14:34.326Z] ===================================================== [Pipeline] echo [2023-03-08T22:14:34.335Z] taggedImages: [2023-03-08T22:14:34.335Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T22:14:34.335Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-03-08T22:14:34.335Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.84 [2023-03-08T22:14:34.335Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T22:14:34.335Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2023-03-08T22:14:34.358Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2023-03-08T22:14:34.358Z] 54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T22:14:34.358Z] latest [2023-03-08T22:14:34.358Z] 3.0.0-dev.84 [2023-03-08T22:14:34.358Z] 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T22:14:34.358Z] main [2023-03-08T22:14:34.358Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:14:34.708Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:14:35.050Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T22:14:35.050Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-03-08T22:14:35.050Z] 062c52e20f31: Preparing [2023-03-08T22:14:35.050Z] 2ca72030bf2f: Preparing [2023-03-08T22:14:35.050Z] 54be82f96cef: Preparing [2023-03-08T22:14:35.050Z] c11a4bd93151: Preparing [2023-03-08T22:14:35.050Z] cef3925da67b: Preparing [2023-03-08T22:14:35.050Z] f8d884fffd16: Preparing [2023-03-08T22:14:35.050Z] a8cfdf0cc8ec: Preparing [2023-03-08T22:14:35.050Z] f8d884fffd16: Waiting [2023-03-08T22:14:35.050Z] a8cfdf0cc8ec: Waiting [2023-03-08T22:14:35.319Z] 062c52e20f31: Pushed [2023-03-08T22:14:35.319Z] 54be82f96cef: Pushed [2023-03-08T22:14:35.319Z] 2ca72030bf2f: Pushed [2023-03-08T22:14:35.319Z] a8cfdf0cc8ec: Layer already exists [2023-03-08T22:14:36.283Z] f8d884fffd16: Pushed [2023-03-08T22:14:44.484Z] cef3925da67b: Pushed [2023-03-08T22:14:51.115Z] c11a4bd93151: Pushed [2023-03-08T22:14:51.115Z] 54929a7ab6bf9e03e113416e19b38331485fa87d: digest: sha256:6b8754bdafef46f5bcfad9f05541e5c986fad295d6a8a337dfcb3dc99ced138e size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:14:51.459Z] + 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-03-08T22:14:51.791Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-03-08T22:14:51.791Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-03-08T22:14:51.791Z] 062c52e20f31: Preparing [2023-03-08T22:14:51.791Z] 2ca72030bf2f: Preparing [2023-03-08T22:14:51.791Z] 54be82f96cef: Preparing [2023-03-08T22:14:51.791Z] c11a4bd93151: Preparing [2023-03-08T22:14:51.791Z] cef3925da67b: Preparing [2023-03-08T22:14:51.791Z] f8d884fffd16: Preparing [2023-03-08T22:14:51.791Z] a8cfdf0cc8ec: Preparing [2023-03-08T22:14:51.791Z] f8d884fffd16: Waiting [2023-03-08T22:14:51.791Z] a8cfdf0cc8ec: Waiting [2023-03-08T22:14:51.791Z] 54be82f96cef: Layer already exists [2023-03-08T22:14:51.792Z] cef3925da67b: Layer already exists [2023-03-08T22:14:51.792Z] 062c52e20f31: Layer already exists [2023-03-08T22:14:51.792Z] 2ca72030bf2f: Layer already exists [2023-03-08T22:14:51.792Z] c11a4bd93151: Layer already exists [2023-03-08T22:14:51.792Z] a8cfdf0cc8ec: Layer already exists [2023-03-08T22:14:51.792Z] f8d884fffd16: Layer already exists [2023-03-08T22:14:52.055Z] latest: digest: sha256:6b8754bdafef46f5bcfad9f05541e5c986fad295d6a8a337dfcb3dc99ced138e size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:14:52.396Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:14:52.727Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.84 [2023-03-08T22:14:52.727Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-03-08T22:14:52.727Z] 062c52e20f31: Preparing [2023-03-08T22:14:52.727Z] 2ca72030bf2f: Preparing [2023-03-08T22:14:52.727Z] 54be82f96cef: Preparing [2023-03-08T22:14:52.727Z] c11a4bd93151: Preparing [2023-03-08T22:14:52.727Z] cef3925da67b: Preparing [2023-03-08T22:14:52.727Z] f8d884fffd16: Preparing [2023-03-08T22:14:52.727Z] a8cfdf0cc8ec: Preparing [2023-03-08T22:14:52.727Z] f8d884fffd16: Waiting [2023-03-08T22:14:52.727Z] a8cfdf0cc8ec: Waiting [2023-03-08T22:14:52.727Z] 54be82f96cef: Layer already exists [2023-03-08T22:14:52.727Z] cef3925da67b: Layer already exists [2023-03-08T22:14:52.727Z] 062c52e20f31: Layer already exists [2023-03-08T22:14:52.727Z] 2ca72030bf2f: Layer already exists [2023-03-08T22:14:52.727Z] c11a4bd93151: Layer already exists [2023-03-08T22:14:52.727Z] a8cfdf0cc8ec: Layer already exists [2023-03-08T22:14:52.727Z] f8d884fffd16: Layer already exists [2023-03-08T22:14:52.993Z] 3.0.0-dev.84: digest: sha256:6b8754bdafef46f5bcfad9f05541e5c986fad295d6a8a337dfcb3dc99ced138e size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:14:53.334Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:14:53.670Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T22:14:53.670Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-03-08T22:14:53.670Z] 062c52e20f31: Preparing [2023-03-08T22:14:53.670Z] 2ca72030bf2f: Preparing [2023-03-08T22:14:53.670Z] 54be82f96cef: Preparing [2023-03-08T22:14:53.670Z] c11a4bd93151: Preparing [2023-03-08T22:14:53.670Z] cef3925da67b: Preparing [2023-03-08T22:14:53.670Z] f8d884fffd16: Preparing [2023-03-08T22:14:53.670Z] a8cfdf0cc8ec: Preparing [2023-03-08T22:14:53.670Z] f8d884fffd16: Waiting [2023-03-08T22:14:53.670Z] 062c52e20f31: Layer already exists [2023-03-08T22:14:53.670Z] 54be82f96cef: Layer already exists [2023-03-08T22:14:53.670Z] c11a4bd93151: Layer already exists [2023-03-08T22:14:53.670Z] cef3925da67b: Layer already exists [2023-03-08T22:14:53.670Z] 2ca72030bf2f: Layer already exists [2023-03-08T22:14:53.670Z] f8d884fffd16: Layer already exists [2023-03-08T22:14:53.670Z] a8cfdf0cc8ec: Layer already exists [2023-03-08T22:14:53.933Z] 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84: digest: sha256:6b8754bdafef46f5bcfad9f05541e5c986fad295d6a8a337dfcb3dc99ced138e size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:14:54.315Z] + 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-03-08T22:14:54.675Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2023-03-08T22:14:54.676Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-03-08T22:14:54.676Z] 062c52e20f31: Preparing [2023-03-08T22:14:54.676Z] 2ca72030bf2f: Preparing [2023-03-08T22:14:54.676Z] 54be82f96cef: Preparing [2023-03-08T22:14:54.676Z] c11a4bd93151: Preparing [2023-03-08T22:14:54.676Z] cef3925da67b: Preparing [2023-03-08T22:14:54.676Z] f8d884fffd16: Preparing [2023-03-08T22:14:54.676Z] a8cfdf0cc8ec: Preparing [2023-03-08T22:14:54.676Z] f8d884fffd16: Waiting [2023-03-08T22:14:54.676Z] a8cfdf0cc8ec: Waiting [2023-03-08T22:14:54.676Z] 2ca72030bf2f: Layer already exists [2023-03-08T22:14:54.676Z] c11a4bd93151: Layer already exists [2023-03-08T22:14:54.676Z] cef3925da67b: Layer already exists [2023-03-08T22:14:54.676Z] 54be82f96cef: Layer already exists [2023-03-08T22:14:54.676Z] 062c52e20f31: Layer already exists [2023-03-08T22:14:54.676Z] a8cfdf0cc8ec: Layer already exists [2023-03-08T22:14:54.676Z] f8d884fffd16: Layer already exists [2023-03-08T22:14:54.945Z] main: digest: sha256:6b8754bdafef46f5bcfad9f05541e5c986fad295d6a8a337dfcb3dc99ced138e size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-08T22:14:55.004Z] ===================================================== [Pipeline] echo [2023-03-08T22:14:55.017Z] taggedImages: [2023-03-08T22:14:55.017Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T22:14:55.017Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-03-08T22:14:55.017Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.84 [2023-03-08T22:14:55.017Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T22:14:55.017Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2023-03-08T22:14:55.041Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2023-03-08T22:14:55.041Z] 54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T22:14:55.041Z] latest [2023-03-08T22:14:55.041Z] 3.0.0-dev.84 [2023-03-08T22:14:55.041Z] 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T22:14:55.041Z] main [2023-03-08T22:14:55.041Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:14:55.395Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:14:55.791Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T22:14:55.791Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-03-08T22:14:55.791Z] 375cd1a95c6e: Preparing [2023-03-08T22:14:55.791Z] 013904703f6c: Preparing [2023-03-08T22:14:55.791Z] 63d3a6516ff6: Preparing [2023-03-08T22:14:55.791Z] 5ae3f72422d3: Preparing [2023-03-08T22:14:55.791Z] 89b8a1d57144: Preparing [2023-03-08T22:14:55.791Z] a8cfdf0cc8ec: Preparing [2023-03-08T22:14:55.791Z] a8cfdf0cc8ec: Waiting [2023-03-08T22:14:56.379Z] 013904703f6c: Pushed [2023-03-08T22:14:56.379Z] 63d3a6516ff6: Pushed [2023-03-08T22:14:56.379Z] 375cd1a95c6e: Pushed [2023-03-08T22:14:56.379Z] a8cfdf0cc8ec: Layer already exists [2023-03-08T22:14:56.644Z] 89b8a1d57144: Pushed [2023-03-08T22:15:11.640Z] 5ae3f72422d3: Pushed [2023-03-08T22:15:11.640Z] 54929a7ab6bf9e03e113416e19b38331485fa87d: digest: sha256:532406574ee7aca731c5c24feea1401c70aa00defe48b1b3d17c22c6da023b44 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:15:11.982Z] + 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-03-08T22:15:12.322Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-03-08T22:15:12.322Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-03-08T22:15:12.322Z] 375cd1a95c6e: Preparing [2023-03-08T22:15:12.322Z] 013904703f6c: Preparing [2023-03-08T22:15:12.322Z] 63d3a6516ff6: Preparing [2023-03-08T22:15:12.322Z] 5ae3f72422d3: Preparing [2023-03-08T22:15:12.322Z] 89b8a1d57144: Preparing [2023-03-08T22:15:12.322Z] a8cfdf0cc8ec: Preparing [2023-03-08T22:15:12.322Z] a8cfdf0cc8ec: Waiting [2023-03-08T22:15:12.322Z] 63d3a6516ff6: Layer already exists [2023-03-08T22:15:12.322Z] 013904703f6c: Layer already exists [2023-03-08T22:15:12.322Z] 89b8a1d57144: Layer already exists [2023-03-08T22:15:12.322Z] 5ae3f72422d3: Layer already exists [2023-03-08T22:15:12.322Z] 375cd1a95c6e: Layer already exists [2023-03-08T22:15:12.322Z] a8cfdf0cc8ec: Layer already exists [2023-03-08T22:15:12.587Z] latest: digest: sha256:532406574ee7aca731c5c24feea1401c70aa00defe48b1b3d17c22c6da023b44 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:15:12.940Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:15:13.276Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.84 [2023-03-08T22:15:13.276Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-03-08T22:15:13.276Z] 375cd1a95c6e: Preparing [2023-03-08T22:15:13.276Z] 013904703f6c: Preparing [2023-03-08T22:15:13.276Z] 63d3a6516ff6: Preparing [2023-03-08T22:15:13.276Z] 5ae3f72422d3: Preparing [2023-03-08T22:15:13.276Z] 89b8a1d57144: Preparing [2023-03-08T22:15:13.276Z] a8cfdf0cc8ec: Preparing [2023-03-08T22:15:13.276Z] a8cfdf0cc8ec: Waiting [2023-03-08T22:15:13.277Z] 013904703f6c: Layer already exists [2023-03-08T22:15:13.277Z] 63d3a6516ff6: Layer already exists [2023-03-08T22:15:13.277Z] 375cd1a95c6e: Layer already exists [2023-03-08T22:15:13.277Z] 89b8a1d57144: Layer already exists [2023-03-08T22:15:13.277Z] 5ae3f72422d3: Layer already exists [2023-03-08T22:15:13.277Z] a8cfdf0cc8ec: Layer already exists [2023-03-08T22:15:13.544Z] 3.0.0-dev.84: digest: sha256:532406574ee7aca731c5c24feea1401c70aa00defe48b1b3d17c22c6da023b44 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:15:13.892Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:15:14.225Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T22:15:14.225Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-03-08T22:15:14.225Z] 375cd1a95c6e: Preparing [2023-03-08T22:15:14.225Z] 013904703f6c: Preparing [2023-03-08T22:15:14.225Z] 63d3a6516ff6: Preparing [2023-03-08T22:15:14.225Z] 5ae3f72422d3: Preparing [2023-03-08T22:15:14.225Z] 89b8a1d57144: Preparing [2023-03-08T22:15:14.225Z] a8cfdf0cc8ec: Preparing [2023-03-08T22:15:14.225Z] a8cfdf0cc8ec: Waiting [2023-03-08T22:15:14.225Z] 89b8a1d57144: Layer already exists [2023-03-08T22:15:14.225Z] 5ae3f72422d3: Layer already exists [2023-03-08T22:15:14.225Z] 375cd1a95c6e: Layer already exists [2023-03-08T22:15:14.225Z] 013904703f6c: Layer already exists [2023-03-08T22:15:14.225Z] 63d3a6516ff6: Layer already exists [2023-03-08T22:15:14.225Z] a8cfdf0cc8ec: Layer already exists [2023-03-08T22:15:14.491Z] 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84: digest: sha256:532406574ee7aca731c5c24feea1401c70aa00defe48b1b3d17c22c6da023b44 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:15:14.831Z] + 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-03-08T22:15:15.165Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2023-03-08T22:15:15.165Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-03-08T22:15:15.165Z] 375cd1a95c6e: Preparing [2023-03-08T22:15:15.165Z] 013904703f6c: Preparing [2023-03-08T22:15:15.165Z] 63d3a6516ff6: Preparing [2023-03-08T22:15:15.165Z] 5ae3f72422d3: Preparing [2023-03-08T22:15:15.165Z] 89b8a1d57144: Preparing [2023-03-08T22:15:15.165Z] a8cfdf0cc8ec: Preparing [2023-03-08T22:15:15.165Z] a8cfdf0cc8ec: Waiting [2023-03-08T22:15:15.165Z] 89b8a1d57144: Layer already exists [2023-03-08T22:15:15.165Z] 375cd1a95c6e: Layer already exists [2023-03-08T22:15:15.165Z] 63d3a6516ff6: Layer already exists [2023-03-08T22:15:15.165Z] 5ae3f72422d3: Layer already exists [2023-03-08T22:15:15.165Z] 013904703f6c: Layer already exists [2023-03-08T22:15:15.165Z] a8cfdf0cc8ec: Layer already exists [2023-03-08T22:15:15.430Z] main: digest: sha256:532406574ee7aca731c5c24feea1401c70aa00defe48b1b3d17c22c6da023b44 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-08T22:15:15.468Z] ===================================================== [Pipeline] echo [2023-03-08T22:15:15.473Z] taggedImages: [2023-03-08T22:15:15.473Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T22:15:15.473Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-03-08T22:15:15.473Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.84 [2023-03-08T22:15:15.474Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T22:15:15.474Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2023-03-08T22:15:15.487Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2023-03-08T22:15:15.487Z] 54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T22:15:15.487Z] latest [2023-03-08T22:15:15.487Z] 3.0.0-dev.84 [2023-03-08T22:15:15.487Z] 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T22:15:15.487Z] main [2023-03-08T22:15:15.487Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:15:15.819Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:15:16.150Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T22:15:16.150Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-03-08T22:15:16.150Z] 7ffd2771ff64: Preparing [2023-03-08T22:15:16.150Z] 02bff5c34a97: Preparing [2023-03-08T22:15:16.150Z] 67c6871ccb94: Preparing [2023-03-08T22:15:16.150Z] 2aef4eff71e7: Preparing [2023-03-08T22:15:16.150Z] f8d884fffd16: Preparing [2023-03-08T22:15:16.150Z] a8cfdf0cc8ec: Preparing [2023-03-08T22:15:16.150Z] a8cfdf0cc8ec: Waiting [2023-03-08T22:15:16.150Z] f8d884fffd16: Layer already exists [2023-03-08T22:15:16.417Z] a8cfdf0cc8ec: Layer already exists [2023-03-08T22:15:16.417Z] 67c6871ccb94: Pushed [2023-03-08T22:15:16.417Z] 02bff5c34a97: Pushed [2023-03-08T22:15:16.417Z] 7ffd2771ff64: Pushed [2023-03-08T22:15:34.627Z] 2aef4eff71e7: Pushed [2023-03-08T22:15:34.628Z] 54929a7ab6bf9e03e113416e19b38331485fa87d: digest: sha256:28a18ec7bfca279252df8ab0fccb41b17c10c6f7eea28c9f4e06021557f3bd5b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:15:34.971Z] + 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-03-08T22:15:35.307Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-03-08T22:15:35.307Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-03-08T22:15:35.307Z] 7ffd2771ff64: Preparing [2023-03-08T22:15:35.307Z] 02bff5c34a97: Preparing [2023-03-08T22:15:35.307Z] 67c6871ccb94: Preparing [2023-03-08T22:15:35.307Z] 2aef4eff71e7: Preparing [2023-03-08T22:15:35.307Z] f8d884fffd16: Preparing [2023-03-08T22:15:35.307Z] a8cfdf0cc8ec: Preparing [2023-03-08T22:15:35.307Z] a8cfdf0cc8ec: Waiting [2023-03-08T22:15:35.307Z] f8d884fffd16: Layer already exists [2023-03-08T22:15:35.307Z] 67c6871ccb94: Layer already exists [2023-03-08T22:15:35.307Z] 02bff5c34a97: Layer already exists [2023-03-08T22:15:35.307Z] 2aef4eff71e7: Layer already exists [2023-03-08T22:15:35.307Z] 7ffd2771ff64: Layer already exists [2023-03-08T22:15:35.307Z] a8cfdf0cc8ec: Layer already exists [2023-03-08T22:15:35.573Z] latest: digest: sha256:28a18ec7bfca279252df8ab0fccb41b17c10c6f7eea28c9f4e06021557f3bd5b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:15:35.915Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:15:36.256Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.84 [2023-03-08T22:15:36.256Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-03-08T22:15:36.256Z] 7ffd2771ff64: Preparing [2023-03-08T22:15:36.257Z] 02bff5c34a97: Preparing [2023-03-08T22:15:36.257Z] 67c6871ccb94: Preparing [2023-03-08T22:15:36.257Z] 2aef4eff71e7: Preparing [2023-03-08T22:15:36.257Z] f8d884fffd16: Preparing [2023-03-08T22:15:36.257Z] a8cfdf0cc8ec: Preparing [2023-03-08T22:15:36.257Z] a8cfdf0cc8ec: Waiting [2023-03-08T22:15:36.257Z] 2aef4eff71e7: Layer already exists [2023-03-08T22:15:36.257Z] f8d884fffd16: Layer already exists [2023-03-08T22:15:36.257Z] 7ffd2771ff64: Layer already exists [2023-03-08T22:15:36.257Z] 02bff5c34a97: Layer already exists [2023-03-08T22:15:36.257Z] 67c6871ccb94: Layer already exists [2023-03-08T22:15:36.257Z] a8cfdf0cc8ec: Layer already exists [2023-03-08T22:15:36.522Z] 3.0.0-dev.84: digest: sha256:28a18ec7bfca279252df8ab0fccb41b17c10c6f7eea28c9f4e06021557f3bd5b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:15:36.873Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:15:37.221Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T22:15:37.221Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-03-08T22:15:37.221Z] 7ffd2771ff64: Preparing [2023-03-08T22:15:37.221Z] 02bff5c34a97: Preparing [2023-03-08T22:15:37.221Z] 67c6871ccb94: Preparing [2023-03-08T22:15:37.221Z] 2aef4eff71e7: Preparing [2023-03-08T22:15:37.221Z] f8d884fffd16: Preparing [2023-03-08T22:15:37.221Z] a8cfdf0cc8ec: Preparing [2023-03-08T22:15:37.221Z] a8cfdf0cc8ec: Waiting [2023-03-08T22:15:37.221Z] 7ffd2771ff64: Layer already exists [2023-03-08T22:15:37.221Z] 02bff5c34a97: Layer already exists [2023-03-08T22:15:37.221Z] 67c6871ccb94: Layer already exists [2023-03-08T22:15:37.221Z] f8d884fffd16: Layer already exists [2023-03-08T22:15:37.221Z] 2aef4eff71e7: Layer already exists [2023-03-08T22:15:37.221Z] a8cfdf0cc8ec: Layer already exists [2023-03-08T22:15:37.487Z] 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84: digest: sha256:28a18ec7bfca279252df8ab0fccb41b17c10c6f7eea28c9f4e06021557f3bd5b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:15:37.825Z] + 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-03-08T22:15:38.164Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2023-03-08T22:15:38.164Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-03-08T22:15:38.164Z] 7ffd2771ff64: Preparing [2023-03-08T22:15:38.164Z] 02bff5c34a97: Preparing [2023-03-08T22:15:38.164Z] 67c6871ccb94: Preparing [2023-03-08T22:15:38.164Z] 2aef4eff71e7: Preparing [2023-03-08T22:15:38.164Z] f8d884fffd16: Preparing [2023-03-08T22:15:38.164Z] a8cfdf0cc8ec: Preparing [2023-03-08T22:15:38.164Z] a8cfdf0cc8ec: Waiting [2023-03-08T22:15:38.164Z] 67c6871ccb94: Layer already exists [2023-03-08T22:15:38.164Z] 2aef4eff71e7: Layer already exists [2023-03-08T22:15:38.164Z] 7ffd2771ff64: Layer already exists [2023-03-08T22:15:38.164Z] f8d884fffd16: Layer already exists [2023-03-08T22:15:38.164Z] 02bff5c34a97: Layer already exists [2023-03-08T22:15:38.164Z] a8cfdf0cc8ec: Layer already exists [2023-03-08T22:15:38.431Z] main: digest: sha256:28a18ec7bfca279252df8ab0fccb41b17c10c6f7eea28c9f4e06021557f3bd5b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-08T22:15:38.473Z] ===================================================== [Pipeline] echo [2023-03-08T22:15:38.478Z] taggedImages: [2023-03-08T22:15:38.478Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T22:15:38.478Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-03-08T22:15:38.478Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.84 [2023-03-08T22:15:38.478Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T22:15:38.478Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2023-03-08T22:15:38.493Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2023-03-08T22:15:38.493Z] 54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T22:15:38.493Z] latest [2023-03-08T22:15:38.493Z] 3.0.0-dev.84 [2023-03-08T22:15:38.493Z] 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T22:15:38.493Z] main [2023-03-08T22:15:38.493Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:15:38.824Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:15:39.167Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T22:15:39.167Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-03-08T22:15:39.167Z] 92706fe8160c: Preparing [2023-03-08T22:15:39.167Z] b3bf8d1e7d95: Preparing [2023-03-08T22:15:39.167Z] 98709df85f62: Preparing [2023-03-08T22:15:39.167Z] 77b1aef026f2: Preparing [2023-03-08T22:15:39.167Z] f70ee36035b9: Preparing [2023-03-08T22:15:39.167Z] f70ee36035b9: Layer already exists [2023-03-08T22:15:39.433Z] 98709df85f62: Layer already exists [2023-03-08T22:15:39.433Z] 92706fe8160c: Pushed [2023-03-08T22:15:39.699Z] 77b1aef026f2: Pushed [2023-03-08T22:15:45.030Z] b3bf8d1e7d95: Pushed [2023-03-08T22:15:45.030Z] 54929a7ab6bf9e03e113416e19b38331485fa87d: digest: sha256:fd5f8e724913f2ddc16fa22e86e29d1d9bec12a2bc4f30b9e9b8b22e2cf7451f size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:15:45.366Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:15:45.705Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-03-08T22:15:45.705Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-03-08T22:15:45.705Z] 92706fe8160c: Preparing [2023-03-08T22:15:45.705Z] b3bf8d1e7d95: Preparing [2023-03-08T22:15:45.705Z] 98709df85f62: Preparing [2023-03-08T22:15:45.705Z] 77b1aef026f2: Preparing [2023-03-08T22:15:45.705Z] f70ee36035b9: Preparing [2023-03-08T22:15:45.705Z] f70ee36035b9: Layer already exists [2023-03-08T22:15:45.705Z] 98709df85f62: Layer already exists [2023-03-08T22:15:45.705Z] 92706fe8160c: Layer already exists [2023-03-08T22:15:45.705Z] 77b1aef026f2: Layer already exists [2023-03-08T22:15:45.705Z] b3bf8d1e7d95: Layer already exists [2023-03-08T22:15:45.972Z] latest: digest: sha256:fd5f8e724913f2ddc16fa22e86e29d1d9bec12a2bc4f30b9e9b8b22e2cf7451f size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:15:46.315Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:15:46.648Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.84 [2023-03-08T22:15:46.648Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-03-08T22:15:46.648Z] 92706fe8160c: Preparing [2023-03-08T22:15:46.648Z] b3bf8d1e7d95: Preparing [2023-03-08T22:15:46.648Z] 98709df85f62: Preparing [2023-03-08T22:15:46.648Z] 77b1aef026f2: Preparing [2023-03-08T22:15:46.648Z] f70ee36035b9: Preparing [2023-03-08T22:15:46.648Z] f70ee36035b9: Layer already exists [2023-03-08T22:15:46.648Z] 77b1aef026f2: Layer already exists [2023-03-08T22:15:46.648Z] 92706fe8160c: Layer already exists [2023-03-08T22:15:46.648Z] 98709df85f62: Layer already exists [2023-03-08T22:15:46.648Z] b3bf8d1e7d95: Layer already exists [2023-03-08T22:15:46.915Z] 3.0.0-dev.84: digest: sha256:fd5f8e724913f2ddc16fa22e86e29d1d9bec12a2bc4f30b9e9b8b22e2cf7451f size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:15:47.263Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:15:47.606Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T22:15:47.606Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-03-08T22:15:47.606Z] 92706fe8160c: Preparing [2023-03-08T22:15:47.606Z] b3bf8d1e7d95: Preparing [2023-03-08T22:15:47.606Z] 98709df85f62: Preparing [2023-03-08T22:15:47.606Z] 77b1aef026f2: Preparing [2023-03-08T22:15:47.606Z] f70ee36035b9: Preparing [2023-03-08T22:15:47.606Z] f70ee36035b9: Layer already exists [2023-03-08T22:15:47.606Z] 77b1aef026f2: Layer already exists [2023-03-08T22:15:47.606Z] 98709df85f62: Layer already exists [2023-03-08T22:15:47.606Z] b3bf8d1e7d95: Layer already exists [2023-03-08T22:15:47.606Z] 92706fe8160c: Layer already exists [2023-03-08T22:15:47.606Z] 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84: digest: sha256:fd5f8e724913f2ddc16fa22e86e29d1d9bec12a2bc4f30b9e9b8b22e2cf7451f size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:15:48.203Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:15:48.529Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2023-03-08T22:15:48.529Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-03-08T22:15:48.529Z] 92706fe8160c: Preparing [2023-03-08T22:15:48.529Z] b3bf8d1e7d95: Preparing [2023-03-08T22:15:48.529Z] 98709df85f62: Preparing [2023-03-08T22:15:48.529Z] 77b1aef026f2: Preparing [2023-03-08T22:15:48.529Z] f70ee36035b9: Preparing [2023-03-08T22:15:48.530Z] f70ee36035b9: Layer already exists [2023-03-08T22:15:48.530Z] 77b1aef026f2: Layer already exists [2023-03-08T22:15:48.530Z] 98709df85f62: Layer already exists [2023-03-08T22:15:48.530Z] 92706fe8160c: Layer already exists [2023-03-08T22:15:48.530Z] b3bf8d1e7d95: Layer already exists [2023-03-08T22:15:48.530Z] main: digest: sha256:fd5f8e724913f2ddc16fa22e86e29d1d9bec12a2bc4f30b9e9b8b22e2cf7451f size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-08T22:15:48.840Z] ===================================================== [Pipeline] echo [2023-03-08T22:15:48.846Z] taggedImages: [2023-03-08T22:15:48.846Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T22:15:48.846Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-03-08T22:15:48.846Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.84 [2023-03-08T22:15:48.846Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T22:15:48.846Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2023-03-08T22:15:48.861Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2023-03-08T22:15:48.861Z] 54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T22:15:48.861Z] latest [2023-03-08T22:15:48.861Z] 3.0.0-dev.84 [2023-03-08T22:15:48.861Z] 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T22:15:48.861Z] main [2023-03-08T22:15:48.861Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:15:49.188Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:15:49.518Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T22:15:49.518Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-03-08T22:15:49.518Z] bdb2482ce66a: Preparing [2023-03-08T22:15:49.518Z] a2f9b6b60459: Preparing [2023-03-08T22:15:49.518Z] 98709df85f62: Preparing [2023-03-08T22:15:49.518Z] b8d12d593f1c: Preparing [2023-03-08T22:15:49.518Z] f70ee36035b9: Preparing [2023-03-08T22:15:49.518Z] b8d12d593f1c: Layer already exists [2023-03-08T22:15:49.518Z] f70ee36035b9: Layer already exists [2023-03-08T22:15:49.518Z] 98709df85f62: Layer already exists [2023-03-08T22:15:49.785Z] bdb2482ce66a: Pushed [2023-03-08T22:15:56.423Z] a2f9b6b60459: Pushed [2023-03-08T22:15:56.424Z] 54929a7ab6bf9e03e113416e19b38331485fa87d: digest: sha256:fecfa4852a880ea772d0ffdf0923b46ce75ef07fc2404dd80975c8f6f351cfe8 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:15:56.760Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:15:57.103Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-03-08T22:15:57.103Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-03-08T22:15:57.103Z] bdb2482ce66a: Preparing [2023-03-08T22:15:57.103Z] a2f9b6b60459: Preparing [2023-03-08T22:15:57.103Z] 98709df85f62: Preparing [2023-03-08T22:15:57.103Z] b8d12d593f1c: Preparing [2023-03-08T22:15:57.103Z] f70ee36035b9: Preparing [2023-03-08T22:15:57.103Z] 98709df85f62: Layer already exists [2023-03-08T22:15:57.103Z] bdb2482ce66a: Layer already exists [2023-03-08T22:15:57.103Z] b8d12d593f1c: Layer already exists [2023-03-08T22:15:57.103Z] f70ee36035b9: Layer already exists [2023-03-08T22:15:57.103Z] a2f9b6b60459: Layer already exists [2023-03-08T22:15:57.369Z] latest: digest: sha256:fecfa4852a880ea772d0ffdf0923b46ce75ef07fc2404dd80975c8f6f351cfe8 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:15:57.705Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:15:58.045Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.84 [2023-03-08T22:15:58.045Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-03-08T22:15:58.045Z] bdb2482ce66a: Preparing [2023-03-08T22:15:58.045Z] a2f9b6b60459: Preparing [2023-03-08T22:15:58.045Z] 98709df85f62: Preparing [2023-03-08T22:15:58.045Z] b8d12d593f1c: Preparing [2023-03-08T22:15:58.045Z] f70ee36035b9: Preparing [2023-03-08T22:15:58.045Z] a2f9b6b60459: Layer already exists [2023-03-08T22:15:58.045Z] 98709df85f62: Layer already exists [2023-03-08T22:15:58.045Z] bdb2482ce66a: Layer already exists [2023-03-08T22:15:58.045Z] f70ee36035b9: Layer already exists [2023-03-08T22:15:58.045Z] b8d12d593f1c: Layer already exists [2023-03-08T22:15:58.045Z] 3.0.0-dev.84: digest: sha256:fecfa4852a880ea772d0ffdf0923b46ce75ef07fc2404dd80975c8f6f351cfe8 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:15:58.380Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:15:58.712Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T22:15:58.712Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-03-08T22:15:58.712Z] bdb2482ce66a: Preparing [2023-03-08T22:15:58.712Z] a2f9b6b60459: Preparing [2023-03-08T22:15:58.712Z] 98709df85f62: Preparing [2023-03-08T22:15:58.712Z] b8d12d593f1c: Preparing [2023-03-08T22:15:58.712Z] f70ee36035b9: Preparing [2023-03-08T22:15:58.712Z] f70ee36035b9: Layer already exists [2023-03-08T22:15:58.712Z] a2f9b6b60459: Layer already exists [2023-03-08T22:15:58.712Z] 98709df85f62: Layer already exists [2023-03-08T22:15:58.712Z] bdb2482ce66a: Layer already exists [2023-03-08T22:15:58.712Z] b8d12d593f1c: Layer already exists [2023-03-08T22:15:58.712Z] 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84: digest: sha256:fecfa4852a880ea772d0ffdf0923b46ce75ef07fc2404dd80975c8f6f351cfe8 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:15:59.047Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:15:59.387Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2023-03-08T22:15:59.387Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-03-08T22:15:59.387Z] bdb2482ce66a: Preparing [2023-03-08T22:15:59.387Z] a2f9b6b60459: Preparing [2023-03-08T22:15:59.387Z] 98709df85f62: Preparing [2023-03-08T22:15:59.387Z] b8d12d593f1c: Preparing [2023-03-08T22:15:59.387Z] f70ee36035b9: Preparing [2023-03-08T22:15:59.387Z] f70ee36035b9: Layer already exists [2023-03-08T22:15:59.387Z] bdb2482ce66a: Layer already exists [2023-03-08T22:15:59.387Z] 98709df85f62: Layer already exists [2023-03-08T22:15:59.387Z] a2f9b6b60459: Layer already exists [2023-03-08T22:15:59.387Z] b8d12d593f1c: Layer already exists [2023-03-08T22:15:59.387Z] main: digest: sha256:fecfa4852a880ea772d0ffdf0923b46ce75ef07fc2404dd80975c8f6f351cfe8 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-08T22:15:59.707Z] ===================================================== [Pipeline] echo [2023-03-08T22:15:59.716Z] taggedImages: [2023-03-08T22:15:59.716Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d [2023-03-08T22:15:59.716Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-03-08T22:15:59.716Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.84 [2023-03-08T22:15:59.716Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [2023-03-08T22:15:59.716Z] - 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-03-08T22:16:00.087Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-08T22:16:00.088Z] [2023-03-08T22:16:00.088Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:16:00.432Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-08T22:16:00.432Z] arm64: Pulling from edgex-lftools-log-publisher [2023-03-08T22:16:00.432Z] 8998bd30e6a1: Pulling fs layer [2023-03-08T22:16:00.432Z] 04944245beec: Pulling fs layer [2023-03-08T22:16:00.432Z] 699f458cf7ca: Pulling fs layer [2023-03-08T22:16:00.432Z] 765212b225bb: Pulling fs layer [2023-03-08T22:16:00.432Z] f23df028b6ca: Pulling fs layer [2023-03-08T22:16:00.432Z] d65c8cfc05b1: Pulling fs layer [2023-03-08T22:16:00.432Z] 2437ff75d9bd: Pulling fs layer [2023-03-08T22:16:00.432Z] f23df028b6ca: Waiting [2023-03-08T22:16:00.432Z] d65c8cfc05b1: Waiting [2023-03-08T22:16:00.432Z] 2437ff75d9bd: Waiting [2023-03-08T22:16:00.432Z] 765212b225bb: Waiting [2023-03-08T22:16:00.700Z] 04944245beec: Verifying Checksum [2023-03-08T22:16:00.700Z] 04944245beec: Download complete [2023-03-08T22:16:00.700Z] 765212b225bb: Verifying Checksum [2023-03-08T22:16:00.700Z] 765212b225bb: Download complete [2023-03-08T22:16:00.700Z] f23df028b6ca: Download complete [2023-03-08T22:16:00.700Z] d65c8cfc05b1: Download complete [2023-03-08T22:16:00.969Z] 699f458cf7ca: Verifying Checksum [2023-03-08T22:16:00.969Z] 699f458cf7ca: Download complete [2023-03-08T22:16:01.236Z] 8998bd30e6a1: Verifying Checksum [2023-03-08T22:16:01.236Z] 8998bd30e6a1: Download complete [2023-03-08T22:16:03.820Z] 2437ff75d9bd: Verifying Checksum [2023-03-08T22:16:03.820Z] 2437ff75d9bd: Download complete [2023-03-08T22:16:05.228Z] 8998bd30e6a1: Pull complete [2023-03-08T22:16:05.812Z] 04944245beec: Pull complete [2023-03-08T22:16:07.217Z] 699f458cf7ca: Pull complete [2023-03-08T22:16:07.483Z] 765212b225bb: Pull complete [2023-03-08T22:16:08.065Z] f23df028b6ca: Pull complete [2023-03-08T22:16:08.332Z] d65c8cfc05b1: Pull complete [2023-03-08T22:16:23.336Z] 2437ff75d9bd: Pull complete [2023-03-08T22:16:23.336Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-03-08T22:16:23.336Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-08T22:16:23.336Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T22:16:23.544Z] prd-ubuntu20.04-docker-arm64-4c-16g-8905 does not seem to be running inside a container [2023-03-08T22:16:23.608Z] $ 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/446 -v /w/workspace/edgex-go/446:/w/workspace/edgex-go/446:rw,z -v /w/workspace/edgex-go/446@tmp:/w/workspace/edgex-go/446@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-03-08T22:16:25.303Z] $ docker top f2a00d816f32feb3a016d754cfb5e708db296c6a04e93852cb1c3652a9dbd9a2 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-08T22:16:26.188Z] ---> job-cost.sh [2023-03-08T22:16:26.188Z] lf-activate-venv: SKIPPING [2023-03-08T22:16:26.188Z] INFO: No Stack... [2023-03-08T22:16:26.777Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-03-08T22:16:27.371Z] INFO: Archiving Costs [Pipeline] sh [2023-03-08T22:16:28.022Z] + cat /w/workspace/edgex-go/446/archives/cost.csv [2023-03-08T22:16:28.022Z] + cut -d, -f6 [Pipeline] lock [2023-03-08T22:16:28.100Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-446-stack-cost] [2023-03-08T22:16:28.112Z] Resource [jenkins-edgexfoundry-edgex-go-main-446-stack-cost] did not exist. Created. [2023-03-08T22:16:28.112Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-main-446-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-08T22:16:28.755Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-03-08T22:16:29.450Z] Stashed 1 file(s) [Pipeline] } [2023-03-08T22:16:29.458Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-main-446-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-08T22:16:29.472Z] $ docker stop --time=1 f2a00d816f32feb3a016d754cfb5e708db296c6a04e93852cb1c3652a9dbd9a2 [2023-03-08T22:16:31.291Z] $ docker rm -f --volumes f2a00d816f32feb3a016d754cfb5e708db296c6a04e93852cb1c3652a9dbd9a2 [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-03-08T22:16:31.732Z] provisioning config files... [2023-03-08T22:16:31.738Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/446@tmp/config18281926482794104172tmp [Pipeline] { [Pipeline] sh [2023-03-08T22:16:32.028Z] + set +x [2023-03-08T22:16:32.028Z] + + curl -sbash https://codecov.io/bash -s [2023-03-08T22:16:32.028Z] -- [2023-03-08T22:16:32.028Z] [2023-03-08T22:16:32.028Z] _____ _ [2023-03-08T22:16:32.028Z] / ____| | | [2023-03-08T22:16:32.028Z] | | ___ __| | ___ ___ _____ __ [2023-03-08T22:16:32.028Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-03-08T22:16:32.028Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-03-08T22:16:32.028Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-03-08T22:16:32.028Z] Bash-1.0.6 [2023-03-08T22:16:32.028Z] [2023-03-08T22:16:32.028Z] [2023-03-08T22:16:32.028Z] ==> git version 2.25.1 found [2023-03-08T22:16:32.028Z] ==> 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-03-08T22:16:32.028Z] Release-Date: 2020-01-08 [2023-03-08T22:16:32.028Z] 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-03-08T22:16:32.028Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-03-08T22:16:32.028Z] ==> Jenkins CI detected. [2023-03-08T22:16:32.028Z] current dir:  /w/workspace/edgex-go/446 [2023-03-08T22:16:32.028Z] project root: . [2023-03-08T22:16:32.028Z] --> token set from env [2023-03-08T22:16:32.028Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-03-08T22:16:32.028Z] ==> Running gcov in . (disable via -X gcov) [2023-03-08T22:16:32.028Z] ==> Python coveragepy not found [2023-03-08T22:16:32.028Z] ==> Searching for coverage reports in: [2023-03-08T22:16:32.028Z] + . [2023-03-08T22:16:32.028Z] -> Found 1 reports [2023-03-08T22:16:32.028Z] ==> Detecting git/mercurial file structure [2023-03-08T22:16:32.028Z] ==> Reading reports [2023-03-08T22:16:32.028Z] + ./coverage.out bytes=446903 [2023-03-08T22:16:32.028Z] ==> Appending adjustments [2023-03-08T22:16:32.028Z] https://docs.codecov.io/docs/fixing-reports [2023-03-08T22:16:33.405Z] + Found adjustments [2023-03-08T22:16:33.405Z] ==> Gzipping contents [2023-03-08T22:16:33.405Z] 60K /tmp/codecov.MKspcF.gz [2023-03-08T22:16:33.405Z] ==> Uploading reports [2023-03-08T22:16:33.405Z] url: https://codecov.io [2023-03-08T22:16:33.406Z] query: branch=main&commit=54929a7ab6bf9e03e113416e19b38331485fa87d&build=446&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F446%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-08T22:16:33.406Z] -> Pinging Codecov [2023-03-08T22:16:33.406Z] 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=54929a7ab6bf9e03e113416e19b38331485fa87d&build=446&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F446%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-08T22:16:33.406Z] -> Uploading to [2023-03-08T22:16:33.406Z] https://storage.googleapis.com/codecov/v4/raw/2023-03-08/00271124DB129430A58F1EEE437C3FCB/54929a7ab6bf9e03e113416e19b38331485fa87d/21736c11-ef25-4339-9eca-aa11924292c0.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230308%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230308T221633Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7217120c2a09890d8a829064d4feb332d8be04f741ea49f835f7392c73a91bc0 [2023-03-08T22:16:33.406Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-08T22:16:33.406Z] Dload Upload Total Spent Left Speed [2023-03-08T22:16:33.664Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58193 0 0 100 58193 0 178k --:--:-- --:--:-- --:--:-- 178k [2023-03-08T22:16:33.664Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/54929a7ab6bf9e03e113416e19b38331485fa87d [Pipeline] } [2023-03-08T22:16:33.671Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2023-03-08T22:16:33.893Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-03-08T22:16:33.903Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:16:34.198Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-08T22:16:34.198Z] [2023-03-08T22:16:34.198Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:16:34.496Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-08T22:16:34.496Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-03-08T22:16:34.496Z] df9b9388f04a: Pulling fs layer [2023-03-08T22:16:34.496Z] 52dc419b0ee2: Pulling fs layer [2023-03-08T22:16:34.496Z] 25bc292e5bac: Pulling fs layer [2023-03-08T22:16:34.496Z] 114826534d7a: Pulling fs layer [2023-03-08T22:16:34.496Z] 4657fd5d0bcf: Pulling fs layer [2023-03-08T22:16:34.496Z] 6ad1cebc031e: Pulling fs layer [2023-03-08T22:16:34.496Z] 8a3aa393b2d8: Pulling fs layer [2023-03-08T22:16:34.496Z] 114826534d7a: Waiting [2023-03-08T22:16:34.496Z] 4657fd5d0bcf: Waiting [2023-03-08T22:16:34.496Z] 6ad1cebc031e: Waiting [2023-03-08T22:16:34.496Z] 8a3aa393b2d8: Waiting [2023-03-08T22:16:34.496Z] 25bc292e5bac: Download complete [2023-03-08T22:16:34.496Z] 52dc419b0ee2: Verifying Checksum [2023-03-08T22:16:34.496Z] 52dc419b0ee2: Download complete [2023-03-08T22:16:34.496Z] 4657fd5d0bcf: Verifying Checksum [2023-03-08T22:16:34.496Z] 4657fd5d0bcf: Download complete [2023-03-08T22:16:34.496Z] df9b9388f04a: Verifying Checksum [2023-03-08T22:16:34.496Z] df9b9388f04a: Download complete [2023-03-08T22:16:34.761Z] df9b9388f04a: Pull complete [2023-03-08T22:16:34.761Z] 6ad1cebc031e: Verifying Checksum [2023-03-08T22:16:34.761Z] 6ad1cebc031e: Download complete [2023-03-08T22:16:34.761Z] 52dc419b0ee2: Pull complete [2023-03-08T22:16:34.761Z] 25bc292e5bac: Pull complete [2023-03-08T22:16:35.327Z] 114826534d7a: Verifying Checksum [2023-03-08T22:16:35.327Z] 114826534d7a: Download complete [2023-03-08T22:16:35.584Z] 8a3aa393b2d8: Verifying Checksum [2023-03-08T22:16:35.584Z] 8a3aa393b2d8: Download complete [2023-03-08T22:16:38.872Z] 114826534d7a: Pull complete [2023-03-08T22:16:38.872Z] 4657fd5d0bcf: Pull complete [2023-03-08T22:16:38.872Z] 6ad1cebc031e: Pull complete [2023-03-08T22:16:41.400Z] 8a3aa393b2d8: Pull complete [2023-03-08T22:16:41.400Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-03-08T22:16:41.400Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-08T22:16:41.400Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T22:16:41.474Z] prd-ubuntu20.04-docker-8c-8g-8901 does not seem to be running inside a container [2023-03-08T22:16:41.479Z] $ 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/446 -v /w/workspace/edgex-go/446:/w/workspace/edgex-go/446:rw,z -v /w/workspace/edgex-go/446@tmp:/w/workspace/edgex-go/446@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-03-08T22:16:43.759Z] $ docker top 6f0d587af643c69767c7f6d1a52a6f459d0acac7e76178db96c44201c7e50af2 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-03-08T22:16:43.844Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2023-03-08T22:16:44.119Z] + set -o pipefail [2023-03-08T22:16:44.119Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2023-03-08T22:16:49.389Z] [2023-03-08T22:16:49.389Z] Monitoring /w/workspace/edgex-go/446 (github.com/edgexfoundry/edgex-go)... [2023-03-08T22:16:49.389Z] [2023-03-08T22:16:49.389Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/8f215691-9506-4805-abe0-0f4c0dfcfc3c [2023-03-08T22:16:49.389Z] [2023-03-08T22:16:49.389Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-03-08T22:16:49.389Z] [2023-03-08T22:16:49.389Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-03-08T22:16:49.389Z] [2023-03-08T22:16:50.769Z] [2023-03-08T22:16:50.769Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-03-08T22:16:50.769Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-03-08T22:16:50.769Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-03-08T22:16:50.754Z] $ docker stop --time=1 6f0d587af643c69767c7f6d1a52a6f459d0acac7e76178db96c44201c7e50af2 [2023-03-08T22:16:52.936Z] $ docker rm -f --volumes 6f0d587af643c69767c7f6d1a52a6f459d0acac7e76178db96c44201c7e50af2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2023-03-08T22:16:53.350Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-08T22:16:53.364Z] provisioning config files... [2023-03-08T22:16:53.371Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/446@tmp/config3409115636339197768tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-08T22:16:53.657Z] --> edgex-publish-swagger.sh [2023-03-08T22:16:53.657Z] === Publish openapi/v3 API === [2023-03-08T22:16:53.657Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2023-03-08T22:16:53.657Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/446/openapi/v3/core-command.yaml] [2023-03-08T22:16:53.657Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-08T22:16:53.657Z] Dload Upload Total Spent Left Speed [2023-03-08T22:16:54.225Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29030 0 0 100 29030 0 55085 --:--:-- --:--:-- --:--:-- 55085 [2023-03-08T22:16:54.225Z] [2023-03-08T22:16:54.225Z] [2023-03-08T22:16:54.225Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/446/openapi/v3/core-data.yaml] [2023-03-08T22:16:54.225Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-08T22:16:54.225Z] Dload Upload Total Spent Left Speed [2023-03-08T22:16:54.484Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 69110 0 0 100 69110 0 334k --:--:-- --:--:-- --:--:-- 332k 100 69110 0 0 100 69110 0 144k --:--:-- --:--:-- --:--:-- 144k [2023-03-08T22:16:54.484Z] [2023-03-08T22:16:54.484Z] [2023-03-08T22:16:54.484Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/446/openapi/v3/core-metadata.yaml] [2023-03-08T22:16:54.484Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-08T22:16:54.484Z] Dload Upload Total Spent Left Speed [2023-03-08T22:16:55.052Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 140k 0 0 100 140k 0 243k --:--:-- --:--:-- --:--:-- 243k [2023-03-08T22:16:55.052Z] [2023-03-08T22:16:55.052Z] [2023-03-08T22:16:55.052Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/446/openapi/v3/support-notifications.yaml] [2023-03-08T22:16:55.052Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-08T22:16:55.052Z] Dload Upload Total Spent Left Speed [2023-03-08T22:16:55.880Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86965 0 0 100 86965 0 633k --:--:-- --:--:-- --:--:-- 629k 100 86965 0 0 100 86965 0 154k --:--:-- --:--:-- --:--:-- 153k [2023-03-08T22:16:55.880Z] [2023-03-08T22:16:55.880Z] [2023-03-08T22:16:55.880Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/446/openapi/v3/support-scheduler.yaml] [2023-03-08T22:16:55.880Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-08T22:16:55.880Z] Dload Upload Total Spent Left Speed [2023-03-08T22:16:56.139Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 34001 0 0 100 34001 0 73278 --:--:-- --:--:-- --:--:-- 73278 [2023-03-08T22:16:56.139Z] [2023-03-08T22:16:56.139Z] [Pipeline] } [2023-03-08T22:16:56.145Z] 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-03-08T22:16:56.547Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-08T22:16:56.547Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:16:56.848Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-08T22:16:56.848Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T22:16:56.922Z] prd-ubuntu20.04-docker-8c-8g-8901 does not seem to be running inside a container [2023-03-08T22:16:56.924Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/446 -v /w/workspace/edgex-go/446:/w/workspace/edgex-go/446:rw,z -v /w/workspace/edgex-go/446@tmp:/w/workspace/edgex-go/446@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-03-08T22:16:57.387Z] $ docker top c3fe48befe5cd35a5b6b8f2446eb17a83c63aafdd8e4794da5a0e6434b53a4ba -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-08T22:16:57.497Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-08T22:16:57.497Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-08T22:16:57.633Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-08T22:16:57.610Z] $ docker exec c3fe48befe5cd35a5b6b8f2446eb17a83c63aafdd8e4794da5a0e6434b53a4ba ssh-agent [2023-03-08T22:16:57.766Z] SSH_AUTH_SOCK=/tmp/ssh-LAtIfsiUoTxy/agent.32 [2023-03-08T22:16:57.766Z] SSH_AGENT_PID=38 [2023-03-08T22:16:57.770Z] Running ssh-add (command line suppressed) [2023-03-08T22:16:57.845Z] Identity added: /w/workspace/edgex-go/446@tmp/private_key_2027970001215075616.key (/w/workspace/edgex-go/446@tmp/private_key_2027970001215075616.key) [2023-03-08T22:16:57.888Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-08T22:16:58.170Z] + git semver tag [2023-03-08T22:16:58.430Z] 2023-03-08 22:16:58,333 [run_tag] DEBUG tag force:False [2023-03-08T22:16:58.430Z] 2023-03-08 22:16:58,333 [check_head_tag] DEBUG check head tag [2023-03-08T22:16:58.430Z] 2023-03-08 22:16:58,336 [execute] INFO git cat-file --batch-check [2023-03-08T22:16:58.430Z] 2023-03-08 22:16:58,336 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/446, universal_newlines=False, shell=None, istream=) [2023-03-08T22:16:58.430Z] 2023-03-08 22:16:58,339 [execute] INFO git cat-file --batch [2023-03-08T22:16:58.430Z] 2023-03-08 22:16:58,340 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/446, universal_newlines=False, shell=None, istream=) [2023-03-08T22:16:58.430Z] 2023-03-08 22:16:58,394 [read_version] DEBUG read version from /w/workspace/edgex-go/446/.semver/main [2023-03-08T22:16:58.430Z] 2023-03-08 22:16:58,394 [execute] INFO git tag -a v3.0.0-dev.84 -m v3.0.0-dev.84 [2023-03-08T22:16:58.430Z] 2023-03-08 22:16:58,394 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.84', '-m', 'v3.0.0-dev.84'], cwd=/w/workspace/edgex-go/446, universal_newlines=False, shell=None, istream=None) [2023-03-08T22:16:58.430Z] 2023-03-08 22:16:58,399 [read_version] DEBUG read version from /w/workspace/edgex-go/446/.semver/main [2023-03-08T22:16:58.430Z] 3.0.0-dev.84 [Pipeline] } [2023-03-08T22:16:58.673Z] $ docker exec --env ******** --env ******** c3fe48befe5cd35a5b6b8f2446eb17a83c63aafdd8e4794da5a0e6434b53a4ba ssh-agent -k [2023-03-08T22:16:58.776Z] unset SSH_AUTH_SOCK; [2023-03-08T22:16:58.776Z] unset SSH_AGENT_PID; [2023-03-08T22:16:58.781Z] echo Agent pid 38 killed; [2023-03-08T22:16:58.813Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-08T22:16:59.108Z] + git semver [Pipeline] } [2023-03-08T22:16:59.353Z] $ docker stop --time=1 c3fe48befe5cd35a5b6b8f2446eb17a83c63aafdd8e4794da5a0e6434b53a4ba [2023-03-08T22:17:00.846Z] $ docker rm -f --volumes c3fe48befe5cd35a5b6b8f2446eb17a83c63aafdd8e4794da5a0e6434b53a4ba [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:17:01.252Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-08T22:17:01.252Z] [2023-03-08T22:17:01.252Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:17:01.549Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-08T22:17:01.549Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-03-08T22:17:01.549Z] ab5ef0e58194: Pulling fs layer [2023-03-08T22:17:01.549Z] 9712f1f96733: Pulling fs layer [2023-03-08T22:17:01.549Z] 63f879dbbcfc: Pulling fs layer [2023-03-08T22:17:01.549Z] 0d9ebad4ef96: Pulling fs layer [2023-03-08T22:17:01.549Z] e9a5061849ea: Pulling fs layer [2023-03-08T22:17:01.549Z] d747dcd14b5f: Pulling fs layer [2023-03-08T22:17:01.549Z] 2de7ff778b66: Pulling fs layer [2023-03-08T22:17:01.549Z] 0d9ebad4ef96: Waiting [2023-03-08T22:17:01.549Z] e9a5061849ea: Waiting [2023-03-08T22:17:01.549Z] d747dcd14b5f: Waiting [2023-03-08T22:17:01.549Z] 2de7ff778b66: Waiting [2023-03-08T22:17:01.549Z] 9712f1f96733: Download complete [2023-03-08T22:17:02.120Z] 63f879dbbcfc: Verifying Checksum [2023-03-08T22:17:02.120Z] 63f879dbbcfc: Download complete [2023-03-08T22:17:02.120Z] 0d9ebad4ef96: Verifying Checksum [2023-03-08T22:17:02.120Z] 0d9ebad4ef96: Download complete [2023-03-08T22:17:02.378Z] e9a5061849ea: Verifying Checksum [2023-03-08T22:17:02.378Z] e9a5061849ea: Download complete [2023-03-08T22:17:02.378Z] d747dcd14b5f: Download complete [2023-03-08T22:17:02.378Z] ab5ef0e58194: Download complete [2023-03-08T22:17:02.378Z] 2de7ff778b66: Verifying Checksum [2023-03-08T22:17:02.378Z] 2de7ff778b66: Download complete [2023-03-08T22:17:04.909Z] ab5ef0e58194: Pull complete [2023-03-08T22:17:04.909Z] 9712f1f96733: Pull complete [2023-03-08T22:17:05.472Z] 63f879dbbcfc: Pull complete [2023-03-08T22:17:08.753Z] 0d9ebad4ef96: Pull complete [2023-03-08T22:17:09.319Z] e9a5061849ea: Pull complete [2023-03-08T22:17:09.319Z] d747dcd14b5f: Pull complete [2023-03-08T22:17:10.249Z] 2de7ff778b66: Pull complete [2023-03-08T22:17:10.249Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-03-08T22:17:10.249Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-08T22:17:10.249Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T22:17:10.320Z] prd-ubuntu20.04-docker-8c-8g-8901 does not seem to be running inside a container [2023-03-08T22:17:10.319Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/446 -v /w/workspace/edgex-go/446:/w/workspace/edgex-go/446:rw,z -v /w/workspace/edgex-go/446@tmp:/w/workspace/edgex-go/446@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-03-08T22:17:12.724Z] $ docker top 1c54428a0d40b62388a18584945934850cc14036cdf62e3c6ead53ab75a62b83 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-03-08T22:17:12.816Z] provisioning config files... [2023-03-08T22:17:12.821Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/446@tmp/config17206511058857577552tmp [2023-03-08T22:17:12.829Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/446@tmp/config17814507901353532394tmp [2023-03-08T22:17:12.836Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/446@tmp/config14523885972582493414tmp [Pipeline] { [Pipeline] echo [2023-03-08T22:17:12.850Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-08T22:17:13.131Z] ---> sigul-configuration.sh [2023-03-08T22:17:13.131Z] gpg: directory `/root/.gnupg' created [2023-03-08T22:17:13.131Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-03-08T22:17:13.131Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-03-08T22:17:13.131Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-03-08T22:17:13.131Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-03-08T22:17:13.131Z] gpg: CAST5 encrypted data [2023-03-08T22:17:13.131Z] gpg: encrypted with 1 passphrase [2023-03-08T22:17:13.131Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-03-08T22:17:13.414Z] + mkdir /home/jenkins [2023-03-08T22:17:13.414Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-03-08T22:17:13.699Z] + 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-03-08T22:17:13.708Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-08T22:17:13.990Z] ---> sigul-install.sh [2023-03-08T22:17:13.990Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-03-08T22:17:14.275Z] + git tag --list [2023-03-08T22:17:14.275Z] 0.6.0 [2023-03-08T22:17:14.275Z] 0.6.1 [2023-03-08T22:17:14.275Z] 0.7.0 [2023-03-08T22:17:14.275Z] 0.7.1 [2023-03-08T22:17:14.275Z] v1.0.0 [2023-03-08T22:17:14.275Z] v1.0.1 [2023-03-08T22:17:14.275Z] v1.1.0 [2023-03-08T22:17:14.275Z] v1.2.0 [2023-03-08T22:17:14.275Z] v1.2.1 [2023-03-08T22:17:14.275Z] v1.3.0 [2023-03-08T22:17:14.275Z] v1.3.1 [2023-03-08T22:17:14.275Z] v2.0.0 [2023-03-08T22:17:14.275Z] v2.1.0 [2023-03-08T22:17:14.275Z] v2.1.1 [2023-03-08T22:17:14.275Z] v2.1.1-dev.1 [2023-03-08T22:17:14.275Z] v2.1.1-dev.2 [2023-03-08T22:17:14.275Z] v2.1.1-dev.3 [2023-03-08T22:17:14.275Z] v2.1.1-dev.4 [2023-03-08T22:17:14.275Z] v2.1.1-dev.5 [2023-03-08T22:17:14.275Z] v2.1.1-dev.6 [2023-03-08T22:17:14.275Z] v2.1.1-dev.7 [2023-03-08T22:17:14.275Z] v2.1.1-dev.8 [2023-03-08T22:17:14.275Z] v2.1.2-dev.1 [2023-03-08T22:17:14.275Z] v2.2.0 [2023-03-08T22:17:14.275Z] v2.2.1-dev.1 [2023-03-08T22:17:14.275Z] v2.2.1-dev.10 [2023-03-08T22:17:14.275Z] v2.2.1-dev.11 [2023-03-08T22:17:14.275Z] v2.2.1-dev.12 [2023-03-08T22:17:14.275Z] v2.2.1-dev.13 [2023-03-08T22:17:14.275Z] v2.2.1-dev.14 [2023-03-08T22:17:14.275Z] v2.2.1-dev.15 [2023-03-08T22:17:14.275Z] v2.2.1-dev.16 [2023-03-08T22:17:14.275Z] v2.2.1-dev.17 [2023-03-08T22:17:14.275Z] v2.2.1-dev.18 [2023-03-08T22:17:14.275Z] v2.2.1-dev.19 [2023-03-08T22:17:14.275Z] v2.2.1-dev.2 [2023-03-08T22:17:14.275Z] v2.2.1-dev.20 [2023-03-08T22:17:14.275Z] v2.2.1-dev.21 [2023-03-08T22:17:14.275Z] v2.2.1-dev.22 [2023-03-08T22:17:14.275Z] v2.2.1-dev.23 [2023-03-08T22:17:14.275Z] v2.2.1-dev.24 [2023-03-08T22:17:14.275Z] v2.2.1-dev.25 [2023-03-08T22:17:14.275Z] v2.2.1-dev.26 [2023-03-08T22:17:14.275Z] v2.2.1-dev.27 [2023-03-08T22:17:14.275Z] v2.2.1-dev.28 [2023-03-08T22:17:14.275Z] v2.2.1-dev.29 [2023-03-08T22:17:14.275Z] v2.2.1-dev.3 [2023-03-08T22:17:14.275Z] v2.2.1-dev.4 [2023-03-08T22:17:14.275Z] v2.2.1-dev.5 [2023-03-08T22:17:14.275Z] v2.2.1-dev.6 [2023-03-08T22:17:14.275Z] v2.2.1-dev.7 [2023-03-08T22:17:14.275Z] v2.2.1-dev.8 [2023-03-08T22:17:14.275Z] v2.2.1-dev.9 [2023-03-08T22:17:14.275Z] v2.3.0 [2023-03-08T22:17:14.275Z] v2.3.0-dev.100 [2023-03-08T22:17:14.275Z] v2.3.0-dev.101 [2023-03-08T22:17:14.275Z] v2.3.0-dev.102 [2023-03-08T22:17:14.275Z] v2.3.0-dev.103 [2023-03-08T22:17:14.275Z] v2.3.0-dev.104 [2023-03-08T22:17:14.275Z] v2.3.0-dev.105 [2023-03-08T22:17:14.275Z] v2.3.0-dev.106 [2023-03-08T22:17:14.275Z] v2.3.0-dev.29 [2023-03-08T22:17:14.275Z] v2.3.0-dev.30 [2023-03-08T22:17:14.275Z] v2.3.0-dev.31 [2023-03-08T22:17:14.275Z] v2.3.0-dev.32 [2023-03-08T22:17:14.275Z] v2.3.0-dev.33 [2023-03-08T22:17:14.275Z] v2.3.0-dev.34 [2023-03-08T22:17:14.275Z] v2.3.0-dev.35 [2023-03-08T22:17:14.275Z] v2.3.0-dev.36 [2023-03-08T22:17:14.275Z] v2.3.0-dev.37 [2023-03-08T22:17:14.275Z] v2.3.0-dev.38 [2023-03-08T22:17:14.275Z] v2.3.0-dev.39 [2023-03-08T22:17:14.275Z] v2.3.0-dev.40 [2023-03-08T22:17:14.275Z] v2.3.0-dev.41 [2023-03-08T22:17:14.275Z] v2.3.0-dev.42 [2023-03-08T22:17:14.275Z] v2.3.0-dev.43 [2023-03-08T22:17:14.275Z] v2.3.0-dev.44 [2023-03-08T22:17:14.275Z] v2.3.0-dev.45 [2023-03-08T22:17:14.275Z] v2.3.0-dev.46 [2023-03-08T22:17:14.275Z] v2.3.0-dev.47 [2023-03-08T22:17:14.275Z] v2.3.0-dev.48 [2023-03-08T22:17:14.275Z] v2.3.0-dev.49 [2023-03-08T22:17:14.275Z] v2.3.0-dev.50 [2023-03-08T22:17:14.275Z] v2.3.0-dev.51 [2023-03-08T22:17:14.275Z] v2.3.0-dev.52 [2023-03-08T22:17:14.275Z] v2.3.0-dev.53 [2023-03-08T22:17:14.275Z] v2.3.0-dev.54 [2023-03-08T22:17:14.275Z] v2.3.0-dev.55 [2023-03-08T22:17:14.275Z] v2.3.0-dev.56 [2023-03-08T22:17:14.275Z] v2.3.0-dev.57 [2023-03-08T22:17:14.275Z] v2.3.0-dev.58 [2023-03-08T22:17:14.275Z] v2.3.0-dev.59 [2023-03-08T22:17:14.275Z] v2.3.0-dev.60 [2023-03-08T22:17:14.275Z] v2.3.0-dev.61 [2023-03-08T22:17:14.275Z] v2.3.0-dev.62 [2023-03-08T22:17:14.275Z] v2.3.0-dev.63 [2023-03-08T22:17:14.275Z] v2.3.0-dev.64 [2023-03-08T22:17:14.275Z] v2.3.0-dev.65 [2023-03-08T22:17:14.275Z] v2.3.0-dev.66 [2023-03-08T22:17:14.275Z] v2.3.0-dev.67 [2023-03-08T22:17:14.275Z] v2.3.0-dev.68 [2023-03-08T22:17:14.275Z] v2.3.0-dev.69 [2023-03-08T22:17:14.275Z] v2.3.0-dev.70 [2023-03-08T22:17:14.275Z] v2.3.0-dev.71 [2023-03-08T22:17:14.275Z] v2.3.0-dev.72 [2023-03-08T22:17:14.275Z] v2.3.0-dev.73 [2023-03-08T22:17:14.275Z] v2.3.0-dev.74 [2023-03-08T22:17:14.275Z] v2.3.0-dev.75 [2023-03-08T22:17:14.276Z] v2.3.0-dev.76 [2023-03-08T22:17:14.276Z] v2.3.0-dev.77 [2023-03-08T22:17:14.276Z] v2.3.0-dev.78 [2023-03-08T22:17:14.276Z] v2.3.0-dev.79 [2023-03-08T22:17:14.276Z] v2.3.0-dev.80 [2023-03-08T22:17:14.276Z] v2.3.0-dev.81 [2023-03-08T22:17:14.276Z] v2.3.0-dev.82 [2023-03-08T22:17:14.276Z] v2.3.0-dev.83 [2023-03-08T22:17:14.276Z] v2.3.0-dev.84 [2023-03-08T22:17:14.276Z] v2.3.0-dev.85 [2023-03-08T22:17:14.276Z] v2.3.0-dev.86 [2023-03-08T22:17:14.276Z] v2.3.0-dev.87 [2023-03-08T22:17:14.276Z] v2.3.0-dev.88 [2023-03-08T22:17:14.276Z] v2.3.0-dev.89 [2023-03-08T22:17:14.276Z] v2.3.0-dev.90 [2023-03-08T22:17:14.276Z] v2.3.0-dev.91 [2023-03-08T22:17:14.276Z] v2.3.0-dev.92 [2023-03-08T22:17:14.276Z] v2.3.0-dev.93 [2023-03-08T22:17:14.276Z] v2.3.0-dev.94 [2023-03-08T22:17:14.276Z] v2.3.0-dev.95 [2023-03-08T22:17:14.276Z] v2.3.0-dev.96 [2023-03-08T22:17:14.276Z] v2.3.0-dev.97 [2023-03-08T22:17:14.276Z] v2.3.0-dev.98 [2023-03-08T22:17:14.276Z] v2.3.0-dev.99 [2023-03-08T22:17:14.276Z] v2.3.1-dev.1 [2023-03-08T22:17:14.276Z] v2.3.1-dev.2 [2023-03-08T22:17:14.276Z] v2.3.1-dev.3 [2023-03-08T22:17:14.276Z] v2.3.1-dev.4 [2023-03-08T22:17:14.276Z] v2.3.1-dev.5 [2023-03-08T22:17:14.276Z] v3.0.0-dev.1 [2023-03-08T22:17:14.276Z] v3.0.0-dev.10 [2023-03-08T22:17:14.276Z] v3.0.0-dev.11 [2023-03-08T22:17:14.276Z] v3.0.0-dev.12 [2023-03-08T22:17:14.276Z] v3.0.0-dev.13 [2023-03-08T22:17:14.276Z] v3.0.0-dev.14 [2023-03-08T22:17:14.276Z] v3.0.0-dev.15 [2023-03-08T22:17:14.276Z] v3.0.0-dev.16 [2023-03-08T22:17:14.276Z] v3.0.0-dev.17 [2023-03-08T22:17:14.276Z] v3.0.0-dev.18 [2023-03-08T22:17:14.276Z] v3.0.0-dev.19 [2023-03-08T22:17:14.276Z] v3.0.0-dev.2 [2023-03-08T22:17:14.276Z] v3.0.0-dev.20 [2023-03-08T22:17:14.276Z] v3.0.0-dev.21 [2023-03-08T22:17:14.276Z] v3.0.0-dev.22 [2023-03-08T22:17:14.276Z] v3.0.0-dev.23 [2023-03-08T22:17:14.276Z] v3.0.0-dev.24 [2023-03-08T22:17:14.276Z] v3.0.0-dev.25 [2023-03-08T22:17:14.276Z] v3.0.0-dev.26 [2023-03-08T22:17:14.276Z] v3.0.0-dev.27 [2023-03-08T22:17:14.276Z] v3.0.0-dev.28 [2023-03-08T22:17:14.276Z] v3.0.0-dev.29 [2023-03-08T22:17:14.276Z] v3.0.0-dev.3 [2023-03-08T22:17:14.276Z] v3.0.0-dev.30 [2023-03-08T22:17:14.276Z] v3.0.0-dev.31 [2023-03-08T22:17:14.276Z] v3.0.0-dev.32 [2023-03-08T22:17:14.276Z] v3.0.0-dev.33 [2023-03-08T22:17:14.276Z] v3.0.0-dev.34 [2023-03-08T22:17:14.276Z] v3.0.0-dev.35 [2023-03-08T22:17:14.276Z] v3.0.0-dev.36 [2023-03-08T22:17:14.276Z] v3.0.0-dev.37 [2023-03-08T22:17:14.276Z] v3.0.0-dev.38 [2023-03-08T22:17:14.276Z] v3.0.0-dev.39 [2023-03-08T22:17:14.276Z] v3.0.0-dev.4 [2023-03-08T22:17:14.276Z] v3.0.0-dev.40 [2023-03-08T22:17:14.276Z] v3.0.0-dev.41 [2023-03-08T22:17:14.276Z] v3.0.0-dev.42 [2023-03-08T22:17:14.276Z] v3.0.0-dev.43 [2023-03-08T22:17:14.276Z] v3.0.0-dev.44 [2023-03-08T22:17:14.276Z] v3.0.0-dev.45 [2023-03-08T22:17:14.276Z] v3.0.0-dev.46 [2023-03-08T22:17:14.276Z] v3.0.0-dev.47 [2023-03-08T22:17:14.276Z] v3.0.0-dev.48 [2023-03-08T22:17:14.276Z] v3.0.0-dev.49 [2023-03-08T22:17:14.276Z] v3.0.0-dev.5 [2023-03-08T22:17:14.276Z] v3.0.0-dev.50 [2023-03-08T22:17:14.276Z] v3.0.0-dev.51 [2023-03-08T22:17:14.276Z] v3.0.0-dev.52 [2023-03-08T22:17:14.276Z] v3.0.0-dev.53 [2023-03-08T22:17:14.276Z] v3.0.0-dev.54 [2023-03-08T22:17:14.276Z] v3.0.0-dev.55 [2023-03-08T22:17:14.276Z] v3.0.0-dev.56 [2023-03-08T22:17:14.276Z] v3.0.0-dev.57 [2023-03-08T22:17:14.276Z] v3.0.0-dev.58 [2023-03-08T22:17:14.276Z] v3.0.0-dev.59 [2023-03-08T22:17:14.276Z] v3.0.0-dev.6 [2023-03-08T22:17:14.276Z] v3.0.0-dev.60 [2023-03-08T22:17:14.276Z] v3.0.0-dev.61 [2023-03-08T22:17:14.276Z] v3.0.0-dev.62 [2023-03-08T22:17:14.276Z] v3.0.0-dev.63 [2023-03-08T22:17:14.276Z] v3.0.0-dev.64 [2023-03-08T22:17:14.276Z] v3.0.0-dev.65 [2023-03-08T22:17:14.276Z] v3.0.0-dev.66 [2023-03-08T22:17:14.276Z] v3.0.0-dev.67 [2023-03-08T22:17:14.276Z] v3.0.0-dev.68 [2023-03-08T22:17:14.276Z] v3.0.0-dev.69 [2023-03-08T22:17:14.276Z] v3.0.0-dev.7 [2023-03-08T22:17:14.276Z] v3.0.0-dev.70 [2023-03-08T22:17:14.276Z] v3.0.0-dev.71 [2023-03-08T22:17:14.276Z] v3.0.0-dev.72 [2023-03-08T22:17:14.276Z] v3.0.0-dev.73 [2023-03-08T22:17:14.276Z] v3.0.0-dev.74 [2023-03-08T22:17:14.276Z] v3.0.0-dev.75 [2023-03-08T22:17:14.276Z] v3.0.0-dev.76 [2023-03-08T22:17:14.276Z] v3.0.0-dev.77 [2023-03-08T22:17:14.276Z] v3.0.0-dev.78 [2023-03-08T22:17:14.276Z] v3.0.0-dev.79 [2023-03-08T22:17:14.276Z] v3.0.0-dev.8 [2023-03-08T22:17:14.276Z] v3.0.0-dev.80 [2023-03-08T22:17:14.276Z] v3.0.0-dev.81 [2023-03-08T22:17:14.276Z] v3.0.0-dev.82 [2023-03-08T22:17:14.276Z] v3.0.0-dev.83 [2023-03-08T22:17:14.276Z] v3.0.0-dev.84 [2023-03-08T22:17:14.276Z] v3.0.0-dev.9 [Pipeline] sh [2023-03-08T22:17:14.560Z] + lftools sign git-tag v3.0.0-dev.84 [2023-03-08T22:17:15.128Z] Signing Git tag with Sigul... [2023-03-08T22:17:15.128Z] Signing v3.0.0-dev.84 [Pipeline] echo [2023-03-08T22:17:15.704Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-08T22:17:15.988Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-03-08T22:17:15.994Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-03-08T22:17:15.990Z] $ docker stop --time=1 1c54428a0d40b62388a18584945934850cc14036cdf62e3c6ead53ab75a62b83 [2023-03-08T22:17:17.311Z] $ docker rm -f --volumes 1c54428a0d40b62388a18584945934850cc14036cdf62e3c6ead53ab75a62b83 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-03-08T22:17:17.734Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-08T22:17:17.734Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:17:18.042Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-08T22:17:18.042Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T22:17:18.118Z] prd-ubuntu20.04-docker-8c-8g-8901 does not seem to be running inside a container [2023-03-08T22:17:18.129Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/446 -v /w/workspace/edgex-go/446:/w/workspace/edgex-go/446:rw,z -v /w/workspace/edgex-go/446@tmp:/w/workspace/edgex-go/446@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-03-08T22:17:18.511Z] $ docker top ae57aa1a2c8dced3291d38eb8e0921853262f22b3f32311697aa21ec41768ae8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-08T22:17:18.614Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-08T22:17:18.614Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-08T22:17:18.725Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-08T22:17:18.701Z] $ docker exec ae57aa1a2c8dced3291d38eb8e0921853262f22b3f32311697aa21ec41768ae8 ssh-agent [2023-03-08T22:17:18.840Z] SSH_AUTH_SOCK=/tmp/ssh-fY4yvmYSPnBf/agent.32 [2023-03-08T22:17:18.841Z] SSH_AGENT_PID=38 [2023-03-08T22:17:18.845Z] Running ssh-add (command line suppressed) [2023-03-08T22:17:18.921Z] Identity added: /w/workspace/edgex-go/446@tmp/private_key_2701406398065241794.key (/w/workspace/edgex-go/446@tmp/private_key_2701406398065241794.key) [2023-03-08T22:17:18.960Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-08T22:17:19.243Z] + git semver bump pre [2023-03-08T22:17:19.502Z] 2023-03-08 22:17:19,396 [read_version] DEBUG read version from /w/workspace/edgex-go/446/.semver/main [2023-03-08T22:17:19.502Z] 2023-03-08 22:17:19,396 [bump_version] DEBUG bumping version:3.0.0-dev.84 on axis:pre with prefix:dev [2023-03-08T22:17:19.502Z] 2023-03-08 22:17:19,397 [bump_version] DEBUG bumped version:3.0.0-dev.85 [2023-03-08T22:17:19.502Z] 2023-03-08 22:17:19,397 [write_version] DEBUG write version:3.0.0-dev.85 to path:/w/workspace/edgex-go/446/.semver/main with force:True [2023-03-08T22:17:19.502Z] 2023-03-08 22:17:19,397 [read_version] DEBUG read version from /w/workspace/edgex-go/446/.semver/main [2023-03-08T22:17:19.502Z] 2023-03-08 22:17:19,397 [write_file] DEBUG write to file:/w/workspace/edgex-go/446/.semver/main [2023-03-08T22:17:19.502Z] 2023-03-08 22:17:19,398 [execute] INFO git cat-file --batch-check [2023-03-08T22:17:19.502Z] 2023-03-08 22:17:19,399 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/446/.semver, universal_newlines=False, shell=None, istream=) [2023-03-08T22:17:19.502Z] 2023-03-08 22:17:19,405 [execute] INFO git cat-file --batch [2023-03-08T22:17:19.502Z] 2023-03-08 22:17:19,405 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/446/.semver, universal_newlines=False, shell=None, istream=) [2023-03-08T22:17:19.502Z] 2023-03-08 22:17:19,410 [read_version] DEBUG read version from /w/workspace/edgex-go/446/.semver/main [2023-03-08T22:17:19.502Z] 3.0.0-dev.85 [Pipeline] } [2023-03-08T22:17:19.485Z] $ docker exec --env ******** --env ******** ae57aa1a2c8dced3291d38eb8e0921853262f22b3f32311697aa21ec41768ae8 ssh-agent -k [2023-03-08T22:17:19.581Z] unset SSH_AUTH_SOCK; [2023-03-08T22:17:19.581Z] unset SSH_AGENT_PID; [2023-03-08T22:17:19.581Z] echo Agent pid 38 killed; [2023-03-08T22:17:19.616Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-08T22:17:19.920Z] + git semver [Pipeline] } [2023-03-08T22:17:20.164Z] $ docker stop --time=1 ae57aa1a2c8dced3291d38eb8e0921853262f22b3f32311697aa21ec41768ae8 [2023-03-08T22:17:21.486Z] $ docker rm -f --volumes ae57aa1a2c8dced3291d38eb8e0921853262f22b3f32311697aa21ec41768ae8 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-08T22:17:21.846Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-08T22:17:21.846Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:17:22.143Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-08T22:17:22.143Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T22:17:22.209Z] prd-ubuntu20.04-docker-8c-8g-8901 does not seem to be running inside a container [2023-03-08T22:17:22.214Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/446 -v /w/workspace/edgex-go/446:/w/workspace/edgex-go/446:rw,z -v /w/workspace/edgex-go/446@tmp:/w/workspace/edgex-go/446@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-03-08T22:17:22.562Z] $ docker top f59c8de2cf621284cfceb1abfe0a6a59b10e703de76153554c6251a75d80a60b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-08T22:17:22.689Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-08T22:17:22.689Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-08T22:17:22.815Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-08T22:17:22.792Z] $ docker exec f59c8de2cf621284cfceb1abfe0a6a59b10e703de76153554c6251a75d80a60b ssh-agent [2023-03-08T22:17:22.935Z] SSH_AUTH_SOCK=/tmp/ssh-VUA3zXz69ggi/agent.32 [2023-03-08T22:17:22.935Z] SSH_AGENT_PID=38 [2023-03-08T22:17:22.940Z] Running ssh-add (command line suppressed) [2023-03-08T22:17:23.018Z] Identity added: /w/workspace/edgex-go/446@tmp/private_key_2070590875502167168.key (/w/workspace/edgex-go/446@tmp/private_key_2070590875502167168.key) [2023-03-08T22:17:23.057Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-08T22:17:23.345Z] + git semver push [2023-03-08T22:17:23.604Z] 2023-03-08 22:17:23,505 [run_push] DEBUG push [2023-03-08T22:17:23.604Z] 2023-03-08 22:17:23,505 [execute] INFO git cat-file --batch-check [2023-03-08T22:17:23.604Z] 2023-03-08 22:17:23,505 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/446/.semver, universal_newlines=False, shell=None, istream=) [2023-03-08T22:17:23.604Z] 2023-03-08 22:17:23,507 [execute] INFO git rev-list b96f5681e4597ac3cbe3cbbc45418aa03f8deffb -- [2023-03-08T22:17:23.604Z] 2023-03-08 22:17:23,507 [execute] DEBUG Popen(['git', 'rev-list', 'b96f5681e4597ac3cbe3cbbc45418aa03f8deffb', '--'], cwd=/w/workspace/edgex-go/446/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-08T22:17:23.604Z] 2023-03-08 22:17:23,522 [execute] INFO git fetch -v origin [2023-03-08T22:17:23.604Z] 2023-03-08 22:17:23,522 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/446/.semver, universal_newlines=True, shell=None, istream=None) [2023-03-08T22:17:24.171Z] 2023-03-08 22:17:23,976 [run_push] DEBUG no remote changes detected [2023-03-08T22:17:24.171Z] 2023-03-08 22:17:23,977 [execute] INFO git push origin semver [2023-03-08T22:17:24.171Z] 2023-03-08 22:17:23,977 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/446/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-08T22:17:25.106Z] 2023-03-08 22:17:25,013 [run_push] DEBUG push all version tags [2023-03-08T22:17:25.106Z] 2023-03-08 22:17:25,013 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-03-08T22:17:25.106Z] 2023-03-08 22:17:25,014 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/446, universal_newlines=False, shell=None, istream=None) [2023-03-08T22:17:26.040Z] 2023-03-08 22:17:25,807 [read_version] DEBUG read version from /w/workspace/edgex-go/446/.semver/main [2023-03-08T22:17:26.040Z] 3.0.0-dev.85 [Pipeline] } [2023-03-08T22:17:26.022Z] $ docker exec --env ******** --env ******** f59c8de2cf621284cfceb1abfe0a6a59b10e703de76153554c6251a75d80a60b ssh-agent -k [2023-03-08T22:17:26.132Z] unset SSH_AUTH_SOCK; [2023-03-08T22:17:26.132Z] unset SSH_AGENT_PID; [2023-03-08T22:17:26.132Z] echo Agent pid 38 killed; [2023-03-08T22:17:26.166Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-08T22:17:26.461Z] + git semver [Pipeline] } [2023-03-08T22:17:26.704Z] $ docker stop --time=1 f59c8de2cf621284cfceb1abfe0a6a59b10e703de76153554c6251a75d80a60b [2023-03-08T22:17:27.991Z] $ docker rm -f --volumes f59c8de2cf621284cfceb1abfe0a6a59b10e703de76153554c6251a75d80a60b [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-03-08T22:17:28.536Z] + [ -d /w/workspace/edgex-go/446/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-03-08T22:17:28.850Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-08T22:17:29.776Z] ---> package-listing.sh [2023-03-08T22:17:29.776Z] ++ facter osfamily [2023-03-08T22:17:29.776Z] ++ tr '[:upper:]' '[:lower:]' [2023-03-08T22:17:30.036Z] + OS_FAMILY=debian [2023-03-08T22:17:30.036Z] + workspace=/w/workspace/edgex-go/446 [2023-03-08T22:17:30.036Z] + START_PACKAGES=/tmp/packages_start.txt [2023-03-08T22:17:30.036Z] + END_PACKAGES=/tmp/packages_end.txt [2023-03-08T22:17:30.036Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-03-08T22:17:30.036Z] + PACKAGES=/tmp/packages_start.txt [2023-03-08T22:17:30.036Z] + '[' /w/workspace/edgex-go/446 ']' [2023-03-08T22:17:30.036Z] + PACKAGES=/tmp/packages_end.txt [2023-03-08T22:17:30.036Z] + case "${OS_FAMILY}" in [2023-03-08T22:17:30.036Z] + dpkg -l [2023-03-08T22:17:30.036Z] + grep '^ii' [2023-03-08T22:17:30.036Z] + '[' -f /tmp/packages_start.txt ']' [2023-03-08T22:17:30.036Z] + '[' -f /tmp/packages_end.txt ']' [2023-03-08T22:17:30.036Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-03-08T22:17:30.036Z] + '[' /w/workspace/edgex-go/446 ']' [2023-03-08T22:17:30.036Z] + mkdir -p /w/workspace/edgex-go/446/archives/ [2023-03-08T22:17:30.036Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/446/archives/ [Pipeline] echo [2023-03-08T22:17:30.044Z] 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/446/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-03-08T22:17:30.320Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:17:30.880Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-08T22:17:30.881Z] [2023-03-08T22:17:30.881Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T22:17:31.181Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-08T22:17:31.181Z] latest: Pulling from edgex-lftools-log-publisher [2023-03-08T22:17:31.181Z] 5eb5b503b376: Pulling fs layer [2023-03-08T22:17:31.181Z] 5c69ac0246d0: Pulling fs layer [2023-03-08T22:17:31.181Z] ec43610c2a17: Pulling fs layer [2023-03-08T22:17:31.181Z] 3a2ae6a8a46f: Pulling fs layer [2023-03-08T22:17:31.181Z] 33b1e0a273af: Pulling fs layer [2023-03-08T22:17:31.181Z] 5d3b04190fa2: Pulling fs layer [2023-03-08T22:17:31.181Z] 2f39f015ded8: Pulling fs layer [2023-03-08T22:17:31.181Z] 33b1e0a273af: Waiting [2023-03-08T22:17:31.181Z] 5d3b04190fa2: Waiting [2023-03-08T22:17:31.181Z] 5c69ac0246d0: Verifying Checksum [2023-03-08T22:17:31.181Z] 5c69ac0246d0: Download complete [2023-03-08T22:17:31.181Z] 3a2ae6a8a46f: Verifying Checksum [2023-03-08T22:17:31.181Z] 3a2ae6a8a46f: Download complete [2023-03-08T22:17:31.442Z] 33b1e0a273af: Verifying Checksum [2023-03-08T22:17:31.442Z] 33b1e0a273af: Download complete [2023-03-08T22:17:31.442Z] 5d3b04190fa2: Verifying Checksum [2023-03-08T22:17:31.442Z] 5d3b04190fa2: Download complete [2023-03-08T22:17:31.442Z] ec43610c2a17: Verifying Checksum [2023-03-08T22:17:31.442Z] ec43610c2a17: Download complete [2023-03-08T22:17:31.442Z] 5eb5b503b376: Verifying Checksum [2023-03-08T22:17:31.442Z] 5eb5b503b376: Download complete [2023-03-08T22:17:32.008Z] 2f39f015ded8: Download complete [2023-03-08T22:17:32.572Z] 5eb5b503b376: Pull complete [2023-03-08T22:17:32.572Z] 5c69ac0246d0: Pull complete [2023-03-08T22:17:33.137Z] ec43610c2a17: Pull complete [2023-03-08T22:17:33.137Z] 3a2ae6a8a46f: Pull complete [2023-03-08T22:17:33.395Z] 33b1e0a273af: Pull complete [2023-03-08T22:17:33.395Z] 5d3b04190fa2: Pull complete [2023-03-08T22:17:37.574Z] 2f39f015ded8: Pull complete [2023-03-08T22:17:37.574Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-03-08T22:17:37.574Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-08T22:17:37.574Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T22:17:37.647Z] prd-ubuntu20.04-docker-8c-8g-8901 does not seem to be running inside a container [2023-03-08T22:17:37.648Z] $ 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/446/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/446 -v /w/workspace/edgex-go/446:/w/workspace/edgex-go/446:rw,z -v /w/workspace/edgex-go/446@tmp:/w/workspace/edgex-go/446@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-03-08T22:17:39.377Z] $ docker top da56cbbd086a33f388a712fc6719f4e3e51ffa24a6b2f2fca66fbfba871b32d5 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-08T22:17:39.735Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-03-08T22:17:40.019Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-03-08T22:17:40.305Z] + ls /var/log/sa-host [2023-03-08T22:17:40.305Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-08T22:17:40.374Z] provisioning config files... [2023-03-08T22:17:40.382Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/446@tmp/config16770059810262078226tmp [Pipeline] { [Pipeline] echo [2023-03-08T22:17:40.392Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-08T22:17:40.674Z] ---> create-netrc.sh [Pipeline] } [2023-03-08T22:17:40.681Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-03-08T22:17:41.009Z] ---> python-tools-install.sh [Pipeline] echo [2023-03-08T22:17:41.017Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-08T22:17:41.298Z] ---> sudo-logs.sh [2023-03-08T22:17:41.298Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-03-08T22:17:41.320Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-08T22:17:41.603Z] ---> job-cost.sh [2023-03-08T22:17:41.603Z] lf-activate-venv: SKIPPING [2023-03-08T22:17:41.603Z] DEBUG: total: 0.10999999940395355 [2023-03-08T22:17:41.603Z] INFO: Retrieving Stack Cost... [2023-03-08T22:17:42.171Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-08T22:17:42.430Z] INFO: Archiving Costs [Pipeline] echo [2023-03-08T22:17:42.444Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-08T22:17:42.724Z] ---> logs-deploy.sh [2023-03-08T22:17:42.724Z] lf-activate-venv: SKIPPING [2023-03-08T22:17:42.724Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/446 [2023-03-08T22:17:42.724Z] INFO: archiving workspace using pattern(s): [2023-03-08T22:17:43.659Z] Archives upload complete. [2023-03-08T22:17:43.659Z] INFO: archiving logs to Nexus