Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 08ca0edeffa98a49321873a39f0210382b374702 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-ssh3481373500881289731.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-ssh17343095685675028692.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-ssh3603813295396920041.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-ssh16120393412773651948.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-ssh2545068990880840015.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-8638 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/440 [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/440 # 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 08ca0edeffa98a49321873a39f0210382b374702 (main) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3 (#4417)" > 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 08ca0edeffa98a49321873a39f0210382b374702 # timeout=10 > git rev-list --no-walk bf371e8c577b45590121912e6f14e0928f0d9ba1 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-03-07T20:50:23.034Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-03-07T20:50:23.077Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-03-07T20:50:23.090Z] ========================================================= [2023-03-07T20:50:23.090Z] EdgeX Global Pipelines Version Info [2023-03-07T20:50:23.090Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-03-07T20:50:23.792Z] ------------------- [2023-03-07T20:50:23.792Z] stable info: [2023-03-07T20:50:23.792Z] ------------------- [2023-03-07T20:50:23.792Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-03-07T20:50:23.792Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-07T20:50:23.792Z] Message: update stable to v1.0.244 [2023-03-07T20:50:24.360Z] ------------------- [2023-03-07T20:50:24.361Z] experimental info: [2023-03-07T20:50:24.361Z] ------------------- [2023-03-07T20:50:24.361Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-03-07T20:50:24.361Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-07T20:50:24.361Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-03-07T20:50:24.517Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-03-07T20:50:24.528Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-03-07T20:50:24.540Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-03-07T20:50:24.551Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-03-07T20:50:24.563Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-03-07T20:50:24.574Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-03-07T20:50:24.585Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-03-07T20:50:24.596Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-03-07T20:50:24.610Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-03-07T20:50:24.621Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-03-07T20:50:24.634Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-03-07T20:50:24.648Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-03-07T20:50:24.664Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-03-07T20:50:24.680Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-03-07T20:50:24.693Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-03-07T20:50:24.709Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-03-07T20:50:24.720Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-03-07T20:50:24.734Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-03-07T20:50:24.745Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-03-07T20:50:24.756Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-03-07T20:50:24.769Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-03-07T20:50:24.783Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-03-07T20:50:24.800Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-03-07T20:50:24.817Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-03-07T20:50:24.833Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-03-07T20:50:24.849Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-03-07T20:50:24.862Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 08ca0edeffa98a49321873a39f0210382b374702 [Pipeline] echo [2023-03-07T20:50:24.872Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 08ca0ed [Pipeline] echo [2023-03-07T20:50:24.884Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-07T20:50:24.938Z] provisioning config files... [2023-03-07T20:50:24.949Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/440@tmp/config17433332596413997097tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-07T20:50:25.250Z] ---> docker-login.sh [2023-03-07T20:50:25.250Z] nexus3.edgexfoundry.org:10001 [2023-03-07T20:50:25.509Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-07T20:50:25.509Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-07T20:50:25.509Z] Configure a credential helper to remove this warning. See [2023-03-07T20:50:25.509Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-07T20:50:25.509Z] [2023-03-07T20:50:25.509Z] Login Succeeded [2023-03-07T20:50:25.509Z] nexus3.edgexfoundry.org:10002 [2023-03-07T20:50:25.509Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-07T20:50:25.509Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-07T20:50:25.509Z] Configure a credential helper to remove this warning. See [2023-03-07T20:50:25.509Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-07T20:50:25.509Z] [2023-03-07T20:50:25.509Z] Login Succeeded [2023-03-07T20:50:25.768Z] nexus3.edgexfoundry.org:10003 [2023-03-07T20:50:25.768Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-07T20:50:25.768Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-07T20:50:25.768Z] Configure a credential helper to remove this warning. See [2023-03-07T20:50:25.768Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-07T20:50:25.768Z] [2023-03-07T20:50:25.768Z] Login Succeeded [2023-03-07T20:50:25.768Z] nexus3.edgexfoundry.org:10004 [2023-03-07T20:50:25.768Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-07T20:50:25.768Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-07T20:50:25.768Z] Configure a credential helper to remove this warning. See [2023-03-07T20:50:25.768Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-07T20:50:25.768Z] [2023-03-07T20:50:25.768Z] Login Succeeded [2023-03-07T20:50:25.768Z] docker.io [2023-03-07T20:50:26.027Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-07T20:50:26.027Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-07T20:50:26.027Z] Configure a credential helper to remove this warning. See [2023-03-07T20:50:26.027Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-07T20:50:26.027Z] [2023-03-07T20:50:26.027Z] Login Succeeded [2023-03-07T20:50:26.027Z] ---> docker-login.sh ends [Pipeline] } [2023-03-07T20:50:26.035Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-07T20:50:26.331Z] + 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-07T20:50:26.332Z] + cut -d/ -f2 [2023-03-07T20:50:26.332Z] + dirname cmd/core-command/Dockerfile [2023-03-07T20:50:26.332Z] + echo core-command,cmd/core-command/Dockerfile [2023-03-07T20:50:26.332Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-03-07T20:50:26.332Z] + cut -d/ -f2 [2023-03-07T20:50:26.332Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-03-07T20:50:26.332Z] + dirname cmd/core-data/Dockerfile [2023-03-07T20:50:26.332Z] + cut -d/ -f2 [2023-03-07T20:50:26.332Z] + echo core-data,cmd/core-data/Dockerfile [2023-03-07T20:50:26.332Z] + dirname cmd/core-metadata/Dockerfile [2023-03-07T20:50:26.332Z] + cut -d/ -f2 [2023-03-07T20:50:26.332Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-03-07T20:50:26.332Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-03-07T20:50:26.332Z] + cut -d/ -f2 [2023-03-07T20:50:26.332Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-03-07T20:50:26.332Z] + dirname cmd/security-proxy-auth/Dockerfile [2023-03-07T20:50:26.332Z] + cut -d/ -f2 [2023-03-07T20:50:26.332Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2023-03-07T20:50:26.332Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-03-07T20:50:26.332Z] + cut -d/ -f2 [2023-03-07T20:50:26.332Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-03-07T20:50:26.332Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-03-07T20:50:26.332Z] + cut -d/ -f2 [2023-03-07T20:50:26.332Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-03-07T20:50:26.332Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-03-07T20:50:26.332Z] + cut -d/ -f2 [2023-03-07T20:50:26.332Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-03-07T20:50:26.332Z] + dirname cmd/security-spire-agent/Dockerfile [2023-03-07T20:50:26.332Z] + cut -d/ -f2 [2023-03-07T20:50:26.332Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-03-07T20:50:26.332Z] + dirname cmd/security-spire-config/Dockerfile [2023-03-07T20:50:26.332Z] + cut -d/ -f2 [2023-03-07T20:50:26.332Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-03-07T20:50:26.332Z] + dirname cmd/security-spire-server/Dockerfile [2023-03-07T20:50:26.332Z] + cut -d/ -f2 [2023-03-07T20:50:26.332Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-03-07T20:50:26.332Z] + dirname cmd/support-notifications/Dockerfile [2023-03-07T20:50:26.332Z] + cut -d/ -f2 [2023-03-07T20:50:26.332Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-03-07T20:50:26.332Z] + dirname cmd/support-scheduler/Dockerfile [2023-03-07T20:50:26.332Z] + cut -d/ -f2 [2023-03-07T20:50:26.332Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-03-07T20:50:26.383Z] 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-07T20:50:26.721Z] + git rev-list -1 --merges 08ca0edeffa98a49321873a39f0210382b374702~1..08ca0edeffa98a49321873a39f0210382b374702 [Pipeline] echo [2023-03-07T20:50:26.736Z] -----------> git rev-list -1 --merges 08ca0edeffa98a49321873a39f0210382b374702~1..08ca0edeffa98a49321873a39f0210382b374702 08ca0edeffa98a49321873a39f0210382b374702 [false] [Pipeline] sh [2023-03-07T20:50:27.021Z] + git log --format=format:%s -1 08ca0edeffa98a49321873a39f0210382b374702 [Pipeline] echo [2023-03-07T20:50:27.036Z] ========================================================= [2023-03-07T20:50:27.036Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-03-07T20:50:27.036Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-03-07T20:50:27.390Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-07T20:50:27.390Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-03-07T20:50:27.390Z] + [ -e /tmp/ssh_known_hosts ] [2023-03-07T20:50:27.390Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-03-07T20:50:27.390Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-03-07T20:50:27.390Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-03-07T20:50:27.390Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T20:50:27.727Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-07T20:50:27.727Z] [2023-03-07T20:50:27.727Z] 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-07T20:50:28.028Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-07T20:50:28.028Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-03-07T20:50:28.028Z] b85a868b505f: Pulling fs layer [2023-03-07T20:50:28.028Z] e2be974225ed: Pulling fs layer [2023-03-07T20:50:28.028Z] 339a4e72a1f5: Pulling fs layer [2023-03-07T20:50:28.028Z] 988bab9f4d93: Pulling fs layer [2023-03-07T20:50:28.028Z] 1469e6f7b9e6: Pulling fs layer [2023-03-07T20:50:28.028Z] eaf3925da568: Pulling fs layer [2023-03-07T20:50:28.028Z] bab4dde63d76: Pulling fs layer [2023-03-07T20:50:28.028Z] bde34c3a00c8: Pulling fs layer [2023-03-07T20:50:28.028Z] b352a97aabf1: Pulling fs layer [2023-03-07T20:50:28.028Z] 4872d77fe225: Pulling fs layer [2023-03-07T20:50:28.028Z] 5851b861e8e6: Pulling fs layer [2023-03-07T20:50:28.028Z] 988bab9f4d93: Waiting [2023-03-07T20:50:28.028Z] b352a97aabf1: Waiting [2023-03-07T20:50:28.028Z] bde34c3a00c8: Waiting [2023-03-07T20:50:28.028Z] 4872d77fe225: Waiting [2023-03-07T20:50:28.028Z] 1469e6f7b9e6: Waiting [2023-03-07T20:50:28.028Z] bab4dde63d76: Waiting [2023-03-07T20:50:28.028Z] e2be974225ed: Download complete [2023-03-07T20:50:28.028Z] 988bab9f4d93: Download complete [2023-03-07T20:50:28.290Z] 1469e6f7b9e6: Verifying Checksum [2023-03-07T20:50:28.290Z] 1469e6f7b9e6: Download complete [2023-03-07T20:50:28.290Z] eaf3925da568: Verifying Checksum [2023-03-07T20:50:28.290Z] eaf3925da568: Download complete [2023-03-07T20:50:28.290Z] 339a4e72a1f5: Verifying Checksum [2023-03-07T20:50:28.290Z] 339a4e72a1f5: Download complete [2023-03-07T20:50:28.290Z] bde34c3a00c8: Verifying Checksum [2023-03-07T20:50:28.290Z] bde34c3a00c8: Download complete [2023-03-07T20:50:28.290Z] b352a97aabf1: Verifying Checksum [2023-03-07T20:50:28.290Z] b352a97aabf1: Download complete [2023-03-07T20:50:28.290Z] 4872d77fe225: Verifying Checksum [2023-03-07T20:50:28.290Z] 4872d77fe225: Download complete [2023-03-07T20:50:28.290Z] 5851b861e8e6: Verifying Checksum [2023-03-07T20:50:28.290Z] 5851b861e8e6: Download complete [2023-03-07T20:50:28.290Z] b85a868b505f: Verifying Checksum [2023-03-07T20:50:28.290Z] b85a868b505f: Download complete [2023-03-07T20:50:28.857Z] bab4dde63d76: Verifying Checksum [2023-03-07T20:50:28.857Z] bab4dde63d76: Download complete [2023-03-07T20:50:29.809Z] b85a868b505f: Pull complete [2023-03-07T20:50:30.069Z] e2be974225ed: Pull complete [2023-03-07T20:50:30.640Z] 339a4e72a1f5: Pull complete [2023-03-07T20:50:30.640Z] 988bab9f4d93: Pull complete [2023-03-07T20:50:30.899Z] 1469e6f7b9e6: Pull complete [2023-03-07T20:50:30.899Z] eaf3925da568: Pull complete [2023-03-07T20:50:33.443Z] bab4dde63d76: Pull complete [2023-03-07T20:50:33.443Z] bde34c3a00c8: Pull complete [2023-03-07T20:50:33.443Z] b352a97aabf1: Pull complete [2023-03-07T20:50:33.443Z] 4872d77fe225: Pull complete [2023-03-07T20:50:33.443Z] 5851b861e8e6: Pull complete [2023-03-07T20:50:33.443Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-03-07T20:50:33.443Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-07T20:50:33.443Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-07T20:50:33.525Z] prd-ubuntu20.04-docker-8c-8g-8638 does not seem to be running inside a container [2023-03-07T20:50:33.553Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/440 -v /w/workspace/edgex-go/440:/w/workspace/edgex-go/440:rw,z -v /w/workspace/edgex-go/440@tmp:/w/workspace/edgex-go/440@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-07T20:50:37.131Z] $ docker top 579c387e8ba0eb526fff5e89789e6d22c98386004b8ba8d1b325381f504e50a6 -eo pid,comm [2023-03-07T20:50:37.189Z] 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-07T20:50:37.189Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-07T20:50:37.228Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-07T20:50:37.228Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-07T20:50:37.354Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-07T20:50:37.357Z] $ docker exec 579c387e8ba0eb526fff5e89789e6d22c98386004b8ba8d1b325381f504e50a6 ssh-agent [2023-03-07T20:50:37.470Z] SSH_AUTH_SOCK=/tmp/ssh-XMNbeyuxONQG/agent.31 [2023-03-07T20:50:37.470Z] SSH_AGENT_PID=37 [2023-03-07T20:50:37.477Z] Running ssh-add (command line suppressed) [2023-03-07T20:50:37.583Z] Identity added: /w/workspace/edgex-go/440@tmp/private_key_11167236907178568773.key (/w/workspace/edgex-go/440@tmp/private_key_11167236907178568773.key) [2023-03-07T20:50:37.599Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-07T20:50:37.886Z] + git tag --points-at HEAD [Pipeline] } [2023-03-07T20:50:37.899Z] $ docker exec --env ******** --env ******** 579c387e8ba0eb526fff5e89789e6d22c98386004b8ba8d1b325381f504e50a6 ssh-agent -k [2023-03-07T20:50:38.000Z] unset SSH_AUTH_SOCK; [2023-03-07T20:50:38.001Z] unset SSH_AGENT_PID; [2023-03-07T20:50:38.001Z] echo Agent pid 37 killed; [2023-03-07T20:50:38.010Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-03-07T20:50:38.036Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-07T20:50:38.036Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-07T20:50:38.141Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-07T20:50:38.143Z] $ docker exec 579c387e8ba0eb526fff5e89789e6d22c98386004b8ba8d1b325381f504e50a6 ssh-agent [2023-03-07T20:50:38.246Z] SSH_AUTH_SOCK=/tmp/ssh-PdTwBbvkjEKC/agent.69 [2023-03-07T20:50:38.246Z] SSH_AGENT_PID=75 [2023-03-07T20:50:38.250Z] Running ssh-add (command line suppressed) [2023-03-07T20:50:38.351Z] Identity added: /w/workspace/edgex-go/440@tmp/private_key_18206770926701555852.key (/w/workspace/edgex-go/440@tmp/private_key_18206770926701555852.key) [2023-03-07T20:50:38.365Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-07T20:50:38.655Z] + git semver init [2023-03-07T20:50:38.914Z] 2023-03-07 20:50:38,862 [run_init] DEBUG init version:0.0.0 force:False [2023-03-07T20:50:38.915Z] 2023-03-07 20:50:38,863 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/440/.semver [2023-03-07T20:50:38.915Z] 2023-03-07 20:50:38,863 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/440/.semver [2023-03-07T20:50:38.915Z] 2023-03-07 20:50:38,863 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/440/.semver'], cwd=/w/workspace/edgex-go/440, universal_newlines=False, shell=None, istream=None) [2023-03-07T20:50:45.510Z] 2023-03-07 20:50:44,829 [append_file] DEBUG append to file:/w/workspace/edgex-go/440/.git/info/exclude [2023-03-07T20:50:45.510Z] 2023-03-07 20:50:44,829 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/440/.semver/main with force:False [2023-03-07T20:50:45.510Z] 2023-03-07 20:50:44,829 [read_version] DEBUG read version from /w/workspace/edgex-go/440/.semver/main [2023-03-07T20:50:45.510Z] 2023-03-07 20:50:44,829 [read_version] DEBUG read version from /w/workspace/edgex-go/440/.semver/main [2023-03-07T20:50:45.510Z] 3.0.0-dev.79 [Pipeline] } [2023-03-07T20:50:45.521Z] $ docker exec --env ******** --env ******** 579c387e8ba0eb526fff5e89789e6d22c98386004b8ba8d1b325381f504e50a6 ssh-agent -k [2023-03-07T20:50:45.619Z] unset SSH_AUTH_SOCK; [2023-03-07T20:50:45.619Z] unset SSH_AGENT_PID; [2023-03-07T20:50:45.619Z] echo Agent pid 75 killed; [2023-03-07T20:50:45.626Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-07T20:50:45.922Z] + git semver [Pipeline] } [2023-03-07T20:50:46.502Z] $ docker stop --time=1 579c387e8ba0eb526fff5e89789e6d22c98386004b8ba8d1b325381f504e50a6 [2023-03-07T20:50:47.808Z] $ docker rm -f --volumes 579c387e8ba0eb526fff5e89789e6d22c98386004b8ba8d1b325381f504e50a6 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-07T20:50:48.149Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-03-07T20:50:48.350Z] Stashed 1 file(s) [Pipeline] echo [2023-03-07T20:50:48.353Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.79 [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-07T20:50:48.743Z] + git config --global --add safe.directory /w/workspace/edgex-go/440 [Pipeline] echo [2023-03-07T20:50:48.753Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-07T20:50:48.823Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-07T20:50:48.830Z] ========================================================= [2023-03-07T20:50:48.830Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-03-07T20:50:48.830Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-03-07T20:50:49.132Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-07T20:50:49.132Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-03-07T20:50:49.132Z] 213ec9aee27d: Pulling fs layer [2023-03-07T20:50:49.132Z] 4583459ba037: Pulling fs layer [2023-03-07T20:50:49.132Z] 93c1e223e6f2: Pulling fs layer [2023-03-07T20:50:49.132Z] 53926ce57604: Pulling fs layer [2023-03-07T20:50:49.132Z] 21b2b0c7a3f4: Pulling fs layer [2023-03-07T20:50:49.132Z] 22ff95d597cd: Pulling fs layer [2023-03-07T20:50:49.132Z] 12d6caf4c0d1: Pulling fs layer [2023-03-07T20:50:49.132Z] 96b7cbca73a9: Pulling fs layer [2023-03-07T20:50:49.132Z] a7acece74701: Pulling fs layer [2023-03-07T20:50:49.132Z] 53926ce57604: Waiting [2023-03-07T20:50:49.133Z] 21b2b0c7a3f4: Waiting [2023-03-07T20:50:49.133Z] 96b7cbca73a9: Waiting [2023-03-07T20:50:49.133Z] 12d6caf4c0d1: Waiting [2023-03-07T20:50:49.133Z] a7acece74701: Waiting [2023-03-07T20:50:49.133Z] 22ff95d597cd: Waiting [2023-03-07T20:50:49.133Z] 93c1e223e6f2: Verifying Checksum [2023-03-07T20:50:49.133Z] 93c1e223e6f2: Download complete [2023-03-07T20:50:49.133Z] 4583459ba037: Verifying Checksum [2023-03-07T20:50:49.133Z] 4583459ba037: Download complete [2023-03-07T20:50:49.133Z] 21b2b0c7a3f4: Download complete [2023-03-07T20:50:49.133Z] 22ff95d597cd: Verifying Checksum [2023-03-07T20:50:49.133Z] 22ff95d597cd: Download complete [2023-03-07T20:50:49.133Z] 213ec9aee27d: Verifying Checksum [2023-03-07T20:50:49.133Z] 213ec9aee27d: Download complete [2023-03-07T20:50:49.133Z] 12d6caf4c0d1: Download complete [2023-03-07T20:50:49.399Z] 213ec9aee27d: Pull complete [2023-03-07T20:50:49.399Z] 4583459ba037: Pull complete [2023-03-07T20:50:49.665Z] 93c1e223e6f2: Pull complete [2023-03-07T20:50:49.926Z] a7acece74701: Verifying Checksum [2023-03-07T20:50:49.926Z] a7acece74701: Download complete [2023-03-07T20:50:49.926Z] 96b7cbca73a9: Verifying Checksum [2023-03-07T20:50:49.926Z] 96b7cbca73a9: Download complete [2023-03-07T20:50:50.185Z] 53926ce57604: Verifying Checksum [2023-03-07T20:50:50.185Z] 53926ce57604: Download complete [2023-03-07T20:50:54.373Z] 53926ce57604: Pull complete [2023-03-07T20:50:54.373Z] 21b2b0c7a3f4: Pull complete [2023-03-07T20:50:54.373Z] 22ff95d597cd: Pull complete [2023-03-07T20:50:54.373Z] 12d6caf4c0d1: Pull complete [2023-03-07T20:50:56.914Z] 96b7cbca73a9: Pull complete [2023-03-07T20:50:57.483Z] a7acece74701: Pull complete [2023-03-07T20:50:57.483Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-03-07T20:50:57.483Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-07T20:50:57.483Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-03-07T20:50:57.780Z] + + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-07T20:50:57.780Z] WORKDIR /edgex [2023-03-07T20:50:57.780Z] COPY go.mod . [2023-03-07T20:50:57.780Z] RUN go mod download [2023-03-07T20:50:57.780Z] docker build -t ci-base-image-x86_64 -f - . [2023-03-07T20:50:58.715Z] Sending build context to Docker daemon 170.3MB [2023-03-07T20:50:58.715Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-07T20:50:58.715Z] ---> db6d94c90886 [2023-03-07T20:50:58.715Z] Step 2/4 : WORKDIR /edgex [2023-03-07T20:51:03.434Z] Still waiting to schedule task [2023-03-07T20:51:03.435Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-03-07T20:51:06.849Z] ---> Running in f441b5ebf01e [2023-03-07T20:51:06.849Z] Removing intermediate container f441b5ebf01e [2023-03-07T20:51:06.849Z] ---> caa4c482d422 [2023-03-07T20:51:06.849Z] Step 3/4 : COPY go.mod . [2023-03-07T20:51:06.849Z] ---> 7ee300d266b2 [2023-03-07T20:51:06.849Z] Step 4/4 : RUN go mod download [2023-03-07T20:51:06.849Z] ---> Running in f4db0ecc90dd [2023-03-07T20:51:21.732Z] Removing intermediate container f4db0ecc90dd [2023-03-07T20:51:21.732Z] ---> d0626edf308c [2023-03-07T20:51:21.732Z] Successfully built d0626edf308c [2023-03-07T20:51:21.732Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T20:51:22.026Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-07T20:51:22.026Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-07T20:51:22.089Z] prd-ubuntu20.04-docker-8c-8g-8638 does not seem to be running inside a container [2023-03-07T20:51:22.130Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/440 -v /w/workspace/edgex-go/440:/w/workspace/edgex-go/440:rw,z -v /w/workspace/edgex-go/440@tmp:/w/workspace/edgex-go/440@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-07T20:51:22.528Z] $ docker top f34efc11f480c6447be25a45a9887961af97a14f5d4dc18d00acc0589ddf8361 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-07T20:51:22.855Z] + go version [2023-03-07T20:51:22.855Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-03-07T20:51:22.870Z] $ docker stop --time=1 f34efc11f480c6447be25a45a9887961af97a14f5d4dc18d00acc0589ddf8361 [2023-03-07T20:51:24.134Z] $ docker rm -f --volumes f34efc11f480c6447be25a45a9887961af97a14f5d4dc18d00acc0589ddf8361 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T20:51:24.506Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-07T20:51:24.507Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-07T20:51:24.573Z] prd-ubuntu20.04-docker-8c-8g-8638 does not seem to be running inside a container [2023-03-07T20:51:24.606Z] $ 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/440 -v /w/workspace/edgex-go/440:/w/workspace/edgex-go/440:rw,z -v /w/workspace/edgex-go/440@tmp:/w/workspace/edgex-go/440@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-07T20:51:24.954Z] $ docker top 8f991460a915b5185eadb42e8493688ed31ace7b0a863079d26b33e472b4ad31 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-03-07T20:51:25.014Z] ========================================================= [2023-03-07T20:51:25.014Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-03-07T20:51:25.014Z] ========================================================= [Pipeline] sh [2023-03-07T20:51:25.289Z] + git config --global --add safe.directory /w/workspace/edgex-go/440 [Pipeline] fileExists [Pipeline] sh [2023-03-07T20:51:25.582Z] + make test [2023-03-07T20:51:25.582Z] go test -race -coverprofile=coverage.out ./... [2023-03-07T20:51:33.694Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-03-07T20:51:48.567Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-03-07T20:51:48.567Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-03-07T20:51:48.567Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-03-07T20:51:48.567Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-03-07T20:51:48.567Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-03-07T20:51:48.567Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-03-07T20:51:48.567Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-03-07T20:51:48.567Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-03-07T20:51:48.567Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-03-07T20:51:48.567Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-03-07T20:51:48.567Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-03-07T20:51:48.567Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-03-07T20:51:48.567Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-03-07T20:51:48.567Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-03-07T20:51:48.567Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.088s coverage: 28.7% of statements [2023-03-07T20:51:48.567Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-03-07T20:51:48.567Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-03-07T20:51:49.131Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.109s coverage: 98.5% of statements [2023-03-07T20:51:52.420Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.150s coverage: 71.2% of statements [2023-03-07T20:51:52.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-03-07T20:51:52.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-03-07T20:51:52.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-03-07T20:51:52.420Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.100s coverage: 54.0% of statements [2023-03-07T20:51:52.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-03-07T20:51:52.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-03-07T20:51:53.794Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 4.411s coverage: 88.5% of statements [2023-03-07T20:51:53.794Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-03-07T20:51:53.794Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-03-07T20:51:53.794Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-03-07T20:51:53.794Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-03-07T20:51:53.794Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-03-07T20:51:53.794Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.127s coverage: 3.9% of statements [2023-03-07T20:51:53.794Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-03-07T20:51:53.794Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-03-07T20:51:53.794Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.544s coverage: 95.6% of statements [2023-03-07T20:51:53.794Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-03-07T20:51:53.794Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-03-07T20:51:53.794Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-03-07T20:51:53.794Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.082s coverage: 72.2% of statements [2023-03-07T20:51:53.794Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-03-07T20:51:53.794Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-03-07T20:51:53.794Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-03-07T20:51:53.794Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-03-07T20:51:53.794Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-03-07T20:51:53.794Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.125s coverage: 65.9% of statements [2023-03-07T20:51:53.794Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-03-07T20:51:53.794Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-03-07T20:51:53.794Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-03-07T20:51:53.794Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.101s coverage: 0.9% of statements [2023-03-07T20:51:53.794Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-03-07T20:51:53.794Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.096s coverage: 29.6% of statements [2023-03-07T20:51:53.794Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-03-07T20:51:53.794Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.054s coverage: 45.5% of statements [2023-03-07T20:51:53.794Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.089s coverage: 82.9% of statements [2023-03-07T20:51:53.794Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.061s coverage: 94.1% of statements [2023-03-07T20:51:53.794Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.099s coverage: 96.3% of statements [2023-03-07T20:51:53.794Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.074s coverage: 87.5% of statements [2023-03-07T20:52:00.355Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.062s coverage: 94.4% of statements [2023-03-07T20:52:15.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.426s coverage: 79.9% of statements [2023-03-07T20:52:15.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-03-07T20:52:15.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.129s coverage: 92.9% of statements [2023-03-07T20:52:15.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-03-07T20:52:15.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-03-07T20:52:15.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-03-07T20:52:15.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.035s coverage: 64.4% of statements [2023-03-07T20:52:15.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-03-07T20:52:15.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-03-07T20:52:15.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-03-07T20:52:15.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-03-07T20:52:15.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.071s coverage: 86.9% of statements [2023-03-07T20:52:15.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-03-07T20:52:15.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-03-07T20:52:15.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-03-07T20:52:15.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-03-07T20:52:15.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.080s coverage: 87.2% of statements [2023-03-07T20:52:15.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.063s coverage: 20.0% of statements [2023-03-07T20:52:15.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-03-07T20:52:15.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-03-07T20:52:15.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.052s coverage: 100.0% of statements [2023-03-07T20:52:15.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-03-07T20:52:15.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.092s coverage: 81.2% of statements [2023-03-07T20:52:15.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.086s coverage: 82.1% of statements [2023-03-07T20:52:15.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-03-07T20:52:15.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.062s coverage: 84.8% of statements [2023-03-07T20:52:15.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-03-07T20:52:15.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.247s coverage: 63.1% of statements [2023-03-07T20:52:15.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-03-07T20:52:15.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-03-07T20:52:15.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements [2023-03-07T20:52:15.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.035s coverage: 89.4% of statements [2023-03-07T20:52:15.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.036s coverage: 100.0% of statements [2023-03-07T20:52:15.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.039s coverage: 73.7% of statements [2023-03-07T20:52:15.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2023-03-07T20:52:15.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-03-07T20:52:15.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-03-07T20:52:15.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-03-07T20:52:15.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.196s coverage: 38.4% of statements [2023-03-07T20:52:15.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-03-07T20:52:15.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-03-07T20:52:15.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.085s coverage: 89.5% of statements [2023-03-07T20:52:15.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-03-07T20:52:15.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.071s coverage: 84.8% of statements [2023-03-07T20:52:15.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-03-07T20:52:15.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-03-07T20:52:15.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-03-07T20:52:15.251Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-03-07T20:52:15.251Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.084s coverage: 17.7% of statements [2023-03-07T20:52:15.251Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-03-07T20:52:15.251Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-03-07T20:52:15.251Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-03-07T20:52:15.251Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-03-07T20:52:15.251Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.180s coverage: 92.3% of statements [2023-03-07T20:52:15.251Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-03-07T20:52:15.251Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-03-07T20:52:15.251Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-03-07T20:52:15.251Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-03-07T20:52:15.251Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.079s coverage: 63.2% of statements [2023-03-07T20:52:15.251Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-03-07T20:52:15.251Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-03-07T20:52:15.251Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.097s coverage: 97.7% of statements [2023-03-07T20:52:15.251Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-03-07T20:52:15.251Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-03-07T20:52:16.201Z] 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-07T20:52:38.121Z] 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-07T20:52:38.122Z] go vet ./... [2023-03-07T20:52:41.406Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-07T20:52:41.406Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-07T20:52:41.406Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-07T20:52:41.711Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-03-07T20:52:42.007Z] + ls -al . [2023-03-07T20:52:42.007Z] total 704 [2023-03-07T20:52:42.007Z] drwxrwxr-x 11 1001 1001 4096 Mar 7 20:51 . [2023-03-07T20:52:42.007Z] drwxr-xr-x 4 root root 4096 Mar 7 20:51 .. [2023-03-07T20:52:42.007Z] drwxrwxr-x 2 1001 1001 4096 Mar 7 20:50 .blubracket [2023-03-07T20:52:42.007Z] -rw-rw-r-- 1 1001 1001 16 Mar 7 20:50 .dockerignore [2023-03-07T20:52:42.007Z] drwxrwxr-x 8 1001 1001 4096 Mar 7 20:52 .git [2023-03-07T20:52:42.007Z] drwxrwxr-x 3 1001 1001 4096 Mar 7 20:50 .github [2023-03-07T20:52:42.007Z] -rw-rw-r-- 1 1001 1001 1112 Mar 7 20:50 .gitignore [2023-03-07T20:52:42.007Z] -rw-rw-r-- 1 1001 1001 42 Mar 7 20:50 .golangci.yml [2023-03-07T20:52:42.007Z] -rw-rw-r-- 1 1001 1001 87 Mar 7 20:50 .hadolint.yml [2023-03-07T20:52:42.007Z] drwxr-xr-x 3 1001 1001 4096 Mar 7 20:50 .semver [2023-03-07T20:52:42.007Z] -rw-rw-r-- 1 1001 1001 166 Mar 7 20:50 .sonarcloud.properties [2023-03-07T20:52:42.007Z] -rw-rw-r-- 1 1001 1001 1171 Mar 7 20:50 ADOPTERS.md [2023-03-07T20:52:42.007Z] -rw-rw-r-- 1 1001 1001 10825 Mar 7 20:50 Attribution.txt [2023-03-07T20:52:42.007Z] -rw-rw-r-- 1 1001 1001 73765 Mar 7 20:50 CHANGELOG.md [2023-03-07T20:52:42.007Z] -rw-rw-r-- 1 1001 1001 3804 Mar 7 20:50 CONTRIBUTING.md [2023-03-07T20:52:42.007Z] -rw-rw-r-- 1 1001 1001 677 Mar 7 20:50 GOVERNANCE.md [2023-03-07T20:52:42.008Z] -rw-rw-r-- 1 1001 1001 883 Mar 7 20:50 Jenkinsfile [2023-03-07T20:52:42.008Z] -rw-rw-r-- 1 1001 1001 10775 Mar 7 20:50 LICENSE [2023-03-07T20:52:42.008Z] -rw-rw-r-- 1 1001 1001 14071 Mar 7 20:50 Makefile [2023-03-07T20:52:42.008Z] -rw-rw-r-- 1 1001 1001 582 Mar 7 20:50 OWNERS.md [2023-03-07T20:52:42.008Z] -rw-rw-r-- 1 1001 1001 9403 Mar 7 20:50 README.md [2023-03-07T20:52:42.008Z] -rw-rw-r-- 1 1001 1001 6912 Mar 7 20:50 SECURITY.md [2023-03-07T20:52:42.008Z] -rw-rw-r-- 1 1001 1001 12 Mar 7 20:50 VERSION [2023-03-07T20:52:42.008Z] drwxrwxr-x 2 1001 1001 4096 Mar 7 20:50 bin [2023-03-07T20:52:42.008Z] drwxrwxr-x 18 1001 1001 4096 Mar 7 20:50 cmd [2023-03-07T20:52:42.008Z] -rw-r--r-- 1 root root 446903 Mar 7 20:52 coverage.out [2023-03-07T20:52:42.008Z] -rw-rw-r-- 1 1001 1001 3232 Mar 7 20:50 go.mod [2023-03-07T20:52:42.008Z] -rw-rw-r-- 1 1001 1001 31098 Mar 7 20:50 go.sum [2023-03-07T20:52:42.008Z] drwxrwxr-x 7 1001 1001 4096 Mar 7 20:50 internal [2023-03-07T20:52:42.008Z] drwxrwxr-x 3 1001 1001 4096 Mar 7 20:50 openapi [2023-03-07T20:52:42.008Z] drwxrwxr-x 4 1001 1001 4096 Mar 7 20:50 snap [2023-03-07T20:52:42.008Z] -rw-rw-r-- 1 1001 1001 204 Mar 7 20:50 version.go [Pipeline] sh [2023-03-07T20:52:42.293Z] + '[' -e coverage.out ] [2023-03-07T20:52:42.293Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-03-07T20:52:42.449Z] Stashed 1 file(s) [Pipeline] sh [2023-03-07T20:52:42.772Z] + make build [2023-03-07T20:52:42.772Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-03-07T20:52:45.149Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-8641 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2023-03-07T20:52:45.164Z] Running in /w/workspace/edgex-go/440 [Pipeline] { [Pipeline] checkout [2023-03-07T20:52:45.205Z] The recommended git tool is: git [2023-03-07T20:52:50.654Z] using credential edgex-jenkins-ssh [2023-03-07T20:52:50.671Z] Cloning the remote Git repository [2023-03-07T20:52:50.727Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-03-07T20:52:50.812Z] > git init /w/workspace/edgex-go/440 # timeout=10 [2023-03-07T20:52:50.995Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-03-07T20:52:50.996Z] > git --version # timeout=10 [2023-03-07T20:52:51.019Z] > git --version # 'git version 2.25.1' [2023-03-07T20:52:51.022Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-07T20:52:51.099Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-07T20:52:57.795Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-03-07T20:52:57.795Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-03-07T20:52:58.729Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-03-07T20:52:59.664Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-03-07T20:53:07.794Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-03-07T20:53:08.726Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-03-07T20:53:08.788Z] Avoid second fetch [2023-03-07T20:53:08.789Z] Checking out Revision 08ca0edeffa98a49321873a39f0210382b374702 (main) [2023-03-07T20:53:07.626Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-03-07T20:53:07.660Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-07T20:53:08.813Z] > git config core.sparsecheckout # timeout=10 [2023-03-07T20:53:08.839Z] > git checkout -f 08ca0edeffa98a49321873a39f0210382b374702 # timeout=10 [2023-03-07T20:53:09.654Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3 (#4417)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-07T20:53:10.099Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-03-07T20:53:10.596Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-03-07T20:53:10.596Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-07T20:53:10.596Z] Dload Upload Total Spent Left Speed [2023-03-07T20:53:10.596Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 92398 0 --:--:-- --:--:-- --:--:-- 92398 [Pipeline] sh [2023-03-07T20:53:11.277Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-03-07T20:53:11.471Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-03-07T20:53:11.620Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-03-07T20:53:11.620Z] + sudo tee /etc/docker/daemon.new [2023-03-07T20:53:11.620Z] { [2023-03-07T20:53:11.620Z] "registry-mirrors": [ [2023-03-07T20:53:11.620Z] "https://nexus3.edgexfoundry.org:10001" [2023-03-07T20:53:11.620Z] ], [2023-03-07T20:53:11.620Z] "bip": "10.250.0.254/24", [2023-03-07T20:53:11.620Z] "hosts": [ [2023-03-07T20:53:11.620Z] "tcp://0.0.0.0:5555", [2023-03-07T20:53:11.620Z] "unix:///var/run/docker.sock" [2023-03-07T20:53:11.620Z] ], [2023-03-07T20:53:11.620Z] "mtu": 1458, [2023-03-07T20:53:11.620Z] "selinux-enabled": true, [2023-03-07T20:53:11.620Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-03-07T20:53:11.620Z] } [Pipeline] sh [2023-03-07T20:53:11.982Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-03-07T20:53:12.370Z] + sudo service docker restart [2023-03-07T20:53:12.403Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-03-07T20:53:13.335Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-03-07T20:53:14.266Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-03-07T20:53:15.655Z] $ docker stop --time=1 8f991460a915b5185eadb42e8493688ed31ace7b0a863079d26b33e472b4ad31 [2023-03-07T20:53:22.064Z] $ docker rm -f --volumes 8f991460a915b5185eadb42e8493688ed31ace7b0a863079d26b33e472b4ad31 [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-07T20:53:23.004Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-07T20:53:23.004Z] [2023-03-07T20:53:23.004Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T20:53:23.297Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-07T20:53:23.297Z] latest: Pulling from edgex-devops/edgex-compose [2023-03-07T20:53:23.297Z] cbdbe7a5bc2a: Pulling fs layer [2023-03-07T20:53:23.297Z] ca9280d653b3: Pulling fs layer [2023-03-07T20:53:23.297Z] 7e9c9ca2126c: Pulling fs layer [2023-03-07T20:53:23.297Z] cbdbe7a5bc2a: Verifying Checksum [2023-03-07T20:53:23.297Z] cbdbe7a5bc2a: Download complete [2023-03-07T20:53:23.555Z] ca9280d653b3: Verifying Checksum [2023-03-07T20:53:23.555Z] ca9280d653b3: Download complete [2023-03-07T20:53:23.556Z] cbdbe7a5bc2a: Pull complete [2023-03-07T20:53:24.120Z] 7e9c9ca2126c: Download complete [2023-03-07T20:53:24.120Z] ca9280d653b3: Pull complete [2023-03-07T20:53:27.410Z] 7e9c9ca2126c: Pull complete [2023-03-07T20:53:27.410Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-03-07T20:53:27.410Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-07T20:53:27.410Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-07T20:53:27.488Z] prd-ubuntu20.04-docker-8c-8g-8638 does not seem to be running inside a container [2023-03-07T20:53:27.526Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/440 -v /w/workspace/edgex-go/440:/w/workspace/edgex-go/440:rw,z -v /w/workspace/edgex-go/440@tmp:/w/workspace/edgex-go/440@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-07T20:53:31.118Z] $ docker top 928f5f3a13b3e2ed3957d022bc0f2c1c3197c35e413150725a26514a7fb86285 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] configFileProvider [2023-03-07T20:53:31.217Z] provisioning config files... [2023-03-07T20:53:31.250Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/440@tmp/config14656806829753198483tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-07T20:53:31.462Z] + docker-compose build --help [2023-03-07T20:53:31.462Z] + grep parallel [2023-03-07T20:53:31.618Z] ---> docker-login.sh [2023-03-07T20:53:31.618Z] nexus3.edgexfoundry.org:10001 [2023-03-07T20:53:32.029Z] --parallel Build images in parallel. [Pipeline] } [2023-03-07T20:53:32.047Z] $ docker stop --time=1 928f5f3a13b3e2ed3957d022bc0f2c1c3197c35e413150725a26514a7fb86285 [2023-03-07T20:53:32.214Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-07T20:53:32.214Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-07T20:53:32.214Z] Configure a credential helper to remove this warning. See [2023-03-07T20:53:32.214Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-07T20:53:32.214Z] [2023-03-07T20:53:32.214Z] Login Succeeded [2023-03-07T20:53:32.214Z] nexus3.edgexfoundry.org:10002 [2023-03-07T20:53:32.486Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-07T20:53:32.757Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-07T20:53:32.757Z] Configure a credential helper to remove this warning. See [2023-03-07T20:53:32.757Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-07T20:53:32.757Z] [2023-03-07T20:53:32.757Z] Login Succeeded [2023-03-07T20:53:32.757Z] nexus3.edgexfoundry.org:10003 [2023-03-07T20:53:33.027Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-07T20:53:33.027Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-07T20:53:33.027Z] Configure a credential helper to remove this warning. See [2023-03-07T20:53:33.027Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-07T20:53:33.027Z] [2023-03-07T20:53:33.027Z] Login Succeeded [2023-03-07T20:53:33.027Z] nexus3.edgexfoundry.org:10004 [2023-03-07T20:53:33.303Z] $ docker rm -f --volumes 928f5f3a13b3e2ed3957d022bc0f2c1c3197c35e413150725a26514a7fb86285 [2023-03-07T20:53:33.298Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T20:53:33.578Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-07T20:53:33.578Z] Configure a credential helper to remove this warning. See [2023-03-07T20:53:33.578Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-07T20:53:33.578Z] [2023-03-07T20:53:33.578Z] Login Succeeded [2023-03-07T20:53:33.578Z] docker.io [2023-03-07T20:53:33.710Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-07T20:53:33.710Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-07T20:53:33.780Z] prd-ubuntu20.04-docker-8c-8g-8638 does not seem to be running inside a container [2023-03-07T20:53:33.815Z] $ 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/440 -v /w/workspace/edgex-go/440:/w/workspace/edgex-go/440:rw,z -v /w/workspace/edgex-go/440@tmp:/w/workspace/edgex-go/440@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-07T20:53:33.846Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-07T20:53:34.113Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-07T20:53:34.113Z] Configure a credential helper to remove this warning. See [2023-03-07T20:53:34.113Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-07T20:53:34.113Z] [2023-03-07T20:53:34.113Z] Login Succeeded [2023-03-07T20:53:34.113Z] ---> docker-login.sh ends [2023-03-07T20:53:34.148Z] $ docker top 27697d5c08e2436c2590eb34a140c07a1e968d20b59c195b220849a3012fb049 -eo pid,comm [Pipeline] { [Pipeline] } [2023-03-07T20:53:34.199Z] Deleting 1 temporary files [Pipeline] sh [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2023-03-07T20:53:34.481Z] + docker-compose -f ./docker-compose-build.yml build --parallel [Pipeline] sh [2023-03-07T20:53:34.829Z] + git config --global --add safe.directory /w/workspace/edgex-go/440 [Pipeline] echo [2023-03-07T20:53:34.846Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-07T20:53:34.860Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-07T20:53:34.871Z] ========================================================= [2023-03-07T20:53:34.871Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-03-07T20:53:34.871Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-03-07T20:53:35.047Z] Building core-command ... [2023-03-07T20:53:35.047Z] Building core-common-config-bootstrapper ... [2023-03-07T20:53:35.047Z] Building core-data ... [2023-03-07T20:53:35.047Z] Building core-metadata ... [2023-03-07T20:53:35.047Z] Building security-bootstrapper ... [2023-03-07T20:53:35.047Z] Building security-proxy-auth ... [2023-03-07T20:53:35.047Z] Building security-proxy-setup ... [2023-03-07T20:53:35.047Z] Building security-secretstore-setup ... [2023-03-07T20:53:35.047Z] Building security-spiffe-token-provider ... [2023-03-07T20:53:35.048Z] Building security-spire-agent ... [2023-03-07T20:53:35.048Z] Building security-spire-config ... [2023-03-07T20:53:35.048Z] Building security-spire-server ... [2023-03-07T20:53:35.048Z] Building support-notifications ... [2023-03-07T20:53:35.048Z] Building support-scheduler ... [2023-03-07T20:53:35.048Z] Building security-proxy-setup [2023-03-07T20:53:35.048Z] Building core-metadata [2023-03-07T20:53:35.048Z] Building security-spire-server [2023-03-07T20:53:35.048Z] Building security-bootstrapper [2023-03-07T20:53:35.048Z] Building security-spire-agent [2023-03-07T20:53:35.192Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-07T20:53:35.192Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-03-07T20:53:35.192Z] 9b18e9b68314: Pulling fs layer [2023-03-07T20:53:35.192Z] 35d82f9e3411: Pulling fs layer [2023-03-07T20:53:35.192Z] e16973657156: Pulling fs layer [2023-03-07T20:53:35.192Z] fc693d55d65f: Pulling fs layer [2023-03-07T20:53:35.192Z] 7e9fc2657dce: Pulling fs layer [2023-03-07T20:53:35.192Z] dda99020689f: Pulling fs layer [2023-03-07T20:53:35.192Z] db1c61fa0a46: Pulling fs layer [2023-03-07T20:53:35.192Z] 891c053d2c06: Pulling fs layer [2023-03-07T20:53:35.192Z] fc693d55d65f: Waiting [2023-03-07T20:53:35.192Z] 7e9fc2657dce: Waiting [2023-03-07T20:53:35.192Z] dda99020689f: Waiting [2023-03-07T20:53:35.192Z] db1c61fa0a46: Waiting [2023-03-07T20:53:35.192Z] 891c053d2c06: Waiting [2023-03-07T20:53:35.464Z] e16973657156: Verifying Checksum [2023-03-07T20:53:35.464Z] 35d82f9e3411: Verifying Checksum [2023-03-07T20:53:35.464Z] 35d82f9e3411: Download complete [2023-03-07T20:53:35.464Z] 7e9fc2657dce: Verifying Checksum [2023-03-07T20:53:35.464Z] 7e9fc2657dce: Download complete [2023-03-07T20:53:35.464Z] dda99020689f: Verifying Checksum [2023-03-07T20:53:35.464Z] dda99020689f: Download complete [2023-03-07T20:53:35.464Z] 9b18e9b68314: Verifying Checksum [2023-03-07T20:53:35.464Z] 9b18e9b68314: Download complete [2023-03-07T20:53:36.445Z] 891c053d2c06: Verifying Checksum [2023-03-07T20:53:36.445Z] 891c053d2c06: Download complete [2023-03-07T20:53:37.434Z] db1c61fa0a46: Verifying Checksum [2023-03-07T20:53:37.434Z] db1c61fa0a46: Download complete [2023-03-07T20:53:38.032Z] 9b18e9b68314: Pull complete [2023-03-07T20:53:38.033Z] fc693d55d65f: Verifying Checksum [2023-03-07T20:53:38.033Z] fc693d55d65f: Download complete [2023-03-07T20:53:38.624Z] 35d82f9e3411: Pull complete [2023-03-07T20:53:38.624Z] e16973657156: Pull complete [2023-03-07T20:53:49.937Z] Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-07T20:53:49.937Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-03-07T20:53:49.937Z] ---> d0626edf308c [2023-03-07T20:53:49.937Z] Step 3/20 : WORKDIR /edgex-go [2023-03-07T20:53:49.937Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-07T20:53:49.937Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-07T20:53:49.937Z] ---> d0626edf308c [2023-03-07T20:53:49.937Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-03-07T20:53:49.937Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-07T20:53:49.937Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-07T20:53:49.937Z] ---> d0626edf308c [2023-03-07T20:53:49.937Z] Step 3/24 : WORKDIR /edgex-go [2023-03-07T20:53:49.937Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-07T20:53:49.937Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-07T20:53:49.937Z] ---> d0626edf308c [2023-03-07T20:53:49.937Z] Step 3/23 : WORKDIR /edgex-go [2023-03-07T20:53:49.937Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-07T20:53:49.937Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-03-07T20:53:49.937Z] ---> d0626edf308c [2023-03-07T20:53:49.937Z] Step 3/32 : WORKDIR /edgex-go [2023-03-07T20:53:53.681Z] fc693d55d65f: Pull complete [2023-03-07T20:53:53.682Z] 7e9fc2657dce: Pull complete [2023-03-07T20:53:53.682Z] dda99020689f: Pull complete [2023-03-07T20:53:59.093Z] db1c61fa0a46: Pull complete [2023-03-07T20:54:01.048Z] 891c053d2c06: Pull complete [2023-03-07T20:54:01.048Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-03-07T20:54:01.048Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-07T20:54:01.048Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-03-07T20:54:01.382Z] + + echodocker FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-07T20:54:01.382Z] WORKDIR /edgex [2023-03-07T20:54:01.382Z] COPY go.mod . [2023-03-07T20:54:01.382Z] RUN go mod download build [2023-03-07T20:54:01.382Z] -t ci-base-image-arm64 -f - . [2023-03-07T20:54:01.978Z] Sending build context to Docker daemon 2.946MB [2023-03-07T20:54:01.978Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-07T20:54:01.978Z] ---> f96f9c87975a [2023-03-07T20:54:01.978Z] Step 2/4 : WORKDIR /edgex [2023-03-07T20:54:03.932Z] ---> Running in 3bb7b1bcbb88 [2023-03-07T20:54:04.200Z] Removing intermediate container 3bb7b1bcbb88 [2023-03-07T20:54:04.200Z] ---> cc336eaa86bb [2023-03-07T20:54:04.200Z] Step 3/4 : COPY go.mod . [2023-03-07T20:54:04.785Z] ---> f8cdde8fb389 [2023-03-07T20:54:04.785Z] Step 4/4 : RUN go mod download [2023-03-07T20:54:04.785Z] ---> Running in 607edceb0cad [2023-03-07T20:54:04.885Z] ---> Running in 2b6e2a7c5409 [2023-03-07T20:54:04.885Z] ---> Running in 24bb0850c13a [2023-03-07T20:54:04.885Z] ---> Running in eebe7119198f [2023-03-07T20:54:04.885Z] ---> Running in 2aa0b16eef85 [2023-03-07T20:54:04.885Z] ---> Running in e59da8fa61e0 [2023-03-07T20:54:04.885Z] Removing intermediate container 2aa0b16eef85 [2023-03-07T20:54:04.885Z] ---> 3171d8773fd7 [2023-03-07T20:54:04.885Z] Step 4/24 : WORKDIR /edgex-go [2023-03-07T20:54:04.885Z] Removing intermediate container 2b6e2a7c5409 [2023-03-07T20:54:04.885Z] ---> 2a28d687a06b [2023-03-07T20:54:04.885Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-03-07T20:54:04.885Z] Removing intermediate container 24bb0850c13a [2023-03-07T20:54:04.885Z] ---> 4f092ca39456 [2023-03-07T20:54:04.885Z] Step 4/20 : RUN apk add --update --no-cache make git [2023-03-07T20:54:04.885Z] ---> Running in da8ebae497c5 [2023-03-07T20:54:04.885Z] Removing intermediate container e59da8fa61e0 [2023-03-07T20:54:04.885Z] ---> a6828df91561 [2023-03-07T20:54:04.885Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-03-07T20:54:04.885Z] Removing intermediate container eebe7119198f [2023-03-07T20:54:04.885Z] ---> 98a21d06b701 [2023-03-07T20:54:04.885Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-03-07T20:54:04.885Z] ---> Running in 5d2706787028 [2023-03-07T20:54:04.885Z] ---> Running in 846c799efbd2 [2023-03-07T20:54:04.885Z] ---> Running in b5e8da8e4d7b [2023-03-07T20:54:04.885Z] ---> Running in 411911e2b18d [2023-03-07T20:54:04.885Z] Removing intermediate container da8ebae497c5 [2023-03-07T20:54:04.885Z] ---> 79d68cb41385 [2023-03-07T20:54:04.885Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-03-07T20:54:04.885Z] ---> Running in 4b42a7d8f481 [2023-03-07T20:54:04.885Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-07T20:54:04.885Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-07T20:54:04.885Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-07T20:54:04.885Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-07T20:54:04.885Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-07T20:54:04.885Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-07T20:54:04.885Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-07T20:54:04.885Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-07T20:54:04.885Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-07T20:54:04.885Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-07T20:54:04.885Z] OK: 211 MiB in 51 packages [2023-03-07T20:54:04.885Z] OK: 211 MiB in 51 packages [2023-03-07T20:54:04.885Z] OK: 211 MiB in 51 packages [2023-03-07T20:54:04.885Z] OK: 211 MiB in 51 packages [2023-03-07T20:54:04.885Z] OK: 211 MiB in 51 packages [2023-03-07T20:54:04.885Z] Removing intermediate container 5d2706787028 [2023-03-07T20:54:04.885Z] ---> a982038815ca [2023-03-07T20:54:04.885Z] Step 5/23 : COPY go.mod vendor* ./ [2023-03-07T20:54:04.885Z] Removing intermediate container 846c799efbd2 [2023-03-07T20:54:04.885Z] ---> f1edcd4a5a42 [2023-03-07T20:54:04.885Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-07T20:54:04.885Z] ---> 438ba4f39f32 [2023-03-07T20:54:04.885Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-07T20:54:04.885Z] Removing intermediate container 4b42a7d8f481 [2023-03-07T20:54:04.885Z] ---> 9afc2c885b14 [2023-03-07T20:54:04.885Z] Step 6/24 : COPY go.mod vendor* ./ [2023-03-07T20:54:04.885Z] ---> Running in b9e365c13c57 [2023-03-07T20:54:04.885Z] Removing intermediate container b5e8da8e4d7b [2023-03-07T20:54:04.885Z] ---> 88d3979b1cff [2023-03-07T20:54:04.885Z] Step 5/20 : COPY go.mod vendor* ./ [2023-03-07T20:54:04.885Z] ---> d2dc9fff8a15 [2023-03-07T20:54:04.885Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-07T20:54:04.885Z] ---> Running in 0702010f3125 [2023-03-07T20:54:04.885Z] Removing intermediate container 411911e2b18d [2023-03-07T20:54:04.885Z] ---> 7f18055434a9 [2023-03-07T20:54:04.885Z] Step 5/32 : COPY go.mod vendor* ./ [2023-03-07T20:54:04.885Z] ---> 325d72f92e4a [2023-03-07T20:54:04.885Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-07T20:54:04.885Z] ---> Running in 60353064d1cc [2023-03-07T20:54:04.885Z] ---> bb8ef273d287 [2023-03-07T20:54:04.885Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-07T20:54:04.885Z] ---> Running in ef7ffeef298c [2023-03-07T20:54:04.885Z] ---> 1bce70985b31 [2023-03-07T20:54:04.885Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-07T20:54:04.885Z] ---> Running in 50032dc097e0 [2023-03-07T20:54:37.116Z] Removing intermediate container 607edceb0cad [2023-03-07T20:54:37.116Z] ---> 487f7d257f44 [2023-03-07T20:54:37.116Z] Successfully built 487f7d257f44 [2023-03-07T20:54:37.116Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T20:54:37.467Z] + docker inspect -f . ci-base-image-arm64 [2023-03-07T20:54:37.467Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-07T20:54:37.690Z] prd-ubuntu20.04-docker-arm64-4c-16g-8641 does not seem to be running inside a container [2023-03-07T20:54:37.770Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/440 -v /w/workspace/edgex-go/440:/w/workspace/edgex-go/440:rw,z -v /w/workspace/edgex-go/440@tmp:/w/workspace/edgex-go/440@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-07T20:54:39.063Z] $ docker top 15c5dec43e5de20eb973c36620a10e449868830db535ce19533017bb9a8784bf -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-07T20:54:39.940Z] + go version [2023-03-07T20:54:39.940Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-03-07T20:54:39.964Z] $ docker stop --time=1 15c5dec43e5de20eb973c36620a10e449868830db535ce19533017bb9a8784bf [2023-03-07T20:54:42.626Z] $ docker rm -f --volumes 15c5dec43e5de20eb973c36620a10e449868830db535ce19533017bb9a8784bf [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-07T20:54:43.248Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-07T20:54:43.248Z] [2023-03-07T20:54:43.248Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T20:54:43.597Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-07T20:54:43.869Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-03-07T20:54:43.869Z] 29e5d40040c1: Pulling fs layer [2023-03-07T20:54:43.869Z] 1ce36da41761: Pulling fs layer [2023-03-07T20:54:43.869Z] 25b303627fd3: Pulling fs layer [2023-03-07T20:54:43.869Z] 29e5d40040c1: Verifying Checksum [2023-03-07T20:54:43.869Z] 29e5d40040c1: Download complete [2023-03-07T20:54:44.139Z] 1ce36da41761: Verifying Checksum [2023-03-07T20:54:44.139Z] 1ce36da41761: Download complete [2023-03-07T20:54:44.411Z] 29e5d40040c1: Pull complete [2023-03-07T20:54:45.839Z] 25b303627fd3: Verifying Checksum [2023-03-07T20:54:45.839Z] 25b303627fd3: Download complete [2023-03-07T20:54:45.839Z] 1ce36da41761: Pull complete [2023-03-07T20:54:58.217Z] 25b303627fd3: Pull complete [2023-03-07T20:54:58.217Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-03-07T20:54:58.217Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-07T20:54:58.217Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-07T20:54:58.446Z] prd-ubuntu20.04-docker-arm64-4c-16g-8641 does not seem to be running inside a container [2023-03-07T20:54:58.524Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/440 -v /w/workspace/edgex-go/440:/w/workspace/edgex-go/440:rw,z -v /w/workspace/edgex-go/440@tmp:/w/workspace/edgex-go/440@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-07T20:55:01.161Z] Removing intermediate container ef7ffeef298c [2023-03-07T20:55:01.161Z] ---> dbac7f9f185d [2023-03-07T20:55:01.161Z] Step 7/20 : COPY . . [2023-03-07T20:55:01.161Z] Removing intermediate container 60353064d1cc [2023-03-07T20:55:01.161Z] ---> 446f790e52de [2023-03-07T20:55:01.161Z] Step 8/24 : COPY . . [2023-03-07T20:55:01.161Z] Removing intermediate container 50032dc097e0 [2023-03-07T20:55:01.161Z] ---> 4ed85ed62964 [2023-03-07T20:55:01.161Z] Step 7/32 : COPY . . [2023-03-07T20:55:01.161Z] Removing intermediate container 0702010f3125 [2023-03-07T20:55:01.161Z] ---> 867d689f690d [2023-03-07T20:55:01.161Z] Step 7/24 : COPY . . [2023-03-07T20:55:01.161Z] Removing intermediate container b9e365c13c57 [2023-03-07T20:55:01.161Z] ---> 1d11ee695bd5 [2023-03-07T20:55:01.161Z] Step 7/23 : COPY . . [2023-03-07T20:55:01.243Z] $ docker top 97a5e9173b76bfe233399f24e183b50aa77f6c39e0c2cd3c673ac2e13284080c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-07T20:55:02.190Z] + grep parallel [2023-03-07T20:55:02.190Z] + docker-compose build --help [2023-03-07T20:55:08.863Z] --parallel Build images in parallel. [Pipeline] } [2023-03-07T20:55:08.884Z] $ docker stop --time=1 97a5e9173b76bfe233399f24e183b50aa77f6c39e0c2cd3c673ac2e13284080c [2023-03-07T20:55:10.522Z] $ docker rm -f --volumes 97a5e9173b76bfe233399f24e183b50aa77f6c39e0c2cd3c673ac2e13284080c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T20:55:11.050Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-07T20:55:11.050Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-07T20:55:11.251Z] prd-ubuntu20.04-docker-arm64-4c-16g-8641 does not seem to be running inside a container [2023-03-07T20:55:11.332Z] $ 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/440 -v /w/workspace/edgex-go/440:/w/workspace/edgex-go/440:rw,z -v /w/workspace/edgex-go/440@tmp:/w/workspace/edgex-go/440@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-07T20:55:12.577Z] $ docker top 4bb58292b33472a8632bdbf6bdbce8921d17ac5991b487b348844fef3044671a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-07T20:55:13.413Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-03-07T20:55:20.092Z] Building core-command ... [2023-03-07T20:55:20.092Z] Building core-common-config-bootstrapper ... [2023-03-07T20:55:20.092Z] Building core-data ... [2023-03-07T20:55:20.092Z] Building core-metadata ... [2023-03-07T20:55:20.092Z] Building security-bootstrapper ... [2023-03-07T20:55:20.092Z] Building security-proxy-auth ... [2023-03-07T20:55:20.092Z] Building security-proxy-setup ... [2023-03-07T20:55:20.092Z] Building security-secretstore-setup ... [2023-03-07T20:55:20.092Z] Building security-spiffe-token-provider ... [2023-03-07T20:55:20.092Z] Building security-spire-agent ... [2023-03-07T20:55:20.092Z] Building security-spire-config ... [2023-03-07T20:55:20.092Z] Building security-spire-server ... [2023-03-07T20:55:20.092Z] Building support-notifications ... [2023-03-07T20:55:20.092Z] Building support-scheduler ... [2023-03-07T20:55:20.092Z] Building security-spire-server [2023-03-07T20:55:20.092Z] Building support-scheduler [2023-03-07T20:55:20.092Z] Building security-proxy-setup [2023-03-07T20:55:20.092Z] Building core-data [2023-03-07T20:55:20.092Z] Building security-proxy-auth [2023-03-07T20:55:32.419Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-07T20:55:32.419Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-07T20:55:32.419Z] ---> 487f7d257f44 [2023-03-07T20:55:32.419Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-07T20:55:32.419Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-07T20:55:32.419Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-07T20:55:32.419Z] ---> 487f7d257f44 [2023-03-07T20:55:32.419Z] Step 3/23 : WORKDIR /edgex-go [2023-03-07T20:55:32.419Z] Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-07T20:55:32.419Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-03-07T20:55:32.419Z] ---> 487f7d257f44 [2023-03-07T20:55:32.419Z] Step 3/20 : WORKDIR /edgex-go [2023-03-07T20:55:32.419Z] ---> Running in 9777d7ece7b2 [2023-03-07T20:55:32.419Z] ---> Running in 3b5db65bfe57 [2023-03-07T20:55:32.419Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 ---> Running in f50d1115c539 [2023-03-07T20:55:32.419Z] [2023-03-07T20:55:32.419Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-07T20:55:32.419Z] ---> 487f7d257f44 [2023-03-07T20:55:32.419Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-07T20:55:32.419Z] [2023-03-07T20:55:32.419Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-07T20:55:32.419Z] ---> 487f7d257f44 [2023-03-07T20:55:32.419Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-07T20:55:32.419Z] ---> Running in 998b1f2bd7fd [2023-03-07T20:55:32.419Z] ---> Running in 65d4523dce3d [2023-03-07T20:55:32.420Z] Removing intermediate container 9777d7ece7b2 [2023-03-07T20:55:32.420Z] ---> f3a8f5ab0cff [2023-03-07T20:55:32.420Z] Step 4/22 : WORKDIR /edgex-go [2023-03-07T20:55:32.420Z] Removing intermediate container 3b5db65bfe57 [2023-03-07T20:55:32.420Z] ---> 9fef287abc12 [2023-03-07T20:55:32.420Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-03-07T20:55:32.693Z] ---> Running in 2de4d71a6f30 [2023-03-07T20:55:32.693Z] ---> Running in 35e42d14fc9b [2023-03-07T20:55:32.978Z] Removing intermediate container 65d4523dce3d [2023-03-07T20:55:32.978Z] ---> a9eaf2bd76c3 [2023-03-07T20:55:32.978Z] Step 4/22 : WORKDIR /edgex-go [2023-03-07T20:55:32.978Z] Removing intermediate container f50d1115c539 [2023-03-07T20:55:32.978Z] ---> b6818414b8c9 [2023-03-07T20:55:32.978Z] Step 4/20 : RUN apk add --update --no-cache make git [2023-03-07T20:55:32.978Z] Removing intermediate container 998b1f2bd7fd [2023-03-07T20:55:32.978Z] ---> e21e18b6182e [2023-03-07T20:55:32.978Z] Step 4/22 : WORKDIR /edgex-go [2023-03-07T20:55:32.978Z] ---> Running in 55a1be1e288b [2023-03-07T20:55:33.264Z] ---> Running in 91dd2bf09817 [2023-03-07T20:55:33.264Z] ---> Running in 1ac4935a41cd [2023-03-07T20:55:33.858Z] Removing intermediate container 35e42d14fc9b [2023-03-07T20:55:33.858Z] ---> 310dc47aca2c [2023-03-07T20:55:33.858Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-07T20:55:33.858Z] ---> Running in 2a1d27c1a91b [2023-03-07T20:55:34.142Z] Removing intermediate container 1ac4935a41cd [2023-03-07T20:55:34.142Z] ---> 2da2b74ea320 [2023-03-07T20:55:34.142Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-07T20:55:34.142Z] Removing intermediate container 55a1be1e288b [2023-03-07T20:55:34.142Z] ---> d99f1fbc34c2 [2023-03-07T20:55:34.142Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-07T20:55:34.412Z] ---> Running in 8cc03c2066bb [2023-03-07T20:55:34.412Z] ---> Running in 52d9645ef041 [2023-03-07T20:55:35.002Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-07T20:55:35.284Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-07T20:55:35.284Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-07T20:55:36.258Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-07T20:55:36.258Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-07T20:55:36.526Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-07T20:55:36.526Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-07T20:55:36.526Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-07T20:55:36.796Z] OK: 221 MiB in 51 packages [2023-03-07T20:55:36.796Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-07T20:55:37.762Z] OK: 221 MiB in 51 packages [2023-03-07T20:55:38.032Z] OK: 221 MiB in 51 packages [2023-03-07T20:55:38.032Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-07T20:55:38.032Z] OK: 221 MiB in 51 packages [2023-03-07T20:55:38.317Z] Removing intermediate container 2de4d71a6f30 [2023-03-07T20:55:38.317Z] ---> 6cbf7bb9d034 [2023-03-07T20:55:38.317Z] Step 5/23 : COPY go.mod vendor* ./ [2023-03-07T20:55:39.288Z] OK: 221 MiB in 51 packages [2023-03-07T20:55:39.558Z] Removing intermediate container 8cc03c2066bb [2023-03-07T20:55:39.558Z] ---> 7771c66dd4c0 [2023-03-07T20:55:39.558Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-07T20:55:39.835Z] Removing intermediate container 91dd2bf09817 [2023-03-07T20:55:39.835Z] ---> 9065f4330bd2 [2023-03-07T20:55:39.835Z] Step 5/20 : COPY go.mod vendor* ./ [2023-03-07T20:55:39.954Z] ---> 66e0bd81bba4 [2023-03-07T20:55:39.954Z] Step 8/20 : RUN make cmd/secrets-config/secrets-config [2023-03-07T20:55:39.954Z] ---> 944c2403fa99 [2023-03-07T20:55:39.954Z] ---> 64ddee43eab5 [2023-03-07T20:55:39.954Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 ---> 76b122d2619c [2023-03-07T20:55:39.954Z] [2023-03-07T20:55:39.954Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-03-07T20:55:39.954Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-03-07T20:55:39.954Z] ---> c23c0e6f54c1 [2023-03-07T20:55:39.954Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-03-07T20:55:39.954Z] ---> Running in 60e07b59b65a [2023-03-07T20:55:39.954Z] ---> Running in 76b55dd7329f [2023-03-07T20:55:39.954Z] ---> Running in eb255e94a0ca [2023-03-07T20:55:39.954Z] ---> Running in 18c88c13bbc7 [2023-03-07T20:55:39.954Z] ---> Running in 5c6b818c9885 [2023-03-07T20:55:39.954Z] Removing intermediate container 5c6b818c9885 [2023-03-07T20:55:39.954Z] ---> 33bce49a53ef [2023-03-07T20:55:39.954Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-03-07T20:55:39.954Z] Removing intermediate container 18c88c13bbc7 [2023-03-07T20:55:39.954Z] ---> 765a1fe69afd [2023-03-07T20:55:39.954Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-03-07T20:55:39.954Z] ---> Running in 7d6854ff4c81 [2023-03-07T20:55:39.954Z] ---> Running in 7b53336905f7 [2023-03-07T20:55:39.954Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-03-07T20:55:39.954Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-03-07T20:55:39.954Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-03-07T20:55:39.954Z] Removing intermediate container 7d6854ff4c81 [2023-03-07T20:55:39.954Z] ---> 54f502fe72a7 [2023-03-07T20:55:39.955Z] 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-07T20:55:39.955Z] Removing intermediate container 7b53336905f7 [2023-03-07T20:55:39.955Z] ---> 34e7c7a090a6 [2023-03-07T20:55:39.955Z] 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-07T20:55:39.955Z] ---> Running in 728d22022141 [2023-03-07T20:55:39.955Z] ---> Running in 0061722abb11 [2023-03-07T20:55:40.107Z] ---> a6da6c87187a [2023-03-07T20:55:40.107Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-07T20:55:40.107Z] Removing intermediate container 2a1d27c1a91b [2023-03-07T20:55:40.107Z] ---> 8a4edfb13bac [2023-03-07T20:55:40.107Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-07T20:55:40.107Z] ---> Running in 237e3114a4e7 [2023-03-07T20:55:41.072Z] Removing intermediate container 52d9645ef041 [2023-03-07T20:55:41.072Z] ---> 13ee733aea08 [2023-03-07T20:55:41.072Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-07T20:55:41.072Z] ---> dd562b63e791 [2023-03-07T20:55:41.072Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-07T20:55:41.341Z] ---> Running in 6bfcc79d694c [2023-03-07T20:55:41.341Z] ---> 6e349238ce92 [2023-03-07T20:55:41.341Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-07T20:55:41.341Z] ---> bd67aa7d9b90 [2023-03-07T20:55:41.341Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-07T20:55:41.608Z] ---> Running in d50ac8c2764f [2023-03-07T20:55:41.608Z] ---> Running in 7860119079e7 [2023-03-07T20:55:42.200Z] ---> 4d7d849c6513 [2023-03-07T20:55:42.200Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-07T20:55:42.471Z] ---> Running in 7ff3c996de51 [2023-03-07T20:55:46.570Z] Removing intermediate container 728d22022141 [2023-03-07T20:55:46.570Z] ---> a8dfbd3d92d5 [2023-03-07T20:55:46.570Z] Step 11/23 : WORKDIR /edgex-go [2023-03-07T20:55:46.570Z] Removing intermediate container 0061722abb11 [2023-03-07T20:55:46.570Z] ---> 3d59f00032b6 [2023-03-07T20:55:46.570Z] Step 11/24 : WORKDIR /edgex-go [2023-03-07T20:55:48.579Z] ---> Running in e245308dbb60 [2023-03-07T20:55:48.579Z] ---> Running in 011e4ad754ab [2023-03-07T20:55:51.882Z] Removing intermediate container 011e4ad754ab [2023-03-07T20:55:51.882Z] ---> ea3c414a8313 [2023-03-07T20:55:51.882Z] [2023-03-07T20:55:51.882Z] Step 12/23 : FROM alpine:3.15 [2023-03-07T20:55:51.882Z] Removing intermediate container e245308dbb60 [2023-03-07T20:55:51.882Z] ---> 37b50487cdfc [2023-03-07T20:55:51.882Z] [2023-03-07T20:55:51.882Z] Step 12/24 : FROM alpine:3.15 [2023-03-07T20:55:51.882Z] 3.15: Pulling from library/alpine [2023-03-07T20:55:51.882Z] 3.15: Pulling from library/alpine [2023-03-07T20:55:53.268Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-03-07T20:55:53.268Z] Status: Downloaded newer image for alpine:3.15 [2023-03-07T20:55:53.268Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-03-07T20:55:53.268Z] Status: Image is up to date for alpine:3.15 [2023-03-07T20:55:53.268Z] ---> 5ce65d7b0fde [2023-03-07T20:55:53.268Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-07T20:55:53.268Z] ---> 5ce65d7b0fde [2023-03-07T20:55:53.268Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-07T20:55:54.644Z] ---> Running in f935311bec00 [2023-03-07T20:55:54.644Z] ---> Running in 19f88eed6607 [2023-03-07T20:55:54.906Z] Removing intermediate container f935311bec00 [2023-03-07T20:55:54.906Z] ---> def693929178 [2023-03-07T20:55:54.906Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-07T20:55:54.906Z] Removing intermediate container 19f88eed6607 [2023-03-07T20:55:54.906Z] ---> 5468691a73fd [2023-03-07T20:55:54.906Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-07T20:55:54.906Z] ---> Running in 4b89b45768a2 [2023-03-07T20:55:54.906Z] ---> Running in df30b5d39f51 [2023-03-07T20:55:55.475Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-07T20:55:55.743Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-07T20:55:56.004Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-07T20:55:56.004Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-07T20:55:56.264Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-07T20:55:56.264Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-07T20:55:56.264Z] OK: 15859 distinct packages available [2023-03-07T20:55:56.264Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-07T20:55:56.264Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-07T20:55:56.264Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-07T20:55:56.264Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-07T20:55:56.264Z] OK: 15859 distinct packages available [2023-03-07T20:55:56.264Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-07T20:55:56.523Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-07T20:55:56.523Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-03-07T20:55:56.523Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-03-07T20:55:56.523Z] (3/5) Installing libucontext (1.1-r0) [2023-03-07T20:55:56.523Z] (4/5) Installing gcompat (1.0.0-r4) [2023-03-07T20:55:56.523Z] (5/5) Installing openssl (1.1.1t-r1) [2023-03-07T20:55:56.523Z] Executing busybox-1.34.1-r7.trigger [2023-03-07T20:55:56.523Z] OK: 7 MiB in 19 packages [2023-03-07T20:55:56.781Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-03-07T20:55:56.781Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-03-07T20:55:56.781Z] (3/5) Installing libucontext (1.1-r0) [2023-03-07T20:55:56.781Z] (4/5) Installing gcompat (1.0.0-r4) [2023-03-07T20:55:56.781Z] (5/5) Installing openssl (1.1.1t-r1) [2023-03-07T20:55:56.781Z] Executing busybox-1.34.1-r7.trigger [2023-03-07T20:55:56.781Z] OK: 7 MiB in 19 packages [2023-03-07T20:56:00.084Z] Removing intermediate container 4b89b45768a2 [2023-03-07T20:56:00.084Z] ---> c8c654c2a914 [2023-03-07T20:56:00.084Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-07T20:56:00.655Z] Removing intermediate container df30b5d39f51 [2023-03-07T20:56:00.655Z] ---> fc81e873324c [2023-03-07T20:56:00.655Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-03-07T20:56:07.501Z] ---> 60f6c6c8fd1e [2023-03-07T20:56:07.501Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-03-07T20:56:07.501Z] ---> 5d0a374e233c [2023-03-07T20:56:07.501Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-07T20:56:14.201Z] ---> 14da4570a694 [2023-03-07T20:56:14.201Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-03-07T20:56:14.201Z] Removing intermediate container 60e07b59b65a [2023-03-07T20:56:14.201Z] ---> 9db678dd0ea4 [2023-03-07T20:56:14.201Z] [2023-03-07T20:56:14.201Z] Step 9/20 : FROM alpine:3.16 [2023-03-07T20:56:14.201Z] ---> f368ecae24a8 [2023-03-07T20:56:14.201Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-03-07T20:56:14.201Z] Removing intermediate container 76b55dd7329f [2023-03-07T20:56:14.201Z] ---> 2cdb6bfb871c [2023-03-07T20:56:14.201Z] [2023-03-07T20:56:14.201Z] Step 9/32 : FROM alpine:3.16 [2023-03-07T20:56:14.201Z] 3.16: Pulling from library/alpine [2023-03-07T20:56:14.201Z] ---> f0b3a32353ae [2023-03-07T20:56:14.201Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-03-07T20:56:14.201Z] Removing intermediate container eb255e94a0ca [2023-03-07T20:56:14.201Z] ---> d53f3da23fb9 [2023-03-07T20:56:14.201Z] [2023-03-07T20:56:14.201Z] Step 10/24 : FROM alpine:3.16 [2023-03-07T20:56:14.201Z] 3.16: Pulling from library/alpine [2023-03-07T20:56:14.201Z] ---> cbd132e84f21 [2023-03-07T20:56:14.201Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-03-07T20:56:14.201Z] 3.16: Pulling from library/alpine [2023-03-07T20:56:14.462Z] ---> 752f5bd35c99 [2023-03-07T20:56:14.462Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-07T20:56:14.734Z] ---> Running in 5f7b7ca2eda0 [2023-03-07T20:56:14.734Z] ---> 342c32b2695c [2023-03-07T20:56:14.734Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-03-07T20:56:14.734Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-07T20:56:14.734Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-07T20:56:14.734Z] Status: Downloaded newer image for alpine:3.16 [2023-03-07T20:56:14.734Z] Status: Downloaded newer image for alpine:3.16 [2023-03-07T20:56:14.734Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-07T20:56:14.734Z] Status: Image is up to date for alpine:3.16 [2023-03-07T20:56:14.734Z] ---> dfd21b5a31f5 [2023-03-07T20:56:14.734Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-07T20:56:14.734Z] ---> dfd21b5a31f5 [2023-03-07T20:56:14.734Z] Step 10/20 : RUN apk add --update --no-cache dumb-init openssl [2023-03-07T20:56:14.734Z] ---> dfd21b5a31f5 [2023-03-07T20:56:14.734Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-03-07T20:56:15.000Z] ---> Running in 2cef3311aac4 [2023-03-07T20:56:15.000Z] ---> Running in 20b6505c1e5e [2023-03-07T20:56:15.000Z] ---> Running in 49c2ec2ae8ec [2023-03-07T20:56:15.000Z] Removing intermediate container 5f7b7ca2eda0 [2023-03-07T20:56:15.000Z] ---> ca14ba08347d [2023-03-07T20:56:15.000Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-07T20:56:15.000Z] ---> 732fe31579c9 [2023-03-07T20:56:15.000Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-07T20:56:15.259Z] ---> Running in 03d1156779ba [2023-03-07T20:56:15.259Z] ---> Running in 6fd0fc345ae4 [2023-03-07T20:56:15.259Z] Removing intermediate container 2cef3311aac4 [2023-03-07T20:56:15.259Z] ---> 2627e7891082 [2023-03-07T20:56:15.259Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-03-07T20:56:15.524Z] ---> Running in 1ab1e5190184 [2023-03-07T20:56:15.524Z] Removing intermediate container 03d1156779ba [2023-03-07T20:56:15.524Z] ---> fe5508f3bcad [2023-03-07T20:56:15.524Z] Step 21/23 : LABEL arch=x86_64 [2023-03-07T20:56:15.809Z] Removing intermediate container 6fd0fc345ae4 [2023-03-07T20:56:15.809Z] ---> 7a63ecfcf36b [2023-03-07T20:56:15.809Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-07T20:56:15.809Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-07T20:56:15.809Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-07T20:56:15.809Z] ---> Running in 1addbbfec25c [2023-03-07T20:56:15.809Z] ---> Running in e35bb4c107c1 [2023-03-07T20:56:15.809Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-07T20:56:15.809Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-07T20:56:16.068Z] Removing intermediate container 1addbbfec25c [2023-03-07T20:56:16.068Z] ---> feff46a28081 [2023-03-07T20:56:16.068Z] Step 22/23 : LABEL git_sha=08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T20:56:16.068Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-07T20:56:16.331Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-07T20:56:16.331Z] Removing intermediate container e35bb4c107c1 [2023-03-07T20:56:16.331Z] ---> d867f5a25d90 [2023-03-07T20:56:16.331Z] Step 22/24 : LABEL arch=x86_64 [2023-03-07T20:56:16.331Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-07T20:56:16.331Z] Executing busybox-1.35.0-r17.trigger [2023-03-07T20:56:16.331Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-03-07T20:56:16.331Z] OK: 6 MiB in 15 packages [2023-03-07T20:56:16.331Z] (2/2) Installing openssl (1.1.1t-r0) [2023-03-07T20:56:16.331Z] Executing busybox-1.35.0-r17.trigger [2023-03-07T20:56:16.331Z] OK: 6 MiB in 16 packages [2023-03-07T20:56:16.331Z] ---> Running in 2704d43be088 [2023-03-07T20:56:16.331Z] ---> Running in 03500e5f24fb [2023-03-07T20:56:16.626Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-03-07T20:56:16.626Z] (2/2) Installing su-exec (0.2-r1) [2023-03-07T20:56:16.626Z] Executing busybox-1.35.0-r17.trigger [2023-03-07T20:56:16.626Z] OK: 6 MiB in 16 packages [2023-03-07T20:56:16.626Z] Removing intermediate container 2704d43be088 [2023-03-07T20:56:16.626Z] ---> aeef1ca50170 [2023-03-07T20:56:16.626Z] Step 23/23 : LABEL version=3.0.0-dev.79 [2023-03-07T20:56:16.896Z] Removing intermediate container 03500e5f24fb [2023-03-07T20:56:16.896Z] ---> a028273ab88a [2023-03-07T20:56:16.896Z] Step 23/24 : LABEL git_sha=08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T20:56:16.896Z] ---> Running in 97c6f246509f [2023-03-07T20:56:16.896Z] ---> Running in 70af395d2941 [2023-03-07T20:56:17.473Z] Removing intermediate container 97c6f246509f [2023-03-07T20:56:17.473Z] ---> 1697a131de62 [2023-03-07T20:56:17.473Z] [2023-03-07T20:56:17.473Z] Removing intermediate container 70af395d2941 [2023-03-07T20:56:17.473Z] ---> 5a15ccb043dc [2023-03-07T20:56:17.473Z] Step 24/24 : LABEL version=3.0.0-dev.79 [2023-03-07T20:56:17.473Z] Removing intermediate container 49c2ec2ae8ec [2023-03-07T20:56:17.473Z] ---> e3fca4ff347d [2023-03-07T20:56:17.473Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-07T20:56:17.473Z] Successfully built 1697a131de62 [2023-03-07T20:56:17.731Z] Removing intermediate container 20b6505c1e5e [2023-03-07T20:56:17.731Z] ---> b5e90f6b7219 [2023-03-07T20:56:17.731Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-03-07T20:56:17.731Z] Successfully tagged security-spire-server:latest [2023-03-07T20:56:17.731Z] Building security-secretstore-setup [2023-03-07T20:56:18.673Z]  Building security-spire-server ... done  ---> Running in 2d2af2391a38 [2023-03-07T20:56:18.673Z] ---> Running in 133b9199e32a [2023-03-07T20:56:18.673Z] ---> Running in 694c58797b3e [2023-03-07T20:56:20.045Z] Removing intermediate container 1ab1e5190184 [2023-03-07T20:56:20.045Z] ---> bd8513f25ec8 [2023-03-07T20:56:20.045Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-03-07T20:56:25.359Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-07T20:56:25.359Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-07T20:56:25.359Z] ---> d0626edf308c [2023-03-07T20:56:25.359Z] Step 3/23 : WORKDIR /edgex-go [2023-03-07T20:56:26.754Z] ---> Using cache [2023-03-07T20:56:26.754Z] ---> 98a21d06b701 [2023-03-07T20:56:26.754Z] Step 4/23 : RUN apk add --update --no-cache make git [2023-03-07T20:56:28.760Z] ---> Using cache [2023-03-07T20:56:28.760Z] ---> 7f18055434a9 [2023-03-07T20:56:28.760Z] Step 5/23 : COPY go.mod vendor* ./ [2023-03-07T20:56:28.760Z] ---> Using cache [2023-03-07T20:56:28.760Z] ---> 1bce70985b31 [2023-03-07T20:56:28.760Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-07T20:56:28.760Z] ---> Using cache [2023-03-07T20:56:28.760Z] ---> 4ed85ed62964 [2023-03-07T20:56:28.760Z] Step 7/23 : COPY . . [2023-03-07T20:56:28.760Z] ---> Using cache [2023-03-07T20:56:28.760Z] ---> c23c0e6f54c1 [2023-03-07T20:56:28.760Z] Step 8/23 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-03-07T20:56:28.760Z] Removing intermediate container 133b9199e32a [2023-03-07T20:56:28.760Z] ---> 4958f7c5cda1 [2023-03-07T20:56:28.760Z] Step 13/24 : ENV APP_PORT=59881 [2023-03-07T20:56:28.760Z] Removing intermediate container 694c58797b3e [2023-03-07T20:56:28.760Z] ---> b2f1cfeafd06 [2023-03-07T20:56:28.760Z] Step 12/20 : WORKDIR /edgex [2023-03-07T20:56:28.760Z] ---> Running in c6328c025017 [2023-03-07T20:56:28.760Z] Removing intermediate container 2d2af2391a38 [2023-03-07T20:56:28.760Z] ---> 2919eb5f157b [2023-03-07T20:56:28.760Z] [2023-03-07T20:56:28.760Z] Successfully built 2919eb5f157b [2023-03-07T20:56:28.760Z] Successfully tagged security-spire-agent:latest [2023-03-07T20:56:28.760Z]  Building security-spire-agent ... done Building support-scheduler [2023-03-07T20:56:28.760Z] ---> Running in ef8100652047 [2023-03-07T20:56:28.760Z] ---> Running in 1c3a1168cf11 [2023-03-07T20:56:29.022Z] ---> Running in 94aebd0ed819 [2023-03-07T20:56:29.022Z] Removing intermediate container c6328c025017 [2023-03-07T20:56:29.022Z] ---> 3990945299a0 [2023-03-07T20:56:29.022Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-03-07T20:56:34.405Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-07T20:56:34.405Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-07T20:56:34.405Z] ---> d0626edf308c [2023-03-07T20:56:34.405Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-07T20:56:34.405Z] ---> Using cache [2023-03-07T20:56:34.405Z] ---> 3171d8773fd7 [2023-03-07T20:56:34.405Z] Step 4/22 : WORKDIR /edgex-go [2023-03-07T20:56:34.405Z] ---> Using cache [2023-03-07T20:56:34.405Z] ---> 79d68cb41385 [2023-03-07T20:56:34.405Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-07T20:56:34.405Z] ---> Using cache [2023-03-07T20:56:34.405Z] ---> 9afc2c885b14 [2023-03-07T20:56:34.405Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-07T20:56:34.405Z] ---> Using cache [2023-03-07T20:56:34.405Z] ---> 325d72f92e4a [2023-03-07T20:56:34.405Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-07T20:56:34.405Z] ---> Using cache [2023-03-07T20:56:34.405Z] ---> 446f790e52de [2023-03-07T20:56:34.405Z] Step 8/22 : COPY . . [2023-03-07T20:56:34.405Z] ---> Using cache [2023-03-07T20:56:34.405Z] ---> 64ddee43eab5 [2023-03-07T20:56:34.405Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-03-07T20:56:37.703Z] Removing intermediate container 1c3a1168cf11 [2023-03-07T20:56:37.703Z] ---> 18adc0ac7112 [2023-03-07T20:56:37.703Z] Step 14/24 : EXPOSE $APP_PORT [2023-03-07T20:56:37.703Z] ---> Running in b6146ba3b9ff [2023-03-07T20:56:37.703Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-03-07T20:56:37.703Z] Removing intermediate container 94aebd0ed819 [2023-03-07T20:56:37.703Z] ---> 70093cc180d3 [2023-03-07T20:56:37.703Z] Step 13/20 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.toml res/configuration.toml [2023-03-07T20:56:37.703Z] ---> Running in 07789e9ebd89 [2023-03-07T20:56:37.703Z] ---> Running in 42959dfc8483 [2023-03-07T20:56:37.962Z] Removing intermediate container b6146ba3b9ff [2023-03-07T20:56:37.962Z] ---> 0ffd7c367212 [2023-03-07T20:56:37.962Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-03-07T20:56:37.962Z] ---> 47188bd11a4f [2023-03-07T20:56:37.962Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-03-07T20:56:38.221Z] Removing intermediate container 42959dfc8483 [2023-03-07T20:56:38.221Z] ---> 331f71199efc [2023-03-07T20:56:38.221Z] Step 15/24 : WORKDIR / [2023-03-07T20:56:38.221Z] ---> Running in 8378a172a782 [2023-03-07T20:56:38.221Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-03-07T20:56:39.160Z] ---> Running in 0e6e1e22601a [2023-03-07T20:56:39.160Z] Removing intermediate container 8378a172a782 [2023-03-07T20:56:39.160Z] ---> 797d7f6abb96 [2023-03-07T20:56:39.160Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-03-07T20:56:39.420Z] ---> 367751939af5 [2023-03-07T20:56:39.420Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-03-07T20:56:39.700Z] ---> Running in 69f3bd6c5c37 [2023-03-07T20:56:39.700Z] Removing intermediate container 0e6e1e22601a [2023-03-07T20:56:39.700Z] ---> f31d1bdf9e5c [2023-03-07T20:56:39.700Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-07T20:56:39.965Z] ---> b993e264d334 [2023-03-07T20:56:39.965Z] Step 16/20 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-07T20:56:40.538Z] Removing intermediate container 69f3bd6c5c37 [2023-03-07T20:56:40.538Z] ---> 4cfec41320b3 [2023-03-07T20:56:40.538Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-03-07T20:56:41.105Z] ---> Running in 21561c3fc876 [2023-03-07T20:56:41.105Z] ---> de084af1341c [2023-03-07T20:56:41.105Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-03-07T20:56:41.105Z] ---> Running in b6ac8868b0b0 [2023-03-07T20:56:43.704Z] ---> b0092ab2f5c2 [2023-03-07T20:56:43.704Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-03-07T20:56:43.704Z] Removing intermediate container 21561c3fc876 [2023-03-07T20:56:43.704Z] ---> 1e664994f402 [2023-03-07T20:56:43.704Z] Step 17/20 : ENTRYPOINT ["entrypoint.sh"] [2023-03-07T20:56:43.704Z] ---> 91f1cab78ac0 [2023-03-07T20:56:43.704Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-03-07T20:56:43.962Z] ---> Running in 01268106b667 [2023-03-07T20:56:43.962Z] Removing intermediate container b6ac8868b0b0 [2023-03-07T20:56:43.962Z] ---> 7d513b459786 [2023-03-07T20:56:43.962Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-03-07T20:56:44.219Z] ---> Running in c21bbb50a75e [2023-03-07T20:56:44.219Z] Removing intermediate container 01268106b667 [2023-03-07T20:56:44.219Z] ---> 0048b5b8bf5d [2023-03-07T20:56:44.219Z] Step 18/20 : LABEL arch=x86_64 [2023-03-07T20:56:44.476Z] ---> e21b0894ccec [2023-03-07T20:56:44.476Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-03-07T20:56:44.476Z] ---> Running in 30636399e0a5 [2023-03-07T20:56:44.476Z] Removing intermediate container c21bbb50a75e [2023-03-07T20:56:44.476Z] ---> 2b1e5f52b226 [2023-03-07T20:56:44.476Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-03-07T20:56:44.476Z] ---> Running in 85ced1427a16 [2023-03-07T20:56:44.735Z] Removing intermediate container 30636399e0a5 [2023-03-07T20:56:44.735Z] ---> b75ad489e9e1 [2023-03-07T20:56:44.735Z] Step 19/20 : LABEL git_sha=08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T20:56:44.735Z] ---> Running in a813c7ba69d6 [2023-03-07T20:56:44.735Z] Removing intermediate container 85ced1427a16 [2023-03-07T20:56:44.735Z] ---> 957694df699e [2023-03-07T20:56:44.735Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-07T20:56:45.020Z] ---> Running in ff1b0bfbc0c7 [2023-03-07T20:56:45.020Z] Removing intermediate container a813c7ba69d6 [2023-03-07T20:56:45.020Z] ---> c06c9177d6eb [2023-03-07T20:56:45.020Z] Step 20/20 : LABEL version=3.0.0-dev.79 [2023-03-07T20:56:45.281Z] ---> Running in 626f7cd62656 [2023-03-07T20:56:45.281Z] ---> 4f78308551c6 [2023-03-07T20:56:45.281Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-03-07T20:56:45.541Z] Removing intermediate container ff1b0bfbc0c7 [2023-03-07T20:56:45.541Z] ---> d125c01a5a1c [2023-03-07T20:56:45.541Z] Step 22/24 : LABEL arch=x86_64 [2023-03-07T20:56:45.541Z] ---> Running in fac54388a30e [2023-03-07T20:56:45.541Z] ---> Running in 0737ff5ab52b [2023-03-07T20:56:45.541Z] Removing intermediate container 626f7cd62656 [2023-03-07T20:56:45.541Z] ---> 4ed7407f1710 [2023-03-07T20:56:45.541Z] [2023-03-07T20:56:45.541Z] Successfully built 4ed7407f1710 [2023-03-07T20:56:45.541Z] Successfully tagged security-proxy-setup:latest [2023-03-07T20:56:45.541Z]  Building security-proxy-setup ... done Building security-spire-config [2023-03-07T20:56:51.086Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-07T20:56:51.086Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-07T20:56:51.086Z] ---> d0626edf308c [2023-03-07T20:56:51.086Z] Step 3/24 : WORKDIR /edgex-go [2023-03-07T20:56:51.086Z] ---> Using cache [2023-03-07T20:56:51.086Z] ---> 98a21d06b701 [2023-03-07T20:56:51.086Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-03-07T20:56:56.488Z] Removing intermediate container 0737ff5ab52b [2023-03-07T20:56:56.488Z] ---> 8c737d1eab0c [2023-03-07T20:56:56.488Z] Step 23/24 : LABEL git_sha=08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T20:56:58.386Z] ---> Running in 81e7a03e00f7 [2023-03-07T20:56:58.665Z] ---> Running in 0b59127e7dc6 [2023-03-07T20:57:00.324Z] Removing intermediate container 0b59127e7dc6 [2023-03-07T20:57:00.324Z] ---> 6c63666323b0 [2023-03-07T20:57:00.324Z] Step 24/24 : LABEL version=3.0.0-dev.79 [2023-03-07T20:57:03.920Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-07T20:57:03.920Z] ---> Running in 37fa0df74a61 [2023-03-07T20:57:03.920Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-07T20:57:03.920Z] Removing intermediate container fac54388a30e [2023-03-07T20:57:03.920Z] ---> 3a51ee59a051 [2023-03-07T20:57:03.920Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-07T20:57:03.920Z] OK: 211 MiB in 51 packages [2023-03-07T20:57:04.275Z] Removing intermediate container 37fa0df74a61 [2023-03-07T20:57:04.275Z] ---> 2dbcb3c90270 [2023-03-07T20:57:04.275Z] [2023-03-07T20:57:04.538Z] Successfully built 2dbcb3c90270 [2023-03-07T20:57:04.538Z] ---> fce8f54bffb6 [2023-03-07T20:57:04.538Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-03-07T20:57:04.538Z] Successfully tagged core-metadata:latest [2023-03-07T20:57:04.538Z]  Building core-metadata ... done Building core-common-config-bootstrapper [2023-03-07T20:57:06.131Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-03-07T20:57:08.067Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-07T20:57:08.067Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-07T20:57:08.067Z] ---> d0626edf308c [2023-03-07T20:57:08.067Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-07T20:57:08.067Z] ---> Using cache [2023-03-07T20:57:08.067Z] ---> 3171d8773fd7 [2023-03-07T20:57:08.067Z] Step 4/22 : WORKDIR /edgex-go [2023-03-07T20:57:08.067Z] ---> Using cache [2023-03-07T20:57:08.067Z] ---> 79d68cb41385 [2023-03-07T20:57:08.067Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-07T20:57:08.067Z] ---> Using cache [2023-03-07T20:57:08.067Z] ---> 9afc2c885b14 [2023-03-07T20:57:08.067Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-07T20:57:08.067Z] ---> Using cache [2023-03-07T20:57:08.067Z] ---> 325d72f92e4a [2023-03-07T20:57:08.067Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-07T20:57:08.067Z] ---> Using cache [2023-03-07T20:57:08.067Z] ---> 446f790e52de [2023-03-07T20:57:08.067Z] Step 8/22 : COPY . . [2023-03-07T20:57:08.067Z] ---> Using cache [2023-03-07T20:57:08.067Z] ---> 64ddee43eab5 [2023-03-07T20:57:08.067Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-03-07T20:57:16.225Z] Removing intermediate container 81e7a03e00f7 [2023-03-07T20:57:16.225Z] ---> 7697a180ff29 [2023-03-07T20:57:16.225Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-07T20:57:16.225Z] ---> ea6fbcb2a82d [2023-03-07T20:57:16.225Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-03-07T20:57:16.225Z] ---> Running in a1a32fdf2e3c [2023-03-07T20:57:16.225Z] ---> affbe7f8fdf2 [2023-03-07T20:57:16.225Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-07T20:57:16.225Z] ---> Running in 32fc5cf000c7 [2023-03-07T20:57:16.225Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-03-07T20:57:21.656Z] ---> 88687537af1b [2023-03-07T20:57:21.656Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-03-07T20:57:21.656Z] Removing intermediate container ef8100652047 [2023-03-07T20:57:21.656Z] ---> e4e7b6af16b3 [2023-03-07T20:57:21.656Z] [2023-03-07T20:57:21.656Z] Step 9/23 : FROM alpine:3.16 [2023-03-07T20:57:21.656Z] ---> dfd21b5a31f5 [2023-03-07T20:57:21.656Z] Step 10/23 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-03-07T20:57:21.656Z] Removing intermediate container 07789e9ebd89 [2023-03-07T20:57:21.656Z] ---> 135bc2a9353e [2023-03-07T20:57:21.656Z] [2023-03-07T20:57:21.656Z] Step 10/22 : FROM alpine:3.16 [2023-03-07T20:57:21.656Z] ---> dfd21b5a31f5 [2023-03-07T20:57:21.656Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-03-07T20:57:21.656Z] ---> Using cache [2023-03-07T20:57:21.656Z] ---> e3fca4ff347d [2023-03-07T20:57:21.656Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-07T20:57:21.656Z] ---> Using cache [2023-03-07T20:57:21.656Z] ---> 4958f7c5cda1 [2023-03-07T20:57:21.656Z] Step 13/22 : ENV APP_PORT=59861 [2023-03-07T20:57:21.917Z] ---> b69110af6b3f [2023-03-07T20:57:21.917Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-03-07T20:57:21.917Z] ---> Running in f895820fd429 [2023-03-07T20:57:22.195Z] ---> Running in d878f74ac689 [2023-03-07T20:57:22.453Z] ---> b0ffe27f3963 [2023-03-07T20:57:22.453Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-03-07T20:57:22.711Z] Removing intermediate container d878f74ac689 [2023-03-07T20:57:22.711Z] ---> d753e365e303 [2023-03-07T20:57:22.711Z] Step 14/22 : EXPOSE $APP_PORT [2023-03-07T20:57:22.969Z] ---> Running in 1f5408ffbaa7 [2023-03-07T20:57:22.969Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-07T20:57:22.969Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-07T20:57:23.227Z] ---> 4894b6a6a94b [2023-03-07T20:57:23.227Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-03-07T20:57:23.227Z] (1/3) Installing ca-certificates (20220614-r0) [2023-03-07T20:57:23.227Z] Removing intermediate container 1f5408ffbaa7 [2023-03-07T20:57:23.227Z] ---> ac7221cb7464 [2023-03-07T20:57:23.227Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-07T20:57:23.227Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-03-07T20:57:23.227Z] (3/3) Installing su-exec (0.2-r1) [2023-03-07T20:57:23.227Z] Executing busybox-1.35.0-r17.trigger [2023-03-07T20:57:23.484Z] Executing ca-certificates-20220614-r0.trigger [2023-03-07T20:57:23.484Z] OK: 6 MiB in 17 packages [2023-03-07T20:57:23.741Z] ---> 4765a7358480 [2023-03-07T20:57:23.741Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-03-07T20:57:23.741Z] ---> d7d8a1393d4c [2023-03-07T20:57:23.741Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-03-07T20:57:23.998Z] ---> Running in f6d85d0d55d6 [2023-03-07T20:57:26.540Z] Removing intermediate container f895820fd429 [2023-03-07T20:57:26.540Z] ---> 9c5c84cd5179 [2023-03-07T20:57:26.540Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-03-07T20:57:26.540Z] ---> 7d088bcb08a5 [2023-03-07T20:57:26.540Z] ---> Running in 4977c2bd4760 [2023-03-07T20:57:26.540Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-03-07T20:57:27.915Z] Removing intermediate container f6d85d0d55d6 [2023-03-07T20:57:27.915Z] ---> 6193364c77ed [2023-03-07T20:57:27.915Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-03-07T20:57:27.915Z] Removing intermediate container 4977c2bd4760 [2023-03-07T20:57:27.915Z] ---> 49cf25d79ff4 [2023-03-07T20:57:27.915Z] Step 12/23 : WORKDIR / [2023-03-07T20:57:27.915Z] ---> 7d1d89c3475d [2023-03-07T20:57:27.915Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-03-07T20:57:27.915Z] ---> Running in d7bd8bbe14a7 [2023-03-07T20:57:27.915Z] ---> Running in 7329445999db [2023-03-07T20:57:28.174Z] ---> Running in a59b3cf3ff45 [2023-03-07T20:57:34.746Z] Removing intermediate container 7329445999db [2023-03-07T20:57:34.746Z] ---> 60115f9986b7 [2023-03-07T20:57:34.746Z] Step 29/32 : CMD ["gate"] [2023-03-07T20:57:36.125Z] Removing intermediate container d7bd8bbe14a7 [2023-03-07T20:57:36.125Z] ---> f84a7e955bab [2023-03-07T20:57:36.125Z] Step 13/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-03-07T20:57:36.125Z] Removing intermediate container a59b3cf3ff45 [2023-03-07T20:57:36.125Z] ---> 4f62f5ef4758 [2023-03-07T20:57:36.125Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-07T20:57:36.125Z] ---> Running in 3aeaffed1925 [2023-03-07T20:57:36.125Z] ---> Running in 87cda39d0d0c [2023-03-07T20:57:36.125Z] Removing intermediate container 3aeaffed1925 [2023-03-07T20:57:36.125Z] ---> 9b235961ed73 [2023-03-07T20:57:36.125Z] Step 30/32 : LABEL arch=x86_64 [2023-03-07T20:57:36.125Z] Removing intermediate container 87cda39d0d0c [2023-03-07T20:57:36.125Z] ---> 65622ea6406b [2023-03-07T20:57:36.125Z] Step 20/22 : LABEL arch=x86_64 [2023-03-07T20:57:36.690Z] ---> d6cee859a451 [2023-03-07T20:57:36.690Z] Step 14/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-03-07T20:57:36.690Z] ---> Running in 59b3804f32e2 [2023-03-07T20:57:36.690Z] ---> Running in 908db6e4a21e [2023-03-07T20:57:44.937Z] Removing intermediate container 59b3804f32e2 [2023-03-07T20:57:44.937Z] ---> 0c3bdaa9a6cb [2023-03-07T20:57:44.937Z] Step 31/32 : LABEL git_sha=08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T20:57:47.552Z] ---> cde8e68f9883 [2023-03-07T20:57:47.552Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-03-07T20:57:47.552Z] Removing intermediate container 908db6e4a21e [2023-03-07T20:57:47.552Z] ---> c019df5fc5da [2023-03-07T20:57:47.552Z] Step 21/22 : LABEL git_sha=08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T20:57:47.552Z] ---> Running in 1d13a2dac028 [2023-03-07T20:57:47.552Z] Removing intermediate container a1a32fdf2e3c [2023-03-07T20:57:47.552Z] ---> dcaab29c900d [2023-03-07T20:57:47.552Z] [2023-03-07T20:57:47.552Z] Step 10/22 : FROM alpine:3.16 [2023-03-07T20:57:47.552Z] ---> dfd21b5a31f5 [2023-03-07T20:57:47.552Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-07T20:57:48.125Z] ---> Running in 9b964684bf45 [2023-03-07T20:57:48.385Z] ---> 6fb2b22bac8d [2023-03-07T20:57:48.385Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-03-07T20:57:48.385Z] Removing intermediate container 32fc5cf000c7 [2023-03-07T20:57:48.385Z] ---> 92a6e82eea8f [2023-03-07T20:57:48.385Z] Step 7/24 : COPY . . [2023-03-07T20:57:48.385Z] ---> Running in 14de74175a58 [2023-03-07T20:57:49.238Z] Removing intermediate container 6bfcc79d694c [2023-03-07T20:57:49.238Z] ---> fa629c3ad870 [2023-03-07T20:57:49.238Z] Step 8/22 : COPY . . [2023-03-07T20:57:49.238Z] Removing intermediate container 237e3114a4e7 [2023-03-07T20:57:49.238Z] ---> e25cffe9e135 [2023-03-07T20:57:49.238Z] Step 7/23 : COPY . . [2023-03-07T20:57:49.238Z] Removing intermediate container 7860119079e7 [2023-03-07T20:57:49.238Z] ---> 403cc1588da5 [2023-03-07T20:57:49.238Z] Step 8/22 : COPY . . [2023-03-07T20:57:49.238Z] Removing intermediate container d50ac8c2764f [2023-03-07T20:57:49.238Z] ---> 13956392eda4 [2023-03-07T20:57:49.238Z] Step 7/20 : COPY . . [2023-03-07T20:57:49.238Z] Removing intermediate container 7ff3c996de51 [2023-03-07T20:57:49.238Z] ---> ee98d57a4e5f [2023-03-07T20:57:49.238Z] Step 8/22 : COPY . . [2023-03-07T20:57:49.238Z] ---> 09c07b373e8a [2023-03-07T20:57:49.238Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-03-07T20:57:49.238Z] ---> a663d7034c39 [2023-03-07T20:57:49.238Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-03-07T20:57:49.238Z] ---> a5532e85d5d6 [2023-03-07T20:57:49.238Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-03-07T20:57:49.238Z] ---> d6073f5e4e45 [2023-03-07T20:57:49.238Z] Step 8/20 : RUN make cmd/secrets-config/secrets-config [2023-03-07T20:57:49.238Z] ---> db445122309c [2023-03-07T20:57:49.238Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-03-07T20:57:49.238Z] ---> Running in a19294f6327f [2023-03-07T20:57:49.238Z] ---> Running in 1986f00b2c16 [2023-03-07T20:57:49.238Z] ---> Running in 3cd97c138f11 [2023-03-07T20:57:49.238Z] ---> Running in da3fe2fc7cc2 [2023-03-07T20:57:49.238Z] ---> Running in 7fd54d061af0 [2023-03-07T20:57:50.210Z] Removing intermediate container 1986f00b2c16 [2023-03-07T20:57:50.211Z] ---> eca3d8c5335f [2023-03-07T20:57:50.211Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-03-07T20:57:50.211Z] ---> Running in 7496f85c1615 [2023-03-07T20:57:52.186Z] Removing intermediate container 7496f85c1615 [2023-03-07T20:57:52.186Z] ---> 4d3a6d614681 [2023-03-07T20:57:52.186Z] 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-07T20:57:52.186Z] ---> Running in 55fb2c8668cd [2023-03-07T20:57:53.611Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-03-07T20:57:53.881Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-03-07T20:57:53.881Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-03-07T20:57:53.881Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-03-07T20:57:55.306Z] Removing intermediate container 55fb2c8668cd [2023-03-07T20:57:55.306Z] ---> b05593586d0c [2023-03-07T20:57:55.306Z] Step 11/23 : WORKDIR /edgex-go [2023-03-07T20:57:55.580Z] ---> Running in 659d5aaccffe [2023-03-07T20:57:56.165Z] Removing intermediate container 659d5aaccffe [2023-03-07T20:57:56.165Z] ---> e2e7e32122b9 [2023-03-07T20:57:56.165Z] [2023-03-07T20:57:56.165Z] Step 12/23 : FROM alpine:3.15 [2023-03-07T20:57:56.450Z] 3.15: Pulling from library/alpine [2023-03-07T20:57:58.420Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-03-07T20:57:58.420Z] Status: Downloaded newer image for alpine:3.15 [2023-03-07T20:57:58.420Z] ---> 354640af7b1b [2023-03-07T20:57:58.420Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-07T20:57:58.719Z] ---> Running in 43882b512145 [2023-03-07T20:57:59.694Z] Removing intermediate container 43882b512145 [2023-03-07T20:57:59.694Z] ---> c333a41a9b67 [2023-03-07T20:57:59.694Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-07T20:57:59.694Z] ---> Running in 148ed7c4e879 [2023-03-07T20:58:00.620Z] Removing intermediate container 1d13a2dac028 [2023-03-07T20:58:00.620Z] ---> 3ed089c30b88 [2023-03-07T20:58:00.620Z] Step 32/32 : LABEL version=3.0.0-dev.79 [2023-03-07T20:58:00.620Z] Removing intermediate container 9b964684bf45 [2023-03-07T20:58:00.620Z] ---> 1f04458b0a79 [2023-03-07T20:58:00.620Z] Step 22/22 : LABEL version=3.0.0-dev.79 [2023-03-07T20:58:00.620Z] ---> 67f0a5780417 [2023-03-07T20:58:00.620Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-03-07T20:58:00.620Z] Removing intermediate container 14de74175a58 [2023-03-07T20:58:00.620Z] ---> 611576802492 [2023-03-07T20:58:00.620Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-03-07T20:58:00.903Z] ---> fb9123b150d0 [2023-03-07T20:58:00.903Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-03-07T20:58:01.472Z] ---> Running in 71ac575d9140 [2023-03-07T20:58:01.472Z] ---> Running in 3be3d3ca16e7 [2023-03-07T20:58:01.735Z] ---> Running in e62eebd3b4c9 [2023-03-07T20:58:01.735Z] ---> Running in 51a3876990af [2023-03-07T20:58:01.995Z] ---> 5d2520d19569 [2023-03-07T20:58:01.995Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-03-07T20:58:02.299Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-07T20:58:02.565Z] Removing intermediate container 71ac575d9140 [2023-03-07T20:58:02.565Z] ---> 620b08252e11 [2023-03-07T20:58:02.565Z] [2023-03-07T20:58:02.839Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-07T20:58:02.839Z] Successfully built 620b08252e11 [2023-03-07T20:58:02.839Z] ---> f2339099002a [2023-03-07T20:58:02.840Z] Step 19/23 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-07T20:58:02.840Z] Removing intermediate container 3be3d3ca16e7 [2023-03-07T20:58:02.840Z] ---> c9f2e96a8233 [2023-03-07T20:58:02.840Z] [2023-03-07T20:58:02.840Z] Successfully tagged security-bootstrapper:latest [2023-03-07T20:58:02.840Z] Building core-command [2023-03-07T20:58:02.885Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-07T20:58:03.100Z]  Building security-bootstrapper ... done Successfully built c9f2e96a8233 [2023-03-07T20:58:03.100Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-07T20:58:03.100Z] Removing intermediate container 51a3876990af [2023-03-07T20:58:03.100Z] ---> a129a763a558 [2023-03-07T20:58:03.100Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-03-07T20:58:03.100Z] Successfully tagged support-scheduler:latest [2023-03-07T20:58:03.100Z]  Building support-scheduler ... done Building security-proxy-auth [2023-03-07T20:58:03.359Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-07T20:58:03.359Z] Executing busybox-1.35.0-r17.trigger [2023-03-07T20:58:03.359Z] OK: 6 MiB in 15 packages [2023-03-07T20:58:05.483Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-07T20:58:05.483Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-07T20:58:05.483Z] OK: 15736 distinct packages available [2023-03-07T20:58:05.483Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-07T20:58:06.070Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-07T20:58:07.575Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-07T20:58:07.576Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-07T20:58:07.576Z] ---> d0626edf308c [2023-03-07T20:58:07.576Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-07T20:58:07.576Z] ---> Using cache [2023-03-07T20:58:07.576Z] ---> 3171d8773fd7 [2023-03-07T20:58:07.576Z] Step 4/23 : WORKDIR /edgex-go [2023-03-07T20:58:07.576Z] ---> Using cache [2023-03-07T20:58:07.576Z] ---> 79d68cb41385 [2023-03-07T20:58:07.576Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-07T20:58:07.576Z] ---> Using cache [2023-03-07T20:58:07.576Z] ---> 9afc2c885b14 [2023-03-07T20:58:07.576Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-07T20:58:07.576Z] ---> Using cache [2023-03-07T20:58:07.576Z] ---> 325d72f92e4a [2023-03-07T20:58:07.576Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-07T20:58:07.576Z] ---> Using cache [2023-03-07T20:58:07.576Z] ---> 446f790e52de [2023-03-07T20:58:07.576Z] Step 8/23 : COPY . . [2023-03-07T20:58:07.576Z] ---> Using cache [2023-03-07T20:58:07.576Z] ---> 64ddee43eab5 [2023-03-07T20:58:07.576Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-03-07T20:58:08.667Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-03-07T20:58:08.667Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-03-07T20:58:08.667Z] (3/5) Installing libucontext (1.1-r0) [2023-03-07T20:58:08.667Z] (4/5) Installing gcompat (1.0.0-r4) [2023-03-07T20:58:08.667Z] (5/5) Installing openssl (1.1.1t-r1) [2023-03-07T20:58:08.667Z] Executing busybox-1.34.1-r7.trigger [2023-03-07T20:58:08.667Z] OK: 6 MiB in 19 packages [2023-03-07T20:58:12.044Z] Removing intermediate container 148ed7c4e879 [2023-03-07T20:58:12.044Z] ---> 70228da8620e [2023-03-07T20:58:12.044Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-07T20:58:13.066Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-07T20:58:13.066Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-07T20:58:13.066Z] ---> d0626edf308c [2023-03-07T20:58:13.066Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-07T20:58:13.066Z] ---> Using cache [2023-03-07T20:58:13.066Z] ---> 3171d8773fd7 [2023-03-07T20:58:13.066Z] Step 4/22 : WORKDIR /edgex-go [2023-03-07T20:58:13.066Z] ---> Using cache [2023-03-07T20:58:13.066Z] ---> 79d68cb41385 [2023-03-07T20:58:13.066Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-07T20:58:13.066Z] ---> Using cache [2023-03-07T20:58:13.066Z] ---> 9afc2c885b14 [2023-03-07T20:58:13.066Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-07T20:58:13.066Z] ---> Using cache [2023-03-07T20:58:13.066Z] ---> 325d72f92e4a [2023-03-07T20:58:13.066Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-07T20:58:13.066Z] ---> Using cache [2023-03-07T20:58:13.066Z] ---> 446f790e52de [2023-03-07T20:58:13.066Z] Step 8/22 : COPY . . [2023-03-07T20:58:13.066Z] ---> Using cache [2023-03-07T20:58:13.066Z] ---> 64ddee43eab5 [2023-03-07T20:58:13.066Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-03-07T20:58:19.995Z] ---> Running in 46aad7a4d854 [2023-03-07T20:58:19.995Z] ---> Running in fe183a3334f6 [2023-03-07T20:58:19.995Z] ---> Running in 7cf0694d0786 [2023-03-07T20:58:19.995Z] ---> Running in 9e4c8613a140 [2023-03-07T20:58:20.277Z] ---> 3509ebff978d [2023-03-07T20:58:20.277Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-03-07T20:58:20.559Z] Removing intermediate container e62eebd3b4c9 [2023-03-07T20:58:20.559Z] ---> 8386375054f2 [2023-03-07T20:58:20.560Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-07T20:58:20.817Z] Removing intermediate container 7cf0694d0786 [2023-03-07T20:58:20.817Z] ---> ae933dc48092 [2023-03-07T20:58:20.817Z] 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-07T20:58:21.076Z] ---> Running in d045a38caac8 [2023-03-07T20:58:21.076Z] ---> 734c82a877f5 [2023-03-07T20:58:21.076Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-03-07T20:58:21.361Z] Removing intermediate container 46aad7a4d854 [2023-03-07T20:58:21.361Z] ---> 9fc2c27bb418 [2023-03-07T20:58:21.361Z] Step 20/23 : ENTRYPOINT ["entrypoint.sh"] [2023-03-07T20:58:21.624Z] ---> Running in 90869ee2cb17 [2023-03-07T20:58:21.624Z] ---> 2ee969881064 [2023-03-07T20:58:21.624Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-03-07T20:58:21.624Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-03-07T20:58:21.624Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-03-07T20:58:21.693Z] ---> b56fe923dfd0 [2023-03-07T20:58:21.693Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-03-07T20:58:21.882Z] Removing intermediate container 90869ee2cb17 [2023-03-07T20:58:21.882Z] ---> 9819e4b55a1f [2023-03-07T20:58:21.882Z] Step 21/23 : LABEL arch=x86_64 [2023-03-07T20:58:21.883Z] ---> Running in 9ea44f99e6cd [2023-03-07T20:58:21.883Z] ---> 484424afb6f4 [2023-03-07T20:58:21.883Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-03-07T20:58:21.883Z] Removing intermediate container 9ea44f99e6cd [2023-03-07T20:58:21.883Z] ---> f6c23a6c73cb [2023-03-07T20:58:21.883Z] Step 22/23 : LABEL git_sha=08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T20:58:22.139Z] ---> Running in edd84532bd0f [2023-03-07T20:58:22.139Z] Removing intermediate container d045a38caac8 [2023-03-07T20:58:22.139Z] ---> 705be070c9f0 [2023-03-07T20:58:22.139Z] Step 11/24 : WORKDIR /edgex-go [2023-03-07T20:58:22.139Z] ---> a021b08e3325 [2023-03-07T20:58:22.139Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-07T20:58:22.139Z] ---> Running in 8ca407ec22c0 [2023-03-07T20:58:22.139Z] Removing intermediate container edd84532bd0f [2023-03-07T20:58:22.139Z] ---> 451b6c5c15df [2023-03-07T20:58:22.139Z] Step 23/23 : LABEL version=3.0.0-dev.79 [2023-03-07T20:58:22.139Z] ---> Running in 1f45ba1acba8 [2023-03-07T20:58:22.139Z] ---> Running in 66d1e5c8f034 [2023-03-07T20:58:22.399Z] Removing intermediate container 8ca407ec22c0 [2023-03-07T20:58:22.399Z] ---> 9e5d9ea34e9f [2023-03-07T20:58:22.399Z] [2023-03-07T20:58:22.399Z] Step 12/24 : FROM alpine:3.15 [2023-03-07T20:58:22.399Z] ---> 5ce65d7b0fde [2023-03-07T20:58:22.399Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-07T20:58:22.399Z] ---> Using cache [2023-03-07T20:58:22.399Z] ---> 5468691a73fd [2023-03-07T20:58:22.399Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-03-07T20:58:22.399Z] ---> Running in 255e6039f150 [2023-03-07T20:58:22.399Z] Removing intermediate container 66d1e5c8f034 [2023-03-07T20:58:22.399Z] ---> efacac70f514 [2023-03-07T20:58:22.399Z] [2023-03-07T20:58:22.399Z] Successfully built efacac70f514 [2023-03-07T20:58:22.399Z] Successfully tagged security-secretstore-setup:latest [2023-03-07T20:58:22.399Z]  Building security-secretstore-setup ... done Building security-spiffe-token-provider [2023-03-07T20:58:22.983Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-07T20:58:23.109Z] ---> aaff3c956d1d [2023-03-07T20:58:23.109Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-03-07T20:58:23.254Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-07T20:58:23.551Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-07T20:58:23.551Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-07T20:58:23.551Z] OK: 15859 distinct packages available [2023-03-07T20:58:23.551Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-07T20:58:23.868Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-07T20:58:24.128Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-03-07T20:58:24.128Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-03-07T20:58:24.128Z] (3/4) Installing libucontext (1.1-r0) [2023-03-07T20:58:24.128Z] (4/4) Installing gcompat (1.0.0-r4) [2023-03-07T20:58:24.128Z] Executing busybox-1.34.1-r7.trigger [2023-03-07T20:58:24.128Z] OK: 6 MiB in 18 packages [2023-03-07T20:58:26.688Z] ---> ac9c027d2516 [2023-03-07T20:58:26.688Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-07T20:58:26.688Z] ---> Running in 3fcb6e847e0c [2023-03-07T20:58:26.981Z] Removing intermediate container 3fcb6e847e0c [2023-03-07T20:58:26.981Z] ---> 6c50f62cbad4 [2023-03-07T20:58:26.981Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-07T20:58:27.266Z] ---> Running in d1cba370bb40 [2023-03-07T20:58:27.881Z] Removing intermediate container d1cba370bb40 [2023-03-07T20:58:27.881Z] ---> 254c662078e0 [2023-03-07T20:58:27.881Z] Step 21/23 : LABEL arch=arm64 [2023-03-07T20:58:28.150Z] ---> Running in 66f3eb39b6f5 [2023-03-07T20:58:28.466Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-07T20:58:28.466Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-03-07T20:58:28.466Z] ---> d0626edf308c [2023-03-07T20:58:28.466Z] Step 3/19 : WORKDIR /edgex-go [2023-03-07T20:58:28.466Z] ---> Using cache [2023-03-07T20:58:28.466Z] ---> 98a21d06b701 [2023-03-07T20:58:28.466Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-03-07T20:58:28.739Z] Removing intermediate container 66f3eb39b6f5 [2023-03-07T20:58:28.739Z] ---> 6245488d8ee1 [2023-03-07T20:58:28.739Z] Step 22/23 : LABEL git_sha=08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T20:58:29.006Z] ---> Running in 947a3994078d [2023-03-07T20:58:29.592Z] Removing intermediate container 947a3994078d [2023-03-07T20:58:29.592Z] ---> 818d61238892 [2023-03-07T20:58:29.592Z] Step 23/23 : LABEL version=3.0.0-dev.79 [2023-03-07T20:58:29.592Z] ---> Running in e455c3ba9b28 [2023-03-07T20:58:30.553Z] Removing intermediate container e455c3ba9b28 [2023-03-07T20:58:30.553Z] ---> 51f2a35c22ce [2023-03-07T20:58:30.553Z] [2023-03-07T20:58:30.553Z] Successfully built 51f2a35c22ce [2023-03-07T20:58:30.553Z] Successfully tagged security-spire-server-arm64:latest [2023-03-07T20:58:30.553Z]  Building security-spire-server ... done Building security-spiffe-token-provider [2023-03-07T20:58:37.407Z] ---> Running in dd25bf38dd9e [2023-03-07T20:58:38.363Z] Removing intermediate container 1f45ba1acba8 [2023-03-07T20:58:38.363Z] ---> 08b887a6e3d8 [2023-03-07T20:58:38.363Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-07T20:58:38.774Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-07T20:58:38.774Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-03-07T20:58:38.774Z] ---> 487f7d257f44 [2023-03-07T20:58:38.774Z] Step 3/19 : WORKDIR /edgex-go [2023-03-07T20:58:38.774Z] ---> Using cache [2023-03-07T20:58:38.774Z] ---> b6818414b8c9 [2023-03-07T20:58:38.774Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-03-07T20:58:38.939Z] Removing intermediate container 255e6039f150 [2023-03-07T20:58:38.939Z] ---> d94bc75dc8b0 [2023-03-07T20:58:38.939Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-07T20:58:38.939Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-07T20:58:38.939Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-07T20:58:39.251Z] v3.16.4-45-gacf6038d705 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-03-07T20:58:39.251Z] v3.16.4-42-gf483c31bb36 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-03-07T20:58:39.251Z] OK: 17046 distinct packages available [2023-03-07T20:58:39.509Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-07T20:58:39.509Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-07T20:58:39.509Z] OK: 211 MiB in 51 packages [2023-03-07T20:58:40.182Z] ---> Running in c5772f66995f [2023-03-07T20:58:40.923Z] ---> Running in 42be3707c804 [2023-03-07T20:58:42.255Z] ---> f9ad10e564a2 [2023-03-07T20:58:42.515Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-03-07T20:58:42.770Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-07T20:58:42.775Z] Removing intermediate container 42be3707c804 [2023-03-07T20:58:42.775Z] ---> 1fabecd0cc96 [2023-03-07T20:58:42.775Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-03-07T20:58:43.042Z] ---> b2b08f764fb2 [2023-03-07T20:58:43.042Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-03-07T20:58:43.042Z] ---> Running in 830ba064c3fc [2023-03-07T20:58:43.042Z] Removing intermediate container dd25bf38dd9e [2023-03-07T20:58:43.042Z] ---> 5e5f5600e85f [2023-03-07T20:58:43.042Z] Step 5/19 : COPY go.mod vendor* ./ [2023-03-07T20:58:43.301Z] ---> Running in f84714fe1d2d [2023-03-07T20:58:43.301Z] Removing intermediate container 830ba064c3fc [2023-03-07T20:58:43.301Z] ---> abe1d581ee74 [2023-03-07T20:58:43.301Z] Step 20/22 : LABEL arch=x86_64 [2023-03-07T20:58:43.301Z] ---> Running in 422907ce6b6b [2023-03-07T20:58:43.358Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-07T20:58:43.571Z] Removing intermediate container f84714fe1d2d [2023-03-07T20:58:43.571Z] ---> 46992f1d2dd2 [2023-03-07T20:58:43.571Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-03-07T20:58:43.571Z] ---> 07936821122b [2023-03-07T20:58:43.571Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-07T20:58:43.571Z] Removing intermediate container 422907ce6b6b [2023-03-07T20:58:43.571Z] ---> 77c5ecb6079f [2023-03-07T20:58:43.571Z] Step 21/22 : LABEL git_sha=08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T20:58:43.571Z] ---> Running in b5c2cef9d63b [2023-03-07T20:58:43.828Z] ---> Running in 56885317eb29 [2023-03-07T20:58:43.828Z] ---> 15b044a742db [2023-03-07T20:58:43.828Z] Step 19/24 : WORKDIR / [2023-03-07T20:58:43.828Z] Removing intermediate container 56885317eb29 [2023-03-07T20:58:43.828Z] ---> a05988331871 [2023-03-07T20:58:43.828Z] Step 22/22 : LABEL version=3.0.0-dev.79 [2023-03-07T20:58:43.828Z] ---> Running in d591c918f608 [2023-03-07T20:58:44.086Z] ---> Running in 54de5f036007 [2023-03-07T20:58:44.343Z] Removing intermediate container d591c918f608 [2023-03-07T20:58:44.343Z] ---> f4bfb2154980 [2023-03-07T20:58:44.343Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-07T20:58:44.343Z] ---> Running in 06a3833dec7f [2023-03-07T20:58:44.343Z] Removing intermediate container 54de5f036007 [2023-03-07T20:58:44.343Z] ---> 03724806fe83 [2023-03-07T20:58:44.343Z] [2023-03-07T20:58:44.343Z] Successfully built 03724806fe83 [2023-03-07T20:58:44.343Z] Successfully tagged core-common-config-bootstrapper:latest [2023-03-07T20:58:44.343Z] Building core-data [2023-03-07T20:58:45.304Z] v3.16.4-45-gacf6038d705 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-03-07T20:58:45.304Z] v3.16.4-42-gf483c31bb36 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-03-07T20:58:45.304Z] OK: 16903 distinct packages available [2023-03-07T20:58:45.576Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-07T20:58:46.157Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-07T20:58:47.566Z] OK: 221 MiB in 51 packages [2023-03-07T20:58:48.985Z] Removing intermediate container c5772f66995f [2023-03-07T20:58:48.985Z] ---> a8353daa8dc1 [2023-03-07T20:58:48.985Z] Step 5/19 : COPY go.mod vendor* ./ [2023-03-07T20:58:49.945Z] ---> 6ad8f14b549f [2023-03-07T20:58:49.945Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-07T20:58:49.945Z] ---> Running in 760c3d8ddd5a [2023-03-07T20:58:54.560Z]  Building core-common-config-bootstrapper ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-07T20:58:54.560Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-07T20:58:54.560Z] ---> d0626edf308c [2023-03-07T20:58:54.560Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-07T20:58:54.560Z] ---> Using cache [2023-03-07T20:58:54.560Z] ---> 3171d8773fd7 [2023-03-07T20:58:54.560Z] Step 4/22 : WORKDIR /edgex-go [2023-03-07T20:58:54.560Z] ---> Using cache [2023-03-07T20:58:54.560Z] ---> 79d68cb41385 [2023-03-07T20:58:54.560Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-07T20:58:54.560Z] ---> Using cache [2023-03-07T20:58:54.560Z] ---> 9afc2c885b14 [2023-03-07T20:58:54.560Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-07T20:58:54.560Z] ---> Using cache [2023-03-07T20:58:54.560Z] ---> 325d72f92e4a [2023-03-07T20:58:54.560Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-07T20:58:54.560Z] ---> Using cache [2023-03-07T20:58:54.560Z] ---> 446f790e52de [2023-03-07T20:58:54.560Z] Step 8/22 : COPY . . [2023-03-07T20:58:54.560Z] ---> Using cache [2023-03-07T20:58:54.560Z] ---> 64ddee43eab5 [2023-03-07T20:58:54.560Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-03-07T20:58:58.674Z] Removing intermediate container 06a3833dec7f [2023-03-07T20:58:58.674Z] ---> 982ad5aaf340 [2023-03-07T20:58:58.674Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-07T20:58:58.674Z] ---> Running in 7873434d3d87 [2023-03-07T20:58:58.674Z] ---> Running in 149138c7c054 [2023-03-07T20:58:58.941Z] Removing intermediate container 149138c7c054 [2023-03-07T20:58:58.941Z] ---> d6609c25d3c1 [2023-03-07T20:58:58.941Z] Step 22/24 : LABEL arch=x86_64 [2023-03-07T20:59:01.511Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-03-07T20:59:04.519Z] ---> Running in 36a7eed61485 [2023-03-07T20:59:04.779Z] Removing intermediate container 36a7eed61485 [2023-03-07T20:59:04.779Z] ---> b9e1b3b8ba54 [2023-03-07T20:59:04.779Z] Step 23/24 : LABEL git_sha=08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T20:59:04.779Z] Removing intermediate container 9e4c8613a140 [2023-03-07T20:59:04.779Z] ---> cc50a0de2cb4 [2023-03-07T20:59:04.779Z] [2023-03-07T20:59:04.779Z] Step 10/22 : FROM alpine:3.16 [2023-03-07T20:59:04.779Z] ---> dfd21b5a31f5 [2023-03-07T20:59:04.779Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-07T20:59:04.779Z] ---> Using cache [2023-03-07T20:59:04.779Z] ---> 611576802492 [2023-03-07T20:59:04.779Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-03-07T20:59:04.779Z] ---> Using cache [2023-03-07T20:59:04.779Z] ---> 8386375054f2 [2023-03-07T20:59:04.779Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-07T20:59:04.779Z] ---> Using cache [2023-03-07T20:59:04.779Z] Removing intermediate container fe183a3334f6 [2023-03-07T20:59:04.779Z] ---> 15874577d222 [2023-03-07T20:59:04.779Z] [2023-03-07T20:59:04.779Z] Step 10/23 : FROM alpine:3.16 [2023-03-07T20:59:04.779Z] ---> dfd21b5a31f5 [2023-03-07T20:59:04.779Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-03-07T20:59:04.779Z] ---> 734c82a877f5 [2023-03-07T20:59:04.779Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-03-07T20:59:04.779Z] ---> Using cache [2023-03-07T20:59:04.779Z] ---> e3fca4ff347d [2023-03-07T20:59:04.779Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-07T20:59:04.779Z] ---> Using cache [2023-03-07T20:59:04.779Z] ---> 4958f7c5cda1 [2023-03-07T20:59:04.779Z] Step 13/23 : ENV APP_PORT=59882 [2023-03-07T20:59:04.779Z] ---> Running in a0934fbaa7ac [2023-03-07T20:59:04.779Z] ---> Running in 71fa89bc3487 [2023-03-07T20:59:04.779Z] Removing intermediate container 71fa89bc3487 [2023-03-07T20:59:04.779Z] ---> 23f9e59776e0 [2023-03-07T20:59:04.779Z] Step 24/24 : LABEL version=3.0.0-dev.79 [2023-03-07T20:59:05.038Z] ---> Running in eda954cffb3e [2023-03-07T20:59:05.038Z] Removing intermediate container a0934fbaa7ac [2023-03-07T20:59:05.038Z] ---> 91ffd4406517 [2023-03-07T20:59:05.038Z] Step 14/23 : EXPOSE $APP_PORT [2023-03-07T20:59:05.298Z] Removing intermediate container eda954cffb3e [2023-03-07T20:59:05.298Z] ---> 4f391ffed990 [2023-03-07T20:59:05.298Z] [2023-03-07T20:59:05.298Z] ---> Running in 5594381b76f3 [2023-03-07T20:59:05.298Z] Successfully built 4f391ffed990 [2023-03-07T20:59:05.562Z] Successfully tagged security-spire-config:latest [2023-03-07T20:59:05.562Z] Building support-notifications [2023-03-07T20:59:05.562Z]  Building security-spire-config ... done  ---> 115a8f941916 [2023-03-07T20:59:05.562Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml [2023-03-07T20:59:11.439Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-07T20:59:11.439Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-07T20:59:11.439Z] ---> d0626edf308c [2023-03-07T20:59:11.439Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-07T20:59:11.439Z] ---> Using cache [2023-03-07T20:59:11.439Z] ---> 3171d8773fd7 [2023-03-07T20:59:11.439Z] Step 4/22 : WORKDIR /edgex-go [2023-03-07T20:59:11.439Z] ---> Using cache [2023-03-07T20:59:11.439Z] ---> 79d68cb41385 [2023-03-07T20:59:11.439Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-03-07T20:59:18.280Z] Removing intermediate container 5594381b76f3 [2023-03-07T20:59:18.280Z] ---> 0b4ca25bcfb5 [2023-03-07T20:59:18.280Z] Step 15/23 : WORKDIR / [2023-03-07T20:59:18.280Z] ---> bb732dcef447 [2023-03-07T20:59:18.280Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-03-07T20:59:18.280Z] ---> Running in fb8a1ef174d6 [2023-03-07T20:59:18.280Z] ---> Running in 4e3e60613603 [2023-03-07T20:59:18.847Z] Removing intermediate container 4e3e60613603 [2023-03-07T20:59:18.847Z] ---> e23872937be4 [2023-03-07T20:59:18.847Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-07T20:59:19.108Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-07T20:59:19.108Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-07T20:59:19.672Z] OK: 211 MiB in 51 packages [2023-03-07T20:59:22.237Z] ---> c0b89f31ba8c [2023-03-07T20:59:22.237Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-07T20:59:29.076Z] ---> 918adbc356ef [2023-03-07T20:59:29.076Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-03-07T20:59:29.076Z] ---> Running in 8679360caca3 [2023-03-07T20:59:29.076Z] Removing intermediate container fb8a1ef174d6 [2023-03-07T20:59:29.076Z] ---> 31a6c95f39be [2023-03-07T20:59:29.076Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-07T20:59:29.642Z] ---> be1a67606c12 [2023-03-07T20:59:29.642Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-03-07T20:59:32.404Z] ---> 873b377d55f6 [2023-03-07T20:59:32.404Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-07T20:59:36.611Z] ---> 9d3e10fb126b [2023-03-07T20:59:36.611Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-03-07T20:59:36.611Z] ---> Running in fc0c7336a467 [2023-03-07T20:59:36.611Z] Removing intermediate container 7873434d3d87 [2023-03-07T20:59:36.611Z] ---> 34c06efea620 [2023-03-07T20:59:36.611Z] [2023-03-07T20:59:36.611Z] Step 10/22 : FROM alpine:3.16 [2023-03-07T20:59:36.611Z] ---> dfd21b5a31f5 [2023-03-07T20:59:36.611Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-03-07T20:59:36.611Z] ---> Running in 4a9b777516c8 [2023-03-07T20:59:36.611Z] ---> Running in aeb4354170e6 [2023-03-07T20:59:36.873Z] Removing intermediate container 8679360caca3 [2023-03-07T20:59:36.873Z] ---> 67eb7fa55d5d [2023-03-07T20:59:36.873Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-07T20:59:36.873Z] Removing intermediate container 4a9b777516c8 [2023-03-07T20:59:36.873Z] ---> 6426a94361d4 [2023-03-07T20:59:36.873Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-07T20:59:36.873Z] ---> Running in 238fd4405de4 [2023-03-07T20:59:36.873Z] ---> Running in 86f598231bd1 [2023-03-07T20:59:36.873Z] Removing intermediate container aeb4354170e6 [2023-03-07T20:59:36.873Z] ---> 1553fd5d2bcd [2023-03-07T20:59:36.873Z] Step 12/22 : ENV APP_PORT=59880 [2023-03-07T20:59:36.873Z] ---> Running in a59b8ecf18b0 [2023-03-07T20:59:36.873Z] Removing intermediate container 238fd4405de4 [2023-03-07T20:59:36.873Z] ---> 47b3c5f1d73a [2023-03-07T20:59:36.873Z] Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-03-07T20:59:37.137Z] Removing intermediate container 86f598231bd1 [2023-03-07T20:59:37.137Z] ---> f417bccb5e4c [2023-03-07T20:59:37.137Z] Step 21/23 : LABEL arch=x86_64 [2023-03-07T20:59:37.137Z] ---> Running in 812a4cd7b088 [2023-03-07T20:59:37.137Z] Removing intermediate container a59b8ecf18b0 [2023-03-07T20:59:37.137Z] ---> e8b063989e1e [2023-03-07T20:59:37.137Z] Step 13/22 : EXPOSE $APP_PORT [2023-03-07T20:59:37.137Z] ---> Running in 67ba615c8274 [2023-03-07T20:59:37.137Z] ---> Running in 0eef258251ed [2023-03-07T20:59:37.137Z] Removing intermediate container 812a4cd7b088 [2023-03-07T20:59:37.137Z] ---> 009f6c165c2f [2023-03-07T20:59:37.137Z] Step 20/22 : LABEL arch=x86_64 [2023-03-07T20:59:37.137Z] Removing intermediate container 67ba615c8274 [2023-03-07T20:59:37.137Z] ---> 7f7249d533a3 [2023-03-07T20:59:37.137Z] Step 22/23 : LABEL git_sha=08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T20:59:37.137Z] ---> Running in 0a1a8614c807 [2023-03-07T20:59:37.438Z] Removing intermediate container 0eef258251ed [2023-03-07T20:59:37.438Z] ---> 978953ae142d [2023-03-07T20:59:37.438Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-03-07T20:59:37.438Z] ---> Running in aa24911bd363 [2023-03-07T20:59:37.438Z] Removing intermediate container b5c2cef9d63b [2023-03-07T20:59:37.438Z] ---> 6b4fd754f7a8 [2023-03-07T20:59:37.438Z] Step 7/19 : COPY . . [2023-03-07T20:59:38.008Z] ---> Running in 4a80565d7f33 [2023-03-07T20:59:46.535Z] Removing intermediate container aa24911bd363 [2023-03-07T20:59:46.535Z] ---> d9861b7fe52d [2023-03-07T20:59:46.535Z] Step 23/23 : LABEL version=3.0.0-dev.79 [2023-03-07T20:59:46.535Z] Removing intermediate container 0a1a8614c807 [2023-03-07T20:59:46.535Z] ---> 8076b3e2d3be [2023-03-07T20:59:46.535Z] Step 21/22 : LABEL git_sha=08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T20:59:47.167Z] ---> 1d175b6c4c28 [2023-03-07T20:59:47.167Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-03-07T20:59:47.167Z] ---> Running in b05cc1bb93e9 [2023-03-07T20:59:47.167Z] ---> Running in 0793390e0445 [2023-03-07T20:59:47.167Z] ---> Running in c0943ee79830 [2023-03-07T20:59:47.167Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-07T20:59:47.167Z] Removing intermediate container b05cc1bb93e9 [2023-03-07T20:59:47.167Z] ---> 8132cfec59b4 [2023-03-07T20:59:47.167Z] [2023-03-07T20:59:47.167Z] Removing intermediate container 0793390e0445 [2023-03-07T20:59:47.167Z] ---> 563e053152de [2023-03-07T20:59:47.167Z] Step 22/22 : LABEL version=3.0.0-dev.79 [2023-03-07T20:59:47.167Z] ---> Running in 530bafccd7e0 [2023-03-07T20:59:47.167Z] Successfully built 8132cfec59b4 [2023-03-07T20:59:47.167Z] Successfully tagged core-command:latest [2023-03-07T20:59:47.447Z]  Building core-command ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-07T20:59:47.447Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-03-07T20:59:47.713Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-07T20:59:47.713Z] Executing busybox-1.35.0-r17.trigger [2023-03-07T20:59:47.713Z] OK: 6 MiB in 15 packages [2023-03-07T20:59:47.713Z] Removing intermediate container 530bafccd7e0 [2023-03-07T20:59:47.713Z] ---> e99e9de7b4bc [2023-03-07T20:59:47.713Z] [2023-03-07T20:59:48.019Z] Successfully built e99e9de7b4bc [2023-03-07T20:59:48.019Z] Successfully tagged security-proxy-auth:latest [2023-03-07T20:59:49.012Z]  Building security-proxy-auth ... done Removing intermediate container 4a80565d7f33 [2023-03-07T20:59:49.012Z] ---> 72a9bae1a880 [2023-03-07T20:59:49.012Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-07T20:59:50.039Z] ---> c610869e0fbf [2023-03-07T20:59:50.039Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-03-07T21:00:08.805Z] ---> 073fadefc4b5 [2023-03-07T21:00:08.805Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-03-07T21:00:10.292Z] ---> 81dc32fd255e [2023-03-07T21:00:10.292Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-03-07T21:00:20.419Z] ---> Running in d1498456efb1 [2023-03-07T21:00:20.419Z] Removing intermediate container d1498456efb1 [2023-03-07T21:00:20.419Z] ---> 1d4cf6fe9fe7 [2023-03-07T21:00:20.419Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-07T21:00:20.419Z] ---> Running in f10241205275 [2023-03-07T21:00:20.419Z] Removing intermediate container f10241205275 [2023-03-07T21:00:20.419Z] ---> beabee45f8e6 [2023-03-07T21:00:20.419Z] Step 20/22 : LABEL arch=x86_64 [2023-03-07T21:00:20.419Z] ---> Running in 29d11ef16c34 [2023-03-07T21:00:20.419Z] Removing intermediate container fc0c7336a467 [2023-03-07T21:00:20.419Z] ---> 0b3e13b8fe40 [2023-03-07T21:00:20.419Z] Step 8/22 : COPY . . [2023-03-07T21:00:20.419Z] Removing intermediate container 29d11ef16c34 [2023-03-07T21:00:20.419Z] ---> df0a699c7ce6 [2023-03-07T21:00:20.419Z] Step 21/22 : LABEL git_sha=08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:00:32.772Z] ---> Running in 3016a204815d [2023-03-07T21:00:32.772Z] Removing intermediate container c0943ee79830 [2023-03-07T21:00:32.772Z] ---> 18006c42bfe6 [2023-03-07T21:00:32.772Z] [2023-03-07T21:00:32.772Z] Step 9/19 : FROM alpine:3.15 [2023-03-07T21:00:32.772Z] ---> 5ce65d7b0fde [2023-03-07T21:00:32.772Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-07T21:00:32.772Z] ---> Using cache [2023-03-07T21:00:32.772Z] ---> 5468691a73fd [2023-03-07T21:00:32.772Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-03-07T21:00:32.772Z] ---> ae5a21bb3d0b [2023-03-07T21:00:32.772Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-03-07T21:00:32.772Z] ---> Running in f1cae0171f1b [2023-03-07T21:00:32.772Z] ---> Running in c13b8bd207d6 [2023-03-07T21:00:32.772Z] Removing intermediate container 3016a204815d [2023-03-07T21:00:32.772Z] ---> 3b4ce3cdba0a [2023-03-07T21:00:32.772Z] Step 22/22 : LABEL version=3.0.0-dev.79 [2023-03-07T21:00:32.772Z] ---> Running in 80b2a1038cc4 [2023-03-07T21:00:32.772Z] Removing intermediate container 80b2a1038cc4 [2023-03-07T21:00:32.772Z] ---> a40afcbe0738 [2023-03-07T21:00:32.772Z] [2023-03-07T21:00:32.772Z] Successfully built a40afcbe0738 [2023-03-07T21:00:32.772Z] Successfully tagged core-data:latest [2023-03-07T21:00:32.772Z]  Building core-data ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-07T21:00:32.772Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-03-07T21:00:33.056Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-07T21:00:33.317Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-07T21:00:33.317Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-07T21:00:33.317Z] OK: 15859 distinct packages available [2023-03-07T21:00:33.317Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-07T21:00:33.577Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-07T21:00:33.838Z] (1/9) Installing ca-certificates (20220614-r0) [2023-03-07T21:00:33.838Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-03-07T21:00:33.838Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-03-07T21:00:33.838Z] (4/9) Installing libcurl (7.80.0-r6) [2023-03-07T21:00:33.838Z] (5/9) Installing curl (7.80.0-r6) [2023-03-07T21:00:33.838Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-03-07T21:00:33.838Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-03-07T21:00:33.838Z] (8/9) Installing libucontext (1.1-r0) [2023-03-07T21:00:33.838Z] (9/9) Installing gcompat (1.0.0-r4) [2023-03-07T21:00:33.838Z] Executing busybox-1.34.1-r7.trigger [2023-03-07T21:00:33.838Z] Executing ca-certificates-20220614-r0.trigger [2023-03-07T21:00:33.838Z] OK: 8 MiB in 23 packages [2023-03-07T21:00:35.748Z] Removing intermediate container f1cae0171f1b [2023-03-07T21:00:35.748Z] ---> d1805db40976 [2023-03-07T21:00:35.748Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-07T21:00:36.316Z] ---> 521fa0dda60d [2023-03-07T21:00:36.316Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-03-07T21:00:39.671Z] ---> ae4832fa756e [2023-03-07T21:00:39.671Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-03-07T21:00:39.954Z] ---> 1559485da469 [2023-03-07T21:00:39.954Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-03-07T21:00:40.519Z] ---> Running in c8519bb725af [2023-03-07T21:00:41.454Z] Removing intermediate container c8519bb725af [2023-03-07T21:00:41.454Z] ---> 4c61ac4f872b [2023-03-07T21:00:41.454Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-07T21:00:41.699Z] Removing intermediate container 760c3d8ddd5a [2023-03-07T21:00:41.699Z] ---> 93faac2279f6 [2023-03-07T21:00:41.699Z] Step 7/19 : COPY . . [2023-03-07T21:00:41.699Z] ---> be33ab5f17b1 [2023-03-07T21:00:41.699Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-03-07T21:00:41.699Z] ---> Running in 196d603ebd7d [2023-03-07T21:00:41.699Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-03-07T21:00:42.020Z] ---> Running in 1a5285d16219 [2023-03-07T21:00:42.313Z] Removing intermediate container 1a5285d16219 [2023-03-07T21:00:42.313Z] ---> 77e1877ea115 [2023-03-07T21:00:42.313Z] Step 17/19 : LABEL arch=x86_64 [2023-03-07T21:00:42.313Z] ---> Running in ce50e90cf13d [2023-03-07T21:00:42.571Z] Removing intermediate container ce50e90cf13d [2023-03-07T21:00:42.571Z] ---> 1e6cdac50aa9 [2023-03-07T21:00:42.571Z] Step 18/19 : LABEL git_sha=08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:00:42.571Z] ---> Running in 848c0efd82db [2023-03-07T21:00:42.870Z] Removing intermediate container 848c0efd82db [2023-03-07T21:00:42.870Z] ---> 206acb1cfe6e [2023-03-07T21:00:42.870Z] Step 19/19 : LABEL version=3.0.0-dev.79 [2023-03-07T21:00:43.435Z] ---> Running in cc7c3978c581 [2023-03-07T21:00:44.815Z] Removing intermediate container cc7c3978c581 [2023-03-07T21:00:44.815Z] ---> 31e7cdab657d [2023-03-07T21:00:44.815Z] [2023-03-07T21:00:44.815Z] Successfully built 31e7cdab657d [2023-03-07T21:00:44.815Z] Successfully tagged security-spiffe-token-provider:latest [2023-03-07T21:01:02.918Z]  Building security-spiffe-token-provider ... done Removing intermediate container c13b8bd207d6 [2023-03-07T21:01:02.918Z] ---> 1c385a79aa0b [2023-03-07T21:01:02.918Z] [2023-03-07T21:01:02.918Z] Step 10/22 : FROM alpine:3.16 [2023-03-07T21:01:02.918Z] ---> dfd21b5a31f5 [2023-03-07T21:01:02.918Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-03-07T21:01:02.918Z] ---> Running in 4d735c0e0726 [2023-03-07T21:01:02.918Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-07T21:01:02.918Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-07T21:01:02.918Z] (1/2) Installing ca-certificates (20220614-r0) [2023-03-07T21:01:02.918Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-03-07T21:01:02.918Z] Executing busybox-1.35.0-r17.trigger [2023-03-07T21:01:02.918Z] Executing ca-certificates-20220614-r0.trigger [2023-03-07T21:01:02.918Z] OK: 6 MiB in 16 packages [2023-03-07T21:01:03.487Z] Removing intermediate container 4d735c0e0726 [2023-03-07T21:01:03.487Z] ---> dc386b79e1d1 [2023-03-07T21:01:03.487Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-07T21:01:04.080Z] ---> Running in 61c97424eec7 [2023-03-07T21:01:04.338Z] Removing intermediate container 61c97424eec7 [2023-03-07T21:01:04.338Z] ---> fd1ce680a599 [2023-03-07T21:01:04.338Z] Step 13/22 : ENV APP_PORT=59860 [2023-03-07T21:01:04.596Z] ---> Running in adc6fe0e8199 [2023-03-07T21:01:04.853Z] Removing intermediate container adc6fe0e8199 [2023-03-07T21:01:04.853Z] ---> 0ac156212b22 [2023-03-07T21:01:04.853Z] Step 14/22 : EXPOSE $APP_PORT [2023-03-07T21:01:05.417Z] ---> Running in cfaba8fe2683 [2023-03-07T21:01:05.675Z] Removing intermediate container cfaba8fe2683 [2023-03-07T21:01:05.675Z] ---> 010a2c6024c4 [2023-03-07T21:01:05.676Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-07T21:01:06.247Z] ---> 4705a68e2fed [2023-03-07T21:01:06.247Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-03-07T21:01:07.743Z] ---> 46874ff1b85a [2023-03-07T21:01:07.743Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-03-07T21:01:08.311Z] ---> c6e50ccb32b1 [2023-03-07T21:01:08.311Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-03-07T21:01:08.570Z] ---> Running in 61038be8a0aa [2023-03-07T21:01:09.139Z] Removing intermediate container 61038be8a0aa [2023-03-07T21:01:09.139Z] ---> af83f695cbee [2023-03-07T21:01:09.139Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-07T21:01:09.399Z] ---> Running in dbcb14b5282f [2023-03-07T21:01:09.978Z] Removing intermediate container dbcb14b5282f [2023-03-07T21:01:09.978Z] ---> d31e3f564158 [2023-03-07T21:01:09.978Z] Step 20/22 : LABEL arch=x86_64 [2023-03-07T21:01:10.239Z] ---> Running in 2652c2a23f9f [2023-03-07T21:01:10.809Z] Removing intermediate container 2652c2a23f9f [2023-03-07T21:01:10.809Z] ---> 2093b259093d [2023-03-07T21:01:10.809Z] Step 21/22 : LABEL git_sha=08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:01:11.069Z] ---> Running in 9e8564ea21bd [2023-03-07T21:01:11.637Z] Removing intermediate container 9e8564ea21bd [2023-03-07T21:01:11.637Z] ---> 6bab1e9baa05 [2023-03-07T21:01:11.637Z] Step 22/22 : LABEL version=3.0.0-dev.79 [2023-03-07T21:01:12.207Z] ---> Running in ad1344b3792e [2023-03-07T21:01:12.473Z] Removing intermediate container ad1344b3792e [2023-03-07T21:01:12.473Z] ---> 7c098bbd2060 [2023-03-07T21:01:12.473Z] [2023-03-07T21:01:12.473Z] Successfully built 7c098bbd2060 [2023-03-07T21:01:12.739Z] Successfully tagged support-notifications:latest [2023-03-07T21:01:12.746Z]  Building support-notifications ... done  [Pipeline] } [2023-03-07T21:01:12.758Z] $ docker stop --time=1 27697d5c08e2436c2590eb34a140c07a1e968d20b59c195b220849a3012fb049 [2023-03-07T21:01:14.226Z] $ docker rm -f --volumes 27697d5c08e2436c2590eb34a140c07a1e968d20b59c195b220849a3012fb049 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-07T21:01:14.545Z] + docker images [2023-03-07T21:01:14.545Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-03-07T21:01:14.545Z] support-notifications latest 7c098bbd2060 2 seconds ago 30.7MB [2023-03-07T21:01:14.545Z] 1c385a79aa0b 18 seconds ago 1.75GB [2023-03-07T21:01:14.546Z] security-spiffe-token-provider latest 31e7cdab657d 31 seconds ago 30MB [2023-03-07T21:01:14.546Z] core-data latest a40afcbe0738 42 seconds ago 18MB [2023-03-07T21:01:14.546Z] 18006c42bfe6 50 seconds ago 1.72GB [2023-03-07T21:01:14.546Z] core-command latest 8132cfec59b4 About a minute ago 17.8MB [2023-03-07T21:01:14.546Z] security-proxy-auth latest e99e9de7b4bc About a minute ago 16.2MB [2023-03-07T21:01:14.546Z] 34c06efea620 About a minute ago 1.69GB [2023-03-07T21:01:14.546Z] security-spire-config latest 4f391ffed990 2 minutes ago 85.8MB [2023-03-07T21:01:14.546Z] 15874577d222 2 minutes ago 1.68GB [2023-03-07T21:01:14.546Z] cc50a0de2cb4 2 minutes ago 1.66GB [2023-03-07T21:01:14.546Z] core-common-config-bootstrapper latest 03724806fe83 2 minutes ago 15.5MB [2023-03-07T21:01:14.546Z] security-secretstore-setup latest efacac70f514 2 minutes ago 29.9MB [2023-03-07T21:01:14.546Z] 9e5d9ea34e9f 2 minutes ago 1.55GB [2023-03-07T21:01:14.546Z] support-scheduler latest c9f2e96a8233 3 minutes ago 30.1MB [2023-03-07T21:01:14.546Z] security-bootstrapper latest 620b08252e11 3 minutes ago 19.8MB [2023-03-07T21:01:14.546Z] dcaab29c900d 3 minutes ago 1.68GB [2023-03-07T21:01:14.546Z] 135bc2a9353e 3 minutes ago 1.75GB [2023-03-07T21:01:14.546Z] e4e7b6af16b3 3 minutes ago 1.67GB [2023-03-07T21:01:14.546Z] core-metadata latest 2dbcb3c90270 4 minutes ago 18.5MB [2023-03-07T21:01:14.546Z] security-proxy-setup latest 4ed7407f1710 4 minutes ago 16.4MB [2023-03-07T21:01:14.546Z] security-spire-agent latest 2919eb5f157b 4 minutes ago 125MB [2023-03-07T21:01:14.546Z] security-spire-server latest 1697a131de62 4 minutes ago 86.5MB [2023-03-07T21:01:14.546Z] 9db678dd0ea4 5 minutes ago 1.66GB [2023-03-07T21:01:14.546Z] d53f3da23fb9 5 minutes ago 1.69GB [2023-03-07T21:01:14.546Z] 2cdb6bfb871c 5 minutes ago 1.67GB [2023-03-07T21:01:14.546Z] 37b50487cdfc 5 minutes ago 1.55GB [2023-03-07T21:01:14.546Z] ea3c414a8313 5 minutes ago 1.55GB [2023-03-07T21:01:14.546Z] ci-base-image-x86_64 latest d0626edf308c 9 minutes ago 903MB [2023-03-07T21:01:14.546Z] alpine 3.15 5ce65d7b0fde 3 weeks ago 5.59MB [2023-03-07T21:01:14.546Z] alpine 3.16 dfd21b5a31f5 3 weeks ago 5.55MB [2023-03-07T21:01:14.546Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 4 months ago 683MB [2023-03-07T21:01:14.546Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 8 months ago 253MB [2023-03-07T21:01:14.546Z] 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-07T21:01:14.644Z] provisioning config files... [2023-03-07T21:01:14.655Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/440@tmp/config3358023940955413357tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-07T21:01:14.945Z] ---> docker-login.sh [2023-03-07T21:01:14.945Z] nexus3.edgexfoundry.org:10001 [2023-03-07T21:01:14.945Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-07T21:01:14.945Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-07T21:01:14.945Z] Configure a credential helper to remove this warning. See [2023-03-07T21:01:14.945Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-07T21:01:14.945Z] [2023-03-07T21:01:14.945Z] Login Succeeded [2023-03-07T21:01:14.945Z] nexus3.edgexfoundry.org:10002 [2023-03-07T21:01:14.945Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-07T21:01:15.203Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-07T21:01:15.203Z] Configure a credential helper to remove this warning. See [2023-03-07T21:01:15.203Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-07T21:01:15.203Z] [2023-03-07T21:01:15.203Z] Login Succeeded [2023-03-07T21:01:15.203Z] nexus3.edgexfoundry.org:10003 [2023-03-07T21:01:15.204Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-07T21:01:15.204Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-07T21:01:15.204Z] Configure a credential helper to remove this warning. See [2023-03-07T21:01:15.204Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-07T21:01:15.204Z] [2023-03-07T21:01:15.204Z] Login Succeeded [2023-03-07T21:01:15.204Z] nexus3.edgexfoundry.org:10004 [2023-03-07T21:01:15.204Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-07T21:01:15.204Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-07T21:01:15.204Z] Configure a credential helper to remove this warning. See [2023-03-07T21:01:15.204Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-07T21:01:15.204Z] [2023-03-07T21:01:15.204Z] Login Succeeded [2023-03-07T21:01:15.204Z] docker.io [2023-03-07T21:01:15.462Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-07T21:01:15.462Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-07T21:01:15.462Z] Configure a credential helper to remove this warning. See [2023-03-07T21:01:15.462Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-07T21:01:15.462Z] [2023-03-07T21:01:15.462Z] Login Succeeded [2023-03-07T21:01:15.462Z] ---> docker-login.sh ends [Pipeline] } [2023-03-07T21:01:15.469Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-07T21:01:15.498Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-07T21:01:15.520Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2023-03-07T21:01:15.520Z] 08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:01:15.520Z] latest [2023-03-07T21:01:15.520Z] 3.0.0-dev.79 [2023-03-07T21:01:15.520Z] 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:01:15.520Z] main [2023-03-07T21:01:15.520Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:15.840Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:08ca0edeffa98a49321873a39f0210382b374702 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:16.145Z] + docker push nexus3.edgexfoundry.org:10004/core-command:08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:01:16.145Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-03-07T21:01:16.145Z] f63c624b1927: Preparing [2023-03-07T21:01:16.145Z] 2b6f488a50ee: Preparing [2023-03-07T21:01:16.145Z] 30dce8f8b929: Preparing [2023-03-07T21:01:16.145Z] ce378df24aac: Preparing [2023-03-07T21:01:16.145Z] aa5968d388b8: Preparing [2023-03-07T21:01:16.145Z] aa5968d388b8: Layer already exists [2023-03-07T21:01:16.145Z] ce378df24aac: Pushed [2023-03-07T21:01:16.145Z] f63c624b1927: Pushed [2023-03-07T21:01:16.145Z] 30dce8f8b929: Pushed [2023-03-07T21:01:17.520Z] 2b6f488a50ee: Pushed [2023-03-07T21:01:17.520Z] 08ca0edeffa98a49321873a39f0210382b374702: digest: sha256:559f9ecc8f99ec7aab72d1d78d7341f5b99ade2db3b04269fc51c9661b99d09b size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:17.825Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:18.128Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2023-03-07T21:01:18.128Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-03-07T21:01:18.128Z] f63c624b1927: Preparing [2023-03-07T21:01:18.128Z] 2b6f488a50ee: Preparing [2023-03-07T21:01:18.128Z] 30dce8f8b929: Preparing [2023-03-07T21:01:18.128Z] ce378df24aac: Preparing [2023-03-07T21:01:18.128Z] aa5968d388b8: Preparing [2023-03-07T21:01:18.128Z] 2b6f488a50ee: Layer already exists [2023-03-07T21:01:18.128Z] aa5968d388b8: Layer already exists [2023-03-07T21:01:18.128Z] ce378df24aac: Layer already exists [2023-03-07T21:01:18.128Z] f63c624b1927: Layer already exists [2023-03-07T21:01:18.128Z] 30dce8f8b929: Layer already exists [2023-03-07T21:01:18.128Z] latest: digest: sha256:559f9ecc8f99ec7aab72d1d78d7341f5b99ade2db3b04269fc51c9661b99d09b size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:18.431Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:18.734Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.79 [2023-03-07T21:01:18.734Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-03-07T21:01:18.734Z] f63c624b1927: Preparing [2023-03-07T21:01:18.734Z] 2b6f488a50ee: Preparing [2023-03-07T21:01:18.734Z] 30dce8f8b929: Preparing [2023-03-07T21:01:18.734Z] ce378df24aac: Preparing [2023-03-07T21:01:18.734Z] aa5968d388b8: Preparing [2023-03-07T21:01:18.734Z] 30dce8f8b929: Layer already exists [2023-03-07T21:01:18.734Z] aa5968d388b8: Layer already exists [2023-03-07T21:01:18.734Z] ce378df24aac: Layer already exists [2023-03-07T21:01:18.734Z] f63c624b1927: Layer already exists [2023-03-07T21:01:18.734Z] 2b6f488a50ee: Layer already exists [2023-03-07T21:01:18.734Z] 3.0.0-dev.79: digest: sha256:559f9ecc8f99ec7aab72d1d78d7341f5b99ade2db3b04269fc51c9661b99d09b size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:19.051Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:19.352Z] + docker push nexus3.edgexfoundry.org:10004/core-command:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:01:19.352Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-03-07T21:01:19.352Z] f63c624b1927: Preparing [2023-03-07T21:01:19.352Z] 2b6f488a50ee: Preparing [2023-03-07T21:01:19.352Z] 30dce8f8b929: Preparing [2023-03-07T21:01:19.352Z] ce378df24aac: Preparing [2023-03-07T21:01:19.352Z] aa5968d388b8: Preparing [2023-03-07T21:01:19.352Z] aa5968d388b8: Layer already exists [2023-03-07T21:01:19.352Z] ce378df24aac: Layer already exists [2023-03-07T21:01:19.352Z] f63c624b1927: Layer already exists [2023-03-07T21:01:19.352Z] 2b6f488a50ee: Layer already exists [2023-03-07T21:01:19.352Z] 30dce8f8b929: Layer already exists [2023-03-07T21:01:19.352Z] 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79: digest: sha256:559f9ecc8f99ec7aab72d1d78d7341f5b99ade2db3b04269fc51c9661b99d09b size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:19.654Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:19.953Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2023-03-07T21:01:19.953Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-03-07T21:01:19.953Z] f63c624b1927: Preparing [2023-03-07T21:01:19.953Z] 2b6f488a50ee: Preparing [2023-03-07T21:01:19.953Z] 30dce8f8b929: Preparing [2023-03-07T21:01:19.953Z] ce378df24aac: Preparing [2023-03-07T21:01:19.953Z] aa5968d388b8: Preparing [2023-03-07T21:01:19.953Z] aa5968d388b8: Layer already exists [2023-03-07T21:01:19.953Z] f63c624b1927: Layer already exists [2023-03-07T21:01:19.953Z] 2b6f488a50ee: Layer already exists [2023-03-07T21:01:19.953Z] ce378df24aac: Layer already exists [2023-03-07T21:01:19.953Z] 30dce8f8b929: Layer already exists [2023-03-07T21:01:19.953Z] main: digest: sha256:559f9ecc8f99ec7aab72d1d78d7341f5b99ade2db3b04269fc51c9661b99d09b size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-07T21:01:20.002Z] ===================================================== [Pipeline] echo [2023-03-07T21:01:20.011Z] taggedImages: [2023-03-07T21:01:20.011Z] - nexus3.edgexfoundry.org:10004/core-command:08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:01:20.011Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2023-03-07T21:01:20.011Z] - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.79 [2023-03-07T21:01:20.011Z] - nexus3.edgexfoundry.org:10004/core-command:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:01:20.011Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2023-03-07T21:01:20.034Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2023-03-07T21:01:20.034Z] 08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:01:20.034Z] latest [2023-03-07T21:01:20.034Z] 3.0.0-dev.79 [2023-03-07T21:01:20.034Z] 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:01:20.034Z] main [2023-03-07T21:01:20.034Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:20.345Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:08ca0edeffa98a49321873a39f0210382b374702 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:20.644Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:01:20.644Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-03-07T21:01:20.644Z] aa5676492566: Preparing [2023-03-07T21:01:20.644Z] f5d5e3480014: Preparing [2023-03-07T21:01:20.644Z] ff16de8da255: Preparing [2023-03-07T21:01:20.644Z] 215eb044c3be: Preparing [2023-03-07T21:01:20.644Z] 30dce8f8b929: Preparing [2023-03-07T21:01:20.644Z] 324a0083890b: Preparing [2023-03-07T21:01:20.644Z] aa5968d388b8: Preparing [2023-03-07T21:01:20.644Z] aa5968d388b8: Waiting [2023-03-07T21:01:20.644Z] 324a0083890b: Waiting [2023-03-07T21:01:20.644Z] 30dce8f8b929: Layer already exists [2023-03-07T21:01:20.644Z] aa5676492566: Pushed [2023-03-07T21:01:20.644Z] f5d5e3480014: Pushed [2023-03-07T21:01:20.644Z] ff16de8da255: Pushed [2023-03-07T21:01:20.644Z] 324a0083890b: Pushed [2023-03-07T21:01:20.903Z] aa5968d388b8: Layer already exists [2023-03-07T21:01:21.836Z] 215eb044c3be: Pushed [2023-03-07T21:01:22.095Z] 08ca0edeffa98a49321873a39f0210382b374702: digest: sha256:dcdef216e140a42f82ed5dc9e66a2d43c8d558691629fd149057523df7244d29 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:22.408Z] + 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-07T21:01:22.717Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-03-07T21:01:22.718Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-03-07T21:01:22.718Z] aa5676492566: Preparing [2023-03-07T21:01:22.718Z] f5d5e3480014: Preparing [2023-03-07T21:01:22.718Z] ff16de8da255: Preparing [2023-03-07T21:01:22.718Z] 215eb044c3be: Preparing [2023-03-07T21:01:22.718Z] 30dce8f8b929: Preparing [2023-03-07T21:01:22.718Z] 324a0083890b: Preparing [2023-03-07T21:01:22.718Z] aa5968d388b8: Preparing [2023-03-07T21:01:22.718Z] aa5968d388b8: Waiting [2023-03-07T21:01:22.718Z] 324a0083890b: Waiting [2023-03-07T21:01:22.718Z] aa5676492566: Layer already exists [2023-03-07T21:01:22.718Z] 215eb044c3be: Layer already exists [2023-03-07T21:01:22.718Z] ff16de8da255: Layer already exists [2023-03-07T21:01:22.718Z] 30dce8f8b929: Layer already exists [2023-03-07T21:01:22.718Z] f5d5e3480014: Layer already exists [2023-03-07T21:01:22.718Z] aa5968d388b8: Layer already exists [2023-03-07T21:01:22.718Z] 324a0083890b: Layer already exists [2023-03-07T21:01:22.718Z] latest: digest: sha256:dcdef216e140a42f82ed5dc9e66a2d43c8d558691629fd149057523df7244d29 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:23.032Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:23.336Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.79 [2023-03-07T21:01:23.336Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-03-07T21:01:23.336Z] aa5676492566: Preparing [2023-03-07T21:01:23.336Z] f5d5e3480014: Preparing [2023-03-07T21:01:23.336Z] ff16de8da255: Preparing [2023-03-07T21:01:23.336Z] 215eb044c3be: Preparing [2023-03-07T21:01:23.336Z] 30dce8f8b929: Preparing [2023-03-07T21:01:23.336Z] 324a0083890b: Preparing [2023-03-07T21:01:23.336Z] aa5968d388b8: Preparing [2023-03-07T21:01:23.336Z] aa5968d388b8: Waiting [2023-03-07T21:01:23.336Z] 324a0083890b: Waiting [2023-03-07T21:01:23.336Z] aa5676492566: Layer already exists [2023-03-07T21:01:23.336Z] 30dce8f8b929: Layer already exists [2023-03-07T21:01:23.336Z] f5d5e3480014: Layer already exists [2023-03-07T21:01:23.336Z] ff16de8da255: Layer already exists [2023-03-07T21:01:23.336Z] 215eb044c3be: Layer already exists [2023-03-07T21:01:23.336Z] 324a0083890b: Layer already exists [2023-03-07T21:01:23.336Z] aa5968d388b8: Layer already exists [2023-03-07T21:01:23.336Z] 3.0.0-dev.79: digest: sha256:dcdef216e140a42f82ed5dc9e66a2d43c8d558691629fd149057523df7244d29 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:23.637Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:23.937Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:01:23.937Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-03-07T21:01:23.937Z] aa5676492566: Preparing [2023-03-07T21:01:23.937Z] f5d5e3480014: Preparing [2023-03-07T21:01:23.937Z] ff16de8da255: Preparing [2023-03-07T21:01:23.937Z] 215eb044c3be: Preparing [2023-03-07T21:01:23.937Z] 30dce8f8b929: Preparing [2023-03-07T21:01:23.937Z] 324a0083890b: Preparing [2023-03-07T21:01:23.937Z] aa5968d388b8: Preparing [2023-03-07T21:01:23.937Z] 324a0083890b: Waiting [2023-03-07T21:01:23.937Z] aa5968d388b8: Waiting [2023-03-07T21:01:23.937Z] ff16de8da255: Layer already exists [2023-03-07T21:01:23.937Z] 215eb044c3be: Layer already exists [2023-03-07T21:01:23.937Z] aa5676492566: Layer already exists [2023-03-07T21:01:23.937Z] f5d5e3480014: Layer already exists [2023-03-07T21:01:23.937Z] 30dce8f8b929: Layer already exists [2023-03-07T21:01:23.937Z] 324a0083890b: Layer already exists [2023-03-07T21:01:23.937Z] aa5968d388b8: Layer already exists [2023-03-07T21:01:23.937Z] 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79: digest: sha256:dcdef216e140a42f82ed5dc9e66a2d43c8d558691629fd149057523df7244d29 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:24.257Z] + 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-07T21:01:24.573Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2023-03-07T21:01:24.574Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-03-07T21:01:24.574Z] aa5676492566: Preparing [2023-03-07T21:01:24.574Z] f5d5e3480014: Preparing [2023-03-07T21:01:24.574Z] ff16de8da255: Preparing [2023-03-07T21:01:24.574Z] 215eb044c3be: Preparing [2023-03-07T21:01:24.574Z] 30dce8f8b929: Preparing [2023-03-07T21:01:24.574Z] 324a0083890b: Preparing [2023-03-07T21:01:24.574Z] aa5968d388b8: Preparing [2023-03-07T21:01:24.574Z] 324a0083890b: Waiting [2023-03-07T21:01:24.574Z] aa5968d388b8: Waiting [2023-03-07T21:01:24.574Z] 215eb044c3be: Layer already exists [2023-03-07T21:01:24.574Z] f5d5e3480014: Layer already exists [2023-03-07T21:01:24.574Z] aa5676492566: Layer already exists [2023-03-07T21:01:24.574Z] ff16de8da255: Layer already exists [2023-03-07T21:01:24.574Z] 30dce8f8b929: Layer already exists [2023-03-07T21:01:24.574Z] aa5968d388b8: Layer already exists [2023-03-07T21:01:24.574Z] 324a0083890b: Layer already exists [2023-03-07T21:01:24.574Z] main: digest: sha256:dcdef216e140a42f82ed5dc9e66a2d43c8d558691629fd149057523df7244d29 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-07T21:01:24.626Z] ===================================================== [Pipeline] echo [2023-03-07T21:01:24.635Z] taggedImages: [2023-03-07T21:01:24.635Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:01:24.635Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-03-07T21:01:24.635Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.79 [2023-03-07T21:01:24.635Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:01:24.635Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2023-03-07T21:01:24.659Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2023-03-07T21:01:24.659Z] 08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:01:24.659Z] latest [2023-03-07T21:01:24.659Z] 3.0.0-dev.79 [2023-03-07T21:01:24.659Z] 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:01:24.659Z] main [2023-03-07T21:01:24.659Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:24.991Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:08ca0edeffa98a49321873a39f0210382b374702 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:25.295Z] + docker push nexus3.edgexfoundry.org:10004/core-data:08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:01:25.295Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-03-07T21:01:25.295Z] bd4b3dcc20ba: Preparing [2023-03-07T21:01:25.295Z] eef8b060801e: Preparing [2023-03-07T21:01:25.295Z] 30dce8f8b929: Preparing [2023-03-07T21:01:25.295Z] db1686b61796: Preparing [2023-03-07T21:01:25.295Z] aa5968d388b8: Preparing [2023-03-07T21:01:25.295Z] aa5968d388b8: Layer already exists [2023-03-07T21:01:25.295Z] bd4b3dcc20ba: Pushed [2023-03-07T21:01:25.295Z] db1686b61796: Pushed [2023-03-07T21:01:25.554Z] 30dce8f8b929: Layer already exists [2023-03-07T21:01:28.090Z] eef8b060801e: Pushed [2023-03-07T21:01:28.090Z] 08ca0edeffa98a49321873a39f0210382b374702: digest: sha256:c9d21652497869763954a2a4c811ef2901131408ae83ab0c1fcb7cc74777ce40 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:28.402Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:28.701Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2023-03-07T21:01:28.701Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-03-07T21:01:28.701Z] bd4b3dcc20ba: Preparing [2023-03-07T21:01:28.701Z] eef8b060801e: Preparing [2023-03-07T21:01:28.701Z] 30dce8f8b929: Preparing [2023-03-07T21:01:28.701Z] db1686b61796: Preparing [2023-03-07T21:01:28.701Z] aa5968d388b8: Preparing [2023-03-07T21:01:28.701Z] 30dce8f8b929: Layer already exists [2023-03-07T21:01:28.701Z] bd4b3dcc20ba: Layer already exists [2023-03-07T21:01:28.701Z] eef8b060801e: Layer already exists [2023-03-07T21:01:28.701Z] db1686b61796: Layer already exists [2023-03-07T21:01:28.701Z] aa5968d388b8: Layer already exists [2023-03-07T21:01:28.701Z] latest: digest: sha256:c9d21652497869763954a2a4c811ef2901131408ae83ab0c1fcb7cc74777ce40 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:29.025Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:29.356Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.79 [2023-03-07T21:01:29.356Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-03-07T21:01:29.356Z] bd4b3dcc20ba: Preparing [2023-03-07T21:01:29.356Z] eef8b060801e: Preparing [2023-03-07T21:01:29.356Z] 30dce8f8b929: Preparing [2023-03-07T21:01:29.356Z] db1686b61796: Preparing [2023-03-07T21:01:29.356Z] aa5968d388b8: Preparing [2023-03-07T21:01:29.356Z] bd4b3dcc20ba: Layer already exists [2023-03-07T21:01:29.356Z] eef8b060801e: Layer already exists [2023-03-07T21:01:29.356Z] aa5968d388b8: Layer already exists [2023-03-07T21:01:29.356Z] db1686b61796: Layer already exists [2023-03-07T21:01:29.356Z] 30dce8f8b929: Layer already exists [2023-03-07T21:01:29.356Z] 3.0.0-dev.79: digest: sha256:c9d21652497869763954a2a4c811ef2901131408ae83ab0c1fcb7cc74777ce40 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:29.661Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:29.960Z] + docker push nexus3.edgexfoundry.org:10004/core-data:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:01:29.960Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-03-07T21:01:29.960Z] bd4b3dcc20ba: Preparing [2023-03-07T21:01:29.960Z] eef8b060801e: Preparing [2023-03-07T21:01:29.960Z] 30dce8f8b929: Preparing [2023-03-07T21:01:29.960Z] db1686b61796: Preparing [2023-03-07T21:01:29.960Z] aa5968d388b8: Preparing [2023-03-07T21:01:29.960Z] aa5968d388b8: Layer already exists [2023-03-07T21:01:29.960Z] db1686b61796: Layer already exists [2023-03-07T21:01:29.960Z] 30dce8f8b929: Layer already exists [2023-03-07T21:01:29.960Z] bd4b3dcc20ba: Layer already exists [2023-03-07T21:01:29.960Z] eef8b060801e: Layer already exists [2023-03-07T21:01:29.960Z] 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79: digest: sha256:c9d21652497869763954a2a4c811ef2901131408ae83ab0c1fcb7cc74777ce40 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:30.262Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:30.563Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2023-03-07T21:01:30.564Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-03-07T21:01:30.564Z] bd4b3dcc20ba: Preparing [2023-03-07T21:01:30.564Z] eef8b060801e: Preparing [2023-03-07T21:01:30.564Z] 30dce8f8b929: Preparing [2023-03-07T21:01:30.564Z] db1686b61796: Preparing [2023-03-07T21:01:30.564Z] aa5968d388b8: Preparing [2023-03-07T21:01:30.564Z] aa5968d388b8: Layer already exists [2023-03-07T21:01:30.564Z] eef8b060801e: Layer already exists [2023-03-07T21:01:30.564Z] db1686b61796: Layer already exists [2023-03-07T21:01:30.564Z] 30dce8f8b929: Layer already exists [2023-03-07T21:01:30.564Z] bd4b3dcc20ba: Layer already exists [2023-03-07T21:01:30.564Z] main: digest: sha256:c9d21652497869763954a2a4c811ef2901131408ae83ab0c1fcb7cc74777ce40 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-07T21:01:30.598Z] ===================================================== [Pipeline] echo [2023-03-07T21:01:30.604Z] taggedImages: [2023-03-07T21:01:30.604Z] - nexus3.edgexfoundry.org:10004/core-data:08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:01:30.604Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2023-03-07T21:01:30.604Z] - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.79 [2023-03-07T21:01:30.604Z] - nexus3.edgexfoundry.org:10004/core-data:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:01:30.604Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2023-03-07T21:01:30.619Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2023-03-07T21:01:30.619Z] 08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:01:30.619Z] latest [2023-03-07T21:01:30.619Z] 3.0.0-dev.79 [2023-03-07T21:01:30.619Z] 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:01:30.619Z] main [2023-03-07T21:01:30.619Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:30.920Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:08ca0edeffa98a49321873a39f0210382b374702 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:31.221Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:01:31.221Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-03-07T21:01:31.221Z] 2bc84f01ee1a: Preparing [2023-03-07T21:01:31.221Z] 9902dbb1b08b: Preparing [2023-03-07T21:01:31.221Z] 18fcdc463e16: Preparing [2023-03-07T21:01:31.221Z] 30dce8f8b929: Preparing [2023-03-07T21:01:31.221Z] ce378df24aac: Preparing [2023-03-07T21:01:31.221Z] aa5968d388b8: Preparing [2023-03-07T21:01:31.221Z] aa5968d388b8: Waiting [2023-03-07T21:01:31.221Z] 30dce8f8b929: Layer already exists [2023-03-07T21:01:31.221Z] 9902dbb1b08b: Pushed [2023-03-07T21:01:31.221Z] 2bc84f01ee1a: Pushed [2023-03-07T21:01:31.221Z] ce378df24aac: Layer already exists [2023-03-07T21:01:31.221Z] aa5968d388b8: Layer already exists [2023-03-07T21:01:32.595Z] 18fcdc463e16: Pushed [2023-03-07T21:01:32.595Z] 08ca0edeffa98a49321873a39f0210382b374702: digest: sha256:658a641efbdf281b2c2caf2160e48d0adaa22c72c47cec7b4bb97340fcb1318b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:32.913Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:33.272Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-03-07T21:01:33.272Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-03-07T21:01:33.273Z] 2bc84f01ee1a: Preparing [2023-03-07T21:01:33.273Z] 9902dbb1b08b: Preparing [2023-03-07T21:01:33.273Z] 18fcdc463e16: Preparing [2023-03-07T21:01:33.273Z] 30dce8f8b929: Preparing [2023-03-07T21:01:33.273Z] ce378df24aac: Preparing [2023-03-07T21:01:33.273Z] aa5968d388b8: Preparing [2023-03-07T21:01:33.273Z] aa5968d388b8: Waiting [2023-03-07T21:01:33.273Z] 9902dbb1b08b: Layer already exists [2023-03-07T21:01:33.273Z] 2bc84f01ee1a: Layer already exists [2023-03-07T21:01:33.273Z] ce378df24aac: Layer already exists [2023-03-07T21:01:33.273Z] 30dce8f8b929: Layer already exists [2023-03-07T21:01:33.273Z] 18fcdc463e16: Layer already exists [2023-03-07T21:01:33.273Z] aa5968d388b8: Layer already exists [2023-03-07T21:01:33.273Z] latest: digest: sha256:658a641efbdf281b2c2caf2160e48d0adaa22c72c47cec7b4bb97340fcb1318b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:33.588Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:33.887Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.79 [2023-03-07T21:01:33.887Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-03-07T21:01:33.887Z] 2bc84f01ee1a: Preparing [2023-03-07T21:01:33.887Z] 9902dbb1b08b: Preparing [2023-03-07T21:01:33.887Z] 18fcdc463e16: Preparing [2023-03-07T21:01:33.887Z] 30dce8f8b929: Preparing [2023-03-07T21:01:33.887Z] ce378df24aac: Preparing [2023-03-07T21:01:33.887Z] aa5968d388b8: Preparing [2023-03-07T21:01:33.887Z] aa5968d388b8: Waiting [2023-03-07T21:01:33.887Z] ce378df24aac: Layer already exists [2023-03-07T21:01:33.887Z] 18fcdc463e16: Layer already exists [2023-03-07T21:01:33.887Z] 9902dbb1b08b: Layer already exists [2023-03-07T21:01:33.887Z] 2bc84f01ee1a: Layer already exists [2023-03-07T21:01:33.887Z] 30dce8f8b929: Layer already exists [2023-03-07T21:01:33.887Z] aa5968d388b8: Layer already exists [2023-03-07T21:01:33.888Z] 3.0.0-dev.79: digest: sha256:658a641efbdf281b2c2caf2160e48d0adaa22c72c47cec7b4bb97340fcb1318b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:34.208Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:34.510Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:01:34.510Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-03-07T21:01:34.510Z] 2bc84f01ee1a: Preparing [2023-03-07T21:01:34.510Z] 9902dbb1b08b: Preparing [2023-03-07T21:01:34.510Z] 18fcdc463e16: Preparing [2023-03-07T21:01:34.510Z] 30dce8f8b929: Preparing [2023-03-07T21:01:34.510Z] ce378df24aac: Preparing [2023-03-07T21:01:34.510Z] aa5968d388b8: Preparing [2023-03-07T21:01:34.510Z] aa5968d388b8: Waiting [2023-03-07T21:01:34.510Z] 30dce8f8b929: Layer already exists [2023-03-07T21:01:34.510Z] 18fcdc463e16: Layer already exists [2023-03-07T21:01:34.510Z] ce378df24aac: Layer already exists [2023-03-07T21:01:34.510Z] 9902dbb1b08b: Layer already exists [2023-03-07T21:01:34.510Z] 2bc84f01ee1a: Layer already exists [2023-03-07T21:01:34.510Z] aa5968d388b8: Layer already exists [2023-03-07T21:01:34.510Z] 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79: digest: sha256:658a641efbdf281b2c2caf2160e48d0adaa22c72c47cec7b4bb97340fcb1318b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:34.818Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:35.125Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2023-03-07T21:01:35.125Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-03-07T21:01:35.125Z] 2bc84f01ee1a: Preparing [2023-03-07T21:01:35.125Z] 9902dbb1b08b: Preparing [2023-03-07T21:01:35.125Z] 18fcdc463e16: Preparing [2023-03-07T21:01:35.125Z] 30dce8f8b929: Preparing [2023-03-07T21:01:35.125Z] ce378df24aac: Preparing [2023-03-07T21:01:35.125Z] aa5968d388b8: Preparing [2023-03-07T21:01:35.125Z] aa5968d388b8: Waiting [2023-03-07T21:01:35.125Z] 18fcdc463e16: Layer already exists [2023-03-07T21:01:35.125Z] ce378df24aac: Layer already exists [2023-03-07T21:01:35.125Z] 2bc84f01ee1a: Layer already exists [2023-03-07T21:01:35.125Z] 9902dbb1b08b: Layer already exists [2023-03-07T21:01:35.125Z] 30dce8f8b929: Layer already exists [2023-03-07T21:01:35.125Z] aa5968d388b8: Layer already exists [2023-03-07T21:01:35.125Z] main: digest: sha256:658a641efbdf281b2c2caf2160e48d0adaa22c72c47cec7b4bb97340fcb1318b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-07T21:01:35.175Z] ===================================================== [Pipeline] echo [2023-03-07T21:01:35.181Z] taggedImages: [2023-03-07T21:01:35.181Z] - nexus3.edgexfoundry.org:10004/core-metadata:08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:01:35.181Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-03-07T21:01:35.181Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.79 [2023-03-07T21:01:35.181Z] - nexus3.edgexfoundry.org:10004/core-metadata:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:01:35.181Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2023-03-07T21:01:35.195Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2023-03-07T21:01:35.195Z] 08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:01:35.195Z] latest [2023-03-07T21:01:35.195Z] 3.0.0-dev.79 [2023-03-07T21:01:35.195Z] 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:01:35.195Z] main [2023-03-07T21:01:35.195Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:35.515Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:08ca0edeffa98a49321873a39f0210382b374702 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:35.823Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:01:35.823Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-03-07T21:01:35.823Z] 33d31fb91ee3: Preparing [2023-03-07T21:01:35.823Z] 33d31fb91ee3: Preparing [2023-03-07T21:01:35.823Z] 963524271b59: Preparing [2023-03-07T21:01:35.823Z] 3a7befd1d670: Preparing [2023-03-07T21:01:35.823Z] 3c00e4ef3bcd: Preparing [2023-03-07T21:01:35.823Z] 371d5104118b: Preparing [2023-03-07T21:01:35.823Z] 39123e570391: Preparing [2023-03-07T21:01:35.823Z] 30dce8f8b929: Preparing [2023-03-07T21:01:35.823Z] 609206efeebe: Preparing [2023-03-07T21:01:35.823Z] 9082f430692f: Preparing [2023-03-07T21:01:35.823Z] ceb582e44f53: Preparing [2023-03-07T21:01:35.823Z] ab3c7e27f77d: Preparing [2023-03-07T21:01:35.823Z] aa5968d388b8: Preparing [2023-03-07T21:01:35.823Z] 609206efeebe: Waiting [2023-03-07T21:01:35.823Z] 9082f430692f: Waiting [2023-03-07T21:01:35.823Z] ceb582e44f53: Waiting [2023-03-07T21:01:35.823Z] ab3c7e27f77d: Waiting [2023-03-07T21:01:35.823Z] 39123e570391: Waiting [2023-03-07T21:01:35.823Z] aa5968d388b8: Waiting [2023-03-07T21:01:35.823Z] 30dce8f8b929: Waiting [2023-03-07T21:01:35.823Z] 371d5104118b: Pushed [2023-03-07T21:01:35.823Z] 963524271b59: Pushed [2023-03-07T21:01:35.823Z] 3a7befd1d670: Pushed [2023-03-07T21:01:35.823Z] 30dce8f8b929: Layer already exists [2023-03-07T21:01:35.823Z] 3c00e4ef3bcd: Pushed [2023-03-07T21:01:35.823Z] 33d31fb91ee3: Pushed [2023-03-07T21:01:36.081Z] 609206efeebe: Pushed [2023-03-07T21:01:36.081Z] ceb582e44f53: Pushed [2023-03-07T21:01:36.081Z] aa5968d388b8: Layer already exists [2023-03-07T21:01:36.081Z] 9082f430692f: Pushed [2023-03-07T21:01:36.081Z] ab3c7e27f77d: Pushed [2023-03-07T21:01:37.459Z] 39123e570391: Pushed [2023-03-07T21:01:37.459Z] 08ca0edeffa98a49321873a39f0210382b374702: digest: sha256:2e9eff268258ef903b6c147c46e3b0682ac2fd73c0bf6383286eb1f9aca6edac size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:37.775Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:38.087Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-03-07T21:01:38.087Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-03-07T21:01:38.087Z] 33d31fb91ee3: Preparing [2023-03-07T21:01:38.087Z] 33d31fb91ee3: Preparing [2023-03-07T21:01:38.087Z] 963524271b59: Preparing [2023-03-07T21:01:38.087Z] 3a7befd1d670: Preparing [2023-03-07T21:01:38.087Z] 3c00e4ef3bcd: Preparing [2023-03-07T21:01:38.087Z] 371d5104118b: Preparing [2023-03-07T21:01:38.087Z] 39123e570391: Preparing [2023-03-07T21:01:38.087Z] 30dce8f8b929: Preparing [2023-03-07T21:01:38.087Z] 609206efeebe: Preparing [2023-03-07T21:01:38.087Z] 9082f430692f: Preparing [2023-03-07T21:01:38.087Z] ceb582e44f53: Preparing [2023-03-07T21:01:38.087Z] ab3c7e27f77d: Preparing [2023-03-07T21:01:38.087Z] aa5968d388b8: Preparing [2023-03-07T21:01:38.087Z] 39123e570391: Waiting [2023-03-07T21:01:38.087Z] 30dce8f8b929: Waiting [2023-03-07T21:01:38.087Z] 609206efeebe: Waiting [2023-03-07T21:01:38.087Z] ab3c7e27f77d: Waiting [2023-03-07T21:01:38.087Z] aa5968d388b8: Waiting [2023-03-07T21:01:38.087Z] 9082f430692f: Waiting [2023-03-07T21:01:38.087Z] ceb582e44f53: Waiting [2023-03-07T21:01:38.087Z] 371d5104118b: Layer already exists [2023-03-07T21:01:38.087Z] 3a7befd1d670: Layer already exists [2023-03-07T21:01:38.087Z] 33d31fb91ee3: Layer already exists [2023-03-07T21:01:38.087Z] 3c00e4ef3bcd: Layer already exists [2023-03-07T21:01:38.087Z] 963524271b59: Layer already exists [2023-03-07T21:01:38.087Z] 39123e570391: Layer already exists [2023-03-07T21:01:38.087Z] 609206efeebe: Layer already exists [2023-03-07T21:01:38.087Z] 30dce8f8b929: Layer already exists [2023-03-07T21:01:38.087Z] ceb582e44f53: Layer already exists [2023-03-07T21:01:38.087Z] 9082f430692f: Layer already exists [2023-03-07T21:01:38.087Z] ab3c7e27f77d: Layer already exists [2023-03-07T21:01:38.087Z] aa5968d388b8: Layer already exists [2023-03-07T21:01:38.087Z] latest: digest: sha256:2e9eff268258ef903b6c147c46e3b0682ac2fd73c0bf6383286eb1f9aca6edac size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:38.396Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:38.697Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.79 [2023-03-07T21:01:38.697Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-03-07T21:01:38.697Z] 33d31fb91ee3: Preparing [2023-03-07T21:01:38.697Z] 33d31fb91ee3: Preparing [2023-03-07T21:01:38.697Z] 963524271b59: Preparing [2023-03-07T21:01:38.697Z] 3a7befd1d670: Preparing [2023-03-07T21:01:38.697Z] 3c00e4ef3bcd: Preparing [2023-03-07T21:01:38.697Z] 371d5104118b: Preparing [2023-03-07T21:01:38.697Z] 39123e570391: Preparing [2023-03-07T21:01:38.697Z] 30dce8f8b929: Preparing [2023-03-07T21:01:38.697Z] 609206efeebe: Preparing [2023-03-07T21:01:38.697Z] 9082f430692f: Preparing [2023-03-07T21:01:38.697Z] ceb582e44f53: Preparing [2023-03-07T21:01:38.697Z] ab3c7e27f77d: Preparing [2023-03-07T21:01:38.697Z] aa5968d388b8: Preparing [2023-03-07T21:01:38.697Z] 9082f430692f: Waiting [2023-03-07T21:01:38.697Z] ab3c7e27f77d: Waiting [2023-03-07T21:01:38.697Z] aa5968d388b8: Waiting [2023-03-07T21:01:38.697Z] 39123e570391: Waiting [2023-03-07T21:01:38.697Z] 30dce8f8b929: Waiting [2023-03-07T21:01:38.697Z] 609206efeebe: Waiting [2023-03-07T21:01:38.697Z] ceb582e44f53: Waiting [2023-03-07T21:01:38.697Z] 371d5104118b: Layer already exists [2023-03-07T21:01:38.697Z] 3c00e4ef3bcd: Layer already exists [2023-03-07T21:01:38.697Z] 963524271b59: Layer already exists [2023-03-07T21:01:38.697Z] 33d31fb91ee3: Layer already exists [2023-03-07T21:01:38.697Z] 3a7befd1d670: Layer already exists [2023-03-07T21:01:38.697Z] 39123e570391: Layer already exists [2023-03-07T21:01:38.697Z] 30dce8f8b929: Layer already exists [2023-03-07T21:01:38.697Z] 9082f430692f: Layer already exists [2023-03-07T21:01:38.697Z] ceb582e44f53: Layer already exists [2023-03-07T21:01:38.697Z] 609206efeebe: Layer already exists [2023-03-07T21:01:38.697Z] ab3c7e27f77d: Layer already exists [2023-03-07T21:01:38.697Z] aa5968d388b8: Layer already exists [2023-03-07T21:01:38.697Z] 3.0.0-dev.79: digest: sha256:2e9eff268258ef903b6c147c46e3b0682ac2fd73c0bf6383286eb1f9aca6edac size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:38.997Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:39.308Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:01:39.308Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-03-07T21:01:39.308Z] 33d31fb91ee3: Preparing [2023-03-07T21:01:39.308Z] 33d31fb91ee3: Preparing [2023-03-07T21:01:39.308Z] 963524271b59: Preparing [2023-03-07T21:01:39.308Z] 3a7befd1d670: Preparing [2023-03-07T21:01:39.308Z] 3c00e4ef3bcd: Preparing [2023-03-07T21:01:39.308Z] 371d5104118b: Preparing [2023-03-07T21:01:39.308Z] 39123e570391: Preparing [2023-03-07T21:01:39.308Z] 30dce8f8b929: Preparing [2023-03-07T21:01:39.308Z] 609206efeebe: Preparing [2023-03-07T21:01:39.308Z] 9082f430692f: Preparing [2023-03-07T21:01:39.308Z] ceb582e44f53: Preparing [2023-03-07T21:01:39.308Z] ab3c7e27f77d: Preparing [2023-03-07T21:01:39.308Z] aa5968d388b8: Preparing [2023-03-07T21:01:39.308Z] 39123e570391: Waiting [2023-03-07T21:01:39.308Z] 30dce8f8b929: Waiting [2023-03-07T21:01:39.308Z] 9082f430692f: Waiting [2023-03-07T21:01:39.308Z] ab3c7e27f77d: Waiting [2023-03-07T21:01:39.308Z] ceb582e44f53: Waiting [2023-03-07T21:01:39.309Z] aa5968d388b8: Waiting [2023-03-07T21:01:39.309Z] 609206efeebe: Waiting [2023-03-07T21:01:39.309Z] 3a7befd1d670: Layer already exists [2023-03-07T21:01:39.309Z] 963524271b59: Layer already exists [2023-03-07T21:01:39.309Z] 3c00e4ef3bcd: Layer already exists [2023-03-07T21:01:39.309Z] 371d5104118b: Layer already exists [2023-03-07T21:01:39.309Z] 33d31fb91ee3: Layer already exists [2023-03-07T21:01:39.309Z] 39123e570391: Layer already exists [2023-03-07T21:01:39.309Z] 30dce8f8b929: Layer already exists [2023-03-07T21:01:39.309Z] ceb582e44f53: Layer already exists [2023-03-07T21:01:39.309Z] 9082f430692f: Layer already exists [2023-03-07T21:01:39.309Z] 609206efeebe: Layer already exists [2023-03-07T21:01:39.309Z] ab3c7e27f77d: Layer already exists [2023-03-07T21:01:39.309Z] aa5968d388b8: Layer already exists [2023-03-07T21:01:39.309Z] 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79: digest: sha256:2e9eff268258ef903b6c147c46e3b0682ac2fd73c0bf6383286eb1f9aca6edac size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:39.614Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:39.922Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2023-03-07T21:01:39.922Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-03-07T21:01:39.922Z] 33d31fb91ee3: Preparing [2023-03-07T21:01:39.922Z] 33d31fb91ee3: Preparing [2023-03-07T21:01:39.922Z] 963524271b59: Preparing [2023-03-07T21:01:39.922Z] 3a7befd1d670: Preparing [2023-03-07T21:01:39.922Z] 3c00e4ef3bcd: Preparing [2023-03-07T21:01:39.922Z] 371d5104118b: Preparing [2023-03-07T21:01:39.922Z] 39123e570391: Preparing [2023-03-07T21:01:39.922Z] 30dce8f8b929: Preparing [2023-03-07T21:01:39.922Z] 609206efeebe: Preparing [2023-03-07T21:01:39.922Z] 9082f430692f: Preparing [2023-03-07T21:01:39.922Z] ceb582e44f53: Preparing [2023-03-07T21:01:39.922Z] ab3c7e27f77d: Preparing [2023-03-07T21:01:39.922Z] aa5968d388b8: Preparing [2023-03-07T21:01:39.922Z] ceb582e44f53: Waiting [2023-03-07T21:01:39.922Z] 609206efeebe: Waiting [2023-03-07T21:01:39.922Z] 9082f430692f: Waiting [2023-03-07T21:01:39.922Z] ab3c7e27f77d: Waiting [2023-03-07T21:01:39.922Z] 39123e570391: Waiting [2023-03-07T21:01:39.922Z] aa5968d388b8: Waiting [2023-03-07T21:01:39.922Z] 30dce8f8b929: Waiting [2023-03-07T21:01:39.922Z] 33d31fb91ee3: Layer already exists [2023-03-07T21:01:39.922Z] 3a7befd1d670: Layer already exists [2023-03-07T21:01:39.922Z] 963524271b59: Layer already exists [2023-03-07T21:01:39.922Z] 371d5104118b: Layer already exists [2023-03-07T21:01:39.922Z] 3c00e4ef3bcd: Layer already exists [2023-03-07T21:01:39.922Z] 30dce8f8b929: Layer already exists [2023-03-07T21:01:39.922Z] 609206efeebe: Layer already exists [2023-03-07T21:01:39.922Z] 39123e570391: Layer already exists [2023-03-07T21:01:39.922Z] ceb582e44f53: Layer already exists [2023-03-07T21:01:39.922Z] 9082f430692f: Layer already exists [2023-03-07T21:01:39.922Z] aa5968d388b8: Layer already exists [2023-03-07T21:01:39.922Z] ab3c7e27f77d: Layer already exists [2023-03-07T21:01:39.922Z] main: digest: sha256:2e9eff268258ef903b6c147c46e3b0682ac2fd73c0bf6383286eb1f9aca6edac size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-07T21:01:39.956Z] ===================================================== [Pipeline] echo [2023-03-07T21:01:39.965Z] taggedImages: [2023-03-07T21:01:39.965Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:01:39.965Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-03-07T21:01:39.965Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.79 [2023-03-07T21:01:39.965Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:01:39.965Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2023-03-07T21:01:39.989Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2023-03-07T21:01:39.989Z] 08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:01:39.989Z] latest [2023-03-07T21:01:39.989Z] 3.0.0-dev.79 [2023-03-07T21:01:39.989Z] 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:01:39.989Z] main [2023-03-07T21:01:39.989Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:40.308Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:08ca0edeffa98a49321873a39f0210382b374702 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:40.612Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:01:40.612Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-03-07T21:01:40.612Z] 46c5d639228e: Preparing [2023-03-07T21:01:40.612Z] 8e6cc71185a3: Preparing [2023-03-07T21:01:40.612Z] 5e3503db4244: Preparing [2023-03-07T21:01:40.612Z] 62622c0be639: Preparing [2023-03-07T21:01:40.612Z] 30dce8f8b929: Preparing [2023-03-07T21:01:40.612Z] 324a0083890b: Preparing [2023-03-07T21:01:40.612Z] aa5968d388b8: Preparing [2023-03-07T21:01:40.612Z] 324a0083890b: Waiting [2023-03-07T21:01:40.612Z] aa5968d388b8: Waiting [2023-03-07T21:01:40.612Z] 30dce8f8b929: Layer already exists [2023-03-07T21:01:40.612Z] 324a0083890b: Layer already exists [2023-03-07T21:01:40.612Z] aa5968d388b8: Layer already exists [2023-03-07T21:01:40.869Z] 5e3503db4244: Pushed [2023-03-07T21:01:41.127Z] 8e6cc71185a3: Pushed [2023-03-07T21:01:41.127Z] 46c5d639228e: Pushed [2023-03-07T21:01:42.061Z] 62622c0be639: Pushed [2023-03-07T21:01:42.320Z] 08ca0edeffa98a49321873a39f0210382b374702: digest: sha256:b1993a08f1af0346a1529fea25b98c01f32e8726a62c4de155361ecb9e834ad5 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:42.625Z] + 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-07T21:01:42.934Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2023-03-07T21:01:42.935Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-03-07T21:01:42.935Z] 46c5d639228e: Preparing [2023-03-07T21:01:42.935Z] 8e6cc71185a3: Preparing [2023-03-07T21:01:42.935Z] 5e3503db4244: Preparing [2023-03-07T21:01:42.935Z] 62622c0be639: Preparing [2023-03-07T21:01:42.935Z] 30dce8f8b929: Preparing [2023-03-07T21:01:42.935Z] 324a0083890b: Preparing [2023-03-07T21:01:42.935Z] aa5968d388b8: Preparing [2023-03-07T21:01:42.935Z] aa5968d388b8: Waiting [2023-03-07T21:01:42.935Z] 324a0083890b: Waiting [2023-03-07T21:01:42.935Z] 8e6cc71185a3: Layer already exists [2023-03-07T21:01:42.935Z] 5e3503db4244: Layer already exists [2023-03-07T21:01:42.935Z] 46c5d639228e: Layer already exists [2023-03-07T21:01:42.935Z] 30dce8f8b929: Layer already exists [2023-03-07T21:01:42.935Z] 62622c0be639: Layer already exists [2023-03-07T21:01:42.935Z] 324a0083890b: Layer already exists [2023-03-07T21:01:42.935Z] aa5968d388b8: Layer already exists [2023-03-07T21:01:42.935Z] latest: digest: sha256:b1993a08f1af0346a1529fea25b98c01f32e8726a62c4de155361ecb9e834ad5 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:43.251Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:43.551Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.79 [2023-03-07T21:01:43.551Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-03-07T21:01:43.551Z] 46c5d639228e: Preparing [2023-03-07T21:01:43.551Z] 8e6cc71185a3: Preparing [2023-03-07T21:01:43.551Z] 5e3503db4244: Preparing [2023-03-07T21:01:43.551Z] 62622c0be639: Preparing [2023-03-07T21:01:43.551Z] 30dce8f8b929: Preparing [2023-03-07T21:01:43.551Z] 324a0083890b: Preparing [2023-03-07T21:01:43.551Z] aa5968d388b8: Preparing [2023-03-07T21:01:43.551Z] aa5968d388b8: Waiting [2023-03-07T21:01:43.551Z] 324a0083890b: Waiting [2023-03-07T21:01:43.551Z] 5e3503db4244: Layer already exists [2023-03-07T21:01:43.551Z] 8e6cc71185a3: Layer already exists [2023-03-07T21:01:43.551Z] 30dce8f8b929: Layer already exists [2023-03-07T21:01:43.551Z] 46c5d639228e: Layer already exists [2023-03-07T21:01:43.551Z] 62622c0be639: Layer already exists [2023-03-07T21:01:43.551Z] 324a0083890b: Layer already exists [2023-03-07T21:01:43.551Z] aa5968d388b8: Layer already exists [2023-03-07T21:01:43.551Z] 3.0.0-dev.79: digest: sha256:b1993a08f1af0346a1529fea25b98c01f32e8726a62c4de155361ecb9e834ad5 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:43.864Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:44.168Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:01:44.168Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-03-07T21:01:44.168Z] 46c5d639228e: Preparing [2023-03-07T21:01:44.168Z] 8e6cc71185a3: Preparing [2023-03-07T21:01:44.168Z] 5e3503db4244: Preparing [2023-03-07T21:01:44.168Z] 62622c0be639: Preparing [2023-03-07T21:01:44.168Z] 30dce8f8b929: Preparing [2023-03-07T21:01:44.168Z] 324a0083890b: Preparing [2023-03-07T21:01:44.168Z] aa5968d388b8: Preparing [2023-03-07T21:01:44.168Z] 324a0083890b: Waiting [2023-03-07T21:01:44.169Z] aa5968d388b8: Waiting [2023-03-07T21:01:44.169Z] 62622c0be639: Layer already exists [2023-03-07T21:01:44.169Z] 30dce8f8b929: Layer already exists [2023-03-07T21:01:44.169Z] 46c5d639228e: Layer already exists [2023-03-07T21:01:44.169Z] 5e3503db4244: Layer already exists [2023-03-07T21:01:44.169Z] 8e6cc71185a3: Layer already exists [2023-03-07T21:01:44.169Z] 324a0083890b: Layer already exists [2023-03-07T21:01:44.169Z] aa5968d388b8: Layer already exists [2023-03-07T21:01:44.169Z] 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79: digest: sha256:b1993a08f1af0346a1529fea25b98c01f32e8726a62c4de155361ecb9e834ad5 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:44.490Z] + 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-07T21:01:44.802Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2023-03-07T21:01:44.803Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-03-07T21:01:44.803Z] 46c5d639228e: Preparing [2023-03-07T21:01:44.803Z] 8e6cc71185a3: Preparing [2023-03-07T21:01:44.803Z] 5e3503db4244: Preparing [2023-03-07T21:01:44.803Z] 62622c0be639: Preparing [2023-03-07T21:01:44.803Z] 30dce8f8b929: Preparing [2023-03-07T21:01:44.803Z] 324a0083890b: Preparing [2023-03-07T21:01:44.803Z] aa5968d388b8: Preparing [2023-03-07T21:01:44.803Z] 324a0083890b: Waiting [2023-03-07T21:01:44.803Z] aa5968d388b8: Waiting [2023-03-07T21:01:44.803Z] 30dce8f8b929: Layer already exists [2023-03-07T21:01:44.803Z] 62622c0be639: Layer already exists [2023-03-07T21:01:44.803Z] 5e3503db4244: Layer already exists [2023-03-07T21:01:44.803Z] 8e6cc71185a3: Layer already exists [2023-03-07T21:01:44.803Z] 46c5d639228e: Layer already exists [2023-03-07T21:01:44.803Z] 324a0083890b: Layer already exists [2023-03-07T21:01:44.803Z] aa5968d388b8: Layer already exists [2023-03-07T21:01:44.803Z] main: digest: sha256:b1993a08f1af0346a1529fea25b98c01f32e8726a62c4de155361ecb9e834ad5 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-07T21:01:44.831Z] ===================================================== [Pipeline] echo [2023-03-07T21:01:44.837Z] taggedImages: [2023-03-07T21:01:44.837Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:01:44.837Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2023-03-07T21:01:44.837Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.79 [2023-03-07T21:01:44.837Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:01:44.837Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2023-03-07T21:01:44.851Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2023-03-07T21:01:44.851Z] 08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:01:44.851Z] latest [2023-03-07T21:01:44.851Z] 3.0.0-dev.79 [2023-03-07T21:01:44.851Z] 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:01:44.851Z] main [2023-03-07T21:01:44.851Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:45.151Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:08ca0edeffa98a49321873a39f0210382b374702 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:45.441Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:01:45.441Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-03-07T21:01:45.441Z] a75e9f94bc42: Preparing [2023-03-07T21:01:45.441Z] e4838db898f4: Preparing [2023-03-07T21:01:45.441Z] a5e49c7a68cb: Preparing [2023-03-07T21:01:45.441Z] 9b404ae5f71b: Preparing [2023-03-07T21:01:45.441Z] e5d09fe11ac4: Preparing [2023-03-07T21:01:45.441Z] 06d1d77700a5: Preparing [2023-03-07T21:01:45.441Z] aa5968d388b8: Preparing [2023-03-07T21:01:45.441Z] 06d1d77700a5: Waiting [2023-03-07T21:01:45.441Z] aa5968d388b8: Waiting [2023-03-07T21:01:45.441Z] e5d09fe11ac4: Pushed [2023-03-07T21:01:45.441Z] a75e9f94bc42: Pushed [2023-03-07T21:01:45.442Z] e4838db898f4: Pushed [2023-03-07T21:01:45.442Z] 9b404ae5f71b: Pushed [2023-03-07T21:01:45.700Z] aa5968d388b8: Layer already exists [2023-03-07T21:01:45.700Z] 06d1d77700a5: Pushed [2023-03-07T21:01:46.634Z] a5e49c7a68cb: Pushed [2023-03-07T21:01:46.634Z] 08ca0edeffa98a49321873a39f0210382b374702: digest: sha256:1eaa72e5e338c12b5f825a44bbb84af292dc1caf4a2bed86f833fe9b9021ae2e size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:47.195Z] + 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-07T21:01:47.499Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-03-07T21:01:47.499Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-03-07T21:01:47.499Z] a75e9f94bc42: Preparing [2023-03-07T21:01:47.499Z] e4838db898f4: Preparing [2023-03-07T21:01:47.499Z] a5e49c7a68cb: Preparing [2023-03-07T21:01:47.499Z] 9b404ae5f71b: Preparing [2023-03-07T21:01:47.499Z] e5d09fe11ac4: Preparing [2023-03-07T21:01:47.499Z] 06d1d77700a5: Preparing [2023-03-07T21:01:47.499Z] aa5968d388b8: Preparing [2023-03-07T21:01:47.499Z] 06d1d77700a5: Waiting [2023-03-07T21:01:47.499Z] e5d09fe11ac4: Layer already exists [2023-03-07T21:01:47.499Z] a5e49c7a68cb: Layer already exists [2023-03-07T21:01:47.499Z] 9b404ae5f71b: Layer already exists [2023-03-07T21:01:47.500Z] e4838db898f4: Layer already exists [2023-03-07T21:01:47.500Z] a75e9f94bc42: Layer already exists [2023-03-07T21:01:47.500Z] 06d1d77700a5: Layer already exists [2023-03-07T21:01:47.500Z] aa5968d388b8: Layer already exists [2023-03-07T21:01:47.500Z] latest: digest: sha256:1eaa72e5e338c12b5f825a44bbb84af292dc1caf4a2bed86f833fe9b9021ae2e size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:47.805Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:48.109Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.79 [2023-03-07T21:01:48.109Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-03-07T21:01:48.109Z] a75e9f94bc42: Preparing [2023-03-07T21:01:48.109Z] e4838db898f4: Preparing [2023-03-07T21:01:48.109Z] a5e49c7a68cb: Preparing [2023-03-07T21:01:48.109Z] 9b404ae5f71b: Preparing [2023-03-07T21:01:48.109Z] e5d09fe11ac4: Preparing [2023-03-07T21:01:48.109Z] 06d1d77700a5: Preparing [2023-03-07T21:01:48.109Z] aa5968d388b8: Preparing [2023-03-07T21:01:48.109Z] a75e9f94bc42: Layer already exists [2023-03-07T21:01:48.109Z] a5e49c7a68cb: Layer already exists [2023-03-07T21:01:48.109Z] e4838db898f4: Layer already exists [2023-03-07T21:01:48.109Z] e5d09fe11ac4: Layer already exists [2023-03-07T21:01:48.109Z] 9b404ae5f71b: Layer already exists [2023-03-07T21:01:48.109Z] aa5968d388b8: Layer already exists [2023-03-07T21:01:48.109Z] 06d1d77700a5: Layer already exists [2023-03-07T21:01:48.109Z] 3.0.0-dev.79: digest: sha256:1eaa72e5e338c12b5f825a44bbb84af292dc1caf4a2bed86f833fe9b9021ae2e size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:48.418Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:48.717Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:01:48.717Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-03-07T21:01:48.717Z] a75e9f94bc42: Preparing [2023-03-07T21:01:48.717Z] e4838db898f4: Preparing [2023-03-07T21:01:48.717Z] a5e49c7a68cb: Preparing [2023-03-07T21:01:48.717Z] 9b404ae5f71b: Preparing [2023-03-07T21:01:48.717Z] e5d09fe11ac4: Preparing [2023-03-07T21:01:48.717Z] 06d1d77700a5: Preparing [2023-03-07T21:01:48.717Z] aa5968d388b8: Preparing [2023-03-07T21:01:48.717Z] aa5968d388b8: Waiting [2023-03-07T21:01:48.717Z] 06d1d77700a5: Waiting [2023-03-07T21:01:48.717Z] e4838db898f4: Layer already exists [2023-03-07T21:01:48.717Z] 9b404ae5f71b: Layer already exists [2023-03-07T21:01:48.717Z] a5e49c7a68cb: Layer already exists [2023-03-07T21:01:48.717Z] e5d09fe11ac4: Layer already exists [2023-03-07T21:01:48.717Z] a75e9f94bc42: Layer already exists [2023-03-07T21:01:48.717Z] aa5968d388b8: Layer already exists [2023-03-07T21:01:48.717Z] 06d1d77700a5: Layer already exists [2023-03-07T21:01:48.717Z] 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79: digest: sha256:1eaa72e5e338c12b5f825a44bbb84af292dc1caf4a2bed86f833fe9b9021ae2e size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:49.020Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:49.323Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2023-03-07T21:01:49.323Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-03-07T21:01:49.323Z] a75e9f94bc42: Preparing [2023-03-07T21:01:49.323Z] e4838db898f4: Preparing [2023-03-07T21:01:49.323Z] a5e49c7a68cb: Preparing [2023-03-07T21:01:49.323Z] 9b404ae5f71b: Preparing [2023-03-07T21:01:49.323Z] e5d09fe11ac4: Preparing [2023-03-07T21:01:49.323Z] 06d1d77700a5: Preparing [2023-03-07T21:01:49.323Z] aa5968d388b8: Preparing [2023-03-07T21:01:49.323Z] 06d1d77700a5: Waiting [2023-03-07T21:01:49.323Z] aa5968d388b8: Waiting [2023-03-07T21:01:49.323Z] a75e9f94bc42: Layer already exists [2023-03-07T21:01:49.323Z] e4838db898f4: Layer already exists [2023-03-07T21:01:49.323Z] 9b404ae5f71b: Layer already exists [2023-03-07T21:01:49.323Z] a5e49c7a68cb: Layer already exists [2023-03-07T21:01:49.323Z] e5d09fe11ac4: Layer already exists [2023-03-07T21:01:49.323Z] aa5968d388b8: Layer already exists [2023-03-07T21:01:49.323Z] 06d1d77700a5: Layer already exists [2023-03-07T21:01:49.323Z] main: digest: sha256:1eaa72e5e338c12b5f825a44bbb84af292dc1caf4a2bed86f833fe9b9021ae2e size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-07T21:01:49.358Z] ===================================================== [Pipeline] echo [2023-03-07T21:01:49.364Z] taggedImages: [2023-03-07T21:01:49.364Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:01:49.364Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-03-07T21:01:49.364Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.79 [2023-03-07T21:01:49.364Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:01:49.364Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2023-03-07T21:01:49.379Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2023-03-07T21:01:49.379Z] 08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:01:49.379Z] latest [2023-03-07T21:01:49.379Z] 3.0.0-dev.79 [2023-03-07T21:01:49.379Z] 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:01:49.379Z] main [2023-03-07T21:01:49.379Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:49.692Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:08ca0edeffa98a49321873a39f0210382b374702 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:50.000Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:01:50.000Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-03-07T21:01:50.000Z] 90db5142d233: Preparing [2023-03-07T21:01:50.000Z] b596fdae9eb6: Preparing [2023-03-07T21:01:50.000Z] 2ff9ba3ea74a: Preparing [2023-03-07T21:01:50.000Z] 51c86b4d89d0: Preparing [2023-03-07T21:01:50.000Z] 09c54d24e64a: Preparing [2023-03-07T21:01:50.000Z] 3f9fc2ff9b5b: Preparing [2023-03-07T21:01:50.000Z] cabe7c8af5e0: Preparing [2023-03-07T21:01:50.000Z] 4b082c733b96: Preparing [2023-03-07T21:01:50.000Z] aa5968d388b8: Preparing [2023-03-07T21:01:50.000Z] 4b082c733b96: Waiting [2023-03-07T21:01:50.000Z] 3f9fc2ff9b5b: Waiting [2023-03-07T21:01:50.000Z] aa5968d388b8: Waiting [2023-03-07T21:01:50.000Z] cabe7c8af5e0: Waiting [2023-03-07T21:01:50.000Z] b596fdae9eb6: Pushed [2023-03-07T21:01:50.000Z] 09c54d24e64a: Pushed [2023-03-07T21:01:50.000Z] 90db5142d233: Pushed [2023-03-07T21:01:50.259Z] 3f9fc2ff9b5b: Pushed [2023-03-07T21:01:50.259Z] cabe7c8af5e0: Pushed [2023-03-07T21:01:50.516Z] aa5968d388b8: Layer already exists [2023-03-07T21:01:50.516Z] 4b082c733b96: Pushed [2023-03-07T21:01:51.082Z] 51c86b4d89d0: Pushed [2023-03-07T21:01:51.648Z] 2ff9ba3ea74a: Pushed [2023-03-07T21:01:51.648Z] 08ca0edeffa98a49321873a39f0210382b374702: digest: sha256:6e0c2d55cff2d70f26e0fd6dda8a491ab576d4b4928555d1c05677ad4e1f09f8 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:51.958Z] + 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-07T21:01:52.259Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-03-07T21:01:52.259Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-03-07T21:01:52.259Z] 90db5142d233: Preparing [2023-03-07T21:01:52.259Z] b596fdae9eb6: Preparing [2023-03-07T21:01:52.259Z] 2ff9ba3ea74a: Preparing [2023-03-07T21:01:52.259Z] 51c86b4d89d0: Preparing [2023-03-07T21:01:52.259Z] 09c54d24e64a: Preparing [2023-03-07T21:01:52.259Z] 3f9fc2ff9b5b: Preparing [2023-03-07T21:01:52.259Z] cabe7c8af5e0: Preparing [2023-03-07T21:01:52.259Z] 4b082c733b96: Preparing [2023-03-07T21:01:52.259Z] aa5968d388b8: Preparing [2023-03-07T21:01:52.259Z] 4b082c733b96: Waiting [2023-03-07T21:01:52.259Z] aa5968d388b8: Waiting [2023-03-07T21:01:52.259Z] 3f9fc2ff9b5b: Waiting [2023-03-07T21:01:52.259Z] b596fdae9eb6: Layer already exists [2023-03-07T21:01:52.259Z] 90db5142d233: Layer already exists [2023-03-07T21:01:52.259Z] 2ff9ba3ea74a: Layer already exists [2023-03-07T21:01:52.259Z] 09c54d24e64a: Layer already exists [2023-03-07T21:01:52.259Z] 51c86b4d89d0: Layer already exists [2023-03-07T21:01:52.259Z] 3f9fc2ff9b5b: Layer already exists [2023-03-07T21:01:52.259Z] aa5968d388b8: Layer already exists [2023-03-07T21:01:52.259Z] cabe7c8af5e0: Layer already exists [2023-03-07T21:01:52.259Z] 4b082c733b96: Layer already exists [2023-03-07T21:01:52.259Z] latest: digest: sha256:6e0c2d55cff2d70f26e0fd6dda8a491ab576d4b4928555d1c05677ad4e1f09f8 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:52.566Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:53.039Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.79 [2023-03-07T21:01:53.039Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-03-07T21:01:53.039Z] 90db5142d233: Preparing [2023-03-07T21:01:53.039Z] b596fdae9eb6: Preparing [2023-03-07T21:01:53.039Z] 2ff9ba3ea74a: Preparing [2023-03-07T21:01:53.039Z] 51c86b4d89d0: Preparing [2023-03-07T21:01:53.039Z] 09c54d24e64a: Preparing [2023-03-07T21:01:53.039Z] 3f9fc2ff9b5b: Preparing [2023-03-07T21:01:53.039Z] cabe7c8af5e0: Preparing [2023-03-07T21:01:53.039Z] 4b082c733b96: Preparing [2023-03-07T21:01:53.039Z] aa5968d388b8: Preparing [2023-03-07T21:01:53.039Z] 3f9fc2ff9b5b: Waiting [2023-03-07T21:01:53.039Z] cabe7c8af5e0: Waiting [2023-03-07T21:01:53.039Z] aa5968d388b8: Waiting [2023-03-07T21:01:53.039Z] 4b082c733b96: Waiting [2023-03-07T21:01:53.039Z] 51c86b4d89d0: Layer already exists [2023-03-07T21:01:53.039Z] b596fdae9eb6: Layer already exists [2023-03-07T21:01:53.039Z] 09c54d24e64a: Layer already exists [2023-03-07T21:01:53.039Z] 90db5142d233: Layer already exists [2023-03-07T21:01:53.039Z] 2ff9ba3ea74a: Layer already exists [2023-03-07T21:01:53.039Z] 4b082c733b96: Layer already exists [2023-03-07T21:01:53.039Z] 3f9fc2ff9b5b: Layer already exists [2023-03-07T21:01:53.039Z] cabe7c8af5e0: Layer already exists [2023-03-07T21:01:53.039Z] aa5968d388b8: Layer already exists [2023-03-07T21:01:53.039Z] 3.0.0-dev.79: digest: sha256:6e0c2d55cff2d70f26e0fd6dda8a491ab576d4b4928555d1c05677ad4e1f09f8 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:53.426Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:53.792Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:01:53.792Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-03-07T21:01:53.792Z] 90db5142d233: Preparing [2023-03-07T21:01:53.792Z] b596fdae9eb6: Preparing [2023-03-07T21:01:53.792Z] 2ff9ba3ea74a: Preparing [2023-03-07T21:01:53.792Z] 51c86b4d89d0: Preparing [2023-03-07T21:01:53.792Z] 09c54d24e64a: Preparing [2023-03-07T21:01:53.792Z] 3f9fc2ff9b5b: Preparing [2023-03-07T21:01:53.792Z] cabe7c8af5e0: Preparing [2023-03-07T21:01:53.792Z] 4b082c733b96: Preparing [2023-03-07T21:01:53.792Z] aa5968d388b8: Preparing [2023-03-07T21:01:53.792Z] 3f9fc2ff9b5b: Waiting [2023-03-07T21:01:53.792Z] 4b082c733b96: Waiting [2023-03-07T21:01:53.792Z] aa5968d388b8: Waiting [2023-03-07T21:01:53.792Z] cabe7c8af5e0: Waiting [2023-03-07T21:01:53.792Z] b596fdae9eb6: Layer already exists [2023-03-07T21:01:53.792Z] 09c54d24e64a: Layer already exists [2023-03-07T21:01:53.792Z] 2ff9ba3ea74a: Layer already exists [2023-03-07T21:01:53.792Z] 90db5142d233: Layer already exists [2023-03-07T21:01:53.792Z] 51c86b4d89d0: Layer already exists [2023-03-07T21:01:53.792Z] 3f9fc2ff9b5b: Layer already exists [2023-03-07T21:01:53.792Z] cabe7c8af5e0: Layer already exists [2023-03-07T21:01:53.792Z] aa5968d388b8: Layer already exists [2023-03-07T21:01:53.792Z] 4b082c733b96: Layer already exists [2023-03-07T21:01:53.792Z] 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79: digest: sha256:6e0c2d55cff2d70f26e0fd6dda8a491ab576d4b4928555d1c05677ad4e1f09f8 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:54.112Z] + 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-07T21:01:54.417Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2023-03-07T21:01:54.417Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-03-07T21:01:54.417Z] 90db5142d233: Preparing [2023-03-07T21:01:54.417Z] b596fdae9eb6: Preparing [2023-03-07T21:01:54.417Z] 2ff9ba3ea74a: Preparing [2023-03-07T21:01:54.417Z] 51c86b4d89d0: Preparing [2023-03-07T21:01:54.417Z] 09c54d24e64a: Preparing [2023-03-07T21:01:54.417Z] 3f9fc2ff9b5b: Preparing [2023-03-07T21:01:54.417Z] cabe7c8af5e0: Preparing [2023-03-07T21:01:54.417Z] 4b082c733b96: Preparing [2023-03-07T21:01:54.417Z] aa5968d388b8: Preparing [2023-03-07T21:01:54.417Z] 3f9fc2ff9b5b: Waiting [2023-03-07T21:01:54.417Z] aa5968d388b8: Waiting [2023-03-07T21:01:54.417Z] cabe7c8af5e0: Waiting [2023-03-07T21:01:54.417Z] 4b082c733b96: Waiting [2023-03-07T21:01:54.417Z] 90db5142d233: Layer already exists [2023-03-07T21:01:54.417Z] 2ff9ba3ea74a: Layer already exists [2023-03-07T21:01:54.417Z] 09c54d24e64a: Layer already exists [2023-03-07T21:01:54.417Z] b596fdae9eb6: Layer already exists [2023-03-07T21:01:54.417Z] 51c86b4d89d0: Layer already exists [2023-03-07T21:01:54.417Z] 3f9fc2ff9b5b: Layer already exists [2023-03-07T21:01:54.417Z] cabe7c8af5e0: Layer already exists [2023-03-07T21:01:54.417Z] aa5968d388b8: Layer already exists [2023-03-07T21:01:54.417Z] 4b082c733b96: Layer already exists [2023-03-07T21:01:54.417Z] main: digest: sha256:6e0c2d55cff2d70f26e0fd6dda8a491ab576d4b4928555d1c05677ad4e1f09f8 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-07T21:01:54.455Z] ===================================================== [Pipeline] echo [2023-03-07T21:01:54.461Z] taggedImages: [2023-03-07T21:01:54.461Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:01:54.461Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-03-07T21:01:54.461Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.79 [2023-03-07T21:01:54.461Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:01:54.461Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2023-03-07T21:01:54.476Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2023-03-07T21:01:54.476Z] 08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:01:54.476Z] latest [2023-03-07T21:01:54.476Z] 3.0.0-dev.79 [2023-03-07T21:01:54.476Z] 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:01:54.476Z] main [2023-03-07T21:01:54.476Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:54.780Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:08ca0edeffa98a49321873a39f0210382b374702 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:55.097Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:01:55.097Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-03-07T21:01:55.097Z] 474ebd3c0ea0: Preparing [2023-03-07T21:01:55.097Z] 0708dc043333: Preparing [2023-03-07T21:01:55.097Z] 30dce8f8b929: Preparing [2023-03-07T21:01:55.097Z] a9f39668fe0b: Preparing [2023-03-07T21:01:55.097Z] 4e6476652798: Preparing [2023-03-07T21:01:55.097Z] 4e6476652798: Layer already exists [2023-03-07T21:01:55.097Z] 30dce8f8b929: Layer already exists [2023-03-07T21:01:55.097Z] 474ebd3c0ea0: Pushed [2023-03-07T21:01:55.661Z] a9f39668fe0b: Pushed [2023-03-07T21:01:57.038Z] 0708dc043333: Pushed [2023-03-07T21:01:57.297Z] 08ca0edeffa98a49321873a39f0210382b374702: digest: sha256:8fe0be593db0d5fb2238b00c6be664d55f71e0e6074c2c41cd235b05f0910dc9 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:57.599Z] + 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-07T21:01:57.907Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-03-07T21:01:57.907Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-03-07T21:01:57.907Z] 474ebd3c0ea0: Preparing [2023-03-07T21:01:57.907Z] 0708dc043333: Preparing [2023-03-07T21:01:57.907Z] 30dce8f8b929: Preparing [2023-03-07T21:01:57.907Z] a9f39668fe0b: Preparing [2023-03-07T21:01:57.907Z] 4e6476652798: Preparing [2023-03-07T21:01:57.907Z] 4e6476652798: Layer already exists [2023-03-07T21:01:57.907Z] a9f39668fe0b: Layer already exists [2023-03-07T21:01:57.907Z] 474ebd3c0ea0: Layer already exists [2023-03-07T21:01:57.907Z] 0708dc043333: Layer already exists [2023-03-07T21:01:57.907Z] 30dce8f8b929: Layer already exists [2023-03-07T21:01:57.907Z] latest: digest: sha256:8fe0be593db0d5fb2238b00c6be664d55f71e0e6074c2c41cd235b05f0910dc9 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:58.226Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:58.524Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.79 [2023-03-07T21:01:58.524Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-03-07T21:01:58.524Z] 474ebd3c0ea0: Preparing [2023-03-07T21:01:58.524Z] 0708dc043333: Preparing [2023-03-07T21:01:58.524Z] 30dce8f8b929: Preparing [2023-03-07T21:01:58.524Z] a9f39668fe0b: Preparing [2023-03-07T21:01:58.524Z] 4e6476652798: Preparing [2023-03-07T21:01:58.524Z] a9f39668fe0b: Layer already exists [2023-03-07T21:01:58.524Z] 4e6476652798: Layer already exists [2023-03-07T21:01:58.524Z] 474ebd3c0ea0: Layer already exists [2023-03-07T21:01:58.524Z] 0708dc043333: Layer already exists [2023-03-07T21:01:58.524Z] 30dce8f8b929: Layer already exists [2023-03-07T21:01:58.524Z] 3.0.0-dev.79: digest: sha256:8fe0be593db0d5fb2238b00c6be664d55f71e0e6074c2c41cd235b05f0910dc9 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:58.827Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:59.127Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:01:59.127Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-03-07T21:01:59.127Z] 474ebd3c0ea0: Preparing [2023-03-07T21:01:59.127Z] 0708dc043333: Preparing [2023-03-07T21:01:59.127Z] 30dce8f8b929: Preparing [2023-03-07T21:01:59.127Z] a9f39668fe0b: Preparing [2023-03-07T21:01:59.127Z] 4e6476652798: Preparing [2023-03-07T21:01:59.127Z] 4e6476652798: Layer already exists [2023-03-07T21:01:59.127Z] 0708dc043333: Layer already exists [2023-03-07T21:01:59.127Z] 474ebd3c0ea0: Layer already exists [2023-03-07T21:01:59.127Z] 30dce8f8b929: Layer already exists [2023-03-07T21:01:59.127Z] a9f39668fe0b: Layer already exists [2023-03-07T21:01:59.128Z] 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79: digest: sha256:8fe0be593db0d5fb2238b00c6be664d55f71e0e6074c2c41cd235b05f0910dc9 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:01:59.452Z] + 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-07T21:01:59.755Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2023-03-07T21:01:59.755Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-03-07T21:01:59.755Z] 474ebd3c0ea0: Preparing [2023-03-07T21:01:59.755Z] 0708dc043333: Preparing [2023-03-07T21:01:59.755Z] 30dce8f8b929: Preparing [2023-03-07T21:01:59.755Z] a9f39668fe0b: Preparing [2023-03-07T21:01:59.755Z] 4e6476652798: Preparing [2023-03-07T21:01:59.755Z] 474ebd3c0ea0: Layer already exists [2023-03-07T21:01:59.755Z] 4e6476652798: Layer already exists [2023-03-07T21:01:59.755Z] 30dce8f8b929: Layer already exists [2023-03-07T21:01:59.755Z] a9f39668fe0b: Layer already exists [2023-03-07T21:01:59.755Z] 0708dc043333: Layer already exists [2023-03-07T21:01:59.755Z] main: digest: sha256:8fe0be593db0d5fb2238b00c6be664d55f71e0e6074c2c41cd235b05f0910dc9 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-07T21:01:59.789Z] ===================================================== [Pipeline] echo [2023-03-07T21:01:59.795Z] taggedImages: [2023-03-07T21:01:59.795Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:01:59.795Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-03-07T21:01:59.795Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.79 [2023-03-07T21:01:59.795Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:01:59.795Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2023-03-07T21:01:59.809Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2023-03-07T21:01:59.809Z] 08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:01:59.809Z] latest [2023-03-07T21:01:59.809Z] 3.0.0-dev.79 [2023-03-07T21:01:59.809Z] 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:01:59.809Z] main [2023-03-07T21:01:59.809Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:02:00.124Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:08ca0edeffa98a49321873a39f0210382b374702 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:02:00.444Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:02:00.444Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-03-07T21:02:00.444Z] 3b5b18b78690: Preparing [2023-03-07T21:02:00.444Z] d338e28e28e9: Preparing [2023-03-07T21:02:00.444Z] 074d5523da03: Preparing [2023-03-07T21:02:00.444Z] 50a1fc38a2c8: Preparing [2023-03-07T21:02:00.444Z] 82cc99d09b10: Preparing [2023-03-07T21:02:00.444Z] 5188b97e3473: Preparing [2023-03-07T21:02:00.444Z] 4e6476652798: Preparing [2023-03-07T21:02:00.444Z] 4e6476652798: Waiting [2023-03-07T21:02:01.825Z] 074d5523da03: Pushed [2023-03-07T21:02:01.825Z] d338e28e28e9: Pushed [2023-03-07T21:02:01.825Z] 3b5b18b78690: Pushed [2023-03-07T21:02:01.825Z] 4e6476652798: Layer already exists [2023-03-07T21:02:02.083Z] 5188b97e3473: Pushed [2023-03-07T21:02:05.370Z] 82cc99d09b10: Pushed [2023-03-07T21:02:07.936Z] 50a1fc38a2c8: Pushed [2023-03-07T21:02:07.936Z] 08ca0edeffa98a49321873a39f0210382b374702: digest: sha256:fedef31e1a04932ca78fb8dc50dd766ca4aacacc6578d1eb9719d3ac13586f1c size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:02:08.240Z] + 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-07T21:02:08.541Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-03-07T21:02:08.541Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-03-07T21:02:08.541Z] 3b5b18b78690: Preparing [2023-03-07T21:02:08.541Z] d338e28e28e9: Preparing [2023-03-07T21:02:08.541Z] 074d5523da03: Preparing [2023-03-07T21:02:08.541Z] 50a1fc38a2c8: Preparing [2023-03-07T21:02:08.541Z] 82cc99d09b10: Preparing [2023-03-07T21:02:08.541Z] 5188b97e3473: Preparing [2023-03-07T21:02:08.541Z] 4e6476652798: Preparing [2023-03-07T21:02:08.541Z] 5188b97e3473: Waiting [2023-03-07T21:02:08.541Z] 074d5523da03: Layer already exists [2023-03-07T21:02:08.541Z] 50a1fc38a2c8: Layer already exists [2023-03-07T21:02:08.541Z] d338e28e28e9: Layer already exists [2023-03-07T21:02:08.541Z] 3b5b18b78690: Layer already exists [2023-03-07T21:02:08.541Z] 82cc99d09b10: Layer already exists [2023-03-07T21:02:08.541Z] 5188b97e3473: Layer already exists [2023-03-07T21:02:08.541Z] 4e6476652798: Layer already exists [2023-03-07T21:02:08.541Z] latest: digest: sha256:fedef31e1a04932ca78fb8dc50dd766ca4aacacc6578d1eb9719d3ac13586f1c size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:02:08.848Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:02:09.147Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.79 [2023-03-07T21:02:09.147Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-03-07T21:02:09.147Z] 3b5b18b78690: Preparing [2023-03-07T21:02:09.147Z] d338e28e28e9: Preparing [2023-03-07T21:02:09.147Z] 074d5523da03: Preparing [2023-03-07T21:02:09.147Z] 50a1fc38a2c8: Preparing [2023-03-07T21:02:09.147Z] 82cc99d09b10: Preparing [2023-03-07T21:02:09.147Z] 5188b97e3473: Preparing [2023-03-07T21:02:09.147Z] 4e6476652798: Preparing [2023-03-07T21:02:09.147Z] 5188b97e3473: Waiting [2023-03-07T21:02:09.147Z] 4e6476652798: Waiting [2023-03-07T21:02:09.147Z] 074d5523da03: Layer already exists [2023-03-07T21:02:09.147Z] 3b5b18b78690: Layer already exists [2023-03-07T21:02:09.147Z] 50a1fc38a2c8: Layer already exists [2023-03-07T21:02:09.147Z] 82cc99d09b10: Layer already exists [2023-03-07T21:02:09.147Z] d338e28e28e9: Layer already exists [2023-03-07T21:02:09.147Z] 4e6476652798: Layer already exists [2023-03-07T21:02:09.147Z] 5188b97e3473: Layer already exists [2023-03-07T21:02:09.147Z] 3.0.0-dev.79: digest: sha256:fedef31e1a04932ca78fb8dc50dd766ca4aacacc6578d1eb9719d3ac13586f1c size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:02:09.448Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:02:09.749Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:02:09.749Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-03-07T21:02:09.749Z] 3b5b18b78690: Preparing [2023-03-07T21:02:09.749Z] d338e28e28e9: Preparing [2023-03-07T21:02:09.749Z] 074d5523da03: Preparing [2023-03-07T21:02:09.749Z] 50a1fc38a2c8: Preparing [2023-03-07T21:02:09.749Z] 82cc99d09b10: Preparing [2023-03-07T21:02:09.749Z] 5188b97e3473: Preparing [2023-03-07T21:02:09.749Z] 4e6476652798: Preparing [2023-03-07T21:02:09.749Z] 5188b97e3473: Waiting [2023-03-07T21:02:09.749Z] 4e6476652798: Waiting [2023-03-07T21:02:09.749Z] 3b5b18b78690: Layer already exists [2023-03-07T21:02:09.749Z] 50a1fc38a2c8: Layer already exists [2023-03-07T21:02:09.749Z] 074d5523da03: Layer already exists [2023-03-07T21:02:09.749Z] d338e28e28e9: Layer already exists [2023-03-07T21:02:09.749Z] 82cc99d09b10: Layer already exists [2023-03-07T21:02:09.749Z] 5188b97e3473: Layer already exists [2023-03-07T21:02:09.749Z] 4e6476652798: Layer already exists [2023-03-07T21:02:09.750Z] 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79: digest: sha256:fedef31e1a04932ca78fb8dc50dd766ca4aacacc6578d1eb9719d3ac13586f1c size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:02:10.058Z] + 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-07T21:02:10.364Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2023-03-07T21:02:10.364Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-03-07T21:02:10.364Z] 3b5b18b78690: Preparing [2023-03-07T21:02:10.364Z] d338e28e28e9: Preparing [2023-03-07T21:02:10.364Z] 074d5523da03: Preparing [2023-03-07T21:02:10.364Z] 50a1fc38a2c8: Preparing [2023-03-07T21:02:10.364Z] 82cc99d09b10: Preparing [2023-03-07T21:02:10.364Z] 5188b97e3473: Preparing [2023-03-07T21:02:10.364Z] 4e6476652798: Preparing [2023-03-07T21:02:10.364Z] 5188b97e3473: Waiting [2023-03-07T21:02:10.364Z] 4e6476652798: Waiting [2023-03-07T21:02:10.364Z] 82cc99d09b10: Layer already exists [2023-03-07T21:02:10.364Z] 074d5523da03: Layer already exists [2023-03-07T21:02:10.364Z] 3b5b18b78690: Layer already exists [2023-03-07T21:02:10.364Z] d338e28e28e9: Layer already exists [2023-03-07T21:02:10.364Z] 50a1fc38a2c8: Layer already exists [2023-03-07T21:02:10.364Z] 4e6476652798: Layer already exists [2023-03-07T21:02:10.364Z] 5188b97e3473: Layer already exists [2023-03-07T21:02:10.364Z] main: digest: sha256:fedef31e1a04932ca78fb8dc50dd766ca4aacacc6578d1eb9719d3ac13586f1c size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-07T21:02:10.403Z] ===================================================== [Pipeline] echo [2023-03-07T21:02:10.411Z] taggedImages: [2023-03-07T21:02:10.411Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:02:10.411Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-03-07T21:02:10.411Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.79 [2023-03-07T21:02:10.411Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:02:10.411Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2023-03-07T21:02:10.428Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2023-03-07T21:02:10.428Z] 08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:02:10.428Z] latest [2023-03-07T21:02:10.428Z] 3.0.0-dev.79 [2023-03-07T21:02:10.428Z] 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:02:10.428Z] main [2023-03-07T21:02:10.428Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:02:10.738Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:08ca0edeffa98a49321873a39f0210382b374702 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:02:11.050Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:02:11.050Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-03-07T21:02:11.050Z] 88350f5b2d86: Preparing [2023-03-07T21:02:11.050Z] efecd631c82b: Preparing [2023-03-07T21:02:11.050Z] 92b49d50a5ea: Preparing [2023-03-07T21:02:11.050Z] ca0670414755: Preparing [2023-03-07T21:02:11.050Z] cf15ad9c3398: Preparing [2023-03-07T21:02:11.050Z] 4e6476652798: Preparing [2023-03-07T21:02:11.050Z] 4e6476652798: Waiting [2023-03-07T21:02:11.051Z] 88350f5b2d86: Pushed [2023-03-07T21:02:11.051Z] 92b49d50a5ea: Pushed [2023-03-07T21:02:11.051Z] efecd631c82b: Pushed [2023-03-07T21:02:11.308Z] 4e6476652798: Layer already exists [2023-03-07T21:02:11.308Z] cf15ad9c3398: Pushed [2023-03-07T21:02:17.909Z] ca0670414755: Pushed [2023-03-07T21:02:17.909Z] 08ca0edeffa98a49321873a39f0210382b374702: digest: sha256:7371ebbc89c483dbccef373a49d1af0ad9fce1f6ef6924bcc0854d657a8c8056 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:02:18.210Z] + 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-07T21:02:18.515Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-03-07T21:02:18.515Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-03-07T21:02:18.515Z] 88350f5b2d86: Preparing [2023-03-07T21:02:18.515Z] efecd631c82b: Preparing [2023-03-07T21:02:18.515Z] 92b49d50a5ea: Preparing [2023-03-07T21:02:18.515Z] ca0670414755: Preparing [2023-03-07T21:02:18.515Z] cf15ad9c3398: Preparing [2023-03-07T21:02:18.515Z] 4e6476652798: Preparing [2023-03-07T21:02:18.515Z] 4e6476652798: Waiting [2023-03-07T21:02:18.515Z] cf15ad9c3398: Layer already exists [2023-03-07T21:02:18.515Z] 88350f5b2d86: Layer already exists [2023-03-07T21:02:18.515Z] efecd631c82b: Layer already exists [2023-03-07T21:02:18.515Z] 92b49d50a5ea: Layer already exists [2023-03-07T21:02:18.515Z] ca0670414755: Layer already exists [2023-03-07T21:02:18.515Z] 4e6476652798: Layer already exists [2023-03-07T21:02:18.515Z] latest: digest: sha256:7371ebbc89c483dbccef373a49d1af0ad9fce1f6ef6924bcc0854d657a8c8056 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:02:18.831Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:02:19.139Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.79 [2023-03-07T21:02:19.139Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-03-07T21:02:19.139Z] 88350f5b2d86: Preparing [2023-03-07T21:02:19.139Z] efecd631c82b: Preparing [2023-03-07T21:02:19.139Z] 92b49d50a5ea: Preparing [2023-03-07T21:02:19.139Z] ca0670414755: Preparing [2023-03-07T21:02:19.139Z] cf15ad9c3398: Preparing [2023-03-07T21:02:19.139Z] 4e6476652798: Preparing [2023-03-07T21:02:19.139Z] 4e6476652798: Waiting [2023-03-07T21:02:19.139Z] 92b49d50a5ea: Layer already exists [2023-03-07T21:02:19.139Z] efecd631c82b: Layer already exists [2023-03-07T21:02:19.139Z] ca0670414755: Layer already exists [2023-03-07T21:02:19.139Z] cf15ad9c3398: Layer already exists [2023-03-07T21:02:19.139Z] 88350f5b2d86: Layer already exists [2023-03-07T21:02:19.139Z] 4e6476652798: Layer already exists [2023-03-07T21:02:19.139Z] 3.0.0-dev.79: digest: sha256:7371ebbc89c483dbccef373a49d1af0ad9fce1f6ef6924bcc0854d657a8c8056 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:02:19.450Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:02:19.758Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:02:19.758Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-03-07T21:02:19.758Z] 88350f5b2d86: Preparing [2023-03-07T21:02:19.758Z] efecd631c82b: Preparing [2023-03-07T21:02:19.758Z] 92b49d50a5ea: Preparing [2023-03-07T21:02:19.758Z] ca0670414755: Preparing [2023-03-07T21:02:19.758Z] cf15ad9c3398: Preparing [2023-03-07T21:02:19.758Z] 4e6476652798: Preparing [2023-03-07T21:02:19.758Z] 4e6476652798: Waiting [2023-03-07T21:02:19.758Z] 88350f5b2d86: Layer already exists [2023-03-07T21:02:19.758Z] ca0670414755: Layer already exists [2023-03-07T21:02:19.758Z] efecd631c82b: Layer already exists [2023-03-07T21:02:19.758Z] cf15ad9c3398: Layer already exists [2023-03-07T21:02:19.758Z] 92b49d50a5ea: Layer already exists [2023-03-07T21:02:19.758Z] 4e6476652798: Layer already exists [2023-03-07T21:02:19.758Z] 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79: digest: sha256:7371ebbc89c483dbccef373a49d1af0ad9fce1f6ef6924bcc0854d657a8c8056 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:02:20.068Z] + 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-07T21:02:20.373Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2023-03-07T21:02:20.373Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-03-07T21:02:20.373Z] 88350f5b2d86: Preparing [2023-03-07T21:02:20.373Z] efecd631c82b: Preparing [2023-03-07T21:02:20.373Z] 92b49d50a5ea: Preparing [2023-03-07T21:02:20.373Z] ca0670414755: Preparing [2023-03-07T21:02:20.373Z] cf15ad9c3398: Preparing [2023-03-07T21:02:20.373Z] 4e6476652798: Preparing [2023-03-07T21:02:20.373Z] 4e6476652798: Waiting [2023-03-07T21:02:20.373Z] 88350f5b2d86: Layer already exists [2023-03-07T21:02:20.373Z] cf15ad9c3398: Layer already exists [2023-03-07T21:02:20.373Z] 92b49d50a5ea: Layer already exists [2023-03-07T21:02:20.373Z] ca0670414755: Layer already exists [2023-03-07T21:02:20.373Z] efecd631c82b: Layer already exists [2023-03-07T21:02:20.373Z] 4e6476652798: Layer already exists [2023-03-07T21:02:20.373Z] main: digest: sha256:7371ebbc89c483dbccef373a49d1af0ad9fce1f6ef6924bcc0854d657a8c8056 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-07T21:02:20.410Z] ===================================================== [Pipeline] echo [2023-03-07T21:02:20.418Z] taggedImages: [2023-03-07T21:02:20.418Z] - nexus3.edgexfoundry.org:10004/security-spire-config:08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:02:20.418Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-03-07T21:02:20.418Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.79 [2023-03-07T21:02:20.418Z] - nexus3.edgexfoundry.org:10004/security-spire-config:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:02:20.418Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2023-03-07T21:02:20.439Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2023-03-07T21:02:20.439Z] 08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:02:20.439Z] latest [2023-03-07T21:02:20.439Z] 3.0.0-dev.79 [2023-03-07T21:02:20.439Z] 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:02:20.439Z] main [2023-03-07T21:02:20.439Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:02:20.756Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:08ca0edeffa98a49321873a39f0210382b374702 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:02:21.050Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:02:21.050Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-03-07T21:02:21.050Z] b3e59f3f5b7b: Preparing [2023-03-07T21:02:21.050Z] 0f25d631bbc2: Preparing [2023-03-07T21:02:21.050Z] 5ba1aaaaa087: Preparing [2023-03-07T21:02:21.050Z] b8a546237936: Preparing [2023-03-07T21:02:21.050Z] 5188b97e3473: Preparing [2023-03-07T21:02:21.050Z] 4e6476652798: Preparing [2023-03-07T21:02:21.050Z] 4e6476652798: Waiting [2023-03-07T21:02:21.050Z] 5188b97e3473: Layer already exists [2023-03-07T21:02:21.050Z] 5ba1aaaaa087: Pushed [2023-03-07T21:02:21.050Z] 0f25d631bbc2: Pushed [2023-03-07T21:02:21.050Z] b3e59f3f5b7b: Pushed [2023-03-07T21:02:21.050Z] 4e6476652798: Layer already exists [2023-03-07T21:02:27.693Z] b8a546237936: Pushed [2023-03-07T21:02:27.693Z] 08ca0edeffa98a49321873a39f0210382b374702: digest: sha256:4128e1d1bcabf4e6fd62c1b4785278dc3a54d50d777ffac2e4dd3c6c7f8b8060 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:02:28.000Z] + 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-07T21:02:28.311Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-03-07T21:02:28.312Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-03-07T21:02:28.312Z] b3e59f3f5b7b: Preparing [2023-03-07T21:02:28.312Z] 0f25d631bbc2: Preparing [2023-03-07T21:02:28.312Z] 5ba1aaaaa087: Preparing [2023-03-07T21:02:28.312Z] b8a546237936: Preparing [2023-03-07T21:02:28.312Z] 5188b97e3473: Preparing [2023-03-07T21:02:28.312Z] 4e6476652798: Preparing [2023-03-07T21:02:28.312Z] 4e6476652798: Waiting [2023-03-07T21:02:28.312Z] b3e59f3f5b7b: Layer already exists [2023-03-07T21:02:28.312Z] 5ba1aaaaa087: Layer already exists [2023-03-07T21:02:28.312Z] 0f25d631bbc2: Layer already exists [2023-03-07T21:02:28.312Z] 5188b97e3473: Layer already exists [2023-03-07T21:02:28.312Z] b8a546237936: Layer already exists [2023-03-07T21:02:28.312Z] 4e6476652798: Layer already exists [2023-03-07T21:02:28.312Z] latest: digest: sha256:4128e1d1bcabf4e6fd62c1b4785278dc3a54d50d777ffac2e4dd3c6c7f8b8060 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:02:28.633Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:02:28.938Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.79 [2023-03-07T21:02:28.938Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-03-07T21:02:28.938Z] b3e59f3f5b7b: Preparing [2023-03-07T21:02:28.938Z] 0f25d631bbc2: Preparing [2023-03-07T21:02:28.938Z] 5ba1aaaaa087: Preparing [2023-03-07T21:02:28.938Z] b8a546237936: Preparing [2023-03-07T21:02:28.938Z] 5188b97e3473: Preparing [2023-03-07T21:02:28.938Z] 4e6476652798: Preparing [2023-03-07T21:02:28.938Z] 4e6476652798: Waiting [2023-03-07T21:02:28.938Z] 5ba1aaaaa087: Layer already exists [2023-03-07T21:02:28.938Z] 5188b97e3473: Layer already exists [2023-03-07T21:02:28.938Z] b3e59f3f5b7b: Layer already exists [2023-03-07T21:02:28.938Z] 0f25d631bbc2: Layer already exists [2023-03-07T21:02:28.938Z] b8a546237936: Layer already exists [2023-03-07T21:02:28.938Z] 4e6476652798: Layer already exists [2023-03-07T21:02:28.938Z] 3.0.0-dev.79: digest: sha256:4128e1d1bcabf4e6fd62c1b4785278dc3a54d50d777ffac2e4dd3c6c7f8b8060 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:02:29.257Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:02:29.561Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:02:29.561Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-03-07T21:02:29.561Z] b3e59f3f5b7b: Preparing [2023-03-07T21:02:29.561Z] 0f25d631bbc2: Preparing [2023-03-07T21:02:29.561Z] 5ba1aaaaa087: Preparing [2023-03-07T21:02:29.561Z] b8a546237936: Preparing [2023-03-07T21:02:29.561Z] 5188b97e3473: Preparing [2023-03-07T21:02:29.561Z] 4e6476652798: Preparing [2023-03-07T21:02:29.561Z] 4e6476652798: Waiting [2023-03-07T21:02:29.561Z] 5ba1aaaaa087: Layer already exists [2023-03-07T21:02:29.561Z] b8a546237936: Layer already exists [2023-03-07T21:02:29.561Z] 0f25d631bbc2: Layer already exists [2023-03-07T21:02:29.561Z] 5188b97e3473: Layer already exists [2023-03-07T21:02:29.561Z] b3e59f3f5b7b: Layer already exists [2023-03-07T21:02:29.561Z] 4e6476652798: Layer already exists [2023-03-07T21:02:29.561Z] 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79: digest: sha256:4128e1d1bcabf4e6fd62c1b4785278dc3a54d50d777ffac2e4dd3c6c7f8b8060 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:02:29.864Z] + 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-07T21:02:30.165Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2023-03-07T21:02:30.165Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-03-07T21:02:30.165Z] b3e59f3f5b7b: Preparing [2023-03-07T21:02:30.165Z] 0f25d631bbc2: Preparing [2023-03-07T21:02:30.165Z] 5ba1aaaaa087: Preparing [2023-03-07T21:02:30.165Z] b8a546237936: Preparing [2023-03-07T21:02:30.165Z] 5188b97e3473: Preparing [2023-03-07T21:02:30.165Z] 4e6476652798: Preparing [2023-03-07T21:02:30.165Z] 4e6476652798: Waiting [2023-03-07T21:02:30.165Z] 5188b97e3473: Layer already exists [2023-03-07T21:02:30.165Z] 5ba1aaaaa087: Layer already exists [2023-03-07T21:02:30.165Z] b8a546237936: Layer already exists [2023-03-07T21:02:30.165Z] 0f25d631bbc2: Layer already exists [2023-03-07T21:02:30.165Z] b3e59f3f5b7b: Layer already exists [2023-03-07T21:02:30.165Z] 4e6476652798: Layer already exists [2023-03-07T21:02:30.165Z] main: digest: sha256:4128e1d1bcabf4e6fd62c1b4785278dc3a54d50d777ffac2e4dd3c6c7f8b8060 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-07T21:02:30.211Z] ===================================================== [Pipeline] echo [2023-03-07T21:02:30.216Z] taggedImages: [2023-03-07T21:02:30.216Z] - nexus3.edgexfoundry.org:10004/security-spire-server:08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:02:30.216Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-03-07T21:02:30.216Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.79 [2023-03-07T21:02:30.216Z] - nexus3.edgexfoundry.org:10004/security-spire-server:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:02:30.216Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2023-03-07T21:02:30.231Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2023-03-07T21:02:30.231Z] 08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:02:30.231Z] latest [2023-03-07T21:02:30.231Z] 3.0.0-dev.79 [2023-03-07T21:02:30.231Z] 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:02:30.231Z] main [2023-03-07T21:02:30.231Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:02:30.536Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:08ca0edeffa98a49321873a39f0210382b374702 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:02:30.839Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:02:30.839Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-03-07T21:02:30.839Z] e5e63268ef07: Preparing [2023-03-07T21:02:30.839Z] db647373c554: Preparing [2023-03-07T21:02:30.839Z] 30dce8f8b929: Preparing [2023-03-07T21:02:30.839Z] 5e079471d930: Preparing [2023-03-07T21:02:30.839Z] aa5968d388b8: Preparing [2023-03-07T21:02:30.839Z] aa5968d388b8: Layer already exists [2023-03-07T21:02:30.839Z] 30dce8f8b929: Layer already exists [2023-03-07T21:02:30.839Z] e5e63268ef07: Pushed [2023-03-07T21:02:30.839Z] 5e079471d930: Pushed [2023-03-07T21:02:33.368Z] db647373c554: Pushed [2023-03-07T21:02:33.368Z] 08ca0edeffa98a49321873a39f0210382b374702: digest: sha256:dea015582a1e2073ef78c286c4918f5392c21836b06b9c5e2434ced4823ac123 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:02:33.675Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:02:33.976Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-03-07T21:02:33.976Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-03-07T21:02:33.976Z] e5e63268ef07: Preparing [2023-03-07T21:02:33.976Z] db647373c554: Preparing [2023-03-07T21:02:33.977Z] 30dce8f8b929: Preparing [2023-03-07T21:02:33.977Z] 5e079471d930: Preparing [2023-03-07T21:02:33.977Z] aa5968d388b8: Preparing [2023-03-07T21:02:33.977Z] aa5968d388b8: Layer already exists [2023-03-07T21:02:33.977Z] 30dce8f8b929: Layer already exists [2023-03-07T21:02:33.977Z] e5e63268ef07: Layer already exists [2023-03-07T21:02:33.977Z] 5e079471d930: Layer already exists [2023-03-07T21:02:33.977Z] db647373c554: Layer already exists [2023-03-07T21:02:33.977Z] latest: digest: sha256:dea015582a1e2073ef78c286c4918f5392c21836b06b9c5e2434ced4823ac123 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:02:34.282Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:02:34.584Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.79 [2023-03-07T21:02:34.584Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-03-07T21:02:34.584Z] e5e63268ef07: Preparing [2023-03-07T21:02:34.584Z] db647373c554: Preparing [2023-03-07T21:02:34.584Z] 30dce8f8b929: Preparing [2023-03-07T21:02:34.584Z] 5e079471d930: Preparing [2023-03-07T21:02:34.584Z] aa5968d388b8: Preparing [2023-03-07T21:02:34.584Z] db647373c554: Layer already exists [2023-03-07T21:02:34.584Z] aa5968d388b8: Layer already exists [2023-03-07T21:02:34.584Z] e5e63268ef07: Layer already exists [2023-03-07T21:02:34.584Z] 30dce8f8b929: Layer already exists [2023-03-07T21:02:34.584Z] 5e079471d930: Layer already exists [2023-03-07T21:02:34.584Z] 3.0.0-dev.79: digest: sha256:dea015582a1e2073ef78c286c4918f5392c21836b06b9c5e2434ced4823ac123 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:02:34.891Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:02:35.199Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:02:35.200Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-03-07T21:02:35.200Z] e5e63268ef07: Preparing [2023-03-07T21:02:35.200Z] db647373c554: Preparing [2023-03-07T21:02:35.200Z] 30dce8f8b929: Preparing [2023-03-07T21:02:35.200Z] 5e079471d930: Preparing [2023-03-07T21:02:35.200Z] aa5968d388b8: Preparing [2023-03-07T21:02:35.200Z] 5e079471d930: Layer already exists [2023-03-07T21:02:35.200Z] e5e63268ef07: Layer already exists [2023-03-07T21:02:35.200Z] 30dce8f8b929: Layer already exists [2023-03-07T21:02:35.200Z] db647373c554: Layer already exists [2023-03-07T21:02:35.200Z] aa5968d388b8: Layer already exists [2023-03-07T21:02:35.460Z] 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79: digest: sha256:dea015582a1e2073ef78c286c4918f5392c21836b06b9c5e2434ced4823ac123 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:02:35.776Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:02:36.083Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2023-03-07T21:02:36.083Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-03-07T21:02:36.083Z] e5e63268ef07: Preparing [2023-03-07T21:02:36.083Z] db647373c554: Preparing [2023-03-07T21:02:36.083Z] 30dce8f8b929: Preparing [2023-03-07T21:02:36.083Z] 5e079471d930: Preparing [2023-03-07T21:02:36.083Z] aa5968d388b8: Preparing [2023-03-07T21:02:36.083Z] 30dce8f8b929: Layer already exists [2023-03-07T21:02:36.083Z] aa5968d388b8: Layer already exists [2023-03-07T21:02:36.083Z] db647373c554: Layer already exists [2023-03-07T21:02:36.083Z] e5e63268ef07: Layer already exists [2023-03-07T21:02:36.083Z] 5e079471d930: Layer already exists [2023-03-07T21:02:36.083Z] main: digest: sha256:dea015582a1e2073ef78c286c4918f5392c21836b06b9c5e2434ced4823ac123 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-07T21:02:36.123Z] ===================================================== [Pipeline] echo [2023-03-07T21:02:36.129Z] taggedImages: [2023-03-07T21:02:36.129Z] - nexus3.edgexfoundry.org:10004/support-notifications:08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:02:36.129Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-03-07T21:02:36.129Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.79 [2023-03-07T21:02:36.129Z] - nexus3.edgexfoundry.org:10004/support-notifications:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:02:36.129Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2023-03-07T21:02:36.149Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2023-03-07T21:02:36.149Z] 08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:02:36.149Z] latest [2023-03-07T21:02:36.149Z] 3.0.0-dev.79 [2023-03-07T21:02:36.149Z] 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:02:36.149Z] main [2023-03-07T21:02:36.149Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:02:36.458Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:08ca0edeffa98a49321873a39f0210382b374702 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:02:37.019Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:02:37.019Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-03-07T21:02:37.019Z] dc11e0cd19c1: Preparing [2023-03-07T21:02:37.019Z] 5aa1889d5862: Preparing [2023-03-07T21:02:37.019Z] 30dce8f8b929: Preparing [2023-03-07T21:02:37.019Z] ce378df24aac: Preparing [2023-03-07T21:02:37.019Z] aa5968d388b8: Preparing [2023-03-07T21:02:37.019Z] dc11e0cd19c1: Pushed [2023-03-07T21:02:37.019Z] 30dce8f8b929: Layer already exists [2023-03-07T21:02:37.279Z] aa5968d388b8: Layer already exists [2023-03-07T21:02:37.279Z] ce378df24aac: Layer already exists [2023-03-07T21:02:39.809Z] 5aa1889d5862: Pushed [2023-03-07T21:02:39.809Z] 08ca0edeffa98a49321873a39f0210382b374702: digest: sha256:eccbf88294a72aa90fc8882dcc46126bf4ce2e732dee6c43379f814bf51fd271 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:02:40.116Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:02:40.417Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-03-07T21:02:40.417Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-03-07T21:02:40.417Z] dc11e0cd19c1: Preparing [2023-03-07T21:02:40.417Z] 5aa1889d5862: Preparing [2023-03-07T21:02:40.417Z] 30dce8f8b929: Preparing [2023-03-07T21:02:40.417Z] ce378df24aac: Preparing [2023-03-07T21:02:40.417Z] aa5968d388b8: Preparing [2023-03-07T21:02:40.417Z] dc11e0cd19c1: Layer already exists [2023-03-07T21:02:40.417Z] aa5968d388b8: Layer already exists [2023-03-07T21:02:40.417Z] ce378df24aac: Layer already exists [2023-03-07T21:02:40.417Z] 5aa1889d5862: Layer already exists [2023-03-07T21:02:40.417Z] 30dce8f8b929: Layer already exists [2023-03-07T21:02:40.417Z] latest: digest: sha256:eccbf88294a72aa90fc8882dcc46126bf4ce2e732dee6c43379f814bf51fd271 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:02:40.724Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:02:41.031Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.79 [2023-03-07T21:02:41.031Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-03-07T21:02:41.031Z] dc11e0cd19c1: Preparing [2023-03-07T21:02:41.031Z] 5aa1889d5862: Preparing [2023-03-07T21:02:41.031Z] 30dce8f8b929: Preparing [2023-03-07T21:02:41.031Z] ce378df24aac: Preparing [2023-03-07T21:02:41.031Z] aa5968d388b8: Preparing [2023-03-07T21:02:41.031Z] 30dce8f8b929: Layer already exists [2023-03-07T21:02:41.031Z] aa5968d388b8: Layer already exists [2023-03-07T21:02:41.031Z] 5aa1889d5862: Layer already exists [2023-03-07T21:02:41.031Z] ce378df24aac: Layer already exists [2023-03-07T21:02:41.031Z] dc11e0cd19c1: Layer already exists [2023-03-07T21:02:41.031Z] 3.0.0-dev.79: digest: sha256:eccbf88294a72aa90fc8882dcc46126bf4ce2e732dee6c43379f814bf51fd271 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:02:41.346Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:02:41.656Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:02:41.656Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-03-07T21:02:41.656Z] dc11e0cd19c1: Preparing [2023-03-07T21:02:41.656Z] 5aa1889d5862: Preparing [2023-03-07T21:02:41.656Z] 30dce8f8b929: Preparing [2023-03-07T21:02:41.656Z] ce378df24aac: Preparing [2023-03-07T21:02:41.656Z] aa5968d388b8: Preparing [2023-03-07T21:02:41.656Z] aa5968d388b8: Layer already exists [2023-03-07T21:02:41.656Z] 5aa1889d5862: Layer already exists [2023-03-07T21:02:41.656Z] ce378df24aac: Layer already exists [2023-03-07T21:02:41.656Z] 30dce8f8b929: Layer already exists [2023-03-07T21:02:41.656Z] dc11e0cd19c1: Layer already exists [2023-03-07T21:02:41.656Z] 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79: digest: sha256:eccbf88294a72aa90fc8882dcc46126bf4ce2e732dee6c43379f814bf51fd271 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:02:41.971Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:02:42.282Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2023-03-07T21:02:42.283Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-03-07T21:02:42.283Z] dc11e0cd19c1: Preparing [2023-03-07T21:02:42.283Z] 5aa1889d5862: Preparing [2023-03-07T21:02:42.283Z] 30dce8f8b929: Preparing [2023-03-07T21:02:42.283Z] ce378df24aac: Preparing [2023-03-07T21:02:42.283Z] aa5968d388b8: Preparing [2023-03-07T21:02:42.283Z] 5aa1889d5862: Layer already exists [2023-03-07T21:02:42.283Z] dc11e0cd19c1: Layer already exists [2023-03-07T21:02:42.283Z] ce378df24aac: Layer already exists [2023-03-07T21:02:42.283Z] 30dce8f8b929: Layer already exists [2023-03-07T21:02:42.283Z] aa5968d388b8: Layer already exists [2023-03-07T21:02:42.283Z] main: digest: sha256:eccbf88294a72aa90fc8882dcc46126bf4ce2e732dee6c43379f814bf51fd271 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-07T21:02:42.332Z] ===================================================== [Pipeline] echo [2023-03-07T21:02:42.341Z] taggedImages: [2023-03-07T21:02:42.341Z] - nexus3.edgexfoundry.org:10004/support-scheduler:08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:02:42.341Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-03-07T21:02:42.341Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.79 [2023-03-07T21:02:42.341Z] - nexus3.edgexfoundry.org:10004/support-scheduler:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:02:42.341Z] - 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-07T21:05:18.607Z] Removing intermediate container 7fd54d061af0 [2023-03-07T21:05:18.607Z] ---> e174dedebafa [2023-03-07T21:05:18.607Z] [2023-03-07T21:05:18.607Z] Step 10/22 : FROM alpine:3.16 [2023-03-07T21:05:18.607Z] 3.16: Pulling from library/alpine [2023-03-07T21:05:19.567Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-07T21:05:19.567Z] Status: Downloaded newer image for alpine:3.16 [2023-03-07T21:05:19.567Z] ---> 4c81e5bf8899 [2023-03-07T21:05:19.567Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-07T21:05:19.835Z] ---> Running in f4a2d3fe6c2e [2023-03-07T21:05:20.420Z] Removing intermediate container 3cd97c138f11 [2023-03-07T21:05:20.420Z] ---> c388eaf8c0a9 [2023-03-07T21:05:20.420Z] [2023-03-07T21:05:20.420Z] Step 9/20 : FROM alpine:3.16 [2023-03-07T21:05:20.420Z] ---> 4c81e5bf8899 [2023-03-07T21:05:20.420Z] Step 10/20 : RUN apk add --update --no-cache dumb-init openssl [2023-03-07T21:05:20.420Z] ---> Running in 560dc351a27d [2023-03-07T21:05:20.693Z] Removing intermediate container f4a2d3fe6c2e [2023-03-07T21:05:20.693Z] ---> b3f885186f1c [2023-03-07T21:05:20.693Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-03-07T21:05:20.961Z] ---> Running in 8e7023b8afeb [2023-03-07T21:05:23.549Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-07T21:05:23.549Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-07T21:05:23.549Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-07T21:05:23.819Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-07T21:05:25.244Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-07T21:05:25.244Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-03-07T21:05:25.244Z] Executing busybox-1.35.0-r17.trigger [2023-03-07T21:05:25.244Z] (2/2) Installing openssl (1.1.1t-r0) [2023-03-07T21:05:25.244Z] Executing busybox-1.35.0-r17.trigger [2023-03-07T21:05:25.244Z] OK: 5 MiB in 15 packages [2023-03-07T21:05:25.244Z] OK: 6 MiB in 16 packages [2023-03-07T21:05:27.195Z] Removing intermediate container 8e7023b8afeb [2023-03-07T21:05:27.195Z] ---> 3ba20e5f6771 [2023-03-07T21:05:27.195Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-07T21:05:27.470Z] Removing intermediate container 560dc351a27d [2023-03-07T21:05:27.470Z] ---> 3af52d9c87f5 [2023-03-07T21:05:27.470Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-03-07T21:05:27.739Z] ---> Running in 80db7bef8ed0 [2023-03-07T21:05:28.323Z] Removing intermediate container 80db7bef8ed0 [2023-03-07T21:05:28.323Z] ---> c8442dade39c [2023-03-07T21:05:28.323Z] Step 12/20 : WORKDIR /edgex [2023-03-07T21:05:28.593Z] ---> 3dd040cceeba [2023-03-07T21:05:28.593Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-03-07T21:05:28.593Z] ---> Running in d8bafc523e87 [2023-03-07T21:05:29.175Z] Removing intermediate container d8bafc523e87 [2023-03-07T21:05:29.175Z] ---> bd8029bc8e15 [2023-03-07T21:05:29.175Z] Step 13/20 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.toml res/configuration.toml [2023-03-07T21:05:32.534Z] ---> 7e28408833a6 [2023-03-07T21:05:32.534Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-03-07T21:05:32.534Z] ---> 3492b1063583 [2023-03-07T21:05:32.534Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml [2023-03-07T21:05:34.477Z] ---> 4441aac30835 [2023-03-07T21:05:34.477Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-03-07T21:05:35.061Z] ---> a967aa7dfc55 [2023-03-07T21:05:35.061Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-03-07T21:05:35.645Z] ---> 4d8f8ff704ec [2023-03-07T21:05:35.645Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-07T21:05:35.912Z] ---> Running in 478e98db497d [2023-03-07T21:05:35.912Z] ---> 884ad1f3d0c1 [2023-03-07T21:05:35.912Z] Step 16/20 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-07T21:05:36.181Z] ---> Running in 9a0c44d15d84 [2023-03-07T21:05:40.445Z] Removing intermediate container 478e98db497d [2023-03-07T21:05:40.445Z] ---> 7340eb8e190f [2023-03-07T21:05:40.445Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-07T21:05:40.445Z] Removing intermediate container 9a0c44d15d84 [2023-03-07T21:05:40.445Z] ---> Running in e0ddd9683aba [2023-03-07T21:05:40.445Z] ---> ebad160dbc2c [2023-03-07T21:05:40.445Z] Step 17/20 : ENTRYPOINT ["entrypoint.sh"] [2023-03-07T21:05:40.445Z] ---> Running in bf12f7eba1cb [2023-03-07T21:05:41.029Z] Removing intermediate container e0ddd9683aba [2023-03-07T21:05:41.029Z] ---> 7065c3dc7a55 [2023-03-07T21:05:41.029Z] Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-03-07T21:05:41.029Z] ---> Running in 4d4db1594f53 [2023-03-07T21:05:41.297Z] Removing intermediate container bf12f7eba1cb [2023-03-07T21:05:41.297Z] ---> 415350c9f09c [2023-03-07T21:05:41.297Z] Step 18/20 : LABEL arch=arm64 [2023-03-07T21:05:41.565Z] ---> Running in e5d97e34d3d9 [2023-03-07T21:05:42.148Z] Removing intermediate container 4d4db1594f53 [2023-03-07T21:05:42.148Z] ---> 6b21daac14f3 [2023-03-07T21:05:42.148Z] Step 20/22 : LABEL arch=arm64 [2023-03-07T21:05:42.148Z] ---> Running in 23bcce9e6c6c [2023-03-07T21:05:42.423Z] Removing intermediate container e5d97e34d3d9 [2023-03-07T21:05:42.423Z] ---> b3c4323f6a78 [2023-03-07T21:05:42.423Z] Step 19/20 : LABEL git_sha=08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:05:42.423Z] ---> Running in 7b5f9c4ca7d8 [2023-03-07T21:05:43.014Z] Removing intermediate container 23bcce9e6c6c [2023-03-07T21:05:43.014Z] ---> 330671f16dc1 [2023-03-07T21:05:43.014Z] Step 21/22 : LABEL git_sha=08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:05:43.014Z] ---> Running in f0fc059aa3a0 [2023-03-07T21:05:43.283Z] Removing intermediate container 7b5f9c4ca7d8 [2023-03-07T21:05:43.283Z] ---> b2834ea6c94d [2023-03-07T21:05:43.283Z] Step 20/20 : LABEL version=3.0.0-dev.79 [2023-03-07T21:05:43.550Z] ---> Running in f665a7420da3 [2023-03-07T21:05:43.819Z] Removing intermediate container f0fc059aa3a0 [2023-03-07T21:05:43.819Z] ---> e1d74ba4f475 [2023-03-07T21:05:43.819Z] Step 22/22 : LABEL version=3.0.0-dev.79 [2023-03-07T21:05:44.088Z] ---> Running in a4eca3203313 [2023-03-07T21:05:44.088Z] Removing intermediate container f665a7420da3 [2023-03-07T21:05:44.088Z] ---> 6c24f902a11b [2023-03-07T21:05:44.088Z] [2023-03-07T21:05:44.359Z] Successfully built 6c24f902a11b [2023-03-07T21:05:44.359Z] Successfully tagged security-proxy-setup-arm64:latest [2023-03-07T21:05:44.359Z]  Building security-proxy-setup ... done Building core-metadata [2023-03-07T21:05:44.627Z] Removing intermediate container a4eca3203313 [2023-03-07T21:05:44.895Z] ---> 0c5c9c216f78 [2023-03-07T21:05:44.895Z] [2023-03-07T21:05:44.895Z] Successfully built 0c5c9c216f78 [2023-03-07T21:05:44.895Z] Successfully tagged security-proxy-auth-arm64:latest [2023-03-07T21:05:44.895Z]  Building security-proxy-auth ... done Building security-secretstore-setup [2023-03-07T21:05:51.537Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-07T21:05:51.537Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-07T21:05:51.537Z] ---> 487f7d257f44 [2023-03-07T21:05:51.537Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-03-07T21:05:51.537Z] ---> Using cache [2023-03-07T21:05:51.537Z] ---> e21e18b6182e [2023-03-07T21:05:51.537Z] Step 4/24 : WORKDIR /edgex-go [2023-03-07T21:05:51.537Z] ---> Using cache [2023-03-07T21:05:51.537Z] ---> 2da2b74ea320 [2023-03-07T21:05:51.537Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-03-07T21:05:51.537Z] ---> Using cache [2023-03-07T21:05:51.537Z] ---> 7771c66dd4c0 [2023-03-07T21:05:51.537Z] Step 6/24 : COPY go.mod vendor* ./ [2023-03-07T21:05:51.537Z] ---> Using cache [2023-03-07T21:05:51.537Z] ---> dd562b63e791 [2023-03-07T21:05:51.537Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-07T21:05:51.537Z] ---> Using cache [2023-03-07T21:05:51.537Z] ---> fa629c3ad870 [2023-03-07T21:05:51.537Z] Step 8/24 : COPY . . [2023-03-07T21:05:51.537Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-07T21:05:51.537Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-07T21:05:51.537Z] ---> 487f7d257f44 [2023-03-07T21:05:51.537Z] Step 3/23 : WORKDIR /edgex-go [2023-03-07T21:05:51.537Z] ---> Using cache [2023-03-07T21:05:51.537Z] ---> b6818414b8c9 [2023-03-07T21:05:51.537Z] Step 4/23 : RUN apk add --update --no-cache make git [2023-03-07T21:05:51.537Z] ---> Using cache [2023-03-07T21:05:51.537Z] ---> Using cache [2023-03-07T21:05:51.537Z] ---> 9065f4330bd2 [2023-03-07T21:05:51.537Z] ---> a5532e85d5d6 [2023-03-07T21:05:51.537Z] Step 5/23 : COPY go.mod vendor* ./Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-03-07T21:05:51.537Z] [2023-03-07T21:05:51.537Z] ---> Using cache [2023-03-07T21:05:51.537Z] ---> 6e349238ce92 [2023-03-07T21:05:51.537Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-07T21:05:51.537Z] ---> Using cache [2023-03-07T21:05:51.537Z] ---> 13956392eda4 [2023-03-07T21:05:51.537Z] Step 7/23 : COPY . . [2023-03-07T21:05:51.537Z] ---> Using cache [2023-03-07T21:05:51.537Z] ---> d6073f5e4e45 [2023-03-07T21:05:51.537Z] Step 8/23 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-03-07T21:05:51.537Z] ---> Running in e64e7afabaff [2023-03-07T21:05:51.537Z] ---> Running in ef4f5bcbe5ba [2023-03-07T21:05:54.129Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-03-07T21:05:54.129Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-03-07T21:06:32.991Z] Removing intermediate container a19294f6327f [2023-03-07T21:06:32.991Z] ---> 79e438323efa [2023-03-07T21:06:32.991Z] [2023-03-07T21:06:32.991Z] Step 10/22 : FROM alpine:3.16 [2023-03-07T21:06:32.991Z] ---> 4c81e5bf8899 [2023-03-07T21:06:32.991Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-03-07T21:06:32.991Z] ---> Running in 57735c23dc7e [2023-03-07T21:06:32.991Z] Removing intermediate container 57735c23dc7e [2023-03-07T21:06:32.991Z] ---> 7e375f7dec15 [2023-03-07T21:06:32.991Z] Step 12/22 : ENV APP_PORT=59880 [2023-03-07T21:06:32.991Z] ---> Running in c168b507fea0 [2023-03-07T21:06:33.572Z] Removing intermediate container c168b507fea0 [2023-03-07T21:06:33.572Z] ---> 3acba54abf78 [2023-03-07T21:06:33.572Z] Step 13/22 : EXPOSE $APP_PORT [2023-03-07T21:06:33.572Z] ---> Running in e85ab684a831 [2023-03-07T21:06:34.164Z] Removing intermediate container e85ab684a831 [2023-03-07T21:06:34.164Z] ---> e5c31a717583 [2023-03-07T21:06:34.164Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-03-07T21:06:34.164Z] ---> Running in 503743d62abe [2023-03-07T21:06:36.102Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-07T21:06:36.683Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-07T21:06:38.089Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-07T21:06:38.090Z] Executing busybox-1.35.0-r17.trigger [2023-03-07T21:06:38.090Z] OK: 5 MiB in 15 packages [2023-03-07T21:06:40.030Z] Removing intermediate container 503743d62abe [2023-03-07T21:06:40.030Z] ---> ba69ec38491f [2023-03-07T21:06:40.030Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-07T21:06:40.614Z] ---> 5a4348ca1e6d [2023-03-07T21:06:40.614Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-03-07T21:06:42.558Z] ---> 9a3ee24d1b7c [2023-03-07T21:06:42.558Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-03-07T21:06:43.520Z] ---> 0e589679b465 [2023-03-07T21:06:43.520Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-03-07T21:06:43.520Z] ---> Running in 8b537a768f0a [2023-03-07T21:06:44.111Z] Removing intermediate container 8b537a768f0a [2023-03-07T21:06:44.111Z] ---> f708d1a63031 [2023-03-07T21:06:44.111Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-07T21:06:44.111Z] ---> Running in 469fc8d8b2a8 [2023-03-07T21:06:44.702Z] Removing intermediate container 469fc8d8b2a8 [2023-03-07T21:06:44.702Z] ---> 2341dbc7630d [2023-03-07T21:06:44.702Z] Step 20/22 : LABEL arch=arm64 [2023-03-07T21:06:44.972Z] ---> Running in d9f4be9b9c8e [2023-03-07T21:06:45.561Z] Removing intermediate container d9f4be9b9c8e [2023-03-07T21:06:45.561Z] ---> fbf8aadc5567 [2023-03-07T21:06:45.561Z] Step 21/22 : LABEL git_sha=08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:06:45.561Z] ---> Running in e302f0abf7b3 [2023-03-07T21:06:46.156Z] Removing intermediate container e302f0abf7b3 [2023-03-07T21:06:46.157Z] ---> 728889670cc2 [2023-03-07T21:06:46.157Z] Step 22/22 : LABEL version=3.0.0-dev.79 [2023-03-07T21:06:46.157Z] ---> Running in 28a41e59e17f [2023-03-07T21:06:46.742Z] Removing intermediate container 28a41e59e17f [2023-03-07T21:06:46.742Z] ---> ef84337804a6 [2023-03-07T21:06:46.742Z] [2023-03-07T21:06:46.742Z] Successfully built ef84337804a6 [2023-03-07T21:06:47.010Z] Successfully tagged core-data-arm64:latest [2023-03-07T21:06:47.010Z]  Building core-data ... done Building security-spire-config [2023-03-07T21:06:50.354Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-07T21:06:50.354Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-07T21:06:50.354Z] ---> 487f7d257f44 [2023-03-07T21:06:50.354Z] Step 3/24 : WORKDIR /edgex-go [2023-03-07T21:06:50.354Z] ---> Using cache [2023-03-07T21:06:50.354Z] ---> b6818414b8c9 [2023-03-07T21:06:50.354Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-03-07T21:06:50.623Z] ---> Running in e1a65b1a8306 [2023-03-07T21:06:52.567Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-07T21:06:53.151Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-07T21:06:54.569Z] OK: 221 MiB in 51 packages [2023-03-07T21:06:56.511Z] Removing intermediate container e1a65b1a8306 [2023-03-07T21:06:56.511Z] ---> 47cbab7681b2 [2023-03-07T21:06:56.511Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-07T21:06:57.103Z] ---> 30158939c748 [2023-03-07T21:06:57.103Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-07T21:06:57.369Z] ---> Running in 23a308cff39b [2023-03-07T21:08:49.034Z] Removing intermediate container 23a308cff39b [2023-03-07T21:08:49.034Z] ---> 0386c2c3551e [2023-03-07T21:08:49.034Z] Step 7/24 : COPY . . [2023-03-07T21:08:49.034Z] ---> 93847267a684 [2023-03-07T21:08:49.034Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-03-07T21:08:49.034Z] ---> Running in 02dc70e3db67 [2023-03-07T21:08:49.034Z] Removing intermediate container 02dc70e3db67 [2023-03-07T21:08:49.034Z] ---> 29374fc889ef [2023-03-07T21:08:49.034Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-03-07T21:08:49.034Z] ---> Running in 3cdbd92fec95 [2023-03-07T21:08:49.302Z] Removing intermediate container 3cdbd92fec95 [2023-03-07T21:08:49.302Z] ---> 762768b46d91 [2023-03-07T21:08:49.302Z] 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-07T21:08:49.569Z] ---> Running in e90f6d5e5b80 [2023-03-07T21:08:52.924Z] Removing intermediate container e90f6d5e5b80 [2023-03-07T21:08:52.925Z] ---> 3e0db439c0e9 [2023-03-07T21:08:52.925Z] Step 11/24 : WORKDIR /edgex-go [2023-03-07T21:08:52.925Z] ---> Running in bf2a518bc572 [2023-03-07T21:08:53.515Z] Removing intermediate container bf2a518bc572 [2023-03-07T21:08:53.515Z] ---> 2d0a3086df12 [2023-03-07T21:08:53.515Z] [2023-03-07T21:08:53.515Z] Step 12/24 : FROM alpine:3.15 [2023-03-07T21:08:53.515Z] ---> 354640af7b1b [2023-03-07T21:08:53.515Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-07T21:08:53.515Z] ---> Using cache [2023-03-07T21:08:53.515Z] ---> c333a41a9b67 [2023-03-07T21:08:53.515Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-03-07T21:08:53.787Z] ---> Running in a45a7d80dc57 [2023-03-07T21:08:55.987Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-07T21:08:56.984Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-07T21:08:58.998Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-07T21:08:58.998Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-07T21:08:58.998Z] OK: 15736 distinct packages available [2023-03-07T21:08:58.998Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-07T21:08:59.600Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-07T21:09:01.557Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-03-07T21:09:01.557Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-03-07T21:09:01.557Z] (3/4) Installing libucontext (1.1-r0) [2023-03-07T21:09:01.557Z] (4/4) Installing gcompat (1.0.0-r4) [2023-03-07T21:09:01.557Z] Executing busybox-1.34.1-r7.trigger [2023-03-07T21:09:01.557Z] OK: 6 MiB in 18 packages [2023-03-07T21:09:03.501Z] Removing intermediate container a45a7d80dc57 [2023-03-07T21:09:03.501Z] ---> 6cd89671eac4 [2023-03-07T21:09:03.501Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-07T21:09:11.719Z] ---> ee34afc546ce [2023-03-07T21:09:11.719Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-03-07T21:09:11.719Z] ---> 3ed88ba69f17 [2023-03-07T21:09:11.719Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-03-07T21:09:11.986Z] ---> Running in 7c69d3cfc700 [2023-03-07T21:09:12.571Z] Removing intermediate container 7c69d3cfc700 [2023-03-07T21:09:12.571Z] ---> 302bb1014838 [2023-03-07T21:09:12.571Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-03-07T21:09:13.532Z] ---> fe4df6f30dd8 [2023-03-07T21:09:13.532Z] Step 19/24 : WORKDIR / [2023-03-07T21:09:13.532Z] ---> Running in be2ac3111ca8 [2023-03-07T21:09:14.117Z] Removing intermediate container be2ac3111ca8 [2023-03-07T21:09:14.117Z] ---> 7d47dae1ed55 [2023-03-07T21:09:14.117Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-07T21:09:14.117Z] ---> Running in 3d787a1f46d2 [2023-03-07T21:09:14.703Z] Removing intermediate container 3d787a1f46d2 [2023-03-07T21:09:14.703Z] ---> b7b95da63fbe [2023-03-07T21:09:14.703Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-07T21:09:14.703Z] ---> Running in 7b8e26dfb1ea [2023-03-07T21:09:15.291Z] Removing intermediate container 7b8e26dfb1ea [2023-03-07T21:09:15.291Z] ---> c82519ee5e38 [2023-03-07T21:09:15.291Z] Step 22/24 : LABEL arch=arm64 [2023-03-07T21:09:15.291Z] ---> Running in 296df3327dde [2023-03-07T21:09:15.882Z] Removing intermediate container 296df3327dde [2023-03-07T21:09:15.882Z] ---> 6b80423196d1 [2023-03-07T21:09:15.882Z] Step 23/24 : LABEL git_sha=08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:09:16.158Z] ---> Running in 98ad778b3b65 [2023-03-07T21:09:16.762Z] Removing intermediate container 98ad778b3b65 [2023-03-07T21:09:16.762Z] ---> 60732e7f0f9a [2023-03-07T21:09:16.762Z] Step 24/24 : LABEL version=3.0.0-dev.79 [2023-03-07T21:09:16.762Z] ---> Running in 68192f16ae0c [2023-03-07T21:09:17.364Z] Removing intermediate container 68192f16ae0c [2023-03-07T21:09:17.364Z] ---> 55151b58b5aa [2023-03-07T21:09:17.364Z] [2023-03-07T21:09:17.632Z] Successfully built 55151b58b5aa [2023-03-07T21:09:17.632Z] Successfully tagged security-spire-config-arm64:latest [2023-03-07T21:09:17.632Z] Building support-notifications [2023-03-07T21:09:21.891Z]  Building security-spire-config ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-07T21:09:21.891Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-07T21:09:21.891Z] ---> 487f7d257f44 [2023-03-07T21:09:21.891Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-07T21:09:21.891Z] ---> Using cache [2023-03-07T21:09:21.891Z] ---> e21e18b6182e [2023-03-07T21:09:21.891Z] Step 4/22 : WORKDIR /edgex-go [2023-03-07T21:09:21.891Z] ---> Using cache [2023-03-07T21:09:21.891Z] ---> 2da2b74ea320 [2023-03-07T21:09:21.891Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-03-07T21:09:22.163Z] ---> Running in fcb2fc248acf [2023-03-07T21:09:24.376Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-07T21:09:24.963Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-07T21:09:26.916Z] OK: 221 MiB in 51 packages [2023-03-07T21:09:29.509Z] Removing intermediate container fcb2fc248acf [2023-03-07T21:09:29.509Z] ---> 99a966d3872c [2023-03-07T21:09:29.509Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-07T21:09:30.928Z] ---> f8cc2655d971 [2023-03-07T21:09:30.928Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-07T21:09:31.195Z] ---> Running in 685dae23d6b7 [2023-03-07T21:09:39.416Z] Removing intermediate container da3fe2fc7cc2 [2023-03-07T21:09:39.416Z] ---> 48464fa345c0 [2023-03-07T21:09:39.416Z] [2023-03-07T21:09:39.416Z] Step 10/22 : FROM alpine:3.16 [2023-03-07T21:09:39.416Z] ---> 4c81e5bf8899 [2023-03-07T21:09:39.416Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-03-07T21:09:39.416Z] ---> Running in 1a9805187cd3 [2023-03-07T21:09:41.366Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-07T21:09:41.636Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-07T21:09:43.058Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-07T21:09:43.058Z] Executing busybox-1.35.0-r17.trigger [2023-03-07T21:09:43.058Z] OK: 5 MiB in 15 packages [2023-03-07T21:09:45.006Z] Removing intermediate container 1a9805187cd3 [2023-03-07T21:09:45.006Z] ---> aee136718326 [2023-03-07T21:09:45.007Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-07T21:09:45.277Z] ---> Running in 0679e4790b94 [2023-03-07T21:09:45.545Z] Removing intermediate container 0679e4790b94 [2023-03-07T21:09:45.545Z] ---> c6ff72d4e9e1 [2023-03-07T21:09:45.545Z] Step 13/22 : ENV APP_PORT=59861 [2023-03-07T21:09:45.813Z] ---> Running in 7b2fbe91548a [2023-03-07T21:09:46.405Z] Removing intermediate container 7b2fbe91548a [2023-03-07T21:09:46.405Z] ---> 37ce2d0258b2 [2023-03-07T21:09:46.405Z] Step 14/22 : EXPOSE $APP_PORT [2023-03-07T21:09:46.682Z] ---> Running in bd5795889849 [2023-03-07T21:09:47.481Z] Removing intermediate container bd5795889849 [2023-03-07T21:09:47.481Z] ---> a2393f04e520 [2023-03-07T21:09:47.481Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-07T21:09:48.084Z] ---> 4025cd48063e [2023-03-07T21:09:48.084Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-03-07T21:09:51.487Z] ---> dc459a354818 [2023-03-07T21:09:51.487Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-03-07T21:09:51.760Z] ---> 3240bb9602b6 [2023-03-07T21:09:51.760Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-03-07T21:09:52.033Z] ---> Running in eb39eb729466 [2023-03-07T21:09:52.639Z] Removing intermediate container eb39eb729466 [2023-03-07T21:09:52.639Z] ---> c43efdfaf95e [2023-03-07T21:09:52.639Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-07T21:09:52.639Z] ---> Running in c7a00600b0ec [2023-03-07T21:09:53.140Z] Removing intermediate container c7a00600b0ec [2023-03-07T21:09:53.140Z] ---> aad6e6925104 [2023-03-07T21:09:53.140Z] Step 20/22 : LABEL arch=arm64 [2023-03-07T21:09:53.412Z] ---> Running in cf6ed8c9fb91 [2023-03-07T21:09:54.235Z] Removing intermediate container cf6ed8c9fb91 [2023-03-07T21:09:54.235Z] ---> fa8a64a2d5eb [2023-03-07T21:09:54.235Z] Step 21/22 : LABEL git_sha=08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:09:54.235Z] ---> Running in 27414c49a03b [2023-03-07T21:09:54.847Z] Removing intermediate container 27414c49a03b [2023-03-07T21:09:54.847Z] ---> 331e8a84daf5 [2023-03-07T21:09:54.847Z] Step 22/22 : LABEL version=3.0.0-dev.79 [2023-03-07T21:09:55.120Z] ---> Running in e2ab7cd0a282 [2023-03-07T21:09:55.711Z] Removing intermediate container e2ab7cd0a282 [2023-03-07T21:09:55.711Z] ---> 304461e32fdd [2023-03-07T21:09:55.711Z] [2023-03-07T21:09:55.711Z] Successfully built 304461e32fdd [2023-03-07T21:09:55.711Z] Successfully tagged support-scheduler-arm64:latest [2023-03-07T21:09:55.981Z] Building security-bootstrapper [2023-03-07T21:10:00.043Z]  Building support-scheduler ... done Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-07T21:10:00.043Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-03-07T21:10:00.043Z] ---> 487f7d257f44 [2023-03-07T21:10:00.043Z] Step 3/32 : WORKDIR /edgex-go [2023-03-07T21:10:00.043Z] ---> Using cache [2023-03-07T21:10:00.043Z] ---> b6818414b8c9 [2023-03-07T21:10:00.043Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-03-07T21:10:00.043Z] ---> Using cache [2023-03-07T21:10:00.043Z] ---> 9065f4330bd2 [2023-03-07T21:10:00.043Z] Step 5/32 : COPY go.mod vendor* ./ [2023-03-07T21:10:00.043Z] ---> Using cache [2023-03-07T21:10:00.043Z] ---> 6e349238ce92 [2023-03-07T21:10:00.043Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-07T21:10:00.043Z] ---> Using cache [2023-03-07T21:10:00.043Z] ---> 13956392eda4 [2023-03-07T21:10:00.043Z] Step 7/32 : COPY . . [2023-03-07T21:10:00.043Z] ---> Using cache [2023-03-07T21:10:00.043Z] ---> d6073f5e4e45 [2023-03-07T21:10:00.043Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-03-07T21:10:00.043Z] ---> Running in 1d8d52effecb [2023-03-07T21:10:02.015Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-03-07T21:10:34.308Z] Removing intermediate container 196d603ebd7d [2023-03-07T21:10:34.308Z] ---> 0cfe24856955 [2023-03-07T21:10:34.308Z] [2023-03-07T21:10:34.308Z] Step 9/19 : FROM alpine:3.15 [2023-03-07T21:10:34.308Z] ---> 354640af7b1b [2023-03-07T21:10:34.308Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-07T21:10:34.308Z] ---> Using cache [2023-03-07T21:10:34.308Z] ---> c333a41a9b67 [2023-03-07T21:10:34.308Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-03-07T21:10:34.308Z] ---> Running in 781ed25494b5 [2023-03-07T21:10:34.308Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-07T21:10:34.309Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-07T21:10:34.309Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-07T21:10:34.309Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-07T21:10:34.309Z] OK: 15736 distinct packages available [2023-03-07T21:10:34.309Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-07T21:10:34.901Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-07T21:10:36.324Z] (1/9) Installing ca-certificates (20220614-r0) [2023-03-07T21:10:36.595Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-03-07T21:10:36.595Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-03-07T21:10:36.595Z] (4/9) Installing libcurl (7.80.0-r6) [2023-03-07T21:10:36.595Z] (5/9) Installing curl (7.80.0-r6) [2023-03-07T21:10:36.595Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-03-07T21:10:36.595Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-03-07T21:10:36.595Z] (8/9) Installing libucontext (1.1-r0) [2023-03-07T21:10:36.595Z] (9/9) Installing gcompat (1.0.0-r4) [2023-03-07T21:10:36.595Z] Executing busybox-1.34.1-r7.trigger [2023-03-07T21:10:36.595Z] Executing ca-certificates-20220614-r0.trigger [2023-03-07T21:10:37.630Z] OK: 8 MiB in 23 packages [2023-03-07T21:10:43.001Z] Removing intermediate container 781ed25494b5 [2023-03-07T21:10:43.001Z] ---> 3fafc1471f08 [2023-03-07T21:10:43.001Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-07T21:10:44.959Z] ---> 9bfae107ecd9 [2023-03-07T21:10:44.959Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-03-07T21:10:49.246Z] ---> 6248d79a38fa [2023-03-07T21:10:49.246Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-03-07T21:10:50.679Z] ---> ebfbe2f31b42 [2023-03-07T21:10:50.679Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-03-07T21:10:50.679Z] ---> Running in ddf72c0bf82a [2023-03-07T21:10:51.649Z] Removing intermediate container ddf72c0bf82a [2023-03-07T21:10:51.649Z] ---> bee01ed9f449 [2023-03-07T21:10:51.649Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-07T21:10:51.922Z] ---> Running in 7eb0bdff902b [2023-03-07T21:10:52.893Z] Removing intermediate container 7eb0bdff902b [2023-03-07T21:10:52.893Z] ---> cd161cf70a76 [2023-03-07T21:10:52.893Z] Step 17/19 : LABEL arch=arm64 [2023-03-07T21:10:53.484Z] ---> Running in bc8d3c7ddd07 [2023-03-07T21:10:54.468Z] Removing intermediate container bc8d3c7ddd07 [2023-03-07T21:10:54.468Z] ---> ece7d783559a [2023-03-07T21:10:54.468Z] Step 18/19 : LABEL git_sha=08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:10:54.738Z] ---> Running in d9e837393b3c [2023-03-07T21:10:55.717Z] Removing intermediate container d9e837393b3c [2023-03-07T21:10:55.717Z] ---> 2729c104661e [2023-03-07T21:10:55.717Z] Step 19/19 : LABEL version=3.0.0-dev.79 [2023-03-07T21:10:55.986Z] ---> Running in 6435a99e1c47 [2023-03-07T21:10:56.961Z] Removing intermediate container 6435a99e1c47 [2023-03-07T21:10:56.961Z] ---> fb4115bf2e3d [2023-03-07T21:10:56.961Z] [2023-03-07T21:10:57.232Z] Successfully built fb4115bf2e3d [2023-03-07T21:10:57.232Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-03-07T21:10:57.232Z] Building core-command [2023-03-07T21:11:02.621Z]  Building security-spiffe-token-provider ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-07T21:11:02.621Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-07T21:11:02.621Z] ---> 487f7d257f44 [2023-03-07T21:11:02.621Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-07T21:11:02.621Z] ---> Using cache [2023-03-07T21:11:02.621Z] ---> e21e18b6182e [2023-03-07T21:11:02.621Z] Step 4/23 : WORKDIR /edgex-go [2023-03-07T21:11:02.621Z] ---> Using cache [2023-03-07T21:11:02.621Z] ---> 2da2b74ea320 [2023-03-07T21:11:02.621Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-07T21:11:02.621Z] ---> Using cache [2023-03-07T21:11:02.621Z] ---> 7771c66dd4c0 [2023-03-07T21:11:02.621Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-07T21:11:02.621Z] ---> Using cache [2023-03-07T21:11:02.621Z] ---> dd562b63e791 [2023-03-07T21:11:02.621Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-07T21:11:02.621Z] ---> Using cache [2023-03-07T21:11:02.621Z] ---> fa629c3ad870 [2023-03-07T21:11:02.621Z] Step 8/23 : COPY . . [2023-03-07T21:11:02.890Z] ---> Using cache [2023-03-07T21:11:02.890Z] ---> a5532e85d5d6 [2023-03-07T21:11:02.890Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-03-07T21:11:03.487Z] ---> Running in aeb79505b1b4 [2023-03-07T21:11:06.081Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-03-07T21:11:24.343Z] Removing intermediate container 685dae23d6b7 [2023-03-07T21:11:24.343Z] ---> dfb10a14426a [2023-03-07T21:11:24.343Z] Step 8/22 : COPY . . [2023-03-07T21:11:25.763Z] ---> 766f6fc26aee [2023-03-07T21:11:25.763Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-03-07T21:11:25.763Z] ---> Running in 7c44547aad7c [2023-03-07T21:11:28.363Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-03-07T21:12:36.300Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-03-07T21:13:03.432Z] Removing intermediate container e64e7afabaff [2023-03-07T21:13:03.432Z] ---> f42b1e073ce5 [2023-03-07T21:13:03.432Z] [2023-03-07T21:13:03.432Z] Step 9/23 : FROM alpine:3.16 [2023-03-07T21:13:03.432Z] ---> 4c81e5bf8899 [2023-03-07T21:13:03.432Z] Step 10/23 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-03-07T21:13:03.432Z] ---> Running in e2a121df715d [2023-03-07T21:13:03.432Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-07T21:13:03.432Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-07T21:13:03.432Z] (1/3) Installing ca-certificates (20220614-r0) [2023-03-07T21:13:03.432Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-03-07T21:13:03.432Z] (3/3) Installing su-exec (0.2-r1) [2023-03-07T21:13:03.432Z] Executing busybox-1.35.0-r17.trigger [2023-03-07T21:13:03.720Z] Executing ca-certificates-20220614-r0.trigger [2023-03-07T21:13:04.330Z] OK: 6 MiB in 17 packages [2023-03-07T21:13:07.004Z] Removing intermediate container e2a121df715d [2023-03-07T21:13:07.004Z] ---> 620aa4de4758 [2023-03-07T21:13:07.004Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-03-07T21:13:07.004Z] ---> Running in f47d28011c24 [2023-03-07T21:13:07.279Z] Removing intermediate container f47d28011c24 [2023-03-07T21:13:07.279Z] ---> 076f0e7b83cf [2023-03-07T21:13:07.279Z] Step 12/23 : WORKDIR / [2023-03-07T21:13:07.279Z] ---> Running in ce54e9d3b8fa [2023-03-07T21:13:07.867Z] Removing intermediate container ce54e9d3b8fa [2023-03-07T21:13:07.867Z] ---> d29c1a83086f [2023-03-07T21:13:07.867Z] Step 13/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-03-07T21:13:09.295Z] ---> 5a95210dc86a [2023-03-07T21:13:09.295Z] Step 14/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-03-07T21:13:10.257Z] ---> 55787c80b393 [2023-03-07T21:13:10.257Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-03-07T21:13:11.224Z] ---> 5e3fd7438e9e [2023-03-07T21:13:11.224Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-03-07T21:13:12.635Z] ---> 4783a235b9d5 [2023-03-07T21:13:12.635Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-03-07T21:13:14.583Z] ---> 39e801ac3508 [2023-03-07T21:13:14.583Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-03-07T21:13:15.558Z] ---> 96aff9e85299 [2023-03-07T21:13:15.558Z] Step 19/23 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-07T21:13:15.558Z] ---> Running in c46597457b7e [2023-03-07T21:13:18.928Z] Removing intermediate container c46597457b7e [2023-03-07T21:13:18.928Z] ---> d6dfe3aacda7 [2023-03-07T21:13:18.928Z] Step 20/23 : ENTRYPOINT ["entrypoint.sh"] [2023-03-07T21:13:18.928Z] ---> Running in aa4b1d6f60ec [2023-03-07T21:13:19.511Z] Removing intermediate container aa4b1d6f60ec [2023-03-07T21:13:19.511Z] ---> ee0a703f8066 [2023-03-07T21:13:19.511Z] Step 21/23 : LABEL arch=arm64 [2023-03-07T21:13:19.511Z] ---> Running in 3a2321900288 [2023-03-07T21:13:20.094Z] Removing intermediate container 3a2321900288 [2023-03-07T21:13:20.094Z] ---> 389df57f41fd [2023-03-07T21:13:20.094Z] Step 22/23 : LABEL git_sha=08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:13:20.094Z] ---> Running in 87b0605ebb32 [2023-03-07T21:13:20.678Z] Removing intermediate container 87b0605ebb32 [2023-03-07T21:13:20.678Z] ---> 39cbfdae1f20 [2023-03-07T21:13:20.678Z] Step 23/23 : LABEL version=3.0.0-dev.79 [2023-03-07T21:13:20.945Z] ---> Running in fa7bdf01cc8b [2023-03-07T21:13:21.535Z] Removing intermediate container fa7bdf01cc8b [2023-03-07T21:13:21.535Z] ---> c3430befa587 [2023-03-07T21:13:21.535Z] [2023-03-07T21:13:21.535Z] Successfully built c3430befa587 [2023-03-07T21:13:21.535Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-03-07T21:13:21.535Z] Building security-spire-agent [2023-03-07T21:13:25.786Z]  Building security-secretstore-setup ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-07T21:13:25.786Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-07T21:13:25.786Z] ---> 487f7d257f44 [2023-03-07T21:13:25.786Z] Step 3/24 : WORKDIR /edgex-go [2023-03-07T21:13:25.786Z] ---> Using cache [2023-03-07T21:13:25.786Z] ---> b6818414b8c9 [2023-03-07T21:13:25.786Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-03-07T21:13:25.786Z] ---> Using cache [2023-03-07T21:13:25.786Z] ---> 47cbab7681b2 [2023-03-07T21:13:25.786Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-07T21:13:25.786Z] ---> Using cache [2023-03-07T21:13:25.786Z] ---> 30158939c748 [2023-03-07T21:13:25.786Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-07T21:13:25.786Z] ---> Using cache [2023-03-07T21:13:25.786Z] ---> 0386c2c3551e [2023-03-07T21:13:25.786Z] Step 7/24 : COPY . . [2023-03-07T21:13:25.786Z] ---> Using cache [2023-03-07T21:13:25.786Z] ---> 93847267a684 [2023-03-07T21:13:25.786Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-03-07T21:13:25.786Z] ---> Using cache [2023-03-07T21:13:25.786Z] ---> 29374fc889ef [2023-03-07T21:13:25.786Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-03-07T21:13:25.786Z] ---> Using cache [2023-03-07T21:13:25.786Z] ---> 762768b46d91 [2023-03-07T21:13:25.786Z] 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-07T21:13:25.786Z] ---> Using cache [2023-03-07T21:13:25.786Z] ---> 3e0db439c0e9 [2023-03-07T21:13:25.786Z] Step 11/24 : WORKDIR /edgex-go [2023-03-07T21:13:25.786Z] ---> Using cache [2023-03-07T21:13:25.786Z] ---> 2d0a3086df12 [2023-03-07T21:13:25.786Z] [2023-03-07T21:13:25.786Z] Step 12/24 : FROM alpine:3.15 [2023-03-07T21:13:25.786Z] ---> 354640af7b1b [2023-03-07T21:13:25.786Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-07T21:13:25.786Z] ---> Using cache [2023-03-07T21:13:25.786Z] ---> c333a41a9b67 [2023-03-07T21:13:25.786Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-07T21:13:25.786Z] ---> Using cache [2023-03-07T21:13:25.786Z] ---> 70228da8620e [2023-03-07T21:13:25.786Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-03-07T21:13:29.130Z] ---> fbfec8048cbb [2023-03-07T21:13:29.130Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-07T21:13:34.482Z] ---> 6a3cee5d9730 [2023-03-07T21:13:34.482Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-03-07T21:13:35.072Z] ---> 8d29469bc699 [2023-03-07T21:13:35.344Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-03-07T21:13:36.311Z] ---> eabb3c8c7d16 [2023-03-07T21:13:36.311Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-03-07T21:13:37.270Z] ---> 4e54be23bcd3 [2023-03-07T21:13:37.270Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-07T21:13:37.537Z] ---> Running in f684bd472059 [2023-03-07T21:13:38.121Z] Removing intermediate container f684bd472059 [2023-03-07T21:13:38.121Z] ---> 59bce26559a2 [2023-03-07T21:13:38.121Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-07T21:13:38.121Z] ---> Running in bd51443f8c2f [2023-03-07T21:13:38.706Z] Removing intermediate container bd51443f8c2f [2023-03-07T21:13:38.706Z] ---> da114226faca [2023-03-07T21:13:38.706Z] Step 22/24 : LABEL arch=arm64 [2023-03-07T21:13:38.706Z] ---> Running in 6a10c32d2586 [2023-03-07T21:13:39.295Z] Removing intermediate container 6a10c32d2586 [2023-03-07T21:13:39.295Z] ---> 13767369e04c [2023-03-07T21:13:39.295Z] Step 23/24 : LABEL git_sha=08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:13:39.295Z] ---> Running in 39ce94d41221 [2023-03-07T21:13:39.903Z] Removing intermediate container 39ce94d41221 [2023-03-07T21:13:39.903Z] ---> 8a330bb276ad [2023-03-07T21:13:39.903Z] Step 24/24 : LABEL version=3.0.0-dev.79 [2023-03-07T21:13:40.170Z] ---> Running in b629724138aa [2023-03-07T21:13:40.438Z] Removing intermediate container b629724138aa [2023-03-07T21:13:40.438Z] ---> abde7b9db507 [2023-03-07T21:13:40.438Z] [2023-03-07T21:13:40.704Z] Successfully built abde7b9db507 [2023-03-07T21:13:40.704Z] Successfully tagged security-spire-agent-arm64:latest [2023-03-07T21:13:40.704Z] Building core-common-config-bootstrapper [2023-03-07T21:13:44.961Z]  Building security-spire-agent ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-07T21:13:44.961Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-07T21:13:44.961Z] ---> 487f7d257f44 [2023-03-07T21:13:44.961Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-07T21:13:44.961Z] ---> Using cache [2023-03-07T21:13:44.961Z] ---> e21e18b6182e [2023-03-07T21:13:44.961Z] Step 4/22 : WORKDIR /edgex-go [2023-03-07T21:13:44.961Z] ---> Using cache [2023-03-07T21:13:44.961Z] ---> 2da2b74ea320 [2023-03-07T21:13:44.961Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-07T21:13:44.961Z] ---> Using cache [2023-03-07T21:13:44.961Z] ---> 7771c66dd4c0 [2023-03-07T21:13:44.961Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-07T21:13:44.961Z] ---> Using cache [2023-03-07T21:13:44.961Z] ---> dd562b63e791 [2023-03-07T21:13:44.961Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-07T21:13:44.961Z] ---> Using cache [2023-03-07T21:13:44.961Z] ---> fa629c3ad870 [2023-03-07T21:13:44.961Z] Step 8/22 : COPY . . [2023-03-07T21:13:44.961Z] ---> Using cache [2023-03-07T21:13:44.961Z] ---> a5532e85d5d6 [2023-03-07T21:13:44.961Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-03-07T21:13:44.961Z] ---> Running in 85cd569af589 [2023-03-07T21:13:46.906Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-03-07T21:14:13.607Z] Removing intermediate container ef4f5bcbe5ba [2023-03-07T21:14:13.607Z] ---> d29d2bf15aca [2023-03-07T21:14:13.607Z] [2023-03-07T21:14:13.608Z] Step 10/24 : FROM alpine:3.16 [2023-03-07T21:14:13.608Z] ---> 4c81e5bf8899 [2023-03-07T21:14:13.608Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-03-07T21:14:13.608Z] ---> Using cache [2023-03-07T21:14:13.608Z] ---> aee136718326 [2023-03-07T21:14:13.608Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-07T21:14:13.608Z] ---> Using cache [2023-03-07T21:14:13.608Z] ---> c6ff72d4e9e1 [2023-03-07T21:14:13.608Z] Step 13/24 : ENV APP_PORT=59881 [2023-03-07T21:14:13.608Z] ---> Running in 82c74e963382 [2023-03-07T21:14:13.608Z] Removing intermediate container 82c74e963382 [2023-03-07T21:14:13.608Z] ---> b53df57bd3ba [2023-03-07T21:14:13.608Z] Step 14/24 : EXPOSE $APP_PORT [2023-03-07T21:14:13.608Z] ---> Running in fc7caf60ba9c [2023-03-07T21:14:13.608Z] Removing intermediate container fc7caf60ba9c [2023-03-07T21:14:13.608Z] ---> 714fa73da3a1 [2023-03-07T21:14:13.608Z] Step 15/24 : WORKDIR / [2023-03-07T21:14:13.608Z] ---> Running in 656bc728e40d [2023-03-07T21:14:13.608Z] Removing intermediate container 656bc728e40d [2023-03-07T21:14:13.608Z] ---> 5130edf8a11b [2023-03-07T21:14:13.608Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-07T21:14:13.608Z] ---> 4300b8a3a56a [2023-03-07T21:14:13.608Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-03-07T21:14:14.568Z] ---> 21a6c8fd6bca [2023-03-07T21:14:14.568Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-03-07T21:14:15.526Z] ---> 6c8846603edc [2023-03-07T21:14:15.526Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-03-07T21:14:16.937Z] ---> 09d7c455f527 [2023-03-07T21:14:16.937Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-03-07T21:14:16.937Z] ---> Running in e6ed31e3c006 [2023-03-07T21:14:17.204Z] Removing intermediate container e6ed31e3c006 [2023-03-07T21:14:17.204Z] ---> 48ebaf8630ef [2023-03-07T21:14:17.204Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-07T21:14:17.473Z] ---> Running in 303589bafa30 [2023-03-07T21:14:18.064Z] Removing intermediate container 303589bafa30 [2023-03-07T21:14:18.064Z] ---> 8408f90c53a2 [2023-03-07T21:14:18.064Z] Step 22/24 : LABEL arch=arm64 [2023-03-07T21:14:18.064Z] ---> Running in ecc6b0437802 [2023-03-07T21:14:18.649Z] Removing intermediate container ecc6b0437802 [2023-03-07T21:14:18.649Z] ---> 46313484850f [2023-03-07T21:14:18.649Z] Step 23/24 : LABEL git_sha=08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:14:18.649Z] ---> Running in 46bcda4fdf67 [2023-03-07T21:14:19.235Z] Removing intermediate container 46bcda4fdf67 [2023-03-07T21:14:19.235Z] ---> b97822e2186b [2023-03-07T21:14:19.235Z] Step 24/24 : LABEL version=3.0.0-dev.79 [2023-03-07T21:14:19.235Z] ---> Running in 2a60823cb5a1 [2023-03-07T21:14:19.828Z] Removing intermediate container 2a60823cb5a1 [2023-03-07T21:14:19.828Z] ---> 60cf1a7a7c45 [2023-03-07T21:14:19.828Z] [2023-03-07T21:14:19.828Z] Successfully built 60cf1a7a7c45 [2023-03-07T21:14:19.828Z] Successfully tagged core-metadata-arm64:latest [2023-03-07T21:16:41.543Z]  Building core-metadata ... done Removing intermediate container 1d8d52effecb [2023-03-07T21:16:41.543Z] ---> 143e3c18f5e2 [2023-03-07T21:16:41.543Z] [2023-03-07T21:16:41.543Z] Step 9/32 : FROM alpine:3.16 [2023-03-07T21:16:41.543Z] ---> 4c81e5bf8899 [2023-03-07T21:16:41.543Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-07T21:16:41.543Z] ---> Running in cfad9cf6e5a5 [2023-03-07T21:16:41.543Z] Removing intermediate container cfad9cf6e5a5 [2023-03-07T21:16:41.543Z] ---> 57cc8704a4a8 [2023-03-07T21:16:41.543Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-03-07T21:16:41.543Z] ---> Running in 97afd21e8d8f [2023-03-07T21:16:41.543Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-07T21:16:41.543Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-07T21:16:41.543Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-03-07T21:16:41.543Z] (2/2) Installing su-exec (0.2-r1) [2023-03-07T21:16:41.543Z] Executing busybox-1.35.0-r17.trigger [2023-03-07T21:16:41.543Z] OK: 5 MiB in 16 packages [2023-03-07T21:16:41.543Z] Removing intermediate container 97afd21e8d8f [2023-03-07T21:16:41.543Z] ---> 8c6473114400 [2023-03-07T21:16:41.543Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-03-07T21:16:41.543Z] ---> Running in 08185e68a7de [2023-03-07T21:16:41.818Z] Removing intermediate container 08185e68a7de [2023-03-07T21:16:41.818Z] ---> 1da59fa18671 [2023-03-07T21:16:41.818Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-03-07T21:16:42.087Z] ---> Running in cef0b9b83b27 [2023-03-07T21:16:42.670Z] Removing intermediate container cef0b9b83b27 [2023-03-07T21:16:42.670Z] ---> 8622a0179474 [2023-03-07T21:16:42.670Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-03-07T21:16:42.670Z] ---> Running in dd03e4b6b9c1 [2023-03-07T21:16:43.255Z] Removing intermediate container dd03e4b6b9c1 [2023-03-07T21:16:43.255Z] ---> 58550864f5cf [2023-03-07T21:16:43.255Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-03-07T21:16:43.523Z] ---> Running in c4868b116a62 [2023-03-07T21:16:44.107Z] Removing intermediate container c4868b116a62 [2023-03-07T21:16:44.107Z] ---> fe8bd965a4b0 [2023-03-07T21:16:44.107Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-03-07T21:16:44.107Z] ---> Running in 0842ad86f059 [2023-03-07T21:16:47.449Z] Removing intermediate container 0842ad86f059 [2023-03-07T21:16:47.449Z] ---> 34e581eaf392 [2023-03-07T21:16:47.449Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-03-07T21:16:47.449Z] ---> Running in a4586bc9a979 [2023-03-07T21:16:48.034Z] Removing intermediate container a4586bc9a979 [2023-03-07T21:16:48.034Z] ---> e1a6ba6b6960 [2023-03-07T21:16:48.034Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-03-07T21:16:48.999Z] ---> 769e3388a196 [2023-03-07T21:16:48.999Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-03-07T21:16:48.999Z] ---> Running in 0736c98a82b5 [2023-03-07T21:16:52.354Z] Removing intermediate container 0736c98a82b5 [2023-03-07T21:16:52.354Z] ---> 7af412950f00 [2023-03-07T21:16:52.354Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-07T21:16:52.940Z] ---> 78a3946dc0d6 [2023-03-07T21:16:52.940Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-03-07T21:16:54.894Z] ---> 5da3e991e2ed [2023-03-07T21:16:54.894Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-03-07T21:16:55.863Z] ---> 64bd1ad8b42c [2023-03-07T21:16:55.863Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-03-07T21:16:59.230Z] ---> ce7260519887 [2023-03-07T21:16:59.230Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-03-07T21:16:59.820Z] ---> 129c30d97071 [2023-03-07T21:16:59.820Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-03-07T21:17:00.808Z] ---> bdfd978b2efa [2023-03-07T21:17:00.808Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-03-07T21:17:01.802Z] ---> ad06fa367525 [2023-03-07T21:17:01.803Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-03-07T21:17:01.803Z] ---> Running in 3887647dd264 [2023-03-07T21:17:05.184Z] Removing intermediate container 3887647dd264 [2023-03-07T21:17:05.184Z] ---> f36a48b09e5f [2023-03-07T21:17:05.184Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-03-07T21:17:05.184Z] ---> Running in 8ead8400b78e [2023-03-07T21:17:05.772Z] Removing intermediate container 8ead8400b78e [2023-03-07T21:17:05.772Z] ---> 3dd7f354e44c [2023-03-07T21:17:05.772Z] Step 29/32 : CMD ["gate"] [2023-03-07T21:17:05.772Z] ---> Running in f1f137625695 [2023-03-07T21:17:06.360Z] Removing intermediate container f1f137625695 [2023-03-07T21:17:06.360Z] ---> c03d6f2b23f8 [2023-03-07T21:17:06.360Z] Step 30/32 : LABEL arch=arm64 [2023-03-07T21:17:06.645Z] ---> Running in 92048c861c68 [2023-03-07T21:17:06.916Z] Removing intermediate container 92048c861c68 [2023-03-07T21:17:06.916Z] ---> a106a3a17846 [2023-03-07T21:17:06.916Z] Step 31/32 : LABEL git_sha=08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:17:07.197Z] ---> Running in 4c8684c9c9f1 [2023-03-07T21:17:07.785Z] Removing intermediate container 4c8684c9c9f1 [2023-03-07T21:17:07.785Z] ---> 81b1d31a3378 [2023-03-07T21:17:07.785Z] Step 32/32 : LABEL version=3.0.0-dev.79 [2023-03-07T21:17:07.785Z] ---> Running in eb37f06e41bc [2023-03-07T21:17:08.375Z] Removing intermediate container eb37f06e41bc [2023-03-07T21:17:08.375Z] ---> 87bd7e1ec2e5 [2023-03-07T21:17:08.375Z] [2023-03-07T21:17:08.375Z] Successfully built 87bd7e1ec2e5 [2023-03-07T21:17:08.647Z] Successfully tagged security-bootstrapper-arm64:latest [2023-03-07T21:17:47.563Z]  Building security-bootstrapper ... done Removing intermediate container aeb79505b1b4 [2023-03-07T21:17:47.563Z] ---> b2879c79b115 [2023-03-07T21:17:47.563Z] [2023-03-07T21:17:47.563Z] Step 10/23 : FROM alpine:3.16 [2023-03-07T21:17:47.563Z] ---> 4c81e5bf8899 [2023-03-07T21:17:47.563Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-03-07T21:17:47.563Z] ---> Using cache [2023-03-07T21:17:47.563Z] ---> aee136718326 [2023-03-07T21:17:47.563Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-07T21:17:47.563Z] ---> Using cache [2023-03-07T21:17:47.563Z] ---> c6ff72d4e9e1 [2023-03-07T21:17:47.563Z] Step 13/23 : ENV APP_PORT=59882 [2023-03-07T21:17:47.563Z] ---> Running in 2f5d51035761 [2023-03-07T21:17:47.563Z] Removing intermediate container 2f5d51035761 [2023-03-07T21:17:47.563Z] ---> 1f0cae3a0d58 [2023-03-07T21:17:47.563Z] Step 14/23 : EXPOSE $APP_PORT [2023-03-07T21:17:47.563Z] ---> Running in f25e24ec196e [2023-03-07T21:17:47.563Z] Removing intermediate container f25e24ec196e [2023-03-07T21:17:47.563Z] ---> 8b987d498b18 [2023-03-07T21:17:47.563Z] Step 15/23 : WORKDIR / [2023-03-07T21:17:47.563Z] ---> Running in 6aa703ccb296 [2023-03-07T21:17:47.563Z] Removing intermediate container 6aa703ccb296 [2023-03-07T21:17:47.563Z] ---> 993de16b070e [2023-03-07T21:17:47.563Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-07T21:17:48.530Z] ---> ab9481d05588 [2023-03-07T21:17:48.530Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-03-07T21:17:50.486Z] ---> a7a26caa83c5 [2023-03-07T21:17:50.486Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-03-07T21:17:54.763Z] ---> 610cbe9ce9ae [2023-03-07T21:17:54.763Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-03-07T21:17:54.763Z] ---> Running in 6916b387da46 [2023-03-07T21:17:54.763Z] Removing intermediate container 6916b387da46 [2023-03-07T21:17:54.763Z] ---> 384417345400 [2023-03-07T21:17:54.763Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-07T21:17:54.763Z] ---> Running in 6816b518ec2c [2023-03-07T21:17:55.351Z] Removing intermediate container 6816b518ec2c [2023-03-07T21:17:55.351Z] ---> 51fa03934313 [2023-03-07T21:17:55.351Z] Step 21/23 : LABEL arch=arm64 [2023-03-07T21:17:55.351Z] ---> Running in 29940a606ac8 [2023-03-07T21:17:55.940Z] Removing intermediate container 29940a606ac8 [2023-03-07T21:17:55.940Z] ---> 825b49fbabfc [2023-03-07T21:17:55.940Z] Step 22/23 : LABEL git_sha=08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:17:56.210Z] ---> Running in 1646dc59cfdd [2023-03-07T21:17:56.480Z] Removing intermediate container 1646dc59cfdd [2023-03-07T21:17:56.480Z] ---> 0ecae9c787c4 [2023-03-07T21:17:56.480Z] Step 23/23 : LABEL version=3.0.0-dev.79 [2023-03-07T21:17:56.480Z] ---> Running in b59f91bf801b [2023-03-07T21:17:57.073Z] Removing intermediate container b59f91bf801b [2023-03-07T21:17:57.073Z] ---> f1c8578a3600 [2023-03-07T21:17:57.073Z] [2023-03-07T21:17:57.344Z] Successfully built f1c8578a3600 [2023-03-07T21:17:57.344Z] Successfully tagged core-command-arm64:latest [2023-03-07T21:18:53.790Z]  Building core-command ... done Removing intermediate container 85cd569af589 [2023-03-07T21:18:53.790Z] ---> fcb6f84d617e [2023-03-07T21:18:53.790Z] [2023-03-07T21:18:53.790Z] Step 10/22 : FROM alpine:3.16 [2023-03-07T21:18:53.790Z] ---> 4c81e5bf8899 [2023-03-07T21:18:53.790Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-07T21:18:53.790Z] ---> Using cache [2023-03-07T21:18:53.790Z] ---> b3f885186f1c [2023-03-07T21:18:53.790Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-03-07T21:18:53.790Z] ---> Using cache [2023-03-07T21:18:53.790Z] ---> 3ba20e5f6771 [2023-03-07T21:18:53.790Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-07T21:18:53.790Z] ---> Using cache [2023-03-07T21:18:53.790Z] ---> 3dd040cceeba [2023-03-07T21:18:53.790Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-03-07T21:18:53.790Z] ---> c11cd8468c1e [2023-03-07T21:18:53.790Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-03-07T21:18:53.790Z] ---> abd03723d526 [2023-03-07T21:18:53.790Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-03-07T21:18:53.790Z] ---> d917ad4f225c [2023-03-07T21:18:53.790Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-07T21:18:53.790Z] ---> Running in adbdf994bac6 [2023-03-07T21:18:53.790Z] Removing intermediate container adbdf994bac6 [2023-03-07T21:18:53.790Z] ---> 76919b36d3de [2023-03-07T21:18:53.790Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-07T21:18:53.790Z] ---> Running in 79356c08c0ff [2023-03-07T21:18:53.790Z] Removing intermediate container 79356c08c0ff [2023-03-07T21:18:53.790Z] ---> 9fc0342538f1 [2023-03-07T21:18:53.790Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-03-07T21:18:53.790Z] ---> Running in ea7c9ac033d2 [2023-03-07T21:18:53.790Z] Removing intermediate container ea7c9ac033d2 [2023-03-07T21:18:53.790Z] ---> 4ba23829573f [2023-03-07T21:18:53.790Z] Step 20/22 : LABEL arch=arm64 [2023-03-07T21:18:53.790Z] ---> Running in 009db1c24c54 [2023-03-07T21:18:53.790Z] Removing intermediate container 009db1c24c54 [2023-03-07T21:18:53.790Z] ---> 6f6bf02bfd2c [2023-03-07T21:18:53.790Z] Step 21/22 : LABEL git_sha=08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:18:53.790Z] ---> Running in f1536f3a4123 [2023-03-07T21:18:53.790Z] Removing intermediate container f1536f3a4123 [2023-03-07T21:18:53.790Z] ---> 7562309cd574 [2023-03-07T21:18:53.790Z] Step 22/22 : LABEL version=3.0.0-dev.79 [2023-03-07T21:18:53.790Z] ---> Running in 7fb5e1609adf [2023-03-07T21:18:53.790Z] Removing intermediate container 7fb5e1609adf [2023-03-07T21:18:53.790Z] ---> aeda4d2bc6e0 [2023-03-07T21:18:53.790Z] [2023-03-07T21:18:53.790Z] Successfully built aeda4d2bc6e0 [2023-03-07T21:18:53.790Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-03-07T21:19:08.920Z]  Building core-common-config-bootstrapper ... done Removing intermediate container 7c44547aad7c [2023-03-07T21:19:08.920Z] ---> 9ee0ed5fb794 [2023-03-07T21:19:08.920Z] [2023-03-07T21:19:08.920Z] Step 10/22 : FROM alpine:3.16 [2023-03-07T21:19:08.920Z] ---> 4c81e5bf8899 [2023-03-07T21:19:08.920Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-03-07T21:19:08.920Z] ---> Running in 4cabb637d213 [2023-03-07T21:19:09.200Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-07T21:19:09.475Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-07T21:19:10.464Z] (1/2) Installing ca-certificates (20220614-r0) [2023-03-07T21:19:10.464Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-03-07T21:19:10.746Z] Executing busybox-1.35.0-r17.trigger [2023-03-07T21:19:10.746Z] Executing ca-certificates-20220614-r0.trigger [2023-03-07T21:19:10.746Z] OK: 6 MiB in 16 packages [2023-03-07T21:19:13.402Z] Removing intermediate container 4cabb637d213 [2023-03-07T21:19:13.402Z] ---> 0166cc533fd2 [2023-03-07T21:19:13.402Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-07T21:19:13.402Z] ---> Running in 0bc75352810a [2023-03-07T21:19:13.402Z] Removing intermediate container 0bc75352810a [2023-03-07T21:19:13.402Z] ---> 82b7f33e2961 [2023-03-07T21:19:13.402Z] Step 13/22 : ENV APP_PORT=59860 [2023-03-07T21:19:13.402Z] ---> Running in 2d7a8952caaf [2023-03-07T21:19:13.996Z] Removing intermediate container 2d7a8952caaf [2023-03-07T21:19:13.996Z] ---> bf41454b6545 [2023-03-07T21:19:13.996Z] Step 14/22 : EXPOSE $APP_PORT [2023-03-07T21:19:13.996Z] ---> Running in 972ce6c24d7c [2023-03-07T21:19:14.268Z] Removing intermediate container 972ce6c24d7c [2023-03-07T21:19:14.268Z] ---> 969c320f26ab [2023-03-07T21:19:14.268Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-07T21:19:14.859Z] ---> 567eee16d888 [2023-03-07T21:19:14.859Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-03-07T21:19:16.296Z] ---> 020c7dda8f3b [2023-03-07T21:19:16.296Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-03-07T21:19:16.887Z] ---> 144bdf7845f2 [2023-03-07T21:19:16.887Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-03-07T21:19:17.156Z] ---> Running in 3abcb750dbd1 [2023-03-07T21:19:17.425Z] Removing intermediate container 3abcb750dbd1 [2023-03-07T21:19:17.425Z] ---> 7af17e71b5f7 [2023-03-07T21:19:17.425Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-07T21:19:17.425Z] ---> Running in 8ae00dafed56 [2023-03-07T21:19:17.695Z] Removing intermediate container 8ae00dafed56 [2023-03-07T21:19:17.695Z] ---> b97189573b81 [2023-03-07T21:19:17.695Z] Step 20/22 : LABEL arch=arm64 [2023-03-07T21:19:17.695Z] ---> Running in 681140db78a2 [2023-03-07T21:19:18.289Z] Removing intermediate container 681140db78a2 [2023-03-07T21:19:18.289Z] ---> 7bd74dcb78c8 [2023-03-07T21:19:18.289Z] Step 21/22 : LABEL git_sha=08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:19:18.289Z] ---> Running in e058955b6333 [2023-03-07T21:19:18.558Z] Removing intermediate container e058955b6333 [2023-03-07T21:19:18.558Z] ---> 6a3b37634bf8 [2023-03-07T21:19:18.558Z] Step 22/22 : LABEL version=3.0.0-dev.79 [2023-03-07T21:19:18.558Z] ---> Running in 4de59e758279 [2023-03-07T21:19:18.827Z] Removing intermediate container 4de59e758279 [2023-03-07T21:19:18.827Z] ---> 515613703f7e [2023-03-07T21:19:18.827Z] [2023-03-07T21:19:19.097Z] Successfully built 515613703f7e [2023-03-07T21:19:19.097Z] Successfully tagged support-notifications-arm64:latest [2023-03-07T21:19:19.379Z]  Building support-notifications ... done  [Pipeline] } [2023-03-07T21:19:19.379Z] $ docker stop --time=1 4bb58292b33472a8632bdbf6bdbce8921d17ac5991b487b348844fef3044671a [2023-03-07T21:19:21.108Z] $ docker rm -f --volumes 4bb58292b33472a8632bdbf6bdbce8921d17ac5991b487b348844fef3044671a [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-07T21:19:21.629Z] + docker images [2023-03-07T21:19:21.897Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-03-07T21:19:21.897Z] support-notifications-arm64 latest 515613703f7e 3 seconds ago 29.7MB [2023-03-07T21:19:21.897Z] 9ee0ed5fb794 15 seconds ago 1.4GB [2023-03-07T21:19:21.897Z] core-common-config-bootstrapper-arm64 latest aeda4d2bc6e0 30 seconds ago 14.9MB [2023-03-07T21:19:21.897Z] fcb6f84d617e 38 seconds ago 1.33GB [2023-03-07T21:19:21.897Z] core-command-arm64 latest f1c8578a3600 About a minute ago 17.1MB [2023-03-07T21:19:21.897Z] b2879c79b115 About a minute ago 1.34GB [2023-03-07T21:19:21.897Z] security-bootstrapper-arm64 latest 87bd7e1ec2e5 2 minutes ago 19MB [2023-03-07T21:19:21.897Z] 143e3c18f5e2 2 minutes ago 1.32GB [2023-03-07T21:19:21.897Z] core-metadata-arm64 latest 60cf1a7a7c45 5 minutes ago 17.8MB [2023-03-07T21:19:21.897Z] d29d2bf15aca 5 minutes ago 1.35GB [2023-03-07T21:19:21.897Z] security-spire-agent-arm64 latest abde7b9db507 5 minutes ago 122MB [2023-03-07T21:19:21.897Z] security-secretstore-setup-arm64 latest c3430befa587 6 minutes ago 28.7MB [2023-03-07T21:19:21.897Z] f42b1e073ce5 6 minutes ago 1.33GB [2023-03-07T21:19:21.897Z] security-spiffe-token-provider-arm64 latest fb4115bf2e3d 8 minutes ago 29.1MB [2023-03-07T21:19:21.897Z] 0cfe24856955 8 minutes ago 1.37GB [2023-03-07T21:19:21.897Z] support-scheduler-arm64 latest 304461e32fdd 9 minutes ago 29.1MB [2023-03-07T21:19:21.897Z] 48464fa345c0 9 minutes ago 1.4GB [2023-03-07T21:19:21.897Z] security-spire-config-arm64 latest 55151b58b5aa 10 minutes ago 83.6MB [2023-03-07T21:19:21.897Z] 2d0a3086df12 10 minutes ago 1.21GB [2023-03-07T21:19:21.897Z] core-data-arm64 latest ef84337804a6 12 minutes ago 17.3MB [2023-03-07T21:19:21.897Z] 79e438323efa 12 minutes ago 1.34GB [2023-03-07T21:19:21.897Z] security-proxy-auth-arm64 latest 0c5c9c216f78 13 minutes ago 15.6MB [2023-03-07T21:19:21.897Z] security-proxy-setup-arm64 latest 6c24f902a11b 13 minutes ago 15.8MB [2023-03-07T21:19:21.897Z] c388eaf8c0a9 14 minutes ago 1.32GB [2023-03-07T21:19:21.897Z] e174dedebafa 14 minutes ago 1.32GB [2023-03-07T21:19:21.897Z] security-spire-server-arm64 latest 51f2a35c22ce 20 minutes ago 84.3MB [2023-03-07T21:19:21.897Z] e2e7e32122b9 21 minutes ago 1.21GB [2023-03-07T21:19:21.897Z] ci-base-image-arm64 latest 487f7d257f44 24 minutes ago 904MB [2023-03-07T21:19:21.897Z] alpine 3.15 354640af7b1b 3 weeks ago 5.34MB [2023-03-07T21:19:21.897Z] alpine 3.16 4c81e5bf8899 3 weeks ago 5.3MB [2023-03-07T21:19:21.897Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 4 months ago 685MB [2023-03-07T21:19:21.897Z] 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-07T21:19:22.007Z] provisioning config files... [2023-03-07T21:19:22.023Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/440@tmp/config2615823534102547924tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-07T21:19:22.362Z] ---> docker-login.sh [2023-03-07T21:19:22.362Z] nexus3.edgexfoundry.org:10001 [2023-03-07T21:19:22.630Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-07T21:19:22.630Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-07T21:19:22.630Z] Configure a credential helper to remove this warning. See [2023-03-07T21:19:22.630Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-07T21:19:22.630Z] [2023-03-07T21:19:22.630Z] Login Succeeded [2023-03-07T21:19:22.630Z] nexus3.edgexfoundry.org:10002 [2023-03-07T21:19:22.898Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-07T21:19:23.164Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-07T21:19:23.164Z] Configure a credential helper to remove this warning. See [2023-03-07T21:19:23.164Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-07T21:19:23.164Z] [2023-03-07T21:19:23.164Z] Login Succeeded [2023-03-07T21:19:23.164Z] nexus3.edgexfoundry.org:10003 [2023-03-07T21:19:23.431Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-07T21:19:23.431Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-07T21:19:23.431Z] Configure a credential helper to remove this warning. See [2023-03-07T21:19:23.431Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-07T21:19:23.431Z] [2023-03-07T21:19:23.431Z] Login Succeeded [2023-03-07T21:19:23.431Z] nexus3.edgexfoundry.org:10004 [2023-03-07T21:19:23.698Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-07T21:19:23.964Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-07T21:19:23.965Z] Configure a credential helper to remove this warning. See [2023-03-07T21:19:23.965Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-07T21:19:23.965Z] [2023-03-07T21:19:23.965Z] Login Succeeded [2023-03-07T21:19:23.965Z] docker.io [2023-03-07T21:19:24.231Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-07T21:19:24.501Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-07T21:19:24.501Z] Configure a credential helper to remove this warning. See [2023-03-07T21:19:24.501Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-07T21:19:24.501Z] [2023-03-07T21:19:24.501Z] Login Succeeded [2023-03-07T21:19:24.501Z] ---> docker-login.sh ends [Pipeline] } [2023-03-07T21:19:24.516Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-07T21:19:24.541Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-07T21:19:24.560Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2023-03-07T21:19:24.560Z] 08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:19:24.560Z] latest [2023-03-07T21:19:24.560Z] 3.0.0-dev.79 [2023-03-07T21:19:24.560Z] 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:19:24.560Z] main [2023-03-07T21:19:24.560Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:19:24.902Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:08ca0edeffa98a49321873a39f0210382b374702 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:19:25.254Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:19:25.255Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-03-07T21:19:25.255Z] 95e61bf93185: Preparing [2023-03-07T21:19:25.255Z] 9bffe665046a: Preparing [2023-03-07T21:19:25.255Z] 98cd5793e76f: Preparing [2023-03-07T21:19:25.255Z] 7e335ebd7e40: Preparing [2023-03-07T21:19:25.255Z] f70ee36035b9: Preparing [2023-03-07T21:19:25.255Z] f70ee36035b9: Layer already exists [2023-03-07T21:19:25.522Z] 98cd5793e76f: Pushed [2023-03-07T21:19:25.522Z] 7e335ebd7e40: Pushed [2023-03-07T21:19:25.522Z] 95e61bf93185: Pushed [2023-03-07T21:19:28.870Z] 9bffe665046a: Pushed [2023-03-07T21:19:28.870Z] 08ca0edeffa98a49321873a39f0210382b374702: digest: sha256:b5bef719e4b0ac9920184e50c90b3a280957a80025c13a4a6667bec9f633abf2 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:19:29.229Z] + 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-07T21:19:29.574Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-03-07T21:19:29.574Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-03-07T21:19:29.574Z] 95e61bf93185: Preparing [2023-03-07T21:19:29.574Z] 9bffe665046a: Preparing [2023-03-07T21:19:29.574Z] 98cd5793e76f: Preparing [2023-03-07T21:19:29.574Z] 7e335ebd7e40: Preparing [2023-03-07T21:19:29.574Z] f70ee36035b9: Preparing [2023-03-07T21:19:29.574Z] 98cd5793e76f: Layer already exists [2023-03-07T21:19:29.574Z] 95e61bf93185: Layer already exists [2023-03-07T21:19:29.574Z] 9bffe665046a: Layer already exists [2023-03-07T21:19:29.574Z] 7e335ebd7e40: Layer already exists [2023-03-07T21:19:29.574Z] f70ee36035b9: Layer already exists [2023-03-07T21:19:29.841Z] latest: digest: sha256:b5bef719e4b0ac9920184e50c90b3a280957a80025c13a4a6667bec9f633abf2 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:19:30.195Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:19:30.543Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.79 [2023-03-07T21:19:30.543Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-03-07T21:19:30.543Z] 95e61bf93185: Preparing [2023-03-07T21:19:30.543Z] 9bffe665046a: Preparing [2023-03-07T21:19:30.543Z] 98cd5793e76f: Preparing [2023-03-07T21:19:30.543Z] 7e335ebd7e40: Preparing [2023-03-07T21:19:30.543Z] f70ee36035b9: Preparing [2023-03-07T21:19:30.543Z] 98cd5793e76f: Layer already exists [2023-03-07T21:19:30.543Z] 7e335ebd7e40: Layer already exists [2023-03-07T21:19:30.543Z] 95e61bf93185: Layer already exists [2023-03-07T21:19:30.543Z] 9bffe665046a: Layer already exists [2023-03-07T21:19:30.543Z] f70ee36035b9: Layer already exists [2023-03-07T21:19:30.543Z] 3.0.0-dev.79: digest: sha256:b5bef719e4b0ac9920184e50c90b3a280957a80025c13a4a6667bec9f633abf2 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:19:31.157Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:19:31.496Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:19:31.496Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-03-07T21:19:31.496Z] 95e61bf93185: Preparing [2023-03-07T21:19:31.496Z] 9bffe665046a: Preparing [2023-03-07T21:19:31.496Z] 98cd5793e76f: Preparing [2023-03-07T21:19:31.496Z] 7e335ebd7e40: Preparing [2023-03-07T21:19:31.496Z] f70ee36035b9: Preparing [2023-03-07T21:19:31.496Z] 98cd5793e76f: Layer already exists [2023-03-07T21:19:31.496Z] 7e335ebd7e40: Layer already exists [2023-03-07T21:19:31.496Z] 95e61bf93185: Layer already exists [2023-03-07T21:19:31.496Z] 9bffe665046a: Layer already exists [2023-03-07T21:19:31.496Z] f70ee36035b9: Layer already exists [2023-03-07T21:19:31.496Z] 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79: digest: sha256:b5bef719e4b0ac9920184e50c90b3a280957a80025c13a4a6667bec9f633abf2 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:19:32.119Z] + 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-07T21:19:32.464Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2023-03-07T21:19:32.465Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-03-07T21:19:32.465Z] 95e61bf93185: Preparing [2023-03-07T21:19:32.465Z] 9bffe665046a: Preparing [2023-03-07T21:19:32.465Z] 98cd5793e76f: Preparing [2023-03-07T21:19:32.465Z] 7e335ebd7e40: Preparing [2023-03-07T21:19:32.465Z] f70ee36035b9: Preparing [2023-03-07T21:19:32.465Z] 95e61bf93185: Layer already exists [2023-03-07T21:19:32.465Z] f70ee36035b9: Layer already exists [2023-03-07T21:19:32.465Z] 98cd5793e76f: Layer already exists [2023-03-07T21:19:32.465Z] 7e335ebd7e40: Layer already exists [2023-03-07T21:19:32.465Z] 9bffe665046a: Layer already exists [2023-03-07T21:19:32.731Z] main: digest: sha256:b5bef719e4b0ac9920184e50c90b3a280957a80025c13a4a6667bec9f633abf2 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-07T21:19:32.784Z] ===================================================== [Pipeline] echo [2023-03-07T21:19:32.797Z] taggedImages: [2023-03-07T21:19:32.797Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:19:32.797Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-03-07T21:19:32.797Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.79 [2023-03-07T21:19:32.797Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:19:32.797Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2023-03-07T21:19:32.822Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2023-03-07T21:19:32.822Z] 08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:19:32.822Z] latest [2023-03-07T21:19:32.822Z] 3.0.0-dev.79 [2023-03-07T21:19:32.822Z] 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:19:32.822Z] main [2023-03-07T21:19:32.822Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:19:33.179Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:08ca0edeffa98a49321873a39f0210382b374702 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:19:33.525Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:19:33.525Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-03-07T21:19:33.525Z] a9e6f96db8f9: Preparing [2023-03-07T21:19:33.525Z] e1e0f8d13941: Preparing [2023-03-07T21:19:33.525Z] 1db3633a7a82: Preparing [2023-03-07T21:19:33.525Z] 20bbb47be5da: Preparing [2023-03-07T21:19:33.525Z] 98cd5793e76f: Preparing [2023-03-07T21:19:33.525Z] 49d23fd8966e: Preparing [2023-03-07T21:19:33.525Z] f70ee36035b9: Preparing [2023-03-07T21:19:33.525Z] 49d23fd8966e: Waiting [2023-03-07T21:19:33.525Z] f70ee36035b9: Waiting [2023-03-07T21:19:33.525Z] 98cd5793e76f: Layer already exists [2023-03-07T21:19:33.791Z] a9e6f96db8f9: Pushed [2023-03-07T21:19:33.791Z] f70ee36035b9: Layer already exists [2023-03-07T21:19:33.791Z] 1db3633a7a82: Pushed [2023-03-07T21:19:33.791Z] 49d23fd8966e: Pushed [2023-03-07T21:19:33.791Z] e1e0f8d13941: Pushed [2023-03-07T21:19:36.373Z] 20bbb47be5da: Pushed [2023-03-07T21:19:36.373Z] 08ca0edeffa98a49321873a39f0210382b374702: digest: sha256:15c256152aa615faef8da4ed5a55035e20413c2e6ff34d1a7f1e7b7383c19f5d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:19:37.001Z] + 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-07T21:19:37.355Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-03-07T21:19:37.355Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-03-07T21:19:37.355Z] a9e6f96db8f9: Preparing [2023-03-07T21:19:37.355Z] e1e0f8d13941: Preparing [2023-03-07T21:19:37.355Z] 1db3633a7a82: Preparing [2023-03-07T21:19:37.355Z] 20bbb47be5da: Preparing [2023-03-07T21:19:37.355Z] 98cd5793e76f: Preparing [2023-03-07T21:19:37.355Z] 49d23fd8966e: Preparing [2023-03-07T21:19:37.355Z] f70ee36035b9: Preparing [2023-03-07T21:19:37.355Z] 49d23fd8966e: Waiting [2023-03-07T21:19:37.355Z] f70ee36035b9: Waiting [2023-03-07T21:19:37.355Z] e1e0f8d13941: Layer already exists [2023-03-07T21:19:37.355Z] a9e6f96db8f9: Layer already exists [2023-03-07T21:19:37.355Z] 20bbb47be5da: Layer already exists [2023-03-07T21:19:37.355Z] 1db3633a7a82: Layer already exists [2023-03-07T21:19:37.355Z] 98cd5793e76f: Layer already exists [2023-03-07T21:19:37.355Z] f70ee36035b9: Layer already exists [2023-03-07T21:19:37.355Z] 49d23fd8966e: Layer already exists [2023-03-07T21:19:37.624Z] latest: digest: sha256:15c256152aa615faef8da4ed5a55035e20413c2e6ff34d1a7f1e7b7383c19f5d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:19:37.979Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:19:38.334Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.79 [2023-03-07T21:19:38.334Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-03-07T21:19:38.334Z] a9e6f96db8f9: Preparing [2023-03-07T21:19:38.334Z] e1e0f8d13941: Preparing [2023-03-07T21:19:38.334Z] 1db3633a7a82: Preparing [2023-03-07T21:19:38.334Z] 20bbb47be5da: Preparing [2023-03-07T21:19:38.334Z] 98cd5793e76f: Preparing [2023-03-07T21:19:38.334Z] 49d23fd8966e: Preparing [2023-03-07T21:19:38.334Z] f70ee36035b9: Preparing [2023-03-07T21:19:38.334Z] 49d23fd8966e: Waiting [2023-03-07T21:19:38.334Z] f70ee36035b9: Waiting [2023-03-07T21:19:38.334Z] 20bbb47be5da: Layer already exists [2023-03-07T21:19:38.334Z] e1e0f8d13941: Layer already exists [2023-03-07T21:19:38.334Z] 1db3633a7a82: Layer already exists [2023-03-07T21:19:38.334Z] 98cd5793e76f: Layer already exists [2023-03-07T21:19:38.334Z] a9e6f96db8f9: Layer already exists [2023-03-07T21:19:38.334Z] 49d23fd8966e: Layer already exists [2023-03-07T21:19:38.334Z] f70ee36035b9: Layer already exists [2023-03-07T21:19:38.601Z] 3.0.0-dev.79: digest: sha256:15c256152aa615faef8da4ed5a55035e20413c2e6ff34d1a7f1e7b7383c19f5d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:19:38.959Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:19:39.302Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:19:39.302Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-03-07T21:19:39.302Z] a9e6f96db8f9: Preparing [2023-03-07T21:19:39.302Z] e1e0f8d13941: Preparing [2023-03-07T21:19:39.302Z] 1db3633a7a82: Preparing [2023-03-07T21:19:39.302Z] 20bbb47be5da: Preparing [2023-03-07T21:19:39.302Z] 98cd5793e76f: Preparing [2023-03-07T21:19:39.302Z] 49d23fd8966e: Preparing [2023-03-07T21:19:39.302Z] f70ee36035b9: Preparing [2023-03-07T21:19:39.302Z] 49d23fd8966e: Waiting [2023-03-07T21:19:39.303Z] f70ee36035b9: Waiting [2023-03-07T21:19:39.303Z] 98cd5793e76f: Layer already exists [2023-03-07T21:19:39.303Z] e1e0f8d13941: Layer already exists [2023-03-07T21:19:39.303Z] a9e6f96db8f9: Layer already exists [2023-03-07T21:19:39.303Z] 20bbb47be5da: Layer already exists [2023-03-07T21:19:39.303Z] 1db3633a7a82: Layer already exists [2023-03-07T21:19:39.303Z] f70ee36035b9: Layer already exists [2023-03-07T21:19:39.303Z] 49d23fd8966e: Layer already exists [2023-03-07T21:19:39.569Z] 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79: digest: sha256:15c256152aa615faef8da4ed5a55035e20413c2e6ff34d1a7f1e7b7383c19f5d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:19:39.932Z] + 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-07T21:19:40.284Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2023-03-07T21:19:40.284Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-03-07T21:19:40.284Z] a9e6f96db8f9: Preparing [2023-03-07T21:19:40.284Z] e1e0f8d13941: Preparing [2023-03-07T21:19:40.284Z] 1db3633a7a82: Preparing [2023-03-07T21:19:40.284Z] 20bbb47be5da: Preparing [2023-03-07T21:19:40.284Z] 98cd5793e76f: Preparing [2023-03-07T21:19:40.284Z] 49d23fd8966e: Preparing [2023-03-07T21:19:40.284Z] f70ee36035b9: Preparing [2023-03-07T21:19:40.284Z] f70ee36035b9: Waiting [2023-03-07T21:19:40.284Z] 49d23fd8966e: Waiting [2023-03-07T21:19:40.284Z] 1db3633a7a82: Layer already exists [2023-03-07T21:19:40.284Z] 20bbb47be5da: Layer already exists [2023-03-07T21:19:40.284Z] 98cd5793e76f: Layer already exists [2023-03-07T21:19:40.284Z] a9e6f96db8f9: Layer already exists [2023-03-07T21:19:40.284Z] e1e0f8d13941: Layer already exists [2023-03-07T21:19:40.284Z] f70ee36035b9: Layer already exists [2023-03-07T21:19:40.284Z] 49d23fd8966e: Layer already exists [2023-03-07T21:19:40.550Z] main: digest: sha256:15c256152aa615faef8da4ed5a55035e20413c2e6ff34d1a7f1e7b7383c19f5d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-07T21:19:40.609Z] ===================================================== [Pipeline] echo [2023-03-07T21:19:40.617Z] taggedImages: [2023-03-07T21:19:40.617Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:19:40.617Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-03-07T21:19:40.617Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.79 [2023-03-07T21:19:40.617Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:19:40.617Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2023-03-07T21:19:40.639Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2023-03-07T21:19:40.639Z] 08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:19:40.639Z] latest [2023-03-07T21:19:40.639Z] 3.0.0-dev.79 [2023-03-07T21:19:40.639Z] 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:19:40.639Z] main [2023-03-07T21:19:40.639Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:19:41.001Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:08ca0edeffa98a49321873a39f0210382b374702 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:19:41.353Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:19:41.353Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-03-07T21:19:41.353Z] a6743b79abbe: Preparing [2023-03-07T21:19:41.353Z] 6db77c3fff94: Preparing [2023-03-07T21:19:41.353Z] 98cd5793e76f: Preparing [2023-03-07T21:19:41.353Z] 1667a20e0645: Preparing [2023-03-07T21:19:41.353Z] f70ee36035b9: Preparing [2023-03-07T21:19:41.353Z] f70ee36035b9: Layer already exists [2023-03-07T21:19:41.353Z] 98cd5793e76f: Layer already exists [2023-03-07T21:19:41.619Z] a6743b79abbe: Pushed [2023-03-07T21:19:41.619Z] 1667a20e0645: Pushed [2023-03-07T21:19:44.967Z] 6db77c3fff94: Pushed [2023-03-07T21:19:44.967Z] 08ca0edeffa98a49321873a39f0210382b374702: digest: sha256:64bb782b25eda2c8f10748f09fd945da766bd146332bf19c47b4414ef61c1f7f size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:19:45.319Z] + 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-07T21:19:45.670Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-03-07T21:19:45.670Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-03-07T21:19:45.670Z] a6743b79abbe: Preparing [2023-03-07T21:19:45.670Z] 6db77c3fff94: Preparing [2023-03-07T21:19:45.670Z] 98cd5793e76f: Preparing [2023-03-07T21:19:45.670Z] 1667a20e0645: Preparing [2023-03-07T21:19:45.670Z] f70ee36035b9: Preparing [2023-03-07T21:19:45.670Z] 6db77c3fff94: Layer already exists [2023-03-07T21:19:45.670Z] a6743b79abbe: Layer already exists [2023-03-07T21:19:45.670Z] 98cd5793e76f: Layer already exists [2023-03-07T21:19:45.670Z] f70ee36035b9: Layer already exists [2023-03-07T21:19:45.670Z] 1667a20e0645: Layer already exists [2023-03-07T21:19:45.936Z] latest: digest: sha256:64bb782b25eda2c8f10748f09fd945da766bd146332bf19c47b4414ef61c1f7f size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:19:46.289Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:19:46.633Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.79 [2023-03-07T21:19:46.633Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-03-07T21:19:46.633Z] a6743b79abbe: Preparing [2023-03-07T21:19:46.633Z] 6db77c3fff94: Preparing [2023-03-07T21:19:46.633Z] 98cd5793e76f: Preparing [2023-03-07T21:19:46.633Z] 1667a20e0645: Preparing [2023-03-07T21:19:46.633Z] f70ee36035b9: Preparing [2023-03-07T21:19:46.633Z] 6db77c3fff94: Layer already exists [2023-03-07T21:19:46.633Z] f70ee36035b9: Layer already exists [2023-03-07T21:19:46.633Z] a6743b79abbe: Layer already exists [2023-03-07T21:19:46.633Z] 98cd5793e76f: Layer already exists [2023-03-07T21:19:46.633Z] 1667a20e0645: Layer already exists [2023-03-07T21:19:46.899Z] 3.0.0-dev.79: digest: sha256:64bb782b25eda2c8f10748f09fd945da766bd146332bf19c47b4414ef61c1f7f size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:19:47.254Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:19:47.599Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:19:47.599Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-03-07T21:19:47.599Z] a6743b79abbe: Preparing [2023-03-07T21:19:47.599Z] 6db77c3fff94: Preparing [2023-03-07T21:19:47.599Z] 98cd5793e76f: Preparing [2023-03-07T21:19:47.599Z] 1667a20e0645: Preparing [2023-03-07T21:19:47.599Z] f70ee36035b9: Preparing [2023-03-07T21:19:47.599Z] 6db77c3fff94: Layer already exists [2023-03-07T21:19:47.599Z] f70ee36035b9: Layer already exists [2023-03-07T21:19:47.599Z] 1667a20e0645: Layer already exists [2023-03-07T21:19:47.599Z] 98cd5793e76f: Layer already exists [2023-03-07T21:19:47.599Z] a6743b79abbe: Layer already exists [2023-03-07T21:19:47.599Z] 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79: digest: sha256:64bb782b25eda2c8f10748f09fd945da766bd146332bf19c47b4414ef61c1f7f size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:19:48.204Z] + 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-07T21:19:48.545Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2023-03-07T21:19:48.545Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-03-07T21:19:48.545Z] a6743b79abbe: Preparing [2023-03-07T21:19:48.545Z] 6db77c3fff94: Preparing [2023-03-07T21:19:48.545Z] 98cd5793e76f: Preparing [2023-03-07T21:19:48.545Z] 1667a20e0645: Preparing [2023-03-07T21:19:48.545Z] f70ee36035b9: Preparing [2023-03-07T21:19:48.545Z] 1667a20e0645: Layer already exists [2023-03-07T21:19:48.545Z] 98cd5793e76f: Layer already exists [2023-03-07T21:19:48.545Z] a6743b79abbe: Layer already exists [2023-03-07T21:19:48.545Z] f70ee36035b9: Layer already exists [2023-03-07T21:19:48.545Z] 6db77c3fff94: Layer already exists [2023-03-07T21:19:48.812Z] main: digest: sha256:64bb782b25eda2c8f10748f09fd945da766bd146332bf19c47b4414ef61c1f7f size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-07T21:19:48.864Z] ===================================================== [Pipeline] echo [2023-03-07T21:19:48.873Z] taggedImages: [2023-03-07T21:19:48.873Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:19:48.873Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-03-07T21:19:48.873Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.79 [2023-03-07T21:19:48.873Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:19:48.873Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2023-03-07T21:19:48.897Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2023-03-07T21:19:48.897Z] 08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:19:48.897Z] latest [2023-03-07T21:19:48.897Z] 3.0.0-dev.79 [2023-03-07T21:19:48.897Z] 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:19:48.897Z] main [2023-03-07T21:19:48.897Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:19:49.243Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:08ca0edeffa98a49321873a39f0210382b374702 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:19:49.587Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:19:49.587Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-03-07T21:19:49.587Z] 4f6a6d6cc28c: Preparing [2023-03-07T21:19:49.587Z] fa1623ee09a4: Preparing [2023-03-07T21:19:49.587Z] 6c393ce9b02c: Preparing [2023-03-07T21:19:49.587Z] 98cd5793e76f: Preparing [2023-03-07T21:19:49.587Z] 7e335ebd7e40: Preparing [2023-03-07T21:19:49.587Z] f70ee36035b9: Preparing [2023-03-07T21:19:49.587Z] 7e335ebd7e40: Layer already exists [2023-03-07T21:19:49.587Z] 98cd5793e76f: Layer already exists [2023-03-07T21:19:49.854Z] f70ee36035b9: Layer already exists [2023-03-07T21:19:49.854Z] fa1623ee09a4: Pushed [2023-03-07T21:19:49.854Z] 4f6a6d6cc28c: Pushed [2023-03-07T21:19:53.204Z] 6c393ce9b02c: Pushed [2023-03-07T21:19:53.204Z] 08ca0edeffa98a49321873a39f0210382b374702: digest: sha256:b2bebdd8b8372aef831ddc69fd397f010faf91d4d7d7505a36775795059f7ae6 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:19:53.567Z] + 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-07T21:19:53.917Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-03-07T21:19:53.917Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-03-07T21:19:53.917Z] 4f6a6d6cc28c: Preparing [2023-03-07T21:19:53.917Z] fa1623ee09a4: Preparing [2023-03-07T21:19:53.917Z] 6c393ce9b02c: Preparing [2023-03-07T21:19:53.917Z] 98cd5793e76f: Preparing [2023-03-07T21:19:53.917Z] 7e335ebd7e40: Preparing [2023-03-07T21:19:53.917Z] f70ee36035b9: Preparing [2023-03-07T21:19:53.917Z] 6c393ce9b02c: Layer already exists [2023-03-07T21:19:53.917Z] 98cd5793e76f: Layer already exists [2023-03-07T21:19:53.917Z] 4f6a6d6cc28c: Layer already exists [2023-03-07T21:19:53.917Z] fa1623ee09a4: Layer already exists [2023-03-07T21:19:53.917Z] 7e335ebd7e40: Layer already exists [2023-03-07T21:19:53.917Z] f70ee36035b9: Layer already exists [2023-03-07T21:19:54.183Z] latest: digest: sha256:b2bebdd8b8372aef831ddc69fd397f010faf91d4d7d7505a36775795059f7ae6 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:19:54.533Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:19:54.936Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.79 [2023-03-07T21:19:54.936Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-03-07T21:19:54.936Z] 4f6a6d6cc28c: Preparing [2023-03-07T21:19:54.936Z] fa1623ee09a4: Preparing [2023-03-07T21:19:54.936Z] 6c393ce9b02c: Preparing [2023-03-07T21:19:54.936Z] 98cd5793e76f: Preparing [2023-03-07T21:19:54.936Z] 7e335ebd7e40: Preparing [2023-03-07T21:19:54.936Z] f70ee36035b9: Preparing [2023-03-07T21:19:54.936Z] f70ee36035b9: Waiting [2023-03-07T21:19:54.936Z] 7e335ebd7e40: Layer already exists [2023-03-07T21:19:54.936Z] 6c393ce9b02c: Layer already exists [2023-03-07T21:19:54.936Z] fa1623ee09a4: Layer already exists [2023-03-07T21:19:54.936Z] 98cd5793e76f: Layer already exists [2023-03-07T21:19:54.936Z] 4f6a6d6cc28c: Layer already exists [2023-03-07T21:19:54.936Z] f70ee36035b9: Layer already exists [2023-03-07T21:19:55.206Z] 3.0.0-dev.79: digest: sha256:b2bebdd8b8372aef831ddc69fd397f010faf91d4d7d7505a36775795059f7ae6 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:19:55.565Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:19:55.921Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:19:55.921Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-03-07T21:19:55.921Z] 4f6a6d6cc28c: Preparing [2023-03-07T21:19:55.921Z] fa1623ee09a4: Preparing [2023-03-07T21:19:55.921Z] 6c393ce9b02c: Preparing [2023-03-07T21:19:55.921Z] 98cd5793e76f: Preparing [2023-03-07T21:19:55.921Z] 7e335ebd7e40: Preparing [2023-03-07T21:19:55.921Z] f70ee36035b9: Preparing [2023-03-07T21:19:55.922Z] f70ee36035b9: Waiting [2023-03-07T21:19:55.922Z] 7e335ebd7e40: Layer already exists [2023-03-07T21:19:55.922Z] 6c393ce9b02c: Layer already exists [2023-03-07T21:19:55.922Z] 98cd5793e76f: Layer already exists [2023-03-07T21:19:55.922Z] fa1623ee09a4: Layer already exists [2023-03-07T21:19:55.922Z] 4f6a6d6cc28c: Layer already exists [2023-03-07T21:19:55.922Z] f70ee36035b9: Layer already exists [2023-03-07T21:19:56.195Z] 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79: digest: sha256:b2bebdd8b8372aef831ddc69fd397f010faf91d4d7d7505a36775795059f7ae6 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:19:56.534Z] + 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-07T21:19:56.866Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2023-03-07T21:19:56.867Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-03-07T21:19:56.867Z] 4f6a6d6cc28c: Preparing [2023-03-07T21:19:56.867Z] fa1623ee09a4: Preparing [2023-03-07T21:19:56.867Z] 6c393ce9b02c: Preparing [2023-03-07T21:19:56.867Z] 98cd5793e76f: Preparing [2023-03-07T21:19:56.867Z] 7e335ebd7e40: Preparing [2023-03-07T21:19:56.867Z] f70ee36035b9: Preparing [2023-03-07T21:19:56.867Z] f70ee36035b9: Waiting [2023-03-07T21:19:56.867Z] 4f6a6d6cc28c: Layer already exists [2023-03-07T21:19:56.867Z] 6c393ce9b02c: Layer already exists [2023-03-07T21:19:56.867Z] fa1623ee09a4: Layer already exists [2023-03-07T21:19:56.867Z] 7e335ebd7e40: Layer already exists [2023-03-07T21:19:56.867Z] 98cd5793e76f: Layer already exists [2023-03-07T21:19:56.867Z] f70ee36035b9: Layer already exists [2023-03-07T21:19:57.133Z] main: digest: sha256:b2bebdd8b8372aef831ddc69fd397f010faf91d4d7d7505a36775795059f7ae6 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-07T21:19:57.173Z] ===================================================== [Pipeline] echo [2023-03-07T21:19:57.178Z] taggedImages: [2023-03-07T21:19:57.178Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:19:57.178Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-03-07T21:19:57.178Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.79 [2023-03-07T21:19:57.178Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:19:57.178Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2023-03-07T21:19:57.193Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2023-03-07T21:19:57.193Z] 08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:19:57.193Z] latest [2023-03-07T21:19:57.193Z] 3.0.0-dev.79 [2023-03-07T21:19:57.193Z] 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:19:57.193Z] main [2023-03-07T21:19:57.193Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:19:57.526Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:08ca0edeffa98a49321873a39f0210382b374702 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:19:57.862Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:19:57.862Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-03-07T21:19:57.862Z] 5702064070bf: Preparing [2023-03-07T21:19:57.862Z] 5702064070bf: Preparing [2023-03-07T21:19:57.862Z] 31cf66e1db58: Preparing [2023-03-07T21:19:57.862Z] bb1441561cbb: Preparing [2023-03-07T21:19:57.862Z] a4aa73c31a88: Preparing [2023-03-07T21:19:57.862Z] 0f459e9ee026: Preparing [2023-03-07T21:19:57.862Z] a33cb18b7713: Preparing [2023-03-07T21:19:57.862Z] 98cd5793e76f: Preparing [2023-03-07T21:19:57.862Z] 66e4d9199260: Preparing [2023-03-07T21:19:57.862Z] 0fb24d4ba9cb: Preparing [2023-03-07T21:19:57.862Z] a33cb18b7713: Waiting [2023-03-07T21:19:57.862Z] 98cd5793e76f: Waiting [2023-03-07T21:19:57.862Z] 66e4d9199260: Waiting [2023-03-07T21:19:57.862Z] a757856054b7: Preparing [2023-03-07T21:19:57.862Z] 0fb24d4ba9cb: Waiting [2023-03-07T21:19:57.862Z] d32d1e1554a4: Preparing [2023-03-07T21:19:57.862Z] f70ee36035b9: Preparing [2023-03-07T21:19:57.862Z] a757856054b7: Waiting [2023-03-07T21:19:57.862Z] d32d1e1554a4: Waiting [2023-03-07T21:19:57.862Z] f70ee36035b9: Waiting [2023-03-07T21:19:58.136Z] a4aa73c31a88: Pushed [2023-03-07T21:19:58.136Z] 31cf66e1db58: Pushed [2023-03-07T21:19:58.136Z] 5702064070bf: Pushed [2023-03-07T21:19:58.136Z] 0f459e9ee026: Pushed [2023-03-07T21:19:58.136Z] bb1441561cbb: Pushed [2023-03-07T21:19:58.136Z] 98cd5793e76f: Layer already exists [2023-03-07T21:19:58.405Z] 66e4d9199260: Pushed [2023-03-07T21:19:58.405Z] 0fb24d4ba9cb: Pushed [2023-03-07T21:19:58.405Z] f70ee36035b9: Layer already exists [2023-03-07T21:19:58.405Z] a757856054b7: Pushed [2023-03-07T21:19:58.405Z] d32d1e1554a4: Pushed [2023-03-07T21:20:01.751Z] a33cb18b7713: Pushed [2023-03-07T21:20:02.018Z] 08ca0edeffa98a49321873a39f0210382b374702: digest: sha256:e4e9e49e01f981fe2054bf8a5b981be8f588fec17dd1aafd7838f2b5c78ed5a9 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:20:02.371Z] + 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-07T21:20:02.717Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-03-07T21:20:02.717Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-03-07T21:20:02.717Z] 5702064070bf: Preparing [2023-03-07T21:20:02.717Z] 5702064070bf: Preparing [2023-03-07T21:20:02.717Z] 31cf66e1db58: Preparing [2023-03-07T21:20:02.717Z] bb1441561cbb: Preparing [2023-03-07T21:20:02.717Z] a4aa73c31a88: Preparing [2023-03-07T21:20:02.717Z] 0f459e9ee026: Preparing [2023-03-07T21:20:02.717Z] a33cb18b7713: Preparing [2023-03-07T21:20:02.717Z] 98cd5793e76f: Preparing [2023-03-07T21:20:02.717Z] 66e4d9199260: Preparing [2023-03-07T21:20:02.717Z] 0fb24d4ba9cb: Preparing [2023-03-07T21:20:02.717Z] a757856054b7: Preparing [2023-03-07T21:20:02.717Z] d32d1e1554a4: Preparing [2023-03-07T21:20:02.717Z] f70ee36035b9: Preparing [2023-03-07T21:20:02.717Z] a33cb18b7713: Waiting [2023-03-07T21:20:02.717Z] 98cd5793e76f: Waiting [2023-03-07T21:20:02.717Z] 66e4d9199260: Waiting [2023-03-07T21:20:02.717Z] 0fb24d4ba9cb: Waiting [2023-03-07T21:20:02.717Z] f70ee36035b9: Waiting [2023-03-07T21:20:02.717Z] d32d1e1554a4: Waiting [2023-03-07T21:20:02.717Z] a757856054b7: Waiting [2023-03-07T21:20:02.717Z] 5702064070bf: Layer already exists [2023-03-07T21:20:02.717Z] 0f459e9ee026: Layer already exists [2023-03-07T21:20:02.717Z] a4aa73c31a88: Layer already exists [2023-03-07T21:20:02.717Z] 31cf66e1db58: Layer already exists [2023-03-07T21:20:02.717Z] bb1441561cbb: Layer already exists [2023-03-07T21:20:02.717Z] a757856054b7: Layer already exists [2023-03-07T21:20:02.717Z] 66e4d9199260: Layer already exists [2023-03-07T21:20:02.717Z] 0fb24d4ba9cb: Layer already exists [2023-03-07T21:20:02.717Z] a33cb18b7713: Layer already exists [2023-03-07T21:20:02.717Z] 98cd5793e76f: Layer already exists [2023-03-07T21:20:02.717Z] d32d1e1554a4: Layer already exists [2023-03-07T21:20:02.717Z] f70ee36035b9: Layer already exists [2023-03-07T21:20:02.983Z] latest: digest: sha256:e4e9e49e01f981fe2054bf8a5b981be8f588fec17dd1aafd7838f2b5c78ed5a9 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:20:03.334Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:20:03.674Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.79 [2023-03-07T21:20:03.674Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-03-07T21:20:03.674Z] 5702064070bf: Preparing [2023-03-07T21:20:03.674Z] 5702064070bf: Preparing [2023-03-07T21:20:03.674Z] 31cf66e1db58: Preparing [2023-03-07T21:20:03.674Z] bb1441561cbb: Preparing [2023-03-07T21:20:03.674Z] a4aa73c31a88: Preparing [2023-03-07T21:20:03.674Z] 0f459e9ee026: Preparing [2023-03-07T21:20:03.674Z] a33cb18b7713: Preparing [2023-03-07T21:20:03.674Z] 98cd5793e76f: Preparing [2023-03-07T21:20:03.674Z] 66e4d9199260: Preparing [2023-03-07T21:20:03.674Z] 0fb24d4ba9cb: Preparing [2023-03-07T21:20:03.674Z] a757856054b7: Preparing [2023-03-07T21:20:03.674Z] d32d1e1554a4: Preparing [2023-03-07T21:20:03.674Z] f70ee36035b9: Preparing [2023-03-07T21:20:03.674Z] 66e4d9199260: Waiting [2023-03-07T21:20:03.674Z] d32d1e1554a4: Waiting [2023-03-07T21:20:03.674Z] f70ee36035b9: Waiting [2023-03-07T21:20:03.674Z] 0fb24d4ba9cb: Waiting [2023-03-07T21:20:03.674Z] a757856054b7: Waiting [2023-03-07T21:20:03.674Z] a33cb18b7713: Waiting [2023-03-07T21:20:03.674Z] 98cd5793e76f: Waiting [2023-03-07T21:20:03.674Z] 31cf66e1db58: Layer already exists [2023-03-07T21:20:03.674Z] 0f459e9ee026: Layer already exists [2023-03-07T21:20:03.674Z] a4aa73c31a88: Layer already exists [2023-03-07T21:20:03.674Z] 5702064070bf: Layer already exists [2023-03-07T21:20:03.674Z] bb1441561cbb: Layer already exists [2023-03-07T21:20:03.674Z] 0fb24d4ba9cb: Layer already exists [2023-03-07T21:20:03.674Z] 98cd5793e76f: Layer already exists [2023-03-07T21:20:03.674Z] a757856054b7: Layer already exists [2023-03-07T21:20:03.674Z] a33cb18b7713: Layer already exists [2023-03-07T21:20:03.674Z] 66e4d9199260: Layer already exists [2023-03-07T21:20:03.674Z] d32d1e1554a4: Layer already exists [2023-03-07T21:20:03.674Z] f70ee36035b9: Layer already exists [2023-03-07T21:20:03.943Z] 3.0.0-dev.79: digest: sha256:e4e9e49e01f981fe2054bf8a5b981be8f588fec17dd1aafd7838f2b5c78ed5a9 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:20:04.290Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:20:04.639Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:20:04.639Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-03-07T21:20:04.639Z] 5702064070bf: Preparing [2023-03-07T21:20:04.639Z] 5702064070bf: Preparing [2023-03-07T21:20:04.639Z] 31cf66e1db58: Preparing [2023-03-07T21:20:04.639Z] bb1441561cbb: Preparing [2023-03-07T21:20:04.639Z] a4aa73c31a88: Preparing [2023-03-07T21:20:04.639Z] 0f459e9ee026: Preparing [2023-03-07T21:20:04.639Z] a33cb18b7713: Preparing [2023-03-07T21:20:04.639Z] 98cd5793e76f: Preparing [2023-03-07T21:20:04.639Z] 66e4d9199260: Preparing [2023-03-07T21:20:04.639Z] 0fb24d4ba9cb: Preparing [2023-03-07T21:20:04.639Z] a757856054b7: Preparing [2023-03-07T21:20:04.639Z] d32d1e1554a4: Preparing [2023-03-07T21:20:04.639Z] f70ee36035b9: Preparing [2023-03-07T21:20:04.639Z] a33cb18b7713: Waiting [2023-03-07T21:20:04.639Z] 66e4d9199260: Waiting [2023-03-07T21:20:04.639Z] 98cd5793e76f: Waiting [2023-03-07T21:20:04.639Z] 0fb24d4ba9cb: Waiting [2023-03-07T21:20:04.639Z] d32d1e1554a4: Waiting [2023-03-07T21:20:04.639Z] f70ee36035b9: Waiting [2023-03-07T21:20:04.639Z] a757856054b7: Waiting [2023-03-07T21:20:04.639Z] 0f459e9ee026: Layer already exists [2023-03-07T21:20:04.639Z] 31cf66e1db58: Layer already exists [2023-03-07T21:20:04.639Z] 5702064070bf: Layer already exists [2023-03-07T21:20:04.639Z] bb1441561cbb: Layer already exists [2023-03-07T21:20:04.639Z] a4aa73c31a88: Layer already exists [2023-03-07T21:20:04.639Z] 98cd5793e76f: Layer already exists [2023-03-07T21:20:04.639Z] 0fb24d4ba9cb: Layer already exists [2023-03-07T21:20:04.639Z] a33cb18b7713: Layer already exists [2023-03-07T21:20:04.639Z] 66e4d9199260: Layer already exists [2023-03-07T21:20:04.639Z] a757856054b7: Layer already exists [2023-03-07T21:20:04.639Z] f70ee36035b9: Layer already exists [2023-03-07T21:20:04.639Z] d32d1e1554a4: Layer already exists [2023-03-07T21:20:04.906Z] 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79: digest: sha256:e4e9e49e01f981fe2054bf8a5b981be8f588fec17dd1aafd7838f2b5c78ed5a9 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:20:05.256Z] + 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-07T21:20:05.602Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2023-03-07T21:20:05.602Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-03-07T21:20:05.602Z] 5702064070bf: Preparing [2023-03-07T21:20:05.602Z] 5702064070bf: Preparing [2023-03-07T21:20:05.602Z] 31cf66e1db58: Preparing [2023-03-07T21:20:05.602Z] bb1441561cbb: Preparing [2023-03-07T21:20:05.602Z] a4aa73c31a88: Preparing [2023-03-07T21:20:05.602Z] 0f459e9ee026: Preparing [2023-03-07T21:20:05.602Z] a33cb18b7713: Preparing [2023-03-07T21:20:05.602Z] 98cd5793e76f: Preparing [2023-03-07T21:20:05.602Z] 66e4d9199260: Preparing [2023-03-07T21:20:05.602Z] 0fb24d4ba9cb: Preparing [2023-03-07T21:20:05.602Z] a757856054b7: Preparing [2023-03-07T21:20:05.602Z] d32d1e1554a4: Preparing [2023-03-07T21:20:05.602Z] f70ee36035b9: Preparing [2023-03-07T21:20:05.602Z] 66e4d9199260: Waiting [2023-03-07T21:20:05.602Z] 0fb24d4ba9cb: Waiting [2023-03-07T21:20:05.602Z] a757856054b7: Waiting [2023-03-07T21:20:05.602Z] a33cb18b7713: Waiting [2023-03-07T21:20:05.602Z] d32d1e1554a4: Waiting [2023-03-07T21:20:05.602Z] f70ee36035b9: Waiting [2023-03-07T21:20:05.602Z] 98cd5793e76f: Waiting [2023-03-07T21:20:05.602Z] 5702064070bf: Layer already exists [2023-03-07T21:20:05.602Z] bb1441561cbb: Layer already exists [2023-03-07T21:20:05.602Z] 0f459e9ee026: Layer already exists [2023-03-07T21:20:05.602Z] 31cf66e1db58: Layer already exists [2023-03-07T21:20:05.602Z] a4aa73c31a88: Layer already exists [2023-03-07T21:20:05.602Z] a33cb18b7713: Layer already exists [2023-03-07T21:20:05.602Z] 0fb24d4ba9cb: Layer already exists [2023-03-07T21:20:05.602Z] 66e4d9199260: Layer already exists [2023-03-07T21:20:05.602Z] 98cd5793e76f: Layer already exists [2023-03-07T21:20:05.602Z] a757856054b7: Layer already exists [2023-03-07T21:20:05.602Z] d32d1e1554a4: Layer already exists [2023-03-07T21:20:05.869Z] f70ee36035b9: Layer already exists [2023-03-07T21:20:05.869Z] main: digest: sha256:e4e9e49e01f981fe2054bf8a5b981be8f588fec17dd1aafd7838f2b5c78ed5a9 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-07T21:20:05.911Z] ===================================================== [Pipeline] echo [2023-03-07T21:20:05.917Z] taggedImages: [2023-03-07T21:20:05.917Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:20:05.917Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-03-07T21:20:05.917Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.79 [2023-03-07T21:20:05.917Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:20:05.917Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2023-03-07T21:20:05.932Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2023-03-07T21:20:05.932Z] 08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:20:05.932Z] latest [2023-03-07T21:20:05.932Z] 3.0.0-dev.79 [2023-03-07T21:20:05.932Z] 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:20:05.932Z] main [2023-03-07T21:20:05.932Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:20:06.263Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:08ca0edeffa98a49321873a39f0210382b374702 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:20:06.599Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:20:06.599Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-03-07T21:20:06.599Z] 06ab6ecfba9e: Preparing [2023-03-07T21:20:06.599Z] 5b97957d07ea: Preparing [2023-03-07T21:20:06.599Z] 35b284ff8434: Preparing [2023-03-07T21:20:06.599Z] 2f1b187a1c89: Preparing [2023-03-07T21:20:06.600Z] 98cd5793e76f: Preparing [2023-03-07T21:20:06.600Z] 49d23fd8966e: Preparing [2023-03-07T21:20:06.600Z] f70ee36035b9: Preparing [2023-03-07T21:20:06.600Z] 49d23fd8966e: Waiting [2023-03-07T21:20:06.600Z] f70ee36035b9: Waiting [2023-03-07T21:20:06.600Z] 98cd5793e76f: Layer already exists [2023-03-07T21:20:06.867Z] 49d23fd8966e: Layer already exists [2023-03-07T21:20:06.867Z] f70ee36035b9: Layer already exists [2023-03-07T21:20:06.867Z] 06ab6ecfba9e: Pushed [2023-03-07T21:20:06.867Z] 5b97957d07ea: Pushed [2023-03-07T21:20:06.867Z] 35b284ff8434: Pushed [2023-03-07T21:20:09.451Z] 2f1b187a1c89: Pushed [2023-03-07T21:20:09.717Z] 08ca0edeffa98a49321873a39f0210382b374702: digest: sha256:59295a6baaa276e6deb4b764cfe23be0096a2e62263be7a88ccb7f7a0f1d57e9 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:20:10.069Z] + 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-07T21:20:10.430Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2023-03-07T21:20:10.430Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-03-07T21:20:10.430Z] 06ab6ecfba9e: Preparing [2023-03-07T21:20:10.430Z] 5b97957d07ea: Preparing [2023-03-07T21:20:10.430Z] 35b284ff8434: Preparing [2023-03-07T21:20:10.430Z] 2f1b187a1c89: Preparing [2023-03-07T21:20:10.430Z] 98cd5793e76f: Preparing [2023-03-07T21:20:10.430Z] 49d23fd8966e: Preparing [2023-03-07T21:20:10.430Z] f70ee36035b9: Preparing [2023-03-07T21:20:10.430Z] 49d23fd8966e: Waiting [2023-03-07T21:20:10.430Z] f70ee36035b9: Waiting [2023-03-07T21:20:10.430Z] 98cd5793e76f: Layer already exists [2023-03-07T21:20:10.430Z] 5b97957d07ea: Layer already exists [2023-03-07T21:20:10.430Z] 06ab6ecfba9e: Layer already exists [2023-03-07T21:20:10.430Z] 2f1b187a1c89: Layer already exists [2023-03-07T21:20:10.430Z] 35b284ff8434: Layer already exists [2023-03-07T21:20:10.430Z] f70ee36035b9: Layer already exists [2023-03-07T21:20:10.430Z] 49d23fd8966e: Layer already exists [2023-03-07T21:20:10.698Z] latest: digest: sha256:59295a6baaa276e6deb4b764cfe23be0096a2e62263be7a88ccb7f7a0f1d57e9 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:20:11.042Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:20:11.388Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.79 [2023-03-07T21:20:11.388Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-03-07T21:20:11.388Z] 06ab6ecfba9e: Preparing [2023-03-07T21:20:11.388Z] 5b97957d07ea: Preparing [2023-03-07T21:20:11.388Z] 35b284ff8434: Preparing [2023-03-07T21:20:11.388Z] 2f1b187a1c89: Preparing [2023-03-07T21:20:11.388Z] 98cd5793e76f: Preparing [2023-03-07T21:20:11.388Z] 49d23fd8966e: Preparing [2023-03-07T21:20:11.388Z] f70ee36035b9: Preparing [2023-03-07T21:20:11.388Z] 49d23fd8966e: Waiting [2023-03-07T21:20:11.388Z] f70ee36035b9: Waiting [2023-03-07T21:20:11.388Z] 35b284ff8434: Layer already exists [2023-03-07T21:20:11.388Z] 06ab6ecfba9e: Layer already exists [2023-03-07T21:20:11.388Z] 2f1b187a1c89: Layer already exists [2023-03-07T21:20:11.388Z] 5b97957d07ea: Layer already exists [2023-03-07T21:20:11.388Z] 98cd5793e76f: Layer already exists [2023-03-07T21:20:11.388Z] 49d23fd8966e: Layer already exists [2023-03-07T21:20:11.388Z] f70ee36035b9: Layer already exists [2023-03-07T21:20:11.654Z] 3.0.0-dev.79: digest: sha256:59295a6baaa276e6deb4b764cfe23be0096a2e62263be7a88ccb7f7a0f1d57e9 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:20:11.998Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:20:12.347Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:20:12.347Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-03-07T21:20:12.347Z] 06ab6ecfba9e: Preparing [2023-03-07T21:20:12.347Z] 5b97957d07ea: Preparing [2023-03-07T21:20:12.347Z] 35b284ff8434: Preparing [2023-03-07T21:20:12.347Z] 2f1b187a1c89: Preparing [2023-03-07T21:20:12.347Z] 98cd5793e76f: Preparing [2023-03-07T21:20:12.347Z] 49d23fd8966e: Preparing [2023-03-07T21:20:12.347Z] f70ee36035b9: Preparing [2023-03-07T21:20:12.347Z] 49d23fd8966e: Waiting [2023-03-07T21:20:12.347Z] f70ee36035b9: Waiting [2023-03-07T21:20:12.347Z] 06ab6ecfba9e: Layer already exists [2023-03-07T21:20:12.347Z] 35b284ff8434: Layer already exists [2023-03-07T21:20:12.347Z] 2f1b187a1c89: Layer already exists [2023-03-07T21:20:12.347Z] 5b97957d07ea: Layer already exists [2023-03-07T21:20:12.347Z] 98cd5793e76f: Layer already exists [2023-03-07T21:20:12.347Z] 49d23fd8966e: Layer already exists [2023-03-07T21:20:12.347Z] f70ee36035b9: Layer already exists [2023-03-07T21:20:12.612Z] 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79: digest: sha256:59295a6baaa276e6deb4b764cfe23be0096a2e62263be7a88ccb7f7a0f1d57e9 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:20:12.953Z] + 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-07T21:20:13.297Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2023-03-07T21:20:13.298Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-03-07T21:20:13.298Z] 06ab6ecfba9e: Preparing [2023-03-07T21:20:13.298Z] 5b97957d07ea: Preparing [2023-03-07T21:20:13.298Z] 35b284ff8434: Preparing [2023-03-07T21:20:13.298Z] 2f1b187a1c89: Preparing [2023-03-07T21:20:13.298Z] 98cd5793e76f: Preparing [2023-03-07T21:20:13.298Z] 49d23fd8966e: Preparing [2023-03-07T21:20:13.298Z] f70ee36035b9: Preparing [2023-03-07T21:20:13.298Z] f70ee36035b9: Waiting [2023-03-07T21:20:13.298Z] 49d23fd8966e: Waiting [2023-03-07T21:20:13.298Z] 35b284ff8434: Layer already exists [2023-03-07T21:20:13.298Z] 06ab6ecfba9e: Layer already exists [2023-03-07T21:20:13.298Z] 98cd5793e76f: Layer already exists [2023-03-07T21:20:13.298Z] 5b97957d07ea: Layer already exists [2023-03-07T21:20:13.298Z] 2f1b187a1c89: Layer already exists [2023-03-07T21:20:13.298Z] f70ee36035b9: Layer already exists [2023-03-07T21:20:13.298Z] 49d23fd8966e: Layer already exists [2023-03-07T21:20:13.564Z] main: digest: sha256:59295a6baaa276e6deb4b764cfe23be0096a2e62263be7a88ccb7f7a0f1d57e9 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-07T21:20:13.606Z] ===================================================== [Pipeline] echo [2023-03-07T21:20:13.612Z] taggedImages: [2023-03-07T21:20:13.612Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:20:13.612Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2023-03-07T21:20:13.612Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.79 [2023-03-07T21:20:13.612Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:20:13.612Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2023-03-07T21:20:13.626Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2023-03-07T21:20:13.626Z] 08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:20:13.626Z] latest [2023-03-07T21:20:13.626Z] 3.0.0-dev.79 [2023-03-07T21:20:13.626Z] 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:20:13.626Z] main [2023-03-07T21:20:13.626Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:20:13.959Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:08ca0edeffa98a49321873a39f0210382b374702 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:20:14.296Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:20:14.296Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-03-07T21:20:14.296Z] 01153ad016cd: Preparing [2023-03-07T21:20:14.296Z] f93dcdb976ef: Preparing [2023-03-07T21:20:14.296Z] d0392e633985: Preparing [2023-03-07T21:20:14.296Z] dc76a42c8f48: Preparing [2023-03-07T21:20:14.296Z] 4d63bf53cf4b: Preparing [2023-03-07T21:20:14.296Z] 2cca84089ef9: Preparing [2023-03-07T21:20:14.296Z] f70ee36035b9: Preparing [2023-03-07T21:20:14.296Z] 2cca84089ef9: Waiting [2023-03-07T21:20:14.296Z] f70ee36035b9: Waiting [2023-03-07T21:20:14.562Z] 01153ad016cd: Pushed [2023-03-07T21:20:14.562Z] 4d63bf53cf4b: Pushed [2023-03-07T21:20:14.562Z] dc76a42c8f48: Pushed [2023-03-07T21:20:14.562Z] f93dcdb976ef: Pushed [2023-03-07T21:20:14.562Z] f70ee36035b9: Layer already exists [2023-03-07T21:20:14.828Z] 2cca84089ef9: Pushed [2023-03-07T21:20:17.406Z] d0392e633985: Pushed [2023-03-07T21:20:17.406Z] 08ca0edeffa98a49321873a39f0210382b374702: digest: sha256:f348cd37ff74b2fb917bcf3a58320b9e40663565a113075dd9a76de403d6eb78 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:20:17.760Z] + 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-07T21:20:18.118Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-03-07T21:20:18.118Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-03-07T21:20:18.118Z] 01153ad016cd: Preparing [2023-03-07T21:20:18.118Z] f93dcdb976ef: Preparing [2023-03-07T21:20:18.118Z] d0392e633985: Preparing [2023-03-07T21:20:18.118Z] dc76a42c8f48: Preparing [2023-03-07T21:20:18.118Z] 4d63bf53cf4b: Preparing [2023-03-07T21:20:18.118Z] 2cca84089ef9: Preparing [2023-03-07T21:20:18.118Z] f70ee36035b9: Preparing [2023-03-07T21:20:18.118Z] 2cca84089ef9: Waiting [2023-03-07T21:20:18.118Z] f70ee36035b9: Waiting [2023-03-07T21:20:18.118Z] f93dcdb976ef: Layer already exists [2023-03-07T21:20:18.118Z] 01153ad016cd: Layer already exists [2023-03-07T21:20:18.118Z] dc76a42c8f48: Layer already exists [2023-03-07T21:20:18.118Z] d0392e633985: Layer already exists [2023-03-07T21:20:18.118Z] 4d63bf53cf4b: Layer already exists [2023-03-07T21:20:18.118Z] 2cca84089ef9: Layer already exists [2023-03-07T21:20:18.118Z] f70ee36035b9: Layer already exists [2023-03-07T21:20:18.390Z] latest: digest: sha256:f348cd37ff74b2fb917bcf3a58320b9e40663565a113075dd9a76de403d6eb78 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:20:18.738Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:20:19.082Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.79 [2023-03-07T21:20:19.082Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-03-07T21:20:19.082Z] 01153ad016cd: Preparing [2023-03-07T21:20:19.082Z] f93dcdb976ef: Preparing [2023-03-07T21:20:19.082Z] d0392e633985: Preparing [2023-03-07T21:20:19.082Z] dc76a42c8f48: Preparing [2023-03-07T21:20:19.082Z] 4d63bf53cf4b: Preparing [2023-03-07T21:20:19.082Z] 2cca84089ef9: Preparing [2023-03-07T21:20:19.082Z] f70ee36035b9: Preparing [2023-03-07T21:20:19.082Z] 2cca84089ef9: Waiting [2023-03-07T21:20:19.082Z] f70ee36035b9: Waiting [2023-03-07T21:20:19.082Z] 01153ad016cd: Layer already exists [2023-03-07T21:20:19.082Z] d0392e633985: Layer already exists [2023-03-07T21:20:19.082Z] 4d63bf53cf4b: Layer already exists [2023-03-07T21:20:19.082Z] dc76a42c8f48: Layer already exists [2023-03-07T21:20:19.082Z] f93dcdb976ef: Layer already exists [2023-03-07T21:20:19.082Z] 2cca84089ef9: Layer already exists [2023-03-07T21:20:19.082Z] f70ee36035b9: Layer already exists [2023-03-07T21:20:19.349Z] 3.0.0-dev.79: digest: sha256:f348cd37ff74b2fb917bcf3a58320b9e40663565a113075dd9a76de403d6eb78 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:20:19.703Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:20:20.044Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:20:20.044Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-03-07T21:20:20.044Z] 01153ad016cd: Preparing [2023-03-07T21:20:20.044Z] f93dcdb976ef: Preparing [2023-03-07T21:20:20.044Z] d0392e633985: Preparing [2023-03-07T21:20:20.044Z] dc76a42c8f48: Preparing [2023-03-07T21:20:20.044Z] 4d63bf53cf4b: Preparing [2023-03-07T21:20:20.044Z] 2cca84089ef9: Preparing [2023-03-07T21:20:20.044Z] f70ee36035b9: Preparing [2023-03-07T21:20:20.044Z] f70ee36035b9: Waiting [2023-03-07T21:20:20.044Z] 2cca84089ef9: Waiting [2023-03-07T21:20:20.044Z] dc76a42c8f48: Layer already exists [2023-03-07T21:20:20.044Z] f93dcdb976ef: Layer already exists [2023-03-07T21:20:20.044Z] 4d63bf53cf4b: Layer already exists [2023-03-07T21:20:20.044Z] d0392e633985: Layer already exists [2023-03-07T21:20:20.044Z] 01153ad016cd: Layer already exists [2023-03-07T21:20:20.044Z] f70ee36035b9: Layer already exists [2023-03-07T21:20:20.044Z] 2cca84089ef9: Layer already exists [2023-03-07T21:20:20.311Z] 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79: digest: sha256:f348cd37ff74b2fb917bcf3a58320b9e40663565a113075dd9a76de403d6eb78 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:20:20.662Z] + 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-07T21:20:21.011Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2023-03-07T21:20:21.011Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-03-07T21:20:21.011Z] 01153ad016cd: Preparing [2023-03-07T21:20:21.011Z] f93dcdb976ef: Preparing [2023-03-07T21:20:21.011Z] d0392e633985: Preparing [2023-03-07T21:20:21.011Z] dc76a42c8f48: Preparing [2023-03-07T21:20:21.011Z] 4d63bf53cf4b: Preparing [2023-03-07T21:20:21.011Z] 2cca84089ef9: Preparing [2023-03-07T21:20:21.011Z] f70ee36035b9: Preparing [2023-03-07T21:20:21.011Z] f70ee36035b9: Waiting [2023-03-07T21:20:21.011Z] 2cca84089ef9: Waiting [2023-03-07T21:20:21.011Z] 4d63bf53cf4b: Layer already exists [2023-03-07T21:20:21.011Z] f93dcdb976ef: Layer already exists [2023-03-07T21:20:21.011Z] dc76a42c8f48: Layer already exists [2023-03-07T21:20:21.011Z] 01153ad016cd: Layer already exists [2023-03-07T21:20:21.011Z] d0392e633985: Layer already exists [2023-03-07T21:20:21.011Z] f70ee36035b9: Layer already exists [2023-03-07T21:20:21.011Z] 2cca84089ef9: Layer already exists [2023-03-07T21:20:21.279Z] main: digest: sha256:f348cd37ff74b2fb917bcf3a58320b9e40663565a113075dd9a76de403d6eb78 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-07T21:20:21.320Z] ===================================================== [Pipeline] echo [2023-03-07T21:20:21.325Z] taggedImages: [2023-03-07T21:20:21.325Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:20:21.325Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-03-07T21:20:21.325Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.79 [2023-03-07T21:20:21.325Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:20:21.325Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2023-03-07T21:20:21.340Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2023-03-07T21:20:21.340Z] 08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:20:21.340Z] latest [2023-03-07T21:20:21.340Z] 3.0.0-dev.79 [2023-03-07T21:20:21.340Z] 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:20:21.340Z] main [2023-03-07T21:20:21.340Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:20:21.676Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:08ca0edeffa98a49321873a39f0210382b374702 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:20:22.020Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:20:22.020Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-03-07T21:20:22.020Z] 85e69acba218: Preparing [2023-03-07T21:20:22.020Z] ad22e90cb3f1: Preparing [2023-03-07T21:20:22.020Z] 301d418ffa7f: Preparing [2023-03-07T21:20:22.020Z] b18fab3b7801: Preparing [2023-03-07T21:20:22.020Z] 1fe655c5b5c1: Preparing [2023-03-07T21:20:22.020Z] eabbbe08491b: Preparing [2023-03-07T21:20:22.020Z] da1a3482a3b2: Preparing [2023-03-07T21:20:22.020Z] c111b9a9dcd5: Preparing [2023-03-07T21:20:22.020Z] f70ee36035b9: Preparing [2023-03-07T21:20:22.020Z] da1a3482a3b2: Waiting [2023-03-07T21:20:22.020Z] f70ee36035b9: Waiting [2023-03-07T21:20:22.020Z] c111b9a9dcd5: Waiting [2023-03-07T21:20:22.287Z] ad22e90cb3f1: Pushed [2023-03-07T21:20:22.287Z] 1fe655c5b5c1: Pushed [2023-03-07T21:20:22.287Z] 85e69acba218: Pushed [2023-03-07T21:20:22.556Z] eabbbe08491b: Pushed [2023-03-07T21:20:22.556Z] da1a3482a3b2: Pushed [2023-03-07T21:20:22.556Z] f70ee36035b9: Layer already exists [2023-03-07T21:20:22.825Z] c111b9a9dcd5: Pushed [2023-03-07T21:20:24.772Z] b18fab3b7801: Pushed [2023-03-07T21:20:25.733Z] 301d418ffa7f: Pushed [2023-03-07T21:20:25.999Z] 08ca0edeffa98a49321873a39f0210382b374702: digest: sha256:adfb5a28696b986a4f1b44b722587ea0e86c267250bd9ff7579e870cdd54cdfe size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:20:26.339Z] + 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-07T21:20:26.681Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-03-07T21:20:26.681Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-03-07T21:20:26.681Z] 85e69acba218: Preparing [2023-03-07T21:20:26.681Z] ad22e90cb3f1: Preparing [2023-03-07T21:20:26.681Z] 301d418ffa7f: Preparing [2023-03-07T21:20:26.681Z] b18fab3b7801: Preparing [2023-03-07T21:20:26.681Z] 1fe655c5b5c1: Preparing [2023-03-07T21:20:26.681Z] eabbbe08491b: Preparing [2023-03-07T21:20:26.681Z] da1a3482a3b2: Preparing [2023-03-07T21:20:26.681Z] c111b9a9dcd5: Preparing [2023-03-07T21:20:26.681Z] f70ee36035b9: Preparing [2023-03-07T21:20:26.681Z] da1a3482a3b2: Waiting [2023-03-07T21:20:26.681Z] c111b9a9dcd5: Waiting [2023-03-07T21:20:26.681Z] f70ee36035b9: Waiting [2023-03-07T21:20:26.681Z] eabbbe08491b: Waiting [2023-03-07T21:20:26.681Z] 1fe655c5b5c1: Layer already exists [2023-03-07T21:20:26.681Z] 85e69acba218: Layer already exists [2023-03-07T21:20:26.681Z] b18fab3b7801: Layer already exists [2023-03-07T21:20:26.681Z] ad22e90cb3f1: Layer already exists [2023-03-07T21:20:26.681Z] 301d418ffa7f: Layer already exists [2023-03-07T21:20:26.681Z] eabbbe08491b: Layer already exists [2023-03-07T21:20:26.681Z] da1a3482a3b2: Layer already exists [2023-03-07T21:20:26.681Z] c111b9a9dcd5: Layer already exists [2023-03-07T21:20:26.681Z] f70ee36035b9: Layer already exists [2023-03-07T21:20:26.947Z] latest: digest: sha256:adfb5a28696b986a4f1b44b722587ea0e86c267250bd9ff7579e870cdd54cdfe size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:20:27.285Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:20:27.616Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.79 [2023-03-07T21:20:27.616Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-03-07T21:20:27.616Z] 85e69acba218: Preparing [2023-03-07T21:20:27.616Z] ad22e90cb3f1: Preparing [2023-03-07T21:20:27.616Z] 301d418ffa7f: Preparing [2023-03-07T21:20:27.616Z] b18fab3b7801: Preparing [2023-03-07T21:20:27.616Z] 1fe655c5b5c1: Preparing [2023-03-07T21:20:27.616Z] eabbbe08491b: Preparing [2023-03-07T21:20:27.616Z] da1a3482a3b2: Preparing [2023-03-07T21:20:27.616Z] c111b9a9dcd5: Preparing [2023-03-07T21:20:27.616Z] f70ee36035b9: Preparing [2023-03-07T21:20:27.616Z] da1a3482a3b2: Waiting [2023-03-07T21:20:27.616Z] eabbbe08491b: Waiting [2023-03-07T21:20:27.616Z] c111b9a9dcd5: Waiting [2023-03-07T21:20:27.616Z] f70ee36035b9: Waiting [2023-03-07T21:20:27.616Z] 85e69acba218: Layer already exists [2023-03-07T21:20:27.616Z] ad22e90cb3f1: Layer already exists [2023-03-07T21:20:27.616Z] 301d418ffa7f: Layer already exists [2023-03-07T21:20:27.616Z] 1fe655c5b5c1: Layer already exists [2023-03-07T21:20:27.616Z] b18fab3b7801: Layer already exists [2023-03-07T21:20:27.616Z] eabbbe08491b: Layer already exists [2023-03-07T21:20:27.616Z] c111b9a9dcd5: Layer already exists [2023-03-07T21:20:27.616Z] da1a3482a3b2: Layer already exists [2023-03-07T21:20:27.616Z] f70ee36035b9: Layer already exists [2023-03-07T21:20:27.882Z] 3.0.0-dev.79: digest: sha256:adfb5a28696b986a4f1b44b722587ea0e86c267250bd9ff7579e870cdd54cdfe size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:20:31.473Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:20:31.811Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:20:31.811Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-03-07T21:20:31.811Z] 85e69acba218: Preparing [2023-03-07T21:20:31.811Z] ad22e90cb3f1: Preparing [2023-03-07T21:20:31.811Z] 301d418ffa7f: Preparing [2023-03-07T21:20:31.811Z] b18fab3b7801: Preparing [2023-03-07T21:20:31.811Z] 1fe655c5b5c1: Preparing [2023-03-07T21:20:31.811Z] eabbbe08491b: Preparing [2023-03-07T21:20:31.811Z] da1a3482a3b2: Preparing [2023-03-07T21:20:31.811Z] c111b9a9dcd5: Preparing [2023-03-07T21:20:31.811Z] f70ee36035b9: Preparing [2023-03-07T21:20:31.811Z] eabbbe08491b: Waiting [2023-03-07T21:20:31.811Z] da1a3482a3b2: Waiting [2023-03-07T21:20:31.811Z] c111b9a9dcd5: Waiting [2023-03-07T21:20:31.811Z] f70ee36035b9: Waiting [2023-03-07T21:20:31.811Z] 85e69acba218: Layer already exists [2023-03-07T21:20:31.811Z] b18fab3b7801: Layer already exists [2023-03-07T21:20:31.811Z] 1fe655c5b5c1: Layer already exists [2023-03-07T21:20:31.811Z] 301d418ffa7f: Layer already exists [2023-03-07T21:20:31.811Z] ad22e90cb3f1: Layer already exists [2023-03-07T21:20:31.811Z] eabbbe08491b: Layer already exists [2023-03-07T21:20:31.811Z] c111b9a9dcd5: Layer already exists [2023-03-07T21:20:31.811Z] f70ee36035b9: Layer already exists [2023-03-07T21:20:31.811Z] da1a3482a3b2: Layer already exists [2023-03-07T21:20:32.078Z] 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79: digest: sha256:adfb5a28696b986a4f1b44b722587ea0e86c267250bd9ff7579e870cdd54cdfe size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:20:32.449Z] + 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-07T21:20:32.795Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2023-03-07T21:20:32.796Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-03-07T21:20:32.796Z] 85e69acba218: Preparing [2023-03-07T21:20:32.796Z] ad22e90cb3f1: Preparing [2023-03-07T21:20:32.796Z] 301d418ffa7f: Preparing [2023-03-07T21:20:32.796Z] b18fab3b7801: Preparing [2023-03-07T21:20:32.796Z] 1fe655c5b5c1: Preparing [2023-03-07T21:20:32.796Z] eabbbe08491b: Preparing [2023-03-07T21:20:32.796Z] da1a3482a3b2: Preparing [2023-03-07T21:20:32.796Z] c111b9a9dcd5: Preparing [2023-03-07T21:20:32.796Z] f70ee36035b9: Preparing [2023-03-07T21:20:32.796Z] eabbbe08491b: Waiting [2023-03-07T21:20:32.796Z] da1a3482a3b2: Waiting [2023-03-07T21:20:32.796Z] c111b9a9dcd5: Waiting [2023-03-07T21:20:32.796Z] f70ee36035b9: Waiting [2023-03-07T21:20:32.796Z] 85e69acba218: Layer already exists [2023-03-07T21:20:32.796Z] 301d418ffa7f: Layer already exists [2023-03-07T21:20:32.796Z] b18fab3b7801: Layer already exists [2023-03-07T21:20:32.796Z] 1fe655c5b5c1: Layer already exists [2023-03-07T21:20:32.796Z] ad22e90cb3f1: Layer already exists [2023-03-07T21:20:32.796Z] eabbbe08491b: Layer already exists [2023-03-07T21:20:32.796Z] da1a3482a3b2: Layer already exists [2023-03-07T21:20:32.796Z] c111b9a9dcd5: Layer already exists [2023-03-07T21:20:32.796Z] f70ee36035b9: Layer already exists [2023-03-07T21:20:33.061Z] main: digest: sha256:adfb5a28696b986a4f1b44b722587ea0e86c267250bd9ff7579e870cdd54cdfe size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-07T21:20:33.103Z] ===================================================== [Pipeline] echo [2023-03-07T21:20:33.181Z] taggedImages: [2023-03-07T21:20:33.181Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:20:33.181Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-03-07T21:20:33.181Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.79 [2023-03-07T21:20:33.181Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:20:33.181Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2023-03-07T21:20:33.208Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2023-03-07T21:20:33.208Z] 08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:20:33.208Z] latest [2023-03-07T21:20:33.208Z] 3.0.0-dev.79 [2023-03-07T21:20:33.208Z] 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:20:33.208Z] main [2023-03-07T21:20:33.208Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:20:33.573Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:08ca0edeffa98a49321873a39f0210382b374702 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:20:33.910Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:20:33.910Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-03-07T21:20:33.910Z] 7310942d0f42: Preparing [2023-03-07T21:20:33.910Z] e7b24503b622: Preparing [2023-03-07T21:20:33.910Z] 98cd5793e76f: Preparing [2023-03-07T21:20:33.910Z] d8254152e232: Preparing [2023-03-07T21:20:33.910Z] a8cfdf0cc8ec: Preparing [2023-03-07T21:20:34.177Z] 98cd5793e76f: Layer already exists [2023-03-07T21:20:34.177Z] a8cfdf0cc8ec: Layer already exists [2023-03-07T21:20:34.177Z] 7310942d0f42: Pushed [2023-03-07T21:20:35.633Z] d8254152e232: Pushed [2023-03-07T21:20:39.002Z] e7b24503b622: Pushed [2023-03-07T21:20:39.002Z] 08ca0edeffa98a49321873a39f0210382b374702: digest: sha256:82f85511e19cc472eaf6319cc9664d4de374b902ccef33d26d3b674c36d7d8d3 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:20:39.344Z] + 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-07T21:20:39.680Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-03-07T21:20:39.680Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-03-07T21:20:39.680Z] 7310942d0f42: Preparing [2023-03-07T21:20:39.680Z] e7b24503b622: Preparing [2023-03-07T21:20:39.680Z] 98cd5793e76f: Preparing [2023-03-07T21:20:39.680Z] d8254152e232: Preparing [2023-03-07T21:20:39.680Z] a8cfdf0cc8ec: Preparing [2023-03-07T21:20:39.680Z] a8cfdf0cc8ec: Layer already exists [2023-03-07T21:20:39.680Z] 98cd5793e76f: Layer already exists [2023-03-07T21:20:39.680Z] 7310942d0f42: Layer already exists [2023-03-07T21:20:39.680Z] d8254152e232: Layer already exists [2023-03-07T21:20:39.680Z] e7b24503b622: Layer already exists [2023-03-07T21:20:39.948Z] latest: digest: sha256:82f85511e19cc472eaf6319cc9664d4de374b902ccef33d26d3b674c36d7d8d3 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:20:40.307Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:20:40.654Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.79 [2023-03-07T21:20:40.654Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-03-07T21:20:40.655Z] 7310942d0f42: Preparing [2023-03-07T21:20:40.655Z] e7b24503b622: Preparing [2023-03-07T21:20:40.655Z] 98cd5793e76f: Preparing [2023-03-07T21:20:40.655Z] d8254152e232: Preparing [2023-03-07T21:20:40.655Z] a8cfdf0cc8ec: Preparing [2023-03-07T21:20:40.655Z] a8cfdf0cc8ec: Layer already exists [2023-03-07T21:20:40.655Z] 7310942d0f42: Layer already exists [2023-03-07T21:20:40.655Z] e7b24503b622: Layer already exists [2023-03-07T21:20:40.655Z] 98cd5793e76f: Layer already exists [2023-03-07T21:20:40.655Z] d8254152e232: Layer already exists [2023-03-07T21:20:40.655Z] 3.0.0-dev.79: digest: sha256:82f85511e19cc472eaf6319cc9664d4de374b902ccef33d26d3b674c36d7d8d3 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:20:41.278Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:20:41.623Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:20:41.623Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-03-07T21:20:41.623Z] 7310942d0f42: Preparing [2023-03-07T21:20:41.623Z] e7b24503b622: Preparing [2023-03-07T21:20:41.623Z] 98cd5793e76f: Preparing [2023-03-07T21:20:41.623Z] d8254152e232: Preparing [2023-03-07T21:20:41.623Z] a8cfdf0cc8ec: Preparing [2023-03-07T21:20:41.623Z] a8cfdf0cc8ec: Layer already exists [2023-03-07T21:20:41.623Z] e7b24503b622: Layer already exists [2023-03-07T21:20:41.623Z] 98cd5793e76f: Layer already exists [2023-03-07T21:20:41.623Z] d8254152e232: Layer already exists [2023-03-07T21:20:41.623Z] 7310942d0f42: Layer already exists [2023-03-07T21:20:41.623Z] 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79: digest: sha256:82f85511e19cc472eaf6319cc9664d4de374b902ccef33d26d3b674c36d7d8d3 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:20:42.227Z] + 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-07T21:20:42.562Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2023-03-07T21:20:42.562Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-03-07T21:20:42.562Z] 7310942d0f42: Preparing [2023-03-07T21:20:42.562Z] e7b24503b622: Preparing [2023-03-07T21:20:42.562Z] 98cd5793e76f: Preparing [2023-03-07T21:20:42.562Z] d8254152e232: Preparing [2023-03-07T21:20:42.562Z] a8cfdf0cc8ec: Preparing [2023-03-07T21:20:42.562Z] 98cd5793e76f: Layer already exists [2023-03-07T21:20:42.562Z] d8254152e232: Layer already exists [2023-03-07T21:20:42.562Z] e7b24503b622: Layer already exists [2023-03-07T21:20:42.562Z] a8cfdf0cc8ec: Layer already exists [2023-03-07T21:20:42.562Z] 7310942d0f42: Layer already exists [2023-03-07T21:20:42.829Z] main: digest: sha256:82f85511e19cc472eaf6319cc9664d4de374b902ccef33d26d3b674c36d7d8d3 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-07T21:20:42.876Z] ===================================================== [Pipeline] echo [2023-03-07T21:20:42.882Z] taggedImages: [2023-03-07T21:20:42.882Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:20:42.882Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-03-07T21:20:42.882Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.79 [2023-03-07T21:20:42.882Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:20:42.882Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2023-03-07T21:20:42.896Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2023-03-07T21:20:42.896Z] 08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:20:42.896Z] latest [2023-03-07T21:20:42.896Z] 3.0.0-dev.79 [2023-03-07T21:20:42.896Z] 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:20:42.896Z] main [2023-03-07T21:20:42.896Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:20:43.228Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:08ca0edeffa98a49321873a39f0210382b374702 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:20:43.567Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:20:43.568Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-03-07T21:20:43.568Z] 6a78479a5654: Preparing [2023-03-07T21:20:43.568Z] 7752b871ddd0: Preparing [2023-03-07T21:20:43.568Z] 746fbb514e3e: Preparing [2023-03-07T21:20:43.568Z] c136f4f54946: Preparing [2023-03-07T21:20:43.568Z] 70154670bc17: Preparing [2023-03-07T21:20:43.568Z] 82b7bd337959: Preparing [2023-03-07T21:20:43.568Z] a8cfdf0cc8ec: Preparing [2023-03-07T21:20:43.568Z] 82b7bd337959: Waiting [2023-03-07T21:20:43.568Z] a8cfdf0cc8ec: Waiting [2023-03-07T21:20:43.835Z] 7752b871ddd0: Pushed [2023-03-07T21:20:43.835Z] 6a78479a5654: Pushed [2023-03-07T21:20:43.835Z] 746fbb514e3e: Pushed [2023-03-07T21:20:43.835Z] a8cfdf0cc8ec: Layer already exists [2023-03-07T21:20:44.795Z] 82b7bd337959: Pushed [2023-03-07T21:20:51.440Z] 70154670bc17: Pushed [2023-03-07T21:20:59.638Z] c136f4f54946: Pushed [2023-03-07T21:20:59.638Z] 08ca0edeffa98a49321873a39f0210382b374702: digest: sha256:db4ce7c3a56a1ba7986fb5f56da41069450ce0013580dc9bde85390959c88403 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:20:59.975Z] + 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-07T21:21:00.313Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-03-07T21:21:00.313Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-03-07T21:21:00.313Z] 6a78479a5654: Preparing [2023-03-07T21:21:00.313Z] 7752b871ddd0: Preparing [2023-03-07T21:21:00.313Z] 746fbb514e3e: Preparing [2023-03-07T21:21:00.313Z] c136f4f54946: Preparing [2023-03-07T21:21:00.313Z] 70154670bc17: Preparing [2023-03-07T21:21:00.313Z] 82b7bd337959: Preparing [2023-03-07T21:21:00.313Z] a8cfdf0cc8ec: Preparing [2023-03-07T21:21:00.313Z] 82b7bd337959: Waiting [2023-03-07T21:21:00.313Z] a8cfdf0cc8ec: Waiting [2023-03-07T21:21:00.313Z] 6a78479a5654: Layer already exists [2023-03-07T21:21:00.313Z] c136f4f54946: Layer already exists [2023-03-07T21:21:00.313Z] 746fbb514e3e: Layer already exists [2023-03-07T21:21:00.313Z] 70154670bc17: Layer already exists [2023-03-07T21:21:00.313Z] 7752b871ddd0: Layer already exists [2023-03-07T21:21:00.313Z] a8cfdf0cc8ec: Layer already exists [2023-03-07T21:21:00.313Z] 82b7bd337959: Layer already exists [2023-03-07T21:21:00.579Z] latest: digest: sha256:db4ce7c3a56a1ba7986fb5f56da41069450ce0013580dc9bde85390959c88403 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:21:00.917Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:21:01.252Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.79 [2023-03-07T21:21:01.252Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-03-07T21:21:01.252Z] 6a78479a5654: Preparing [2023-03-07T21:21:01.252Z] 7752b871ddd0: Preparing [2023-03-07T21:21:01.252Z] 746fbb514e3e: Preparing [2023-03-07T21:21:01.252Z] c136f4f54946: Preparing [2023-03-07T21:21:01.252Z] 70154670bc17: Preparing [2023-03-07T21:21:01.252Z] 82b7bd337959: Preparing [2023-03-07T21:21:01.252Z] a8cfdf0cc8ec: Preparing [2023-03-07T21:21:01.252Z] 82b7bd337959: Waiting [2023-03-07T21:21:01.252Z] a8cfdf0cc8ec: Waiting [2023-03-07T21:21:01.252Z] 746fbb514e3e: Layer already exists [2023-03-07T21:21:01.252Z] 6a78479a5654: Layer already exists [2023-03-07T21:21:01.252Z] c136f4f54946: Layer already exists [2023-03-07T21:21:01.252Z] 7752b871ddd0: Layer already exists [2023-03-07T21:21:01.252Z] 70154670bc17: Layer already exists [2023-03-07T21:21:01.252Z] a8cfdf0cc8ec: Layer already exists [2023-03-07T21:21:01.252Z] 82b7bd337959: Layer already exists [2023-03-07T21:21:01.517Z] 3.0.0-dev.79: digest: sha256:db4ce7c3a56a1ba7986fb5f56da41069450ce0013580dc9bde85390959c88403 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:21:01.852Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:21:02.187Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:21:02.187Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-03-07T21:21:02.187Z] 6a78479a5654: Preparing [2023-03-07T21:21:02.187Z] 7752b871ddd0: Preparing [2023-03-07T21:21:02.187Z] 746fbb514e3e: Preparing [2023-03-07T21:21:02.187Z] c136f4f54946: Preparing [2023-03-07T21:21:02.187Z] 70154670bc17: Preparing [2023-03-07T21:21:02.187Z] 82b7bd337959: Preparing [2023-03-07T21:21:02.187Z] a8cfdf0cc8ec: Preparing [2023-03-07T21:21:02.187Z] 82b7bd337959: Waiting [2023-03-07T21:21:02.187Z] a8cfdf0cc8ec: Waiting [2023-03-07T21:21:02.187Z] 6a78479a5654: Layer already exists [2023-03-07T21:21:02.187Z] 7752b871ddd0: Layer already exists [2023-03-07T21:21:02.187Z] 746fbb514e3e: Layer already exists [2023-03-07T21:21:02.187Z] c136f4f54946: Layer already exists [2023-03-07T21:21:02.187Z] 70154670bc17: Layer already exists [2023-03-07T21:21:02.187Z] a8cfdf0cc8ec: Layer already exists [2023-03-07T21:21:02.187Z] 82b7bd337959: Layer already exists [2023-03-07T21:21:02.453Z] 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79: digest: sha256:db4ce7c3a56a1ba7986fb5f56da41069450ce0013580dc9bde85390959c88403 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:21:02.792Z] + 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-07T21:21:03.127Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2023-03-07T21:21:03.127Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-03-07T21:21:03.127Z] 6a78479a5654: Preparing [2023-03-07T21:21:03.127Z] 7752b871ddd0: Preparing [2023-03-07T21:21:03.127Z] 746fbb514e3e: Preparing [2023-03-07T21:21:03.127Z] c136f4f54946: Preparing [2023-03-07T21:21:03.127Z] 70154670bc17: Preparing [2023-03-07T21:21:03.127Z] 82b7bd337959: Preparing [2023-03-07T21:21:03.127Z] a8cfdf0cc8ec: Preparing [2023-03-07T21:21:03.127Z] 82b7bd337959: Waiting [2023-03-07T21:21:03.127Z] a8cfdf0cc8ec: Waiting [2023-03-07T21:21:03.127Z] 70154670bc17: Layer already exists [2023-03-07T21:21:03.127Z] 6a78479a5654: Layer already exists [2023-03-07T21:21:03.127Z] 746fbb514e3e: Layer already exists [2023-03-07T21:21:03.127Z] c136f4f54946: Layer already exists [2023-03-07T21:21:03.127Z] 7752b871ddd0: Layer already exists [2023-03-07T21:21:03.127Z] 82b7bd337959: Layer already exists [2023-03-07T21:21:03.127Z] a8cfdf0cc8ec: Layer already exists [2023-03-07T21:21:03.392Z] main: digest: sha256:db4ce7c3a56a1ba7986fb5f56da41069450ce0013580dc9bde85390959c88403 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-07T21:21:03.435Z] ===================================================== [Pipeline] echo [2023-03-07T21:21:03.441Z] taggedImages: [2023-03-07T21:21:03.441Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:21:03.441Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-03-07T21:21:03.441Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.79 [2023-03-07T21:21:03.441Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:21:03.441Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2023-03-07T21:21:03.456Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2023-03-07T21:21:03.456Z] 08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:21:03.456Z] latest [2023-03-07T21:21:03.456Z] 3.0.0-dev.79 [2023-03-07T21:21:03.456Z] 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:21:03.456Z] main [2023-03-07T21:21:03.456Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:21:03.790Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:08ca0edeffa98a49321873a39f0210382b374702 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:21:04.128Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:21:04.128Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-03-07T21:21:04.128Z] 3f32f2861867: Preparing [2023-03-07T21:21:04.128Z] 96b5d9842ab5: Preparing [2023-03-07T21:21:04.128Z] c2aefa0a77c8: Preparing [2023-03-07T21:21:04.128Z] fc1f67653aeb: Preparing [2023-03-07T21:21:04.128Z] e994e888fb27: Preparing [2023-03-07T21:21:04.128Z] a8cfdf0cc8ec: Preparing [2023-03-07T21:21:04.128Z] a8cfdf0cc8ec: Waiting [2023-03-07T21:21:04.393Z] c2aefa0a77c8: Pushed [2023-03-07T21:21:04.393Z] 96b5d9842ab5: Pushed [2023-03-07T21:21:04.393Z] 3f32f2861867: Pushed [2023-03-07T21:21:04.393Z] a8cfdf0cc8ec: Layer already exists [2023-03-07T21:21:04.977Z] e994e888fb27: Pushed [2023-03-07T21:21:23.183Z] fc1f67653aeb: Pushed [2023-03-07T21:21:23.183Z] 08ca0edeffa98a49321873a39f0210382b374702: digest: sha256:2b041e948f40431890414e69552aed94a8f261dd5ae2068ae6af1bd766e8e2ee size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:21:23.541Z] + 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-07T21:21:23.896Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-03-07T21:21:23.896Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-03-07T21:21:23.896Z] 3f32f2861867: Preparing [2023-03-07T21:21:23.896Z] 96b5d9842ab5: Preparing [2023-03-07T21:21:23.896Z] c2aefa0a77c8: Preparing [2023-03-07T21:21:23.896Z] fc1f67653aeb: Preparing [2023-03-07T21:21:23.896Z] e994e888fb27: Preparing [2023-03-07T21:21:23.896Z] a8cfdf0cc8ec: Preparing [2023-03-07T21:21:23.896Z] a8cfdf0cc8ec: Waiting [2023-03-07T21:21:23.896Z] fc1f67653aeb: Layer already exists [2023-03-07T21:21:23.896Z] c2aefa0a77c8: Layer already exists [2023-03-07T21:21:23.896Z] 3f32f2861867: Layer already exists [2023-03-07T21:21:23.896Z] e994e888fb27: Layer already exists [2023-03-07T21:21:23.896Z] 96b5d9842ab5: Layer already exists [2023-03-07T21:21:23.896Z] a8cfdf0cc8ec: Layer already exists [2023-03-07T21:21:24.164Z] latest: digest: sha256:2b041e948f40431890414e69552aed94a8f261dd5ae2068ae6af1bd766e8e2ee size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:21:24.514Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:21:24.860Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.79 [2023-03-07T21:21:24.860Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-03-07T21:21:24.860Z] 3f32f2861867: Preparing [2023-03-07T21:21:24.860Z] 96b5d9842ab5: Preparing [2023-03-07T21:21:24.860Z] c2aefa0a77c8: Preparing [2023-03-07T21:21:24.860Z] fc1f67653aeb: Preparing [2023-03-07T21:21:24.860Z] e994e888fb27: Preparing [2023-03-07T21:21:24.860Z] a8cfdf0cc8ec: Preparing [2023-03-07T21:21:24.860Z] a8cfdf0cc8ec: Waiting [2023-03-07T21:21:24.861Z] c2aefa0a77c8: Layer already exists [2023-03-07T21:21:24.861Z] e994e888fb27: Layer already exists [2023-03-07T21:21:24.861Z] 3f32f2861867: Layer already exists [2023-03-07T21:21:24.861Z] 96b5d9842ab5: Layer already exists [2023-03-07T21:21:24.861Z] fc1f67653aeb: Layer already exists [2023-03-07T21:21:24.861Z] a8cfdf0cc8ec: Layer already exists [2023-03-07T21:21:25.127Z] 3.0.0-dev.79: digest: sha256:2b041e948f40431890414e69552aed94a8f261dd5ae2068ae6af1bd766e8e2ee size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:21:25.479Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:21:25.821Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:21:25.821Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-03-07T21:21:25.821Z] 3f32f2861867: Preparing [2023-03-07T21:21:25.821Z] 96b5d9842ab5: Preparing [2023-03-07T21:21:25.821Z] c2aefa0a77c8: Preparing [2023-03-07T21:21:25.821Z] fc1f67653aeb: Preparing [2023-03-07T21:21:25.821Z] e994e888fb27: Preparing [2023-03-07T21:21:25.821Z] a8cfdf0cc8ec: Preparing [2023-03-07T21:21:25.821Z] a8cfdf0cc8ec: Waiting [2023-03-07T21:21:25.821Z] e994e888fb27: Layer already exists [2023-03-07T21:21:25.821Z] c2aefa0a77c8: Layer already exists [2023-03-07T21:21:25.821Z] 96b5d9842ab5: Layer already exists [2023-03-07T21:21:25.821Z] fc1f67653aeb: Layer already exists [2023-03-07T21:21:25.821Z] 3f32f2861867: Layer already exists [2023-03-07T21:21:25.821Z] a8cfdf0cc8ec: Layer already exists [2023-03-07T21:21:26.087Z] 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79: digest: sha256:2b041e948f40431890414e69552aed94a8f261dd5ae2068ae6af1bd766e8e2ee size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:21:26.439Z] + 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-07T21:21:26.783Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2023-03-07T21:21:26.783Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-03-07T21:21:26.783Z] 3f32f2861867: Preparing [2023-03-07T21:21:26.783Z] 96b5d9842ab5: Preparing [2023-03-07T21:21:26.783Z] c2aefa0a77c8: Preparing [2023-03-07T21:21:26.783Z] fc1f67653aeb: Preparing [2023-03-07T21:21:26.783Z] e994e888fb27: Preparing [2023-03-07T21:21:26.783Z] a8cfdf0cc8ec: Preparing [2023-03-07T21:21:26.783Z] a8cfdf0cc8ec: Waiting [2023-03-07T21:21:26.783Z] 96b5d9842ab5: Layer already exists [2023-03-07T21:21:26.783Z] e994e888fb27: Layer already exists [2023-03-07T21:21:26.783Z] 3f32f2861867: Layer already exists [2023-03-07T21:21:26.783Z] fc1f67653aeb: Layer already exists [2023-03-07T21:21:26.783Z] c2aefa0a77c8: Layer already exists [2023-03-07T21:21:26.783Z] a8cfdf0cc8ec: Layer already exists [2023-03-07T21:21:27.049Z] main: digest: sha256:2b041e948f40431890414e69552aed94a8f261dd5ae2068ae6af1bd766e8e2ee size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-07T21:21:27.100Z] ===================================================== [Pipeline] echo [2023-03-07T21:21:27.106Z] taggedImages: [2023-03-07T21:21:27.106Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:21:27.106Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-03-07T21:21:27.106Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.79 [2023-03-07T21:21:27.106Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:21:27.106Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2023-03-07T21:21:27.121Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2023-03-07T21:21:27.121Z] 08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:21:27.121Z] latest [2023-03-07T21:21:27.121Z] 3.0.0-dev.79 [2023-03-07T21:21:27.121Z] 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:21:27.121Z] main [2023-03-07T21:21:27.121Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:21:27.455Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:08ca0edeffa98a49321873a39f0210382b374702 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:21:27.789Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:21:27.790Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-03-07T21:21:27.790Z] b86374bf1a8e: Preparing [2023-03-07T21:21:27.790Z] 51f46beced4e: Preparing [2023-03-07T21:21:27.790Z] cc755e7e86c5: Preparing [2023-03-07T21:21:27.790Z] fc789a796e3a: Preparing [2023-03-07T21:21:27.790Z] 82b7bd337959: Preparing [2023-03-07T21:21:27.790Z] a8cfdf0cc8ec: Preparing [2023-03-07T21:21:27.790Z] a8cfdf0cc8ec: Waiting [2023-03-07T21:21:27.790Z] 82b7bd337959: Layer already exists [2023-03-07T21:21:28.058Z] a8cfdf0cc8ec: Layer already exists [2023-03-07T21:21:28.058Z] b86374bf1a8e: Pushed [2023-03-07T21:21:28.058Z] cc755e7e86c5: Pushed [2023-03-07T21:21:28.058Z] 51f46beced4e: Pushed [2023-03-07T21:21:46.262Z] fc789a796e3a: Pushed [2023-03-07T21:21:46.262Z] 08ca0edeffa98a49321873a39f0210382b374702: digest: sha256:97857aab77bf7f878569c156dad253029190f13236aa3feca67cf1ee63ac6dba size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:21:46.600Z] + 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-07T21:21:46.935Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-03-07T21:21:46.935Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-03-07T21:21:46.935Z] b86374bf1a8e: Preparing [2023-03-07T21:21:46.935Z] 51f46beced4e: Preparing [2023-03-07T21:21:46.935Z] cc755e7e86c5: Preparing [2023-03-07T21:21:46.935Z] fc789a796e3a: Preparing [2023-03-07T21:21:46.935Z] 82b7bd337959: Preparing [2023-03-07T21:21:46.935Z] a8cfdf0cc8ec: Preparing [2023-03-07T21:21:46.935Z] a8cfdf0cc8ec: Waiting [2023-03-07T21:21:46.935Z] 51f46beced4e: Layer already exists [2023-03-07T21:21:46.935Z] b86374bf1a8e: Layer already exists [2023-03-07T21:21:46.935Z] cc755e7e86c5: Layer already exists [2023-03-07T21:21:46.935Z] fc789a796e3a: Layer already exists [2023-03-07T21:21:46.936Z] 82b7bd337959: Layer already exists [2023-03-07T21:21:46.936Z] a8cfdf0cc8ec: Layer already exists [2023-03-07T21:21:47.202Z] latest: digest: sha256:97857aab77bf7f878569c156dad253029190f13236aa3feca67cf1ee63ac6dba size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:21:47.542Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:21:47.879Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.79 [2023-03-07T21:21:47.879Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-03-07T21:21:47.879Z] b86374bf1a8e: Preparing [2023-03-07T21:21:47.879Z] 51f46beced4e: Preparing [2023-03-07T21:21:47.879Z] cc755e7e86c5: Preparing [2023-03-07T21:21:47.879Z] fc789a796e3a: Preparing [2023-03-07T21:21:47.879Z] 82b7bd337959: Preparing [2023-03-07T21:21:47.879Z] a8cfdf0cc8ec: Preparing [2023-03-07T21:21:47.879Z] cc755e7e86c5: Layer already exists [2023-03-07T21:21:47.879Z] fc789a796e3a: Layer already exists [2023-03-07T21:21:47.879Z] 82b7bd337959: Layer already exists [2023-03-07T21:21:47.879Z] 51f46beced4e: Layer already exists [2023-03-07T21:21:47.879Z] b86374bf1a8e: Layer already exists [2023-03-07T21:21:47.879Z] a8cfdf0cc8ec: Layer already exists [2023-03-07T21:21:48.154Z] 3.0.0-dev.79: digest: sha256:97857aab77bf7f878569c156dad253029190f13236aa3feca67cf1ee63ac6dba size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:21:48.493Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:21:48.831Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:21:48.831Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-03-07T21:21:48.831Z] b86374bf1a8e: Preparing [2023-03-07T21:21:48.831Z] 51f46beced4e: Preparing [2023-03-07T21:21:48.831Z] cc755e7e86c5: Preparing [2023-03-07T21:21:48.831Z] fc789a796e3a: Preparing [2023-03-07T21:21:48.831Z] 82b7bd337959: Preparing [2023-03-07T21:21:48.831Z] a8cfdf0cc8ec: Preparing [2023-03-07T21:21:48.831Z] a8cfdf0cc8ec: Waiting [2023-03-07T21:21:48.831Z] 82b7bd337959: Layer already exists [2023-03-07T21:21:48.831Z] 51f46beced4e: Layer already exists [2023-03-07T21:21:48.831Z] b86374bf1a8e: Layer already exists [2023-03-07T21:21:48.831Z] cc755e7e86c5: Layer already exists [2023-03-07T21:21:48.831Z] fc789a796e3a: Layer already exists [2023-03-07T21:21:48.831Z] a8cfdf0cc8ec: Layer already exists [2023-03-07T21:21:49.099Z] 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79: digest: sha256:97857aab77bf7f878569c156dad253029190f13236aa3feca67cf1ee63ac6dba size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:21:49.439Z] + 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-07T21:21:49.772Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2023-03-07T21:21:49.772Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-03-07T21:21:49.772Z] b86374bf1a8e: Preparing [2023-03-07T21:21:49.772Z] 51f46beced4e: Preparing [2023-03-07T21:21:49.772Z] cc755e7e86c5: Preparing [2023-03-07T21:21:49.772Z] fc789a796e3a: Preparing [2023-03-07T21:21:49.772Z] 82b7bd337959: Preparing [2023-03-07T21:21:49.772Z] a8cfdf0cc8ec: Preparing [2023-03-07T21:21:49.772Z] a8cfdf0cc8ec: Waiting [2023-03-07T21:21:49.772Z] 51f46beced4e: Layer already exists [2023-03-07T21:21:49.772Z] cc755e7e86c5: Layer already exists [2023-03-07T21:21:49.772Z] 82b7bd337959: Layer already exists [2023-03-07T21:21:49.772Z] fc789a796e3a: Layer already exists [2023-03-07T21:21:49.772Z] b86374bf1a8e: Layer already exists [2023-03-07T21:21:49.773Z] a8cfdf0cc8ec: Layer already exists [2023-03-07T21:21:50.038Z] main: digest: sha256:97857aab77bf7f878569c156dad253029190f13236aa3feca67cf1ee63ac6dba size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-07T21:21:50.080Z] ===================================================== [Pipeline] echo [2023-03-07T21:21:50.086Z] taggedImages: [2023-03-07T21:21:50.086Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:21:50.086Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-03-07T21:21:50.086Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.79 [2023-03-07T21:21:50.086Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:21:50.086Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2023-03-07T21:21:50.101Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2023-03-07T21:21:50.101Z] 08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:21:50.101Z] latest [2023-03-07T21:21:50.101Z] 3.0.0-dev.79 [2023-03-07T21:21:50.101Z] 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:21:50.101Z] main [2023-03-07T21:21:50.101Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:21:50.430Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:08ca0edeffa98a49321873a39f0210382b374702 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:21:50.764Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:21:50.764Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-03-07T21:21:50.764Z] bf7debda535d: Preparing [2023-03-07T21:21:50.764Z] c6b95312d168: Preparing [2023-03-07T21:21:50.764Z] 98cd5793e76f: Preparing [2023-03-07T21:21:50.764Z] c5024754c42d: Preparing [2023-03-07T21:21:50.764Z] f70ee36035b9: Preparing [2023-03-07T21:21:50.764Z] 98cd5793e76f: Layer already exists [2023-03-07T21:21:50.764Z] f70ee36035b9: Layer already exists [2023-03-07T21:21:51.029Z] bf7debda535d: Pushed [2023-03-07T21:21:51.295Z] c5024754c42d: Pushed [2023-03-07T21:21:57.941Z] c6b95312d168: Pushed [2023-03-07T21:21:57.942Z] 08ca0edeffa98a49321873a39f0210382b374702: digest: sha256:b53966301ffe6120c6d41484654fb98bb9e7f2c76514dbe9652d00e3945c7121 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:21:58.288Z] + 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-07T21:21:58.636Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-03-07T21:21:58.636Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-03-07T21:21:58.636Z] bf7debda535d: Preparing [2023-03-07T21:21:58.636Z] c6b95312d168: Preparing [2023-03-07T21:21:58.637Z] 98cd5793e76f: Preparing [2023-03-07T21:21:58.637Z] c5024754c42d: Preparing [2023-03-07T21:21:58.637Z] f70ee36035b9: Preparing [2023-03-07T21:21:58.637Z] bf7debda535d: Layer already exists [2023-03-07T21:21:58.637Z] c6b95312d168: Layer already exists [2023-03-07T21:21:58.637Z] f70ee36035b9: Layer already exists [2023-03-07T21:21:58.637Z] 98cd5793e76f: Layer already exists [2023-03-07T21:21:58.637Z] c5024754c42d: Layer already exists [2023-03-07T21:21:58.903Z] latest: digest: sha256:b53966301ffe6120c6d41484654fb98bb9e7f2c76514dbe9652d00e3945c7121 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:21:59.251Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:21:59.582Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.79 [2023-03-07T21:21:59.582Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-03-07T21:21:59.582Z] bf7debda535d: Preparing [2023-03-07T21:21:59.582Z] c6b95312d168: Preparing [2023-03-07T21:21:59.582Z] 98cd5793e76f: Preparing [2023-03-07T21:21:59.582Z] c5024754c42d: Preparing [2023-03-07T21:21:59.582Z] f70ee36035b9: Preparing [2023-03-07T21:21:59.582Z] c5024754c42d: Layer already exists [2023-03-07T21:21:59.582Z] f70ee36035b9: Layer already exists [2023-03-07T21:21:59.582Z] 98cd5793e76f: Layer already exists [2023-03-07T21:21:59.582Z] bf7debda535d: Layer already exists [2023-03-07T21:21:59.582Z] c6b95312d168: Layer already exists [2023-03-07T21:21:59.849Z] 3.0.0-dev.79: digest: sha256:b53966301ffe6120c6d41484654fb98bb9e7f2c76514dbe9652d00e3945c7121 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:22:00.193Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:22:00.529Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:22:00.530Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-03-07T21:22:00.530Z] bf7debda535d: Preparing [2023-03-07T21:22:00.530Z] c6b95312d168: Preparing [2023-03-07T21:22:00.530Z] 98cd5793e76f: Preparing [2023-03-07T21:22:00.530Z] c5024754c42d: Preparing [2023-03-07T21:22:00.530Z] f70ee36035b9: Preparing [2023-03-07T21:22:00.530Z] f70ee36035b9: Layer already exists [2023-03-07T21:22:00.530Z] c5024754c42d: Layer already exists [2023-03-07T21:22:00.530Z] 98cd5793e76f: Layer already exists [2023-03-07T21:22:00.530Z] bf7debda535d: Layer already exists [2023-03-07T21:22:00.530Z] c6b95312d168: Layer already exists [2023-03-07T21:22:00.530Z] 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79: digest: sha256:b53966301ffe6120c6d41484654fb98bb9e7f2c76514dbe9652d00e3945c7121 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:22:01.133Z] + 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-07T21:22:01.484Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2023-03-07T21:22:01.484Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-03-07T21:22:01.484Z] bf7debda535d: Preparing [2023-03-07T21:22:01.484Z] c6b95312d168: Preparing [2023-03-07T21:22:01.484Z] 98cd5793e76f: Preparing [2023-03-07T21:22:01.484Z] c5024754c42d: Preparing [2023-03-07T21:22:01.484Z] f70ee36035b9: Preparing [2023-03-07T21:22:01.484Z] 98cd5793e76f: Layer already exists [2023-03-07T21:22:01.484Z] bf7debda535d: Layer already exists [2023-03-07T21:22:01.484Z] f70ee36035b9: Layer already exists [2023-03-07T21:22:01.484Z] c6b95312d168: Layer already exists [2023-03-07T21:22:01.484Z] c5024754c42d: Layer already exists [2023-03-07T21:22:01.750Z] main: digest: sha256:b53966301ffe6120c6d41484654fb98bb9e7f2c76514dbe9652d00e3945c7121 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-07T21:22:01.801Z] ===================================================== [Pipeline] echo [2023-03-07T21:22:01.811Z] taggedImages: [2023-03-07T21:22:01.811Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:22:01.811Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-03-07T21:22:01.811Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.79 [2023-03-07T21:22:01.811Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:22:01.811Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2023-03-07T21:22:01.836Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2023-03-07T21:22:01.836Z] 08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:22:01.836Z] latest [2023-03-07T21:22:01.836Z] 3.0.0-dev.79 [2023-03-07T21:22:01.836Z] 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:22:01.836Z] main [2023-03-07T21:22:01.836Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:22:02.177Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:08ca0edeffa98a49321873a39f0210382b374702 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:22:02.563Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:22:02.563Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-03-07T21:22:02.563Z] febfb49d8673: Preparing [2023-03-07T21:22:02.563Z] 56d92b25774e: Preparing [2023-03-07T21:22:02.563Z] 98cd5793e76f: Preparing [2023-03-07T21:22:02.563Z] 7e335ebd7e40: Preparing [2023-03-07T21:22:02.563Z] f70ee36035b9: Preparing [2023-03-07T21:22:02.563Z] f70ee36035b9: Layer already exists [2023-03-07T21:22:02.563Z] 7e335ebd7e40: Layer already exists [2023-03-07T21:22:02.563Z] 98cd5793e76f: Layer already exists [2023-03-07T21:22:02.841Z] febfb49d8673: Pushed [2023-03-07T21:22:09.537Z] 56d92b25774e: Pushed [2023-03-07T21:22:09.537Z] 08ca0edeffa98a49321873a39f0210382b374702: digest: sha256:7a700dc49fca942df6ee26bb63b44cf0e7aadcf31602c1d6c17aff2ad679c3f9 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:22:09.877Z] + 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-07T21:22:10.222Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-03-07T21:22:10.222Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-03-07T21:22:10.222Z] febfb49d8673: Preparing [2023-03-07T21:22:10.222Z] 56d92b25774e: Preparing [2023-03-07T21:22:10.222Z] 98cd5793e76f: Preparing [2023-03-07T21:22:10.222Z] 7e335ebd7e40: Preparing [2023-03-07T21:22:10.222Z] f70ee36035b9: Preparing [2023-03-07T21:22:10.222Z] f70ee36035b9: Layer already exists [2023-03-07T21:22:10.222Z] 56d92b25774e: Layer already exists [2023-03-07T21:22:10.222Z] 98cd5793e76f: Layer already exists [2023-03-07T21:22:10.222Z] febfb49d8673: Layer already exists [2023-03-07T21:22:10.222Z] 7e335ebd7e40: Layer already exists [2023-03-07T21:22:10.489Z] latest: digest: sha256:7a700dc49fca942df6ee26bb63b44cf0e7aadcf31602c1d6c17aff2ad679c3f9 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:22:10.840Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:22:11.184Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.79 [2023-03-07T21:22:11.184Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-03-07T21:22:11.184Z] febfb49d8673: Preparing [2023-03-07T21:22:11.184Z] 56d92b25774e: Preparing [2023-03-07T21:22:11.184Z] 98cd5793e76f: Preparing [2023-03-07T21:22:11.184Z] 7e335ebd7e40: Preparing [2023-03-07T21:22:11.184Z] f70ee36035b9: Preparing [2023-03-07T21:22:11.184Z] 56d92b25774e: Layer already exists [2023-03-07T21:22:11.184Z] f70ee36035b9: Layer already exists [2023-03-07T21:22:11.184Z] 7e335ebd7e40: Layer already exists [2023-03-07T21:22:11.184Z] febfb49d8673: Layer already exists [2023-03-07T21:22:11.184Z] 98cd5793e76f: Layer already exists [2023-03-07T21:22:11.184Z] 3.0.0-dev.79: digest: sha256:7a700dc49fca942df6ee26bb63b44cf0e7aadcf31602c1d6c17aff2ad679c3f9 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:22:11.803Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:22:12.146Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:22:12.146Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-03-07T21:22:12.146Z] febfb49d8673: Preparing [2023-03-07T21:22:12.146Z] 56d92b25774e: Preparing [2023-03-07T21:22:12.146Z] 98cd5793e76f: Preparing [2023-03-07T21:22:12.146Z] 7e335ebd7e40: Preparing [2023-03-07T21:22:12.146Z] f70ee36035b9: Preparing [2023-03-07T21:22:12.146Z] 98cd5793e76f: Layer already exists [2023-03-07T21:22:12.146Z] febfb49d8673: Layer already exists [2023-03-07T21:22:12.146Z] 7e335ebd7e40: Layer already exists [2023-03-07T21:22:12.146Z] 56d92b25774e: Layer already exists [2023-03-07T21:22:12.146Z] f70ee36035b9: Layer already exists [2023-03-07T21:22:12.146Z] 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79: digest: sha256:7a700dc49fca942df6ee26bb63b44cf0e7aadcf31602c1d6c17aff2ad679c3f9 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:22:12.764Z] + 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-07T21:22:13.107Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2023-03-07T21:22:13.107Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-03-07T21:22:13.107Z] febfb49d8673: Preparing [2023-03-07T21:22:13.107Z] 56d92b25774e: Preparing [2023-03-07T21:22:13.107Z] 98cd5793e76f: Preparing [2023-03-07T21:22:13.107Z] 7e335ebd7e40: Preparing [2023-03-07T21:22:13.107Z] f70ee36035b9: Preparing [2023-03-07T21:22:13.107Z] 98cd5793e76f: Layer already exists [2023-03-07T21:22:13.107Z] f70ee36035b9: Layer already exists [2023-03-07T21:22:13.107Z] 56d92b25774e: Layer already exists [2023-03-07T21:22:13.107Z] 7e335ebd7e40: Layer already exists [2023-03-07T21:22:13.107Z] febfb49d8673: Layer already exists [2023-03-07T21:22:13.373Z] main: digest: sha256:7a700dc49fca942df6ee26bb63b44cf0e7aadcf31602c1d6c17aff2ad679c3f9 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-07T21:22:13.426Z] ===================================================== [Pipeline] echo [2023-03-07T21:22:13.437Z] taggedImages: [2023-03-07T21:22:13.437Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:08ca0edeffa98a49321873a39f0210382b374702 [2023-03-07T21:22:13.437Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-03-07T21:22:13.437Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.79 [2023-03-07T21:22:13.437Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [2023-03-07T21:22:13.437Z] - 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-07T21:22:13.809Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-07T21:22:13.809Z] [2023-03-07T21:22:13.809Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:22:14.173Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-07T21:22:14.173Z] arm64: Pulling from edgex-lftools-log-publisher [2023-03-07T21:22:14.173Z] 8998bd30e6a1: Pulling fs layer [2023-03-07T21:22:14.173Z] 04944245beec: Pulling fs layer [2023-03-07T21:22:14.173Z] 699f458cf7ca: Pulling fs layer [2023-03-07T21:22:14.173Z] 765212b225bb: Pulling fs layer [2023-03-07T21:22:14.173Z] f23df028b6ca: Pulling fs layer [2023-03-07T21:22:14.173Z] d65c8cfc05b1: Pulling fs layer [2023-03-07T21:22:14.173Z] 2437ff75d9bd: Pulling fs layer [2023-03-07T21:22:14.173Z] 765212b225bb: Waiting [2023-03-07T21:22:14.173Z] f23df028b6ca: Waiting [2023-03-07T21:22:14.173Z] d65c8cfc05b1: Waiting [2023-03-07T21:22:14.173Z] 2437ff75d9bd: Waiting [2023-03-07T21:22:14.442Z] 04944245beec: Verifying Checksum [2023-03-07T21:22:14.442Z] 04944245beec: Download complete [2023-03-07T21:22:14.442Z] 765212b225bb: Verifying Checksum [2023-03-07T21:22:14.442Z] 765212b225bb: Download complete [2023-03-07T21:22:14.442Z] f23df028b6ca: Verifying Checksum [2023-03-07T21:22:14.442Z] f23df028b6ca: Download complete [2023-03-07T21:22:14.442Z] d65c8cfc05b1: Verifying Checksum [2023-03-07T21:22:14.442Z] d65c8cfc05b1: Download complete [2023-03-07T21:22:14.710Z] 699f458cf7ca: Verifying Checksum [2023-03-07T21:22:14.710Z] 699f458cf7ca: Download complete [2023-03-07T21:22:15.294Z] 8998bd30e6a1: Verifying Checksum [2023-03-07T21:22:15.294Z] 8998bd30e6a1: Download complete [2023-03-07T21:22:17.874Z] 2437ff75d9bd: Verifying Checksum [2023-03-07T21:22:17.874Z] 2437ff75d9bd: Download complete [2023-03-07T21:22:19.287Z] 8998bd30e6a1: Pull complete [2023-03-07T21:22:19.870Z] 04944245beec: Pull complete [2023-03-07T21:22:21.280Z] 699f458cf7ca: Pull complete [2023-03-07T21:22:21.548Z] 765212b225bb: Pull complete [2023-03-07T21:22:22.510Z] f23df028b6ca: Pull complete [2023-03-07T21:22:22.510Z] d65c8cfc05b1: Pull complete [2023-03-07T21:22:37.505Z] 2437ff75d9bd: Pull complete [2023-03-07T21:22:37.505Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-03-07T21:22:37.505Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-07T21:22:37.505Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-07T21:22:37.704Z] prd-ubuntu20.04-docker-arm64-4c-16g-8641 does not seem to be running inside a container [2023-03-07T21:22:37.757Z] $ 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/440 -v /w/workspace/edgex-go/440:/w/workspace/edgex-go/440:rw,z -v /w/workspace/edgex-go/440@tmp:/w/workspace/edgex-go/440@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-07T21:22:40.731Z] $ docker top 45ab12b6237ac30d8dee133c65fd37886111931629403f10a9fcca5ed58b7a71 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-07T21:22:41.675Z] ---> job-cost.sh [2023-03-07T21:22:41.675Z] lf-activate-venv: SKIPPING [2023-03-07T21:22:41.675Z] INFO: No Stack... [2023-03-07T21:22:42.258Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-03-07T21:22:42.840Z] INFO: Archiving Costs [Pipeline] sh [2023-03-07T21:22:43.477Z] + cat /w/workspace/edgex-go/440/archives/cost.csv [2023-03-07T21:22:43.477Z] + cut -d, -f6 [Pipeline] lock [2023-03-07T21:22:43.561Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-440-stack-cost] [2023-03-07T21:22:43.570Z] Resource [jenkins-edgexfoundry-edgex-go-main-440-stack-cost] did not exist. Created. [2023-03-07T21:22:43.570Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-main-440-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-07T21:22:44.213Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-03-07T21:22:44.904Z] Stashed 1 file(s) [Pipeline] } [2023-03-07T21:22:44.912Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-main-440-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-07T21:22:44.918Z] $ docker stop --time=1 45ab12b6237ac30d8dee133c65fd37886111931629403f10a9fcca5ed58b7a71 [2023-03-07T21:22:46.483Z] $ docker rm -f --volumes 45ab12b6237ac30d8dee133c65fd37886111931629403f10a9fcca5ed58b7a71 [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-07T21:22:46.961Z] provisioning config files... [2023-03-07T21:22:46.969Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/440@tmp/config1557803018777533184tmp [Pipeline] { [Pipeline] sh [2023-03-07T21:22:47.263Z] + set +x [2023-03-07T21:22:47.263Z] + + curl -sbash https://codecov.io/bash -s [2023-03-07T21:22:47.263Z] -- [2023-03-07T21:22:47.263Z] [2023-03-07T21:22:47.263Z] _____ _ [2023-03-07T21:22:47.263Z] / ____| | | [2023-03-07T21:22:47.263Z] | | ___ __| | ___ ___ _____ __ [2023-03-07T21:22:47.263Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-03-07T21:22:47.263Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-03-07T21:22:47.263Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-03-07T21:22:47.263Z] Bash-1.0.6 [2023-03-07T21:22:47.263Z] [2023-03-07T21:22:47.263Z] [2023-03-07T21:22:47.263Z] ==> git version 2.25.1 found [2023-03-07T21:22:47.264Z] ==> 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-07T21:22:47.264Z] Release-Date: 2020-01-08 [2023-03-07T21:22:47.264Z] 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-07T21:22:47.264Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-03-07T21:22:47.264Z] ==> Jenkins CI detected. [2023-03-07T21:22:47.264Z] current dir:  /w/workspace/edgex-go/440 [2023-03-07T21:22:47.264Z] project root: . [2023-03-07T21:22:47.264Z] --> token set from env [2023-03-07T21:22:47.264Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-03-07T21:22:47.264Z] ==> Running gcov in . (disable via -X gcov) [2023-03-07T21:22:47.264Z] ==> Python coveragepy not found [2023-03-07T21:22:47.264Z] ==> Searching for coverage reports in: [2023-03-07T21:22:47.264Z] + . [2023-03-07T21:22:47.264Z] -> Found 1 reports [2023-03-07T21:22:47.264Z] ==> Detecting git/mercurial file structure [2023-03-07T21:22:47.522Z] ==> Reading reports [2023-03-07T21:22:47.522Z] + ./coverage.out bytes=446903 [2023-03-07T21:22:47.522Z] ==> Appending adjustments [2023-03-07T21:22:47.522Z] https://docs.codecov.io/docs/fixing-reports [2023-03-07T21:22:48.460Z] + Found adjustments [2023-03-07T21:22:48.460Z] ==> Gzipping contents [2023-03-07T21:22:48.460Z] 60K /tmp/codecov.w855zE.gz [2023-03-07T21:22:48.460Z] ==> Uploading reports [2023-03-07T21:22:48.460Z] url: https://codecov.io [2023-03-07T21:22:48.460Z] query: branch=main&commit=08ca0edeffa98a49321873a39f0210382b374702&build=440&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F440%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-07T21:22:48.460Z] -> Pinging Codecov [2023-03-07T21:22:48.460Z] 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=08ca0edeffa98a49321873a39f0210382b374702&build=440&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F440%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-07T21:22:48.719Z] -> Uploading to [2023-03-07T21:22:48.719Z] https://storage.googleapis.com/codecov/v4/raw/2023-03-07/00271124DB129430A58F1EEE437C3FCB/08ca0edeffa98a49321873a39f0210382b374702/365c7aff-8b1a-4cb5-aadb-3b8369807497.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230307%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230307T212248Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=808a9bf64f034f9a47b030c984f434334f70054300be1d4562644f01ff0c5566 [2023-03-07T21:22:48.719Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-07T21:22:48.719Z] Dload Upload Total Spent Left Speed [2023-03-07T21:22:48.978Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58210 0 0 100 58210 0 221k --:--:-- --:--:-- --:--:-- 221k [2023-03-07T21:22:48.978Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/08ca0edeffa98a49321873a39f0210382b374702 [Pipeline] } [2023-03-07T21:22:48.985Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2023-03-07T21:22:49.163Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-03-07T21:22:49.172Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:22:49.460Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-07T21:22:49.460Z] [2023-03-07T21:22:49.460Z] 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-07T21:22:49.752Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-07T21:22:49.752Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-03-07T21:22:49.752Z] df9b9388f04a: Pulling fs layer [2023-03-07T21:22:49.752Z] 52dc419b0ee2: Pulling fs layer [2023-03-07T21:22:49.752Z] 25bc292e5bac: Pulling fs layer [2023-03-07T21:22:49.752Z] 114826534d7a: Pulling fs layer [2023-03-07T21:22:49.752Z] 4657fd5d0bcf: Pulling fs layer [2023-03-07T21:22:49.752Z] 6ad1cebc031e: Pulling fs layer [2023-03-07T21:22:49.752Z] 8a3aa393b2d8: Pulling fs layer [2023-03-07T21:22:49.752Z] 114826534d7a: Waiting [2023-03-07T21:22:49.752Z] 4657fd5d0bcf: Waiting [2023-03-07T21:22:49.752Z] 6ad1cebc031e: Waiting [2023-03-07T21:22:49.752Z] 8a3aa393b2d8: Waiting [2023-03-07T21:22:49.752Z] 25bc292e5bac: Verifying Checksum [2023-03-07T21:22:49.752Z] 25bc292e5bac: Download complete [2023-03-07T21:22:49.752Z] 52dc419b0ee2: Verifying Checksum [2023-03-07T21:22:49.752Z] 52dc419b0ee2: Download complete [2023-03-07T21:22:49.752Z] 4657fd5d0bcf: Verifying Checksum [2023-03-07T21:22:49.752Z] 4657fd5d0bcf: Download complete [2023-03-07T21:22:49.752Z] df9b9388f04a: Download complete [2023-03-07T21:22:50.011Z] df9b9388f04a: Pull complete [2023-03-07T21:22:50.011Z] 6ad1cebc031e: Verifying Checksum [2023-03-07T21:22:50.011Z] 6ad1cebc031e: Download complete [2023-03-07T21:22:50.011Z] 52dc419b0ee2: Pull complete [2023-03-07T21:22:50.276Z] 25bc292e5bac: Pull complete [2023-03-07T21:22:50.842Z] 114826534d7a: Verifying Checksum [2023-03-07T21:22:50.842Z] 114826534d7a: Download complete [2023-03-07T21:22:50.842Z] 8a3aa393b2d8: Verifying Checksum [2023-03-07T21:22:50.842Z] 8a3aa393b2d8: Download complete [2023-03-07T21:22:55.018Z] 114826534d7a: Pull complete [2023-03-07T21:22:55.018Z] 4657fd5d0bcf: Pull complete [2023-03-07T21:22:55.275Z] 6ad1cebc031e: Pull complete [2023-03-07T21:22:58.554Z] 8a3aa393b2d8: Pull complete [2023-03-07T21:22:58.554Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-03-07T21:22:58.554Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-07T21:22:58.554Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-07T21:22:58.636Z] prd-ubuntu20.04-docker-8c-8g-8638 does not seem to be running inside a container [2023-03-07T21:22:58.677Z] $ 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/440 -v /w/workspace/edgex-go/440:/w/workspace/edgex-go/440:rw,z -v /w/workspace/edgex-go/440@tmp:/w/workspace/edgex-go/440@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-07T21:23:04.755Z] $ docker top f4dcc38afb5e4248c92dfde9b0d58c41cc358d8ff0527d793f28605d0b33e1f2 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-03-07T21:23:04.807Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2023-03-07T21:23:05.080Z] + set -o pipefail [2023-03-07T21:23:05.080Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2023-03-07T21:23:11.657Z] [2023-03-07T21:23:11.657Z] Monitoring /w/workspace/edgex-go/440 (github.com/edgexfoundry/edgex-go)... [2023-03-07T21:23:11.657Z] [2023-03-07T21:23:11.657Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/363d0941-f944-4ba0-83ed-2d1974ee189b [2023-03-07T21:23:11.657Z] [2023-03-07T21:23:11.657Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-03-07T21:23:11.657Z] [2023-03-07T21:23:11.657Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-03-07T21:23:11.657Z] [2023-03-07T21:23:11.657Z] [2023-03-07T21:23:11.657Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-03-07T21:23:11.657Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-03-07T21:23:11.657Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-03-07T21:23:11.680Z] $ docker stop --time=1 f4dcc38afb5e4248c92dfde9b0d58c41cc358d8ff0527d793f28605d0b33e1f2 [2023-03-07T21:23:15.171Z] $ docker rm -f --volumes f4dcc38afb5e4248c92dfde9b0d58c41cc358d8ff0527d793f28605d0b33e1f2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2023-03-07T21:23:15.532Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-07T21:23:15.542Z] provisioning config files... [2023-03-07T21:23:15.549Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/440@tmp/config14166300582234031071tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-07T21:23:15.840Z] --> edgex-publish-swagger.sh [2023-03-07T21:23:15.840Z] === Publish openapi/v3 API === [2023-03-07T21:23:15.840Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2023-03-07T21:23:15.840Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/440/openapi/v3/core-command.yaml] [2023-03-07T21:23:15.840Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-07T21:23:15.840Z] Dload Upload Total Spent Left Speed [2023-03-07T21:23:16.406Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29030 0 0 100 29030 0 46898 --:--:-- --:--:-- --:--:-- 46898 [2023-03-07T21:23:16.406Z] [2023-03-07T21:23:16.406Z] [2023-03-07T21:23:16.406Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/440/openapi/v3/core-data.yaml] [2023-03-07T21:23:16.406Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-07T21:23:16.406Z] Dload Upload Total Spent Left Speed [2023-03-07T21:23:16.972Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 69110 0 0 100 69110 0 135k --:--:-- --:--:-- --:--:-- 135k 100 69110 0 0 100 69110 0 135k --:--:-- --:--:-- --:--:-- 135k [2023-03-07T21:23:16.972Z] [2023-03-07T21:23:16.972Z] [2023-03-07T21:23:16.972Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/440/openapi/v3/core-metadata.yaml] [2023-03-07T21:23:16.972Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-07T21:23:16.972Z] Dload Upload Total Spent Left Speed [2023-03-07T21:23:17.231Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 140k 0 0 100 140k 0 291k --:--:-- --:--:-- --:--:-- 291k [2023-03-07T21:23:17.231Z] [2023-03-07T21:23:17.231Z] [2023-03-07T21:23:17.490Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/440/openapi/v3/support-notifications.yaml] [2023-03-07T21:23:17.490Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-07T21:23:17.490Z] Dload Upload Total Spent Left Speed [2023-03-07T21:23:17.749Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86965 0 0 100 86965 0 183k --:--:-- --:--:-- --:--:-- 183k 100 86965 0 0 100 86965 0 183k --:--:-- --:--:-- --:--:-- 182k [2023-03-07T21:23:17.749Z] [2023-03-07T21:23:17.749Z] [2023-03-07T21:23:17.749Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/440/openapi/v3/support-scheduler.yaml] [2023-03-07T21:23:17.749Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-07T21:23:17.749Z] Dload Upload Total Spent Left Speed [2023-03-07T21:23:18.315Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 34001 0 0 100 34001 0 73595 --:--:-- --:--:-- --:--:-- 73595 [2023-03-07T21:23:18.315Z] [2023-03-07T21:23:18.315Z] [Pipeline] } [2023-03-07T21:23:18.321Z] 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-07T21:23:18.707Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-07T21:23:18.707Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:23:19.002Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-07T21:23:19.002Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-07T21:23:19.069Z] prd-ubuntu20.04-docker-8c-8g-8638 does not seem to be running inside a container [2023-03-07T21:23:19.109Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/440 -v /w/workspace/edgex-go/440:/w/workspace/edgex-go/440:rw,z -v /w/workspace/edgex-go/440@tmp:/w/workspace/edgex-go/440@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-07T21:23:19.504Z] $ docker top ebd8048f32862a878232379d65e4bbc06a8908ecdf8365ac5b54f76f324ffe3b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-07T21:23:19.579Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-07T21:23:19.579Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-07T21:23:19.696Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-07T21:23:19.713Z] $ docker exec ebd8048f32862a878232379d65e4bbc06a8908ecdf8365ac5b54f76f324ffe3b ssh-agent [2023-03-07T21:23:19.822Z] SSH_AUTH_SOCK=/tmp/ssh-i0ZmnBu8UWPA/agent.33 [2023-03-07T21:23:19.822Z] SSH_AGENT_PID=39 [2023-03-07T21:23:19.826Z] Running ssh-add (command line suppressed) [2023-03-07T21:23:19.941Z] Identity added: /w/workspace/edgex-go/440@tmp/private_key_1789118675610946063.key (/w/workspace/edgex-go/440@tmp/private_key_1789118675610946063.key) [2023-03-07T21:23:19.940Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-07T21:23:20.222Z] + git semver tag [2023-03-07T21:23:20.787Z] 2023-03-07 21:23:20,563 [run_tag] DEBUG tag force:False [2023-03-07T21:23:20.787Z] 2023-03-07 21:23:20,564 [check_head_tag] DEBUG check head tag [2023-03-07T21:23:20.787Z] 2023-03-07 21:23:20,566 [execute] INFO git cat-file --batch-check [2023-03-07T21:23:20.787Z] 2023-03-07 21:23:20,566 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/440, universal_newlines=False, shell=None, istream=) [2023-03-07T21:23:20.787Z] 2023-03-07 21:23:20,569 [execute] INFO git cat-file --batch [2023-03-07T21:23:20.787Z] 2023-03-07 21:23:20,570 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/440, universal_newlines=False, shell=None, istream=) [2023-03-07T21:23:20.787Z] 2023-03-07 21:23:20,627 [read_version] DEBUG read version from /w/workspace/edgex-go/440/.semver/main [2023-03-07T21:23:20.787Z] 2023-03-07 21:23:20,627 [execute] INFO git tag -a v3.0.0-dev.79 -m v3.0.0-dev.79 [2023-03-07T21:23:20.787Z] 2023-03-07 21:23:20,627 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.79', '-m', 'v3.0.0-dev.79'], cwd=/w/workspace/edgex-go/440, universal_newlines=False, shell=None, istream=None) [2023-03-07T21:23:20.787Z] 2023-03-07 21:23:20,632 [read_version] DEBUG read version from /w/workspace/edgex-go/440/.semver/main [2023-03-07T21:23:20.787Z] 3.0.0-dev.79 [Pipeline] } [2023-03-07T21:23:20.809Z] $ docker exec --env ******** --env ******** ebd8048f32862a878232379d65e4bbc06a8908ecdf8365ac5b54f76f324ffe3b ssh-agent -k [2023-03-07T21:23:20.899Z] unset SSH_AUTH_SOCK; [2023-03-07T21:23:20.899Z] unset SSH_AGENT_PID; [2023-03-07T21:23:20.899Z] echo Agent pid 39 killed; [2023-03-07T21:23:20.895Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-07T21:23:21.196Z] + git semver [Pipeline] } [2023-03-07T21:23:21.787Z] $ docker stop --time=1 ebd8048f32862a878232379d65e4bbc06a8908ecdf8365ac5b54f76f324ffe3b [2023-03-07T21:23:23.089Z] $ docker rm -f --volumes ebd8048f32862a878232379d65e4bbc06a8908ecdf8365ac5b54f76f324ffe3b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:23:23.511Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-07T21:23:23.511Z] [2023-03-07T21:23:23.511Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:23:23.888Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-07T21:23:23.888Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-03-07T21:23:23.888Z] ab5ef0e58194: Pulling fs layer [2023-03-07T21:23:23.888Z] 9712f1f96733: Pulling fs layer [2023-03-07T21:23:23.888Z] 63f879dbbcfc: Pulling fs layer [2023-03-07T21:23:23.888Z] 0d9ebad4ef96: Pulling fs layer [2023-03-07T21:23:23.888Z] e9a5061849ea: Pulling fs layer [2023-03-07T21:23:23.888Z] d747dcd14b5f: Pulling fs layer [2023-03-07T21:23:23.888Z] 2de7ff778b66: Pulling fs layer [2023-03-07T21:23:23.888Z] e9a5061849ea: Waiting [2023-03-07T21:23:23.888Z] d747dcd14b5f: Waiting [2023-03-07T21:23:23.888Z] 2de7ff778b66: Waiting [2023-03-07T21:23:23.888Z] 0d9ebad4ef96: Waiting [2023-03-07T21:23:23.888Z] 9712f1f96733: Verifying Checksum [2023-03-07T21:23:23.888Z] 9712f1f96733: Download complete [2023-03-07T21:23:24.473Z] 63f879dbbcfc: Verifying Checksum [2023-03-07T21:23:24.473Z] 63f879dbbcfc: Download complete [2023-03-07T21:23:24.732Z] e9a5061849ea: Verifying Checksum [2023-03-07T21:23:24.732Z] e9a5061849ea: Download complete [2023-03-07T21:23:24.732Z] d747dcd14b5f: Download complete [2023-03-07T21:23:24.732Z] ab5ef0e58194: Verifying Checksum [2023-03-07T21:23:24.732Z] ab5ef0e58194: Download complete [2023-03-07T21:23:24.732Z] 0d9ebad4ef96: Verifying Checksum [2023-03-07T21:23:24.732Z] 0d9ebad4ef96: Download complete [2023-03-07T21:23:24.732Z] 2de7ff778b66: Verifying Checksum [2023-03-07T21:23:28.014Z] ab5ef0e58194: Pull complete [2023-03-07T21:23:28.014Z] 9712f1f96733: Pull complete [2023-03-07T21:23:28.948Z] 63f879dbbcfc: Pull complete [2023-03-07T21:23:33.126Z] 0d9ebad4ef96: Pull complete [2023-03-07T21:23:33.384Z] e9a5061849ea: Pull complete [2023-03-07T21:23:33.384Z] d747dcd14b5f: Pull complete [2023-03-07T21:23:34.757Z] 2de7ff778b66: Pull complete [2023-03-07T21:23:34.757Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-03-07T21:23:34.757Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-07T21:23:34.757Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-07T21:23:34.841Z] prd-ubuntu20.04-docker-8c-8g-8638 does not seem to be running inside a container [2023-03-07T21:23:34.884Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/440 -v /w/workspace/edgex-go/440:/w/workspace/edgex-go/440:rw,z -v /w/workspace/edgex-go/440@tmp:/w/workspace/edgex-go/440@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-07T21:23:41.046Z] $ docker top 12c6977c4fc9b5856696de6e21639fc965b6eb9ff51cab542f85a85ae5eb6881 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-03-07T21:23:41.112Z] provisioning config files... [2023-03-07T21:23:41.118Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/440@tmp/config4886782859794104701tmp [2023-03-07T21:23:41.126Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/440@tmp/config15257374740766779974tmp [2023-03-07T21:23:41.136Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/440@tmp/config403154213238895336tmp [Pipeline] { [Pipeline] echo [2023-03-07T21:23:41.149Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-07T21:23:41.429Z] ---> sigul-configuration.sh [2023-03-07T21:23:41.430Z] gpg: directory `/root/.gnupg' created [2023-03-07T21:23:41.430Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-03-07T21:23:41.430Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-03-07T21:23:41.430Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-03-07T21:23:41.430Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-03-07T21:23:41.430Z] gpg: CAST5 encrypted data [2023-03-07T21:23:41.430Z] gpg: encrypted with 1 passphrase [2023-03-07T21:23:41.430Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-03-07T21:23:41.715Z] + mkdir /home/jenkins [2023-03-07T21:23:41.715Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-03-07T21:23:42.005Z] + 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-07T21:23:42.015Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-07T21:23:42.307Z] ---> sigul-install.sh [2023-03-07T21:23:42.307Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-03-07T21:23:42.593Z] + git tag --list [2023-03-07T21:23:42.593Z] 0.6.0 [2023-03-07T21:23:42.593Z] 0.6.1 [2023-03-07T21:23:42.593Z] 0.7.0 [2023-03-07T21:23:42.593Z] 0.7.1 [2023-03-07T21:23:42.593Z] v1.0.0 [2023-03-07T21:23:42.593Z] v1.0.1 [2023-03-07T21:23:42.593Z] v1.1.0 [2023-03-07T21:23:42.593Z] v1.2.0 [2023-03-07T21:23:42.593Z] v1.2.1 [2023-03-07T21:23:42.593Z] v1.3.0 [2023-03-07T21:23:42.593Z] v1.3.1 [2023-03-07T21:23:42.593Z] v2.0.0 [2023-03-07T21:23:42.593Z] v2.1.0 [2023-03-07T21:23:42.593Z] v2.1.1 [2023-03-07T21:23:42.593Z] v2.1.1-dev.1 [2023-03-07T21:23:42.593Z] v2.1.1-dev.2 [2023-03-07T21:23:42.593Z] v2.1.1-dev.3 [2023-03-07T21:23:42.593Z] v2.1.1-dev.4 [2023-03-07T21:23:42.593Z] v2.1.1-dev.5 [2023-03-07T21:23:42.593Z] v2.1.1-dev.6 [2023-03-07T21:23:42.593Z] v2.1.1-dev.7 [2023-03-07T21:23:42.593Z] v2.1.1-dev.8 [2023-03-07T21:23:42.593Z] v2.1.2-dev.1 [2023-03-07T21:23:42.593Z] v2.2.0 [2023-03-07T21:23:42.593Z] v2.2.1-dev.1 [2023-03-07T21:23:42.593Z] v2.2.1-dev.10 [2023-03-07T21:23:42.593Z] v2.2.1-dev.11 [2023-03-07T21:23:42.593Z] v2.2.1-dev.12 [2023-03-07T21:23:42.593Z] v2.2.1-dev.13 [2023-03-07T21:23:42.593Z] v2.2.1-dev.14 [2023-03-07T21:23:42.593Z] v2.2.1-dev.15 [2023-03-07T21:23:42.593Z] v2.2.1-dev.16 [2023-03-07T21:23:42.593Z] v2.2.1-dev.17 [2023-03-07T21:23:42.593Z] v2.2.1-dev.18 [2023-03-07T21:23:42.593Z] v2.2.1-dev.19 [2023-03-07T21:23:42.593Z] v2.2.1-dev.2 [2023-03-07T21:23:42.593Z] v2.2.1-dev.20 [2023-03-07T21:23:42.593Z] v2.2.1-dev.21 [2023-03-07T21:23:42.593Z] v2.2.1-dev.22 [2023-03-07T21:23:42.593Z] v2.2.1-dev.23 [2023-03-07T21:23:42.593Z] v2.2.1-dev.24 [2023-03-07T21:23:42.593Z] v2.2.1-dev.25 [2023-03-07T21:23:42.593Z] v2.2.1-dev.26 [2023-03-07T21:23:42.594Z] v2.2.1-dev.27 [2023-03-07T21:23:42.594Z] v2.2.1-dev.28 [2023-03-07T21:23:42.594Z] v2.2.1-dev.29 [2023-03-07T21:23:42.594Z] v2.2.1-dev.3 [2023-03-07T21:23:42.594Z] v2.2.1-dev.4 [2023-03-07T21:23:42.594Z] v2.2.1-dev.5 [2023-03-07T21:23:42.594Z] v2.2.1-dev.6 [2023-03-07T21:23:42.594Z] v2.2.1-dev.7 [2023-03-07T21:23:42.594Z] v2.2.1-dev.8 [2023-03-07T21:23:42.594Z] v2.2.1-dev.9 [2023-03-07T21:23:42.594Z] v2.3.0 [2023-03-07T21:23:42.594Z] v2.3.0-dev.100 [2023-03-07T21:23:42.594Z] v2.3.0-dev.101 [2023-03-07T21:23:42.594Z] v2.3.0-dev.102 [2023-03-07T21:23:42.594Z] v2.3.0-dev.103 [2023-03-07T21:23:42.594Z] v2.3.0-dev.104 [2023-03-07T21:23:42.594Z] v2.3.0-dev.105 [2023-03-07T21:23:42.594Z] v2.3.0-dev.106 [2023-03-07T21:23:42.594Z] v2.3.0-dev.29 [2023-03-07T21:23:42.594Z] v2.3.0-dev.30 [2023-03-07T21:23:42.594Z] v2.3.0-dev.31 [2023-03-07T21:23:42.594Z] v2.3.0-dev.32 [2023-03-07T21:23:42.594Z] v2.3.0-dev.33 [2023-03-07T21:23:42.594Z] v2.3.0-dev.34 [2023-03-07T21:23:42.594Z] v2.3.0-dev.35 [2023-03-07T21:23:42.594Z] v2.3.0-dev.36 [2023-03-07T21:23:42.594Z] v2.3.0-dev.37 [2023-03-07T21:23:42.594Z] v2.3.0-dev.38 [2023-03-07T21:23:42.594Z] v2.3.0-dev.39 [2023-03-07T21:23:42.594Z] v2.3.0-dev.40 [2023-03-07T21:23:42.594Z] v2.3.0-dev.41 [2023-03-07T21:23:42.594Z] v2.3.0-dev.42 [2023-03-07T21:23:42.594Z] v2.3.0-dev.43 [2023-03-07T21:23:42.594Z] v2.3.0-dev.44 [2023-03-07T21:23:42.594Z] v2.3.0-dev.45 [2023-03-07T21:23:42.594Z] v2.3.0-dev.46 [2023-03-07T21:23:42.594Z] v2.3.0-dev.47 [2023-03-07T21:23:42.594Z] v2.3.0-dev.48 [2023-03-07T21:23:42.594Z] v2.3.0-dev.49 [2023-03-07T21:23:42.594Z] v2.3.0-dev.50 [2023-03-07T21:23:42.594Z] v2.3.0-dev.51 [2023-03-07T21:23:42.594Z] v2.3.0-dev.52 [2023-03-07T21:23:42.594Z] v2.3.0-dev.53 [2023-03-07T21:23:42.594Z] v2.3.0-dev.54 [2023-03-07T21:23:42.594Z] v2.3.0-dev.55 [2023-03-07T21:23:42.594Z] v2.3.0-dev.56 [2023-03-07T21:23:42.594Z] v2.3.0-dev.57 [2023-03-07T21:23:42.594Z] v2.3.0-dev.58 [2023-03-07T21:23:42.594Z] v2.3.0-dev.59 [2023-03-07T21:23:42.594Z] v2.3.0-dev.60 [2023-03-07T21:23:42.594Z] v2.3.0-dev.61 [2023-03-07T21:23:42.594Z] v2.3.0-dev.62 [2023-03-07T21:23:42.594Z] v2.3.0-dev.63 [2023-03-07T21:23:42.594Z] v2.3.0-dev.64 [2023-03-07T21:23:42.594Z] v2.3.0-dev.65 [2023-03-07T21:23:42.594Z] v2.3.0-dev.66 [2023-03-07T21:23:42.594Z] v2.3.0-dev.67 [2023-03-07T21:23:42.594Z] v2.3.0-dev.68 [2023-03-07T21:23:42.594Z] v2.3.0-dev.69 [2023-03-07T21:23:42.594Z] v2.3.0-dev.70 [2023-03-07T21:23:42.594Z] v2.3.0-dev.71 [2023-03-07T21:23:42.594Z] v2.3.0-dev.72 [2023-03-07T21:23:42.594Z] v2.3.0-dev.73 [2023-03-07T21:23:42.594Z] v2.3.0-dev.74 [2023-03-07T21:23:42.594Z] v2.3.0-dev.75 [2023-03-07T21:23:42.594Z] v2.3.0-dev.76 [2023-03-07T21:23:42.594Z] v2.3.0-dev.77 [2023-03-07T21:23:42.594Z] v2.3.0-dev.78 [2023-03-07T21:23:42.594Z] v2.3.0-dev.79 [2023-03-07T21:23:42.594Z] v2.3.0-dev.80 [2023-03-07T21:23:42.594Z] v2.3.0-dev.81 [2023-03-07T21:23:42.594Z] v2.3.0-dev.82 [2023-03-07T21:23:42.594Z] v2.3.0-dev.83 [2023-03-07T21:23:42.594Z] v2.3.0-dev.84 [2023-03-07T21:23:42.594Z] v2.3.0-dev.85 [2023-03-07T21:23:42.594Z] v2.3.0-dev.86 [2023-03-07T21:23:42.594Z] v2.3.0-dev.87 [2023-03-07T21:23:42.594Z] v2.3.0-dev.88 [2023-03-07T21:23:42.594Z] v2.3.0-dev.89 [2023-03-07T21:23:42.594Z] v2.3.0-dev.90 [2023-03-07T21:23:42.594Z] v2.3.0-dev.91 [2023-03-07T21:23:42.594Z] v2.3.0-dev.92 [2023-03-07T21:23:42.594Z] v2.3.0-dev.93 [2023-03-07T21:23:42.594Z] v2.3.0-dev.94 [2023-03-07T21:23:42.594Z] v2.3.0-dev.95 [2023-03-07T21:23:42.594Z] v2.3.0-dev.96 [2023-03-07T21:23:42.594Z] v2.3.0-dev.97 [2023-03-07T21:23:42.594Z] v2.3.0-dev.98 [2023-03-07T21:23:42.594Z] v2.3.0-dev.99 [2023-03-07T21:23:42.594Z] v2.3.1-dev.1 [2023-03-07T21:23:42.594Z] v2.3.1-dev.2 [2023-03-07T21:23:42.594Z] v2.3.1-dev.3 [2023-03-07T21:23:42.594Z] v2.3.1-dev.4 [2023-03-07T21:23:42.594Z] v2.3.1-dev.5 [2023-03-07T21:23:42.594Z] v3.0.0-dev.1 [2023-03-07T21:23:42.594Z] v3.0.0-dev.10 [2023-03-07T21:23:42.594Z] v3.0.0-dev.11 [2023-03-07T21:23:42.594Z] v3.0.0-dev.12 [2023-03-07T21:23:42.594Z] v3.0.0-dev.13 [2023-03-07T21:23:42.594Z] v3.0.0-dev.14 [2023-03-07T21:23:42.594Z] v3.0.0-dev.15 [2023-03-07T21:23:42.594Z] v3.0.0-dev.16 [2023-03-07T21:23:42.594Z] v3.0.0-dev.17 [2023-03-07T21:23:42.594Z] v3.0.0-dev.18 [2023-03-07T21:23:42.594Z] v3.0.0-dev.19 [2023-03-07T21:23:42.594Z] v3.0.0-dev.2 [2023-03-07T21:23:42.594Z] v3.0.0-dev.20 [2023-03-07T21:23:42.594Z] v3.0.0-dev.21 [2023-03-07T21:23:42.594Z] v3.0.0-dev.22 [2023-03-07T21:23:42.594Z] v3.0.0-dev.23 [2023-03-07T21:23:42.594Z] v3.0.0-dev.24 [2023-03-07T21:23:42.594Z] v3.0.0-dev.25 [2023-03-07T21:23:42.594Z] v3.0.0-dev.26 [2023-03-07T21:23:42.594Z] v3.0.0-dev.27 [2023-03-07T21:23:42.594Z] v3.0.0-dev.28 [2023-03-07T21:23:42.594Z] v3.0.0-dev.29 [2023-03-07T21:23:42.594Z] v3.0.0-dev.3 [2023-03-07T21:23:42.594Z] v3.0.0-dev.30 [2023-03-07T21:23:42.594Z] v3.0.0-dev.31 [2023-03-07T21:23:42.594Z] v3.0.0-dev.32 [2023-03-07T21:23:42.594Z] v3.0.0-dev.33 [2023-03-07T21:23:42.594Z] v3.0.0-dev.34 [2023-03-07T21:23:42.594Z] v3.0.0-dev.35 [2023-03-07T21:23:42.594Z] v3.0.0-dev.36 [2023-03-07T21:23:42.594Z] v3.0.0-dev.37 [2023-03-07T21:23:42.594Z] v3.0.0-dev.38 [2023-03-07T21:23:42.594Z] v3.0.0-dev.39 [2023-03-07T21:23:42.594Z] v3.0.0-dev.4 [2023-03-07T21:23:42.594Z] v3.0.0-dev.40 [2023-03-07T21:23:42.594Z] v3.0.0-dev.41 [2023-03-07T21:23:42.594Z] v3.0.0-dev.42 [2023-03-07T21:23:42.594Z] v3.0.0-dev.43 [2023-03-07T21:23:42.594Z] v3.0.0-dev.44 [2023-03-07T21:23:42.594Z] v3.0.0-dev.45 [2023-03-07T21:23:42.594Z] v3.0.0-dev.46 [2023-03-07T21:23:42.594Z] v3.0.0-dev.47 [2023-03-07T21:23:42.594Z] v3.0.0-dev.48 [2023-03-07T21:23:42.594Z] v3.0.0-dev.49 [2023-03-07T21:23:42.594Z] v3.0.0-dev.5 [2023-03-07T21:23:42.594Z] v3.0.0-dev.50 [2023-03-07T21:23:42.594Z] v3.0.0-dev.51 [2023-03-07T21:23:42.594Z] v3.0.0-dev.52 [2023-03-07T21:23:42.594Z] v3.0.0-dev.53 [2023-03-07T21:23:42.594Z] v3.0.0-dev.54 [2023-03-07T21:23:42.594Z] v3.0.0-dev.55 [2023-03-07T21:23:42.594Z] v3.0.0-dev.56 [2023-03-07T21:23:42.594Z] v3.0.0-dev.57 [2023-03-07T21:23:42.594Z] v3.0.0-dev.58 [2023-03-07T21:23:42.594Z] v3.0.0-dev.59 [2023-03-07T21:23:42.594Z] v3.0.0-dev.6 [2023-03-07T21:23:42.594Z] v3.0.0-dev.60 [2023-03-07T21:23:42.594Z] v3.0.0-dev.61 [2023-03-07T21:23:42.594Z] v3.0.0-dev.62 [2023-03-07T21:23:42.594Z] v3.0.0-dev.63 [2023-03-07T21:23:42.594Z] v3.0.0-dev.64 [2023-03-07T21:23:42.594Z] v3.0.0-dev.65 [2023-03-07T21:23:42.594Z] v3.0.0-dev.66 [2023-03-07T21:23:42.594Z] v3.0.0-dev.67 [2023-03-07T21:23:42.594Z] v3.0.0-dev.68 [2023-03-07T21:23:42.594Z] v3.0.0-dev.69 [2023-03-07T21:23:42.594Z] v3.0.0-dev.7 [2023-03-07T21:23:42.594Z] v3.0.0-dev.70 [2023-03-07T21:23:42.594Z] v3.0.0-dev.71 [2023-03-07T21:23:42.594Z] v3.0.0-dev.72 [2023-03-07T21:23:42.594Z] v3.0.0-dev.73 [2023-03-07T21:23:42.594Z] v3.0.0-dev.74 [2023-03-07T21:23:42.594Z] v3.0.0-dev.75 [2023-03-07T21:23:42.594Z] v3.0.0-dev.76 [2023-03-07T21:23:42.594Z] v3.0.0-dev.77 [2023-03-07T21:23:42.594Z] v3.0.0-dev.78 [2023-03-07T21:23:42.594Z] v3.0.0-dev.79 [2023-03-07T21:23:42.594Z] v3.0.0-dev.8 [2023-03-07T21:23:42.594Z] v3.0.0-dev.9 [Pipeline] sh [2023-03-07T21:23:42.880Z] + lftools sign git-tag v3.0.0-dev.79 [2023-03-07T21:23:43.447Z] Signing Git tag with Sigul... [2023-03-07T21:23:43.447Z] Signing v3.0.0-dev.79 [Pipeline] echo [2023-03-07T21:23:44.025Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-07T21:23:44.307Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-03-07T21:23:44.313Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-03-07T21:23:44.343Z] $ docker stop --time=1 12c6977c4fc9b5856696de6e21639fc965b6eb9ff51cab542f85a85ae5eb6881 [2023-03-07T21:23:45.676Z] $ docker rm -f --volumes 12c6977c4fc9b5856696de6e21639fc965b6eb9ff51cab542f85a85ae5eb6881 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-03-07T21:23:46.076Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-07T21:23:46.076Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:23:46.370Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-07T21:23:46.370Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-07T21:23:46.439Z] prd-ubuntu20.04-docker-8c-8g-8638 does not seem to be running inside a container [2023-03-07T21:23:46.481Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/440 -v /w/workspace/edgex-go/440:/w/workspace/edgex-go/440:rw,z -v /w/workspace/edgex-go/440@tmp:/w/workspace/edgex-go/440@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-07T21:23:46.833Z] $ docker top e23d24f880f1bef58d1aa9aede167c37a10fa87ba375a2603cf6df298ee2a81e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-07T21:23:46.913Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-07T21:23:46.913Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-07T21:23:47.045Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-07T21:23:47.061Z] $ docker exec e23d24f880f1bef58d1aa9aede167c37a10fa87ba375a2603cf6df298ee2a81e ssh-agent [2023-03-07T21:23:47.161Z] SSH_AUTH_SOCK=/tmp/ssh-eY7bSt5DhcVg/agent.33 [2023-03-07T21:23:47.161Z] SSH_AGENT_PID=40 [2023-03-07T21:23:47.167Z] Running ssh-add (command line suppressed) [2023-03-07T21:23:47.280Z] Identity added: /w/workspace/edgex-go/440@tmp/private_key_16745073872831453858.key (/w/workspace/edgex-go/440@tmp/private_key_16745073872831453858.key) [2023-03-07T21:23:47.282Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-07T21:23:47.568Z] + git semver bump pre [2023-03-07T21:23:47.827Z] 2023-03-07 21:23:47,801 [read_version] DEBUG read version from /w/workspace/edgex-go/440/.semver/main [2023-03-07T21:23:47.827Z] 2023-03-07 21:23:47,802 [bump_version] DEBUG bumping version:3.0.0-dev.79 on axis:pre with prefix:dev [2023-03-07T21:23:47.827Z] 2023-03-07 21:23:47,802 [bump_version] DEBUG bumped version:3.0.0-dev.80 [2023-03-07T21:23:47.827Z] 2023-03-07 21:23:47,802 [write_version] DEBUG write version:3.0.0-dev.80 to path:/w/workspace/edgex-go/440/.semver/main with force:True [2023-03-07T21:23:47.827Z] 2023-03-07 21:23:47,802 [read_version] DEBUG read version from /w/workspace/edgex-go/440/.semver/main [2023-03-07T21:23:47.827Z] 2023-03-07 21:23:47,802 [write_file] DEBUG write to file:/w/workspace/edgex-go/440/.semver/main [2023-03-07T21:23:47.827Z] 2023-03-07 21:23:47,804 [execute] INFO git cat-file --batch-check [2023-03-07T21:23:47.827Z] 2023-03-07 21:23:47,804 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/440/.semver, universal_newlines=False, shell=None, istream=) [2023-03-07T21:23:47.827Z] 2023-03-07 21:23:47,810 [execute] INFO git cat-file --batch [2023-03-07T21:23:47.827Z] 2023-03-07 21:23:47,811 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/440/.semver, universal_newlines=False, shell=None, istream=) [2023-03-07T21:23:47.827Z] 2023-03-07 21:23:47,816 [read_version] DEBUG read version from /w/workspace/edgex-go/440/.semver/main [2023-03-07T21:23:47.827Z] 3.0.0-dev.80 [Pipeline] } [2023-03-07T21:23:47.849Z] $ docker exec --env ******** --env ******** e23d24f880f1bef58d1aa9aede167c37a10fa87ba375a2603cf6df298ee2a81e ssh-agent -k [2023-03-07T21:23:47.947Z] unset SSH_AUTH_SOCK; [2023-03-07T21:23:47.947Z] unset SSH_AGENT_PID; [2023-03-07T21:23:47.947Z] echo Agent pid 40 killed; [2023-03-07T21:23:47.944Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-07T21:23:48.246Z] + git semver [Pipeline] } [2023-03-07T21:23:48.532Z] $ docker stop --time=1 e23d24f880f1bef58d1aa9aede167c37a10fa87ba375a2603cf6df298ee2a81e [2023-03-07T21:23:49.803Z] $ docker rm -f --volumes e23d24f880f1bef58d1aa9aede167c37a10fa87ba375a2603cf6df298ee2a81e [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-07T21:23:50.134Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-07T21:23:50.134Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:23:50.441Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-07T21:23:50.441Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-07T21:23:50.511Z] prd-ubuntu20.04-docker-8c-8g-8638 does not seem to be running inside a container [2023-03-07T21:23:50.552Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/440 -v /w/workspace/edgex-go/440:/w/workspace/edgex-go/440:rw,z -v /w/workspace/edgex-go/440@tmp:/w/workspace/edgex-go/440@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-07T21:23:50.930Z] $ docker top e3b8280cfeb6fa5d761782dd215509df979c11f868599f89255fba4951f83515 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-07T21:23:51.004Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-07T21:23:51.004Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-07T21:23:51.124Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-07T21:23:51.142Z] $ docker exec e3b8280cfeb6fa5d761782dd215509df979c11f868599f89255fba4951f83515 ssh-agent [2023-03-07T21:23:51.248Z] SSH_AUTH_SOCK=/tmp/ssh-2YOmnIC5SvZF/agent.32 [2023-03-07T21:23:51.249Z] SSH_AGENT_PID=38 [2023-03-07T21:23:51.253Z] Running ssh-add (command line suppressed) [2023-03-07T21:23:51.381Z] Identity added: /w/workspace/edgex-go/440@tmp/private_key_2999981467669104444.key (/w/workspace/edgex-go/440@tmp/private_key_2999981467669104444.key) [2023-03-07T21:23:51.384Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-07T21:23:51.667Z] + git semver push [2023-03-07T21:23:52.231Z] 2023-03-07 21:23:52,052 [run_push] DEBUG push [2023-03-07T21:23:52.231Z] 2023-03-07 21:23:52,052 [execute] INFO git cat-file --batch-check [2023-03-07T21:23:52.231Z] 2023-03-07 21:23:52,053 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/440/.semver, universal_newlines=False, shell=None, istream=) [2023-03-07T21:23:52.231Z] 2023-03-07 21:23:52,057 [execute] INFO git rev-list 7aadc05f3ce782a6e0811d5b41a6a9d580598f4c -- [2023-03-07T21:23:52.231Z] 2023-03-07 21:23:52,058 [execute] DEBUG Popen(['git', 'rev-list', '7aadc05f3ce782a6e0811d5b41a6a9d580598f4c', '--'], cwd=/w/workspace/edgex-go/440/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-07T21:23:52.231Z] 2023-03-07 21:23:52,074 [execute] INFO git fetch -v origin [2023-03-07T21:23:52.231Z] 2023-03-07 21:23:52,075 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/440/.semver, universal_newlines=True, shell=None, istream=None) [2023-03-07T21:23:52.796Z] 2023-03-07 21:23:52,721 [run_push] DEBUG no remote changes detected [2023-03-07T21:23:52.796Z] 2023-03-07 21:23:52,721 [execute] INFO git push origin semver [2023-03-07T21:23:52.796Z] 2023-03-07 21:23:52,722 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/440/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-07T21:24:05.000Z] 2023-03-07 21:24:04,453 [main] ERROR Cmd('git') failed due to: exit code(1) [2023-03-07T21:24:05.000Z] cmdline: git push origin semver [2023-03-07T21:24:05.000Z] stderr: 'Warning: Permanently added the ECDSA host key for IP address '140.82.113.4' to the list of known hosts. [2023-03-07T21:24:05.000Z] remote: fatal error in commit_refs [2023-03-07T21:24:05.000Z] To github.com:edgexfoundry/edgex-go.git [2023-03-07T21:24:05.000Z] ! [remote rejected] semver -> semver (failure) [2023-03-07T21:24:05.000Z] error: failed to push some refs to 'github.com:edgexfoundry/edgex-go.git'' [2023-03-07T21:24:05.000Z] ERROR: Cmd('git') failed due to: exit code(1) [2023-03-07T21:24:05.000Z] cmdline: git push origin semver [2023-03-07T21:24:05.000Z] stderr: 'Warning: Permanently added the ECDSA host key for IP address '140.82.113.4' to the list of known hosts. [2023-03-07T21:24:05.000Z] remote: fatal error in commit_refs [2023-03-07T21:24:05.000Z] To github.com:edgexfoundry/edgex-go.git [2023-03-07T21:24:05.000Z] ! [remote rejected] semver -> semver (failure) [2023-03-07T21:24:05.000Z] error: failed to push some refs to 'github.com:edgexfoundry/edgex-go.git'' [Pipeline] } [2023-03-07T21:24:05.027Z] $ docker exec --env ******** --env ******** e3b8280cfeb6fa5d761782dd215509df979c11f868599f89255fba4951f83515 ssh-agent -k [2023-03-07T21:24:05.138Z] unset SSH_AUTH_SOCK; [2023-03-07T21:24:05.138Z] unset SSH_AGENT_PID; [2023-03-07T21:24:05.138Z] echo Agent pid 38 killed; [2023-03-07T21:24:05.134Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2023-03-07T21:24:05.175Z] $ docker stop --time=1 e3b8280cfeb6fa5d761782dd215509df979c11f868599f89255fba4951f83515 [2023-03-07T21:24:06.489Z] $ docker rm -f --volumes e3b8280cfeb6fa5d761782dd215509df979c11f868599f89255fba4951f83515 [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-07T21:24:07.012Z] + [ -d /w/workspace/edgex-go/440/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-03-07T21:24:07.304Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-07T21:24:08.158Z] ---> package-listing.sh [2023-03-07T21:24:08.158Z] ++ facter osfamily [2023-03-07T21:24:08.158Z] ++ tr '[:upper:]' '[:lower:]' [2023-03-07T21:24:08.417Z] + OS_FAMILY=debian [2023-03-07T21:24:08.417Z] + workspace=/w/workspace/edgex-go/440 [2023-03-07T21:24:08.417Z] + START_PACKAGES=/tmp/packages_start.txt [2023-03-07T21:24:08.417Z] + END_PACKAGES=/tmp/packages_end.txt [2023-03-07T21:24:08.417Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-03-07T21:24:08.417Z] + PACKAGES=/tmp/packages_start.txt [2023-03-07T21:24:08.417Z] + '[' /w/workspace/edgex-go/440 ']' [2023-03-07T21:24:08.417Z] + PACKAGES=/tmp/packages_end.txt [2023-03-07T21:24:08.417Z] + case "${OS_FAMILY}" in [2023-03-07T21:24:08.417Z] + dpkg -l [2023-03-07T21:24:08.417Z] + grep '^ii' [2023-03-07T21:24:08.417Z] + '[' -f /tmp/packages_start.txt ']' [2023-03-07T21:24:08.417Z] + '[' -f /tmp/packages_end.txt ']' [2023-03-07T21:24:08.417Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-03-07T21:24:08.417Z] + '[' /w/workspace/edgex-go/440 ']' [2023-03-07T21:24:08.417Z] + mkdir -p /w/workspace/edgex-go/440/archives/ [2023-03-07T21:24:08.417Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/440/archives/ [Pipeline] echo [2023-03-07T21:24:08.430Z] 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/440/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-03-07T21:24:08.709Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:24:09.275Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-07T21:24:09.275Z] [2023-03-07T21:24:09.275Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-07T21:24:09.577Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-07T21:24:09.577Z] latest: Pulling from edgex-lftools-log-publisher [2023-03-07T21:24:09.577Z] 5eb5b503b376: Pulling fs layer [2023-03-07T21:24:09.577Z] 5c69ac0246d0: Pulling fs layer [2023-03-07T21:24:09.577Z] ec43610c2a17: Pulling fs layer [2023-03-07T21:24:09.577Z] 3a2ae6a8a46f: Pulling fs layer [2023-03-07T21:24:09.577Z] 33b1e0a273af: Pulling fs layer [2023-03-07T21:24:09.577Z] 5d3b04190fa2: Pulling fs layer [2023-03-07T21:24:09.577Z] 2f39f015ded8: Pulling fs layer [2023-03-07T21:24:09.577Z] 33b1e0a273af: Waiting [2023-03-07T21:24:09.577Z] 5d3b04190fa2: Waiting [2023-03-07T21:24:09.577Z] 2f39f015ded8: Waiting [2023-03-07T21:24:09.577Z] 3a2ae6a8a46f: Waiting [2023-03-07T21:24:09.577Z] 5c69ac0246d0: Verifying Checksum [2023-03-07T21:24:09.577Z] 5c69ac0246d0: Download complete [2023-03-07T21:24:09.577Z] 3a2ae6a8a46f: Verifying Checksum [2023-03-07T21:24:09.577Z] 3a2ae6a8a46f: Download complete [2023-03-07T21:24:09.843Z] 33b1e0a273af: Verifying Checksum [2023-03-07T21:24:09.843Z] 33b1e0a273af: Download complete [2023-03-07T21:24:09.843Z] ec43610c2a17: Verifying Checksum [2023-03-07T21:24:09.843Z] ec43610c2a17: Download complete [2023-03-07T21:24:09.843Z] 5d3b04190fa2: Verifying Checksum [2023-03-07T21:24:09.843Z] 5d3b04190fa2: Download complete [2023-03-07T21:24:09.843Z] 5eb5b503b376: Verifying Checksum [2023-03-07T21:24:09.843Z] 5eb5b503b376: Download complete [2023-03-07T21:24:10.781Z] 2f39f015ded8: Verifying Checksum [2023-03-07T21:24:10.781Z] 2f39f015ded8: Download complete [2023-03-07T21:24:11.348Z] 5eb5b503b376: Pull complete [2023-03-07T21:24:11.348Z] 5c69ac0246d0: Pull complete [2023-03-07T21:24:11.916Z] ec43610c2a17: Pull complete [2023-03-07T21:24:11.916Z] 3a2ae6a8a46f: Pull complete [2023-03-07T21:24:12.174Z] 33b1e0a273af: Pull complete [2023-03-07T21:24:12.174Z] 5d3b04190fa2: Pull complete [2023-03-07T21:24:17.463Z] 2f39f015ded8: Pull complete [2023-03-07T21:24:17.463Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-03-07T21:24:17.463Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-07T21:24:17.463Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-07T21:24:17.560Z] prd-ubuntu20.04-docker-8c-8g-8638 does not seem to be running inside a container [2023-03-07T21:24:17.599Z] $ 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/440/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/440 -v /w/workspace/edgex-go/440:/w/workspace/edgex-go/440:rw,z -v /w/workspace/edgex-go/440@tmp:/w/workspace/edgex-go/440@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-07T21:24:22.030Z] $ docker top e3f057e2f68fdeeec0b7e6324b4a60efb99f378bfe59860a1af7af31019b347b -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-07T21:24:22.361Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-03-07T21:24:22.651Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-03-07T21:24:22.936Z] + ls /var/log/sa-host [2023-03-07T21:24:22.936Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-07T21:24:23.085Z] provisioning config files... [2023-03-07T21:24:23.092Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/440@tmp/config17396642939572761662tmp [Pipeline] { [Pipeline] echo [2023-03-07T21:24:23.105Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-07T21:24:23.387Z] ---> create-netrc.sh [Pipeline] } [2023-03-07T21:24:23.394Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-03-07T21:24:23.715Z] ---> python-tools-install.sh [Pipeline] echo [2023-03-07T21:24:23.723Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-07T21:24:24.002Z] ---> sudo-logs.sh [2023-03-07T21:24:24.002Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-03-07T21:24:24.026Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-07T21:24:24.304Z] ---> job-cost.sh [2023-03-07T21:24:24.304Z] lf-activate-venv: SKIPPING [2023-03-07T21:24:24.304Z] DEBUG: total: 0.10999999940395355 [2023-03-07T21:24:24.304Z] INFO: Retrieving Stack Cost... [2023-03-07T21:24:24.563Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-07T21:24:25.130Z] INFO: Archiving Costs [Pipeline] echo [2023-03-07T21:24:25.144Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-07T21:24:25.427Z] ---> logs-deploy.sh [2023-03-07T21:24:25.427Z] lf-activate-venv: SKIPPING [2023-03-07T21:24:25.427Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/440 [2023-03-07T21:24:25.427Z] INFO: archiving workspace using pattern(s): [2023-03-07T21:24:26.362Z] Archives upload complete. [2023-03-07T21:24:26.621Z] INFO: archiving logs to Nexus