Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 8bb7416f1c773b5b2c31d23b9c97a90c70099335 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-ssh10199231211604442583.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-ssh4277958915696681887.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-ssh2174326279105224381.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-ssh10502319993133794433.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-ssh7147685076317127223.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-6365’ Running on prd-ubuntu20.04-docker-8c-8g-6375 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/417 [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/417 # 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 8bb7416f1c773b5b2c31d23b9c97a90c70099335 (main) Commit message: "Merge pull request #4364 from marcpfuller/mod-core-contracts-15" > git config core.sparsecheckout # timeout=10 > git checkout -f 8bb7416f1c773b5b2c31d23b9c97a90c70099335 # timeout=10 > git rev-list --no-walk 82043fa65646ece12caed6fa2ee7d1c8f814bef9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-02-17T05:20:09.542Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-02-17T05:20:09.597Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-02-17T05:20:09.608Z] ========================================================= [2023-02-17T05:20:09.608Z] EdgeX Global Pipelines Version Info [2023-02-17T05:20:09.608Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-02-17T05:20:10.314Z] ------------------- [2023-02-17T05:20:10.314Z] stable info: [2023-02-17T05:20:10.314Z] ------------------- [2023-02-17T05:20:10.314Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-02-17T05:20:10.314Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-17T05:20:10.314Z] Message: update stable to v1.0.244 [2023-02-17T05:20:10.883Z] ------------------- [2023-02-17T05:20:10.883Z] experimental info: [2023-02-17T05:20:10.883Z] ------------------- [2023-02-17T05:20:10.883Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-02-17T05:20:10.883Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-17T05:20:10.883Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-02-17T05:20:11.067Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-02-17T05:20:11.079Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-02-17T05:20:11.090Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-02-17T05:20:11.101Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-02-17T05:20:11.115Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-02-17T05:20:11.124Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-02-17T05:20:11.134Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-02-17T05:20:11.143Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-02-17T05:20:11.151Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-02-17T05:20:11.165Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-02-17T05:20:11.179Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-02-17T05:20:11.192Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-02-17T05:20:11.203Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-02-17T05:20:11.213Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-02-17T05:20:11.224Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-02-17T05:20:11.232Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-02-17T05:20:11.243Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-02-17T05:20:11.259Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-02-17T05:20:11.271Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-02-17T05:20:11.282Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-02-17T05:20:11.297Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-02-17T05:20:11.307Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-02-17T05:20:11.323Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-02-17T05:20:11.333Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-02-17T05:20:11.346Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-02-17T05:20:11.359Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-02-17T05:20:11.372Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8bb7416f1c773b5b2c31d23b9c97a90c70099335 [Pipeline] echo [2023-02-17T05:20:11.383Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8bb7416 [Pipeline] echo [2023-02-17T05:20:11.394Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-17T05:20:11.443Z] provisioning config files... [2023-02-17T05:20:11.456Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/417@tmp/config6097208558041916719tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-17T05:20:11.757Z] ---> docker-login.sh [2023-02-17T05:20:11.757Z] nexus3.edgexfoundry.org:10001 [2023-02-17T05:20:12.017Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-17T05:20:12.017Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-17T05:20:12.017Z] Configure a credential helper to remove this warning. See [2023-02-17T05:20:12.017Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-17T05:20:12.017Z] [2023-02-17T05:20:12.017Z] Login Succeeded [2023-02-17T05:20:12.017Z] nexus3.edgexfoundry.org:10002 [2023-02-17T05:20:12.017Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-17T05:20:12.017Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-17T05:20:12.017Z] Configure a credential helper to remove this warning. See [2023-02-17T05:20:12.017Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-17T05:20:12.017Z] [2023-02-17T05:20:12.017Z] Login Succeeded [2023-02-17T05:20:12.017Z] nexus3.edgexfoundry.org:10003 [2023-02-17T05:20:12.277Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-17T05:20:12.277Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-17T05:20:12.277Z] Configure a credential helper to remove this warning. See [2023-02-17T05:20:12.277Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-17T05:20:12.277Z] [2023-02-17T05:20:12.277Z] Login Succeeded [2023-02-17T05:20:12.277Z] nexus3.edgexfoundry.org:10004 [2023-02-17T05:20:12.277Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-17T05:20:12.277Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-17T05:20:12.277Z] Configure a credential helper to remove this warning. See [2023-02-17T05:20:12.277Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-17T05:20:12.277Z] [2023-02-17T05:20:12.277Z] Login Succeeded [2023-02-17T05:20:12.277Z] docker.io [2023-02-17T05:20:12.537Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-17T05:20:12.797Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-17T05:20:12.797Z] Configure a credential helper to remove this warning. See [2023-02-17T05:20:12.797Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-17T05:20:12.797Z] [2023-02-17T05:20:12.797Z] Login Succeeded [2023-02-17T05:20:12.797Z] ---> docker-login.sh ends [Pipeline] } [2023-02-17T05:20:12.805Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-17T05:20:13.115Z] + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2023-02-17T05:20:13.115Z] + dirname cmd/core-command/Dockerfile [2023-02-17T05:20:13.115Z] + cut -d/ -f2 [2023-02-17T05:20:13.115Z] + echo core-command,cmd/core-command/Dockerfile [2023-02-17T05:20:13.115Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-02-17T05:20:13.115Z] + cut -d/ -f2 [2023-02-17T05:20:13.115Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-02-17T05:20:13.115Z] + dirname cmd/core-data/Dockerfile [2023-02-17T05:20:13.115Z] + cut -d/ -f2 [2023-02-17T05:20:13.115Z] + echo core-data,cmd/core-data/Dockerfile [2023-02-17T05:20:13.115Z] + dirname cmd/core-metadata/Dockerfile [2023-02-17T05:20:13.115Z] + cut -d/ -f2 [2023-02-17T05:20:13.115Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-02-17T05:20:13.115Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-02-17T05:20:13.115Z] + cut -d/ -f2 [2023-02-17T05:20:13.115Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-02-17T05:20:13.115Z] + + dirnamecut cmd/security-proxy-setup/Dockerfile -d/ [2023-02-17T05:20:13.115Z] -f2 [2023-02-17T05:20:13.115Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-02-17T05:20:13.115Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-02-17T05:20:13.115Z] + cut -d/ -f2 [2023-02-17T05:20:13.115Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-02-17T05:20:13.115Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-02-17T05:20:13.115Z] + cut -d/ -f2 [2023-02-17T05:20:13.115Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-02-17T05:20:13.115Z] + dirname cmd/security-spire-agent/Dockerfile [2023-02-17T05:20:13.115Z] + cut -d/ -f2 [2023-02-17T05:20:13.115Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-02-17T05:20:13.115Z] + dirname cmd/security-spire-config/Dockerfile [2023-02-17T05:20:13.115Z] + cut -d/ -f2 [2023-02-17T05:20:13.115Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-02-17T05:20:13.115Z] + dirname cmd/security-spire-server/Dockerfile [2023-02-17T05:20:13.115Z] + cut -d/ -f2 [2023-02-17T05:20:13.115Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-02-17T05:20:13.115Z] + dirname cmd/support-notifications/Dockerfile [2023-02-17T05:20:13.115Z] + cut -d/ -f2 [2023-02-17T05:20:13.115Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-02-17T05:20:13.115Z] + dirname cmd/support-scheduler/Dockerfile [2023-02-17T05:20:13.115Z] + cut -d/ -f2 [2023-02-17T05:20:13.115Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-02-17T05:20:13.173Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-02-17T05:20:13.497Z] + git rev-list -1 --merges 8bb7416f1c773b5b2c31d23b9c97a90c70099335~1..8bb7416f1c773b5b2c31d23b9c97a90c70099335 [Pipeline] echo [2023-02-17T05:20:13.511Z] -----------> git rev-list -1 --merges 8bb7416f1c773b5b2c31d23b9c97a90c70099335~1..8bb7416f1c773b5b2c31d23b9c97a90c70099335 8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:20:13.511Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335 [false] [Pipeline] sh [2023-02-17T05:20:13.801Z] + git log --format=format:%s -1 8bb7416f1c773b5b2c31d23b9c97a90c70099335 [Pipeline] echo [2023-02-17T05:20:13.818Z] ========================================================= [2023-02-17T05:20:13.818Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-17T05:20:13.818Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-02-17T05:20:14.196Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-17T05:20:14.197Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-02-17T05:20:14.197Z] + [ -e /tmp/ssh_known_hosts ] [2023-02-17T05:20:14.197Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-02-17T05:20:14.197Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-02-17T05:20:14.197Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-02-17T05:20:14.197Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:20:14.541Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-17T05:20:14.541Z] [2023-02-17T05:20:14.541Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:20:14.840Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-17T05:20:14.840Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-02-17T05:20:14.840Z] b85a868b505f: Pulling fs layer [2023-02-17T05:20:14.840Z] e2be974225ed: Pulling fs layer [2023-02-17T05:20:14.840Z] 339a4e72a1f5: Pulling fs layer [2023-02-17T05:20:14.840Z] 988bab9f4d93: Pulling fs layer [2023-02-17T05:20:14.840Z] 1469e6f7b9e6: Pulling fs layer [2023-02-17T05:20:14.840Z] eaf3925da568: Pulling fs layer [2023-02-17T05:20:14.840Z] bab4dde63d76: Pulling fs layer [2023-02-17T05:20:14.840Z] bde34c3a00c8: Pulling fs layer [2023-02-17T05:20:14.840Z] b352a97aabf1: Pulling fs layer [2023-02-17T05:20:14.840Z] 4872d77fe225: Pulling fs layer [2023-02-17T05:20:14.840Z] 5851b861e8e6: Pulling fs layer [2023-02-17T05:20:14.840Z] b352a97aabf1: Waiting [2023-02-17T05:20:14.840Z] 4872d77fe225: Waiting [2023-02-17T05:20:14.840Z] bab4dde63d76: Waiting [2023-02-17T05:20:14.840Z] 5851b861e8e6: Waiting [2023-02-17T05:20:14.840Z] 988bab9f4d93: Waiting [2023-02-17T05:20:14.840Z] bde34c3a00c8: Waiting [2023-02-17T05:20:14.840Z] eaf3925da568: Waiting [2023-02-17T05:20:14.840Z] 1469e6f7b9e6: Waiting [2023-02-17T05:20:14.840Z] e2be974225ed: Verifying Checksum [2023-02-17T05:20:14.840Z] e2be974225ed: Download complete [2023-02-17T05:20:14.840Z] 988bab9f4d93: Verifying Checksum [2023-02-17T05:20:14.840Z] 988bab9f4d93: Download complete [2023-02-17T05:20:15.104Z] 1469e6f7b9e6: Verifying Checksum [2023-02-17T05:20:15.104Z] 1469e6f7b9e6: Download complete [2023-02-17T05:20:15.104Z] eaf3925da568: Verifying Checksum [2023-02-17T05:20:15.104Z] eaf3925da568: Download complete [2023-02-17T05:20:15.104Z] 339a4e72a1f5: Verifying Checksum [2023-02-17T05:20:15.104Z] 339a4e72a1f5: Download complete [2023-02-17T05:20:15.104Z] bde34c3a00c8: Download complete [2023-02-17T05:20:15.362Z] b352a97aabf1: Verifying Checksum [2023-02-17T05:20:15.362Z] b352a97aabf1: Download complete [2023-02-17T05:20:15.362Z] 4872d77fe225: Download complete [2023-02-17T05:20:15.362Z] 5851b861e8e6: Verifying Checksum [2023-02-17T05:20:15.362Z] 5851b861e8e6: Download complete [2023-02-17T05:20:15.362Z] b85a868b505f: Verifying Checksum [2023-02-17T05:20:15.362Z] b85a868b505f: Download complete [2023-02-17T05:20:15.621Z] bab4dde63d76: Verifying Checksum [2023-02-17T05:20:15.621Z] bab4dde63d76: Download complete [2023-02-17T05:20:16.559Z] b85a868b505f: Pull complete [2023-02-17T05:20:16.559Z] e2be974225ed: Pull complete [2023-02-17T05:20:17.126Z] 339a4e72a1f5: Pull complete [2023-02-17T05:20:17.126Z] 988bab9f4d93: Pull complete [2023-02-17T05:20:17.404Z] 1469e6f7b9e6: Pull complete [2023-02-17T05:20:17.404Z] eaf3925da568: Pull complete [2023-02-17T05:20:19.308Z] bab4dde63d76: Pull complete [2023-02-17T05:20:19.308Z] bde34c3a00c8: Pull complete [2023-02-17T05:20:19.308Z] b352a97aabf1: Pull complete [2023-02-17T05:20:19.308Z] 4872d77fe225: Pull complete [2023-02-17T05:20:19.308Z] 5851b861e8e6: Pull complete [2023-02-17T05:20:19.567Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-02-17T05:20:19.567Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-17T05:20:19.567Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-17T05:20:19.656Z] prd-ubuntu20.04-docker-8c-8g-6375 does not seem to be running inside a container [2023-02-17T05:20:19.686Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/417 -v /w/workspace/edgex-go/417:/w/workspace/edgex-go/417:rw,z -v /w/workspace/edgex-go/417@tmp:/w/workspace/edgex-go/417@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-17T05:20:21.249Z] $ docker top 482c5d43a31b2a1eb4fc3dafacf1f719ddbfd980f69d0786baf17974b76dd254 -eo pid,comm [2023-02-17T05:20:21.309Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-02-17T05:20:21.309Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-17T05:20:21.348Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-17T05:20:21.348Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-17T05:20:21.473Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-17T05:20:21.469Z] $ docker exec 482c5d43a31b2a1eb4fc3dafacf1f719ddbfd980f69d0786baf17974b76dd254 ssh-agent [2023-02-17T05:20:21.582Z] SSH_AUTH_SOCK=/tmp/ssh-htRBpBJ2fJyZ/agent.32 [2023-02-17T05:20:21.582Z] SSH_AGENT_PID=38 [2023-02-17T05:20:21.589Z] Running ssh-add (command line suppressed) [2023-02-17T05:20:21.688Z] Identity added: /w/workspace/edgex-go/417@tmp/private_key_6870723744983661546.key (/w/workspace/edgex-go/417@tmp/private_key_6870723744983661546.key) [2023-02-17T05:20:21.708Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-17T05:20:21.996Z] + git tag --points-at HEAD [Pipeline] } [2023-02-17T05:20:22.008Z] $ docker exec --env ******** --env ******** 482c5d43a31b2a1eb4fc3dafacf1f719ddbfd980f69d0786baf17974b76dd254 ssh-agent -k [2023-02-17T05:20:22.112Z] unset SSH_AUTH_SOCK; [2023-02-17T05:20:22.112Z] unset SSH_AGENT_PID; [2023-02-17T05:20:22.113Z] echo Agent pid 38 killed; [2023-02-17T05:20:22.128Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-02-17T05:20:22.157Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-17T05:20:22.157Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-17T05:20:22.277Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-17T05:20:22.274Z] $ docker exec 482c5d43a31b2a1eb4fc3dafacf1f719ddbfd980f69d0786baf17974b76dd254 ssh-agent [2023-02-17T05:20:22.389Z] SSH_AUTH_SOCK=/tmp/ssh-Oqjg3Yn9OOJX/agent.70 [2023-02-17T05:20:22.389Z] SSH_AGENT_PID=76 [2023-02-17T05:20:22.395Z] Running ssh-add (command line suppressed) [2023-02-17T05:20:22.486Z] Identity added: /w/workspace/edgex-go/417@tmp/private_key_12203842084534283394.key (/w/workspace/edgex-go/417@tmp/private_key_12203842084534283394.key) [2023-02-17T05:20:22.504Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-17T05:20:22.791Z] + git semver init [2023-02-17T05:20:23.050Z] 2023-02-17 05:20:22,959 [run_init] DEBUG init version:0.0.0 force:False [2023-02-17T05:20:23.050Z] 2023-02-17 05:20:22,960 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/417/.semver [2023-02-17T05:20:23.050Z] 2023-02-17 05:20:22,960 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/417/.semver [2023-02-17T05:20:23.050Z] 2023-02-17 05:20:22,960 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/417/.semver'], cwd=/w/workspace/edgex-go/417, universal_newlines=False, shell=None, istream=None) [2023-02-17T05:20:29.622Z] 2023-02-17 05:20:28,472 [append_file] DEBUG append to file:/w/workspace/edgex-go/417/.git/info/exclude [2023-02-17T05:20:29.622Z] 2023-02-17 05:20:28,472 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/417/.semver/main with force:False [2023-02-17T05:20:29.622Z] 2023-02-17 05:20:28,472 [read_version] DEBUG read version from /w/workspace/edgex-go/417/.semver/main [2023-02-17T05:20:29.622Z] 2023-02-17 05:20:28,473 [read_version] DEBUG read version from /w/workspace/edgex-go/417/.semver/main [2023-02-17T05:20:29.622Z] 3.0.0-dev.56 [Pipeline] } [2023-02-17T05:20:29.629Z] $ docker exec --env ******** --env ******** 482c5d43a31b2a1eb4fc3dafacf1f719ddbfd980f69d0786baf17974b76dd254 ssh-agent -k [2023-02-17T05:20:29.732Z] unset SSH_AUTH_SOCK; [2023-02-17T05:20:29.733Z] unset SSH_AGENT_PID; [2023-02-17T05:20:29.733Z] echo Agent pid 76 killed; [2023-02-17T05:20:29.746Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-17T05:20:30.048Z] + git semver [Pipeline] } [2023-02-17T05:20:30.316Z] $ docker stop --time=1 482c5d43a31b2a1eb4fc3dafacf1f719ddbfd980f69d0786baf17974b76dd254 [2023-02-17T05:20:31.641Z] $ docker rm -f --volumes 482c5d43a31b2a1eb4fc3dafacf1f719ddbfd980f69d0786baf17974b76dd254 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-17T05:20:31.979Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-02-17T05:20:32.186Z] Stashed 1 file(s) [Pipeline] echo [2023-02-17T05:20:32.190Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.56 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-17T05:20:32.596Z] + git config --global --add safe.directory /w/workspace/edgex-go/417 [Pipeline] echo [2023-02-17T05:20:32.604Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-17T05:20:32.614Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-17T05:20:32.620Z] ========================================================= [2023-02-17T05:20:32.621Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-02-17T05:20:32.621Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-02-17T05:20:32.908Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-17T05:20:32.908Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-02-17T05:20:32.908Z] 213ec9aee27d: Pulling fs layer [2023-02-17T05:20:32.908Z] 4583459ba037: Pulling fs layer [2023-02-17T05:20:32.908Z] 93c1e223e6f2: Pulling fs layer [2023-02-17T05:20:32.908Z] 53926ce57604: Pulling fs layer [2023-02-17T05:20:32.908Z] 21b2b0c7a3f4: Pulling fs layer [2023-02-17T05:20:32.908Z] 21b2b0c7a3f4: Waiting [2023-02-17T05:20:32.908Z] 22ff95d597cd: Pulling fs layer [2023-02-17T05:20:32.908Z] 12d6caf4c0d1: Pulling fs layer [2023-02-17T05:20:32.908Z] 96b7cbca73a9: Pulling fs layer [2023-02-17T05:20:32.908Z] a7acece74701: Pulling fs layer [2023-02-17T05:20:32.908Z] 12d6caf4c0d1: Waiting [2023-02-17T05:20:32.908Z] 96b7cbca73a9: Waiting [2023-02-17T05:20:32.908Z] 22ff95d597cd: Waiting [2023-02-17T05:20:32.908Z] a7acece74701: Waiting [2023-02-17T05:20:32.908Z] 53926ce57604: Waiting [2023-02-17T05:20:32.908Z] 93c1e223e6f2: Download complete [2023-02-17T05:20:32.908Z] 4583459ba037: Verifying Checksum [2023-02-17T05:20:32.908Z] 4583459ba037: Download complete [2023-02-17T05:20:32.908Z] 21b2b0c7a3f4: Verifying Checksum [2023-02-17T05:20:32.908Z] 21b2b0c7a3f4: Download complete [2023-02-17T05:20:32.908Z] 22ff95d597cd: Verifying Checksum [2023-02-17T05:20:32.908Z] 22ff95d597cd: Download complete [2023-02-17T05:20:32.908Z] 213ec9aee27d: Verifying Checksum [2023-02-17T05:20:32.908Z] 213ec9aee27d: Download complete [2023-02-17T05:20:33.177Z] 12d6caf4c0d1: Verifying Checksum [2023-02-17T05:20:33.177Z] 12d6caf4c0d1: Download complete [2023-02-17T05:20:33.177Z] 213ec9aee27d: Pull complete [2023-02-17T05:20:33.177Z] 4583459ba037: Pull complete [2023-02-17T05:20:33.456Z] 93c1e223e6f2: Pull complete [2023-02-17T05:20:34.102Z] a7acece74701: Verifying Checksum [2023-02-17T05:20:34.102Z] a7acece74701: Download complete [2023-02-17T05:20:34.379Z] 53926ce57604: Verifying Checksum [2023-02-17T05:20:34.379Z] 53926ce57604: Download complete [2023-02-17T05:20:34.379Z] 96b7cbca73a9: Verifying Checksum [2023-02-17T05:20:34.379Z] 96b7cbca73a9: Download complete [2023-02-17T05:20:38.571Z] 53926ce57604: Pull complete [2023-02-17T05:20:38.571Z] 21b2b0c7a3f4: Pull complete [2023-02-17T05:20:38.571Z] 22ff95d597cd: Pull complete [2023-02-17T05:20:38.571Z] 12d6caf4c0d1: Pull complete [2023-02-17T05:20:40.473Z] 96b7cbca73a9: Pull complete [2023-02-17T05:20:41.407Z] a7acece74701: Pull complete [2023-02-17T05:20:41.407Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-02-17T05:20:41.407Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-17T05:20:41.407Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-02-17T05:20:41.702Z] + + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-17T05:20:41.702Z] WORKDIR /edgex [2023-02-17T05:20:41.702Z] COPY go.mod . [2023-02-17T05:20:41.702Z] RUN go mod download [2023-02-17T05:20:41.702Z] docker build -t ci-base-image-x86_64 -f - . [2023-02-17T05:20:42.269Z] Sending build context to Docker daemon 170.3MB [2023-02-17T05:20:42.270Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-17T05:20:42.270Z] ---> db6d94c90886 [2023-02-17T05:20:42.270Z] Step 2/4 : WORKDIR /edgex [2023-02-17T05:20:44.806Z] ---> Running in 293616b94638 [2023-02-17T05:20:44.806Z] Removing intermediate container 293616b94638 [2023-02-17T05:20:44.806Z] ---> a4e8eb0f1e3d [2023-02-17T05:20:44.806Z] Step 3/4 : COPY go.mod . [2023-02-17T05:20:44.806Z] ---> d9770769175d [2023-02-17T05:20:44.806Z] Step 4/4 : RUN go mod download [2023-02-17T05:20:44.806Z] ---> Running in 813b21d93ed8 [2023-02-17T05:20:47.270Z] Still waiting to schedule task [2023-02-17T05:20:47.271Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-6369’ [2023-02-17T05:20:57.020Z] Removing intermediate container 813b21d93ed8 [2023-02-17T05:20:57.020Z] ---> d5b5e1b6b835 [2023-02-17T05:20:57.020Z] Successfully built d5b5e1b6b835 [2023-02-17T05:20:57.020Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:20:57.319Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-17T05:20:57.319Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-17T05:20:57.389Z] prd-ubuntu20.04-docker-8c-8g-6375 does not seem to be running inside a container [2023-02-17T05:20:57.417Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/417 -v /w/workspace/edgex-go/417:/w/workspace/edgex-go/417:rw,z -v /w/workspace/edgex-go/417@tmp:/w/workspace/edgex-go/417@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-17T05:20:57.815Z] $ docker top 2c3f045d8992b0247702883bc0f36283b993b74b8761b1a589cfd278bf959e65 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-17T05:20:58.152Z] + go version [2023-02-17T05:20:58.152Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-02-17T05:20:58.165Z] $ docker stop --time=1 2c3f045d8992b0247702883bc0f36283b993b74b8761b1a589cfd278bf959e65 [2023-02-17T05:20:59.451Z] $ docker rm -f --volumes 2c3f045d8992b0247702883bc0f36283b993b74b8761b1a589cfd278bf959e65 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:20:59.853Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-17T05:20:59.853Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-17T05:20:59.925Z] prd-ubuntu20.04-docker-8c-8g-6375 does not seem to be running inside a container [2023-02-17T05:20:59.956Z] $ 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/417 -v /w/workspace/edgex-go/417:/w/workspace/edgex-go/417:rw,z -v /w/workspace/edgex-go/417@tmp:/w/workspace/edgex-go/417@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-17T05:21:00.289Z] $ docker top c3f53dc5ab018c33cfa138c9e39a7dc621f8d574baeae986d2999856b7b326ad -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-17T05:21:00.358Z] ========================================================= [2023-02-17T05:21:00.358Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-02-17T05:21:00.358Z] ========================================================= [Pipeline] sh [2023-02-17T05:21:00.633Z] + git config --global --add safe.directory /w/workspace/edgex-go/417 [Pipeline] fileExists [Pipeline] sh [2023-02-17T05:21:00.930Z] + make test [2023-02-17T05:21:00.930Z] go test -race -coverprofile=coverage.out ./... [2023-02-17T05:21:07.486Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-02-17T05:21:19.688Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-02-17T05:21:19.688Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-02-17T05:21:19.688Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-02-17T05:21:20.253Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-02-17T05:21:20.253Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-02-17T05:21:20.253Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-02-17T05:21:20.253Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-02-17T05:21:20.253Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2023-02-17T05:21:20.253Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-02-17T05:21:20.511Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-02-17T05:21:20.511Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-02-17T05:21:20.511Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-02-17T05:21:20.511Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-02-17T05:21:20.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-02-17T05:21:20.770Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.053s coverage: 28.7% of statements [2023-02-17T05:21:20.770Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-02-17T05:21:20.770Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-02-17T05:21:21.336Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.115s coverage: 98.5% of statements [2023-02-17T05:21:24.616Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.170s coverage: 73.7% of statements [2023-02-17T05:21:24.616Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-02-17T05:21:24.616Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-02-17T05:21:24.616Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-02-17T05:21:24.616Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.122s coverage: 54.0% of statements [2023-02-17T05:21:24.616Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-02-17T05:21:24.616Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-02-17T05:21:25.548Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.736s coverage: 88.5% of statements [2023-02-17T05:21:25.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-02-17T05:21:25.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-02-17T05:21:25.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-02-17T05:21:25.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-02-17T05:21:25.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-02-17T05:21:25.548Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.086s coverage: 3.9% of statements [2023-02-17T05:21:25.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-02-17T05:21:25.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-02-17T05:21:25.548Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.493s coverage: 95.6% of statements [2023-02-17T05:21:25.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-02-17T05:21:25.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-02-17T05:21:25.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-02-17T05:21:25.548Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.077s coverage: 72.2% of statements [2023-02-17T05:21:25.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-02-17T05:21:25.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-02-17T05:21:25.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-02-17T05:21:25.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-02-17T05:21:25.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-02-17T05:21:25.548Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.074s coverage: 65.9% of statements [2023-02-17T05:21:25.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-02-17T05:21:25.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-02-17T05:21:25.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-02-17T05:21:25.548Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.076s coverage: 0.9% of statements [2023-02-17T05:21:25.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-02-17T05:21:25.548Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.082s coverage: 29.6% of statements [2023-02-17T05:21:25.548Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-02-17T05:21:25.548Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.062s coverage: 47.1% of statements [2023-02-17T05:21:25.548Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.068s coverage: 82.9% of statements [2023-02-17T05:21:25.548Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.079s coverage: 94.1% of statements [2023-02-17T05:21:25.548Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.087s coverage: 96.3% of statements [2023-02-17T05:21:25.548Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.070s coverage: 87.5% of statements [2023-02-17T05:21:35.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.077s coverage: 94.4% of statements [2023-02-17T05:21:35.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.054s coverage: 44.8% of statements [2023-02-17T05:21:47.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.361s coverage: 79.9% of statements [2023-02-17T05:21:47.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-02-17T05:21:47.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.082s coverage: 92.9% of statements [2023-02-17T05:21:47.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-02-17T05:21:47.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-02-17T05:21:47.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-02-17T05:21:47.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 64.4% of statements [2023-02-17T05:21:47.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-02-17T05:21:47.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-02-17T05:21:47.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-02-17T05:21:47.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-02-17T05:21:47.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.069s coverage: 86.9% of statements [2023-02-17T05:21:47.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-02-17T05:21:47.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-02-17T05:21:47.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-02-17T05:21:47.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-02-17T05:21:47.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.060s coverage: 87.2% of statements [2023-02-17T05:21:47.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.059s coverage: 20.0% of statements [2023-02-17T05:21:47.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-02-17T05:21:47.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-02-17T05:21:47.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.050s coverage: 100.0% of statements [2023-02-17T05:21:47.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-02-17T05:21:47.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 77.4% of statements [2023-02-17T05:21:47.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2023-02-17T05:21:47.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.083s coverage: 80.0% of statements [2023-02-17T05:21:47.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.054s coverage: 87.2% of statements [2023-02-17T05:21:47.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.246s coverage: 91.2% of statements [2023-02-17T05:21:47.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-02-17T05:21:47.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.239s coverage: 63.1% of statements [2023-02-17T05:21:47.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-02-17T05:21:47.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-02-17T05:21:47.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements [2023-02-17T05:21:47.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 89.4% of statements [2023-02-17T05:21:47.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2023-02-17T05:21:47.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements [2023-02-17T05:21:47.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.030s coverage: 100.0% of statements [2023-02-17T05:21:47.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.317s coverage: 65.3% of statements [2023-02-17T05:21:47.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2023-02-17T05:21:47.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2023-02-17T05:21:47.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2023-02-17T05:21:47.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.149s coverage: 41.0% of statements [2023-02-17T05:21:47.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-02-17T05:21:47.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-02-17T05:21:47.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.064s coverage: 89.5% of statements [2023-02-17T05:21:47.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-02-17T05:21:47.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.054s coverage: 84.8% of statements [2023-02-17T05:21:47.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-02-17T05:21:47.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-02-17T05:21:47.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-02-17T05:21:47.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-02-17T05:21:47.733Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.082s coverage: 17.7% of statements [2023-02-17T05:21:47.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-02-17T05:21:47.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-02-17T05:21:47.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-02-17T05:21:47.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-02-17T05:21:47.733Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.159s coverage: 92.3% of statements [2023-02-17T05:21:47.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-02-17T05:21:47.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-02-17T05:21:47.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-02-17T05:21:47.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-02-17T05:21:47.733Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.052s coverage: 63.2% of statements [2023-02-17T05:21:47.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-02-17T05:21:47.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-02-17T05:21:47.734Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.108s coverage: 97.7% of statements [2023-02-17T05:21:47.734Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-02-17T05:21:47.734Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-02-17T05:21:47.734Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2023-02-17T05:22:05.803Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2023-02-17T05:22:05.803Z] go vet ./... [2023-02-17T05:22:07.177Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-17T05:22:07.177Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-17T05:22:07.177Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-17T05:22:07.191Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-02-17T05:22:07.481Z] + ls -al . [2023-02-17T05:22:07.481Z] total 748 [2023-02-17T05:22:07.481Z] drwxrwxr-x 11 1001 1001 4096 Feb 17 05:21 . [2023-02-17T05:22:07.481Z] drwxr-xr-x 4 root root 4096 Feb 17 05:21 .. [2023-02-17T05:22:07.481Z] drwxrwxr-x 2 1001 1001 4096 Feb 17 05:20 .blubracket [2023-02-17T05:22:07.481Z] -rw-rw-r-- 1 1001 1001 16 Feb 17 05:20 .dockerignore [2023-02-17T05:22:07.481Z] drwxrwxr-x 8 1001 1001 4096 Feb 17 05:21 .git [2023-02-17T05:22:07.481Z] drwxrwxr-x 3 1001 1001 4096 Feb 17 05:20 .github [2023-02-17T05:22:07.481Z] -rw-rw-r-- 1 1001 1001 1024 Feb 17 05:20 .gitignore [2023-02-17T05:22:07.481Z] -rw-rw-r-- 1 1001 1001 42 Feb 17 05:20 .golangci.yml [2023-02-17T05:22:07.481Z] -rw-rw-r-- 1 1001 1001 87 Feb 17 05:20 .hadolint.yml [2023-02-17T05:22:07.481Z] drwxr-xr-x 3 1001 1001 4096 Feb 17 05:20 .semver [2023-02-17T05:22:07.481Z] -rw-rw-r-- 1 1001 1001 166 Feb 17 05:20 .sonarcloud.properties [2023-02-17T05:22:07.481Z] -rw-rw-r-- 1 1001 1001 1171 Feb 17 05:20 ADOPTERS.md [2023-02-17T05:22:07.481Z] -rw-rw-r-- 1 1001 1001 10825 Feb 17 05:20 Attribution.txt [2023-02-17T05:22:07.481Z] -rw-rw-r-- 1 1001 1001 73765 Feb 17 05:20 CHANGELOG.md [2023-02-17T05:22:07.481Z] -rw-rw-r-- 1 1001 1001 3804 Feb 17 05:20 CONTRIBUTING.md [2023-02-17T05:22:07.481Z] -rw-rw-r-- 1 1001 1001 677 Feb 17 05:20 GOVERNANCE.md [2023-02-17T05:22:07.481Z] -rw-rw-r-- 1 1001 1001 883 Feb 17 05:20 Jenkinsfile [2023-02-17T05:22:07.481Z] -rw-rw-r-- 1 1001 1001 10775 Feb 17 05:20 LICENSE [2023-02-17T05:22:07.481Z] -rw-rw-r-- 1 1001 1001 13375 Feb 17 05:20 Makefile [2023-02-17T05:22:07.481Z] -rw-rw-r-- 1 1001 1001 582 Feb 17 05:20 OWNERS.md [2023-02-17T05:22:07.481Z] -rw-rw-r-- 1 1001 1001 9403 Feb 17 05:20 README.md [2023-02-17T05:22:07.481Z] -rw-rw-r-- 1 1001 1001 6912 Feb 17 05:20 SECURITY.md [2023-02-17T05:22:07.481Z] -rw-rw-r-- 1 1001 1001 12 Feb 17 05:20 VERSION [2023-02-17T05:22:07.481Z] drwxrwxr-x 2 1001 1001 4096 Feb 17 05:20 bin [2023-02-17T05:22:07.481Z] drwxrwxr-x 17 1001 1001 4096 Feb 17 05:20 cmd [2023-02-17T05:22:07.481Z] -rw-r--r-- 1 root root 487530 Feb 17 05:21 coverage.out [2023-02-17T05:22:07.481Z] -rw-rw-r-- 1 1001 1001 3295 Feb 17 05:20 go.mod [2023-02-17T05:22:07.481Z] -rw-rw-r-- 1 1001 1001 33318 Feb 17 05:20 go.sum [2023-02-17T05:22:07.481Z] drwxrwxr-x 7 1001 1001 4096 Feb 17 05:20 internal [2023-02-17T05:22:07.481Z] drwxrwxr-x 3 1001 1001 4096 Feb 17 05:20 openapi [2023-02-17T05:22:07.481Z] drwxrwxr-x 4 1001 1001 4096 Feb 17 05:20 snap [2023-02-17T05:22:07.481Z] -rw-rw-r-- 1 1001 1001 204 Feb 17 05:20 version.go [Pipeline] sh [2023-02-17T05:22:07.763Z] + '[' -e coverage.out ] [2023-02-17T05:22:07.763Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-02-17T05:22:07.864Z] Stashed 1 file(s) [Pipeline] sh [2023-02-17T05:22:08.205Z] + make build [2023-02-17T05:22:08.205Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-02-17T05:22:20.533Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-02-17T05:22:20.533Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-02-17T05:22:21.469Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-02-17T05:22:22.035Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-02-17T05:22:28.601Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-02-17T05:22:29.976Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-02-17T05:22:30.911Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-02-17T05:22:32.285Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-02-17T05:22:32.851Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-02-17T05:22:33.784Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-02-17T05:22:36.325Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-02-17T05:22:37.278Z] $ docker stop --time=1 c3f53dc5ab018c33cfa138c9e39a7dc621f8d574baeae986d2999856b7b326ad [2023-02-17T05:22:39.408Z] $ docker rm -f --volumes c3f53dc5ab018c33cfa138c9e39a7dc621f8d574baeae986d2999856b7b326ad [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:22:40.105Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-17T05:22:40.105Z] [2023-02-17T05:22:40.105Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:22:40.403Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-17T05:22:40.403Z] latest: Pulling from edgex-devops/edgex-compose [2023-02-17T05:22:40.403Z] cbdbe7a5bc2a: Pulling fs layer [2023-02-17T05:22:40.403Z] ca9280d653b3: Pulling fs layer [2023-02-17T05:22:40.403Z] 7e9c9ca2126c: Pulling fs layer [2023-02-17T05:22:40.670Z] cbdbe7a5bc2a: Verifying Checksum [2023-02-17T05:22:40.670Z] cbdbe7a5bc2a: Download complete [2023-02-17T05:22:40.670Z] cbdbe7a5bc2a: Pull complete [2023-02-17T05:22:40.930Z] ca9280d653b3: Verifying Checksum [2023-02-17T05:22:40.930Z] ca9280d653b3: Download complete [2023-02-17T05:22:41.188Z] 7e9c9ca2126c: Download complete [2023-02-17T05:22:41.446Z] ca9280d653b3: Pull complete [2023-02-17T05:22:44.732Z] 7e9c9ca2126c: Pull complete [2023-02-17T05:22:44.732Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-02-17T05:22:44.732Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-17T05:22:44.732Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-17T05:22:44.803Z] prd-ubuntu20.04-docker-8c-8g-6375 does not seem to be running inside a container [2023-02-17T05:22:44.830Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/417 -v /w/workspace/edgex-go/417:/w/workspace/edgex-go/417:rw,z -v /w/workspace/edgex-go/417@tmp:/w/workspace/edgex-go/417@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-02-17T05:22:46.170Z] $ docker top 5fcb44e5143010eabdd12764dd03e01716c494641653b374d38e4fceff227b21 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-17T05:22:46.508Z] + docker-compose build --help [2023-02-17T05:22:46.508Z] + grep parallel [2023-02-17T05:22:47.086Z] --parallel Build images in parallel. [Pipeline] } [2023-02-17T05:22:47.100Z] $ docker stop --time=1 5fcb44e5143010eabdd12764dd03e01716c494641653b374d38e4fceff227b21 [2023-02-17T05:22:48.382Z] $ docker rm -f --volumes 5fcb44e5143010eabdd12764dd03e01716c494641653b374d38e4fceff227b21 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:22:48.743Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-17T05:22:48.743Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-17T05:22:48.840Z] prd-ubuntu20.04-docker-8c-8g-6375 does not seem to be running inside a container [2023-02-17T05:22:48.872Z] $ 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/417 -v /w/workspace/edgex-go/417:/w/workspace/edgex-go/417:rw,z -v /w/workspace/edgex-go/417@tmp:/w/workspace/edgex-go/417@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-02-17T05:22:49.257Z] $ docker top 7e19c106bffea506d42aa3868384cbcd66303d1be7cb2fcc583bb0e77bffb2d7 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-17T05:22:49.599Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-02-17T05:22:50.165Z] Building core-command ... [2023-02-17T05:22:50.165Z] Building core-common-config-bootstrapper ... [2023-02-17T05:22:50.165Z] Building core-data ... [2023-02-17T05:22:50.165Z] Building core-metadata ... [2023-02-17T05:22:50.165Z] Building security-bootstrapper ... [2023-02-17T05:22:50.165Z] Building security-proxy-setup ... [2023-02-17T05:22:50.165Z] Building security-secretstore-setup ... [2023-02-17T05:22:50.165Z] Building security-spiffe-token-provider ... [2023-02-17T05:22:50.165Z] Building security-spire-agent ... [2023-02-17T05:22:50.165Z] Building security-spire-config ... [2023-02-17T05:22:50.165Z] Building security-spire-server ... [2023-02-17T05:22:50.165Z] Building support-notifications ... [2023-02-17T05:22:50.165Z] Building support-scheduler ... [2023-02-17T05:22:50.165Z] Building security-proxy-setup [2023-02-17T05:22:50.165Z] Building core-command [2023-02-17T05:22:50.165Z] Building security-spire-agent [2023-02-17T05:22:50.165Z] Building security-spire-config [2023-02-17T05:22:50.165Z] Building security-spire-server [2023-02-17T05:23:02.376Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-17T05:23:02.376Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-17T05:23:02.376Z] ---> d5b5e1b6b835 [2023-02-17T05:23:02.376Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-02-17T05:23:02.376Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-17T05:23:02.376Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-17T05:23:02.376Z] ---> d5b5e1b6b835 [2023-02-17T05:23:02.376Z] Step 3/24 : WORKDIR /edgex-go [2023-02-17T05:23:02.376Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-17T05:23:02.376Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-17T05:23:02.376Z] ---> d5b5e1b6b835 [2023-02-17T05:23:02.376Z] Step 3/24 : WORKDIR /edgex-go [2023-02-17T05:23:02.376Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-17T05:23:02.376Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-17T05:23:02.376Z] ---> d5b5e1b6b835 [2023-02-17T05:23:02.376Z] Step 3/23 : WORKDIR /edgex-go [2023-02-17T05:23:02.376Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-17T05:23:02.376Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-02-17T05:23:02.376Z] ---> d5b5e1b6b835 [2023-02-17T05:23:02.376Z] Step 3/21 : WORKDIR /edgex-go [2023-02-17T05:23:03.747Z] ---> Running in f075d322479f [2023-02-17T05:23:03.747Z] ---> Running in cdc4fdc46812 [2023-02-17T05:23:03.747Z] ---> Running in 009c454e1460 [2023-02-17T05:23:03.747Z] ---> Running in f5a3da5c62c6 [2023-02-17T05:23:03.747Z] ---> Running in 22b94c4da99a [2023-02-17T05:23:04.004Z] Removing intermediate container 009c454e1460 [2023-02-17T05:23:04.004Z] ---> 094433f67ff4 [2023-02-17T05:23:04.004Z] Step 4/23 : WORKDIR /edgex-go [2023-02-17T05:23:04.004Z] Removing intermediate container f075d322479f [2023-02-17T05:23:04.004Z] ---> 6b48e11c37a2 [2023-02-17T05:23:04.004Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-17T05:23:04.004Z] Removing intermediate container cdc4fdc46812 [2023-02-17T05:23:04.004Z] ---> 74b4291712c0 [2023-02-17T05:23:04.004Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-02-17T05:23:04.004Z] Removing intermediate container 22b94c4da99a [2023-02-17T05:23:04.004Z] ---> cd7cb74261a9 [2023-02-17T05:23:04.004Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-02-17T05:23:04.004Z] Removing intermediate container f5a3da5c62c6 [2023-02-17T05:23:04.004Z] ---> dd8359794e1a [2023-02-17T05:23:04.004Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-17T05:23:04.004Z] ---> Running in 0b8c18ff28a4 [2023-02-17T05:23:04.004Z] ---> Running in 68cdfb384be3 [2023-02-17T05:23:04.004Z] ---> Running in 0a410596987b [2023-02-17T05:23:04.004Z] ---> Running in 2b014fedf19b [2023-02-17T05:23:04.004Z] ---> Running in 962e7321556f [2023-02-17T05:23:04.004Z] Removing intermediate container 0b8c18ff28a4 [2023-02-17T05:23:04.004Z] ---> 705b2e7faf9a [2023-02-17T05:23:04.004Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-02-17T05:23:04.261Z] ---> Running in ae4605d4001d [2023-02-17T05:23:04.517Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-17T05:23:04.774Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-17T05:23:04.774Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-17T05:23:04.774Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-17T05:23:04.774Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-17T05:23:04.774Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-17T05:23:04.774Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-17T05:23:05.030Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-17T05:23:05.030Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-17T05:23:05.030Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-17T05:23:05.030Z] OK: 211 MiB in 51 packages [2023-02-17T05:23:05.030Z] OK: 211 MiB in 51 packages [2023-02-17T05:23:05.030Z] OK: 211 MiB in 51 packages [2023-02-17T05:23:05.030Z] OK: 211 MiB in 51 packages [2023-02-17T05:23:05.292Z] OK: 211 MiB in 51 packages [2023-02-17T05:23:05.562Z] Removing intermediate container 962e7321556f [2023-02-17T05:23:05.562Z] ---> 707401bd3016 [2023-02-17T05:23:05.562Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-17T05:23:05.562Z] Removing intermediate container 0a410596987b [2023-02-17T05:23:05.562Z] ---> 35cb1e1a69ee [2023-02-17T05:23:05.562Z] Step 5/23 : COPY go.mod vendor* ./ [2023-02-17T05:23:05.829Z] Removing intermediate container 68cdfb384be3 [2023-02-17T05:23:05.829Z] ---> 8eef4164098e [2023-02-17T05:23:05.829Z] Step 5/21 : COPY go.mod vendor* ./ [2023-02-17T05:23:05.829Z] Removing intermediate container 2b014fedf19b [2023-02-17T05:23:05.829Z] ---> 2ca96cee6205 [2023-02-17T05:23:05.829Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-17T05:23:05.829Z] ---> 724eeaac94c7 [2023-02-17T05:23:05.829Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-17T05:23:05.829Z] Removing intermediate container ae4605d4001d [2023-02-17T05:23:05.829Z] ---> 1e547f555823 [2023-02-17T05:23:05.829Z] Step 6/23 : COPY go.mod vendor* ./ [2023-02-17T05:23:05.829Z] ---> f9cbdb8cc300 [2023-02-17T05:23:05.829Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-17T05:23:05.829Z] ---> Running in ed8be12cc293 [2023-02-17T05:23:05.829Z] ---> Running in 5b86098422eb [2023-02-17T05:23:05.829Z] ---> c242dd52a171 [2023-02-17T05:23:05.829Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-17T05:23:05.829Z] ---> Running in 7346355231de [2023-02-17T05:23:05.829Z] ---> 47ea6591dc92 [2023-02-17T05:23:05.829Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-17T05:23:06.086Z] ---> 3a3f2493b8da [2023-02-17T05:23:06.086Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-17T05:23:06.086Z] ---> Running in 6e795274d2a9 [2023-02-17T05:23:06.086Z] ---> Running in 056004ccad6a [2023-02-17T05:23:38.160Z] Removing intermediate container ed8be12cc293 [2023-02-17T05:23:38.160Z] ---> dd1f823e168d [2023-02-17T05:23:38.160Z] Step 7/24 : COPY . . [2023-02-17T05:23:38.160Z] Removing intermediate container 7346355231de [2023-02-17T05:23:38.160Z] ---> b1c9fbda1902 [2023-02-17T05:23:38.160Z] Step 7/21 : COPY . . [2023-02-17T05:23:38.160Z] Removing intermediate container 5b86098422eb [2023-02-17T05:23:38.160Z] ---> 787ba48b817c [2023-02-17T05:23:38.160Z] Step 7/23 : COPY . . [2023-02-17T05:23:38.160Z] Removing intermediate container 056004ccad6a [2023-02-17T05:23:38.160Z] ---> eadb9b489b07 [2023-02-17T05:23:38.160Z] Step 8/23 : COPY . . [2023-02-17T05:23:38.160Z] Removing intermediate container 6e795274d2a9 [2023-02-17T05:23:38.160Z] ---> 816d6fbc4f01 [2023-02-17T05:23:38.160Z] Step 7/24 : COPY . . [2023-02-17T05:23:48.124Z] ---> bfc44ed85ff7 [2023-02-17T05:23:48.124Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-02-17T05:23:48.124Z] ---> 43461b948cfa [2023-02-17T05:23:48.124Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-17T05:23:48.124Z] ---> 7a267477f5a1 [2023-02-17T05:23:48.124Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-02-17T05:23:48.124Z] ---> af409b7dd2b9 [2023-02-17T05:23:48.124Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-02-17T05:23:48.124Z] ---> Running in cf0a0f64f908 [2023-02-17T05:23:48.124Z] ---> Running in e955f7698aee [2023-02-17T05:23:48.124Z] ---> 0a1a4bfeefcd [2023-02-17T05:23:48.124Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-17T05:23:48.124Z] ---> Running in 4448c93fb457 [2023-02-17T05:23:48.124Z] ---> Running in c52191e03100 [2023-02-17T05:23:48.124Z] ---> Running in e8d89db10fbb [2023-02-17T05:23:48.124Z] Removing intermediate container e955f7698aee [2023-02-17T05:23:48.124Z] ---> eb44e4cfa15c [2023-02-17T05:23:48.124Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-17T05:23:48.124Z] Removing intermediate container c52191e03100 [2023-02-17T05:23:48.124Z] ---> da58a911739d [2023-02-17T05:23:48.124Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-02-17T05:23:48.124Z] ---> Running in 8ca29461ab9b [2023-02-17T05:23:48.124Z] Removing intermediate container e8d89db10fbb [2023-02-17T05:23:48.124Z] ---> 6450a87717fe [2023-02-17T05:23:48.124Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-17T05:23:48.124Z] ---> Running in 7a47a3c66fb0 [2023-02-17T05:23:48.124Z] ---> Running in 3f92e5708f47 [2023-02-17T05:23:48.124Z] Removing intermediate container 8ca29461ab9b [2023-02-17T05:23:48.124Z] ---> 12f62af41d14 [2023-02-17T05:23:48.124Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-17T05:23:48.124Z] ---> Running in df5ea8282efd [2023-02-17T05:23:48.124Z] Removing intermediate container 7a47a3c66fb0 [2023-02-17T05:23:48.124Z] ---> 8631cee41ca7 [2023-02-17T05:23:48.124Z] Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-17T05:23:48.124Z] Removing intermediate container 3f92e5708f47 [2023-02-17T05:23:48.124Z] ---> 4fb1d2a2cde0 [2023-02-17T05:23:48.124Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-17T05:23:48.124Z] ---> Running in 95fa767d96ae [2023-02-17T05:23:48.124Z] ---> Running in c47ea023873a [2023-02-17T05:23:48.124Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-02-17T05:23:48.124Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-02-17T05:23:48.124Z] Removing intermediate container df5ea8282efd [2023-02-17T05:23:48.124Z] ---> dc41b2ce7085 [2023-02-17T05:23:48.124Z] Step 11/24 : WORKDIR /edgex-go [2023-02-17T05:23:48.124Z] ---> Running in f3246f965b10 [2023-02-17T05:23:48.124Z] Removing intermediate container f3246f965b10 [2023-02-17T05:23:48.124Z] ---> e3beb99d6e89 [2023-02-17T05:23:48.124Z] [2023-02-17T05:23:48.124Z] Step 12/24 : FROM alpine:3.15 [2023-02-17T05:23:48.124Z] Removing intermediate container 95fa767d96ae [2023-02-17T05:23:48.124Z] ---> 96eeed320e65 [2023-02-17T05:23:48.124Z] Step 11/23 : WORKDIR /edgex-go [2023-02-17T05:23:48.124Z] ---> Running in 48aeb88db2ae [2023-02-17T05:23:48.124Z] 3.15: Pulling from library/alpine [2023-02-17T05:23:48.124Z] Removing intermediate container c47ea023873a [2023-02-17T05:23:48.124Z] ---> 9523167e571f [2023-02-17T05:23:48.124Z] Step 11/24 : WORKDIR /edgex-go [2023-02-17T05:23:48.124Z] Removing intermediate container 48aeb88db2ae [2023-02-17T05:23:48.124Z] ---> 840c189b3c45 [2023-02-17T05:23:48.124Z] [2023-02-17T05:23:48.124Z] Step 12/23 : FROM alpine:3.15 [2023-02-17T05:23:48.124Z] ---> Running in 98df7b01728c [2023-02-17T05:23:48.124Z] 3.15: Pulling from library/alpine [2023-02-17T05:23:48.382Z] Removing intermediate container 98df7b01728c [2023-02-17T05:23:48.382Z] ---> 6f2c9075bcfc [2023-02-17T05:23:48.382Z] [2023-02-17T05:23:48.382Z] Step 12/24 : FROM alpine:3.15 [2023-02-17T05:23:48.641Z] 3.15: Pulling from library/alpine [2023-02-17T05:23:49.213Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-02-17T05:23:49.213Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-02-17T05:23:49.213Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-02-17T05:23:49.213Z] Status: Downloaded newer image for alpine:3.15 [2023-02-17T05:23:49.213Z] Status: Image is up to date for alpine:3.15 [2023-02-17T05:23:49.213Z] Status: Image is up to date for alpine:3.15 [2023-02-17T05:23:49.213Z] ---> 5ce65d7b0fde [2023-02-17T05:23:49.213Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-17T05:23:49.213Z] ---> 5ce65d7b0fde [2023-02-17T05:23:49.213Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-17T05:23:49.213Z] ---> 5ce65d7b0fde [2023-02-17T05:23:49.213Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-17T05:23:49.213Z] ---> Running in 09627bfb3245 [2023-02-17T05:23:49.213Z] ---> Running in c5ebfb454a28 [2023-02-17T05:23:49.213Z] ---> Running in 0673ebada1c9 [2023-02-17T05:23:49.471Z] Removing intermediate container c5ebfb454a28 [2023-02-17T05:23:49.471Z] ---> 980ab2f2a9bb [2023-02-17T05:23:49.471Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-17T05:23:49.471Z] Removing intermediate container 09627bfb3245 [2023-02-17T05:23:49.471Z] ---> 624e28ea7220 [2023-02-17T05:23:49.471Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-02-17T05:23:49.471Z] Removing intermediate container 0673ebada1c9 [2023-02-17T05:23:49.471Z] ---> 2fa1bfcedcc6 [2023-02-17T05:23:49.471Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-17T05:23:49.471Z] ---> Running in 664274f867ab [2023-02-17T05:23:49.471Z] ---> Running in daded9bcb8ef [2023-02-17T05:23:49.471Z] ---> Running in ddba22d41ba7 [2023-02-17T05:23:50.038Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-17T05:23:50.295Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-17T05:23:50.295Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-17T05:23:50.295Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-17T05:23:50.295Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-17T05:23:50.295Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-17T05:23:50.555Z] v3.15.7-14-gcfb0d81afed [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-17T05:23:50.555Z] v3.15.7-13-gd738a42a973 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-17T05:23:50.555Z] OK: 15857 distinct packages available [2023-02-17T05:23:50.555Z] v3.15.7-14-gcfb0d81afed [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-17T05:23:50.555Z] v3.15.7-13-gd738a42a973 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-17T05:23:50.555Z] OK: 15857 distinct packages available [2023-02-17T05:23:50.555Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-17T05:23:50.555Z] v3.15.7-14-gcfb0d81afed [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-17T05:23:50.555Z] v3.15.7-13-gd738a42a973 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-17T05:23:50.555Z] OK: 15857 distinct packages available [2023-02-17T05:23:50.555Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-17T05:23:50.555Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-17T05:23:50.555Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-17T05:23:50.812Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-17T05:23:50.812Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-17T05:23:50.812Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-02-17T05:23:50.812Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-02-17T05:23:50.812Z] (3/5) Installing libucontext (1.1-r0) [2023-02-17T05:23:50.812Z] (4/5) Installing gcompat (1.0.0-r4) [2023-02-17T05:23:50.812Z] (5/5) Installing openssl (1.1.1t-r1) [2023-02-17T05:23:50.812Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-02-17T05:23:50.812Z] Executing busybox-1.34.1-r7.trigger [2023-02-17T05:23:50.812Z] OK: 7 MiB in 19 packages [2023-02-17T05:23:50.812Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-02-17T05:23:50.812Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-02-17T05:23:50.812Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-02-17T05:23:50.812Z] (3/4) Installing libucontext (1.1-r0) [2023-02-17T05:23:50.812Z] (3/5) Installing libucontext (1.1-r0) [2023-02-17T05:23:50.812Z] (4/4) Installing gcompat (1.0.0-r4) [2023-02-17T05:23:50.812Z] (4/5) Installing gcompat (1.0.0-r4) [2023-02-17T05:23:50.812Z] Executing busybox-1.34.1-r7.trigger [2023-02-17T05:23:50.812Z] (5/5) Installing openssl (1.1.1t-r1) [2023-02-17T05:23:50.812Z] OK: 6 MiB in 18 packages [2023-02-17T05:23:50.812Z] Executing busybox-1.34.1-r7.trigger [2023-02-17T05:23:51.069Z] OK: 7 MiB in 19 packages [2023-02-17T05:23:52.002Z] Removing intermediate container ddba22d41ba7 [2023-02-17T05:23:52.002Z] ---> 7ef25851ab37 [2023-02-17T05:23:52.002Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-02-17T05:23:52.259Z] Removing intermediate container daded9bcb8ef [2023-02-17T05:23:52.259Z] ---> 147c4c1352bf [2023-02-17T05:23:52.259Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-17T05:23:52.259Z] Removing intermediate container 664274f867ab [2023-02-17T05:23:52.259Z] ---> deeea6189d5e [2023-02-17T05:23:52.259Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-17T05:23:53.629Z] ---> d982d1d3a7e4 [2023-02-17T05:23:53.629Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-17T05:23:55.527Z] ---> 1759dee19951 [2023-02-17T05:23:55.527Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-02-17T05:23:55.785Z] ---> e9d7af3db6ce [2023-02-17T05:23:55.785Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-02-17T05:23:55.785Z] ---> e6e585f65bd1 [2023-02-17T05:23:55.785Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-02-17T05:23:55.785Z] ---> 5bad9b64acf3 [2023-02-17T05:23:55.785Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-02-17T05:23:56.359Z] ---> 791a60578ba3 [2023-02-17T05:23:56.359Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-02-17T05:23:56.359Z] ---> 9c0ee40b228f [2023-02-17T05:23:56.359Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-02-17T05:23:56.617Z] ---> d59089df5bfc [2023-02-17T05:23:56.617Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-02-17T05:23:56.617Z] ---> Running in beda3a3d9995 [2023-02-17T05:23:56.617Z] ---> 2c15b560f954 [2023-02-17T05:23:56.617Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-17T05:23:56.617Z] ---> bd130e640204 [2023-02-17T05:23:56.617Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-02-17T05:23:56.617Z] Removing intermediate container beda3a3d9995 [2023-02-17T05:23:56.617Z] ---> 55b596b90283 [2023-02-17T05:23:56.879Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-02-17T05:23:56.879Z] ---> Running in 3410e3d541ca [2023-02-17T05:23:56.879Z] Removing intermediate container 3410e3d541ca [2023-02-17T05:23:56.879Z] ---> f376cec0a003 [2023-02-17T05:23:56.879Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-17T05:23:56.879Z] ---> e06b0ba0fc8f [2023-02-17T05:23:56.879Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-17T05:23:56.879Z] ---> Running in f9a1ce6df693 [2023-02-17T05:23:56.879Z] ---> Running in 1b3fee4e048a [2023-02-17T05:23:56.879Z] ---> 3ae7f8b8e3b5 [2023-02-17T05:23:56.879Z] Step 19/24 : WORKDIR / [2023-02-17T05:23:57.140Z] ---> Running in 98cfe1eaf35d [2023-02-17T05:23:57.140Z] Removing intermediate container f9a1ce6df693 [2023-02-17T05:23:57.140Z] ---> 4159cc35f940 [2023-02-17T05:23:57.140Z] Step 21/23 : LABEL arch=x86_64 [2023-02-17T05:23:57.140Z] Removing intermediate container 1b3fee4e048a [2023-02-17T05:23:57.140Z] ---> f62ab976734b [2023-02-17T05:23:57.140Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-17T05:23:57.140Z] ---> Running in 3b4e78f19d61 [2023-02-17T05:23:57.140Z] ---> Running in 83e92d8cb581 [2023-02-17T05:23:57.140Z] Removing intermediate container 98cfe1eaf35d [2023-02-17T05:23:57.140Z] ---> e60fd735e45d [2023-02-17T05:23:57.140Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-17T05:23:57.398Z] ---> Running in 9ceb98601e10 [2023-02-17T05:23:57.398Z] Removing intermediate container 83e92d8cb581 [2023-02-17T05:23:57.398Z] ---> cc16fc86d86c [2023-02-17T05:23:57.398Z] Step 22/24 : LABEL arch=x86_64 [2023-02-17T05:23:57.398Z] Removing intermediate container 3b4e78f19d61 [2023-02-17T05:23:57.398Z] ---> 292b84ac0c24 [2023-02-17T05:23:57.398Z] Step 22/23 : LABEL git_sha=8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:23:57.398Z] ---> Running in ebdfd365e158 [2023-02-17T05:23:57.398Z] ---> Running in a46091b1bb45 [2023-02-17T05:23:57.661Z] Removing intermediate container 9ceb98601e10 [2023-02-17T05:23:57.661Z] ---> 986bb0b03edd [2023-02-17T05:23:57.661Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-17T05:23:57.661Z] Removing intermediate container ebdfd365e158 [2023-02-17T05:23:57.661Z] ---> 9cf12b593c69 [2023-02-17T05:23:57.661Z] Step 23/24 : LABEL git_sha=8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:23:57.661Z] ---> Running in 305f7354e284 [2023-02-17T05:23:57.661Z] ---> Running in e555ecf535db [2023-02-17T05:23:57.920Z] Removing intermediate container a46091b1bb45 [2023-02-17T05:23:57.920Z] ---> 148badf7a415 [2023-02-17T05:23:57.920Z] Step 23/23 : LABEL version=3.0.0-dev.56 [2023-02-17T05:23:57.920Z] ---> Running in 5caea6125737 [2023-02-17T05:23:58.178Z] Removing intermediate container e555ecf535db [2023-02-17T05:23:58.178Z] ---> 6dfc72a57c59 [2023-02-17T05:23:58.178Z] Step 22/24 : LABEL arch=x86_64 [2023-02-17T05:23:58.178Z] Removing intermediate container 305f7354e284 [2023-02-17T05:23:58.178Z] ---> e7ca59554377 [2023-02-17T05:23:58.178Z] Step 24/24 : LABEL version=3.0.0-dev.56 [2023-02-17T05:23:58.178Z] Removing intermediate container 5caea6125737 [2023-02-17T05:23:58.178Z] ---> e1354c06ef28 [2023-02-17T05:23:58.178Z] [2023-02-17T05:23:58.178Z] ---> Running in 148f23ebe598 [2023-02-17T05:23:58.178Z] ---> Running in 3ae0c4db8dcd [2023-02-17T05:23:58.436Z] Successfully built e1354c06ef28 [2023-02-17T05:23:58.436Z] Successfully tagged security-spire-server:latest [2023-02-17T05:23:58.436Z] Building security-bootstrapper [2023-02-17T05:23:58.436Z]  Building security-spire-server ... done Removing intermediate container 148f23ebe598 [2023-02-17T05:23:58.436Z] ---> c705724acb2e [2023-02-17T05:23:58.436Z] Step 23/24 : LABEL git_sha=8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:23:59.807Z] Removing intermediate container 3ae0c4db8dcd [2023-02-17T05:23:59.807Z] ---> 3871b30e8ec0 [2023-02-17T05:23:59.807Z] [2023-02-17T05:23:59.807Z] ---> Running in 0d0228ad046d [2023-02-17T05:23:59.807Z] Successfully built 3871b30e8ec0 [2023-02-17T05:23:59.807Z] Successfully tagged security-spire-agent:latest [2023-02-17T05:23:59.807Z]  Building security-spire-agent ... done Building core-data [2023-02-17T05:24:00.372Z] Removing intermediate container 0d0228ad046d [2023-02-17T05:24:00.372Z] ---> 3a2ae79d21aa [2023-02-17T05:24:00.372Z] Step 24/24 : LABEL version=3.0.0-dev.56 [2023-02-17T05:24:01.307Z] ---> Running in 250c5f6b6d46 [2023-02-17T05:24:01.571Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-17T05:24:01.571Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-02-17T05:24:01.571Z] ---> d5b5e1b6b835 [2023-02-17T05:24:01.571Z] Step 3/32 : WORKDIR /edgex-go [2023-02-17T05:24:01.571Z] ---> Using cache [2023-02-17T05:24:01.571Z] ---> dd8359794e1a [2023-02-17T05:24:01.571Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-02-17T05:24:01.571Z] Removing intermediate container 250c5f6b6d46 [2023-02-17T05:24:01.571Z] ---> 21f9dbf045be [2023-02-17T05:24:01.571Z] [2023-02-17T05:24:01.829Z] ---> Running in 409a73320ee3 [2023-02-17T05:24:01.829Z] Successfully built 21f9dbf045be [2023-02-17T05:24:01.829Z] Successfully tagged security-spire-config:latest [2023-02-17T05:24:01.829Z] Building security-spiffe-token-provider [2023-02-17T05:24:02.394Z]  Building security-spire-config ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-17T05:24:02.394Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-17T05:24:02.652Z] OK: 211 MiB in 51 packages [2023-02-17T05:24:04.023Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-02-17T05:24:04.955Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-17T05:24:04.955Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-02-17T05:24:04.955Z] ---> d5b5e1b6b835 [2023-02-17T05:24:04.955Z] Step 3/19 : WORKDIR /edgex-go [2023-02-17T05:24:04.955Z] ---> Using cache [2023-02-17T05:24:04.955Z] ---> dd8359794e1a [2023-02-17T05:24:04.955Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-02-17T05:24:04.955Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-17T05:24:04.955Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-17T05:24:04.955Z] ---> d5b5e1b6b835 [2023-02-17T05:24:04.956Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-17T05:24:04.956Z] ---> Using cache [2023-02-17T05:24:04.956Z] ---> 094433f67ff4 [2023-02-17T05:24:04.956Z] Step 4/22 : WORKDIR /edgex-go [2023-02-17T05:24:04.956Z] ---> Using cache [2023-02-17T05:24:04.956Z] ---> 705b2e7faf9a [2023-02-17T05:24:04.956Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-17T05:24:04.956Z] ---> Using cache [2023-02-17T05:24:04.956Z] ---> 1e547f555823 [2023-02-17T05:24:04.956Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-17T05:24:04.956Z] ---> Using cache [2023-02-17T05:24:04.956Z] ---> 3a3f2493b8da [2023-02-17T05:24:04.956Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-17T05:24:04.956Z] ---> Using cache [2023-02-17T05:24:04.956Z] ---> eadb9b489b07 [2023-02-17T05:24:04.956Z] Step 8/22 : COPY . . [2023-02-17T05:24:04.956Z] ---> Using cache [2023-02-17T05:24:04.956Z] ---> bfc44ed85ff7 [2023-02-17T05:24:04.956Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-02-17T05:24:05.521Z] ---> Running in 1da5cc83353c [2023-02-17T05:24:05.521Z] ---> Running in b346f46624b8 [2023-02-17T05:24:05.521Z] Removing intermediate container 409a73320ee3 [2023-02-17T05:24:05.521Z] ---> 7115b95b7fa8 [2023-02-17T05:24:05.521Z] Step 5/32 : COPY go.mod vendor* ./ [2023-02-17T05:24:05.785Z] ---> bd8cd9eecc2e [2023-02-17T05:24:05.786Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-17T05:24:05.786Z] ---> Running in 3df62caaecc6 [2023-02-17T05:24:06.043Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-17T05:24:06.043Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-17T05:24:06.043Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-02-17T05:24:06.302Z] v3.16.4-16-g3c16caa8e9c [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-02-17T05:24:06.302Z] v3.16.4-15-gda8bdec06a8 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-02-17T05:24:06.302Z] OK: 17046 distinct packages available [2023-02-17T05:24:06.302Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-17T05:24:06.302Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-17T05:24:06.559Z] OK: 211 MiB in 51 packages [2023-02-17T05:24:07.938Z] Removing intermediate container cf0a0f64f908 [2023-02-17T05:24:07.938Z] ---> 80ee1fcf53d2 [2023-02-17T05:24:07.938Z] [2023-02-17T05:24:07.938Z] Step 10/23 : FROM alpine:3.16 [2023-02-17T05:24:07.938Z] Removing intermediate container 4448c93fb457 [2023-02-17T05:24:07.938Z] ---> c1b2e3101745 [2023-02-17T05:24:07.938Z] [2023-02-17T05:24:07.938Z] Step 9/21 : FROM alpine:3.16 [2023-02-17T05:24:07.938Z] Removing intermediate container 1da5cc83353c [2023-02-17T05:24:07.938Z] ---> 486a0878b3ef [2023-02-17T05:24:07.939Z] Step 5/19 : COPY go.mod vendor* ./ [2023-02-17T05:24:08.197Z] ---> bff6aab6b2be [2023-02-17T05:24:08.197Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-17T05:24:08.197Z] ---> Running in 02bb1077ff98 [2023-02-17T05:24:08.764Z] 3.16: Pulling from library/alpine [2023-02-17T05:24:08.764Z] 3.16: Pulling from library/alpine [2023-02-17T05:24:10.145Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-17T05:24:10.145Z] Status: Downloaded newer image for alpine:3.16 [2023-02-17T05:24:10.145Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-17T05:24:10.145Z] Status: Image is up to date for alpine:3.16 [2023-02-17T05:24:10.145Z] ---> dfd21b5a31f5 [2023-02-17T05:24:10.145Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-02-17T05:24:10.145Z] ---> dfd21b5a31f5 [2023-02-17T05:24:10.145Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-02-17T05:24:10.405Z] ---> Running in 6ce18c362d1c [2023-02-17T05:24:10.405Z] ---> Running in ac06709ead3d [2023-02-17T05:24:10.662Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-17T05:24:10.921Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-17T05:24:10.921Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-17T05:24:10.921Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-17T05:24:10.921Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-17T05:24:10.921Z] Executing busybox-1.35.0-r17.trigger [2023-02-17T05:24:11.178Z] OK: 6 MiB in 15 packages [2023-02-17T05:24:11.443Z] (1/6) Installing ca-certificates (20220614-r0) [2023-02-17T05:24:11.443Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-02-17T05:24:11.443Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-02-17T05:24:11.443Z] (4/6) Installing libcurl (7.83.1-r6) [2023-02-17T05:24:11.443Z] (5/6) Installing curl (7.83.1-r6) [2023-02-17T05:24:11.443Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-02-17T05:24:11.443Z] Executing busybox-1.35.0-r17.trigger [2023-02-17T05:24:11.443Z] Executing ca-certificates-20220614-r0.trigger [2023-02-17T05:24:11.443Z] OK: 8 MiB in 20 packages [2023-02-17T05:24:11.700Z] Removing intermediate container 6ce18c362d1c [2023-02-17T05:24:11.700Z] ---> f3b025292866 [2023-02-17T05:24:11.700Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-17T05:24:11.700Z] ---> Running in 44aa54870010 [2023-02-17T05:24:11.969Z] Removing intermediate container 44aa54870010 [2023-02-17T05:24:11.969Z] ---> 22d68fed0c88 [2023-02-17T05:24:11.969Z] Step 13/23 : ENV APP_PORT=59882 [2023-02-17T05:24:12.231Z] ---> Running in d2c6c6517248 [2023-02-17T05:24:12.231Z] Removing intermediate container ac06709ead3d [2023-02-17T05:24:12.231Z] ---> 9ad3a246ab34 [2023-02-17T05:24:12.231Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-17T05:24:12.496Z] ---> Running in 6e8907608603 [2023-02-17T05:24:12.496Z] Removing intermediate container d2c6c6517248 [2023-02-17T05:24:12.496Z] ---> 35a23831be44 [2023-02-17T05:24:12.496Z] Step 14/23 : EXPOSE $APP_PORT [2023-02-17T05:24:12.496Z] ---> Running in b27a0e2d3846 [2023-02-17T05:24:12.759Z] Removing intermediate container 6e8907608603 [2023-02-17T05:24:12.759Z] ---> 52d17ddd212c [2023-02-17T05:24:12.759Z] Step 12/21 : WORKDIR /edgex [2023-02-17T05:24:12.759Z] Removing intermediate container b27a0e2d3846 [2023-02-17T05:24:12.759Z] ---> 6caaa93d3029 [2023-02-17T05:24:12.759Z] Step 15/23 : WORKDIR / [2023-02-17T05:24:12.759Z] ---> Running in 9fc0118e2a4c [2023-02-17T05:24:12.759Z] ---> Running in 781f35b0867f [2023-02-17T05:24:13.026Z] Removing intermediate container 9fc0118e2a4c [2023-02-17T05:24:13.026Z] ---> d3574ec30ae3 [2023-02-17T05:24:13.026Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-02-17T05:24:13.026Z] Removing intermediate container 781f35b0867f [2023-02-17T05:24:13.026Z] ---> 88c7882c5fcb [2023-02-17T05:24:13.026Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-17T05:24:13.284Z] ---> f8b72d10dad9 [2023-02-17T05:24:13.284Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-02-17T05:24:13.284Z] ---> cf10b79274f4 [2023-02-17T05:24:13.284Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-02-17T05:24:13.849Z] ---> a1a50f12e3cb [2023-02-17T05:24:13.849Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-02-17T05:24:13.849Z] ---> ba42ebee6ac3 [2023-02-17T05:24:13.849Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-02-17T05:24:14.338Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-6381 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2023-02-17T05:24:14.350Z] Running in /w/workspace/edgex-go/417 [Pipeline] { [Pipeline] checkout [2023-02-17T05:24:14.402Z] The recommended git tool is: git [2023-02-17T05:24:14.418Z] ---> 67da688443ec [2023-02-17T05:24:14.419Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-02-17T05:24:14.419Z] ---> dd5321958cdb [2023-02-17T05:24:14.419Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-02-17T05:24:14.419Z] ---> Running in 9691ebb0456b [2023-02-17T05:24:14.677Z] Removing intermediate container 9691ebb0456b [2023-02-17T05:24:14.677Z] ---> 1c9bbff2893a [2023-02-17T05:24:14.677Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-17T05:24:14.677Z] ---> 635686777aa7 [2023-02-17T05:24:14.677Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-17T05:24:14.677Z] ---> Running in 0b4b0436f87e [2023-02-17T05:24:14.677Z] ---> Running in 7c930b9511f6 [2023-02-17T05:24:14.677Z] Removing intermediate container 0b4b0436f87e [2023-02-17T05:24:14.677Z] ---> a86dbf60e1c1 [2023-02-17T05:24:14.677Z] Step 21/23 : LABEL arch=x86_64 [2023-02-17T05:24:14.937Z] ---> Running in 7682eeacee63 [2023-02-17T05:24:15.517Z] Removing intermediate container 7682eeacee63 [2023-02-17T05:24:15.517Z] ---> a080ef625ab5 [2023-02-17T05:24:15.517Z] Step 22/23 : LABEL git_sha=8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:24:15.776Z] ---> Running in a9d8a528a651 [2023-02-17T05:24:16.033Z] Removing intermediate container 7c930b9511f6 [2023-02-17T05:24:16.033Z] ---> b2b0ff27018d [2023-02-17T05:24:16.033Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-02-17T05:24:16.314Z] ---> Running in 1a7d7465fbc3 [2023-02-17T05:24:16.314Z] Removing intermediate container a9d8a528a651 [2023-02-17T05:24:16.314Z] ---> 8dc9b0962abb [2023-02-17T05:24:16.314Z] Step 23/23 : LABEL version=3.0.0-dev.56 [2023-02-17T05:24:16.314Z] ---> Running in 30749255eb7d [2023-02-17T05:24:16.572Z] Removing intermediate container 1a7d7465fbc3 [2023-02-17T05:24:16.572Z] ---> 102ed8755c14 [2023-02-17T05:24:16.572Z] Step 19/21 : LABEL arch=x86_64 [2023-02-17T05:24:16.843Z] ---> Running in d40b59bb033c [2023-02-17T05:24:16.843Z] Removing intermediate container 30749255eb7d [2023-02-17T05:24:16.843Z] ---> 45120275aeac [2023-02-17T05:24:16.843Z] [2023-02-17T05:24:16.843Z] Successfully built 45120275aeac [2023-02-17T05:24:16.843Z] Successfully tagged core-command:latest [2023-02-17T05:24:16.843Z]  Building core-command ... done Building core-metadata [2023-02-17T05:24:18.214Z] Removing intermediate container d40b59bb033c [2023-02-17T05:24:18.214Z] ---> 3cce095927ad [2023-02-17T05:24:18.214Z] Step 20/21 : LABEL git_sha=8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:24:19.600Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-17T05:24:19.600Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-17T05:24:19.600Z] ---> d5b5e1b6b835 [2023-02-17T05:24:19.600Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-02-17T05:24:19.600Z] ---> Using cache [2023-02-17T05:24:19.600Z] ---> 094433f67ff4 [2023-02-17T05:24:19.600Z] Step 4/24 : WORKDIR /edgex-go [2023-02-17T05:24:19.600Z] ---> Using cache [2023-02-17T05:24:19.600Z] ---> 705b2e7faf9a [2023-02-17T05:24:19.600Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-02-17T05:24:19.600Z] ---> Using cache [2023-02-17T05:24:19.600Z] ---> 1e547f555823 [2023-02-17T05:24:19.600Z] Step 6/24 : COPY go.mod vendor* ./ [2023-02-17T05:24:19.600Z] ---> Using cache [2023-02-17T05:24:19.600Z] ---> 3a3f2493b8da [2023-02-17T05:24:19.600Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-17T05:24:19.600Z] ---> Using cache [2023-02-17T05:24:19.600Z] ---> eadb9b489b07 [2023-02-17T05:24:19.600Z] Step 8/24 : COPY . . [2023-02-17T05:24:19.600Z] ---> Using cache [2023-02-17T05:24:19.600Z] ---> bfc44ed85ff7 [2023-02-17T05:24:19.600Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-02-17T05:24:19.883Z] ---> Running in c81b86d2fea5 [2023-02-17T05:24:19.883Z] ---> Running in d87b1a769758 [2023-02-17T05:24:19.883Z] Removing intermediate container c81b86d2fea5 [2023-02-17T05:24:19.883Z] ---> 320a369cc0ef [2023-02-17T05:24:19.883Z] Step 21/21 : LABEL version=3.0.0-dev.56 [2023-02-17T05:24:20.141Z] ---> Running in 0dd2c10cfe8a [2023-02-17T05:24:20.141Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-02-17T05:24:20.141Z] Removing intermediate container 0dd2c10cfe8a [2023-02-17T05:24:20.141Z] ---> a742f81478bf [2023-02-17T05:24:20.141Z] [2023-02-17T05:24:20.141Z] Successfully built a742f81478bf [2023-02-17T05:24:20.141Z] Successfully tagged security-proxy-setup:latest [2023-02-17T05:24:20.398Z] Building security-secretstore-setup [2023-02-17T05:24:22.967Z] using credential edgex-jenkins-ssh [2023-02-17T05:24:22.993Z] Cloning the remote Git repository [2023-02-17T05:24:23.054Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-02-17T05:24:23.185Z] > git init /w/workspace/edgex-go/417 # timeout=10 [2023-02-17T05:24:23.674Z]  Building security-proxy-setup ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-17T05:24:23.675Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-17T05:24:23.675Z] ---> d5b5e1b6b835 [2023-02-17T05:24:23.675Z] Step 3/24 : WORKDIR /edgex-go [2023-02-17T05:24:23.675Z] ---> Using cache [2023-02-17T05:24:23.675Z] ---> dd8359794e1a [2023-02-17T05:24:23.675Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-02-17T05:24:23.675Z] ---> Using cache [2023-02-17T05:24:23.675Z] ---> 7115b95b7fa8 [2023-02-17T05:24:23.675Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-17T05:24:23.675Z] ---> Using cache [2023-02-17T05:24:23.675Z] ---> bd8cd9eecc2e [2023-02-17T05:24:23.675Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-17T05:24:23.490Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-02-17T05:24:23.491Z] > git --version # timeout=10 [2023-02-17T05:24:23.543Z] > git --version # 'git version 2.25.1' [2023-02-17T05:24:23.546Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-17T05:24:23.759Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-17T05:24:27.865Z] ---> Running in 008649db1288 [2023-02-17T05:24:27.865Z] Removing intermediate container b346f46624b8 [2023-02-17T05:24:27.865Z] ---> b50d3fd3a5f2 [2023-02-17T05:24:27.865Z] [2023-02-17T05:24:27.865Z] Step 10/22 : FROM alpine:3.16 [2023-02-17T05:24:27.865Z] ---> dfd21b5a31f5 [2023-02-17T05:24:27.865Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-02-17T05:24:27.865Z] ---> Running in e940029a91fc [2023-02-17T05:24:27.865Z] Removing intermediate container 3df62caaecc6 [2023-02-17T05:24:27.865Z] ---> 36022f5d6bdc [2023-02-17T05:24:27.865Z] Step 7/32 : COPY . . [2023-02-17T05:24:28.123Z] Removing intermediate container e940029a91fc [2023-02-17T05:24:28.123Z] ---> 79c942e53548 [2023-02-17T05:24:28.123Z] Step 12/22 : ENV APP_PORT=59880 [2023-02-17T05:24:28.686Z] ---> Running in c9345e4c6f26 [2023-02-17T05:24:29.616Z] Removing intermediate container c9345e4c6f26 [2023-02-17T05:24:29.616Z] ---> eaa2dc12d677 [2023-02-17T05:24:29.616Z] Step 13/22 : EXPOSE $APP_PORT [2023-02-17T05:24:30.988Z] ---> Running in 9db4f02ee7c1 [2023-02-17T05:24:30.988Z] Removing intermediate container 9db4f02ee7c1 [2023-02-17T05:24:30.988Z] ---> bb7438e6e7cf [2023-02-17T05:24:30.988Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-02-17T05:24:31.243Z] ---> Running in 8518828f3aaf [2023-02-17T05:24:31.500Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-17T05:24:31.757Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-17T05:24:32.014Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-17T05:24:32.014Z] Executing busybox-1.35.0-r17.trigger [2023-02-17T05:24:32.014Z] OK: 6 MiB in 15 packages [2023-02-17T05:24:32.581Z] ---> db27879af33f [2023-02-17T05:24:32.581Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-02-17T05:24:32.581Z] ---> Running in 47ccd224ca5b [2023-02-17T05:24:32.838Z] Removing intermediate container 8518828f3aaf [2023-02-17T05:24:32.838Z] ---> 03e44af5e5ae [2023-02-17T05:24:32.838Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-17T05:24:33.097Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-02-17T05:24:33.353Z] ---> 7843df0a0359 [2023-02-17T05:24:33.353Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-02-17T05:24:34.287Z] ---> 4143ab379d3f [2023-02-17T05:24:34.287Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-02-17T05:24:34.854Z] Removing intermediate container 02bb1077ff98 [2023-02-17T05:24:34.854Z] ---> 0dc2bae1a0c7 [2023-02-17T05:24:34.854Z] Step 7/19 : COPY . . [2023-02-17T05:24:34.854Z] ---> 575aee4f1678 [2023-02-17T05:24:34.854Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-02-17T05:24:35.111Z] ---> Running in 7916eabbc660 [2023-02-17T05:24:35.676Z] Removing intermediate container 7916eabbc660 [2023-02-17T05:24:35.676Z] ---> d0986cdb7a9a [2023-02-17T05:24:35.676Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-17T05:24:36.290Z] ---> Running in faa63396a118 [2023-02-17T05:24:36.550Z] Removing intermediate container faa63396a118 [2023-02-17T05:24:36.550Z] ---> 1f848620387f [2023-02-17T05:24:36.550Z] Step 20/22 : LABEL arch=x86_64 [2023-02-17T05:24:36.821Z] ---> Running in f70e3516ff3c [2023-02-17T05:24:37.083Z] Removing intermediate container f70e3516ff3c [2023-02-17T05:24:37.083Z] ---> 95418a969881 [2023-02-17T05:24:37.083Z] Step 21/22 : LABEL git_sha=8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:24:37.340Z] ---> Running in bee34709079d [2023-02-17T05:24:37.918Z] Removing intermediate container bee34709079d [2023-02-17T05:24:37.918Z] ---> 4349e5e4bd6f [2023-02-17T05:24:37.918Z] Step 22/22 : LABEL version=3.0.0-dev.56 [2023-02-17T05:24:38.175Z] ---> Running in 884c2a954c12 [2023-02-17T05:24:38.741Z] Removing intermediate container 884c2a954c12 [2023-02-17T05:24:38.741Z] ---> d3d7377592bc [2023-02-17T05:24:38.741Z] [2023-02-17T05:24:38.741Z] Successfully built d3d7377592bc [2023-02-17T05:24:38.741Z] Successfully tagged core-data:latest [2023-02-17T05:24:38.741Z]  Building core-data ... done Building core-common-config-bootstrapper [2023-02-17T05:24:41.266Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-17T05:24:41.266Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-17T05:24:41.266Z] ---> d5b5e1b6b835 [2023-02-17T05:24:41.266Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-17T05:24:41.266Z] ---> Using cache [2023-02-17T05:24:41.266Z] ---> 094433f67ff4 [2023-02-17T05:24:41.266Z] Step 4/22 : WORKDIR /edgex-go [2023-02-17T05:24:41.266Z] ---> Using cache [2023-02-17T05:24:41.266Z] ---> 705b2e7faf9a [2023-02-17T05:24:41.266Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-17T05:24:41.266Z] ---> Using cache [2023-02-17T05:24:41.266Z] ---> 1e547f555823 [2023-02-17T05:24:41.266Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-17T05:24:41.266Z] ---> Using cache [2023-02-17T05:24:41.266Z] ---> 3a3f2493b8da [2023-02-17T05:24:41.266Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-17T05:24:41.266Z] ---> Using cache [2023-02-17T05:24:41.266Z] ---> eadb9b489b07 [2023-02-17T05:24:41.266Z] Step 8/22 : COPY . . [2023-02-17T05:24:41.266Z] ---> Using cache [2023-02-17T05:24:41.266Z] ---> bfc44ed85ff7 [2023-02-17T05:24:41.266Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-02-17T05:24:41.523Z] ---> 3fd7c752e58c [2023-02-17T05:24:41.523Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-02-17T05:24:44.061Z] ---> Running in 8c8285425722 [2023-02-17T05:24:44.061Z] ---> Running in b05185243222 [2023-02-17T05:24:44.061Z] Removing intermediate container d87b1a769758 [2023-02-17T05:24:44.061Z] ---> a8dab736c663 [2023-02-17T05:24:44.061Z] [2023-02-17T05:24:44.061Z] Step 10/24 : FROM alpine:3.16 [2023-02-17T05:24:44.061Z] ---> dfd21b5a31f5 [2023-02-17T05:24:44.061Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-02-17T05:24:44.061Z] ---> Using cache [2023-02-17T05:24:44.061Z] ---> f3b025292866 [2023-02-17T05:24:44.061Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-17T05:24:44.061Z] ---> Using cache [2023-02-17T05:24:44.061Z] ---> 22d68fed0c88 [2023-02-17T05:24:44.061Z] Step 13/24 : ENV APP_PORT=59881 [2023-02-17T05:24:44.321Z] ---> Running in 54e474417f3c [2023-02-17T05:24:44.321Z] Removing intermediate container 54e474417f3c [2023-02-17T05:24:44.321Z] ---> 39c884cc0444 [2023-02-17T05:24:44.321Z] Step 14/24 : EXPOSE $APP_PORT [2023-02-17T05:24:44.584Z] ---> Running in c5ccfffb6e9a [2023-02-17T05:24:44.843Z] Removing intermediate container c5ccfffb6e9a [2023-02-17T05:24:44.843Z] ---> bd923159f674 [2023-02-17T05:24:44.843Z] Step 15/24 : WORKDIR / [2023-02-17T05:24:44.843Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-02-17T05:24:44.843Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-02-17T05:24:44.843Z] ---> Running in 0dd1dfa17150 [2023-02-17T05:24:45.100Z] Removing intermediate container 0dd1dfa17150 [2023-02-17T05:24:45.100Z] ---> 88d837dea7ec [2023-02-17T05:24:45.100Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-17T05:24:46.477Z] ---> 537c4f02c04c [2023-02-17T05:24:46.477Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-02-17T05:24:47.893Z] ---> c0133761e95b [2023-02-17T05:24:47.893Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-02-17T05:24:48.462Z] ---> 8d744f384a52 [2023-02-17T05:24:48.462Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-02-17T05:24:49.028Z] ---> 891eb4dbe11b [2023-02-17T05:24:49.028Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-02-17T05:24:49.286Z] ---> Running in 2c603934d494 [2023-02-17T05:24:49.546Z] Removing intermediate container 2c603934d494 [2023-02-17T05:24:49.546Z] ---> 8c18ad2ec83b [2023-02-17T05:24:49.546Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-17T05:24:50.115Z] ---> Running in f7696189d500 [2023-02-17T05:24:50.683Z] Removing intermediate container f7696189d500 [2023-02-17T05:24:50.683Z] ---> 4507cb516fc4 [2023-02-17T05:24:50.683Z] Step 22/24 : LABEL arch=x86_64 [2023-02-17T05:24:50.940Z] ---> Running in 2e6760f5d3f6 [2023-02-17T05:24:51.505Z] Removing intermediate container 2e6760f5d3f6 [2023-02-17T05:24:51.505Z] ---> 356766e0d003 [2023-02-17T05:24:51.505Z] Step 23/24 : LABEL git_sha=8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:24:51.762Z] ---> Running in d2d27ab12276 [2023-02-17T05:24:52.693Z] Removing intermediate container d2d27ab12276 [2023-02-17T05:24:52.693Z] ---> 488521b0d438 [2023-02-17T05:24:52.693Z] Step 24/24 : LABEL version=3.0.0-dev.56 [2023-02-17T05:24:52.950Z] ---> Running in 8a428205c622 [2023-02-17T05:24:53.513Z] Removing intermediate container 008649db1288 [2023-02-17T05:24:53.513Z] ---> d887666f40fd [2023-02-17T05:24:53.513Z] Step 7/24 : COPY . . [2023-02-17T05:24:53.770Z] Removing intermediate container 8a428205c622 [2023-02-17T05:24:53.770Z] ---> 2264ee0d4223 [2023-02-17T05:24:53.770Z] [2023-02-17T05:24:53.770Z] Successfully built 2264ee0d4223 [2023-02-17T05:24:54.027Z] Successfully tagged core-metadata:latest [2023-02-17T05:24:54.027Z]  Building core-metadata ... done Building support-scheduler [2023-02-17T05:24:54.027Z] Removing intermediate container 47ccd224ca5b [2023-02-17T05:24:54.027Z] ---> 74b7c98768a7 [2023-02-17T05:24:54.027Z] [2023-02-17T05:24:54.027Z] Step 9/32 : FROM alpine:3.16 [2023-02-17T05:24:54.027Z] ---> dfd21b5a31f5 [2023-02-17T05:24:54.027Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-17T05:24:58.202Z] ---> Running in 364f2845e525 [2023-02-17T05:24:58.458Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-17T05:24:58.458Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-17T05:24:58.458Z] ---> d5b5e1b6b835 [2023-02-17T05:24:58.458Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-17T05:24:58.458Z] ---> Using cache [2023-02-17T05:24:58.458Z] ---> 094433f67ff4 [2023-02-17T05:24:58.458Z] Step 4/22 : WORKDIR /edgex-go [2023-02-17T05:24:58.458Z] ---> Using cache [2023-02-17T05:24:58.458Z] ---> 705b2e7faf9a [2023-02-17T05:24:58.458Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-17T05:24:58.458Z] ---> Using cache [2023-02-17T05:24:58.458Z] ---> 1e547f555823 [2023-02-17T05:24:58.458Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-17T05:24:58.458Z] ---> Using cache [2023-02-17T05:24:58.458Z] ---> 3a3f2493b8da [2023-02-17T05:24:58.458Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-17T05:24:58.458Z] ---> Using cache [2023-02-17T05:24:58.458Z] ---> eadb9b489b07 [2023-02-17T05:24:58.458Z] Step 8/22 : COPY . . [2023-02-17T05:24:58.458Z] ---> Using cache [2023-02-17T05:24:58.458Z] ---> bfc44ed85ff7 [2023-02-17T05:24:58.458Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-02-17T05:24:58.938Z] Avoid second fetch [2023-02-17T05:24:58.939Z] Checking out Revision 8bb7416f1c773b5b2c31d23b9c97a90c70099335 (main) [2023-02-17T05:24:59.024Z] Removing intermediate container 364f2845e525 [2023-02-17T05:24:59.024Z] ---> 7526f8d11003 [2023-02-17T05:24:59.024Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-02-17T05:24:59.313Z] ---> Running in ef422a354949 [2023-02-17T05:24:59.313Z] ---> Running in dd75d14cb196 [2023-02-17T05:24:59.313Z] ---> c471b7d32913 [2023-02-17T05:24:59.313Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-02-17T05:24:57.789Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-02-17T05:24:57.820Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-17T05:24:58.959Z] > git config core.sparsecheckout # timeout=10 [2023-02-17T05:24:58.979Z] > git checkout -f 8bb7416f1c773b5b2c31d23b9c97a90c70099335 # timeout=10 [2023-02-17T05:24:59.570Z] ---> Running in ff04505c601d [2023-02-17T05:24:59.796Z] Commit message: "Merge pull request #4364 from marcpfuller/mod-core-contracts-15" [2023-02-17T05:24:59.828Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-02-17T05:25:00.084Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-17T05:25:00.084Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-02-17T05:25:00.084Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-17T05:25:00.341Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-02-17T05:25:00.341Z] (2/2) Installing su-exec (0.2-r1) [2023-02-17T05:25:00.341Z] Executing busybox-1.35.0-r17.trigger [2023-02-17T05:25:00.341Z] OK: 6 MiB in 16 packages [2023-02-17T05:25:00.690Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-02-17T05:25:00.690Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-17T05:25:00.690Z] Dload Upload Total Spent Left Speed [2023-02-17T05:25:00.690Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 197k 0 --:--:-- --:--:-- --:--:-- 197k [Pipeline] sh [2023-02-17T05:25:01.290Z] Removing intermediate container dd75d14cb196 [2023-02-17T05:25:01.291Z] ---> d30ec90b7e7e [2023-02-17T05:25:01.291Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-02-17T05:25:01.291Z] ---> Running in e468d39af3f8 [2023-02-17T05:25:01.369Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-02-17T05:25:01.574Z] Removing intermediate container e468d39af3f8 [2023-02-17T05:25:01.574Z] ---> 4b8788cd11b8 [2023-02-17T05:25:01.574Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-02-17T05:25:01.574Z] ---> Running in 375cdb6aa68b [2023-02-17T05:25:01.741Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-02-17T05:25:01.741Z] + sudo tee /etc/docker/daemon.new [2023-02-17T05:25:01.741Z] { [2023-02-17T05:25:01.741Z] "registry-mirrors": [ [2023-02-17T05:25:01.741Z] "https://nexus3.edgexfoundry.org:10001" [2023-02-17T05:25:01.741Z] ], [2023-02-17T05:25:01.741Z] "bip": "10.250.0.254/24", [2023-02-17T05:25:01.741Z] "hosts": [ [2023-02-17T05:25:01.741Z] "tcp://0.0.0.0:5555", [2023-02-17T05:25:01.741Z] "unix:///var/run/docker.sock" [2023-02-17T05:25:01.741Z] ], [2023-02-17T05:25:01.741Z] "mtu": 1458, [2023-02-17T05:25:01.741Z] "selinux-enabled": true, [2023-02-17T05:25:01.741Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-02-17T05:25:01.741Z] } [Pipeline] sh [2023-02-17T05:25:01.832Z] Removing intermediate container 375cdb6aa68b [2023-02-17T05:25:01.832Z] ---> e46ef78e584d [2023-02-17T05:25:01.832Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-02-17T05:25:01.832Z] ---> Running in 69b46da0f0ad [2023-02-17T05:25:02.091Z] Removing intermediate container 69b46da0f0ad [2023-02-17T05:25:02.091Z] ---> 392dcff6ef92 [2023-02-17T05:25:02.091Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-02-17T05:25:02.091Z] ---> Running in b91f09f0a064 [2023-02-17T05:25:02.094Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-02-17T05:25:02.348Z] Removing intermediate container b91f09f0a064 [2023-02-17T05:25:02.348Z] ---> 6f11847afc49 [2023-02-17T05:25:02.348Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-02-17T05:25:02.348Z] ---> Running in fc0291dfd34c [2023-02-17T05:25:02.447Z] + sudo service docker restart [2023-02-17T05:25:04.246Z] Removing intermediate container fc0291dfd34c [2023-02-17T05:25:04.246Z] ---> 6485dcecc613 [2023-02-17T05:25:04.246Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-02-17T05:25:04.246Z] ---> Running in acfd4dcbcff8 [2023-02-17T05:25:04.503Z] Removing intermediate container acfd4dcbcff8 [2023-02-17T05:25:04.503Z] ---> 818f72bef84d [2023-02-17T05:25:04.503Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-02-17T05:25:05.072Z] ---> 3fe5d7d9dbac [2023-02-17T05:25:05.072Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-02-17T05:25:05.072Z] ---> Running in 9206a8e09af8 [2023-02-17T05:25:07.600Z] Removing intermediate container 9206a8e09af8 [2023-02-17T05:25:07.600Z] ---> 42efcc3162b3 [2023-02-17T05:25:07.600Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-17T05:25:08.165Z] ---> 909eeba67e44 [2023-02-17T05:25:08.165Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-02-17T05:25:09.540Z] ---> 4f4783f8744b [2023-02-17T05:25:09.540Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-02-17T05:25:10.471Z] ---> 4abf550d4579 [2023-02-17T05:25:10.471Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-02-17T05:25:10.471Z] Removing intermediate container 8c8285425722 [2023-02-17T05:25:10.471Z] ---> 1769855f0a12 [2023-02-17T05:25:10.471Z] [2023-02-17T05:25:10.471Z] Step 10/22 : FROM alpine:3.16 [2023-02-17T05:25:10.471Z] ---> dfd21b5a31f5 [2023-02-17T05:25:10.471Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-02-17T05:25:10.748Z] ---> Running in bbbd1d09fdb6 [2023-02-17T05:25:10.748Z] ---> 3a25a20774f7 [2023-02-17T05:25:10.748Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-02-17T05:25:11.006Z] Removing intermediate container bbbd1d09fdb6 [2023-02-17T05:25:11.006Z] ---> e00de585e941 [2023-02-17T05:25:11.006Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-02-17T05:25:11.263Z] ---> Running in 116939a99300 [2023-02-17T05:25:11.263Z] ---> 4bea6dd497eb [2023-02-17T05:25:11.263Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-02-17T05:25:12.195Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-17T05:25:12.195Z] ---> 69db8ffb45dc [2023-02-17T05:25:12.195Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-02-17T05:25:12.195Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-17T05:25:12.454Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-17T05:25:12.454Z] Executing busybox-1.35.0-r17.trigger [2023-02-17T05:25:12.454Z] OK: 6 MiB in 15 packages [2023-02-17T05:25:13.391Z] ---> 74e481d53c3d [2023-02-17T05:25:13.391Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-02-17T05:25:13.648Z] ---> Running in aa0a74d10510 [2023-02-17T05:25:14.213Z] Removing intermediate container 116939a99300 [2023-02-17T05:25:14.213Z] ---> 53a2d00ed841 [2023-02-17T05:25:14.213Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-17T05:25:14.823Z] ---> bcce4c783787 [2023-02-17T05:25:14.823Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-02-17T05:25:15.084Z] Removing intermediate container b05185243222 [2023-02-17T05:25:15.084Z] ---> a40c666e53b2 [2023-02-17T05:25:15.084Z] [2023-02-17T05:25:15.084Z] Step 9/19 : FROM alpine:3.15 [2023-02-17T05:25:15.084Z] ---> 5ce65d7b0fde [2023-02-17T05:25:15.084Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-17T05:25:15.084Z] ---> Using cache [2023-02-17T05:25:15.084Z] ---> 2fa1bfcedcc6 [2023-02-17T05:25:15.084Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-02-17T05:25:15.342Z] ---> Running in 700310bdb23c [2023-02-17T05:25:15.342Z] Removing intermediate container aa0a74d10510 [2023-02-17T05:25:15.342Z] ---> 7a01ca1ddd26 [2023-02-17T05:25:15.342Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-02-17T05:25:15.600Z] ---> bece8719b69f [2023-02-17T05:25:15.600Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-02-17T05:25:15.600Z] ---> Running in ab50e40a313d [2023-02-17T05:25:16.165Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-17T05:25:16.165Z] Removing intermediate container ab50e40a313d [2023-02-17T05:25:16.165Z] ---> 5a905a2d98ac [2023-02-17T05:25:16.165Z] Step 29/32 : CMD ["gate"] [2023-02-17T05:25:16.422Z] ---> d672c9fb4c4a [2023-02-17T05:25:16.422Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-02-17T05:25:16.422Z] ---> Running in c069fe267c92 [2023-02-17T05:25:16.422Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-17T05:25:16.681Z] Removing intermediate container c069fe267c92 [2023-02-17T05:25:16.681Z] ---> cebfb81112f4 [2023-02-17T05:25:16.681Z] Step 30/32 : LABEL arch=x86_64 [2023-02-17T05:25:16.681Z] v3.15.7-14-gcfb0d81afed [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-17T05:25:16.681Z] v3.15.7-13-gd738a42a973 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-17T05:25:16.681Z] OK: 15857 distinct packages available [2023-02-17T05:25:16.681Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-17T05:25:16.681Z] ---> Running in 5dd0d5402449 [2023-02-17T05:25:16.681Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-17T05:25:16.939Z] ---> 6ad2f00a4f8f [2023-02-17T05:25:16.939Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-17T05:25:16.939Z] ---> Running in 8716fc57d344 [2023-02-17T05:25:16.939Z] (1/9) Installing ca-certificates (20220614-r0) [2023-02-17T05:25:16.939Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-02-17T05:25:16.939Z] Removing intermediate container 5dd0d5402449 [2023-02-17T05:25:16.939Z] ---> 72bd92e18c30 [2023-02-17T05:25:16.939Z] Step 31/32 : LABEL git_sha=8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:25:16.939Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-02-17T05:25:16.939Z] (4/9) Installing libcurl (7.80.0-r6) [2023-02-17T05:25:16.939Z] (5/9) Installing curl (7.80.0-r6) [2023-02-17T05:25:16.939Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-02-17T05:25:16.939Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-02-17T05:25:16.939Z] (8/9) Installing libucontext (1.1-r0) [2023-02-17T05:25:17.212Z] (9/9) Installing gcompat (1.0.0-r4) [2023-02-17T05:25:17.212Z] Executing busybox-1.34.1-r7.trigger [2023-02-17T05:25:17.212Z] ---> Running in 618c9c2a967f [2023-02-17T05:25:17.212Z] Executing ca-certificates-20220614-r0.trigger [2023-02-17T05:25:17.212Z] OK: 8 MiB in 23 packages [2023-02-17T05:25:17.212Z] Removing intermediate container 618c9c2a967f [2023-02-17T05:25:17.212Z] ---> bd0bb9329b24 [2023-02-17T05:25:17.212Z] Step 32/32 : LABEL version=3.0.0-dev.56 [2023-02-17T05:25:17.473Z] ---> Running in 06480447b00a [2023-02-17T05:25:17.473Z] Removing intermediate container 06480447b00a [2023-02-17T05:25:17.473Z] ---> ee27eefcc606 [2023-02-17T05:25:17.473Z] [2023-02-17T05:25:17.734Z] Successfully built ee27eefcc606 [2023-02-17T05:25:17.734Z] Successfully tagged security-bootstrapper:latest [2023-02-17T05:25:17.734Z] Building support-notifications [2023-02-17T05:25:19.633Z]  Building security-bootstrapper ... done Removing intermediate container 700310bdb23c [2023-02-17T05:25:19.633Z] ---> bfa60b4c0881 [2023-02-17T05:25:19.633Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-17T05:25:20.572Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-17T05:25:20.572Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-17T05:25:20.572Z] ---> d5b5e1b6b835 [2023-02-17T05:25:20.572Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-17T05:25:20.572Z] ---> Using cache [2023-02-17T05:25:20.572Z] ---> 094433f67ff4 [2023-02-17T05:25:20.572Z] Step 4/22 : WORKDIR /edgex-go [2023-02-17T05:25:20.572Z] ---> Using cache [2023-02-17T05:25:20.572Z] ---> 705b2e7faf9a [2023-02-17T05:25:20.572Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-17T05:25:20.763Z] provisioning config files... [2023-02-17T05:25:20.794Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/417@tmp/config10236697951770626035tmp [Pipeline] { [2023-02-17T05:25:20.830Z] Removing intermediate container 8716fc57d344 [2023-02-17T05:25:20.830Z] ---> 4b8157896a20 [2023-02-17T05:25:20.830Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-02-17T05:25:20.830Z] ---> Running in f4befc416412 [Pipeline] libraryResource [Pipeline] sh [2023-02-17T05:25:21.089Z] ---> Running in 1926ef7f5179 [2023-02-17T05:25:21.089Z] ---> 8ab893906dd9 [2023-02-17T05:25:21.089Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-02-17T05:25:21.166Z] ---> docker-login.sh [2023-02-17T05:25:21.167Z] nexus3.edgexfoundry.org:10001 [2023-02-17T05:25:21.348Z] Removing intermediate container 1926ef7f5179 [2023-02-17T05:25:21.348Z] ---> 5f2758e963a7 [2023-02-17T05:25:21.348Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-02-17T05:25:21.348Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-02-17T05:25:21.605Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-17T05:25:21.605Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-17T05:25:21.605Z] ---> Running in d56c45f08432 [2023-02-17T05:25:21.761Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-17T05:25:21.761Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-17T05:25:21.761Z] Configure a credential helper to remove this warning. See [2023-02-17T05:25:21.761Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-17T05:25:21.761Z] [2023-02-17T05:25:21.761Z] Login Succeeded [2023-02-17T05:25:21.761Z] nexus3.edgexfoundry.org:10002 [2023-02-17T05:25:21.862Z] OK: 211 MiB in 51 packages [2023-02-17T05:25:22.043Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-17T05:25:22.124Z] Removing intermediate container d56c45f08432 [2023-02-17T05:25:22.124Z] ---> 1e65dd92f2d2 [2023-02-17T05:25:22.124Z] Step 20/22 : LABEL arch=x86_64 [2023-02-17T05:25:22.313Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-17T05:25:22.313Z] Configure a credential helper to remove this warning. See [2023-02-17T05:25:22.313Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-17T05:25:22.313Z] [2023-02-17T05:25:22.313Z] Login Succeeded [2023-02-17T05:25:22.313Z] nexus3.edgexfoundry.org:10003 [2023-02-17T05:25:22.383Z] ---> 0f424849489d [2023-02-17T05:25:22.383Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-02-17T05:25:22.383Z] ---> Running in 61fe8d3c2290 [2023-02-17T05:25:22.585Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-17T05:25:22.585Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-17T05:25:22.585Z] Configure a credential helper to remove this warning. See [2023-02-17T05:25:22.585Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-17T05:25:22.585Z] [2023-02-17T05:25:22.585Z] Login Succeeded [2023-02-17T05:25:22.585Z] nexus3.edgexfoundry.org:10004 [2023-02-17T05:25:22.859Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-17T05:25:22.958Z] Removing intermediate container 61fe8d3c2290 [2023-02-17T05:25:22.958Z] ---> 904d97739349 [2023-02-17T05:25:22.958Z] Step 21/22 : LABEL git_sha=8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:25:22.958Z] Removing intermediate container f4befc416412 [2023-02-17T05:25:22.958Z] ---> 4fa668d3e037 [2023-02-17T05:25:22.958Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-17T05:25:22.958Z] ---> Running in fe108b01803f [2023-02-17T05:25:22.958Z] ---> 7ae3db252704 [2023-02-17T05:25:22.958Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-02-17T05:25:22.958Z] ---> Running in 839bc59d6318 [2023-02-17T05:25:22.958Z] ---> df404eff0822 [2023-02-17T05:25:22.958Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-17T05:25:22.958Z] ---> Running in 9ea12c88eb7a [2023-02-17T05:25:22.958Z] Removing intermediate container fe108b01803f [2023-02-17T05:25:22.958Z] ---> 9cca3ac6823d [2023-02-17T05:25:22.958Z] Step 22/22 : LABEL version=3.0.0-dev.56 [2023-02-17T05:25:23.134Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-17T05:25:23.134Z] Configure a credential helper to remove this warning. See [2023-02-17T05:25:23.134Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-17T05:25:23.134Z] [2023-02-17T05:25:23.134Z] Login Succeeded [2023-02-17T05:25:23.134Z] docker.io [2023-02-17T05:25:23.221Z] ---> Running in b6ab77a48353 [2023-02-17T05:25:23.221Z] Removing intermediate container 839bc59d6318 [2023-02-17T05:25:23.221Z] ---> ada01c943309 [2023-02-17T05:25:23.221Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-17T05:25:23.221Z] ---> Running in bf36ddbd6d99 [2023-02-17T05:25:23.221Z] Removing intermediate container b6ab77a48353 [2023-02-17T05:25:23.221Z] ---> 9445e2bfcf38 [2023-02-17T05:25:23.221Z] [2023-02-17T05:25:23.405Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-17T05:25:23.479Z] Removing intermediate container bf36ddbd6d99 [2023-02-17T05:25:23.479Z] ---> 3697ffd9e117 [2023-02-17T05:25:23.479Z] Step 17/19 : LABEL arch=x86_64 [2023-02-17T05:25:23.479Z] Successfully built 9445e2bfcf38 [2023-02-17T05:25:23.479Z] Successfully tagged core-common-config-bootstrapper:latest [2023-02-17T05:25:23.479Z]  Building core-common-config-bootstrapper ... done  ---> Running in 3bdefdb047b0 [2023-02-17T05:25:23.677Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-17T05:25:23.677Z] Configure a credential helper to remove this warning. See [2023-02-17T05:25:23.677Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-17T05:25:23.677Z] [2023-02-17T05:25:23.677Z] Login Succeeded [2023-02-17T05:25:23.677Z] ---> docker-login.sh ends [Pipeline] } [2023-02-17T05:25:23.695Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-02-17T05:25:24.295Z] + git config --global --add safe.directory /w/workspace/edgex-go/417 [Pipeline] echo [2023-02-17T05:25:24.318Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-17T05:25:24.329Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-17T05:25:24.336Z] ========================================================= [2023-02-17T05:25:24.336Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-02-17T05:25:24.336Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-02-17T05:25:24.430Z] Removing intermediate container 3bdefdb047b0 [2023-02-17T05:25:24.430Z] ---> 3b505d4b8a8c [2023-02-17T05:25:24.430Z] Step 18/19 : LABEL git_sha=8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:25:24.669Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-17T05:25:24.974Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-02-17T05:25:24.974Z] 9b18e9b68314: Pulling fs layer [2023-02-17T05:25:24.974Z] 35d82f9e3411: Pulling fs layer [2023-02-17T05:25:24.974Z] e16973657156: Pulling fs layer [2023-02-17T05:25:24.974Z] fc693d55d65f: Pulling fs layer [2023-02-17T05:25:24.974Z] 7e9fc2657dce: Pulling fs layer [2023-02-17T05:25:24.974Z] dda99020689f: Pulling fs layer [2023-02-17T05:25:24.974Z] db1c61fa0a46: Pulling fs layer [2023-02-17T05:25:24.974Z] 891c053d2c06: Pulling fs layer [2023-02-17T05:25:24.974Z] db1c61fa0a46: Waiting [2023-02-17T05:25:24.974Z] dda99020689f: Waiting [2023-02-17T05:25:24.974Z] 891c053d2c06: Waiting [2023-02-17T05:25:24.974Z] fc693d55d65f: Waiting [2023-02-17T05:25:24.974Z] 7e9fc2657dce: Waiting [2023-02-17T05:25:24.974Z] e16973657156: Verifying Checksum [2023-02-17T05:25:24.974Z] e16973657156: Download complete [2023-02-17T05:25:24.974Z] 35d82f9e3411: Verifying Checksum [2023-02-17T05:25:24.974Z] 35d82f9e3411: Download complete [2023-02-17T05:25:24.974Z] 7e9fc2657dce: Verifying Checksum [2023-02-17T05:25:24.974Z] 7e9fc2657dce: Download complete [2023-02-17T05:25:24.974Z] dda99020689f: Download complete [2023-02-17T05:25:24.974Z] 9b18e9b68314: Download complete [2023-02-17T05:25:25.373Z] ---> Running in dac279125c6b [2023-02-17T05:25:25.373Z] Removing intermediate container dac279125c6b [2023-02-17T05:25:25.373Z] ---> 2dbcf3dfbb35 [2023-02-17T05:25:25.373Z] Step 19/19 : LABEL version=3.0.0-dev.56 [2023-02-17T05:25:25.373Z] Removing intermediate container ff04505c601d [2023-02-17T05:25:25.373Z] ---> 7c96bc3474ed [2023-02-17T05:25:25.373Z] [2023-02-17T05:25:25.373Z] Step 9/24 : FROM alpine:3.16 [2023-02-17T05:25:25.373Z] ---> dfd21b5a31f5 [2023-02-17T05:25:25.373Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-02-17T05:25:25.632Z] ---> Running in 85b635cdfbf5 [2023-02-17T05:25:25.632Z] ---> Running in e14a94ba474b [2023-02-17T05:25:25.632Z] Removing intermediate container 85b635cdfbf5 [2023-02-17T05:25:25.632Z] ---> d98578ecc125 [2023-02-17T05:25:25.632Z] [2023-02-17T05:25:25.890Z] Successfully built d98578ecc125 [2023-02-17T05:25:25.890Z] Successfully tagged security-spiffe-token-provider:latest [2023-02-17T05:25:25.890Z]  Building security-spiffe-token-provider ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-17T05:25:25.890Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-17T05:25:25.957Z] 9b18e9b68314: Pull complete [2023-02-17T05:25:26.244Z] 891c053d2c06: Verifying Checksum [2023-02-17T05:25:26.244Z] 891c053d2c06: Download complete [2023-02-17T05:25:26.457Z] (1/3) Installing ca-certificates (20220614-r0) [2023-02-17T05:25:26.457Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-02-17T05:25:26.457Z] (3/3) Installing su-exec (0.2-r1) [2023-02-17T05:25:26.457Z] Executing busybox-1.35.0-r17.trigger [2023-02-17T05:25:26.457Z] Executing ca-certificates-20220614-r0.trigger [2023-02-17T05:25:26.457Z] OK: 6 MiB in 17 packages [2023-02-17T05:25:26.516Z] 35d82f9e3411: Pull complete [2023-02-17T05:25:27.432Z] Removing intermediate container e14a94ba474b [2023-02-17T05:25:27.432Z] ---> 46eb7e3ea6dc [2023-02-17T05:25:27.432Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-17T05:25:27.495Z] db1c61fa0a46: Verifying Checksum [2023-02-17T05:25:27.495Z] db1c61fa0a46: Download complete [2023-02-17T05:25:27.691Z] ---> Running in 4376c6e8f223 [2023-02-17T05:25:27.952Z] Removing intermediate container 4376c6e8f223 [2023-02-17T05:25:27.952Z] ---> cd1f11918554 [2023-02-17T05:25:27.952Z] Step 12/24 : WORKDIR / [2023-02-17T05:25:27.952Z] ---> Running in 6abcd36587f9 [2023-02-17T05:25:28.086Z] fc693d55d65f: Verifying Checksum [2023-02-17T05:25:28.086Z] fc693d55d65f: Download complete [2023-02-17T05:25:28.216Z] Removing intermediate container 6abcd36587f9 [2023-02-17T05:25:28.216Z] ---> 032d047e62fb [2023-02-17T05:25:28.216Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-02-17T05:25:28.216Z] Removing intermediate container ef422a354949 [2023-02-17T05:25:28.216Z] ---> 8b7c4e99924a [2023-02-17T05:25:28.216Z] [2023-02-17T05:25:28.216Z] Step 10/22 : FROM alpine:3.16 [2023-02-17T05:25:28.216Z] ---> dfd21b5a31f5 [2023-02-17T05:25:28.216Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-02-17T05:25:28.216Z] ---> Using cache [2023-02-17T05:25:28.216Z] ---> f3b025292866 [2023-02-17T05:25:28.216Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-17T05:25:28.216Z] ---> Using cache [2023-02-17T05:25:28.216Z] ---> 22d68fed0c88 [2023-02-17T05:25:28.216Z] Step 13/22 : ENV APP_PORT=59861 [2023-02-17T05:25:28.216Z] ---> Running in 0d8e511a1f15 [2023-02-17T05:25:28.216Z] ---> 33df166847be [2023-02-17T05:25:28.216Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-02-17T05:25:28.358Z] e16973657156: Pull complete [2023-02-17T05:25:28.478Z] Removing intermediate container 0d8e511a1f15 [2023-02-17T05:25:28.478Z] ---> f86e06fe7edb [2023-02-17T05:25:28.478Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-17T05:25:28.478Z] ---> Running in 8dc0b64ad088 [2023-02-17T05:25:28.478Z] ---> 667601c6e40e [2023-02-17T05:25:28.478Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-02-17T05:25:28.478Z] Removing intermediate container 8dc0b64ad088 [2023-02-17T05:25:28.478Z] ---> a4181b531c1a [2023-02-17T05:25:28.478Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-17T05:25:28.735Z] ---> 37c8cbd85946 [2023-02-17T05:25:28.735Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2023-02-17T05:25:28.735Z] ---> 4e0333848234 [2023-02-17T05:25:28.735Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-02-17T05:25:28.735Z] ---> 07e1a0c76509 [2023-02-17T05:25:28.735Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-02-17T05:25:29.304Z] ---> fd645b7077c2 [2023-02-17T05:25:29.304Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-02-17T05:25:29.304Z] ---> b0550ee2e69b [2023-02-17T05:25:29.304Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-02-17T05:25:29.568Z] ---> ce5dfc652a39 [2023-02-17T05:25:29.568Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-02-17T05:25:29.568Z] ---> b4bb7600a8de [2023-02-17T05:25:29.568Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-02-17T05:25:29.568Z] ---> Running in b38f806f9b37 [2023-02-17T05:25:29.826Z] Removing intermediate container b38f806f9b37 [2023-02-17T05:25:29.826Z] ---> d469e8cc8182 [2023-02-17T05:25:29.826Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-17T05:25:29.826Z] ---> 9268ecc2d94a [2023-02-17T05:25:29.826Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-17T05:25:29.826Z] ---> Running in c0583112a57a [2023-02-17T05:25:29.826Z] ---> Running in cdb9dad178c7 [2023-02-17T05:25:29.826Z] Removing intermediate container c0583112a57a [2023-02-17T05:25:29.826Z] ---> 3a6ff5fb95af [2023-02-17T05:25:29.826Z] Step 20/22 : LABEL arch=x86_64 [2023-02-17T05:25:29.826Z] ---> Running in 84ff5d5fa2ed [2023-02-17T05:25:30.084Z] Removing intermediate container 84ff5d5fa2ed [2023-02-17T05:25:30.084Z] ---> efab7bcae417 [2023-02-17T05:25:30.084Z] Step 21/22 : LABEL git_sha=8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:25:30.084Z] ---> Running in 3795b962a8dc [2023-02-17T05:25:30.084Z] Removing intermediate container 3795b962a8dc [2023-02-17T05:25:30.084Z] ---> 7c09deb0a99f [2023-02-17T05:25:30.084Z] Step 22/22 : LABEL version=3.0.0-dev.56 [2023-02-17T05:25:30.084Z] ---> Running in bf0af35a21ab [2023-02-17T05:25:30.340Z] Removing intermediate container bf0af35a21ab [2023-02-17T05:25:30.340Z] ---> 98d79f98e98a [2023-02-17T05:25:30.340Z] [2023-02-17T05:25:30.340Z] Successfully built 98d79f98e98a [2023-02-17T05:25:30.340Z] Successfully tagged support-scheduler:latest [2023-02-17T05:25:30.340Z]  Building support-scheduler ... done Removing intermediate container cdb9dad178c7 [2023-02-17T05:25:30.340Z] ---> ba0d2bdcd6bc [2023-02-17T05:25:30.341Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-02-17T05:25:30.341Z] ---> Running in 886baf5a83f1 [2023-02-17T05:25:30.598Z] Removing intermediate container 886baf5a83f1 [2023-02-17T05:25:30.598Z] ---> 167e886f4dc6 [2023-02-17T05:25:30.598Z] Step 22/24 : LABEL arch=x86_64 [2023-02-17T05:25:30.598Z] ---> Running in 3a18f4f4ba61 [2023-02-17T05:25:30.598Z] Removing intermediate container 3a18f4f4ba61 [2023-02-17T05:25:30.598Z] ---> e05cd0b74d76 [2023-02-17T05:25:30.598Z] Step 23/24 : LABEL git_sha=8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:25:30.598Z] ---> Running in 7ed3602f4066 [2023-02-17T05:25:30.855Z] Removing intermediate container 7ed3602f4066 [2023-02-17T05:25:30.855Z] ---> 4b5636ece504 [2023-02-17T05:25:30.855Z] Step 24/24 : LABEL version=3.0.0-dev.56 [2023-02-17T05:25:30.855Z] ---> Running in 934b505c2a21 [2023-02-17T05:25:30.855Z] Removing intermediate container 934b505c2a21 [2023-02-17T05:25:30.855Z] ---> 12fd227825ef [2023-02-17T05:25:30.856Z] [2023-02-17T05:25:30.856Z] Successfully built 12fd227825ef [2023-02-17T05:25:30.856Z] Successfully tagged security-secretstore-setup:latest [2023-02-17T05:25:40.822Z]  Building security-secretstore-setup ... done Removing intermediate container 9ea12c88eb7a [2023-02-17T05:25:40.822Z] ---> 7134d783eedc [2023-02-17T05:25:40.822Z] Step 8/22 : COPY . . [2023-02-17T05:25:43.387Z] fc693d55d65f: Pull complete [2023-02-17T05:25:43.387Z] 7e9fc2657dce: Pull complete [2023-02-17T05:25:43.387Z] dda99020689f: Pull complete [2023-02-17T05:25:45.005Z] ---> 19522c3a4a60 [2023-02-17T05:25:45.005Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-02-17T05:25:45.005Z] ---> Running in 0c1af82b462c [2023-02-17T05:25:45.005Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-02-17T05:25:48.771Z] db1c61fa0a46: Pull complete [2023-02-17T05:25:50.741Z] 891c053d2c06: Pull complete [2023-02-17T05:25:50.741Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-02-17T05:25:50.741Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-17T05:25:50.741Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-02-17T05:25:51.087Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-17T05:25:51.087Z] WORKDIR /edgex [2023-02-17T05:25:51.087Z] COPY go.mod . [2023-02-17T05:25:51.087Z] RUN go mod download [2023-02-17T05:25:51.087Z] + docker build -t ci-base-image-arm64 -f - . [2023-02-17T05:25:51.684Z] Sending build context to Docker daemon 3.092MB [2023-02-17T05:25:51.684Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-17T05:25:51.684Z] ---> f96f9c87975a [2023-02-17T05:25:51.684Z] Step 2/4 : WORKDIR /edgex [2023-02-17T05:25:53.715Z] ---> Running in aa325b9bc8a6 [2023-02-17T05:25:54.000Z] Removing intermediate container aa325b9bc8a6 [2023-02-17T05:25:54.000Z] ---> 218a7a45594c [2023-02-17T05:25:54.000Z] Step 3/4 : COPY go.mod . [2023-02-17T05:25:54.596Z] ---> e958d344d9ef [2023-02-17T05:25:54.596Z] Step 4/4 : RUN go mod download [2023-02-17T05:25:54.596Z] ---> Running in 95c78a2c31ba [2023-02-17T05:26:03.075Z] Removing intermediate container 0c1af82b462c [2023-02-17T05:26:03.076Z] ---> 224c7f322abb [2023-02-17T05:26:03.076Z] [2023-02-17T05:26:03.076Z] Step 10/22 : FROM alpine:3.16 [2023-02-17T05:26:03.076Z] ---> dfd21b5a31f5 [2023-02-17T05:26:03.076Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-02-17T05:26:03.076Z] ---> Running in 63f8cc4e848f [2023-02-17T05:26:03.076Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-17T05:26:03.076Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-17T05:26:03.076Z] (1/2) Installing ca-certificates (20220614-r0) [2023-02-17T05:26:03.076Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-02-17T05:26:03.076Z] Executing busybox-1.35.0-r17.trigger [2023-02-17T05:26:03.076Z] Executing ca-certificates-20220614-r0.trigger [2023-02-17T05:26:03.076Z] OK: 6 MiB in 16 packages [2023-02-17T05:26:03.333Z] Removing intermediate container 63f8cc4e848f [2023-02-17T05:26:03.334Z] ---> 1ec7395ae2f1 [2023-02-17T05:26:03.334Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-17T05:26:03.334Z] ---> Running in a4b97207520a [2023-02-17T05:26:03.591Z] Removing intermediate container a4b97207520a [2023-02-17T05:26:03.591Z] ---> 0ca1ac91d847 [2023-02-17T05:26:03.591Z] Step 13/22 : ENV APP_PORT=59860 [2023-02-17T05:26:03.591Z] ---> Running in c7c1a57e8468 [2023-02-17T05:26:03.591Z] Removing intermediate container c7c1a57e8468 [2023-02-17T05:26:03.591Z] ---> d7df0f06ff90 [2023-02-17T05:26:03.591Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-17T05:26:03.591Z] ---> Running in d7377499b485 [2023-02-17T05:26:03.849Z] Removing intermediate container d7377499b485 [2023-02-17T05:26:03.849Z] ---> 9764157a546a [2023-02-17T05:26:03.849Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-17T05:26:03.849Z] ---> 0b128f56717c [2023-02-17T05:26:03.849Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-02-17T05:26:04.811Z] ---> 3fa53b01c9b2 [2023-02-17T05:26:04.811Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-02-17T05:26:04.811Z] ---> c035170966a5 [2023-02-17T05:26:04.811Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-02-17T05:26:05.084Z] ---> Running in 53cd9088beca [2023-02-17T05:26:05.084Z] Removing intermediate container 53cd9088beca [2023-02-17T05:26:05.084Z] ---> 2a52e1ed168b [2023-02-17T05:26:05.084Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-17T05:26:05.344Z] ---> Running in 1324afd27872 [2023-02-17T05:26:05.602Z] Removing intermediate container 1324afd27872 [2023-02-17T05:26:05.602Z] ---> 9ddb1e7a192e [2023-02-17T05:26:05.602Z] Step 20/22 : LABEL arch=x86_64 [2023-02-17T05:26:05.602Z] ---> Running in 71d72f4ff743 [2023-02-17T05:26:05.861Z] Removing intermediate container 71d72f4ff743 [2023-02-17T05:26:05.861Z] ---> 2b2e5e09add8 [2023-02-17T05:26:05.861Z] Step 21/22 : LABEL git_sha=8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:26:06.121Z] ---> Running in 33d4100cb63d [2023-02-17T05:26:06.121Z] Removing intermediate container 33d4100cb63d [2023-02-17T05:26:06.121Z] ---> 5c9f9381a71a [2023-02-17T05:26:06.121Z] Step 22/22 : LABEL version=3.0.0-dev.56 [2023-02-17T05:26:06.383Z] ---> Running in dfb3ec61ed20 [2023-02-17T05:26:06.383Z] Removing intermediate container dfb3ec61ed20 [2023-02-17T05:26:06.383Z] ---> 651493c7e6ed [2023-02-17T05:26:06.383Z] [2023-02-17T05:26:06.383Z] Successfully built 651493c7e6ed [2023-02-17T05:26:06.383Z] Successfully tagged support-notifications:latest [2023-02-17T05:26:06.388Z]  Building support-notifications ... done  [Pipeline] } [2023-02-17T05:26:06.397Z] $ docker stop --time=1 7e19c106bffea506d42aa3868384cbcd66303d1be7cb2fcc583bb0e77bffb2d7 [2023-02-17T05:26:07.727Z] $ docker rm -f --volumes 7e19c106bffea506d42aa3868384cbcd66303d1be7cb2fcc583bb0e77bffb2d7 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-17T05:26:08.060Z] + docker images [2023-02-17T05:26:08.060Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-02-17T05:26:08.060Z] support-notifications latest 651493c7e6ed 1 second ago 30.7MB [2023-02-17T05:26:08.060Z] 224c7f322abb 6 seconds ago 1.74GB [2023-02-17T05:26:08.060Z] support-scheduler latest 98d79f98e98a 37 seconds ago 30MB [2023-02-17T05:26:08.060Z] security-secretstore-setup latest 12fd227825ef 37 seconds ago 30MB [2023-02-17T05:26:08.060Z] 8b7c4e99924a 40 seconds ago 1.74GB [2023-02-17T05:26:08.060Z] 7c96bc3474ed 42 seconds ago 1.67GB [2023-02-17T05:26:08.060Z] security-spiffe-token-provider latest d98578ecc125 42 seconds ago 30MB [2023-02-17T05:26:08.060Z] core-common-config-bootstrapper latest 9445e2bfcf38 44 seconds ago 15.5MB [2023-02-17T05:26:08.060Z] security-bootstrapper latest ee27eefcc606 50 seconds ago 20.4MB [2023-02-17T05:26:08.060Z] a40c666e53b2 53 seconds ago 1.71GB [2023-02-17T05:26:08.060Z] 1769855f0a12 57 seconds ago 1.67GB [2023-02-17T05:26:08.060Z] core-metadata latest 2264ee0d4223 About a minute ago 18.5MB [2023-02-17T05:26:08.060Z] 74b7c98768a7 About a minute ago 1.67GB [2023-02-17T05:26:08.060Z] a8dab736c663 About a minute ago 1.68GB [2023-02-17T05:26:08.060Z] core-data latest d3d7377592bc About a minute ago 17.9MB [2023-02-17T05:26:08.060Z] b50d3fd3a5f2 About a minute ago 1.68GB [2023-02-17T05:26:08.060Z] security-proxy-setup latest a742f81478bf About a minute ago 27.8MB [2023-02-17T05:26:08.060Z] core-command latest 45120275aeac About a minute ago 17.7MB [2023-02-17T05:26:08.060Z] c1b2e3101745 2 minutes ago 1.67GB [2023-02-17T05:26:08.060Z] 80ee1fcf53d2 2 minutes ago 1.68GB [2023-02-17T05:26:08.060Z] security-spire-config latest 21f9dbf045be 2 minutes ago 85.8MB [2023-02-17T05:26:08.060Z] security-spire-agent latest 3871b30e8ec0 2 minutes ago 125MB [2023-02-17T05:26:08.060Z] security-spire-server latest e1354c06ef28 2 minutes ago 86.5MB [2023-02-17T05:26:08.060Z] 6f2c9075bcfc 2 minutes ago 1.55GB [2023-02-17T05:26:08.060Z] 840c189b3c45 2 minutes ago 1.55GB [2023-02-17T05:26:08.060Z] e3beb99d6e89 2 minutes ago 1.55GB [2023-02-17T05:26:08.060Z] ci-base-image-x86_64 latest d5b5e1b6b835 5 minutes ago 903MB [2023-02-17T05:26:08.060Z] alpine 3.15 5ce65d7b0fde 6 days ago 5.59MB [2023-02-17T05:26:08.060Z] alpine 3.16 dfd21b5a31f5 6 days ago 5.55MB [2023-02-17T05:26:08.060Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 3 months ago 683MB [2023-02-17T05:26:08.060Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 7 months ago 253MB [2023-02-17T05:26:08.060Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 2 years ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-17T05:26:08.171Z] provisioning config files... [2023-02-17T05:26:08.179Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/417@tmp/config255740331499348397tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-17T05:26:08.484Z] ---> docker-login.sh [2023-02-17T05:26:08.484Z] nexus3.edgexfoundry.org:10001 [2023-02-17T05:26:08.484Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-17T05:26:08.484Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-17T05:26:08.484Z] Configure a credential helper to remove this warning. See [2023-02-17T05:26:08.484Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-17T05:26:08.484Z] [2023-02-17T05:26:08.484Z] Login Succeeded [2023-02-17T05:26:08.484Z] nexus3.edgexfoundry.org:10002 [2023-02-17T05:26:08.484Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-17T05:26:08.484Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-17T05:26:08.484Z] Configure a credential helper to remove this warning. See [2023-02-17T05:26:08.484Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-17T05:26:08.484Z] [2023-02-17T05:26:08.484Z] Login Succeeded [2023-02-17T05:26:08.484Z] nexus3.edgexfoundry.org:10003 [2023-02-17T05:26:08.743Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-17T05:26:08.743Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-17T05:26:08.743Z] Configure a credential helper to remove this warning. See [2023-02-17T05:26:08.743Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-17T05:26:08.743Z] [2023-02-17T05:26:08.743Z] Login Succeeded [2023-02-17T05:26:08.743Z] nexus3.edgexfoundry.org:10004 [2023-02-17T05:26:08.743Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-17T05:26:08.743Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-17T05:26:08.743Z] Configure a credential helper to remove this warning. See [2023-02-17T05:26:08.743Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-17T05:26:08.743Z] [2023-02-17T05:26:08.743Z] Login Succeeded [2023-02-17T05:26:08.743Z] docker.io [2023-02-17T05:26:09.002Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-17T05:26:09.002Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-17T05:26:09.002Z] Configure a credential helper to remove this warning. See [2023-02-17T05:26:09.002Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-17T05:26:09.002Z] [2023-02-17T05:26:09.002Z] Login Succeeded [2023-02-17T05:26:09.002Z] ---> docker-login.sh ends [Pipeline] } [2023-02-17T05:26:09.008Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-17T05:26:09.031Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-17T05:26:09.048Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2023-02-17T05:26:09.048Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:26:09.048Z] latest [2023-02-17T05:26:09.048Z] 3.0.0-dev.56 [2023-02-17T05:26:09.048Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:26:09.048Z] main [2023-02-17T05:26:09.048Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:09.360Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:09.660Z] + docker push nexus3.edgexfoundry.org:10004/core-command:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:26:09.660Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-02-17T05:26:09.660Z] a4e623a51de0: Preparing [2023-02-17T05:26:09.660Z] 9fe786a9019f: Preparing [2023-02-17T05:26:09.660Z] 13c0c9fe789b: Preparing [2023-02-17T05:26:09.660Z] 98bbb82b4bb1: Preparing [2023-02-17T05:26:09.660Z] aa5968d388b8: Preparing [2023-02-17T05:26:09.660Z] aa5968d388b8: Layer already exists [2023-02-17T05:26:09.660Z] 98bbb82b4bb1: Pushed [2023-02-17T05:26:09.660Z] 13c0c9fe789b: Pushed [2023-02-17T05:26:09.660Z] a4e623a51de0: Pushed [2023-02-17T05:26:11.036Z] 9fe786a9019f: Pushed [2023-02-17T05:26:11.036Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335: digest: sha256:c0d9e06f25280a995bbbb0d4185a723c3612e657ad94e8e2a4036f12db6f0014 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:11.342Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:11.651Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2023-02-17T05:26:11.651Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-02-17T05:26:11.651Z] a4e623a51de0: Preparing [2023-02-17T05:26:11.651Z] 9fe786a9019f: Preparing [2023-02-17T05:26:11.651Z] 13c0c9fe789b: Preparing [2023-02-17T05:26:11.651Z] 98bbb82b4bb1: Preparing [2023-02-17T05:26:11.651Z] aa5968d388b8: Preparing [2023-02-17T05:26:11.651Z] aa5968d388b8: Layer already exists [2023-02-17T05:26:11.651Z] 13c0c9fe789b: Layer already exists [2023-02-17T05:26:11.651Z] 9fe786a9019f: Layer already exists [2023-02-17T05:26:11.651Z] a4e623a51de0: Layer already exists [2023-02-17T05:26:11.651Z] 98bbb82b4bb1: Layer already exists [2023-02-17T05:26:11.651Z] latest: digest: sha256:c0d9e06f25280a995bbbb0d4185a723c3612e657ad94e8e2a4036f12db6f0014 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:11.965Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:12.264Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.56 [2023-02-17T05:26:12.264Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-02-17T05:26:12.264Z] a4e623a51de0: Preparing [2023-02-17T05:26:12.264Z] 9fe786a9019f: Preparing [2023-02-17T05:26:12.264Z] 13c0c9fe789b: Preparing [2023-02-17T05:26:12.264Z] 98bbb82b4bb1: Preparing [2023-02-17T05:26:12.264Z] aa5968d388b8: Preparing [2023-02-17T05:26:12.264Z] aa5968d388b8: Layer already exists [2023-02-17T05:26:12.264Z] 98bbb82b4bb1: Layer already exists [2023-02-17T05:26:12.264Z] a4e623a51de0: Layer already exists [2023-02-17T05:26:12.264Z] 9fe786a9019f: Layer already exists [2023-02-17T05:26:12.264Z] 13c0c9fe789b: Layer already exists [2023-02-17T05:26:12.264Z] 3.0.0-dev.56: digest: sha256:c0d9e06f25280a995bbbb0d4185a723c3612e657ad94e8e2a4036f12db6f0014 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:12.574Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:12.886Z] + docker push nexus3.edgexfoundry.org:10004/core-command:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:26:12.886Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-02-17T05:26:12.886Z] a4e623a51de0: Preparing [2023-02-17T05:26:12.886Z] 9fe786a9019f: Preparing [2023-02-17T05:26:12.886Z] 13c0c9fe789b: Preparing [2023-02-17T05:26:12.886Z] 98bbb82b4bb1: Preparing [2023-02-17T05:26:12.886Z] aa5968d388b8: Preparing [2023-02-17T05:26:12.886Z] aa5968d388b8: Layer already exists [2023-02-17T05:26:12.886Z] 9fe786a9019f: Layer already exists [2023-02-17T05:26:12.886Z] 98bbb82b4bb1: Layer already exists [2023-02-17T05:26:12.886Z] a4e623a51de0: Layer already exists [2023-02-17T05:26:12.886Z] 13c0c9fe789b: Layer already exists [2023-02-17T05:26:12.886Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56: digest: sha256:c0d9e06f25280a995bbbb0d4185a723c3612e657ad94e8e2a4036f12db6f0014 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:13.190Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:13.493Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2023-02-17T05:26:13.493Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-02-17T05:26:13.493Z] a4e623a51de0: Preparing [2023-02-17T05:26:13.493Z] 9fe786a9019f: Preparing [2023-02-17T05:26:13.493Z] 13c0c9fe789b: Preparing [2023-02-17T05:26:13.493Z] 98bbb82b4bb1: Preparing [2023-02-17T05:26:13.493Z] aa5968d388b8: Preparing [2023-02-17T05:26:13.493Z] 13c0c9fe789b: Layer already exists [2023-02-17T05:26:13.493Z] 98bbb82b4bb1: Layer already exists [2023-02-17T05:26:13.493Z] a4e623a51de0: Layer already exists [2023-02-17T05:26:13.493Z] aa5968d388b8: Layer already exists [2023-02-17T05:26:13.493Z] 9fe786a9019f: Layer already exists [2023-02-17T05:26:13.493Z] main: digest: sha256:c0d9e06f25280a995bbbb0d4185a723c3612e657ad94e8e2a4036f12db6f0014 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-17T05:26:13.527Z] ===================================================== [Pipeline] echo [2023-02-17T05:26:13.533Z] taggedImages: [2023-02-17T05:26:13.533Z] - nexus3.edgexfoundry.org:10004/core-command:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:26:13.533Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2023-02-17T05:26:13.533Z] - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.56 [2023-02-17T05:26:13.533Z] - nexus3.edgexfoundry.org:10004/core-command:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:26:13.533Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2023-02-17T05:26:13.547Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2023-02-17T05:26:13.547Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:26:13.547Z] latest [2023-02-17T05:26:13.547Z] 3.0.0-dev.56 [2023-02-17T05:26:13.547Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:26:13.547Z] main [2023-02-17T05:26:13.547Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:13.864Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:14.176Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:26:14.176Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-02-17T05:26:14.176Z] fbbebd247030: Preparing [2023-02-17T05:26:14.176Z] 635f19d7b106: Preparing [2023-02-17T05:26:14.176Z] 6e12628d620b: Preparing [2023-02-17T05:26:14.176Z] d1390463bd9f: Preparing [2023-02-17T05:26:14.176Z] 13c0c9fe789b: Preparing [2023-02-17T05:26:14.176Z] 8568246c38e2: Preparing [2023-02-17T05:26:14.176Z] aa5968d388b8: Preparing [2023-02-17T05:26:14.176Z] 8568246c38e2: Waiting [2023-02-17T05:26:14.176Z] aa5968d388b8: Waiting [2023-02-17T05:26:14.176Z] 13c0c9fe789b: Layer already exists [2023-02-17T05:26:14.176Z] 6e12628d620b: Pushed [2023-02-17T05:26:14.176Z] 635f19d7b106: Pushed [2023-02-17T05:26:14.176Z] 8568246c38e2: Pushed [2023-02-17T05:26:14.176Z] aa5968d388b8: Layer already exists [2023-02-17T05:26:14.176Z] fbbebd247030: Pushed [2023-02-17T05:26:15.114Z] d1390463bd9f: Pushed [2023-02-17T05:26:15.372Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335: digest: sha256:fdb242eb97269a4336fc07118fbc5cbcf54841cfd8acb4be8c4e2a50288ce143 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:15.678Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:15.983Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-02-17T05:26:15.983Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-02-17T05:26:15.983Z] fbbebd247030: Preparing [2023-02-17T05:26:15.983Z] 635f19d7b106: Preparing [2023-02-17T05:26:15.983Z] 6e12628d620b: Preparing [2023-02-17T05:26:15.983Z] d1390463bd9f: Preparing [2023-02-17T05:26:15.983Z] 13c0c9fe789b: Preparing [2023-02-17T05:26:15.983Z] 8568246c38e2: Preparing [2023-02-17T05:26:15.983Z] aa5968d388b8: Preparing [2023-02-17T05:26:15.983Z] aa5968d388b8: Waiting [2023-02-17T05:26:15.983Z] 8568246c38e2: Waiting [2023-02-17T05:26:15.983Z] 635f19d7b106: Layer already exists [2023-02-17T05:26:15.983Z] 6e12628d620b: Layer already exists [2023-02-17T05:26:15.983Z] 13c0c9fe789b: Layer already exists [2023-02-17T05:26:15.983Z] d1390463bd9f: Layer already exists [2023-02-17T05:26:15.983Z] fbbebd247030: Layer already exists [2023-02-17T05:26:15.983Z] aa5968d388b8: Layer already exists [2023-02-17T05:26:15.983Z] 8568246c38e2: Layer already exists [2023-02-17T05:26:15.983Z] latest: digest: sha256:fdb242eb97269a4336fc07118fbc5cbcf54841cfd8acb4be8c4e2a50288ce143 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:16.286Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:16.599Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.56 [2023-02-17T05:26:16.599Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-02-17T05:26:16.599Z] fbbebd247030: Preparing [2023-02-17T05:26:16.599Z] 635f19d7b106: Preparing [2023-02-17T05:26:16.599Z] 6e12628d620b: Preparing [2023-02-17T05:26:16.599Z] d1390463bd9f: Preparing [2023-02-17T05:26:16.599Z] 13c0c9fe789b: Preparing [2023-02-17T05:26:16.599Z] 8568246c38e2: Preparing [2023-02-17T05:26:16.599Z] aa5968d388b8: Preparing [2023-02-17T05:26:16.599Z] 8568246c38e2: Waiting [2023-02-17T05:26:16.599Z] aa5968d388b8: Waiting [2023-02-17T05:26:16.599Z] 635f19d7b106: Layer already exists [2023-02-17T05:26:16.599Z] d1390463bd9f: Layer already exists [2023-02-17T05:26:16.599Z] 13c0c9fe789b: Layer already exists [2023-02-17T05:26:16.599Z] fbbebd247030: Layer already exists [2023-02-17T05:26:16.599Z] 6e12628d620b: Layer already exists [2023-02-17T05:26:16.599Z] aa5968d388b8: Layer already exists [2023-02-17T05:26:16.599Z] 8568246c38e2: Layer already exists [2023-02-17T05:26:16.599Z] 3.0.0-dev.56: digest: sha256:fdb242eb97269a4336fc07118fbc5cbcf54841cfd8acb4be8c4e2a50288ce143 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:16.915Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:17.219Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:26:17.219Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-02-17T05:26:17.219Z] fbbebd247030: Preparing [2023-02-17T05:26:17.219Z] 635f19d7b106: Preparing [2023-02-17T05:26:17.219Z] 6e12628d620b: Preparing [2023-02-17T05:26:17.219Z] d1390463bd9f: Preparing [2023-02-17T05:26:17.219Z] 13c0c9fe789b: Preparing [2023-02-17T05:26:17.219Z] 8568246c38e2: Preparing [2023-02-17T05:26:17.219Z] aa5968d388b8: Preparing [2023-02-17T05:26:17.219Z] aa5968d388b8: Waiting [2023-02-17T05:26:17.219Z] fbbebd247030: Layer already exists [2023-02-17T05:26:17.219Z] 13c0c9fe789b: Layer already exists [2023-02-17T05:26:17.219Z] 635f19d7b106: Layer already exists [2023-02-17T05:26:17.219Z] 6e12628d620b: Layer already exists [2023-02-17T05:26:17.219Z] d1390463bd9f: Layer already exists [2023-02-17T05:26:17.219Z] 8568246c38e2: Layer already exists [2023-02-17T05:26:17.219Z] aa5968d388b8: Layer already exists [2023-02-17T05:26:17.219Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56: digest: sha256:fdb242eb97269a4336fc07118fbc5cbcf54841cfd8acb4be8c4e2a50288ce143 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:17.534Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:17.948Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2023-02-17T05:26:17.948Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-02-17T05:26:17.948Z] fbbebd247030: Preparing [2023-02-17T05:26:17.948Z] 635f19d7b106: Preparing [2023-02-17T05:26:17.948Z] 6e12628d620b: Preparing [2023-02-17T05:26:17.948Z] d1390463bd9f: Preparing [2023-02-17T05:26:17.948Z] 13c0c9fe789b: Preparing [2023-02-17T05:26:17.948Z] 8568246c38e2: Preparing [2023-02-17T05:26:17.948Z] aa5968d388b8: Preparing [2023-02-17T05:26:17.948Z] 8568246c38e2: Waiting [2023-02-17T05:26:17.948Z] aa5968d388b8: Waiting [2023-02-17T05:26:17.948Z] fbbebd247030: Layer already exists [2023-02-17T05:26:17.948Z] d1390463bd9f: Layer already exists [2023-02-17T05:26:17.948Z] 6e12628d620b: Layer already exists [2023-02-17T05:26:17.948Z] 635f19d7b106: Layer already exists [2023-02-17T05:26:17.948Z] 13c0c9fe789b: Layer already exists [2023-02-17T05:26:17.948Z] aa5968d388b8: Layer already exists [2023-02-17T05:26:17.948Z] 8568246c38e2: Layer already exists [2023-02-17T05:26:17.948Z] main: digest: sha256:fdb242eb97269a4336fc07118fbc5cbcf54841cfd8acb4be8c4e2a50288ce143 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-17T05:26:17.996Z] ===================================================== [Pipeline] echo [2023-02-17T05:26:18.006Z] taggedImages: [2023-02-17T05:26:18.006Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:26:18.006Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-02-17T05:26:18.006Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.56 [2023-02-17T05:26:18.006Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:26:18.006Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2023-02-17T05:26:18.029Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2023-02-17T05:26:18.029Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:26:18.029Z] latest [2023-02-17T05:26:18.029Z] 3.0.0-dev.56 [2023-02-17T05:26:18.029Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:26:18.029Z] main [2023-02-17T05:26:18.029Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:18.406Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:18.772Z] + docker push nexus3.edgexfoundry.org:10004/core-data:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:26:18.772Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-02-17T05:26:18.772Z] f34d8cbdd1a3: Preparing [2023-02-17T05:26:18.772Z] de58c09369b4: Preparing [2023-02-17T05:26:18.772Z] 13c0c9fe789b: Preparing [2023-02-17T05:26:18.772Z] 3f51e000d4a8: Preparing [2023-02-17T05:26:18.772Z] aa5968d388b8: Preparing [2023-02-17T05:26:18.772Z] 13c0c9fe789b: Layer already exists [2023-02-17T05:26:18.772Z] aa5968d388b8: Layer already exists [2023-02-17T05:26:18.772Z] f34d8cbdd1a3: Pushed [2023-02-17T05:26:18.772Z] 3f51e000d4a8: Pushed [2023-02-17T05:26:20.214Z] de58c09369b4: Pushed [2023-02-17T05:26:20.214Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335: digest: sha256:010d16bd105d4a9f7ebe83bcc7bbdbcc37c288f63830d48e507ee64573952ff9 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:20.525Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:20.832Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2023-02-17T05:26:20.832Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-02-17T05:26:20.832Z] f34d8cbdd1a3: Preparing [2023-02-17T05:26:20.832Z] de58c09369b4: Preparing [2023-02-17T05:26:20.832Z] 13c0c9fe789b: Preparing [2023-02-17T05:26:20.832Z] 3f51e000d4a8: Preparing [2023-02-17T05:26:20.832Z] aa5968d388b8: Preparing [2023-02-17T05:26:20.832Z] f34d8cbdd1a3: Layer already exists [2023-02-17T05:26:20.832Z] 13c0c9fe789b: Layer already exists [2023-02-17T05:26:20.832Z] de58c09369b4: Layer already exists [2023-02-17T05:26:20.832Z] 3f51e000d4a8: Layer already exists [2023-02-17T05:26:20.832Z] aa5968d388b8: Layer already exists [2023-02-17T05:26:20.832Z] latest: digest: sha256:010d16bd105d4a9f7ebe83bcc7bbdbcc37c288f63830d48e507ee64573952ff9 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:21.147Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:21.448Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.56 [2023-02-17T05:26:21.448Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-02-17T05:26:21.448Z] f34d8cbdd1a3: Preparing [2023-02-17T05:26:21.448Z] de58c09369b4: Preparing [2023-02-17T05:26:21.448Z] 13c0c9fe789b: Preparing [2023-02-17T05:26:21.448Z] 3f51e000d4a8: Preparing [2023-02-17T05:26:21.448Z] aa5968d388b8: Preparing [2023-02-17T05:26:21.448Z] de58c09369b4: Layer already exists [2023-02-17T05:26:21.448Z] aa5968d388b8: Layer already exists [2023-02-17T05:26:21.448Z] 13c0c9fe789b: Layer already exists [2023-02-17T05:26:21.448Z] f34d8cbdd1a3: Layer already exists [2023-02-17T05:26:21.448Z] 3f51e000d4a8: Layer already exists [2023-02-17T05:26:21.448Z] 3.0.0-dev.56: digest: sha256:010d16bd105d4a9f7ebe83bcc7bbdbcc37c288f63830d48e507ee64573952ff9 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:21.762Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:22.067Z] + docker push nexus3.edgexfoundry.org:10004/core-data:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:26:22.067Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-02-17T05:26:22.067Z] f34d8cbdd1a3: Preparing [2023-02-17T05:26:22.067Z] de58c09369b4: Preparing [2023-02-17T05:26:22.067Z] 13c0c9fe789b: Preparing [2023-02-17T05:26:22.067Z] 3f51e000d4a8: Preparing [2023-02-17T05:26:22.067Z] aa5968d388b8: Preparing [2023-02-17T05:26:22.067Z] de58c09369b4: Layer already exists [2023-02-17T05:26:22.067Z] 3f51e000d4a8: Layer already exists [2023-02-17T05:26:22.067Z] aa5968d388b8: Layer already exists [2023-02-17T05:26:22.067Z] 13c0c9fe789b: Layer already exists [2023-02-17T05:26:22.067Z] f34d8cbdd1a3: Layer already exists [2023-02-17T05:26:22.067Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56: digest: sha256:010d16bd105d4a9f7ebe83bcc7bbdbcc37c288f63830d48e507ee64573952ff9 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:22.385Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:22.692Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2023-02-17T05:26:22.692Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-02-17T05:26:22.692Z] f34d8cbdd1a3: Preparing [2023-02-17T05:26:22.692Z] de58c09369b4: Preparing [2023-02-17T05:26:22.692Z] 13c0c9fe789b: Preparing [2023-02-17T05:26:22.692Z] 3f51e000d4a8: Preparing [2023-02-17T05:26:22.692Z] aa5968d388b8: Preparing [2023-02-17T05:26:22.692Z] 13c0c9fe789b: Layer already exists [2023-02-17T05:26:22.692Z] de58c09369b4: Layer already exists [2023-02-17T05:26:22.692Z] 3f51e000d4a8: Layer already exists [2023-02-17T05:26:22.692Z] aa5968d388b8: Layer already exists [2023-02-17T05:26:22.692Z] f34d8cbdd1a3: Layer already exists [2023-02-17T05:26:22.692Z] main: digest: sha256:010d16bd105d4a9f7ebe83bcc7bbdbcc37c288f63830d48e507ee64573952ff9 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-17T05:26:22.728Z] ===================================================== [Pipeline] echo [2023-02-17T05:26:22.734Z] taggedImages: [2023-02-17T05:26:22.734Z] - nexus3.edgexfoundry.org:10004/core-data:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:26:22.734Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2023-02-17T05:26:22.734Z] - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.56 [2023-02-17T05:26:22.734Z] - nexus3.edgexfoundry.org:10004/core-data:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:26:22.734Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2023-02-17T05:26:22.749Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2023-02-17T05:26:22.749Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:26:22.749Z] latest [2023-02-17T05:26:22.749Z] 3.0.0-dev.56 [2023-02-17T05:26:22.749Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:26:22.749Z] main [2023-02-17T05:26:22.749Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:23.055Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:23.360Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:26:23.360Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-02-17T05:26:23.360Z] ccbb1d7f8b40: Preparing [2023-02-17T05:26:23.360Z] 6a33cc087f7c: Preparing [2023-02-17T05:26:23.360Z] 8aef8f6f1184: Preparing [2023-02-17T05:26:23.360Z] 13c0c9fe789b: Preparing [2023-02-17T05:26:23.360Z] 98bbb82b4bb1: Preparing [2023-02-17T05:26:23.360Z] aa5968d388b8: Preparing [2023-02-17T05:26:23.360Z] aa5968d388b8: Waiting [2023-02-17T05:26:23.360Z] 13c0c9fe789b: Layer already exists [2023-02-17T05:26:23.360Z] 98bbb82b4bb1: Layer already exists [2023-02-17T05:26:23.360Z] aa5968d388b8: Layer already exists [2023-02-17T05:26:23.360Z] 6a33cc087f7c: Pushed [2023-02-17T05:26:23.360Z] ccbb1d7f8b40: Pushed [2023-02-17T05:26:24.737Z] 8aef8f6f1184: Pushed [2023-02-17T05:26:24.737Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335: digest: sha256:bce246a25b1ff8263ae2348af38e08c35d22397d89f636b4b5d0daf788760449 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:25.051Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:25.368Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-02-17T05:26:25.368Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-02-17T05:26:25.368Z] ccbb1d7f8b40: Preparing [2023-02-17T05:26:25.368Z] 6a33cc087f7c: Preparing [2023-02-17T05:26:25.368Z] 8aef8f6f1184: Preparing [2023-02-17T05:26:25.368Z] 13c0c9fe789b: Preparing [2023-02-17T05:26:25.368Z] 98bbb82b4bb1: Preparing [2023-02-17T05:26:25.368Z] aa5968d388b8: Preparing [2023-02-17T05:26:25.368Z] aa5968d388b8: Waiting [2023-02-17T05:26:25.368Z] 98bbb82b4bb1: Layer already exists [2023-02-17T05:26:25.368Z] 8aef8f6f1184: Layer already exists [2023-02-17T05:26:25.368Z] 13c0c9fe789b: Layer already exists [2023-02-17T05:26:25.368Z] 6a33cc087f7c: Layer already exists [2023-02-17T05:26:25.368Z] ccbb1d7f8b40: Layer already exists [2023-02-17T05:26:25.368Z] aa5968d388b8: Layer already exists [2023-02-17T05:26:25.368Z] latest: digest: sha256:bce246a25b1ff8263ae2348af38e08c35d22397d89f636b4b5d0daf788760449 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:25.687Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:26.000Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.56 [2023-02-17T05:26:26.000Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-02-17T05:26:26.000Z] ccbb1d7f8b40: Preparing [2023-02-17T05:26:26.000Z] 6a33cc087f7c: Preparing [2023-02-17T05:26:26.000Z] 8aef8f6f1184: Preparing [2023-02-17T05:26:26.000Z] 13c0c9fe789b: Preparing [2023-02-17T05:26:26.000Z] 98bbb82b4bb1: Preparing [2023-02-17T05:26:26.000Z] aa5968d388b8: Preparing [2023-02-17T05:26:26.000Z] aa5968d388b8: Waiting [2023-02-17T05:26:26.000Z] 13c0c9fe789b: Layer already exists [2023-02-17T05:26:26.000Z] 6a33cc087f7c: Layer already exists [2023-02-17T05:26:26.000Z] ccbb1d7f8b40: Layer already exists [2023-02-17T05:26:26.000Z] 8aef8f6f1184: Layer already exists [2023-02-17T05:26:26.000Z] 98bbb82b4bb1: Layer already exists [2023-02-17T05:26:26.000Z] aa5968d388b8: Layer already exists [2023-02-17T05:26:26.000Z] 3.0.0-dev.56: digest: sha256:bce246a25b1ff8263ae2348af38e08c35d22397d89f636b4b5d0daf788760449 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:26.311Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:26.612Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:26:26.612Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-02-17T05:26:26.612Z] ccbb1d7f8b40: Preparing [2023-02-17T05:26:26.612Z] 6a33cc087f7c: Preparing [2023-02-17T05:26:26.612Z] 8aef8f6f1184: Preparing [2023-02-17T05:26:26.612Z] 13c0c9fe789b: Preparing [2023-02-17T05:26:26.612Z] 98bbb82b4bb1: Preparing [2023-02-17T05:26:26.612Z] aa5968d388b8: Preparing [2023-02-17T05:26:26.612Z] aa5968d388b8: Waiting [2023-02-17T05:26:26.612Z] 13c0c9fe789b: Layer already exists [2023-02-17T05:26:26.612Z] ccbb1d7f8b40: Layer already exists [2023-02-17T05:26:26.612Z] 98bbb82b4bb1: Layer already exists [2023-02-17T05:26:26.612Z] 6a33cc087f7c: Layer already exists [2023-02-17T05:26:26.612Z] 8aef8f6f1184: Layer already exists [2023-02-17T05:26:26.612Z] aa5968d388b8: Layer already exists [2023-02-17T05:26:26.612Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56: digest: sha256:bce246a25b1ff8263ae2348af38e08c35d22397d89f636b4b5d0daf788760449 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:26.885Z] Removing intermediate container 95c78a2c31ba [2023-02-17T05:26:26.885Z] ---> 8e4d42fc8a53 [2023-02-17T05:26:26.885Z] Successfully built 8e4d42fc8a53 [2023-02-17T05:26:26.885Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:26.920Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:27.239Z] + docker inspect -f . ci-base-image-arm64 [2023-02-17T05:26:27.239Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-17T05:26:27.278Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2023-02-17T05:26:27.278Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-02-17T05:26:27.278Z] ccbb1d7f8b40: Preparing [2023-02-17T05:26:27.278Z] 6a33cc087f7c: Preparing [2023-02-17T05:26:27.278Z] 8aef8f6f1184: Preparing [2023-02-17T05:26:27.278Z] 13c0c9fe789b: Preparing [2023-02-17T05:26:27.278Z] 98bbb82b4bb1: Preparing [2023-02-17T05:26:27.278Z] aa5968d388b8: Preparing [2023-02-17T05:26:27.278Z] 98bbb82b4bb1: Layer already exists [2023-02-17T05:26:27.278Z] ccbb1d7f8b40: Layer already exists [2023-02-17T05:26:27.278Z] 13c0c9fe789b: Layer already exists [2023-02-17T05:26:27.278Z] 6a33cc087f7c: Layer already exists [2023-02-17T05:26:27.278Z] 8aef8f6f1184: Layer already exists [2023-02-17T05:26:27.278Z] aa5968d388b8: Layer already exists [2023-02-17T05:26:27.278Z] main: digest: sha256:bce246a25b1ff8263ae2348af38e08c35d22397d89f636b4b5d0daf788760449 size: 1570 [2023-02-17T05:26:27.470Z] prd-ubuntu20.04-docker-arm64-4c-16g-6381 does not seem to be running inside a container [2023-02-17T05:26:27.553Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/417 -v /w/workspace/edgex-go/417:/w/workspace/edgex-go/417:rw,z -v /w/workspace/edgex-go/417@tmp:/w/workspace/edgex-go/417@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-17T05:26:28.933Z] $ docker top 7ea49ff889c9b61824f9d9f0387d7a94b16ea0928e4c117efd6a0bde12d299ea -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-17T05:26:29.264Z] ===================================================== [Pipeline] echo [2023-02-17T05:26:29.272Z] taggedImages: [2023-02-17T05:26:29.272Z] - nexus3.edgexfoundry.org:10004/core-metadata:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:26:29.272Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-02-17T05:26:29.272Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.56 [2023-02-17T05:26:29.272Z] - nexus3.edgexfoundry.org:10004/core-metadata:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:26:29.272Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2023-02-17T05:26:29.294Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2023-02-17T05:26:29.294Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:26:29.294Z] latest [2023-02-17T05:26:29.294Z] 3.0.0-dev.56 [2023-02-17T05:26:29.294Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:26:29.294Z] main [2023-02-17T05:26:29.294Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:29.620Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:29.816Z] + go version [2023-02-17T05:26:29.816Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-02-17T05:26:29.838Z] $ docker stop --time=1 7ea49ff889c9b61824f9d9f0387d7a94b16ea0928e4c117efd6a0bde12d299ea [2023-02-17T05:26:29.930Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:26:29.930Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-02-17T05:26:29.930Z] 0a43d3ab4eaa: Preparing [2023-02-17T05:26:29.930Z] 0a43d3ab4eaa: Preparing [2023-02-17T05:26:29.930Z] ec6cc722a832: Preparing [2023-02-17T05:26:29.930Z] 06c5bcc01c89: Preparing [2023-02-17T05:26:29.930Z] 45038bd2faeb: Preparing [2023-02-17T05:26:29.930Z] bed3b8a8e1ef: Preparing [2023-02-17T05:26:29.930Z] 3f95d91e60c5: Preparing [2023-02-17T05:26:29.930Z] 13c0c9fe789b: Preparing [2023-02-17T05:26:29.930Z] 945663aeee6a: Preparing [2023-02-17T05:26:29.931Z] a493173cd706: Preparing [2023-02-17T05:26:29.931Z] c74919f9895b: Preparing [2023-02-17T05:26:29.931Z] 5506c05de5b9: Preparing [2023-02-17T05:26:29.931Z] aa5968d388b8: Preparing [2023-02-17T05:26:29.931Z] a493173cd706: Waiting [2023-02-17T05:26:29.931Z] aa5968d388b8: Waiting [2023-02-17T05:26:29.931Z] 5506c05de5b9: Waiting [2023-02-17T05:26:29.931Z] 945663aeee6a: Waiting [2023-02-17T05:26:29.931Z] 13c0c9fe789b: Waiting [2023-02-17T05:26:29.931Z] c74919f9895b: Waiting [2023-02-17T05:26:29.931Z] 3f95d91e60c5: Waiting [2023-02-17T05:26:29.931Z] ec6cc722a832: Pushed [2023-02-17T05:26:29.931Z] 0a43d3ab4eaa: Pushed [2023-02-17T05:26:29.931Z] 45038bd2faeb: Pushed [2023-02-17T05:26:29.931Z] bed3b8a8e1ef: Pushed [2023-02-17T05:26:29.931Z] 06c5bcc01c89: Pushed [2023-02-17T05:26:29.931Z] 13c0c9fe789b: Layer already exists [2023-02-17T05:26:30.190Z] a493173cd706: Pushed [2023-02-17T05:26:30.190Z] 945663aeee6a: Pushed [2023-02-17T05:26:30.190Z] aa5968d388b8: Layer already exists [2023-02-17T05:26:30.190Z] c74919f9895b: Pushed [2023-02-17T05:26:30.190Z] 5506c05de5b9: Pushed [2023-02-17T05:26:31.566Z] 3f95d91e60c5: Pushed [2023-02-17T05:26:31.825Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335: digest: sha256:95dadbbda2d208bc3f8df9945846a7bcfa0681b29d5065b727030c9670405747 size: 3024 [2023-02-17T05:26:33.410Z] $ docker rm -f --volumes 7ea49ff889c9b61824f9d9f0387d7a94b16ea0928e4c117efd6a0bde12d299ea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // script [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:33.956Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:34.120Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-17T05:26:34.120Z] [2023-02-17T05:26:34.120Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:34.268Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-02-17T05:26:34.269Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-02-17T05:26:34.269Z] 0a43d3ab4eaa: Preparing [2023-02-17T05:26:34.269Z] 0a43d3ab4eaa: Preparing [2023-02-17T05:26:34.269Z] ec6cc722a832: Preparing [2023-02-17T05:26:34.269Z] 06c5bcc01c89: Preparing [2023-02-17T05:26:34.269Z] 45038bd2faeb: Preparing [2023-02-17T05:26:34.269Z] bed3b8a8e1ef: Preparing [2023-02-17T05:26:34.269Z] 3f95d91e60c5: Preparing [2023-02-17T05:26:34.269Z] 13c0c9fe789b: Preparing [2023-02-17T05:26:34.269Z] 945663aeee6a: Preparing [2023-02-17T05:26:34.269Z] a493173cd706: Preparing [2023-02-17T05:26:34.269Z] c74919f9895b: Preparing [2023-02-17T05:26:34.269Z] 5506c05de5b9: Preparing [2023-02-17T05:26:34.269Z] aa5968d388b8: Preparing [2023-02-17T05:26:34.269Z] 945663aeee6a: Waiting [2023-02-17T05:26:34.269Z] a493173cd706: Waiting [2023-02-17T05:26:34.269Z] c74919f9895b: Waiting [2023-02-17T05:26:34.269Z] 13c0c9fe789b: Waiting [2023-02-17T05:26:34.269Z] 5506c05de5b9: Waiting [2023-02-17T05:26:34.269Z] aa5968d388b8: Waiting [2023-02-17T05:26:34.269Z] 3f95d91e60c5: Waiting [2023-02-17T05:26:34.269Z] ec6cc722a832: Layer already exists [2023-02-17T05:26:34.269Z] 06c5bcc01c89: Layer already exists [2023-02-17T05:26:34.269Z] 0a43d3ab4eaa: Layer already exists [2023-02-17T05:26:34.269Z] bed3b8a8e1ef: Layer already exists [2023-02-17T05:26:34.269Z] 45038bd2faeb: Layer already exists [2023-02-17T05:26:34.269Z] 3f95d91e60c5: Layer already exists [2023-02-17T05:26:34.269Z] 13c0c9fe789b: Layer already exists [2023-02-17T05:26:34.269Z] a493173cd706: Layer already exists [2023-02-17T05:26:34.269Z] 945663aeee6a: Layer already exists [2023-02-17T05:26:34.269Z] c74919f9895b: Layer already exists [2023-02-17T05:26:34.269Z] 5506c05de5b9: Layer already exists [2023-02-17T05:26:34.269Z] aa5968d388b8: Layer already exists [2023-02-17T05:26:34.269Z] latest: digest: sha256:95dadbbda2d208bc3f8df9945846a7bcfa0681b29d5065b727030c9670405747 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:34.477Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-17T05:26:34.570Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:34.748Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-02-17T05:26:34.748Z] 29e5d40040c1: Pulling fs layer [2023-02-17T05:26:34.748Z] 1ce36da41761: Pulling fs layer [2023-02-17T05:26:34.748Z] 25b303627fd3: Pulling fs layer [2023-02-17T05:26:34.748Z] 29e5d40040c1: Verifying Checksum [2023-02-17T05:26:34.748Z] 29e5d40040c1: Download complete [2023-02-17T05:26:34.876Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.56 [2023-02-17T05:26:34.876Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-02-17T05:26:34.876Z] 0a43d3ab4eaa: Preparing [2023-02-17T05:26:34.876Z] 0a43d3ab4eaa: Preparing [2023-02-17T05:26:34.876Z] ec6cc722a832: Preparing [2023-02-17T05:26:34.876Z] 06c5bcc01c89: Preparing [2023-02-17T05:26:34.876Z] 45038bd2faeb: Preparing [2023-02-17T05:26:34.876Z] bed3b8a8e1ef: Preparing [2023-02-17T05:26:34.876Z] 3f95d91e60c5: Preparing [2023-02-17T05:26:34.876Z] 13c0c9fe789b: Preparing [2023-02-17T05:26:34.876Z] 945663aeee6a: Preparing [2023-02-17T05:26:34.876Z] a493173cd706: Preparing [2023-02-17T05:26:34.876Z] c74919f9895b: Preparing [2023-02-17T05:26:34.876Z] 5506c05de5b9: Preparing [2023-02-17T05:26:34.876Z] aa5968d388b8: Preparing [2023-02-17T05:26:34.876Z] 13c0c9fe789b: Waiting [2023-02-17T05:26:34.876Z] 945663aeee6a: Waiting [2023-02-17T05:26:34.876Z] a493173cd706: Waiting [2023-02-17T05:26:34.876Z] aa5968d388b8: Waiting [2023-02-17T05:26:34.876Z] c74919f9895b: Waiting [2023-02-17T05:26:34.876Z] 5506c05de5b9: Waiting [2023-02-17T05:26:34.876Z] 3f95d91e60c5: Waiting [2023-02-17T05:26:34.876Z] bed3b8a8e1ef: Layer already exists [2023-02-17T05:26:34.876Z] 06c5bcc01c89: Layer already exists [2023-02-17T05:26:34.876Z] 0a43d3ab4eaa: Layer already exists [2023-02-17T05:26:34.876Z] 45038bd2faeb: Layer already exists [2023-02-17T05:26:34.876Z] ec6cc722a832: Layer already exists [2023-02-17T05:26:34.876Z] 3f95d91e60c5: Layer already exists [2023-02-17T05:26:34.876Z] 945663aeee6a: Layer already exists [2023-02-17T05:26:34.876Z] 13c0c9fe789b: Layer already exists [2023-02-17T05:26:34.876Z] c74919f9895b: Layer already exists [2023-02-17T05:26:34.876Z] a493173cd706: Layer already exists [2023-02-17T05:26:34.876Z] 5506c05de5b9: Layer already exists [2023-02-17T05:26:34.876Z] aa5968d388b8: Layer already exists [2023-02-17T05:26:34.876Z] 3.0.0-dev.56: digest: sha256:95dadbbda2d208bc3f8df9945846a7bcfa0681b29d5065b727030c9670405747 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:35.190Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:35.343Z] 29e5d40040c1: Pull complete [2023-02-17T05:26:35.343Z] 1ce36da41761: Verifying Checksum [2023-02-17T05:26:35.343Z] 1ce36da41761: Download complete [2023-02-17T05:26:35.497Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:26:35.498Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-02-17T05:26:35.498Z] 0a43d3ab4eaa: Preparing [2023-02-17T05:26:35.498Z] 0a43d3ab4eaa: Preparing [2023-02-17T05:26:35.498Z] ec6cc722a832: Preparing [2023-02-17T05:26:35.498Z] 06c5bcc01c89: Preparing [2023-02-17T05:26:35.498Z] 45038bd2faeb: Preparing [2023-02-17T05:26:35.498Z] bed3b8a8e1ef: Preparing [2023-02-17T05:26:35.498Z] 3f95d91e60c5: Preparing [2023-02-17T05:26:35.498Z] 13c0c9fe789b: Preparing [2023-02-17T05:26:35.498Z] 945663aeee6a: Preparing [2023-02-17T05:26:35.498Z] a493173cd706: Preparing [2023-02-17T05:26:35.498Z] c74919f9895b: Preparing [2023-02-17T05:26:35.498Z] 5506c05de5b9: Preparing [2023-02-17T05:26:35.498Z] aa5968d388b8: Preparing [2023-02-17T05:26:35.498Z] 3f95d91e60c5: Waiting [2023-02-17T05:26:35.498Z] 13c0c9fe789b: Waiting [2023-02-17T05:26:35.498Z] 945663aeee6a: Waiting [2023-02-17T05:26:35.498Z] a493173cd706: Waiting [2023-02-17T05:26:35.498Z] aa5968d388b8: Waiting [2023-02-17T05:26:35.498Z] c74919f9895b: Waiting [2023-02-17T05:26:35.498Z] 5506c05de5b9: Waiting [2023-02-17T05:26:35.498Z] 45038bd2faeb: Layer already exists [2023-02-17T05:26:35.498Z] ec6cc722a832: Layer already exists [2023-02-17T05:26:35.498Z] 0a43d3ab4eaa: Layer already exists [2023-02-17T05:26:35.498Z] 06c5bcc01c89: Layer already exists [2023-02-17T05:26:35.498Z] bed3b8a8e1ef: Layer already exists [2023-02-17T05:26:35.498Z] 3f95d91e60c5: Layer already exists [2023-02-17T05:26:35.498Z] 13c0c9fe789b: Layer already exists [2023-02-17T05:26:35.498Z] 945663aeee6a: Layer already exists [2023-02-17T05:26:35.498Z] a493173cd706: Layer already exists [2023-02-17T05:26:35.498Z] c74919f9895b: Layer already exists [2023-02-17T05:26:35.498Z] 5506c05de5b9: Layer already exists [2023-02-17T05:26:35.498Z] aa5968d388b8: Layer already exists [2023-02-17T05:26:35.498Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56: digest: sha256:95dadbbda2d208bc3f8df9945846a7bcfa0681b29d5065b727030c9670405747 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:35.806Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:36.120Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2023-02-17T05:26:36.120Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-02-17T05:26:36.120Z] 0a43d3ab4eaa: Preparing [2023-02-17T05:26:36.120Z] 0a43d3ab4eaa: Preparing [2023-02-17T05:26:36.120Z] ec6cc722a832: Preparing [2023-02-17T05:26:36.120Z] 06c5bcc01c89: Preparing [2023-02-17T05:26:36.120Z] 45038bd2faeb: Preparing [2023-02-17T05:26:36.120Z] bed3b8a8e1ef: Preparing [2023-02-17T05:26:36.120Z] 3f95d91e60c5: Preparing [2023-02-17T05:26:36.120Z] 13c0c9fe789b: Preparing [2023-02-17T05:26:36.120Z] 945663aeee6a: Preparing [2023-02-17T05:26:36.120Z] a493173cd706: Preparing [2023-02-17T05:26:36.120Z] c74919f9895b: Preparing [2023-02-17T05:26:36.120Z] 5506c05de5b9: Preparing [2023-02-17T05:26:36.120Z] aa5968d388b8: Preparing [2023-02-17T05:26:36.120Z] 3f95d91e60c5: Waiting [2023-02-17T05:26:36.120Z] 945663aeee6a: Waiting [2023-02-17T05:26:36.120Z] a493173cd706: Waiting [2023-02-17T05:26:36.120Z] 13c0c9fe789b: Waiting [2023-02-17T05:26:36.120Z] c74919f9895b: Waiting [2023-02-17T05:26:36.120Z] 5506c05de5b9: Waiting [2023-02-17T05:26:36.120Z] 45038bd2faeb: Layer already exists [2023-02-17T05:26:36.120Z] 06c5bcc01c89: Layer already exists [2023-02-17T05:26:36.120Z] 0a43d3ab4eaa: Layer already exists [2023-02-17T05:26:36.120Z] bed3b8a8e1ef: Layer already exists [2023-02-17T05:26:36.120Z] ec6cc722a832: Layer already exists [2023-02-17T05:26:36.120Z] 3f95d91e60c5: Layer already exists [2023-02-17T05:26:36.120Z] 13c0c9fe789b: Layer already exists [2023-02-17T05:26:36.120Z] 945663aeee6a: Layer already exists [2023-02-17T05:26:36.120Z] a493173cd706: Layer already exists [2023-02-17T05:26:36.120Z] c74919f9895b: Layer already exists [2023-02-17T05:26:36.120Z] 5506c05de5b9: Layer already exists [2023-02-17T05:26:36.120Z] aa5968d388b8: Layer already exists [2023-02-17T05:26:36.120Z] main: digest: sha256:95dadbbda2d208bc3f8df9945846a7bcfa0681b29d5065b727030c9670405747 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-17T05:26:36.155Z] ===================================================== [Pipeline] echo [2023-02-17T05:26:36.161Z] taggedImages: [2023-02-17T05:26:36.161Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:26:36.161Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-02-17T05:26:36.161Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.56 [2023-02-17T05:26:36.161Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:26:36.161Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2023-02-17T05:26:36.175Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2023-02-17T05:26:36.175Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:26:36.175Z] latest [2023-02-17T05:26:36.175Z] 3.0.0-dev.56 [2023-02-17T05:26:36.175Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:26:36.175Z] main [2023-02-17T05:26:36.175Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:36.479Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:36.776Z] 25b303627fd3: Verifying Checksum [2023-02-17T05:26:36.776Z] 25b303627fd3: Download complete [2023-02-17T05:26:36.776Z] 1ce36da41761: Pull complete [2023-02-17T05:26:36.787Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:26:36.787Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-02-17T05:26:36.787Z] 7a1fa9bb3198: Preparing [2023-02-17T05:26:36.787Z] 779c2639c054: Preparing [2023-02-17T05:26:36.787Z] f51284781882: Preparing [2023-02-17T05:26:36.787Z] ec66a8ed5b8f: Preparing [2023-02-17T05:26:36.787Z] e92cfe3361c9: Preparing [2023-02-17T05:26:36.787Z] fdf673794cb4: Preparing [2023-02-17T05:26:36.787Z] 7cbfa08e0ac0: Preparing [2023-02-17T05:26:36.787Z] aa5968d388b8: Preparing [2023-02-17T05:26:36.787Z] 7cbfa08e0ac0: Waiting [2023-02-17T05:26:36.787Z] fdf673794cb4: Waiting [2023-02-17T05:26:36.787Z] aa5968d388b8: Waiting [2023-02-17T05:26:36.787Z] e92cfe3361c9: Pushed [2023-02-17T05:26:36.787Z] 7a1fa9bb3198: Pushed [2023-02-17T05:26:36.787Z] 779c2639c054: Pushed [2023-02-17T05:26:36.787Z] aa5968d388b8: Layer already exists [2023-02-17T05:26:37.045Z] fdf673794cb4: Pushed [2023-02-17T05:26:37.045Z] 7cbfa08e0ac0: Pushed [2023-02-17T05:26:37.984Z] ec66a8ed5b8f: Pushed [2023-02-17T05:26:37.984Z] f51284781882: Pushed [2023-02-17T05:26:37.984Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335: digest: sha256:b35448dd9c7f513fdee41eba40167475187551c79d882f41ac951fb1649ce323 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:38.285Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:38.583Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-02-17T05:26:38.583Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-02-17T05:26:38.583Z] 7a1fa9bb3198: Preparing [2023-02-17T05:26:38.583Z] 779c2639c054: Preparing [2023-02-17T05:26:38.583Z] f51284781882: Preparing [2023-02-17T05:26:38.583Z] ec66a8ed5b8f: Preparing [2023-02-17T05:26:38.583Z] e92cfe3361c9: Preparing [2023-02-17T05:26:38.583Z] fdf673794cb4: Preparing [2023-02-17T05:26:38.583Z] 7cbfa08e0ac0: Preparing [2023-02-17T05:26:38.583Z] aa5968d388b8: Preparing [2023-02-17T05:26:38.583Z] fdf673794cb4: Waiting [2023-02-17T05:26:38.583Z] 7cbfa08e0ac0: Waiting [2023-02-17T05:26:38.583Z] aa5968d388b8: Waiting [2023-02-17T05:26:38.583Z] ec66a8ed5b8f: Layer already exists [2023-02-17T05:26:38.583Z] 779c2639c054: Layer already exists [2023-02-17T05:26:38.583Z] 7a1fa9bb3198: Layer already exists [2023-02-17T05:26:38.583Z] f51284781882: Layer already exists [2023-02-17T05:26:38.583Z] e92cfe3361c9: Layer already exists [2023-02-17T05:26:38.583Z] fdf673794cb4: Layer already exists [2023-02-17T05:26:38.583Z] aa5968d388b8: Layer already exists [2023-02-17T05:26:38.583Z] 7cbfa08e0ac0: Layer already exists [2023-02-17T05:26:38.583Z] latest: digest: sha256:b35448dd9c7f513fdee41eba40167475187551c79d882f41ac951fb1649ce323 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:38.898Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:39.201Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.56 [2023-02-17T05:26:39.201Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-02-17T05:26:39.201Z] 7a1fa9bb3198: Preparing [2023-02-17T05:26:39.201Z] 779c2639c054: Preparing [2023-02-17T05:26:39.201Z] f51284781882: Preparing [2023-02-17T05:26:39.201Z] ec66a8ed5b8f: Preparing [2023-02-17T05:26:39.201Z] e92cfe3361c9: Preparing [2023-02-17T05:26:39.201Z] fdf673794cb4: Preparing [2023-02-17T05:26:39.201Z] 7cbfa08e0ac0: Preparing [2023-02-17T05:26:39.201Z] aa5968d388b8: Preparing [2023-02-17T05:26:39.201Z] fdf673794cb4: Waiting [2023-02-17T05:26:39.201Z] 7cbfa08e0ac0: Waiting [2023-02-17T05:26:39.201Z] aa5968d388b8: Waiting [2023-02-17T05:26:39.201Z] 7a1fa9bb3198: Layer already exists [2023-02-17T05:26:39.201Z] e92cfe3361c9: Layer already exists [2023-02-17T05:26:39.201Z] ec66a8ed5b8f: Layer already exists [2023-02-17T05:26:39.201Z] f51284781882: Layer already exists [2023-02-17T05:26:39.201Z] 779c2639c054: Layer already exists [2023-02-17T05:26:39.201Z] fdf673794cb4: Layer already exists [2023-02-17T05:26:39.201Z] 7cbfa08e0ac0: Layer already exists [2023-02-17T05:26:39.201Z] aa5968d388b8: Layer already exists [2023-02-17T05:26:39.201Z] 3.0.0-dev.56: digest: sha256:b35448dd9c7f513fdee41eba40167475187551c79d882f41ac951fb1649ce323 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:39.507Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:39.811Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:26:39.811Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-02-17T05:26:39.811Z] 7a1fa9bb3198: Preparing [2023-02-17T05:26:39.811Z] 779c2639c054: Preparing [2023-02-17T05:26:39.811Z] f51284781882: Preparing [2023-02-17T05:26:39.811Z] ec66a8ed5b8f: Preparing [2023-02-17T05:26:39.811Z] e92cfe3361c9: Preparing [2023-02-17T05:26:39.811Z] fdf673794cb4: Preparing [2023-02-17T05:26:39.811Z] 7cbfa08e0ac0: Preparing [2023-02-17T05:26:39.811Z] aa5968d388b8: Preparing [2023-02-17T05:26:39.811Z] 7cbfa08e0ac0: Waiting [2023-02-17T05:26:39.811Z] aa5968d388b8: Waiting [2023-02-17T05:26:39.811Z] fdf673794cb4: Waiting [2023-02-17T05:26:39.811Z] e92cfe3361c9: Layer already exists [2023-02-17T05:26:39.811Z] 7a1fa9bb3198: Layer already exists [2023-02-17T05:26:39.811Z] f51284781882: Layer already exists [2023-02-17T05:26:39.811Z] 779c2639c054: Layer already exists [2023-02-17T05:26:39.811Z] ec66a8ed5b8f: Layer already exists [2023-02-17T05:26:39.811Z] fdf673794cb4: Layer already exists [2023-02-17T05:26:39.811Z] 7cbfa08e0ac0: Layer already exists [2023-02-17T05:26:39.811Z] aa5968d388b8: Layer already exists [2023-02-17T05:26:39.811Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56: digest: sha256:b35448dd9c7f513fdee41eba40167475187551c79d882f41ac951fb1649ce323 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:40.122Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:40.427Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2023-02-17T05:26:40.427Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-02-17T05:26:40.427Z] 7a1fa9bb3198: Preparing [2023-02-17T05:26:40.427Z] 779c2639c054: Preparing [2023-02-17T05:26:40.427Z] f51284781882: Preparing [2023-02-17T05:26:40.427Z] ec66a8ed5b8f: Preparing [2023-02-17T05:26:40.427Z] e92cfe3361c9: Preparing [2023-02-17T05:26:40.427Z] fdf673794cb4: Preparing [2023-02-17T05:26:40.427Z] 7cbfa08e0ac0: Preparing [2023-02-17T05:26:40.427Z] aa5968d388b8: Preparing [2023-02-17T05:26:40.427Z] fdf673794cb4: Waiting [2023-02-17T05:26:40.427Z] 7cbfa08e0ac0: Waiting [2023-02-17T05:26:40.427Z] f51284781882: Layer already exists [2023-02-17T05:26:40.427Z] 7a1fa9bb3198: Layer already exists [2023-02-17T05:26:40.427Z] 779c2639c054: Layer already exists [2023-02-17T05:26:40.427Z] e92cfe3361c9: Layer already exists [2023-02-17T05:26:40.427Z] ec66a8ed5b8f: Layer already exists [2023-02-17T05:26:40.427Z] fdf673794cb4: Layer already exists [2023-02-17T05:26:40.427Z] aa5968d388b8: Layer already exists [2023-02-17T05:26:40.427Z] 7cbfa08e0ac0: Layer already exists [2023-02-17T05:26:40.427Z] main: digest: sha256:b35448dd9c7f513fdee41eba40167475187551c79d882f41ac951fb1649ce323 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-17T05:26:40.467Z] ===================================================== [Pipeline] echo [2023-02-17T05:26:40.476Z] taggedImages: [2023-02-17T05:26:40.476Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:26:40.476Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-02-17T05:26:40.476Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.56 [2023-02-17T05:26:40.476Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:26:40.476Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2023-02-17T05:26:40.496Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2023-02-17T05:26:40.496Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:26:40.496Z] latest [2023-02-17T05:26:40.496Z] 3.0.0-dev.56 [2023-02-17T05:26:40.496Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:26:40.496Z] main [2023-02-17T05:26:40.496Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:40.819Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:41.123Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:26:41.123Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-02-17T05:26:41.123Z] 27efce3b80cf: Preparing [2023-02-17T05:26:41.123Z] e0ed5f0d9a5f: Preparing [2023-02-17T05:26:41.123Z] cc5b9efdf6aa: Preparing [2023-02-17T05:26:41.123Z] 2121e9661f78: Preparing [2023-02-17T05:26:41.123Z] e2f9723ffcfe: Preparing [2023-02-17T05:26:41.123Z] baa48acee42e: Preparing [2023-02-17T05:26:41.123Z] 05b5b34ef5c2: Preparing [2023-02-17T05:26:41.123Z] de66dfe40ae6: Preparing [2023-02-17T05:26:41.123Z] 761e7a78f385: Preparing [2023-02-17T05:26:41.123Z] aa5968d388b8: Preparing [2023-02-17T05:26:41.123Z] 05b5b34ef5c2: Waiting [2023-02-17T05:26:41.123Z] de66dfe40ae6: Waiting [2023-02-17T05:26:41.123Z] baa48acee42e: Waiting [2023-02-17T05:26:41.123Z] 761e7a78f385: Waiting [2023-02-17T05:26:41.123Z] aa5968d388b8: Waiting [2023-02-17T05:26:41.123Z] 27efce3b80cf: Pushed [2023-02-17T05:26:41.123Z] e2f9723ffcfe: Pushed [2023-02-17T05:26:41.123Z] e0ed5f0d9a5f: Pushed [2023-02-17T05:26:41.382Z] de66dfe40ae6: Pushed [2023-02-17T05:26:41.382Z] 05b5b34ef5c2: Pushed [2023-02-17T05:26:41.382Z] baa48acee42e: Pushed [2023-02-17T05:26:41.382Z] aa5968d388b8: Layer already exists [2023-02-17T05:26:41.382Z] 761e7a78f385: Pushed [2023-02-17T05:26:42.322Z] 2121e9661f78: Pushed [2023-02-17T05:26:42.890Z] cc5b9efdf6aa: Pushed [2023-02-17T05:26:42.890Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335: digest: sha256:f0efd94ca240337a76818245fe2c59cdddaf42b2143896ed3b23aab3702c094c size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:43.199Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:43.502Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-02-17T05:26:43.502Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-02-17T05:26:43.502Z] 27efce3b80cf: Preparing [2023-02-17T05:26:43.502Z] e0ed5f0d9a5f: Preparing [2023-02-17T05:26:43.502Z] cc5b9efdf6aa: Preparing [2023-02-17T05:26:43.502Z] 2121e9661f78: Preparing [2023-02-17T05:26:43.502Z] e2f9723ffcfe: Preparing [2023-02-17T05:26:43.502Z] baa48acee42e: Preparing [2023-02-17T05:26:43.502Z] 05b5b34ef5c2: Preparing [2023-02-17T05:26:43.502Z] de66dfe40ae6: Preparing [2023-02-17T05:26:43.502Z] 761e7a78f385: Preparing [2023-02-17T05:26:43.502Z] aa5968d388b8: Preparing [2023-02-17T05:26:43.502Z] 05b5b34ef5c2: Waiting [2023-02-17T05:26:43.502Z] de66dfe40ae6: Waiting [2023-02-17T05:26:43.502Z] 761e7a78f385: Waiting [2023-02-17T05:26:43.502Z] aa5968d388b8: Waiting [2023-02-17T05:26:43.502Z] baa48acee42e: Waiting [2023-02-17T05:26:43.502Z] 2121e9661f78: Layer already exists [2023-02-17T05:26:43.502Z] e0ed5f0d9a5f: Layer already exists [2023-02-17T05:26:43.502Z] 27efce3b80cf: Layer already exists [2023-02-17T05:26:43.502Z] e2f9723ffcfe: Layer already exists [2023-02-17T05:26:43.502Z] cc5b9efdf6aa: Layer already exists [2023-02-17T05:26:43.502Z] baa48acee42e: Layer already exists [2023-02-17T05:26:43.502Z] 05b5b34ef5c2: Layer already exists [2023-02-17T05:26:43.502Z] aa5968d388b8: Layer already exists [2023-02-17T05:26:43.502Z] de66dfe40ae6: Layer already exists [2023-02-17T05:26:43.502Z] 761e7a78f385: Layer already exists [2023-02-17T05:26:43.502Z] latest: digest: sha256:f0efd94ca240337a76818245fe2c59cdddaf42b2143896ed3b23aab3702c094c size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:43.810Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:44.114Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.56 [2023-02-17T05:26:44.114Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-02-17T05:26:44.114Z] 27efce3b80cf: Preparing [2023-02-17T05:26:44.114Z] e0ed5f0d9a5f: Preparing [2023-02-17T05:26:44.114Z] cc5b9efdf6aa: Preparing [2023-02-17T05:26:44.114Z] 2121e9661f78: Preparing [2023-02-17T05:26:44.114Z] e2f9723ffcfe: Preparing [2023-02-17T05:26:44.114Z] baa48acee42e: Preparing [2023-02-17T05:26:44.114Z] 05b5b34ef5c2: Preparing [2023-02-17T05:26:44.114Z] de66dfe40ae6: Preparing [2023-02-17T05:26:44.114Z] 761e7a78f385: Preparing [2023-02-17T05:26:44.114Z] aa5968d388b8: Preparing [2023-02-17T05:26:44.114Z] 05b5b34ef5c2: Waiting [2023-02-17T05:26:44.114Z] de66dfe40ae6: Waiting [2023-02-17T05:26:44.114Z] 761e7a78f385: Waiting [2023-02-17T05:26:44.114Z] baa48acee42e: Waiting [2023-02-17T05:26:44.114Z] aa5968d388b8: Waiting [2023-02-17T05:26:44.114Z] e2f9723ffcfe: Layer already exists [2023-02-17T05:26:44.114Z] 27efce3b80cf: Layer already exists [2023-02-17T05:26:44.114Z] e0ed5f0d9a5f: Layer already exists [2023-02-17T05:26:44.114Z] cc5b9efdf6aa: Layer already exists [2023-02-17T05:26:44.114Z] 2121e9661f78: Layer already exists [2023-02-17T05:26:44.114Z] baa48acee42e: Layer already exists [2023-02-17T05:26:44.114Z] 05b5b34ef5c2: Layer already exists [2023-02-17T05:26:44.114Z] de66dfe40ae6: Layer already exists [2023-02-17T05:26:44.114Z] 761e7a78f385: Layer already exists [2023-02-17T05:26:44.114Z] aa5968d388b8: Layer already exists [2023-02-17T05:26:44.114Z] 3.0.0-dev.56: digest: sha256:f0efd94ca240337a76818245fe2c59cdddaf42b2143896ed3b23aab3702c094c size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:44.419Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:44.731Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:26:44.731Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-02-17T05:26:44.731Z] 27efce3b80cf: Preparing [2023-02-17T05:26:44.731Z] e0ed5f0d9a5f: Preparing [2023-02-17T05:26:44.731Z] cc5b9efdf6aa: Preparing [2023-02-17T05:26:44.731Z] 2121e9661f78: Preparing [2023-02-17T05:26:44.731Z] e2f9723ffcfe: Preparing [2023-02-17T05:26:44.731Z] baa48acee42e: Preparing [2023-02-17T05:26:44.731Z] 05b5b34ef5c2: Preparing [2023-02-17T05:26:44.731Z] de66dfe40ae6: Preparing [2023-02-17T05:26:44.731Z] 761e7a78f385: Preparing [2023-02-17T05:26:44.731Z] aa5968d388b8: Preparing [2023-02-17T05:26:44.731Z] 05b5b34ef5c2: Waiting [2023-02-17T05:26:44.731Z] 761e7a78f385: Waiting [2023-02-17T05:26:44.731Z] de66dfe40ae6: Waiting [2023-02-17T05:26:44.731Z] aa5968d388b8: Waiting [2023-02-17T05:26:44.731Z] baa48acee42e: Waiting [2023-02-17T05:26:44.731Z] e2f9723ffcfe: Layer already exists [2023-02-17T05:26:44.731Z] 27efce3b80cf: Layer already exists [2023-02-17T05:26:44.731Z] 2121e9661f78: Layer already exists [2023-02-17T05:26:44.731Z] e0ed5f0d9a5f: Layer already exists [2023-02-17T05:26:44.731Z] cc5b9efdf6aa: Layer already exists [2023-02-17T05:26:44.731Z] baa48acee42e: Layer already exists [2023-02-17T05:26:44.731Z] 05b5b34ef5c2: Layer already exists [2023-02-17T05:26:44.731Z] aa5968d388b8: Layer already exists [2023-02-17T05:26:44.731Z] 761e7a78f385: Layer already exists [2023-02-17T05:26:44.731Z] de66dfe40ae6: Layer already exists [2023-02-17T05:26:44.731Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56: digest: sha256:f0efd94ca240337a76818245fe2c59cdddaf42b2143896ed3b23aab3702c094c size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:45.052Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:45.357Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2023-02-17T05:26:45.358Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-02-17T05:26:45.358Z] 27efce3b80cf: Preparing [2023-02-17T05:26:45.358Z] e0ed5f0d9a5f: Preparing [2023-02-17T05:26:45.358Z] cc5b9efdf6aa: Preparing [2023-02-17T05:26:45.358Z] 2121e9661f78: Preparing [2023-02-17T05:26:45.358Z] e2f9723ffcfe: Preparing [2023-02-17T05:26:45.358Z] baa48acee42e: Preparing [2023-02-17T05:26:45.358Z] 05b5b34ef5c2: Preparing [2023-02-17T05:26:45.358Z] de66dfe40ae6: Preparing [2023-02-17T05:26:45.358Z] 761e7a78f385: Preparing [2023-02-17T05:26:45.358Z] aa5968d388b8: Preparing [2023-02-17T05:26:45.358Z] baa48acee42e: Waiting [2023-02-17T05:26:45.358Z] 05b5b34ef5c2: Waiting [2023-02-17T05:26:45.358Z] de66dfe40ae6: Waiting [2023-02-17T05:26:45.358Z] 761e7a78f385: Waiting [2023-02-17T05:26:45.358Z] aa5968d388b8: Waiting [2023-02-17T05:26:45.358Z] e2f9723ffcfe: Layer already exists [2023-02-17T05:26:45.358Z] 27efce3b80cf: Layer already exists [2023-02-17T05:26:45.358Z] cc5b9efdf6aa: Layer already exists [2023-02-17T05:26:45.358Z] e0ed5f0d9a5f: Layer already exists [2023-02-17T05:26:45.358Z] 2121e9661f78: Layer already exists [2023-02-17T05:26:45.358Z] 05b5b34ef5c2: Layer already exists [2023-02-17T05:26:45.358Z] baa48acee42e: Layer already exists [2023-02-17T05:26:45.358Z] 761e7a78f385: Layer already exists [2023-02-17T05:26:45.358Z] de66dfe40ae6: Layer already exists [2023-02-17T05:26:45.358Z] aa5968d388b8: Layer already exists [2023-02-17T05:26:45.358Z] main: digest: sha256:f0efd94ca240337a76818245fe2c59cdddaf42b2143896ed3b23aab3702c094c size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-17T05:26:45.395Z] ===================================================== [Pipeline] echo [2023-02-17T05:26:45.400Z] taggedImages: [2023-02-17T05:26:45.400Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:26:45.400Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-02-17T05:26:45.400Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.56 [2023-02-17T05:26:45.400Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:26:45.400Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2023-02-17T05:26:45.415Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2023-02-17T05:26:45.415Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:26:45.415Z] latest [2023-02-17T05:26:45.415Z] 3.0.0-dev.56 [2023-02-17T05:26:45.415Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:26:45.415Z] main [2023-02-17T05:26:45.415Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:45.731Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:46.041Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:26:46.041Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-02-17T05:26:46.041Z] 11d8a59ef396: Preparing [2023-02-17T05:26:46.041Z] 08c151ffe122: Preparing [2023-02-17T05:26:46.041Z] 13c0c9fe789b: Preparing [2023-02-17T05:26:46.041Z] abc5cbbfd839: Preparing [2023-02-17T05:26:46.041Z] 4e6476652798: Preparing [2023-02-17T05:26:46.041Z] 13c0c9fe789b: Layer already exists [2023-02-17T05:26:46.041Z] 4e6476652798: Layer already exists [2023-02-17T05:26:46.041Z] 11d8a59ef396: Pushed [2023-02-17T05:26:46.615Z] abc5cbbfd839: Pushed [2023-02-17T05:26:47.997Z] 08c151ffe122: Pushed [2023-02-17T05:26:48.259Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335: digest: sha256:2e893acac4b916fe94f6e6c2f52717ea6691bc42d399d50638618aba975304a6 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:48.570Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:48.869Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-02-17T05:26:48.869Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-02-17T05:26:48.869Z] 11d8a59ef396: Preparing [2023-02-17T05:26:48.869Z] 08c151ffe122: Preparing [2023-02-17T05:26:48.869Z] 13c0c9fe789b: Preparing [2023-02-17T05:26:48.869Z] abc5cbbfd839: Preparing [2023-02-17T05:26:48.869Z] 4e6476652798: Preparing [2023-02-17T05:26:48.869Z] 4e6476652798: Layer already exists [2023-02-17T05:26:48.869Z] 13c0c9fe789b: Layer already exists [2023-02-17T05:26:48.869Z] 08c151ffe122: Layer already exists [2023-02-17T05:26:48.869Z] abc5cbbfd839: Layer already exists [2023-02-17T05:26:48.869Z] 11d8a59ef396: Layer already exists [2023-02-17T05:26:48.869Z] latest: digest: sha256:2e893acac4b916fe94f6e6c2f52717ea6691bc42d399d50638618aba975304a6 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:49.147Z] 25b303627fd3: Pull complete [2023-02-17T05:26:49.147Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-02-17T05:26:49.147Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-17T05:26:49.147Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [2023-02-17T05:26:49.174Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-17T05:26:49.358Z] prd-ubuntu20.04-docker-arm64-4c-16g-6381 does not seem to be running inside a container [2023-02-17T05:26:49.427Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/417 -v /w/workspace/edgex-go/417:/w/workspace/edgex-go/417:rw,z -v /w/workspace/edgex-go/417@tmp:/w/workspace/edgex-go/417@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-02-17T05:26:51.803Z] $ docker top 1d34c0f2cb5b4d7df70c98a432d910ee9a7d98fa29b3a7ac10f3222db1bb90f9 -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] sh [2023-02-17T05:26:52.373Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.56 [2023-02-17T05:26:52.373Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-02-17T05:26:52.373Z] 11d8a59ef396: Preparing [2023-02-17T05:26:52.373Z] 08c151ffe122: Preparing [2023-02-17T05:26:52.373Z] 13c0c9fe789b: Preparing [2023-02-17T05:26:52.373Z] abc5cbbfd839: Preparing [2023-02-17T05:26:52.373Z] 4e6476652798: Preparing [2023-02-17T05:26:52.373Z] 11d8a59ef396: Layer already exists [2023-02-17T05:26:52.373Z] abc5cbbfd839: Layer already exists [2023-02-17T05:26:52.373Z] 4e6476652798: Layer already exists [2023-02-17T05:26:52.373Z] 13c0c9fe789b: Layer already exists [2023-02-17T05:26:52.373Z] 08c151ffe122: Layer already exists [2023-02-17T05:26:52.373Z] 3.0.0-dev.56: digest: sha256:2e893acac4b916fe94f6e6c2f52717ea6691bc42d399d50638618aba975304a6 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:52.669Z] + docker-compose build --help [2023-02-17T05:26:52.670Z] + grep parallel [2023-02-17T05:26:52.692Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:53.006Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:26:53.006Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-02-17T05:26:53.006Z] 11d8a59ef396: Preparing [2023-02-17T05:26:53.006Z] 08c151ffe122: Preparing [2023-02-17T05:26:53.006Z] 13c0c9fe789b: Preparing [2023-02-17T05:26:53.006Z] abc5cbbfd839: Preparing [2023-02-17T05:26:53.006Z] 4e6476652798: Preparing [2023-02-17T05:26:53.006Z] 13c0c9fe789b: Layer already exists [2023-02-17T05:26:53.006Z] 11d8a59ef396: Layer already exists [2023-02-17T05:26:53.006Z] 4e6476652798: Layer already exists [2023-02-17T05:26:53.006Z] abc5cbbfd839: Layer already exists [2023-02-17T05:26:53.006Z] 08c151ffe122: Layer already exists [2023-02-17T05:26:53.006Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56: digest: sha256:2e893acac4b916fe94f6e6c2f52717ea6691bc42d399d50638618aba975304a6 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:53.325Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:53.628Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2023-02-17T05:26:53.628Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-02-17T05:26:53.628Z] 11d8a59ef396: Preparing [2023-02-17T05:26:53.628Z] 08c151ffe122: Preparing [2023-02-17T05:26:53.628Z] 13c0c9fe789b: Preparing [2023-02-17T05:26:53.628Z] abc5cbbfd839: Preparing [2023-02-17T05:26:53.628Z] 4e6476652798: Preparing [2023-02-17T05:26:53.628Z] 13c0c9fe789b: Layer already exists [2023-02-17T05:26:53.628Z] 4e6476652798: Layer already exists [2023-02-17T05:26:53.628Z] 08c151ffe122: Layer already exists [2023-02-17T05:26:53.628Z] abc5cbbfd839: Layer already exists [2023-02-17T05:26:53.628Z] 11d8a59ef396: Layer already exists [2023-02-17T05:26:53.628Z] main: digest: sha256:2e893acac4b916fe94f6e6c2f52717ea6691bc42d399d50638618aba975304a6 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-17T05:26:53.666Z] ===================================================== [Pipeline] echo [2023-02-17T05:26:53.672Z] taggedImages: [2023-02-17T05:26:53.672Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:26:53.672Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-02-17T05:26:53.672Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.56 [2023-02-17T05:26:53.672Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:26:53.672Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2023-02-17T05:26:53.691Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2023-02-17T05:26:53.691Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:26:53.691Z] latest [2023-02-17T05:26:53.691Z] 3.0.0-dev.56 [2023-02-17T05:26:53.691Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:26:53.691Z] main [2023-02-17T05:26:53.691Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:53.999Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:26:54.305Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:26:54.306Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-02-17T05:26:54.306Z] ca4609cb2e8e: Preparing [2023-02-17T05:26:54.306Z] 2d8183ca1965: Preparing [2023-02-17T05:26:54.306Z] de916f4bfff7: Preparing [2023-02-17T05:26:54.306Z] 3610017f3a46: Preparing [2023-02-17T05:26:54.306Z] 497da49936d2: Preparing [2023-02-17T05:26:54.306Z] fe614e68b929: Preparing [2023-02-17T05:26:54.306Z] 4e6476652798: Preparing [2023-02-17T05:26:54.306Z] 4e6476652798: Waiting [2023-02-17T05:26:54.306Z] fe614e68b929: Waiting [2023-02-17T05:26:54.306Z] 2d8183ca1965: Pushed [2023-02-17T05:26:54.306Z] ca4609cb2e8e: Pushed [2023-02-17T05:26:54.306Z] de916f4bfff7: Pushed [2023-02-17T05:26:54.306Z] 4e6476652798: Layer already exists [2023-02-17T05:26:54.876Z] fe614e68b929: Pushed [2023-02-17T05:26:58.165Z] 497da49936d2: Pushed [2023-02-17T05:26:59.331Z] --parallel Build images in parallel. [Pipeline] } [2023-02-17T05:26:59.350Z] $ docker stop --time=1 1d34c0f2cb5b4d7df70c98a432d910ee9a7d98fa29b3a7ac10f3222db1bb90f9 [2023-02-17T05:27:00.698Z] 3610017f3a46: Pushed [2023-02-17T05:27:00.699Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335: digest: sha256:d7e1d5f1c729a41885d3ec5d38cfb883e16a3a81982dcad42a03939e70bb75b2 size: 1785 [2023-02-17T05:27:01.059Z] $ docker rm -f --volumes 1d34c0f2cb5b4d7df70c98a432d910ee9a7d98fa29b3a7ac10f3222db1bb90f9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:27:01.553Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:27:01.666Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-17T05:27:01.666Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-17T05:27:01.861Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-02-17T05:27:01.861Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-02-17T05:27:01.861Z] ca4609cb2e8e: Preparing [2023-02-17T05:27:01.861Z] 2d8183ca1965: Preparing [2023-02-17T05:27:01.861Z] de916f4bfff7: Preparing [2023-02-17T05:27:01.861Z] 3610017f3a46: Preparing [2023-02-17T05:27:01.861Z] 497da49936d2: Preparing [2023-02-17T05:27:01.861Z] fe614e68b929: Preparing [2023-02-17T05:27:01.861Z] 4e6476652798: Preparing [2023-02-17T05:27:01.861Z] fe614e68b929: Waiting [2023-02-17T05:27:01.861Z] 4e6476652798: Waiting [2023-02-17T05:27:01.861Z] 2d8183ca1965: Layer already exists [2023-02-17T05:27:01.861Z] de916f4bfff7: Layer already exists [2023-02-17T05:27:01.861Z] 3610017f3a46: Layer already exists [2023-02-17T05:27:01.861Z] 497da49936d2: Layer already exists [2023-02-17T05:27:01.861Z] ca4609cb2e8e: Layer already exists [2023-02-17T05:27:01.861Z] fe614e68b929: Layer already exists [2023-02-17T05:27:01.861Z] 4e6476652798: Layer already exists [2023-02-17T05:27:01.861Z] latest: digest: sha256:d7e1d5f1c729a41885d3ec5d38cfb883e16a3a81982dcad42a03939e70bb75b2 size: 1785 [2023-02-17T05:27:01.869Z] prd-ubuntu20.04-docker-arm64-4c-16g-6381 does not seem to be running inside a container [2023-02-17T05:27:01.944Z] $ 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/417 -v /w/workspace/edgex-go/417:/w/workspace/edgex-go/417:rw,z -v /w/workspace/edgex-go/417@tmp:/w/workspace/edgex-go/417@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-02-17T05:27:03.205Z] $ docker top e32d576a1ebd7180f492cdb8af38b09ecd4cc4eadc61fcb46e3ca13d55afae2d -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:27:03.780Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:27:04.055Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-02-17T05:27:04.100Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.56 [2023-02-17T05:27:04.100Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-02-17T05:27:04.100Z] ca4609cb2e8e: Preparing [2023-02-17T05:27:04.100Z] 2d8183ca1965: Preparing [2023-02-17T05:27:04.100Z] de916f4bfff7: Preparing [2023-02-17T05:27:04.100Z] 3610017f3a46: Preparing [2023-02-17T05:27:04.100Z] 497da49936d2: Preparing [2023-02-17T05:27:04.100Z] fe614e68b929: Preparing [2023-02-17T05:27:04.100Z] 4e6476652798: Preparing [2023-02-17T05:27:04.100Z] fe614e68b929: Waiting [2023-02-17T05:27:04.100Z] 4e6476652798: Waiting [2023-02-17T05:27:04.100Z] de916f4bfff7: Layer already exists [2023-02-17T05:27:04.100Z] ca4609cb2e8e: Layer already exists [2023-02-17T05:27:04.100Z] 3610017f3a46: Layer already exists [2023-02-17T05:27:04.100Z] 2d8183ca1965: Layer already exists [2023-02-17T05:27:04.100Z] 497da49936d2: Layer already exists [2023-02-17T05:27:04.100Z] fe614e68b929: Layer already exists [2023-02-17T05:27:04.100Z] 4e6476652798: Layer already exists [2023-02-17T05:27:04.100Z] 3.0.0-dev.56: digest: sha256:d7e1d5f1c729a41885d3ec5d38cfb883e16a3a81982dcad42a03939e70bb75b2 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:27:04.410Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:27:04.713Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:27:04.713Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-02-17T05:27:04.713Z] ca4609cb2e8e: Preparing [2023-02-17T05:27:04.713Z] 2d8183ca1965: Preparing [2023-02-17T05:27:04.713Z] de916f4bfff7: Preparing [2023-02-17T05:27:04.713Z] 3610017f3a46: Preparing [2023-02-17T05:27:04.713Z] 497da49936d2: Preparing [2023-02-17T05:27:04.713Z] fe614e68b929: Preparing [2023-02-17T05:27:04.713Z] 4e6476652798: Preparing [2023-02-17T05:27:04.713Z] 4e6476652798: Waiting [2023-02-17T05:27:04.713Z] ca4609cb2e8e: Layer already exists [2023-02-17T05:27:04.713Z] 497da49936d2: Layer already exists [2023-02-17T05:27:04.713Z] 2d8183ca1965: Layer already exists [2023-02-17T05:27:04.713Z] 3610017f3a46: Layer already exists [2023-02-17T05:27:04.713Z] de916f4bfff7: Layer already exists [2023-02-17T05:27:04.713Z] fe614e68b929: Layer already exists [2023-02-17T05:27:04.713Z] 4e6476652798: Layer already exists [2023-02-17T05:27:04.713Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56: digest: sha256:d7e1d5f1c729a41885d3ec5d38cfb883e16a3a81982dcad42a03939e70bb75b2 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:27:05.029Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:27:05.336Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2023-02-17T05:27:05.337Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-02-17T05:27:05.337Z] ca4609cb2e8e: Preparing [2023-02-17T05:27:05.337Z] 2d8183ca1965: Preparing [2023-02-17T05:27:05.337Z] de916f4bfff7: Preparing [2023-02-17T05:27:05.337Z] 3610017f3a46: Preparing [2023-02-17T05:27:05.337Z] 497da49936d2: Preparing [2023-02-17T05:27:05.337Z] fe614e68b929: Preparing [2023-02-17T05:27:05.337Z] 4e6476652798: Preparing [2023-02-17T05:27:05.337Z] fe614e68b929: Waiting [2023-02-17T05:27:05.337Z] 4e6476652798: Waiting [2023-02-17T05:27:05.337Z] 2d8183ca1965: Layer already exists [2023-02-17T05:27:05.337Z] ca4609cb2e8e: Layer already exists [2023-02-17T05:27:05.337Z] 3610017f3a46: Layer already exists [2023-02-17T05:27:05.337Z] de916f4bfff7: Layer already exists [2023-02-17T05:27:05.337Z] 497da49936d2: Layer already exists [2023-02-17T05:27:05.337Z] fe614e68b929: Layer already exists [2023-02-17T05:27:05.337Z] 4e6476652798: Layer already exists [2023-02-17T05:27:05.337Z] main: digest: sha256:d7e1d5f1c729a41885d3ec5d38cfb883e16a3a81982dcad42a03939e70bb75b2 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-17T05:27:05.377Z] ===================================================== [Pipeline] echo [2023-02-17T05:27:05.387Z] taggedImages: [2023-02-17T05:27:05.387Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:27:05.387Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-02-17T05:27:05.387Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.56 [2023-02-17T05:27:05.387Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:27:05.387Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2023-02-17T05:27:05.411Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2023-02-17T05:27:05.411Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:27:05.411Z] latest [2023-02-17T05:27:05.411Z] 3.0.0-dev.56 [2023-02-17T05:27:05.411Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:27:05.411Z] main [2023-02-17T05:27:05.411Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:27:05.720Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:27:06.024Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:27:06.024Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-02-17T05:27:06.024Z] 4b1ecacea908: Preparing [2023-02-17T05:27:06.024Z] beaa4991bac8: Preparing [2023-02-17T05:27:06.024Z] 5c806b4fbc2b: Preparing [2023-02-17T05:27:06.024Z] f96b252a3e80: Preparing [2023-02-17T05:27:06.024Z] 337a2a466378: Preparing [2023-02-17T05:27:06.024Z] 4e6476652798: Preparing [2023-02-17T05:27:06.024Z] 4e6476652798: Waiting [2023-02-17T05:27:06.024Z] 4b1ecacea908: Pushed [2023-02-17T05:27:06.024Z] 5c806b4fbc2b: Pushed [2023-02-17T05:27:06.024Z] beaa4991bac8: Pushed [2023-02-17T05:27:06.024Z] 4e6476652798: Layer already exists [2023-02-17T05:27:06.284Z] 337a2a466378: Pushed [2023-02-17T05:27:10.722Z] Building core-command ... [2023-02-17T05:27:10.722Z] Building core-common-config-bootstrapper ... [2023-02-17T05:27:10.722Z] Building core-data ... [2023-02-17T05:27:10.722Z] Building core-metadata ... [2023-02-17T05:27:10.722Z] Building security-bootstrapper ... [2023-02-17T05:27:10.722Z] Building security-proxy-setup ... [2023-02-17T05:27:10.722Z] Building security-secretstore-setup ... [2023-02-17T05:27:10.722Z] Building security-spiffe-token-provider ... [2023-02-17T05:27:10.722Z] Building security-spire-agent ... [2023-02-17T05:27:10.722Z] Building security-spire-config ... [2023-02-17T05:27:10.722Z] Building security-spire-server ... [2023-02-17T05:27:10.722Z] Building support-notifications ... [2023-02-17T05:27:10.722Z] Building support-scheduler ... [2023-02-17T05:27:10.722Z] Building security-bootstrapper [2023-02-17T05:27:10.722Z] Building core-command [2023-02-17T05:27:10.722Z] Building core-metadata [2023-02-17T05:27:10.722Z] Building security-spiffe-token-provider [2023-02-17T05:27:10.722Z] Building core-common-config-bootstrapper [2023-02-17T05:27:12.858Z] f96b252a3e80: Pushed [2023-02-17T05:27:12.858Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335: digest: sha256:934852e9c0f33ea98a8a56e6d909c749567e087bad7842fe001150b9342f612e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:27:13.164Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:27:13.467Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-02-17T05:27:13.467Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-02-17T05:27:13.467Z] 4b1ecacea908: Preparing [2023-02-17T05:27:13.467Z] beaa4991bac8: Preparing [2023-02-17T05:27:13.467Z] 5c806b4fbc2b: Preparing [2023-02-17T05:27:13.467Z] f96b252a3e80: Preparing [2023-02-17T05:27:13.467Z] 337a2a466378: Preparing [2023-02-17T05:27:13.467Z] 4e6476652798: Preparing [2023-02-17T05:27:13.467Z] 4e6476652798: Waiting [2023-02-17T05:27:13.467Z] 4b1ecacea908: Layer already exists [2023-02-17T05:27:13.467Z] 5c806b4fbc2b: Layer already exists [2023-02-17T05:27:13.467Z] beaa4991bac8: Layer already exists [2023-02-17T05:27:13.467Z] 337a2a466378: Layer already exists [2023-02-17T05:27:13.467Z] f96b252a3e80: Layer already exists [2023-02-17T05:27:13.467Z] 4e6476652798: Layer already exists [2023-02-17T05:27:13.467Z] latest: digest: sha256:934852e9c0f33ea98a8a56e6d909c749567e087bad7842fe001150b9342f612e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:27:13.850Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:27:14.164Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.56 [2023-02-17T05:27:14.164Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-02-17T05:27:14.164Z] 4b1ecacea908: Preparing [2023-02-17T05:27:14.164Z] beaa4991bac8: Preparing [2023-02-17T05:27:14.164Z] 5c806b4fbc2b: Preparing [2023-02-17T05:27:14.164Z] f96b252a3e80: Preparing [2023-02-17T05:27:14.164Z] 337a2a466378: Preparing [2023-02-17T05:27:14.164Z] 4e6476652798: Preparing [2023-02-17T05:27:14.164Z] 4e6476652798: Waiting [2023-02-17T05:27:14.164Z] f96b252a3e80: Layer already exists [2023-02-17T05:27:14.164Z] 5c806b4fbc2b: Layer already exists [2023-02-17T05:27:14.164Z] 337a2a466378: Layer already exists [2023-02-17T05:27:14.164Z] 4b1ecacea908: Layer already exists [2023-02-17T05:27:14.164Z] beaa4991bac8: Layer already exists [2023-02-17T05:27:14.164Z] 4e6476652798: Layer already exists [2023-02-17T05:27:14.164Z] 3.0.0-dev.56: digest: sha256:934852e9c0f33ea98a8a56e6d909c749567e087bad7842fe001150b9342f612e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:27:14.467Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:27:14.769Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:27:14.769Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-02-17T05:27:14.769Z] 4b1ecacea908: Preparing [2023-02-17T05:27:14.769Z] beaa4991bac8: Preparing [2023-02-17T05:27:14.769Z] 5c806b4fbc2b: Preparing [2023-02-17T05:27:14.769Z] f96b252a3e80: Preparing [2023-02-17T05:27:14.769Z] 337a2a466378: Preparing [2023-02-17T05:27:14.769Z] 4e6476652798: Preparing [2023-02-17T05:27:14.769Z] 4e6476652798: Waiting [2023-02-17T05:27:14.769Z] 5c806b4fbc2b: Layer already exists [2023-02-17T05:27:14.769Z] f96b252a3e80: Layer already exists [2023-02-17T05:27:14.769Z] 4b1ecacea908: Layer already exists [2023-02-17T05:27:14.769Z] 337a2a466378: Layer already exists [2023-02-17T05:27:14.769Z] beaa4991bac8: Layer already exists [2023-02-17T05:27:14.769Z] 4e6476652798: Layer already exists [2023-02-17T05:27:14.769Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56: digest: sha256:934852e9c0f33ea98a8a56e6d909c749567e087bad7842fe001150b9342f612e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:27:15.073Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:27:15.377Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2023-02-17T05:27:15.377Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-02-17T05:27:15.377Z] 4b1ecacea908: Preparing [2023-02-17T05:27:15.377Z] beaa4991bac8: Preparing [2023-02-17T05:27:15.377Z] 5c806b4fbc2b: Preparing [2023-02-17T05:27:15.377Z] f96b252a3e80: Preparing [2023-02-17T05:27:15.377Z] 337a2a466378: Preparing [2023-02-17T05:27:15.377Z] 4e6476652798: Preparing [2023-02-17T05:27:15.377Z] 4e6476652798: Waiting [2023-02-17T05:27:15.377Z] beaa4991bac8: Layer already exists [2023-02-17T05:27:15.377Z] 337a2a466378: Layer already exists [2023-02-17T05:27:15.377Z] 4b1ecacea908: Layer already exists [2023-02-17T05:27:15.377Z] f96b252a3e80: Layer already exists [2023-02-17T05:27:15.377Z] 5c806b4fbc2b: Layer already exists [2023-02-17T05:27:15.377Z] 4e6476652798: Layer already exists [2023-02-17T05:27:15.377Z] main: digest: sha256:934852e9c0f33ea98a8a56e6d909c749567e087bad7842fe001150b9342f612e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-17T05:27:15.424Z] ===================================================== [Pipeline] echo [2023-02-17T05:27:15.433Z] taggedImages: [2023-02-17T05:27:15.433Z] - nexus3.edgexfoundry.org:10004/security-spire-config:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:27:15.433Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-02-17T05:27:15.433Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.56 [2023-02-17T05:27:15.433Z] - nexus3.edgexfoundry.org:10004/security-spire-config:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:27:15.433Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2023-02-17T05:27:15.450Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2023-02-17T05:27:15.450Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:27:15.450Z] latest [2023-02-17T05:27:15.450Z] 3.0.0-dev.56 [2023-02-17T05:27:15.450Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:27:15.450Z] main [2023-02-17T05:27:15.450Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:27:15.765Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:27:16.064Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:27:16.064Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-02-17T05:27:16.064Z] 530316765c40: Preparing [2023-02-17T05:27:16.064Z] dd4edb1ae8ec: Preparing [2023-02-17T05:27:16.064Z] b843da4c9248: Preparing [2023-02-17T05:27:16.064Z] f96b252a3e80: Preparing [2023-02-17T05:27:16.064Z] fe614e68b929: Preparing [2023-02-17T05:27:16.064Z] 4e6476652798: Preparing [2023-02-17T05:27:16.064Z] 4e6476652798: Waiting [2023-02-17T05:27:16.064Z] f96b252a3e80: Layer already exists [2023-02-17T05:27:16.064Z] fe614e68b929: Layer already exists [2023-02-17T05:27:16.064Z] 4e6476652798: Layer already exists [2023-02-17T05:27:16.064Z] b843da4c9248: Pushed [2023-02-17T05:27:16.064Z] 530316765c40: Pushed [2023-02-17T05:27:16.064Z] dd4edb1ae8ec: Pushed [2023-02-17T05:27:16.323Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335: digest: sha256:1b085277ec2f354c69c2a40275dcaf749f7f94ad7920e11a30ce9525d3a6a6ce size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:27:16.626Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:27:16.926Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-02-17T05:27:16.926Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-02-17T05:27:16.926Z] 530316765c40: Preparing [2023-02-17T05:27:16.926Z] dd4edb1ae8ec: Preparing [2023-02-17T05:27:16.926Z] b843da4c9248: Preparing [2023-02-17T05:27:16.926Z] f96b252a3e80: Preparing [2023-02-17T05:27:16.926Z] fe614e68b929: Preparing [2023-02-17T05:27:16.926Z] 4e6476652798: Preparing [2023-02-17T05:27:16.926Z] 4e6476652798: Waiting [2023-02-17T05:27:16.926Z] f96b252a3e80: Layer already exists [2023-02-17T05:27:16.926Z] b843da4c9248: Layer already exists [2023-02-17T05:27:16.926Z] 530316765c40: Layer already exists [2023-02-17T05:27:16.926Z] dd4edb1ae8ec: Layer already exists [2023-02-17T05:27:16.926Z] fe614e68b929: Layer already exists [2023-02-17T05:27:16.926Z] 4e6476652798: Layer already exists [2023-02-17T05:27:16.926Z] latest: digest: sha256:1b085277ec2f354c69c2a40275dcaf749f7f94ad7920e11a30ce9525d3a6a6ce size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:27:17.228Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:27:17.528Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.56 [2023-02-17T05:27:17.528Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-02-17T05:27:17.528Z] 530316765c40: Preparing [2023-02-17T05:27:17.528Z] dd4edb1ae8ec: Preparing [2023-02-17T05:27:17.528Z] b843da4c9248: Preparing [2023-02-17T05:27:17.528Z] f96b252a3e80: Preparing [2023-02-17T05:27:17.528Z] fe614e68b929: Preparing [2023-02-17T05:27:17.528Z] 4e6476652798: Preparing [2023-02-17T05:27:17.528Z] 4e6476652798: Waiting [2023-02-17T05:27:17.528Z] b843da4c9248: Layer already exists [2023-02-17T05:27:17.528Z] f96b252a3e80: Layer already exists [2023-02-17T05:27:17.528Z] dd4edb1ae8ec: Layer already exists [2023-02-17T05:27:17.528Z] 530316765c40: Layer already exists [2023-02-17T05:27:17.528Z] fe614e68b929: Layer already exists [2023-02-17T05:27:17.528Z] 4e6476652798: Layer already exists [2023-02-17T05:27:17.528Z] 3.0.0-dev.56: digest: sha256:1b085277ec2f354c69c2a40275dcaf749f7f94ad7920e11a30ce9525d3a6a6ce size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:27:17.830Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:27:18.128Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:27:18.128Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-02-17T05:27:18.128Z] 530316765c40: Preparing [2023-02-17T05:27:18.128Z] dd4edb1ae8ec: Preparing [2023-02-17T05:27:18.128Z] b843da4c9248: Preparing [2023-02-17T05:27:18.128Z] f96b252a3e80: Preparing [2023-02-17T05:27:18.128Z] fe614e68b929: Preparing [2023-02-17T05:27:18.128Z] 4e6476652798: Preparing [2023-02-17T05:27:18.128Z] 4e6476652798: Waiting [2023-02-17T05:27:18.128Z] 530316765c40: Layer already exists [2023-02-17T05:27:18.128Z] fe614e68b929: Layer already exists [2023-02-17T05:27:18.128Z] b843da4c9248: Layer already exists [2023-02-17T05:27:18.128Z] dd4edb1ae8ec: Layer already exists [2023-02-17T05:27:18.128Z] f96b252a3e80: Layer already exists [2023-02-17T05:27:18.128Z] 4e6476652798: Layer already exists [2023-02-17T05:27:18.128Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56: digest: sha256:1b085277ec2f354c69c2a40275dcaf749f7f94ad7920e11a30ce9525d3a6a6ce size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:27:18.429Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:27:18.727Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2023-02-17T05:27:18.727Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-02-17T05:27:18.727Z] 530316765c40: Preparing [2023-02-17T05:27:18.727Z] dd4edb1ae8ec: Preparing [2023-02-17T05:27:18.727Z] b843da4c9248: Preparing [2023-02-17T05:27:18.727Z] f96b252a3e80: Preparing [2023-02-17T05:27:18.727Z] fe614e68b929: Preparing [2023-02-17T05:27:18.727Z] 4e6476652798: Preparing [2023-02-17T05:27:18.727Z] 4e6476652798: Waiting [2023-02-17T05:27:18.727Z] fe614e68b929: Layer already exists [2023-02-17T05:27:18.727Z] dd4edb1ae8ec: Layer already exists [2023-02-17T05:27:18.727Z] f96b252a3e80: Layer already exists [2023-02-17T05:27:18.727Z] b843da4c9248: Layer already exists [2023-02-17T05:27:18.727Z] 530316765c40: Layer already exists [2023-02-17T05:27:18.727Z] 4e6476652798: Layer already exists [2023-02-17T05:27:18.727Z] main: digest: sha256:1b085277ec2f354c69c2a40275dcaf749f7f94ad7920e11a30ce9525d3a6a6ce size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-17T05:27:18.762Z] ===================================================== [Pipeline] echo [2023-02-17T05:27:18.768Z] taggedImages: [2023-02-17T05:27:18.768Z] - nexus3.edgexfoundry.org:10004/security-spire-server:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:27:18.768Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-02-17T05:27:18.768Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.56 [2023-02-17T05:27:18.768Z] - nexus3.edgexfoundry.org:10004/security-spire-server:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:27:18.768Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2023-02-17T05:27:18.783Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2023-02-17T05:27:18.783Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:27:18.783Z] latest [2023-02-17T05:27:18.783Z] 3.0.0-dev.56 [2023-02-17T05:27:18.783Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:27:18.783Z] main [2023-02-17T05:27:18.783Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:27:19.103Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:27:19.403Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:27:19.403Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-02-17T05:27:19.403Z] 775a61835c12: Preparing [2023-02-17T05:27:19.403Z] 790a6c586604: Preparing [2023-02-17T05:27:19.403Z] 13c0c9fe789b: Preparing [2023-02-17T05:27:19.403Z] d2e47dd56852: Preparing [2023-02-17T05:27:19.403Z] aa5968d388b8: Preparing [2023-02-17T05:27:19.403Z] 13c0c9fe789b: Layer already exists [2023-02-17T05:27:19.404Z] aa5968d388b8: Layer already exists [2023-02-17T05:27:19.404Z] 775a61835c12: Pushed [2023-02-17T05:27:19.404Z] d2e47dd56852: Pushed [2023-02-17T05:27:21.938Z] 790a6c586604: Pushed [2023-02-17T05:27:21.938Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335: digest: sha256:82af245caa05600e8ae366f05b087aa8638fa84b6c48cd7d98a7043fcd0fc053 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:27:22.243Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:27:22.542Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-02-17T05:27:22.542Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-02-17T05:27:22.542Z] 775a61835c12: Preparing [2023-02-17T05:27:22.542Z] 790a6c586604: Preparing [2023-02-17T05:27:22.542Z] 13c0c9fe789b: Preparing [2023-02-17T05:27:22.542Z] d2e47dd56852: Preparing [2023-02-17T05:27:22.542Z] aa5968d388b8: Preparing [2023-02-17T05:27:22.542Z] aa5968d388b8: Layer already exists [2023-02-17T05:27:22.542Z] d2e47dd56852: Layer already exists [2023-02-17T05:27:22.542Z] 790a6c586604: Layer already exists [2023-02-17T05:27:22.542Z] 13c0c9fe789b: Layer already exists [2023-02-17T05:27:22.542Z] 775a61835c12: Layer already exists [2023-02-17T05:27:22.542Z] latest: digest: sha256:82af245caa05600e8ae366f05b087aa8638fa84b6c48cd7d98a7043fcd0fc053 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:27:22.851Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:27:23.061Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-17T05:27:23.061Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-02-17T05:27:23.061Z] ---> 8e4d42fc8a53 [2023-02-17T05:27:23.061Z] Step 3/32 : WORKDIR /edgex-go [2023-02-17T05:27:23.061Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-17T05:27:23.061Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-17T05:27:23.061Z] ---> 8e4d42fc8a53 [2023-02-17T05:27:23.061Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-17T05:27:23.061Z] ---> Running in 5e7366e13703 [2023-02-17T05:27:23.061Z] ---> Running in ae54f821c495 [2023-02-17T05:27:23.061Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-17T05:27:23.061Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-17T05:27:23.061Z] ---> 8e4d42fc8a53 [2023-02-17T05:27:23.061Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-02-17T05:27:23.061Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-17T05:27:23.061Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-02-17T05:27:23.061Z] ---> 8e4d42fc8a53 [2023-02-17T05:27:23.061Z] Step 3/19 : WORKDIR /edgex-go [2023-02-17T05:27:23.061Z] ---> Running in 53d4ab0096d5 [2023-02-17T05:27:23.160Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.56 [2023-02-17T05:27:23.160Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-02-17T05:27:23.160Z] 775a61835c12: Preparing [2023-02-17T05:27:23.160Z] 790a6c586604: Preparing [2023-02-17T05:27:23.160Z] 13c0c9fe789b: Preparing [2023-02-17T05:27:23.160Z] d2e47dd56852: Preparing [2023-02-17T05:27:23.160Z] aa5968d388b8: Preparing [2023-02-17T05:27:23.160Z] 790a6c586604: Layer already exists [2023-02-17T05:27:23.160Z] aa5968d388b8: Layer already exists [2023-02-17T05:27:23.160Z] 13c0c9fe789b: Layer already exists [2023-02-17T05:27:23.160Z] 775a61835c12: Layer already exists [2023-02-17T05:27:23.160Z] d2e47dd56852: Layer already exists [2023-02-17T05:27:23.160Z] 3.0.0-dev.56: digest: sha256:82af245caa05600e8ae366f05b087aa8638fa84b6c48cd7d98a7043fcd0fc053 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:27:23.328Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-17T05:27:23.328Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-17T05:27:23.328Z] ---> 8e4d42fc8a53 [2023-02-17T05:27:23.328Z] ---> Running in e019ecbb8d0e [2023-02-17T05:27:23.328Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-02-17T05:27:23.328Z] ---> Running in efa87e07cfd3 [2023-02-17T05:27:23.567Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:27:23.923Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:27:23.923Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-02-17T05:27:23.923Z] 775a61835c12: Preparing [2023-02-17T05:27:23.923Z] 790a6c586604: Preparing [2023-02-17T05:27:23.923Z] 13c0c9fe789b: Preparing [2023-02-17T05:27:23.923Z] d2e47dd56852: Preparing [2023-02-17T05:27:23.923Z] aa5968d388b8: Preparing [2023-02-17T05:27:23.923Z] aa5968d388b8: Layer already exists [2023-02-17T05:27:23.923Z] d2e47dd56852: Layer already exists [2023-02-17T05:27:23.923Z] 790a6c586604: Layer already exists [2023-02-17T05:27:23.923Z] 13c0c9fe789b: Layer already exists [2023-02-17T05:27:23.923Z] 775a61835c12: Layer already exists [2023-02-17T05:27:23.923Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56: digest: sha256:82af245caa05600e8ae366f05b087aa8638fa84b6c48cd7d98a7043fcd0fc053 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:27:24.280Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:27:24.581Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2023-02-17T05:27:24.581Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-02-17T05:27:24.581Z] 775a61835c12: Preparing [2023-02-17T05:27:24.581Z] 790a6c586604: Preparing [2023-02-17T05:27:24.581Z] 13c0c9fe789b: Preparing [2023-02-17T05:27:24.581Z] d2e47dd56852: Preparing [2023-02-17T05:27:24.581Z] aa5968d388b8: Preparing [2023-02-17T05:27:24.581Z] 775a61835c12: Layer already exists [2023-02-17T05:27:24.581Z] 13c0c9fe789b: Layer already exists [2023-02-17T05:27:24.581Z] d2e47dd56852: Layer already exists [2023-02-17T05:27:24.581Z] 790a6c586604: Layer already exists [2023-02-17T05:27:24.581Z] aa5968d388b8: Layer already exists [2023-02-17T05:27:24.581Z] main: digest: sha256:82af245caa05600e8ae366f05b087aa8638fa84b6c48cd7d98a7043fcd0fc053 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-17T05:27:24.617Z] ===================================================== [Pipeline] echo [2023-02-17T05:27:24.622Z] taggedImages: [2023-02-17T05:27:24.623Z] - nexus3.edgexfoundry.org:10004/support-notifications:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:27:24.623Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-02-17T05:27:24.623Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.56 [2023-02-17T05:27:24.623Z] - nexus3.edgexfoundry.org:10004/support-notifications:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:27:24.623Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2023-02-17T05:27:24.637Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2023-02-17T05:27:24.637Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:27:24.637Z] latest [2023-02-17T05:27:24.637Z] 3.0.0-dev.56 [2023-02-17T05:27:24.637Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:27:24.637Z] main [2023-02-17T05:27:24.637Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:27:24.941Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:27:25.240Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:27:25.240Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-02-17T05:27:25.240Z] 22e0da51c796: Preparing [2023-02-17T05:27:25.240Z] 8b7989353ac9: Preparing [2023-02-17T05:27:25.240Z] 13c0c9fe789b: Preparing [2023-02-17T05:27:25.240Z] 98bbb82b4bb1: Preparing [2023-02-17T05:27:25.240Z] aa5968d388b8: Preparing [2023-02-17T05:27:25.240Z] 13c0c9fe789b: Layer already exists [2023-02-17T05:27:25.240Z] aa5968d388b8: Layer already exists [2023-02-17T05:27:25.240Z] 98bbb82b4bb1: Layer already exists [2023-02-17T05:27:25.240Z] 22e0da51c796: Pushed [2023-02-17T05:27:25.987Z] Removing intermediate container ae54f821c495 [2023-02-17T05:27:25.987Z] ---> 3ee43f6afa44 [2023-02-17T05:27:25.987Z] Step 4/22 : WORKDIR /edgex-go [2023-02-17T05:27:25.987Z] Removing intermediate container 5e7366e13703 [2023-02-17T05:27:25.987Z] ---> 2aebec39af46 [2023-02-17T05:27:25.987Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-02-17T05:27:25.987Z] Removing intermediate container e019ecbb8d0e [2023-02-17T05:27:25.987Z] ---> ed7ee83706f4 [2023-02-17T05:27:25.987Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-02-17T05:27:25.987Z] Removing intermediate container 53d4ab0096d5 [2023-02-17T05:27:25.987Z] ---> 48b336ba4fc8 [2023-02-17T05:27:25.987Z] Step 4/23 : WORKDIR /edgex-go [2023-02-17T05:27:25.987Z] ---> Running in 8e1f53ee9bfc [2023-02-17T05:27:25.987Z] Removing intermediate container efa87e07cfd3 [2023-02-17T05:27:25.987Z] ---> fbe5de5a320e [2023-02-17T05:27:25.987Z] Step 4/24 : WORKDIR /edgex-go [2023-02-17T05:27:25.987Z] ---> Running in c8ccf7dcf3f2 [2023-02-17T05:27:25.987Z] ---> Running in 3c2692bacbe7 [2023-02-17T05:27:25.987Z] ---> Running in 55a52fd53897 [2023-02-17T05:27:26.259Z] ---> Running in f6c20a89e70f [2023-02-17T05:27:27.233Z] Removing intermediate container 55a52fd53897 [2023-02-17T05:27:27.233Z] ---> bf6144c64c2f [2023-02-17T05:27:27.233Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-02-17T05:27:27.233Z] Removing intermediate container 8e1f53ee9bfc [2023-02-17T05:27:27.233Z] ---> 83ed1aa741e2 [2023-02-17T05:27:27.233Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-17T05:27:27.233Z] Removing intermediate container f6c20a89e70f [2023-02-17T05:27:27.233Z] ---> fcab54bf33d9 [2023-02-17T05:27:27.233Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-02-17T05:27:27.233Z] ---> Running in 70241922d79c [2023-02-17T05:27:27.511Z] ---> Running in a423e22e9894 [2023-02-17T05:27:27.511Z] ---> Running in 4b29df93396c [2023-02-17T05:27:27.777Z] 8b7989353ac9: Pushed [2023-02-17T05:27:28.036Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335: digest: sha256:9ca5862ab3fe6018b3dd23de67da2738c8a0b525c93cdb70823c0324ea775108 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:27:28.337Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:27:28.482Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-17T05:27:28.482Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-17T05:27:28.641Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-02-17T05:27:28.641Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-02-17T05:27:28.641Z] 22e0da51c796: Preparing [2023-02-17T05:27:28.641Z] 8b7989353ac9: Preparing [2023-02-17T05:27:28.641Z] 13c0c9fe789b: Preparing [2023-02-17T05:27:28.641Z] 98bbb82b4bb1: Preparing [2023-02-17T05:27:28.641Z] aa5968d388b8: Preparing [2023-02-17T05:27:28.641Z] 98bbb82b4bb1: Layer already exists [2023-02-17T05:27:28.641Z] aa5968d388b8: Layer already exists [2023-02-17T05:27:28.641Z] 8b7989353ac9: Layer already exists [2023-02-17T05:27:28.641Z] 22e0da51c796: Layer already exists [2023-02-17T05:27:28.641Z] 13c0c9fe789b: Layer already exists [2023-02-17T05:27:28.641Z] latest: digest: sha256:9ca5862ab3fe6018b3dd23de67da2738c8a0b525c93cdb70823c0324ea775108 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:27:28.750Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-17T05:27:28.750Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-17T05:27:28.943Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:27:29.244Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.56 [2023-02-17T05:27:29.244Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-02-17T05:27:29.244Z] 22e0da51c796: Preparing [2023-02-17T05:27:29.244Z] 8b7989353ac9: Preparing [2023-02-17T05:27:29.244Z] 13c0c9fe789b: Preparing [2023-02-17T05:27:29.244Z] 98bbb82b4bb1: Preparing [2023-02-17T05:27:29.244Z] aa5968d388b8: Preparing [2023-02-17T05:27:29.244Z] 22e0da51c796: Layer already exists [2023-02-17T05:27:29.244Z] 13c0c9fe789b: Layer already exists [2023-02-17T05:27:29.244Z] 8b7989353ac9: Layer already exists [2023-02-17T05:27:29.244Z] 98bbb82b4bb1: Layer already exists [2023-02-17T05:27:29.244Z] aa5968d388b8: Layer already exists [2023-02-17T05:27:29.244Z] 3.0.0-dev.56: digest: sha256:9ca5862ab3fe6018b3dd23de67da2738c8a0b525c93cdb70823c0324ea775108 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:27:29.550Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:27:29.712Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-17T05:27:29.853Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:27:29.853Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-02-17T05:27:29.853Z] 22e0da51c796: Preparing [2023-02-17T05:27:29.853Z] 8b7989353ac9: Preparing [2023-02-17T05:27:29.853Z] 13c0c9fe789b: Preparing [2023-02-17T05:27:29.853Z] 98bbb82b4bb1: Preparing [2023-02-17T05:27:29.853Z] aa5968d388b8: Preparing [2023-02-17T05:27:29.853Z] 8b7989353ac9: Layer already exists [2023-02-17T05:27:29.853Z] 22e0da51c796: Layer already exists [2023-02-17T05:27:29.853Z] 98bbb82b4bb1: Layer already exists [2023-02-17T05:27:29.853Z] aa5968d388b8: Layer already exists [2023-02-17T05:27:29.853Z] 13c0c9fe789b: Layer already exists [2023-02-17T05:27:29.853Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56: digest: sha256:9ca5862ab3fe6018b3dd23de67da2738c8a0b525c93cdb70823c0324ea775108 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:27:29.980Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-17T05:27:29.980Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-17T05:27:29.980Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-17T05:27:30.161Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:27:30.248Z] OK: 221 MiB in 51 packages [2023-02-17T05:27:30.461Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2023-02-17T05:27:30.461Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-02-17T05:27:30.461Z] 22e0da51c796: Preparing [2023-02-17T05:27:30.461Z] 8b7989353ac9: Preparing [2023-02-17T05:27:30.461Z] 13c0c9fe789b: Preparing [2023-02-17T05:27:30.461Z] 98bbb82b4bb1: Preparing [2023-02-17T05:27:30.461Z] aa5968d388b8: Preparing [2023-02-17T05:27:30.461Z] aa5968d388b8: Layer already exists [2023-02-17T05:27:30.461Z] 8b7989353ac9: Layer already exists [2023-02-17T05:27:30.461Z] 22e0da51c796: Layer already exists [2023-02-17T05:27:30.461Z] 98bbb82b4bb1: Layer already exists [2023-02-17T05:27:30.461Z] 13c0c9fe789b: Layer already exists [2023-02-17T05:27:30.521Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-17T05:27:30.521Z] v3.16.4-16-g3c16caa8e9c [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-02-17T05:27:30.521Z] v3.16.4-15-gda8bdec06a8 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-02-17T05:27:30.521Z] OK: 16903 distinct packages available [2023-02-17T05:27:30.720Z] main: digest: sha256:9ca5862ab3fe6018b3dd23de67da2738c8a0b525c93cdb70823c0324ea775108 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-17T05:27:30.756Z] ===================================================== [Pipeline] echo [2023-02-17T05:27:30.761Z] taggedImages: [2023-02-17T05:27:30.761Z] - nexus3.edgexfoundry.org:10004/support-scheduler:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:27:30.761Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-02-17T05:27:30.761Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.56 [2023-02-17T05:27:30.761Z] - nexus3.edgexfoundry.org:10004/support-scheduler:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:27:30.761Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [2023-02-17T05:27:30.793Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-02-17T05:27:31.070Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-17T05:27:31.659Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-17T05:27:31.659Z] OK: 221 MiB in 51 packages [2023-02-17T05:27:31.928Z] Removing intermediate container c8ccf7dcf3f2 [2023-02-17T05:27:31.928Z] ---> 1516e1c6d195 [2023-02-17T05:27:31.928Z] Step 5/32 : COPY go.mod vendor* ./ [2023-02-17T05:27:32.519Z] OK: 221 MiB in 51 packages [2023-02-17T05:27:32.519Z] OK: 221 MiB in 51 packages [2023-02-17T05:27:33.131Z] ---> 101ada32c920 [2023-02-17T05:27:33.131Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-17T05:27:33.401Z] OK: 221 MiB in 51 packages [2023-02-17T05:27:33.401Z] ---> Running in f012371f199a [2023-02-17T05:27:33.681Z] Removing intermediate container 70241922d79c [2023-02-17T05:27:33.681Z] ---> 5cc36d067d1f [2023-02-17T05:27:33.681Z] Step 6/23 : COPY go.mod vendor* ./ [2023-02-17T05:27:34.670Z] Removing intermediate container 4b29df93396c [2023-02-17T05:27:34.670Z] ---> 3ccb7c845552 [2023-02-17T05:27:34.670Z] Step 6/24 : COPY go.mod vendor* ./ [2023-02-17T05:27:34.939Z] Removing intermediate container a423e22e9894 [2023-02-17T05:27:34.939Z] ---> 76ac62df751b [2023-02-17T05:27:34.939Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-17T05:27:34.939Z] Removing intermediate container 3c2692bacbe7 [2023-02-17T05:27:34.939Z] ---> ac38d855ee2f [2023-02-17T05:27:34.939Z] Step 5/19 : COPY go.mod vendor* ./ [2023-02-17T05:27:35.215Z] ---> eae1d10fe2e6 [2023-02-17T05:27:35.215Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-17T05:27:35.483Z] ---> Running in b1ecef3f96db [2023-02-17T05:27:36.451Z] ---> 0c6221ff7630 [2023-02-17T05:27:36.451Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-17T05:27:36.451Z] ---> 04fd07f1c192 [2023-02-17T05:27:36.451Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-17T05:27:36.451Z] ---> Running in a17bb0853897 [2023-02-17T05:27:36.451Z] ---> Running in 36f354952bcb [2023-02-17T05:27:36.721Z] ---> 03da0c4fa092 [2023-02-17T05:27:36.721Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-17T05:27:36.993Z] ---> Running in 8fa95ff21d3d [2023-02-17T05:29:28.768Z] Removing intermediate container f012371f199a [2023-02-17T05:29:28.768Z] ---> f301339f3e7a [2023-02-17T05:29:28.768Z] Step 7/32 : COPY . . [2023-02-17T05:29:28.768Z] Removing intermediate container a17bb0853897 [2023-02-17T05:29:28.768Z] ---> 118aa0ef4979 [2023-02-17T05:29:28.768Z] Step 8/22 : COPY . . [2023-02-17T05:29:28.768Z] Removing intermediate container 8fa95ff21d3d [2023-02-17T05:29:28.768Z] ---> e6affe60eb1a [2023-02-17T05:29:28.768Z] Step 7/19 : COPY . . [2023-02-17T05:29:28.768Z] Removing intermediate container b1ecef3f96db [2023-02-17T05:29:28.768Z] ---> 062445f82e80 [2023-02-17T05:29:28.768Z] Step 8/23 : COPY . . [2023-02-17T05:29:28.768Z] Removing intermediate container 36f354952bcb [2023-02-17T05:29:28.768Z] ---> d14a2b7a1afa [2023-02-17T05:29:28.768Z] Step 8/24 : COPY . . [2023-02-17T05:29:28.768Z] ---> 0a60289cb2eb [2023-02-17T05:29:28.768Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-02-17T05:29:28.768Z] ---> Running in 43b65ce01551 [2023-02-17T05:29:28.768Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-02-17T05:29:29.041Z] ---> 126c468b118e [2023-02-17T05:29:29.041Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-02-17T05:29:29.325Z] ---> ce0640645aa9 [2023-02-17T05:29:29.325Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-02-17T05:29:29.325Z] ---> fd00bee79a74 [2023-02-17T05:29:29.325Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-02-17T05:29:29.325Z] ---> Running in 093d1782eb01 [2023-02-17T05:29:29.325Z] ---> 42fb3a0f8d49 [2023-02-17T05:29:29.325Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-02-17T05:29:29.598Z] ---> Running in 7fb0dd217e77 [2023-02-17T05:29:29.868Z] ---> Running in 0a41476d3e5a [2023-02-17T05:29:30.137Z] ---> Running in c043fdcb67ce [2023-02-17T05:29:32.750Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-02-17T05:29:33.335Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-02-17T05:29:33.335Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-02-17T05:29:33.335Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-02-17T05:35:55.430Z] Removing intermediate container 43b65ce01551 [2023-02-17T05:35:55.430Z] ---> 0dd206b0cf61 [2023-02-17T05:35:55.430Z] [2023-02-17T05:35:55.430Z] Step 9/32 : FROM alpine:3.16 [2023-02-17T05:35:55.430Z] 3.16: Pulling from library/alpine [2023-02-17T05:35:55.430Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-17T05:35:55.430Z] Status: Downloaded newer image for alpine:3.16 [2023-02-17T05:35:55.430Z] ---> 4c81e5bf8899 [2023-02-17T05:35:55.430Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-17T05:35:55.430Z] ---> Running in 7e3ae3e8e4a8 [2023-02-17T05:35:55.430Z] Removing intermediate container 7e3ae3e8e4a8 [2023-02-17T05:35:55.430Z] ---> d506ba899bd9 [2023-02-17T05:35:55.430Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-02-17T05:35:55.430Z] ---> Running in dcc918aaa84a [2023-02-17T05:35:55.430Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-17T05:35:55.430Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-17T05:35:56.013Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-02-17T05:35:56.013Z] (2/2) Installing su-exec (0.2-r1) [2023-02-17T05:35:56.013Z] Executing busybox-1.35.0-r17.trigger [2023-02-17T05:35:56.280Z] OK: 5 MiB in 16 packages [2023-02-17T05:35:57.721Z] Removing intermediate container dcc918aaa84a [2023-02-17T05:35:57.721Z] ---> a76260eb8b5b [2023-02-17T05:35:57.721Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-02-17T05:35:57.992Z] ---> Running in 6f78c0531878 [2023-02-17T05:35:58.577Z] Removing intermediate container 6f78c0531878 [2023-02-17T05:35:58.577Z] ---> 01321c591ba0 [2023-02-17T05:35:58.577Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-02-17T05:35:58.577Z] ---> Running in f4978ad6bafd [2023-02-17T05:35:59.164Z] Removing intermediate container f4978ad6bafd [2023-02-17T05:35:59.164Z] ---> 5d62d3068146 [2023-02-17T05:35:59.164Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-02-17T05:35:59.164Z] ---> Running in 62d04029e9ec [2023-02-17T05:35:59.748Z] Removing intermediate container 62d04029e9ec [2023-02-17T05:35:59.748Z] ---> 210155fd0a9b [2023-02-17T05:35:59.748Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-02-17T05:35:59.748Z] ---> Running in 87fa83f13716 [2023-02-17T05:36:00.720Z] Removing intermediate container 87fa83f13716 [2023-02-17T05:36:00.720Z] ---> a44637cd8d4d [2023-02-17T05:36:00.720Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-02-17T05:36:00.989Z] ---> Running in b4e90dacd5ba [2023-02-17T05:36:03.597Z] Removing intermediate container b4e90dacd5ba [2023-02-17T05:36:03.597Z] ---> 798760064e40 [2023-02-17T05:36:03.597Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-02-17T05:36:03.864Z] ---> Running in 18739bfea2b0 [2023-02-17T05:36:04.447Z] Removing intermediate container 18739bfea2b0 [2023-02-17T05:36:04.447Z] ---> 31710d7bf65a [2023-02-17T05:36:04.447Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-02-17T05:36:05.407Z] ---> 1b3ecf1bbf6c [2023-02-17T05:36:05.407Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-02-17T05:36:05.407Z] ---> Running in 286819610ca6 [2023-02-17T05:36:09.659Z] Removing intermediate container 286819610ca6 [2023-02-17T05:36:09.659Z] ---> d61c363cd8b7 [2023-02-17T05:36:09.659Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-17T05:36:11.066Z] ---> b6fb3d91363f [2023-02-17T05:36:11.066Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-02-17T05:36:14.405Z] ---> 01a054d0210d [2023-02-17T05:36:14.405Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-02-17T05:36:15.823Z] ---> 281e4f2228c2 [2023-02-17T05:36:15.823Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-02-17T05:36:16.406Z] Removing intermediate container 7fb0dd217e77 [2023-02-17T05:36:16.406Z] ---> 61e3cf1287e4 [2023-02-17T05:36:16.406Z] [2023-02-17T05:36:16.406Z] Step 10/22 : FROM alpine:3.16 [2023-02-17T05:36:16.406Z] ---> 4c81e5bf8899 [2023-02-17T05:36:16.406Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-02-17T05:36:16.672Z] ---> Running in b568d3373eed [2023-02-17T05:36:17.258Z] Removing intermediate container b568d3373eed [2023-02-17T05:36:17.524Z] ---> 0bf0c629be22 [2023-02-17T05:36:17.524Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-02-17T05:36:17.524Z] ---> dd051407a5cc [2023-02-17T05:36:17.524Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-02-17T05:36:17.799Z] ---> Running in 28ac8150c43e [2023-02-17T05:36:19.746Z] ---> bda20e3944cc [2023-02-17T05:36:19.746Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-02-17T05:36:20.014Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-17T05:36:20.284Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-17T05:36:21.244Z] ---> f30dd814b93c [2023-02-17T05:36:21.244Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-02-17T05:36:21.510Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-17T05:36:21.510Z] Executing busybox-1.35.0-r17.trigger [2023-02-17T05:36:21.778Z] OK: 5 MiB in 15 packages [2023-02-17T05:36:23.718Z] ---> 01957b965d1d [2023-02-17T05:36:23.719Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-02-17T05:36:23.719Z] ---> Running in 48848663334a [2023-02-17T05:36:24.678Z] Removing intermediate container 28ac8150c43e [2023-02-17T05:36:24.678Z] ---> d0e0f1440ed9 [2023-02-17T05:36:24.678Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-17T05:36:26.622Z] ---> addb7f12a494 [2023-02-17T05:36:26.622Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-02-17T05:36:27.583Z] Removing intermediate container 48848663334a [2023-02-17T05:36:27.583Z] ---> e366fd459d03 [2023-02-17T05:36:27.583Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-02-17T05:36:27.583Z] ---> Running in 02462d31dc1e [2023-02-17T05:36:28.544Z] Removing intermediate container 02462d31dc1e [2023-02-17T05:36:28.544Z] ---> 908f4f715082 [2023-02-17T05:36:28.545Z] Step 29/32 : CMD ["gate"] [2023-02-17T05:36:28.810Z] ---> Running in 0de39403cc81 [2023-02-17T05:36:28.810Z] Removing intermediate container c043fdcb67ce [2023-02-17T05:36:28.810Z] ---> ba6b29466099 [2023-02-17T05:36:28.810Z] [2023-02-17T05:36:28.810Z] Step 10/23 : FROM alpine:3.16 [2023-02-17T05:36:28.810Z] ---> 4c81e5bf8899 [2023-02-17T05:36:28.810Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-02-17T05:36:29.080Z] ---> 09ce20c5ec54 [2023-02-17T05:36:29.080Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-02-17T05:36:29.080Z] ---> Running in 06cc9dbb3329 [2023-02-17T05:36:29.678Z] Removing intermediate container 0de39403cc81 [2023-02-17T05:36:29.678Z] ---> d2855d623510 [2023-02-17T05:36:29.678Z] Step 30/32 : LABEL arch=arm64 [2023-02-17T05:36:29.950Z] ---> Running in 8a69e1f7f27f [2023-02-17T05:36:30.908Z] Removing intermediate container 8a69e1f7f27f [2023-02-17T05:36:30.908Z] ---> ea31b73bdf11 [2023-02-17T05:36:30.908Z] Step 31/32 : LABEL git_sha=8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:36:31.180Z] ---> c3ec3c533941 [2023-02-17T05:36:31.180Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-02-17T05:36:31.451Z] ---> Running in aa101befb283 [2023-02-17T05:36:31.718Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-17T05:36:32.299Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-17T05:36:32.299Z] Removing intermediate container aa101befb283 [2023-02-17T05:36:32.300Z] ---> 8515d21209fd [2023-02-17T05:36:32.300Z] Step 32/32 : LABEL version=3.0.0-dev.56 [2023-02-17T05:36:32.581Z] ---> Running in fa49d5d70d3a [2023-02-17T05:36:32.849Z] ---> f9e91be0aa41 [2023-02-17T05:36:32.849Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-17T05:36:32.849Z] ---> Running in f65a48d568dc [2023-02-17T05:36:33.812Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-17T05:36:33.812Z] Executing busybox-1.35.0-r17.trigger [2023-02-17T05:36:33.812Z] OK: 5 MiB in 15 packages [2023-02-17T05:36:34.082Z] Removing intermediate container fa49d5d70d3a [2023-02-17T05:36:34.082Z] ---> 9f764f1438e1 [2023-02-17T05:36:34.082Z] [2023-02-17T05:36:34.666Z] Successfully built 9f764f1438e1 [2023-02-17T05:36:34.666Z] Successfully tagged security-bootstrapper-arm64:latest [2023-02-17T05:36:34.666Z] Building support-scheduler [2023-02-17T05:36:35.686Z]  Building security-bootstrapper ... done Removing intermediate container 06cc9dbb3329 [2023-02-17T05:36:35.686Z] ---> 1fb038ac9346 [2023-02-17T05:36:35.686Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-17T05:36:36.272Z] ---> Running in 5a543256c04f [2023-02-17T05:36:37.231Z] Removing intermediate container f65a48d568dc [2023-02-17T05:36:37.231Z] ---> 68c97c8680ed [2023-02-17T05:36:37.231Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-02-17T05:36:37.231Z] Removing intermediate container 5a543256c04f [2023-02-17T05:36:37.231Z] ---> ea6e702e7a83 [2023-02-17T05:36:37.231Z] Step 13/23 : ENV APP_PORT=59882 [2023-02-17T05:36:37.498Z] ---> Running in 3dad5e21648d [2023-02-17T05:36:37.498Z] ---> Running in 17dbab5de25d [2023-02-17T05:36:38.543Z] Removing intermediate container 17dbab5de25d [2023-02-17T05:36:38.543Z] ---> 1dcb780b870b [2023-02-17T05:36:38.543Z] Step 14/23 : EXPOSE $APP_PORT [2023-02-17T05:36:38.543Z] Removing intermediate container 3dad5e21648d [2023-02-17T05:36:38.543Z] ---> 2f4735007e2b [2023-02-17T05:36:38.543Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-02-17T05:36:38.850Z] ---> Running in b9ead327206b [2023-02-17T05:36:39.123Z] ---> Running in 988436dea59c [2023-02-17T05:36:40.605Z] Removing intermediate container b9ead327206b [2023-02-17T05:36:40.605Z] ---> 611ed0748883 [2023-02-17T05:36:40.605Z] Step 15/23 : WORKDIR / [2023-02-17T05:36:40.605Z] Removing intermediate container 988436dea59c [2023-02-17T05:36:40.605Z] ---> 13601ef99e72 [2023-02-17T05:36:40.605Z] Step 20/22 : LABEL arch=arm64 [2023-02-17T05:36:40.605Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-17T05:36:40.605Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-17T05:36:40.605Z] ---> 8e4d42fc8a53 [2023-02-17T05:36:40.605Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-17T05:36:40.605Z] ---> Using cache [2023-02-17T05:36:40.605Z] ---> fbe5de5a320e [2023-02-17T05:36:40.605Z] Step 4/22 : WORKDIR /edgex-go [2023-02-17T05:36:40.605Z] ---> Using cache [2023-02-17T05:36:40.605Z] ---> fcab54bf33d9 [2023-02-17T05:36:40.605Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-17T05:36:40.605Z] ---> Using cache [2023-02-17T05:36:40.605Z] ---> 3ccb7c845552 [2023-02-17T05:36:40.605Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-17T05:36:40.897Z] ---> Running in d90a6ef5dc53 [2023-02-17T05:36:40.897Z] ---> Running in 99939dfb94da [2023-02-17T05:36:40.897Z] ---> Using cache [2023-02-17T05:36:40.897Z] ---> 04fd07f1c192 [2023-02-17T05:36:40.897Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-17T05:36:40.897Z] ---> Using cache [2023-02-17T05:36:40.897Z] ---> d14a2b7a1afa [2023-02-17T05:36:40.897Z] Step 8/22 : COPY . . [2023-02-17T05:36:41.190Z] ---> Using cache [2023-02-17T05:36:41.190Z] ---> fd00bee79a74 [2023-02-17T05:36:41.190Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-02-17T05:36:41.475Z] ---> Running in c34105feb680 [2023-02-17T05:36:42.106Z] Removing intermediate container 99939dfb94da [2023-02-17T05:36:42.106Z] ---> ad0fc5ae6b2a [2023-02-17T05:36:42.106Z] Step 21/22 : LABEL git_sha=8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:36:42.399Z] ---> Running in f69dfe7a016b [2023-02-17T05:36:42.399Z] Removing intermediate container d90a6ef5dc53 [2023-02-17T05:36:42.399Z] ---> 3946b8dd7fe3 [2023-02-17T05:36:42.399Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-17T05:36:43.868Z] Removing intermediate container f69dfe7a016b [2023-02-17T05:36:43.868Z] ---> 7225d0f8a399 [2023-02-17T05:36:43.868Z] Step 22/22 : LABEL version=3.0.0-dev.56 [2023-02-17T05:36:43.868Z] ---> Running in 6bed8f8f290b [2023-02-17T05:36:44.137Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-02-17T05:36:45.104Z] Removing intermediate container 6bed8f8f290b [2023-02-17T05:36:45.104Z] ---> 3eda2b9b5fc9 [2023-02-17T05:36:45.104Z] [2023-02-17T05:36:45.104Z] ---> 83827104ea1a [2023-02-17T05:36:45.104Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-02-17T05:36:45.104Z] Successfully built 3eda2b9b5fc9 [2023-02-17T05:36:45.104Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-02-17T05:36:45.104Z]  Building core-common-config-bootstrapper ... done Building security-proxy-setup [2023-02-17T05:36:46.523Z] Removing intermediate container 0a41476d3e5a [2023-02-17T05:36:46.523Z] ---> a941c6f8dd6b [2023-02-17T05:36:46.523Z] [2023-02-17T05:36:46.523Z] Step 10/24 : FROM alpine:3.16 [2023-02-17T05:36:46.523Z] ---> 4c81e5bf8899 [2023-02-17T05:36:46.523Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-02-17T05:36:46.523Z] ---> Using cache [2023-02-17T05:36:46.523Z] ---> 1fb038ac9346 [2023-02-17T05:36:46.523Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-17T05:36:46.523Z] ---> Using cache [2023-02-17T05:36:46.523Z] ---> ea6e702e7a83 [2023-02-17T05:36:46.523Z] Step 13/24 : ENV APP_PORT=59881 [2023-02-17T05:36:46.523Z] ---> Running in e6a028e2b34d [2023-02-17T05:36:47.113Z] Removing intermediate container e6a028e2b34d [2023-02-17T05:36:47.113Z] ---> cebd330035c4 [2023-02-17T05:36:47.113Z] ---> e740e951d1c9 [2023-02-17T05:36:47.113Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-02-17T05:36:47.113Z] Step 14/24 : EXPOSE $APP_PORT [2023-02-17T05:36:47.383Z] ---> Running in f15588baf2fe [2023-02-17T05:36:47.983Z] Removing intermediate container f15588baf2fe [2023-02-17T05:36:47.983Z] ---> c5792647529e [2023-02-17T05:36:47.983Z] Step 15/24 : WORKDIR / [2023-02-17T05:36:47.983Z] ---> Running in 883522191f4f [2023-02-17T05:36:48.571Z] ---> 9244e9bda3b4 [2023-02-17T05:36:48.571Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-02-17T05:36:48.842Z] ---> Running in d9fb7d8de7d1 [2023-02-17T05:36:48.842Z] Removing intermediate container 883522191f4f [2023-02-17T05:36:48.842Z] ---> 418ff81ac9c2 [2023-02-17T05:36:48.842Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-17T05:36:49.808Z] Removing intermediate container d9fb7d8de7d1 [2023-02-17T05:36:49.808Z] ---> d6910e36b99f [2023-02-17T05:36:49.808Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-17T05:36:49.808Z] ---> Running in b3a3fef3644f [2023-02-17T05:36:50.400Z] ---> f55ee8180ea9 [2023-02-17T05:36:50.400Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-02-17T05:36:50.400Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-17T05:36:50.400Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-02-17T05:36:50.400Z] ---> 8e4d42fc8a53 [2023-02-17T05:36:50.400Z] Step 3/21 : WORKDIR /edgex-go [2023-02-17T05:36:50.400Z] ---> Using cache [2023-02-17T05:36:50.400Z] ---> ed7ee83706f4 [2023-02-17T05:36:50.400Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-02-17T05:36:50.676Z] ---> Running in 6a7841eb20ca [2023-02-17T05:36:50.676Z] Removing intermediate container b3a3fef3644f [2023-02-17T05:36:50.676Z] ---> ff2301856290 [2023-02-17T05:36:50.676Z] Step 21/23 : LABEL arch=arm64 [2023-02-17T05:36:50.947Z] ---> Running in cf8a56a8e5d8 [2023-02-17T05:36:51.919Z] Removing intermediate container cf8a56a8e5d8 [2023-02-17T05:36:51.919Z] ---> 2da125e0c9e8 [2023-02-17T05:36:51.919Z] Step 22/23 : LABEL git_sha=8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:36:53.875Z] ---> Running in a427e14eabb6 [2023-02-17T05:36:54.144Z] ---> c4047e73cd10 [2023-02-17T05:36:54.144Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-02-17T05:36:54.144Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-17T05:36:54.414Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-17T05:36:54.685Z] Removing intermediate container a427e14eabb6 [2023-02-17T05:36:54.685Z] ---> 883dcec340e5 [2023-02-17T05:36:54.685Z] Step 23/23 : LABEL version=3.0.0-dev.56 [2023-02-17T05:36:54.685Z] ---> Running in fc2639ea1cda [2023-02-17T05:36:54.955Z] ---> f2409e8358f7 [2023-02-17T05:36:54.955Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-02-17T05:36:55.551Z] Removing intermediate container fc2639ea1cda [2023-02-17T05:36:55.551Z] ---> a1da1661bf7c [2023-02-17T05:36:55.551Z] [2023-02-17T05:36:55.843Z] Successfully built a1da1661bf7c [2023-02-17T05:36:55.843Z] Successfully tagged core-command-arm64:latest [2023-02-17T05:36:55.843Z]  Building core-command ... done Building security-spire-config [2023-02-17T05:36:56.114Z] OK: 221 MiB in 51 packages [2023-02-17T05:36:56.114Z] ---> 4cf73c599251 [2023-02-17T05:36:56.114Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-02-17T05:36:56.114Z] ---> Running in 1b87f5577dc1 [2023-02-17T05:36:56.705Z] Removing intermediate container 1b87f5577dc1 [2023-02-17T05:36:56.705Z] ---> e0f554bd05bc [2023-02-17T05:36:56.705Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-17T05:36:56.981Z] ---> Running in a6eed89cfbbf [2023-02-17T05:36:57.577Z] Removing intermediate container a6eed89cfbbf [2023-02-17T05:36:57.577Z] ---> 40142906bc0e [2023-02-17T05:36:57.577Z] Step 22/24 : LABEL arch=arm64Removing intermediate container 6a7841eb20ca [2023-02-17T05:36:57.577Z] [2023-02-17T05:36:57.577Z] ---> 9efbdd6f15b8 [2023-02-17T05:36:57.577Z] Step 5/21 : COPY go.mod vendor* ./ [2023-02-17T05:36:57.577Z] ---> Running in b76a4998a1da [2023-02-17T05:36:58.555Z] Removing intermediate container b76a4998a1da [2023-02-17T05:36:58.555Z] ---> 3296a205b75d [2023-02-17T05:36:58.555Z] Step 23/24 : LABEL git_sha=8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:36:58.555Z] ---> Running in ed9d1c895693 [2023-02-17T05:36:58.825Z] ---> 32b140f392d0 [2023-02-17T05:36:58.825Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-17T05:36:58.825Z] ---> Running in 47671fdac923 [2023-02-17T05:36:59.096Z] Removing intermediate container ed9d1c895693 [2023-02-17T05:36:59.096Z] ---> ad4a6c813041 [2023-02-17T05:36:59.096Z] Step 24/24 : LABEL version=3.0.0-dev.56 [2023-02-17T05:36:59.366Z] ---> Running in eae9afd21cc7 [2023-02-17T05:37:00.338Z] Removing intermediate container eae9afd21cc7 [2023-02-17T05:37:00.338Z] ---> 732ab974931f [2023-02-17T05:37:00.338Z] [2023-02-17T05:37:00.338Z] Successfully built 732ab974931f [2023-02-17T05:37:00.338Z] Successfully tagged core-metadata-arm64:latest [2023-02-17T05:37:00.338Z] Building support-notifications [2023-02-17T05:37:00.929Z]  Building core-metadata ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-17T05:37:00.929Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-17T05:37:00.929Z] ---> 8e4d42fc8a53 [2023-02-17T05:37:00.929Z] Step 3/24 : WORKDIR /edgex-go [2023-02-17T05:37:00.929Z] ---> Using cache [2023-02-17T05:37:00.929Z] ---> ed7ee83706f4 [2023-02-17T05:37:00.929Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-17T05:37:00.929Z] ---> Running in 0a4721294f19 [2023-02-17T05:37:02.885Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-17T05:37:03.164Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-17T05:37:04.579Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-17T05:37:04.579Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-17T05:37:04.579Z] ---> 8e4d42fc8a53 [2023-02-17T05:37:04.579Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-17T05:37:04.579Z] ---> Using cache [2023-02-17T05:37:04.579Z] ---> fbe5de5a320e [2023-02-17T05:37:04.579Z] Step 4/22 : WORKDIR /edgex-go [2023-02-17T05:37:04.579Z] ---> Using cache [2023-02-17T05:37:04.579Z] ---> fcab54bf33d9 [2023-02-17T05:37:04.579Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-02-17T05:37:04.579Z] OK: 221 MiB in 51 packages [2023-02-17T05:37:04.579Z] ---> Running in 3eac20bf75d0 [2023-02-17T05:37:06.008Z] Removing intermediate container 0a4721294f19 [2023-02-17T05:37:06.008Z] ---> 49cea819e1c9 [2023-02-17T05:37:06.008Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-17T05:37:06.976Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-17T05:37:06.976Z] ---> 347f58b0fd29 [2023-02-17T05:37:07.246Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-17T05:37:07.246Z] ---> Running in 15abb48dc4f3 [2023-02-17T05:37:07.519Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-17T05:37:08.937Z] OK: 221 MiB in 51 packages [2023-02-17T05:37:10.346Z] Removing intermediate container 3eac20bf75d0 [2023-02-17T05:37:10.346Z] ---> 8fcbdd77f2d9 [2023-02-17T05:37:10.346Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-17T05:37:11.315Z] ---> 9647ad5ddafc [2023-02-17T05:37:11.315Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-17T05:37:11.584Z] ---> Running in 973be095c76b [2023-02-17T05:37:33.637Z] Removing intermediate container 093d1782eb01 [2023-02-17T05:37:33.637Z] ---> 684743b4973a [2023-02-17T05:37:33.637Z] [2023-02-17T05:37:33.637Z] Step 9/19 : FROM alpine:3.15 [2023-02-17T05:37:33.637Z] 3.15: Pulling from library/alpine [2023-02-17T05:37:33.906Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-02-17T05:37:33.906Z] Status: Downloaded newer image for alpine:3.15 [2023-02-17T05:37:33.906Z] ---> 354640af7b1b [2023-02-17T05:37:33.906Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-17T05:37:34.863Z] ---> Running in 36d3c421cba0 [2023-02-17T05:37:35.451Z] Removing intermediate container 36d3c421cba0 [2023-02-17T05:37:35.451Z] ---> c32e67213453 [2023-02-17T05:37:35.451Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-02-17T05:37:35.451Z] ---> Running in 509521c99cab [2023-02-17T05:37:37.396Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-17T05:37:37.978Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-17T05:37:39.387Z] v3.15.7-14-gcfb0d81afed [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-17T05:37:39.387Z] v3.15.7-13-gd738a42a973 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-17T05:37:39.387Z] OK: 15734 distinct packages available [2023-02-17T05:37:39.655Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-17T05:37:39.921Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-17T05:37:40.878Z] (1/9) Installing ca-certificates (20220614-r0) [2023-02-17T05:37:40.878Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-02-17T05:37:40.878Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-02-17T05:37:40.878Z] (4/9) Installing libcurl (7.80.0-r6) [2023-02-17T05:37:41.146Z] (5/9) Installing curl (7.80.0-r6) [2023-02-17T05:37:41.146Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-02-17T05:37:41.146Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-02-17T05:37:41.146Z] (8/9) Installing libucontext (1.1-r0) [2023-02-17T05:37:41.146Z] (9/9) Installing gcompat (1.0.0-r4) [2023-02-17T05:37:41.146Z] Executing busybox-1.34.1-r7.trigger [2023-02-17T05:37:41.146Z] Executing ca-certificates-20220614-r0.trigger [2023-02-17T05:37:41.416Z] OK: 8 MiB in 23 packages [2023-02-17T05:37:44.763Z] Removing intermediate container 509521c99cab [2023-02-17T05:37:44.763Z] ---> 7d952693a269 [2023-02-17T05:37:44.763Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-17T05:37:45.735Z] ---> 296c1257abf8 [2023-02-17T05:37:45.735Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-02-17T05:37:48.306Z] ---> edee87ab1c8a [2023-02-17T05:37:48.306Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-02-17T05:37:48.887Z] ---> 587f502f2fae [2023-02-17T05:37:48.887Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-02-17T05:37:48.887Z] ---> Running in e6dbd1e9f660 [2023-02-17T05:37:49.475Z] Removing intermediate container e6dbd1e9f660 [2023-02-17T05:37:49.475Z] ---> d34e06707d24 [2023-02-17T05:37:49.475Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-17T05:37:49.743Z] ---> Running in 118e646c021a [2023-02-17T05:37:50.334Z] Removing intermediate container 118e646c021a [2023-02-17T05:37:50.334Z] ---> a1f601acfc2b [2023-02-17T05:37:50.334Z] Step 17/19 : LABEL arch=arm64 [2023-02-17T05:37:50.334Z] ---> Running in 32f13279685c [2023-02-17T05:37:50.923Z] Removing intermediate container 32f13279685c [2023-02-17T05:37:50.923Z] ---> f4635a45c8ba [2023-02-17T05:37:50.923Z] Step 18/19 : LABEL git_sha=8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:37:51.188Z] ---> Running in 412d7d422c58 [2023-02-17T05:37:52.147Z] Removing intermediate container 412d7d422c58 [2023-02-17T05:37:52.147Z] ---> 318d0f4e4cbe [2023-02-17T05:37:52.147Z] Step 19/19 : LABEL version=3.0.0-dev.56 [2023-02-17T05:37:52.414Z] ---> Running in bd767ea60171 [2023-02-17T05:37:53.381Z] Removing intermediate container bd767ea60171 [2023-02-17T05:37:53.381Z] ---> d3044fd486a3 [2023-02-17T05:37:53.381Z] [2023-02-17T05:37:53.381Z] Successfully built d3044fd486a3 [2023-02-17T05:37:53.647Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-02-17T05:37:53.647Z]  Building security-spiffe-token-provider ... done Building security-secretstore-setup [2023-02-17T05:37:58.981Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-17T05:37:58.981Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-17T05:37:58.981Z] ---> 8e4d42fc8a53 [2023-02-17T05:37:58.981Z] Step 3/24 : WORKDIR /edgex-go [2023-02-17T05:37:58.981Z] ---> Using cache [2023-02-17T05:37:58.981Z] ---> ed7ee83706f4 [2023-02-17T05:37:58.981Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-02-17T05:37:58.981Z] ---> Using cache [2023-02-17T05:37:58.981Z] ---> 9efbdd6f15b8 [2023-02-17T05:37:58.981Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-17T05:37:58.981Z] ---> Using cache [2023-02-17T05:37:58.981Z] ---> 32b140f392d0 [2023-02-17T05:37:58.981Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-17T05:37:59.941Z] ---> Running in baacd7dda67a [2023-02-17T05:39:07.794Z] Removing intermediate container 47671fdac923 [2023-02-17T05:39:07.794Z] ---> 5318327cb997 [2023-02-17T05:39:07.794Z] Step 7/21 : COPY . . [2023-02-17T05:39:13.144Z] ---> 6c09a6be9ecb [2023-02-17T05:39:13.144Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-02-17T05:39:13.144Z] ---> Running in 8bb8d673536a [2023-02-17T05:39:15.086Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-02-17T05:39:21.732Z] Removing intermediate container 15abb48dc4f3 [2023-02-17T05:39:21.732Z] ---> bb282da9f536 [2023-02-17T05:39:21.732Z] Step 7/24 : COPY . . [2023-02-17T05:39:24.315Z] Removing intermediate container 973be095c76b [2023-02-17T05:39:24.315Z] ---> 8cda25b4a811 [2023-02-17T05:39:24.315Z] Step 8/22 : COPY . . [2023-02-17T05:39:29.670Z] ---> 3bfd6a2ad500 [2023-02-17T05:39:29.670Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-17T05:39:29.937Z] ---> Running in e0c85d9e7a8e [2023-02-17T05:39:30.210Z] ---> 1d093e3f1544 [2023-02-17T05:39:30.210Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-02-17T05:39:30.477Z] ---> Running in b1f7a57b7b28 [2023-02-17T05:39:30.746Z] Removing intermediate container e0c85d9e7a8e [2023-02-17T05:39:30.746Z] ---> f435cc1c0a9e [2023-02-17T05:39:30.746Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-17T05:39:31.025Z] ---> Running in 72de5bab63a8 [2023-02-17T05:39:32.464Z] Removing intermediate container 72de5bab63a8 [2023-02-17T05:39:32.464Z] ---> e6d8bc61c01a [2023-02-17T05:39:32.464Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-17T05:39:32.464Z] ---> Running in dcbb2887b051 [2023-02-17T05:39:33.893Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-02-17T05:39:36.489Z] Removing intermediate container dcbb2887b051 [2023-02-17T05:39:36.489Z] ---> 6bb8c87494be [2023-02-17T05:39:36.489Z] Step 11/24 : WORKDIR /edgex-go [2023-02-17T05:39:36.757Z] ---> Running in 3f4d5a223a84 [2023-02-17T05:39:37.724Z] Removing intermediate container 3f4d5a223a84 [2023-02-17T05:39:37.724Z] ---> e3db8efa1ab2 [2023-02-17T05:39:37.724Z] [2023-02-17T05:39:37.724Z] Step 12/24 : FROM alpine:3.15 [2023-02-17T05:39:37.724Z] ---> 354640af7b1b [2023-02-17T05:39:37.724Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-17T05:39:37.724Z] ---> Using cache [2023-02-17T05:39:37.724Z] ---> c32e67213453 [2023-02-17T05:39:37.724Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-02-17T05:39:37.724Z] ---> Running in 1c6d4155b37e [2023-02-17T05:39:40.341Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-17T05:39:40.929Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-17T05:39:43.556Z] v3.15.7-14-gcfb0d81afed [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-17T05:39:43.556Z] v3.15.7-13-gd738a42a973 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-17T05:39:43.556Z] OK: 15734 distinct packages available [2023-02-17T05:39:43.556Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-17T05:39:43.827Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-17T05:39:45.247Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-02-17T05:39:45.247Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-02-17T05:39:45.247Z] (3/4) Installing libucontext (1.1-r0) [2023-02-17T05:39:45.247Z] (4/4) Installing gcompat (1.0.0-r4) [2023-02-17T05:39:45.247Z] Executing busybox-1.34.1-r7.trigger [2023-02-17T05:39:45.247Z] OK: 6 MiB in 18 packages [2023-02-17T05:39:47.213Z] Removing intermediate container 1c6d4155b37e [2023-02-17T05:39:47.213Z] ---> d58143319d1a [2023-02-17T05:39:47.213Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-17T05:39:47.807Z] Removing intermediate container baacd7dda67a [2023-02-17T05:39:47.807Z] ---> 60d97a40eb4a [2023-02-17T05:39:47.807Z] Step 7/24 : COPY . . [2023-02-17T05:39:53.173Z] ---> 4bd443a7c84e [2023-02-17T05:39:53.173Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-02-17T05:39:53.173Z] ---> Running in f0b14917bdb3 [2023-02-17T05:39:55.135Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-02-17T05:39:56.124Z] ---> 194096fdecad [2023-02-17T05:39:56.124Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-02-17T05:39:56.716Z] ---> 9b5dc81ced8d [2023-02-17T05:39:56.716Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-02-17T05:39:56.998Z] ---> Running in 6c55d788b00d [2023-02-17T05:39:57.589Z] Removing intermediate container 6c55d788b00d [2023-02-17T05:39:57.589Z] ---> d4d574b87b9a [2023-02-17T05:39:57.589Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-02-17T05:39:58.566Z] ---> 0dde1d374e86 [2023-02-17T05:39:58.566Z] Step 19/24 : WORKDIR / [2023-02-17T05:39:58.566Z] ---> Running in 867193e8ca70 [2023-02-17T05:39:59.164Z] Removing intermediate container 867193e8ca70 [2023-02-17T05:39:59.164Z] ---> 17e9871659f9 [2023-02-17T05:39:59.164Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-17T05:39:59.446Z] ---> Running in 716fe90bacba [2023-02-17T05:40:00.037Z] Removing intermediate container 716fe90bacba [2023-02-17T05:40:00.037Z] ---> 3922d0cc1798 [2023-02-17T05:40:00.037Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-17T05:40:00.037Z] ---> Running in 75bc3c3431b2 [2023-02-17T05:40:00.313Z] Removing intermediate container 75bc3c3431b2 [2023-02-17T05:40:00.313Z] ---> c17e3f954a53 [2023-02-17T05:40:00.313Z] Step 22/24 : LABEL arch=arm64 [2023-02-17T05:40:00.586Z] ---> Running in 9e9970d297ed [2023-02-17T05:40:00.855Z] Removing intermediate container 9e9970d297ed [2023-02-17T05:40:00.855Z] ---> 4e865ee47bcf [2023-02-17T05:40:00.855Z] Step 23/24 : LABEL git_sha=8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:40:01.130Z] ---> Running in 6aff668cfdcf [2023-02-17T05:40:01.398Z] Removing intermediate container 6aff668cfdcf [2023-02-17T05:40:01.398Z] ---> 57e130706a26 [2023-02-17T05:40:01.398Z] Step 24/24 : LABEL version=3.0.0-dev.56 [2023-02-17T05:40:01.673Z] ---> Running in 60f805dfd63a [2023-02-17T05:40:01.943Z] Removing intermediate container 60f805dfd63a [2023-02-17T05:40:01.943Z] ---> a06c9cdfdfd3 [2023-02-17T05:40:01.943Z] [2023-02-17T05:40:02.211Z] Successfully built a06c9cdfdfd3 [2023-02-17T05:40:02.211Z] Successfully tagged security-spire-config-arm64:latest [2023-02-17T05:40:02.211Z]  Building security-spire-config ... done Building security-spire-server [2023-02-17T05:40:06.489Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-17T05:40:06.489Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-17T05:40:06.489Z] ---> 8e4d42fc8a53 [2023-02-17T05:40:06.489Z] Step 3/23 : WORKDIR /edgex-go [2023-02-17T05:40:06.489Z] ---> Using cache [2023-02-17T05:40:06.489Z] ---> ed7ee83706f4 [2023-02-17T05:40:06.489Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-02-17T05:40:06.489Z] ---> Using cache [2023-02-17T05:40:06.489Z] ---> 49cea819e1c9 [2023-02-17T05:40:06.489Z] Step 5/23 : COPY go.mod vendor* ./ [2023-02-17T05:40:06.489Z] ---> Using cache [2023-02-17T05:40:06.489Z] ---> 347f58b0fd29 [2023-02-17T05:40:06.489Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-17T05:40:06.489Z] ---> Using cache [2023-02-17T05:40:06.489Z] ---> bb282da9f536 [2023-02-17T05:40:06.489Z] Step 7/23 : COPY . . [2023-02-17T05:40:06.489Z] ---> Using cache [2023-02-17T05:40:06.489Z] ---> 3bfd6a2ad500 [2023-02-17T05:40:06.489Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-02-17T05:40:06.489Z] ---> Using cache [2023-02-17T05:40:06.489Z] ---> f435cc1c0a9e [2023-02-17T05:40:06.489Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-02-17T05:40:06.489Z] ---> Using cache [2023-02-17T05:40:06.489Z] ---> e6d8bc61c01a [2023-02-17T05:40:06.489Z] Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-17T05:40:07.082Z] ---> Running in 96b4d8873c22 [2023-02-17T05:40:10.445Z] Removing intermediate container 96b4d8873c22 [2023-02-17T05:40:10.445Z] ---> 77edecc0a78c [2023-02-17T05:40:10.445Z] Step 11/23 : WORKDIR /edgex-go [2023-02-17T05:40:10.445Z] ---> Running in b3328f094534 [2023-02-17T05:40:11.039Z] Removing intermediate container b3328f094534 [2023-02-17T05:40:11.039Z] ---> 40d304dbb42e [2023-02-17T05:40:11.039Z] [2023-02-17T05:40:11.039Z] Step 12/23 : FROM alpine:3.15 [2023-02-17T05:40:11.039Z] ---> 354640af7b1b [2023-02-17T05:40:11.039Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-17T05:40:11.039Z] ---> Using cache [2023-02-17T05:40:11.039Z] ---> c32e67213453 [2023-02-17T05:40:11.039Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-17T05:40:11.311Z] ---> Running in 4f5f0372fc07 [2023-02-17T05:40:13.271Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-17T05:40:13.542Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-17T05:40:15.503Z] v3.15.7-14-gcfb0d81afed [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-17T05:40:15.503Z] v3.15.7-13-gd738a42a973 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-17T05:40:15.503Z] OK: 15734 distinct packages available [2023-02-17T05:40:15.503Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-17T05:40:15.774Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-17T05:40:17.200Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-02-17T05:40:17.200Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-02-17T05:40:17.200Z] (3/5) Installing libucontext (1.1-r0) [2023-02-17T05:40:17.200Z] (4/5) Installing gcompat (1.0.0-r4) [2023-02-17T05:40:17.200Z] (5/5) Installing openssl (1.1.1t-r1) [2023-02-17T05:40:17.200Z] Executing busybox-1.34.1-r7.trigger [2023-02-17T05:40:17.200Z] OK: 6 MiB in 19 packages [2023-02-17T05:40:20.581Z] Removing intermediate container 4f5f0372fc07 [2023-02-17T05:40:20.581Z] ---> 7700dff0356f [2023-02-17T05:40:20.581Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-17T05:40:25.952Z] ---> 309acd8caf3e [2023-02-17T05:40:25.952Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-02-17T05:40:26.682Z] ---> 7d21dc505e3b [2023-02-17T05:40:26.985Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-02-17T05:40:28.001Z] ---> df30f8047f5e [2023-02-17T05:40:28.001Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-02-17T05:40:28.622Z] ---> 74b9930486b1 [2023-02-17T05:40:28.914Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-17T05:40:28.914Z] ---> Running in 60449886e4d3 [2023-02-17T05:40:29.529Z] Removing intermediate container 60449886e4d3 [2023-02-17T05:40:29.529Z] ---> 6d73bd24d4d2 [2023-02-17T05:40:29.529Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-17T05:40:29.529Z] ---> Running in 6e8deb3a5de9 [2023-02-17T05:40:30.145Z] Removing intermediate container 6e8deb3a5de9 [2023-02-17T05:40:30.145Z] ---> a3c74e446672 [2023-02-17T05:40:30.145Z] Step 21/23 : LABEL arch=arm64 [2023-02-17T05:40:30.145Z] ---> Running in 61c7e5544f8e [2023-02-17T05:40:30.750Z] Removing intermediate container 61c7e5544f8e [2023-02-17T05:40:30.750Z] ---> c49b88e37991 [2023-02-17T05:40:30.750Z] Step 22/23 : LABEL git_sha=8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:40:30.750Z] ---> Running in c6fbd1f1dde9 [2023-02-17T05:40:31.361Z] Removing intermediate container c6fbd1f1dde9 [2023-02-17T05:40:31.361Z] ---> b73bbbb506a7 [2023-02-17T05:40:31.361Z] Step 23/23 : LABEL version=3.0.0-dev.56 [2023-02-17T05:40:31.631Z] ---> Running in 454ebee7a4b0 [2023-02-17T05:40:32.215Z] Removing intermediate container 454ebee7a4b0 [2023-02-17T05:40:32.215Z] ---> 54ab3721347b [2023-02-17T05:40:32.215Z] [2023-02-17T05:40:32.215Z] Successfully built 54ab3721347b [2023-02-17T05:40:32.215Z] Successfully tagged security-spire-server-arm64:latest [2023-02-17T05:40:32.215Z] Building security-spire-agent [2023-02-17T05:40:36.466Z]  Building security-spire-server ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-17T05:40:36.466Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-17T05:40:36.466Z] ---> 8e4d42fc8a53 [2023-02-17T05:40:36.466Z] Step 3/24 : WORKDIR /edgex-go [2023-02-17T05:40:36.466Z] ---> Using cache [2023-02-17T05:40:36.466Z] ---> ed7ee83706f4 [2023-02-17T05:40:36.466Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-17T05:40:36.466Z] ---> Using cache [2023-02-17T05:40:36.466Z] ---> 49cea819e1c9 [2023-02-17T05:40:36.466Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-17T05:40:36.466Z] ---> Using cache [2023-02-17T05:40:36.466Z] ---> 347f58b0fd29 [2023-02-17T05:40:36.466Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-17T05:40:36.466Z] ---> Using cache [2023-02-17T05:40:36.466Z] ---> bb282da9f536 [2023-02-17T05:40:36.466Z] Step 7/24 : COPY . . [2023-02-17T05:40:36.466Z] ---> Using cache [2023-02-17T05:40:36.466Z] ---> 3bfd6a2ad500 [2023-02-17T05:40:36.466Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-17T05:40:36.466Z] ---> Using cache [2023-02-17T05:40:36.466Z] ---> f435cc1c0a9e [2023-02-17T05:40:36.466Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-17T05:40:36.466Z] ---> Using cache [2023-02-17T05:40:36.466Z] ---> e6d8bc61c01a [2023-02-17T05:40:36.466Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-17T05:40:36.466Z] ---> Using cache [2023-02-17T05:40:36.466Z] ---> 6bb8c87494be [2023-02-17T05:40:36.466Z] Step 11/24 : WORKDIR /edgex-go [2023-02-17T05:40:36.466Z] ---> Using cache [2023-02-17T05:40:36.466Z] ---> e3db8efa1ab2 [2023-02-17T05:40:36.466Z] [2023-02-17T05:40:36.466Z] Step 12/24 : FROM alpine:3.15 [2023-02-17T05:40:36.466Z] ---> 354640af7b1b [2023-02-17T05:40:36.466Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-17T05:40:36.466Z] ---> Using cache [2023-02-17T05:40:36.466Z] ---> c32e67213453 [2023-02-17T05:40:36.466Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-17T05:40:36.466Z] ---> Using cache [2023-02-17T05:40:36.466Z] ---> 7700dff0356f [2023-02-17T05:40:36.466Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-02-17T05:40:40.803Z] ---> 7fb387fd7b2a [2023-02-17T05:40:40.803Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-17T05:40:46.150Z] ---> e41251394f05 [2023-02-17T05:40:46.150Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-02-17T05:40:47.115Z] ---> 18febab4b8e5 [2023-02-17T05:40:47.115Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-02-17T05:40:48.075Z] ---> ea6cbfb12f11 [2023-02-17T05:40:48.075Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-02-17T05:40:49.036Z] ---> 6120e12dcae9 [2023-02-17T05:40:49.036Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-17T05:40:49.036Z] ---> Running in 4b3f6f8ed3d2 [2023-02-17T05:40:49.624Z] Removing intermediate container 4b3f6f8ed3d2 [2023-02-17T05:40:49.624Z] ---> 7736155c92bb [2023-02-17T05:40:49.624Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-17T05:40:49.624Z] ---> Running in 1d686649f428 [2023-02-17T05:40:50.210Z] Removing intermediate container 1d686649f428 [2023-02-17T05:40:50.210Z] ---> 84c5ef053124 [2023-02-17T05:40:50.210Z] Step 22/24 : LABEL arch=arm64 [2023-02-17T05:40:50.210Z] ---> Running in 1a041d027a2a [2023-02-17T05:40:50.795Z] Removing intermediate container 1a041d027a2a [2023-02-17T05:40:50.795Z] ---> ff5e9b418f32 [2023-02-17T05:40:50.795Z] Step 23/24 : LABEL git_sha=8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:40:50.795Z] ---> Running in a484ce6e7497 [2023-02-17T05:40:51.380Z] Removing intermediate container a484ce6e7497 [2023-02-17T05:40:51.380Z] ---> a20a7a653aa6 [2023-02-17T05:40:51.380Z] Step 24/24 : LABEL version=3.0.0-dev.56 [2023-02-17T05:40:51.647Z] ---> Running in 9731519f6745 [2023-02-17T05:40:52.247Z] Removing intermediate container 9731519f6745 [2023-02-17T05:40:52.247Z] ---> 2443b1f85bbf [2023-02-17T05:40:52.247Z] [2023-02-17T05:40:52.247Z] Successfully built 2443b1f85bbf [2023-02-17T05:40:52.247Z] Successfully tagged security-spire-agent-arm64:latest [2023-02-17T05:40:52.247Z] Building core-data [2023-02-17T05:40:56.497Z]  Building security-spire-agent ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-17T05:40:56.497Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-17T05:40:56.497Z] ---> 8e4d42fc8a53 [2023-02-17T05:40:56.497Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-17T05:40:56.497Z] ---> Using cache [2023-02-17T05:40:56.497Z] ---> fbe5de5a320e [2023-02-17T05:40:56.497Z] Step 4/22 : WORKDIR /edgex-go [2023-02-17T05:40:56.497Z] ---> Using cache [2023-02-17T05:40:56.497Z] ---> fcab54bf33d9 [2023-02-17T05:40:56.497Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-17T05:40:56.497Z] ---> Using cache [2023-02-17T05:40:56.497Z] ---> 3ccb7c845552 [2023-02-17T05:40:56.497Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-17T05:40:56.497Z] ---> Using cache [2023-02-17T05:40:56.497Z] ---> 04fd07f1c192 [2023-02-17T05:40:56.497Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-17T05:40:56.497Z] ---> Using cache [2023-02-17T05:40:56.497Z] ---> d14a2b7a1afa [2023-02-17T05:40:56.497Z] Step 8/22 : COPY . . [2023-02-17T05:40:56.497Z] ---> Using cache [2023-02-17T05:40:56.497Z] ---> fd00bee79a74 [2023-02-17T05:40:56.497Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-02-17T05:40:59.846Z] ---> Running in 46197271dc5a [2023-02-17T05:41:01.261Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-02-17T05:45:23.151Z] Removing intermediate container c34105feb680 [2023-02-17T05:45:23.151Z] ---> 05e7f1244f8a [2023-02-17T05:45:23.151Z] [2023-02-17T05:45:23.151Z] Step 10/22 : FROM alpine:3.16 [2023-02-17T05:45:23.151Z] ---> 4c81e5bf8899 [2023-02-17T05:45:23.151Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-02-17T05:45:23.151Z] ---> Using cache [2023-02-17T05:45:23.151Z] ---> 1fb038ac9346 [2023-02-17T05:45:23.151Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-17T05:45:23.151Z] ---> Using cache [2023-02-17T05:45:23.151Z] ---> ea6e702e7a83 [2023-02-17T05:45:23.151Z] Step 13/22 : ENV APP_PORT=59861 [2023-02-17T05:45:23.151Z] ---> Running in 9c927de1ede2 [2023-02-17T05:45:23.151Z] Removing intermediate container 9c927de1ede2 [2023-02-17T05:45:23.151Z] ---> 5a77473eabb2 [2023-02-17T05:45:23.151Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-17T05:45:23.151Z] ---> Running in 4db5111db074 [2023-02-17T05:45:23.151Z] Removing intermediate container 4db5111db074 [2023-02-17T05:45:23.151Z] ---> c6ecfea3a621 [2023-02-17T05:45:23.151Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-17T05:45:23.151Z] ---> 1af0685e6f0d [2023-02-17T05:45:23.151Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-02-17T05:45:23.151Z] ---> 058909ff7a8c [2023-02-17T05:45:23.151Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-02-17T05:45:23.151Z] ---> 11995cd1c7ec [2023-02-17T05:45:23.151Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-02-17T05:45:23.151Z] ---> Running in 3c70920b1462 [2023-02-17T05:45:23.151Z] Removing intermediate container 3c70920b1462 [2023-02-17T05:45:23.151Z] ---> d82570f39917 [2023-02-17T05:45:23.151Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-17T05:45:23.151Z] ---> Running in 748a77b6af6e [2023-02-17T05:45:23.151Z] Removing intermediate container 748a77b6af6e [2023-02-17T05:45:23.151Z] ---> 897aece41527 [2023-02-17T05:45:23.151Z] Step 20/22 : LABEL arch=arm64 [2023-02-17T05:45:23.151Z] ---> Running in 4bb250abd9e6 [2023-02-17T05:45:23.151Z] Removing intermediate container 4bb250abd9e6 [2023-02-17T05:45:23.151Z] ---> a018e66451d9 [2023-02-17T05:45:23.151Z] Step 21/22 : LABEL git_sha=8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:45:23.151Z] ---> Running in be4170807c37 [2023-02-17T05:45:23.151Z] Removing intermediate container be4170807c37 [2023-02-17T05:45:23.151Z] ---> 3a16df686307 [2023-02-17T05:45:23.151Z] Step 22/22 : LABEL version=3.0.0-dev.56 [2023-02-17T05:45:23.151Z] ---> Running in bcdd61231e90 [2023-02-17T05:45:23.151Z] Removing intermediate container bcdd61231e90 [2023-02-17T05:45:23.151Z] ---> 19af96ff35ab [2023-02-17T05:45:23.151Z] [2023-02-17T05:45:23.151Z] Successfully built 19af96ff35ab [2023-02-17T05:45:23.151Z] Successfully tagged support-scheduler-arm64:latest [2023-02-17T05:45:38.202Z]  Building support-scheduler ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-02-17T05:46:00.264Z] Removing intermediate container 8bb8d673536a [2023-02-17T05:46:00.264Z] ---> 42282e038162 [2023-02-17T05:46:00.264Z] [2023-02-17T05:46:00.264Z] Step 9/21 : FROM alpine:3.16 [2023-02-17T05:46:00.264Z] ---> 4c81e5bf8899 [2023-02-17T05:46:00.264Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-02-17T05:46:00.530Z] ---> Running in 3bbd1d3b3ad0 [2023-02-17T05:46:02.473Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-17T05:46:02.742Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-17T05:46:04.145Z] (1/6) Installing ca-certificates (20220614-r0) [2023-02-17T05:46:04.145Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-02-17T05:46:04.145Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-02-17T05:46:04.145Z] (4/6) Installing libcurl (7.83.1-r6) [2023-02-17T05:46:04.145Z] (5/6) Installing curl (7.83.1-r6) [2023-02-17T05:46:04.145Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-02-17T05:46:04.145Z] Executing busybox-1.35.0-r17.trigger [2023-02-17T05:46:04.412Z] Executing ca-certificates-20220614-r0.trigger [2023-02-17T05:46:04.679Z] OK: 8 MiB in 20 packages [2023-02-17T05:46:06.618Z] Removing intermediate container 3bbd1d3b3ad0 [2023-02-17T05:46:06.619Z] ---> 83187c332d02 [2023-02-17T05:46:06.619Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-17T05:46:06.894Z] ---> Running in 6a33d61ddb8f [2023-02-17T05:46:07.161Z] Removing intermediate container 6a33d61ddb8f [2023-02-17T05:46:07.161Z] ---> 1943aec93791 [2023-02-17T05:46:07.161Z] Step 12/21 : WORKDIR /edgex [2023-02-17T05:46:07.435Z] ---> Running in 3f9c7b67d3e2 [2023-02-17T05:46:09.378Z] Removing intermediate container 3f9c7b67d3e2 [2023-02-17T05:46:09.378Z] ---> 229d47646a1a [2023-02-17T05:46:09.378Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-02-17T05:46:09.959Z] ---> 24a2ae9d099e [2023-02-17T05:46:09.959Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-02-17T05:46:11.364Z] ---> 568a307da78b [2023-02-17T05:46:11.364Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-02-17T05:46:13.316Z] ---> 4965ffa332fc [2023-02-17T05:46:13.316Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-02-17T05:46:13.901Z] ---> da0069be022c [2023-02-17T05:46:13.901Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-17T05:46:14.171Z] ---> Running in c2681719fd39 [2023-02-17T05:46:17.531Z] Removing intermediate container c2681719fd39 [2023-02-17T05:46:17.531Z] ---> 6d23610c0dc1 [2023-02-17T05:46:17.531Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-02-17T05:46:17.531Z] ---> Running in 3b9ab3570e76 [2023-02-17T05:46:17.812Z] Removing intermediate container 3b9ab3570e76 [2023-02-17T05:46:17.812Z] ---> df6cd31d0a0b [2023-02-17T05:46:17.812Z] Step 19/21 : LABEL arch=arm64 [2023-02-17T05:46:18.082Z] ---> Running in 70f3cd20fd15 [2023-02-17T05:46:18.680Z] Removing intermediate container 70f3cd20fd15 [2023-02-17T05:46:18.680Z] ---> 6bee2c8ec901 [2023-02-17T05:46:18.680Z] Step 20/21 : LABEL git_sha=8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:46:18.680Z] ---> Running in 8108aee8113a [2023-02-17T05:46:19.263Z] Removing intermediate container 8108aee8113a [2023-02-17T05:46:19.263Z] ---> f4e5cd6f67a6 [2023-02-17T05:46:19.263Z] Step 21/21 : LABEL version=3.0.0-dev.56 [2023-02-17T05:46:19.263Z] ---> Running in a0973272439c [2023-02-17T05:46:21.846Z] Removing intermediate container a0973272439c [2023-02-17T05:46:21.846Z] ---> 96017ddc2399 [2023-02-17T05:46:21.846Z] [2023-02-17T05:46:21.846Z] Successfully built 96017ddc2399 [2023-02-17T05:46:22.112Z] Successfully tagged security-proxy-setup-arm64:latest [2023-02-17T05:46:26.370Z]  Building security-proxy-setup ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.56" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-02-17T05:46:44.592Z] Removing intermediate container f0b14917bdb3 [2023-02-17T05:46:44.592Z] ---> 66c375653d19 [2023-02-17T05:46:44.592Z] [2023-02-17T05:46:44.592Z] Step 9/24 : FROM alpine:3.16 [2023-02-17T05:46:44.592Z] ---> 4c81e5bf8899 [2023-02-17T05:46:44.592Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-02-17T05:46:44.592Z] ---> Running in 0b283bce4cb1 [2023-02-17T05:46:45.549Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-17T05:46:45.815Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-17T05:46:47.222Z] (1/3) Installing ca-certificates (20220614-r0) [2023-02-17T05:46:47.222Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-02-17T05:46:47.222Z] (3/3) Installing su-exec (0.2-r1) [2023-02-17T05:46:47.222Z] Executing busybox-1.35.0-r17.trigger [2023-02-17T05:46:47.222Z] Executing ca-certificates-20220614-r0.trigger [2023-02-17T05:46:47.803Z] OK: 6 MiB in 17 packages [2023-02-17T05:46:50.386Z] Removing intermediate container 0b283bce4cb1 [2023-02-17T05:46:50.386Z] ---> bb28f11b2e27 [2023-02-17T05:46:50.386Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-17T05:46:50.654Z] ---> Running in 34bed9648a33 [2023-02-17T05:46:51.242Z] Removing intermediate container 34bed9648a33 [2023-02-17T05:46:51.242Z] ---> c0650f6edd16 [2023-02-17T05:46:51.242Z] Step 12/24 : WORKDIR / [2023-02-17T05:46:51.242Z] ---> Running in cf9783806907 [2023-02-17T05:46:51.823Z] Removing intermediate container cf9783806907 [2023-02-17T05:46:51.823Z] ---> 1e48d8bff26a [2023-02-17T05:46:51.823Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-02-17T05:46:52.782Z] ---> fc30f4ece144 [2023-02-17T05:46:52.782Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-02-17T05:46:53.743Z] ---> 9e6f62a7c8cf [2023-02-17T05:46:53.743Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-02-17T05:46:54.703Z] ---> 2d148682c0ec [2023-02-17T05:46:54.703Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2023-02-17T05:46:55.663Z] ---> 176a1193f5e8 [2023-02-17T05:46:55.663Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-02-17T05:46:57.082Z] ---> 77dd3de5132f [2023-02-17T05:46:57.082Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-02-17T05:46:59.039Z] ---> 578f5d0ec3b4 [2023-02-17T05:46:59.039Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-02-17T05:47:00.016Z] ---> 190858726e04 [2023-02-17T05:47:00.016Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-17T05:47:00.016Z] ---> Running in 59ec07232daf [2023-02-17T05:47:03.370Z] Removing intermediate container 59ec07232daf [2023-02-17T05:47:03.370Z] ---> 016395286783 [2023-02-17T05:47:03.370Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-02-17T05:47:03.370Z] ---> Running in 7454cedfff01 [2023-02-17T05:47:03.370Z] Removing intermediate container 7454cedfff01 [2023-02-17T05:47:03.370Z] ---> e12828d421e5 [2023-02-17T05:47:03.370Z] Step 22/24 : LABEL arch=arm64 [2023-02-17T05:47:03.637Z] ---> Running in a2ab32e2070a [2023-02-17T05:47:04.220Z] Removing intermediate container a2ab32e2070a [2023-02-17T05:47:04.221Z] ---> 760d4cbe7b5e [2023-02-17T05:47:04.221Z] Step 23/24 : LABEL git_sha=8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:47:04.221Z] ---> Running in bf9d6f8c80e1 [2023-02-17T05:47:04.495Z] Removing intermediate container bf9d6f8c80e1 [2023-02-17T05:47:04.495Z] ---> 72b90baad9b6 [2023-02-17T05:47:04.495Z] Step 24/24 : LABEL version=3.0.0-dev.56 [2023-02-17T05:47:04.762Z] ---> Running in 084ace013417 [2023-02-17T05:47:05.346Z] Removing intermediate container 084ace013417 [2023-02-17T05:47:05.346Z] ---> 9d897a3b3da0 [2023-02-17T05:47:05.346Z] [2023-02-17T05:47:05.346Z] Successfully built 9d897a3b3da0 [2023-02-17T05:47:05.346Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-02-17T05:47:37.874Z]  Building security-secretstore-setup ... done Removing intermediate container 46197271dc5a [2023-02-17T05:47:37.874Z] ---> 63694ca76770 [2023-02-17T05:47:37.874Z] [2023-02-17T05:47:37.874Z] Step 10/22 : FROM alpine:3.16 [2023-02-17T05:47:37.874Z] ---> 4c81e5bf8899 [2023-02-17T05:47:37.874Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-02-17T05:47:37.874Z] ---> Running in 62b9f706e2b1 [2023-02-17T05:47:37.874Z] Removing intermediate container 62b9f706e2b1 [2023-02-17T05:47:37.874Z] ---> 8d6b514119fc [2023-02-17T05:47:37.874Z] Step 12/22 : ENV APP_PORT=59880 [2023-02-17T05:47:37.874Z] ---> Running in 00da7cab6ac7 [2023-02-17T05:47:37.874Z] Removing intermediate container 00da7cab6ac7 [2023-02-17T05:47:37.874Z] ---> e890e89538f8 [2023-02-17T05:47:37.874Z] Step 13/22 : EXPOSE $APP_PORT [2023-02-17T05:47:38.152Z] ---> Running in 5dc1ef7ca2a5 [2023-02-17T05:47:38.419Z] Removing intermediate container 5dc1ef7ca2a5 [2023-02-17T05:47:38.419Z] ---> d7006ac26688 [2023-02-17T05:47:38.419Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-02-17T05:47:38.686Z] ---> Running in 4b5175c2afba [2023-02-17T05:47:40.102Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-17T05:47:40.369Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-17T05:47:41.784Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-17T05:47:41.784Z] Executing busybox-1.35.0-r17.trigger [2023-02-17T05:47:41.784Z] OK: 5 MiB in 15 packages [2023-02-17T05:47:43.200Z] Removing intermediate container 4b5175c2afba [2023-02-17T05:47:43.200Z] ---> 39d0e2c72957 [2023-02-17T05:47:43.200Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-17T05:47:43.786Z] ---> 83f23cf3cfc5 [2023-02-17T05:47:43.786Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-02-17T05:47:44.746Z] ---> 62fa37372052 [2023-02-17T05:47:44.746Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-02-17T05:47:45.340Z] ---> a9f2a151d103 [2023-02-17T05:47:45.340Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-02-17T05:47:45.607Z] ---> Running in 86d63c008353 [2023-02-17T05:47:45.874Z] Removing intermediate container 86d63c008353 [2023-02-17T05:47:45.874Z] ---> ff6ef263195b [2023-02-17T05:47:45.874Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-17T05:47:45.874Z] ---> Running in 5027930c7efa [2023-02-17T05:47:46.148Z] Removing intermediate container 5027930c7efa [2023-02-17T05:47:46.148Z] ---> 065c61beb313 [2023-02-17T05:47:46.148Z] Step 20/22 : LABEL arch=arm64 [2023-02-17T05:47:46.416Z] ---> Running in d8bc44b28185 [2023-02-17T05:47:46.692Z] Removing intermediate container d8bc44b28185 [2023-02-17T05:47:46.692Z] ---> 235023850930 [2023-02-17T05:47:46.692Z] Step 21/22 : LABEL git_sha=8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:47:46.692Z] ---> Running in fee26b8e759e [2023-02-17T05:47:47.280Z] Removing intermediate container fee26b8e759e [2023-02-17T05:47:47.280Z] ---> 2fe690d48751 [2023-02-17T05:47:47.280Z] Step 22/22 : LABEL version=3.0.0-dev.56 [2023-02-17T05:47:47.280Z] ---> Running in c312ebc531a3 [2023-02-17T05:47:47.862Z] Removing intermediate container c312ebc531a3 [2023-02-17T05:47:47.862Z] ---> 0c16b34d9c10 [2023-02-17T05:47:47.862Z] [2023-02-17T05:47:47.862Z] Successfully built 0c16b34d9c10 [2023-02-17T05:47:47.862Z] Successfully tagged core-data-arm64:latest [2023-02-17T05:48:02.858Z]  Building core-data ... done Removing intermediate container b1f7a57b7b28 [2023-02-17T05:48:02.859Z] ---> e6c2cc361ebf [2023-02-17T05:48:02.859Z] [2023-02-17T05:48:02.859Z] Step 10/22 : FROM alpine:3.16 [2023-02-17T05:48:02.859Z] ---> 4c81e5bf8899 [2023-02-17T05:48:02.859Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-02-17T05:48:02.859Z] ---> Running in ccbae741a3b6 [2023-02-17T05:48:03.440Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-17T05:48:04.030Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-17T05:48:04.993Z] (1/2) Installing ca-certificates (20220614-r0) [2023-02-17T05:48:04.993Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-02-17T05:48:05.262Z] Executing busybox-1.35.0-r17.trigger [2023-02-17T05:48:05.262Z] Executing ca-certificates-20220614-r0.trigger [2023-02-17T05:48:05.531Z] OK: 6 MiB in 16 packages [2023-02-17T05:48:06.942Z] Removing intermediate container ccbae741a3b6 [2023-02-17T05:48:06.942Z] ---> f795c813c9da [2023-02-17T05:48:06.942Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-17T05:48:06.942Z] ---> Running in 16a3b97d238a [2023-02-17T05:48:07.208Z] Removing intermediate container 16a3b97d238a [2023-02-17T05:48:07.208Z] ---> 1373e82927e2 [2023-02-17T05:48:07.208Z] Step 13/22 : ENV APP_PORT=59860 [2023-02-17T05:48:07.208Z] ---> Running in 31018f0ddbf6 [2023-02-17T05:48:07.490Z] Removing intermediate container 31018f0ddbf6 [2023-02-17T05:48:07.490Z] ---> 317c2ad0f9f9 [2023-02-17T05:48:07.490Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-17T05:48:07.490Z] ---> Running in f7ff1f81c70e [2023-02-17T05:48:08.079Z] Removing intermediate container f7ff1f81c70e [2023-02-17T05:48:08.079Z] ---> 6bed9c6f9fe3 [2023-02-17T05:48:08.079Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-17T05:48:08.346Z] ---> c9639cb63c44 [2023-02-17T05:48:08.346Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-02-17T05:48:09.762Z] ---> c03ea152be6d [2023-02-17T05:48:09.762Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-02-17T05:48:10.344Z] ---> 16937ee31c3d [2023-02-17T05:48:10.344Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-02-17T05:48:10.344Z] ---> Running in 147c65637090 [2023-02-17T05:48:10.612Z] Removing intermediate container 147c65637090 [2023-02-17T05:48:10.612Z] ---> 921714f53873 [2023-02-17T05:48:10.612Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-17T05:48:10.612Z] ---> Running in f12d4f93e38c [2023-02-17T05:48:11.197Z] Removing intermediate container f12d4f93e38c [2023-02-17T05:48:11.197Z] ---> 0f26b4238c5e [2023-02-17T05:48:11.197Z] Step 20/22 : LABEL arch=arm64 [2023-02-17T05:48:11.197Z] ---> Running in 41d4c1bdb4d3 [2023-02-17T05:48:11.462Z] Removing intermediate container 41d4c1bdb4d3 [2023-02-17T05:48:11.462Z] ---> 917bdd5c704d [2023-02-17T05:48:11.462Z] Step 21/22 : LABEL git_sha=8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:48:11.462Z] ---> Running in 9daf5d2e2312 [2023-02-17T05:48:11.730Z] Removing intermediate container 9daf5d2e2312 [2023-02-17T05:48:11.730Z] ---> 7cd2376418a0 [2023-02-17T05:48:11.730Z] Step 22/22 : LABEL version=3.0.0-dev.56 [2023-02-17T05:48:11.999Z] ---> Running in ba25a66a2196 [2023-02-17T05:48:12.266Z] Removing intermediate container ba25a66a2196 [2023-02-17T05:48:12.266Z] ---> 2163ae5e9924 [2023-02-17T05:48:12.266Z] [2023-02-17T05:48:12.266Z] Successfully built 2163ae5e9924 [2023-02-17T05:48:12.266Z] Successfully tagged support-notifications-arm64:latest [2023-02-17T05:48:12.863Z]  Building support-notifications ... done  [Pipeline] } [2023-02-17T05:48:12.863Z] $ docker stop --time=1 e32d576a1ebd7180f492cdb8af38b09ecd4cc4eadc61fcb46e3ca13d55afae2d [2023-02-17T05:48:14.541Z] $ docker rm -f --volumes e32d576a1ebd7180f492cdb8af38b09ecd4cc4eadc61fcb46e3ca13d55afae2d [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-17T05:48:15.047Z] + docker images [2023-02-17T05:48:15.315Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-02-17T05:48:15.315Z] support-notifications-arm64 latest 2163ae5e9924 4 seconds ago 29.7MB [2023-02-17T05:48:15.315Z] e6c2cc361ebf 15 seconds ago 1.4GB [2023-02-17T05:48:15.315Z] core-data-arm64 latest 0c16b34d9c10 28 seconds ago 17.2MB [2023-02-17T05:48:15.315Z] 63694ca76770 40 seconds ago 1.34GB [2023-02-17T05:48:15.315Z] security-secretstore-setup-arm64 latest 9d897a3b3da0 About a minute ago 29MB [2023-02-17T05:48:15.315Z] 66c375653d19 About a minute ago 1.33GB [2023-02-17T05:48:15.315Z] security-proxy-setup-arm64 latest 96017ddc2399 About a minute ago 26.9MB [2023-02-17T05:48:15.315Z] 42282e038162 2 minutes ago 1.33GB [2023-02-17T05:48:15.315Z] support-scheduler-arm64 latest 19af96ff35ab 2 minutes ago 29MB [2023-02-17T05:48:15.315Z] 05e7f1244f8a 3 minutes ago 1.4GB [2023-02-17T05:48:15.315Z] security-spire-agent-arm64 latest 2443b1f85bbf 7 minutes ago 122MB [2023-02-17T05:48:15.315Z] security-spire-server-arm64 latest 54ab3721347b 7 minutes ago 84.3MB [2023-02-17T05:48:15.315Z] 40d304dbb42e 8 minutes ago 1.21GB [2023-02-17T05:48:15.315Z] security-spire-config-arm64 latest a06c9cdfdfd3 8 minutes ago 83.6MB [2023-02-17T05:48:15.315Z] e3db8efa1ab2 8 minutes ago 1.21GB [2023-02-17T05:48:15.315Z] security-spiffe-token-provider-arm64 latest d3044fd486a3 10 minutes ago 29.1MB [2023-02-17T05:48:15.315Z] 684743b4973a 10 minutes ago 1.37GB [2023-02-17T05:48:15.315Z] core-metadata-arm64 latest 732ab974931f 11 minutes ago 17.7MB [2023-02-17T05:48:15.315Z] core-command-arm64 latest a1da1661bf7c 11 minutes ago 17MB [2023-02-17T05:48:15.315Z] a941c6f8dd6b 11 minutes ago 1.34GB [2023-02-17T05:48:15.315Z] core-common-config-bootstrapper-arm64 latest 3eda2b9b5fc9 11 minutes ago 14.9MB [2023-02-17T05:48:15.315Z] security-bootstrapper-arm64 latest 9f764f1438e1 11 minutes ago 19.6MB [2023-02-17T05:48:15.315Z] ba6b29466099 11 minutes ago 1.34GB [2023-02-17T05:48:15.316Z] 61e3cf1287e4 12 minutes ago 1.33GB [2023-02-17T05:48:15.316Z] 0dd206b0cf61 12 minutes ago 1.33GB [2023-02-17T05:48:15.316Z] ci-base-image-arm64 latest 8e4d42fc8a53 21 minutes ago 905MB [2023-02-17T05:48:15.316Z] alpine 3.15 354640af7b1b 6 days ago 5.34MB [2023-02-17T05:48:15.316Z] alpine 3.16 4c81e5bf8899 6 days ago 5.3MB [2023-02-17T05:48:15.316Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 3 months ago 685MB [2023-02-17T05:48:15.316Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 2 years ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-17T05:48:15.434Z] provisioning config files... [2023-02-17T05:48:15.449Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/417@tmp/config10306297239940738940tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-17T05:48:15.796Z] ---> docker-login.sh [2023-02-17T05:48:15.796Z] nexus3.edgexfoundry.org:10001 [2023-02-17T05:48:16.064Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-17T05:48:16.064Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-17T05:48:16.064Z] Configure a credential helper to remove this warning. See [2023-02-17T05:48:16.064Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-17T05:48:16.064Z] [2023-02-17T05:48:16.064Z] Login Succeeded [2023-02-17T05:48:16.064Z] nexus3.edgexfoundry.org:10002 [2023-02-17T05:48:16.331Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-17T05:48:16.599Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-17T05:48:16.599Z] Configure a credential helper to remove this warning. See [2023-02-17T05:48:16.599Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-17T05:48:16.599Z] [2023-02-17T05:48:16.599Z] Login Succeeded [2023-02-17T05:48:16.599Z] nexus3.edgexfoundry.org:10003 [2023-02-17T05:48:16.865Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-17T05:48:16.865Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-17T05:48:16.865Z] Configure a credential helper to remove this warning. See [2023-02-17T05:48:16.865Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-17T05:48:16.865Z] [2023-02-17T05:48:16.865Z] Login Succeeded [2023-02-17T05:48:16.865Z] nexus3.edgexfoundry.org:10004 [2023-02-17T05:48:17.134Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-17T05:48:17.400Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-17T05:48:17.400Z] Configure a credential helper to remove this warning. See [2023-02-17T05:48:17.400Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-17T05:48:17.400Z] [2023-02-17T05:48:17.400Z] Login Succeeded [2023-02-17T05:48:17.400Z] docker.io [2023-02-17T05:48:17.666Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-17T05:48:17.931Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-17T05:48:17.931Z] Configure a credential helper to remove this warning. See [2023-02-17T05:48:17.931Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-17T05:48:17.931Z] [2023-02-17T05:48:17.931Z] Login Succeeded [2023-02-17T05:48:17.931Z] ---> docker-login.sh ends [Pipeline] } [2023-02-17T05:48:17.944Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-17T05:48:17.969Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-17T05:48:17.985Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2023-02-17T05:48:17.985Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:48:17.985Z] latest [2023-02-17T05:48:17.985Z] 3.0.0-dev.56 [2023-02-17T05:48:17.985Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:48:17.985Z] main [2023-02-17T05:48:17.985Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:48:18.322Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:48:18.684Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:48:18.684Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-02-17T05:48:18.684Z] ac79dde28a4f: Preparing [2023-02-17T05:48:18.684Z] 3928f1a27646: Preparing [2023-02-17T05:48:18.684Z] 00f182ec98a4: Preparing [2023-02-17T05:48:18.684Z] ea9ffc266a8a: Preparing [2023-02-17T05:48:18.684Z] f70ee36035b9: Preparing [2023-02-17T05:48:18.684Z] f70ee36035b9: Layer already exists [2023-02-17T05:48:18.955Z] 00f182ec98a4: Pushed [2023-02-17T05:48:18.955Z] ac79dde28a4f: Pushed [2023-02-17T05:48:18.955Z] ea9ffc266a8a: Pushed [2023-02-17T05:48:22.309Z] 3928f1a27646: Pushed [2023-02-17T05:48:22.309Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335: digest: sha256:9192295765c7edcca3ab2cd8e3fbb5ce4f00ee76c815e3ab3f205c0c01f38704 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:48:22.662Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:48:23.011Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-02-17T05:48:23.011Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-02-17T05:48:23.011Z] ac79dde28a4f: Preparing [2023-02-17T05:48:23.011Z] 3928f1a27646: Preparing [2023-02-17T05:48:23.011Z] 00f182ec98a4: Preparing [2023-02-17T05:48:23.011Z] ea9ffc266a8a: Preparing [2023-02-17T05:48:23.011Z] f70ee36035b9: Preparing [2023-02-17T05:48:23.011Z] f70ee36035b9: Layer already exists [2023-02-17T05:48:23.011Z] 00f182ec98a4: Layer already exists [2023-02-17T05:48:23.011Z] ac79dde28a4f: Layer already exists [2023-02-17T05:48:23.011Z] 3928f1a27646: Layer already exists [2023-02-17T05:48:23.011Z] ea9ffc266a8a: Layer already exists [2023-02-17T05:48:23.277Z] latest: digest: sha256:9192295765c7edcca3ab2cd8e3fbb5ce4f00ee76c815e3ab3f205c0c01f38704 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:48:23.637Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:48:23.985Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.56 [2023-02-17T05:48:23.986Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-02-17T05:48:23.986Z] ac79dde28a4f: Preparing [2023-02-17T05:48:23.986Z] 3928f1a27646: Preparing [2023-02-17T05:48:23.986Z] 00f182ec98a4: Preparing [2023-02-17T05:48:23.986Z] ea9ffc266a8a: Preparing [2023-02-17T05:48:23.986Z] f70ee36035b9: Preparing [2023-02-17T05:48:23.986Z] 00f182ec98a4: Layer already exists [2023-02-17T05:48:23.986Z] f70ee36035b9: Layer already exists [2023-02-17T05:48:23.986Z] ac79dde28a4f: Layer already exists [2023-02-17T05:48:23.986Z] 3928f1a27646: Layer already exists [2023-02-17T05:48:23.986Z] ea9ffc266a8a: Layer already exists [2023-02-17T05:48:23.986Z] 3.0.0-dev.56: digest: sha256:9192295765c7edcca3ab2cd8e3fbb5ce4f00ee76c815e3ab3f205c0c01f38704 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:48:24.612Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:48:24.964Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:48:24.964Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-02-17T05:48:24.964Z] ac79dde28a4f: Preparing [2023-02-17T05:48:24.964Z] 3928f1a27646: Preparing [2023-02-17T05:48:24.964Z] 00f182ec98a4: Preparing [2023-02-17T05:48:24.964Z] ea9ffc266a8a: Preparing [2023-02-17T05:48:24.964Z] f70ee36035b9: Preparing [2023-02-17T05:48:24.964Z] ea9ffc266a8a: Layer already exists [2023-02-17T05:48:24.964Z] ac79dde28a4f: Layer already exists [2023-02-17T05:48:24.964Z] 3928f1a27646: Layer already exists [2023-02-17T05:48:24.964Z] f70ee36035b9: Layer already exists [2023-02-17T05:48:24.964Z] 00f182ec98a4: Layer already exists [2023-02-17T05:48:24.964Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56: digest: sha256:9192295765c7edcca3ab2cd8e3fbb5ce4f00ee76c815e3ab3f205c0c01f38704 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:48:25.582Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:48:25.930Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2023-02-17T05:48:25.930Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-02-17T05:48:25.930Z] ac79dde28a4f: Preparing [2023-02-17T05:48:25.930Z] 3928f1a27646: Preparing [2023-02-17T05:48:25.930Z] 00f182ec98a4: Preparing [2023-02-17T05:48:25.930Z] ea9ffc266a8a: Preparing [2023-02-17T05:48:25.930Z] f70ee36035b9: Preparing [2023-02-17T05:48:25.930Z] 3928f1a27646: Layer already exists [2023-02-17T05:48:25.930Z] ea9ffc266a8a: Layer already exists [2023-02-17T05:48:25.930Z] f70ee36035b9: Layer already exists [2023-02-17T05:48:25.930Z] 00f182ec98a4: Layer already exists [2023-02-17T05:48:25.930Z] ac79dde28a4f: Layer already exists [2023-02-17T05:48:26.196Z] main: digest: sha256:9192295765c7edcca3ab2cd8e3fbb5ce4f00ee76c815e3ab3f205c0c01f38704 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-17T05:48:26.315Z] ===================================================== [Pipeline] echo [2023-02-17T05:48:26.321Z] taggedImages: [2023-02-17T05:48:26.321Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:48:26.321Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-02-17T05:48:26.321Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.56 [2023-02-17T05:48:26.321Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:48:26.321Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2023-02-17T05:48:26.339Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2023-02-17T05:48:26.339Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:48:26.339Z] latest [2023-02-17T05:48:26.339Z] 3.0.0-dev.56 [2023-02-17T05:48:26.339Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:48:26.339Z] main [2023-02-17T05:48:26.339Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:48:26.706Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:48:27.053Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:48:27.053Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-02-17T05:48:27.053Z] 134083dc2f46: Preparing [2023-02-17T05:48:27.053Z] dc27f6c95545: Preparing [2023-02-17T05:48:27.053Z] 6a4278fc8bfb: Preparing [2023-02-17T05:48:27.053Z] e95fc2c4aa96: Preparing [2023-02-17T05:48:27.053Z] 00f182ec98a4: Preparing [2023-02-17T05:48:27.053Z] 861efdde0ce2: Preparing [2023-02-17T05:48:27.053Z] f70ee36035b9: Preparing [2023-02-17T05:48:27.053Z] 861efdde0ce2: Waiting [2023-02-17T05:48:27.053Z] f70ee36035b9: Waiting [2023-02-17T05:48:27.321Z] 00f182ec98a4: Layer already exists [2023-02-17T05:48:27.321Z] dc27f6c95545: Pushed [2023-02-17T05:48:27.321Z] 6a4278fc8bfb: Pushed [2023-02-17T05:48:27.321Z] 134083dc2f46: Pushed [2023-02-17T05:48:27.321Z] f70ee36035b9: Layer already exists [2023-02-17T05:48:27.321Z] 861efdde0ce2: Pushed [2023-02-17T05:48:29.908Z] e95fc2c4aa96: Pushed [2023-02-17T05:48:30.175Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335: digest: sha256:5d9f2d3b112c26eb733bd1eebf66dca43fb4d6c0719b119010eac9e0dc7dd4ba size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:48:30.532Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:48:30.872Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-02-17T05:48:30.872Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-02-17T05:48:30.872Z] 134083dc2f46: Preparing [2023-02-17T05:48:30.872Z] dc27f6c95545: Preparing [2023-02-17T05:48:30.872Z] 6a4278fc8bfb: Preparing [2023-02-17T05:48:30.872Z] e95fc2c4aa96: Preparing [2023-02-17T05:48:30.872Z] 00f182ec98a4: Preparing [2023-02-17T05:48:30.872Z] 861efdde0ce2: Preparing [2023-02-17T05:48:30.872Z] f70ee36035b9: Preparing [2023-02-17T05:48:30.872Z] 861efdde0ce2: Waiting [2023-02-17T05:48:30.872Z] f70ee36035b9: Waiting [2023-02-17T05:48:30.872Z] 134083dc2f46: Layer already exists [2023-02-17T05:48:30.872Z] 00f182ec98a4: Layer already exists [2023-02-17T05:48:30.872Z] dc27f6c95545: Layer already exists [2023-02-17T05:48:30.872Z] e95fc2c4aa96: Layer already exists [2023-02-17T05:48:30.872Z] 6a4278fc8bfb: Layer already exists [2023-02-17T05:48:30.872Z] 861efdde0ce2: Layer already exists [2023-02-17T05:48:30.872Z] f70ee36035b9: Layer already exists [2023-02-17T05:48:31.140Z] latest: digest: sha256:5d9f2d3b112c26eb733bd1eebf66dca43fb4d6c0719b119010eac9e0dc7dd4ba size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:48:31.504Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:48:31.856Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.56 [2023-02-17T05:48:31.856Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-02-17T05:48:31.856Z] 134083dc2f46: Preparing [2023-02-17T05:48:31.856Z] dc27f6c95545: Preparing [2023-02-17T05:48:31.856Z] 6a4278fc8bfb: Preparing [2023-02-17T05:48:31.856Z] e95fc2c4aa96: Preparing [2023-02-17T05:48:31.856Z] 00f182ec98a4: Preparing [2023-02-17T05:48:31.856Z] 861efdde0ce2: Preparing [2023-02-17T05:48:31.856Z] f70ee36035b9: Preparing [2023-02-17T05:48:31.856Z] 861efdde0ce2: Waiting [2023-02-17T05:48:31.856Z] f70ee36035b9: Waiting [2023-02-17T05:48:31.856Z] 6a4278fc8bfb: Layer already exists [2023-02-17T05:48:31.856Z] 134083dc2f46: Layer already exists [2023-02-17T05:48:31.856Z] e95fc2c4aa96: Layer already exists [2023-02-17T05:48:31.856Z] 00f182ec98a4: Layer already exists [2023-02-17T05:48:31.856Z] dc27f6c95545: Layer already exists [2023-02-17T05:48:31.856Z] f70ee36035b9: Layer already exists [2023-02-17T05:48:31.856Z] 861efdde0ce2: Layer already exists [2023-02-17T05:48:32.125Z] 3.0.0-dev.56: digest: sha256:5d9f2d3b112c26eb733bd1eebf66dca43fb4d6c0719b119010eac9e0dc7dd4ba size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:48:32.481Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:48:32.831Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:48:32.831Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-02-17T05:48:32.831Z] 134083dc2f46: Preparing [2023-02-17T05:48:32.831Z] dc27f6c95545: Preparing [2023-02-17T05:48:32.831Z] 6a4278fc8bfb: Preparing [2023-02-17T05:48:32.831Z] e95fc2c4aa96: Preparing [2023-02-17T05:48:32.831Z] 00f182ec98a4: Preparing [2023-02-17T05:48:32.831Z] 861efdde0ce2: Preparing [2023-02-17T05:48:32.831Z] f70ee36035b9: Preparing [2023-02-17T05:48:32.831Z] 861efdde0ce2: Waiting [2023-02-17T05:48:32.831Z] f70ee36035b9: Waiting [2023-02-17T05:48:32.831Z] 00f182ec98a4: Layer already exists [2023-02-17T05:48:32.831Z] dc27f6c95545: Layer already exists [2023-02-17T05:48:32.831Z] 134083dc2f46: Layer already exists [2023-02-17T05:48:32.831Z] 6a4278fc8bfb: Layer already exists [2023-02-17T05:48:32.831Z] e95fc2c4aa96: Layer already exists [2023-02-17T05:48:32.831Z] 861efdde0ce2: Layer already exists [2023-02-17T05:48:32.831Z] f70ee36035b9: Layer already exists [2023-02-17T05:48:33.100Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56: digest: sha256:5d9f2d3b112c26eb733bd1eebf66dca43fb4d6c0719b119010eac9e0dc7dd4ba size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:48:33.457Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:48:33.815Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2023-02-17T05:48:33.815Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-02-17T05:48:33.815Z] 134083dc2f46: Preparing [2023-02-17T05:48:33.815Z] dc27f6c95545: Preparing [2023-02-17T05:48:33.815Z] 6a4278fc8bfb: Preparing [2023-02-17T05:48:33.815Z] e95fc2c4aa96: Preparing [2023-02-17T05:48:33.815Z] 00f182ec98a4: Preparing [2023-02-17T05:48:33.815Z] 861efdde0ce2: Preparing [2023-02-17T05:48:33.815Z] f70ee36035b9: Preparing [2023-02-17T05:48:33.815Z] 861efdde0ce2: Waiting [2023-02-17T05:48:33.815Z] f70ee36035b9: Waiting [2023-02-17T05:48:33.815Z] 00f182ec98a4: Layer already exists [2023-02-17T05:48:33.815Z] 134083dc2f46: Layer already exists [2023-02-17T05:48:33.815Z] 6a4278fc8bfb: Layer already exists [2023-02-17T05:48:33.815Z] e95fc2c4aa96: Layer already exists [2023-02-17T05:48:33.815Z] dc27f6c95545: Layer already exists [2023-02-17T05:48:33.815Z] f70ee36035b9: Layer already exists [2023-02-17T05:48:33.815Z] 861efdde0ce2: Layer already exists [2023-02-17T05:48:34.083Z] main: digest: sha256:5d9f2d3b112c26eb733bd1eebf66dca43fb4d6c0719b119010eac9e0dc7dd4ba size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-17T05:48:34.136Z] ===================================================== [Pipeline] echo [2023-02-17T05:48:34.145Z] taggedImages: [2023-02-17T05:48:34.145Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:48:34.145Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-02-17T05:48:34.145Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.56 [2023-02-17T05:48:34.145Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:48:34.145Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2023-02-17T05:48:34.168Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2023-02-17T05:48:34.168Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:48:34.168Z] latest [2023-02-17T05:48:34.168Z] 3.0.0-dev.56 [2023-02-17T05:48:34.168Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:48:34.168Z] main [2023-02-17T05:48:34.168Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:48:34.521Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:48:34.873Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:48:34.873Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-02-17T05:48:34.873Z] 533f5febd1cc: Preparing [2023-02-17T05:48:34.873Z] b004f8703c68: Preparing [2023-02-17T05:48:34.873Z] 00f182ec98a4: Preparing [2023-02-17T05:48:34.873Z] 39af41cd6bb9: Preparing [2023-02-17T05:48:34.873Z] f70ee36035b9: Preparing [2023-02-17T05:48:34.873Z] f70ee36035b9: Layer already exists [2023-02-17T05:48:34.873Z] 00f182ec98a4: Layer already exists [2023-02-17T05:48:35.145Z] 533f5febd1cc: Pushed [2023-02-17T05:48:35.145Z] 39af41cd6bb9: Pushed [2023-02-17T05:48:38.504Z] b004f8703c68: Pushed [2023-02-17T05:48:38.504Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335: digest: sha256:dec9a0380f0fccc36fe4ddcb0e06f8bdff55f22abff70f02b727c278b988a410 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:48:38.863Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:48:39.214Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-02-17T05:48:39.214Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-02-17T05:48:39.214Z] 533f5febd1cc: Preparing [2023-02-17T05:48:39.214Z] b004f8703c68: Preparing [2023-02-17T05:48:39.214Z] 00f182ec98a4: Preparing [2023-02-17T05:48:39.214Z] 39af41cd6bb9: Preparing [2023-02-17T05:48:39.214Z] f70ee36035b9: Preparing [2023-02-17T05:48:39.214Z] 533f5febd1cc: Layer already exists [2023-02-17T05:48:39.214Z] 39af41cd6bb9: Layer already exists [2023-02-17T05:48:39.214Z] f70ee36035b9: Layer already exists [2023-02-17T05:48:39.214Z] 00f182ec98a4: Layer already exists [2023-02-17T05:48:39.214Z] b004f8703c68: Layer already exists [2023-02-17T05:48:39.483Z] latest: digest: sha256:dec9a0380f0fccc36fe4ddcb0e06f8bdff55f22abff70f02b727c278b988a410 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:48:39.842Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:48:40.206Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.56 [2023-02-17T05:48:40.206Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-02-17T05:48:40.206Z] 533f5febd1cc: Preparing [2023-02-17T05:48:40.206Z] b004f8703c68: Preparing [2023-02-17T05:48:40.206Z] 00f182ec98a4: Preparing [2023-02-17T05:48:40.206Z] 39af41cd6bb9: Preparing [2023-02-17T05:48:40.206Z] f70ee36035b9: Preparing [2023-02-17T05:48:40.206Z] 39af41cd6bb9: Layer already exists [2023-02-17T05:48:40.206Z] 533f5febd1cc: Layer already exists [2023-02-17T05:48:40.206Z] 00f182ec98a4: Layer already exists [2023-02-17T05:48:40.206Z] b004f8703c68: Layer already exists [2023-02-17T05:48:40.206Z] f70ee36035b9: Layer already exists [2023-02-17T05:48:40.477Z] 3.0.0-dev.56: digest: sha256:dec9a0380f0fccc36fe4ddcb0e06f8bdff55f22abff70f02b727c278b988a410 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:48:40.835Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:48:41.191Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:48:41.192Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-02-17T05:48:41.192Z] 533f5febd1cc: Preparing [2023-02-17T05:48:41.192Z] b004f8703c68: Preparing [2023-02-17T05:48:41.192Z] 00f182ec98a4: Preparing [2023-02-17T05:48:41.192Z] 39af41cd6bb9: Preparing [2023-02-17T05:48:41.192Z] f70ee36035b9: Preparing [2023-02-17T05:48:41.192Z] 39af41cd6bb9: Layer already exists [2023-02-17T05:48:41.192Z] b004f8703c68: Layer already exists [2023-02-17T05:48:41.192Z] 00f182ec98a4: Layer already exists [2023-02-17T05:48:41.192Z] 533f5febd1cc: Layer already exists [2023-02-17T05:48:41.192Z] f70ee36035b9: Layer already exists [2023-02-17T05:48:41.461Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56: digest: sha256:dec9a0380f0fccc36fe4ddcb0e06f8bdff55f22abff70f02b727c278b988a410 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:48:41.823Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:48:42.183Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2023-02-17T05:48:42.183Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-02-17T05:48:42.183Z] 533f5febd1cc: Preparing [2023-02-17T05:48:42.183Z] b004f8703c68: Preparing [2023-02-17T05:48:42.183Z] 00f182ec98a4: Preparing [2023-02-17T05:48:42.183Z] 39af41cd6bb9: Preparing [2023-02-17T05:48:42.183Z] f70ee36035b9: Preparing [2023-02-17T05:48:42.183Z] 533f5febd1cc: Layer already exists [2023-02-17T05:48:42.183Z] 39af41cd6bb9: Layer already exists [2023-02-17T05:48:42.183Z] 00f182ec98a4: Layer already exists [2023-02-17T05:48:42.183Z] f70ee36035b9: Layer already exists [2023-02-17T05:48:42.183Z] b004f8703c68: Layer already exists [2023-02-17T05:48:42.452Z] main: digest: sha256:dec9a0380f0fccc36fe4ddcb0e06f8bdff55f22abff70f02b727c278b988a410 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-17T05:48:42.503Z] ===================================================== [Pipeline] echo [2023-02-17T05:48:42.512Z] taggedImages: [2023-02-17T05:48:42.512Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:48:42.512Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-02-17T05:48:42.512Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.56 [2023-02-17T05:48:42.512Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:48:42.512Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2023-02-17T05:48:42.533Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2023-02-17T05:48:42.533Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:48:42.533Z] latest [2023-02-17T05:48:42.533Z] 3.0.0-dev.56 [2023-02-17T05:48:42.533Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:48:42.533Z] main [2023-02-17T05:48:42.533Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:48:42.888Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:48:43.233Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:48:43.234Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-02-17T05:48:43.234Z] 95af3aefbf31: Preparing [2023-02-17T05:48:43.234Z] 24641f359ba5: Preparing [2023-02-17T05:48:43.234Z] 835d826e75cb: Preparing [2023-02-17T05:48:43.234Z] 00f182ec98a4: Preparing [2023-02-17T05:48:43.234Z] ea9ffc266a8a: Preparing [2023-02-17T05:48:43.234Z] f70ee36035b9: Preparing [2023-02-17T05:48:43.234Z] f70ee36035b9: Waiting [2023-02-17T05:48:43.234Z] 00f182ec98a4: Layer already exists [2023-02-17T05:48:43.234Z] ea9ffc266a8a: Layer already exists [2023-02-17T05:48:43.505Z] f70ee36035b9: Layer already exists [2023-02-17T05:48:43.505Z] 95af3aefbf31: Pushed [2023-02-17T05:48:43.505Z] 24641f359ba5: Pushed [2023-02-17T05:48:46.856Z] 835d826e75cb: Pushed [2023-02-17T05:48:46.856Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335: digest: sha256:6d657fb2f36390294b6d875b9be30945eb5d7cf0e705108d02c0ba0d7be2377b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:48:47.210Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:48:47.556Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-02-17T05:48:47.556Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-02-17T05:48:47.556Z] 95af3aefbf31: Preparing [2023-02-17T05:48:47.556Z] 24641f359ba5: Preparing [2023-02-17T05:48:47.556Z] 835d826e75cb: Preparing [2023-02-17T05:48:47.556Z] 00f182ec98a4: Preparing [2023-02-17T05:48:47.556Z] ea9ffc266a8a: Preparing [2023-02-17T05:48:47.556Z] f70ee36035b9: Preparing [2023-02-17T05:48:47.556Z] f70ee36035b9: Waiting [2023-02-17T05:48:47.556Z] 00f182ec98a4: Layer already exists [2023-02-17T05:48:47.556Z] 24641f359ba5: Layer already exists [2023-02-17T05:48:47.556Z] 835d826e75cb: Layer already exists [2023-02-17T05:48:47.556Z] 95af3aefbf31: Layer already exists [2023-02-17T05:48:47.556Z] ea9ffc266a8a: Layer already exists [2023-02-17T05:48:47.556Z] f70ee36035b9: Layer already exists [2023-02-17T05:48:47.825Z] latest: digest: sha256:6d657fb2f36390294b6d875b9be30945eb5d7cf0e705108d02c0ba0d7be2377b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:48:48.183Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:48:48.534Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.56 [2023-02-17T05:48:48.534Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-02-17T05:48:48.534Z] 95af3aefbf31: Preparing [2023-02-17T05:48:48.534Z] 24641f359ba5: Preparing [2023-02-17T05:48:48.534Z] 835d826e75cb: Preparing [2023-02-17T05:48:48.534Z] 00f182ec98a4: Preparing [2023-02-17T05:48:48.534Z] ea9ffc266a8a: Preparing [2023-02-17T05:48:48.534Z] f70ee36035b9: Preparing [2023-02-17T05:48:48.534Z] 835d826e75cb: Layer already exists [2023-02-17T05:48:48.534Z] 95af3aefbf31: Layer already exists [2023-02-17T05:48:48.534Z] 00f182ec98a4: Layer already exists [2023-02-17T05:48:48.534Z] ea9ffc266a8a: Layer already exists [2023-02-17T05:48:48.534Z] 24641f359ba5: Layer already exists [2023-02-17T05:48:48.534Z] f70ee36035b9: Layer already exists [2023-02-17T05:48:48.802Z] 3.0.0-dev.56: digest: sha256:6d657fb2f36390294b6d875b9be30945eb5d7cf0e705108d02c0ba0d7be2377b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:48:49.160Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:48:49.508Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:48:49.508Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-02-17T05:48:49.508Z] 95af3aefbf31: Preparing [2023-02-17T05:48:49.508Z] 24641f359ba5: Preparing [2023-02-17T05:48:49.508Z] 835d826e75cb: Preparing [2023-02-17T05:48:49.508Z] 00f182ec98a4: Preparing [2023-02-17T05:48:49.508Z] ea9ffc266a8a: Preparing [2023-02-17T05:48:49.508Z] f70ee36035b9: Preparing [2023-02-17T05:48:49.508Z] 835d826e75cb: Layer already exists [2023-02-17T05:48:49.508Z] ea9ffc266a8a: Layer already exists [2023-02-17T05:48:49.508Z] 95af3aefbf31: Layer already exists [2023-02-17T05:48:49.508Z] 24641f359ba5: Layer already exists [2023-02-17T05:48:49.508Z] 00f182ec98a4: Layer already exists [2023-02-17T05:48:49.508Z] f70ee36035b9: Layer already exists [2023-02-17T05:48:49.777Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56: digest: sha256:6d657fb2f36390294b6d875b9be30945eb5d7cf0e705108d02c0ba0d7be2377b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:48:50.129Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:48:50.473Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2023-02-17T05:48:50.473Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-02-17T05:48:50.473Z] 95af3aefbf31: Preparing [2023-02-17T05:48:50.473Z] 24641f359ba5: Preparing [2023-02-17T05:48:50.473Z] 835d826e75cb: Preparing [2023-02-17T05:48:50.473Z] 00f182ec98a4: Preparing [2023-02-17T05:48:50.473Z] ea9ffc266a8a: Preparing [2023-02-17T05:48:50.473Z] f70ee36035b9: Preparing [2023-02-17T05:48:50.473Z] f70ee36035b9: Waiting [2023-02-17T05:48:50.473Z] 95af3aefbf31: Layer already exists [2023-02-17T05:48:50.473Z] 24641f359ba5: Layer already exists [2023-02-17T05:48:50.473Z] ea9ffc266a8a: Layer already exists [2023-02-17T05:48:50.473Z] 00f182ec98a4: Layer already exists [2023-02-17T05:48:50.473Z] 835d826e75cb: Layer already exists [2023-02-17T05:48:50.473Z] f70ee36035b9: Layer already exists [2023-02-17T05:48:50.742Z] main: digest: sha256:6d657fb2f36390294b6d875b9be30945eb5d7cf0e705108d02c0ba0d7be2377b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-17T05:48:50.786Z] ===================================================== [Pipeline] echo [2023-02-17T05:48:50.791Z] taggedImages: [2023-02-17T05:48:50.791Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:48:50.791Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-02-17T05:48:50.791Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.56 [2023-02-17T05:48:50.791Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:48:50.791Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2023-02-17T05:48:50.805Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2023-02-17T05:48:50.805Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:48:50.805Z] latest [2023-02-17T05:48:50.805Z] 3.0.0-dev.56 [2023-02-17T05:48:50.805Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:48:50.805Z] main [2023-02-17T05:48:50.805Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:48:51.181Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:48:51.551Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:48:51.551Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-02-17T05:48:51.551Z] d665a072c8aa: Preparing [2023-02-17T05:48:51.551Z] d665a072c8aa: Preparing [2023-02-17T05:48:51.551Z] 2b6eafb78b3f: Preparing [2023-02-17T05:48:51.551Z] 739e1036b5a0: Preparing [2023-02-17T05:48:51.551Z] b8154972a5ce: Preparing [2023-02-17T05:48:51.551Z] 67de1bccf505: Preparing [2023-02-17T05:48:51.551Z] 4defe6a5bc1d: Preparing [2023-02-17T05:48:51.551Z] 00f182ec98a4: Preparing [2023-02-17T05:48:51.551Z] 8eeb370d7064: Preparing [2023-02-17T05:48:51.551Z] c896b96969d2: Preparing [2023-02-17T05:48:51.551Z] cfc1cc073e38: Preparing [2023-02-17T05:48:51.551Z] f36c5b095eaf: Preparing [2023-02-17T05:48:51.551Z] f70ee36035b9: Preparing [2023-02-17T05:48:51.551Z] 00f182ec98a4: Waiting [2023-02-17T05:48:51.551Z] 8eeb370d7064: Waiting [2023-02-17T05:48:51.551Z] c896b96969d2: Waiting [2023-02-17T05:48:51.551Z] cfc1cc073e38: Waiting [2023-02-17T05:48:51.551Z] f70ee36035b9: Waiting [2023-02-17T05:48:51.551Z] f36c5b095eaf: Waiting [2023-02-17T05:48:51.851Z] d665a072c8aa: Pushed [2023-02-17T05:48:51.851Z] b8154972a5ce: Pushed [2023-02-17T05:48:51.851Z] 739e1036b5a0: Pushed [2023-02-17T05:48:51.851Z] 2b6eafb78b3f: Pushed [2023-02-17T05:48:51.851Z] 67de1bccf505: Pushed [2023-02-17T05:48:52.120Z] 00f182ec98a4: Layer already exists [2023-02-17T05:48:52.120Z] 8eeb370d7064: Pushed [2023-02-17T05:48:52.120Z] c896b96969d2: Pushed [2023-02-17T05:48:52.120Z] f70ee36035b9: Layer already exists [2023-02-17T05:48:52.120Z] cfc1cc073e38: Pushed [2023-02-17T05:48:52.120Z] f36c5b095eaf: Pushed [2023-02-17T05:48:56.424Z] 4defe6a5bc1d: Pushed [2023-02-17T05:48:56.424Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335: digest: sha256:646bb785986b5fb4141f812c37291714db37ff77ff2b8d1aee50104f09e2d320 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:48:56.779Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:48:57.135Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-02-17T05:48:57.135Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-02-17T05:48:57.135Z] d665a072c8aa: Preparing [2023-02-17T05:48:57.135Z] d665a072c8aa: Preparing [2023-02-17T05:48:57.135Z] 2b6eafb78b3f: Preparing [2023-02-17T05:48:57.135Z] 739e1036b5a0: Preparing [2023-02-17T05:48:57.135Z] b8154972a5ce: Preparing [2023-02-17T05:48:57.135Z] 67de1bccf505: Preparing [2023-02-17T05:48:57.135Z] 4defe6a5bc1d: Preparing [2023-02-17T05:48:57.135Z] 00f182ec98a4: Preparing [2023-02-17T05:48:57.135Z] 8eeb370d7064: Preparing [2023-02-17T05:48:57.135Z] c896b96969d2: Preparing [2023-02-17T05:48:57.135Z] cfc1cc073e38: Preparing [2023-02-17T05:48:57.135Z] f36c5b095eaf: Preparing [2023-02-17T05:48:57.135Z] f70ee36035b9: Preparing [2023-02-17T05:48:57.135Z] 4defe6a5bc1d: Waiting [2023-02-17T05:48:57.135Z] c896b96969d2: Waiting [2023-02-17T05:48:57.135Z] 00f182ec98a4: Waiting [2023-02-17T05:48:57.135Z] 8eeb370d7064: Waiting [2023-02-17T05:48:57.135Z] f36c5b095eaf: Waiting [2023-02-17T05:48:57.135Z] f70ee36035b9: Waiting [2023-02-17T05:48:57.135Z] cfc1cc073e38: Waiting [2023-02-17T05:48:57.135Z] b8154972a5ce: Layer already exists [2023-02-17T05:48:57.135Z] 67de1bccf505: Layer already exists [2023-02-17T05:48:57.135Z] d665a072c8aa: Layer already exists [2023-02-17T05:48:57.135Z] 2b6eafb78b3f: Layer already exists [2023-02-17T05:48:57.135Z] 739e1036b5a0: Layer already exists [2023-02-17T05:48:57.135Z] 00f182ec98a4: Layer already exists [2023-02-17T05:48:57.135Z] 8eeb370d7064: Layer already exists [2023-02-17T05:48:57.135Z] 4defe6a5bc1d: Layer already exists [2023-02-17T05:48:57.135Z] c896b96969d2: Layer already exists [2023-02-17T05:48:57.135Z] cfc1cc073e38: Layer already exists [2023-02-17T05:48:57.404Z] f70ee36035b9: Layer already exists [2023-02-17T05:48:57.404Z] f36c5b095eaf: Layer already exists [2023-02-17T05:48:57.404Z] latest: digest: sha256:646bb785986b5fb4141f812c37291714db37ff77ff2b8d1aee50104f09e2d320 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:48:57.752Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:48:58.102Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.56 [2023-02-17T05:48:58.102Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-02-17T05:48:58.102Z] d665a072c8aa: Preparing [2023-02-17T05:48:58.102Z] d665a072c8aa: Preparing [2023-02-17T05:48:58.102Z] 2b6eafb78b3f: Preparing [2023-02-17T05:48:58.102Z] 739e1036b5a0: Preparing [2023-02-17T05:48:58.102Z] b8154972a5ce: Preparing [2023-02-17T05:48:58.102Z] 67de1bccf505: Preparing [2023-02-17T05:48:58.102Z] 4defe6a5bc1d: Preparing [2023-02-17T05:48:58.102Z] 00f182ec98a4: Preparing [2023-02-17T05:48:58.102Z] 8eeb370d7064: Preparing [2023-02-17T05:48:58.102Z] c896b96969d2: Preparing [2023-02-17T05:48:58.102Z] cfc1cc073e38: Preparing [2023-02-17T05:48:58.102Z] f36c5b095eaf: Preparing [2023-02-17T05:48:58.102Z] f70ee36035b9: Preparing [2023-02-17T05:48:58.102Z] c896b96969d2: Waiting [2023-02-17T05:48:58.102Z] cfc1cc073e38: Waiting [2023-02-17T05:48:58.102Z] 4defe6a5bc1d: Waiting [2023-02-17T05:48:58.102Z] 00f182ec98a4: Waiting [2023-02-17T05:48:58.102Z] 8eeb370d7064: Waiting [2023-02-17T05:48:58.102Z] f36c5b095eaf: Waiting [2023-02-17T05:48:58.102Z] d665a072c8aa: Layer already exists [2023-02-17T05:48:58.102Z] 2b6eafb78b3f: Layer already exists [2023-02-17T05:48:58.102Z] 67de1bccf505: Layer already exists [2023-02-17T05:48:58.102Z] 739e1036b5a0: Layer already exists [2023-02-17T05:48:58.102Z] b8154972a5ce: Layer already exists [2023-02-17T05:48:58.102Z] 4defe6a5bc1d: Layer already exists [2023-02-17T05:48:58.102Z] 00f182ec98a4: Layer already exists [2023-02-17T05:48:58.102Z] 8eeb370d7064: Layer already exists [2023-02-17T05:48:58.102Z] c896b96969d2: Layer already exists [2023-02-17T05:48:58.102Z] cfc1cc073e38: Layer already exists [2023-02-17T05:48:58.102Z] f70ee36035b9: Layer already exists [2023-02-17T05:48:58.102Z] f36c5b095eaf: Layer already exists [2023-02-17T05:48:58.370Z] 3.0.0-dev.56: digest: sha256:646bb785986b5fb4141f812c37291714db37ff77ff2b8d1aee50104f09e2d320 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:48:58.724Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:48:59.079Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:48:59.079Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-02-17T05:48:59.079Z] d665a072c8aa: Preparing [2023-02-17T05:48:59.079Z] d665a072c8aa: Preparing [2023-02-17T05:48:59.079Z] 2b6eafb78b3f: Preparing [2023-02-17T05:48:59.079Z] 739e1036b5a0: Preparing [2023-02-17T05:48:59.079Z] b8154972a5ce: Preparing [2023-02-17T05:48:59.079Z] 67de1bccf505: Preparing [2023-02-17T05:48:59.079Z] 4defe6a5bc1d: Preparing [2023-02-17T05:48:59.079Z] 00f182ec98a4: Preparing [2023-02-17T05:48:59.079Z] 8eeb370d7064: Preparing [2023-02-17T05:48:59.079Z] c896b96969d2: Preparing [2023-02-17T05:48:59.079Z] cfc1cc073e38: Preparing [2023-02-17T05:48:59.079Z] f36c5b095eaf: Preparing [2023-02-17T05:48:59.079Z] f70ee36035b9: Preparing [2023-02-17T05:48:59.079Z] c896b96969d2: Waiting [2023-02-17T05:48:59.079Z] cfc1cc073e38: Waiting [2023-02-17T05:48:59.079Z] f36c5b095eaf: Waiting [2023-02-17T05:48:59.079Z] f70ee36035b9: Waiting [2023-02-17T05:48:59.079Z] 00f182ec98a4: Waiting [2023-02-17T05:48:59.079Z] 4defe6a5bc1d: Waiting [2023-02-17T05:48:59.079Z] 8eeb370d7064: Waiting [2023-02-17T05:48:59.079Z] 739e1036b5a0: Layer already exists [2023-02-17T05:48:59.079Z] d665a072c8aa: Layer already exists [2023-02-17T05:48:59.079Z] b8154972a5ce: Layer already exists [2023-02-17T05:48:59.079Z] 67de1bccf505: Layer already exists [2023-02-17T05:48:59.079Z] 2b6eafb78b3f: Layer already exists [2023-02-17T05:48:59.079Z] 4defe6a5bc1d: Layer already exists [2023-02-17T05:48:59.079Z] c896b96969d2: Layer already exists [2023-02-17T05:48:59.079Z] 00f182ec98a4: Layer already exists [2023-02-17T05:48:59.079Z] cfc1cc073e38: Layer already exists [2023-02-17T05:48:59.079Z] 8eeb370d7064: Layer already exists [2023-02-17T05:48:59.079Z] f70ee36035b9: Layer already exists [2023-02-17T05:48:59.079Z] f36c5b095eaf: Layer already exists [2023-02-17T05:48:59.346Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56: digest: sha256:646bb785986b5fb4141f812c37291714db37ff77ff2b8d1aee50104f09e2d320 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:48:59.698Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:49:00.050Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2023-02-17T05:49:00.050Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-02-17T05:49:00.050Z] d665a072c8aa: Preparing [2023-02-17T05:49:00.050Z] d665a072c8aa: Preparing [2023-02-17T05:49:00.050Z] 2b6eafb78b3f: Preparing [2023-02-17T05:49:00.050Z] 739e1036b5a0: Preparing [2023-02-17T05:49:00.050Z] b8154972a5ce: Preparing [2023-02-17T05:49:00.050Z] 67de1bccf505: Preparing [2023-02-17T05:49:00.050Z] 4defe6a5bc1d: Preparing [2023-02-17T05:49:00.050Z] 00f182ec98a4: Preparing [2023-02-17T05:49:00.050Z] 8eeb370d7064: Preparing [2023-02-17T05:49:00.050Z] 4defe6a5bc1d: Waiting [2023-02-17T05:49:00.050Z] c896b96969d2: Preparing [2023-02-17T05:49:00.050Z] 00f182ec98a4: Waiting [2023-02-17T05:49:00.050Z] cfc1cc073e38: Preparing [2023-02-17T05:49:00.050Z] f36c5b095eaf: Preparing [2023-02-17T05:49:00.050Z] f70ee36035b9: Preparing [2023-02-17T05:49:00.050Z] c896b96969d2: Waiting [2023-02-17T05:49:00.050Z] cfc1cc073e38: Waiting [2023-02-17T05:49:00.050Z] f36c5b095eaf: Waiting [2023-02-17T05:49:00.050Z] f70ee36035b9: Waiting [2023-02-17T05:49:00.050Z] 8eeb370d7064: Waiting [2023-02-17T05:49:00.050Z] b8154972a5ce: Layer already exists [2023-02-17T05:49:00.050Z] d665a072c8aa: Layer already exists [2023-02-17T05:49:00.050Z] 2b6eafb78b3f: Layer already exists [2023-02-17T05:49:00.050Z] 67de1bccf505: Layer already exists [2023-02-17T05:49:00.050Z] 739e1036b5a0: Layer already exists [2023-02-17T05:49:00.050Z] 4defe6a5bc1d: Layer already exists [2023-02-17T05:49:00.050Z] 8eeb370d7064: Layer already exists [2023-02-17T05:49:00.050Z] 00f182ec98a4: Layer already exists [2023-02-17T05:49:00.050Z] c896b96969d2: Layer already exists [2023-02-17T05:49:00.050Z] cfc1cc073e38: Layer already exists [2023-02-17T05:49:00.316Z] f36c5b095eaf: Layer already exists [2023-02-17T05:49:00.316Z] f70ee36035b9: Layer already exists [2023-02-17T05:49:00.316Z] main: digest: sha256:646bb785986b5fb4141f812c37291714db37ff77ff2b8d1aee50104f09e2d320 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-17T05:49:00.377Z] ===================================================== [Pipeline] echo [2023-02-17T05:49:00.386Z] taggedImages: [2023-02-17T05:49:00.386Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:49:00.386Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-02-17T05:49:00.386Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.56 [2023-02-17T05:49:00.386Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:49:00.386Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2023-02-17T05:49:00.406Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2023-02-17T05:49:00.406Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:49:00.407Z] latest [2023-02-17T05:49:00.407Z] 3.0.0-dev.56 [2023-02-17T05:49:00.407Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:49:00.407Z] main [2023-02-17T05:49:00.407Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:49:00.758Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:49:01.109Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:49:01.110Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-02-17T05:49:01.110Z] e673fc4066dc: Preparing [2023-02-17T05:49:01.110Z] c1c61101dea8: Preparing [2023-02-17T05:49:01.110Z] aacdb65dfffa: Preparing [2023-02-17T05:49:01.110Z] 1eb740fdb31e: Preparing [2023-02-17T05:49:01.110Z] 705958841d8c: Preparing [2023-02-17T05:49:01.110Z] 0d5a838c4df5: Preparing [2023-02-17T05:49:01.110Z] 343bcd59e9e3: Preparing [2023-02-17T05:49:01.110Z] f70ee36035b9: Preparing [2023-02-17T05:49:01.110Z] 343bcd59e9e3: Waiting [2023-02-17T05:49:01.110Z] f70ee36035b9: Waiting [2023-02-17T05:49:01.110Z] 0d5a838c4df5: Waiting [2023-02-17T05:49:01.384Z] e673fc4066dc: Pushed [2023-02-17T05:49:01.384Z] 705958841d8c: Pushed [2023-02-17T05:49:01.384Z] c1c61101dea8: Pushed [2023-02-17T05:49:01.384Z] f70ee36035b9: Layer already exists [2023-02-17T05:49:01.656Z] 0d5a838c4df5: Pushed [2023-02-17T05:49:02.242Z] 343bcd59e9e3: Pushed [2023-02-17T05:49:04.202Z] 1eb740fdb31e: Pushed [2023-02-17T05:49:04.202Z] aacdb65dfffa: Pushed [2023-02-17T05:49:04.203Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335: digest: sha256:d52be05d4b18736dd8ece1b59ff4bbf2e6bb74468351d9a77cea94502625d1c7 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:49:04.552Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:49:04.896Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-02-17T05:49:04.896Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-02-17T05:49:04.896Z] e673fc4066dc: Preparing [2023-02-17T05:49:04.896Z] c1c61101dea8: Preparing [2023-02-17T05:49:04.896Z] aacdb65dfffa: Preparing [2023-02-17T05:49:04.896Z] 1eb740fdb31e: Preparing [2023-02-17T05:49:04.896Z] 705958841d8c: Preparing [2023-02-17T05:49:04.896Z] 0d5a838c4df5: Preparing [2023-02-17T05:49:04.896Z] 343bcd59e9e3: Preparing [2023-02-17T05:49:04.896Z] f70ee36035b9: Preparing [2023-02-17T05:49:04.896Z] 0d5a838c4df5: Waiting [2023-02-17T05:49:04.896Z] 343bcd59e9e3: Waiting [2023-02-17T05:49:04.896Z] f70ee36035b9: Waiting [2023-02-17T05:49:04.896Z] aacdb65dfffa: Layer already exists [2023-02-17T05:49:04.896Z] e673fc4066dc: Layer already exists [2023-02-17T05:49:04.896Z] 705958841d8c: Layer already exists [2023-02-17T05:49:04.896Z] 1eb740fdb31e: Layer already exists [2023-02-17T05:49:04.896Z] c1c61101dea8: Layer already exists [2023-02-17T05:49:04.896Z] 0d5a838c4df5: Layer already exists [2023-02-17T05:49:04.896Z] 343bcd59e9e3: Layer already exists [2023-02-17T05:49:04.896Z] f70ee36035b9: Layer already exists [2023-02-17T05:49:05.164Z] latest: digest: sha256:d52be05d4b18736dd8ece1b59ff4bbf2e6bb74468351d9a77cea94502625d1c7 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:49:05.513Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:49:05.861Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.56 [2023-02-17T05:49:05.861Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-02-17T05:49:05.861Z] e673fc4066dc: Preparing [2023-02-17T05:49:05.861Z] c1c61101dea8: Preparing [2023-02-17T05:49:05.861Z] aacdb65dfffa: Preparing [2023-02-17T05:49:05.861Z] 1eb740fdb31e: Preparing [2023-02-17T05:49:05.861Z] 705958841d8c: Preparing [2023-02-17T05:49:05.861Z] 0d5a838c4df5: Preparing [2023-02-17T05:49:05.861Z] 343bcd59e9e3: Preparing [2023-02-17T05:49:05.861Z] f70ee36035b9: Preparing [2023-02-17T05:49:05.861Z] 0d5a838c4df5: Waiting [2023-02-17T05:49:05.861Z] 343bcd59e9e3: Waiting [2023-02-17T05:49:05.861Z] f70ee36035b9: Waiting [2023-02-17T05:49:05.861Z] 705958841d8c: Layer already exists [2023-02-17T05:49:05.861Z] c1c61101dea8: Layer already exists [2023-02-17T05:49:05.861Z] aacdb65dfffa: Layer already exists [2023-02-17T05:49:05.861Z] e673fc4066dc: Layer already exists [2023-02-17T05:49:05.861Z] 1eb740fdb31e: Layer already exists [2023-02-17T05:49:05.861Z] f70ee36035b9: Layer already exists [2023-02-17T05:49:05.861Z] 343bcd59e9e3: Layer already exists [2023-02-17T05:49:05.861Z] 0d5a838c4df5: Layer already exists [2023-02-17T05:49:06.131Z] 3.0.0-dev.56: digest: sha256:d52be05d4b18736dd8ece1b59ff4bbf2e6bb74468351d9a77cea94502625d1c7 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:49:06.484Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:49:06.828Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:49:06.828Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-02-17T05:49:06.828Z] e673fc4066dc: Preparing [2023-02-17T05:49:06.828Z] c1c61101dea8: Preparing [2023-02-17T05:49:06.828Z] aacdb65dfffa: Preparing [2023-02-17T05:49:06.828Z] 1eb740fdb31e: Preparing [2023-02-17T05:49:06.828Z] 705958841d8c: Preparing [2023-02-17T05:49:06.828Z] 0d5a838c4df5: Preparing [2023-02-17T05:49:06.828Z] 343bcd59e9e3: Preparing [2023-02-17T05:49:06.828Z] f70ee36035b9: Preparing [2023-02-17T05:49:06.828Z] 0d5a838c4df5: Waiting [2023-02-17T05:49:06.828Z] 343bcd59e9e3: Waiting [2023-02-17T05:49:06.828Z] f70ee36035b9: Waiting [2023-02-17T05:49:06.828Z] aacdb65dfffa: Layer already exists [2023-02-17T05:49:06.828Z] e673fc4066dc: Layer already exists [2023-02-17T05:49:06.828Z] 705958841d8c: Layer already exists [2023-02-17T05:49:06.828Z] 1eb740fdb31e: Layer already exists [2023-02-17T05:49:06.828Z] c1c61101dea8: Layer already exists [2023-02-17T05:49:06.828Z] 343bcd59e9e3: Layer already exists [2023-02-17T05:49:06.828Z] f70ee36035b9: Layer already exists [2023-02-17T05:49:06.828Z] 0d5a838c4df5: Layer already exists [2023-02-17T05:49:07.097Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56: digest: sha256:d52be05d4b18736dd8ece1b59ff4bbf2e6bb74468351d9a77cea94502625d1c7 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:49:07.441Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:49:07.789Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2023-02-17T05:49:07.789Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-02-17T05:49:07.789Z] e673fc4066dc: Preparing [2023-02-17T05:49:07.789Z] c1c61101dea8: Preparing [2023-02-17T05:49:07.789Z] aacdb65dfffa: Preparing [2023-02-17T05:49:07.789Z] 1eb740fdb31e: Preparing [2023-02-17T05:49:07.789Z] 705958841d8c: Preparing [2023-02-17T05:49:07.789Z] 0d5a838c4df5: Preparing [2023-02-17T05:49:07.789Z] 343bcd59e9e3: Preparing [2023-02-17T05:49:07.789Z] f70ee36035b9: Preparing [2023-02-17T05:49:07.789Z] 0d5a838c4df5: Waiting [2023-02-17T05:49:07.789Z] 343bcd59e9e3: Waiting [2023-02-17T05:49:07.789Z] f70ee36035b9: Waiting [2023-02-17T05:49:07.789Z] 1eb740fdb31e: Layer already exists [2023-02-17T05:49:07.789Z] aacdb65dfffa: Layer already exists [2023-02-17T05:49:07.789Z] c1c61101dea8: Layer already exists [2023-02-17T05:49:07.789Z] e673fc4066dc: Layer already exists [2023-02-17T05:49:07.789Z] 705958841d8c: Layer already exists [2023-02-17T05:49:07.789Z] f70ee36035b9: Layer already exists [2023-02-17T05:49:07.789Z] 343bcd59e9e3: Layer already exists [2023-02-17T05:49:07.789Z] 0d5a838c4df5: Layer already exists [2023-02-17T05:49:08.055Z] main: digest: sha256:d52be05d4b18736dd8ece1b59ff4bbf2e6bb74468351d9a77cea94502625d1c7 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-17T05:49:08.098Z] ===================================================== [Pipeline] echo [2023-02-17T05:49:08.103Z] taggedImages: [2023-02-17T05:49:08.103Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:49:08.103Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-02-17T05:49:08.103Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.56 [2023-02-17T05:49:08.103Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:49:08.103Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2023-02-17T05:49:08.118Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2023-02-17T05:49:08.118Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:49:08.118Z] latest [2023-02-17T05:49:08.118Z] 3.0.0-dev.56 [2023-02-17T05:49:08.118Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:49:08.118Z] main [2023-02-17T05:49:08.118Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:49:08.460Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:49:08.813Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:49:08.813Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-02-17T05:49:08.813Z] f0e02fc15469: Preparing [2023-02-17T05:49:08.813Z] 5188d823749d: Preparing [2023-02-17T05:49:08.813Z] 00295e90d5e3: Preparing [2023-02-17T05:49:08.813Z] 4e8b1f568eae: Preparing [2023-02-17T05:49:08.813Z] 54f41b0df62a: Preparing [2023-02-17T05:49:08.813Z] 48f8df280698: Preparing [2023-02-17T05:49:08.813Z] 9b856d0ca7ee: Preparing [2023-02-17T05:49:08.813Z] 5aabfec76331: Preparing [2023-02-17T05:49:08.813Z] d1a8487ffd72: Preparing [2023-02-17T05:49:08.813Z] f70ee36035b9: Preparing [2023-02-17T05:49:08.813Z] 48f8df280698: Waiting [2023-02-17T05:49:08.813Z] 5aabfec76331: Waiting [2023-02-17T05:49:08.813Z] d1a8487ffd72: Waiting [2023-02-17T05:49:08.813Z] f70ee36035b9: Waiting [2023-02-17T05:49:08.813Z] 9b856d0ca7ee: Waiting [2023-02-17T05:49:09.082Z] f0e02fc15469: Pushed [2023-02-17T05:49:09.082Z] 5188d823749d: Pushed [2023-02-17T05:49:09.082Z] 54f41b0df62a: Pushed [2023-02-17T05:49:09.352Z] 9b856d0ca7ee: Pushed [2023-02-17T05:49:09.352Z] 48f8df280698: Pushed [2023-02-17T05:49:09.352Z] 5aabfec76331: Pushed [2023-02-17T05:49:09.352Z] f70ee36035b9: Layer already exists [2023-02-17T05:49:09.621Z] d1a8487ffd72: Pushed [2023-02-17T05:49:12.219Z] 4e8b1f568eae: Pushed [2023-02-17T05:49:12.805Z] 00295e90d5e3: Pushed [2023-02-17T05:49:13.073Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335: digest: sha256:45cfec0db7ecbd296262ef11a55738c54e27f46e34a7a9436c472150b9ed0861 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:49:13.417Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:49:13.756Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-02-17T05:49:13.756Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-02-17T05:49:13.756Z] f0e02fc15469: Preparing [2023-02-17T05:49:13.756Z] 5188d823749d: Preparing [2023-02-17T05:49:13.756Z] 00295e90d5e3: Preparing [2023-02-17T05:49:13.756Z] 4e8b1f568eae: Preparing [2023-02-17T05:49:13.756Z] 54f41b0df62a: Preparing [2023-02-17T05:49:13.756Z] 48f8df280698: Preparing [2023-02-17T05:49:13.756Z] 9b856d0ca7ee: Preparing [2023-02-17T05:49:13.756Z] 5aabfec76331: Preparing [2023-02-17T05:49:13.756Z] d1a8487ffd72: Preparing [2023-02-17T05:49:13.756Z] f70ee36035b9: Preparing [2023-02-17T05:49:13.756Z] 48f8df280698: Waiting [2023-02-17T05:49:13.756Z] 9b856d0ca7ee: Waiting [2023-02-17T05:49:13.756Z] 5aabfec76331: Waiting [2023-02-17T05:49:13.756Z] d1a8487ffd72: Waiting [2023-02-17T05:49:13.756Z] f70ee36035b9: Waiting [2023-02-17T05:49:13.756Z] f0e02fc15469: Layer already exists [2023-02-17T05:49:13.756Z] 54f41b0df62a: Layer already exists [2023-02-17T05:49:13.756Z] 5188d823749d: Layer already exists [2023-02-17T05:49:13.756Z] 4e8b1f568eae: Layer already exists [2023-02-17T05:49:13.756Z] 00295e90d5e3: Layer already exists [2023-02-17T05:49:13.756Z] 48f8df280698: Layer already exists [2023-02-17T05:49:13.756Z] 9b856d0ca7ee: Layer already exists [2023-02-17T05:49:13.756Z] d1a8487ffd72: Layer already exists [2023-02-17T05:49:13.756Z] 5aabfec76331: Layer already exists [2023-02-17T05:49:13.756Z] f70ee36035b9: Layer already exists [2023-02-17T05:49:14.024Z] latest: digest: sha256:45cfec0db7ecbd296262ef11a55738c54e27f46e34a7a9436c472150b9ed0861 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:49:14.378Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:49:14.723Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.56 [2023-02-17T05:49:14.723Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-02-17T05:49:14.723Z] f0e02fc15469: Preparing [2023-02-17T05:49:14.723Z] 5188d823749d: Preparing [2023-02-17T05:49:14.723Z] 00295e90d5e3: Preparing [2023-02-17T05:49:14.723Z] 4e8b1f568eae: Preparing [2023-02-17T05:49:14.723Z] 54f41b0df62a: Preparing [2023-02-17T05:49:14.723Z] 48f8df280698: Preparing [2023-02-17T05:49:14.723Z] 9b856d0ca7ee: Preparing [2023-02-17T05:49:14.723Z] 5aabfec76331: Preparing [2023-02-17T05:49:14.723Z] d1a8487ffd72: Preparing [2023-02-17T05:49:14.723Z] f70ee36035b9: Preparing [2023-02-17T05:49:14.723Z] 48f8df280698: Waiting [2023-02-17T05:49:14.723Z] 9b856d0ca7ee: Waiting [2023-02-17T05:49:14.723Z] f70ee36035b9: Waiting [2023-02-17T05:49:14.723Z] d1a8487ffd72: Waiting [2023-02-17T05:49:14.723Z] 5aabfec76331: Waiting [2023-02-17T05:49:14.723Z] f0e02fc15469: Layer already exists [2023-02-17T05:49:14.723Z] 5188d823749d: Layer already exists [2023-02-17T05:49:14.723Z] 4e8b1f568eae: Layer already exists [2023-02-17T05:49:14.723Z] 00295e90d5e3: Layer already exists [2023-02-17T05:49:14.723Z] 54f41b0df62a: Layer already exists [2023-02-17T05:49:14.723Z] 48f8df280698: Layer already exists [2023-02-17T05:49:14.723Z] 9b856d0ca7ee: Layer already exists [2023-02-17T05:49:14.723Z] 5aabfec76331: Layer already exists [2023-02-17T05:49:14.723Z] f70ee36035b9: Layer already exists [2023-02-17T05:49:14.723Z] d1a8487ffd72: Layer already exists [2023-02-17T05:49:14.991Z] 3.0.0-dev.56: digest: sha256:45cfec0db7ecbd296262ef11a55738c54e27f46e34a7a9436c472150b9ed0861 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:49:15.345Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:49:15.693Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:49:15.693Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-02-17T05:49:15.693Z] f0e02fc15469: Preparing [2023-02-17T05:49:15.693Z] 5188d823749d: Preparing [2023-02-17T05:49:15.693Z] 00295e90d5e3: Preparing [2023-02-17T05:49:15.693Z] 4e8b1f568eae: Preparing [2023-02-17T05:49:15.693Z] 54f41b0df62a: Preparing [2023-02-17T05:49:15.693Z] 48f8df280698: Preparing [2023-02-17T05:49:15.693Z] 9b856d0ca7ee: Preparing [2023-02-17T05:49:15.693Z] 5aabfec76331: Preparing [2023-02-17T05:49:15.693Z] d1a8487ffd72: Preparing [2023-02-17T05:49:15.693Z] f70ee36035b9: Preparing [2023-02-17T05:49:15.693Z] 9b856d0ca7ee: Waiting [2023-02-17T05:49:15.693Z] 5aabfec76331: Waiting [2023-02-17T05:49:15.693Z] d1a8487ffd72: Waiting [2023-02-17T05:49:15.693Z] f70ee36035b9: Waiting [2023-02-17T05:49:15.693Z] 48f8df280698: Waiting [2023-02-17T05:49:15.693Z] f0e02fc15469: Layer already exists [2023-02-17T05:49:15.693Z] 00295e90d5e3: Layer already exists [2023-02-17T05:49:15.693Z] 4e8b1f568eae: Layer already exists [2023-02-17T05:49:15.693Z] 54f41b0df62a: Layer already exists [2023-02-17T05:49:15.693Z] 5188d823749d: Layer already exists [2023-02-17T05:49:15.693Z] 48f8df280698: Layer already exists [2023-02-17T05:49:15.694Z] 9b856d0ca7ee: Layer already exists [2023-02-17T05:49:15.694Z] d1a8487ffd72: Layer already exists [2023-02-17T05:49:15.694Z] f70ee36035b9: Layer already exists [2023-02-17T05:49:15.694Z] 5aabfec76331: Layer already exists [2023-02-17T05:49:15.962Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56: digest: sha256:45cfec0db7ecbd296262ef11a55738c54e27f46e34a7a9436c472150b9ed0861 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:49:16.320Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:49:16.671Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2023-02-17T05:49:16.671Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-02-17T05:49:16.671Z] f0e02fc15469: Preparing [2023-02-17T05:49:16.671Z] 5188d823749d: Preparing [2023-02-17T05:49:16.671Z] 00295e90d5e3: Preparing [2023-02-17T05:49:16.671Z] 4e8b1f568eae: Preparing [2023-02-17T05:49:16.671Z] 54f41b0df62a: Preparing [2023-02-17T05:49:16.671Z] 48f8df280698: Preparing [2023-02-17T05:49:16.671Z] 9b856d0ca7ee: Preparing [2023-02-17T05:49:16.671Z] 5aabfec76331: Preparing [2023-02-17T05:49:16.671Z] d1a8487ffd72: Preparing [2023-02-17T05:49:16.671Z] f70ee36035b9: Preparing [2023-02-17T05:49:16.671Z] 48f8df280698: Waiting [2023-02-17T05:49:16.671Z] 9b856d0ca7ee: Waiting [2023-02-17T05:49:16.671Z] 5aabfec76331: Waiting [2023-02-17T05:49:16.671Z] f70ee36035b9: Waiting [2023-02-17T05:49:16.671Z] d1a8487ffd72: Waiting [2023-02-17T05:49:16.671Z] f0e02fc15469: Layer already exists [2023-02-17T05:49:16.671Z] 5188d823749d: Layer already exists [2023-02-17T05:49:16.671Z] 00295e90d5e3: Layer already exists [2023-02-17T05:49:16.671Z] 4e8b1f568eae: Layer already exists [2023-02-17T05:49:16.671Z] 54f41b0df62a: Layer already exists [2023-02-17T05:49:16.939Z] 5aabfec76331: Layer already exists [2023-02-17T05:49:16.939Z] d1a8487ffd72: Layer already exists [2023-02-17T05:49:16.939Z] 9b856d0ca7ee: Layer already exists [2023-02-17T05:49:16.939Z] 48f8df280698: Layer already exists [2023-02-17T05:49:16.939Z] f70ee36035b9: Layer already exists [2023-02-17T05:49:16.939Z] main: digest: sha256:45cfec0db7ecbd296262ef11a55738c54e27f46e34a7a9436c472150b9ed0861 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-17T05:49:16.997Z] ===================================================== [Pipeline] echo [2023-02-17T05:49:17.006Z] taggedImages: [2023-02-17T05:49:17.006Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:49:17.006Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-02-17T05:49:17.006Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.56 [2023-02-17T05:49:17.006Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:49:17.006Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2023-02-17T05:49:17.030Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2023-02-17T05:49:17.030Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:49:17.030Z] latest [2023-02-17T05:49:17.030Z] 3.0.0-dev.56 [2023-02-17T05:49:17.030Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:49:17.030Z] main [2023-02-17T05:49:17.030Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:49:17.384Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:49:17.733Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:49:17.733Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-02-17T05:49:17.733Z] ca7bc27c954c: Preparing [2023-02-17T05:49:17.733Z] 4ccb810c494d: Preparing [2023-02-17T05:49:17.733Z] 00f182ec98a4: Preparing [2023-02-17T05:49:17.733Z] c8395aaa0be4: Preparing [2023-02-17T05:49:17.733Z] a8cfdf0cc8ec: Preparing [2023-02-17T05:49:18.004Z] 00f182ec98a4: Layer already exists [2023-02-17T05:49:18.004Z] a8cfdf0cc8ec: Layer already exists [2023-02-17T05:49:18.004Z] ca7bc27c954c: Pushed [2023-02-17T05:49:19.429Z] c8395aaa0be4: Pushed [2023-02-17T05:49:22.778Z] 4ccb810c494d: Pushed [2023-02-17T05:49:22.778Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335: digest: sha256:723e5f7b0497f2adda6b98e51cd2d295feaf4eef8eed5f5777b5ea8ad52d621b size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:49:23.132Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:49:23.478Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-02-17T05:49:23.478Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-02-17T05:49:23.478Z] ca7bc27c954c: Preparing [2023-02-17T05:49:23.478Z] 4ccb810c494d: Preparing [2023-02-17T05:49:23.478Z] 00f182ec98a4: Preparing [2023-02-17T05:49:23.478Z] c8395aaa0be4: Preparing [2023-02-17T05:49:23.478Z] a8cfdf0cc8ec: Preparing [2023-02-17T05:49:23.478Z] 4ccb810c494d: Layer already exists [2023-02-17T05:49:23.478Z] a8cfdf0cc8ec: Layer already exists [2023-02-17T05:49:23.478Z] 00f182ec98a4: Layer already exists [2023-02-17T05:49:23.478Z] c8395aaa0be4: Layer already exists [2023-02-17T05:49:23.478Z] ca7bc27c954c: Layer already exists [2023-02-17T05:49:23.745Z] latest: digest: sha256:723e5f7b0497f2adda6b98e51cd2d295feaf4eef8eed5f5777b5ea8ad52d621b size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:49:24.092Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:49:24.438Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.56 [2023-02-17T05:49:24.438Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-02-17T05:49:24.438Z] ca7bc27c954c: Preparing [2023-02-17T05:49:24.438Z] 4ccb810c494d: Preparing [2023-02-17T05:49:24.438Z] 00f182ec98a4: Preparing [2023-02-17T05:49:24.438Z] c8395aaa0be4: Preparing [2023-02-17T05:49:24.438Z] a8cfdf0cc8ec: Preparing [2023-02-17T05:49:24.438Z] 00f182ec98a4: Layer already exists [2023-02-17T05:49:24.438Z] a8cfdf0cc8ec: Layer already exists [2023-02-17T05:49:24.438Z] 4ccb810c494d: Layer already exists [2023-02-17T05:49:24.438Z] c8395aaa0be4: Layer already exists [2023-02-17T05:49:24.438Z] ca7bc27c954c: Layer already exists [2023-02-17T05:49:24.706Z] 3.0.0-dev.56: digest: sha256:723e5f7b0497f2adda6b98e51cd2d295feaf4eef8eed5f5777b5ea8ad52d621b size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:49:25.063Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:49:25.408Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:49:25.408Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-02-17T05:49:25.408Z] ca7bc27c954c: Preparing [2023-02-17T05:49:25.408Z] 4ccb810c494d: Preparing [2023-02-17T05:49:25.408Z] 00f182ec98a4: Preparing [2023-02-17T05:49:25.408Z] c8395aaa0be4: Preparing [2023-02-17T05:49:25.408Z] a8cfdf0cc8ec: Preparing [2023-02-17T05:49:25.408Z] a8cfdf0cc8ec: Layer already exists [2023-02-17T05:49:25.408Z] 00f182ec98a4: Layer already exists [2023-02-17T05:49:25.408Z] c8395aaa0be4: Layer already exists [2023-02-17T05:49:25.408Z] 4ccb810c494d: Layer already exists [2023-02-17T05:49:25.408Z] ca7bc27c954c: Layer already exists [2023-02-17T05:49:25.678Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56: digest: sha256:723e5f7b0497f2adda6b98e51cd2d295feaf4eef8eed5f5777b5ea8ad52d621b size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:49:26.020Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:49:26.364Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2023-02-17T05:49:26.365Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-02-17T05:49:26.365Z] ca7bc27c954c: Preparing [2023-02-17T05:49:26.365Z] 4ccb810c494d: Preparing [2023-02-17T05:49:26.365Z] 00f182ec98a4: Preparing [2023-02-17T05:49:26.365Z] c8395aaa0be4: Preparing [2023-02-17T05:49:26.365Z] a8cfdf0cc8ec: Preparing [2023-02-17T05:49:26.365Z] 4ccb810c494d: Layer already exists [2023-02-17T05:49:26.365Z] a8cfdf0cc8ec: Layer already exists [2023-02-17T05:49:26.365Z] ca7bc27c954c: Layer already exists [2023-02-17T05:49:26.365Z] c8395aaa0be4: Layer already exists [2023-02-17T05:49:26.365Z] 00f182ec98a4: Layer already exists [2023-02-17T05:49:26.632Z] main: digest: sha256:723e5f7b0497f2adda6b98e51cd2d295feaf4eef8eed5f5777b5ea8ad52d621b size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-17T05:49:26.673Z] ===================================================== [Pipeline] echo [2023-02-17T05:49:26.678Z] taggedImages: [2023-02-17T05:49:26.678Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:49:26.678Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-02-17T05:49:26.678Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.56 [2023-02-17T05:49:26.678Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:49:26.678Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2023-02-17T05:49:26.693Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2023-02-17T05:49:26.693Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:49:26.693Z] latest [2023-02-17T05:49:26.693Z] 3.0.0-dev.56 [2023-02-17T05:49:26.693Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:49:26.693Z] main [2023-02-17T05:49:26.693Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:49:27.031Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:49:27.371Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:49:27.371Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-02-17T05:49:27.371Z] d25bcc36c59d: Preparing [2023-02-17T05:49:27.371Z] 4ac01c0ac5b9: Preparing [2023-02-17T05:49:27.371Z] 1d6ee12a240c: Preparing [2023-02-17T05:49:27.371Z] 52431345d545: Preparing [2023-02-17T05:49:27.371Z] 199449eda6fa: Preparing [2023-02-17T05:49:27.371Z] 50684af085b5: Preparing [2023-02-17T05:49:27.371Z] a8cfdf0cc8ec: Preparing [2023-02-17T05:49:27.371Z] 50684af085b5: Waiting [2023-02-17T05:49:27.371Z] a8cfdf0cc8ec: Waiting [2023-02-17T05:49:27.641Z] 4ac01c0ac5b9: Pushed [2023-02-17T05:49:27.641Z] 1d6ee12a240c: Pushed [2023-02-17T05:49:27.641Z] d25bcc36c59d: Pushed [2023-02-17T05:49:27.909Z] a8cfdf0cc8ec: Layer already exists [2023-02-17T05:49:28.500Z] 50684af085b5: Pushed [2023-02-17T05:49:36.728Z] 199449eda6fa: Pushed [2023-02-17T05:49:44.944Z] 52431345d545: Pushed [2023-02-17T05:49:44.944Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335: digest: sha256:992a944279c93a964a8f14805ce84117ec1b25593fdf5d57ebe32ec9798bbd00 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:49:45.288Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:49:45.631Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-02-17T05:49:45.631Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-02-17T05:49:45.631Z] d25bcc36c59d: Preparing [2023-02-17T05:49:45.631Z] 4ac01c0ac5b9: Preparing [2023-02-17T05:49:45.631Z] 1d6ee12a240c: Preparing [2023-02-17T05:49:45.631Z] 52431345d545: Preparing [2023-02-17T05:49:45.631Z] 199449eda6fa: Preparing [2023-02-17T05:49:45.631Z] 50684af085b5: Preparing [2023-02-17T05:49:45.631Z] a8cfdf0cc8ec: Preparing [2023-02-17T05:49:45.631Z] a8cfdf0cc8ec: Waiting [2023-02-17T05:49:45.631Z] 50684af085b5: Waiting [2023-02-17T05:49:45.631Z] 52431345d545: Layer already exists [2023-02-17T05:49:45.631Z] 199449eda6fa: Layer already exists [2023-02-17T05:49:45.631Z] 1d6ee12a240c: Layer already exists [2023-02-17T05:49:45.631Z] 4ac01c0ac5b9: Layer already exists [2023-02-17T05:49:45.631Z] d25bcc36c59d: Layer already exists [2023-02-17T05:49:45.631Z] a8cfdf0cc8ec: Layer already exists [2023-02-17T05:49:45.631Z] 50684af085b5: Layer already exists [2023-02-17T05:49:45.899Z] latest: digest: sha256:992a944279c93a964a8f14805ce84117ec1b25593fdf5d57ebe32ec9798bbd00 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:49:46.239Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:49:46.579Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.56 [2023-02-17T05:49:46.579Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-02-17T05:49:46.579Z] d25bcc36c59d: Preparing [2023-02-17T05:49:46.579Z] 4ac01c0ac5b9: Preparing [2023-02-17T05:49:46.579Z] 1d6ee12a240c: Preparing [2023-02-17T05:49:46.579Z] 52431345d545: Preparing [2023-02-17T05:49:46.579Z] 199449eda6fa: Preparing [2023-02-17T05:49:46.579Z] 50684af085b5: Preparing [2023-02-17T05:49:46.579Z] a8cfdf0cc8ec: Preparing [2023-02-17T05:49:46.579Z] 50684af085b5: Waiting [2023-02-17T05:49:46.579Z] a8cfdf0cc8ec: Waiting [2023-02-17T05:49:46.579Z] 199449eda6fa: Layer already exists [2023-02-17T05:49:46.579Z] 1d6ee12a240c: Layer already exists [2023-02-17T05:49:46.579Z] 4ac01c0ac5b9: Layer already exists [2023-02-17T05:49:46.579Z] 52431345d545: Layer already exists [2023-02-17T05:49:46.579Z] d25bcc36c59d: Layer already exists [2023-02-17T05:49:46.579Z] a8cfdf0cc8ec: Layer already exists [2023-02-17T05:49:46.579Z] 50684af085b5: Layer already exists [2023-02-17T05:49:46.845Z] 3.0.0-dev.56: digest: sha256:992a944279c93a964a8f14805ce84117ec1b25593fdf5d57ebe32ec9798bbd00 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:49:47.203Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:49:47.552Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:49:47.552Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-02-17T05:49:47.552Z] d25bcc36c59d: Preparing [2023-02-17T05:49:47.552Z] 4ac01c0ac5b9: Preparing [2023-02-17T05:49:47.552Z] 1d6ee12a240c: Preparing [2023-02-17T05:49:47.552Z] 52431345d545: Preparing [2023-02-17T05:49:47.552Z] 199449eda6fa: Preparing [2023-02-17T05:49:47.552Z] 50684af085b5: Preparing [2023-02-17T05:49:47.552Z] a8cfdf0cc8ec: Preparing [2023-02-17T05:49:47.552Z] 50684af085b5: Waiting [2023-02-17T05:49:47.552Z] a8cfdf0cc8ec: Waiting [2023-02-17T05:49:47.552Z] 1d6ee12a240c: Layer already exists [2023-02-17T05:49:47.552Z] d25bcc36c59d: Layer already exists [2023-02-17T05:49:47.552Z] 4ac01c0ac5b9: Layer already exists [2023-02-17T05:49:47.552Z] 52431345d545: Layer already exists [2023-02-17T05:49:47.552Z] 199449eda6fa: Layer already exists [2023-02-17T05:49:47.552Z] 50684af085b5: Layer already exists [2023-02-17T05:49:47.552Z] a8cfdf0cc8ec: Layer already exists [2023-02-17T05:49:47.821Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56: digest: sha256:992a944279c93a964a8f14805ce84117ec1b25593fdf5d57ebe32ec9798bbd00 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:49:48.171Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:49:48.514Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2023-02-17T05:49:48.514Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-02-17T05:49:48.514Z] d25bcc36c59d: Preparing [2023-02-17T05:49:48.514Z] 4ac01c0ac5b9: Preparing [2023-02-17T05:49:48.514Z] 1d6ee12a240c: Preparing [2023-02-17T05:49:48.514Z] 52431345d545: Preparing [2023-02-17T05:49:48.514Z] 199449eda6fa: Preparing [2023-02-17T05:49:48.514Z] 50684af085b5: Preparing [2023-02-17T05:49:48.514Z] a8cfdf0cc8ec: Preparing [2023-02-17T05:49:48.514Z] 50684af085b5: Waiting [2023-02-17T05:49:48.514Z] a8cfdf0cc8ec: Waiting [2023-02-17T05:49:48.514Z] 199449eda6fa: Layer already exists [2023-02-17T05:49:48.514Z] 1d6ee12a240c: Layer already exists [2023-02-17T05:49:48.514Z] 52431345d545: Layer already exists [2023-02-17T05:49:48.514Z] d25bcc36c59d: Layer already exists [2023-02-17T05:49:48.514Z] 4ac01c0ac5b9: Layer already exists [2023-02-17T05:49:48.514Z] 50684af085b5: Layer already exists [2023-02-17T05:49:48.514Z] a8cfdf0cc8ec: Layer already exists [2023-02-17T05:49:48.780Z] main: digest: sha256:992a944279c93a964a8f14805ce84117ec1b25593fdf5d57ebe32ec9798bbd00 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-17T05:49:48.828Z] ===================================================== [Pipeline] echo [2023-02-17T05:49:48.834Z] taggedImages: [2023-02-17T05:49:48.834Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:49:48.834Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-02-17T05:49:48.834Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.56 [2023-02-17T05:49:48.834Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:49:48.834Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2023-02-17T05:49:48.848Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2023-02-17T05:49:48.848Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:49:48.848Z] latest [2023-02-17T05:49:48.848Z] 3.0.0-dev.56 [2023-02-17T05:49:48.848Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:49:48.848Z] main [2023-02-17T05:49:48.848Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:49:49.182Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:49:49.529Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:49:49.529Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-02-17T05:49:49.529Z] 5cbf6de28582: Preparing [2023-02-17T05:49:49.529Z] d67d87ff00f0: Preparing [2023-02-17T05:49:49.529Z] 77b8ff160fd1: Preparing [2023-02-17T05:49:49.529Z] 819e95ea2fdb: Preparing [2023-02-17T05:49:49.529Z] a04bbf39c84c: Preparing [2023-02-17T05:49:49.529Z] a8cfdf0cc8ec: Preparing [2023-02-17T05:49:49.529Z] a8cfdf0cc8ec: Waiting [2023-02-17T05:49:49.799Z] d67d87ff00f0: Pushed [2023-02-17T05:49:49.799Z] 5cbf6de28582: Pushed [2023-02-17T05:49:49.799Z] 77b8ff160fd1: Pushed [2023-02-17T05:49:49.799Z] a8cfdf0cc8ec: Layer already exists [2023-02-17T05:49:50.389Z] a04bbf39c84c: Pushed [2023-02-17T05:50:08.617Z] 819e95ea2fdb: Pushed [2023-02-17T05:50:08.617Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335: digest: sha256:b5f874b7be8f3a100b5b6ce36aff3b37ef28fb13daa02a51aead81e1ed4c0d46 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:50:08.977Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:50:09.331Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-02-17T05:50:09.331Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-02-17T05:50:09.331Z] 5cbf6de28582: Preparing [2023-02-17T05:50:09.331Z] d67d87ff00f0: Preparing [2023-02-17T05:50:09.331Z] 77b8ff160fd1: Preparing [2023-02-17T05:50:09.331Z] 819e95ea2fdb: Preparing [2023-02-17T05:50:09.331Z] a04bbf39c84c: Preparing [2023-02-17T05:50:09.331Z] a8cfdf0cc8ec: Preparing [2023-02-17T05:50:09.331Z] a8cfdf0cc8ec: Waiting [2023-02-17T05:50:09.331Z] 77b8ff160fd1: Layer already exists [2023-02-17T05:50:09.331Z] d67d87ff00f0: Layer already exists [2023-02-17T05:50:09.331Z] 5cbf6de28582: Layer already exists [2023-02-17T05:50:09.331Z] a04bbf39c84c: Layer already exists [2023-02-17T05:50:09.331Z] 819e95ea2fdb: Layer already exists [2023-02-17T05:50:09.331Z] a8cfdf0cc8ec: Layer already exists [2023-02-17T05:50:09.596Z] latest: digest: sha256:b5f874b7be8f3a100b5b6ce36aff3b37ef28fb13daa02a51aead81e1ed4c0d46 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:50:09.981Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:50:10.330Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.56 [2023-02-17T05:50:10.330Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-02-17T05:50:10.330Z] 5cbf6de28582: Preparing [2023-02-17T05:50:10.330Z] d67d87ff00f0: Preparing [2023-02-17T05:50:10.330Z] 77b8ff160fd1: Preparing [2023-02-17T05:50:10.330Z] 819e95ea2fdb: Preparing [2023-02-17T05:50:10.330Z] a04bbf39c84c: Preparing [2023-02-17T05:50:10.330Z] a8cfdf0cc8ec: Preparing [2023-02-17T05:50:10.330Z] a8cfdf0cc8ec: Waiting [2023-02-17T05:50:10.330Z] 5cbf6de28582: Layer already exists [2023-02-17T05:50:10.330Z] 819e95ea2fdb: Layer already exists [2023-02-17T05:50:10.330Z] 77b8ff160fd1: Layer already exists [2023-02-17T05:50:10.330Z] d67d87ff00f0: Layer already exists [2023-02-17T05:50:10.330Z] a04bbf39c84c: Layer already exists [2023-02-17T05:50:10.330Z] a8cfdf0cc8ec: Layer already exists [2023-02-17T05:50:10.600Z] 3.0.0-dev.56: digest: sha256:b5f874b7be8f3a100b5b6ce36aff3b37ef28fb13daa02a51aead81e1ed4c0d46 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:50:10.970Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:50:11.342Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:50:11.342Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-02-17T05:50:11.342Z] 5cbf6de28582: Preparing [2023-02-17T05:50:11.342Z] d67d87ff00f0: Preparing [2023-02-17T05:50:11.342Z] 77b8ff160fd1: Preparing [2023-02-17T05:50:11.342Z] 819e95ea2fdb: Preparing [2023-02-17T05:50:11.342Z] a04bbf39c84c: Preparing [2023-02-17T05:50:11.342Z] a8cfdf0cc8ec: Preparing [2023-02-17T05:50:11.342Z] a8cfdf0cc8ec: Waiting [2023-02-17T05:50:11.342Z] a04bbf39c84c: Layer already exists [2023-02-17T05:50:11.342Z] 77b8ff160fd1: Layer already exists [2023-02-17T05:50:11.342Z] d67d87ff00f0: Layer already exists [2023-02-17T05:50:11.342Z] 819e95ea2fdb: Layer already exists [2023-02-17T05:50:11.342Z] 5cbf6de28582: Layer already exists [2023-02-17T05:50:11.342Z] a8cfdf0cc8ec: Layer already exists [2023-02-17T05:50:11.622Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56: digest: sha256:b5f874b7be8f3a100b5b6ce36aff3b37ef28fb13daa02a51aead81e1ed4c0d46 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:50:12.008Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:50:12.355Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2023-02-17T05:50:12.355Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-02-17T05:50:12.355Z] 5cbf6de28582: Preparing [2023-02-17T05:50:12.355Z] d67d87ff00f0: Preparing [2023-02-17T05:50:12.355Z] 77b8ff160fd1: Preparing [2023-02-17T05:50:12.355Z] 819e95ea2fdb: Preparing [2023-02-17T05:50:12.355Z] a04bbf39c84c: Preparing [2023-02-17T05:50:12.355Z] a8cfdf0cc8ec: Preparing [2023-02-17T05:50:12.355Z] a8cfdf0cc8ec: Waiting [2023-02-17T05:50:12.355Z] 5cbf6de28582: Layer already exists [2023-02-17T05:50:12.355Z] d67d87ff00f0: Layer already exists [2023-02-17T05:50:12.355Z] a04bbf39c84c: Layer already exists [2023-02-17T05:50:12.355Z] 819e95ea2fdb: Layer already exists [2023-02-17T05:50:12.355Z] 77b8ff160fd1: Layer already exists [2023-02-17T05:50:12.355Z] a8cfdf0cc8ec: Layer already exists [2023-02-17T05:50:12.622Z] main: digest: sha256:b5f874b7be8f3a100b5b6ce36aff3b37ef28fb13daa02a51aead81e1ed4c0d46 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-17T05:50:12.677Z] ===================================================== [Pipeline] echo [2023-02-17T05:50:12.688Z] taggedImages: [2023-02-17T05:50:12.688Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:50:12.688Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-02-17T05:50:12.688Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.56 [2023-02-17T05:50:12.688Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:50:12.688Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2023-02-17T05:50:12.709Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2023-02-17T05:50:12.709Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:50:12.709Z] latest [2023-02-17T05:50:12.709Z] 3.0.0-dev.56 [2023-02-17T05:50:12.709Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:50:12.709Z] main [2023-02-17T05:50:12.709Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:50:13.054Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:50:13.398Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:50:13.398Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-02-17T05:50:13.398Z] cf2101c65e1c: Preparing [2023-02-17T05:50:13.398Z] 2fc06652d3ee: Preparing [2023-02-17T05:50:13.398Z] 5174613f0367: Preparing [2023-02-17T05:50:13.398Z] 4a5fe82f635a: Preparing [2023-02-17T05:50:13.398Z] 50684af085b5: Preparing [2023-02-17T05:50:13.398Z] a8cfdf0cc8ec: Preparing [2023-02-17T05:50:13.398Z] a8cfdf0cc8ec: Waiting [2023-02-17T05:50:13.398Z] 50684af085b5: Layer already exists [2023-02-17T05:50:13.666Z] a8cfdf0cc8ec: Layer already exists [2023-02-17T05:50:13.666Z] 2fc06652d3ee: Pushed [2023-02-17T05:50:13.666Z] 5174613f0367: Pushed [2023-02-17T05:50:13.666Z] cf2101c65e1c: Pushed [2023-02-17T05:50:31.973Z] 4a5fe82f635a: Pushed [2023-02-17T05:50:31.973Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335: digest: sha256:f10e8a50c4ea03e277385bc2ae977529d9ba80c872676f5adeb3e330f1a089c1 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:50:32.325Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:50:32.674Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-02-17T05:50:32.674Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-02-17T05:50:32.674Z] cf2101c65e1c: Preparing [2023-02-17T05:50:32.674Z] 2fc06652d3ee: Preparing [2023-02-17T05:50:32.674Z] 5174613f0367: Preparing [2023-02-17T05:50:32.674Z] 4a5fe82f635a: Preparing [2023-02-17T05:50:32.674Z] 50684af085b5: Preparing [2023-02-17T05:50:32.674Z] a8cfdf0cc8ec: Preparing [2023-02-17T05:50:32.674Z] a8cfdf0cc8ec: Waiting [2023-02-17T05:50:32.674Z] 5174613f0367: Layer already exists [2023-02-17T05:50:32.674Z] 50684af085b5: Layer already exists [2023-02-17T05:50:32.674Z] 2fc06652d3ee: Layer already exists [2023-02-17T05:50:32.674Z] cf2101c65e1c: Layer already exists [2023-02-17T05:50:32.674Z] 4a5fe82f635a: Layer already exists [2023-02-17T05:50:32.674Z] a8cfdf0cc8ec: Layer already exists [2023-02-17T05:50:32.941Z] latest: digest: sha256:f10e8a50c4ea03e277385bc2ae977529d9ba80c872676f5adeb3e330f1a089c1 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:50:33.281Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:50:33.627Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.56 [2023-02-17T05:50:33.628Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-02-17T05:50:33.628Z] cf2101c65e1c: Preparing [2023-02-17T05:50:33.628Z] 2fc06652d3ee: Preparing [2023-02-17T05:50:33.628Z] 5174613f0367: Preparing [2023-02-17T05:50:33.628Z] 4a5fe82f635a: Preparing [2023-02-17T05:50:33.628Z] 50684af085b5: Preparing [2023-02-17T05:50:33.628Z] a8cfdf0cc8ec: Preparing [2023-02-17T05:50:33.628Z] a8cfdf0cc8ec: Waiting [2023-02-17T05:50:33.628Z] 2fc06652d3ee: Layer already exists [2023-02-17T05:50:33.628Z] 5174613f0367: Layer already exists [2023-02-17T05:50:33.628Z] 4a5fe82f635a: Layer already exists [2023-02-17T05:50:33.628Z] 50684af085b5: Layer already exists [2023-02-17T05:50:33.628Z] cf2101c65e1c: Layer already exists [2023-02-17T05:50:33.628Z] a8cfdf0cc8ec: Layer already exists [2023-02-17T05:50:33.897Z] 3.0.0-dev.56: digest: sha256:f10e8a50c4ea03e277385bc2ae977529d9ba80c872676f5adeb3e330f1a089c1 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:50:34.251Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:50:34.609Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:50:34.609Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-02-17T05:50:34.609Z] cf2101c65e1c: Preparing [2023-02-17T05:50:34.609Z] 2fc06652d3ee: Preparing [2023-02-17T05:50:34.609Z] 5174613f0367: Preparing [2023-02-17T05:50:34.609Z] 4a5fe82f635a: Preparing [2023-02-17T05:50:34.609Z] 50684af085b5: Preparing [2023-02-17T05:50:34.609Z] a8cfdf0cc8ec: Preparing [2023-02-17T05:50:34.609Z] cf2101c65e1c: Layer already exists [2023-02-17T05:50:34.609Z] 4a5fe82f635a: Layer already exists [2023-02-17T05:50:34.609Z] 2fc06652d3ee: Layer already exists [2023-02-17T05:50:34.609Z] 5174613f0367: Layer already exists [2023-02-17T05:50:34.609Z] 50684af085b5: Layer already exists [2023-02-17T05:50:34.609Z] a8cfdf0cc8ec: Layer already exists [2023-02-17T05:50:34.879Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56: digest: sha256:f10e8a50c4ea03e277385bc2ae977529d9ba80c872676f5adeb3e330f1a089c1 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:50:35.237Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:50:35.590Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2023-02-17T05:50:35.591Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-02-17T05:50:35.591Z] cf2101c65e1c: Preparing [2023-02-17T05:50:35.591Z] 2fc06652d3ee: Preparing [2023-02-17T05:50:35.591Z] 5174613f0367: Preparing [2023-02-17T05:50:35.591Z] 4a5fe82f635a: Preparing [2023-02-17T05:50:35.591Z] 50684af085b5: Preparing [2023-02-17T05:50:35.591Z] a8cfdf0cc8ec: Preparing [2023-02-17T05:50:35.591Z] a8cfdf0cc8ec: Waiting [2023-02-17T05:50:35.591Z] cf2101c65e1c: Layer already exists [2023-02-17T05:50:35.591Z] 50684af085b5: Layer already exists [2023-02-17T05:50:35.591Z] 4a5fe82f635a: Layer already exists [2023-02-17T05:50:35.591Z] 2fc06652d3ee: Layer already exists [2023-02-17T05:50:35.591Z] 5174613f0367: Layer already exists [2023-02-17T05:50:35.591Z] a8cfdf0cc8ec: Layer already exists [2023-02-17T05:50:35.859Z] main: digest: sha256:f10e8a50c4ea03e277385bc2ae977529d9ba80c872676f5adeb3e330f1a089c1 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-17T05:50:35.913Z] ===================================================== [Pipeline] echo [2023-02-17T05:50:35.923Z] taggedImages: [2023-02-17T05:50:35.923Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:50:35.923Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-02-17T05:50:35.923Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.56 [2023-02-17T05:50:35.923Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:50:35.923Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2023-02-17T05:50:35.950Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2023-02-17T05:50:35.950Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:50:35.950Z] latest [2023-02-17T05:50:35.950Z] 3.0.0-dev.56 [2023-02-17T05:50:35.950Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:50:35.950Z] main [2023-02-17T05:50:35.950Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:50:36.314Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:50:36.676Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:50:36.676Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-02-17T05:50:36.676Z] 84ab5a7641ab: Preparing [2023-02-17T05:50:36.676Z] 9a09a28c337f: Preparing [2023-02-17T05:50:36.676Z] 00f182ec98a4: Preparing [2023-02-17T05:50:36.676Z] 04de94d50503: Preparing [2023-02-17T05:50:36.676Z] f70ee36035b9: Preparing [2023-02-17T05:50:36.676Z] f70ee36035b9: Layer already exists [2023-02-17T05:50:36.676Z] 00f182ec98a4: Layer already exists [2023-02-17T05:50:36.944Z] 84ab5a7641ab: Pushed [2023-02-17T05:50:37.212Z] 04de94d50503: Pushed [2023-02-17T05:50:42.569Z] 9a09a28c337f: Pushed [2023-02-17T05:50:42.569Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335: digest: sha256:c083c9d42f9994c4360b069a23bafc0821ad31e8c8670c45e658890c29c6577e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:50:42.925Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:50:43.268Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-02-17T05:50:43.269Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-02-17T05:50:43.269Z] 84ab5a7641ab: Preparing [2023-02-17T05:50:43.269Z] 9a09a28c337f: Preparing [2023-02-17T05:50:43.269Z] 00f182ec98a4: Preparing [2023-02-17T05:50:43.269Z] 04de94d50503: Preparing [2023-02-17T05:50:43.269Z] f70ee36035b9: Preparing [2023-02-17T05:50:43.269Z] 9a09a28c337f: Layer already exists [2023-02-17T05:50:43.269Z] 00f182ec98a4: Layer already exists [2023-02-17T05:50:43.269Z] f70ee36035b9: Layer already exists [2023-02-17T05:50:43.269Z] 84ab5a7641ab: Layer already exists [2023-02-17T05:50:43.269Z] 04de94d50503: Layer already exists [2023-02-17T05:50:43.536Z] latest: digest: sha256:c083c9d42f9994c4360b069a23bafc0821ad31e8c8670c45e658890c29c6577e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:50:43.889Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:50:44.230Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.56 [2023-02-17T05:50:44.230Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-02-17T05:50:44.230Z] 84ab5a7641ab: Preparing [2023-02-17T05:50:44.230Z] 9a09a28c337f: Preparing [2023-02-17T05:50:44.230Z] 00f182ec98a4: Preparing [2023-02-17T05:50:44.230Z] 04de94d50503: Preparing [2023-02-17T05:50:44.230Z] f70ee36035b9: Preparing [2023-02-17T05:50:44.230Z] 84ab5a7641ab: Layer already exists [2023-02-17T05:50:44.230Z] 04de94d50503: Layer already exists [2023-02-17T05:50:44.230Z] 00f182ec98a4: Layer already exists [2023-02-17T05:50:44.230Z] f70ee36035b9: Layer already exists [2023-02-17T05:50:44.230Z] 9a09a28c337f: Layer already exists [2023-02-17T05:50:44.498Z] 3.0.0-dev.56: digest: sha256:c083c9d42f9994c4360b069a23bafc0821ad31e8c8670c45e658890c29c6577e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:50:44.845Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:50:45.186Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:50:45.186Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-02-17T05:50:45.186Z] 84ab5a7641ab: Preparing [2023-02-17T05:50:45.186Z] 9a09a28c337f: Preparing [2023-02-17T05:50:45.186Z] 00f182ec98a4: Preparing [2023-02-17T05:50:45.186Z] 04de94d50503: Preparing [2023-02-17T05:50:45.186Z] f70ee36035b9: Preparing [2023-02-17T05:50:45.186Z] f70ee36035b9: Layer already exists [2023-02-17T05:50:45.186Z] 00f182ec98a4: Layer already exists [2023-02-17T05:50:45.186Z] 04de94d50503: Layer already exists [2023-02-17T05:50:45.186Z] 84ab5a7641ab: Layer already exists [2023-02-17T05:50:45.186Z] 9a09a28c337f: Layer already exists [2023-02-17T05:50:45.454Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56: digest: sha256:c083c9d42f9994c4360b069a23bafc0821ad31e8c8670c45e658890c29c6577e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:50:45.798Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:50:46.142Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2023-02-17T05:50:46.142Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-02-17T05:50:46.142Z] 84ab5a7641ab: Preparing [2023-02-17T05:50:46.142Z] 9a09a28c337f: Preparing [2023-02-17T05:50:46.142Z] 00f182ec98a4: Preparing [2023-02-17T05:50:46.142Z] 04de94d50503: Preparing [2023-02-17T05:50:46.142Z] f70ee36035b9: Preparing [2023-02-17T05:50:46.142Z] f70ee36035b9: Layer already exists [2023-02-17T05:50:46.142Z] 00f182ec98a4: Layer already exists [2023-02-17T05:50:46.142Z] 84ab5a7641ab: Layer already exists [2023-02-17T05:50:46.142Z] 04de94d50503: Layer already exists [2023-02-17T05:50:46.142Z] 9a09a28c337f: Layer already exists [2023-02-17T05:50:46.409Z] main: digest: sha256:c083c9d42f9994c4360b069a23bafc0821ad31e8c8670c45e658890c29c6577e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-17T05:50:46.451Z] ===================================================== [Pipeline] echo [2023-02-17T05:50:46.457Z] taggedImages: [2023-02-17T05:50:46.457Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:50:46.457Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-02-17T05:50:46.457Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.56 [2023-02-17T05:50:46.457Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:50:46.457Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2023-02-17T05:50:46.472Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2023-02-17T05:50:46.472Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:50:46.472Z] latest [2023-02-17T05:50:46.472Z] 3.0.0-dev.56 [2023-02-17T05:50:46.472Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:50:46.472Z] main [2023-02-17T05:50:46.472Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:50:46.804Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:50:47.137Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:50:47.138Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-02-17T05:50:47.138Z] 9dc1376214fe: Preparing [2023-02-17T05:50:47.138Z] d97b3ff3cfa4: Preparing [2023-02-17T05:50:47.138Z] 00f182ec98a4: Preparing [2023-02-17T05:50:47.138Z] ea9ffc266a8a: Preparing [2023-02-17T05:50:47.138Z] f70ee36035b9: Preparing [2023-02-17T05:50:47.138Z] 00f182ec98a4: Layer already exists [2023-02-17T05:50:47.404Z] ea9ffc266a8a: Layer already exists [2023-02-17T05:50:47.404Z] f70ee36035b9: Layer already exists [2023-02-17T05:50:47.404Z] 9dc1376214fe: Pushed [2023-02-17T05:50:54.065Z] d97b3ff3cfa4: Pushed [2023-02-17T05:50:54.066Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335: digest: sha256:f740963563779f6f81d8a95c4847293a9c653aa49b4907db629dc83f446ded55 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:50:54.424Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:50:54.763Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-02-17T05:50:54.763Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-02-17T05:50:54.763Z] 9dc1376214fe: Preparing [2023-02-17T05:50:54.763Z] d97b3ff3cfa4: Preparing [2023-02-17T05:50:54.763Z] 00f182ec98a4: Preparing [2023-02-17T05:50:54.763Z] ea9ffc266a8a: Preparing [2023-02-17T05:50:54.763Z] f70ee36035b9: Preparing [2023-02-17T05:50:54.763Z] f70ee36035b9: Layer already exists [2023-02-17T05:50:54.763Z] d97b3ff3cfa4: Layer already exists [2023-02-17T05:50:54.763Z] 9dc1376214fe: Layer already exists [2023-02-17T05:50:54.763Z] 00f182ec98a4: Layer already exists [2023-02-17T05:50:54.763Z] ea9ffc266a8a: Layer already exists [2023-02-17T05:50:55.031Z] latest: digest: sha256:f740963563779f6f81d8a95c4847293a9c653aa49b4907db629dc83f446ded55 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:50:55.383Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:50:55.721Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.56 [2023-02-17T05:50:55.721Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-02-17T05:50:55.721Z] 9dc1376214fe: Preparing [2023-02-17T05:50:55.721Z] d97b3ff3cfa4: Preparing [2023-02-17T05:50:55.721Z] 00f182ec98a4: Preparing [2023-02-17T05:50:55.721Z] ea9ffc266a8a: Preparing [2023-02-17T05:50:55.721Z] f70ee36035b9: Preparing [2023-02-17T05:50:55.721Z] d97b3ff3cfa4: Layer already exists [2023-02-17T05:50:55.721Z] f70ee36035b9: Layer already exists [2023-02-17T05:50:55.721Z] ea9ffc266a8a: Layer already exists [2023-02-17T05:50:55.721Z] 9dc1376214fe: Layer already exists [2023-02-17T05:50:55.721Z] 00f182ec98a4: Layer already exists [2023-02-17T05:50:55.988Z] 3.0.0-dev.56: digest: sha256:f740963563779f6f81d8a95c4847293a9c653aa49b4907db629dc83f446ded55 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:50:56.334Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:50:56.675Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:50:56.676Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-02-17T05:50:56.676Z] 9dc1376214fe: Preparing [2023-02-17T05:50:56.676Z] d97b3ff3cfa4: Preparing [2023-02-17T05:50:56.676Z] 00f182ec98a4: Preparing [2023-02-17T05:50:56.676Z] ea9ffc266a8a: Preparing [2023-02-17T05:50:56.676Z] f70ee36035b9: Preparing [2023-02-17T05:50:56.676Z] f70ee36035b9: Layer already exists [2023-02-17T05:50:56.676Z] 00f182ec98a4: Layer already exists [2023-02-17T05:50:56.676Z] d97b3ff3cfa4: Layer already exists [2023-02-17T05:50:56.676Z] ea9ffc266a8a: Layer already exists [2023-02-17T05:50:56.676Z] 9dc1376214fe: Layer already exists [2023-02-17T05:50:56.943Z] 8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56: digest: sha256:f740963563779f6f81d8a95c4847293a9c653aa49b4907db629dc83f446ded55 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:50:57.295Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:50:57.642Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2023-02-17T05:50:57.642Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-02-17T05:50:57.642Z] 9dc1376214fe: Preparing [2023-02-17T05:50:57.642Z] d97b3ff3cfa4: Preparing [2023-02-17T05:50:57.642Z] 00f182ec98a4: Preparing [2023-02-17T05:50:57.642Z] ea9ffc266a8a: Preparing [2023-02-17T05:50:57.642Z] f70ee36035b9: Preparing [2023-02-17T05:50:57.642Z] 00f182ec98a4: Layer already exists [2023-02-17T05:50:57.642Z] ea9ffc266a8a: Layer already exists [2023-02-17T05:50:57.642Z] d97b3ff3cfa4: Layer already exists [2023-02-17T05:50:57.642Z] 9dc1376214fe: Layer already exists [2023-02-17T05:50:57.642Z] f70ee36035b9: Layer already exists [2023-02-17T05:50:57.910Z] main: digest: sha256:f740963563779f6f81d8a95c4847293a9c653aa49b4907db629dc83f446ded55 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-17T05:50:57.972Z] ===================================================== [Pipeline] echo [2023-02-17T05:50:57.981Z] taggedImages: [2023-02-17T05:50:57.981Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335 [2023-02-17T05:50:57.981Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-02-17T05:50:57.981Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.56 [2023-02-17T05:50:57.981Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:8bb7416f1c773b5b2c31d23b9c97a90c70099335-3.0.0-dev.56 [2023-02-17T05:50:57.981Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:50:58.349Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-17T05:50:58.349Z] [2023-02-17T05:50:58.349Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:50:58.683Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-17T05:50:58.952Z] arm64: Pulling from edgex-lftools-log-publisher [2023-02-17T05:50:58.952Z] 8998bd30e6a1: Pulling fs layer [2023-02-17T05:50:58.952Z] 04944245beec: Pulling fs layer [2023-02-17T05:50:58.952Z] 699f458cf7ca: Pulling fs layer [2023-02-17T05:50:58.952Z] 765212b225bb: Pulling fs layer [2023-02-17T05:50:58.952Z] f23df028b6ca: Pulling fs layer [2023-02-17T05:50:58.952Z] d65c8cfc05b1: Pulling fs layer [2023-02-17T05:50:58.952Z] 2437ff75d9bd: Pulling fs layer [2023-02-17T05:50:58.952Z] 765212b225bb: Waiting [2023-02-17T05:50:58.952Z] f23df028b6ca: Waiting [2023-02-17T05:50:58.952Z] d65c8cfc05b1: Waiting [2023-02-17T05:50:58.952Z] 2437ff75d9bd: Waiting [2023-02-17T05:50:58.952Z] 04944245beec: Verifying Checksum [2023-02-17T05:50:58.952Z] 04944245beec: Download complete [2023-02-17T05:50:58.952Z] 765212b225bb: Verifying Checksum [2023-02-17T05:50:58.952Z] 765212b225bb: Download complete [2023-02-17T05:50:58.952Z] f23df028b6ca: Verifying Checksum [2023-02-17T05:50:58.952Z] f23df028b6ca: Download complete [2023-02-17T05:50:59.221Z] d65c8cfc05b1: Verifying Checksum [2023-02-17T05:50:59.221Z] d65c8cfc05b1: Download complete [2023-02-17T05:50:59.221Z] 699f458cf7ca: Verifying Checksum [2023-02-17T05:50:59.221Z] 699f458cf7ca: Download complete [2023-02-17T05:50:59.806Z] 8998bd30e6a1: Verifying Checksum [2023-02-17T05:50:59.806Z] 8998bd30e6a1: Download complete [2023-02-17T05:51:02.395Z] 2437ff75d9bd: Verifying Checksum [2023-02-17T05:51:02.395Z] 2437ff75d9bd: Download complete [2023-02-17T05:51:04.344Z] 8998bd30e6a1: Pull complete [2023-02-17T05:51:04.613Z] 04944245beec: Pull complete [2023-02-17T05:51:06.027Z] 699f458cf7ca: Pull complete [2023-02-17T05:51:06.294Z] 765212b225bb: Pull complete [2023-02-17T05:51:07.262Z] f23df028b6ca: Pull complete [2023-02-17T05:51:07.263Z] d65c8cfc05b1: Pull complete [2023-02-17T05:51:22.262Z] 2437ff75d9bd: Pull complete [2023-02-17T05:51:22.262Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-02-17T05:51:22.262Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-17T05:51:22.262Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-17T05:51:22.485Z] prd-ubuntu20.04-docker-arm64-4c-16g-6381 does not seem to be running inside a container [2023-02-17T05:51:22.552Z] $ 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/417 -v /w/workspace/edgex-go/417:/w/workspace/edgex-go/417:rw,z -v /w/workspace/edgex-go/417@tmp:/w/workspace/edgex-go/417@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-02-17T05:51:25.701Z] $ docker top 341a20c1a85e800b50334350e354e1f653c493ba32280fcfac8fd997c4d5b385 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-17T05:51:26.600Z] ---> job-cost.sh [2023-02-17T05:51:26.600Z] lf-activate-venv: SKIPPING [2023-02-17T05:51:26.600Z] INFO: No Stack... [2023-02-17T05:51:27.564Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-02-17T05:51:28.526Z] INFO: Archiving Costs [Pipeline] sh [2023-02-17T05:51:29.175Z] + cat /w/workspace/edgex-go/417/archives/cost.csv [2023-02-17T05:51:29.175Z] + cut -d, -f6 [Pipeline] lock [2023-02-17T05:51:29.220Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-417-stack-cost] [2023-02-17T05:51:29.226Z] Resource [jenkins-edgexfoundry-edgex-go-main-417-stack-cost] did not exist. Created. [2023-02-17T05:51:29.226Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-main-417-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-17T05:51:29.870Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-02-17T05:51:30.893Z] Stashed 1 file(s) [Pipeline] } [2023-02-17T05:51:30.903Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-main-417-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-17T05:51:30.915Z] $ docker stop --time=1 341a20c1a85e800b50334350e354e1f653c493ba32280fcfac8fd997c4d5b385 [2023-02-17T05:51:32.467Z] $ docker rm -f --volumes 341a20c1a85e800b50334350e354e1f653c493ba32280fcfac8fd997c4d5b385 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-02-17T05:51:32.918Z] provisioning config files... [2023-02-17T05:51:32.923Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/417@tmp/config8933266931499148011tmp [Pipeline] { [Pipeline] sh [2023-02-17T05:51:33.213Z] + set +x [2023-02-17T05:51:33.213Z] + curl -s https://codecov.io/bash [2023-02-17T05:51:33.213Z] + bash -s -- [2023-02-17T05:51:33.213Z] [2023-02-17T05:51:33.213Z] _____ _ [2023-02-17T05:51:33.213Z] / ____| | | [2023-02-17T05:51:33.213Z] | | ___ __| | ___ ___ _____ __ [2023-02-17T05:51:33.213Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-02-17T05:51:33.213Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-02-17T05:51:33.213Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-02-17T05:51:33.213Z] Bash-1.0.6 [2023-02-17T05:51:33.213Z] [2023-02-17T05:51:33.213Z] [2023-02-17T05:51:33.213Z] ==> git version 2.25.1 found [2023-02-17T05:51:33.213Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-02-17T05:51:33.213Z] Release-Date: 2020-01-08 [2023-02-17T05:51:33.213Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-02-17T05:51:33.213Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-02-17T05:51:33.213Z] ==> Jenkins CI detected. [2023-02-17T05:51:33.213Z] current dir:  /w/workspace/edgex-go/417 [2023-02-17T05:51:33.213Z] project root: . [2023-02-17T05:51:33.213Z] --> token set from env [2023-02-17T05:51:33.213Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-02-17T05:51:33.213Z] ==> Running gcov in . (disable via -X gcov) [2023-02-17T05:51:33.213Z] ==> Python coveragepy not found [2023-02-17T05:51:33.213Z] ==> Searching for coverage reports in: [2023-02-17T05:51:33.213Z] + . [2023-02-17T05:51:33.213Z] -> Found 1 reports [2023-02-17T05:51:33.213Z] ==> Detecting git/mercurial file structure [2023-02-17T05:51:33.471Z] ==> Reading reports [2023-02-17T05:51:33.471Z] + ./coverage.out bytes=487530 [2023-02-17T05:51:33.471Z] ==> Appending adjustments [2023-02-17T05:51:33.471Z] https://docs.codecov.io/docs/fixing-reports [2023-02-17T05:51:34.406Z] + Found adjustments [2023-02-17T05:51:34.406Z] ==> Gzipping contents [2023-02-17T05:51:34.664Z] 64K /tmp/codecov.GDuReu.gz [2023-02-17T05:51:34.664Z] ==> Uploading reports [2023-02-17T05:51:34.664Z] url: https://codecov.io [2023-02-17T05:51:34.664Z] query: branch=main&commit=8bb7416f1c773b5b2c31d23b9c97a90c70099335&build=417&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F417%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-17T05:51:34.664Z] -> Pinging Codecov [2023-02-17T05:51:34.664Z] 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=8bb7416f1c773b5b2c31d23b9c97a90c70099335&build=417&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F417%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-17T05:51:34.664Z] -> Uploading to [2023-02-17T05:51:34.664Z] https://storage.googleapis.com/codecov/v4/raw/2023-02-17/00271124DB129430A58F1EEE437C3FCB/8bb7416f1c773b5b2c31d23b9c97a90c70099335/3a3ab5e6-e5eb-498e-bd75-0320ae5d0ca0.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230217%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230217T055134Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b7954f8e14d5c11836f15ae0731d6096aff6a822fe0a3c6396229efa581b24f1 [2023-02-17T05:51:34.664Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-17T05:51:34.664Z] Dload Upload Total Spent Left Speed [2023-02-17T05:51:34.922Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 63038 0 0 100 63038 0 196k --:--:-- --:--:-- --:--:-- 196k [2023-02-17T05:51:34.923Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/8bb7416f1c773b5b2c31d23b9c97a90c70099335 [Pipeline] } [2023-02-17T05:51:34.929Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2023-02-17T05:51:35.060Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-02-17T05:51:35.068Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:51:35.359Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-17T05:51:35.360Z] [2023-02-17T05:51:35.360Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:51:35.657Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-17T05:51:35.657Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-02-17T05:51:35.657Z] df9b9388f04a: Pulling fs layer [2023-02-17T05:51:35.657Z] 52dc419b0ee2: Pulling fs layer [2023-02-17T05:51:35.657Z] 25bc292e5bac: Pulling fs layer [2023-02-17T05:51:35.657Z] 114826534d7a: Pulling fs layer [2023-02-17T05:51:35.657Z] 4657fd5d0bcf: Pulling fs layer [2023-02-17T05:51:35.657Z] 6ad1cebc031e: Pulling fs layer [2023-02-17T05:51:35.657Z] 8a3aa393b2d8: Pulling fs layer [2023-02-17T05:51:35.657Z] 4657fd5d0bcf: Waiting [2023-02-17T05:51:35.657Z] 6ad1cebc031e: Waiting [2023-02-17T05:51:35.657Z] 114826534d7a: Waiting [2023-02-17T05:51:35.657Z] 8a3aa393b2d8: Waiting [2023-02-17T05:51:35.657Z] 25bc292e5bac: Verifying Checksum [2023-02-17T05:51:35.657Z] 25bc292e5bac: Download complete [2023-02-17T05:51:35.657Z] 52dc419b0ee2: Verifying Checksum [2023-02-17T05:51:35.657Z] 52dc419b0ee2: Download complete [2023-02-17T05:51:35.657Z] 4657fd5d0bcf: Verifying Checksum [2023-02-17T05:51:35.657Z] 4657fd5d0bcf: Download complete [2023-02-17T05:51:35.922Z] df9b9388f04a: Verifying Checksum [2023-02-17T05:51:35.922Z] df9b9388f04a: Download complete [2023-02-17T05:51:35.922Z] df9b9388f04a: Pull complete [2023-02-17T05:51:36.189Z] 6ad1cebc031e: Verifying Checksum [2023-02-17T05:51:36.189Z] 6ad1cebc031e: Download complete [2023-02-17T05:51:36.189Z] 52dc419b0ee2: Pull complete [2023-02-17T05:51:36.189Z] 25bc292e5bac: Pull complete [2023-02-17T05:51:36.783Z] 114826534d7a: Verifying Checksum [2023-02-17T05:51:36.783Z] 114826534d7a: Download complete [2023-02-17T05:51:37.354Z] 8a3aa393b2d8: Verifying Checksum [2023-02-17T05:51:37.354Z] 8a3aa393b2d8: Download complete [2023-02-17T05:51:40.635Z] 114826534d7a: Pull complete [2023-02-17T05:51:40.635Z] 4657fd5d0bcf: Pull complete [2023-02-17T05:51:40.893Z] 6ad1cebc031e: Pull complete [2023-02-17T05:51:44.171Z] 8a3aa393b2d8: Pull complete [2023-02-17T05:51:44.171Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-02-17T05:51:44.171Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-17T05:51:44.171Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-17T05:51:44.256Z] prd-ubuntu20.04-docker-8c-8g-6375 does not seem to be running inside a container [2023-02-17T05:51:44.293Z] $ 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/417 -v /w/workspace/edgex-go/417:/w/workspace/edgex-go/417:rw,z -v /w/workspace/edgex-go/417@tmp:/w/workspace/edgex-go/417@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-02-17T05:51:46.484Z] $ docker top 058b4212eea4cf075c775cca629df53282ffb3dd587ae40af37abe82c9eed3f6 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-17T05:51:46.548Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2023-02-17T05:51:46.825Z] + set -o pipefail [2023-02-17T05:51:46.825Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2023-02-17T05:51:52.094Z] [2023-02-17T05:51:52.094Z] Monitoring /w/workspace/edgex-go/417 (github.com/edgexfoundry/edgex-go)... [2023-02-17T05:51:52.094Z] [2023-02-17T05:51:52.094Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/3becc481-3d81-4e9b-af28-a3d0babd9edb [2023-02-17T05:51:52.094Z] [2023-02-17T05:51:52.094Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-02-17T05:51:52.094Z] [2023-02-17T05:51:52.094Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-02-17T05:51:52.094Z] [2023-02-17T05:51:52.094Z] [2023-02-17T05:51:52.094Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-02-17T05:51:52.095Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-02-17T05:51:52.095Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-02-17T05:51:52.113Z] $ docker stop --time=1 058b4212eea4cf075c775cca629df53282ffb3dd587ae40af37abe82c9eed3f6 [2023-02-17T05:51:54.378Z] $ docker rm -f --volumes 058b4212eea4cf075c775cca629df53282ffb3dd587ae40af37abe82c9eed3f6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2023-02-17T05:51:54.726Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-17T05:51:54.738Z] provisioning config files... [2023-02-17T05:51:54.745Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/417@tmp/config8098479438392094127tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-17T05:51:55.035Z] --> edgex-publish-swagger.sh [2023-02-17T05:51:55.035Z] === Publish openapi/v3 API === [2023-02-17T05:51:55.035Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2023-02-17T05:51:55.035Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/417/openapi/v3/core-command.yaml] [2023-02-17T05:51:55.035Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-17T05:51:55.035Z] Dload Upload Total Spent Left Speed [2023-02-17T05:51:55.293Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29030 0 0 100 29030 0 60987 --:--:-- --:--:-- --:--:-- 60987 [2023-02-17T05:51:55.293Z] [2023-02-17T05:51:55.293Z] [2023-02-17T05:51:55.293Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/417/openapi/v3/core-data.yaml] [2023-02-17T05:51:55.293Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-17T05:51:55.293Z] Dload Upload Total Spent Left Speed [2023-02-17T05:51:55.812Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 69109 0 0 100 69109 0 329k --:--:-- --:--:-- --:--:-- 327k 100 69109 0 0 100 69109 0 133k --:--:-- --:--:-- --:--:-- 133k [2023-02-17T05:51:55.812Z] [2023-02-17T05:51:55.812Z] [2023-02-17T05:51:55.812Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/417/openapi/v3/core-metadata.yaml] [2023-02-17T05:51:55.812Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-17T05:51:55.812Z] Dload Upload Total Spent Left Speed [2023-02-17T05:51:56.749Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 139k 0 0 100 139k 0 225k --:--:-- --:--:-- --:--:-- 225k [2023-02-17T05:51:56.749Z] [2023-02-17T05:51:56.749Z] [2023-02-17T05:51:56.749Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/417/openapi/v3/support-notifications.yaml] [2023-02-17T05:51:56.749Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-17T05:51:56.749Z] Dload Upload Total Spent Left Speed [2023-02-17T05:51:57.319Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86965 0 0 100 86965 0 142k --:--:-- --:--:-- --:--:-- 142k [2023-02-17T05:51:57.319Z] [2023-02-17T05:51:57.319Z] [2023-02-17T05:51:57.319Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/417/openapi/v3/support-scheduler.yaml] [2023-02-17T05:51:57.319Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-17T05:51:57.319Z] Dload Upload Total Spent Left Speed [2023-02-17T05:51:57.577Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 34001 0 0 100 34001 0 73754 --:--:-- --:--:-- --:--:-- 73595 100 34001 0 0 100 34001 0 73595 --:--:-- --:--:-- --:--:-- 73595 [2023-02-17T05:51:57.577Z] [2023-02-17T05:51:57.577Z] [Pipeline] } [2023-02-17T05:51:57.584Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh [2023-02-17T05:51:57.961Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-17T05:51:57.961Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:51:58.256Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-17T05:51:58.256Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-17T05:51:58.329Z] prd-ubuntu20.04-docker-8c-8g-6375 does not seem to be running inside a container [2023-02-17T05:51:58.370Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/417 -v /w/workspace/edgex-go/417:/w/workspace/edgex-go/417:rw,z -v /w/workspace/edgex-go/417@tmp:/w/workspace/edgex-go/417@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-17T05:51:58.819Z] $ docker top cad18a910f919d24e58454c909c33350058bc647f2d9a017a2284ba1c8ac98ff -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-17T05:51:58.903Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-17T05:51:58.903Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-17T05:51:59.022Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-17T05:51:59.033Z] $ docker exec cad18a910f919d24e58454c909c33350058bc647f2d9a017a2284ba1c8ac98ff ssh-agent [2023-02-17T05:51:59.144Z] SSH_AUTH_SOCK=/tmp/ssh-posXBCiYIIso/agent.32 [2023-02-17T05:51:59.144Z] SSH_AGENT_PID=38 [2023-02-17T05:51:59.149Z] Running ssh-add (command line suppressed) [2023-02-17T05:51:59.259Z] Identity added: /w/workspace/edgex-go/417@tmp/private_key_9496684487636987931.key (/w/workspace/edgex-go/417@tmp/private_key_9496684487636987931.key) [2023-02-17T05:51:59.263Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-17T05:51:59.544Z] + git semver tag [2023-02-17T05:51:59.803Z] 2023-02-17 05:51:59,737 [run_tag] DEBUG tag force:False [2023-02-17T05:51:59.803Z] 2023-02-17 05:51:59,737 [check_head_tag] DEBUG check head tag [2023-02-17T05:51:59.803Z] 2023-02-17 05:51:59,739 [execute] INFO git cat-file --batch-check [2023-02-17T05:51:59.803Z] 2023-02-17 05:51:59,739 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/417, universal_newlines=False, shell=None, istream=) [2023-02-17T05:51:59.803Z] 2023-02-17 05:51:59,743 [execute] INFO git cat-file --batch [2023-02-17T05:51:59.803Z] 2023-02-17 05:51:59,744 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/417, universal_newlines=False, shell=None, istream=) [2023-02-17T05:51:59.803Z] 2023-02-17 05:51:59,792 [read_version] DEBUG read version from /w/workspace/edgex-go/417/.semver/main [2023-02-17T05:51:59.803Z] 2023-02-17 05:51:59,792 [execute] INFO git tag -a v3.0.0-dev.56 -m v3.0.0-dev.56 [2023-02-17T05:51:59.803Z] 2023-02-17 05:51:59,792 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.56', '-m', 'v3.0.0-dev.56'], cwd=/w/workspace/edgex-go/417, universal_newlines=False, shell=None, istream=None) [2023-02-17T05:51:59.803Z] 2023-02-17 05:51:59,798 [read_version] DEBUG read version from /w/workspace/edgex-go/417/.semver/main [2023-02-17T05:51:59.803Z] 3.0.0-dev.56 [Pipeline] } [2023-02-17T05:52:00.080Z] $ docker exec --env ******** --env ******** cad18a910f919d24e58454c909c33350058bc647f2d9a017a2284ba1c8ac98ff ssh-agent -k [2023-02-17T05:52:00.180Z] unset SSH_AUTH_SOCK; [2023-02-17T05:52:00.181Z] unset SSH_AGENT_PID; [2023-02-17T05:52:00.181Z] echo Agent pid 38 killed; [2023-02-17T05:52:00.182Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-17T05:52:00.484Z] + git semver [Pipeline] } [2023-02-17T05:52:00.762Z] $ docker stop --time=1 cad18a910f919d24e58454c909c33350058bc647f2d9a017a2284ba1c8ac98ff [2023-02-17T05:52:02.077Z] $ docker rm -f --volumes cad18a910f919d24e58454c909c33350058bc647f2d9a017a2284ba1c8ac98ff [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:52:02.439Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-17T05:52:02.439Z] [2023-02-17T05:52:02.439Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:52:02.734Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-17T05:52:02.734Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-02-17T05:52:02.734Z] ab5ef0e58194: Pulling fs layer [2023-02-17T05:52:02.734Z] 9712f1f96733: Pulling fs layer [2023-02-17T05:52:02.734Z] 63f879dbbcfc: Pulling fs layer [2023-02-17T05:52:02.734Z] 0d9ebad4ef96: Pulling fs layer [2023-02-17T05:52:02.734Z] e9a5061849ea: Pulling fs layer [2023-02-17T05:52:02.734Z] d747dcd14b5f: Pulling fs layer [2023-02-17T05:52:02.734Z] 2de7ff778b66: Pulling fs layer [2023-02-17T05:52:02.734Z] 0d9ebad4ef96: Waiting [2023-02-17T05:52:02.734Z] e9a5061849ea: Waiting [2023-02-17T05:52:02.734Z] d747dcd14b5f: Waiting [2023-02-17T05:52:02.734Z] 2de7ff778b66: Waiting [2023-02-17T05:52:02.734Z] 9712f1f96733: Verifying Checksum [2023-02-17T05:52:02.734Z] 9712f1f96733: Download complete [2023-02-17T05:52:03.715Z] 63f879dbbcfc: Verifying Checksum [2023-02-17T05:52:03.715Z] 63f879dbbcfc: Download complete [2023-02-17T05:52:03.715Z] e9a5061849ea: Verifying Checksum [2023-02-17T05:52:03.715Z] e9a5061849ea: Download complete [2023-02-17T05:52:03.715Z] d747dcd14b5f: Verifying Checksum [2023-02-17T05:52:03.715Z] d747dcd14b5f: Download complete [2023-02-17T05:52:03.715Z] 0d9ebad4ef96: Verifying Checksum [2023-02-17T05:52:03.715Z] 0d9ebad4ef96: Download complete [2023-02-17T05:52:03.975Z] 2de7ff778b66: Verifying Checksum [2023-02-17T05:52:03.975Z] 2de7ff778b66: Download complete [2023-02-17T05:52:03.975Z] ab5ef0e58194: Verifying Checksum [2023-02-17T05:52:03.975Z] ab5ef0e58194: Download complete [2023-02-17T05:52:06.502Z] ab5ef0e58194: Pull complete [2023-02-17T05:52:06.502Z] 9712f1f96733: Pull complete [2023-02-17T05:52:07.433Z] 63f879dbbcfc: Pull complete [2023-02-17T05:52:10.710Z] 0d9ebad4ef96: Pull complete [2023-02-17T05:52:10.710Z] e9a5061849ea: Pull complete [2023-02-17T05:52:10.710Z] d747dcd14b5f: Pull complete [2023-02-17T05:52:11.643Z] 2de7ff778b66: Pull complete [2023-02-17T05:52:11.643Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-02-17T05:52:11.643Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-17T05:52:11.643Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-17T05:52:11.726Z] prd-ubuntu20.04-docker-8c-8g-6375 does not seem to be running inside a container [2023-02-17T05:52:11.759Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/417 -v /w/workspace/edgex-go/417:/w/workspace/edgex-go/417:rw,z -v /w/workspace/edgex-go/417@tmp:/w/workspace/edgex-go/417@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-02-17T05:52:13.954Z] $ docker top 00e3a4196eeb2fd9a65c0c60d394d8dc1a0972db8a6a1a9f141902716d5ec3e1 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-02-17T05:52:14.020Z] provisioning config files... [2023-02-17T05:52:14.025Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/417@tmp/config6431184691359385980tmp [2023-02-17T05:52:14.035Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/417@tmp/config17038813682568039159tmp [2023-02-17T05:52:14.045Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/417@tmp/config7404235059845721930tmp [Pipeline] { [Pipeline] echo [2023-02-17T05:52:14.060Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-17T05:52:14.339Z] ---> sigul-configuration.sh [2023-02-17T05:52:14.339Z] gpg: directory `/root/.gnupg' created [2023-02-17T05:52:14.339Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-02-17T05:52:14.339Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-02-17T05:52:14.339Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-02-17T05:52:14.339Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-02-17T05:52:14.339Z] gpg: CAST5 encrypted data [2023-02-17T05:52:14.339Z] gpg: encrypted with 1 passphrase [2023-02-17T05:52:14.339Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-02-17T05:52:14.624Z] + mkdir /home/jenkins [2023-02-17T05:52:14.624Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-02-17T05:52:14.907Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2023-02-17T05:52:14.916Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-17T05:52:15.199Z] ---> sigul-install.sh [2023-02-17T05:52:15.199Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-02-17T05:52:15.483Z] + git tag --list [2023-02-17T05:52:15.483Z] 0.6.0 [2023-02-17T05:52:15.483Z] 0.6.1 [2023-02-17T05:52:15.483Z] 0.7.0 [2023-02-17T05:52:15.483Z] 0.7.1 [2023-02-17T05:52:15.483Z] v1.0.0 [2023-02-17T05:52:15.483Z] v1.0.1 [2023-02-17T05:52:15.483Z] v1.1.0 [2023-02-17T05:52:15.483Z] v1.2.0 [2023-02-17T05:52:15.483Z] v1.2.1 [2023-02-17T05:52:15.483Z] v1.3.0 [2023-02-17T05:52:15.483Z] v1.3.1 [2023-02-17T05:52:15.483Z] v2.0.0 [2023-02-17T05:52:15.483Z] v2.1.0 [2023-02-17T05:52:15.483Z] v2.1.1 [2023-02-17T05:52:15.483Z] v2.1.1-dev.1 [2023-02-17T05:52:15.483Z] v2.1.1-dev.2 [2023-02-17T05:52:15.483Z] v2.1.1-dev.3 [2023-02-17T05:52:15.483Z] v2.1.1-dev.4 [2023-02-17T05:52:15.483Z] v2.1.1-dev.5 [2023-02-17T05:52:15.483Z] v2.1.1-dev.6 [2023-02-17T05:52:15.483Z] v2.1.1-dev.7 [2023-02-17T05:52:15.483Z] v2.1.1-dev.8 [2023-02-17T05:52:15.483Z] v2.1.2-dev.1 [2023-02-17T05:52:15.483Z] v2.2.0 [2023-02-17T05:52:15.483Z] v2.2.1-dev.1 [2023-02-17T05:52:15.483Z] v2.2.1-dev.10 [2023-02-17T05:52:15.483Z] v2.2.1-dev.11 [2023-02-17T05:52:15.483Z] v2.2.1-dev.12 [2023-02-17T05:52:15.483Z] v2.2.1-dev.13 [2023-02-17T05:52:15.483Z] v2.2.1-dev.14 [2023-02-17T05:52:15.483Z] v2.2.1-dev.15 [2023-02-17T05:52:15.483Z] v2.2.1-dev.16 [2023-02-17T05:52:15.483Z] v2.2.1-dev.17 [2023-02-17T05:52:15.483Z] v2.2.1-dev.18 [2023-02-17T05:52:15.483Z] v2.2.1-dev.19 [2023-02-17T05:52:15.483Z] v2.2.1-dev.2 [2023-02-17T05:52:15.483Z] v2.2.1-dev.20 [2023-02-17T05:52:15.483Z] v2.2.1-dev.21 [2023-02-17T05:52:15.483Z] v2.2.1-dev.22 [2023-02-17T05:52:15.483Z] v2.2.1-dev.23 [2023-02-17T05:52:15.483Z] v2.2.1-dev.24 [2023-02-17T05:52:15.483Z] v2.2.1-dev.25 [2023-02-17T05:52:15.483Z] v2.2.1-dev.26 [2023-02-17T05:52:15.483Z] v2.2.1-dev.27 [2023-02-17T05:52:15.483Z] v2.2.1-dev.28 [2023-02-17T05:52:15.483Z] v2.2.1-dev.29 [2023-02-17T05:52:15.483Z] v2.2.1-dev.3 [2023-02-17T05:52:15.483Z] v2.2.1-dev.4 [2023-02-17T05:52:15.483Z] v2.2.1-dev.5 [2023-02-17T05:52:15.483Z] v2.2.1-dev.6 [2023-02-17T05:52:15.483Z] v2.2.1-dev.7 [2023-02-17T05:52:15.483Z] v2.2.1-dev.8 [2023-02-17T05:52:15.483Z] v2.2.1-dev.9 [2023-02-17T05:52:15.483Z] v2.3.0 [2023-02-17T05:52:15.483Z] v2.3.0-dev.100 [2023-02-17T05:52:15.483Z] v2.3.0-dev.101 [2023-02-17T05:52:15.483Z] v2.3.0-dev.102 [2023-02-17T05:52:15.483Z] v2.3.0-dev.103 [2023-02-17T05:52:15.483Z] v2.3.0-dev.104 [2023-02-17T05:52:15.483Z] v2.3.0-dev.105 [2023-02-17T05:52:15.483Z] v2.3.0-dev.106 [2023-02-17T05:52:15.483Z] v2.3.0-dev.29 [2023-02-17T05:52:15.483Z] v2.3.0-dev.30 [2023-02-17T05:52:15.483Z] v2.3.0-dev.31 [2023-02-17T05:52:15.483Z] v2.3.0-dev.32 [2023-02-17T05:52:15.483Z] v2.3.0-dev.33 [2023-02-17T05:52:15.483Z] v2.3.0-dev.34 [2023-02-17T05:52:15.483Z] v2.3.0-dev.35 [2023-02-17T05:52:15.483Z] v2.3.0-dev.36 [2023-02-17T05:52:15.483Z] v2.3.0-dev.37 [2023-02-17T05:52:15.483Z] v2.3.0-dev.38 [2023-02-17T05:52:15.483Z] v2.3.0-dev.39 [2023-02-17T05:52:15.483Z] v2.3.0-dev.40 [2023-02-17T05:52:15.483Z] v2.3.0-dev.41 [2023-02-17T05:52:15.483Z] v2.3.0-dev.42 [2023-02-17T05:52:15.483Z] v2.3.0-dev.43 [2023-02-17T05:52:15.483Z] v2.3.0-dev.44 [2023-02-17T05:52:15.483Z] v2.3.0-dev.45 [2023-02-17T05:52:15.483Z] v2.3.0-dev.46 [2023-02-17T05:52:15.483Z] v2.3.0-dev.47 [2023-02-17T05:52:15.483Z] v2.3.0-dev.48 [2023-02-17T05:52:15.483Z] v2.3.0-dev.49 [2023-02-17T05:52:15.483Z] v2.3.0-dev.50 [2023-02-17T05:52:15.483Z] v2.3.0-dev.51 [2023-02-17T05:52:15.483Z] v2.3.0-dev.52 [2023-02-17T05:52:15.483Z] v2.3.0-dev.53 [2023-02-17T05:52:15.483Z] v2.3.0-dev.54 [2023-02-17T05:52:15.483Z] v2.3.0-dev.55 [2023-02-17T05:52:15.483Z] v2.3.0-dev.56 [2023-02-17T05:52:15.483Z] v2.3.0-dev.57 [2023-02-17T05:52:15.483Z] v2.3.0-dev.58 [2023-02-17T05:52:15.483Z] v2.3.0-dev.59 [2023-02-17T05:52:15.483Z] v2.3.0-dev.60 [2023-02-17T05:52:15.483Z] v2.3.0-dev.61 [2023-02-17T05:52:15.483Z] v2.3.0-dev.62 [2023-02-17T05:52:15.483Z] v2.3.0-dev.63 [2023-02-17T05:52:15.483Z] v2.3.0-dev.64 [2023-02-17T05:52:15.483Z] v2.3.0-dev.65 [2023-02-17T05:52:15.483Z] v2.3.0-dev.66 [2023-02-17T05:52:15.483Z] v2.3.0-dev.67 [2023-02-17T05:52:15.483Z] v2.3.0-dev.68 [2023-02-17T05:52:15.483Z] v2.3.0-dev.69 [2023-02-17T05:52:15.483Z] v2.3.0-dev.70 [2023-02-17T05:52:15.483Z] v2.3.0-dev.71 [2023-02-17T05:52:15.483Z] v2.3.0-dev.72 [2023-02-17T05:52:15.483Z] v2.3.0-dev.73 [2023-02-17T05:52:15.483Z] v2.3.0-dev.74 [2023-02-17T05:52:15.483Z] v2.3.0-dev.75 [2023-02-17T05:52:15.483Z] v2.3.0-dev.76 [2023-02-17T05:52:15.483Z] v2.3.0-dev.77 [2023-02-17T05:52:15.483Z] v2.3.0-dev.78 [2023-02-17T05:52:15.483Z] v2.3.0-dev.79 [2023-02-17T05:52:15.483Z] v2.3.0-dev.80 [2023-02-17T05:52:15.483Z] v2.3.0-dev.81 [2023-02-17T05:52:15.483Z] v2.3.0-dev.82 [2023-02-17T05:52:15.483Z] v2.3.0-dev.83 [2023-02-17T05:52:15.483Z] v2.3.0-dev.84 [2023-02-17T05:52:15.483Z] v2.3.0-dev.85 [2023-02-17T05:52:15.483Z] v2.3.0-dev.86 [2023-02-17T05:52:15.483Z] v2.3.0-dev.87 [2023-02-17T05:52:15.483Z] v2.3.0-dev.88 [2023-02-17T05:52:15.483Z] v2.3.0-dev.89 [2023-02-17T05:52:15.483Z] v2.3.0-dev.90 [2023-02-17T05:52:15.483Z] v2.3.0-dev.91 [2023-02-17T05:52:15.483Z] v2.3.0-dev.92 [2023-02-17T05:52:15.483Z] v2.3.0-dev.93 [2023-02-17T05:52:15.483Z] v2.3.0-dev.94 [2023-02-17T05:52:15.483Z] v2.3.0-dev.95 [2023-02-17T05:52:15.483Z] v2.3.0-dev.96 [2023-02-17T05:52:15.483Z] v2.3.0-dev.97 [2023-02-17T05:52:15.483Z] v2.3.0-dev.98 [2023-02-17T05:52:15.483Z] v2.3.0-dev.99 [2023-02-17T05:52:15.483Z] v2.3.1-dev.1 [2023-02-17T05:52:15.483Z] v2.3.1-dev.2 [2023-02-17T05:52:15.483Z] v2.3.1-dev.3 [2023-02-17T05:52:15.483Z] v2.3.1-dev.4 [2023-02-17T05:52:15.483Z] v2.3.1-dev.5 [2023-02-17T05:52:15.483Z] v3.0.0-dev.1 [2023-02-17T05:52:15.483Z] v3.0.0-dev.10 [2023-02-17T05:52:15.483Z] v3.0.0-dev.11 [2023-02-17T05:52:15.483Z] v3.0.0-dev.12 [2023-02-17T05:52:15.483Z] v3.0.0-dev.13 [2023-02-17T05:52:15.483Z] v3.0.0-dev.14 [2023-02-17T05:52:15.483Z] v3.0.0-dev.15 [2023-02-17T05:52:15.483Z] v3.0.0-dev.16 [2023-02-17T05:52:15.483Z] v3.0.0-dev.17 [2023-02-17T05:52:15.483Z] v3.0.0-dev.18 [2023-02-17T05:52:15.483Z] v3.0.0-dev.19 [2023-02-17T05:52:15.483Z] v3.0.0-dev.2 [2023-02-17T05:52:15.483Z] v3.0.0-dev.20 [2023-02-17T05:52:15.483Z] v3.0.0-dev.21 [2023-02-17T05:52:15.483Z] v3.0.0-dev.22 [2023-02-17T05:52:15.483Z] v3.0.0-dev.23 [2023-02-17T05:52:15.483Z] v3.0.0-dev.24 [2023-02-17T05:52:15.483Z] v3.0.0-dev.25 [2023-02-17T05:52:15.483Z] v3.0.0-dev.26 [2023-02-17T05:52:15.483Z] v3.0.0-dev.27 [2023-02-17T05:52:15.483Z] v3.0.0-dev.28 [2023-02-17T05:52:15.484Z] v3.0.0-dev.29 [2023-02-17T05:52:15.484Z] v3.0.0-dev.3 [2023-02-17T05:52:15.484Z] v3.0.0-dev.30 [2023-02-17T05:52:15.484Z] v3.0.0-dev.31 [2023-02-17T05:52:15.484Z] v3.0.0-dev.32 [2023-02-17T05:52:15.484Z] v3.0.0-dev.33 [2023-02-17T05:52:15.484Z] v3.0.0-dev.34 [2023-02-17T05:52:15.484Z] v3.0.0-dev.35 [2023-02-17T05:52:15.484Z] v3.0.0-dev.36 [2023-02-17T05:52:15.484Z] v3.0.0-dev.37 [2023-02-17T05:52:15.484Z] v3.0.0-dev.38 [2023-02-17T05:52:15.484Z] v3.0.0-dev.39 [2023-02-17T05:52:15.484Z] v3.0.0-dev.4 [2023-02-17T05:52:15.484Z] v3.0.0-dev.40 [2023-02-17T05:52:15.484Z] v3.0.0-dev.41 [2023-02-17T05:52:15.484Z] v3.0.0-dev.42 [2023-02-17T05:52:15.484Z] v3.0.0-dev.43 [2023-02-17T05:52:15.484Z] v3.0.0-dev.44 [2023-02-17T05:52:15.484Z] v3.0.0-dev.45 [2023-02-17T05:52:15.484Z] v3.0.0-dev.46 [2023-02-17T05:52:15.484Z] v3.0.0-dev.47 [2023-02-17T05:52:15.484Z] v3.0.0-dev.48 [2023-02-17T05:52:15.484Z] v3.0.0-dev.49 [2023-02-17T05:52:15.484Z] v3.0.0-dev.5 [2023-02-17T05:52:15.484Z] v3.0.0-dev.50 [2023-02-17T05:52:15.484Z] v3.0.0-dev.51 [2023-02-17T05:52:15.484Z] v3.0.0-dev.52 [2023-02-17T05:52:15.484Z] v3.0.0-dev.53 [2023-02-17T05:52:15.484Z] v3.0.0-dev.54 [2023-02-17T05:52:15.484Z] v3.0.0-dev.55 [2023-02-17T05:52:15.484Z] v3.0.0-dev.56 [2023-02-17T05:52:15.484Z] v3.0.0-dev.6 [2023-02-17T05:52:15.484Z] v3.0.0-dev.7 [2023-02-17T05:52:15.484Z] v3.0.0-dev.8 [2023-02-17T05:52:15.484Z] v3.0.0-dev.9 [Pipeline] sh [2023-02-17T05:52:15.779Z] + lftools sign git-tag v3.0.0-dev.56 [2023-02-17T05:52:16.349Z] Signing Git tag with Sigul... [2023-02-17T05:52:16.349Z] Signing v3.0.0-dev.56 [Pipeline] echo [2023-02-17T05:52:16.618Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-17T05:52:16.909Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-02-17T05:52:16.916Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-02-17T05:52:16.945Z] $ docker stop --time=1 00e3a4196eeb2fd9a65c0c60d394d8dc1a0972db8a6a1a9f141902716d5ec3e1 [2023-02-17T05:52:18.271Z] $ docker rm -f --volumes 00e3a4196eeb2fd9a65c0c60d394d8dc1a0972db8a6a1a9f141902716d5ec3e1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-02-17T05:52:18.674Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-17T05:52:18.674Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:52:18.970Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-17T05:52:18.970Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-17T05:52:19.044Z] prd-ubuntu20.04-docker-8c-8g-6375 does not seem to be running inside a container [2023-02-17T05:52:19.089Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/417 -v /w/workspace/edgex-go/417:/w/workspace/edgex-go/417:rw,z -v /w/workspace/edgex-go/417@tmp:/w/workspace/edgex-go/417@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-17T05:52:19.432Z] $ docker top 4a4bbbb0e601cbdeff6e3e5b4692501dcecf1ef8b1d648d9034cdf96b4f21fed -eo pid,comm [2023-02-17T05:52:19.468Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-02-17T05:52:19.468Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-17T05:52:19.508Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-17T05:52:19.508Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-17T05:52:19.637Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-17T05:52:19.649Z] $ docker exec 4a4bbbb0e601cbdeff6e3e5b4692501dcecf1ef8b1d648d9034cdf96b4f21fed ssh-agent [2023-02-17T05:52:19.746Z] SSH_AUTH_SOCK=/tmp/ssh-Z4qBomz2b2kc/agent.32 [2023-02-17T05:52:19.746Z] SSH_AGENT_PID=38 [2023-02-17T05:52:19.752Z] Running ssh-add (command line suppressed) [2023-02-17T05:52:19.864Z] Identity added: /w/workspace/edgex-go/417@tmp/private_key_8266129659501638058.key (/w/workspace/edgex-go/417@tmp/private_key_8266129659501638058.key) [2023-02-17T05:52:19.868Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-17T05:52:20.166Z] + git semver bump pre [2023-02-17T05:52:20.426Z] 2023-02-17 05:52:20,378 [read_version] DEBUG read version from /w/workspace/edgex-go/417/.semver/main [2023-02-17T05:52:20.426Z] 2023-02-17 05:52:20,378 [bump_version] DEBUG bumping version:3.0.0-dev.56 on axis:pre with prefix:dev [2023-02-17T05:52:20.426Z] 2023-02-17 05:52:20,379 [bump_version] DEBUG bumped version:3.0.0-dev.57 [2023-02-17T05:52:20.426Z] 2023-02-17 05:52:20,379 [write_version] DEBUG write version:3.0.0-dev.57 to path:/w/workspace/edgex-go/417/.semver/main with force:True [2023-02-17T05:52:20.426Z] 2023-02-17 05:52:20,379 [read_version] DEBUG read version from /w/workspace/edgex-go/417/.semver/main [2023-02-17T05:52:20.426Z] 2023-02-17 05:52:20,379 [write_file] DEBUG write to file:/w/workspace/edgex-go/417/.semver/main [2023-02-17T05:52:20.426Z] 2023-02-17 05:52:20,381 [execute] INFO git cat-file --batch-check [2023-02-17T05:52:20.426Z] 2023-02-17 05:52:20,381 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/417/.semver, universal_newlines=False, shell=None, istream=) [2023-02-17T05:52:20.426Z] 2023-02-17 05:52:20,386 [execute] INFO git cat-file --batch [2023-02-17T05:52:20.426Z] 2023-02-17 05:52:20,387 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/417/.semver, universal_newlines=False, shell=None, istream=) [2023-02-17T05:52:20.426Z] 2023-02-17 05:52:20,391 [read_version] DEBUG read version from /w/workspace/edgex-go/417/.semver/main [2023-02-17T05:52:20.426Z] 3.0.0-dev.57 [Pipeline] } [2023-02-17T05:52:20.443Z] $ docker exec --env ******** --env ******** 4a4bbbb0e601cbdeff6e3e5b4692501dcecf1ef8b1d648d9034cdf96b4f21fed ssh-agent -k [2023-02-17T05:52:20.538Z] unset SSH_AUTH_SOCK; [2023-02-17T05:52:20.538Z] unset SSH_AGENT_PID; [2023-02-17T05:52:20.538Z] echo Agent pid 38 killed; [2023-02-17T05:52:20.537Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-17T05:52:20.834Z] + git semver [Pipeline] } [2023-02-17T05:52:21.113Z] $ docker stop --time=1 4a4bbbb0e601cbdeff6e3e5b4692501dcecf1ef8b1d648d9034cdf96b4f21fed [2023-02-17T05:52:22.441Z] $ docker rm -f --volumes 4a4bbbb0e601cbdeff6e3e5b4692501dcecf1ef8b1d648d9034cdf96b4f21fed [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-17T05:52:22.771Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-17T05:52:22.771Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:52:23.069Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-17T05:52:23.069Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-17T05:52:23.154Z] prd-ubuntu20.04-docker-8c-8g-6375 does not seem to be running inside a container [2023-02-17T05:52:23.223Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/417 -v /w/workspace/edgex-go/417:/w/workspace/edgex-go/417:rw,z -v /w/workspace/edgex-go/417@tmp:/w/workspace/edgex-go/417@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-17T05:52:23.574Z] $ docker top ac35f7f6159453b24a3339cbce31c641ba5ea53d3748043ae9580aa612995c99 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-17T05:52:23.651Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-17T05:52:23.651Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-17T05:52:23.752Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-17T05:52:23.763Z] $ docker exec ac35f7f6159453b24a3339cbce31c641ba5ea53d3748043ae9580aa612995c99 ssh-agent [2023-02-17T05:52:23.872Z] SSH_AUTH_SOCK=/tmp/ssh-vwQuAado5yMF/agent.32 [2023-02-17T05:52:23.872Z] SSH_AGENT_PID=38 [2023-02-17T05:52:23.876Z] Running ssh-add (command line suppressed) [2023-02-17T05:52:23.989Z] Identity added: /w/workspace/edgex-go/417@tmp/private_key_12783928958088210834.key (/w/workspace/edgex-go/417@tmp/private_key_12783928958088210834.key) [2023-02-17T05:52:23.992Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-17T05:52:24.285Z] + git semver push [2023-02-17T05:52:24.544Z] 2023-02-17 05:52:24,476 [run_push] DEBUG push [2023-02-17T05:52:24.544Z] 2023-02-17 05:52:24,477 [execute] INFO git cat-file --batch-check [2023-02-17T05:52:24.544Z] 2023-02-17 05:52:24,477 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/417/.semver, universal_newlines=False, shell=None, istream=) [2023-02-17T05:52:24.544Z] 2023-02-17 05:52:24,481 [execute] INFO git rev-list ade6f487eb3480441e2c7e666f0308d4d19f7601 -- [2023-02-17T05:52:24.544Z] 2023-02-17 05:52:24,481 [execute] DEBUG Popen(['git', 'rev-list', 'ade6f487eb3480441e2c7e666f0308d4d19f7601', '--'], cwd=/w/workspace/edgex-go/417/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-17T05:52:24.544Z] 2023-02-17 05:52:24,501 [execute] INFO git fetch -v origin [2023-02-17T05:52:24.544Z] 2023-02-17 05:52:24,501 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/417/.semver, universal_newlines=True, shell=None, istream=None) [2023-02-17T05:52:25.494Z] 2023-02-17 05:52:25,268 [run_push] DEBUG no remote changes detected [2023-02-17T05:52:25.494Z] 2023-02-17 05:52:25,268 [execute] INFO git push origin semver [2023-02-17T05:52:25.494Z] 2023-02-17 05:52:25,269 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/417/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-17T05:52:26.438Z] 2023-02-17 05:52:26,193 [run_push] DEBUG push all version tags [2023-02-17T05:52:26.438Z] 2023-02-17 05:52:26,194 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-02-17T05:52:26.438Z] 2023-02-17 05:52:26,194 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/417, universal_newlines=False, shell=None, istream=None) [2023-02-17T05:52:27.384Z] 2023-02-17 05:52:27,055 [read_version] DEBUG read version from /w/workspace/edgex-go/417/.semver/main [2023-02-17T05:52:27.384Z] 3.0.0-dev.57 [Pipeline] } [2023-02-17T05:52:27.413Z] $ docker exec --env ******** --env ******** ac35f7f6159453b24a3339cbce31c641ba5ea53d3748043ae9580aa612995c99 ssh-agent -k [2023-02-17T05:52:27.515Z] unset SSH_AUTH_SOCK; [2023-02-17T05:52:27.515Z] unset SSH_AGENT_PID; [2023-02-17T05:52:27.515Z] echo Agent pid 38 killed; [2023-02-17T05:52:27.515Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-17T05:52:27.819Z] + git semver [Pipeline] } [2023-02-17T05:52:28.099Z] $ docker stop --time=1 ac35f7f6159453b24a3339cbce31c641ba5ea53d3748043ae9580aa612995c99 [2023-02-17T05:52:29.378Z] $ docker rm -f --volumes ac35f7f6159453b24a3339cbce31c641ba5ea53d3748043ae9580aa612995c99 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-02-17T05:52:29.837Z] + [ -d /w/workspace/edgex-go/417/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-02-17T05:52:30.128Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-17T05:52:30.995Z] ---> package-listing.sh [2023-02-17T05:52:30.995Z] ++ facter osfamily [2023-02-17T05:52:30.995Z] ++ tr '[:upper:]' '[:lower:]' [2023-02-17T05:52:31.262Z] + OS_FAMILY=debian [2023-02-17T05:52:31.262Z] + workspace=/w/workspace/edgex-go/417 [2023-02-17T05:52:31.262Z] + START_PACKAGES=/tmp/packages_start.txt [2023-02-17T05:52:31.262Z] + END_PACKAGES=/tmp/packages_end.txt [2023-02-17T05:52:31.262Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-02-17T05:52:31.262Z] + PACKAGES=/tmp/packages_start.txt [2023-02-17T05:52:31.262Z] + '[' /w/workspace/edgex-go/417 ']' [2023-02-17T05:52:31.262Z] + PACKAGES=/tmp/packages_end.txt [2023-02-17T05:52:31.262Z] + case "${OS_FAMILY}" in [2023-02-17T05:52:31.262Z] + dpkg -l [2023-02-17T05:52:31.262Z] + grep '^ii' [2023-02-17T05:52:31.262Z] + '[' -f /tmp/packages_start.txt ']' [2023-02-17T05:52:31.262Z] + '[' -f /tmp/packages_end.txt ']' [2023-02-17T05:52:31.262Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-02-17T05:52:31.262Z] + '[' /w/workspace/edgex-go/417 ']' [2023-02-17T05:52:31.262Z] + mkdir -p /w/workspace/edgex-go/417/archives/ [2023-02-17T05:52:31.262Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/417/archives/ [Pipeline] echo [2023-02-17T05:52:31.274Z] 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/417/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-02-17T05:52:31.564Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:52:31.880Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-17T05:52:31.881Z] [2023-02-17T05:52:31.881Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-17T05:52:32.191Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-17T05:52:32.456Z] latest: Pulling from edgex-lftools-log-publisher [2023-02-17T05:52:32.456Z] 5eb5b503b376: Pulling fs layer [2023-02-17T05:52:32.456Z] 5c69ac0246d0: Pulling fs layer [2023-02-17T05:52:32.456Z] ec43610c2a17: Pulling fs layer [2023-02-17T05:52:32.456Z] 3a2ae6a8a46f: Pulling fs layer [2023-02-17T05:52:32.456Z] 33b1e0a273af: Pulling fs layer [2023-02-17T05:52:32.456Z] 5d3b04190fa2: Pulling fs layer [2023-02-17T05:52:32.456Z] 2f39f015ded8: Pulling fs layer [2023-02-17T05:52:32.456Z] 3a2ae6a8a46f: Waiting [2023-02-17T05:52:32.456Z] 33b1e0a273af: Waiting [2023-02-17T05:52:32.456Z] 5d3b04190fa2: Waiting [2023-02-17T05:52:32.456Z] 2f39f015ded8: Waiting [2023-02-17T05:52:32.456Z] 5c69ac0246d0: Verifying Checksum [2023-02-17T05:52:32.456Z] 5c69ac0246d0: Download complete [2023-02-17T05:52:32.723Z] 3a2ae6a8a46f: Verifying Checksum [2023-02-17T05:52:32.723Z] 3a2ae6a8a46f: Download complete [2023-02-17T05:52:32.723Z] 33b1e0a273af: Verifying Checksum [2023-02-17T05:52:32.723Z] 33b1e0a273af: Download complete [2023-02-17T05:52:32.723Z] 5d3b04190fa2: Verifying Checksum [2023-02-17T05:52:32.723Z] 5d3b04190fa2: Download complete [2023-02-17T05:52:32.990Z] ec43610c2a17: Verifying Checksum [2023-02-17T05:52:32.990Z] ec43610c2a17: Download complete [2023-02-17T05:52:32.990Z] 5eb5b503b376: Verifying Checksum [2023-02-17T05:52:32.990Z] 5eb5b503b376: Download complete [2023-02-17T05:52:34.015Z] 2f39f015ded8: Download complete [2023-02-17T05:52:49.050Z] 5eb5b503b376: Pull complete [2023-02-17T05:52:49.307Z] 5c69ac0246d0: Pull complete [2023-02-17T05:52:49.565Z] ec43610c2a17: Pull complete [2023-02-17T05:52:49.823Z] 3a2ae6a8a46f: Pull complete [2023-02-17T05:52:49.823Z] 33b1e0a273af: Pull complete [2023-02-17T05:52:50.080Z] 5d3b04190fa2: Pull complete [2023-02-17T05:52:54.266Z] 2f39f015ded8: Pull complete [2023-02-17T05:52:54.266Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-02-17T05:52:54.266Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-17T05:52:54.266Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-17T05:52:54.340Z] prd-ubuntu20.04-docker-8c-8g-6375 does not seem to be running inside a container [2023-02-17T05:52:54.373Z] $ 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/417/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/417 -v /w/workspace/edgex-go/417:/w/workspace/edgex-go/417:rw,z -v /w/workspace/edgex-go/417@tmp:/w/workspace/edgex-go/417@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-17T05:52:56.095Z] $ docker top e605cf2999bad3c0a128fd8b701ce736491c675d465febcb96c14d52e5153698 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-17T05:52:56.418Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-02-17T05:52:56.700Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-02-17T05:52:56.980Z] + ls /var/log/sa-host [2023-02-17T05:52:56.980Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-17T05:52:57.042Z] provisioning config files... [2023-02-17T05:52:57.050Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/417@tmp/config14661070511244895096tmp [Pipeline] { [Pipeline] echo [2023-02-17T05:52:57.064Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-17T05:52:57.346Z] ---> create-netrc.sh [Pipeline] } [2023-02-17T05:52:57.353Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-02-17T05:52:57.667Z] ---> python-tools-install.sh [Pipeline] echo [2023-02-17T05:52:57.676Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-17T05:52:57.960Z] ---> sudo-logs.sh [2023-02-17T05:52:57.960Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-02-17T05:52:57.981Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-17T05:52:58.264Z] ---> job-cost.sh [2023-02-17T05:52:58.264Z] lf-activate-venv: SKIPPING [2023-02-17T05:52:58.264Z] DEBUG: total: 0.10999999940395355 [2023-02-17T05:52:58.264Z] INFO: Retrieving Stack Cost... [2023-02-17T05:52:58.833Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-17T05:52:59.093Z] INFO: Archiving Costs [Pipeline] echo [2023-02-17T05:52:59.104Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-17T05:52:59.385Z] ---> logs-deploy.sh [2023-02-17T05:52:59.385Z] lf-activate-venv: SKIPPING [2023-02-17T05:52:59.385Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/417 [2023-02-17T05:52:59.385Z] INFO: archiving workspace using pattern(s): [2023-02-17T05:53:00.326Z] Archives upload complete. [2023-02-17T05:53:00.326Z] INFO: archiving logs to Nexus