Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from a219a96092df6e8a7d6599bd49f1a07919d2084f 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-ssh7322607343299086939.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-ssh16180876267438326059.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-ssh7978640219703609153.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-ssh12188973520544270161.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-ssh2663434118483891629.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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-8121 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/436 [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/436 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision a219a96092df6e8a7d6599bd49f1a07919d2084f (main) Commit message: "fix: Typos in Apache-2.0 SPDX headers (#4406)" > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a219a96092df6e8a7d6599bd49f1a07919d2084f # timeout=10 > git rev-list --no-walk 8aa10c1497df1eea7ec4785a9c01b401f72abbbc # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-03-02T21:17:30.515Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-03-02T21:17:30.555Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-03-02T21:17:30.569Z] ========================================================= [2023-03-02T21:17:30.569Z] EdgeX Global Pipelines Version Info [2023-03-02T21:17:30.569Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-03-02T21:17:31.285Z] ------------------- [2023-03-02T21:17:31.285Z] stable info: [2023-03-02T21:17:31.285Z] ------------------- [2023-03-02T21:17:31.285Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-03-02T21:17:31.285Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-02T21:17:31.285Z] Message: update stable to v1.0.244 [2023-03-02T21:17:31.856Z] ------------------- [2023-03-02T21:17:31.856Z] experimental info: [2023-03-02T21:17:31.856Z] ------------------- [2023-03-02T21:17:31.856Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-03-02T21:17:31.856Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-02T21:17:31.856Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-03-02T21:17:32.028Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-03-02T21:17:32.041Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-03-02T21:17:32.051Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-03-02T21:17:32.063Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-03-02T21:17:32.075Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-03-02T21:17:32.086Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-03-02T21:17:32.097Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-03-02T21:17:32.110Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-03-02T21:17:32.120Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-03-02T21:17:32.133Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-03-02T21:17:32.145Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-03-02T21:17:32.156Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-03-02T21:17:32.168Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-03-02T21:17:32.179Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-03-02T21:17:32.189Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-03-02T21:17:32.200Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-03-02T21:17:32.212Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-03-02T21:17:32.225Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-03-02T21:17:32.239Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-03-02T21:17:32.250Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-03-02T21:17:32.260Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-03-02T21:17:32.271Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-03-02T21:17:32.283Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-03-02T21:17:32.294Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-03-02T21:17:32.305Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-03-02T21:17:32.315Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-03-02T21:17:32.325Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a219a96092df6e8a7d6599bd49f1a07919d2084f [Pipeline] echo [2023-03-02T21:17:32.337Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a219a96 [Pipeline] echo [2023-03-02T21:17:32.351Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-02T21:17:32.400Z] provisioning config files... [2023-03-02T21:17:32.415Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/436@tmp/config6028765192949194087tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-02T21:17:32.720Z] ---> docker-login.sh [2023-03-02T21:17:32.720Z] nexus3.edgexfoundry.org:10001 [2023-03-02T21:17:32.982Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-02T21:17:33.243Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-02T21:17:33.243Z] Configure a credential helper to remove this warning. See [2023-03-02T21:17:33.243Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-02T21:17:33.243Z] [2023-03-02T21:17:33.243Z] Login Succeeded [2023-03-02T21:17:33.243Z] nexus3.edgexfoundry.org:10002 [2023-03-02T21:17:33.243Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-02T21:17:33.243Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-02T21:17:33.243Z] Configure a credential helper to remove this warning. See [2023-03-02T21:17:33.243Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-02T21:17:33.243Z] [2023-03-02T21:17:33.243Z] Login Succeeded [2023-03-02T21:17:33.243Z] nexus3.edgexfoundry.org:10003 [2023-03-02T21:17:33.243Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-02T21:17:33.503Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-02T21:17:33.503Z] Configure a credential helper to remove this warning. See [2023-03-02T21:17:33.503Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-02T21:17:33.503Z] [2023-03-02T21:17:33.503Z] Login Succeeded [2023-03-02T21:17:33.503Z] nexus3.edgexfoundry.org:10004 [2023-03-02T21:17:33.503Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-02T21:17:33.503Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-02T21:17:33.503Z] Configure a credential helper to remove this warning. See [2023-03-02T21:17:33.503Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-02T21:17:33.503Z] [2023-03-02T21:17:33.503Z] Login Succeeded [2023-03-02T21:17:33.503Z] docker.io [2023-03-02T21:17:33.503Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-02T21:17:33.763Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-02T21:17:33.763Z] Configure a credential helper to remove this warning. See [2023-03-02T21:17:33.763Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-02T21:17:33.763Z] [2023-03-02T21:17:33.763Z] Login Succeeded [2023-03-02T21:17:33.763Z] ---> docker-login.sh ends [Pipeline] } [2023-03-02T21:17:33.770Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-02T21:17:34.069Z] + 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-02T21:17:34.070Z] + dirname cmd/core-command/Dockerfile [2023-03-02T21:17:34.070Z] + cut -d/ -f2 [2023-03-02T21:17:34.070Z] + echo core-command,cmd/core-command/Dockerfile [2023-03-02T21:17:34.070Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-03-02T21:17:34.070Z] + cut -d/ -f2 [2023-03-02T21:17:34.070Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-03-02T21:17:34.070Z] + dirname cmd/core-data/Dockerfile [2023-03-02T21:17:34.070Z] + cut -d/ -f2 [2023-03-02T21:17:34.070Z] + echo core-data,cmd/core-data/Dockerfile [2023-03-02T21:17:34.070Z] + dirname cmd/core-metadata/Dockerfile [2023-03-02T21:17:34.070Z] + cut -d/ -f2 [2023-03-02T21:17:34.070Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-03-02T21:17:34.070Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-03-02T21:17:34.070Z] + cut -d/ -f2 [2023-03-02T21:17:34.070Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-03-02T21:17:34.070Z] + dirname cmd/security-proxy-auth/Dockerfile [2023-03-02T21:17:34.070Z] + cut -d/ -f2 [2023-03-02T21:17:34.070Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2023-03-02T21:17:34.070Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-03-02T21:17:34.070Z] + cut -d/ -f2 [2023-03-02T21:17:34.070Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-03-02T21:17:34.070Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-03-02T21:17:34.070Z] + cut -d/ -f2 [2023-03-02T21:17:34.070Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-03-02T21:17:34.070Z] + dirname cmd/security-spiffe-token-provider/Dockerfile+ [2023-03-02T21:17:34.070Z] cut -d/ -f2 [2023-03-02T21:17:34.070Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-03-02T21:17:34.070Z] + dirname cmd/security-spire-agent/Dockerfile [2023-03-02T21:17:34.070Z] + cut -d/ -f2 [2023-03-02T21:17:34.070Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-03-02T21:17:34.070Z] + dirname cmd/security-spire-config/Dockerfile [2023-03-02T21:17:34.070Z] + cut -d/ -f2 [2023-03-02T21:17:34.070Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-03-02T21:17:34.070Z] + dirname cmd/security-spire-server/Dockerfile [2023-03-02T21:17:34.070Z] + cut -d/ -f2 [2023-03-02T21:17:34.070Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-03-02T21:17:34.070Z] + dirname cmd/support-notifications/Dockerfile [2023-03-02T21:17:34.070Z] + cut -d/ -f2 [2023-03-02T21:17:34.070Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-03-02T21:17:34.070Z] + dirname cmd/support-scheduler/Dockerfile [2023-03-02T21:17:34.070Z] + cut -d/ -f2 [2023-03-02T21:17:34.070Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-03-02T21:17:34.125Z] 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-02T21:17:34.486Z] + git rev-list -1 --merges a219a96092df6e8a7d6599bd49f1a07919d2084f~1..a219a96092df6e8a7d6599bd49f1a07919d2084f [Pipeline] echo [2023-03-02T21:17:34.507Z] -----------> git rev-list -1 --merges a219a96092df6e8a7d6599bd49f1a07919d2084f~1..a219a96092df6e8a7d6599bd49f1a07919d2084f a219a96092df6e8a7d6599bd49f1a07919d2084f [false] [Pipeline] sh [2023-03-02T21:17:34.797Z] + git log --format=format:%s -1 a219a96092df6e8a7d6599bd49f1a07919d2084f [Pipeline] echo [2023-03-02T21:17:34.812Z] ========================================================= [2023-03-02T21:17:34.812Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-03-02T21:17:34.812Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-03-02T21:17:35.222Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-02T21:17:35.222Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-03-02T21:17:35.222Z] + [ -e /tmp/ssh_known_hosts ] [2023-03-02T21:17:35.222Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-03-02T21:17:35.222Z] + + sudo tee -aecho /etc/ssh/ssh_known_hosts [2023-03-02T21:17:35.222Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-03-02T21:17:35.222Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:17:35.624Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-02T21:17:35.624Z] [2023-03-02T21:17:35.624Z] 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-02T21:17:35.928Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-02T21:17:35.928Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-03-02T21:17:35.928Z] b85a868b505f: Pulling fs layer [2023-03-02T21:17:35.928Z] e2be974225ed: Pulling fs layer [2023-03-02T21:17:35.928Z] 339a4e72a1f5: Pulling fs layer [2023-03-02T21:17:35.928Z] 988bab9f4d93: Pulling fs layer [2023-03-02T21:17:35.928Z] 1469e6f7b9e6: Pulling fs layer [2023-03-02T21:17:35.928Z] eaf3925da568: Pulling fs layer [2023-03-02T21:17:35.928Z] bab4dde63d76: Pulling fs layer [2023-03-02T21:17:35.928Z] bde34c3a00c8: Pulling fs layer [2023-03-02T21:17:35.928Z] b352a97aabf1: Pulling fs layer [2023-03-02T21:17:35.928Z] 4872d77fe225: Pulling fs layer [2023-03-02T21:17:35.928Z] 5851b861e8e6: Pulling fs layer [2023-03-02T21:17:35.928Z] 988bab9f4d93: Waiting [2023-03-02T21:17:35.928Z] eaf3925da568: Waiting [2023-03-02T21:17:35.928Z] bde34c3a00c8: Waiting [2023-03-02T21:17:35.928Z] b352a97aabf1: Waiting [2023-03-02T21:17:35.928Z] bab4dde63d76: Waiting [2023-03-02T21:17:35.928Z] 4872d77fe225: Waiting [2023-03-02T21:17:35.928Z] e2be974225ed: Download complete [2023-03-02T21:17:35.928Z] 988bab9f4d93: Download complete [2023-03-02T21:17:36.189Z] 1469e6f7b9e6: Verifying Checksum [2023-03-02T21:17:36.189Z] 1469e6f7b9e6: Download complete [2023-03-02T21:17:36.189Z] eaf3925da568: Verifying Checksum [2023-03-02T21:17:36.189Z] eaf3925da568: Download complete [2023-03-02T21:17:36.189Z] 339a4e72a1f5: Verifying Checksum [2023-03-02T21:17:36.189Z] 339a4e72a1f5: Download complete [2023-03-02T21:17:36.189Z] bde34c3a00c8: Verifying Checksum [2023-03-02T21:17:36.189Z] bde34c3a00c8: Download complete [2023-03-02T21:17:36.189Z] b352a97aabf1: Download complete [2023-03-02T21:17:36.189Z] 4872d77fe225: Verifying Checksum [2023-03-02T21:17:36.189Z] 4872d77fe225: Download complete [2023-03-02T21:17:36.189Z] 5851b861e8e6: Download complete [2023-03-02T21:17:36.189Z] b85a868b505f: Verifying Checksum [2023-03-02T21:17:36.189Z] b85a868b505f: Download complete [2023-03-02T21:17:36.447Z] bab4dde63d76: Verifying Checksum [2023-03-02T21:17:36.447Z] bab4dde63d76: Download complete [2023-03-02T21:17:37.385Z] b85a868b505f: Pull complete [2023-03-02T21:17:37.385Z] e2be974225ed: Pull complete [2023-03-02T21:17:37.952Z] 339a4e72a1f5: Pull complete [2023-03-02T21:17:37.952Z] 988bab9f4d93: Pull complete [2023-03-02T21:17:38.211Z] 1469e6f7b9e6: Pull complete [2023-03-02T21:17:38.212Z] eaf3925da568: Pull complete [2023-03-02T21:17:40.123Z] bab4dde63d76: Pull complete [2023-03-02T21:17:40.123Z] bde34c3a00c8: Pull complete [2023-03-02T21:17:40.123Z] b352a97aabf1: Pull complete [2023-03-02T21:17:40.123Z] 4872d77fe225: Pull complete [2023-03-02T21:17:40.123Z] 5851b861e8e6: Pull complete [2023-03-02T21:17:40.123Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-03-02T21:17:40.123Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-02T21:17:40.123Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-02T21:17:40.209Z] prd-ubuntu20.04-docker-8c-8g-8121 does not seem to be running inside a container [2023-03-02T21:17:40.240Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/436 -v /w/workspace/edgex-go/436:/w/workspace/edgex-go/436:rw,z -v /w/workspace/edgex-go/436@tmp:/w/workspace/edgex-go/436@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-02T21:17:41.454Z] $ docker top e2988f11633e2a36f847283995d5c983a33fe89d038267295ab270d3f2beb882 -eo pid,comm [2023-03-02T21:17:41.503Z] 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-02T21:17:41.503Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-02T21:17:41.533Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-02T21:17:41.533Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-02T21:17:41.642Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-02T21:17:41.648Z] $ docker exec e2988f11633e2a36f847283995d5c983a33fe89d038267295ab270d3f2beb882 ssh-agent [2023-03-02T21:17:41.742Z] SSH_AUTH_SOCK=/tmp/ssh-H0bUWY75MB8f/agent.31 [2023-03-02T21:17:41.742Z] SSH_AGENT_PID=37 [2023-03-02T21:17:41.749Z] Running ssh-add (command line suppressed) [2023-03-02T21:17:41.851Z] Identity added: /w/workspace/edgex-go/436@tmp/private_key_4967271468243030451.key (/w/workspace/edgex-go/436@tmp/private_key_4967271468243030451.key) [2023-03-02T21:17:41.861Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-02T21:17:42.145Z] + git tag --points-at HEAD [Pipeline] } [2023-03-02T21:17:42.159Z] $ docker exec --env ******** --env ******** e2988f11633e2a36f847283995d5c983a33fe89d038267295ab270d3f2beb882 ssh-agent -k [2023-03-02T21:17:42.265Z] unset SSH_AUTH_SOCK; [2023-03-02T21:17:42.265Z] unset SSH_AGENT_PID; [2023-03-02T21:17:42.265Z] echo Agent pid 37 killed; [2023-03-02T21:17:42.275Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-03-02T21:17:42.297Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-02T21:17:42.297Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-02T21:17:42.402Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-02T21:17:42.408Z] $ docker exec e2988f11633e2a36f847283995d5c983a33fe89d038267295ab270d3f2beb882 ssh-agent [2023-03-02T21:17:42.517Z] SSH_AUTH_SOCK=/tmp/ssh-N7Pslst5doo0/agent.69 [2023-03-02T21:17:42.517Z] SSH_AGENT_PID=75 [2023-03-02T21:17:42.522Z] Running ssh-add (command line suppressed) [2023-03-02T21:17:42.614Z] Identity added: /w/workspace/edgex-go/436@tmp/private_key_1003101742168194987.key (/w/workspace/edgex-go/436@tmp/private_key_1003101742168194987.key) [2023-03-02T21:17:42.624Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-02T21:17:42.910Z] + git semver init [2023-03-02T21:17:43.170Z] 2023-03-02 21:17:43,076 [run_init] DEBUG init version:0.0.0 force:False [2023-03-02T21:17:43.170Z] 2023-03-02 21:17:43,077 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/436/.semver [2023-03-02T21:17:43.170Z] 2023-03-02 21:17:43,077 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/436/.semver [2023-03-02T21:17:43.170Z] 2023-03-02 21:17:43,077 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/436/.semver'], cwd=/w/workspace/edgex-go/436, universal_newlines=False, shell=None, istream=None) [2023-03-02T21:17:47.363Z] 2023-03-02 21:17:47,029 [append_file] DEBUG append to file:/w/workspace/edgex-go/436/.git/info/exclude [2023-03-02T21:17:47.363Z] 2023-03-02 21:17:47,029 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/436/.semver/main with force:False [2023-03-02T21:17:47.363Z] 2023-03-02 21:17:47,029 [read_version] DEBUG read version from /w/workspace/edgex-go/436/.semver/main [2023-03-02T21:17:47.363Z] 2023-03-02 21:17:47,030 [read_version] DEBUG read version from /w/workspace/edgex-go/436/.semver/main [2023-03-02T21:17:47.363Z] 3.0.0-dev.75 [Pipeline] } [2023-03-02T21:17:47.376Z] $ docker exec --env ******** --env ******** e2988f11633e2a36f847283995d5c983a33fe89d038267295ab270d3f2beb882 ssh-agent -k [2023-03-02T21:17:47.482Z] unset SSH_AUTH_SOCK; [2023-03-02T21:17:47.482Z] unset SSH_AGENT_PID; [2023-03-02T21:17:47.482Z] echo Agent pid 75 killed; [2023-03-02T21:17:47.488Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-02T21:17:47.788Z] + git semver [Pipeline] } [2023-03-02T21:17:48.065Z] $ docker stop --time=1 e2988f11633e2a36f847283995d5c983a33fe89d038267295ab270d3f2beb882 [2023-03-02T21:17:49.389Z] $ docker rm -f --volumes e2988f11633e2a36f847283995d5c983a33fe89d038267295ab270d3f2beb882 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-02T21:17:49.722Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-03-02T21:17:49.929Z] Stashed 1 file(s) [Pipeline] echo [2023-03-02T21:17:49.933Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.75 [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-02T21:17:50.301Z] + git config --global --add safe.directory /w/workspace/edgex-go/436 [Pipeline] echo [2023-03-02T21:17:50.313Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-02T21:17:50.324Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-02T21:17:50.330Z] ========================================================= [2023-03-02T21:17:50.330Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-03-02T21:17:50.330Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-03-02T21:17:50.615Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-02T21:17:50.615Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-03-02T21:17:50.615Z] 213ec9aee27d: Pulling fs layer [2023-03-02T21:17:50.615Z] 4583459ba037: Pulling fs layer [2023-03-02T21:17:50.615Z] 93c1e223e6f2: Pulling fs layer [2023-03-02T21:17:50.615Z] 53926ce57604: Pulling fs layer [2023-03-02T21:17:50.615Z] 21b2b0c7a3f4: Pulling fs layer [2023-03-02T21:17:50.615Z] 22ff95d597cd: Pulling fs layer [2023-03-02T21:17:50.615Z] 12d6caf4c0d1: Pulling fs layer [2023-03-02T21:17:50.615Z] 96b7cbca73a9: Pulling fs layer [2023-03-02T21:17:50.615Z] a7acece74701: Pulling fs layer [2023-03-02T21:17:50.615Z] 21b2b0c7a3f4: Waiting [2023-03-02T21:17:50.615Z] 53926ce57604: Waiting [2023-03-02T21:17:50.615Z] 12d6caf4c0d1: Waiting [2023-03-02T21:17:50.615Z] 96b7cbca73a9: Waiting [2023-03-02T21:17:50.615Z] a7acece74701: Waiting [2023-03-02T21:17:50.615Z] 22ff95d597cd: Waiting [2023-03-02T21:17:50.615Z] 93c1e223e6f2: Verifying Checksum [2023-03-02T21:17:50.615Z] 93c1e223e6f2: Download complete [2023-03-02T21:17:50.615Z] 4583459ba037: Verifying Checksum [2023-03-02T21:17:50.615Z] 4583459ba037: Download complete [2023-03-02T21:17:50.615Z] 21b2b0c7a3f4: Download complete [2023-03-02T21:17:50.615Z] 22ff95d597cd: Download complete [2023-03-02T21:17:50.615Z] 213ec9aee27d: Verifying Checksum [2023-03-02T21:17:50.615Z] 213ec9aee27d: Download complete [2023-03-02T21:17:50.877Z] 12d6caf4c0d1: Download complete [2023-03-02T21:17:50.877Z] 213ec9aee27d: Pull complete [2023-03-02T21:17:50.877Z] 4583459ba037: Pull complete [2023-03-02T21:17:51.141Z] 93c1e223e6f2: Pull complete [2023-03-02T21:17:51.401Z] a7acece74701: Verifying Checksum [2023-03-02T21:17:51.401Z] a7acece74701: Download complete [2023-03-02T21:17:51.401Z] 96b7cbca73a9: Verifying Checksum [2023-03-02T21:17:51.401Z] 53926ce57604: Verifying Checksum [2023-03-02T21:17:51.401Z] 53926ce57604: Download complete [2023-03-02T21:17:55.590Z] 53926ce57604: Pull complete [2023-03-02T21:17:55.590Z] 21b2b0c7a3f4: Pull complete [2023-03-02T21:17:55.590Z] 22ff95d597cd: Pull complete [2023-03-02T21:17:55.590Z] 12d6caf4c0d1: Pull complete [2023-03-02T21:17:56.968Z] 96b7cbca73a9: Pull complete [2023-03-02T21:17:57.907Z] a7acece74701: Pull complete [2023-03-02T21:17:57.907Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-03-02T21:17:57.907Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-02T21:17:57.907Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-03-02T21:17:58.209Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-02T21:17:58.209Z] WORKDIR /edgex [2023-03-02T21:17:58.209Z] COPY go.mod . [2023-03-02T21:17:58.209Z] RUN go mod download [2023-03-02T21:17:58.209Z] + docker build -t ci-base-image-x86_64 -f - . [2023-03-02T21:17:58.779Z] Sending build context to Docker daemon 170.4MB [2023-03-02T21:17:58.779Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-02T21:17:58.779Z] ---> db6d94c90886 [2023-03-02T21:17:58.779Z] Step 2/4 : WORKDIR /edgex [2023-03-02T21:18:00.706Z] ---> Running in 11e75645fd16 [2023-03-02T21:18:00.706Z] Removing intermediate container 11e75645fd16 [2023-03-02T21:18:00.706Z] ---> c29aec95cca7 [2023-03-02T21:18:00.706Z] Step 3/4 : COPY go.mod . [2023-03-02T21:18:00.706Z] ---> 460714862831 [2023-03-02T21:18:00.706Z] Step 4/4 : RUN go mod download [2023-03-02T21:18:00.706Z] ---> Running in 8849e9b30a77 [2023-03-02T21:18:04.994Z] Still waiting to schedule task [2023-03-02T21:18:04.994Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-03-02T21:18:12.924Z] Removing intermediate container 8849e9b30a77 [2023-03-02T21:18:12.924Z] ---> ceae21d1b6a4 [2023-03-02T21:18:12.924Z] Successfully built ceae21d1b6a4 [2023-03-02T21:18:12.924Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:18:13.219Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-02T21:18:13.219Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-02T21:18:13.291Z] prd-ubuntu20.04-docker-8c-8g-8121 does not seem to be running inside a container [2023-03-02T21:18:13.326Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/436 -v /w/workspace/edgex-go/436:/w/workspace/edgex-go/436:rw,z -v /w/workspace/edgex-go/436@tmp:/w/workspace/edgex-go/436@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-02T21:18:13.700Z] $ docker top eb2497d55264461fb19f45eb8ef5ea95f652055c4b3f6e417f8078a2bc3e2f54 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-02T21:18:14.033Z] + go version [2023-03-02T21:18:14.033Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-03-02T21:18:14.048Z] $ docker stop --time=1 eb2497d55264461fb19f45eb8ef5ea95f652055c4b3f6e417f8078a2bc3e2f54 [2023-03-02T21:18:15.306Z] $ docker rm -f --volumes eb2497d55264461fb19f45eb8ef5ea95f652055c4b3f6e417f8078a2bc3e2f54 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:18:15.705Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-02T21:18:15.705Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-02T21:18:15.775Z] prd-ubuntu20.04-docker-8c-8g-8121 does not seem to be running inside a container [2023-03-02T21:18:15.807Z] $ 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/436 -v /w/workspace/edgex-go/436:/w/workspace/edgex-go/436:rw,z -v /w/workspace/edgex-go/436@tmp:/w/workspace/edgex-go/436@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-02T21:18:16.148Z] $ docker top 6ec37fd97e8885267b9b80f4b71461aeaa4bc9b61af83d7a7259e15628bbca42 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-03-02T21:18:16.215Z] ========================================================= [2023-03-02T21:18:16.215Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-03-02T21:18:16.215Z] ========================================================= [Pipeline] sh [2023-03-02T21:18:16.492Z] + git config --global --add safe.directory /w/workspace/edgex-go/436 [Pipeline] fileExists [Pipeline] sh [2023-03-02T21:18:16.791Z] + make test [2023-03-02T21:18:16.791Z] go test -race -coverprofile=coverage.out ./... [2023-03-02T21:18:23.361Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-03-02T21:18:35.558Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-03-02T21:18:35.558Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-03-02T21:18:35.558Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-03-02T21:18:35.558Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-03-02T21:18:35.558Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-03-02T21:18:35.558Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-03-02T21:18:35.558Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-03-02T21:18:35.558Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-03-02T21:18:35.558Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2023-03-02T21:18:35.558Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-03-02T21:18:35.558Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-03-02T21:18:35.558Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-03-02T21:18:35.558Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-03-02T21:18:35.558Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-03-02T21:18:35.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-03-02T21:18:35.558Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.086s coverage: 28.7% of statements [2023-03-02T21:18:35.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-03-02T21:18:35.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-03-02T21:18:35.558Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.094s coverage: 98.5% of statements [2023-03-02T21:18:38.842Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.111s coverage: 71.2% of statements [2023-03-02T21:18:38.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-03-02T21:18:38.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-03-02T21:18:38.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-03-02T21:18:38.842Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.072s coverage: 54.0% of statements [2023-03-02T21:18:38.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-03-02T21:18:38.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-03-02T21:18:38.842Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.684s coverage: 88.5% of statements [2023-03-02T21:18:38.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-03-02T21:18:38.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-03-02T21:18:38.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-03-02T21:18:38.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-03-02T21:18:38.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-03-02T21:18:38.842Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.103s coverage: 3.9% of statements [2023-03-02T21:18:38.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-03-02T21:18:38.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-03-02T21:18:38.842Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.480s coverage: 95.6% of statements [2023-03-02T21:18:38.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-03-02T21:18:38.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-03-02T21:18:38.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-03-02T21:18:38.842Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.053s coverage: 72.2% of statements [2023-03-02T21:18:38.842Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-03-02T21:18:38.842Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-03-02T21:18:38.842Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-03-02T21:18:38.842Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-03-02T21:18:38.842Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-03-02T21:18:38.842Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.057s coverage: 65.9% of statements [2023-03-02T21:18:38.842Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-03-02T21:18:38.842Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-03-02T21:18:38.842Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-03-02T21:18:38.842Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.065s coverage: 0.9% of statements [2023-03-02T21:18:38.842Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-03-02T21:18:38.842Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.055s coverage: 29.6% of statements [2023-03-02T21:18:38.842Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-03-02T21:18:38.842Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.081s coverage: 47.1% of statements [2023-03-02T21:18:38.842Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.097s coverage: 82.9% of statements [2023-03-02T21:18:38.842Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.062s coverage: 94.1% of statements [2023-03-02T21:18:38.842Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.103s coverage: 96.3% of statements [2023-03-02T21:18:38.842Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.065s coverage: 87.5% of statements [2023-03-02T21:18:45.405Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.062s coverage: 94.4% of statements [2023-03-02T21:18:45.405Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.063s coverage: 44.8% of statements [2023-03-02T21:19:03.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.368s coverage: 79.9% of statements [2023-03-02T21:19:03.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-03-02T21:19:03.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.070s coverage: 92.9% of statements [2023-03-02T21:19:03.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-03-02T21:19:03.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-03-02T21:19:03.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-03-02T21:19:03.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.044s coverage: 64.4% of statements [2023-03-02T21:19:03.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-03-02T21:19:03.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-03-02T21:19:03.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-03-02T21:19:03.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-03-02T21:19:03.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.066s coverage: 86.9% of statements [2023-03-02T21:19:03.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-03-02T21:19:03.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-03-02T21:19:03.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-03-02T21:19:03.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-03-02T21:19:03.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.063s coverage: 87.2% of statements [2023-03-02T21:19:03.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.043s coverage: 20.0% of statements [2023-03-02T21:19:03.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-03-02T21:19:03.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-03-02T21:19:03.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.052s coverage: 100.0% of statements [2023-03-02T21:19:03.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-03-02T21:19:03.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.075s coverage: 77.4% of statements [2023-03-02T21:19:03.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2023-03-02T21:19:03.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.089s coverage: 80.0% of statements [2023-03-02T21:19:03.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.051s coverage: 87.2% of statements [2023-03-02T21:19:03.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.253s coverage: 91.2% of statements [2023-03-02T21:19:03.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-03-02T21:19:03.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.198s coverage: 63.1% of statements [2023-03-02T21:19:03.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-03-02T21:19:03.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-03-02T21:19:03.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.053s coverage: 100.0% of statements [2023-03-02T21:19:03.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.030s coverage: 89.4% of statements [2023-03-02T21:19:03.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.019s coverage: 100.0% of statements [2023-03-02T21:19:03.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.029s coverage: 73.7% of statements [2023-03-02T21:19:03.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.020s coverage: 100.0% of statements [2023-03-02T21:19:03.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.327s coverage: 65.3% of statements [2023-03-02T21:19:03.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2023-03-02T21:19:03.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2023-03-02T21:19:03.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2023-03-02T21:19:03.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-03-02T21:19:03.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-03-02T21:19:03.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-03-02T21:19:03.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.159s coverage: 41.0% of statements [2023-03-02T21:19:03.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-03-02T21:19:03.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-03-02T21:19:03.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.063s coverage: 89.5% of statements [2023-03-02T21:19:03.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-03-02T21:19:03.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.053s coverage: 84.8% of statements [2023-03-02T21:19:03.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-03-02T21:19:03.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-03-02T21:19:03.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-03-02T21:19:03.486Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-03-02T21:19:03.486Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.073s coverage: 17.7% of statements [2023-03-02T21:19:03.486Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-03-02T21:19:03.486Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-03-02T21:19:03.486Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-03-02T21:19:03.486Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-03-02T21:19:03.486Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.133s coverage: 92.3% of statements [2023-03-02T21:19:03.486Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-03-02T21:19:03.486Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-03-02T21:19:03.486Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-03-02T21:19:03.486Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-03-02T21:19:03.486Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.052s coverage: 63.2% of statements [2023-03-02T21:19:03.486Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-03-02T21:19:03.486Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-03-02T21:19:03.486Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.107s coverage: 97.7% of statements [2023-03-02T21:19:03.486Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-03-02T21:19:03.486Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-03-02T21:19:03.486Z] 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-02T21:19:21.563Z] 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-02T21:19:21.563Z] go vet ./... [2023-03-02T21:19:23.462Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-02T21:19:23.462Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-02T21:19:23.462Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-02T21:19:23.734Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-03-02T21:19:24.020Z] + ls -al . [2023-03-02T21:19:24.020Z] total 744 [2023-03-02T21:19:24.020Z] drwxrwxr-x 11 1001 1001 4096 Mar 2 21:18 . [2023-03-02T21:19:24.020Z] drwxr-xr-x 4 root root 4096 Mar 2 21:18 .. [2023-03-02T21:19:24.020Z] drwxrwxr-x 2 1001 1001 4096 Mar 2 21:17 .blubracket [2023-03-02T21:19:24.020Z] -rw-rw-r-- 1 1001 1001 16 Mar 2 21:17 .dockerignore [2023-03-02T21:19:24.020Z] drwxrwxr-x 8 1001 1001 4096 Mar 2 21:19 .git [2023-03-02T21:19:24.020Z] drwxrwxr-x 3 1001 1001 4096 Mar 2 21:17 .github [2023-03-02T21:19:24.020Z] -rw-rw-r-- 1 1001 1001 1068 Mar 2 21:17 .gitignore [2023-03-02T21:19:24.020Z] -rw-rw-r-- 1 1001 1001 42 Mar 2 21:17 .golangci.yml [2023-03-02T21:19:24.020Z] -rw-rw-r-- 1 1001 1001 87 Mar 2 21:17 .hadolint.yml [2023-03-02T21:19:24.020Z] drwxr-xr-x 3 1001 1001 4096 Mar 2 21:17 .semver [2023-03-02T21:19:24.020Z] -rw-rw-r-- 1 1001 1001 166 Mar 2 21:17 .sonarcloud.properties [2023-03-02T21:19:24.020Z] -rw-rw-r-- 1 1001 1001 1171 Mar 2 21:17 ADOPTERS.md [2023-03-02T21:19:24.020Z] -rw-rw-r-- 1 1001 1001 10825 Mar 2 21:17 Attribution.txt [2023-03-02T21:19:24.020Z] -rw-rw-r-- 1 1001 1001 73765 Mar 2 21:17 CHANGELOG.md [2023-03-02T21:19:24.020Z] -rw-rw-r-- 1 1001 1001 3804 Mar 2 21:17 CONTRIBUTING.md [2023-03-02T21:19:24.020Z] -rw-rw-r-- 1 1001 1001 677 Mar 2 21:17 GOVERNANCE.md [2023-03-02T21:19:24.020Z] -rw-rw-r-- 1 1001 1001 883 Mar 2 21:17 Jenkinsfile [2023-03-02T21:19:24.020Z] -rw-rw-r-- 1 1001 1001 10775 Mar 2 21:17 LICENSE [2023-03-02T21:19:24.020Z] -rw-rw-r-- 1 1001 1001 14116 Mar 2 21:17 Makefile [2023-03-02T21:19:24.020Z] -rw-rw-r-- 1 1001 1001 582 Mar 2 21:17 OWNERS.md [2023-03-02T21:19:24.020Z] -rw-rw-r-- 1 1001 1001 9403 Mar 2 21:17 README.md [2023-03-02T21:19:24.021Z] -rw-rw-r-- 1 1001 1001 6912 Mar 2 21:17 SECURITY.md [2023-03-02T21:19:24.021Z] -rw-rw-r-- 1 1001 1001 12 Mar 2 21:17 VERSION [2023-03-02T21:19:24.021Z] drwxrwxr-x 2 1001 1001 4096 Mar 2 21:17 bin [2023-03-02T21:19:24.021Z] drwxrwxr-x 18 1001 1001 4096 Mar 2 21:17 cmd [2023-03-02T21:19:24.021Z] -rw-r--r-- 1 root root 487670 Mar 2 21:19 coverage.out [2023-03-02T21:19:24.021Z] -rw-rw-r-- 1 1001 1001 3296 Mar 2 21:17 go.mod [2023-03-02T21:19:24.021Z] -rw-rw-r-- 1 1001 1001 31429 Mar 2 21:17 go.sum [2023-03-02T21:19:24.021Z] drwxrwxr-x 7 1001 1001 4096 Mar 2 21:17 internal [2023-03-02T21:19:24.021Z] drwxrwxr-x 3 1001 1001 4096 Mar 2 21:17 openapi [2023-03-02T21:19:24.021Z] drwxrwxr-x 4 1001 1001 4096 Mar 2 21:17 snap [2023-03-02T21:19:24.021Z] -rw-rw-r-- 1 1001 1001 204 Mar 2 21:17 version.go [Pipeline] sh [2023-03-02T21:19:24.304Z] + '[' -e coverage.out ] [2023-03-02T21:19:24.304Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-03-02T21:19:24.461Z] Stashed 1 file(s) [Pipeline] sh [2023-03-02T21:19:24.743Z] + make build [2023-03-02T21:19:24.743Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-03-02T21:19:36.931Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-03-02T21:19:37.863Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-03-02T21:19:38.796Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-03-02T21:19:39.729Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-03-02T21:19:43.305Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-8122 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2023-03-02T21:19:43.316Z] Running in /w/workspace/edgex-go/436 [Pipeline] { [Pipeline] checkout [2023-03-02T21:19:43.357Z] The recommended git tool is: git [2023-03-02T21:19:47.962Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-03-02T21:19:48.220Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-03-02T21:19:48.659Z] using credential edgex-jenkins-ssh [2023-03-02T21:19:48.675Z] Cloning the remote Git repository [2023-03-02T21:19:48.714Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-03-02T21:19:48.792Z] > git init /w/workspace/edgex-go/436 # timeout=10 [2023-03-02T21:19:48.939Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-03-02T21:19:48.940Z] > git --version # timeout=10 [2023-03-02T21:19:48.961Z] > git --version # 'git version 2.25.1' [2023-03-02T21:19:48.963Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-02T21:19:49.031Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-02T21:19:49.596Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-03-02T21:19:50.531Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-03-02T21:19:51.902Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-03-02T21:19:52.469Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-03-02T21:19:53.402Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-03-02T21:19:55.930Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-03-02T21:19:56.878Z] $ docker stop --time=1 6ec37fd97e8885267b9b80f4b71461aeaa4bc9b61af83d7a7259e15628bbca42 [2023-03-02T21:19:59.007Z] $ docker rm -f --volumes 6ec37fd97e8885267b9b80f4b71461aeaa4bc9b61af83d7a7259e15628bbca42 [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-02T21:19:59.775Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-02T21:19:59.775Z] [2023-03-02T21:19:59.775Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:20:00.073Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-02T21:20:00.073Z] latest: Pulling from edgex-devops/edgex-compose [2023-03-02T21:20:00.073Z] cbdbe7a5bc2a: Pulling fs layer [2023-03-02T21:20:00.073Z] ca9280d653b3: Pulling fs layer [2023-03-02T21:20:00.073Z] 7e9c9ca2126c: Pulling fs layer [2023-03-02T21:20:00.073Z] cbdbe7a5bc2a: Verifying Checksum [2023-03-02T21:20:00.073Z] cbdbe7a5bc2a: Download complete [2023-03-02T21:20:00.333Z] cbdbe7a5bc2a: Pull complete [2023-03-02T21:20:00.333Z] ca9280d653b3: Download complete [2023-03-02T21:20:00.592Z] 7e9c9ca2126c: Download complete [2023-03-02T21:20:00.592Z] ca9280d653b3: Pull complete [2023-03-02T21:20:03.879Z] 7e9c9ca2126c: Pull complete [2023-03-02T21:20:03.879Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-03-02T21:20:03.879Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-02T21:20:03.879Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-02T21:20:03.956Z] prd-ubuntu20.04-docker-8c-8g-8121 does not seem to be running inside a container [2023-03-02T21:20:03.986Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/436 -v /w/workspace/edgex-go/436:/w/workspace/edgex-go/436:rw,z -v /w/workspace/edgex-go/436@tmp:/w/workspace/edgex-go/436@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-02T21:20:05.244Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-03-02T21:20:05.265Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-02T21:20:05.794Z] $ docker top bea25a8f8a0ae3a177ce32bc3ee089b0b48b962f5b9804f1d55f700a3390de9e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-02T21:20:06.091Z] Avoid second fetch [2023-03-02T21:20:06.092Z] Checking out Revision a219a96092df6e8a7d6599bd49f1a07919d2084f (main) [2023-03-02T21:20:06.135Z] + docker-compose build --help [2023-03-02T21:20:06.135Z] + grep parallel [2023-03-02T21:20:06.705Z] --parallel Build images in parallel. [Pipeline] } [2023-03-02T21:20:06.718Z] $ docker stop --time=1 bea25a8f8a0ae3a177ce32bc3ee089b0b48b962f5b9804f1d55f700a3390de9e [2023-03-02T21:20:06.793Z] Commit message: "fix: Typos in Apache-2.0 SPDX headers (#4406)" [2023-03-02T21:20:06.120Z] > git config core.sparsecheckout # timeout=10 [2023-03-02T21:20:06.146Z] > git checkout -f a219a96092df6e8a7d6599bd49f1a07919d2084f # timeout=10 [2023-03-02T21:20:07.993Z] $ docker rm -f --volumes bea25a8f8a0ae3a177ce32bc3ee089b0b48b962f5b9804f1d55f700a3390de9e [Pipeline] // withDockerContainer [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] writeFile [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:20:08.597Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-02T21:20:08.597Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-02T21:20:08.621Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-03-02T21:20:08.621Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-02T21:20:08.621Z] Dload Upload Total Spent Left Speed [2023-03-02T21:20:08.621Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 90432 0 --:--:-- --:--:-- --:--:-- 91078 [2023-03-02T21:20:08.663Z] prd-ubuntu20.04-docker-8c-8g-8121 does not seem to be running inside a container [2023-03-02T21:20:08.690Z] $ 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/436 -v /w/workspace/edgex-go/436:/w/workspace/edgex-go/436:rw,z -v /w/workspace/edgex-go/436@tmp:/w/workspace/edgex-go/436@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-02T21:20:08.985Z] $ docker top a4da9d204649ad807dd40a2ff692b56c593ae8d8f26d63b2a07851ab9cced1af -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2023-03-02T21:20:09.367Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-03-02T21:20:09.389Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-03-02T21:20:09.697Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json+ [2023-03-02T21:20:09.697Z] sudo tee /etc/docker/daemon.new [2023-03-02T21:20:09.697Z] { [2023-03-02T21:20:09.697Z] "registry-mirrors": [ [2023-03-02T21:20:09.697Z] "https://nexus3.edgexfoundry.org:10001" [2023-03-02T21:20:09.697Z] ], [2023-03-02T21:20:09.697Z] "bip": "10.250.0.254/24", [2023-03-02T21:20:09.697Z] "hosts": [ [2023-03-02T21:20:09.697Z] "tcp://0.0.0.0:5555", [2023-03-02T21:20:09.697Z] "unix:///var/run/docker.sock" [2023-03-02T21:20:09.697Z] ], [2023-03-02T21:20:09.697Z] "mtu": 1458, [2023-03-02T21:20:09.697Z] "selinux-enabled": true, [2023-03-02T21:20:09.697Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-03-02T21:20:09.697Z] } [Pipeline] sh [2023-03-02T21:20:09.957Z] Building core-command ... [2023-03-02T21:20:09.957Z] Building core-common-config-bootstrapper ... [2023-03-02T21:20:09.957Z] Building core-data ... [2023-03-02T21:20:09.957Z] Building core-metadata ... [2023-03-02T21:20:09.957Z] Building security-bootstrapper ... [2023-03-02T21:20:09.957Z] Building security-proxy-auth ... [2023-03-02T21:20:09.957Z] Building security-proxy-setup ... [2023-03-02T21:20:09.957Z] Building security-secretstore-setup ... [2023-03-02T21:20:09.957Z] Building security-spiffe-token-provider ... [2023-03-02T21:20:09.957Z] Building security-spire-agent ... [2023-03-02T21:20:09.957Z] Building security-spire-config ... [2023-03-02T21:20:09.957Z] Building security-spire-server ... [2023-03-02T21:20:09.957Z] Building support-notifications ... [2023-03-02T21:20:09.957Z] Building support-scheduler ... [2023-03-02T21:20:09.957Z] Building security-secretstore-setup [2023-03-02T21:20:09.957Z] Building security-bootstrapper [2023-03-02T21:20:09.957Z] Building support-scheduler [2023-03-02T21:20:09.957Z] Building security-proxy-setup [2023-03-02T21:20:09.957Z] Building support-notifications [2023-03-02T21:20:10.038Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-03-02T21:20:10.369Z] + sudo service docker restart [2023-03-02T21:20:20.731Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-02T21:20:20.731Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-03-02T21:20:20.731Z] ---> ceae21d1b6a4 [2023-03-02T21:20:20.731Z] Step 3/21 : WORKDIR /edgex-go [2023-03-02T21:20:20.731Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-02T21:20:20.731Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-02T21:20:20.731Z] ---> ceae21d1b6a4 [2023-03-02T21:20:20.731Z] Step 3/24 : WORKDIR /edgex-go [2023-03-02T21:20:20.731Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-02T21:20:20.731Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-02T21:20:20.731Z] ---> ceae21d1b6a4 [2023-03-02T21:20:20.731Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-02T21:20:20.731Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-02T21:20:20.731Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-03-02T21:20:20.731Z] ---> ceae21d1b6a4 [2023-03-02T21:20:20.731Z] Step 3/32 : WORKDIR /edgex-go [2023-03-02T21:20:20.731Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-02T21:20:20.731Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-02T21:20:20.731Z] ---> ceae21d1b6a4 [2023-03-02T21:20:20.731Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-02T21:20:22.635Z] ---> Running in 6eabf4cf3235 [2023-03-02T21:20:22.635Z] ---> Running in a7a457c75594 [2023-03-02T21:20:22.635Z] ---> Running in cae4c359e8cc [2023-03-02T21:20:22.635Z] ---> Running in 78d398a87087 [2023-03-02T21:20:22.635Z] ---> Running in b0e516eb115a [2023-03-02T21:20:22.635Z] Removing intermediate container 78d398a87087 [2023-03-02T21:20:22.635Z] ---> 1eb013cb14d8 [2023-03-02T21:20:22.635Z] Step 4/22 : WORKDIR /edgex-go [2023-03-02T21:20:22.635Z] Removing intermediate container b0e516eb115a [2023-03-02T21:20:22.635Z] ---> d124bed5c12a [2023-03-02T21:20:22.635Z] Step 4/22 : WORKDIR /edgex-go [2023-03-02T21:20:22.635Z] Removing intermediate container cae4c359e8cc [2023-03-02T21:20:22.635Z] ---> 51d44533690b [2023-03-02T21:20:22.635Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-03-02T21:20:22.635Z] ---> Running in 1ab19b308736 [2023-03-02T21:20:22.635Z] Removing intermediate container 6eabf4cf3235 [2023-03-02T21:20:22.635Z] ---> e295d37e29c9 [2023-03-02T21:20:22.635Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-03-02T21:20:22.635Z] Removing intermediate container a7a457c75594 [2023-03-02T21:20:22.635Z] ---> f190aaa3268e [2023-03-02T21:20:22.635Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-03-02T21:20:22.635Z] ---> Running in 89f0e0ed126a [2023-03-02T21:20:22.635Z] ---> Running in 32987a0a5d92 [2023-03-02T21:20:22.894Z] ---> Running in b01618ea12b3 [2023-03-02T21:20:22.894Z] ---> Running in 79bfac13dac3 [2023-03-02T21:20:22.894Z] Removing intermediate container 1ab19b308736 [2023-03-02T21:20:22.894Z] ---> 8891d0077c7c [2023-03-02T21:20:22.894Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-03-02T21:20:22.894Z] Removing intermediate container 89f0e0ed126a [2023-03-02T21:20:22.894Z] ---> b6dac74f5ce8 [2023-03-02T21:20:22.894Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-02T21:20:22.894Z] ---> Running in aeeca7f7edde [2023-03-02T21:20:22.894Z] ---> Running in d8fae918b9ac [2023-03-02T21:20:23.152Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-02T21:20:23.410Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-02T21:20:23.410Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-02T21:20:23.410Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-02T21:20:23.410Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-02T21:20:23.410Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-02T21:20:23.410Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-02T21:20:23.668Z] OK: 211 MiB in 51 packages [2023-03-02T21:20:23.668Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-02T21:20:23.668Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-02T21:20:23.668Z] OK: 211 MiB in 51 packages [2023-03-02T21:20:23.668Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-02T21:20:23.668Z] OK: 211 MiB in 51 packages [2023-03-02T21:20:23.928Z] OK: 211 MiB in 51 packages [2023-03-02T21:20:23.928Z] OK: 211 MiB in 51 packages [2023-03-02T21:20:23.928Z] Removing intermediate container 79bfac13dac3 [2023-03-02T21:20:23.928Z] ---> 70fb02551627 [2023-03-02T21:20:23.928Z] Step 5/32 : COPY go.mod vendor* ./ [2023-03-02T21:20:24.185Z] ---> e396777926d4 [2023-03-02T21:20:24.185Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-02T21:20:24.185Z] Removing intermediate container b01618ea12b3 [2023-03-02T21:20:24.185Z] ---> 175c7200d4f0 [2023-03-02T21:20:24.185Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-02T21:20:24.185Z] ---> Running in d289e2df5c7e [2023-03-02T21:20:24.185Z] Removing intermediate container 32987a0a5d92 [2023-03-02T21:20:24.185Z] ---> 83b36d41daee [2023-03-02T21:20:24.185Z] Step 5/21 : COPY go.mod vendor* ./ [2023-03-02T21:20:24.185Z] Removing intermediate container aeeca7f7edde [2023-03-02T21:20:24.185Z] ---> 20f9c611df8d [2023-03-02T21:20:24.185Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-02T21:20:24.185Z] ---> ba0a7156b65e [2023-03-02T21:20:24.185Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-02T21:20:24.443Z] ---> Running in 487a1d7f8b24 [2023-03-02T21:20:24.443Z] Removing intermediate container d8fae918b9ac [2023-03-02T21:20:24.443Z] ---> 76c0d8d2c760 [2023-03-02T21:20:24.443Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-02T21:20:24.443Z] ---> 38210e44f076 [2023-03-02T21:20:24.443Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-02T21:20:24.443Z] ---> Running in 4a79f3f500d5 [2023-03-02T21:20:24.443Z] ---> 030e27330322 [2023-03-02T21:20:24.443Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-02T21:20:24.443Z] ---> Running in 2e0000786cee [2023-03-02T21:20:24.443Z] ---> c21aa803309f [2023-03-02T21:20:24.443Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-02T21:20:24.443Z] ---> Running in 2daf5dcd01a3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-02T21:20:28.646Z] provisioning config files... [2023-03-02T21:20:28.670Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/436@tmp/config11154996083587990790tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-02T21:20:29.015Z] ---> docker-login.sh [2023-03-02T21:20:29.015Z] nexus3.edgexfoundry.org:10001 [2023-03-02T21:20:29.285Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-02T21:20:29.555Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-02T21:20:29.555Z] Configure a credential helper to remove this warning. See [2023-03-02T21:20:29.555Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-02T21:20:29.555Z] [2023-03-02T21:20:29.555Z] Login Succeeded [2023-03-02T21:20:29.555Z] nexus3.edgexfoundry.org:10002 [2023-03-02T21:20:29.825Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-02T21:20:30.094Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-02T21:20:30.094Z] Configure a credential helper to remove this warning. See [2023-03-02T21:20:30.094Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-02T21:20:30.094Z] [2023-03-02T21:20:30.094Z] Login Succeeded [2023-03-02T21:20:30.094Z] nexus3.edgexfoundry.org:10003 [2023-03-02T21:20:30.377Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-02T21:20:30.377Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-02T21:20:30.377Z] Configure a credential helper to remove this warning. See [2023-03-02T21:20:30.377Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-02T21:20:30.377Z] [2023-03-02T21:20:30.377Z] Login Succeeded [2023-03-02T21:20:30.377Z] nexus3.edgexfoundry.org:10004 [2023-03-02T21:20:30.647Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-02T21:20:30.647Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-02T21:20:30.647Z] Configure a credential helper to remove this warning. See [2023-03-02T21:20:30.647Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-02T21:20:30.647Z] [2023-03-02T21:20:30.647Z] Login Succeeded [2023-03-02T21:20:30.647Z] docker.io [2023-03-02T21:20:30.918Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-02T21:20:31.186Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-02T21:20:31.186Z] Configure a credential helper to remove this warning. See [2023-03-02T21:20:31.186Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-02T21:20:31.186Z] [2023-03-02T21:20:31.186Z] Login Succeeded [2023-03-02T21:20:31.186Z] ---> docker-login.sh ends [Pipeline] } [2023-03-02T21:20:31.199Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-03-02T21:20:31.764Z] + git config --global --add safe.directory /w/workspace/edgex-go/436 [Pipeline] echo [2023-03-02T21:20:31.788Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-02T21:20:31.804Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-02T21:20:31.815Z] ========================================================= [2023-03-02T21:20:31.815Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-03-02T21:20:31.815Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-03-02T21:20:32.153Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-02T21:20:34.752Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-03-02T21:20:34.752Z] 9b18e9b68314: Pulling fs layer [2023-03-02T21:20:34.752Z] 35d82f9e3411: Pulling fs layer [2023-03-02T21:20:34.752Z] e16973657156: Pulling fs layer [2023-03-02T21:20:34.752Z] fc693d55d65f: Pulling fs layer [2023-03-02T21:20:34.752Z] 7e9fc2657dce: Pulling fs layer [2023-03-02T21:20:34.752Z] dda99020689f: Pulling fs layer [2023-03-02T21:20:34.752Z] db1c61fa0a46: Pulling fs layer [2023-03-02T21:20:34.752Z] 891c053d2c06: Pulling fs layer [2023-03-02T21:20:34.752Z] dda99020689f: Waiting [2023-03-02T21:20:34.752Z] db1c61fa0a46: Waiting [2023-03-02T21:20:34.752Z] 891c053d2c06: Waiting [2023-03-02T21:20:34.752Z] 7e9fc2657dce: Waiting [2023-03-02T21:20:34.752Z] fc693d55d65f: Waiting [2023-03-02T21:20:34.752Z] e16973657156: Download complete [2023-03-02T21:20:34.752Z] 35d82f9e3411: Verifying Checksum [2023-03-02T21:20:34.752Z] 35d82f9e3411: Download complete [2023-03-02T21:20:34.752Z] 7e9fc2657dce: Verifying Checksum [2023-03-02T21:20:34.752Z] 7e9fc2657dce: Download complete [2023-03-02T21:20:34.752Z] dda99020689f: Verifying Checksum [2023-03-02T21:20:34.752Z] dda99020689f: Download complete [2023-03-02T21:20:34.752Z] 9b18e9b68314: Verifying Checksum [2023-03-02T21:20:34.752Z] 9b18e9b68314: Download complete [2023-03-02T21:20:35.344Z] 9b18e9b68314: Pull complete [2023-03-02T21:20:35.935Z] 891c053d2c06: Verifying Checksum [2023-03-02T21:20:35.935Z] 891c053d2c06: Download complete [2023-03-02T21:20:35.935Z] 35d82f9e3411: Pull complete [2023-03-02T21:20:36.526Z] e16973657156: Pull complete [2023-03-02T21:20:36.796Z] db1c61fa0a46: Verifying Checksum [2023-03-02T21:20:36.796Z] db1c61fa0a46: Download complete [2023-03-02T21:20:37.384Z] fc693d55d65f: Verifying Checksum [2023-03-02T21:20:37.384Z] fc693d55d65f: Download complete [2023-03-02T21:20:49.734Z] fc693d55d65f: Pull complete [2023-03-02T21:20:49.734Z] 7e9fc2657dce: Pull complete [2023-03-02T21:20:50.002Z] dda99020689f: Pull complete [2023-03-02T21:20:56.516Z] Removing intermediate container 4a79f3f500d5 [2023-03-02T21:20:56.516Z] ---> 69a8b5bc15ff [2023-03-02T21:20:56.516Z] Step 7/21 : COPY . . [2023-03-02T21:20:56.516Z] Removing intermediate container 487a1d7f8b24 [2023-03-02T21:20:56.516Z] ---> ae38aea6bef8 [2023-03-02T21:20:56.516Z] Step 7/24 : COPY . . [2023-03-02T21:20:56.516Z] Removing intermediate container 2e0000786cee [2023-03-02T21:20:56.516Z] ---> acdfc40baa8a [2023-03-02T21:20:56.516Z] Step 8/22 : COPY . . [2023-03-02T21:20:56.516Z] Removing intermediate container 2daf5dcd01a3 [2023-03-02T21:20:56.516Z] ---> 4cf6fad745bf [2023-03-02T21:20:56.516Z] Step 8/22 : COPY . . [2023-03-02T21:20:56.516Z] Removing intermediate container d289e2df5c7e [2023-03-02T21:20:56.516Z] ---> 7ab26da09da0 [2023-03-02T21:20:56.516Z] Step 7/32 : COPY . . [2023-03-02T21:20:56.692Z] db1c61fa0a46: Pull complete [2023-03-02T21:20:58.104Z] 891c053d2c06: Pull complete [2023-03-02T21:20:58.104Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-03-02T21:20:58.104Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-02T21:20:58.104Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-03-02T21:21:01.276Z] + + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-02T21:21:01.276Z] WORKDIR /edgex [2023-03-02T21:21:01.276Z] COPY go.mod . [2023-03-02T21:21:01.276Z] RUN go mod download [2023-03-02T21:21:01.276Z] docker build -t ci-base-image-arm64 -f - . [2023-03-02T21:21:01.863Z] Sending build context to Docker daemon 3.118MB [2023-03-02T21:21:01.863Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-02T21:21:01.863Z] ---> f96f9c87975a [2023-03-02T21:21:01.863Z] Step 2/4 : WORKDIR /edgex [2023-03-02T21:21:03.809Z] ---> Running in 412c2649465a [2023-03-02T21:21:03.809Z] Removing intermediate container 412c2649465a [2023-03-02T21:21:03.809Z] ---> fc8141a618d9 [2023-03-02T21:21:03.809Z] Step 3/4 : COPY go.mod . [2023-03-02T21:21:04.395Z] ---> 71a9a386dce4 [2023-03-02T21:21:04.395Z] Step 4/4 : RUN go mod download [2023-03-02T21:21:04.395Z] ---> Running in e847ce195676 [2023-03-02T21:21:04.648Z] ---> a781f0cb16cf [2023-03-02T21:21:04.648Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-03-02T21:21:04.648Z] ---> bb9b15808325 [2023-03-02T21:21:04.648Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper ---> 0e2bf6d095ce [2023-03-02T21:21:04.648Z] [2023-03-02T21:21:04.648Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-03-02T21:21:04.648Z] ---> Running in 12fceddee1bc [2023-03-02T21:21:04.648Z] ---> Running in 3687db07eeb8 [2023-03-02T21:21:04.648Z] ---> 39a228f019e1 [2023-03-02T21:21:04.648Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-03-02T21:21:04.648Z] ---> Running in 432410d716ca [2023-03-02T21:21:04.648Z] ---> e4f23c865178 [2023-03-02T21:21:04.648Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-03-02T21:21:04.648Z] ---> Running in 63279d24a771 [2023-03-02T21:21:04.648Z] ---> Running in 29a7661923be [2023-03-02T21:21:04.648Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-03-02T21:21:04.649Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-03-02T21:21:04.649Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-03-02T21:21:04.649Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-03-02T21:21:04.649Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-03-02T21:21:36.710Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-03-02T21:21:36.710Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-03-02T21:21:36.841Z] Removing intermediate container e847ce195676 [2023-03-02T21:21:36.841Z] ---> a274eeb8e51d [2023-03-02T21:21:36.841Z] Successfully built a274eeb8e51d [2023-03-02T21:21:36.841Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:21:37.190Z] + docker inspect -f . ci-base-image-arm64 [2023-03-02T21:21:37.190Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-02T21:21:37.367Z] prd-ubuntu20.04-docker-arm64-4c-16g-8122 does not seem to be running inside a container [2023-03-02T21:21:37.438Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/436 -v /w/workspace/edgex-go/436:/w/workspace/edgex-go/436:rw,z -v /w/workspace/edgex-go/436@tmp:/w/workspace/edgex-go/436@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-02T21:21:38.619Z] $ docker top 9b14e410b4c689b01ced3e1929ea51677454162d06b97c68470e290fc532b7ee -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-02T21:21:39.455Z] + go version [2023-03-02T21:21:39.455Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-03-02T21:21:39.480Z] $ docker stop --time=1 9b14e410b4c689b01ced3e1929ea51677454162d06b97c68470e290fc532b7ee [2023-03-02T21:21:41.071Z] $ docker rm -f --volumes 9b14e410b4c689b01ced3e1929ea51677454162d06b97c68470e290fc532b7ee [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-02T21:21:41.634Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-02T21:21:41.635Z] [2023-03-02T21:21:41.635Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:21:41.971Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-02T21:21:41.972Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-03-02T21:21:41.972Z] 29e5d40040c1: Pulling fs layer [2023-03-02T21:21:41.972Z] 1ce36da41761: Pulling fs layer [2023-03-02T21:21:41.972Z] 25b303627fd3: Pulling fs layer [2023-03-02T21:21:42.248Z] 29e5d40040c1: Verifying Checksum [2023-03-02T21:21:42.248Z] 29e5d40040c1: Download complete [2023-03-02T21:21:42.515Z] 1ce36da41761: Verifying Checksum [2023-03-02T21:21:42.515Z] 1ce36da41761: Download complete [2023-03-02T21:21:42.784Z] 29e5d40040c1: Pull complete [2023-03-02T21:21:44.194Z] 1ce36da41761: Pull complete [2023-03-02T21:21:44.194Z] 25b303627fd3: Download complete [2023-03-02T21:21:44.821Z] Removing intermediate container 12fceddee1bc [2023-03-02T21:21:44.821Z] ---> 4887b12fa18b [2023-03-02T21:21:44.821Z] [2023-03-02T21:21:44.821Z] Step 9/21 : FROM alpine:3.16 [2023-03-02T21:21:44.821Z] Removing intermediate container 29a7661923be [2023-03-02T21:21:44.821Z] ---> 8196e992e4df [2023-03-02T21:21:44.821Z] [2023-03-02T21:21:44.821Z] Step 9/24 : FROM alpine:3.16 [2023-03-02T21:21:44.821Z] Removing intermediate container 432410d716ca [2023-03-02T21:21:44.821Z] ---> a2fb0617bb68 [2023-03-02T21:21:44.821Z] [2023-03-02T21:21:44.821Z] Step 9/32 : FROM alpine:3.16 [2023-03-02T21:21:44.821Z] 3.16: Pulling from library/alpine [2023-03-02T21:21:44.821Z] 3.16: Pulling from library/alpine [2023-03-02T21:21:44.821Z] 3.16: Pulling from library/alpine [2023-03-02T21:21:46.718Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-02T21:21:46.718Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-02T21:21:46.718Z] Status: Downloaded newer image for alpine:3.16 [2023-03-02T21:21:46.718Z] Status: Image is up to date for alpine:3.16 [2023-03-02T21:21:46.718Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-02T21:21:46.718Z] Status: Image is up to date for alpine:3.16 [2023-03-02T21:21:46.718Z] ---> dfd21b5a31f5 [2023-03-02T21:21:46.718Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-03-02T21:21:46.718Z] ---> dfd21b5a31f5 [2023-03-02T21:21:46.718Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-03-02T21:21:46.718Z] ---> dfd21b5a31f5 [2023-03-02T21:21:46.718Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-02T21:21:46.718Z] ---> Running in ff0240d09adb [2023-03-02T21:21:46.718Z] ---> Running in 2f7f0a6c86d6 [2023-03-02T21:21:46.718Z] ---> Running in feccc152e455 [2023-03-02T21:21:46.718Z] Removing intermediate container feccc152e455 [2023-03-02T21:21:46.718Z] ---> b1fba320d7ff [2023-03-02T21:21:46.718Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-03-02T21:21:46.976Z] ---> Running in b7ec253140ad [2023-03-02T21:21:46.976Z] Removing intermediate container 63279d24a771 [2023-03-02T21:21:46.976Z] ---> 0792331308e4 [2023-03-02T21:21:46.976Z] [2023-03-02T21:21:46.976Z] Step 10/22 : FROM alpine:3.16 [2023-03-02T21:21:46.976Z] ---> dfd21b5a31f5 [2023-03-02T21:21:46.976Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-03-02T21:21:46.977Z] Removing intermediate container 3687db07eeb8 [2023-03-02T21:21:46.977Z] ---> d040740aa4f5 [2023-03-02T21:21:46.977Z] [2023-03-02T21:21:46.977Z] Step 10/22 : FROM alpine:3.16 [2023-03-02T21:21:46.977Z] ---> dfd21b5a31f5 [2023-03-02T21:21:46.977Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-03-02T21:21:46.977Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-02T21:21:46.977Z] ---> Running in b46d2b9ebe84 [2023-03-02T21:21:46.977Z] ---> Running in 50397784c12a [2023-03-02T21:21:46.977Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-02T21:21:47.234Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-02T21:21:47.234Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-02T21:21:47.491Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-02T21:21:47.491Z] (1/3) Installing ca-certificates (20220614-r0) [2023-03-02T21:21:47.492Z] (1/6) Installing ca-certificates (20220614-r0) [2023-03-02T21:21:47.492Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-03-02T21:21:47.492Z] (3/3) Installing su-exec (0.2-r1) [2023-03-02T21:21:47.492Z] Executing busybox-1.35.0-r17.trigger [2023-03-02T21:21:47.492Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-03-02T21:21:47.492Z] Executing ca-certificates-20220614-r0.trigger [2023-03-02T21:21:47.492Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-03-02T21:21:47.492Z] (4/6) Installing libcurl (7.83.1-r6) [2023-03-02T21:21:47.492Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-02T21:21:47.492Z] (5/6) Installing curl (7.83.1-r6) [2023-03-02T21:21:47.492Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-02T21:21:47.492Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-03-02T21:21:47.492Z] Executing busybox-1.35.0-r17.trigger [2023-03-02T21:21:47.492Z] OK: 6 MiB in 17 packages [2023-03-02T21:21:47.492Z] Executing ca-certificates-20220614-r0.trigger [2023-03-02T21:21:47.492Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-02T21:21:47.492Z] OK: 8 MiB in 20 packages [2023-03-02T21:21:47.492Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-02T21:21:47.492Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-02T21:21:47.750Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-03-02T21:21:47.750Z] (2/2) Installing su-exec (0.2-r1) [2023-03-02T21:21:47.750Z] Executing busybox-1.35.0-r17.trigger [2023-03-02T21:21:47.750Z] OK: 6 MiB in 16 packages [2023-03-02T21:21:47.750Z] (1/2) Installing ca-certificates (20220614-r0) [2023-03-02T21:21:47.750Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-03-02T21:21:47.750Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-02T21:21:47.750Z] Executing busybox-1.35.0-r17.trigger [2023-03-02T21:21:47.750Z] OK: 6 MiB in 15 packages [2023-03-02T21:21:47.750Z] Executing busybox-1.35.0-r17.trigger [2023-03-02T21:21:47.750Z] Executing ca-certificates-20220614-r0.trigger [2023-03-02T21:21:47.750Z] OK: 6 MiB in 16 packages [2023-03-02T21:21:48.316Z] Removing intermediate container ff0240d09adb [2023-03-02T21:21:48.317Z] ---> 82629889c1ec [2023-03-02T21:21:48.317Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-03-02T21:21:48.317Z] ---> Running in 67d550ad8915 [2023-03-02T21:21:48.317Z] Removing intermediate container b7ec253140ad [2023-03-02T21:21:48.317Z] ---> 2db7d7490450 [2023-03-02T21:21:48.317Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-03-02T21:21:48.317Z] ---> Running in 4c85474c82f7 [2023-03-02T21:21:48.317Z] Removing intermediate container 67d550ad8915 [2023-03-02T21:21:48.317Z] ---> dc4180c894a3 [2023-03-02T21:21:48.317Z] Step 12/24 : WORKDIR / [2023-03-02T21:21:48.317Z] Removing intermediate container b46d2b9ebe84 [2023-03-02T21:21:48.317Z] ---> 6a2ef2c770d6 [2023-03-02T21:21:48.317Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-02T21:21:48.317Z] Removing intermediate container 2f7f0a6c86d6 [2023-03-02T21:21:48.317Z] ---> b4c222c8fc82 [2023-03-02T21:21:48.317Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-03-02T21:21:48.317Z] ---> Running in 8e7df4ef4ab8 [2023-03-02T21:21:48.317Z] ---> Running in 20b12bf1f7b9 [2023-03-02T21:21:48.317Z] ---> Running in 11ce7df18584 [2023-03-02T21:21:48.317Z] Removing intermediate container 4c85474c82f7 [2023-03-02T21:21:48.317Z] ---> 35a89d245eff [2023-03-02T21:21:48.317Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-03-02T21:21:48.575Z] ---> Running in 56254670666b [2023-03-02T21:21:48.575Z] Removing intermediate container 20b12bf1f7b9 [2023-03-02T21:21:48.575Z] ---> 14d3063ab2cc [2023-03-02T21:21:48.575Z] Step 13/22 : ENV APP_PORT=59861Removing intermediate container 11ce7df18584 [2023-03-02T21:21:48.575Z] [2023-03-02T21:21:48.575Z] ---> 343f2f6f6789 [2023-03-02T21:21:48.575Z] Step 12/21 : WORKDIR /edgex [2023-03-02T21:21:48.575Z] Removing intermediate container 56254670666b [2023-03-02T21:21:48.575Z] ---> ea127f0b85e3 [2023-03-02T21:21:48.575Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-03-02T21:21:48.575Z] Removing intermediate container 8e7df4ef4ab8 [2023-03-02T21:21:48.575Z] ---> 9ab578a9cbc0 [2023-03-02T21:21:48.575Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-03-02T21:21:48.575Z] ---> Running in 75f4d9bc40a9 [2023-03-02T21:21:48.575Z] ---> Running in dacd39ce76d5 [2023-03-02T21:21:48.575Z] Removing intermediate container 50397784c12a [2023-03-02T21:21:48.575Z] ---> 2b4499744d96 [2023-03-02T21:21:48.575Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-02T21:21:48.575Z] ---> Running in f6bf6c1ac83e [2023-03-02T21:21:48.832Z] ---> Running in 06fd922ccfc3 [2023-03-02T21:21:48.832Z] Removing intermediate container dacd39ce76d5 [2023-03-02T21:21:48.832Z] ---> 2959e4490e96 [2023-03-02T21:21:48.832Z] Step 14/22 : EXPOSE $APP_PORT [2023-03-02T21:21:48.832Z] Removing intermediate container 75f4d9bc40a9 [2023-03-02T21:21:48.832Z] ---> Running in 14088fceffea [2023-03-02T21:21:48.832Z] ---> f6fa6fd54ef2 [2023-03-02T21:21:48.832Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-03-02T21:21:48.832Z] Removing intermediate container f6bf6c1ac83e [2023-03-02T21:21:48.832Z] ---> b6d2e24ce75a [2023-03-02T21:21:48.832Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-03-02T21:21:48.832Z] ---> 728b5af1a14b [2023-03-02T21:21:48.832Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-03-02T21:21:48.832Z] Removing intermediate container 06fd922ccfc3 [2023-03-02T21:21:48.832Z] ---> 4dd215e72b70 [2023-03-02T21:21:48.832Z] Step 13/22 : ENV APP_PORT=59860 [2023-03-02T21:21:48.832Z] ---> Running in b9d5189f2c78 [2023-03-02T21:21:48.832Z] ---> Running in cc11e2b47421 [2023-03-02T21:21:48.832Z] Removing intermediate container 14088fceffea [2023-03-02T21:21:48.832Z] ---> 25c83ead0a54 [2023-03-02T21:21:48.832Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-02T21:21:49.089Z] ---> 2119aa749a84 [2023-03-02T21:21:49.089Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-03-02T21:21:49.089Z] Removing intermediate container cc11e2b47421 [2023-03-02T21:21:49.089Z] ---> 9e0087b8a1cb [2023-03-02T21:21:49.090Z] Step 14/22 : EXPOSE $APP_PORT [2023-03-02T21:21:49.090Z] Removing intermediate container b9d5189f2c78 [2023-03-02T21:21:49.090Z] ---> c060bd3ea746 [2023-03-02T21:21:49.090Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-03-02T21:21:49.090Z] ---> Running in 9560d54b22d6 [2023-03-02T21:21:49.090Z] ---> 90148dd62177 [2023-03-02T21:21:49.090Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-03-02T21:21:49.090Z] ---> Running in c92a91a4229b [2023-03-02T21:21:49.347Z] ---> 259ed13f6f17 [2023-03-02T21:21:49.347Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-03-02T21:21:49.347Z] ---> f669eec18b65 [2023-03-02T21:21:49.347Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-03-02T21:21:49.347Z] Removing intermediate container 9560d54b22d6 [2023-03-02T21:21:49.347Z] ---> 7a62ea83f6ee [2023-03-02T21:21:49.347Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-02T21:21:49.347Z] ---> efcac7395076 [2023-03-02T21:21:49.347Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2023-03-02T21:21:49.605Z] ---> 37dcbccc6972 [2023-03-02T21:21:49.605Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-03-02T21:21:49.605Z] ---> 06bd042fa03f [2023-03-02T21:21:49.605Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-03-02T21:21:49.605Z] ---> ab6515983a9e [2023-03-02T21:21:49.605Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-03-02T21:21:49.867Z] ---> 579bf2b616b2 [2023-03-02T21:21:49.867Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-03-02T21:21:49.867Z] ---> 4999ceb4ec13 [2023-03-02T21:21:49.867Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-02T21:21:50.124Z] ---> Running in c7ab24626bd7 [2023-03-02T21:21:50.124Z] ---> a27b34f2ad35 [2023-03-02T21:21:50.124Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-03-02T21:21:50.124Z] ---> 13ec483cb23d [2023-03-02T21:21:50.124Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-03-02T21:21:50.124Z] Removing intermediate container c92a91a4229b [2023-03-02T21:21:50.124Z] ---> ddc5d445ab2b [2023-03-02T21:21:50.124Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-03-02T21:21:50.124Z] ---> Running in 9bdeb89ce2b7 [2023-03-02T21:21:50.382Z] ---> Running in d0ff8c59a2a6 [2023-03-02T21:21:50.382Z] ---> 5b7c6fe40612 [2023-03-02T21:21:50.382Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-03-02T21:21:50.382Z] Removing intermediate container 9bdeb89ce2b7 [2023-03-02T21:21:50.382Z] ---> 4d3938be2019 [2023-03-02T21:21:50.382Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-02T21:21:50.641Z] Removing intermediate container d0ff8c59a2a6 [2023-03-02T21:21:50.641Z] ---> bd42ca84e361 [2023-03-02T21:21:50.641Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-03-02T21:21:50.641Z] ---> Running in c9721981d102 [2023-03-02T21:21:50.641Z] ---> 925d856d5e94 [2023-03-02T21:21:50.641Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-03-02T21:21:50.641Z] ---> 01e01b6e90db [2023-03-02T21:21:50.641Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-03-02T21:21:50.641Z] ---> Running in 0d1dae2b67c1 [2023-03-02T21:21:50.641Z] Removing intermediate container c9721981d102 [2023-03-02T21:21:50.641Z] ---> c6aef99c1d82 [2023-03-02T21:21:50.641Z] Step 20/22 : LABEL arch=x86_64 [2023-03-02T21:21:50.641Z] ---> Running in 2bd070d2e6d1 [2023-03-02T21:21:50.641Z] Removing intermediate container 0d1dae2b67c1 [2023-03-02T21:21:50.641Z] ---> 0ee932931fb5 [2023-03-02T21:21:50.641Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-02T21:21:50.641Z] ---> e8e1faf7b276 [2023-03-02T21:21:50.641Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-03-02T21:21:50.900Z] ---> c2889e5575b5 [2023-03-02T21:21:50.900Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-02T21:21:50.900Z] ---> Running in 12ade86fa3ac [2023-03-02T21:21:50.900Z] ---> Running in 89ce41fc4f35 [2023-03-02T21:21:50.900Z] ---> Running in 88e3774cc906 [2023-03-02T21:21:50.900Z] Removing intermediate container c7ab24626bd7 [2023-03-02T21:21:50.900Z] ---> 33f37675c8a1 [2023-03-02T21:21:50.900Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-03-02T21:21:50.900Z] Removing intermediate container 2bd070d2e6d1 [2023-03-02T21:21:50.900Z] ---> dac7e26c871a [2023-03-02T21:21:50.900Z] Step 21/22 : LABEL git_sha=a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:21:50.900Z] ---> Running in 566bfe208197 [2023-03-02T21:21:50.900Z] Removing intermediate container 89ce41fc4f35 [2023-03-02T21:21:50.900Z] ---> 8da3e9d74bd9 [2023-03-02T21:21:50.900Z] Step 20/22 : LABEL arch=x86_64 [2023-03-02T21:21:50.900Z] ---> Running in d799e5f112bb [2023-03-02T21:21:51.159Z] ---> Running in bf184a09316c [2023-03-02T21:21:51.159Z] Removing intermediate container 566bfe208197 [2023-03-02T21:21:51.159Z] ---> c9da82948417 [2023-03-02T21:21:51.159Z] Step 19/21 : LABEL arch=x86_64 [2023-03-02T21:21:51.159Z] ---> Running in 081e5217306d [2023-03-02T21:21:51.159Z] Removing intermediate container d799e5f112bb [2023-03-02T21:21:51.159Z] ---> e0911ed12c0d [2023-03-02T21:21:51.159Z] Step 22/22 : LABEL version=3.0.0-dev.75 [2023-03-02T21:21:51.159Z] ---> Running in 75406c2b796c [2023-03-02T21:21:51.159Z] Removing intermediate container bf184a09316c [2023-03-02T21:21:51.159Z] ---> 998281f8cb58 [2023-03-02T21:21:51.159Z] Step 21/22 : LABEL git_sha=a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:21:51.159Z] ---> Running in f61fe40ac47c [2023-03-02T21:21:51.159Z] Removing intermediate container 081e5217306d [2023-03-02T21:21:51.159Z] ---> a4d91d28e063 [2023-03-02T21:21:51.159Z] Step 20/21 : LABEL git_sha=a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:21:51.416Z] Removing intermediate container 75406c2b796c [2023-03-02T21:21:51.416Z] ---> ba4c5df090d0 [2023-03-02T21:21:51.416Z] [2023-03-02T21:21:51.416Z] Removing intermediate container f61fe40ac47c [2023-03-02T21:21:51.416Z] ---> b6aa16d70296 [2023-03-02T21:21:51.416Z] Step 22/22 : LABEL version=3.0.0-dev.75 [2023-03-02T21:21:51.416Z] ---> Running in 1c50c527e062 [2023-03-02T21:21:51.416Z] ---> Running in 89ddb6eaa754 [2023-03-02T21:21:51.416Z] Successfully built ba4c5df090d0 [2023-03-02T21:21:51.416Z] Successfully tagged support-scheduler:latest [2023-03-02T21:21:51.416Z]  Building support-scheduler ... done Building security-proxy-auth [2023-03-02T21:21:51.416Z] Removing intermediate container 1c50c527e062 [2023-03-02T21:21:51.416Z] ---> d82524efebd4 [2023-03-02T21:21:51.416Z] Step 21/21 : LABEL version=3.0.0-dev.75 [2023-03-02T21:21:51.416Z] ---> Running in ae40aae92ca8 [2023-03-02T21:21:51.416Z] Removing intermediate container 89ddb6eaa754 [2023-03-02T21:21:51.416Z] ---> ab57f1487b0d [2023-03-02T21:21:51.416Z] [2023-03-02T21:21:51.673Z] Successfully built ab57f1487b0d [2023-03-02T21:21:52.237Z] Successfully tagged support-notifications:latest [2023-03-02T21:21:52.237Z]  Building support-notifications ... done Building security-spire-agent [2023-03-02T21:21:54.134Z] Removing intermediate container ae40aae92ca8 [2023-03-02T21:21:54.134Z] ---> e247b42ec17c [2023-03-02T21:21:54.134Z] [2023-03-02T21:21:54.134Z] Successfully built e247b42ec17c [2023-03-02T21:21:54.276Z] 25b303627fd3: Pull complete [2023-03-02T21:21:54.276Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-03-02T21:21:54.276Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-02T21:21:54.276Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-02T21:21:54.391Z] Successfully tagged security-proxy-setup:latest [2023-03-02T21:21:54.391Z]  Building security-proxy-setup ... done Building security-spire-config [2023-03-02T21:21:54.391Z] Removing intermediate container 12ade86fa3ac [2023-03-02T21:21:54.391Z] ---> b98ae904d440 [2023-03-02T21:21:54.391Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-02T21:21:54.391Z] Removing intermediate container 88e3774cc906 [2023-03-02T21:21:54.391Z] ---> 3b79dd0fa20a [2023-03-02T21:21:54.391Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-03-02T21:21:54.391Z] ---> Running in 3884bf62b445 [2023-03-02T21:21:54.470Z] prd-ubuntu20.04-docker-arm64-4c-16g-8122 does not seem to be running inside a container [2023-03-02T21:21:54.542Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/436 -v /w/workspace/edgex-go/436:/w/workspace/edgex-go/436:rw,z -v /w/workspace/edgex-go/436@tmp:/w/workspace/edgex-go/436@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-02T21:21:54.676Z] ---> 563d683818b5 [2023-03-02T21:21:54.677Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-03-02T21:21:54.934Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-02T21:21:54.934Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-02T21:21:54.934Z] ---> ceae21d1b6a4 [2023-03-02T21:21:54.934Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-02T21:21:54.934Z] ---> Using cache [2023-03-02T21:21:54.934Z] ---> d124bed5c12a [2023-03-02T21:21:54.934Z] Step 4/22 : WORKDIR /edgex-go [2023-03-02T21:21:54.934Z] ---> Using cache [2023-03-02T21:21:54.934Z] ---> b6dac74f5ce8 [2023-03-02T21:21:54.934Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-02T21:21:54.934Z] ---> Using cache [2023-03-02T21:21:54.934Z] ---> 76c0d8d2c760 [2023-03-02T21:21:54.934Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-02T21:21:54.934Z] ---> Using cache [2023-03-02T21:21:54.934Z] ---> c21aa803309f [2023-03-02T21:21:54.934Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-02T21:21:54.934Z] ---> Using cache [2023-03-02T21:21:54.934Z] ---> 4cf6fad745bf [2023-03-02T21:21:54.934Z] Step 8/22 : COPY . . [2023-03-02T21:21:54.934Z] ---> Using cache [2023-03-02T21:21:54.934Z] ---> 39a228f019e1 [2023-03-02T21:21:54.934Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-03-02T21:21:55.192Z] Removing intermediate container 3884bf62b445 [2023-03-02T21:21:55.192Z] ---> a707cac76b03 [2023-03-02T21:21:55.192Z] Step 22/24 : LABEL arch=x86_64 [2023-03-02T21:21:56.135Z] ---> Running in cad7bc5f6b9f [2023-03-02T21:21:56.135Z] ---> b0b2074b7696 [2023-03-02T21:21:56.135Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-03-02T21:21:56.135Z] ---> Running in e70b51b11287 [2023-03-02T21:21:56.135Z] Removing intermediate container e70b51b11287 [2023-03-02T21:21:56.135Z] ---> 7ceeeeb6e7f9 [2023-03-02T21:21:56.135Z] Step 23/24 : LABEL git_sha=a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:21:56.484Z] ---> b22c33da7d10 [2023-03-02T21:21:56.484Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-03-02T21:21:56.484Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-03-02T21:21:56.484Z] ---> Running in 9df9c61ae7c9 [2023-03-02T21:21:56.687Z] $ docker top 2ba17e5cc567b88d83b93ef6700e86a968e46097d0063ecc6b757b72a7e82bb1 -eo pid,comm [2023-03-02T21:21:56.749Z] Removing intermediate container 9df9c61ae7c9 [2023-03-02T21:21:56.749Z] ---> 30efa6efa702 [2023-03-02T21:21:56.749Z] Step 24/24 : LABEL version=3.0.0-dev.75 [Pipeline] { [Pipeline] sh [2023-03-02T21:21:57.007Z] ---> 78148e000179 [2023-03-02T21:21:57.007Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-03-02T21:21:57.007Z] ---> Running in 26f4c8ddda94 [2023-03-02T21:21:57.007Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-02T21:21:57.007Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-02T21:21:57.007Z] ---> ceae21d1b6a4 [2023-03-02T21:21:57.007Z] Step 3/24 : WORKDIR /edgex-go [2023-03-02T21:21:57.007Z] ---> Using cache [2023-03-02T21:21:57.007Z] ---> f190aaa3268e [2023-03-02T21:21:57.007Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-03-02T21:21:57.007Z] ---> Running in 51e1a036e3ad [2023-03-02T21:21:57.265Z] Removing intermediate container 26f4c8ddda94 [2023-03-02T21:21:57.265Z] ---> 8ed4a545f4bf [2023-03-02T21:21:57.265Z] [2023-03-02T21:21:57.265Z] ---> 842cdbe2ebaa [2023-03-02T21:21:57.265Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-03-02T21:21:57.265Z] Successfully built 8ed4a545f4bf [2023-03-02T21:21:57.265Z] Successfully tagged security-secretstore-setup:latest [2023-03-02T21:21:57.265Z] Building core-common-config-bootstrapper [2023-03-02T21:21:57.514Z] + docker-compose build --help [2023-03-02T21:21:57.514Z] + grep parallel [2023-03-02T21:21:58.199Z]  Building security-secretstore-setup ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-02T21:21:58.199Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-02T21:21:58.199Z] ---> 1b4bc2cfdb36 [2023-03-02T21:21:58.199Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-03-02T21:21:58.456Z] OK: 211 MiB in 51 packages [2023-03-02T21:21:59.118Z] ---> d9677119088b [2023-03-02T21:21:59.118Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-03-02T21:21:59.118Z] ---> Running in 2d707b1ddc8a [2023-03-02T21:21:59.376Z] Removing intermediate container 51e1a036e3ad [2023-03-02T21:21:59.376Z] ---> 5ca048b4319d [2023-03-02T21:21:59.376Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-02T21:21:59.953Z] ---> e1b1006719b5 [2023-03-02T21:21:59.953Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-02T21:21:59.953Z] ---> Running in 902693b60a86 [2023-03-02T21:22:00.525Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-02T21:22:00.525Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-02T21:22:00.525Z] ---> ceae21d1b6a4 [2023-03-02T21:22:00.525Z] Step 3/24 : WORKDIR /edgex-go [2023-03-02T21:22:00.525Z] ---> Using cache [2023-03-02T21:22:00.525Z] ---> f190aaa3268e [2023-03-02T21:22:00.525Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-03-02T21:22:00.525Z] ---> Using cache [2023-03-02T21:22:00.525Z] ---> 5ca048b4319d [2023-03-02T21:22:00.525Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-02T21:22:00.525Z] ---> Using cache [2023-03-02T21:22:00.525Z] ---> e1b1006719b5 [2023-03-02T21:22:00.525Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-02T21:22:00.784Z] Removing intermediate container 2d707b1ddc8a [2023-03-02T21:22:00.784Z] ---> 2f3282bb6dad [2023-03-02T21:22:00.784Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-03-02T21:22:00.784Z] ---> Running in c249ab1ee3e2 [2023-03-02T21:22:00.784Z] ---> Running in 2736c8680a1c [2023-03-02T21:22:01.348Z] Removing intermediate container 2736c8680a1c [2023-03-02T21:22:01.348Z] ---> 5870e697d87b [2023-03-02T21:22:01.348Z] Step 29/32 : CMD ["gate"] [2023-03-02T21:22:01.770Z] --parallel Build images in parallel. [Pipeline] } [2023-03-02T21:22:01.795Z] $ docker stop --time=1 2ba17e5cc567b88d83b93ef6700e86a968e46097d0063ecc6b757b72a7e82bb1 [2023-03-02T21:22:01.915Z] ---> Running in 507b7515e8c7 [2023-03-02T21:22:01.915Z] Removing intermediate container 507b7515e8c7 [2023-03-02T21:22:01.915Z] ---> 2e97eafc8147 [2023-03-02T21:22:01.915Z] Step 30/32 : LABEL arch=x86_64 [2023-03-02T21:22:02.172Z] ---> Running in 1a30ed4eb2d8 [2023-03-02T21:22:02.431Z] Removing intermediate container 1a30ed4eb2d8 [2023-03-02T21:22:02.431Z] ---> 5c1371b12b17 [2023-03-02T21:22:02.431Z] Step 31/32 : LABEL git_sha=a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:22:02.431Z] ---> Running in a8724a5e0df4 [2023-03-02T21:22:02.690Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-02T21:22:02.690Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-02T21:22:02.690Z] ---> ceae21d1b6a4 [2023-03-02T21:22:02.690Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-02T21:22:02.691Z] ---> Using cache [2023-03-02T21:22:02.691Z] ---> d124bed5c12a [2023-03-02T21:22:02.691Z] Step 4/22 : WORKDIR /edgex-go [2023-03-02T21:22:02.691Z] ---> Using cache [2023-03-02T21:22:02.691Z] ---> b6dac74f5ce8 [2023-03-02T21:22:02.691Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-02T21:22:02.691Z] ---> Using cache [2023-03-02T21:22:02.691Z] ---> 76c0d8d2c760 [2023-03-02T21:22:02.691Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-02T21:22:02.691Z] ---> Using cache [2023-03-02T21:22:02.691Z] ---> c21aa803309f [2023-03-02T21:22:02.691Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-02T21:22:02.691Z] ---> Using cache [2023-03-02T21:22:02.691Z] ---> 4cf6fad745bf [2023-03-02T21:22:02.691Z] Step 8/22 : COPY . . [2023-03-02T21:22:02.691Z] ---> Using cache [2023-03-02T21:22:02.691Z] ---> 39a228f019e1 [2023-03-02T21:22:02.691Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-03-02T21:22:02.691Z] ---> Running in c2b9b0b38fdf [2023-03-02T21:22:02.691Z] Removing intermediate container a8724a5e0df4 [2023-03-02T21:22:02.691Z] ---> 785c80721f9d [2023-03-02T21:22:02.691Z] Step 32/32 : LABEL version=3.0.0-dev.75 [2023-03-02T21:22:02.691Z] ---> Running in 1a264447ee57 [2023-03-02T21:22:02.952Z] Removing intermediate container 1a264447ee57 [2023-03-02T21:22:02.952Z] ---> 850e855ce205 [2023-03-02T21:22:02.952Z] [2023-03-02T21:22:02.952Z] Successfully built 850e855ce205 [2023-03-02T21:22:02.952Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-03-02T21:22:03.209Z] Successfully tagged security-bootstrapper:latest [2023-03-02T21:22:03.209Z] Building security-spiffe-token-provider [2023-03-02T21:22:03.450Z] $ docker rm -f --volumes 2ba17e5cc567b88d83b93ef6700e86a968e46097d0063ecc6b757b72a7e82bb1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:22:03.960Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-02T21:22:03.960Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-02T21:22:04.140Z] prd-ubuntu20.04-docker-arm64-4c-16g-8122 does not seem to be running inside a container [2023-03-02T21:22:04.212Z] $ 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/436 -v /w/workspace/edgex-go/436:/w/workspace/edgex-go/436:rw,z -v /w/workspace/edgex-go/436@tmp:/w/workspace/edgex-go/436@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-02T21:22:06.827Z] $ docker top eb4658a58331e4521e241bb405b5cbc24a16a044d009f741956184ad65c26b2f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-02T21:22:07.419Z]  Building security-bootstrapper ... done Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-02T21:22:07.419Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-03-02T21:22:07.419Z] ---> ceae21d1b6a4 [2023-03-02T21:22:07.419Z] Step 3/19 : WORKDIR /edgex-go [2023-03-02T21:22:07.419Z] ---> Using cache [2023-03-02T21:22:07.419Z] ---> f190aaa3268e [2023-03-02T21:22:07.419Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-03-02T21:22:07.419Z] ---> Running in 0d5fdf7b2cbe [2023-03-02T21:22:07.652Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-03-02T21:22:07.986Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-02T21:22:07.987Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-02T21:22:08.244Z] v3.16.4-35-g054104bb820 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-03-02T21:22:08.244Z] v3.16.4-34-gd804f7ec27c [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-03-02T21:22:08.244Z] OK: 17046 distinct packages available [2023-03-02T21:22:08.244Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-02T21:22:08.503Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-02T21:22:08.760Z] OK: 211 MiB in 51 packages [2023-03-02T21:22:09.695Z] Removing intermediate container 0d5fdf7b2cbe [2023-03-02T21:22:09.695Z] ---> ae19f41e922b [2023-03-02T21:22:09.695Z] Step 5/19 : COPY go.mod vendor* ./ [2023-03-02T21:22:09.957Z] ---> 28295c1502e8 [2023-03-02T21:22:09.957Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-02T21:22:09.957Z] ---> Running in 55c8333f1bd7 [2023-03-02T21:22:11.902Z] Building core-command ... [2023-03-02T21:22:11.902Z] Building core-common-config-bootstrapper ... [2023-03-02T21:22:11.902Z] Building core-data ... [2023-03-02T21:22:11.902Z] Building core-metadata ... [2023-03-02T21:22:11.902Z] Building security-bootstrapper ... [2023-03-02T21:22:11.902Z] Building security-proxy-auth ... [2023-03-02T21:22:11.902Z] Building security-proxy-setup ... [2023-03-02T21:22:11.902Z] Building security-secretstore-setup ... [2023-03-02T21:22:11.902Z] Building security-spiffe-token-provider ... [2023-03-02T21:22:11.902Z] Building security-spire-agent ... [2023-03-02T21:22:11.902Z] Building security-spire-config ... [2023-03-02T21:22:11.902Z] Building security-spire-server ... [2023-03-02T21:22:11.902Z] Building support-notifications ... [2023-03-02T21:22:11.902Z] Building support-scheduler ... [2023-03-02T21:22:11.902Z] Building core-common-config-bootstrapper [2023-03-02T21:22:11.902Z] Building security-proxy-auth [2023-03-02T21:22:11.902Z] Building security-spiffe-token-provider [2023-03-02T21:22:11.902Z] Building security-proxy-setup [2023-03-02T21:22:11.902Z] Building support-notifications [2023-03-02T21:22:21.978Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-02T21:22:21.978Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-02T21:22:21.978Z] ---> a274eeb8e51d [2023-03-02T21:22:21.978Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-02T21:22:22.244Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-02T21:22:22.244Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-03-02T21:22:22.244Z] ---> a274eeb8e51d [2023-03-02T21:22:22.244Z] Step 3/19 : WORKDIR /edgex-go [2023-03-02T21:22:22.244Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-02T21:22:22.244Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-02T21:22:22.244Z] ---> a274eeb8e51d [2023-03-02T21:22:22.244Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-02T21:22:22.244Z] ---> Running in 7e1607de342e [2023-03-02T21:22:22.244Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-02T21:22:22.244Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-02T21:22:22.244Z] ---> a274eeb8e51d [2023-03-02T21:22:22.244Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-02T21:22:22.244Z] ---> Running in cb065207cacd [2023-03-02T21:22:22.244Z] ---> Running in ec679bef44b5 [2023-03-02T21:22:22.510Z] ---> Running in 590c27db6288 [2023-03-02T21:22:22.510Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-02T21:22:22.510Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-03-02T21:22:22.510Z] ---> a274eeb8e51d [2023-03-02T21:22:22.510Z] Step 3/21 : WORKDIR /edgex-go [2023-03-02T21:22:22.776Z] ---> Running in b6049e19ee03 [2023-03-02T21:22:22.776Z] Removing intermediate container 7e1607de342e [2023-03-02T21:22:22.776Z] ---> 0bbe1b324f7f [2023-03-02T21:22:22.776Z] Step 4/22 : WORKDIR /edgex-go [2023-03-02T21:22:23.056Z] Removing intermediate container cb065207cacd [2023-03-02T21:22:23.056Z] ---> 88a2105fa7c2 [2023-03-02T21:22:23.056Z] Step 4/22 : WORKDIR /edgex-go [2023-03-02T21:22:23.056Z] ---> Running in 06661a984a5b [2023-03-02T21:22:23.056Z] ---> Running in b31c854e08e3 [2023-03-02T21:22:23.056Z] Removing intermediate container ec679bef44b5 [2023-03-02T21:22:23.056Z] ---> c9e7a431d902 [2023-03-02T21:22:23.056Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-03-02T21:22:23.325Z] Removing intermediate container 590c27db6288 [2023-03-02T21:22:23.325Z] ---> 76ff9dfb1fb0 [2023-03-02T21:22:23.325Z] Step 4/22 : WORKDIR /edgex-go [2023-03-02T21:22:23.325Z] ---> Running in c4631e98de66 [2023-03-02T21:22:23.325Z] ---> Running in 50cc1f411c36 [2023-03-02T21:22:23.592Z] Removing intermediate container b6049e19ee03 [2023-03-02T21:22:23.592Z] ---> 5c0a68421745 [2023-03-02T21:22:23.592Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-03-02T21:22:23.592Z] ---> Running in 9aaf3c519734 [2023-03-02T21:22:23.876Z] Removing intermediate container 06661a984a5b [2023-03-02T21:22:23.876Z] ---> faf6cf551780 [2023-03-02T21:22:23.876Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-03-02T21:22:24.145Z] Removing intermediate container b31c854e08e3 [2023-03-02T21:22:24.146Z] ---> Running in b0d43dafdd22 [2023-03-02T21:22:24.146Z] ---> a66cb44d0ac6 [2023-03-02T21:22:24.146Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-02T21:22:24.414Z] ---> Running in f5404bc8df90 [2023-03-02T21:22:24.414Z] Removing intermediate container 50cc1f411c36 [2023-03-02T21:22:24.414Z] ---> a9a64f20e880 [2023-03-02T21:22:24.414Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-02T21:22:24.680Z] ---> Running in 679063f6ac49 [2023-03-02T21:22:25.648Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-02T21:22:25.918Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-02T21:22:26.195Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-02T21:22:26.195Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-02T21:22:26.462Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-02T21:22:26.462Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-02T21:22:26.462Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-02T21:22:26.733Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-02T21:22:27.002Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-02T21:22:27.002Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-02T21:22:27.002Z] v3.16.4-35-g054104bb820 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-03-02T21:22:27.002Z] v3.16.4-34-gd804f7ec27c [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-03-02T21:22:27.002Z] OK: 16903 distinct packages available [2023-03-02T21:22:27.270Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-02T21:22:27.537Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-02T21:22:27.803Z] OK: 221 MiB in 51 packages [2023-03-02T21:22:28.069Z] OK: 221 MiB in 51 packages [2023-03-02T21:22:28.069Z] OK: 221 MiB in 51 packages [2023-03-02T21:22:28.190Z] Removing intermediate container cad7bc5f6b9f [2023-03-02T21:22:28.190Z] ---> 82886f0fe622 [2023-03-02T21:22:28.190Z] [2023-03-02T21:22:28.190Z] Step 10/22 : FROM alpine:3.16 [2023-03-02T21:22:28.190Z] ---> dfd21b5a31f5 [2023-03-02T21:22:28.190Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-02T21:22:28.190Z] ---> Running in bca32a848ab1 [2023-03-02T21:22:28.335Z] OK: 221 MiB in 51 packages [2023-03-02T21:22:28.760Z] Removing intermediate container bca32a848ab1 [2023-03-02T21:22:28.760Z] ---> f8610734c254 [2023-03-02T21:22:28.760Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-03-02T21:22:28.760Z] ---> Running in 7e5e23fd88fe [2023-03-02T21:22:28.760Z] Removing intermediate container c249ab1ee3e2 [2023-03-02T21:22:28.760Z] ---> 45413e5bed1a [2023-03-02T21:22:28.760Z] Step 7/24 : COPY . . [2023-03-02T21:22:28.928Z] OK: 221 MiB in 51 packages [2023-03-02T21:22:29.023Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-02T21:22:29.023Z] Removing intermediate container 902693b60a86 [2023-03-02T21:22:29.023Z] ---> c825e80ed3d7 [2023-03-02T21:22:29.023Z] Step 7/24 : COPY . . [2023-03-02T21:22:29.346Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-02T21:22:29.515Z] Removing intermediate container 9aaf3c519734 [2023-03-02T21:22:29.515Z] ---> a719b690a84a [2023-03-02T21:22:29.515Z] Step 5/21 : COPY go.mod vendor* ./ [2023-03-02T21:22:29.605Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-02T21:22:29.605Z] Executing busybox-1.35.0-r17.trigger [2023-03-02T21:22:29.605Z] OK: 6 MiB in 15 packages [2023-03-02T21:22:30.135Z] Removing intermediate container 679063f6ac49 [2023-03-02T21:22:30.135Z] ---> 8dd51c4a3b6e [2023-03-02T21:22:30.135Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-02T21:22:30.135Z] Removing intermediate container b0d43dafdd22 [2023-03-02T21:22:30.135Z] ---> 01da9cca5799 [2023-03-02T21:22:30.135Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-02T21:22:30.407Z] Removing intermediate container f5404bc8df90 [2023-03-02T21:22:30.407Z] ---> 91e1f3aab061 [2023-03-02T21:22:30.407Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-02T21:22:30.407Z] Removing intermediate container c4631e98de66 [2023-03-02T21:22:30.407Z] ---> 3f7ef37d0a6c [2023-03-02T21:22:30.407Z] Step 5/19 : COPY go.mod vendor* ./ [2023-03-02T21:22:31.371Z] ---> 0b581b8eda4d [2023-03-02T21:22:31.371Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-02T21:22:31.371Z] ---> 5d01f6b4e076 [2023-03-02T21:22:31.371Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-02T21:22:31.371Z] ---> 3deeadcb4f78 [2023-03-02T21:22:31.371Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-02T21:22:31.371Z] ---> c6f8de4c5316 [2023-03-02T21:22:31.371Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-02T21:22:31.371Z] ---> Running in d0d084928841 [2023-03-02T21:22:31.371Z] ---> 875aee1afc9c [2023-03-02T21:22:31.371Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-02T21:22:31.642Z] ---> Running in 1a9db54cca93 [2023-03-02T21:22:31.642Z] ---> Running in 07e205431d80 [2023-03-02T21:22:31.642Z] ---> Running in b4da307021f8 [2023-03-02T21:22:31.642Z] ---> Running in ab0e55bfa691 [2023-03-02T21:22:32.917Z] Removing intermediate container c2b9b0b38fdf [2023-03-02T21:22:32.917Z] ---> bd15d562666e [2023-03-02T21:22:32.917Z] [2023-03-02T21:22:32.917Z] Step 10/22 : FROM alpine:3.16 [2023-03-02T21:22:32.917Z] ---> dfd21b5a31f5 [2023-03-02T21:22:32.917Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-02T21:22:32.917Z] ---> Using cache [2023-03-02T21:22:32.917Z] ---> f8610734c254 [2023-03-02T21:22:32.917Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-03-02T21:22:33.482Z] ---> Running in 5bbc1342b4b4 [2023-03-02T21:22:33.740Z] ---> fc2589939535 [2023-03-02T21:22:33.740Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-03-02T21:22:33.740Z] ---> d539731877fa [2023-03-02T21:22:33.740Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-03-02T21:22:33.740Z] Removing intermediate container 7e5e23fd88fe [2023-03-02T21:22:33.740Z] ---> f7f4252e139f [2023-03-02T21:22:33.740Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-02T21:22:33.740Z] ---> Running in 6667725f3210 [2023-03-02T21:22:33.740Z] ---> Running in 2f1385ab52e2 [2023-03-02T21:22:33.997Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-02T21:22:33.997Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-02T21:22:34.253Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-02T21:22:34.253Z] Executing busybox-1.35.0-r17.trigger [2023-03-02T21:22:34.253Z] OK: 6 MiB in 15 packages [2023-03-02T21:22:34.253Z] Removing intermediate container 55c8333f1bd7 [2023-03-02T21:22:34.253Z] ---> c2683a7fb162 [2023-03-02T21:22:34.253Z] Step 7/19 : COPY . . [2023-03-02T21:22:34.253Z] Removing intermediate container 6667725f3210 [2023-03-02T21:22:34.253Z] ---> cd3f7f48bbf3 [2023-03-02T21:22:34.253Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-03-02T21:22:34.253Z] Removing intermediate container 2f1385ab52e2 [2023-03-02T21:22:34.253Z] ---> a305b6acc2f8 [2023-03-02T21:22:34.253Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-03-02T21:22:34.253Z] ---> 394ed6320b82 [2023-03-02T21:22:34.253Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-03-02T21:22:34.524Z] ---> Running in 8195b78b27dc [2023-03-02T21:22:34.524Z] ---> Running in 41a436689a11 [2023-03-02T21:22:36.426Z] Removing intermediate container 8195b78b27dc [2023-03-02T21:22:36.426Z] ---> e489c59fb30f [2023-03-02T21:22:36.427Z] 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-02T21:22:36.427Z] ---> 09bba6b0c67c [2023-03-02T21:22:36.427Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml [2023-03-02T21:22:36.427Z] Removing intermediate container 41a436689a11 [2023-03-02T21:22:36.427Z] ---> 2da3a9fd34bb [2023-03-02T21:22:36.427Z] 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-02T21:22:36.427Z] ---> Running in 59bfbb2f2e89 [2023-03-02T21:22:36.427Z] ---> Running in 5cecdb14b725 [2023-03-02T21:22:36.427Z] Removing intermediate container 5bbc1342b4b4 [2023-03-02T21:22:36.427Z] ---> dc34f81ab4c7 [2023-03-02T21:22:36.427Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-02T21:22:36.427Z] ---> 9141809bccf0 [2023-03-02T21:22:36.427Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-03-02T21:22:36.685Z] ---> cdf4609470be [2023-03-02T21:22:36.685Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-03-02T21:22:36.685Z] ---> f0cc0c9b4932 [2023-03-02T21:22:36.685Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-02T21:22:36.943Z] ---> Running in b750cf7a598b [2023-03-02T21:22:36.943Z] ---> a9ed8a629263 [2023-03-02T21:22:36.943Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-03-02T21:22:37.203Z] ---> 4c7f81a50b7c [2023-03-02T21:22:37.203Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-03-02T21:22:37.203Z] Removing intermediate container 59bfbb2f2e89 [2023-03-02T21:22:37.203Z] ---> 956c5ee25edf [2023-03-02T21:22:37.203Z] Step 11/24 : WORKDIR /edgex-go [2023-03-02T21:22:37.460Z] Removing intermediate container 5cecdb14b725 [2023-03-02T21:22:37.460Z] ---> 3c7e61db0a86 [2023-03-02T21:22:37.460Z] Step 11/24 : WORKDIR /edgex-go [2023-03-02T21:22:37.460Z] ---> Running in bd5bf4a389b1 [2023-03-02T21:22:37.460Z] ---> Running in ad72e0d3015f [2023-03-02T21:22:37.460Z] ---> 2a4830f334ed [2023-03-02T21:22:37.461Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-02T21:22:37.718Z] ---> Running in 082deb3e7093 [2023-03-02T21:22:37.718Z] Removing intermediate container bd5bf4a389b1 [2023-03-02T21:22:37.718Z] ---> ed702b8c4895 [2023-03-02T21:22:37.718Z] [2023-03-02T21:22:37.718Z] Step 12/24 : FROM alpine:3.15 [2023-03-02T21:22:37.718Z] Removing intermediate container ad72e0d3015f [2023-03-02T21:22:37.718Z] ---> 4053f839544a [2023-03-02T21:22:37.718Z] [2023-03-02T21:22:37.718Z] Step 12/24 : FROM alpine:3.15 [2023-03-02T21:22:37.718Z] Removing intermediate container b750cf7a598b [2023-03-02T21:22:37.718Z] ---> 1e583aa3cf2d [2023-03-02T21:22:37.718Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-02T21:22:37.718Z] ---> Running in 1f701cb60e6e [2023-03-02T21:22:38.283Z] Removing intermediate container 1f701cb60e6e [2023-03-02T21:22:38.284Z] ---> 15268d0090a2 [2023-03-02T21:22:38.284Z] Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-03-02T21:22:38.284Z] ---> Running in fd9b78e619f1 [2023-03-02T21:22:38.284Z] Removing intermediate container fd9b78e619f1 [2023-03-02T21:22:38.284Z] ---> 75ef5ab4e152 [2023-03-02T21:22:38.284Z] Step 20/22 : LABEL arch=x86_64 [2023-03-02T21:22:38.284Z] ---> Running in 4ec67388d4ae [2023-03-02T21:22:38.543Z] Removing intermediate container 4ec67388d4ae [2023-03-02T21:22:38.543Z] ---> dc25d54f97a5 [2023-03-02T21:22:38.543Z] Step 21/22 : LABEL git_sha=a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:22:38.543Z] ---> Running in 9f8b086d6103 [2023-03-02T21:22:38.543Z] 3.15: Pulling from library/alpine [2023-03-02T21:22:38.543Z] 3.15: Pulling from library/alpine [2023-03-02T21:22:38.543Z] ---> 85676320f8d7 [2023-03-02T21:22:38.543Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-03-02T21:22:38.543Z] ---> Running in cdb9ef7384f0 [2023-03-02T21:22:38.799Z] Removing intermediate container 082deb3e7093 [2023-03-02T21:22:38.799Z] ---> 2dc0f426056f [2023-03-02T21:22:38.799Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-02T21:22:38.799Z] Removing intermediate container 9f8b086d6103 [2023-03-02T21:22:38.799Z] ---> 2540ef185206 [2023-03-02T21:22:38.799Z] Step 22/22 : LABEL version=3.0.0-dev.75 [2023-03-02T21:22:38.799Z] ---> Running in 60aa99902fd8 [2023-03-02T21:22:38.799Z] ---> Running in 3ab8b7743b9e [2023-03-02T21:22:38.799Z] Removing intermediate container 60aa99902fd8 [2023-03-02T21:22:38.799Z] ---> a98ede8c09d9 [2023-03-02T21:22:38.799Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-03-02T21:22:38.799Z] Removing intermediate container 3ab8b7743b9e [2023-03-02T21:22:38.799Z] ---> 1fe490967280 [2023-03-02T21:22:38.799Z] [2023-03-02T21:22:38.799Z] ---> Running in 120d073d3aa7 [2023-03-02T21:22:39.058Z] Successfully built 1fe490967280 [2023-03-02T21:22:39.058Z] Successfully tagged security-proxy-auth:latest [2023-03-02T21:22:39.058Z]  Building security-proxy-auth ... done Building core-command [2023-03-02T21:22:39.058Z] Removing intermediate container 120d073d3aa7 [2023-03-02T21:22:39.058Z] ---> e695ce8d3990 [2023-03-02T21:22:39.058Z] Step 20/22 : LABEL arch=x86_64 [2023-03-02T21:22:39.058Z] ---> Running in eab2010db3c6 [2023-03-02T21:22:39.636Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-03-02T21:22:39.636Z] Removing intermediate container eab2010db3c6 [2023-03-02T21:22:39.636Z] ---> a24ea27ab1ff [2023-03-02T21:22:39.636Z] Step 21/22 : LABEL git_sha=a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:22:39.894Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-03-02T21:22:40.836Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-03-02T21:22:40.836Z] Status: Downloaded newer image for alpine:3.15 [2023-03-02T21:22:40.836Z] Status: Image is up to date for alpine:3.15 [2023-03-02T21:22:40.836Z] ---> 5ce65d7b0fde [2023-03-02T21:22:40.836Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-02T21:22:40.836Z] ---> 5ce65d7b0fde [2023-03-02T21:22:40.836Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-02T21:22:41.433Z] ---> Running in 21cc08c34ec3 [2023-03-02T21:22:41.433Z] ---> Running in c74e95fb40f9 [2023-03-02T21:22:41.433Z] ---> Running in 8467017df3f1 [2023-03-02T21:22:42.098Z] Removing intermediate container 21cc08c34ec3 [2023-03-02T21:22:42.098Z] ---> 7bdc54cd1cbd [2023-03-02T21:22:42.098Z] Step 22/22 : LABEL version=3.0.0-dev.75 [2023-03-02T21:22:43.475Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-02T21:22:43.475Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-02T21:22:43.475Z] ---> ceae21d1b6a4 [2023-03-02T21:22:43.475Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-02T21:22:43.475Z] ---> Using cache [2023-03-02T21:22:43.475Z] ---> d124bed5c12a [2023-03-02T21:22:43.475Z] Step 4/23 : WORKDIR /edgex-go [2023-03-02T21:22:43.476Z] ---> Using cache [2023-03-02T21:22:43.476Z] ---> b6dac74f5ce8 [2023-03-02T21:22:43.476Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-02T21:22:43.476Z] ---> Using cache [2023-03-02T21:22:43.476Z] ---> 76c0d8d2c760 [2023-03-02T21:22:43.476Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-02T21:22:43.476Z] ---> Using cache [2023-03-02T21:22:43.476Z] ---> c21aa803309f [2023-03-02T21:22:43.476Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-02T21:22:43.476Z] ---> Using cache [2023-03-02T21:22:43.476Z] ---> 4cf6fad745bf [2023-03-02T21:22:43.476Z] Step 8/23 : COPY . . [2023-03-02T21:22:43.476Z] ---> Using cache [2023-03-02T21:22:43.476Z] ---> 39a228f019e1 [2023-03-02T21:22:43.476Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-03-02T21:22:43.744Z] Removing intermediate container 8467017df3f1 [2023-03-02T21:22:43.744Z] ---> 490893bf1d8a [2023-03-02T21:22:43.744Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-02T21:22:43.744Z] Removing intermediate container c74e95fb40f9 [2023-03-02T21:22:43.744Z] ---> 26199ba6e143 [2023-03-02T21:22:43.744Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-03-02T21:22:44.013Z] ---> Running in 4bcda8f4f3df [2023-03-02T21:22:44.013Z] ---> Running in b8bc80ebd859 [2023-03-02T21:22:44.013Z] ---> Running in 15c69451f723 [2023-03-02T21:22:44.013Z] ---> Running in 58439714344f [2023-03-02T21:22:44.274Z] Removing intermediate container b8bc80ebd859 [2023-03-02T21:22:44.274Z] ---> 24b1407c10d7 [2023-03-02T21:22:44.274Z] [2023-03-02T21:22:44.274Z] Successfully built 24b1407c10d7 [2023-03-02T21:22:44.274Z] Successfully tagged core-common-config-bootstrapper:latest [2023-03-02T21:22:44.274Z] Building security-spire-server [2023-03-02T21:22:44.857Z]  Building core-common-config-bootstrapper ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-02T21:22:45.127Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-02T21:22:45.127Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-02T21:22:45.127Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-03-02T21:22:45.127Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-02T21:22:45.396Z] v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-02T21:22:45.396Z] v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-02T21:22:45.396Z] OK: 15857 distinct packages available [2023-03-02T21:22:45.396Z] v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-02T21:22:45.396Z] v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-02T21:22:45.396Z] OK: 15857 distinct packages available [2023-03-02T21:22:45.396Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-02T21:22:45.396Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-02T21:22:45.687Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-02T21:22:45.687Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-02T21:22:45.687Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-03-02T21:22:45.687Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-03-02T21:22:45.687Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-03-02T21:22:45.687Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-03-02T21:22:45.688Z] (3/4) Installing libucontext (1.1-r0) [2023-03-02T21:22:45.688Z] (4/4) Installing gcompat (1.0.0-r4) [2023-03-02T21:22:45.688Z] (3/5) Installing libucontext (1.1-r0) [2023-03-02T21:22:45.688Z] (4/5) Installing gcompat (1.0.0-r4) [2023-03-02T21:22:45.688Z] Executing busybox-1.34.1-r7.trigger [2023-03-02T21:22:45.688Z] (5/5) Installing openssl (1.1.1t-r1) [2023-03-02T21:22:45.948Z] OK: 6 MiB in 18 packages [2023-03-02T21:22:45.948Z] Executing busybox-1.34.1-r7.trigger [2023-03-02T21:22:45.948Z] OK: 7 MiB in 19 packages [2023-03-02T21:22:51.257Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-02T21:22:51.257Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-02T21:22:51.257Z] ---> ceae21d1b6a4 [2023-03-02T21:22:51.257Z] Step 3/23 : WORKDIR /edgex-go [2023-03-02T21:22:51.257Z] ---> Using cache [2023-03-02T21:22:51.257Z] ---> f190aaa3268e [2023-03-02T21:22:51.257Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-03-02T21:22:51.257Z] ---> Using cache [2023-03-02T21:22:51.257Z] ---> 5ca048b4319d [2023-03-02T21:22:51.257Z] Step 5/23 : COPY go.mod vendor* ./ [2023-03-02T21:22:51.257Z] ---> Using cache [2023-03-02T21:22:51.257Z] ---> e1b1006719b5 [2023-03-02T21:22:51.257Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-02T21:22:51.257Z] ---> Using cache [2023-03-02T21:22:51.257Z] ---> c825e80ed3d7 [2023-03-02T21:22:51.257Z] Step 7/23 : COPY . . [2023-03-02T21:22:51.257Z] ---> Using cache [2023-03-02T21:22:51.257Z] ---> fc2589939535 [2023-03-02T21:22:51.257Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-03-02T21:22:51.257Z] ---> Using cache [2023-03-02T21:22:51.257Z] ---> cd3f7f48bbf3 [2023-03-02T21:22:51.257Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-03-02T21:22:51.257Z] ---> Using cache [2023-03-02T21:22:51.257Z] ---> e489c59fb30f [2023-03-02T21:22:51.257Z] 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-02T21:23:03.674Z] ---> Running in 2421ff21c0d2 [2023-03-02T21:23:03.674Z] Removing intermediate container 58439714344f [2023-03-02T21:23:03.674Z] ---> 160977bbdc6d [2023-03-02T21:23:03.674Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-02T21:23:03.674Z] Removing intermediate container 4bcda8f4f3df [2023-03-02T21:23:03.674Z] ---> 61bfe88425ae [2023-03-02T21:23:03.674Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-03-02T21:23:07.892Z] ---> cfa5a806f998 [2023-03-02T21:23:07.892Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-02T21:23:07.892Z] ---> c41f971579f6 [2023-03-02T21:23:07.892Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-03-02T21:23:07.892Z] Removing intermediate container 2421ff21c0d2 [2023-03-02T21:23:07.892Z] ---> c0dab17f5635 [2023-03-02T21:23:07.892Z] Step 11/23 : WORKDIR /edgex-go [2023-03-02T21:23:07.892Z] ---> Running in ec19b96d6c4a [2023-03-02T21:23:07.892Z] ---> cd34672e5d69 [2023-03-02T21:23:07.892Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-03-02T21:23:08.153Z] ---> Running in 54e7ba4cebe6 [2023-03-02T21:23:08.505Z] Removing intermediate container ec19b96d6c4a [2023-03-02T21:23:08.505Z] ---> 65ee0c1439dc [2023-03-02T21:23:08.505Z] [2023-03-02T21:23:08.505Z] Step 12/23 : FROM alpine:3.15 [2023-03-02T21:23:08.505Z] ---> 5ce65d7b0fde [2023-03-02T21:23:08.505Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-02T21:23:08.505Z] ---> Using cache [2023-03-02T21:23:08.505Z] ---> 26199ba6e143 [2023-03-02T21:23:08.505Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-02T21:23:12.842Z] Removing intermediate container 54e7ba4cebe6 [2023-03-02T21:23:12.842Z] ---> 04b2ada0668d [2023-03-02T21:23:12.842Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-03-02T21:23:12.842Z] ---> Running in 3bf54c5a5b3c [2023-03-02T21:23:12.842Z] ---> c7820b4189f0 [2023-03-02T21:23:12.842Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-03-02T21:23:12.842Z] Removing intermediate container cdb9ef7384f0 [2023-03-02T21:23:12.842Z] ---> 090da4a7115c [2023-03-02T21:23:12.842Z] [2023-03-02T21:23:12.842Z] Step 9/19 : FROM alpine:3.15 [2023-03-02T21:23:12.842Z] ---> 5ce65d7b0fde [2023-03-02T21:23:12.842Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-02T21:23:12.842Z] ---> Using cache [2023-03-02T21:23:12.842Z] ---> 26199ba6e143 [2023-03-02T21:23:12.842Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-03-02T21:23:12.842Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-02T21:23:13.139Z] ---> Running in 97ef8396cece [2023-03-02T21:23:13.139Z] ---> 4f56981da3d8 [2023-03-02T21:23:13.139Z] Step 19/24 : WORKDIR / [2023-03-02T21:23:13.139Z] ---> 73d7cc24f874 [2023-03-02T21:23:13.139Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-03-02T21:23:13.139Z] ---> Running in 89e036d1f0ee [2023-03-02T21:23:13.139Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-02T21:23:13.416Z] Removing intermediate container 89e036d1f0ee [2023-03-02T21:23:13.416Z] ---> 149d5493fc4d [2023-03-02T21:23:13.416Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-02T21:23:13.416Z] ---> 5894c802812c [2023-03-02T21:23:13.416Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-03-02T21:23:13.416Z] ---> Running in 129cff7c241b [2023-03-02T21:23:13.416Z] v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-02T21:23:13.416Z] v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-02T21:23:13.417Z] OK: 15857 distinct packages available [2023-03-02T21:23:13.417Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-02T21:23:13.417Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-02T21:23:13.681Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-02T21:23:13.681Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-02T21:23:13.681Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-03-02T21:23:13.681Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-03-02T21:23:13.681Z] (3/5) Installing libucontext (1.1-r0) [2023-03-02T21:23:13.681Z] (4/5) Installing gcompat (1.0.0-r4) [2023-03-02T21:23:13.681Z] (5/5) Installing openssl (1.1.1t-r1) [2023-03-02T21:23:13.681Z] Removing intermediate container 129cff7c241b [2023-03-02T21:23:13.681Z] ---> f192701ce503 [2023-03-02T21:23:13.681Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-02T21:23:13.681Z] Executing busybox-1.34.1-r7.trigger [2023-03-02T21:23:13.681Z] OK: 7 MiB in 19 packages [2023-03-02T21:23:13.942Z] v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-02T21:23:13.942Z] v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-02T21:23:13.942Z] OK: 15857 distinct packages available [2023-03-02T21:23:13.942Z] ---> 8fe9d96691fc [2023-03-02T21:23:13.942Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-02T21:23:13.942Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-02T21:23:13.942Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-02T21:23:14.201Z] (1/9) Installing ca-certificates (20220614-r0) [2023-03-02T21:23:14.201Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-03-02T21:23:14.201Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-03-02T21:23:14.201Z] (4/9) Installing libcurl (7.80.0-r6) [2023-03-02T21:23:14.201Z] (5/9) Installing curl (7.80.0-r6) [2023-03-02T21:23:14.201Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-03-02T21:23:14.201Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-03-02T21:23:14.201Z] (8/9) Installing libucontext (1.1-r0) [2023-03-02T21:23:14.201Z] (9/9) Installing gcompat (1.0.0-r4) [2023-03-02T21:23:14.201Z] Executing busybox-1.34.1-r7.trigger [2023-03-02T21:23:14.201Z] Executing ca-certificates-20220614-r0.trigger [2023-03-02T21:23:14.461Z] OK: 8 MiB in 23 packages [2023-03-02T21:23:14.723Z] ---> Running in bdd3d2e8bd45 [2023-03-02T21:23:15.294Z] ---> Running in 23632d170699 [2023-03-02T21:23:15.588Z] Removing intermediate container 15c69451f723 [2023-03-02T21:23:15.588Z] ---> ba05068da86b [2023-03-02T21:23:15.588Z] [2023-03-02T21:23:15.588Z] Step 10/23 : FROM alpine:3.16 [2023-03-02T21:23:15.588Z] ---> dfd21b5a31f5 [2023-03-02T21:23:15.588Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-03-02T21:23:15.588Z] ---> Using cache [2023-03-02T21:23:15.588Z] ---> 6a2ef2c770d6 [2023-03-02T21:23:15.588Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-02T21:23:15.588Z] ---> Using cache [2023-03-02T21:23:15.588Z] ---> 14d3063ab2cc [2023-03-02T21:23:15.588Z] Step 13/23 : ENV APP_PORT=59882 [2023-03-02T21:23:15.852Z] Removing intermediate container bdd3d2e8bd45 [2023-03-02T21:23:15.852Z] ---> bc3edc7a4b4f [2023-03-02T21:23:15.852Z] Step 22/24 : LABEL arch=x86_64 [2023-03-02T21:23:15.852Z] ---> Running in 3d5a82a13871 [2023-03-02T21:23:15.852Z] ---> Running in 9b2b0c6a8e68 [2023-03-02T21:23:15.852Z] Removing intermediate container 23632d170699 [2023-03-02T21:23:15.852Z] ---> 4e939c181767 [2023-03-02T21:23:15.852Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-02T21:23:15.852Z] Removing intermediate container 3bf54c5a5b3c [2023-03-02T21:23:15.852Z] ---> ae124b3fcdbe [2023-03-02T21:23:15.852Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-02T21:23:15.852Z] ---> Running in 2cf3531d6881 [2023-03-02T21:23:16.182Z] Removing intermediate container 9b2b0c6a8e68 [2023-03-02T21:23:16.182Z] ---> bc11e3177615 [2023-03-02T21:23:16.182Z] Step 23/24 : LABEL git_sha=a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:23:16.182Z] Removing intermediate container 3d5a82a13871 [2023-03-02T21:23:16.182Z] ---> 242e5ae5c113 [2023-03-02T21:23:16.182Z] Step 14/23 : EXPOSE $APP_PORT [2023-03-02T21:23:17.569Z] Removing intermediate container 2cf3531d6881 [2023-03-02T21:23:17.569Z] ---> 5d5adc2b6c08 [2023-03-02T21:23:17.569Z] Step 22/24 : LABEL arch=x86_64 [2023-03-02T21:23:17.569Z] ---> Running in 73732f67d6f6 [2023-03-02T21:23:17.569Z] ---> Running in b4d0a8a0e093 [2023-03-02T21:23:17.569Z] Removing intermediate container 97ef8396cece [2023-03-02T21:23:17.569Z] ---> 0565494579c7 [2023-03-02T21:23:17.569Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-02T21:23:17.569Z] ---> 387246e92ca7 [2023-03-02T21:23:17.569Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-03-02T21:23:17.569Z] ---> Running in 19d5f0a63207 [2023-03-02T21:23:17.569Z] Removing intermediate container 73732f67d6f6 [2023-03-02T21:23:17.569Z] ---> 10ce6449ee04 [2023-03-02T21:23:17.569Z] Step 15/23 : WORKDIR / [2023-03-02T21:23:17.569Z] Removing intermediate container b4d0a8a0e093 [2023-03-02T21:23:17.569Z] ---> 576c7329e733 [2023-03-02T21:23:17.569Z] Step 24/24 : LABEL version=3.0.0-dev.75 [2023-03-02T21:23:17.569Z] ---> Running in 29c197495e7d [2023-03-02T21:23:17.831Z] ---> Running in 43fdc9c3f8cc [2023-03-02T21:23:17.831Z] Removing intermediate container 19d5f0a63207 [2023-03-02T21:23:17.831Z] ---> 441006546365 [2023-03-02T21:23:17.831Z] Step 23/24 : LABEL git_sha=a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:23:17.831Z] ---> 78a908207675 [2023-03-02T21:23:17.831Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-03-02T21:23:17.831Z] ---> 55111c74bdcf [2023-03-02T21:23:17.831Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-03-02T21:23:17.831Z] ---> Running in dcdfc6c786f2 [2023-03-02T21:23:17.831Z] Removing intermediate container 43fdc9c3f8cc [2023-03-02T21:23:17.831Z] ---> 64577bc49c38 [2023-03-02T21:23:17.831Z] [2023-03-02T21:23:17.831Z] Removing intermediate container 29c197495e7d [2023-03-02T21:23:17.831Z] ---> 471bc1ca3a21 [2023-03-02T21:23:17.831Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-02T21:23:18.093Z] Successfully built 64577bc49c38 [2023-03-02T21:23:18.354Z] Successfully tagged security-spire-config:latest [2023-03-02T21:23:18.354Z] Building core-metadata [2023-03-02T21:23:18.354Z]  Building security-spire-config ... done Removing intermediate container dcdfc6c786f2 [2023-03-02T21:23:18.354Z] ---> 601b60de40a1 [2023-03-02T21:23:18.354Z] Step 24/24 : LABEL version=3.0.0-dev.75 [2023-03-02T21:23:18.354Z] ---> 167b46c3b878 [2023-03-02T21:23:18.354Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-03-02T21:23:18.354Z] ---> b060fd490c26 [2023-03-02T21:23:18.354Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-03-02T21:23:18.354Z] ---> Running in 6dcd6223061a [2023-03-02T21:23:18.640Z] ---> a2b4c7c44797 [2023-03-02T21:23:18.640Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-03-02T21:23:20.552Z] Removing intermediate container 6dcd6223061a [2023-03-02T21:23:20.552Z] ---> a65cd878fdb8 [2023-03-02T21:23:20.552Z] [2023-03-02T21:23:20.811Z] Successfully built a65cd878fdb8 [2023-03-02T21:23:22.082Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-02T21:23:22.082Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-02T21:23:23.027Z] Successfully tagged security-spire-agent:latest [2023-03-02T21:23:23.027Z] Building core-data [2023-03-02T21:23:23.027Z]  Building security-spire-agent ... done  ---> ceae21d1b6a4 [2023-03-02T21:23:23.027Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-03-02T21:23:23.027Z] ---> Using cache [2023-03-02T21:23:23.027Z] ---> d124bed5c12a [2023-03-02T21:23:23.027Z] Step 4/24 : WORKDIR /edgex-go [2023-03-02T21:23:23.027Z] ---> Using cache [2023-03-02T21:23:23.027Z] ---> b6dac74f5ce8 [2023-03-02T21:23:23.027Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-03-02T21:23:23.027Z] ---> Using cache [2023-03-02T21:23:23.027Z] ---> 76c0d8d2c760 [2023-03-02T21:23:23.027Z] Step 6/24 : COPY go.mod vendor* ./ [2023-03-02T21:23:23.027Z] ---> 4144fdaa6e44 [2023-03-02T21:23:23.027Z] ---> ecbd7004bd78 [2023-03-02T21:23:23.027Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-02T21:23:23.027Z] ---> Using cache [2023-03-02T21:23:23.027Z] ---> c21aa803309f [2023-03-02T21:23:23.027Z] ---> 6868b883e643 [2023-03-02T21:23:23.027Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-03-02T21:23:23.027Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-03-02T21:23:23.027Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-02T21:23:23.027Z] ---> Using cache [2023-03-02T21:23:23.027Z] ---> 4cf6fad745bf [2023-03-02T21:23:23.027Z] Step 8/24 : COPY . . [2023-03-02T21:23:23.027Z] ---> Using cache [2023-03-02T21:23:23.027Z] ---> 39a228f019e1 [2023-03-02T21:23:23.027Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-03-02T21:23:23.027Z] ---> Running in bca8afd51779 [2023-03-02T21:23:23.027Z] ---> Running in 7f4cd8776ee5 [2023-03-02T21:23:23.416Z] ---> Running in 132c14ddc6fe [2023-03-02T21:23:25.769Z] Removing intermediate container 7f4cd8776ee5 [2023-03-02T21:23:25.769Z] ---> 9ab551657fe4 [2023-03-02T21:23:25.769Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-02T21:23:26.710Z] Removing intermediate container bca8afd51779 [2023-03-02T21:23:26.710Z] ---> 9e89d61a54b8 [2023-03-02T21:23:26.710Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-02T21:23:26.710Z] ---> a0ed7c2aa64a [2023-03-02T21:23:26.710Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-03-02T21:23:26.995Z] ---> Running in 05661ecf2050 [2023-03-02T21:23:26.995Z] ---> Running in e02db0866717 [2023-03-02T21:23:26.995Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-03-02T21:23:27.282Z] ---> Running in 0c598f4a3eb3 [2023-03-02T21:23:27.282Z] Removing intermediate container 05661ecf2050 [2023-03-02T21:23:27.282Z] ---> 32762529f1e0 [2023-03-02T21:23:27.282Z] Step 21/23 : LABEL arch=x86_64 [2023-03-02T21:23:27.282Z] Removing intermediate container e02db0866717 [2023-03-02T21:23:27.282Z] ---> d9c560593780 [2023-03-02T21:23:27.282Z] Step 17/19 : LABEL arch=x86_64 [2023-03-02T21:23:27.282Z] ---> Running in f01f0df3e25f [2023-03-02T21:23:27.552Z] ---> Running in c4e7213a4339 [2023-03-02T21:23:27.552Z] Removing intermediate container 0c598f4a3eb3 [2023-03-02T21:23:27.552Z] ---> d08190dbd19f [2023-03-02T21:23:27.552Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-02T21:23:27.552Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-02T21:23:27.552Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-02T21:23:27.552Z] ---> ceae21d1b6a4 [2023-03-02T21:23:27.552Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-02T21:23:27.552Z] ---> Using cache [2023-03-02T21:23:27.552Z] ---> d124bed5c12a [2023-03-02T21:23:27.552Z] Step 4/22 : WORKDIR /edgex-go [2023-03-02T21:23:27.552Z] ---> Using cache [2023-03-02T21:23:27.552Z] ---> b6dac74f5ce8 [2023-03-02T21:23:27.552Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-02T21:23:27.552Z] ---> Using cache [2023-03-02T21:23:27.552Z] ---> 76c0d8d2c760 [2023-03-02T21:23:27.552Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-02T21:23:27.552Z] ---> Using cache [2023-03-02T21:23:27.552Z] ---> c21aa803309f [2023-03-02T21:23:27.552Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-02T21:23:27.552Z] ---> Using cache [2023-03-02T21:23:27.552Z] ---> 4cf6fad745bf [2023-03-02T21:23:27.552Z] Step 8/22 : COPY . . [2023-03-02T21:23:27.552Z] ---> Using cache [2023-03-02T21:23:27.552Z] ---> 39a228f019e1 [2023-03-02T21:23:27.552Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-03-02T21:23:27.552Z] Removing intermediate container f01f0df3e25f [2023-03-02T21:23:27.552Z] ---> 5171ec7926b9 [2023-03-02T21:23:27.552Z] Step 22/23 : LABEL git_sha=a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:23:27.552Z] ---> Running in 0eb6e172feb9 [2023-03-02T21:23:27.552Z] ---> Running in b242e2a5b68d [2023-03-02T21:23:27.552Z] ---> Running in f883ce111b3a [2023-03-02T21:23:27.552Z] Removing intermediate container c4e7213a4339 [2023-03-02T21:23:27.552Z] ---> bf63e72a7824 [2023-03-02T21:23:27.552Z] Step 18/19 : LABEL git_sha=a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:23:27.811Z] ---> Running in e2b84ab2cd80 [2023-03-02T21:23:27.811Z] Removing intermediate container 0eb6e172feb9 [2023-03-02T21:23:27.811Z] ---> 7e60ff9729c2 [2023-03-02T21:23:27.811Z] Step 21/23 : LABEL arch=x86_64 [2023-03-02T21:23:27.811Z] Removing intermediate container f883ce111b3a [2023-03-02T21:23:27.811Z] ---> 99f499d0ca01 [2023-03-02T21:23:27.811Z] Step 23/23 : LABEL version=3.0.0-dev.75 [2023-03-02T21:23:28.086Z] ---> Running in ccfdc3b5a626 [2023-03-02T21:23:28.086Z] ---> Running in b7f53ffe7ae1 [2023-03-02T21:23:28.086Z] Removing intermediate container e2b84ab2cd80 [2023-03-02T21:23:28.086Z] ---> e71bdde45fd6 [2023-03-02T21:23:28.086Z] Step 19/19 : LABEL version=3.0.0-dev.75 [2023-03-02T21:23:28.086Z] ---> Running in 61ecc833b09e [2023-03-02T21:23:28.086Z] Removing intermediate container ccfdc3b5a626 [2023-03-02T21:23:28.086Z] ---> 5d5226bdb28e [2023-03-02T21:23:28.086Z] [2023-03-02T21:23:28.086Z] Removing intermediate container b7f53ffe7ae1 [2023-03-02T21:23:28.086Z] ---> d7f3d3c73996 [2023-03-02T21:23:28.086Z] Step 22/23 : LABEL git_sha=a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:23:28.086Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-03-02T21:23:28.408Z] ---> Running in ccffdb447e33 [2023-03-02T21:23:28.408Z] Removing intermediate container 61ecc833b09e [2023-03-02T21:23:28.408Z] ---> bafc73b80c9e [2023-03-02T21:23:28.408Z] [2023-03-02T21:23:28.408Z] Successfully built 5d5226bdb28e [2023-03-02T21:23:28.408Z] Successfully tagged security-spire-server:latest [2023-03-02T21:23:28.408Z]  Building security-spire-server ... done Removing intermediate container ccffdb447e33 [2023-03-02T21:23:28.408Z] ---> 62a8d63b072c [2023-03-02T21:23:28.408Z] Step 23/23 : LABEL version=3.0.0-dev.75 [2023-03-02T21:23:28.408Z] Successfully built bafc73b80c9e [2023-03-02T21:23:28.408Z] Successfully tagged security-spiffe-token-provider:latest [2023-03-02T21:23:28.677Z]  Building security-spiffe-token-provider ... done  ---> Running in 0b91bbbdfba4 [2023-03-02T21:23:28.678Z] Removing intermediate container 0b91bbbdfba4 [2023-03-02T21:23:28.678Z] ---> 2779a9c46f02 [2023-03-02T21:23:28.678Z] [2023-03-02T21:23:28.678Z] Successfully built 2779a9c46f02 [2023-03-02T21:23:28.937Z] Successfully tagged core-command:latest [2023-03-02T21:23:51.207Z]  Building core-command ... done Removing intermediate container 132c14ddc6fe [2023-03-02T21:23:51.207Z] ---> 94dd7bbef6ba [2023-03-02T21:23:51.207Z] [2023-03-02T21:23:51.207Z] Step 10/24 : FROM alpine:3.16 [2023-03-02T21:23:51.207Z] ---> dfd21b5a31f5 [2023-03-02T21:23:51.207Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-03-02T21:23:51.207Z] ---> Using cache [2023-03-02T21:23:51.207Z] ---> 6a2ef2c770d6 [2023-03-02T21:23:51.207Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-02T21:23:51.207Z] ---> Using cache [2023-03-02T21:23:51.207Z] ---> 14d3063ab2cc [2023-03-02T21:23:51.207Z] Step 13/24 : ENV APP_PORT=59881 [2023-03-02T21:23:51.207Z] Removing intermediate container b242e2a5b68d [2023-03-02T21:23:51.207Z] ---> 50016a1b5b68 [2023-03-02T21:23:51.207Z] [2023-03-02T21:23:51.207Z] Step 10/22 : FROM alpine:3.16 [2023-03-02T21:23:51.207Z] ---> dfd21b5a31f5 [2023-03-02T21:23:51.207Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-03-02T21:23:51.207Z] ---> Running in 59478acc5b0b [2023-03-02T21:23:51.207Z] ---> Running in a7c21f8c5175 [2023-03-02T21:23:51.207Z] Removing intermediate container 59478acc5b0b [2023-03-02T21:23:51.207Z] ---> b81064050880 [2023-03-02T21:23:51.207Z] Step 14/24 : EXPOSE $APP_PORT [2023-03-02T21:23:51.207Z] Removing intermediate container a7c21f8c5175 [2023-03-02T21:23:51.207Z] ---> 18e19690aa5b [2023-03-02T21:23:51.207Z] Step 12/22 : ENV APP_PORT=59880 [2023-03-02T21:23:51.991Z] ---> Running in 4789d81c5b4d [2023-03-02T21:23:51.991Z] ---> Running in 49c891c348b3 [2023-03-02T21:23:51.991Z] Removing intermediate container 4789d81c5b4d [2023-03-02T21:23:51.991Z] ---> 24269b51aeef [2023-03-02T21:23:51.991Z] Step 15/24 : WORKDIR / [2023-03-02T21:23:51.991Z] ---> Running in b1c970994411 [2023-03-02T21:23:51.991Z] Removing intermediate container 49c891c348b3 [2023-03-02T21:23:51.991Z] ---> 9203892b4730 [2023-03-02T21:23:51.991Z] Step 13/22 : EXPOSE $APP_PORT [2023-03-02T21:23:51.991Z] ---> Running in 26a715154fb4 [2023-03-02T21:23:51.991Z] Removing intermediate container b1c970994411 [2023-03-02T21:23:51.991Z] ---> 02746fa4a0e5 [2023-03-02T21:23:51.991Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-02T21:23:51.991Z] Removing intermediate container 26a715154fb4 [2023-03-02T21:23:51.991Z] ---> bb57617bbea5 [2023-03-02T21:23:51.991Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-03-02T21:23:51.991Z] ---> Running in 980aa282e21a [2023-03-02T21:23:51.991Z] ---> 6fb2e8ea7871 [2023-03-02T21:23:51.991Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-03-02T21:23:51.991Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-02T21:23:52.267Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-02T21:23:52.267Z] ---> 9f8db81f8b3a [2023-03-02T21:23:52.267Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-03-02T21:23:52.267Z] ---> 8a97639ca889 [2023-03-02T21:23:52.267Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-03-02T21:23:52.267Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-02T21:23:52.267Z] Executing busybox-1.35.0-r17.trigger [2023-03-02T21:23:52.267Z] OK: 6 MiB in 15 packages [2023-03-02T21:23:52.539Z] ---> 44849ed77d1a [2023-03-02T21:23:52.539Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-03-02T21:23:52.539Z] ---> Running in 5934599d189c [2023-03-02T21:23:52.539Z] Removing intermediate container 5934599d189c [2023-03-02T21:23:52.539Z] ---> 0651dee0b810 [2023-03-02T21:23:52.539Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-02T21:23:52.539Z] ---> Running in 8752a638edd0 [2023-03-02T21:23:52.817Z] Removing intermediate container 8752a638edd0 [2023-03-02T21:23:52.817Z] ---> 808b3125c4d6 [2023-03-02T21:23:52.817Z] Step 22/24 : LABEL arch=x86_64 [2023-03-02T21:23:52.817Z] ---> Running in 445654ab424a [2023-03-02T21:23:52.817Z] Removing intermediate container 980aa282e21a [2023-03-02T21:23:52.817Z] ---> a1d63d2020bf [2023-03-02T21:23:52.817Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-02T21:23:52.817Z] Removing intermediate container 445654ab424a [2023-03-02T21:23:52.817Z] ---> 51c06ff2b5a5 [2023-03-02T21:23:52.817Z] Step 23/24 : LABEL git_sha=a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:23:52.817Z] ---> Running in a9183e57bcd6 [2023-03-02T21:23:53.153Z] ---> dc68bca3c111 [2023-03-02T21:23:53.153Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-03-02T21:23:53.153Z] Removing intermediate container a9183e57bcd6 [2023-03-02T21:23:53.153Z] ---> c4bc76895c25 [2023-03-02T21:23:53.153Z] Step 24/24 : LABEL version=3.0.0-dev.75 [2023-03-02T21:23:53.153Z] ---> Running in c45ff109970b [2023-03-02T21:23:53.413Z] Removing intermediate container c45ff109970b [2023-03-02T21:23:53.413Z] ---> f3eb97ae1df9 [2023-03-02T21:23:53.413Z] [2023-03-02T21:23:53.413Z] ---> 0d5ca919e951 [2023-03-02T21:23:53.413Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-03-02T21:23:53.413Z] Successfully built f3eb97ae1df9 [2023-03-02T21:23:53.413Z] Successfully tagged core-metadata:latest [2023-03-02T21:23:53.673Z]  Building core-metadata ... done  ---> d6bd97a760be [2023-03-02T21:23:53.673Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-03-02T21:23:53.673Z] ---> Running in 1a3411f15293 [2023-03-02T21:23:53.673Z] Removing intermediate container 1a3411f15293 [2023-03-02T21:23:53.673Z] ---> 913fe3d4b4db [2023-03-02T21:23:53.673Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-02T21:23:53.673Z] ---> Running in 13de2c488777 [2023-03-02T21:23:53.935Z] Removing intermediate container 13de2c488777 [2023-03-02T21:23:53.935Z] ---> b1aa2c96f981 [2023-03-02T21:23:53.935Z] Step 20/22 : LABEL arch=x86_64 [2023-03-02T21:23:53.935Z] ---> Running in abb6badb5180 [2023-03-02T21:23:53.935Z] Removing intermediate container abb6badb5180 [2023-03-02T21:23:53.935Z] ---> 1cccd87a3462 [2023-03-02T21:23:53.935Z] Step 21/22 : LABEL git_sha=a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:23:53.935Z] ---> Running in 7efa135d0feb [2023-03-02T21:23:53.935Z] Removing intermediate container 7efa135d0feb [2023-03-02T21:23:53.935Z] ---> 9aff1f6cf9ed [2023-03-02T21:23:53.935Z] Step 22/22 : LABEL version=3.0.0-dev.75 [2023-03-02T21:23:54.196Z] ---> Running in ac656ed79973 [2023-03-02T21:23:54.196Z] Removing intermediate container ac656ed79973 [2023-03-02T21:23:54.196Z] ---> 6d084e8e64e4 [2023-03-02T21:23:54.196Z] [2023-03-02T21:23:54.196Z] Successfully built 6d084e8e64e4 [2023-03-02T21:23:54.196Z] Successfully tagged core-data:latest [2023-03-02T21:23:54.204Z]  Building core-data ... done  [Pipeline] } [2023-03-02T21:23:54.212Z] $ docker stop --time=1 a4da9d204649ad807dd40a2ff692b56c593ae8d8f26d63b2a07851ab9cced1af [2023-03-02T21:23:55.476Z] $ docker rm -f --volumes a4da9d204649ad807dd40a2ff692b56c593ae8d8f26d63b2a07851ab9cced1af [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-02T21:23:55.817Z] + docker images [2023-03-02T21:23:55.817Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-03-02T21:23:55.817Z] core-data latest 6d084e8e64e4 1 second ago 18MB [2023-03-02T21:23:55.817Z] core-metadata latest f3eb97ae1df9 2 seconds ago 18.5MB [2023-03-02T21:23:55.817Z] 50016a1b5b68 6 seconds ago 1.7GB [2023-03-02T21:23:55.817Z] 94dd7bbef6ba 7 seconds ago 1.7GB [2023-03-02T21:23:55.817Z] security-spiffe-token-provider latest bafc73b80c9e 27 seconds ago 30MB [2023-03-02T21:23:55.817Z] core-command latest 2779a9c46f02 27 seconds ago 17.7MB [2023-03-02T21:23:55.817Z] security-spire-server latest 5d5226bdb28e 28 seconds ago 86.5MB [2023-03-02T21:23:55.817Z] security-spire-agent latest a65cd878fdb8 37 seconds ago 125MB [2023-03-02T21:23:55.817Z] security-spire-config latest 64577bc49c38 38 seconds ago 85.8MB [2023-03-02T21:23:55.817Z] ba05068da86b 40 seconds ago 1.69GB [2023-03-02T21:23:55.817Z] 090da4a7115c 43 seconds ago 1.73GB [2023-03-02T21:23:55.817Z] 65ee0c1439dc 48 seconds ago 1.56GB [2023-03-02T21:23:55.817Z] core-common-config-bootstrapper latest 24b1407c10d7 About a minute ago 15.5MB [2023-03-02T21:23:55.817Z] security-proxy-auth latest 1fe490967280 About a minute ago 16.2MB [2023-03-02T21:23:55.817Z] 4053f839544a About a minute ago 1.56GB [2023-03-02T21:23:55.817Z] ed702b8c4895 About a minute ago 1.56GB [2023-03-02T21:23:55.817Z] bd15d562666e About a minute ago 1.69GB [2023-03-02T21:23:55.817Z] 82886f0fe622 About a minute ago 1.67GB [2023-03-02T21:23:55.817Z] security-bootstrapper latest 850e855ce205 About a minute ago 20.4MB [2023-03-02T21:23:55.817Z] security-secretstore-setup latest 8ed4a545f4bf About a minute ago 30MB [2023-03-02T21:23:55.817Z] security-proxy-setup latest e247b42ec17c 2 minutes ago 27.8MB [2023-03-02T21:23:55.817Z] support-notifications latest ab57f1487b0d 2 minutes ago 30.7MB [2023-03-02T21:23:55.817Z] support-scheduler latest ba4c5df090d0 2 minutes ago 30.1MB [2023-03-02T21:23:55.817Z] d040740aa4f5 2 minutes ago 1.76GB [2023-03-02T21:23:55.817Z] 0792331308e4 2 minutes ago 1.75GB [2023-03-02T21:23:55.817Z] a2fb0617bb68 2 minutes ago 1.68GB [2023-03-02T21:23:55.817Z] 8196e992e4df 2 minutes ago 1.68GB [2023-03-02T21:23:55.817Z] 4887b12fa18b 2 minutes ago 1.68GB [2023-03-02T21:23:55.817Z] ci-base-image-x86_64 latest ceae21d1b6a4 5 minutes ago 904MB [2023-03-02T21:23:55.817Z] alpine 3.15 5ce65d7b0fde 2 weeks ago 5.59MB [2023-03-02T21:23:55.817Z] alpine 3.16 dfd21b5a31f5 2 weeks ago 5.55MB [2023-03-02T21:23:55.817Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 4 months ago 683MB [2023-03-02T21:23:55.817Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 7 months ago 253MB [2023-03-02T21:23:55.817Z] 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-02T21:23:55.945Z] provisioning config files... [2023-03-02T21:23:55.953Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/436@tmp/config8994595615032014955tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-02T21:23:56.246Z] ---> docker-login.sh [2023-03-02T21:23:56.247Z] nexus3.edgexfoundry.org:10001 [2023-03-02T21:23:56.247Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-02T21:23:56.247Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-02T21:23:56.247Z] Configure a credential helper to remove this warning. See [2023-03-02T21:23:56.247Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-02T21:23:56.247Z] [2023-03-02T21:23:56.247Z] Login Succeeded [2023-03-02T21:23:56.247Z] nexus3.edgexfoundry.org:10002 [2023-03-02T21:23:56.247Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-02T21:23:56.247Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-02T21:23:56.247Z] Configure a credential helper to remove this warning. See [2023-03-02T21:23:56.247Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-02T21:23:56.247Z] [2023-03-02T21:23:56.247Z] Login Succeeded [2023-03-02T21:23:56.247Z] nexus3.edgexfoundry.org:10003 [2023-03-02T21:23:56.504Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-02T21:23:56.504Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-02T21:23:56.504Z] Configure a credential helper to remove this warning. See [2023-03-02T21:23:56.504Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-02T21:23:56.504Z] [2023-03-02T21:23:56.504Z] Login Succeeded [2023-03-02T21:23:56.504Z] nexus3.edgexfoundry.org:10004 [2023-03-02T21:23:56.504Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-02T21:23:56.504Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-02T21:23:56.504Z] Configure a credential helper to remove this warning. See [2023-03-02T21:23:56.504Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-02T21:23:56.504Z] [2023-03-02T21:23:56.504Z] Login Succeeded [2023-03-02T21:23:56.504Z] docker.io [2023-03-02T21:23:56.504Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-02T21:23:56.762Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-02T21:23:56.762Z] Configure a credential helper to remove this warning. See [2023-03-02T21:23:56.762Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-02T21:23:56.762Z] [2023-03-02T21:23:56.762Z] Login Succeeded [2023-03-02T21:23:56.762Z] ---> docker-login.sh ends [Pipeline] } [2023-03-02T21:23:56.769Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-02T21:23:56.791Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-02T21:23:56.809Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2023-03-02T21:23:56.809Z] a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:23:56.809Z] latest [2023-03-02T21:23:56.809Z] 3.0.0-dev.75 [2023-03-02T21:23:56.809Z] a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:23:56.809Z] main [2023-03-02T21:23:56.809Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:23:57.120Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:a219a96092df6e8a7d6599bd49f1a07919d2084f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:23:57.426Z] + docker push nexus3.edgexfoundry.org:10004/core-command:a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:23:57.426Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-03-02T21:23:57.426Z] bf5952f48c8d: Preparing [2023-03-02T21:23:57.426Z] 920795db0030: Preparing [2023-03-02T21:23:57.426Z] 31933adea43e: Preparing [2023-03-02T21:23:57.426Z] 0c2826e69e30: Preparing [2023-03-02T21:23:57.426Z] aa5968d388b8: Preparing [2023-03-02T21:23:57.426Z] aa5968d388b8: Layer already exists [2023-03-02T21:23:57.426Z] 31933adea43e: Pushed [2023-03-02T21:23:57.426Z] 0c2826e69e30: Pushed [2023-03-02T21:23:57.426Z] bf5952f48c8d: Pushed [2023-03-02T21:23:58.804Z] 920795db0030: Pushed [2023-03-02T21:23:58.804Z] a219a96092df6e8a7d6599bd49f1a07919d2084f: digest: sha256:d5e9ad257e260266d85f8b932c7bbcdc0b2a29737c8506b192565582ac671583 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:23:59.115Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:23:59.419Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2023-03-02T21:23:59.419Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-03-02T21:23:59.419Z] bf5952f48c8d: Preparing [2023-03-02T21:23:59.419Z] 920795db0030: Preparing [2023-03-02T21:23:59.419Z] 31933adea43e: Preparing [2023-03-02T21:23:59.419Z] 0c2826e69e30: Preparing [2023-03-02T21:23:59.419Z] aa5968d388b8: Preparing [2023-03-02T21:23:59.419Z] aa5968d388b8: Layer already exists [2023-03-02T21:23:59.419Z] 31933adea43e: Layer already exists [2023-03-02T21:23:59.419Z] bf5952f48c8d: Layer already exists [2023-03-02T21:23:59.419Z] 920795db0030: Layer already exists [2023-03-02T21:23:59.419Z] 0c2826e69e30: Layer already exists [2023-03-02T21:23:59.419Z] latest: digest: sha256:d5e9ad257e260266d85f8b932c7bbcdc0b2a29737c8506b192565582ac671583 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:23:59.723Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:00.025Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.75 [2023-03-02T21:24:00.025Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-03-02T21:24:00.025Z] bf5952f48c8d: Preparing [2023-03-02T21:24:00.025Z] 920795db0030: Preparing [2023-03-02T21:24:00.025Z] 31933adea43e: Preparing [2023-03-02T21:24:00.025Z] 0c2826e69e30: Preparing [2023-03-02T21:24:00.025Z] aa5968d388b8: Preparing [2023-03-02T21:24:00.025Z] aa5968d388b8: Layer already exists [2023-03-02T21:24:00.025Z] 0c2826e69e30: Layer already exists [2023-03-02T21:24:00.025Z] 920795db0030: Layer already exists [2023-03-02T21:24:00.025Z] bf5952f48c8d: Layer already exists [2023-03-02T21:24:00.025Z] 31933adea43e: Layer already exists [2023-03-02T21:24:00.025Z] 3.0.0-dev.75: digest: sha256:d5e9ad257e260266d85f8b932c7bbcdc0b2a29737c8506b192565582ac671583 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:00.330Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:00.632Z] + docker push nexus3.edgexfoundry.org:10004/core-command:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:24:00.633Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-03-02T21:24:00.633Z] bf5952f48c8d: Preparing [2023-03-02T21:24:00.633Z] 920795db0030: Preparing [2023-03-02T21:24:00.633Z] 31933adea43e: Preparing [2023-03-02T21:24:00.633Z] 0c2826e69e30: Preparing [2023-03-02T21:24:00.633Z] aa5968d388b8: Preparing [2023-03-02T21:24:00.633Z] aa5968d388b8: Layer already exists [2023-03-02T21:24:00.633Z] 31933adea43e: Layer already exists [2023-03-02T21:24:00.633Z] bf5952f48c8d: Layer already exists [2023-03-02T21:24:00.633Z] 920795db0030: Layer already exists [2023-03-02T21:24:00.633Z] 0c2826e69e30: Layer already exists [2023-03-02T21:24:00.633Z] a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75: digest: sha256:d5e9ad257e260266d85f8b932c7bbcdc0b2a29737c8506b192565582ac671583 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:00.950Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:01.253Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2023-03-02T21:24:01.253Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-03-02T21:24:01.253Z] bf5952f48c8d: Preparing [2023-03-02T21:24:01.253Z] 920795db0030: Preparing [2023-03-02T21:24:01.253Z] 31933adea43e: Preparing [2023-03-02T21:24:01.253Z] 0c2826e69e30: Preparing [2023-03-02T21:24:01.253Z] aa5968d388b8: Preparing [2023-03-02T21:24:01.253Z] aa5968d388b8: Layer already exists [2023-03-02T21:24:01.253Z] 0c2826e69e30: Layer already exists [2023-03-02T21:24:01.253Z] 920795db0030: Layer already exists [2023-03-02T21:24:01.253Z] bf5952f48c8d: Layer already exists [2023-03-02T21:24:01.253Z] 31933adea43e: Layer already exists [2023-03-02T21:24:01.253Z] main: digest: sha256:d5e9ad257e260266d85f8b932c7bbcdc0b2a29737c8506b192565582ac671583 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-02T21:24:01.295Z] ===================================================== [Pipeline] echo [2023-03-02T21:24:01.301Z] taggedImages: [2023-03-02T21:24:01.301Z] - nexus3.edgexfoundry.org:10004/core-command:a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:24:01.301Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2023-03-02T21:24:01.301Z] - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.75 [2023-03-02T21:24:01.301Z] - nexus3.edgexfoundry.org:10004/core-command:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:24:01.301Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2023-03-02T21:24:01.316Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2023-03-02T21:24:01.316Z] a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:24:01.316Z] latest [2023-03-02T21:24:01.316Z] 3.0.0-dev.75 [2023-03-02T21:24:01.316Z] a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:24:01.316Z] main [2023-03-02T21:24:01.316Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:01.618Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a219a96092df6e8a7d6599bd49f1a07919d2084f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:01.922Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:24:01.923Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-03-02T21:24:01.923Z] 50877a18a385: Preparing [2023-03-02T21:24:01.923Z] ceacbaaf1921: Preparing [2023-03-02T21:24:01.923Z] f28d8837dc6c: Preparing [2023-03-02T21:24:01.923Z] 1d5497d9a569: Preparing [2023-03-02T21:24:01.923Z] 31933adea43e: Preparing [2023-03-02T21:24:01.923Z] e3b71d7ee5b5: Preparing [2023-03-02T21:24:01.923Z] aa5968d388b8: Preparing [2023-03-02T21:24:01.923Z] e3b71d7ee5b5: Waiting [2023-03-02T21:24:01.923Z] aa5968d388b8: Waiting [2023-03-02T21:24:01.923Z] 31933adea43e: Layer already exists [2023-03-02T21:24:01.923Z] f28d8837dc6c: Pushed [2023-03-02T21:24:01.923Z] aa5968d388b8: Layer already exists [2023-03-02T21:24:01.923Z] ceacbaaf1921: Pushed [2023-03-02T21:24:01.923Z] 50877a18a385: Pushed [2023-03-02T21:24:01.923Z] e3b71d7ee5b5: Pushed [2023-03-02T21:24:02.857Z] 1d5497d9a569: Pushed [2023-03-02T21:24:03.116Z] a219a96092df6e8a7d6599bd49f1a07919d2084f: digest: sha256:306b6dc45b548e59382bf86ca17e1c8a2c658c7364548511d3297135c2b851ab size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:03.427Z] + 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-02T21:24:03.740Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-03-02T21:24:03.740Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-03-02T21:24:03.740Z] 50877a18a385: Preparing [2023-03-02T21:24:03.740Z] ceacbaaf1921: Preparing [2023-03-02T21:24:03.740Z] f28d8837dc6c: Preparing [2023-03-02T21:24:03.740Z] 1d5497d9a569: Preparing [2023-03-02T21:24:03.741Z] 31933adea43e: Preparing [2023-03-02T21:24:03.741Z] e3b71d7ee5b5: Preparing [2023-03-02T21:24:03.741Z] aa5968d388b8: Preparing [2023-03-02T21:24:03.741Z] e3b71d7ee5b5: Waiting [2023-03-02T21:24:03.741Z] aa5968d388b8: Waiting [2023-03-02T21:24:03.741Z] 31933adea43e: Layer already exists [2023-03-02T21:24:03.741Z] ceacbaaf1921: Layer already exists [2023-03-02T21:24:03.741Z] 50877a18a385: Layer already exists [2023-03-02T21:24:03.741Z] f28d8837dc6c: Layer already exists [2023-03-02T21:24:03.741Z] 1d5497d9a569: Layer already exists [2023-03-02T21:24:03.741Z] e3b71d7ee5b5: Layer already exists [2023-03-02T21:24:03.741Z] aa5968d388b8: Layer already exists [2023-03-02T21:24:03.741Z] latest: digest: sha256:306b6dc45b548e59382bf86ca17e1c8a2c658c7364548511d3297135c2b851ab size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:04.051Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:04.352Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.75 [2023-03-02T21:24:04.352Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-03-02T21:24:04.352Z] 50877a18a385: Preparing [2023-03-02T21:24:04.352Z] ceacbaaf1921: Preparing [2023-03-02T21:24:04.352Z] f28d8837dc6c: Preparing [2023-03-02T21:24:04.352Z] 1d5497d9a569: Preparing [2023-03-02T21:24:04.352Z] 31933adea43e: Preparing [2023-03-02T21:24:04.352Z] e3b71d7ee5b5: Preparing [2023-03-02T21:24:04.352Z] aa5968d388b8: Preparing [2023-03-02T21:24:04.352Z] aa5968d388b8: Waiting [2023-03-02T21:24:04.352Z] e3b71d7ee5b5: Waiting [2023-03-02T21:24:04.352Z] ceacbaaf1921: Layer already exists [2023-03-02T21:24:04.352Z] 1d5497d9a569: Layer already exists [2023-03-02T21:24:04.352Z] 50877a18a385: Layer already exists [2023-03-02T21:24:04.352Z] 31933adea43e: Layer already exists [2023-03-02T21:24:04.352Z] f28d8837dc6c: Layer already exists [2023-03-02T21:24:04.352Z] e3b71d7ee5b5: Layer already exists [2023-03-02T21:24:04.352Z] aa5968d388b8: Layer already exists [2023-03-02T21:24:04.352Z] 3.0.0-dev.75: digest: sha256:306b6dc45b548e59382bf86ca17e1c8a2c658c7364548511d3297135c2b851ab size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:04.657Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:04.957Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:24:04.957Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-03-02T21:24:04.957Z] 50877a18a385: Preparing [2023-03-02T21:24:04.957Z] ceacbaaf1921: Preparing [2023-03-02T21:24:04.957Z] f28d8837dc6c: Preparing [2023-03-02T21:24:04.957Z] 1d5497d9a569: Preparing [2023-03-02T21:24:04.957Z] 31933adea43e: Preparing [2023-03-02T21:24:04.957Z] e3b71d7ee5b5: Preparing [2023-03-02T21:24:04.957Z] aa5968d388b8: Preparing [2023-03-02T21:24:04.957Z] e3b71d7ee5b5: Waiting [2023-03-02T21:24:04.957Z] aa5968d388b8: Waiting [2023-03-02T21:24:04.957Z] ceacbaaf1921: Layer already exists [2023-03-02T21:24:04.957Z] 1d5497d9a569: Layer already exists [2023-03-02T21:24:04.957Z] f28d8837dc6c: Layer already exists [2023-03-02T21:24:04.957Z] 31933adea43e: Layer already exists [2023-03-02T21:24:04.957Z] 50877a18a385: Layer already exists [2023-03-02T21:24:04.957Z] e3b71d7ee5b5: Layer already exists [2023-03-02T21:24:04.957Z] aa5968d388b8: Layer already exists [2023-03-02T21:24:04.957Z] a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75: digest: sha256:306b6dc45b548e59382bf86ca17e1c8a2c658c7364548511d3297135c2b851ab size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:05.261Z] + 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-02T21:24:05.566Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2023-03-02T21:24:05.566Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-03-02T21:24:05.566Z] 50877a18a385: Preparing [2023-03-02T21:24:05.566Z] ceacbaaf1921: Preparing [2023-03-02T21:24:05.566Z] f28d8837dc6c: Preparing [2023-03-02T21:24:05.566Z] 1d5497d9a569: Preparing [2023-03-02T21:24:05.566Z] 31933adea43e: Preparing [2023-03-02T21:24:05.566Z] e3b71d7ee5b5: Preparing [2023-03-02T21:24:05.566Z] aa5968d388b8: Preparing [2023-03-02T21:24:05.566Z] e3b71d7ee5b5: Waiting [2023-03-02T21:24:05.566Z] aa5968d388b8: Waiting [2023-03-02T21:24:05.566Z] 1d5497d9a569: Layer already exists [2023-03-02T21:24:05.566Z] ceacbaaf1921: Layer already exists [2023-03-02T21:24:05.566Z] f28d8837dc6c: Layer already exists [2023-03-02T21:24:05.566Z] 31933adea43e: Layer already exists [2023-03-02T21:24:05.566Z] 50877a18a385: Layer already exists [2023-03-02T21:24:05.566Z] e3b71d7ee5b5: Layer already exists [2023-03-02T21:24:05.566Z] aa5968d388b8: Layer already exists [2023-03-02T21:24:05.566Z] main: digest: sha256:306b6dc45b548e59382bf86ca17e1c8a2c658c7364548511d3297135c2b851ab size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-02T21:24:05.601Z] ===================================================== [Pipeline] echo [2023-03-02T21:24:05.606Z] taggedImages: [2023-03-02T21:24:05.606Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:24:05.606Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-03-02T21:24:05.606Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.75 [2023-03-02T21:24:05.606Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:24:05.606Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2023-03-02T21:24:05.620Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2023-03-02T21:24:05.620Z] a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:24:05.620Z] latest [2023-03-02T21:24:05.620Z] 3.0.0-dev.75 [2023-03-02T21:24:05.620Z] a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:24:05.620Z] main [2023-03-02T21:24:05.620Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:05.924Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:a219a96092df6e8a7d6599bd49f1a07919d2084f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:06.222Z] + docker push nexus3.edgexfoundry.org:10004/core-data:a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:24:06.222Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-03-02T21:24:06.222Z] b60b35e422d4: Preparing [2023-03-02T21:24:06.222Z] 35386d8e95bc: Preparing [2023-03-02T21:24:06.222Z] 31933adea43e: Preparing [2023-03-02T21:24:06.222Z] 35bed3c4dfef: Preparing [2023-03-02T21:24:06.222Z] aa5968d388b8: Preparing [2023-03-02T21:24:06.222Z] aa5968d388b8: Layer already exists [2023-03-02T21:24:06.222Z] 31933adea43e: Layer already exists [2023-03-02T21:24:06.222Z] b60b35e422d4: Pushed [2023-03-02T21:24:06.222Z] 35bed3c4dfef: Pushed [2023-03-02T21:24:08.123Z] 35386d8e95bc: Pushed [2023-03-02T21:24:08.123Z] a219a96092df6e8a7d6599bd49f1a07919d2084f: digest: sha256:81b17ecff4e54ca5287bf334c563c17a6eef9212c93e3819eb446d2ff1d814c6 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:08.431Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:08.732Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2023-03-02T21:24:08.732Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-03-02T21:24:08.732Z] b60b35e422d4: Preparing [2023-03-02T21:24:08.732Z] 35386d8e95bc: Preparing [2023-03-02T21:24:08.732Z] 31933adea43e: Preparing [2023-03-02T21:24:08.732Z] 35bed3c4dfef: Preparing [2023-03-02T21:24:08.732Z] aa5968d388b8: Preparing [2023-03-02T21:24:08.732Z] 31933adea43e: Layer already exists [2023-03-02T21:24:08.732Z] aa5968d388b8: Layer already exists [2023-03-02T21:24:08.732Z] b60b35e422d4: Layer already exists [2023-03-02T21:24:08.732Z] 35bed3c4dfef: Layer already exists [2023-03-02T21:24:08.732Z] 35386d8e95bc: Layer already exists [2023-03-02T21:24:08.732Z] latest: digest: sha256:81b17ecff4e54ca5287bf334c563c17a6eef9212c93e3819eb446d2ff1d814c6 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:09.040Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:09.346Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.75 [2023-03-02T21:24:09.346Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-03-02T21:24:09.346Z] b60b35e422d4: Preparing [2023-03-02T21:24:09.346Z] 35386d8e95bc: Preparing [2023-03-02T21:24:09.346Z] 31933adea43e: Preparing [2023-03-02T21:24:09.346Z] 35bed3c4dfef: Preparing [2023-03-02T21:24:09.346Z] aa5968d388b8: Preparing [2023-03-02T21:24:09.346Z] b60b35e422d4: Layer already exists [2023-03-02T21:24:09.346Z] 35386d8e95bc: Layer already exists [2023-03-02T21:24:09.346Z] 31933adea43e: Layer already exists [2023-03-02T21:24:09.346Z] 35bed3c4dfef: Layer already exists [2023-03-02T21:24:09.346Z] aa5968d388b8: Layer already exists [2023-03-02T21:24:09.346Z] 3.0.0-dev.75: digest: sha256:81b17ecff4e54ca5287bf334c563c17a6eef9212c93e3819eb446d2ff1d814c6 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:09.657Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:09.961Z] + docker push nexus3.edgexfoundry.org:10004/core-data:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:24:09.961Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-03-02T21:24:09.961Z] b60b35e422d4: Preparing [2023-03-02T21:24:09.961Z] 35386d8e95bc: Preparing [2023-03-02T21:24:09.961Z] 31933adea43e: Preparing [2023-03-02T21:24:09.961Z] 35bed3c4dfef: Preparing [2023-03-02T21:24:09.961Z] aa5968d388b8: Preparing [2023-03-02T21:24:09.961Z] aa5968d388b8: Layer already exists [2023-03-02T21:24:09.961Z] 35386d8e95bc: Layer already exists [2023-03-02T21:24:09.961Z] b60b35e422d4: Layer already exists [2023-03-02T21:24:09.961Z] 35bed3c4dfef: Layer already exists [2023-03-02T21:24:09.961Z] 31933adea43e: Layer already exists [2023-03-02T21:24:09.961Z] a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75: digest: sha256:81b17ecff4e54ca5287bf334c563c17a6eef9212c93e3819eb446d2ff1d814c6 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:10.273Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:10.578Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2023-03-02T21:24:10.578Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-03-02T21:24:10.578Z] b60b35e422d4: Preparing [2023-03-02T21:24:10.578Z] 35386d8e95bc: Preparing [2023-03-02T21:24:10.578Z] 31933adea43e: Preparing [2023-03-02T21:24:10.578Z] 35bed3c4dfef: Preparing [2023-03-02T21:24:10.578Z] aa5968d388b8: Preparing [2023-03-02T21:24:10.578Z] aa5968d388b8: Layer already exists [2023-03-02T21:24:10.578Z] 35bed3c4dfef: Layer already exists [2023-03-02T21:24:10.578Z] 31933adea43e: Layer already exists [2023-03-02T21:24:10.578Z] 35386d8e95bc: Layer already exists [2023-03-02T21:24:10.578Z] b60b35e422d4: Layer already exists [2023-03-02T21:24:10.578Z] main: digest: sha256:81b17ecff4e54ca5287bf334c563c17a6eef9212c93e3819eb446d2ff1d814c6 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-02T21:24:10.614Z] ===================================================== [Pipeline] echo [2023-03-02T21:24:10.619Z] taggedImages: [2023-03-02T21:24:10.619Z] - nexus3.edgexfoundry.org:10004/core-data:a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:24:10.619Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2023-03-02T21:24:10.619Z] - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.75 [2023-03-02T21:24:10.619Z] - nexus3.edgexfoundry.org:10004/core-data:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:24:10.619Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2023-03-02T21:24:10.633Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2023-03-02T21:24:10.633Z] a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:24:10.633Z] latest [2023-03-02T21:24:10.633Z] 3.0.0-dev.75 [2023-03-02T21:24:10.633Z] a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:24:10.633Z] main [2023-03-02T21:24:10.633Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:10.939Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:a219a96092df6e8a7d6599bd49f1a07919d2084f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:11.244Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:24:11.244Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-03-02T21:24:11.244Z] b435f8f048fd: Preparing [2023-03-02T21:24:11.244Z] f9fb73fb09b2: Preparing [2023-03-02T21:24:11.244Z] dc59d05adc22: Preparing [2023-03-02T21:24:11.244Z] 31933adea43e: Preparing [2023-03-02T21:24:11.244Z] 0c2826e69e30: Preparing [2023-03-02T21:24:11.244Z] aa5968d388b8: Preparing [2023-03-02T21:24:11.244Z] 31933adea43e: Layer already exists [2023-03-02T21:24:11.244Z] 0c2826e69e30: Layer already exists [2023-03-02T21:24:11.244Z] aa5968d388b8: Layer already exists [2023-03-02T21:24:11.244Z] b435f8f048fd: Pushed [2023-03-02T21:24:11.244Z] f9fb73fb09b2: Pushed [2023-03-02T21:24:12.621Z] dc59d05adc22: Pushed [2023-03-02T21:24:12.621Z] a219a96092df6e8a7d6599bd49f1a07919d2084f: digest: sha256:8b398b108f69a28e3cab3c8b42f897a633d62cd7873e0d2348caeae238de51a2 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:12.928Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:13.232Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-03-02T21:24:13.232Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-03-02T21:24:13.232Z] b435f8f048fd: Preparing [2023-03-02T21:24:13.232Z] f9fb73fb09b2: Preparing [2023-03-02T21:24:13.232Z] dc59d05adc22: Preparing [2023-03-02T21:24:13.232Z] 31933adea43e: Preparing [2023-03-02T21:24:13.232Z] 0c2826e69e30: Preparing [2023-03-02T21:24:13.232Z] aa5968d388b8: Preparing [2023-03-02T21:24:13.232Z] aa5968d388b8: Waiting [2023-03-02T21:24:13.232Z] b435f8f048fd: Layer already exists [2023-03-02T21:24:13.232Z] f9fb73fb09b2: Layer already exists [2023-03-02T21:24:13.232Z] 31933adea43e: Layer already exists [2023-03-02T21:24:13.232Z] dc59d05adc22: Layer already exists [2023-03-02T21:24:13.232Z] 0c2826e69e30: Layer already exists [2023-03-02T21:24:13.232Z] aa5968d388b8: Layer already exists [2023-03-02T21:24:13.232Z] latest: digest: sha256:8b398b108f69a28e3cab3c8b42f897a633d62cd7873e0d2348caeae238de51a2 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:13.540Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:13.846Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.75 [2023-03-02T21:24:13.846Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-03-02T21:24:13.846Z] b435f8f048fd: Preparing [2023-03-02T21:24:13.846Z] f9fb73fb09b2: Preparing [2023-03-02T21:24:13.846Z] dc59d05adc22: Preparing [2023-03-02T21:24:13.846Z] 31933adea43e: Preparing [2023-03-02T21:24:13.846Z] 0c2826e69e30: Preparing [2023-03-02T21:24:13.846Z] aa5968d388b8: Preparing [2023-03-02T21:24:13.846Z] 0c2826e69e30: Layer already exists [2023-03-02T21:24:13.846Z] dc59d05adc22: Layer already exists [2023-03-02T21:24:13.846Z] 31933adea43e: Layer already exists [2023-03-02T21:24:13.846Z] f9fb73fb09b2: Layer already exists [2023-03-02T21:24:13.846Z] b435f8f048fd: Layer already exists [2023-03-02T21:24:13.846Z] aa5968d388b8: Layer already exists [2023-03-02T21:24:13.846Z] 3.0.0-dev.75: digest: sha256:8b398b108f69a28e3cab3c8b42f897a633d62cd7873e0d2348caeae238de51a2 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:14.276Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:14.664Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:24:14.665Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-03-02T21:24:14.665Z] b435f8f048fd: Preparing [2023-03-02T21:24:14.665Z] f9fb73fb09b2: Preparing [2023-03-02T21:24:14.665Z] dc59d05adc22: Preparing [2023-03-02T21:24:14.665Z] 31933adea43e: Preparing [2023-03-02T21:24:14.665Z] 0c2826e69e30: Preparing [2023-03-02T21:24:14.665Z] aa5968d388b8: Preparing [2023-03-02T21:24:14.665Z] aa5968d388b8: Waiting [2023-03-02T21:24:14.665Z] 0c2826e69e30: Layer already exists [2023-03-02T21:24:14.665Z] 31933adea43e: Layer already exists [2023-03-02T21:24:14.665Z] b435f8f048fd: Layer already exists [2023-03-02T21:24:14.665Z] f9fb73fb09b2: Layer already exists [2023-03-02T21:24:14.665Z] dc59d05adc22: Layer already exists [2023-03-02T21:24:14.665Z] aa5968d388b8: Layer already exists [2023-03-02T21:24:14.665Z] a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75: digest: sha256:8b398b108f69a28e3cab3c8b42f897a633d62cd7873e0d2348caeae238de51a2 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:15.117Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:15.417Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2023-03-02T21:24:15.417Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-03-02T21:24:15.417Z] b435f8f048fd: Preparing [2023-03-02T21:24:15.417Z] f9fb73fb09b2: Preparing [2023-03-02T21:24:15.417Z] dc59d05adc22: Preparing [2023-03-02T21:24:15.417Z] 31933adea43e: Preparing [2023-03-02T21:24:15.417Z] 0c2826e69e30: Preparing [2023-03-02T21:24:15.417Z] aa5968d388b8: Preparing [2023-03-02T21:24:15.417Z] aa5968d388b8: Waiting [2023-03-02T21:24:15.417Z] 0c2826e69e30: Layer already exists [2023-03-02T21:24:15.417Z] dc59d05adc22: Layer already exists [2023-03-02T21:24:15.417Z] b435f8f048fd: Layer already exists [2023-03-02T21:24:15.417Z] 31933adea43e: Layer already exists [2023-03-02T21:24:15.417Z] f9fb73fb09b2: Layer already exists [2023-03-02T21:24:15.417Z] aa5968d388b8: Layer already exists [2023-03-02T21:24:15.417Z] main: digest: sha256:8b398b108f69a28e3cab3c8b42f897a633d62cd7873e0d2348caeae238de51a2 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-02T21:24:15.461Z] ===================================================== [Pipeline] echo [2023-03-02T21:24:15.471Z] taggedImages: [2023-03-02T21:24:15.471Z] - nexus3.edgexfoundry.org:10004/core-metadata:a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:24:15.471Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-03-02T21:24:15.471Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.75 [2023-03-02T21:24:15.471Z] - nexus3.edgexfoundry.org:10004/core-metadata:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:24:15.471Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2023-03-02T21:24:15.490Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2023-03-02T21:24:15.490Z] a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:24:15.490Z] latest [2023-03-02T21:24:15.490Z] 3.0.0-dev.75 [2023-03-02T21:24:15.490Z] a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:24:15.490Z] main [2023-03-02T21:24:15.490Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:15.801Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:a219a96092df6e8a7d6599bd49f1a07919d2084f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:16.107Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:24:16.107Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-03-02T21:24:16.107Z] ef2055b4c6d1: Preparing [2023-03-02T21:24:16.107Z] ef2055b4c6d1: Preparing [2023-03-02T21:24:16.107Z] c7441c6b2db1: Preparing [2023-03-02T21:24:16.107Z] 549140e3b963: Preparing [2023-03-02T21:24:16.107Z] 2d0f47d4eb7d: Preparing [2023-03-02T21:24:16.107Z] 23580bc2e2ad: Preparing [2023-03-02T21:24:16.107Z] 737e836b8a4e: Preparing [2023-03-02T21:24:16.107Z] 31933adea43e: Preparing [2023-03-02T21:24:16.107Z] 16bdbed19b6d: Preparing [2023-03-02T21:24:16.107Z] 357608c0ba2d: Preparing [2023-03-02T21:24:16.107Z] 1f6b1e560536: Preparing [2023-03-02T21:24:16.107Z] 672373edb85a: Preparing [2023-03-02T21:24:16.107Z] aa5968d388b8: Preparing [2023-03-02T21:24:16.107Z] 16bdbed19b6d: Waiting [2023-03-02T21:24:16.107Z] 357608c0ba2d: Waiting [2023-03-02T21:24:16.107Z] 737e836b8a4e: Waiting [2023-03-02T21:24:16.107Z] 1f6b1e560536: Waiting [2023-03-02T21:24:16.107Z] 672373edb85a: Waiting [2023-03-02T21:24:16.107Z] aa5968d388b8: Waiting [2023-03-02T21:24:16.107Z] 31933adea43e: Waiting [2023-03-02T21:24:16.107Z] 2d0f47d4eb7d: Pushed [2023-03-02T21:24:16.107Z] 23580bc2e2ad: Pushed [2023-03-02T21:24:16.107Z] 549140e3b963: Pushed [2023-03-02T21:24:16.107Z] c7441c6b2db1: Pushed [2023-03-02T21:24:16.107Z] ef2055b4c6d1: Pushed [2023-03-02T21:24:16.366Z] 31933adea43e: Layer already exists [2023-03-02T21:24:16.366Z] 357608c0ba2d: Pushed [2023-03-02T21:24:16.366Z] 672373edb85a: Pushed [2023-03-02T21:24:16.366Z] 1f6b1e560536: Pushed [2023-03-02T21:24:16.366Z] 16bdbed19b6d: Pushed [2023-03-02T21:24:16.366Z] aa5968d388b8: Layer already exists [2023-03-02T21:24:17.744Z] 737e836b8a4e: Pushed [2023-03-02T21:24:17.744Z] a219a96092df6e8a7d6599bd49f1a07919d2084f: digest: sha256:2f03df5ec109bde7cfa323bd7db0566404649c2c1364fa6f3da7f4bcc64c2cdd size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:18.065Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:18.369Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-03-02T21:24:18.369Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-03-02T21:24:18.369Z] ef2055b4c6d1: Preparing [2023-03-02T21:24:18.369Z] ef2055b4c6d1: Preparing [2023-03-02T21:24:18.369Z] c7441c6b2db1: Preparing [2023-03-02T21:24:18.369Z] 549140e3b963: Preparing [2023-03-02T21:24:18.369Z] 2d0f47d4eb7d: Preparing [2023-03-02T21:24:18.369Z] 23580bc2e2ad: Preparing [2023-03-02T21:24:18.369Z] 737e836b8a4e: Preparing [2023-03-02T21:24:18.369Z] 31933adea43e: Preparing [2023-03-02T21:24:18.369Z] 16bdbed19b6d: Preparing [2023-03-02T21:24:18.369Z] 357608c0ba2d: Preparing [2023-03-02T21:24:18.369Z] 1f6b1e560536: Preparing [2023-03-02T21:24:18.369Z] 672373edb85a: Preparing [2023-03-02T21:24:18.369Z] aa5968d388b8: Preparing [2023-03-02T21:24:18.369Z] 16bdbed19b6d: Waiting [2023-03-02T21:24:18.369Z] 31933adea43e: Waiting [2023-03-02T21:24:18.369Z] 1f6b1e560536: Waiting [2023-03-02T21:24:18.369Z] 672373edb85a: Waiting [2023-03-02T21:24:18.369Z] 737e836b8a4e: Waiting [2023-03-02T21:24:18.369Z] aa5968d388b8: Waiting [2023-03-02T21:24:18.369Z] 549140e3b963: Layer already exists [2023-03-02T21:24:18.369Z] 23580bc2e2ad: Layer already exists [2023-03-02T21:24:18.369Z] 2d0f47d4eb7d: Layer already exists [2023-03-02T21:24:18.369Z] ef2055b4c6d1: Layer already exists [2023-03-02T21:24:18.369Z] c7441c6b2db1: Layer already exists [2023-03-02T21:24:18.369Z] 737e836b8a4e: Layer already exists [2023-03-02T21:24:18.369Z] 16bdbed19b6d: Layer already exists [2023-03-02T21:24:18.369Z] 31933adea43e: Layer already exists [2023-03-02T21:24:18.369Z] 357608c0ba2d: Layer already exists [2023-03-02T21:24:18.369Z] 1f6b1e560536: Layer already exists [2023-03-02T21:24:18.369Z] 672373edb85a: Layer already exists [2023-03-02T21:24:18.369Z] aa5968d388b8: Layer already exists [2023-03-02T21:24:18.369Z] latest: digest: sha256:2f03df5ec109bde7cfa323bd7db0566404649c2c1364fa6f3da7f4bcc64c2cdd size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:18.671Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:18.975Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.75 [2023-03-02T21:24:18.975Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-03-02T21:24:18.975Z] ef2055b4c6d1: Preparing [2023-03-02T21:24:18.975Z] ef2055b4c6d1: Preparing [2023-03-02T21:24:18.975Z] c7441c6b2db1: Preparing [2023-03-02T21:24:18.975Z] 549140e3b963: Preparing [2023-03-02T21:24:18.975Z] 2d0f47d4eb7d: Preparing [2023-03-02T21:24:18.975Z] 23580bc2e2ad: Preparing [2023-03-02T21:24:18.975Z] 737e836b8a4e: Preparing [2023-03-02T21:24:18.975Z] 31933adea43e: Preparing [2023-03-02T21:24:18.975Z] 16bdbed19b6d: Preparing [2023-03-02T21:24:18.975Z] 357608c0ba2d: Preparing [2023-03-02T21:24:18.975Z] 1f6b1e560536: Preparing [2023-03-02T21:24:18.975Z] 672373edb85a: Preparing [2023-03-02T21:24:18.975Z] aa5968d388b8: Preparing [2023-03-02T21:24:18.975Z] 737e836b8a4e: Waiting [2023-03-02T21:24:18.975Z] 31933adea43e: Waiting [2023-03-02T21:24:18.975Z] 16bdbed19b6d: Waiting [2023-03-02T21:24:18.975Z] 357608c0ba2d: Waiting [2023-03-02T21:24:18.975Z] 1f6b1e560536: Waiting [2023-03-02T21:24:18.975Z] 672373edb85a: Waiting [2023-03-02T21:24:18.975Z] aa5968d388b8: Waiting [2023-03-02T21:24:18.975Z] ef2055b4c6d1: Layer already exists [2023-03-02T21:24:18.975Z] 2d0f47d4eb7d: Layer already exists [2023-03-02T21:24:18.975Z] 23580bc2e2ad: Layer already exists [2023-03-02T21:24:18.975Z] c7441c6b2db1: Layer already exists [2023-03-02T21:24:18.975Z] 549140e3b963: Layer already exists [2023-03-02T21:24:18.975Z] 737e836b8a4e: Layer already exists [2023-03-02T21:24:18.975Z] 31933adea43e: Layer already exists [2023-03-02T21:24:18.975Z] 16bdbed19b6d: Layer already exists [2023-03-02T21:24:18.975Z] 357608c0ba2d: Layer already exists [2023-03-02T21:24:18.975Z] 1f6b1e560536: Layer already exists [2023-03-02T21:24:18.975Z] 672373edb85a: Layer already exists [2023-03-02T21:24:18.975Z] aa5968d388b8: Layer already exists [2023-03-02T21:24:18.975Z] 3.0.0-dev.75: digest: sha256:2f03df5ec109bde7cfa323bd7db0566404649c2c1364fa6f3da7f4bcc64c2cdd size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:19.286Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:19.586Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:24:19.586Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-03-02T21:24:19.586Z] ef2055b4c6d1: Preparing [2023-03-02T21:24:19.586Z] ef2055b4c6d1: Preparing [2023-03-02T21:24:19.586Z] c7441c6b2db1: Preparing [2023-03-02T21:24:19.586Z] 549140e3b963: Preparing [2023-03-02T21:24:19.586Z] 2d0f47d4eb7d: Preparing [2023-03-02T21:24:19.586Z] 23580bc2e2ad: Preparing [2023-03-02T21:24:19.586Z] 737e836b8a4e: Preparing [2023-03-02T21:24:19.586Z] 31933adea43e: Preparing [2023-03-02T21:24:19.586Z] 16bdbed19b6d: Preparing [2023-03-02T21:24:19.586Z] 357608c0ba2d: Preparing [2023-03-02T21:24:19.586Z] 1f6b1e560536: Preparing [2023-03-02T21:24:19.586Z] 672373edb85a: Preparing [2023-03-02T21:24:19.586Z] aa5968d388b8: Preparing [2023-03-02T21:24:19.586Z] 16bdbed19b6d: Waiting [2023-03-02T21:24:19.586Z] 357608c0ba2d: Waiting [2023-03-02T21:24:19.586Z] 1f6b1e560536: Waiting [2023-03-02T21:24:19.586Z] 672373edb85a: Waiting [2023-03-02T21:24:19.586Z] 737e836b8a4e: Waiting [2023-03-02T21:24:19.586Z] 31933adea43e: Waiting [2023-03-02T21:24:19.586Z] 549140e3b963: Layer already exists [2023-03-02T21:24:19.586Z] ef2055b4c6d1: Layer already exists [2023-03-02T21:24:19.586Z] 2d0f47d4eb7d: Layer already exists [2023-03-02T21:24:19.586Z] c7441c6b2db1: Layer already exists [2023-03-02T21:24:19.586Z] 23580bc2e2ad: Layer already exists [2023-03-02T21:24:19.586Z] 737e836b8a4e: Layer already exists [2023-03-02T21:24:19.586Z] 16bdbed19b6d: Layer already exists [2023-03-02T21:24:19.586Z] 31933adea43e: Layer already exists [2023-03-02T21:24:19.586Z] 1f6b1e560536: Layer already exists [2023-03-02T21:24:19.586Z] 357608c0ba2d: Layer already exists [2023-03-02T21:24:19.586Z] 672373edb85a: Layer already exists [2023-03-02T21:24:19.586Z] aa5968d388b8: Layer already exists [2023-03-02T21:24:19.586Z] a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75: digest: sha256:2f03df5ec109bde7cfa323bd7db0566404649c2c1364fa6f3da7f4bcc64c2cdd size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:19.887Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:20.192Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2023-03-02T21:24:20.192Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-03-02T21:24:20.192Z] ef2055b4c6d1: Preparing [2023-03-02T21:24:20.192Z] ef2055b4c6d1: Preparing [2023-03-02T21:24:20.192Z] c7441c6b2db1: Preparing [2023-03-02T21:24:20.192Z] 549140e3b963: Preparing [2023-03-02T21:24:20.192Z] 2d0f47d4eb7d: Preparing [2023-03-02T21:24:20.192Z] 23580bc2e2ad: Preparing [2023-03-02T21:24:20.192Z] 737e836b8a4e: Preparing [2023-03-02T21:24:20.192Z] 31933adea43e: Preparing [2023-03-02T21:24:20.192Z] 16bdbed19b6d: Preparing [2023-03-02T21:24:20.192Z] 357608c0ba2d: Preparing [2023-03-02T21:24:20.192Z] 1f6b1e560536: Preparing [2023-03-02T21:24:20.192Z] 672373edb85a: Preparing [2023-03-02T21:24:20.192Z] aa5968d388b8: Preparing [2023-03-02T21:24:20.192Z] 737e836b8a4e: Waiting [2023-03-02T21:24:20.192Z] 31933adea43e: Waiting [2023-03-02T21:24:20.192Z] 16bdbed19b6d: Waiting [2023-03-02T21:24:20.192Z] 357608c0ba2d: Waiting [2023-03-02T21:24:20.192Z] 1f6b1e560536: Waiting [2023-03-02T21:24:20.192Z] 672373edb85a: Waiting [2023-03-02T21:24:20.192Z] aa5968d388b8: Waiting [2023-03-02T21:24:20.192Z] c7441c6b2db1: Layer already exists [2023-03-02T21:24:20.192Z] 2d0f47d4eb7d: Layer already exists [2023-03-02T21:24:20.192Z] 23580bc2e2ad: Layer already exists [2023-03-02T21:24:20.192Z] 549140e3b963: Layer already exists [2023-03-02T21:24:20.192Z] ef2055b4c6d1: Layer already exists [2023-03-02T21:24:20.192Z] 737e836b8a4e: Layer already exists [2023-03-02T21:24:20.192Z] 31933adea43e: Layer already exists [2023-03-02T21:24:20.192Z] 16bdbed19b6d: Layer already exists [2023-03-02T21:24:20.192Z] 357608c0ba2d: Layer already exists [2023-03-02T21:24:20.192Z] 1f6b1e560536: Layer already exists [2023-03-02T21:24:20.192Z] 672373edb85a: Layer already exists [2023-03-02T21:24:20.192Z] aa5968d388b8: Layer already exists [2023-03-02T21:24:20.192Z] main: digest: sha256:2f03df5ec109bde7cfa323bd7db0566404649c2c1364fa6f3da7f4bcc64c2cdd size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-02T21:24:20.227Z] ===================================================== [Pipeline] echo [2023-03-02T21:24:20.233Z] taggedImages: [2023-03-02T21:24:20.233Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:24:20.233Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-03-02T21:24:20.233Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.75 [2023-03-02T21:24:20.233Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:24:20.233Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2023-03-02T21:24:20.248Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2023-03-02T21:24:20.248Z] a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:24:20.248Z] latest [2023-03-02T21:24:20.248Z] 3.0.0-dev.75 [2023-03-02T21:24:20.248Z] a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:24:20.248Z] main [2023-03-02T21:24:20.248Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:20.558Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:a219a96092df6e8a7d6599bd49f1a07919d2084f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:20.860Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:24:20.860Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-03-02T21:24:20.860Z] efc9934c9f78: Preparing [2023-03-02T21:24:20.860Z] 61a60d26bd0c: Preparing [2023-03-02T21:24:20.860Z] c81958db1d7d: Preparing [2023-03-02T21:24:20.860Z] 80eaafb4d43f: Preparing [2023-03-02T21:24:20.860Z] 31933adea43e: Preparing [2023-03-02T21:24:20.860Z] 3706f0c1d4af: Preparing [2023-03-02T21:24:20.860Z] aa5968d388b8: Preparing [2023-03-02T21:24:20.860Z] 3706f0c1d4af: Waiting [2023-03-02T21:24:20.860Z] aa5968d388b8: Waiting [2023-03-02T21:24:20.860Z] 31933adea43e: Layer already exists [2023-03-02T21:24:20.860Z] 61a60d26bd0c: Pushed [2023-03-02T21:24:20.860Z] efc9934c9f78: Pushed [2023-03-02T21:24:20.860Z] c81958db1d7d: Pushed [2023-03-02T21:24:20.860Z] 3706f0c1d4af: Pushed [2023-03-02T21:24:21.121Z] aa5968d388b8: Layer already exists [2023-03-02T21:24:22.058Z] 80eaafb4d43f: Pushed [2023-03-02T21:24:22.058Z] a219a96092df6e8a7d6599bd49f1a07919d2084f: digest: sha256:dc76270216de139f61c14b21274fceef604966b62f826065da0ae492cebfb6d6 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:22.365Z] + 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-02T21:24:22.668Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2023-03-02T21:24:22.668Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-03-02T21:24:22.668Z] efc9934c9f78: Preparing [2023-03-02T21:24:22.668Z] 61a60d26bd0c: Preparing [2023-03-02T21:24:22.668Z] c81958db1d7d: Preparing [2023-03-02T21:24:22.668Z] 80eaafb4d43f: Preparing [2023-03-02T21:24:22.668Z] 31933adea43e: Preparing [2023-03-02T21:24:22.668Z] 3706f0c1d4af: Preparing [2023-03-02T21:24:22.668Z] aa5968d388b8: Preparing [2023-03-02T21:24:22.668Z] 3706f0c1d4af: Waiting [2023-03-02T21:24:22.668Z] aa5968d388b8: Waiting [2023-03-02T21:24:22.668Z] 31933adea43e: Layer already exists [2023-03-02T21:24:22.668Z] 80eaafb4d43f: Layer already exists [2023-03-02T21:24:22.668Z] 61a60d26bd0c: Layer already exists [2023-03-02T21:24:22.668Z] c81958db1d7d: Layer already exists [2023-03-02T21:24:22.668Z] efc9934c9f78: Layer already exists [2023-03-02T21:24:22.668Z] 3706f0c1d4af: Layer already exists [2023-03-02T21:24:22.668Z] aa5968d388b8: Layer already exists [2023-03-02T21:24:22.668Z] latest: digest: sha256:dc76270216de139f61c14b21274fceef604966b62f826065da0ae492cebfb6d6 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:22.972Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:23.273Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.75 [2023-03-02T21:24:23.273Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-03-02T21:24:23.273Z] efc9934c9f78: Preparing [2023-03-02T21:24:23.273Z] 61a60d26bd0c: Preparing [2023-03-02T21:24:23.273Z] c81958db1d7d: Preparing [2023-03-02T21:24:23.273Z] 80eaafb4d43f: Preparing [2023-03-02T21:24:23.273Z] 31933adea43e: Preparing [2023-03-02T21:24:23.273Z] 3706f0c1d4af: Preparing [2023-03-02T21:24:23.273Z] aa5968d388b8: Preparing [2023-03-02T21:24:23.273Z] 3706f0c1d4af: Waiting [2023-03-02T21:24:23.273Z] 80eaafb4d43f: Layer already exists [2023-03-02T21:24:23.273Z] efc9934c9f78: Layer already exists [2023-03-02T21:24:23.273Z] 61a60d26bd0c: Layer already exists [2023-03-02T21:24:23.273Z] 31933adea43e: Layer already exists [2023-03-02T21:24:23.273Z] c81958db1d7d: Layer already exists [2023-03-02T21:24:23.273Z] 3706f0c1d4af: Layer already exists [2023-03-02T21:24:23.273Z] aa5968d388b8: Layer already exists [2023-03-02T21:24:23.273Z] 3.0.0-dev.75: digest: sha256:dc76270216de139f61c14b21274fceef604966b62f826065da0ae492cebfb6d6 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:23.536Z] Removing intermediate container 1a9db54cca93 [2023-03-02T21:24:23.536Z] ---> 614e910e1e9a [2023-03-02T21:24:23.536Z] Step 8/22 : COPY . . [2023-03-02T21:24:23.536Z] Removing intermediate container 07e205431d80 [2023-03-02T21:24:23.536Z] ---> eae78749a645 [2023-03-02T21:24:23.536Z] Step 8/22 : COPY . . [2023-03-02T21:24:23.536Z] Removing intermediate container ab0e55bfa691 [2023-03-02T21:24:23.536Z] ---> 9e00ad38e553 [2023-03-02T21:24:23.536Z] Step 7/19 : COPY . . [2023-03-02T21:24:23.536Z] Removing intermediate container b4da307021f8 [2023-03-02T21:24:23.536Z] ---> e7cce35faa1e [2023-03-02T21:24:23.536Z] Step 8/22 : COPY . . [2023-03-02T21:24:23.536Z] Removing intermediate container d0d084928841 [2023-03-02T21:24:23.536Z] ---> f67ea7f1869a [2023-03-02T21:24:23.536Z] Step 7/21 : COPY . . [2023-03-02T21:24:23.578Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:23.877Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:24:23.877Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-03-02T21:24:23.877Z] efc9934c9f78: Preparing [2023-03-02T21:24:23.877Z] 61a60d26bd0c: Preparing [2023-03-02T21:24:23.877Z] c81958db1d7d: Preparing [2023-03-02T21:24:23.877Z] 80eaafb4d43f: Preparing [2023-03-02T21:24:23.877Z] 31933adea43e: Preparing [2023-03-02T21:24:23.877Z] 3706f0c1d4af: Preparing [2023-03-02T21:24:23.877Z] aa5968d388b8: Preparing [2023-03-02T21:24:23.877Z] 3706f0c1d4af: Waiting [2023-03-02T21:24:23.877Z] aa5968d388b8: Waiting [2023-03-02T21:24:23.877Z] 61a60d26bd0c: Layer already exists [2023-03-02T21:24:23.877Z] c81958db1d7d: Layer already exists [2023-03-02T21:24:23.877Z] 31933adea43e: Layer already exists [2023-03-02T21:24:23.877Z] efc9934c9f78: Layer already exists [2023-03-02T21:24:23.877Z] 80eaafb4d43f: Layer already exists [2023-03-02T21:24:23.877Z] 3706f0c1d4af: Layer already exists [2023-03-02T21:24:23.877Z] aa5968d388b8: Layer already exists [2023-03-02T21:24:23.877Z] a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75: digest: sha256:dc76270216de139f61c14b21274fceef604966b62f826065da0ae492cebfb6d6 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:24.184Z] + 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-02T21:24:24.487Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2023-03-02T21:24:24.487Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-03-02T21:24:24.487Z] efc9934c9f78: Preparing [2023-03-02T21:24:24.487Z] 61a60d26bd0c: Preparing [2023-03-02T21:24:24.487Z] c81958db1d7d: Preparing [2023-03-02T21:24:24.487Z] 80eaafb4d43f: Preparing [2023-03-02T21:24:24.487Z] 31933adea43e: Preparing [2023-03-02T21:24:24.487Z] 3706f0c1d4af: Preparing [2023-03-02T21:24:24.487Z] aa5968d388b8: Preparing [2023-03-02T21:24:24.487Z] 3706f0c1d4af: Waiting [2023-03-02T21:24:24.487Z] aa5968d388b8: Waiting [2023-03-02T21:24:24.487Z] 61a60d26bd0c: Layer already exists [2023-03-02T21:24:24.487Z] 80eaafb4d43f: Layer already exists [2023-03-02T21:24:24.487Z] efc9934c9f78: Layer already exists [2023-03-02T21:24:24.487Z] c81958db1d7d: Layer already exists [2023-03-02T21:24:24.487Z] 31933adea43e: Layer already exists [2023-03-02T21:24:24.487Z] aa5968d388b8: Layer already exists [2023-03-02T21:24:24.487Z] 3706f0c1d4af: Layer already exists [2023-03-02T21:24:24.487Z] main: digest: sha256:dc76270216de139f61c14b21274fceef604966b62f826065da0ae492cebfb6d6 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-02T21:24:24.522Z] ===================================================== [Pipeline] echo [2023-03-02T21:24:24.527Z] taggedImages: [2023-03-02T21:24:24.527Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:24:24.527Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2023-03-02T21:24:24.527Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.75 [2023-03-02T21:24:24.527Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:24:24.527Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2023-03-02T21:24:24.541Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2023-03-02T21:24:24.541Z] a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:24:24.541Z] latest [2023-03-02T21:24:24.541Z] 3.0.0-dev.75 [2023-03-02T21:24:24.541Z] a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:24:24.541Z] main [2023-03-02T21:24:24.541Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:24.854Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:a219a96092df6e8a7d6599bd49f1a07919d2084f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:25.157Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:24:25.157Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-03-02T21:24:25.157Z] 09ac07efa073: Preparing [2023-03-02T21:24:25.157Z] 0ac04ee40ae0: Preparing [2023-03-02T21:24:25.157Z] c51547fb39cc: Preparing [2023-03-02T21:24:25.157Z] fddc15052840: Preparing [2023-03-02T21:24:25.157Z] 6124e172a8f0: Preparing [2023-03-02T21:24:25.157Z] b83fdbd551e8: Preparing [2023-03-02T21:24:25.157Z] fc33d8bf77eb: Preparing [2023-03-02T21:24:25.157Z] aa5968d388b8: Preparing [2023-03-02T21:24:25.157Z] b83fdbd551e8: Waiting [2023-03-02T21:24:25.157Z] fc33d8bf77eb: Waiting [2023-03-02T21:24:25.157Z] aa5968d388b8: Waiting [2023-03-02T21:24:25.157Z] 09ac07efa073: Pushed [2023-03-02T21:24:25.157Z] 6124e172a8f0: Pushed [2023-03-02T21:24:25.157Z] 0ac04ee40ae0: Pushed [2023-03-02T21:24:25.157Z] aa5968d388b8: Layer already exists [2023-03-02T21:24:25.157Z] b83fdbd551e8: Pushed [2023-03-02T21:24:25.416Z] fc33d8bf77eb: Pushed [2023-03-02T21:24:25.984Z] fddc15052840: Pushed [2023-03-02T21:24:26.242Z] c51547fb39cc: Pushed [2023-03-02T21:24:26.242Z] a219a96092df6e8a7d6599bd49f1a07919d2084f: digest: sha256:84ac2d248e5254b4a99a2822bc7dfcc9faae2f675733005b72cc42f8877ec431 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:26.545Z] + 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-02T21:24:26.848Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-03-02T21:24:26.848Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-03-02T21:24:26.848Z] 09ac07efa073: Preparing [2023-03-02T21:24:26.848Z] 0ac04ee40ae0: Preparing [2023-03-02T21:24:26.848Z] c51547fb39cc: Preparing [2023-03-02T21:24:26.848Z] fddc15052840: Preparing [2023-03-02T21:24:26.848Z] 6124e172a8f0: Preparing [2023-03-02T21:24:26.848Z] b83fdbd551e8: Preparing [2023-03-02T21:24:26.848Z] fc33d8bf77eb: Preparing [2023-03-02T21:24:26.848Z] aa5968d388b8: Preparing [2023-03-02T21:24:26.848Z] b83fdbd551e8: Waiting [2023-03-02T21:24:26.848Z] fc33d8bf77eb: Waiting [2023-03-02T21:24:26.848Z] aa5968d388b8: Waiting [2023-03-02T21:24:26.848Z] c51547fb39cc: Layer already exists [2023-03-02T21:24:26.848Z] fddc15052840: Layer already exists [2023-03-02T21:24:26.848Z] 6124e172a8f0: Layer already exists [2023-03-02T21:24:26.848Z] 0ac04ee40ae0: Layer already exists [2023-03-02T21:24:26.848Z] 09ac07efa073: Layer already exists [2023-03-02T21:24:26.848Z] b83fdbd551e8: Layer already exists [2023-03-02T21:24:26.848Z] fc33d8bf77eb: Layer already exists [2023-03-02T21:24:26.848Z] aa5968d388b8: Layer already exists [2023-03-02T21:24:26.848Z] latest: digest: sha256:84ac2d248e5254b4a99a2822bc7dfcc9faae2f675733005b72cc42f8877ec431 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:27.147Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:27.450Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.75 [2023-03-02T21:24:27.450Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-03-02T21:24:27.450Z] 09ac07efa073: Preparing [2023-03-02T21:24:27.450Z] 0ac04ee40ae0: Preparing [2023-03-02T21:24:27.450Z] c51547fb39cc: Preparing [2023-03-02T21:24:27.450Z] fddc15052840: Preparing [2023-03-02T21:24:27.450Z] 6124e172a8f0: Preparing [2023-03-02T21:24:27.450Z] b83fdbd551e8: Preparing [2023-03-02T21:24:27.450Z] fc33d8bf77eb: Preparing [2023-03-02T21:24:27.450Z] aa5968d388b8: Preparing [2023-03-02T21:24:27.450Z] b83fdbd551e8: Waiting [2023-03-02T21:24:27.450Z] aa5968d388b8: Waiting [2023-03-02T21:24:27.450Z] fc33d8bf77eb: Waiting [2023-03-02T21:24:27.450Z] 0ac04ee40ae0: Layer already exists [2023-03-02T21:24:27.450Z] 09ac07efa073: Layer already exists [2023-03-02T21:24:27.450Z] c51547fb39cc: Layer already exists [2023-03-02T21:24:27.450Z] fddc15052840: Layer already exists [2023-03-02T21:24:27.450Z] 6124e172a8f0: Layer already exists [2023-03-02T21:24:27.450Z] b83fdbd551e8: Layer already exists [2023-03-02T21:24:27.450Z] fc33d8bf77eb: Layer already exists [2023-03-02T21:24:27.450Z] aa5968d388b8: Layer already exists [2023-03-02T21:24:27.450Z] 3.0.0-dev.75: digest: sha256:84ac2d248e5254b4a99a2822bc7dfcc9faae2f675733005b72cc42f8877ec431 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:27.751Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:27.810Z] ---> b29aea32797a [2023-03-02T21:24:27.810Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-03-02T21:24:27.810Z] ---> Running in 79cb0ae1c75f [2023-03-02T21:24:27.810Z] ---> 86b39230431b [2023-03-02T21:24:27.810Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-03-02T21:24:27.810Z] ---> 7dd906a853c8 [2023-03-02T21:24:27.810Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-03-02T21:24:28.050Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:24:28.050Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-03-02T21:24:28.050Z] 09ac07efa073: Preparing [2023-03-02T21:24:28.050Z] 0ac04ee40ae0: Preparing [2023-03-02T21:24:28.050Z] c51547fb39cc: Preparing [2023-03-02T21:24:28.050Z] fddc15052840: Preparing [2023-03-02T21:24:28.050Z] 6124e172a8f0: Preparing [2023-03-02T21:24:28.050Z] b83fdbd551e8: Preparing [2023-03-02T21:24:28.050Z] fc33d8bf77eb: Preparing [2023-03-02T21:24:28.050Z] aa5968d388b8: Preparing [2023-03-02T21:24:28.050Z] b83fdbd551e8: Waiting [2023-03-02T21:24:28.050Z] fc33d8bf77eb: Waiting [2023-03-02T21:24:28.050Z] aa5968d388b8: Waiting [2023-03-02T21:24:28.050Z] 09ac07efa073: Layer already exists [2023-03-02T21:24:28.050Z] 6124e172a8f0: Layer already exists [2023-03-02T21:24:28.051Z] 0ac04ee40ae0: Layer already exists [2023-03-02T21:24:28.051Z] fddc15052840: Layer already exists [2023-03-02T21:24:28.051Z] c51547fb39cc: Layer already exists [2023-03-02T21:24:28.051Z] fc33d8bf77eb: Layer already exists [2023-03-02T21:24:28.051Z] b83fdbd551e8: Layer already exists [2023-03-02T21:24:28.051Z] aa5968d388b8: Layer already exists [2023-03-02T21:24:28.051Z] a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75: digest: sha256:84ac2d248e5254b4a99a2822bc7dfcc9faae2f675733005b72cc42f8877ec431 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:28.089Z] ---> Running in 1f32abaafa7e [2023-03-02T21:24:28.089Z] ---> 19d8403506e9 [2023-03-02T21:24:28.089Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-03-02T21:24:28.089Z] ---> Running in 4b9fba3f4807 [2023-03-02T21:24:28.352Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [2023-03-02T21:24:28.360Z] ---> 21c9716da0e7 [2023-03-02T21:24:28.360Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-03-02T21:24:28.360Z] ---> Running in 08a209db6175 [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:28.630Z] ---> Running in c250f9b0176f [2023-03-02T21:24:28.654Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2023-03-02T21:24:28.655Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-03-02T21:24:28.655Z] 09ac07efa073: Preparing [2023-03-02T21:24:28.655Z] 0ac04ee40ae0: Preparing [2023-03-02T21:24:28.655Z] c51547fb39cc: Preparing [2023-03-02T21:24:28.655Z] fddc15052840: Preparing [2023-03-02T21:24:28.655Z] 6124e172a8f0: Preparing [2023-03-02T21:24:28.655Z] b83fdbd551e8: Preparing [2023-03-02T21:24:28.655Z] fc33d8bf77eb: Preparing [2023-03-02T21:24:28.655Z] aa5968d388b8: Preparing [2023-03-02T21:24:28.655Z] b83fdbd551e8: Waiting [2023-03-02T21:24:28.655Z] fc33d8bf77eb: Waiting [2023-03-02T21:24:28.655Z] aa5968d388b8: Waiting [2023-03-02T21:24:28.655Z] 6124e172a8f0: Layer already exists [2023-03-02T21:24:28.655Z] c51547fb39cc: Layer already exists [2023-03-02T21:24:28.655Z] fddc15052840: Layer already exists [2023-03-02T21:24:28.655Z] 0ac04ee40ae0: Layer already exists [2023-03-02T21:24:28.655Z] 09ac07efa073: Layer already exists [2023-03-02T21:24:28.655Z] fc33d8bf77eb: Layer already exists [2023-03-02T21:24:28.655Z] b83fdbd551e8: Layer already exists [2023-03-02T21:24:28.655Z] aa5968d388b8: Layer already exists [2023-03-02T21:24:28.655Z] main: digest: sha256:84ac2d248e5254b4a99a2822bc7dfcc9faae2f675733005b72cc42f8877ec431 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-02T21:24:28.700Z] ===================================================== [Pipeline] echo [2023-03-02T21:24:28.710Z] taggedImages: [2023-03-02T21:24:28.710Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:24:28.710Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-03-02T21:24:28.710Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.75 [2023-03-02T21:24:28.710Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:24:28.710Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2023-03-02T21:24:28.732Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2023-03-02T21:24:28.732Z] a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:24:28.732Z] latest [2023-03-02T21:24:28.732Z] 3.0.0-dev.75 [2023-03-02T21:24:28.732Z] a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:24:28.732Z] main [2023-03-02T21:24:28.732Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:29.045Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:a219a96092df6e8a7d6599bd49f1a07919d2084f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:29.353Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:24:29.353Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-03-02T21:24:29.353Z] eb0b5c83d1dc: Preparing [2023-03-02T21:24:29.353Z] 7964b3585eae: Preparing [2023-03-02T21:24:29.353Z] 1d798e339e61: Preparing [2023-03-02T21:24:29.353Z] fa02e0db613f: Preparing [2023-03-02T21:24:29.353Z] 5621df0e4f9a: Preparing [2023-03-02T21:24:29.353Z] 828a60ca5646: Preparing [2023-03-02T21:24:29.353Z] cebc6f5654e2: Preparing [2023-03-02T21:24:29.353Z] 094909488da8: Preparing [2023-03-02T21:24:29.353Z] a9ae917f44d7: Preparing [2023-03-02T21:24:29.353Z] aa5968d388b8: Preparing [2023-03-02T21:24:29.353Z] aa5968d388b8: Waiting [2023-03-02T21:24:29.353Z] 828a60ca5646: Waiting [2023-03-02T21:24:29.353Z] 094909488da8: Waiting [2023-03-02T21:24:29.353Z] a9ae917f44d7: Waiting [2023-03-02T21:24:29.353Z] cebc6f5654e2: Waiting [2023-03-02T21:24:29.353Z] 5621df0e4f9a: Pushed [2023-03-02T21:24:29.353Z] eb0b5c83d1dc: Pushed [2023-03-02T21:24:29.353Z] 7964b3585eae: Pushed [2023-03-02T21:24:29.353Z] 828a60ca5646: Pushed [2023-03-02T21:24:29.611Z] cebc6f5654e2: Pushed [2023-03-02T21:24:29.611Z] 094909488da8: Pushed [2023-03-02T21:24:29.611Z] aa5968d388b8: Layer already exists [2023-03-02T21:24:29.611Z] a9ae917f44d7: Pushed [2023-03-02T21:24:30.043Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-03-02T21:24:30.547Z] fa02e0db613f: Pushed [2023-03-02T21:24:30.804Z] 1d798e339e61: Pushed [2023-03-02T21:24:30.804Z] a219a96092df6e8a7d6599bd49f1a07919d2084f: digest: sha256:50ab4870c6a04d5c93c6bd18bad4370480f01663c6f19e25e75bc8a2e51b17e6 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:31.000Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-03-02T21:24:31.117Z] + 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-02T21:24:31.267Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-03-02T21:24:31.414Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-03-02T21:24:31.414Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-03-02T21:24:31.414Z] eb0b5c83d1dc: Preparing [2023-03-02T21:24:31.414Z] 7964b3585eae: Preparing [2023-03-02T21:24:31.414Z] 1d798e339e61: Preparing [2023-03-02T21:24:31.414Z] fa02e0db613f: Preparing [2023-03-02T21:24:31.414Z] 5621df0e4f9a: Preparing [2023-03-02T21:24:31.414Z] 828a60ca5646: Preparing [2023-03-02T21:24:31.414Z] cebc6f5654e2: Preparing [2023-03-02T21:24:31.414Z] 094909488da8: Preparing [2023-03-02T21:24:31.414Z] a9ae917f44d7: Preparing [2023-03-02T21:24:31.414Z] aa5968d388b8: Preparing [2023-03-02T21:24:31.414Z] 828a60ca5646: Waiting [2023-03-02T21:24:31.414Z] a9ae917f44d7: Waiting [2023-03-02T21:24:31.415Z] aa5968d388b8: Waiting [2023-03-02T21:24:31.415Z] cebc6f5654e2: Waiting [2023-03-02T21:24:31.415Z] 094909488da8: Waiting [2023-03-02T21:24:31.415Z] 7964b3585eae: Layer already exists [2023-03-02T21:24:31.415Z] 1d798e339e61: Layer already exists [2023-03-02T21:24:31.415Z] 5621df0e4f9a: Layer already exists [2023-03-02T21:24:31.415Z] eb0b5c83d1dc: Layer already exists [2023-03-02T21:24:31.415Z] fa02e0db613f: Layer already exists [2023-03-02T21:24:31.415Z] cebc6f5654e2: Layer already exists [2023-03-02T21:24:31.415Z] 094909488da8: Layer already exists [2023-03-02T21:24:31.415Z] 828a60ca5646: Layer already exists [2023-03-02T21:24:31.415Z] aa5968d388b8: Layer already exists [2023-03-02T21:24:31.415Z] a9ae917f44d7: Layer already exists [2023-03-02T21:24:31.415Z] latest: digest: sha256:50ab4870c6a04d5c93c6bd18bad4370480f01663c6f19e25e75bc8a2e51b17e6 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:31.531Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-03-02T21:24:31.718Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:31.796Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-03-02T21:24:32.024Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.75 [2023-03-02T21:24:32.024Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-03-02T21:24:32.024Z] eb0b5c83d1dc: Preparing [2023-03-02T21:24:32.024Z] 7964b3585eae: Preparing [2023-03-02T21:24:32.024Z] 1d798e339e61: Preparing [2023-03-02T21:24:32.024Z] fa02e0db613f: Preparing [2023-03-02T21:24:32.024Z] 5621df0e4f9a: Preparing [2023-03-02T21:24:32.024Z] 828a60ca5646: Preparing [2023-03-02T21:24:32.024Z] cebc6f5654e2: Preparing [2023-03-02T21:24:32.024Z] 094909488da8: Preparing [2023-03-02T21:24:32.024Z] a9ae917f44d7: Preparing [2023-03-02T21:24:32.024Z] aa5968d388b8: Preparing [2023-03-02T21:24:32.024Z] a9ae917f44d7: Waiting [2023-03-02T21:24:32.024Z] 094909488da8: Waiting [2023-03-02T21:24:32.024Z] 828a60ca5646: Waiting [2023-03-02T21:24:32.024Z] cebc6f5654e2: Waiting [2023-03-02T21:24:32.024Z] aa5968d388b8: Waiting [2023-03-02T21:24:32.024Z] fa02e0db613f: Layer already exists [2023-03-02T21:24:32.024Z] 7964b3585eae: Layer already exists [2023-03-02T21:24:32.024Z] 5621df0e4f9a: Layer already exists [2023-03-02T21:24:32.024Z] 1d798e339e61: Layer already exists [2023-03-02T21:24:32.024Z] cebc6f5654e2: Layer already exists [2023-03-02T21:24:32.024Z] eb0b5c83d1dc: Layer already exists [2023-03-02T21:24:32.024Z] 094909488da8: Layer already exists [2023-03-02T21:24:32.024Z] 828a60ca5646: Layer already exists [2023-03-02T21:24:32.024Z] a9ae917f44d7: Layer already exists [2023-03-02T21:24:32.024Z] aa5968d388b8: Layer already exists [2023-03-02T21:24:32.024Z] 3.0.0-dev.75: digest: sha256:50ab4870c6a04d5c93c6bd18bad4370480f01663c6f19e25e75bc8a2e51b17e6 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:32.337Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:32.654Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:24:32.654Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-03-02T21:24:32.654Z] eb0b5c83d1dc: Preparing [2023-03-02T21:24:32.654Z] 7964b3585eae: Preparing [2023-03-02T21:24:32.654Z] 1d798e339e61: Preparing [2023-03-02T21:24:32.654Z] fa02e0db613f: Preparing [2023-03-02T21:24:32.654Z] 5621df0e4f9a: Preparing [2023-03-02T21:24:32.654Z] 828a60ca5646: Preparing [2023-03-02T21:24:32.654Z] cebc6f5654e2: Preparing [2023-03-02T21:24:32.654Z] 094909488da8: Preparing [2023-03-02T21:24:32.654Z] a9ae917f44d7: Preparing [2023-03-02T21:24:32.654Z] aa5968d388b8: Preparing [2023-03-02T21:24:32.654Z] cebc6f5654e2: Waiting [2023-03-02T21:24:32.654Z] 094909488da8: Waiting [2023-03-02T21:24:32.654Z] a9ae917f44d7: Waiting [2023-03-02T21:24:32.654Z] aa5968d388b8: Waiting [2023-03-02T21:24:32.654Z] 1d798e339e61: Layer already exists [2023-03-02T21:24:32.654Z] 5621df0e4f9a: Layer already exists [2023-03-02T21:24:32.654Z] eb0b5c83d1dc: Layer already exists [2023-03-02T21:24:32.654Z] 7964b3585eae: Layer already exists [2023-03-02T21:24:32.654Z] fa02e0db613f: Layer already exists [2023-03-02T21:24:32.654Z] 828a60ca5646: Layer already exists [2023-03-02T21:24:32.654Z] cebc6f5654e2: Layer already exists [2023-03-02T21:24:32.654Z] 094909488da8: Layer already exists [2023-03-02T21:24:32.654Z] a9ae917f44d7: Layer already exists [2023-03-02T21:24:32.654Z] aa5968d388b8: Layer already exists [2023-03-02T21:24:32.654Z] a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75: digest: sha256:50ab4870c6a04d5c93c6bd18bad4370480f01663c6f19e25e75bc8a2e51b17e6 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:32.968Z] + 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-02T21:24:33.278Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2023-03-02T21:24:33.278Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-03-02T21:24:33.278Z] eb0b5c83d1dc: Preparing [2023-03-02T21:24:33.278Z] 7964b3585eae: Preparing [2023-03-02T21:24:33.278Z] 1d798e339e61: Preparing [2023-03-02T21:24:33.278Z] fa02e0db613f: Preparing [2023-03-02T21:24:33.278Z] 5621df0e4f9a: Preparing [2023-03-02T21:24:33.278Z] 828a60ca5646: Preparing [2023-03-02T21:24:33.278Z] cebc6f5654e2: Preparing [2023-03-02T21:24:33.278Z] 094909488da8: Preparing [2023-03-02T21:24:33.278Z] a9ae917f44d7: Preparing [2023-03-02T21:24:33.278Z] aa5968d388b8: Preparing [2023-03-02T21:24:33.278Z] 828a60ca5646: Waiting [2023-03-02T21:24:33.278Z] cebc6f5654e2: Waiting [2023-03-02T21:24:33.278Z] 094909488da8: Waiting [2023-03-02T21:24:33.278Z] a9ae917f44d7: Waiting [2023-03-02T21:24:33.278Z] aa5968d388b8: Waiting [2023-03-02T21:24:33.278Z] 1d798e339e61: Layer already exists [2023-03-02T21:24:33.278Z] 5621df0e4f9a: Layer already exists [2023-03-02T21:24:33.278Z] eb0b5c83d1dc: Layer already exists [2023-03-02T21:24:33.278Z] fa02e0db613f: Layer already exists [2023-03-02T21:24:33.278Z] 7964b3585eae: Layer already exists [2023-03-02T21:24:33.278Z] 828a60ca5646: Layer already exists [2023-03-02T21:24:33.278Z] cebc6f5654e2: Layer already exists [2023-03-02T21:24:33.278Z] a9ae917f44d7: Layer already exists [2023-03-02T21:24:33.278Z] 094909488da8: Layer already exists [2023-03-02T21:24:33.278Z] aa5968d388b8: Layer already exists [2023-03-02T21:24:33.278Z] main: digest: sha256:50ab4870c6a04d5c93c6bd18bad4370480f01663c6f19e25e75bc8a2e51b17e6 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-02T21:24:33.329Z] ===================================================== [Pipeline] echo [2023-03-02T21:24:33.339Z] taggedImages: [2023-03-02T21:24:33.339Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:24:33.339Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-03-02T21:24:33.339Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.75 [2023-03-02T21:24:33.339Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:24:33.339Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2023-03-02T21:24:33.365Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2023-03-02T21:24:33.365Z] a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:24:33.365Z] latest [2023-03-02T21:24:33.365Z] 3.0.0-dev.75 [2023-03-02T21:24:33.365Z] a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:24:33.365Z] main [2023-03-02T21:24:33.365Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:33.691Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a219a96092df6e8a7d6599bd49f1a07919d2084f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:33.995Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:24:33.995Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-03-02T21:24:33.995Z] 2029221f25bd: Preparing [2023-03-02T21:24:33.995Z] 576e7acba099: Preparing [2023-03-02T21:24:33.995Z] 31933adea43e: Preparing [2023-03-02T21:24:33.995Z] 6151526a9068: Preparing [2023-03-02T21:24:33.995Z] 4e6476652798: Preparing [2023-03-02T21:24:33.995Z] 31933adea43e: Layer already exists [2023-03-02T21:24:33.995Z] 4e6476652798: Layer already exists [2023-03-02T21:24:33.995Z] 2029221f25bd: Pushed [2023-03-02T21:24:34.560Z] 6151526a9068: Pushed [2023-03-02T21:24:35.940Z] 576e7acba099: Pushed [2023-03-02T21:24:36.199Z] a219a96092df6e8a7d6599bd49f1a07919d2084f: digest: sha256:f375e8b9f4ae81b058a2ab7a9fd7122a8b2c86c0bad044bd6bb095d2982112d5 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:36.509Z] + 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-02T21:24:36.815Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-03-02T21:24:36.815Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-03-02T21:24:36.815Z] 2029221f25bd: Preparing [2023-03-02T21:24:36.815Z] 576e7acba099: Preparing [2023-03-02T21:24:36.815Z] 31933adea43e: Preparing [2023-03-02T21:24:36.815Z] 6151526a9068: Preparing [2023-03-02T21:24:36.815Z] 4e6476652798: Preparing [2023-03-02T21:24:36.815Z] 4e6476652798: Layer already exists [2023-03-02T21:24:36.815Z] 576e7acba099: Layer already exists [2023-03-02T21:24:36.815Z] 31933adea43e: Layer already exists [2023-03-02T21:24:36.815Z] 6151526a9068: Layer already exists [2023-03-02T21:24:36.815Z] 2029221f25bd: Layer already exists [2023-03-02T21:24:36.815Z] latest: digest: sha256:f375e8b9f4ae81b058a2ab7a9fd7122a8b2c86c0bad044bd6bb095d2982112d5 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:37.133Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:37.437Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.75 [2023-03-02T21:24:37.437Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-03-02T21:24:37.437Z] 2029221f25bd: Preparing [2023-03-02T21:24:37.437Z] 576e7acba099: Preparing [2023-03-02T21:24:37.437Z] 31933adea43e: Preparing [2023-03-02T21:24:37.437Z] 6151526a9068: Preparing [2023-03-02T21:24:37.437Z] 4e6476652798: Preparing [2023-03-02T21:24:37.437Z] 4e6476652798: Layer already exists [2023-03-02T21:24:37.437Z] 2029221f25bd: Layer already exists [2023-03-02T21:24:37.437Z] 31933adea43e: Layer already exists [2023-03-02T21:24:37.437Z] 6151526a9068: Layer already exists [2023-03-02T21:24:37.437Z] 576e7acba099: Layer already exists [2023-03-02T21:24:37.437Z] 3.0.0-dev.75: digest: sha256:f375e8b9f4ae81b058a2ab7a9fd7122a8b2c86c0bad044bd6bb095d2982112d5 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:37.749Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:38.053Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:24:38.053Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-03-02T21:24:38.053Z] 2029221f25bd: Preparing [2023-03-02T21:24:38.053Z] 576e7acba099: Preparing [2023-03-02T21:24:38.053Z] 31933adea43e: Preparing [2023-03-02T21:24:38.053Z] 6151526a9068: Preparing [2023-03-02T21:24:38.053Z] 4e6476652798: Preparing [2023-03-02T21:24:38.053Z] 4e6476652798: Layer already exists [2023-03-02T21:24:38.053Z] 31933adea43e: Layer already exists [2023-03-02T21:24:38.053Z] 576e7acba099: Layer already exists [2023-03-02T21:24:38.053Z] 2029221f25bd: Layer already exists [2023-03-02T21:24:38.053Z] 6151526a9068: Layer already exists [2023-03-02T21:24:38.053Z] a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75: digest: sha256:f375e8b9f4ae81b058a2ab7a9fd7122a8b2c86c0bad044bd6bb095d2982112d5 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:38.364Z] + 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-02T21:24:38.665Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2023-03-02T21:24:38.665Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-03-02T21:24:38.665Z] 2029221f25bd: Preparing [2023-03-02T21:24:38.665Z] 576e7acba099: Preparing [2023-03-02T21:24:38.665Z] 31933adea43e: Preparing [2023-03-02T21:24:38.665Z] 6151526a9068: Preparing [2023-03-02T21:24:38.665Z] 4e6476652798: Preparing [2023-03-02T21:24:38.665Z] 576e7acba099: Layer already exists [2023-03-02T21:24:38.665Z] 31933adea43e: Layer already exists [2023-03-02T21:24:38.665Z] 2029221f25bd: Layer already exists [2023-03-02T21:24:38.665Z] 4e6476652798: Layer already exists [2023-03-02T21:24:38.665Z] 6151526a9068: Layer already exists [2023-03-02T21:24:38.665Z] main: digest: sha256:f375e8b9f4ae81b058a2ab7a9fd7122a8b2c86c0bad044bd6bb095d2982112d5 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-02T21:24:38.702Z] ===================================================== [Pipeline] echo [2023-03-02T21:24:38.708Z] taggedImages: [2023-03-02T21:24:38.708Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:24:38.708Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-03-02T21:24:38.708Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.75 [2023-03-02T21:24:38.708Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:24:38.708Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2023-03-02T21:24:38.722Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2023-03-02T21:24:38.722Z] a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:24:38.722Z] latest [2023-03-02T21:24:38.722Z] 3.0.0-dev.75 [2023-03-02T21:24:38.722Z] a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:24:38.722Z] main [2023-03-02T21:24:38.722Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:39.022Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:a219a96092df6e8a7d6599bd49f1a07919d2084f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:39.321Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:24:39.322Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-03-02T21:24:39.322Z] 7975aa26d5da: Preparing [2023-03-02T21:24:39.322Z] 51bc0d4739c6: Preparing [2023-03-02T21:24:39.322Z] 589b726b0bf1: Preparing [2023-03-02T21:24:39.322Z] b89726301418: Preparing [2023-03-02T21:24:39.322Z] 9ddd8c59caf4: Preparing [2023-03-02T21:24:39.322Z] 3f713bedf94b: Preparing [2023-03-02T21:24:39.322Z] 4e6476652798: Preparing [2023-03-02T21:24:39.322Z] 3f713bedf94b: Waiting [2023-03-02T21:24:39.322Z] 4e6476652798: Waiting [2023-03-02T21:24:39.322Z] 7975aa26d5da: Pushed [2023-03-02T21:24:39.322Z] 589b726b0bf1: Pushed [2023-03-02T21:24:39.322Z] 51bc0d4739c6: Pushed [2023-03-02T21:24:39.322Z] 4e6476652798: Layer already exists [2023-03-02T21:24:39.889Z] 3f713bedf94b: Pushed [2023-03-02T21:24:43.187Z] 9ddd8c59caf4: Pushed [2023-03-02T21:24:45.719Z] b89726301418: Pushed [2023-03-02T21:24:45.719Z] a219a96092df6e8a7d6599bd49f1a07919d2084f: digest: sha256:43449380f766d7a3a0f669ef596e28e6b6b3c693a92b9f07af8d1da3cd3b3d8a size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:46.038Z] + 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-02T21:24:46.342Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-03-02T21:24:46.342Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-03-02T21:24:46.342Z] 7975aa26d5da: Preparing [2023-03-02T21:24:46.342Z] 51bc0d4739c6: Preparing [2023-03-02T21:24:46.342Z] 589b726b0bf1: Preparing [2023-03-02T21:24:46.342Z] b89726301418: Preparing [2023-03-02T21:24:46.342Z] 9ddd8c59caf4: Preparing [2023-03-02T21:24:46.342Z] 3f713bedf94b: Preparing [2023-03-02T21:24:46.342Z] 4e6476652798: Preparing [2023-03-02T21:24:46.342Z] 3f713bedf94b: Waiting [2023-03-02T21:24:46.342Z] 4e6476652798: Waiting [2023-03-02T21:24:46.342Z] 51bc0d4739c6: Layer already exists [2023-03-02T21:24:46.342Z] 589b726b0bf1: Layer already exists [2023-03-02T21:24:46.342Z] 9ddd8c59caf4: Layer already exists [2023-03-02T21:24:46.342Z] b89726301418: Layer already exists [2023-03-02T21:24:46.342Z] 7975aa26d5da: Layer already exists [2023-03-02T21:24:46.342Z] 4e6476652798: Layer already exists [2023-03-02T21:24:46.342Z] 3f713bedf94b: Layer already exists [2023-03-02T21:24:46.342Z] latest: digest: sha256:43449380f766d7a3a0f669ef596e28e6b6b3c693a92b9f07af8d1da3cd3b3d8a size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:46.654Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:46.963Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.75 [2023-03-02T21:24:46.963Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-03-02T21:24:46.963Z] 7975aa26d5da: Preparing [2023-03-02T21:24:46.963Z] 51bc0d4739c6: Preparing [2023-03-02T21:24:46.963Z] 589b726b0bf1: Preparing [2023-03-02T21:24:46.963Z] b89726301418: Preparing [2023-03-02T21:24:46.963Z] 9ddd8c59caf4: Preparing [2023-03-02T21:24:46.963Z] 3f713bedf94b: Preparing [2023-03-02T21:24:46.963Z] 4e6476652798: Preparing [2023-03-02T21:24:46.963Z] 3f713bedf94b: Waiting [2023-03-02T21:24:46.963Z] b89726301418: Layer already exists [2023-03-02T21:24:46.963Z] 9ddd8c59caf4: Layer already exists [2023-03-02T21:24:46.963Z] 7975aa26d5da: Layer already exists [2023-03-02T21:24:46.963Z] 51bc0d4739c6: Layer already exists [2023-03-02T21:24:46.963Z] 589b726b0bf1: Layer already exists [2023-03-02T21:24:46.963Z] 3f713bedf94b: Layer already exists [2023-03-02T21:24:46.963Z] 4e6476652798: Layer already exists [2023-03-02T21:24:46.963Z] 3.0.0-dev.75: digest: sha256:43449380f766d7a3a0f669ef596e28e6b6b3c693a92b9f07af8d1da3cd3b3d8a size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:47.271Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:47.572Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:24:47.572Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-03-02T21:24:47.572Z] 7975aa26d5da: Preparing [2023-03-02T21:24:47.572Z] 51bc0d4739c6: Preparing [2023-03-02T21:24:47.572Z] 589b726b0bf1: Preparing [2023-03-02T21:24:47.572Z] b89726301418: Preparing [2023-03-02T21:24:47.572Z] 9ddd8c59caf4: Preparing [2023-03-02T21:24:47.572Z] 3f713bedf94b: Preparing [2023-03-02T21:24:47.572Z] 4e6476652798: Preparing [2023-03-02T21:24:47.572Z] 3f713bedf94b: Waiting [2023-03-02T21:24:47.572Z] 4e6476652798: Waiting [2023-03-02T21:24:47.572Z] 51bc0d4739c6: Layer already exists [2023-03-02T21:24:47.572Z] 9ddd8c59caf4: Layer already exists [2023-03-02T21:24:47.572Z] b89726301418: Layer already exists [2023-03-02T21:24:47.572Z] 589b726b0bf1: Layer already exists [2023-03-02T21:24:47.572Z] 7975aa26d5da: Layer already exists [2023-03-02T21:24:47.572Z] 3f713bedf94b: Layer already exists [2023-03-02T21:24:47.572Z] 4e6476652798: Layer already exists [2023-03-02T21:24:47.572Z] a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75: digest: sha256:43449380f766d7a3a0f669ef596e28e6b6b3c693a92b9f07af8d1da3cd3b3d8a size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:47.877Z] + 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-02T21:24:48.176Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2023-03-02T21:24:48.176Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-03-02T21:24:48.176Z] 7975aa26d5da: Preparing [2023-03-02T21:24:48.176Z] 51bc0d4739c6: Preparing [2023-03-02T21:24:48.176Z] 589b726b0bf1: Preparing [2023-03-02T21:24:48.176Z] b89726301418: Preparing [2023-03-02T21:24:48.176Z] 9ddd8c59caf4: Preparing [2023-03-02T21:24:48.176Z] 3f713bedf94b: Preparing [2023-03-02T21:24:48.176Z] 4e6476652798: Preparing [2023-03-02T21:24:48.176Z] 3f713bedf94b: Waiting [2023-03-02T21:24:48.176Z] 4e6476652798: Waiting [2023-03-02T21:24:48.176Z] 589b726b0bf1: Layer already exists [2023-03-02T21:24:48.176Z] 7975aa26d5da: Layer already exists [2023-03-02T21:24:48.176Z] b89726301418: Layer already exists [2023-03-02T21:24:48.176Z] 9ddd8c59caf4: Layer already exists [2023-03-02T21:24:48.176Z] 51bc0d4739c6: Layer already exists [2023-03-02T21:24:48.176Z] 3f713bedf94b: Layer already exists [2023-03-02T21:24:48.176Z] 4e6476652798: Layer already exists [2023-03-02T21:24:48.176Z] main: digest: sha256:43449380f766d7a3a0f669ef596e28e6b6b3c693a92b9f07af8d1da3cd3b3d8a size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-02T21:24:48.208Z] ===================================================== [Pipeline] echo [2023-03-02T21:24:48.213Z] taggedImages: [2023-03-02T21:24:48.213Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:24:48.213Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-03-02T21:24:48.213Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.75 [2023-03-02T21:24:48.213Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:24:48.213Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2023-03-02T21:24:48.230Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2023-03-02T21:24:48.230Z] a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:24:48.230Z] latest [2023-03-02T21:24:48.230Z] 3.0.0-dev.75 [2023-03-02T21:24:48.230Z] a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:24:48.230Z] main [2023-03-02T21:24:48.230Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:48.555Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:a219a96092df6e8a7d6599bd49f1a07919d2084f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:48.904Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:24:48.904Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-03-02T21:24:48.904Z] 817c7023843c: Preparing [2023-03-02T21:24:48.904Z] e2ee7b8615b2: Preparing [2023-03-02T21:24:48.904Z] ee365aeb1b8e: Preparing [2023-03-02T21:24:48.904Z] 6210cf5cd6d3: Preparing [2023-03-02T21:24:48.904Z] cf55bc0a6e79: Preparing [2023-03-02T21:24:48.904Z] 4e6476652798: Preparing [2023-03-02T21:24:48.904Z] 4e6476652798: Waiting [2023-03-02T21:24:48.904Z] 817c7023843c: Pushed [2023-03-02T21:24:48.904Z] e2ee7b8615b2: Pushed [2023-03-02T21:24:48.904Z] ee365aeb1b8e: Pushed [2023-03-02T21:24:48.904Z] 4e6476652798: Layer already exists [2023-03-02T21:24:49.163Z] cf55bc0a6e79: Pushed [2023-03-02T21:24:55.750Z] 6210cf5cd6d3: Pushed [2023-03-02T21:24:55.750Z] a219a96092df6e8a7d6599bd49f1a07919d2084f: digest: sha256:62d3e859b49c4d3fe136320dd874d245dd2de3329d883fa110f83abee3686e93 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:56.056Z] + 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-02T21:24:56.356Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-03-02T21:24:56.356Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-03-02T21:24:56.356Z] 817c7023843c: Preparing [2023-03-02T21:24:56.356Z] e2ee7b8615b2: Preparing [2023-03-02T21:24:56.356Z] ee365aeb1b8e: Preparing [2023-03-02T21:24:56.356Z] 6210cf5cd6d3: Preparing [2023-03-02T21:24:56.356Z] cf55bc0a6e79: Preparing [2023-03-02T21:24:56.356Z] 4e6476652798: Preparing [2023-03-02T21:24:56.356Z] 4e6476652798: Waiting [2023-03-02T21:24:56.356Z] e2ee7b8615b2: Layer already exists [2023-03-02T21:24:56.356Z] 817c7023843c: Layer already exists [2023-03-02T21:24:56.356Z] cf55bc0a6e79: Layer already exists [2023-03-02T21:24:56.356Z] ee365aeb1b8e: Layer already exists [2023-03-02T21:24:56.356Z] 6210cf5cd6d3: Layer already exists [2023-03-02T21:24:56.356Z] 4e6476652798: Layer already exists [2023-03-02T21:24:56.356Z] latest: digest: sha256:62d3e859b49c4d3fe136320dd874d245dd2de3329d883fa110f83abee3686e93 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:56.665Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:56.970Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.75 [2023-03-02T21:24:56.970Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-03-02T21:24:56.970Z] 817c7023843c: Preparing [2023-03-02T21:24:56.970Z] e2ee7b8615b2: Preparing [2023-03-02T21:24:56.970Z] ee365aeb1b8e: Preparing [2023-03-02T21:24:56.970Z] 6210cf5cd6d3: Preparing [2023-03-02T21:24:56.970Z] cf55bc0a6e79: Preparing [2023-03-02T21:24:56.970Z] 4e6476652798: Preparing [2023-03-02T21:24:56.970Z] 4e6476652798: Waiting [2023-03-02T21:24:56.970Z] ee365aeb1b8e: Layer already exists [2023-03-02T21:24:56.970Z] 817c7023843c: Layer already exists [2023-03-02T21:24:56.970Z] cf55bc0a6e79: Layer already exists [2023-03-02T21:24:56.970Z] 6210cf5cd6d3: Layer already exists [2023-03-02T21:24:56.970Z] e2ee7b8615b2: Layer already exists [2023-03-02T21:24:56.970Z] 4e6476652798: Layer already exists [2023-03-02T21:24:56.970Z] 3.0.0-dev.75: digest: sha256:62d3e859b49c4d3fe136320dd874d245dd2de3329d883fa110f83abee3686e93 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:57.277Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:57.578Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:24:57.578Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-03-02T21:24:57.578Z] 817c7023843c: Preparing [2023-03-02T21:24:57.578Z] e2ee7b8615b2: Preparing [2023-03-02T21:24:57.578Z] ee365aeb1b8e: Preparing [2023-03-02T21:24:57.578Z] 6210cf5cd6d3: Preparing [2023-03-02T21:24:57.578Z] cf55bc0a6e79: Preparing [2023-03-02T21:24:57.578Z] 4e6476652798: Preparing [2023-03-02T21:24:57.578Z] 4e6476652798: Waiting [2023-03-02T21:24:57.578Z] e2ee7b8615b2: Layer already exists [2023-03-02T21:24:57.578Z] cf55bc0a6e79: Layer already exists [2023-03-02T21:24:57.578Z] ee365aeb1b8e: Layer already exists [2023-03-02T21:24:57.578Z] 6210cf5cd6d3: Layer already exists [2023-03-02T21:24:57.578Z] 817c7023843c: Layer already exists [2023-03-02T21:24:57.578Z] 4e6476652798: Layer already exists [2023-03-02T21:24:57.578Z] a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75: digest: sha256:62d3e859b49c4d3fe136320dd874d245dd2de3329d883fa110f83abee3686e93 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:57.877Z] + 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-02T21:24:58.174Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2023-03-02T21:24:58.174Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-03-02T21:24:58.174Z] 817c7023843c: Preparing [2023-03-02T21:24:58.174Z] e2ee7b8615b2: Preparing [2023-03-02T21:24:58.174Z] ee365aeb1b8e: Preparing [2023-03-02T21:24:58.174Z] 6210cf5cd6d3: Preparing [2023-03-02T21:24:58.174Z] cf55bc0a6e79: Preparing [2023-03-02T21:24:58.175Z] 4e6476652798: Preparing [2023-03-02T21:24:58.175Z] 4e6476652798: Waiting [2023-03-02T21:24:58.175Z] 6210cf5cd6d3: Layer already exists [2023-03-02T21:24:58.175Z] 817c7023843c: Layer already exists [2023-03-02T21:24:58.175Z] cf55bc0a6e79: Layer already exists [2023-03-02T21:24:58.175Z] ee365aeb1b8e: Layer already exists [2023-03-02T21:24:58.175Z] e2ee7b8615b2: Layer already exists [2023-03-02T21:24:58.175Z] 4e6476652798: Layer already exists [2023-03-02T21:24:58.175Z] main: digest: sha256:62d3e859b49c4d3fe136320dd874d245dd2de3329d883fa110f83abee3686e93 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-02T21:24:58.211Z] ===================================================== [Pipeline] echo [2023-03-02T21:24:58.216Z] taggedImages: [2023-03-02T21:24:58.216Z] - nexus3.edgexfoundry.org:10004/security-spire-config:a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:24:58.216Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-03-02T21:24:58.216Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.75 [2023-03-02T21:24:58.216Z] - nexus3.edgexfoundry.org:10004/security-spire-config:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:24:58.216Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2023-03-02T21:24:58.231Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2023-03-02T21:24:58.231Z] a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:24:58.231Z] latest [2023-03-02T21:24:58.231Z] 3.0.0-dev.75 [2023-03-02T21:24:58.231Z] a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:24:58.231Z] main [2023-03-02T21:24:58.231Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:58.532Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:a219a96092df6e8a7d6599bd49f1a07919d2084f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:24:58.849Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:24:58.850Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-03-02T21:24:58.850Z] 4d97e0bea953: Preparing [2023-03-02T21:24:58.850Z] 7e40bb56ed07: Preparing [2023-03-02T21:24:58.850Z] 8f0d63042414: Preparing [2023-03-02T21:24:58.850Z] 90df56fc1997: Preparing [2023-03-02T21:24:58.850Z] dba7c1541abe: Preparing [2023-03-02T21:24:58.850Z] 4e6476652798: Preparing [2023-03-02T21:24:58.850Z] 4e6476652798: Waiting [2023-03-02T21:24:58.850Z] 8f0d63042414: Pushed [2023-03-02T21:24:58.850Z] 7e40bb56ed07: Pushed [2023-03-02T21:24:58.850Z] 4d97e0bea953: Pushed [2023-03-02T21:24:59.109Z] 4e6476652798: Layer already exists [2023-03-02T21:24:59.109Z] dba7c1541abe: Pushed [2023-03-02T21:25:05.676Z] 90df56fc1997: Pushed [2023-03-02T21:25:05.676Z] a219a96092df6e8a7d6599bd49f1a07919d2084f: digest: sha256:3ccce4afd1a7edbb6a8587506dfa40077fb0be32a368af0bf92022cb5196e81f size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:25:05.990Z] + 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-02T21:25:06.296Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-03-02T21:25:06.296Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-03-02T21:25:06.296Z] 4d97e0bea953: Preparing [2023-03-02T21:25:06.296Z] 7e40bb56ed07: Preparing [2023-03-02T21:25:06.296Z] 8f0d63042414: Preparing [2023-03-02T21:25:06.296Z] 90df56fc1997: Preparing [2023-03-02T21:25:06.296Z] dba7c1541abe: Preparing [2023-03-02T21:25:06.296Z] 4e6476652798: Preparing [2023-03-02T21:25:06.296Z] 4e6476652798: Waiting [2023-03-02T21:25:06.296Z] 90df56fc1997: Layer already exists [2023-03-02T21:25:06.296Z] 4d97e0bea953: Layer already exists [2023-03-02T21:25:06.296Z] 7e40bb56ed07: Layer already exists [2023-03-02T21:25:06.296Z] dba7c1541abe: Layer already exists [2023-03-02T21:25:06.296Z] 4e6476652798: Layer already exists [2023-03-02T21:25:06.296Z] 8f0d63042414: Layer already exists [2023-03-02T21:25:06.296Z] latest: digest: sha256:3ccce4afd1a7edbb6a8587506dfa40077fb0be32a368af0bf92022cb5196e81f size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:25:06.603Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:25:06.905Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.75 [2023-03-02T21:25:06.905Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-03-02T21:25:06.905Z] 4d97e0bea953: Preparing [2023-03-02T21:25:06.905Z] 7e40bb56ed07: Preparing [2023-03-02T21:25:06.905Z] 8f0d63042414: Preparing [2023-03-02T21:25:06.905Z] 90df56fc1997: Preparing [2023-03-02T21:25:06.905Z] dba7c1541abe: Preparing [2023-03-02T21:25:06.905Z] 4e6476652798: Preparing [2023-03-02T21:25:06.905Z] 4e6476652798: Waiting [2023-03-02T21:25:06.905Z] 4d97e0bea953: Layer already exists [2023-03-02T21:25:06.905Z] 90df56fc1997: Layer already exists [2023-03-02T21:25:06.905Z] 8f0d63042414: Layer already exists [2023-03-02T21:25:06.905Z] 7e40bb56ed07: Layer already exists [2023-03-02T21:25:06.905Z] dba7c1541abe: Layer already exists [2023-03-02T21:25:06.905Z] 4e6476652798: Layer already exists [2023-03-02T21:25:06.905Z] 3.0.0-dev.75: digest: sha256:3ccce4afd1a7edbb6a8587506dfa40077fb0be32a368af0bf92022cb5196e81f size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:25:07.209Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:25:07.514Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:25:07.514Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-03-02T21:25:07.514Z] 4d97e0bea953: Preparing [2023-03-02T21:25:07.514Z] 7e40bb56ed07: Preparing [2023-03-02T21:25:07.514Z] 8f0d63042414: Preparing [2023-03-02T21:25:07.514Z] 90df56fc1997: Preparing [2023-03-02T21:25:07.514Z] dba7c1541abe: Preparing [2023-03-02T21:25:07.514Z] 4e6476652798: Preparing [2023-03-02T21:25:07.514Z] 4e6476652798: Waiting [2023-03-02T21:25:07.514Z] 7e40bb56ed07: Layer already exists [2023-03-02T21:25:07.514Z] dba7c1541abe: Layer already exists [2023-03-02T21:25:07.514Z] 8f0d63042414: Layer already exists [2023-03-02T21:25:07.514Z] 4d97e0bea953: Layer already exists [2023-03-02T21:25:07.514Z] 90df56fc1997: Layer already exists [2023-03-02T21:25:07.514Z] 4e6476652798: Layer already exists [2023-03-02T21:25:07.514Z] a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75: digest: sha256:3ccce4afd1a7edbb6a8587506dfa40077fb0be32a368af0bf92022cb5196e81f size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:25:07.816Z] + 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-02T21:25:08.119Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2023-03-02T21:25:08.119Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-03-02T21:25:08.119Z] 4d97e0bea953: Preparing [2023-03-02T21:25:08.119Z] 7e40bb56ed07: Preparing [2023-03-02T21:25:08.119Z] 8f0d63042414: Preparing [2023-03-02T21:25:08.119Z] 90df56fc1997: Preparing [2023-03-02T21:25:08.119Z] dba7c1541abe: Preparing [2023-03-02T21:25:08.119Z] 4e6476652798: Preparing [2023-03-02T21:25:08.119Z] 8f0d63042414: Layer already exists [2023-03-02T21:25:08.119Z] 7e40bb56ed07: Layer already exists [2023-03-02T21:25:08.119Z] 90df56fc1997: Layer already exists [2023-03-02T21:25:08.119Z] 4d97e0bea953: Layer already exists [2023-03-02T21:25:08.119Z] dba7c1541abe: Layer already exists [2023-03-02T21:25:08.119Z] 4e6476652798: Layer already exists [2023-03-02T21:25:08.119Z] main: digest: sha256:3ccce4afd1a7edbb6a8587506dfa40077fb0be32a368af0bf92022cb5196e81f size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-02T21:25:08.153Z] ===================================================== [Pipeline] echo [2023-03-02T21:25:08.158Z] taggedImages: [2023-03-02T21:25:08.158Z] - nexus3.edgexfoundry.org:10004/security-spire-server:a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:25:08.158Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-03-02T21:25:08.158Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.75 [2023-03-02T21:25:08.158Z] - nexus3.edgexfoundry.org:10004/security-spire-server:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:25:08.158Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2023-03-02T21:25:08.173Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2023-03-02T21:25:08.173Z] a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:25:08.173Z] latest [2023-03-02T21:25:08.173Z] 3.0.0-dev.75 [2023-03-02T21:25:08.173Z] a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:25:08.173Z] main [2023-03-02T21:25:08.173Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:25:08.480Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:a219a96092df6e8a7d6599bd49f1a07919d2084f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:25:08.783Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:25:08.783Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-03-02T21:25:08.783Z] c1cef76d5039: Preparing [2023-03-02T21:25:08.783Z] d63d1973d396: Preparing [2023-03-02T21:25:08.783Z] 31933adea43e: Preparing [2023-03-02T21:25:08.783Z] 3ca666a14400: Preparing [2023-03-02T21:25:08.783Z] aa5968d388b8: Preparing [2023-03-02T21:25:08.783Z] 31933adea43e: Layer already exists [2023-03-02T21:25:08.783Z] aa5968d388b8: Layer already exists [2023-03-02T21:25:08.783Z] c1cef76d5039: Pushed [2023-03-02T21:25:08.783Z] 3ca666a14400: Pushed [2023-03-02T21:25:11.434Z] d63d1973d396: Pushed [2023-03-02T21:25:11.434Z] a219a96092df6e8a7d6599bd49f1a07919d2084f: digest: sha256:614c405195797c868696fc750e7a67af988e327ce47ca3e3d65d2a74605aa0c6 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:25:11.758Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:25:12.055Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-03-02T21:25:12.055Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-03-02T21:25:12.055Z] c1cef76d5039: Preparing [2023-03-02T21:25:12.055Z] d63d1973d396: Preparing [2023-03-02T21:25:12.055Z] 31933adea43e: Preparing [2023-03-02T21:25:12.055Z] 3ca666a14400: Preparing [2023-03-02T21:25:12.055Z] aa5968d388b8: Preparing [2023-03-02T21:25:12.055Z] c1cef76d5039: Layer already exists [2023-03-02T21:25:12.055Z] 3ca666a14400: Layer already exists [2023-03-02T21:25:12.055Z] aa5968d388b8: Layer already exists [2023-03-02T21:25:12.055Z] d63d1973d396: Layer already exists [2023-03-02T21:25:12.055Z] 31933adea43e: Layer already exists [2023-03-02T21:25:12.055Z] latest: digest: sha256:614c405195797c868696fc750e7a67af988e327ce47ca3e3d65d2a74605aa0c6 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:25:12.362Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:25:12.664Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.75 [2023-03-02T21:25:12.664Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-03-02T21:25:12.664Z] c1cef76d5039: Preparing [2023-03-02T21:25:12.664Z] d63d1973d396: Preparing [2023-03-02T21:25:12.664Z] 31933adea43e: Preparing [2023-03-02T21:25:12.664Z] 3ca666a14400: Preparing [2023-03-02T21:25:12.664Z] aa5968d388b8: Preparing [2023-03-02T21:25:12.664Z] c1cef76d5039: Layer already exists [2023-03-02T21:25:12.664Z] d63d1973d396: Layer already exists [2023-03-02T21:25:12.664Z] 3ca666a14400: Layer already exists [2023-03-02T21:25:12.664Z] 31933adea43e: Layer already exists [2023-03-02T21:25:12.664Z] aa5968d388b8: Layer already exists [2023-03-02T21:25:12.664Z] 3.0.0-dev.75: digest: sha256:614c405195797c868696fc750e7a67af988e327ce47ca3e3d65d2a74605aa0c6 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:25:12.965Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:25:13.264Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:25:13.265Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-03-02T21:25:13.265Z] c1cef76d5039: Preparing [2023-03-02T21:25:13.265Z] d63d1973d396: Preparing [2023-03-02T21:25:13.265Z] 31933adea43e: Preparing [2023-03-02T21:25:13.265Z] 3ca666a14400: Preparing [2023-03-02T21:25:13.265Z] aa5968d388b8: Preparing [2023-03-02T21:25:13.265Z] 31933adea43e: Layer already exists [2023-03-02T21:25:13.265Z] 3ca666a14400: Layer already exists [2023-03-02T21:25:13.265Z] d63d1973d396: Layer already exists [2023-03-02T21:25:13.265Z] aa5968d388b8: Layer already exists [2023-03-02T21:25:13.265Z] c1cef76d5039: Layer already exists [2023-03-02T21:25:13.265Z] a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75: digest: sha256:614c405195797c868696fc750e7a67af988e327ce47ca3e3d65d2a74605aa0c6 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:25:13.566Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:25:13.863Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2023-03-02T21:25:13.863Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-03-02T21:25:13.863Z] c1cef76d5039: Preparing [2023-03-02T21:25:13.863Z] d63d1973d396: Preparing [2023-03-02T21:25:13.863Z] 31933adea43e: Preparing [2023-03-02T21:25:13.863Z] 3ca666a14400: Preparing [2023-03-02T21:25:13.863Z] aa5968d388b8: Preparing [2023-03-02T21:25:13.863Z] aa5968d388b8: Layer already exists [2023-03-02T21:25:13.863Z] 3ca666a14400: Layer already exists [2023-03-02T21:25:13.863Z] d63d1973d396: Layer already exists [2023-03-02T21:25:13.863Z] c1cef76d5039: Layer already exists [2023-03-02T21:25:13.863Z] 31933adea43e: Layer already exists [2023-03-02T21:25:13.863Z] main: digest: sha256:614c405195797c868696fc750e7a67af988e327ce47ca3e3d65d2a74605aa0c6 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-02T21:25:13.897Z] ===================================================== [Pipeline] echo [2023-03-02T21:25:13.903Z] taggedImages: [2023-03-02T21:25:13.903Z] - nexus3.edgexfoundry.org:10004/support-notifications:a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:25:13.903Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-03-02T21:25:13.903Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.75 [2023-03-02T21:25:13.903Z] - nexus3.edgexfoundry.org:10004/support-notifications:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:25:13.903Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2023-03-02T21:25:13.918Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2023-03-02T21:25:13.918Z] a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:25:13.918Z] latest [2023-03-02T21:25:13.918Z] 3.0.0-dev.75 [2023-03-02T21:25:13.918Z] a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:25:13.918Z] main [2023-03-02T21:25:13.918Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:25:14.222Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:a219a96092df6e8a7d6599bd49f1a07919d2084f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:25:14.521Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:25:14.521Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-03-02T21:25:14.521Z] a4eb5fd3c7a6: Preparing [2023-03-02T21:25:14.521Z] cf6d7ac50862: Preparing [2023-03-02T21:25:14.521Z] 31933adea43e: Preparing [2023-03-02T21:25:14.521Z] 0c2826e69e30: Preparing [2023-03-02T21:25:14.521Z] aa5968d388b8: Preparing [2023-03-02T21:25:14.521Z] 31933adea43e: Layer already exists [2023-03-02T21:25:14.521Z] 0c2826e69e30: Layer already exists [2023-03-02T21:25:14.521Z] aa5968d388b8: Layer already exists [2023-03-02T21:25:14.521Z] a4eb5fd3c7a6: Pushed [2023-03-02T21:25:17.063Z] cf6d7ac50862: Pushed [2023-03-02T21:25:17.063Z] a219a96092df6e8a7d6599bd49f1a07919d2084f: digest: sha256:d00ab997b51ce9e5199bdfe32626924e721dacb9bad1fa17123bf2d2b3819a22 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:25:17.379Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:25:17.683Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-03-02T21:25:17.684Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-03-02T21:25:17.684Z] a4eb5fd3c7a6: Preparing [2023-03-02T21:25:17.684Z] cf6d7ac50862: Preparing [2023-03-02T21:25:17.684Z] 31933adea43e: Preparing [2023-03-02T21:25:17.684Z] 0c2826e69e30: Preparing [2023-03-02T21:25:17.684Z] aa5968d388b8: Preparing [2023-03-02T21:25:17.684Z] 0c2826e69e30: Layer already exists [2023-03-02T21:25:17.684Z] a4eb5fd3c7a6: Layer already exists [2023-03-02T21:25:17.684Z] aa5968d388b8: Layer already exists [2023-03-02T21:25:17.684Z] cf6d7ac50862: Layer already exists [2023-03-02T21:25:17.684Z] 31933adea43e: Layer already exists [2023-03-02T21:25:17.684Z] latest: digest: sha256:d00ab997b51ce9e5199bdfe32626924e721dacb9bad1fa17123bf2d2b3819a22 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:25:17.992Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:25:18.298Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.75 [2023-03-02T21:25:18.298Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-03-02T21:25:18.298Z] a4eb5fd3c7a6: Preparing [2023-03-02T21:25:18.298Z] cf6d7ac50862: Preparing [2023-03-02T21:25:18.298Z] 31933adea43e: Preparing [2023-03-02T21:25:18.298Z] 0c2826e69e30: Preparing [2023-03-02T21:25:18.298Z] aa5968d388b8: Preparing [2023-03-02T21:25:18.298Z] 0c2826e69e30: Layer already exists [2023-03-02T21:25:18.298Z] a4eb5fd3c7a6: Layer already exists [2023-03-02T21:25:18.298Z] cf6d7ac50862: Layer already exists [2023-03-02T21:25:18.298Z] 31933adea43e: Layer already exists [2023-03-02T21:25:18.298Z] aa5968d388b8: Layer already exists [2023-03-02T21:25:18.298Z] 3.0.0-dev.75: digest: sha256:d00ab997b51ce9e5199bdfe32626924e721dacb9bad1fa17123bf2d2b3819a22 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:25:18.618Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:25:18.922Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:25:18.922Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-03-02T21:25:18.922Z] a4eb5fd3c7a6: Preparing [2023-03-02T21:25:18.922Z] cf6d7ac50862: Preparing [2023-03-02T21:25:18.922Z] 31933adea43e: Preparing [2023-03-02T21:25:18.922Z] 0c2826e69e30: Preparing [2023-03-02T21:25:18.922Z] aa5968d388b8: Preparing [2023-03-02T21:25:18.922Z] 31933adea43e: Layer already exists [2023-03-02T21:25:18.922Z] cf6d7ac50862: Layer already exists [2023-03-02T21:25:18.922Z] 0c2826e69e30: Layer already exists [2023-03-02T21:25:18.922Z] a4eb5fd3c7a6: Layer already exists [2023-03-02T21:25:18.922Z] aa5968d388b8: Layer already exists [2023-03-02T21:25:18.922Z] a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75: digest: sha256:d00ab997b51ce9e5199bdfe32626924e721dacb9bad1fa17123bf2d2b3819a22 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:25:19.244Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:25:19.563Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2023-03-02T21:25:19.563Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-03-02T21:25:19.563Z] a4eb5fd3c7a6: Preparing [2023-03-02T21:25:19.563Z] cf6d7ac50862: Preparing [2023-03-02T21:25:19.563Z] 31933adea43e: Preparing [2023-03-02T21:25:19.563Z] 0c2826e69e30: Preparing [2023-03-02T21:25:19.563Z] aa5968d388b8: Preparing [2023-03-02T21:25:19.563Z] a4eb5fd3c7a6: Layer already exists [2023-03-02T21:25:19.563Z] 0c2826e69e30: Layer already exists [2023-03-02T21:25:19.563Z] aa5968d388b8: Layer already exists [2023-03-02T21:25:19.563Z] 31933adea43e: Layer already exists [2023-03-02T21:25:19.563Z] cf6d7ac50862: Layer already exists [2023-03-02T21:25:19.563Z] main: digest: sha256:d00ab997b51ce9e5199bdfe32626924e721dacb9bad1fa17123bf2d2b3819a22 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-02T21:25:19.602Z] ===================================================== [Pipeline] echo [2023-03-02T21:25:19.609Z] taggedImages: [2023-03-02T21:25:19.609Z] - nexus3.edgexfoundry.org:10004/support-scheduler:a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:25:19.609Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-03-02T21:25:19.609Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.75 [2023-03-02T21:25:19.609Z] - nexus3.edgexfoundry.org:10004/support-scheduler:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:25:19.609Z] - 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-02T21:30:23.852Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-03-02T21:30:36.181Z] Removing intermediate container 08a209db6175 [2023-03-02T21:30:36.181Z] ---> e68cda94dd6c [2023-03-02T21:30:36.181Z] [2023-03-02T21:30:36.181Z] Step 10/22 : FROM alpine:3.16 [2023-03-02T21:30:36.181Z] 3.16: Pulling from library/alpine [2023-03-02T21:30:36.482Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-02T21:30:36.482Z] Status: Downloaded newer image for alpine:3.16 [2023-03-02T21:30:36.482Z] ---> 4c81e5bf8899 [2023-03-02T21:30:36.482Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-02T21:30:36.482Z] ---> Running in 2c27c1e5c91a [2023-03-02T21:30:37.092Z] Removing intermediate container 2c27c1e5c91a [2023-03-02T21:30:37.092Z] ---> d531e43ab466 [2023-03-02T21:30:37.092Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-03-02T21:30:37.360Z] ---> Running in 150fce6554d7 [2023-03-02T21:30:39.313Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-02T21:30:39.901Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-02T21:30:41.313Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-02T21:30:41.313Z] Executing busybox-1.35.0-r17.trigger [2023-03-02T21:30:41.313Z] OK: 5 MiB in 15 packages [2023-03-02T21:30:44.056Z] Removing intermediate container 150fce6554d7 [2023-03-02T21:30:44.056Z] ---> 397a7a281afc [2023-03-02T21:30:44.056Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-02T21:30:45.536Z] ---> f7b1eb3dc8fd [2023-03-02T21:30:45.536Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-03-02T21:30:48.187Z] ---> af37cde34854 [2023-03-02T21:30:48.187Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml [2023-03-02T21:30:49.609Z] ---> e27e15f29435 [2023-03-02T21:30:49.609Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-03-02T21:30:49.876Z] Removing intermediate container c250f9b0176f [2023-03-02T21:30:49.876Z] ---> 68c33307dd27 [2023-03-02T21:30:49.876Z] [2023-03-02T21:30:49.876Z] Step 9/21 : FROM alpine:3.16 [2023-03-02T21:30:49.876Z] ---> 4c81e5bf8899 [2023-03-02T21:30:49.876Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-03-02T21:30:49.876Z] ---> Running in cf3ab0107be6 [2023-03-02T21:30:51.293Z] ---> 0ff4881a166f [2023-03-02T21:30:51.294Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-02T21:30:51.294Z] ---> Running in aaf4c70c9930 [2023-03-02T21:30:52.254Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-02T21:30:52.837Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-02T21:30:54.250Z] (1/6) Installing ca-certificates (20220614-r0) [2023-03-02T21:30:54.520Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-03-02T21:30:54.520Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-03-02T21:30:54.520Z] (4/6) Installing libcurl (7.83.1-r6) [2023-03-02T21:30:54.520Z] (5/6) Installing curl (7.83.1-r6) [2023-03-02T21:30:54.520Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-03-02T21:30:54.520Z] Executing busybox-1.35.0-r17.trigger [2023-03-02T21:30:54.520Z] Removing intermediate container aaf4c70c9930 [2023-03-02T21:30:54.520Z] ---> 57ab64b162cf [2023-03-02T21:30:54.520Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-02T21:30:54.520Z] Executing ca-certificates-20220614-r0.trigger [2023-03-02T21:30:54.793Z] ---> Running in bbddb4d8b9cb [2023-03-02T21:30:55.061Z] OK: 8 MiB in 20 packages [2023-03-02T21:30:55.329Z] Removing intermediate container bbddb4d8b9cb [2023-03-02T21:30:55.329Z] ---> 4b87749e5a78 [2023-03-02T21:30:55.329Z] Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-03-02T21:30:55.329Z] ---> Running in 94c81c0851ae [2023-03-02T21:30:55.914Z] Removing intermediate container 94c81c0851ae [2023-03-02T21:30:55.914Z] ---> 150332f25077 [2023-03-02T21:30:55.914Z] Step 20/22 : LABEL arch=arm64 [2023-03-02T21:30:56.182Z] ---> Running in a97110741a06 [2023-03-02T21:30:57.144Z] Removing intermediate container a97110741a06 [2023-03-02T21:30:57.144Z] ---> 6003cafc6d58 [2023-03-02T21:30:57.144Z] Step 21/22 : LABEL git_sha=a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:30:57.144Z] ---> Running in af3e2d15789a [2023-03-02T21:30:57.731Z] Removing intermediate container cf3ab0107be6 [2023-03-02T21:30:57.731Z] ---> 901e0412f2b2 [2023-03-02T21:30:57.731Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-03-02T21:30:57.731Z] ---> Running in 3064f39585c2 [2023-03-02T21:30:58.003Z] Removing intermediate container af3e2d15789a [2023-03-02T21:30:58.003Z] ---> 0eb26ac0373f [2023-03-02T21:30:58.003Z] Step 22/22 : LABEL version=3.0.0-dev.75 [2023-03-02T21:30:58.270Z] ---> Running in d9d86e8bfcdd [2023-03-02T21:30:58.270Z] Removing intermediate container 3064f39585c2 [2023-03-02T21:30:58.270Z] ---> 6c9a801e9919 [2023-03-02T21:30:58.270Z] Step 12/21 : WORKDIR /edgex [2023-03-02T21:30:58.538Z] ---> Running in 1c509864fa10 [2023-03-02T21:30:58.819Z] Removing intermediate container d9d86e8bfcdd [2023-03-02T21:30:58.819Z] ---> 9e5610f999cf [2023-03-02T21:30:58.819Z] [2023-03-02T21:30:59.106Z] Successfully built 9e5610f999cf [2023-03-02T21:30:59.106Z] Successfully tagged security-proxy-auth-arm64:latest [2023-03-02T21:30:59.106Z] Removing intermediate container 1c509864fa10 [2023-03-02T21:30:59.106Z] ---> 4ad1f386b7f6 [2023-03-02T21:30:59.106Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-03-02T21:30:59.106Z]  Building security-proxy-auth ... done Building core-data [2023-03-02T21:31:00.086Z] ---> 91f6ac5d114e [2023-03-02T21:31:00.086Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-03-02T21:31:02.070Z] ---> 1f0a086da8f6 [2023-03-02T21:31:02.070Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-03-02T21:31:04.021Z] ---> d9e179594dbc [2023-03-02T21:31:04.021Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-03-02T21:31:04.021Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-02T21:31:04.021Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-02T21:31:04.021Z] ---> a274eeb8e51d [2023-03-02T21:31:04.021Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-02T21:31:04.021Z] ---> Using cache [2023-03-02T21:31:04.021Z] ---> 76ff9dfb1fb0 [2023-03-02T21:31:04.021Z] Step 4/22 : WORKDIR /edgex-go [2023-03-02T21:31:04.021Z] ---> Using cache [2023-03-02T21:31:04.021Z] ---> a9a64f20e880 [2023-03-02T21:31:04.021Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-02T21:31:04.021Z] ---> Using cache [2023-03-02T21:31:04.021Z] ---> 8dd51c4a3b6e [2023-03-02T21:31:04.021Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-02T21:31:04.288Z] ---> Using cache [2023-03-02T21:31:04.288Z] ---> 3deeadcb4f78 [2023-03-02T21:31:04.288Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-02T21:31:04.288Z] ---> Using cache [2023-03-02T21:31:04.288Z] ---> 614e910e1e9a [2023-03-02T21:31:04.288Z] Step 8/22 : COPY . . [2023-03-02T21:31:04.880Z] ---> Using cache [2023-03-02T21:31:04.880Z] ---> 7dd906a853c8 [2023-03-02T21:31:04.880Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-03-02T21:31:04.880Z] ---> Running in 3a1f070d0844 [2023-03-02T21:31:05.844Z] ---> 70172499a7bc [2023-03-02T21:31:05.844Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-02T21:31:05.844Z] ---> Running in 1fc3c721e25d [2023-03-02T21:31:08.426Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-03-02T21:31:11.008Z] Removing intermediate container 1fc3c721e25d [2023-03-02T21:31:11.008Z] ---> 3cd915ecf150 [2023-03-02T21:31:11.008Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-03-02T21:31:11.008Z] ---> Running in 84bcf1a65add [2023-03-02T21:31:12.948Z] Removing intermediate container 84bcf1a65add [2023-03-02T21:31:12.948Z] ---> a89684ca22d1 [2023-03-02T21:31:12.948Z] Step 19/21 : LABEL arch=arm64 [2023-03-02T21:31:12.948Z] ---> Running in 4344987b468b [2023-03-02T21:31:13.916Z] Removing intermediate container 4344987b468b [2023-03-02T21:31:13.916Z] ---> 170f091e192b [2023-03-02T21:31:13.916Z] Step 20/21 : LABEL git_sha=a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:31:14.186Z] ---> Running in 4e37acdfa875 [2023-03-02T21:31:15.147Z] Removing intermediate container 4e37acdfa875 [2023-03-02T21:31:15.147Z] ---> 0df98bab8b01 [2023-03-02T21:31:15.147Z] Step 21/21 : LABEL version=3.0.0-dev.75 [2023-03-02T21:31:15.147Z] ---> Running in cbafdb28bf64 [2023-03-02T21:31:15.728Z] Removing intermediate container 4b9fba3f4807 [2023-03-02T21:31:15.728Z] ---> e26b76b57b18 [2023-03-02T21:31:15.728Z] [2023-03-02T21:31:15.728Z] Step 10/22 : FROM alpine:3.16 [2023-03-02T21:31:15.728Z] ---> 4c81e5bf8899 [2023-03-02T21:31:15.728Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-02T21:31:15.728Z] ---> Using cache [2023-03-02T21:31:15.728Z] ---> d531e43ab466 [2023-03-02T21:31:15.728Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-03-02T21:31:15.728Z] ---> Using cache [2023-03-02T21:31:15.728Z] ---> 397a7a281afc [2023-03-02T21:31:15.728Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-02T21:31:15.728Z] ---> Using cache [2023-03-02T21:31:15.728Z] ---> f7b1eb3dc8fd [2023-03-02T21:31:15.728Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-03-02T21:31:15.995Z] Removing intermediate container cbafdb28bf64 [2023-03-02T21:31:15.995Z] ---> 7a9721a519af [2023-03-02T21:31:15.995Z] [2023-03-02T21:31:16.261Z] Successfully built 7a9721a519af [2023-03-02T21:31:16.261Z] Successfully tagged security-proxy-setup-arm64:latest [2023-03-02T21:31:16.261Z]  Building security-proxy-setup ... done Building support-scheduler [2023-03-02T21:31:17.667Z] ---> d45ab20fef3e [2023-03-02T21:31:17.667Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-03-02T21:31:18.255Z] ---> 92107048b415 [2023-03-02T21:31:18.255Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-03-02T21:31:19.223Z] ---> 3d75f4f62469 [2023-03-02T21:31:19.223Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-02T21:31:19.223Z] ---> Running in 7bdd6cddf910 [2023-03-02T21:31:21.164Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-02T21:31:21.164Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-02T21:31:21.164Z] ---> a274eeb8e51d [2023-03-02T21:31:21.164Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-02T21:31:21.164Z] ---> Using cache [2023-03-02T21:31:21.164Z] ---> 76ff9dfb1fb0 [2023-03-02T21:31:21.164Z] Step 4/22 : WORKDIR /edgex-go [2023-03-02T21:31:21.164Z] ---> Using cache [2023-03-02T21:31:21.164Z] ---> a9a64f20e880 [2023-03-02T21:31:21.164Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-02T21:31:21.164Z] ---> Using cache [2023-03-02T21:31:21.164Z] ---> 8dd51c4a3b6e [2023-03-02T21:31:21.164Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-02T21:31:21.436Z] ---> Using cache [2023-03-02T21:31:21.436Z] ---> 3deeadcb4f78 [2023-03-02T21:31:21.436Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-02T21:31:21.436Z] ---> Using cache [2023-03-02T21:31:21.436Z] ---> 614e910e1e9a [2023-03-02T21:31:21.436Z] Step 8/22 : COPY . . [2023-03-02T21:31:21.436Z] ---> Using cache [2023-03-02T21:31:21.436Z] ---> 7dd906a853c8 [2023-03-02T21:31:21.436Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-03-02T21:31:21.705Z] ---> Running in 0a9923fdf2af [2023-03-02T21:31:23.114Z] Removing intermediate container 7bdd6cddf910 [2023-03-02T21:31:23.114Z] ---> 7d38733a4ff1 [2023-03-02T21:31:23.114Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-02T21:31:23.114Z] ---> Running in 79c4927a269d [2023-03-02T21:31:24.074Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-03-02T21:31:26.015Z] Removing intermediate container 79c4927a269d [2023-03-02T21:31:26.015Z] ---> 9de7dd079ffa [2023-03-02T21:31:26.015Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-03-02T21:31:26.282Z] ---> Running in aae1f6249730 [2023-03-02T21:31:26.865Z] Removing intermediate container aae1f6249730 [2023-03-02T21:31:26.865Z] ---> 266b19edc7b7 [2023-03-02T21:31:26.865Z] Step 20/22 : LABEL arch=arm64 [2023-03-02T21:31:27.132Z] ---> Running in 27f35448f1c3 [2023-03-02T21:31:27.399Z] Removing intermediate container 27f35448f1c3 [2023-03-02T21:31:27.399Z] ---> 122e54ca7b26 [2023-03-02T21:31:27.399Z] Step 21/22 : LABEL git_sha=a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:31:27.668Z] ---> Running in 1d9e229b51f2 [2023-03-02T21:31:28.257Z] Removing intermediate container 1d9e229b51f2 [2023-03-02T21:31:28.257Z] ---> 34be19d64415 [2023-03-02T21:31:28.257Z] Step 22/22 : LABEL version=3.0.0-dev.75 [2023-03-02T21:31:28.257Z] ---> Running in 0e7ddee62a86 [2023-03-02T21:31:28.843Z] Removing intermediate container 0e7ddee62a86 [2023-03-02T21:31:28.843Z] ---> 746ff405acb2 [2023-03-02T21:31:28.843Z] [2023-03-02T21:31:28.843Z] Successfully built 746ff405acb2 [2023-03-02T21:31:28.843Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-03-02T21:31:28.843Z] Building security-spire-agent [2023-03-02T21:31:32.187Z]  Building core-common-config-bootstrapper ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-02T21:31:32.187Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-02T21:31:32.187Z] ---> a274eeb8e51d [2023-03-02T21:31:32.187Z] Step 3/24 : WORKDIR /edgex-go [2023-03-02T21:31:32.187Z] ---> Using cache [2023-03-02T21:31:32.187Z] ---> 5c0a68421745 [2023-03-02T21:31:32.187Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-03-02T21:31:32.453Z] ---> Running in 9bc509a2fc30 [2023-03-02T21:31:35.038Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-02T21:31:35.038Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-02T21:31:36.445Z] OK: 221 MiB in 51 packages [2023-03-02T21:31:37.852Z] Removing intermediate container 9bc509a2fc30 [2023-03-02T21:31:37.852Z] ---> 61ec393c6937 [2023-03-02T21:31:37.852Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-02T21:31:38.815Z] ---> 4a9a3e46ddb5 [2023-03-02T21:31:38.815Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-02T21:31:39.083Z] ---> Running in 9b0a359a3f50 [2023-03-02T21:33:15.726Z] Removing intermediate container 1f32abaafa7e [2023-03-02T21:33:15.726Z] ---> 4e51b66e1cd6 [2023-03-02T21:33:15.726Z] [2023-03-02T21:33:15.726Z] Step 9/19 : FROM alpine:3.15 [2023-03-02T21:33:15.726Z] 3.15: Pulling from library/alpine [2023-03-02T21:33:15.726Z] Removing intermediate container 9b0a359a3f50 [2023-03-02T21:33:15.726Z] ---> b1ea2947f50b [2023-03-02T21:33:15.726Z] Step 7/24 : COPY . . [2023-03-02T21:33:15.726Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-03-02T21:33:15.726Z] Status: Downloaded newer image for alpine:3.15 [2023-03-02T21:33:15.726Z] ---> 354640af7b1b [2023-03-02T21:33:15.726Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-02T21:33:15.726Z] ---> Running in 20635e0fe13c [2023-03-02T21:33:15.726Z] Removing intermediate container 20635e0fe13c [2023-03-02T21:33:15.726Z] ---> 1a1e22f8bd7f [2023-03-02T21:33:15.726Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-03-02T21:33:15.726Z] ---> Running in 042e324e934d [2023-03-02T21:33:17.142Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-02T21:33:17.408Z] ---> 4641d1d9cf18 [2023-03-02T21:33:17.408Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-03-02T21:33:17.677Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-02T21:33:17.677Z] ---> Running in ac23b32d24ac [2023-03-02T21:33:18.258Z] Removing intermediate container ac23b32d24ac [2023-03-02T21:33:18.259Z] ---> d9ba55c66e22 [2023-03-02T21:33:18.259Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-03-02T21:33:18.259Z] ---> Running in 68d5ce9079e6 [2023-03-02T21:33:18.845Z] Removing intermediate container 68d5ce9079e6 [2023-03-02T21:33:18.845Z] ---> 11b5ae3cf406 [2023-03-02T21:33:18.845Z] 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-02T21:33:18.845Z] ---> Running in 708010de92fe [2023-03-02T21:33:19.431Z] v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-02T21:33:19.431Z] v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-02T21:33:19.431Z] OK: 15734 distinct packages available [2023-03-02T21:33:19.696Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-02T21:33:19.962Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-02T21:33:21.367Z] (1/9) Installing ca-certificates (20220614-r0) [2023-03-02T21:33:21.367Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-03-02T21:33:21.367Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-03-02T21:33:21.367Z] (4/9) Installing libcurl (7.80.0-r6) [2023-03-02T21:33:21.632Z] (5/9) Installing curl (7.80.0-r6) [2023-03-02T21:33:21.632Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-03-02T21:33:21.632Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-03-02T21:33:21.632Z] (8/9) Installing libucontext (1.1-r0) [2023-03-02T21:33:21.632Z] (9/9) Installing gcompat (1.0.0-r4) [2023-03-02T21:33:21.632Z] Executing busybox-1.34.1-r7.trigger [2023-03-02T21:33:21.632Z] Executing ca-certificates-20220614-r0.trigger [2023-03-02T21:33:22.215Z] OK: 8 MiB in 23 packages [2023-03-02T21:33:24.802Z] Removing intermediate container 708010de92fe [2023-03-02T21:33:24.802Z] ---> 4658c71519ed [2023-03-02T21:33:24.802Z] Step 11/24 : WORKDIR /edgex-go [2023-03-02T21:33:24.802Z] ---> Running in e150a10e4bd5 [2023-03-02T21:33:25.776Z] Removing intermediate container e150a10e4bd5 [2023-03-02T21:33:25.776Z] ---> db6d6403265d [2023-03-02T21:33:25.776Z] [2023-03-02T21:33:25.776Z] Step 12/24 : FROM alpine:3.15 [2023-03-02T21:33:25.776Z] ---> 354640af7b1b [2023-03-02T21:33:25.776Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-02T21:33:25.776Z] ---> Using cache [2023-03-02T21:33:25.776Z] ---> 1a1e22f8bd7f [2023-03-02T21:33:25.776Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-02T21:33:25.776Z] ---> Running in 7e1c427ac56d [2023-03-02T21:33:26.358Z] Removing intermediate container 042e324e934d [2023-03-02T21:33:26.358Z] ---> 17a38df148bb [2023-03-02T21:33:26.358Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-02T21:33:27.764Z] ---> cdb20f8ea255 [2023-03-02T21:33:27.764Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-03-02T21:33:28.029Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-02T21:33:28.608Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-02T21:33:30.543Z] v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-02T21:33:30.543Z] v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-02T21:33:30.543Z] OK: 15734 distinct packages available [2023-03-02T21:33:30.543Z] ---> 4c3f38364172 [2023-03-02T21:33:30.543Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-03-02T21:33:30.543Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-02T21:33:30.811Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-02T21:33:31.391Z] ---> 09475f929e03 [2023-03-02T21:33:31.391Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-03-02T21:33:31.391Z] ---> Running in bd529ded62a4 [2023-03-02T21:33:31.975Z] Removing intermediate container bd529ded62a4 [2023-03-02T21:33:31.975Z] ---> d789bd6b0821 [2023-03-02T21:33:31.975Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-02T21:33:31.975Z] ---> Running in a44474831b93 [2023-03-02T21:33:32.556Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-03-02T21:33:32.556Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-03-02T21:33:32.556Z] (3/5) Installing libucontext (1.1-r0) [2023-03-02T21:33:32.556Z] (4/5) Installing gcompat (1.0.0-r4) [2023-03-02T21:33:32.556Z] (5/5) Installing openssl (1.1.1t-r1) [2023-03-02T21:33:32.556Z] Executing busybox-1.34.1-r7.trigger [2023-03-02T21:33:32.556Z] OK: 6 MiB in 19 packages [2023-03-02T21:33:32.556Z] Removing intermediate container a44474831b93 [2023-03-02T21:33:32.556Z] ---> d087429b5cb9 [2023-03-02T21:33:32.556Z] Step 17/19 : LABEL arch=arm64 [2023-03-02T21:33:32.831Z] ---> Running in c5ca94f33a8f [2023-03-02T21:33:33.421Z] Removing intermediate container c5ca94f33a8f [2023-03-02T21:33:33.421Z] ---> dcd89ba6a358 [2023-03-02T21:33:33.421Z] Step 18/19 : LABEL git_sha=a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:33:33.690Z] ---> Running in 1df28a798f29 [2023-03-02T21:33:34.270Z] Removing intermediate container 1df28a798f29 [2023-03-02T21:33:34.270Z] ---> 9fdc37cecf28 [2023-03-02T21:33:34.270Z] Step 19/19 : LABEL version=3.0.0-dev.75 [2023-03-02T21:33:34.536Z] ---> Running in 9f915b7401ac [2023-03-02T21:33:34.536Z] Removing intermediate container 7e1c427ac56d [2023-03-02T21:33:34.536Z] ---> 6ee777fe94cb [2023-03-02T21:33:34.536Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-03-02T21:33:35.125Z] Removing intermediate container 9f915b7401ac [2023-03-02T21:33:35.125Z] ---> 586baf8b9f56 [2023-03-02T21:33:35.125Z] [2023-03-02T21:33:35.390Z] Successfully built 586baf8b9f56 [2023-03-02T21:33:35.390Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-03-02T21:33:35.390Z] Building security-spire-config [2023-03-02T21:33:37.967Z]  Building security-spiffe-token-provider ... done  ---> f02ceb283b2d [2023-03-02T21:33:37.967Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-02T21:33:40.537Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-02T21:33:40.537Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-02T21:33:40.537Z] ---> a274eeb8e51d [2023-03-02T21:33:40.537Z] Step 3/24 : WORKDIR /edgex-go [2023-03-02T21:33:40.537Z] ---> Using cache [2023-03-02T21:33:40.537Z] ---> 5c0a68421745 [2023-03-02T21:33:40.537Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-03-02T21:33:40.537Z] ---> Using cache [2023-03-02T21:33:40.537Z] ---> 61ec393c6937 [2023-03-02T21:33:40.537Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-02T21:33:40.537Z] ---> Using cache [2023-03-02T21:33:40.537Z] ---> 4a9a3e46ddb5 [2023-03-02T21:33:40.537Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-02T21:33:40.537Z] ---> Using cache [2023-03-02T21:33:40.537Z] ---> b1ea2947f50b [2023-03-02T21:33:40.537Z] Step 7/24 : COPY . . [2023-03-02T21:33:40.805Z] ---> Using cache [2023-03-02T21:33:40.805Z] ---> 4641d1d9cf18 [2023-03-02T21:33:40.805Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-03-02T21:33:40.805Z] ---> Using cache [2023-03-02T21:33:40.805Z] ---> d9ba55c66e22 [2023-03-02T21:33:40.805Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-03-02T21:33:40.805Z] ---> Using cache [2023-03-02T21:33:40.805Z] ---> 11b5ae3cf406 [2023-03-02T21:33:40.805Z] 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-02T21:33:40.805Z] ---> Using cache [2023-03-02T21:33:40.805Z] ---> 4658c71519ed [2023-03-02T21:33:40.805Z] Step 11/24 : WORKDIR /edgex-go [2023-03-02T21:33:40.805Z] ---> Using cache [2023-03-02T21:33:40.805Z] ---> db6d6403265d [2023-03-02T21:33:40.805Z] [2023-03-02T21:33:40.805Z] Step 12/24 : FROM alpine:3.15 [2023-03-02T21:33:40.805Z] ---> 354640af7b1b [2023-03-02T21:33:40.805Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-02T21:33:40.805Z] ---> Using cache [2023-03-02T21:33:40.805Z] ---> 1a1e22f8bd7f [2023-03-02T21:33:40.805Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-03-02T21:33:41.072Z] ---> Running in fd8954701af2 [2023-03-02T21:33:43.653Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-02T21:33:44.236Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-02T21:33:45.196Z] v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-02T21:33:45.196Z] v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-02T21:33:45.196Z] OK: 15734 distinct packages available [2023-03-02T21:33:45.464Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-02T21:33:45.731Z] ---> b87fe05fcb6a [2023-03-02T21:33:45.731Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-03-02T21:33:45.731Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-02T21:33:46.691Z] ---> 91aabb5c0efd [2023-03-02T21:33:46.691Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-03-02T21:33:47.274Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-03-02T21:33:47.274Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-03-02T21:33:47.274Z] (3/4) Installing libucontext (1.1-r0) [2023-03-02T21:33:47.274Z] (4/4) Installing gcompat (1.0.0-r4) [2023-03-02T21:33:47.274Z] Executing busybox-1.34.1-r7.trigger [2023-03-02T21:33:47.274Z] OK: 6 MiB in 18 packages [2023-03-02T21:33:47.542Z] ---> 969a9b414f21 [2023-03-02T21:33:47.542Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-03-02T21:33:50.140Z] Removing intermediate container fd8954701af2 [2023-03-02T21:33:50.140Z] ---> c798dc4eb4dc [2023-03-02T21:33:50.140Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-02T21:33:50.140Z] ---> 628ccfa01de9 [2023-03-02T21:33:50.141Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-02T21:33:50.408Z] ---> Running in 94c40c51c30a [2023-03-02T21:33:51.000Z] Removing intermediate container 94c40c51c30a [2023-03-02T21:33:51.000Z] ---> f186aa323ae2 [2023-03-02T21:33:51.000Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-02T21:33:51.268Z] ---> Running in 4773097a72ac [2023-03-02T21:33:52.226Z] Removing intermediate container 4773097a72ac [2023-03-02T21:33:52.226Z] ---> 27f9124f4d06 [2023-03-02T21:33:52.226Z] Step 22/24 : LABEL arch=arm64 [2023-03-02T21:33:52.496Z] ---> Running in f04415903e71 [2023-03-02T21:33:53.079Z] Removing intermediate container f04415903e71 [2023-03-02T21:33:53.079Z] ---> d18afae67382 [2023-03-02T21:33:53.079Z] Step 23/24 : LABEL git_sha=a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:33:53.345Z] ---> Running in d719d98bfc45 [2023-03-02T21:33:53.931Z] Removing intermediate container d719d98bfc45 [2023-03-02T21:33:53.931Z] ---> 92d73a9ddfde [2023-03-02T21:33:53.931Z] Step 24/24 : LABEL version=3.0.0-dev.75 [2023-03-02T21:33:54.199Z] ---> Running in d392daddd21f [2023-03-02T21:33:55.156Z] Removing intermediate container d392daddd21f [2023-03-02T21:33:55.156Z] ---> ce7fa27d18d9 [2023-03-02T21:33:55.156Z] [2023-03-02T21:33:55.156Z] Successfully built ce7fa27d18d9 [2023-03-02T21:33:55.156Z] Successfully tagged security-spire-agent-arm64:latest [2023-03-02T21:33:55.156Z] Building security-spire-server [2023-03-02T21:33:57.098Z]  Building security-spire-agent ... done  ---> e6386c5aeddc [2023-03-02T21:33:57.364Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-03-02T21:33:57.944Z] ---> 4df23b42df46 [2023-03-02T21:33:57.944Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-03-02T21:33:58.209Z] ---> Running in 855e6f574383 [2023-03-02T21:33:58.795Z] Removing intermediate container 855e6f574383 [2023-03-02T21:33:58.795Z] ---> 54de0775ccc7 [2023-03-02T21:33:58.795Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-03-02T21:33:59.376Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-02T21:33:59.376Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-02T21:33:59.376Z] ---> a274eeb8e51d [2023-03-02T21:33:59.376Z] Step 3/23 : WORKDIR /edgex-go [2023-03-02T21:33:59.376Z] ---> Using cache [2023-03-02T21:33:59.376Z] ---> 5c0a68421745 [2023-03-02T21:33:59.376Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-03-02T21:33:59.376Z] ---> Using cache [2023-03-02T21:33:59.376Z] ---> 61ec393c6937 [2023-03-02T21:33:59.376Z] Step 5/23 : COPY go.mod vendor* ./ [2023-03-02T21:33:59.376Z] ---> Using cache [2023-03-02T21:33:59.376Z] ---> 4a9a3e46ddb5 [2023-03-02T21:33:59.376Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-02T21:33:59.376Z] ---> Using cache [2023-03-02T21:33:59.376Z] ---> b1ea2947f50b [2023-03-02T21:33:59.376Z] Step 7/23 : COPY . . [2023-03-02T21:33:59.642Z] ---> Using cache [2023-03-02T21:33:59.642Z] ---> 4641d1d9cf18 [2023-03-02T21:33:59.642Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-03-02T21:33:59.642Z] ---> Using cache [2023-03-02T21:33:59.642Z] ---> d9ba55c66e22 [2023-03-02T21:33:59.642Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-03-02T21:33:59.642Z] ---> Using cache [2023-03-02T21:33:59.642Z] ---> 11b5ae3cf406 [2023-03-02T21:33:59.642Z] 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-02T21:33:59.907Z] ---> Running in d37cd70f298c [2023-03-02T21:34:00.175Z] ---> e92fad0e1cf7 [2023-03-02T21:34:00.175Z] Step 19/24 : WORKDIR / [2023-03-02T21:34:00.448Z] ---> Running in 020650ea8689 [2023-03-02T21:34:01.040Z] Removing intermediate container 020650ea8689 [2023-03-02T21:34:01.040Z] ---> 5b80f7de3cc4 [2023-03-02T21:34:01.040Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-02T21:34:01.307Z] ---> Running in e03f40c5fca8 [2023-03-02T21:34:01.892Z] Removing intermediate container e03f40c5fca8 [2023-03-02T21:34:01.892Z] ---> 4a85cb1f1a9c [2023-03-02T21:34:01.892Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-02T21:34:02.160Z] ---> Running in 8cdcc0606c74 [2023-03-02T21:34:03.119Z] Removing intermediate container 8cdcc0606c74 [2023-03-02T21:34:03.119Z] ---> 04fb40c2c318 [2023-03-02T21:34:03.119Z] Step 22/24 : LABEL arch=arm64 [2023-03-02T21:34:03.119Z] ---> Running in ef7fce80d34a [2023-03-02T21:34:03.391Z] Removing intermediate container d37cd70f298c [2023-03-02T21:34:03.392Z] ---> a5c4feb8bcdd [2023-03-02T21:34:03.392Z] Step 11/23 : WORKDIR /edgex-go [2023-03-02T21:34:03.659Z] ---> Running in 72fc8c5b378d [2023-03-02T21:34:03.660Z] Removing intermediate container ef7fce80d34a [2023-03-02T21:34:03.660Z] ---> b018e05605ed [2023-03-02T21:34:03.660Z] Step 23/24 : LABEL git_sha=a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:34:03.931Z] ---> Running in fff00fef463e [2023-03-02T21:34:04.198Z] Removing intermediate container 72fc8c5b378d [2023-03-02T21:34:04.198Z] ---> cd09182a451b [2023-03-02T21:34:04.198Z] [2023-03-02T21:34:04.198Z] Step 12/23 : FROM alpine:3.15 [2023-03-02T21:34:04.198Z] ---> 354640af7b1b [2023-03-02T21:34:04.198Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-02T21:34:04.198Z] ---> Using cache [2023-03-02T21:34:04.198Z] ---> 1a1e22f8bd7f [2023-03-02T21:34:04.198Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-02T21:34:04.198Z] ---> Using cache [2023-03-02T21:34:04.198Z] ---> 6ee777fe94cb [2023-03-02T21:34:04.198Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-02T21:34:04.470Z] Removing intermediate container fff00fef463e [2023-03-02T21:34:04.737Z] ---> 1b3599af97fc [2023-03-02T21:34:04.737Z] Step 24/24 : LABEL version=3.0.0-dev.75 [2023-03-02T21:34:04.737Z] ---> Running in 62e0207be991 [2023-03-02T21:34:05.325Z] Removing intermediate container 62e0207be991 [2023-03-02T21:34:05.325Z] ---> 72374a3a83bd [2023-03-02T21:34:05.325Z] [2023-03-02T21:34:05.592Z] Successfully built 72374a3a83bd [2023-03-02T21:34:05.592Z] Successfully tagged security-spire-config-arm64:latest [2023-03-02T21:34:05.592Z]  Building security-spire-config ... done Building security-bootstrapper [2023-03-02T21:34:11.142Z] ---> 0298fa47942a [2023-03-02T21:34:11.142Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-03-02T21:34:11.142Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-02T21:34:11.142Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-03-02T21:34:11.142Z] ---> a274eeb8e51d [2023-03-02T21:34:11.142Z] Step 3/32 : WORKDIR /edgex-go [2023-03-02T21:34:11.142Z] ---> Using cache [2023-03-02T21:34:11.142Z] ---> 5c0a68421745 [2023-03-02T21:34:11.142Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-03-02T21:34:11.142Z] ---> Using cache [2023-03-02T21:34:11.142Z] ---> a719b690a84a [2023-03-02T21:34:11.142Z] Step 5/32 : COPY go.mod vendor* ./ [2023-03-02T21:34:11.142Z] ---> Using cache [2023-03-02T21:34:11.142Z] ---> 0b581b8eda4d [2023-03-02T21:34:11.142Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-02T21:34:11.142Z] ---> Using cache [2023-03-02T21:34:11.142Z] ---> f67ea7f1869a [2023-03-02T21:34:11.142Z] Step 7/32 : COPY . . [2023-03-02T21:34:11.142Z] ---> Using cache [2023-03-02T21:34:11.142Z] ---> 21c9716da0e7 [2023-03-02T21:34:11.142Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-03-02T21:34:11.422Z] ---> Running in 032ef8a38aac [2023-03-02T21:34:12.028Z] ---> bc240dd9aeb7 [2023-03-02T21:34:12.028Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-03-02T21:34:14.137Z] ---> 1b795623afd3 [2023-03-02T21:34:14.137Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-03-02T21:34:14.137Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-03-02T21:34:16.077Z] ---> 28f3017dc2ac [2023-03-02T21:34:16.077Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-02T21:34:16.345Z] ---> Running in 62e3db35f61a [2023-03-02T21:34:17.300Z] Removing intermediate container 62e3db35f61a [2023-03-02T21:34:17.300Z] ---> e8003878d17f [2023-03-02T21:34:17.300Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-02T21:34:17.300Z] ---> Running in 8968921d971f [2023-03-02T21:34:18.256Z] Removing intermediate container 8968921d971f [2023-03-02T21:34:18.256Z] ---> 99ac1b99442e [2023-03-02T21:34:18.256Z] Step 21/23 : LABEL arch=arm64 [2023-03-02T21:34:18.256Z] ---> Running in 7001018ca6c3 [2023-03-02T21:34:19.212Z] Removing intermediate container 7001018ca6c3 [2023-03-02T21:34:19.212Z] ---> 69e31ace208a [2023-03-02T21:34:19.212Z] Step 22/23 : LABEL git_sha=a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:34:19.479Z] ---> Running in f51fb8e1d4fe [2023-03-02T21:34:20.435Z] Removing intermediate container f51fb8e1d4fe [2023-03-02T21:34:20.435Z] ---> f8754628be99 [2023-03-02T21:34:20.435Z] Step 23/23 : LABEL version=3.0.0-dev.75 [2023-03-02T21:34:20.435Z] ---> Running in 0fe9f95a2b6a [2023-03-02T21:34:21.838Z] Removing intermediate container 0fe9f95a2b6a [2023-03-02T21:34:21.838Z] ---> 97253d5a6d5e [2023-03-02T21:34:21.838Z] [2023-03-02T21:34:21.838Z] Successfully built 97253d5a6d5e [2023-03-02T21:34:21.838Z] Successfully tagged security-spire-server-arm64:latest [2023-03-02T21:34:21.838Z] Building security-secretstore-setup [2023-03-02T21:34:26.080Z]  Building security-spire-server ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-02T21:34:26.080Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-02T21:34:26.080Z] ---> a274eeb8e51d [2023-03-02T21:34:26.080Z] Step 3/24 : WORKDIR /edgex-go [2023-03-02T21:34:26.080Z] ---> Using cache [2023-03-02T21:34:26.080Z] ---> 5c0a68421745 [2023-03-02T21:34:26.080Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-03-02T21:34:26.080Z] ---> Using cache [2023-03-02T21:34:26.080Z] ---> a719b690a84a [2023-03-02T21:34:26.080Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-02T21:34:26.080Z] ---> Using cache [2023-03-02T21:34:26.080Z] ---> 0b581b8eda4d [2023-03-02T21:34:26.080Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-02T21:34:26.080Z] ---> Using cache [2023-03-02T21:34:26.080Z] ---> f67ea7f1869a [2023-03-02T21:34:26.080Z] Step 7/24 : COPY . . [2023-03-02T21:34:26.352Z] ---> Using cache [2023-03-02T21:34:26.352Z] ---> 21c9716da0e7 [2023-03-02T21:34:26.352Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-03-02T21:34:26.617Z] ---> Running in ef921b273856 [2023-03-02T21:34:27.574Z] Removing intermediate container 79cb0ae1c75f [2023-03-02T21:34:27.574Z] ---> 5c4e3bd2150a [2023-03-02T21:34:27.574Z] [2023-03-02T21:34:27.574Z] Step 10/22 : FROM alpine:3.16 [2023-03-02T21:34:27.574Z] ---> 4c81e5bf8899 [2023-03-02T21:34:27.574Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-03-02T21:34:27.840Z] ---> Running in 5ed0ce173d25 [2023-03-02T21:34:29.248Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-03-02T21:34:29.828Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-02T21:34:30.406Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-02T21:34:31.806Z] (1/2) Installing ca-certificates (20220614-r0) [2023-03-02T21:34:31.806Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-03-02T21:34:31.806Z] Executing busybox-1.35.0-r17.trigger [2023-03-02T21:34:31.806Z] Executing ca-certificates-20220614-r0.trigger [2023-03-02T21:34:32.071Z] OK: 6 MiB in 16 packages [2023-03-02T21:34:34.009Z] Removing intermediate container 5ed0ce173d25 [2023-03-02T21:34:34.009Z] ---> 74652313f68c [2023-03-02T21:34:34.009Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-02T21:34:34.009Z] ---> Running in 40c9fa2f787f [2023-03-02T21:34:34.590Z] Removing intermediate container 40c9fa2f787f [2023-03-02T21:34:34.590Z] ---> 4390ecbcece4 [2023-03-02T21:34:34.590Z] Step 13/22 : ENV APP_PORT=59860 [2023-03-02T21:34:34.590Z] ---> Running in f51e76b86032 [2023-03-02T21:34:35.170Z] Removing intermediate container f51e76b86032 [2023-03-02T21:34:35.170Z] ---> 23418723fd95 [2023-03-02T21:34:35.170Z] Step 14/22 : EXPOSE $APP_PORT [2023-03-02T21:34:35.170Z] ---> Running in 88c59a0807f5 [2023-03-02T21:34:35.750Z] Removing intermediate container 88c59a0807f5 [2023-03-02T21:34:35.751Z] ---> 852b86ac6b44 [2023-03-02T21:34:35.751Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-02T21:34:36.705Z] ---> 6173e348ca11 [2023-03-02T21:34:36.706Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-03-02T21:34:39.280Z] ---> d0f961abecc8 [2023-03-02T21:34:39.280Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-03-02T21:34:40.235Z] ---> 7d90d04d3fc3 [2023-03-02T21:34:40.235Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-03-02T21:34:40.235Z] ---> Running in 1975b6dc2872 [2023-03-02T21:34:41.192Z] Removing intermediate container 1975b6dc2872 [2023-03-02T21:34:41.192Z] ---> 2d3e7aaaea18 [2023-03-02T21:34:41.192Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-02T21:34:41.192Z] ---> Running in 7ca57cfc6589 [2023-03-02T21:34:41.771Z] Removing intermediate container 7ca57cfc6589 [2023-03-02T21:34:41.771Z] ---> 7530dcdd1b6f [2023-03-02T21:34:41.771Z] Step 20/22 : LABEL arch=arm64 [2023-03-02T21:34:42.035Z] ---> Running in 591a54233ba6 [2023-03-02T21:34:42.301Z] Removing intermediate container 591a54233ba6 [2023-03-02T21:34:42.301Z] ---> 15e95c35a56d [2023-03-02T21:34:42.301Z] Step 21/22 : LABEL git_sha=a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:34:42.566Z] ---> Running in f06b351b9c7c [2023-03-02T21:34:43.160Z] Removing intermediate container f06b351b9c7c [2023-03-02T21:34:43.160Z] ---> 0ededde789af [2023-03-02T21:34:43.160Z] Step 22/22 : LABEL version=3.0.0-dev.75 [2023-03-02T21:34:43.160Z] ---> Running in 64e853f8cdec [2023-03-02T21:34:43.759Z] Removing intermediate container 64e853f8cdec [2023-03-02T21:34:43.759Z] ---> a17c85d67224 [2023-03-02T21:34:43.759Z] [2023-03-02T21:34:43.759Z] Successfully built a17c85d67224 [2023-03-02T21:34:43.759Z] Successfully tagged support-notifications-arm64:latest [2023-03-02T21:34:43.759Z]  Building support-notifications ... done Building core-command [2023-03-02T21:34:47.087Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-02T21:34:47.088Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-02T21:34:47.088Z] ---> a274eeb8e51d [2023-03-02T21:34:47.088Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-02T21:34:47.088Z] ---> Using cache [2023-03-02T21:34:47.088Z] ---> 76ff9dfb1fb0 [2023-03-02T21:34:47.088Z] Step 4/23 : WORKDIR /edgex-go [2023-03-02T21:34:47.088Z] ---> Using cache [2023-03-02T21:34:47.088Z] ---> a9a64f20e880 [2023-03-02T21:34:47.088Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-02T21:34:47.088Z] ---> Using cache [2023-03-02T21:34:47.088Z] ---> 8dd51c4a3b6e [2023-03-02T21:34:47.088Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-02T21:34:47.088Z] ---> Using cache [2023-03-02T21:34:47.088Z] ---> 3deeadcb4f78 [2023-03-02T21:34:47.088Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-02T21:34:47.088Z] ---> Using cache [2023-03-02T21:34:47.088Z] ---> 614e910e1e9a [2023-03-02T21:34:47.088Z] Step 8/23 : COPY . . [2023-03-02T21:34:47.352Z] ---> Using cache [2023-03-02T21:34:47.352Z] ---> 7dd906a853c8 [2023-03-02T21:34:47.352Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-03-02T21:34:47.617Z] ---> Running in fdb8dc79fa2a [2023-03-02T21:34:49.554Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-03-02T21:37:56.243Z] Removing intermediate container 3a1f070d0844 [2023-03-02T21:37:56.243Z] ---> b7b86fc18702 [2023-03-02T21:37:56.243Z] [2023-03-02T21:37:56.243Z] Step 10/22 : FROM alpine:3.16 [2023-03-02T21:37:56.243Z] ---> 4c81e5bf8899 [2023-03-02T21:37:56.243Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-03-02T21:37:56.243Z] ---> Running in 81ff787abccf [2023-03-02T21:37:56.243Z] Removing intermediate container 81ff787abccf [2023-03-02T21:37:56.243Z] ---> 147d0dd175e0 [2023-03-02T21:37:56.243Z] Step 12/22 : ENV APP_PORT=59880 [2023-03-02T21:37:56.243Z] ---> Running in 9ac1cd951ebc [2023-03-02T21:37:56.243Z] Removing intermediate container 9ac1cd951ebc [2023-03-02T21:37:56.243Z] ---> 43a6d93a014e [2023-03-02T21:37:56.244Z] Step 13/22 : EXPOSE $APP_PORT [2023-03-02T21:37:56.244Z] ---> Running in a19fb96d4d4c [2023-03-02T21:37:56.244Z] Removing intermediate container a19fb96d4d4c [2023-03-02T21:37:56.244Z] ---> 5037b5754f96 [2023-03-02T21:37:56.244Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-03-02T21:37:56.244Z] ---> Running in 26fbf02fec92 [2023-03-02T21:37:56.244Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-02T21:37:56.244Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-02T21:37:56.244Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-02T21:37:56.244Z] Executing busybox-1.35.0-r17.trigger [2023-03-02T21:37:56.244Z] OK: 5 MiB in 15 packages [2023-03-02T21:37:57.197Z] Removing intermediate container 26fbf02fec92 [2023-03-02T21:37:57.197Z] ---> 109a4262408b [2023-03-02T21:37:57.197Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-02T21:37:57.777Z] ---> 4b729cbba1f9 [2023-03-02T21:37:57.777Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-03-02T21:37:59.177Z] ---> 019383b4fa80 [2023-03-02T21:37:59.177Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-03-02T21:38:00.134Z] ---> ca4e3f7b875a [2023-03-02T21:38:00.134Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-03-02T21:38:00.134Z] ---> Running in 6c0e1501348a [2023-03-02T21:38:00.713Z] Removing intermediate container 6c0e1501348a [2023-03-02T21:38:00.713Z] ---> a48e62ad4582 [2023-03-02T21:38:00.713Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-02T21:38:00.713Z] ---> Running in 86bf45eef00d [2023-03-02T21:38:01.302Z] Removing intermediate container 86bf45eef00d [2023-03-02T21:38:01.302Z] ---> 5d913a19db1c [2023-03-02T21:38:01.302Z] Step 20/22 : LABEL arch=arm64 [2023-03-02T21:38:01.302Z] ---> Running in 1c3d72b4930b [2023-03-02T21:38:01.899Z] Removing intermediate container 1c3d72b4930b [2023-03-02T21:38:01.899Z] ---> 2a6b848043d9 [2023-03-02T21:38:01.899Z] Step 21/22 : LABEL git_sha=a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:38:01.899Z] ---> Running in 64563aa990db [2023-03-02T21:38:02.478Z] Removing intermediate container 64563aa990db [2023-03-02T21:38:02.478Z] ---> 478ff7f21ec7 [2023-03-02T21:38:02.478Z] Step 22/22 : LABEL version=3.0.0-dev.75 [2023-03-02T21:38:02.478Z] ---> Running in c41def831bee [2023-03-02T21:38:03.058Z] Removing intermediate container c41def831bee [2023-03-02T21:38:03.058Z] ---> bb238c9f3942 [2023-03-02T21:38:03.058Z] [2023-03-02T21:38:03.324Z] Successfully built bb238c9f3942 [2023-03-02T21:38:03.324Z] Successfully tagged core-data-arm64:latest [2023-03-02T21:38:03.324Z]  Building core-data ... done Building core-metadata [2023-03-02T21:38:06.653Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-02T21:38:06.653Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-02T21:38:06.653Z] ---> a274eeb8e51d [2023-03-02T21:38:06.653Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-03-02T21:38:06.653Z] ---> Using cache [2023-03-02T21:38:06.653Z] ---> 76ff9dfb1fb0 [2023-03-02T21:38:06.653Z] Step 4/24 : WORKDIR /edgex-go [2023-03-02T21:38:06.653Z] ---> Using cache [2023-03-02T21:38:06.653Z] ---> a9a64f20e880 [2023-03-02T21:38:06.653Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-03-02T21:38:06.653Z] ---> Using cache [2023-03-02T21:38:06.653Z] ---> 8dd51c4a3b6e [2023-03-02T21:38:06.653Z] Step 6/24 : COPY go.mod vendor* ./ [2023-03-02T21:38:06.653Z] ---> Using cache [2023-03-02T21:38:06.653Z] ---> 3deeadcb4f78 [2023-03-02T21:38:06.653Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-02T21:38:06.653Z] ---> Using cache [2023-03-02T21:38:06.653Z] ---> 614e910e1e9a [2023-03-02T21:38:06.653Z] Step 8/24 : COPY . . [2023-03-02T21:38:06.653Z] ---> Using cache [2023-03-02T21:38:06.653Z] ---> 7dd906a853c8 [2023-03-02T21:38:06.653Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-03-02T21:38:07.235Z] ---> Running in 82286ebd2129 [2023-03-02T21:38:09.166Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-03-02T21:40:00.769Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-03-02T21:40:18.941Z] Removing intermediate container ef921b273856 [2023-03-02T21:40:18.941Z] ---> 79a79c36ce18 [2023-03-02T21:40:18.941Z] [2023-03-02T21:40:18.941Z] Step 9/24 : FROM alpine:3.16 [2023-03-02T21:40:18.941Z] ---> 4c81e5bf8899 [2023-03-02T21:40:18.941Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-03-02T21:40:18.941Z] Removing intermediate container 032ef8a38aac [2023-03-02T21:40:18.941Z] ---> 2599f07dedd2 [2023-03-02T21:40:18.941Z] [2023-03-02T21:40:18.941Z] Step 9/32 : FROM alpine:3.16 [2023-03-02T21:40:18.941Z] ---> 4c81e5bf8899 [2023-03-02T21:40:18.941Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-02T21:40:18.941Z] ---> Running in 28f45af0e262 [2023-03-02T21:40:18.941Z] ---> Running in 80b0e1748705 [2023-03-02T21:40:20.341Z] Removing intermediate container 80b0e1748705 [2023-03-02T21:40:20.341Z] ---> 69a6847d1a88 [2023-03-02T21:40:20.341Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-03-02T21:40:20.341Z] ---> Running in cae86a6cb15c [2023-03-02T21:40:21.741Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-02T21:40:22.006Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-02T21:40:22.961Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-02T21:40:23.540Z] (1/3) Installing ca-certificates (20220614-r0) [2023-03-02T21:40:23.540Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-02T21:40:23.540Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-03-02T21:40:23.540Z] (3/3) Installing su-exec (0.2-r1) [2023-03-02T21:40:23.540Z] Executing busybox-1.35.0-r17.trigger [2023-03-02T21:40:23.540Z] Executing ca-certificates-20220614-r0.trigger [2023-03-02T21:40:24.121Z] OK: 6 MiB in 17 packages [2023-03-02T21:40:24.699Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-03-02T21:40:24.699Z] (2/2) Installing su-exec (0.2-r1) [2023-03-02T21:40:24.699Z] Executing busybox-1.35.0-r17.trigger [2023-03-02T21:40:24.965Z] OK: 5 MiB in 16 packages [2023-03-02T21:40:26.901Z] Removing intermediate container cae86a6cb15c [2023-03-02T21:40:26.901Z] ---> 65af25244cbe [2023-03-02T21:40:26.901Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-03-02T21:40:26.901Z] ---> Running in 8a07fad15137 [2023-03-02T21:40:27.856Z] Removing intermediate container 28f45af0e262 [2023-03-02T21:40:27.856Z] ---> 7376a98cdcb0 [2023-03-02T21:40:27.856Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-03-02T21:40:27.856Z] ---> Running in 229ee6896b9f [2023-03-02T21:40:27.856Z] Removing intermediate container 8a07fad15137 [2023-03-02T21:40:27.856Z] ---> 7d37bf4978c6 [2023-03-02T21:40:27.856Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-03-02T21:40:28.123Z] ---> Running in c3fce90ddc6c [2023-03-02T21:40:28.702Z] Removing intermediate container 229ee6896b9f [2023-03-02T21:40:28.702Z] ---> db1af1ec1631 [2023-03-02T21:40:28.702Z] Step 12/24 : WORKDIR / [2023-03-02T21:40:28.702Z] ---> Running in f47fa63b0f71 [2023-03-02T21:40:29.670Z] Removing intermediate container c3fce90ddc6c [2023-03-02T21:40:29.670Z] ---> a55d61c2d7c5 [2023-03-02T21:40:29.670Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-03-02T21:40:29.670Z] Removing intermediate container f47fa63b0f71 [2023-03-02T21:40:29.670Z] ---> e38e4111df4d [2023-03-02T21:40:29.670Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-03-02T21:40:29.935Z] ---> Running in b43f8af4ade1 [2023-03-02T21:40:30.891Z] Removing intermediate container b43f8af4ade1 [2023-03-02T21:40:30.891Z] ---> 2b1433fde7be [2023-03-02T21:40:30.891Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-03-02T21:40:31.157Z] ---> Running in 609c14232c2e [2023-03-02T21:40:31.736Z] ---> 307e94abce55 [2023-03-02T21:40:31.737Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-03-02T21:40:32.001Z] Removing intermediate container 609c14232c2e [2023-03-02T21:40:32.001Z] ---> 773f81790bd3 [2023-03-02T21:40:32.001Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-03-02T21:40:32.266Z] ---> Running in 0cf9c19e66b8 [2023-03-02T21:40:33.219Z] ---> 4bb00a542c11 [2023-03-02T21:40:33.220Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-03-02T21:40:35.159Z] ---> 549c983dcdea [2023-03-02T21:40:35.159Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2023-03-02T21:40:36.117Z] Removing intermediate container 0cf9c19e66b8 [2023-03-02T21:40:36.117Z] ---> d7ec8afd150c [2023-03-02T21:40:36.117Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-03-02T21:40:36.381Z] ---> Running in 7289e241e48d [2023-03-02T21:40:36.381Z] ---> e3e339a7715a [2023-03-02T21:40:36.381Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-03-02T21:40:36.646Z] Removing intermediate container 0a9923fdf2af [2023-03-02T21:40:36.646Z] ---> e54be62cc3c4 [2023-03-02T21:40:36.646Z] [2023-03-02T21:40:36.646Z] Step 10/22 : FROM alpine:3.16 [2023-03-02T21:40:36.646Z] ---> 4c81e5bf8899 [2023-03-02T21:40:36.646Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-03-02T21:40:36.922Z] ---> Running in e4346e129139 [2023-03-02T21:40:37.187Z] Removing intermediate container 7289e241e48d [2023-03-02T21:40:37.187Z] ---> eb24abdc305f [2023-03-02T21:40:37.187Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-03-02T21:40:39.121Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-02T21:40:39.121Z] ---> 246b93c2487f [2023-03-02T21:40:39.121Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-03-02T21:40:39.121Z] ---> Running in 6ba6a3070c0b [2023-03-02T21:40:39.121Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-02T21:40:39.701Z] ---> 25a7bc424e69 [2023-03-02T21:40:39.701Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-03-02T21:40:40.659Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-02T21:40:40.659Z] Executing busybox-1.35.0-r17.trigger [2023-03-02T21:40:40.659Z] OK: 5 MiB in 15 packages [2023-03-02T21:40:44.006Z] ---> 3d959c221740 [2023-03-02T21:40:44.006Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-03-02T21:40:44.585Z] Removing intermediate container e4346e129139 [2023-03-02T21:40:44.585Z] ---> 54fccdfd33e4 [2023-03-02T21:40:44.585Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-02T21:40:44.851Z] ---> Running in e64682e4bfea [2023-03-02T21:40:45.439Z] Removing intermediate container 6ba6a3070c0b [2023-03-02T21:40:45.439Z] ---> 569419900b44 [2023-03-02T21:40:45.439Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-02T21:40:45.704Z] Removing intermediate container e64682e4bfea [2023-03-02T21:40:45.704Z] ---> 8b4715068083 [2023-03-02T21:40:45.704Z] Step 13/22 : ENV APP_PORT=59861 [2023-03-02T21:40:45.969Z] ---> Running in 0491711aecb7 [2023-03-02T21:40:46.235Z] ---> 6a717a1bf7f7 [2023-03-02T21:40:46.235Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-02T21:40:46.500Z] ---> Running in 4c46b1e83ea8 [2023-03-02T21:40:47.078Z] Removing intermediate container 0491711aecb7 [2023-03-02T21:40:47.078Z] ---> f59a4d38ceeb [2023-03-02T21:40:47.078Z] Step 14/22 : EXPOSE $APP_PORT [2023-03-02T21:40:47.345Z] ---> e43c9f24ec38 [2023-03-02T21:40:47.345Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-03-02T21:40:47.612Z] ---> Running in f731f3b89bb7 [2023-03-02T21:40:48.563Z] Removing intermediate container f731f3b89bb7 [2023-03-02T21:40:48.563Z] ---> 86b106583019 [2023-03-02T21:40:48.563Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-02T21:40:50.128Z] ---> d586c79154ec [2023-03-02T21:40:50.128Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-03-02T21:40:51.111Z] Removing intermediate container 4c46b1e83ea8 [2023-03-02T21:40:51.111Z] ---> 5e98e1350848 [2023-03-02T21:40:51.111Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-03-02T21:40:51.384Z] ---> Running in 2e5d40422c7e [2023-03-02T21:40:52.408Z] Removing intermediate container 2e5d40422c7e [2023-03-02T21:40:52.408Z] ---> 5eca4b31edac [2023-03-02T21:40:52.408Z] Step 22/24 : LABEL arch=arm64 [2023-03-02T21:40:52.688Z] ---> 4c7ed52db982 [2023-03-02T21:40:52.688Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-03-02T21:40:52.688Z] ---> Running in 8cc43a1a7aa5 [2023-03-02T21:40:54.107Z] Removing intermediate container 8cc43a1a7aa5 [2023-03-02T21:40:54.107Z] ---> b29ba0e0a550 [2023-03-02T21:40:54.107Z] Step 23/24 : LABEL git_sha=a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:40:54.107Z] ---> Running in f221926381d6 [2023-03-02T21:40:57.442Z] ---> 1913c466f3fc [2023-03-02T21:40:57.442Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-03-02T21:40:57.442Z] Removing intermediate container f221926381d6 [2023-03-02T21:40:57.442Z] ---> ba68cac32d7f [2023-03-02T21:40:57.442Z] Step 24/24 : LABEL version=3.0.0-dev.75 [2023-03-02T21:40:57.442Z] ---> ae75453e6737 [2023-03-02T21:40:57.442Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-03-02T21:40:57.442Z] ---> Running in 9d144c2ec119 [2023-03-02T21:40:58.025Z] Removing intermediate container 9d144c2ec119 [2023-03-02T21:40:58.025Z] ---> 2cbc3cdeea02 [2023-03-02T21:40:58.025Z] [2023-03-02T21:40:58.291Z] Removing intermediate container fdb8dc79fa2a [2023-03-02T21:40:58.291Z] ---> d5047130e941 [2023-03-02T21:40:58.291Z] [2023-03-02T21:40:58.291Z] Step 10/23 : FROM alpine:3.16 [2023-03-02T21:40:58.291Z] ---> 4c81e5bf8899 [2023-03-02T21:40:58.291Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-03-02T21:40:58.291Z] ---> Using cache [2023-03-02T21:40:58.291Z] ---> 54fccdfd33e4 [2023-03-02T21:40:58.291Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-02T21:40:58.291Z] ---> Using cache [2023-03-02T21:40:58.291Z] ---> 8b4715068083 [2023-03-02T21:40:58.291Z] Step 13/23 : ENV APP_PORT=59882 [2023-03-02T21:40:58.291Z] ---> dba9e0a481b0 [2023-03-02T21:40:58.291Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-03-02T21:40:58.561Z] Successfully built 2cbc3cdeea02 [2023-03-02T21:40:58.561Z] ---> 53ad91d3b5ce [2023-03-02T21:40:58.561Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-03-02T21:40:58.561Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-03-02T21:40:58.561Z]  Building security-secretstore-setup ... done  ---> Running in 13509641c31b [2023-03-02T21:40:58.830Z] ---> Running in 1cb99c0dfebc [2023-03-02T21:40:59.413Z] Removing intermediate container 13509641c31b [2023-03-02T21:40:59.413Z] ---> 09b4fb7e2c64 [2023-03-02T21:40:59.413Z] Step 14/23 : EXPOSE $APP_PORT [2023-03-02T21:40:59.413Z] ---> Running in 604e374d54e8 [2023-03-02T21:40:59.681Z] Removing intermediate container 1cb99c0dfebc [2023-03-02T21:40:59.681Z] ---> ae654aaa40dc [2023-03-02T21:40:59.681Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-02T21:40:59.681Z] ---> Running in be8d2b41fa77 [2023-03-02T21:41:00.277Z] ---> 33368f43efc7 [2023-03-02T21:41:00.277Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-03-02T21:41:00.277Z] Removing intermediate container 604e374d54e8 [2023-03-02T21:41:00.277Z] ---> 9b0ece5da9fc [2023-03-02T21:41:00.277Z] Step 15/23 : WORKDIR / [2023-03-02T21:41:00.277Z] Removing intermediate container be8d2b41fa77 [2023-03-02T21:41:00.277Z] ---> 5d4092d7fe1b [2023-03-02T21:41:00.277Z] Step 20/22 : LABEL arch=arm64 [2023-03-02T21:41:00.546Z] ---> Running in ba3de080cc00 [2023-03-02T21:41:00.546Z] ---> Running in 3f67bb583827 [2023-03-02T21:41:01.127Z] Removing intermediate container ba3de080cc00 [2023-03-02T21:41:01.127Z] ---> d9863531c25a [2023-03-02T21:41:01.127Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-02T21:41:01.721Z] ---> d02dd29dd2e4 [2023-03-02T21:41:01.721Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-03-02T21:41:01.721Z] Removing intermediate container 3f67bb583827 [2023-03-02T21:41:01.721Z] ---> 3dc3dee9bb07 [2023-03-02T21:41:01.721Z] Step 21/22 : LABEL git_sha=a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:41:01.721Z] ---> Running in 3ad4b903424a [2023-03-02T21:41:02.714Z] Removing intermediate container 3ad4b903424a [2023-03-02T21:41:02.714Z] ---> 1760646f3ed3 [2023-03-02T21:41:02.714Z] Step 22/22 : LABEL version=3.0.0-dev.75 [2023-03-02T21:41:02.714Z] ---> Running in 9ed8a7005a50 [2023-03-02T21:41:02.714Z] ---> 482a3cd0e8cc [2023-03-02T21:41:02.714Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-03-02T21:41:02.714Z] ---> 5bbb3f2ecb47 [2023-03-02T21:41:02.714Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-03-02T21:41:02.983Z] ---> Running in 7c75d9a3ed83 [2023-03-02T21:41:03.950Z] Removing intermediate container 9ed8a7005a50 [2023-03-02T21:41:03.950Z] ---> e50dc5d740f5 [2023-03-02T21:41:03.950Z] [2023-03-02T21:41:04.221Z] Successfully built e50dc5d740f5 [2023-03-02T21:41:04.221Z] Successfully tagged support-scheduler-arm64:latest [2023-03-02T21:41:05.630Z]  Building support-scheduler ... done  ---> 71d62b7362d7 [2023-03-02T21:41:05.630Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-03-02T21:41:06.214Z] Removing intermediate container 7c75d9a3ed83 [2023-03-02T21:41:06.214Z] ---> e5a159a3d8b9 [2023-03-02T21:41:06.214Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-03-02T21:41:06.484Z] ---> Running in 402a9b549865 [2023-03-02T21:41:06.484Z] ---> 0a8df46e5fd8 [2023-03-02T21:41:06.484Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-03-02T21:41:06.752Z] ---> Running in 9c7c695d9689 [2023-03-02T21:41:07.018Z] Removing intermediate container 402a9b549865 [2023-03-02T21:41:07.018Z] ---> 4055a1955dac [2023-03-02T21:41:07.018Z] Step 29/32 : CMD ["gate"] [2023-03-02T21:41:07.294Z] ---> Running in bafff8215d58 [2023-03-02T21:41:07.294Z] Removing intermediate container 9c7c695d9689 [2023-03-02T21:41:07.563Z] ---> 30839e46102c [2023-03-02T21:41:07.563Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-02T21:41:07.563Z] ---> Running in 339d57fefab3 [2023-03-02T21:41:07.830Z] Removing intermediate container bafff8215d58 [2023-03-02T21:41:07.830Z] ---> 63ab4859dcef [2023-03-02T21:41:07.830Z] Step 30/32 : LABEL arch=arm64 [2023-03-02T21:41:08.106Z] ---> Running in 6fd7b4ebfed2 [2023-03-02T21:41:08.374Z] Removing intermediate container 339d57fefab3 [2023-03-02T21:41:08.374Z] ---> eb00d216bbc7 [2023-03-02T21:41:08.374Z] Step 21/23 : LABEL arch=arm64 [2023-03-02T21:41:08.374Z] ---> Running in ee2fc3c13c9a [2023-03-02T21:41:08.642Z] Removing intermediate container 6fd7b4ebfed2 [2023-03-02T21:41:08.642Z] ---> 229a3c63b321 [2023-03-02T21:41:08.912Z] Step 31/32 : LABEL git_sha=a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:41:08.912Z] ---> Running in b08e6d4aac7a [2023-03-02T21:41:09.179Z] Removing intermediate container ee2fc3c13c9a [2023-03-02T21:41:09.179Z] ---> 07d1bd812ad0 [2023-03-02T21:41:09.179Z] Step 22/23 : LABEL git_sha=a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:41:09.179Z] ---> Running in 1fb01772fcc6 [2023-03-02T21:41:09.777Z] Removing intermediate container b08e6d4aac7a [2023-03-02T21:41:09.777Z] ---> 757020a4f514 [2023-03-02T21:41:09.777Z] Step 32/32 : LABEL version=3.0.0-dev.75 [2023-03-02T21:41:09.777Z] Removing intermediate container 1fb01772fcc6 [2023-03-02T21:41:09.777Z] ---> 65d7ecca3706 [2023-03-02T21:41:09.777Z] Step 23/23 : LABEL version=3.0.0-dev.75 [2023-03-02T21:41:09.777Z] ---> Running in d54312aba388 [2023-03-02T21:41:10.043Z] ---> Running in de5ac5744f9c [2023-03-02T21:41:10.626Z] Removing intermediate container d54312aba388 [2023-03-02T21:41:10.626Z] ---> dab586c1d45d [2023-03-02T21:41:10.626Z] [2023-03-02T21:41:10.626Z] Removing intermediate container de5ac5744f9c [2023-03-02T21:41:10.626Z] ---> bdefcdaf1170 [2023-03-02T21:41:10.626Z] [2023-03-02T21:41:10.626Z] Successfully built dab586c1d45d [2023-03-02T21:41:10.626Z] Successfully tagged security-bootstrapper-arm64:latest [2023-03-02T21:41:10.626Z]  Building security-bootstrapper ... done Successfully built bdefcdaf1170 [2023-03-02T21:41:10.893Z] Successfully tagged core-command-arm64:latest [2023-03-02T21:41:43.099Z]  Building core-command ... done Removing intermediate container 82286ebd2129 [2023-03-02T21:41:43.099Z] ---> 8b2adde1e75a [2023-03-02T21:41:43.099Z] [2023-03-02T21:41:43.099Z] Step 10/24 : FROM alpine:3.16 [2023-03-02T21:41:43.099Z] ---> 4c81e5bf8899 [2023-03-02T21:41:43.099Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-03-02T21:41:43.099Z] ---> Using cache [2023-03-02T21:41:43.099Z] ---> 54fccdfd33e4 [2023-03-02T21:41:43.099Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-02T21:41:43.099Z] ---> Using cache [2023-03-02T21:41:43.099Z] ---> 8b4715068083 [2023-03-02T21:41:43.099Z] Step 13/24 : ENV APP_PORT=59881 [2023-03-02T21:41:43.099Z] ---> Running in a360ac999e1d [2023-03-02T21:41:43.099Z] Removing intermediate container a360ac999e1d [2023-03-02T21:41:43.099Z] ---> 7054e996e357 [2023-03-02T21:41:43.099Z] Step 14/24 : EXPOSE $APP_PORT [2023-03-02T21:41:43.099Z] ---> Running in fa545fe7d1e6 [2023-03-02T21:41:43.099Z] Removing intermediate container fa545fe7d1e6 [2023-03-02T21:41:43.099Z] ---> 1e9b8d6a6275 [2023-03-02T21:41:43.099Z] Step 15/24 : WORKDIR / [2023-03-02T21:41:43.099Z] ---> Running in 6f21fa603b09 [2023-03-02T21:41:43.363Z] Removing intermediate container 6f21fa603b09 [2023-03-02T21:41:43.363Z] ---> 0bc341d5a5b8 [2023-03-02T21:41:43.363Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-02T21:41:43.942Z] ---> e2c9738f89b9 [2023-03-02T21:41:43.942Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-03-02T21:41:44.900Z] ---> baccd8beb7de [2023-03-02T21:41:44.900Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-03-02T21:41:45.183Z] ---> 48b9dae89b2c [2023-03-02T21:41:45.183Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-03-02T21:41:45.763Z] ---> 71e3c06b44d9 [2023-03-02T21:41:45.763Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-03-02T21:41:45.763Z] ---> Running in d001b9d9c47a [2023-03-02T21:41:46.030Z] Removing intermediate container d001b9d9c47a [2023-03-02T21:41:46.030Z] ---> 31c57786de63 [2023-03-02T21:41:46.030Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-02T21:41:46.298Z] ---> Running in c9137e79363a [2023-03-02T21:41:46.564Z] Removing intermediate container c9137e79363a [2023-03-02T21:41:46.564Z] ---> dbd0ad88eaa1 [2023-03-02T21:41:46.564Z] Step 22/24 : LABEL arch=arm64 [2023-03-02T21:41:46.564Z] ---> Running in d9aed5af5c30 [2023-03-02T21:41:47.148Z] Removing intermediate container d9aed5af5c30 [2023-03-02T21:41:47.148Z] ---> d6295599594a [2023-03-02T21:41:47.148Z] Step 23/24 : LABEL git_sha=a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:41:47.148Z] ---> Running in 0d2004324136 [2023-03-02T21:41:47.417Z] Removing intermediate container 0d2004324136 [2023-03-02T21:41:47.417Z] ---> 57e1faeabfb8 [2023-03-02T21:41:47.417Z] Step 24/24 : LABEL version=3.0.0-dev.75 [2023-03-02T21:41:47.417Z] ---> Running in 7c372108464a [2023-03-02T21:41:47.682Z] Removing intermediate container 7c372108464a [2023-03-02T21:41:47.682Z] ---> 5e9d05a6f0b6 [2023-03-02T21:41:47.682Z] [2023-03-02T21:41:47.682Z] Successfully built 5e9d05a6f0b6 [2023-03-02T21:41:47.682Z] Successfully tagged core-metadata-arm64:latest [2023-03-02T21:41:48.276Z]  Building core-metadata ... done  [Pipeline] } [2023-03-02T21:41:48.295Z] $ docker stop --time=1 eb4658a58331e4521e241bb405b5cbc24a16a044d009f741956184ad65c26b2f [2023-03-02T21:41:49.992Z] $ docker rm -f --volumes eb4658a58331e4521e241bb405b5cbc24a16a044d009f741956184ad65c26b2f [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-02T21:41:50.451Z] + docker images [2023-03-02T21:41:50.717Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-03-02T21:41:50.717Z] core-metadata-arm64 latest 5e9d05a6f0b6 3 seconds ago 17.8MB [2023-03-02T21:41:50.717Z] 8b2adde1e75a 9 seconds ago 1.34GB [2023-03-02T21:41:50.717Z] core-command-arm64 latest bdefcdaf1170 40 seconds ago 17.1MB [2023-03-02T21:41:50.717Z] security-bootstrapper-arm64 latest dab586c1d45d 40 seconds ago 19.6MB [2023-03-02T21:41:50.717Z] support-scheduler-arm64 latest e50dc5d740f5 47 seconds ago 29.1MB [2023-03-02T21:41:50.717Z] security-secretstore-setup-arm64 latest 2cbc3cdeea02 53 seconds ago 29MB [2023-03-02T21:41:50.717Z] d5047130e941 54 seconds ago 1.34GB [2023-03-02T21:41:50.717Z] e54be62cc3c4 About a minute ago 1.4GB [2023-03-02T21:41:50.717Z] 2599f07dedd2 About a minute ago 1.33GB [2023-03-02T21:41:50.717Z] 79a79c36ce18 About a minute ago 1.33GB [2023-03-02T21:41:50.717Z] core-data-arm64 latest bb238c9f3942 3 minutes ago 17.3MB [2023-03-02T21:41:50.717Z] b7b86fc18702 4 minutes ago 1.34GB [2023-03-02T21:41:50.717Z] support-notifications-arm64 latest a17c85d67224 7 minutes ago 29.7MB [2023-03-02T21:41:50.717Z] 5c4e3bd2150a 7 minutes ago 1.4GB [2023-03-02T21:41:50.717Z] security-spire-server-arm64 latest 97253d5a6d5e 7 minutes ago 84.3MB [2023-03-02T21:41:50.717Z] security-spire-config-arm64 latest 72374a3a83bd 7 minutes ago 83.6MB [2023-03-02T21:41:50.717Z] cd09182a451b 7 minutes ago 1.21GB [2023-03-02T21:41:50.717Z] security-spire-agent-arm64 latest ce7fa27d18d9 7 minutes ago 122MB [2023-03-02T21:41:50.717Z] security-spiffe-token-provider-arm64 latest 586baf8b9f56 8 minutes ago 29.1MB [2023-03-02T21:41:50.717Z] db6d6403265d 8 minutes ago 1.21GB [2023-03-02T21:41:50.717Z] 4e51b66e1cd6 8 minutes ago 1.37GB [2023-03-02T21:41:50.717Z] core-common-config-bootstrapper-arm64 latest 746ff405acb2 10 minutes ago 14.9MB [2023-03-02T21:41:50.717Z] security-proxy-setup-arm64 latest 7a9721a519af 10 minutes ago 26.9MB [2023-03-02T21:41:50.717Z] e26b76b57b18 10 minutes ago 1.33GB [2023-03-02T21:41:50.717Z] security-proxy-auth-arm64 latest 9e5610f999cf 10 minutes ago 15.6MB [2023-03-02T21:41:50.717Z] 68c33307dd27 11 minutes ago 1.33GB [2023-03-02T21:41:50.717Z] e68cda94dd6c 11 minutes ago 1.32GB [2023-03-02T21:41:50.718Z] ci-base-image-arm64 latest a274eeb8e51d 20 minutes ago 905MB [2023-03-02T21:41:50.718Z] alpine 3.15 354640af7b1b 2 weeks ago 5.34MB [2023-03-02T21:41:50.718Z] alpine 3.16 4c81e5bf8899 2 weeks ago 5.3MB [2023-03-02T21:41:50.718Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 4 months ago 685MB [2023-03-02T21:41:50.718Z] 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-02T21:41:50.803Z] provisioning config files... [2023-03-02T21:41:50.817Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/436@tmp/config10465014535191146232tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-02T21:41:51.149Z] ---> docker-login.sh [2023-03-02T21:41:51.149Z] nexus3.edgexfoundry.org:10001 [2023-03-02T21:41:51.149Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-02T21:41:51.417Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-02T21:41:51.417Z] Configure a credential helper to remove this warning. See [2023-03-02T21:41:51.417Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-02T21:41:51.417Z] [2023-03-02T21:41:51.417Z] Login Succeeded [2023-03-02T21:41:51.417Z] nexus3.edgexfoundry.org:10002 [2023-03-02T21:41:51.687Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-02T21:41:51.953Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-02T21:41:51.953Z] Configure a credential helper to remove this warning. See [2023-03-02T21:41:51.953Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-02T21:41:51.953Z] [2023-03-02T21:41:51.953Z] Login Succeeded [2023-03-02T21:41:51.953Z] nexus3.edgexfoundry.org:10003 [2023-03-02T21:41:52.218Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-02T21:41:52.218Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-02T21:41:52.218Z] Configure a credential helper to remove this warning. See [2023-03-02T21:41:52.218Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-02T21:41:52.218Z] [2023-03-02T21:41:52.218Z] Login Succeeded [2023-03-02T21:41:52.218Z] nexus3.edgexfoundry.org:10004 [2023-03-02T21:41:52.484Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-02T21:41:52.484Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-02T21:41:52.484Z] Configure a credential helper to remove this warning. See [2023-03-02T21:41:52.484Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-02T21:41:52.484Z] [2023-03-02T21:41:52.484Z] Login Succeeded [2023-03-02T21:41:52.484Z] docker.io [2023-03-02T21:41:52.751Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-02T21:41:53.016Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-02T21:41:53.016Z] Configure a credential helper to remove this warning. See [2023-03-02T21:41:53.016Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-02T21:41:53.016Z] [2023-03-02T21:41:53.016Z] Login Succeeded [2023-03-02T21:41:53.016Z] ---> docker-login.sh ends [Pipeline] } [2023-03-02T21:41:53.028Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-02T21:41:53.049Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-02T21:41:53.065Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2023-03-02T21:41:53.065Z] a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:41:53.065Z] latest [2023-03-02T21:41:53.065Z] 3.0.0-dev.75 [2023-03-02T21:41:53.065Z] a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:41:53.065Z] main [2023-03-02T21:41:53.065Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:41:53.396Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:41:53.735Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:41:53.735Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-03-02T21:41:53.735Z] cda279494bc8: Preparing [2023-03-02T21:41:53.735Z] 120267a28219: Preparing [2023-03-02T21:41:53.735Z] d28635c0549f: Preparing [2023-03-02T21:41:53.735Z] 6ae1c77dc221: Preparing [2023-03-02T21:41:53.735Z] f70ee36035b9: Preparing [2023-03-02T21:41:53.735Z] f70ee36035b9: Layer already exists [2023-03-02T21:41:54.000Z] cda279494bc8: Pushed [2023-03-02T21:41:54.000Z] d28635c0549f: Pushed [2023-03-02T21:41:54.000Z] 6ae1c77dc221: Pushed [2023-03-02T21:41:57.335Z] 120267a28219: Pushed [2023-03-02T21:41:57.335Z] a219a96092df6e8a7d6599bd49f1a07919d2084f: digest: sha256:4ce89c8866f57598b1daa8fc21a2286e55c9fa86b7f0b99fbd4dc3cdff8f9ea1 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:41:57.676Z] + 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-02T21:41:58.010Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-03-02T21:41:58.011Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-03-02T21:41:58.011Z] cda279494bc8: Preparing [2023-03-02T21:41:58.011Z] 120267a28219: Preparing [2023-03-02T21:41:58.011Z] d28635c0549f: Preparing [2023-03-02T21:41:58.011Z] 6ae1c77dc221: Preparing [2023-03-02T21:41:58.011Z] f70ee36035b9: Preparing [2023-03-02T21:41:58.011Z] f70ee36035b9: Layer already exists [2023-03-02T21:41:58.011Z] d28635c0549f: Layer already exists [2023-03-02T21:41:58.011Z] cda279494bc8: Layer already exists [2023-03-02T21:41:58.011Z] 6ae1c77dc221: Layer already exists [2023-03-02T21:41:58.011Z] 120267a28219: Layer already exists [2023-03-02T21:41:58.275Z] latest: digest: sha256:4ce89c8866f57598b1daa8fc21a2286e55c9fa86b7f0b99fbd4dc3cdff8f9ea1 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:41:58.613Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:41:58.947Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.75 [2023-03-02T21:41:58.947Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-03-02T21:41:58.947Z] cda279494bc8: Preparing [2023-03-02T21:41:58.947Z] 120267a28219: Preparing [2023-03-02T21:41:58.947Z] d28635c0549f: Preparing [2023-03-02T21:41:58.947Z] 6ae1c77dc221: Preparing [2023-03-02T21:41:58.947Z] f70ee36035b9: Preparing [2023-03-02T21:41:58.947Z] f70ee36035b9: Layer already exists [2023-03-02T21:41:58.947Z] cda279494bc8: Layer already exists [2023-03-02T21:41:58.947Z] 120267a28219: Layer already exists [2023-03-02T21:41:58.947Z] 6ae1c77dc221: Layer already exists [2023-03-02T21:41:58.947Z] d28635c0549f: Layer already exists [2023-03-02T21:41:58.947Z] 3.0.0-dev.75: digest: sha256:4ce89c8866f57598b1daa8fc21a2286e55c9fa86b7f0b99fbd4dc3cdff8f9ea1 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:41:59.553Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:41:59.891Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:41:59.891Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-03-02T21:41:59.891Z] cda279494bc8: Preparing [2023-03-02T21:41:59.891Z] 120267a28219: Preparing [2023-03-02T21:41:59.891Z] d28635c0549f: Preparing [2023-03-02T21:41:59.891Z] 6ae1c77dc221: Preparing [2023-03-02T21:41:59.891Z] f70ee36035b9: Preparing [2023-03-02T21:41:59.891Z] f70ee36035b9: Layer already exists [2023-03-02T21:41:59.891Z] cda279494bc8: Layer already exists [2023-03-02T21:41:59.891Z] d28635c0549f: Layer already exists [2023-03-02T21:41:59.891Z] 6ae1c77dc221: Layer already exists [2023-03-02T21:41:59.891Z] 120267a28219: Layer already exists [2023-03-02T21:41:59.891Z] a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75: digest: sha256:4ce89c8866f57598b1daa8fc21a2286e55c9fa86b7f0b99fbd4dc3cdff8f9ea1 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:42:00.230Z] + 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-02T21:42:00.563Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2023-03-02T21:42:00.563Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-03-02T21:42:00.563Z] cda279494bc8: Preparing [2023-03-02T21:42:00.563Z] 120267a28219: Preparing [2023-03-02T21:42:00.563Z] d28635c0549f: Preparing [2023-03-02T21:42:00.563Z] 6ae1c77dc221: Preparing [2023-03-02T21:42:00.563Z] f70ee36035b9: Preparing [2023-03-02T21:42:00.563Z] 6ae1c77dc221: Layer already exists [2023-03-02T21:42:00.563Z] f70ee36035b9: Layer already exists [2023-03-02T21:42:00.563Z] d28635c0549f: Layer already exists [2023-03-02T21:42:00.563Z] cda279494bc8: Layer already exists [2023-03-02T21:42:00.563Z] 120267a28219: Layer already exists [2023-03-02T21:42:00.828Z] main: digest: sha256:4ce89c8866f57598b1daa8fc21a2286e55c9fa86b7f0b99fbd4dc3cdff8f9ea1 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-02T21:42:00.866Z] ===================================================== [Pipeline] echo [2023-03-02T21:42:00.872Z] taggedImages: [2023-03-02T21:42:00.872Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:42:00.872Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-03-02T21:42:00.872Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.75 [2023-03-02T21:42:00.872Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:42:00.872Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2023-03-02T21:42:00.887Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2023-03-02T21:42:00.887Z] a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:42:00.887Z] latest [2023-03-02T21:42:00.887Z] 3.0.0-dev.75 [2023-03-02T21:42:00.887Z] a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:42:00.887Z] main [2023-03-02T21:42:00.887Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:42:01.226Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:42:01.568Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:42:01.568Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-03-02T21:42:01.568Z] 1422754ef3ed: Preparing [2023-03-02T21:42:01.568Z] 371dd33cb1af: Preparing [2023-03-02T21:42:01.568Z] 9370bd759e04: Preparing [2023-03-02T21:42:01.568Z] d3988c32dc26: Preparing [2023-03-02T21:42:01.568Z] d28635c0549f: Preparing [2023-03-02T21:42:01.568Z] 2c36be2bc9f8: Preparing [2023-03-02T21:42:01.568Z] f70ee36035b9: Preparing [2023-03-02T21:42:01.568Z] 2c36be2bc9f8: Waiting [2023-03-02T21:42:01.568Z] f70ee36035b9: Waiting [2023-03-02T21:42:01.568Z] d28635c0549f: Layer already exists [2023-03-02T21:42:01.834Z] 1422754ef3ed: Pushed [2023-03-02T21:42:01.834Z] 9370bd759e04: Pushed [2023-03-02T21:42:01.834Z] 371dd33cb1af: Pushed [2023-03-02T21:42:01.834Z] f70ee36035b9: Layer already exists [2023-03-02T21:42:01.834Z] 2c36be2bc9f8: Pushed [2023-03-02T21:42:04.405Z] d3988c32dc26: Pushed [2023-03-02T21:42:04.405Z] a219a96092df6e8a7d6599bd49f1a07919d2084f: digest: sha256:1dae2ea35dd7ad1e0a8563da0aba47df6c64076c1774b84e2e0dcdfa8dd71b4c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:42:04.740Z] + 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-02T21:42:05.075Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-03-02T21:42:05.075Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-03-02T21:42:05.075Z] 1422754ef3ed: Preparing [2023-03-02T21:42:05.075Z] 371dd33cb1af: Preparing [2023-03-02T21:42:05.075Z] 9370bd759e04: Preparing [2023-03-02T21:42:05.075Z] d3988c32dc26: Preparing [2023-03-02T21:42:05.075Z] d28635c0549f: Preparing [2023-03-02T21:42:05.075Z] 2c36be2bc9f8: Preparing [2023-03-02T21:42:05.075Z] f70ee36035b9: Preparing [2023-03-02T21:42:05.075Z] 2c36be2bc9f8: Waiting [2023-03-02T21:42:05.075Z] f70ee36035b9: Waiting [2023-03-02T21:42:05.075Z] d28635c0549f: Layer already exists [2023-03-02T21:42:05.075Z] 371dd33cb1af: Layer already exists [2023-03-02T21:42:05.075Z] 1422754ef3ed: Layer already exists [2023-03-02T21:42:05.075Z] 9370bd759e04: Layer already exists [2023-03-02T21:42:05.075Z] d3988c32dc26: Layer already exists [2023-03-02T21:42:05.075Z] f70ee36035b9: Layer already exists [2023-03-02T21:42:05.075Z] 2c36be2bc9f8: Layer already exists [2023-03-02T21:42:05.340Z] latest: digest: sha256:1dae2ea35dd7ad1e0a8563da0aba47df6c64076c1774b84e2e0dcdfa8dd71b4c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:42:05.677Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:42:06.010Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.75 [2023-03-02T21:42:06.010Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-03-02T21:42:06.010Z] 1422754ef3ed: Preparing [2023-03-02T21:42:06.010Z] 371dd33cb1af: Preparing [2023-03-02T21:42:06.010Z] 9370bd759e04: Preparing [2023-03-02T21:42:06.010Z] d3988c32dc26: Preparing [2023-03-02T21:42:06.010Z] d28635c0549f: Preparing [2023-03-02T21:42:06.010Z] 2c36be2bc9f8: Preparing [2023-03-02T21:42:06.010Z] f70ee36035b9: Preparing [2023-03-02T21:42:06.010Z] 2c36be2bc9f8: Waiting [2023-03-02T21:42:06.010Z] f70ee36035b9: Waiting [2023-03-02T21:42:06.010Z] 371dd33cb1af: Layer already exists [2023-03-02T21:42:06.010Z] 1422754ef3ed: Layer already exists [2023-03-02T21:42:06.010Z] d3988c32dc26: Layer already exists [2023-03-02T21:42:06.010Z] 9370bd759e04: Layer already exists [2023-03-02T21:42:06.010Z] d28635c0549f: Layer already exists [2023-03-02T21:42:06.010Z] 2c36be2bc9f8: Layer already exists [2023-03-02T21:42:06.010Z] f70ee36035b9: Layer already exists [2023-03-02T21:42:06.010Z] 3.0.0-dev.75: digest: sha256:1dae2ea35dd7ad1e0a8563da0aba47df6c64076c1774b84e2e0dcdfa8dd71b4c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:42:06.352Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:42:06.697Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:42:06.697Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-03-02T21:42:06.697Z] 1422754ef3ed: Preparing [2023-03-02T21:42:06.697Z] 371dd33cb1af: Preparing [2023-03-02T21:42:06.697Z] 9370bd759e04: Preparing [2023-03-02T21:42:06.697Z] d3988c32dc26: Preparing [2023-03-02T21:42:06.697Z] d28635c0549f: Preparing [2023-03-02T21:42:06.697Z] 2c36be2bc9f8: Preparing [2023-03-02T21:42:06.697Z] f70ee36035b9: Preparing [2023-03-02T21:42:06.697Z] 2c36be2bc9f8: Waiting [2023-03-02T21:42:06.697Z] f70ee36035b9: Waiting [2023-03-02T21:42:06.697Z] d3988c32dc26: Layer already exists [2023-03-02T21:42:06.697Z] 9370bd759e04: Layer already exists [2023-03-02T21:42:06.697Z] 1422754ef3ed: Layer already exists [2023-03-02T21:42:06.697Z] d28635c0549f: Layer already exists [2023-03-02T21:42:06.697Z] 371dd33cb1af: Layer already exists [2023-03-02T21:42:06.697Z] f70ee36035b9: Layer already exists [2023-03-02T21:42:06.697Z] 2c36be2bc9f8: Layer already exists [2023-03-02T21:42:06.697Z] a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75: digest: sha256:1dae2ea35dd7ad1e0a8563da0aba47df6c64076c1774b84e2e0dcdfa8dd71b4c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:42:07.294Z] + 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-02T21:42:07.622Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2023-03-02T21:42:07.622Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-03-02T21:42:07.622Z] 1422754ef3ed: Preparing [2023-03-02T21:42:07.622Z] 371dd33cb1af: Preparing [2023-03-02T21:42:07.622Z] 9370bd759e04: Preparing [2023-03-02T21:42:07.622Z] d3988c32dc26: Preparing [2023-03-02T21:42:07.622Z] d28635c0549f: Preparing [2023-03-02T21:42:07.622Z] 2c36be2bc9f8: Preparing [2023-03-02T21:42:07.622Z] f70ee36035b9: Preparing [2023-03-02T21:42:07.622Z] 2c36be2bc9f8: Waiting [2023-03-02T21:42:07.622Z] f70ee36035b9: Waiting [2023-03-02T21:42:07.622Z] 371dd33cb1af: Layer already exists [2023-03-02T21:42:07.622Z] 1422754ef3ed: Layer already exists [2023-03-02T21:42:07.622Z] d3988c32dc26: Layer already exists [2023-03-02T21:42:07.622Z] 9370bd759e04: Layer already exists [2023-03-02T21:42:07.622Z] d28635c0549f: Layer already exists [2023-03-02T21:42:07.622Z] 2c36be2bc9f8: Layer already exists [2023-03-02T21:42:07.622Z] f70ee36035b9: Layer already exists [2023-03-02T21:42:07.886Z] main: digest: sha256:1dae2ea35dd7ad1e0a8563da0aba47df6c64076c1774b84e2e0dcdfa8dd71b4c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-02T21:42:07.924Z] ===================================================== [Pipeline] echo [2023-03-02T21:42:07.929Z] taggedImages: [2023-03-02T21:42:07.929Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:42:07.929Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-03-02T21:42:07.929Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.75 [2023-03-02T21:42:07.929Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:42:07.929Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2023-03-02T21:42:07.943Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2023-03-02T21:42:07.943Z] a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:42:07.943Z] latest [2023-03-02T21:42:07.943Z] 3.0.0-dev.75 [2023-03-02T21:42:07.943Z] a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:42:07.943Z] main [2023-03-02T21:42:07.943Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:42:08.273Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:42:08.605Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:42:08.605Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-03-02T21:42:08.605Z] c114d9d0050b: Preparing [2023-03-02T21:42:08.605Z] 33ee20ecce89: Preparing [2023-03-02T21:42:08.605Z] d28635c0549f: Preparing [2023-03-02T21:42:08.605Z] c2a8bd3355a3: Preparing [2023-03-02T21:42:08.605Z] f70ee36035b9: Preparing [2023-03-02T21:42:08.605Z] f70ee36035b9: Layer already exists [2023-03-02T21:42:08.605Z] d28635c0549f: Layer already exists [2023-03-02T21:42:08.871Z] c114d9d0050b: Pushed [2023-03-02T21:42:08.871Z] c2a8bd3355a3: Pushed [2023-03-02T21:42:11.445Z] 33ee20ecce89: Pushed [2023-03-02T21:42:11.711Z] a219a96092df6e8a7d6599bd49f1a07919d2084f: digest: sha256:7b4ac52e5f34bdd3275beb060abb3060b4b9ef27c3b22043cad83571da49cca7 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:42:12.047Z] + 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-02T21:42:12.385Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-03-02T21:42:12.385Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-03-02T21:42:12.385Z] c114d9d0050b: Preparing [2023-03-02T21:42:12.385Z] 33ee20ecce89: Preparing [2023-03-02T21:42:12.385Z] d28635c0549f: Preparing [2023-03-02T21:42:12.385Z] c2a8bd3355a3: Preparing [2023-03-02T21:42:12.385Z] f70ee36035b9: Preparing [2023-03-02T21:42:12.385Z] 33ee20ecce89: Layer already exists [2023-03-02T21:42:12.385Z] c114d9d0050b: Layer already exists [2023-03-02T21:42:12.385Z] d28635c0549f: Layer already exists [2023-03-02T21:42:12.385Z] c2a8bd3355a3: Layer already exists [2023-03-02T21:42:12.385Z] f70ee36035b9: Layer already exists [2023-03-02T21:42:12.385Z] latest: digest: sha256:7b4ac52e5f34bdd3275beb060abb3060b4b9ef27c3b22043cad83571da49cca7 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:42:12.727Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:42:13.064Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.75 [2023-03-02T21:42:13.064Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-03-02T21:42:13.064Z] c114d9d0050b: Preparing [2023-03-02T21:42:13.064Z] 33ee20ecce89: Preparing [2023-03-02T21:42:13.064Z] d28635c0549f: Preparing [2023-03-02T21:42:13.064Z] c2a8bd3355a3: Preparing [2023-03-02T21:42:13.064Z] f70ee36035b9: Preparing [2023-03-02T21:42:13.064Z] f70ee36035b9: Layer already exists [2023-03-02T21:42:13.064Z] 33ee20ecce89: Layer already exists [2023-03-02T21:42:13.064Z] c2a8bd3355a3: Layer already exists [2023-03-02T21:42:13.064Z] d28635c0549f: Layer already exists [2023-03-02T21:42:13.064Z] c114d9d0050b: Layer already exists [2023-03-02T21:42:13.064Z] 3.0.0-dev.75: digest: sha256:7b4ac52e5f34bdd3275beb060abb3060b4b9ef27c3b22043cad83571da49cca7 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:42:13.409Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:42:13.780Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:42:13.780Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-03-02T21:42:13.780Z] c114d9d0050b: Preparing [2023-03-02T21:42:13.780Z] 33ee20ecce89: Preparing [2023-03-02T21:42:13.780Z] d28635c0549f: Preparing [2023-03-02T21:42:13.780Z] c2a8bd3355a3: Preparing [2023-03-02T21:42:13.780Z] f70ee36035b9: Preparing [2023-03-02T21:42:13.780Z] c2a8bd3355a3: Layer already exists [2023-03-02T21:42:13.780Z] f70ee36035b9: Layer already exists [2023-03-02T21:42:13.780Z] d28635c0549f: Layer already exists [2023-03-02T21:42:13.780Z] 33ee20ecce89: Layer already exists [2023-03-02T21:42:13.780Z] c114d9d0050b: Layer already exists [2023-03-02T21:42:13.780Z] a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75: digest: sha256:7b4ac52e5f34bdd3275beb060abb3060b4b9ef27c3b22043cad83571da49cca7 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:42:14.137Z] + 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-02T21:42:14.491Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2023-03-02T21:42:14.491Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-03-02T21:42:14.491Z] c114d9d0050b: Preparing [2023-03-02T21:42:14.491Z] 33ee20ecce89: Preparing [2023-03-02T21:42:14.491Z] d28635c0549f: Preparing [2023-03-02T21:42:14.491Z] c2a8bd3355a3: Preparing [2023-03-02T21:42:14.491Z] f70ee36035b9: Preparing [2023-03-02T21:42:14.491Z] f70ee36035b9: Layer already exists [2023-03-02T21:42:14.491Z] d28635c0549f: Layer already exists [2023-03-02T21:42:14.491Z] 33ee20ecce89: Layer already exists [2023-03-02T21:42:14.491Z] c114d9d0050b: Layer already exists [2023-03-02T21:42:14.491Z] c2a8bd3355a3: Layer already exists [2023-03-02T21:42:14.491Z] main: digest: sha256:7b4ac52e5f34bdd3275beb060abb3060b4b9ef27c3b22043cad83571da49cca7 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-02T21:42:14.527Z] ===================================================== [Pipeline] echo [2023-03-02T21:42:14.532Z] taggedImages: [2023-03-02T21:42:14.532Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:42:14.532Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-03-02T21:42:14.532Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.75 [2023-03-02T21:42:14.532Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:42:14.532Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2023-03-02T21:42:14.546Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2023-03-02T21:42:14.546Z] a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:42:14.546Z] latest [2023-03-02T21:42:14.546Z] 3.0.0-dev.75 [2023-03-02T21:42:14.546Z] a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:42:14.546Z] main [2023-03-02T21:42:14.546Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:42:14.885Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:42:15.225Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:42:15.225Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-03-02T21:42:15.225Z] 407b2014c989: Preparing [2023-03-02T21:42:15.225Z] 6eee7faad90e: Preparing [2023-03-02T21:42:15.225Z] c8d30ebd9497: Preparing [2023-03-02T21:42:15.225Z] d28635c0549f: Preparing [2023-03-02T21:42:15.225Z] 6ae1c77dc221: Preparing [2023-03-02T21:42:15.225Z] f70ee36035b9: Preparing [2023-03-02T21:42:15.225Z] f70ee36035b9: Waiting [2023-03-02T21:42:15.225Z] 6ae1c77dc221: Layer already exists [2023-03-02T21:42:15.225Z] d28635c0549f: Layer already exists [2023-03-02T21:42:15.225Z] f70ee36035b9: Layer already exists [2023-03-02T21:42:15.498Z] 6eee7faad90e: Pushed [2023-03-02T21:42:15.498Z] 407b2014c989: Pushed [2023-03-02T21:42:18.828Z] c8d30ebd9497: Pushed [2023-03-02T21:42:18.828Z] a219a96092df6e8a7d6599bd49f1a07919d2084f: digest: sha256:a774c135586d0eb838e2645e36dfa699791113b37962e77d5d753fad1e4bcf00 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:42:19.154Z] + 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-02T21:42:19.480Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-03-02T21:42:19.480Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-03-02T21:42:19.480Z] 407b2014c989: Preparing [2023-03-02T21:42:19.480Z] 6eee7faad90e: Preparing [2023-03-02T21:42:19.480Z] c8d30ebd9497: Preparing [2023-03-02T21:42:19.480Z] d28635c0549f: Preparing [2023-03-02T21:42:19.480Z] 6ae1c77dc221: Preparing [2023-03-02T21:42:19.480Z] f70ee36035b9: Preparing [2023-03-02T21:42:19.480Z] f70ee36035b9: Waiting [2023-03-02T21:42:19.480Z] 6ae1c77dc221: Layer already exists [2023-03-02T21:42:19.480Z] c8d30ebd9497: Layer already exists [2023-03-02T21:42:19.480Z] d28635c0549f: Layer already exists [2023-03-02T21:42:19.480Z] 407b2014c989: Layer already exists [2023-03-02T21:42:19.480Z] 6eee7faad90e: Layer already exists [2023-03-02T21:42:19.480Z] f70ee36035b9: Layer already exists [2023-03-02T21:42:19.480Z] latest: digest: sha256:a774c135586d0eb838e2645e36dfa699791113b37962e77d5d753fad1e4bcf00 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:42:19.805Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:42:20.131Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.75 [2023-03-02T21:42:20.131Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-03-02T21:42:20.131Z] 407b2014c989: Preparing [2023-03-02T21:42:20.131Z] 6eee7faad90e: Preparing [2023-03-02T21:42:20.131Z] c8d30ebd9497: Preparing [2023-03-02T21:42:20.131Z] d28635c0549f: Preparing [2023-03-02T21:42:20.131Z] 6ae1c77dc221: Preparing [2023-03-02T21:42:20.131Z] f70ee36035b9: Preparing [2023-03-02T21:42:20.131Z] 6eee7faad90e: Layer already exists [2023-03-02T21:42:20.131Z] c8d30ebd9497: Layer already exists [2023-03-02T21:42:20.131Z] d28635c0549f: Layer already exists [2023-03-02T21:42:20.131Z] 407b2014c989: Layer already exists [2023-03-02T21:42:20.131Z] 6ae1c77dc221: Layer already exists [2023-03-02T21:42:20.131Z] f70ee36035b9: Layer already exists [2023-03-02T21:42:20.131Z] 3.0.0-dev.75: digest: sha256:a774c135586d0eb838e2645e36dfa699791113b37962e77d5d753fad1e4bcf00 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:42:20.456Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:42:20.784Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:42:20.784Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-03-02T21:42:20.784Z] 407b2014c989: Preparing [2023-03-02T21:42:20.784Z] 6eee7faad90e: Preparing [2023-03-02T21:42:20.784Z] c8d30ebd9497: Preparing [2023-03-02T21:42:20.784Z] d28635c0549f: Preparing [2023-03-02T21:42:20.784Z] 6ae1c77dc221: Preparing [2023-03-02T21:42:20.784Z] f70ee36035b9: Preparing [2023-03-02T21:42:20.784Z] f70ee36035b9: Waiting [2023-03-02T21:42:20.784Z] d28635c0549f: Layer already exists [2023-03-02T21:42:20.784Z] c8d30ebd9497: Layer already exists [2023-03-02T21:42:20.784Z] 6ae1c77dc221: Layer already exists [2023-03-02T21:42:20.784Z] 407b2014c989: Layer already exists [2023-03-02T21:42:20.784Z] 6eee7faad90e: Layer already exists [2023-03-02T21:42:20.784Z] f70ee36035b9: Layer already exists [2023-03-02T21:42:20.784Z] a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75: digest: sha256:a774c135586d0eb838e2645e36dfa699791113b37962e77d5d753fad1e4bcf00 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:42:21.115Z] + 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-02T21:42:21.438Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2023-03-02T21:42:21.439Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-03-02T21:42:21.439Z] 407b2014c989: Preparing [2023-03-02T21:42:21.439Z] 6eee7faad90e: Preparing [2023-03-02T21:42:21.439Z] c8d30ebd9497: Preparing [2023-03-02T21:42:21.439Z] d28635c0549f: Preparing [2023-03-02T21:42:21.439Z] 6ae1c77dc221: Preparing [2023-03-02T21:42:21.439Z] f70ee36035b9: Preparing [2023-03-02T21:42:21.439Z] f70ee36035b9: Waiting [2023-03-02T21:42:21.439Z] d28635c0549f: Layer already exists [2023-03-02T21:42:21.439Z] c8d30ebd9497: Layer already exists [2023-03-02T21:42:21.439Z] 407b2014c989: Layer already exists [2023-03-02T21:42:21.439Z] 6ae1c77dc221: Layer already exists [2023-03-02T21:42:21.439Z] 6eee7faad90e: Layer already exists [2023-03-02T21:42:21.439Z] f70ee36035b9: Layer already exists [2023-03-02T21:42:21.439Z] main: digest: sha256:a774c135586d0eb838e2645e36dfa699791113b37962e77d5d753fad1e4bcf00 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-02T21:42:21.478Z] ===================================================== [Pipeline] echo [2023-03-02T21:42:21.484Z] taggedImages: [2023-03-02T21:42:21.484Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:42:21.484Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-03-02T21:42:21.484Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.75 [2023-03-02T21:42:21.484Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:42:21.484Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2023-03-02T21:42:21.498Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2023-03-02T21:42:21.498Z] a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:42:21.498Z] latest [2023-03-02T21:42:21.498Z] 3.0.0-dev.75 [2023-03-02T21:42:21.498Z] a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:42:21.498Z] main [2023-03-02T21:42:21.498Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:42:21.830Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:42:22.170Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:42:22.170Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-03-02T21:42:22.170Z] 97432bc1d3d0: Preparing [2023-03-02T21:42:22.170Z] 97432bc1d3d0: Preparing [2023-03-02T21:42:22.170Z] 497093296f84: Preparing [2023-03-02T21:42:22.170Z] 2f6f6e81068d: Preparing [2023-03-02T21:42:22.170Z] eeda107ab146: Preparing [2023-03-02T21:42:22.170Z] 5aceacc7cc44: Preparing [2023-03-02T21:42:22.170Z] 4e7b653b45e6: Preparing [2023-03-02T21:42:22.170Z] d28635c0549f: Preparing [2023-03-02T21:42:22.170Z] 70bd0361e2da: Preparing [2023-03-02T21:42:22.170Z] 6a79bbf29286: Preparing [2023-03-02T21:42:22.170Z] a479d1217394: Preparing [2023-03-02T21:42:22.170Z] 7d9c760685aa: Preparing [2023-03-02T21:42:22.170Z] f70ee36035b9: Preparing [2023-03-02T21:42:22.170Z] d28635c0549f: Waiting [2023-03-02T21:42:22.170Z] 70bd0361e2da: Waiting [2023-03-02T21:42:22.170Z] 6a79bbf29286: Waiting [2023-03-02T21:42:22.170Z] 4e7b653b45e6: Waiting [2023-03-02T21:42:22.170Z] a479d1217394: Waiting [2023-03-02T21:42:22.170Z] 7d9c760685aa: Waiting [2023-03-02T21:42:22.170Z] f70ee36035b9: Waiting [2023-03-02T21:42:22.437Z] 97432bc1d3d0: Pushed [2023-03-02T21:42:22.437Z] 497093296f84: Pushed [2023-03-02T21:42:22.437Z] eeda107ab146: Pushed [2023-03-02T21:42:22.437Z] 2f6f6e81068d: Pushed [2023-03-02T21:42:22.437Z] 5aceacc7cc44: Pushed [2023-03-02T21:42:22.437Z] d28635c0549f: Layer already exists [2023-03-02T21:42:22.701Z] 6a79bbf29286: Pushed [2023-03-02T21:42:22.701Z] 70bd0361e2da: Pushed [2023-03-02T21:42:22.701Z] 7d9c760685aa: Pushed [2023-03-02T21:42:22.701Z] a479d1217394: Pushed [2023-03-02T21:42:22.701Z] f70ee36035b9: Layer already exists [2023-03-02T21:42:26.025Z] 4e7b653b45e6: Pushed [2023-03-02T21:42:26.025Z] a219a96092df6e8a7d6599bd49f1a07919d2084f: digest: sha256:805cb9123a7d285d7984ae200abab49026f3e66b67af34871050d17a6d2585ce size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:42:26.377Z] + 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-02T21:42:26.711Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-03-02T21:42:26.712Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-03-02T21:42:26.712Z] 97432bc1d3d0: Preparing [2023-03-02T21:42:26.712Z] 97432bc1d3d0: Preparing [2023-03-02T21:42:26.712Z] 497093296f84: Preparing [2023-03-02T21:42:26.712Z] 2f6f6e81068d: Preparing [2023-03-02T21:42:26.712Z] eeda107ab146: Preparing [2023-03-02T21:42:26.712Z] 5aceacc7cc44: Preparing [2023-03-02T21:42:26.712Z] 4e7b653b45e6: Preparing [2023-03-02T21:42:26.712Z] d28635c0549f: Preparing [2023-03-02T21:42:26.712Z] 70bd0361e2da: Preparing [2023-03-02T21:42:26.712Z] 6a79bbf29286: Preparing [2023-03-02T21:42:26.712Z] a479d1217394: Preparing [2023-03-02T21:42:26.712Z] 7d9c760685aa: Preparing [2023-03-02T21:42:26.712Z] f70ee36035b9: Preparing [2023-03-02T21:42:26.712Z] 6a79bbf29286: Waiting [2023-03-02T21:42:26.712Z] a479d1217394: Waiting [2023-03-02T21:42:26.712Z] 7d9c760685aa: Waiting [2023-03-02T21:42:26.712Z] 4e7b653b45e6: Waiting [2023-03-02T21:42:26.712Z] f70ee36035b9: Waiting [2023-03-02T21:42:26.712Z] d28635c0549f: Waiting [2023-03-02T21:42:26.712Z] 70bd0361e2da: Waiting [2023-03-02T21:42:26.712Z] 497093296f84: Layer already exists [2023-03-02T21:42:26.712Z] eeda107ab146: Layer already exists [2023-03-02T21:42:26.712Z] 97432bc1d3d0: Layer already exists [2023-03-02T21:42:26.712Z] 2f6f6e81068d: Layer already exists [2023-03-02T21:42:26.712Z] 5aceacc7cc44: Layer already exists [2023-03-02T21:42:26.712Z] 4e7b653b45e6: Layer already exists [2023-03-02T21:42:26.712Z] d28635c0549f: Layer already exists [2023-03-02T21:42:26.712Z] 70bd0361e2da: Layer already exists [2023-03-02T21:42:26.712Z] 6a79bbf29286: Layer already exists [2023-03-02T21:42:26.712Z] a479d1217394: Layer already exists [2023-03-02T21:42:26.712Z] f70ee36035b9: Layer already exists [2023-03-02T21:42:26.712Z] 7d9c760685aa: Layer already exists [2023-03-02T21:42:26.975Z] latest: digest: sha256:805cb9123a7d285d7984ae200abab49026f3e66b67af34871050d17a6d2585ce size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:42:27.309Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:42:27.635Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.75 [2023-03-02T21:42:27.635Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-03-02T21:42:27.635Z] 97432bc1d3d0: Preparing [2023-03-02T21:42:27.635Z] 97432bc1d3d0: Preparing [2023-03-02T21:42:27.635Z] 497093296f84: Preparing [2023-03-02T21:42:27.635Z] 2f6f6e81068d: Preparing [2023-03-02T21:42:27.635Z] eeda107ab146: Preparing [2023-03-02T21:42:27.635Z] 5aceacc7cc44: Preparing [2023-03-02T21:42:27.635Z] 4e7b653b45e6: Preparing [2023-03-02T21:42:27.635Z] d28635c0549f: Preparing [2023-03-02T21:42:27.635Z] 70bd0361e2da: Preparing [2023-03-02T21:42:27.635Z] 6a79bbf29286: Preparing [2023-03-02T21:42:27.635Z] a479d1217394: Preparing [2023-03-02T21:42:27.635Z] 7d9c760685aa: Preparing [2023-03-02T21:42:27.635Z] f70ee36035b9: Preparing [2023-03-02T21:42:27.635Z] 6a79bbf29286: Waiting [2023-03-02T21:42:27.635Z] a479d1217394: Waiting [2023-03-02T21:42:27.635Z] 4e7b653b45e6: Waiting [2023-03-02T21:42:27.635Z] d28635c0549f: Waiting [2023-03-02T21:42:27.635Z] 70bd0361e2da: Waiting [2023-03-02T21:42:27.635Z] 7d9c760685aa: Waiting [2023-03-02T21:42:27.635Z] f70ee36035b9: Waiting [2023-03-02T21:42:27.635Z] 497093296f84: Layer already exists [2023-03-02T21:42:27.635Z] 5aceacc7cc44: Layer already exists [2023-03-02T21:42:27.635Z] 97432bc1d3d0: Layer already exists [2023-03-02T21:42:27.635Z] eeda107ab146: Layer already exists [2023-03-02T21:42:27.635Z] 2f6f6e81068d: Layer already exists [2023-03-02T21:42:27.635Z] 70bd0361e2da: Layer already exists [2023-03-02T21:42:27.635Z] 4e7b653b45e6: Layer already exists [2023-03-02T21:42:27.635Z] d28635c0549f: Layer already exists [2023-03-02T21:42:27.635Z] a479d1217394: Layer already exists [2023-03-02T21:42:27.635Z] 6a79bbf29286: Layer already exists [2023-03-02T21:42:27.635Z] f70ee36035b9: Layer already exists [2023-03-02T21:42:27.635Z] 7d9c760685aa: Layer already exists [2023-03-02T21:42:27.898Z] 3.0.0-dev.75: digest: sha256:805cb9123a7d285d7984ae200abab49026f3e66b67af34871050d17a6d2585ce size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:42:28.237Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:42:28.562Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:42:28.562Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-03-02T21:42:28.562Z] 97432bc1d3d0: Preparing [2023-03-02T21:42:28.562Z] 97432bc1d3d0: Preparing [2023-03-02T21:42:28.562Z] 497093296f84: Preparing [2023-03-02T21:42:28.562Z] 2f6f6e81068d: Preparing [2023-03-02T21:42:28.562Z] eeda107ab146: Preparing [2023-03-02T21:42:28.562Z] 5aceacc7cc44: Preparing [2023-03-02T21:42:28.562Z] 4e7b653b45e6: Preparing [2023-03-02T21:42:28.562Z] d28635c0549f: Preparing [2023-03-02T21:42:28.562Z] 70bd0361e2da: Preparing [2023-03-02T21:42:28.562Z] 6a79bbf29286: Preparing [2023-03-02T21:42:28.562Z] a479d1217394: Preparing [2023-03-02T21:42:28.562Z] 7d9c760685aa: Preparing [2023-03-02T21:42:28.562Z] f70ee36035b9: Preparing [2023-03-02T21:42:28.562Z] 4e7b653b45e6: Waiting [2023-03-02T21:42:28.562Z] 6a79bbf29286: Waiting [2023-03-02T21:42:28.562Z] d28635c0549f: Waiting [2023-03-02T21:42:28.562Z] a479d1217394: Waiting [2023-03-02T21:42:28.562Z] 7d9c760685aa: Waiting [2023-03-02T21:42:28.562Z] f70ee36035b9: Waiting [2023-03-02T21:42:28.562Z] 70bd0361e2da: Waiting [2023-03-02T21:42:28.562Z] 497093296f84: Layer already exists [2023-03-02T21:42:28.562Z] 5aceacc7cc44: Layer already exists [2023-03-02T21:42:28.562Z] 97432bc1d3d0: Layer already exists [2023-03-02T21:42:28.562Z] eeda107ab146: Layer already exists [2023-03-02T21:42:28.562Z] 2f6f6e81068d: Layer already exists [2023-03-02T21:42:28.562Z] 4e7b653b45e6: Layer already exists [2023-03-02T21:42:28.562Z] 70bd0361e2da: Layer already exists [2023-03-02T21:42:28.562Z] d28635c0549f: Layer already exists [2023-03-02T21:42:28.562Z] a479d1217394: Layer already exists [2023-03-02T21:42:28.562Z] 6a79bbf29286: Layer already exists [2023-03-02T21:42:28.562Z] 7d9c760685aa: Layer already exists [2023-03-02T21:42:28.562Z] f70ee36035b9: Layer already exists [2023-03-02T21:42:28.827Z] a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75: digest: sha256:805cb9123a7d285d7984ae200abab49026f3e66b67af34871050d17a6d2585ce size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:42:29.153Z] + 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-02T21:42:29.484Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2023-03-02T21:42:29.484Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-03-02T21:42:29.484Z] 97432bc1d3d0: Preparing [2023-03-02T21:42:29.484Z] 97432bc1d3d0: Preparing [2023-03-02T21:42:29.484Z] 497093296f84: Preparing [2023-03-02T21:42:29.484Z] 2f6f6e81068d: Preparing [2023-03-02T21:42:29.484Z] eeda107ab146: Preparing [2023-03-02T21:42:29.484Z] 5aceacc7cc44: Preparing [2023-03-02T21:42:29.484Z] 4e7b653b45e6: Preparing [2023-03-02T21:42:29.484Z] d28635c0549f: Preparing [2023-03-02T21:42:29.484Z] 70bd0361e2da: Preparing [2023-03-02T21:42:29.484Z] 6a79bbf29286: Preparing [2023-03-02T21:42:29.484Z] a479d1217394: Preparing [2023-03-02T21:42:29.484Z] 7d9c760685aa: Preparing [2023-03-02T21:42:29.484Z] f70ee36035b9: Preparing [2023-03-02T21:42:29.484Z] 4e7b653b45e6: Waiting [2023-03-02T21:42:29.484Z] a479d1217394: Waiting [2023-03-02T21:42:29.484Z] 7d9c760685aa: Waiting [2023-03-02T21:42:29.484Z] f70ee36035b9: Waiting [2023-03-02T21:42:29.484Z] 70bd0361e2da: Waiting [2023-03-02T21:42:29.484Z] d28635c0549f: Waiting [2023-03-02T21:42:29.484Z] 6a79bbf29286: Waiting [2023-03-02T21:42:29.484Z] 2f6f6e81068d: Layer already exists [2023-03-02T21:42:29.484Z] 5aceacc7cc44: Layer already exists [2023-03-02T21:42:29.484Z] 97432bc1d3d0: Layer already exists [2023-03-02T21:42:29.484Z] 497093296f84: Layer already exists [2023-03-02T21:42:29.484Z] eeda107ab146: Layer already exists [2023-03-02T21:42:29.484Z] d28635c0549f: Layer already exists [2023-03-02T21:42:29.484Z] a479d1217394: Layer already exists [2023-03-02T21:42:29.484Z] 4e7b653b45e6: Layer already exists [2023-03-02T21:42:29.484Z] 6a79bbf29286: Layer already exists [2023-03-02T21:42:29.484Z] 70bd0361e2da: Layer already exists [2023-03-02T21:42:29.484Z] f70ee36035b9: Layer already exists [2023-03-02T21:42:29.484Z] 7d9c760685aa: Layer already exists [2023-03-02T21:42:29.747Z] main: digest: sha256:805cb9123a7d285d7984ae200abab49026f3e66b67af34871050d17a6d2585ce size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-02T21:42:29.789Z] ===================================================== [Pipeline] echo [2023-03-02T21:42:29.795Z] taggedImages: [2023-03-02T21:42:29.795Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:42:29.795Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-03-02T21:42:29.795Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.75 [2023-03-02T21:42:29.795Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:42:29.795Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2023-03-02T21:42:29.808Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2023-03-02T21:42:29.808Z] a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:42:29.808Z] latest [2023-03-02T21:42:29.808Z] 3.0.0-dev.75 [2023-03-02T21:42:29.808Z] a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:42:29.808Z] main [2023-03-02T21:42:29.808Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:42:30.145Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:42:30.475Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:42:30.475Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-03-02T21:42:30.475Z] 5f9f6f2c1dac: Preparing [2023-03-02T21:42:30.475Z] 5a1cc7b7316b: Preparing [2023-03-02T21:42:30.475Z] f5a93feadace: Preparing [2023-03-02T21:42:30.475Z] b656380a7fc4: Preparing [2023-03-02T21:42:30.475Z] d28635c0549f: Preparing [2023-03-02T21:42:30.475Z] 2c36be2bc9f8: Preparing [2023-03-02T21:42:30.475Z] f70ee36035b9: Preparing [2023-03-02T21:42:30.475Z] 2c36be2bc9f8: Waiting [2023-03-02T21:42:30.475Z] f70ee36035b9: Waiting [2023-03-02T21:42:30.475Z] d28635c0549f: Layer already exists [2023-03-02T21:42:30.475Z] 2c36be2bc9f8: Layer already exists [2023-03-02T21:42:30.740Z] f70ee36035b9: Layer already exists [2023-03-02T21:42:30.740Z] f5a93feadace: Pushed [2023-03-02T21:42:30.740Z] 5f9f6f2c1dac: Pushed [2023-03-02T21:42:30.740Z] 5a1cc7b7316b: Pushed [2023-03-02T21:42:33.318Z] b656380a7fc4: Pushed [2023-03-02T21:42:33.318Z] a219a96092df6e8a7d6599bd49f1a07919d2084f: digest: sha256:7ca59ab7cf8c97f376dcc80363b7ab0ac4f673c9057aaa570098b7ab8f7311fe size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:42:33.657Z] + 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-02T21:42:33.990Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2023-03-02T21:42:33.990Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-03-02T21:42:33.991Z] 5f9f6f2c1dac: Preparing [2023-03-02T21:42:33.991Z] 5a1cc7b7316b: Preparing [2023-03-02T21:42:33.991Z] f5a93feadace: Preparing [2023-03-02T21:42:33.991Z] b656380a7fc4: Preparing [2023-03-02T21:42:33.991Z] d28635c0549f: Preparing [2023-03-02T21:42:33.991Z] 2c36be2bc9f8: Preparing [2023-03-02T21:42:33.991Z] f70ee36035b9: Preparing [2023-03-02T21:42:33.991Z] 2c36be2bc9f8: Waiting [2023-03-02T21:42:33.991Z] f70ee36035b9: Waiting [2023-03-02T21:42:33.991Z] f5a93feadace: Layer already exists [2023-03-02T21:42:33.991Z] b656380a7fc4: Layer already exists [2023-03-02T21:42:33.991Z] d28635c0549f: Layer already exists [2023-03-02T21:42:33.991Z] 5a1cc7b7316b: Layer already exists [2023-03-02T21:42:33.991Z] 5f9f6f2c1dac: Layer already exists [2023-03-02T21:42:33.991Z] 2c36be2bc9f8: Layer already exists [2023-03-02T21:42:33.991Z] f70ee36035b9: Layer already exists [2023-03-02T21:42:33.991Z] latest: digest: sha256:7ca59ab7cf8c97f376dcc80363b7ab0ac4f673c9057aaa570098b7ab8f7311fe size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:42:34.591Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:42:34.923Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.75 [2023-03-02T21:42:34.923Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-03-02T21:42:34.923Z] 5f9f6f2c1dac: Preparing [2023-03-02T21:42:34.923Z] 5a1cc7b7316b: Preparing [2023-03-02T21:42:34.923Z] f5a93feadace: Preparing [2023-03-02T21:42:34.923Z] b656380a7fc4: Preparing [2023-03-02T21:42:34.923Z] d28635c0549f: Preparing [2023-03-02T21:42:34.923Z] 2c36be2bc9f8: Preparing [2023-03-02T21:42:34.923Z] f70ee36035b9: Preparing [2023-03-02T21:42:34.923Z] 2c36be2bc9f8: Waiting [2023-03-02T21:42:34.923Z] f70ee36035b9: Waiting [2023-03-02T21:42:34.923Z] d28635c0549f: Layer already exists [2023-03-02T21:42:34.923Z] 5f9f6f2c1dac: Layer already exists [2023-03-02T21:42:34.923Z] 5a1cc7b7316b: Layer already exists [2023-03-02T21:42:34.923Z] b656380a7fc4: Layer already exists [2023-03-02T21:42:34.923Z] f5a93feadace: Layer already exists [2023-03-02T21:42:34.923Z] 2c36be2bc9f8: Layer already exists [2023-03-02T21:42:34.923Z] f70ee36035b9: Layer already exists [2023-03-02T21:42:34.923Z] 3.0.0-dev.75: digest: sha256:7ca59ab7cf8c97f376dcc80363b7ab0ac4f673c9057aaa570098b7ab8f7311fe size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:42:35.517Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:42:35.847Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:42:35.847Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-03-02T21:42:35.847Z] 5f9f6f2c1dac: Preparing [2023-03-02T21:42:35.847Z] 5a1cc7b7316b: Preparing [2023-03-02T21:42:35.847Z] f5a93feadace: Preparing [2023-03-02T21:42:35.847Z] b656380a7fc4: Preparing [2023-03-02T21:42:35.847Z] d28635c0549f: Preparing [2023-03-02T21:42:35.847Z] 2c36be2bc9f8: Preparing [2023-03-02T21:42:35.847Z] f70ee36035b9: Preparing [2023-03-02T21:42:35.847Z] 2c36be2bc9f8: Waiting [2023-03-02T21:42:35.847Z] f70ee36035b9: Waiting [2023-03-02T21:42:35.847Z] f5a93feadace: Layer already exists [2023-03-02T21:42:35.847Z] 5a1cc7b7316b: Layer already exists [2023-03-02T21:42:35.847Z] b656380a7fc4: Layer already exists [2023-03-02T21:42:35.847Z] d28635c0549f: Layer already exists [2023-03-02T21:42:35.847Z] 5f9f6f2c1dac: Layer already exists [2023-03-02T21:42:35.847Z] f70ee36035b9: Layer already exists [2023-03-02T21:42:35.847Z] 2c36be2bc9f8: Layer already exists [2023-03-02T21:42:35.847Z] a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75: digest: sha256:7ca59ab7cf8c97f376dcc80363b7ab0ac4f673c9057aaa570098b7ab8f7311fe size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:42:36.185Z] + 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-02T21:42:36.524Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2023-03-02T21:42:36.524Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-03-02T21:42:36.524Z] 5f9f6f2c1dac: Preparing [2023-03-02T21:42:36.524Z] 5a1cc7b7316b: Preparing [2023-03-02T21:42:36.524Z] f5a93feadace: Preparing [2023-03-02T21:42:36.524Z] b656380a7fc4: Preparing [2023-03-02T21:42:36.524Z] d28635c0549f: Preparing [2023-03-02T21:42:36.524Z] 2c36be2bc9f8: Preparing [2023-03-02T21:42:36.524Z] f70ee36035b9: Preparing [2023-03-02T21:42:36.524Z] 2c36be2bc9f8: Waiting [2023-03-02T21:42:36.524Z] f70ee36035b9: Waiting [2023-03-02T21:42:36.524Z] 5a1cc7b7316b: Layer already exists [2023-03-02T21:42:36.524Z] d28635c0549f: Layer already exists [2023-03-02T21:42:36.524Z] b656380a7fc4: Layer already exists [2023-03-02T21:42:36.524Z] 5f9f6f2c1dac: Layer already exists [2023-03-02T21:42:36.524Z] f5a93feadace: Layer already exists [2023-03-02T21:42:36.524Z] f70ee36035b9: Layer already exists [2023-03-02T21:42:36.524Z] 2c36be2bc9f8: Layer already exists [2023-03-02T21:42:36.788Z] main: digest: sha256:7ca59ab7cf8c97f376dcc80363b7ab0ac4f673c9057aaa570098b7ab8f7311fe size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-02T21:42:36.845Z] ===================================================== [Pipeline] echo [2023-03-02T21:42:36.854Z] taggedImages: [2023-03-02T21:42:36.854Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:42:36.854Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2023-03-02T21:42:36.854Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.75 [2023-03-02T21:42:36.854Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:42:36.854Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2023-03-02T21:42:36.876Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2023-03-02T21:42:36.876Z] a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:42:36.876Z] latest [2023-03-02T21:42:36.876Z] 3.0.0-dev.75 [2023-03-02T21:42:36.876Z] a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:42:36.876Z] main [2023-03-02T21:42:36.876Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:42:37.204Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:42:37.534Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:42:37.534Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-03-02T21:42:37.534Z] 760d605f264c: Preparing [2023-03-02T21:42:37.534Z] a7fc541d74c4: Preparing [2023-03-02T21:42:37.534Z] ee30fc646926: Preparing [2023-03-02T21:42:37.534Z] 3645c3962434: Preparing [2023-03-02T21:42:37.534Z] b545879dc810: Preparing [2023-03-02T21:42:37.534Z] e77f25e932ec: Preparing [2023-03-02T21:42:37.534Z] 7546ebdabd94: Preparing [2023-03-02T21:42:37.534Z] f70ee36035b9: Preparing [2023-03-02T21:42:37.534Z] 7546ebdabd94: Waiting [2023-03-02T21:42:37.534Z] f70ee36035b9: Waiting [2023-03-02T21:42:37.534Z] e77f25e932ec: Waiting [2023-03-02T21:42:37.798Z] a7fc541d74c4: Pushed [2023-03-02T21:42:37.798Z] 760d605f264c: Pushed [2023-03-02T21:42:37.798Z] b545879dc810: Pushed [2023-03-02T21:42:37.798Z] e77f25e932ec: Pushed [2023-03-02T21:42:40.368Z] 3645c3962434: Pushed [2023-03-02T21:42:40.368Z] f70ee36035b9: Layer already exists [2023-03-02T21:42:40.368Z] ee30fc646926: Pushed [2023-03-02T21:42:40.633Z] 7546ebdabd94: Pushed [2023-03-02T21:42:40.897Z] a219a96092df6e8a7d6599bd49f1a07919d2084f: digest: sha256:6dc25e5be20bcc52b48a3e5bd9041486693fed7bc9f1ab9ab717d86d00b07cc9 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:42:41.224Z] + 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-02T21:42:41.554Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-03-02T21:42:41.554Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-03-02T21:42:41.554Z] 760d605f264c: Preparing [2023-03-02T21:42:41.554Z] a7fc541d74c4: Preparing [2023-03-02T21:42:41.554Z] ee30fc646926: Preparing [2023-03-02T21:42:41.554Z] 3645c3962434: Preparing [2023-03-02T21:42:41.554Z] b545879dc810: Preparing [2023-03-02T21:42:41.554Z] e77f25e932ec: Preparing [2023-03-02T21:42:41.554Z] 7546ebdabd94: Preparing [2023-03-02T21:42:41.554Z] f70ee36035b9: Preparing [2023-03-02T21:42:41.554Z] f70ee36035b9: Waiting [2023-03-02T21:42:41.554Z] 7546ebdabd94: Waiting [2023-03-02T21:42:41.554Z] e77f25e932ec: Waiting [2023-03-02T21:42:41.554Z] ee30fc646926: Layer already exists [2023-03-02T21:42:41.554Z] 3645c3962434: Layer already exists [2023-03-02T21:42:41.554Z] b545879dc810: Layer already exists [2023-03-02T21:42:41.554Z] a7fc541d74c4: Layer already exists [2023-03-02T21:42:41.554Z] 760d605f264c: Layer already exists [2023-03-02T21:42:41.554Z] e77f25e932ec: Layer already exists [2023-03-02T21:42:41.554Z] 7546ebdabd94: Layer already exists [2023-03-02T21:42:41.554Z] f70ee36035b9: Layer already exists [2023-03-02T21:42:41.817Z] latest: digest: sha256:6dc25e5be20bcc52b48a3e5bd9041486693fed7bc9f1ab9ab717d86d00b07cc9 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:42:42.154Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:42:42.488Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.75 [2023-03-02T21:42:42.488Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-03-02T21:42:42.488Z] 760d605f264c: Preparing [2023-03-02T21:42:42.488Z] a7fc541d74c4: Preparing [2023-03-02T21:42:42.488Z] ee30fc646926: Preparing [2023-03-02T21:42:42.488Z] 3645c3962434: Preparing [2023-03-02T21:42:42.488Z] b545879dc810: Preparing [2023-03-02T21:42:42.488Z] e77f25e932ec: Preparing [2023-03-02T21:42:42.488Z] 7546ebdabd94: Preparing [2023-03-02T21:42:42.488Z] f70ee36035b9: Preparing [2023-03-02T21:42:42.488Z] e77f25e932ec: Waiting [2023-03-02T21:42:42.488Z] 7546ebdabd94: Waiting [2023-03-02T21:42:42.488Z] f70ee36035b9: Waiting [2023-03-02T21:42:42.488Z] b545879dc810: Layer already exists [2023-03-02T21:42:42.488Z] a7fc541d74c4: Layer already exists [2023-03-02T21:42:42.488Z] 760d605f264c: Layer already exists [2023-03-02T21:42:42.488Z] ee30fc646926: Layer already exists [2023-03-02T21:42:42.488Z] 3645c3962434: Layer already exists [2023-03-02T21:42:42.488Z] e77f25e932ec: Layer already exists [2023-03-02T21:42:42.488Z] f70ee36035b9: Layer already exists [2023-03-02T21:42:42.488Z] 7546ebdabd94: Layer already exists [2023-03-02T21:42:42.753Z] 3.0.0-dev.75: digest: sha256:6dc25e5be20bcc52b48a3e5bd9041486693fed7bc9f1ab9ab717d86d00b07cc9 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:42:43.095Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:42:43.421Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:42:43.421Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-03-02T21:42:43.421Z] 760d605f264c: Preparing [2023-03-02T21:42:43.421Z] a7fc541d74c4: Preparing [2023-03-02T21:42:43.421Z] ee30fc646926: Preparing [2023-03-02T21:42:43.421Z] 3645c3962434: Preparing [2023-03-02T21:42:43.421Z] b545879dc810: Preparing [2023-03-02T21:42:43.421Z] e77f25e932ec: Preparing [2023-03-02T21:42:43.421Z] 7546ebdabd94: Preparing [2023-03-02T21:42:43.421Z] f70ee36035b9: Preparing [2023-03-02T21:42:43.421Z] e77f25e932ec: Waiting [2023-03-02T21:42:43.421Z] 7546ebdabd94: Waiting [2023-03-02T21:42:43.421Z] f70ee36035b9: Waiting [2023-03-02T21:42:43.421Z] a7fc541d74c4: Layer already exists [2023-03-02T21:42:43.421Z] b545879dc810: Layer already exists [2023-03-02T21:42:43.421Z] ee30fc646926: Layer already exists [2023-03-02T21:42:43.421Z] 760d605f264c: Layer already exists [2023-03-02T21:42:43.421Z] 3645c3962434: Layer already exists [2023-03-02T21:42:43.421Z] e77f25e932ec: Layer already exists [2023-03-02T21:42:43.421Z] f70ee36035b9: Layer already exists [2023-03-02T21:42:43.421Z] 7546ebdabd94: Layer already exists [2023-03-02T21:42:43.685Z] a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75: digest: sha256:6dc25e5be20bcc52b48a3e5bd9041486693fed7bc9f1ab9ab717d86d00b07cc9 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:42:44.015Z] + 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-02T21:42:44.338Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2023-03-02T21:42:44.338Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-03-02T21:42:44.338Z] 760d605f264c: Preparing [2023-03-02T21:42:44.338Z] a7fc541d74c4: Preparing [2023-03-02T21:42:44.338Z] ee30fc646926: Preparing [2023-03-02T21:42:44.338Z] 3645c3962434: Preparing [2023-03-02T21:42:44.338Z] b545879dc810: Preparing [2023-03-02T21:42:44.338Z] e77f25e932ec: Preparing [2023-03-02T21:42:44.338Z] 7546ebdabd94: Preparing [2023-03-02T21:42:44.338Z] f70ee36035b9: Preparing [2023-03-02T21:42:44.338Z] e77f25e932ec: Waiting [2023-03-02T21:42:44.338Z] 7546ebdabd94: Waiting [2023-03-02T21:42:44.338Z] f70ee36035b9: Waiting [2023-03-02T21:42:44.338Z] 760d605f264c: Layer already exists [2023-03-02T21:42:44.338Z] a7fc541d74c4: Layer already exists [2023-03-02T21:42:44.338Z] b545879dc810: Layer already exists [2023-03-02T21:42:44.338Z] 3645c3962434: Layer already exists [2023-03-02T21:42:44.338Z] ee30fc646926: Layer already exists [2023-03-02T21:42:44.338Z] 7546ebdabd94: Layer already exists [2023-03-02T21:42:44.338Z] e77f25e932ec: Layer already exists [2023-03-02T21:42:44.338Z] f70ee36035b9: Layer already exists [2023-03-02T21:42:44.603Z] main: digest: sha256:6dc25e5be20bcc52b48a3e5bd9041486693fed7bc9f1ab9ab717d86d00b07cc9 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-02T21:42:44.642Z] ===================================================== [Pipeline] echo [2023-03-02T21:42:44.648Z] taggedImages: [2023-03-02T21:42:44.648Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:42:44.648Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-03-02T21:42:44.648Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.75 [2023-03-02T21:42:44.648Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:42:44.648Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2023-03-02T21:42:44.662Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2023-03-02T21:42:44.662Z] a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:42:44.662Z] latest [2023-03-02T21:42:44.662Z] 3.0.0-dev.75 [2023-03-02T21:42:44.662Z] a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:42:44.662Z] main [2023-03-02T21:42:44.662Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:42:44.998Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:42:45.334Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:42:45.334Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-03-02T21:42:45.334Z] fe0dcdfb27fb: Preparing [2023-03-02T21:42:45.334Z] dfbe864f3b1f: Preparing [2023-03-02T21:42:45.334Z] f1989fb600c2: Preparing [2023-03-02T21:42:45.334Z] 94d85955ffdc: Preparing [2023-03-02T21:42:45.334Z] b430d750c3e6: Preparing [2023-03-02T21:42:45.334Z] dbaa30e97c81: Preparing [2023-03-02T21:42:45.334Z] 68c6183a1964: Preparing [2023-03-02T21:42:45.334Z] fcb1e6769cd1: Preparing [2023-03-02T21:42:45.334Z] 3e084dc455a1: Preparing [2023-03-02T21:42:45.334Z] f70ee36035b9: Preparing [2023-03-02T21:42:45.334Z] dbaa30e97c81: Waiting [2023-03-02T21:42:45.334Z] 68c6183a1964: Waiting [2023-03-02T21:42:45.334Z] fcb1e6769cd1: Waiting [2023-03-02T21:42:45.334Z] 3e084dc455a1: Waiting [2023-03-02T21:42:45.334Z] f70ee36035b9: Waiting [2023-03-02T21:42:45.600Z] fe0dcdfb27fb: Pushed [2023-03-02T21:42:45.600Z] dfbe864f3b1f: Pushed [2023-03-02T21:42:45.600Z] b430d750c3e6: Pushed [2023-03-02T21:42:45.600Z] dbaa30e97c81: Pushed [2023-03-02T21:42:45.600Z] 68c6183a1964: Pushed [2023-03-02T21:42:45.865Z] fcb1e6769cd1: Pushed [2023-03-02T21:42:45.865Z] f70ee36035b9: Layer already exists [2023-03-02T21:42:46.130Z] 3e084dc455a1: Pushed [2023-03-02T21:42:48.063Z] 94d85955ffdc: Pushed [2023-03-02T21:42:48.641Z] f1989fb600c2: Pushed [2023-03-02T21:42:48.906Z] a219a96092df6e8a7d6599bd49f1a07919d2084f: digest: sha256:28626ae8c505fe499f9f3bacdcca48d05670a82d8af7e886ae00388a9c20488a size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:42:49.249Z] + 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-02T21:42:49.577Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-03-02T21:42:49.578Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-03-02T21:42:49.578Z] fe0dcdfb27fb: Preparing [2023-03-02T21:42:49.578Z] dfbe864f3b1f: Preparing [2023-03-02T21:42:49.578Z] f1989fb600c2: Preparing [2023-03-02T21:42:49.578Z] 94d85955ffdc: Preparing [2023-03-02T21:42:49.578Z] b430d750c3e6: Preparing [2023-03-02T21:42:49.578Z] dbaa30e97c81: Preparing [2023-03-02T21:42:49.578Z] 68c6183a1964: Preparing [2023-03-02T21:42:49.578Z] fcb1e6769cd1: Preparing [2023-03-02T21:42:49.578Z] 3e084dc455a1: Preparing [2023-03-02T21:42:49.578Z] f70ee36035b9: Preparing [2023-03-02T21:42:49.578Z] dbaa30e97c81: Waiting [2023-03-02T21:42:49.578Z] 68c6183a1964: Waiting [2023-03-02T21:42:49.578Z] fcb1e6769cd1: Waiting [2023-03-02T21:42:49.578Z] 3e084dc455a1: Waiting [2023-03-02T21:42:49.578Z] f70ee36035b9: Waiting [2023-03-02T21:42:49.578Z] 94d85955ffdc: Layer already exists [2023-03-02T21:42:49.578Z] dfbe864f3b1f: Layer already exists [2023-03-02T21:42:49.578Z] b430d750c3e6: Layer already exists [2023-03-02T21:42:49.578Z] fe0dcdfb27fb: Layer already exists [2023-03-02T21:42:49.578Z] f1989fb600c2: Layer already exists [2023-03-02T21:42:49.578Z] 68c6183a1964: Layer already exists [2023-03-02T21:42:49.578Z] dbaa30e97c81: Layer already exists [2023-03-02T21:42:49.578Z] fcb1e6769cd1: Layer already exists [2023-03-02T21:42:49.578Z] 3e084dc455a1: Layer already exists [2023-03-02T21:42:49.578Z] f70ee36035b9: Layer already exists [2023-03-02T21:42:49.842Z] latest: digest: sha256:28626ae8c505fe499f9f3bacdcca48d05670a82d8af7e886ae00388a9c20488a size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:42:50.170Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:42:50.496Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.75 [2023-03-02T21:42:50.496Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-03-02T21:42:50.496Z] fe0dcdfb27fb: Preparing [2023-03-02T21:42:50.496Z] dfbe864f3b1f: Preparing [2023-03-02T21:42:50.496Z] f1989fb600c2: Preparing [2023-03-02T21:42:50.496Z] 94d85955ffdc: Preparing [2023-03-02T21:42:50.496Z] b430d750c3e6: Preparing [2023-03-02T21:42:50.496Z] dbaa30e97c81: Preparing [2023-03-02T21:42:50.496Z] 68c6183a1964: Preparing [2023-03-02T21:42:50.496Z] fcb1e6769cd1: Preparing [2023-03-02T21:42:50.496Z] 3e084dc455a1: Preparing [2023-03-02T21:42:50.496Z] f70ee36035b9: Preparing [2023-03-02T21:42:50.496Z] fcb1e6769cd1: Waiting [2023-03-02T21:42:50.496Z] 3e084dc455a1: Waiting [2023-03-02T21:42:50.496Z] dbaa30e97c81: Waiting [2023-03-02T21:42:50.496Z] f70ee36035b9: Waiting [2023-03-02T21:42:50.496Z] 68c6183a1964: Waiting [2023-03-02T21:42:50.496Z] b430d750c3e6: Layer already exists [2023-03-02T21:42:50.496Z] dfbe864f3b1f: Layer already exists [2023-03-02T21:42:50.496Z] f1989fb600c2: Layer already exists [2023-03-02T21:42:50.496Z] fe0dcdfb27fb: Layer already exists [2023-03-02T21:42:50.496Z] 94d85955ffdc: Layer already exists [2023-03-02T21:42:50.496Z] 68c6183a1964: Layer already exists [2023-03-02T21:42:50.496Z] dbaa30e97c81: Layer already exists [2023-03-02T21:42:50.496Z] fcb1e6769cd1: Layer already exists [2023-03-02T21:42:50.496Z] f70ee36035b9: Layer already exists [2023-03-02T21:42:50.496Z] 3e084dc455a1: Layer already exists [2023-03-02T21:42:50.496Z] 3.0.0-dev.75: digest: sha256:28626ae8c505fe499f9f3bacdcca48d05670a82d8af7e886ae00388a9c20488a size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:42:51.093Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:42:51.420Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:42:51.420Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-03-02T21:42:51.420Z] fe0dcdfb27fb: Preparing [2023-03-02T21:42:51.420Z] dfbe864f3b1f: Preparing [2023-03-02T21:42:51.420Z] f1989fb600c2: Preparing [2023-03-02T21:42:51.420Z] 94d85955ffdc: Preparing [2023-03-02T21:42:51.420Z] b430d750c3e6: Preparing [2023-03-02T21:42:51.420Z] dbaa30e97c81: Preparing [2023-03-02T21:42:51.420Z] 68c6183a1964: Preparing [2023-03-02T21:42:51.420Z] fcb1e6769cd1: Preparing [2023-03-02T21:42:51.420Z] 3e084dc455a1: Preparing [2023-03-02T21:42:51.420Z] f70ee36035b9: Preparing [2023-03-02T21:42:51.420Z] dbaa30e97c81: Waiting [2023-03-02T21:42:51.420Z] 68c6183a1964: Waiting [2023-03-02T21:42:51.420Z] fcb1e6769cd1: Waiting [2023-03-02T21:42:51.420Z] 3e084dc455a1: Waiting [2023-03-02T21:42:51.420Z] f70ee36035b9: Waiting [2023-03-02T21:42:51.420Z] dfbe864f3b1f: Layer already exists [2023-03-02T21:42:51.420Z] 94d85955ffdc: Layer already exists [2023-03-02T21:42:51.420Z] fe0dcdfb27fb: Layer already exists [2023-03-02T21:42:51.420Z] b430d750c3e6: Layer already exists [2023-03-02T21:42:51.420Z] f1989fb600c2: Layer already exists [2023-03-02T21:42:51.420Z] fcb1e6769cd1: Layer already exists [2023-03-02T21:42:51.420Z] 68c6183a1964: Layer already exists [2023-03-02T21:42:51.420Z] dbaa30e97c81: Layer already exists [2023-03-02T21:42:51.420Z] f70ee36035b9: Layer already exists [2023-03-02T21:42:51.420Z] 3e084dc455a1: Layer already exists [2023-03-02T21:42:51.685Z] a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75: digest: sha256:28626ae8c505fe499f9f3bacdcca48d05670a82d8af7e886ae00388a9c20488a size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:42:52.079Z] + 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-02T21:42:53.017Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2023-03-02T21:42:53.017Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-03-02T21:42:53.017Z] fe0dcdfb27fb: Preparing [2023-03-02T21:42:53.017Z] dfbe864f3b1f: Preparing [2023-03-02T21:42:53.017Z] f1989fb600c2: Preparing [2023-03-02T21:42:53.017Z] 94d85955ffdc: Preparing [2023-03-02T21:42:53.017Z] b430d750c3e6: Preparing [2023-03-02T21:42:53.017Z] dbaa30e97c81: Preparing [2023-03-02T21:42:53.017Z] 68c6183a1964: Preparing [2023-03-02T21:42:53.017Z] fcb1e6769cd1: Preparing [2023-03-02T21:42:53.017Z] 3e084dc455a1: Preparing [2023-03-02T21:42:53.017Z] f70ee36035b9: Preparing [2023-03-02T21:42:53.017Z] 68c6183a1964: Waiting [2023-03-02T21:42:53.017Z] fcb1e6769cd1: Waiting [2023-03-02T21:42:53.017Z] 3e084dc455a1: Waiting [2023-03-02T21:42:53.017Z] f70ee36035b9: Waiting [2023-03-02T21:42:53.017Z] dbaa30e97c81: Waiting [2023-03-02T21:42:53.017Z] b430d750c3e6: Layer already exists [2023-03-02T21:42:53.017Z] dfbe864f3b1f: Layer already exists [2023-03-02T21:42:53.017Z] fe0dcdfb27fb: Layer already exists [2023-03-02T21:42:53.017Z] f1989fb600c2: Layer already exists [2023-03-02T21:42:53.017Z] 94d85955ffdc: Layer already exists [2023-03-02T21:42:53.017Z] 3e084dc455a1: Layer already exists [2023-03-02T21:42:53.017Z] dbaa30e97c81: Layer already exists [2023-03-02T21:42:53.017Z] fcb1e6769cd1: Layer already exists [2023-03-02T21:42:53.017Z] f70ee36035b9: Layer already exists [2023-03-02T21:42:53.017Z] 68c6183a1964: Layer already exists [2023-03-02T21:42:53.289Z] main: digest: sha256:28626ae8c505fe499f9f3bacdcca48d05670a82d8af7e886ae00388a9c20488a size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-02T21:42:53.330Z] ===================================================== [Pipeline] echo [2023-03-02T21:42:53.335Z] taggedImages: [2023-03-02T21:42:53.335Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:42:53.335Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-03-02T21:42:53.335Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.75 [2023-03-02T21:42:53.335Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:42:53.335Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2023-03-02T21:42:53.349Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2023-03-02T21:42:53.349Z] a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:42:53.349Z] latest [2023-03-02T21:42:53.349Z] 3.0.0-dev.75 [2023-03-02T21:42:53.349Z] a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:42:53.349Z] main [2023-03-02T21:42:53.349Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:42:53.695Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:42:54.030Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:42:54.031Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-03-02T21:42:54.031Z] c6373cd00d12: Preparing [2023-03-02T21:42:54.031Z] 7922bdfbf107: Preparing [2023-03-02T21:42:54.031Z] d28635c0549f: Preparing [2023-03-02T21:42:54.031Z] ba0c2bc86233: Preparing [2023-03-02T21:42:54.031Z] a8cfdf0cc8ec: Preparing [2023-03-02T21:42:54.031Z] a8cfdf0cc8ec: Layer already exists [2023-03-02T21:42:54.031Z] d28635c0549f: Layer already exists [2023-03-02T21:42:54.294Z] c6373cd00d12: Pushed [2023-03-02T21:42:55.246Z] ba0c2bc86233: Pushed [2023-03-02T21:42:58.572Z] 7922bdfbf107: Pushed [2023-03-02T21:42:58.835Z] a219a96092df6e8a7d6599bd49f1a07919d2084f: digest: sha256:b8434d8de81f5a29cbc0ae80de0b91115a78f7412936771a9fab0487f06bdf87 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:42:59.175Z] + 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-02T21:42:59.502Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-03-02T21:42:59.502Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-03-02T21:42:59.502Z] c6373cd00d12: Preparing [2023-03-02T21:42:59.502Z] 7922bdfbf107: Preparing [2023-03-02T21:42:59.502Z] d28635c0549f: Preparing [2023-03-02T21:42:59.502Z] ba0c2bc86233: Preparing [2023-03-02T21:42:59.502Z] a8cfdf0cc8ec: Preparing [2023-03-02T21:42:59.502Z] 7922bdfbf107: Layer already exists [2023-03-02T21:42:59.502Z] c6373cd00d12: Layer already exists [2023-03-02T21:42:59.502Z] d28635c0549f: Layer already exists [2023-03-02T21:42:59.502Z] a8cfdf0cc8ec: Layer already exists [2023-03-02T21:42:59.502Z] ba0c2bc86233: Layer already exists [2023-03-02T21:42:59.502Z] latest: digest: sha256:b8434d8de81f5a29cbc0ae80de0b91115a78f7412936771a9fab0487f06bdf87 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:42:59.829Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:43:00.156Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.75 [2023-03-02T21:43:00.156Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-03-02T21:43:00.156Z] c6373cd00d12: Preparing [2023-03-02T21:43:00.156Z] 7922bdfbf107: Preparing [2023-03-02T21:43:00.156Z] d28635c0549f: Preparing [2023-03-02T21:43:00.156Z] ba0c2bc86233: Preparing [2023-03-02T21:43:00.156Z] a8cfdf0cc8ec: Preparing [2023-03-02T21:43:00.156Z] 7922bdfbf107: Layer already exists [2023-03-02T21:43:00.156Z] a8cfdf0cc8ec: Layer already exists [2023-03-02T21:43:00.156Z] c6373cd00d12: Layer already exists [2023-03-02T21:43:00.156Z] d28635c0549f: Layer already exists [2023-03-02T21:43:00.156Z] ba0c2bc86233: Layer already exists [2023-03-02T21:43:00.156Z] 3.0.0-dev.75: digest: sha256:b8434d8de81f5a29cbc0ae80de0b91115a78f7412936771a9fab0487f06bdf87 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:43:00.483Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:43:00.808Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:43:00.808Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-03-02T21:43:00.808Z] c6373cd00d12: Preparing [2023-03-02T21:43:00.808Z] 7922bdfbf107: Preparing [2023-03-02T21:43:00.808Z] d28635c0549f: Preparing [2023-03-02T21:43:00.808Z] ba0c2bc86233: Preparing [2023-03-02T21:43:00.808Z] a8cfdf0cc8ec: Preparing [2023-03-02T21:43:00.808Z] ba0c2bc86233: Layer already exists [2023-03-02T21:43:00.808Z] c6373cd00d12: Layer already exists [2023-03-02T21:43:00.808Z] a8cfdf0cc8ec: Layer already exists [2023-03-02T21:43:00.808Z] d28635c0549f: Layer already exists [2023-03-02T21:43:00.808Z] 7922bdfbf107: Layer already exists [2023-03-02T21:43:00.808Z] a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75: digest: sha256:b8434d8de81f5a29cbc0ae80de0b91115a78f7412936771a9fab0487f06bdf87 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:43:01.140Z] + 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-02T21:43:01.474Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2023-03-02T21:43:01.474Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-03-02T21:43:01.474Z] c6373cd00d12: Preparing [2023-03-02T21:43:01.474Z] 7922bdfbf107: Preparing [2023-03-02T21:43:01.474Z] d28635c0549f: Preparing [2023-03-02T21:43:01.474Z] ba0c2bc86233: Preparing [2023-03-02T21:43:01.474Z] a8cfdf0cc8ec: Preparing [2023-03-02T21:43:01.474Z] 7922bdfbf107: Layer already exists [2023-03-02T21:43:01.474Z] c6373cd00d12: Layer already exists [2023-03-02T21:43:01.474Z] ba0c2bc86233: Layer already exists [2023-03-02T21:43:01.474Z] a8cfdf0cc8ec: Layer already exists [2023-03-02T21:43:01.474Z] d28635c0549f: Layer already exists [2023-03-02T21:43:01.474Z] main: digest: sha256:b8434d8de81f5a29cbc0ae80de0b91115a78f7412936771a9fab0487f06bdf87 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-02T21:43:01.775Z] ===================================================== [Pipeline] echo [2023-03-02T21:43:01.781Z] taggedImages: [2023-03-02T21:43:01.781Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:43:01.781Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-03-02T21:43:01.781Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.75 [2023-03-02T21:43:01.781Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:43:01.781Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2023-03-02T21:43:01.795Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2023-03-02T21:43:01.795Z] a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:43:01.795Z] latest [2023-03-02T21:43:01.795Z] 3.0.0-dev.75 [2023-03-02T21:43:01.795Z] a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:43:01.795Z] main [2023-03-02T21:43:01.795Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:43:02.119Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:43:02.447Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:43:02.448Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-03-02T21:43:02.448Z] 54cd27ee14b3: Preparing [2023-03-02T21:43:02.448Z] d482464cf2c3: Preparing [2023-03-02T21:43:02.448Z] 3888a733b200: Preparing [2023-03-02T21:43:02.448Z] 34a519980735: Preparing [2023-03-02T21:43:02.448Z] 857b96efc7dd: Preparing [2023-03-02T21:43:02.448Z] 8087fbee07c4: Preparing [2023-03-02T21:43:02.448Z] a8cfdf0cc8ec: Preparing [2023-03-02T21:43:02.448Z] 8087fbee07c4: Waiting [2023-03-02T21:43:02.448Z] a8cfdf0cc8ec: Waiting [2023-03-02T21:43:02.712Z] 54cd27ee14b3: Pushed [2023-03-02T21:43:02.712Z] d482464cf2c3: Pushed [2023-03-02T21:43:02.712Z] 3888a733b200: Pushed [2023-03-02T21:43:02.712Z] a8cfdf0cc8ec: Layer already exists [2023-03-02T21:43:03.667Z] 8087fbee07c4: Pushed [2023-03-02T21:43:10.286Z] 857b96efc7dd: Pushed [2023-03-02T21:43:18.468Z] 34a519980735: Pushed [2023-03-02T21:43:18.468Z] a219a96092df6e8a7d6599bd49f1a07919d2084f: digest: sha256:2eadf8f5619782bbe8a3ec7634bf4576b1e72f387eaf9c80ce788770064a8ff5 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:43:18.801Z] + 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-02T21:43:19.127Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-03-02T21:43:19.127Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-03-02T21:43:19.127Z] 54cd27ee14b3: Preparing [2023-03-02T21:43:19.127Z] d482464cf2c3: Preparing [2023-03-02T21:43:19.127Z] 3888a733b200: Preparing [2023-03-02T21:43:19.127Z] 34a519980735: Preparing [2023-03-02T21:43:19.127Z] 857b96efc7dd: Preparing [2023-03-02T21:43:19.128Z] 8087fbee07c4: Preparing [2023-03-02T21:43:19.128Z] a8cfdf0cc8ec: Preparing [2023-03-02T21:43:19.128Z] 8087fbee07c4: Waiting [2023-03-02T21:43:19.128Z] a8cfdf0cc8ec: Waiting [2023-03-02T21:43:19.128Z] 34a519980735: Layer already exists [2023-03-02T21:43:19.128Z] 3888a733b200: Layer already exists [2023-03-02T21:43:19.128Z] 857b96efc7dd: Layer already exists [2023-03-02T21:43:19.128Z] 54cd27ee14b3: Layer already exists [2023-03-02T21:43:19.128Z] d482464cf2c3: Layer already exists [2023-03-02T21:43:19.128Z] 8087fbee07c4: Layer already exists [2023-03-02T21:43:19.128Z] a8cfdf0cc8ec: Layer already exists [2023-03-02T21:43:19.391Z] latest: digest: sha256:2eadf8f5619782bbe8a3ec7634bf4576b1e72f387eaf9c80ce788770064a8ff5 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:43:19.724Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:43:20.052Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.75 [2023-03-02T21:43:20.052Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-03-02T21:43:20.052Z] 54cd27ee14b3: Preparing [2023-03-02T21:43:20.052Z] d482464cf2c3: Preparing [2023-03-02T21:43:20.052Z] 3888a733b200: Preparing [2023-03-02T21:43:20.052Z] 34a519980735: Preparing [2023-03-02T21:43:20.052Z] 857b96efc7dd: Preparing [2023-03-02T21:43:20.052Z] 8087fbee07c4: Preparing [2023-03-02T21:43:20.052Z] a8cfdf0cc8ec: Preparing [2023-03-02T21:43:20.052Z] 8087fbee07c4: Waiting [2023-03-02T21:43:20.052Z] a8cfdf0cc8ec: Waiting [2023-03-02T21:43:20.052Z] 34a519980735: Layer already exists [2023-03-02T21:43:20.053Z] 3888a733b200: Layer already exists [2023-03-02T21:43:20.053Z] d482464cf2c3: Layer already exists [2023-03-02T21:43:20.053Z] 857b96efc7dd: Layer already exists [2023-03-02T21:43:20.053Z] 54cd27ee14b3: Layer already exists [2023-03-02T21:43:20.053Z] a8cfdf0cc8ec: Layer already exists [2023-03-02T21:43:20.053Z] 8087fbee07c4: Layer already exists [2023-03-02T21:43:20.053Z] 3.0.0-dev.75: digest: sha256:2eadf8f5619782bbe8a3ec7634bf4576b1e72f387eaf9c80ce788770064a8ff5 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:43:20.386Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:43:20.710Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:43:20.710Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-03-02T21:43:20.710Z] 54cd27ee14b3: Preparing [2023-03-02T21:43:20.710Z] d482464cf2c3: Preparing [2023-03-02T21:43:20.710Z] 3888a733b200: Preparing [2023-03-02T21:43:20.710Z] 34a519980735: Preparing [2023-03-02T21:43:20.710Z] 857b96efc7dd: Preparing [2023-03-02T21:43:20.710Z] 8087fbee07c4: Preparing [2023-03-02T21:43:20.710Z] a8cfdf0cc8ec: Preparing [2023-03-02T21:43:20.710Z] 8087fbee07c4: Waiting [2023-03-02T21:43:20.710Z] a8cfdf0cc8ec: Waiting [2023-03-02T21:43:20.710Z] 857b96efc7dd: Layer already exists [2023-03-02T21:43:20.710Z] 3888a733b200: Layer already exists [2023-03-02T21:43:20.710Z] 34a519980735: Layer already exists [2023-03-02T21:43:20.710Z] d482464cf2c3: Layer already exists [2023-03-02T21:43:20.710Z] 54cd27ee14b3: Layer already exists [2023-03-02T21:43:20.710Z] a8cfdf0cc8ec: Layer already exists [2023-03-02T21:43:20.710Z] 8087fbee07c4: Layer already exists [2023-03-02T21:43:20.710Z] a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75: digest: sha256:2eadf8f5619782bbe8a3ec7634bf4576b1e72f387eaf9c80ce788770064a8ff5 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:43:21.036Z] + 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-02T21:43:21.358Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2023-03-02T21:43:21.358Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-03-02T21:43:21.358Z] 54cd27ee14b3: Preparing [2023-03-02T21:43:21.358Z] d482464cf2c3: Preparing [2023-03-02T21:43:21.358Z] 3888a733b200: Preparing [2023-03-02T21:43:21.358Z] 34a519980735: Preparing [2023-03-02T21:43:21.358Z] 857b96efc7dd: Preparing [2023-03-02T21:43:21.358Z] 8087fbee07c4: Preparing [2023-03-02T21:43:21.358Z] a8cfdf0cc8ec: Preparing [2023-03-02T21:43:21.358Z] 8087fbee07c4: Waiting [2023-03-02T21:43:21.358Z] d482464cf2c3: Layer already exists [2023-03-02T21:43:21.358Z] 54cd27ee14b3: Layer already exists [2023-03-02T21:43:21.358Z] 857b96efc7dd: Layer already exists [2023-03-02T21:43:21.358Z] 3888a733b200: Layer already exists [2023-03-02T21:43:21.358Z] 34a519980735: Layer already exists [2023-03-02T21:43:21.358Z] a8cfdf0cc8ec: Layer already exists [2023-03-02T21:43:21.358Z] 8087fbee07c4: Layer already exists [2023-03-02T21:43:21.621Z] main: digest: sha256:2eadf8f5619782bbe8a3ec7634bf4576b1e72f387eaf9c80ce788770064a8ff5 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-02T21:43:21.662Z] ===================================================== [Pipeline] echo [2023-03-02T21:43:21.668Z] taggedImages: [2023-03-02T21:43:21.668Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:43:21.668Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-03-02T21:43:21.668Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.75 [2023-03-02T21:43:21.668Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:43:21.668Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2023-03-02T21:43:21.683Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2023-03-02T21:43:21.683Z] a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:43:21.683Z] latest [2023-03-02T21:43:21.683Z] 3.0.0-dev.75 [2023-03-02T21:43:21.683Z] a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:43:21.683Z] main [2023-03-02T21:43:21.683Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:43:22.017Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:43:22.340Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:43:22.340Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-03-02T21:43:22.340Z] 48e056bef282: Preparing [2023-03-02T21:43:22.340Z] 4c6f69f3bb82: Preparing [2023-03-02T21:43:22.340Z] 2f8d2481ae4a: Preparing [2023-03-02T21:43:22.340Z] b0b5390c98f6: Preparing [2023-03-02T21:43:22.340Z] dcb57b75d025: Preparing [2023-03-02T21:43:22.340Z] a8cfdf0cc8ec: Preparing [2023-03-02T21:43:22.340Z] a8cfdf0cc8ec: Waiting [2023-03-02T21:43:22.604Z] 4c6f69f3bb82: Pushed [2023-03-02T21:43:22.604Z] 2f8d2481ae4a: Pushed [2023-03-02T21:43:22.604Z] 48e056bef282: Pushed [2023-03-02T21:43:22.604Z] a8cfdf0cc8ec: Layer already exists [2023-03-02T21:43:23.182Z] dcb57b75d025: Pushed [2023-03-02T21:43:38.120Z] b0b5390c98f6: Pushed [2023-03-02T21:43:38.120Z] a219a96092df6e8a7d6599bd49f1a07919d2084f: digest: sha256:6ad54f41126f1653c87e805dfdd5d7284e214e2e700dad113889c6a3501cb772 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:43:38.443Z] + 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-02T21:43:38.773Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-03-02T21:43:38.774Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-03-02T21:43:38.774Z] 48e056bef282: Preparing [2023-03-02T21:43:38.774Z] 4c6f69f3bb82: Preparing [2023-03-02T21:43:38.774Z] 2f8d2481ae4a: Preparing [2023-03-02T21:43:38.774Z] b0b5390c98f6: Preparing [2023-03-02T21:43:38.774Z] dcb57b75d025: Preparing [2023-03-02T21:43:38.774Z] a8cfdf0cc8ec: Preparing [2023-03-02T21:43:38.774Z] a8cfdf0cc8ec: Waiting [2023-03-02T21:43:38.774Z] b0b5390c98f6: Layer already exists [2023-03-02T21:43:38.774Z] dcb57b75d025: Layer already exists [2023-03-02T21:43:38.774Z] 48e056bef282: Layer already exists [2023-03-02T21:43:38.774Z] 2f8d2481ae4a: Layer already exists [2023-03-02T21:43:38.774Z] 4c6f69f3bb82: Layer already exists [2023-03-02T21:43:38.774Z] a8cfdf0cc8ec: Layer already exists [2023-03-02T21:43:39.035Z] latest: digest: sha256:6ad54f41126f1653c87e805dfdd5d7284e214e2e700dad113889c6a3501cb772 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:43:39.366Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:43:39.693Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.75 [2023-03-02T21:43:39.693Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-03-02T21:43:39.693Z] 48e056bef282: Preparing [2023-03-02T21:43:39.693Z] 4c6f69f3bb82: Preparing [2023-03-02T21:43:39.693Z] 2f8d2481ae4a: Preparing [2023-03-02T21:43:39.693Z] b0b5390c98f6: Preparing [2023-03-02T21:43:39.693Z] dcb57b75d025: Preparing [2023-03-02T21:43:39.693Z] a8cfdf0cc8ec: Preparing [2023-03-02T21:43:39.693Z] a8cfdf0cc8ec: Waiting [2023-03-02T21:43:39.693Z] 4c6f69f3bb82: Layer already exists [2023-03-02T21:43:39.693Z] b0b5390c98f6: Layer already exists [2023-03-02T21:43:39.693Z] 2f8d2481ae4a: Layer already exists [2023-03-02T21:43:39.693Z] 48e056bef282: Layer already exists [2023-03-02T21:43:39.693Z] dcb57b75d025: Layer already exists [2023-03-02T21:43:39.693Z] a8cfdf0cc8ec: Layer already exists [2023-03-02T21:43:39.693Z] 3.0.0-dev.75: digest: sha256:6ad54f41126f1653c87e805dfdd5d7284e214e2e700dad113889c6a3501cb772 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:43:40.014Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:43:40.335Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:43:40.335Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-03-02T21:43:40.335Z] 48e056bef282: Preparing [2023-03-02T21:43:40.335Z] 4c6f69f3bb82: Preparing [2023-03-02T21:43:40.335Z] 2f8d2481ae4a: Preparing [2023-03-02T21:43:40.335Z] b0b5390c98f6: Preparing [2023-03-02T21:43:40.335Z] dcb57b75d025: Preparing [2023-03-02T21:43:40.335Z] a8cfdf0cc8ec: Preparing [2023-03-02T21:43:40.335Z] a8cfdf0cc8ec: Waiting [2023-03-02T21:43:40.335Z] 48e056bef282: Layer already exists [2023-03-02T21:43:40.335Z] 2f8d2481ae4a: Layer already exists [2023-03-02T21:43:40.335Z] b0b5390c98f6: Layer already exists [2023-03-02T21:43:40.335Z] dcb57b75d025: Layer already exists [2023-03-02T21:43:40.335Z] 4c6f69f3bb82: Layer already exists [2023-03-02T21:43:40.335Z] a8cfdf0cc8ec: Layer already exists [2023-03-02T21:43:40.335Z] a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75: digest: sha256:6ad54f41126f1653c87e805dfdd5d7284e214e2e700dad113889c6a3501cb772 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:43:40.657Z] + 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-02T21:43:40.986Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2023-03-02T21:43:40.986Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-03-02T21:43:40.986Z] 48e056bef282: Preparing [2023-03-02T21:43:40.986Z] 4c6f69f3bb82: Preparing [2023-03-02T21:43:40.986Z] 2f8d2481ae4a: Preparing [2023-03-02T21:43:40.986Z] b0b5390c98f6: Preparing [2023-03-02T21:43:40.986Z] dcb57b75d025: Preparing [2023-03-02T21:43:40.986Z] a8cfdf0cc8ec: Preparing [2023-03-02T21:43:40.986Z] a8cfdf0cc8ec: Waiting [2023-03-02T21:43:40.986Z] dcb57b75d025: Layer already exists [2023-03-02T21:43:40.986Z] 48e056bef282: Layer already exists [2023-03-02T21:43:40.986Z] 4c6f69f3bb82: Layer already exists [2023-03-02T21:43:40.986Z] b0b5390c98f6: Layer already exists [2023-03-02T21:43:40.986Z] 2f8d2481ae4a: Layer already exists [2023-03-02T21:43:40.986Z] a8cfdf0cc8ec: Layer already exists [2023-03-02T21:43:40.986Z] main: digest: sha256:6ad54f41126f1653c87e805dfdd5d7284e214e2e700dad113889c6a3501cb772 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-02T21:43:41.037Z] ===================================================== [Pipeline] echo [2023-03-02T21:43:41.044Z] taggedImages: [2023-03-02T21:43:41.044Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:43:41.044Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-03-02T21:43:41.044Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.75 [2023-03-02T21:43:41.044Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:43:41.045Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2023-03-02T21:43:41.064Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2023-03-02T21:43:41.064Z] a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:43:41.064Z] latest [2023-03-02T21:43:41.064Z] 3.0.0-dev.75 [2023-03-02T21:43:41.064Z] a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:43:41.064Z] main [2023-03-02T21:43:41.064Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:43:41.401Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:43:41.729Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:43:41.729Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-03-02T21:43:41.729Z] 81b9b3de2792: Preparing [2023-03-02T21:43:41.729Z] 86cc25bceb67: Preparing [2023-03-02T21:43:41.729Z] a2b58827a75c: Preparing [2023-03-02T21:43:41.729Z] 1194d9367c85: Preparing [2023-03-02T21:43:41.729Z] 8087fbee07c4: Preparing [2023-03-02T21:43:41.729Z] a8cfdf0cc8ec: Preparing [2023-03-02T21:43:41.729Z] a8cfdf0cc8ec: Waiting [2023-03-02T21:43:41.995Z] a2b58827a75c: Pushed [2023-03-02T21:43:41.995Z] 86cc25bceb67: Pushed [2023-03-02T21:43:41.995Z] 81b9b3de2792: Pushed [2023-03-02T21:43:43.923Z] 8087fbee07c4: Layer already exists [2023-03-02T21:43:43.924Z] a8cfdf0cc8ec: Layer already exists [2023-03-02T21:43:58.884Z] 1194d9367c85: Pushed [2023-03-02T21:43:58.884Z] a219a96092df6e8a7d6599bd49f1a07919d2084f: digest: sha256:c50f15d1b3062da3c9c1203dd8b186ec6032286d4fe3af4733f588d41e21f67c size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:43:59.224Z] + 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-02T21:43:59.550Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-03-02T21:43:59.550Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-03-02T21:44:00.501Z] 81b9b3de2792: Preparing [2023-03-02T21:44:00.501Z] 86cc25bceb67: Preparing [2023-03-02T21:44:00.501Z] a2b58827a75c: Preparing [2023-03-02T21:44:00.501Z] 1194d9367c85: Preparing [2023-03-02T21:44:00.501Z] 8087fbee07c4: Preparing [2023-03-02T21:44:00.501Z] a8cfdf0cc8ec: Preparing [2023-03-02T21:44:00.501Z] a8cfdf0cc8ec: Waiting [2023-03-02T21:44:00.501Z] 81b9b3de2792: Layer already exists [2023-03-02T21:44:00.501Z] 86cc25bceb67: Layer already exists [2023-03-02T21:44:00.501Z] a2b58827a75c: Layer already exists [2023-03-02T21:44:00.501Z] 8087fbee07c4: Layer already exists [2023-03-02T21:44:00.501Z] 1194d9367c85: Layer already exists [2023-03-02T21:44:00.501Z] a8cfdf0cc8ec: Layer already exists [2023-03-02T21:44:00.767Z] latest: digest: sha256:c50f15d1b3062da3c9c1203dd8b186ec6032286d4fe3af4733f588d41e21f67c size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:44:01.101Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:44:01.426Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.75 [2023-03-02T21:44:01.426Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-03-02T21:44:01.426Z] 81b9b3de2792: Preparing [2023-03-02T21:44:01.426Z] 86cc25bceb67: Preparing [2023-03-02T21:44:01.426Z] a2b58827a75c: Preparing [2023-03-02T21:44:01.426Z] 1194d9367c85: Preparing [2023-03-02T21:44:01.426Z] 8087fbee07c4: Preparing [2023-03-02T21:44:01.426Z] a8cfdf0cc8ec: Preparing [2023-03-02T21:44:01.426Z] a8cfdf0cc8ec: Waiting [2023-03-02T21:44:01.426Z] 1194d9367c85: Layer already exists [2023-03-02T21:44:01.426Z] 86cc25bceb67: Layer already exists [2023-03-02T21:44:01.426Z] a2b58827a75c: Layer already exists [2023-03-02T21:44:01.426Z] 81b9b3de2792: Layer already exists [2023-03-02T21:44:01.426Z] 8087fbee07c4: Layer already exists [2023-03-02T21:44:01.427Z] a8cfdf0cc8ec: Layer already exists [2023-03-02T21:44:01.691Z] 3.0.0-dev.75: digest: sha256:c50f15d1b3062da3c9c1203dd8b186ec6032286d4fe3af4733f588d41e21f67c size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:44:02.035Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:44:02.356Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:44:02.356Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-03-02T21:44:02.356Z] 81b9b3de2792: Preparing [2023-03-02T21:44:02.356Z] 86cc25bceb67: Preparing [2023-03-02T21:44:02.356Z] a2b58827a75c: Preparing [2023-03-02T21:44:02.356Z] 1194d9367c85: Preparing [2023-03-02T21:44:02.356Z] 8087fbee07c4: Preparing [2023-03-02T21:44:02.356Z] a8cfdf0cc8ec: Preparing [2023-03-02T21:44:02.356Z] a8cfdf0cc8ec: Waiting [2023-03-02T21:44:02.356Z] 1194d9367c85: Layer already exists [2023-03-02T21:44:02.356Z] 86cc25bceb67: Layer already exists [2023-03-02T21:44:02.356Z] 81b9b3de2792: Layer already exists [2023-03-02T21:44:02.356Z] 8087fbee07c4: Layer already exists [2023-03-02T21:44:02.356Z] a2b58827a75c: Layer already exists [2023-03-02T21:44:02.356Z] a8cfdf0cc8ec: Layer already exists [2023-03-02T21:44:02.357Z] a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75: digest: sha256:c50f15d1b3062da3c9c1203dd8b186ec6032286d4fe3af4733f588d41e21f67c size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:44:02.952Z] + 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-02T21:44:03.306Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2023-03-02T21:44:03.306Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-03-02T21:44:03.306Z] 81b9b3de2792: Preparing [2023-03-02T21:44:03.306Z] 86cc25bceb67: Preparing [2023-03-02T21:44:03.306Z] a2b58827a75c: Preparing [2023-03-02T21:44:03.306Z] 1194d9367c85: Preparing [2023-03-02T21:44:03.306Z] 8087fbee07c4: Preparing [2023-03-02T21:44:03.306Z] a8cfdf0cc8ec: Preparing [2023-03-02T21:44:03.306Z] a8cfdf0cc8ec: Waiting [2023-03-02T21:44:03.306Z] a2b58827a75c: Layer already exists [2023-03-02T21:44:03.306Z] 86cc25bceb67: Layer already exists [2023-03-02T21:44:03.306Z] 8087fbee07c4: Layer already exists [2023-03-02T21:44:03.306Z] 81b9b3de2792: Layer already exists [2023-03-02T21:44:03.306Z] 1194d9367c85: Layer already exists [2023-03-02T21:44:03.306Z] a8cfdf0cc8ec: Layer already exists [2023-03-02T21:44:03.574Z] main: digest: sha256:c50f15d1b3062da3c9c1203dd8b186ec6032286d4fe3af4733f588d41e21f67c size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-02T21:44:03.619Z] ===================================================== [Pipeline] echo [2023-03-02T21:44:03.626Z] taggedImages: [2023-03-02T21:44:03.626Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:44:03.626Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-03-02T21:44:03.626Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.75 [2023-03-02T21:44:03.626Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:44:03.626Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2023-03-02T21:44:03.640Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2023-03-02T21:44:03.640Z] a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:44:03.640Z] latest [2023-03-02T21:44:03.640Z] 3.0.0-dev.75 [2023-03-02T21:44:03.640Z] a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:44:03.640Z] main [2023-03-02T21:44:03.640Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:44:03.975Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:44:04.316Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:44:04.316Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-03-02T21:44:04.316Z] 8e5c93648bc1: Preparing [2023-03-02T21:44:04.316Z] e40b1710bdeb: Preparing [2023-03-02T21:44:04.316Z] d28635c0549f: Preparing [2023-03-02T21:44:04.316Z] bcb1fcdce4c1: Preparing [2023-03-02T21:44:04.316Z] f70ee36035b9: Preparing [2023-03-02T21:44:04.316Z] f70ee36035b9: Layer already exists [2023-03-02T21:44:04.316Z] d28635c0549f: Layer already exists [2023-03-02T21:44:04.595Z] 8e5c93648bc1: Pushed [2023-03-02T21:44:04.595Z] bcb1fcdce4c1: Pushed [2023-03-02T21:44:09.923Z] e40b1710bdeb: Pushed [2023-03-02T21:44:10.189Z] a219a96092df6e8a7d6599bd49f1a07919d2084f: digest: sha256:eeea685df7471ff4f4914261667471ab4ba9b75b2e750091732d1245f457b335 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:44:10.526Z] + 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-02T21:44:10.858Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-03-02T21:44:10.858Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-03-02T21:44:10.858Z] 8e5c93648bc1: Preparing [2023-03-02T21:44:10.858Z] e40b1710bdeb: Preparing [2023-03-02T21:44:10.858Z] d28635c0549f: Preparing [2023-03-02T21:44:10.858Z] bcb1fcdce4c1: Preparing [2023-03-02T21:44:10.858Z] f70ee36035b9: Preparing [2023-03-02T21:44:10.858Z] 8e5c93648bc1: Layer already exists [2023-03-02T21:44:10.858Z] f70ee36035b9: Layer already exists [2023-03-02T21:44:10.858Z] e40b1710bdeb: Layer already exists [2023-03-02T21:44:10.858Z] bcb1fcdce4c1: Layer already exists [2023-03-02T21:44:10.858Z] d28635c0549f: Layer already exists [2023-03-02T21:44:11.123Z] latest: digest: sha256:eeea685df7471ff4f4914261667471ab4ba9b75b2e750091732d1245f457b335 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:44:11.458Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:44:11.787Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.75 [2023-03-02T21:44:11.787Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-03-02T21:44:11.787Z] 8e5c93648bc1: Preparing [2023-03-02T21:44:11.787Z] e40b1710bdeb: Preparing [2023-03-02T21:44:11.787Z] d28635c0549f: Preparing [2023-03-02T21:44:11.787Z] bcb1fcdce4c1: Preparing [2023-03-02T21:44:11.787Z] f70ee36035b9: Preparing [2023-03-02T21:44:11.787Z] bcb1fcdce4c1: Layer already exists [2023-03-02T21:44:11.787Z] f70ee36035b9: Layer already exists [2023-03-02T21:44:11.787Z] e40b1710bdeb: Layer already exists [2023-03-02T21:44:11.787Z] d28635c0549f: Layer already exists [2023-03-02T21:44:11.787Z] 8e5c93648bc1: Layer already exists [2023-03-02T21:44:11.787Z] 3.0.0-dev.75: digest: sha256:eeea685df7471ff4f4914261667471ab4ba9b75b2e750091732d1245f457b335 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:44:12.115Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:44:12.441Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:44:12.441Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-03-02T21:44:12.441Z] 8e5c93648bc1: Preparing [2023-03-02T21:44:12.441Z] e40b1710bdeb: Preparing [2023-03-02T21:44:12.441Z] d28635c0549f: Preparing [2023-03-02T21:44:12.441Z] bcb1fcdce4c1: Preparing [2023-03-02T21:44:12.441Z] f70ee36035b9: Preparing [2023-03-02T21:44:12.441Z] 8e5c93648bc1: Layer already exists [2023-03-02T21:44:12.441Z] e40b1710bdeb: Layer already exists [2023-03-02T21:44:12.441Z] d28635c0549f: Layer already exists [2023-03-02T21:44:12.441Z] f70ee36035b9: Layer already exists [2023-03-02T21:44:12.441Z] bcb1fcdce4c1: Layer already exists [2023-03-02T21:44:12.441Z] a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75: digest: sha256:eeea685df7471ff4f4914261667471ab4ba9b75b2e750091732d1245f457b335 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:44:13.049Z] + 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-02T21:44:13.381Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2023-03-02T21:44:13.381Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-03-02T21:44:13.381Z] 8e5c93648bc1: Preparing [2023-03-02T21:44:13.381Z] e40b1710bdeb: Preparing [2023-03-02T21:44:13.381Z] d28635c0549f: Preparing [2023-03-02T21:44:13.381Z] bcb1fcdce4c1: Preparing [2023-03-02T21:44:13.381Z] f70ee36035b9: Preparing [2023-03-02T21:44:13.381Z] f70ee36035b9: Layer already exists [2023-03-02T21:44:13.381Z] 8e5c93648bc1: Layer already exists [2023-03-02T21:44:13.381Z] e40b1710bdeb: Layer already exists [2023-03-02T21:44:13.381Z] d28635c0549f: Layer already exists [2023-03-02T21:44:13.381Z] bcb1fcdce4c1: Layer already exists [2023-03-02T21:44:13.381Z] main: digest: sha256:eeea685df7471ff4f4914261667471ab4ba9b75b2e750091732d1245f457b335 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-02T21:44:13.423Z] ===================================================== [Pipeline] echo [2023-03-02T21:44:13.428Z] taggedImages: [2023-03-02T21:44:13.428Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:44:13.428Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-03-02T21:44:13.428Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.75 [2023-03-02T21:44:13.428Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:44:13.428Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2023-03-02T21:44:13.442Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2023-03-02T21:44:13.442Z] a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:44:13.442Z] latest [2023-03-02T21:44:13.442Z] 3.0.0-dev.75 [2023-03-02T21:44:13.442Z] a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:44:13.442Z] main [2023-03-02T21:44:13.442Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:44:13.761Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:44:14.092Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:44:14.092Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-03-02T21:44:14.092Z] efafeb6a4dd7: Preparing [2023-03-02T21:44:14.092Z] 0ada38abf170: Preparing [2023-03-02T21:44:14.092Z] d28635c0549f: Preparing [2023-03-02T21:44:14.092Z] 6ae1c77dc221: Preparing [2023-03-02T21:44:14.092Z] f70ee36035b9: Preparing [2023-03-02T21:44:14.092Z] f70ee36035b9: Layer already exists [2023-03-02T21:44:14.092Z] d28635c0549f: Layer already exists [2023-03-02T21:44:14.092Z] 6ae1c77dc221: Layer already exists [2023-03-02T21:44:14.356Z] efafeb6a4dd7: Pushed [2023-03-02T21:44:19.681Z] 0ada38abf170: Pushed [2023-03-02T21:44:19.681Z] a219a96092df6e8a7d6599bd49f1a07919d2084f: digest: sha256:8a9bce1a0c89da7b2946311620a400a4b2b2c90c5dafff650134bfef0d960032 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:44:20.021Z] + 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-02T21:44:20.354Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-03-02T21:44:20.354Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-03-02T21:44:20.354Z] efafeb6a4dd7: Preparing [2023-03-02T21:44:20.354Z] 0ada38abf170: Preparing [2023-03-02T21:44:20.354Z] d28635c0549f: Preparing [2023-03-02T21:44:20.354Z] 6ae1c77dc221: Preparing [2023-03-02T21:44:20.354Z] f70ee36035b9: Preparing [2023-03-02T21:44:20.354Z] f70ee36035b9: Layer already exists [2023-03-02T21:44:20.354Z] d28635c0549f: Layer already exists [2023-03-02T21:44:20.354Z] 6ae1c77dc221: Layer already exists [2023-03-02T21:44:20.354Z] 0ada38abf170: Layer already exists [2023-03-02T21:44:20.354Z] efafeb6a4dd7: Layer already exists [2023-03-02T21:44:20.354Z] latest: digest: sha256:8a9bce1a0c89da7b2946311620a400a4b2b2c90c5dafff650134bfef0d960032 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:44:20.680Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:44:21.009Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.75 [2023-03-02T21:44:21.009Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-03-02T21:44:21.009Z] efafeb6a4dd7: Preparing [2023-03-02T21:44:21.009Z] 0ada38abf170: Preparing [2023-03-02T21:44:21.009Z] d28635c0549f: Preparing [2023-03-02T21:44:21.009Z] 6ae1c77dc221: Preparing [2023-03-02T21:44:21.009Z] f70ee36035b9: Preparing [2023-03-02T21:44:21.009Z] 6ae1c77dc221: Layer already exists [2023-03-02T21:44:21.009Z] 0ada38abf170: Layer already exists [2023-03-02T21:44:21.009Z] d28635c0549f: Layer already exists [2023-03-02T21:44:21.009Z] f70ee36035b9: Layer already exists [2023-03-02T21:44:21.009Z] efafeb6a4dd7: Layer already exists [2023-03-02T21:44:21.009Z] 3.0.0-dev.75: digest: sha256:8a9bce1a0c89da7b2946311620a400a4b2b2c90c5dafff650134bfef0d960032 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:44:21.340Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:44:21.668Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:44:21.668Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-03-02T21:44:21.668Z] efafeb6a4dd7: Preparing [2023-03-02T21:44:21.668Z] 0ada38abf170: Preparing [2023-03-02T21:44:21.668Z] d28635c0549f: Preparing [2023-03-02T21:44:21.668Z] 6ae1c77dc221: Preparing [2023-03-02T21:44:21.668Z] f70ee36035b9: Preparing [2023-03-02T21:44:21.668Z] efafeb6a4dd7: Layer already exists [2023-03-02T21:44:21.668Z] f70ee36035b9: Layer already exists [2023-03-02T21:44:21.668Z] 6ae1c77dc221: Layer already exists [2023-03-02T21:44:21.668Z] d28635c0549f: Layer already exists [2023-03-02T21:44:21.668Z] 0ada38abf170: Layer already exists [2023-03-02T21:44:21.668Z] a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75: digest: sha256:8a9bce1a0c89da7b2946311620a400a4b2b2c90c5dafff650134bfef0d960032 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:44:21.993Z] + 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-02T21:44:22.321Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2023-03-02T21:44:22.321Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-03-02T21:44:22.321Z] efafeb6a4dd7: Preparing [2023-03-02T21:44:22.321Z] 0ada38abf170: Preparing [2023-03-02T21:44:22.321Z] d28635c0549f: Preparing [2023-03-02T21:44:22.321Z] 6ae1c77dc221: Preparing [2023-03-02T21:44:22.321Z] f70ee36035b9: Preparing [2023-03-02T21:44:22.321Z] 6ae1c77dc221: Layer already exists [2023-03-02T21:44:22.321Z] efafeb6a4dd7: Layer already exists [2023-03-02T21:44:22.321Z] d28635c0549f: Layer already exists [2023-03-02T21:44:22.321Z] 0ada38abf170: Layer already exists [2023-03-02T21:44:22.321Z] f70ee36035b9: Layer already exists [2023-03-02T21:44:22.585Z] main: digest: sha256:8a9bce1a0c89da7b2946311620a400a4b2b2c90c5dafff650134bfef0d960032 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-02T21:44:22.629Z] ===================================================== [Pipeline] echo [2023-03-02T21:44:22.635Z] taggedImages: [2023-03-02T21:44:22.635Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f [2023-03-02T21:44:22.635Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-03-02T21:44:22.635Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.75 [2023-03-02T21:44:22.635Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [2023-03-02T21:44:22.635Z] - 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-02T21:44:22.991Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-02T21:44:22.991Z] [2023-03-02T21:44:22.991Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:44:23.317Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-02T21:44:23.317Z] arm64: Pulling from edgex-lftools-log-publisher [2023-03-02T21:44:23.317Z] 8998bd30e6a1: Pulling fs layer [2023-03-02T21:44:23.317Z] 04944245beec: Pulling fs layer [2023-03-02T21:44:23.317Z] 699f458cf7ca: Pulling fs layer [2023-03-02T21:44:23.317Z] 765212b225bb: Pulling fs layer [2023-03-02T21:44:23.317Z] f23df028b6ca: Pulling fs layer [2023-03-02T21:44:23.317Z] d65c8cfc05b1: Pulling fs layer [2023-03-02T21:44:23.317Z] 2437ff75d9bd: Pulling fs layer [2023-03-02T21:44:23.317Z] f23df028b6ca: Waiting [2023-03-02T21:44:23.317Z] d65c8cfc05b1: Waiting [2023-03-02T21:44:23.317Z] 2437ff75d9bd: Waiting [2023-03-02T21:44:23.317Z] 765212b225bb: Waiting [2023-03-02T21:44:23.587Z] 04944245beec: Download complete [2023-03-02T21:44:23.587Z] 765212b225bb: Download complete [2023-03-02T21:44:23.587Z] f23df028b6ca: Verifying Checksum [2023-03-02T21:44:23.587Z] f23df028b6ca: Download complete [2023-03-02T21:44:23.587Z] d65c8cfc05b1: Verifying Checksum [2023-03-02T21:44:23.587Z] d65c8cfc05b1: Download complete [2023-03-02T21:44:23.861Z] 699f458cf7ca: Verifying Checksum [2023-03-02T21:44:23.861Z] 699f458cf7ca: Download complete [2023-03-02T21:44:24.128Z] 8998bd30e6a1: Download complete [2023-03-02T21:44:26.718Z] 2437ff75d9bd: Verifying Checksum [2023-03-02T21:44:26.718Z] 2437ff75d9bd: Download complete [2023-03-02T21:44:28.661Z] 8998bd30e6a1: Pull complete [2023-03-02T21:44:28.927Z] 04944245beec: Pull complete [2023-03-02T21:44:30.331Z] 699f458cf7ca: Pull complete [2023-03-02T21:44:30.331Z] 765212b225bb: Pull complete [2023-03-02T21:44:31.287Z] f23df028b6ca: Pull complete [2023-03-02T21:44:31.287Z] d65c8cfc05b1: Pull complete [2023-03-02T21:44:46.256Z] 2437ff75d9bd: Pull complete [2023-03-02T21:44:46.256Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-03-02T21:44:46.256Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-02T21:44:46.256Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-02T21:44:46.428Z] prd-ubuntu20.04-docker-arm64-4c-16g-8122 does not seem to be running inside a container [2023-03-02T21:44:46.495Z] $ 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/436 -v /w/workspace/edgex-go/436:/w/workspace/edgex-go/436:rw,z -v /w/workspace/edgex-go/436@tmp:/w/workspace/edgex-go/436@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-02T21:44:48.846Z] $ docker top 2a970c88b5593a739b08ed7ca956bf004fb06e7cc6219adad772170e3faec988 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-02T21:44:49.385Z] ---> job-cost.sh [2023-03-02T21:44:49.649Z] lf-activate-venv: SKIPPING [2023-03-02T21:44:49.649Z] INFO: No Stack... [2023-03-02T21:44:50.227Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-03-02T21:44:50.806Z] INFO: Archiving Costs [Pipeline] sh [2023-03-02T21:44:51.128Z] + + cat /w/workspace/edgex-go/436/archives/cost.csv [2023-03-02T21:44:51.128Z] cut -d, -f6 [Pipeline] lock [2023-03-02T21:44:51.466Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-436-stack-cost] [2023-03-02T21:44:51.472Z] Resource [jenkins-edgexfoundry-edgex-go-main-436-stack-cost] did not exist. Created. [2023-03-02T21:44:51.472Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-main-436-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-02T21:44:51.794Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-03-02T21:44:52.336Z] Stashed 1 file(s) [Pipeline] } [2023-03-02T21:44:52.344Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-main-436-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-02T21:44:52.376Z] $ docker stop --time=1 2a970c88b5593a739b08ed7ca956bf004fb06e7cc6219adad772170e3faec988 [2023-03-02T21:44:53.886Z] $ docker rm -f --volumes 2a970c88b5593a739b08ed7ca956bf004fb06e7cc6219adad772170e3faec988 [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-02T21:44:54.320Z] provisioning config files... [2023-03-02T21:44:54.328Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/436@tmp/config12249002854704058525tmp [Pipeline] { [Pipeline] sh [2023-03-02T21:44:54.616Z] + set +x [2023-03-02T21:44:54.616Z] + curl -s+ https://codecov.io/bash [2023-03-02T21:44:54.616Z] bash -s -- [2023-03-02T21:44:54.616Z] [2023-03-02T21:44:54.616Z] _____ _ [2023-03-02T21:44:54.616Z] / ____| | | [2023-03-02T21:44:54.616Z] | | ___ __| | ___ ___ _____ __ [2023-03-02T21:44:54.616Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-03-02T21:44:54.616Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-03-02T21:44:54.617Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-03-02T21:44:54.617Z] Bash-1.0.6 [2023-03-02T21:44:54.617Z] [2023-03-02T21:44:54.617Z] [2023-03-02T21:44:54.617Z] ==> git version 2.25.1 found [2023-03-02T21:44:54.617Z] ==> 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-02T21:44:54.617Z] Release-Date: 2020-01-08 [2023-03-02T21:44:54.617Z] 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-02T21:44:54.617Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-03-02T21:44:54.617Z] ==> Jenkins CI detected. [2023-03-02T21:44:54.617Z] current dir:  /w/workspace/edgex-go/436 [2023-03-02T21:44:54.617Z] project root: . [2023-03-02T21:44:54.617Z] --> token set from env [2023-03-02T21:44:54.617Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-03-02T21:44:54.617Z] ==> Running gcov in . (disable via -X gcov) [2023-03-02T21:44:54.875Z] ==> Python coveragepy not found [2023-03-02T21:44:54.875Z] ==> Searching for coverage reports in: [2023-03-02T21:44:54.875Z] + . [2023-03-02T21:44:54.875Z] -> Found 1 reports [2023-03-02T21:44:54.875Z] ==> Detecting git/mercurial file structure [2023-03-02T21:44:54.875Z] ==> Reading reports [2023-03-02T21:44:54.875Z] + ./coverage.out bytes=487670 [2023-03-02T21:44:54.875Z] ==> Appending adjustments [2023-03-02T21:44:54.875Z] https://docs.codecov.io/docs/fixing-reports [2023-03-02T21:44:56.251Z] + Found adjustments [2023-03-02T21:44:56.251Z] ==> Gzipping contents [2023-03-02T21:44:56.251Z] 64K /tmp/codecov.MCJGEs.gz [2023-03-02T21:44:56.251Z] ==> Uploading reports [2023-03-02T21:44:56.251Z] url: https://codecov.io [2023-03-02T21:44:56.251Z] query: branch=main&commit=a219a96092df6e8a7d6599bd49f1a07919d2084f&build=436&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F436%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-02T21:44:56.251Z] -> Pinging Codecov [2023-03-02T21:44:56.251Z] 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=a219a96092df6e8a7d6599bd49f1a07919d2084f&build=436&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F436%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-02T21:44:56.251Z] -> Uploading to [2023-03-02T21:44:56.251Z] https://storage.googleapis.com/codecov/v4/raw/2023-03-02/00271124DB129430A58F1EEE437C3FCB/a219a96092df6e8a7d6599bd49f1a07919d2084f/62af4b01-027d-48b7-b5a3-abb5862176a8.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230302%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230302T214455Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9c3ba69d6c533dc51182b7204784ec18c8f69041376554a1a6dcbaa317d4b850 [2023-03-02T21:44:56.251Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-02T21:44:56.251Z] Dload Upload Total Spent Left Speed [2023-03-02T21:44:56.510Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 63116 0 0 100 63116 0 277k --:--:-- --:--:-- --:--:-- 276k 100 63116 0 0 100 63116 0 182k --:--:-- --:--:-- --:--:-- 181k [2023-03-02T21:44:56.510Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/a219a96092df6e8a7d6599bd49f1a07919d2084f [Pipeline] } [2023-03-02T21:44:56.517Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2023-03-02T21:44:56.749Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-03-02T21:44:56.767Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:44:57.076Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-02T21:44:57.076Z] [2023-03-02T21:44:57.076Z] 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-02T21:44:57.375Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-02T21:44:57.375Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-03-02T21:44:57.375Z] df9b9388f04a: Pulling fs layer [2023-03-02T21:44:57.375Z] 52dc419b0ee2: Pulling fs layer [2023-03-02T21:44:57.375Z] 25bc292e5bac: Pulling fs layer [2023-03-02T21:44:57.375Z] 114826534d7a: Pulling fs layer [2023-03-02T21:44:57.375Z] 4657fd5d0bcf: Pulling fs layer [2023-03-02T21:44:57.375Z] 6ad1cebc031e: Pulling fs layer [2023-03-02T21:44:57.375Z] 8a3aa393b2d8: Pulling fs layer [2023-03-02T21:44:57.375Z] 6ad1cebc031e: Waiting [2023-03-02T21:44:57.375Z] 8a3aa393b2d8: Waiting [2023-03-02T21:44:57.375Z] 114826534d7a: Waiting [2023-03-02T21:44:57.375Z] 25bc292e5bac: Verifying Checksum [2023-03-02T21:44:57.375Z] 25bc292e5bac: Download complete [2023-03-02T21:44:57.375Z] 52dc419b0ee2: Verifying Checksum [2023-03-02T21:44:57.375Z] 52dc419b0ee2: Download complete [2023-03-02T21:44:57.375Z] 4657fd5d0bcf: Verifying Checksum [2023-03-02T21:44:57.375Z] 4657fd5d0bcf: Download complete [2023-03-02T21:44:57.375Z] df9b9388f04a: Download complete [2023-03-02T21:44:57.636Z] df9b9388f04a: Pull complete [2023-03-02T21:44:57.636Z] 6ad1cebc031e: Verifying Checksum [2023-03-02T21:44:57.636Z] 6ad1cebc031e: Download complete [2023-03-02T21:44:57.636Z] 52dc419b0ee2: Pull complete [2023-03-02T21:44:57.897Z] 25bc292e5bac: Pull complete [2023-03-02T21:44:58.464Z] 114826534d7a: Verifying Checksum [2023-03-02T21:44:58.464Z] 114826534d7a: Download complete [2023-03-02T21:44:58.464Z] 8a3aa393b2d8: Verifying Checksum [2023-03-02T21:44:58.464Z] 8a3aa393b2d8: Download complete [2023-03-02T21:45:01.749Z] 114826534d7a: Pull complete [2023-03-02T21:45:01.749Z] 4657fd5d0bcf: Pull complete [2023-03-02T21:45:02.315Z] 6ad1cebc031e: Pull complete [2023-03-02T21:45:04.858Z] 8a3aa393b2d8: Pull complete [2023-03-02T21:45:04.859Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-03-02T21:45:04.859Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-02T21:45:04.859Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-02T21:45:04.937Z] prd-ubuntu20.04-docker-8c-8g-8121 does not seem to be running inside a container [2023-03-02T21:45:04.964Z] $ 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/436 -v /w/workspace/edgex-go/436:/w/workspace/edgex-go/436:rw,z -v /w/workspace/edgex-go/436@tmp:/w/workspace/edgex-go/436@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-02T21:45:06.931Z] $ docker top 4ccfaa3cfa130f7a8ca17dbb9022d962a4521a1ff49e79362ab87be443d0fe63 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-03-02T21:45:06.995Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2023-03-02T21:45:07.274Z] + set -o pipefail [2023-03-02T21:45:07.274Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2023-03-02T21:45:12.578Z] [2023-03-02T21:45:12.578Z] Monitoring /w/workspace/edgex-go/436 (github.com/edgexfoundry/edgex-go)... [2023-03-02T21:45:12.578Z] [2023-03-02T21:45:12.578Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/2e11e807-cba6-4e7c-9b8e-760d16d8c094 [2023-03-02T21:45:12.578Z] [2023-03-02T21:45:12.578Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-03-02T21:45:12.578Z] [2023-03-02T21:45:12.578Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-03-02T21:45:12.578Z] [2023-03-02T21:45:12.839Z] [2023-03-02T21:45:12.839Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-03-02T21:45:12.839Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-03-02T21:45:12.839Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-03-02T21:45:12.851Z] $ docker stop --time=1 4ccfaa3cfa130f7a8ca17dbb9022d962a4521a1ff49e79362ab87be443d0fe63 [2023-03-02T21:45:14.665Z] $ docker rm -f --volumes 4ccfaa3cfa130f7a8ca17dbb9022d962a4521a1ff49e79362ab87be443d0fe63 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2023-03-02T21:45:15.011Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-02T21:45:15.020Z] provisioning config files... [2023-03-02T21:45:15.027Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/436@tmp/config16778876530699873011tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-02T21:45:15.322Z] --> edgex-publish-swagger.sh [2023-03-02T21:45:15.322Z] === Publish openapi/v3 API === [2023-03-02T21:45:15.322Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2023-03-02T21:45:15.322Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/436/openapi/v3/core-command.yaml] [2023-03-02T21:45:15.322Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-02T21:45:15.322Z] Dload Upload Total Spent Left Speed [2023-03-02T21:45:15.891Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29030 0 0 100 29030 0 133k --:--:-- --:--:-- --:--:-- 133k 100 29030 0 0 100 29030 0 44118 --:--:-- --:--:-- --:--:-- 44051 [2023-03-02T21:45:15.891Z] [2023-03-02T21:45:15.891Z] [2023-03-02T21:45:15.891Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/436/openapi/v3/core-data.yaml] [2023-03-02T21:45:15.891Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-02T21:45:15.891Z] Dload Upload Total Spent Left Speed [2023-03-02T21:45:16.460Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 69110 0 0 100 69110 0 101k --:--:-- --:--:-- --:--:-- 101k 100 69110 0 0 100 69110 0 101k --:--:-- --:--:-- --:--:-- 101k [2023-03-02T21:45:16.460Z] [2023-03-02T21:45:16.460Z] [2023-03-02T21:45:16.460Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/436/openapi/v3/core-metadata.yaml] [2023-03-02T21:45:16.460Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-02T21:45:16.460Z] Dload Upload Total Spent Left Speed [2023-03-02T21:45:17.028Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 140k 0 0 100 140k 0 276k --:--:-- --:--:-- --:--:-- 276k [2023-03-02T21:45:17.028Z] [2023-03-02T21:45:17.028Z] [2023-03-02T21:45:17.028Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/436/openapi/v3/support-notifications.yaml] [2023-03-02T21:45:17.028Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-02T21:45:17.028Z] Dload Upload Total Spent Left Speed [2023-03-02T21:45:17.595Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86965 0 0 100 86965 0 157k --:--:-- --:--:-- --:--:-- 156k 100 86965 0 0 100 86965 0 156k --:--:-- --:--:-- --:--:-- 156k [2023-03-02T21:45:17.595Z] [2023-03-02T21:45:17.595Z] [2023-03-02T21:45:17.595Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/436/openapi/v3/support-scheduler.yaml] [2023-03-02T21:45:17.595Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-02T21:45:17.595Z] Dload Upload Total Spent Left Speed [2023-03-02T21:45:18.162Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 34001 0 0 100 34001 0 72342 --:--:-- --:--:-- --:--:-- 72342 [2023-03-02T21:45:18.162Z] [2023-03-02T21:45:18.162Z] [Pipeline] } [2023-03-02T21:45:18.172Z] 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-02T21:45:18.537Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-02T21:45:18.538Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:45:18.833Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-02T21:45:18.833Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-02T21:45:18.900Z] prd-ubuntu20.04-docker-8c-8g-8121 does not seem to be running inside a container [2023-03-02T21:45:18.929Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/436 -v /w/workspace/edgex-go/436:/w/workspace/edgex-go/436:rw,z -v /w/workspace/edgex-go/436@tmp:/w/workspace/edgex-go/436@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-02T21:45:19.326Z] $ docker top b6bfd1419f89cbc4fc920837242a13e7e9b5c7710033f45a67cfab9ab9ff1661 -eo pid,comm [2023-03-02T21:45:19.379Z] 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-02T21:45:19.379Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-02T21:45:19.414Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-02T21:45:19.414Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-02T21:45:19.528Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-02T21:45:19.529Z] $ docker exec b6bfd1419f89cbc4fc920837242a13e7e9b5c7710033f45a67cfab9ab9ff1661 ssh-agent [2023-03-02T21:45:19.649Z] SSH_AUTH_SOCK=/tmp/ssh-29axJ4JDtiSd/agent.32 [2023-03-02T21:45:19.649Z] SSH_AGENT_PID=38 [2023-03-02T21:45:19.655Z] Running ssh-add (command line suppressed) [2023-03-02T21:45:19.754Z] Identity added: /w/workspace/edgex-go/436@tmp/private_key_12470358353320334655.key (/w/workspace/edgex-go/436@tmp/private_key_12470358353320334655.key) [2023-03-02T21:45:19.769Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-02T21:45:20.052Z] + git semver tag [2023-03-02T21:45:20.311Z] 2023-03-02 21:45:20,237 [run_tag] DEBUG tag force:False [2023-03-02T21:45:20.311Z] 2023-03-02 21:45:20,237 [check_head_tag] DEBUG check head tag [2023-03-02T21:45:20.311Z] 2023-03-02 21:45:20,240 [execute] INFO git cat-file --batch-check [2023-03-02T21:45:20.311Z] 2023-03-02 21:45:20,240 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/436, universal_newlines=False, shell=None, istream=) [2023-03-02T21:45:20.311Z] 2023-03-02 21:45:20,243 [execute] INFO git cat-file --batch [2023-03-02T21:45:20.311Z] 2023-03-02 21:45:20,244 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/436, universal_newlines=False, shell=None, istream=) [2023-03-02T21:45:20.311Z] 2023-03-02 21:45:20,293 [read_version] DEBUG read version from /w/workspace/edgex-go/436/.semver/main [2023-03-02T21:45:20.311Z] 2023-03-02 21:45:20,293 [execute] INFO git tag -a v3.0.0-dev.75 -m v3.0.0-dev.75 [2023-03-02T21:45:20.311Z] 2023-03-02 21:45:20,294 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.75', '-m', 'v3.0.0-dev.75'], cwd=/w/workspace/edgex-go/436, universal_newlines=False, shell=None, istream=None) [2023-03-02T21:45:20.311Z] 2023-03-02 21:45:20,299 [read_version] DEBUG read version from /w/workspace/edgex-go/436/.semver/main [2023-03-02T21:45:20.311Z] 3.0.0-dev.75 [Pipeline] } [2023-03-02T21:45:20.578Z] $ docker exec --env ******** --env ******** b6bfd1419f89cbc4fc920837242a13e7e9b5c7710033f45a67cfab9ab9ff1661 ssh-agent -k [2023-03-02T21:45:20.678Z] unset SSH_AUTH_SOCK; [2023-03-02T21:45:20.679Z] unset SSH_AGENT_PID; [2023-03-02T21:45:20.679Z] echo Agent pid 38 killed; [2023-03-02T21:45:20.690Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-02T21:45:20.996Z] + git semver [Pipeline] } [2023-03-02T21:45:21.267Z] $ docker stop --time=1 b6bfd1419f89cbc4fc920837242a13e7e9b5c7710033f45a67cfab9ab9ff1661 [2023-03-02T21:45:22.546Z] $ docker rm -f --volumes b6bfd1419f89cbc4fc920837242a13e7e9b5c7710033f45a67cfab9ab9ff1661 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:45:22.939Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-02T21:45:22.939Z] [2023-03-02T21:45:22.939Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:45:23.238Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-02T21:45:23.238Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-03-02T21:45:23.238Z] ab5ef0e58194: Pulling fs layer [2023-03-02T21:45:23.238Z] 9712f1f96733: Pulling fs layer [2023-03-02T21:45:23.238Z] 63f879dbbcfc: Pulling fs layer [2023-03-02T21:45:23.238Z] 0d9ebad4ef96: Pulling fs layer [2023-03-02T21:45:23.238Z] e9a5061849ea: Pulling fs layer [2023-03-02T21:45:23.238Z] d747dcd14b5f: Pulling fs layer [2023-03-02T21:45:23.238Z] 2de7ff778b66: Pulling fs layer [2023-03-02T21:45:23.238Z] e9a5061849ea: Waiting [2023-03-02T21:45:23.238Z] d747dcd14b5f: Waiting [2023-03-02T21:45:23.238Z] 0d9ebad4ef96: Waiting [2023-03-02T21:45:23.238Z] 9712f1f96733: Verifying Checksum [2023-03-02T21:45:23.238Z] 9712f1f96733: Download complete [2023-03-02T21:45:23.813Z] 63f879dbbcfc: Verifying Checksum [2023-03-02T21:45:23.813Z] 63f879dbbcfc: Download complete [2023-03-02T21:45:23.813Z] 0d9ebad4ef96: Verifying Checksum [2023-03-02T21:45:23.813Z] 0d9ebad4ef96: Download complete [2023-03-02T21:45:23.813Z] d747dcd14b5f: Download complete [2023-03-02T21:45:23.813Z] ab5ef0e58194: Verifying Checksum [2023-03-02T21:45:23.813Z] ab5ef0e58194: Download complete [2023-03-02T21:45:23.813Z] e9a5061849ea: Verifying Checksum [2023-03-02T21:45:23.813Z] e9a5061849ea: Download complete [2023-03-02T21:45:24.070Z] 2de7ff778b66: Verifying Checksum [2023-03-02T21:45:24.071Z] 2de7ff778b66: Download complete [2023-03-02T21:45:26.601Z] ab5ef0e58194: Pull complete [2023-03-02T21:45:26.601Z] 9712f1f96733: Pull complete [2023-03-02T21:45:27.166Z] 63f879dbbcfc: Pull complete [2023-03-02T21:45:31.353Z] 0d9ebad4ef96: Pull complete [2023-03-02T21:45:31.353Z] e9a5061849ea: Pull complete [2023-03-02T21:45:31.353Z] d747dcd14b5f: Pull complete [2023-03-02T21:45:32.288Z] 2de7ff778b66: Pull complete [2023-03-02T21:45:32.288Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-03-02T21:45:32.288Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-02T21:45:32.288Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-02T21:45:32.361Z] prd-ubuntu20.04-docker-8c-8g-8121 does not seem to be running inside a container [2023-03-02T21:45:32.385Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/436 -v /w/workspace/edgex-go/436:/w/workspace/edgex-go/436:rw,z -v /w/workspace/edgex-go/436@tmp:/w/workspace/edgex-go/436@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-02T21:45:34.352Z] $ docker top 2ebf8a5cc9636a9f10fc96c7abcba3c8defcddbafe82358fba8905e76cfaf524 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-03-02T21:45:34.420Z] provisioning config files... [2023-03-02T21:45:34.427Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/436@tmp/config1850031135895098853tmp [2023-03-02T21:45:34.438Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/436@tmp/config12694999161235183164tmp [2023-03-02T21:45:34.446Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/436@tmp/config17327550835515833899tmp [Pipeline] { [Pipeline] echo [2023-03-02T21:45:34.458Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-02T21:45:34.737Z] ---> sigul-configuration.sh [2023-03-02T21:45:34.738Z] gpg: directory `/root/.gnupg' created [2023-03-02T21:45:34.738Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-03-02T21:45:34.738Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-03-02T21:45:34.738Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-03-02T21:45:34.738Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-03-02T21:45:34.738Z] gpg: CAST5 encrypted data [2023-03-02T21:45:34.738Z] gpg: encrypted with 1 passphrase [2023-03-02T21:45:34.738Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-03-02T21:45:35.023Z] + mkdir /home/jenkins [2023-03-02T21:45:35.023Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-03-02T21:45:35.309Z] + 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-02T21:45:35.318Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-02T21:45:35.598Z] ---> sigul-install.sh [2023-03-02T21:45:35.598Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-03-02T21:45:35.882Z] + git tag --list [2023-03-02T21:45:35.882Z] 0.6.0 [2023-03-02T21:45:35.882Z] 0.6.1 [2023-03-02T21:45:35.882Z] 0.7.0 [2023-03-02T21:45:35.882Z] 0.7.1 [2023-03-02T21:45:35.882Z] v1.0.0 [2023-03-02T21:45:35.882Z] v1.0.1 [2023-03-02T21:45:35.882Z] v1.1.0 [2023-03-02T21:45:35.882Z] v1.2.0 [2023-03-02T21:45:35.882Z] v1.2.1 [2023-03-02T21:45:35.882Z] v1.3.0 [2023-03-02T21:45:35.882Z] v1.3.1 [2023-03-02T21:45:35.882Z] v2.0.0 [2023-03-02T21:45:35.882Z] v2.1.0 [2023-03-02T21:45:35.882Z] v2.1.1 [2023-03-02T21:45:35.882Z] v2.1.1-dev.1 [2023-03-02T21:45:35.882Z] v2.1.1-dev.2 [2023-03-02T21:45:35.882Z] v2.1.1-dev.3 [2023-03-02T21:45:35.882Z] v2.1.1-dev.4 [2023-03-02T21:45:35.882Z] v2.1.1-dev.5 [2023-03-02T21:45:35.882Z] v2.1.1-dev.6 [2023-03-02T21:45:35.882Z] v2.1.1-dev.7 [2023-03-02T21:45:35.882Z] v2.1.1-dev.8 [2023-03-02T21:45:35.882Z] v2.1.2-dev.1 [2023-03-02T21:45:35.882Z] v2.2.0 [2023-03-02T21:45:35.882Z] v2.2.1-dev.1 [2023-03-02T21:45:35.882Z] v2.2.1-dev.10 [2023-03-02T21:45:35.882Z] v2.2.1-dev.11 [2023-03-02T21:45:35.882Z] v2.2.1-dev.12 [2023-03-02T21:45:35.882Z] v2.2.1-dev.13 [2023-03-02T21:45:35.882Z] v2.2.1-dev.14 [2023-03-02T21:45:35.882Z] v2.2.1-dev.15 [2023-03-02T21:45:35.882Z] v2.2.1-dev.16 [2023-03-02T21:45:35.882Z] v2.2.1-dev.17 [2023-03-02T21:45:35.882Z] v2.2.1-dev.18 [2023-03-02T21:45:35.882Z] v2.2.1-dev.19 [2023-03-02T21:45:35.882Z] v2.2.1-dev.2 [2023-03-02T21:45:35.882Z] v2.2.1-dev.20 [2023-03-02T21:45:35.882Z] v2.2.1-dev.21 [2023-03-02T21:45:35.882Z] v2.2.1-dev.22 [2023-03-02T21:45:35.882Z] v2.2.1-dev.23 [2023-03-02T21:45:35.882Z] v2.2.1-dev.24 [2023-03-02T21:45:35.882Z] v2.2.1-dev.25 [2023-03-02T21:45:35.882Z] v2.2.1-dev.26 [2023-03-02T21:45:35.882Z] v2.2.1-dev.27 [2023-03-02T21:45:35.882Z] v2.2.1-dev.28 [2023-03-02T21:45:35.882Z] v2.2.1-dev.29 [2023-03-02T21:45:35.882Z] v2.2.1-dev.3 [2023-03-02T21:45:35.882Z] v2.2.1-dev.4 [2023-03-02T21:45:35.882Z] v2.2.1-dev.5 [2023-03-02T21:45:35.882Z] v2.2.1-dev.6 [2023-03-02T21:45:35.882Z] v2.2.1-dev.7 [2023-03-02T21:45:35.882Z] v2.2.1-dev.8 [2023-03-02T21:45:35.882Z] v2.2.1-dev.9 [2023-03-02T21:45:35.882Z] v2.3.0 [2023-03-02T21:45:35.882Z] v2.3.0-dev.100 [2023-03-02T21:45:35.882Z] v2.3.0-dev.101 [2023-03-02T21:45:35.882Z] v2.3.0-dev.102 [2023-03-02T21:45:35.882Z] v2.3.0-dev.103 [2023-03-02T21:45:35.882Z] v2.3.0-dev.104 [2023-03-02T21:45:35.882Z] v2.3.0-dev.105 [2023-03-02T21:45:35.882Z] v2.3.0-dev.106 [2023-03-02T21:45:35.882Z] v2.3.0-dev.29 [2023-03-02T21:45:35.882Z] v2.3.0-dev.30 [2023-03-02T21:45:35.882Z] v2.3.0-dev.31 [2023-03-02T21:45:35.882Z] v2.3.0-dev.32 [2023-03-02T21:45:35.882Z] v2.3.0-dev.33 [2023-03-02T21:45:35.882Z] v2.3.0-dev.34 [2023-03-02T21:45:35.882Z] v2.3.0-dev.35 [2023-03-02T21:45:35.882Z] v2.3.0-dev.36 [2023-03-02T21:45:35.882Z] v2.3.0-dev.37 [2023-03-02T21:45:35.882Z] v2.3.0-dev.38 [2023-03-02T21:45:35.882Z] v2.3.0-dev.39 [2023-03-02T21:45:35.882Z] v2.3.0-dev.40 [2023-03-02T21:45:35.882Z] v2.3.0-dev.41 [2023-03-02T21:45:35.882Z] v2.3.0-dev.42 [2023-03-02T21:45:35.882Z] v2.3.0-dev.43 [2023-03-02T21:45:35.882Z] v2.3.0-dev.44 [2023-03-02T21:45:35.882Z] v2.3.0-dev.45 [2023-03-02T21:45:35.882Z] v2.3.0-dev.46 [2023-03-02T21:45:35.882Z] v2.3.0-dev.47 [2023-03-02T21:45:35.882Z] v2.3.0-dev.48 [2023-03-02T21:45:35.882Z] v2.3.0-dev.49 [2023-03-02T21:45:35.882Z] v2.3.0-dev.50 [2023-03-02T21:45:35.882Z] v2.3.0-dev.51 [2023-03-02T21:45:35.882Z] v2.3.0-dev.52 [2023-03-02T21:45:35.882Z] v2.3.0-dev.53 [2023-03-02T21:45:35.882Z] v2.3.0-dev.54 [2023-03-02T21:45:35.882Z] v2.3.0-dev.55 [2023-03-02T21:45:35.882Z] v2.3.0-dev.56 [2023-03-02T21:45:35.882Z] v2.3.0-dev.57 [2023-03-02T21:45:35.882Z] v2.3.0-dev.58 [2023-03-02T21:45:35.882Z] v2.3.0-dev.59 [2023-03-02T21:45:35.882Z] v2.3.0-dev.60 [2023-03-02T21:45:35.882Z] v2.3.0-dev.61 [2023-03-02T21:45:35.882Z] v2.3.0-dev.62 [2023-03-02T21:45:35.882Z] v2.3.0-dev.63 [2023-03-02T21:45:35.882Z] v2.3.0-dev.64 [2023-03-02T21:45:35.882Z] v2.3.0-dev.65 [2023-03-02T21:45:35.882Z] v2.3.0-dev.66 [2023-03-02T21:45:35.882Z] v2.3.0-dev.67 [2023-03-02T21:45:35.882Z] v2.3.0-dev.68 [2023-03-02T21:45:35.882Z] v2.3.0-dev.69 [2023-03-02T21:45:35.882Z] v2.3.0-dev.70 [2023-03-02T21:45:35.882Z] v2.3.0-dev.71 [2023-03-02T21:45:35.882Z] v2.3.0-dev.72 [2023-03-02T21:45:35.882Z] v2.3.0-dev.73 [2023-03-02T21:45:35.882Z] v2.3.0-dev.74 [2023-03-02T21:45:35.882Z] v2.3.0-dev.75 [2023-03-02T21:45:35.882Z] v2.3.0-dev.76 [2023-03-02T21:45:35.882Z] v2.3.0-dev.77 [2023-03-02T21:45:35.882Z] v2.3.0-dev.78 [2023-03-02T21:45:35.882Z] v2.3.0-dev.79 [2023-03-02T21:45:35.882Z] v2.3.0-dev.80 [2023-03-02T21:45:35.882Z] v2.3.0-dev.81 [2023-03-02T21:45:35.882Z] v2.3.0-dev.82 [2023-03-02T21:45:35.882Z] v2.3.0-dev.83 [2023-03-02T21:45:35.882Z] v2.3.0-dev.84 [2023-03-02T21:45:35.882Z] v2.3.0-dev.85 [2023-03-02T21:45:35.882Z] v2.3.0-dev.86 [2023-03-02T21:45:35.882Z] v2.3.0-dev.87 [2023-03-02T21:45:35.882Z] v2.3.0-dev.88 [2023-03-02T21:45:35.882Z] v2.3.0-dev.89 [2023-03-02T21:45:35.882Z] v2.3.0-dev.90 [2023-03-02T21:45:35.882Z] v2.3.0-dev.91 [2023-03-02T21:45:35.882Z] v2.3.0-dev.92 [2023-03-02T21:45:35.882Z] v2.3.0-dev.93 [2023-03-02T21:45:35.882Z] v2.3.0-dev.94 [2023-03-02T21:45:35.882Z] v2.3.0-dev.95 [2023-03-02T21:45:35.882Z] v2.3.0-dev.96 [2023-03-02T21:45:35.882Z] v2.3.0-dev.97 [2023-03-02T21:45:35.882Z] v2.3.0-dev.98 [2023-03-02T21:45:35.882Z] v2.3.0-dev.99 [2023-03-02T21:45:35.882Z] v2.3.1-dev.1 [2023-03-02T21:45:35.882Z] v2.3.1-dev.2 [2023-03-02T21:45:35.882Z] v2.3.1-dev.3 [2023-03-02T21:45:35.882Z] v2.3.1-dev.4 [2023-03-02T21:45:35.882Z] v2.3.1-dev.5 [2023-03-02T21:45:35.882Z] v3.0.0-dev.1 [2023-03-02T21:45:35.882Z] v3.0.0-dev.10 [2023-03-02T21:45:35.882Z] v3.0.0-dev.11 [2023-03-02T21:45:35.882Z] v3.0.0-dev.12 [2023-03-02T21:45:35.882Z] v3.0.0-dev.13 [2023-03-02T21:45:35.882Z] v3.0.0-dev.14 [2023-03-02T21:45:35.882Z] v3.0.0-dev.15 [2023-03-02T21:45:35.882Z] v3.0.0-dev.16 [2023-03-02T21:45:35.882Z] v3.0.0-dev.17 [2023-03-02T21:45:35.882Z] v3.0.0-dev.18 [2023-03-02T21:45:35.882Z] v3.0.0-dev.19 [2023-03-02T21:45:35.882Z] v3.0.0-dev.2 [2023-03-02T21:45:35.882Z] v3.0.0-dev.20 [2023-03-02T21:45:35.882Z] v3.0.0-dev.21 [2023-03-02T21:45:35.882Z] v3.0.0-dev.22 [2023-03-02T21:45:35.882Z] v3.0.0-dev.23 [2023-03-02T21:45:35.882Z] v3.0.0-dev.24 [2023-03-02T21:45:35.882Z] v3.0.0-dev.25 [2023-03-02T21:45:35.882Z] v3.0.0-dev.26 [2023-03-02T21:45:35.882Z] v3.0.0-dev.27 [2023-03-02T21:45:35.882Z] v3.0.0-dev.28 [2023-03-02T21:45:35.882Z] v3.0.0-dev.29 [2023-03-02T21:45:35.882Z] v3.0.0-dev.3 [2023-03-02T21:45:35.882Z] v3.0.0-dev.30 [2023-03-02T21:45:35.882Z] v3.0.0-dev.31 [2023-03-02T21:45:35.882Z] v3.0.0-dev.32 [2023-03-02T21:45:35.882Z] v3.0.0-dev.33 [2023-03-02T21:45:35.882Z] v3.0.0-dev.34 [2023-03-02T21:45:35.882Z] v3.0.0-dev.35 [2023-03-02T21:45:35.882Z] v3.0.0-dev.36 [2023-03-02T21:45:35.882Z] v3.0.0-dev.37 [2023-03-02T21:45:35.882Z] v3.0.0-dev.38 [2023-03-02T21:45:35.882Z] v3.0.0-dev.39 [2023-03-02T21:45:35.882Z] v3.0.0-dev.4 [2023-03-02T21:45:35.882Z] v3.0.0-dev.40 [2023-03-02T21:45:35.882Z] v3.0.0-dev.41 [2023-03-02T21:45:35.882Z] v3.0.0-dev.42 [2023-03-02T21:45:35.882Z] v3.0.0-dev.43 [2023-03-02T21:45:35.882Z] v3.0.0-dev.44 [2023-03-02T21:45:35.882Z] v3.0.0-dev.45 [2023-03-02T21:45:35.882Z] v3.0.0-dev.46 [2023-03-02T21:45:35.882Z] v3.0.0-dev.47 [2023-03-02T21:45:35.882Z] v3.0.0-dev.48 [2023-03-02T21:45:35.882Z] v3.0.0-dev.49 [2023-03-02T21:45:35.882Z] v3.0.0-dev.5 [2023-03-02T21:45:35.882Z] v3.0.0-dev.50 [2023-03-02T21:45:35.882Z] v3.0.0-dev.51 [2023-03-02T21:45:35.882Z] v3.0.0-dev.52 [2023-03-02T21:45:35.882Z] v3.0.0-dev.53 [2023-03-02T21:45:35.882Z] v3.0.0-dev.54 [2023-03-02T21:45:35.882Z] v3.0.0-dev.55 [2023-03-02T21:45:35.882Z] v3.0.0-dev.56 [2023-03-02T21:45:35.882Z] v3.0.0-dev.57 [2023-03-02T21:45:35.882Z] v3.0.0-dev.58 [2023-03-02T21:45:35.882Z] v3.0.0-dev.59 [2023-03-02T21:45:35.882Z] v3.0.0-dev.6 [2023-03-02T21:45:35.882Z] v3.0.0-dev.60 [2023-03-02T21:45:35.882Z] v3.0.0-dev.61 [2023-03-02T21:45:35.882Z] v3.0.0-dev.62 [2023-03-02T21:45:35.882Z] v3.0.0-dev.63 [2023-03-02T21:45:35.882Z] v3.0.0-dev.64 [2023-03-02T21:45:35.882Z] v3.0.0-dev.65 [2023-03-02T21:45:35.882Z] v3.0.0-dev.66 [2023-03-02T21:45:35.882Z] v3.0.0-dev.67 [2023-03-02T21:45:35.882Z] v3.0.0-dev.68 [2023-03-02T21:45:35.882Z] v3.0.0-dev.69 [2023-03-02T21:45:35.882Z] v3.0.0-dev.7 [2023-03-02T21:45:35.882Z] v3.0.0-dev.70 [2023-03-02T21:45:35.882Z] v3.0.0-dev.71 [2023-03-02T21:45:35.882Z] v3.0.0-dev.72 [2023-03-02T21:45:35.882Z] v3.0.0-dev.73 [2023-03-02T21:45:35.882Z] v3.0.0-dev.74 [2023-03-02T21:45:35.882Z] v3.0.0-dev.75 [2023-03-02T21:45:35.882Z] v3.0.0-dev.8 [2023-03-02T21:45:35.882Z] v3.0.0-dev.9 [Pipeline] sh [2023-03-02T21:45:36.168Z] + lftools sign git-tag v3.0.0-dev.75 [2023-03-02T21:45:36.737Z] Signing Git tag with Sigul... [2023-03-02T21:45:36.737Z] Signing v3.0.0-dev.75 [Pipeline] echo [2023-03-02T21:45:37.001Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-02T21:45:37.283Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-03-02T21:45:37.290Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-03-02T21:45:37.305Z] $ docker stop --time=1 2ebf8a5cc9636a9f10fc96c7abcba3c8defcddbafe82358fba8905e76cfaf524 [2023-03-02T21:45:38.615Z] $ docker rm -f --volumes 2ebf8a5cc9636a9f10fc96c7abcba3c8defcddbafe82358fba8905e76cfaf524 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-03-02T21:45:39.030Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-02T21:45:39.030Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:45:39.327Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-02T21:45:39.327Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-02T21:45:39.397Z] prd-ubuntu20.04-docker-8c-8g-8121 does not seem to be running inside a container [2023-03-02T21:45:39.426Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/436 -v /w/workspace/edgex-go/436:/w/workspace/edgex-go/436:rw,z -v /w/workspace/edgex-go/436@tmp:/w/workspace/edgex-go/436@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-02T21:45:39.758Z] $ docker top 72d1d635ff03a2cabc1e34ebc13d20bbf8ec20d37c63844af761b862298c0fab -eo pid,comm [2023-03-02T21:45:39.809Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-03-02T21:45:39.809Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-02T21:45:39.844Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-02T21:45:39.844Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-02T21:45:39.944Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-02T21:45:39.945Z] $ docker exec 72d1d635ff03a2cabc1e34ebc13d20bbf8ec20d37c63844af761b862298c0fab ssh-agent [2023-03-02T21:45:40.064Z] SSH_AUTH_SOCK=/tmp/ssh-2zHpqPU8OdUJ/agent.31 [2023-03-02T21:45:40.064Z] SSH_AGENT_PID=37 [2023-03-02T21:45:40.068Z] Running ssh-add (command line suppressed) [2023-03-02T21:45:40.174Z] Identity added: /w/workspace/edgex-go/436@tmp/private_key_15230451160140345552.key (/w/workspace/edgex-go/436@tmp/private_key_15230451160140345552.key) [2023-03-02T21:45:40.188Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-02T21:45:40.473Z] + git semver bump pre [2023-03-02T21:45:40.732Z] 2023-03-02 21:45:40,666 [read_version] DEBUG read version from /w/workspace/edgex-go/436/.semver/main [2023-03-02T21:45:40.732Z] 2023-03-02 21:45:40,666 [bump_version] DEBUG bumping version:3.0.0-dev.75 on axis:pre with prefix:dev [2023-03-02T21:45:40.732Z] 2023-03-02 21:45:40,666 [bump_version] DEBUG bumped version:3.0.0-dev.76 [2023-03-02T21:45:40.732Z] 2023-03-02 21:45:40,666 [write_version] DEBUG write version:3.0.0-dev.76 to path:/w/workspace/edgex-go/436/.semver/main with force:True [2023-03-02T21:45:40.732Z] 2023-03-02 21:45:40,666 [read_version] DEBUG read version from /w/workspace/edgex-go/436/.semver/main [2023-03-02T21:45:40.732Z] 2023-03-02 21:45:40,666 [write_file] DEBUG write to file:/w/workspace/edgex-go/436/.semver/main [2023-03-02T21:45:40.732Z] 2023-03-02 21:45:40,668 [execute] INFO git cat-file --batch-check [2023-03-02T21:45:40.732Z] 2023-03-02 21:45:40,669 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/436/.semver, universal_newlines=False, shell=None, istream=) [2023-03-02T21:45:40.732Z] 2023-03-02 21:45:40,674 [execute] INFO git cat-file --batch [2023-03-02T21:45:40.732Z] 2023-03-02 21:45:40,675 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/436/.semver, universal_newlines=False, shell=None, istream=) [2023-03-02T21:45:40.732Z] 2023-03-02 21:45:40,680 [read_version] DEBUG read version from /w/workspace/edgex-go/436/.semver/main [2023-03-02T21:45:40.732Z] 3.0.0-dev.76 [Pipeline] } [2023-03-02T21:45:40.741Z] $ docker exec --env ******** --env ******** 72d1d635ff03a2cabc1e34ebc13d20bbf8ec20d37c63844af761b862298c0fab ssh-agent -k [2023-03-02T21:45:40.839Z] unset SSH_AUTH_SOCK; [2023-03-02T21:45:40.840Z] unset SSH_AGENT_PID; [2023-03-02T21:45:40.840Z] echo Agent pid 37 killed; [2023-03-02T21:45:40.853Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-02T21:45:41.162Z] + git semver [Pipeline] } [2023-03-02T21:45:41.433Z] $ docker stop --time=1 72d1d635ff03a2cabc1e34ebc13d20bbf8ec20d37c63844af761b862298c0fab [2023-03-02T21:45:42.740Z] $ docker rm -f --volumes 72d1d635ff03a2cabc1e34ebc13d20bbf8ec20d37c63844af761b862298c0fab [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-02T21:45:43.078Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-02T21:45:43.078Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:45:43.371Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-02T21:45:43.371Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-02T21:45:43.449Z] prd-ubuntu20.04-docker-8c-8g-8121 does not seem to be running inside a container [2023-03-02T21:45:43.478Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/436 -v /w/workspace/edgex-go/436:/w/workspace/edgex-go/436:rw,z -v /w/workspace/edgex-go/436@tmp:/w/workspace/edgex-go/436@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-02T21:45:43.814Z] $ docker top 1e6d111cb7379a03a451cdc404488add82ad49f522150fa0939ea76f576edebd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-02T21:45:43.903Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-02T21:45:43.903Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-02T21:45:44.012Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-02T21:45:44.013Z] $ docker exec 1e6d111cb7379a03a451cdc404488add82ad49f522150fa0939ea76f576edebd ssh-agent [2023-03-02T21:45:44.113Z] SSH_AUTH_SOCK=/tmp/ssh-1eDkWnkmU9cQ/agent.32 [2023-03-02T21:45:44.113Z] SSH_AGENT_PID=38 [2023-03-02T21:45:44.117Z] Running ssh-add (command line suppressed) [2023-03-02T21:45:44.227Z] Identity added: /w/workspace/edgex-go/436@tmp/private_key_12812195983342359948.key (/w/workspace/edgex-go/436@tmp/private_key_12812195983342359948.key) [2023-03-02T21:45:44.240Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-02T21:45:44.528Z] + git semver push [2023-03-02T21:45:44.786Z] 2023-03-02 21:45:44,698 [run_push] DEBUG push [2023-03-02T21:45:44.786Z] 2023-03-02 21:45:44,699 [execute] INFO git cat-file --batch-check [2023-03-02T21:45:44.786Z] 2023-03-02 21:45:44,699 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/436/.semver, universal_newlines=False, shell=None, istream=) [2023-03-02T21:45:44.786Z] 2023-03-02 21:45:44,702 [execute] INFO git rev-list 027eb0eaad14856049e06d4734157a1adc796c64 -- [2023-03-02T21:45:44.786Z] 2023-03-02 21:45:44,702 [execute] DEBUG Popen(['git', 'rev-list', '027eb0eaad14856049e06d4734157a1adc796c64', '--'], cwd=/w/workspace/edgex-go/436/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-02T21:45:44.786Z] 2023-03-02 21:45:44,717 [execute] INFO git fetch -v origin [2023-03-02T21:45:44.786Z] 2023-03-02 21:45:44,717 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/436/.semver, universal_newlines=True, shell=None, istream=None) [2023-03-02T21:45:45.356Z] 2023-03-02 21:45:45,283 [run_push] DEBUG no remote changes detected [2023-03-02T21:45:45.356Z] 2023-03-02 21:45:45,284 [execute] INFO git push origin semver [2023-03-02T21:45:45.356Z] 2023-03-02 21:45:45,284 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/436/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-02T21:45:46.293Z] 2023-03-02 21:45:46,133 [run_push] DEBUG push all version tags [2023-03-02T21:45:46.293Z] 2023-03-02 21:45:46,134 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-03-02T21:45:46.293Z] 2023-03-02 21:45:46,134 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/436, universal_newlines=False, shell=None, istream=None) [2023-03-02T21:45:47.230Z] 2023-03-02 21:45:46,961 [read_version] DEBUG read version from /w/workspace/edgex-go/436/.semver/main [2023-03-02T21:45:47.230Z] 3.0.0-dev.76 [Pipeline] } [2023-03-02T21:45:47.239Z] $ docker exec --env ******** --env ******** 1e6d111cb7379a03a451cdc404488add82ad49f522150fa0939ea76f576edebd ssh-agent -k [2023-03-02T21:45:47.339Z] unset SSH_AUTH_SOCK; [2023-03-02T21:45:47.339Z] unset SSH_AGENT_PID; [2023-03-02T21:45:47.339Z] echo Agent pid 38 killed; [2023-03-02T21:45:47.350Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-02T21:45:47.651Z] + git semver [Pipeline] } [2023-03-02T21:45:47.921Z] $ docker stop --time=1 1e6d111cb7379a03a451cdc404488add82ad49f522150fa0939ea76f576edebd [2023-03-02T21:45:49.186Z] $ docker rm -f --volumes 1e6d111cb7379a03a451cdc404488add82ad49f522150fa0939ea76f576edebd [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-02T21:45:49.727Z] + [ -d /w/workspace/edgex-go/436/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-03-02T21:45:50.016Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-02T21:45:50.874Z] ---> package-listing.sh [2023-03-02T21:45:50.874Z] ++ facter osfamily [2023-03-02T21:45:50.874Z] ++ tr '[:upper:]' '[:lower:]' [2023-03-02T21:45:51.132Z] + OS_FAMILY=debian [2023-03-02T21:45:51.132Z] + workspace=/w/workspace/edgex-go/436 [2023-03-02T21:45:51.132Z] + START_PACKAGES=/tmp/packages_start.txt [2023-03-02T21:45:51.132Z] + END_PACKAGES=/tmp/packages_end.txt [2023-03-02T21:45:51.132Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-03-02T21:45:51.132Z] + PACKAGES=/tmp/packages_start.txt [2023-03-02T21:45:51.132Z] + '[' /w/workspace/edgex-go/436 ']' [2023-03-02T21:45:51.132Z] + PACKAGES=/tmp/packages_end.txt [2023-03-02T21:45:51.132Z] + case "${OS_FAMILY}" in [2023-03-02T21:45:51.132Z] + dpkg -l [2023-03-02T21:45:51.132Z] + grep '^ii' [2023-03-02T21:45:51.132Z] + '[' -f /tmp/packages_start.txt ']' [2023-03-02T21:45:51.132Z] + '[' -f /tmp/packages_end.txt ']' [2023-03-02T21:45:51.132Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-03-02T21:45:51.132Z] + '[' /w/workspace/edgex-go/436 ']' [2023-03-02T21:45:51.132Z] + mkdir -p /w/workspace/edgex-go/436/archives/ [2023-03-02T21:45:51.132Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/436/archives/ [Pipeline] echo [2023-03-02T21:45:51.142Z] 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/436/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-03-02T21:45:51.415Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:45:51.972Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-02T21:45:51.973Z] [2023-03-02T21:45:51.973Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-02T21:45:52.282Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-02T21:45:52.283Z] latest: Pulling from edgex-lftools-log-publisher [2023-03-02T21:45:52.283Z] 5eb5b503b376: Pulling fs layer [2023-03-02T21:45:52.283Z] 5c69ac0246d0: Pulling fs layer [2023-03-02T21:45:52.283Z] ec43610c2a17: Pulling fs layer [2023-03-02T21:45:52.283Z] 3a2ae6a8a46f: Pulling fs layer [2023-03-02T21:45:52.283Z] 33b1e0a273af: Pulling fs layer [2023-03-02T21:45:52.283Z] 5d3b04190fa2: Pulling fs layer [2023-03-02T21:45:52.283Z] 2f39f015ded8: Pulling fs layer [2023-03-02T21:45:52.283Z] 5d3b04190fa2: Waiting [2023-03-02T21:45:52.283Z] 33b1e0a273af: Waiting [2023-03-02T21:45:52.283Z] 2f39f015ded8: Waiting [2023-03-02T21:45:52.283Z] 3a2ae6a8a46f: Waiting [2023-03-02T21:45:52.283Z] 5c69ac0246d0: Download complete [2023-03-02T21:45:52.283Z] 3a2ae6a8a46f: Verifying Checksum [2023-03-02T21:45:52.283Z] 3a2ae6a8a46f: Download complete [2023-03-02T21:45:52.283Z] 33b1e0a273af: Verifying Checksum [2023-03-02T21:45:52.283Z] 33b1e0a273af: Download complete [2023-03-02T21:45:52.283Z] 5d3b04190fa2: Download complete [2023-03-02T21:45:52.543Z] ec43610c2a17: Verifying Checksum [2023-03-02T21:45:52.543Z] ec43610c2a17: Download complete [2023-03-02T21:45:52.543Z] 5eb5b503b376: Verifying Checksum [2023-03-02T21:45:52.543Z] 5eb5b503b376: Download complete [2023-03-02T21:45:53.111Z] 2f39f015ded8: Download complete [2023-03-02T21:45:53.677Z] 5eb5b503b376: Pull complete [2023-03-02T21:45:53.935Z] 5c69ac0246d0: Pull complete [2023-03-02T21:45:54.193Z] ec43610c2a17: Pull complete [2023-03-02T21:45:54.450Z] 3a2ae6a8a46f: Pull complete [2023-03-02T21:45:54.450Z] 33b1e0a273af: Pull complete [2023-03-02T21:45:54.708Z] 5d3b04190fa2: Pull complete [2023-03-02T21:45:58.893Z] 2f39f015ded8: Pull complete [2023-03-02T21:45:58.893Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-03-02T21:45:58.893Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-02T21:45:58.893Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-02T21:45:58.979Z] prd-ubuntu20.04-docker-8c-8g-8121 does not seem to be running inside a container [2023-03-02T21:45:59.006Z] $ 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/436/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/436 -v /w/workspace/edgex-go/436:/w/workspace/edgex-go/436:rw,z -v /w/workspace/edgex-go/436@tmp:/w/workspace/edgex-go/436@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-02T21:46:00.385Z] $ docker top 64267c6d077d3e651d983ad4f2cb55f7ab3df74f00546841a1db22ae9b6cbf77 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-02T21:46:00.724Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-03-02T21:46:01.007Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-03-02T21:46:01.291Z] + ls /var/log/sa-host [2023-03-02T21:46:01.292Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-02T21:46:01.451Z] provisioning config files... [2023-03-02T21:46:01.459Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/436@tmp/config13923309055443508842tmp [Pipeline] { [Pipeline] echo [2023-03-02T21:46:01.474Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-02T21:46:01.756Z] ---> create-netrc.sh [Pipeline] } [2023-03-02T21:46:01.764Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-03-02T21:46:02.086Z] ---> python-tools-install.sh [Pipeline] echo [2023-03-02T21:46:02.096Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-02T21:46:02.378Z] ---> sudo-logs.sh [2023-03-02T21:46:02.378Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-03-02T21:46:02.400Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-02T21:46:02.683Z] ---> job-cost.sh [2023-03-02T21:46:02.683Z] lf-activate-venv: SKIPPING [2023-03-02T21:46:02.683Z] DEBUG: total: 0.10999999940395355 [2023-03-02T21:46:02.683Z] INFO: Retrieving Stack Cost... [2023-03-02T21:46:02.943Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-02T21:46:03.511Z] INFO: Archiving Costs [Pipeline] echo [2023-03-02T21:46:03.524Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-02T21:46:03.811Z] ---> logs-deploy.sh [2023-03-02T21:46:03.812Z] lf-activate-venv: SKIPPING [2023-03-02T21:46:03.812Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/436 [2023-03-02T21:46:03.812Z] INFO: archiving workspace using pattern(s): [2023-03-02T21:46:04.814Z] Archives upload complete. [2023-03-02T21:46:04.814Z] INFO: archiving logs to Nexus [2023-03-02T21:46:05.435Z] ---> uname -a: [2023-03-02T21:46:05.435Z] Linux prd-ubuntu20-04-docker-8c-8g-8121 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-03-02T21:46:05.435Z] [2023-03-02T21:46:05.435Z] [2023-03-02T21:46:05.435Z] ---> lscpu: [2023-03-02T21:46:05.435Z] Architecture: x86_64 [2023-03-02T21:46:05.435Z] CPU op-mode(s): 32-bit, 64-bit [2023-03-02T21:46:05.435Z] Byte Order: Little Endian [2023-03-02T21:46:05.435Z] Address sizes: 40 bits physical, 48 bits virtual [2023-03-02T21:46:05.435Z] CPU(s): 8 [2023-03-02T21:46:05.435Z] On-line CPU(s) list: 0-7 [2023-03-02T21:46:05.435Z] Thread(s) per core: 1 [2023-03-02T21:46:05.435Z] Core(s) per socket: 1 [2023-03-02T21:46:05.435Z] Socket(s): 8 [2023-03-02T21:46:05.435Z] NUMA node(s): 1 [2023-03-02T21:46:05.435Z] Vendor ID: AuthenticAMD [2023-03-02T21:46:05.435Z] CPU family: 23 [2023-03-02T21:46:05.435Z] Model: 49 [2023-03-02T21:46:05.435Z] Model name: AMD EPYC-Rome Processor [2023-03-02T21:46:05.435Z] Stepping: 0 [2023-03-02T21:46:05.435Z] CPU MHz: 2799.996 [2023-03-02T21:46:05.435Z] BogoMIPS: 5599.99 [2023-03-02T21:46:05.435Z] Virtualization: AMD-V [2023-03-02T21:46:05.435Z] Hypervisor vendor: KVM [2023-03-02T21:46:05.435Z] Virtualization type: full [2023-03-02T21:46:05.435Z] L1d cache: 256 KiB [2023-03-02T21:46:05.435Z] L1i cache: 256 KiB [2023-03-02T21:46:05.435Z] L2 cache: 4 MiB [2023-03-02T21:46:05.435Z] L3 cache: 128 MiB [2023-03-02T21:46:05.435Z] NUMA node0 CPU(s): 0-7 [2023-03-02T21:46:05.435Z] Vulnerability Itlb multihit: Not affected [2023-03-02T21:46:05.435Z] Vulnerability L1tf: Not affected [2023-03-02T21:46:05.435Z] Vulnerability Mds: Not affected [2023-03-02T21:46:05.435Z] Vulnerability Meltdown: Not affected [2023-03-02T21:46:05.435Z] Vulnerability Mmio stale data: Not affected [2023-03-02T21:46:05.435Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-03-02T21:46:05.435Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-03-02T21:46:05.435Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-03-02T21:46:05.435Z] Vulnerability Srbds: Not affected [2023-03-02T21:46:05.435Z] Vulnerability Tsx async abort: Not affected [2023-03-02T21:46:05.435Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2023-03-02T21:46:05.435Z] [2023-03-02T21:46:05.435Z] [2023-03-02T21:46:05.435Z] ---> nproc: [2023-03-02T21:46:05.435Z] 8 [2023-03-02T21:46:05.435Z] [2023-03-02T21:46:05.435Z] [2023-03-02T21:46:05.435Z] ---> df -h: [2023-03-02T21:46:05.435Z] Filesystem Size Used Avail Use% Mounted on [2023-03-02T21:46:05.435Z] overlay 155G 21G 135G 14% / [2023-03-02T21:46:05.435Z] tmpfs 64M 0 64M 0% /dev [2023-03-02T21:46:05.435Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-03-02T21:46:05.435Z] shm 64M 0 64M 0% /dev/shm [2023-03-02T21:46:05.435Z] /dev/vda1 155G 21G 135G 14% /facter-os [2023-03-02T21:46:05.435Z] [2023-03-02T21:46:05.435Z] [2023-03-02T21:46:05.435Z] ---> sar -b -r -n DEV: [2023-03-02T21:46:05.435Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-8121) 03/02/23 _x86_64_ (8 CPU) [2023-03-02T21:46:05.435Z] [2023-03-02T21:46:05.435Z] 21:16:52 LINUX RESTART (8 CPU) [2023-03-02T21:46:05.435Z] [2023-03-02T21:46:05.435Z] 21:17:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-03-02T21:46:05.435Z] 21:18:02 178.30 47.55 130.75 0.00 5354.67 139809.47 0.00 [2023-03-02T21:46:05.435Z] 21:19:01 64.73 0.71 64.02 0.00 8.27 28221.25 0.00 [2023-03-02T21:46:05.435Z] 21:20:01 66.09 0.23 65.86 0.00 3.20 25048.91 0.00 [2023-03-02T21:46:05.435Z] 21:21:01 608.05 9.53 598.52 0.00 105.32 301636.53 0.00 [2023-03-02T21:46:05.435Z] 21:22:01 706.87 1.05 705.82 0.00 76.25 207487.29 0.00 [2023-03-02T21:46:05.435Z] 21:23:01 852.16 12.08 840.08 0.00 5109.02 276808.93 0.00 [2023-03-02T21:46:05.436Z] 21:24:01 566.94 0.07 566.87 0.00 4.00 115828.56 0.00 [2023-03-02T21:46:05.436Z] 21:25:01 25.48 0.12 25.36 0.00 18.53 856.92 0.00 [2023-03-02T21:46:05.436Z] 21:26:01 10.10 0.03 10.06 0.00 6.40 230.63 0.00 [2023-03-02T21:46:05.436Z] 21:27:01 1.10 0.00 1.10 0.00 0.00 13.06 0.00 [2023-03-02T21:46:05.436Z] 21:28:01 1.43 0.00 1.43 0.00 0.00 15.60 0.00 [2023-03-02T21:46:05.436Z] 21:29:01 0.93 0.00 0.93 0.00 0.00 10.13 0.00 [2023-03-02T21:46:05.436Z] 21:30:01 1.27 0.00 1.27 0.00 0.00 14.66 0.00 [2023-03-02T21:46:05.436Z] 21:31:01 1.35 0.00 1.35 0.00 0.00 14.80 0.00 [2023-03-02T21:46:05.436Z] 21:32:01 1.80 0.02 1.78 0.00 0.13 21.46 0.00 [2023-03-02T21:46:05.436Z] 21:33:01 1.12 0.00 1.12 0.00 0.00 16.93 0.00 [2023-03-02T21:46:05.436Z] 21:34:01 1.18 0.00 1.18 0.00 0.00 14.40 0.00 [2023-03-02T21:46:05.436Z] 21:35:01 0.88 0.00 0.88 0.00 0.00 12.13 0.00 [2023-03-02T21:46:05.436Z] 21:36:01 1.40 0.00 1.40 0.00 0.00 16.26 0.00 [2023-03-02T21:46:05.436Z] 21:37:01 1.52 0.00 1.52 0.00 0.00 18.53 0.00 [2023-03-02T21:46:05.436Z] 21:38:01 1.08 0.00 1.08 0.00 0.00 12.53 0.00 [2023-03-02T21:46:05.436Z] 21:39:01 0.95 0.00 0.95 0.00 0.00 11.20 0.00 [2023-03-02T21:46:05.436Z] 21:40:01 1.30 0.00 1.30 0.00 0.00 16.53 0.00 [2023-03-02T21:46:05.436Z] 21:41:01 0.97 0.00 0.97 0.00 0.00 12.80 0.00 [2023-03-02T21:46:05.436Z] 21:42:01 1.38 0.00 1.38 0.00 0.00 15.73 0.00 [2023-03-02T21:46:05.436Z] 21:43:01 0.95 0.00 0.95 0.00 0.00 11.46 0.00 [2023-03-02T21:46:05.436Z] 21:44:01 1.38 0.00 1.38 0.00 0.00 16.53 0.00 [2023-03-02T21:46:05.436Z] 21:45:01 7.67 0.12 7.55 0.00 10.80 2135.11 0.00 [2023-03-02T21:46:05.436Z] 21:46:01 169.39 0.38 169.01 0.00 19.73 73206.47 0.00 [2023-03-02T21:46:05.436Z] Average: 113.05 2.48 110.57 0.00 369.70 40403.48 0.00 [2023-03-02T21:46:05.436Z] [2023-03-02T21:46:05.436Z] 21:17:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-03-02T21:46:05.436Z] 21:18:02 28687944 31587736 716972 2.18 75980 3095784 1958344 5.77 1052064 2771876 1240 [2023-03-02T21:46:05.436Z] 21:19:01 28232976 31564968 730148 2.22 113424 3427644 1882796 5.55 1199896 3003768 152376 [2023-03-02T21:46:05.436Z] 21:20:01 28048024 31532312 767064 2.33 116000 3588340 2065788 6.09 1243820 3154200 244016 [2023-03-02T21:46:05.436Z] 21:21:01 20538548 31511612 770628 2.34 283888 10531964 1902644 5.61 1739788 9774628 971672 [2023-03-02T21:46:05.436Z] 21:22:01 20830052 31285328 985400 3.00 299052 9986100 2650972 7.81 2096760 9093856 2592 [2023-03-02T21:46:05.436Z] 21:23:01 17729004 31260228 990240 3.01 403600 12766184 2716316 8.01 2671796 11412500 1864 [2023-03-02T21:46:05.436Z] 21:24:01 19219732 31517784 747604 2.27 419592 11561032 1853584 5.46 2454188 10201592 1020 [2023-03-02T21:46:05.436Z] 21:25:01 19207648 31503540 761216 2.31 419328 11559092 1978320 5.83 2467004 10199000 1252 [2023-03-02T21:46:05.436Z] 21:26:01 19212944 31509444 754968 2.30 419644 11559456 1838932 5.42 2461472 10199248 8 [2023-03-02T21:46:05.436Z] 21:27:01 19212620 31509188 755104 2.30 419664 11559464 1838932 5.42 2461480 10199260 204 [2023-03-02T21:46:05.436Z] 21:28:01 19218264 31514852 749884 2.28 419684 11559468 1838932 5.42 2455784 10199264 8 [2023-03-02T21:46:05.436Z] 21:29:01 19219068 31515680 749120 2.28 419700 11559468 1838932 5.42 2455740 10199264 152 [2023-03-02T21:46:05.436Z] 21:30:01 19220848 31517652 747324 2.27 419716 11559472 1838932 5.42 2453728 10199456 4 [2023-03-02T21:46:05.436Z] 21:31:01 19220728 31517564 747304 2.27 419724 11559476 1838932 5.42 2454044 10199464 12 [2023-03-02T21:46:05.436Z] 21:32:01 19219000 31515868 749260 2.28 419732 11559476 1867548 5.50 2454048 10199456 32 [2023-03-02T21:46:05.436Z] 21:33:01 19219480 31516348 748712 2.28 419752 11559456 1867548 5.50 2454120 10199436 148 [2023-03-02T21:46:05.436Z] 21:34:01 19219652 31516524 748460 2.28 419768 11559456 1867548 5.50 2454012 10199436 12 [2023-03-02T21:46:05.436Z] 21:35:01 19219408 31516304 748644 2.28 419776 11559464 1867548 5.50 2453768 10199440 200 [2023-03-02T21:46:05.436Z] 21:36:01 19219328 31516284 748592 2.28 419800 11559460 1867548 5.50 2453780 10199448 12 [2023-03-02T21:46:05.436Z] 21:37:01 19219112 31516132 748556 2.28 419824 11559464 1867548 5.50 2454080 10199448 44 [2023-03-02T21:46:05.436Z] 21:38:01 19219412 31516444 748240 2.28 419832 11559472 1867548 5.50 2454192 10199452 8 [2023-03-02T21:46:05.436Z] 21:39:01 19219512 31516544 748040 2.27 419836 11559472 1867548 5.50 2453848 10199452 152 [2023-03-02T21:46:05.436Z] 21:40:01 19219488 31516540 748000 2.27 419848 11559480 1867548 5.50 2453856 10199456 8 [2023-03-02T21:46:05.436Z] 21:41:01 19219188 31516272 748220 2.28 419864 11559484 1867548 5.50 2453928 10199464 204 [2023-03-02T21:46:05.436Z] 21:42:01 19219392 31516484 747924 2.27 419900 11559476 1867548 5.50 2454276 10199464 4 [2023-03-02T21:46:05.436Z] 21:43:01 19219344 31516480 747876 2.27 419920 11559488 1867548 5.50 2454072 10199468 172 [2023-03-02T21:46:05.436Z] 21:44:01 19219260 31516424 748096 2.28 419932 11559492 1867548 5.50 2454032 10199472 4 [2023-03-02T21:46:05.436Z] 21:45:01 18665612 31478936 784372 2.39 426000 12041056 2161152 6.37 2496684 10681276 488972 [2023-03-02T21:46:05.436Z] 21:46:01 17168856 31466380 791460 2.41 484256 13320732 2077656 6.12 2630324 11891344 352 [2023-03-02T21:46:05.436Z] Average: 20120153 31500202 768187 2.34 379898 10741651 1950320 5.75 2299882 9516306 64370 [2023-03-02T21:46:05.436Z] [2023-03-02T21:46:05.436Z] 21:17:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-03-02T21:46:05.436Z] 21:18:02 ens3 1455.57 1413.52 11914.10 173.72 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:18:02 veth5fc5fe4 37.43 46.02 3.50 40.65 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:18:02 docker0 523.27 450.33 38.17 2776.86 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:18:02 lo 5.27 5.27 0.51 0.51 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:19:01 ens3 84.31 54.08 692.35 17.38 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:19:01 docker0 33.30 52.16 2.77 660.45 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:19:01 vethbfd2620 1.34 1.53 0.10 0.12 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:20:01 ens3 96.90 85.09 1688.18 111.74 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:20:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:21:01 ens3 883.99 535.24 6087.73 62.14 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:21:01 veth4521ae0 0.00 0.37 0.00 0.02 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:21:01 docker0 519.10 856.62 42.93 6060.25 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:22:01 ens3 105.70 58.01 853.48 14.56 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:22:01 veth4521ae0 0.00 0.40 0.00 0.02 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:22:01 vethaf1f527 0.18 0.20 0.02 0.18 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:22:01 docker0 12.88 25.50 0.87 268.03 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:22:01 veth74f4421 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:22:01 lo 1.53 1.53 0.15 0.15 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:22:01 veth8c37135 2.45 2.70 0.22 1.73 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:23:01 ens3 703.58 359.11 6178.07 45.48 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:23:01 veth4521ae0 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:23:01 docker0 270.20 511.50 22.16 3831.74 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:23:01 vethdf67333 0.00 0.25 0.00 0.02 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:23:01 veth5ed635c 0.00 0.27 0.00 0.02 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:23:01 lo 1.67 1.67 0.15 0.15 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:24:01 ens3 84.59 64.32 264.36 131.03 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:24:01 docker0 9.58 16.53 0.62 213.83 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:24:01 lo 5.60 5.60 0.55 0.55 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:25:01 ens3 508.93 509.28 268.67 2662.51 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:25:01 lo 51.12 51.12 5.04 5.04 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:26:01 ens3 148.56 152.67 62.99 725.51 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:26:01 lo 10.86 10.86 1.07 1.07 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:27:01 ens3 0.57 0.40 0.26 0.21 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:28:01 ens3 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:29:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:30:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:31:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:32:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:33:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:34:01 ens3 0.08 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:35:01 ens3 0.08 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:36:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:37:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.436Z] 21:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.437Z] 21:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.437Z] 21:38:01 ens3 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.437Z] 21:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.437Z] 21:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.437Z] 21:39:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.437Z] 21:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.437Z] 21:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.437Z] 21:40:01 ens3 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.437Z] 21:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.437Z] 21:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.437Z] 21:41:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.437Z] 21:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.437Z] 21:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.437Z] 21:42:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.437Z] 21:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.437Z] 21:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.437Z] 21:43:01 ens3 2.55 1.80 4.15 0.18 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.437Z] 21:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.437Z] 21:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.437Z] 21:44:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.437Z] 21:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.437Z] 21:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.437Z] 21:45:01 ens3 124.93 71.00 3967.54 9.30 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.437Z] 21:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.437Z] 21:45:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.437Z] 21:46:01 ens3 342.06 221.06 6374.86 61.00 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.437Z] 21:46:01 docker0 35.91 50.51 3.28 589.23 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.437Z] 21:46:01 lo 2.07 2.07 0.21 0.21 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.437Z] Average: ens3 156.71 121.64 1322.93 138.52 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.437Z] Average: docker0 48.43 67.70 3.82 496.45 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.437Z] Average: lo 2.84 2.84 0.28 0.28 0.00 0.00 0.00 0.00 [2023-03-02T21:46:05.437Z] [2023-03-02T21:46:05.437Z]