Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 9123da5ee4a297ce5d9921c004089f9acce55f5e 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-ssh11744980895311325244.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-ssh4394551126995631116.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-ssh4173978822833667437.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-ssh6733681989596443924.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-ssh14309075351698214042.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-1950 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/369 [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/369 # 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 9123da5ee4a297ce5d9921c004089f9acce55f5e (main) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3 (#4274)" > git config core.sparsecheckout # timeout=10 > git checkout -f 9123da5ee4a297ce5d9921c004089f9acce55f5e # timeout=10 > git rev-list --no-walk 2bbfa6ea0378182ff5edae4544a25ed2e094b0eb # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-01-11T20:47:03.344Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-01-11T20:47:03.395Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-01-11T20:47:03.405Z] ========================================================= [2023-01-11T20:47:03.406Z] EdgeX Global Pipelines Version Info [2023-01-11T20:47:03.406Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-01-11T20:47:04.124Z] ------------------- [2023-01-11T20:47:04.124Z] stable info: [2023-01-11T20:47:04.124Z] ------------------- [2023-01-11T20:47:04.124Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-01-11T20:47:04.124Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-11T20:47:04.124Z] Message: update stable to v1.0.244 [2023-01-11T20:47:04.696Z] ------------------- [2023-01-11T20:47:04.696Z] experimental info: [2023-01-11T20:47:04.696Z] ------------------- [2023-01-11T20:47:04.696Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-01-11T20:47:04.696Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-11T20:47:04.696Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-01-11T20:47:04.853Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-01-11T20:47:04.866Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-01-11T20:47:04.876Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-01-11T20:47:04.887Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-01-11T20:47:04.897Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-01-11T20:47:04.907Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-01-11T20:47:04.917Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-01-11T20:47:04.928Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-01-11T20:47:04.938Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-01-11T20:47:04.951Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-01-11T20:47:04.961Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-01-11T20:47:04.971Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-01-11T20:47:04.982Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-01-11T20:47:04.994Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-01-11T20:47:05.004Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-01-11T20:47:05.025Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-01-11T20:47:05.038Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-01-11T20:47:05.048Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-01-11T20:47:05.060Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-01-11T20:47:05.074Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2023-01-11T20:47:05.084Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-01-11T20:47:05.094Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-01-11T20:47:05.104Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-01-11T20:47:05.116Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-01-11T20:47:05.126Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-01-11T20:47:05.137Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-01-11T20:47:05.147Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9123da5ee4a297ce5d9921c004089f9acce55f5e [Pipeline] echo [2023-01-11T20:47:05.156Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9123da5 [Pipeline] echo [2023-01-11T20:47:05.163Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-11T20:47:05.212Z] provisioning config files... [2023-01-11T20:47:05.227Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/369@tmp/config12068599150900669264tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-11T20:47:05.529Z] ---> docker-login.sh [2023-01-11T20:47:05.529Z] nexus3.edgexfoundry.org:10001 [2023-01-11T20:47:05.789Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T20:47:05.789Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T20:47:05.789Z] Configure a credential helper to remove this warning. See [2023-01-11T20:47:05.789Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T20:47:05.789Z] [2023-01-11T20:47:05.789Z] Login Succeeded [2023-01-11T20:47:05.789Z] nexus3.edgexfoundry.org:10002 [2023-01-11T20:47:05.789Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T20:47:06.049Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T20:47:06.049Z] Configure a credential helper to remove this warning. See [2023-01-11T20:47:06.049Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T20:47:06.049Z] [2023-01-11T20:47:06.049Z] Login Succeeded [2023-01-11T20:47:06.049Z] nexus3.edgexfoundry.org:10003 [2023-01-11T20:47:06.049Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T20:47:06.049Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T20:47:06.049Z] Configure a credential helper to remove this warning. See [2023-01-11T20:47:06.049Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T20:47:06.049Z] [2023-01-11T20:47:06.049Z] Login Succeeded [2023-01-11T20:47:06.049Z] nexus3.edgexfoundry.org:10004 [2023-01-11T20:47:06.049Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T20:47:06.309Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T20:47:06.309Z] Configure a credential helper to remove this warning. See [2023-01-11T20:47:06.309Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T20:47:06.309Z] [2023-01-11T20:47:06.309Z] Login Succeeded [2023-01-11T20:47:06.309Z] docker.io [2023-01-11T20:47:06.309Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T20:47:06.569Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T20:47:06.569Z] Configure a credential helper to remove this warning. See [2023-01-11T20:47:06.569Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T20:47:06.569Z] [2023-01-11T20:47:06.569Z] Login Succeeded [2023-01-11T20:47:06.569Z] ---> docker-login.sh ends [Pipeline] } [2023-01-11T20:47:06.577Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-11T20:47:06.879Z] + ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2023-01-11T20:47:06.879Z] + dirname cmd/core-command/Dockerfile [2023-01-11T20:47:06.879Z] + cut -d/ -f2 [2023-01-11T20:47:06.879Z] + echo core-command,cmd/core-command/Dockerfile [2023-01-11T20:47:06.879Z] + cut -d/ -f2 [2023-01-11T20:47:06.879Z] + dirname cmd/core-data/Dockerfile [2023-01-11T20:47:06.879Z] + echo core-data,cmd/core-data/Dockerfile [2023-01-11T20:47:06.879Z] + + dirname cmd/core-metadata/Dockerfile [2023-01-11T20:47:06.879Z] cut -d/ -f2 [2023-01-11T20:47:06.879Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-01-11T20:47:06.879Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-01-11T20:47:06.879Z] + cut -d/ -f2 [2023-01-11T20:47:06.879Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-01-11T20:47:06.879Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-01-11T20:47:06.879Z] + cut -d/ -f2 [2023-01-11T20:47:06.879Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-01-11T20:47:06.879Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-01-11T20:47:06.879Z] + cut -d/ -f2 [2023-01-11T20:47:06.879Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-01-11T20:47:06.879Z] + + cut -d/ -f2 [2023-01-11T20:47:06.879Z] dirname cmd/security-spiffe-token-provider/Dockerfile [2023-01-11T20:47:06.879Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-01-11T20:47:06.879Z] + + cut -d/ -f2 [2023-01-11T20:47:06.879Z] dirname cmd/security-spire-agent/Dockerfile [2023-01-11T20:47:06.879Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-01-11T20:47:06.879Z] + dirname cmd/security-spire-config/Dockerfile [2023-01-11T20:47:06.879Z] + cut -d/ -f2 [2023-01-11T20:47:06.879Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-01-11T20:47:06.879Z] + dirname cmd/security-spire-server/Dockerfile [2023-01-11T20:47:06.879Z] + cut -d/ -f2 [2023-01-11T20:47:06.879Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-01-11T20:47:06.879Z] + dirname cmd/support-notifications/Dockerfile [2023-01-11T20:47:06.879Z] + cut -d/ -f2 [2023-01-11T20:47:06.879Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-01-11T20:47:06.879Z] + dirname cmd/support-scheduler/Dockerfile [2023-01-11T20:47:06.879Z] + cut -d/ -f2 [2023-01-11T20:47:06.879Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-01-11T20:47:06.939Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-01-11T20:47:07.290Z] + git rev-list -1 --merges 9123da5ee4a297ce5d9921c004089f9acce55f5e~1..9123da5ee4a297ce5d9921c004089f9acce55f5e [Pipeline] echo [2023-01-11T20:47:07.324Z] -----------> git rev-list -1 --merges 9123da5ee4a297ce5d9921c004089f9acce55f5e~1..9123da5ee4a297ce5d9921c004089f9acce55f5e 9123da5ee4a297ce5d9921c004089f9acce55f5e [false] [Pipeline] sh [2023-01-11T20:47:07.613Z] + git log --format=format:%s -1 9123da5ee4a297ce5d9921c004089f9acce55f5e [Pipeline] echo [2023-01-11T20:47:07.629Z] ========================================================= [2023-01-11T20:47:07.629Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-01-11T20:47:07.629Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-01-11T20:47:08.062Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-11T20:47:08.062Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-01-11T20:47:08.062Z] + [ -e /tmp/ssh_known_hosts ] [2023-01-11T20:47:08.062Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-01-11T20:47:08.062Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-01-11T20:47:08.062Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-01-11T20:47:08.062Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:47:08.469Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-11T20:47:08.469Z] [2023-01-11T20:47:08.469Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:47:08.772Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-11T20:47:08.772Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-01-11T20:47:08.772Z] b85a868b505f: Pulling fs layer [2023-01-11T20:47:08.772Z] e2be974225ed: Pulling fs layer [2023-01-11T20:47:08.772Z] 339a4e72a1f5: Pulling fs layer [2023-01-11T20:47:08.772Z] 988bab9f4d93: Pulling fs layer [2023-01-11T20:47:08.773Z] 1469e6f7b9e6: Pulling fs layer [2023-01-11T20:47:08.773Z] eaf3925da568: Pulling fs layer [2023-01-11T20:47:08.773Z] bab4dde63d76: Pulling fs layer [2023-01-11T20:47:08.773Z] bde34c3a00c8: Pulling fs layer [2023-01-11T20:47:08.773Z] b352a97aabf1: Pulling fs layer [2023-01-11T20:47:08.773Z] 4872d77fe225: Pulling fs layer [2023-01-11T20:47:08.773Z] 5851b861e8e6: Pulling fs layer [2023-01-11T20:47:08.773Z] 1469e6f7b9e6: Waiting [2023-01-11T20:47:08.773Z] eaf3925da568: Waiting [2023-01-11T20:47:08.773Z] bab4dde63d76: Waiting [2023-01-11T20:47:08.773Z] bde34c3a00c8: Waiting [2023-01-11T20:47:08.773Z] b352a97aabf1: Waiting [2023-01-11T20:47:08.773Z] 4872d77fe225: Waiting [2023-01-11T20:47:08.773Z] 5851b861e8e6: Waiting [2023-01-11T20:47:08.773Z] 988bab9f4d93: Waiting [2023-01-11T20:47:08.773Z] e2be974225ed: Verifying Checksum [2023-01-11T20:47:08.773Z] e2be974225ed: Download complete [2023-01-11T20:47:08.773Z] 988bab9f4d93: Download complete [2023-01-11T20:47:09.033Z] 1469e6f7b9e6: Verifying Checksum [2023-01-11T20:47:09.033Z] 1469e6f7b9e6: Download complete [2023-01-11T20:47:09.033Z] 339a4e72a1f5: Verifying Checksum [2023-01-11T20:47:09.033Z] 339a4e72a1f5: Download complete [2023-01-11T20:47:09.033Z] eaf3925da568: Verifying Checksum [2023-01-11T20:47:09.033Z] eaf3925da568: Download complete [2023-01-11T20:47:09.033Z] bde34c3a00c8: Verifying Checksum [2023-01-11T20:47:09.033Z] bde34c3a00c8: Download complete [2023-01-11T20:47:09.033Z] b352a97aabf1: Download complete [2023-01-11T20:47:09.033Z] 4872d77fe225: Download complete [2023-01-11T20:47:09.033Z] b85a868b505f: Download complete [2023-01-11T20:47:09.033Z] 5851b861e8e6: Verifying Checksum [2023-01-11T20:47:09.033Z] 5851b861e8e6: Download complete [2023-01-11T20:47:09.292Z] bab4dde63d76: Verifying Checksum [2023-01-11T20:47:09.292Z] bab4dde63d76: Download complete [2023-01-11T20:47:10.229Z] b85a868b505f: Pull complete [2023-01-11T20:47:10.488Z] e2be974225ed: Pull complete [2023-01-11T20:47:10.748Z] 339a4e72a1f5: Pull complete [2023-01-11T20:47:10.748Z] 988bab9f4d93: Pull complete [2023-01-11T20:47:11.319Z] 1469e6f7b9e6: Pull complete [2023-01-11T20:47:11.319Z] eaf3925da568: Pull complete [2023-01-11T20:47:12.700Z] bab4dde63d76: Pull complete [2023-01-11T20:47:12.700Z] bde34c3a00c8: Pull complete [2023-01-11T20:47:12.961Z] b352a97aabf1: Pull complete [2023-01-11T20:47:12.961Z] 4872d77fe225: Pull complete [2023-01-11T20:47:12.961Z] 5851b861e8e6: Pull complete [2023-01-11T20:47:13.219Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-01-11T20:47:13.219Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-11T20:47:13.219Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T20:47:13.300Z] prd-ubuntu20.04-docker-8c-8g-1950 does not seem to be running inside a container [2023-01-11T20:47:13.334Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/369 -v /w/workspace/edgex-go/369:/w/workspace/edgex-go/369:rw,z -v /w/workspace/edgex-go/369@tmp:/w/workspace/edgex-go/369@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-11T20:47:16.350Z] $ docker top 95d99200c8b8443ae16006fcd3393adda8bdd0f0c114fe90cd9c537a23f4a5d8 -eo pid,comm [2023-01-11T20:47:16.406Z] 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-01-11T20:47:16.406Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-11T20:47:16.434Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-11T20:47:16.434Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-11T20:47:16.550Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-11T20:47:16.555Z] $ docker exec 95d99200c8b8443ae16006fcd3393adda8bdd0f0c114fe90cd9c537a23f4a5d8 ssh-agent [2023-01-11T20:47:16.673Z] SSH_AUTH_SOCK=/tmp/ssh-skxJa0AVDu3r/agent.32 [2023-01-11T20:47:16.673Z] SSH_AGENT_PID=38 [2023-01-11T20:47:16.680Z] Running ssh-add (command line suppressed) [2023-01-11T20:47:16.774Z] Identity added: /w/workspace/edgex-go/369@tmp/private_key_3129089577596814346.key (/w/workspace/edgex-go/369@tmp/private_key_3129089577596814346.key) [2023-01-11T20:47:16.787Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-11T20:47:17.079Z] + git tag --points-at HEAD [Pipeline] } [2023-01-11T20:47:17.093Z] $ docker exec --env ******** --env ******** 95d99200c8b8443ae16006fcd3393adda8bdd0f0c114fe90cd9c537a23f4a5d8 ssh-agent -k [2023-01-11T20:47:17.185Z] unset SSH_AUTH_SOCK; [2023-01-11T20:47:17.186Z] unset SSH_AGENT_PID; [2023-01-11T20:47:17.189Z] echo Agent pid 38 killed; [2023-01-11T20:47:17.195Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-01-11T20:47:17.215Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-11T20:47:17.215Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-11T20:47:17.343Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-11T20:47:17.347Z] $ docker exec 95d99200c8b8443ae16006fcd3393adda8bdd0f0c114fe90cd9c537a23f4a5d8 ssh-agent [2023-01-11T20:47:17.446Z] SSH_AUTH_SOCK=/tmp/ssh-MBSqF4Cc7hul/agent.70 [2023-01-11T20:47:17.446Z] SSH_AGENT_PID=76 [2023-01-11T20:47:17.451Z] Running ssh-add (command line suppressed) [2023-01-11T20:47:17.544Z] Identity added: /w/workspace/edgex-go/369@tmp/private_key_10753586045642151178.key (/w/workspace/edgex-go/369@tmp/private_key_10753586045642151178.key) [2023-01-11T20:47:17.555Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-11T20:47:17.841Z] + git semver init [2023-01-11T20:47:18.100Z] 2023-01-11 20:47:18,006 [run_init] DEBUG init version:0.0.0 force:False [2023-01-11T20:47:18.100Z] 2023-01-11 20:47:18,006 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/369/.semver [2023-01-11T20:47:18.100Z] 2023-01-11 20:47:18,007 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/369/.semver [2023-01-11T20:47:18.100Z] 2023-01-11 20:47:18,007 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/369/.semver'], cwd=/w/workspace/edgex-go/369, universal_newlines=False, shell=None, istream=None) [2023-01-11T20:47:23.463Z] 2023-01-11 20:47:22,896 [append_file] DEBUG append to file:/w/workspace/edgex-go/369/.git/info/exclude [2023-01-11T20:47:23.463Z] 2023-01-11 20:47:22,896 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/369/.semver/main with force:False [2023-01-11T20:47:23.463Z] 2023-01-11 20:47:22,896 [read_version] DEBUG read version from /w/workspace/edgex-go/369/.semver/main [2023-01-11T20:47:23.463Z] 2023-01-11 20:47:22,897 [read_version] DEBUG read version from /w/workspace/edgex-go/369/.semver/main [2023-01-11T20:47:23.463Z] 3.0.0-dev.15 [Pipeline] } [2023-01-11T20:47:23.477Z] $ docker exec --env ******** --env ******** 95d99200c8b8443ae16006fcd3393adda8bdd0f0c114fe90cd9c537a23f4a5d8 ssh-agent -k [2023-01-11T20:47:23.572Z] unset SSH_AUTH_SOCK; [2023-01-11T20:47:23.572Z] unset SSH_AGENT_PID; [2023-01-11T20:47:23.573Z] echo Agent pid 76 killed; [2023-01-11T20:47:23.583Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-11T20:47:23.886Z] + git semver [Pipeline] } [2023-01-11T20:47:24.161Z] $ docker stop --time=1 95d99200c8b8443ae16006fcd3393adda8bdd0f0c114fe90cd9c537a23f4a5d8 [2023-01-11T20:47:25.447Z] $ docker rm -f --volumes 95d99200c8b8443ae16006fcd3393adda8bdd0f0c114fe90cd9c537a23f4a5d8 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-11T20:47:25.777Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-01-11T20:47:25.973Z] Stashed 1 file(s) [Pipeline] echo [2023-01-11T20:47:25.975Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.15 [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-01-11T20:47:26.375Z] + git config --global --add safe.directory /w/workspace/edgex-go/369 [Pipeline] echo [2023-01-11T20:47:26.389Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-11T20:47:26.408Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-11T20:47:26.419Z] ========================================================= [2023-01-11T20:47:26.419Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-01-11T20:47:26.419Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-01-11T20:47:26.714Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-11T20:47:26.714Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-01-11T20:47:26.714Z] 213ec9aee27d: Pulling fs layer [2023-01-11T20:47:26.714Z] 4583459ba037: Pulling fs layer [2023-01-11T20:47:26.714Z] 93c1e223e6f2: Pulling fs layer [2023-01-11T20:47:26.714Z] 53926ce57604: Pulling fs layer [2023-01-11T20:47:26.714Z] 21b2b0c7a3f4: Pulling fs layer [2023-01-11T20:47:26.714Z] 22ff95d597cd: Pulling fs layer [2023-01-11T20:47:26.714Z] 12d6caf4c0d1: Pulling fs layer [2023-01-11T20:47:26.714Z] 96b7cbca73a9: Pulling fs layer [2023-01-11T20:47:26.714Z] a7acece74701: Pulling fs layer [2023-01-11T20:47:26.714Z] 53926ce57604: Waiting [2023-01-11T20:47:26.714Z] 21b2b0c7a3f4: Waiting [2023-01-11T20:47:26.714Z] 22ff95d597cd: Waiting [2023-01-11T20:47:26.714Z] 12d6caf4c0d1: Waiting [2023-01-11T20:47:26.714Z] 96b7cbca73a9: Waiting [2023-01-11T20:47:26.714Z] a7acece74701: Waiting [2023-01-11T20:47:26.714Z] 93c1e223e6f2: Download complete [2023-01-11T20:47:26.714Z] 4583459ba037: Verifying Checksum [2023-01-11T20:47:26.714Z] 4583459ba037: Download complete [2023-01-11T20:47:26.714Z] 21b2b0c7a3f4: Verifying Checksum [2023-01-11T20:47:26.714Z] 21b2b0c7a3f4: Download complete [2023-01-11T20:47:26.714Z] 22ff95d597cd: Verifying Checksum [2023-01-11T20:47:26.714Z] 22ff95d597cd: Download complete [2023-01-11T20:47:26.714Z] 213ec9aee27d: Verifying Checksum [2023-01-11T20:47:26.714Z] 213ec9aee27d: Download complete [2023-01-11T20:47:26.975Z] 12d6caf4c0d1: Download complete [2023-01-11T20:47:26.975Z] 213ec9aee27d: Pull complete [2023-01-11T20:47:27.234Z] 4583459ba037: Pull complete [2023-01-11T20:47:27.234Z] 93c1e223e6f2: Pull complete [2023-01-11T20:47:27.493Z] a7acece74701: Verifying Checksum [2023-01-11T20:47:27.493Z] a7acece74701: Download complete [2023-01-11T20:47:27.493Z] 96b7cbca73a9: Verifying Checksum [2023-01-11T20:47:27.493Z] 96b7cbca73a9: Download complete [2023-01-11T20:47:27.493Z] 53926ce57604: Download complete [2023-01-11T20:47:31.676Z] 53926ce57604: Pull complete [2023-01-11T20:47:31.676Z] 21b2b0c7a3f4: Pull complete [2023-01-11T20:47:31.676Z] 22ff95d597cd: Pull complete [2023-01-11T20:47:31.676Z] 12d6caf4c0d1: Pull complete [2023-01-11T20:47:33.124Z] 96b7cbca73a9: Pull complete [2023-01-11T20:47:33.690Z] a7acece74701: Pull complete [2023-01-11T20:47:33.690Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-01-11T20:47:33.690Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-11T20:47:33.690Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-01-11T20:47:33.987Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-11T20:47:33.987Z] WORKDIR /edgex [2023-01-11T20:47:33.987Z] COPY go.mod . [2023-01-11T20:47:33.987Z] RUN go mod download [2023-01-11T20:47:33.987Z] + docker build -t ci-base-image-x86_64 -f - . [2023-01-11T20:47:34.556Z] Sending build context to Docker daemon 170.2MB [2023-01-11T20:47:34.556Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-11T20:47:34.556Z] ---> db6d94c90886 [2023-01-11T20:47:34.556Z] Step 2/4 : WORKDIR /edgex [2023-01-11T20:47:39.859Z] ---> Running in cb8ba61b6dbc [2023-01-11T20:47:39.859Z] Removing intermediate container cb8ba61b6dbc [2023-01-11T20:47:39.859Z] ---> c2ccff5e1710 [2023-01-11T20:47:39.859Z] Step 3/4 : COPY go.mod . [2023-01-11T20:47:39.859Z] ---> e57d20245673 [2023-01-11T20:47:39.859Z] Step 4/4 : RUN go mod download [2023-01-11T20:47:39.859Z] ---> Running in 75f29b69c7c8 [2023-01-11T20:47:41.048Z] Still waiting to schedule task [2023-01-11T20:47:41.048Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2023-01-11T20:47:54.745Z] Removing intermediate container 75f29b69c7c8 [2023-01-11T20:47:54.745Z] ---> ba9b5dd0cb43 [2023-01-11T20:47:54.745Z] Successfully built ba9b5dd0cb43 [2023-01-11T20:47:54.745Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:47:55.053Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-11T20:47:55.053Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T20:47:55.126Z] prd-ubuntu20.04-docker-8c-8g-1950 does not seem to be running inside a container [2023-01-11T20:47:55.158Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/369 -v /w/workspace/edgex-go/369:/w/workspace/edgex-go/369:rw,z -v /w/workspace/edgex-go/369@tmp:/w/workspace/edgex-go/369@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 ******** ci-base-image-x86_64 cat [2023-01-11T20:47:55.567Z] $ docker top 3cde3ff24432f8960ef132fcc16503a2f3f5ff879ff39143c3d215e92d6d0edd -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-11T20:47:55.901Z] + go version [2023-01-11T20:47:55.901Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-01-11T20:47:55.913Z] $ docker stop --time=1 3cde3ff24432f8960ef132fcc16503a2f3f5ff879ff39143c3d215e92d6d0edd [2023-01-11T20:47:57.193Z] $ docker rm -f --volumes 3cde3ff24432f8960ef132fcc16503a2f3f5ff879ff39143c3d215e92d6d0edd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:47:57.591Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-11T20:47:57.591Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T20:47:57.662Z] prd-ubuntu20.04-docker-8c-8g-1950 does not seem to be running inside a container [2023-01-11T20:47:57.696Z] $ 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/369 -v /w/workspace/edgex-go/369:/w/workspace/edgex-go/369:rw,z -v /w/workspace/edgex-go/369@tmp:/w/workspace/edgex-go/369@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 ******** ci-base-image-x86_64 cat [2023-01-11T20:47:58.025Z] $ docker top e05093df78a41ce3655d27a3ae1697253713f5715c1dcb916f324d5961fc781d -eo pid,comm [Pipeline] { [Pipeline] echo [2023-01-11T20:47:58.102Z] ========================================================= [2023-01-11T20:47:58.102Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-01-11T20:47:58.102Z] ========================================================= [Pipeline] sh [2023-01-11T20:47:58.387Z] + git config --global --add safe.directory /w/workspace/edgex-go/369 [Pipeline] fileExists [Pipeline] sh [2023-01-11T20:47:58.682Z] + make test [2023-01-11T20:47:58.682Z] go test -race -coverprofile=coverage.out ./... [2023-01-11T20:48:05.241Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-01-11T20:48:20.103Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-01-11T20:48:20.103Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-01-11T20:48:20.103Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-01-11T20:48:20.103Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-01-11T20:48:20.103Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-01-11T20:48:20.103Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-01-11T20:48:20.103Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2023-01-11T20:48:20.103Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-01-11T20:48:20.103Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-01-11T20:48:20.103Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-01-11T20:48:20.103Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-01-11T20:48:20.103Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-01-11T20:48:20.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-01-11T20:48:20.103Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.061s coverage: 28.7% of statements [2023-01-11T20:48:20.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-01-11T20:48:20.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-01-11T20:48:20.103Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.070s coverage: 98.5% of statements [2023-01-11T20:48:20.103Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.088s coverage: 43.0% of statements [2023-01-11T20:48:20.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-01-11T20:48:20.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-01-11T20:48:20.362Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.101s coverage: 54.0% of statements [2023-01-11T20:48:20.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-01-11T20:48:20.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-01-11T20:48:24.581Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 4.141s coverage: 89.2% of statements [2023-01-11T20:48:24.581Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-01-11T20:48:24.581Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-01-11T20:48:24.581Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-01-11T20:48:24.581Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-01-11T20:48:24.581Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-01-11T20:48:24.581Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.092s coverage: 2.4% of statements [2023-01-11T20:48:24.581Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-01-11T20:48:24.581Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-01-11T20:48:24.581Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.530s coverage: 95.6% of statements [2023-01-11T20:48:24.581Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-01-11T20:48:24.581Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-01-11T20:48:24.581Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-01-11T20:48:24.581Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.054s coverage: 72.2% of statements [2023-01-11T20:48:24.581Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-01-11T20:48:24.581Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-01-11T20:48:24.581Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-01-11T20:48:24.581Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-01-11T20:48:24.581Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-01-11T20:48:24.581Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.065s coverage: 60.0% of statements [2023-01-11T20:48:24.581Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-01-11T20:48:24.581Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-01-11T20:48:24.581Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-01-11T20:48:24.581Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.100s coverage: 0.9% of statements [2023-01-11T20:48:24.581Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-01-11T20:48:24.581Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements [2023-01-11T20:48:24.581Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.054s coverage: 29.6% of statements [2023-01-11T20:48:24.581Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-01-11T20:48:24.581Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.072s coverage: 47.1% of statements [2023-01-11T20:48:24.581Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.067s coverage: 79.5% of statements [2023-01-11T20:48:24.581Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.050s coverage: 94.1% of statements [2023-01-11T20:48:24.581Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.100s coverage: 96.3% of statements [2023-01-11T20:48:24.581Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.087s coverage: 87.5% of statements [2023-01-11T20:48:32.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.082s coverage: 94.4% of statements [2023-01-11T20:48:32.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.072s coverage: 44.8% of statements [2023-01-11T20:48:34.076Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.236s coverage: 79.9% of statements [2023-01-11T20:48:34.077Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-01-11T20:48:44.060Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.113s coverage: 92.9% of statements [2023-01-11T20:48:44.060Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-01-11T20:48:44.060Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-01-11T20:48:44.060Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-01-11T20:48:44.060Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.025s coverage: 65.1% of statements [2023-01-11T20:48:44.060Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-01-11T20:48:44.060Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-01-11T20:48:44.060Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-01-11T20:48:44.060Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-01-11T20:48:44.060Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.074s coverage: 86.9% of statements [2023-01-11T20:48:44.060Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-01-11T20:48:44.060Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-01-11T20:48:44.060Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-01-11T20:48:44.060Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-01-11T20:48:44.060Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.067s coverage: 87.2% of statements [2023-01-11T20:48:44.060Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-01-11T20:48:44.060Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-01-11T20:48:44.060Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements [2023-01-11T20:48:44.060Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-01-11T20:48:44.060Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.083s coverage: 58.8% of statements [2023-01-11T20:48:44.060Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2023-01-11T20:48:44.060Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.075s coverage: 80.0% of statements [2023-01-11T20:48:44.060Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.065s coverage: 87.2% of statements [2023-01-11T20:48:44.060Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.083s coverage: 85.4% of statements [2023-01-11T20:48:44.060Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.250s coverage: 91.2% of statements [2023-01-11T20:48:44.060Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-01-11T20:48:44.060Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.188s coverage: 64.7% of statements [2023-01-11T20:48:44.060Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-01-11T20:48:44.060Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-01-11T20:48:44.060Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements [2023-01-11T20:48:44.060Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 89.4% of statements [2023-01-11T20:48:44.060Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2023-01-11T20:48:44.060Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2023-01-11T20:48:44.060Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements [2023-01-11T20:48:44.060Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.380s coverage: 65.8% of statements [2023-01-11T20:48:44.060Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2023-01-11T20:48:44.060Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2023-01-11T20:48:44.060Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2023-01-11T20:48:44.060Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.170s coverage: 41.8% of statements [2023-01-11T20:48:44.060Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-01-11T20:48:44.060Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-01-11T20:48:44.060Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.076s coverage: 89.5% of statements [2023-01-11T20:48:44.060Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-01-11T20:48:44.060Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.067s coverage: 84.8% of statements [2023-01-11T20:48:44.060Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-01-11T20:48:44.060Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-01-11T20:48:44.060Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-01-11T20:48:44.060Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-01-11T20:48:44.060Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.086s coverage: 17.7% of statements [2023-01-11T20:48:44.060Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-01-11T20:48:44.060Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-01-11T20:48:44.060Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-01-11T20:48:44.060Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-01-11T20:48:44.060Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.164s coverage: 92.3% of statements [2023-01-11T20:48:44.060Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-01-11T20:48:44.060Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-01-11T20:48:44.060Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-01-11T20:48:44.060Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-01-11T20:48:44.060Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.058s coverage: 63.2% of statements [2023-01-11T20:48:44.060Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-01-11T20:48:44.060Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-01-11T20:48:44.060Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.114s coverage: 97.7% of statements [2023-01-11T20:48:44.060Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-01-11T20:48:44.060Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-01-11T20:48:44.060Z] 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-01-11T20:49:05.996Z] 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-01-11T20:49:05.996Z] go vet ./... [2023-01-11T20:49:06.930Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-11T20:49:07.190Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-11T20:49:07.190Z] ./bin/test-attribution-txt.sh [2023-01-11T20:49:07.190Z] An attribution for golang.org/x/mod is missing from Attribution.txt, please add [2023-01-11T20:49:07.449Z] An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo [2023-01-11T20:49:07.461Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-01-11T20:49:07.743Z] + ls -al . [2023-01-11T20:49:07.743Z] total 752 [2023-01-11T20:49:07.743Z] drwxrwxr-x 11 1001 1001 4096 Jan 11 20:47 . [2023-01-11T20:49:07.743Z] drwxr-xr-x 4 root root 4096 Jan 11 20:47 .. [2023-01-11T20:49:07.743Z] drwxrwxr-x 2 1001 1001 4096 Jan 11 20:47 .blubracket [2023-01-11T20:49:07.743Z] -rw-rw-r-- 1 1001 1001 16 Jan 11 20:47 .dockerignore [2023-01-11T20:49:07.743Z] drwxrwxr-x 8 1001 1001 4096 Jan 11 20:48 .git [2023-01-11T20:49:07.743Z] drwxrwxr-x 3 1001 1001 4096 Jan 11 20:47 .github [2023-01-11T20:49:07.743Z] -rw-rw-r-- 1 1001 1001 956 Jan 11 20:47 .gitignore [2023-01-11T20:49:07.743Z] -rw-rw-r-- 1 1001 1001 42 Jan 11 20:47 .golangci.yml [2023-01-11T20:49:07.743Z] -rw-rw-r-- 1 1001 1001 87 Jan 11 20:47 .hadolint.yml [2023-01-11T20:49:07.744Z] drwxr-xr-x 3 1001 1001 4096 Jan 11 20:47 .semver [2023-01-11T20:49:07.744Z] -rw-rw-r-- 1 1001 1001 166 Jan 11 20:47 .sonarcloud.properties [2023-01-11T20:49:07.744Z] -rw-rw-r-- 1 1001 1001 1171 Jan 11 20:47 ADOPTERS.md [2023-01-11T20:49:07.744Z] -rw-rw-r-- 1 1001 1001 10618 Jan 11 20:47 Attribution.txt [2023-01-11T20:49:07.744Z] -rw-rw-r-- 1 1001 1001 73765 Jan 11 20:47 CHANGELOG.md [2023-01-11T20:49:07.744Z] -rw-rw-r-- 1 1001 1001 3804 Jan 11 20:47 CONTRIBUTING.md [2023-01-11T20:49:07.744Z] -rw-rw-r-- 1 1001 1001 677 Jan 11 20:47 GOVERNANCE.md [2023-01-11T20:49:07.744Z] -rw-rw-r-- 1 1001 1001 850 Jan 11 20:47 Jenkinsfile [2023-01-11T20:49:07.744Z] -rw-rw-r-- 1 1001 1001 10775 Jan 11 20:47 LICENSE [2023-01-11T20:49:07.744Z] -rw-rw-r-- 1 1001 1001 12513 Jan 11 20:47 Makefile [2023-01-11T20:49:07.744Z] -rw-rw-r-- 1 1001 1001 582 Jan 11 20:47 OWNERS.md [2023-01-11T20:49:07.744Z] -rw-rw-r-- 1 1001 1001 9403 Jan 11 20:47 README.md [2023-01-11T20:49:07.744Z] -rw-rw-r-- 1 1001 1001 6912 Jan 11 20:47 SECURITY.md [2023-01-11T20:49:07.744Z] -rw-rw-r-- 1 1001 1001 12 Jan 11 20:47 VERSION [2023-01-11T20:49:07.744Z] drwxrwxr-x 2 1001 1001 4096 Jan 11 20:47 bin [2023-01-11T20:49:07.744Z] drwxrwxr-x 16 1001 1001 4096 Jan 11 20:47 cmd [2023-01-11T20:49:07.744Z] -rw-r--r-- 1 root root 494838 Jan 11 20:48 coverage.out [2023-01-11T20:49:07.744Z] -rw-rw-r-- 1 1001 1001 3376 Jan 11 20:47 go.mod [2023-01-11T20:49:07.744Z] -rw-rw-r-- 1 1001 1001 34949 Jan 11 20:47 go.sum [2023-01-11T20:49:07.744Z] drwxrwxr-x 7 1001 1001 4096 Jan 11 20:47 internal [2023-01-11T20:49:07.744Z] drwxrwxr-x 3 1001 1001 4096 Jan 11 20:47 openapi [2023-01-11T20:49:07.744Z] drwxrwxr-x 4 1001 1001 4096 Jan 11 20:47 snap [2023-01-11T20:49:07.744Z] -rw-rw-r-- 1 1001 1001 204 Jan 11 20:47 version.go [Pipeline] sh [2023-01-11T20:49:08.030Z] + '[' -e coverage.out ] [2023-01-11T20:49:08.030Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-01-11T20:49:08.133Z] Stashed 1 file(s) [Pipeline] sh [2023-01-11T20:49:08.415Z] + make build [2023-01-11T20:49:08.415Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-01-11T20:49:23.295Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-01-11T20:49:23.295Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-01-11T20:49:23.868Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-01-11T20:49:31.989Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-01-11T20:49:33.366Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-01-11T20:49:34.302Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-01-11T20:49:35.679Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-01-11T20:49:36.614Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-01-11T20:49:37.550Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-01-11T20:49:40.276Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-01-11T20:49:41.693Z] $ docker stop --time=1 e05093df78a41ce3655d27a3ae1697253713f5715c1dcb916f324d5961fc781d [2023-01-11T20:49:46.182Z] $ docker rm -f --volumes e05093df78a41ce3655d27a3ae1697253713f5715c1dcb916f324d5961fc781d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:49:47.030Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-11T20:49:47.030Z] [2023-01-11T20:49:47.030Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:49:47.339Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-11T20:49:47.601Z] latest: Pulling from edgex-devops/edgex-compose [2023-01-11T20:49:47.601Z] cbdbe7a5bc2a: Pulling fs layer [2023-01-11T20:49:47.601Z] ca9280d653b3: Pulling fs layer [2023-01-11T20:49:47.601Z] 7e9c9ca2126c: Pulling fs layer [2023-01-11T20:49:47.601Z] cbdbe7a5bc2a: Download complete [2023-01-11T20:49:47.866Z] cbdbe7a5bc2a: Pull complete [2023-01-11T20:49:47.866Z] ca9280d653b3: Download complete [2023-01-11T20:49:48.131Z] 7e9c9ca2126c: Download complete [2023-01-11T20:49:48.131Z] ca9280d653b3: Pull complete [2023-01-11T20:49:51.416Z] 7e9c9ca2126c: Pull complete [2023-01-11T20:49:51.416Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-01-11T20:49:51.416Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-11T20:49:51.416Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T20:49:51.495Z] prd-ubuntu20.04-docker-8c-8g-1950 does not seem to be running inside a container [2023-01-11T20:49:51.529Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/369 -v /w/workspace/edgex-go/369:/w/workspace/edgex-go/369:rw,z -v /w/workspace/edgex-go/369@tmp:/w/workspace/edgex-go/369@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/edgex-compose:latest cat [2023-01-11T20:49:54.460Z] $ docker top a48e31217a52c2c5eabd1ca41400d6cb4cf082c2716e8292814048402d94cc32 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-11T20:49:54.808Z] + docker-compose build --help [2023-01-11T20:49:54.808Z] + grep parallel [2023-01-11T20:49:55.374Z] --parallel Build images in parallel. [Pipeline] } [2023-01-11T20:49:55.387Z] $ docker stop --time=1 a48e31217a52c2c5eabd1ca41400d6cb4cf082c2716e8292814048402d94cc32 [2023-01-11T20:49:56.684Z] $ docker rm -f --volumes a48e31217a52c2c5eabd1ca41400d6cb4cf082c2716e8292814048402d94cc32 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:49:57.075Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-11T20:49:57.076Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T20:49:57.146Z] prd-ubuntu20.04-docker-8c-8g-1950 does not seem to be running inside a container [2023-01-11T20:49:57.179Z] $ 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/369 -v /w/workspace/edgex-go/369:/w/workspace/edgex-go/369:rw,z -v /w/workspace/edgex-go/369@tmp:/w/workspace/edgex-go/369@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-01-11T20:49:57.527Z] $ docker top 89adf9e1071101280ff358a73a040d23f32bc77b45cd141769434077107ebd18 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-11T20:49:57.879Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-01-11T20:49:58.447Z] Building core-command ... [2023-01-11T20:49:58.447Z] Building core-data ... [2023-01-11T20:49:58.447Z] Building core-metadata ... [2023-01-11T20:49:58.447Z] Building security-bootstrapper ... [2023-01-11T20:49:58.447Z] Building security-proxy-setup ... [2023-01-11T20:49:58.447Z] Building security-secretstore-setup ... [2023-01-11T20:49:58.447Z] Building security-spiffe-token-provider ... [2023-01-11T20:49:58.447Z] Building security-spire-agent ... [2023-01-11T20:49:58.447Z] Building security-spire-config ... [2023-01-11T20:49:58.447Z] Building security-spire-server ... [2023-01-11T20:49:58.447Z] Building support-notifications ... [2023-01-11T20:49:58.447Z] Building support-scheduler ... [2023-01-11T20:49:58.447Z] Building core-command [2023-01-11T20:49:58.447Z] Building support-scheduler [2023-01-11T20:49:58.447Z] Building security-spire-server [2023-01-11T20:49:58.447Z] Building security-secretstore-setup [2023-01-11T20:49:58.447Z] Building security-proxy-setup [2023-01-11T20:50:10.647Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-11T20:50:10.647Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-11T20:50:10.647Z] ---> ba9b5dd0cb43 [2023-01-11T20:50:10.647Z] Step 3/24 : WORKDIR /edgex-go [2023-01-11T20:50:10.904Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-11T20:50:10.904Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-01-11T20:50:10.904Z] ---> ba9b5dd0cb43 [2023-01-11T20:50:10.904Z] Step 3/21 : WORKDIR /edgex-go [2023-01-11T20:50:11.162Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-11T20:50:11.162Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-11T20:50:11.162Z] ---> ba9b5dd0cb43 [2023-01-11T20:50:11.162Z] Step 3/23 : WORKDIR /edgex-go [2023-01-11T20:50:11.162Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-11T20:50:11.162Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-11T20:50:11.162Z] ---> ba9b5dd0cb43 [2023-01-11T20:50:11.162Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-01-11T20:50:12.581Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-11T20:50:12.581Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-11T20:50:12.581Z] ---> ba9b5dd0cb43 [2023-01-11T20:50:12.581Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-11T20:50:19.150Z] ---> Running in 585dd3f065e3 [2023-01-11T20:50:19.150Z] ---> Running in e60e08387a7b [2023-01-11T20:50:19.150Z] ---> Running in 2deabe24ae95 [2023-01-11T20:50:19.150Z] ---> Running in f4e3a0de38a4 [2023-01-11T20:50:19.150Z] ---> Running in bf58f57d2f54 [2023-01-11T20:50:19.150Z] Removing intermediate container 585dd3f065e3 [2023-01-11T20:50:19.150Z] ---> 1a2ff74df980 [2023-01-11T20:50:19.150Z] Step 4/23 : WORKDIR /edgex-go [2023-01-11T20:50:19.150Z] Removing intermediate container e60e08387a7b [2023-01-11T20:50:19.150Z] ---> a0248fbb3f2e [2023-01-11T20:50:19.150Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-01-11T20:50:19.150Z] Removing intermediate container 2deabe24ae95 [2023-01-11T20:50:19.150Z] ---> 294ef1041c04 [2023-01-11T20:50:19.150Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-01-11T20:50:19.150Z] Removing intermediate container bf58f57d2f54 [2023-01-11T20:50:19.150Z] ---> 4c9362576bae [2023-01-11T20:50:19.150Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-01-11T20:50:19.150Z] Removing intermediate container f4e3a0de38a4 [2023-01-11T20:50:19.150Z] ---> 88a62b24f127 [2023-01-11T20:50:19.150Z] Step 4/22 : WORKDIR /edgex-go [2023-01-11T20:50:19.150Z] ---> Running in 1c0c26bc72e2 [2023-01-11T20:50:19.150Z] ---> Running in d2f127d701a4 [2023-01-11T20:50:19.150Z] ---> Running in ffc7ea76d5d5 [2023-01-11T20:50:19.150Z] ---> Running in 0b4e784b7713 [2023-01-11T20:50:19.150Z] ---> Running in 6093c078547e [2023-01-11T20:50:19.150Z] Removing intermediate container 1c0c26bc72e2 [2023-01-11T20:50:19.150Z] ---> bc7542271fa1 [2023-01-11T20:50:19.150Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-01-11T20:50:19.150Z] Removing intermediate container 6093c078547e [2023-01-11T20:50:19.150Z] ---> 1add11975eae [2023-01-11T20:50:19.150Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-11T20:50:19.150Z] ---> Running in a88330d08fad [2023-01-11T20:50:19.150Z] ---> Running in 00e85c948da5 [2023-01-11T20:50:19.150Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-11T20:50:19.150Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-11T20:50:19.150Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-11T20:50:19.150Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-11T20:50:19.150Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-11T20:50:19.150Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-11T20:50:19.411Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-11T20:50:19.411Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-11T20:50:19.411Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-11T20:50:19.411Z] OK: 211 MiB in 51 packages [2023-01-11T20:50:19.411Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-11T20:50:19.411Z] OK: 211 MiB in 51 packages [2023-01-11T20:50:19.670Z] OK: 211 MiB in 51 packages [2023-01-11T20:50:19.670Z] OK: 211 MiB in 51 packages [2023-01-11T20:50:19.670Z] OK: 211 MiB in 51 packages [2023-01-11T20:50:19.928Z] Removing intermediate container d2f127d701a4 [2023-01-11T20:50:19.928Z] ---> efe09b2937c5 [2023-01-11T20:50:19.928Z] Step 5/23 : COPY go.mod vendor* ./ [2023-01-11T20:50:19.928Z] Removing intermediate container ffc7ea76d5d5 [2023-01-11T20:50:19.928Z] ---> 8d0dc67ee79a [2023-01-11T20:50:19.928Z] Step 5/21 : COPY go.mod vendor* ./ [2023-01-11T20:50:19.928Z] ---> 2dbaad46fd58 [2023-01-11T20:50:19.928Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-11T20:50:20.186Z] ---> Running in 4abf29771af6 [2023-01-11T20:50:20.186Z] ---> 3b4e7bbc839c [2023-01-11T20:50:20.186Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-11T20:50:20.186Z] ---> Running in eaffb2035266 [2023-01-11T20:50:20.186Z] Removing intermediate container 0b4e784b7713 [2023-01-11T20:50:20.186Z] ---> a1216c4cc51a [2023-01-11T20:50:20.186Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-11T20:50:20.186Z] Removing intermediate container 00e85c948da5 [2023-01-11T20:50:20.186Z] ---> 4c690d10ad31 [2023-01-11T20:50:20.186Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-11T20:50:20.445Z] Removing intermediate container a88330d08fad [2023-01-11T20:50:20.445Z] ---> 1a2e8b446c63 [2023-01-11T20:50:20.445Z] Step 6/23 : COPY go.mod vendor* ./ [2023-01-11T20:50:20.445Z] ---> 150a03f72270 [2023-01-11T20:50:20.445Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-11T20:50:20.445Z] ---> Running in 004265b58fdb [2023-01-11T20:50:20.445Z] ---> b919e51198b7 [2023-01-11T20:50:20.445Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-11T20:50:20.445Z] ---> Running in 5fab46e16788 [2023-01-11T20:50:20.445Z] ---> 73a556672fa1 [2023-01-11T20:50:20.445Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-11T20:50:20.445Z] ---> Running in 54142d07a428 [2023-01-11T20:50:58.189Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-1951 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2023-01-11T20:50:58.200Z] Running in /w/workspace/edgex-go/369 [Pipeline] { [Pipeline] checkout [2023-01-11T20:50:58.233Z] The recommended git tool is: git [2023-01-11T20:51:03.784Z] using credential edgex-jenkins-ssh [2023-01-11T20:51:03.799Z] Cloning the remote Git repository [2023-01-11T20:51:03.846Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-01-11T20:51:03.922Z] > git init /w/workspace/edgex-go/369 # timeout=10 [2023-01-11T20:51:04.060Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-01-11T20:51:04.061Z] > git --version # timeout=10 [2023-01-11T20:51:04.081Z] > git --version # 'git version 2.25.1' [2023-01-11T20:51:04.083Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-11T20:51:04.145Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-11T20:51:21.871Z] Avoid second fetch [2023-01-11T20:51:21.871Z] Checking out Revision 9123da5ee4a297ce5d9921c004089f9acce55f5e (main) [2023-01-11T20:51:21.019Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-01-11T20:51:21.039Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-11T20:51:21.893Z] > git config core.sparsecheckout # timeout=10 [2023-01-11T20:51:21.915Z] > git checkout -f 9123da5ee4a297ce5d9921c004089f9acce55f5e # timeout=10 [2023-01-11T20:51:22.615Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3 (#4274)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-11T20:51:23.634Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-01-11T20:51:23.635Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-11T20:51:23.635Z] Dload Upload Total Spent Left Speed [2023-01-11T20:51:23.635Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 94451 0 --:--:-- --:--:-- --:--:-- 95156 [Pipeline] sh [2023-01-11T20:51:24.310Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-01-11T20:51:24.647Z] + sudo tee /etc/docker/daemon.new [2023-01-11T20:51:24.647Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-01-11T20:51:24.647Z] { [2023-01-11T20:51:24.647Z] "registry-mirrors": [ [2023-01-11T20:51:24.647Z] "https://nexus3.edgexfoundry.org:10001" [2023-01-11T20:51:24.647Z] ], [2023-01-11T20:51:24.647Z] "bip": "10.250.0.254/24", [2023-01-11T20:51:24.647Z] "hosts": [ [2023-01-11T20:51:24.647Z] "tcp://0.0.0.0:5555", [2023-01-11T20:51:24.647Z] "unix:///var/run/docker.sock" [2023-01-11T20:51:24.647Z] ], [2023-01-11T20:51:24.647Z] "mtu": 1458, [2023-01-11T20:51:24.647Z] "selinux-enabled": true, [2023-01-11T20:51:24.647Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-01-11T20:51:24.647Z] } [Pipeline] sh [2023-01-11T20:51:24.990Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-01-11T20:51:25.341Z] + sudo service docker restart [2023-01-11T20:51:28.271Z] Removing intermediate container 004265b58fdb [2023-01-11T20:51:28.271Z] ---> b7fc52627f0d [2023-01-11T20:51:28.271Z] Step 7/24 : COPY . . [2023-01-11T20:51:28.271Z] Removing intermediate container 5fab46e16788 [2023-01-11T20:51:28.271Z] ---> b8dd64e7283b [2023-01-11T20:51:28.271Z] Step 8/22 : COPY . . [2023-01-11T20:51:28.271Z] Removing intermediate container 54142d07a428 [2023-01-11T20:51:28.271Z] ---> ba27997361d6 [2023-01-11T20:51:28.271Z] Step 8/23 : COPY . . [2023-01-11T20:51:28.271Z] Removing intermediate container 4abf29771af6 [2023-01-11T20:51:28.271Z] ---> b01d5dec6342 [2023-01-11T20:51:28.271Z] Step 7/23 : COPY . . [2023-01-11T20:51:28.271Z] Removing intermediate container eaffb2035266 [2023-01-11T20:51:28.271Z] ---> ebc9f0962eb1 [2023-01-11T20:51:28.271Z] Step 7/21 : COPY . . [2023-01-11T20:51:43.149Z] ---> 1a15c7b56844 [2023-01-11T20:51:43.149Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-01-11T20:51:43.149Z] ---> 16fc82a02759 [2023-01-11T20:51:43.149Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-01-11T20:51:43.149Z] ---> Running in 9904a14fb40a [2023-01-11T20:51:43.149Z] ---> 954f2611a3cc [2023-01-11T20:51:43.149Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-01-11T20:51:43.149Z] ---> Running in 4d60fe67eb45 [2023-01-11T20:51:43.149Z] ---> 7ffe57adeab9 [2023-01-11T20:51:43.149Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-01-11T20:51:43.149Z] ---> 2685f6c8a1ab [2023-01-11T20:51:43.149Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-01-11T20:51:43.149Z] ---> Running in 72bbfaf55d1b [2023-01-11T20:51:43.149Z] ---> Running in 7cd36df12cac [2023-01-11T20:51:43.149Z] ---> Running in bd2190971c59 [2023-01-11T20:51:43.149Z] Removing intermediate container bd2190971c59 [2023-01-11T20:51:43.149Z] ---> 0621abcfb5e2 [2023-01-11T20:51:43.149Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-01-11T20:51:43.149Z] ---> Running in 406dc1cb7c80 [2023-01-11T20:51:43.149Z] Removing intermediate container 406dc1cb7c80 [2023-01-11T20:51:43.149Z] ---> 1c1c22e5b3d9 [2023-01-11T20:51:43.149Z] 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-01-11T20:51:43.149Z] ---> Running in dc47b88d3e64 [2023-01-11T20:51:43.149Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-01-11T20:51:43.149Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-01-11T20:51:43.149Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-01-11T20:51:43.149Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-11T20:51:43.629Z] provisioning config files... [2023-01-11T20:51:43.662Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/369@tmp/config12183326451546212332tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-11T20:51:43.713Z] Removing intermediate container dc47b88d3e64 [2023-01-11T20:51:43.714Z] ---> b26ccbc41270 [2023-01-11T20:51:43.714Z] Step 11/23 : WORKDIR /edgex-go [2023-01-11T20:51:43.714Z] ---> Running in 27a72861e00c [2023-01-11T20:51:43.970Z] Removing intermediate container 27a72861e00c [2023-01-11T20:51:43.970Z] ---> 68640099b237 [2023-01-11T20:51:43.970Z] [2023-01-11T20:51:43.970Z] Step 12/23 : FROM alpine:3.15 [2023-01-11T20:51:44.025Z] ---> docker-login.sh [2023-01-11T20:51:44.025Z] nexus3.edgexfoundry.org:10001 [2023-01-11T20:51:44.227Z] 3.15: Pulling from library/alpine [2023-01-11T20:51:44.484Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-01-11T20:51:44.484Z] Status: Downloaded newer image for alpine:3.15 [2023-01-11T20:51:44.484Z] ---> c4fc93816858 [2023-01-11T20:51:44.484Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-11T20:51:44.614Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T20:51:44.614Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T20:51:44.614Z] Configure a credential helper to remove this warning. See [2023-01-11T20:51:44.614Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T20:51:44.614Z] [2023-01-11T20:51:44.614Z] Login Succeeded [2023-01-11T20:51:44.614Z] nexus3.edgexfoundry.org:10002 [2023-01-11T20:51:44.740Z] ---> Running in 66987136d600 [2023-01-11T20:51:44.885Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T20:51:45.002Z] Removing intermediate container 66987136d600 [2023-01-11T20:51:45.002Z] ---> 203e512d2809 [2023-01-11T20:51:45.002Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-11T20:51:45.002Z] ---> Running in fc38b559ad3e [2023-01-11T20:51:45.155Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T20:51:45.155Z] Configure a credential helper to remove this warning. See [2023-01-11T20:51:45.155Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T20:51:45.155Z] [2023-01-11T20:51:45.155Z] Login Succeeded [2023-01-11T20:51:45.155Z] nexus3.edgexfoundry.org:10003 [2023-01-11T20:51:45.436Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T20:51:45.436Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T20:51:45.436Z] Configure a credential helper to remove this warning. See [2023-01-11T20:51:45.436Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T20:51:45.436Z] [2023-01-11T20:51:45.436Z] Login Succeeded [2023-01-11T20:51:45.436Z] nexus3.edgexfoundry.org:10004 [2023-01-11T20:51:45.705Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T20:51:45.705Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T20:51:45.705Z] Configure a credential helper to remove this warning. See [2023-01-11T20:51:45.706Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T20:51:45.706Z] [2023-01-11T20:51:45.706Z] Login Succeeded [2023-01-11T20:51:45.706Z] docker.io [2023-01-11T20:51:45.945Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-11T20:51:45.945Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-11T20:51:45.980Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T20:51:46.249Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T20:51:46.249Z] Configure a credential helper to remove this warning. See [2023-01-11T20:51:46.249Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T20:51:46.249Z] [2023-01-11T20:51:46.249Z] Login Succeeded [2023-01-11T20:51:46.249Z] ---> docker-login.sh ends [Pipeline] } [2023-01-11T20:51:46.264Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2023-01-11T20:51:46.509Z] v3.15.6-242-g9cfdeb1de4 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-11T20:51:46.509Z] v3.15.6-237-g9ae8855cb5 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-11T20:51:46.509Z] OK: 15859 distinct packages available [2023-01-11T20:51:46.509Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-11T20:51:46.509Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [Pipeline] sh [2023-01-11T20:51:46.766Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-01-11T20:51:46.766Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-01-11T20:51:46.766Z] (3/5) Installing libucontext (1.1-r0) [2023-01-11T20:51:46.766Z] (4/5) Installing gcompat (1.0.0-r4) [2023-01-11T20:51:46.766Z] (5/5) Installing openssl (1.1.1s-r1) [2023-01-11T20:51:46.766Z] Executing busybox-1.34.1-r7.trigger [2023-01-11T20:51:46.766Z] OK: 7 MiB in 19 packages [2023-01-11T20:51:46.852Z] + git config --global --add safe.directory /w/workspace/edgex-go/369 [Pipeline] echo [2023-01-11T20:51:46.871Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-11T20:51:46.884Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-11T20:51:46.892Z] ========================================================= [2023-01-11T20:51:46.892Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-01-11T20:51:46.892Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-01-11T20:51:47.215Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-11T20:51:47.485Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-01-11T20:51:47.485Z] 9b18e9b68314: Pulling fs layer [2023-01-11T20:51:47.485Z] 35d82f9e3411: Pulling fs layer [2023-01-11T20:51:47.485Z] e16973657156: Pulling fs layer [2023-01-11T20:51:47.485Z] fc693d55d65f: Pulling fs layer [2023-01-11T20:51:47.485Z] 7e9fc2657dce: Pulling fs layer [2023-01-11T20:51:47.485Z] dda99020689f: Pulling fs layer [2023-01-11T20:51:47.485Z] db1c61fa0a46: Pulling fs layer [2023-01-11T20:51:47.485Z] 891c053d2c06: Pulling fs layer [2023-01-11T20:51:47.485Z] dda99020689f: Waiting [2023-01-11T20:51:47.485Z] db1c61fa0a46: Waiting [2023-01-11T20:51:47.485Z] 891c053d2c06: Waiting [2023-01-11T20:51:47.485Z] fc693d55d65f: Waiting [2023-01-11T20:51:47.485Z] 7e9fc2657dce: Waiting [2023-01-11T20:51:47.485Z] e16973657156: Verifying Checksum [2023-01-11T20:51:47.485Z] e16973657156: Download complete [2023-01-11T20:51:47.485Z] 35d82f9e3411: Verifying Checksum [2023-01-11T20:51:47.485Z] 35d82f9e3411: Download complete [2023-01-11T20:51:47.485Z] 7e9fc2657dce: Verifying Checksum [2023-01-11T20:51:47.485Z] 7e9fc2657dce: Download complete [2023-01-11T20:51:47.485Z] dda99020689f: Verifying Checksum [2023-01-11T20:51:47.485Z] dda99020689f: Download complete [2023-01-11T20:51:47.485Z] 9b18e9b68314: Verifying Checksum [2023-01-11T20:51:47.485Z] 9b18e9b68314: Download complete [2023-01-11T20:51:48.138Z] Removing intermediate container fc38b559ad3e [2023-01-11T20:51:48.138Z] ---> 302f6b05a629 [2023-01-11T20:51:48.138Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-11T20:51:48.471Z] 9b18e9b68314: Pull complete [2023-01-11T20:51:48.765Z] 891c053d2c06: Verifying Checksum [2023-01-11T20:51:48.765Z] 891c053d2c06: Download complete [2023-01-11T20:51:49.043Z] 35d82f9e3411: Pull complete [2023-01-11T20:51:49.641Z] e16973657156: Pull complete [2023-01-11T20:51:50.232Z] db1c61fa0a46: Verifying Checksum [2023-01-11T20:51:50.232Z] db1c61fa0a46: Download complete [2023-01-11T20:51:50.821Z] fc693d55d65f: Verifying Checksum [2023-01-11T20:51:50.821Z] fc693d55d65f: Download complete [2023-01-11T20:51:54.683Z] ---> 39dd86f61c60 [2023-01-11T20:51:54.683Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-01-11T20:51:54.683Z] ---> 100388ee6979 [2023-01-11T20:51:54.683Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-01-11T20:51:55.636Z] ---> c70eedf030cd [2023-01-11T20:51:55.636Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-01-11T20:51:57.006Z] ---> 721841ff5635 [2023-01-11T20:51:57.006Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-11T20:51:57.263Z] ---> Running in 978c4384683f [2023-01-11T20:51:57.593Z] Removing intermediate container 978c4384683f [2023-01-11T20:51:57.593Z] ---> bd46c0459a50 [2023-01-11T20:51:57.593Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-11T20:51:57.886Z] ---> Running in caed3967180d [2023-01-11T20:51:58.449Z] Removing intermediate container caed3967180d [2023-01-11T20:51:58.449Z] ---> 01dc580cccd0 [2023-01-11T20:51:58.449Z] Step 21/23 : LABEL arch=x86_64 [2023-01-11T20:51:58.449Z] ---> Running in 2e0aab839193 [2023-01-11T20:51:59.013Z] Removing intermediate container 2e0aab839193 [2023-01-11T20:51:59.013Z] ---> 4625ead1a3cd [2023-01-11T20:51:59.013Z] Step 22/23 : LABEL git_sha=9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T20:51:59.271Z] ---> Running in ade61a289d3c [2023-01-11T20:51:59.846Z] Removing intermediate container ade61a289d3c [2023-01-11T20:51:59.846Z] ---> b82e39c77d74 [2023-01-11T20:51:59.846Z] Step 23/23 : LABEL version=3.0.0-dev.15 [2023-01-11T20:52:00.103Z] ---> Running in d218d9cd7d60 [2023-01-11T20:52:01.999Z] Removing intermediate container d218d9cd7d60 [2023-01-11T20:52:01.999Z] ---> 3bc306c1712a [2023-01-11T20:52:01.999Z] [2023-01-11T20:52:01.999Z] Successfully built 3bc306c1712a [2023-01-11T20:52:01.999Z] Successfully tagged security-spire-server:latest [2023-01-11T20:52:01.999Z] Building security-spire-config [2023-01-11T20:52:05.839Z] fc693d55d65f: Pull complete [2023-01-11T20:52:05.839Z] 7e9fc2657dce: Pull complete [2023-01-11T20:52:05.839Z] dda99020689f: Pull complete [2023-01-11T20:52:08.547Z]  Building security-spire-server ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-11T20:52:08.547Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-11T20:52:08.547Z] ---> ba9b5dd0cb43 [2023-01-11T20:52:08.547Z] Step 3/24 : WORKDIR /edgex-go [2023-01-11T20:52:08.547Z] ---> Using cache [2023-01-11T20:52:08.547Z] ---> 4c9362576bae [2023-01-11T20:52:08.547Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-11T20:52:10.128Z] db1c61fa0a46: Pull complete [2023-01-11T20:52:11.830Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-01-11T20:52:12.084Z] 891c053d2c06: Pull complete [2023-01-11T20:52:12.084Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-01-11T20:52:12.084Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-11T20:52:12.084Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-01-11T20:52:12.395Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-01-11T20:52:12.421Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-11T20:52:12.421Z] WORKDIR /edgex [2023-01-11T20:52:12.421Z] COPY go.mod . [2023-01-11T20:52:12.421Z] RUN go mod download [2023-01-11T20:52:12.421Z] + docker build -t ci-base-image-arm64 -f - . [2023-01-11T20:52:13.012Z] Sending build context to Docker daemon 3.134MB [2023-01-11T20:52:13.012Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-11T20:52:13.012Z] ---> f96f9c87975a [2023-01-11T20:52:13.012Z] Step 2/4 : WORKDIR /edgex [2023-01-11T20:52:14.984Z] ---> Running in 52fb70eb77e7 [2023-01-11T20:52:15.548Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-11T20:52:15.548Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-11T20:52:16.117Z] OK: 211 MiB in 51 packages [2023-01-11T20:52:16.381Z] ---> Running in 2e75cbb13d50 [2023-01-11T20:52:16.381Z] Removing intermediate container 2e75cbb13d50 [2023-01-11T20:52:16.381Z] ---> 63d012431a00 [2023-01-11T20:52:16.381Z] Step 3/4 : COPY go.mod . [2023-01-11T20:52:16.654Z] ---> 6d820c98152a [2023-01-11T20:52:16.654Z] Step 4/4 : RUN go mod download [2023-01-11T20:52:16.654Z] ---> Running in aba6f45c5bfd [2023-01-11T20:52:20.346Z] Removing intermediate container 9904a14fb40a [2023-01-11T20:52:20.346Z] ---> 782dd460b837 [2023-01-11T20:52:20.346Z] [2023-01-11T20:52:20.346Z] Step 9/21 : FROM alpine:3.16 [2023-01-11T20:52:20.346Z] Removing intermediate container 7cd36df12cac [2023-01-11T20:52:20.346Z] ---> 05799d5a285e [2023-01-11T20:52:20.346Z] [2023-01-11T20:52:20.346Z] Step 9/24 : FROM alpine:3.16 [2023-01-11T20:52:20.346Z] Removing intermediate container 4d60fe67eb45 [2023-01-11T20:52:20.346Z] ---> c4e502d6725e [2023-01-11T20:52:20.346Z] [2023-01-11T20:52:20.346Z] Step 10/23 : FROM alpine:3.16 [2023-01-11T20:52:20.346Z] Removing intermediate container 52fb70eb77e7 [2023-01-11T20:52:20.346Z] ---> 579f3737abc3 [2023-01-11T20:52:20.346Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-11T20:52:20.346Z] 3.16: Pulling from library/alpine [2023-01-11T20:52:20.346Z] 3.16: Pulling from library/alpine [2023-01-11T20:52:20.346Z] 3.16: Pulling from library/alpine [2023-01-11T20:52:20.639Z] ---> 6221fb6c0bc7 [2023-01-11T20:52:20.639Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-11T20:52:21.210Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-11T20:52:21.210Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-11T20:52:21.210Z] ---> Running in 78bff75ac4cd [2023-01-11T20:52:21.210Z] Status: Image is up to date for alpine:3.16 [2023-01-11T20:52:21.210Z] Status: Downloaded newer image for alpine:3.16 [2023-01-11T20:52:21.210Z] ---> bfe296a52501 [2023-01-11T20:52:21.210Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-01-11T20:52:21.210Z] ---> bfe296a52501 [2023-01-11T20:52:21.210Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-01-11T20:52:21.210Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-11T20:52:21.210Z] Status: Image is up to date for alpine:3.16 [2023-01-11T20:52:21.210Z] ---> bfe296a52501 [2023-01-11T20:52:21.210Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-01-11T20:52:21.470Z] ---> Running in e4a6af62396f [2023-01-11T20:52:21.470Z] ---> Running in a925d2543f83 [2023-01-11T20:52:21.470Z] ---> Running in 680d6049c938 [2023-01-11T20:52:21.730Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-11T20:52:21.990Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-11T20:52:21.990Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-11T20:52:21.990Z] (1/3) Installing ca-certificates (20220614-r0) [2023-01-11T20:52:21.990Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-01-11T20:52:21.990Z] (3/3) Installing su-exec (0.2-r1) [2023-01-11T20:52:21.990Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-11T20:52:21.990Z] Executing busybox-1.35.0-r17.trigger [2023-01-11T20:52:21.990Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-11T20:52:21.990Z] Executing ca-certificates-20220614-r0.trigger [2023-01-11T20:52:22.250Z] OK: 6 MiB in 17 packages [2023-01-11T20:52:22.250Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-11T20:52:22.250Z] (1/6) Installing ca-certificates (20220614-r0) [2023-01-11T20:52:22.250Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-01-11T20:52:22.250Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-01-11T20:52:22.250Z] (4/6) Installing libcurl (7.83.1-r5) [2023-01-11T20:52:22.250Z] (5/6) Installing curl (7.83.1-r5) [2023-01-11T20:52:22.250Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-01-11T20:52:22.250Z] Executing busybox-1.35.0-r17.trigger [2023-01-11T20:52:22.250Z] Executing ca-certificates-20220614-r0.trigger [2023-01-11T20:52:22.250Z] OK: 8 MiB in 20 packages [2023-01-11T20:52:22.250Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-11T20:52:22.250Z] Executing busybox-1.35.0-r17.trigger [2023-01-11T20:52:22.510Z] OK: 6 MiB in 15 packages [2023-01-11T20:52:24.425Z] Removing intermediate container 72bbfaf55d1b [2023-01-11T20:52:24.425Z] ---> 57ef9d4c5fe6 [2023-01-11T20:52:24.425Z] [2023-01-11T20:52:24.425Z] Step 10/22 : FROM alpine:3.16 [2023-01-11T20:52:24.425Z] ---> bfe296a52501 [2023-01-11T20:52:24.425Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-01-11T20:52:24.425Z] Removing intermediate container e4a6af62396f [2023-01-11T20:52:24.425Z] ---> 3f03a8666afd [2023-01-11T20:52:24.425Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-11T20:52:24.425Z] ---> Running in 9aa3f43228d3 [2023-01-11T20:52:24.425Z] Removing intermediate container a925d2543f83 [2023-01-11T20:52:24.425Z] ---> 2dcd7dc5cbd3 [2023-01-11T20:52:24.425Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-11T20:52:24.425Z] ---> Running in bc0a5fe8fc47 [2023-01-11T20:52:24.425Z] Removing intermediate container 680d6049c938 [2023-01-11T20:52:24.425Z] ---> eed0b1320639 [2023-01-11T20:52:24.425Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-11T20:52:24.425Z] ---> Running in 0adc2ae7cfda [2023-01-11T20:52:24.425Z] ---> Running in 30debb1d0a6e [2023-01-11T20:52:24.425Z] Removing intermediate container bc0a5fe8fc47 [2023-01-11T20:52:24.425Z] ---> 3d27217da95c [2023-01-11T20:52:24.425Z] Step 12/24 : WORKDIR / [2023-01-11T20:52:24.425Z] ---> Running in 4b4cc15df8cf [2023-01-11T20:52:24.425Z] Removing intermediate container 0adc2ae7cfda [2023-01-11T20:52:24.425Z] ---> 4b1ea14fbbbb [2023-01-11T20:52:24.425Z] Step 13/23 : ENV APP_PORT=59882 [2023-01-11T20:52:24.425Z] Removing intermediate container 30debb1d0a6e [2023-01-11T20:52:24.425Z] ---> 9c697f5e429e [2023-01-11T20:52:24.425Z] Step 12/21 : WORKDIR /edgex [2023-01-11T20:52:24.425Z] ---> Running in 61b4b5b85b67 [2023-01-11T20:52:24.425Z] ---> Running in f7a259d5f416 [2023-01-11T20:52:24.425Z] Removing intermediate container 4b4cc15df8cf [2023-01-11T20:52:24.425Z] ---> c4c40e83c003 [2023-01-11T20:52:24.425Z] 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-01-11T20:52:24.425Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-11T20:52:24.686Z] Removing intermediate container 61b4b5b85b67 [2023-01-11T20:52:24.686Z] ---> 96033759274c [2023-01-11T20:52:24.686Z] Step 14/23 : EXPOSE $APP_PORT [2023-01-11T20:52:24.686Z] Removing intermediate container f7a259d5f416 [2023-01-11T20:52:24.686Z] ---> a56139aac1f0 [2023-01-11T20:52:24.686Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-01-11T20:52:24.686Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-11T20:52:24.686Z] ---> Running in 6a914815ade5 [2023-01-11T20:52:24.686Z] Removing intermediate container 6a914815ade5 [2023-01-11T20:52:24.686Z] ---> 6247111970ee [2023-01-11T20:52:24.686Z] Step 15/23 : WORKDIR / [2023-01-11T20:52:24.686Z] ---> 4968129954fd [2023-01-11T20:52:24.686Z] 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-01-11T20:52:24.686Z] ---> Running in ef2dcc6ad95a [2023-01-11T20:52:24.958Z] ---> c5cae2d53153 [2023-01-11T20:52:24.958Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-01-11T20:52:24.958Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-11T20:52:24.958Z] Executing busybox-1.35.0-r17.trigger [2023-01-11T20:52:24.958Z] OK: 6 MiB in 15 packages [2023-01-11T20:52:25.228Z] Removing intermediate container ef2dcc6ad95a [2023-01-11T20:52:25.228Z] ---> 323f8dc46888 [2023-01-11T20:52:25.228Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-11T20:52:25.228Z] ---> 0043c7ab2d72 [2023-01-11T20:52:25.228Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-01-11T20:52:25.489Z] ---> e6ae29afe173 [2023-01-11T20:52:25.489Z] 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-01-11T20:52:25.489Z] ---> 374d9cf4700e [2023-01-11T20:52:25.489Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-01-11T20:52:25.489Z] ---> cec2176b1059 [2023-01-11T20:52:25.489Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-01-11T20:52:25.489Z] Removing intermediate container 9aa3f43228d3 [2023-01-11T20:52:25.489Z] ---> 81366ca8bd4e [2023-01-11T20:52:25.489Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-11T20:52:26.066Z] ---> Running in dc4ff0b9b04b [2023-01-11T20:52:26.066Z] ---> 4dfc77f36a86 [2023-01-11T20:52:26.066Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-01-11T20:52:26.066Z] ---> 4fe8e2cb3150 [2023-01-11T20:52:26.066Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-01-11T20:52:26.066Z] ---> a4ef9448f86f [2023-01-11T20:52:26.066Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-01-11T20:52:26.066Z] Removing intermediate container dc4ff0b9b04b [2023-01-11T20:52:26.066Z] ---> 931af98c1c18 [2023-01-11T20:52:26.066Z] Step 13/22 : ENV APP_PORT=59861 [2023-01-11T20:52:26.326Z] ---> Running in 5257bafad96d [2023-01-11T20:52:26.587Z] Removing intermediate container 5257bafad96d [2023-01-11T20:52:26.587Z] ---> 814069c1cfa6 [2023-01-11T20:52:26.587Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-11T20:52:26.587Z] ---> 3cee8de77663 [2023-01-11T20:52:26.587Z] ---> 4cbdd0872209 [2023-01-11T20:52:26.587Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh /Step 19/23 : ENTRYPOINT ["/core-command"] [2023-01-11T20:52:26.587Z] [2023-01-11T20:52:26.587Z] ---> 1ea59428dfcf [2023-01-11T20:52:26.587Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-01-11T20:52:26.588Z] ---> Running in 23c20a096e84 [2023-01-11T20:52:26.588Z] ---> Running in 16e08bd5614e [2023-01-11T20:52:26.588Z] ---> Running in adb9a05d034f [2023-01-11T20:52:26.850Z] Removing intermediate container 23c20a096e84 [2023-01-11T20:52:26.850Z] ---> 037f913ff4ca [2023-01-11T20:52:26.850Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-11T20:52:26.850Z] Removing intermediate container adb9a05d034f [2023-01-11T20:52:26.850Z] ---> 718b8908f517 [2023-01-11T20:52:26.850Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-11T20:52:26.850Z] ---> Running in e409be06ae50 [2023-01-11T20:52:27.126Z] ---> 550378109098 [2023-01-11T20:52:27.126Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-01-11T20:52:27.126Z] Removing intermediate container e409be06ae50 [2023-01-11T20:52:27.126Z] ---> eafe91909d0e [2023-01-11T20:52:27.126Z] Step 21/23 : LABEL arch=x86_64 [2023-01-11T20:52:27.705Z] ---> Running in 2c90d624cbb2 [2023-01-11T20:52:27.705Z] ---> 8aa0ed1078ab [2023-01-11T20:52:27.705Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-01-11T20:52:27.974Z] ---> 5dd1c336eb39 [2023-01-11T20:52:27.974Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-01-11T20:52:27.974Z] Removing intermediate container 2c90d624cbb2 [2023-01-11T20:52:27.974Z] ---> ddb4ed74cca1 [2023-01-11T20:52:27.974Z] Step 22/23 : LABEL git_sha=9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T20:52:27.974Z] ---> Running in 99cf7ba43b85 [2023-01-11T20:52:27.974Z] Removing intermediate container 16e08bd5614e [2023-01-11T20:52:27.974Z] ---> 7833bd2ddc49 [2023-01-11T20:52:27.974Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-01-11T20:52:27.974Z] ---> Running in b9924e67679d [2023-01-11T20:52:27.974Z] Removing intermediate container 99cf7ba43b85 [2023-01-11T20:52:27.974Z] ---> 9e7e612b3c5f [2023-01-11T20:52:27.974Z] Step 23/23 : LABEL version=3.0.0-dev.15 [2023-01-11T20:52:27.974Z] ---> 1114ea9c48ee [2023-01-11T20:52:27.974Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-11T20:52:27.974Z] ---> Running in 56350492096e [2023-01-11T20:52:27.974Z] Removing intermediate container b9924e67679d [2023-01-11T20:52:27.974Z] ---> 7fbbdfa02458 [2023-01-11T20:52:27.974Z] Step 19/21 : LABEL arch=x86_64 [2023-01-11T20:52:27.974Z] ---> Running in 35bdf721cb08 [2023-01-11T20:52:28.240Z] ---> bece9aa0143e [2023-01-11T20:52:28.240Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-01-11T20:52:28.240Z] ---> Running in b94d586ab05a [2023-01-11T20:52:28.240Z] ---> Running in 405dd697d9ae [2023-01-11T20:52:28.240Z] Removing intermediate container 56350492096e [2023-01-11T20:52:28.240Z] ---> 3274a0dc0d89 [2023-01-11T20:52:28.240Z] [2023-01-11T20:52:28.240Z] Removing intermediate container 405dd697d9ae [2023-01-11T20:52:28.240Z] ---> fda25ebb33c5 [2023-01-11T20:52:28.240Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-11T20:52:28.240Z] Removing intermediate container b94d586ab05a [2023-01-11T20:52:28.240Z] ---> bae440d155d4 [2023-01-11T20:52:28.240Z] Step 20/21 : LABEL git_sha=9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T20:52:28.240Z] ---> Running in c0a1b052349d [2023-01-11T20:52:28.240Z] ---> Running in 83fa29f8bf79 [2023-01-11T20:52:28.240Z] Successfully built 3274a0dc0d89 [2023-01-11T20:52:28.501Z] Successfully tagged core-command:latest [2023-01-11T20:52:28.501Z] Building core-data [2023-01-11T20:52:28.501Z]  Building core-command ... done Removing intermediate container c0a1b052349d [2023-01-11T20:52:28.501Z] ---> 497b6fc567ce [2023-01-11T20:52:28.501Z] Step 20/22 : LABEL arch=x86_64 [2023-01-11T20:52:28.501Z] Removing intermediate container 83fa29f8bf79 [2023-01-11T20:52:28.501Z] ---> ee9cc8c9aa82 [2023-01-11T20:52:28.501Z] Step 21/21 : LABEL version=3.0.0-dev.15 [2023-01-11T20:52:29.003Z] ---> Running in 9bae795601ad [2023-01-11T20:52:29.003Z] ---> Running in ac4adb3d8649 [2023-01-11T20:52:31.591Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-11T20:52:31.591Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-11T20:52:32.165Z] ---> ba9b5dd0cb43 [2023-01-11T20:52:32.165Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-11T20:52:32.165Z] ---> Using cache [2023-01-11T20:52:32.165Z] ---> 88a62b24f127 [2023-01-11T20:52:32.165Z] Step 4/22 : WORKDIR /edgex-go [2023-01-11T20:52:32.165Z] ---> Using cache [2023-01-11T20:52:32.165Z] ---> 1add11975eae [2023-01-11T20:52:32.165Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-11T20:52:32.165Z] ---> Using cache [2023-01-11T20:52:32.165Z] ---> 4c690d10ad31 [2023-01-11T20:52:32.165Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-11T20:52:32.165Z] ---> Using cache [2023-01-11T20:52:32.165Z] ---> b919e51198b7 [2023-01-11T20:52:32.165Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..."Removing intermediate container 9bae795601ad [2023-01-11T20:52:32.165Z] [2023-01-11T20:52:32.165Z] ---> 3427cd245f30 [2023-01-11T20:52:32.165Z] Step 21/22 : LABEL git_sha=9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T20:52:32.165Z] ---> Using cache [2023-01-11T20:52:32.165Z] ---> b8dd64e7283b [2023-01-11T20:52:32.165Z] Step 8/22 : COPY . . [2023-01-11T20:52:32.165Z] Removing intermediate container ac4adb3d8649 [2023-01-11T20:52:32.165Z] ---> 7f988c9eb589 [2023-01-11T20:52:32.166Z] [2023-01-11T20:52:32.166Z] ---> Using cache [2023-01-11T20:52:32.166Z] ---> 954f2611a3cc [2023-01-11T20:52:32.166Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-01-11T20:52:32.166Z] ---> Running in 9b4ef4930b7f [2023-01-11T20:52:32.166Z] ---> Running in f01ee9b1f321 [2023-01-11T20:52:32.426Z] Removing intermediate container 35bdf721cb08 [2023-01-11T20:52:32.426Z] ---> 651006c83443 [2023-01-11T20:52:32.426Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-01-11T20:52:32.426Z] Successfully built 7f988c9eb589 [2023-01-11T20:52:32.426Z] Successfully tagged security-proxy-setup:latest [2023-01-11T20:52:32.426Z] Building core-metadata [2023-01-11T20:52:32.426Z] ---> Running in a73203f4a7e8 [2023-01-11T20:52:32.426Z]  Building security-proxy-setup ... done Removing intermediate container 9b4ef4930b7f [2023-01-11T20:52:32.426Z] ---> dd73d48c4b64 [2023-01-11T20:52:32.426Z] Step 22/22 : LABEL version=3.0.0-dev.15 [2023-01-11T20:52:32.426Z] ---> Running in 51328845c34a [2023-01-11T20:52:32.687Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-01-11T20:52:33.630Z] Removing intermediate container a73203f4a7e8 [2023-01-11T20:52:33.630Z] ---> beacf5f956b8 [2023-01-11T20:52:33.630Z] Step 22/24 : LABEL arch=x86_64 [2023-01-11T20:52:35.537Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-11T20:52:35.537Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-11T20:52:35.537Z] ---> ba9b5dd0cb43 [2023-01-11T20:52:35.537Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-01-11T20:52:35.537Z] ---> Using cache [2023-01-11T20:52:35.537Z] ---> 88a62b24f127 [2023-01-11T20:52:35.537Z] Step 4/24 : WORKDIR /edgex-go [2023-01-11T20:52:35.537Z] ---> Using cache [2023-01-11T20:52:35.537Z] ---> 1add11975eae [2023-01-11T20:52:35.537Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-01-11T20:52:35.537Z] ---> Using cache [2023-01-11T20:52:35.537Z] ---> 4c690d10ad31 [2023-01-11T20:52:35.537Z] Step 6/24 : COPY go.mod vendor* ./ [2023-01-11T20:52:35.537Z] ---> Using cache [2023-01-11T20:52:35.537Z] ---> b919e51198b7 [2023-01-11T20:52:35.537Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-11T20:52:35.537Z] ---> Using cache [2023-01-11T20:52:35.537Z] ---> b8dd64e7283b [2023-01-11T20:52:35.537Z] Step 8/24 : COPY . . [2023-01-11T20:52:35.537Z] ---> Using cache [2023-01-11T20:52:35.537Z] ---> 954f2611a3cc [2023-01-11T20:52:35.537Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-01-11T20:52:36.922Z] Removing intermediate container 51328845c34a [2023-01-11T20:52:36.922Z] ---> df44cde424b1 [2023-01-11T20:52:36.922Z] [2023-01-11T20:52:36.922Z] Successfully built df44cde424b1 [2023-01-11T20:52:36.922Z] Successfully tagged support-scheduler:latest [2023-01-11T20:52:36.922Z]  Building support-scheduler ... done Building security-spiffe-token-provider [2023-01-11T20:52:36.922Z] ---> Running in c943d50d9a94 [2023-01-11T20:52:36.922Z] ---> Running in 698b805462c5 [2023-01-11T20:52:39.471Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-11T20:52:39.471Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-01-11T20:52:39.471Z] ---> ba9b5dd0cb43 [2023-01-11T20:52:39.471Z] Step 3/19 : WORKDIR /edgex-go [2023-01-11T20:52:39.471Z] ---> Using cache [2023-01-11T20:52:39.471Z] ---> 4c9362576bae [2023-01-11T20:52:39.471Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-01-11T20:52:40.422Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-01-11T20:52:40.422Z] Removing intermediate container c943d50d9a94 [2023-01-11T20:52:40.422Z] ---> 295aed2896e3 [2023-01-11T20:52:40.422Z] Step 23/24 : LABEL git_sha=9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T20:52:48.790Z] ---> Running in f56e2c64d9a8 [2023-01-11T20:52:48.790Z] ---> Running in 47c46f3d4fc5 [2023-01-11T20:52:48.790Z] Removing intermediate container 47c46f3d4fc5 [2023-01-11T20:52:48.790Z] ---> ac6b09218ddc [2023-01-11T20:52:48.790Z] Step 24/24 : LABEL version=3.0.0-dev.15 [2023-01-11T20:52:48.790Z] ---> Running in 6ccc46e748f5 [2023-01-11T20:52:48.790Z] Removing intermediate container 6ccc46e748f5 [2023-01-11T20:52:48.790Z] ---> a62eb8c3a72f [2023-01-11T20:52:48.790Z] [2023-01-11T20:52:48.790Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-11T20:52:48.790Z] Successfully built a62eb8c3a72f [2023-01-11T20:52:48.790Z] Successfully tagged security-secretstore-setup:latest [2023-01-11T20:52:48.790Z]  Building security-secretstore-setup ... done Building support-notifications [2023-01-11T20:52:48.790Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-11T20:52:48.994Z] Removing intermediate container aba6f45c5bfd [2023-01-11T20:52:48.994Z] ---> 2782912ec145 [2023-01-11T20:52:48.994Z] Successfully built 2782912ec145 [2023-01-11T20:52:48.994Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:52:49.048Z] v3.16.3-99-g1016b47723 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-01-11T20:52:49.048Z] v3.16.3-104-g68a75e0e6d [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-01-11T20:52:49.048Z] OK: 17042 distinct packages available [2023-01-11T20:52:49.048Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-11T20:52:49.307Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-11T20:52:49.337Z] + docker inspect -f . ci-base-image-arm64 [2023-01-11T20:52:49.337Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T20:52:49.530Z] prd-ubuntu20.04-docker-arm64-4c-16g-1951 does not seem to be running inside a container [2023-01-11T20:52:49.572Z] OK: 211 MiB in 51 packages [2023-01-11T20:52:49.600Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/369 -v /w/workspace/edgex-go/369:/w/workspace/edgex-go/369:rw,z -v /w/workspace/edgex-go/369@tmp:/w/workspace/edgex-go/369@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-01-11T20:52:50.832Z] $ docker top d8d254747a1b667ff36f219b3cf345e99874e196f74b5354300d144c1afa1cce -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-11T20:52:51.670Z] + go version [2023-01-11T20:52:51.670Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-01-11T20:52:51.693Z] $ docker stop --time=1 d8d254747a1b667ff36f219b3cf345e99874e196f74b5354300d144c1afa1cce [2023-01-11T20:52:53.798Z] $ docker rm -f --volumes d8d254747a1b667ff36f219b3cf345e99874e196f74b5354300d144c1afa1cce [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:52:54.366Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-11T20:52:54.366Z] [2023-01-11T20:52:54.366Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:52:54.702Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-11T20:52:54.702Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-01-11T20:52:54.702Z] 29e5d40040c1: Pulling fs layer [2023-01-11T20:52:54.702Z] 1ce36da41761: Pulling fs layer [2023-01-11T20:52:54.702Z] 25b303627fd3: Pulling fs layer [2023-01-11T20:52:54.949Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-11T20:52:54.949Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-11T20:52:54.949Z] ---> ba9b5dd0cb43 [2023-01-11T20:52:54.949Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-11T20:52:54.949Z] ---> Using cache [2023-01-11T20:52:54.949Z] ---> 88a62b24f127 [2023-01-11T20:52:54.949Z] Step 4/22 : WORKDIR /edgex-go [2023-01-11T20:52:54.949Z] ---> Using cache [2023-01-11T20:52:54.949Z] ---> 1add11975eae [2023-01-11T20:52:54.949Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-01-11T20:52:54.979Z] 29e5d40040c1: Download complete [2023-01-11T20:52:55.251Z] 1ce36da41761: Verifying Checksum [2023-01-11T20:52:55.251Z] 1ce36da41761: Download complete [2023-01-11T20:52:55.520Z] 29e5d40040c1: Pull complete [2023-01-11T20:52:56.934Z] 25b303627fd3: Verifying Checksum [2023-01-11T20:52:56.935Z] 25b303627fd3: Download complete [2023-01-11T20:52:56.935Z] 1ce36da41761: Pull complete [2023-01-11T20:53:01.712Z] ---> Running in 603a7d7ccc77 [2023-01-11T20:53:01.713Z] Removing intermediate container f56e2c64d9a8 [2023-01-11T20:53:01.713Z] ---> 32b59b12e81b [2023-01-11T20:53:01.713Z] Step 5/19 : COPY go.mod vendor* ./ [2023-01-11T20:53:01.713Z] ---> 21f057703ae7 [2023-01-11T20:53:01.713Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-11T20:53:01.713Z] ---> Running in 00625b08a3f2 [2023-01-11T20:53:01.713Z] Removing intermediate container 78bff75ac4cd [2023-01-11T20:53:01.713Z] ---> 7cfd773a341c [2023-01-11T20:53:01.713Z] Step 7/24 : COPY . . [2023-01-11T20:53:01.713Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-11T20:53:01.969Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-11T20:53:02.225Z] OK: 211 MiB in 51 packages [2023-01-11T20:53:07.012Z] 25b303627fd3: Pull complete [2023-01-11T20:53:07.012Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-01-11T20:53:07.012Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-11T20:53:07.012Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T20:53:07.193Z] prd-ubuntu20.04-docker-arm64-4c-16g-1951 does not seem to be running inside a container [2023-01-11T20:53:07.255Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/369 -v /w/workspace/edgex-go/369:/w/workspace/edgex-go/369:rw,z -v /w/workspace/edgex-go/369@tmp:/w/workspace/edgex-go/369@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-01-11T20:53:08.899Z] Removing intermediate container 603a7d7ccc77 [2023-01-11T20:53:08.899Z] ---> e03259527ff8 [2023-01-11T20:53:08.899Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-11T20:53:08.899Z] ---> 776a75b6f388 [2023-01-11T20:53:08.899Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-11T20:53:08.899Z] Removing intermediate container f01ee9b1f321 [2023-01-11T20:53:08.899Z] ---> d9ee52ce6bc0 [2023-01-11T20:53:08.899Z] [2023-01-11T20:53:08.899Z] Step 10/22 : FROM alpine:3.16 [2023-01-11T20:53:08.899Z] ---> bfe296a52501 [2023-01-11T20:53:08.899Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-01-11T20:53:08.899Z] ---> Running in ae67695f69b6 [2023-01-11T20:53:08.899Z] ---> Running in 589a89c29acd [2023-01-11T20:53:08.899Z] ---> e6924a41aead [2023-01-11T20:53:08.899Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-11T20:53:08.899Z] Removing intermediate container ae67695f69b6 [2023-01-11T20:53:08.899Z] ---> b74f80e8fdb4 [2023-01-11T20:53:08.899Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-11T20:53:08.899Z] ---> Running in f27b39e27c99 [2023-01-11T20:53:09.158Z] ---> Running in eeafe8782a54 [2023-01-11T20:53:09.158Z] Removing intermediate container 589a89c29acd [2023-01-11T20:53:09.158Z] ---> bf37b1e6717a [2023-01-11T20:53:09.158Z] Step 12/22 : ENV APP_PORT=59880 [2023-01-11T20:53:09.158Z] ---> Running in ff2e4720fe84 [2023-01-11T20:53:09.255Z] $ docker top d378a681a5a067367d3a88d9547fbf698f3f368142b214d820aa0072415d4816 -eo pid,comm [2023-01-11T20:53:09.448Z] Removing intermediate container eeafe8782a54 [2023-01-11T20:53:09.449Z] ---> 6c6ddf918587 [2023-01-11T20:53:09.449Z] 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-01-11T20:53:09.449Z] Removing intermediate container ff2e4720fe84 [2023-01-11T20:53:09.449Z] ---> 4104746b0758 [2023-01-11T20:53:09.449Z] Step 13/22 : EXPOSE $APP_PORT [Pipeline] { [Pipeline] sh [2023-01-11T20:53:09.707Z] ---> Running in 891a0ce35b64 [2023-01-11T20:53:09.707Z] ---> Running in 9568cc678b89 [2023-01-11T20:53:09.983Z] Removing intermediate container 9568cc678b89 [2023-01-11T20:53:09.983Z] ---> 116888eca06d [2023-01-11T20:53:09.983Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-01-11T20:53:10.109Z] + grep parallel [2023-01-11T20:53:10.109Z] + docker-compose build --help [2023-01-11T20:53:10.241Z] ---> Running in 60d0bd38551e [2023-01-11T20:53:10.813Z] Removing intermediate container 891a0ce35b64 [2023-01-11T20:53:10.813Z] ---> 04b19d027028 [2023-01-11T20:53:10.813Z] Step 11/24 : WORKDIR /edgex-go [2023-01-11T20:53:10.813Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-11T20:53:11.075Z] ---> Running in 07317d69d305 [2023-01-11T20:53:11.075Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-11T20:53:11.075Z] Removing intermediate container 698b805462c5 [2023-01-11T20:53:11.075Z] ---> 7edfaa809c7d [2023-01-11T20:53:11.075Z] [2023-01-11T20:53:11.075Z] Step 10/24 : FROM alpine:3.16 [2023-01-11T20:53:11.075Z] ---> bfe296a52501 [2023-01-11T20:53:11.075Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-01-11T20:53:11.075Z] ---> Using cache [2023-01-11T20:53:11.075Z] ---> 81366ca8bd4e [2023-01-11T20:53:11.075Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-11T20:53:11.075Z] ---> Using cache [2023-01-11T20:53:11.075Z] ---> 931af98c1c18 [2023-01-11T20:53:11.075Z] Step 13/24 : ENV APP_PORT=59881 [2023-01-11T20:53:11.075Z] ---> Running in 4cc7412ea107 [2023-01-11T20:53:11.075Z] Removing intermediate container 07317d69d305 [2023-01-11T20:53:11.075Z] ---> fee68eb2475a [2023-01-11T20:53:11.075Z] [2023-01-11T20:53:11.075Z] Step 12/24 : FROM alpine:3.15 [2023-01-11T20:53:11.075Z] ---> c4fc93816858 [2023-01-11T20:53:11.075Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-11T20:53:11.075Z] ---> Using cache [2023-01-11T20:53:11.075Z] ---> 203e512d2809 [2023-01-11T20:53:11.075Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-01-11T20:53:11.075Z] ---> Running in 366224d6c89d [2023-01-11T20:53:11.075Z] Removing intermediate container 4cc7412ea107 [2023-01-11T20:53:11.075Z] ---> 5169141a8fa5 [2023-01-11T20:53:11.075Z] Step 14/24 : EXPOSE $APP_PORT [2023-01-11T20:53:11.337Z] ---> Running in 15091dc381b3 [2023-01-11T20:53:11.337Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-11T20:53:11.337Z] Executing busybox-1.35.0-r17.trigger [2023-01-11T20:53:11.337Z] OK: 6 MiB in 15 packages [2023-01-11T20:53:11.337Z] Removing intermediate container 15091dc381b3 [2023-01-11T20:53:11.337Z] ---> ac706b6c1ffb [2023-01-11T20:53:11.337Z] Step 15/24 : WORKDIR / [2023-01-11T20:53:11.337Z] ---> Running in 1a176c7aaa5a [2023-01-11T20:53:11.596Z] Removing intermediate container 1a176c7aaa5a [2023-01-11T20:53:11.596Z] ---> 4f20aa3ba29f [2023-01-11T20:53:11.596Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-11T20:53:11.596Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-11T20:53:11.596Z] Removing intermediate container 60d0bd38551e [2023-01-11T20:53:11.596Z] ---> adf0b0850a20 [2023-01-11T20:53:11.596Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-11T20:53:11.596Z] ---> 38b4847f2343 [2023-01-11T20:53:11.596Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-01-11T20:53:11.852Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-11T20:53:12.112Z] v3.15.6-242-g9cfdeb1de4 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-11T20:53:12.112Z] v3.15.6-237-g9ae8855cb5 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-11T20:53:12.112Z] OK: 15859 distinct packages available [2023-01-11T20:53:12.112Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-11T20:53:12.112Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-11T20:53:12.370Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-01-11T20:53:12.370Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-01-11T20:53:12.370Z] (3/4) Installing libucontext (1.1-r0) [2023-01-11T20:53:12.370Z] (4/4) Installing gcompat (1.0.0-r4) [2023-01-11T20:53:12.370Z] Executing busybox-1.34.1-r7.trigger [2023-01-11T20:53:12.370Z] OK: 6 MiB in 18 packages [2023-01-11T20:53:12.629Z] ---> 03d5189ff5a3 [2023-01-11T20:53:12.629Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-01-11T20:53:13.195Z] ---> 9fe9a7850e7d [2023-01-11T20:53:13.195Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-01-11T20:53:14.360Z] --parallel Build images in parallel. [Pipeline] } [2023-01-11T20:53:14.378Z] $ docker stop --time=1 d378a681a5a067367d3a88d9547fbf698f3f368142b214d820aa0072415d4816 [2023-01-11T20:53:15.096Z] ---> e7bf2272b733 [2023-01-11T20:53:15.096Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-01-11T20:53:15.096Z] ---> 2696adeb0834 [2023-01-11T20:53:15.096Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-01-11T20:53:15.096Z] Removing intermediate container 366224d6c89d [2023-01-11T20:53:15.096Z] ---> f34ad1ad730d [2023-01-11T20:53:15.096Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-11T20:53:15.431Z] ---> 5d5b368c37c2 [2023-01-11T20:53:15.431Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-01-11T20:53:15.698Z] ---> 842663df2cd3 [2023-01-11T20:53:15.698Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-01-11T20:53:15.956Z] ---> Running in 7f54879e21b3 [2023-01-11T20:53:16.004Z] $ docker rm -f --volumes d378a681a5a067367d3a88d9547fbf698f3f368142b214d820aa0072415d4816 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:53:16.533Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-11T20:53:16.533Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T20:53:16.706Z] prd-ubuntu20.04-docker-arm64-4c-16g-1951 does not seem to be running inside a container [2023-01-11T20:53:16.774Z] $ 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/369 -v /w/workspace/edgex-go/369:/w/workspace/edgex-go/369:rw,z -v /w/workspace/edgex-go/369@tmp:/w/workspace/edgex-go/369@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-01-11T20:53:16.891Z] ---> Running in 3158f17128cc [2023-01-11T20:53:17.927Z] $ docker top 6231037c0479e7d58a4a5926129624861c614ba5539a1323b8d8105ad4f3cde5 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-11T20:53:18.303Z] Removing intermediate container 7f54879e21b3 [2023-01-11T20:53:18.303Z] ---> 687868757914 [2023-01-11T20:53:18.303Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-11T20:53:18.423Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-01-11T20:53:19.279Z] ---> 3cc9160b26d4 [2023-01-11T20:53:19.279Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-01-11T20:53:19.279Z] Removing intermediate container 3158f17128cc [2023-01-11T20:53:19.279Z] ---> 2ba8b921e071 [2023-01-11T20:53:19.279Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-11T20:53:19.279Z] ---> Running in 4fe6d5bf3baf [2023-01-11T20:53:22.589Z] ---> Running in 8a383d538107 [2023-01-11T20:53:22.675Z] Building core-command ... [2023-01-11T20:53:22.675Z] Building core-data ... [2023-01-11T20:53:22.675Z] Building core-metadata ... [2023-01-11T20:53:22.675Z] Building security-bootstrapper ... [2023-01-11T20:53:22.675Z] Building security-proxy-setup ... [2023-01-11T20:53:22.675Z] Building security-secretstore-setup ... [2023-01-11T20:53:22.675Z] Building security-spiffe-token-provider ... [2023-01-11T20:53:22.675Z] Building security-spire-agent ... [2023-01-11T20:53:22.675Z] Building security-spire-config ... [2023-01-11T20:53:22.675Z] Building security-spire-server ... [2023-01-11T20:53:22.675Z] Building support-notifications ... [2023-01-11T20:53:22.675Z] Building support-scheduler ... [2023-01-11T20:53:22.675Z] Building core-command [2023-01-11T20:53:22.675Z] Building core-data [2023-01-11T20:53:22.675Z] Building support-scheduler [2023-01-11T20:53:22.675Z] Building security-secretstore-setup [2023-01-11T20:53:22.675Z] Building security-proxy-setup [2023-01-11T20:53:23.539Z] Removing intermediate container 4fe6d5bf3baf [2023-01-11T20:53:23.539Z] ---> e40fec127892 [2023-01-11T20:53:23.539Z] Step 20/22 : LABEL arch=x86_64 [2023-01-11T20:53:24.112Z] ---> 838883a33c48 [2023-01-11T20:53:24.112Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-01-11T20:53:24.112Z] Removing intermediate container 8a383d538107 [2023-01-11T20:53:24.112Z] ---> 50b8eab44ce1 [2023-01-11T20:53:24.112Z] Step 22/24 : LABEL arch=x86_64 [2023-01-11T20:53:24.112Z] ---> Running in 1c3c0fb8c158 [2023-01-11T20:53:24.374Z] ---> Running in 6ca490946afe [2023-01-11T20:53:24.374Z] ---> Running in e6ce3949b898 [2023-01-11T20:53:25.316Z] Removing intermediate container 1c3c0fb8c158 [2023-01-11T20:53:25.316Z] ---> 6e3e71d9b529 [2023-01-11T20:53:25.316Z] Step 21/22 : LABEL git_sha=9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T20:53:27.863Z] Removing intermediate container e6ce3949b898 [2023-01-11T20:53:27.863Z] ---> 2546c0f00d8a [2023-01-11T20:53:27.863Z] Step 23/24 : LABEL git_sha=9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T20:53:27.863Z] Removing intermediate container 6ca490946afe [2023-01-11T20:53:27.863Z] ---> fb8e32c62546 [2023-01-11T20:53:27.863Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-01-11T20:53:28.124Z] ---> Running in 19c4a301313f [2023-01-11T20:53:28.124Z] ---> Running in ce9722be10b4 [2023-01-11T20:53:28.388Z] ---> 87bbf7a8ea93 [2023-01-11T20:53:28.388Z] Step 19/24 : WORKDIR / [2023-01-11T20:53:28.388Z] Removing intermediate container 19c4a301313f [2023-01-11T20:53:28.388Z] ---> 835fdf3b7a3f [2023-01-11T20:53:28.388Z] Step 22/22 : LABEL version=3.0.0-dev.15 [2023-01-11T20:53:28.650Z] Removing intermediate container ce9722be10b4 [2023-01-11T20:53:28.650Z] ---> 1e721397908e [2023-01-11T20:53:28.650Z] Step 24/24 : LABEL version=3.0.0-dev.15 [2023-01-11T20:53:28.650Z] ---> Running in 26d2d8a94996 [2023-01-11T20:53:28.650Z] ---> Running in 2597d03fe416 [2023-01-11T20:53:28.650Z] ---> Running in cab5ff2b286b [2023-01-11T20:53:28.945Z] Removing intermediate container 26d2d8a94996 [2023-01-11T20:53:28.945Z] ---> 530204808ce3 [2023-01-11T20:53:28.945Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-11T20:53:29.206Z] Removing intermediate container cab5ff2b286b [2023-01-11T20:53:29.206Z] ---> 85197e1e03ee [2023-01-11T20:53:29.206Z] [2023-01-11T20:53:29.206Z] Removing intermediate container 2597d03fe416 [2023-01-11T20:53:29.206Z] ---> 6defd74fdfdb [2023-01-11T20:53:29.206Z] [2023-01-11T20:53:29.206Z] ---> Running in af7d05ee1975 [2023-01-11T20:53:29.206Z] Successfully built 85197e1e03ee [2023-01-11T20:53:29.206Z] Successfully built 6defd74fdfdb [2023-01-11T20:53:29.467Z] Successfully tagged core-data:latest [2023-01-11T20:53:29.467Z] Successfully tagged core-metadata:latest [2023-01-11T20:53:29.467Z]  Building core-metadata ... done Building security-bootstrapper [2023-01-11T20:53:29.467Z]  Building core-data ... done Building security-spire-agent [2023-01-11T20:53:29.467Z] Removing intermediate container 00625b08a3f2 [2023-01-11T20:53:29.467Z] ---> 8426e05324c0 [2023-01-11T20:53:29.467Z] Step 7/19 : COPY . . [2023-01-11T20:53:29.862Z] Removing intermediate container af7d05ee1975 [2023-01-11T20:53:29.862Z] ---> 887ff9d8a745 [2023-01-11T20:53:29.862Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-11T20:53:34.081Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-11T20:53:34.081Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-11T20:53:34.081Z] ---> ba9b5dd0cb43 [2023-01-11T20:53:34.081Z] Step 3/24 : WORKDIR /edgex-go [2023-01-11T20:53:34.081Z] ---> Using cache [2023-01-11T20:53:34.081Z] ---> 4c9362576bae [2023-01-11T20:53:34.081Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-11T20:53:34.081Z] ---> Using cache [2023-01-11T20:53:34.081Z] ---> 579f3737abc3 [2023-01-11T20:53:34.081Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-11T20:53:34.081Z] ---> Using cache [2023-01-11T20:53:34.081Z] ---> 6221fb6c0bc7 [2023-01-11T20:53:34.081Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-11T20:53:34.081Z] ---> Using cache [2023-01-11T20:53:34.081Z] ---> 7cfd773a341c [2023-01-11T20:53:34.081Z] Step 7/24 : COPY . . [2023-01-11T20:53:34.081Z] ---> Using cache [2023-01-11T20:53:34.081Z] ---> 776a75b6f388 [2023-01-11T20:53:34.081Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-11T20:53:34.081Z] ---> Using cache [2023-01-11T20:53:34.081Z] ---> b74f80e8fdb4 [2023-01-11T20:53:34.081Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-11T20:53:34.081Z] ---> Using cache [2023-01-11T20:53:34.081Z] ---> 6c6ddf918587 [2023-01-11T20:53:34.081Z] 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-01-11T20:53:34.081Z] ---> Using cache [2023-01-11T20:53:34.081Z] ---> 04b19d027028 [2023-01-11T20:53:34.081Z] Step 11/24 : WORKDIR /edgex-go [2023-01-11T20:53:34.081Z] ---> Using cache [2023-01-11T20:53:34.081Z] ---> fee68eb2475a [2023-01-11T20:53:34.081Z] [2023-01-11T20:53:34.081Z] Step 12/24 : FROM alpine:3.15 [2023-01-11T20:53:34.081Z] ---> c4fc93816858 [2023-01-11T20:53:34.081Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-11T20:53:34.081Z] ---> Using cache [2023-01-11T20:53:34.081Z] ---> 203e512d2809 [2023-01-11T20:53:34.081Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-11T20:53:34.081Z] ---> Using cache [2023-01-11T20:53:34.081Z] ---> 302f6b05a629 [2023-01-11T20:53:34.081Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-01-11T20:53:34.655Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-11T20:53:34.655Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-01-11T20:53:34.655Z] ---> ba9b5dd0cb43 [2023-01-11T20:53:34.655Z] Step 3/32 : WORKDIR /edgex-go [2023-01-11T20:53:34.655Z] ---> Using cache [2023-01-11T20:53:34.655Z] ---> 4c9362576bae [2023-01-11T20:53:34.655Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-01-11T20:53:34.655Z] ---> Using cache [2023-01-11T20:53:34.655Z] ---> a1216c4cc51a [2023-01-11T20:53:34.655Z] Step 5/32 : COPY go.mod vendor* ./ [2023-01-11T20:53:34.655Z] ---> Using cache [2023-01-11T20:53:34.655Z] ---> 150a03f72270 [2023-01-11T20:53:34.655Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-11T20:53:34.655Z] ---> Using cache [2023-01-11T20:53:34.655Z] ---> b7fc52627f0d [2023-01-11T20:53:34.655Z] Step 7/32 : COPY . . [2023-01-11T20:53:34.655Z] ---> Using cache [2023-01-11T20:53:34.655Z] ---> 2685f6c8a1ab [2023-01-11T20:53:34.655Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-01-11T20:53:34.995Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-11T20:53:34.995Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-01-11T20:53:34.995Z] ---> 2782912ec145 [2023-01-11T20:53:34.995Z] Step 3/21 : WORKDIR /edgex-go [2023-01-11T20:53:34.995Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-11T20:53:34.995Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-11T20:53:34.995Z] ---> 2782912ec145 [2023-01-11T20:53:34.995Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-11T20:53:34.995Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-11T20:53:34.995Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-11T20:53:34.995Z] ---> 2782912ec145 [2023-01-11T20:53:34.995Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-11T20:53:34.995Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-11T20:53:34.995Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-11T20:53:34.995Z] ---> 2782912ec145 [2023-01-11T20:53:34.995Z] Step 3/24 : WORKDIR /edgex-go [2023-01-11T20:53:34.995Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-11T20:53:34.995Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-11T20:53:34.995Z] ---> 2782912ec145 [2023-01-11T20:53:34.995Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-01-11T20:53:34.995Z] ---> Running in c81873a7c520 [2023-01-11T20:53:34.995Z] ---> Running in dd7297c16bce [2023-01-11T20:53:34.995Z] ---> Running in defd8ac5fe6d [2023-01-11T20:53:34.995Z] ---> Running in e682ff0d5e1a [2023-01-11T20:53:34.995Z] ---> Running in 886d622099f5 [2023-01-11T20:53:35.272Z] Removing intermediate container c81873a7c520 [2023-01-11T20:53:35.272Z] Removing intermediate container e682ff0d5e1a [2023-01-11T20:53:35.272Z] ---> d7139ced20c2 [2023-01-11T20:53:35.272Z] ---> 0f46a64f2bad [2023-01-11T20:53:35.272Z] Step 4/23 : WORKDIR /edgex-go [2023-01-11T20:53:35.272Z] Step 4/22 : WORKDIR /edgex-go [2023-01-11T20:53:35.541Z] Removing intermediate container dd7297c16bce [2023-01-11T20:53:35.541Z] ---> bcd14097ff20 [2023-01-11T20:53:35.541Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-01-11T20:53:35.541Z] ---> Running in 5b161b09acd4 [2023-01-11T20:53:35.541Z] Removing intermediate container 886d622099f5 [2023-01-11T20:53:35.541Z] ---> 578781a54676 [2023-01-11T20:53:35.541Z] Step 4/22 : WORKDIR /edgex-go [2023-01-11T20:53:35.541Z] Removing intermediate container defd8ac5fe6d [2023-01-11T20:53:35.541Z] ---> 7d97ca687658 [2023-01-11T20:53:35.541Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-01-11T20:53:35.541Z] ---> Running in 7844ee1f61ca [2023-01-11T20:53:35.541Z] ---> Running in dab052feab14 [2023-01-11T20:53:35.808Z] ---> Running in 02f5062a4b21 [2023-01-11T20:53:35.808Z] ---> Running in 78acf58b97f0 [2023-01-11T20:53:36.076Z] Removing intermediate container 5b161b09acd4 [2023-01-11T20:53:36.076Z] ---> 82776fc2e79b [2023-01-11T20:53:36.076Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-11T20:53:36.342Z] ---> Running in ff11b6003cf5 [2023-01-11T20:53:36.342Z] Removing intermediate container 7844ee1f61ca [2023-01-11T20:53:36.342Z] ---> 7746ed748734 [2023-01-11T20:53:36.342Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-01-11T20:53:36.342Z] Removing intermediate container 02f5062a4b21 [2023-01-11T20:53:36.342Z] ---> 14730dcc8d04 [2023-01-11T20:53:36.342Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-11T20:53:36.611Z] ---> Running in 0d4c72b130b2 [2023-01-11T20:53:36.611Z] ---> Running in f746bda2acfd [2023-01-11T20:53:38.048Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-11T20:53:38.048Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-11T20:53:38.048Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-11T20:53:38.315Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-11T20:53:38.315Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-11T20:53:38.587Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-11T20:53:38.856Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-11T20:53:38.856Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-11T20:53:38.856Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-11T20:53:39.127Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-11T20:53:39.395Z] OK: 221 MiB in 51 packages [2023-01-11T20:53:39.395Z] OK: 221 MiB in 51 packages [2023-01-11T20:53:40.197Z] ---> Running in 4f8d174de0c0 [2023-01-11T20:53:40.197Z] ---> Running in 8ba5c60b6221 [2023-01-11T20:53:40.197Z] ---> dd3c4e6d518b [2023-01-11T20:53:40.197Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-11T20:53:40.197Z] ---> da2d4363997a [2023-01-11T20:53:40.197Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-01-11T20:53:40.197Z] Removing intermediate container f27b39e27c99 [2023-01-11T20:53:40.197Z] ---> b5bb86ab76fd [2023-01-11T20:53:40.197Z] Step 8/22 : COPY . . [2023-01-11T20:53:40.364Z] OK: 221 MiB in 51 packages [2023-01-11T20:53:40.364Z] OK: 221 MiB in 51 packages [2023-01-11T20:53:40.457Z] Removing intermediate container 8ba5c60b6221 [2023-01-11T20:53:40.457Z] ---> b2f401a88574 [2023-01-11T20:53:40.457Z] Step 22/24 : LABEL arch=x86_64 [2023-01-11T20:53:40.458Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-01-11T20:53:40.637Z] OK: 221 MiB in 51 packages [2023-01-11T20:53:41.221Z] Removing intermediate container dab052feab14 [2023-01-11T20:53:41.221Z] ---> 489e9f315d10 [2023-01-11T20:53:41.221Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-11T20:53:41.489Z] Removing intermediate container 78acf58b97f0 [2023-01-11T20:53:41.489Z] ---> 5f75d9700ef1 [2023-01-11T20:53:41.490Z] Step 5/21 : COPY go.mod vendor* ./ [2023-01-11T20:53:41.758Z] Removing intermediate container ff11b6003cf5 [2023-01-11T20:53:41.758Z] ---> a9bd85e2ab1d [2023-01-11T20:53:41.758Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-11T20:53:42.025Z] ---> f479251f8f08 [2023-01-11T20:53:42.025Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-11T20:53:42.025Z] Removing intermediate container 0d4c72b130b2 [2023-01-11T20:53:42.025Z] ---> f3e7c544128f [2023-01-11T20:53:42.025Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-11T20:53:42.293Z] Removing intermediate container f746bda2acfd [2023-01-11T20:53:42.293Z] ---> 5deac4a2950e [2023-01-11T20:53:42.293Z] Step 6/23 : COPY go.mod vendor* ./ [2023-01-11T20:53:42.293Z] ---> Running in 8b0b93431d9e [2023-01-11T20:53:42.561Z] ---> 52384f9938e7 [2023-01-11T20:53:42.561Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-11T20:53:42.561Z] ---> Running in 2a9af2b5c990 [2023-01-11T20:53:43.146Z] ---> c0c45f98ce67 [2023-01-11T20:53:43.147Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-11T20:53:43.434Z] ---> Running in 5307027d30d8 [2023-01-11T20:53:43.705Z] ---> b55c0df4f5b3 [2023-01-11T20:53:43.705Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-11T20:53:43.705Z] ---> Running in 528c439b3097 [2023-01-11T20:53:43.974Z] ---> cfbb86742dd9 [2023-01-11T20:53:43.974Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-11T20:53:44.241Z] ---> Running in 9821eee8fe4a [2023-01-11T20:53:44.719Z] ---> Running in 798332be533f [2023-01-11T20:53:44.978Z] ---> Running in 0f07e6720791 [2023-01-11T20:53:45.547Z] ---> 0532d5029401 [2023-01-11T20:53:45.547Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-01-11T20:53:45.547Z] Removing intermediate container 0f07e6720791 [2023-01-11T20:53:45.547Z] ---> d258ffd31b61 [2023-01-11T20:53:45.547Z] Step 23/24 : LABEL git_sha=9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T20:53:45.812Z] ---> Running in 6e43de68354f [2023-01-11T20:53:45.812Z] ---> 8817a67005cf [2023-01-11T20:53:45.812Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-01-11T20:53:45.812Z] ---> Running in 94ff0c262398 [2023-01-11T20:53:45.812Z] ---> d127f401f3c0 [2023-01-11T20:53:45.812Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-01-11T20:53:45.812Z] Removing intermediate container 6e43de68354f [2023-01-11T20:53:45.812Z] ---> b325d3eb6a8d [2023-01-11T20:53:45.812Z] Step 24/24 : LABEL version=3.0.0-dev.15 [2023-01-11T20:53:46.072Z] ---> Running in 63a1b849f23b [2023-01-11T20:53:46.072Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-01-11T20:53:46.330Z] ---> 57062949d7cf [2023-01-11T20:53:46.330Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-01-11T20:53:46.330Z] Removing intermediate container 63a1b849f23b [2023-01-11T20:53:46.330Z] ---> c367673a3df1 [2023-01-11T20:53:46.330Z] [2023-01-11T20:53:46.330Z] Successfully built c367673a3df1 [2023-01-11T20:53:46.330Z] Successfully tagged security-spire-config:latest [2023-01-11T20:53:46.330Z]  Building security-spire-config ... done go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-01-11T20:53:46.592Z] ---> d1ef2a15d09e [2023-01-11T20:53:46.592Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-11T20:53:46.592Z] ---> Running in 48e8649354e8 [2023-01-11T20:53:46.850Z] Removing intermediate container 48e8649354e8 [2023-01-11T20:53:46.850Z] ---> 391e67d61740 [2023-01-11T20:53:46.850Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-11T20:53:47.111Z] ---> Running in f309a9b27f7c [2023-01-11T20:53:47.370Z] Removing intermediate container f309a9b27f7c [2023-01-11T20:53:47.370Z] ---> f6e189789ce4 [2023-01-11T20:53:47.370Z] Step 22/24 : LABEL arch=x86_64 [2023-01-11T20:53:47.639Z] ---> Running in ee8b48b32beb [2023-01-11T20:53:47.639Z] Removing intermediate container ee8b48b32beb [2023-01-11T20:53:47.639Z] ---> 7b57efce7e0e [2023-01-11T20:53:47.639Z] Step 23/24 : LABEL git_sha=9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T20:53:47.921Z] ---> Running in 55b7c334dc41 [2023-01-11T20:53:48.179Z] Removing intermediate container 55b7c334dc41 [2023-01-11T20:53:48.179Z] ---> 1c46ff02d857 [2023-01-11T20:53:48.179Z] Step 24/24 : LABEL version=3.0.0-dev.15 [2023-01-11T20:53:48.179Z] ---> Running in 1e9afdd17b9b [2023-01-11T20:53:48.179Z] Removing intermediate container 1e9afdd17b9b [2023-01-11T20:53:48.179Z] ---> 3f06b15ad572 [2023-01-11T20:53:48.179Z] [2023-01-11T20:53:48.437Z] Successfully built 3f06b15ad572 [2023-01-11T20:53:48.437Z] Successfully tagged security-spire-agent:latest [2023-01-11T20:54:15.006Z]  Building security-spire-agent ... done Removing intermediate container 4f8d174de0c0 [2023-01-11T20:54:15.006Z] ---> 301c79a9524d [2023-01-11T20:54:15.006Z] [2023-01-11T20:54:15.006Z] Step 9/32 : FROM alpine:3.16 [2023-01-11T20:54:15.006Z] ---> bfe296a52501 [2023-01-11T20:54:15.006Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-11T20:54:15.006Z] ---> Running in 1f676b639b3c [2023-01-11T20:54:15.006Z] Removing intermediate container 1f676b639b3c [2023-01-11T20:54:15.006Z] ---> f6e70965dd23 [2023-01-11T20:54:15.006Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-01-11T20:54:15.006Z] ---> Running in 554cca131867 [2023-01-11T20:54:15.006Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-11T20:54:15.006Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-11T20:54:15.264Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-01-11T20:54:15.521Z] (2/2) Installing su-exec (0.2-r1) [2023-01-11T20:54:15.521Z] Executing busybox-1.35.0-r17.trigger [2023-01-11T20:54:15.521Z] OK: 6 MiB in 16 packages [2023-01-11T20:54:18.118Z] Removing intermediate container 798332be533f [2023-01-11T20:54:18.118Z] ---> 57613e676a78 [2023-01-11T20:54:18.118Z] [2023-01-11T20:54:18.118Z] Step 9/19 : FROM alpine:3.15 [2023-01-11T20:54:18.118Z] ---> c4fc93816858 [2023-01-11T20:54:18.118Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-11T20:54:18.118Z] ---> Using cache [2023-01-11T20:54:18.118Z] ---> 203e512d2809 [2023-01-11T20:54:18.118Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-01-11T20:54:18.118Z] Removing intermediate container 554cca131867 [2023-01-11T20:54:18.118Z] ---> 554ce0c20b9a [2023-01-11T20:54:18.118Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-01-11T20:54:18.417Z] ---> Running in 7ed84dc6edd1 [2023-01-11T20:54:18.417Z] ---> Running in 4a823bdbbebb [2023-01-11T20:54:18.417Z] Removing intermediate container 4a823bdbbebb [2023-01-11T20:54:18.417Z] ---> a309f2a8259c [2023-01-11T20:54:18.417Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-01-11T20:54:18.677Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-11T20:54:18.677Z] ---> Running in d1c990bd8aae [2023-01-11T20:54:18.677Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-11T20:54:18.937Z] Removing intermediate container d1c990bd8aae [2023-01-11T20:54:18.937Z] ---> d73b1d86b1c2 [2023-01-11T20:54:18.937Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-01-11T20:54:19.196Z] v3.15.6-242-g9cfdeb1de4 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-11T20:54:19.196Z] v3.15.6-237-g9ae8855cb5 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-11T20:54:19.196Z] OK: 15859 distinct packages available [2023-01-11T20:54:19.196Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-11T20:54:19.196Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-11T20:54:19.456Z] (1/9) Installing ca-certificates (20220614-r0) [2023-01-11T20:54:19.456Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-01-11T20:54:19.456Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-01-11T20:54:19.456Z] (4/9) Installing libcurl (7.80.0-r5) [2023-01-11T20:54:19.456Z] (5/9) Installing curl (7.80.0-r5) [2023-01-11T20:54:19.456Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-01-11T20:54:19.456Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-01-11T20:54:19.456Z] (8/9) Installing libucontext (1.1-r0) [2023-01-11T20:54:19.456Z] (9/9) Installing gcompat (1.0.0-r4) [2023-01-11T20:54:19.456Z] Executing busybox-1.34.1-r7.trigger [2023-01-11T20:54:19.456Z] Executing ca-certificates-20220614-r0.trigger [2023-01-11T20:54:19.716Z] OK: 8 MiB in 23 packages [2023-01-11T20:54:20.286Z] ---> Running in 0124bcf2ea26 [2023-01-11T20:54:20.286Z] Removing intermediate container 0124bcf2ea26 [2023-01-11T20:54:20.286Z] ---> b49d62af5cb9 [2023-01-11T20:54:20.287Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-01-11T20:54:20.550Z] ---> Running in a1cf33962b9f [2023-01-11T20:54:20.550Z] Removing intermediate container 94ff0c262398 [2023-01-11T20:54:20.550Z] ---> 2c3aba1a27c4 [2023-01-11T20:54:20.550Z] [2023-01-11T20:54:20.550Z] Step 10/22 : FROM alpine:3.16 [2023-01-11T20:54:20.550Z] ---> bfe296a52501 [2023-01-11T20:54:20.550Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-01-11T20:54:20.811Z] Removing intermediate container a1cf33962b9f [2023-01-11T20:54:20.811Z] ---> 1472b52ed7f2 [2023-01-11T20:54:20.811Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-01-11T20:54:20.811Z] ---> Running in 57903523437e [2023-01-11T20:54:20.811Z] Removing intermediate container 7ed84dc6edd1 [2023-01-11T20:54:20.811Z] ---> a6201e0bb863 [2023-01-11T20:54:20.811Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-11T20:54:20.811Z] ---> Running in 7ce2a89eb7e4 [2023-01-11T20:54:20.811Z] ---> 039e21e3c450 [2023-01-11T20:54:20.811Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-01-11T20:54:21.071Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-11T20:54:21.071Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-11T20:54:21.365Z] (1/2) Installing ca-certificates (20220614-r0) [2023-01-11T20:54:21.365Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-01-11T20:54:21.365Z] Executing busybox-1.35.0-r17.trigger [2023-01-11T20:54:21.365Z] Executing ca-certificates-20220614-r0.trigger [2023-01-11T20:54:21.365Z] OK: 6 MiB in 16 packages [2023-01-11T20:54:21.626Z] ---> a95b28f09a02 [2023-01-11T20:54:21.626Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-01-11T20:54:21.885Z] Removing intermediate container 7ce2a89eb7e4 [2023-01-11T20:54:21.885Z] ---> dd9161293800 [2023-01-11T20:54:21.885Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-01-11T20:54:21.885Z] ---> aca335d2947e [2023-01-11T20:54:21.885Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-01-11T20:54:21.885Z] ---> Running in e6ff634a4856 [2023-01-11T20:54:21.885Z] ---> Running in 53723e03bcaa [2023-01-11T20:54:21.885Z] Removing intermediate container 53723e03bcaa [2023-01-11T20:54:21.885Z] ---> 339a892a275a [2023-01-11T20:54:21.885Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-11T20:54:21.885Z] Removing intermediate container e6ff634a4856 [2023-01-11T20:54:21.885Z] ---> f9be73571f2a [2023-01-11T20:54:21.885Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-01-11T20:54:22.144Z] ---> Running in 9cce93791fd4 [2023-01-11T20:54:22.144Z] Removing intermediate container 57903523437e [2023-01-11T20:54:22.144Z] ---> 2874b8c2d5b3 [2023-01-11T20:54:22.144Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-11T20:54:22.144Z] Removing intermediate container 9cce93791fd4 [2023-01-11T20:54:22.144Z] ---> 5014aadb9575 [2023-01-11T20:54:22.144Z] Step 17/19 : LABEL arch=x86_64 [2023-01-11T20:54:22.144Z] ---> 6d8129a25a82 [2023-01-11T20:54:22.144Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-01-11T20:54:22.144Z] ---> Running in 0b3bbbf6036c [2023-01-11T20:54:22.144Z] ---> Running in 9117da358d2c [2023-01-11T20:54:22.144Z] ---> Running in 2682c05e9dd8 [2023-01-11T20:54:22.403Z] Removing intermediate container 0b3bbbf6036c [2023-01-11T20:54:22.403Z] ---> 010441b80d56 [2023-01-11T20:54:22.403Z] Step 13/22 : ENV APP_PORT=59860 [2023-01-11T20:54:22.403Z] ---> Running in b8ab4a88cf2d [2023-01-11T20:54:22.403Z] Removing intermediate container 9117da358d2c [2023-01-11T20:54:22.403Z] ---> 3d56eb44f74d [2023-01-11T20:54:22.403Z] Step 18/19 : LABEL git_sha=9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T20:54:22.403Z] ---> Running in d564582e1db5 [2023-01-11T20:54:22.403Z] Removing intermediate container b8ab4a88cf2d [2023-01-11T20:54:22.404Z] ---> 54e5531cbe38 [2023-01-11T20:54:22.404Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-11T20:54:22.404Z] ---> Running in 06781ff2b418 [2023-01-11T20:54:22.404Z] Removing intermediate container d564582e1db5 [2023-01-11T20:54:22.404Z] ---> 332e09c978f1 [2023-01-11T20:54:22.404Z] Step 19/19 : LABEL version=3.0.0-dev.15 [2023-01-11T20:54:22.404Z] ---> Running in fef0106cb8a0 [2023-01-11T20:54:22.662Z] Removing intermediate container 06781ff2b418 [2023-01-11T20:54:22.662Z] ---> b612f81cbfcf [2023-01-11T20:54:22.662Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-11T20:54:22.662Z] Removing intermediate container fef0106cb8a0 [2023-01-11T20:54:22.662Z] ---> 67d7a3a0c1c5 [2023-01-11T20:54:22.662Z] [2023-01-11T20:54:22.662Z] Successfully built 67d7a3a0c1c5 [2023-01-11T20:54:22.662Z] Successfully tagged security-spiffe-token-provider:latest [2023-01-11T20:54:22.662Z]  Building security-spiffe-token-provider ... done  ---> ea176148d180 [2023-01-11T20:54:22.662Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-01-11T20:54:23.110Z] Removing intermediate container 2682c05e9dd8 [2023-01-11T20:54:23.110Z] ---> 1fcc0d9f9528 [2023-01-11T20:54:23.110Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-11T20:54:23.388Z] ---> 8bad0d246f0b [2023-01-11T20:54:23.388Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-01-11T20:54:23.388Z] ---> 98180ba57891 [2023-01-11T20:54:23.388Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-01-11T20:54:23.652Z] ---> e88620cae3ad [2023-01-11T20:54:23.652Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-01-11T20:54:23.914Z] ---> Running in 7d09a2c70dd3 [2023-01-11T20:54:23.914Z] ---> e6612921ec38 [2023-01-11T20:54:23.914Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-01-11T20:54:23.914Z] Removing intermediate container 7d09a2c70dd3 [2023-01-11T20:54:23.914Z] ---> e6ee094e2e31 [2023-01-11T20:54:23.914Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-11T20:54:23.914Z] ---> Running in 305b4896f17f [2023-01-11T20:54:23.914Z] ---> 7654c11b3f6d [2023-01-11T20:54:23.914Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-01-11T20:54:23.914Z] Removing intermediate container 305b4896f17f [2023-01-11T20:54:23.914Z] ---> f542c21d9ec2 [2023-01-11T20:54:23.914Z] Step 20/22 : LABEL arch=x86_64 [2023-01-11T20:54:23.914Z] ---> Running in 03eb6da40db5 [2023-01-11T20:54:24.179Z] ---> 89725c97126c [2023-01-11T20:54:24.179Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-01-11T20:54:24.179Z] Removing intermediate container 03eb6da40db5 [2023-01-11T20:54:24.179Z] ---> 8d5b5b9e9246 [2023-01-11T20:54:24.179Z] Step 21/22 : LABEL git_sha=9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T20:54:24.179Z] ---> Running in 42a746b90021 [2023-01-11T20:54:24.179Z] ---> 1ba2bd23e210 [2023-01-11T20:54:24.179Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-01-11T20:54:24.179Z] Removing intermediate container 42a746b90021 [2023-01-11T20:54:24.179Z] ---> b19f64217652 [2023-01-11T20:54:24.179Z] Step 22/22 : LABEL version=3.0.0-dev.15 [2023-01-11T20:54:24.179Z] ---> Running in 11617029e36d [2023-01-11T20:54:24.440Z] Removing intermediate container 11617029e36d [2023-01-11T20:54:24.440Z] ---> 5ef07306b2f9 [2023-01-11T20:54:24.440Z] [2023-01-11T20:54:24.440Z] ---> fe9f9dc57ea2 [2023-01-11T20:54:24.440Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-01-11T20:54:24.440Z] Successfully built 5ef07306b2f9 [2023-01-11T20:54:24.440Z] Successfully tagged support-notifications:latest [2023-01-11T20:54:24.440Z]  Building support-notifications ... done  ---> f25a013cc220 [2023-01-11T20:54:24.440Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-01-11T20:54:24.440Z] ---> Running in 9584d620bd65 [2023-01-11T20:54:25.012Z] Removing intermediate container 9584d620bd65 [2023-01-11T20:54:25.012Z] ---> d556c76ce85e [2023-01-11T20:54:25.012Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-01-11T20:54:25.012Z] ---> Running in 930aadaf43a4 [2023-01-11T20:54:25.273Z] Removing intermediate container 930aadaf43a4 [2023-01-11T20:54:25.273Z] ---> 2f92d419fcd3 [2023-01-11T20:54:25.273Z] Step 29/32 : CMD ["gate"] [2023-01-11T20:54:25.273Z] ---> Running in 0082f142ea64 [2023-01-11T20:54:25.273Z] Removing intermediate container 0082f142ea64 [2023-01-11T20:54:25.273Z] ---> 9d0cc9c74d90 [2023-01-11T20:54:25.273Z] Step 30/32 : LABEL arch=x86_64 [2023-01-11T20:54:25.273Z] ---> Running in ea4b41bea5bc [2023-01-11T20:54:25.534Z] Removing intermediate container ea4b41bea5bc [2023-01-11T20:54:25.534Z] ---> feb16783d4e5 [2023-01-11T20:54:25.534Z] Step 31/32 : LABEL git_sha=9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T20:54:25.534Z] ---> Running in 745ac6113e87 [2023-01-11T20:54:25.534Z] Removing intermediate container 745ac6113e87 [2023-01-11T20:54:25.534Z] ---> dc37c323e932 [2023-01-11T20:54:25.534Z] Step 32/32 : LABEL version=3.0.0-dev.15 [2023-01-11T20:54:25.534Z] ---> Running in 872cf590c81b [2023-01-11T20:54:25.534Z] Removing intermediate container 872cf590c81b [2023-01-11T20:54:25.534Z] ---> e6a5b947453c [2023-01-11T20:54:25.534Z] [2023-01-11T20:54:25.794Z] Successfully built e6a5b947453c [2023-01-11T20:54:25.794Z] Successfully tagged security-bootstrapper:latest [2023-01-11T20:54:25.801Z]  Building security-bootstrapper ... done  [Pipeline] } [2023-01-11T20:54:25.808Z] $ docker stop --time=1 89adf9e1071101280ff358a73a040d23f32bc77b45cd141769434077107ebd18 [2023-01-11T20:54:27.088Z] $ docker rm -f --volumes 89adf9e1071101280ff358a73a040d23f32bc77b45cd141769434077107ebd18 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-11T20:54:27.419Z] + docker images [2023-01-11T20:54:27.419Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-01-11T20:54:27.419Z] security-bootstrapper latest e6a5b947453c 2 seconds ago 20.3MB [2023-01-11T20:54:27.419Z] support-notifications latest 5ef07306b2f9 3 seconds ago 30.6MB [2023-01-11T20:54:27.419Z] security-spiffe-token-provider latest 67d7a3a0c1c5 5 seconds ago 29.8MB [2023-01-11T20:54:27.419Z] 2c3aba1a27c4 8 seconds ago 1.74GB [2023-01-11T20:54:27.419Z] 57613e676a78 10 seconds ago 1.71GB [2023-01-11T20:54:27.419Z] 301c79a9524d 17 seconds ago 1.66GB [2023-01-11T20:54:27.419Z] security-spire-agent latest 3f06b15ad572 39 seconds ago 125MB [2023-01-11T20:54:27.419Z] security-spire-config latest c367673a3df1 41 seconds ago 85.8MB [2023-01-11T20:54:27.419Z] core-metadata latest 85197e1e03ee 59 seconds ago 18.5MB [2023-01-11T20:54:27.419Z] core-data latest 6defd74fdfdb 59 seconds ago 17.9MB [2023-01-11T20:54:27.419Z] 7edfaa809c7d About a minute ago 1.68GB [2023-01-11T20:54:27.419Z] fee68eb2475a About a minute ago 1.54GB [2023-01-11T20:54:27.419Z] d9ee52ce6bc0 About a minute ago 1.68GB [2023-01-11T20:54:27.419Z] security-secretstore-setup latest a62eb8c3a72f About a minute ago 29.9MB [2023-01-11T20:54:27.419Z] support-scheduler latest df44cde424b1 About a minute ago 30MB [2023-01-11T20:54:27.419Z] security-proxy-setup latest 7f988c9eb589 About a minute ago 27.7MB [2023-01-11T20:54:27.419Z] core-command latest 3274a0dc0d89 About a minute ago 17.7MB [2023-01-11T20:54:27.419Z] 57ef9d4c5fe6 2 minutes ago 1.74GB [2023-01-11T20:54:27.419Z] 05799d5a285e 2 minutes ago 1.67GB [2023-01-11T20:54:27.419Z] c4e502d6725e 2 minutes ago 1.67GB [2023-01-11T20:54:27.419Z] 782dd460b837 2 minutes ago 1.66GB [2023-01-11T20:54:27.419Z] security-spire-server latest 3bc306c1712a 2 minutes ago 86.5MB [2023-01-11T20:54:27.419Z] 68640099b237 2 minutes ago 1.54GB [2023-01-11T20:54:27.419Z] ci-base-image-x86_64 latest ba9b5dd0cb43 6 minutes ago 904MB [2023-01-11T20:54:27.419Z] alpine 3.16 bfe296a52501 2 months ago 5.54MB [2023-01-11T20:54:27.419Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 2 months ago 683MB [2023-01-11T20:54:27.419Z] alpine 3.15 c4fc93816858 5 months ago 5.59MB [2023-01-11T20:54:27.419Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 6 months ago 253MB [2023-01-11T20:54:27.419Z] 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-01-11T20:54:27.531Z] provisioning config files... [2023-01-11T20:54:27.539Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/369@tmp/config2826931777148994397tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-11T20:54:27.835Z] ---> docker-login.sh [2023-01-11T20:54:27.835Z] nexus3.edgexfoundry.org:10001 [2023-01-11T20:54:27.835Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T20:54:27.835Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T20:54:27.835Z] Configure a credential helper to remove this warning. See [2023-01-11T20:54:27.835Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T20:54:27.835Z] [2023-01-11T20:54:27.835Z] Login Succeeded [2023-01-11T20:54:27.835Z] nexus3.edgexfoundry.org:10002 [2023-01-11T20:54:27.835Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T20:54:27.835Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T20:54:27.835Z] Configure a credential helper to remove this warning. See [2023-01-11T20:54:27.835Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T20:54:27.835Z] [2023-01-11T20:54:27.835Z] Login Succeeded [2023-01-11T20:54:27.835Z] nexus3.edgexfoundry.org:10003 [2023-01-11T20:54:28.094Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T20:54:28.094Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T20:54:28.094Z] Configure a credential helper to remove this warning. See [2023-01-11T20:54:28.094Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T20:54:28.094Z] [2023-01-11T20:54:28.094Z] Login Succeeded [2023-01-11T20:54:28.094Z] nexus3.edgexfoundry.org:10004 [2023-01-11T20:54:28.094Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T20:54:28.094Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T20:54:28.094Z] Configure a credential helper to remove this warning. See [2023-01-11T20:54:28.094Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T20:54:28.094Z] [2023-01-11T20:54:28.094Z] Login Succeeded [2023-01-11T20:54:28.094Z] docker.io [2023-01-11T20:54:28.353Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T20:54:28.353Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T20:54:28.353Z] Configure a credential helper to remove this warning. See [2023-01-11T20:54:28.353Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T20:54:28.353Z] [2023-01-11T20:54:28.353Z] Login Succeeded [2023-01-11T20:54:28.612Z] ---> docker-login.sh ends [Pipeline] } [2023-01-11T20:54:28.619Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-11T20:54:28.641Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-11T20:54:28.656Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2023-01-11T20:54:28.656Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T20:54:28.656Z] latest [2023-01-11T20:54:28.656Z] 3.0.0-dev.15 [2023-01-11T20:54:28.656Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T20:54:28.656Z] main [2023-01-11T20:54:28.656Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:54:28.963Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:9123da5ee4a297ce5d9921c004089f9acce55f5e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:54:29.269Z] + docker push nexus3.edgexfoundry.org:10004/core-command:9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T20:54:29.269Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-01-11T20:54:29.269Z] c960c8a3bba8: Preparing [2023-01-11T20:54:29.269Z] cd12819422fc: Preparing [2023-01-11T20:54:29.269Z] 3b395d893a39: Preparing [2023-01-11T20:54:29.269Z] 32d0eceb38ad: Preparing [2023-01-11T20:54:29.269Z] e5e13b0c77cb: Preparing [2023-01-11T20:54:29.269Z] e5e13b0c77cb: Layer already exists [2023-01-11T20:54:29.269Z] 32d0eceb38ad: Pushed [2023-01-11T20:54:29.269Z] c960c8a3bba8: Pushed [2023-01-11T20:54:29.269Z] 3b395d893a39: Pushed [2023-01-11T20:54:30.645Z] cd12819422fc: Pushed [2023-01-11T20:54:30.904Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e: digest: sha256:debe3affcf10d6cd51da98374227e4af9becb2453781349554d30a28a340e991 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:54:31.215Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:54:31.521Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2023-01-11T20:54:31.521Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-01-11T20:54:31.521Z] c960c8a3bba8: Preparing [2023-01-11T20:54:31.521Z] cd12819422fc: Preparing [2023-01-11T20:54:31.521Z] 3b395d893a39: Preparing [2023-01-11T20:54:31.521Z] 32d0eceb38ad: Preparing [2023-01-11T20:54:31.521Z] e5e13b0c77cb: Preparing [2023-01-11T20:54:31.521Z] 32d0eceb38ad: Layer already exists [2023-01-11T20:54:31.521Z] c960c8a3bba8: Layer already exists [2023-01-11T20:54:31.521Z] cd12819422fc: Layer already exists [2023-01-11T20:54:31.521Z] 3b395d893a39: Layer already exists [2023-01-11T20:54:31.521Z] e5e13b0c77cb: Layer already exists [2023-01-11T20:54:31.521Z] latest: digest: sha256:debe3affcf10d6cd51da98374227e4af9becb2453781349554d30a28a340e991 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:54:31.828Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:54:32.133Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.15 [2023-01-11T20:54:32.133Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-01-11T20:54:32.133Z] c960c8a3bba8: Preparing [2023-01-11T20:54:32.133Z] cd12819422fc: Preparing [2023-01-11T20:54:32.133Z] 3b395d893a39: Preparing [2023-01-11T20:54:32.133Z] 32d0eceb38ad: Preparing [2023-01-11T20:54:32.133Z] e5e13b0c77cb: Preparing [2023-01-11T20:54:32.133Z] 3b395d893a39: Layer already exists [2023-01-11T20:54:32.133Z] cd12819422fc: Layer already exists [2023-01-11T20:54:32.133Z] e5e13b0c77cb: Layer already exists [2023-01-11T20:54:32.133Z] 32d0eceb38ad: Layer already exists [2023-01-11T20:54:32.133Z] c960c8a3bba8: Layer already exists [2023-01-11T20:54:32.133Z] 3.0.0-dev.15: digest: sha256:debe3affcf10d6cd51da98374227e4af9becb2453781349554d30a28a340e991 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:54:32.441Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:54:32.745Z] + docker push nexus3.edgexfoundry.org:10004/core-command:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T20:54:32.745Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-01-11T20:54:32.745Z] c960c8a3bba8: Preparing [2023-01-11T20:54:32.745Z] cd12819422fc: Preparing [2023-01-11T20:54:32.745Z] 3b395d893a39: Preparing [2023-01-11T20:54:32.745Z] 32d0eceb38ad: Preparing [2023-01-11T20:54:32.745Z] e5e13b0c77cb: Preparing [2023-01-11T20:54:32.745Z] c960c8a3bba8: Layer already exists [2023-01-11T20:54:32.745Z] e5e13b0c77cb: Layer already exists [2023-01-11T20:54:32.745Z] cd12819422fc: Layer already exists [2023-01-11T20:54:32.745Z] 3b395d893a39: Layer already exists [2023-01-11T20:54:32.745Z] 32d0eceb38ad: Layer already exists [2023-01-11T20:54:32.745Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15: digest: sha256:debe3affcf10d6cd51da98374227e4af9becb2453781349554d30a28a340e991 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:54:33.064Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:54:33.369Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2023-01-11T20:54:33.369Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-01-11T20:54:33.369Z] c960c8a3bba8: Preparing [2023-01-11T20:54:33.369Z] cd12819422fc: Preparing [2023-01-11T20:54:33.369Z] 3b395d893a39: Preparing [2023-01-11T20:54:33.369Z] 32d0eceb38ad: Preparing [2023-01-11T20:54:33.369Z] e5e13b0c77cb: Preparing [2023-01-11T20:54:33.369Z] c960c8a3bba8: Layer already exists [2023-01-11T20:54:33.369Z] e5e13b0c77cb: Layer already exists [2023-01-11T20:54:33.369Z] cd12819422fc: Layer already exists [2023-01-11T20:54:33.369Z] 3b395d893a39: Layer already exists [2023-01-11T20:54:33.369Z] 32d0eceb38ad: Layer already exists [2023-01-11T20:54:33.369Z] main: digest: sha256:debe3affcf10d6cd51da98374227e4af9becb2453781349554d30a28a340e991 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-11T20:54:33.402Z] ===================================================== [Pipeline] echo [2023-01-11T20:54:33.408Z] taggedImages: [2023-01-11T20:54:33.408Z] - nexus3.edgexfoundry.org:10004/core-command:9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T20:54:33.408Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2023-01-11T20:54:33.408Z] - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.15 [2023-01-11T20:54:33.408Z] - nexus3.edgexfoundry.org:10004/core-command:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T20:54:33.408Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2023-01-11T20:54:33.422Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2023-01-11T20:54:33.422Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T20:54:33.422Z] latest [2023-01-11T20:54:33.422Z] 3.0.0-dev.15 [2023-01-11T20:54:33.422Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T20:54:33.422Z] main [2023-01-11T20:54:33.422Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:54:33.726Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:9123da5ee4a297ce5d9921c004089f9acce55f5e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:54:34.032Z] + docker push nexus3.edgexfoundry.org:10004/core-data:9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T20:54:34.032Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-01-11T20:54:34.032Z] 432328dde89d: Preparing [2023-01-11T20:54:34.032Z] 8634917ad2c1: Preparing [2023-01-11T20:54:34.032Z] 3b395d893a39: Preparing [2023-01-11T20:54:34.032Z] 34511afc98a0: Preparing [2023-01-11T20:54:34.032Z] e5e13b0c77cb: Preparing [2023-01-11T20:54:34.032Z] e5e13b0c77cb: Layer already exists [2023-01-11T20:54:34.032Z] 3b395d893a39: Layer already exists [2023-01-11T20:54:34.032Z] 34511afc98a0: Pushed [2023-01-11T20:54:34.032Z] 432328dde89d: Pushed [2023-01-11T20:54:35.409Z] 8634917ad2c1: Pushed [2023-01-11T20:54:35.667Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e: digest: sha256:efaa3a4ed29f96c4171a49d655d1266a6fc4aa9d867d68098ae6e208b32f0085 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:54:35.976Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:54:36.278Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2023-01-11T20:54:36.278Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-01-11T20:54:36.278Z] 432328dde89d: Preparing [2023-01-11T20:54:36.278Z] 8634917ad2c1: Preparing [2023-01-11T20:54:36.278Z] 3b395d893a39: Preparing [2023-01-11T20:54:36.278Z] 34511afc98a0: Preparing [2023-01-11T20:54:36.278Z] e5e13b0c77cb: Preparing [2023-01-11T20:54:36.278Z] 3b395d893a39: Layer already exists [2023-01-11T20:54:36.278Z] 432328dde89d: Layer already exists [2023-01-11T20:54:36.278Z] e5e13b0c77cb: Layer already exists [2023-01-11T20:54:36.278Z] 34511afc98a0: Layer already exists [2023-01-11T20:54:36.278Z] 8634917ad2c1: Layer already exists [2023-01-11T20:54:36.278Z] latest: digest: sha256:efaa3a4ed29f96c4171a49d655d1266a6fc4aa9d867d68098ae6e208b32f0085 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:54:36.587Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:54:36.970Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.15 [2023-01-11T20:54:36.970Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-01-11T20:54:36.970Z] 432328dde89d: Preparing [2023-01-11T20:54:36.970Z] 8634917ad2c1: Preparing [2023-01-11T20:54:36.970Z] 3b395d893a39: Preparing [2023-01-11T20:54:36.970Z] 34511afc98a0: Preparing [2023-01-11T20:54:36.970Z] e5e13b0c77cb: Preparing [2023-01-11T20:54:36.970Z] 34511afc98a0: Layer already exists [2023-01-11T20:54:36.970Z] 8634917ad2c1: Layer already exists [2023-01-11T20:54:36.970Z] 3b395d893a39: Layer already exists [2023-01-11T20:54:36.970Z] e5e13b0c77cb: Layer already exists [2023-01-11T20:54:36.970Z] 432328dde89d: Layer already exists [2023-01-11T20:54:36.970Z] 3.0.0-dev.15: digest: sha256:efaa3a4ed29f96c4171a49d655d1266a6fc4aa9d867d68098ae6e208b32f0085 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:54:37.314Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:54:37.659Z] + docker push nexus3.edgexfoundry.org:10004/core-data:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T20:54:37.659Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-01-11T20:54:37.659Z] 432328dde89d: Preparing [2023-01-11T20:54:37.659Z] 8634917ad2c1: Preparing [2023-01-11T20:54:37.659Z] 3b395d893a39: Preparing [2023-01-11T20:54:37.659Z] 34511afc98a0: Preparing [2023-01-11T20:54:37.659Z] e5e13b0c77cb: Preparing [2023-01-11T20:54:37.659Z] 432328dde89d: Layer already exists [2023-01-11T20:54:37.659Z] 3b395d893a39: Layer already exists [2023-01-11T20:54:37.659Z] 8634917ad2c1: Layer already exists [2023-01-11T20:54:37.659Z] e5e13b0c77cb: Layer already exists [2023-01-11T20:54:37.659Z] 34511afc98a0: Layer already exists [2023-01-11T20:54:37.659Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15: digest: sha256:efaa3a4ed29f96c4171a49d655d1266a6fc4aa9d867d68098ae6e208b32f0085 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:54:37.996Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:54:38.334Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2023-01-11T20:54:38.334Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-01-11T20:54:38.334Z] 432328dde89d: Preparing [2023-01-11T20:54:38.334Z] 8634917ad2c1: Preparing [2023-01-11T20:54:38.334Z] 3b395d893a39: Preparing [2023-01-11T20:54:38.334Z] 34511afc98a0: Preparing [2023-01-11T20:54:38.334Z] e5e13b0c77cb: Preparing [2023-01-11T20:54:38.334Z] 3b395d893a39: Layer already exists [2023-01-11T20:54:38.334Z] 432328dde89d: Layer already exists [2023-01-11T20:54:38.334Z] 8634917ad2c1: Layer already exists [2023-01-11T20:54:38.334Z] 34511afc98a0: Layer already exists [2023-01-11T20:54:38.334Z] e5e13b0c77cb: Layer already exists [2023-01-11T20:54:38.334Z] main: digest: sha256:efaa3a4ed29f96c4171a49d655d1266a6fc4aa9d867d68098ae6e208b32f0085 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-11T20:54:38.373Z] ===================================================== [Pipeline] echo [2023-01-11T20:54:38.379Z] taggedImages: [2023-01-11T20:54:38.379Z] - nexus3.edgexfoundry.org:10004/core-data:9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T20:54:38.379Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2023-01-11T20:54:38.379Z] - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.15 [2023-01-11T20:54:38.379Z] - nexus3.edgexfoundry.org:10004/core-data:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T20:54:38.379Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2023-01-11T20:54:38.393Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2023-01-11T20:54:38.393Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T20:54:38.393Z] latest [2023-01-11T20:54:38.393Z] 3.0.0-dev.15 [2023-01-11T20:54:38.393Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T20:54:38.393Z] main [2023-01-11T20:54:38.393Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:54:38.706Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:9123da5ee4a297ce5d9921c004089f9acce55f5e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:54:39.019Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T20:54:39.019Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-01-11T20:54:39.019Z] d6a8d0651dae: Preparing [2023-01-11T20:54:39.019Z] c46e1ebd37c5: Preparing [2023-01-11T20:54:39.019Z] 8dc48a87c764: Preparing [2023-01-11T20:54:39.019Z] 3b395d893a39: Preparing [2023-01-11T20:54:39.019Z] 4308191f2b30: Preparing [2023-01-11T20:54:39.019Z] e5e13b0c77cb: Preparing [2023-01-11T20:54:39.019Z] e5e13b0c77cb: Waiting [2023-01-11T20:54:39.019Z] 3b395d893a39: Layer already exists [2023-01-11T20:54:39.019Z] e5e13b0c77cb: Layer already exists [2023-01-11T20:54:39.019Z] d6a8d0651dae: Pushed [2023-01-11T20:54:39.019Z] 4308191f2b30: Pushed [2023-01-11T20:54:39.019Z] c46e1ebd37c5: Pushed [2023-01-11T20:54:40.923Z] 8dc48a87c764: Pushed [2023-01-11T20:54:40.923Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e: digest: sha256:d05bdb6f466375eec377d0e631ed9fb96637e7255883621a3b710235cb35189a size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:54:41.229Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:54:41.529Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-01-11T20:54:41.530Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-01-11T20:54:41.530Z] d6a8d0651dae: Preparing [2023-01-11T20:54:41.530Z] c46e1ebd37c5: Preparing [2023-01-11T20:54:41.530Z] 8dc48a87c764: Preparing [2023-01-11T20:54:41.530Z] 3b395d893a39: Preparing [2023-01-11T20:54:41.530Z] 4308191f2b30: Preparing [2023-01-11T20:54:41.530Z] e5e13b0c77cb: Preparing [2023-01-11T20:54:41.530Z] e5e13b0c77cb: Waiting [2023-01-11T20:54:41.530Z] 8dc48a87c764: Layer already exists [2023-01-11T20:54:41.530Z] d6a8d0651dae: Layer already exists [2023-01-11T20:54:41.530Z] c46e1ebd37c5: Layer already exists [2023-01-11T20:54:41.530Z] 4308191f2b30: Layer already exists [2023-01-11T20:54:41.530Z] 3b395d893a39: Layer already exists [2023-01-11T20:54:41.530Z] e5e13b0c77cb: Layer already exists [2023-01-11T20:54:41.530Z] latest: digest: sha256:d05bdb6f466375eec377d0e631ed9fb96637e7255883621a3b710235cb35189a size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:54:41.833Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:54:42.136Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.15 [2023-01-11T20:54:42.136Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-01-11T20:54:42.136Z] d6a8d0651dae: Preparing [2023-01-11T20:54:42.136Z] c46e1ebd37c5: Preparing [2023-01-11T20:54:42.136Z] 8dc48a87c764: Preparing [2023-01-11T20:54:42.136Z] 3b395d893a39: Preparing [2023-01-11T20:54:42.136Z] 4308191f2b30: Preparing [2023-01-11T20:54:42.136Z] e5e13b0c77cb: Preparing [2023-01-11T20:54:42.136Z] e5e13b0c77cb: Waiting [2023-01-11T20:54:42.136Z] 4308191f2b30: Layer already exists [2023-01-11T20:54:42.136Z] 3b395d893a39: Layer already exists [2023-01-11T20:54:42.136Z] c46e1ebd37c5: Layer already exists [2023-01-11T20:54:42.136Z] d6a8d0651dae: Layer already exists [2023-01-11T20:54:42.136Z] 8dc48a87c764: Layer already exists [2023-01-11T20:54:42.136Z] e5e13b0c77cb: Layer already exists [2023-01-11T20:54:42.136Z] 3.0.0-dev.15: digest: sha256:d05bdb6f466375eec377d0e631ed9fb96637e7255883621a3b710235cb35189a size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:54:42.439Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:54:42.741Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T20:54:42.741Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-01-11T20:54:42.741Z] d6a8d0651dae: Preparing [2023-01-11T20:54:42.741Z] c46e1ebd37c5: Preparing [2023-01-11T20:54:42.741Z] 8dc48a87c764: Preparing [2023-01-11T20:54:42.741Z] 3b395d893a39: Preparing [2023-01-11T20:54:42.741Z] 4308191f2b30: Preparing [2023-01-11T20:54:42.741Z] e5e13b0c77cb: Preparing [2023-01-11T20:54:42.741Z] 8dc48a87c764: Layer already exists [2023-01-11T20:54:42.741Z] d6a8d0651dae: Layer already exists [2023-01-11T20:54:42.741Z] 4308191f2b30: Layer already exists [2023-01-11T20:54:42.741Z] 3b395d893a39: Layer already exists [2023-01-11T20:54:42.741Z] c46e1ebd37c5: Layer already exists [2023-01-11T20:54:42.741Z] e5e13b0c77cb: Layer already exists [2023-01-11T20:54:42.741Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15: digest: sha256:d05bdb6f466375eec377d0e631ed9fb96637e7255883621a3b710235cb35189a size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:54:43.045Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:54:43.349Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2023-01-11T20:54:43.349Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-01-11T20:54:43.349Z] d6a8d0651dae: Preparing [2023-01-11T20:54:43.349Z] c46e1ebd37c5: Preparing [2023-01-11T20:54:43.349Z] 8dc48a87c764: Preparing [2023-01-11T20:54:43.349Z] 3b395d893a39: Preparing [2023-01-11T20:54:43.349Z] 4308191f2b30: Preparing [2023-01-11T20:54:43.349Z] e5e13b0c77cb: Preparing [2023-01-11T20:54:43.349Z] e5e13b0c77cb: Waiting [2023-01-11T20:54:43.349Z] c46e1ebd37c5: Layer already exists [2023-01-11T20:54:43.349Z] 4308191f2b30: Layer already exists [2023-01-11T20:54:43.349Z] 3b395d893a39: Layer already exists [2023-01-11T20:54:43.349Z] d6a8d0651dae: Layer already exists [2023-01-11T20:54:43.349Z] 8dc48a87c764: Layer already exists [2023-01-11T20:54:43.349Z] e5e13b0c77cb: Layer already exists [2023-01-11T20:54:43.349Z] main: digest: sha256:d05bdb6f466375eec377d0e631ed9fb96637e7255883621a3b710235cb35189a size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-11T20:54:43.390Z] ===================================================== [Pipeline] echo [2023-01-11T20:54:43.398Z] taggedImages: [2023-01-11T20:54:43.398Z] - nexus3.edgexfoundry.org:10004/core-metadata:9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T20:54:43.398Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-01-11T20:54:43.398Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.15 [2023-01-11T20:54:43.398Z] - nexus3.edgexfoundry.org:10004/core-metadata:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T20:54:43.398Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2023-01-11T20:54:43.413Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2023-01-11T20:54:43.413Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T20:54:43.413Z] latest [2023-01-11T20:54:43.413Z] 3.0.0-dev.15 [2023-01-11T20:54:43.413Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T20:54:43.413Z] main [2023-01-11T20:54:43.413Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:54:43.715Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:9123da5ee4a297ce5d9921c004089f9acce55f5e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:54:44.018Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T20:54:44.018Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-01-11T20:54:44.018Z] c81fd916de2a: Preparing [2023-01-11T20:54:44.018Z] c81fd916de2a: Preparing [2023-01-11T20:54:44.018Z] a7f9c6fd5bda: Preparing [2023-01-11T20:54:44.018Z] 615dd275ef2b: Preparing [2023-01-11T20:54:44.018Z] 2a84bc5affa3: Preparing [2023-01-11T20:54:44.018Z] 8da3e1aa857c: Preparing [2023-01-11T20:54:44.018Z] 160b8221eafb: Preparing [2023-01-11T20:54:44.018Z] 3b395d893a39: Preparing [2023-01-11T20:54:44.018Z] 570cc828a20f: Preparing [2023-01-11T20:54:44.018Z] 82f988044361: Preparing [2023-01-11T20:54:44.018Z] 38af66c72dfc: Preparing [2023-01-11T20:54:44.018Z] 0c805c251634: Preparing [2023-01-11T20:54:44.018Z] e5e13b0c77cb: Preparing [2023-01-11T20:54:44.018Z] 160b8221eafb: Waiting [2023-01-11T20:54:44.018Z] 3b395d893a39: Waiting [2023-01-11T20:54:44.018Z] 570cc828a20f: Waiting [2023-01-11T20:54:44.018Z] 82f988044361: Waiting [2023-01-11T20:54:44.018Z] e5e13b0c77cb: Waiting [2023-01-11T20:54:44.018Z] 38af66c72dfc: Waiting [2023-01-11T20:54:44.018Z] 0c805c251634: Waiting [2023-01-11T20:54:44.018Z] c81fd916de2a: Pushed [2023-01-11T20:54:44.018Z] 8da3e1aa857c: Pushed [2023-01-11T20:54:44.018Z] 2a84bc5affa3: Pushed [2023-01-11T20:54:44.018Z] a7f9c6fd5bda: Pushed [2023-01-11T20:54:44.018Z] 615dd275ef2b: Pushed [2023-01-11T20:54:44.018Z] 3b395d893a39: Layer already exists [2023-01-11T20:54:44.277Z] 0c805c251634: Pushed [2023-01-11T20:54:44.277Z] 570cc828a20f: Pushed [2023-01-11T20:54:44.277Z] 38af66c72dfc: Pushed [2023-01-11T20:54:44.277Z] e5e13b0c77cb: Layer already exists [2023-01-11T20:54:44.277Z] 82f988044361: Pushed [2023-01-11T20:54:46.182Z] 160b8221eafb: Pushed [2023-01-11T20:54:46.182Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e: digest: sha256:3b1d14c042dd92609a7c578a782f1c2f1308263631520809fb613c9834897b65 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:54:46.487Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:54:46.792Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-01-11T20:54:46.792Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-01-11T20:54:46.792Z] c81fd916de2a: Preparing [2023-01-11T20:54:46.792Z] c81fd916de2a: Preparing [2023-01-11T20:54:46.792Z] a7f9c6fd5bda: Preparing [2023-01-11T20:54:46.792Z] 615dd275ef2b: Preparing [2023-01-11T20:54:46.792Z] 2a84bc5affa3: Preparing [2023-01-11T20:54:46.792Z] 8da3e1aa857c: Preparing [2023-01-11T20:54:46.792Z] 160b8221eafb: Preparing [2023-01-11T20:54:46.792Z] 3b395d893a39: Preparing [2023-01-11T20:54:46.792Z] 570cc828a20f: Preparing [2023-01-11T20:54:46.792Z] 82f988044361: Preparing [2023-01-11T20:54:46.792Z] 38af66c72dfc: Preparing [2023-01-11T20:54:46.792Z] 0c805c251634: Preparing [2023-01-11T20:54:46.792Z] e5e13b0c77cb: Preparing [2023-01-11T20:54:46.792Z] 160b8221eafb: Waiting [2023-01-11T20:54:46.792Z] 3b395d893a39: Waiting [2023-01-11T20:54:46.792Z] 570cc828a20f: Waiting [2023-01-11T20:54:46.792Z] 82f988044361: Waiting [2023-01-11T20:54:46.792Z] 38af66c72dfc: Waiting [2023-01-11T20:54:46.792Z] 0c805c251634: Waiting [2023-01-11T20:54:46.792Z] e5e13b0c77cb: Waiting [2023-01-11T20:54:46.792Z] a7f9c6fd5bda: Layer already exists [2023-01-11T20:54:46.792Z] 615dd275ef2b: Layer already exists [2023-01-11T20:54:46.792Z] c81fd916de2a: Layer already exists [2023-01-11T20:54:46.792Z] 8da3e1aa857c: Layer already exists [2023-01-11T20:54:46.792Z] 2a84bc5affa3: Layer already exists [2023-01-11T20:54:46.792Z] 160b8221eafb: Layer already exists [2023-01-11T20:54:46.792Z] 3b395d893a39: Layer already exists [2023-01-11T20:54:46.792Z] 38af66c72dfc: Layer already exists [2023-01-11T20:54:46.792Z] 82f988044361: Layer already exists [2023-01-11T20:54:46.792Z] 570cc828a20f: Layer already exists [2023-01-11T20:54:46.792Z] 0c805c251634: Layer already exists [2023-01-11T20:54:46.792Z] e5e13b0c77cb: Layer already exists [2023-01-11T20:54:46.792Z] latest: digest: sha256:3b1d14c042dd92609a7c578a782f1c2f1308263631520809fb613c9834897b65 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:54:47.101Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:54:47.404Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.15 [2023-01-11T20:54:47.404Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-01-11T20:54:47.404Z] c81fd916de2a: Preparing [2023-01-11T20:54:47.404Z] c81fd916de2a: Preparing [2023-01-11T20:54:47.404Z] a7f9c6fd5bda: Preparing [2023-01-11T20:54:47.404Z] 615dd275ef2b: Preparing [2023-01-11T20:54:47.404Z] 2a84bc5affa3: Preparing [2023-01-11T20:54:47.404Z] 8da3e1aa857c: Preparing [2023-01-11T20:54:47.404Z] 160b8221eafb: Preparing [2023-01-11T20:54:47.404Z] 3b395d893a39: Preparing [2023-01-11T20:54:47.404Z] 570cc828a20f: Preparing [2023-01-11T20:54:47.404Z] 82f988044361: Preparing [2023-01-11T20:54:47.404Z] 38af66c72dfc: Preparing [2023-01-11T20:54:47.404Z] 0c805c251634: Preparing [2023-01-11T20:54:47.404Z] e5e13b0c77cb: Preparing [2023-01-11T20:54:47.404Z] 3b395d893a39: Waiting [2023-01-11T20:54:47.404Z] 38af66c72dfc: Waiting [2023-01-11T20:54:47.404Z] 570cc828a20f: Waiting [2023-01-11T20:54:47.404Z] 82f988044361: Waiting [2023-01-11T20:54:47.404Z] 0c805c251634: Waiting [2023-01-11T20:54:47.404Z] e5e13b0c77cb: Waiting [2023-01-11T20:54:47.404Z] c81fd916de2a: Layer already exists [2023-01-11T20:54:47.404Z] 8da3e1aa857c: Layer already exists [2023-01-11T20:54:47.404Z] 2a84bc5affa3: Layer already exists [2023-01-11T20:54:47.404Z] a7f9c6fd5bda: Layer already exists [2023-01-11T20:54:47.404Z] 615dd275ef2b: Layer already exists [2023-01-11T20:54:47.404Z] 3b395d893a39: Layer already exists [2023-01-11T20:54:47.404Z] 160b8221eafb: Layer already exists [2023-01-11T20:54:47.404Z] 570cc828a20f: Layer already exists [2023-01-11T20:54:47.404Z] 38af66c72dfc: Layer already exists [2023-01-11T20:54:47.404Z] 82f988044361: Layer already exists [2023-01-11T20:54:47.404Z] 0c805c251634: Layer already exists [2023-01-11T20:54:47.404Z] e5e13b0c77cb: Layer already exists [2023-01-11T20:54:47.404Z] 3.0.0-dev.15: digest: sha256:3b1d14c042dd92609a7c578a782f1c2f1308263631520809fb613c9834897b65 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:54:47.709Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:54:48.013Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T20:54:48.013Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-01-11T20:54:48.013Z] c81fd916de2a: Preparing [2023-01-11T20:54:48.013Z] c81fd916de2a: Preparing [2023-01-11T20:54:48.013Z] a7f9c6fd5bda: Preparing [2023-01-11T20:54:48.013Z] 615dd275ef2b: Preparing [2023-01-11T20:54:48.013Z] 2a84bc5affa3: Preparing [2023-01-11T20:54:48.013Z] 8da3e1aa857c: Preparing [2023-01-11T20:54:48.013Z] 160b8221eafb: Preparing [2023-01-11T20:54:48.013Z] 3b395d893a39: Preparing [2023-01-11T20:54:48.013Z] 570cc828a20f: Preparing [2023-01-11T20:54:48.013Z] 82f988044361: Preparing [2023-01-11T20:54:48.013Z] 38af66c72dfc: Preparing [2023-01-11T20:54:48.013Z] 0c805c251634: Preparing [2023-01-11T20:54:48.013Z] e5e13b0c77cb: Preparing [2023-01-11T20:54:48.013Z] 570cc828a20f: Waiting [2023-01-11T20:54:48.013Z] 3b395d893a39: Waiting [2023-01-11T20:54:48.013Z] e5e13b0c77cb: Waiting [2023-01-11T20:54:48.013Z] 82f988044361: Waiting [2023-01-11T20:54:48.013Z] 38af66c72dfc: Waiting [2023-01-11T20:54:48.013Z] 0c805c251634: Waiting [2023-01-11T20:54:48.013Z] 160b8221eafb: Waiting [2023-01-11T20:54:48.013Z] 2a84bc5affa3: Layer already exists [2023-01-11T20:54:48.013Z] 615dd275ef2b: Layer already exists [2023-01-11T20:54:48.013Z] c81fd916de2a: Layer already exists [2023-01-11T20:54:48.013Z] 8da3e1aa857c: Layer already exists [2023-01-11T20:54:48.013Z] a7f9c6fd5bda: Layer already exists [2023-01-11T20:54:48.013Z] 160b8221eafb: Layer already exists [2023-01-11T20:54:48.013Z] 3b395d893a39: Layer already exists [2023-01-11T20:54:48.013Z] 38af66c72dfc: Layer already exists [2023-01-11T20:54:48.013Z] 570cc828a20f: Layer already exists [2023-01-11T20:54:48.013Z] 82f988044361: Layer already exists [2023-01-11T20:54:48.013Z] 0c805c251634: Layer already exists [2023-01-11T20:54:48.013Z] e5e13b0c77cb: Layer already exists [2023-01-11T20:54:48.013Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15: digest: sha256:3b1d14c042dd92609a7c578a782f1c2f1308263631520809fb613c9834897b65 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:54:48.327Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:54:48.633Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2023-01-11T20:54:48.633Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-01-11T20:54:48.633Z] c81fd916de2a: Preparing [2023-01-11T20:54:48.633Z] c81fd916de2a: Preparing [2023-01-11T20:54:48.633Z] a7f9c6fd5bda: Preparing [2023-01-11T20:54:48.633Z] 615dd275ef2b: Preparing [2023-01-11T20:54:48.633Z] 2a84bc5affa3: Preparing [2023-01-11T20:54:48.633Z] 8da3e1aa857c: Preparing [2023-01-11T20:54:48.633Z] 160b8221eafb: Preparing [2023-01-11T20:54:48.633Z] 3b395d893a39: Preparing [2023-01-11T20:54:48.633Z] 570cc828a20f: Preparing [2023-01-11T20:54:48.633Z] 82f988044361: Preparing [2023-01-11T20:54:48.633Z] 38af66c72dfc: Preparing [2023-01-11T20:54:48.633Z] 0c805c251634: Preparing [2023-01-11T20:54:48.633Z] e5e13b0c77cb: Preparing [2023-01-11T20:54:48.633Z] 3b395d893a39: Waiting [2023-01-11T20:54:48.633Z] 570cc828a20f: Waiting [2023-01-11T20:54:48.633Z] 82f988044361: Waiting [2023-01-11T20:54:48.633Z] 38af66c72dfc: Waiting [2023-01-11T20:54:48.633Z] 0c805c251634: Waiting [2023-01-11T20:54:48.633Z] e5e13b0c77cb: Waiting [2023-01-11T20:54:48.633Z] 160b8221eafb: Waiting [2023-01-11T20:54:48.633Z] 615dd275ef2b: Layer already exists [2023-01-11T20:54:48.633Z] c81fd916de2a: Layer already exists [2023-01-11T20:54:48.633Z] a7f9c6fd5bda: Layer already exists [2023-01-11T20:54:48.633Z] 2a84bc5affa3: Layer already exists [2023-01-11T20:54:48.633Z] 8da3e1aa857c: Layer already exists [2023-01-11T20:54:48.633Z] 160b8221eafb: Layer already exists [2023-01-11T20:54:48.633Z] 3b395d893a39: Layer already exists [2023-01-11T20:54:48.633Z] 570cc828a20f: Layer already exists [2023-01-11T20:54:48.633Z] 82f988044361: Layer already exists [2023-01-11T20:54:48.633Z] 38af66c72dfc: Layer already exists [2023-01-11T20:54:48.633Z] 0c805c251634: Layer already exists [2023-01-11T20:54:48.633Z] e5e13b0c77cb: Layer already exists [2023-01-11T20:54:48.633Z] main: digest: sha256:3b1d14c042dd92609a7c578a782f1c2f1308263631520809fb613c9834897b65 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-11T20:54:48.667Z] ===================================================== [Pipeline] echo [2023-01-11T20:54:48.679Z] taggedImages: [2023-01-11T20:54:48.679Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T20:54:48.679Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-01-11T20:54:48.679Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.15 [2023-01-11T20:54:48.679Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T20:54:48.679Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2023-01-11T20:54:48.704Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2023-01-11T20:54:48.704Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T20:54:48.704Z] latest [2023-01-11T20:54:48.704Z] 3.0.0-dev.15 [2023-01-11T20:54:48.704Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T20:54:48.704Z] main [2023-01-11T20:54:48.704Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:54:49.033Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:9123da5ee4a297ce5d9921c004089f9acce55f5e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:54:49.347Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T20:54:49.347Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-01-11T20:54:49.347Z] e2d9b0718c1e: Preparing [2023-01-11T20:54:49.347Z] ab076cb11d09: Preparing [2023-01-11T20:54:49.347Z] e700d4748391: Preparing [2023-01-11T20:54:49.347Z] 5b3cd9333d3e: Preparing [2023-01-11T20:54:49.347Z] 9c6e9e5f98a2: Preparing [2023-01-11T20:54:49.347Z] 988c3544b5d0: Preparing [2023-01-11T20:54:49.347Z] 7d92096d9e20: Preparing [2023-01-11T20:54:49.347Z] e5e13b0c77cb: Preparing [2023-01-11T20:54:49.347Z] e5e13b0c77cb: Waiting [2023-01-11T20:54:49.347Z] 988c3544b5d0: Waiting [2023-01-11T20:54:49.347Z] ab076cb11d09: Pushed [2023-01-11T20:54:49.347Z] e2d9b0718c1e: Pushed [2023-01-11T20:54:49.347Z] 9c6e9e5f98a2: Pushed [2023-01-11T20:54:49.347Z] e5e13b0c77cb: Layer already exists [2023-01-11T20:54:49.347Z] 988c3544b5d0: Pushed [2023-01-11T20:54:49.913Z] 7d92096d9e20: Pushed [2023-01-11T20:54:50.483Z] e700d4748391: Pushed [2023-01-11T20:54:50.483Z] 5b3cd9333d3e: Pushed [2023-01-11T20:54:50.743Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e: digest: sha256:c195fbf1998e17f3e09d2ae6f2278f64dd7805c4adf4bd46049d2c0691add9a4 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:54:51.050Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:54:51.349Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-01-11T20:54:51.350Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-01-11T20:54:51.350Z] e2d9b0718c1e: Preparing [2023-01-11T20:54:51.350Z] ab076cb11d09: Preparing [2023-01-11T20:54:51.350Z] e700d4748391: Preparing [2023-01-11T20:54:51.350Z] 5b3cd9333d3e: Preparing [2023-01-11T20:54:51.350Z] 9c6e9e5f98a2: Preparing [2023-01-11T20:54:51.350Z] 988c3544b5d0: Preparing [2023-01-11T20:54:51.350Z] 7d92096d9e20: Preparing [2023-01-11T20:54:51.350Z] e5e13b0c77cb: Preparing [2023-01-11T20:54:51.350Z] 988c3544b5d0: Waiting [2023-01-11T20:54:51.350Z] 7d92096d9e20: Waiting [2023-01-11T20:54:51.350Z] e5e13b0c77cb: Waiting [2023-01-11T20:54:51.350Z] ab076cb11d09: Layer already exists [2023-01-11T20:54:51.350Z] e700d4748391: Layer already exists [2023-01-11T20:54:51.350Z] 9c6e9e5f98a2: Layer already exists [2023-01-11T20:54:51.350Z] 5b3cd9333d3e: Layer already exists [2023-01-11T20:54:51.350Z] e2d9b0718c1e: Layer already exists [2023-01-11T20:54:51.350Z] 988c3544b5d0: Layer already exists [2023-01-11T20:54:51.350Z] 7d92096d9e20: Layer already exists [2023-01-11T20:54:51.350Z] e5e13b0c77cb: Layer already exists [2023-01-11T20:54:51.350Z] latest: digest: sha256:c195fbf1998e17f3e09d2ae6f2278f64dd7805c4adf4bd46049d2c0691add9a4 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:54:51.664Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:54:51.985Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.15 [2023-01-11T20:54:51.985Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-01-11T20:54:51.985Z] e2d9b0718c1e: Preparing [2023-01-11T20:54:51.985Z] ab076cb11d09: Preparing [2023-01-11T20:54:51.985Z] e700d4748391: Preparing [2023-01-11T20:54:51.985Z] 5b3cd9333d3e: Preparing [2023-01-11T20:54:51.985Z] 9c6e9e5f98a2: Preparing [2023-01-11T20:54:51.985Z] 988c3544b5d0: Preparing [2023-01-11T20:54:51.985Z] 7d92096d9e20: Preparing [2023-01-11T20:54:51.985Z] e5e13b0c77cb: Preparing [2023-01-11T20:54:51.985Z] 988c3544b5d0: Waiting [2023-01-11T20:54:51.985Z] 7d92096d9e20: Waiting [2023-01-11T20:54:51.985Z] e5e13b0c77cb: Waiting [2023-01-11T20:54:51.985Z] 5b3cd9333d3e: Layer already exists [2023-01-11T20:54:51.985Z] 9c6e9e5f98a2: Layer already exists [2023-01-11T20:54:51.985Z] ab076cb11d09: Layer already exists [2023-01-11T20:54:51.985Z] e700d4748391: Layer already exists [2023-01-11T20:54:51.985Z] e2d9b0718c1e: Layer already exists [2023-01-11T20:54:51.985Z] 988c3544b5d0: Layer already exists [2023-01-11T20:54:51.985Z] 7d92096d9e20: Layer already exists [2023-01-11T20:54:51.985Z] e5e13b0c77cb: Layer already exists [2023-01-11T20:54:51.985Z] 3.0.0-dev.15: digest: sha256:c195fbf1998e17f3e09d2ae6f2278f64dd7805c4adf4bd46049d2c0691add9a4 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:54:52.300Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:54:52.606Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T20:54:52.606Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-01-11T20:54:52.606Z] e2d9b0718c1e: Preparing [2023-01-11T20:54:52.606Z] ab076cb11d09: Preparing [2023-01-11T20:54:52.606Z] e700d4748391: Preparing [2023-01-11T20:54:52.606Z] 5b3cd9333d3e: Preparing [2023-01-11T20:54:52.606Z] 9c6e9e5f98a2: Preparing [2023-01-11T20:54:52.606Z] 988c3544b5d0: Preparing [2023-01-11T20:54:52.606Z] 7d92096d9e20: Preparing [2023-01-11T20:54:52.606Z] e5e13b0c77cb: Preparing [2023-01-11T20:54:52.606Z] e5e13b0c77cb: Waiting [2023-01-11T20:54:52.606Z] 988c3544b5d0: Waiting [2023-01-11T20:54:52.606Z] 7d92096d9e20: Waiting [2023-01-11T20:54:52.606Z] e700d4748391: Layer already exists [2023-01-11T20:54:52.606Z] e2d9b0718c1e: Layer already exists [2023-01-11T20:54:52.606Z] 5b3cd9333d3e: Layer already exists [2023-01-11T20:54:52.606Z] 9c6e9e5f98a2: Layer already exists [2023-01-11T20:54:52.606Z] ab076cb11d09: Layer already exists [2023-01-11T20:54:52.606Z] 988c3544b5d0: Layer already exists [2023-01-11T20:54:52.606Z] 7d92096d9e20: Layer already exists [2023-01-11T20:54:52.606Z] e5e13b0c77cb: Layer already exists [2023-01-11T20:54:52.606Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15: digest: sha256:c195fbf1998e17f3e09d2ae6f2278f64dd7805c4adf4bd46049d2c0691add9a4 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:54:52.914Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:54:53.219Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2023-01-11T20:54:53.219Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-01-11T20:54:53.219Z] e2d9b0718c1e: Preparing [2023-01-11T20:54:53.219Z] ab076cb11d09: Preparing [2023-01-11T20:54:53.219Z] e700d4748391: Preparing [2023-01-11T20:54:53.219Z] 5b3cd9333d3e: Preparing [2023-01-11T20:54:53.219Z] 9c6e9e5f98a2: Preparing [2023-01-11T20:54:53.219Z] 988c3544b5d0: Preparing [2023-01-11T20:54:53.219Z] 7d92096d9e20: Preparing [2023-01-11T20:54:53.219Z] e5e13b0c77cb: Preparing [2023-01-11T20:54:53.219Z] e5e13b0c77cb: Waiting [2023-01-11T20:54:53.219Z] 988c3544b5d0: Waiting [2023-01-11T20:54:53.219Z] 7d92096d9e20: Waiting [2023-01-11T20:54:53.219Z] e700d4748391: Layer already exists [2023-01-11T20:54:53.219Z] 9c6e9e5f98a2: Layer already exists [2023-01-11T20:54:53.219Z] e2d9b0718c1e: Layer already exists [2023-01-11T20:54:53.219Z] 5b3cd9333d3e: Layer already exists [2023-01-11T20:54:53.219Z] ab076cb11d09: Layer already exists [2023-01-11T20:54:53.219Z] 7d92096d9e20: Layer already exists [2023-01-11T20:54:53.219Z] 988c3544b5d0: Layer already exists [2023-01-11T20:54:53.219Z] e5e13b0c77cb: Layer already exists [2023-01-11T20:54:53.219Z] main: digest: sha256:c195fbf1998e17f3e09d2ae6f2278f64dd7805c4adf4bd46049d2c0691add9a4 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-11T20:54:53.253Z] ===================================================== [Pipeline] echo [2023-01-11T20:54:53.259Z] taggedImages: [2023-01-11T20:54:53.259Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T20:54:53.259Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-01-11T20:54:53.259Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.15 [2023-01-11T20:54:53.259Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T20:54:53.259Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2023-01-11T20:54:53.273Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2023-01-11T20:54:53.273Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T20:54:53.273Z] latest [2023-01-11T20:54:53.273Z] 3.0.0-dev.15 [2023-01-11T20:54:53.273Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T20:54:53.273Z] main [2023-01-11T20:54:53.273Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:54:53.596Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:9123da5ee4a297ce5d9921c004089f9acce55f5e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:54:53.903Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T20:54:53.904Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-01-11T20:54:53.904Z] b0b2484a0c87: Preparing [2023-01-11T20:54:53.904Z] 2301303d9d15: Preparing [2023-01-11T20:54:53.904Z] c94a47b21577: Preparing [2023-01-11T20:54:53.904Z] 90a4f8eaa0b9: Preparing [2023-01-11T20:54:53.904Z] dbf9d287231d: Preparing [2023-01-11T20:54:53.904Z] f95d9c2995f4: Preparing [2023-01-11T20:54:53.904Z] 2d9ed34ca338: Preparing [2023-01-11T20:54:53.904Z] a778ddfb12b3: Preparing [2023-01-11T20:54:53.904Z] dae478ab59b6: Preparing [2023-01-11T20:54:53.904Z] e5e13b0c77cb: Preparing [2023-01-11T20:54:53.904Z] f95d9c2995f4: Waiting [2023-01-11T20:54:53.904Z] 2d9ed34ca338: Waiting [2023-01-11T20:54:53.904Z] a778ddfb12b3: Waiting [2023-01-11T20:54:53.904Z] dae478ab59b6: Waiting [2023-01-11T20:54:53.904Z] e5e13b0c77cb: Waiting [2023-01-11T20:54:53.904Z] 2301303d9d15: Pushed [2023-01-11T20:54:53.904Z] b0b2484a0c87: Pushed [2023-01-11T20:54:53.904Z] dbf9d287231d: Pushed [2023-01-11T20:54:54.163Z] f95d9c2995f4: Pushed [2023-01-11T20:54:54.163Z] a778ddfb12b3: Pushed [2023-01-11T20:54:54.163Z] 2d9ed34ca338: Pushed [2023-01-11T20:54:54.163Z] e5e13b0c77cb: Layer already exists [2023-01-11T20:54:54.163Z] dae478ab59b6: Pushed [2023-01-11T20:54:55.098Z] 90a4f8eaa0b9: Pushed [2023-01-11T20:54:55.666Z] c94a47b21577: Pushed [2023-01-11T20:54:55.666Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e: digest: sha256:f6b334d4ef996993ad8b7d95fa9bd7a230125db882315eba6f27f9b1203618df size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:54:55.973Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:54:56.277Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-01-11T20:54:56.277Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-01-11T20:54:56.277Z] b0b2484a0c87: Preparing [2023-01-11T20:54:56.277Z] 2301303d9d15: Preparing [2023-01-11T20:54:56.277Z] c94a47b21577: Preparing [2023-01-11T20:54:56.277Z] 90a4f8eaa0b9: Preparing [2023-01-11T20:54:56.277Z] dbf9d287231d: Preparing [2023-01-11T20:54:56.277Z] f95d9c2995f4: Preparing [2023-01-11T20:54:56.277Z] 2d9ed34ca338: Preparing [2023-01-11T20:54:56.277Z] a778ddfb12b3: Preparing [2023-01-11T20:54:56.277Z] dae478ab59b6: Preparing [2023-01-11T20:54:56.277Z] e5e13b0c77cb: Preparing [2023-01-11T20:54:56.277Z] 2d9ed34ca338: Waiting [2023-01-11T20:54:56.277Z] dae478ab59b6: Waiting [2023-01-11T20:54:56.277Z] f95d9c2995f4: Waiting [2023-01-11T20:54:56.277Z] a778ddfb12b3: Waiting [2023-01-11T20:54:56.277Z] e5e13b0c77cb: Waiting [2023-01-11T20:54:56.277Z] dbf9d287231d: Layer already exists [2023-01-11T20:54:56.277Z] b0b2484a0c87: Layer already exists [2023-01-11T20:54:56.277Z] 90a4f8eaa0b9: Layer already exists [2023-01-11T20:54:56.277Z] 2301303d9d15: Layer already exists [2023-01-11T20:54:56.277Z] c94a47b21577: Layer already exists [2023-01-11T20:54:56.277Z] f95d9c2995f4: Layer already exists [2023-01-11T20:54:56.277Z] 2d9ed34ca338: Layer already exists [2023-01-11T20:54:56.277Z] a778ddfb12b3: Layer already exists [2023-01-11T20:54:56.277Z] dae478ab59b6: Layer already exists [2023-01-11T20:54:56.277Z] e5e13b0c77cb: Layer already exists [2023-01-11T20:54:56.277Z] latest: digest: sha256:f6b334d4ef996993ad8b7d95fa9bd7a230125db882315eba6f27f9b1203618df size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:54:56.580Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:54:56.882Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.15 [2023-01-11T20:54:56.882Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-01-11T20:54:56.882Z] b0b2484a0c87: Preparing [2023-01-11T20:54:56.882Z] 2301303d9d15: Preparing [2023-01-11T20:54:56.882Z] c94a47b21577: Preparing [2023-01-11T20:54:56.882Z] 90a4f8eaa0b9: Preparing [2023-01-11T20:54:56.882Z] dbf9d287231d: Preparing [2023-01-11T20:54:56.882Z] f95d9c2995f4: Preparing [2023-01-11T20:54:56.882Z] 2d9ed34ca338: Preparing [2023-01-11T20:54:56.882Z] a778ddfb12b3: Preparing [2023-01-11T20:54:56.882Z] dae478ab59b6: Preparing [2023-01-11T20:54:56.882Z] e5e13b0c77cb: Preparing [2023-01-11T20:54:56.882Z] a778ddfb12b3: Waiting [2023-01-11T20:54:56.882Z] dae478ab59b6: Waiting [2023-01-11T20:54:56.882Z] 2d9ed34ca338: Waiting [2023-01-11T20:54:56.882Z] e5e13b0c77cb: Waiting [2023-01-11T20:54:56.882Z] f95d9c2995f4: Waiting [2023-01-11T20:54:56.882Z] dbf9d287231d: Layer already exists [2023-01-11T20:54:56.882Z] b0b2484a0c87: Layer already exists [2023-01-11T20:54:56.882Z] 2301303d9d15: Layer already exists [2023-01-11T20:54:56.882Z] 90a4f8eaa0b9: Layer already exists [2023-01-11T20:54:56.882Z] c94a47b21577: Layer already exists [2023-01-11T20:54:56.882Z] f95d9c2995f4: Layer already exists [2023-01-11T20:54:56.882Z] 2d9ed34ca338: Layer already exists [2023-01-11T20:54:56.882Z] dae478ab59b6: Layer already exists [2023-01-11T20:54:56.882Z] a778ddfb12b3: Layer already exists [2023-01-11T20:54:56.882Z] e5e13b0c77cb: Layer already exists [2023-01-11T20:54:56.882Z] 3.0.0-dev.15: digest: sha256:f6b334d4ef996993ad8b7d95fa9bd7a230125db882315eba6f27f9b1203618df size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:54:57.188Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:54:57.490Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T20:54:57.490Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-01-11T20:54:57.490Z] b0b2484a0c87: Preparing [2023-01-11T20:54:57.490Z] 2301303d9d15: Preparing [2023-01-11T20:54:57.490Z] c94a47b21577: Preparing [2023-01-11T20:54:57.490Z] 90a4f8eaa0b9: Preparing [2023-01-11T20:54:57.490Z] dbf9d287231d: Preparing [2023-01-11T20:54:57.490Z] f95d9c2995f4: Preparing [2023-01-11T20:54:57.490Z] 2d9ed34ca338: Preparing [2023-01-11T20:54:57.490Z] a778ddfb12b3: Preparing [2023-01-11T20:54:57.490Z] dae478ab59b6: Preparing [2023-01-11T20:54:57.490Z] e5e13b0c77cb: Preparing [2023-01-11T20:54:57.490Z] f95d9c2995f4: Waiting [2023-01-11T20:54:57.490Z] 2d9ed34ca338: Waiting [2023-01-11T20:54:57.490Z] a778ddfb12b3: Waiting [2023-01-11T20:54:57.490Z] dae478ab59b6: Waiting [2023-01-11T20:54:57.490Z] e5e13b0c77cb: Waiting [2023-01-11T20:54:57.490Z] c94a47b21577: Layer already exists [2023-01-11T20:54:57.490Z] 2301303d9d15: Layer already exists [2023-01-11T20:54:57.490Z] b0b2484a0c87: Layer already exists [2023-01-11T20:54:57.490Z] dbf9d287231d: Layer already exists [2023-01-11T20:54:57.490Z] 90a4f8eaa0b9: Layer already exists [2023-01-11T20:54:57.490Z] a778ddfb12b3: Layer already exists [2023-01-11T20:54:57.490Z] f95d9c2995f4: Layer already exists [2023-01-11T20:54:57.490Z] 2d9ed34ca338: Layer already exists [2023-01-11T20:54:57.490Z] dae478ab59b6: Layer already exists [2023-01-11T20:54:57.490Z] e5e13b0c77cb: Layer already exists [2023-01-11T20:54:57.490Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15: digest: sha256:f6b334d4ef996993ad8b7d95fa9bd7a230125db882315eba6f27f9b1203618df size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:54:57.796Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:54:58.109Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2023-01-11T20:54:58.109Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-01-11T20:54:58.109Z] b0b2484a0c87: Preparing [2023-01-11T20:54:58.109Z] 2301303d9d15: Preparing [2023-01-11T20:54:58.109Z] c94a47b21577: Preparing [2023-01-11T20:54:58.109Z] 90a4f8eaa0b9: Preparing [2023-01-11T20:54:58.109Z] dbf9d287231d: Preparing [2023-01-11T20:54:58.109Z] f95d9c2995f4: Preparing [2023-01-11T20:54:58.109Z] 2d9ed34ca338: Preparing [2023-01-11T20:54:58.109Z] a778ddfb12b3: Preparing [2023-01-11T20:54:58.109Z] dae478ab59b6: Preparing [2023-01-11T20:54:58.109Z] e5e13b0c77cb: Preparing [2023-01-11T20:54:58.109Z] f95d9c2995f4: Waiting [2023-01-11T20:54:58.109Z] dae478ab59b6: Waiting [2023-01-11T20:54:58.109Z] e5e13b0c77cb: Waiting [2023-01-11T20:54:58.109Z] 2d9ed34ca338: Waiting [2023-01-11T20:54:58.109Z] a778ddfb12b3: Waiting [2023-01-11T20:54:58.109Z] 2301303d9d15: Layer already exists [2023-01-11T20:54:58.109Z] b0b2484a0c87: Layer already exists [2023-01-11T20:54:58.109Z] dbf9d287231d: Layer already exists [2023-01-11T20:54:58.109Z] c94a47b21577: Layer already exists [2023-01-11T20:54:58.109Z] 90a4f8eaa0b9: Layer already exists [2023-01-11T20:54:58.109Z] f95d9c2995f4: Layer already exists [2023-01-11T20:54:58.109Z] a778ddfb12b3: Layer already exists [2023-01-11T20:54:58.109Z] 2d9ed34ca338: Layer already exists [2023-01-11T20:54:58.109Z] e5e13b0c77cb: Layer already exists [2023-01-11T20:54:58.109Z] dae478ab59b6: Layer already exists [2023-01-11T20:54:58.109Z] main: digest: sha256:f6b334d4ef996993ad8b7d95fa9bd7a230125db882315eba6f27f9b1203618df size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-11T20:54:58.145Z] ===================================================== [Pipeline] echo [2023-01-11T20:54:58.150Z] taggedImages: [2023-01-11T20:54:58.150Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T20:54:58.150Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-01-11T20:54:58.150Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.15 [2023-01-11T20:54:58.150Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T20:54:58.150Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2023-01-11T20:54:58.164Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2023-01-11T20:54:58.164Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T20:54:58.164Z] latest [2023-01-11T20:54:58.164Z] 3.0.0-dev.15 [2023-01-11T20:54:58.164Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T20:54:58.164Z] main [2023-01-11T20:54:58.164Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:54:58.467Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9123da5ee4a297ce5d9921c004089f9acce55f5e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:54:58.764Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T20:54:58.764Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-01-11T20:54:58.764Z] cc34c49e0dca: Preparing [2023-01-11T20:54:58.764Z] 7e16a97a3f29: Preparing [2023-01-11T20:54:58.764Z] 3b395d893a39: Preparing [2023-01-11T20:54:58.764Z] 8200fa689b43: Preparing [2023-01-11T20:54:58.764Z] 34d5ebaa5410: Preparing [2023-01-11T20:54:58.764Z] 34d5ebaa5410: Layer already exists [2023-01-11T20:54:58.764Z] cc34c49e0dca: Pushed [2023-01-11T20:54:59.022Z] 3b395d893a39: Layer already exists [2023-01-11T20:54:59.280Z] 8200fa689b43: Pushed [2023-01-11T20:55:00.656Z] 7e16a97a3f29: Pushed [2023-01-11T20:55:00.915Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e: digest: sha256:441accf8ab5df5387d411e412cd2e88d9263affe5aafde644b9c34be1c295fc8 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:55:01.216Z] + 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-01-11T20:55:01.528Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-01-11T20:55:01.528Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-01-11T20:55:01.528Z] cc34c49e0dca: Preparing [2023-01-11T20:55:01.528Z] 7e16a97a3f29: Preparing [2023-01-11T20:55:01.528Z] 3b395d893a39: Preparing [2023-01-11T20:55:01.528Z] 8200fa689b43: Preparing [2023-01-11T20:55:01.528Z] 34d5ebaa5410: Preparing [2023-01-11T20:55:01.528Z] 3b395d893a39: Layer already exists [2023-01-11T20:55:01.528Z] 34d5ebaa5410: Layer already exists [2023-01-11T20:55:01.528Z] 8200fa689b43: Layer already exists [2023-01-11T20:55:01.528Z] 7e16a97a3f29: Layer already exists [2023-01-11T20:55:01.528Z] cc34c49e0dca: Layer already exists [2023-01-11T20:55:01.528Z] latest: digest: sha256:441accf8ab5df5387d411e412cd2e88d9263affe5aafde644b9c34be1c295fc8 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:55:01.841Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:55:02.140Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.15 [2023-01-11T20:55:02.140Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-01-11T20:55:02.140Z] cc34c49e0dca: Preparing [2023-01-11T20:55:02.140Z] 7e16a97a3f29: Preparing [2023-01-11T20:55:02.140Z] 3b395d893a39: Preparing [2023-01-11T20:55:02.140Z] 8200fa689b43: Preparing [2023-01-11T20:55:02.140Z] 34d5ebaa5410: Preparing [2023-01-11T20:55:02.140Z] 8200fa689b43: Layer already exists [2023-01-11T20:55:02.140Z] 7e16a97a3f29: Layer already exists [2023-01-11T20:55:02.140Z] 34d5ebaa5410: Layer already exists [2023-01-11T20:55:02.140Z] cc34c49e0dca: Layer already exists [2023-01-11T20:55:02.140Z] 3b395d893a39: Layer already exists [2023-01-11T20:55:02.140Z] 3.0.0-dev.15: digest: sha256:441accf8ab5df5387d411e412cd2e88d9263affe5aafde644b9c34be1c295fc8 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:55:02.444Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:55:02.746Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T20:55:02.746Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-01-11T20:55:02.746Z] cc34c49e0dca: Preparing [2023-01-11T20:55:02.746Z] 7e16a97a3f29: Preparing [2023-01-11T20:55:02.746Z] 3b395d893a39: Preparing [2023-01-11T20:55:02.746Z] 8200fa689b43: Preparing [2023-01-11T20:55:02.746Z] 34d5ebaa5410: Preparing [2023-01-11T20:55:02.746Z] 3b395d893a39: Layer already exists [2023-01-11T20:55:02.746Z] 7e16a97a3f29: Layer already exists [2023-01-11T20:55:02.746Z] cc34c49e0dca: Layer already exists [2023-01-11T20:55:02.746Z] 34d5ebaa5410: Layer already exists [2023-01-11T20:55:02.746Z] 8200fa689b43: Layer already exists [2023-01-11T20:55:02.746Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15: digest: sha256:441accf8ab5df5387d411e412cd2e88d9263affe5aafde644b9c34be1c295fc8 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:55:03.048Z] + 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-01-11T20:55:03.348Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2023-01-11T20:55:03.348Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-01-11T20:55:03.348Z] cc34c49e0dca: Preparing [2023-01-11T20:55:03.348Z] 7e16a97a3f29: Preparing [2023-01-11T20:55:03.348Z] 3b395d893a39: Preparing [2023-01-11T20:55:03.348Z] 8200fa689b43: Preparing [2023-01-11T20:55:03.348Z] 34d5ebaa5410: Preparing [2023-01-11T20:55:03.348Z] 7e16a97a3f29: Layer already exists [2023-01-11T20:55:03.348Z] 3b395d893a39: Layer already exists [2023-01-11T20:55:03.348Z] 34d5ebaa5410: Layer already exists [2023-01-11T20:55:03.348Z] cc34c49e0dca: Layer already exists [2023-01-11T20:55:03.348Z] 8200fa689b43: Layer already exists [2023-01-11T20:55:03.348Z] main: digest: sha256:441accf8ab5df5387d411e412cd2e88d9263affe5aafde644b9c34be1c295fc8 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-11T20:55:03.382Z] ===================================================== [Pipeline] echo [2023-01-11T20:55:03.388Z] taggedImages: [2023-01-11T20:55:03.388Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T20:55:03.388Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-01-11T20:55:03.388Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.15 [2023-01-11T20:55:03.388Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T20:55:03.388Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2023-01-11T20:55:03.403Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2023-01-11T20:55:03.403Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T20:55:03.403Z] latest [2023-01-11T20:55:03.403Z] 3.0.0-dev.15 [2023-01-11T20:55:03.403Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T20:55:03.403Z] main [2023-01-11T20:55:03.403Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:55:03.708Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:9123da5ee4a297ce5d9921c004089f9acce55f5e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:55:04.009Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T20:55:04.009Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-01-11T20:55:04.009Z] 9220d2ca8b1b: Preparing [2023-01-11T20:55:04.009Z] c7d5ef95cbe4: Preparing [2023-01-11T20:55:04.009Z] 8b6459abf43b: Preparing [2023-01-11T20:55:04.009Z] abf6927f5e9f: Preparing [2023-01-11T20:55:04.009Z] 95145b5bef91: Preparing [2023-01-11T20:55:04.009Z] 58156f77b7a2: Preparing [2023-01-11T20:55:04.009Z] 34d5ebaa5410: Preparing [2023-01-11T20:55:04.009Z] 58156f77b7a2: Waiting [2023-01-11T20:55:04.009Z] 34d5ebaa5410: Waiting [2023-01-11T20:55:04.009Z] 9220d2ca8b1b: Pushed [2023-01-11T20:55:04.009Z] c7d5ef95cbe4: Pushed [2023-01-11T20:55:04.009Z] 8b6459abf43b: Pushed [2023-01-11T20:55:04.009Z] 34d5ebaa5410: Layer already exists [2023-01-11T20:55:04.575Z] 58156f77b7a2: Pushed [2023-01-11T20:55:07.860Z] 95145b5bef91: Pushed [2023-01-11T20:55:11.141Z] abf6927f5e9f: Pushed [2023-01-11T20:55:11.141Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e: digest: sha256:ae08d1a249db9f82d909896e112da5b9042c27bc8414f02d144e0de7e198904c size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:55:11.451Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:55:11.762Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-01-11T20:55:11.762Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-01-11T20:55:11.762Z] 9220d2ca8b1b: Preparing [2023-01-11T20:55:11.762Z] c7d5ef95cbe4: Preparing [2023-01-11T20:55:11.762Z] 8b6459abf43b: Preparing [2023-01-11T20:55:11.762Z] abf6927f5e9f: Preparing [2023-01-11T20:55:11.762Z] 95145b5bef91: Preparing [2023-01-11T20:55:11.762Z] 58156f77b7a2: Preparing [2023-01-11T20:55:11.762Z] 34d5ebaa5410: Preparing [2023-01-11T20:55:11.762Z] 58156f77b7a2: Waiting [2023-01-11T20:55:11.762Z] 34d5ebaa5410: Waiting [2023-01-11T20:55:11.762Z] 9220d2ca8b1b: Layer already exists [2023-01-11T20:55:11.762Z] abf6927f5e9f: Layer already exists [2023-01-11T20:55:11.762Z] 8b6459abf43b: Layer already exists [2023-01-11T20:55:11.762Z] c7d5ef95cbe4: Layer already exists [2023-01-11T20:55:11.762Z] 95145b5bef91: Layer already exists [2023-01-11T20:55:11.762Z] 34d5ebaa5410: Layer already exists [2023-01-11T20:55:11.762Z] 58156f77b7a2: Layer already exists [2023-01-11T20:55:11.762Z] latest: digest: sha256:ae08d1a249db9f82d909896e112da5b9042c27bc8414f02d144e0de7e198904c size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:55:12.066Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:55:12.371Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.15 [2023-01-11T20:55:12.371Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-01-11T20:55:12.371Z] 9220d2ca8b1b: Preparing [2023-01-11T20:55:12.371Z] c7d5ef95cbe4: Preparing [2023-01-11T20:55:12.371Z] 8b6459abf43b: Preparing [2023-01-11T20:55:12.371Z] abf6927f5e9f: Preparing [2023-01-11T20:55:12.371Z] 95145b5bef91: Preparing [2023-01-11T20:55:12.371Z] 58156f77b7a2: Preparing [2023-01-11T20:55:12.371Z] 34d5ebaa5410: Preparing [2023-01-11T20:55:12.371Z] 58156f77b7a2: Waiting [2023-01-11T20:55:12.371Z] 34d5ebaa5410: Waiting [2023-01-11T20:55:12.371Z] 95145b5bef91: Layer already exists [2023-01-11T20:55:12.371Z] abf6927f5e9f: Layer already exists [2023-01-11T20:55:12.371Z] c7d5ef95cbe4: Layer already exists [2023-01-11T20:55:12.371Z] 8b6459abf43b: Layer already exists [2023-01-11T20:55:12.371Z] 9220d2ca8b1b: Layer already exists [2023-01-11T20:55:12.371Z] 58156f77b7a2: Layer already exists [2023-01-11T20:55:12.371Z] 34d5ebaa5410: Layer already exists [2023-01-11T20:55:12.371Z] 3.0.0-dev.15: digest: sha256:ae08d1a249db9f82d909896e112da5b9042c27bc8414f02d144e0de7e198904c size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:55:12.687Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:55:12.993Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T20:55:12.993Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-01-11T20:55:12.993Z] 9220d2ca8b1b: Preparing [2023-01-11T20:55:12.993Z] c7d5ef95cbe4: Preparing [2023-01-11T20:55:12.993Z] 8b6459abf43b: Preparing [2023-01-11T20:55:12.993Z] abf6927f5e9f: Preparing [2023-01-11T20:55:12.993Z] 95145b5bef91: Preparing [2023-01-11T20:55:12.993Z] 58156f77b7a2: Preparing [2023-01-11T20:55:12.993Z] 34d5ebaa5410: Preparing [2023-01-11T20:55:12.993Z] 58156f77b7a2: Waiting [2023-01-11T20:55:12.993Z] 34d5ebaa5410: Waiting [2023-01-11T20:55:12.993Z] c7d5ef95cbe4: Layer already exists [2023-01-11T20:55:12.993Z] abf6927f5e9f: Layer already exists [2023-01-11T20:55:12.993Z] 9220d2ca8b1b: Layer already exists [2023-01-11T20:55:12.993Z] 8b6459abf43b: Layer already exists [2023-01-11T20:55:12.993Z] 95145b5bef91: Layer already exists [2023-01-11T20:55:12.993Z] 58156f77b7a2: Layer already exists [2023-01-11T20:55:12.993Z] 34d5ebaa5410: Layer already exists [2023-01-11T20:55:12.993Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15: digest: sha256:ae08d1a249db9f82d909896e112da5b9042c27bc8414f02d144e0de7e198904c size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:55:13.300Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:55:13.600Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2023-01-11T20:55:13.600Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-01-11T20:55:13.600Z] 9220d2ca8b1b: Preparing [2023-01-11T20:55:13.600Z] c7d5ef95cbe4: Preparing [2023-01-11T20:55:13.600Z] 8b6459abf43b: Preparing [2023-01-11T20:55:13.600Z] abf6927f5e9f: Preparing [2023-01-11T20:55:13.600Z] 95145b5bef91: Preparing [2023-01-11T20:55:13.600Z] 58156f77b7a2: Preparing [2023-01-11T20:55:13.600Z] 34d5ebaa5410: Preparing [2023-01-11T20:55:13.600Z] 58156f77b7a2: Waiting [2023-01-11T20:55:13.600Z] 34d5ebaa5410: Waiting [2023-01-11T20:55:13.600Z] abf6927f5e9f: Layer already exists [2023-01-11T20:55:13.600Z] 95145b5bef91: Layer already exists [2023-01-11T20:55:13.600Z] 8b6459abf43b: Layer already exists [2023-01-11T20:55:13.600Z] 9220d2ca8b1b: Layer already exists [2023-01-11T20:55:13.600Z] c7d5ef95cbe4: Layer already exists [2023-01-11T20:55:13.600Z] 58156f77b7a2: Layer already exists [2023-01-11T20:55:13.600Z] 34d5ebaa5410: Layer already exists [2023-01-11T20:55:13.600Z] main: digest: sha256:ae08d1a249db9f82d909896e112da5b9042c27bc8414f02d144e0de7e198904c size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-11T20:55:13.649Z] ===================================================== [Pipeline] echo [2023-01-11T20:55:13.658Z] taggedImages: [2023-01-11T20:55:13.658Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T20:55:13.658Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-01-11T20:55:13.658Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.15 [2023-01-11T20:55:13.658Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T20:55:13.658Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2023-01-11T20:55:13.686Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2023-01-11T20:55:13.686Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T20:55:13.686Z] latest [2023-01-11T20:55:13.686Z] 3.0.0-dev.15 [2023-01-11T20:55:13.686Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T20:55:13.686Z] main [2023-01-11T20:55:13.686Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:55:14.012Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:9123da5ee4a297ce5d9921c004089f9acce55f5e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:55:14.327Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T20:55:14.328Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-01-11T20:55:14.328Z] dec6707b0b02: Preparing [2023-01-11T20:55:14.328Z] fec041d0344d: Preparing [2023-01-11T20:55:14.328Z] be53cb871e8d: Preparing [2023-01-11T20:55:14.328Z] e273a44b8657: Preparing [2023-01-11T20:55:14.328Z] 77769cbb300c: Preparing [2023-01-11T20:55:14.328Z] 34d5ebaa5410: Preparing [2023-01-11T20:55:14.328Z] 34d5ebaa5410: Waiting [2023-01-11T20:55:14.328Z] be53cb871e8d: Pushed [2023-01-11T20:55:14.328Z] dec6707b0b02: Pushed [2023-01-11T20:55:14.328Z] fec041d0344d: Pushed [2023-01-11T20:55:14.328Z] 34d5ebaa5410: Layer already exists [2023-01-11T20:55:14.585Z] 77769cbb300c: Pushed [2023-01-11T20:55:22.699Z] e273a44b8657: Pushed [2023-01-11T20:55:22.699Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e: digest: sha256:b99568856a9ec97b7224e87558708b4a27edefb4eb35afb8434c53f837c03e7a size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:55:23.009Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:55:23.317Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-01-11T20:55:23.318Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-01-11T20:55:23.318Z] dec6707b0b02: Preparing [2023-01-11T20:55:23.318Z] fec041d0344d: Preparing [2023-01-11T20:55:23.318Z] be53cb871e8d: Preparing [2023-01-11T20:55:23.318Z] e273a44b8657: Preparing [2023-01-11T20:55:23.318Z] 77769cbb300c: Preparing [2023-01-11T20:55:23.318Z] 34d5ebaa5410: Preparing [2023-01-11T20:55:23.318Z] 34d5ebaa5410: Waiting [2023-01-11T20:55:23.318Z] be53cb871e8d: Layer already exists [2023-01-11T20:55:23.318Z] fec041d0344d: Layer already exists [2023-01-11T20:55:23.318Z] e273a44b8657: Layer already exists [2023-01-11T20:55:23.318Z] dec6707b0b02: Layer already exists [2023-01-11T20:55:23.318Z] 77769cbb300c: Layer already exists [2023-01-11T20:55:23.318Z] 34d5ebaa5410: Layer already exists [2023-01-11T20:55:23.318Z] latest: digest: sha256:b99568856a9ec97b7224e87558708b4a27edefb4eb35afb8434c53f837c03e7a size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:55:23.639Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:55:23.951Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.15 [2023-01-11T20:55:23.951Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-01-11T20:55:23.951Z] dec6707b0b02: Preparing [2023-01-11T20:55:23.951Z] fec041d0344d: Preparing [2023-01-11T20:55:23.951Z] be53cb871e8d: Preparing [2023-01-11T20:55:23.951Z] e273a44b8657: Preparing [2023-01-11T20:55:23.951Z] 77769cbb300c: Preparing [2023-01-11T20:55:23.951Z] 34d5ebaa5410: Preparing [2023-01-11T20:55:23.951Z] 34d5ebaa5410: Waiting [2023-01-11T20:55:23.951Z] fec041d0344d: Layer already exists [2023-01-11T20:55:23.951Z] e273a44b8657: Layer already exists [2023-01-11T20:55:23.951Z] dec6707b0b02: Layer already exists [2023-01-11T20:55:23.951Z] be53cb871e8d: Layer already exists [2023-01-11T20:55:23.951Z] 77769cbb300c: Layer already exists [2023-01-11T20:55:23.951Z] 34d5ebaa5410: Layer already exists [2023-01-11T20:55:23.951Z] 3.0.0-dev.15: digest: sha256:b99568856a9ec97b7224e87558708b4a27edefb4eb35afb8434c53f837c03e7a size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:55:24.263Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:55:24.571Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T20:55:24.571Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-01-11T20:55:24.571Z] dec6707b0b02: Preparing [2023-01-11T20:55:24.571Z] fec041d0344d: Preparing [2023-01-11T20:55:24.571Z] be53cb871e8d: Preparing [2023-01-11T20:55:24.571Z] e273a44b8657: Preparing [2023-01-11T20:55:24.571Z] 77769cbb300c: Preparing [2023-01-11T20:55:24.571Z] 34d5ebaa5410: Preparing [2023-01-11T20:55:24.571Z] 34d5ebaa5410: Waiting [2023-01-11T20:55:24.571Z] e273a44b8657: Layer already exists [2023-01-11T20:55:24.571Z] 77769cbb300c: Layer already exists [2023-01-11T20:55:24.571Z] dec6707b0b02: Layer already exists [2023-01-11T20:55:24.571Z] fec041d0344d: Layer already exists [2023-01-11T20:55:24.571Z] be53cb871e8d: Layer already exists [2023-01-11T20:55:24.571Z] 34d5ebaa5410: Layer already exists [2023-01-11T20:55:24.571Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15: digest: sha256:b99568856a9ec97b7224e87558708b4a27edefb4eb35afb8434c53f837c03e7a size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:55:24.886Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:55:25.192Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2023-01-11T20:55:25.192Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-01-11T20:55:25.192Z] dec6707b0b02: Preparing [2023-01-11T20:55:25.192Z] fec041d0344d: Preparing [2023-01-11T20:55:25.192Z] be53cb871e8d: Preparing [2023-01-11T20:55:25.192Z] e273a44b8657: Preparing [2023-01-11T20:55:25.192Z] 77769cbb300c: Preparing [2023-01-11T20:55:25.192Z] 34d5ebaa5410: Preparing [2023-01-11T20:55:25.192Z] 34d5ebaa5410: Waiting [2023-01-11T20:55:25.192Z] fec041d0344d: Layer already exists [2023-01-11T20:55:25.192Z] dec6707b0b02: Layer already exists [2023-01-11T20:55:25.192Z] e273a44b8657: Layer already exists [2023-01-11T20:55:25.192Z] be53cb871e8d: Layer already exists [2023-01-11T20:55:25.192Z] 77769cbb300c: Layer already exists [2023-01-11T20:55:25.192Z] 34d5ebaa5410: Layer already exists [2023-01-11T20:55:25.192Z] main: digest: sha256:b99568856a9ec97b7224e87558708b4a27edefb4eb35afb8434c53f837c03e7a size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-11T20:55:25.229Z] ===================================================== [Pipeline] echo [2023-01-11T20:55:25.235Z] taggedImages: [2023-01-11T20:55:25.235Z] - nexus3.edgexfoundry.org:10004/security-spire-config:9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T20:55:25.235Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-01-11T20:55:25.235Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.15 [2023-01-11T20:55:25.235Z] - nexus3.edgexfoundry.org:10004/security-spire-config:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T20:55:25.235Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2023-01-11T20:55:25.248Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2023-01-11T20:55:25.248Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T20:55:25.248Z] latest [2023-01-11T20:55:25.248Z] 3.0.0-dev.15 [2023-01-11T20:55:25.248Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T20:55:25.248Z] main [2023-01-11T20:55:25.248Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:55:25.564Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:9123da5ee4a297ce5d9921c004089f9acce55f5e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:55:25.874Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T20:55:25.874Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-01-11T20:55:25.874Z] 69d560989367: Preparing [2023-01-11T20:55:25.874Z] d6c5277a6ec4: Preparing [2023-01-11T20:55:25.874Z] d589ba225e42: Preparing [2023-01-11T20:55:25.874Z] b77f64f86db4: Preparing [2023-01-11T20:55:25.874Z] 58156f77b7a2: Preparing [2023-01-11T20:55:25.874Z] 34d5ebaa5410: Preparing [2023-01-11T20:55:25.874Z] 34d5ebaa5410: Waiting [2023-01-11T20:55:25.874Z] 58156f77b7a2: Layer already exists [2023-01-11T20:55:25.874Z] 34d5ebaa5410: Layer already exists [2023-01-11T20:55:25.874Z] 69d560989367: Pushed [2023-01-11T20:55:25.874Z] d589ba225e42: Pushed [2023-01-11T20:55:25.874Z] d6c5277a6ec4: Pushed [2023-01-11T20:55:33.991Z] b77f64f86db4: Pushed [2023-01-11T20:55:33.991Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e: digest: sha256:0c54777c9420f8a717606f7e5a6e178f828ba3d8243917cae1bd277a089e6e6d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:55:34.295Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:55:34.597Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-01-11T20:55:34.597Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-01-11T20:55:34.597Z] 69d560989367: Preparing [2023-01-11T20:55:34.597Z] d6c5277a6ec4: Preparing [2023-01-11T20:55:34.597Z] d589ba225e42: Preparing [2023-01-11T20:55:34.597Z] b77f64f86db4: Preparing [2023-01-11T20:55:34.597Z] 58156f77b7a2: Preparing [2023-01-11T20:55:34.597Z] 34d5ebaa5410: Preparing [2023-01-11T20:55:34.597Z] 34d5ebaa5410: Waiting [2023-01-11T20:55:34.597Z] b77f64f86db4: Layer already exists [2023-01-11T20:55:34.597Z] 69d560989367: Layer already exists [2023-01-11T20:55:34.597Z] 58156f77b7a2: Layer already exists [2023-01-11T20:55:34.597Z] d6c5277a6ec4: Layer already exists [2023-01-11T20:55:34.597Z] d589ba225e42: Layer already exists [2023-01-11T20:55:34.597Z] 34d5ebaa5410: Layer already exists [2023-01-11T20:55:34.597Z] latest: digest: sha256:0c54777c9420f8a717606f7e5a6e178f828ba3d8243917cae1bd277a089e6e6d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:55:34.901Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:55:35.204Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.15 [2023-01-11T20:55:35.204Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-01-11T20:55:35.204Z] 69d560989367: Preparing [2023-01-11T20:55:35.204Z] d6c5277a6ec4: Preparing [2023-01-11T20:55:35.204Z] d589ba225e42: Preparing [2023-01-11T20:55:35.204Z] b77f64f86db4: Preparing [2023-01-11T20:55:35.204Z] 58156f77b7a2: Preparing [2023-01-11T20:55:35.204Z] 34d5ebaa5410: Preparing [2023-01-11T20:55:35.204Z] 58156f77b7a2: Layer already exists [2023-01-11T20:55:35.204Z] 69d560989367: Layer already exists [2023-01-11T20:55:35.204Z] b77f64f86db4: Layer already exists [2023-01-11T20:55:35.204Z] d589ba225e42: Layer already exists [2023-01-11T20:55:35.204Z] d6c5277a6ec4: Layer already exists [2023-01-11T20:55:35.204Z] 34d5ebaa5410: Layer already exists [2023-01-11T20:55:35.204Z] 3.0.0-dev.15: digest: sha256:0c54777c9420f8a717606f7e5a6e178f828ba3d8243917cae1bd277a089e6e6d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:55:35.517Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:55:35.823Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T20:55:35.823Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-01-11T20:55:35.823Z] 69d560989367: Preparing [2023-01-11T20:55:35.823Z] d6c5277a6ec4: Preparing [2023-01-11T20:55:35.823Z] d589ba225e42: Preparing [2023-01-11T20:55:35.823Z] b77f64f86db4: Preparing [2023-01-11T20:55:35.823Z] 58156f77b7a2: Preparing [2023-01-11T20:55:35.823Z] 34d5ebaa5410: Preparing [2023-01-11T20:55:35.823Z] 34d5ebaa5410: Waiting [2023-01-11T20:55:35.823Z] b77f64f86db4: Layer already exists [2023-01-11T20:55:35.823Z] d6c5277a6ec4: Layer already exists [2023-01-11T20:55:35.823Z] d589ba225e42: Layer already exists [2023-01-11T20:55:35.823Z] 58156f77b7a2: Layer already exists [2023-01-11T20:55:35.823Z] 69d560989367: Layer already exists [2023-01-11T20:55:35.823Z] 34d5ebaa5410: Layer already exists [2023-01-11T20:55:35.823Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15: digest: sha256:0c54777c9420f8a717606f7e5a6e178f828ba3d8243917cae1bd277a089e6e6d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:55:35.983Z] Removing intermediate container 528c439b3097 [2023-01-11T20:55:35.983Z] ---> ac6961f98955 [2023-01-11T20:55:35.983Z] Step 8/22 : COPY . . [2023-01-11T20:55:35.983Z] Removing intermediate container 2a9af2b5c990 [2023-01-11T20:55:35.983Z] ---> 75fbe3467964 [2023-01-11T20:55:35.983Z] Step 7/21 : COPY . . [2023-01-11T20:55:35.983Z] Removing intermediate container 9821eee8fe4a [2023-01-11T20:55:35.983Z] ---> cb904e5fd90c [2023-01-11T20:55:35.983Z] Step 8/23 : COPY . . [2023-01-11T20:55:35.983Z] Removing intermediate container 5307027d30d8 [2023-01-11T20:55:35.983Z] ---> 4a09313648e3 [2023-01-11T20:55:35.983Z] Step 8/22 : COPY . . [2023-01-11T20:55:35.983Z] Removing intermediate container 8b0b93431d9e [2023-01-11T20:55:35.983Z] ---> 8a39045dfefe [2023-01-11T20:55:35.983Z] Step 7/24 : COPY . . [2023-01-11T20:55:35.983Z] ---> a17b23510259 [2023-01-11T20:55:35.983Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-01-11T20:55:35.983Z] ---> Running in 14452d643b39 [2023-01-11T20:55:35.983Z] ---> d56892574309 [2023-01-11T20:55:35.983Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-01-11T20:55:35.983Z] ---> b0d01dc8e2ab [2023-01-11T20:55:35.983Z] ---> 535baccd17c9 [2023-01-11T20:55:35.983Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-01-11T20:55:35.983Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-01-11T20:55:35.983Z] ---> Running in 85926e091471 [2023-01-11T20:55:35.983Z] ---> Running in 20cc38687500 [2023-01-11T20:55:35.983Z] ---> c39faad058ec [2023-01-11T20:55:35.983Z] ---> Running in a4d63f0b9f1f [2023-01-11T20:55:35.983Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-01-11T20:55:35.983Z] ---> Running in c7a23206aa27 [2023-01-11T20:55:35.983Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-01-11T20:55:35.983Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-01-11T20:55:35.983Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-01-11T20:55:35.983Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-01-11T20:55:35.983Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-01-11T20:55:36.138Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:55:36.451Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2023-01-11T20:55:36.451Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-01-11T20:55:36.451Z] 69d560989367: Preparing [2023-01-11T20:55:36.451Z] d6c5277a6ec4: Preparing [2023-01-11T20:55:36.451Z] d589ba225e42: Preparing [2023-01-11T20:55:36.451Z] b77f64f86db4: Preparing [2023-01-11T20:55:36.451Z] 58156f77b7a2: Preparing [2023-01-11T20:55:36.451Z] 34d5ebaa5410: Preparing [2023-01-11T20:55:36.451Z] 34d5ebaa5410: Waiting [2023-01-11T20:55:36.451Z] 69d560989367: Layer already exists [2023-01-11T20:55:36.451Z] d589ba225e42: Layer already exists [2023-01-11T20:55:36.451Z] d6c5277a6ec4: Layer already exists [2023-01-11T20:55:36.451Z] 58156f77b7a2: Layer already exists [2023-01-11T20:55:36.451Z] b77f64f86db4: Layer already exists [2023-01-11T20:55:36.451Z] 34d5ebaa5410: Layer already exists [2023-01-11T20:55:36.451Z] main: digest: sha256:0c54777c9420f8a717606f7e5a6e178f828ba3d8243917cae1bd277a089e6e6d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-11T20:55:36.504Z] ===================================================== [Pipeline] echo [2023-01-11T20:55:36.513Z] taggedImages: [2023-01-11T20:55:36.513Z] - nexus3.edgexfoundry.org:10004/security-spire-server:9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T20:55:36.513Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-01-11T20:55:36.513Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.15 [2023-01-11T20:55:36.513Z] - nexus3.edgexfoundry.org:10004/security-spire-server:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T20:55:36.513Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2023-01-11T20:55:36.542Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2023-01-11T20:55:36.542Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T20:55:36.542Z] latest [2023-01-11T20:55:36.542Z] 3.0.0-dev.15 [2023-01-11T20:55:36.542Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T20:55:36.542Z] main [2023-01-11T20:55:36.542Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:55:36.871Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:9123da5ee4a297ce5d9921c004089f9acce55f5e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:55:37.175Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T20:55:37.175Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-01-11T20:55:37.175Z] 5f691592d6cc: Preparing [2023-01-11T20:55:37.175Z] ad9c81e9018b: Preparing [2023-01-11T20:55:37.175Z] 3b395d893a39: Preparing [2023-01-11T20:55:37.175Z] c16f2c4f1177: Preparing [2023-01-11T20:55:37.175Z] e5e13b0c77cb: Preparing [2023-01-11T20:55:37.175Z] 3b395d893a39: Layer already exists [2023-01-11T20:55:37.175Z] e5e13b0c77cb: Layer already exists [2023-01-11T20:55:37.175Z] 5f691592d6cc: Pushed [2023-01-11T20:55:37.175Z] c16f2c4f1177: Pushed [2023-01-11T20:55:40.463Z] ad9c81e9018b: Pushed [2023-01-11T20:55:40.463Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e: digest: sha256:2c89da40f5e679109c31bac3bd970abe1a8bea58cff8fac245148cf7cef8e37c size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:55:40.767Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:55:41.071Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-01-11T20:55:41.071Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-01-11T20:55:41.071Z] 5f691592d6cc: Preparing [2023-01-11T20:55:41.071Z] ad9c81e9018b: Preparing [2023-01-11T20:55:41.071Z] 3b395d893a39: Preparing [2023-01-11T20:55:41.071Z] c16f2c4f1177: Preparing [2023-01-11T20:55:41.071Z] e5e13b0c77cb: Preparing [2023-01-11T20:55:41.071Z] ad9c81e9018b: Layer already exists [2023-01-11T20:55:41.071Z] 5f691592d6cc: Layer already exists [2023-01-11T20:55:41.071Z] e5e13b0c77cb: Layer already exists [2023-01-11T20:55:41.071Z] 3b395d893a39: Layer already exists [2023-01-11T20:55:41.071Z] c16f2c4f1177: Layer already exists [2023-01-11T20:55:41.071Z] latest: digest: sha256:2c89da40f5e679109c31bac3bd970abe1a8bea58cff8fac245148cf7cef8e37c size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:55:41.377Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:55:41.682Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.15 [2023-01-11T20:55:41.682Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-01-11T20:55:41.682Z] 5f691592d6cc: Preparing [2023-01-11T20:55:41.682Z] ad9c81e9018b: Preparing [2023-01-11T20:55:41.682Z] 3b395d893a39: Preparing [2023-01-11T20:55:41.682Z] c16f2c4f1177: Preparing [2023-01-11T20:55:41.682Z] e5e13b0c77cb: Preparing [2023-01-11T20:55:41.682Z] c16f2c4f1177: Layer already exists [2023-01-11T20:55:41.682Z] ad9c81e9018b: Layer already exists [2023-01-11T20:55:41.682Z] 5f691592d6cc: Layer already exists [2023-01-11T20:55:41.682Z] 3b395d893a39: Layer already exists [2023-01-11T20:55:41.682Z] e5e13b0c77cb: Layer already exists [2023-01-11T20:55:41.682Z] 3.0.0-dev.15: digest: sha256:2c89da40f5e679109c31bac3bd970abe1a8bea58cff8fac245148cf7cef8e37c size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:55:41.983Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:55:42.283Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T20:55:42.283Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-01-11T20:55:42.283Z] 5f691592d6cc: Preparing [2023-01-11T20:55:42.283Z] ad9c81e9018b: Preparing [2023-01-11T20:55:42.283Z] 3b395d893a39: Preparing [2023-01-11T20:55:42.283Z] c16f2c4f1177: Preparing [2023-01-11T20:55:42.283Z] e5e13b0c77cb: Preparing [2023-01-11T20:55:42.283Z] 5f691592d6cc: Layer already exists [2023-01-11T20:55:42.283Z] 3b395d893a39: Layer already exists [2023-01-11T20:55:42.283Z] e5e13b0c77cb: Layer already exists [2023-01-11T20:55:42.283Z] c16f2c4f1177: Layer already exists [2023-01-11T20:55:42.283Z] ad9c81e9018b: Layer already exists [2023-01-11T20:55:42.283Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15: digest: sha256:2c89da40f5e679109c31bac3bd970abe1a8bea58cff8fac245148cf7cef8e37c size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:55:42.587Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:55:42.892Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2023-01-11T20:55:42.892Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-01-11T20:55:42.892Z] 5f691592d6cc: Preparing [2023-01-11T20:55:42.892Z] ad9c81e9018b: Preparing [2023-01-11T20:55:42.892Z] 3b395d893a39: Preparing [2023-01-11T20:55:42.892Z] c16f2c4f1177: Preparing [2023-01-11T20:55:42.892Z] e5e13b0c77cb: Preparing [2023-01-11T20:55:42.892Z] 5f691592d6cc: Layer already exists [2023-01-11T20:55:42.892Z] e5e13b0c77cb: Layer already exists [2023-01-11T20:55:42.892Z] 3b395d893a39: Layer already exists [2023-01-11T20:55:42.892Z] ad9c81e9018b: Layer already exists [2023-01-11T20:55:42.892Z] c16f2c4f1177: Layer already exists [2023-01-11T20:55:42.892Z] main: digest: sha256:2c89da40f5e679109c31bac3bd970abe1a8bea58cff8fac245148cf7cef8e37c size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-11T20:55:42.932Z] ===================================================== [Pipeline] echo [2023-01-11T20:55:42.937Z] taggedImages: [2023-01-11T20:55:42.937Z] - nexus3.edgexfoundry.org:10004/support-notifications:9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T20:55:42.937Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-01-11T20:55:42.937Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.15 [2023-01-11T20:55:42.937Z] - nexus3.edgexfoundry.org:10004/support-notifications:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T20:55:42.937Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2023-01-11T20:55:42.951Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2023-01-11T20:55:42.951Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T20:55:42.951Z] latest [2023-01-11T20:55:42.951Z] 3.0.0-dev.15 [2023-01-11T20:55:42.951Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T20:55:42.951Z] main [2023-01-11T20:55:42.951Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:55:43.278Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:9123da5ee4a297ce5d9921c004089f9acce55f5e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:55:43.578Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T20:55:43.579Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-01-11T20:55:43.579Z] bf40d875af1f: Preparing [2023-01-11T20:55:43.579Z] 5f17b03350d3: Preparing [2023-01-11T20:55:43.579Z] 3b395d893a39: Preparing [2023-01-11T20:55:43.579Z] 4308191f2b30: Preparing [2023-01-11T20:55:43.579Z] e5e13b0c77cb: Preparing [2023-01-11T20:55:43.579Z] 3b395d893a39: Layer already exists [2023-01-11T20:55:43.579Z] 4308191f2b30: Layer already exists [2023-01-11T20:55:43.579Z] e5e13b0c77cb: Layer already exists [2023-01-11T20:55:43.579Z] bf40d875af1f: Pushed [2023-01-11T20:55:46.869Z] 5f17b03350d3: Pushed [2023-01-11T20:55:46.869Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e: digest: sha256:6cc450cfe9fa97ed97ea81365b2fb1fa9fb339554181866c33c4400ef9baa8db size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:55:47.180Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:55:47.496Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-01-11T20:55:47.496Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-01-11T20:55:47.496Z] bf40d875af1f: Preparing [2023-01-11T20:55:47.496Z] 5f17b03350d3: Preparing [2023-01-11T20:55:47.496Z] 3b395d893a39: Preparing [2023-01-11T20:55:47.496Z] 4308191f2b30: Preparing [2023-01-11T20:55:47.496Z] e5e13b0c77cb: Preparing [2023-01-11T20:55:47.496Z] 5f17b03350d3: Layer already exists [2023-01-11T20:55:47.496Z] 3b395d893a39: Layer already exists [2023-01-11T20:55:47.496Z] e5e13b0c77cb: Layer already exists [2023-01-11T20:55:47.496Z] bf40d875af1f: Layer already exists [2023-01-11T20:55:47.496Z] 4308191f2b30: Layer already exists [2023-01-11T20:55:47.496Z] latest: digest: sha256:6cc450cfe9fa97ed97ea81365b2fb1fa9fb339554181866c33c4400ef9baa8db size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:55:47.801Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:55:48.102Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.15 [2023-01-11T20:55:48.102Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-01-11T20:55:48.102Z] bf40d875af1f: Preparing [2023-01-11T20:55:48.102Z] 5f17b03350d3: Preparing [2023-01-11T20:55:48.102Z] 3b395d893a39: Preparing [2023-01-11T20:55:48.102Z] 4308191f2b30: Preparing [2023-01-11T20:55:48.102Z] e5e13b0c77cb: Preparing [2023-01-11T20:55:48.102Z] e5e13b0c77cb: Layer already exists [2023-01-11T20:55:48.102Z] bf40d875af1f: Layer already exists [2023-01-11T20:55:48.102Z] 5f17b03350d3: Layer already exists [2023-01-11T20:55:48.102Z] 4308191f2b30: Layer already exists [2023-01-11T20:55:48.102Z] 3b395d893a39: Layer already exists [2023-01-11T20:55:48.102Z] 3.0.0-dev.15: digest: sha256:6cc450cfe9fa97ed97ea81365b2fb1fa9fb339554181866c33c4400ef9baa8db size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:55:48.414Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:55:48.719Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T20:55:48.719Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-01-11T20:55:48.719Z] bf40d875af1f: Preparing [2023-01-11T20:55:48.719Z] 5f17b03350d3: Preparing [2023-01-11T20:55:48.719Z] 3b395d893a39: Preparing [2023-01-11T20:55:48.719Z] 4308191f2b30: Preparing [2023-01-11T20:55:48.719Z] e5e13b0c77cb: Preparing [2023-01-11T20:55:48.719Z] bf40d875af1f: Layer already exists [2023-01-11T20:55:48.719Z] 5f17b03350d3: Layer already exists [2023-01-11T20:55:48.719Z] e5e13b0c77cb: Layer already exists [2023-01-11T20:55:48.719Z] 3b395d893a39: Layer already exists [2023-01-11T20:55:48.719Z] 4308191f2b30: Layer already exists [2023-01-11T20:55:48.719Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15: digest: sha256:6cc450cfe9fa97ed97ea81365b2fb1fa9fb339554181866c33c4400ef9baa8db size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:55:49.029Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T20:55:49.331Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2023-01-11T20:55:49.331Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-01-11T20:55:49.331Z] bf40d875af1f: Preparing [2023-01-11T20:55:49.331Z] 5f17b03350d3: Preparing [2023-01-11T20:55:49.331Z] 3b395d893a39: Preparing [2023-01-11T20:55:49.331Z] 4308191f2b30: Preparing [2023-01-11T20:55:49.331Z] e5e13b0c77cb: Preparing [2023-01-11T20:55:49.331Z] bf40d875af1f: Layer already exists [2023-01-11T20:55:49.331Z] 3b395d893a39: Layer already exists [2023-01-11T20:55:49.331Z] e5e13b0c77cb: Layer already exists [2023-01-11T20:55:49.331Z] 5f17b03350d3: Layer already exists [2023-01-11T20:55:49.331Z] 4308191f2b30: Layer already exists [2023-01-11T20:55:49.331Z] main: digest: sha256:6cc450cfe9fa97ed97ea81365b2fb1fa9fb339554181866c33c4400ef9baa8db size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-11T20:55:49.364Z] ===================================================== [Pipeline] echo [2023-01-11T20:55:49.370Z] taggedImages: [2023-01-11T20:55:49.370Z] - nexus3.edgexfoundry.org:10004/support-scheduler:9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T20:55:49.370Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-01-11T20:55:49.370Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.15 [2023-01-11T20:55:49.370Z] - nexus3.edgexfoundry.org:10004/support-scheduler:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T20:55:49.370Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-01-11T21:01:27.956Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-01-11T21:01:27.956Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-01-11T21:01:42.975Z] Removing intermediate container 20cc38687500 [2023-01-11T21:01:42.975Z] ---> ef57cdfbe794 [2023-01-11T21:01:42.975Z] [2023-01-11T21:01:42.975Z] Step 9/21 : FROM alpine:3.16 [2023-01-11T21:01:42.975Z] 3.16: Pulling from library/alpine [2023-01-11T21:01:42.975Z] Removing intermediate container a4d63f0b9f1f [2023-01-11T21:01:42.975Z] ---> 1486ed7f4739 [2023-01-11T21:01:42.975Z] [2023-01-11T21:01:42.975Z] Step 9/24 : FROM alpine:3.16 [2023-01-11T21:01:42.975Z] 3.16: Pulling from library/alpine [2023-01-11T21:01:43.556Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-11T21:01:43.556Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-11T21:01:43.556Z] Status: Image is up to date for alpine:3.16 [2023-01-11T21:01:43.556Z] Status: Downloaded newer image for alpine:3.16 [2023-01-11T21:01:43.556Z] ---> 2b4661558fb8 [2023-01-11T21:01:43.556Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-01-11T21:01:43.556Z] ---> 2b4661558fb8 [2023-01-11T21:01:43.556Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-01-11T21:01:43.838Z] ---> Running in f730e6dce9cc [2023-01-11T21:01:43.838Z] ---> Running in 3cd2b41ce68f [2023-01-11T21:01:46.418Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-11T21:01:46.418Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-11T21:01:46.418Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-11T21:01:46.686Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-11T21:01:48.092Z] (1/3) Installing ca-certificates (20220614-r0) [2023-01-11T21:01:48.092Z] (1/6) Installing ca-certificates (20220614-r0) [2023-01-11T21:01:48.092Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-01-11T21:01:48.092Z] (3/3) Installing su-exec (0.2-r1) [2023-01-11T21:01:48.092Z] Executing busybox-1.35.0-r17.trigger [2023-01-11T21:01:48.092Z] Executing ca-certificates-20220614-r0.trigger [2023-01-11T21:01:48.092Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-01-11T21:01:48.092Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-01-11T21:01:48.092Z] (4/6) Installing libcurl (7.83.1-r5) [2023-01-11T21:01:48.092Z] (5/6) Installing curl (7.83.1-r5) [2023-01-11T21:01:48.092Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-01-11T21:01:48.092Z] Executing busybox-1.35.0-r17.trigger [2023-01-11T21:01:48.092Z] Executing ca-certificates-20220614-r0.trigger [2023-01-11T21:01:48.360Z] OK: 6 MiB in 17 packages [2023-01-11T21:01:48.628Z] OK: 8 MiB in 20 packages [2023-01-11T21:01:52.874Z] Removing intermediate container 3cd2b41ce68f [2023-01-11T21:01:52.874Z] ---> f5a86d3c2f43 [2023-01-11T21:01:52.874Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-11T21:01:52.874Z] ---> Running in b44f76c6ea91 [2023-01-11T21:01:52.874Z] Removing intermediate container f730e6dce9cc [2023-01-11T21:01:52.874Z] ---> 3ae1447bad87 [2023-01-11T21:01:52.874Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-11T21:01:52.874Z] ---> Running in 606858d8d1ac [2023-01-11T21:01:53.142Z] Removing intermediate container b44f76c6ea91 [2023-01-11T21:01:53.142Z] ---> de07d4e6ceb5 [2023-01-11T21:01:53.142Z] Step 12/24 : WORKDIR / [2023-01-11T21:01:53.142Z] ---> Running in 5e76df56e978 [2023-01-11T21:01:53.421Z] Removing intermediate container 606858d8d1ac [2023-01-11T21:01:53.421Z] ---> c930e3c7c628 [2023-01-11T21:01:53.421Z] Step 12/21 : WORKDIR /edgex [2023-01-11T21:01:53.421Z] ---> Running in 9e28f2e3ad10 [2023-01-11T21:01:54.381Z] Removing intermediate container 5e76df56e978 [2023-01-11T21:01:54.381Z] ---> 1ef39a54dd70 [2023-01-11T21:01:54.381Z] 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-01-11T21:01:54.648Z] Removing intermediate container 9e28f2e3ad10 [2023-01-11T21:01:54.648Z] ---> 78beab0966a3 [2023-01-11T21:01:54.648Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-01-11T21:01:56.071Z] ---> a4a580022441 [2023-01-11T21:01:56.071Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-01-11T21:01:56.071Z] ---> f171b11a0427 [2023-01-11T21:01:56.071Z] 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-01-11T21:01:58.022Z] ---> c0bc1c56df97 [2023-01-11T21:01:58.022Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-01-11T21:01:59.674Z] ---> 3d676249abe8 [2023-01-11T21:01:59.674Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-01-11T21:01:59.674Z] ---> 1bed8a39f351 [2023-01-11T21:01:59.674Z] 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-01-11T21:02:01.138Z] ---> 3fb70539aa63 [2023-01-11T21:02:01.138Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-01-11T21:02:03.834Z] ---> f5f53e291f6a [2023-01-11T21:02:03.834Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-01-11T21:02:04.424Z] ---> 754217d0c17d [2023-01-11T21:02:04.424Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-01-11T21:02:05.378Z] ---> d675ffee96ee [2023-01-11T21:02:05.379Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-11T21:02:05.644Z] ---> Running in 7d3e161d29f8 [2023-01-11T21:02:06.601Z] Removing intermediate container c7a23206aa27 [2023-01-11T21:02:06.601Z] ---> 428e035c4d95 [2023-01-11T21:02:06.601Z] [2023-01-11T21:02:06.601Z] Step 10/23 : FROM alpine:3.16 [2023-01-11T21:02:06.601Z] ---> 2b4661558fb8 [2023-01-11T21:02:06.601Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-01-11T21:02:06.601Z] ---> Running in 86ff20dcb9f6 [2023-01-11T21:02:08.005Z] ---> b3bdb903180e [2023-01-11T21:02:08.005Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-01-11T21:02:08.964Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-11T21:02:09.229Z] ---> b00595ca65f9 [2023-01-11T21:02:09.229Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-11T21:02:09.229Z] ---> Running in aa1e6ec74cdd [2023-01-11T21:02:09.502Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-11T21:02:10.083Z] Removing intermediate container 7d3e161d29f8 [2023-01-11T21:02:10.083Z] ---> e77a06f23144 [2023-01-11T21:02:10.083Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-01-11T21:02:10.351Z] ---> Running in 00e3f0141bbd [2023-01-11T21:02:10.934Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-11T21:02:10.934Z] Executing busybox-1.35.0-r17.trigger [2023-01-11T21:02:10.934Z] OK: 5 MiB in 15 packages [2023-01-11T21:02:11.199Z] Removing intermediate container 00e3f0141bbd [2023-01-11T21:02:11.199Z] ---> 572ebad881c3 [2023-01-11T21:02:11.199Z] Step 19/21 : LABEL arch=arm64 [2023-01-11T21:02:11.467Z] ---> Running in d92e53df3ef4 [2023-01-11T21:02:12.425Z] Removing intermediate container d92e53df3ef4 [2023-01-11T21:02:12.425Z] ---> 69cb9ffc5a35 [2023-01-11T21:02:12.425Z] Step 20/21 : LABEL git_sha=9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T21:02:12.691Z] ---> Running in 5d14319caaf5 [2023-01-11T21:02:13.274Z] Removing intermediate container 86ff20dcb9f6 [2023-01-11T21:02:13.274Z] ---> ae353066b83f [2023-01-11T21:02:13.274Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-11T21:02:13.540Z] ---> Running in df093685c3bc [2023-01-11T21:02:13.540Z] Removing intermediate container 5d14319caaf5 [2023-01-11T21:02:13.540Z] ---> 2434d278d975 [2023-01-11T21:02:13.540Z] Step 21/21 : LABEL version=3.0.0-dev.15 [2023-01-11T21:02:13.806Z] ---> Running in f657fdc8af6a [2023-01-11T21:02:17.154Z] Removing intermediate container aa1e6ec74cdd [2023-01-11T21:02:17.154Z] ---> ecb373a51736 [2023-01-11T21:02:17.154Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-01-11T21:02:17.154Z] Removing intermediate container df093685c3bc [2023-01-11T21:02:17.154Z] ---> 142e15918073 [2023-01-11T21:02:17.154Z] Step 13/23 : ENV APP_PORT=59882 [2023-01-11T21:02:17.427Z] Removing intermediate container f657fdc8af6a [2023-01-11T21:02:17.427Z] ---> e0bb38aa213c [2023-01-11T21:02:17.427Z] [2023-01-11T21:02:17.427Z] ---> Running in 3c7e42a58384 [2023-01-11T21:02:17.427Z] ---> Running in 6a57c916166c [2023-01-11T21:02:18.011Z] Successfully built e0bb38aa213c [2023-01-11T21:02:18.011Z] Successfully tagged security-proxy-setup-arm64:latest [2023-01-11T21:02:18.011Z] Building security-spiffe-token-provider [2023-01-11T21:02:18.277Z]  Building security-proxy-setup ... done Removing intermediate container 6a57c916166c [2023-01-11T21:02:18.277Z] ---> c7d1c4a1d27e [2023-01-11T21:02:18.277Z] Step 22/24 : LABEL arch=arm64 [2023-01-11T21:02:18.546Z] Removing intermediate container 3c7e42a58384 [2023-01-11T21:02:18.546Z] ---> 2b16c5ba00fe [2023-01-11T21:02:18.546Z] Step 14/23 : EXPOSE $APP_PORT [2023-01-11T21:02:18.546Z] ---> Running in 1d0ca646e144 [2023-01-11T21:02:18.546Z] ---> Running in 396d786af33b [2023-01-11T21:02:19.508Z] Removing intermediate container 1d0ca646e144 [2023-01-11T21:02:19.508Z] ---> 05a35f972c3d [2023-01-11T21:02:19.508Z] Step 23/24 : LABEL git_sha=9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T21:02:19.781Z] Removing intermediate container 396d786af33b [2023-01-11T21:02:19.781Z] ---> 2b3842a16030 [2023-01-11T21:02:19.781Z] Step 15/23 : WORKDIR / [2023-01-11T21:02:19.781Z] ---> Running in 3959a9cf7086 [2023-01-11T21:02:19.781Z] ---> Running in cc495eec652b [2023-01-11T21:02:20.746Z] Removing intermediate container 3959a9cf7086 [2023-01-11T21:02:20.746Z] ---> 40da1d20f7c3 [2023-01-11T21:02:20.746Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-11T21:02:20.746Z] Removing intermediate container cc495eec652b [2023-01-11T21:02:20.746Z] ---> 92d8277d5f30 [2023-01-11T21:02:20.746Z] Step 24/24 : LABEL version=3.0.0-dev.15 [2023-01-11T21:02:20.746Z] ---> Running in 9a9f77bf014f [2023-01-11T21:02:22.179Z] Removing intermediate container 9a9f77bf014f [2023-01-11T21:02:22.179Z] ---> 1ffe0008a61f [2023-01-11T21:02:22.179Z] [2023-01-11T21:02:22.179Z] Successfully built 1ffe0008a61f [2023-01-11T21:02:22.179Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-01-11T21:02:22.179Z]  Building security-secretstore-setup ... done Building support-notifications [2023-01-11T21:02:22.444Z] ---> 208263d71fef [2023-01-11T21:02:22.444Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-01-11T21:02:22.711Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-11T21:02:22.711Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-01-11T21:02:22.711Z] ---> 2782912ec145 [2023-01-11T21:02:22.711Z] Step 3/19 : WORKDIR /edgex-go [2023-01-11T21:02:22.711Z] ---> Using cache [2023-01-11T21:02:22.711Z] ---> 7d97ca687658 [2023-01-11T21:02:22.711Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-01-11T21:02:22.711Z] ---> Running in 81de301f3eaf [2023-01-11T21:02:23.675Z] Removing intermediate container 85926e091471 [2023-01-11T21:02:23.675Z] ---> 33d6e6e6f042 [2023-01-11T21:02:23.675Z] [2023-01-11T21:02:23.675Z] Step 10/22 : FROM alpine:3.16 [2023-01-11T21:02:23.675Z] ---> 2b4661558fb8 [2023-01-11T21:02:23.675Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-01-11T21:02:23.942Z] ---> Running in 1fbf74330177 [2023-01-11T21:02:24.908Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-11T21:02:24.908Z] Removing intermediate container 1fbf74330177 [2023-01-11T21:02:24.908Z] ---> e40f1c7dfa7c [2023-01-11T21:02:24.908Z] Step 12/22 : ENV APP_PORT=59880 [2023-01-11T21:02:25.181Z] ---> Running in 5ca4dcc09a3f [2023-01-11T21:02:25.474Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-11T21:02:25.474Z] ---> 643e3359f707 [2023-01-11T21:02:25.474Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-01-11T21:02:25.741Z] Removing intermediate container 5ca4dcc09a3f [2023-01-11T21:02:25.741Z] ---> 0ca02b08fd38 [2023-01-11T21:02:25.741Z] Step 13/22 : EXPOSE $APP_PORT [2023-01-11T21:02:25.741Z] ---> Running in fffc973f0b9b [2023-01-11T21:02:26.705Z] v3.16.3-99-g1016b47723 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-01-11T21:02:26.705Z] v3.16.3-104-g68a75e0e6d [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-01-11T21:02:26.705Z] OK: 16899 distinct packages available [2023-01-11T21:02:26.705Z] Removing intermediate container fffc973f0b9b [2023-01-11T21:02:26.705Z] ---> a7b377d2269f [2023-01-11T21:02:26.705Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-01-11T21:02:26.982Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-11T21:02:26.982Z] ---> Running in 54a74ad70083 [2023-01-11T21:02:27.248Z] ---> a478f96790d8 [2023-01-11T21:02:27.248Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-01-11T21:02:27.248Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-11T21:02:27.248Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-11T21:02:27.248Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-11T21:02:27.248Z] ---> 2782912ec145 [2023-01-11T21:02:27.248Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-11T21:02:27.248Z] ---> Using cache [2023-01-11T21:02:27.248Z] ---> 578781a54676 [2023-01-11T21:02:27.248Z] Step 4/22 : WORKDIR /edgex-go [2023-01-11T21:02:27.248Z] ---> Using cache [2023-01-11T21:02:27.248Z] ---> 14730dcc8d04 [2023-01-11T21:02:27.248Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-01-11T21:02:27.517Z] ---> Running in fcb184b25070 [2023-01-11T21:02:27.517Z] ---> Running in 87a105135e18 [2023-01-11T21:02:28.482Z] OK: 221 MiB in 51 packages [2023-01-11T21:02:28.482Z] Removing intermediate container fcb184b25070 [2023-01-11T21:02:28.482Z] ---> 0f2fda50243e [2023-01-11T21:02:28.482Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-11T21:02:28.482Z] ---> Running in 4ac110344d8b [2023-01-11T21:02:29.450Z] Removing intermediate container 4ac110344d8b [2023-01-11T21:02:29.450Z] ---> 659545137a50 [2023-01-11T21:02:29.450Z] Step 21/23 : LABEL arch=arm64 [2023-01-11T21:02:29.718Z] ---> Running in 0f45bcdd38d2 [2023-01-11T21:02:30.303Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-11T21:02:30.577Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-11T21:02:30.577Z] Removing intermediate container 0f45bcdd38d2 [2023-01-11T21:02:30.577Z] ---> 7ecc504c967d [2023-01-11T21:02:30.577Z] Step 22/23 : LABEL git_sha=9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T21:02:30.857Z] Removing intermediate container 81de301f3eaf [2023-01-11T21:02:30.857Z] ---> cedf53b2f3b9 [2023-01-11T21:02:30.857Z] Step 5/19 : COPY go.mod vendor* ./ [2023-01-11T21:02:30.857Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-11T21:02:30.857Z] ---> Running in 8a660840dcf6 [2023-01-11T21:02:30.857Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-11T21:02:31.450Z] Removing intermediate container 8a660840dcf6 [2023-01-11T21:02:31.450Z] ---> 626d484a83f6 [2023-01-11T21:02:31.450Z] Step 23/23 : LABEL version=3.0.0-dev.15 [2023-01-11T21:02:31.718Z] ---> Running in 81be0e3f1a08 [2023-01-11T21:02:32.304Z] ---> 341462d34b08 [2023-01-11T21:02:32.304Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-11T21:02:32.304Z] ---> Running in 6d6ddf44170a [2023-01-11T21:02:32.304Z] Removing intermediate container 81be0e3f1a08 [2023-01-11T21:02:32.304Z] ---> 49758a466154 [2023-01-11T21:02:32.304Z] OK: 221 MiB in 51 packages [2023-01-11T21:02:32.304Z] [2023-01-11T21:02:32.575Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-11T21:02:32.575Z] Executing busybox-1.35.0-r17.trigger [2023-01-11T21:02:32.575Z] OK: 5 MiB in 15 packages [2023-01-11T21:02:32.575Z] Successfully built 49758a466154 [2023-01-11T21:02:32.575Z] Successfully tagged core-command-arm64:latest [2023-01-11T21:02:32.575Z] Building security-spire-agent [2023-01-11T21:02:34.521Z]  Building core-command ... done Removing intermediate container 87a105135e18 [2023-01-11T21:02:34.521Z] ---> 9c6296cfb339 [2023-01-11T21:02:34.521Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-11T21:02:34.789Z] Removing intermediate container 54a74ad70083 [2023-01-11T21:02:34.789Z] ---> 12bd8556f11b [2023-01-11T21:02:34.789Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-11T21:02:35.748Z] ---> bb60d4157d3b [2023-01-11T21:02:35.748Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-11T21:02:35.748Z] ---> Running in f1da38432056 [2023-01-11T21:02:35.748Z] ---> b6f5d044b8a3 [2023-01-11T21:02:35.748Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-01-11T21:02:37.693Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-11T21:02:37.693Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-11T21:02:37.693Z] ---> 2782912ec145 [2023-01-11T21:02:37.693Z] Step 3/24 : WORKDIR /edgex-go [2023-01-11T21:02:37.693Z] ---> Using cache [2023-01-11T21:02:37.693Z] ---> 7d97ca687658 [2023-01-11T21:02:37.693Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-11T21:02:37.961Z] ---> Running in f2c5095695a5 [2023-01-11T21:02:38.921Z] ---> 5762c6d059c3 [2023-01-11T21:02:38.921Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-01-11T21:02:39.882Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-11T21:02:39.882Z] ---> fc206ec2ab93 [2023-01-11T21:02:39.882Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-01-11T21:02:40.152Z] ---> Running in f11f45da157d [2023-01-11T21:02:40.421Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-11T21:02:40.693Z] Removing intermediate container f11f45da157d [2023-01-11T21:02:40.693Z] ---> 8a1d6d3a9697 [2023-01-11T21:02:40.693Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-11T21:02:40.693Z] ---> Running in 7487f707321c [2023-01-11T21:02:41.278Z] Removing intermediate container 7487f707321c [2023-01-11T21:02:41.278Z] ---> 89ee0636a45a [2023-01-11T21:02:41.278Z] Step 20/22 : LABEL arch=arm64 [2023-01-11T21:02:41.278Z] ---> Running in 4776f98704dc [2023-01-11T21:02:41.860Z] OK: 221 MiB in 51 packages [2023-01-11T21:02:41.860Z] Removing intermediate container 4776f98704dc [2023-01-11T21:02:41.860Z] ---> 61fe0c887af8 [2023-01-11T21:02:41.860Z] Step 21/22 : LABEL git_sha=9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T21:02:41.860Z] ---> Running in 60025cd68f12 [2023-01-11T21:02:42.819Z] Removing intermediate container 60025cd68f12 [2023-01-11T21:02:42.819Z] ---> 36fc813e23af [2023-01-11T21:02:42.819Z] Step 22/22 : LABEL version=3.0.0-dev.15 [2023-01-11T21:02:42.819Z] ---> Running in 497a91ad0a0c [2023-01-11T21:02:43.401Z] Removing intermediate container f2c5095695a5 [2023-01-11T21:02:43.401Z] ---> 025349c7ff9d [2023-01-11T21:02:43.401Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-11T21:02:43.401Z] Removing intermediate container 497a91ad0a0c [2023-01-11T21:02:43.401Z] ---> dc51d3165458 [2023-01-11T21:02:43.401Z] [2023-01-11T21:02:43.667Z] Successfully built dc51d3165458 [2023-01-11T21:02:43.667Z] Successfully tagged core-data-arm64:latest [2023-01-11T21:02:43.667Z]  Building core-data ... done Building core-metadata [2023-01-11T21:02:44.251Z] ---> abae8b7fd017 [2023-01-11T21:02:44.251Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-11T21:02:44.519Z] ---> Running in a5fd01adbf58 [2023-01-11T21:02:47.863Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-11T21:02:47.863Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-11T21:02:47.863Z] ---> 2782912ec145 [2023-01-11T21:02:47.863Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-01-11T21:02:47.863Z] ---> Using cache [2023-01-11T21:02:47.863Z] ---> 578781a54676 [2023-01-11T21:02:47.863Z] Step 4/24 : WORKDIR /edgex-go [2023-01-11T21:02:47.863Z] ---> Using cache [2023-01-11T21:02:47.863Z] ---> 14730dcc8d04 [2023-01-11T21:02:47.863Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-01-11T21:02:47.863Z] ---> Using cache [2023-01-11T21:02:47.863Z] ---> f3e7c544128f [2023-01-11T21:02:47.863Z] Step 6/24 : COPY go.mod vendor* ./ [2023-01-11T21:02:47.863Z] ---> Using cache [2023-01-11T21:02:47.863Z] ---> b55c0df4f5b3 [2023-01-11T21:02:47.863Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-11T21:02:47.863Z] ---> Using cache [2023-01-11T21:02:47.863Z] ---> ac6961f98955 [2023-01-11T21:02:47.863Z] Step 8/24 : COPY . . [2023-01-11T21:02:47.863Z] ---> Using cache [2023-01-11T21:02:47.863Z] ---> b0d01dc8e2ab [2023-01-11T21:02:47.863Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-01-11T21:02:48.447Z] ---> Running in 5bb5ae97f3d8 [2023-01-11T21:02:50.383Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-01-11T21:04:27.033Z] Removing intermediate container 14452d643b39 [2023-01-11T21:04:27.033Z] ---> 1c0e94f18c64 [2023-01-11T21:04:27.033Z] [2023-01-11T21:04:27.033Z] Step 10/22 : FROM alpine:3.16 [2023-01-11T21:04:27.033Z] ---> 2b4661558fb8 [2023-01-11T21:04:27.033Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-01-11T21:04:27.033Z] ---> Using cache [2023-01-11T21:04:27.033Z] ---> ae353066b83f [2023-01-11T21:04:27.033Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-11T21:04:27.033Z] ---> Using cache [2023-01-11T21:04:27.033Z] ---> 142e15918073 [2023-01-11T21:04:27.033Z] Step 13/22 : ENV APP_PORT=59861 [2023-01-11T21:04:27.033Z] ---> Running in c3e28b541bda [2023-01-11T21:04:27.033Z] Removing intermediate container c3e28b541bda [2023-01-11T21:04:27.033Z] ---> cbebc12dc860 [2023-01-11T21:04:27.033Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-11T21:04:27.033Z] ---> Running in 525f1ffc68e3 [2023-01-11T21:04:27.033Z] Removing intermediate container 525f1ffc68e3 [2023-01-11T21:04:27.033Z] ---> 87cbe231cb5b [2023-01-11T21:04:27.033Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-11T21:04:27.033Z] ---> 749bf6f3db0e [2023-01-11T21:04:27.033Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-01-11T21:04:27.033Z] ---> b07b1463da16 [2023-01-11T21:04:27.033Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-01-11T21:04:28.440Z] ---> d4b20fd2dbd2 [2023-01-11T21:04:28.441Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-01-11T21:04:28.706Z] ---> Running in 53ddb3adb3b5 [2023-01-11T21:04:30.115Z] Removing intermediate container 53ddb3adb3b5 [2023-01-11T21:04:30.115Z] ---> 144a48276b64 [2023-01-11T21:04:30.115Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-11T21:04:30.383Z] ---> Running in 0f07495cb5bd [2023-01-11T21:04:31.789Z] Removing intermediate container 0f07495cb5bd [2023-01-11T21:04:31.789Z] ---> d54b31e35673 [2023-01-11T21:04:31.789Z] Step 20/22 : LABEL arch=arm64 [2023-01-11T21:04:31.789Z] ---> Running in 0c23b977cdfd [2023-01-11T21:04:36.042Z] Removing intermediate container 0c23b977cdfd [2023-01-11T21:04:36.042Z] ---> 86d0177e2098 [2023-01-11T21:04:36.042Z] Step 21/22 : LABEL git_sha=9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T21:04:36.042Z] ---> Running in 764f194cc010 [2023-01-11T21:04:36.624Z] Removing intermediate container 764f194cc010 [2023-01-11T21:04:36.624Z] ---> bd001a073a95 [2023-01-11T21:04:36.624Z] Step 22/22 : LABEL version=3.0.0-dev.15 [2023-01-11T21:04:36.891Z] ---> Running in 0bf49c63bfea [2023-01-11T21:04:37.879Z] Removing intermediate container 0bf49c63bfea [2023-01-11T21:04:37.879Z] ---> 52789133182c [2023-01-11T21:04:37.879Z] [2023-01-11T21:04:38.146Z] Successfully built 52789133182c [2023-01-11T21:04:38.146Z] Successfully tagged support-scheduler-arm64:latest [2023-01-11T21:04:38.146Z]  Building support-scheduler ... done Building security-bootstrapper [2023-01-11T21:04:42.423Z] Removing intermediate container f1da38432056 [2023-01-11T21:04:42.423Z] ---> faae475da0b3 [2023-01-11T21:04:42.423Z] Step 8/22 : COPY . . [2023-01-11T21:04:42.423Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-11T21:04:42.423Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-01-11T21:04:42.423Z] ---> 2782912ec145 [2023-01-11T21:04:42.423Z] Step 3/32 : WORKDIR /edgex-go [2023-01-11T21:04:42.423Z] ---> Using cache [2023-01-11T21:04:42.423Z] ---> 7d97ca687658 [2023-01-11T21:04:42.423Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-01-11T21:04:42.423Z] ---> Using cache [2023-01-11T21:04:42.423Z] ---> 5f75d9700ef1 [2023-01-11T21:04:42.423Z] Step 5/32 : COPY go.mod vendor* ./ [2023-01-11T21:04:42.423Z] ---> Using cache [2023-01-11T21:04:42.423Z] ---> 52384f9938e7 [2023-01-11T21:04:42.423Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-11T21:04:42.423Z] ---> Using cache [2023-01-11T21:04:42.423Z] ---> 75fbe3467964 [2023-01-11T21:04:42.423Z] Step 7/32 : COPY . . [2023-01-11T21:04:42.690Z] ---> Using cache [2023-01-11T21:04:42.690Z] ---> 535baccd17c9 [2023-01-11T21:04:42.690Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-01-11T21:04:43.277Z] ---> Running in 13c85ac9f1eb [2023-01-11T21:04:44.687Z] Removing intermediate container 6d6ddf44170a [2023-01-11T21:04:44.687Z] ---> 9369f99ec65d [2023-01-11T21:04:44.687Z] Step 7/19 : COPY . . [2023-01-11T21:04:45.648Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-01-11T21:04:49.003Z] Removing intermediate container a5fd01adbf58 [2023-01-11T21:04:49.003Z] ---> 84c856e6fe39 [2023-01-11T21:04:49.003Z] Step 7/24 : COPY . . [2023-01-11T21:04:49.003Z] ---> e156925e221d [2023-01-11T21:04:49.003Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-01-11T21:04:49.003Z] ---> Running in a3fef2d5f206 [2023-01-11T21:04:49.270Z] ---> bef25a001ad4 [2023-01-11T21:04:49.270Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-01-11T21:04:49.536Z] ---> Running in aa3fb4e34e9e [2023-01-11T21:04:51.476Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-01-11T21:04:51.742Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-01-11T21:04:53.147Z] ---> 1da585430a05 [2023-01-11T21:04:53.147Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-11T21:04:53.413Z] ---> Running in 75e32bc17e53 [2023-01-11T21:04:53.679Z] Removing intermediate container 75e32bc17e53 [2023-01-11T21:04:53.679Z] ---> c5181ab3cb99 [2023-01-11T21:04:53.679Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-11T21:04:53.949Z] ---> Running in 2183fab7e723 [2023-01-11T21:04:54.541Z] Removing intermediate container 2183fab7e723 [2023-01-11T21:04:54.541Z] ---> 8d64f288ea3c [2023-01-11T21:04:54.541Z] 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-01-11T21:04:54.541Z] ---> Running in 39be624ed438 [2023-01-11T21:04:57.126Z] Removing intermediate container 39be624ed438 [2023-01-11T21:04:57.126Z] ---> 90416502a03e [2023-01-11T21:04:57.126Z] Step 11/24 : WORKDIR /edgex-go [2023-01-11T21:04:57.394Z] ---> Running in f04e534f7473 [2023-01-11T21:04:57.983Z] Removing intermediate container f04e534f7473 [2023-01-11T21:04:57.983Z] ---> b81bff61378b [2023-01-11T21:04:57.983Z] [2023-01-11T21:04:57.983Z] Step 12/24 : FROM alpine:3.15 [2023-01-11T21:04:57.983Z] 3.15: Pulling from library/alpine [2023-01-11T21:04:59.388Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-01-11T21:04:59.388Z] Status: Downloaded newer image for alpine:3.15 [2023-01-11T21:04:59.388Z] ---> 8aa73fd46299 [2023-01-11T21:04:59.388Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-11T21:05:00.802Z] ---> Running in 7f9c97bc8ede [2023-01-11T21:05:01.073Z] Removing intermediate container 7f9c97bc8ede [2023-01-11T21:05:01.073Z] ---> 426f99a83a53 [2023-01-11T21:05:01.073Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-11T21:05:01.339Z] ---> Running in d3a144d38afd [2023-01-11T21:05:03.283Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-11T21:05:03.283Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-11T21:05:04.694Z] v3.15.6-242-g9cfdeb1de4 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-11T21:05:04.694Z] v3.15.6-237-g9ae8855cb5 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-11T21:05:04.694Z] OK: 15736 distinct packages available [2023-01-11T21:05:04.960Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-11T21:05:05.544Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-11T21:05:06.946Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-01-11T21:05:06.946Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-01-11T21:05:06.946Z] (3/5) Installing libucontext (1.1-r0) [2023-01-11T21:05:06.946Z] (4/5) Installing gcompat (1.0.0-r4) [2023-01-11T21:05:06.946Z] (5/5) Installing openssl (1.1.1s-r1) [2023-01-11T21:05:06.946Z] Executing busybox-1.34.1-r7.trigger [2023-01-11T21:05:06.946Z] OK: 6 MiB in 19 packages [2023-01-11T21:05:08.888Z] Removing intermediate container d3a144d38afd [2023-01-11T21:05:08.888Z] ---> 13c294637380 [2023-01-11T21:05:08.888Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-01-11T21:05:11.477Z] ---> c44b037fbc97 [2023-01-11T21:05:11.477Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-11T21:05:16.806Z] ---> 2b75ac6d9248 [2023-01-11T21:05:16.806Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-01-11T21:05:17.390Z] ---> b04b8578bd83 [2023-01-11T21:05:17.390Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-01-11T21:05:17.979Z] ---> 09f56bc435fa [2023-01-11T21:05:17.979Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-01-11T21:05:18.942Z] ---> 0cc8648bc550 [2023-01-11T21:05:18.942Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-11T21:05:18.942Z] ---> Running in 55a17b6004b8 [2023-01-11T21:05:19.528Z] Removing intermediate container 55a17b6004b8 [2023-01-11T21:05:19.528Z] ---> f7568ee7c381 [2023-01-11T21:05:19.528Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-11T21:05:19.528Z] ---> Running in 0e7f594ce5de [2023-01-11T21:05:19.799Z] Removing intermediate container 0e7f594ce5de [2023-01-11T21:05:19.799Z] ---> 108ce30936cd [2023-01-11T21:05:19.799Z] Step 22/24 : LABEL arch=arm64 [2023-01-11T21:05:20.074Z] ---> Running in 1b475e95daf6 [2023-01-11T21:05:20.345Z] Removing intermediate container 1b475e95daf6 [2023-01-11T21:05:20.345Z] ---> 7639df17913d [2023-01-11T21:05:20.345Z] Step 23/24 : LABEL git_sha=9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T21:05:20.614Z] ---> Running in 6853e4974d8c [2023-01-11T21:05:20.882Z] Removing intermediate container 6853e4974d8c [2023-01-11T21:05:20.882Z] ---> a327c2f2fb18 [2023-01-11T21:05:20.882Z] Step 24/24 : LABEL version=3.0.0-dev.15 [2023-01-11T21:05:21.148Z] ---> Running in d5f33b07fe4b [2023-01-11T21:05:21.428Z] Removing intermediate container d5f33b07fe4b [2023-01-11T21:05:21.428Z] ---> 04834b91b5d2 [2023-01-11T21:05:21.428Z] [2023-01-11T21:05:21.696Z] Successfully built 04834b91b5d2 [2023-01-11T21:05:21.696Z] Successfully tagged security-spire-agent-arm64:latest [2023-01-11T21:05:21.696Z]  Building security-spire-agent ... done Building security-spire-server [2023-01-11T21:05:25.363Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-11T21:05:25.363Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-11T21:05:25.363Z] ---> 2782912ec145 [2023-01-11T21:05:25.363Z] Step 3/23 : WORKDIR /edgex-go [2023-01-11T21:05:25.363Z] ---> Using cache [2023-01-11T21:05:25.363Z] ---> 7d97ca687658 [2023-01-11T21:05:25.363Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-01-11T21:05:25.363Z] ---> Using cache [2023-01-11T21:05:25.363Z] ---> 025349c7ff9d [2023-01-11T21:05:25.363Z] Step 5/23 : COPY go.mod vendor* ./ [2023-01-11T21:05:25.363Z] ---> Using cache [2023-01-11T21:05:25.363Z] ---> abae8b7fd017 [2023-01-11T21:05:25.363Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-11T21:05:25.363Z] ---> Using cache [2023-01-11T21:05:25.363Z] ---> 84c856e6fe39 [2023-01-11T21:05:25.363Z] Step 7/23 : COPY . . [2023-01-11T21:05:25.363Z] ---> Using cache [2023-01-11T21:05:25.363Z] ---> 1da585430a05 [2023-01-11T21:05:25.363Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-01-11T21:05:25.363Z] ---> Using cache [2023-01-11T21:05:25.363Z] ---> c5181ab3cb99 [2023-01-11T21:05:25.363Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-01-11T21:05:25.363Z] ---> Using cache [2023-01-11T21:05:25.363Z] ---> 8d64f288ea3c [2023-01-11T21:05:25.363Z] 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-01-11T21:05:25.633Z] ---> Running in a57e8ff9db20 [2023-01-11T21:05:28.231Z] Removing intermediate container a57e8ff9db20 [2023-01-11T21:05:28.231Z] ---> 0282504a9e4a [2023-01-11T21:05:28.231Z] Step 11/23 : WORKDIR /edgex-go [2023-01-11T21:05:28.496Z] ---> Running in 9f2e2f49a84e [2023-01-11T21:05:29.081Z] Removing intermediate container 9f2e2f49a84e [2023-01-11T21:05:29.081Z] ---> 08be96f9c139 [2023-01-11T21:05:29.081Z] [2023-01-11T21:05:29.081Z] Step 12/23 : FROM alpine:3.15 [2023-01-11T21:05:29.081Z] ---> 8aa73fd46299 [2023-01-11T21:05:29.081Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-11T21:05:29.081Z] ---> Using cache [2023-01-11T21:05:29.081Z] ---> 426f99a83a53 [2023-01-11T21:05:29.081Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-11T21:05:29.081Z] ---> Using cache [2023-01-11T21:05:29.081Z] ---> 13c294637380 [2023-01-11T21:05:29.081Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-11T21:05:34.653Z] ---> 6a3878fa1849 [2023-01-11T21:05:34.653Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-01-11T21:05:35.287Z] ---> b4f05810db82 [2023-01-11T21:05:35.287Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-01-11T21:05:35.938Z] ---> 13d68dc72183 [2023-01-11T21:05:35.938Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-01-11T21:05:37.942Z] ---> a1a3fa4ea6ab [2023-01-11T21:05:37.942Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-11T21:05:38.208Z] ---> Running in 1b0f005e74e7 [2023-01-11T21:05:38.477Z] Removing intermediate container 1b0f005e74e7 [2023-01-11T21:05:38.477Z] ---> 2318a415ec04 [2023-01-11T21:05:38.477Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-11T21:05:38.745Z] ---> Running in 6571282db959 [2023-01-11T21:05:39.328Z] Removing intermediate container 6571282db959 [2023-01-11T21:05:39.328Z] ---> dc22b6a867f3 [2023-01-11T21:05:39.328Z] Step 21/23 : LABEL arch=arm64 [2023-01-11T21:05:39.328Z] ---> Running in 03d7604008a7 [2023-01-11T21:05:39.914Z] Removing intermediate container 03d7604008a7 [2023-01-11T21:05:39.914Z] ---> a39fa08c7df4 [2023-01-11T21:05:39.914Z] Step 22/23 : LABEL git_sha=9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T21:05:39.914Z] ---> Running in 039714d3ac01 [2023-01-11T21:05:40.496Z] Removing intermediate container 039714d3ac01 [2023-01-11T21:05:40.496Z] ---> b81eff0edbbd [2023-01-11T21:05:40.496Z] Step 23/23 : LABEL version=3.0.0-dev.15 [2023-01-11T21:05:40.496Z] ---> Running in 60def705192b [2023-01-11T21:05:41.078Z] Removing intermediate container 60def705192b [2023-01-11T21:05:41.078Z] ---> 80bd6bc25063 [2023-01-11T21:05:41.078Z] [2023-01-11T21:05:41.078Z] Successfully built 80bd6bc25063 [2023-01-11T21:05:41.078Z] Successfully tagged security-spire-server-arm64:latest [2023-01-11T21:05:41.078Z]  Building security-spire-server ... done Building security-spire-config [2023-01-11T21:05:44.418Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-11T21:05:44.418Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-11T21:05:44.418Z] ---> 2782912ec145 [2023-01-11T21:05:44.418Z] Step 3/24 : WORKDIR /edgex-go [2023-01-11T21:05:44.418Z] ---> Using cache [2023-01-11T21:05:44.418Z] ---> 7d97ca687658 [2023-01-11T21:05:44.418Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-11T21:05:44.418Z] ---> Using cache [2023-01-11T21:05:44.418Z] ---> 025349c7ff9d [2023-01-11T21:05:44.418Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-11T21:05:44.418Z] ---> Using cache [2023-01-11T21:05:44.418Z] ---> abae8b7fd017 [2023-01-11T21:05:44.418Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-11T21:05:44.418Z] ---> Using cache [2023-01-11T21:05:44.418Z] ---> 84c856e6fe39 [2023-01-11T21:05:44.418Z] Step 7/24 : COPY . . [2023-01-11T21:05:44.418Z] ---> Using cache [2023-01-11T21:05:44.418Z] ---> 1da585430a05 [2023-01-11T21:05:44.418Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-11T21:05:44.418Z] ---> Using cache [2023-01-11T21:05:44.418Z] ---> c5181ab3cb99 [2023-01-11T21:05:44.418Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-11T21:05:44.418Z] ---> Using cache [2023-01-11T21:05:44.418Z] ---> 8d64f288ea3c [2023-01-11T21:05:44.419Z] 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-01-11T21:05:44.419Z] ---> Using cache [2023-01-11T21:05:44.686Z] ---> 90416502a03e [2023-01-11T21:05:44.686Z] Step 11/24 : WORKDIR /edgex-go [2023-01-11T21:05:44.686Z] ---> Using cache [2023-01-11T21:05:44.686Z] ---> b81bff61378b [2023-01-11T21:05:44.686Z] [2023-01-11T21:05:44.686Z] Step 12/24 : FROM alpine:3.15 [2023-01-11T21:05:44.686Z] ---> 8aa73fd46299 [2023-01-11T21:05:44.686Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-11T21:05:44.686Z] ---> Using cache [2023-01-11T21:05:44.686Z] ---> 426f99a83a53 [2023-01-11T21:05:44.686Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-01-11T21:05:44.686Z] ---> Running in 2673acfa6f87 [2023-01-11T21:05:46.632Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-11T21:05:46.899Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-11T21:05:48.305Z] v3.15.6-242-g9cfdeb1de4 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-11T21:05:48.306Z] v3.15.6-237-g9ae8855cb5 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-11T21:05:48.306Z] OK: 15736 distinct packages available [2023-01-11T21:05:48.306Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-11T21:05:48.887Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-11T21:05:49.846Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-01-11T21:05:49.846Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-01-11T21:05:49.846Z] (3/4) Installing libucontext (1.1-r0) [2023-01-11T21:05:49.846Z] (4/4) Installing gcompat (1.0.0-r4) [2023-01-11T21:05:49.846Z] Executing busybox-1.34.1-r7.trigger [2023-01-11T21:05:49.846Z] OK: 6 MiB in 18 packages [2023-01-11T21:05:51.791Z] Removing intermediate container 2673acfa6f87 [2023-01-11T21:05:51.791Z] ---> 9e61a6ad8465 [2023-01-11T21:05:51.791Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-11T21:05:57.125Z] ---> 8269cfce0073 [2023-01-11T21:05:57.125Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-01-11T21:05:57.125Z] ---> f433afaadc0b [2023-01-11T21:05:57.125Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-01-11T21:05:57.125Z] ---> Running in 7269c580290a [2023-01-11T21:05:57.705Z] Removing intermediate container 7269c580290a [2023-01-11T21:05:57.705Z] ---> bccbe6ca5483 [2023-01-11T21:05:57.705Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-01-11T21:05:58.663Z] ---> 9539aa29b3f3 [2023-01-11T21:05:58.663Z] Step 19/24 : WORKDIR / [2023-01-11T21:05:58.663Z] ---> Running in c86f40fad1b6 [2023-01-11T21:05:59.247Z] Removing intermediate container c86f40fad1b6 [2023-01-11T21:05:59.247Z] ---> a549a1d2aeed [2023-01-11T21:05:59.247Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-11T21:05:59.514Z] ---> Running in 0ee85a8fd08a [2023-01-11T21:06:00.103Z] Removing intermediate container 0ee85a8fd08a [2023-01-11T21:06:00.104Z] ---> 66643f09a1f4 [2023-01-11T21:06:00.104Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-11T21:06:00.104Z] ---> Running in cc55b09fdac9 [2023-01-11T21:06:00.686Z] Removing intermediate container cc55b09fdac9 [2023-01-11T21:06:00.686Z] ---> ff7a4d03a58b [2023-01-11T21:06:00.686Z] Step 22/24 : LABEL arch=arm64 [2023-01-11T21:06:00.686Z] ---> Running in 1bbe501429a7 [2023-01-11T21:06:01.267Z] Removing intermediate container 1bbe501429a7 [2023-01-11T21:06:01.267Z] ---> c82b375c1fc5 [2023-01-11T21:06:01.267Z] Step 23/24 : LABEL git_sha=9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T21:06:01.267Z] ---> Running in 5c4341f7e594 [2023-01-11T21:06:01.851Z] Removing intermediate container 5c4341f7e594 [2023-01-11T21:06:01.851Z] ---> f32bec52fcf0 [2023-01-11T21:06:01.851Z] Step 24/24 : LABEL version=3.0.0-dev.15 [2023-01-11T21:06:01.851Z] ---> Running in 8b7c696598d9 [2023-01-11T21:06:02.434Z] Removing intermediate container 8b7c696598d9 [2023-01-11T21:06:02.434Z] ---> b443649db9dc [2023-01-11T21:06:02.434Z] [2023-01-11T21:06:02.434Z] Successfully built b443649db9dc [2023-01-11T21:06:02.434Z] Successfully tagged security-spire-config-arm64:latest [2023-01-11T21:07:24.077Z]  Building security-spire-config ... done Removing intermediate container 5bb5ae97f3d8 [2023-01-11T21:07:24.077Z] ---> f93e511a8d12 [2023-01-11T21:07:24.077Z] [2023-01-11T21:07:24.077Z] Step 10/24 : FROM alpine:3.16 [2023-01-11T21:07:24.077Z] ---> 2b4661558fb8 [2023-01-11T21:07:24.077Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-01-11T21:07:24.077Z] ---> Using cache [2023-01-11T21:07:24.077Z] ---> ae353066b83f [2023-01-11T21:07:24.077Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-11T21:07:24.077Z] ---> Using cache [2023-01-11T21:07:24.077Z] ---> 142e15918073 [2023-01-11T21:07:24.077Z] Step 13/24 : ENV APP_PORT=59881 [2023-01-11T21:07:24.077Z] ---> Running in 425219c47975 [2023-01-11T21:07:24.077Z] Removing intermediate container 425219c47975 [2023-01-11T21:07:24.077Z] ---> e15813ac3366 [2023-01-11T21:07:24.077Z] Step 14/24 : EXPOSE $APP_PORT [2023-01-11T21:07:24.077Z] ---> Running in 8ee69b96e7bb [2023-01-11T21:07:24.077Z] Removing intermediate container 8ee69b96e7bb [2023-01-11T21:07:24.077Z] ---> 065b30d99868 [2023-01-11T21:07:24.077Z] Step 15/24 : WORKDIR / [2023-01-11T21:07:24.077Z] ---> Running in dad09c3ebf57 [2023-01-11T21:07:24.077Z] Removing intermediate container dad09c3ebf57 [2023-01-11T21:07:24.077Z] ---> d138f33c592a [2023-01-11T21:07:24.077Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-11T21:07:24.077Z] ---> 479ec32a608e [2023-01-11T21:07:24.077Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-01-11T21:07:24.077Z] ---> c9b8e6f1b9ad [2023-01-11T21:07:24.077Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-01-11T21:07:24.077Z] ---> 3aa868ef6a3c [2023-01-11T21:07:24.077Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-01-11T21:07:24.077Z] ---> 54b7a683c11f [2023-01-11T21:07:24.077Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-01-11T21:07:24.077Z] ---> Running in ea9d6e3f34e7 [2023-01-11T21:07:24.077Z] Removing intermediate container ea9d6e3f34e7 [2023-01-11T21:07:24.077Z] ---> 065dc424e4f4 [2023-01-11T21:07:24.077Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-11T21:07:24.077Z] ---> Running in 59e4775e4bb8 [2023-01-11T21:07:24.077Z] Removing intermediate container 59e4775e4bb8 [2023-01-11T21:07:24.077Z] ---> 8b9a5da2d9e9 [2023-01-11T21:07:24.077Z] Step 22/24 : LABEL arch=arm64 [2023-01-11T21:07:24.077Z] ---> Running in c68d5ae01796 [2023-01-11T21:07:24.077Z] Removing intermediate container c68d5ae01796 [2023-01-11T21:07:24.077Z] ---> d5ec986dd008 [2023-01-11T21:07:24.077Z] Step 23/24 : LABEL git_sha=9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T21:07:24.077Z] ---> Running in 6be706f108d8 [2023-01-11T21:07:24.077Z] Removing intermediate container 6be706f108d8 [2023-01-11T21:07:24.077Z] ---> f491ed000513 [2023-01-11T21:07:24.077Z] Step 24/24 : LABEL version=3.0.0-dev.15 [2023-01-11T21:07:24.349Z] ---> Running in 1976ea1a75e4 [2023-01-11T21:07:24.617Z] Removing intermediate container 1976ea1a75e4 [2023-01-11T21:07:24.617Z] ---> 52bc9c9edf01 [2023-01-11T21:07:24.617Z] [2023-01-11T21:07:24.617Z] Successfully built 52bc9c9edf01 [2023-01-11T21:07:24.885Z] Successfully tagged core-metadata-arm64:latest [2023-01-11T21:09:31.573Z]  Building core-metadata ... done Removing intermediate container 13c85ac9f1eb [2023-01-11T21:09:31.573Z] ---> b49c67c58e0e [2023-01-11T21:09:31.573Z] [2023-01-11T21:09:31.573Z] Step 9/32 : FROM alpine:3.16 [2023-01-11T21:09:31.573Z] ---> 2b4661558fb8 [2023-01-11T21:09:31.573Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-11T21:09:31.573Z] ---> Running in 0fc274abcd1c [2023-01-11T21:09:31.573Z] Removing intermediate container 0fc274abcd1c [2023-01-11T21:09:31.573Z] ---> 13074bb28ce4 [2023-01-11T21:09:31.573Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-01-11T21:09:31.573Z] ---> Running in 31315fba37be [2023-01-11T21:09:31.573Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-11T21:09:31.573Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-11T21:09:31.573Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-01-11T21:09:31.573Z] (2/2) Installing su-exec (0.2-r1) [2023-01-11T21:09:31.573Z] Executing busybox-1.35.0-r17.trigger [2023-01-11T21:09:31.573Z] OK: 5 MiB in 16 packages [2023-01-11T21:09:31.573Z] Removing intermediate container 31315fba37be [2023-01-11T21:09:31.573Z] ---> 0f8a13449138 [2023-01-11T21:09:31.573Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-01-11T21:09:31.573Z] ---> Running in f7f2666cb0d8 [2023-01-11T21:09:31.573Z] Removing intermediate container f7f2666cb0d8 [2023-01-11T21:09:31.573Z] ---> a4dbfa07263c [2023-01-11T21:09:31.573Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-01-11T21:09:31.573Z] ---> Running in f548665c8212 [2023-01-11T21:09:31.573Z] Removing intermediate container f548665c8212 [2023-01-11T21:09:31.573Z] ---> 80bcb1c67595 [2023-01-11T21:09:31.573Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-01-11T21:09:31.573Z] ---> Running in 9fb660246c6b [2023-01-11T21:09:31.573Z] Removing intermediate container 9fb660246c6b [2023-01-11T21:09:31.573Z] ---> b60c26e65006 [2023-01-11T21:09:31.573Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-01-11T21:09:31.573Z] ---> Running in 6de9512f816b [2023-01-11T21:09:31.573Z] Removing intermediate container 6de9512f816b [2023-01-11T21:09:31.573Z] ---> fb63b4ba15dc [2023-01-11T21:09:31.573Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-01-11T21:09:31.573Z] ---> Running in 9df30a4cd286 [2023-01-11T21:09:31.573Z] Removing intermediate container 9df30a4cd286 [2023-01-11T21:09:31.573Z] ---> 20d1390e3768 [2023-01-11T21:09:31.573Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-01-11T21:09:31.573Z] ---> Running in 490d67884026 [2023-01-11T21:09:31.573Z] Removing intermediate container 490d67884026 [2023-01-11T21:09:31.573Z] ---> 1e5d636f4127 [2023-01-11T21:09:31.573Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-01-11T21:09:31.573Z] ---> 97641db7ac38 [2023-01-11T21:09:31.573Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-01-11T21:09:31.573Z] ---> Running in 66608c837a9b [2023-01-11T21:09:32.978Z] Removing intermediate container 66608c837a9b [2023-01-11T21:09:32.978Z] ---> 456bfe3c0e6e [2023-01-11T21:09:32.978Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-11T21:09:33.966Z] ---> f1b3fa589854 [2023-01-11T21:09:33.966Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-01-11T21:09:35.908Z] ---> d9a0cf817277 [2023-01-11T21:09:35.908Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-01-11T21:09:37.848Z] ---> de9513bd4119 [2023-01-11T21:09:37.848Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-01-11T21:09:38.809Z] ---> 14601a133cbf [2023-01-11T21:09:38.809Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-01-11T21:09:39.390Z] ---> 3646fa6e071b [2023-01-11T21:09:39.390Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-01-11T21:09:40.344Z] ---> c6cdf48306bd [2023-01-11T21:09:40.344Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-01-11T21:09:41.303Z] ---> 3b34ac35c6f3 [2023-01-11T21:09:41.303Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-01-11T21:09:41.303Z] ---> Running in 81bc47e26b2e [2023-01-11T21:09:44.642Z] Removing intermediate container 81bc47e26b2e [2023-01-11T21:09:44.642Z] ---> a474707066b6 [2023-01-11T21:09:44.642Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-01-11T21:09:44.642Z] ---> Running in 6b77a01d0674 [2023-01-11T21:09:44.642Z] Removing intermediate container 6b77a01d0674 [2023-01-11T21:09:44.642Z] ---> 31c5f3234a05 [2023-01-11T21:09:44.642Z] Step 29/32 : CMD ["gate"] [2023-01-11T21:09:44.908Z] ---> Running in 6e5e3e09f030 [2023-01-11T21:09:45.493Z] Removing intermediate container 6e5e3e09f030 [2023-01-11T21:09:45.493Z] ---> f849f5bc4f9a [2023-01-11T21:09:45.493Z] Step 30/32 : LABEL arch=arm64 [2023-01-11T21:09:45.493Z] ---> Running in 2e632c2adb86 [2023-01-11T21:09:46.073Z] Removing intermediate container 2e632c2adb86 [2023-01-11T21:09:46.073Z] ---> 1055034be290 [2023-01-11T21:09:46.073Z] Step 31/32 : LABEL git_sha=9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T21:09:46.073Z] ---> Running in a1c3efcb9378 [2023-01-11T21:09:46.654Z] Removing intermediate container a1c3efcb9378 [2023-01-11T21:09:46.654Z] ---> 5ab134be152f [2023-01-11T21:09:46.654Z] Step 32/32 : LABEL version=3.0.0-dev.15 [2023-01-11T21:09:46.654Z] ---> Running in d13d2e4f240f [2023-01-11T21:09:47.236Z] Removing intermediate container d13d2e4f240f [2023-01-11T21:09:47.236Z] ---> d692aa09a4e0 [2023-01-11T21:09:47.236Z] [2023-01-11T21:09:47.236Z] Successfully built d692aa09a4e0 [2023-01-11T21:09:47.236Z] Successfully tagged security-bootstrapper-arm64:latest [2023-01-11T21:10:13.946Z]  Building security-bootstrapper ... done Removing intermediate container aa3fb4e34e9e [2023-01-11T21:10:13.946Z] ---> 0ee6a3c28d36 [2023-01-11T21:10:13.946Z] [2023-01-11T21:10:13.946Z] Step 9/19 : FROM alpine:3.15 [2023-01-11T21:10:13.946Z] ---> 8aa73fd46299 [2023-01-11T21:10:13.946Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-11T21:10:13.946Z] ---> Using cache [2023-01-11T21:10:13.946Z] ---> 426f99a83a53 [2023-01-11T21:10:13.946Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-01-11T21:10:13.946Z] ---> Running in 9cdddd71e534 [2023-01-11T21:10:14.525Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-11T21:10:14.790Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-11T21:10:15.748Z] v3.15.6-242-g9cfdeb1de4 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-11T21:10:15.748Z] v3.15.6-237-g9ae8855cb5 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-11T21:10:15.748Z] OK: 15736 distinct packages available [2023-01-11T21:10:16.014Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-11T21:10:16.280Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-11T21:10:17.236Z] (1/9) Installing ca-certificates (20220614-r0) [2023-01-11T21:10:17.236Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-01-11T21:10:17.236Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-01-11T21:10:17.236Z] (4/9) Installing libcurl (7.80.0-r5) [2023-01-11T21:10:17.236Z] (5/9) Installing curl (7.80.0-r5) [2023-01-11T21:10:17.236Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-01-11T21:10:17.236Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-01-11T21:10:17.236Z] (8/9) Installing libucontext (1.1-r0) [2023-01-11T21:10:17.236Z] (9/9) Installing gcompat (1.0.0-r4) [2023-01-11T21:10:17.236Z] Executing busybox-1.34.1-r7.trigger [2023-01-11T21:10:17.236Z] Executing ca-certificates-20220614-r0.trigger [2023-01-11T21:10:17.506Z] OK: 8 MiB in 23 packages [2023-01-11T21:10:18.913Z] Removing intermediate container 9cdddd71e534 [2023-01-11T21:10:18.913Z] ---> d83a0654537a [2023-01-11T21:10:18.913Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-11T21:10:19.494Z] ---> 32d32f785799 [2023-01-11T21:10:19.494Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-01-11T21:10:20.905Z] ---> af441745de50 [2023-01-11T21:10:20.905Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-01-11T21:10:21.497Z] ---> b4fa849f98ef [2023-01-11T21:10:21.497Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-01-11T21:10:21.497Z] ---> Running in 5e7ceb991043 [2023-01-11T21:10:22.078Z] Removing intermediate container 5e7ceb991043 [2023-01-11T21:10:22.079Z] ---> 830c4a292d1f [2023-01-11T21:10:22.079Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-11T21:10:22.079Z] ---> Running in c6f23acd2235 [2023-01-11T21:10:22.345Z] Removing intermediate container c6f23acd2235 [2023-01-11T21:10:22.345Z] ---> e69d54d69029 [2023-01-11T21:10:22.345Z] Step 17/19 : LABEL arch=arm64 [2023-01-11T21:10:22.345Z] ---> Running in bdf4026121b3 [2023-01-11T21:10:22.610Z] Removing intermediate container bdf4026121b3 [2023-01-11T21:10:22.610Z] ---> 2eb5f918e1ea [2023-01-11T21:10:22.876Z] Step 18/19 : LABEL git_sha=9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T21:10:22.876Z] ---> Running in ab08f394e75a [2023-01-11T21:10:23.141Z] Removing intermediate container ab08f394e75a [2023-01-11T21:10:23.141Z] ---> 235964a2ea41 [2023-01-11T21:10:23.141Z] Step 19/19 : LABEL version=3.0.0-dev.15 [2023-01-11T21:10:23.408Z] ---> Running in 58d54a671cb2 [2023-01-11T21:10:23.674Z] Removing intermediate container 58d54a671cb2 [2023-01-11T21:10:23.674Z] ---> 20dcd96e0d61 [2023-01-11T21:10:23.674Z] [2023-01-11T21:10:23.674Z] Successfully built 20dcd96e0d61 [2023-01-11T21:10:23.674Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-01-11T21:10:29.329Z]  Building security-spiffe-token-provider ... done Removing intermediate container a3fef2d5f206 [2023-01-11T21:10:29.329Z] ---> 6e10789ffad4 [2023-01-11T21:10:29.329Z] [2023-01-11T21:10:29.329Z] Step 10/22 : FROM alpine:3.16 [2023-01-11T21:10:29.329Z] ---> 2b4661558fb8 [2023-01-11T21:10:29.329Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-01-11T21:10:29.329Z] ---> Running in 076c8989b64e [2023-01-11T21:10:30.315Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-11T21:10:30.582Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-11T21:10:31.993Z] (1/2) Installing ca-certificates (20220614-r0) [2023-01-11T21:10:31.993Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-01-11T21:10:31.993Z] Executing busybox-1.35.0-r17.trigger [2023-01-11T21:10:31.993Z] Executing ca-certificates-20220614-r0.trigger [2023-01-11T21:10:31.993Z] OK: 6 MiB in 16 packages [2023-01-11T21:10:33.409Z] Removing intermediate container 076c8989b64e [2023-01-11T21:10:33.409Z] ---> bd3fe097969a [2023-01-11T21:10:33.409Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-11T21:10:33.409Z] ---> Running in d451fda21922 [2023-01-11T21:10:33.409Z] Removing intermediate container d451fda21922 [2023-01-11T21:10:33.409Z] ---> 77b164ca2eac [2023-01-11T21:10:33.409Z] Step 13/22 : ENV APP_PORT=59860 [2023-01-11T21:10:33.675Z] ---> Running in d35ce0cd3d0f [2023-01-11T21:10:33.945Z] Removing intermediate container d35ce0cd3d0f [2023-01-11T21:10:33.945Z] ---> ff7ed806fd52 [2023-01-11T21:10:33.945Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-11T21:10:33.945Z] ---> Running in ae695468e509 [2023-01-11T21:10:34.212Z] Removing intermediate container ae695468e509 [2023-01-11T21:10:34.212Z] ---> 869c3889a58e [2023-01-11T21:10:34.212Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-11T21:10:34.797Z] ---> 9c0257904e36 [2023-01-11T21:10:34.797Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-01-11T21:10:36.200Z] ---> c7f926edf2b4 [2023-01-11T21:10:36.200Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-01-11T21:10:36.467Z] ---> ec169b2d7810 [2023-01-11T21:10:36.467Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-01-11T21:10:36.467Z] ---> Running in 63a9c6728a4a [2023-01-11T21:10:36.736Z] Removing intermediate container 63a9c6728a4a [2023-01-11T21:10:36.736Z] ---> ba675682fa66 [2023-01-11T21:10:36.736Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-11T21:10:37.005Z] ---> Running in f115d2f567c1 [2023-01-11T21:10:37.273Z] Removing intermediate container f115d2f567c1 [2023-01-11T21:10:37.273Z] ---> 27c31add4b68 [2023-01-11T21:10:37.273Z] Step 20/22 : LABEL arch=arm64 [2023-01-11T21:10:37.273Z] ---> Running in 7b47e905f6c3 [2023-01-11T21:10:37.538Z] Removing intermediate container 7b47e905f6c3 [2023-01-11T21:10:37.538Z] ---> 450bb09e19f0 [2023-01-11T21:10:37.538Z] Step 21/22 : LABEL git_sha=9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T21:10:37.538Z] ---> Running in 05e1e22a576a [2023-01-11T21:10:37.805Z] Removing intermediate container 05e1e22a576a [2023-01-11T21:10:37.805Z] ---> 9756cfdeb37d [2023-01-11T21:10:37.805Z] Step 22/22 : LABEL version=3.0.0-dev.15 [2023-01-11T21:10:37.805Z] ---> Running in f36d44661299 [2023-01-11T21:10:38.074Z] Removing intermediate container f36d44661299 [2023-01-11T21:10:38.074Z] ---> 866a1ba9cac5 [2023-01-11T21:10:38.074Z] [2023-01-11T21:10:38.339Z] Successfully built 866a1ba9cac5 [2023-01-11T21:10:38.339Z] Successfully tagged support-notifications-arm64:latest [2023-01-11T21:10:38.623Z]  Building support-notifications ... done  [Pipeline] } [2023-01-11T21:10:38.624Z] $ docker stop --time=1 6231037c0479e7d58a4a5926129624861c614ba5539a1323b8d8105ad4f3cde5 [2023-01-11T21:10:40.555Z] $ docker rm -f --volumes 6231037c0479e7d58a4a5926129624861c614ba5539a1323b8d8105ad4f3cde5 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-11T21:10:41.032Z] + docker images [2023-01-11T21:10:41.300Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-01-11T21:10:41.300Z] support-notifications-arm64 latest 866a1ba9cac5 4 seconds ago 29.6MB [2023-01-11T21:10:41.300Z] 6e10789ffad4 14 seconds ago 1.41GB [2023-01-11T21:10:41.300Z] security-spiffe-token-provider-arm64 latest 20dcd96e0d61 18 seconds ago 28.9MB [2023-01-11T21:10:41.300Z] 0ee6a3c28d36 29 seconds ago 1.37GB [2023-01-11T21:10:41.300Z] security-bootstrapper-arm64 latest d692aa09a4e0 54 seconds ago 19.5MB [2023-01-11T21:10:41.300Z] b49c67c58e0e About a minute ago 1.33GB [2023-01-11T21:10:41.300Z] core-metadata-arm64 latest 52bc9c9edf01 3 minutes ago 17.8MB [2023-01-11T21:10:41.301Z] f93e511a8d12 3 minutes ago 1.35GB [2023-01-11T21:10:41.301Z] security-spire-config-arm64 latest b443649db9dc 4 minutes ago 83.6MB [2023-01-11T21:10:41.301Z] security-spire-server-arm64 latest 80bd6bc25063 5 minutes ago 84.3MB [2023-01-11T21:10:41.301Z] 08be96f9c139 5 minutes ago 1.21GB [2023-01-11T21:10:41.301Z] security-spire-agent-arm64 latest 04834b91b5d2 5 minutes ago 122MB [2023-01-11T21:10:41.301Z] b81bff61378b 5 minutes ago 1.21GB [2023-01-11T21:10:41.301Z] support-scheduler-arm64 latest 52789133182c 6 minutes ago 29MB [2023-01-11T21:10:41.301Z] 1c0e94f18c64 6 minutes ago 1.4GB [2023-01-11T21:10:41.301Z] core-data-arm64 latest dc51d3165458 7 minutes ago 17.2MB [2023-01-11T21:10:41.301Z] core-command-arm64 latest 49758a466154 8 minutes ago 17MB [2023-01-11T21:10:41.301Z] 33d6e6e6f042 8 minutes ago 1.35GB [2023-01-11T21:10:41.301Z] security-secretstore-setup-arm64 latest 1ffe0008a61f 8 minutes ago 28.7MB [2023-01-11T21:10:41.301Z] security-proxy-setup-arm64 latest e0bb38aa213c 8 minutes ago 26.8MB [2023-01-11T21:10:41.301Z] 428e035c4d95 8 minutes ago 1.34GB [2023-01-11T21:10:41.301Z] 1486ed7f4739 9 minutes ago 1.33GB [2023-01-11T21:10:41.301Z] ef57cdfbe794 9 minutes ago 1.33GB [2023-01-11T21:10:41.301Z] ci-base-image-arm64 latest 2782912ec145 17 minutes ago 905MB [2023-01-11T21:10:41.301Z] alpine 3.16 2b4661558fb8 2 months ago 5.29MB [2023-01-11T21:10:41.301Z] alpine 3.15 8aa73fd46299 2 months ago 5.33MB [2023-01-11T21:10:41.301Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 2 months ago 685MB [2023-01-11T21:10:41.301Z] 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-01-11T21:10:41.426Z] provisioning config files... [2023-01-11T21:10:41.439Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/369@tmp/config1373399809304040307tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-11T21:10:41.767Z] ---> docker-login.sh [2023-01-11T21:10:41.767Z] nexus3.edgexfoundry.org:10001 [2023-01-11T21:10:41.767Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T21:10:42.035Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T21:10:42.035Z] Configure a credential helper to remove this warning. See [2023-01-11T21:10:42.035Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T21:10:42.035Z] [2023-01-11T21:10:42.035Z] Login Succeeded [2023-01-11T21:10:42.035Z] nexus3.edgexfoundry.org:10002 [2023-01-11T21:10:42.300Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T21:10:42.300Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T21:10:42.300Z] Configure a credential helper to remove this warning. See [2023-01-11T21:10:42.300Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T21:10:42.300Z] [2023-01-11T21:10:42.300Z] Login Succeeded [2023-01-11T21:10:42.300Z] nexus3.edgexfoundry.org:10003 [2023-01-11T21:10:42.565Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T21:10:42.830Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T21:10:42.830Z] Configure a credential helper to remove this warning. See [2023-01-11T21:10:42.830Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T21:10:42.830Z] [2023-01-11T21:10:42.830Z] Login Succeeded [2023-01-11T21:10:42.831Z] nexus3.edgexfoundry.org:10004 [2023-01-11T21:10:43.096Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T21:10:43.096Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T21:10:43.096Z] Configure a credential helper to remove this warning. See [2023-01-11T21:10:43.096Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T21:10:43.096Z] [2023-01-11T21:10:43.096Z] Login Succeeded [2023-01-11T21:10:43.096Z] docker.io [2023-01-11T21:10:43.362Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T21:10:43.627Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T21:10:43.627Z] Configure a credential helper to remove this warning. See [2023-01-11T21:10:43.627Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T21:10:43.627Z] [2023-01-11T21:10:43.627Z] Login Succeeded [2023-01-11T21:10:43.627Z] ---> docker-login.sh ends [Pipeline] } [2023-01-11T21:10:43.639Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-11T21:10:43.665Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-11T21:10:43.690Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2023-01-11T21:10:43.690Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T21:10:43.690Z] latest [2023-01-11T21:10:43.690Z] 3.0.0-dev.15 [2023-01-11T21:10:43.690Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T21:10:43.690Z] main [2023-01-11T21:10:43.690Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:10:44.037Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:10:44.369Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T21:10:44.369Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-01-11T21:10:44.369Z] 4efe6eaf3b63: Preparing [2023-01-11T21:10:44.369Z] cd2818e26410: Preparing [2023-01-11T21:10:44.369Z] abcd459623bf: Preparing [2023-01-11T21:10:44.369Z] 84e9af287172: Preparing [2023-01-11T21:10:44.369Z] 17bec77d7fdc: Preparing [2023-01-11T21:10:44.369Z] 17bec77d7fdc: Layer already exists [2023-01-11T21:10:44.633Z] 4efe6eaf3b63: Pushed [2023-01-11T21:10:44.633Z] 84e9af287172: Pushed [2023-01-11T21:10:44.633Z] abcd459623bf: Pushed [2023-01-11T21:10:47.199Z] cd2818e26410: Pushed [2023-01-11T21:10:47.463Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e: digest: sha256:2408db920bcc6543574fa0dbbafcb29c99bc9a2aaadd8fbe225b3e277a854896 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:10:47.803Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:10:48.133Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-01-11T21:10:48.133Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-01-11T21:10:48.133Z] 4efe6eaf3b63: Preparing [2023-01-11T21:10:48.133Z] cd2818e26410: Preparing [2023-01-11T21:10:48.133Z] abcd459623bf: Preparing [2023-01-11T21:10:48.133Z] 84e9af287172: Preparing [2023-01-11T21:10:48.133Z] 17bec77d7fdc: Preparing [2023-01-11T21:10:48.133Z] 4efe6eaf3b63: Layer already exists [2023-01-11T21:10:48.133Z] 17bec77d7fdc: Layer already exists [2023-01-11T21:10:48.133Z] abcd459623bf: Layer already exists [2023-01-11T21:10:48.133Z] cd2818e26410: Layer already exists [2023-01-11T21:10:48.133Z] 84e9af287172: Layer already exists [2023-01-11T21:10:48.133Z] latest: digest: sha256:2408db920bcc6543574fa0dbbafcb29c99bc9a2aaadd8fbe225b3e277a854896 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:10:48.462Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:10:48.789Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.15 [2023-01-11T21:10:48.789Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-01-11T21:10:48.789Z] 4efe6eaf3b63: Preparing [2023-01-11T21:10:48.789Z] cd2818e26410: Preparing [2023-01-11T21:10:48.789Z] abcd459623bf: Preparing [2023-01-11T21:10:48.789Z] 84e9af287172: Preparing [2023-01-11T21:10:48.789Z] 17bec77d7fdc: Preparing [2023-01-11T21:10:48.789Z] 17bec77d7fdc: Layer already exists [2023-01-11T21:10:48.789Z] abcd459623bf: Layer already exists [2023-01-11T21:10:48.789Z] 84e9af287172: Layer already exists [2023-01-11T21:10:48.789Z] cd2818e26410: Layer already exists [2023-01-11T21:10:48.789Z] 4efe6eaf3b63: Layer already exists [2023-01-11T21:10:48.789Z] 3.0.0-dev.15: digest: sha256:2408db920bcc6543574fa0dbbafcb29c99bc9a2aaadd8fbe225b3e277a854896 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:10:49.127Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:10:49.464Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T21:10:49.464Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-01-11T21:10:49.464Z] 4efe6eaf3b63: Preparing [2023-01-11T21:10:49.464Z] cd2818e26410: Preparing [2023-01-11T21:10:49.464Z] abcd459623bf: Preparing [2023-01-11T21:10:49.464Z] 84e9af287172: Preparing [2023-01-11T21:10:49.464Z] 17bec77d7fdc: Preparing [2023-01-11T21:10:49.464Z] 4efe6eaf3b63: Layer already exists [2023-01-11T21:10:49.464Z] 84e9af287172: Layer already exists [2023-01-11T21:10:49.464Z] abcd459623bf: Layer already exists [2023-01-11T21:10:49.464Z] cd2818e26410: Layer already exists [2023-01-11T21:10:49.464Z] 17bec77d7fdc: Layer already exists [2023-01-11T21:10:49.464Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15: digest: sha256:2408db920bcc6543574fa0dbbafcb29c99bc9a2aaadd8fbe225b3e277a854896 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:10:49.808Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:10:50.148Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2023-01-11T21:10:50.148Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-01-11T21:10:50.148Z] 4efe6eaf3b63: Preparing [2023-01-11T21:10:50.148Z] cd2818e26410: Preparing [2023-01-11T21:10:50.148Z] abcd459623bf: Preparing [2023-01-11T21:10:50.148Z] 84e9af287172: Preparing [2023-01-11T21:10:50.148Z] 17bec77d7fdc: Preparing [2023-01-11T21:10:50.148Z] 4efe6eaf3b63: Layer already exists [2023-01-11T21:10:50.148Z] 84e9af287172: Layer already exists [2023-01-11T21:10:50.148Z] 17bec77d7fdc: Layer already exists [2023-01-11T21:10:50.148Z] abcd459623bf: Layer already exists [2023-01-11T21:10:50.148Z] cd2818e26410: Layer already exists [2023-01-11T21:10:50.148Z] main: digest: sha256:2408db920bcc6543574fa0dbbafcb29c99bc9a2aaadd8fbe225b3e277a854896 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-11T21:10:50.189Z] ===================================================== [Pipeline] echo [2023-01-11T21:10:50.195Z] taggedImages: [2023-01-11T21:10:50.195Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T21:10:50.195Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-01-11T21:10:50.195Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.15 [2023-01-11T21:10:50.195Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T21:10:50.195Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2023-01-11T21:10:50.209Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2023-01-11T21:10:50.209Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T21:10:50.209Z] latest [2023-01-11T21:10:50.209Z] 3.0.0-dev.15 [2023-01-11T21:10:50.209Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T21:10:50.209Z] main [2023-01-11T21:10:50.209Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:10:50.539Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:10:50.877Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T21:10:50.877Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-01-11T21:10:50.877Z] cd37c835328b: Preparing [2023-01-11T21:10:50.877Z] acb42cc2e71e: Preparing [2023-01-11T21:10:50.877Z] abcd459623bf: Preparing [2023-01-11T21:10:50.877Z] 9dceae43c226: Preparing [2023-01-11T21:10:50.877Z] 17bec77d7fdc: Preparing [2023-01-11T21:10:50.877Z] 17bec77d7fdc: Layer already exists [2023-01-11T21:10:50.877Z] abcd459623bf: Layer already exists [2023-01-11T21:10:51.145Z] cd37c835328b: Pushed [2023-01-11T21:10:51.145Z] 9dceae43c226: Pushed [2023-01-11T21:10:53.715Z] acb42cc2e71e: Pushed [2023-01-11T21:10:53.981Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e: digest: sha256:3711d610273d17dbf3d77f0107d5706e57231302c58d583d51350a147dc3e1e1 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:10:54.314Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:10:54.656Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-01-11T21:10:54.656Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-01-11T21:10:54.656Z] cd37c835328b: Preparing [2023-01-11T21:10:54.656Z] acb42cc2e71e: Preparing [2023-01-11T21:10:54.656Z] abcd459623bf: Preparing [2023-01-11T21:10:54.656Z] 9dceae43c226: Preparing [2023-01-11T21:10:54.656Z] 17bec77d7fdc: Preparing [2023-01-11T21:10:54.656Z] cd37c835328b: Layer already exists [2023-01-11T21:10:54.656Z] abcd459623bf: Layer already exists [2023-01-11T21:10:54.656Z] 9dceae43c226: Layer already exists [2023-01-11T21:10:54.656Z] acb42cc2e71e: Layer already exists [2023-01-11T21:10:54.656Z] 17bec77d7fdc: Layer already exists [2023-01-11T21:10:54.656Z] latest: digest: sha256:3711d610273d17dbf3d77f0107d5706e57231302c58d583d51350a147dc3e1e1 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:10:54.998Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:10:55.339Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.15 [2023-01-11T21:10:55.339Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-01-11T21:10:55.339Z] cd37c835328b: Preparing [2023-01-11T21:10:55.339Z] acb42cc2e71e: Preparing [2023-01-11T21:10:55.339Z] abcd459623bf: Preparing [2023-01-11T21:10:55.339Z] 9dceae43c226: Preparing [2023-01-11T21:10:55.339Z] 17bec77d7fdc: Preparing [2023-01-11T21:10:55.339Z] 17bec77d7fdc: Layer already exists [2023-01-11T21:10:55.339Z] cd37c835328b: Layer already exists [2023-01-11T21:10:55.339Z] acb42cc2e71e: Layer already exists [2023-01-11T21:10:55.339Z] abcd459623bf: Layer already exists [2023-01-11T21:10:55.339Z] 9dceae43c226: Layer already exists [2023-01-11T21:10:55.339Z] 3.0.0-dev.15: digest: sha256:3711d610273d17dbf3d77f0107d5706e57231302c58d583d51350a147dc3e1e1 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:10:55.686Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:10:56.018Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T21:10:56.018Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-01-11T21:10:56.018Z] cd37c835328b: Preparing [2023-01-11T21:10:56.018Z] acb42cc2e71e: Preparing [2023-01-11T21:10:56.018Z] abcd459623bf: Preparing [2023-01-11T21:10:56.018Z] 9dceae43c226: Preparing [2023-01-11T21:10:56.018Z] 17bec77d7fdc: Preparing [2023-01-11T21:10:56.018Z] 17bec77d7fdc: Layer already exists [2023-01-11T21:10:56.018Z] abcd459623bf: Layer already exists [2023-01-11T21:10:56.018Z] cd37c835328b: Layer already exists [2023-01-11T21:10:56.018Z] 9dceae43c226: Layer already exists [2023-01-11T21:10:56.018Z] acb42cc2e71e: Layer already exists [2023-01-11T21:10:56.018Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15: digest: sha256:3711d610273d17dbf3d77f0107d5706e57231302c58d583d51350a147dc3e1e1 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:10:56.366Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:10:56.706Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2023-01-11T21:10:56.706Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-01-11T21:10:56.706Z] cd37c835328b: Preparing [2023-01-11T21:10:56.706Z] acb42cc2e71e: Preparing [2023-01-11T21:10:56.706Z] abcd459623bf: Preparing [2023-01-11T21:10:56.706Z] 9dceae43c226: Preparing [2023-01-11T21:10:56.706Z] 17bec77d7fdc: Preparing [2023-01-11T21:10:56.706Z] abcd459623bf: Layer already exists [2023-01-11T21:10:56.706Z] acb42cc2e71e: Layer already exists [2023-01-11T21:10:56.706Z] 9dceae43c226: Layer already exists [2023-01-11T21:10:56.706Z] 17bec77d7fdc: Layer already exists [2023-01-11T21:10:56.706Z] cd37c835328b: Layer already exists [2023-01-11T21:10:56.971Z] main: digest: sha256:3711d610273d17dbf3d77f0107d5706e57231302c58d583d51350a147dc3e1e1 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-11T21:10:57.026Z] ===================================================== [Pipeline] echo [2023-01-11T21:10:57.032Z] taggedImages: [2023-01-11T21:10:57.032Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T21:10:57.032Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-01-11T21:10:57.032Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.15 [2023-01-11T21:10:57.032Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T21:10:57.032Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2023-01-11T21:10:57.048Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2023-01-11T21:10:57.048Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T21:10:57.048Z] latest [2023-01-11T21:10:57.048Z] 3.0.0-dev.15 [2023-01-11T21:10:57.048Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T21:10:57.048Z] main [2023-01-11T21:10:57.048Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:10:57.384Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:10:57.720Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T21:10:57.720Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-01-11T21:10:57.720Z] 7a9905bce6b3: Preparing [2023-01-11T21:10:57.720Z] 5b4cfa9edf7d: Preparing [2023-01-11T21:10:57.720Z] 3f51394a6e4c: Preparing [2023-01-11T21:10:57.720Z] abcd459623bf: Preparing [2023-01-11T21:10:57.720Z] 84e9af287172: Preparing [2023-01-11T21:10:57.720Z] 17bec77d7fdc: Preparing [2023-01-11T21:10:57.720Z] 17bec77d7fdc: Waiting [2023-01-11T21:10:57.720Z] 84e9af287172: Layer already exists [2023-01-11T21:10:57.720Z] abcd459623bf: Layer already exists [2023-01-11T21:10:57.720Z] 17bec77d7fdc: Layer already exists [2023-01-11T21:10:57.985Z] 7a9905bce6b3: Pushed [2023-01-11T21:10:57.985Z] 5b4cfa9edf7d: Pushed [2023-01-11T21:11:01.321Z] 3f51394a6e4c: Pushed [2023-01-11T21:11:01.321Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e: digest: sha256:980f1e04944480b5a7a1eda8faf11e288a9bd982c76ee34c99b026a215b5bc78 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:11:01.677Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:11:02.018Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-01-11T21:11:02.018Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-01-11T21:11:02.018Z] 7a9905bce6b3: Preparing [2023-01-11T21:11:02.018Z] 5b4cfa9edf7d: Preparing [2023-01-11T21:11:02.018Z] 3f51394a6e4c: Preparing [2023-01-11T21:11:02.018Z] abcd459623bf: Preparing [2023-01-11T21:11:02.018Z] 84e9af287172: Preparing [2023-01-11T21:11:02.018Z] 17bec77d7fdc: Preparing [2023-01-11T21:11:02.018Z] 7a9905bce6b3: Layer already exists [2023-01-11T21:11:02.019Z] 84e9af287172: Layer already exists [2023-01-11T21:11:02.019Z] abcd459623bf: Layer already exists [2023-01-11T21:11:02.019Z] 5b4cfa9edf7d: Layer already exists [2023-01-11T21:11:02.019Z] 3f51394a6e4c: Layer already exists [2023-01-11T21:11:02.019Z] 17bec77d7fdc: Layer already exists [2023-01-11T21:11:02.284Z] latest: digest: sha256:980f1e04944480b5a7a1eda8faf11e288a9bd982c76ee34c99b026a215b5bc78 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:11:02.619Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:11:02.953Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.15 [2023-01-11T21:11:02.954Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-01-11T21:11:02.954Z] 7a9905bce6b3: Preparing [2023-01-11T21:11:02.954Z] 5b4cfa9edf7d: Preparing [2023-01-11T21:11:02.954Z] 3f51394a6e4c: Preparing [2023-01-11T21:11:02.954Z] abcd459623bf: Preparing [2023-01-11T21:11:02.954Z] 84e9af287172: Preparing [2023-01-11T21:11:02.954Z] 17bec77d7fdc: Preparing [2023-01-11T21:11:02.954Z] 17bec77d7fdc: Waiting [2023-01-11T21:11:02.954Z] 3f51394a6e4c: Layer already exists [2023-01-11T21:11:02.954Z] abcd459623bf: Layer already exists [2023-01-11T21:11:02.954Z] 5b4cfa9edf7d: Layer already exists [2023-01-11T21:11:02.954Z] 7a9905bce6b3: Layer already exists [2023-01-11T21:11:02.954Z] 84e9af287172: Layer already exists [2023-01-11T21:11:02.954Z] 17bec77d7fdc: Layer already exists [2023-01-11T21:11:03.219Z] 3.0.0-dev.15: digest: sha256:980f1e04944480b5a7a1eda8faf11e288a9bd982c76ee34c99b026a215b5bc78 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:11:03.567Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:11:03.909Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T21:11:03.909Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-01-11T21:11:03.909Z] 7a9905bce6b3: Preparing [2023-01-11T21:11:03.909Z] 5b4cfa9edf7d: Preparing [2023-01-11T21:11:03.909Z] 3f51394a6e4c: Preparing [2023-01-11T21:11:03.909Z] abcd459623bf: Preparing [2023-01-11T21:11:03.909Z] 84e9af287172: Preparing [2023-01-11T21:11:03.909Z] 17bec77d7fdc: Preparing [2023-01-11T21:11:03.909Z] 17bec77d7fdc: Waiting [2023-01-11T21:11:03.909Z] 3f51394a6e4c: Layer already exists [2023-01-11T21:11:03.909Z] 84e9af287172: Layer already exists [2023-01-11T21:11:03.909Z] 7a9905bce6b3: Layer already exists [2023-01-11T21:11:03.909Z] abcd459623bf: Layer already exists [2023-01-11T21:11:03.909Z] 5b4cfa9edf7d: Layer already exists [2023-01-11T21:11:03.909Z] 17bec77d7fdc: Layer already exists [2023-01-11T21:11:03.909Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15: digest: sha256:980f1e04944480b5a7a1eda8faf11e288a9bd982c76ee34c99b026a215b5bc78 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:11:04.533Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:11:04.888Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2023-01-11T21:11:04.888Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-01-11T21:11:04.888Z] 7a9905bce6b3: Preparing [2023-01-11T21:11:04.888Z] 5b4cfa9edf7d: Preparing [2023-01-11T21:11:04.888Z] 3f51394a6e4c: Preparing [2023-01-11T21:11:04.888Z] abcd459623bf: Preparing [2023-01-11T21:11:04.888Z] 84e9af287172: Preparing [2023-01-11T21:11:04.888Z] 17bec77d7fdc: Preparing [2023-01-11T21:11:04.888Z] 17bec77d7fdc: Waiting [2023-01-11T21:11:04.888Z] 5b4cfa9edf7d: Layer already exists [2023-01-11T21:11:04.888Z] 7a9905bce6b3: Layer already exists [2023-01-11T21:11:04.888Z] 3f51394a6e4c: Layer already exists [2023-01-11T21:11:04.888Z] 84e9af287172: Layer already exists [2023-01-11T21:11:04.888Z] abcd459623bf: Layer already exists [2023-01-11T21:11:04.888Z] 17bec77d7fdc: Layer already exists [2023-01-11T21:11:05.156Z] main: digest: sha256:980f1e04944480b5a7a1eda8faf11e288a9bd982c76ee34c99b026a215b5bc78 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-11T21:11:05.208Z] ===================================================== [Pipeline] echo [2023-01-11T21:11:05.217Z] taggedImages: [2023-01-11T21:11:05.217Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T21:11:05.217Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-01-11T21:11:05.217Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.15 [2023-01-11T21:11:05.217Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T21:11:05.217Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2023-01-11T21:11:05.244Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2023-01-11T21:11:05.244Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T21:11:05.244Z] latest [2023-01-11T21:11:05.244Z] 3.0.0-dev.15 [2023-01-11T21:11:05.244Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T21:11:05.244Z] main [2023-01-11T21:11:05.244Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:11:05.575Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:11:05.906Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T21:11:05.906Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-01-11T21:11:05.906Z] aaabf6f0332a: Preparing [2023-01-11T21:11:05.906Z] aaabf6f0332a: Preparing [2023-01-11T21:11:05.906Z] 065c5edb6574: Preparing [2023-01-11T21:11:05.906Z] f1c6767a5407: Preparing [2023-01-11T21:11:05.906Z] e963e29393c4: Preparing [2023-01-11T21:11:05.906Z] cd71ecd232d0: Preparing [2023-01-11T21:11:05.906Z] ecc6ad285892: Preparing [2023-01-11T21:11:05.906Z] abcd459623bf: Preparing [2023-01-11T21:11:05.906Z] 4ac58acd9aa7: Preparing [2023-01-11T21:11:05.906Z] 4d1c1de5ed4c: Preparing [2023-01-11T21:11:05.906Z] 17018738873b: Preparing [2023-01-11T21:11:05.906Z] 1b973f935d7d: Preparing [2023-01-11T21:11:05.906Z] 17bec77d7fdc: Preparing [2023-01-11T21:11:05.906Z] abcd459623bf: Waiting [2023-01-11T21:11:05.906Z] 4ac58acd9aa7: Waiting [2023-01-11T21:11:05.906Z] 4d1c1de5ed4c: Waiting [2023-01-11T21:11:05.906Z] 17018738873b: Waiting [2023-01-11T21:11:05.906Z] 1b973f935d7d: Waiting [2023-01-11T21:11:05.906Z] 17bec77d7fdc: Waiting [2023-01-11T21:11:05.906Z] ecc6ad285892: Waiting [2023-01-11T21:11:06.179Z] f1c6767a5407: Pushed [2023-01-11T21:11:06.179Z] 065c5edb6574: Pushed [2023-01-11T21:11:06.179Z] e963e29393c4: Pushed [2023-01-11T21:11:06.179Z] cd71ecd232d0: Pushed [2023-01-11T21:11:06.179Z] aaabf6f0332a: Pushed [2023-01-11T21:11:06.179Z] abcd459623bf: Layer already exists [2023-01-11T21:11:06.446Z] 4d1c1de5ed4c: Pushed [2023-01-11T21:11:06.446Z] 4ac58acd9aa7: Pushed [2023-01-11T21:11:06.446Z] 17018738873b: Pushed [2023-01-11T21:11:06.446Z] 1b973f935d7d: Pushed [2023-01-11T21:11:06.446Z] 17bec77d7fdc: Layer already exists [2023-01-11T21:11:09.781Z] ecc6ad285892: Pushed [2023-01-11T21:11:09.781Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e: digest: sha256:504082b366c7b252282f99785b083149ed4fc968abbea2b4d4c1a88b4d6b0f38 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:11:10.121Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:11:10.459Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-01-11T21:11:10.460Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-01-11T21:11:10.460Z] aaabf6f0332a: Preparing [2023-01-11T21:11:10.460Z] aaabf6f0332a: Preparing [2023-01-11T21:11:10.460Z] 065c5edb6574: Preparing [2023-01-11T21:11:10.460Z] f1c6767a5407: Preparing [2023-01-11T21:11:10.460Z] e963e29393c4: Preparing [2023-01-11T21:11:10.460Z] cd71ecd232d0: Preparing [2023-01-11T21:11:10.460Z] ecc6ad285892: Preparing [2023-01-11T21:11:10.460Z] abcd459623bf: Preparing [2023-01-11T21:11:10.460Z] 4ac58acd9aa7: Preparing [2023-01-11T21:11:10.460Z] 4d1c1de5ed4c: Preparing [2023-01-11T21:11:10.460Z] 17018738873b: Preparing [2023-01-11T21:11:10.460Z] 1b973f935d7d: Preparing [2023-01-11T21:11:10.460Z] 17bec77d7fdc: Preparing [2023-01-11T21:11:10.460Z] ecc6ad285892: Waiting [2023-01-11T21:11:10.460Z] 4d1c1de5ed4c: Waiting [2023-01-11T21:11:10.460Z] abcd459623bf: Waiting [2023-01-11T21:11:10.460Z] 4ac58acd9aa7: Waiting [2023-01-11T21:11:10.460Z] 17018738873b: Waiting [2023-01-11T21:11:10.460Z] 1b973f935d7d: Waiting [2023-01-11T21:11:10.460Z] 17bec77d7fdc: Waiting [2023-01-11T21:11:10.460Z] cd71ecd232d0: Layer already exists [2023-01-11T21:11:10.460Z] e963e29393c4: Layer already exists [2023-01-11T21:11:10.460Z] aaabf6f0332a: Layer already exists [2023-01-11T21:11:10.460Z] f1c6767a5407: Layer already exists [2023-01-11T21:11:10.460Z] 065c5edb6574: Layer already exists [2023-01-11T21:11:10.460Z] 4d1c1de5ed4c: Layer already exists [2023-01-11T21:11:10.460Z] abcd459623bf: Layer already exists [2023-01-11T21:11:10.460Z] 4ac58acd9aa7: Layer already exists [2023-01-11T21:11:10.460Z] ecc6ad285892: Layer already exists [2023-01-11T21:11:10.460Z] 17018738873b: Layer already exists [2023-01-11T21:11:10.460Z] 1b973f935d7d: Layer already exists [2023-01-11T21:11:10.460Z] 17bec77d7fdc: Layer already exists [2023-01-11T21:11:10.727Z] latest: digest: sha256:504082b366c7b252282f99785b083149ed4fc968abbea2b4d4c1a88b4d6b0f38 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:11:11.071Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:11:11.404Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.15 [2023-01-11T21:11:11.404Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-01-11T21:11:11.404Z] aaabf6f0332a: Preparing [2023-01-11T21:11:11.404Z] aaabf6f0332a: Preparing [2023-01-11T21:11:11.404Z] 065c5edb6574: Preparing [2023-01-11T21:11:11.404Z] f1c6767a5407: Preparing [2023-01-11T21:11:11.404Z] e963e29393c4: Preparing [2023-01-11T21:11:11.404Z] cd71ecd232d0: Preparing [2023-01-11T21:11:11.404Z] ecc6ad285892: Preparing [2023-01-11T21:11:11.404Z] abcd459623bf: Preparing [2023-01-11T21:11:11.404Z] 4ac58acd9aa7: Preparing [2023-01-11T21:11:11.404Z] 4d1c1de5ed4c: Preparing [2023-01-11T21:11:11.404Z] 17018738873b: Preparing [2023-01-11T21:11:11.404Z] 1b973f935d7d: Preparing [2023-01-11T21:11:11.404Z] 17bec77d7fdc: Preparing [2023-01-11T21:11:11.404Z] ecc6ad285892: Waiting [2023-01-11T21:11:11.404Z] abcd459623bf: Waiting [2023-01-11T21:11:11.404Z] 4ac58acd9aa7: Waiting [2023-01-11T21:11:11.404Z] 4d1c1de5ed4c: Waiting [2023-01-11T21:11:11.404Z] 17018738873b: Waiting [2023-01-11T21:11:11.404Z] 1b973f935d7d: Waiting [2023-01-11T21:11:11.404Z] 17bec77d7fdc: Waiting [2023-01-11T21:11:11.404Z] cd71ecd232d0: Layer already exists [2023-01-11T21:11:11.404Z] aaabf6f0332a: Layer already exists [2023-01-11T21:11:11.404Z] 065c5edb6574: Layer already exists [2023-01-11T21:11:11.404Z] e963e29393c4: Layer already exists [2023-01-11T21:11:11.404Z] f1c6767a5407: Layer already exists [2023-01-11T21:11:11.404Z] abcd459623bf: Layer already exists [2023-01-11T21:11:11.404Z] ecc6ad285892: Layer already exists [2023-01-11T21:11:11.404Z] 17018738873b: Layer already exists [2023-01-11T21:11:11.404Z] 4ac58acd9aa7: Layer already exists [2023-01-11T21:11:11.404Z] 4d1c1de5ed4c: Layer already exists [2023-01-11T21:11:11.404Z] 17bec77d7fdc: Layer already exists [2023-01-11T21:11:11.404Z] 1b973f935d7d: Layer already exists [2023-01-11T21:11:11.669Z] 3.0.0-dev.15: digest: sha256:504082b366c7b252282f99785b083149ed4fc968abbea2b4d4c1a88b4d6b0f38 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:11:12.001Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:11:12.336Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T21:11:12.336Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-01-11T21:11:12.336Z] aaabf6f0332a: Preparing [2023-01-11T21:11:12.336Z] aaabf6f0332a: Preparing [2023-01-11T21:11:12.336Z] 065c5edb6574: Preparing [2023-01-11T21:11:12.336Z] f1c6767a5407: Preparing [2023-01-11T21:11:12.336Z] e963e29393c4: Preparing [2023-01-11T21:11:12.336Z] cd71ecd232d0: Preparing [2023-01-11T21:11:12.336Z] ecc6ad285892: Preparing [2023-01-11T21:11:12.336Z] abcd459623bf: Preparing [2023-01-11T21:11:12.336Z] 4ac58acd9aa7: Preparing [2023-01-11T21:11:12.336Z] 4d1c1de5ed4c: Preparing [2023-01-11T21:11:12.336Z] 17018738873b: Preparing [2023-01-11T21:11:12.336Z] 1b973f935d7d: Preparing [2023-01-11T21:11:12.336Z] 17bec77d7fdc: Preparing [2023-01-11T21:11:12.336Z] 4d1c1de5ed4c: Waiting [2023-01-11T21:11:12.336Z] ecc6ad285892: Waiting [2023-01-11T21:11:12.336Z] abcd459623bf: Waiting [2023-01-11T21:11:12.336Z] 17018738873b: Waiting [2023-01-11T21:11:12.336Z] 4ac58acd9aa7: Waiting [2023-01-11T21:11:12.336Z] 1b973f935d7d: Waiting [2023-01-11T21:11:12.336Z] 17bec77d7fdc: Waiting [2023-01-11T21:11:12.336Z] aaabf6f0332a: Layer already exists [2023-01-11T21:11:12.336Z] f1c6767a5407: Layer already exists [2023-01-11T21:11:12.336Z] 065c5edb6574: Layer already exists [2023-01-11T21:11:12.336Z] cd71ecd232d0: Layer already exists [2023-01-11T21:11:12.336Z] e963e29393c4: Layer already exists [2023-01-11T21:11:12.336Z] abcd459623bf: Layer already exists [2023-01-11T21:11:12.336Z] 17018738873b: Layer already exists [2023-01-11T21:11:12.336Z] 4d1c1de5ed4c: Layer already exists [2023-01-11T21:11:12.336Z] ecc6ad285892: Layer already exists [2023-01-11T21:11:12.336Z] 4ac58acd9aa7: Layer already exists [2023-01-11T21:11:12.336Z] 1b973f935d7d: Layer already exists [2023-01-11T21:11:12.336Z] 17bec77d7fdc: Layer already exists [2023-01-11T21:11:12.601Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15: digest: sha256:504082b366c7b252282f99785b083149ed4fc968abbea2b4d4c1a88b4d6b0f38 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:11:12.931Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:11:13.263Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2023-01-11T21:11:13.263Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-01-11T21:11:13.263Z] aaabf6f0332a: Preparing [2023-01-11T21:11:13.263Z] aaabf6f0332a: Preparing [2023-01-11T21:11:13.263Z] 065c5edb6574: Preparing [2023-01-11T21:11:13.263Z] f1c6767a5407: Preparing [2023-01-11T21:11:13.263Z] e963e29393c4: Preparing [2023-01-11T21:11:13.263Z] cd71ecd232d0: Preparing [2023-01-11T21:11:13.263Z] ecc6ad285892: Preparing [2023-01-11T21:11:13.263Z] abcd459623bf: Preparing [2023-01-11T21:11:13.263Z] 4ac58acd9aa7: Preparing [2023-01-11T21:11:13.263Z] 4d1c1de5ed4c: Preparing [2023-01-11T21:11:13.263Z] 17018738873b: Preparing [2023-01-11T21:11:13.263Z] 1b973f935d7d: Preparing [2023-01-11T21:11:13.263Z] 17bec77d7fdc: Preparing [2023-01-11T21:11:13.263Z] 4d1c1de5ed4c: Waiting [2023-01-11T21:11:13.263Z] 17018738873b: Waiting [2023-01-11T21:11:13.263Z] 1b973f935d7d: Waiting [2023-01-11T21:11:13.263Z] ecc6ad285892: Waiting [2023-01-11T21:11:13.263Z] 4ac58acd9aa7: Waiting [2023-01-11T21:11:13.263Z] abcd459623bf: Waiting [2023-01-11T21:11:13.263Z] 17bec77d7fdc: Waiting [2023-01-11T21:11:13.263Z] aaabf6f0332a: Layer already exists [2023-01-11T21:11:13.263Z] 065c5edb6574: Layer already exists [2023-01-11T21:11:13.263Z] cd71ecd232d0: Layer already exists [2023-01-11T21:11:13.263Z] e963e29393c4: Layer already exists [2023-01-11T21:11:13.263Z] f1c6767a5407: Layer already exists [2023-01-11T21:11:13.263Z] ecc6ad285892: Layer already exists [2023-01-11T21:11:13.263Z] abcd459623bf: Layer already exists [2023-01-11T21:11:13.263Z] 4ac58acd9aa7: Layer already exists [2023-01-11T21:11:13.263Z] 17018738873b: Layer already exists [2023-01-11T21:11:13.263Z] 4d1c1de5ed4c: Layer already exists [2023-01-11T21:11:13.263Z] 1b973f935d7d: Layer already exists [2023-01-11T21:11:13.263Z] 17bec77d7fdc: Layer already exists [2023-01-11T21:11:13.530Z] main: digest: sha256:504082b366c7b252282f99785b083149ed4fc968abbea2b4d4c1a88b4d6b0f38 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-11T21:11:13.584Z] ===================================================== [Pipeline] echo [2023-01-11T21:11:13.590Z] taggedImages: [2023-01-11T21:11:13.590Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T21:11:13.590Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-01-11T21:11:13.590Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.15 [2023-01-11T21:11:13.590Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T21:11:13.590Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2023-01-11T21:11:13.606Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2023-01-11T21:11:13.606Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T21:11:13.606Z] latest [2023-01-11T21:11:13.606Z] 3.0.0-dev.15 [2023-01-11T21:11:13.606Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T21:11:13.606Z] main [2023-01-11T21:11:13.606Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:11:14.028Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:11:14.403Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T21:11:14.404Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-01-11T21:11:14.404Z] 52b2f77010c3: Preparing [2023-01-11T21:11:14.404Z] 217609f36ffc: Preparing [2023-01-11T21:11:14.404Z] 83d3892c1953: Preparing [2023-01-11T21:11:14.404Z] a4e3d2c3fbfe: Preparing [2023-01-11T21:11:14.404Z] 8c9b4e71a6c5: Preparing [2023-01-11T21:11:14.404Z] cf7c6ef5cbca: Preparing [2023-01-11T21:11:14.404Z] 050f280c63bd: Preparing [2023-01-11T21:11:14.404Z] 17bec77d7fdc: Preparing [2023-01-11T21:11:14.404Z] cf7c6ef5cbca: Waiting [2023-01-11T21:11:14.404Z] 050f280c63bd: Waiting [2023-01-11T21:11:14.404Z] 17bec77d7fdc: Waiting [2023-01-11T21:11:14.690Z] 8c9b4e71a6c5: Pushed [2023-01-11T21:11:14.690Z] 52b2f77010c3: Pushed [2023-01-11T21:11:14.690Z] 217609f36ffc: Pushed [2023-01-11T21:11:14.690Z] 17bec77d7fdc: Layer already exists [2023-01-11T21:11:14.972Z] cf7c6ef5cbca: Pushed [2023-01-11T21:11:15.608Z] 050f280c63bd: Pushed [2023-01-11T21:11:17.053Z] a4e3d2c3fbfe: Pushed [2023-01-11T21:11:17.319Z] 83d3892c1953: Pushed [2023-01-11T21:11:17.319Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e: digest: sha256:e89d089abd54437f76454b1248f6a9319b901fe2ec6f972a8211a167c20f69ff size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:11:17.917Z] + 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-01-11T21:11:18.258Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-01-11T21:11:18.258Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-01-11T21:11:18.258Z] 52b2f77010c3: Preparing [2023-01-11T21:11:18.258Z] 217609f36ffc: Preparing [2023-01-11T21:11:18.258Z] 83d3892c1953: Preparing [2023-01-11T21:11:18.258Z] a4e3d2c3fbfe: Preparing [2023-01-11T21:11:18.258Z] 8c9b4e71a6c5: Preparing [2023-01-11T21:11:18.258Z] cf7c6ef5cbca: Preparing [2023-01-11T21:11:18.258Z] 050f280c63bd: Preparing [2023-01-11T21:11:18.258Z] 17bec77d7fdc: Preparing [2023-01-11T21:11:18.258Z] cf7c6ef5cbca: Waiting [2023-01-11T21:11:18.258Z] 050f280c63bd: Waiting [2023-01-11T21:11:18.258Z] 17bec77d7fdc: Waiting [2023-01-11T21:11:18.258Z] 83d3892c1953: Layer already exists [2023-01-11T21:11:18.258Z] 52b2f77010c3: Layer already exists [2023-01-11T21:11:18.258Z] 217609f36ffc: Layer already exists [2023-01-11T21:11:18.258Z] a4e3d2c3fbfe: Layer already exists [2023-01-11T21:11:18.258Z] 8c9b4e71a6c5: Layer already exists [2023-01-11T21:11:18.258Z] cf7c6ef5cbca: Layer already exists [2023-01-11T21:11:18.258Z] 050f280c63bd: Layer already exists [2023-01-11T21:11:18.258Z] 17bec77d7fdc: Layer already exists [2023-01-11T21:11:18.523Z] latest: digest: sha256:e89d089abd54437f76454b1248f6a9319b901fe2ec6f972a8211a167c20f69ff size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:11:18.867Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:11:19.206Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.15 [2023-01-11T21:11:19.206Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-01-11T21:11:19.206Z] 52b2f77010c3: Preparing [2023-01-11T21:11:19.206Z] 217609f36ffc: Preparing [2023-01-11T21:11:19.206Z] 83d3892c1953: Preparing [2023-01-11T21:11:19.206Z] a4e3d2c3fbfe: Preparing [2023-01-11T21:11:19.206Z] 8c9b4e71a6c5: Preparing [2023-01-11T21:11:19.206Z] cf7c6ef5cbca: Preparing [2023-01-11T21:11:19.206Z] 050f280c63bd: Preparing [2023-01-11T21:11:19.206Z] 17bec77d7fdc: Preparing [2023-01-11T21:11:19.206Z] cf7c6ef5cbca: Waiting [2023-01-11T21:11:19.206Z] 050f280c63bd: Waiting [2023-01-11T21:11:19.206Z] 17bec77d7fdc: Waiting [2023-01-11T21:11:19.206Z] a4e3d2c3fbfe: Layer already exists [2023-01-11T21:11:19.206Z] 8c9b4e71a6c5: Layer already exists [2023-01-11T21:11:19.206Z] 83d3892c1953: Layer already exists [2023-01-11T21:11:19.206Z] 217609f36ffc: Layer already exists [2023-01-11T21:11:19.206Z] 52b2f77010c3: Layer already exists [2023-01-11T21:11:19.206Z] 17bec77d7fdc: Layer already exists [2023-01-11T21:11:19.206Z] cf7c6ef5cbca: Layer already exists [2023-01-11T21:11:19.206Z] 050f280c63bd: Layer already exists [2023-01-11T21:11:19.471Z] 3.0.0-dev.15: digest: sha256:e89d089abd54437f76454b1248f6a9319b901fe2ec6f972a8211a167c20f69ff size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:11:19.809Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:11:20.142Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T21:11:20.142Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-01-11T21:11:20.142Z] 52b2f77010c3: Preparing [2023-01-11T21:11:20.142Z] 217609f36ffc: Preparing [2023-01-11T21:11:20.142Z] 83d3892c1953: Preparing [2023-01-11T21:11:20.142Z] a4e3d2c3fbfe: Preparing [2023-01-11T21:11:20.142Z] 8c9b4e71a6c5: Preparing [2023-01-11T21:11:20.142Z] cf7c6ef5cbca: Preparing [2023-01-11T21:11:20.142Z] 050f280c63bd: Preparing [2023-01-11T21:11:20.142Z] 17bec77d7fdc: Preparing [2023-01-11T21:11:20.142Z] cf7c6ef5cbca: Waiting [2023-01-11T21:11:20.142Z] 050f280c63bd: Waiting [2023-01-11T21:11:20.142Z] 17bec77d7fdc: Waiting [2023-01-11T21:11:20.142Z] 83d3892c1953: Layer already exists [2023-01-11T21:11:20.142Z] 217609f36ffc: Layer already exists [2023-01-11T21:11:20.142Z] a4e3d2c3fbfe: Layer already exists [2023-01-11T21:11:20.142Z] 8c9b4e71a6c5: Layer already exists [2023-01-11T21:11:20.142Z] 52b2f77010c3: Layer already exists [2023-01-11T21:11:20.142Z] 050f280c63bd: Layer already exists [2023-01-11T21:11:20.142Z] 17bec77d7fdc: Layer already exists [2023-01-11T21:11:20.142Z] cf7c6ef5cbca: Layer already exists [2023-01-11T21:11:20.408Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15: digest: sha256:e89d089abd54437f76454b1248f6a9319b901fe2ec6f972a8211a167c20f69ff size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:11:20.747Z] + 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-01-11T21:11:21.089Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2023-01-11T21:11:21.089Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-01-11T21:11:21.089Z] 52b2f77010c3: Preparing [2023-01-11T21:11:21.089Z] 217609f36ffc: Preparing [2023-01-11T21:11:21.089Z] 83d3892c1953: Preparing [2023-01-11T21:11:21.089Z] a4e3d2c3fbfe: Preparing [2023-01-11T21:11:21.089Z] 8c9b4e71a6c5: Preparing [2023-01-11T21:11:21.089Z] cf7c6ef5cbca: Preparing [2023-01-11T21:11:21.089Z] 050f280c63bd: Preparing [2023-01-11T21:11:21.089Z] 17bec77d7fdc: Preparing [2023-01-11T21:11:21.089Z] cf7c6ef5cbca: Waiting [2023-01-11T21:11:21.089Z] 050f280c63bd: Waiting [2023-01-11T21:11:21.089Z] 17bec77d7fdc: Waiting [2023-01-11T21:11:21.090Z] 217609f36ffc: Layer already exists [2023-01-11T21:11:21.090Z] a4e3d2c3fbfe: Layer already exists [2023-01-11T21:11:21.090Z] 52b2f77010c3: Layer already exists [2023-01-11T21:11:21.090Z] 83d3892c1953: Layer already exists [2023-01-11T21:11:21.090Z] 8c9b4e71a6c5: Layer already exists [2023-01-11T21:11:21.090Z] 17bec77d7fdc: Layer already exists [2023-01-11T21:11:21.090Z] 050f280c63bd: Layer already exists [2023-01-11T21:11:21.090Z] cf7c6ef5cbca: Layer already exists [2023-01-11T21:11:21.354Z] main: digest: sha256:e89d089abd54437f76454b1248f6a9319b901fe2ec6f972a8211a167c20f69ff size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-11T21:11:21.394Z] ===================================================== [Pipeline] echo [2023-01-11T21:11:21.400Z] taggedImages: [2023-01-11T21:11:21.400Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T21:11:21.400Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-01-11T21:11:21.400Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.15 [2023-01-11T21:11:21.400Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T21:11:21.400Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2023-01-11T21:11:21.413Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2023-01-11T21:11:21.413Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T21:11:21.413Z] latest [2023-01-11T21:11:21.413Z] 3.0.0-dev.15 [2023-01-11T21:11:21.413Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T21:11:21.413Z] main [2023-01-11T21:11:21.413Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:11:21.749Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:11:22.084Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T21:11:22.084Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-01-11T21:11:22.084Z] c1751daae769: Preparing [2023-01-11T21:11:22.084Z] 7a1ad2a91501: Preparing [2023-01-11T21:11:22.084Z] 328d1bb1d938: Preparing [2023-01-11T21:11:22.084Z] ec9b71ac6823: Preparing [2023-01-11T21:11:22.084Z] edd6aafe2f94: Preparing [2023-01-11T21:11:22.084Z] e5cae2eee3d7: Preparing [2023-01-11T21:11:22.084Z] 5a92d27822c5: Preparing [2023-01-11T21:11:22.084Z] 339e7ee1afab: Preparing [2023-01-11T21:11:22.084Z] 2acb08732bcf: Preparing [2023-01-11T21:11:22.084Z] 17bec77d7fdc: Preparing [2023-01-11T21:11:22.084Z] e5cae2eee3d7: Waiting [2023-01-11T21:11:22.084Z] 5a92d27822c5: Waiting [2023-01-11T21:11:22.084Z] 339e7ee1afab: Waiting [2023-01-11T21:11:22.084Z] 17bec77d7fdc: Waiting [2023-01-11T21:11:22.084Z] 2acb08732bcf: Waiting [2023-01-11T21:11:22.350Z] edd6aafe2f94: Pushed [2023-01-11T21:11:22.350Z] 7a1ad2a91501: Pushed [2023-01-11T21:11:22.350Z] c1751daae769: Pushed [2023-01-11T21:11:22.616Z] e5cae2eee3d7: Pushed [2023-01-11T21:11:22.616Z] 5a92d27822c5: Pushed [2023-01-11T21:11:22.616Z] 339e7ee1afab: Pushed [2023-01-11T21:11:22.616Z] 17bec77d7fdc: Layer already exists [2023-01-11T21:11:22.883Z] 2acb08732bcf: Pushed [2023-01-11T21:11:24.824Z] ec9b71ac6823: Pushed [2023-01-11T21:11:25.781Z] 328d1bb1d938: Pushed [2023-01-11T21:11:25.781Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e: digest: sha256:d14350b14d65d733f5a3fcaad9f420ec818cacf25d820a32f41dd559e13bc706 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:11:26.117Z] + 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-01-11T21:11:26.448Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-01-11T21:11:26.448Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-01-11T21:11:26.448Z] c1751daae769: Preparing [2023-01-11T21:11:26.448Z] 7a1ad2a91501: Preparing [2023-01-11T21:11:26.448Z] 328d1bb1d938: Preparing [2023-01-11T21:11:26.448Z] ec9b71ac6823: Preparing [2023-01-11T21:11:26.448Z] edd6aafe2f94: Preparing [2023-01-11T21:11:26.448Z] e5cae2eee3d7: Preparing [2023-01-11T21:11:26.448Z] 5a92d27822c5: Preparing [2023-01-11T21:11:26.448Z] 339e7ee1afab: Preparing [2023-01-11T21:11:26.448Z] 2acb08732bcf: Preparing [2023-01-11T21:11:26.448Z] 17bec77d7fdc: Preparing [2023-01-11T21:11:26.448Z] 339e7ee1afab: Waiting [2023-01-11T21:11:26.448Z] 2acb08732bcf: Waiting [2023-01-11T21:11:26.448Z] 17bec77d7fdc: Waiting [2023-01-11T21:11:26.448Z] e5cae2eee3d7: Waiting [2023-01-11T21:11:26.448Z] 5a92d27822c5: Waiting [2023-01-11T21:11:26.448Z] ec9b71ac6823: Layer already exists [2023-01-11T21:11:26.448Z] c1751daae769: Layer already exists [2023-01-11T21:11:26.448Z] 7a1ad2a91501: Layer already exists [2023-01-11T21:11:26.448Z] 328d1bb1d938: Layer already exists [2023-01-11T21:11:26.448Z] edd6aafe2f94: Layer already exists [2023-01-11T21:11:26.448Z] e5cae2eee3d7: Layer already exists [2023-01-11T21:11:26.448Z] 5a92d27822c5: Layer already exists [2023-01-11T21:11:26.448Z] 339e7ee1afab: Layer already exists [2023-01-11T21:11:26.448Z] 17bec77d7fdc: Layer already exists [2023-01-11T21:11:26.448Z] 2acb08732bcf: Layer already exists [2023-01-11T21:11:26.714Z] latest: digest: sha256:d14350b14d65d733f5a3fcaad9f420ec818cacf25d820a32f41dd559e13bc706 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:11:27.049Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:11:27.386Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.15 [2023-01-11T21:11:27.386Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-01-11T21:11:27.386Z] c1751daae769: Preparing [2023-01-11T21:11:27.386Z] 7a1ad2a91501: Preparing [2023-01-11T21:11:27.386Z] 328d1bb1d938: Preparing [2023-01-11T21:11:27.386Z] ec9b71ac6823: Preparing [2023-01-11T21:11:27.386Z] edd6aafe2f94: Preparing [2023-01-11T21:11:27.386Z] e5cae2eee3d7: Preparing [2023-01-11T21:11:27.386Z] 5a92d27822c5: Preparing [2023-01-11T21:11:27.386Z] 339e7ee1afab: Preparing [2023-01-11T21:11:27.386Z] 2acb08732bcf: Preparing [2023-01-11T21:11:27.386Z] 17bec77d7fdc: Preparing [2023-01-11T21:11:27.386Z] 339e7ee1afab: Waiting [2023-01-11T21:11:27.386Z] 17bec77d7fdc: Waiting [2023-01-11T21:11:27.386Z] 2acb08732bcf: Waiting [2023-01-11T21:11:27.386Z] e5cae2eee3d7: Waiting [2023-01-11T21:11:27.386Z] 5a92d27822c5: Waiting [2023-01-11T21:11:27.386Z] 7a1ad2a91501: Layer already exists [2023-01-11T21:11:27.386Z] ec9b71ac6823: Layer already exists [2023-01-11T21:11:27.386Z] edd6aafe2f94: Layer already exists [2023-01-11T21:11:27.386Z] 328d1bb1d938: Layer already exists [2023-01-11T21:11:27.386Z] c1751daae769: Layer already exists [2023-01-11T21:11:27.386Z] 5a92d27822c5: Layer already exists [2023-01-11T21:11:27.386Z] 339e7ee1afab: Layer already exists [2023-01-11T21:11:27.386Z] e5cae2eee3d7: Layer already exists [2023-01-11T21:11:27.386Z] 2acb08732bcf: Layer already exists [2023-01-11T21:11:27.386Z] 17bec77d7fdc: Layer already exists [2023-01-11T21:11:27.650Z] 3.0.0-dev.15: digest: sha256:d14350b14d65d733f5a3fcaad9f420ec818cacf25d820a32f41dd559e13bc706 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:11:28.002Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:11:28.340Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T21:11:28.340Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-01-11T21:11:28.340Z] c1751daae769: Preparing [2023-01-11T21:11:28.340Z] 7a1ad2a91501: Preparing [2023-01-11T21:11:28.340Z] 328d1bb1d938: Preparing [2023-01-11T21:11:28.340Z] ec9b71ac6823: Preparing [2023-01-11T21:11:28.340Z] edd6aafe2f94: Preparing [2023-01-11T21:11:28.340Z] e5cae2eee3d7: Preparing [2023-01-11T21:11:28.340Z] 5a92d27822c5: Preparing [2023-01-11T21:11:28.340Z] 339e7ee1afab: Preparing [2023-01-11T21:11:28.340Z] 2acb08732bcf: Preparing [2023-01-11T21:11:28.340Z] 17bec77d7fdc: Preparing [2023-01-11T21:11:28.340Z] e5cae2eee3d7: Waiting [2023-01-11T21:11:28.340Z] 339e7ee1afab: Waiting [2023-01-11T21:11:28.340Z] 2acb08732bcf: Waiting [2023-01-11T21:11:28.340Z] 17bec77d7fdc: Waiting [2023-01-11T21:11:28.340Z] 5a92d27822c5: Waiting [2023-01-11T21:11:28.340Z] 328d1bb1d938: Layer already exists [2023-01-11T21:11:28.340Z] ec9b71ac6823: Layer already exists [2023-01-11T21:11:28.340Z] edd6aafe2f94: Layer already exists [2023-01-11T21:11:28.340Z] c1751daae769: Layer already exists [2023-01-11T21:11:28.340Z] 7a1ad2a91501: Layer already exists [2023-01-11T21:11:28.340Z] 339e7ee1afab: Layer already exists [2023-01-11T21:11:28.340Z] e5cae2eee3d7: Layer already exists [2023-01-11T21:11:28.340Z] 2acb08732bcf: Layer already exists [2023-01-11T21:11:28.340Z] 17bec77d7fdc: Layer already exists [2023-01-11T21:11:28.340Z] 5a92d27822c5: Layer already exists [2023-01-11T21:11:28.605Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15: digest: sha256:d14350b14d65d733f5a3fcaad9f420ec818cacf25d820a32f41dd559e13bc706 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:11:28.957Z] + 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-01-11T21:11:29.292Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2023-01-11T21:11:29.292Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-01-11T21:11:29.292Z] c1751daae769: Preparing [2023-01-11T21:11:29.292Z] 7a1ad2a91501: Preparing [2023-01-11T21:11:29.292Z] 328d1bb1d938: Preparing [2023-01-11T21:11:29.292Z] ec9b71ac6823: Preparing [2023-01-11T21:11:29.292Z] edd6aafe2f94: Preparing [2023-01-11T21:11:29.292Z] e5cae2eee3d7: Preparing [2023-01-11T21:11:29.292Z] 5a92d27822c5: Preparing [2023-01-11T21:11:29.292Z] 339e7ee1afab: Preparing [2023-01-11T21:11:29.292Z] 2acb08732bcf: Preparing [2023-01-11T21:11:29.292Z] 17bec77d7fdc: Preparing [2023-01-11T21:11:29.292Z] e5cae2eee3d7: Waiting [2023-01-11T21:11:29.292Z] 5a92d27822c5: Waiting [2023-01-11T21:11:29.292Z] 339e7ee1afab: Waiting [2023-01-11T21:11:29.292Z] 17bec77d7fdc: Waiting [2023-01-11T21:11:29.292Z] 2acb08732bcf: Waiting [2023-01-11T21:11:29.292Z] 7a1ad2a91501: Layer already exists [2023-01-11T21:11:29.292Z] c1751daae769: Layer already exists [2023-01-11T21:11:29.292Z] 328d1bb1d938: Layer already exists [2023-01-11T21:11:29.292Z] ec9b71ac6823: Layer already exists [2023-01-11T21:11:29.292Z] edd6aafe2f94: Layer already exists [2023-01-11T21:11:29.292Z] e5cae2eee3d7: Layer already exists [2023-01-11T21:11:29.292Z] 2acb08732bcf: Layer already exists [2023-01-11T21:11:29.292Z] 5a92d27822c5: Layer already exists [2023-01-11T21:11:29.292Z] 339e7ee1afab: Layer already exists [2023-01-11T21:11:29.292Z] 17bec77d7fdc: Layer already exists [2023-01-11T21:11:29.556Z] main: digest: sha256:d14350b14d65d733f5a3fcaad9f420ec818cacf25d820a32f41dd559e13bc706 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-11T21:11:29.604Z] ===================================================== [Pipeline] echo [2023-01-11T21:11:29.613Z] taggedImages: [2023-01-11T21:11:29.613Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T21:11:29.613Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-01-11T21:11:29.613Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.15 [2023-01-11T21:11:29.613Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T21:11:29.613Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2023-01-11T21:11:29.633Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2023-01-11T21:11:29.633Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T21:11:29.633Z] latest [2023-01-11T21:11:29.633Z] 3.0.0-dev.15 [2023-01-11T21:11:29.633Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T21:11:29.633Z] main [2023-01-11T21:11:29.633Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:11:29.973Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:11:30.306Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T21:11:30.306Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-01-11T21:11:30.306Z] 944b8c7c7c51: Preparing [2023-01-11T21:11:30.306Z] df2665c20eae: Preparing [2023-01-11T21:11:30.306Z] abcd459623bf: Preparing [2023-01-11T21:11:30.306Z] b95662d179df: Preparing [2023-01-11T21:11:30.306Z] 9833f26c6bda: Preparing [2023-01-11T21:11:30.306Z] abcd459623bf: Layer already exists [2023-01-11T21:11:30.306Z] 9833f26c6bda: Layer already exists [2023-01-11T21:11:30.571Z] 944b8c7c7c51: Pushed [2023-01-11T21:11:31.531Z] b95662d179df: Pushed [2023-01-11T21:11:34.871Z] df2665c20eae: Pushed [2023-01-11T21:11:35.136Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e: digest: sha256:81cc6d85e4ca740087ee8877d0498e48ef3660ec8085a2bcc9e946e07bca565e size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:11:35.467Z] + 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-01-11T21:11:35.803Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-01-11T21:11:35.804Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-01-11T21:11:35.804Z] 944b8c7c7c51: Preparing [2023-01-11T21:11:35.804Z] df2665c20eae: Preparing [2023-01-11T21:11:35.804Z] abcd459623bf: Preparing [2023-01-11T21:11:35.804Z] b95662d179df: Preparing [2023-01-11T21:11:35.804Z] 9833f26c6bda: Preparing [2023-01-11T21:11:35.804Z] df2665c20eae: Layer already exists [2023-01-11T21:11:35.804Z] 9833f26c6bda: Layer already exists [2023-01-11T21:11:35.804Z] 944b8c7c7c51: Layer already exists [2023-01-11T21:11:35.804Z] abcd459623bf: Layer already exists [2023-01-11T21:11:35.804Z] b95662d179df: Layer already exists [2023-01-11T21:11:35.804Z] latest: digest: sha256:81cc6d85e4ca740087ee8877d0498e48ef3660ec8085a2bcc9e946e07bca565e size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:11:36.405Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:11:36.738Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.15 [2023-01-11T21:11:36.738Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-01-11T21:11:36.738Z] 944b8c7c7c51: Preparing [2023-01-11T21:11:36.738Z] df2665c20eae: Preparing [2023-01-11T21:11:36.738Z] abcd459623bf: Preparing [2023-01-11T21:11:36.738Z] b95662d179df: Preparing [2023-01-11T21:11:36.738Z] 9833f26c6bda: Preparing [2023-01-11T21:11:36.738Z] b95662d179df: Layer already exists [2023-01-11T21:11:36.738Z] 9833f26c6bda: Layer already exists [2023-01-11T21:11:36.738Z] abcd459623bf: Layer already exists [2023-01-11T21:11:36.738Z] 944b8c7c7c51: Layer already exists [2023-01-11T21:11:36.738Z] df2665c20eae: Layer already exists [2023-01-11T21:11:36.738Z] 3.0.0-dev.15: digest: sha256:81cc6d85e4ca740087ee8877d0498e48ef3660ec8085a2bcc9e946e07bca565e size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:11:37.070Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:11:37.403Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T21:11:37.403Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-01-11T21:11:37.403Z] 944b8c7c7c51: Preparing [2023-01-11T21:11:37.403Z] df2665c20eae: Preparing [2023-01-11T21:11:37.403Z] abcd459623bf: Preparing [2023-01-11T21:11:37.403Z] b95662d179df: Preparing [2023-01-11T21:11:37.403Z] 9833f26c6bda: Preparing [2023-01-11T21:11:37.403Z] b95662d179df: Layer already exists [2023-01-11T21:11:37.403Z] df2665c20eae: Layer already exists [2023-01-11T21:11:37.403Z] 944b8c7c7c51: Layer already exists [2023-01-11T21:11:37.403Z] 9833f26c6bda: Layer already exists [2023-01-11T21:11:37.403Z] abcd459623bf: Layer already exists [2023-01-11T21:11:37.403Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15: digest: sha256:81cc6d85e4ca740087ee8877d0498e48ef3660ec8085a2bcc9e946e07bca565e size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:11:37.746Z] + 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-01-11T21:11:38.077Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2023-01-11T21:11:38.077Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-01-11T21:11:38.077Z] 944b8c7c7c51: Preparing [2023-01-11T21:11:38.077Z] df2665c20eae: Preparing [2023-01-11T21:11:38.077Z] abcd459623bf: Preparing [2023-01-11T21:11:38.077Z] b95662d179df: Preparing [2023-01-11T21:11:38.077Z] 9833f26c6bda: Preparing [2023-01-11T21:11:38.077Z] 944b8c7c7c51: Layer already exists [2023-01-11T21:11:38.077Z] 9833f26c6bda: Layer already exists [2023-01-11T21:11:38.077Z] abcd459623bf: Layer already exists [2023-01-11T21:11:38.077Z] b95662d179df: Layer already exists [2023-01-11T21:11:38.077Z] df2665c20eae: Layer already exists [2023-01-11T21:11:38.077Z] main: digest: sha256:81cc6d85e4ca740087ee8877d0498e48ef3660ec8085a2bcc9e946e07bca565e size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-11T21:11:38.115Z] ===================================================== [Pipeline] echo [2023-01-11T21:11:38.121Z] taggedImages: [2023-01-11T21:11:38.121Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T21:11:38.121Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-01-11T21:11:38.121Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.15 [2023-01-11T21:11:38.121Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T21:11:38.121Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2023-01-11T21:11:38.135Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2023-01-11T21:11:38.135Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T21:11:38.135Z] latest [2023-01-11T21:11:38.135Z] 3.0.0-dev.15 [2023-01-11T21:11:38.135Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T21:11:38.135Z] main [2023-01-11T21:11:38.135Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:11:38.460Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:11:38.792Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T21:11:38.792Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-01-11T21:11:38.792Z] 7c78e3773b89: Preparing [2023-01-11T21:11:38.792Z] 91420df9ea95: Preparing [2023-01-11T21:11:38.792Z] 70652bb25d45: Preparing [2023-01-11T21:11:38.792Z] e043e2045b61: Preparing [2023-01-11T21:11:38.792Z] 1a6246be66e2: Preparing [2023-01-11T21:11:38.792Z] e07e396dd9a9: Preparing [2023-01-11T21:11:38.792Z] 9833f26c6bda: Preparing [2023-01-11T21:11:38.792Z] e07e396dd9a9: Waiting [2023-01-11T21:11:38.792Z] 9833f26c6bda: Waiting [2023-01-11T21:11:39.055Z] 7c78e3773b89: Pushed [2023-01-11T21:11:39.055Z] 91420df9ea95: Pushed [2023-01-11T21:11:39.055Z] 70652bb25d45: Pushed [2023-01-11T21:11:39.055Z] 9833f26c6bda: Layer already exists [2023-01-11T21:11:40.008Z] e07e396dd9a9: Pushed [2023-01-11T21:11:46.648Z] 1a6246be66e2: Pushed [2023-01-11T21:11:54.829Z] e043e2045b61: Pushed [2023-01-11T21:11:54.829Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e: digest: sha256:1abbc06e7320f0ca93f0b3342b4c66fffddd18aba9c3691a4acd368d82e62289 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:11:55.179Z] + 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-01-11T21:11:55.523Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-01-11T21:11:55.524Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-01-11T21:11:55.524Z] 7c78e3773b89: Preparing [2023-01-11T21:11:55.524Z] 91420df9ea95: Preparing [2023-01-11T21:11:55.524Z] 70652bb25d45: Preparing [2023-01-11T21:11:55.524Z] e043e2045b61: Preparing [2023-01-11T21:11:55.524Z] 1a6246be66e2: Preparing [2023-01-11T21:11:55.524Z] e07e396dd9a9: Preparing [2023-01-11T21:11:55.524Z] 9833f26c6bda: Preparing [2023-01-11T21:11:55.524Z] e07e396dd9a9: Waiting [2023-01-11T21:11:55.524Z] 9833f26c6bda: Waiting [2023-01-11T21:11:55.524Z] 91420df9ea95: Layer already exists [2023-01-11T21:11:55.524Z] 1a6246be66e2: Layer already exists [2023-01-11T21:11:55.524Z] 7c78e3773b89: Layer already exists [2023-01-11T21:11:55.524Z] 70652bb25d45: Layer already exists [2023-01-11T21:11:55.524Z] e043e2045b61: Layer already exists [2023-01-11T21:11:55.524Z] e07e396dd9a9: Layer already exists [2023-01-11T21:11:55.524Z] 9833f26c6bda: Layer already exists [2023-01-11T21:11:55.788Z] latest: digest: sha256:1abbc06e7320f0ca93f0b3342b4c66fffddd18aba9c3691a4acd368d82e62289 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:11:56.136Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:11:56.469Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.15 [2023-01-11T21:11:56.469Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-01-11T21:11:56.469Z] 7c78e3773b89: Preparing [2023-01-11T21:11:56.469Z] 91420df9ea95: Preparing [2023-01-11T21:11:56.469Z] 70652bb25d45: Preparing [2023-01-11T21:11:56.469Z] e043e2045b61: Preparing [2023-01-11T21:11:56.469Z] 1a6246be66e2: Preparing [2023-01-11T21:11:56.469Z] e07e396dd9a9: Preparing [2023-01-11T21:11:56.469Z] 9833f26c6bda: Preparing [2023-01-11T21:11:56.469Z] e07e396dd9a9: Waiting [2023-01-11T21:11:56.469Z] 9833f26c6bda: Waiting [2023-01-11T21:11:56.469Z] 7c78e3773b89: Layer already exists [2023-01-11T21:11:56.469Z] 70652bb25d45: Layer already exists [2023-01-11T21:11:56.469Z] 1a6246be66e2: Layer already exists [2023-01-11T21:11:56.469Z] e043e2045b61: Layer already exists [2023-01-11T21:11:56.469Z] 91420df9ea95: Layer already exists [2023-01-11T21:11:56.469Z] e07e396dd9a9: Layer already exists [2023-01-11T21:11:56.469Z] 9833f26c6bda: Layer already exists [2023-01-11T21:11:56.469Z] 3.0.0-dev.15: digest: sha256:1abbc06e7320f0ca93f0b3342b4c66fffddd18aba9c3691a4acd368d82e62289 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:11:57.065Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:11:57.395Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T21:11:57.395Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-01-11T21:11:57.395Z] 7c78e3773b89: Preparing [2023-01-11T21:11:57.395Z] 91420df9ea95: Preparing [2023-01-11T21:11:57.395Z] 70652bb25d45: Preparing [2023-01-11T21:11:57.395Z] e043e2045b61: Preparing [2023-01-11T21:11:57.395Z] 1a6246be66e2: Preparing [2023-01-11T21:11:57.395Z] e07e396dd9a9: Preparing [2023-01-11T21:11:57.395Z] 9833f26c6bda: Preparing [2023-01-11T21:11:57.395Z] e07e396dd9a9: Waiting [2023-01-11T21:11:57.395Z] 9833f26c6bda: Waiting [2023-01-11T21:11:57.395Z] e043e2045b61: Layer already exists [2023-01-11T21:11:57.395Z] 70652bb25d45: Layer already exists [2023-01-11T21:11:57.395Z] 7c78e3773b89: Layer already exists [2023-01-11T21:11:57.395Z] 1a6246be66e2: Layer already exists [2023-01-11T21:11:57.395Z] 91420df9ea95: Layer already exists [2023-01-11T21:11:57.395Z] 9833f26c6bda: Layer already exists [2023-01-11T21:11:57.395Z] e07e396dd9a9: Layer already exists [2023-01-11T21:11:57.661Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15: digest: sha256:1abbc06e7320f0ca93f0b3342b4c66fffddd18aba9c3691a4acd368d82e62289 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:11:57.995Z] + 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-01-11T21:11:58.324Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2023-01-11T21:11:58.324Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-01-11T21:11:58.324Z] 7c78e3773b89: Preparing [2023-01-11T21:11:58.324Z] 91420df9ea95: Preparing [2023-01-11T21:11:58.324Z] 70652bb25d45: Preparing [2023-01-11T21:11:58.324Z] e043e2045b61: Preparing [2023-01-11T21:11:58.324Z] 1a6246be66e2: Preparing [2023-01-11T21:11:58.324Z] e07e396dd9a9: Preparing [2023-01-11T21:11:58.324Z] 9833f26c6bda: Preparing [2023-01-11T21:11:58.324Z] e07e396dd9a9: Waiting [2023-01-11T21:11:58.324Z] 9833f26c6bda: Waiting [2023-01-11T21:11:58.324Z] e043e2045b61: Layer already exists [2023-01-11T21:11:58.324Z] 91420df9ea95: Layer already exists [2023-01-11T21:11:58.324Z] 1a6246be66e2: Layer already exists [2023-01-11T21:11:58.324Z] 7c78e3773b89: Layer already exists [2023-01-11T21:11:58.324Z] 70652bb25d45: Layer already exists [2023-01-11T21:11:58.324Z] e07e396dd9a9: Layer already exists [2023-01-11T21:11:58.324Z] 9833f26c6bda: Layer already exists [2023-01-11T21:11:58.589Z] main: digest: sha256:1abbc06e7320f0ca93f0b3342b4c66fffddd18aba9c3691a4acd368d82e62289 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-11T21:11:58.643Z] ===================================================== [Pipeline] echo [2023-01-11T21:11:58.650Z] taggedImages: [2023-01-11T21:11:58.650Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T21:11:58.650Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-01-11T21:11:58.650Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.15 [2023-01-11T21:11:58.650Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T21:11:58.650Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2023-01-11T21:11:58.673Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2023-01-11T21:11:58.673Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T21:11:58.673Z] latest [2023-01-11T21:11:58.673Z] 3.0.0-dev.15 [2023-01-11T21:11:58.673Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T21:11:58.673Z] main [2023-01-11T21:11:58.673Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:11:59.021Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:11:59.352Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T21:11:59.352Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-01-11T21:11:59.352Z] c097bad296df: Preparing [2023-01-11T21:11:59.352Z] 4469ef3a8fe9: Preparing [2023-01-11T21:11:59.352Z] 7e7a4af45153: Preparing [2023-01-11T21:11:59.352Z] 21438783d183: Preparing [2023-01-11T21:11:59.352Z] 4293a578c648: Preparing [2023-01-11T21:11:59.352Z] 9833f26c6bda: Preparing [2023-01-11T21:11:59.352Z] 9833f26c6bda: Waiting [2023-01-11T21:11:59.618Z] 7e7a4af45153: Pushed [2023-01-11T21:11:59.618Z] c097bad296df: Pushed [2023-01-11T21:11:59.618Z] 4469ef3a8fe9: Pushed [2023-01-11T21:11:59.618Z] 9833f26c6bda: Layer already exists [2023-01-11T21:12:00.200Z] 4293a578c648: Pushed [2023-01-11T21:12:15.165Z] 21438783d183: Pushed [2023-01-11T21:12:15.165Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e: digest: sha256:c6a32af7777833f0c876c7864089e028ff1f8c9b31a2ac3511fe9108d676c698 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:12:15.492Z] + 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-01-11T21:12:15.820Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-01-11T21:12:15.820Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-01-11T21:12:15.820Z] c097bad296df: Preparing [2023-01-11T21:12:15.820Z] 4469ef3a8fe9: Preparing [2023-01-11T21:12:15.820Z] 7e7a4af45153: Preparing [2023-01-11T21:12:15.820Z] 21438783d183: Preparing [2023-01-11T21:12:15.820Z] 4293a578c648: Preparing [2023-01-11T21:12:15.820Z] 9833f26c6bda: Preparing [2023-01-11T21:12:15.820Z] 9833f26c6bda: Waiting [2023-01-11T21:12:15.820Z] 7e7a4af45153: Layer already exists [2023-01-11T21:12:15.820Z] 4469ef3a8fe9: Layer already exists [2023-01-11T21:12:15.820Z] 21438783d183: Layer already exists [2023-01-11T21:12:15.820Z] 4293a578c648: Layer already exists [2023-01-11T21:12:15.820Z] c097bad296df: Layer already exists [2023-01-11T21:12:15.820Z] 9833f26c6bda: Layer already exists [2023-01-11T21:12:16.084Z] latest: digest: sha256:c6a32af7777833f0c876c7864089e028ff1f8c9b31a2ac3511fe9108d676c698 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:12:16.477Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:12:16.820Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.15 [2023-01-11T21:12:16.820Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-01-11T21:12:16.820Z] c097bad296df: Preparing [2023-01-11T21:12:16.820Z] 4469ef3a8fe9: Preparing [2023-01-11T21:12:16.820Z] 7e7a4af45153: Preparing [2023-01-11T21:12:16.820Z] 21438783d183: Preparing [2023-01-11T21:12:16.820Z] 4293a578c648: Preparing [2023-01-11T21:12:16.820Z] 9833f26c6bda: Preparing [2023-01-11T21:12:16.820Z] 21438783d183: Layer already exists [2023-01-11T21:12:16.820Z] 4293a578c648: Layer already exists [2023-01-11T21:12:16.820Z] 7e7a4af45153: Layer already exists [2023-01-11T21:12:16.820Z] 4469ef3a8fe9: Layer already exists [2023-01-11T21:12:16.820Z] c097bad296df: Layer already exists [2023-01-11T21:12:16.820Z] 9833f26c6bda: Layer already exists [2023-01-11T21:12:17.089Z] 3.0.0-dev.15: digest: sha256:c6a32af7777833f0c876c7864089e028ff1f8c9b31a2ac3511fe9108d676c698 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:12:17.432Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:12:17.767Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T21:12:17.768Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-01-11T21:12:17.768Z] c097bad296df: Preparing [2023-01-11T21:12:17.768Z] 4469ef3a8fe9: Preparing [2023-01-11T21:12:17.768Z] 7e7a4af45153: Preparing [2023-01-11T21:12:17.768Z] 21438783d183: Preparing [2023-01-11T21:12:17.768Z] 4293a578c648: Preparing [2023-01-11T21:12:17.768Z] 9833f26c6bda: Preparing [2023-01-11T21:12:17.768Z] 9833f26c6bda: Waiting [2023-01-11T21:12:17.768Z] 4293a578c648: Layer already exists [2023-01-11T21:12:17.768Z] c097bad296df: Layer already exists [2023-01-11T21:12:17.768Z] 7e7a4af45153: Layer already exists [2023-01-11T21:12:17.768Z] 4469ef3a8fe9: Layer already exists [2023-01-11T21:12:17.768Z] 21438783d183: Layer already exists [2023-01-11T21:12:17.768Z] 9833f26c6bda: Layer already exists [2023-01-11T21:12:18.030Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15: digest: sha256:c6a32af7777833f0c876c7864089e028ff1f8c9b31a2ac3511fe9108d676c698 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:12:18.359Z] + 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-01-11T21:12:18.689Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2023-01-11T21:12:18.690Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-01-11T21:12:18.690Z] c097bad296df: Preparing [2023-01-11T21:12:18.690Z] 4469ef3a8fe9: Preparing [2023-01-11T21:12:18.690Z] 7e7a4af45153: Preparing [2023-01-11T21:12:18.690Z] 21438783d183: Preparing [2023-01-11T21:12:18.690Z] 4293a578c648: Preparing [2023-01-11T21:12:18.690Z] 9833f26c6bda: Preparing [2023-01-11T21:12:18.690Z] 9833f26c6bda: Waiting [2023-01-11T21:12:18.690Z] c097bad296df: Layer already exists [2023-01-11T21:12:18.690Z] 4293a578c648: Layer already exists [2023-01-11T21:12:18.690Z] 7e7a4af45153: Layer already exists [2023-01-11T21:12:18.690Z] 4469ef3a8fe9: Layer already exists [2023-01-11T21:12:18.690Z] 21438783d183: Layer already exists [2023-01-11T21:12:18.690Z] 9833f26c6bda: Layer already exists [2023-01-11T21:12:18.955Z] main: digest: sha256:c6a32af7777833f0c876c7864089e028ff1f8c9b31a2ac3511fe9108d676c698 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-11T21:12:18.997Z] ===================================================== [Pipeline] echo [2023-01-11T21:12:19.002Z] taggedImages: [2023-01-11T21:12:19.002Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T21:12:19.002Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-01-11T21:12:19.002Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.15 [2023-01-11T21:12:19.002Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T21:12:19.002Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2023-01-11T21:12:19.017Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2023-01-11T21:12:19.017Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T21:12:19.017Z] latest [2023-01-11T21:12:19.017Z] 3.0.0-dev.15 [2023-01-11T21:12:19.017Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T21:12:19.017Z] main [2023-01-11T21:12:19.017Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:12:19.369Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:12:19.701Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T21:12:19.701Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-01-11T21:12:19.701Z] 74219bda8a44: Preparing [2023-01-11T21:12:19.701Z] 896e66087b2d: Preparing [2023-01-11T21:12:19.701Z] ba1d293b5a1c: Preparing [2023-01-11T21:12:19.701Z] ffac42b63c13: Preparing [2023-01-11T21:12:19.701Z] e07e396dd9a9: Preparing [2023-01-11T21:12:19.701Z] 9833f26c6bda: Preparing [2023-01-11T21:12:19.701Z] 9833f26c6bda: Waiting [2023-01-11T21:12:19.968Z] ba1d293b5a1c: Pushed [2023-01-11T21:12:19.968Z] 896e66087b2d: Pushed [2023-01-11T21:12:19.968Z] 74219bda8a44: Pushed [2023-01-11T21:12:20.924Z] e07e396dd9a9: Layer already exists [2023-01-11T21:12:20.924Z] 9833f26c6bda: Layer already exists [2023-01-11T21:12:35.887Z] ffac42b63c13: Pushed [2023-01-11T21:12:35.887Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e: digest: sha256:f7da2e3847be77a2b98f526d9a8d9af0da3c8192de5510b2fcf5beb19146d000 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:12:36.234Z] + 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-01-11T21:12:36.565Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-01-11T21:12:36.565Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-01-11T21:12:36.565Z] 74219bda8a44: Preparing [2023-01-11T21:12:36.565Z] 896e66087b2d: Preparing [2023-01-11T21:12:36.565Z] ba1d293b5a1c: Preparing [2023-01-11T21:12:36.565Z] ffac42b63c13: Preparing [2023-01-11T21:12:36.565Z] e07e396dd9a9: Preparing [2023-01-11T21:12:36.565Z] 9833f26c6bda: Preparing [2023-01-11T21:12:36.565Z] 9833f26c6bda: Waiting [2023-01-11T21:12:36.565Z] 74219bda8a44: Layer already exists [2023-01-11T21:12:36.565Z] ba1d293b5a1c: Layer already exists [2023-01-11T21:12:36.565Z] ffac42b63c13: Layer already exists [2023-01-11T21:12:36.565Z] e07e396dd9a9: Layer already exists [2023-01-11T21:12:36.565Z] 896e66087b2d: Layer already exists [2023-01-11T21:12:36.565Z] 9833f26c6bda: Layer already exists [2023-01-11T21:12:36.831Z] latest: digest: sha256:f7da2e3847be77a2b98f526d9a8d9af0da3c8192de5510b2fcf5beb19146d000 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:12:37.167Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:12:37.500Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.15 [2023-01-11T21:12:37.500Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-01-11T21:12:37.500Z] 74219bda8a44: Preparing [2023-01-11T21:12:37.500Z] 896e66087b2d: Preparing [2023-01-11T21:12:37.500Z] ba1d293b5a1c: Preparing [2023-01-11T21:12:37.500Z] ffac42b63c13: Preparing [2023-01-11T21:12:37.500Z] e07e396dd9a9: Preparing [2023-01-11T21:12:37.500Z] 9833f26c6bda: Preparing [2023-01-11T21:12:37.500Z] 9833f26c6bda: Waiting [2023-01-11T21:12:37.500Z] ffac42b63c13: Layer already exists [2023-01-11T21:12:37.500Z] ba1d293b5a1c: Layer already exists [2023-01-11T21:12:37.500Z] e07e396dd9a9: Layer already exists [2023-01-11T21:12:37.500Z] 74219bda8a44: Layer already exists [2023-01-11T21:12:37.500Z] 896e66087b2d: Layer already exists [2023-01-11T21:12:37.500Z] 9833f26c6bda: Layer already exists [2023-01-11T21:12:37.500Z] 3.0.0-dev.15: digest: sha256:f7da2e3847be77a2b98f526d9a8d9af0da3c8192de5510b2fcf5beb19146d000 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:12:37.831Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:12:38.160Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T21:12:38.160Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-01-11T21:12:38.160Z] 74219bda8a44: Preparing [2023-01-11T21:12:38.160Z] 896e66087b2d: Preparing [2023-01-11T21:12:38.160Z] ba1d293b5a1c: Preparing [2023-01-11T21:12:38.160Z] ffac42b63c13: Preparing [2023-01-11T21:12:38.160Z] e07e396dd9a9: Preparing [2023-01-11T21:12:38.160Z] 9833f26c6bda: Preparing [2023-01-11T21:12:38.160Z] 9833f26c6bda: Waiting [2023-01-11T21:12:38.160Z] e07e396dd9a9: Layer already exists [2023-01-11T21:12:38.160Z] ba1d293b5a1c: Layer already exists [2023-01-11T21:12:38.160Z] ffac42b63c13: Layer already exists [2023-01-11T21:12:38.160Z] 896e66087b2d: Layer already exists [2023-01-11T21:12:38.160Z] 74219bda8a44: Layer already exists [2023-01-11T21:12:38.160Z] 9833f26c6bda: Layer already exists [2023-01-11T21:12:38.160Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15: digest: sha256:f7da2e3847be77a2b98f526d9a8d9af0da3c8192de5510b2fcf5beb19146d000 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:12:38.873Z] + 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-01-11T21:12:39.209Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2023-01-11T21:12:39.209Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-01-11T21:12:39.209Z] 74219bda8a44: Preparing [2023-01-11T21:12:39.209Z] 896e66087b2d: Preparing [2023-01-11T21:12:39.209Z] ba1d293b5a1c: Preparing [2023-01-11T21:12:39.209Z] ffac42b63c13: Preparing [2023-01-11T21:12:39.209Z] e07e396dd9a9: Preparing [2023-01-11T21:12:39.209Z] 9833f26c6bda: Preparing [2023-01-11T21:12:39.209Z] 9833f26c6bda: Waiting [2023-01-11T21:12:39.209Z] 74219bda8a44: Layer already exists [2023-01-11T21:12:39.209Z] ba1d293b5a1c: Layer already exists [2023-01-11T21:12:39.209Z] 896e66087b2d: Layer already exists [2023-01-11T21:12:39.209Z] ffac42b63c13: Layer already exists [2023-01-11T21:12:39.209Z] e07e396dd9a9: Layer already exists [2023-01-11T21:12:39.209Z] 9833f26c6bda: Layer already exists [2023-01-11T21:12:39.475Z] main: digest: sha256:f7da2e3847be77a2b98f526d9a8d9af0da3c8192de5510b2fcf5beb19146d000 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-11T21:12:39.527Z] ===================================================== [Pipeline] echo [2023-01-11T21:12:39.536Z] taggedImages: [2023-01-11T21:12:39.536Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T21:12:39.536Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-01-11T21:12:39.536Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.15 [2023-01-11T21:12:39.536Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T21:12:39.536Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2023-01-11T21:12:39.554Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2023-01-11T21:12:39.554Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T21:12:39.554Z] latest [2023-01-11T21:12:39.554Z] 3.0.0-dev.15 [2023-01-11T21:12:39.554Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T21:12:39.554Z] main [2023-01-11T21:12:39.554Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:12:39.880Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:12:40.213Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T21:12:40.213Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-01-11T21:12:40.213Z] dbedd6d3d55a: Preparing [2023-01-11T21:12:40.213Z] 886babda05e7: Preparing [2023-01-11T21:12:40.213Z] abcd459623bf: Preparing [2023-01-11T21:12:40.213Z] 2a709f037fbd: Preparing [2023-01-11T21:12:40.213Z] 17bec77d7fdc: Preparing [2023-01-11T21:12:40.213Z] 17bec77d7fdc: Layer already exists [2023-01-11T21:12:40.213Z] abcd459623bf: Layer already exists [2023-01-11T21:12:40.479Z] dbedd6d3d55a: Pushed [2023-01-11T21:12:40.746Z] 2a709f037fbd: Pushed [2023-01-11T21:12:46.068Z] 886babda05e7: Pushed [2023-01-11T21:12:46.068Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e: digest: sha256:d6dc510371cee8b783c14975180dd43580b7939dc2242ced0ad6162569a7ec51 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:12:46.402Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:12:46.735Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-01-11T21:12:46.735Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-01-11T21:12:46.735Z] dbedd6d3d55a: Preparing [2023-01-11T21:12:46.735Z] 886babda05e7: Preparing [2023-01-11T21:12:46.735Z] abcd459623bf: Preparing [2023-01-11T21:12:46.735Z] 2a709f037fbd: Preparing [2023-01-11T21:12:46.735Z] 17bec77d7fdc: Preparing [2023-01-11T21:12:46.735Z] abcd459623bf: Layer already exists [2023-01-11T21:12:46.735Z] dbedd6d3d55a: Layer already exists [2023-01-11T21:12:46.735Z] 886babda05e7: Layer already exists [2023-01-11T21:12:46.735Z] 17bec77d7fdc: Layer already exists [2023-01-11T21:12:46.735Z] 2a709f037fbd: Layer already exists [2023-01-11T21:12:46.735Z] latest: digest: sha256:d6dc510371cee8b783c14975180dd43580b7939dc2242ced0ad6162569a7ec51 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:12:47.077Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:12:47.419Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.15 [2023-01-11T21:12:47.419Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-01-11T21:12:47.419Z] dbedd6d3d55a: Preparing [2023-01-11T21:12:47.419Z] 886babda05e7: Preparing [2023-01-11T21:12:47.419Z] abcd459623bf: Preparing [2023-01-11T21:12:47.419Z] 2a709f037fbd: Preparing [2023-01-11T21:12:47.419Z] 17bec77d7fdc: Preparing [2023-01-11T21:12:47.419Z] 2a709f037fbd: Layer already exists [2023-01-11T21:12:47.419Z] abcd459623bf: Layer already exists [2023-01-11T21:12:47.419Z] 17bec77d7fdc: Layer already exists [2023-01-11T21:12:47.419Z] dbedd6d3d55a: Layer already exists [2023-01-11T21:12:47.419Z] 886babda05e7: Layer already exists [2023-01-11T21:12:47.683Z] 3.0.0-dev.15: digest: sha256:d6dc510371cee8b783c14975180dd43580b7939dc2242ced0ad6162569a7ec51 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:12:48.020Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:12:48.357Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T21:12:48.357Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-01-11T21:12:48.357Z] dbedd6d3d55a: Preparing [2023-01-11T21:12:48.357Z] 886babda05e7: Preparing [2023-01-11T21:12:48.357Z] abcd459623bf: Preparing [2023-01-11T21:12:48.357Z] 2a709f037fbd: Preparing [2023-01-11T21:12:48.357Z] 17bec77d7fdc: Preparing [2023-01-11T21:12:48.357Z] 17bec77d7fdc: Layer already exists [2023-01-11T21:12:48.357Z] 2a709f037fbd: Layer already exists [2023-01-11T21:12:48.357Z] dbedd6d3d55a: Layer already exists [2023-01-11T21:12:48.357Z] abcd459623bf: Layer already exists [2023-01-11T21:12:48.357Z] 886babda05e7: Layer already exists [2023-01-11T21:12:48.357Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15: digest: sha256:d6dc510371cee8b783c14975180dd43580b7939dc2242ced0ad6162569a7ec51 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:12:48.693Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:12:49.027Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2023-01-11T21:12:49.027Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-01-11T21:12:49.027Z] dbedd6d3d55a: Preparing [2023-01-11T21:12:49.027Z] 886babda05e7: Preparing [2023-01-11T21:12:49.027Z] abcd459623bf: Preparing [2023-01-11T21:12:49.027Z] 2a709f037fbd: Preparing [2023-01-11T21:12:49.027Z] 17bec77d7fdc: Preparing [2023-01-11T21:12:49.027Z] 886babda05e7: Layer already exists [2023-01-11T21:12:49.027Z] abcd459623bf: Layer already exists [2023-01-11T21:12:49.027Z] 17bec77d7fdc: Layer already exists [2023-01-11T21:12:49.027Z] 2a709f037fbd: Layer already exists [2023-01-11T21:12:49.027Z] dbedd6d3d55a: Layer already exists [2023-01-11T21:12:49.027Z] main: digest: sha256:d6dc510371cee8b783c14975180dd43580b7939dc2242ced0ad6162569a7ec51 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-11T21:12:49.069Z] ===================================================== [Pipeline] echo [2023-01-11T21:12:49.076Z] taggedImages: [2023-01-11T21:12:49.076Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T21:12:49.076Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-01-11T21:12:49.076Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.15 [2023-01-11T21:12:49.076Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T21:12:49.076Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2023-01-11T21:12:49.092Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2023-01-11T21:12:49.092Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T21:12:49.092Z] latest [2023-01-11T21:12:49.092Z] 3.0.0-dev.15 [2023-01-11T21:12:49.092Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T21:12:49.092Z] main [2023-01-11T21:12:49.092Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:12:49.419Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:12:49.752Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T21:12:49.752Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-01-11T21:12:49.752Z] fbca08c5eca0: Preparing [2023-01-11T21:12:49.752Z] bf95b8ee737c: Preparing [2023-01-11T21:12:49.752Z] abcd459623bf: Preparing [2023-01-11T21:12:49.752Z] 84e9af287172: Preparing [2023-01-11T21:12:49.752Z] 17bec77d7fdc: Preparing [2023-01-11T21:12:49.752Z] 17bec77d7fdc: Layer already exists [2023-01-11T21:12:49.752Z] 84e9af287172: Layer already exists [2023-01-11T21:12:49.752Z] abcd459623bf: Layer already exists [2023-01-11T21:12:50.015Z] fbca08c5eca0: Pushed [2023-01-11T21:12:55.336Z] bf95b8ee737c: Pushed [2023-01-11T21:12:55.336Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e: digest: sha256:ab8582e3b0533db849d6efa867f05eba58bcef7b5cec38f974cacea74cd0f66c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:12:55.665Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:12:55.989Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-01-11T21:12:55.989Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-01-11T21:12:55.989Z] fbca08c5eca0: Preparing [2023-01-11T21:12:55.989Z] bf95b8ee737c: Preparing [2023-01-11T21:12:55.989Z] abcd459623bf: Preparing [2023-01-11T21:12:55.989Z] 84e9af287172: Preparing [2023-01-11T21:12:55.989Z] 17bec77d7fdc: Preparing [2023-01-11T21:12:55.989Z] 17bec77d7fdc: Layer already exists [2023-01-11T21:12:55.989Z] fbca08c5eca0: Layer already exists [2023-01-11T21:12:55.989Z] 84e9af287172: Layer already exists [2023-01-11T21:12:55.990Z] bf95b8ee737c: Layer already exists [2023-01-11T21:12:55.990Z] abcd459623bf: Layer already exists [2023-01-11T21:12:55.990Z] latest: digest: sha256:ab8582e3b0533db849d6efa867f05eba58bcef7b5cec38f974cacea74cd0f66c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:12:56.321Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:12:56.654Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.15 [2023-01-11T21:12:56.654Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-01-11T21:12:56.654Z] fbca08c5eca0: Preparing [2023-01-11T21:12:56.654Z] bf95b8ee737c: Preparing [2023-01-11T21:12:56.654Z] abcd459623bf: Preparing [2023-01-11T21:12:56.654Z] 84e9af287172: Preparing [2023-01-11T21:12:56.654Z] 17bec77d7fdc: Preparing [2023-01-11T21:12:56.654Z] 17bec77d7fdc: Layer already exists [2023-01-11T21:12:56.654Z] fbca08c5eca0: Layer already exists [2023-01-11T21:12:56.654Z] bf95b8ee737c: Layer already exists [2023-01-11T21:12:56.654Z] abcd459623bf: Layer already exists [2023-01-11T21:12:56.654Z] 84e9af287172: Layer already exists [2023-01-11T21:12:56.654Z] 3.0.0-dev.15: digest: sha256:ab8582e3b0533db849d6efa867f05eba58bcef7b5cec38f974cacea74cd0f66c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:12:56.990Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:12:57.319Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T21:12:57.319Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-01-11T21:12:57.319Z] fbca08c5eca0: Preparing [2023-01-11T21:12:57.319Z] bf95b8ee737c: Preparing [2023-01-11T21:12:57.319Z] abcd459623bf: Preparing [2023-01-11T21:12:57.319Z] 84e9af287172: Preparing [2023-01-11T21:12:57.319Z] 17bec77d7fdc: Preparing [2023-01-11T21:12:57.319Z] bf95b8ee737c: Layer already exists [2023-01-11T21:12:57.319Z] fbca08c5eca0: Layer already exists [2023-01-11T21:12:57.319Z] 84e9af287172: Layer already exists [2023-01-11T21:12:57.319Z] 17bec77d7fdc: Layer already exists [2023-01-11T21:12:57.319Z] abcd459623bf: Layer already exists [2023-01-11T21:12:57.319Z] 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15: digest: sha256:ab8582e3b0533db849d6efa867f05eba58bcef7b5cec38f974cacea74cd0f66c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:12:57.664Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:12:58.000Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2023-01-11T21:12:58.000Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-01-11T21:12:58.000Z] fbca08c5eca0: Preparing [2023-01-11T21:12:58.000Z] bf95b8ee737c: Preparing [2023-01-11T21:12:58.000Z] abcd459623bf: Preparing [2023-01-11T21:12:58.000Z] 84e9af287172: Preparing [2023-01-11T21:12:58.000Z] 17bec77d7fdc: Preparing [2023-01-11T21:12:58.000Z] 17bec77d7fdc: Layer already exists [2023-01-11T21:12:58.000Z] fbca08c5eca0: Layer already exists [2023-01-11T21:12:58.000Z] bf95b8ee737c: Layer already exists [2023-01-11T21:12:58.000Z] 84e9af287172: Layer already exists [2023-01-11T21:12:58.000Z] abcd459623bf: Layer already exists [2023-01-11T21:12:58.000Z] main: digest: sha256:ab8582e3b0533db849d6efa867f05eba58bcef7b5cec38f974cacea74cd0f66c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-11T21:12:58.038Z] ===================================================== [Pipeline] echo [2023-01-11T21:12:58.044Z] taggedImages: [2023-01-11T21:12:58.044Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e [2023-01-11T21:12:58.044Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-01-11T21:12:58.044Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.15 [2023-01-11T21:12:58.044Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [2023-01-11T21:12:58.044Z] - 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-01-11T21:12:58.398Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-11T21:12:58.398Z] [2023-01-11T21:12:58.398Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:12:58.729Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-11T21:12:58.730Z] arm64: Pulling from edgex-lftools-log-publisher [2023-01-11T21:12:58.730Z] 8998bd30e6a1: Pulling fs layer [2023-01-11T21:12:58.730Z] 04944245beec: Pulling fs layer [2023-01-11T21:12:58.730Z] 699f458cf7ca: Pulling fs layer [2023-01-11T21:12:58.730Z] 765212b225bb: Pulling fs layer [2023-01-11T21:12:58.730Z] f23df028b6ca: Pulling fs layer [2023-01-11T21:12:58.730Z] d65c8cfc05b1: Pulling fs layer [2023-01-11T21:12:58.730Z] 2437ff75d9bd: Pulling fs layer [2023-01-11T21:12:58.730Z] f23df028b6ca: Waiting [2023-01-11T21:12:58.730Z] d65c8cfc05b1: Waiting [2023-01-11T21:12:58.730Z] 2437ff75d9bd: Waiting [2023-01-11T21:12:58.997Z] 04944245beec: Verifying Checksum [2023-01-11T21:12:58.997Z] 04944245beec: Download complete [2023-01-11T21:12:58.997Z] 765212b225bb: Verifying Checksum [2023-01-11T21:12:58.997Z] 765212b225bb: Download complete [2023-01-11T21:12:58.997Z] f23df028b6ca: Verifying Checksum [2023-01-11T21:12:58.997Z] f23df028b6ca: Download complete [2023-01-11T21:12:58.997Z] d65c8cfc05b1: Verifying Checksum [2023-01-11T21:12:58.997Z] d65c8cfc05b1: Download complete [2023-01-11T21:12:58.997Z] 699f458cf7ca: Verifying Checksum [2023-01-11T21:12:58.997Z] 699f458cf7ca: Download complete [2023-01-11T21:12:59.580Z] 8998bd30e6a1: Verifying Checksum [2023-01-11T21:12:59.580Z] 8998bd30e6a1: Download complete [2023-01-11T21:13:01.520Z] 2437ff75d9bd: Verifying Checksum [2023-01-11T21:13:01.520Z] 2437ff75d9bd: Download complete [2023-01-11T21:13:02.921Z] 8998bd30e6a1: Pull complete [2023-01-11T21:13:03.507Z] 04944245beec: Pull complete [2023-01-11T21:13:04.461Z] 699f458cf7ca: Pull complete [2023-01-11T21:13:04.728Z] 765212b225bb: Pull complete [2023-01-11T21:13:05.308Z] f23df028b6ca: Pull complete [2023-01-11T21:13:05.574Z] d65c8cfc05b1: Pull complete [2023-01-11T21:13:20.553Z] 2437ff75d9bd: Pull complete [2023-01-11T21:13:20.553Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-01-11T21:13:20.553Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-11T21:13:20.553Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T21:13:20.738Z] prd-ubuntu20.04-docker-arm64-4c-16g-1951 does not seem to be running inside a container [2023-01-11T21:13:20.789Z] $ 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/369 -v /w/workspace/edgex-go/369:/w/workspace/edgex-go/369:rw,z -v /w/workspace/edgex-go/369@tmp:/w/workspace/edgex-go/369@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-01-11T21:13:24.419Z] $ docker top d2f0118ef36ef4031994ccb94398107e9d25117d917122d640d96291a8e28ac6 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-11T21:13:24.981Z] ---> job-cost.sh [2023-01-11T21:13:25.244Z] lf-activate-venv: SKIPPING [2023-01-11T21:13:25.244Z] INFO: No Stack... [2023-01-11T21:13:25.822Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-01-11T21:13:26.400Z] INFO: Archiving Costs [Pipeline] sh [2023-01-11T21:13:26.712Z] + cat /w/workspace/edgex-go/369/archives/cost.csv [2023-01-11T21:13:26.713Z] + cut -d, -f6 [Pipeline] lock [2023-01-11T21:13:27.031Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-369-stack-cost] [2023-01-11T21:13:27.122Z] Resource [jenkins-edgexfoundry-edgex-go-main-369-stack-cost] did not exist. Created. [2023-01-11T21:13:27.123Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-main-369-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-11T21:13:27.448Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-01-11T21:13:28.053Z] Stashed 1 file(s) [Pipeline] } [2023-01-11T21:13:28.065Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-main-369-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-11T21:13:28.083Z] $ docker stop --time=1 d2f0118ef36ef4031994ccb94398107e9d25117d917122d640d96291a8e28ac6 [2023-01-11T21:13:29.573Z] $ docker rm -f --volumes d2f0118ef36ef4031994ccb94398107e9d25117d917122d640d96291a8e28ac6 [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-01-11T21:13:30.046Z] provisioning config files... [2023-01-11T21:13:30.053Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/369@tmp/config17207687380658115756tmp [Pipeline] { [Pipeline] sh [2023-01-11T21:13:30.345Z] + set +x [2023-01-11T21:13:30.345Z] + bash -s -- [2023-01-11T21:13:30.345Z] + curl -s https://codecov.io/bash [2023-01-11T21:13:30.345Z] [2023-01-11T21:13:30.345Z] _____ _ [2023-01-11T21:13:30.345Z] / ____| | | [2023-01-11T21:13:30.345Z] | | ___ __| | ___ ___ _____ __ [2023-01-11T21:13:30.345Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-01-11T21:13:30.345Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-01-11T21:13:30.345Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-01-11T21:13:30.345Z] Bash-1.0.6 [2023-01-11T21:13:30.345Z] [2023-01-11T21:13:30.345Z] [2023-01-11T21:13:30.345Z] ==> git version 2.25.1 found [2023-01-11T21:13:30.345Z] ==> 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-01-11T21:13:30.345Z] Release-Date: 2020-01-08 [2023-01-11T21:13:30.345Z] 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-01-11T21:13:30.345Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-01-11T21:13:30.345Z] ==> Jenkins CI detected. [2023-01-11T21:13:30.345Z] current dir:  /w/workspace/edgex-go/369 [2023-01-11T21:13:30.345Z] project root: . [2023-01-11T21:13:30.345Z] --> token set from env [2023-01-11T21:13:30.345Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-01-11T21:13:30.345Z] ==> Running gcov in . (disable via -X gcov) [2023-01-11T21:13:30.345Z] ==> Python coveragepy not found [2023-01-11T21:13:30.345Z] ==> Searching for coverage reports in: [2023-01-11T21:13:30.345Z] + . [2023-01-11T21:13:30.605Z] -> Found 1 reports [2023-01-11T21:13:30.605Z] ==> Detecting git/mercurial file structure [2023-01-11T21:13:30.605Z] ==> Reading reports [2023-01-11T21:13:30.605Z] + ./coverage.out bytes=494838 [2023-01-11T21:13:30.605Z] ==> Appending adjustments [2023-01-11T21:13:30.605Z] https://docs.codecov.io/docs/fixing-reports [2023-01-11T21:13:31.981Z] + Found adjustments [2023-01-11T21:13:31.981Z] ==> Gzipping contents [2023-01-11T21:13:31.981Z] 64K /tmp/codecov.4FwCtY.gz [2023-01-11T21:13:31.981Z] ==> Uploading reports [2023-01-11T21:13:31.981Z] url: https://codecov.io [2023-01-11T21:13:31.981Z] query: branch=main&commit=9123da5ee4a297ce5d9921c004089f9acce55f5e&build=369&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F369%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-01-11T21:13:31.981Z] -> Pinging Codecov [2023-01-11T21:13:31.981Z] 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=9123da5ee4a297ce5d9921c004089f9acce55f5e&build=369&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F369%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-01-11T21:13:31.981Z] -> Uploading to [2023-01-11T21:13:31.981Z] https://storage.googleapis.com/codecov/v4/raw/2023-01-11/00271124DB129430A58F1EEE437C3FCB/9123da5ee4a297ce5d9921c004089f9acce55f5e/1135b507-88b5-45af-8cbf-6867bcda0801.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230111%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230111T211331Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1bc3ed73641e50c32a0a5d15e819a2a1d3b69ee4d83b88da24d04b0877b5e381 [2023-01-11T21:13:31.981Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-11T21:13:31.981Z] Dload Upload Total Spent Left Speed [2023-01-11T21:13:32.551Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 63947 0 0 100 63947 0 161k --:--:-- --:--:-- --:--:-- 161k [2023-01-11T21:13:32.551Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/9123da5ee4a297ce5d9921c004089f9acce55f5e [Pipeline] } [2023-01-11T21:13:32.560Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2023-01-11T21:13:32.804Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-01-11T21:13:32.817Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:13:33.119Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-11T21:13:33.119Z] [2023-01-11T21:13:33.119Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:13:33.426Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-11T21:13:33.426Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-01-11T21:13:33.426Z] df9b9388f04a: Pulling fs layer [2023-01-11T21:13:33.426Z] 52dc419b0ee2: Pulling fs layer [2023-01-11T21:13:33.426Z] 25bc292e5bac: Pulling fs layer [2023-01-11T21:13:33.426Z] 114826534d7a: Pulling fs layer [2023-01-11T21:13:33.426Z] 4657fd5d0bcf: Pulling fs layer [2023-01-11T21:13:33.426Z] 6ad1cebc031e: Pulling fs layer [2023-01-11T21:13:33.426Z] 8a3aa393b2d8: Pulling fs layer [2023-01-11T21:13:33.426Z] 4657fd5d0bcf: Waiting [2023-01-11T21:13:33.426Z] 6ad1cebc031e: Waiting [2023-01-11T21:13:33.426Z] 8a3aa393b2d8: Waiting [2023-01-11T21:13:33.426Z] 114826534d7a: Waiting [2023-01-11T21:13:33.427Z] 25bc292e5bac: Verifying Checksum [2023-01-11T21:13:33.427Z] 25bc292e5bac: Download complete [2023-01-11T21:13:33.427Z] 52dc419b0ee2: Verifying Checksum [2023-01-11T21:13:33.427Z] 52dc419b0ee2: Download complete [2023-01-11T21:13:33.685Z] 4657fd5d0bcf: Verifying Checksum [2023-01-11T21:13:33.685Z] 4657fd5d0bcf: Download complete [2023-01-11T21:13:33.685Z] df9b9388f04a: Verifying Checksum [2023-01-11T21:13:33.685Z] df9b9388f04a: Download complete [2023-01-11T21:13:33.685Z] 6ad1cebc031e: Verifying Checksum [2023-01-11T21:13:33.685Z] 6ad1cebc031e: Download complete [2023-01-11T21:13:33.685Z] df9b9388f04a: Pull complete [2023-01-11T21:13:33.952Z] 52dc419b0ee2: Pull complete [2023-01-11T21:13:33.952Z] 25bc292e5bac: Pull complete [2023-01-11T21:13:34.518Z] 114826534d7a: Verifying Checksum [2023-01-11T21:13:34.519Z] 114826534d7a: Download complete [2023-01-11T21:13:34.776Z] 8a3aa393b2d8: Verifying Checksum [2023-01-11T21:13:34.776Z] 8a3aa393b2d8: Download complete [2023-01-11T21:13:38.055Z] 114826534d7a: Pull complete [2023-01-11T21:13:38.055Z] 4657fd5d0bcf: Pull complete [2023-01-11T21:13:38.312Z] 6ad1cebc031e: Pull complete [2023-01-11T21:13:40.844Z] 8a3aa393b2d8: Pull complete [2023-01-11T21:13:40.844Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-01-11T21:13:40.844Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-11T21:13:40.844Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T21:13:40.915Z] prd-ubuntu20.04-docker-8c-8g-1950 does not seem to be running inside a container [2023-01-11T21:13:40.940Z] $ 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/369 -v /w/workspace/edgex-go/369:/w/workspace/edgex-go/369:rw,z -v /w/workspace/edgex-go/369@tmp:/w/workspace/edgex-go/369@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/edgex-snyk-go:1.410.4 cat [2023-01-11T21:13:45.853Z] $ docker top 68aeae4e948f40b26a989afd41de6cc01fdcdf3cd9b8ef6d65efeb5f4d395398 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-01-11T21:13:45.915Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2023-01-11T21:13:46.191Z] + set -o pipefail [2023-01-11T21:13:46.191Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2023-01-11T21:13:52.755Z] [2023-01-11T21:13:52.755Z] Monitoring /w/workspace/edgex-go/369 (github.com/edgexfoundry/edgex-go)... [2023-01-11T21:13:52.755Z] [2023-01-11T21:13:52.755Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/aca46f49-c0f6-44be-9f66-c84c19d77683 [2023-01-11T21:13:52.755Z] [2023-01-11T21:13:52.755Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-01-11T21:13:52.755Z] [2023-01-11T21:13:52.756Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-01-11T21:13:52.756Z] [2023-01-11T21:13:52.756Z] [2023-01-11T21:13:52.756Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-01-11T21:13:52.756Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-01-11T21:13:52.756Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-01-11T21:13:52.766Z] $ docker stop --time=1 68aeae4e948f40b26a989afd41de6cc01fdcdf3cd9b8ef6d65efeb5f4d395398 [2023-01-11T21:13:55.909Z] $ docker rm -f --volumes 68aeae4e948f40b26a989afd41de6cc01fdcdf3cd9b8ef6d65efeb5f4d395398 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2023-01-11T21:13:56.252Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-11T21:13:56.264Z] provisioning config files... [2023-01-11T21:13:56.271Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/369@tmp/config14636728670466400930tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-11T21:13:56.557Z] --> edgex-publish-swagger.sh [2023-01-11T21:13:56.557Z] === Publish openapi/v2 API === [2023-01-11T21:13:56.557Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2023-01-11T21:13:56.557Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/369/openapi/v2/core-command.yaml] [2023-01-11T21:13:56.557Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-11T21:13:56.557Z] Dload Upload Total Spent Left Speed [2023-01-11T21:13:57.497Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33822 0 0 100 33822 0 141k --:--:-- --:--:-- --:--:-- 140k 100 33860 100 38 100 33822 38 34198 0:00:01 --:--:-- 0:00:01 34236 [2023-01-11T21:13:57.497Z] {"code":403,"message":"Access Denied"} [2023-01-11T21:13:57.497Z] [2023-01-11T21:13:57.497Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/369/openapi/v2/core-data.yaml] [2023-01-11T21:13:57.497Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-11T21:13:57.497Z] Dload Upload Total Spent Left Speed [2023-01-11T21:13:58.324Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71710 0 0 100 71710 0 300k --:--:-- --:--:-- --:--:-- 299k 100 71748 100 38 100 71710 40 77190 --:--:-- --:--:-- --:--:-- 77148 [2023-01-11T21:13:58.324Z] {"code":403,"message":"Access Denied"} [2023-01-11T21:13:58.324Z] [2023-01-11T21:13:58.324Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/369/openapi/v2/core-metadata.yaml] [2023-01-11T21:13:58.324Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-11T21:13:58.324Z] Dload Upload Total Spent Left Speed [2023-01-11T21:13:59.518Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 144k 0 0 100 144k 0 540k --:--:-- --:--:-- --:--:-- 538k 100 144k 100 38 100 144k 38 146k 0:00:01 --:--:-- 0:00:01 146k [2023-01-11T21:13:59.518Z] {"code":403,"message":"Access Denied"} [2023-01-11T21:13:59.518Z] [2023-01-11T21:13:59.518Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/369/openapi/v2/support-notifications.yaml] [2023-01-11T21:13:59.518Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-11T21:13:59.518Z] Dload Upload Total Spent Left Speed [2023-01-11T21:14:00.454Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89347 100 38 100 89309 37 89219 0:00:01 0:00:01 --:--:-- 89257 100 89347 100 38 100 89309 37 89219 0:00:01 0:00:01 --:--:-- 89257 [2023-01-11T21:14:00.454Z] {"code":403,"message":"Access Denied"} [2023-01-11T21:14:00.454Z] [2023-01-11T21:14:00.454Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/369/openapi/v2/support-scheduler.yaml] [2023-01-11T21:14:00.454Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-11T21:14:00.454Z] Dload Upload Total Spent Left Speed [2023-01-11T21:14:01.392Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39585 100 38 100 39547 42 44484 --:--:-- --:--:-- --:--:-- 44477 100 39585 100 38 100 39547 42 44384 --:--:-- --:--:-- --:--:-- 44377 [2023-01-11T21:14:01.392Z] {"code":403,"message":"Access Denied"} [2023-01-11T21:14:01.392Z] [Pipeline] } [2023-01-11T21:14:01.401Z] 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-01-11T21:14:01.787Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-11T21:14:01.788Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:14:02.084Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-11T21:14:02.084Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T21:14:02.152Z] prd-ubuntu20.04-docker-8c-8g-1950 does not seem to be running inside a container [2023-01-11T21:14:02.182Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/369 -v /w/workspace/edgex-go/369:/w/workspace/edgex-go/369:rw,z -v /w/workspace/edgex-go/369@tmp:/w/workspace/edgex-go/369@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-11T21:14:02.565Z] $ docker top db281f07bdf5120e8b226c81eef72b2930d7083cfe17745016a9d1e4b1098e36 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-11T21:14:02.662Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-11T21:14:02.662Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-11T21:14:02.774Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-11T21:14:02.776Z] $ docker exec db281f07bdf5120e8b226c81eef72b2930d7083cfe17745016a9d1e4b1098e36 ssh-agent [2023-01-11T21:14:02.887Z] SSH_AUTH_SOCK=/tmp/ssh-hZvqH4Pvhf51/agent.32 [2023-01-11T21:14:02.887Z] SSH_AGENT_PID=37 [2023-01-11T21:14:02.891Z] Running ssh-add (command line suppressed) [2023-01-11T21:14:02.978Z] Identity added: /w/workspace/edgex-go/369@tmp/private_key_12727065190725875363.key (/w/workspace/edgex-go/369@tmp/private_key_12727065190725875363.key) [2023-01-11T21:14:02.989Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-11T21:14:03.276Z] + git semver tag [2023-01-11T21:14:03.534Z] 2023-01-11 21:14:03,449 [run_tag] DEBUG tag force:False [2023-01-11T21:14:03.534Z] 2023-01-11 21:14:03,449 [check_head_tag] DEBUG check head tag [2023-01-11T21:14:03.534Z] 2023-01-11 21:14:03,451 [execute] INFO git cat-file --batch-check [2023-01-11T21:14:03.534Z] 2023-01-11 21:14:03,451 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/369, universal_newlines=False, shell=None, istream=) [2023-01-11T21:14:03.534Z] 2023-01-11 21:14:03,454 [execute] INFO git cat-file --batch [2023-01-11T21:14:03.534Z] 2023-01-11 21:14:03,454 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/369, universal_newlines=False, shell=None, istream=) [2023-01-11T21:14:03.534Z] 2023-01-11 21:14:03,490 [read_version] DEBUG read version from /w/workspace/edgex-go/369/.semver/main [2023-01-11T21:14:03.534Z] 2023-01-11 21:14:03,491 [execute] INFO git tag -a v3.0.0-dev.15 -m v3.0.0-dev.15 [2023-01-11T21:14:03.534Z] 2023-01-11 21:14:03,491 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.15', '-m', 'v3.0.0-dev.15'], cwd=/w/workspace/edgex-go/369, universal_newlines=False, shell=None, istream=None) [2023-01-11T21:14:03.534Z] 2023-01-11 21:14:03,494 [read_version] DEBUG read version from /w/workspace/edgex-go/369/.semver/main [2023-01-11T21:14:03.534Z] 3.0.0-dev.15 [Pipeline] } [2023-01-11T21:14:03.546Z] $ docker exec --env ******** --env ******** db281f07bdf5120e8b226c81eef72b2930d7083cfe17745016a9d1e4b1098e36 ssh-agent -k [2023-01-11T21:14:03.639Z] unset SSH_AUTH_SOCK; [2023-01-11T21:14:03.640Z] unset SSH_AGENT_PID; [2023-01-11T21:14:03.640Z] echo Agent pid 37 killed; [2023-01-11T21:14:03.653Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-11T21:14:03.953Z] + git semver [Pipeline] } [2023-01-11T21:14:04.224Z] $ docker stop --time=1 db281f07bdf5120e8b226c81eef72b2930d7083cfe17745016a9d1e4b1098e36 [2023-01-11T21:14:05.496Z] $ docker rm -f --volumes db281f07bdf5120e8b226c81eef72b2930d7083cfe17745016a9d1e4b1098e36 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:14:05.873Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-11T21:14:05.873Z] [2023-01-11T21:14:05.873Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:14:06.168Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-11T21:14:06.168Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-01-11T21:14:06.168Z] ab5ef0e58194: Pulling fs layer [2023-01-11T21:14:06.168Z] 9712f1f96733: Pulling fs layer [2023-01-11T21:14:06.168Z] 63f879dbbcfc: Pulling fs layer [2023-01-11T21:14:06.168Z] 0d9ebad4ef96: Pulling fs layer [2023-01-11T21:14:06.168Z] e9a5061849ea: Pulling fs layer [2023-01-11T21:14:06.168Z] d747dcd14b5f: Pulling fs layer [2023-01-11T21:14:06.168Z] 2de7ff778b66: Pulling fs layer [2023-01-11T21:14:06.168Z] 0d9ebad4ef96: Waiting [2023-01-11T21:14:06.168Z] e9a5061849ea: Waiting [2023-01-11T21:14:06.168Z] d747dcd14b5f: Waiting [2023-01-11T21:14:06.168Z] 2de7ff778b66: Waiting [2023-01-11T21:14:06.168Z] 9712f1f96733: Download complete [2023-01-11T21:14:06.445Z] 63f879dbbcfc: Verifying Checksum [2023-01-11T21:14:06.445Z] 63f879dbbcfc: Download complete [2023-01-11T21:14:06.714Z] e9a5061849ea: Verifying Checksum [2023-01-11T21:14:06.714Z] e9a5061849ea: Download complete [2023-01-11T21:14:06.714Z] d747dcd14b5f: Verifying Checksum [2023-01-11T21:14:06.714Z] d747dcd14b5f: Download complete [2023-01-11T21:14:06.714Z] 0d9ebad4ef96: Verifying Checksum [2023-01-11T21:14:06.714Z] 0d9ebad4ef96: Download complete [2023-01-11T21:14:06.972Z] 2de7ff778b66: Verifying Checksum [2023-01-11T21:14:06.972Z] 2de7ff778b66: Download complete [2023-01-11T21:14:06.973Z] ab5ef0e58194: Verifying Checksum [2023-01-11T21:14:06.973Z] ab5ef0e58194: Download complete [2023-01-11T21:14:09.499Z] ab5ef0e58194: Pull complete [2023-01-11T21:14:09.499Z] 9712f1f96733: Pull complete [2023-01-11T21:14:10.432Z] 63f879dbbcfc: Pull complete [2023-01-11T21:14:14.659Z] 0d9ebad4ef96: Pull complete [2023-01-11T21:14:14.659Z] e9a5061849ea: Pull complete [2023-01-11T21:14:14.659Z] d747dcd14b5f: Pull complete [2023-01-11T21:14:15.593Z] 2de7ff778b66: Pull complete [2023-01-11T21:14:15.593Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-01-11T21:14:15.593Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-11T21:14:15.593Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T21:14:15.667Z] prd-ubuntu20.04-docker-8c-8g-1950 does not seem to be running inside a container [2023-01-11T21:14:15.698Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/369 -v /w/workspace/edgex-go/369:/w/workspace/edgex-go/369:rw,z -v /w/workspace/edgex-go/369@tmp:/w/workspace/edgex-go/369@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-01-11T21:14:20.469Z] $ docker top ba994f5eee8e70a445d17cc26aa28226dd2d2e36b7e59b970ac175f4e428e148 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-01-11T21:14:20.544Z] provisioning config files... [2023-01-11T21:14:20.550Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/369@tmp/config6776593775402744453tmp [2023-01-11T21:14:20.561Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/369@tmp/config9875904100169107043tmp [2023-01-11T21:14:20.572Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/369@tmp/config14924892308132817600tmp [Pipeline] { [Pipeline] echo [2023-01-11T21:14:20.588Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-11T21:14:20.871Z] ---> sigul-configuration.sh [2023-01-11T21:14:20.871Z] gpg: directory `/root/.gnupg' created [2023-01-11T21:14:20.871Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-01-11T21:14:20.871Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-01-11T21:14:20.871Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-01-11T21:14:20.871Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-01-11T21:14:20.871Z] gpg: CAST5 encrypted data [2023-01-11T21:14:20.871Z] gpg: encrypted with 1 passphrase [2023-01-11T21:14:20.871Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-01-11T21:14:21.157Z] + mkdir /home/jenkins [2023-01-11T21:14:21.157Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-01-11T21:14:21.438Z] + 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-01-11T21:14:21.446Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-11T21:14:21.733Z] ---> sigul-install.sh [2023-01-11T21:14:21.733Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-01-11T21:14:22.019Z] + git tag --list [2023-01-11T21:14:22.019Z] 0.6.0 [2023-01-11T21:14:22.019Z] 0.6.1 [2023-01-11T21:14:22.019Z] 0.7.0 [2023-01-11T21:14:22.019Z] 0.7.1 [2023-01-11T21:14:22.019Z] v1.0.0 [2023-01-11T21:14:22.019Z] v1.0.1 [2023-01-11T21:14:22.019Z] v1.1.0 [2023-01-11T21:14:22.019Z] v1.2.0 [2023-01-11T21:14:22.019Z] v1.2.1 [2023-01-11T21:14:22.019Z] v1.3.0 [2023-01-11T21:14:22.019Z] v1.3.1 [2023-01-11T21:14:22.019Z] v2.0.0 [2023-01-11T21:14:22.019Z] v2.1.0 [2023-01-11T21:14:22.019Z] v2.1.1 [2023-01-11T21:14:22.019Z] v2.1.1-dev.1 [2023-01-11T21:14:22.019Z] v2.1.1-dev.2 [2023-01-11T21:14:22.019Z] v2.1.1-dev.3 [2023-01-11T21:14:22.019Z] v2.1.1-dev.4 [2023-01-11T21:14:22.019Z] v2.1.1-dev.5 [2023-01-11T21:14:22.019Z] v2.1.1-dev.6 [2023-01-11T21:14:22.019Z] v2.1.1-dev.7 [2023-01-11T21:14:22.019Z] v2.1.1-dev.8 [2023-01-11T21:14:22.019Z] v2.1.2-dev.1 [2023-01-11T21:14:22.019Z] v2.2.0 [2023-01-11T21:14:22.019Z] v2.2.1-dev.1 [2023-01-11T21:14:22.019Z] v2.2.1-dev.10 [2023-01-11T21:14:22.019Z] v2.2.1-dev.11 [2023-01-11T21:14:22.019Z] v2.2.1-dev.12 [2023-01-11T21:14:22.019Z] v2.2.1-dev.13 [2023-01-11T21:14:22.019Z] v2.2.1-dev.14 [2023-01-11T21:14:22.019Z] v2.2.1-dev.15 [2023-01-11T21:14:22.019Z] v2.2.1-dev.16 [2023-01-11T21:14:22.019Z] v2.2.1-dev.17 [2023-01-11T21:14:22.019Z] v2.2.1-dev.18 [2023-01-11T21:14:22.019Z] v2.2.1-dev.19 [2023-01-11T21:14:22.019Z] v2.2.1-dev.2 [2023-01-11T21:14:22.019Z] v2.2.1-dev.20 [2023-01-11T21:14:22.019Z] v2.2.1-dev.21 [2023-01-11T21:14:22.019Z] v2.2.1-dev.22 [2023-01-11T21:14:22.019Z] v2.2.1-dev.23 [2023-01-11T21:14:22.019Z] v2.2.1-dev.24 [2023-01-11T21:14:22.019Z] v2.2.1-dev.25 [2023-01-11T21:14:22.019Z] v2.2.1-dev.26 [2023-01-11T21:14:22.019Z] v2.2.1-dev.27 [2023-01-11T21:14:22.019Z] v2.2.1-dev.28 [2023-01-11T21:14:22.019Z] v2.2.1-dev.29 [2023-01-11T21:14:22.019Z] v2.2.1-dev.3 [2023-01-11T21:14:22.019Z] v2.2.1-dev.4 [2023-01-11T21:14:22.019Z] v2.2.1-dev.5 [2023-01-11T21:14:22.019Z] v2.2.1-dev.6 [2023-01-11T21:14:22.019Z] v2.2.1-dev.7 [2023-01-11T21:14:22.019Z] v2.2.1-dev.8 [2023-01-11T21:14:22.019Z] v2.2.1-dev.9 [2023-01-11T21:14:22.019Z] v2.3.0 [2023-01-11T21:14:22.019Z] v2.3.0-dev.100 [2023-01-11T21:14:22.019Z] v2.3.0-dev.101 [2023-01-11T21:14:22.019Z] v2.3.0-dev.102 [2023-01-11T21:14:22.019Z] v2.3.0-dev.103 [2023-01-11T21:14:22.019Z] v2.3.0-dev.104 [2023-01-11T21:14:22.019Z] v2.3.0-dev.105 [2023-01-11T21:14:22.019Z] v2.3.0-dev.106 [2023-01-11T21:14:22.019Z] v2.3.0-dev.29 [2023-01-11T21:14:22.019Z] v2.3.0-dev.30 [2023-01-11T21:14:22.019Z] v2.3.0-dev.31 [2023-01-11T21:14:22.019Z] v2.3.0-dev.32 [2023-01-11T21:14:22.019Z] v2.3.0-dev.33 [2023-01-11T21:14:22.019Z] v2.3.0-dev.34 [2023-01-11T21:14:22.019Z] v2.3.0-dev.35 [2023-01-11T21:14:22.019Z] v2.3.0-dev.36 [2023-01-11T21:14:22.019Z] v2.3.0-dev.37 [2023-01-11T21:14:22.019Z] v2.3.0-dev.38 [2023-01-11T21:14:22.019Z] v2.3.0-dev.39 [2023-01-11T21:14:22.019Z] v2.3.0-dev.40 [2023-01-11T21:14:22.019Z] v2.3.0-dev.41 [2023-01-11T21:14:22.019Z] v2.3.0-dev.42 [2023-01-11T21:14:22.019Z] v2.3.0-dev.43 [2023-01-11T21:14:22.019Z] v2.3.0-dev.44 [2023-01-11T21:14:22.019Z] v2.3.0-dev.45 [2023-01-11T21:14:22.019Z] v2.3.0-dev.46 [2023-01-11T21:14:22.019Z] v2.3.0-dev.47 [2023-01-11T21:14:22.019Z] v2.3.0-dev.48 [2023-01-11T21:14:22.019Z] v2.3.0-dev.49 [2023-01-11T21:14:22.019Z] v2.3.0-dev.50 [2023-01-11T21:14:22.019Z] v2.3.0-dev.51 [2023-01-11T21:14:22.019Z] v2.3.0-dev.52 [2023-01-11T21:14:22.019Z] v2.3.0-dev.53 [2023-01-11T21:14:22.019Z] v2.3.0-dev.54 [2023-01-11T21:14:22.019Z] v2.3.0-dev.55 [2023-01-11T21:14:22.019Z] v2.3.0-dev.56 [2023-01-11T21:14:22.019Z] v2.3.0-dev.57 [2023-01-11T21:14:22.019Z] v2.3.0-dev.58 [2023-01-11T21:14:22.019Z] v2.3.0-dev.59 [2023-01-11T21:14:22.019Z] v2.3.0-dev.60 [2023-01-11T21:14:22.019Z] v2.3.0-dev.61 [2023-01-11T21:14:22.019Z] v2.3.0-dev.62 [2023-01-11T21:14:22.019Z] v2.3.0-dev.63 [2023-01-11T21:14:22.019Z] v2.3.0-dev.64 [2023-01-11T21:14:22.019Z] v2.3.0-dev.65 [2023-01-11T21:14:22.019Z] v2.3.0-dev.66 [2023-01-11T21:14:22.019Z] v2.3.0-dev.67 [2023-01-11T21:14:22.019Z] v2.3.0-dev.68 [2023-01-11T21:14:22.019Z] v2.3.0-dev.69 [2023-01-11T21:14:22.019Z] v2.3.0-dev.70 [2023-01-11T21:14:22.019Z] v2.3.0-dev.71 [2023-01-11T21:14:22.019Z] v2.3.0-dev.72 [2023-01-11T21:14:22.019Z] v2.3.0-dev.73 [2023-01-11T21:14:22.019Z] v2.3.0-dev.74 [2023-01-11T21:14:22.019Z] v2.3.0-dev.75 [2023-01-11T21:14:22.019Z] v2.3.0-dev.76 [2023-01-11T21:14:22.019Z] v2.3.0-dev.77 [2023-01-11T21:14:22.019Z] v2.3.0-dev.78 [2023-01-11T21:14:22.019Z] v2.3.0-dev.79 [2023-01-11T21:14:22.019Z] v2.3.0-dev.80 [2023-01-11T21:14:22.019Z] v2.3.0-dev.81 [2023-01-11T21:14:22.019Z] v2.3.0-dev.82 [2023-01-11T21:14:22.019Z] v2.3.0-dev.83 [2023-01-11T21:14:22.019Z] v2.3.0-dev.84 [2023-01-11T21:14:22.019Z] v2.3.0-dev.85 [2023-01-11T21:14:22.019Z] v2.3.0-dev.86 [2023-01-11T21:14:22.019Z] v2.3.0-dev.87 [2023-01-11T21:14:22.019Z] v2.3.0-dev.88 [2023-01-11T21:14:22.019Z] v2.3.0-dev.89 [2023-01-11T21:14:22.019Z] v2.3.0-dev.90 [2023-01-11T21:14:22.019Z] v2.3.0-dev.91 [2023-01-11T21:14:22.019Z] v2.3.0-dev.92 [2023-01-11T21:14:22.019Z] v2.3.0-dev.93 [2023-01-11T21:14:22.019Z] v2.3.0-dev.94 [2023-01-11T21:14:22.019Z] v2.3.0-dev.95 [2023-01-11T21:14:22.019Z] v2.3.0-dev.96 [2023-01-11T21:14:22.019Z] v2.3.0-dev.97 [2023-01-11T21:14:22.019Z] v2.3.0-dev.98 [2023-01-11T21:14:22.019Z] v2.3.0-dev.99 [2023-01-11T21:14:22.019Z] v2.3.1-dev.1 [2023-01-11T21:14:22.019Z] v2.3.1-dev.2 [2023-01-11T21:14:22.019Z] v2.3.1-dev.3 [2023-01-11T21:14:22.019Z] v2.3.1-dev.4 [2023-01-11T21:14:22.019Z] v2.3.1-dev.5 [2023-01-11T21:14:22.019Z] v3.0.0-dev.1 [2023-01-11T21:14:22.019Z] v3.0.0-dev.10 [2023-01-11T21:14:22.019Z] v3.0.0-dev.11 [2023-01-11T21:14:22.019Z] v3.0.0-dev.12 [2023-01-11T21:14:22.019Z] v3.0.0-dev.13 [2023-01-11T21:14:22.019Z] v3.0.0-dev.14 [2023-01-11T21:14:22.019Z] v3.0.0-dev.15 [2023-01-11T21:14:22.019Z] v3.0.0-dev.2 [2023-01-11T21:14:22.019Z] v3.0.0-dev.3 [2023-01-11T21:14:22.019Z] v3.0.0-dev.4 [2023-01-11T21:14:22.019Z] v3.0.0-dev.5 [2023-01-11T21:14:22.019Z] v3.0.0-dev.6 [2023-01-11T21:14:22.019Z] v3.0.0-dev.7 [2023-01-11T21:14:22.019Z] v3.0.0-dev.8 [2023-01-11T21:14:22.019Z] v3.0.0-dev.9 [Pipeline] sh [2023-01-11T21:14:22.308Z] + lftools sign git-tag v3.0.0-dev.15 [2023-01-11T21:14:22.877Z] Signing Git tag with Sigul... [2023-01-11T21:14:22.877Z] Signing v3.0.0-dev.15 [Pipeline] echo [2023-01-11T21:14:23.455Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-11T21:14:23.745Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-01-11T21:14:23.752Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-01-11T21:14:23.767Z] $ docker stop --time=1 ba994f5eee8e70a445d17cc26aa28226dd2d2e36b7e59b970ac175f4e428e148 [2023-01-11T21:14:25.077Z] $ docker rm -f --volumes ba994f5eee8e70a445d17cc26aa28226dd2d2e36b7e59b970ac175f4e428e148 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-01-11T21:14:25.479Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-11T21:14:25.479Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:14:25.778Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-11T21:14:25.778Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T21:14:25.849Z] prd-ubuntu20.04-docker-8c-8g-1950 does not seem to be running inside a container [2023-01-11T21:14:25.874Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/369 -v /w/workspace/edgex-go/369:/w/workspace/edgex-go/369:rw,z -v /w/workspace/edgex-go/369@tmp:/w/workspace/edgex-go/369@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-11T21:14:26.250Z] $ docker top 602bc1720b2e3e08a067d19242fb1d5cf0f0e51c152239fb43c55a810964013b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-11T21:14:26.337Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-11T21:14:26.337Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-11T21:14:26.449Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-11T21:14:26.452Z] $ docker exec 602bc1720b2e3e08a067d19242fb1d5cf0f0e51c152239fb43c55a810964013b ssh-agent [2023-01-11T21:14:26.568Z] SSH_AUTH_SOCK=/tmp/ssh-RRiPvvzn5FEW/agent.32 [2023-01-11T21:14:26.568Z] SSH_AGENT_PID=38 [2023-01-11T21:14:26.572Z] Running ssh-add (command line suppressed) [2023-01-11T21:14:26.672Z] Identity added: /w/workspace/edgex-go/369@tmp/private_key_4857122664916073930.key (/w/workspace/edgex-go/369@tmp/private_key_4857122664916073930.key) [2023-01-11T21:14:26.684Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-11T21:14:26.969Z] + git semver bump pre [2023-01-11T21:14:27.227Z] 2023-01-11 21:14:27,151 [read_version] DEBUG read version from /w/workspace/edgex-go/369/.semver/main [2023-01-11T21:14:27.227Z] 2023-01-11 21:14:27,151 [bump_version] DEBUG bumping version:3.0.0-dev.15 on axis:pre with prefix:dev [2023-01-11T21:14:27.227Z] 2023-01-11 21:14:27,151 [bump_version] DEBUG bumped version:3.0.0-dev.16 [2023-01-11T21:14:27.227Z] 2023-01-11 21:14:27,151 [write_version] DEBUG write version:3.0.0-dev.16 to path:/w/workspace/edgex-go/369/.semver/main with force:True [2023-01-11T21:14:27.227Z] 2023-01-11 21:14:27,151 [read_version] DEBUG read version from /w/workspace/edgex-go/369/.semver/main [2023-01-11T21:14:27.227Z] 2023-01-11 21:14:27,151 [write_file] DEBUG write to file:/w/workspace/edgex-go/369/.semver/main [2023-01-11T21:14:27.227Z] 2023-01-11 21:14:27,153 [execute] INFO git cat-file --batch-check [2023-01-11T21:14:27.227Z] 2023-01-11 21:14:27,153 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/369/.semver, universal_newlines=False, shell=None, istream=) [2023-01-11T21:14:27.227Z] 2023-01-11 21:14:27,159 [execute] INFO git cat-file --batch [2023-01-11T21:14:27.227Z] 2023-01-11 21:14:27,160 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/369/.semver, universal_newlines=False, shell=None, istream=) [2023-01-11T21:14:27.227Z] 2023-01-11 21:14:27,165 [read_version] DEBUG read version from /w/workspace/edgex-go/369/.semver/main [2023-01-11T21:14:27.227Z] 3.0.0-dev.16 [Pipeline] } [2023-01-11T21:14:27.236Z] $ docker exec --env ******** --env ******** 602bc1720b2e3e08a067d19242fb1d5cf0f0e51c152239fb43c55a810964013b ssh-agent -k [2023-01-11T21:14:27.333Z] unset SSH_AUTH_SOCK; [2023-01-11T21:14:27.333Z] unset SSH_AGENT_PID; [2023-01-11T21:14:27.333Z] echo Agent pid 38 killed; [2023-01-11T21:14:27.342Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-11T21:14:27.644Z] + git semver [Pipeline] } [2023-01-11T21:14:27.916Z] $ docker stop --time=1 602bc1720b2e3e08a067d19242fb1d5cf0f0e51c152239fb43c55a810964013b [2023-01-11T21:14:29.152Z] $ docker rm -f --volumes 602bc1720b2e3e08a067d19242fb1d5cf0f0e51c152239fb43c55a810964013b [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-11T21:14:29.489Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-11T21:14:29.489Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:14:29.781Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-11T21:14:29.781Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T21:14:29.848Z] prd-ubuntu20.04-docker-8c-8g-1950 does not seem to be running inside a container [2023-01-11T21:14:29.876Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/369 -v /w/workspace/edgex-go/369:/w/workspace/edgex-go/369:rw,z -v /w/workspace/edgex-go/369@tmp:/w/workspace/edgex-go/369@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-11T21:14:30.225Z] $ docker top 7a54bdc991338775206cf5f82de65cd6803b0d6c0d58f5c70ec5c92d4cfc54b3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-11T21:14:30.305Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-11T21:14:30.305Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-11T21:14:30.422Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-11T21:14:30.425Z] $ docker exec 7a54bdc991338775206cf5f82de65cd6803b0d6c0d58f5c70ec5c92d4cfc54b3 ssh-agent [2023-01-11T21:14:30.526Z] SSH_AUTH_SOCK=/tmp/ssh-cqjrCoJjf5UJ/agent.32 [2023-01-11T21:14:30.526Z] SSH_AGENT_PID=38 [2023-01-11T21:14:30.532Z] Running ssh-add (command line suppressed) [2023-01-11T21:14:30.638Z] Identity added: /w/workspace/edgex-go/369@tmp/private_key_8216901865676068389.key (/w/workspace/edgex-go/369@tmp/private_key_8216901865676068389.key) [2023-01-11T21:14:30.651Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-11T21:14:30.933Z] + git semver push [2023-01-11T21:14:31.191Z] 2023-01-11 21:14:31,116 [run_push] DEBUG push [2023-01-11T21:14:31.191Z] 2023-01-11 21:14:31,116 [execute] INFO git cat-file --batch-check [2023-01-11T21:14:31.191Z] 2023-01-11 21:14:31,116 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/369/.semver, universal_newlines=False, shell=None, istream=) [2023-01-11T21:14:31.191Z] 2023-01-11 21:14:31,121 [execute] INFO git rev-list 612c1970b78e192ed4a5b59a94704cef10c93954 -- [2023-01-11T21:14:31.191Z] 2023-01-11 21:14:31,121 [execute] DEBUG Popen(['git', 'rev-list', '612c1970b78e192ed4a5b59a94704cef10c93954', '--'], cwd=/w/workspace/edgex-go/369/.semver, universal_newlines=False, shell=None, istream=None) [2023-01-11T21:14:31.191Z] 2023-01-11 21:14:31,136 [execute] INFO git fetch -v origin [2023-01-11T21:14:31.191Z] 2023-01-11 21:14:31,137 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/369/.semver, universal_newlines=True, shell=None, istream=None) [2023-01-11T21:14:31.758Z] 2023-01-11 21:14:31,743 [run_push] DEBUG no remote changes detected [2023-01-11T21:14:31.758Z] 2023-01-11 21:14:31,744 [execute] INFO git push origin semver [2023-01-11T21:14:31.758Z] 2023-01-11 21:14:31,745 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/369/.semver, universal_newlines=False, shell=None, istream=None) [2023-01-11T21:14:33.136Z] 2023-01-11 21:14:32,825 [run_push] DEBUG push all version tags [2023-01-11T21:14:33.136Z] 2023-01-11 21:14:32,825 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-01-11T21:14:33.136Z] 2023-01-11 21:14:32,826 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/369, universal_newlines=False, shell=None, istream=None) [2023-01-11T21:14:34.072Z] 2023-01-11 21:14:33,958 [read_version] DEBUG read version from /w/workspace/edgex-go/369/.semver/main [2023-01-11T21:14:34.072Z] 3.0.0-dev.16 [Pipeline] } [2023-01-11T21:14:34.082Z] $ docker exec --env ******** --env ******** 7a54bdc991338775206cf5f82de65cd6803b0d6c0d58f5c70ec5c92d4cfc54b3 ssh-agent -k [2023-01-11T21:14:34.180Z] unset SSH_AUTH_SOCK; [2023-01-11T21:14:34.181Z] unset SSH_AGENT_PID; [2023-01-11T21:14:34.181Z] echo Agent pid 38 killed; [2023-01-11T21:14:34.189Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-11T21:14:34.486Z] + git semver [Pipeline] } [2023-01-11T21:14:34.756Z] $ docker stop --time=1 7a54bdc991338775206cf5f82de65cd6803b0d6c0d58f5c70ec5c92d4cfc54b3 [2023-01-11T21:14:36.018Z] $ docker rm -f --volumes 7a54bdc991338775206cf5f82de65cd6803b0d6c0d58f5c70ec5c92d4cfc54b3 [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-01-11T21:14:36.541Z] + [ -d /w/workspace/edgex-go/369/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-01-11T21:14:36.829Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-11T21:14:37.682Z] ---> package-listing.sh [2023-01-11T21:14:37.682Z] ++ facter osfamily [2023-01-11T21:14:37.682Z] ++ tr '[:upper:]' '[:lower:]' [2023-01-11T21:14:37.941Z] + OS_FAMILY=debian [2023-01-11T21:14:37.941Z] + workspace=/w/workspace/edgex-go/369 [2023-01-11T21:14:37.941Z] + START_PACKAGES=/tmp/packages_start.txt [2023-01-11T21:14:37.941Z] + END_PACKAGES=/tmp/packages_end.txt [2023-01-11T21:14:37.941Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-01-11T21:14:37.941Z] + PACKAGES=/tmp/packages_start.txt [2023-01-11T21:14:37.941Z] + '[' /w/workspace/edgex-go/369 ']' [2023-01-11T21:14:37.941Z] + PACKAGES=/tmp/packages_end.txt [2023-01-11T21:14:37.941Z] + case "${OS_FAMILY}" in [2023-01-11T21:14:37.941Z] + dpkg -l [2023-01-11T21:14:37.941Z] + grep '^ii' [2023-01-11T21:14:37.941Z] + '[' -f /tmp/packages_start.txt ']' [2023-01-11T21:14:37.941Z] + '[' -f /tmp/packages_end.txt ']' [2023-01-11T21:14:37.941Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-01-11T21:14:37.941Z] + '[' /w/workspace/edgex-go/369 ']' [2023-01-11T21:14:37.941Z] + mkdir -p /w/workspace/edgex-go/369/archives/ [2023-01-11T21:14:37.941Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/369/archives/ [Pipeline] echo [2023-01-11T21:14:37.953Z] 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/369/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-01-11T21:14:38.231Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:14:38.789Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-11T21:14:38.789Z] [2023-01-11T21:14:38.789Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T21:14:39.088Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-11T21:14:39.088Z] latest: Pulling from edgex-lftools-log-publisher [2023-01-11T21:14:39.088Z] 5eb5b503b376: Pulling fs layer [2023-01-11T21:14:39.088Z] 5c69ac0246d0: Pulling fs layer [2023-01-11T21:14:39.088Z] ec43610c2a17: Pulling fs layer [2023-01-11T21:14:39.088Z] 3a2ae6a8a46f: Pulling fs layer [2023-01-11T21:14:39.088Z] 33b1e0a273af: Pulling fs layer [2023-01-11T21:14:39.088Z] 5d3b04190fa2: Pulling fs layer [2023-01-11T21:14:39.088Z] 2f39f015ded8: Pulling fs layer [2023-01-11T21:14:39.088Z] 3a2ae6a8a46f: Waiting [2023-01-11T21:14:39.088Z] 2f39f015ded8: Waiting [2023-01-11T21:14:39.088Z] 33b1e0a273af: Waiting [2023-01-11T21:14:39.088Z] 5d3b04190fa2: Waiting [2023-01-11T21:14:39.088Z] 5c69ac0246d0: Verifying Checksum [2023-01-11T21:14:39.088Z] 5c69ac0246d0: Download complete [2023-01-11T21:14:39.088Z] 3a2ae6a8a46f: Verifying Checksum [2023-01-11T21:14:39.348Z] 33b1e0a273af: Verifying Checksum [2023-01-11T21:14:39.348Z] 33b1e0a273af: Download complete [2023-01-11T21:14:39.348Z] ec43610c2a17: Verifying Checksum [2023-01-11T21:14:39.348Z] ec43610c2a17: Download complete [2023-01-11T21:14:39.348Z] 5d3b04190fa2: Download complete [2023-01-11T21:14:39.348Z] 5eb5b503b376: Download complete [2023-01-11T21:14:39.915Z] 2f39f015ded8: Verifying Checksum [2023-01-11T21:14:39.915Z] 2f39f015ded8: Download complete [2023-01-11T21:14:40.479Z] 5eb5b503b376: Pull complete [2023-01-11T21:14:40.738Z] 5c69ac0246d0: Pull complete [2023-01-11T21:14:41.047Z] ec43610c2a17: Pull complete [2023-01-11T21:14:41.047Z] 3a2ae6a8a46f: Pull complete [2023-01-11T21:14:41.322Z] 33b1e0a273af: Pull complete [2023-01-11T21:14:41.322Z] 5d3b04190fa2: Pull complete [2023-01-11T21:14:45.555Z] 2f39f015ded8: Pull complete [2023-01-11T21:14:45.555Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-01-11T21:14:45.555Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-11T21:14:45.555Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T21:14:45.640Z] prd-ubuntu20.04-docker-8c-8g-1950 does not seem to be running inside a container [2023-01-11T21:14:45.674Z] $ 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/369/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/369 -v /w/workspace/edgex-go/369:/w/workspace/edgex-go/369:rw,z -v /w/workspace/edgex-go/369@tmp:/w/workspace/edgex-go/369@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-01-11T21:14:49.283Z] $ docker top 85c078c67f0503f49e5e1d7342d175a9f62863682fdfe0174b226d2755471f0f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-11T21:14:49.620Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-01-11T21:14:49.904Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-01-11T21:14:50.191Z] + ls /var/log/sa-host [2023-01-11T21:14:50.191Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-11T21:14:50.330Z] provisioning config files... [2023-01-11T21:14:50.337Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/369@tmp/config14533551760752652149tmp [Pipeline] { [Pipeline] echo [2023-01-11T21:14:50.351Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-11T21:14:50.631Z] ---> create-netrc.sh [Pipeline] } [2023-01-11T21:14:50.638Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-01-11T21:14:50.970Z] ---> python-tools-install.sh [Pipeline] echo [2023-01-11T21:14:50.979Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-11T21:14:51.260Z] ---> sudo-logs.sh [2023-01-11T21:14:51.260Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-01-11T21:14:51.287Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-11T21:14:51.570Z] ---> job-cost.sh [2023-01-11T21:14:51.570Z] lf-activate-venv: SKIPPING [2023-01-11T21:14:51.570Z] DEBUG: total: 0.10999999940395355 [2023-01-11T21:14:51.570Z] INFO: Retrieving Stack Cost... [2023-01-11T21:14:52.137Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-11T21:14:52.395Z] INFO: Archiving Costs [Pipeline] echo [2023-01-11T21:14:52.408Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-11T21:14:52.697Z] ---> logs-deploy.sh [2023-01-11T21:14:52.697Z] lf-activate-venv: SKIPPING [2023-01-11T21:14:52.697Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/369 [2023-01-11T21:14:52.697Z] INFO: archiving workspace using pattern(s): [2023-01-11T21:14:53.633Z] Archives upload complete. [2023-01-11T21:14:53.892Z] INFO: archiving logs to Nexus [2023-01-11T21:14:54.463Z] ---> uname -a: [2023-01-11T21:14:54.463Z] Linux prd-ubuntu20-04-docker-8c-8g-1950 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-01-11T21:14:54.463Z] [2023-01-11T21:14:54.463Z] [2023-01-11T21:14:54.463Z] ---> lscpu: [2023-01-11T21:14:54.463Z] Architecture: x86_64 [2023-01-11T21:14:54.463Z] CPU op-mode(s): 32-bit, 64-bit [2023-01-11T21:14:54.463Z] Byte Order: Little Endian [2023-01-11T21:14:54.463Z] Address sizes: 40 bits physical, 48 bits virtual [2023-01-11T21:14:54.463Z] CPU(s): 8 [2023-01-11T21:14:54.463Z] On-line CPU(s) list: 0-7 [2023-01-11T21:14:54.463Z] Thread(s) per core: 1 [2023-01-11T21:14:54.463Z] Core(s) per socket: 1 [2023-01-11T21:14:54.463Z] Socket(s): 8 [2023-01-11T21:14:54.463Z] NUMA node(s): 1 [2023-01-11T21:14:54.463Z] Vendor ID: AuthenticAMD [2023-01-11T21:14:54.463Z] CPU family: 23 [2023-01-11T21:14:54.463Z] Model: 49 [2023-01-11T21:14:54.463Z] Model name: AMD EPYC-Rome Processor [2023-01-11T21:14:54.463Z] Stepping: 0 [2023-01-11T21:14:54.463Z] CPU MHz: 2799.988 [2023-01-11T21:14:54.463Z] BogoMIPS: 5599.97 [2023-01-11T21:14:54.463Z] Virtualization: AMD-V [2023-01-11T21:14:54.463Z] Hypervisor vendor: KVM [2023-01-11T21:14:54.463Z] Virtualization type: full [2023-01-11T21:14:54.463Z] L1d cache: 256 KiB [2023-01-11T21:14:54.463Z] L1i cache: 256 KiB [2023-01-11T21:14:54.463Z] L2 cache: 4 MiB [2023-01-11T21:14:54.463Z] L3 cache: 128 MiB [2023-01-11T21:14:54.463Z] NUMA node0 CPU(s): 0-7 [2023-01-11T21:14:54.463Z] Vulnerability Itlb multihit: Not affected [2023-01-11T21:14:54.463Z] Vulnerability L1tf: Not affected [2023-01-11T21:14:54.463Z] Vulnerability Mds: Not affected [2023-01-11T21:14:54.463Z] Vulnerability Meltdown: Not affected [2023-01-11T21:14:54.463Z] Vulnerability Mmio stale data: Not affected [2023-01-11T21:14:54.463Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-01-11T21:14:54.463Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-01-11T21:14:54.463Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-01-11T21:14:54.463Z] Vulnerability Srbds: Not affected [2023-01-11T21:14:54.463Z] Vulnerability Tsx async abort: Not affected [2023-01-11T21:14:54.463Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2023-01-11T21:14:54.463Z] [2023-01-11T21:14:54.463Z] [2023-01-11T21:14:54.463Z] ---> nproc: [2023-01-11T21:14:54.463Z] 8 [2023-01-11T21:14:54.463Z] [2023-01-11T21:14:54.463Z]