Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 475d506e1f7a543c9891e772a4b06d1eb0ad955d 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-ssh15043182702647678518.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-ssh3984335106535835573.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-ssh11610679731188548883.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-ssh16245084116389136345.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-ssh11294433500451403623.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/v2], 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/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-ubuntu20.04-docker-8c-8g-9 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/361 [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/361 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 475d506e1f7a543c9891e772a4b06d1eb0ad955d (main) Commit message: "fix: go mod configuration to v3 in attribution.txt (#4254)" > git config core.sparsecheckout # timeout=10 > git checkout -f 475d506e1f7a543c9891e772a4b06d1eb0ad955d # timeout=10 > git rev-list --no-walk a888bda4c94fc8aa9b229b149b5303c88f9921c7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-12-16T18:59:08.223Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-12-16T18:59:08.276Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-12-16T18:59:08.291Z] ========================================================= [2022-12-16T18:59:08.291Z] EdgeX Global Pipelines Version Info [2022-12-16T18:59:08.291Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-12-16T18:59:09.014Z] ------------------- [2022-12-16T18:59:09.014Z] stable info: [2022-12-16T18:59:09.014Z] ------------------- [2022-12-16T18:59:09.014Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-12-16T18:59:09.014Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2022-12-16T18:59:09.014Z] Message: update stable to v1.0.244 [2022-12-16T18:59:09.584Z] ------------------- [2022-12-16T18:59:09.584Z] experimental info: [2022-12-16T18:59:09.584Z] ------------------- [2022-12-16T18:59:09.584Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-12-16T18:59:09.584Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2022-12-16T18:59:09.584Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-12-16T18:59:09.757Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-12-16T18:59:09.769Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-12-16T18:59:09.779Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-12-16T18:59:09.793Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-12-16T18:59:09.804Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-12-16T18:59:09.814Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-12-16T18:59:09.826Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-12-16T18:59:09.837Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-12-16T18:59:09.849Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-12-16T18:59:09.860Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-12-16T18:59:09.875Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-12-16T18:59:09.887Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-12-16T18:59:09.899Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-12-16T18:59:09.910Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-12-16T18:59:09.922Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-12-16T18:59:09.933Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-12-16T18:59:09.944Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-12-16T18:59:09.955Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-12-16T18:59:09.968Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-12-16T18:59:09.979Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-12-16T18:59:09.989Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-12-16T18:59:10.001Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-12-16T18:59:10.015Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-12-16T18:59:10.026Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2022-12-16T18:59:10.037Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2022-12-16T18:59:10.048Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2022-12-16T18:59:10.060Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 475d506e1f7a543c9891e772a4b06d1eb0ad955d [Pipeline] echo [2022-12-16T18:59:10.071Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 475d506 [Pipeline] echo [2022-12-16T18:59:10.083Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-12-16T18:59:10.124Z] provisioning config files... [2022-12-16T18:59:10.137Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/361@tmp/config8718275101924225050tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-12-16T18:59:10.434Z] ---> docker-login.sh [2022-12-16T18:59:10.435Z] nexus3.edgexfoundry.org:10001 [2022-12-16T18:59:10.696Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-16T18:59:10.696Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-16T18:59:10.696Z] Configure a credential helper to remove this warning. See [2022-12-16T18:59:10.696Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-16T18:59:10.696Z] [2022-12-16T18:59:10.696Z] Login Succeeded [2022-12-16T18:59:10.696Z] nexus3.edgexfoundry.org:10002 [2022-12-16T18:59:10.955Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-16T18:59:10.955Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-16T18:59:10.955Z] Configure a credential helper to remove this warning. See [2022-12-16T18:59:10.955Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-16T18:59:10.955Z] [2022-12-16T18:59:10.955Z] Login Succeeded [2022-12-16T18:59:10.955Z] nexus3.edgexfoundry.org:10003 [2022-12-16T18:59:10.955Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-16T18:59:10.955Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-16T18:59:10.955Z] Configure a credential helper to remove this warning. See [2022-12-16T18:59:10.955Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-16T18:59:10.955Z] [2022-12-16T18:59:10.956Z] Login Succeeded [2022-12-16T18:59:10.956Z] nexus3.edgexfoundry.org:10004 [2022-12-16T18:59:10.956Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-16T18:59:11.215Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-16T18:59:11.215Z] Configure a credential helper to remove this warning. See [2022-12-16T18:59:11.215Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-16T18:59:11.215Z] [2022-12-16T18:59:11.215Z] Login Succeeded [2022-12-16T18:59:11.215Z] docker.io [2022-12-16T18:59:11.215Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-16T18:59:11.476Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-16T18:59:11.476Z] Configure a credential helper to remove this warning. See [2022-12-16T18:59:11.476Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-16T18:59:11.476Z] [2022-12-16T18:59:11.476Z] Login Succeeded [2022-12-16T18:59:11.476Z] ---> docker-login.sh ends [Pipeline] } [2022-12-16T18:59:11.486Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-12-16T18:59:11.797Z] + ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/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 cmd/sys-mgmt-agent/Dockerfile [2022-12-16T18:59:11.797Z] + dirname cmd/core-command/Dockerfile [2022-12-16T18:59:11.797Z] + cut -d/ -f2 [2022-12-16T18:59:11.797Z] + echo core-command,cmd/core-command/Dockerfile [2022-12-16T18:59:11.797Z] + + dirname cmd/core-data/Dockerfile [2022-12-16T18:59:11.797Z] cut -d/ -f2 [2022-12-16T18:59:11.797Z] + echo core-data,cmd/core-data/Dockerfile [2022-12-16T18:59:11.797Z] + + cut -d/ -f2 [2022-12-16T18:59:11.797Z] dirname cmd/core-metadata/Dockerfile [2022-12-16T18:59:11.797Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-12-16T18:59:11.797Z] + cut -d/ -f2 [2022-12-16T18:59:11.797Z] + dirname cmd/security-bootstrapper/Dockerfile [2022-12-16T18:59:11.797Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-12-16T18:59:11.797Z] + dirname cmd/security-proxy-setup/Dockerfile [2022-12-16T18:59:11.797Z] + cut -d/ -f2 [2022-12-16T18:59:11.797Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-12-16T18:59:11.797Z] + dirname cmd/security-secretstore-setup/Dockerfile [2022-12-16T18:59:11.797Z] + cut -d/ -f2 [2022-12-16T18:59:11.797Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-12-16T18:59:11.797Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2022-12-16T18:59:11.797Z] + cut -d/ -f2 [2022-12-16T18:59:11.797Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2022-12-16T18:59:11.797Z] + dirname cmd/security-spire-agent/Dockerfile [2022-12-16T18:59:11.797Z] + cut -d/ -f2 [2022-12-16T18:59:11.797Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2022-12-16T18:59:11.797Z] + dirname cmd/security-spire-config/Dockerfile [2022-12-16T18:59:11.797Z] + cut -d/ -f2 [2022-12-16T18:59:11.797Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2022-12-16T18:59:11.797Z] + dirname cmd/security-spire-server/Dockerfile [2022-12-16T18:59:11.797Z] + cut -d/ -f2 [2022-12-16T18:59:11.797Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2022-12-16T18:59:11.797Z] + dirname cmd/support-notifications/Dockerfile [2022-12-16T18:59:11.797Z] + cut -d/ -f2 [2022-12-16T18:59:11.797Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-12-16T18:59:11.797Z] + dirname cmd/support-scheduler/Dockerfile [2022-12-16T18:59:11.797Z] + cut -d/ -f2 [2022-12-16T18:59:11.797Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-12-16T18:59:11.797Z] + dirname cmd/sys-mgmt-agent/Dockerfile [2022-12-16T18:59:11.797Z] + cut -d/ -f2 [2022-12-16T18:59:11.797Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-12-16T18:59:11.843Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/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-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], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-12-16T18:59:12.199Z] + git rev-list -1 --merges 475d506e1f7a543c9891e772a4b06d1eb0ad955d~1..475d506e1f7a543c9891e772a4b06d1eb0ad955d [Pipeline] echo [2022-12-16T18:59:12.220Z] -----------> git rev-list -1 --merges 475d506e1f7a543c9891e772a4b06d1eb0ad955d~1..475d506e1f7a543c9891e772a4b06d1eb0ad955d 475d506e1f7a543c9891e772a4b06d1eb0ad955d [false] [Pipeline] sh [2022-12-16T18:59:12.511Z] + git log --format=format:%s -1 475d506e1f7a543c9891e772a4b06d1eb0ad955d [Pipeline] echo [2022-12-16T18:59:12.524Z] ========================================================= [2022-12-16T18:59:12.524Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-12-16T18:59:12.524Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-12-16T18:59:12.968Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-12-16T18:59:12.968Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-12-16T18:59:12.968Z] + [ -e /tmp/ssh_known_hosts ] [2022-12-16T18:59:12.968Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-12-16T18:59:12.968Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-12-16T18:59:12.968Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-12-16T18:59:12.968Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T18:59:13.374Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-12-16T18:59:13.374Z] [2022-12-16T18:59:13.374Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T18:59:13.675Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-12-16T18:59:13.675Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-12-16T18:59:13.675Z] b85a868b505f: Pulling fs layer [2022-12-16T18:59:13.675Z] e2be974225ed: Pulling fs layer [2022-12-16T18:59:13.675Z] 339a4e72a1f5: Pulling fs layer [2022-12-16T18:59:13.675Z] 988bab9f4d93: Pulling fs layer [2022-12-16T18:59:13.675Z] 1469e6f7b9e6: Pulling fs layer [2022-12-16T18:59:13.675Z] eaf3925da568: Pulling fs layer [2022-12-16T18:59:13.675Z] bab4dde63d76: Pulling fs layer [2022-12-16T18:59:13.675Z] bde34c3a00c8: Pulling fs layer [2022-12-16T18:59:13.675Z] b352a97aabf1: Pulling fs layer [2022-12-16T18:59:13.675Z] 4872d77fe225: Pulling fs layer [2022-12-16T18:59:13.675Z] 5851b861e8e6: Pulling fs layer [2022-12-16T18:59:13.675Z] b352a97aabf1: Waiting [2022-12-16T18:59:13.675Z] bab4dde63d76: Waiting [2022-12-16T18:59:13.675Z] 4872d77fe225: Waiting [2022-12-16T18:59:13.675Z] 5851b861e8e6: Waiting [2022-12-16T18:59:13.675Z] bde34c3a00c8: Waiting [2022-12-16T18:59:13.675Z] 1469e6f7b9e6: Waiting [2022-12-16T18:59:13.675Z] eaf3925da568: Waiting [2022-12-16T18:59:13.675Z] e2be974225ed: Verifying Checksum [2022-12-16T18:59:13.675Z] e2be974225ed: Download complete [2022-12-16T18:59:13.675Z] 988bab9f4d93: Verifying Checksum [2022-12-16T18:59:13.675Z] 988bab9f4d93: Download complete [2022-12-16T18:59:13.940Z] 339a4e72a1f5: Verifying Checksum [2022-12-16T18:59:13.940Z] 339a4e72a1f5: Download complete [2022-12-16T18:59:13.940Z] 1469e6f7b9e6: Verifying Checksum [2022-12-16T18:59:13.940Z] 1469e6f7b9e6: Download complete [2022-12-16T18:59:13.940Z] eaf3925da568: Download complete [2022-12-16T18:59:13.940Z] bde34c3a00c8: Download complete [2022-12-16T18:59:13.940Z] b352a97aabf1: Download complete [2022-12-16T18:59:13.940Z] 4872d77fe225: Download complete [2022-12-16T18:59:13.940Z] 5851b861e8e6: Verifying Checksum [2022-12-16T18:59:13.940Z] 5851b861e8e6: Download complete [2022-12-16T18:59:14.203Z] b85a868b505f: Verifying Checksum [2022-12-16T18:59:14.203Z] b85a868b505f: Download complete [2022-12-16T18:59:14.462Z] bab4dde63d76: Verifying Checksum [2022-12-16T18:59:14.462Z] bab4dde63d76: Download complete [2022-12-16T18:59:15.398Z] b85a868b505f: Pull complete [2022-12-16T18:59:15.398Z] e2be974225ed: Pull complete [2022-12-16T18:59:15.966Z] 339a4e72a1f5: Pull complete [2022-12-16T18:59:15.966Z] 988bab9f4d93: Pull complete [2022-12-16T18:59:16.535Z] 1469e6f7b9e6: Pull complete [2022-12-16T18:59:16.535Z] eaf3925da568: Pull complete [2022-12-16T18:59:18.452Z] bab4dde63d76: Pull complete [2022-12-16T18:59:18.452Z] bde34c3a00c8: Pull complete [2022-12-16T18:59:18.452Z] b352a97aabf1: Pull complete [2022-12-16T18:59:18.452Z] 4872d77fe225: Pull complete [2022-12-16T18:59:18.452Z] 5851b861e8e6: Pull complete [2022-12-16T18:59:18.452Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-12-16T18:59:18.452Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-12-16T18:59:18.452Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-12-16T18:59:18.548Z] prd-ubuntu20.04-docker-8c-8g-9 does not seem to be running inside a container [2022-12-16T18:59:18.586Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/361 -v /w/workspace/edgex-go/361:/w/workspace/edgex-go/361:rw,z -v /w/workspace/edgex-go/361@tmp:/w/workspace/edgex-go/361@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 [2022-12-16T18:59:20.068Z] $ docker top 5d937f6f857fb6e2b0477a5fe46c13939b62d557a216ecf70ffcfc4fa287398c -eo pid,comm [2022-12-16T18:59:20.131Z] 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). [2022-12-16T18:59:20.131Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-12-16T18:59:20.174Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-12-16T18:59:20.175Z] [ssh-agent] Looking for ssh-agent implementation... [2022-12-16T18:59:20.306Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-12-16T18:59:20.313Z] $ docker exec 5d937f6f857fb6e2b0477a5fe46c13939b62d557a216ecf70ffcfc4fa287398c ssh-agent [2022-12-16T18:59:20.418Z] SSH_AUTH_SOCK=/tmp/ssh-PN6u68F35Wzi/agent.33 [2022-12-16T18:59:20.418Z] SSH_AGENT_PID=39 [2022-12-16T18:59:20.426Z] Running ssh-add (command line suppressed) [2022-12-16T18:59:20.537Z] Identity added: /w/workspace/edgex-go/361@tmp/private_key_7304477371977694357.key (/w/workspace/edgex-go/361@tmp/private_key_7304477371977694357.key) [2022-12-16T18:59:20.547Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-12-16T18:59:20.846Z] + git tag --points-at HEAD [Pipeline] } [2022-12-16T18:59:20.867Z] $ docker exec --env ******** --env ******** 5d937f6f857fb6e2b0477a5fe46c13939b62d557a216ecf70ffcfc4fa287398c ssh-agent -k [2022-12-16T18:59:20.967Z] unset SSH_AUTH_SOCK; [2022-12-16T18:59:20.968Z] unset SSH_AGENT_PID; [2022-12-16T18:59:20.968Z] echo Agent pid 39 killed; [2022-12-16T18:59:20.974Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-12-16T18:59:20.993Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-12-16T18:59:20.993Z] [ssh-agent] Looking for ssh-agent implementation... [2022-12-16T18:59:21.105Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-12-16T18:59:21.111Z] $ docker exec 5d937f6f857fb6e2b0477a5fe46c13939b62d557a216ecf70ffcfc4fa287398c ssh-agent [2022-12-16T18:59:21.210Z] SSH_AUTH_SOCK=/tmp/ssh-8xXxdDfHnLOa/agent.71 [2022-12-16T18:59:21.210Z] SSH_AGENT_PID=77 [2022-12-16T18:59:21.215Z] Running ssh-add (command line suppressed) [2022-12-16T18:59:21.321Z] Identity added: /w/workspace/edgex-go/361@tmp/private_key_7789244742693461412.key (/w/workspace/edgex-go/361@tmp/private_key_7789244742693461412.key) [2022-12-16T18:59:21.331Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-12-16T18:59:21.617Z] + git semver init [2022-12-16T18:59:21.876Z] 2022-12-16 18:59:21,802 [run_init] DEBUG init version:0.0.0 force:False [2022-12-16T18:59:21.876Z] 2022-12-16 18:59:21,802 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/361/.semver [2022-12-16T18:59:21.876Z] 2022-12-16 18:59:21,803 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/361/.semver [2022-12-16T18:59:21.876Z] 2022-12-16 18:59:21,803 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/361/.semver'], cwd=/w/workspace/edgex-go/361, universal_newlines=False, shell=None, istream=None) [2022-12-16T18:59:26.099Z] 2022-12-16 18:59:25,797 [append_file] DEBUG append to file:/w/workspace/edgex-go/361/.git/info/exclude [2022-12-16T18:59:26.099Z] 2022-12-16 18:59:25,797 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/361/.semver/main with force:False [2022-12-16T18:59:26.099Z] 2022-12-16 18:59:25,797 [read_version] DEBUG read version from /w/workspace/edgex-go/361/.semver/main [2022-12-16T18:59:26.099Z] 2022-12-16 18:59:25,797 [read_version] DEBUG read version from /w/workspace/edgex-go/361/.semver/main [2022-12-16T18:59:26.099Z] 3.0.0-dev.7 [Pipeline] } [2022-12-16T18:59:26.112Z] $ docker exec --env ******** --env ******** 5d937f6f857fb6e2b0477a5fe46c13939b62d557a216ecf70ffcfc4fa287398c ssh-agent -k [2022-12-16T18:59:26.204Z] unset SSH_AUTH_SOCK; [2022-12-16T18:59:26.205Z] unset SSH_AGENT_PID; [2022-12-16T18:59:26.205Z] echo Agent pid 77 killed; [2022-12-16T18:59:26.209Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-12-16T18:59:26.509Z] + git semver [Pipeline] } [2022-12-16T18:59:26.784Z] $ docker stop --time=1 5d937f6f857fb6e2b0477a5fe46c13939b62d557a216ecf70ffcfc4fa287398c [2022-12-16T18:59:28.110Z] $ docker rm -f --volumes 5d937f6f857fb6e2b0477a5fe46c13939b62d557a216ecf70ffcfc4fa287398c [Pipeline] // withDockerContainer [Pipeline] sh [2022-12-16T18:59:28.461Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-12-16T18:59:28.664Z] Stashed 1 file(s) [Pipeline] echo [2022-12-16T18:59:28.668Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.7 [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 [2022-12-16T18:59:29.055Z] + git config --global --add safe.directory /w/workspace/edgex-go/361 [Pipeline] echo [2022-12-16T18:59:29.067Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-12-16T18:59:29.077Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-12-16T18:59:29.084Z] ========================================================= [2022-12-16T18:59:29.084Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-12-16T18:59:29.084Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-12-16T18:59:29.368Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-12-16T18:59:29.368Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-12-16T18:59:29.368Z] 213ec9aee27d: Pulling fs layer [2022-12-16T18:59:29.368Z] 4583459ba037: Pulling fs layer [2022-12-16T18:59:29.368Z] 93c1e223e6f2: Pulling fs layer [2022-12-16T18:59:29.368Z] 53926ce57604: Pulling fs layer [2022-12-16T18:59:29.368Z] 21b2b0c7a3f4: Pulling fs layer [2022-12-16T18:59:29.368Z] 22ff95d597cd: Pulling fs layer [2022-12-16T18:59:29.368Z] 12d6caf4c0d1: Pulling fs layer [2022-12-16T18:59:29.368Z] 96b7cbca73a9: Pulling fs layer [2022-12-16T18:59:29.368Z] a7acece74701: Pulling fs layer [2022-12-16T18:59:29.368Z] 53926ce57604: Waiting [2022-12-16T18:59:29.368Z] 96b7cbca73a9: Waiting [2022-12-16T18:59:29.368Z] a7acece74701: Waiting [2022-12-16T18:59:29.368Z] 21b2b0c7a3f4: Waiting [2022-12-16T18:59:29.368Z] 22ff95d597cd: Waiting [2022-12-16T18:59:29.368Z] 12d6caf4c0d1: Waiting [2022-12-16T18:59:29.368Z] 93c1e223e6f2: Verifying Checksum [2022-12-16T18:59:29.368Z] 93c1e223e6f2: Download complete [2022-12-16T18:59:29.368Z] 4583459ba037: Verifying Checksum [2022-12-16T18:59:29.368Z] 21b2b0c7a3f4: Verifying Checksum [2022-12-16T18:59:29.368Z] 21b2b0c7a3f4: Download complete [2022-12-16T18:59:29.368Z] 22ff95d597cd: Verifying Checksum [2022-12-16T18:59:29.368Z] 22ff95d597cd: Download complete [2022-12-16T18:59:29.368Z] 213ec9aee27d: Verifying Checksum [2022-12-16T18:59:29.368Z] 12d6caf4c0d1: Download complete [2022-12-16T18:59:29.630Z] 213ec9aee27d: Pull complete [2022-12-16T18:59:29.630Z] 4583459ba037: Pull complete [2022-12-16T18:59:29.890Z] 93c1e223e6f2: Pull complete [2022-12-16T18:59:29.890Z] a7acece74701: Verifying Checksum [2022-12-16T18:59:29.890Z] a7acece74701: Download complete [2022-12-16T18:59:30.460Z] 53926ce57604: Verifying Checksum [2022-12-16T18:59:30.460Z] 53926ce57604: Download complete [2022-12-16T18:59:30.460Z] 96b7cbca73a9: Verifying Checksum [2022-12-16T18:59:30.460Z] 96b7cbca73a9: Download complete [2022-12-16T18:59:34.650Z] 53926ce57604: Pull complete [2022-12-16T18:59:34.650Z] 21b2b0c7a3f4: Pull complete [2022-12-16T18:59:34.650Z] 22ff95d597cd: Pull complete [2022-12-16T18:59:34.650Z] 12d6caf4c0d1: Pull complete [2022-12-16T18:59:36.546Z] 96b7cbca73a9: Pull complete [2022-12-16T18:59:37.111Z] a7acece74701: Pull complete [2022-12-16T18:59:37.111Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2022-12-16T18:59:37.111Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-12-16T18:59:37.111Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2022-12-16T18:59:37.408Z] + + dockerecho build FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-12-16T18:59:37.408Z] WORKDIR /edgex [2022-12-16T18:59:37.408Z] COPY go.mod . [2022-12-16T18:59:37.408Z] RUN go mod download -t [2022-12-16T18:59:37.408Z] ci-base-image-x86_64 -f - . [2022-12-16T18:59:37.977Z] Sending build context to Docker daemon 170.2MB [2022-12-16T18:59:37.977Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-12-16T18:59:37.977Z] ---> db6d94c90886 [2022-12-16T18:59:37.977Z] Step 2/4 : WORKDIR /edgex [2022-12-16T18:59:39.886Z] ---> Running in 959bbeb28093 [2022-12-16T18:59:40.145Z] Removing intermediate container 959bbeb28093 [2022-12-16T18:59:40.145Z] ---> 9eafb5353a65 [2022-12-16T18:59:40.145Z] Step 3/4 : COPY go.mod . [2022-12-16T18:59:40.145Z] ---> 123e9377e700 [2022-12-16T18:59:40.145Z] Step 4/4 : RUN go mod download [2022-12-16T18:59:40.402Z] ---> Running in 44bbf4d9ffe1 [2022-12-16T18:59:43.746Z] Still waiting to schedule task [2022-12-16T18:59:43.747Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-12-16T18:59:52.610Z] Removing intermediate container 44bbf4d9ffe1 [2022-12-16T18:59:52.610Z] ---> f7a6f83471ce [2022-12-16T18:59:52.610Z] Successfully built f7a6f83471ce [2022-12-16T18:59:52.610Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T18:59:52.911Z] + docker inspect -f . ci-base-image-x86_64 [2022-12-16T18:59:52.911Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-12-16T18:59:52.984Z] prd-ubuntu20.04-docker-8c-8g-9 does not seem to be running inside a container [2022-12-16T18:59:53.015Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/361 -v /w/workspace/edgex-go/361:/w/workspace/edgex-go/361:rw,z -v /w/workspace/edgex-go/361@tmp:/w/workspace/edgex-go/361@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 [2022-12-16T18:59:53.415Z] $ docker top 71ce812911c276e21d5cce0ca98c50974c2b10a5219217649fae0c985b14b611 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-12-16T18:59:53.751Z] + go version [2022-12-16T18:59:53.751Z] go version go1.18.7 linux/amd64 [Pipeline] } [2022-12-16T18:59:53.764Z] $ docker stop --time=1 71ce812911c276e21d5cce0ca98c50974c2b10a5219217649fae0c985b14b611 [2022-12-16T18:59:55.044Z] $ docker rm -f --volumes 71ce812911c276e21d5cce0ca98c50974c2b10a5219217649fae0c985b14b611 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T18:59:55.433Z] + docker inspect -f . ci-base-image-x86_64 [2022-12-16T18:59:55.433Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-12-16T18:59:55.511Z] prd-ubuntu20.04-docker-8c-8g-9 does not seem to be running inside a container [2022-12-16T18:59:55.540Z] $ 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/361 -v /w/workspace/edgex-go/361:/w/workspace/edgex-go/361:rw,z -v /w/workspace/edgex-go/361@tmp:/w/workspace/edgex-go/361@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 [2022-12-16T18:59:55.880Z] $ docker top 612c2b03604b667a2020ab51462c542270e8e9098d4cf2b75900310059d902ad -eo pid,comm [Pipeline] { [Pipeline] echo [2022-12-16T18:59:55.943Z] ========================================================= [2022-12-16T18:59:55.943Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-12-16T18:59:55.943Z] ========================================================= [Pipeline] sh [2022-12-16T18:59:56.222Z] + git config --global --add safe.directory /w/workspace/edgex-go/361 [Pipeline] fileExists [Pipeline] sh [2022-12-16T18:59:56.517Z] + make test [2022-12-16T18:59:56.517Z] go test -race -coverprofile=coverage.out ./... [2022-12-16T19:00:03.081Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-12-16T19:00:17.939Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-12-16T19:00:17.939Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-12-16T19:00:17.939Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-12-16T19:00:17.939Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-12-16T19:00:17.939Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-12-16T19:00:17.939Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-12-16T19:00:17.939Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-12-16T19:00:17.939Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-12-16T19:00:17.939Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-12-16T19:00:17.939Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-12-16T19:00:17.939Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-12-16T19:00:17.939Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-12-16T19:00:17.939Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-12-16T19:00:17.939Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-12-16T19:00:17.939Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-12-16T19:00:17.939Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.056s coverage: 28.7% of statements [2022-12-16T19:00:17.939Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-12-16T19:00:17.939Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-12-16T19:00:17.939Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.150s coverage: 98.5% of statements [2022-12-16T19:00:18.198Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.151s coverage: 43.0% of statements [2022-12-16T19:00:18.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2022-12-16T19:00:18.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-12-16T19:00:18.198Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.147s coverage: 54.2% of statements [2022-12-16T19:00:18.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-12-16T19:00:18.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-12-16T19:00:22.383Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.459s coverage: 89.2% of statements [2022-12-16T19:00:22.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-12-16T19:00:22.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-12-16T19:00:22.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-12-16T19:00:22.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-12-16T19:00:22.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-12-16T19:00:22.384Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.111s coverage: 2.2% of statements [2022-12-16T19:00:22.384Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-12-16T19:00:22.384Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-12-16T19:00:22.384Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.533s coverage: 95.6% of statements [2022-12-16T19:00:22.384Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-12-16T19:00:22.384Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-12-16T19:00:22.384Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2022-12-16T19:00:22.384Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.098s coverage: 72.2% of statements [2022-12-16T19:00:22.384Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-12-16T19:00:22.384Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-12-16T19:00:22.384Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-12-16T19:00:22.384Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-12-16T19:00:22.384Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-12-16T19:00:22.384Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.081s coverage: 60.0% of statements [2022-12-16T19:00:22.384Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-12-16T19:00:22.384Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-12-16T19:00:22.384Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-12-16T19:00:22.384Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.100s coverage: 0.9% of statements [2022-12-16T19:00:22.384Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-12-16T19:00:22.384Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.082s coverage: 58.8% of statements [2022-12-16T19:00:22.384Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.088s coverage: 29.6% of statements [2022-12-16T19:00:22.384Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-12-16T19:00:22.384Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.058s coverage: 47.1% of statements [2022-12-16T19:00:22.384Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.081s coverage: 79.5% of statements [2022-12-16T19:00:22.384Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.056s coverage: 94.1% of statements [2022-12-16T19:00:22.384Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.058s coverage: 96.3% of statements [2022-12-16T19:00:22.384Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.078s coverage: 87.5% of statements [2022-12-16T19:00:32.357Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.073s coverage: 94.4% of statements [2022-12-16T19:00:32.357Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.060s coverage: 44.8% of statements [2022-12-16T19:00:32.614Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.207s coverage: 79.9% of statements [2022-12-16T19:00:32.614Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-12-16T19:00:42.592Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.108s coverage: 92.9% of statements [2022-12-16T19:00:42.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-12-16T19:00:42.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-12-16T19:00:42.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-12-16T19:00:42.592Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.048s coverage: 65.1% of statements [2022-12-16T19:00:42.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-12-16T19:00:42.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2022-12-16T19:00:42.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2022-12-16T19:00:42.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2022-12-16T19:00:42.592Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.080s coverage: 86.9% of statements [2022-12-16T19:00:42.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-12-16T19:00:42.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-12-16T19:00:42.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-12-16T19:00:42.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-12-16T19:00:42.592Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.070s coverage: 87.2% of statements [2022-12-16T19:00:42.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-12-16T19:00:42.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-12-16T19:00:42.592Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.057s coverage: 100.0% of statements [2022-12-16T19:00:42.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-12-16T19:00:42.592Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 58.8% of statements [2022-12-16T19:00:42.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-12-16T19:00:42.592Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.074s coverage: 80.0% of statements [2022-12-16T19:00:42.592Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.053s coverage: 87.2% of statements [2022-12-16T19:00:42.592Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.083s coverage: 85.4% of statements [2022-12-16T19:00:42.592Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.224s coverage: 91.2% of statements [2022-12-16T19:00:42.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-12-16T19:00:42.592Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.186s coverage: 64.7% of statements [2022-12-16T19:00:42.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-12-16T19:00:42.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-12-16T19:00:42.592Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.077s coverage: 100.0% of statements [2022-12-16T19:00:42.592Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 89.4% of statements [2022-12-16T19:00:42.592Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2022-12-16T19:00:42.592Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2022-12-16T19:00:42.592Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements [2022-12-16T19:00:42.592Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.353s coverage: 65.8% of statements [2022-12-16T19:00:42.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-12-16T19:00:42.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-12-16T19:00:42.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-12-16T19:00:42.592Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.167s coverage: 41.8% of statements [2022-12-16T19:00:42.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-12-16T19:00:42.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-12-16T19:00:42.592Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.065s coverage: 89.5% of statements [2022-12-16T19:00:42.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-12-16T19:00:42.592Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.055s coverage: 84.8% of statements [2022-12-16T19:00:42.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-12-16T19:00:42.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-12-16T19:00:42.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-12-16T19:00:42.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-12-16T19:00:42.592Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.076s coverage: 17.7% of statements [2022-12-16T19:00:42.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-12-16T19:00:42.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-12-16T19:00:42.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-12-16T19:00:42.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-12-16T19:00:42.592Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.163s coverage: 92.3% of statements [2022-12-16T19:00:42.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-12-16T19:00:42.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-12-16T19:00:42.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-12-16T19:00:42.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-12-16T19:00:42.592Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.073s coverage: 63.2% of statements [2022-12-16T19:00:42.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-12-16T19:00:42.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-12-16T19:00:42.592Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.106s coverage: 97.7% of statements [2022-12-16T19:00:42.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-12-16T19:00:42.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-12-16T19:00:42.592Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-12-16T19:00:42.592Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-12-16T19:00:42.592Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.075s coverage: 28.9% of statements [2022-12-16T19:00:42.592Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-12-16T19:00:42.592Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-12-16T19:00:42.592Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-12-16T19:00:42.592Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-12-16T19:00:42.592Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-12-16T19:00:42.592Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-12-16T19:00:42.592Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.053s coverage: 100.0% of statements [2022-12-16T19:00:42.592Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 96.9% of statements [2022-12-16T19:00:42.592Z] 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 [2022-12-16T19:01:00.661Z] 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." [2022-12-16T19:01:00.661Z] go vet ./... [2022-12-16T19:01:03.938Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-12-16T19:01:03.938Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-12-16T19:01:03.938Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-12-16T19:01:04.211Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-12-16T19:01:04.501Z] + ls -al . [2022-12-16T19:01:04.501Z] total 772 [2022-12-16T19:01:04.501Z] drwxrwxr-x 11 1001 1001 4096 Dec 16 18:59 . [2022-12-16T19:01:04.501Z] drwxr-xr-x 4 root root 4096 Dec 16 18:59 .. [2022-12-16T19:01:04.501Z] drwxrwxr-x 2 1001 1001 4096 Dec 16 18:59 .blubracket [2022-12-16T19:01:04.501Z] -rw-rw-r-- 1 1001 1001 16 Dec 16 18:59 .dockerignore [2022-12-16T19:01:04.501Z] drwxrwxr-x 8 1001 1001 4096 Dec 16 19:00 .git [2022-12-16T19:01:04.501Z] drwxrwxr-x 3 1001 1001 4096 Dec 16 18:59 .github [2022-12-16T19:01:04.501Z] -rw-rw-r-- 1 1001 1001 1030 Dec 16 18:59 .gitignore [2022-12-16T19:01:04.501Z] -rw-rw-r-- 1 1001 1001 42 Dec 16 18:59 .golangci.yml [2022-12-16T19:01:04.501Z] -rw-rw-r-- 1 1001 1001 87 Dec 16 18:59 .hadolint.yml [2022-12-16T19:01:04.501Z] drwxr-xr-x 3 1001 1001 4096 Dec 16 18:59 .semver [2022-12-16T19:01:04.501Z] -rw-rw-r-- 1 1001 1001 166 Dec 16 18:59 .sonarcloud.properties [2022-12-16T19:01:04.501Z] -rw-rw-r-- 1 1001 1001 1171 Dec 16 18:59 ADOPTERS.md [2022-12-16T19:01:04.501Z] -rw-rw-r-- 1 1001 1001 10618 Dec 16 18:59 Attribution.txt [2022-12-16T19:01:04.501Z] -rw-rw-r-- 1 1001 1001 73765 Dec 16 18:59 CHANGELOG.md [2022-12-16T19:01:04.501Z] -rw-rw-r-- 1 1001 1001 3804 Dec 16 18:59 CONTRIBUTING.md [2022-12-16T19:01:04.501Z] -rw-rw-r-- 1 1001 1001 677 Dec 16 18:59 GOVERNANCE.md [2022-12-16T19:01:04.501Z] -rw-rw-r-- 1 1001 1001 850 Dec 16 18:59 Jenkinsfile [2022-12-16T19:01:04.501Z] -rw-rw-r-- 1 1001 1001 10775 Dec 16 18:59 LICENSE [2022-12-16T19:01:04.501Z] -rw-rw-r-- 1 1001 1001 13289 Dec 16 18:59 Makefile [2022-12-16T19:01:04.501Z] -rw-rw-r-- 1 1001 1001 582 Dec 16 18:59 OWNERS.md [2022-12-16T19:01:04.501Z] -rw-rw-r-- 1 1001 1001 9403 Dec 16 18:59 README.md [2022-12-16T19:01:04.501Z] -rw-rw-r-- 1 1001 1001 6912 Dec 16 18:59 SECURITY.md [2022-12-16T19:01:04.501Z] -rw-rw-r-- 1 1001 1001 11 Dec 16 18:59 VERSION [2022-12-16T19:01:04.501Z] drwxrwxr-x 2 1001 1001 4096 Dec 16 18:59 bin [2022-12-16T19:01:04.501Z] drwxrwxr-x 18 1001 1001 4096 Dec 16 18:59 cmd [2022-12-16T19:01:04.501Z] -rw-r--r-- 1 root root 501826 Dec 16 19:00 coverage.out [2022-12-16T19:01:04.501Z] -rw-rw-r-- 1 1001 1001 3400 Dec 16 18:59 go.mod [2022-12-16T19:01:04.501Z] -rw-rw-r-- 1 1001 1001 45110 Dec 16 18:59 go.sum [2022-12-16T19:01:04.501Z] drwxrwxr-x 8 1001 1001 4096 Dec 16 18:59 internal [2022-12-16T19:01:04.501Z] drwxrwxr-x 3 1001 1001 4096 Dec 16 18:59 openapi [2022-12-16T19:01:04.501Z] drwxrwxr-x 4 1001 1001 4096 Dec 16 18:59 snap [2022-12-16T19:01:04.501Z] -rw-rw-r-- 1 1001 1001 204 Dec 16 18:59 version.go [Pipeline] sh [2022-12-16T19:01:04.808Z] + '[' -e coverage.out ] [2022-12-16T19:01:04.808Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-12-16T19:01:04.918Z] Stashed 1 file(s) [Pipeline] sh [2022-12-16T19:01:05.199Z] + make build [2022-12-16T19:01:05.200Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2022-12-16T19:01:10.817Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-10 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2022-12-16T19:01:10.828Z] Running in /w/workspace/edgex-go/361 [Pipeline] { [Pipeline] checkout [2022-12-16T19:01:10.866Z] The recommended git tool is: git [2022-12-16T19:01:16.101Z] using credential edgex-jenkins-ssh [2022-12-16T19:01:16.118Z] Cloning the remote Git repository [2022-12-16T19:01:16.161Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-12-16T19:01:16.237Z] > git init /w/workspace/edgex-go/361 # timeout=10 [2022-12-16T19:01:16.394Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-12-16T19:01:16.395Z] > git --version # timeout=10 [2022-12-16T19:01:16.419Z] > git --version # 'git version 2.25.1' [2022-12-16T19:01:16.421Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-12-16T19:01:16.476Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-12-16T19:01:17.394Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-12-16T19:01:17.394Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-12-16T19:01:18.767Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-12-16T19:01:25.366Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-12-16T19:01:25.366Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-12-16T19:01:26.831Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-12-16T19:01:28.247Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-12-16T19:01:28.814Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-12-16T19:01:30.189Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-12-16T19:01:31.126Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-12-16T19:01:31.692Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-12-16T19:01:32.524Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-12-16T19:01:32.544Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-12-16T19:01:33.298Z] Avoid second fetch [2022-12-16T19:01:33.299Z] Checking out Revision 475d506e1f7a543c9891e772a4b06d1eb0ad955d (main) [2022-12-16T19:01:33.960Z] Commit message: "fix: go mod configuration to v3 in attribution.txt (#4254)" [2022-12-16T19:01:34.226Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-12-16T19:01:34.908Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-12-16T19:01:34.908Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-12-16T19:01:34.908Z] Dload Upload Total Spent Left Speed [2022-12-16T19:01:34.908Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 90432 0 --:--:-- --:--:-- --:--:-- 91078 [2022-12-16T19:01:33.315Z] > git config core.sparsecheckout # timeout=10 [2022-12-16T19:01:33.336Z] > git checkout -f 475d506e1f7a543c9891e772a4b06d1eb0ad955d # timeout=10 [Pipeline] } [2022-12-16T19:01:35.173Z] $ docker stop --time=1 612c2b03604b667a2020ab51462c542270e8e9098d4cf2b75900310059d902ad [2022-12-16T19:01:37.567Z] $ docker rm -f --volumes 612c2b03604b667a2020ab51462c542270e8e9098d4cf2b75900310059d902ad [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:01:38.275Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-12-16T19:01:38.558Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-12-16T19:01:38.558Z] [2022-12-16T19:01:38.558Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:01:38.627Z] + sudo tee /etc/docker/daemon.new [2022-12-16T19:01:38.627Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-12-16T19:01:38.628Z] { [2022-12-16T19:01:38.628Z] "registry-mirrors": [ [2022-12-16T19:01:38.628Z] "https://nexus3.edgexfoundry.org:10001" [2022-12-16T19:01:38.628Z] ], [2022-12-16T19:01:38.628Z] "bip": "10.250.0.254/24", [2022-12-16T19:01:38.628Z] "hosts": [ [2022-12-16T19:01:38.628Z] "tcp://0.0.0.0:5555", [2022-12-16T19:01:38.628Z] "unix:///var/run/docker.sock" [2022-12-16T19:01:38.628Z] ], [2022-12-16T19:01:38.628Z] "mtu": 1458, [2022-12-16T19:01:38.628Z] "selinux-enabled": true, [2022-12-16T19:01:38.628Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-12-16T19:01:38.628Z] } [Pipeline] sh [2022-12-16T19:01:38.850Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-12-16T19:01:38.851Z] latest: Pulling from edgex-devops/edgex-compose [2022-12-16T19:01:38.851Z] cbdbe7a5bc2a: Pulling fs layer [2022-12-16T19:01:38.851Z] ca9280d653b3: Pulling fs layer [2022-12-16T19:01:38.851Z] 7e9c9ca2126c: Pulling fs layer [2022-12-16T19:01:38.851Z] cbdbe7a5bc2a: Download complete [2022-12-16T19:01:38.971Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-12-16T19:01:39.111Z] cbdbe7a5bc2a: Pull complete [2022-12-16T19:01:39.111Z] ca9280d653b3: Verifying Checksum [2022-12-16T19:01:39.111Z] ca9280d653b3: Download complete [2022-12-16T19:01:39.294Z] + sudo service docker restart [2022-12-16T19:01:39.369Z] 7e9c9ca2126c: Verifying Checksum [2022-12-16T19:01:39.627Z] ca9280d653b3: Pull complete [2022-12-16T19:01:42.908Z] 7e9c9ca2126c: Pull complete [2022-12-16T19:01:42.908Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2022-12-16T19:01:42.908Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-12-16T19:01:42.908Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-12-16T19:01:42.980Z] prd-ubuntu20.04-docker-8c-8g-9 does not seem to be running inside a container [2022-12-16T19:01:43.009Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/361 -v /w/workspace/edgex-go/361:/w/workspace/edgex-go/361:rw,z -v /w/workspace/edgex-go/361@tmp:/w/workspace/edgex-go/361@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 [2022-12-16T19:01:44.178Z] $ docker top f086e6052efa689ea08c7d99e8a832653656d1e8ca696ad695bc20ad4f19de0f -eo pid,comm [Pipeline] { [Pipeline] sh [2022-12-16T19:01:44.513Z] + + docker-composegrep build parallel --help [2022-12-16T19:01:44.513Z] [2022-12-16T19:01:45.080Z] --parallel Build images in parallel. [Pipeline] } [2022-12-16T19:01:45.094Z] $ docker stop --time=1 f086e6052efa689ea08c7d99e8a832653656d1e8ca696ad695bc20ad4f19de0f [2022-12-16T19:01:46.369Z] $ docker rm -f --volumes f086e6052efa689ea08c7d99e8a832653656d1e8ca696ad695bc20ad4f19de0f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:01:46.763Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-12-16T19:01:46.763Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-12-16T19:01:46.835Z] prd-ubuntu20.04-docker-8c-8g-9 does not seem to be running inside a container [2022-12-16T19:01:46.866Z] $ 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/361 -v /w/workspace/edgex-go/361:/w/workspace/edgex-go/361:rw,z -v /w/workspace/edgex-go/361@tmp:/w/workspace/edgex-go/361@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 [2022-12-16T19:01:47.249Z] $ docker top 58d5e7bd8e6e63428edae538b914dad8e0bb37e7e695ba79260972e2d1260ad8 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-12-16T19:01:47.583Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-12-16T19:01:48.150Z] Building core-command ... [2022-12-16T19:01:48.150Z] Building core-data ... [2022-12-16T19:01:48.150Z] Building core-metadata ... [2022-12-16T19:01:48.150Z] Building security-bootstrapper ... [2022-12-16T19:01:48.150Z] Building security-proxy-setup ... [2022-12-16T19:01:48.150Z] Building security-secretstore-setup ... [2022-12-16T19:01:48.150Z] Building security-spiffe-token-provider ... [2022-12-16T19:01:48.150Z] Building security-spire-agent ... [2022-12-16T19:01:48.150Z] Building security-spire-config ... [2022-12-16T19:01:48.150Z] Building security-spire-server ... [2022-12-16T19:01:48.150Z] Building support-notifications ... [2022-12-16T19:01:48.150Z] Building support-scheduler ... [2022-12-16T19:01:48.150Z] Building sys-mgmt-agent ... [2022-12-16T19:01:48.150Z] Building security-spire-server [2022-12-16T19:01:48.150Z] Building support-scheduler [2022-12-16T19:01:48.150Z] Building support-notifications [2022-12-16T19:01:48.150Z] Building security-bootstrapper [2022-12-16T19:01:48.150Z] Building core-metadata [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-12-16T19:01:57.530Z] provisioning config files... [2022-12-16T19:01:57.552Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/361@tmp/config787916795967146492tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-12-16T19:01:57.898Z] ---> docker-login.sh [2022-12-16T19:01:57.898Z] nexus3.edgexfoundry.org:10001 [2022-12-16T19:01:58.167Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-16T19:01:58.436Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-16T19:01:58.436Z] Configure a credential helper to remove this warning. See [2022-12-16T19:01:58.436Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-16T19:01:58.436Z] [2022-12-16T19:01:58.436Z] Login Succeeded [2022-12-16T19:01:58.436Z] nexus3.edgexfoundry.org:10002 [2022-12-16T19:01:58.706Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-16T19:01:58.706Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-16T19:01:58.706Z] Configure a credential helper to remove this warning. See [2022-12-16T19:01:58.706Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-16T19:01:58.706Z] [2022-12-16T19:01:58.706Z] Login Succeeded [2022-12-16T19:01:58.706Z] nexus3.edgexfoundry.org:10003 [2022-12-16T19:01:58.973Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-16T19:01:59.240Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-16T19:01:59.240Z] Configure a credential helper to remove this warning. See [2022-12-16T19:01:59.240Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-16T19:01:59.240Z] [2022-12-16T19:01:59.240Z] Login Succeeded [2022-12-16T19:01:59.240Z] nexus3.edgexfoundry.org:10004 [2022-12-16T19:01:59.240Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-16T19:01:59.508Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-16T19:01:59.508Z] Configure a credential helper to remove this warning. See [2022-12-16T19:01:59.508Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-16T19:01:59.508Z] [2022-12-16T19:01:59.508Z] Login Succeeded [2022-12-16T19:01:59.508Z] docker.io [2022-12-16T19:01:59.776Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-16T19:02:00.042Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-16T19:02:00.042Z] Configure a credential helper to remove this warning. See [2022-12-16T19:02:00.042Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-16T19:02:00.042Z] [2022-12-16T19:02:00.042Z] Login Succeeded [2022-12-16T19:02:00.042Z] ---> docker-login.sh ends [Pipeline] } [2022-12-16T19:02:00.056Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2022-12-16T19:02:00.343Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-12-16T19:02:00.343Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-12-16T19:02:00.343Z] ---> f7a6f83471ce [2022-12-16T19:02:00.343Z] Step 3/23 : WORKDIR /edgex-go [2022-12-16T19:02:00.343Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-12-16T19:02:00.343Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-12-16T19:02:00.343Z] ---> f7a6f83471ce [2022-12-16T19:02:00.343Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2022-12-16T19:02:00.343Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-12-16T19:02:00.343Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-12-16T19:02:00.343Z] ---> f7a6f83471ce [2022-12-16T19:02:00.343Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2022-12-16T19:02:00.343Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-12-16T19:02:00.343Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-12-16T19:02:00.343Z] ---> f7a6f83471ce [2022-12-16T19:02:00.343Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-12-16T19:02:00.343Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-12-16T19:02:00.343Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2022-12-16T19:02:00.343Z] ---> f7a6f83471ce [2022-12-16T19:02:00.343Z] Step 3/32 : WORKDIR /edgex-go [2022-12-16T19:02:00.582Z] + git config --global --add safe.directory /w/workspace/edgex-go/361 [Pipeline] echo [2022-12-16T19:02:00.602Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-12-16T19:02:00.613Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-12-16T19:02:00.621Z] ========================================================= [2022-12-16T19:02:00.621Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-12-16T19:02:00.621Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-12-16T19:02:00.934Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-12-16T19:02:00.934Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-12-16T19:02:00.934Z] 9b18e9b68314: Pulling fs layer [2022-12-16T19:02:00.934Z] 35d82f9e3411: Pulling fs layer [2022-12-16T19:02:00.934Z] e16973657156: Pulling fs layer [2022-12-16T19:02:00.934Z] fc693d55d65f: Pulling fs layer [2022-12-16T19:02:00.934Z] 7e9fc2657dce: Pulling fs layer [2022-12-16T19:02:00.934Z] dda99020689f: Pulling fs layer [2022-12-16T19:02:00.934Z] db1c61fa0a46: Pulling fs layer [2022-12-16T19:02:00.934Z] 891c053d2c06: Pulling fs layer [2022-12-16T19:02:00.934Z] dda99020689f: Waiting [2022-12-16T19:02:00.934Z] db1c61fa0a46: Waiting [2022-12-16T19:02:00.934Z] 891c053d2c06: Waiting [2022-12-16T19:02:00.934Z] fc693d55d65f: Waiting [2022-12-16T19:02:00.934Z] 7e9fc2657dce: Waiting [2022-12-16T19:02:01.202Z] e16973657156: Verifying Checksum [2022-12-16T19:02:01.202Z] e16973657156: Download complete [2022-12-16T19:02:01.202Z] 7e9fc2657dce: Download complete [2022-12-16T19:02:01.202Z] dda99020689f: Verifying Checksum [2022-12-16T19:02:01.202Z] dda99020689f: Download complete [2022-12-16T19:02:01.202Z] 9b18e9b68314: Verifying Checksum [2022-12-16T19:02:01.202Z] 9b18e9b68314: Download complete [2022-12-16T19:02:02.180Z] 9b18e9b68314: Pull complete [2022-12-16T19:02:02.180Z] 891c053d2c06: Verifying Checksum [2022-12-16T19:02:02.180Z] 891c053d2c06: Download complete [2022-12-16T19:02:02.454Z] 35d82f9e3411: Pull complete [2022-12-16T19:02:02.723Z] e16973657156: Pull complete [2022-12-16T19:02:02.878Z] ---> Running in d952e7363472 [2022-12-16T19:02:02.878Z] ---> Running in 84e0b6350f17 [2022-12-16T19:02:02.878Z] ---> Running in d3b5f06c8564 [2022-12-16T19:02:02.878Z] ---> Running in b0276b2476ae [2022-12-16T19:02:02.878Z] ---> Running in a38aa8021bd6 [2022-12-16T19:02:02.878Z] Removing intermediate container 84e0b6350f17 [2022-12-16T19:02:02.878Z] ---> 545710ef63e9 [2022-12-16T19:02:02.878Z] Step 4/22 : WORKDIR /edgex-go [2022-12-16T19:02:02.878Z] Removing intermediate container b0276b2476ae [2022-12-16T19:02:02.878Z] ---> 5249c7e97b5e [2022-12-16T19:02:02.878Z] Step 4/22 : WORKDIR /edgex-go [2022-12-16T19:02:03.137Z] ---> Running in 1b89321ccef0 [2022-12-16T19:02:03.137Z] Removing intermediate container d952e7363472 [2022-12-16T19:02:03.137Z] ---> a644f2fa4317 [2022-12-16T19:02:03.137Z] Step 4/32 : RUN apk add --update --no-cache make git [2022-12-16T19:02:03.137Z] Removing intermediate container a38aa8021bd6 [2022-12-16T19:02:03.137Z] ---> da47e4c21543 [2022-12-16T19:02:03.137Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2022-12-16T19:02:03.137Z] ---> Running in d6d7fdde4a16 [2022-12-16T19:02:03.137Z] Removing intermediate container d3b5f06c8564 [2022-12-16T19:02:03.137Z] ---> 8450696667f2 [2022-12-16T19:02:03.137Z] Step 4/24 : WORKDIR /edgex-go [2022-12-16T19:02:03.137Z] ---> Running in 132530ff5ce9 [2022-12-16T19:02:03.137Z] ---> Running in 6e5b22ccaf1c [2022-12-16T19:02:03.137Z] ---> Running in f8958924ea3d [2022-12-16T19:02:03.137Z] Removing intermediate container 1b89321ccef0 [2022-12-16T19:02:03.137Z] ---> 4b92d4bd3aec [2022-12-16T19:02:03.137Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-12-16T19:02:03.137Z] ---> Running in 4f97228bb83b [2022-12-16T19:02:03.137Z] Removing intermediate container d6d7fdde4a16 [2022-12-16T19:02:03.137Z] ---> d5d649f8777b [2022-12-16T19:02:03.137Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-12-16T19:02:03.307Z] db1c61fa0a46: Verifying Checksum [2022-12-16T19:02:03.307Z] db1c61fa0a46: Download complete [2022-12-16T19:02:03.397Z] ---> Running in 79bf0cce3331 [2022-12-16T19:02:03.397Z] Removing intermediate container 132530ff5ce9 [2022-12-16T19:02:03.397Z] ---> 4f1664ea1723 [2022-12-16T19:02:03.397Z] Step 5/24 : RUN apk add --update --no-cache make git [2022-12-16T19:02:03.397Z] ---> Running in 6674abb5c216 [2022-12-16T19:02:03.656Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-12-16T19:02:03.656Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-12-16T19:02:03.915Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-12-16T19:02:03.915Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-12-16T19:02:03.915Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-12-16T19:02:03.915Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-12-16T19:02:03.915Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-12-16T19:02:03.915Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-12-16T19:02:04.173Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-12-16T19:02:04.173Z] OK: 211 MiB in 51 packages [2022-12-16T19:02:04.173Z] OK: 211 MiB in 51 packages [2022-12-16T19:02:04.173Z] OK: 211 MiB in 51 packages [2022-12-16T19:02:04.173Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-12-16T19:02:04.173Z] OK: 211 MiB in 51 packages [2022-12-16T19:02:04.431Z] OK: 211 MiB in 51 packages [2022-12-16T19:02:04.690Z] Removing intermediate container 6e5b22ccaf1c [2022-12-16T19:02:04.690Z] ---> 37814afffa33 [2022-12-16T19:02:04.690Z] Step 5/23 : COPY go.mod vendor* ./ [2022-12-16T19:02:04.690Z] Removing intermediate container f8958924ea3d [2022-12-16T19:02:04.690Z] ---> e2582aef87d0 [2022-12-16T19:02:04.690Z] Step 5/32 : COPY go.mod vendor* ./ [2022-12-16T19:02:04.690Z] Removing intermediate container 4f97228bb83b [2022-12-16T19:02:04.690Z] ---> 2008ee2ec429 [2022-12-16T19:02:04.690Z] Step 6/22 : COPY go.mod vendor* ./ [2022-12-16T19:02:04.690Z] ---> 7d7c2c363ee3 [2022-12-16T19:02:04.690Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-12-16T19:02:04.947Z] ---> Running in bd6234f14ea6 [2022-12-16T19:02:04.947Z] ---> 1a5a1b3fe42a [2022-12-16T19:02:04.947Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-12-16T19:02:04.947Z] Removing intermediate container 79bf0cce3331 [2022-12-16T19:02:04.947Z] ---> 2caf06d579af [2022-12-16T19:02:04.947Z] Step 6/22 : COPY go.mod vendor* ./ [2022-12-16T19:02:04.947Z] ---> 61e77a67dba2 [2022-12-16T19:02:04.947Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-12-16T19:02:04.947Z] Removing intermediate container 6674abb5c216 [2022-12-16T19:02:04.947Z] ---> 6cf0e442631d [2022-12-16T19:02:04.947Z] Step 6/24 : COPY go.mod vendor* ./ [2022-12-16T19:02:04.947Z] ---> Running in 6356746b1243 [2022-12-16T19:02:04.947Z] ---> Running in bc11fa7e1ef6 [2022-12-16T19:02:05.205Z] ---> 5aedd592c075 [2022-12-16T19:02:05.205Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-12-16T19:02:05.205Z] ---> b679032c6f27 [2022-12-16T19:02:05.205Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-12-16T19:02:05.205Z] ---> Running in 1102c41fa6aa [2022-12-16T19:02:05.205Z] ---> Running in bbaabe912318 [2022-12-16T19:02:06.030Z] fc693d55d65f: Verifying Checksum [2022-12-16T19:02:06.030Z] fc693d55d65f: Download complete [2022-12-16T19:02:16.122Z] fc693d55d65f: Pull complete [2022-12-16T19:02:16.388Z] 7e9fc2657dce: Pull complete [2022-12-16T19:02:16.654Z] dda99020689f: Pull complete [2022-12-16T19:02:22.024Z] db1c61fa0a46: Pull complete [2022-12-16T19:02:23.432Z] 891c053d2c06: Pull complete [2022-12-16T19:02:23.432Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2022-12-16T19:02:23.432Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-12-16T19:02:23.706Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2022-12-16T19:02:24.106Z] + docker build -t ci-base-image-arm64 -f - . [2022-12-16T19:02:24.106Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-12-16T19:02:24.106Z] WORKDIR /edgex [2022-12-16T19:02:24.106Z] COPY go.mod . [2022-12-16T19:02:24.106Z] RUN go mod download [2022-12-16T19:02:24.706Z] Sending build context to Docker daemon 3.266MB [2022-12-16T19:02:24.706Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-12-16T19:02:24.706Z] ---> f96f9c87975a [2022-12-16T19:02:24.706Z] Step 2/4 : WORKDIR /edgex [2022-12-16T19:02:26.649Z] ---> Running in cc0b5e75bb06 [2022-12-16T19:02:26.649Z] Removing intermediate container cc0b5e75bb06 [2022-12-16T19:02:26.649Z] ---> 5d4d8035b888 [2022-12-16T19:02:26.649Z] Step 3/4 : COPY go.mod . [2022-12-16T19:02:27.143Z] Removing intermediate container bbaabe912318 [2022-12-16T19:02:27.143Z] ---> a8d399677b9e [2022-12-16T19:02:27.143Z] Step 8/24 : COPY . . [2022-12-16T19:02:27.143Z] Removing intermediate container 1102c41fa6aa [2022-12-16T19:02:27.143Z] ---> 503e97b9b9e9 [2022-12-16T19:02:27.143Z] Step 8/22 : COPY . . [2022-12-16T19:02:27.143Z] Removing intermediate container 6356746b1243 [2022-12-16T19:02:27.143Z] ---> 880edecfe6bc [2022-12-16T19:02:27.143Z] Step 8/22 : COPY . . [2022-12-16T19:02:27.143Z] Removing intermediate container bc11fa7e1ef6 [2022-12-16T19:02:27.143Z] ---> d2e25cd44d53 [2022-12-16T19:02:27.143Z] Step 7/32 : COPY . . [2022-12-16T19:02:27.143Z] Removing intermediate container bd6234f14ea6 [2022-12-16T19:02:27.143Z] ---> 80eda1d1f3b3 [2022-12-16T19:02:27.143Z] Step 7/23 : COPY . . [2022-12-16T19:02:27.232Z] ---> 13648d1decd0 [2022-12-16T19:02:27.232Z] Step 4/4 : RUN go mod download [2022-12-16T19:02:27.232Z] ---> Running in 4b933eae138d [2022-12-16T19:02:32.410Z] ---> a21254174f66 [2022-12-16T19:02:32.410Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-12-16T19:02:32.410Z] ---> ce5f7c860dd3 [2022-12-16T19:02:32.410Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-12-16T19:02:32.410Z] ---> cb5c74b65ec5 [2022-12-16T19:02:32.410Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-12-16T19:02:32.410Z] ---> e7249c3f6db2 [2022-12-16T19:02:32.410Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2022-12-16T19:02:32.410Z] ---> Running in 5498dcf748bd [2022-12-16T19:02:32.410Z] ---> Running in f22519db20b2 [2022-12-16T19:02:32.410Z] ---> Running in a272b3add337 [2022-12-16T19:02:32.410Z] ---> be3260d54eb5 [2022-12-16T19:02:32.410Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2022-12-16T19:02:32.410Z] ---> Running in 79bb57f4dc72 [2022-12-16T19:02:32.410Z] ---> Running in ac951ab661f2 [2022-12-16T19:02:32.410Z] Removing intermediate container ac951ab661f2 [2022-12-16T19:02:32.410Z] ---> 8e77bf110623 [2022-12-16T19:02:32.410Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2022-12-16T19:02:32.410Z] ---> Running in d44d2543a3e0 [2022-12-16T19:02:32.667Z] Removing intermediate container d44d2543a3e0 [2022-12-16T19:02:32.667Z] ---> 2a16fb4005a4 [2022-12-16T19:02:32.667Z] 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 [2022-12-16T19:02:32.667Z] ---> Running in 0886745bca69 [2022-12-16T19:02:32.667Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-12-16T19:02:32.924Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-12-16T19:02:32.925Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-12-16T19:02:33.182Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-12-16T19:02:33.746Z] Removing intermediate container 0886745bca69 [2022-12-16T19:02:33.746Z] ---> 24fa8f682e4e [2022-12-16T19:02:33.746Z] Step 11/23 : WORKDIR /edgex-go [2022-12-16T19:02:34.003Z] ---> Running in 694fa607ce3e [2022-12-16T19:02:34.260Z] Removing intermediate container 694fa607ce3e [2022-12-16T19:02:34.260Z] ---> 0cefe18585ea [2022-12-16T19:02:34.260Z] [2022-12-16T19:02:34.260Z] Step 12/23 : FROM alpine:3.15 [2022-12-16T19:02:34.260Z] 3.15: Pulling from library/alpine [2022-12-16T19:02:34.518Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2022-12-16T19:02:34.518Z] Status: Downloaded newer image for alpine:3.15 [2022-12-16T19:02:34.518Z] ---> c4fc93816858 [2022-12-16T19:02:34.518Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-12-16T19:02:34.775Z] ---> Running in 0e21ad16b5c1 [2022-12-16T19:02:34.775Z] Removing intermediate container 0e21ad16b5c1 [2022-12-16T19:02:34.775Z] ---> b4e6c527a185 [2022-12-16T19:02:34.775Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-12-16T19:02:34.775Z] ---> Running in 2c31529e8759 [2022-12-16T19:02:35.339Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-12-16T19:02:35.596Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-12-16T19:02:35.596Z] v3.15.6-213-gc642bef683 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2022-12-16T19:02:35.596Z] v3.15.6-213-gc642bef683 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2022-12-16T19:02:35.596Z] OK: 15859 distinct packages available [2022-12-16T19:02:35.596Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-12-16T19:02:35.854Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-12-16T19:02:35.854Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-12-16T19:02:35.854Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-12-16T19:02:35.854Z] (3/5) Installing libucontext (1.1-r0) [2022-12-16T19:02:35.854Z] (4/5) Installing gcompat (1.0.0-r4) [2022-12-16T19:02:35.854Z] (5/5) Installing openssl (1.1.1s-r1) [2022-12-16T19:02:35.854Z] Executing busybox-1.34.1-r7.trigger [2022-12-16T19:02:35.854Z] OK: 7 MiB in 19 packages [2022-12-16T19:02:37.226Z] Removing intermediate container 2c31529e8759 [2022-12-16T19:02:37.226Z] ---> 6072b0e55e03 [2022-12-16T19:02:37.226Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-12-16T19:02:39.755Z] ---> ba8bd02de8c8 [2022-12-16T19:02:39.755Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-12-16T19:02:40.322Z] ---> 31d2cde2981b [2022-12-16T19:02:40.322Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-12-16T19:02:40.889Z] ---> 7020431181d8 [2022-12-16T19:02:40.889Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-12-16T19:02:41.453Z] ---> 49e6dcc36947 [2022-12-16T19:02:41.453Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-12-16T19:02:41.453Z] ---> Running in bbde99f4b1db [2022-12-16T19:02:42.022Z] Removing intermediate container bbde99f4b1db [2022-12-16T19:02:42.022Z] ---> 3776824ad2b9 [2022-12-16T19:02:42.022Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-12-16T19:02:42.280Z] ---> Running in 1a713dc65fb8 [2022-12-16T19:02:42.537Z] Removing intermediate container 1a713dc65fb8 [2022-12-16T19:02:42.537Z] ---> 3b6cbf1ed967 [2022-12-16T19:02:42.537Z] Step 21/23 : LABEL arch=x86_64 [2022-12-16T19:02:42.537Z] ---> Running in c729874d521f [2022-12-16T19:02:43.102Z] Removing intermediate container c729874d521f [2022-12-16T19:02:43.102Z] ---> 9ed034f14067 [2022-12-16T19:02:43.102Z] Step 22/23 : LABEL git_sha=475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:02:43.102Z] ---> Running in 2faba254abfd [2022-12-16T19:02:43.675Z] Removing intermediate container 2faba254abfd [2022-12-16T19:02:43.675Z] ---> 54ec75b23aa2 [2022-12-16T19:02:43.675Z] Step 23/23 : LABEL version=3.0.0-dev.7 [2022-12-16T19:02:43.933Z] ---> Running in 13ee70452db3 [2022-12-16T19:02:44.190Z] Removing intermediate container 13ee70452db3 [2022-12-16T19:02:44.190Z] ---> 7b79b4cac459 [2022-12-16T19:02:44.190Z] [2022-12-16T19:02:44.190Z] Successfully built 7b79b4cac459 [2022-12-16T19:02:44.190Z] Successfully tagged security-spire-server:latest [2022-12-16T19:02:44.190Z]  Building security-spire-server ... done Building security-secretstore-setup [2022-12-16T19:02:48.369Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-12-16T19:02:48.369Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-12-16T19:02:48.369Z] ---> f7a6f83471ce [2022-12-16T19:02:48.369Z] Step 3/24 : WORKDIR /edgex-go [2022-12-16T19:02:48.369Z] ---> Using cache [2022-12-16T19:02:48.369Z] ---> da47e4c21543 [2022-12-16T19:02:48.369Z] Step 4/24 : RUN apk add --update --no-cache make git [2022-12-16T19:02:50.262Z] ---> Running in fb63db980659 [2022-12-16T19:02:51.199Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-12-16T19:02:51.199Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-12-16T19:02:51.199Z] OK: 211 MiB in 51 packages [2022-12-16T19:02:52.578Z] Removing intermediate container fb63db980659 [2022-12-16T19:02:52.578Z] ---> b505e6dc2e2a [2022-12-16T19:02:52.578Z] Step 5/24 : COPY go.mod vendor* ./ [2022-12-16T19:02:52.835Z] ---> 08c1f3740c31 [2022-12-16T19:02:52.835Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-12-16T19:02:52.835Z] ---> Running in 3d0c3a1339cf [2022-12-16T19:02:59.451Z] Removing intermediate container 4b933eae138d [2022-12-16T19:02:59.451Z] ---> 5df745739d7a [2022-12-16T19:02:59.451Z] Successfully built 5df745739d7a [2022-12-16T19:02:59.451Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:02:59.793Z] + docker inspect -f . ci-base-image-arm64 [2022-12-16T19:02:59.793Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-12-16T19:02:59.982Z] prd-ubuntu20.04-docker-arm64-4c-16g-10 does not seem to be running inside a container [2022-12-16T19:03:00.046Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/361 -v /w/workspace/edgex-go/361:/w/workspace/edgex-go/361:rw,z -v /w/workspace/edgex-go/361@tmp:/w/workspace/edgex-go/361@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 [2022-12-16T19:03:01.148Z] $ docker top 20259dd1b063527b801224aaa461b326d70f02a1380746d07760b613e8239cdf -eo pid,comm [Pipeline] { [Pipeline] sh [2022-12-16T19:03:01.970Z] + go version [2022-12-16T19:03:01.970Z] go version go1.18.7 linux/arm64 [Pipeline] } [2022-12-16T19:03:01.995Z] $ docker stop --time=1 20259dd1b063527b801224aaa461b326d70f02a1380746d07760b613e8239cdf [2022-12-16T19:03:03.579Z] $ docker rm -f --volumes 20259dd1b063527b801224aaa461b326d70f02a1380746d07760b613e8239cdf [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 [2022-12-16T19:03:04.152Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-12-16T19:03:04.152Z] [2022-12-16T19:03:04.152Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:03:04.482Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-12-16T19:03:04.482Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2022-12-16T19:03:04.482Z] 29e5d40040c1: Pulling fs layer [2022-12-16T19:03:04.482Z] 1ce36da41761: Pulling fs layer [2022-12-16T19:03:04.482Z] 25b303627fd3: Pulling fs layer [2022-12-16T19:03:04.764Z] 29e5d40040c1: Verifying Checksum [2022-12-16T19:03:04.764Z] 29e5d40040c1: Download complete [2022-12-16T19:03:05.033Z] 1ce36da41761: Verifying Checksum [2022-12-16T19:03:05.033Z] 1ce36da41761: Download complete [2022-12-16T19:03:05.307Z] 29e5d40040c1: Pull complete [2022-12-16T19:03:06.714Z] 25b303627fd3: Verifying Checksum [2022-12-16T19:03:06.714Z] 25b303627fd3: Download complete [2022-12-16T19:03:06.714Z] 1ce36da41761: Pull complete [2022-12-16T19:03:07.701Z] Removing intermediate container 5498dcf748bd [2022-12-16T19:03:07.701Z] ---> 99a3db11f1ac [2022-12-16T19:03:07.701Z] [2022-12-16T19:03:07.701Z] Step 9/32 : FROM alpine:3.16 [2022-12-16T19:03:07.701Z] 3.16: Pulling from library/alpine [2022-12-16T19:03:07.701Z] Removing intermediate container 3d0c3a1339cf [2022-12-16T19:03:07.701Z] ---> 317a66ef33c7 [2022-12-16T19:03:07.701Z] Step 7/24 : COPY . . [2022-12-16T19:03:07.959Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2022-12-16T19:03:07.959Z] Status: Downloaded newer image for alpine:3.16 [2022-12-16T19:03:07.959Z] ---> bfe296a52501 [2022-12-16T19:03:07.959Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-12-16T19:03:09.865Z] ---> Running in ff265277887c [2022-12-16T19:03:09.865Z] Removing intermediate container 79bb57f4dc72 [2022-12-16T19:03:09.865Z] ---> 96c0a6363112 [2022-12-16T19:03:09.865Z] [2022-12-16T19:03:09.865Z] Step 10/24 : FROM alpine:3.16 [2022-12-16T19:03:09.865Z] ---> bfe296a52501 [2022-12-16T19:03:09.865Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2022-12-16T19:03:10.142Z] ---> Running in 3c280e8b7b3c [2022-12-16T19:03:10.142Z] Removing intermediate container ff265277887c [2022-12-16T19:03:10.142Z] ---> 35efe3299dbb [2022-12-16T19:03:10.142Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2022-12-16T19:03:10.403Z] ---> Running in 2b4222650dd1 [2022-12-16T19:03:10.721Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-12-16T19:03:10.721Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-12-16T19:03:10.981Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-12-16T19:03:10.981Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-12-16T19:03:10.981Z] Executing busybox-1.35.0-r17.trigger [2022-12-16T19:03:11.240Z] OK: 6 MiB in 15 packages [2022-12-16T19:03:11.240Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-12-16T19:03:11.240Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-12-16T19:03:11.240Z] (2/2) Installing su-exec (0.2-r1) [2022-12-16T19:03:11.240Z] Executing busybox-1.35.0-r17.trigger [2022-12-16T19:03:11.240Z] OK: 6 MiB in 16 packages [2022-12-16T19:03:13.160Z] Removing intermediate container 3c280e8b7b3c [2022-12-16T19:03:13.160Z] ---> 5f1fda23df26 [2022-12-16T19:03:13.160Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-12-16T19:03:13.161Z] ---> 3ffc6b6063c4 [2022-12-16T19:03:13.161Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-12-16T19:03:13.161Z] Removing intermediate container 2b4222650dd1 [2022-12-16T19:03:13.161Z] ---> 1e4b02d5015c [2022-12-16T19:03:13.161Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2022-12-16T19:03:13.419Z] ---> Running in 2a3c34244921 [2022-12-16T19:03:13.419Z] ---> Running in 1d5a67a9c5ff [2022-12-16T19:03:13.419Z] ---> Running in 8a07a16e10c0 [2022-12-16T19:03:13.677Z] Removing intermediate container 1d5a67a9c5ff [2022-12-16T19:03:13.678Z] ---> e9e6f912f13b [2022-12-16T19:03:13.678Z] Step 13/24 : ENV APP_PORT=59881 [2022-12-16T19:03:13.678Z] ---> Running in 27f69a55d31e [2022-12-16T19:03:13.678Z] Removing intermediate container 8a07a16e10c0 [2022-12-16T19:03:13.678Z] ---> 3bb85f3ee3cd [2022-12-16T19:03:13.678Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2022-12-16T19:03:13.678Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-12-16T19:03:13.941Z] ---> Running in 39cc218d24c5 [2022-12-16T19:03:13.941Z] Removing intermediate container 27f69a55d31e [2022-12-16T19:03:13.941Z] ---> 22c4322770bf [2022-12-16T19:03:13.941Z] Step 14/24 : EXPOSE $APP_PORT [2022-12-16T19:03:14.200Z] Removing intermediate container a272b3add337 [2022-12-16T19:03:14.200Z] Removing intermediate container f22519db20b2 [2022-12-16T19:03:14.200Z] ---> de2adc2287f4 [2022-12-16T19:03:14.200Z] ---> 67757eae7ed4 [2022-12-16T19:03:14.200Z] [2022-12-16T19:03:14.200Z] [2022-12-16T19:03:14.200Z] Step 10/22 : FROM alpine:3.16Step 10/22 : FROM alpine:3.16 [2022-12-16T19:03:14.200Z] [2022-12-16T19:03:14.200Z] ---> bfe296a52501 [2022-12-16T19:03:14.200Z] Step 11/22 : RUN apk add --update --no-cache dumb-init ---> bfe296a52501 [2022-12-16T19:03:14.200Z] [2022-12-16T19:03:14.200Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-12-16T19:03:14.200Z] ---> Using cache [2022-12-16T19:03:14.200Z] ---> 5f1fda23df26 [2022-12-16T19:03:14.200Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-12-16T19:03:14.200Z] ---> Using cache [2022-12-16T19:03:14.200Z] ---> e9e6f912f13b [2022-12-16T19:03:14.200Z] Step 13/22 : ENV APP_PORT=59861 [2022-12-16T19:03:14.200Z] ---> Running in 3846b8d489ff [2022-12-16T19:03:14.200Z] Removing intermediate container 39cc218d24c5 [2022-12-16T19:03:14.200Z] ---> 1b2429448d14 [2022-12-16T19:03:14.200Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2022-12-16T19:03:14.200Z] ---> Running in d3b22c14efbb [2022-12-16T19:03:14.200Z] ---> Running in 3f89eebd7575 [2022-12-16T19:03:14.200Z] ---> Running in 767decaa6785 [2022-12-16T19:03:14.458Z] Removing intermediate container 3846b8d489ff [2022-12-16T19:03:14.458Z] ---> b4b24f665c8b [2022-12-16T19:03:14.458Z] Step 15/24 : WORKDIR / [2022-12-16T19:03:14.458Z] Removing intermediate container 767decaa6785 [2022-12-16T19:03:14.458Z] ---> 984bec7c87d0 [2022-12-16T19:03:14.458Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2022-12-16T19:03:14.458Z] Removing intermediate container d3b22c14efbb [2022-12-16T19:03:14.458Z] ---> d3590d49d069 [2022-12-16T19:03:14.458Z] Step 14/22 : EXPOSE $APP_PORT [2022-12-16T19:03:14.458Z] ---> Running in ed15c19618c0 [2022-12-16T19:03:14.458Z] ---> Running in e4179b45afeb [2022-12-16T19:03:14.716Z] ---> Running in 5c0c623266a3 [2022-12-16T19:03:14.716Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-12-16T19:03:14.716Z] Removing intermediate container e4179b45afeb [2022-12-16T19:03:14.716Z] ---> 447f1472cde1 [2022-12-16T19:03:14.716Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2022-12-16T19:03:14.716Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-12-16T19:03:14.716Z] Removing intermediate container ed15c19618c0 [2022-12-16T19:03:14.716Z] ---> d0374e2a0b85 [2022-12-16T19:03:14.716Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-12-16T19:03:14.716Z] ---> Running in 2f46bfc23230 [2022-12-16T19:03:14.716Z] Removing intermediate container 5c0c623266a3 [2022-12-16T19:03:14.716Z] ---> c68d97f0d85c [2022-12-16T19:03:14.716Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-12-16T19:03:14.973Z] (1/2) Installing ca-certificates (20220614-r0) [2022-12-16T19:03:14.973Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-12-16T19:03:14.973Z] Executing busybox-1.35.0-r17.trigger [2022-12-16T19:03:14.973Z] Executing ca-certificates-20220614-r0.trigger [2022-12-16T19:03:14.973Z] ---> f4ec53f39ec8 [2022-12-16T19:03:14.973Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-12-16T19:03:14.973Z] ---> 4736eda79e7b [2022-12-16T19:03:14.973Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-12-16T19:03:14.973Z] OK: 6 MiB in 16 packages [2022-12-16T19:03:15.540Z] ---> 815ea633c68d [2022-12-16T19:03:15.540Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-12-16T19:03:15.799Z] ---> 0318845dc871 [2022-12-16T19:03:15.799Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-12-16T19:03:15.799Z] Removing intermediate container 2f46bfc23230 [2022-12-16T19:03:15.799Z] ---> 0629b85359b1 [2022-12-16T19:03:15.799Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2022-12-16T19:03:15.799Z] ---> Running in 4e418a6eff1d [2022-12-16T19:03:16.064Z] ---> 5dee131339ff [2022-12-16T19:03:16.064Z] ---> 8456c8b44566 [2022-12-16T19:03:16.064Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2022-12-16T19:03:16.064Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-12-16T19:03:16.064Z] Removing intermediate container 3f89eebd7575 [2022-12-16T19:03:16.064Z] ---> 14521face014 [2022-12-16T19:03:16.064Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-12-16T19:03:16.064Z] ---> Running in ac53c443c10f [2022-12-16T19:03:16.064Z] Removing intermediate container 4e418a6eff1d [2022-12-16T19:03:16.064Z] ---> 936abfe4114b [2022-12-16T19:03:16.064Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2022-12-16T19:03:16.064Z] ---> Running in 2aa39598ff3a [2022-12-16T19:03:16.064Z] Removing intermediate container ac53c443c10f [2022-12-16T19:03:16.064Z] ---> 2b3c585d61c7 [2022-12-16T19:03:16.064Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-12-16T19:03:16.325Z] ---> 44058ce92968 [2022-12-16T19:03:16.325Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2022-12-16T19:03:16.325Z] ---> Running in 231127623b02 [2022-12-16T19:03:16.325Z] Removing intermediate container 2aa39598ff3a [2022-12-16T19:03:16.325Z] ---> 9069f6378c09 [2022-12-16T19:03:16.325Z] Step 13/22 : ENV APP_PORT=59860 [2022-12-16T19:03:16.325Z] ---> Running in 516d5c2ef9fb [2022-12-16T19:03:16.325Z] ---> e3188e8c4441 [2022-12-16T19:03:16.325Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2022-12-16T19:03:16.325Z] ---> Running in 59b987c7e329 [2022-12-16T19:03:16.325Z] ---> Running in 3957544f1b93 [2022-12-16T19:03:16.584Z] Removing intermediate container 231127623b02 [2022-12-16T19:03:16.584Z] ---> cf9907da5420 [2022-12-16T19:03:16.584Z] Step 20/22 : LABEL arch=x86_64 [2022-12-16T19:03:16.584Z] Removing intermediate container 516d5c2ef9fb [2022-12-16T19:03:16.584Z] ---> 4f54334d2755 [2022-12-16T19:03:16.584Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-12-16T19:03:16.584Z] ---> Running in b8edf12ae553 [2022-12-16T19:03:16.584Z] Removing intermediate container 59b987c7e329 [2022-12-16T19:03:16.584Z] ---> 0e2dc5c088f6 [2022-12-16T19:03:16.584Z] Step 14/22 : EXPOSE $APP_PORT [2022-12-16T19:03:16.584Z] ---> Running in 8934ecc53303 [2022-12-16T19:03:16.584Z] ---> Running in 52c347210267 [2022-12-16T19:03:16.786Z] 25b303627fd3: Pull complete [2022-12-16T19:03:16.787Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2022-12-16T19:03:16.787Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-12-16T19:03:16.787Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-12-16T19:03:16.843Z] Removing intermediate container b8edf12ae553 [2022-12-16T19:03:16.843Z] ---> 2562a556d5eb [2022-12-16T19:03:16.843Z] Step 21/22 : LABEL git_sha=475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:03:16.843Z] Removing intermediate container 8934ecc53303 [2022-12-16T19:03:16.843Z] ---> 77007de7e421 [2022-12-16T19:03:16.843Z] Step 22/24 : LABEL arch=x86_64 [2022-12-16T19:03:16.843Z] ---> Running in 8ba857c48b83 [2022-12-16T19:03:16.843Z] Removing intermediate container 52c347210267 [2022-12-16T19:03:16.843Z] ---> 4448c47fda13 [2022-12-16T19:03:16.843Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-12-16T19:03:16.843Z] ---> Running in d225ce9276f6 [2022-12-16T19:03:16.966Z] prd-ubuntu20.04-docker-arm64-4c-16g-10 does not seem to be running inside a container [2022-12-16T19:03:17.034Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/361 -v /w/workspace/edgex-go/361:/w/workspace/edgex-go/361:rw,z -v /w/workspace/edgex-go/361@tmp:/w/workspace/edgex-go/361@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 [2022-12-16T19:03:17.102Z] Removing intermediate container 8ba857c48b83 [2022-12-16T19:03:17.102Z] ---> f4537a4d31d2 [2022-12-16T19:03:17.102Z] Step 22/22 : LABEL version=3.0.0-dev.7 [2022-12-16T19:03:17.102Z] ---> Running in 7df003f8ccf4 [2022-12-16T19:03:17.102Z] ---> 2eda844b989f [2022-12-16T19:03:17.102Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-12-16T19:03:17.102Z] Removing intermediate container d225ce9276f6 [2022-12-16T19:03:17.102Z] ---> 6d0adea658c6 [2022-12-16T19:03:17.102Z] Step 23/24 : LABEL git_sha=475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:03:17.361Z] ---> Running in 954242fcd13e [2022-12-16T19:03:17.361Z] Removing intermediate container 7df003f8ccf4 [2022-12-16T19:03:17.361Z] ---> 8ecd291d7c24 [2022-12-16T19:03:17.361Z] [2022-12-16T19:03:17.361Z] Successfully built 8ecd291d7c24 [2022-12-16T19:03:17.361Z] Successfully tagged support-scheduler:latest [2022-12-16T19:03:17.361Z] Building security-spire-config [2022-12-16T19:03:17.927Z]  Building support-scheduler ... done Removing intermediate container 3957544f1b93 [2022-12-16T19:03:17.927Z] ---> 6da4882e42f2 [2022-12-16T19:03:17.927Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2022-12-16T19:03:19.061Z] $ docker top 5fdbde93d09a7a0f59ea69542f243f62f13f8a8c3d402b659ebc6599fe2b49e2 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-12-16T19:03:19.305Z] Removing intermediate container 954242fcd13e [2022-12-16T19:03:19.306Z] ---> 3c024890f066 [2022-12-16T19:03:19.306Z] Step 24/24 : LABEL version=3.0.0-dev.7 [2022-12-16T19:03:19.567Z] ---> 53425782b015 [2022-12-16T19:03:19.567Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-12-16T19:03:19.826Z] ---> 87ec02fae743 [2022-12-16T19:03:19.826Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-12-16T19:03:19.826Z] ---> Running in 4164cb8100f6 [2022-12-16T19:03:19.873Z] + docker-compose build --help [2022-12-16T19:03:19.873Z] + grep parallel [2022-12-16T19:03:20.088Z] Removing intermediate container 4164cb8100f6 [2022-12-16T19:03:20.088Z] ---> 2d69e2a8a9f4 [2022-12-16T19:03:20.088Z] [2022-12-16T19:03:20.088Z] Successfully built 2d69e2a8a9f4 [2022-12-16T19:03:20.349Z] Successfully tagged core-metadata:latest [2022-12-16T19:03:20.349Z]  Building core-metadata ... done Building sys-mgmt-agent [2022-12-16T19:03:20.349Z] ---> 192ffefde7b5 [2022-12-16T19:03:20.349Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-12-16T19:03:20.610Z] ---> Running in 29f4ee7e3c8b [2022-12-16T19:03:21.183Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-12-16T19:03:21.183Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-12-16T19:03:21.183Z] ---> f7a6f83471ce [2022-12-16T19:03:21.183Z] Step 3/24 : WORKDIR /edgex-go [2022-12-16T19:03:21.183Z] ---> Using cache [2022-12-16T19:03:21.183Z] ---> da47e4c21543 [2022-12-16T19:03:21.183Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2022-12-16T19:03:21.183Z] ---> Using cache [2022-12-16T19:03:21.183Z] ---> 37814afffa33 [2022-12-16T19:03:21.183Z] Step 5/24 : COPY go.mod vendor* ./ [2022-12-16T19:03:21.183Z] ---> Using cache [2022-12-16T19:03:21.183Z] ---> 7d7c2c363ee3 [2022-12-16T19:03:21.183Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-12-16T19:03:21.183Z] ---> Using cache [2022-12-16T19:03:21.183Z] ---> 80eda1d1f3b3 [2022-12-16T19:03:21.183Z] Step 7/24 : COPY . . [2022-12-16T19:03:21.183Z] ---> Using cache [2022-12-16T19:03:21.183Z] ---> be3260d54eb5 [2022-12-16T19:03:21.183Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2022-12-16T19:03:21.183Z] ---> Using cache [2022-12-16T19:03:21.183Z] ---> 8e77bf110623 [2022-12-16T19:03:21.183Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2022-12-16T19:03:21.183Z] ---> Using cache [2022-12-16T19:03:21.183Z] ---> 2a16fb4005a4 [2022-12-16T19:03:21.183Z] 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 [2022-12-16T19:03:22.123Z] ---> 541dceeca8a1 [2022-12-16T19:03:22.123Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-12-16T19:03:22.383Z] ---> Running in 05291eeac2db [2022-12-16T19:03:22.383Z] Removing intermediate container 29f4ee7e3c8b [2022-12-16T19:03:22.383Z] ---> 353be53ff805 [2022-12-16T19:03:22.383Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-12-16T19:03:22.383Z] ---> fdfcf2e3b3cb [2022-12-16T19:03:22.383Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-12-16T19:03:22.383Z] ---> Running in 2b134b66abe5 [2022-12-16T19:03:22.641Z] Removing intermediate container 2b134b66abe5 [2022-12-16T19:03:22.641Z] ---> 9801e86157c7 [2022-12-16T19:03:22.641Z] Step 20/22 : LABEL arch=x86_64 [2022-12-16T19:03:22.902Z] ---> dfd48e153d9e [2022-12-16T19:03:22.902Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2022-12-16T19:03:22.902Z] ---> Running in 40d98f8a0e3a [2022-12-16T19:03:23.162Z] Removing intermediate container 40d98f8a0e3a [2022-12-16T19:03:23.162Z] ---> f2523b5a5759 [2022-12-16T19:03:23.162Z] Step 21/22 : LABEL git_sha=475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:03:23.162Z] ---> bce33e899243 [2022-12-16T19:03:23.162Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2022-12-16T19:03:23.162Z] ---> Running in 789407ed05d3 [2022-12-16T19:03:23.212Z] --parallel Build images in parallel. [2022-12-16T19:03:23.420Z] Removing intermediate container 05291eeac2db [2022-12-16T19:03:23.420Z] ---> 1ade6ea55347 [2022-12-16T19:03:23.420Z] Step 11/24 : WORKDIR /edgex-go [Pipeline] } [2022-12-16T19:03:23.500Z] $ docker stop --time=1 5fdbde93d09a7a0f59ea69542f243f62f13f8a8c3d402b659ebc6599fe2b49e2 [2022-12-16T19:03:23.679Z] ---> 2791d622fcd6 [2022-12-16T19:03:23.679Z] Removing intermediate container 789407ed05d3 [2022-12-16T19:03:23.679Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / ---> cd3bcbd37f73 [2022-12-16T19:03:23.679Z] [2022-12-16T19:03:23.679Z] Step 22/22 : LABEL version=3.0.0-dev.7 [2022-12-16T19:03:23.679Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-12-16T19:03:23.679Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-12-16T19:03:23.679Z] ---> f7a6f83471ce [2022-12-16T19:03:23.679Z] Step 3/22 : WORKDIR /edgex-go [2022-12-16T19:03:23.679Z] ---> Using cache [2022-12-16T19:03:23.679Z] ---> da47e4c21543 [2022-12-16T19:03:23.679Z] Step 4/22 : RUN apk add --update --no-cache make bash git [2022-12-16T19:03:23.679Z] ---> Running in f85248111b25 [2022-12-16T19:03:23.679Z] ---> Running in 9eb73ac49df8 [2022-12-16T19:03:23.679Z] ---> Running in c8bc22f5d324 [2022-12-16T19:03:24.251Z] Removing intermediate container f85248111b25 [2022-12-16T19:03:24.251Z] ---> c1f00bc49c09 [2022-12-16T19:03:24.251Z] [2022-12-16T19:03:24.251Z] Step 12/24 : FROM alpine:3.15 [2022-12-16T19:03:24.251Z] Removing intermediate container c8bc22f5d324 [2022-12-16T19:03:24.251Z] ---> c8f737a6d336 [2022-12-16T19:03:24.251Z] [2022-12-16T19:03:24.251Z] ---> c4fc93816858 [2022-12-16T19:03:24.251Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-12-16T19:03:24.251Z] ---> Using cache [2022-12-16T19:03:24.251Z] ---> b4e6c527a185 [2022-12-16T19:03:24.251Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-12-16T19:03:24.251Z] ---> 7416548effa2 [2022-12-16T19:03:24.251Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2022-12-16T19:03:24.251Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-12-16T19:03:24.251Z] ---> Running in 5f7b88781b5e [2022-12-16T19:03:24.251Z] Successfully built c8f737a6d336 [2022-12-16T19:03:24.251Z] Successfully tagged support-notifications:latest [2022-12-16T19:03:24.251Z] Building security-proxy-setup [2022-12-16T19:03:24.251Z]  Building support-notifications ... done  ---> Running in 1d2c2b35eb1b [2022-12-16T19:03:24.509Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-12-16T19:03:24.767Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-12-16T19:03:24.767Z] OK: 211 MiB in 51 packages [2022-12-16T19:03:24.767Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-12-16T19:03:25.026Z] v3.15.6-213-gc642bef683 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2022-12-16T19:03:25.026Z] v3.15.6-213-gc642bef683 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2022-12-16T19:03:25.026Z] OK: 15859 distinct packages available [2022-12-16T19:03:25.075Z] $ docker rm -f --volumes 5fdbde93d09a7a0f59ea69542f243f62f13f8a8c3d402b659ebc6599fe2b49e2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:03:25.284Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-12-16T19:03:25.284Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-12-16T19:03:25.567Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-12-16T19:03:25.567Z] . [2022-12-16T19:03:25.568Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-12-16T19:03:25.568Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-12-16T19:03:25.568Z] (3/4) Installing libucontext (1.1-r0) [2022-12-16T19:03:25.568Z] (4/4) Installing gcompat (1.0.0-r4) [2022-12-16T19:03:25.568Z] Executing busybox-1.34.1-r7.trigger [2022-12-16T19:03:25.568Z] OK: 6 MiB in 18 packages [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-12-16T19:03:25.735Z] prd-ubuntu20.04-docker-arm64-4c-16g-10 does not seem to be running inside a container [2022-12-16T19:03:25.792Z] $ 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/361 -v /w/workspace/edgex-go/361:/w/workspace/edgex-go/361:rw,z -v /w/workspace/edgex-go/361@tmp:/w/workspace/edgex-go/361@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 [2022-12-16T19:03:26.833Z] $ docker top 0971d541c31a4ad9d173f5e6f61e0494c1ffae5f1317586638f514991d73aefa -eo pid,comm [2022-12-16T19:03:26.939Z] Removing intermediate container 9eb73ac49df8 [2022-12-16T19:03:26.939Z] ---> 3663c301b3ac [2022-12-16T19:03:26.939Z] Step 5/22 : COPY go.mod vendor* ./ [2022-12-16T19:03:26.939Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-12-16T19:03:26.939Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2022-12-16T19:03:26.939Z] ---> f7a6f83471ce [2022-12-16T19:03:26.939Z] Step 3/21 : WORKDIR /edgex-go [2022-12-16T19:03:26.939Z] ---> Using cache [2022-12-16T19:03:26.939Z] ---> da47e4c21543 [2022-12-16T19:03:26.939Z] Step 4/21 : RUN apk add --update --no-cache make git [2022-12-16T19:03:26.939Z] ---> Using cache [2022-12-16T19:03:26.939Z] ---> b505e6dc2e2a [2022-12-16T19:03:26.939Z] Step 5/21 : COPY go.mod vendor* ./ [2022-12-16T19:03:26.939Z] ---> Using cache [2022-12-16T19:03:26.939Z] ---> 08c1f3740c31 [2022-12-16T19:03:26.939Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-12-16T19:03:26.939Z] ---> Using cache [2022-12-16T19:03:26.939Z] ---> 317a66ef33c7 [2022-12-16T19:03:26.939Z] Step 7/21 : COPY . . [2022-12-16T19:03:26.939Z] ---> Using cache [2022-12-16T19:03:26.939Z] ---> 3ffc6b6063c4 [2022-12-16T19:03:26.939Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-12-16T19:03:26.939Z] Removing intermediate container 1d2c2b35eb1b [2022-12-16T19:03:26.939Z] ---> 400b4c664fc2 [2022-12-16T19:03:26.939Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2022-12-16T19:03:26.939Z] ---> Running in 78803a28d5dd [Pipeline] { [Pipeline] sh [2022-12-16T19:03:27.198Z] ---> Running in 64b0df39a257 [2022-12-16T19:03:27.198Z] Removing intermediate container 5f7b88781b5e [2022-12-16T19:03:27.198Z] ---> f4f056ef15a9 [2022-12-16T19:03:27.198Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-12-16T19:03:27.305Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-12-16T19:03:27.459Z] ---> 1583f1c525b0 [2022-12-16T19:03:27.459Z] Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-12-16T19:03:27.459Z] Removing intermediate container 64b0df39a257 [2022-12-16T19:03:27.459Z] ---> 1a06a67e96fd [2022-12-16T19:03:27.459Z] Step 29/32 : CMD ["gate"] [2022-12-16T19:03:27.459Z] ---> Running in 4ce4227b8583 [2022-12-16T19:03:27.459Z] ---> Running in 7af92a92d144 [2022-12-16T19:03:27.459Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-12-16T19:03:27.718Z] Removing intermediate container 7af92a92d144 [2022-12-16T19:03:27.718Z] ---> 278c7089b60e [2022-12-16T19:03:27.718Z] Step 30/32 : LABEL arch=x86_64 [2022-12-16T19:03:27.718Z] ---> Running in 0bed81134989 [2022-12-16T19:03:28.285Z] Removing intermediate container 0bed81134989 [2022-12-16T19:03:28.285Z] ---> d051c99b0d24 [2022-12-16T19:03:28.285Z] Step 31/32 : LABEL git_sha=475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:03:28.546Z] ---> Running in 3ac13b419ce2 [2022-12-16T19:03:28.546Z] ---> 803dbab50bfb [2022-12-16T19:03:28.546Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-12-16T19:03:28.546Z] Removing intermediate container 3ac13b419ce2 [2022-12-16T19:03:28.546Z] ---> 044469333105 [2022-12-16T19:03:28.546Z] Step 32/32 : LABEL version=3.0.0-dev.7 [2022-12-16T19:03:28.546Z] ---> Running in 791db0fa3cb0 [2022-12-16T19:03:28.808Z] Removing intermediate container 791db0fa3cb0 [2022-12-16T19:03:28.808Z] ---> 5fec6469a2ff [2022-12-16T19:03:28.808Z] [2022-12-16T19:03:28.808Z] ---> fdc002e2c335 [2022-12-16T19:03:28.808Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-12-16T19:03:28.808Z] ---> Running in b3c7b9e645b0 [2022-12-16T19:03:28.808Z] Successfully built 5fec6469a2ff [2022-12-16T19:03:28.808Z] Successfully tagged security-bootstrapper:latest [2022-12-16T19:03:28.808Z]  Building security-bootstrapper ... done Building core-command [2022-12-16T19:03:29.066Z] Removing intermediate container b3c7b9e645b0 [2022-12-16T19:03:29.066Z] ---> 636aa7cfb30b [2022-12-16T19:03:29.066Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-12-16T19:03:29.998Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-12-16T19:03:30.258Z] ---> 954275eedef8 [2022-12-16T19:03:30.258Z] Step 19/24 : WORKDIR / [2022-12-16T19:03:31.545Z] Building core-command ... [2022-12-16T19:03:31.545Z] Building core-data ... [2022-12-16T19:03:31.545Z] Building core-metadata ... [2022-12-16T19:03:31.545Z] Building security-bootstrapper ... [2022-12-16T19:03:31.545Z] Building security-proxy-setup ... [2022-12-16T19:03:31.545Z] Building security-secretstore-setup ... [2022-12-16T19:03:31.545Z] Building security-spiffe-token-provider ... [2022-12-16T19:03:31.545Z] Building security-spire-agent ... [2022-12-16T19:03:31.545Z] Building security-spire-config ... [2022-12-16T19:03:31.545Z] Building security-spire-server ... [2022-12-16T19:03:31.545Z] Building support-notifications ... [2022-12-16T19:03:31.545Z] Building support-scheduler ... [2022-12-16T19:03:31.545Z] Building sys-mgmt-agent ... [2022-12-16T19:03:31.545Z] Building security-spiffe-token-provider [2022-12-16T19:03:31.545Z] Building security-spire-server [2022-12-16T19:03:31.545Z] Building security-spire-config [2022-12-16T19:03:31.545Z] Building support-scheduler [2022-12-16T19:03:31.545Z] Building support-notifications [2022-12-16T19:03:31.653Z] ---> Running in 269723b3ad4a [2022-12-16T19:03:31.653Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-12-16T19:03:31.653Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-12-16T19:03:31.653Z] ---> f7a6f83471ce [2022-12-16T19:03:31.653Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-12-16T19:03:31.653Z] ---> Using cache [2022-12-16T19:03:31.653Z] ---> 8450696667f2 [2022-12-16T19:03:31.653Z] Step 4/23 : WORKDIR /edgex-go [2022-12-16T19:03:31.653Z] ---> Using cache [2022-12-16T19:03:31.653Z] ---> 4f1664ea1723 [2022-12-16T19:03:31.653Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-12-16T19:03:31.653Z] ---> Using cache [2022-12-16T19:03:31.653Z] ---> 6cf0e442631d [2022-12-16T19:03:31.653Z] Step 6/23 : COPY go.mod vendor* ./ [2022-12-16T19:03:31.653Z] ---> Using cache [2022-12-16T19:03:31.653Z] ---> b679032c6f27 [2022-12-16T19:03:31.653Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-12-16T19:03:31.653Z] ---> Using cache [2022-12-16T19:03:31.653Z] ---> a8d399677b9e [2022-12-16T19:03:31.653Z] Step 8/23 : COPY . . [2022-12-16T19:03:31.653Z] ---> Using cache [2022-12-16T19:03:31.653Z] ---> e7249c3f6db2 [2022-12-16T19:03:31.653Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2022-12-16T19:03:31.925Z] ---> Running in adca72e1b52c [2022-12-16T19:03:31.925Z] Removing intermediate container 269723b3ad4a [2022-12-16T19:03:31.925Z] ---> 720e38750378 [2022-12-16T19:03:31.925Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-12-16T19:03:32.182Z] ---> Running in a77f258b7cf3 [2022-12-16T19:03:32.182Z] Removing intermediate container a77f258b7cf3 [2022-12-16T19:03:32.182Z] ---> cdc3392b228d [2022-12-16T19:03:32.182Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-12-16T19:03:32.441Z] ---> Running in cdb7f00feda8 [2022-12-16T19:03:32.441Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-12-16T19:03:32.699Z] Removing intermediate container cdb7f00feda8 [2022-12-16T19:03:32.699Z] ---> 25f069e3e3e7 [2022-12-16T19:03:32.699Z] Step 22/24 : LABEL arch=x86_64 [2022-12-16T19:03:32.956Z] ---> Running in bf05bf8e6ac5 [2022-12-16T19:03:33.526Z] Removing intermediate container bf05bf8e6ac5 [2022-12-16T19:03:33.526Z] ---> 948feaf75f2d [2022-12-16T19:03:33.526Z] Step 23/24 : LABEL git_sha=475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:03:33.785Z] ---> Running in 80b3d7c86f3c [2022-12-16T19:03:34.353Z] Removing intermediate container 80b3d7c86f3c [2022-12-16T19:03:34.353Z] ---> 0b6b9fc14581 [2022-12-16T19:03:34.353Z] Step 24/24 : LABEL version=3.0.0-dev.7 [2022-12-16T19:03:34.353Z] ---> Running in 24d11081d731 [2022-12-16T19:03:34.611Z] Removing intermediate container 2a3c34244921 [2022-12-16T19:03:34.611Z] ---> 8651fee02e9c [2022-12-16T19:03:34.611Z] [2022-12-16T19:03:34.611Z] Step 9/24 : FROM alpine:3.16 [2022-12-16T19:03:34.611Z] ---> bfe296a52501 [2022-12-16T19:03:34.611Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-12-16T19:03:34.892Z] Removing intermediate container 24d11081d731 [2022-12-16T19:03:34.892Z] ---> 87b10e0001d6 [2022-12-16T19:03:34.892Z] [2022-12-16T19:03:35.153Z] ---> Running in 93c54171f0f4 [2022-12-16T19:03:35.153Z] Successfully built 87b10e0001d6 [2022-12-16T19:03:35.153Z] Successfully tagged security-spire-config:latest [2022-12-16T19:03:35.153Z]  Building security-spire-config ... done Building security-spire-agent [2022-12-16T19:03:35.720Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-12-16T19:03:35.978Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-12-16T19:03:36.237Z] (1/3) Installing ca-certificates (20220614-r0) [2022-12-16T19:03:36.237Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-12-16T19:03:36.237Z] (3/3) Installing su-exec (0.2-r1) [2022-12-16T19:03:36.237Z] Executing busybox-1.35.0-r17.trigger [2022-12-16T19:03:36.237Z] Executing ca-certificates-20220614-r0.trigger [2022-12-16T19:03:36.237Z] OK: 6 MiB in 17 packages [2022-12-16T19:03:40.495Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-12-16T19:03:40.495Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-12-16T19:03:40.495Z] ---> f7a6f83471ce [2022-12-16T19:03:40.495Z] Step 3/24 : WORKDIR /edgex-go [2022-12-16T19:03:40.495Z] ---> Using cache [2022-12-16T19:03:40.495Z] ---> da47e4c21543 [2022-12-16T19:03:40.495Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2022-12-16T19:03:40.495Z] ---> Using cache [2022-12-16T19:03:40.495Z] ---> 37814afffa33 [2022-12-16T19:03:40.495Z] Step 5/24 : COPY go.mod vendor* ./ [2022-12-16T19:03:40.495Z] ---> Using cache [2022-12-16T19:03:40.495Z] ---> 7d7c2c363ee3 [2022-12-16T19:03:40.495Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-12-16T19:03:40.495Z] ---> Using cache [2022-12-16T19:03:40.495Z] ---> 80eda1d1f3b3 [2022-12-16T19:03:40.495Z] Step 7/24 : COPY . . [2022-12-16T19:03:40.495Z] ---> Using cache [2022-12-16T19:03:40.495Z] ---> be3260d54eb5 [2022-12-16T19:03:40.495Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2022-12-16T19:03:40.495Z] ---> Using cache [2022-12-16T19:03:40.495Z] ---> 8e77bf110623 [2022-12-16T19:03:40.495Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2022-12-16T19:03:40.495Z] ---> Using cache [2022-12-16T19:03:40.495Z] ---> 2a16fb4005a4 [2022-12-16T19:03:40.495Z] 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 [2022-12-16T19:03:40.495Z] ---> Using cache [2022-12-16T19:03:40.495Z] ---> 1ade6ea55347 [2022-12-16T19:03:40.495Z] Step 11/24 : WORKDIR /edgex-go [2022-12-16T19:03:40.495Z] ---> Using cache [2022-12-16T19:03:40.496Z] ---> c1f00bc49c09 [2022-12-16T19:03:40.496Z] [2022-12-16T19:03:40.496Z] Step 12/24 : FROM alpine:3.15 [2022-12-16T19:03:40.496Z] ---> c4fc93816858 [2022-12-16T19:03:40.496Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-12-16T19:03:40.496Z] ---> Using cache [2022-12-16T19:03:40.496Z] ---> b4e6c527a185 [2022-12-16T19:03:40.496Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-12-16T19:03:40.496Z] ---> Using cache [2022-12-16T19:03:40.496Z] ---> 6072b0e55e03 [2022-12-16T19:03:40.496Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2022-12-16T19:03:40.496Z] Removing intermediate container 93c54171f0f4 [2022-12-16T19:03:40.496Z] ---> 879a8c9e0874 [2022-12-16T19:03:40.496Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-12-16T19:03:40.496Z] ---> Running in 34f1fce6d661 [2022-12-16T19:03:40.496Z] Removing intermediate container 4ce4227b8583 [2022-12-16T19:03:40.496Z] ---> d36978a96450 [2022-12-16T19:03:40.496Z] Step 7/22 : COPY . . [2022-12-16T19:03:41.068Z] Removing intermediate container 34f1fce6d661 [2022-12-16T19:03:41.068Z] ---> 9476c62965f6 [2022-12-16T19:03:41.068Z] Step 12/24 : WORKDIR / [2022-12-16T19:03:41.605Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-12-16T19:03:41.606Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-12-16T19:03:41.606Z] ---> 5df745739d7a [2022-12-16T19:03:41.606Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2022-12-16T19:03:41.606Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-12-16T19:03:41.606Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-12-16T19:03:41.606Z] ---> 5df745739d7a [2022-12-16T19:03:41.606Z] Step 3/23 : WORKDIR /edgex-go [2022-12-16T19:03:41.606Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-12-16T19:03:41.606Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-12-16T19:03:41.606Z] ---> 5df745739d7a [2022-12-16T19:03:41.606Z] Step 3/24 : WORKDIR /edgex-go [2022-12-16T19:03:41.606Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-12-16T19:03:41.606Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-12-16T19:03:41.606Z] ---> 5df745739d7a [2022-12-16T19:03:41.606Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2022-12-16T19:03:41.606Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-12-16T19:03:41.606Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2022-12-16T19:03:41.606Z] ---> 5df745739d7a [2022-12-16T19:03:41.606Z] Step 3/19 : WORKDIR /edgex-go [2022-12-16T19:03:41.606Z] ---> Running in 997d1bbe8729 [2022-12-16T19:03:41.606Z] ---> Running in 645c7c5bac58 [2022-12-16T19:03:41.606Z] ---> Running in 6587ac125438 [2022-12-16T19:03:41.606Z] ---> Running in 898d7ae203aa [2022-12-16T19:03:41.606Z] ---> Running in 71d31d08d1c4 [2022-12-16T19:03:41.880Z] Removing intermediate container 997d1bbe8729 [2022-12-16T19:03:41.880Z] ---> 9e38aab0ef62 [2022-12-16T19:03:41.880Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2022-12-16T19:03:42.004Z] ---> c946546fb605 [2022-12-16T19:03:42.004Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-12-16T19:03:42.004Z] ---> Running in d877bd4b4345 [2022-12-16T19:03:42.156Z] Removing intermediate container 898d7ae203aa [2022-12-16T19:03:42.156Z] ---> c38aebbc6206 [2022-12-16T19:03:42.156Z] Step 4/22 : WORKDIR /edgex-go [2022-12-16T19:03:42.156Z] Removing intermediate container 71d31d08d1c4 [2022-12-16T19:03:42.156Z] ---> 2b4a78fe910c [2022-12-16T19:03:42.156Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2022-12-16T19:03:42.156Z] Removing intermediate container 6587ac125438 [2022-12-16T19:03:42.156Z] ---> cb21f08f784c [2022-12-16T19:03:42.156Z] Step 4/22 : WORKDIR /edgex-go [2022-12-16T19:03:42.156Z] Removing intermediate container 645c7c5bac58 [2022-12-16T19:03:42.156Z] ---> 087e38ec51c3 [2022-12-16T19:03:42.156Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2022-12-16T19:03:42.156Z] ---> Running in c34d2667da2d [2022-12-16T19:03:42.156Z] ---> Running in ff3a157ab1de [2022-12-16T19:03:42.426Z] ---> Running in dbf577ab7587 [2022-12-16T19:03:42.426Z] ---> Running in 08a418638398 [2022-12-16T19:03:42.426Z] ---> Running in dee196202978 [2022-12-16T19:03:42.579Z] Removing intermediate container d877bd4b4345 [2022-12-16T19:03:42.579Z] ---> 40016a61feef [2022-12-16T19:03:42.579Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2022-12-16T19:03:43.959Z] ---> f64e2b0dd62b [2022-12-16T19:03:43.959Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2022-12-16T19:03:44.528Z] ---> 2e5915e8ea88 [2022-12-16T19:03:44.528Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-12-16T19:03:44.789Z] ---> 173d5b32a4c0 [2022-12-16T19:03:44.789Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-12-16T19:03:45.359Z] ---> b64f650fd21e [2022-12-16T19:03:45.359Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-12-16T19:03:45.620Z] ---> 86cab67d235a [2022-12-16T19:03:45.620Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2022-12-16T19:03:45.620Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-12-16T19:03:45.620Z] ---> 81af897ffcf5 [2022-12-16T19:03:45.620Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-12-16T19:03:45.778Z] Removing intermediate container ff3a157ab1de [2022-12-16T19:03:45.778Z] ---> b5b11fc8a415 [2022-12-16T19:03:45.778Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificatesRemoving intermediate container 08a418638398 [2022-12-16T19:03:45.778Z] ---> 2813815f3574 [2022-12-16T19:03:45.778Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-12-16T19:03:45.778Z] [2022-12-16T19:03:45.778Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-12-16T19:03:45.778Z] ---> Running in 8d0ecdf37584 [2022-12-16T19:03:45.778Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-12-16T19:03:45.778Z] ---> Running in 0b218ae36a83 [2022-12-16T19:03:45.877Z] ---> 1c5f66171834 [2022-12-16T19:03:45.877Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-12-16T19:03:46.048Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-12-16T19:03:46.048Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-12-16T19:03:46.137Z] ---> 678d795aaa5e [2022-12-16T19:03:46.137Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-12-16T19:03:46.400Z] ---> Running in 4a1a2ab9b796 [2022-12-16T19:03:46.400Z] ---> f9ada5978fb1 [2022-12-16T19:03:46.400Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-12-16T19:03:46.633Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-12-16T19:03:46.663Z] Removing intermediate container 4a1a2ab9b796 [2022-12-16T19:03:46.663Z] ---> 8f70f6daa0bf [2022-12-16T19:03:46.663Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-12-16T19:03:46.901Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-12-16T19:03:46.920Z] ---> Running in a36a9013d32c [2022-12-16T19:03:47.178Z] Removing intermediate container a36a9013d32c [2022-12-16T19:03:47.178Z] ---> e8746f6d0341 [2022-12-16T19:03:47.178Z] Step 22/24 : LABEL arch=x86_64 [2022-12-16T19:03:47.178Z] ---> 148043e2931e [2022-12-16T19:03:47.178Z] Step 8/22 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-12-16T19:03:47.437Z] ---> 7c1747da5a84 [2022-12-16T19:03:47.437Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-12-16T19:03:47.437Z] ---> Running in 5dba8453bcb1 [2022-12-16T19:03:47.437Z] ---> Running in 63977bcb309f [2022-12-16T19:03:47.491Z] OK: 221 MiB in 51 packages [2022-12-16T19:03:47.491Z] v3.16.3-69-g4880acfeb4 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2022-12-16T19:03:47.491Z] v3.16.3-69-g4880acfeb4 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2022-12-16T19:03:47.491Z] OK: 16895 distinct packages available [2022-12-16T19:03:47.696Z] Removing intermediate container 5dba8453bcb1 [2022-12-16T19:03:47.696Z] ---> b898f6976663 [2022-12-16T19:03:47.696Z] Step 23/24 : LABEL git_sha=475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:03:47.696Z] ---> 73c9579302fe [2022-12-16T19:03:47.696Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-12-16T19:03:47.696Z] ---> Running in c311f0621433 [2022-12-16T19:03:47.696Z] ---> Running in cd81e9defa32 [2022-12-16T19:03:47.758Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-12-16T19:03:48.029Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-12-16T19:03:48.029Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-12-16T19:03:48.266Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-12-16T19:03:48.266Z] Removing intermediate container c311f0621433 [2022-12-16T19:03:48.266Z] ---> d7f4353fcb28 [2022-12-16T19:03:48.266Z] Step 24/24 : LABEL version=3.0.0-dev.7 [2022-12-16T19:03:48.266Z] ---> Running in 69bba2ee776a [2022-12-16T19:03:48.304Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-12-16T19:03:48.304Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-12-16T19:03:48.524Z] Removing intermediate container 69bba2ee776a [2022-12-16T19:03:48.524Z] ---> 540fb6dca3fa [2022-12-16T19:03:48.524Z] [2022-12-16T19:03:48.573Z] OK: 221 MiB in 51 packages [2022-12-16T19:03:48.573Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-12-16T19:03:48.782Z] Successfully built 540fb6dca3fa [2022-12-16T19:03:48.782Z] Successfully tagged security-spire-agent:latest [2022-12-16T19:03:48.782Z] Building security-spiffe-token-provider [2022-12-16T19:03:48.851Z] Removing intermediate container c34d2667da2d [2022-12-16T19:03:48.851Z] ---> 0bc187ec3e56 [2022-12-16T19:03:48.851Z] Step 5/23 : COPY go.mod vendor* ./ [2022-12-16T19:03:49.827Z] OK: 221 MiB in 51 packages [2022-12-16T19:03:49.827Z] OK: 221 MiB in 51 packages [2022-12-16T19:03:50.097Z] OK: 221 MiB in 51 packages [2022-12-16T19:03:50.681Z]  Building security-spire-agent ... done Removing intermediate container cd81e9defa32 [2022-12-16T19:03:50.681Z] ---> 69834e2c9ba4 [2022-12-16T19:03:50.681Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2022-12-16T19:03:50.690Z] ---> c47e3ae0fc0f [2022-12-16T19:03:50.690Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-12-16T19:03:50.690Z] Removing intermediate container dee196202978 [2022-12-16T19:03:50.690Z] ---> e47c075f9762 [2022-12-16T19:03:50.690Z] Step 5/24 : COPY go.mod vendor* ./ [2022-12-16T19:03:50.690Z] ---> Running in b3d0cf79ca0c [2022-12-16T19:03:51.254Z] ---> Running in 9ec8ab4af881 [2022-12-16T19:03:51.254Z] Removing intermediate container 78803a28d5dd [2022-12-16T19:03:51.254Z] ---> a2d3d6722ddc [2022-12-16T19:03:51.254Z] [2022-12-16T19:03:51.254Z] Step 9/21 : FROM alpine:3.16 [2022-12-16T19:03:51.254Z] ---> bfe296a52501 [2022-12-16T19:03:51.254Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2022-12-16T19:03:51.254Z] ---> Running in dd80c8fd22ca [2022-12-16T19:03:51.254Z] Removing intermediate container 9ec8ab4af881 [2022-12-16T19:03:51.254Z] ---> cc12bb1d2a1f [2022-12-16T19:03:51.254Z] Step 22/24 : LABEL arch=x86_64 [2022-12-16T19:03:51.514Z] ---> Running in 7cb0c899b4be [2022-12-16T19:03:51.679Z] Removing intermediate container 0b218ae36a83 [2022-12-16T19:03:51.679Z] ---> 73cf93c3f09e [2022-12-16T19:03:51.679Z] Step 6/22 : COPY go.mod vendor* ./ [2022-12-16T19:03:51.772Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-12-16T19:03:51.772Z] Removing intermediate container 7cb0c899b4be [2022-12-16T19:03:51.772Z] ---> 1154b276ce20 [2022-12-16T19:03:51.772Z] Step 23/24 : LABEL git_sha=475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:03:51.772Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-12-16T19:03:51.772Z] ---> Running in 09098d8a1ece [2022-12-16T19:03:51.948Z] Removing intermediate container 8d0ecdf37584 [2022-12-16T19:03:51.948Z] Removing intermediate container dbf577ab7587 [2022-12-16T19:03:51.948Z] ---> 5de043dc9876 [2022-12-16T19:03:51.948Z] Step 6/22 : COPY go.mod vendor* ./ [2022-12-16T19:03:51.948Z] ---> 450f37cb2f6c [2022-12-16T19:03:51.948Z] Step 5/19 : COPY go.mod vendor* ./ [2022-12-16T19:03:51.948Z] ---> c0aa1cc9f1ad [2022-12-16T19:03:51.948Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-12-16T19:03:52.030Z] (1/6) Installing ca-certificates (20220614-r0) [2022-12-16T19:03:52.030Z] (2/6) Installing brotli-libs (1.0.9-r6) [2022-12-16T19:03:52.030Z] Removing intermediate container 09098d8a1ece [2022-12-16T19:03:52.030Z] ---> 2060d0162f1b [2022-12-16T19:03:52.030Z] Step 24/24 : LABEL version=3.0.0-dev.7 [2022-12-16T19:03:52.030Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2022-12-16T19:03:52.030Z] (4/6) Installing libcurl (7.83.1-r4) [2022-12-16T19:03:52.030Z] (5/6) Installing curl (7.83.1-r4) [2022-12-16T19:03:52.030Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-12-16T19:03:52.216Z] ---> Running in 3fa6efcf4fef [2022-12-16T19:03:52.298Z] Executing busybox-1.35.0-r17.trigger [2022-12-16T19:03:52.298Z] Executing ca-certificates-20220614-r0.trigger [2022-12-16T19:03:52.298Z] ---> Running in 1c69ccf9c3b7 [2022-12-16T19:03:52.298Z] OK: 8 MiB in 20 packages [2022-12-16T19:03:52.804Z] ---> c273dc02b303 [2022-12-16T19:03:52.804Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-12-16T19:03:52.804Z] ---> Running in 5d03feeb559e [2022-12-16T19:03:52.864Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-12-16T19:03:52.864Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2022-12-16T19:03:52.864Z] ---> f7a6f83471ce [2022-12-16T19:03:52.864Z] Step 3/19 : WORKDIR /edgex-go [2022-12-16T19:03:52.864Z] ---> Using cache [2022-12-16T19:03:52.864Z] ---> da47e4c21543 [2022-12-16T19:03:52.864Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2022-12-16T19:03:53.122Z] Removing intermediate container 1c69ccf9c3b7 [2022-12-16T19:03:53.122Z] ---> d8033fed34ab [2022-12-16T19:03:53.122Z] [2022-12-16T19:03:53.122Z] ---> Running in fc1ad6f0936f [2022-12-16T19:03:53.122Z] Successfully built d8033fed34ab [2022-12-16T19:03:53.380Z] Successfully tagged security-secretstore-setup:latest [2022-12-16T19:03:53.380Z] Building core-data [2022-12-16T19:03:53.396Z] ---> b1d7c550b558 [2022-12-16T19:03:53.396Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-12-16T19:03:53.396Z] ---> 8b91bf9224bb [2022-12-16T19:03:53.396Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-12-16T19:03:53.396Z] ---> Running in 13b0bf073032 [2022-12-16T19:03:53.396Z] ---> Running in d3525b1af1fe [2022-12-16T19:03:53.953Z]  Building security-secretstore-setup ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-12-16T19:03:53.953Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-12-16T19:03:54.309Z] v3.16.3-69-g4880acfeb4 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2022-12-16T19:03:54.309Z] v3.16.3-69-g4880acfeb4 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2022-12-16T19:03:54.309Z] OK: 17038 distinct packages available [2022-12-16T19:03:54.309Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-12-16T19:03:54.569Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-12-16T19:03:54.569Z] OK: 211 MiB in 51 packages [2022-12-16T19:03:54.569Z] Removing intermediate container dd80c8fd22ca [2022-12-16T19:03:54.569Z] ---> b9e80928c750 [2022-12-16T19:03:54.569Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-12-16T19:03:55.951Z] ---> Running in 0f16dbdd4d7f [2022-12-16T19:03:55.951Z] Removing intermediate container adca72e1b52c [2022-12-16T19:03:55.951Z] ---> 71cc44245f27 [2022-12-16T19:03:55.951Z] [2022-12-16T19:03:55.951Z] Step 10/23 : FROM alpine:3.16 [2022-12-16T19:03:55.951Z] ---> bfe296a52501 [2022-12-16T19:03:55.951Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-12-16T19:03:55.951Z] ---> Using cache [2022-12-16T19:03:55.951Z] ---> 5f1fda23df26 [2022-12-16T19:03:55.951Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-12-16T19:03:55.951Z] ---> Using cache [2022-12-16T19:03:55.951Z] ---> e9e6f912f13b [2022-12-16T19:03:55.951Z] Step 13/23 : ENV APP_PORT=59882 [2022-12-16T19:03:56.209Z] ---> Running in bcc3b741e94e [2022-12-16T19:03:56.209Z] Removing intermediate container 0f16dbdd4d7f [2022-12-16T19:03:56.209Z] ---> 09da880e0b6b [2022-12-16T19:03:56.209Z] Step 12/21 : WORKDIR /edgex [2022-12-16T19:03:56.466Z] Removing intermediate container fc1ad6f0936f [2022-12-16T19:03:56.466Z] ---> a43608a7835a [2022-12-16T19:03:56.466Z] Step 5/19 : COPY go.mod vendor* ./ [2022-12-16T19:03:56.466Z] ---> Running in 247e6a4151d2 [2022-12-16T19:03:56.466Z] Removing intermediate container bcc3b741e94e [2022-12-16T19:03:56.466Z] ---> 62a8ab84582e [2022-12-16T19:03:56.466Z] Step 14/23 : EXPOSE $APP_PORT [2022-12-16T19:03:56.725Z] ---> Running in 5297adf6152f [2022-12-16T19:03:56.725Z] Removing intermediate container 247e6a4151d2 [2022-12-16T19:03:56.725Z] ---> f22ad725dc33 [2022-12-16T19:03:56.725Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-12-16T19:03:56.725Z] ---> a84092538830 [2022-12-16T19:03:56.725Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-12-16T19:03:56.983Z] ---> Running in dc729a0cefe5 [2022-12-16T19:03:56.983Z] Removing intermediate container 5297adf6152f [2022-12-16T19:03:56.983Z] ---> c7d68df0d76e [2022-12-16T19:03:56.983Z] Step 15/23 : WORKDIR / [2022-12-16T19:03:57.241Z] ---> Running in aefbdf4f4fd9 [2022-12-16T19:03:57.241Z] ---> 79b47f9f7fc0 [2022-12-16T19:03:57.241Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-12-16T19:03:57.498Z] Removing intermediate container aefbdf4f4fd9 [2022-12-16T19:03:57.498Z] ---> fdb03362e31b [2022-12-16T19:03:57.498Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-12-16T19:03:58.068Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-12-16T19:03:58.068Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-12-16T19:03:58.068Z] ---> f7a6f83471ce [2022-12-16T19:03:58.068Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2022-12-16T19:03:58.068Z] ---> Using cache [2022-12-16T19:03:58.068Z] ---> 8450696667f2 [2022-12-16T19:03:58.068Z] Step 4/22 : WORKDIR /edgex-go [2022-12-16T19:03:58.068Z] ---> Using cache [2022-12-16T19:03:58.068Z] ---> 4f1664ea1723 [2022-12-16T19:03:58.068Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-12-16T19:03:58.068Z] ---> Using cache [2022-12-16T19:03:58.068Z] ---> 6cf0e442631d [2022-12-16T19:03:58.068Z] Step 6/22 : COPY go.mod vendor* ./ [2022-12-16T19:03:58.068Z] ---> Using cache [2022-12-16T19:03:58.068Z] ---> b679032c6f27 [2022-12-16T19:03:58.068Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-12-16T19:03:58.068Z] ---> Using cache [2022-12-16T19:03:58.068Z] ---> a8d399677b9e [2022-12-16T19:03:58.068Z] Step 8/22 : COPY . . [2022-12-16T19:03:58.068Z] ---> Using cache [2022-12-16T19:03:58.068Z] ---> e7249c3f6db2 [2022-12-16T19:03:58.068Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2022-12-16T19:03:58.068Z] ---> 2934f381bdd0 [2022-12-16T19:03:58.068Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-12-16T19:03:58.068Z] ---> Running in fc42cddb1ef0 [2022-12-16T19:03:58.068Z] ---> 46c42fc9c430 [2022-12-16T19:03:58.068Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-12-16T19:03:58.634Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2022-12-16T19:03:59.200Z] ---> 6bb15e873a0a [2022-12-16T19:03:59.200Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-12-16T19:03:59.200Z] ---> 3165f05dae2e [2022-12-16T19:03:59.200Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-12-16T19:04:00.580Z] ---> 23eca81e1a30 [2022-12-16T19:04:00.580Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-12-16T19:04:00.580Z] ---> 1ac6f99749cb [2022-12-16T19:04:00.580Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-12-16T19:04:00.580Z] ---> Running in 63235cafc2db [2022-12-16T19:04:00.580Z] ---> Running in b9503263e6b5 [2022-12-16T19:04:00.838Z] Removing intermediate container b9503263e6b5 [2022-12-16T19:04:00.838Z] ---> b23ad5a76836 [2022-12-16T19:04:00.838Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-12-16T19:04:00.838Z] ---> Running in 00ee280e60bd [2022-12-16T19:04:01.405Z] Removing intermediate container 00ee280e60bd [2022-12-16T19:04:01.405Z] ---> 26e5ab2a5625 [2022-12-16T19:04:01.405Z] Step 21/23 : LABEL arch=x86_64 [2022-12-16T19:04:01.405Z] ---> Running in 30b830757b4b [2022-12-16T19:04:01.979Z] Removing intermediate container 30b830757b4b [2022-12-16T19:04:01.979Z] ---> b5ca18b108a6 [2022-12-16T19:04:01.979Z] Step 22/23 : LABEL git_sha=475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:04:02.236Z] ---> Running in a7bdf5ae43ab [2022-12-16T19:04:02.236Z] Removing intermediate container 63235cafc2db [2022-12-16T19:04:02.236Z] ---> 5365fcfe2dc1 [2022-12-16T19:04:02.236Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2022-12-16T19:04:02.810Z] ---> Running in deb122a1468f [2022-12-16T19:04:02.810Z] Removing intermediate container a7bdf5ae43ab [2022-12-16T19:04:02.810Z] ---> df4213e79f88 [2022-12-16T19:04:02.810Z] Step 23/23 : LABEL version=3.0.0-dev.7 [2022-12-16T19:04:03.069Z] ---> Running in 213e05ed8ac7 [2022-12-16T19:04:03.327Z] Removing intermediate container deb122a1468f [2022-12-16T19:04:03.327Z] ---> 37103a58b546 [2022-12-16T19:04:03.327Z] Step 19/21 : LABEL arch=x86_64 [2022-12-16T19:04:03.327Z] Removing intermediate container 213e05ed8ac7 [2022-12-16T19:04:03.327Z] ---> ef80238bf3da [2022-12-16T19:04:03.327Z] [2022-12-16T19:04:03.585Z] ---> Running in 15625bad3390 [2022-12-16T19:04:03.585Z] Successfully built ef80238bf3da [2022-12-16T19:04:03.585Z] Successfully tagged core-command:latest [2022-12-16T19:04:03.845Z]  Building core-command ... done Removing intermediate container 15625bad3390 [2022-12-16T19:04:03.845Z] ---> 5c2b96a68565 [2022-12-16T19:04:03.845Z] Step 20/21 : LABEL git_sha=475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:04:04.412Z] ---> Running in 412a99d7b0b6 [2022-12-16T19:04:04.412Z] Removing intermediate container 412a99d7b0b6 [2022-12-16T19:04:04.412Z] ---> a1f8797009aa [2022-12-16T19:04:04.412Z] Step 21/21 : LABEL version=3.0.0-dev.7 [2022-12-16T19:04:04.670Z] ---> Running in 2bc6865ed462 [2022-12-16T19:04:04.928Z] Removing intermediate container 2bc6865ed462 [2022-12-16T19:04:04.928Z] ---> 8ca0e8dea91b [2022-12-16T19:04:04.928Z] [2022-12-16T19:04:05.190Z] Successfully built 8ca0e8dea91b [2022-12-16T19:04:05.190Z] Successfully tagged security-proxy-setup:latest [2022-12-16T19:04:09.384Z]  Building security-proxy-setup ... done Removing intermediate container dc729a0cefe5 [2022-12-16T19:04:09.384Z] ---> 2691c6e103e8 [2022-12-16T19:04:09.384Z] Step 7/19 : COPY . . [2022-12-16T19:04:09.953Z] Removing intermediate container 63977bcb309f [2022-12-16T19:04:09.953Z] ---> 517e2b0180f9 [2022-12-16T19:04:09.953Z] Step 9/22 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-12-16T19:04:10.523Z] ---> Running in 8b1eb2207da5 [2022-12-16T19:04:10.781Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-12-16T19:04:13.313Z] Removing intermediate container 8b1eb2207da5 [2022-12-16T19:04:13.313Z] ---> 2d5c8d6e15d2 [2022-12-16T19:04:13.313Z] [2022-12-16T19:04:13.313Z] Step 10/22 : FROM alpine:3.16 [2022-12-16T19:04:13.313Z] ---> bfe296a52501 [2022-12-16T19:04:13.313Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2022-12-16T19:04:13.313Z] ---> Running in 9420465f0278 [2022-12-16T19:04:13.313Z] ---> f66fa477e497 [2022-12-16T19:04:13.313Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-12-16T19:04:13.313Z] ---> Running in f5b53310c006 [2022-12-16T19:04:13.313Z] Removing intermediate container 9420465f0278 [2022-12-16T19:04:13.313Z] ---> 118628fb2fef [2022-12-16T19:04:13.313Z] Step 12/22 : RUN apk add --update --no-cache bash dumb-init py3-pip curl docker-cli && pip install --no-cache-dir docker-compose==1.23.2 [2022-12-16T19:04:13.571Z] ---> Running in 5007f4afe0df [2022-12-16T19:04:13.828Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2022-12-16T19:04:13.828Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-12-16T19:04:14.086Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-12-16T19:04:14.343Z] (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2022-12-16T19:04:14.343Z] (2/33) Installing ncurses-libs (6.3_p20220521-r0) [2022-12-16T19:04:14.343Z] (3/33) Installing readline (8.1.2-r0) [2022-12-16T19:04:14.343Z] (4/33) Installing bash (5.1.16-r2) [2022-12-16T19:04:14.343Z] Executing bash-5.1.16-r2.post-install [2022-12-16T19:04:14.602Z] (5/33) Installing ca-certificates (20220614-r0) [2022-12-16T19:04:14.602Z] (6/33) Installing brotli-libs (1.0.9-r6) [2022-12-16T19:04:14.602Z] (7/33) Installing nghttp2-libs (1.47.0-r0) [2022-12-16T19:04:14.602Z] (8/33) Installing libcurl (7.83.1-r4) [2022-12-16T19:04:14.602Z] (9/33) Installing curl (7.83.1-r4) [2022-12-16T19:04:14.602Z] (10/33) Installing docker-cli (20.10.20-r0) [2022-12-16T19:04:14.859Z] (11/33) Installing dumb-init (1.2.5-r1) [2022-12-16T19:04:14.859Z] (12/33) Installing libbz2 (1.0.8-r1) [2022-12-16T19:04:14.859Z] (13/33) Installing expat (2.5.0-r0) [2022-12-16T19:04:14.859Z] (14/33) Installing libffi (3.4.2-r1) [2022-12-16T19:04:14.859Z] (15/33) Installing gdbm (1.23-r0) [2022-12-16T19:04:14.859Z] (16/33) Installing xz-libs (5.2.5-r1) [2022-12-16T19:04:14.859Z] (17/33) Installing libgcc (11.2.1_git20220219-r2) [2022-12-16T19:04:14.859Z] (18/33) Installing libstdc++ (11.2.1_git20220219-r2) [2022-12-16T19:04:14.859Z] (19/33) Installing mpdecimal (2.5.1-r1) [2022-12-16T19:04:14.859Z] (20/33) Installing sqlite-libs (3.38.5-r0) [2022-12-16T19:04:14.859Z] (21/33) Installing python3 (3.10.9-r0) [2022-12-16T19:04:15.117Z] (22/33) Installing py3-contextlib2 (21.6.0-r2) [2022-12-16T19:04:15.117Z] (23/33) Installing py3-tomli (2.0.1-r1) [2022-12-16T19:04:15.117Z] (24/33) Installing py3-pep517 (0.12.0-r2) [2022-12-16T19:04:15.117Z] (25/33) Installing py3-six (1.16.0-r1) [2022-12-16T19:04:15.117Z] (26/33) Installing py3-retrying (1.3.3-r3) [2022-12-16T19:04:15.117Z] (27/33) Installing py3-appdirs (1.4.4-r3) [2022-12-16T19:04:15.375Z] (28/33) Installing py3-more-itertools (8.13.0-r0) [2022-12-16T19:04:15.375Z] (29/33) Installing py3-ordered-set (4.0.2-r3) [2022-12-16T19:04:15.375Z] (30/33) Installing py3-parsing (2.4.7-r3) [2022-12-16T19:04:15.375Z] (31/33) Installing py3-packaging (21.3-r0) [2022-12-16T19:04:15.376Z] (32/33) Installing py3-setuptools (59.4.0-r0) [2022-12-16T19:04:15.376Z] (33/33) Installing py3-pip (22.1.1-r0) [2022-12-16T19:04:15.376Z] Executing busybox-1.35.0-r17.trigger [2022-12-16T19:04:15.376Z] Executing ca-certificates-20220614-r0.trigger [2022-12-16T19:04:15.634Z] OK: 123 MiB in 47 packages [2022-12-16T19:04:18.185Z] Collecting docker-compose==1.23.2 [2022-12-16T19:04:18.185Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-12-16T19:04:18.185Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 18.9 MB/s eta 0:00:00 [2022-12-16T19:04:18.442Z] Collecting PyYAML<4,>=3.10 [2022-12-16T19:04:18.442Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-12-16T19:04:18.442Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 60.4 MB/s eta 0:00:00 [2022-12-16T19:04:18.700Z] Preparing metadata (setup.py): started [2022-12-16T19:04:18.958Z] Preparing metadata (setup.py): finished with status 'done' [2022-12-16T19:04:19.217Z] Collecting texttable<0.10,>=0.9.0 [2022-12-16T19:04:19.217Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-12-16T19:04:19.217Z] Preparing metadata (setup.py): started [2022-12-16T19:04:19.217Z] Removing intermediate container fc42cddb1ef0 [2022-12-16T19:04:19.217Z] ---> cb7e40f3d76f [2022-12-16T19:04:19.217Z] [2022-12-16T19:04:19.217Z] Step 10/22 : FROM alpine:3.16 [2022-12-16T19:04:19.217Z] ---> bfe296a52501 [2022-12-16T19:04:19.217Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-12-16T19:04:19.475Z] ---> Running in 67be35d32ab3 [2022-12-16T19:04:19.475Z] Preparing metadata (setup.py): finished with status 'done' [2022-12-16T19:04:19.475Z] Collecting jsonschema<3,>=2.5.1 [2022-12-16T19:04:19.475Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-12-16T19:04:19.475Z] Removing intermediate container 67be35d32ab3 [2022-12-16T19:04:19.475Z] ---> 19eff076ccf1 [2022-12-16T19:04:19.475Z] Step 12/22 : ENV APP_PORT=59880 [2022-12-16T19:04:19.475Z] Collecting docker<4.0,>=3.6.0 [2022-12-16T19:04:19.475Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-12-16T19:04:19.475Z] ---> Running in adeb144f299c [2022-12-16T19:04:19.475Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 153.7 MB/s eta 0:00:00 [2022-12-16T19:04:19.734Z] Collecting dockerpty<0.5,>=0.4.1 [2022-12-16T19:04:19.734Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-12-16T19:04:19.734Z] Preparing metadata (setup.py): started [2022-12-16T19:04:19.734Z] Removing intermediate container adeb144f299c [2022-12-16T19:04:19.734Z] ---> ddf323e9a310 [2022-12-16T19:04:19.734Z] Step 13/22 : EXPOSE $APP_PORT [2022-12-16T19:04:19.734Z] ---> Running in 82db74fc3ae5 [2022-12-16T19:04:19.993Z] Preparing metadata (setup.py): finished with status 'done' [2022-12-16T19:04:19.993Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.10/site-packages (from docker-compose==1.23.2) (1.16.0) [2022-12-16T19:04:19.993Z] Collecting docopt<0.7,>=0.6.1 [2022-12-16T19:04:19.993Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-12-16T19:04:19.993Z] Preparing metadata (setup.py): started [2022-12-16T19:04:19.993Z] Removing intermediate container 82db74fc3ae5 [2022-12-16T19:04:19.993Z] ---> 9ac5b0c1120e [2022-12-16T19:04:19.993Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2022-12-16T19:04:19.993Z] ---> Running in 82822670bdf3 [2022-12-16T19:04:20.254Z] Preparing metadata (setup.py): finished with status 'done' [2022-12-16T19:04:20.254Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-12-16T19:04:20.254Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-12-16T19:04:20.254Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 170.9 MB/s eta 0:00:00 [2022-12-16T19:04:20.254Z] Collecting cached-property<2,>=1.2.0 [2022-12-16T19:04:20.254Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-12-16T19:04:20.512Z] Collecting websocket-client<1.0,>=0.32.0 [2022-12-16T19:04:20.512Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-12-16T19:04:20.512Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 68.4 MB/s eta 0:00:00 [2022-12-16T19:04:20.512Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-12-16T19:04:20.512Z] Collecting docker-pycreds>=0.4.0 [2022-12-16T19:04:20.512Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-12-16T19:04:20.512Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-12-16T19:04:20.512Z] Collecting idna<2.8,>=2.5 [2022-12-16T19:04:20.512Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-12-16T19:04:20.771Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 61.1 MB/s eta 0:00:00 [2022-12-16T19:04:20.771Z] Collecting urllib3<1.25,>=1.21.1 [2022-12-16T19:04:20.771Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-12-16T19:04:20.771Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 35.5 MB/s eta 0:00:00 [2022-12-16T19:04:20.771Z] Collecting certifi>=2017.4.17 [2022-12-16T19:04:20.771Z] Downloading certifi-2022.12.7-py3-none-any.whl (155 kB) [2022-12-16T19:04:20.771Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155.3/155.3 kB 55.7 MB/s eta 0:00:00 [2022-12-16T19:04:20.771Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-12-16T19:04:20.771Z] Executing busybox-1.35.0-r17.trigger [2022-12-16T19:04:20.771Z] OK: 6 MiB in 15 packages [2022-12-16T19:04:20.771Z] Collecting chardet<3.1.0,>=3.0.2 [2022-12-16T19:04:20.771Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-12-16T19:04:20.771Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 45.7 MB/s eta 0:00:00 [2022-12-16T19:04:20.771Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-12-16T19:04:20.771Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-12-16T19:04:20.771Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-12-16T19:04:20.771Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-12-16T19:04:21.029Z] Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose [2022-12-16T19:04:21.029Z] Running setup.py install for texttable: started [2022-12-16T19:04:21.316Z] Running setup.py install for texttable: finished with status 'done' [2022-12-16T19:04:21.316Z] Running setup.py install for PyYAML: started [2022-12-16T19:04:21.575Z] Removing intermediate container 82822670bdf3 [2022-12-16T19:04:21.575Z] ---> 7ba4f878ef69 [2022-12-16T19:04:21.575Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-12-16T19:04:21.833Z] Running setup.py install for PyYAML: finished with status 'done' [2022-12-16T19:04:21.833Z] ---> 6076af323049 [2022-12-16T19:04:21.833Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-12-16T19:04:22.096Z] Running setup.py install for docopt: started [2022-12-16T19:04:22.361Z] Running setup.py install for docopt: finished with status 'done' [2022-12-16T19:04:22.361Z] ---> 8204af73b018 [2022-12-16T19:04:22.361Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-12-16T19:04:22.622Z] ---> 4249f459f23f [2022-12-16T19:04:22.622Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2022-12-16T19:04:22.880Z] ---> Running in 86f544e5ae60 [2022-12-16T19:04:22.880Z] Removing intermediate container 86f544e5ae60 [2022-12-16T19:04:22.880Z] ---> 62708deb9479 [2022-12-16T19:04:22.880Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-12-16T19:04:22.880Z] Running setup.py install for dockerpty: started [2022-12-16T19:04:23.140Z] ---> Running in fcc484e875f6 [2022-12-16T19:04:23.140Z] Removing intermediate container fcc484e875f6 [2022-12-16T19:04:23.140Z] ---> f4d7bbcad388 [2022-12-16T19:04:23.140Z] Step 20/22 : LABEL arch=x86_64 [2022-12-16T19:04:23.399Z] ---> Running in 237db4ee4332 [2022-12-16T19:04:23.399Z] Running setup.py install for dockerpty: finished with status 'done' [2022-12-16T19:04:23.399Z] Removing intermediate container 237db4ee4332 [2022-12-16T19:04:23.399Z] ---> 138ac834feb2 [2022-12-16T19:04:23.399Z] Step 21/22 : LABEL git_sha=475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:04:23.399Z] ---> Running in 2d83b8b06a21 [2022-12-16T19:04:23.658Z] Removing intermediate container 2d83b8b06a21 [2022-12-16T19:04:23.658Z] ---> c7eaee869a9c [2022-12-16T19:04:23.658Z] Step 22/22 : LABEL version=3.0.0-dev.7 [2022-12-16T19:04:23.658Z] ---> Running in 69e85437325c [2022-12-16T19:04:23.915Z] Removing intermediate container 69e85437325c [2022-12-16T19:04:23.915Z] ---> 5386d604967c [2022-12-16T19:04:23.915Z] [2022-12-16T19:04:23.915Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2022.12.7 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 [2022-12-16T19:04:23.915Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2022-12-16T19:04:23.915Z] Successfully built 5386d604967c [2022-12-16T19:04:23.915Z] Successfully tagged core-data:latest [2022-12-16T19:04:27.240Z]  Building core-data ... done Removing intermediate container 5007f4afe0df [2022-12-16T19:04:27.240Z] ---> c8c8047fb775 [2022-12-16T19:04:27.240Z] Step 13/22 : ENV APP_PORT=58890 [2022-12-16T19:04:27.240Z] ---> Running in aa311b190104 [2022-12-16T19:04:27.508Z] Removing intermediate container aa311b190104 [2022-12-16T19:04:27.508Z] ---> 676847af9f14 [2022-12-16T19:04:27.508Z] Step 14/22 : EXPOSE $APP_PORT [2022-12-16T19:04:27.508Z] ---> Running in c1c8d70e214a [2022-12-16T19:04:27.508Z] Removing intermediate container c1c8d70e214a [2022-12-16T19:04:27.508Z] ---> 5e628d9fe1c5 [2022-12-16T19:04:27.508Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-12-16T19:04:28.072Z] ---> 85a80463d306 [2022-12-16T19:04:28.072Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-12-16T19:04:28.329Z] ---> 1a5938b6fead [2022-12-16T19:04:28.329Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-12-16T19:04:28.587Z] ---> 9d156e9a9c2c [2022-12-16T19:04:28.587Z] Step 18/22 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-12-16T19:04:28.845Z] ---> Running in 5d55d696bafa [2022-12-16T19:04:28.845Z] Removing intermediate container 5d55d696bafa [2022-12-16T19:04:28.845Z] ---> 9eac7235d012 [2022-12-16T19:04:28.845Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-12-16T19:04:28.845Z] ---> Running in adc843062dd4 [2022-12-16T19:04:29.103Z] Removing intermediate container adc843062dd4 [2022-12-16T19:04:29.103Z] ---> e375e23dd891 [2022-12-16T19:04:29.103Z] Step 20/22 : LABEL arch=x86_64 [2022-12-16T19:04:29.103Z] ---> Running in 820fc34fcaa8 [2022-12-16T19:04:29.103Z] Removing intermediate container 820fc34fcaa8 [2022-12-16T19:04:29.103Z] ---> e5f6f1646f85 [2022-12-16T19:04:29.103Z] Step 21/22 : LABEL git_sha=475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:04:29.103Z] ---> Running in 6da8ddfa05f2 [2022-12-16T19:04:29.376Z] Removing intermediate container 6da8ddfa05f2 [2022-12-16T19:04:29.376Z] ---> 063107ee6e8e [2022-12-16T19:04:29.376Z] Step 22/22 : LABEL version=3.0.0-dev.7 [2022-12-16T19:04:29.376Z] ---> Running in 2786e9dd7564 [2022-12-16T19:04:29.634Z] Removing intermediate container 2786e9dd7564 [2022-12-16T19:04:29.634Z] ---> 26155bf4fd26 [2022-12-16T19:04:29.634Z] [2022-12-16T19:04:29.634Z] Successfully built 26155bf4fd26 [2022-12-16T19:04:29.634Z] Successfully tagged sys-mgmt-agent:latest [2022-12-16T19:04:33.862Z]  Building sys-mgmt-agent ... done Removing intermediate container f5b53310c006 [2022-12-16T19:04:33.862Z] ---> 81f9296a132f [2022-12-16T19:04:33.862Z] [2022-12-16T19:04:33.862Z] Step 9/19 : FROM alpine:3.15 [2022-12-16T19:04:33.862Z] ---> c4fc93816858 [2022-12-16T19:04:33.862Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-12-16T19:04:33.862Z] ---> Using cache [2022-12-16T19:04:33.862Z] ---> b4e6c527a185 [2022-12-16T19:04:33.862Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-12-16T19:04:33.862Z] ---> Running in 14eb59f5cb69 [2022-12-16T19:04:33.862Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-12-16T19:04:33.862Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-12-16T19:04:33.862Z] v3.15.6-213-gc642bef683 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2022-12-16T19:04:33.862Z] v3.15.6-213-gc642bef683 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2022-12-16T19:04:33.862Z] OK: 15859 distinct packages available [2022-12-16T19:04:34.121Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-12-16T19:04:34.121Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-12-16T19:04:34.381Z] (1/9) Installing ca-certificates (20220614-r0) [2022-12-16T19:04:34.381Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-12-16T19:04:34.381Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-12-16T19:04:34.381Z] (4/9) Installing libcurl (7.80.0-r4) [2022-12-16T19:04:34.381Z] (5/9) Installing curl (7.80.0-r4) [2022-12-16T19:04:34.381Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-12-16T19:04:34.381Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-12-16T19:04:34.381Z] (8/9) Installing libucontext (1.1-r0) [2022-12-16T19:04:34.381Z] (9/9) Installing gcompat (1.0.0-r4) [2022-12-16T19:04:34.381Z] Executing busybox-1.34.1-r7.trigger [2022-12-16T19:04:34.381Z] Executing ca-certificates-20220614-r0.trigger [2022-12-16T19:04:34.381Z] OK: 8 MiB in 23 packages [2022-12-16T19:04:34.947Z] Removing intermediate container 14eb59f5cb69 [2022-12-16T19:04:34.947Z] ---> d6f5ec57ae39 [2022-12-16T19:04:34.947Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2022-12-16T19:04:34.947Z] ---> 207ad167f663 [2022-12-16T19:04:34.947Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-12-16T19:04:35.515Z] ---> bef260e8511b [2022-12-16T19:04:35.515Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-12-16T19:04:35.774Z] ---> 6e5c08cacd0f [2022-12-16T19:04:35.774Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-12-16T19:04:35.774Z] ---> Running in e5090e93bd47 [2022-12-16T19:04:35.774Z] Removing intermediate container e5090e93bd47 [2022-12-16T19:04:35.774Z] ---> a96fbc04fd47 [2022-12-16T19:04:35.774Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-12-16T19:04:35.774Z] ---> Running in 87050bc2446c [2022-12-16T19:04:36.032Z] Removing intermediate container 87050bc2446c [2022-12-16T19:04:36.032Z] ---> 51cfb400b22a [2022-12-16T19:04:36.032Z] Step 17/19 : LABEL arch=x86_64 [2022-12-16T19:04:36.032Z] ---> Running in f1e2e2148ba5 [2022-12-16T19:04:36.032Z] Removing intermediate container f1e2e2148ba5 [2022-12-16T19:04:36.032Z] ---> 39deadf8b182 [2022-12-16T19:04:36.032Z] Step 18/19 : LABEL git_sha=475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:04:36.032Z] ---> Running in 7a7e1cb37bf5 [2022-12-16T19:04:36.290Z] Removing intermediate container 7a7e1cb37bf5 [2022-12-16T19:04:36.290Z] ---> ef0175779432 [2022-12-16T19:04:36.290Z] Step 19/19 : LABEL version=3.0.0-dev.7 [2022-12-16T19:04:36.290Z] ---> Running in 7fa9e05e4d85 [2022-12-16T19:04:36.290Z] Removing intermediate container 7fa9e05e4d85 [2022-12-16T19:04:36.290Z] ---> d2c45f274ef9 [2022-12-16T19:04:36.290Z] [2022-12-16T19:04:36.290Z] Successfully built d2c45f274ef9 [2022-12-16T19:04:36.290Z] Successfully tagged security-spiffe-token-provider:latest [2022-12-16T19:04:36.556Z]  Building security-spiffe-token-provider ... done  [Pipeline] } [2022-12-16T19:04:36.563Z] $ docker stop --time=1 58d5e7bd8e6e63428edae538b914dad8e0bb37e7e695ba79260972e2d1260ad8 [2022-12-16T19:04:37.871Z] $ docker rm -f --volumes 58d5e7bd8e6e63428edae538b914dad8e0bb37e7e695ba79260972e2d1260ad8 [Pipeline] // withDockerContainer [Pipeline] sh [2022-12-16T19:04:38.199Z] + docker images [2022-12-16T19:04:38.199Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-12-16T19:04:38.199Z] security-spiffe-token-provider latest d2c45f274ef9 2 seconds ago 29.7MB [2022-12-16T19:04:38.199Z] 81f9296a132f 6 seconds ago 1.65GB [2022-12-16T19:04:38.199Z] sys-mgmt-agent latest 26155bf4fd26 9 seconds ago 136MB [2022-12-16T19:04:38.199Z] core-data latest 5386d604967c 15 seconds ago 17.9MB [2022-12-16T19:04:38.199Z] cb7e40f3d76f 20 seconds ago 1.62GB [2022-12-16T19:04:38.199Z] 2d5c8d6e15d2 26 seconds ago 1.6GB [2022-12-16T19:04:38.199Z] security-proxy-setup latest 8ca0e8dea91b 34 seconds ago 27.7MB [2022-12-16T19:04:38.199Z] core-command latest ef80238bf3da 35 seconds ago 17.7MB [2022-12-16T19:04:38.199Z] 71cc44245f27 43 seconds ago 1.61GB [2022-12-16T19:04:38.199Z] security-secretstore-setup latest d8033fed34ab 46 seconds ago 29.9MB [2022-12-16T19:04:38.199Z] a2d3d6722ddc 48 seconds ago 1.6GB [2022-12-16T19:04:38.199Z] security-spire-agent latest 540fb6dca3fa 50 seconds ago 125MB [2022-12-16T19:04:38.199Z] 8651fee02e9c About a minute ago 1.61GB [2022-12-16T19:04:38.199Z] security-spire-config latest 87b10e0001d6 About a minute ago 85.8MB [2022-12-16T19:04:38.199Z] security-bootstrapper latest 5fec6469a2ff About a minute ago 20.3MB [2022-12-16T19:04:38.199Z] support-notifications latest c8f737a6d336 About a minute ago 30.5MB [2022-12-16T19:04:38.199Z] c1f00bc49c09 About a minute ago 1.49GB [2022-12-16T19:04:38.200Z] core-metadata latest 2d69e2a8a9f4 About a minute ago 18.5MB [2022-12-16T19:04:38.200Z] support-scheduler latest 8ecd291d7c24 About a minute ago 29.9MB [2022-12-16T19:04:38.200Z] 67757eae7ed4 About a minute ago 1.68GB [2022-12-16T19:04:38.200Z] de2adc2287f4 About a minute ago 1.68GB [2022-12-16T19:04:38.200Z] 96c0a6363112 About a minute ago 1.62GB [2022-12-16T19:04:38.200Z] 99a3db11f1ac About a minute ago 1.6GB [2022-12-16T19:04:38.200Z] security-spire-server latest 7b79b4cac459 About a minute ago 86.5MB [2022-12-16T19:04:38.200Z] 0cefe18585ea 2 minutes ago 1.49GB [2022-12-16T19:04:38.200Z] ci-base-image-x86_64 latest f7a6f83471ce 4 minutes ago 947MB [2022-12-16T19:04:38.200Z] alpine 3.16 bfe296a52501 4 weeks ago 5.54MB [2022-12-16T19:04:38.200Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 6 weeks ago 683MB [2022-12-16T19:04:38.200Z] alpine 3.15 c4fc93816858 4 months ago 5.59MB [2022-12-16T19:04:38.200Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 5 months ago 253MB [2022-12-16T19:04:38.200Z] 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 [2022-12-16T19:04:38.311Z] provisioning config files... [2022-12-16T19:04:38.322Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/361@tmp/config996661246082416123tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-12-16T19:04:38.625Z] ---> docker-login.sh [2022-12-16T19:04:38.625Z] nexus3.edgexfoundry.org:10001 [2022-12-16T19:04:38.625Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-16T19:04:38.625Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-16T19:04:38.625Z] Configure a credential helper to remove this warning. See [2022-12-16T19:04:38.625Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-16T19:04:38.625Z] [2022-12-16T19:04:38.625Z] Login Succeeded [2022-12-16T19:04:38.625Z] nexus3.edgexfoundry.org:10002 [2022-12-16T19:04:38.883Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-16T19:04:38.883Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-16T19:04:38.883Z] Configure a credential helper to remove this warning. See [2022-12-16T19:04:38.883Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-16T19:04:38.883Z] [2022-12-16T19:04:38.883Z] Login Succeeded [2022-12-16T19:04:38.883Z] nexus3.edgexfoundry.org:10003 [2022-12-16T19:04:38.883Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-16T19:04:38.883Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-16T19:04:38.883Z] Configure a credential helper to remove this warning. See [2022-12-16T19:04:38.883Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-16T19:04:38.883Z] [2022-12-16T19:04:38.883Z] Login Succeeded [2022-12-16T19:04:38.883Z] nexus3.edgexfoundry.org:10004 [2022-12-16T19:04:38.883Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-16T19:04:39.142Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-16T19:04:39.142Z] Configure a credential helper to remove this warning. See [2022-12-16T19:04:39.142Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-16T19:04:39.142Z] [2022-12-16T19:04:39.142Z] Login Succeeded [2022-12-16T19:04:39.142Z] docker.io [2022-12-16T19:04:39.142Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-16T19:04:39.400Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-16T19:04:39.400Z] Configure a credential helper to remove this warning. See [2022-12-16T19:04:39.400Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-16T19:04:39.400Z] [2022-12-16T19:04:39.400Z] Login Succeeded [2022-12-16T19:04:39.400Z] ---> docker-login.sh ends [Pipeline] } [2022-12-16T19:04:39.408Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-12-16T19:04:39.433Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-12-16T19:04:39.450Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2022-12-16T19:04:39.450Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:04:39.450Z] latest [2022-12-16T19:04:39.450Z] 3.0.0-dev.7 [2022-12-16T19:04:39.450Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:04:39.450Z] main [2022-12-16T19:04:39.450Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:04:39.752Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:475d506e1f7a543c9891e772a4b06d1eb0ad955d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:04:40.051Z] + docker push nexus3.edgexfoundry.org:10004/core-command:475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:04:40.051Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2022-12-16T19:04:40.051Z] 3bd13baa1893: Preparing [2022-12-16T19:04:40.051Z] b54e3285630f: Preparing [2022-12-16T19:04:40.051Z] 3d8fbae8aae4: Preparing [2022-12-16T19:04:40.051Z] d0d8c8ff009a: Preparing [2022-12-16T19:04:40.051Z] e5e13b0c77cb: Preparing [2022-12-16T19:04:40.051Z] e5e13b0c77cb: Layer already exists [2022-12-16T19:04:40.051Z] d0d8c8ff009a: Pushed [2022-12-16T19:04:40.051Z] 3d8fbae8aae4: Pushed [2022-12-16T19:04:40.051Z] 3bd13baa1893: Pushed [2022-12-16T19:04:41.955Z] b54e3285630f: Pushed [2022-12-16T19:04:41.955Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d: digest: sha256:f605a107229374166479753108c254e410065ce963c709f550d82dff4e9a578b size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:04:42.270Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:04:42.581Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2022-12-16T19:04:42.581Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2022-12-16T19:04:42.581Z] 3bd13baa1893: Preparing [2022-12-16T19:04:42.581Z] b54e3285630f: Preparing [2022-12-16T19:04:42.581Z] 3d8fbae8aae4: Preparing [2022-12-16T19:04:42.581Z] d0d8c8ff009a: Preparing [2022-12-16T19:04:42.581Z] e5e13b0c77cb: Preparing [2022-12-16T19:04:42.581Z] 3d8fbae8aae4: Layer already exists [2022-12-16T19:04:42.581Z] b54e3285630f: Layer already exists [2022-12-16T19:04:42.581Z] e5e13b0c77cb: Layer already exists [2022-12-16T19:04:42.581Z] d0d8c8ff009a: Layer already exists [2022-12-16T19:04:42.581Z] 3bd13baa1893: Layer already exists [2022-12-16T19:04:42.581Z] latest: digest: sha256:f605a107229374166479753108c254e410065ce963c709f550d82dff4e9a578b size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:04:42.896Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:04:43.208Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.7 [2022-12-16T19:04:43.208Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2022-12-16T19:04:43.208Z] 3bd13baa1893: Preparing [2022-12-16T19:04:43.208Z] b54e3285630f: Preparing [2022-12-16T19:04:43.208Z] 3d8fbae8aae4: Preparing [2022-12-16T19:04:43.208Z] d0d8c8ff009a: Preparing [2022-12-16T19:04:43.208Z] e5e13b0c77cb: Preparing [2022-12-16T19:04:43.208Z] b54e3285630f: Layer already exists [2022-12-16T19:04:43.208Z] 3d8fbae8aae4: Layer already exists [2022-12-16T19:04:43.208Z] d0d8c8ff009a: Layer already exists [2022-12-16T19:04:43.208Z] 3bd13baa1893: Layer already exists [2022-12-16T19:04:43.208Z] e5e13b0c77cb: Layer already exists [2022-12-16T19:04:43.208Z] 3.0.0-dev.7: digest: sha256:f605a107229374166479753108c254e410065ce963c709f550d82dff4e9a578b size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:04:43.525Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:04:43.835Z] + docker push nexus3.edgexfoundry.org:10004/core-command:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:04:43.835Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2022-12-16T19:04:43.835Z] 3bd13baa1893: Preparing [2022-12-16T19:04:43.835Z] b54e3285630f: Preparing [2022-12-16T19:04:43.835Z] 3d8fbae8aae4: Preparing [2022-12-16T19:04:43.835Z] d0d8c8ff009a: Preparing [2022-12-16T19:04:43.835Z] e5e13b0c77cb: Preparing [2022-12-16T19:04:43.835Z] b54e3285630f: Layer already exists [2022-12-16T19:04:43.835Z] e5e13b0c77cb: Layer already exists [2022-12-16T19:04:43.835Z] 3d8fbae8aae4: Layer already exists [2022-12-16T19:04:43.835Z] d0d8c8ff009a: Layer already exists [2022-12-16T19:04:43.835Z] 3bd13baa1893: Layer already exists [2022-12-16T19:04:43.835Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7: digest: sha256:f605a107229374166479753108c254e410065ce963c709f550d82dff4e9a578b size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:04:44.141Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:04:44.440Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2022-12-16T19:04:44.440Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2022-12-16T19:04:44.440Z] 3bd13baa1893: Preparing [2022-12-16T19:04:44.440Z] b54e3285630f: Preparing [2022-12-16T19:04:44.440Z] 3d8fbae8aae4: Preparing [2022-12-16T19:04:44.440Z] d0d8c8ff009a: Preparing [2022-12-16T19:04:44.440Z] e5e13b0c77cb: Preparing [2022-12-16T19:04:44.440Z] e5e13b0c77cb: Layer already exists [2022-12-16T19:04:44.440Z] d0d8c8ff009a: Layer already exists [2022-12-16T19:04:44.440Z] 3bd13baa1893: Layer already exists [2022-12-16T19:04:44.440Z] b54e3285630f: Layer already exists [2022-12-16T19:04:44.440Z] 3d8fbae8aae4: Layer already exists [2022-12-16T19:04:44.440Z] main: digest: sha256:f605a107229374166479753108c254e410065ce963c709f550d82dff4e9a578b size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-12-16T19:04:44.473Z] ===================================================== [Pipeline] echo [2022-12-16T19:04:44.479Z] taggedImages: [2022-12-16T19:04:44.479Z] - nexus3.edgexfoundry.org:10004/core-command:475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:04:44.479Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2022-12-16T19:04:44.479Z] - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.7 [2022-12-16T19:04:44.479Z] - nexus3.edgexfoundry.org:10004/core-command:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:04:44.479Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2022-12-16T19:04:44.494Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2022-12-16T19:04:44.494Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:04:44.494Z] latest [2022-12-16T19:04:44.494Z] 3.0.0-dev.7 [2022-12-16T19:04:44.494Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:04:44.494Z] main [2022-12-16T19:04:44.494Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:04:44.796Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:475d506e1f7a543c9891e772a4b06d1eb0ad955d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:04:45.097Z] + docker push nexus3.edgexfoundry.org:10004/core-data:475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:04:45.097Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2022-12-16T19:04:45.097Z] c98f3490b469: Preparing [2022-12-16T19:04:45.097Z] a3d95bf265c0: Preparing [2022-12-16T19:04:45.097Z] 3d8fbae8aae4: Preparing [2022-12-16T19:04:45.097Z] fb0cab9d0371: Preparing [2022-12-16T19:04:45.097Z] e5e13b0c77cb: Preparing [2022-12-16T19:04:45.097Z] e5e13b0c77cb: Layer already exists [2022-12-16T19:04:45.097Z] 3d8fbae8aae4: Layer already exists [2022-12-16T19:04:45.097Z] c98f3490b469: Pushed [2022-12-16T19:04:45.097Z] fb0cab9d0371: Pushed [2022-12-16T19:04:46.474Z] a3d95bf265c0: Pushed [2022-12-16T19:04:46.474Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d: digest: sha256:a3e90ada68976d5e1f2b7959ea9515a4d222d78aefcfa2f437e20e3e142ed489 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:04:47.100Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:04:47.401Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2022-12-16T19:04:47.401Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2022-12-16T19:04:47.401Z] c98f3490b469: Preparing [2022-12-16T19:04:47.401Z] a3d95bf265c0: Preparing [2022-12-16T19:04:47.401Z] 3d8fbae8aae4: Preparing [2022-12-16T19:04:47.401Z] fb0cab9d0371: Preparing [2022-12-16T19:04:47.401Z] e5e13b0c77cb: Preparing [2022-12-16T19:04:47.401Z] e5e13b0c77cb: Layer already exists [2022-12-16T19:04:47.401Z] c98f3490b469: Layer already exists [2022-12-16T19:04:47.401Z] fb0cab9d0371: Layer already exists [2022-12-16T19:04:47.401Z] 3d8fbae8aae4: Layer already exists [2022-12-16T19:04:47.401Z] a3d95bf265c0: Layer already exists [2022-12-16T19:04:47.658Z] latest: digest: sha256:a3e90ada68976d5e1f2b7959ea9515a4d222d78aefcfa2f437e20e3e142ed489 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:04:47.972Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:04:48.276Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.7 [2022-12-16T19:04:48.276Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2022-12-16T19:04:48.276Z] c98f3490b469: Preparing [2022-12-16T19:04:48.276Z] a3d95bf265c0: Preparing [2022-12-16T19:04:48.276Z] 3d8fbae8aae4: Preparing [2022-12-16T19:04:48.276Z] fb0cab9d0371: Preparing [2022-12-16T19:04:48.276Z] e5e13b0c77cb: Preparing [2022-12-16T19:04:48.276Z] c98f3490b469: Layer already exists [2022-12-16T19:04:48.276Z] 3d8fbae8aae4: Layer already exists [2022-12-16T19:04:48.276Z] a3d95bf265c0: Layer already exists [2022-12-16T19:04:48.276Z] e5e13b0c77cb: Layer already exists [2022-12-16T19:04:48.276Z] fb0cab9d0371: Layer already exists [2022-12-16T19:04:48.276Z] 3.0.0-dev.7: digest: sha256:a3e90ada68976d5e1f2b7959ea9515a4d222d78aefcfa2f437e20e3e142ed489 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:04:48.587Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:04:48.975Z] + docker push nexus3.edgexfoundry.org:10004/core-data:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:04:48.975Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2022-12-16T19:04:48.975Z] c98f3490b469: Preparing [2022-12-16T19:04:48.975Z] a3d95bf265c0: Preparing [2022-12-16T19:04:48.975Z] 3d8fbae8aae4: Preparing [2022-12-16T19:04:48.975Z] fb0cab9d0371: Preparing [2022-12-16T19:04:48.975Z] e5e13b0c77cb: Preparing [2022-12-16T19:04:48.975Z] a3d95bf265c0: Layer already exists [2022-12-16T19:04:48.975Z] c98f3490b469: Layer already exists [2022-12-16T19:04:48.975Z] 3d8fbae8aae4: Layer already exists [2022-12-16T19:04:48.975Z] fb0cab9d0371: Layer already exists [2022-12-16T19:04:48.975Z] e5e13b0c77cb: Layer already exists [2022-12-16T19:04:48.975Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7: digest: sha256:a3e90ada68976d5e1f2b7959ea9515a4d222d78aefcfa2f437e20e3e142ed489 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:04:49.354Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:04:49.702Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2022-12-16T19:04:49.702Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2022-12-16T19:04:49.702Z] c98f3490b469: Preparing [2022-12-16T19:04:49.702Z] a3d95bf265c0: Preparing [2022-12-16T19:04:49.702Z] 3d8fbae8aae4: Preparing [2022-12-16T19:04:49.702Z] fb0cab9d0371: Preparing [2022-12-16T19:04:49.702Z] e5e13b0c77cb: Preparing [2022-12-16T19:04:49.702Z] c98f3490b469: Layer already exists [2022-12-16T19:04:49.702Z] e5e13b0c77cb: Layer already exists [2022-12-16T19:04:49.702Z] a3d95bf265c0: Layer already exists [2022-12-16T19:04:49.702Z] fb0cab9d0371: Layer already exists [2022-12-16T19:04:49.702Z] 3d8fbae8aae4: Layer already exists [2022-12-16T19:04:49.702Z] main: digest: sha256:a3e90ada68976d5e1f2b7959ea9515a4d222d78aefcfa2f437e20e3e142ed489 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-12-16T19:04:49.738Z] ===================================================== [Pipeline] echo [2022-12-16T19:04:49.744Z] taggedImages: [2022-12-16T19:04:49.744Z] - nexus3.edgexfoundry.org:10004/core-data:475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:04:49.744Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2022-12-16T19:04:49.744Z] - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.7 [2022-12-16T19:04:49.744Z] - nexus3.edgexfoundry.org:10004/core-data:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:04:49.744Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2022-12-16T19:04:49.760Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2022-12-16T19:04:49.760Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:04:49.760Z] latest [2022-12-16T19:04:49.760Z] 3.0.0-dev.7 [2022-12-16T19:04:49.760Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:04:49.760Z] main [2022-12-16T19:04:49.760Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:04:50.124Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:475d506e1f7a543c9891e772a4b06d1eb0ad955d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:04:50.426Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:04:50.427Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2022-12-16T19:04:50.427Z] cab9657f8df7: Preparing [2022-12-16T19:04:50.427Z] efa55ccb3137: Preparing [2022-12-16T19:04:50.427Z] 9e4d9c707eab: Preparing [2022-12-16T19:04:50.427Z] 3d8fbae8aae4: Preparing [2022-12-16T19:04:50.427Z] d0d8c8ff009a: Preparing [2022-12-16T19:04:50.427Z] e5e13b0c77cb: Preparing [2022-12-16T19:04:50.427Z] e5e13b0c77cb: Waiting [2022-12-16T19:04:50.427Z] 3d8fbae8aae4: Layer already exists [2022-12-16T19:04:50.427Z] d0d8c8ff009a: Layer already exists [2022-12-16T19:04:50.427Z] e5e13b0c77cb: Layer already exists [2022-12-16T19:04:50.427Z] cab9657f8df7: Pushed [2022-12-16T19:04:50.427Z] efa55ccb3137: Pushed [2022-12-16T19:04:51.803Z] 9e4d9c707eab: Pushed [2022-12-16T19:04:52.063Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d: digest: sha256:00645ef0cf8030f69936b626edad7d3f0faa3e94875e0665bb70e6145a87d0e2 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:04:52.373Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:04:52.681Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2022-12-16T19:04:52.681Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2022-12-16T19:04:52.681Z] cab9657f8df7: Preparing [2022-12-16T19:04:52.681Z] efa55ccb3137: Preparing [2022-12-16T19:04:52.681Z] 9e4d9c707eab: Preparing [2022-12-16T19:04:52.681Z] 3d8fbae8aae4: Preparing [2022-12-16T19:04:52.681Z] d0d8c8ff009a: Preparing [2022-12-16T19:04:52.681Z] e5e13b0c77cb: Preparing [2022-12-16T19:04:52.681Z] e5e13b0c77cb: Waiting [2022-12-16T19:04:52.681Z] efa55ccb3137: Layer already exists [2022-12-16T19:04:52.681Z] 3d8fbae8aae4: Layer already exists [2022-12-16T19:04:52.681Z] cab9657f8df7: Layer already exists [2022-12-16T19:04:52.681Z] 9e4d9c707eab: Layer already exists [2022-12-16T19:04:52.681Z] d0d8c8ff009a: Layer already exists [2022-12-16T19:04:52.681Z] e5e13b0c77cb: Layer already exists [2022-12-16T19:04:52.681Z] latest: digest: sha256:00645ef0cf8030f69936b626edad7d3f0faa3e94875e0665bb70e6145a87d0e2 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:04:52.989Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:04:53.289Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.7 [2022-12-16T19:04:53.289Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2022-12-16T19:04:53.289Z] cab9657f8df7: Preparing [2022-12-16T19:04:53.289Z] efa55ccb3137: Preparing [2022-12-16T19:04:53.289Z] 9e4d9c707eab: Preparing [2022-12-16T19:04:53.289Z] 3d8fbae8aae4: Preparing [2022-12-16T19:04:53.289Z] d0d8c8ff009a: Preparing [2022-12-16T19:04:53.289Z] e5e13b0c77cb: Preparing [2022-12-16T19:04:53.289Z] e5e13b0c77cb: Waiting [2022-12-16T19:04:53.289Z] efa55ccb3137: Layer already exists [2022-12-16T19:04:53.289Z] 9e4d9c707eab: Layer already exists [2022-12-16T19:04:53.289Z] d0d8c8ff009a: Layer already exists [2022-12-16T19:04:53.289Z] 3d8fbae8aae4: Layer already exists [2022-12-16T19:04:53.289Z] cab9657f8df7: Layer already exists [2022-12-16T19:04:53.289Z] e5e13b0c77cb: Layer already exists [2022-12-16T19:04:53.289Z] 3.0.0-dev.7: digest: sha256:00645ef0cf8030f69936b626edad7d3f0faa3e94875e0665bb70e6145a87d0e2 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:04:53.594Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:04:53.899Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:04:53.899Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2022-12-16T19:04:53.899Z] cab9657f8df7: Preparing [2022-12-16T19:04:53.899Z] efa55ccb3137: Preparing [2022-12-16T19:04:53.899Z] 9e4d9c707eab: Preparing [2022-12-16T19:04:53.899Z] 3d8fbae8aae4: Preparing [2022-12-16T19:04:53.899Z] d0d8c8ff009a: Preparing [2022-12-16T19:04:53.899Z] e5e13b0c77cb: Preparing [2022-12-16T19:04:53.899Z] e5e13b0c77cb: Waiting [2022-12-16T19:04:53.899Z] cab9657f8df7: Layer already exists [2022-12-16T19:04:53.899Z] 9e4d9c707eab: Layer already exists [2022-12-16T19:04:53.899Z] efa55ccb3137: Layer already exists [2022-12-16T19:04:53.899Z] d0d8c8ff009a: Layer already exists [2022-12-16T19:04:53.899Z] 3d8fbae8aae4: Layer already exists [2022-12-16T19:04:53.899Z] e5e13b0c77cb: Layer already exists [2022-12-16T19:04:53.899Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7: digest: sha256:00645ef0cf8030f69936b626edad7d3f0faa3e94875e0665bb70e6145a87d0e2 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:04:54.207Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:04:54.517Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2022-12-16T19:04:54.517Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2022-12-16T19:04:54.517Z] cab9657f8df7: Preparing [2022-12-16T19:04:54.517Z] efa55ccb3137: Preparing [2022-12-16T19:04:54.517Z] 9e4d9c707eab: Preparing [2022-12-16T19:04:54.517Z] 3d8fbae8aae4: Preparing [2022-12-16T19:04:54.517Z] d0d8c8ff009a: Preparing [2022-12-16T19:04:54.517Z] e5e13b0c77cb: Preparing [2022-12-16T19:04:54.517Z] e5e13b0c77cb: Waiting [2022-12-16T19:04:54.517Z] cab9657f8df7: Layer already exists [2022-12-16T19:04:54.517Z] 3d8fbae8aae4: Layer already exists [2022-12-16T19:04:54.517Z] efa55ccb3137: Layer already exists [2022-12-16T19:04:54.517Z] 9e4d9c707eab: Layer already exists [2022-12-16T19:04:54.517Z] d0d8c8ff009a: Layer already exists [2022-12-16T19:04:54.517Z] e5e13b0c77cb: Layer already exists [2022-12-16T19:04:54.517Z] main: digest: sha256:00645ef0cf8030f69936b626edad7d3f0faa3e94875e0665bb70e6145a87d0e2 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-12-16T19:04:54.562Z] ===================================================== [Pipeline] echo [2022-12-16T19:04:54.568Z] taggedImages: [2022-12-16T19:04:54.568Z] - nexus3.edgexfoundry.org:10004/core-metadata:475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:04:54.568Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2022-12-16T19:04:54.568Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.7 [2022-12-16T19:04:54.568Z] - nexus3.edgexfoundry.org:10004/core-metadata:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:04:54.568Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2022-12-16T19:04:54.583Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2022-12-16T19:04:54.583Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:04:54.583Z] latest [2022-12-16T19:04:54.583Z] 3.0.0-dev.7 [2022-12-16T19:04:54.583Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:04:54.583Z] main [2022-12-16T19:04:54.583Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:04:54.885Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:475d506e1f7a543c9891e772a4b06d1eb0ad955d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:04:55.189Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:04:55.189Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2022-12-16T19:04:55.189Z] 59f71e1d9393: Preparing [2022-12-16T19:04:55.189Z] 59f71e1d9393: Preparing [2022-12-16T19:04:55.189Z] deee6cfc3e7a: Preparing [2022-12-16T19:04:55.189Z] 655756ccba48: Preparing [2022-12-16T19:04:55.189Z] 802a3c07363f: Preparing [2022-12-16T19:04:55.189Z] 3e8a1727ceb9: Preparing [2022-12-16T19:04:55.189Z] cba88d4cf648: Preparing [2022-12-16T19:04:55.189Z] 3d8fbae8aae4: Preparing [2022-12-16T19:04:55.189Z] cb690cf3f08d: Preparing [2022-12-16T19:04:55.189Z] 14897d5b2b84: Preparing [2022-12-16T19:04:55.189Z] 42cc644cee2e: Preparing [2022-12-16T19:04:55.189Z] 3499613b6766: Preparing [2022-12-16T19:04:55.189Z] e5e13b0c77cb: Preparing [2022-12-16T19:04:55.189Z] 14897d5b2b84: Waiting [2022-12-16T19:04:55.189Z] 3499613b6766: Waiting [2022-12-16T19:04:55.189Z] 42cc644cee2e: Waiting [2022-12-16T19:04:55.189Z] e5e13b0c77cb: Waiting [2022-12-16T19:04:55.189Z] 3d8fbae8aae4: Waiting [2022-12-16T19:04:55.189Z] cba88d4cf648: Waiting [2022-12-16T19:04:55.189Z] cb690cf3f08d: Waiting [2022-12-16T19:04:55.189Z] 59f71e1d9393: Pushed [2022-12-16T19:04:55.189Z] deee6cfc3e7a: Pushed [2022-12-16T19:04:55.189Z] 655756ccba48: Pushed [2022-12-16T19:04:55.189Z] 802a3c07363f: Pushed [2022-12-16T19:04:55.189Z] 3d8fbae8aae4: Layer already exists [2022-12-16T19:04:55.189Z] 3e8a1727ceb9: Pushed [2022-12-16T19:04:55.447Z] 42cc644cee2e: Pushed [2022-12-16T19:04:55.447Z] cb690cf3f08d: Pushed [2022-12-16T19:04:55.447Z] 3499613b6766: Pushed [2022-12-16T19:04:55.447Z] 14897d5b2b84: Pushed [2022-12-16T19:04:55.447Z] e5e13b0c77cb: Layer already exists [2022-12-16T19:04:56.823Z] cba88d4cf648: Pushed [2022-12-16T19:04:56.823Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d: digest: sha256:919256cae0079b9fa83b71f834375dc2f62a0ba1df93b50e0d1e15e33e592463 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:04:57.144Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:04:57.445Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2022-12-16T19:04:57.445Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2022-12-16T19:04:57.445Z] 59f71e1d9393: Preparing [2022-12-16T19:04:57.445Z] 59f71e1d9393: Preparing [2022-12-16T19:04:57.445Z] deee6cfc3e7a: Preparing [2022-12-16T19:04:57.445Z] 655756ccba48: Preparing [2022-12-16T19:04:57.445Z] 802a3c07363f: Preparing [2022-12-16T19:04:57.445Z] 3e8a1727ceb9: Preparing [2022-12-16T19:04:57.445Z] cba88d4cf648: Preparing [2022-12-16T19:04:57.445Z] 3d8fbae8aae4: Preparing [2022-12-16T19:04:57.445Z] cb690cf3f08d: Preparing [2022-12-16T19:04:57.445Z] 14897d5b2b84: Preparing [2022-12-16T19:04:57.445Z] 42cc644cee2e: Preparing [2022-12-16T19:04:57.445Z] 3499613b6766: Preparing [2022-12-16T19:04:57.445Z] e5e13b0c77cb: Preparing [2022-12-16T19:04:57.445Z] 42cc644cee2e: Waiting [2022-12-16T19:04:57.445Z] 14897d5b2b84: Waiting [2022-12-16T19:04:57.445Z] cb690cf3f08d: Waiting [2022-12-16T19:04:57.445Z] cba88d4cf648: Waiting [2022-12-16T19:04:57.445Z] 3d8fbae8aae4: Waiting [2022-12-16T19:04:57.445Z] 3499613b6766: Waiting [2022-12-16T19:04:57.445Z] 3e8a1727ceb9: Layer already exists [2022-12-16T19:04:57.445Z] deee6cfc3e7a: Layer already exists [2022-12-16T19:04:57.445Z] 802a3c07363f: Layer already exists [2022-12-16T19:04:57.445Z] 655756ccba48: Layer already exists [2022-12-16T19:04:57.445Z] 59f71e1d9393: Layer already exists [2022-12-16T19:04:57.445Z] cba88d4cf648: Layer already exists [2022-12-16T19:04:57.445Z] 3d8fbae8aae4: Layer already exists [2022-12-16T19:04:57.445Z] 14897d5b2b84: Layer already exists [2022-12-16T19:04:57.445Z] 42cc644cee2e: Layer already exists [2022-12-16T19:04:57.445Z] cb690cf3f08d: Layer already exists [2022-12-16T19:04:57.445Z] 3499613b6766: Layer already exists [2022-12-16T19:04:57.445Z] e5e13b0c77cb: Layer already exists [2022-12-16T19:04:57.445Z] latest: digest: sha256:919256cae0079b9fa83b71f834375dc2f62a0ba1df93b50e0d1e15e33e592463 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:04:57.750Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:04:58.051Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.7 [2022-12-16T19:04:58.051Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2022-12-16T19:04:58.051Z] 59f71e1d9393: Preparing [2022-12-16T19:04:58.051Z] 59f71e1d9393: Preparing [2022-12-16T19:04:58.051Z] deee6cfc3e7a: Preparing [2022-12-16T19:04:58.051Z] 655756ccba48: Preparing [2022-12-16T19:04:58.051Z] 802a3c07363f: Preparing [2022-12-16T19:04:58.051Z] 3e8a1727ceb9: Preparing [2022-12-16T19:04:58.051Z] cba88d4cf648: Preparing [2022-12-16T19:04:58.051Z] 3d8fbae8aae4: Preparing [2022-12-16T19:04:58.051Z] cb690cf3f08d: Preparing [2022-12-16T19:04:58.051Z] 14897d5b2b84: Preparing [2022-12-16T19:04:58.051Z] 42cc644cee2e: Preparing [2022-12-16T19:04:58.051Z] 3499613b6766: Preparing [2022-12-16T19:04:58.051Z] e5e13b0c77cb: Preparing [2022-12-16T19:04:58.051Z] 42cc644cee2e: Waiting [2022-12-16T19:04:58.051Z] cba88d4cf648: Waiting [2022-12-16T19:04:58.051Z] 3499613b6766: Waiting [2022-12-16T19:04:58.051Z] e5e13b0c77cb: Waiting [2022-12-16T19:04:58.051Z] 3d8fbae8aae4: Waiting [2022-12-16T19:04:58.051Z] cb690cf3f08d: Waiting [2022-12-16T19:04:58.051Z] 14897d5b2b84: Waiting [2022-12-16T19:04:58.051Z] deee6cfc3e7a: Layer already exists [2022-12-16T19:04:58.051Z] 802a3c07363f: Layer already exists [2022-12-16T19:04:58.051Z] 3e8a1727ceb9: Layer already exists [2022-12-16T19:04:58.051Z] 655756ccba48: Layer already exists [2022-12-16T19:04:58.051Z] 59f71e1d9393: Layer already exists [2022-12-16T19:04:58.051Z] cba88d4cf648: Layer already exists [2022-12-16T19:04:58.051Z] 3d8fbae8aae4: Layer already exists [2022-12-16T19:04:58.051Z] 42cc644cee2e: Layer already exists [2022-12-16T19:04:58.051Z] 14897d5b2b84: Layer already exists [2022-12-16T19:04:58.051Z] cb690cf3f08d: Layer already exists [2022-12-16T19:04:58.051Z] e5e13b0c77cb: Layer already exists [2022-12-16T19:04:58.051Z] 3499613b6766: Layer already exists [2022-12-16T19:04:58.051Z] 3.0.0-dev.7: digest: sha256:919256cae0079b9fa83b71f834375dc2f62a0ba1df93b50e0d1e15e33e592463 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:04:58.358Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:04:58.669Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:04:58.669Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2022-12-16T19:04:58.669Z] 59f71e1d9393: Preparing [2022-12-16T19:04:58.669Z] 59f71e1d9393: Preparing [2022-12-16T19:04:58.669Z] deee6cfc3e7a: Preparing [2022-12-16T19:04:58.669Z] 655756ccba48: Preparing [2022-12-16T19:04:58.669Z] 802a3c07363f: Preparing [2022-12-16T19:04:58.669Z] 3e8a1727ceb9: Preparing [2022-12-16T19:04:58.669Z] cba88d4cf648: Preparing [2022-12-16T19:04:58.669Z] 3d8fbae8aae4: Preparing [2022-12-16T19:04:58.669Z] cb690cf3f08d: Preparing [2022-12-16T19:04:58.669Z] 14897d5b2b84: Preparing [2022-12-16T19:04:58.669Z] 42cc644cee2e: Preparing [2022-12-16T19:04:58.669Z] 3499613b6766: Preparing [2022-12-16T19:04:58.669Z] e5e13b0c77cb: Preparing [2022-12-16T19:04:58.669Z] cba88d4cf648: Waiting [2022-12-16T19:04:58.669Z] 14897d5b2b84: Waiting [2022-12-16T19:04:58.669Z] 3d8fbae8aae4: Waiting [2022-12-16T19:04:58.669Z] 42cc644cee2e: Waiting [2022-12-16T19:04:58.669Z] cb690cf3f08d: Waiting [2022-12-16T19:04:58.669Z] 3499613b6766: Waiting [2022-12-16T19:04:58.669Z] e5e13b0c77cb: Waiting [2022-12-16T19:04:58.669Z] 655756ccba48: Layer already exists [2022-12-16T19:04:58.669Z] 802a3c07363f: Layer already exists [2022-12-16T19:04:58.669Z] deee6cfc3e7a: Layer already exists [2022-12-16T19:04:58.669Z] 59f71e1d9393: Layer already exists [2022-12-16T19:04:58.669Z] 3e8a1727ceb9: Layer already exists [2022-12-16T19:04:58.669Z] 3d8fbae8aae4: Layer already exists [2022-12-16T19:04:58.669Z] cba88d4cf648: Layer already exists [2022-12-16T19:04:58.669Z] cb690cf3f08d: Layer already exists [2022-12-16T19:04:58.669Z] 14897d5b2b84: Layer already exists [2022-12-16T19:04:58.669Z] 42cc644cee2e: Layer already exists [2022-12-16T19:04:58.669Z] e5e13b0c77cb: Layer already exists [2022-12-16T19:04:58.669Z] 3499613b6766: Layer already exists [2022-12-16T19:04:58.669Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7: digest: sha256:919256cae0079b9fa83b71f834375dc2f62a0ba1df93b50e0d1e15e33e592463 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:04:58.979Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:04:59.284Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2022-12-16T19:04:59.284Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2022-12-16T19:04:59.284Z] 59f71e1d9393: Preparing [2022-12-16T19:04:59.284Z] 59f71e1d9393: Preparing [2022-12-16T19:04:59.284Z] deee6cfc3e7a: Preparing [2022-12-16T19:04:59.284Z] 655756ccba48: Preparing [2022-12-16T19:04:59.284Z] 802a3c07363f: Preparing [2022-12-16T19:04:59.284Z] 3e8a1727ceb9: Preparing [2022-12-16T19:04:59.284Z] cba88d4cf648: Preparing [2022-12-16T19:04:59.284Z] 3d8fbae8aae4: Preparing [2022-12-16T19:04:59.284Z] cb690cf3f08d: Preparing [2022-12-16T19:04:59.284Z] 14897d5b2b84: Preparing [2022-12-16T19:04:59.284Z] 42cc644cee2e: Preparing [2022-12-16T19:04:59.284Z] 3499613b6766: Preparing [2022-12-16T19:04:59.284Z] e5e13b0c77cb: Preparing [2022-12-16T19:04:59.284Z] cb690cf3f08d: Waiting [2022-12-16T19:04:59.284Z] 42cc644cee2e: Waiting [2022-12-16T19:04:59.284Z] 14897d5b2b84: Waiting [2022-12-16T19:04:59.284Z] cba88d4cf648: Waiting [2022-12-16T19:04:59.284Z] 3d8fbae8aae4: Waiting [2022-12-16T19:04:59.284Z] 3499613b6766: Waiting [2022-12-16T19:04:59.284Z] 3e8a1727ceb9: Layer already exists [2022-12-16T19:04:59.284Z] 802a3c07363f: Layer already exists [2022-12-16T19:04:59.284Z] deee6cfc3e7a: Layer already exists [2022-12-16T19:04:59.284Z] 655756ccba48: Layer already exists [2022-12-16T19:04:59.284Z] 59f71e1d9393: Layer already exists [2022-12-16T19:04:59.284Z] cba88d4cf648: Layer already exists [2022-12-16T19:04:59.284Z] 14897d5b2b84: Layer already exists [2022-12-16T19:04:59.284Z] 3d8fbae8aae4: Layer already exists [2022-12-16T19:04:59.284Z] cb690cf3f08d: Layer already exists [2022-12-16T19:04:59.284Z] 42cc644cee2e: Layer already exists [2022-12-16T19:04:59.284Z] 3499613b6766: Layer already exists [2022-12-16T19:04:59.284Z] e5e13b0c77cb: Layer already exists [2022-12-16T19:04:59.284Z] main: digest: sha256:919256cae0079b9fa83b71f834375dc2f62a0ba1df93b50e0d1e15e33e592463 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-12-16T19:04:59.319Z] ===================================================== [Pipeline] echo [2022-12-16T19:04:59.325Z] taggedImages: [2022-12-16T19:04:59.325Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:04:59.325Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2022-12-16T19:04:59.325Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.7 [2022-12-16T19:04:59.325Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:04:59.325Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2022-12-16T19:04:59.340Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2022-12-16T19:04:59.340Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:04:59.340Z] latest [2022-12-16T19:04:59.340Z] 3.0.0-dev.7 [2022-12-16T19:04:59.340Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:04:59.340Z] main [2022-12-16T19:04:59.340Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:04:59.643Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:475d506e1f7a543c9891e772a4b06d1eb0ad955d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:04:59.945Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:04:59.945Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2022-12-16T19:04:59.945Z] 5b5c2081a723: Preparing [2022-12-16T19:04:59.945Z] 468408d47e22: Preparing [2022-12-16T19:04:59.945Z] 5ec762905c89: Preparing [2022-12-16T19:04:59.945Z] f0ef01fe4410: Preparing [2022-12-16T19:04:59.945Z] b442867fcac2: Preparing [2022-12-16T19:04:59.945Z] 4c8c5bb1e9b6: Preparing [2022-12-16T19:04:59.945Z] d262a29181c6: Preparing [2022-12-16T19:04:59.945Z] e5e13b0c77cb: Preparing [2022-12-16T19:04:59.945Z] 4c8c5bb1e9b6: Waiting [2022-12-16T19:04:59.945Z] d262a29181c6: Waiting [2022-12-16T19:04:59.945Z] e5e13b0c77cb: Waiting [2022-12-16T19:04:59.945Z] 468408d47e22: Pushed [2022-12-16T19:04:59.945Z] b442867fcac2: Pushed [2022-12-16T19:04:59.945Z] 5b5c2081a723: Pushed [2022-12-16T19:04:59.945Z] e5e13b0c77cb: Layer already exists [2022-12-16T19:04:59.945Z] 4c8c5bb1e9b6: Pushed [2022-12-16T19:05:00.520Z] d262a29181c6: Pushed [2022-12-16T19:05:01.088Z] 5ec762905c89: Pushed [2022-12-16T19:05:01.088Z] f0ef01fe4410: Pushed [2022-12-16T19:05:01.346Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d: digest: sha256:54ac86873d9fdf9f00debd44f2ec4b98eace464f57406efcc1cdd6b791f79e39 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:01.653Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:01.957Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2022-12-16T19:05:01.957Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2022-12-16T19:05:01.957Z] 5b5c2081a723: Preparing [2022-12-16T19:05:01.957Z] 468408d47e22: Preparing [2022-12-16T19:05:01.957Z] 5ec762905c89: Preparing [2022-12-16T19:05:01.957Z] f0ef01fe4410: Preparing [2022-12-16T19:05:01.957Z] b442867fcac2: Preparing [2022-12-16T19:05:01.957Z] 4c8c5bb1e9b6: Preparing [2022-12-16T19:05:01.957Z] d262a29181c6: Preparing [2022-12-16T19:05:01.957Z] e5e13b0c77cb: Preparing [2022-12-16T19:05:01.957Z] d262a29181c6: Waiting [2022-12-16T19:05:01.957Z] e5e13b0c77cb: Waiting [2022-12-16T19:05:01.957Z] 4c8c5bb1e9b6: Waiting [2022-12-16T19:05:01.957Z] b442867fcac2: Layer already exists [2022-12-16T19:05:01.957Z] 5b5c2081a723: Layer already exists [2022-12-16T19:05:01.957Z] f0ef01fe4410: Layer already exists [2022-12-16T19:05:01.957Z] 5ec762905c89: Layer already exists [2022-12-16T19:05:01.957Z] 468408d47e22: Layer already exists [2022-12-16T19:05:01.957Z] 4c8c5bb1e9b6: Layer already exists [2022-12-16T19:05:01.957Z] e5e13b0c77cb: Layer already exists [2022-12-16T19:05:01.957Z] d262a29181c6: Layer already exists [2022-12-16T19:05:01.957Z] latest: digest: sha256:54ac86873d9fdf9f00debd44f2ec4b98eace464f57406efcc1cdd6b791f79e39 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:02.265Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:02.571Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.7 [2022-12-16T19:05:02.571Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2022-12-16T19:05:02.571Z] 5b5c2081a723: Preparing [2022-12-16T19:05:02.571Z] 468408d47e22: Preparing [2022-12-16T19:05:02.571Z] 5ec762905c89: Preparing [2022-12-16T19:05:02.571Z] f0ef01fe4410: Preparing [2022-12-16T19:05:02.571Z] b442867fcac2: Preparing [2022-12-16T19:05:02.571Z] 4c8c5bb1e9b6: Preparing [2022-12-16T19:05:02.571Z] d262a29181c6: Preparing [2022-12-16T19:05:02.571Z] e5e13b0c77cb: Preparing [2022-12-16T19:05:02.571Z] 4c8c5bb1e9b6: Waiting [2022-12-16T19:05:02.571Z] d262a29181c6: Waiting [2022-12-16T19:05:02.571Z] e5e13b0c77cb: Waiting [2022-12-16T19:05:02.571Z] b442867fcac2: Layer already exists [2022-12-16T19:05:02.571Z] 5b5c2081a723: Layer already exists [2022-12-16T19:05:02.571Z] 5ec762905c89: Layer already exists [2022-12-16T19:05:02.571Z] f0ef01fe4410: Layer already exists [2022-12-16T19:05:02.571Z] 468408d47e22: Layer already exists [2022-12-16T19:05:02.571Z] 4c8c5bb1e9b6: Layer already exists [2022-12-16T19:05:02.571Z] d262a29181c6: Layer already exists [2022-12-16T19:05:02.571Z] e5e13b0c77cb: Layer already exists [2022-12-16T19:05:02.571Z] 3.0.0-dev.7: digest: sha256:54ac86873d9fdf9f00debd44f2ec4b98eace464f57406efcc1cdd6b791f79e39 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:02.873Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:03.175Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:05:03.175Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2022-12-16T19:05:03.175Z] 5b5c2081a723: Preparing [2022-12-16T19:05:03.175Z] 468408d47e22: Preparing [2022-12-16T19:05:03.175Z] 5ec762905c89: Preparing [2022-12-16T19:05:03.175Z] f0ef01fe4410: Preparing [2022-12-16T19:05:03.175Z] b442867fcac2: Preparing [2022-12-16T19:05:03.175Z] 4c8c5bb1e9b6: Preparing [2022-12-16T19:05:03.175Z] d262a29181c6: Preparing [2022-12-16T19:05:03.175Z] 4c8c5bb1e9b6: Waiting [2022-12-16T19:05:03.175Z] e5e13b0c77cb: Preparing [2022-12-16T19:05:03.175Z] d262a29181c6: Waiting [2022-12-16T19:05:03.175Z] e5e13b0c77cb: Waiting [2022-12-16T19:05:03.175Z] b442867fcac2: Layer already exists [2022-12-16T19:05:03.175Z] 5ec762905c89: Layer already exists [2022-12-16T19:05:03.175Z] 468408d47e22: Layer already exists [2022-12-16T19:05:03.175Z] f0ef01fe4410: Layer already exists [2022-12-16T19:05:03.175Z] 5b5c2081a723: Layer already exists [2022-12-16T19:05:03.175Z] d262a29181c6: Layer already exists [2022-12-16T19:05:03.175Z] e5e13b0c77cb: Layer already exists [2022-12-16T19:05:03.175Z] 4c8c5bb1e9b6: Layer already exists [2022-12-16T19:05:03.175Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7: digest: sha256:54ac86873d9fdf9f00debd44f2ec4b98eace464f57406efcc1cdd6b791f79e39 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:03.490Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:03.811Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2022-12-16T19:05:03.811Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2022-12-16T19:05:03.811Z] 5b5c2081a723: Preparing [2022-12-16T19:05:03.811Z] 468408d47e22: Preparing [2022-12-16T19:05:03.811Z] 5ec762905c89: Preparing [2022-12-16T19:05:03.811Z] f0ef01fe4410: Preparing [2022-12-16T19:05:03.811Z] b442867fcac2: Preparing [2022-12-16T19:05:03.811Z] 4c8c5bb1e9b6: Preparing [2022-12-16T19:05:03.811Z] d262a29181c6: Preparing [2022-12-16T19:05:03.811Z] e5e13b0c77cb: Preparing [2022-12-16T19:05:03.811Z] d262a29181c6: Waiting [2022-12-16T19:05:03.811Z] e5e13b0c77cb: Waiting [2022-12-16T19:05:03.811Z] 4c8c5bb1e9b6: Waiting [2022-12-16T19:05:03.811Z] 5b5c2081a723: Layer already exists [2022-12-16T19:05:03.811Z] b442867fcac2: Layer already exists [2022-12-16T19:05:03.811Z] f0ef01fe4410: Layer already exists [2022-12-16T19:05:03.811Z] 468408d47e22: Layer already exists [2022-12-16T19:05:03.811Z] 5ec762905c89: Layer already exists [2022-12-16T19:05:03.811Z] 4c8c5bb1e9b6: Layer already exists [2022-12-16T19:05:03.811Z] e5e13b0c77cb: Layer already exists [2022-12-16T19:05:03.811Z] d262a29181c6: Layer already exists [2022-12-16T19:05:03.811Z] main: digest: sha256:54ac86873d9fdf9f00debd44f2ec4b98eace464f57406efcc1cdd6b791f79e39 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-12-16T19:05:03.847Z] ===================================================== [Pipeline] echo [2022-12-16T19:05:03.852Z] taggedImages: [2022-12-16T19:05:03.852Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:05:03.852Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2022-12-16T19:05:03.852Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.7 [2022-12-16T19:05:03.852Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:05:03.852Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2022-12-16T19:05:03.868Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2022-12-16T19:05:03.868Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:05:03.868Z] latest [2022-12-16T19:05:03.868Z] 3.0.0-dev.7 [2022-12-16T19:05:03.868Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:05:03.868Z] main [2022-12-16T19:05:03.868Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:04.174Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:475d506e1f7a543c9891e772a4b06d1eb0ad955d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:04.478Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:05:04.478Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2022-12-16T19:05:04.478Z] 5d7b97384836: Preparing [2022-12-16T19:05:04.478Z] 6a6efab01225: Preparing [2022-12-16T19:05:04.478Z] 17164689d87e: Preparing [2022-12-16T19:05:04.478Z] 5a00f9ac3d65: Preparing [2022-12-16T19:05:04.478Z] abc2148a152e: Preparing [2022-12-16T19:05:04.478Z] f49c8fc972de: Preparing [2022-12-16T19:05:04.478Z] 4c2208d48eb3: Preparing [2022-12-16T19:05:04.478Z] 6f7d02b21a87: Preparing [2022-12-16T19:05:04.478Z] 5913dd78b905: Preparing [2022-12-16T19:05:04.478Z] e5e13b0c77cb: Preparing [2022-12-16T19:05:04.478Z] 4c2208d48eb3: Waiting [2022-12-16T19:05:04.478Z] 5913dd78b905: Waiting [2022-12-16T19:05:04.478Z] 6f7d02b21a87: Waiting [2022-12-16T19:05:04.478Z] e5e13b0c77cb: Waiting [2022-12-16T19:05:04.478Z] f49c8fc972de: Waiting [2022-12-16T19:05:04.478Z] 6a6efab01225: Pushed [2022-12-16T19:05:04.478Z] 5d7b97384836: Pushed [2022-12-16T19:05:04.478Z] abc2148a152e: Pushed [2022-12-16T19:05:04.736Z] 6f7d02b21a87: Pushed [2022-12-16T19:05:04.736Z] 4c2208d48eb3: Pushed [2022-12-16T19:05:04.736Z] f49c8fc972de: Pushed [2022-12-16T19:05:04.736Z] e5e13b0c77cb: Layer already exists [2022-12-16T19:05:04.736Z] 5913dd78b905: Pushed [2022-12-16T19:05:05.671Z] 5a00f9ac3d65: Pushed [2022-12-16T19:05:05.929Z] 17164689d87e: Pushed [2022-12-16T19:05:06.188Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d: digest: sha256:ace79593995ad3e2e732738e1589342c1d07be0a81bc98669cea536a0f30ec2a size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:06.494Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:06.801Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2022-12-16T19:05:06.801Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2022-12-16T19:05:06.801Z] 5d7b97384836: Preparing [2022-12-16T19:05:06.801Z] 6a6efab01225: Preparing [2022-12-16T19:05:06.801Z] 17164689d87e: Preparing [2022-12-16T19:05:06.801Z] 5a00f9ac3d65: Preparing [2022-12-16T19:05:06.801Z] abc2148a152e: Preparing [2022-12-16T19:05:06.801Z] f49c8fc972de: Preparing [2022-12-16T19:05:06.801Z] 4c2208d48eb3: Preparing [2022-12-16T19:05:06.801Z] 6f7d02b21a87: Preparing [2022-12-16T19:05:06.801Z] 5913dd78b905: Preparing [2022-12-16T19:05:06.801Z] e5e13b0c77cb: Preparing [2022-12-16T19:05:06.801Z] 6f7d02b21a87: Waiting [2022-12-16T19:05:06.801Z] 5913dd78b905: Waiting [2022-12-16T19:05:06.801Z] e5e13b0c77cb: Waiting [2022-12-16T19:05:06.801Z] 4c2208d48eb3: Waiting [2022-12-16T19:05:06.801Z] f49c8fc972de: Waiting [2022-12-16T19:05:06.801Z] 5d7b97384836: Layer already exists [2022-12-16T19:05:06.801Z] abc2148a152e: Layer already exists [2022-12-16T19:05:06.801Z] 5a00f9ac3d65: Layer already exists [2022-12-16T19:05:06.801Z] 6a6efab01225: Layer already exists [2022-12-16T19:05:06.801Z] 17164689d87e: Layer already exists [2022-12-16T19:05:06.801Z] f49c8fc972de: Layer already exists [2022-12-16T19:05:06.801Z] 4c2208d48eb3: Layer already exists [2022-12-16T19:05:06.801Z] 6f7d02b21a87: Layer already exists [2022-12-16T19:05:06.801Z] e5e13b0c77cb: Layer already exists [2022-12-16T19:05:06.801Z] 5913dd78b905: Layer already exists [2022-12-16T19:05:06.801Z] latest: digest: sha256:ace79593995ad3e2e732738e1589342c1d07be0a81bc98669cea536a0f30ec2a size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:07.107Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:07.412Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.7 [2022-12-16T19:05:07.412Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2022-12-16T19:05:07.412Z] 5d7b97384836: Preparing [2022-12-16T19:05:07.412Z] 6a6efab01225: Preparing [2022-12-16T19:05:07.412Z] 17164689d87e: Preparing [2022-12-16T19:05:07.412Z] 5a00f9ac3d65: Preparing [2022-12-16T19:05:07.412Z] abc2148a152e: Preparing [2022-12-16T19:05:07.412Z] f49c8fc972de: Preparing [2022-12-16T19:05:07.412Z] 4c2208d48eb3: Preparing [2022-12-16T19:05:07.412Z] 6f7d02b21a87: Preparing [2022-12-16T19:05:07.412Z] 5913dd78b905: Preparing [2022-12-16T19:05:07.412Z] e5e13b0c77cb: Preparing [2022-12-16T19:05:07.412Z] 5913dd78b905: Waiting [2022-12-16T19:05:07.412Z] e5e13b0c77cb: Waiting [2022-12-16T19:05:07.412Z] f49c8fc972de: Waiting [2022-12-16T19:05:07.412Z] 4c2208d48eb3: Waiting [2022-12-16T19:05:07.412Z] 6f7d02b21a87: Waiting [2022-12-16T19:05:07.412Z] abc2148a152e: Layer already exists [2022-12-16T19:05:07.412Z] 5d7b97384836: Layer already exists [2022-12-16T19:05:07.412Z] 6a6efab01225: Layer already exists [2022-12-16T19:05:07.412Z] 17164689d87e: Layer already exists [2022-12-16T19:05:07.412Z] 5a00f9ac3d65: Layer already exists [2022-12-16T19:05:07.412Z] f49c8fc972de: Layer already exists [2022-12-16T19:05:07.412Z] 4c2208d48eb3: Layer already exists [2022-12-16T19:05:07.412Z] 6f7d02b21a87: Layer already exists [2022-12-16T19:05:07.412Z] e5e13b0c77cb: Layer already exists [2022-12-16T19:05:07.412Z] 5913dd78b905: Layer already exists [2022-12-16T19:05:07.412Z] 3.0.0-dev.7: digest: sha256:ace79593995ad3e2e732738e1589342c1d07be0a81bc98669cea536a0f30ec2a size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:07.717Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:08.018Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:05:08.018Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2022-12-16T19:05:08.018Z] 5d7b97384836: Preparing [2022-12-16T19:05:08.018Z] 6a6efab01225: Preparing [2022-12-16T19:05:08.018Z] 17164689d87e: Preparing [2022-12-16T19:05:08.018Z] 5a00f9ac3d65: Preparing [2022-12-16T19:05:08.018Z] abc2148a152e: Preparing [2022-12-16T19:05:08.018Z] f49c8fc972de: Preparing [2022-12-16T19:05:08.018Z] 4c2208d48eb3: Preparing [2022-12-16T19:05:08.018Z] 6f7d02b21a87: Preparing [2022-12-16T19:05:08.018Z] 5913dd78b905: Preparing [2022-12-16T19:05:08.018Z] e5e13b0c77cb: Preparing [2022-12-16T19:05:08.018Z] 4c2208d48eb3: Waiting [2022-12-16T19:05:08.018Z] 6f7d02b21a87: Waiting [2022-12-16T19:05:08.018Z] 5913dd78b905: Waiting [2022-12-16T19:05:08.018Z] e5e13b0c77cb: Waiting [2022-12-16T19:05:08.018Z] f49c8fc972de: Waiting [2022-12-16T19:05:08.018Z] abc2148a152e: Layer already exists [2022-12-16T19:05:08.018Z] 5a00f9ac3d65: Layer already exists [2022-12-16T19:05:08.018Z] 5d7b97384836: Layer already exists [2022-12-16T19:05:08.018Z] 17164689d87e: Layer already exists [2022-12-16T19:05:08.018Z] 6a6efab01225: Layer already exists [2022-12-16T19:05:08.018Z] 4c2208d48eb3: Layer already exists [2022-12-16T19:05:08.018Z] f49c8fc972de: Layer already exists [2022-12-16T19:05:08.018Z] 6f7d02b21a87: Layer already exists [2022-12-16T19:05:08.018Z] 5913dd78b905: Layer already exists [2022-12-16T19:05:08.018Z] e5e13b0c77cb: Layer already exists [2022-12-16T19:05:08.018Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7: digest: sha256:ace79593995ad3e2e732738e1589342c1d07be0a81bc98669cea536a0f30ec2a size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:08.321Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:08.620Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2022-12-16T19:05:08.620Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2022-12-16T19:05:08.620Z] 5d7b97384836: Preparing [2022-12-16T19:05:08.620Z] 6a6efab01225: Preparing [2022-12-16T19:05:08.620Z] 17164689d87e: Preparing [2022-12-16T19:05:08.620Z] 5a00f9ac3d65: Preparing [2022-12-16T19:05:08.620Z] abc2148a152e: Preparing [2022-12-16T19:05:08.620Z] f49c8fc972de: Preparing [2022-12-16T19:05:08.620Z] 4c2208d48eb3: Preparing [2022-12-16T19:05:08.620Z] 6f7d02b21a87: Preparing [2022-12-16T19:05:08.620Z] 5913dd78b905: Preparing [2022-12-16T19:05:08.620Z] e5e13b0c77cb: Preparing [2022-12-16T19:05:08.620Z] 4c2208d48eb3: Waiting [2022-12-16T19:05:08.620Z] f49c8fc972de: Waiting [2022-12-16T19:05:08.620Z] 6f7d02b21a87: Waiting [2022-12-16T19:05:08.620Z] 5913dd78b905: Waiting [2022-12-16T19:05:08.620Z] 6a6efab01225: Layer already exists [2022-12-16T19:05:08.620Z] 5a00f9ac3d65: Layer already exists [2022-12-16T19:05:08.620Z] 5d7b97384836: Layer already exists [2022-12-16T19:05:08.620Z] 17164689d87e: Layer already exists [2022-12-16T19:05:08.620Z] abc2148a152e: Layer already exists [2022-12-16T19:05:08.620Z] f49c8fc972de: Layer already exists [2022-12-16T19:05:08.621Z] e5e13b0c77cb: Layer already exists [2022-12-16T19:05:08.621Z] 6f7d02b21a87: Layer already exists [2022-12-16T19:05:08.621Z] 4c2208d48eb3: Layer already exists [2022-12-16T19:05:08.621Z] 5913dd78b905: Layer already exists [2022-12-16T19:05:08.621Z] main: digest: sha256:ace79593995ad3e2e732738e1589342c1d07be0a81bc98669cea536a0f30ec2a size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-12-16T19:05:08.665Z] ===================================================== [Pipeline] echo [2022-12-16T19:05:08.671Z] taggedImages: [2022-12-16T19:05:08.671Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:05:08.671Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2022-12-16T19:05:08.671Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.7 [2022-12-16T19:05:08.671Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:05:08.671Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2022-12-16T19:05:08.689Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2022-12-16T19:05:08.689Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:05:08.689Z] latest [2022-12-16T19:05:08.689Z] 3.0.0-dev.7 [2022-12-16T19:05:08.689Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:05:08.689Z] main [2022-12-16T19:05:08.689Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:08.997Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:475d506e1f7a543c9891e772a4b06d1eb0ad955d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:09.297Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:05:09.297Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2022-12-16T19:05:09.297Z] f1330fa08f1b: Preparing [2022-12-16T19:05:09.297Z] b2d1704e3358: Preparing [2022-12-16T19:05:09.297Z] 3d8fbae8aae4: Preparing [2022-12-16T19:05:09.297Z] ed03f96acd82: Preparing [2022-12-16T19:05:09.297Z] 34d5ebaa5410: Preparing [2022-12-16T19:05:09.297Z] 34d5ebaa5410: Layer already exists [2022-12-16T19:05:09.297Z] 3d8fbae8aae4: Layer already exists [2022-12-16T19:05:09.297Z] f1330fa08f1b: Pushed [2022-12-16T19:05:09.864Z] ed03f96acd82: Pushed [2022-12-16T19:05:11.768Z] b2d1704e3358: Pushed [2022-12-16T19:05:11.768Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d: digest: sha256:8b36fe4e02553aaf4fea891ef1cca23fc67b8b713a9593fc27d747f609d7c466 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:12.075Z] + 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 [2022-12-16T19:05:12.379Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2022-12-16T19:05:12.379Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2022-12-16T19:05:12.379Z] f1330fa08f1b: Preparing [2022-12-16T19:05:12.379Z] b2d1704e3358: Preparing [2022-12-16T19:05:12.379Z] 3d8fbae8aae4: Preparing [2022-12-16T19:05:12.379Z] ed03f96acd82: Preparing [2022-12-16T19:05:12.379Z] 34d5ebaa5410: Preparing [2022-12-16T19:05:12.379Z] 34d5ebaa5410: Layer already exists [2022-12-16T19:05:12.379Z] ed03f96acd82: Layer already exists [2022-12-16T19:05:12.379Z] f1330fa08f1b: Layer already exists [2022-12-16T19:05:12.379Z] 3d8fbae8aae4: Layer already exists [2022-12-16T19:05:12.379Z] b2d1704e3358: Layer already exists [2022-12-16T19:05:12.379Z] latest: digest: sha256:8b36fe4e02553aaf4fea891ef1cca23fc67b8b713a9593fc27d747f609d7c466 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:12.691Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:12.992Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.7 [2022-12-16T19:05:12.992Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2022-12-16T19:05:12.992Z] f1330fa08f1b: Preparing [2022-12-16T19:05:12.992Z] b2d1704e3358: Preparing [2022-12-16T19:05:12.992Z] 3d8fbae8aae4: Preparing [2022-12-16T19:05:12.992Z] ed03f96acd82: Preparing [2022-12-16T19:05:12.992Z] 34d5ebaa5410: Preparing [2022-12-16T19:05:12.992Z] 34d5ebaa5410: Layer already exists [2022-12-16T19:05:12.992Z] 3d8fbae8aae4: Layer already exists [2022-12-16T19:05:12.992Z] b2d1704e3358: Layer already exists [2022-12-16T19:05:12.992Z] f1330fa08f1b: Layer already exists [2022-12-16T19:05:12.992Z] ed03f96acd82: Layer already exists [2022-12-16T19:05:12.992Z] 3.0.0-dev.7: digest: sha256:8b36fe4e02553aaf4fea891ef1cca23fc67b8b713a9593fc27d747f609d7c466 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:13.298Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:13.610Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:05:13.610Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2022-12-16T19:05:13.610Z] f1330fa08f1b: Preparing [2022-12-16T19:05:13.610Z] b2d1704e3358: Preparing [2022-12-16T19:05:13.610Z] 3d8fbae8aae4: Preparing [2022-12-16T19:05:13.610Z] ed03f96acd82: Preparing [2022-12-16T19:05:13.610Z] 34d5ebaa5410: Preparing [2022-12-16T19:05:13.610Z] b2d1704e3358: Layer already exists [2022-12-16T19:05:13.610Z] ed03f96acd82: Layer already exists [2022-12-16T19:05:13.610Z] f1330fa08f1b: Layer already exists [2022-12-16T19:05:13.610Z] 3d8fbae8aae4: Layer already exists [2022-12-16T19:05:13.610Z] 34d5ebaa5410: Layer already exists [2022-12-16T19:05:13.610Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7: digest: sha256:8b36fe4e02553aaf4fea891ef1cca23fc67b8b713a9593fc27d747f609d7c466 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:13.919Z] + 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 [2022-12-16T19:05:14.222Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2022-12-16T19:05:14.222Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2022-12-16T19:05:14.222Z] f1330fa08f1b: Preparing [2022-12-16T19:05:14.222Z] b2d1704e3358: Preparing [2022-12-16T19:05:14.222Z] 3d8fbae8aae4: Preparing [2022-12-16T19:05:14.222Z] ed03f96acd82: Preparing [2022-12-16T19:05:14.222Z] 34d5ebaa5410: Preparing [2022-12-16T19:05:14.222Z] 34d5ebaa5410: Layer already exists [2022-12-16T19:05:14.222Z] f1330fa08f1b: Layer already exists [2022-12-16T19:05:14.222Z] ed03f96acd82: Layer already exists [2022-12-16T19:05:14.222Z] 3d8fbae8aae4: Layer already exists [2022-12-16T19:05:14.222Z] b2d1704e3358: Layer already exists [2022-12-16T19:05:14.222Z] main: digest: sha256:8b36fe4e02553aaf4fea891ef1cca23fc67b8b713a9593fc27d747f609d7c466 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-12-16T19:05:14.270Z] ===================================================== [Pipeline] echo [2022-12-16T19:05:14.282Z] taggedImages: [2022-12-16T19:05:14.282Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:05:14.282Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2022-12-16T19:05:14.282Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.7 [2022-12-16T19:05:14.282Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:05:14.282Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2022-12-16T19:05:14.308Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2022-12-16T19:05:14.308Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:05:14.308Z] latest [2022-12-16T19:05:14.308Z] 3.0.0-dev.7 [2022-12-16T19:05:14.308Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:05:14.308Z] main [2022-12-16T19:05:14.308Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:14.633Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:475d506e1f7a543c9891e772a4b06d1eb0ad955d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:14.943Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:05:14.943Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2022-12-16T19:05:14.943Z] bb7e64952ce0: Preparing [2022-12-16T19:05:14.943Z] 663c234b6572: Preparing [2022-12-16T19:05:14.943Z] 6edaa8c7d067: Preparing [2022-12-16T19:05:14.943Z] 033e5623287c: Preparing [2022-12-16T19:05:14.943Z] 3c092fe3d9b1: Preparing [2022-12-16T19:05:14.943Z] 8ac5360abeaf: Preparing [2022-12-16T19:05:14.943Z] 34d5ebaa5410: Preparing [2022-12-16T19:05:14.943Z] 34d5ebaa5410: Waiting [2022-12-16T19:05:14.943Z] 8ac5360abeaf: Waiting [2022-12-16T19:05:14.943Z] bb7e64952ce0: Pushed [2022-12-16T19:05:14.943Z] 6edaa8c7d067: Pushed [2022-12-16T19:05:14.943Z] 663c234b6572: Pushed [2022-12-16T19:05:14.943Z] 34d5ebaa5410: Layer already exists [2022-12-16T19:05:15.085Z] Removing intermediate container 5d03feeb559e [2022-12-16T19:05:15.085Z] ---> 3f517f33fe48 [2022-12-16T19:05:15.085Z] Step 8/22 : COPY . . [2022-12-16T19:05:15.085Z] Removing intermediate container b3d0cf79ca0c [2022-12-16T19:05:15.085Z] ---> 3396a73d92ef [2022-12-16T19:05:15.085Z] Step 7/23 : COPY . . [2022-12-16T19:05:15.085Z] Removing intermediate container 3fa6efcf4fef [2022-12-16T19:05:15.085Z] ---> d07bceeed954 [2022-12-16T19:05:15.085Z] Step 7/24 : COPY . . [2022-12-16T19:05:15.085Z] Removing intermediate container d3525b1af1fe [2022-12-16T19:05:15.085Z] ---> 383ff88551a9 [2022-12-16T19:05:15.085Z] Step 7/19 : COPY . . [2022-12-16T19:05:15.085Z] Removing intermediate container 13b0bf073032 [2022-12-16T19:05:15.085Z] ---> aa408f4ce0f5 [2022-12-16T19:05:15.085Z] Step 8/22 : COPY . . [2022-12-16T19:05:15.510Z] 8ac5360abeaf: Pushed [2022-12-16T19:05:18.809Z] 3c092fe3d9b1: Pushed [2022-12-16T19:05:19.368Z] ---> c8e2ee61f7ec [2022-12-16T19:05:19.368Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-12-16T19:05:19.368Z] ---> 45a61f9cb434 [2022-12-16T19:05:19.368Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2022-12-16T19:05:19.368Z] ---> Running in 9cc0e9eeaf85 [2022-12-16T19:05:19.645Z] ---> Running in 2e6cca257b8f [2022-12-16T19:05:19.645Z] ---> 0e332ffea297 [2022-12-16T19:05:19.645Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-12-16T19:05:19.919Z] ---> d5e5b87e8e84 [2022-12-16T19:05:19.919Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-12-16T19:05:19.919Z] ---> Running in 65b5eaaa5496 [2022-12-16T19:05:20.195Z] ---> Running in b320a036b057 [2022-12-16T19:05:20.195Z] ---> 8d0dfd2de0e8 [2022-12-16T19:05:20.195Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2022-12-16T19:05:20.468Z] ---> Running in 283a9cffc30c [2022-12-16T19:05:20.764Z] Removing intermediate container 2e6cca257b8f [2022-12-16T19:05:20.764Z] ---> aab5a85fdbee [2022-12-16T19:05:20.764Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2022-12-16T19:05:21.033Z] ---> Running in 87efa4def5cc [2022-12-16T19:05:21.309Z] Removing intermediate container 283a9cffc30c [2022-12-16T19:05:21.309Z] ---> 227cb4be4bb2 [2022-12-16T19:05:21.309Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2022-12-16T19:05:21.594Z] ---> Running in 34b56d29d3b4 [2022-12-16T19:05:22.098Z] 033e5623287c: Pushed [2022-12-16T19:05:22.098Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d: digest: sha256:95610c6f3322cd7018bd9d9ddd364f99a048d8df15a630ebdbabdd5facfd6fdc size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:22.201Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-12-16T19:05:22.201Z] Removing intermediate container 87efa4def5cc [2022-12-16T19:05:22.201Z] ---> 0ac1af0a207e [2022-12-16T19:05:22.201Z] 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 [2022-12-16T19:05:22.201Z] ---> Running in 6c20ca3e8ab3 [2022-12-16T19:05:22.410Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:22.473Z] Removing intermediate container 34b56d29d3b4 [2022-12-16T19:05:22.473Z] ---> 99308559a778 [2022-12-16T19:05:22.473Z] 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 [2022-12-16T19:05:22.713Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2022-12-16T19:05:22.713Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2022-12-16T19:05:22.713Z] bb7e64952ce0: Preparing [2022-12-16T19:05:22.713Z] 663c234b6572: Preparing [2022-12-16T19:05:22.713Z] 6edaa8c7d067: Preparing [2022-12-16T19:05:22.713Z] 033e5623287c: Preparing [2022-12-16T19:05:22.713Z] 3c092fe3d9b1: Preparing [2022-12-16T19:05:22.713Z] 8ac5360abeaf: Preparing [2022-12-16T19:05:22.713Z] 34d5ebaa5410: Preparing [2022-12-16T19:05:22.713Z] 8ac5360abeaf: Waiting [2022-12-16T19:05:22.713Z] 34d5ebaa5410: Waiting [2022-12-16T19:05:22.713Z] 3c092fe3d9b1: Layer already exists [2022-12-16T19:05:22.713Z] 6edaa8c7d067: Layer already exists [2022-12-16T19:05:22.713Z] 033e5623287c: Layer already exists [2022-12-16T19:05:22.713Z] bb7e64952ce0: Layer already exists [2022-12-16T19:05:22.713Z] 663c234b6572: Layer already exists [2022-12-16T19:05:22.713Z] 8ac5360abeaf: Layer already exists [2022-12-16T19:05:22.713Z] 34d5ebaa5410: Layer already exists [2022-12-16T19:05:22.713Z] latest: digest: sha256:95610c6f3322cd7018bd9d9ddd364f99a048d8df15a630ebdbabdd5facfd6fdc size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:22.750Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2022-12-16T19:05:22.750Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-12-16T19:05:22.750Z] ---> Running in ef2ea2073085 [2022-12-16T19:05:23.017Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:23.323Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.7 [2022-12-16T19:05:23.324Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2022-12-16T19:05:23.324Z] bb7e64952ce0: Preparing [2022-12-16T19:05:23.324Z] 663c234b6572: Preparing [2022-12-16T19:05:23.324Z] 6edaa8c7d067: Preparing [2022-12-16T19:05:23.324Z] 033e5623287c: Preparing [2022-12-16T19:05:23.324Z] 3c092fe3d9b1: Preparing [2022-12-16T19:05:23.324Z] 8ac5360abeaf: Preparing [2022-12-16T19:05:23.324Z] 34d5ebaa5410: Preparing [2022-12-16T19:05:23.324Z] 8ac5360abeaf: Waiting [2022-12-16T19:05:23.324Z] 34d5ebaa5410: Waiting [2022-12-16T19:05:23.324Z] 033e5623287c: Layer already exists [2022-12-16T19:05:23.324Z] 6edaa8c7d067: Layer already exists [2022-12-16T19:05:23.324Z] bb7e64952ce0: Layer already exists [2022-12-16T19:05:23.324Z] 3c092fe3d9b1: Layer already exists [2022-12-16T19:05:23.324Z] 663c234b6572: Layer already exists [2022-12-16T19:05:23.324Z] 8ac5360abeaf: Layer already exists [2022-12-16T19:05:23.324Z] 34d5ebaa5410: Layer already exists [2022-12-16T19:05:23.324Z] 3.0.0-dev.7: digest: sha256:95610c6f3322cd7018bd9d9ddd364f99a048d8df15a630ebdbabdd5facfd6fdc size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:23.635Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:23.933Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:05:23.933Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2022-12-16T19:05:23.933Z] bb7e64952ce0: Preparing [2022-12-16T19:05:23.933Z] 663c234b6572: Preparing [2022-12-16T19:05:23.933Z] 6edaa8c7d067: Preparing [2022-12-16T19:05:23.933Z] 033e5623287c: Preparing [2022-12-16T19:05:23.933Z] 3c092fe3d9b1: Preparing [2022-12-16T19:05:23.933Z] 8ac5360abeaf: Preparing [2022-12-16T19:05:23.933Z] 34d5ebaa5410: Preparing [2022-12-16T19:05:23.933Z] 8ac5360abeaf: Waiting [2022-12-16T19:05:23.933Z] 34d5ebaa5410: Waiting [2022-12-16T19:05:23.933Z] 033e5623287c: Layer already exists [2022-12-16T19:05:23.933Z] 6edaa8c7d067: Layer already exists [2022-12-16T19:05:23.933Z] bb7e64952ce0: Layer already exists [2022-12-16T19:05:23.933Z] 3c092fe3d9b1: Layer already exists [2022-12-16T19:05:23.933Z] 663c234b6572: Layer already exists [2022-12-16T19:05:23.933Z] 8ac5360abeaf: Layer already exists [2022-12-16T19:05:23.933Z] 34d5ebaa5410: Layer already exists [2022-12-16T19:05:23.933Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7: digest: sha256:95610c6f3322cd7018bd9d9ddd364f99a048d8df15a630ebdbabdd5facfd6fdc size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:24.247Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:24.551Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2022-12-16T19:05:24.551Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2022-12-16T19:05:24.551Z] bb7e64952ce0: Preparing [2022-12-16T19:05:24.551Z] 663c234b6572: Preparing [2022-12-16T19:05:24.551Z] 6edaa8c7d067: Preparing [2022-12-16T19:05:24.551Z] 033e5623287c: Preparing [2022-12-16T19:05:24.551Z] 3c092fe3d9b1: Preparing [2022-12-16T19:05:24.551Z] 8ac5360abeaf: Preparing [2022-12-16T19:05:24.551Z] 34d5ebaa5410: Preparing [2022-12-16T19:05:24.551Z] 8ac5360abeaf: Waiting [2022-12-16T19:05:24.551Z] 34d5ebaa5410: Waiting [2022-12-16T19:05:24.551Z] 3c092fe3d9b1: Layer already exists [2022-12-16T19:05:24.551Z] 033e5623287c: Layer already exists [2022-12-16T19:05:24.551Z] 663c234b6572: Layer already exists [2022-12-16T19:05:24.551Z] bb7e64952ce0: Layer already exists [2022-12-16T19:05:24.552Z] 6edaa8c7d067: Layer already exists [2022-12-16T19:05:24.552Z] 8ac5360abeaf: Layer already exists [2022-12-16T19:05:24.552Z] 34d5ebaa5410: Layer already exists [2022-12-16T19:05:24.552Z] main: digest: sha256:95610c6f3322cd7018bd9d9ddd364f99a048d8df15a630ebdbabdd5facfd6fdc size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-12-16T19:05:24.586Z] ===================================================== [Pipeline] echo [2022-12-16T19:05:24.592Z] taggedImages: [2022-12-16T19:05:24.592Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:05:24.592Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2022-12-16T19:05:24.592Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.7 [2022-12-16T19:05:24.592Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:05:24.592Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2022-12-16T19:05:24.613Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2022-12-16T19:05:24.613Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:05:24.613Z] latest [2022-12-16T19:05:24.613Z] 3.0.0-dev.7 [2022-12-16T19:05:24.613Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:05:24.613Z] main [2022-12-16T19:05:24.613Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:24.927Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:475d506e1f7a543c9891e772a4b06d1eb0ad955d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:25.227Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:05:25.227Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2022-12-16T19:05:25.227Z] 592ab19d5e6b: Preparing [2022-12-16T19:05:25.227Z] b904617e47ed: Preparing [2022-12-16T19:05:25.227Z] 10aab6dbf439: Preparing [2022-12-16T19:05:25.227Z] 78160a5c2e03: Preparing [2022-12-16T19:05:25.227Z] 28b37be6c839: Preparing [2022-12-16T19:05:25.227Z] 34d5ebaa5410: Preparing [2022-12-16T19:05:25.227Z] 592ab19d5e6b: Pushed [2022-12-16T19:05:25.227Z] b904617e47ed: Pushed [2022-12-16T19:05:25.227Z] 10aab6dbf439: Pushed [2022-12-16T19:05:25.227Z] 34d5ebaa5410: Layer already exists [2022-12-16T19:05:25.486Z] 28b37be6c839: Pushed [2022-12-16T19:05:27.046Z] Removing intermediate container 6c20ca3e8ab3 [2022-12-16T19:05:27.046Z] ---> 87974b5660a4 [2022-12-16T19:05:27.046Z] Step 11/23 : WORKDIR /edgex-go [2022-12-16T19:05:27.046Z] Removing intermediate container ef2ea2073085 [2022-12-16T19:05:27.046Z] ---> a9e6150330c0 [2022-12-16T19:05:27.046Z] Step 11/24 : WORKDIR /edgex-go [2022-12-16T19:05:27.046Z] ---> Running in 9771a9ac4201 [2022-12-16T19:05:27.046Z] ---> Running in 9547888a4b45 [2022-12-16T19:05:27.319Z] Removing intermediate container 9771a9ac4201 [2022-12-16T19:05:27.319Z] ---> 65628f95cc5c [2022-12-16T19:05:27.319Z] [2022-12-16T19:05:27.319Z] Step 12/24 : FROM alpine:3.15 [2022-12-16T19:05:27.319Z] Removing intermediate container 9547888a4b45 [2022-12-16T19:05:27.319Z] ---> ed84c85e157e [2022-12-16T19:05:27.319Z] [2022-12-16T19:05:27.319Z] Step 12/23 : FROM alpine:3.15 [2022-12-16T19:05:27.319Z] 3.15: Pulling from library/alpine [2022-12-16T19:05:27.600Z] 3.15: Pulling from library/alpine [2022-12-16T19:05:29.016Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2022-12-16T19:05:29.016Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2022-12-16T19:05:29.016Z] Status: Downloaded newer image for alpine:3.15 [2022-12-16T19:05:29.016Z] Status: Downloaded newer image for alpine:3.15 [2022-12-16T19:05:29.016Z] ---> 8aa73fd46299 [2022-12-16T19:05:29.016Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-12-16T19:05:29.016Z] ---> 8aa73fd46299 [2022-12-16T19:05:29.016Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-12-16T19:05:29.602Z] ---> Running in 00a9fa8bb05d [2022-12-16T19:05:29.602Z] ---> Running in 068d438eab57 [2022-12-16T19:05:30.580Z] Removing intermediate container 00a9fa8bb05d [2022-12-16T19:05:30.581Z] ---> 3f95ba08f649 [2022-12-16T19:05:30.581Z] Removing intermediate container 068d438eab57 [2022-12-16T19:05:30.581Z] ---> c0185a1475ed [2022-12-16T19:05:30.581Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-12-16T19:05:30.581Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-12-16T19:05:30.581Z] ---> Running in f2d1bead81da [2022-12-16T19:05:30.581Z] ---> Running in 7bb734a94d61 [2022-12-16T19:05:32.049Z] 78160a5c2e03: Pushed [2022-12-16T19:05:32.049Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d: digest: sha256:5e4dc1384eeeff6771158a2d519f0baedd5d5b98ec3bbb002c2a550485b66b8b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:32.356Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:32.660Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2022-12-16T19:05:32.660Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2022-12-16T19:05:32.660Z] 592ab19d5e6b: Preparing [2022-12-16T19:05:32.660Z] b904617e47ed: Preparing [2022-12-16T19:05:32.660Z] 10aab6dbf439: Preparing [2022-12-16T19:05:32.660Z] 78160a5c2e03: Preparing [2022-12-16T19:05:32.660Z] 28b37be6c839: Preparing [2022-12-16T19:05:32.660Z] 34d5ebaa5410: Preparing [2022-12-16T19:05:32.660Z] 34d5ebaa5410: Waiting [2022-12-16T19:05:32.660Z] 28b37be6c839: Layer already exists [2022-12-16T19:05:32.660Z] 10aab6dbf439: Layer already exists [2022-12-16T19:05:32.660Z] 592ab19d5e6b: Layer already exists [2022-12-16T19:05:32.660Z] b904617e47ed: Layer already exists [2022-12-16T19:05:32.660Z] 78160a5c2e03: Layer already exists [2022-12-16T19:05:32.660Z] 34d5ebaa5410: Layer already exists [2022-12-16T19:05:32.660Z] latest: digest: sha256:5e4dc1384eeeff6771158a2d519f0baedd5d5b98ec3bbb002c2a550485b66b8b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:32.973Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:33.278Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.7 [2022-12-16T19:05:33.278Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2022-12-16T19:05:33.278Z] 592ab19d5e6b: Preparing [2022-12-16T19:05:33.278Z] b904617e47ed: Preparing [2022-12-16T19:05:33.278Z] 10aab6dbf439: Preparing [2022-12-16T19:05:33.278Z] 78160a5c2e03: Preparing [2022-12-16T19:05:33.278Z] 28b37be6c839: Preparing [2022-12-16T19:05:33.278Z] 34d5ebaa5410: Preparing [2022-12-16T19:05:33.278Z] 34d5ebaa5410: Waiting [2022-12-16T19:05:33.279Z] 28b37be6c839: Layer already exists [2022-12-16T19:05:33.279Z] 78160a5c2e03: Layer already exists [2022-12-16T19:05:33.279Z] 592ab19d5e6b: Layer already exists [2022-12-16T19:05:33.279Z] 10aab6dbf439: Layer already exists [2022-12-16T19:05:33.279Z] b904617e47ed: Layer already exists [2022-12-16T19:05:33.279Z] 34d5ebaa5410: Layer already exists [2022-12-16T19:05:33.279Z] 3.0.0-dev.7: digest: sha256:5e4dc1384eeeff6771158a2d519f0baedd5d5b98ec3bbb002c2a550485b66b8b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:33.592Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:33.902Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:05:33.902Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2022-12-16T19:05:33.902Z] 592ab19d5e6b: Preparing [2022-12-16T19:05:33.902Z] b904617e47ed: Preparing [2022-12-16T19:05:33.902Z] 10aab6dbf439: Preparing [2022-12-16T19:05:33.902Z] 78160a5c2e03: Preparing [2022-12-16T19:05:33.902Z] 28b37be6c839: Preparing [2022-12-16T19:05:33.902Z] 34d5ebaa5410: Preparing [2022-12-16T19:05:33.902Z] 34d5ebaa5410: Waiting [2022-12-16T19:05:33.902Z] 592ab19d5e6b: Layer already exists [2022-12-16T19:05:33.902Z] 28b37be6c839: Layer already exists [2022-12-16T19:05:33.902Z] 78160a5c2e03: Layer already exists [2022-12-16T19:05:33.902Z] 10aab6dbf439: Layer already exists [2022-12-16T19:05:33.902Z] b904617e47ed: Layer already exists [2022-12-16T19:05:33.902Z] 34d5ebaa5410: Layer already exists [2022-12-16T19:05:33.902Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7: digest: sha256:5e4dc1384eeeff6771158a2d519f0baedd5d5b98ec3bbb002c2a550485b66b8b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:34.219Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:34.524Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2022-12-16T19:05:34.524Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2022-12-16T19:05:34.524Z] 592ab19d5e6b: Preparing [2022-12-16T19:05:34.524Z] b904617e47ed: Preparing [2022-12-16T19:05:34.524Z] 10aab6dbf439: Preparing [2022-12-16T19:05:34.524Z] 78160a5c2e03: Preparing [2022-12-16T19:05:34.524Z] 28b37be6c839: Preparing [2022-12-16T19:05:34.524Z] 34d5ebaa5410: Preparing [2022-12-16T19:05:34.524Z] 34d5ebaa5410: Waiting [2022-12-16T19:05:34.524Z] 10aab6dbf439: Layer already exists [2022-12-16T19:05:34.524Z] b904617e47ed: Layer already exists [2022-12-16T19:05:34.524Z] 78160a5c2e03: Layer already exists [2022-12-16T19:05:34.524Z] 28b37be6c839: Layer already exists [2022-12-16T19:05:34.524Z] 592ab19d5e6b: Layer already exists [2022-12-16T19:05:34.524Z] 34d5ebaa5410: Layer already exists [2022-12-16T19:05:34.524Z] main: digest: sha256:5e4dc1384eeeff6771158a2d519f0baedd5d5b98ec3bbb002c2a550485b66b8b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-12-16T19:05:34.563Z] ===================================================== [Pipeline] echo [2022-12-16T19:05:34.569Z] taggedImages: [2022-12-16T19:05:34.569Z] - nexus3.edgexfoundry.org:10004/security-spire-config:475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:05:34.569Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2022-12-16T19:05:34.569Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.7 [2022-12-16T19:05:34.569Z] - nexus3.edgexfoundry.org:10004/security-spire-config:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:05:34.569Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2022-12-16T19:05:34.585Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2022-12-16T19:05:34.585Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:05:34.585Z] latest [2022-12-16T19:05:34.585Z] 3.0.0-dev.7 [2022-12-16T19:05:34.585Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:05:34.585Z] main [2022-12-16T19:05:34.585Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:34.885Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-12-16T19:05:34.885Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-12-16T19:05:34.885Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-12-16T19:05:34.885Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-12-16T19:05:34.891Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:475d506e1f7a543c9891e772a4b06d1eb0ad955d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:35.195Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:05:35.195Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2022-12-16T19:05:35.195Z] 1a210598af19: Preparing [2022-12-16T19:05:35.195Z] e805795cef7d: Preparing [2022-12-16T19:05:35.195Z] 47eaf734cc9d: Preparing [2022-12-16T19:05:35.195Z] fa316b18ea85: Preparing [2022-12-16T19:05:35.195Z] 8ac5360abeaf: Preparing [2022-12-16T19:05:35.195Z] 34d5ebaa5410: Preparing [2022-12-16T19:05:35.195Z] 34d5ebaa5410: Waiting [2022-12-16T19:05:35.195Z] 8ac5360abeaf: Layer already exists [2022-12-16T19:05:35.195Z] 34d5ebaa5410: Layer already exists [2022-12-16T19:05:35.195Z] e805795cef7d: Pushed [2022-12-16T19:05:35.195Z] 47eaf734cc9d: Pushed [2022-12-16T19:05:35.195Z] 1a210598af19: Pushed [2022-12-16T19:05:36.863Z] v3.15.6-213-gc642bef683 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2022-12-16T19:05:36.863Z] v3.15.6-213-gc642bef683 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2022-12-16T19:05:36.863Z] OK: 15736 distinct packages available [2022-12-16T19:05:36.863Z] v3.15.6-213-gc642bef683 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2022-12-16T19:05:36.863Z] v3.15.6-213-gc642bef683 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2022-12-16T19:05:36.863Z] OK: 15736 distinct packages available [2022-12-16T19:05:37.146Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-12-16T19:05:37.146Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-12-16T19:05:37.732Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-12-16T19:05:38.002Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-12-16T19:05:39.973Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-12-16T19:05:39.973Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-12-16T19:05:39.973Z] (3/4) Installing libucontext (1.1-r0) [2022-12-16T19:05:39.973Z] (4/4) Installing gcompat (1.0.0-r4) [2022-12-16T19:05:39.973Z] Executing busybox-1.34.1-r7.trigger [2022-12-16T19:05:39.973Z] OK: 6 MiB in 18 packages [2022-12-16T19:05:39.973Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-12-16T19:05:39.973Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-12-16T19:05:39.973Z] (3/5) Installing libucontext (1.1-r0) [2022-12-16T19:05:40.247Z] (4/5) Installing gcompat (1.0.0-r4) [2022-12-16T19:05:40.247Z] (5/5) Installing openssl (1.1.1s-r1) [2022-12-16T19:05:40.247Z] Executing busybox-1.34.1-r7.trigger [2022-12-16T19:05:40.247Z] OK: 6 MiB in 19 packages [2022-12-16T19:05:41.760Z] fa316b18ea85: Pushed [2022-12-16T19:05:41.760Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d: digest: sha256:e6fe3ac21906cbda0665fd38dfb4fcefce779c48a7f1cbb3080346024ccf945e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:42.065Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:42.364Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2022-12-16T19:05:42.364Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2022-12-16T19:05:42.364Z] 1a210598af19: Preparing [2022-12-16T19:05:42.364Z] e805795cef7d: Preparing [2022-12-16T19:05:42.364Z] 47eaf734cc9d: Preparing [2022-12-16T19:05:42.364Z] fa316b18ea85: Preparing [2022-12-16T19:05:42.364Z] 8ac5360abeaf: Preparing [2022-12-16T19:05:42.364Z] 34d5ebaa5410: Preparing [2022-12-16T19:05:42.364Z] 34d5ebaa5410: Waiting [2022-12-16T19:05:42.364Z] 8ac5360abeaf: Layer already exists [2022-12-16T19:05:42.364Z] 47eaf734cc9d: Layer already exists [2022-12-16T19:05:42.364Z] 1a210598af19: Layer already exists [2022-12-16T19:05:42.364Z] fa316b18ea85: Layer already exists [2022-12-16T19:05:42.364Z] e805795cef7d: Layer already exists [2022-12-16T19:05:42.364Z] 34d5ebaa5410: Layer already exists [2022-12-16T19:05:42.364Z] latest: digest: sha256:e6fe3ac21906cbda0665fd38dfb4fcefce779c48a7f1cbb3080346024ccf945e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:42.668Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:42.968Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.7 [2022-12-16T19:05:42.968Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2022-12-16T19:05:42.968Z] 1a210598af19: Preparing [2022-12-16T19:05:42.968Z] e805795cef7d: Preparing [2022-12-16T19:05:42.968Z] 47eaf734cc9d: Preparing [2022-12-16T19:05:42.968Z] fa316b18ea85: Preparing [2022-12-16T19:05:42.968Z] 8ac5360abeaf: Preparing [2022-12-16T19:05:42.968Z] 34d5ebaa5410: Preparing [2022-12-16T19:05:42.968Z] 34d5ebaa5410: Waiting [2022-12-16T19:05:42.968Z] 8ac5360abeaf: Layer already exists [2022-12-16T19:05:42.968Z] 1a210598af19: Layer already exists [2022-12-16T19:05:42.968Z] fa316b18ea85: Layer already exists [2022-12-16T19:05:42.968Z] 47eaf734cc9d: Layer already exists [2022-12-16T19:05:42.968Z] e805795cef7d: Layer already exists [2022-12-16T19:05:42.968Z] 34d5ebaa5410: Layer already exists [2022-12-16T19:05:42.968Z] 3.0.0-dev.7: digest: sha256:e6fe3ac21906cbda0665fd38dfb4fcefce779c48a7f1cbb3080346024ccf945e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:43.269Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:43.572Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:05:43.572Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2022-12-16T19:05:43.572Z] 1a210598af19: Preparing [2022-12-16T19:05:43.572Z] e805795cef7d: Preparing [2022-12-16T19:05:43.572Z] 47eaf734cc9d: Preparing [2022-12-16T19:05:43.572Z] fa316b18ea85: Preparing [2022-12-16T19:05:43.572Z] 8ac5360abeaf: Preparing [2022-12-16T19:05:43.572Z] 34d5ebaa5410: Preparing [2022-12-16T19:05:43.572Z] 34d5ebaa5410: Waiting [2022-12-16T19:05:43.572Z] fa316b18ea85: Layer already exists [2022-12-16T19:05:43.572Z] 47eaf734cc9d: Layer already exists [2022-12-16T19:05:43.572Z] 8ac5360abeaf: Layer already exists [2022-12-16T19:05:43.572Z] e805795cef7d: Layer already exists [2022-12-16T19:05:43.572Z] 1a210598af19: Layer already exists [2022-12-16T19:05:43.572Z] 34d5ebaa5410: Layer already exists [2022-12-16T19:05:43.572Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7: digest: sha256:e6fe3ac21906cbda0665fd38dfb4fcefce779c48a7f1cbb3080346024ccf945e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:43.874Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:44.173Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2022-12-16T19:05:44.173Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2022-12-16T19:05:44.173Z] 1a210598af19: Preparing [2022-12-16T19:05:44.173Z] e805795cef7d: Preparing [2022-12-16T19:05:44.173Z] 47eaf734cc9d: Preparing [2022-12-16T19:05:44.173Z] fa316b18ea85: Preparing [2022-12-16T19:05:44.173Z] 8ac5360abeaf: Preparing [2022-12-16T19:05:44.173Z] 34d5ebaa5410: Preparing [2022-12-16T19:05:44.173Z] 34d5ebaa5410: Waiting [2022-12-16T19:05:44.173Z] 8ac5360abeaf: Layer already exists [2022-12-16T19:05:44.173Z] e805795cef7d: Layer already exists [2022-12-16T19:05:44.173Z] 47eaf734cc9d: Layer already exists [2022-12-16T19:05:44.173Z] 1a210598af19: Layer already exists [2022-12-16T19:05:44.173Z] fa316b18ea85: Layer already exists [2022-12-16T19:05:44.173Z] 34d5ebaa5410: Layer already exists [2022-12-16T19:05:44.173Z] main: digest: sha256:e6fe3ac21906cbda0665fd38dfb4fcefce779c48a7f1cbb3080346024ccf945e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-12-16T19:05:44.208Z] ===================================================== [Pipeline] echo [2022-12-16T19:05:44.213Z] taggedImages: [2022-12-16T19:05:44.214Z] - nexus3.edgexfoundry.org:10004/security-spire-server:475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:05:44.214Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2022-12-16T19:05:44.214Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.7 [2022-12-16T19:05:44.214Z] - nexus3.edgexfoundry.org:10004/security-spire-server:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:05:44.214Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2022-12-16T19:05:44.228Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2022-12-16T19:05:44.228Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:05:44.228Z] latest [2022-12-16T19:05:44.228Z] 3.0.0-dev.7 [2022-12-16T19:05:44.228Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:05:44.228Z] main [2022-12-16T19:05:44.228Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:44.530Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:475d506e1f7a543c9891e772a4b06d1eb0ad955d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:44.831Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:05:44.831Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2022-12-16T19:05:44.831Z] 1d72d0881d22: Preparing [2022-12-16T19:05:44.831Z] f51b4eb5b26e: Preparing [2022-12-16T19:05:44.831Z] 3d8fbae8aae4: Preparing [2022-12-16T19:05:44.831Z] 31da4c68390a: Preparing [2022-12-16T19:05:44.831Z] e5e13b0c77cb: Preparing [2022-12-16T19:05:44.831Z] e5e13b0c77cb: Layer already exists [2022-12-16T19:05:44.831Z] 3d8fbae8aae4: Layer already exists [2022-12-16T19:05:44.831Z] 1d72d0881d22: Pushed [2022-12-16T19:05:44.831Z] 31da4c68390a: Pushed [2022-12-16T19:05:45.628Z] Removing intermediate container 7bb734a94d61 [2022-12-16T19:05:45.628Z] ---> 83c121df2595 [2022-12-16T19:05:45.628Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-12-16T19:05:45.628Z] Removing intermediate container f2d1bead81da [2022-12-16T19:05:45.628Z] ---> 53f11ff26248 [2022-12-16T19:05:45.628Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-12-16T19:05:47.417Z] f51b4eb5b26e: Pushed [2022-12-16T19:05:47.417Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d: digest: sha256:27b6d8bca54a29c79640aeb2d5dad532d25811bedbf3b7b8c1e8ae3a2a3dc981 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:47.718Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:48.017Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2022-12-16T19:05:48.017Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2022-12-16T19:05:48.017Z] 1d72d0881d22: Preparing [2022-12-16T19:05:48.017Z] f51b4eb5b26e: Preparing [2022-12-16T19:05:48.017Z] 3d8fbae8aae4: Preparing [2022-12-16T19:05:48.017Z] 31da4c68390a: Preparing [2022-12-16T19:05:48.017Z] e5e13b0c77cb: Preparing [2022-12-16T19:05:48.017Z] e5e13b0c77cb: Layer already exists [2022-12-16T19:05:48.017Z] 31da4c68390a: Layer already exists [2022-12-16T19:05:48.017Z] f51b4eb5b26e: Layer already exists [2022-12-16T19:05:48.018Z] 3d8fbae8aae4: Layer already exists [2022-12-16T19:05:48.018Z] 1d72d0881d22: Layer already exists [2022-12-16T19:05:48.018Z] latest: digest: sha256:27b6d8bca54a29c79640aeb2d5dad532d25811bedbf3b7b8c1e8ae3a2a3dc981 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:48.319Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:48.621Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.7 [2022-12-16T19:05:48.621Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2022-12-16T19:05:48.621Z] 1d72d0881d22: Preparing [2022-12-16T19:05:48.621Z] f51b4eb5b26e: Preparing [2022-12-16T19:05:48.621Z] 3d8fbae8aae4: Preparing [2022-12-16T19:05:48.621Z] 31da4c68390a: Preparing [2022-12-16T19:05:48.621Z] e5e13b0c77cb: Preparing [2022-12-16T19:05:48.621Z] 1d72d0881d22: Layer already exists [2022-12-16T19:05:48.621Z] f51b4eb5b26e: Layer already exists [2022-12-16T19:05:48.621Z] e5e13b0c77cb: Layer already exists [2022-12-16T19:05:48.621Z] 31da4c68390a: Layer already exists [2022-12-16T19:05:48.621Z] 3d8fbae8aae4: Layer already exists [2022-12-16T19:05:48.621Z] 3.0.0-dev.7: digest: sha256:27b6d8bca54a29c79640aeb2d5dad532d25811bedbf3b7b8c1e8ae3a2a3dc981 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:48.925Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:49.222Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:05:49.222Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2022-12-16T19:05:49.222Z] 1d72d0881d22: Preparing [2022-12-16T19:05:49.222Z] f51b4eb5b26e: Preparing [2022-12-16T19:05:49.222Z] 3d8fbae8aae4: Preparing [2022-12-16T19:05:49.222Z] 31da4c68390a: Preparing [2022-12-16T19:05:49.222Z] e5e13b0c77cb: Preparing [2022-12-16T19:05:49.222Z] e5e13b0c77cb: Layer already exists [2022-12-16T19:05:49.222Z] 3d8fbae8aae4: Layer already exists [2022-12-16T19:05:49.222Z] f51b4eb5b26e: Layer already exists [2022-12-16T19:05:49.222Z] 31da4c68390a: Layer already exists [2022-12-16T19:05:49.222Z] 1d72d0881d22: Layer already exists [2022-12-16T19:05:49.222Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7: digest: sha256:27b6d8bca54a29c79640aeb2d5dad532d25811bedbf3b7b8c1e8ae3a2a3dc981 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:49.525Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:49.843Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2022-12-16T19:05:49.843Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2022-12-16T19:05:49.843Z] 1d72d0881d22: Preparing [2022-12-16T19:05:49.843Z] f51b4eb5b26e: Preparing [2022-12-16T19:05:49.843Z] 3d8fbae8aae4: Preparing [2022-12-16T19:05:49.843Z] 31da4c68390a: Preparing [2022-12-16T19:05:49.843Z] e5e13b0c77cb: Preparing [2022-12-16T19:05:49.843Z] 1d72d0881d22: Layer already exists [2022-12-16T19:05:49.843Z] e5e13b0c77cb: Layer already exists [2022-12-16T19:05:49.843Z] 31da4c68390a: Layer already exists [2022-12-16T19:05:49.843Z] 3d8fbae8aae4: Layer already exists [2022-12-16T19:05:49.843Z] f51b4eb5b26e: Layer already exists [2022-12-16T19:05:49.843Z] main: digest: sha256:27b6d8bca54a29c79640aeb2d5dad532d25811bedbf3b7b8c1e8ae3a2a3dc981 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-12-16T19:05:49.894Z] ===================================================== [Pipeline] echo [2022-12-16T19:05:49.904Z] taggedImages: [2022-12-16T19:05:49.904Z] - nexus3.edgexfoundry.org:10004/support-notifications:475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:05:49.904Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2022-12-16T19:05:49.904Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.7 [2022-12-16T19:05:49.904Z] - nexus3.edgexfoundry.org:10004/support-notifications:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:05:49.904Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2022-12-16T19:05:49.928Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2022-12-16T19:05:49.928Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:05:49.928Z] latest [2022-12-16T19:05:49.928Z] 3.0.0-dev.7 [2022-12-16T19:05:49.928Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:05:49.928Z] main [2022-12-16T19:05:49.928Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:50.248Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:475d506e1f7a543c9891e772a4b06d1eb0ad955d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:50.552Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:05:50.552Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2022-12-16T19:05:50.552Z] ecee149e16f3: Preparing [2022-12-16T19:05:50.552Z] ee8731239b0a: Preparing [2022-12-16T19:05:50.552Z] 3d8fbae8aae4: Preparing [2022-12-16T19:05:50.552Z] d0d8c8ff009a: Preparing [2022-12-16T19:05:50.552Z] e5e13b0c77cb: Preparing [2022-12-16T19:05:50.552Z] d0d8c8ff009a: Layer already exists [2022-12-16T19:05:50.552Z] e5e13b0c77cb: Layer already exists [2022-12-16T19:05:50.552Z] 3d8fbae8aae4: Layer already exists [2022-12-16T19:05:50.552Z] ecee149e16f3: Pushed [2022-12-16T19:05:53.084Z] ee8731239b0a: Pushed [2022-12-16T19:05:53.084Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d: digest: sha256:fbf8958e2bbee8425f82511ec490f1ffb24d19ab911485dc5fc7457976ba8c8d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:53.393Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:53.747Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2022-12-16T19:05:53.747Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2022-12-16T19:05:53.747Z] ecee149e16f3: Preparing [2022-12-16T19:05:53.747Z] ee8731239b0a: Preparing [2022-12-16T19:05:53.747Z] 3d8fbae8aae4: Preparing [2022-12-16T19:05:53.747Z] d0d8c8ff009a: Preparing [2022-12-16T19:05:53.747Z] e5e13b0c77cb: Preparing [2022-12-16T19:05:53.747Z] ecee149e16f3: Layer already exists [2022-12-16T19:05:53.747Z] 3d8fbae8aae4: Layer already exists [2022-12-16T19:05:53.747Z] d0d8c8ff009a: Layer already exists [2022-12-16T19:05:53.747Z] e5e13b0c77cb: Layer already exists [2022-12-16T19:05:53.747Z] ee8731239b0a: Layer already exists [2022-12-16T19:05:53.747Z] latest: digest: sha256:fbf8958e2bbee8425f82511ec490f1ffb24d19ab911485dc5fc7457976ba8c8d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:54.096Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:54.450Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.7 [2022-12-16T19:05:54.450Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2022-12-16T19:05:54.450Z] ecee149e16f3: Preparing [2022-12-16T19:05:54.450Z] ee8731239b0a: Preparing [2022-12-16T19:05:54.450Z] 3d8fbae8aae4: Preparing [2022-12-16T19:05:54.450Z] d0d8c8ff009a: Preparing [2022-12-16T19:05:54.450Z] e5e13b0c77cb: Preparing [2022-12-16T19:05:54.450Z] d0d8c8ff009a: Layer already exists [2022-12-16T19:05:54.450Z] ee8731239b0a: Layer already exists [2022-12-16T19:05:54.450Z] ecee149e16f3: Layer already exists [2022-12-16T19:05:54.450Z] 3d8fbae8aae4: Layer already exists [2022-12-16T19:05:54.450Z] e5e13b0c77cb: Layer already exists [2022-12-16T19:05:54.450Z] 3.0.0-dev.7: digest: sha256:fbf8958e2bbee8425f82511ec490f1ffb24d19ab911485dc5fc7457976ba8c8d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:54.775Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:55.076Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:05:55.076Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2022-12-16T19:05:55.077Z] ecee149e16f3: Preparing [2022-12-16T19:05:55.077Z] ee8731239b0a: Preparing [2022-12-16T19:05:55.077Z] 3d8fbae8aae4: Preparing [2022-12-16T19:05:55.077Z] d0d8c8ff009a: Preparing [2022-12-16T19:05:55.077Z] e5e13b0c77cb: Preparing [2022-12-16T19:05:55.077Z] e5e13b0c77cb: Layer already exists [2022-12-16T19:05:55.077Z] 3d8fbae8aae4: Layer already exists [2022-12-16T19:05:55.077Z] d0d8c8ff009a: Layer already exists [2022-12-16T19:05:55.077Z] ecee149e16f3: Layer already exists [2022-12-16T19:05:55.077Z] ee8731239b0a: Layer already exists [2022-12-16T19:05:55.077Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7: digest: sha256:fbf8958e2bbee8425f82511ec490f1ffb24d19ab911485dc5fc7457976ba8c8d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:55.382Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:55.689Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2022-12-16T19:05:55.689Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2022-12-16T19:05:55.690Z] ecee149e16f3: Preparing [2022-12-16T19:05:55.690Z] ee8731239b0a: Preparing [2022-12-16T19:05:55.690Z] 3d8fbae8aae4: Preparing [2022-12-16T19:05:55.690Z] d0d8c8ff009a: Preparing [2022-12-16T19:05:55.690Z] e5e13b0c77cb: Preparing [2022-12-16T19:05:55.690Z] ecee149e16f3: Layer already exists [2022-12-16T19:05:55.690Z] d0d8c8ff009a: Layer already exists [2022-12-16T19:05:55.690Z] e5e13b0c77cb: Layer already exists [2022-12-16T19:05:55.690Z] 3d8fbae8aae4: Layer already exists [2022-12-16T19:05:55.690Z] ee8731239b0a: Layer already exists [2022-12-16T19:05:55.690Z] main: digest: sha256:fbf8958e2bbee8425f82511ec490f1ffb24d19ab911485dc5fc7457976ba8c8d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-12-16T19:05:55.726Z] ===================================================== [Pipeline] echo [2022-12-16T19:05:55.732Z] taggedImages: [2022-12-16T19:05:55.732Z] - nexus3.edgexfoundry.org:10004/support-scheduler:475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:05:55.732Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2022-12-16T19:05:55.732Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.7 [2022-12-16T19:05:55.732Z] - nexus3.edgexfoundry.org:10004/support-scheduler:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:05:55.732Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo [2022-12-16T19:05:55.748Z] [edgeXDocker.push] Tagging docker image sys-mgmt-agent with the following tags: [2022-12-16T19:05:55.748Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:05:55.748Z] latest [2022-12-16T19:05:55.748Z] 3.0.0-dev.7 [2022-12-16T19:05:55.748Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:05:55.748Z] main [2022-12-16T19:05:55.748Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:56.053Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:475d506e1f7a543c9891e772a4b06d1eb0ad955d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:05:56.354Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:05:56.354Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2022-12-16T19:05:56.354Z] 83ea99528188: Preparing [2022-12-16T19:05:56.354Z] 77e374e6a2a5: Preparing [2022-12-16T19:05:56.354Z] 99639ea92101: Preparing [2022-12-16T19:05:56.354Z] aa34db5bd1de: Preparing [2022-12-16T19:05:56.354Z] e5e13b0c77cb: Preparing [2022-12-16T19:05:56.354Z] e5e13b0c77cb: Layer already exists [2022-12-16T19:05:56.611Z] 77e374e6a2a5: Pushed [2022-12-16T19:05:56.611Z] 83ea99528188: Pushed [2022-12-16T19:05:57.546Z] 99639ea92101: Pushed [2022-12-16T19:06:03.902Z] ---> b425c76e2363 [2022-12-16T19:06:03.902Z] ---> c9043c8b2caf [2022-12-16T19:06:03.902Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-12-16T19:06:03.902Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-12-16T19:06:03.902Z] ---> c3039b66d17e [2022-12-16T19:06:03.902Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-12-16T19:06:03.902Z] ---> b3b048a46a83 [2022-12-16T19:06:03.902Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-12-16T19:06:04.172Z] ---> Running in 98e37e92e9a4 [2022-12-16T19:06:05.596Z] Removing intermediate container 98e37e92e9a4 [2022-12-16T19:06:05.596Z] ---> 62332def7c64 [2022-12-16T19:06:05.596Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-12-16T19:06:06.181Z] ---> ec11e4e481ed [2022-12-16T19:06:06.181Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-12-16T19:06:08.135Z] ---> 20e08532a411 [2022-12-16T19:06:08.135Z] Step 19/24 : WORKDIR / [2022-12-16T19:06:08.424Z] ---> Running in 0e93359f6a00 [2022-12-16T19:06:08.700Z] ---> 5236b6fe75e8 [2022-12-16T19:06:08.700Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-12-16T19:06:08.972Z] ---> Running in e37720e53e2e [2022-12-16T19:06:09.748Z] aa34db5bd1de: Pushed [2022-12-16T19:06:09.748Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d: digest: sha256:3a3203ae020fb1563b62f8013d53b152c8b670fad606b6a74ed359e83e5e9531 size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:06:09.940Z] Removing intermediate container 0e93359f6a00 [2022-12-16T19:06:09.940Z] ---> 8a5e507ebaa6 [2022-12-16T19:06:09.940Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-12-16T19:06:09.940Z] ---> Running in 3dac7380f736 [2022-12-16T19:06:10.058Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:06:10.210Z] Removing intermediate container e37720e53e2e [2022-12-16T19:06:10.210Z] ---> ab07d7f22ec7 [2022-12-16T19:06:10.210Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-12-16T19:06:10.366Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest [2022-12-16T19:06:10.366Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2022-12-16T19:06:10.366Z] 83ea99528188: Preparing [2022-12-16T19:06:10.366Z] 77e374e6a2a5: Preparing [2022-12-16T19:06:10.366Z] 99639ea92101: Preparing [2022-12-16T19:06:10.366Z] aa34db5bd1de: Preparing [2022-12-16T19:06:10.366Z] e5e13b0c77cb: Preparing [2022-12-16T19:06:10.366Z] aa34db5bd1de: Layer already exists [2022-12-16T19:06:10.366Z] 83ea99528188: Layer already exists [2022-12-16T19:06:10.366Z] e5e13b0c77cb: Layer already exists [2022-12-16T19:06:10.366Z] 99639ea92101: Layer already exists [2022-12-16T19:06:10.366Z] 77e374e6a2a5: Layer already exists [2022-12-16T19:06:10.366Z] latest: digest: sha256:3a3203ae020fb1563b62f8013d53b152c8b670fad606b6a74ed359e83e5e9531 size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:06:10.492Z] ---> Running in 0d27bdd60035 [2022-12-16T19:06:10.669Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:06:10.986Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:3.0.0-dev.7 [2022-12-16T19:06:10.986Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2022-12-16T19:06:10.986Z] 83ea99528188: Preparing [2022-12-16T19:06:10.986Z] 77e374e6a2a5: Preparing [2022-12-16T19:06:10.986Z] 99639ea92101: Preparing [2022-12-16T19:06:10.986Z] aa34db5bd1de: Preparing [2022-12-16T19:06:10.986Z] e5e13b0c77cb: Preparing [2022-12-16T19:06:10.986Z] e5e13b0c77cb: Layer already exists [2022-12-16T19:06:10.986Z] aa34db5bd1de: Layer already exists [2022-12-16T19:06:10.986Z] 77e374e6a2a5: Layer already exists [2022-12-16T19:06:10.986Z] 83ea99528188: Layer already exists [2022-12-16T19:06:10.986Z] 99639ea92101: Layer already exists [2022-12-16T19:06:10.986Z] 3.0.0-dev.7: digest: sha256:3a3203ae020fb1563b62f8013d53b152c8b670fad606b6a74ed359e83e5e9531 size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:06:11.291Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:06:11.593Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:06:11.593Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2022-12-16T19:06:11.593Z] 83ea99528188: Preparing [2022-12-16T19:06:11.593Z] 77e374e6a2a5: Preparing [2022-12-16T19:06:11.593Z] 99639ea92101: Preparing [2022-12-16T19:06:11.593Z] aa34db5bd1de: Preparing [2022-12-16T19:06:11.593Z] e5e13b0c77cb: Preparing [2022-12-16T19:06:11.593Z] e5e13b0c77cb: Layer already exists [2022-12-16T19:06:11.593Z] aa34db5bd1de: Layer already exists [2022-12-16T19:06:11.593Z] 99639ea92101: Layer already exists [2022-12-16T19:06:11.593Z] 83ea99528188: Layer already exists [2022-12-16T19:06:11.593Z] 77e374e6a2a5: Layer already exists [2022-12-16T19:06:11.593Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7: digest: sha256:3a3203ae020fb1563b62f8013d53b152c8b670fad606b6a74ed359e83e5e9531 size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:06:11.729Z] Removing intermediate container 3dac7380f736 [2022-12-16T19:06:11.729Z] ---> 2662aa26674e [2022-12-16T19:06:11.730Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-12-16T19:06:11.730Z] Removing intermediate container 0d27bdd60035 [2022-12-16T19:06:11.730Z] ---> a52210fa0e11 [2022-12-16T19:06:11.730Z] Step 21/23 : LABEL arch=arm64 [2022-12-16T19:06:11.730Z] ---> Running in 99e7da04b8ec [2022-12-16T19:06:11.730Z] ---> Running in 4f282df437d1 [2022-12-16T19:06:11.893Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:06:12.200Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:main [2022-12-16T19:06:12.200Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2022-12-16T19:06:12.200Z] 83ea99528188: Preparing [2022-12-16T19:06:12.200Z] 77e374e6a2a5: Preparing [2022-12-16T19:06:12.200Z] 99639ea92101: Preparing [2022-12-16T19:06:12.200Z] aa34db5bd1de: Preparing [2022-12-16T19:06:12.200Z] e5e13b0c77cb: Preparing [2022-12-16T19:06:12.200Z] 77e374e6a2a5: Layer already exists [2022-12-16T19:06:12.200Z] 83ea99528188: Layer already exists [2022-12-16T19:06:12.200Z] 99639ea92101: Layer already exists [2022-12-16T19:06:12.200Z] aa34db5bd1de: Layer already exists [2022-12-16T19:06:12.200Z] e5e13b0c77cb: Layer already exists [2022-12-16T19:06:12.200Z] main: digest: sha256:3a3203ae020fb1563b62f8013d53b152c8b670fad606b6a74ed359e83e5e9531 size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-12-16T19:06:12.238Z] ===================================================== [Pipeline] echo [2022-12-16T19:06:12.244Z] taggedImages: [2022-12-16T19:06:12.244Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:06:12.244Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest [2022-12-16T19:06:12.244Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:3.0.0-dev.7 [2022-12-16T19:06:12.244Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:06:12.244Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent: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] } [2022-12-16T19:06:13.390Z] Removing intermediate container 4f282df437d1 [2022-12-16T19:06:13.390Z] ---> a3f9b0871687 [2022-12-16T19:06:13.390Z] Step 22/24 : LABEL arch=arm64 [2022-12-16T19:06:13.390Z] Removing intermediate container 99e7da04b8ec [2022-12-16T19:06:13.390Z] ---> 7e3fdad8ee40 [2022-12-16T19:06:13.390Z] Step 22/23 : LABEL git_sha=475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:06:13.390Z] ---> Running in b741ee73eb26 [2022-12-16T19:06:13.390Z] ---> Running in f414eca7296a [2022-12-16T19:06:14.432Z] Removing intermediate container b741ee73eb26 [2022-12-16T19:06:14.432Z] ---> 1316ec0e941a [2022-12-16T19:06:14.432Z] Step 23/24 : LABEL git_sha=475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:06:14.735Z] Removing intermediate container f414eca7296a [2022-12-16T19:06:14.735Z] ---> f501d2114b68 [2022-12-16T19:06:14.735Z] Step 23/23 : LABEL version=3.0.0-dev.7 [2022-12-16T19:06:14.735Z] ---> Running in 0cae9235513e [2022-12-16T19:06:15.033Z] ---> Running in 6e41d3e306ab [2022-12-16T19:06:15.991Z] Removing intermediate container 0cae9235513e [2022-12-16T19:06:15.991Z] ---> c4289ab2ecd9 [2022-12-16T19:06:15.991Z] Step 24/24 : LABEL version=3.0.0-dev.7 [2022-12-16T19:06:15.991Z] ---> Running in e55781e710c5 [2022-12-16T19:06:16.257Z] Removing intermediate container 6e41d3e306ab [2022-12-16T19:06:16.257Z] ---> 0b4672935e9a [2022-12-16T19:06:16.257Z] [2022-12-16T19:06:16.538Z] Successfully built 0b4672935e9a [2022-12-16T19:06:16.538Z] Successfully tagged security-spire-server-arm64:latest [2022-12-16T19:06:16.538Z]  Building security-spire-server ... done Building core-data [2022-12-16T19:06:16.804Z] Removing intermediate container e55781e710c5 [2022-12-16T19:06:16.804Z] ---> 666b6c42183d [2022-12-16T19:06:16.804Z] [2022-12-16T19:06:17.070Z] Successfully built 666b6c42183d [2022-12-16T19:06:17.070Z] Successfully tagged security-spire-config-arm64:latest [2022-12-16T19:06:17.070Z] Building security-bootstrapper [2022-12-16T19:06:27.162Z]  Building security-spire-config ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-12-16T19:06:27.162Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-12-16T19:06:27.162Z] ---> 5df745739d7a [2022-12-16T19:06:27.162Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2022-12-16T19:06:27.162Z] ---> Using cache [2022-12-16T19:06:27.162Z] ---> cb21f08f784c [2022-12-16T19:06:27.162Z] Step 4/22 : WORKDIR /edgex-go [2022-12-16T19:06:27.162Z] ---> Using cache [2022-12-16T19:06:27.162Z] ---> 2813815f3574 [2022-12-16T19:06:27.162Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-12-16T19:06:27.162Z] ---> Using cache [2022-12-16T19:06:27.162Z] ---> 5de043dc9876 [2022-12-16T19:06:27.162Z] Step 6/22 : COPY go.mod vendor* ./ [2022-12-16T19:06:27.162Z] ---> Using cache [2022-12-16T19:06:27.162Z] ---> 8b91bf9224bb [2022-12-16T19:06:27.162Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-12-16T19:06:27.162Z] ---> Using cache [2022-12-16T19:06:27.162Z] ---> aa408f4ce0f5 [2022-12-16T19:06:27.162Z] Step 8/22 : COPY . . [2022-12-16T19:06:27.162Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-12-16T19:06:27.162Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2022-12-16T19:06:27.162Z] ---> 5df745739d7a [2022-12-16T19:06:27.162Z] Step 3/32 : WORKDIR /edgex-go [2022-12-16T19:06:27.162Z] ---> Using cache [2022-12-16T19:06:27.162Z] ---> 087e38ec51c3 [2022-12-16T19:06:27.162Z] Step 4/32 : RUN apk add --update --no-cache make git [2022-12-16T19:06:27.162Z] ---> Using cache [2022-12-16T19:06:27.162Z] ---> d5e5b87e8e84 [2022-12-16T19:06:27.162Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2022-12-16T19:06:27.162Z] ---> Running in 7f4276900751 [2022-12-16T19:06:27.162Z] ---> Running in a00349908e10 [2022-12-16T19:06:30.510Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2022-12-16T19:06:30.510Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-12-16T19:06:31.098Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-12-16T19:06:33.688Z] OK: 221 MiB in 51 packages [2022-12-16T19:06:35.107Z] Removing intermediate container a00349908e10 [2022-12-16T19:06:35.107Z] ---> 89c6f436b267 [2022-12-16T19:06:35.107Z] Step 5/32 : COPY go.mod vendor* ./ [2022-12-16T19:06:36.082Z] ---> 673809db588a [2022-12-16T19:06:36.082Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-12-16T19:06:36.352Z] ---> Running in 5e77512a674a [2022-12-16T19:08:13.039Z] Removing intermediate container 5e77512a674a [2022-12-16T19:08:13.039Z] ---> 1b4fa7f602a5 [2022-12-16T19:08:13.039Z] Step 7/32 : COPY . . [2022-12-16T19:08:13.039Z] ---> 1364276781d7 [2022-12-16T19:08:13.039Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-12-16T19:08:13.039Z] ---> Running in 6a326c0a2e2c [2022-12-16T19:08:13.039Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-12-16T19:14:50.074Z] Removing intermediate container 7f4276900751 [2022-12-16T19:14:50.074Z] ---> e633c76e4e4c [2022-12-16T19:14:50.074Z] [2022-12-16T19:14:50.074Z] Step 10/22 : FROM alpine:3.16 [2022-12-16T19:14:50.074Z] 3.16: Pulling from library/alpine [2022-12-16T19:14:50.074Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2022-12-16T19:14:50.074Z] Status: Downloaded newer image for alpine:3.16 [2022-12-16T19:14:50.074Z] ---> 2b4661558fb8 [2022-12-16T19:14:50.074Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-12-16T19:14:50.074Z] ---> Running in d0d69b1070a0 [2022-12-16T19:14:50.074Z] Removing intermediate container d0d69b1070a0 [2022-12-16T19:14:50.074Z] ---> 61a5c0d43d02 [2022-12-16T19:14:50.074Z] Step 12/22 : ENV APP_PORT=59880 [2022-12-16T19:14:50.074Z] ---> Running in 8a6076f94d9b [2022-12-16T19:14:50.074Z] Removing intermediate container 8a6076f94d9b [2022-12-16T19:14:50.074Z] ---> 28b2602e172f [2022-12-16T19:14:50.074Z] Step 13/22 : EXPOSE $APP_PORT [2022-12-16T19:14:50.074Z] ---> Running in b95d9fe556e2 [2022-12-16T19:14:50.074Z] Removing intermediate container b95d9fe556e2 [2022-12-16T19:14:50.074Z] ---> 00125f7ec150 [2022-12-16T19:14:50.074Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2022-12-16T19:14:50.074Z] ---> Running in e8ffa9acc67e [2022-12-16T19:14:50.074Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-12-16T19:14:50.074Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-12-16T19:14:50.074Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-12-16T19:14:50.074Z] Executing busybox-1.35.0-r17.trigger [2022-12-16T19:14:50.074Z] OK: 5 MiB in 15 packages [2022-12-16T19:14:50.074Z] Removing intermediate container e8ffa9acc67e [2022-12-16T19:14:50.074Z] ---> b14fc6ffd340 [2022-12-16T19:14:50.074Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-12-16T19:14:50.074Z] ---> d9bfd2d8dc9a [2022-12-16T19:14:50.074Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-12-16T19:14:50.074Z] ---> af61f8ab3d15 [2022-12-16T19:14:50.074Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-12-16T19:14:50.074Z] ---> 82c117952ba1 [2022-12-16T19:14:50.074Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2022-12-16T19:14:50.074Z] ---> Running in 1ead2a4bb73e [2022-12-16T19:14:50.074Z] Removing intermediate container 1ead2a4bb73e [2022-12-16T19:14:50.074Z] ---> 42773283aba4 [2022-12-16T19:14:50.074Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-12-16T19:14:50.074Z] ---> Running in 6aef653b19ef [2022-12-16T19:14:50.074Z] Removing intermediate container 6aef653b19ef [2022-12-16T19:14:50.074Z] ---> a49ae108ac8a [2022-12-16T19:14:50.074Z] Step 20/22 : LABEL arch=arm64 [2022-12-16T19:14:50.074Z] ---> Running in 8a1a12f6d87f [2022-12-16T19:14:50.658Z] Removing intermediate container 8a1a12f6d87f [2022-12-16T19:14:50.658Z] ---> 90a09e5a2277 [2022-12-16T19:14:50.658Z] Step 21/22 : LABEL git_sha=475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:14:50.658Z] ---> Running in 68fc95fbed3b [2022-12-16T19:14:50.924Z] Removing intermediate container 68fc95fbed3b [2022-12-16T19:14:50.924Z] ---> 8cd8d774cc24 [2022-12-16T19:14:50.924Z] Step 22/22 : LABEL version=3.0.0-dev.7 [2022-12-16T19:14:51.190Z] ---> Running in 50974abf1973 [2022-12-16T19:14:51.772Z] Removing intermediate container 50974abf1973 [2022-12-16T19:14:51.772Z] ---> cff42e3a8c3f [2022-12-16T19:14:51.772Z] [2022-12-16T19:14:51.772Z] Successfully built cff42e3a8c3f [2022-12-16T19:14:51.772Z] Successfully tagged core-data-arm64:latest [2022-12-16T19:14:51.772Z]  Building core-data ... done Building security-spire-agent [2022-12-16T19:14:55.108Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-12-16T19:14:55.108Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-12-16T19:14:55.108Z] ---> 5df745739d7a [2022-12-16T19:14:55.108Z] Step 3/24 : WORKDIR /edgex-go [2022-12-16T19:14:55.108Z] ---> Using cache [2022-12-16T19:14:55.108Z] ---> 087e38ec51c3 [2022-12-16T19:14:55.108Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2022-12-16T19:14:55.108Z] ---> Using cache [2022-12-16T19:14:55.108Z] ---> e47c075f9762 [2022-12-16T19:14:55.108Z] Step 5/24 : COPY go.mod vendor* ./ [2022-12-16T19:14:55.108Z] ---> Using cache [2022-12-16T19:14:55.108Z] ---> c0aa1cc9f1ad [2022-12-16T19:14:55.108Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-12-16T19:14:55.108Z] ---> Using cache [2022-12-16T19:14:55.108Z] ---> d07bceeed954 [2022-12-16T19:14:55.108Z] Step 7/24 : COPY . . [2022-12-16T19:14:55.374Z] ---> Using cache [2022-12-16T19:14:55.374Z] ---> 8d0dfd2de0e8 [2022-12-16T19:14:55.374Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2022-12-16T19:14:55.374Z] ---> Using cache [2022-12-16T19:14:55.374Z] ---> 227cb4be4bb2 [2022-12-16T19:14:55.374Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2022-12-16T19:14:55.374Z] ---> Using cache [2022-12-16T19:14:55.374Z] ---> 99308559a778 [2022-12-16T19:14:55.374Z] 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 [2022-12-16T19:14:55.374Z] ---> Using cache [2022-12-16T19:14:55.374Z] ---> a9e6150330c0 [2022-12-16T19:14:55.374Z] Step 11/24 : WORKDIR /edgex-go [2022-12-16T19:14:55.374Z] ---> Using cache [2022-12-16T19:14:55.374Z] ---> 65628f95cc5c [2022-12-16T19:14:55.374Z] [2022-12-16T19:14:55.374Z] Step 12/24 : FROM alpine:3.15 [2022-12-16T19:14:55.374Z] ---> 8aa73fd46299 [2022-12-16T19:14:55.374Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-12-16T19:14:55.374Z] ---> Using cache [2022-12-16T19:14:55.374Z] ---> 3f95ba08f649 [2022-12-16T19:14:55.374Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-12-16T19:14:55.642Z] ---> Running in 123c4c460cdb [2022-12-16T19:14:58.238Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-12-16T19:14:58.503Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-12-16T19:14:59.923Z] v3.15.6-213-gc642bef683 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2022-12-16T19:14:59.923Z] v3.15.6-213-gc642bef683 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2022-12-16T19:14:59.924Z] OK: 15736 distinct packages available [2022-12-16T19:14:59.924Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-12-16T19:15:00.510Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-12-16T19:15:01.470Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-12-16T19:15:01.470Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-12-16T19:15:01.470Z] (3/5) Installing libucontext (1.1-r0) [2022-12-16T19:15:01.470Z] (4/5) Installing gcompat (1.0.0-r4) [2022-12-16T19:15:01.470Z] (5/5) Installing openssl (1.1.1s-r1) [2022-12-16T19:15:01.470Z] Executing busybox-1.34.1-r7.trigger [2022-12-16T19:15:01.470Z] OK: 6 MiB in 19 packages [2022-12-16T19:15:04.811Z] Removing intermediate container 123c4c460cdb [2022-12-16T19:15:04.811Z] ---> 67e0a59c559e [2022-12-16T19:15:04.811Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2022-12-16T19:15:14.881Z] ---> e1d5fe1928f7 [2022-12-16T19:15:14.881Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-12-16T19:15:14.881Z] Removing intermediate container 6a326c0a2e2c [2022-12-16T19:15:14.881Z] ---> 836e6775297e [2022-12-16T19:15:14.881Z] [2022-12-16T19:15:14.881Z] Step 9/32 : FROM alpine:3.16 [2022-12-16T19:15:14.881Z] ---> 2b4661558fb8 [2022-12-16T19:15:14.881Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-12-16T19:15:14.881Z] ---> Running in c95e7e9fc954 [2022-12-16T19:15:14.881Z] Removing intermediate container 65b5eaaa5496 [2022-12-16T19:15:14.881Z] ---> 767b401ba4c9 [2022-12-16T19:15:14.881Z] [2022-12-16T19:15:14.881Z] Step 9/19 : FROM alpine:3.15 [2022-12-16T19:15:14.881Z] ---> 8aa73fd46299 [2022-12-16T19:15:14.881Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-12-16T19:15:14.881Z] ---> Using cache [2022-12-16T19:15:14.881Z] ---> 3f95ba08f649 [2022-12-16T19:15:14.881Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-12-16T19:15:14.881Z] ---> Running in b710604d34f8 [2022-12-16T19:15:15.839Z] Removing intermediate container c95e7e9fc954 [2022-12-16T19:15:15.839Z] ---> de52c5981a87 [2022-12-16T19:15:15.839Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2022-12-16T19:15:15.839Z] ---> Running in 61d87dd2c57c [2022-12-16T19:15:17.794Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-12-16T19:15:18.060Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-12-16T19:15:18.060Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-12-16T19:15:19.016Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-12-16T19:15:19.601Z] v3.15.6-213-gc642bef683 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2022-12-16T19:15:19.601Z] v3.15.6-213-gc642bef683 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2022-12-16T19:15:19.601Z] OK: 15736 distinct packages available [2022-12-16T19:15:19.869Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-12-16T19:15:20.137Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-12-16T19:15:20.137Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-12-16T19:15:20.404Z] (2/2) Installing su-exec (0.2-r1) [2022-12-16T19:15:20.404Z] Executing busybox-1.35.0-r17.trigger [2022-12-16T19:15:20.404Z] OK: 5 MiB in 16 packages [2022-12-16T19:15:21.369Z] ---> e4dc9e935d8e [2022-12-16T19:15:21.369Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-12-16T19:15:21.636Z] (1/9) Installing ca-certificates (20220614-r0) [2022-12-16T19:15:21.636Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-12-16T19:15:21.636Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-12-16T19:15:21.905Z] (4/9) Installing libcurl (7.80.0-r4) [2022-12-16T19:15:21.905Z] (5/9) Installing curl (7.80.0-r4) [2022-12-16T19:15:21.905Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-12-16T19:15:21.905Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-12-16T19:15:21.905Z] (8/9) Installing libucontext (1.1-r0) [2022-12-16T19:15:21.905Z] (9/9) Installing gcompat (1.0.0-r4) [2022-12-16T19:15:21.905Z] Executing busybox-1.34.1-r7.trigger [2022-12-16T19:15:21.905Z] Executing ca-certificates-20220614-r0.trigger [2022-12-16T19:15:22.175Z] Removing intermediate container 61d87dd2c57c [2022-12-16T19:15:22.175Z] ---> 5945e1a71a9e [2022-12-16T19:15:22.175Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2022-12-16T19:15:22.447Z] ---> Running in 454c24a84a88 [2022-12-16T19:15:22.447Z] OK: 8 MiB in 23 packages [2022-12-16T19:15:22.447Z] ---> f3dcbc8b82af [2022-12-16T19:15:22.447Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-12-16T19:15:25.662Z] Removing intermediate container 454c24a84a88 [2022-12-16T19:15:25.662Z] ---> 03092dfdd079 [2022-12-16T19:15:25.662Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2022-12-16T19:15:25.662Z] ---> Running in 96f3fcbb36fb [2022-12-16T19:15:25.930Z] ---> 80f5188a7b26 [2022-12-16T19:15:25.930Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-12-16T19:15:26.522Z] Removing intermediate container 96f3fcbb36fb [2022-12-16T19:15:26.522Z] ---> b4b7cce62533 [2022-12-16T19:15:26.522Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2022-12-16T19:15:26.522Z] ---> Running in db4890bc8722 [2022-12-16T19:15:27.109Z] ---> 782d1d67f167 [2022-12-16T19:15:27.109Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-12-16T19:15:27.376Z] ---> Running in e58d63bf8de9 [2022-12-16T19:15:27.376Z] Removing intermediate container db4890bc8722 [2022-12-16T19:15:27.376Z] ---> 062bd43ea77c [2022-12-16T19:15:27.376Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2022-12-16T19:15:27.643Z] ---> Running in 3dae483a008f [2022-12-16T19:15:27.908Z] Removing intermediate container b710604d34f8 [2022-12-16T19:15:27.908Z] ---> c3b4f62194af [2022-12-16T19:15:27.908Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2022-12-16T19:15:28.176Z] Removing intermediate container e58d63bf8de9 [2022-12-16T19:15:28.176Z] ---> 8832dc2b0e98 [2022-12-16T19:15:28.176Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-12-16T19:15:28.176Z] ---> Running in 27494200deba [2022-12-16T19:15:28.176Z] Removing intermediate container 3dae483a008f [2022-12-16T19:15:28.176Z] ---> 5a1cabf6a616 [2022-12-16T19:15:28.443Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2022-12-16T19:15:28.443Z] ---> Running in 0370486a065f [2022-12-16T19:15:29.426Z] Removing intermediate container 27494200deba [2022-12-16T19:15:29.426Z] ---> b40bcfda6486 [2022-12-16T19:15:29.426Z] Step 22/24 : LABEL arch=arm64 [2022-12-16T19:15:29.426Z] ---> Running in ef436fb8cde8 [2022-12-16T19:15:29.700Z] ---> 302b5d1d2a30 [2022-12-16T19:15:29.700Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-12-16T19:15:30.666Z] Removing intermediate container ef436fb8cde8 [2022-12-16T19:15:30.666Z] ---> 1c24d6efcbe6 [2022-12-16T19:15:30.666Z] Step 23/24 : LABEL git_sha=475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:15:30.666Z] ---> Running in 27f2404af39d [2022-12-16T19:15:31.628Z] Removing intermediate container 27f2404af39d [2022-12-16T19:15:31.628Z] ---> 5b7a98733db1 [2022-12-16T19:15:31.628Z] Step 24/24 : LABEL version=3.0.0-dev.7 [2022-12-16T19:15:31.628Z] ---> Running in c9d04f2b5745 [2022-12-16T19:15:31.895Z] Removing intermediate container 0370486a065f [2022-12-16T19:15:32.161Z] ---> fe7e9778b53d [2022-12-16T19:15:32.161Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2022-12-16T19:15:32.161Z] ---> Running in 6f2f7935b78e [2022-12-16T19:15:32.429Z] Removing intermediate container c9d04f2b5745 [2022-12-16T19:15:32.429Z] ---> d5e08b547777 [2022-12-16T19:15:32.429Z] [2022-12-16T19:15:32.695Z] Successfully built d5e08b547777 [2022-12-16T19:15:32.695Z] Successfully tagged security-spire-agent-arm64:latest [2022-12-16T19:15:32.695Z]  Building security-spire-agent ... done Building security-secretstore-setup [2022-12-16T19:15:32.963Z] Removing intermediate container 6f2f7935b78e [2022-12-16T19:15:32.963Z] ---> 7b29530b1bb0 [2022-12-16T19:15:32.963Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2022-12-16T19:15:33.228Z] ---> 822a0657c014 [2022-12-16T19:15:33.228Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-12-16T19:15:33.818Z] ---> 33e44eaa17db [2022-12-16T19:15:33.818Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2022-12-16T19:15:34.087Z] ---> Running in daa61616c123 [2022-12-16T19:15:34.354Z] ---> e2bb08808060 [2022-12-16T19:15:34.354Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-12-16T19:15:34.625Z] ---> Running in 65a79206a857 [2022-12-16T19:15:35.207Z] Removing intermediate container 65a79206a857 [2022-12-16T19:15:35.207Z] ---> 127a5f0a57c6 [2022-12-16T19:15:35.207Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-12-16T19:15:35.474Z] ---> Running in 930f7f8808ef [2022-12-16T19:15:36.055Z] Removing intermediate container 930f7f8808ef [2022-12-16T19:15:36.055Z] ---> 068b5787a26f [2022-12-16T19:15:36.055Z] Step 17/19 : LABEL arch=arm64 [2022-12-16T19:15:36.321Z] ---> Running in 0f9843b9e3de [2022-12-16T19:15:37.279Z] Removing intermediate container 0f9843b9e3de [2022-12-16T19:15:37.279Z] ---> 5d9e933e609e [2022-12-16T19:15:37.279Z] Step 18/19 : LABEL git_sha=475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:15:37.545Z] ---> Running in f5120ba88a08 [2022-12-16T19:15:37.816Z] Removing intermediate container daa61616c123 [2022-12-16T19:15:37.816Z] ---> c94cf0144659 [2022-12-16T19:15:37.816Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2022-12-16T19:15:38.418Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-12-16T19:15:38.418Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-12-16T19:15:38.418Z] ---> 5df745739d7a [2022-12-16T19:15:38.418Z] Step 3/24 : WORKDIR /edgex-go [2022-12-16T19:15:38.418Z] ---> Using cache [2022-12-16T19:15:38.418Z] ---> 087e38ec51c3 [2022-12-16T19:15:38.418Z] Step 4/24 : RUN apk add --update --no-cache make git [2022-12-16T19:15:38.418Z] ---> Using cache [2022-12-16T19:15:38.418Z] ---> 89c6f436b267 [2022-12-16T19:15:38.418Z] Step 5/24 : COPY go.mod vendor* ./ [2022-12-16T19:15:38.418Z] Removing intermediate container f5120ba88a08 [2022-12-16T19:15:38.418Z] ---> da53064eefa4 [2022-12-16T19:15:38.418Z] Step 19/19 : LABEL version=3.0.0-dev.7 [2022-12-16T19:15:38.418Z] ---> Using cache [2022-12-16T19:15:38.418Z] ---> 673809db588a [2022-12-16T19:15:38.418Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-12-16T19:15:38.418Z] ---> Using cache [2022-12-16T19:15:38.418Z] ---> 1b4fa7f602a5 [2022-12-16T19:15:38.418Z] Step 7/24 : COPY . . [2022-12-16T19:15:38.689Z] ---> Running in 176b87d87cea [2022-12-16T19:15:38.955Z] ---> Using cache [2022-12-16T19:15:38.955Z] ---> 1364276781d7 [2022-12-16T19:15:38.955Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-12-16T19:15:39.222Z] ---> Running in 408e1dfe3b7d [2022-12-16T19:15:39.493Z] ---> 6aed27120c73 [2022-12-16T19:15:39.493Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-12-16T19:15:39.493Z] Removing intermediate container 176b87d87cea [2022-12-16T19:15:39.493Z] ---> 7e8d972a5f21 [2022-12-16T19:15:39.493Z] [2022-12-16T19:15:40.074Z] Successfully built 7e8d972a5f21 [2022-12-16T19:15:40.074Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2022-12-16T19:15:40.074Z]  Building security-spiffe-token-provider ... done Building security-proxy-setup [2022-12-16T19:15:42.014Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-12-16T19:15:42.014Z] ---> 3db5fcc65a99 [2022-12-16T19:15:42.014Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-12-16T19:15:42.974Z] ---> 342c804ba800 [2022-12-16T19:15:42.974Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-12-16T19:15:44.393Z] ---> 051a16148498 [2022-12-16T19:15:44.393Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2022-12-16T19:15:44.393Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-12-16T19:15:44.393Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2022-12-16T19:15:44.393Z] ---> 5df745739d7a [2022-12-16T19:15:44.393Z] Step 3/21 : WORKDIR /edgex-go [2022-12-16T19:15:44.393Z] ---> Using cache [2022-12-16T19:15:44.393Z] ---> 087e38ec51c3 [2022-12-16T19:15:44.393Z] Step 4/21 : RUN apk add --update --no-cache make git [2022-12-16T19:15:44.393Z] ---> Using cache [2022-12-16T19:15:44.393Z] ---> 89c6f436b267 [2022-12-16T19:15:44.393Z] Step 5/21 : COPY go.mod vendor* ./ [2022-12-16T19:15:44.394Z] ---> Using cache [2022-12-16T19:15:44.394Z] ---> 673809db588a [2022-12-16T19:15:44.394Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-12-16T19:15:44.394Z] ---> Using cache [2022-12-16T19:15:44.394Z] ---> 1b4fa7f602a5 [2022-12-16T19:15:44.394Z] Step 7/21 : COPY . . [2022-12-16T19:15:44.660Z] ---> Using cache [2022-12-16T19:15:44.660Z] ---> 1364276781d7 [2022-12-16T19:15:44.660Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-12-16T19:15:44.932Z] ---> Running in e8808eabe1cb [2022-12-16T19:15:45.894Z] ---> c8a8398ed9ca [2022-12-16T19:15:45.894Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2022-12-16T19:15:46.857Z] ---> a811d3e44297 [2022-12-16T19:15:46.857Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-12-16T19:15:47.440Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-12-16T19:15:47.711Z] ---> bd77b7acf4fb [2022-12-16T19:15:47.711Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2022-12-16T19:15:47.979Z] ---> Running in 35c30eefada9 [2022-12-16T19:15:50.569Z] Removing intermediate container 35c30eefada9 [2022-12-16T19:15:50.569Z] ---> f32f7aa5b550 [2022-12-16T19:15:50.835Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2022-12-16T19:15:50.835Z] ---> Running in f7ace84972e2 [2022-12-16T19:15:51.421Z] Removing intermediate container f7ace84972e2 [2022-12-16T19:15:51.421Z] ---> 51223f08efef [2022-12-16T19:15:51.421Z] Step 29/32 : CMD ["gate"] [2022-12-16T19:15:51.421Z] ---> Running in 3a1be18526aa [2022-12-16T19:15:52.003Z] Removing intermediate container 3a1be18526aa [2022-12-16T19:15:52.003Z] ---> 1283b0866947 [2022-12-16T19:15:52.003Z] Step 30/32 : LABEL arch=arm64 [2022-12-16T19:15:52.003Z] ---> Running in 724f41a401dd [2022-12-16T19:15:52.590Z] Removing intermediate container 724f41a401dd [2022-12-16T19:15:52.590Z] ---> e0149d4e510d [2022-12-16T19:15:52.590Z] Step 31/32 : LABEL git_sha=475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:15:52.860Z] ---> Running in e786790610cb [2022-12-16T19:15:53.456Z] Removing intermediate container e786790610cb [2022-12-16T19:15:53.456Z] ---> 01c0ebf8f790 [2022-12-16T19:15:53.456Z] Step 32/32 : LABEL version=3.0.0-dev.7 [2022-12-16T19:15:53.456Z] ---> Running in af52696425ed [2022-12-16T19:15:54.418Z] Removing intermediate container af52696425ed [2022-12-16T19:15:54.418Z] ---> 8290a3867af3 [2022-12-16T19:15:54.418Z] [2022-12-16T19:15:54.418Z] Successfully built 8290a3867af3 [2022-12-16T19:15:54.418Z] Successfully tagged security-bootstrapper-arm64:latest [2022-12-16T19:15:54.689Z] Building core-command [2022-12-16T19:16:01.329Z]  Building security-bootstrapper ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-12-16T19:16:01.329Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-12-16T19:16:01.329Z] ---> 5df745739d7a [2022-12-16T19:16:01.329Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-12-16T19:16:01.329Z] ---> Using cache [2022-12-16T19:16:01.329Z] ---> cb21f08f784c [2022-12-16T19:16:01.329Z] Step 4/23 : WORKDIR /edgex-go [2022-12-16T19:16:01.329Z] ---> Using cache [2022-12-16T19:16:01.329Z] ---> 2813815f3574 [2022-12-16T19:16:01.329Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-12-16T19:16:01.329Z] ---> Using cache [2022-12-16T19:16:01.329Z] ---> 5de043dc9876 [2022-12-16T19:16:01.329Z] Step 6/23 : COPY go.mod vendor* ./ [2022-12-16T19:16:01.329Z] ---> Using cache [2022-12-16T19:16:01.330Z] ---> 8b91bf9224bb [2022-12-16T19:16:01.330Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-12-16T19:16:01.330Z] ---> Using cache [2022-12-16T19:16:01.330Z] ---> aa408f4ce0f5 [2022-12-16T19:16:01.330Z] Step 8/23 : COPY . . [2022-12-16T19:16:01.330Z] ---> Using cache [2022-12-16T19:16:01.330Z] ---> d5e5b87e8e84 [2022-12-16T19:16:01.330Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2022-12-16T19:16:03.283Z] ---> Running in 24eba5debe1b [2022-12-16T19:16:05.229Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-12-16T19:16:10.744Z] Removing intermediate container b320a036b057 [2022-12-16T19:16:10.744Z] ---> d86ad2366c0c [2022-12-16T19:16:10.744Z] [2022-12-16T19:16:10.744Z] Step 10/22 : FROM alpine:3.16 [2022-12-16T19:16:10.744Z] ---> 2b4661558fb8 [2022-12-16T19:16:10.744Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-12-16T19:16:11.055Z] ---> Running in 4d4a838b9305 [2022-12-16T19:16:15.435Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-12-16T19:16:15.737Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-12-16T19:16:15.737Z] Removing intermediate container 9cc0e9eeaf85 [2022-12-16T19:16:15.737Z] ---> 63c799816496 [2022-12-16T19:16:15.737Z] [2022-12-16T19:16:15.737Z] Step 10/22 : FROM alpine:3.16 [2022-12-16T19:16:15.737Z] ---> 2b4661558fb8 [2022-12-16T19:16:15.737Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-12-16T19:16:15.737Z] ---> Running in 918ef78f40cf [2022-12-16T19:16:17.726Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-12-16T19:16:17.726Z] Executing busybox-1.35.0-r17.trigger [2022-12-16T19:16:17.726Z] OK: 5 MiB in 15 packages [2022-12-16T19:16:17.726Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-12-16T19:16:17.993Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-12-16T19:16:18.955Z] Removing intermediate container 4d4a838b9305 [2022-12-16T19:16:18.955Z] ---> 61f35bce9f13 [2022-12-16T19:16:18.955Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-12-16T19:16:19.222Z] ---> Running in 0847c222d574 [2022-12-16T19:16:19.803Z] (1/2) Installing ca-certificates (20220614-r0) [2022-12-16T19:16:19.803Z] Removing intermediate container 0847c222d574 [2022-12-16T19:16:19.803Z] ---> 0263497fe92f [2022-12-16T19:16:19.803Z] Step 13/22 : ENV APP_PORT=59861 [2022-12-16T19:16:19.803Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-12-16T19:16:19.803Z] Executing busybox-1.35.0-r17.trigger [2022-12-16T19:16:19.803Z] ---> Running in b0d76f3dd294 [2022-12-16T19:16:19.803Z] Executing ca-certificates-20220614-r0.trigger [2022-12-16T19:16:20.385Z] Removing intermediate container b0d76f3dd294 [2022-12-16T19:16:20.385Z] ---> 1d63d5b764c9 [2022-12-16T19:16:20.385Z] Step 14/22 : EXPOSE $APP_PORT [2022-12-16T19:16:20.653Z] OK: 6 MiB in 16 packages [2022-12-16T19:16:20.653Z] ---> Running in 70123594c8f4 [2022-12-16T19:16:21.243Z] Removing intermediate container 70123594c8f4 [2022-12-16T19:16:21.243Z] ---> aa501c8c2ede [2022-12-16T19:16:21.243Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-12-16T19:16:22.650Z] ---> 614ad50b5738 [2022-12-16T19:16:22.650Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-12-16T19:16:22.917Z] Removing intermediate container 918ef78f40cf [2022-12-16T19:16:22.917Z] ---> adf6b6fb44bf [2022-12-16T19:16:22.917Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-12-16T19:16:22.917Z] ---> Running in 6c17c94a5d9c [2022-12-16T19:16:23.499Z] Removing intermediate container 6c17c94a5d9c [2022-12-16T19:16:23.499Z] ---> d891d515ddaf [2022-12-16T19:16:23.499Z] Step 13/22 : ENV APP_PORT=59860 [2022-12-16T19:16:23.767Z] ---> Running in f327e92efdda [2022-12-16T19:16:24.730Z] Removing intermediate container f327e92efdda [2022-12-16T19:16:24.730Z] ---> 97745c7b62ea [2022-12-16T19:16:24.730Z] Step 14/22 : EXPOSE $APP_PORT [2022-12-16T19:16:24.730Z] ---> Running in baa551ef2815 [2022-12-16T19:16:25.696Z] Removing intermediate container baa551ef2815 [2022-12-16T19:16:25.696Z] ---> 1f4f2d1b5418 [2022-12-16T19:16:25.696Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-12-16T19:16:28.302Z] ---> 3b311943a207 [2022-12-16T19:16:28.302Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-12-16T19:16:28.302Z] ---> 6c54cd3449ae [2022-12-16T19:16:28.302Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-12-16T19:16:28.884Z] ---> 67bc226ccad4 [2022-12-16T19:16:28.884Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-12-16T19:16:29.152Z] ---> Running in 772a2742191b [2022-12-16T19:16:29.739Z] Removing intermediate container 772a2742191b [2022-12-16T19:16:29.739Z] ---> e90d11b711b6 [2022-12-16T19:16:29.739Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-12-16T19:16:30.010Z] ---> Running in 4e85f00e9d0e [2022-12-16T19:16:30.994Z] Removing intermediate container 4e85f00e9d0e [2022-12-16T19:16:30.994Z] ---> c1250cff2c87 [2022-12-16T19:16:30.994Z] Step 20/22 : LABEL arch=arm64 [2022-12-16T19:16:30.994Z] ---> Running in 77cb5c7a770a [2022-12-16T19:16:31.584Z] Removing intermediate container 77cb5c7a770a [2022-12-16T19:16:31.584Z] ---> 0ed3a777fc0d [2022-12-16T19:16:31.584Z] Step 21/22 : LABEL git_sha=475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:16:31.853Z] ---> Running in 74825b4da780 [2022-12-16T19:16:32.135Z] ---> 707c3804f37c [2022-12-16T19:16:32.135Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-12-16T19:16:32.402Z] Removing intermediate container 74825b4da780 [2022-12-16T19:16:32.402Z] ---> 92aac663f0bb [2022-12-16T19:16:32.402Z] Step 22/22 : LABEL version=3.0.0-dev.7 [2022-12-16T19:16:32.671Z] ---> Running in 336e3f9a7c9b [2022-12-16T19:16:33.251Z] ---> 6b0bacb20b77 [2022-12-16T19:16:33.251Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-12-16T19:16:33.251Z] ---> Running in 2b5cb0fb2a92 [2022-12-16T19:16:33.517Z] Removing intermediate container 336e3f9a7c9b [2022-12-16T19:16:33.517Z] ---> 9450e66cc63c [2022-12-16T19:16:33.517Z] [2022-12-16T19:16:33.785Z] Successfully built 9450e66cc63c [2022-12-16T19:16:33.785Z] Successfully tagged support-scheduler-arm64:latest [2022-12-16T19:16:33.785Z]  Building support-scheduler ... done Building core-metadata [2022-12-16T19:16:34.051Z] Removing intermediate container 2b5cb0fb2a92 [2022-12-16T19:16:34.051Z] ---> 286295601c87 [2022-12-16T19:16:34.051Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-12-16T19:16:34.051Z] ---> Running in ec3656401e0c [2022-12-16T19:16:34.638Z] Removing intermediate container ec3656401e0c [2022-12-16T19:16:34.638Z] ---> dc54f1ae71a4 [2022-12-16T19:16:34.638Z] Step 20/22 : LABEL arch=arm64 [2022-12-16T19:16:34.638Z] ---> Running in 7f70c3f1fe54 [2022-12-16T19:16:35.219Z] Removing intermediate container 7f70c3f1fe54 [2022-12-16T19:16:35.219Z] ---> ed0a3a24c558 [2022-12-16T19:16:35.219Z] Step 21/22 : LABEL git_sha=475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:16:35.219Z] ---> Running in ef7744cec41b [2022-12-16T19:16:35.805Z] Removing intermediate container ef7744cec41b [2022-12-16T19:16:35.805Z] ---> de42c1c8278e [2022-12-16T19:16:35.805Z] Step 22/22 : LABEL version=3.0.0-dev.7 [2022-12-16T19:16:35.805Z] ---> Running in 947b408c5e4b [2022-12-16T19:16:36.392Z] Removing intermediate container 947b408c5e4b [2022-12-16T19:16:36.392Z] ---> e15790c630c3 [2022-12-16T19:16:36.392Z] [2022-12-16T19:16:36.392Z] Successfully built e15790c630c3 [2022-12-16T19:16:36.657Z] Successfully tagged support-notifications-arm64:latest [2022-12-16T19:16:36.657Z]  Building support-notifications ... done Building sys-mgmt-agent [2022-12-16T19:16:39.232Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-12-16T19:16:39.232Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-12-16T19:16:39.232Z] ---> 5df745739d7a [2022-12-16T19:16:39.232Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-12-16T19:16:39.232Z] ---> Using cache [2022-12-16T19:16:39.232Z] ---> cb21f08f784c [2022-12-16T19:16:39.232Z] Step 4/24 : WORKDIR /edgex-go [2022-12-16T19:16:39.232Z] ---> Using cache [2022-12-16T19:16:39.232Z] ---> 2813815f3574 [2022-12-16T19:16:39.232Z] Step 5/24 : RUN apk add --update --no-cache make git [2022-12-16T19:16:39.232Z] ---> Using cache [2022-12-16T19:16:39.232Z] ---> 5de043dc9876 [2022-12-16T19:16:39.232Z] Step 6/24 : COPY go.mod vendor* ./ [2022-12-16T19:16:39.232Z] ---> Using cache [2022-12-16T19:16:39.232Z] ---> 8b91bf9224bb [2022-12-16T19:16:39.232Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-12-16T19:16:39.232Z] ---> Using cache [2022-12-16T19:16:39.232Z] ---> aa408f4ce0f5 [2022-12-16T19:16:39.232Z] Step 8/24 : COPY . . [2022-12-16T19:16:39.232Z] ---> Using cache [2022-12-16T19:16:39.232Z] ---> d5e5b87e8e84 [2022-12-16T19:16:39.232Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2022-12-16T19:16:41.175Z] ---> Running in d21c4fc46fd6 [2022-12-16T19:16:41.175Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-12-16T19:16:41.175Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-12-16T19:16:41.175Z] ---> 5df745739d7a [2022-12-16T19:16:41.175Z] Step 3/22 : WORKDIR /edgex-go [2022-12-16T19:16:41.175Z] ---> Using cache [2022-12-16T19:16:41.175Z] ---> 087e38ec51c3 [2022-12-16T19:16:41.175Z] Step 4/22 : RUN apk add --update --no-cache make bash git [2022-12-16T19:16:41.442Z] ---> Running in 56850a9920e5 [2022-12-16T19:16:43.383Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-12-16T19:16:43.649Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-12-16T19:16:44.234Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-12-16T19:16:45.648Z] OK: 221 MiB in 51 packages [2022-12-16T19:16:47.064Z] Removing intermediate container 56850a9920e5 [2022-12-16T19:16:47.064Z] ---> 4c0595800cd2 [2022-12-16T19:16:47.064Z] Step 5/22 : COPY go.mod vendor* ./ [2022-12-16T19:16:47.650Z] ---> bc95f6e834a4 [2022-12-16T19:16:47.650Z] Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-12-16T19:16:47.929Z] ---> Running in f21f7d41d20f [2022-12-16T19:18:09.566Z] Removing intermediate container f21f7d41d20f [2022-12-16T19:18:09.566Z] ---> ae63d698d2d5 [2022-12-16T19:18:09.566Z] Step 7/22 : COPY . . [2022-12-16T19:18:09.566Z] ---> 297b417a2fd4 [2022-12-16T19:18:09.566Z] Step 8/22 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-12-16T19:18:09.566Z] ---> Running in 9c237b823343 [2022-12-16T19:18:09.566Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-12-16T19:21:46.358Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-12-16T19:21:48.298Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-12-16T19:22:10.364Z] Removing intermediate container e8808eabe1cb [2022-12-16T19:22:10.364Z] ---> 5bdbdea03572 [2022-12-16T19:22:10.364Z] [2022-12-16T19:22:10.364Z] Step 9/21 : FROM alpine:3.16 [2022-12-16T19:22:10.364Z] ---> 2b4661558fb8 [2022-12-16T19:22:10.364Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2022-12-16T19:22:10.364Z] ---> Running in f8629e6b5ad4 [2022-12-16T19:22:10.364Z] Removing intermediate container 408e1dfe3b7d [2022-12-16T19:22:10.364Z] ---> 0ccdbc3387c9 [2022-12-16T19:22:10.364Z] [2022-12-16T19:22:10.364Z] Step 9/24 : FROM alpine:3.16 [2022-12-16T19:22:10.364Z] ---> 2b4661558fb8 [2022-12-16T19:22:10.364Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-12-16T19:22:10.364Z] ---> Running in 504560e27790 [2022-12-16T19:22:11.770Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-12-16T19:22:11.770Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-12-16T19:22:12.036Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-12-16T19:22:12.303Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-12-16T19:22:13.718Z] (1/6) Installing ca-certificates (20220614-r0) [2022-12-16T19:22:13.718Z] (1/3) Installing ca-certificates (20220614-r0) [2022-12-16T19:22:13.718Z] (2/6) Installing brotli-libs (1.0.9-r6) [2022-12-16T19:22:13.718Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2022-12-16T19:22:13.718Z] (4/6) Installing libcurl (7.83.1-r4) [2022-12-16T19:22:13.718Z] (5/6) Installing curl (7.83.1-r4) [2022-12-16T19:22:13.718Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-12-16T19:22:13.718Z] Executing busybox-1.35.0-r17.trigger [2022-12-16T19:22:13.718Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-12-16T19:22:13.718Z] (3/3) Installing su-exec (0.2-r1) [2022-12-16T19:22:13.718Z] Executing ca-certificates-20220614-r0.trigger [2022-12-16T19:22:13.718Z] Executing busybox-1.35.0-r17.trigger [2022-12-16T19:22:13.986Z] Executing ca-certificates-20220614-r0.trigger [2022-12-16T19:22:14.255Z] OK: 8 MiB in 20 packages [2022-12-16T19:22:14.527Z] OK: 6 MiB in 17 packages [2022-12-16T19:22:17.880Z] Removing intermediate container 504560e27790 [2022-12-16T19:22:17.880Z] Removing intermediate container f8629e6b5ad4 [2022-12-16T19:22:17.880Z] ---> 9a047c1f6e4a [2022-12-16T19:22:17.880Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-12-16T19:22:17.880Z] ---> 34163bbd1abc [2022-12-16T19:22:17.880Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-12-16T19:22:18.158Z] ---> Running in 69e9e13f968c [2022-12-16T19:22:18.158Z] ---> Running in b385b9c0172c [2022-12-16T19:22:18.744Z] Removing intermediate container b385b9c0172c [2022-12-16T19:22:18.744Z] ---> 755cc41e04de [2022-12-16T19:22:18.744Z] Step 12/24 : WORKDIR / [2022-12-16T19:22:18.744Z] ---> Running in b52d139810c3 [2022-12-16T19:22:18.744Z] Removing intermediate container 69e9e13f968c [2022-12-16T19:22:18.744Z] ---> 2e2492473736 [2022-12-16T19:22:18.744Z] Step 12/21 : WORKDIR /edgex [2022-12-16T19:22:19.015Z] ---> Running in 1c59de38f137 [2022-12-16T19:22:19.642Z] Removing intermediate container b52d139810c3 [2022-12-16T19:22:19.642Z] ---> 47e43b5b7677 [2022-12-16T19:22:19.642Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2022-12-16T19:22:19.642Z] Removing intermediate container 1c59de38f137 [2022-12-16T19:22:19.642Z] ---> 603844425460 [2022-12-16T19:22:19.642Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-12-16T19:22:21.065Z] ---> 47a3aa4f2a52 [2022-12-16T19:22:21.066Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2022-12-16T19:22:21.066Z] ---> 086bbdbef2a5 [2022-12-16T19:22:21.066Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-12-16T19:22:22.478Z] ---> 99d11d6e6661 [2022-12-16T19:22:22.478Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-12-16T19:22:23.071Z] ---> 9fffccdb5cc4 [2022-12-16T19:22:23.071Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-12-16T19:22:23.656Z] ---> 1c0d10851918 [2022-12-16T19:22:23.656Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2022-12-16T19:22:25.063Z] ---> 7e65f877bf26 [2022-12-16T19:22:25.063Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-12-16T19:22:25.063Z] ---> 344353311500 [2022-12-16T19:22:25.063Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-12-16T19:22:26.024Z] ---> a58f93bce863 [2022-12-16T19:22:26.024Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-12-16T19:22:26.292Z] ---> Running in 7155b498e43f [2022-12-16T19:22:28.883Z] ---> 96e0b6ab4812 [2022-12-16T19:22:28.883Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-12-16T19:22:30.290Z] Removing intermediate container 7155b498e43f [2022-12-16T19:22:30.290Z] ---> 146060a86b6b [2022-12-16T19:22:30.290Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2022-12-16T19:22:30.290Z] ---> Running in bfb5ece45d8f [2022-12-16T19:22:31.246Z] Removing intermediate container bfb5ece45d8f [2022-12-16T19:22:31.246Z] ---> 53665aceb293 [2022-12-16T19:22:31.246Z] Step 19/21 : LABEL arch=arm64 [2022-12-16T19:22:31.246Z] ---> 4f8a432b4ecc [2022-12-16T19:22:31.246Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-12-16T19:22:31.246Z] ---> Running in e34c64493fa0 [2022-12-16T19:22:32.204Z] Removing intermediate container e34c64493fa0 [2022-12-16T19:22:32.204Z] ---> 1d948d5cb0f8 [2022-12-16T19:22:32.204Z] Step 20/21 : LABEL git_sha=475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:22:32.204Z] ---> e9d74f0218b7 [2022-12-16T19:22:32.204Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-12-16T19:22:32.204Z] ---> Running in 66fb4e46d9a3 [2022-12-16T19:22:32.472Z] ---> Running in 569a39539507 [2022-12-16T19:22:33.059Z] Removing intermediate container 66fb4e46d9a3 [2022-12-16T19:22:33.059Z] ---> 57cdcf250d46 [2022-12-16T19:22:33.059Z] Step 21/21 : LABEL version=3.0.0-dev.7 [2022-12-16T19:22:33.059Z] ---> Running in 9f4b602e7663 [2022-12-16T19:22:33.648Z] Removing intermediate container 9f4b602e7663 [2022-12-16T19:22:33.648Z] ---> e8ef5c403a1c [2022-12-16T19:22:33.648Z] [2022-12-16T19:22:33.916Z] Successfully built e8ef5c403a1c [2022-12-16T19:22:33.916Z] Successfully tagged security-proxy-setup-arm64:latest [2022-12-16T19:22:35.864Z]  Building security-proxy-setup ... done Removing intermediate container 569a39539507 [2022-12-16T19:22:35.864Z] ---> 2e89f28f05b8 [2022-12-16T19:22:35.864Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2022-12-16T19:22:35.864Z] ---> Running in 150dff2e748e [2022-12-16T19:22:36.136Z] Removing intermediate container 150dff2e748e [2022-12-16T19:22:36.136Z] ---> b21163f31646 [2022-12-16T19:22:36.136Z] Step 22/24 : LABEL arch=arm64 [2022-12-16T19:22:36.403Z] ---> Running in 7a454c8101ae [2022-12-16T19:22:36.988Z] Removing intermediate container 7a454c8101ae [2022-12-16T19:22:36.988Z] ---> 64318e2ceaa3 [2022-12-16T19:22:36.988Z] Step 23/24 : LABEL git_sha=475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:22:36.988Z] ---> Running in a655ec7dd863 [2022-12-16T19:22:37.591Z] Removing intermediate container a655ec7dd863 [2022-12-16T19:22:37.591Z] ---> 38829d3c2818 [2022-12-16T19:22:37.591Z] Step 24/24 : LABEL version=3.0.0-dev.7 [2022-12-16T19:22:37.591Z] ---> Running in 011ec579453b [2022-12-16T19:22:37.860Z] Removing intermediate container 011ec579453b [2022-12-16T19:22:38.128Z] ---> 534ad837a7e4 [2022-12-16T19:22:38.128Z] [2022-12-16T19:22:38.128Z] Successfully built 534ad837a7e4 [2022-12-16T19:22:38.128Z] Successfully tagged security-secretstore-setup-arm64:latest [2022-12-16T19:22:56.336Z]  Building security-secretstore-setup ... done Removing intermediate container 24eba5debe1b [2022-12-16T19:22:56.336Z] ---> e2b9f09128c7 [2022-12-16T19:22:56.336Z] [2022-12-16T19:22:56.336Z] Step 10/23 : FROM alpine:3.16 [2022-12-16T19:22:56.336Z] ---> 2b4661558fb8 [2022-12-16T19:22:56.336Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-12-16T19:22:56.336Z] ---> Using cache [2022-12-16T19:22:56.336Z] ---> 61f35bce9f13 [2022-12-16T19:22:56.336Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-12-16T19:22:56.336Z] ---> Using cache [2022-12-16T19:22:56.336Z] ---> 0263497fe92f [2022-12-16T19:22:56.336Z] Step 13/23 : ENV APP_PORT=59882 [2022-12-16T19:22:56.602Z] ---> Running in 41a4f7dadea5 [2022-12-16T19:22:56.868Z] Removing intermediate container 41a4f7dadea5 [2022-12-16T19:22:57.135Z] ---> b86c5bfda9de [2022-12-16T19:22:57.135Z] Step 14/23 : EXPOSE $APP_PORT [2022-12-16T19:22:57.135Z] ---> Running in d967b41aab81 [2022-12-16T19:22:57.729Z] Removing intermediate container d967b41aab81 [2022-12-16T19:22:57.729Z] ---> 8b0a90d8e736 [2022-12-16T19:22:57.729Z] Step 15/23 : WORKDIR / [2022-12-16T19:22:57.729Z] ---> Running in d896c2771817 [2022-12-16T19:22:58.315Z] Removing intermediate container d896c2771817 [2022-12-16T19:22:58.315Z] ---> e39a6898118f [2022-12-16T19:22:58.315Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-12-16T19:22:59.274Z] ---> c804f788814d [2022-12-16T19:22:59.274Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-12-16T19:23:01.218Z] ---> 92eeb8b11740 [2022-12-16T19:23:01.218Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-12-16T19:23:02.188Z] ---> 9239f9d1ea7b [2022-12-16T19:23:02.188Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-12-16T19:23:02.188Z] ---> Running in 173448efbf27 [2022-12-16T19:23:02.468Z] Removing intermediate container 173448efbf27 [2022-12-16T19:23:02.468Z] ---> 1d531ec1b466 [2022-12-16T19:23:02.468Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-12-16T19:23:02.736Z] ---> Running in 67f5015ad5a9 [2022-12-16T19:23:03.319Z] Removing intermediate container 67f5015ad5a9 [2022-12-16T19:23:03.319Z] ---> dafd2f9712a7 [2022-12-16T19:23:03.319Z] Step 21/23 : LABEL arch=arm64 [2022-12-16T19:23:03.319Z] ---> Running in 9c6cd4851230 [2022-12-16T19:23:03.586Z] Removing intermediate container 9c6cd4851230 [2022-12-16T19:23:03.586Z] ---> ed0b978bbf2d [2022-12-16T19:23:03.586Z] Step 22/23 : LABEL git_sha=475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:23:03.853Z] ---> Running in 68f9b045b7c2 [2022-12-16T19:23:04.443Z] Removing intermediate container 68f9b045b7c2 [2022-12-16T19:23:04.443Z] ---> 58c06b0d51cf [2022-12-16T19:23:04.443Z] Step 23/23 : LABEL version=3.0.0-dev.7 [2022-12-16T19:23:04.443Z] ---> Running in e4f6e64669b1 [2022-12-16T19:23:05.030Z] Removing intermediate container e4f6e64669b1 [2022-12-16T19:23:05.030Z] ---> d9c4743536a9 [2022-12-16T19:23:05.030Z] [2022-12-16T19:23:05.030Z] Successfully built d9c4743536a9 [2022-12-16T19:23:05.030Z] Successfully tagged core-command-arm64:latest [2022-12-16T19:23:23.512Z]  Building core-command ... done Removing intermediate container d21c4fc46fd6 [2022-12-16T19:23:23.512Z] ---> 2ecfec404dd8 [2022-12-16T19:23:23.512Z] [2022-12-16T19:23:23.512Z] Step 10/24 : FROM alpine:3.16 [2022-12-16T19:23:23.512Z] ---> 2b4661558fb8 [2022-12-16T19:23:23.512Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2022-12-16T19:23:23.512Z] ---> Using cache [2022-12-16T19:23:23.512Z] ---> 61f35bce9f13 [2022-12-16T19:23:23.512Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-12-16T19:23:23.512Z] ---> Using cache [2022-12-16T19:23:23.512Z] ---> 0263497fe92f [2022-12-16T19:23:23.512Z] Step 13/24 : ENV APP_PORT=59881 [2022-12-16T19:23:23.512Z] ---> Running in 795da030ba1c [2022-12-16T19:23:23.512Z] Removing intermediate container 795da030ba1c [2022-12-16T19:23:23.512Z] ---> 96feef73e0ef [2022-12-16T19:23:23.512Z] Step 14/24 : EXPOSE $APP_PORT [2022-12-16T19:23:23.512Z] ---> Running in a4b703bf45cd [2022-12-16T19:23:23.512Z] Removing intermediate container a4b703bf45cd [2022-12-16T19:23:23.512Z] ---> ee4fa332fa5a [2022-12-16T19:23:23.512Z] Step 15/24 : WORKDIR / [2022-12-16T19:23:23.512Z] ---> Running in 248239fe1a53 [2022-12-16T19:23:23.512Z] Removing intermediate container 248239fe1a53 [2022-12-16T19:23:23.512Z] ---> a9a81129ce89 [2022-12-16T19:23:23.512Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-12-16T19:23:23.512Z] Removing intermediate container 9c237b823343 [2022-12-16T19:23:23.512Z] ---> 968f1016f991 [2022-12-16T19:23:23.512Z] Step 9/22 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-12-16T19:23:23.512Z] ---> Running in 7f3c18e71486 [2022-12-16T19:23:24.121Z] ---> af1c396bcac3 [2022-12-16T19:23:24.121Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-12-16T19:23:25.083Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-12-16T19:23:25.083Z] ---> a6f72e131283 [2022-12-16T19:23:25.083Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-12-16T19:23:25.668Z] ---> 11f3e03953a0 [2022-12-16T19:23:25.668Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2022-12-16T19:23:26.254Z] ---> 3e59ab8646eb [2022-12-16T19:23:26.254Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2022-12-16T19:23:26.254Z] ---> Running in f042c1f034a8 [2022-12-16T19:23:26.846Z] Removing intermediate container f042c1f034a8 [2022-12-16T19:23:26.846Z] ---> c373fe3b73ff [2022-12-16T19:23:26.846Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-12-16T19:23:26.846Z] ---> Running in 104ca2d6a501 [2022-12-16T19:23:27.111Z] Removing intermediate container 104ca2d6a501 [2022-12-16T19:23:27.111Z] ---> aef524e5cf8e [2022-12-16T19:23:27.111Z] Step 22/24 : LABEL arch=arm64 [2022-12-16T19:23:27.376Z] ---> Running in c518e87384f9 [2022-12-16T19:23:27.645Z] Removing intermediate container 7f3c18e71486 [2022-12-16T19:23:27.645Z] ---> 184f9a2c38d7 [2022-12-16T19:23:27.645Z] [2022-12-16T19:23:27.645Z] Step 10/22 : FROM alpine:3.16 [2022-12-16T19:23:27.645Z] ---> 2b4661558fb8 [2022-12-16T19:23:27.645Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2022-12-16T19:23:27.645Z] Removing intermediate container c518e87384f9 [2022-12-16T19:23:27.645Z] ---> d7ae793b915c [2022-12-16T19:23:27.645Z] Step 23/24 : LABEL git_sha=475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:23:27.645Z] ---> Running in 44f254bca255 [2022-12-16T19:23:27.645Z] ---> Running in a7594aa20e63 [2022-12-16T19:23:28.227Z] Removing intermediate container 44f254bca255 [2022-12-16T19:23:28.227Z] ---> f159360628f1 [2022-12-16T19:23:28.227Z] Step 24/24 : LABEL version=3.0.0-dev.7 [2022-12-16T19:23:28.227Z] Removing intermediate container a7594aa20e63 [2022-12-16T19:23:28.227Z] ---> 935781f6895c [2022-12-16T19:23:28.227Z] Step 12/22 : RUN apk add --update --no-cache bash dumb-init py3-pip curl docker-cli && pip install --no-cache-dir docker-compose==1.23.2 [2022-12-16T19:23:28.227Z] ---> Running in 990eae8e57b8 [2022-12-16T19:23:28.227Z] ---> Running in 88f9a6e763ef [2022-12-16T19:23:28.493Z] Removing intermediate container 990eae8e57b8 [2022-12-16T19:23:28.493Z] ---> 62e389e3ba15 [2022-12-16T19:23:28.493Z] [2022-12-16T19:23:28.761Z] Successfully built 62e389e3ba15 [2022-12-16T19:23:28.761Z] Successfully tagged core-metadata-arm64:latest [2022-12-16T19:23:29.344Z]  Building core-metadata ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-12-16T19:23:29.611Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-12-16T19:23:31.027Z] (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2022-12-16T19:23:31.027Z] (2/33) Installing ncurses-libs (6.3_p20220521-r0) [2022-12-16T19:23:31.027Z] (3/33) Installing readline (8.1.2-r0) [2022-12-16T19:23:31.027Z] (4/33) Installing bash (5.1.16-r2) [2022-12-16T19:23:31.028Z] Executing bash-5.1.16-r2.post-install [2022-12-16T19:23:31.028Z] (5/33) Installing ca-certificates (20220614-r0) [2022-12-16T19:23:31.028Z] (6/33) Installing brotli-libs (1.0.9-r6) [2022-12-16T19:23:31.028Z] (7/33) Installing nghttp2-libs (1.47.0-r0) [2022-12-16T19:23:31.028Z] (8/33) Installing libcurl (7.83.1-r4) [2022-12-16T19:23:31.028Z] (9/33) Installing curl (7.83.1-r4) [2022-12-16T19:23:31.028Z] (10/33) Installing docker-cli (20.10.20-r0) [2022-12-16T19:23:31.990Z] (11/33) Installing dumb-init (1.2.5-r1) [2022-12-16T19:23:31.990Z] (12/33) Installing libbz2 (1.0.8-r1) [2022-12-16T19:23:31.990Z] (13/33) Installing expat (2.5.0-r0) [2022-12-16T19:23:31.990Z] (14/33) Installing libffi (3.4.2-r1) [2022-12-16T19:23:31.990Z] (15/33) Installing gdbm (1.23-r0) [2022-12-16T19:23:31.990Z] (16/33) Installing xz-libs (5.2.5-r1) [2022-12-16T19:23:31.990Z] (17/33) Installing libgcc (11.2.1_git20220219-r2) [2022-12-16T19:23:31.990Z] (18/33) Installing libstdc++ (11.2.1_git20220219-r2) [2022-12-16T19:23:31.990Z] (19/33) Installing mpdecimal (2.5.1-r1) [2022-12-16T19:23:31.990Z] (20/33) Installing sqlite-libs (3.38.5-r0) [2022-12-16T19:23:31.990Z] (21/33) Installing python3 (3.10.9-r0) [2022-12-16T19:23:34.563Z] (22/33) Installing py3-contextlib2 (21.6.0-r2) [2022-12-16T19:23:34.563Z] (23/33) Installing py3-tomli (2.0.1-r1) [2022-12-16T19:23:34.563Z] (24/33) Installing py3-pep517 (0.12.0-r2) [2022-12-16T19:23:34.563Z] (25/33) Installing py3-six (1.16.0-r1) [2022-12-16T19:23:34.563Z] (26/33) Installing py3-retrying (1.3.3-r3) [2022-12-16T19:23:34.563Z] (27/33) Installing py3-appdirs (1.4.4-r3) [2022-12-16T19:23:34.563Z] (28/33) Installing py3-more-itertools (8.13.0-r0) [2022-12-16T19:23:34.563Z] (29/33) Installing py3-ordered-set (4.0.2-r3) [2022-12-16T19:23:34.563Z] (30/33) Installing py3-parsing (2.4.7-r3) [2022-12-16T19:23:34.563Z] (31/33) Installing py3-packaging (21.3-r0) [2022-12-16T19:23:34.563Z] (32/33) Installing py3-setuptools (59.4.0-r0) [2022-12-16T19:23:34.563Z] (33/33) Installing py3-pip (22.1.1-r0) [2022-12-16T19:23:35.144Z] Executing busybox-1.35.0-r17.trigger [2022-12-16T19:23:35.412Z] Executing ca-certificates-20220614-r0.trigger [2022-12-16T19:23:35.412Z] OK: 121 MiB in 47 packages [2022-12-16T19:23:50.386Z] Collecting docker-compose==1.23.2 [2022-12-16T19:23:50.386Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-12-16T19:23:50.386Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 12.1 MB/s eta 0:00:00 [2022-12-16T19:23:50.386Z] Collecting websocket-client<1.0,>=0.32.0 [2022-12-16T19:23:50.386Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-12-16T19:23:50.386Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 13.1 MB/s eta 0:00:00 [2022-12-16T19:23:50.386Z] Collecting docopt<0.7,>=0.6.1 [2022-12-16T19:23:50.386Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-12-16T19:23:50.386Z] Preparing metadata (setup.py): started [2022-12-16T19:23:51.342Z] Preparing metadata (setup.py): finished with status 'done' [2022-12-16T19:23:51.606Z] Collecting texttable<0.10,>=0.9.0 [2022-12-16T19:23:51.606Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-12-16T19:23:51.606Z] Preparing metadata (setup.py): started [2022-12-16T19:23:53.540Z] Preparing metadata (setup.py): finished with status 'done' [2022-12-16T19:23:53.540Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.10/site-packages (from docker-compose==1.23.2) (1.16.0) [2022-12-16T19:23:54.497Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-12-16T19:23:54.497Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-12-16T19:23:54.497Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 15.4 MB/s eta 0:00:00 [2022-12-16T19:23:54.762Z] Collecting cached-property<2,>=1.2.0 [2022-12-16T19:23:54.762Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-12-16T19:23:55.027Z] Collecting jsonschema<3,>=2.5.1 [2022-12-16T19:23:55.027Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-12-16T19:23:55.607Z] Collecting PyYAML<4,>=3.10 [2022-12-16T19:23:55.607Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-12-16T19:23:55.871Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 14.2 MB/s eta 0:00:00 [2022-12-16T19:23:57.274Z] Preparing metadata (setup.py): started [2022-12-16T19:23:59.213Z] Preparing metadata (setup.py): finished with status 'done' [2022-12-16T19:23:59.213Z] Collecting dockerpty<0.5,>=0.4.1 [2022-12-16T19:23:59.213Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-12-16T19:23:59.213Z] Preparing metadata (setup.py): started [2022-12-16T19:24:00.615Z] Preparing metadata (setup.py): finished with status 'done' [2022-12-16T19:24:01.192Z] Collecting docker<4.0,>=3.6.0 [2022-12-16T19:24:01.192Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-12-16T19:24:01.192Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 17.6 MB/s eta 0:00:00 [2022-12-16T19:24:01.458Z] Collecting docker-pycreds>=0.4.0 [2022-12-16T19:24:01.458Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-12-16T19:24:02.860Z] Collecting urllib3<1.25,>=1.21.1 [2022-12-16T19:24:02.860Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-12-16T19:24:02.860Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 20.8 MB/s eta 0:00:00 [2022-12-16T19:24:02.860Z] Collecting idna<2.8,>=2.5 [2022-12-16T19:24:02.860Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-12-16T19:24:02.860Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 18.4 MB/s eta 0:00:00 [2022-12-16T19:24:03.125Z] Collecting certifi>=2017.4.17 [2022-12-16T19:24:03.125Z] Downloading certifi-2022.12.7-py3-none-any.whl (155 kB) [2022-12-16T19:24:03.125Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155.3/155.3 kB 20.6 MB/s eta 0:00:00 [2022-12-16T19:24:03.392Z] Collecting chardet<3.1.0,>=3.0.2 [2022-12-16T19:24:03.392Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-12-16T19:24:03.392Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 19.3 MB/s eta 0:00:00 [2022-12-16T19:24:03.659Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-12-16T19:24:03.659Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-12-16T19:24:03.926Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-12-16T19:24:03.926Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-12-16T19:24:04.881Z] Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose [2022-12-16T19:24:04.881Z] Running setup.py install for texttable: started [2022-12-16T19:24:06.820Z] Running setup.py install for texttable: finished with status 'done' [2022-12-16T19:24:06.820Z] Running setup.py install for PyYAML: started [2022-12-16T19:24:09.394Z] Running setup.py install for PyYAML: finished with status 'done' [2022-12-16T19:24:10.796Z] Running setup.py install for docopt: started [2022-12-16T19:24:12.735Z] Running setup.py install for docopt: finished with status 'done' [2022-12-16T19:24:15.304Z] Running setup.py install for dockerpty: started [2022-12-16T19:24:17.870Z] Running setup.py install for dockerpty: finished with status 'done' [2022-12-16T19:24:21.338Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2022.12.7 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 [2022-12-16T19:24:21.338Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2022-12-16T19:24:29.533Z] Removing intermediate container 88f9a6e763ef [2022-12-16T19:24:29.533Z] ---> ba07e1e95e08 [2022-12-16T19:24:29.533Z] Step 13/22 : ENV APP_PORT=58890 [2022-12-16T19:24:29.533Z] ---> Running in 14995946e661 [2022-12-16T19:24:29.533Z] Removing intermediate container 14995946e661 [2022-12-16T19:24:29.533Z] ---> eb12c20a2d74 [2022-12-16T19:24:29.533Z] Step 14/22 : EXPOSE $APP_PORT [2022-12-16T19:24:29.533Z] ---> Running in 7a3fd61016a4 [2022-12-16T19:24:29.533Z] Removing intermediate container 7a3fd61016a4 [2022-12-16T19:24:29.533Z] ---> 43132c199ec2 [2022-12-16T19:24:29.533Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-12-16T19:24:30.115Z] ---> 31ec75bb66dd [2022-12-16T19:24:30.115Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-12-16T19:24:30.694Z] ---> ea1e01faefd6 [2022-12-16T19:24:30.694Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-12-16T19:24:31.281Z] ---> 1d2cd9c99bbb [2022-12-16T19:24:31.281Z] Step 18/22 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-12-16T19:24:31.281Z] ---> Running in 6c03a3039326 [2022-12-16T19:24:31.547Z] Removing intermediate container 6c03a3039326 [2022-12-16T19:24:31.547Z] ---> fd6ade15632b [2022-12-16T19:24:31.548Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-12-16T19:24:31.548Z] ---> Running in 3a47c07a6f71 [2022-12-16T19:24:31.819Z] Removing intermediate container 3a47c07a6f71 [2022-12-16T19:24:31.819Z] ---> 88013f2358a6 [2022-12-16T19:24:31.819Z] Step 20/22 : LABEL arch=arm64 [2022-12-16T19:24:32.083Z] ---> Running in f6ab0f519ff3 [2022-12-16T19:24:32.348Z] Removing intermediate container f6ab0f519ff3 [2022-12-16T19:24:32.348Z] ---> b08e55a5db8a [2022-12-16T19:24:32.348Z] Step 21/22 : LABEL git_sha=475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:24:32.348Z] ---> Running in 715fef5b13f3 [2022-12-16T19:24:32.614Z] Removing intermediate container 715fef5b13f3 [2022-12-16T19:24:32.614Z] ---> e5c18f216601 [2022-12-16T19:24:32.614Z] Step 22/22 : LABEL version=3.0.0-dev.7 [2022-12-16T19:24:32.614Z] ---> Running in 01af4e2bfb8c [2022-12-16T19:24:32.880Z] Removing intermediate container 01af4e2bfb8c [2022-12-16T19:24:32.880Z] ---> cb95f4914e54 [2022-12-16T19:24:32.880Z] [2022-12-16T19:24:33.146Z] Successfully built cb95f4914e54 [2022-12-16T19:24:33.146Z] Successfully tagged sys-mgmt-agent-arm64:latest [2022-12-16T19:24:33.421Z]  Building sys-mgmt-agent ... done  [Pipeline] } [2022-12-16T19:24:33.429Z] $ docker stop --time=1 0971d541c31a4ad9d173f5e6f61e0494c1ffae5f1317586638f514991d73aefa [2022-12-16T19:24:35.053Z] $ docker rm -f --volumes 0971d541c31a4ad9d173f5e6f61e0494c1ffae5f1317586638f514991d73aefa [Pipeline] // withDockerContainer [Pipeline] sh [2022-12-16T19:24:35.509Z] + docker images [2022-12-16T19:24:35.775Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-12-16T19:24:35.775Z] sys-mgmt-agent-arm64 latest cb95f4914e54 3 seconds ago 134MB [2022-12-16T19:24:35.775Z] core-metadata-arm64 latest 62e389e3ba15 About a minute ago 17.8MB [2022-12-16T19:24:35.775Z] 184f9a2c38d7 About a minute ago 1.25GB [2022-12-16T19:24:35.775Z] 2ecfec404dd8 About a minute ago 1.28GB [2022-12-16T19:24:35.775Z] core-command-arm64 latest d9c4743536a9 About a minute ago 17MB [2022-12-16T19:24:35.775Z] e2b9f09128c7 About a minute ago 1.27GB [2022-12-16T19:24:35.775Z] security-secretstore-setup-arm64 latest 534ad837a7e4 About a minute ago 28.7MB [2022-12-16T19:24:35.775Z] security-proxy-setup-arm64 latest e8ef5c403a1c 2 minutes ago 26.8MB [2022-12-16T19:24:35.775Z] 0ccdbc3387c9 2 minutes ago 1.26GB [2022-12-16T19:24:35.775Z] 5bdbdea03572 2 minutes ago 1.26GB [2022-12-16T19:24:35.775Z] support-notifications-arm64 latest e15790c630c3 7 minutes ago 29.5MB [2022-12-16T19:24:35.775Z] support-scheduler-arm64 latest 9450e66cc63c 8 minutes ago 29MB [2022-12-16T19:24:35.775Z] 63c799816496 8 minutes ago 1.33GB [2022-12-16T19:24:35.775Z] d86ad2366c0c 8 minutes ago 1.33GB [2022-12-16T19:24:35.775Z] security-bootstrapper-arm64 latest 8290a3867af3 8 minutes ago 19.5MB [2022-12-16T19:24:35.775Z] security-spiffe-token-provider-arm64 latest 7e8d972a5f21 8 minutes ago 28.9MB [2022-12-16T19:24:35.775Z] security-spire-agent-arm64 latest d5e08b547777 9 minutes ago 122MB [2022-12-16T19:24:35.775Z] 767b401ba4c9 9 minutes ago 1.3GB [2022-12-16T19:24:35.775Z] 836e6775297e 9 minutes ago 1.26GB [2022-12-16T19:24:35.775Z] core-data-arm64 latest cff42e3a8c3f 9 minutes ago 17.2MB [2022-12-16T19:24:35.775Z] e633c76e4e4c 9 minutes ago 1.28GB [2022-12-16T19:24:35.775Z] security-spire-config-arm64 latest 666b6c42183d 18 minutes ago 83.6MB [2022-12-16T19:24:35.775Z] security-spire-server-arm64 latest 0b4672935e9a 18 minutes ago 84.3MB [2022-12-16T19:24:35.776Z] ed84c85e157e 19 minutes ago 1.14GB [2022-12-16T19:24:35.776Z] 65628f95cc5c 19 minutes ago 1.14GB [2022-12-16T19:24:35.776Z] ci-base-image-arm64 latest 5df745739d7a 21 minutes ago 948MB [2022-12-16T19:24:35.776Z] alpine 3.16 2b4661558fb8 4 weeks ago 5.29MB [2022-12-16T19:24:35.776Z] alpine 3.15 8aa73fd46299 5 weeks ago 5.33MB [2022-12-16T19:24:35.776Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 6 weeks ago 685MB [2022-12-16T19:24:35.776Z] 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 [2022-12-16T19:24:35.892Z] provisioning config files... [2022-12-16T19:24:35.908Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/361@tmp/config17737110285925774347tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-12-16T19:24:36.241Z] ---> docker-login.sh [2022-12-16T19:24:36.241Z] nexus3.edgexfoundry.org:10001 [2022-12-16T19:24:36.241Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-16T19:24:36.507Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-16T19:24:36.507Z] Configure a credential helper to remove this warning. See [2022-12-16T19:24:36.507Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-16T19:24:36.507Z] [2022-12-16T19:24:36.507Z] Login Succeeded [2022-12-16T19:24:36.507Z] nexus3.edgexfoundry.org:10002 [2022-12-16T19:24:36.775Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-16T19:24:36.775Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-16T19:24:36.775Z] Configure a credential helper to remove this warning. See [2022-12-16T19:24:36.775Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-16T19:24:36.775Z] [2022-12-16T19:24:36.775Z] Login Succeeded [2022-12-16T19:24:36.775Z] nexus3.edgexfoundry.org:10003 [2022-12-16T19:24:37.040Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-16T19:24:37.307Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-16T19:24:37.307Z] Configure a credential helper to remove this warning. See [2022-12-16T19:24:37.307Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-16T19:24:37.307Z] [2022-12-16T19:24:37.307Z] Login Succeeded [2022-12-16T19:24:37.307Z] nexus3.edgexfoundry.org:10004 [2022-12-16T19:24:37.574Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-16T19:24:37.574Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-16T19:24:37.574Z] Configure a credential helper to remove this warning. See [2022-12-16T19:24:37.574Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-16T19:24:37.574Z] [2022-12-16T19:24:37.574Z] Login Succeeded [2022-12-16T19:24:37.574Z] docker.io [2022-12-16T19:24:37.840Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-16T19:24:38.110Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-16T19:24:38.110Z] Configure a credential helper to remove this warning. See [2022-12-16T19:24:38.110Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-16T19:24:38.110Z] [2022-12-16T19:24:38.110Z] Login Succeeded [2022-12-16T19:24:38.110Z] ---> docker-login.sh ends [Pipeline] } [2022-12-16T19:24:38.123Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-12-16T19:24:38.157Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-12-16T19:24:38.180Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2022-12-16T19:24:38.180Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:24:38.180Z] latest [2022-12-16T19:24:38.180Z] 3.0.0-dev.7 [2022-12-16T19:24:38.180Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:24:38.180Z] main [2022-12-16T19:24:38.180Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:24:38.526Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:24:38.876Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:24:38.876Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2022-12-16T19:24:38.876Z] 9916714bd406: Preparing [2022-12-16T19:24:38.876Z] bbbd88b17d72: Preparing [2022-12-16T19:24:38.876Z] 976a7b946443: Preparing [2022-12-16T19:24:38.876Z] f2a9d0ad6ae4: Preparing [2022-12-16T19:24:38.876Z] 17bec77d7fdc: Preparing [2022-12-16T19:24:38.876Z] 17bec77d7fdc: Layer already exists [2022-12-16T19:24:39.142Z] 976a7b946443: Pushed [2022-12-16T19:24:39.142Z] f2a9d0ad6ae4: Pushed [2022-12-16T19:24:39.142Z] 9916714bd406: Pushed [2022-12-16T19:24:42.485Z] bbbd88b17d72: Pushed [2022-12-16T19:24:42.485Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d: digest: sha256:50b6173b1fd2cdd16951f9d8fbc8e143841cb9564fa5aae533781b2295d646d0 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:24:42.821Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:24:43.158Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2022-12-16T19:24:43.159Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2022-12-16T19:24:43.159Z] 9916714bd406: Preparing [2022-12-16T19:24:43.159Z] bbbd88b17d72: Preparing [2022-12-16T19:24:43.159Z] 976a7b946443: Preparing [2022-12-16T19:24:43.159Z] f2a9d0ad6ae4: Preparing [2022-12-16T19:24:43.159Z] 17bec77d7fdc: Preparing [2022-12-16T19:24:43.159Z] f2a9d0ad6ae4: Layer already exists [2022-12-16T19:24:43.159Z] 976a7b946443: Layer already exists [2022-12-16T19:24:43.159Z] 17bec77d7fdc: Layer already exists [2022-12-16T19:24:43.159Z] bbbd88b17d72: Layer already exists [2022-12-16T19:24:43.159Z] 9916714bd406: Layer already exists [2022-12-16T19:24:43.159Z] latest: digest: sha256:50b6173b1fd2cdd16951f9d8fbc8e143841cb9564fa5aae533781b2295d646d0 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:24:43.765Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:24:44.105Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.7 [2022-12-16T19:24:44.105Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2022-12-16T19:24:44.105Z] 9916714bd406: Preparing [2022-12-16T19:24:44.105Z] bbbd88b17d72: Preparing [2022-12-16T19:24:44.105Z] 976a7b946443: Preparing [2022-12-16T19:24:44.105Z] f2a9d0ad6ae4: Preparing [2022-12-16T19:24:44.105Z] 17bec77d7fdc: Preparing [2022-12-16T19:24:44.105Z] 17bec77d7fdc: Layer already exists [2022-12-16T19:24:44.105Z] 976a7b946443: Layer already exists [2022-12-16T19:24:44.105Z] bbbd88b17d72: Layer already exists [2022-12-16T19:24:44.105Z] 9916714bd406: Layer already exists [2022-12-16T19:24:44.105Z] f2a9d0ad6ae4: Layer already exists [2022-12-16T19:24:44.105Z] 3.0.0-dev.7: digest: sha256:50b6173b1fd2cdd16951f9d8fbc8e143841cb9564fa5aae533781b2295d646d0 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:24:44.449Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:24:44.780Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:24:44.780Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2022-12-16T19:24:44.781Z] 9916714bd406: Preparing [2022-12-16T19:24:44.781Z] bbbd88b17d72: Preparing [2022-12-16T19:24:44.781Z] 976a7b946443: Preparing [2022-12-16T19:24:44.781Z] f2a9d0ad6ae4: Preparing [2022-12-16T19:24:44.781Z] 17bec77d7fdc: Preparing [2022-12-16T19:24:44.781Z] 976a7b946443: Layer already exists [2022-12-16T19:24:44.781Z] 9916714bd406: Layer already exists [2022-12-16T19:24:44.781Z] 17bec77d7fdc: Layer already exists [2022-12-16T19:24:44.781Z] f2a9d0ad6ae4: Layer already exists [2022-12-16T19:24:44.781Z] bbbd88b17d72: Layer already exists [2022-12-16T19:24:44.781Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7: digest: sha256:50b6173b1fd2cdd16951f9d8fbc8e143841cb9564fa5aae533781b2295d646d0 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:24:45.120Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:24:45.456Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2022-12-16T19:24:45.456Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2022-12-16T19:24:45.456Z] 9916714bd406: Preparing [2022-12-16T19:24:45.456Z] bbbd88b17d72: Preparing [2022-12-16T19:24:45.456Z] 976a7b946443: Preparing [2022-12-16T19:24:45.456Z] f2a9d0ad6ae4: Preparing [2022-12-16T19:24:45.456Z] 17bec77d7fdc: Preparing [2022-12-16T19:24:45.456Z] 17bec77d7fdc: Layer already exists [2022-12-16T19:24:45.456Z] 9916714bd406: Layer already exists [2022-12-16T19:24:45.456Z] bbbd88b17d72: Layer already exists [2022-12-16T19:24:45.456Z] 976a7b946443: Layer already exists [2022-12-16T19:24:45.456Z] f2a9d0ad6ae4: Layer already exists [2022-12-16T19:24:45.724Z] main: digest: sha256:50b6173b1fd2cdd16951f9d8fbc8e143841cb9564fa5aae533781b2295d646d0 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-12-16T19:24:45.764Z] ===================================================== [Pipeline] echo [2022-12-16T19:24:45.769Z] taggedImages: [2022-12-16T19:24:45.769Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:24:45.769Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2022-12-16T19:24:45.769Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.7 [2022-12-16T19:24:45.769Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:24:45.769Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2022-12-16T19:24:45.783Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2022-12-16T19:24:45.783Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:24:45.783Z] latest [2022-12-16T19:24:45.783Z] 3.0.0-dev.7 [2022-12-16T19:24:45.783Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:24:45.783Z] main [2022-12-16T19:24:45.783Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:24:46.116Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:24:46.451Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:24:46.451Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2022-12-16T19:24:46.451Z] 1160aaf65650: Preparing [2022-12-16T19:24:46.451Z] d251ff7db193: Preparing [2022-12-16T19:24:46.451Z] 976a7b946443: Preparing [2022-12-16T19:24:46.451Z] dedd2cae78af: Preparing [2022-12-16T19:24:46.451Z] 17bec77d7fdc: Preparing [2022-12-16T19:24:46.451Z] 976a7b946443: Layer already exists [2022-12-16T19:24:46.451Z] 17bec77d7fdc: Layer already exists [2022-12-16T19:24:46.717Z] 1160aaf65650: Pushed [2022-12-16T19:24:46.717Z] dedd2cae78af: Pushed [2022-12-16T19:24:50.069Z] d251ff7db193: Pushed [2022-12-16T19:24:50.069Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d: digest: sha256:9639eeb23ab109133c054950085fa2188bfbe28cd19b080a8adf0329004c0257 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:24:50.423Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:24:50.770Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2022-12-16T19:24:50.770Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2022-12-16T19:24:50.770Z] 1160aaf65650: Preparing [2022-12-16T19:24:50.770Z] d251ff7db193: Preparing [2022-12-16T19:24:50.770Z] 976a7b946443: Preparing [2022-12-16T19:24:50.770Z] dedd2cae78af: Preparing [2022-12-16T19:24:50.770Z] 17bec77d7fdc: Preparing [2022-12-16T19:24:50.770Z] 17bec77d7fdc: Layer already exists [2022-12-16T19:24:50.770Z] 976a7b946443: Layer already exists [2022-12-16T19:24:50.770Z] 1160aaf65650: Layer already exists [2022-12-16T19:24:50.770Z] dedd2cae78af: Layer already exists [2022-12-16T19:24:50.770Z] d251ff7db193: Layer already exists [2022-12-16T19:24:51.040Z] latest: digest: sha256:9639eeb23ab109133c054950085fa2188bfbe28cd19b080a8adf0329004c0257 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:24:51.389Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:24:51.726Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.7 [2022-12-16T19:24:51.726Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2022-12-16T19:24:51.726Z] 1160aaf65650: Preparing [2022-12-16T19:24:51.726Z] d251ff7db193: Preparing [2022-12-16T19:24:51.726Z] 976a7b946443: Preparing [2022-12-16T19:24:51.726Z] dedd2cae78af: Preparing [2022-12-16T19:24:51.726Z] 17bec77d7fdc: Preparing [2022-12-16T19:24:51.726Z] 1160aaf65650: Layer already exists [2022-12-16T19:24:51.726Z] d251ff7db193: Layer already exists [2022-12-16T19:24:51.726Z] dedd2cae78af: Layer already exists [2022-12-16T19:24:51.726Z] 17bec77d7fdc: Layer already exists [2022-12-16T19:24:51.726Z] 976a7b946443: Layer already exists [2022-12-16T19:24:51.726Z] 3.0.0-dev.7: digest: sha256:9639eeb23ab109133c054950085fa2188bfbe28cd19b080a8adf0329004c0257 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:24:52.346Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:24:52.744Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:24:52.744Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2022-12-16T19:24:52.744Z] 1160aaf65650: Preparing [2022-12-16T19:24:52.744Z] d251ff7db193: Preparing [2022-12-16T19:24:52.744Z] 976a7b946443: Preparing [2022-12-16T19:24:52.744Z] dedd2cae78af: Preparing [2022-12-16T19:24:52.744Z] 17bec77d7fdc: Preparing [2022-12-16T19:24:52.744Z] 17bec77d7fdc: Layer already exists [2022-12-16T19:24:52.744Z] 976a7b946443: Layer already exists [2022-12-16T19:24:52.744Z] 1160aaf65650: Layer already exists [2022-12-16T19:24:52.744Z] d251ff7db193: Layer already exists [2022-12-16T19:24:52.744Z] dedd2cae78af: Layer already exists [2022-12-16T19:24:52.744Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7: digest: sha256:9639eeb23ab109133c054950085fa2188bfbe28cd19b080a8adf0329004c0257 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:24:53.121Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:24:53.488Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2022-12-16T19:24:53.488Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2022-12-16T19:24:53.488Z] 1160aaf65650: Preparing [2022-12-16T19:24:53.488Z] d251ff7db193: Preparing [2022-12-16T19:24:53.488Z] 976a7b946443: Preparing [2022-12-16T19:24:53.488Z] dedd2cae78af: Preparing [2022-12-16T19:24:53.488Z] 17bec77d7fdc: Preparing [2022-12-16T19:24:53.488Z] 976a7b946443: Layer already exists [2022-12-16T19:24:53.488Z] dedd2cae78af: Layer already exists [2022-12-16T19:24:53.488Z] 1160aaf65650: Layer already exists [2022-12-16T19:24:53.488Z] 17bec77d7fdc: Layer already exists [2022-12-16T19:24:53.488Z] d251ff7db193: Layer already exists [2022-12-16T19:24:53.761Z] main: digest: sha256:9639eeb23ab109133c054950085fa2188bfbe28cd19b080a8adf0329004c0257 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-12-16T19:24:53.805Z] ===================================================== [Pipeline] echo [2022-12-16T19:24:53.811Z] taggedImages: [2022-12-16T19:24:53.811Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:24:53.811Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2022-12-16T19:24:53.811Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.7 [2022-12-16T19:24:53.811Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:24:53.811Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2022-12-16T19:24:53.826Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2022-12-16T19:24:53.826Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:24:53.826Z] latest [2022-12-16T19:24:53.826Z] 3.0.0-dev.7 [2022-12-16T19:24:53.826Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:24:53.826Z] main [2022-12-16T19:24:53.826Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:24:54.181Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:24:54.570Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:24:54.570Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2022-12-16T19:24:54.570Z] b91c0ea5e9ad: Preparing [2022-12-16T19:24:54.570Z] 86faf08dc5d7: Preparing [2022-12-16T19:24:54.570Z] 5be976d8a20e: Preparing [2022-12-16T19:24:54.570Z] 976a7b946443: Preparing [2022-12-16T19:24:54.570Z] f2a9d0ad6ae4: Preparing [2022-12-16T19:24:54.570Z] 17bec77d7fdc: Preparing [2022-12-16T19:24:54.570Z] 17bec77d7fdc: Waiting [2022-12-16T19:24:54.570Z] f2a9d0ad6ae4: Layer already exists [2022-12-16T19:24:54.570Z] 976a7b946443: Layer already exists [2022-12-16T19:24:54.570Z] 17bec77d7fdc: Layer already exists [2022-12-16T19:24:54.846Z] b91c0ea5e9ad: Pushed [2022-12-16T19:24:54.846Z] 86faf08dc5d7: Pushed [2022-12-16T19:24:57.427Z] 5be976d8a20e: Pushed [2022-12-16T19:24:57.694Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d: digest: sha256:36bebc7885109907b9946db47192c18a02abc9b639896f0c82637f6b6ab214cb size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:24:58.042Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:24:58.389Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2022-12-16T19:24:58.390Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2022-12-16T19:24:58.390Z] b91c0ea5e9ad: Preparing [2022-12-16T19:24:58.390Z] 86faf08dc5d7: Preparing [2022-12-16T19:24:58.390Z] 5be976d8a20e: Preparing [2022-12-16T19:24:58.390Z] 976a7b946443: Preparing [2022-12-16T19:24:58.390Z] f2a9d0ad6ae4: Preparing [2022-12-16T19:24:58.390Z] 17bec77d7fdc: Preparing [2022-12-16T19:24:58.390Z] 17bec77d7fdc: Waiting [2022-12-16T19:24:58.390Z] 5be976d8a20e: Layer already exists [2022-12-16T19:24:58.390Z] f2a9d0ad6ae4: Layer already exists [2022-12-16T19:24:58.390Z] b91c0ea5e9ad: Layer already exists [2022-12-16T19:24:58.390Z] 86faf08dc5d7: Layer already exists [2022-12-16T19:24:58.390Z] 976a7b946443: Layer already exists [2022-12-16T19:24:58.390Z] 17bec77d7fdc: Layer already exists [2022-12-16T19:24:58.655Z] latest: digest: sha256:36bebc7885109907b9946db47192c18a02abc9b639896f0c82637f6b6ab214cb size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:24:59.003Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:24:59.349Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.7 [2022-12-16T19:24:59.350Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2022-12-16T19:24:59.350Z] b91c0ea5e9ad: Preparing [2022-12-16T19:24:59.350Z] 86faf08dc5d7: Preparing [2022-12-16T19:24:59.350Z] 5be976d8a20e: Preparing [2022-12-16T19:24:59.350Z] 976a7b946443: Preparing [2022-12-16T19:24:59.350Z] f2a9d0ad6ae4: Preparing [2022-12-16T19:24:59.350Z] 17bec77d7fdc: Preparing [2022-12-16T19:24:59.350Z] 17bec77d7fdc: Waiting [2022-12-16T19:24:59.350Z] f2a9d0ad6ae4: Layer already exists [2022-12-16T19:24:59.350Z] 976a7b946443: Layer already exists [2022-12-16T19:24:59.350Z] 86faf08dc5d7: Layer already exists [2022-12-16T19:24:59.350Z] 5be976d8a20e: Layer already exists [2022-12-16T19:24:59.350Z] b91c0ea5e9ad: Layer already exists [2022-12-16T19:24:59.350Z] 17bec77d7fdc: Layer already exists [2022-12-16T19:24:59.614Z] 3.0.0-dev.7: digest: sha256:36bebc7885109907b9946db47192c18a02abc9b639896f0c82637f6b6ab214cb size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:24:59.965Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:25:00.300Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:25:00.300Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2022-12-16T19:25:00.300Z] b91c0ea5e9ad: Preparing [2022-12-16T19:25:00.300Z] 86faf08dc5d7: Preparing [2022-12-16T19:25:00.300Z] 5be976d8a20e: Preparing [2022-12-16T19:25:00.300Z] 976a7b946443: Preparing [2022-12-16T19:25:00.300Z] f2a9d0ad6ae4: Preparing [2022-12-16T19:25:00.300Z] 17bec77d7fdc: Preparing [2022-12-16T19:25:00.300Z] 17bec77d7fdc: Waiting [2022-12-16T19:25:00.300Z] 86faf08dc5d7: Layer already exists [2022-12-16T19:25:00.300Z] 976a7b946443: Layer already exists [2022-12-16T19:25:00.300Z] b91c0ea5e9ad: Layer already exists [2022-12-16T19:25:00.300Z] f2a9d0ad6ae4: Layer already exists [2022-12-16T19:25:00.300Z] 5be976d8a20e: Layer already exists [2022-12-16T19:25:00.300Z] 17bec77d7fdc: Layer already exists [2022-12-16T19:25:00.566Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7: digest: sha256:36bebc7885109907b9946db47192c18a02abc9b639896f0c82637f6b6ab214cb size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:25:00.907Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:25:01.242Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2022-12-16T19:25:01.242Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2022-12-16T19:25:01.242Z] b91c0ea5e9ad: Preparing [2022-12-16T19:25:01.242Z] 86faf08dc5d7: Preparing [2022-12-16T19:25:01.242Z] 5be976d8a20e: Preparing [2022-12-16T19:25:01.242Z] 976a7b946443: Preparing [2022-12-16T19:25:01.242Z] f2a9d0ad6ae4: Preparing [2022-12-16T19:25:01.242Z] 17bec77d7fdc: Preparing [2022-12-16T19:25:01.242Z] 17bec77d7fdc: Waiting [2022-12-16T19:25:01.242Z] 86faf08dc5d7: Layer already exists [2022-12-16T19:25:01.242Z] 5be976d8a20e: Layer already exists [2022-12-16T19:25:01.242Z] b91c0ea5e9ad: Layer already exists [2022-12-16T19:25:01.242Z] 976a7b946443: Layer already exists [2022-12-16T19:25:01.242Z] f2a9d0ad6ae4: Layer already exists [2022-12-16T19:25:01.242Z] 17bec77d7fdc: Layer already exists [2022-12-16T19:25:01.509Z] main: digest: sha256:36bebc7885109907b9946db47192c18a02abc9b639896f0c82637f6b6ab214cb size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-12-16T19:25:01.646Z] ===================================================== [Pipeline] echo [2022-12-16T19:25:01.652Z] taggedImages: [2022-12-16T19:25:01.652Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:25:01.652Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2022-12-16T19:25:01.652Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.7 [2022-12-16T19:25:01.652Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:25:01.652Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2022-12-16T19:25:01.666Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2022-12-16T19:25:01.666Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:25:01.666Z] latest [2022-12-16T19:25:01.666Z] 3.0.0-dev.7 [2022-12-16T19:25:01.666Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:25:01.666Z] main [2022-12-16T19:25:01.666Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:25:02.002Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:25:02.334Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:25:02.335Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2022-12-16T19:25:02.335Z] 66a1cd7941e9: Preparing [2022-12-16T19:25:02.335Z] 66a1cd7941e9: Preparing [2022-12-16T19:25:02.335Z] f3c21f7840d2: Preparing [2022-12-16T19:25:02.335Z] dd5be24dad5c: Preparing [2022-12-16T19:25:02.335Z] 0e17de8af3e5: Preparing [2022-12-16T19:25:02.335Z] 620cc5a85544: Preparing [2022-12-16T19:25:02.335Z] d69e85e87db9: Preparing [2022-12-16T19:25:02.335Z] 976a7b946443: Preparing [2022-12-16T19:25:02.335Z] 19b0996e7ba6: Preparing [2022-12-16T19:25:02.335Z] 5fd9980d2cdc: Preparing [2022-12-16T19:25:02.335Z] c493c0feb7c6: Preparing [2022-12-16T19:25:02.335Z] 3663a489ebde: Preparing [2022-12-16T19:25:02.335Z] 17bec77d7fdc: Preparing [2022-12-16T19:25:02.335Z] 17bec77d7fdc: Waiting [2022-12-16T19:25:02.335Z] 3663a489ebde: Waiting [2022-12-16T19:25:02.335Z] 5fd9980d2cdc: Waiting [2022-12-16T19:25:02.335Z] c493c0feb7c6: Waiting [2022-12-16T19:25:02.335Z] d69e85e87db9: Waiting [2022-12-16T19:25:02.335Z] 19b0996e7ba6: Waiting [2022-12-16T19:25:02.335Z] 976a7b946443: Waiting [2022-12-16T19:25:02.602Z] 0e17de8af3e5: Pushed [2022-12-16T19:25:02.602Z] dd5be24dad5c: Pushed [2022-12-16T19:25:02.602Z] 620cc5a85544: Pushed [2022-12-16T19:25:02.602Z] f3c21f7840d2: Pushed [2022-12-16T19:25:02.602Z] 66a1cd7941e9: Pushed [2022-12-16T19:25:02.602Z] 976a7b946443: Layer already exists [2022-12-16T19:25:02.871Z] 19b0996e7ba6: Pushed [2022-12-16T19:25:02.871Z] c493c0feb7c6: Pushed [2022-12-16T19:25:02.871Z] 5fd9980d2cdc: Pushed [2022-12-16T19:25:02.871Z] 17bec77d7fdc: Layer already exists [2022-12-16T19:25:02.871Z] 3663a489ebde: Pushed [2022-12-16T19:25:06.207Z] d69e85e87db9: Pushed [2022-12-16T19:25:06.207Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d: digest: sha256:54b2472477ff79e7ced5a64d08c3950f5630868a6b66a572c13d4825d15a926c size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:25:06.543Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:25:06.874Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2022-12-16T19:25:06.874Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2022-12-16T19:25:06.874Z] 66a1cd7941e9: Preparing [2022-12-16T19:25:06.874Z] 66a1cd7941e9: Preparing [2022-12-16T19:25:06.874Z] f3c21f7840d2: Preparing [2022-12-16T19:25:06.874Z] dd5be24dad5c: Preparing [2022-12-16T19:25:06.874Z] 0e17de8af3e5: Preparing [2022-12-16T19:25:06.874Z] 620cc5a85544: Preparing [2022-12-16T19:25:06.874Z] d69e85e87db9: Preparing [2022-12-16T19:25:06.874Z] 976a7b946443: Preparing [2022-12-16T19:25:06.874Z] 19b0996e7ba6: Preparing [2022-12-16T19:25:06.874Z] 5fd9980d2cdc: Preparing [2022-12-16T19:25:06.874Z] c493c0feb7c6: Preparing [2022-12-16T19:25:06.874Z] 3663a489ebde: Preparing [2022-12-16T19:25:06.874Z] 17bec77d7fdc: Preparing [2022-12-16T19:25:06.874Z] 5fd9980d2cdc: Waiting [2022-12-16T19:25:06.874Z] c493c0feb7c6: Waiting [2022-12-16T19:25:06.874Z] 3663a489ebde: Waiting [2022-12-16T19:25:06.874Z] d69e85e87db9: Waiting [2022-12-16T19:25:06.874Z] 17bec77d7fdc: Waiting [2022-12-16T19:25:06.874Z] 19b0996e7ba6: Waiting [2022-12-16T19:25:06.874Z] 976a7b946443: Waiting [2022-12-16T19:25:06.874Z] f3c21f7840d2: Layer already exists [2022-12-16T19:25:06.874Z] 620cc5a85544: Layer already exists [2022-12-16T19:25:06.874Z] 66a1cd7941e9: Layer already exists [2022-12-16T19:25:06.874Z] 0e17de8af3e5: Layer already exists [2022-12-16T19:25:06.874Z] dd5be24dad5c: Layer already exists [2022-12-16T19:25:06.874Z] 976a7b946443: Layer already exists [2022-12-16T19:25:06.874Z] d69e85e87db9: Layer already exists [2022-12-16T19:25:06.874Z] 19b0996e7ba6: Layer already exists [2022-12-16T19:25:06.874Z] 5fd9980d2cdc: Layer already exists [2022-12-16T19:25:06.874Z] c493c0feb7c6: Layer already exists [2022-12-16T19:25:06.874Z] 3663a489ebde: Layer already exists [2022-12-16T19:25:06.874Z] 17bec77d7fdc: Layer already exists [2022-12-16T19:25:07.138Z] latest: digest: sha256:54b2472477ff79e7ced5a64d08c3950f5630868a6b66a572c13d4825d15a926c size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:25:07.475Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:25:07.806Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.7 [2022-12-16T19:25:07.806Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2022-12-16T19:25:07.806Z] 66a1cd7941e9: Preparing [2022-12-16T19:25:07.806Z] 66a1cd7941e9: Preparing [2022-12-16T19:25:07.806Z] f3c21f7840d2: Preparing [2022-12-16T19:25:07.806Z] dd5be24dad5c: Preparing [2022-12-16T19:25:07.806Z] 0e17de8af3e5: Preparing [2022-12-16T19:25:07.806Z] 620cc5a85544: Preparing [2022-12-16T19:25:07.806Z] d69e85e87db9: Preparing [2022-12-16T19:25:07.806Z] 976a7b946443: Preparing [2022-12-16T19:25:07.806Z] 19b0996e7ba6: Preparing [2022-12-16T19:25:07.806Z] 5fd9980d2cdc: Preparing [2022-12-16T19:25:07.806Z] c493c0feb7c6: Preparing [2022-12-16T19:25:07.806Z] 3663a489ebde: Preparing [2022-12-16T19:25:07.806Z] 17bec77d7fdc: Preparing [2022-12-16T19:25:07.806Z] d69e85e87db9: Waiting [2022-12-16T19:25:07.806Z] 976a7b946443: Waiting [2022-12-16T19:25:07.806Z] 19b0996e7ba6: Waiting [2022-12-16T19:25:07.806Z] 5fd9980d2cdc: Waiting [2022-12-16T19:25:07.806Z] 17bec77d7fdc: Waiting [2022-12-16T19:25:07.806Z] c493c0feb7c6: Waiting [2022-12-16T19:25:07.806Z] 3663a489ebde: Waiting [2022-12-16T19:25:07.806Z] 0e17de8af3e5: Layer already exists [2022-12-16T19:25:07.806Z] 620cc5a85544: Layer already exists [2022-12-16T19:25:07.806Z] dd5be24dad5c: Layer already exists [2022-12-16T19:25:07.806Z] 66a1cd7941e9: Layer already exists [2022-12-16T19:25:07.806Z] f3c21f7840d2: Layer already exists [2022-12-16T19:25:07.806Z] 976a7b946443: Layer already exists [2022-12-16T19:25:07.806Z] 5fd9980d2cdc: Layer already exists [2022-12-16T19:25:07.806Z] d69e85e87db9: Layer already exists [2022-12-16T19:25:07.806Z] c493c0feb7c6: Layer already exists [2022-12-16T19:25:07.806Z] 19b0996e7ba6: Layer already exists [2022-12-16T19:25:07.806Z] 17bec77d7fdc: Layer already exists [2022-12-16T19:25:07.806Z] 3663a489ebde: Layer already exists [2022-12-16T19:25:08.071Z] 3.0.0-dev.7: digest: sha256:54b2472477ff79e7ced5a64d08c3950f5630868a6b66a572c13d4825d15a926c size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:25:08.416Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:25:08.757Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:25:08.757Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2022-12-16T19:25:08.757Z] 66a1cd7941e9: Preparing [2022-12-16T19:25:08.757Z] 66a1cd7941e9: Preparing [2022-12-16T19:25:08.757Z] f3c21f7840d2: Preparing [2022-12-16T19:25:08.757Z] dd5be24dad5c: Preparing [2022-12-16T19:25:08.757Z] 0e17de8af3e5: Preparing [2022-12-16T19:25:08.757Z] 620cc5a85544: Preparing [2022-12-16T19:25:08.757Z] d69e85e87db9: Preparing [2022-12-16T19:25:08.757Z] 976a7b946443: Preparing [2022-12-16T19:25:08.757Z] 19b0996e7ba6: Preparing [2022-12-16T19:25:08.757Z] 5fd9980d2cdc: Preparing [2022-12-16T19:25:08.757Z] c493c0feb7c6: Preparing [2022-12-16T19:25:08.757Z] 3663a489ebde: Preparing [2022-12-16T19:25:08.757Z] 17bec77d7fdc: Preparing [2022-12-16T19:25:08.757Z] c493c0feb7c6: Waiting [2022-12-16T19:25:08.757Z] 976a7b946443: Waiting [2022-12-16T19:25:08.757Z] 3663a489ebde: Waiting [2022-12-16T19:25:08.757Z] 17bec77d7fdc: Waiting [2022-12-16T19:25:08.757Z] 19b0996e7ba6: Waiting [2022-12-16T19:25:08.757Z] d69e85e87db9: Waiting [2022-12-16T19:25:08.757Z] 5fd9980d2cdc: Waiting [2022-12-16T19:25:08.757Z] 620cc5a85544: Layer already exists [2022-12-16T19:25:08.757Z] dd5be24dad5c: Layer already exists [2022-12-16T19:25:08.757Z] f3c21f7840d2: Layer already exists [2022-12-16T19:25:08.757Z] 66a1cd7941e9: Layer already exists [2022-12-16T19:25:08.757Z] 0e17de8af3e5: Layer already exists [2022-12-16T19:25:08.757Z] 976a7b946443: Layer already exists [2022-12-16T19:25:08.757Z] 19b0996e7ba6: Layer already exists [2022-12-16T19:25:08.757Z] d69e85e87db9: Layer already exists [2022-12-16T19:25:08.757Z] 5fd9980d2cdc: Layer already exists [2022-12-16T19:25:08.757Z] c493c0feb7c6: Layer already exists [2022-12-16T19:25:08.757Z] 3663a489ebde: Layer already exists [2022-12-16T19:25:08.757Z] 17bec77d7fdc: Layer already exists [2022-12-16T19:25:09.024Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7: digest: sha256:54b2472477ff79e7ced5a64d08c3950f5630868a6b66a572c13d4825d15a926c size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:25:09.371Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:25:09.702Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2022-12-16T19:25:09.702Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2022-12-16T19:25:09.702Z] 66a1cd7941e9: Preparing [2022-12-16T19:25:09.702Z] 66a1cd7941e9: Preparing [2022-12-16T19:25:09.702Z] f3c21f7840d2: Preparing [2022-12-16T19:25:09.702Z] dd5be24dad5c: Preparing [2022-12-16T19:25:09.702Z] 0e17de8af3e5: Preparing [2022-12-16T19:25:09.702Z] 620cc5a85544: Preparing [2022-12-16T19:25:09.702Z] d69e85e87db9: Preparing [2022-12-16T19:25:09.702Z] 976a7b946443: Preparing [2022-12-16T19:25:09.702Z] 19b0996e7ba6: Preparing [2022-12-16T19:25:09.702Z] 5fd9980d2cdc: Preparing [2022-12-16T19:25:09.702Z] c493c0feb7c6: Preparing [2022-12-16T19:25:09.702Z] 3663a489ebde: Preparing [2022-12-16T19:25:09.702Z] 17bec77d7fdc: Preparing [2022-12-16T19:25:09.702Z] 5fd9980d2cdc: Waiting [2022-12-16T19:25:09.702Z] 3663a489ebde: Waiting [2022-12-16T19:25:09.702Z] 17bec77d7fdc: Waiting [2022-12-16T19:25:09.702Z] d69e85e87db9: Waiting [2022-12-16T19:25:09.702Z] 976a7b946443: Waiting [2022-12-16T19:25:09.702Z] 19b0996e7ba6: Waiting [2022-12-16T19:25:09.702Z] c493c0feb7c6: Waiting [2022-12-16T19:25:09.702Z] f3c21f7840d2: Layer already exists [2022-12-16T19:25:09.702Z] 0e17de8af3e5: Layer already exists [2022-12-16T19:25:09.702Z] 66a1cd7941e9: Layer already exists [2022-12-16T19:25:09.702Z] 620cc5a85544: Layer already exists [2022-12-16T19:25:09.702Z] dd5be24dad5c: Layer already exists [2022-12-16T19:25:09.702Z] c493c0feb7c6: Layer already exists [2022-12-16T19:25:09.702Z] d69e85e87db9: Layer already exists [2022-12-16T19:25:09.702Z] 19b0996e7ba6: Layer already exists [2022-12-16T19:25:09.702Z] 976a7b946443: Layer already exists [2022-12-16T19:25:09.702Z] 5fd9980d2cdc: Layer already exists [2022-12-16T19:25:09.702Z] 3663a489ebde: Layer already exists [2022-12-16T19:25:09.702Z] 17bec77d7fdc: Layer already exists [2022-12-16T19:25:09.970Z] main: digest: sha256:54b2472477ff79e7ced5a64d08c3950f5630868a6b66a572c13d4825d15a926c size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-12-16T19:25:10.019Z] ===================================================== [Pipeline] echo [2022-12-16T19:25:10.028Z] taggedImages: [2022-12-16T19:25:10.028Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:25:10.028Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2022-12-16T19:25:10.028Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.7 [2022-12-16T19:25:10.028Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:25:10.028Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2022-12-16T19:25:10.052Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2022-12-16T19:25:10.052Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:25:10.052Z] latest [2022-12-16T19:25:10.052Z] 3.0.0-dev.7 [2022-12-16T19:25:10.052Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:25:10.052Z] main [2022-12-16T19:25:10.052Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:25:10.388Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:25:10.727Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:25:10.727Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2022-12-16T19:25:10.727Z] 366b484591b3: Preparing [2022-12-16T19:25:10.727Z] 14528c2a1d64: Preparing [2022-12-16T19:25:10.727Z] 4de0bed2066c: Preparing [2022-12-16T19:25:10.727Z] 4bc2ed69ce15: Preparing [2022-12-16T19:25:10.727Z] 84a88ee9a8a0: Preparing [2022-12-16T19:25:10.727Z] 206845c6bcf5: Preparing [2022-12-16T19:25:10.727Z] 1601217971d0: Preparing [2022-12-16T19:25:10.727Z] 17bec77d7fdc: Preparing [2022-12-16T19:25:10.727Z] 206845c6bcf5: Waiting [2022-12-16T19:25:10.727Z] 1601217971d0: Waiting [2022-12-16T19:25:10.727Z] 17bec77d7fdc: Waiting [2022-12-16T19:25:10.991Z] 84a88ee9a8a0: Pushed [2022-12-16T19:25:10.991Z] 366b484591b3: Pushed [2022-12-16T19:25:10.991Z] 14528c2a1d64: Pushed [2022-12-16T19:25:10.991Z] 17bec77d7fdc: Layer already exists [2022-12-16T19:25:11.259Z] 206845c6bcf5: Pushed [2022-12-16T19:25:11.841Z] 1601217971d0: Pushed [2022-12-16T19:25:13.242Z] 4bc2ed69ce15: Pushed [2022-12-16T19:25:13.242Z] 4de0bed2066c: Pushed [2022-12-16T19:25:13.242Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d: digest: sha256:27625466829193ffb9214ab927f3c55dc33afbc25bd2aee309d1d32374beab8e size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:25:13.586Z] + 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 [2022-12-16T19:25:13.921Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2022-12-16T19:25:13.921Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2022-12-16T19:25:13.921Z] 366b484591b3: Preparing [2022-12-16T19:25:13.921Z] 14528c2a1d64: Preparing [2022-12-16T19:25:13.921Z] 4de0bed2066c: Preparing [2022-12-16T19:25:13.921Z] 4bc2ed69ce15: Preparing [2022-12-16T19:25:13.921Z] 84a88ee9a8a0: Preparing [2022-12-16T19:25:13.921Z] 206845c6bcf5: Preparing [2022-12-16T19:25:13.921Z] 1601217971d0: Preparing [2022-12-16T19:25:13.921Z] 17bec77d7fdc: Preparing [2022-12-16T19:25:13.921Z] 206845c6bcf5: Waiting [2022-12-16T19:25:13.921Z] 1601217971d0: Waiting [2022-12-16T19:25:13.921Z] 17bec77d7fdc: Waiting [2022-12-16T19:25:13.921Z] 4bc2ed69ce15: Layer already exists [2022-12-16T19:25:13.921Z] 14528c2a1d64: Layer already exists [2022-12-16T19:25:13.921Z] 84a88ee9a8a0: Layer already exists [2022-12-16T19:25:13.921Z] 4de0bed2066c: Layer already exists [2022-12-16T19:25:13.921Z] 366b484591b3: Layer already exists [2022-12-16T19:25:13.921Z] 206845c6bcf5: Layer already exists [2022-12-16T19:25:13.921Z] 17bec77d7fdc: Layer already exists [2022-12-16T19:25:13.921Z] 1601217971d0: Layer already exists [2022-12-16T19:25:14.186Z] latest: digest: sha256:27625466829193ffb9214ab927f3c55dc33afbc25bd2aee309d1d32374beab8e size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:25:14.521Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:25:14.852Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.7 [2022-12-16T19:25:14.852Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2022-12-16T19:25:14.852Z] 366b484591b3: Preparing [2022-12-16T19:25:14.852Z] 14528c2a1d64: Preparing [2022-12-16T19:25:14.852Z] 4de0bed2066c: Preparing [2022-12-16T19:25:14.852Z] 4bc2ed69ce15: Preparing [2022-12-16T19:25:14.852Z] 84a88ee9a8a0: Preparing [2022-12-16T19:25:14.852Z] 206845c6bcf5: Preparing [2022-12-16T19:25:14.852Z] 1601217971d0: Preparing [2022-12-16T19:25:14.852Z] 17bec77d7fdc: Preparing [2022-12-16T19:25:14.852Z] 206845c6bcf5: Waiting [2022-12-16T19:25:14.852Z] 1601217971d0: Waiting [2022-12-16T19:25:14.852Z] 17bec77d7fdc: Waiting [2022-12-16T19:25:14.852Z] 4bc2ed69ce15: Layer already exists [2022-12-16T19:25:14.852Z] 14528c2a1d64: Layer already exists [2022-12-16T19:25:14.852Z] 366b484591b3: Layer already exists [2022-12-16T19:25:14.852Z] 4de0bed2066c: Layer already exists [2022-12-16T19:25:14.852Z] 84a88ee9a8a0: Layer already exists [2022-12-16T19:25:14.852Z] 1601217971d0: Layer already exists [2022-12-16T19:25:14.852Z] 206845c6bcf5: Layer already exists [2022-12-16T19:25:14.852Z] 17bec77d7fdc: Layer already exists [2022-12-16T19:25:14.852Z] 3.0.0-dev.7: digest: sha256:27625466829193ffb9214ab927f3c55dc33afbc25bd2aee309d1d32374beab8e size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:25:15.455Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:25:15.791Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:25:15.791Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2022-12-16T19:25:15.791Z] 366b484591b3: Preparing [2022-12-16T19:25:15.791Z] 14528c2a1d64: Preparing [2022-12-16T19:25:15.791Z] 4de0bed2066c: Preparing [2022-12-16T19:25:15.791Z] 4bc2ed69ce15: Preparing [2022-12-16T19:25:15.791Z] 84a88ee9a8a0: Preparing [2022-12-16T19:25:15.791Z] 206845c6bcf5: Preparing [2022-12-16T19:25:15.791Z] 1601217971d0: Preparing [2022-12-16T19:25:15.791Z] 17bec77d7fdc: Preparing [2022-12-16T19:25:15.791Z] 206845c6bcf5: Waiting [2022-12-16T19:25:15.791Z] 1601217971d0: Waiting [2022-12-16T19:25:15.791Z] 17bec77d7fdc: Waiting [2022-12-16T19:25:15.791Z] 84a88ee9a8a0: Layer already exists [2022-12-16T19:25:15.791Z] 14528c2a1d64: Layer already exists [2022-12-16T19:25:15.791Z] 366b484591b3: Layer already exists [2022-12-16T19:25:15.791Z] 4bc2ed69ce15: Layer already exists [2022-12-16T19:25:15.791Z] 4de0bed2066c: Layer already exists [2022-12-16T19:25:15.791Z] 17bec77d7fdc: Layer already exists [2022-12-16T19:25:15.791Z] 1601217971d0: Layer already exists [2022-12-16T19:25:15.791Z] 206845c6bcf5: Layer already exists [2022-12-16T19:25:15.791Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7: digest: sha256:27625466829193ffb9214ab927f3c55dc33afbc25bd2aee309d1d32374beab8e size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:25:16.388Z] + 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 [2022-12-16T19:25:16.715Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2022-12-16T19:25:16.715Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2022-12-16T19:25:16.715Z] 366b484591b3: Preparing [2022-12-16T19:25:16.715Z] 14528c2a1d64: Preparing [2022-12-16T19:25:16.715Z] 4de0bed2066c: Preparing [2022-12-16T19:25:16.715Z] 4bc2ed69ce15: Preparing [2022-12-16T19:25:16.715Z] 84a88ee9a8a0: Preparing [2022-12-16T19:25:16.715Z] 206845c6bcf5: Preparing [2022-12-16T19:25:16.715Z] 1601217971d0: Preparing [2022-12-16T19:25:16.715Z] 17bec77d7fdc: Preparing [2022-12-16T19:25:16.715Z] 1601217971d0: Waiting [2022-12-16T19:25:16.715Z] 17bec77d7fdc: Waiting [2022-12-16T19:25:16.715Z] 206845c6bcf5: Waiting [2022-12-16T19:25:16.715Z] 4de0bed2066c: Layer already exists [2022-12-16T19:25:16.715Z] 366b484591b3: Layer already exists [2022-12-16T19:25:16.715Z] 14528c2a1d64: Layer already exists [2022-12-16T19:25:16.715Z] 4bc2ed69ce15: Layer already exists [2022-12-16T19:25:16.715Z] 84a88ee9a8a0: Layer already exists [2022-12-16T19:25:16.715Z] 206845c6bcf5: Layer already exists [2022-12-16T19:25:16.715Z] 1601217971d0: Layer already exists [2022-12-16T19:25:16.715Z] 17bec77d7fdc: Layer already exists [2022-12-16T19:25:16.981Z] main: digest: sha256:27625466829193ffb9214ab927f3c55dc33afbc25bd2aee309d1d32374beab8e size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-12-16T19:25:17.019Z] ===================================================== [Pipeline] echo [2022-12-16T19:25:17.024Z] taggedImages: [2022-12-16T19:25:17.024Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:25:17.024Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2022-12-16T19:25:17.024Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.7 [2022-12-16T19:25:17.024Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:25:17.024Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2022-12-16T19:25:17.039Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2022-12-16T19:25:17.039Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:25:17.039Z] latest [2022-12-16T19:25:17.039Z] 3.0.0-dev.7 [2022-12-16T19:25:17.039Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:25:17.039Z] main [2022-12-16T19:25:17.039Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:25:17.370Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:25:17.699Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:25:17.699Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2022-12-16T19:25:17.699Z] 221daa7442e9: Preparing [2022-12-16T19:25:17.699Z] 9b35cdf4428d: Preparing [2022-12-16T19:25:17.699Z] 241e8ae8fbe2: Preparing [2022-12-16T19:25:17.699Z] f0d03f01631d: Preparing [2022-12-16T19:25:17.699Z] b0e4ff83e788: Preparing [2022-12-16T19:25:17.699Z] e7fcfd32ca74: Preparing [2022-12-16T19:25:17.699Z] f78d22731470: Preparing [2022-12-16T19:25:17.699Z] 15f6c9d580df: Preparing [2022-12-16T19:25:17.699Z] a1d15e5acebb: Preparing [2022-12-16T19:25:17.699Z] 17bec77d7fdc: Preparing [2022-12-16T19:25:17.699Z] 15f6c9d580df: Waiting [2022-12-16T19:25:17.699Z] 17bec77d7fdc: Waiting [2022-12-16T19:25:17.699Z] a1d15e5acebb: Waiting [2022-12-16T19:25:17.699Z] e7fcfd32ca74: Waiting [2022-12-16T19:25:17.699Z] f78d22731470: Waiting [2022-12-16T19:25:17.965Z] 221daa7442e9: Pushed [2022-12-16T19:25:17.965Z] b0e4ff83e788: Pushed [2022-12-16T19:25:17.965Z] 9b35cdf4428d: Pushed [2022-12-16T19:25:18.231Z] f78d22731470: Pushed [2022-12-16T19:25:18.231Z] e7fcfd32ca74: Pushed [2022-12-16T19:25:18.231Z] 15f6c9d580df: Pushed [2022-12-16T19:25:18.231Z] 17bec77d7fdc: Layer already exists [2022-12-16T19:25:18.497Z] a1d15e5acebb: Pushed [2022-12-16T19:25:20.433Z] f0d03f01631d: Pushed [2022-12-16T19:25:21.013Z] 241e8ae8fbe2: Pushed [2022-12-16T19:25:21.279Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d: digest: sha256:dfb616ae4fbc33ee0ca2cf2120decc1013d0b064303347b3a4b05c64110637e5 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:25:21.612Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:25:21.952Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2022-12-16T19:25:21.952Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2022-12-16T19:25:21.952Z] 221daa7442e9: Preparing [2022-12-16T19:25:21.952Z] 9b35cdf4428d: Preparing [2022-12-16T19:25:21.952Z] 241e8ae8fbe2: Preparing [2022-12-16T19:25:21.952Z] f0d03f01631d: Preparing [2022-12-16T19:25:21.952Z] b0e4ff83e788: Preparing [2022-12-16T19:25:21.952Z] e7fcfd32ca74: Preparing [2022-12-16T19:25:21.952Z] f78d22731470: Preparing [2022-12-16T19:25:21.952Z] 15f6c9d580df: Preparing [2022-12-16T19:25:21.952Z] a1d15e5acebb: Preparing [2022-12-16T19:25:21.952Z] 17bec77d7fdc: Preparing [2022-12-16T19:25:21.952Z] f78d22731470: Waiting [2022-12-16T19:25:21.952Z] 15f6c9d580df: Waiting [2022-12-16T19:25:21.952Z] e7fcfd32ca74: Waiting [2022-12-16T19:25:21.952Z] a1d15e5acebb: Waiting [2022-12-16T19:25:21.952Z] 9b35cdf4428d: Layer already exists [2022-12-16T19:25:21.952Z] 221daa7442e9: Layer already exists [2022-12-16T19:25:21.952Z] 241e8ae8fbe2: Layer already exists [2022-12-16T19:25:21.952Z] b0e4ff83e788: Layer already exists [2022-12-16T19:25:21.952Z] f0d03f01631d: Layer already exists [2022-12-16T19:25:21.952Z] a1d15e5acebb: Layer already exists [2022-12-16T19:25:21.952Z] f78d22731470: Layer already exists [2022-12-16T19:25:21.952Z] e7fcfd32ca74: Layer already exists [2022-12-16T19:25:21.952Z] 15f6c9d580df: Layer already exists [2022-12-16T19:25:21.952Z] 17bec77d7fdc: Layer already exists [2022-12-16T19:25:22.217Z] latest: digest: sha256:dfb616ae4fbc33ee0ca2cf2120decc1013d0b064303347b3a4b05c64110637e5 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:25:22.553Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:25:22.887Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.7 [2022-12-16T19:25:22.887Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2022-12-16T19:25:22.887Z] 221daa7442e9: Preparing [2022-12-16T19:25:22.887Z] 9b35cdf4428d: Preparing [2022-12-16T19:25:22.887Z] 241e8ae8fbe2: Preparing [2022-12-16T19:25:22.887Z] f0d03f01631d: Preparing [2022-12-16T19:25:22.887Z] b0e4ff83e788: Preparing [2022-12-16T19:25:22.887Z] e7fcfd32ca74: Preparing [2022-12-16T19:25:22.887Z] f78d22731470: Preparing [2022-12-16T19:25:22.887Z] 15f6c9d580df: Preparing [2022-12-16T19:25:22.887Z] a1d15e5acebb: Preparing [2022-12-16T19:25:22.887Z] 17bec77d7fdc: Preparing [2022-12-16T19:25:22.887Z] e7fcfd32ca74: Waiting [2022-12-16T19:25:22.887Z] 15f6c9d580df: Waiting [2022-12-16T19:25:22.887Z] a1d15e5acebb: Waiting [2022-12-16T19:25:22.887Z] 17bec77d7fdc: Waiting [2022-12-16T19:25:22.887Z] f78d22731470: Waiting [2022-12-16T19:25:22.887Z] 221daa7442e9: Layer already exists [2022-12-16T19:25:22.887Z] f0d03f01631d: Layer already exists [2022-12-16T19:25:22.887Z] 241e8ae8fbe2: Layer already exists [2022-12-16T19:25:22.887Z] b0e4ff83e788: Layer already exists [2022-12-16T19:25:22.887Z] 9b35cdf4428d: Layer already exists [2022-12-16T19:25:22.887Z] e7fcfd32ca74: Layer already exists [2022-12-16T19:25:22.887Z] a1d15e5acebb: Layer already exists [2022-12-16T19:25:22.887Z] 15f6c9d580df: Layer already exists [2022-12-16T19:25:22.887Z] f78d22731470: Layer already exists [2022-12-16T19:25:22.887Z] 17bec77d7fdc: Layer already exists [2022-12-16T19:25:23.153Z] 3.0.0-dev.7: digest: sha256:dfb616ae4fbc33ee0ca2cf2120decc1013d0b064303347b3a4b05c64110637e5 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:25:23.515Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:25:23.859Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:25:23.859Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2022-12-16T19:25:23.859Z] 221daa7442e9: Preparing [2022-12-16T19:25:23.859Z] 9b35cdf4428d: Preparing [2022-12-16T19:25:23.859Z] 241e8ae8fbe2: Preparing [2022-12-16T19:25:23.859Z] f0d03f01631d: Preparing [2022-12-16T19:25:23.859Z] b0e4ff83e788: Preparing [2022-12-16T19:25:23.859Z] e7fcfd32ca74: Preparing [2022-12-16T19:25:23.859Z] f78d22731470: Preparing [2022-12-16T19:25:23.859Z] 15f6c9d580df: Preparing [2022-12-16T19:25:23.859Z] a1d15e5acebb: Preparing [2022-12-16T19:25:23.859Z] 17bec77d7fdc: Preparing [2022-12-16T19:25:23.859Z] e7fcfd32ca74: Waiting [2022-12-16T19:25:23.859Z] f78d22731470: Waiting [2022-12-16T19:25:23.859Z] 17bec77d7fdc: Waiting [2022-12-16T19:25:23.859Z] 15f6c9d580df: Waiting [2022-12-16T19:25:23.859Z] a1d15e5acebb: Waiting [2022-12-16T19:25:23.859Z] 221daa7442e9: Layer already exists [2022-12-16T19:25:23.859Z] 241e8ae8fbe2: Layer already exists [2022-12-16T19:25:23.859Z] f0d03f01631d: Layer already exists [2022-12-16T19:25:23.859Z] 9b35cdf4428d: Layer already exists [2022-12-16T19:25:23.859Z] b0e4ff83e788: Layer already exists [2022-12-16T19:25:23.859Z] e7fcfd32ca74: Layer already exists [2022-12-16T19:25:23.859Z] f78d22731470: Layer already exists [2022-12-16T19:25:23.859Z] a1d15e5acebb: Layer already exists [2022-12-16T19:25:23.859Z] 15f6c9d580df: Layer already exists [2022-12-16T19:25:23.859Z] 17bec77d7fdc: Layer already exists [2022-12-16T19:25:24.127Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7: digest: sha256:dfb616ae4fbc33ee0ca2cf2120decc1013d0b064303347b3a4b05c64110637e5 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:25:24.467Z] + 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 [2022-12-16T19:25:24.813Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2022-12-16T19:25:24.813Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2022-12-16T19:25:24.813Z] 221daa7442e9: Preparing [2022-12-16T19:25:24.813Z] 9b35cdf4428d: Preparing [2022-12-16T19:25:24.813Z] 241e8ae8fbe2: Preparing [2022-12-16T19:25:24.813Z] f0d03f01631d: Preparing [2022-12-16T19:25:24.813Z] b0e4ff83e788: Preparing [2022-12-16T19:25:24.813Z] e7fcfd32ca74: Preparing [2022-12-16T19:25:24.813Z] f78d22731470: Preparing [2022-12-16T19:25:24.813Z] 15f6c9d580df: Preparing [2022-12-16T19:25:24.813Z] a1d15e5acebb: Preparing [2022-12-16T19:25:24.813Z] 17bec77d7fdc: Preparing [2022-12-16T19:25:24.813Z] 15f6c9d580df: Waiting [2022-12-16T19:25:24.813Z] a1d15e5acebb: Waiting [2022-12-16T19:25:24.813Z] f78d22731470: Waiting [2022-12-16T19:25:24.813Z] e7fcfd32ca74: Waiting [2022-12-16T19:25:24.813Z] 17bec77d7fdc: Waiting [2022-12-16T19:25:24.813Z] 9b35cdf4428d: Layer already exists [2022-12-16T19:25:24.813Z] 241e8ae8fbe2: Layer already exists [2022-12-16T19:25:24.813Z] f0d03f01631d: Layer already exists [2022-12-16T19:25:24.813Z] 221daa7442e9: Layer already exists [2022-12-16T19:25:24.813Z] b0e4ff83e788: Layer already exists [2022-12-16T19:25:24.813Z] e7fcfd32ca74: Layer already exists [2022-12-16T19:25:24.813Z] 17bec77d7fdc: Layer already exists [2022-12-16T19:25:24.813Z] f78d22731470: Layer already exists [2022-12-16T19:25:24.813Z] 15f6c9d580df: Layer already exists [2022-12-16T19:25:24.813Z] a1d15e5acebb: Layer already exists [2022-12-16T19:25:25.078Z] main: digest: sha256:dfb616ae4fbc33ee0ca2cf2120decc1013d0b064303347b3a4b05c64110637e5 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-12-16T19:25:25.127Z] ===================================================== [Pipeline] echo [2022-12-16T19:25:25.135Z] taggedImages: [2022-12-16T19:25:25.135Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:25:25.135Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2022-12-16T19:25:25.135Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.7 [2022-12-16T19:25:25.135Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:25:25.135Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2022-12-16T19:25:25.157Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2022-12-16T19:25:25.157Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:25:25.157Z] latest [2022-12-16T19:25:25.157Z] 3.0.0-dev.7 [2022-12-16T19:25:25.157Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:25:25.157Z] main [2022-12-16T19:25:25.157Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:25:25.512Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:25:25.848Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:25:25.848Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2022-12-16T19:25:25.848Z] 79e4820c0d5d: Preparing [2022-12-16T19:25:25.848Z] b8c3212030f1: Preparing [2022-12-16T19:25:25.848Z] 976a7b946443: Preparing [2022-12-16T19:25:25.848Z] 736c1a5ec3d7: Preparing [2022-12-16T19:25:25.848Z] 9833f26c6bda: Preparing [2022-12-16T19:25:25.848Z] 976a7b946443: Layer already exists [2022-12-16T19:25:25.848Z] 9833f26c6bda: Layer already exists [2022-12-16T19:25:26.113Z] 79e4820c0d5d: Pushed [2022-12-16T19:25:27.070Z] 736c1a5ec3d7: Pushed [2022-12-16T19:25:30.406Z] b8c3212030f1: Pushed [2022-12-16T19:25:30.406Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d: digest: sha256:31f505ec38fce5f1b6d5b05482f36155621b4914c214ce197a3e330731b6ad29 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:25:30.760Z] + 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 [2022-12-16T19:25:31.132Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2022-12-16T19:25:31.132Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2022-12-16T19:25:31.132Z] 79e4820c0d5d: Preparing [2022-12-16T19:25:31.132Z] b8c3212030f1: Preparing [2022-12-16T19:25:31.132Z] 976a7b946443: Preparing [2022-12-16T19:25:31.132Z] 736c1a5ec3d7: Preparing [2022-12-16T19:25:31.132Z] 9833f26c6bda: Preparing [2022-12-16T19:25:31.132Z] b8c3212030f1: Layer already exists [2022-12-16T19:25:31.132Z] 9833f26c6bda: Layer already exists [2022-12-16T19:25:31.132Z] 976a7b946443: Layer already exists [2022-12-16T19:25:31.132Z] 736c1a5ec3d7: Layer already exists [2022-12-16T19:25:31.132Z] 79e4820c0d5d: Layer already exists [2022-12-16T19:25:31.401Z] latest: digest: sha256:31f505ec38fce5f1b6d5b05482f36155621b4914c214ce197a3e330731b6ad29 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:25:31.755Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:25:32.105Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.7 [2022-12-16T19:25:32.106Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2022-12-16T19:25:32.106Z] 79e4820c0d5d: Preparing [2022-12-16T19:25:32.106Z] b8c3212030f1: Preparing [2022-12-16T19:25:32.106Z] 976a7b946443: Preparing [2022-12-16T19:25:32.106Z] 736c1a5ec3d7: Preparing [2022-12-16T19:25:32.106Z] 9833f26c6bda: Preparing [2022-12-16T19:25:32.106Z] 9833f26c6bda: Layer already exists [2022-12-16T19:25:32.106Z] b8c3212030f1: Layer already exists [2022-12-16T19:25:32.106Z] 736c1a5ec3d7: Layer already exists [2022-12-16T19:25:32.106Z] 79e4820c0d5d: Layer already exists [2022-12-16T19:25:32.106Z] 976a7b946443: Layer already exists [2022-12-16T19:25:32.376Z] 3.0.0-dev.7: digest: sha256:31f505ec38fce5f1b6d5b05482f36155621b4914c214ce197a3e330731b6ad29 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:25:32.715Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:25:33.054Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:25:33.054Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2022-12-16T19:25:33.054Z] 79e4820c0d5d: Preparing [2022-12-16T19:25:33.054Z] b8c3212030f1: Preparing [2022-12-16T19:25:33.054Z] 976a7b946443: Preparing [2022-12-16T19:25:33.054Z] 736c1a5ec3d7: Preparing [2022-12-16T19:25:33.054Z] 9833f26c6bda: Preparing [2022-12-16T19:25:33.054Z] 9833f26c6bda: Layer already exists [2022-12-16T19:25:33.054Z] 736c1a5ec3d7: Layer already exists [2022-12-16T19:25:33.054Z] b8c3212030f1: Layer already exists [2022-12-16T19:25:33.054Z] 79e4820c0d5d: Layer already exists [2022-12-16T19:25:33.054Z] 976a7b946443: Layer already exists [2022-12-16T19:25:33.321Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7: digest: sha256:31f505ec38fce5f1b6d5b05482f36155621b4914c214ce197a3e330731b6ad29 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:25:33.671Z] + 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 [2022-12-16T19:25:34.000Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2022-12-16T19:25:34.000Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2022-12-16T19:25:34.000Z] 79e4820c0d5d: Preparing [2022-12-16T19:25:34.000Z] b8c3212030f1: Preparing [2022-12-16T19:25:34.000Z] 976a7b946443: Preparing [2022-12-16T19:25:34.000Z] 736c1a5ec3d7: Preparing [2022-12-16T19:25:34.000Z] 9833f26c6bda: Preparing [2022-12-16T19:25:34.000Z] 9833f26c6bda: Layer already exists [2022-12-16T19:25:34.000Z] 79e4820c0d5d: Layer already exists [2022-12-16T19:25:34.000Z] 976a7b946443: Layer already exists [2022-12-16T19:25:34.000Z] 736c1a5ec3d7: Layer already exists [2022-12-16T19:25:34.000Z] b8c3212030f1: Layer already exists [2022-12-16T19:25:34.267Z] main: digest: sha256:31f505ec38fce5f1b6d5b05482f36155621b4914c214ce197a3e330731b6ad29 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-12-16T19:25:34.306Z] ===================================================== [Pipeline] echo [2022-12-16T19:25:34.311Z] taggedImages: [2022-12-16T19:25:34.311Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:25:34.311Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2022-12-16T19:25:34.311Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.7 [2022-12-16T19:25:34.311Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:25:34.311Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2022-12-16T19:25:34.325Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2022-12-16T19:25:34.325Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:25:34.325Z] latest [2022-12-16T19:25:34.325Z] 3.0.0-dev.7 [2022-12-16T19:25:34.325Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:25:34.325Z] main [2022-12-16T19:25:34.325Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:25:34.675Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:25:35.013Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:25:35.013Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2022-12-16T19:25:35.013Z] fcb4943f0fb8: Preparing [2022-12-16T19:25:35.013Z] b487b232dd41: Preparing [2022-12-16T19:25:35.013Z] d924f5109b45: Preparing [2022-12-16T19:25:35.013Z] a643c5c033c5: Preparing [2022-12-16T19:25:35.013Z] 2ce0b992fd36: Preparing [2022-12-16T19:25:35.013Z] c296d0dc2815: Preparing [2022-12-16T19:25:35.013Z] 9833f26c6bda: Preparing [2022-12-16T19:25:35.013Z] c296d0dc2815: Waiting [2022-12-16T19:25:35.013Z] 9833f26c6bda: Waiting [2022-12-16T19:25:35.282Z] fcb4943f0fb8: Pushed [2022-12-16T19:25:35.282Z] b487b232dd41: Pushed [2022-12-16T19:25:35.282Z] d924f5109b45: Pushed [2022-12-16T19:25:35.282Z] 9833f26c6bda: Layer already exists [2022-12-16T19:25:36.250Z] c296d0dc2815: Pushed [2022-12-16T19:25:44.453Z] 2ce0b992fd36: Pushed [2022-12-16T19:25:51.100Z] a643c5c033c5: Pushed [2022-12-16T19:25:51.100Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d: digest: sha256:e313519fe595c445e85546bfd51f9aefa58425d9b9b55b5661dc04d29f8586b3 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:25:51.437Z] + 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 [2022-12-16T19:25:51.770Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2022-12-16T19:25:51.770Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2022-12-16T19:25:51.770Z] fcb4943f0fb8: Preparing [2022-12-16T19:25:51.770Z] b487b232dd41: Preparing [2022-12-16T19:25:51.770Z] d924f5109b45: Preparing [2022-12-16T19:25:51.770Z] a643c5c033c5: Preparing [2022-12-16T19:25:51.770Z] 2ce0b992fd36: Preparing [2022-12-16T19:25:51.770Z] c296d0dc2815: Preparing [2022-12-16T19:25:51.770Z] 9833f26c6bda: Preparing [2022-12-16T19:25:51.770Z] c296d0dc2815: Waiting [2022-12-16T19:25:51.770Z] 9833f26c6bda: Waiting [2022-12-16T19:25:51.770Z] a643c5c033c5: Layer already exists [2022-12-16T19:25:51.770Z] d924f5109b45: Layer already exists [2022-12-16T19:25:51.770Z] fcb4943f0fb8: Layer already exists [2022-12-16T19:25:51.770Z] 2ce0b992fd36: Layer already exists [2022-12-16T19:25:51.770Z] b487b232dd41: Layer already exists [2022-12-16T19:25:51.770Z] c296d0dc2815: Layer already exists [2022-12-16T19:25:51.770Z] 9833f26c6bda: Layer already exists [2022-12-16T19:25:52.038Z] latest: digest: sha256:e313519fe595c445e85546bfd51f9aefa58425d9b9b55b5661dc04d29f8586b3 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:25:52.377Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:25:52.734Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.7 [2022-12-16T19:25:52.734Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2022-12-16T19:25:52.734Z] fcb4943f0fb8: Preparing [2022-12-16T19:25:52.734Z] b487b232dd41: Preparing [2022-12-16T19:25:52.734Z] d924f5109b45: Preparing [2022-12-16T19:25:52.734Z] a643c5c033c5: Preparing [2022-12-16T19:25:52.734Z] 2ce0b992fd36: Preparing [2022-12-16T19:25:52.734Z] c296d0dc2815: Preparing [2022-12-16T19:25:52.734Z] 9833f26c6bda: Preparing [2022-12-16T19:25:52.734Z] c296d0dc2815: Waiting [2022-12-16T19:25:52.734Z] b487b232dd41: Layer already exists [2022-12-16T19:25:52.734Z] 2ce0b992fd36: Layer already exists [2022-12-16T19:25:52.734Z] d924f5109b45: Layer already exists [2022-12-16T19:25:52.734Z] fcb4943f0fb8: Layer already exists [2022-12-16T19:25:52.734Z] a643c5c033c5: Layer already exists [2022-12-16T19:25:52.734Z] c296d0dc2815: Layer already exists [2022-12-16T19:25:52.734Z] 9833f26c6bda: Layer already exists [2022-12-16T19:25:53.001Z] 3.0.0-dev.7: digest: sha256:e313519fe595c445e85546bfd51f9aefa58425d9b9b55b5661dc04d29f8586b3 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:25:53.349Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:25:53.685Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:25:53.685Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2022-12-16T19:25:53.685Z] fcb4943f0fb8: Preparing [2022-12-16T19:25:53.685Z] b487b232dd41: Preparing [2022-12-16T19:25:53.685Z] d924f5109b45: Preparing [2022-12-16T19:25:53.685Z] a643c5c033c5: Preparing [2022-12-16T19:25:53.685Z] 2ce0b992fd36: Preparing [2022-12-16T19:25:53.685Z] c296d0dc2815: Preparing [2022-12-16T19:25:53.685Z] 9833f26c6bda: Preparing [2022-12-16T19:25:53.685Z] c296d0dc2815: Waiting [2022-12-16T19:25:53.685Z] 9833f26c6bda: Waiting [2022-12-16T19:25:53.685Z] d924f5109b45: Layer already exists [2022-12-16T19:25:53.685Z] 2ce0b992fd36: Layer already exists [2022-12-16T19:25:53.685Z] a643c5c033c5: Layer already exists [2022-12-16T19:25:53.685Z] fcb4943f0fb8: Layer already exists [2022-12-16T19:25:53.685Z] b487b232dd41: Layer already exists [2022-12-16T19:25:53.685Z] c296d0dc2815: Layer already exists [2022-12-16T19:25:53.685Z] 9833f26c6bda: Layer already exists [2022-12-16T19:25:53.954Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7: digest: sha256:e313519fe595c445e85546bfd51f9aefa58425d9b9b55b5661dc04d29f8586b3 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:25:54.312Z] + 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 [2022-12-16T19:25:54.650Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2022-12-16T19:25:54.650Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2022-12-16T19:25:54.650Z] fcb4943f0fb8: Preparing [2022-12-16T19:25:54.650Z] b487b232dd41: Preparing [2022-12-16T19:25:54.650Z] d924f5109b45: Preparing [2022-12-16T19:25:54.650Z] a643c5c033c5: Preparing [2022-12-16T19:25:54.650Z] 2ce0b992fd36: Preparing [2022-12-16T19:25:54.650Z] c296d0dc2815: Preparing [2022-12-16T19:25:54.650Z] 9833f26c6bda: Preparing [2022-12-16T19:25:54.650Z] c296d0dc2815: Waiting [2022-12-16T19:25:54.650Z] 9833f26c6bda: Waiting [2022-12-16T19:25:54.650Z] d924f5109b45: Layer already exists [2022-12-16T19:25:54.650Z] 2ce0b992fd36: Layer already exists [2022-12-16T19:25:54.650Z] b487b232dd41: Layer already exists [2022-12-16T19:25:54.650Z] a643c5c033c5: Layer already exists [2022-12-16T19:25:54.650Z] fcb4943f0fb8: Layer already exists [2022-12-16T19:25:54.650Z] 9833f26c6bda: Layer already exists [2022-12-16T19:25:54.650Z] c296d0dc2815: Layer already exists [2022-12-16T19:25:54.916Z] main: digest: sha256:e313519fe595c445e85546bfd51f9aefa58425d9b9b55b5661dc04d29f8586b3 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-12-16T19:25:54.959Z] ===================================================== [Pipeline] echo [2022-12-16T19:25:54.965Z] taggedImages: [2022-12-16T19:25:54.965Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:25:54.965Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2022-12-16T19:25:54.965Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.7 [2022-12-16T19:25:54.965Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:25:54.965Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2022-12-16T19:25:54.978Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2022-12-16T19:25:54.978Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:25:54.978Z] latest [2022-12-16T19:25:54.978Z] 3.0.0-dev.7 [2022-12-16T19:25:54.978Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:25:54.978Z] main [2022-12-16T19:25:54.978Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:25:55.311Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:25:55.660Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:25:55.660Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2022-12-16T19:25:55.660Z] dae1e4992993: Preparing [2022-12-16T19:25:55.660Z] ba182c41f85d: Preparing [2022-12-16T19:25:55.660Z] 53b282e9b605: Preparing [2022-12-16T19:25:55.660Z] 2b2febd848f3: Preparing [2022-12-16T19:25:55.660Z] 2cb1ab91e0c3: Preparing [2022-12-16T19:25:55.660Z] 9833f26c6bda: Preparing [2022-12-16T19:25:55.660Z] 9833f26c6bda: Waiting [2022-12-16T19:25:55.929Z] dae1e4992993: Pushed [2022-12-16T19:25:55.929Z] ba182c41f85d: Pushed [2022-12-16T19:25:55.929Z] 53b282e9b605: Pushed [2022-12-16T19:25:55.929Z] 9833f26c6bda: Layer already exists [2022-12-16T19:25:56.511Z] 2cb1ab91e0c3: Pushed [2022-12-16T19:26:11.503Z] 2b2febd848f3: Pushed [2022-12-16T19:26:11.503Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d: digest: sha256:d5ed745ce2d099705412da7736638dce9f1802d42ba8908d507de4bf26777287 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:26:11.842Z] + 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 [2022-12-16T19:26:12.186Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2022-12-16T19:26:12.186Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2022-12-16T19:26:12.186Z] dae1e4992993: Preparing [2022-12-16T19:26:12.186Z] ba182c41f85d: Preparing [2022-12-16T19:26:12.186Z] 53b282e9b605: Preparing [2022-12-16T19:26:12.186Z] 2b2febd848f3: Preparing [2022-12-16T19:26:12.186Z] 2cb1ab91e0c3: Preparing [2022-12-16T19:26:12.186Z] 9833f26c6bda: Preparing [2022-12-16T19:26:12.186Z] 9833f26c6bda: Waiting [2022-12-16T19:26:12.186Z] 2b2febd848f3: Layer already exists [2022-12-16T19:26:12.186Z] 2cb1ab91e0c3: Layer already exists [2022-12-16T19:26:12.186Z] 53b282e9b605: Layer already exists [2022-12-16T19:26:12.186Z] ba182c41f85d: Layer already exists [2022-12-16T19:26:12.186Z] dae1e4992993: Layer already exists [2022-12-16T19:26:12.186Z] 9833f26c6bda: Layer already exists [2022-12-16T19:26:12.453Z] latest: digest: sha256:d5ed745ce2d099705412da7736638dce9f1802d42ba8908d507de4bf26777287 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:26:12.797Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:26:13.134Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.7 [2022-12-16T19:26:13.134Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2022-12-16T19:26:13.134Z] dae1e4992993: Preparing [2022-12-16T19:26:13.134Z] ba182c41f85d: Preparing [2022-12-16T19:26:13.134Z] 53b282e9b605: Preparing [2022-12-16T19:26:13.134Z] 2b2febd848f3: Preparing [2022-12-16T19:26:13.134Z] 2cb1ab91e0c3: Preparing [2022-12-16T19:26:13.134Z] 9833f26c6bda: Preparing [2022-12-16T19:26:13.134Z] 9833f26c6bda: Waiting [2022-12-16T19:26:13.134Z] dae1e4992993: Layer already exists [2022-12-16T19:26:13.134Z] ba182c41f85d: Layer already exists [2022-12-16T19:26:13.134Z] 2b2febd848f3: Layer already exists [2022-12-16T19:26:13.134Z] 2cb1ab91e0c3: Layer already exists [2022-12-16T19:26:13.134Z] 53b282e9b605: Layer already exists [2022-12-16T19:26:13.134Z] 9833f26c6bda: Layer already exists [2022-12-16T19:26:13.403Z] 3.0.0-dev.7: digest: sha256:d5ed745ce2d099705412da7736638dce9f1802d42ba8908d507de4bf26777287 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:26:13.751Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:26:14.093Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:26:14.093Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2022-12-16T19:26:14.093Z] dae1e4992993: Preparing [2022-12-16T19:26:14.093Z] ba182c41f85d: Preparing [2022-12-16T19:26:14.093Z] 53b282e9b605: Preparing [2022-12-16T19:26:14.093Z] 2b2febd848f3: Preparing [2022-12-16T19:26:14.093Z] 2cb1ab91e0c3: Preparing [2022-12-16T19:26:14.093Z] 9833f26c6bda: Preparing [2022-12-16T19:26:14.093Z] 9833f26c6bda: Waiting [2022-12-16T19:26:14.093Z] 53b282e9b605: Layer already exists [2022-12-16T19:26:14.093Z] ba182c41f85d: Layer already exists [2022-12-16T19:26:14.093Z] dae1e4992993: Layer already exists [2022-12-16T19:26:14.093Z] 2cb1ab91e0c3: Layer already exists [2022-12-16T19:26:14.093Z] 2b2febd848f3: Layer already exists [2022-12-16T19:26:14.093Z] 9833f26c6bda: Layer already exists [2022-12-16T19:26:14.360Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7: digest: sha256:d5ed745ce2d099705412da7736638dce9f1802d42ba8908d507de4bf26777287 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:26:14.702Z] + 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 [2022-12-16T19:26:15.044Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2022-12-16T19:26:15.044Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2022-12-16T19:26:15.044Z] dae1e4992993: Preparing [2022-12-16T19:26:15.044Z] ba182c41f85d: Preparing [2022-12-16T19:26:15.044Z] 53b282e9b605: Preparing [2022-12-16T19:26:15.044Z] 2b2febd848f3: Preparing [2022-12-16T19:26:15.044Z] 2cb1ab91e0c3: Preparing [2022-12-16T19:26:15.044Z] 9833f26c6bda: Preparing [2022-12-16T19:26:15.044Z] 9833f26c6bda: Waiting [2022-12-16T19:26:15.044Z] dae1e4992993: Layer already exists [2022-12-16T19:26:15.044Z] 2cb1ab91e0c3: Layer already exists [2022-12-16T19:26:15.044Z] ba182c41f85d: Layer already exists [2022-12-16T19:26:15.044Z] 2b2febd848f3: Layer already exists [2022-12-16T19:26:15.044Z] 53b282e9b605: Layer already exists [2022-12-16T19:26:15.044Z] 9833f26c6bda: Layer already exists [2022-12-16T19:26:15.311Z] main: digest: sha256:d5ed745ce2d099705412da7736638dce9f1802d42ba8908d507de4bf26777287 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-12-16T19:26:15.354Z] ===================================================== [Pipeline] echo [2022-12-16T19:26:15.361Z] taggedImages: [2022-12-16T19:26:15.361Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:26:15.361Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2022-12-16T19:26:15.361Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.7 [2022-12-16T19:26:15.361Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:26:15.361Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2022-12-16T19:26:15.380Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2022-12-16T19:26:15.380Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:26:15.380Z] latest [2022-12-16T19:26:15.380Z] 3.0.0-dev.7 [2022-12-16T19:26:15.380Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:26:15.380Z] main [2022-12-16T19:26:15.380Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:26:15.716Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:26:16.058Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:26:16.058Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2022-12-16T19:26:16.058Z] acfab125e9c1: Preparing [2022-12-16T19:26:16.058Z] 84d6e9037117: Preparing [2022-12-16T19:26:16.058Z] 8f1c8ba833c3: Preparing [2022-12-16T19:26:16.058Z] 6dc1736810c8: Preparing [2022-12-16T19:26:16.058Z] 7b5a44cf47dd: Preparing [2022-12-16T19:26:16.058Z] 9833f26c6bda: Preparing [2022-12-16T19:26:16.059Z] 9833f26c6bda: Waiting [2022-12-16T19:26:16.327Z] 8f1c8ba833c3: Pushed [2022-12-16T19:26:16.327Z] 84d6e9037117: Pushed [2022-12-16T19:26:16.327Z] acfab125e9c1: Pushed [2022-12-16T19:26:16.327Z] 9833f26c6bda: Layer already exists [2022-12-16T19:26:16.913Z] 7b5a44cf47dd: Pushed [2022-12-16T19:26:31.903Z] 6dc1736810c8: Pushed [2022-12-16T19:26:32.168Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d: digest: sha256:f444333a7ab7fb21bd002452e65a5c13c6305372b18463fe604b4dc9adc77520 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:26:32.512Z] + 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 [2022-12-16T19:26:32.857Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2022-12-16T19:26:32.857Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2022-12-16T19:26:32.857Z] acfab125e9c1: Preparing [2022-12-16T19:26:32.857Z] 84d6e9037117: Preparing [2022-12-16T19:26:32.857Z] 8f1c8ba833c3: Preparing [2022-12-16T19:26:32.857Z] 6dc1736810c8: Preparing [2022-12-16T19:26:32.857Z] 7b5a44cf47dd: Preparing [2022-12-16T19:26:32.857Z] 9833f26c6bda: Preparing [2022-12-16T19:26:32.857Z] 9833f26c6bda: Waiting [2022-12-16T19:26:32.857Z] 8f1c8ba833c3: Layer already exists [2022-12-16T19:26:32.857Z] 6dc1736810c8: Layer already exists [2022-12-16T19:26:32.857Z] acfab125e9c1: Layer already exists [2022-12-16T19:26:32.857Z] 7b5a44cf47dd: Layer already exists [2022-12-16T19:26:32.857Z] 84d6e9037117: Layer already exists [2022-12-16T19:26:32.857Z] 9833f26c6bda: Layer already exists [2022-12-16T19:26:33.123Z] latest: digest: sha256:f444333a7ab7fb21bd002452e65a5c13c6305372b18463fe604b4dc9adc77520 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:26:33.456Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:26:33.798Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.7 [2022-12-16T19:26:33.798Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2022-12-16T19:26:33.798Z] acfab125e9c1: Preparing [2022-12-16T19:26:33.798Z] 84d6e9037117: Preparing [2022-12-16T19:26:33.798Z] 8f1c8ba833c3: Preparing [2022-12-16T19:26:33.798Z] 6dc1736810c8: Preparing [2022-12-16T19:26:33.798Z] 7b5a44cf47dd: Preparing [2022-12-16T19:26:33.798Z] 9833f26c6bda: Preparing [2022-12-16T19:26:33.798Z] 9833f26c6bda: Waiting [2022-12-16T19:26:33.798Z] 8f1c8ba833c3: Layer already exists [2022-12-16T19:26:33.798Z] 7b5a44cf47dd: Layer already exists [2022-12-16T19:26:33.798Z] 6dc1736810c8: Layer already exists [2022-12-16T19:26:33.798Z] 84d6e9037117: Layer already exists [2022-12-16T19:26:33.798Z] acfab125e9c1: Layer already exists [2022-12-16T19:26:33.798Z] 9833f26c6bda: Layer already exists [2022-12-16T19:26:34.067Z] 3.0.0-dev.7: digest: sha256:f444333a7ab7fb21bd002452e65a5c13c6305372b18463fe604b4dc9adc77520 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:26:34.408Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:26:34.749Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:26:34.749Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2022-12-16T19:26:34.749Z] acfab125e9c1: Preparing [2022-12-16T19:26:34.749Z] 84d6e9037117: Preparing [2022-12-16T19:26:34.749Z] 8f1c8ba833c3: Preparing [2022-12-16T19:26:34.749Z] 6dc1736810c8: Preparing [2022-12-16T19:26:34.749Z] 7b5a44cf47dd: Preparing [2022-12-16T19:26:34.749Z] 9833f26c6bda: Preparing [2022-12-16T19:26:34.749Z] 9833f26c6bda: Waiting [2022-12-16T19:26:34.749Z] 84d6e9037117: Layer already exists [2022-12-16T19:26:34.749Z] acfab125e9c1: Layer already exists [2022-12-16T19:26:34.749Z] 8f1c8ba833c3: Layer already exists [2022-12-16T19:26:34.749Z] 7b5a44cf47dd: Layer already exists [2022-12-16T19:26:34.749Z] 6dc1736810c8: Layer already exists [2022-12-16T19:26:34.749Z] 9833f26c6bda: Layer already exists [2022-12-16T19:26:35.016Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7: digest: sha256:f444333a7ab7fb21bd002452e65a5c13c6305372b18463fe604b4dc9adc77520 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:26:35.365Z] + 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 [2022-12-16T19:26:35.717Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2022-12-16T19:26:35.717Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2022-12-16T19:26:35.717Z] acfab125e9c1: Preparing [2022-12-16T19:26:35.717Z] 84d6e9037117: Preparing [2022-12-16T19:26:35.717Z] 8f1c8ba833c3: Preparing [2022-12-16T19:26:35.717Z] 6dc1736810c8: Preparing [2022-12-16T19:26:35.717Z] 7b5a44cf47dd: Preparing [2022-12-16T19:26:35.717Z] 9833f26c6bda: Preparing [2022-12-16T19:26:35.717Z] 9833f26c6bda: Waiting [2022-12-16T19:26:35.717Z] acfab125e9c1: Layer already exists [2022-12-16T19:26:35.717Z] 6dc1736810c8: Layer already exists [2022-12-16T19:26:35.717Z] 84d6e9037117: Layer already exists [2022-12-16T19:26:35.717Z] 7b5a44cf47dd: Layer already exists [2022-12-16T19:26:35.717Z] 8f1c8ba833c3: Layer already exists [2022-12-16T19:26:35.717Z] 9833f26c6bda: Layer already exists [2022-12-16T19:26:35.984Z] main: digest: sha256:f444333a7ab7fb21bd002452e65a5c13c6305372b18463fe604b4dc9adc77520 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-12-16T19:26:36.040Z] ===================================================== [Pipeline] echo [2022-12-16T19:26:36.047Z] taggedImages: [2022-12-16T19:26:36.047Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:26:36.047Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2022-12-16T19:26:36.047Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.7 [2022-12-16T19:26:36.047Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:26:36.047Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2022-12-16T19:26:36.067Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2022-12-16T19:26:36.067Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:26:36.067Z] latest [2022-12-16T19:26:36.067Z] 3.0.0-dev.7 [2022-12-16T19:26:36.067Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:26:36.067Z] main [2022-12-16T19:26:36.067Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:26:36.411Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:26:36.755Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:26:36.755Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2022-12-16T19:26:36.755Z] 0a225f0a49d2: Preparing [2022-12-16T19:26:36.755Z] 792e7d37889c: Preparing [2022-12-16T19:26:36.755Z] 976a7b946443: Preparing [2022-12-16T19:26:36.755Z] 6c15cd8115ef: Preparing [2022-12-16T19:26:36.755Z] 17bec77d7fdc: Preparing [2022-12-16T19:26:36.755Z] 976a7b946443: Layer already exists [2022-12-16T19:26:37.025Z] 17bec77d7fdc: Layer already exists [2022-12-16T19:26:37.025Z] 0a225f0a49d2: Pushed [2022-12-16T19:26:37.292Z] 6c15cd8115ef: Pushed [2022-12-16T19:26:43.937Z] 792e7d37889c: Pushed [2022-12-16T19:26:43.937Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d: digest: sha256:27e2faa2336837f359fe94e257c09b20cfb42cca78d4de959df225492ba6163d size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:26:44.275Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:26:44.623Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2022-12-16T19:26:44.623Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2022-12-16T19:26:44.623Z] 0a225f0a49d2: Preparing [2022-12-16T19:26:44.623Z] 792e7d37889c: Preparing [2022-12-16T19:26:44.623Z] 976a7b946443: Preparing [2022-12-16T19:26:44.623Z] 6c15cd8115ef: Preparing [2022-12-16T19:26:44.623Z] 17bec77d7fdc: Preparing [2022-12-16T19:26:44.623Z] 0a225f0a49d2: Layer already exists [2022-12-16T19:26:44.623Z] 792e7d37889c: Layer already exists [2022-12-16T19:26:44.623Z] 6c15cd8115ef: Layer already exists [2022-12-16T19:26:44.623Z] 17bec77d7fdc: Layer already exists [2022-12-16T19:26:44.623Z] 976a7b946443: Layer already exists [2022-12-16T19:26:44.889Z] latest: digest: sha256:27e2faa2336837f359fe94e257c09b20cfb42cca78d4de959df225492ba6163d size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:26:45.221Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:26:45.559Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.7 [2022-12-16T19:26:45.559Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2022-12-16T19:26:45.559Z] 0a225f0a49d2: Preparing [2022-12-16T19:26:45.559Z] 792e7d37889c: Preparing [2022-12-16T19:26:45.559Z] 976a7b946443: Preparing [2022-12-16T19:26:45.559Z] 6c15cd8115ef: Preparing [2022-12-16T19:26:45.559Z] 17bec77d7fdc: Preparing [2022-12-16T19:26:45.559Z] 17bec77d7fdc: Layer already exists [2022-12-16T19:26:45.559Z] 976a7b946443: Layer already exists [2022-12-16T19:26:45.559Z] 792e7d37889c: Layer already exists [2022-12-16T19:26:45.559Z] 0a225f0a49d2: Layer already exists [2022-12-16T19:26:45.559Z] 6c15cd8115ef: Layer already exists [2022-12-16T19:26:45.825Z] 3.0.0-dev.7: digest: sha256:27e2faa2336837f359fe94e257c09b20cfb42cca78d4de959df225492ba6163d size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:26:46.162Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:26:46.500Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:26:46.500Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2022-12-16T19:26:46.767Z] 0a225f0a49d2: Preparing [2022-12-16T19:26:46.767Z] 792e7d37889c: Preparing [2022-12-16T19:26:46.767Z] 976a7b946443: Preparing [2022-12-16T19:26:46.767Z] 6c15cd8115ef: Preparing [2022-12-16T19:26:46.767Z] 17bec77d7fdc: Preparing [2022-12-16T19:26:46.767Z] 17bec77d7fdc: Layer already exists [2022-12-16T19:26:46.767Z] 6c15cd8115ef: Layer already exists [2022-12-16T19:26:46.767Z] 0a225f0a49d2: Layer already exists [2022-12-16T19:26:46.767Z] 792e7d37889c: Layer already exists [2022-12-16T19:26:46.767Z] 976a7b946443: Layer already exists [2022-12-16T19:26:46.767Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7: digest: sha256:27e2faa2336837f359fe94e257c09b20cfb42cca78d4de959df225492ba6163d size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:26:47.107Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:26:47.440Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2022-12-16T19:26:47.440Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2022-12-16T19:26:47.440Z] 0a225f0a49d2: Preparing [2022-12-16T19:26:47.440Z] 792e7d37889c: Preparing [2022-12-16T19:26:47.440Z] 976a7b946443: Preparing [2022-12-16T19:26:47.440Z] 6c15cd8115ef: Preparing [2022-12-16T19:26:47.440Z] 17bec77d7fdc: Preparing [2022-12-16T19:26:47.440Z] 792e7d37889c: Layer already exists [2022-12-16T19:26:47.440Z] 17bec77d7fdc: Layer already exists [2022-12-16T19:26:47.440Z] 6c15cd8115ef: Layer already exists [2022-12-16T19:26:47.440Z] 0a225f0a49d2: Layer already exists [2022-12-16T19:26:47.440Z] 976a7b946443: Layer already exists [2022-12-16T19:26:47.706Z] main: digest: sha256:27e2faa2336837f359fe94e257c09b20cfb42cca78d4de959df225492ba6163d size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-12-16T19:26:47.755Z] ===================================================== [Pipeline] echo [2022-12-16T19:26:47.764Z] taggedImages: [2022-12-16T19:26:47.764Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:26:47.764Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2022-12-16T19:26:47.764Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.7 [2022-12-16T19:26:47.764Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:26:47.764Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2022-12-16T19:26:47.784Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2022-12-16T19:26:47.784Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:26:47.784Z] latest [2022-12-16T19:26:47.784Z] 3.0.0-dev.7 [2022-12-16T19:26:47.784Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:26:47.784Z] main [2022-12-16T19:26:47.784Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:26:48.123Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:26:48.506Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:26:48.506Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2022-12-16T19:26:48.506Z] abec7a85cc38: Preparing [2022-12-16T19:26:48.506Z] 6c78494d4451: Preparing [2022-12-16T19:26:48.506Z] 976a7b946443: Preparing [2022-12-16T19:26:48.506Z] f2a9d0ad6ae4: Preparing [2022-12-16T19:26:48.506Z] 17bec77d7fdc: Preparing [2022-12-16T19:26:48.506Z] f2a9d0ad6ae4: Layer already exists [2022-12-16T19:26:48.506Z] 976a7b946443: Layer already exists [2022-12-16T19:26:48.506Z] 17bec77d7fdc: Layer already exists [2022-12-16T19:26:48.782Z] abec7a85cc38: Pushed [2022-12-16T19:26:55.455Z] 6c78494d4451: Pushed [2022-12-16T19:26:55.455Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d: digest: sha256:8ae7c6e859bc51af2aceeef9153c5392a0060cd3c26301656c3898ee664bfd47 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:26:55.789Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:26:56.117Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2022-12-16T19:26:56.117Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2022-12-16T19:26:56.117Z] abec7a85cc38: Preparing [2022-12-16T19:26:56.117Z] 6c78494d4451: Preparing [2022-12-16T19:26:56.117Z] 976a7b946443: Preparing [2022-12-16T19:26:56.117Z] f2a9d0ad6ae4: Preparing [2022-12-16T19:26:56.117Z] 17bec77d7fdc: Preparing [2022-12-16T19:26:56.117Z] 17bec77d7fdc: Layer already exists [2022-12-16T19:26:56.117Z] 6c78494d4451: Layer already exists [2022-12-16T19:26:56.117Z] abec7a85cc38: Layer already exists [2022-12-16T19:26:56.117Z] 976a7b946443: Layer already exists [2022-12-16T19:26:56.117Z] f2a9d0ad6ae4: Layer already exists [2022-12-16T19:26:56.117Z] latest: digest: sha256:8ae7c6e859bc51af2aceeef9153c5392a0060cd3c26301656c3898ee664bfd47 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:26:56.718Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:26:57.049Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.7 [2022-12-16T19:26:57.049Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2022-12-16T19:26:57.049Z] abec7a85cc38: Preparing [2022-12-16T19:26:57.049Z] 6c78494d4451: Preparing [2022-12-16T19:26:57.049Z] 976a7b946443: Preparing [2022-12-16T19:26:57.049Z] f2a9d0ad6ae4: Preparing [2022-12-16T19:26:57.049Z] 17bec77d7fdc: Preparing [2022-12-16T19:26:57.049Z] f2a9d0ad6ae4: Layer already exists [2022-12-16T19:26:57.049Z] abec7a85cc38: Layer already exists [2022-12-16T19:26:57.049Z] 6c78494d4451: Layer already exists [2022-12-16T19:26:57.049Z] 17bec77d7fdc: Layer already exists [2022-12-16T19:26:57.049Z] 976a7b946443: Layer already exists [2022-12-16T19:26:57.049Z] 3.0.0-dev.7: digest: sha256:8ae7c6e859bc51af2aceeef9153c5392a0060cd3c26301656c3898ee664bfd47 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:26:57.650Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:26:57.980Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:26:57.980Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2022-12-16T19:26:57.980Z] abec7a85cc38: Preparing [2022-12-16T19:26:57.980Z] 6c78494d4451: Preparing [2022-12-16T19:26:57.980Z] 976a7b946443: Preparing [2022-12-16T19:26:57.980Z] f2a9d0ad6ae4: Preparing [2022-12-16T19:26:57.980Z] 17bec77d7fdc: Preparing [2022-12-16T19:26:57.980Z] 17bec77d7fdc: Layer already exists [2022-12-16T19:26:57.980Z] 976a7b946443: Layer already exists [2022-12-16T19:26:57.980Z] 6c78494d4451: Layer already exists [2022-12-16T19:26:57.980Z] f2a9d0ad6ae4: Layer already exists [2022-12-16T19:26:57.980Z] abec7a85cc38: Layer already exists [2022-12-16T19:26:57.980Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7: digest: sha256:8ae7c6e859bc51af2aceeef9153c5392a0060cd3c26301656c3898ee664bfd47 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:26:58.578Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:26:58.917Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2022-12-16T19:26:58.917Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2022-12-16T19:26:58.917Z] abec7a85cc38: Preparing [2022-12-16T19:26:58.917Z] 6c78494d4451: Preparing [2022-12-16T19:26:58.917Z] 976a7b946443: Preparing [2022-12-16T19:26:58.917Z] f2a9d0ad6ae4: Preparing [2022-12-16T19:26:58.917Z] 17bec77d7fdc: Preparing [2022-12-16T19:26:58.917Z] abec7a85cc38: Layer already exists [2022-12-16T19:26:58.917Z] 6c78494d4451: Layer already exists [2022-12-16T19:26:58.917Z] 976a7b946443: Layer already exists [2022-12-16T19:26:58.917Z] f2a9d0ad6ae4: Layer already exists [2022-12-16T19:26:58.917Z] 17bec77d7fdc: Layer already exists [2022-12-16T19:26:59.183Z] main: digest: sha256:8ae7c6e859bc51af2aceeef9153c5392a0060cd3c26301656c3898ee664bfd47 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-12-16T19:26:59.242Z] ===================================================== [Pipeline] echo [2022-12-16T19:26:59.251Z] taggedImages: [2022-12-16T19:26:59.251Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:26:59.251Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2022-12-16T19:26:59.251Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.7 [2022-12-16T19:26:59.251Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:26:59.251Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo [2022-12-16T19:26:59.273Z] [edgeXDocker.push] Tagging docker image sys-mgmt-agent-arm64 with the following tags: [2022-12-16T19:26:59.273Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:26:59.273Z] latest [2022-12-16T19:26:59.273Z] 3.0.0-dev.7 [2022-12-16T19:26:59.273Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:26:59.273Z] main [2022-12-16T19:26:59.273Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:26:59.621Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:26:59.968Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:26:59.968Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2022-12-16T19:26:59.968Z] 4083109ccc66: Preparing [2022-12-16T19:26:59.968Z] 91a6549f37fb: Preparing [2022-12-16T19:26:59.968Z] 483195115ffe: Preparing [2022-12-16T19:26:59.968Z] 0cdf2daf7c9c: Preparing [2022-12-16T19:26:59.968Z] 17bec77d7fdc: Preparing [2022-12-16T19:27:00.236Z] 17bec77d7fdc: Layer already exists [2022-12-16T19:27:00.236Z] 91a6549f37fb: Pushed [2022-12-16T19:27:00.820Z] 4083109ccc66: Pushed [2022-12-16T19:27:02.762Z] 483195115ffe: Pushed [2022-12-16T19:27:29.442Z] 0cdf2daf7c9c: Pushed [2022-12-16T19:27:29.442Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d: digest: sha256:f4e831289b4d6ff159a3da84f9b97f3cd53d91c1a258878cbd96639955f4bdd9 size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:27:29.782Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:27:30.127Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest [2022-12-16T19:27:30.128Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2022-12-16T19:27:30.128Z] 4083109ccc66: Preparing [2022-12-16T19:27:30.128Z] 91a6549f37fb: Preparing [2022-12-16T19:27:30.128Z] 483195115ffe: Preparing [2022-12-16T19:27:30.128Z] 0cdf2daf7c9c: Preparing [2022-12-16T19:27:30.128Z] 17bec77d7fdc: Preparing [2022-12-16T19:27:30.128Z] 91a6549f37fb: Layer already exists [2022-12-16T19:27:30.128Z] 4083109ccc66: Layer already exists [2022-12-16T19:27:30.128Z] 17bec77d7fdc: Layer already exists [2022-12-16T19:27:30.128Z] 0cdf2daf7c9c: Layer already exists [2022-12-16T19:27:30.128Z] 483195115ffe: Layer already exists [2022-12-16T19:27:30.394Z] latest: digest: sha256:f4e831289b4d6ff159a3da84f9b97f3cd53d91c1a258878cbd96639955f4bdd9 size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:27:30.728Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:27:31.057Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:3.0.0-dev.7 [2022-12-16T19:27:31.057Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2022-12-16T19:27:31.057Z] 4083109ccc66: Preparing [2022-12-16T19:27:31.057Z] 91a6549f37fb: Preparing [2022-12-16T19:27:31.057Z] 483195115ffe: Preparing [2022-12-16T19:27:31.057Z] 0cdf2daf7c9c: Preparing [2022-12-16T19:27:31.057Z] 17bec77d7fdc: Preparing [2022-12-16T19:27:31.057Z] 91a6549f37fb: Layer already exists [2022-12-16T19:27:31.057Z] 17bec77d7fdc: Layer already exists [2022-12-16T19:27:31.057Z] 483195115ffe: Layer already exists [2022-12-16T19:27:31.057Z] 4083109ccc66: Layer already exists [2022-12-16T19:27:31.057Z] 0cdf2daf7c9c: Layer already exists [2022-12-16T19:27:31.057Z] 3.0.0-dev.7: digest: sha256:f4e831289b4d6ff159a3da84f9b97f3cd53d91c1a258878cbd96639955f4bdd9 size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:27:31.384Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:27:31.707Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:27:31.707Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2022-12-16T19:27:31.707Z] 4083109ccc66: Preparing [2022-12-16T19:27:31.707Z] 91a6549f37fb: Preparing [2022-12-16T19:27:31.707Z] 483195115ffe: Preparing [2022-12-16T19:27:31.707Z] 0cdf2daf7c9c: Preparing [2022-12-16T19:27:31.707Z] 17bec77d7fdc: Preparing [2022-12-16T19:27:31.707Z] 483195115ffe: Layer already exists [2022-12-16T19:27:31.707Z] 0cdf2daf7c9c: Layer already exists [2022-12-16T19:27:31.707Z] 17bec77d7fdc: Layer already exists [2022-12-16T19:27:31.707Z] 91a6549f37fb: Layer already exists [2022-12-16T19:27:31.707Z] 4083109ccc66: Layer already exists [2022-12-16T19:27:31.707Z] 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7: digest: sha256:f4e831289b4d6ff159a3da84f9b97f3cd53d91c1a258878cbd96639955f4bdd9 size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:27:32.310Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:27:32.640Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:main [2022-12-16T19:27:32.640Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2022-12-16T19:27:32.640Z] 4083109ccc66: Preparing [2022-12-16T19:27:32.640Z] 91a6549f37fb: Preparing [2022-12-16T19:27:32.640Z] 483195115ffe: Preparing [2022-12-16T19:27:32.640Z] 0cdf2daf7c9c: Preparing [2022-12-16T19:27:32.640Z] 17bec77d7fdc: Preparing [2022-12-16T19:27:32.640Z] 17bec77d7fdc: Layer already exists [2022-12-16T19:27:32.640Z] 4083109ccc66: Layer already exists [2022-12-16T19:27:32.640Z] 0cdf2daf7c9c: Layer already exists [2022-12-16T19:27:32.640Z] 91a6549f37fb: Layer already exists [2022-12-16T19:27:32.640Z] 483195115ffe: Layer already exists [2022-12-16T19:27:32.907Z] main: digest: sha256:f4e831289b4d6ff159a3da84f9b97f3cd53d91c1a258878cbd96639955f4bdd9 size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-12-16T19:27:32.948Z] ===================================================== [Pipeline] echo [2022-12-16T19:27:32.954Z] taggedImages: [2022-12-16T19:27:32.954Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d [2022-12-16T19:27:32.954Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest [2022-12-16T19:27:32.954Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:3.0.0-dev.7 [2022-12-16T19:27:32.954Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [2022-12-16T19:27:32.954Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:27:33.311Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-12-16T19:27:33.311Z] [2022-12-16T19:27:33.311Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:27:33.638Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-12-16T19:27:33.639Z] arm64: Pulling from edgex-lftools-log-publisher [2022-12-16T19:27:33.639Z] 8998bd30e6a1: Pulling fs layer [2022-12-16T19:27:33.639Z] 04944245beec: Pulling fs layer [2022-12-16T19:27:33.639Z] 699f458cf7ca: Pulling fs layer [2022-12-16T19:27:33.639Z] 765212b225bb: Pulling fs layer [2022-12-16T19:27:33.639Z] f23df028b6ca: Pulling fs layer [2022-12-16T19:27:33.639Z] d65c8cfc05b1: Pulling fs layer [2022-12-16T19:27:33.639Z] 2437ff75d9bd: Pulling fs layer [2022-12-16T19:27:33.639Z] 765212b225bb: Waiting [2022-12-16T19:27:33.639Z] f23df028b6ca: Waiting [2022-12-16T19:27:33.639Z] d65c8cfc05b1: Waiting [2022-12-16T19:27:33.639Z] 2437ff75d9bd: Waiting [2022-12-16T19:27:33.911Z] 04944245beec: Download complete [2022-12-16T19:27:33.911Z] 765212b225bb: Verifying Checksum [2022-12-16T19:27:33.911Z] 765212b225bb: Download complete [2022-12-16T19:27:33.911Z] f23df028b6ca: Verifying Checksum [2022-12-16T19:27:33.911Z] f23df028b6ca: Download complete [2022-12-16T19:27:33.911Z] d65c8cfc05b1: Verifying Checksum [2022-12-16T19:27:33.911Z] d65c8cfc05b1: Download complete [2022-12-16T19:27:34.184Z] 699f458cf7ca: Verifying Checksum [2022-12-16T19:27:34.184Z] 699f458cf7ca: Download complete [2022-12-16T19:27:34.452Z] 8998bd30e6a1: Verifying Checksum [2022-12-16T19:27:34.452Z] 8998bd30e6a1: Download complete [2022-12-16T19:27:37.041Z] 2437ff75d9bd: Download complete [2022-12-16T19:27:38.452Z] 8998bd30e6a1: Pull complete [2022-12-16T19:27:39.035Z] 04944245beec: Pull complete [2022-12-16T19:27:40.443Z] 699f458cf7ca: Pull complete [2022-12-16T19:27:40.712Z] 765212b225bb: Pull complete [2022-12-16T19:27:41.297Z] f23df028b6ca: Pull complete [2022-12-16T19:27:41.566Z] d65c8cfc05b1: Pull complete [2022-12-16T19:27:56.551Z] 2437ff75d9bd: Pull complete [2022-12-16T19:27:56.551Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-12-16T19:27:56.551Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-12-16T19:27:56.551Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-12-16T19:27:56.747Z] prd-ubuntu20.04-docker-arm64-4c-16g-10 does not seem to be running inside a container [2022-12-16T19:27:56.807Z] $ 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/361 -v /w/workspace/edgex-go/361:/w/workspace/edgex-go/361:rw,z -v /w/workspace/edgex-go/361@tmp:/w/workspace/edgex-go/361@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 [2022-12-16T19:27:59.544Z] $ docker top 880122bf1d3487924fd42df1eac782d13da218972646878b15c927a702c5cb43 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-12-16T19:28:00.441Z] ---> job-cost.sh [2022-12-16T19:28:00.441Z] lf-activate-venv: SKIPPING [2022-12-16T19:28:00.441Z] INFO: No Stack... [2022-12-16T19:28:01.021Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-12-16T19:28:01.608Z] INFO: Archiving Costs [Pipeline] sh [2022-12-16T19:28:02.249Z] + cat /w/workspace/edgex-go/361/archives/cost.csv [2022-12-16T19:28:02.249Z] + cut -d, -f6 [Pipeline] lock [2022-12-16T19:28:02.324Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-361-stack-cost] [2022-12-16T19:28:02.330Z] Resource [jenkins-edgexfoundry-edgex-go-main-361-stack-cost] did not exist. Created. [2022-12-16T19:28:02.330Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-main-361-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-12-16T19:28:02.970Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-12-16T19:28:03.572Z] Stashed 1 file(s) [Pipeline] } [2022-12-16T19:28:03.582Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-main-361-stack-cost] [Pipeline] // lock [Pipeline] } [2022-12-16T19:28:03.601Z] $ docker stop --time=1 880122bf1d3487924fd42df1eac782d13da218972646878b15c927a702c5cb43 [2022-12-16T19:28:05.800Z] $ docker rm -f --volumes 880122bf1d3487924fd42df1eac782d13da218972646878b15c927a702c5cb43 [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 [2022-12-16T19:28:06.239Z] provisioning config files... [2022-12-16T19:28:06.246Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/361@tmp/config15777244358443892561tmp [Pipeline] { [Pipeline] sh [2022-12-16T19:28:06.533Z] + set +x [2022-12-16T19:28:06.533Z] + bash -s -- [2022-12-16T19:28:06.533Z] + curl -s https://codecov.io/bash [2022-12-16T19:28:06.533Z] [2022-12-16T19:28:06.533Z] _____ _ [2022-12-16T19:28:06.533Z] / ____| | | [2022-12-16T19:28:06.533Z] | | ___ __| | ___ ___ _____ __ [2022-12-16T19:28:06.533Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-12-16T19:28:06.533Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-12-16T19:28:06.533Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-12-16T19:28:06.533Z] Bash-1.0.6 [2022-12-16T19:28:06.533Z] [2022-12-16T19:28:06.533Z] [2022-12-16T19:28:06.533Z] ==> git version 2.25.1 found [2022-12-16T19:28:06.533Z] ==> 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 [2022-12-16T19:28:06.533Z] Release-Date: 2020-01-08 [2022-12-16T19:28:06.533Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-12-16T19:28:06.533Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-12-16T19:28:06.533Z] ==> Jenkins CI detected. [2022-12-16T19:28:06.533Z] current dir:  /w/workspace/edgex-go/361 [2022-12-16T19:28:06.533Z] project root: . [2022-12-16T19:28:06.533Z] --> token set from env [2022-12-16T19:28:06.533Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-12-16T19:28:06.533Z] ==> Running gcov in . (disable via -X gcov) [2022-12-16T19:28:06.533Z] ==> Python coveragepy not found [2022-12-16T19:28:06.533Z] ==> Searching for coverage reports in: [2022-12-16T19:28:06.533Z] + . [2022-12-16T19:28:06.533Z] -> Found 1 reports [2022-12-16T19:28:06.533Z] ==> Detecting git/mercurial file structure [2022-12-16T19:28:06.791Z] ==> Reading reports [2022-12-16T19:28:06.791Z] + ./coverage.out bytes=501826 [2022-12-16T19:28:06.791Z] ==> Appending adjustments [2022-12-16T19:28:06.791Z] https://docs.codecov.io/docs/fixing-reports [2022-12-16T19:28:08.166Z] + Found adjustments [2022-12-16T19:28:08.166Z] ==> Gzipping contents [2022-12-16T19:28:08.166Z] 64K /tmp/codecov.54OHf0.gz [2022-12-16T19:28:08.166Z] ==> Uploading reports [2022-12-16T19:28:08.166Z] url: https://codecov.io [2022-12-16T19:28:08.166Z] query: branch=main&commit=475d506e1f7a543c9891e772a4b06d1eb0ad955d&build=361&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F361%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2022-12-16T19:28:08.166Z] -> Pinging Codecov [2022-12-16T19:28:08.166Z] 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=475d506e1f7a543c9891e772a4b06d1eb0ad955d&build=361&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F361%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2022-12-16T19:28:08.424Z] -> Uploading to [2022-12-16T19:28:08.424Z] https://storage.googleapis.com/codecov/v4/raw/2022-12-16/00271124DB129430A58F1EEE437C3FCB/475d506e1f7a543c9891e772a4b06d1eb0ad955d/15932630-8040-46e9-9b6a-5db98fd15888.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221216%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221216T192808Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d7ea90e52421f8a1e80465d33946a784919395edcae127bfb13454cefac83b48 [2022-12-16T19:28:08.424Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-12-16T19:28:08.424Z] Dload Upload Total Spent Left Speed [2022-12-16T19:28:08.681Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65375 0 0 100 65375 0 270k --:--:-- --:--:-- --:--:-- 270k [2022-12-16T19:28:08.681Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/475d506e1f7a543c9891e772a4b06d1eb0ad955d [Pipeline] } [2022-12-16T19:28:08.687Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2022-12-16T19:28:08.891Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2022-12-16T19:28:08.903Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:28:09.197Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-12-16T19:28:09.197Z] [2022-12-16T19:28:09.197Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:28:09.493Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-12-16T19:28:09.493Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2022-12-16T19:28:09.493Z] df9b9388f04a: Pulling fs layer [2022-12-16T19:28:09.493Z] 52dc419b0ee2: Pulling fs layer [2022-12-16T19:28:09.493Z] 25bc292e5bac: Pulling fs layer [2022-12-16T19:28:09.493Z] 114826534d7a: Pulling fs layer [2022-12-16T19:28:09.493Z] 4657fd5d0bcf: Pulling fs layer [2022-12-16T19:28:09.493Z] 6ad1cebc031e: Pulling fs layer [2022-12-16T19:28:09.493Z] 8a3aa393b2d8: Pulling fs layer [2022-12-16T19:28:09.493Z] 114826534d7a: Waiting [2022-12-16T19:28:09.493Z] 4657fd5d0bcf: Waiting [2022-12-16T19:28:09.493Z] 6ad1cebc031e: Waiting [2022-12-16T19:28:09.493Z] 8a3aa393b2d8: Waiting [2022-12-16T19:28:09.493Z] 25bc292e5bac: Verifying Checksum [2022-12-16T19:28:09.493Z] 25bc292e5bac: Download complete [2022-12-16T19:28:09.493Z] 52dc419b0ee2: Download complete [2022-12-16T19:28:09.493Z] 4657fd5d0bcf: Download complete [2022-12-16T19:28:09.493Z] df9b9388f04a: Verifying Checksum [2022-12-16T19:28:09.493Z] df9b9388f04a: Download complete [2022-12-16T19:28:09.754Z] df9b9388f04a: Pull complete [2022-12-16T19:28:09.754Z] 6ad1cebc031e: Verifying Checksum [2022-12-16T19:28:09.754Z] 6ad1cebc031e: Download complete [2022-12-16T19:28:09.754Z] 52dc419b0ee2: Pull complete [2022-12-16T19:28:10.015Z] 25bc292e5bac: Pull complete [2022-12-16T19:28:10.274Z] 114826534d7a: Verifying Checksum [2022-12-16T19:28:10.274Z] 114826534d7a: Download complete [2022-12-16T19:28:10.533Z] 8a3aa393b2d8: Verifying Checksum [2022-12-16T19:28:10.533Z] 8a3aa393b2d8: Download complete [2022-12-16T19:28:13.813Z] 114826534d7a: Pull complete [2022-12-16T19:28:13.813Z] 4657fd5d0bcf: Pull complete [2022-12-16T19:28:13.813Z] 6ad1cebc031e: Pull complete [2022-12-16T19:28:16.341Z] 8a3aa393b2d8: Pull complete [2022-12-16T19:28:16.342Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2022-12-16T19:28:16.342Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-12-16T19:28:16.342Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-12-16T19:28:16.421Z] prd-ubuntu20.04-docker-8c-8g-9 does not seem to be running inside a container [2022-12-16T19:28:16.450Z] $ 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/361 -v /w/workspace/edgex-go/361:/w/workspace/edgex-go/361:rw,z -v /w/workspace/edgex-go/361@tmp:/w/workspace/edgex-go/361@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 [2022-12-16T19:28:18.524Z] $ docker top c99395c1e5eecf01df73673d053953e6a31ad4c0c4782be3b75a21a196511751 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-12-16T19:28:18.585Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2022-12-16T19:28:18.859Z] + set -o pipefail [2022-12-16T19:28:18.859Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2022-12-16T19:28:24.130Z] [2022-12-16T19:28:24.130Z] Monitoring /w/workspace/edgex-go/361 (github.com/edgexfoundry/edgex-go)... [2022-12-16T19:28:24.130Z] [2022-12-16T19:28:24.130Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/2b04c27d-fa13-4e3d-8503-969644ac19c6 [2022-12-16T19:28:24.130Z] [2022-12-16T19:28:24.130Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2022-12-16T19:28:24.130Z] [2022-12-16T19:28:24.130Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2022-12-16T19:28:24.130Z] [2022-12-16T19:28:24.130Z] [2022-12-16T19:28:24.130Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2022-12-16T19:28:24.130Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2022-12-16T19:28:24.130Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2022-12-16T19:28:24.137Z] $ docker stop --time=1 c99395c1e5eecf01df73673d053953e6a31ad4c0c4782be3b75a21a196511751 [2022-12-16T19:28:26.332Z] $ docker rm -f --volumes c99395c1e5eecf01df73673d053953e6a31ad4c0c4782be3b75a21a196511751 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2022-12-16T19:28:26.676Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-12-16T19:28:26.688Z] provisioning config files... [2022-12-16T19:28:26.695Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/361@tmp/config15713487076996318545tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-12-16T19:28:26.988Z] --> edgex-publish-swagger.sh [2022-12-16T19:28:26.988Z] === Publish openapi/v2 API === [2022-12-16T19:28:26.988Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2022-12-16T19:28:26.988Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/361/openapi/v2/core-command.yaml] [2022-12-16T19:28:26.988Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-12-16T19:28:26.988Z] Dload Upload Total Spent Left Speed [2022-12-16T19:28:27.926Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33860 100 38 100 33822 40 36289 --:--:-- --:--:-- --:--:-- 36291 100 33860 100 38 100 33822 40 36289 --:--:-- --:--:-- --:--:-- 36291 [2022-12-16T19:28:27.926Z] {"code":403,"message":"Access Denied"} [2022-12-16T19:28:27.926Z] [2022-12-16T19:28:27.926Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/361/openapi/v2/core-data.yaml] [2022-12-16T19:28:27.926Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-12-16T19:28:27.926Z] Dload Upload Total Spent Left Speed [2022-12-16T19:28:28.861Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71623 100 38 100 71585 40 77222 --:--:-- --:--:-- --:--:-- 77179 100 71623 100 38 100 71585 40 77222 --:--:-- --:--:-- --:--:-- 77179 [2022-12-16T19:28:28.861Z] {"code":403,"message":"Access Denied"} [2022-12-16T19:28:28.861Z] [2022-12-16T19:28:28.861Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/361/openapi/v2/core-metadata.yaml] [2022-12-16T19:28:28.861Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-12-16T19:28:28.861Z] Dload Upload Total Spent Left Speed [2022-12-16T19:28:29.795Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 144k 100 38 100 144k 41 159k --:--:-- --:--:-- --:--:-- 159k 100 144k 100 38 100 144k 41 159k --:--:-- --:--:-- --:--:-- 159k [2022-12-16T19:28:29.795Z] {"code":403,"message":"Access Denied"} [2022-12-16T19:28:29.795Z] [2022-12-16T19:28:29.795Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/361/openapi/v2/support-notifications.yaml] [2022-12-16T19:28:29.795Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-12-16T19:28:29.795Z] Dload Upload Total Spent Left Speed [2022-12-16T19:28:30.733Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89347 100 38 100 89309 44 102k --:--:-- --:--:-- --:--:-- 102k 100 89347 100 38 100 89309 44 102k --:--:-- --:--:-- --:--:-- 102k [2022-12-16T19:28:30.733Z] {"code":403,"message":"Access Denied"} [2022-12-16T19:28:30.733Z] [2022-12-16T19:28:30.733Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/361/openapi/v2/support-scheduler.yaml] [2022-12-16T19:28:30.733Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-12-16T19:28:30.733Z] Dload Upload Total Spent Left Speed [2022-12-16T19:28:31.304Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39585 100 38 100 39547 50 52241 --:--:-- --:--:-- --:--:-- 52291 [2022-12-16T19:28:31.304Z] {"code":403,"message":"Access Denied"} [2022-12-16T19:28:31.304Z] [2022-12-16T19:28:31.304Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/361/openapi/v2/system-agent.yaml] [2022-12-16T19:28:31.304Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-12-16T19:28:31.304Z] Dload Upload Total Spent Left Speed [2022-12-16T19:28:32.241Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20121 100 38 100 20083 50 26777 --:--:-- --:--:-- --:--:-- 26828 [2022-12-16T19:28:32.241Z] {"code":403,"message":"Access Denied"} [2022-12-16T19:28:32.241Z] [Pipeline] } [2022-12-16T19:28:32.247Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh [2022-12-16T19:28:32.609Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-12-16T19:28:32.609Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:28:32.902Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-12-16T19:28:32.902Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-12-16T19:28:32.974Z] prd-ubuntu20.04-docker-8c-8g-9 does not seem to be running inside a container [2022-12-16T19:28:32.995Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/361 -v /w/workspace/edgex-go/361:/w/workspace/edgex-go/361:rw,z -v /w/workspace/edgex-go/361@tmp:/w/workspace/edgex-go/361@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 [2022-12-16T19:28:33.363Z] $ docker top a815be8b93e2dad72279f77424c5bc2a4a85798267ebd010604558921b6927c6 -eo pid,comm [2022-12-16T19:28:33.413Z] 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). [2022-12-16T19:28:33.413Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-12-16T19:28:33.448Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-12-16T19:28:33.448Z] [ssh-agent] Looking for ssh-agent implementation... [2022-12-16T19:28:33.566Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-12-16T19:28:33.566Z] $ docker exec a815be8b93e2dad72279f77424c5bc2a4a85798267ebd010604558921b6927c6 ssh-agent [2022-12-16T19:28:33.677Z] SSH_AUTH_SOCK=/tmp/ssh-NbydUyDOcAKM/agent.31 [2022-12-16T19:28:33.677Z] SSH_AGENT_PID=37 [2022-12-16T19:28:33.684Z] Running ssh-add (command line suppressed) [2022-12-16T19:28:33.785Z] Identity added: /w/workspace/edgex-go/361@tmp/private_key_2613237459689656052.key (/w/workspace/edgex-go/361@tmp/private_key_2613237459689656052.key) [2022-12-16T19:28:33.800Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-12-16T19:28:34.085Z] + git semver tag [2022-12-16T19:28:34.345Z] 2022-12-16 19:28:34,269 [run_tag] DEBUG tag force:False [2022-12-16T19:28:34.345Z] 2022-12-16 19:28:34,269 [check_head_tag] DEBUG check head tag [2022-12-16T19:28:34.345Z] 2022-12-16 19:28:34,271 [execute] INFO git cat-file --batch-check [2022-12-16T19:28:34.345Z] 2022-12-16 19:28:34,271 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/361, universal_newlines=False, shell=None, istream=) [2022-12-16T19:28:34.345Z] 2022-12-16 19:28:34,274 [execute] INFO git cat-file --batch [2022-12-16T19:28:34.345Z] 2022-12-16 19:28:34,274 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/361, universal_newlines=False, shell=None, istream=) [2022-12-16T19:28:34.345Z] 2022-12-16 19:28:34,325 [read_version] DEBUG read version from /w/workspace/edgex-go/361/.semver/main [2022-12-16T19:28:34.345Z] 2022-12-16 19:28:34,326 [execute] INFO git tag -a v3.0.0-dev.7 -m v3.0.0-dev.7 [2022-12-16T19:28:34.345Z] 2022-12-16 19:28:34,326 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.7', '-m', 'v3.0.0-dev.7'], cwd=/w/workspace/edgex-go/361, universal_newlines=False, shell=None, istream=None) [2022-12-16T19:28:34.345Z] 2022-12-16 19:28:34,331 [read_version] DEBUG read version from /w/workspace/edgex-go/361/.semver/main [2022-12-16T19:28:34.345Z] 3.0.0-dev.7 [Pipeline] } [2022-12-16T19:28:34.609Z] $ docker exec --env ******** --env ******** a815be8b93e2dad72279f77424c5bc2a4a85798267ebd010604558921b6927c6 ssh-agent -k [2022-12-16T19:28:34.710Z] unset SSH_AUTH_SOCK; [2022-12-16T19:28:34.710Z] unset SSH_AGENT_PID; [2022-12-16T19:28:34.712Z] echo Agent pid 37 killed; [2022-12-16T19:28:34.722Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-12-16T19:28:35.018Z] + git semver [Pipeline] } [2022-12-16T19:28:35.287Z] $ docker stop --time=1 a815be8b93e2dad72279f77424c5bc2a4a85798267ebd010604558921b6927c6 [2022-12-16T19:28:36.579Z] $ docker rm -f --volumes a815be8b93e2dad72279f77424c5bc2a4a85798267ebd010604558921b6927c6 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:28:36.985Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-12-16T19:28:36.985Z] [2022-12-16T19:28:36.985Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:28:37.285Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-12-16T19:28:37.285Z] 0.23.1-centos7: Pulling from edgex-lftools [2022-12-16T19:28:37.285Z] ab5ef0e58194: Pulling fs layer [2022-12-16T19:28:37.285Z] 9712f1f96733: Pulling fs layer [2022-12-16T19:28:37.285Z] 63f879dbbcfc: Pulling fs layer [2022-12-16T19:28:37.285Z] 0d9ebad4ef96: Pulling fs layer [2022-12-16T19:28:37.285Z] e9a5061849ea: Pulling fs layer [2022-12-16T19:28:37.285Z] d747dcd14b5f: Pulling fs layer [2022-12-16T19:28:37.285Z] 2de7ff778b66: Pulling fs layer [2022-12-16T19:28:37.285Z] 0d9ebad4ef96: Waiting [2022-12-16T19:28:37.285Z] e9a5061849ea: Waiting [2022-12-16T19:28:37.285Z] d747dcd14b5f: Waiting [2022-12-16T19:28:37.285Z] 2de7ff778b66: Waiting [2022-12-16T19:28:37.285Z] 9712f1f96733: Download complete [2022-12-16T19:28:37.547Z] 63f879dbbcfc: Verifying Checksum [2022-12-16T19:28:37.547Z] 63f879dbbcfc: Download complete [2022-12-16T19:28:37.807Z] e9a5061849ea: Verifying Checksum [2022-12-16T19:28:37.807Z] e9a5061849ea: Download complete [2022-12-16T19:28:37.807Z] d747dcd14b5f: Download complete [2022-12-16T19:28:37.807Z] ab5ef0e58194: Verifying Checksum [2022-12-16T19:28:37.807Z] ab5ef0e58194: Download complete [2022-12-16T19:28:37.807Z] 0d9ebad4ef96: Verifying Checksum [2022-12-16T19:28:37.807Z] 0d9ebad4ef96: Download complete [2022-12-16T19:28:38.065Z] 2de7ff778b66: Verifying Checksum [2022-12-16T19:28:38.065Z] 2de7ff778b66: Download complete [2022-12-16T19:28:40.630Z] ab5ef0e58194: Pull complete [2022-12-16T19:28:40.630Z] 9712f1f96733: Pull complete [2022-12-16T19:28:41.195Z] 63f879dbbcfc: Pull complete [2022-12-16T19:28:44.481Z] 0d9ebad4ef96: Pull complete [2022-12-16T19:28:44.740Z] e9a5061849ea: Pull complete [2022-12-16T19:28:44.740Z] d747dcd14b5f: Pull complete [2022-12-16T19:28:45.675Z] 2de7ff778b66: Pull complete [2022-12-16T19:28:45.675Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2022-12-16T19:28:45.675Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-12-16T19:28:45.675Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-12-16T19:28:45.750Z] prd-ubuntu20.04-docker-8c-8g-9 does not seem to be running inside a container [2022-12-16T19:28:45.776Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/361 -v /w/workspace/edgex-go/361:/w/workspace/edgex-go/361:rw,z -v /w/workspace/edgex-go/361@tmp:/w/workspace/edgex-go/361@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 [2022-12-16T19:28:47.832Z] $ docker top 5dc195a9c21dcd1e32a6f690b152378a0f79ba0b1c94ae88c34b82762605e7f7 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2022-12-16T19:28:47.902Z] provisioning config files... [2022-12-16T19:28:47.909Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/361@tmp/config6987830188216978277tmp [2022-12-16T19:28:47.919Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/361@tmp/config5077314721994647910tmp [2022-12-16T19:28:47.928Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/361@tmp/config14669227251058693tmp [Pipeline] { [Pipeline] echo [2022-12-16T19:28:47.940Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2022-12-16T19:28:48.221Z] ---> sigul-configuration.sh [2022-12-16T19:28:48.221Z] gpg: directory `/root/.gnupg' created [2022-12-16T19:28:48.221Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2022-12-16T19:28:48.221Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2022-12-16T19:28:48.221Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2022-12-16T19:28:48.221Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2022-12-16T19:28:48.221Z] gpg: CAST5 encrypted data [2022-12-16T19:28:48.221Z] gpg: encrypted with 1 passphrase [2022-12-16T19:28:48.221Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2022-12-16T19:28:48.506Z] + mkdir /home/jenkins [2022-12-16T19:28:48.506Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2022-12-16T19:28:48.790Z] + 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 [2022-12-16T19:28:48.800Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2022-12-16T19:28:49.086Z] ---> sigul-install.sh [2022-12-16T19:28:49.086Z] Sigul already installed; skipping installation. [Pipeline] sh [2022-12-16T19:28:49.472Z] + git tag --list [2022-12-16T19:28:49.472Z] 0.6.0 [2022-12-16T19:28:49.472Z] 0.6.1 [2022-12-16T19:28:49.472Z] 0.7.0 [2022-12-16T19:28:49.472Z] 0.7.1 [2022-12-16T19:28:49.472Z] v1.0.0 [2022-12-16T19:28:49.472Z] v1.0.1 [2022-12-16T19:28:49.472Z] v1.1.0 [2022-12-16T19:28:49.472Z] v1.2.0 [2022-12-16T19:28:49.472Z] v1.2.1 [2022-12-16T19:28:49.472Z] v1.3.0 [2022-12-16T19:28:49.472Z] v1.3.1 [2022-12-16T19:28:49.472Z] v2.0.0 [2022-12-16T19:28:49.472Z] v2.1.0 [2022-12-16T19:28:49.472Z] v2.1.1 [2022-12-16T19:28:49.472Z] v2.1.1-dev.1 [2022-12-16T19:28:49.472Z] v2.1.1-dev.2 [2022-12-16T19:28:49.472Z] v2.1.1-dev.3 [2022-12-16T19:28:49.472Z] v2.1.1-dev.4 [2022-12-16T19:28:49.472Z] v2.1.1-dev.5 [2022-12-16T19:28:49.472Z] v2.1.1-dev.6 [2022-12-16T19:28:49.472Z] v2.1.1-dev.7 [2022-12-16T19:28:49.472Z] v2.1.1-dev.8 [2022-12-16T19:28:49.472Z] v2.1.2-dev.1 [2022-12-16T19:28:49.472Z] v2.2.0 [2022-12-16T19:28:49.472Z] v2.2.1-dev.1 [2022-12-16T19:28:49.472Z] v2.2.1-dev.10 [2022-12-16T19:28:49.472Z] v2.2.1-dev.11 [2022-12-16T19:28:49.472Z] v2.2.1-dev.12 [2022-12-16T19:28:49.472Z] v2.2.1-dev.13 [2022-12-16T19:28:49.472Z] v2.2.1-dev.14 [2022-12-16T19:28:49.472Z] v2.2.1-dev.15 [2022-12-16T19:28:49.472Z] v2.2.1-dev.16 [2022-12-16T19:28:49.472Z] v2.2.1-dev.17 [2022-12-16T19:28:49.472Z] v2.2.1-dev.18 [2022-12-16T19:28:49.472Z] v2.2.1-dev.19 [2022-12-16T19:28:49.472Z] v2.2.1-dev.2 [2022-12-16T19:28:49.472Z] v2.2.1-dev.20 [2022-12-16T19:28:49.472Z] v2.2.1-dev.21 [2022-12-16T19:28:49.472Z] v2.2.1-dev.22 [2022-12-16T19:28:49.472Z] v2.2.1-dev.23 [2022-12-16T19:28:49.472Z] v2.2.1-dev.24 [2022-12-16T19:28:49.472Z] v2.2.1-dev.25 [2022-12-16T19:28:49.472Z] v2.2.1-dev.26 [2022-12-16T19:28:49.472Z] v2.2.1-dev.27 [2022-12-16T19:28:49.472Z] v2.2.1-dev.28 [2022-12-16T19:28:49.472Z] v2.2.1-dev.29 [2022-12-16T19:28:49.472Z] v2.2.1-dev.3 [2022-12-16T19:28:49.472Z] v2.2.1-dev.4 [2022-12-16T19:28:49.472Z] v2.2.1-dev.5 [2022-12-16T19:28:49.472Z] v2.2.1-dev.6 [2022-12-16T19:28:49.472Z] v2.2.1-dev.7 [2022-12-16T19:28:49.472Z] v2.2.1-dev.8 [2022-12-16T19:28:49.472Z] v2.2.1-dev.9 [2022-12-16T19:28:49.472Z] v2.3.0 [2022-12-16T19:28:49.472Z] v2.3.0-dev.100 [2022-12-16T19:28:49.472Z] v2.3.0-dev.101 [2022-12-16T19:28:49.472Z] v2.3.0-dev.102 [2022-12-16T19:28:49.472Z] v2.3.0-dev.103 [2022-12-16T19:28:49.472Z] v2.3.0-dev.104 [2022-12-16T19:28:49.472Z] v2.3.0-dev.105 [2022-12-16T19:28:49.472Z] v2.3.0-dev.106 [2022-12-16T19:28:49.472Z] v2.3.0-dev.29 [2022-12-16T19:28:49.472Z] v2.3.0-dev.30 [2022-12-16T19:28:49.472Z] v2.3.0-dev.31 [2022-12-16T19:28:49.472Z] v2.3.0-dev.32 [2022-12-16T19:28:49.472Z] v2.3.0-dev.33 [2022-12-16T19:28:49.472Z] v2.3.0-dev.34 [2022-12-16T19:28:49.472Z] v2.3.0-dev.35 [2022-12-16T19:28:49.472Z] v2.3.0-dev.36 [2022-12-16T19:28:49.472Z] v2.3.0-dev.37 [2022-12-16T19:28:49.472Z] v2.3.0-dev.38 [2022-12-16T19:28:49.472Z] v2.3.0-dev.39 [2022-12-16T19:28:49.472Z] v2.3.0-dev.40 [2022-12-16T19:28:49.472Z] v2.3.0-dev.41 [2022-12-16T19:28:49.472Z] v2.3.0-dev.42 [2022-12-16T19:28:49.472Z] v2.3.0-dev.43 [2022-12-16T19:28:49.472Z] v2.3.0-dev.44 [2022-12-16T19:28:49.472Z] v2.3.0-dev.45 [2022-12-16T19:28:49.472Z] v2.3.0-dev.46 [2022-12-16T19:28:49.472Z] v2.3.0-dev.47 [2022-12-16T19:28:49.472Z] v2.3.0-dev.48 [2022-12-16T19:28:49.472Z] v2.3.0-dev.49 [2022-12-16T19:28:49.472Z] v2.3.0-dev.50 [2022-12-16T19:28:49.472Z] v2.3.0-dev.51 [2022-12-16T19:28:49.472Z] v2.3.0-dev.52 [2022-12-16T19:28:49.472Z] v2.3.0-dev.53 [2022-12-16T19:28:49.472Z] v2.3.0-dev.54 [2022-12-16T19:28:49.472Z] v2.3.0-dev.55 [2022-12-16T19:28:49.472Z] v2.3.0-dev.56 [2022-12-16T19:28:49.472Z] v2.3.0-dev.57 [2022-12-16T19:28:49.472Z] v2.3.0-dev.58 [2022-12-16T19:28:49.472Z] v2.3.0-dev.59 [2022-12-16T19:28:49.472Z] v2.3.0-dev.60 [2022-12-16T19:28:49.472Z] v2.3.0-dev.61 [2022-12-16T19:28:49.472Z] v2.3.0-dev.62 [2022-12-16T19:28:49.472Z] v2.3.0-dev.63 [2022-12-16T19:28:49.472Z] v2.3.0-dev.64 [2022-12-16T19:28:49.472Z] v2.3.0-dev.65 [2022-12-16T19:28:49.472Z] v2.3.0-dev.66 [2022-12-16T19:28:49.472Z] v2.3.0-dev.67 [2022-12-16T19:28:49.472Z] v2.3.0-dev.68 [2022-12-16T19:28:49.472Z] v2.3.0-dev.69 [2022-12-16T19:28:49.472Z] v2.3.0-dev.70 [2022-12-16T19:28:49.472Z] v2.3.0-dev.71 [2022-12-16T19:28:49.472Z] v2.3.0-dev.72 [2022-12-16T19:28:49.472Z] v2.3.0-dev.73 [2022-12-16T19:28:49.472Z] v2.3.0-dev.74 [2022-12-16T19:28:49.472Z] v2.3.0-dev.75 [2022-12-16T19:28:49.472Z] v2.3.0-dev.76 [2022-12-16T19:28:49.472Z] v2.3.0-dev.77 [2022-12-16T19:28:49.472Z] v2.3.0-dev.78 [2022-12-16T19:28:49.472Z] v2.3.0-dev.79 [2022-12-16T19:28:49.472Z] v2.3.0-dev.80 [2022-12-16T19:28:49.472Z] v2.3.0-dev.81 [2022-12-16T19:28:49.472Z] v2.3.0-dev.82 [2022-12-16T19:28:49.472Z] v2.3.0-dev.83 [2022-12-16T19:28:49.472Z] v2.3.0-dev.84 [2022-12-16T19:28:49.472Z] v2.3.0-dev.85 [2022-12-16T19:28:49.472Z] v2.3.0-dev.86 [2022-12-16T19:28:49.472Z] v2.3.0-dev.87 [2022-12-16T19:28:49.472Z] v2.3.0-dev.88 [2022-12-16T19:28:49.472Z] v2.3.0-dev.89 [2022-12-16T19:28:49.472Z] v2.3.0-dev.90 [2022-12-16T19:28:49.472Z] v2.3.0-dev.91 [2022-12-16T19:28:49.472Z] v2.3.0-dev.92 [2022-12-16T19:28:49.472Z] v2.3.0-dev.93 [2022-12-16T19:28:49.472Z] v2.3.0-dev.94 [2022-12-16T19:28:49.472Z] v2.3.0-dev.95 [2022-12-16T19:28:49.472Z] v2.3.0-dev.96 [2022-12-16T19:28:49.472Z] v2.3.0-dev.97 [2022-12-16T19:28:49.472Z] v2.3.0-dev.98 [2022-12-16T19:28:49.472Z] v2.3.0-dev.99 [2022-12-16T19:28:49.472Z] v2.3.1-dev.1 [2022-12-16T19:28:49.472Z] v2.3.1-dev.2 [2022-12-16T19:28:49.472Z] v2.3.1-dev.3 [2022-12-16T19:28:49.472Z] v2.3.1-dev.4 [2022-12-16T19:28:49.472Z] v2.3.1-dev.5 [2022-12-16T19:28:49.472Z] v3.0.0-dev.1 [2022-12-16T19:28:49.472Z] v3.0.0-dev.2 [2022-12-16T19:28:49.472Z] v3.0.0-dev.3 [2022-12-16T19:28:49.472Z] v3.0.0-dev.4 [2022-12-16T19:28:49.472Z] v3.0.0-dev.5 [2022-12-16T19:28:49.472Z] v3.0.0-dev.6 [2022-12-16T19:28:49.472Z] v3.0.0-dev.7 [Pipeline] sh [2022-12-16T19:28:49.757Z] + lftools sign git-tag v3.0.0-dev.7 [2022-12-16T19:28:50.325Z] Signing Git tag with Sigul... [2022-12-16T19:28:50.325Z] Signing v3.0.0-dev.7 [Pipeline] echo [2022-12-16T19:28:50.593Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2022-12-16T19:28:50.880Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2022-12-16T19:28:50.886Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2022-12-16T19:28:50.899Z] $ docker stop --time=1 5dc195a9c21dcd1e32a6f690b152378a0f79ba0b1c94ae88c34b82762605e7f7 [2022-12-16T19:28:52.201Z] $ docker rm -f --volumes 5dc195a9c21dcd1e32a6f690b152378a0f79ba0b1c94ae88c34b82762605e7f7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2022-12-16T19:28:52.593Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-12-16T19:28:52.593Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:28:52.894Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-12-16T19:28:52.894Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-12-16T19:28:52.957Z] prd-ubuntu20.04-docker-8c-8g-9 does not seem to be running inside a container [2022-12-16T19:28:52.979Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/361 -v /w/workspace/edgex-go/361:/w/workspace/edgex-go/361:rw,z -v /w/workspace/edgex-go/361@tmp:/w/workspace/edgex-go/361@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 [2022-12-16T19:28:53.338Z] $ docker top 9dcb739eafedae303f5a70735400f2b9956c4d27753bd264f807e447bc3dc2cf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-12-16T19:28:53.422Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-12-16T19:28:53.422Z] [ssh-agent] Looking for ssh-agent implementation... [2022-12-16T19:28:53.537Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-12-16T19:28:53.536Z] $ docker exec 9dcb739eafedae303f5a70735400f2b9956c4d27753bd264f807e447bc3dc2cf ssh-agent [2022-12-16T19:28:53.641Z] SSH_AUTH_SOCK=/tmp/ssh-utkvJgviARop/agent.32 [2022-12-16T19:28:53.641Z] SSH_AGENT_PID=38 [2022-12-16T19:28:53.645Z] Running ssh-add (command line suppressed) [2022-12-16T19:28:53.747Z] Identity added: /w/workspace/edgex-go/361@tmp/private_key_9924761896569053815.key (/w/workspace/edgex-go/361@tmp/private_key_9924761896569053815.key) [2022-12-16T19:28:53.766Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-12-16T19:28:54.049Z] + git semver bump pre [2022-12-16T19:28:54.308Z] 2022-12-16 19:28:54,213 [read_version] DEBUG read version from /w/workspace/edgex-go/361/.semver/main [2022-12-16T19:28:54.308Z] 2022-12-16 19:28:54,213 [bump_version] DEBUG bumping version:3.0.0-dev.7 on axis:pre with prefix:dev [2022-12-16T19:28:54.308Z] 2022-12-16 19:28:54,213 [bump_version] DEBUG bumped version:3.0.0-dev.8 [2022-12-16T19:28:54.308Z] 2022-12-16 19:28:54,213 [write_version] DEBUG write version:3.0.0-dev.8 to path:/w/workspace/edgex-go/361/.semver/main with force:True [2022-12-16T19:28:54.308Z] 2022-12-16 19:28:54,213 [read_version] DEBUG read version from /w/workspace/edgex-go/361/.semver/main [2022-12-16T19:28:54.308Z] 2022-12-16 19:28:54,213 [write_file] DEBUG write to file:/w/workspace/edgex-go/361/.semver/main [2022-12-16T19:28:54.308Z] 2022-12-16 19:28:54,215 [execute] INFO git cat-file --batch-check [2022-12-16T19:28:54.308Z] 2022-12-16 19:28:54,215 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/361/.semver, universal_newlines=False, shell=None, istream=) [2022-12-16T19:28:54.308Z] 2022-12-16 19:28:54,221 [execute] INFO git cat-file --batch [2022-12-16T19:28:54.308Z] 2022-12-16 19:28:54,221 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/361/.semver, universal_newlines=False, shell=None, istream=) [2022-12-16T19:28:54.308Z] 2022-12-16 19:28:54,227 [read_version] DEBUG read version from /w/workspace/edgex-go/361/.semver/main [2022-12-16T19:28:54.308Z] 3.0.0-dev.8 [Pipeline] } [2022-12-16T19:28:54.315Z] $ docker exec --env ******** --env ******** 9dcb739eafedae303f5a70735400f2b9956c4d27753bd264f807e447bc3dc2cf ssh-agent -k [2022-12-16T19:28:54.422Z] unset SSH_AUTH_SOCK; [2022-12-16T19:28:54.422Z] unset SSH_AGENT_PID; [2022-12-16T19:28:54.422Z] echo Agent pid 38 killed; [2022-12-16T19:28:54.435Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-12-16T19:28:54.733Z] + git semver [Pipeline] } [2022-12-16T19:28:54.999Z] $ docker stop --time=1 9dcb739eafedae303f5a70735400f2b9956c4d27753bd264f807e447bc3dc2cf [2022-12-16T19:28:56.311Z] $ docker rm -f --volumes 9dcb739eafedae303f5a70735400f2b9956c4d27753bd264f807e447bc3dc2cf [Pipeline] // withDockerContainer [Pipeline] sh [2022-12-16T19:28:56.653Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-12-16T19:28:56.653Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:28:56.954Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-12-16T19:28:56.954Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-12-16T19:28:57.037Z] prd-ubuntu20.04-docker-8c-8g-9 does not seem to be running inside a container [2022-12-16T19:28:57.063Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/361 -v /w/workspace/edgex-go/361:/w/workspace/edgex-go/361:rw,z -v /w/workspace/edgex-go/361@tmp:/w/workspace/edgex-go/361@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 [2022-12-16T19:28:57.404Z] $ docker top 408433e54a9e83952d520584e124a579ff68bbc7057ce877db98348c8b051090 -eo pid,comm [2022-12-16T19:28:57.451Z] 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). [2022-12-16T19:28:57.451Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-12-16T19:28:57.486Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-12-16T19:28:57.486Z] [ssh-agent] Looking for ssh-agent implementation... [2022-12-16T19:28:57.598Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-12-16T19:28:57.597Z] $ docker exec 408433e54a9e83952d520584e124a579ff68bbc7057ce877db98348c8b051090 ssh-agent [2022-12-16T19:28:57.705Z] SSH_AUTH_SOCK=/tmp/ssh-n2iUOv1qNimx/agent.31 [2022-12-16T19:28:57.705Z] SSH_AGENT_PID=37 [2022-12-16T19:28:57.710Z] Running ssh-add (command line suppressed) [2022-12-16T19:28:57.792Z] Identity added: /w/workspace/edgex-go/361@tmp/private_key_16382181170528562876.key (/w/workspace/edgex-go/361@tmp/private_key_16382181170528562876.key) [2022-12-16T19:28:57.809Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-12-16T19:28:58.094Z] + git semver push [2022-12-16T19:28:58.353Z] 2022-12-16 19:28:58,288 [run_push] DEBUG push [2022-12-16T19:28:58.353Z] 2022-12-16 19:28:58,289 [execute] INFO git cat-file --batch-check [2022-12-16T19:28:58.353Z] 2022-12-16 19:28:58,289 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/361/.semver, universal_newlines=False, shell=None, istream=) [2022-12-16T19:28:58.353Z] 2022-12-16 19:28:58,292 [execute] INFO git rev-list 4dabb0354da2c99357eff34c4c345f05da5ed750 -- [2022-12-16T19:28:58.353Z] 2022-12-16 19:28:58,293 [execute] DEBUG Popen(['git', 'rev-list', '4dabb0354da2c99357eff34c4c345f05da5ed750', '--'], cwd=/w/workspace/edgex-go/361/.semver, universal_newlines=False, shell=None, istream=None) [2022-12-16T19:28:58.353Z] 2022-12-16 19:28:58,307 [execute] INFO git fetch -v origin [2022-12-16T19:28:58.353Z] 2022-12-16 19:28:58,308 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/361/.semver, universal_newlines=True, shell=None, istream=None) [2022-12-16T19:28:58.920Z] 2022-12-16 19:28:58,756 [run_push] DEBUG no remote changes detected [2022-12-16T19:28:58.920Z] 2022-12-16 19:28:58,756 [execute] INFO git push origin semver [2022-12-16T19:28:58.920Z] 2022-12-16 19:28:58,756 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/361/.semver, universal_newlines=False, shell=None, istream=None) [2022-12-16T19:28:59.854Z] 2022-12-16 19:28:59,684 [run_push] DEBUG push all version tags [2022-12-16T19:28:59.854Z] 2022-12-16 19:28:59,685 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2022-12-16T19:28:59.854Z] 2022-12-16 19:28:59,685 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/361, universal_newlines=False, shell=None, istream=None) [2022-12-16T19:29:00.791Z] 2022-12-16 19:29:00,483 [read_version] DEBUG read version from /w/workspace/edgex-go/361/.semver/main [2022-12-16T19:29:00.791Z] 3.0.0-dev.8 [Pipeline] } [2022-12-16T19:29:00.797Z] $ docker exec --env ******** --env ******** 408433e54a9e83952d520584e124a579ff68bbc7057ce877db98348c8b051090 ssh-agent -k [2022-12-16T19:29:00.899Z] unset SSH_AUTH_SOCK; [2022-12-16T19:29:00.899Z] unset SSH_AGENT_PID; [2022-12-16T19:29:00.899Z] echo Agent pid 37 killed; [2022-12-16T19:29:00.913Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-12-16T19:29:01.212Z] + git semver [Pipeline] } [2022-12-16T19:29:01.480Z] $ docker stop --time=1 408433e54a9e83952d520584e124a579ff68bbc7057ce877db98348c8b051090 [2022-12-16T19:29:02.779Z] $ docker rm -f --volumes 408433e54a9e83952d520584e124a579ff68bbc7057ce877db98348c8b051090 [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 [2022-12-16T19:29:03.324Z] + [ -d /w/workspace/edgex-go/361/archives ] [Pipeline] libraryResource [Pipeline] sh [2022-12-16T19:29:03.614Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-12-16T19:29:04.472Z] ---> package-listing.sh [2022-12-16T19:29:04.472Z] ++ facter osfamily [2022-12-16T19:29:04.472Z] ++ tr '[:upper:]' '[:lower:]' [2022-12-16T19:29:04.731Z] + OS_FAMILY=debian [2022-12-16T19:29:04.731Z] + workspace=/w/workspace/edgex-go/361 [2022-12-16T19:29:04.731Z] + START_PACKAGES=/tmp/packages_start.txt [2022-12-16T19:29:04.731Z] + END_PACKAGES=/tmp/packages_end.txt [2022-12-16T19:29:04.731Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-12-16T19:29:04.731Z] + PACKAGES=/tmp/packages_start.txt [2022-12-16T19:29:04.731Z] + '[' /w/workspace/edgex-go/361 ']' [2022-12-16T19:29:04.731Z] + PACKAGES=/tmp/packages_end.txt [2022-12-16T19:29:04.731Z] + case "${OS_FAMILY}" in [2022-12-16T19:29:04.731Z] + dpkg -l [2022-12-16T19:29:04.731Z] + grep '^ii' [2022-12-16T19:29:04.731Z] + '[' -f /tmp/packages_start.txt ']' [2022-12-16T19:29:04.731Z] + '[' -f /tmp/packages_end.txt ']' [2022-12-16T19:29:04.731Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-12-16T19:29:04.731Z] + '[' /w/workspace/edgex-go/361 ']' [2022-12-16T19:29:04.731Z] + mkdir -p /w/workspace/edgex-go/361/archives/ [2022-12-16T19:29:04.731Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/361/archives/ [Pipeline] echo [2022-12-16T19:29:04.742Z] 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/361/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-12-16T19:29:05.019Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:29:05.575Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-12-16T19:29:05.575Z] [2022-12-16T19:29:05.575Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-16T19:29:05.873Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-12-16T19:29:05.873Z] latest: Pulling from edgex-lftools-log-publisher [2022-12-16T19:29:05.873Z] 5eb5b503b376: Pulling fs layer [2022-12-16T19:29:05.873Z] 5c69ac0246d0: Pulling fs layer [2022-12-16T19:29:05.873Z] ec43610c2a17: Pulling fs layer [2022-12-16T19:29:05.873Z] 3a2ae6a8a46f: Pulling fs layer [2022-12-16T19:29:05.873Z] 33b1e0a273af: Pulling fs layer [2022-12-16T19:29:05.873Z] 5d3b04190fa2: Pulling fs layer [2022-12-16T19:29:05.874Z] 2f39f015ded8: Pulling fs layer [2022-12-16T19:29:05.874Z] 5d3b04190fa2: Waiting [2022-12-16T19:29:05.874Z] 3a2ae6a8a46f: Waiting [2022-12-16T19:29:05.874Z] 33b1e0a273af: Waiting [2022-12-16T19:29:05.874Z] 2f39f015ded8: Waiting [2022-12-16T19:29:05.874Z] 5c69ac0246d0: Verifying Checksum [2022-12-16T19:29:05.874Z] 5c69ac0246d0: Download complete [2022-12-16T19:29:05.874Z] 3a2ae6a8a46f: Verifying Checksum [2022-12-16T19:29:05.874Z] 3a2ae6a8a46f: Download complete [2022-12-16T19:29:06.132Z] 33b1e0a273af: Verifying Checksum [2022-12-16T19:29:06.132Z] 33b1e0a273af: Download complete [2022-12-16T19:29:06.132Z] 5d3b04190fa2: Download complete [2022-12-16T19:29:06.132Z] ec43610c2a17: Verifying Checksum [2022-12-16T19:29:06.132Z] ec43610c2a17: Download complete [2022-12-16T19:29:06.132Z] 5eb5b503b376: Verifying Checksum [2022-12-16T19:29:06.132Z] 5eb5b503b376: Download complete [2022-12-16T19:29:06.699Z] 2f39f015ded8: Verifying Checksum [2022-12-16T19:29:06.699Z] 2f39f015ded8: Download complete [2022-12-16T19:29:07.265Z] 5eb5b503b376: Pull complete [2022-12-16T19:29:07.265Z] 5c69ac0246d0: Pull complete [2022-12-16T19:29:07.828Z] ec43610c2a17: Pull complete [2022-12-16T19:29:07.828Z] 3a2ae6a8a46f: Pull complete [2022-12-16T19:29:08.086Z] 33b1e0a273af: Pull complete [2022-12-16T19:29:08.086Z] 5d3b04190fa2: Pull complete [2022-12-16T19:29:12.269Z] 2f39f015ded8: Pull complete [2022-12-16T19:29:12.269Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-12-16T19:29:12.269Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-12-16T19:29:12.269Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-12-16T19:29:12.357Z] prd-ubuntu20.04-docker-8c-8g-9 does not seem to be running inside a container [2022-12-16T19:29:12.378Z] $ 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/361/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/361 -v /w/workspace/edgex-go/361:/w/workspace/edgex-go/361:rw,z -v /w/workspace/edgex-go/361@tmp:/w/workspace/edgex-go/361@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 [2022-12-16T19:29:13.960Z] $ docker top 9ccdfe14bc8212b785a054f4d3f176a7d60164d9ebe8bd1bdadb3b5fb35c4687 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-12-16T19:29:14.330Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-12-16T19:29:14.644Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-12-16T19:29:14.952Z] + ls /var/log/sa-host [2022-12-16T19:29:14.952Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-12-16T19:29:15.098Z] provisioning config files... [2022-12-16T19:29:15.106Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/361@tmp/config1146538960728131714tmp [Pipeline] { [Pipeline] echo [2022-12-16T19:29:15.117Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-12-16T19:29:15.400Z] ---> create-netrc.sh [Pipeline] } [2022-12-16T19:29:15.409Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-12-16T19:29:15.736Z] ---> python-tools-install.sh [Pipeline] echo [2022-12-16T19:29:15.745Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-12-16T19:29:16.026Z] ---> sudo-logs.sh [2022-12-16T19:29:16.026Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-12-16T19:29:16.049Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-12-16T19:29:16.330Z] ---> job-cost.sh [2022-12-16T19:29:16.330Z] lf-activate-venv: SKIPPING [2022-12-16T19:29:16.330Z] DEBUG: total: 0.10999999940395355 [2022-12-16T19:29:16.330Z] INFO: Retrieving Stack Cost... [2022-12-16T19:29:16.897Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-12-16T19:29:17.155Z] INFO: Archiving Costs [Pipeline] echo [2022-12-16T19:29:17.169Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-12-16T19:29:17.449Z] ---> logs-deploy.sh [2022-12-16T19:29:17.449Z] lf-activate-venv: SKIPPING [2022-12-16T19:29:17.449Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/361 [2022-12-16T19:29:17.449Z] INFO: archiving workspace using pattern(s): [2022-12-16T19:29:18.383Z] Archives upload complete. [2022-12-16T19:29:18.641Z] INFO: archiving logs to Nexus