Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from a23f936fb69ac20a7cf7db96067897b5bcb7663c 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-ssh3369803470283483518.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-ssh214704962592485151.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-ssh2412748080593163933.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-ssh4152666208336972881.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-ssh7471119376449307403.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-1656 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/367 [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/367 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision a23f936fb69ac20a7cf7db96067897b5bcb7663c (main) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v3 (#4271)" > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a23f936fb69ac20a7cf7db96067897b5bcb7663c # timeout=10 > git rev-list --no-walk 1c8abb91c27dee0361322f6c8e5a904aaca59bd3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-01-10T20:33:40.415Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-01-10T20:33:40.450Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-01-10T20:33:40.462Z] ========================================================= [2023-01-10T20:33:40.462Z] EdgeX Global Pipelines Version Info [2023-01-10T20:33:40.462Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-01-10T20:33:41.169Z] ------------------- [2023-01-10T20:33:41.169Z] stable info: [2023-01-10T20:33:41.169Z] ------------------- [2023-01-10T20:33:41.169Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-01-10T20:33:41.169Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-10T20:33:41.169Z] Message: update stable to v1.0.244 [2023-01-10T20:33:41.751Z] ------------------- [2023-01-10T20:33:41.751Z] experimental info: [2023-01-10T20:33:41.751Z] ------------------- [2023-01-10T20:33:41.751Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-01-10T20:33:41.751Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-10T20:33:41.751Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-01-10T20:33:41.937Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-01-10T20:33:41.949Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-01-10T20:33:41.966Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-01-10T20:33:41.982Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-01-10T20:33:41.995Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-01-10T20:33:42.009Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-01-10T20:33:42.019Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-01-10T20:33:42.030Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-01-10T20:33:42.043Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-01-10T20:33:42.053Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-01-10T20:33:42.063Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-01-10T20:33:42.078Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-01-10T20:33:42.090Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-01-10T20:33:42.104Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-01-10T20:33:42.118Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-01-10T20:33:42.129Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-01-10T20:33:42.143Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-01-10T20:33:42.159Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-01-10T20:33:42.175Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-01-10T20:33:42.187Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2023-01-10T20:33:42.199Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-01-10T20:33:42.212Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-01-10T20:33:42.223Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-01-10T20:33:42.234Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-01-10T20:33:42.244Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-01-10T20:33:42.255Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-01-10T20:33:42.268Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a23f936fb69ac20a7cf7db96067897b5bcb7663c [Pipeline] echo [2023-01-10T20:33:42.283Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a23f936 [Pipeline] echo [2023-01-10T20:33:42.292Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-10T20:33:42.335Z] provisioning config files... [2023-01-10T20:33:42.356Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/367@tmp/config3600497394859094988tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-10T20:33:42.665Z] ---> docker-login.sh [2023-01-10T20:33:42.665Z] nexus3.edgexfoundry.org:10001 [2023-01-10T20:33:42.928Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T20:33:42.928Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T20:33:42.928Z] Configure a credential helper to remove this warning. See [2023-01-10T20:33:42.928Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T20:33:42.928Z] [2023-01-10T20:33:42.928Z] Login Succeeded [2023-01-10T20:33:42.928Z] nexus3.edgexfoundry.org:10002 [2023-01-10T20:33:42.928Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T20:33:42.928Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T20:33:42.928Z] Configure a credential helper to remove this warning. See [2023-01-10T20:33:42.928Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T20:33:42.928Z] [2023-01-10T20:33:42.928Z] Login Succeeded [2023-01-10T20:33:42.928Z] nexus3.edgexfoundry.org:10003 [2023-01-10T20:33:43.190Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T20:33:43.190Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T20:33:43.190Z] Configure a credential helper to remove this warning. See [2023-01-10T20:33:43.190Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T20:33:43.190Z] [2023-01-10T20:33:43.190Z] Login Succeeded [2023-01-10T20:33:43.190Z] nexus3.edgexfoundry.org:10004 [2023-01-10T20:33:43.190Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T20:33:43.190Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T20:33:43.190Z] Configure a credential helper to remove this warning. See [2023-01-10T20:33:43.190Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T20:33:43.190Z] [2023-01-10T20:33:43.190Z] Login Succeeded [2023-01-10T20:33:43.190Z] docker.io [2023-01-10T20:33:43.450Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T20:33:43.450Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T20:33:43.450Z] Configure a credential helper to remove this warning. See [2023-01-10T20:33:43.450Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T20:33:43.450Z] [2023-01-10T20:33:43.450Z] Login Succeeded [2023-01-10T20:33:43.450Z] ---> docker-login.sh ends [Pipeline] } [2023-01-10T20:33:43.458Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-10T20:33:43.759Z] + 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-10T20:33:43.760Z] + dirname cmd/core-command/Dockerfile [2023-01-10T20:33:43.760Z] + cut -d/ -f2 [2023-01-10T20:33:43.760Z] + echo core-command,cmd/core-command/Dockerfile [2023-01-10T20:33:43.760Z] + + cut -d/ -f2 [2023-01-10T20:33:43.760Z] dirname cmd/core-data/Dockerfile [2023-01-10T20:33:43.760Z] + echo core-data,cmd/core-data/Dockerfile [2023-01-10T20:33:43.760Z] + dirname cmd/core-metadata/Dockerfile [2023-01-10T20:33:43.760Z] + cut -d/ -f2 [2023-01-10T20:33:43.760Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-01-10T20:33:43.760Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-01-10T20:33:43.760Z] + cut -d/ -f2 [2023-01-10T20:33:43.760Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-01-10T20:33:43.760Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-01-10T20:33:43.760Z] + cut -d/ -f2 [2023-01-10T20:33:43.760Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-01-10T20:33:43.760Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-01-10T20:33:43.760Z] + cut -d/ -f2 [2023-01-10T20:33:43.760Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-01-10T20:33:43.760Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-01-10T20:33:43.760Z] + cut -d/ -f2 [2023-01-10T20:33:43.760Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-01-10T20:33:43.760Z] + dirname cmd/security-spire-agent/Dockerfile [2023-01-10T20:33:43.760Z] + cut -d/ -f2 [2023-01-10T20:33:43.760Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-01-10T20:33:43.760Z] + dirname cmd/security-spire-config/Dockerfile [2023-01-10T20:33:43.760Z] + cut -d/ -f2 [2023-01-10T20:33:43.760Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-01-10T20:33:43.760Z] + dirname cmd/security-spire-server/Dockerfile [2023-01-10T20:33:43.760Z] + cut -d/ -f2 [2023-01-10T20:33:43.760Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-01-10T20:33:43.760Z] + dirname cmd/support-notifications/Dockerfile [2023-01-10T20:33:43.760Z] + cut -d/ -f2 [2023-01-10T20:33:43.760Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-01-10T20:33:43.760Z] + dirname cmd/support-scheduler/Dockerfile [2023-01-10T20:33:43.760Z] + cut -d/ -f2 [2023-01-10T20:33:43.760Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-01-10T20:33:43.817Z] 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-10T20:33:44.140Z] + git rev-list -1 --merges a23f936fb69ac20a7cf7db96067897b5bcb7663c~1..a23f936fb69ac20a7cf7db96067897b5bcb7663c [Pipeline] echo [2023-01-10T20:33:44.157Z] -----------> git rev-list -1 --merges a23f936fb69ac20a7cf7db96067897b5bcb7663c~1..a23f936fb69ac20a7cf7db96067897b5bcb7663c a23f936fb69ac20a7cf7db96067897b5bcb7663c [false] [Pipeline] sh [2023-01-10T20:33:44.440Z] + git log --format=format:%s -1 a23f936fb69ac20a7cf7db96067897b5bcb7663c [Pipeline] echo [2023-01-10T20:33:44.459Z] ========================================================= [2023-01-10T20:33:44.459Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-01-10T20:33:44.459Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-01-10T20:33:44.845Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-10T20:33:44.846Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-01-10T20:33:44.846Z] + [ -e /tmp/ssh_known_hosts ] [2023-01-10T20:33:44.846Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-01-10T20:33:44.846Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-01-10T20:33:44.846Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-01-10T20:33:44.846Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:33:45.202Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-10T20:33:45.202Z] [2023-01-10T20:33:45.202Z] 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-10T20:33:45.505Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-10T20:33:45.505Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-01-10T20:33:45.505Z] b85a868b505f: Pulling fs layer [2023-01-10T20:33:45.505Z] e2be974225ed: Pulling fs layer [2023-01-10T20:33:45.505Z] 339a4e72a1f5: Pulling fs layer [2023-01-10T20:33:45.505Z] 988bab9f4d93: Pulling fs layer [2023-01-10T20:33:45.505Z] 1469e6f7b9e6: Pulling fs layer [2023-01-10T20:33:45.505Z] 988bab9f4d93: Waiting [2023-01-10T20:33:45.505Z] eaf3925da568: Pulling fs layer [2023-01-10T20:33:45.505Z] 1469e6f7b9e6: Waiting [2023-01-10T20:33:45.505Z] bab4dde63d76: Pulling fs layer [2023-01-10T20:33:45.505Z] bde34c3a00c8: Pulling fs layer [2023-01-10T20:33:45.505Z] eaf3925da568: Waiting [2023-01-10T20:33:45.505Z] b352a97aabf1: Pulling fs layer [2023-01-10T20:33:45.505Z] 4872d77fe225: Pulling fs layer [2023-01-10T20:33:45.505Z] 5851b861e8e6: Pulling fs layer [2023-01-10T20:33:45.505Z] 5851b861e8e6: Waiting [2023-01-10T20:33:45.505Z] 4872d77fe225: Waiting [2023-01-10T20:33:45.505Z] e2be974225ed: Verifying Checksum [2023-01-10T20:33:45.505Z] e2be974225ed: Download complete [2023-01-10T20:33:45.505Z] 988bab9f4d93: Verifying Checksum [2023-01-10T20:33:45.505Z] 988bab9f4d93: Download complete [2023-01-10T20:33:45.766Z] 1469e6f7b9e6: Verifying Checksum [2023-01-10T20:33:45.766Z] 1469e6f7b9e6: Download complete [2023-01-10T20:33:45.766Z] 339a4e72a1f5: Verifying Checksum [2023-01-10T20:33:45.766Z] 339a4e72a1f5: Download complete [2023-01-10T20:33:45.766Z] eaf3925da568: Verifying Checksum [2023-01-10T20:33:45.766Z] eaf3925da568: Download complete [2023-01-10T20:33:45.766Z] bde34c3a00c8: Download complete [2023-01-10T20:33:45.766Z] b352a97aabf1: Download complete [2023-01-10T20:33:45.766Z] 4872d77fe225: Verifying Checksum [2023-01-10T20:33:45.766Z] 4872d77fe225: Download complete [2023-01-10T20:33:45.766Z] 5851b861e8e6: Download complete [2023-01-10T20:33:45.766Z] b85a868b505f: Verifying Checksum [2023-01-10T20:33:45.766Z] b85a868b505f: Download complete [2023-01-10T20:33:46.333Z] bab4dde63d76: Verifying Checksum [2023-01-10T20:33:46.333Z] bab4dde63d76: Download complete [2023-01-10T20:33:46.901Z] b85a868b505f: Pull complete [2023-01-10T20:33:47.160Z] e2be974225ed: Pull complete [2023-01-10T20:33:47.726Z] 339a4e72a1f5: Pull complete [2023-01-10T20:33:47.726Z] 988bab9f4d93: Pull complete [2023-01-10T20:33:47.985Z] 1469e6f7b9e6: Pull complete [2023-01-10T20:33:47.985Z] eaf3925da568: Pull complete [2023-01-10T20:33:49.888Z] bab4dde63d76: Pull complete [2023-01-10T20:33:49.888Z] bde34c3a00c8: Pull complete [2023-01-10T20:33:50.147Z] b352a97aabf1: Pull complete [2023-01-10T20:33:50.147Z] 4872d77fe225: Pull complete [2023-01-10T20:33:50.147Z] 5851b861e8e6: Pull complete [2023-01-10T20:33:50.147Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-01-10T20:33:50.147Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-10T20:33:50.147Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-10T20:33:50.234Z] prd-ubuntu20.04-docker-8c-8g-1656 does not seem to be running inside a container [2023-01-10T20:33:50.265Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/367 -v /w/workspace/edgex-go/367:/w/workspace/edgex-go/367:rw,z -v /w/workspace/edgex-go/367@tmp:/w/workspace/edgex-go/367@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-10T20:33:51.474Z] $ docker top f1aca9600253f8680d30aa628c3eef2239e46139239cf2c8d3d126270af7a9b9 -eo pid,comm [2023-01-10T20:33:51.525Z] 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-10T20:33:51.525Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-10T20:33:51.561Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-10T20:33:51.561Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-10T20:33:51.682Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-10T20:33:51.688Z] $ docker exec f1aca9600253f8680d30aa628c3eef2239e46139239cf2c8d3d126270af7a9b9 ssh-agent [2023-01-10T20:33:51.797Z] SSH_AUTH_SOCK=/tmp/ssh-yl4WIPTe1Ow7/agent.32 [2023-01-10T20:33:51.797Z] SSH_AGENT_PID=38 [2023-01-10T20:33:51.804Z] Running ssh-add (command line suppressed) [2023-01-10T20:33:51.903Z] Identity added: /w/workspace/edgex-go/367@tmp/private_key_4910484886173960539.key (/w/workspace/edgex-go/367@tmp/private_key_4910484886173960539.key) [2023-01-10T20:33:51.917Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-10T20:33:52.201Z] + git tag --points-at HEAD [Pipeline] } [2023-01-10T20:33:52.214Z] $ docker exec --env ******** --env ******** f1aca9600253f8680d30aa628c3eef2239e46139239cf2c8d3d126270af7a9b9 ssh-agent -k [2023-01-10T20:33:52.322Z] unset SSH_AUTH_SOCK; [2023-01-10T20:33:52.322Z] unset SSH_AGENT_PID; [2023-01-10T20:33:52.322Z] echo Agent pid 38 killed; [2023-01-10T20:33:52.341Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-01-10T20:33:52.364Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-10T20:33:52.364Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-10T20:33:52.498Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-10T20:33:52.504Z] $ docker exec f1aca9600253f8680d30aa628c3eef2239e46139239cf2c8d3d126270af7a9b9 ssh-agent [2023-01-10T20:33:52.617Z] SSH_AUTH_SOCK=/tmp/ssh-D0URYa7W3ohw/agent.70 [2023-01-10T20:33:52.617Z] SSH_AGENT_PID=76 [2023-01-10T20:33:52.622Z] Running ssh-add (command line suppressed) [2023-01-10T20:33:52.729Z] Identity added: /w/workspace/edgex-go/367@tmp/private_key_9332253477035543957.key (/w/workspace/edgex-go/367@tmp/private_key_9332253477035543957.key) [2023-01-10T20:33:52.738Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-10T20:33:53.019Z] + git semver init [2023-01-10T20:33:53.277Z] 2023-01-10 20:33:53,203 [run_init] DEBUG init version:0.0.0 force:False [2023-01-10T20:33:53.277Z] 2023-01-10 20:33:53,204 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/367/.semver [2023-01-10T20:33:53.277Z] 2023-01-10 20:33:53,205 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/367/.semver [2023-01-10T20:33:53.277Z] 2023-01-10 20:33:53,205 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/367/.semver'], cwd=/w/workspace/edgex-go/367, universal_newlines=False, shell=None, istream=None) [2023-01-10T20:34:01.403Z] 2023-01-10 20:34:01,002 [append_file] DEBUG append to file:/w/workspace/edgex-go/367/.git/info/exclude [2023-01-10T20:34:01.403Z] 2023-01-10 20:34:01,002 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/367/.semver/main with force:False [2023-01-10T20:34:01.403Z] 2023-01-10 20:34:01,002 [read_version] DEBUG read version from /w/workspace/edgex-go/367/.semver/main [2023-01-10T20:34:01.404Z] 2023-01-10 20:34:01,003 [read_version] DEBUG read version from /w/workspace/edgex-go/367/.semver/main [2023-01-10T20:34:01.404Z] 3.0.0-dev.13 [Pipeline] } [2023-01-10T20:34:01.416Z] $ docker exec --env ******** --env ******** f1aca9600253f8680d30aa628c3eef2239e46139239cf2c8d3d126270af7a9b9 ssh-agent -k [2023-01-10T20:34:01.525Z] unset SSH_AUTH_SOCK; [2023-01-10T20:34:01.526Z] unset SSH_AGENT_PID; [2023-01-10T20:34:01.526Z] echo Agent pid 76 killed; [2023-01-10T20:34:01.533Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-10T20:34:01.826Z] + git semver [Pipeline] } [2023-01-10T20:34:02.098Z] $ docker stop --time=1 f1aca9600253f8680d30aa628c3eef2239e46139239cf2c8d3d126270af7a9b9 [2023-01-10T20:34:03.427Z] $ docker rm -f --volumes f1aca9600253f8680d30aa628c3eef2239e46139239cf2c8d3d126270af7a9b9 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-10T20:34:03.760Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-01-10T20:34:03.956Z] Stashed 1 file(s) [Pipeline] echo [2023-01-10T20:34:03.959Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.13 [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-10T20:34:04.348Z] + git config --global --add safe.directory /w/workspace/edgex-go/367 [Pipeline] echo [2023-01-10T20:34:04.361Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-10T20:34:04.374Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-10T20:34:04.380Z] ========================================================= [2023-01-10T20:34:04.380Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-01-10T20:34:04.380Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-01-10T20:34:04.673Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-10T20:34:04.673Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-01-10T20:34:04.673Z] 213ec9aee27d: Pulling fs layer [2023-01-10T20:34:04.673Z] 4583459ba037: Pulling fs layer [2023-01-10T20:34:04.673Z] 93c1e223e6f2: Pulling fs layer [2023-01-10T20:34:04.673Z] 53926ce57604: Pulling fs layer [2023-01-10T20:34:04.673Z] 21b2b0c7a3f4: Pulling fs layer [2023-01-10T20:34:04.673Z] 22ff95d597cd: Pulling fs layer [2023-01-10T20:34:04.673Z] 21b2b0c7a3f4: Waiting [2023-01-10T20:34:04.673Z] 53926ce57604: Waiting [2023-01-10T20:34:04.673Z] 12d6caf4c0d1: Pulling fs layer [2023-01-10T20:34:04.673Z] 96b7cbca73a9: Pulling fs layer [2023-01-10T20:34:04.673Z] 12d6caf4c0d1: Waiting [2023-01-10T20:34:04.673Z] 22ff95d597cd: Waiting [2023-01-10T20:34:04.673Z] a7acece74701: Pulling fs layer [2023-01-10T20:34:04.673Z] 96b7cbca73a9: Waiting [2023-01-10T20:34:04.673Z] a7acece74701: Waiting [2023-01-10T20:34:04.673Z] 93c1e223e6f2: Verifying Checksum [2023-01-10T20:34:04.673Z] 93c1e223e6f2: Download complete [2023-01-10T20:34:04.673Z] 4583459ba037: Verifying Checksum [2023-01-10T20:34:04.673Z] 4583459ba037: Download complete [2023-01-10T20:34:04.673Z] 21b2b0c7a3f4: Verifying Checksum [2023-01-10T20:34:04.673Z] 21b2b0c7a3f4: Download complete [2023-01-10T20:34:04.673Z] 22ff95d597cd: Verifying Checksum [2023-01-10T20:34:04.673Z] 22ff95d597cd: Download complete [2023-01-10T20:34:04.673Z] 12d6caf4c0d1: Download complete [2023-01-10T20:34:04.933Z] 213ec9aee27d: Verifying Checksum [2023-01-10T20:34:04.933Z] 213ec9aee27d: Download complete [2023-01-10T20:34:04.933Z] 213ec9aee27d: Pull complete [2023-01-10T20:34:05.194Z] 4583459ba037: Pull complete [2023-01-10T20:34:05.194Z] 93c1e223e6f2: Pull complete [2023-01-10T20:34:05.451Z] a7acece74701: Verifying Checksum [2023-01-10T20:34:05.451Z] a7acece74701: Download complete [2023-01-10T20:34:05.451Z] 96b7cbca73a9: Verifying Checksum [2023-01-10T20:34:05.451Z] 96b7cbca73a9: Download complete [2023-01-10T20:34:05.451Z] 53926ce57604: Verifying Checksum [2023-01-10T20:34:05.451Z] 53926ce57604: Download complete [2023-01-10T20:34:09.631Z] 53926ce57604: Pull complete [2023-01-10T20:34:09.631Z] 21b2b0c7a3f4: Pull complete [2023-01-10T20:34:09.631Z] 22ff95d597cd: Pull complete [2023-01-10T20:34:09.631Z] 12d6caf4c0d1: Pull complete [2023-01-10T20:34:12.158Z] 96b7cbca73a9: Pull complete [2023-01-10T20:34:12.417Z] a7acece74701: Pull complete [2023-01-10T20:34:12.417Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-01-10T20:34:12.417Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-10T20:34:12.417Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-01-10T20:34:12.709Z] + + echodocker FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-10T20:34:12.709Z] WORKDIR /edgex [2023-01-10T20:34:12.709Z] COPY go.mod . [2023-01-10T20:34:12.709Z] RUN go mod download build [2023-01-10T20:34:12.709Z] -t ci-base-image-x86_64 -f - . [2023-01-10T20:34:13.280Z] Sending build context to Docker daemon 170.1MB [2023-01-10T20:34:13.280Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-10T20:34:13.280Z] ---> db6d94c90886 [2023-01-10T20:34:13.280Z] Step 2/4 : WORKDIR /edgex [2023-01-10T20:34:15.183Z] ---> Running in f6de7147a8c3 [2023-01-10T20:34:15.183Z] Removing intermediate container f6de7147a8c3 [2023-01-10T20:34:15.183Z] ---> b642f2eddaa9 [2023-01-10T20:34:15.183Z] Step 3/4 : COPY go.mod . [2023-01-10T20:34:15.183Z] ---> 962d3233084e [2023-01-10T20:34:15.183Z] Step 4/4 : RUN go mod download [2023-01-10T20:34:15.441Z] ---> Running in 019bcc396fa8 [2023-01-10T20:34:19.030Z] Still waiting to schedule task [2023-01-10T20:34:19.030Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2023-01-10T20:34:25.418Z] Removing intermediate container 019bcc396fa8 [2023-01-10T20:34:25.418Z] ---> e0324446142e [2023-01-10T20:34:25.418Z] Successfully built e0324446142e [2023-01-10T20:34:25.418Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:34:25.719Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-10T20:34:25.719Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-10T20:34:25.795Z] prd-ubuntu20.04-docker-8c-8g-1656 does not seem to be running inside a container [2023-01-10T20:34:25.831Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/367 -v /w/workspace/edgex-go/367:/w/workspace/edgex-go/367:rw,z -v /w/workspace/edgex-go/367@tmp:/w/workspace/edgex-go/367@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-01-10T20:34:26.212Z] $ docker top 8d2a7b0b6d09c7f54591da205ab180357eaed3b79a700abee2256f8b739089d9 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-10T20:34:26.550Z] + go version [2023-01-10T20:34:26.550Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-01-10T20:34:26.563Z] $ docker stop --time=1 8d2a7b0b6d09c7f54591da205ab180357eaed3b79a700abee2256f8b739089d9 [2023-01-10T20:34:27.845Z] $ docker rm -f --volumes 8d2a7b0b6d09c7f54591da205ab180357eaed3b79a700abee2256f8b739089d9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:34:28.225Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-10T20:34:28.225Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-10T20:34:28.295Z] prd-ubuntu20.04-docker-8c-8g-1656 does not seem to be running inside a container [2023-01-10T20:34:28.327Z] $ 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/367 -v /w/workspace/edgex-go/367:/w/workspace/edgex-go/367:rw,z -v /w/workspace/edgex-go/367@tmp:/w/workspace/edgex-go/367@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-01-10T20:34:28.657Z] $ docker top b3fc38a4c8ef46f7503ffed77d87b39f6c5444ffb4f78b18e1cefee45136af56 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-01-10T20:34:28.719Z] ========================================================= [2023-01-10T20:34:28.719Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-01-10T20:34:28.719Z] ========================================================= [Pipeline] sh [2023-01-10T20:34:29.005Z] + git config --global --add safe.directory /w/workspace/edgex-go/367 [Pipeline] fileExists [Pipeline] sh [2023-01-10T20:34:29.296Z] + make test [2023-01-10T20:34:29.296Z] go test -race -coverprofile=coverage.out ./... [2023-01-10T20:34:35.856Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-01-10T20:34:50.727Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-01-10T20:34:50.727Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-01-10T20:34:50.727Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-01-10T20:34:50.727Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-01-10T20:34:50.727Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-01-10T20:34:50.727Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-01-10T20:34:50.727Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2023-01-10T20:34:50.727Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-01-10T20:34:50.727Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-01-10T20:34:50.727Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-01-10T20:34:50.727Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-01-10T20:34:50.727Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-01-10T20:34:50.727Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-01-10T20:34:50.727Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.060s coverage: 28.7% of statements [2023-01-10T20:34:50.727Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-01-10T20:34:50.727Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-01-10T20:34:50.727Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.096s coverage: 98.5% of statements [2023-01-10T20:34:50.727Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.126s coverage: 43.0% of statements [2023-01-10T20:34:50.727Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-01-10T20:34:50.727Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-01-10T20:34:50.727Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.093s coverage: 54.2% of statements [2023-01-10T20:34:50.727Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-01-10T20:34:50.727Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-01-10T20:34:54.912Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 4.292s coverage: 89.2% of statements [2023-01-10T20:34:54.912Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-01-10T20:34:54.912Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-01-10T20:34:54.912Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-01-10T20:34:54.912Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-01-10T20:34:54.912Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-01-10T20:34:54.912Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.100s coverage: 2.2% of statements [2023-01-10T20:34:54.912Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-01-10T20:34:54.912Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-01-10T20:34:54.912Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.496s coverage: 95.6% of statements [2023-01-10T20:34:54.912Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-01-10T20:34:54.912Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-01-10T20:34:54.912Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-01-10T20:34:54.912Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.089s coverage: 72.2% of statements [2023-01-10T20:34:54.912Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-01-10T20:34:54.912Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-01-10T20:34:54.912Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-01-10T20:34:54.912Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-01-10T20:34:54.912Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-01-10T20:34:54.912Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.064s coverage: 60.0% of statements [2023-01-10T20:34:54.912Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-01-10T20:34:54.912Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-01-10T20:34:54.912Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-01-10T20:34:54.912Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.068s coverage: 0.9% of statements [2023-01-10T20:34:54.912Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-01-10T20:34:54.912Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements [2023-01-10T20:34:54.912Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.075s coverage: 29.6% of statements [2023-01-10T20:34:54.912Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-01-10T20:34:54.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.067s coverage: 47.1% of statements [2023-01-10T20:34:54.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.067s coverage: 79.5% of statements [2023-01-10T20:34:54.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.066s coverage: 94.1% of statements [2023-01-10T20:34:54.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.080s coverage: 96.3% of statements [2023-01-10T20:34:54.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.072s coverage: 87.5% of statements [2023-01-10T20:35:00.185Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.069s coverage: 94.4% of statements [2023-01-10T20:35:00.185Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements [2023-01-10T20:35:03.475Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.195s coverage: 79.9% of statements [2023-01-10T20:35:03.475Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-01-10T20:35:13.460Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.088s coverage: 92.9% of statements [2023-01-10T20:35:13.460Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-01-10T20:35:13.460Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-01-10T20:35:13.460Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-01-10T20:35:13.460Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.029s coverage: 65.1% of statements [2023-01-10T20:35:13.460Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-01-10T20:35:13.460Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-01-10T20:35:13.460Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-01-10T20:35:13.460Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-01-10T20:35:13.460Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.064s coverage: 86.9% of statements [2023-01-10T20:35:13.460Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-01-10T20:35:13.460Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-01-10T20:35:13.460Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-01-10T20:35:13.460Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-01-10T20:35:13.460Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.085s coverage: 87.2% of statements [2023-01-10T20:35:13.460Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-01-10T20:35:13.460Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-01-10T20:35:13.460Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements [2023-01-10T20:35:13.460Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-01-10T20:35:13.460Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.078s coverage: 58.8% of statements [2023-01-10T20:35:13.460Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2023-01-10T20:35:13.460Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.095s coverage: 80.0% of statements [2023-01-10T20:35:13.460Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2023-01-10T20:35:13.460Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.062s coverage: 85.4% of statements [2023-01-10T20:35:13.460Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.228s coverage: 91.2% of statements [2023-01-10T20:35:13.460Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-01-10T20:35:13.460Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.186s coverage: 64.7% of statements [2023-01-10T20:35:13.460Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-01-10T20:35:13.460Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-01-10T20:35:13.460Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.049s coverage: 100.0% of statements [2023-01-10T20:35:13.460Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 89.4% of statements [2023-01-10T20:35:13.460Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2023-01-10T20:35:13.460Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2023-01-10T20:35:13.460Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2023-01-10T20:35:13.460Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.346s coverage: 65.8% of statements [2023-01-10T20:35:13.460Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2023-01-10T20:35:13.460Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2023-01-10T20:35:13.460Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2023-01-10T20:35:13.460Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.170s coverage: 41.8% of statements [2023-01-10T20:35:13.460Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-01-10T20:35:13.460Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-01-10T20:35:13.460Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.065s coverage: 89.5% of statements [2023-01-10T20:35:13.460Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-01-10T20:35:13.460Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.052s coverage: 84.8% of statements [2023-01-10T20:35:13.460Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-01-10T20:35:13.460Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-01-10T20:35:13.460Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-01-10T20:35:13.460Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-01-10T20:35:13.460Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.079s coverage: 17.7% of statements [2023-01-10T20:35:13.460Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-01-10T20:35:13.460Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-01-10T20:35:13.460Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-01-10T20:35:13.460Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-01-10T20:35:13.460Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.146s coverage: 92.3% of statements [2023-01-10T20:35:13.460Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-01-10T20:35:13.460Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-01-10T20:35:13.460Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-01-10T20:35:13.460Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-01-10T20:35:13.460Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.069s coverage: 63.2% of statements [2023-01-10T20:35:13.460Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-01-10T20:35:13.460Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-01-10T20:35:13.460Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.108s coverage: 97.7% of statements [2023-01-10T20:35:13.460Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-01-10T20:35:13.460Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-01-10T20:35:13.460Z] 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-10T20:35:31.532Z] 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-10T20:35:31.532Z] go vet ./... [2023-01-10T20:35:32.904Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-10T20:35:32.904Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-10T20:35:32.904Z] ./bin/test-attribution-txt.sh [2023-01-10T20:35:32.904Z] An attribution for golang.org/x/mod is missing from Attribution.txt, please add [2023-01-10T20:35:32.904Z] An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo [2023-01-10T20:35:32.915Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-01-10T20:35:33.197Z] + ls -al . [2023-01-10T20:35:33.197Z] total 752 [2023-01-10T20:35:33.197Z] drwxrwxr-x 11 1001 1001 4096 Jan 10 20:34 . [2023-01-10T20:35:33.197Z] drwxr-xr-x 4 root root 4096 Jan 10 20:34 .. [2023-01-10T20:35:33.197Z] drwxrwxr-x 2 1001 1001 4096 Jan 10 20:33 .blubracket [2023-01-10T20:35:33.197Z] -rw-rw-r-- 1 1001 1001 16 Jan 10 20:33 .dockerignore [2023-01-10T20:35:33.197Z] drwxrwxr-x 8 1001 1001 4096 Jan 10 20:35 .git [2023-01-10T20:35:33.197Z] drwxrwxr-x 3 1001 1001 4096 Jan 10 20:33 .github [2023-01-10T20:35:33.197Z] -rw-rw-r-- 1 1001 1001 956 Jan 10 20:33 .gitignore [2023-01-10T20:35:33.197Z] -rw-rw-r-- 1 1001 1001 42 Jan 10 20:33 .golangci.yml [2023-01-10T20:35:33.197Z] -rw-rw-r-- 1 1001 1001 87 Jan 10 20:33 .hadolint.yml [2023-01-10T20:35:33.197Z] drwxr-xr-x 3 1001 1001 4096 Jan 10 20:34 .semver [2023-01-10T20:35:33.197Z] -rw-rw-r-- 1 1001 1001 166 Jan 10 20:33 .sonarcloud.properties [2023-01-10T20:35:33.197Z] -rw-rw-r-- 1 1001 1001 1171 Jan 10 20:33 ADOPTERS.md [2023-01-10T20:35:33.197Z] -rw-rw-r-- 1 1001 1001 10618 Jan 10 20:33 Attribution.txt [2023-01-10T20:35:33.197Z] -rw-rw-r-- 1 1001 1001 73765 Jan 10 20:33 CHANGELOG.md [2023-01-10T20:35:33.197Z] -rw-rw-r-- 1 1001 1001 3804 Jan 10 20:33 CONTRIBUTING.md [2023-01-10T20:35:33.197Z] -rw-rw-r-- 1 1001 1001 677 Jan 10 20:33 GOVERNANCE.md [2023-01-10T20:35:33.197Z] -rw-rw-r-- 1 1001 1001 850 Jan 10 20:33 Jenkinsfile [2023-01-10T20:35:33.197Z] -rw-rw-r-- 1 1001 1001 10775 Jan 10 20:33 LICENSE [2023-01-10T20:35:33.197Z] -rw-rw-r-- 1 1001 1001 12513 Jan 10 20:33 Makefile [2023-01-10T20:35:33.197Z] -rw-rw-r-- 1 1001 1001 582 Jan 10 20:33 OWNERS.md [2023-01-10T20:35:33.197Z] -rw-rw-r-- 1 1001 1001 9403 Jan 10 20:33 README.md [2023-01-10T20:35:33.197Z] -rw-rw-r-- 1 1001 1001 6912 Jan 10 20:33 SECURITY.md [2023-01-10T20:35:33.197Z] -rw-rw-r-- 1 1001 1001 12 Jan 10 20:34 VERSION [2023-01-10T20:35:33.197Z] drwxrwxr-x 2 1001 1001 4096 Jan 10 20:33 bin [2023-01-10T20:35:33.197Z] drwxrwxr-x 16 1001 1001 4096 Jan 10 20:33 cmd [2023-01-10T20:35:33.197Z] -rw-r--r-- 1 root root 494833 Jan 10 20:35 coverage.out [2023-01-10T20:35:33.197Z] -rw-rw-r-- 1 1001 1001 3376 Jan 10 20:33 go.mod [2023-01-10T20:35:33.197Z] -rw-rw-r-- 1 1001 1001 34949 Jan 10 20:33 go.sum [2023-01-10T20:35:33.197Z] drwxrwxr-x 7 1001 1001 4096 Jan 10 20:33 internal [2023-01-10T20:35:33.197Z] drwxrwxr-x 3 1001 1001 4096 Jan 10 20:33 openapi [2023-01-10T20:35:33.197Z] drwxrwxr-x 4 1001 1001 4096 Jan 10 20:33 snap [2023-01-10T20:35:33.197Z] -rw-rw-r-- 1 1001 1001 204 Jan 10 20:33 version.go [Pipeline] sh [2023-01-10T20:35:33.481Z] + '[' -e coverage.out ] [2023-01-10T20:35:33.481Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-01-10T20:35:33.584Z] Stashed 1 file(s) [Pipeline] sh [2023-01-10T20:35:33.863Z] + make build [2023-01-10T20:35:33.863Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-01-10T20:35:46.054Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-01-10T20:35:46.312Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-01-10T20:35:47.686Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-01-10T20:35:54.417Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-01-10T20:35:56.322Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-01-10T20:35:57.254Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-01-10T20:35:58.629Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-01-10T20:35:59.194Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-01-10T20:36:00.131Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-01-10T20:36:02.661Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-01-10T20:36:03.609Z] $ docker stop --time=1 b3fc38a4c8ef46f7503ffed77d87b39f6c5444ffb4f78b18e1cefee45136af56 [2023-01-10T20:36:05.700Z] $ docker rm -f --volumes b3fc38a4c8ef46f7503ffed77d87b39f6c5444ffb4f78b18e1cefee45136af56 [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-10T20:36:06.584Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-10T20:36:06.585Z] [2023-01-10T20:36:06.585Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:36:06.879Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-10T20:36:06.879Z] latest: Pulling from edgex-devops/edgex-compose [2023-01-10T20:36:06.879Z] cbdbe7a5bc2a: Pulling fs layer [2023-01-10T20:36:06.879Z] ca9280d653b3: Pulling fs layer [2023-01-10T20:36:06.879Z] 7e9c9ca2126c: Pulling fs layer [2023-01-10T20:36:06.879Z] cbdbe7a5bc2a: Download complete [2023-01-10T20:36:07.137Z] cbdbe7a5bc2a: Pull complete [2023-01-10T20:36:07.137Z] ca9280d653b3: Verifying Checksum [2023-01-10T20:36:07.137Z] ca9280d653b3: Download complete [2023-01-10T20:36:07.394Z] 7e9c9ca2126c: Verifying Checksum [2023-01-10T20:36:07.394Z] 7e9c9ca2126c: Download complete [2023-01-10T20:36:07.653Z] ca9280d653b3: Pull complete [2023-01-10T20:36:10.936Z] 7e9c9ca2126c: Pull complete [2023-01-10T20:36:10.936Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-01-10T20:36:10.936Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-10T20:36:10.936Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-10T20:36:11.009Z] prd-ubuntu20.04-docker-8c-8g-1656 does not seem to be running inside a container [2023-01-10T20:36:11.037Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/367 -v /w/workspace/edgex-go/367:/w/workspace/edgex-go/367:rw,z -v /w/workspace/edgex-go/367@tmp:/w/workspace/edgex-go/367@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-10T20:36:12.163Z] $ docker top c1ecd17474ee205d29af9c0c0f8444398e7304ffb9a67912a4f45de550fa653c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-10T20:36:12.514Z] + docker-compose build --help [2023-01-10T20:36:12.514Z] + grep parallel [2023-01-10T20:36:13.083Z] --parallel Build images in parallel. [Pipeline] } [2023-01-10T20:36:13.096Z] $ docker stop --time=1 c1ecd17474ee205d29af9c0c0f8444398e7304ffb9a67912a4f45de550fa653c [2023-01-10T20:36:14.421Z] $ docker rm -f --volumes c1ecd17474ee205d29af9c0c0f8444398e7304ffb9a67912a4f45de550fa653c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:36:14.801Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-10T20:36:14.801Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-10T20:36:14.868Z] prd-ubuntu20.04-docker-8c-8g-1656 does not seem to be running inside a container [2023-01-10T20:36:14.898Z] $ 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/367 -v /w/workspace/edgex-go/367:/w/workspace/edgex-go/367:rw,z -v /w/workspace/edgex-go/367@tmp:/w/workspace/edgex-go/367@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-01-10T20:36:15.248Z] $ docker top 5ec2ccb2137083ffce9a6ef53fe4742a54c48579cce823b7a0fb9c93366ebb8d -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-10T20:36:15.587Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-01-10T20:36:16.153Z] Building core-command ... [2023-01-10T20:36:16.153Z] Building core-data ... [2023-01-10T20:36:16.153Z] Building core-metadata ... [2023-01-10T20:36:16.153Z] Building security-bootstrapper ... [2023-01-10T20:36:16.153Z] Building security-proxy-setup ... [2023-01-10T20:36:16.153Z] Building security-secretstore-setup ... [2023-01-10T20:36:16.153Z] Building security-spiffe-token-provider ... [2023-01-10T20:36:16.153Z] Building security-spire-agent ... [2023-01-10T20:36:16.153Z] Building security-spire-config ... [2023-01-10T20:36:16.153Z] Building security-spire-server ... [2023-01-10T20:36:16.153Z] Building support-notifications ... [2023-01-10T20:36:16.153Z] Building support-scheduler ... [2023-01-10T20:36:16.153Z] Building security-secretstore-setup [2023-01-10T20:36:16.153Z] Building support-scheduler [2023-01-10T20:36:16.153Z] Building security-bootstrapper [2023-01-10T20:36:16.153Z] Building security-spiffe-token-provider [2023-01-10T20:36:16.153Z] Building security-spire-server [2023-01-10T20:36:28.359Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-10T20:36:28.359Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-01-10T20:36:28.359Z] ---> e0324446142e [2023-01-10T20:36:28.359Z] Step 3/32 : WORKDIR /edgex-go [2023-01-10T20:36:28.359Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-10T20:36:28.359Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-10T20:36:28.359Z] ---> e0324446142e [2023-01-10T20:36:28.359Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-10T20:36:28.359Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-10T20:36:28.359Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-01-10T20:36:28.359Z] ---> e0324446142e [2023-01-10T20:36:28.359Z] Step 3/19 : WORKDIR /edgex-go [2023-01-10T20:36:28.359Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-10T20:36:28.359Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-10T20:36:28.359Z] ---> e0324446142e [2023-01-10T20:36:28.359Z] Step 3/23 : WORKDIR /edgex-go [2023-01-10T20:36:28.359Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-10T20:36:28.359Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-10T20:36:28.359Z] ---> e0324446142e [2023-01-10T20:36:28.359Z] Step 3/24 : WORKDIR /edgex-go [2023-01-10T20:36:29.732Z] ---> Running in c9cc64d08252 [2023-01-10T20:36:29.732Z] ---> Running in b2d1e5cc82c1 [2023-01-10T20:36:29.732Z] ---> Running in 213d144bcbbc [2023-01-10T20:36:29.732Z] ---> Running in e9aa1fd5c55b [2023-01-10T20:36:29.732Z] ---> Running in 50492703a806 [2023-01-10T20:36:29.732Z] Removing intermediate container 213d144bcbbc [2023-01-10T20:36:29.732Z] ---> 8ffecaf538f4 [2023-01-10T20:36:29.732Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-01-10T20:36:29.732Z] Removing intermediate container e9aa1fd5c55b [2023-01-10T20:36:29.732Z] ---> dc03bbe9dde3 [2023-01-10T20:36:29.732Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-01-10T20:36:29.732Z] Removing intermediate container b2d1e5cc82c1 [2023-01-10T20:36:29.732Z] ---> 549cdda76a08 [2023-01-10T20:36:29.732Z] Step 4/22 : WORKDIR /edgex-go [2023-01-10T20:36:29.732Z] Removing intermediate container c9cc64d08252 [2023-01-10T20:36:29.732Z] ---> fe7494ff030f [2023-01-10T20:36:29.732Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-01-10T20:36:29.732Z] Removing intermediate container 50492703a806 [2023-01-10T20:36:29.732Z] ---> 45f84d4b40cc [2023-01-10T20:36:29.732Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-01-10T20:36:29.732Z] ---> Running in c68946e8226d [2023-01-10T20:36:29.732Z] ---> Running in 90418ca4f0c2 [2023-01-10T20:36:29.732Z] ---> Running in 3a39261b4e92 [2023-01-10T20:36:29.732Z] ---> Running in 6446941d8f13 [2023-01-10T20:36:29.732Z] ---> Running in 07157f6d2cda [2023-01-10T20:36:29.991Z] Removing intermediate container 3a39261b4e92 [2023-01-10T20:36:29.991Z] ---> 26c73831e152 [2023-01-10T20:36:29.991Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-10T20:36:29.991Z] ---> Running in a50ca2297000 [2023-01-10T20:36:30.249Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-10T20:36:30.249Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-10T20:36:30.249Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-10T20:36:30.507Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-10T20:36:30.507Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-10T20:36:30.507Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-10T20:36:30.507Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-10T20:36:30.507Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-10T20:36:30.507Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-10T20:36:30.507Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-10T20:36:30.507Z] OK: 211 MiB in 51 packages [2023-01-10T20:36:30.765Z] OK: 211 MiB in 51 packages [2023-01-10T20:36:30.765Z] OK: 211 MiB in 51 packages [2023-01-10T20:36:30.765Z] OK: 211 MiB in 51 packages [2023-01-10T20:36:30.765Z] v3.16.3-99-g1016b47723 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-01-10T20:36:30.765Z] v3.16.3-102-g79afc08688 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-01-10T20:36:30.765Z] OK: 17042 distinct packages available [2023-01-10T20:36:30.765Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-10T20:36:31.023Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-10T20:36:31.023Z] Removing intermediate container c68946e8226d [2023-01-10T20:36:31.023Z] ---> 6a9132c47344 [2023-01-10T20:36:31.023Z] Step 5/32 : COPY go.mod vendor* ./ [2023-01-10T20:36:31.023Z] OK: 211 MiB in 51 packages [2023-01-10T20:36:31.283Z] Removing intermediate container 6446941d8f13 [2023-01-10T20:36:31.283Z] ---> 97592fa34eb3 [2023-01-10T20:36:31.283Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-10T20:36:31.283Z] Removing intermediate container 90418ca4f0c2 [2023-01-10T20:36:31.283Z] ---> a91094211cd8 [2023-01-10T20:36:31.283Z] Step 5/23 : COPY go.mod vendor* ./ [2023-01-10T20:36:31.283Z] ---> 0c0476e2f9b7 [2023-01-10T20:36:31.283Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-10T20:36:31.283Z] ---> 9d15c9cf725a [2023-01-10T20:36:31.283Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-10T20:36:31.283Z] ---> Running in 3793516963d4 [2023-01-10T20:36:31.283Z] Removing intermediate container a50ca2297000 [2023-01-10T20:36:31.283Z] ---> 3c110520dfa1 [2023-01-10T20:36:31.283Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-10T20:36:31.540Z] ---> Running in a5aed2d445f4 [2023-01-10T20:36:31.540Z] ---> ea036fa3262c [2023-01-10T20:36:31.540Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-10T20:36:31.540Z] ---> Running in 2966353808f5 [2023-01-10T20:36:31.540Z] Removing intermediate container 07157f6d2cda [2023-01-10T20:36:31.540Z] ---> c9d121fa465d [2023-01-10T20:36:31.540Z] Step 5/19 : COPY go.mod vendor* ./ [2023-01-10T20:36:31.540Z] ---> 5ca1aadc2aad [2023-01-10T20:36:31.540Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-10T20:36:31.540Z] ---> Running in 0e6c1d39ffe1 [2023-01-10T20:36:31.798Z] ---> c67f5f24c7d6 [2023-01-10T20:36:31.798Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-10T20:36:31.798Z] ---> Running in 2e5e754bf4c3 [2023-01-10T20:36:49.634Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-1659 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2023-01-10T20:36:49.646Z] Running in /w/workspace/edgex-go/367 [Pipeline] { [Pipeline] checkout [2023-01-10T20:36:49.717Z] The recommended git tool is: git [2023-01-10T20:36:55.910Z] using credential edgex-jenkins-ssh [2023-01-10T20:36:55.925Z] Cloning the remote Git repository [2023-01-10T20:36:55.981Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-01-10T20:36:56.060Z] > git init /w/workspace/edgex-go/367 # timeout=10 [2023-01-10T20:36:56.216Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-01-10T20:36:56.217Z] > git --version # timeout=10 [2023-01-10T20:36:56.237Z] > git --version # 'git version 2.25.1' [2023-01-10T20:36:56.239Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-10T20:36:56.302Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-10T20:36:58.357Z] Removing intermediate container 3793516963d4 [2023-01-10T20:36:58.357Z] ---> a582f7c9a6cf [2023-01-10T20:36:58.357Z] Step 7/32 : COPY . . [2023-01-10T20:36:58.357Z] Removing intermediate container 2e5e754bf4c3 [2023-01-10T20:36:58.357Z] ---> b3dd14859649 [2023-01-10T20:36:58.357Z] Step 7/19 : COPY . . [2023-01-10T20:36:58.357Z] Removing intermediate container a5aed2d445f4 [2023-01-10T20:36:58.357Z] ---> 3dde2b63f49a [2023-01-10T20:36:58.357Z] Step 7/24 : COPY . . [2023-01-10T20:36:58.357Z] Removing intermediate container 2966353808f5 [2023-01-10T20:36:58.357Z] ---> bc7b1118a114 [2023-01-10T20:36:58.357Z] Step 7/23 : COPY . . [2023-01-10T20:36:58.357Z] Removing intermediate container 0e6c1d39ffe1 [2023-01-10T20:36:58.357Z] ---> f8eb1c6e00c1 [2023-01-10T20:36:58.357Z] Step 8/22 : COPY . . [2023-01-10T20:37:06.470Z] ---> a337cf06f022 [2023-01-10T20:37:06.470Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-01-10T20:37:06.470Z] ---> 38c0645f2bfa [2023-01-10T20:37:06.470Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-01-10T20:37:06.470Z] ---> 88f2b20cff60 [2023-01-10T20:37:06.470Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-01-10T20:37:06.470Z] ---> f95c62a240bb [2023-01-10T20:37:06.470Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-01-10T20:37:06.470Z] ---> 8696746609ca [2023-01-10T20:37:06.470Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-01-10T20:37:06.470Z] ---> Running in fbbe242c4be5 [2023-01-10T20:37:06.470Z] ---> Running in 5660625bab3e [2023-01-10T20:37:06.470Z] ---> Running in 32ef312e5e1b [2023-01-10T20:37:06.470Z] ---> Running in 3ce651f817f4 [2023-01-10T20:37:06.470Z] ---> Running in d97826af7818 [2023-01-10T20:37:06.470Z] Removing intermediate container 3ce651f817f4 [2023-01-10T20:37:06.470Z] ---> 6e8fbe76a903 [2023-01-10T20:37:06.470Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-01-10T20:37:06.470Z] ---> Running in a4ea125dda02 [2023-01-10T20:37:06.470Z] Removing intermediate container a4ea125dda02 [2023-01-10T20:37:06.470Z] ---> 7bb2d74115c8 [2023-01-10T20:37:06.470Z] 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-10T20:37:06.470Z] ---> Running in 3348ccaba607 [2023-01-10T20:37:06.470Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-01-10T20:37:06.470Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-01-10T20:37:06.470Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-01-10T20:37:06.470Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-01-10T20:37:06.470Z] Removing intermediate container 3348ccaba607 [2023-01-10T20:37:06.470Z] ---> e2083caf28cb [2023-01-10T20:37:06.470Z] Step 11/23 : WORKDIR /edgex-go [2023-01-10T20:37:06.470Z] ---> Running in 14e62876c96c [2023-01-10T20:37:06.470Z] Removing intermediate container 14e62876c96c [2023-01-10T20:37:06.470Z] ---> 138aa6bde602 [2023-01-10T20:37:06.470Z] [2023-01-10T20:37:06.470Z] Step 12/23 : FROM alpine:3.15 [2023-01-10T20:37:06.728Z] 3.15: Pulling from library/alpine [2023-01-10T20:37:06.986Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-01-10T20:37:06.986Z] Status: Downloaded newer image for alpine:3.15 [2023-01-10T20:37:06.986Z] ---> c4fc93816858 [2023-01-10T20:37:06.986Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-10T20:37:07.244Z] ---> Running in 7cf674e5dace [2023-01-10T20:37:07.244Z] Removing intermediate container 7cf674e5dace [2023-01-10T20:37:07.244Z] ---> e7c3fa8b44b2 [2023-01-10T20:37:07.244Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-10T20:37:07.244Z] ---> Running in 9068d560bd06 [2023-01-10T20:37:07.809Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-10T20:37:07.809Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-10T20:37:08.066Z] v3.15.6-242-g9cfdeb1de4 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-10T20:37:08.066Z] v3.15.6-237-g9ae8855cb5 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-10T20:37:08.066Z] OK: 15859 distinct packages available [2023-01-10T20:37:08.066Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-10T20:37:08.322Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-10T20:37:08.322Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-01-10T20:37:08.322Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-01-10T20:37:08.322Z] (3/5) Installing libucontext (1.1-r0) [2023-01-10T20:37:08.322Z] (4/5) Installing gcompat (1.0.0-r4) [2023-01-10T20:37:08.322Z] (5/5) Installing openssl (1.1.1s-r1) [2023-01-10T20:37:08.322Z] Executing busybox-1.34.1-r7.trigger [2023-01-10T20:37:08.322Z] OK: 7 MiB in 19 packages [2023-01-10T20:37:09.253Z] Removing intermediate container 9068d560bd06 [2023-01-10T20:37:09.253Z] ---> 7a2599bc79ea [2023-01-10T20:37:09.253Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-10T20:37:11.148Z] ---> 72187159ccd3 [2023-01-10T20:37:11.148Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-01-10T20:37:11.712Z] ---> 2a6c84cadddc [2023-01-10T20:37:11.712Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-01-10T20:37:12.276Z] ---> 2df81712d0e4 [2023-01-10T20:37:12.276Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-01-10T20:37:12.840Z] ---> 6b21d74ea9b1 [2023-01-10T20:37:12.840Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-10T20:37:12.840Z] ---> Running in 6bb6356c693d [2023-01-10T20:37:13.098Z] Removing intermediate container 6bb6356c693d [2023-01-10T20:37:13.098Z] ---> d137f0a8b605 [2023-01-10T20:37:13.098Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-10T20:37:13.098Z] ---> Running in 8eb361befde9 [2023-01-10T20:37:13.355Z] Removing intermediate container 8eb361befde9 [2023-01-10T20:37:13.355Z] ---> 071ed227c73d [2023-01-10T20:37:13.355Z] Step 21/23 : LABEL arch=x86_64 [2023-01-10T20:37:13.612Z] ---> Running in e796f9647082 [2023-01-10T20:37:13.869Z] Removing intermediate container e796f9647082 [2023-01-10T20:37:13.869Z] ---> ef43f854f42e [2023-01-10T20:37:13.869Z] Step 22/23 : LABEL git_sha=a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:37:14.127Z] ---> Running in 49e764ded8be [2023-01-10T20:37:14.386Z] Removing intermediate container 49e764ded8be [2023-01-10T20:37:14.386Z] ---> 40748262472f [2023-01-10T20:37:14.386Z] Step 23/23 : LABEL version=3.0.0-dev.13 [2023-01-10T20:37:14.643Z] ---> Running in d48411a3f0bc [2023-01-10T20:37:15.208Z] Removing intermediate container d48411a3f0bc [2023-01-10T20:37:15.208Z] ---> 80a861602e15 [2023-01-10T20:37:15.208Z] [2023-01-10T20:37:15.208Z] Successfully built 80a861602e15 [2023-01-10T20:37:15.208Z] Successfully tagged security-spire-server:latest [2023-01-10T20:37:15.208Z] Building security-spire-agent [2023-01-10T20:37:18.118Z] Avoid second fetch [2023-01-10T20:37:18.119Z] Checking out Revision a23f936fb69ac20a7cf7db96067897b5bcb7663c (main) [2023-01-10T20:37:18.486Z]  Building security-spire-server ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-10T20:37:18.486Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-10T20:37:18.486Z] ---> e0324446142e [2023-01-10T20:37:18.486Z] Step 3/24 : WORKDIR /edgex-go [2023-01-10T20:37:18.486Z] ---> Using cache [2023-01-10T20:37:18.486Z] ---> 45f84d4b40cc [2023-01-10T20:37:18.486Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-10T20:37:17.056Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-01-10T20:37:17.090Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-10T20:37:18.142Z] > git config core.sparsecheckout # timeout=10 [2023-01-10T20:37:18.163Z] > git checkout -f a23f936fb69ac20a7cf7db96067897b5bcb7663c # timeout=10 [2023-01-10T20:37:18.950Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v3 (#4271)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-10T20:37:19.817Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-01-10T20:37:19.817Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-10T20:37:19.817Z] Dload Upload Total Spent Left Speed [2023-01-10T20:37:19.817Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 185k 0 --:--:-- --:--:-- --:--:-- 185k [Pipeline] sh [2023-01-10T20:37:20.380Z] ---> Running in ee0ba4dc4465 [2023-01-10T20:37:20.470Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-01-10T20:37:20.815Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-01-10T20:37:20.815Z] + sudo tee /etc/docker/daemon.new [2023-01-10T20:37:20.815Z] { [2023-01-10T20:37:20.815Z] "registry-mirrors": [ [2023-01-10T20:37:20.815Z] "https://nexus3.edgexfoundry.org:10001" [2023-01-10T20:37:20.815Z] ], [2023-01-10T20:37:20.815Z] "bip": "10.250.0.254/24", [2023-01-10T20:37:20.815Z] "hosts": [ [2023-01-10T20:37:20.815Z] "tcp://0.0.0.0:5555", [2023-01-10T20:37:20.815Z] "unix:///var/run/docker.sock" [2023-01-10T20:37:20.815Z] ], [2023-01-10T20:37:20.815Z] "mtu": 1458, [2023-01-10T20:37:20.815Z] "selinux-enabled": true, [2023-01-10T20:37:20.815Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-01-10T20:37:20.815Z] } [Pipeline] sh [2023-01-10T20:37:21.154Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-01-10T20:37:21.309Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-10T20:37:21.309Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-10T20:37:21.496Z] + sudo service docker restart [2023-01-10T20:37:21.566Z] OK: 211 MiB in 51 packages [2023-01-10T20:37:23.460Z] Removing intermediate container ee0ba4dc4465 [2023-01-10T20:37:23.460Z] ---> 9308e1c4f2d1 [2023-01-10T20:37:23.460Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-10T20:37:24.025Z] ---> c7492ff5d6fc [2023-01-10T20:37:24.025Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-10T20:37:24.025Z] ---> Running in 9dade93bbce3 [2023-01-10T20:37:32.127Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-01-10T20:37:37.406Z] Removing intermediate container 5660625bab3e [2023-01-10T20:37:37.406Z] ---> ada335bfa985 [2023-01-10T20:37:37.406Z] [2023-01-10T20:37:37.406Z] Step 9/24 : FROM alpine:3.16 [2023-01-10T20:37:37.406Z] Removing intermediate container 32ef312e5e1b [2023-01-10T20:37:37.406Z] ---> ab6de1def730 [2023-01-10T20:37:37.406Z] [2023-01-10T20:37:37.406Z] Step 9/32 : FROM alpine:3.16 [2023-01-10T20:37:37.406Z] 3.16: Pulling from library/alpine [2023-01-10T20:37:37.406Z] 3.16: Pulling from library/alpine [2023-01-10T20:37:38.780Z] Removing intermediate container fbbe242c4be5 [2023-01-10T20:37:38.780Z] ---> ef5083032ce8 [2023-01-10T20:37:38.780Z] [2023-01-10T20:37:38.780Z] Step 9/19 : FROM alpine:3.15 [2023-01-10T20:37:38.780Z] ---> c4fc93816858 [2023-01-10T20:37:38.780Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-10T20:37:38.780Z] ---> Using cache [2023-01-10T20:37:38.780Z] ---> e7c3fa8b44b2 [2023-01-10T20:37:38.780Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-01-10T20:37:38.780Z] ---> Running in 1c0931bbd243 [2023-01-10T20:37:38.780Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-10T20:37:38.780Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-10T20:37:38.780Z] Status: Downloaded newer image for alpine:3.16 [2023-01-10T20:37:38.780Z] Status: Image is up to date for alpine:3.16 [2023-01-10T20:37:38.780Z] ---> bfe296a52501 [2023-01-10T20:37:38.780Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-01-10T20:37:38.780Z] ---> bfe296a52501 [2023-01-10T20:37:38.780Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-10T20:37:39.047Z] ---> Running in 303c9831fecd [2023-01-10T20:37:39.047Z] ---> Running in 16790f1f0e9c [2023-01-10T20:37:39.304Z] Removing intermediate container 16790f1f0e9c [2023-01-10T20:37:39.304Z] ---> fe7a68bfcd7c [2023-01-10T20:37:39.304Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-01-10T20:37:39.304Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-10T20:37:39.304Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-10T20:37:39.304Z] ---> Running in eace4c270d44 [2023-01-10T20:37:39.304Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-10T20:37:39.561Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-10T20:37:39.561Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-10T20:37:39.561Z] v3.15.6-242-g9cfdeb1de4 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-10T20:37:39.561Z] v3.15.6-237-g9ae8855cb5 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-10T20:37:39.561Z] OK: 15859 distinct packages available [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-10T20:37:39.794Z] provisioning config files... [2023-01-10T20:37:39.818Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-10T20:37:39.818Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-10T20:37:39.818Z] (1/3) Installing ca-certificates (20220614-r0) [2023-01-10T20:37:39.818Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-01-10T20:37:39.818Z] (3/3) Installing su-exec (0.2-r1) [2023-01-10T20:37:39.818Z] Executing busybox-1.35.0-r17.trigger [2023-01-10T20:37:39.818Z] Executing ca-certificates-20220614-r0.trigger [2023-01-10T20:37:39.818Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-10T20:37:39.818Z] OK: 6 MiB in 17 packages [2023-01-10T20:37:39.818Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-01-10T20:37:39.818Z] (2/2) Installing su-exec (0.2-r1) [2023-01-10T20:37:39.818Z] Executing busybox-1.35.0-r17.trigger [2023-01-10T20:37:39.823Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/367@tmp/config7749265930356353630tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-10T20:37:40.077Z] OK: 6 MiB in 16 packages [2023-01-10T20:37:40.077Z] (1/9) Installing ca-certificates (20220614-r0) [2023-01-10T20:37:40.077Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-01-10T20:37:40.077Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-01-10T20:37:40.077Z] (4/9) Installing libcurl (7.80.0-r5) [2023-01-10T20:37:40.077Z] (5/9) Installing curl (7.80.0-r5) [2023-01-10T20:37:40.077Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-01-10T20:37:40.077Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-01-10T20:37:40.077Z] (8/9) Installing libucontext (1.1-r0) [2023-01-10T20:37:40.077Z] (9/9) Installing gcompat (1.0.0-r4) [2023-01-10T20:37:40.077Z] Executing busybox-1.34.1-r7.trigger [2023-01-10T20:37:40.077Z] Executing ca-certificates-20220614-r0.trigger [2023-01-10T20:37:40.077Z] OK: 8 MiB in 23 packages [2023-01-10T20:37:40.182Z] ---> docker-login.sh [2023-01-10T20:37:40.182Z] nexus3.edgexfoundry.org:10001 [2023-01-10T20:37:40.772Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T20:37:40.772Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T20:37:40.772Z] Configure a credential helper to remove this warning. See [2023-01-10T20:37:40.772Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T20:37:40.772Z] [2023-01-10T20:37:40.772Z] Login Succeeded [2023-01-10T20:37:40.772Z] nexus3.edgexfoundry.org:10002 [2023-01-10T20:37:41.016Z] Removing intermediate container 303c9831fecd [2023-01-10T20:37:41.016Z] ---> 655a2bb7e183 [2023-01-10T20:37:41.016Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-10T20:37:41.016Z] Removing intermediate container eace4c270d44 [2023-01-10T20:37:41.016Z] ---> bfeded66e42d [2023-01-10T20:37:41.016Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-01-10T20:37:41.016Z] Removing intermediate container d97826af7818 [2023-01-10T20:37:41.016Z] ---> 0cf1f8c9e37f [2023-01-10T20:37:41.016Z] [2023-01-10T20:37:41.016Z] Step 10/22 : FROM alpine:3.16 [2023-01-10T20:37:41.016Z] ---> bfe296a52501 [2023-01-10T20:37:41.016Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-01-10T20:37:41.042Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T20:37:41.293Z] ---> Running in 8cab681dc615 [2023-01-10T20:37:41.293Z] ---> Running in 7eac64da1069 [2023-01-10T20:37:41.294Z] ---> Running in 0f74c0cb6a7c [2023-01-10T20:37:41.294Z] Removing intermediate container 1c0931bbd243 [2023-01-10T20:37:41.294Z] ---> 6f1a774809ef [2023-01-10T20:37:41.294Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-10T20:37:41.294Z] Removing intermediate container 8cab681dc615 [2023-01-10T20:37:41.294Z] ---> 7adf66c3098b [2023-01-10T20:37:41.294Z] Step 12/24 : WORKDIR / [2023-01-10T20:37:41.294Z] Removing intermediate container 7eac64da1069 [2023-01-10T20:37:41.294Z] ---> 25fe67a68660 [2023-01-10T20:37:41.294Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-01-10T20:37:41.311Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T20:37:41.311Z] Configure a credential helper to remove this warning. See [2023-01-10T20:37:41.311Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T20:37:41.311Z] [2023-01-10T20:37:41.311Z] Login Succeeded [2023-01-10T20:37:41.311Z] nexus3.edgexfoundry.org:10003 [2023-01-10T20:37:41.551Z] ---> Running in 1ed96437cb76 [2023-01-10T20:37:41.551Z] ---> Running in 24234a87e400 [2023-01-10T20:37:41.551Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-10T20:37:41.551Z] ---> 1fed85f30807 [2023-01-10T20:37:41.551Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-01-10T20:37:41.551Z] Removing intermediate container 24234a87e400 [2023-01-10T20:37:41.551Z] ---> 3a1a119156b4 [2023-01-10T20:37:41.551Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-01-10T20:37:41.551Z] Removing intermediate container 1ed96437cb76 [2023-01-10T20:37:41.551Z] ---> eca5783e6371 [2023-01-10T20:37:41.551Z] 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-10T20:37:41.551Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-10T20:37:41.551Z] ---> Running in 55e7d77eb099 [2023-01-10T20:37:41.581Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T20:37:41.581Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T20:37:41.581Z] Configure a credential helper to remove this warning. See [2023-01-10T20:37:41.581Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T20:37:41.581Z] [2023-01-10T20:37:41.581Z] Login Succeeded [2023-01-10T20:37:41.581Z] nexus3.edgexfoundry.org:10004 [2023-01-10T20:37:41.809Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-10T20:37:41.809Z] Executing busybox-1.35.0-r17.trigger [2023-01-10T20:37:41.809Z] OK: 6 MiB in 15 packages [2023-01-10T20:37:41.809Z] Removing intermediate container 55e7d77eb099 [2023-01-10T20:37:41.809Z] ---> ed0821b87e5e [2023-01-10T20:37:41.809Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-01-10T20:37:41.809Z] ---> a85d1a269960 [2023-01-10T20:37:41.809Z] 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-10T20:37:41.851Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T20:37:42.066Z] ---> Running in 903bb8dd95c0 [2023-01-10T20:37:42.066Z] ---> 852df1c0b7d2 [2023-01-10T20:37:42.066Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-01-10T20:37:42.124Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T20:37:42.124Z] Configure a credential helper to remove this warning. See [2023-01-10T20:37:42.124Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T20:37:42.124Z] [2023-01-10T20:37:42.124Z] Login Succeeded [2023-01-10T20:37:42.124Z] docker.io [2023-01-10T20:37:42.324Z] Removing intermediate container 903bb8dd95c0 [2023-01-10T20:37:42.324Z] ---> ddd560512353 [2023-01-10T20:37:42.324Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-01-10T20:37:42.324Z] ---> a87cc85c7e63 [2023-01-10T20:37:42.324Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-01-10T20:37:42.324Z] ---> Running in 789be0a4ac9b [2023-01-10T20:37:42.324Z] ---> 59545bd15494 [2023-01-10T20:37:42.324Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-01-10T20:37:42.324Z] Removing intermediate container 0f74c0cb6a7c [2023-01-10T20:37:42.324Z] ---> 8568f7dfd42a [2023-01-10T20:37:42.324Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-10T20:37:42.324Z] ---> Running in dbbb0ca5a199 [2023-01-10T20:37:42.324Z] ---> Running in af1f17ac5f25 [2023-01-10T20:37:42.394Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T20:37:42.591Z] ---> f91e4b66a998 [2023-01-10T20:37:42.591Z] 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-10T20:37:42.591Z] Removing intermediate container af1f17ac5f25 [2023-01-10T20:37:42.591Z] ---> b445b2306857 [2023-01-10T20:37:42.591Z] Step 13/22 : ENV APP_PORT=59861 [2023-01-10T20:37:42.591Z] Removing intermediate container dbbb0ca5a199 [2023-01-10T20:37:42.591Z] ---> 3470f5dd90c1 [2023-01-10T20:37:42.591Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-10T20:37:42.591Z] ---> Running in 50e114224d96 [2023-01-10T20:37:42.591Z] ---> Running in 67084fd3ae7f [2023-01-10T20:37:42.591Z] ---> c203852fa01b [2023-01-10T20:37:42.591Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-01-10T20:37:42.671Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T20:37:42.671Z] Configure a credential helper to remove this warning. See [2023-01-10T20:37:42.671Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T20:37:42.671Z] [2023-01-10T20:37:42.671Z] Login Succeeded [2023-01-10T20:37:42.671Z] ---> docker-login.sh ends [Pipeline] } [2023-01-10T20:37:42.686Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2023-01-10T20:37:42.849Z] Removing intermediate container 67084fd3ae7f [2023-01-10T20:37:42.849Z] ---> ecf9cbdd8388 [2023-01-10T20:37:42.849Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-10T20:37:42.849Z] Removing intermediate container 50e114224d96 [2023-01-10T20:37:42.849Z] ---> 7bbed35955ad [2023-01-10T20:37:42.849Z] Step 17/19 : LABEL arch=x86_64 [2023-01-10T20:37:42.849Z] ---> Running in 7342b3ee470a [2023-01-10T20:37:42.849Z] ---> Running in 33124ec19f85 [Pipeline] sh [2023-01-10T20:37:43.107Z] Removing intermediate container 7342b3ee470a [2023-01-10T20:37:43.107Z] ---> dc6d835f109a [2023-01-10T20:37:43.107Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-10T20:37:43.107Z] Removing intermediate container 33124ec19f85 [2023-01-10T20:37:43.107Z] ---> 860ecadb8f4e [2023-01-10T20:37:43.107Z] Step 18/19 : LABEL git_sha=a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:37:43.107Z] Removing intermediate container 789be0a4ac9b [2023-01-10T20:37:43.107Z] ---> a4d7a18d67f9 [2023-01-10T20:37:43.107Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-01-10T20:37:43.107Z] ---> Running in 18ec7f9e601f [2023-01-10T20:37:43.107Z] ---> 3350424895a0 [2023-01-10T20:37:43.107Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-01-10T20:37:43.107Z] ---> Running in 366eb575b745 [2023-01-10T20:37:43.277Z] + git config --global --add safe.directory /w/workspace/edgex-go/367 [Pipeline] echo [2023-01-10T20:37:43.298Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-10T20:37:43.311Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-10T20:37:43.319Z] ========================================================= [2023-01-10T20:37:43.319Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-01-10T20:37:43.319Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-01-10T20:37:43.364Z] ---> cf04689da3c1 [2023-01-10T20:37:43.364Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-01-10T20:37:43.364Z] Removing intermediate container 18ec7f9e601f [2023-01-10T20:37:43.364Z] ---> ee1e44c20649 [2023-01-10T20:37:43.364Z] Step 19/19 : LABEL version=3.0.0-dev.13 [2023-01-10T20:37:43.364Z] ---> Running in 6f3cbf55bb76 [2023-01-10T20:37:43.364Z] Removing intermediate container 366eb575b745 [2023-01-10T20:37:43.364Z] ---> eddbf44b710e [2023-01-10T20:37:43.364Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-01-10T20:37:43.622Z] Removing intermediate container 6f3cbf55bb76 [2023-01-10T20:37:43.622Z] ---> d2fe0cb596a1 [2023-01-10T20:37:43.622Z] [2023-01-10T20:37:43.622Z] Successfully built d2fe0cb596a1 [2023-01-10T20:37:43.622Z] ---> 987be468ce90 [2023-01-10T20:37:43.622Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-01-10T20:37:43.622Z] Successfully tagged security-spiffe-token-provider:latest [2023-01-10T20:37:43.622Z]  Building security-spiffe-token-provider ... done Building core-data [2023-01-10T20:37:43.647Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-10T20:37:43.880Z] ---> fbedc54d04a2 [2023-01-10T20:37:43.880Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-01-10T20:37:43.880Z] ---> Running in 412e995bc42d [2023-01-10T20:37:43.919Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-01-10T20:37:43.919Z] 9b18e9b68314: Pulling fs layer [2023-01-10T20:37:43.919Z] 35d82f9e3411: Pulling fs layer [2023-01-10T20:37:43.919Z] e16973657156: Pulling fs layer [2023-01-10T20:37:43.919Z] fc693d55d65f: Pulling fs layer [2023-01-10T20:37:43.919Z] 7e9fc2657dce: Pulling fs layer [2023-01-10T20:37:43.919Z] dda99020689f: Pulling fs layer [2023-01-10T20:37:43.919Z] db1c61fa0a46: Pulling fs layer [2023-01-10T20:37:43.919Z] 891c053d2c06: Pulling fs layer [2023-01-10T20:37:43.919Z] fc693d55d65f: Waiting [2023-01-10T20:37:43.919Z] 7e9fc2657dce: Waiting [2023-01-10T20:37:43.919Z] dda99020689f: Waiting [2023-01-10T20:37:43.919Z] db1c61fa0a46: Waiting [2023-01-10T20:37:43.919Z] 891c053d2c06: Waiting [2023-01-10T20:37:43.919Z] e16973657156: Verifying Checksum [2023-01-10T20:37:43.919Z] e16973657156: Download complete [2023-01-10T20:37:43.919Z] 35d82f9e3411: Verifying Checksum [2023-01-10T20:37:43.919Z] 35d82f9e3411: Download complete [2023-01-10T20:37:43.919Z] 7e9fc2657dce: Download complete [2023-01-10T20:37:43.919Z] dda99020689f: Verifying Checksum [2023-01-10T20:37:43.919Z] dda99020689f: Download complete [2023-01-10T20:37:43.919Z] 9b18e9b68314: Verifying Checksum [2023-01-10T20:37:44.138Z] ---> 3c5cf7dcc5fb [2023-01-10T20:37:44.138Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-01-10T20:37:44.896Z] 9b18e9b68314: Pull complete [2023-01-10T20:37:45.107Z] ---> 36bc8934a24f [2023-01-10T20:37:45.107Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-10T20:37:45.168Z] 891c053d2c06: Verifying Checksum [2023-01-10T20:37:45.366Z] ---> 7ec718a1d6ec [2023-01-10T20:37:45.366Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-01-10T20:37:45.366Z] ---> Running in 6bb73ccebf85 [2023-01-10T20:37:45.366Z] ---> Running in 7d370990bbe5 [2023-01-10T20:37:45.441Z] 35d82f9e3411: Pull complete [2023-01-10T20:37:45.625Z] Removing intermediate container 7d370990bbe5 [2023-01-10T20:37:45.625Z] ---> ae861cf414b1 [2023-01-10T20:37:45.625Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-10T20:37:45.625Z] ---> Running in 3157cdfb16ab [2023-01-10T20:37:45.710Z] e16973657156: Pull complete [2023-01-10T20:37:45.883Z] Removing intermediate container 3157cdfb16ab [2023-01-10T20:37:45.883Z] ---> 5bb22e4e6960 [2023-01-10T20:37:45.883Z] Step 20/22 : LABEL arch=x86_64 [2023-01-10T20:37:45.883Z] ---> Running in 91d9815aeaf6 [2023-01-10T20:37:45.883Z] Removing intermediate container 412e995bc42d [2023-01-10T20:37:45.883Z] ---> 0cbed9c22298 [2023-01-10T20:37:45.883Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-10T20:37:46.309Z] db1c61fa0a46: Verifying Checksum [2023-01-10T20:37:46.309Z] db1c61fa0a46: Download complete [2023-01-10T20:37:46.448Z] Removing intermediate container 91d9815aeaf6 [2023-01-10T20:37:46.448Z] ---> dac1914a1850 [2023-01-10T20:37:46.448Z] Step 21/22 : LABEL git_sha=a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:37:46.448Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-10T20:37:46.448Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-10T20:37:46.448Z] ---> e0324446142e [2023-01-10T20:37:46.448Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-10T20:37:46.448Z] ---> Using cache [2023-01-10T20:37:46.448Z] ---> 549cdda76a08 [2023-01-10T20:37:46.448Z] Step 4/22 : WORKDIR /edgex-go [2023-01-10T20:37:46.448Z] ---> Using cache [2023-01-10T20:37:46.448Z] ---> 26c73831e152 [2023-01-10T20:37:46.448Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-10T20:37:46.448Z] ---> Using cache [2023-01-10T20:37:46.448Z] ---> 3c110520dfa1 [2023-01-10T20:37:46.448Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-10T20:37:46.448Z] ---> Using cache [2023-01-10T20:37:46.448Z] ---> 5ca1aadc2aad [2023-01-10T20:37:46.448Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-10T20:37:46.448Z] ---> Using cache [2023-01-10T20:37:46.448Z] ---> f8eb1c6e00c1 [2023-01-10T20:37:46.448Z] Step 8/22 : COPY . . [2023-01-10T20:37:46.448Z] ---> Using cache [2023-01-10T20:37:46.448Z] ---> 8696746609ca [2023-01-10T20:37:46.448Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-01-10T20:37:46.448Z] ---> 112615cb507c [2023-01-10T20:37:46.448Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-01-10T20:37:46.448Z] ---> Running in 9722d683b036 [2023-01-10T20:37:46.448Z] ---> Running in cfe402e18b6c [2023-01-10T20:37:46.448Z] Removing intermediate container 6bb73ccebf85 [2023-01-10T20:37:46.448Z] ---> 0e9f63cdbb38 [2023-01-10T20:37:46.448Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-01-10T20:37:46.448Z] Removing intermediate container 9722d683b036 [2023-01-10T20:37:46.448Z] ---> 9d8b2a2bfae3 [2023-01-10T20:37:46.448Z] Step 22/22 : LABEL version=3.0.0-dev.13 [2023-01-10T20:37:46.709Z] ---> Running in 3e22dc5b734c [2023-01-10T20:37:46.709Z] ---> Running in a46d3dfba7b8 [2023-01-10T20:37:46.709Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-01-10T20:37:46.709Z] Removing intermediate container 3e22dc5b734c [2023-01-10T20:37:46.709Z] ---> 57229acb7f2c [2023-01-10T20:37:46.709Z] Step 22/24 : LABEL arch=x86_64 [2023-01-10T20:37:46.896Z] fc693d55d65f: Verifying Checksum [2023-01-10T20:37:46.896Z] fc693d55d65f: Download complete [2023-01-10T20:37:46.966Z] Removing intermediate container a46d3dfba7b8 [2023-01-10T20:37:46.966Z] ---> d74a1a6bd59e [2023-01-10T20:37:46.966Z] [2023-01-10T20:37:46.966Z] ---> 30035839dfc5 [2023-01-10T20:37:46.966Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-01-10T20:37:46.966Z] ---> Running in 82f6a0c1fe5b [2023-01-10T20:37:46.966Z] Successfully built d74a1a6bd59e [2023-01-10T20:37:46.966Z] Successfully tagged support-scheduler:latest [2023-01-10T20:37:46.966Z] Building support-notifications [2023-01-10T20:37:46.966Z]  Building support-scheduler ... done Removing intermediate container 82f6a0c1fe5b [2023-01-10T20:37:46.966Z] ---> 06fbc7103f46 [2023-01-10T20:37:46.966Z] Step 23/24 : LABEL git_sha=a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:37:48.881Z] ---> Running in 724a123c3b00 [2023-01-10T20:37:48.881Z] ---> b4630415531e [2023-01-10T20:37:48.881Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-01-10T20:37:48.881Z] Removing intermediate container 724a123c3b00 [2023-01-10T20:37:48.881Z] ---> aa5677c16f7d [2023-01-10T20:37:48.881Z] Step 24/24 : LABEL version=3.0.0-dev.13 [2023-01-10T20:37:48.881Z] ---> Running in 16ae428cf66f [2023-01-10T20:37:48.881Z] ---> a7ee28de7c82 [2023-01-10T20:37:48.881Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-01-10T20:37:49.140Z] Removing intermediate container 16ae428cf66f [2023-01-10T20:37:49.140Z] ---> 758f375bd0f1 [2023-01-10T20:37:49.140Z] [2023-01-10T20:37:49.140Z] Successfully built 758f375bd0f1 [2023-01-10T20:37:49.140Z] Successfully tagged security-secretstore-setup:latest [2023-01-10T20:37:49.140Z] Building security-proxy-setup [2023-01-10T20:37:49.140Z]  Building security-secretstore-setup ... done  ---> c70b288c1f36 [2023-01-10T20:37:49.140Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-01-10T20:37:49.704Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-10T20:37:49.704Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-10T20:37:49.704Z] ---> e0324446142e [2023-01-10T20:37:49.704Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-10T20:37:49.704Z] ---> Using cache [2023-01-10T20:37:49.704Z] ---> 549cdda76a08 [2023-01-10T20:37:49.704Z] Step 4/22 : WORKDIR /edgex-go [2023-01-10T20:37:49.704Z] ---> Using cache [2023-01-10T20:37:49.704Z] ---> 26c73831e152 [2023-01-10T20:37:49.704Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-01-10T20:37:51.600Z] ---> c9e6f4e15634 [2023-01-10T20:37:51.600Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-01-10T20:37:51.600Z] ---> Running in e220674b4630 [2023-01-10T20:37:51.600Z] ---> b4b35599beb3 [2023-01-10T20:37:51.600Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-01-10T20:37:51.857Z] ---> Running in 22627528346e [2023-01-10T20:37:52.117Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-10T20:37:52.117Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-01-10T20:37:52.117Z] ---> e0324446142e [2023-01-10T20:37:52.117Z] Step 3/21 : WORKDIR /edgex-go [2023-01-10T20:37:52.117Z] ---> Using cache [2023-01-10T20:37:52.117Z] ---> 45f84d4b40cc [2023-01-10T20:37:52.117Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-01-10T20:37:52.117Z] ---> Running in 576aaf078cc8 [2023-01-10T20:37:52.117Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-10T20:37:52.421Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-10T20:37:52.680Z] OK: 211 MiB in 51 packages [2023-01-10T20:37:52.680Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-10T20:37:52.680Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-10T20:37:52.937Z] Removing intermediate container 22627528346e [2023-01-10T20:37:52.937Z] ---> 8311655cb298 [2023-01-10T20:37:52.937Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-01-10T20:37:52.937Z] ---> Running in c34f1e337505 [2023-01-10T20:37:52.937Z] OK: 211 MiB in 51 packages [2023-01-10T20:37:53.210Z] Removing intermediate container c34f1e337505 [2023-01-10T20:37:53.210Z] ---> ee2249e954f0 [2023-01-10T20:37:53.210Z] Step 29/32 : CMD ["gate"] [2023-01-10T20:37:53.210Z] ---> Running in 36bf8a2c88f0 [2023-01-10T20:37:53.467Z] Removing intermediate container e220674b4630 [2023-01-10T20:37:53.467Z] ---> b02c7e6fb716 [2023-01-10T20:37:53.467Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-10T20:37:53.732Z] Removing intermediate container 36bf8a2c88f0 [2023-01-10T20:37:53.732Z] ---> cec54b3b474c [2023-01-10T20:37:53.732Z] Step 30/32 : LABEL arch=x86_64 [2023-01-10T20:37:53.993Z] ---> Running in 358615f065d3 [2023-01-10T20:37:53.993Z] Removing intermediate container 576aaf078cc8 [2023-01-10T20:37:53.993Z] ---> ab87986723f3 [2023-01-10T20:37:53.993Z] Step 5/21 : COPY go.mod vendor* ./ [2023-01-10T20:37:54.558Z] ---> 9ae70d6b15a0 [2023-01-10T20:37:54.558Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-10T20:37:54.815Z] ---> Running in b1b048820e59 [2023-01-10T20:37:54.815Z] ---> d3bc89fdf0f8 [2023-01-10T20:37:54.815Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-10T20:37:54.815Z] Removing intermediate container 358615f065d3 [2023-01-10T20:37:54.815Z] ---> 5ea3ba3c03ab [2023-01-10T20:37:54.815Z] Step 31/32 : LABEL git_sha=a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:37:55.073Z] ---> Running in e976127e6213 [2023-01-10T20:37:55.073Z] ---> Running in 335d00d9b5b7 [2023-01-10T20:37:55.644Z] Removing intermediate container e976127e6213 [2023-01-10T20:37:55.645Z] ---> 601ca9ca301b [2023-01-10T20:37:55.645Z] Step 32/32 : LABEL version=3.0.0-dev.13 [2023-01-10T20:37:55.645Z] ---> Running in c2acb6117a71 [2023-01-10T20:37:56.210Z] Removing intermediate container c2acb6117a71 [2023-01-10T20:37:56.210Z] ---> 646dca16e0df [2023-01-10T20:37:56.210Z] [2023-01-10T20:37:56.210Z] Successfully built 646dca16e0df [2023-01-10T20:37:56.210Z] Successfully tagged security-bootstrapper:latest [2023-01-10T20:37:56.210Z] Building core-command [2023-01-10T20:37:58.739Z]  Building security-bootstrapper ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-10T20:37:58.739Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-10T20:37:58.739Z] ---> e0324446142e [2023-01-10T20:37:58.739Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-01-10T20:37:58.739Z] ---> Using cache [2023-01-10T20:37:58.739Z] ---> 549cdda76a08 [2023-01-10T20:37:58.739Z] Step 4/23 : WORKDIR /edgex-go [2023-01-10T20:37:58.740Z] ---> Using cache [2023-01-10T20:37:58.740Z] ---> 26c73831e152 [2023-01-10T20:37:58.740Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-01-10T20:37:58.740Z] ---> Using cache [2023-01-10T20:37:58.740Z] ---> 3c110520dfa1 [2023-01-10T20:37:58.740Z] Step 6/23 : COPY go.mod vendor* ./ [2023-01-10T20:37:58.740Z] ---> Using cache [2023-01-10T20:37:58.740Z] ---> 5ca1aadc2aad [2023-01-10T20:37:58.740Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-10T20:37:58.740Z] ---> Using cache [2023-01-10T20:37:58.740Z] ---> f8eb1c6e00c1 [2023-01-10T20:37:58.740Z] Step 8/23 : COPY . . [2023-01-10T20:37:58.740Z] ---> Using cache [2023-01-10T20:37:58.740Z] ---> 8696746609ca [2023-01-10T20:37:58.740Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-01-10T20:37:59.254Z] fc693d55d65f: Pull complete [2023-01-10T20:37:59.254Z] 7e9fc2657dce: Pull complete [2023-01-10T20:37:59.254Z] dda99020689f: Pull complete [2023-01-10T20:38:00.642Z] ---> Running in 95c7b5b45f23 [2023-01-10T20:38:00.642Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-01-10T20:38:05.945Z] db1c61fa0a46: Pull complete [2023-01-10T20:38:07.370Z] 891c053d2c06: Pull complete [2023-01-10T20:38:07.370Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-01-10T20:38:07.370Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-10T20:38:07.370Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-01-10T20:38:07.703Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-10T20:38:07.703Z] WORKDIR /edgex [2023-01-10T20:38:07.703Z] COPY go.mod . [2023-01-10T20:38:07.703Z] RUN go mod download [2023-01-10T20:38:07.703Z] + docker build -t ci-base-image-arm64 -f - . [2023-01-10T20:38:08.293Z] Sending build context to Docker daemon 3.136MB [2023-01-10T20:38:08.293Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-10T20:38:08.293Z] ---> f96f9c87975a [2023-01-10T20:38:08.293Z] Step 2/4 : WORKDIR /edgex [2023-01-10T20:38:10.247Z] ---> Running in 81caa99291c1 [2023-01-10T20:38:10.603Z] Removing intermediate container 9dade93bbce3 [2023-01-10T20:38:10.603Z] ---> 99bdaec37121 [2023-01-10T20:38:10.603Z] Step 7/24 : COPY . . [2023-01-10T20:38:10.832Z] Removing intermediate container 81caa99291c1 [2023-01-10T20:38:10.833Z] ---> 1971ffcd337d [2023-01-10T20:38:10.833Z] Step 3/4 : COPY go.mod . [2023-01-10T20:38:11.103Z] ---> 85f8517b4b61 [2023-01-10T20:38:11.103Z] Step 4/4 : RUN go mod download [2023-01-10T20:38:11.373Z] ---> Running in 908d49630571 [2023-01-10T20:38:15.858Z] Removing intermediate container cfe402e18b6c [2023-01-10T20:38:15.858Z] ---> 3cb2b0eb391d [2023-01-10T20:38:15.858Z] [2023-01-10T20:38:15.858Z] Step 10/22 : FROM alpine:3.16 [2023-01-10T20:38:15.858Z] ---> bfe296a52501 [2023-01-10T20:38:15.858Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-01-10T20:38:17.232Z] ---> Running in 3a1902c6ea4e [2023-01-10T20:38:17.232Z] ---> 31dc3b9ff607 [2023-01-10T20:38:17.232Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-10T20:38:17.490Z] Removing intermediate container 3a1902c6ea4e [2023-01-10T20:38:17.490Z] ---> 4c8f20dd31db [2023-01-10T20:38:17.490Z] Step 12/22 : ENV APP_PORT=59880 [2023-01-10T20:38:17.762Z] ---> Running in 092756d9d229 [2023-01-10T20:38:17.762Z] ---> Running in b4bc13ce4f27 [2023-01-10T20:38:18.054Z] Removing intermediate container 092756d9d229 [2023-01-10T20:38:18.054Z] ---> 623b1315e162 [2023-01-10T20:38:18.054Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-10T20:38:18.054Z] Removing intermediate container b4bc13ce4f27 [2023-01-10T20:38:18.054Z] ---> 4351b89f6811 [2023-01-10T20:38:18.054Z] Step 13/22 : EXPOSE $APP_PORT [2023-01-10T20:38:18.054Z] ---> Running in c496de2d2f02 [2023-01-10T20:38:18.312Z] ---> Running in 4d63bd652f32 [2023-01-10T20:38:18.568Z] Removing intermediate container c496de2d2f02 [2023-01-10T20:38:18.568Z] ---> d375452592ac [2023-01-10T20:38:18.568Z] 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-10T20:38:18.568Z] Removing intermediate container 4d63bd652f32 [2023-01-10T20:38:18.568Z] ---> f935962f6db2 [2023-01-10T20:38:18.568Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-01-10T20:38:18.568Z] ---> Running in 12f0970c4359 [2023-01-10T20:38:18.825Z] ---> Running in 15f1557eac54 [2023-01-10T20:38:19.082Z] Removing intermediate container 335d00d9b5b7 [2023-01-10T20:38:19.082Z] ---> cf0e859dc816 [2023-01-10T20:38:19.082Z] Step 7/21 : COPY . . [2023-01-10T20:38:19.082Z] Removing intermediate container b1b048820e59 [2023-01-10T20:38:19.082Z] ---> 8dbd0c6adac2 [2023-01-10T20:38:19.082Z] Step 8/22 : COPY . . [2023-01-10T20:38:19.340Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-10T20:38:19.598Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-10T20:38:19.857Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-10T20:38:19.857Z] Executing busybox-1.35.0-r17.trigger [2023-01-10T20:38:19.857Z] OK: 6 MiB in 15 packages [2023-01-10T20:38:22.387Z] Removing intermediate container 95c7b5b45f23 [2023-01-10T20:38:22.387Z] ---> 35a87021d78b [2023-01-10T20:38:22.387Z] [2023-01-10T20:38:22.387Z] Step 10/23 : FROM alpine:3.16 [2023-01-10T20:38:22.387Z] ---> bfe296a52501 [2023-01-10T20:38:22.387Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-01-10T20:38:22.387Z] ---> Using cache [2023-01-10T20:38:22.387Z] ---> 8568f7dfd42a [2023-01-10T20:38:22.387Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-10T20:38:22.387Z] ---> Using cache [2023-01-10T20:38:22.387Z] ---> b445b2306857 [2023-01-10T20:38:22.387Z] Step 13/23 : ENV APP_PORT=59882 [2023-01-10T20:38:22.644Z] Removing intermediate container 12f0970c4359 [2023-01-10T20:38:22.644Z] ---> da1cd07d67aa [2023-01-10T20:38:22.644Z] Step 11/24 : WORKDIR /edgex-go [2023-01-10T20:38:22.901Z] ---> Running in 091323f0ca57 [2023-01-10T20:38:22.901Z] Removing intermediate container 15f1557eac54 [2023-01-10T20:38:22.901Z] ---> f9babfbf55a2 [2023-01-10T20:38:22.901Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-10T20:38:22.901Z] ---> Running in 7709b2305f75 [2023-01-10T20:38:23.159Z] ---> 6b47c1ff137a [2023-01-10T20:38:23.159Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-01-10T20:38:23.159Z] Removing intermediate container 091323f0ca57 [2023-01-10T20:38:23.159Z] ---> 7c18a34f1be7 [2023-01-10T20:38:23.159Z] Step 14/23 : EXPOSE $APP_PORT [2023-01-10T20:38:23.159Z] ---> Running in 7e93f7362fab [2023-01-10T20:38:23.159Z] ---> e825d58dd093 [2023-01-10T20:38:23.159Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-01-10T20:38:23.416Z] Removing intermediate container 7709b2305f75 [2023-01-10T20:38:23.417Z] ---> 6997cfb28f6d [2023-01-10T20:38:23.417Z] [2023-01-10T20:38:23.417Z] Step 12/24 : FROM alpine:3.15 [2023-01-10T20:38:23.417Z] ---> c4fc93816858 [2023-01-10T20:38:23.417Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-10T20:38:23.417Z] ---> Using cache [2023-01-10T20:38:23.417Z] ---> e7c3fa8b44b2 [2023-01-10T20:38:23.417Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-10T20:38:23.417Z] ---> Using cache [2023-01-10T20:38:23.417Z] ---> 7a2599bc79ea [2023-01-10T20:38:23.417Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-01-10T20:38:23.417Z] ---> b6a5a549d403 [2023-01-10T20:38:23.417Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-01-10T20:38:23.417Z] ---> Running in 88fc8b4f720f [2023-01-10T20:38:23.417Z] ---> Running in b4c8baf24d13 [2023-01-10T20:38:23.417Z] Removing intermediate container 88fc8b4f720f [2023-01-10T20:38:23.417Z] ---> 9399ef3ce815 [2023-01-10T20:38:23.417Z] Step 15/23 : WORKDIR / [2023-01-10T20:38:23.685Z] ---> Running in 1ecb2294654e [2023-01-10T20:38:23.685Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-01-10T20:38:23.943Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-01-10T20:38:24.201Z] ---> 5f1f4c7b0a25 [2023-01-10T20:38:24.201Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-01-10T20:38:24.201Z] ---> 473a9492d6f6 [2023-01-10T20:38:24.201Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-10T20:38:24.201Z] Removing intermediate container 1ecb2294654e [2023-01-10T20:38:24.201Z] ---> 0cde5bec9578 [2023-01-10T20:38:24.201Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-10T20:38:24.459Z] ---> 1a743119079f [2023-01-10T20:38:24.459Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-01-10T20:38:24.459Z] ---> Running in 44c275046849 [2023-01-10T20:38:24.459Z] ---> 86b9071b51f9 [2023-01-10T20:38:24.459Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-01-10T20:38:24.716Z] Removing intermediate container 44c275046849 [2023-01-10T20:38:24.716Z] ---> 343d18165b30 [2023-01-10T20:38:24.716Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-10T20:38:24.716Z] ---> Running in a455505a146c [2023-01-10T20:38:25.289Z] Removing intermediate container a455505a146c [2023-01-10T20:38:25.289Z] ---> 5646717be949 [2023-01-10T20:38:25.289Z] Step 20/22 : LABEL arch=x86_64 [2023-01-10T20:38:25.567Z] ---> 0d1a1d516baa [2023-01-10T20:38:25.567Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-01-10T20:38:25.567Z] ---> Running in fca98740b0da [2023-01-10T20:38:25.825Z] Removing intermediate container fca98740b0da [2023-01-10T20:38:25.825Z] ---> 6b358cb7d420 [2023-01-10T20:38:25.825Z] Step 21/22 : LABEL git_sha=a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:38:25.825Z] ---> b7424d02c966 [2023-01-10T20:38:25.825Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-01-10T20:38:25.825Z] ---> Running in c2c667757dae [2023-01-10T20:38:25.825Z] ---> a64134eb7dbd [2023-01-10T20:38:25.825Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-01-10T20:38:25.825Z] ---> Running in b35a23a84c20 [2023-01-10T20:38:26.082Z] Removing intermediate container c2c667757dae [2023-01-10T20:38:26.082Z] ---> 45c88eb5b959 [2023-01-10T20:38:26.082Z] Step 22/22 : LABEL version=3.0.0-dev.13 [2023-01-10T20:38:26.082Z] ---> Running in feb13d8548eb [2023-01-10T20:38:26.082Z] Removing intermediate container b35a23a84c20 [2023-01-10T20:38:26.082Z] ---> 032a6f4072e1 [2023-01-10T20:38:26.082Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-10T20:38:26.082Z] ---> Running in a08749703fbe [2023-01-10T20:38:26.339Z] ---> 9bfee40a19bb [2023-01-10T20:38:26.339Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-01-10T20:38:26.339Z] Removing intermediate container feb13d8548eb [2023-01-10T20:38:26.339Z] ---> e13729c9239a [2023-01-10T20:38:26.339Z] [2023-01-10T20:38:26.339Z] Removing intermediate container a08749703fbe [2023-01-10T20:38:26.339Z] ---> 55b80840ceef [2023-01-10T20:38:26.339Z] Step 21/23 : LABEL arch=x86_64 [2023-01-10T20:38:26.339Z] Successfully built e13729c9239a [2023-01-10T20:38:26.339Z] Successfully tagged core-data:latest [2023-01-10T20:38:26.339Z]  Building core-data ... done Building security-spire-config [2023-01-10T20:38:26.339Z] ---> Running in ce66cf2f3e0a [2023-01-10T20:38:26.597Z] ---> 1d16bb4d07c2 [2023-01-10T20:38:26.597Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-01-10T20:38:27.164Z] Removing intermediate container ce66cf2f3e0a [2023-01-10T20:38:27.164Z] ---> 80859047e054 [2023-01-10T20:38:27.164Z] Step 22/23 : LABEL git_sha=a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:38:28.099Z] ---> 60f5b1f5ca3a [2023-01-10T20:38:28.099Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-10T20:38:28.357Z] ---> Running in 763daeb921bf [2023-01-10T20:38:28.357Z] ---> Running in 138d60a2e780 [2023-01-10T20:38:28.357Z] Removing intermediate container 763daeb921bf [2023-01-10T20:38:28.357Z] ---> 3db4191fbbfe [2023-01-10T20:38:28.357Z] Step 23/23 : LABEL version=3.0.0-dev.13 [2023-01-10T20:38:28.615Z] ---> Running in 5681551ba79f [2023-01-10T20:38:28.615Z] Removing intermediate container 138d60a2e780 [2023-01-10T20:38:28.615Z] ---> 460f3128106e [2023-01-10T20:38:28.615Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-10T20:38:28.874Z] ---> Running in b4048e98d3f6 [2023-01-10T20:38:28.874Z] Removing intermediate container 5681551ba79f [2023-01-10T20:38:28.874Z] ---> be4c87f20544 [2023-01-10T20:38:28.874Z] [2023-01-10T20:38:28.874Z] Successfully built be4c87f20544 [2023-01-10T20:38:28.874Z] Successfully tagged core-command:latest [2023-01-10T20:38:28.874Z]  Building core-command ... done Building core-metadata [2023-01-10T20:38:29.133Z] Removing intermediate container b4048e98d3f6 [2023-01-10T20:38:29.133Z] ---> db5de8713bfb [2023-01-10T20:38:29.133Z] Step 22/24 : LABEL arch=x86_64 [2023-01-10T20:38:30.067Z] ---> Running in 6286537b7839 [2023-01-10T20:38:30.067Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-10T20:38:30.067Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-10T20:38:30.067Z] ---> e0324446142e [2023-01-10T20:38:30.067Z] Step 3/24 : WORKDIR /edgex-go [2023-01-10T20:38:30.067Z] ---> Using cache [2023-01-10T20:38:30.067Z] ---> 45f84d4b40cc [2023-01-10T20:38:30.067Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-10T20:38:30.067Z] ---> Using cache [2023-01-10T20:38:30.067Z] ---> 9308e1c4f2d1 [2023-01-10T20:38:30.067Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-10T20:38:30.067Z] ---> Using cache [2023-01-10T20:38:30.067Z] ---> c7492ff5d6fc [2023-01-10T20:38:30.067Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-10T20:38:30.067Z] ---> Using cache [2023-01-10T20:38:30.067Z] ---> 99bdaec37121 [2023-01-10T20:38:30.067Z] Step 7/24 : COPY . . [2023-01-10T20:38:30.067Z] ---> Using cache [2023-01-10T20:38:30.067Z] ---> 31dc3b9ff607 [2023-01-10T20:38:30.067Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-10T20:38:30.067Z] ---> Using cache [2023-01-10T20:38:30.067Z] ---> 623b1315e162 [2023-01-10T20:38:30.067Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-10T20:38:30.067Z] ---> Using cache [2023-01-10T20:38:30.067Z] ---> d375452592ac [2023-01-10T20:38:30.067Z] 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-10T20:38:30.067Z] ---> Using cache [2023-01-10T20:38:30.067Z] ---> da1cd07d67aa [2023-01-10T20:38:30.067Z] Step 11/24 : WORKDIR /edgex-go [2023-01-10T20:38:30.067Z] ---> Using cache [2023-01-10T20:38:30.067Z] ---> 6997cfb28f6d [2023-01-10T20:38:30.067Z] [2023-01-10T20:38:30.067Z] Step 12/24 : FROM alpine:3.15 [2023-01-10T20:38:30.067Z] ---> c4fc93816858 [2023-01-10T20:38:30.067Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-10T20:38:30.067Z] ---> Using cache [2023-01-10T20:38:30.067Z] ---> e7c3fa8b44b2 [2023-01-10T20:38:30.067Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-01-10T20:38:31.000Z] ---> Running in d3a18374a60c [2023-01-10T20:38:31.000Z] Removing intermediate container 6286537b7839 [2023-01-10T20:38:31.000Z] ---> 97af01fe6192 [2023-01-10T20:38:31.000Z] Step 23/24 : LABEL git_sha=a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:38:31.259Z] ---> Running in 246ebeb09af5 [2023-01-10T20:38:31.824Z] Removing intermediate container 246ebeb09af5 [2023-01-10T20:38:31.824Z] ---> 1c943bfcc1d0 [2023-01-10T20:38:31.824Z] Step 24/24 : LABEL version=3.0.0-dev.13 [2023-01-10T20:38:31.824Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-10T20:38:32.083Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-10T20:38:32.083Z] ---> Running in e382eca3a29c [2023-01-10T20:38:32.341Z] v3.15.6-242-g9cfdeb1de4 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-10T20:38:32.341Z] v3.15.6-237-g9ae8855cb5 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-10T20:38:32.341Z] OK: 15859 distinct packages available [2023-01-10T20:38:32.341Z] Removing intermediate container e382eca3a29c [2023-01-10T20:38:32.341Z] ---> c6d0f2169340 [2023-01-10T20:38:32.341Z] [2023-01-10T20:38:32.341Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-10T20:38:32.599Z] Successfully built c6d0f2169340 [2023-01-10T20:38:32.599Z] Successfully tagged security-spire-agent:latest [2023-01-10T20:38:32.599Z]  Building security-spire-agent ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-10T20:38:32.599Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-10T20:38:32.599Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-10T20:38:32.599Z] ---> e0324446142e [2023-01-10T20:38:32.599Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-01-10T20:38:32.599Z] ---> Using cache [2023-01-10T20:38:32.599Z] ---> 549cdda76a08 [2023-01-10T20:38:32.599Z] Step 4/24 : WORKDIR /edgex-go [2023-01-10T20:38:32.599Z] ---> Using cache [2023-01-10T20:38:32.599Z] ---> 26c73831e152 [2023-01-10T20:38:32.599Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-01-10T20:38:32.599Z] ---> Using cache [2023-01-10T20:38:32.599Z] ---> 3c110520dfa1 [2023-01-10T20:38:32.599Z] Step 6/24 : COPY go.mod vendor* ./ [2023-01-10T20:38:32.599Z] ---> Using cache [2023-01-10T20:38:32.599Z] ---> 5ca1aadc2aad [2023-01-10T20:38:32.599Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-10T20:38:32.599Z] ---> Using cache [2023-01-10T20:38:32.599Z] ---> f8eb1c6e00c1 [2023-01-10T20:38:32.599Z] Step 8/24 : COPY . . [2023-01-10T20:38:32.599Z] ---> Using cache [2023-01-10T20:38:32.599Z] ---> 8696746609ca [2023-01-10T20:38:32.599Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-01-10T20:38:32.856Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-01-10T20:38:32.856Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-01-10T20:38:32.856Z] (3/4) Installing libucontext (1.1-r0) [2023-01-10T20:38:32.856Z] (4/4) Installing gcompat (1.0.0-r4) [2023-01-10T20:38:32.856Z] Executing busybox-1.34.1-r7.trigger [2023-01-10T20:38:32.856Z] OK: 6 MiB in 18 packages [2023-01-10T20:38:33.113Z] ---> Running in 4c2d5a7596b4 [2023-01-10T20:38:33.680Z] Removing intermediate container d3a18374a60c [2023-01-10T20:38:33.680Z] ---> 96252d7069f9 [2023-01-10T20:38:33.680Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-10T20:38:33.940Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-01-10T20:38:35.842Z] ---> 816a3d4b0f22 [2023-01-10T20:38:35.842Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-01-10T20:38:36.101Z] ---> d44d12f4e269 [2023-01-10T20:38:36.101Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-01-10T20:38:36.359Z] ---> Running in 7c42fc2761c9 [2023-01-10T20:38:36.627Z] Removing intermediate container 7c42fc2761c9 [2023-01-10T20:38:36.627Z] ---> 3a672ca42b8d [2023-01-10T20:38:36.627Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-01-10T20:38:36.886Z] ---> fb5782c2b688 [2023-01-10T20:38:36.886Z] Step 19/24 : WORKDIR / [2023-01-10T20:38:36.886Z] ---> Running in 8af636e05334 [2023-01-10T20:38:37.145Z] Removing intermediate container 8af636e05334 [2023-01-10T20:38:37.145Z] ---> e2858ecec32b [2023-01-10T20:38:37.145Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-10T20:38:37.145Z] ---> Running in 3fec67540660 [2023-01-10T20:38:37.403Z] Removing intermediate container 3fec67540660 [2023-01-10T20:38:37.403Z] ---> 3e3eebdc4bb6 [2023-01-10T20:38:37.403Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-10T20:38:37.403Z] ---> Running in db086ea35ef4 [2023-01-10T20:38:37.661Z] Removing intermediate container db086ea35ef4 [2023-01-10T20:38:37.661Z] ---> 3a76b4932162 [2023-01-10T20:38:37.661Z] Step 22/24 : LABEL arch=x86_64 [2023-01-10T20:38:37.925Z] ---> Running in e4ffb585ccd7 [2023-01-10T20:38:38.181Z] Removing intermediate container e4ffb585ccd7 [2023-01-10T20:38:38.181Z] ---> 28f4b16f45e8 [2023-01-10T20:38:38.181Z] Step 23/24 : LABEL git_sha=a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:38:38.181Z] ---> Running in cce800df0899 [2023-01-10T20:38:38.473Z] Removing intermediate container cce800df0899 [2023-01-10T20:38:38.474Z] ---> 85f7f0650cf9 [2023-01-10T20:38:38.474Z] Step 24/24 : LABEL version=3.0.0-dev.13 [2023-01-10T20:38:38.732Z] ---> Running in e29775fe7c33 [2023-01-10T20:38:38.990Z] Removing intermediate container e29775fe7c33 [2023-01-10T20:38:38.991Z] ---> 83fc9b10addd [2023-01-10T20:38:38.991Z] [2023-01-10T20:38:38.991Z] Successfully built 83fc9b10addd [2023-01-10T20:38:38.991Z] Successfully tagged security-spire-config:latest [2023-01-10T20:38:43.695Z] Removing intermediate container 908d49630571 [2023-01-10T20:38:43.695Z] ---> 86b0b7e64176 [2023-01-10T20:38:43.695Z] Successfully built 86b0b7e64176 [2023-01-10T20:38:43.695Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:38:44.049Z] + docker inspect -f . ci-base-image-arm64 [2023-01-10T20:38:44.049Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-10T20:38:44.269Z] prd-ubuntu20.04-docker-arm64-4c-16g-1659 does not seem to be running inside a container [2023-01-10T20:38:44.358Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/367 -v /w/workspace/edgex-go/367:/w/workspace/edgex-go/367:rw,z -v /w/workspace/edgex-go/367@tmp:/w/workspace/edgex-go/367@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-10T20:38:45.521Z] $ docker top 252ee9a247d30045b3c9c99d1fec330f3627d9db043dd51464ab6168a5862484 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-10T20:38:46.362Z] + go version [2023-01-10T20:38:46.362Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-01-10T20:38:46.389Z] $ docker stop --time=1 252ee9a247d30045b3c9c99d1fec330f3627d9db043dd51464ab6168a5862484 [2023-01-10T20:38:47.095Z]  Building security-spire-config ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-01-10T20:38:48.021Z] $ docker rm -f --volumes 252ee9a247d30045b3c9c99d1fec330f3627d9db043dd51464ab6168a5862484 [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-10T20:38:48.633Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-10T20:38:48.633Z] [2023-01-10T20:38:48.633Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:38:48.975Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-10T20:38:49.247Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-01-10T20:38:49.247Z] 29e5d40040c1: Pulling fs layer [2023-01-10T20:38:49.247Z] 1ce36da41761: Pulling fs layer [2023-01-10T20:38:49.247Z] 25b303627fd3: Pulling fs layer [2023-01-10T20:38:49.247Z] 29e5d40040c1: Download complete [2023-01-10T20:38:49.518Z] 1ce36da41761: Verifying Checksum [2023-01-10T20:38:49.518Z] 1ce36da41761: Download complete [2023-01-10T20:38:49.790Z] 29e5d40040c1: Pull complete [2023-01-10T20:38:51.209Z] 1ce36da41761: Pull complete [2023-01-10T20:38:51.209Z] 25b303627fd3: Verifying Checksum [2023-01-10T20:38:51.209Z] 25b303627fd3: Download complete [2023-01-10T20:38:52.351Z] Removing intermediate container 7e93f7362fab [2023-01-10T20:38:52.351Z] ---> c7a22cf8c0b5 [2023-01-10T20:38:52.351Z] [2023-01-10T20:38:52.351Z] Step 9/21 : FROM alpine:3.16 [2023-01-10T20:38:52.351Z] ---> bfe296a52501 [2023-01-10T20:38:52.351Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-01-10T20:38:52.351Z] ---> Running in c38d41dbfcfb [2023-01-10T20:38:52.351Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-10T20:38:52.351Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-10T20:38:52.351Z] (1/6) Installing ca-certificates (20220614-r0) [2023-01-10T20:38:52.351Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-01-10T20:38:52.351Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-01-10T20:38:52.351Z] (4/6) Installing libcurl (7.83.1-r5) [2023-01-10T20:38:52.351Z] (5/6) Installing curl (7.83.1-r5) [2023-01-10T20:38:52.351Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-01-10T20:38:52.351Z] Executing busybox-1.35.0-r17.trigger [2023-01-10T20:38:52.351Z] Executing ca-certificates-20220614-r0.trigger [2023-01-10T20:38:52.351Z] OK: 8 MiB in 20 packages [2023-01-10T20:38:53.724Z] Removing intermediate container c38d41dbfcfb [2023-01-10T20:38:53.724Z] ---> e75d7182fdc0 [2023-01-10T20:38:53.724Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-10T20:38:53.724Z] ---> Running in 30e3657cf48e [2023-01-10T20:38:53.985Z] Removing intermediate container 30e3657cf48e [2023-01-10T20:38:53.985Z] ---> e3c7fd16d5fe [2023-01-10T20:38:53.985Z] Step 12/21 : WORKDIR /edgex [2023-01-10T20:38:53.985Z] ---> Running in 14f6995b9ca9 [2023-01-10T20:38:54.552Z] Removing intermediate container 14f6995b9ca9 [2023-01-10T20:38:54.552Z] ---> b930a9eb9062 [2023-01-10T20:38:54.552Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-01-10T20:38:54.810Z] ---> 76b80047b949 [2023-01-10T20:38:54.810Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-01-10T20:38:55.745Z] ---> cf843a8d7772 [2023-01-10T20:38:55.745Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-01-10T20:38:55.745Z] Removing intermediate container b4c8baf24d13 [2023-01-10T20:38:55.745Z] ---> f987c6f224ce [2023-01-10T20:38:55.745Z] [2023-01-10T20:38:55.745Z] Step 10/22 : FROM alpine:3.16 [2023-01-10T20:38:55.745Z] ---> bfe296a52501 [2023-01-10T20:38:55.745Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-01-10T20:38:55.745Z] ---> Running in dbe8c254a232 [2023-01-10T20:38:56.002Z] ---> 5a09d00d251c [2023-01-10T20:38:56.002Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-01-10T20:38:56.261Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-10T20:38:56.261Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-10T20:38:56.519Z] ---> 374d21a80b39 [2023-01-10T20:38:56.519Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-10T20:38:56.519Z] ---> Running in 15d42dc01953 [2023-01-10T20:38:56.519Z] Removing intermediate container 4c2d5a7596b4 [2023-01-10T20:38:56.519Z] ---> c556cfbd08f6 [2023-01-10T20:38:56.519Z] [2023-01-10T20:38:56.519Z] Step 10/24 : FROM alpine:3.16 [2023-01-10T20:38:56.519Z] ---> bfe296a52501 [2023-01-10T20:38:56.519Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-01-10T20:38:56.519Z] ---> Using cache [2023-01-10T20:38:56.519Z] ---> 8568f7dfd42a [2023-01-10T20:38:56.519Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-10T20:38:56.519Z] ---> Using cache [2023-01-10T20:38:56.519Z] ---> b445b2306857 [2023-01-10T20:38:56.519Z] Step 13/24 : ENV APP_PORT=59881 [2023-01-10T20:38:56.519Z] (1/2) Installing ca-certificates (20220614-r0) [2023-01-10T20:38:56.519Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-01-10T20:38:56.519Z] Executing busybox-1.35.0-r17.trigger [2023-01-10T20:38:56.519Z] Executing ca-certificates-20220614-r0.trigger [2023-01-10T20:38:56.778Z] OK: 6 MiB in 16 packages [2023-01-10T20:38:56.778Z] ---> Running in 87f5bc930a55 [2023-01-10T20:38:56.778Z] Removing intermediate container 87f5bc930a55 [2023-01-10T20:38:56.778Z] ---> 4e22f42e1227 [2023-01-10T20:38:56.778Z] Step 14/24 : EXPOSE $APP_PORT [2023-01-10T20:38:57.037Z] ---> Running in 2b65e0ab7752 [2023-01-10T20:38:57.037Z] Removing intermediate container 2b65e0ab7752 [2023-01-10T20:38:57.037Z] ---> d37f5b4691f3 [2023-01-10T20:38:57.037Z] Step 15/24 : WORKDIR / [2023-01-10T20:38:57.037Z] ---> Running in ed1102872a58 [2023-01-10T20:38:57.297Z] Removing intermediate container 15d42dc01953 [2023-01-10T20:38:57.297Z] ---> 7136d9afbb0b [2023-01-10T20:38:57.297Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-01-10T20:38:57.297Z] Removing intermediate container ed1102872a58 [2023-01-10T20:38:57.297Z] ---> a37c96b7ab68 [2023-01-10T20:38:57.297Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-10T20:38:57.297Z] ---> Running in 0f52a0f67d27 [2023-01-10T20:38:57.297Z] Removing intermediate container dbe8c254a232 [2023-01-10T20:38:57.297Z] ---> 60e42b3e959f [2023-01-10T20:38:57.297Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-10T20:38:57.297Z] ---> Running in 5893196f8a51 [2023-01-10T20:38:57.297Z] Removing intermediate container 0f52a0f67d27 [2023-01-10T20:38:57.297Z] ---> 0a33dcd43647 [2023-01-10T20:38:57.297Z] Step 19/21 : LABEL arch=x86_64 [2023-01-10T20:38:57.556Z] ---> Running in afca31d596d3 [2023-01-10T20:38:57.556Z] ---> db47753daf19 [2023-01-10T20:38:57.556Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-01-10T20:38:57.556Z] Removing intermediate container 5893196f8a51 [2023-01-10T20:38:57.556Z] ---> 0d34996d89f1 [2023-01-10T20:38:57.556Z] Step 13/22 : ENV APP_PORT=59860 [2023-01-10T20:38:57.556Z] ---> Running in 1fc221b0ffef [2023-01-10T20:38:57.556Z] Removing intermediate container afca31d596d3 [2023-01-10T20:38:57.556Z] ---> b2a3014e5590 [2023-01-10T20:38:57.556Z] Step 20/21 : LABEL git_sha=a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:38:57.556Z] ---> Running in 2b191789be7e [2023-01-10T20:38:57.556Z] Removing intermediate container 1fc221b0ffef [2023-01-10T20:38:57.556Z] ---> 837e1c515a25 [2023-01-10T20:38:57.556Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-10T20:38:57.814Z] ---> Running in ba7cebe58271 [2023-01-10T20:38:57.814Z] Removing intermediate container 2b191789be7e [2023-01-10T20:38:57.814Z] ---> 5e508c9652fa [2023-01-10T20:38:57.814Z] Step 21/21 : LABEL version=3.0.0-dev.13 [2023-01-10T20:38:57.814Z] Removing intermediate container ba7cebe58271 [2023-01-10T20:38:57.814Z] ---> e9d535c1b35b [2023-01-10T20:38:57.814Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-10T20:38:57.814Z] ---> Running in e4e80bf83a8a [2023-01-10T20:38:57.814Z] ---> e9e1be90201a [2023-01-10T20:38:57.814Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-01-10T20:38:58.074Z] Removing intermediate container e4e80bf83a8a [2023-01-10T20:38:58.074Z] ---> bdb399540497 [2023-01-10T20:38:58.074Z] [2023-01-10T20:38:58.074Z] ---> d0f2ee9f695b [2023-01-10T20:38:58.074Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-01-10T20:38:58.074Z] Successfully built bdb399540497 [2023-01-10T20:38:58.074Z] Successfully tagged security-proxy-setup:latest [2023-01-10T20:38:58.074Z]  Building security-proxy-setup ... done  ---> d6facd78a18e [2023-01-10T20:38:58.074Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-01-10T20:38:58.334Z] ---> 86df117f089a [2023-01-10T20:38:58.334Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-01-10T20:38:58.334Z] ---> Running in 3a5444319fc7 [2023-01-10T20:38:58.593Z] ---> 3c6ff9f42afc [2023-01-10T20:38:58.593Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-01-10T20:38:58.593Z] Removing intermediate container 3a5444319fc7 [2023-01-10T20:38:58.593Z] ---> 3f8c29a84545 [2023-01-10T20:38:58.593Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-10T20:38:58.593Z] ---> Running in aa583cb4603e [2023-01-10T20:38:58.851Z] Removing intermediate container aa583cb4603e [2023-01-10T20:38:58.851Z] ---> d80e688e0e3c [2023-01-10T20:38:58.851Z] Step 22/24 : LABEL arch=x86_64 [2023-01-10T20:38:58.851Z] ---> 49e55a502720 [2023-01-10T20:38:58.851Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-01-10T20:38:58.851Z] ---> Running in 743c923123e5 [2023-01-10T20:38:58.851Z] ---> Running in 559450c405ca [2023-01-10T20:38:58.851Z] Removing intermediate container 743c923123e5 [2023-01-10T20:38:58.851Z] ---> 650962146c3f [2023-01-10T20:38:58.851Z] Step 23/24 : LABEL git_sha=a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:38:58.851Z] Removing intermediate container 559450c405ca [2023-01-10T20:38:58.851Z] ---> fb22fbf6af13 [2023-01-10T20:38:58.851Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-10T20:38:58.851Z] ---> Running in d35cc9067221 [2023-01-10T20:38:58.851Z] ---> Running in 144e8009e70e [2023-01-10T20:38:59.111Z] Removing intermediate container d35cc9067221 [2023-01-10T20:38:59.111Z] ---> c58c4b9dcf22 [2023-01-10T20:38:59.111Z] Step 24/24 : LABEL version=3.0.0-dev.13 [2023-01-10T20:38:59.111Z] Removing intermediate container 144e8009e70e [2023-01-10T20:38:59.111Z] ---> 8a0d51612ba3 [2023-01-10T20:38:59.111Z] Step 20/22 : LABEL arch=x86_64 [2023-01-10T20:38:59.111Z] ---> Running in 3f08294dc9ce [2023-01-10T20:38:59.111Z] ---> Running in d65393e2f22f [2023-01-10T20:38:59.111Z] Removing intermediate container 3f08294dc9ce [2023-01-10T20:38:59.111Z] ---> 2ac2f1c3717e [2023-01-10T20:38:59.111Z] [2023-01-10T20:38:59.111Z] Removing intermediate container d65393e2f22f [2023-01-10T20:38:59.111Z] ---> 48bffc41eeb0 [2023-01-10T20:38:59.111Z] Step 21/22 : LABEL git_sha=a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:38:59.370Z] ---> Running in c20de275b969 [2023-01-10T20:38:59.370Z] Successfully built 2ac2f1c3717e [2023-01-10T20:38:59.370Z] Successfully tagged core-metadata:latest [2023-01-10T20:38:59.370Z]  Building core-metadata ... done Removing intermediate container c20de275b969 [2023-01-10T20:38:59.370Z] ---> b02a97fabe27 [2023-01-10T20:38:59.370Z] Step 22/22 : LABEL version=3.0.0-dev.13 [2023-01-10T20:38:59.370Z] ---> Running in c6e885cc7b8e [2023-01-10T20:38:59.370Z] Removing intermediate container c6e885cc7b8e [2023-01-10T20:38:59.370Z] ---> ba17f4491542 [2023-01-10T20:38:59.370Z] [2023-01-10T20:38:59.630Z] Successfully built ba17f4491542 [2023-01-10T20:38:59.630Z] Successfully tagged support-notifications:latest [2023-01-10T20:38:59.636Z]  Building support-notifications ... done  [Pipeline] } [2023-01-10T20:38:59.643Z] $ docker stop --time=1 5ec2ccb2137083ffce9a6ef53fe4742a54c48579cce823b7a0fb9c93366ebb8d [2023-01-10T20:39:00.917Z] $ docker rm -f --volumes 5ec2ccb2137083ffce9a6ef53fe4742a54c48579cce823b7a0fb9c93366ebb8d [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-10T20:39:01.245Z] + docker images [2023-01-10T20:39:01.245Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-01-10T20:39:01.245Z] core-metadata latest 2ac2f1c3717e 2 seconds ago 18.5MB [2023-01-10T20:39:01.245Z] support-notifications latest ba17f4491542 2 seconds ago 30.6MB [2023-01-10T20:39:01.245Z] security-proxy-setup latest bdb399540497 4 seconds ago 27.7MB [2023-01-10T20:39:01.245Z] c556cfbd08f6 5 seconds ago 1.68GB [2023-01-10T20:39:01.245Z] f987c6f224ce 6 seconds ago 1.74GB [2023-01-10T20:39:01.245Z] c7a22cf8c0b5 11 seconds ago 1.66GB [2023-01-10T20:39:01.245Z] security-spire-config latest 83fc9b10addd 23 seconds ago 85.8MB [2023-01-10T20:39:01.245Z] security-spire-agent latest c6d0f2169340 29 seconds ago 125MB [2023-01-10T20:39:01.245Z] core-command latest be4c87f20544 33 seconds ago 17.7MB [2023-01-10T20:39:01.245Z] core-data latest e13729c9239a 35 seconds ago 17.9MB [2023-01-10T20:39:01.245Z] 6997cfb28f6d 38 seconds ago 1.54GB [2023-01-10T20:39:01.245Z] 35a87021d78b 40 seconds ago 1.67GB [2023-01-10T20:39:01.245Z] 3cb2b0eb391d 50 seconds ago 1.68GB [2023-01-10T20:39:01.245Z] security-bootstrapper latest 646dca16e0df About a minute ago 20.3MB [2023-01-10T20:39:01.245Z] security-secretstore-setup latest 758f375bd0f1 About a minute ago 29.9MB [2023-01-10T20:39:01.245Z] support-scheduler latest d74a1a6bd59e About a minute ago 30MB [2023-01-10T20:39:01.245Z] security-spiffe-token-provider latest d2fe0cb596a1 About a minute ago 29.8MB [2023-01-10T20:39:01.245Z] 0cf1f8c9e37f About a minute ago 1.74GB [2023-01-10T20:39:01.245Z] ef5083032ce8 About a minute ago 1.71GB [2023-01-10T20:39:01.245Z] ab6de1def730 About a minute ago 1.66GB [2023-01-10T20:39:01.245Z] ada335bfa985 About a minute ago 1.67GB [2023-01-10T20:39:01.245Z] security-spire-server latest 80a861602e15 About a minute ago 86.5MB [2023-01-10T20:39:01.245Z] 138aa6bde602 About a minute ago 1.54GB [2023-01-10T20:39:01.245Z] ci-base-image-x86_64 latest e0324446142e 4 minutes ago 904MB [2023-01-10T20:39:01.245Z] alpine 3.16 bfe296a52501 8 weeks ago 5.54MB [2023-01-10T20:39:01.245Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 2 months ago 683MB [2023-01-10T20:39:01.245Z] alpine 3.15 c4fc93816858 5 months ago 5.59MB [2023-01-10T20:39:01.245Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 6 months ago 253MB [2023-01-10T20:39:01.245Z] 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) [2023-01-10T20:39:01.310Z] 25b303627fd3: Pull complete [2023-01-10T20:39:01.310Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-01-10T20:39:01.310Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-10T20:39:01.310Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-10T20:39:01.504Z] prd-ubuntu20.04-docker-arm64-4c-16g-1659 does not seem to be running inside a container [2023-01-10T20:39:01.578Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/367 -v /w/workspace/edgex-go/367:/w/workspace/edgex-go/367:rw,z -v /w/workspace/edgex-go/367@tmp:/w/workspace/edgex-go/367@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-10T20:39:03.890Z] $ docker top 46b675d05fbad57e350b2d0b365c6f9cc35b7ad4ec3158a5829025327db82bf1 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-10T20:39:04.186Z] provisioning config files... [2023-01-10T20:39:04.195Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/367@tmp/config6994338753714275001tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-10T20:39:04.492Z] ---> docker-login.sh [2023-01-10T20:39:04.492Z] nexus3.edgexfoundry.org:10001 [2023-01-10T20:39:04.492Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T20:39:04.492Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T20:39:04.492Z] Configure a credential helper to remove this warning. See [2023-01-10T20:39:04.492Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T20:39:04.492Z] [2023-01-10T20:39:04.492Z] Login Succeeded [2023-01-10T20:39:04.492Z] nexus3.edgexfoundry.org:10002 [2023-01-10T20:39:04.492Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T20:39:04.492Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T20:39:04.492Z] Configure a credential helper to remove this warning. See [2023-01-10T20:39:04.492Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T20:39:04.492Z] [2023-01-10T20:39:04.492Z] Login Succeeded [2023-01-10T20:39:04.492Z] nexus3.edgexfoundry.org:10003 [2023-01-10T20:39:04.728Z] + docker-compose build --help [2023-01-10T20:39:04.728Z] + grep parallel [2023-01-10T20:39:04.752Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T20:39:04.752Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T20:39:04.752Z] Configure a credential helper to remove this warning. See [2023-01-10T20:39:04.752Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T20:39:04.752Z] [2023-01-10T20:39:04.752Z] Login Succeeded [2023-01-10T20:39:04.752Z] nexus3.edgexfoundry.org:10004 [2023-01-10T20:39:04.752Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T20:39:04.752Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T20:39:04.752Z] Configure a credential helper to remove this warning. See [2023-01-10T20:39:04.752Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T20:39:04.752Z] [2023-01-10T20:39:04.752Z] Login Succeeded [2023-01-10T20:39:04.752Z] docker.io [2023-01-10T20:39:05.012Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T20:39:05.271Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T20:39:05.271Z] Configure a credential helper to remove this warning. See [2023-01-10T20:39:05.271Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T20:39:05.271Z] [2023-01-10T20:39:05.271Z] Login Succeeded [2023-01-10T20:39:05.271Z] ---> docker-login.sh ends [Pipeline] } [2023-01-10T20:39:05.278Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-10T20:39:05.312Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-10T20:39:05.335Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2023-01-10T20:39:05.335Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:39:05.335Z] latest [2023-01-10T20:39:05.335Z] 3.0.0-dev.13 [2023-01-10T20:39:05.335Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T20:39:05.335Z] main [2023-01-10T20:39:05.335Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:05.679Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:a23f936fb69ac20a7cf7db96067897b5bcb7663c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:05.995Z] + docker push nexus3.edgexfoundry.org:10004/core-command:a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:39:05.995Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-01-10T20:39:05.995Z] 6a76a2ce0ca7: Preparing [2023-01-10T20:39:05.995Z] 8d39a2d71550: Preparing [2023-01-10T20:39:05.995Z] c480c8f1d0a8: Preparing [2023-01-10T20:39:05.995Z] cc7ce0f706c1: Preparing [2023-01-10T20:39:05.995Z] e5e13b0c77cb: Preparing [2023-01-10T20:39:05.995Z] e5e13b0c77cb: Layer already exists [2023-01-10T20:39:05.995Z] 6a76a2ce0ca7: Pushed [2023-01-10T20:39:05.995Z] c480c8f1d0a8: Pushed [2023-01-10T20:39:05.995Z] cc7ce0f706c1: Pushed [2023-01-10T20:39:07.373Z] 8d39a2d71550: Pushed [2023-01-10T20:39:07.373Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c: digest: sha256:71d529a5fe19eaf15eeb7f1155412af58596a3b1ef8f56150d3c9a229db874eb size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:07.692Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:08.011Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2023-01-10T20:39:08.011Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-01-10T20:39:08.011Z] 6a76a2ce0ca7: Preparing [2023-01-10T20:39:08.011Z] 8d39a2d71550: Preparing [2023-01-10T20:39:08.011Z] c480c8f1d0a8: Preparing [2023-01-10T20:39:08.011Z] cc7ce0f706c1: Preparing [2023-01-10T20:39:08.011Z] e5e13b0c77cb: Preparing [2023-01-10T20:39:08.011Z] cc7ce0f706c1: Layer already exists [2023-01-10T20:39:08.011Z] 6a76a2ce0ca7: Layer already exists [2023-01-10T20:39:08.011Z] 8d39a2d71550: Layer already exists [2023-01-10T20:39:08.011Z] e5e13b0c77cb: Layer already exists [2023-01-10T20:39:08.011Z] c480c8f1d0a8: Layer already exists [2023-01-10T20:39:08.011Z] latest: digest: sha256:71d529a5fe19eaf15eeb7f1155412af58596a3b1ef8f56150d3c9a229db874eb size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:08.329Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:08.640Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.13 [2023-01-10T20:39:08.640Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-01-10T20:39:08.640Z] 6a76a2ce0ca7: Preparing [2023-01-10T20:39:08.640Z] 8d39a2d71550: Preparing [2023-01-10T20:39:08.640Z] c480c8f1d0a8: Preparing [2023-01-10T20:39:08.640Z] cc7ce0f706c1: Preparing [2023-01-10T20:39:08.640Z] e5e13b0c77cb: Preparing [2023-01-10T20:39:08.640Z] 6a76a2ce0ca7: Layer already exists [2023-01-10T20:39:08.640Z] c480c8f1d0a8: Layer already exists [2023-01-10T20:39:08.640Z] cc7ce0f706c1: Layer already exists [2023-01-10T20:39:08.640Z] 8d39a2d71550: Layer already exists [2023-01-10T20:39:08.640Z] e5e13b0c77cb: Layer already exists [2023-01-10T20:39:08.640Z] 3.0.0-dev.13: digest: sha256:71d529a5fe19eaf15eeb7f1155412af58596a3b1ef8f56150d3c9a229db874eb size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:08.943Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:09.249Z] + docker push nexus3.edgexfoundry.org:10004/core-command:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T20:39:09.249Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-01-10T20:39:09.249Z] 6a76a2ce0ca7: Preparing [2023-01-10T20:39:09.249Z] 8d39a2d71550: Preparing [2023-01-10T20:39:09.249Z] c480c8f1d0a8: Preparing [2023-01-10T20:39:09.249Z] cc7ce0f706c1: Preparing [2023-01-10T20:39:09.249Z] e5e13b0c77cb: Preparing [2023-01-10T20:39:09.249Z] c480c8f1d0a8: Layer already exists [2023-01-10T20:39:09.249Z] cc7ce0f706c1: Layer already exists [2023-01-10T20:39:09.249Z] 8d39a2d71550: Layer already exists [2023-01-10T20:39:09.249Z] 6a76a2ce0ca7: Layer already exists [2023-01-10T20:39:09.249Z] e5e13b0c77cb: Layer already exists [2023-01-10T20:39:09.249Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13: digest: sha256:71d529a5fe19eaf15eeb7f1155412af58596a3b1ef8f56150d3c9a229db874eb size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:09.555Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:09.867Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2023-01-10T20:39:09.867Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-01-10T20:39:09.867Z] 6a76a2ce0ca7: Preparing [2023-01-10T20:39:09.867Z] 8d39a2d71550: Preparing [2023-01-10T20:39:09.867Z] c480c8f1d0a8: Preparing [2023-01-10T20:39:09.867Z] cc7ce0f706c1: Preparing [2023-01-10T20:39:09.867Z] e5e13b0c77cb: Preparing [2023-01-10T20:39:09.867Z] e5e13b0c77cb: Layer already exists [2023-01-10T20:39:09.867Z] cc7ce0f706c1: Layer already exists [2023-01-10T20:39:09.867Z] c480c8f1d0a8: Layer already exists [2023-01-10T20:39:09.867Z] 6a76a2ce0ca7: Layer already exists [2023-01-10T20:39:09.867Z] 8d39a2d71550: Layer already exists [2023-01-10T20:39:09.867Z] main: digest: sha256:71d529a5fe19eaf15eeb7f1155412af58596a3b1ef8f56150d3c9a229db874eb size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-10T20:39:09.918Z] ===================================================== [Pipeline] echo [2023-01-10T20:39:09.927Z] taggedImages: [2023-01-10T20:39:09.927Z] - nexus3.edgexfoundry.org:10004/core-command:a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:39:09.927Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2023-01-10T20:39:09.927Z] - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.13 [2023-01-10T20:39:09.927Z] - nexus3.edgexfoundry.org:10004/core-command:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T20:39:09.927Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2023-01-10T20:39:09.948Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2023-01-10T20:39:09.948Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:39:09.948Z] latest [2023-01-10T20:39:09.948Z] 3.0.0-dev.13 [2023-01-10T20:39:09.948Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T20:39:09.948Z] main [2023-01-10T20:39:09.948Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:10.085Z] --parallel Build images in parallel. [Pipeline] } [2023-01-10T20:39:10.108Z] $ docker stop --time=1 46b675d05fbad57e350b2d0b365c6f9cc35b7ad4ec3158a5829025327db82bf1 [2023-01-10T20:39:10.265Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:39:11.748Z] $ docker rm -f --volumes 46b675d05fbad57e350b2d0b365c6f9cc35b7ad4ec3158a5829025327db82bf1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:12.206Z] + docker push nexus3.edgexfoundry.org:10004/core-data:a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:39:12.206Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-01-10T20:39:12.206Z] 6eb7306ff87a: Preparing [2023-01-10T20:39:12.206Z] 0dff9597b28d: Preparing [2023-01-10T20:39:12.206Z] c480c8f1d0a8: Preparing [2023-01-10T20:39:12.206Z] 7329ab58659c: Preparing [2023-01-10T20:39:12.206Z] e5e13b0c77cb: Preparing [2023-01-10T20:39:12.206Z] c480c8f1d0a8: Layer already exists [2023-01-10T20:39:12.206Z] e5e13b0c77cb: Layer already exists [2023-01-10T20:39:12.206Z] 6eb7306ff87a: Pushed [2023-01-10T20:39:12.206Z] 7329ab58659c: Pushed [2023-01-10T20:39:12.348Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-10T20:39:12.348Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-10T20:39:12.532Z] prd-ubuntu20.04-docker-arm64-4c-16g-1659 does not seem to be running inside a container [2023-01-10T20:39:12.602Z] $ 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/367 -v /w/workspace/edgex-go/367:/w/workspace/edgex-go/367:rw,z -v /w/workspace/edgex-go/367@tmp:/w/workspace/edgex-go/367@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-10T20:39:13.582Z] 0dff9597b28d: Pushed [2023-01-10T20:39:13.582Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c: digest: sha256:53234aeb57d2f0f81155335b4bb04a999313cf0b49c292b5e806d4d53bd2408b size: 1364 [2023-01-10T20:39:13.728Z] $ docker top c5ef5619db11a973e45e0180239ce46e03cd82bcf9dffc53dd314c4f9b892f2d -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:14.280Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:14.558Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-01-10T20:39:14.583Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2023-01-10T20:39:14.583Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-01-10T20:39:14.583Z] 6eb7306ff87a: Preparing [2023-01-10T20:39:14.583Z] 0dff9597b28d: Preparing [2023-01-10T20:39:14.583Z] c480c8f1d0a8: Preparing [2023-01-10T20:39:14.583Z] 7329ab58659c: Preparing [2023-01-10T20:39:14.583Z] e5e13b0c77cb: Preparing [2023-01-10T20:39:14.583Z] e5e13b0c77cb: Layer already exists [2023-01-10T20:39:14.583Z] c480c8f1d0a8: Layer already exists [2023-01-10T20:39:14.583Z] 7329ab58659c: Layer already exists [2023-01-10T20:39:14.583Z] 0dff9597b28d: Layer already exists [2023-01-10T20:39:14.583Z] 6eb7306ff87a: Layer already exists [2023-01-10T20:39:14.583Z] latest: digest: sha256:53234aeb57d2f0f81155335b4bb04a999313cf0b49c292b5e806d4d53bd2408b size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:14.890Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:15.192Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.13 [2023-01-10T20:39:15.192Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-01-10T20:39:15.192Z] 6eb7306ff87a: Preparing [2023-01-10T20:39:15.192Z] 0dff9597b28d: Preparing [2023-01-10T20:39:15.192Z] c480c8f1d0a8: Preparing [2023-01-10T20:39:15.192Z] 7329ab58659c: Preparing [2023-01-10T20:39:15.192Z] e5e13b0c77cb: Preparing [2023-01-10T20:39:15.192Z] 7329ab58659c: Layer already exists [2023-01-10T20:39:15.192Z] e5e13b0c77cb: Layer already exists [2023-01-10T20:39:15.192Z] 6eb7306ff87a: Layer already exists [2023-01-10T20:39:15.192Z] c480c8f1d0a8: Layer already exists [2023-01-10T20:39:15.192Z] 0dff9597b28d: Layer already exists [2023-01-10T20:39:15.192Z] 3.0.0-dev.13: digest: sha256:53234aeb57d2f0f81155335b4bb04a999313cf0b49c292b5e806d4d53bd2408b size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:15.511Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:15.821Z] + docker push nexus3.edgexfoundry.org:10004/core-data:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T20:39:15.821Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-01-10T20:39:15.821Z] 6eb7306ff87a: Preparing [2023-01-10T20:39:15.821Z] 0dff9597b28d: Preparing [2023-01-10T20:39:15.821Z] c480c8f1d0a8: Preparing [2023-01-10T20:39:15.821Z] 7329ab58659c: Preparing [2023-01-10T20:39:15.821Z] e5e13b0c77cb: Preparing [2023-01-10T20:39:15.821Z] c480c8f1d0a8: Layer already exists [2023-01-10T20:39:15.821Z] 0dff9597b28d: Layer already exists [2023-01-10T20:39:15.821Z] 6eb7306ff87a: Layer already exists [2023-01-10T20:39:15.821Z] e5e13b0c77cb: Layer already exists [2023-01-10T20:39:15.821Z] 7329ab58659c: Layer already exists [2023-01-10T20:39:15.821Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13: digest: sha256:53234aeb57d2f0f81155335b4bb04a999313cf0b49c292b5e806d4d53bd2408b size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:16.126Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:16.432Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2023-01-10T20:39:16.432Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-01-10T20:39:16.432Z] 6eb7306ff87a: Preparing [2023-01-10T20:39:16.432Z] 0dff9597b28d: Preparing [2023-01-10T20:39:16.432Z] c480c8f1d0a8: Preparing [2023-01-10T20:39:16.432Z] 7329ab58659c: Preparing [2023-01-10T20:39:16.432Z] e5e13b0c77cb: Preparing [2023-01-10T20:39:16.432Z] 6eb7306ff87a: Layer already exists [2023-01-10T20:39:16.432Z] 0dff9597b28d: Layer already exists [2023-01-10T20:39:16.432Z] 7329ab58659c: Layer already exists [2023-01-10T20:39:16.432Z] c480c8f1d0a8: Layer already exists [2023-01-10T20:39:16.432Z] e5e13b0c77cb: Layer already exists [2023-01-10T20:39:16.432Z] main: digest: sha256:53234aeb57d2f0f81155335b4bb04a999313cf0b49c292b5e806d4d53bd2408b size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-10T20:39:16.474Z] ===================================================== [Pipeline] echo [2023-01-10T20:39:16.479Z] taggedImages: [2023-01-10T20:39:16.479Z] - nexus3.edgexfoundry.org:10004/core-data:a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:39:16.479Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2023-01-10T20:39:16.479Z] - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.13 [2023-01-10T20:39:16.479Z] - nexus3.edgexfoundry.org:10004/core-data:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T20:39:16.479Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2023-01-10T20:39:16.494Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2023-01-10T20:39:16.494Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:39:16.494Z] latest [2023-01-10T20:39:16.494Z] 3.0.0-dev.13 [2023-01-10T20:39:16.494Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T20:39:16.494Z] main [2023-01-10T20:39:16.494Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:16.809Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:a23f936fb69ac20a7cf7db96067897b5bcb7663c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:17.128Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:39:17.128Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-01-10T20:39:17.128Z] 906eb625584b: Preparing [2023-01-10T20:39:17.128Z] 7038696ec2b6: Preparing [2023-01-10T20:39:17.128Z] d7bf16c13ed9: Preparing [2023-01-10T20:39:17.128Z] c480c8f1d0a8: Preparing [2023-01-10T20:39:17.128Z] cc7ce0f706c1: Preparing [2023-01-10T20:39:17.128Z] e5e13b0c77cb: Preparing [2023-01-10T20:39:17.128Z] e5e13b0c77cb: Waiting [2023-01-10T20:39:17.128Z] cc7ce0f706c1: Layer already exists [2023-01-10T20:39:17.128Z] c480c8f1d0a8: Layer already exists [2023-01-10T20:39:17.128Z] e5e13b0c77cb: Layer already exists [2023-01-10T20:39:17.128Z] 906eb625584b: Pushed [2023-01-10T20:39:17.128Z] 7038696ec2b6: Pushed [2023-01-10T20:39:18.506Z] d7bf16c13ed9: Pushed [2023-01-10T20:39:18.506Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c: digest: sha256:317fd7eec8ad5a27cc68b905b5847e2826c6102f1a61fc78a7dd302c22e7c98e size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:18.820Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:19.131Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-01-10T20:39:19.131Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-01-10T20:39:19.131Z] 906eb625584b: Preparing [2023-01-10T20:39:19.131Z] 7038696ec2b6: Preparing [2023-01-10T20:39:19.131Z] d7bf16c13ed9: Preparing [2023-01-10T20:39:19.131Z] c480c8f1d0a8: Preparing [2023-01-10T20:39:19.131Z] cc7ce0f706c1: Preparing [2023-01-10T20:39:19.131Z] e5e13b0c77cb: Preparing [2023-01-10T20:39:19.131Z] e5e13b0c77cb: Waiting [2023-01-10T20:39:19.131Z] 906eb625584b: Layer already exists [2023-01-10T20:39:19.131Z] c480c8f1d0a8: Layer already exists [2023-01-10T20:39:19.131Z] cc7ce0f706c1: Layer already exists [2023-01-10T20:39:19.131Z] d7bf16c13ed9: Layer already exists [2023-01-10T20:39:19.131Z] 7038696ec2b6: Layer already exists [2023-01-10T20:39:19.131Z] e5e13b0c77cb: Layer already exists [2023-01-10T20:39:19.131Z] latest: digest: sha256:317fd7eec8ad5a27cc68b905b5847e2826c6102f1a61fc78a7dd302c22e7c98e size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:19.459Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:19.774Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.13 [2023-01-10T20:39:19.774Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-01-10T20:39:19.774Z] 906eb625584b: Preparing [2023-01-10T20:39:19.774Z] 7038696ec2b6: Preparing [2023-01-10T20:39:19.774Z] d7bf16c13ed9: Preparing [2023-01-10T20:39:19.774Z] c480c8f1d0a8: Preparing [2023-01-10T20:39:19.774Z] cc7ce0f706c1: Preparing [2023-01-10T20:39:19.774Z] e5e13b0c77cb: Preparing [2023-01-10T20:39:19.774Z] e5e13b0c77cb: Waiting [2023-01-10T20:39:19.774Z] 7038696ec2b6: Layer already exists [2023-01-10T20:39:19.774Z] d7bf16c13ed9: Layer already exists [2023-01-10T20:39:19.774Z] 906eb625584b: Layer already exists [2023-01-10T20:39:19.774Z] c480c8f1d0a8: Layer already exists [2023-01-10T20:39:19.774Z] cc7ce0f706c1: Layer already exists [2023-01-10T20:39:19.774Z] e5e13b0c77cb: Layer already exists [2023-01-10T20:39:19.774Z] 3.0.0-dev.13: digest: sha256:317fd7eec8ad5a27cc68b905b5847e2826c6102f1a61fc78a7dd302c22e7c98e size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:19.896Z] Building core-command ... [2023-01-10T20:39:19.896Z] Building core-data ... [2023-01-10T20:39:19.896Z] Building core-metadata ... [2023-01-10T20:39:19.896Z] Building security-bootstrapper ... [2023-01-10T20:39:19.896Z] Building security-proxy-setup ... [2023-01-10T20:39:19.896Z] Building security-secretstore-setup ... [2023-01-10T20:39:19.896Z] Building security-spiffe-token-provider ... [2023-01-10T20:39:19.896Z] Building security-spire-agent ... [2023-01-10T20:39:19.896Z] Building security-spire-config ... [2023-01-10T20:39:19.896Z] Building security-spire-server ... [2023-01-10T20:39:19.896Z] Building support-notifications ... [2023-01-10T20:39:19.896Z] Building support-scheduler ... [2023-01-10T20:39:19.896Z] Building support-scheduler [2023-01-10T20:39:19.896Z] Building security-secretstore-setup [2023-01-10T20:39:19.896Z] Building security-spire-config [2023-01-10T20:39:19.896Z] Building core-metadata [2023-01-10T20:39:19.896Z] Building support-notifications [2023-01-10T20:39:20.086Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:20.405Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T20:39:20.405Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-01-10T20:39:20.405Z] 906eb625584b: Preparing [2023-01-10T20:39:20.405Z] 7038696ec2b6: Preparing [2023-01-10T20:39:20.405Z] d7bf16c13ed9: Preparing [2023-01-10T20:39:20.405Z] c480c8f1d0a8: Preparing [2023-01-10T20:39:20.405Z] cc7ce0f706c1: Preparing [2023-01-10T20:39:20.405Z] e5e13b0c77cb: Preparing [2023-01-10T20:39:20.405Z] c480c8f1d0a8: Layer already exists [2023-01-10T20:39:20.405Z] 7038696ec2b6: Layer already exists [2023-01-10T20:39:20.405Z] 906eb625584b: Layer already exists [2023-01-10T20:39:20.405Z] cc7ce0f706c1: Layer already exists [2023-01-10T20:39:20.405Z] d7bf16c13ed9: Layer already exists [2023-01-10T20:39:20.405Z] e5e13b0c77cb: Layer already exists [2023-01-10T20:39:20.405Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13: digest: sha256:317fd7eec8ad5a27cc68b905b5847e2826c6102f1a61fc78a7dd302c22e7c98e size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:20.720Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:21.026Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2023-01-10T20:39:21.026Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-01-10T20:39:21.026Z] 906eb625584b: Preparing [2023-01-10T20:39:21.026Z] 7038696ec2b6: Preparing [2023-01-10T20:39:21.026Z] d7bf16c13ed9: Preparing [2023-01-10T20:39:21.026Z] c480c8f1d0a8: Preparing [2023-01-10T20:39:21.026Z] cc7ce0f706c1: Preparing [2023-01-10T20:39:21.026Z] e5e13b0c77cb: Preparing [2023-01-10T20:39:21.026Z] e5e13b0c77cb: Waiting [2023-01-10T20:39:21.026Z] c480c8f1d0a8: Layer already exists [2023-01-10T20:39:21.026Z] d7bf16c13ed9: Layer already exists [2023-01-10T20:39:21.026Z] 7038696ec2b6: Layer already exists [2023-01-10T20:39:21.026Z] 906eb625584b: Layer already exists [2023-01-10T20:39:21.026Z] cc7ce0f706c1: Layer already exists [2023-01-10T20:39:21.026Z] e5e13b0c77cb: Layer already exists [2023-01-10T20:39:21.026Z] main: digest: sha256:317fd7eec8ad5a27cc68b905b5847e2826c6102f1a61fc78a7dd302c22e7c98e size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-10T20:39:21.068Z] ===================================================== [Pipeline] echo [2023-01-10T20:39:21.078Z] taggedImages: [2023-01-10T20:39:21.078Z] - nexus3.edgexfoundry.org:10004/core-metadata:a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:39:21.078Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-01-10T20:39:21.078Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.13 [2023-01-10T20:39:21.078Z] - nexus3.edgexfoundry.org:10004/core-metadata:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T20:39:21.078Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2023-01-10T20:39:21.096Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2023-01-10T20:39:21.096Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:39:21.096Z] latest [2023-01-10T20:39:21.096Z] 3.0.0-dev.13 [2023-01-10T20:39:21.096Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T20:39:21.096Z] main [2023-01-10T20:39:21.096Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:21.406Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:a23f936fb69ac20a7cf7db96067897b5bcb7663c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:21.812Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:39:21.812Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-01-10T20:39:21.812Z] 87a92e0e708e: Preparing [2023-01-10T20:39:21.812Z] 87a92e0e708e: Preparing [2023-01-10T20:39:21.812Z] beb4af35ac9c: Preparing [2023-01-10T20:39:21.812Z] 7cecd55c4d06: Preparing [2023-01-10T20:39:21.812Z] c09b23b341b7: Preparing [2023-01-10T20:39:21.812Z] e4a64e0b4309: Preparing [2023-01-10T20:39:21.812Z] 1929e8522787: Preparing [2023-01-10T20:39:21.812Z] c480c8f1d0a8: Preparing [2023-01-10T20:39:21.812Z] d37d54cf474c: Preparing [2023-01-10T20:39:21.812Z] 58d4a2c0efd4: Preparing [2023-01-10T20:39:21.812Z] 14d70d82e3ed: Preparing [2023-01-10T20:39:21.812Z] 60de5dff966c: Preparing [2023-01-10T20:39:21.812Z] e5e13b0c77cb: Preparing [2023-01-10T20:39:21.812Z] 1929e8522787: Waiting [2023-01-10T20:39:21.812Z] 14d70d82e3ed: Waiting [2023-01-10T20:39:21.812Z] c480c8f1d0a8: Waiting [2023-01-10T20:39:21.812Z] e5e13b0c77cb: Waiting [2023-01-10T20:39:21.812Z] 60de5dff966c: Waiting [2023-01-10T20:39:21.812Z] d37d54cf474c: Waiting [2023-01-10T20:39:21.812Z] 58d4a2c0efd4: Waiting [2023-01-10T20:39:21.812Z] beb4af35ac9c: Pushed [2023-01-10T20:39:21.812Z] e4a64e0b4309: Pushed [2023-01-10T20:39:21.812Z] c09b23b341b7: Pushed [2023-01-10T20:39:21.812Z] 7cecd55c4d06: Pushed [2023-01-10T20:39:21.812Z] 87a92e0e708e: Pushed [2023-01-10T20:39:21.812Z] c480c8f1d0a8: Layer already exists [2023-01-10T20:39:22.087Z] 60de5dff966c: Pushed [2023-01-10T20:39:22.087Z] d37d54cf474c: Pushed [2023-01-10T20:39:22.087Z] 14d70d82e3ed: Pushed [2023-01-10T20:39:22.087Z] 58d4a2c0efd4: Pushed [2023-01-10T20:39:22.087Z] e5e13b0c77cb: Layer already exists [2023-01-10T20:39:23.508Z] 1929e8522787: Pushed [2023-01-10T20:39:23.508Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c: digest: sha256:2a4c42409bc1b5ca183a7460981441a04caef0bfe5c8f82a02c71ef72e8ec9b7 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:23.880Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:24.232Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-01-10T20:39:24.232Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-01-10T20:39:24.232Z] 87a92e0e708e: Preparing [2023-01-10T20:39:24.232Z] 87a92e0e708e: Preparing [2023-01-10T20:39:24.232Z] beb4af35ac9c: Preparing [2023-01-10T20:39:24.232Z] 7cecd55c4d06: Preparing [2023-01-10T20:39:24.232Z] c09b23b341b7: Preparing [2023-01-10T20:39:24.232Z] e4a64e0b4309: Preparing [2023-01-10T20:39:24.232Z] 1929e8522787: Preparing [2023-01-10T20:39:24.232Z] c480c8f1d0a8: Preparing [2023-01-10T20:39:24.232Z] d37d54cf474c: Preparing [2023-01-10T20:39:24.232Z] 1929e8522787: Waiting [2023-01-10T20:39:24.232Z] 58d4a2c0efd4: Preparing [2023-01-10T20:39:24.232Z] 14d70d82e3ed: Preparing [2023-01-10T20:39:24.232Z] d37d54cf474c: Waiting [2023-01-10T20:39:24.232Z] 60de5dff966c: Preparing [2023-01-10T20:39:24.232Z] 14d70d82e3ed: Waiting [2023-01-10T20:39:24.232Z] e5e13b0c77cb: Preparing [2023-01-10T20:39:24.232Z] 60de5dff966c: Waiting [2023-01-10T20:39:24.232Z] e5e13b0c77cb: Waiting [2023-01-10T20:39:24.232Z] beb4af35ac9c: Layer already exists [2023-01-10T20:39:24.232Z] e4a64e0b4309: Layer already exists [2023-01-10T20:39:24.232Z] c09b23b341b7: Layer already exists [2023-01-10T20:39:24.232Z] 7cecd55c4d06: Layer already exists [2023-01-10T20:39:24.232Z] 87a92e0e708e: Layer already exists [2023-01-10T20:39:24.232Z] 1929e8522787: Layer already exists [2023-01-10T20:39:24.232Z] 58d4a2c0efd4: Layer already exists [2023-01-10T20:39:24.232Z] d37d54cf474c: Layer already exists [2023-01-10T20:39:24.232Z] 14d70d82e3ed: Layer already exists [2023-01-10T20:39:24.232Z] c480c8f1d0a8: Layer already exists [2023-01-10T20:39:24.232Z] 60de5dff966c: Layer already exists [2023-01-10T20:39:24.232Z] e5e13b0c77cb: Layer already exists [2023-01-10T20:39:24.232Z] latest: digest: sha256:2a4c42409bc1b5ca183a7460981441a04caef0bfe5c8f82a02c71ef72e8ec9b7 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:24.544Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:24.852Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.13 [2023-01-10T20:39:24.852Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-01-10T20:39:24.852Z] 87a92e0e708e: Preparing [2023-01-10T20:39:24.852Z] 87a92e0e708e: Preparing [2023-01-10T20:39:24.852Z] beb4af35ac9c: Preparing [2023-01-10T20:39:24.852Z] 7cecd55c4d06: Preparing [2023-01-10T20:39:24.852Z] c09b23b341b7: Preparing [2023-01-10T20:39:24.852Z] e4a64e0b4309: Preparing [2023-01-10T20:39:24.852Z] 1929e8522787: Preparing [2023-01-10T20:39:24.852Z] c480c8f1d0a8: Preparing [2023-01-10T20:39:24.852Z] d37d54cf474c: Preparing [2023-01-10T20:39:24.852Z] 58d4a2c0efd4: Preparing [2023-01-10T20:39:24.852Z] 14d70d82e3ed: Preparing [2023-01-10T20:39:24.852Z] 60de5dff966c: Preparing [2023-01-10T20:39:24.852Z] e5e13b0c77cb: Preparing [2023-01-10T20:39:24.852Z] d37d54cf474c: Waiting [2023-01-10T20:39:24.852Z] 58d4a2c0efd4: Waiting [2023-01-10T20:39:24.852Z] 14d70d82e3ed: Waiting [2023-01-10T20:39:24.852Z] 60de5dff966c: Waiting [2023-01-10T20:39:24.852Z] 1929e8522787: Waiting [2023-01-10T20:39:24.852Z] c480c8f1d0a8: Waiting [2023-01-10T20:39:24.852Z] e5e13b0c77cb: Waiting [2023-01-10T20:39:24.852Z] e4a64e0b4309: Layer already exists [2023-01-10T20:39:24.852Z] 7cecd55c4d06: Layer already exists [2023-01-10T20:39:24.852Z] beb4af35ac9c: Layer already exists [2023-01-10T20:39:24.852Z] c09b23b341b7: Layer already exists [2023-01-10T20:39:24.852Z] 87a92e0e708e: Layer already exists [2023-01-10T20:39:24.852Z] 1929e8522787: Layer already exists [2023-01-10T20:39:24.852Z] d37d54cf474c: Layer already exists [2023-01-10T20:39:24.852Z] c480c8f1d0a8: Layer already exists [2023-01-10T20:39:24.852Z] 58d4a2c0efd4: Layer already exists [2023-01-10T20:39:24.852Z] 14d70d82e3ed: Layer already exists [2023-01-10T20:39:24.852Z] 60de5dff966c: Layer already exists [2023-01-10T20:39:24.852Z] e5e13b0c77cb: Layer already exists [2023-01-10T20:39:24.852Z] 3.0.0-dev.13: digest: sha256:2a4c42409bc1b5ca183a7460981441a04caef0bfe5c8f82a02c71ef72e8ec9b7 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:25.238Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:25.545Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T20:39:25.545Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-01-10T20:39:25.545Z] 87a92e0e708e: Preparing [2023-01-10T20:39:25.545Z] 87a92e0e708e: Preparing [2023-01-10T20:39:25.545Z] beb4af35ac9c: Preparing [2023-01-10T20:39:25.545Z] 7cecd55c4d06: Preparing [2023-01-10T20:39:25.545Z] c09b23b341b7: Preparing [2023-01-10T20:39:25.545Z] e4a64e0b4309: Preparing [2023-01-10T20:39:25.545Z] 1929e8522787: Preparing [2023-01-10T20:39:25.545Z] c480c8f1d0a8: Preparing [2023-01-10T20:39:25.545Z] d37d54cf474c: Preparing [2023-01-10T20:39:25.545Z] 58d4a2c0efd4: Preparing [2023-01-10T20:39:25.545Z] 14d70d82e3ed: Preparing [2023-01-10T20:39:25.545Z] 60de5dff966c: Preparing [2023-01-10T20:39:25.545Z] e5e13b0c77cb: Preparing [2023-01-10T20:39:25.545Z] d37d54cf474c: Waiting [2023-01-10T20:39:25.545Z] 58d4a2c0efd4: Waiting [2023-01-10T20:39:25.545Z] 14d70d82e3ed: Waiting [2023-01-10T20:39:25.545Z] 60de5dff966c: Waiting [2023-01-10T20:39:25.545Z] e5e13b0c77cb: Waiting [2023-01-10T20:39:25.545Z] 1929e8522787: Waiting [2023-01-10T20:39:25.545Z] c480c8f1d0a8: Waiting [2023-01-10T20:39:25.545Z] beb4af35ac9c: Layer already exists [2023-01-10T20:39:25.545Z] 87a92e0e708e: Layer already exists [2023-01-10T20:39:25.545Z] c09b23b341b7: Layer already exists [2023-01-10T20:39:25.545Z] e4a64e0b4309: Layer already exists [2023-01-10T20:39:25.545Z] 7cecd55c4d06: Layer already exists [2023-01-10T20:39:25.545Z] 1929e8522787: Layer already exists [2023-01-10T20:39:25.545Z] c480c8f1d0a8: Layer already exists [2023-01-10T20:39:25.545Z] d37d54cf474c: Layer already exists [2023-01-10T20:39:25.545Z] 14d70d82e3ed: Layer already exists [2023-01-10T20:39:25.545Z] 58d4a2c0efd4: Layer already exists [2023-01-10T20:39:25.545Z] 60de5dff966c: Layer already exists [2023-01-10T20:39:25.545Z] e5e13b0c77cb: Layer already exists [2023-01-10T20:39:25.545Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13: digest: sha256:2a4c42409bc1b5ca183a7460981441a04caef0bfe5c8f82a02c71ef72e8ec9b7 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:25.853Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:26.159Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2023-01-10T20:39:26.159Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-01-10T20:39:26.159Z] 87a92e0e708e: Preparing [2023-01-10T20:39:26.159Z] 87a92e0e708e: Preparing [2023-01-10T20:39:26.159Z] beb4af35ac9c: Preparing [2023-01-10T20:39:26.159Z] 7cecd55c4d06: Preparing [2023-01-10T20:39:26.159Z] c09b23b341b7: Preparing [2023-01-10T20:39:26.159Z] e4a64e0b4309: Preparing [2023-01-10T20:39:26.159Z] 1929e8522787: Preparing [2023-01-10T20:39:26.159Z] c480c8f1d0a8: Preparing [2023-01-10T20:39:26.159Z] d37d54cf474c: Preparing [2023-01-10T20:39:26.159Z] 58d4a2c0efd4: Preparing [2023-01-10T20:39:26.159Z] 14d70d82e3ed: Preparing [2023-01-10T20:39:26.159Z] 60de5dff966c: Preparing [2023-01-10T20:39:26.159Z] e5e13b0c77cb: Preparing [2023-01-10T20:39:26.159Z] d37d54cf474c: Waiting [2023-01-10T20:39:26.159Z] 60de5dff966c: Waiting [2023-01-10T20:39:26.159Z] 58d4a2c0efd4: Waiting [2023-01-10T20:39:26.159Z] 14d70d82e3ed: Waiting [2023-01-10T20:39:26.159Z] e5e13b0c77cb: Waiting [2023-01-10T20:39:26.159Z] 1929e8522787: Waiting [2023-01-10T20:39:26.159Z] c09b23b341b7: Layer already exists [2023-01-10T20:39:26.159Z] e4a64e0b4309: Layer already exists [2023-01-10T20:39:26.159Z] beb4af35ac9c: Layer already exists [2023-01-10T20:39:26.159Z] 87a92e0e708e: Layer already exists [2023-01-10T20:39:26.159Z] 7cecd55c4d06: Layer already exists [2023-01-10T20:39:26.159Z] 1929e8522787: Layer already exists [2023-01-10T20:39:26.159Z] c480c8f1d0a8: Layer already exists [2023-01-10T20:39:26.159Z] 14d70d82e3ed: Layer already exists [2023-01-10T20:39:26.159Z] 58d4a2c0efd4: Layer already exists [2023-01-10T20:39:26.159Z] d37d54cf474c: Layer already exists [2023-01-10T20:39:26.159Z] e5e13b0c77cb: Layer already exists [2023-01-10T20:39:26.159Z] 60de5dff966c: Layer already exists [2023-01-10T20:39:26.159Z] main: digest: sha256:2a4c42409bc1b5ca183a7460981441a04caef0bfe5c8f82a02c71ef72e8ec9b7 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-10T20:39:26.199Z] ===================================================== [Pipeline] echo [2023-01-10T20:39:26.214Z] taggedImages: [2023-01-10T20:39:26.214Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:39:26.214Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-01-10T20:39:26.214Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.13 [2023-01-10T20:39:26.214Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T20:39:26.214Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2023-01-10T20:39:26.241Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2023-01-10T20:39:26.241Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:39:26.241Z] latest [2023-01-10T20:39:26.241Z] 3.0.0-dev.13 [2023-01-10T20:39:26.241Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T20:39:26.241Z] main [2023-01-10T20:39:26.241Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:26.579Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:a23f936fb69ac20a7cf7db96067897b5bcb7663c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:26.893Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:39:26.893Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-01-10T20:39:26.893Z] 9f0f3dfb39ac: Preparing [2023-01-10T20:39:26.893Z] 1130b32b3694: Preparing [2023-01-10T20:39:26.893Z] caee131babe6: Preparing [2023-01-10T20:39:26.893Z] fa7b5908e69d: Preparing [2023-01-10T20:39:26.893Z] 4750431d878b: Preparing [2023-01-10T20:39:26.893Z] a65f04c0eccd: Preparing [2023-01-10T20:39:26.893Z] feb2682a81b2: Preparing [2023-01-10T20:39:26.893Z] e5e13b0c77cb: Preparing [2023-01-10T20:39:26.893Z] a65f04c0eccd: Waiting [2023-01-10T20:39:26.893Z] feb2682a81b2: Waiting [2023-01-10T20:39:26.893Z] e5e13b0c77cb: Waiting [2023-01-10T20:39:26.893Z] 9f0f3dfb39ac: Pushed [2023-01-10T20:39:26.893Z] 4750431d878b: Pushed [2023-01-10T20:39:26.893Z] 1130b32b3694: Pushed [2023-01-10T20:39:26.893Z] e5e13b0c77cb: Layer already exists [2023-01-10T20:39:27.153Z] a65f04c0eccd: Pushed [2023-01-10T20:39:27.413Z] feb2682a81b2: Pushed [2023-01-10T20:39:27.980Z] caee131babe6: Pushed [2023-01-10T20:39:27.980Z] fa7b5908e69d: Pushed [2023-01-10T20:39:28.244Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c: digest: sha256:4d7db1393655593ba2af54c6fbcd816404b8d33081048a713d1487584c1ae274 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:28.549Z] + 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-10T20:39:28.848Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-01-10T20:39:28.848Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-01-10T20:39:28.848Z] 9f0f3dfb39ac: Preparing [2023-01-10T20:39:28.848Z] 1130b32b3694: Preparing [2023-01-10T20:39:28.848Z] caee131babe6: Preparing [2023-01-10T20:39:28.848Z] fa7b5908e69d: Preparing [2023-01-10T20:39:28.848Z] 4750431d878b: Preparing [2023-01-10T20:39:28.848Z] a65f04c0eccd: Preparing [2023-01-10T20:39:28.848Z] feb2682a81b2: Preparing [2023-01-10T20:39:28.848Z] e5e13b0c77cb: Preparing [2023-01-10T20:39:28.848Z] feb2682a81b2: Waiting [2023-01-10T20:39:28.848Z] a65f04c0eccd: Waiting [2023-01-10T20:39:28.848Z] e5e13b0c77cb: Waiting [2023-01-10T20:39:28.848Z] 4750431d878b: Layer already exists [2023-01-10T20:39:28.848Z] caee131babe6: Layer already exists [2023-01-10T20:39:28.848Z] 9f0f3dfb39ac: Layer already exists [2023-01-10T20:39:28.848Z] 1130b32b3694: Layer already exists [2023-01-10T20:39:28.848Z] fa7b5908e69d: Layer already exists [2023-01-10T20:39:28.848Z] a65f04c0eccd: Layer already exists [2023-01-10T20:39:28.848Z] feb2682a81b2: Layer already exists [2023-01-10T20:39:28.848Z] e5e13b0c77cb: Layer already exists [2023-01-10T20:39:28.848Z] latest: digest: sha256:4d7db1393655593ba2af54c6fbcd816404b8d33081048a713d1487584c1ae274 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:29.152Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:29.457Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.13 [2023-01-10T20:39:29.457Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-01-10T20:39:29.457Z] 9f0f3dfb39ac: Preparing [2023-01-10T20:39:29.457Z] 1130b32b3694: Preparing [2023-01-10T20:39:29.457Z] caee131babe6: Preparing [2023-01-10T20:39:29.457Z] fa7b5908e69d: Preparing [2023-01-10T20:39:29.457Z] 4750431d878b: Preparing [2023-01-10T20:39:29.457Z] a65f04c0eccd: Preparing [2023-01-10T20:39:29.457Z] feb2682a81b2: Preparing [2023-01-10T20:39:29.457Z] e5e13b0c77cb: Preparing [2023-01-10T20:39:29.457Z] a65f04c0eccd: Waiting [2023-01-10T20:39:29.457Z] feb2682a81b2: Waiting [2023-01-10T20:39:29.457Z] e5e13b0c77cb: Waiting [2023-01-10T20:39:29.457Z] 4750431d878b: Layer already exists [2023-01-10T20:39:29.457Z] 9f0f3dfb39ac: Layer already exists [2023-01-10T20:39:29.457Z] 1130b32b3694: Layer already exists [2023-01-10T20:39:29.457Z] caee131babe6: Layer already exists [2023-01-10T20:39:29.457Z] fa7b5908e69d: Layer already exists [2023-01-10T20:39:29.457Z] a65f04c0eccd: Layer already exists [2023-01-10T20:39:29.457Z] e5e13b0c77cb: Layer already exists [2023-01-10T20:39:29.457Z] feb2682a81b2: Layer already exists [2023-01-10T20:39:29.457Z] 3.0.0-dev.13: digest: sha256:4d7db1393655593ba2af54c6fbcd816404b8d33081048a713d1487584c1ae274 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:29.762Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:30.067Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T20:39:30.067Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-01-10T20:39:30.067Z] 9f0f3dfb39ac: Preparing [2023-01-10T20:39:30.067Z] 1130b32b3694: Preparing [2023-01-10T20:39:30.067Z] caee131babe6: Preparing [2023-01-10T20:39:30.067Z] fa7b5908e69d: Preparing [2023-01-10T20:39:30.067Z] 4750431d878b: Preparing [2023-01-10T20:39:30.067Z] a65f04c0eccd: Preparing [2023-01-10T20:39:30.067Z] feb2682a81b2: Preparing [2023-01-10T20:39:30.067Z] e5e13b0c77cb: Preparing [2023-01-10T20:39:30.067Z] a65f04c0eccd: Waiting [2023-01-10T20:39:30.067Z] feb2682a81b2: Waiting [2023-01-10T20:39:30.067Z] 4750431d878b: Layer already exists [2023-01-10T20:39:30.067Z] 1130b32b3694: Layer already exists [2023-01-10T20:39:30.067Z] caee131babe6: Layer already exists [2023-01-10T20:39:30.067Z] fa7b5908e69d: Layer already exists [2023-01-10T20:39:30.067Z] 9f0f3dfb39ac: Layer already exists [2023-01-10T20:39:30.067Z] a65f04c0eccd: Layer already exists [2023-01-10T20:39:30.067Z] feb2682a81b2: Layer already exists [2023-01-10T20:39:30.067Z] e5e13b0c77cb: Layer already exists [2023-01-10T20:39:30.067Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13: digest: sha256:4d7db1393655593ba2af54c6fbcd816404b8d33081048a713d1487584c1ae274 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:30.380Z] + 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-10T20:39:30.688Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2023-01-10T20:39:30.688Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-01-10T20:39:30.688Z] 9f0f3dfb39ac: Preparing [2023-01-10T20:39:30.688Z] 1130b32b3694: Preparing [2023-01-10T20:39:30.688Z] caee131babe6: Preparing [2023-01-10T20:39:30.688Z] fa7b5908e69d: Preparing [2023-01-10T20:39:30.688Z] 4750431d878b: Preparing [2023-01-10T20:39:30.688Z] a65f04c0eccd: Preparing [2023-01-10T20:39:30.688Z] feb2682a81b2: Preparing [2023-01-10T20:39:30.688Z] e5e13b0c77cb: Preparing [2023-01-10T20:39:30.688Z] a65f04c0eccd: Waiting [2023-01-10T20:39:30.688Z] feb2682a81b2: Waiting [2023-01-10T20:39:30.688Z] e5e13b0c77cb: Waiting [2023-01-10T20:39:30.688Z] 1130b32b3694: Layer already exists [2023-01-10T20:39:30.688Z] 9f0f3dfb39ac: Layer already exists [2023-01-10T20:39:30.688Z] caee131babe6: Layer already exists [2023-01-10T20:39:30.688Z] 4750431d878b: Layer already exists [2023-01-10T20:39:30.688Z] fa7b5908e69d: Layer already exists [2023-01-10T20:39:30.688Z] a65f04c0eccd: Layer already exists [2023-01-10T20:39:30.688Z] e5e13b0c77cb: Layer already exists [2023-01-10T20:39:30.688Z] feb2682a81b2: Layer already exists [2023-01-10T20:39:30.688Z] main: digest: sha256:4d7db1393655593ba2af54c6fbcd816404b8d33081048a713d1487584c1ae274 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-10T20:39:30.742Z] ===================================================== [Pipeline] echo [2023-01-10T20:39:30.752Z] taggedImages: [2023-01-10T20:39:30.752Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:39:30.752Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-01-10T20:39:30.752Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.13 [2023-01-10T20:39:30.752Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T20:39:30.752Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2023-01-10T20:39:30.775Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2023-01-10T20:39:30.775Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:39:30.775Z] latest [2023-01-10T20:39:30.775Z] 3.0.0-dev.13 [2023-01-10T20:39:30.775Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T20:39:30.775Z] main [2023-01-10T20:39:30.775Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:31.105Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:a23f936fb69ac20a7cf7db96067897b5bcb7663c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:31.409Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:39:31.410Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-01-10T20:39:31.410Z] 92df85c8420d: Preparing [2023-01-10T20:39:31.410Z] d967815acc57: Preparing [2023-01-10T20:39:31.410Z] 026b9bf470cf: Preparing [2023-01-10T20:39:31.410Z] 4de9f5338263: Preparing [2023-01-10T20:39:31.410Z] 7f9741857ab7: Preparing [2023-01-10T20:39:31.410Z] 3f617fe7daba: Preparing [2023-01-10T20:39:31.410Z] cacd4bcdfca6: Preparing [2023-01-10T20:39:31.410Z] 4507296f1ff8: Preparing [2023-01-10T20:39:31.410Z] e5191d4fec15: Preparing [2023-01-10T20:39:31.410Z] e5e13b0c77cb: Preparing [2023-01-10T20:39:31.410Z] 3f617fe7daba: Waiting [2023-01-10T20:39:31.410Z] cacd4bcdfca6: Waiting [2023-01-10T20:39:31.410Z] 4507296f1ff8: Waiting [2023-01-10T20:39:31.410Z] e5191d4fec15: Waiting [2023-01-10T20:39:31.410Z] e5e13b0c77cb: Waiting [2023-01-10T20:39:31.410Z] 92df85c8420d: Pushed [2023-01-10T20:39:31.410Z] 7f9741857ab7: Pushed [2023-01-10T20:39:31.410Z] d967815acc57: Pushed [2023-01-10T20:39:31.410Z] 3f617fe7daba: Pushed [2023-01-10T20:39:31.668Z] cacd4bcdfca6: Pushed [2023-01-10T20:39:31.668Z] 4507296f1ff8: Pushed [2023-01-10T20:39:31.668Z] e5e13b0c77cb: Layer already exists [2023-01-10T20:39:31.668Z] e5191d4fec15: Pushed [2023-01-10T20:39:32.212Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-10T20:39:32.212Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-10T20:39:32.212Z] ---> 86b0b7e64176 [2023-01-10T20:39:32.212Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-01-10T20:39:32.212Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-10T20:39:32.212Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-10T20:39:32.212Z] ---> 86b0b7e64176 [2023-01-10T20:39:32.212Z] Step 3/24 : WORKDIR /edgex-go [2023-01-10T20:39:32.212Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-10T20:39:32.212Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-10T20:39:32.212Z] ---> 86b0b7e64176 [2023-01-10T20:39:32.212Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-10T20:39:32.212Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-10T20:39:32.212Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-10T20:39:32.212Z] ---> 86b0b7e64176 [2023-01-10T20:39:32.212Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-10T20:39:32.212Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-10T20:39:32.212Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-10T20:39:32.212Z] ---> 86b0b7e64176 [2023-01-10T20:39:32.212Z] Step 3/24 : WORKDIR /edgex-go [2023-01-10T20:39:32.212Z] ---> Running in 3642d0591463 [2023-01-10T20:39:32.212Z] ---> Running in a74d3a61f93b [2023-01-10T20:39:32.212Z] ---> Running in e4f65cdb1e5d [2023-01-10T20:39:32.212Z] ---> Running in c46315262d97 [2023-01-10T20:39:32.212Z] ---> Running in 01e8ceffbb17 [2023-01-10T20:39:32.212Z] Removing intermediate container 3642d0591463 [2023-01-10T20:39:32.212Z] ---> e36decd1da58 [2023-01-10T20:39:32.212Z] Step 4/24 : WORKDIR /edgex-go [2023-01-10T20:39:32.212Z] Removing intermediate container a74d3a61f93b [2023-01-10T20:39:32.212Z] ---> 7f10482ec18b [2023-01-10T20:39:32.212Z] Step 4/22 : WORKDIR /edgex-go [2023-01-10T20:39:32.212Z] ---> Running in b76b64609d44 [2023-01-10T20:39:32.212Z] Removing intermediate container c46315262d97 [2023-01-10T20:39:32.212Z] ---> 3286d8b70b66 [2023-01-10T20:39:32.212Z] Step 4/22 : WORKDIR /edgex-go [2023-01-10T20:39:32.212Z] Removing intermediate container e4f65cdb1e5d [2023-01-10T20:39:32.212Z] ---> 93f8a5881df6 [2023-01-10T20:39:32.212Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-01-10T20:39:32.212Z] ---> Running in 567a2fd5a262 [2023-01-10T20:39:32.212Z] Removing intermediate container 01e8ceffbb17 [2023-01-10T20:39:32.212Z] ---> 64fffed64946 [2023-01-10T20:39:32.212Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-10T20:39:32.212Z] ---> Running in 9cc9cea9a1cf [2023-01-10T20:39:32.480Z] ---> Running in 8faec9f5181f [2023-01-10T20:39:32.480Z] ---> Running in c1ef509a0e34 [2023-01-10T20:39:32.601Z] 4de9f5338263: Pushed [2023-01-10T20:39:32.859Z] 026b9bf470cf: Pushed [2023-01-10T20:39:32.859Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c: digest: sha256:1c7b5d9f9d04ef695fb56d0881977a71f061bbbd9f7cdcedfeda9f7c2a4df7a3 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:33.066Z] Removing intermediate container b76b64609d44 [2023-01-10T20:39:33.066Z] ---> 6a975419045f [2023-01-10T20:39:33.066Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-01-10T20:39:33.165Z] + 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-10T20:39:33.338Z] Removing intermediate container 567a2fd5a262 [2023-01-10T20:39:33.338Z] ---> 3a4b699fef11 [2023-01-10T20:39:33.338Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-01-10T20:39:33.338Z] Removing intermediate container 8faec9f5181f [2023-01-10T20:39:33.338Z] ---> 777dda01b698 [2023-01-10T20:39:33.338Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-10T20:39:33.338Z] ---> Running in 4813efdeeacb [2023-01-10T20:39:33.471Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-01-10T20:39:33.471Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-01-10T20:39:33.471Z] 92df85c8420d: Preparing [2023-01-10T20:39:33.471Z] d967815acc57: Preparing [2023-01-10T20:39:33.471Z] 026b9bf470cf: Preparing [2023-01-10T20:39:33.471Z] 4de9f5338263: Preparing [2023-01-10T20:39:33.471Z] 7f9741857ab7: Preparing [2023-01-10T20:39:33.471Z] 3f617fe7daba: Preparing [2023-01-10T20:39:33.471Z] cacd4bcdfca6: Preparing [2023-01-10T20:39:33.471Z] 4507296f1ff8: Preparing [2023-01-10T20:39:33.471Z] e5191d4fec15: Preparing [2023-01-10T20:39:33.471Z] e5e13b0c77cb: Preparing [2023-01-10T20:39:33.471Z] 4507296f1ff8: Waiting [2023-01-10T20:39:33.471Z] cacd4bcdfca6: Waiting [2023-01-10T20:39:33.471Z] e5191d4fec15: Waiting [2023-01-10T20:39:33.471Z] 3f617fe7daba: Waiting [2023-01-10T20:39:33.471Z] e5e13b0c77cb: Waiting [2023-01-10T20:39:33.471Z] 4de9f5338263: Layer already exists [2023-01-10T20:39:33.471Z] 026b9bf470cf: Layer already exists [2023-01-10T20:39:33.471Z] d967815acc57: Layer already exists [2023-01-10T20:39:33.471Z] 92df85c8420d: Layer already exists [2023-01-10T20:39:33.471Z] 7f9741857ab7: Layer already exists [2023-01-10T20:39:33.471Z] cacd4bcdfca6: Layer already exists [2023-01-10T20:39:33.471Z] e5191d4fec15: Layer already exists [2023-01-10T20:39:33.471Z] 4507296f1ff8: Layer already exists [2023-01-10T20:39:33.471Z] e5e13b0c77cb: Layer already exists [2023-01-10T20:39:33.471Z] 3f617fe7daba: Layer already exists [2023-01-10T20:39:33.471Z] latest: digest: sha256:1c7b5d9f9d04ef695fb56d0881977a71f061bbbd9f7cdcedfeda9f7c2a4df7a3 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:33.617Z] ---> Running in 671dce76deb2 [2023-01-10T20:39:33.617Z] ---> Running in 260ab147bdec [2023-01-10T20:39:33.772Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:34.075Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.13 [2023-01-10T20:39:34.075Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-01-10T20:39:34.075Z] 92df85c8420d: Preparing [2023-01-10T20:39:34.075Z] d967815acc57: Preparing [2023-01-10T20:39:34.075Z] 026b9bf470cf: Preparing [2023-01-10T20:39:34.075Z] 4de9f5338263: Preparing [2023-01-10T20:39:34.075Z] 7f9741857ab7: Preparing [2023-01-10T20:39:34.075Z] 3f617fe7daba: Preparing [2023-01-10T20:39:34.075Z] cacd4bcdfca6: Preparing [2023-01-10T20:39:34.075Z] 4507296f1ff8: Preparing [2023-01-10T20:39:34.075Z] e5191d4fec15: Preparing [2023-01-10T20:39:34.075Z] e5e13b0c77cb: Preparing [2023-01-10T20:39:34.075Z] 3f617fe7daba: Waiting [2023-01-10T20:39:34.075Z] cacd4bcdfca6: Waiting [2023-01-10T20:39:34.075Z] 4507296f1ff8: Waiting [2023-01-10T20:39:34.075Z] e5191d4fec15: Waiting [2023-01-10T20:39:34.075Z] e5e13b0c77cb: Waiting [2023-01-10T20:39:34.075Z] 92df85c8420d: Layer already exists [2023-01-10T20:39:34.075Z] 4de9f5338263: Layer already exists [2023-01-10T20:39:34.075Z] 026b9bf470cf: Layer already exists [2023-01-10T20:39:34.075Z] d967815acc57: Layer already exists [2023-01-10T20:39:34.075Z] 7f9741857ab7: Layer already exists [2023-01-10T20:39:34.075Z] 3f617fe7daba: Layer already exists [2023-01-10T20:39:34.075Z] 4507296f1ff8: Layer already exists [2023-01-10T20:39:34.075Z] e5191d4fec15: Layer already exists [2023-01-10T20:39:34.075Z] cacd4bcdfca6: Layer already exists [2023-01-10T20:39:34.075Z] e5e13b0c77cb: Layer already exists [2023-01-10T20:39:34.075Z] 3.0.0-dev.13: digest: sha256:1c7b5d9f9d04ef695fb56d0881977a71f061bbbd9f7cdcedfeda9f7c2a4df7a3 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:34.388Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:34.582Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-10T20:39:34.582Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-10T20:39:34.687Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T20:39:34.687Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-01-10T20:39:34.687Z] 92df85c8420d: Preparing [2023-01-10T20:39:34.687Z] d967815acc57: Preparing [2023-01-10T20:39:34.687Z] 026b9bf470cf: Preparing [2023-01-10T20:39:34.687Z] 4de9f5338263: Preparing [2023-01-10T20:39:34.687Z] 7f9741857ab7: Preparing [2023-01-10T20:39:34.687Z] 3f617fe7daba: Preparing [2023-01-10T20:39:34.687Z] cacd4bcdfca6: Preparing [2023-01-10T20:39:34.687Z] 4507296f1ff8: Preparing [2023-01-10T20:39:34.687Z] e5191d4fec15: Preparing [2023-01-10T20:39:34.687Z] e5e13b0c77cb: Preparing [2023-01-10T20:39:34.687Z] 3f617fe7daba: Waiting [2023-01-10T20:39:34.687Z] cacd4bcdfca6: Waiting [2023-01-10T20:39:34.687Z] e5191d4fec15: Waiting [2023-01-10T20:39:34.687Z] 4507296f1ff8: Waiting [2023-01-10T20:39:34.687Z] e5e13b0c77cb: Waiting [2023-01-10T20:39:34.687Z] 7f9741857ab7: Layer already exists [2023-01-10T20:39:34.687Z] d967815acc57: Layer already exists [2023-01-10T20:39:34.687Z] 026b9bf470cf: Layer already exists [2023-01-10T20:39:34.687Z] 92df85c8420d: Layer already exists [2023-01-10T20:39:34.687Z] 4de9f5338263: Layer already exists [2023-01-10T20:39:34.687Z] cacd4bcdfca6: Layer already exists [2023-01-10T20:39:34.687Z] 4507296f1ff8: Layer already exists [2023-01-10T20:39:34.687Z] 3f617fe7daba: Layer already exists [2023-01-10T20:39:34.687Z] e5191d4fec15: Layer already exists [2023-01-10T20:39:34.687Z] e5e13b0c77cb: Layer already exists [2023-01-10T20:39:34.687Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13: digest: sha256:1c7b5d9f9d04ef695fb56d0881977a71f061bbbd9f7cdcedfeda9f7c2a4df7a3 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:34.849Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-10T20:39:35.002Z] + 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-10T20:39:35.118Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-10T20:39:35.305Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2023-01-10T20:39:35.305Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-01-10T20:39:35.305Z] 92df85c8420d: Preparing [2023-01-10T20:39:35.305Z] d967815acc57: Preparing [2023-01-10T20:39:35.305Z] 026b9bf470cf: Preparing [2023-01-10T20:39:35.305Z] 4de9f5338263: Preparing [2023-01-10T20:39:35.305Z] 7f9741857ab7: Preparing [2023-01-10T20:39:35.305Z] 3f617fe7daba: Preparing [2023-01-10T20:39:35.305Z] cacd4bcdfca6: Preparing [2023-01-10T20:39:35.305Z] 4507296f1ff8: Preparing [2023-01-10T20:39:35.305Z] e5191d4fec15: Preparing [2023-01-10T20:39:35.305Z] e5e13b0c77cb: Preparing [2023-01-10T20:39:35.305Z] 3f617fe7daba: Waiting [2023-01-10T20:39:35.305Z] cacd4bcdfca6: Waiting [2023-01-10T20:39:35.305Z] 4507296f1ff8: Waiting [2023-01-10T20:39:35.305Z] e5191d4fec15: Waiting [2023-01-10T20:39:35.305Z] e5e13b0c77cb: Waiting [2023-01-10T20:39:35.305Z] d967815acc57: Layer already exists [2023-01-10T20:39:35.305Z] 7f9741857ab7: Layer already exists [2023-01-10T20:39:35.305Z] 026b9bf470cf: Layer already exists [2023-01-10T20:39:35.305Z] 4de9f5338263: Layer already exists [2023-01-10T20:39:35.305Z] 92df85c8420d: Layer already exists [2023-01-10T20:39:35.305Z] 3f617fe7daba: Layer already exists [2023-01-10T20:39:35.305Z] 4507296f1ff8: Layer already exists [2023-01-10T20:39:35.305Z] e5e13b0c77cb: Layer already exists [2023-01-10T20:39:35.305Z] e5191d4fec15: Layer already exists [2023-01-10T20:39:35.305Z] cacd4bcdfca6: Layer already exists [2023-01-10T20:39:35.305Z] main: digest: sha256:1c7b5d9f9d04ef695fb56d0881977a71f061bbbd9f7cdcedfeda9f7c2a4df7a3 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-10T20:39:35.349Z] ===================================================== [Pipeline] echo [2023-01-10T20:39:35.358Z] taggedImages: [2023-01-10T20:39:35.358Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:39:35.358Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-01-10T20:39:35.358Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.13 [2023-01-10T20:39:35.358Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T20:39:35.358Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2023-01-10T20:39:35.373Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2023-01-10T20:39:35.373Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:39:35.373Z] latest [2023-01-10T20:39:35.373Z] 3.0.0-dev.13 [2023-01-10T20:39:35.373Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T20:39:35.373Z] main [2023-01-10T20:39:35.373Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:35.694Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a23f936fb69ac20a7cf7db96067897b5bcb7663c [Pipeline] } [2023-01-10T20:39:35.709Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:35.982Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-10T20:39:35.982Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-10T20:39:35.982Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-10T20:39:36.007Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:39:36.007Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-01-10T20:39:36.007Z] f8dd0002c7cc: Preparing [2023-01-10T20:39:36.007Z] 71be53b8c2ef: Preparing [2023-01-10T20:39:36.007Z] c480c8f1d0a8: Preparing [2023-01-10T20:39:36.007Z] c346bf3d2ba2: Preparing [2023-01-10T20:39:36.007Z] 34d5ebaa5410: Preparing [2023-01-10T20:39:36.007Z] c480c8f1d0a8: Layer already exists [2023-01-10T20:39:36.007Z] 34d5ebaa5410: Layer already exists [2023-01-10T20:39:36.007Z] f8dd0002c7cc: Pushed [2023-01-10T20:39:36.254Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-10T20:39:36.254Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-10T20:39:36.524Z] OK: 221 MiB in 51 packages [2023-01-10T20:39:36.572Z] c346bf3d2ba2: Pushed [2023-01-10T20:39:36.794Z] OK: 221 MiB in 51 packages [2023-01-10T20:39:37.761Z] OK: 221 MiB in 51 packages [2023-01-10T20:39:38.031Z] OK: 221 MiB in 51 packages [2023-01-10T20:39:38.031Z] OK: 221 MiB in 51 packages [2023-01-10T20:39:38.031Z] Removing intermediate container 9cc9cea9a1cf [2023-01-10T20:39:38.031Z] ---> 00d6833a262b [2023-01-10T20:39:38.031Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-10T20:39:38.478Z] 71be53b8c2ef: Pushed [2023-01-10T20:39:38.478Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c: digest: sha256:5fe93e097b42a1c23fce32074dd3ba4ea179d05ce298b9eff8e4a22a3dbfa082 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:38.784Z] + 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-10T20:39:39.010Z] Removing intermediate container c1ef509a0e34 [2023-01-10T20:39:39.010Z] ---> 2895f9e887b7 [2023-01-10T20:39:39.010Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-10T20:39:39.080Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-01-10T20:39:39.080Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-01-10T20:39:39.080Z] f8dd0002c7cc: Preparing [2023-01-10T20:39:39.080Z] 71be53b8c2ef: Preparing [2023-01-10T20:39:39.080Z] c480c8f1d0a8: Preparing [2023-01-10T20:39:39.080Z] c346bf3d2ba2: Preparing [2023-01-10T20:39:39.080Z] 34d5ebaa5410: Preparing [2023-01-10T20:39:39.080Z] 34d5ebaa5410: Layer already exists [2023-01-10T20:39:39.080Z] c480c8f1d0a8: Layer already exists [2023-01-10T20:39:39.080Z] 71be53b8c2ef: Layer already exists [2023-01-10T20:39:39.080Z] c346bf3d2ba2: Layer already exists [2023-01-10T20:39:39.080Z] f8dd0002c7cc: Layer already exists [2023-01-10T20:39:39.080Z] latest: digest: sha256:5fe93e097b42a1c23fce32074dd3ba4ea179d05ce298b9eff8e4a22a3dbfa082 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:39.276Z] Removing intermediate container 4813efdeeacb [2023-01-10T20:39:39.276Z] ---> a13bc3328696 [2023-01-10T20:39:39.276Z] Step 6/24 : COPY go.mod vendor* ./ [2023-01-10T20:39:39.385Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:39.544Z] ---> 0bbbfc3ed4a7 [2023-01-10T20:39:39.544Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-10T20:39:39.544Z] Removing intermediate container 260ab147bdec [2023-01-10T20:39:39.544Z] ---> fe88dc53d602 [2023-01-10T20:39:39.544Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-10T20:39:39.690Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.13 [2023-01-10T20:39:39.690Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-01-10T20:39:39.690Z] f8dd0002c7cc: Preparing [2023-01-10T20:39:39.690Z] 71be53b8c2ef: Preparing [2023-01-10T20:39:39.690Z] c480c8f1d0a8: Preparing [2023-01-10T20:39:39.690Z] c346bf3d2ba2: Preparing [2023-01-10T20:39:39.690Z] 34d5ebaa5410: Preparing [2023-01-10T20:39:39.690Z] c346bf3d2ba2: Layer already exists [2023-01-10T20:39:39.690Z] 71be53b8c2ef: Layer already exists [2023-01-10T20:39:39.690Z] f8dd0002c7cc: Layer already exists [2023-01-10T20:39:39.690Z] 34d5ebaa5410: Layer already exists [2023-01-10T20:39:39.690Z] c480c8f1d0a8: Layer already exists [2023-01-10T20:39:39.690Z] 3.0.0-dev.13: digest: sha256:5fe93e097b42a1c23fce32074dd3ba4ea179d05ce298b9eff8e4a22a3dbfa082 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:39.834Z] ---> Running in 20775195fcfd [2023-01-10T20:39:39.834Z] Removing intermediate container 671dce76deb2 [2023-01-10T20:39:39.834Z] ---> b64dd1325555 [2023-01-10T20:39:39.834Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-10T20:39:39.994Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:40.102Z] ---> 72d67e9b8bec [2023-01-10T20:39:40.102Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-10T20:39:40.302Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T20:39:40.302Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-01-10T20:39:40.302Z] f8dd0002c7cc: Preparing [2023-01-10T20:39:40.302Z] 71be53b8c2ef: Preparing [2023-01-10T20:39:40.302Z] c480c8f1d0a8: Preparing [2023-01-10T20:39:40.302Z] c346bf3d2ba2: Preparing [2023-01-10T20:39:40.302Z] 34d5ebaa5410: Preparing [2023-01-10T20:39:40.302Z] 71be53b8c2ef: Layer already exists [2023-01-10T20:39:40.302Z] 34d5ebaa5410: Layer already exists [2023-01-10T20:39:40.302Z] c480c8f1d0a8: Layer already exists [2023-01-10T20:39:40.302Z] f8dd0002c7cc: Layer already exists [2023-01-10T20:39:40.302Z] c346bf3d2ba2: Layer already exists [2023-01-10T20:39:40.302Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13: digest: sha256:5fe93e097b42a1c23fce32074dd3ba4ea179d05ce298b9eff8e4a22a3dbfa082 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:40.373Z] ---> Running in 21c56e807cda [2023-01-10T20:39:40.617Z] + 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-10T20:39:40.654Z] ---> f86e97bf551c [2023-01-10T20:39:40.654Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-10T20:39:40.914Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2023-01-10T20:39:40.914Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-01-10T20:39:40.914Z] f8dd0002c7cc: Preparing [2023-01-10T20:39:40.914Z] 71be53b8c2ef: Preparing [2023-01-10T20:39:40.914Z] c480c8f1d0a8: Preparing [2023-01-10T20:39:40.914Z] c346bf3d2ba2: Preparing [2023-01-10T20:39:40.914Z] 34d5ebaa5410: Preparing [2023-01-10T20:39:40.914Z] c480c8f1d0a8: Layer already exists [2023-01-10T20:39:40.914Z] 34d5ebaa5410: Layer already exists [2023-01-10T20:39:40.915Z] c346bf3d2ba2: Layer already exists [2023-01-10T20:39:40.915Z] f8dd0002c7cc: Layer already exists [2023-01-10T20:39:40.915Z] 71be53b8c2ef: Layer already exists [2023-01-10T20:39:40.915Z] main: digest: sha256:5fe93e097b42a1c23fce32074dd3ba4ea179d05ce298b9eff8e4a22a3dbfa082 size: 1367 [Pipeline] } [2023-01-10T20:39:40.928Z] ---> Running in ebf07c72f329 [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-10T20:39:40.959Z] ===================================================== [Pipeline] echo [2023-01-10T20:39:40.970Z] taggedImages: [2023-01-10T20:39:40.970Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:39:40.970Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-01-10T20:39:40.970Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.13 [2023-01-10T20:39:40.970Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T20:39:40.970Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2023-01-10T20:39:40.991Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2023-01-10T20:39:40.991Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:39:40.991Z] latest [2023-01-10T20:39:40.991Z] 3.0.0-dev.13 [2023-01-10T20:39:40.991Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T20:39:40.991Z] main [2023-01-10T20:39:40.991Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:41.195Z] ---> a1a437ec7c18 [2023-01-10T20:39:41.195Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-10T20:39:41.307Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:a23f936fb69ac20a7cf7db96067897b5bcb7663c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:41.467Z] ---> d1c3b1a6e851 [2023-01-10T20:39:41.467Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-10T20:39:41.467Z] ---> Running in a027a54daa09 [2023-01-10T20:39:41.605Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:39:41.605Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-01-10T20:39:41.605Z] 8aaa929302a8: Preparing [2023-01-10T20:39:41.605Z] 7cf4dc565cef: Preparing [2023-01-10T20:39:41.605Z] 26fcdc312b1c: Preparing [2023-01-10T20:39:41.605Z] cc9d61f19ab8: Preparing [2023-01-10T20:39:41.605Z] f84bf1e1bf9d: Preparing [2023-01-10T20:39:41.605Z] a868d5b02395: Preparing [2023-01-10T20:39:41.605Z] 34d5ebaa5410: Preparing [2023-01-10T20:39:41.605Z] a868d5b02395: Waiting [2023-01-10T20:39:41.605Z] 34d5ebaa5410: Waiting [2023-01-10T20:39:41.605Z] 8aaa929302a8: Pushed [2023-01-10T20:39:41.605Z] 7cf4dc565cef: Pushed [2023-01-10T20:39:41.605Z] 26fcdc312b1c: Pushed [2023-01-10T20:39:41.605Z] 34d5ebaa5410: Layer already exists [2023-01-10T20:39:41.735Z] ---> Running in 00bd90e3ed40 [2023-01-10T20:39:42.172Z] a868d5b02395: Pushed [2023-01-10T20:39:45.453Z] f84bf1e1bf9d: Pushed [2023-01-10T20:39:47.980Z] cc9d61f19ab8: Pushed [2023-01-10T20:39:47.980Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c: digest: sha256:42ff2301b038c6253f059074eb1d2f0a3cb889dcb3da0e287f4f962d51c3ebda size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:48.282Z] + 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-10T20:39:48.584Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-01-10T20:39:48.584Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-01-10T20:39:48.584Z] 8aaa929302a8: Preparing [2023-01-10T20:39:48.584Z] 7cf4dc565cef: Preparing [2023-01-10T20:39:48.584Z] 26fcdc312b1c: Preparing [2023-01-10T20:39:48.584Z] cc9d61f19ab8: Preparing [2023-01-10T20:39:48.584Z] f84bf1e1bf9d: Preparing [2023-01-10T20:39:48.584Z] a868d5b02395: Preparing [2023-01-10T20:39:48.584Z] 34d5ebaa5410: Preparing [2023-01-10T20:39:48.584Z] a868d5b02395: Waiting [2023-01-10T20:39:48.584Z] 34d5ebaa5410: Waiting [2023-01-10T20:39:48.584Z] 7cf4dc565cef: Layer already exists [2023-01-10T20:39:48.584Z] cc9d61f19ab8: Layer already exists [2023-01-10T20:39:48.584Z] 8aaa929302a8: Layer already exists [2023-01-10T20:39:48.584Z] 26fcdc312b1c: Layer already exists [2023-01-10T20:39:48.585Z] f84bf1e1bf9d: Layer already exists [2023-01-10T20:39:48.585Z] a868d5b02395: Layer already exists [2023-01-10T20:39:48.585Z] 34d5ebaa5410: Layer already exists [2023-01-10T20:39:48.585Z] latest: digest: sha256:42ff2301b038c6253f059074eb1d2f0a3cb889dcb3da0e287f4f962d51c3ebda size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:48.888Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:49.189Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.13 [2023-01-10T20:39:49.190Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-01-10T20:39:49.190Z] 8aaa929302a8: Preparing [2023-01-10T20:39:49.190Z] 7cf4dc565cef: Preparing [2023-01-10T20:39:49.190Z] 26fcdc312b1c: Preparing [2023-01-10T20:39:49.190Z] cc9d61f19ab8: Preparing [2023-01-10T20:39:49.190Z] f84bf1e1bf9d: Preparing [2023-01-10T20:39:49.190Z] a868d5b02395: Preparing [2023-01-10T20:39:49.190Z] 34d5ebaa5410: Preparing [2023-01-10T20:39:49.190Z] a868d5b02395: Waiting [2023-01-10T20:39:49.190Z] 34d5ebaa5410: Waiting [2023-01-10T20:39:49.190Z] f84bf1e1bf9d: Layer already exists [2023-01-10T20:39:49.190Z] 26fcdc312b1c: Layer already exists [2023-01-10T20:39:49.190Z] cc9d61f19ab8: Layer already exists [2023-01-10T20:39:49.190Z] 8aaa929302a8: Layer already exists [2023-01-10T20:39:49.190Z] 7cf4dc565cef: Layer already exists [2023-01-10T20:39:49.190Z] a868d5b02395: Layer already exists [2023-01-10T20:39:49.190Z] 34d5ebaa5410: Layer already exists [2023-01-10T20:39:49.190Z] 3.0.0-dev.13: digest: sha256:42ff2301b038c6253f059074eb1d2f0a3cb889dcb3da0e287f4f962d51c3ebda size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:49.492Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:49.790Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T20:39:49.791Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-01-10T20:39:49.791Z] 8aaa929302a8: Preparing [2023-01-10T20:39:49.791Z] 7cf4dc565cef: Preparing [2023-01-10T20:39:49.791Z] 26fcdc312b1c: Preparing [2023-01-10T20:39:49.791Z] cc9d61f19ab8: Preparing [2023-01-10T20:39:49.791Z] f84bf1e1bf9d: Preparing [2023-01-10T20:39:49.791Z] a868d5b02395: Preparing [2023-01-10T20:39:49.791Z] 34d5ebaa5410: Preparing [2023-01-10T20:39:49.791Z] a868d5b02395: Waiting [2023-01-10T20:39:49.791Z] 34d5ebaa5410: Waiting [2023-01-10T20:39:49.791Z] 26fcdc312b1c: Layer already exists [2023-01-10T20:39:49.791Z] cc9d61f19ab8: Layer already exists [2023-01-10T20:39:49.791Z] f84bf1e1bf9d: Layer already exists [2023-01-10T20:39:49.791Z] 8aaa929302a8: Layer already exists [2023-01-10T20:39:49.791Z] 7cf4dc565cef: Layer already exists [2023-01-10T20:39:49.791Z] a868d5b02395: Layer already exists [2023-01-10T20:39:49.791Z] 34d5ebaa5410: Layer already exists [2023-01-10T20:39:49.791Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13: digest: sha256:42ff2301b038c6253f059074eb1d2f0a3cb889dcb3da0e287f4f962d51c3ebda size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:50.096Z] + 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-10T20:39:50.397Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2023-01-10T20:39:50.397Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-01-10T20:39:50.397Z] 8aaa929302a8: Preparing [2023-01-10T20:39:50.397Z] 7cf4dc565cef: Preparing [2023-01-10T20:39:50.397Z] 26fcdc312b1c: Preparing [2023-01-10T20:39:50.397Z] cc9d61f19ab8: Preparing [2023-01-10T20:39:50.397Z] f84bf1e1bf9d: Preparing [2023-01-10T20:39:50.397Z] a868d5b02395: Preparing [2023-01-10T20:39:50.397Z] 34d5ebaa5410: Preparing [2023-01-10T20:39:50.397Z] 34d5ebaa5410: Waiting [2023-01-10T20:39:50.397Z] a868d5b02395: Waiting [2023-01-10T20:39:50.397Z] cc9d61f19ab8: Layer already exists [2023-01-10T20:39:50.397Z] 7cf4dc565cef: Layer already exists [2023-01-10T20:39:50.397Z] 26fcdc312b1c: Layer already exists [2023-01-10T20:39:50.397Z] 8aaa929302a8: Layer already exists [2023-01-10T20:39:50.397Z] f84bf1e1bf9d: Layer already exists [2023-01-10T20:39:50.397Z] a868d5b02395: Layer already exists [2023-01-10T20:39:50.397Z] 34d5ebaa5410: Layer already exists [2023-01-10T20:39:50.397Z] main: digest: sha256:42ff2301b038c6253f059074eb1d2f0a3cb889dcb3da0e287f4f962d51c3ebda size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-10T20:39:50.428Z] ===================================================== [Pipeline] echo [2023-01-10T20:39:50.445Z] taggedImages: [2023-01-10T20:39:50.445Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:39:50.445Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-01-10T20:39:50.445Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.13 [2023-01-10T20:39:50.445Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T20:39:50.445Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2023-01-10T20:39:50.461Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2023-01-10T20:39:50.461Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:39:50.461Z] latest [2023-01-10T20:39:50.461Z] 3.0.0-dev.13 [2023-01-10T20:39:50.461Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T20:39:50.461Z] main [2023-01-10T20:39:50.461Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:50.763Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:a23f936fb69ac20a7cf7db96067897b5bcb7663c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:51.061Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:39:51.061Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-01-10T20:39:51.061Z] 527a019f3cb1: Preparing [2023-01-10T20:39:51.061Z] b7ba255c289e: Preparing [2023-01-10T20:39:51.061Z] 56fc4836babf: Preparing [2023-01-10T20:39:51.061Z] 74d821d28854: Preparing [2023-01-10T20:39:51.061Z] 9fa6b2d31bd9: Preparing [2023-01-10T20:39:51.061Z] 34d5ebaa5410: Preparing [2023-01-10T20:39:51.061Z] 34d5ebaa5410: Waiting [2023-01-10T20:39:51.061Z] 527a019f3cb1: Pushed [2023-01-10T20:39:51.061Z] b7ba255c289e: Pushed [2023-01-10T20:39:51.061Z] 56fc4836babf: Pushed [2023-01-10T20:39:51.061Z] 34d5ebaa5410: Layer already exists [2023-01-10T20:39:51.319Z] 9fa6b2d31bd9: Pushed [2023-01-10T20:39:59.437Z] 74d821d28854: Pushed [2023-01-10T20:39:59.437Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c: digest: sha256:c4bd272beb78c9fba8cbf8e1d458fa44e051c1faa943c3cd511e933a2b349791 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:39:59.749Z] + 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-10T20:40:00.058Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-01-10T20:40:00.058Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-01-10T20:40:00.058Z] 527a019f3cb1: Preparing [2023-01-10T20:40:00.058Z] b7ba255c289e: Preparing [2023-01-10T20:40:00.058Z] 56fc4836babf: Preparing [2023-01-10T20:40:00.058Z] 74d821d28854: Preparing [2023-01-10T20:40:00.058Z] 9fa6b2d31bd9: Preparing [2023-01-10T20:40:00.058Z] 34d5ebaa5410: Preparing [2023-01-10T20:40:00.058Z] 34d5ebaa5410: Waiting [2023-01-10T20:40:00.058Z] b7ba255c289e: Layer already exists [2023-01-10T20:40:00.058Z] 9fa6b2d31bd9: Layer already exists [2023-01-10T20:40:00.058Z] 527a019f3cb1: Layer already exists [2023-01-10T20:40:00.058Z] 56fc4836babf: Layer already exists [2023-01-10T20:40:00.058Z] 74d821d28854: Layer already exists [2023-01-10T20:40:00.058Z] 34d5ebaa5410: Layer already exists [2023-01-10T20:40:00.058Z] latest: digest: sha256:c4bd272beb78c9fba8cbf8e1d458fa44e051c1faa943c3cd511e933a2b349791 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:40:00.359Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:40:00.659Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.13 [2023-01-10T20:40:00.659Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-01-10T20:40:00.659Z] 527a019f3cb1: Preparing [2023-01-10T20:40:00.659Z] b7ba255c289e: Preparing [2023-01-10T20:40:00.659Z] 56fc4836babf: Preparing [2023-01-10T20:40:00.659Z] 74d821d28854: Preparing [2023-01-10T20:40:00.659Z] 9fa6b2d31bd9: Preparing [2023-01-10T20:40:00.659Z] 34d5ebaa5410: Preparing [2023-01-10T20:40:00.659Z] 34d5ebaa5410: Waiting [2023-01-10T20:40:00.659Z] 56fc4836babf: Layer already exists [2023-01-10T20:40:00.659Z] 9fa6b2d31bd9: Layer already exists [2023-01-10T20:40:00.659Z] b7ba255c289e: Layer already exists [2023-01-10T20:40:00.659Z] 527a019f3cb1: Layer already exists [2023-01-10T20:40:00.659Z] 74d821d28854: Layer already exists [2023-01-10T20:40:00.659Z] 34d5ebaa5410: Layer already exists [2023-01-10T20:40:00.659Z] 3.0.0-dev.13: digest: sha256:c4bd272beb78c9fba8cbf8e1d458fa44e051c1faa943c3cd511e933a2b349791 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:40:00.972Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:40:01.278Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T20:40:01.278Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-01-10T20:40:01.278Z] 527a019f3cb1: Preparing [2023-01-10T20:40:01.278Z] b7ba255c289e: Preparing [2023-01-10T20:40:01.278Z] 56fc4836babf: Preparing [2023-01-10T20:40:01.278Z] 74d821d28854: Preparing [2023-01-10T20:40:01.278Z] 9fa6b2d31bd9: Preparing [2023-01-10T20:40:01.278Z] 34d5ebaa5410: Preparing [2023-01-10T20:40:01.278Z] 74d821d28854: Layer already exists [2023-01-10T20:40:01.278Z] b7ba255c289e: Layer already exists [2023-01-10T20:40:01.278Z] 56fc4836babf: Layer already exists [2023-01-10T20:40:01.278Z] 9fa6b2d31bd9: Layer already exists [2023-01-10T20:40:01.278Z] 527a019f3cb1: Layer already exists [2023-01-10T20:40:01.278Z] 34d5ebaa5410: Layer already exists [2023-01-10T20:40:01.278Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13: digest: sha256:c4bd272beb78c9fba8cbf8e1d458fa44e051c1faa943c3cd511e933a2b349791 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:40:01.580Z] + 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-10T20:40:01.889Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2023-01-10T20:40:01.889Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-01-10T20:40:01.889Z] 527a019f3cb1: Preparing [2023-01-10T20:40:01.889Z] b7ba255c289e: Preparing [2023-01-10T20:40:01.889Z] 56fc4836babf: Preparing [2023-01-10T20:40:01.889Z] 74d821d28854: Preparing [2023-01-10T20:40:01.889Z] 9fa6b2d31bd9: Preparing [2023-01-10T20:40:01.889Z] 34d5ebaa5410: Preparing [2023-01-10T20:40:01.889Z] 34d5ebaa5410: Waiting [2023-01-10T20:40:01.889Z] 74d821d28854: Layer already exists [2023-01-10T20:40:01.889Z] b7ba255c289e: Layer already exists [2023-01-10T20:40:01.889Z] 527a019f3cb1: Layer already exists [2023-01-10T20:40:01.889Z] 56fc4836babf: Layer already exists [2023-01-10T20:40:01.889Z] 9fa6b2d31bd9: Layer already exists [2023-01-10T20:40:01.889Z] 34d5ebaa5410: Layer already exists [2023-01-10T20:40:01.889Z] main: digest: sha256:c4bd272beb78c9fba8cbf8e1d458fa44e051c1faa943c3cd511e933a2b349791 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-10T20:40:01.922Z] ===================================================== [Pipeline] echo [2023-01-10T20:40:01.935Z] taggedImages: [2023-01-10T20:40:01.935Z] - nexus3.edgexfoundry.org:10004/security-spire-config:a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:40:01.935Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-01-10T20:40:01.935Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.13 [2023-01-10T20:40:01.935Z] - nexus3.edgexfoundry.org:10004/security-spire-config:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T20:40:01.935Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2023-01-10T20:40:01.958Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2023-01-10T20:40:01.958Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:40:01.958Z] latest [2023-01-10T20:40:01.958Z] 3.0.0-dev.13 [2023-01-10T20:40:01.958Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T20:40:01.958Z] main [2023-01-10T20:40:01.958Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:40:02.271Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:a23f936fb69ac20a7cf7db96067897b5bcb7663c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:40:02.570Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:40:02.570Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-01-10T20:40:02.570Z] cd6f3f835d32: Preparing [2023-01-10T20:40:02.570Z] 3851bd229820: Preparing [2023-01-10T20:40:02.570Z] 9a3d112a9fe0: Preparing [2023-01-10T20:40:02.570Z] 8026cda68884: Preparing [2023-01-10T20:40:02.570Z] a868d5b02395: Preparing [2023-01-10T20:40:02.570Z] 34d5ebaa5410: Preparing [2023-01-10T20:40:02.570Z] 34d5ebaa5410: Waiting [2023-01-10T20:40:02.570Z] a868d5b02395: Layer already exists [2023-01-10T20:40:02.570Z] 34d5ebaa5410: Layer already exists [2023-01-10T20:40:02.570Z] cd6f3f835d32: Pushed [2023-01-10T20:40:02.570Z] 3851bd229820: Pushed [2023-01-10T20:40:02.570Z] 9a3d112a9fe0: Pushed [2023-01-10T20:40:09.153Z] 8026cda68884: Pushed [2023-01-10T20:40:09.412Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c: digest: sha256:89f0dca4ab949896f9e24049d9a91cbb31e06e3dac11261af9f4cbad4f425084 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:40:09.715Z] + 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-10T20:40:10.015Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-01-10T20:40:10.015Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-01-10T20:40:10.015Z] cd6f3f835d32: Preparing [2023-01-10T20:40:10.015Z] 3851bd229820: Preparing [2023-01-10T20:40:10.015Z] 9a3d112a9fe0: Preparing [2023-01-10T20:40:10.015Z] 8026cda68884: Preparing [2023-01-10T20:40:10.015Z] a868d5b02395: Preparing [2023-01-10T20:40:10.015Z] 34d5ebaa5410: Preparing [2023-01-10T20:40:10.015Z] 34d5ebaa5410: Waiting [2023-01-10T20:40:10.015Z] 8026cda68884: Layer already exists [2023-01-10T20:40:10.015Z] 9a3d112a9fe0: Layer already exists [2023-01-10T20:40:10.015Z] cd6f3f835d32: Layer already exists [2023-01-10T20:40:10.015Z] 3851bd229820: Layer already exists [2023-01-10T20:40:10.015Z] a868d5b02395: Layer already exists [2023-01-10T20:40:10.015Z] 34d5ebaa5410: Layer already exists [2023-01-10T20:40:10.015Z] latest: digest: sha256:89f0dca4ab949896f9e24049d9a91cbb31e06e3dac11261af9f4cbad4f425084 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:40:10.315Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:40:10.625Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.13 [2023-01-10T20:40:10.625Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-01-10T20:40:10.625Z] cd6f3f835d32: Preparing [2023-01-10T20:40:10.625Z] 3851bd229820: Preparing [2023-01-10T20:40:10.625Z] 9a3d112a9fe0: Preparing [2023-01-10T20:40:10.625Z] 8026cda68884: Preparing [2023-01-10T20:40:10.625Z] a868d5b02395: Preparing [2023-01-10T20:40:10.625Z] 34d5ebaa5410: Preparing [2023-01-10T20:40:10.625Z] 34d5ebaa5410: Waiting [2023-01-10T20:40:10.625Z] cd6f3f835d32: Layer already exists [2023-01-10T20:40:10.625Z] a868d5b02395: Layer already exists [2023-01-10T20:40:10.625Z] 3851bd229820: Layer already exists [2023-01-10T20:40:10.625Z] 8026cda68884: Layer already exists [2023-01-10T20:40:10.625Z] 9a3d112a9fe0: Layer already exists [2023-01-10T20:40:10.625Z] 34d5ebaa5410: Layer already exists [2023-01-10T20:40:10.625Z] 3.0.0-dev.13: digest: sha256:89f0dca4ab949896f9e24049d9a91cbb31e06e3dac11261af9f4cbad4f425084 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:40:10.926Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:40:11.225Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T20:40:11.225Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-01-10T20:40:11.225Z] cd6f3f835d32: Preparing [2023-01-10T20:40:11.225Z] 3851bd229820: Preparing [2023-01-10T20:40:11.225Z] 9a3d112a9fe0: Preparing [2023-01-10T20:40:11.225Z] 8026cda68884: Preparing [2023-01-10T20:40:11.225Z] a868d5b02395: Preparing [2023-01-10T20:40:11.225Z] 34d5ebaa5410: Preparing [2023-01-10T20:40:11.225Z] 34d5ebaa5410: Waiting [2023-01-10T20:40:11.225Z] 3851bd229820: Layer already exists [2023-01-10T20:40:11.225Z] a868d5b02395: Layer already exists [2023-01-10T20:40:11.225Z] cd6f3f835d32: Layer already exists [2023-01-10T20:40:11.225Z] 8026cda68884: Layer already exists [2023-01-10T20:40:11.225Z] 9a3d112a9fe0: Layer already exists [2023-01-10T20:40:11.225Z] 34d5ebaa5410: Layer already exists [2023-01-10T20:40:11.225Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13: digest: sha256:89f0dca4ab949896f9e24049d9a91cbb31e06e3dac11261af9f4cbad4f425084 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:40:11.523Z] + 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-10T20:40:11.827Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2023-01-10T20:40:11.827Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-01-10T20:40:11.827Z] cd6f3f835d32: Preparing [2023-01-10T20:40:11.827Z] 3851bd229820: Preparing [2023-01-10T20:40:11.827Z] 9a3d112a9fe0: Preparing [2023-01-10T20:40:11.827Z] 8026cda68884: Preparing [2023-01-10T20:40:11.827Z] a868d5b02395: Preparing [2023-01-10T20:40:11.827Z] 34d5ebaa5410: Preparing [2023-01-10T20:40:11.827Z] 34d5ebaa5410: Waiting [2023-01-10T20:40:11.827Z] 9a3d112a9fe0: Layer already exists [2023-01-10T20:40:11.827Z] 8026cda68884: Layer already exists [2023-01-10T20:40:11.827Z] a868d5b02395: Layer already exists [2023-01-10T20:40:11.827Z] cd6f3f835d32: Layer already exists [2023-01-10T20:40:11.827Z] 3851bd229820: Layer already exists [2023-01-10T20:40:11.827Z] 34d5ebaa5410: Layer already exists [2023-01-10T20:40:11.827Z] main: digest: sha256:89f0dca4ab949896f9e24049d9a91cbb31e06e3dac11261af9f4cbad4f425084 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-10T20:40:11.874Z] ===================================================== [Pipeline] echo [2023-01-10T20:40:11.883Z] taggedImages: [2023-01-10T20:40:11.883Z] - nexus3.edgexfoundry.org:10004/security-spire-server:a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:40:11.883Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-01-10T20:40:11.883Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.13 [2023-01-10T20:40:11.883Z] - nexus3.edgexfoundry.org:10004/security-spire-server:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T20:40:11.883Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2023-01-10T20:40:11.907Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2023-01-10T20:40:11.907Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:40:11.907Z] latest [2023-01-10T20:40:11.907Z] 3.0.0-dev.13 [2023-01-10T20:40:11.907Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T20:40:11.907Z] main [2023-01-10T20:40:11.907Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:40:12.224Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:a23f936fb69ac20a7cf7db96067897b5bcb7663c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:40:12.564Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:40:12.564Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-01-10T20:40:12.564Z] 7eaaec12c439: Preparing [2023-01-10T20:40:12.564Z] 5129def98441: Preparing [2023-01-10T20:40:12.564Z] c480c8f1d0a8: Preparing [2023-01-10T20:40:12.564Z] 023738be34b9: Preparing [2023-01-10T20:40:12.564Z] e5e13b0c77cb: Preparing [2023-01-10T20:40:12.564Z] e5e13b0c77cb: Layer already exists [2023-01-10T20:40:12.564Z] c480c8f1d0a8: Layer already exists [2023-01-10T20:40:12.564Z] 7eaaec12c439: Pushed [2023-01-10T20:40:13.945Z] 023738be34b9: Pushed [2023-01-10T20:40:15.319Z] 5129def98441: Pushed [2023-01-10T20:40:15.319Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c: digest: sha256:494b39c38860ddf655897e65073a90fe5313863a3e4249ea19f7b5713128e58e size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:40:15.629Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:40:15.935Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-01-10T20:40:15.935Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-01-10T20:40:15.935Z] 7eaaec12c439: Preparing [2023-01-10T20:40:15.935Z] 5129def98441: Preparing [2023-01-10T20:40:15.935Z] c480c8f1d0a8: Preparing [2023-01-10T20:40:15.935Z] 023738be34b9: Preparing [2023-01-10T20:40:15.935Z] e5e13b0c77cb: Preparing [2023-01-10T20:40:15.935Z] 023738be34b9: Layer already exists [2023-01-10T20:40:15.935Z] c480c8f1d0a8: Layer already exists [2023-01-10T20:40:15.935Z] 5129def98441: Layer already exists [2023-01-10T20:40:15.935Z] e5e13b0c77cb: Layer already exists [2023-01-10T20:40:15.935Z] 7eaaec12c439: Layer already exists [2023-01-10T20:40:15.935Z] latest: digest: sha256:494b39c38860ddf655897e65073a90fe5313863a3e4249ea19f7b5713128e58e size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:40:16.247Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:40:16.554Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.13 [2023-01-10T20:40:16.554Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-01-10T20:40:16.554Z] 7eaaec12c439: Preparing [2023-01-10T20:40:16.554Z] 5129def98441: Preparing [2023-01-10T20:40:16.554Z] c480c8f1d0a8: Preparing [2023-01-10T20:40:16.554Z] 023738be34b9: Preparing [2023-01-10T20:40:16.554Z] e5e13b0c77cb: Preparing [2023-01-10T20:40:16.554Z] e5e13b0c77cb: Layer already exists [2023-01-10T20:40:16.554Z] c480c8f1d0a8: Layer already exists [2023-01-10T20:40:16.554Z] 023738be34b9: Layer already exists [2023-01-10T20:40:16.554Z] 7eaaec12c439: Layer already exists [2023-01-10T20:40:16.554Z] 5129def98441: Layer already exists [2023-01-10T20:40:16.554Z] 3.0.0-dev.13: digest: sha256:494b39c38860ddf655897e65073a90fe5313863a3e4249ea19f7b5713128e58e size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:40:16.948Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:40:17.264Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T20:40:17.264Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-01-10T20:40:17.522Z] 7eaaec12c439: Preparing [2023-01-10T20:40:17.522Z] 5129def98441: Preparing [2023-01-10T20:40:17.522Z] c480c8f1d0a8: Preparing [2023-01-10T20:40:17.522Z] 023738be34b9: Preparing [2023-01-10T20:40:17.522Z] e5e13b0c77cb: Preparing [2023-01-10T20:40:17.522Z] c480c8f1d0a8: Layer already exists [2023-01-10T20:40:17.522Z] e5e13b0c77cb: Layer already exists [2023-01-10T20:40:17.522Z] 7eaaec12c439: Layer already exists [2023-01-10T20:40:17.522Z] 5129def98441: Layer already exists [2023-01-10T20:40:17.522Z] 023738be34b9: Layer already exists [2023-01-10T20:40:17.522Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13: digest: sha256:494b39c38860ddf655897e65073a90fe5313863a3e4249ea19f7b5713128e58e size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:40:17.830Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:40:18.138Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2023-01-10T20:40:18.138Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-01-10T20:40:18.138Z] 7eaaec12c439: Preparing [2023-01-10T20:40:18.138Z] 5129def98441: Preparing [2023-01-10T20:40:18.138Z] c480c8f1d0a8: Preparing [2023-01-10T20:40:18.138Z] 023738be34b9: Preparing [2023-01-10T20:40:18.138Z] e5e13b0c77cb: Preparing [2023-01-10T20:40:18.138Z] e5e13b0c77cb: Layer already exists [2023-01-10T20:40:18.138Z] c480c8f1d0a8: Layer already exists [2023-01-10T20:40:18.138Z] 7eaaec12c439: Layer already exists [2023-01-10T20:40:18.138Z] 023738be34b9: Layer already exists [2023-01-10T20:40:18.138Z] 5129def98441: Layer already exists [2023-01-10T20:40:18.397Z] main: digest: sha256:494b39c38860ddf655897e65073a90fe5313863a3e4249ea19f7b5713128e58e size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-10T20:40:18.435Z] ===================================================== [Pipeline] echo [2023-01-10T20:40:18.445Z] taggedImages: [2023-01-10T20:40:18.445Z] - nexus3.edgexfoundry.org:10004/support-notifications:a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:40:18.445Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-01-10T20:40:18.445Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.13 [2023-01-10T20:40:18.445Z] - nexus3.edgexfoundry.org:10004/support-notifications:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T20:40:18.445Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2023-01-10T20:40:18.462Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2023-01-10T20:40:18.462Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:40:18.462Z] latest [2023-01-10T20:40:18.462Z] 3.0.0-dev.13 [2023-01-10T20:40:18.462Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T20:40:18.462Z] main [2023-01-10T20:40:18.462Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:40:18.776Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:a23f936fb69ac20a7cf7db96067897b5bcb7663c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:40:19.084Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:40:19.084Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-01-10T20:40:19.084Z] c76129e184c9: Preparing [2023-01-10T20:40:19.084Z] b044d4a33a88: Preparing [2023-01-10T20:40:19.084Z] c480c8f1d0a8: Preparing [2023-01-10T20:40:19.084Z] cc7ce0f706c1: Preparing [2023-01-10T20:40:19.084Z] e5e13b0c77cb: Preparing [2023-01-10T20:40:19.084Z] e5e13b0c77cb: Layer already exists [2023-01-10T20:40:19.084Z] c480c8f1d0a8: Layer already exists [2023-01-10T20:40:19.084Z] cc7ce0f706c1: Layer already exists [2023-01-10T20:40:19.084Z] c76129e184c9: Pushed [2023-01-10T20:40:21.615Z] b044d4a33a88: Pushed [2023-01-10T20:40:21.873Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c: digest: sha256:e9f0054d88c447f33a705d5ce401292b7a63204670a01c35e863aa182f306d6e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:40:22.187Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:40:22.489Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-01-10T20:40:22.489Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-01-10T20:40:22.489Z] c76129e184c9: Preparing [2023-01-10T20:40:22.489Z] b044d4a33a88: Preparing [2023-01-10T20:40:22.489Z] c480c8f1d0a8: Preparing [2023-01-10T20:40:22.489Z] cc7ce0f706c1: Preparing [2023-01-10T20:40:22.489Z] e5e13b0c77cb: Preparing [2023-01-10T20:40:22.489Z] c480c8f1d0a8: Layer already exists [2023-01-10T20:40:22.489Z] b044d4a33a88: Layer already exists [2023-01-10T20:40:22.489Z] c76129e184c9: Layer already exists [2023-01-10T20:40:22.489Z] e5e13b0c77cb: Layer already exists [2023-01-10T20:40:22.489Z] cc7ce0f706c1: Layer already exists [2023-01-10T20:40:22.489Z] latest: digest: sha256:e9f0054d88c447f33a705d5ce401292b7a63204670a01c35e863aa182f306d6e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:40:22.806Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:40:23.112Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.13 [2023-01-10T20:40:23.112Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-01-10T20:40:23.112Z] c76129e184c9: Preparing [2023-01-10T20:40:23.112Z] b044d4a33a88: Preparing [2023-01-10T20:40:23.112Z] c480c8f1d0a8: Preparing [2023-01-10T20:40:23.112Z] cc7ce0f706c1: Preparing [2023-01-10T20:40:23.112Z] e5e13b0c77cb: Preparing [2023-01-10T20:40:23.112Z] b044d4a33a88: Layer already exists [2023-01-10T20:40:23.112Z] c76129e184c9: Layer already exists [2023-01-10T20:40:23.112Z] e5e13b0c77cb: Layer already exists [2023-01-10T20:40:23.112Z] cc7ce0f706c1: Layer already exists [2023-01-10T20:40:23.112Z] c480c8f1d0a8: Layer already exists [2023-01-10T20:40:23.112Z] 3.0.0-dev.13: digest: sha256:e9f0054d88c447f33a705d5ce401292b7a63204670a01c35e863aa182f306d6e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:40:23.420Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:40:23.728Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T20:40:23.728Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-01-10T20:40:23.728Z] c76129e184c9: Preparing [2023-01-10T20:40:23.728Z] b044d4a33a88: Preparing [2023-01-10T20:40:23.728Z] c480c8f1d0a8: Preparing [2023-01-10T20:40:23.728Z] cc7ce0f706c1: Preparing [2023-01-10T20:40:23.728Z] e5e13b0c77cb: Preparing [2023-01-10T20:40:23.728Z] e5e13b0c77cb: Layer already exists [2023-01-10T20:40:23.728Z] b044d4a33a88: Layer already exists [2023-01-10T20:40:23.728Z] cc7ce0f706c1: Layer already exists [2023-01-10T20:40:23.728Z] c76129e184c9: Layer already exists [2023-01-10T20:40:23.728Z] c480c8f1d0a8: Layer already exists [2023-01-10T20:40:23.728Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13: digest: sha256:e9f0054d88c447f33a705d5ce401292b7a63204670a01c35e863aa182f306d6e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:40:24.034Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:40:24.337Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2023-01-10T20:40:24.337Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-01-10T20:40:24.337Z] c76129e184c9: Preparing [2023-01-10T20:40:24.337Z] b044d4a33a88: Preparing [2023-01-10T20:40:24.337Z] c480c8f1d0a8: Preparing [2023-01-10T20:40:24.337Z] cc7ce0f706c1: Preparing [2023-01-10T20:40:24.337Z] e5e13b0c77cb: Preparing [2023-01-10T20:40:24.337Z] c76129e184c9: Layer already exists [2023-01-10T20:40:24.337Z] cc7ce0f706c1: Layer already exists [2023-01-10T20:40:24.337Z] b044d4a33a88: Layer already exists [2023-01-10T20:40:24.337Z] e5e13b0c77cb: Layer already exists [2023-01-10T20:40:24.337Z] c480c8f1d0a8: Layer already exists [2023-01-10T20:40:24.337Z] main: digest: sha256:e9f0054d88c447f33a705d5ce401292b7a63204670a01c35e863aa182f306d6e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-10T20:40:24.382Z] ===================================================== [Pipeline] echo [2023-01-10T20:40:24.393Z] taggedImages: [2023-01-10T20:40:24.393Z] - nexus3.edgexfoundry.org:10004/support-scheduler:a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:40:24.393Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-01-10T20:40:24.393Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.13 [2023-01-10T20:40:24.393Z] - nexus3.edgexfoundry.org:10004/support-scheduler:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T20:40:24.393Z] - 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-10T20:41:33.418Z] Removing intermediate container 00bd90e3ed40 [2023-01-10T20:41:33.418Z] ---> 23eb9d94a346 [2023-01-10T20:41:33.418Z] Step 8/22 : COPY . . [2023-01-10T20:41:33.418Z] Removing intermediate container 20775195fcfd [2023-01-10T20:41:33.418Z] ---> c8cbdc57ba8c [2023-01-10T20:41:33.419Z] Step 7/24 : COPY . . [2023-01-10T20:41:33.419Z] Removing intermediate container 21c56e807cda [2023-01-10T20:41:33.419Z] ---> 1155cec62954 [2023-01-10T20:41:33.419Z] Step 7/24 : COPY . . [2023-01-10T20:41:33.419Z] Removing intermediate container ebf07c72f329 [2023-01-10T20:41:33.419Z] ---> e29f31f30ea9 [2023-01-10T20:41:33.419Z] Step 8/24 : COPY . . [2023-01-10T20:41:33.419Z] Removing intermediate container a027a54daa09 [2023-01-10T20:41:33.419Z] ---> 9e4affcfca50 [2023-01-10T20:41:33.419Z] Step 8/22 : COPY . . [2023-01-10T20:41:33.419Z] ---> c83a758ff22f [2023-01-10T20:41:33.419Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-01-10T20:41:33.419Z] ---> 0b40a58fb99f [2023-01-10T20:41:33.419Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-01-10T20:41:33.419Z] ---> 19ee52aa58e8 [2023-01-10T20:41:33.419Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-01-10T20:41:33.419Z] ---> Running in c92ca86b7203 [2023-01-10T20:41:33.419Z] ---> 761b574fccfe [2023-01-10T20:41:33.419Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-01-10T20:41:33.419Z] ---> Running in 5caa7511a51f [2023-01-10T20:41:33.419Z] ---> 3d7ba1fda812 [2023-01-10T20:41:33.419Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-10T20:41:33.419Z] ---> Running in 68b1cfe8c617 [2023-01-10T20:41:33.419Z] ---> Running in fd32a1a20ed5 [2023-01-10T20:41:33.419Z] ---> Running in e16695970b5c [2023-01-10T20:41:33.419Z] Removing intermediate container e16695970b5c [2023-01-10T20:41:33.419Z] ---> 7784558ff3aa [2023-01-10T20:41:33.419Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-10T20:41:33.419Z] ---> Running in 61ca1e21c0a0 [2023-01-10T20:41:33.419Z] Removing intermediate container 61ca1e21c0a0 [2023-01-10T20:41:33.419Z] ---> a2a877646640 [2023-01-10T20:41:33.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-10T20:41:33.419Z] ---> Running in e408818ee88e [2023-01-10T20:41:33.419Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-01-10T20:41:33.419Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-01-10T20:41:33.419Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-01-10T20:41:33.419Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-01-10T20:41:33.702Z] Removing intermediate container e408818ee88e [2023-01-10T20:41:33.702Z] ---> 763b80e63fb4 [2023-01-10T20:41:33.702Z] Step 11/24 : WORKDIR /edgex-go [2023-01-10T20:41:33.970Z] ---> Running in 17d01656f259 [2023-01-10T20:41:34.557Z] Removing intermediate container 17d01656f259 [2023-01-10T20:41:34.557Z] ---> 066ec3d37539 [2023-01-10T20:41:34.557Z] [2023-01-10T20:41:34.557Z] Step 12/24 : FROM alpine:3.15 [2023-01-10T20:41:34.824Z] 3.15: Pulling from library/alpine [2023-01-10T20:41:36.784Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-01-10T20:41:36.784Z] Status: Downloaded newer image for alpine:3.15 [2023-01-10T20:41:36.784Z] ---> 8aa73fd46299 [2023-01-10T20:41:36.784Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-10T20:41:36.784Z] ---> Running in b21420d26ede [2023-01-10T20:41:37.370Z] Removing intermediate container b21420d26ede [2023-01-10T20:41:37.370Z] ---> 6cab684e9d88 [2023-01-10T20:41:37.370Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-01-10T20:41:37.370Z] ---> Running in 38f83281699d [2023-01-10T20:41:39.950Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-10T20:41:40.926Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-10T20:41:42.878Z] v3.15.6-242-g9cfdeb1de4 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-10T20:41:42.878Z] v3.15.6-237-g9ae8855cb5 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-10T20:41:42.878Z] OK: 15736 distinct packages available [2023-01-10T20:41:42.878Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-10T20:41:43.472Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-10T20:41:45.432Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-01-10T20:41:45.432Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-01-10T20:41:45.432Z] (3/4) Installing libucontext (1.1-r0) [2023-01-10T20:41:45.432Z] (4/4) Installing gcompat (1.0.0-r4) [2023-01-10T20:41:45.432Z] Executing busybox-1.34.1-r7.trigger [2023-01-10T20:41:45.432Z] OK: 6 MiB in 18 packages [2023-01-10T20:41:48.018Z] Removing intermediate container 38f83281699d [2023-01-10T20:41:48.018Z] ---> 7224befc074a [2023-01-10T20:41:48.018Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-10T20:41:54.665Z] ---> fa74e677890b [2023-01-10T20:41:54.665Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-01-10T20:41:56.087Z] ---> 37b18da6bdd6 [2023-01-10T20:41:56.087Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-01-10T20:41:56.356Z] ---> Running in 4f1cc78c5b46 [2023-01-10T20:41:56.957Z] Removing intermediate container 4f1cc78c5b46 [2023-01-10T20:41:56.957Z] ---> d6782dbac81c [2023-01-10T20:41:56.957Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-01-10T20:42:00.296Z] ---> 2bb3dd5e6764 [2023-01-10T20:42:00.296Z] Step 19/24 : WORKDIR / [2023-01-10T20:42:00.296Z] ---> Running in 6a9559a61192 [2023-01-10T20:42:00.569Z] Removing intermediate container 6a9559a61192 [2023-01-10T20:42:00.569Z] ---> cb12fb11936f [2023-01-10T20:42:00.569Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-10T20:42:00.569Z] ---> Running in fc8cabf1f929 [2023-01-10T20:42:01.159Z] Removing intermediate container fc8cabf1f929 [2023-01-10T20:42:01.159Z] ---> 5552a5b86da4 [2023-01-10T20:42:01.159Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-10T20:42:01.430Z] ---> Running in cfe8579cf8cc [2023-01-10T20:42:02.394Z] Removing intermediate container cfe8579cf8cc [2023-01-10T20:42:02.394Z] ---> 3273b2b78f17 [2023-01-10T20:42:02.394Z] Step 22/24 : LABEL arch=arm64 [2023-01-10T20:42:02.394Z] ---> Running in 2bc3b4f907ef [2023-01-10T20:42:02.979Z] Removing intermediate container 2bc3b4f907ef [2023-01-10T20:42:02.979Z] ---> 2efbc2555424 [2023-01-10T20:42:02.979Z] Step 23/24 : LABEL git_sha=a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:42:03.247Z] ---> Running in b3743128b964 [2023-01-10T20:42:03.833Z] Removing intermediate container b3743128b964 [2023-01-10T20:42:03.833Z] ---> 82ab16476732 [2023-01-10T20:42:03.833Z] Step 24/24 : LABEL version=3.0.0-dev.13 [2023-01-10T20:42:03.833Z] ---> Running in 4f4dadcb0acc [2023-01-10T20:42:06.429Z] Removing intermediate container 4f4dadcb0acc [2023-01-10T20:42:06.429Z] ---> 15dd2b415fb6 [2023-01-10T20:42:06.429Z] [2023-01-10T20:42:06.429Z] Successfully built 15dd2b415fb6 [2023-01-10T20:42:06.429Z] Successfully tagged security-spire-config-arm64:latest [2023-01-10T20:42:06.429Z] Building core-command [2023-01-10T20:42:13.070Z]  Building security-spire-config ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-10T20:42:13.070Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-10T20:42:13.070Z] ---> 86b0b7e64176 [2023-01-10T20:42:13.070Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-01-10T20:42:13.070Z] ---> Using cache [2023-01-10T20:42:13.070Z] ---> 3286d8b70b66 [2023-01-10T20:42:13.070Z] Step 4/23 : WORKDIR /edgex-go [2023-01-10T20:42:13.070Z] ---> Using cache [2023-01-10T20:42:13.070Z] ---> 777dda01b698 [2023-01-10T20:42:13.070Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-01-10T20:42:13.070Z] ---> Using cache [2023-01-10T20:42:13.070Z] ---> fe88dc53d602 [2023-01-10T20:42:13.070Z] Step 6/23 : COPY go.mod vendor* ./ [2023-01-10T20:42:13.340Z] ---> Using cache [2023-01-10T20:42:13.340Z] ---> a1a437ec7c18 [2023-01-10T20:42:13.340Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-10T20:42:13.340Z] ---> Using cache [2023-01-10T20:42:13.340Z] ---> 9e4affcfca50 [2023-01-10T20:42:13.340Z] Step 8/23 : COPY . . [2023-01-10T20:42:13.620Z] ---> Using cache [2023-01-10T20:42:13.620Z] ---> 19ee52aa58e8 [2023-01-10T20:42:13.620Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-01-10T20:42:13.892Z] ---> Running in 500eb5e94ba7 [2023-01-10T20:42:16.477Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-01-10T20:47:53.414Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-01-10T20:48:05.746Z] Removing intermediate container c92ca86b7203 [2023-01-10T20:48:05.746Z] ---> cd72d13e90c4 [2023-01-10T20:48:05.746Z] [2023-01-10T20:48:05.746Z] Step 9/24 : FROM alpine:3.16 [2023-01-10T20:48:05.746Z] 3.16: Pulling from library/alpine [2023-01-10T20:48:06.338Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-10T20:48:06.338Z] Status: Downloaded newer image for alpine:3.16 [2023-01-10T20:48:06.338Z] ---> 2b4661558fb8 [2023-01-10T20:48:06.339Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-01-10T20:48:06.605Z] ---> Running in 7e6f97c617dd [2023-01-10T20:48:08.559Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-10T20:48:08.829Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-10T20:48:10.248Z] (1/3) Installing ca-certificates (20220614-r0) [2023-01-10T20:48:10.248Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-01-10T20:48:10.248Z] (3/3) Installing su-exec (0.2-r1) [2023-01-10T20:48:10.248Z] Executing busybox-1.35.0-r17.trigger [2023-01-10T20:48:10.248Z] Executing ca-certificates-20220614-r0.trigger [2023-01-10T20:48:10.834Z] OK: 6 MiB in 17 packages [2023-01-10T20:48:12.788Z] Removing intermediate container 7e6f97c617dd [2023-01-10T20:48:12.788Z] ---> 3beb983917fa [2023-01-10T20:48:12.788Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-10T20:48:13.056Z] ---> Running in 0c30c8722ba7 [2023-01-10T20:48:13.641Z] Removing intermediate container 0c30c8722ba7 [2023-01-10T20:48:13.641Z] ---> a0561159108a [2023-01-10T20:48:13.641Z] Step 12/24 : WORKDIR / [2023-01-10T20:48:13.641Z] ---> Running in c51e2e79ea8d [2023-01-10T20:48:14.226Z] Removing intermediate container c51e2e79ea8d [2023-01-10T20:48:14.226Z] ---> 05b894daf9f6 [2023-01-10T20:48:14.226Z] 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-10T20:48:15.190Z] ---> 6c01f32184d7 [2023-01-10T20:48:15.190Z] 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-10T20:48:15.777Z] ---> 74ebf897112b [2023-01-10T20:48:15.777Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-01-10T20:48:16.743Z] ---> fbcc84aa57b7 [2023-01-10T20:48:16.743Z] 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-10T20:48:17.723Z] ---> 7873405e6d1a [2023-01-10T20:48:17.723Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-01-10T20:48:19.813Z] ---> eb56325180c2 [2023-01-10T20:48:19.813Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-01-10T20:48:21.323Z] ---> 7faf60670e1c [2023-01-10T20:48:21.323Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-01-10T20:48:22.992Z] ---> 0636d290c99f [2023-01-10T20:48:22.992Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-10T20:48:22.992Z] ---> Running in 2e12855cfc28 [2023-01-10T20:48:25.588Z] Removing intermediate container 2e12855cfc28 [2023-01-10T20:48:25.588Z] ---> c105cf41898c [2023-01-10T20:48:25.588Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-01-10T20:48:25.857Z] ---> Running in cb4d3ec50ed1 [2023-01-10T20:48:26.126Z] Removing intermediate container cb4d3ec50ed1 [2023-01-10T20:48:26.126Z] ---> b6cb5a98d412 [2023-01-10T20:48:26.126Z] Step 22/24 : LABEL arch=arm64 [2023-01-10T20:48:26.396Z] ---> Running in ecc69fae62ed [2023-01-10T20:48:26.990Z] Removing intermediate container ecc69fae62ed [2023-01-10T20:48:26.990Z] ---> 2b6a2e5edfd8 [2023-01-10T20:48:26.990Z] Step 23/24 : LABEL git_sha=a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:48:26.990Z] ---> Running in b9ee3e5bdd17 [2023-01-10T20:48:27.578Z] Removing intermediate container b9ee3e5bdd17 [2023-01-10T20:48:27.578Z] ---> d1991addc46e [2023-01-10T20:48:27.578Z] Step 24/24 : LABEL version=3.0.0-dev.13 [2023-01-10T20:48:27.578Z] ---> Running in fa3526bceb97 [2023-01-10T20:48:28.161Z] Removing intermediate container fa3526bceb97 [2023-01-10T20:48:28.161Z] ---> 8765513ae86d [2023-01-10T20:48:28.161Z] [2023-01-10T20:48:28.427Z] Successfully built 8765513ae86d [2023-01-10T20:48:28.427Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-01-10T20:48:28.427Z] Building security-spiffe-token-provider [2023-01-10T20:48:32.680Z]  Building security-secretstore-setup ... done Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-10T20:48:32.680Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-01-10T20:48:32.680Z] ---> 86b0b7e64176 [2023-01-10T20:48:32.680Z] Step 3/19 : WORKDIR /edgex-go [2023-01-10T20:48:32.680Z] ---> Using cache [2023-01-10T20:48:32.680Z] ---> 64fffed64946 [2023-01-10T20:48:32.680Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-01-10T20:48:32.680Z] ---> Running in 4fb45772d1e3 [2023-01-10T20:48:34.624Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-10T20:48:35.209Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-10T20:48:37.153Z] v3.16.3-99-g1016b47723 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-01-10T20:48:37.153Z] v3.16.3-102-g79afc08688 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-01-10T20:48:37.153Z] OK: 16899 distinct packages available [2023-01-10T20:48:37.153Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-10T20:48:37.421Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-10T20:48:39.368Z] OK: 221 MiB in 51 packages [2023-01-10T20:48:40.786Z] Removing intermediate container 4fb45772d1e3 [2023-01-10T20:48:40.786Z] ---> 1baa5991dd35 [2023-01-10T20:48:40.786Z] Step 5/19 : COPY go.mod vendor* ./ [2023-01-10T20:48:41.748Z] ---> cdc32947d13c [2023-01-10T20:48:41.748Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-10T20:48:41.748Z] ---> Running in ba70c7e6e0a5 [2023-01-10T20:49:08.442Z] Removing intermediate container 5caa7511a51f [2023-01-10T20:49:08.442Z] ---> e9a9c366c70a [2023-01-10T20:49:08.442Z] [2023-01-10T20:49:08.442Z] Step 10/24 : FROM alpine:3.16 [2023-01-10T20:49:08.442Z] ---> 2b4661558fb8 [2023-01-10T20:49:08.442Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-01-10T20:49:08.442Z] ---> Running in c997891d5e5a [2023-01-10T20:49:08.708Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-10T20:49:09.295Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-10T20:49:11.247Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-10T20:49:11.247Z] Executing busybox-1.35.0-r17.trigger [2023-01-10T20:49:11.247Z] OK: 5 MiB in 15 packages [2023-01-10T20:49:13.849Z] Removing intermediate container c997891d5e5a [2023-01-10T20:49:13.849Z] ---> d0bec86c4b8a [2023-01-10T20:49:13.849Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-10T20:49:13.849Z] ---> Running in f2e22901676f [2023-01-10T20:49:14.815Z] Removing intermediate container f2e22901676f [2023-01-10T20:49:14.815Z] ---> 739b984dd84b [2023-01-10T20:49:14.815Z] Step 13/24 : ENV APP_PORT=59881 [2023-01-10T20:49:15.082Z] ---> Running in 38ab07451c72 [2023-01-10T20:49:16.494Z] Removing intermediate container 38ab07451c72 [2023-01-10T20:49:16.494Z] ---> abb75e1c8edb [2023-01-10T20:49:16.494Z] Step 14/24 : EXPOSE $APP_PORT [2023-01-10T20:49:16.494Z] ---> Running in b21fab2927a2 [2023-01-10T20:49:17.912Z] Removing intermediate container b21fab2927a2 [2023-01-10T20:49:17.912Z] ---> b4d343761207 [2023-01-10T20:49:17.912Z] Step 15/24 : WORKDIR / [2023-01-10T20:49:17.912Z] ---> Running in 0ca707fe9a3b [2023-01-10T20:49:18.873Z] Removing intermediate container 0ca707fe9a3b [2023-01-10T20:49:18.873Z] ---> cdfa470d3139 [2023-01-10T20:49:18.873Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-10T20:49:19.456Z] Removing intermediate container 500eb5e94ba7 [2023-01-10T20:49:19.456Z] ---> 988d0d468ddd [2023-01-10T20:49:19.456Z] [2023-01-10T20:49:19.456Z] Step 10/23 : FROM alpine:3.16 [2023-01-10T20:49:19.456Z] ---> 2b4661558fb8 [2023-01-10T20:49:19.456Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-01-10T20:49:19.456Z] ---> Using cache [2023-01-10T20:49:19.456Z] ---> d0bec86c4b8a [2023-01-10T20:49:19.456Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-10T20:49:19.456Z] ---> Using cache [2023-01-10T20:49:19.456Z] ---> 739b984dd84b [2023-01-10T20:49:19.456Z] Step 13/23 : ENV APP_PORT=59882 [2023-01-10T20:49:19.734Z] ---> Running in 174840f06e88 [2023-01-10T20:49:20.008Z] ---> d98392c7c738 [2023-01-10T20:49:20.008Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-01-10T20:49:20.275Z] Removing intermediate container 174840f06e88 [2023-01-10T20:49:20.275Z] ---> 808038c4bc78 [2023-01-10T20:49:20.275Z] Step 14/23 : EXPOSE $APP_PORT [2023-01-10T20:49:20.542Z] ---> Running in c946fc60089a [2023-01-10T20:49:21.513Z] Removing intermediate container c946fc60089a [2023-01-10T20:49:21.513Z] ---> 9a719747deaf [2023-01-10T20:49:21.513Z] Step 15/23 : WORKDIR / [2023-01-10T20:49:21.783Z] ---> Running in 684e572a80db [2023-01-10T20:49:22.751Z] Removing intermediate container 684e572a80db [2023-01-10T20:49:22.751Z] ---> 263194207f65 [2023-01-10T20:49:22.751Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-10T20:49:22.751Z] ---> 23d556e9ab07 [2023-01-10T20:49:22.751Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-01-10T20:49:24.196Z] ---> 6538ab25aa90 [2023-01-10T20:49:24.196Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-01-10T20:49:24.196Z] ---> 5bd03a72eb26 [2023-01-10T20:49:24.196Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-01-10T20:49:26.169Z] ---> dd84bcc52069 [2023-01-10T20:49:26.169Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-01-10T20:49:26.447Z] ---> Running in ce749523c628 [2023-01-10T20:49:26.717Z] ---> 7f31e2afd08e [2023-01-10T20:49:26.717Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-01-10T20:49:27.297Z] Removing intermediate container ce749523c628 [2023-01-10T20:49:27.297Z] ---> 3563d9e83584 [2023-01-10T20:49:27.297Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-10T20:49:27.297Z] ---> Running in d4cf975afab0 [2023-01-10T20:49:27.878Z] ---> 265821e92f3b [2023-01-10T20:49:27.878Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-01-10T20:49:28.148Z] ---> Running in 8d5f255c7d1f [2023-01-10T20:49:28.148Z] Removing intermediate container d4cf975afab0 [2023-01-10T20:49:28.148Z] ---> 978710a8e5cb [2023-01-10T20:49:28.148Z] Step 22/24 : LABEL arch=arm64 [2023-01-10T20:49:28.148Z] ---> Running in a78c8c732dac [2023-01-10T20:49:28.738Z] Removing intermediate container 8d5f255c7d1f [2023-01-10T20:49:28.738Z] ---> 67ca80f091b3 [2023-01-10T20:49:28.738Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-10T20:49:29.005Z] Removing intermediate container a78c8c732dac [2023-01-10T20:49:29.005Z] ---> 2311d7ae23ad [2023-01-10T20:49:29.005Z] Step 23/24 : LABEL git_sha=a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:49:29.005Z] ---> Running in cc39033014d7 [2023-01-10T20:49:29.272Z] ---> Running in dfb67657c3c9 [2023-01-10T20:49:29.859Z] Removing intermediate container cc39033014d7 [2023-01-10T20:49:29.859Z] ---> 27dc86300f6f [2023-01-10T20:49:29.859Z] Step 21/23 : LABEL arch=arm64 [2023-01-10T20:49:29.859Z] Removing intermediate container dfb67657c3c9 [2023-01-10T20:49:29.859Z] ---> 56edc5c31996 [2023-01-10T20:49:29.859Z] Step 24/24 : LABEL version=3.0.0-dev.13 [2023-01-10T20:49:29.859Z] ---> Running in 5b698ab15fc8 [2023-01-10T20:49:30.126Z] ---> Running in d2e08606c5f3 [2023-01-10T20:49:30.712Z] Removing intermediate container 5b698ab15fc8 [2023-01-10T20:49:30.712Z] ---> 431e496b0347 [2023-01-10T20:49:30.712Z] Step 22/23 : LABEL git_sha=a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:49:30.712Z] Removing intermediate container d2e08606c5f3 [2023-01-10T20:49:30.712Z] ---> 9a906e2c9809 [2023-01-10T20:49:30.712Z] [2023-01-10T20:49:30.712Z] ---> Running in 375f9dbc8ec0 [2023-01-10T20:49:30.981Z] Successfully built 9a906e2c9809 [2023-01-10T20:49:30.981Z] Successfully tagged core-metadata-arm64:latest [2023-01-10T20:49:30.981Z] Building security-spire-server [2023-01-10T20:49:31.247Z]  Building core-metadata ... done Removing intermediate container 375f9dbc8ec0 [2023-01-10T20:49:31.247Z] ---> 22cace1c996b [2023-01-10T20:49:31.247Z] Step 23/23 : LABEL version=3.0.0-dev.13 [2023-01-10T20:49:31.247Z] ---> Running in 05ec426d48d1 [2023-01-10T20:49:31.830Z] Removing intermediate container 05ec426d48d1 [2023-01-10T20:49:31.830Z] ---> d4d7848adf81 [2023-01-10T20:49:31.830Z] [2023-01-10T20:49:32.098Z] Successfully built d4d7848adf81 [2023-01-10T20:49:32.098Z] Successfully tagged core-command-arm64:latest [2023-01-10T20:49:32.098Z]  Building core-command ... done Building security-proxy-setup [2023-01-10T20:49:37.460Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-10T20:49:37.460Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-10T20:49:37.460Z] ---> 86b0b7e64176 [2023-01-10T20:49:37.460Z] Step 3/23 : WORKDIR /edgex-go [2023-01-10T20:49:37.460Z] ---> Using cache [2023-01-10T20:49:37.460Z] ---> 64fffed64946 [2023-01-10T20:49:37.460Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-01-10T20:49:37.460Z] ---> Using cache [2023-01-10T20:49:37.460Z] ---> 2895f9e887b7 [2023-01-10T20:49:37.460Z] Step 5/23 : COPY go.mod vendor* ./ [2023-01-10T20:49:37.460Z] ---> Using cache [2023-01-10T20:49:37.460Z] ---> 72d67e9b8bec [2023-01-10T20:49:37.460Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-10T20:49:37.460Z] ---> Using cache [2023-01-10T20:49:37.460Z] ---> 1155cec62954 [2023-01-10T20:49:37.460Z] Step 7/23 : COPY . . [2023-01-10T20:49:37.460Z] ---> Using cache [2023-01-10T20:49:37.460Z] ---> 3d7ba1fda812 [2023-01-10T20:49:37.460Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-01-10T20:49:37.460Z] ---> Using cache [2023-01-10T20:49:37.460Z] ---> 7784558ff3aa [2023-01-10T20:49:37.460Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-01-10T20:49:37.460Z] ---> Using cache [2023-01-10T20:49:37.460Z] ---> a2a877646640 [2023-01-10T20:49:37.460Z] 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-10T20:49:38.041Z] ---> Running in 88d4377f8830 [2023-01-10T20:49:39.447Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-10T20:49:39.447Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-01-10T20:49:39.447Z] ---> 86b0b7e64176 [2023-01-10T20:49:39.447Z] Step 3/21 : WORKDIR /edgex-go [2023-01-10T20:49:39.447Z] ---> Using cache [2023-01-10T20:49:39.447Z] ---> 64fffed64946 [2023-01-10T20:49:39.447Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-01-10T20:49:39.713Z] ---> Running in 8512a5bfeccc [2023-01-10T20:49:42.303Z] Removing intermediate container 88d4377f8830 [2023-01-10T20:49:42.303Z] ---> b93cf842ab7c [2023-01-10T20:49:42.303Z] Step 11/23 : WORKDIR /edgex-go [2023-01-10T20:49:42.303Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-10T20:49:42.303Z] ---> Running in 60a1b4e55108 [2023-01-10T20:49:42.887Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-10T20:49:42.887Z] Removing intermediate container 60a1b4e55108 [2023-01-10T20:49:42.887Z] ---> 9257cbe6110a [2023-01-10T20:49:42.887Z] [2023-01-10T20:49:42.887Z] Step 12/23 : FROM alpine:3.15 [2023-01-10T20:49:42.887Z] ---> 8aa73fd46299 [2023-01-10T20:49:42.887Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-10T20:49:42.887Z] ---> Using cache [2023-01-10T20:49:42.887Z] ---> 6cab684e9d88 [2023-01-10T20:49:42.887Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-10T20:49:43.155Z] ---> Running in ed90ecc0b65c [2023-01-10T20:49:45.132Z] OK: 221 MiB in 51 packages [2023-01-10T20:49:46.123Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-10T20:49:46.710Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-10T20:49:46.979Z] Removing intermediate container 8512a5bfeccc [2023-01-10T20:49:46.980Z] ---> a25ac2d9ca6b [2023-01-10T20:49:46.980Z] Step 5/21 : COPY go.mod vendor* ./ [2023-01-10T20:49:47.962Z] v3.15.6-242-g9cfdeb1de4 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-10T20:49:47.962Z] v3.15.6-237-g9ae8855cb5 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-10T20:49:47.962Z] OK: 15736 distinct packages available [2023-01-10T20:49:48.232Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-10T20:49:48.507Z] ---> 02703390ed39 [2023-01-10T20:49:48.507Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-10T20:49:48.787Z] ---> Running in c212311a55e4 [2023-01-10T20:49:48.787Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-10T20:49:50.202Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-01-10T20:49:50.202Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-01-10T20:49:50.202Z] (3/5) Installing libucontext (1.1-r0) [2023-01-10T20:49:50.202Z] (4/5) Installing gcompat (1.0.0-r4) [2023-01-10T20:49:50.202Z] (5/5) Installing openssl (1.1.1s-r1) [2023-01-10T20:49:50.202Z] Executing busybox-1.34.1-r7.trigger [2023-01-10T20:49:50.202Z] OK: 6 MiB in 19 packages [2023-01-10T20:49:52.798Z] Removing intermediate container ed90ecc0b65c [2023-01-10T20:49:52.798Z] ---> 3e826d22b92d [2023-01-10T20:49:52.798Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-10T20:50:02.882Z] ---> 48a6da28136f [2023-01-10T20:50:02.882Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-01-10T20:50:04.821Z] ---> 52ff8cf2a005 [2023-01-10T20:50:04.821Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-01-10T20:50:06.226Z] ---> 382012294c94 [2023-01-10T20:50:06.226Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-01-10T20:50:07.636Z] ---> f4677f5562f9 [2023-01-10T20:50:07.636Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-10T20:50:07.636Z] ---> Running in 073a03917332 [2023-01-10T20:50:08.593Z] Removing intermediate container 073a03917332 [2023-01-10T20:50:08.593Z] ---> 005ac565b568 [2023-01-10T20:50:08.593Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-10T20:50:08.863Z] ---> Running in 64b2a0d0a083 [2023-01-10T20:50:09.818Z] Removing intermediate container 64b2a0d0a083 [2023-01-10T20:50:09.818Z] ---> a9f39a4140a2 [2023-01-10T20:50:09.818Z] Step 21/23 : LABEL arch=arm64 [2023-01-10T20:50:10.085Z] ---> Running in 3e8672b50f4c [2023-01-10T20:50:10.678Z] Removing intermediate container 3e8672b50f4c [2023-01-10T20:50:10.678Z] ---> faacdd9986e8 [2023-01-10T20:50:10.678Z] Step 22/23 : LABEL git_sha=a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:50:10.944Z] ---> Running in dfa4739448a5 [2023-01-10T20:50:11.904Z] Removing intermediate container dfa4739448a5 [2023-01-10T20:50:11.904Z] ---> 938f370825e3 [2023-01-10T20:50:11.904Z] Step 23/23 : LABEL version=3.0.0-dev.13 [2023-01-10T20:50:12.170Z] ---> Running in ea835d0d5ff4 [2023-01-10T20:50:13.132Z] Removing intermediate container ea835d0d5ff4 [2023-01-10T20:50:13.132Z] ---> 3ea7478270fc [2023-01-10T20:50:13.132Z] [2023-01-10T20:50:13.398Z] Successfully built 3ea7478270fc [2023-01-10T20:50:13.398Z] Successfully tagged security-spire-server-arm64:latest [2023-01-10T20:50:13.664Z]  Building security-spire-server ... done Building security-bootstrapper [2023-01-10T20:50:19.018Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-10T20:50:19.018Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-01-10T20:50:19.018Z] ---> 86b0b7e64176 [2023-01-10T20:50:19.018Z] Step 3/32 : WORKDIR /edgex-go [2023-01-10T20:50:19.018Z] ---> Using cache [2023-01-10T20:50:19.018Z] ---> 64fffed64946 [2023-01-10T20:50:19.018Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-01-10T20:50:19.018Z] ---> Using cache [2023-01-10T20:50:19.018Z] ---> a25ac2d9ca6b [2023-01-10T20:50:19.018Z] Step 5/32 : COPY go.mod vendor* ./ [2023-01-10T20:50:19.018Z] ---> Using cache [2023-01-10T20:50:19.018Z] ---> 02703390ed39 [2023-01-10T20:50:19.018Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-10T20:50:19.285Z] ---> Running in 952cba4f7d42 [2023-01-10T20:50:31.616Z] Removing intermediate container ba70c7e6e0a5 [2023-01-10T20:50:31.616Z] ---> 14d4d2b31192 [2023-01-10T20:50:31.616Z] Step 7/19 : COPY . . [2023-01-10T20:50:34.966Z] ---> 95c994118433 [2023-01-10T20:50:34.966Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-01-10T20:50:34.966Z] ---> Running in 32be9e3a09e9 [2023-01-10T20:50:37.006Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-01-10T20:51:33.411Z] Removing intermediate container c212311a55e4 [2023-01-10T20:51:33.411Z] ---> 2be161e7d7e0 [2023-01-10T20:51:33.411Z] Step 7/21 : COPY . . [2023-01-10T20:51:34.828Z] ---> 502c018e3451 [2023-01-10T20:51:34.828Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-01-10T20:51:34.828Z] ---> Running in 7022f4de7209 [2023-01-10T20:51:38.175Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-01-10T20:52:17.068Z] Removing intermediate container 68b1cfe8c617 [2023-01-10T20:52:17.068Z] ---> 658dfaa40004 [2023-01-10T20:52:17.068Z] [2023-01-10T20:52:17.068Z] Step 10/22 : FROM alpine:3.16 [2023-01-10T20:52:17.068Z] ---> 2b4661558fb8 [2023-01-10T20:52:17.068Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-01-10T20:52:17.068Z] ---> Using cache [2023-01-10T20:52:17.068Z] ---> d0bec86c4b8a [2023-01-10T20:52:17.068Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-10T20:52:17.068Z] ---> Using cache [2023-01-10T20:52:17.068Z] ---> 739b984dd84b [2023-01-10T20:52:17.068Z] Step 13/22 : ENV APP_PORT=59861 [2023-01-10T20:52:17.068Z] ---> Running in bf54a26bb7a9 [2023-01-10T20:52:17.068Z] Removing intermediate container bf54a26bb7a9 [2023-01-10T20:52:17.068Z] ---> c211d07feb23 [2023-01-10T20:52:17.068Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-10T20:52:17.068Z] ---> Running in d84e31f17ae6 [2023-01-10T20:52:17.068Z] Removing intermediate container fd32a1a20ed5 [2023-01-10T20:52:17.068Z] ---> eefd1ef44200 [2023-01-10T20:52:17.068Z] [2023-01-10T20:52:17.068Z] Step 10/22 : FROM alpine:3.16 [2023-01-10T20:52:17.068Z] ---> 2b4661558fb8 [2023-01-10T20:52:17.068Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-01-10T20:52:17.068Z] ---> Running in 3fb9b5ffe6d1 [2023-01-10T20:52:17.068Z] Removing intermediate container d84e31f17ae6 [2023-01-10T20:52:17.068Z] ---> bce136e9cf94 [2023-01-10T20:52:17.068Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-10T20:52:17.068Z] ---> f69eba4579c8 [2023-01-10T20:52:17.068Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-01-10T20:52:17.068Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-10T20:52:17.068Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-10T20:52:17.336Z] Removing intermediate container 952cba4f7d42 [2023-01-10T20:52:17.336Z] ---> 52b789eba14c [2023-01-10T20:52:17.606Z] Step 7/32 : COPY . . [2023-01-10T20:52:17.606Z] (1/2) Installing ca-certificates (20220614-r0) [2023-01-10T20:52:17.873Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-01-10T20:52:17.873Z] Executing busybox-1.35.0-r17.trigger [2023-01-10T20:52:17.873Z] Executing ca-certificates-20220614-r0.trigger [2023-01-10T20:52:18.140Z] OK: 6 MiB in 16 packages [2023-01-10T20:52:19.107Z] ---> 8fcf7f011cc0 [2023-01-10T20:52:19.108Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-01-10T20:52:21.058Z] ---> c4bbdf1220b3 [2023-01-10T20:52:21.058Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-01-10T20:52:21.058Z] ---> Running in cd43b1f3963f [2023-01-10T20:52:22.028Z] Removing intermediate container 3fb9b5ffe6d1 [2023-01-10T20:52:22.028Z] Removing intermediate container cd43b1f3963f [2023-01-10T20:52:22.028Z] ---> e5a313d98741 [2023-01-10T20:52:22.028Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-10T20:52:22.028Z] ---> 359f41867a3e [2023-01-10T20:52:22.028Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-10T20:52:22.028Z] ---> Running in a9fa39126e00 [2023-01-10T20:52:22.299Z] ---> Running in 23a7a9e49007 [2023-01-10T20:52:23.265Z] Removing intermediate container a9fa39126e00 [2023-01-10T20:52:23.265Z] ---> 3258a9986853 [2023-01-10T20:52:23.265Z] Step 13/22 : ENV APP_PORT=59860 [2023-01-10T20:52:23.550Z] Removing intermediate container 23a7a9e49007 [2023-01-10T20:52:23.550Z] ---> a37132643445 [2023-01-10T20:52:23.550Z] Step 20/22 : LABEL arch=arm64 [2023-01-10T20:52:23.550Z] ---> Running in 48dcffd0bcc7 [2023-01-10T20:52:23.820Z] ---> Running in 13c09af461e7 [2023-01-10T20:52:24.406Z] ---> 898a99adfcfe [2023-01-10T20:52:24.406Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-01-10T20:52:24.406Z] Removing intermediate container 48dcffd0bcc7 [2023-01-10T20:52:24.406Z] ---> d396d103f7fd [2023-01-10T20:52:24.722Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-10T20:52:24.722Z] Removing intermediate container 13c09af461e7 [2023-01-10T20:52:24.722Z] ---> 08c31f549cf2 [2023-01-10T20:52:24.722Z] Step 21/22 : LABEL git_sha=a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:52:24.722Z] ---> Running in b9bce091b898 [2023-01-10T20:52:24.722Z] ---> Running in a07c36afad1b [2023-01-10T20:52:24.995Z] ---> Running in fce8f2c97569 [2023-01-10T20:52:25.966Z] Removing intermediate container a07c36afad1b [2023-01-10T20:52:25.966Z] ---> eed79f738870 [2023-01-10T20:52:25.966Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-10T20:52:25.966Z] Removing intermediate container fce8f2c97569 [2023-01-10T20:52:25.966Z] ---> aaa3fdb081ca [2023-01-10T20:52:25.966Z] Step 22/22 : LABEL version=3.0.0-dev.13 [2023-01-10T20:52:26.236Z] ---> Running in cb604e3c516f [2023-01-10T20:52:27.199Z] Removing intermediate container cb604e3c516f [2023-01-10T20:52:27.199Z] ---> 881417958946 [2023-01-10T20:52:27.199Z] [2023-01-10T20:52:27.468Z] ---> 61e310ed977d [2023-01-10T20:52:27.468Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-01-10T20:52:27.468Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-01-10T20:52:27.736Z] Successfully built 881417958946 [2023-01-10T20:52:27.736Z] Successfully tagged support-scheduler-arm64:latest [2023-01-10T20:52:27.736Z]  Building support-scheduler ... done Building core-data [2023-01-10T20:52:30.314Z] ---> a02cb64faf84 [2023-01-10T20:52:30.314Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-01-10T20:52:30.897Z] ---> c24b9c497b26 [2023-01-10T20:52:30.897Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-01-10T20:52:30.897Z] ---> Running in 34bab5a76077 [2023-01-10T20:52:31.856Z] Removing intermediate container 34bab5a76077 [2023-01-10T20:52:31.856Z] ---> 9ab7d040806d [2023-01-10T20:52:31.856Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-10T20:52:31.856Z] ---> Running in 940fa7ed22e7 [2023-01-10T20:52:32.818Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-10T20:52:32.818Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-10T20:52:32.818Z] ---> 86b0b7e64176 [2023-01-10T20:52:32.818Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-10T20:52:32.818Z] ---> Using cache [2023-01-10T20:52:32.818Z] ---> 3286d8b70b66 [2023-01-10T20:52:32.818Z] Step 4/22 : WORKDIR /edgex-go [2023-01-10T20:52:32.818Z] ---> Using cache [2023-01-10T20:52:32.818Z] ---> 777dda01b698 [2023-01-10T20:52:32.818Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-10T20:52:32.818Z] ---> Using cache [2023-01-10T20:52:32.818Z] ---> fe88dc53d602 [2023-01-10T20:52:32.818Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-10T20:52:32.818Z] ---> Using cache [2023-01-10T20:52:32.818Z] ---> a1a437ec7c18 [2023-01-10T20:52:32.818Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-10T20:52:32.818Z] ---> Using cache [2023-01-10T20:52:32.818Z] ---> 9e4affcfca50 [2023-01-10T20:52:32.818Z] Step 8/22 : COPY . . [2023-01-10T20:52:32.818Z] Removing intermediate container 940fa7ed22e7 [2023-01-10T20:52:32.818Z] ---> aa1e824c9806 [2023-01-10T20:52:32.818Z] Step 20/22 : LABEL arch=arm64 [2023-01-10T20:52:32.818Z] ---> Using cache [2023-01-10T20:52:32.818Z] ---> 19ee52aa58e8 [2023-01-10T20:52:32.818Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-01-10T20:52:33.088Z] ---> Running in a373d94cdbbd [2023-01-10T20:52:33.088Z] ---> Running in 83565f67ecac [2023-01-10T20:52:34.046Z] Removing intermediate container 83565f67ecac [2023-01-10T20:52:34.046Z] ---> 753d44113d5f [2023-01-10T20:52:34.046Z] Step 21/22 : LABEL git_sha=a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:52:34.046Z] ---> Running in 6ba484ccc067 [2023-01-10T20:52:35.019Z] Removing intermediate container 6ba484ccc067 [2023-01-10T20:52:35.019Z] ---> 08faff16b0c4 [2023-01-10T20:52:35.019Z] Step 22/22 : LABEL version=3.0.0-dev.13 [2023-01-10T20:52:35.289Z] ---> Running in 8734bc5065a3 [2023-01-10T20:52:35.554Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-01-10T20:52:35.821Z] Removing intermediate container 8734bc5065a3 [2023-01-10T20:52:35.821Z] ---> 7e910e41554f [2023-01-10T20:52:35.821Z] [2023-01-10T20:52:36.085Z] Successfully built 7e910e41554f [2023-01-10T20:52:36.085Z] Successfully tagged support-notifications-arm64:latest [2023-01-10T20:52:36.085Z] Building security-spire-agent [2023-01-10T20:52:40.478Z]  Building support-notifications ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-10T20:52:40.479Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-10T20:52:40.479Z] ---> 86b0b7e64176 [2023-01-10T20:52:40.479Z] Step 3/24 : WORKDIR /edgex-go [2023-01-10T20:52:40.479Z] ---> Using cache [2023-01-10T20:52:40.479Z] ---> 64fffed64946 [2023-01-10T20:52:40.479Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-10T20:52:40.479Z] ---> Using cache [2023-01-10T20:52:40.479Z] ---> 2895f9e887b7 [2023-01-10T20:52:40.479Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-10T20:52:40.479Z] ---> Using cache [2023-01-10T20:52:40.479Z] ---> 72d67e9b8bec [2023-01-10T20:52:40.479Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-10T20:52:40.479Z] ---> Using cache [2023-01-10T20:52:40.479Z] ---> 1155cec62954 [2023-01-10T20:52:40.479Z] Step 7/24 : COPY . . [2023-01-10T20:52:40.479Z] ---> Using cache [2023-01-10T20:52:40.479Z] ---> 3d7ba1fda812 [2023-01-10T20:52:40.479Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-10T20:52:40.479Z] ---> Using cache [2023-01-10T20:52:40.479Z] ---> 7784558ff3aa [2023-01-10T20:52:40.479Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-10T20:52:40.479Z] ---> Using cache [2023-01-10T20:52:40.479Z] ---> a2a877646640 [2023-01-10T20:52:40.479Z] 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-10T20:52:40.479Z] ---> Using cache [2023-01-10T20:52:40.479Z] ---> 763b80e63fb4 [2023-01-10T20:52:40.479Z] Step 11/24 : WORKDIR /edgex-go [2023-01-10T20:52:40.479Z] ---> Using cache [2023-01-10T20:52:40.479Z] ---> 066ec3d37539 [2023-01-10T20:52:40.479Z] [2023-01-10T20:52:40.479Z] Step 12/24 : FROM alpine:3.15 [2023-01-10T20:52:40.479Z] ---> 8aa73fd46299 [2023-01-10T20:52:40.479Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-10T20:52:40.479Z] ---> Using cache [2023-01-10T20:52:40.479Z] ---> 6cab684e9d88 [2023-01-10T20:52:40.479Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-10T20:52:40.479Z] ---> Using cache [2023-01-10T20:52:40.479Z] ---> 3e826d22b92d [2023-01-10T20:52:40.479Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-01-10T20:52:44.938Z] ---> da50b5b37ced [2023-01-10T20:52:44.938Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-10T20:52:50.279Z] ---> 192bb4425a20 [2023-01-10T20:52:50.279Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-01-10T20:52:50.545Z] ---> e3bdf19d75ef [2023-01-10T20:52:50.545Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-01-10T20:52:51.504Z] ---> 039502584e91 [2023-01-10T20:52:51.504Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-01-10T20:52:52.460Z] ---> 7b7125cafc4f [2023-01-10T20:52:52.460Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-10T20:52:52.460Z] ---> Running in 1c70e1376b4a [2023-01-10T20:52:53.042Z] Removing intermediate container 1c70e1376b4a [2023-01-10T20:52:53.042Z] ---> d2ea776e6fde [2023-01-10T20:52:53.042Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-10T20:52:53.309Z] ---> Running in 27fd65c78144 [2023-01-10T20:52:53.891Z] Removing intermediate container 27fd65c78144 [2023-01-10T20:52:53.891Z] ---> 2e549bd5e0cd [2023-01-10T20:52:53.891Z] Step 22/24 : LABEL arch=arm64 [2023-01-10T20:52:53.891Z] ---> Running in f6c7c3207c23 [2023-01-10T20:52:54.474Z] Removing intermediate container f6c7c3207c23 [2023-01-10T20:52:54.474Z] ---> dc49da6ec834 [2023-01-10T20:52:54.474Z] Step 23/24 : LABEL git_sha=a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:52:54.743Z] ---> Running in cbad8a5fbe58 [2023-01-10T20:52:55.325Z] Removing intermediate container cbad8a5fbe58 [2023-01-10T20:52:55.325Z] ---> 52893666602a [2023-01-10T20:52:55.325Z] Step 24/24 : LABEL version=3.0.0-dev.13 [2023-01-10T20:52:55.325Z] ---> Running in 737d8781a353 [2023-01-10T20:52:55.908Z] Removing intermediate container 737d8781a353 [2023-01-10T20:52:55.908Z] ---> de7b45547841 [2023-01-10T20:52:55.908Z] [2023-01-10T20:52:55.908Z] Successfully built de7b45547841 [2023-01-10T20:52:56.866Z] Successfully tagged security-spire-agent-arm64:latest [2023-01-10T20:56:48.677Z]  Building security-spire-agent ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-01-10T20:56:58.739Z] Removing intermediate container 7022f4de7209 [2023-01-10T20:56:58.739Z] ---> ab28e3e115fc [2023-01-10T20:56:58.739Z] [2023-01-10T20:56:58.739Z] Step 9/21 : FROM alpine:3.16 [2023-01-10T20:56:58.739Z] ---> 2b4661558fb8 [2023-01-10T20:56:58.739Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-01-10T20:56:58.739Z] ---> Running in e7609b709916 [2023-01-10T20:56:59.696Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-10T20:56:59.965Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-10T20:57:01.373Z] (1/6) Installing ca-certificates (20220614-r0) [2023-01-10T20:57:01.373Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-01-10T20:57:01.373Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-01-10T20:57:01.373Z] (4/6) Installing libcurl (7.83.1-r5) [2023-01-10T20:57:01.373Z] (5/6) Installing curl (7.83.1-r5) [2023-01-10T20:57:01.373Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-01-10T20:57:01.373Z] Executing busybox-1.35.0-r17.trigger [2023-01-10T20:57:01.373Z] Executing ca-certificates-20220614-r0.trigger [2023-01-10T20:57:01.641Z] OK: 8 MiB in 20 packages [2023-01-10T20:57:04.221Z] Removing intermediate container e7609b709916 [2023-01-10T20:57:04.221Z] ---> ce5421ec7ca7 [2023-01-10T20:57:04.221Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-10T20:57:04.222Z] ---> Running in 013466a907bb [2023-01-10T20:57:04.487Z] Removing intermediate container 013466a907bb [2023-01-10T20:57:04.487Z] ---> 8d232d19583a [2023-01-10T20:57:04.487Z] Step 12/21 : WORKDIR /edgex [2023-01-10T20:57:04.487Z] ---> Running in 50e31cd80f5f [2023-01-10T20:57:05.072Z] Removing intermediate container 50e31cd80f5f [2023-01-10T20:57:05.072Z] ---> 4322507852d3 [2023-01-10T20:57:05.072Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-01-10T20:57:06.031Z] ---> 5ea580dd87ea [2023-01-10T20:57:06.031Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-01-10T20:57:07.451Z] ---> c98eb0fde8c0 [2023-01-10T20:57:07.451Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-01-10T20:57:09.432Z] ---> a8c577aeb02a [2023-01-10T20:57:09.432Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-01-10T20:57:10.014Z] ---> 04c874d046aa [2023-01-10T20:57:10.014Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-10T20:57:10.287Z] ---> Running in bc97265592ec [2023-01-10T20:57:13.645Z] Removing intermediate container bc97265592ec [2023-01-10T20:57:13.645Z] ---> e3bd673a39cd [2023-01-10T20:57:13.645Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-01-10T20:57:13.645Z] ---> Running in 615c6b1d0ec7 [2023-01-10T20:57:13.645Z] Removing intermediate container 615c6b1d0ec7 [2023-01-10T20:57:13.645Z] ---> 0f38388f4480 [2023-01-10T20:57:13.645Z] Step 19/21 : LABEL arch=arm64 [2023-01-10T20:57:13.912Z] ---> Running in c69ebbf599bb [2023-01-10T20:57:14.495Z] Removing intermediate container c69ebbf599bb [2023-01-10T20:57:14.495Z] ---> 6b71f04d0707 [2023-01-10T20:57:14.495Z] Step 20/21 : LABEL git_sha=a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:57:14.495Z] ---> Running in 6b9eaae4a95e [2023-01-10T20:57:15.085Z] Removing intermediate container 6b9eaae4a95e [2023-01-10T20:57:15.085Z] ---> 7368d2a27094 [2023-01-10T20:57:15.085Z] Step 21/21 : LABEL version=3.0.0-dev.13 [2023-01-10T20:57:15.352Z] ---> Running in 1b4b27938e22 [2023-01-10T20:57:15.937Z] Removing intermediate container 1b4b27938e22 [2023-01-10T20:57:15.937Z] ---> b47e9caa0536 [2023-01-10T20:57:15.937Z] [2023-01-10T20:57:15.937Z] Successfully built b47e9caa0536 [2023-01-10T20:57:15.937Z] Successfully tagged security-proxy-setup-arm64:latest [2023-01-10T20:57:54.804Z]  Building security-proxy-setup ... done Removing intermediate container b9bce091b898 [2023-01-10T20:57:54.804Z] ---> 27b3fc441c16 [2023-01-10T20:57:54.804Z] [2023-01-10T20:57:54.804Z] Step 9/32 : FROM alpine:3.16 [2023-01-10T20:57:54.804Z] ---> 2b4661558fb8 [2023-01-10T20:57:54.804Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-10T20:57:54.804Z] ---> Running in 47618a65b106 [2023-01-10T20:57:54.804Z] Removing intermediate container 32be9e3a09e9 [2023-01-10T20:57:54.804Z] ---> 7931ecb474a1 [2023-01-10T20:57:54.804Z] [2023-01-10T20:57:54.804Z] Step 9/19 : FROM alpine:3.15 [2023-01-10T20:57:54.804Z] ---> 8aa73fd46299 [2023-01-10T20:57:54.804Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-10T20:57:54.804Z] ---> Using cache [2023-01-10T20:57:54.804Z] ---> 6cab684e9d88 [2023-01-10T20:57:54.804Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-01-10T20:57:54.804Z] ---> Running in 4f00d8dd6a85 [2023-01-10T20:57:54.804Z] Removing intermediate container 47618a65b106 [2023-01-10T20:57:54.804Z] ---> 92becd51e882 [2023-01-10T20:57:54.804Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-01-10T20:57:54.804Z] ---> Running in 7e764afecf9c [2023-01-10T20:57:54.804Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-10T20:57:54.804Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-10T20:57:54.804Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-10T20:57:54.804Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-10T20:57:54.804Z] v3.15.6-242-g9cfdeb1de4 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-10T20:57:54.804Z] v3.15.6-237-g9ae8855cb5 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-10T20:57:54.804Z] OK: 15736 distinct packages available [2023-01-10T20:57:54.804Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-10T20:57:54.804Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-01-10T20:57:54.804Z] (2/2) Installing su-exec (0.2-r1) [2023-01-10T20:57:54.804Z] Executing busybox-1.35.0-r17.trigger [2023-01-10T20:57:54.804Z] OK: 5 MiB in 16 packages [2023-01-10T20:57:54.804Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-10T20:57:55.766Z] (1/9) Installing ca-certificates (20220614-r0) [2023-01-10T20:57:55.766Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-01-10T20:57:55.766Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-01-10T20:57:55.766Z] (4/9) Installing libcurl (7.80.0-r5) [2023-01-10T20:57:55.766Z] (5/9) Installing curl (7.80.0-r5) [2023-01-10T20:57:55.766Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-01-10T20:57:55.766Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-01-10T20:57:55.766Z] (8/9) Installing libucontext (1.1-r0) [2023-01-10T20:57:55.766Z] (9/9) Installing gcompat (1.0.0-r4) [2023-01-10T20:57:55.766Z] Executing busybox-1.34.1-r7.trigger [2023-01-10T20:57:55.766Z] Executing ca-certificates-20220614-r0.trigger [2023-01-10T20:57:56.055Z] Removing intermediate container 7e764afecf9c [2023-01-10T20:57:56.055Z] ---> 50a3f4df9d1a [2023-01-10T20:57:56.055Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-01-10T20:57:56.055Z] OK: 8 MiB in 23 packages [2023-01-10T20:57:56.322Z] ---> Running in 9dbce606f56a [2023-01-10T20:57:56.913Z] Removing intermediate container 9dbce606f56a [2023-01-10T20:57:56.913Z] ---> a81007b7048e [2023-01-10T20:57:56.913Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-01-10T20:57:57.179Z] ---> Running in 1164addbef52 [2023-01-10T20:57:57.763Z] Removing intermediate container 1164addbef52 [2023-01-10T20:57:57.763Z] ---> 35383606510d [2023-01-10T20:57:57.763Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-01-10T20:57:57.763Z] ---> Running in e2cf4f855f08 [2023-01-10T20:57:58.055Z] Removing intermediate container 4f00d8dd6a85 [2023-01-10T20:57:58.055Z] ---> 09baf3d4389b [2023-01-10T20:57:58.055Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-10T20:57:58.322Z] Removing intermediate container e2cf4f855f08 [2023-01-10T20:57:58.322Z] ---> 323f610eebf7 [2023-01-10T20:57:58.322Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-01-10T20:57:58.322Z] ---> Running in 9b5240e4aada [2023-01-10T20:57:58.906Z] ---> 0c9bf7fcb5df [2023-01-10T20:57:58.906Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-01-10T20:57:58.906Z] Removing intermediate container 9b5240e4aada [2023-01-10T20:57:58.906Z] ---> 697b00fbe224 [2023-01-10T20:57:58.906Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-01-10T20:57:58.906Z] Removing intermediate container a373d94cdbbd [2023-01-10T20:57:58.906Z] ---> 18d94984e5f4 [2023-01-10T20:57:58.906Z] [2023-01-10T20:57:58.906Z] Step 10/22 : FROM alpine:3.16 [2023-01-10T20:57:58.906Z] ---> 2b4661558fb8 [2023-01-10T20:57:58.906Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-01-10T20:57:58.906Z] ---> Running in 27463c4c139b [2023-01-10T20:57:59.179Z] ---> Running in 63d089733533 [2023-01-10T20:57:59.767Z] Removing intermediate container 63d089733533 [2023-01-10T20:57:59.767Z] ---> 6d511d721c8f [2023-01-10T20:57:59.767Z] Step 12/22 : ENV APP_PORT=59880 [2023-01-10T20:57:59.767Z] ---> Running in 4dd2d1be7a5b [2023-01-10T20:58:00.033Z] Removing intermediate container 4dd2d1be7a5b [2023-01-10T20:58:00.033Z] ---> 2cb9f8bd16ec [2023-01-10T20:58:00.033Z] Step 13/22 : EXPOSE $APP_PORT [2023-01-10T20:58:00.301Z] ---> Running in 2ab6393c47ed [2023-01-10T20:58:00.883Z] Removing intermediate container 2ab6393c47ed [2023-01-10T20:58:00.883Z] ---> d3f0a6fa3b67 [2023-01-10T20:58:00.883Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-01-10T20:58:01.148Z] ---> 7e69630eb362 [2023-01-10T20:58:01.148Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-01-10T20:58:01.148Z] ---> Running in ad96304c3989 [2023-01-10T20:58:01.744Z] Removing intermediate container 27463c4c139b [2023-01-10T20:58:01.744Z] ---> d89d6863eb07 [2023-01-10T20:58:01.744Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-01-10T20:58:01.744Z] ---> Running in 47db1088f95f [2023-01-10T20:58:02.012Z] ---> 05ccd1e64bfc [2023-01-10T20:58:02.012Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-01-10T20:58:02.012Z] ---> Running in 527c0850db2b [2023-01-10T20:58:02.279Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-10T20:58:02.279Z] Removing intermediate container 47db1088f95f [2023-01-10T20:58:02.279Z] ---> 8b2fd64c5b07 [2023-01-10T20:58:02.279Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-01-10T20:58:02.555Z] Removing intermediate container 527c0850db2b [2023-01-10T20:58:02.555Z] ---> f14b5883e7a7 [2023-01-10T20:58:02.555Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-10T20:58:02.555Z] ---> Running in 92b917743f82 [2023-01-10T20:58:02.555Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-10T20:58:03.139Z] Removing intermediate container 92b917743f82 [2023-01-10T20:58:03.139Z] ---> 294ebdf063f9 [2023-01-10T20:58:03.139Z] Step 17/19 : LABEL arch=arm64 [2023-01-10T20:58:03.139Z] ---> Running in e83d44cc1a60 [2023-01-10T20:58:03.139Z] ---> 69760c5f19c8 [2023-01-10T20:58:03.139Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-01-10T20:58:03.406Z] ---> Running in afdf551a3969 [2023-01-10T20:58:03.674Z] Removing intermediate container e83d44cc1a60 [2023-01-10T20:58:03.674Z] ---> a04deaa2903a [2023-01-10T20:58:03.674Z] Step 18/19 : LABEL git_sha=a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:58:03.674Z] ---> Running in 505a8a0b3407 [2023-01-10T20:58:03.674Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-10T20:58:03.674Z] Executing busybox-1.35.0-r17.trigger [2023-01-10T20:58:03.674Z] OK: 5 MiB in 15 packages [2023-01-10T20:58:04.258Z] Removing intermediate container 505a8a0b3407 [2023-01-10T20:58:04.258Z] ---> 3b91f98f5e65 [2023-01-10T20:58:04.258Z] Step 19/19 : LABEL version=3.0.0-dev.13 [2023-01-10T20:58:04.258Z] ---> Running in 8d8203c649c4 [2023-01-10T20:58:04.841Z] Removing intermediate container 8d8203c649c4 [2023-01-10T20:58:04.841Z] ---> f34fd664d216 [2023-01-10T20:58:04.841Z] [2023-01-10T20:58:04.841Z] Successfully built f34fd664d216 [2023-01-10T20:58:04.841Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-01-10T20:58:05.110Z]  Building security-spiffe-token-provider ... done Removing intermediate container ad96304c3989 [2023-01-10T20:58:05.110Z] ---> 86b8e2b98484 [2023-01-10T20:58:05.110Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-10T20:58:05.691Z] ---> 5653ea7b4c26 [2023-01-10T20:58:05.691Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-01-10T20:58:05.691Z] Removing intermediate container afdf551a3969 [2023-01-10T20:58:05.691Z] ---> c7d85f237e6b [2023-01-10T20:58:05.691Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-10T20:58:08.275Z] ---> c3425258f72b [2023-01-10T20:58:08.275Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-01-10T20:58:08.275Z] ---> 1962757ad9a5 [2023-01-10T20:58:08.275Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-01-10T20:58:08.541Z] ---> 249b1087b0e6 [2023-01-10T20:58:08.541Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-01-10T20:58:08.541Z] ---> Running in 799209c762e6 [2023-01-10T20:58:09.123Z] ---> e1dbc7f06761 [2023-01-10T20:58:09.123Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-01-10T20:58:09.123Z] Removing intermediate container 799209c762e6 [2023-01-10T20:58:09.123Z] ---> 2c61d2f39240 [2023-01-10T20:58:09.123Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-10T20:58:09.123Z] ---> Running in 59859f734877 [2023-01-10T20:58:09.396Z] Removing intermediate container 59859f734877 [2023-01-10T20:58:09.396Z] ---> a0ce4ecfe7ad [2023-01-10T20:58:09.396Z] Step 20/22 : LABEL arch=arm64 [2023-01-10T20:58:09.662Z] ---> Running in 4a12c255beb7 [2023-01-10T20:58:09.662Z] ---> af5abd98f1f2 [2023-01-10T20:58:09.662Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-01-10T20:58:09.928Z] Removing intermediate container 4a12c255beb7 [2023-01-10T20:58:09.928Z] ---> 3e783adcb8dd [2023-01-10T20:58:09.928Z] Step 21/22 : LABEL git_sha=a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:58:09.928Z] ---> Running in 9e5442f70eb5 [2023-01-10T20:58:10.196Z] ---> f1d1781c7cb3 [2023-01-10T20:58:10.196Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-01-10T20:58:10.464Z] Removing intermediate container 9e5442f70eb5 [2023-01-10T20:58:10.464Z] ---> 8abfb8e0c834 [2023-01-10T20:58:10.464Z] Step 22/22 : LABEL version=3.0.0-dev.13 [2023-01-10T20:58:10.464Z] ---> Running in 49d05a3b8e50 [2023-01-10T20:58:10.730Z] ---> 2737a40bf15f [2023-01-10T20:58:10.730Z] Removing intermediate container 49d05a3b8e50 [2023-01-10T20:58:10.730Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-01-10T20:58:10.730Z] ---> 88fa47663873 [2023-01-10T20:58:10.730Z] [2023-01-10T20:58:10.997Z] Successfully built 88fa47663873 [2023-01-10T20:58:10.997Z] Successfully tagged core-data-arm64:latest [2023-01-10T20:58:11.265Z]  Building core-data ... done  ---> c649bee8d2e8 [2023-01-10T20:58:11.265Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-01-10T20:58:11.850Z] ---> 1b3424cf942a [2023-01-10T20:58:11.850Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-01-10T20:58:12.116Z] ---> Running in 33d0650b9acd [2023-01-10T20:58:13.527Z] Removing intermediate container 33d0650b9acd [2023-01-10T20:58:13.527Z] ---> 7eaa64bc7a22 [2023-01-10T20:58:13.527Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-01-10T20:58:13.793Z] ---> Running in e97d5468d64d [2023-01-10T20:58:14.060Z] Removing intermediate container e97d5468d64d [2023-01-10T20:58:14.060Z] ---> de05e3c59c59 [2023-01-10T20:58:14.060Z] Step 29/32 : CMD ["gate"] [2023-01-10T20:58:14.060Z] ---> Running in e2e4dee7e680 [2023-01-10T20:58:14.330Z] Removing intermediate container e2e4dee7e680 [2023-01-10T20:58:14.330Z] ---> 1a7f3e83537d [2023-01-10T20:58:14.330Z] Step 30/32 : LABEL arch=arm64 [2023-01-10T20:58:14.330Z] ---> Running in 163207dff622 [2023-01-10T20:58:14.915Z] Removing intermediate container 163207dff622 [2023-01-10T20:58:14.915Z] ---> 0c7ded46b439 [2023-01-10T20:58:14.915Z] Step 31/32 : LABEL git_sha=a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:58:14.915Z] ---> Running in f51557bfceff [2023-01-10T20:58:15.182Z] Removing intermediate container f51557bfceff [2023-01-10T20:58:15.182Z] ---> 1d91c1fa30f3 [2023-01-10T20:58:15.182Z] Step 32/32 : LABEL version=3.0.0-dev.13 [2023-01-10T20:58:15.182Z] ---> Running in c2a20efb44dd [2023-01-10T20:58:15.448Z] Removing intermediate container c2a20efb44dd [2023-01-10T20:58:15.448Z] ---> 3a160b5e3fbb [2023-01-10T20:58:15.448Z] [2023-01-10T20:58:15.448Z] Successfully built 3a160b5e3fbb [2023-01-10T20:58:15.448Z] Successfully tagged security-bootstrapper-arm64:latest [2023-01-10T20:58:16.043Z]  Building security-bootstrapper ... done  [Pipeline] } [2023-01-10T20:58:16.053Z] $ docker stop --time=1 c5ef5619db11a973e45e0180239ce46e03cd82bcf9dffc53dd314c4f9b892f2d [2023-01-10T20:58:17.738Z] $ docker rm -f --volumes c5ef5619db11a973e45e0180239ce46e03cd82bcf9dffc53dd314c4f9b892f2d [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-10T20:58:18.209Z] + docker images [2023-01-10T20:58:18.478Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-01-10T20:58:18.478Z] security-bootstrapper-arm64 latest 3a160b5e3fbb 3 seconds ago 19.5MB [2023-01-10T20:58:18.478Z] core-data-arm64 latest 88fa47663873 8 seconds ago 17.2MB [2023-01-10T20:58:18.478Z] security-spiffe-token-provider-arm64 latest f34fd664d216 14 seconds ago 28.9MB [2023-01-10T20:58:18.478Z] 18d94984e5f4 20 seconds ago 1.35GB [2023-01-10T20:58:18.478Z] 7931ecb474a1 29 seconds ago 1.37GB [2023-01-10T20:58:18.478Z] 27b3fc441c16 30 seconds ago 1.33GB [2023-01-10T20:58:18.478Z] security-proxy-setup-arm64 latest b47e9caa0536 About a minute ago 26.8MB [2023-01-10T20:58:18.478Z] ab28e3e115fc About a minute ago 1.33GB [2023-01-10T20:58:18.478Z] security-spire-agent-arm64 latest de7b45547841 5 minutes ago 122MB [2023-01-10T20:58:18.478Z] support-notifications-arm64 latest 7e910e41554f 5 minutes ago 29.6MB [2023-01-10T20:58:18.478Z] support-scheduler-arm64 latest 881417958946 5 minutes ago 29MB [2023-01-10T20:58:18.478Z] eefd1ef44200 6 minutes ago 1.41GB [2023-01-10T20:58:18.478Z] 658dfaa40004 6 minutes ago 1.4GB [2023-01-10T20:58:18.478Z] security-spire-server-arm64 latest 3ea7478270fc 8 minutes ago 84.3MB [2023-01-10T20:58:18.478Z] 9257cbe6110a 8 minutes ago 1.21GB [2023-01-10T20:58:18.478Z] core-command-arm64 latest d4d7848adf81 8 minutes ago 17MB [2023-01-10T20:58:18.479Z] core-metadata-arm64 latest 9a906e2c9809 8 minutes ago 17.8MB [2023-01-10T20:58:18.479Z] 988d0d468ddd 9 minutes ago 1.34GB [2023-01-10T20:58:18.479Z] e9a9c366c70a 9 minutes ago 1.35GB [2023-01-10T20:58:18.479Z] security-secretstore-setup-arm64 latest 8765513ae86d 9 minutes ago 28.7MB [2023-01-10T20:58:18.479Z] cd72d13e90c4 10 minutes ago 1.33GB [2023-01-10T20:58:18.479Z] security-spire-config-arm64 latest 15dd2b415fb6 16 minutes ago 83.6MB [2023-01-10T20:58:18.479Z] 066ec3d37539 16 minutes ago 1.21GB [2023-01-10T20:58:18.479Z] ci-base-image-arm64 latest 86b0b7e64176 19 minutes ago 905MB [2023-01-10T20:58:18.479Z] alpine 3.16 2b4661558fb8 8 weeks ago 5.29MB [2023-01-10T20:58:18.479Z] alpine 3.15 8aa73fd46299 2 months ago 5.33MB [2023-01-10T20:58:18.479Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 2 months ago 685MB [2023-01-10T20:58:18.479Z] 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-10T20:58:18.587Z] provisioning config files... [2023-01-10T20:58:18.604Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/367@tmp/config8045563817690147049tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-10T20:58:18.938Z] ---> docker-login.sh [2023-01-10T20:58:18.938Z] nexus3.edgexfoundry.org:10001 [2023-01-10T20:58:19.205Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T20:58:19.205Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T20:58:19.205Z] Configure a credential helper to remove this warning. See [2023-01-10T20:58:19.205Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T20:58:19.205Z] [2023-01-10T20:58:19.205Z] Login Succeeded [2023-01-10T20:58:19.205Z] nexus3.edgexfoundry.org:10002 [2023-01-10T20:58:19.474Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T20:58:19.474Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T20:58:19.474Z] Configure a credential helper to remove this warning. See [2023-01-10T20:58:19.474Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T20:58:19.474Z] [2023-01-10T20:58:19.474Z] Login Succeeded [2023-01-10T20:58:19.474Z] nexus3.edgexfoundry.org:10003 [2023-01-10T20:58:19.741Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T20:58:20.011Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T20:58:20.011Z] Configure a credential helper to remove this warning. See [2023-01-10T20:58:20.011Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T20:58:20.011Z] [2023-01-10T20:58:20.011Z] Login Succeeded [2023-01-10T20:58:20.011Z] nexus3.edgexfoundry.org:10004 [2023-01-10T20:58:20.280Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T20:58:20.280Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T20:58:20.280Z] Configure a credential helper to remove this warning. See [2023-01-10T20:58:20.280Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T20:58:20.280Z] [2023-01-10T20:58:20.280Z] Login Succeeded [2023-01-10T20:58:20.280Z] docker.io [2023-01-10T20:58:20.548Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-10T20:58:20.815Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-10T20:58:20.815Z] Configure a credential helper to remove this warning. See [2023-01-10T20:58:20.815Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-10T20:58:20.815Z] [2023-01-10T20:58:20.815Z] Login Succeeded [2023-01-10T20:58:21.081Z] ---> docker-login.sh ends [Pipeline] } [2023-01-10T20:58:21.094Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-10T20:58:21.124Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-10T20:58:21.150Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2023-01-10T20:58:21.150Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:58:21.150Z] latest [2023-01-10T20:58:21.150Z] 3.0.0-dev.13 [2023-01-10T20:58:21.150Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T20:58:21.150Z] main [2023-01-10T20:58:21.150Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:58:21.512Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:58:21.845Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:58:21.845Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-01-10T20:58:21.845Z] 26a193cf080b: Preparing [2023-01-10T20:58:21.845Z] 53e6b8b82489: Preparing [2023-01-10T20:58:21.845Z] abba8edabbab: Preparing [2023-01-10T20:58:21.845Z] 7f3655a069ea: Preparing [2023-01-10T20:58:21.845Z] 17bec77d7fdc: Preparing [2023-01-10T20:58:21.845Z] 17bec77d7fdc: Layer already exists [2023-01-10T20:58:22.113Z] 26a193cf080b: Pushed [2023-01-10T20:58:22.113Z] abba8edabbab: Pushed [2023-01-10T20:58:22.113Z] 7f3655a069ea: Pushed [2023-01-10T20:58:25.448Z] 53e6b8b82489: Pushed [2023-01-10T20:58:25.448Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c: digest: sha256:f6cbddc5c6b91281da73238096d5df4aa3fe5106cb4cfc3c14f0c8f2ea70f1c4 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:58:25.785Z] + 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-10T20:58:26.123Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-01-10T20:58:26.123Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-01-10T20:58:26.123Z] 26a193cf080b: Preparing [2023-01-10T20:58:26.123Z] 53e6b8b82489: Preparing [2023-01-10T20:58:26.123Z] abba8edabbab: Preparing [2023-01-10T20:58:26.123Z] 7f3655a069ea: Preparing [2023-01-10T20:58:26.123Z] 17bec77d7fdc: Preparing [2023-01-10T20:58:26.123Z] 7f3655a069ea: Layer already exists [2023-01-10T20:58:26.123Z] 26a193cf080b: Layer already exists [2023-01-10T20:58:26.123Z] abba8edabbab: Layer already exists [2023-01-10T20:58:26.123Z] 17bec77d7fdc: Layer already exists [2023-01-10T20:58:26.124Z] 53e6b8b82489: Layer already exists [2023-01-10T20:58:26.389Z] latest: digest: sha256:f6cbddc5c6b91281da73238096d5df4aa3fe5106cb4cfc3c14f0c8f2ea70f1c4 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:58:26.726Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:58:27.066Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.13 [2023-01-10T20:58:27.066Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-01-10T20:58:27.066Z] 26a193cf080b: Preparing [2023-01-10T20:58:27.066Z] 53e6b8b82489: Preparing [2023-01-10T20:58:27.066Z] abba8edabbab: Preparing [2023-01-10T20:58:27.066Z] 7f3655a069ea: Preparing [2023-01-10T20:58:27.066Z] 17bec77d7fdc: Preparing [2023-01-10T20:58:27.066Z] 17bec77d7fdc: Layer already exists [2023-01-10T20:58:27.066Z] abba8edabbab: Layer already exists [2023-01-10T20:58:27.066Z] 53e6b8b82489: Layer already exists [2023-01-10T20:58:27.066Z] 26a193cf080b: Layer already exists [2023-01-10T20:58:27.066Z] 7f3655a069ea: Layer already exists [2023-01-10T20:58:27.066Z] 3.0.0-dev.13: digest: sha256:f6cbddc5c6b91281da73238096d5df4aa3fe5106cb4cfc3c14f0c8f2ea70f1c4 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:58:27.406Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:58:27.741Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T20:58:27.741Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-01-10T20:58:27.741Z] 26a193cf080b: Preparing [2023-01-10T20:58:27.741Z] 53e6b8b82489: Preparing [2023-01-10T20:58:27.741Z] abba8edabbab: Preparing [2023-01-10T20:58:27.741Z] 7f3655a069ea: Preparing [2023-01-10T20:58:27.741Z] 17bec77d7fdc: Preparing [2023-01-10T20:58:27.741Z] 17bec77d7fdc: Layer already exists [2023-01-10T20:58:27.741Z] abba8edabbab: Layer already exists [2023-01-10T20:58:27.742Z] 53e6b8b82489: Layer already exists [2023-01-10T20:58:27.742Z] 7f3655a069ea: Layer already exists [2023-01-10T20:58:27.742Z] 26a193cf080b: Layer already exists [2023-01-10T20:58:27.742Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13: digest: sha256:f6cbddc5c6b91281da73238096d5df4aa3fe5106cb4cfc3c14f0c8f2ea70f1c4 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:58:28.351Z] + 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-10T20:58:28.690Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2023-01-10T20:58:28.690Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-01-10T20:58:28.690Z] 26a193cf080b: Preparing [2023-01-10T20:58:28.690Z] 53e6b8b82489: Preparing [2023-01-10T20:58:28.690Z] abba8edabbab: Preparing [2023-01-10T20:58:28.690Z] 7f3655a069ea: Preparing [2023-01-10T20:58:28.690Z] 17bec77d7fdc: Preparing [2023-01-10T20:58:28.690Z] 26a193cf080b: Layer already exists [2023-01-10T20:58:28.690Z] 7f3655a069ea: Layer already exists [2023-01-10T20:58:28.690Z] abba8edabbab: Layer already exists [2023-01-10T20:58:28.690Z] 53e6b8b82489: Layer already exists [2023-01-10T20:58:28.690Z] 17bec77d7fdc: Layer already exists [2023-01-10T20:58:28.690Z] main: digest: sha256:f6cbddc5c6b91281da73238096d5df4aa3fe5106cb4cfc3c14f0c8f2ea70f1c4 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-10T20:58:29.000Z] ===================================================== [Pipeline] echo [2023-01-10T20:58:29.008Z] taggedImages: [2023-01-10T20:58:29.008Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:58:29.008Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-01-10T20:58:29.008Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.13 [2023-01-10T20:58:29.008Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T20:58:29.008Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2023-01-10T20:58:29.024Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2023-01-10T20:58:29.024Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:58:29.024Z] latest [2023-01-10T20:58:29.024Z] 3.0.0-dev.13 [2023-01-10T20:58:29.024Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T20:58:29.024Z] main [2023-01-10T20:58:29.024Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:58:29.357Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:58:29.695Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:58:29.695Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-01-10T20:58:29.695Z] bcb17b75488c: Preparing [2023-01-10T20:58:29.695Z] c0295c314717: Preparing [2023-01-10T20:58:29.695Z] abba8edabbab: Preparing [2023-01-10T20:58:29.695Z] 8af058836344: Preparing [2023-01-10T20:58:29.695Z] 17bec77d7fdc: Preparing [2023-01-10T20:58:29.695Z] abba8edabbab: Layer already exists [2023-01-10T20:58:29.695Z] 17bec77d7fdc: Layer already exists [2023-01-10T20:58:29.961Z] bcb17b75488c: Pushed [2023-01-10T20:58:29.961Z] 8af058836344: Pushed [2023-01-10T20:58:33.295Z] c0295c314717: Pushed [2023-01-10T20:58:33.295Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c: digest: sha256:7c35e2ae0890432a157e3f8a73fa0e7547ca5c8248bda515eae30135eabf92fe size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:58:33.663Z] + 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-10T20:58:34.005Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-01-10T20:58:34.005Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-01-10T20:58:34.005Z] bcb17b75488c: Preparing [2023-01-10T20:58:34.005Z] c0295c314717: Preparing [2023-01-10T20:58:34.005Z] abba8edabbab: Preparing [2023-01-10T20:58:34.005Z] 8af058836344: Preparing [2023-01-10T20:58:34.005Z] 17bec77d7fdc: Preparing [2023-01-10T20:58:34.005Z] bcb17b75488c: Layer already exists [2023-01-10T20:58:34.005Z] 8af058836344: Layer already exists [2023-01-10T20:58:34.005Z] c0295c314717: Layer already exists [2023-01-10T20:58:34.005Z] abba8edabbab: Layer already exists [2023-01-10T20:58:34.005Z] 17bec77d7fdc: Layer already exists [2023-01-10T20:58:34.270Z] latest: digest: sha256:7c35e2ae0890432a157e3f8a73fa0e7547ca5c8248bda515eae30135eabf92fe size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:58:34.605Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:58:34.950Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.13 [2023-01-10T20:58:34.950Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-01-10T20:58:34.950Z] bcb17b75488c: Preparing [2023-01-10T20:58:34.950Z] c0295c314717: Preparing [2023-01-10T20:58:34.950Z] abba8edabbab: Preparing [2023-01-10T20:58:34.950Z] 8af058836344: Preparing [2023-01-10T20:58:34.950Z] 17bec77d7fdc: Preparing [2023-01-10T20:58:34.950Z] 17bec77d7fdc: Layer already exists [2023-01-10T20:58:34.950Z] c0295c314717: Layer already exists [2023-01-10T20:58:34.950Z] bcb17b75488c: Layer already exists [2023-01-10T20:58:34.950Z] abba8edabbab: Layer already exists [2023-01-10T20:58:34.950Z] 8af058836344: Layer already exists [2023-01-10T20:58:34.950Z] 3.0.0-dev.13: digest: sha256:7c35e2ae0890432a157e3f8a73fa0e7547ca5c8248bda515eae30135eabf92fe size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:58:35.294Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:58:35.686Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T20:58:35.686Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-01-10T20:58:35.686Z] bcb17b75488c: Preparing [2023-01-10T20:58:35.686Z] c0295c314717: Preparing [2023-01-10T20:58:35.686Z] abba8edabbab: Preparing [2023-01-10T20:58:35.686Z] 8af058836344: Preparing [2023-01-10T20:58:35.686Z] 17bec77d7fdc: Preparing [2023-01-10T20:58:35.686Z] 8af058836344: Layer already exists [2023-01-10T20:58:35.686Z] bcb17b75488c: Layer already exists [2023-01-10T20:58:35.686Z] 17bec77d7fdc: Layer already exists [2023-01-10T20:58:35.686Z] abba8edabbab: Layer already exists [2023-01-10T20:58:35.687Z] c0295c314717: Layer already exists [2023-01-10T20:58:35.959Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13: digest: sha256:7c35e2ae0890432a157e3f8a73fa0e7547ca5c8248bda515eae30135eabf92fe size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:58:36.329Z] + 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-10T20:58:36.691Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2023-01-10T20:58:36.691Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-01-10T20:58:36.691Z] bcb17b75488c: Preparing [2023-01-10T20:58:36.691Z] c0295c314717: Preparing [2023-01-10T20:58:36.691Z] abba8edabbab: Preparing [2023-01-10T20:58:36.691Z] 8af058836344: Preparing [2023-01-10T20:58:36.691Z] 17bec77d7fdc: Preparing [2023-01-10T20:58:36.691Z] c0295c314717: Layer already exists [2023-01-10T20:58:36.691Z] bcb17b75488c: Layer already exists [2023-01-10T20:58:36.691Z] abba8edabbab: Layer already exists [2023-01-10T20:58:36.691Z] 8af058836344: Layer already exists [2023-01-10T20:58:36.691Z] 17bec77d7fdc: Layer already exists [2023-01-10T20:58:36.966Z] main: digest: sha256:7c35e2ae0890432a157e3f8a73fa0e7547ca5c8248bda515eae30135eabf92fe size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-10T20:58:37.030Z] ===================================================== [Pipeline] echo [2023-01-10T20:58:37.039Z] taggedImages: [2023-01-10T20:58:37.039Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:58:37.039Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-01-10T20:58:37.039Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.13 [2023-01-10T20:58:37.039Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T20:58:37.039Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2023-01-10T20:58:37.062Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2023-01-10T20:58:37.062Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:58:37.062Z] latest [2023-01-10T20:58:37.062Z] 3.0.0-dev.13 [2023-01-10T20:58:37.062Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T20:58:37.062Z] main [2023-01-10T20:58:37.062Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:58:37.428Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:58:37.811Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:58:37.811Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-01-10T20:58:37.811Z] 577fe17e6d0e: Preparing [2023-01-10T20:58:37.811Z] edb386ecc319: Preparing [2023-01-10T20:58:37.812Z] d28e02ae1f6a: Preparing [2023-01-10T20:58:37.812Z] abba8edabbab: Preparing [2023-01-10T20:58:37.812Z] 7f3655a069ea: Preparing [2023-01-10T20:58:37.812Z] 17bec77d7fdc: Preparing [2023-01-10T20:58:37.812Z] 17bec77d7fdc: Waiting [2023-01-10T20:58:37.812Z] 7f3655a069ea: Layer already exists [2023-01-10T20:58:37.812Z] abba8edabbab: Layer already exists [2023-01-10T20:58:37.812Z] 17bec77d7fdc: Layer already exists [2023-01-10T20:58:38.080Z] edb386ecc319: Pushed [2023-01-10T20:58:38.080Z] 577fe17e6d0e: Pushed [2023-01-10T20:58:41.421Z] d28e02ae1f6a: Pushed [2023-01-10T20:58:41.421Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c: digest: sha256:d76157c5ccba48f6170ec809fb92cc7576989b311b35c1d717160c23646fbf2f size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:58:41.768Z] + 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-10T20:58:42.112Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-01-10T20:58:42.112Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-01-10T20:58:42.112Z] 577fe17e6d0e: Preparing [2023-01-10T20:58:42.112Z] edb386ecc319: Preparing [2023-01-10T20:58:42.112Z] d28e02ae1f6a: Preparing [2023-01-10T20:58:42.112Z] abba8edabbab: Preparing [2023-01-10T20:58:42.112Z] 7f3655a069ea: Preparing [2023-01-10T20:58:42.112Z] 17bec77d7fdc: Preparing [2023-01-10T20:58:42.112Z] 17bec77d7fdc: Waiting [2023-01-10T20:58:42.112Z] d28e02ae1f6a: Layer already exists [2023-01-10T20:58:42.112Z] abba8edabbab: Layer already exists [2023-01-10T20:58:42.112Z] 7f3655a069ea: Layer already exists [2023-01-10T20:58:42.112Z] edb386ecc319: Layer already exists [2023-01-10T20:58:42.112Z] 577fe17e6d0e: Layer already exists [2023-01-10T20:58:42.112Z] 17bec77d7fdc: Layer already exists [2023-01-10T20:58:42.377Z] latest: digest: sha256:d76157c5ccba48f6170ec809fb92cc7576989b311b35c1d717160c23646fbf2f size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:58:42.715Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:58:43.055Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.13 [2023-01-10T20:58:43.055Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-01-10T20:58:43.055Z] 577fe17e6d0e: Preparing [2023-01-10T20:58:43.055Z] edb386ecc319: Preparing [2023-01-10T20:58:43.055Z] d28e02ae1f6a: Preparing [2023-01-10T20:58:43.055Z] abba8edabbab: Preparing [2023-01-10T20:58:43.055Z] 7f3655a069ea: Preparing [2023-01-10T20:58:43.055Z] 17bec77d7fdc: Preparing [2023-01-10T20:58:43.055Z] 17bec77d7fdc: Waiting [2023-01-10T20:58:43.055Z] 7f3655a069ea: Layer already exists [2023-01-10T20:58:43.055Z] edb386ecc319: Layer already exists [2023-01-10T20:58:43.055Z] 577fe17e6d0e: Layer already exists [2023-01-10T20:58:43.055Z] d28e02ae1f6a: Layer already exists [2023-01-10T20:58:43.055Z] abba8edabbab: Layer already exists [2023-01-10T20:58:43.320Z] 17bec77d7fdc: Layer already exists [2023-01-10T20:58:43.320Z] 3.0.0-dev.13: digest: sha256:d76157c5ccba48f6170ec809fb92cc7576989b311b35c1d717160c23646fbf2f size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:58:43.662Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:58:43.992Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T20:58:43.992Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-01-10T20:58:43.992Z] 577fe17e6d0e: Preparing [2023-01-10T20:58:43.992Z] edb386ecc319: Preparing [2023-01-10T20:58:43.992Z] d28e02ae1f6a: Preparing [2023-01-10T20:58:43.992Z] abba8edabbab: Preparing [2023-01-10T20:58:43.992Z] 7f3655a069ea: Preparing [2023-01-10T20:58:43.992Z] 17bec77d7fdc: Preparing [2023-01-10T20:58:43.992Z] 17bec77d7fdc: Waiting [2023-01-10T20:58:43.992Z] d28e02ae1f6a: Layer already exists [2023-01-10T20:58:43.992Z] 577fe17e6d0e: Layer already exists [2023-01-10T20:58:43.992Z] 7f3655a069ea: Layer already exists [2023-01-10T20:58:43.992Z] edb386ecc319: Layer already exists [2023-01-10T20:58:43.992Z] abba8edabbab: Layer already exists [2023-01-10T20:58:43.992Z] 17bec77d7fdc: Layer already exists [2023-01-10T20:58:44.258Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13: digest: sha256:d76157c5ccba48f6170ec809fb92cc7576989b311b35c1d717160c23646fbf2f size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:58:44.607Z] + 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-10T20:58:44.962Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2023-01-10T20:58:44.962Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-01-10T20:58:44.962Z] 577fe17e6d0e: Preparing [2023-01-10T20:58:44.962Z] edb386ecc319: Preparing [2023-01-10T20:58:44.962Z] d28e02ae1f6a: Preparing [2023-01-10T20:58:44.962Z] abba8edabbab: Preparing [2023-01-10T20:58:44.962Z] 7f3655a069ea: Preparing [2023-01-10T20:58:44.962Z] 17bec77d7fdc: Preparing [2023-01-10T20:58:44.962Z] 17bec77d7fdc: Waiting [2023-01-10T20:58:44.962Z] 7f3655a069ea: Layer already exists [2023-01-10T20:58:44.962Z] d28e02ae1f6a: Layer already exists [2023-01-10T20:58:44.962Z] 577fe17e6d0e: Layer already exists [2023-01-10T20:58:44.962Z] edb386ecc319: Layer already exists [2023-01-10T20:58:44.962Z] abba8edabbab: Layer already exists [2023-01-10T20:58:44.962Z] 17bec77d7fdc: Layer already exists [2023-01-10T20:58:45.230Z] main: digest: sha256:d76157c5ccba48f6170ec809fb92cc7576989b311b35c1d717160c23646fbf2f size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-10T20:58:45.291Z] ===================================================== [Pipeline] echo [2023-01-10T20:58:45.301Z] taggedImages: [2023-01-10T20:58:45.301Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:58:45.301Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-01-10T20:58:45.301Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.13 [2023-01-10T20:58:45.301Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T20:58:45.301Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2023-01-10T20:58:45.329Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2023-01-10T20:58:45.329Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:58:45.329Z] latest [2023-01-10T20:58:45.329Z] 3.0.0-dev.13 [2023-01-10T20:58:45.329Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T20:58:45.329Z] main [2023-01-10T20:58:45.329Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:58:45.699Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:58:46.047Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:58:46.047Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-01-10T20:58:46.047Z] 1d2cd10d5eef: Preparing [2023-01-10T20:58:46.047Z] 1d2cd10d5eef: Preparing [2023-01-10T20:58:46.047Z] ea1ad86366ca: Preparing [2023-01-10T20:58:46.047Z] b5456d98b16b: Preparing [2023-01-10T20:58:46.047Z] c4055bccc45d: Preparing [2023-01-10T20:58:46.047Z] 943c0e28775d: Preparing [2023-01-10T20:58:46.047Z] d614f3f59a93: Preparing [2023-01-10T20:58:46.047Z] abba8edabbab: Preparing [2023-01-10T20:58:46.047Z] bf63153ab2de: Preparing [2023-01-10T20:58:46.047Z] 8c583b619670: Preparing [2023-01-10T20:58:46.047Z] 18b24ad099d4: Preparing [2023-01-10T20:58:46.047Z] a0120bd2f132: Preparing [2023-01-10T20:58:46.047Z] 17bec77d7fdc: Preparing [2023-01-10T20:58:46.047Z] 8c583b619670: Waiting [2023-01-10T20:58:46.047Z] d614f3f59a93: Waiting [2023-01-10T20:58:46.047Z] abba8edabbab: Waiting [2023-01-10T20:58:46.047Z] bf63153ab2de: Waiting [2023-01-10T20:58:46.047Z] 18b24ad099d4: Waiting [2023-01-10T20:58:46.047Z] a0120bd2f132: Waiting [2023-01-10T20:58:46.047Z] 17bec77d7fdc: Waiting [2023-01-10T20:58:46.315Z] b5456d98b16b: Pushed [2023-01-10T20:58:46.315Z] 943c0e28775d: Pushed [2023-01-10T20:58:46.315Z] ea1ad86366ca: Pushed [2023-01-10T20:58:46.315Z] c4055bccc45d: Pushed [2023-01-10T20:58:46.315Z] 1d2cd10d5eef: Pushed [2023-01-10T20:58:46.315Z] abba8edabbab: Layer already exists [2023-01-10T20:58:46.582Z] bf63153ab2de: Pushed [2023-01-10T20:58:46.582Z] 8c583b619670: Pushed [2023-01-10T20:58:46.582Z] 17bec77d7fdc: Layer already exists [2023-01-10T20:58:46.582Z] 18b24ad099d4: Pushed [2023-01-10T20:58:46.582Z] a0120bd2f132: Pushed [2023-01-10T20:58:49.984Z] d614f3f59a93: Pushed [2023-01-10T20:58:50.251Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c: digest: sha256:26ba2fcef42aaa53ec206a965402f366d85521140b74a78fd549cd85b03a50d0 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:58:50.586Z] + 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-10T20:58:50.927Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-01-10T20:58:50.927Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-01-10T20:58:50.927Z] 1d2cd10d5eef: Preparing [2023-01-10T20:58:50.927Z] 1d2cd10d5eef: Preparing [2023-01-10T20:58:50.927Z] ea1ad86366ca: Preparing [2023-01-10T20:58:50.927Z] b5456d98b16b: Preparing [2023-01-10T20:58:50.927Z] c4055bccc45d: Preparing [2023-01-10T20:58:50.927Z] 943c0e28775d: Preparing [2023-01-10T20:58:50.927Z] d614f3f59a93: Preparing [2023-01-10T20:58:50.927Z] abba8edabbab: Preparing [2023-01-10T20:58:50.927Z] bf63153ab2de: Preparing [2023-01-10T20:58:50.927Z] 8c583b619670: Preparing [2023-01-10T20:58:50.927Z] 18b24ad099d4: Preparing [2023-01-10T20:58:50.927Z] a0120bd2f132: Preparing [2023-01-10T20:58:50.927Z] 17bec77d7fdc: Preparing [2023-01-10T20:58:50.927Z] d614f3f59a93: Waiting [2023-01-10T20:58:50.927Z] 8c583b619670: Waiting [2023-01-10T20:58:50.927Z] abba8edabbab: Waiting [2023-01-10T20:58:50.927Z] bf63153ab2de: Waiting [2023-01-10T20:58:50.927Z] 18b24ad099d4: Waiting [2023-01-10T20:58:50.927Z] a0120bd2f132: Waiting [2023-01-10T20:58:50.927Z] 17bec77d7fdc: Waiting [2023-01-10T20:58:50.927Z] ea1ad86366ca: Layer already exists [2023-01-10T20:58:50.927Z] 943c0e28775d: Layer already exists [2023-01-10T20:58:50.927Z] c4055bccc45d: Layer already exists [2023-01-10T20:58:50.927Z] 1d2cd10d5eef: Layer already exists [2023-01-10T20:58:50.927Z] b5456d98b16b: Layer already exists [2023-01-10T20:58:50.927Z] d614f3f59a93: Layer already exists [2023-01-10T20:58:50.927Z] 8c583b619670: Layer already exists [2023-01-10T20:58:50.927Z] abba8edabbab: Layer already exists [2023-01-10T20:58:50.927Z] bf63153ab2de: Layer already exists [2023-01-10T20:58:50.927Z] 18b24ad099d4: Layer already exists [2023-01-10T20:58:50.927Z] a0120bd2f132: Layer already exists [2023-01-10T20:58:50.927Z] 17bec77d7fdc: Layer already exists [2023-01-10T20:58:51.192Z] latest: digest: sha256:26ba2fcef42aaa53ec206a965402f366d85521140b74a78fd549cd85b03a50d0 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:58:51.528Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:58:51.869Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.13 [2023-01-10T20:58:51.869Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-01-10T20:58:51.869Z] 1d2cd10d5eef: Preparing [2023-01-10T20:58:51.869Z] 1d2cd10d5eef: Preparing [2023-01-10T20:58:51.869Z] ea1ad86366ca: Preparing [2023-01-10T20:58:51.869Z] b5456d98b16b: Preparing [2023-01-10T20:58:51.869Z] c4055bccc45d: Preparing [2023-01-10T20:58:51.869Z] 943c0e28775d: Preparing [2023-01-10T20:58:51.869Z] d614f3f59a93: Preparing [2023-01-10T20:58:51.869Z] abba8edabbab: Preparing [2023-01-10T20:58:51.869Z] bf63153ab2de: Preparing [2023-01-10T20:58:51.869Z] 8c583b619670: Preparing [2023-01-10T20:58:51.869Z] 18b24ad099d4: Preparing [2023-01-10T20:58:51.869Z] a0120bd2f132: Preparing [2023-01-10T20:58:51.869Z] 17bec77d7fdc: Preparing [2023-01-10T20:58:51.869Z] d614f3f59a93: Waiting [2023-01-10T20:58:51.869Z] abba8edabbab: Waiting [2023-01-10T20:58:51.869Z] 18b24ad099d4: Waiting [2023-01-10T20:58:51.869Z] bf63153ab2de: Waiting [2023-01-10T20:58:51.869Z] a0120bd2f132: Waiting [2023-01-10T20:58:51.869Z] 8c583b619670: Waiting [2023-01-10T20:58:51.869Z] 17bec77d7fdc: Waiting [2023-01-10T20:58:51.869Z] ea1ad86366ca: Layer already exists [2023-01-10T20:58:51.869Z] b5456d98b16b: Layer already exists [2023-01-10T20:58:51.869Z] 943c0e28775d: Layer already exists [2023-01-10T20:58:51.869Z] c4055bccc45d: Layer already exists [2023-01-10T20:58:51.869Z] 1d2cd10d5eef: Layer already exists [2023-01-10T20:58:51.869Z] bf63153ab2de: Layer already exists [2023-01-10T20:58:51.869Z] abba8edabbab: Layer already exists [2023-01-10T20:58:51.869Z] 18b24ad099d4: Layer already exists [2023-01-10T20:58:51.869Z] d614f3f59a93: Layer already exists [2023-01-10T20:58:51.869Z] 8c583b619670: Layer already exists [2023-01-10T20:58:51.869Z] 17bec77d7fdc: Layer already exists [2023-01-10T20:58:51.869Z] a0120bd2f132: Layer already exists [2023-01-10T20:58:52.134Z] 3.0.0-dev.13: digest: sha256:26ba2fcef42aaa53ec206a965402f366d85521140b74a78fd549cd85b03a50d0 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:58:52.482Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:58:52.820Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T20:58:52.820Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-01-10T20:58:52.820Z] 1d2cd10d5eef: Preparing [2023-01-10T20:58:52.820Z] 1d2cd10d5eef: Preparing [2023-01-10T20:58:52.820Z] ea1ad86366ca: Preparing [2023-01-10T20:58:52.820Z] b5456d98b16b: Preparing [2023-01-10T20:58:52.820Z] c4055bccc45d: Preparing [2023-01-10T20:58:52.820Z] 943c0e28775d: Preparing [2023-01-10T20:58:52.820Z] d614f3f59a93: Preparing [2023-01-10T20:58:52.820Z] abba8edabbab: Preparing [2023-01-10T20:58:52.820Z] bf63153ab2de: Preparing [2023-01-10T20:58:52.820Z] 8c583b619670: Preparing [2023-01-10T20:58:52.820Z] 18b24ad099d4: Preparing [2023-01-10T20:58:52.820Z] a0120bd2f132: Preparing [2023-01-10T20:58:52.820Z] 17bec77d7fdc: Preparing [2023-01-10T20:58:52.820Z] bf63153ab2de: Waiting [2023-01-10T20:58:52.820Z] d614f3f59a93: Waiting [2023-01-10T20:58:52.820Z] 8c583b619670: Waiting [2023-01-10T20:58:52.820Z] 17bec77d7fdc: Waiting [2023-01-10T20:58:52.820Z] abba8edabbab: Waiting [2023-01-10T20:58:52.820Z] a0120bd2f132: Waiting [2023-01-10T20:58:52.820Z] 1d2cd10d5eef: Layer already exists [2023-01-10T20:58:52.820Z] ea1ad86366ca: Layer already exists [2023-01-10T20:58:52.820Z] 943c0e28775d: Layer already exists [2023-01-10T20:58:52.820Z] b5456d98b16b: Layer already exists [2023-01-10T20:58:52.820Z] c4055bccc45d: Layer already exists [2023-01-10T20:58:52.820Z] bf63153ab2de: Layer already exists [2023-01-10T20:58:52.820Z] d614f3f59a93: Layer already exists [2023-01-10T20:58:52.820Z] 8c583b619670: Layer already exists [2023-01-10T20:58:52.820Z] abba8edabbab: Layer already exists [2023-01-10T20:58:52.820Z] 18b24ad099d4: Layer already exists [2023-01-10T20:58:52.820Z] a0120bd2f132: Layer already exists [2023-01-10T20:58:52.820Z] 17bec77d7fdc: Layer already exists [2023-01-10T20:58:53.087Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13: digest: sha256:26ba2fcef42aaa53ec206a965402f366d85521140b74a78fd549cd85b03a50d0 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:58:53.446Z] + 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-10T20:58:53.796Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2023-01-10T20:58:53.796Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-01-10T20:58:53.796Z] 1d2cd10d5eef: Preparing [2023-01-10T20:58:53.796Z] 1d2cd10d5eef: Preparing [2023-01-10T20:58:53.796Z] ea1ad86366ca: Preparing [2023-01-10T20:58:53.796Z] b5456d98b16b: Preparing [2023-01-10T20:58:53.796Z] c4055bccc45d: Preparing [2023-01-10T20:58:53.796Z] 943c0e28775d: Preparing [2023-01-10T20:58:53.796Z] d614f3f59a93: Preparing [2023-01-10T20:58:53.796Z] abba8edabbab: Preparing [2023-01-10T20:58:53.796Z] bf63153ab2de: Preparing [2023-01-10T20:58:53.796Z] d614f3f59a93: Waiting [2023-01-10T20:58:53.796Z] abba8edabbab: Waiting [2023-01-10T20:58:53.796Z] 8c583b619670: Preparing [2023-01-10T20:58:53.796Z] 18b24ad099d4: Preparing [2023-01-10T20:58:53.796Z] a0120bd2f132: Preparing [2023-01-10T20:58:53.796Z] 17bec77d7fdc: Preparing [2023-01-10T20:58:53.796Z] bf63153ab2de: Waiting [2023-01-10T20:58:53.796Z] 8c583b619670: Waiting [2023-01-10T20:58:53.796Z] 17bec77d7fdc: Waiting [2023-01-10T20:58:53.796Z] 18b24ad099d4: Waiting [2023-01-10T20:58:53.796Z] a0120bd2f132: Waiting [2023-01-10T20:58:53.796Z] 943c0e28775d: Layer already exists [2023-01-10T20:58:53.796Z] c4055bccc45d: Layer already exists [2023-01-10T20:58:53.796Z] b5456d98b16b: Layer already exists [2023-01-10T20:58:53.796Z] 1d2cd10d5eef: Layer already exists [2023-01-10T20:58:53.796Z] ea1ad86366ca: Layer already exists [2023-01-10T20:58:53.796Z] abba8edabbab: Layer already exists [2023-01-10T20:58:53.796Z] bf63153ab2de: Layer already exists [2023-01-10T20:58:53.796Z] d614f3f59a93: Layer already exists [2023-01-10T20:58:53.796Z] 18b24ad099d4: Layer already exists [2023-01-10T20:58:53.796Z] 8c583b619670: Layer already exists [2023-01-10T20:58:53.796Z] a0120bd2f132: Layer already exists [2023-01-10T20:58:53.796Z] 17bec77d7fdc: Layer already exists [2023-01-10T20:58:54.063Z] main: digest: sha256:26ba2fcef42aaa53ec206a965402f366d85521140b74a78fd549cd85b03a50d0 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-10T20:58:54.125Z] ===================================================== [Pipeline] echo [2023-01-10T20:58:54.137Z] taggedImages: [2023-01-10T20:58:54.137Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:58:54.137Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-01-10T20:58:54.137Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.13 [2023-01-10T20:58:54.137Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T20:58:54.137Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2023-01-10T20:58:54.161Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2023-01-10T20:58:54.162Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:58:54.162Z] latest [2023-01-10T20:58:54.162Z] 3.0.0-dev.13 [2023-01-10T20:58:54.162Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T20:58:54.162Z] main [2023-01-10T20:58:54.162Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:58:54.531Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:58:54.872Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:58:54.872Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-01-10T20:58:54.872Z] 99e41c43ec52: Preparing [2023-01-10T20:58:54.872Z] 65f87f01b3e7: Preparing [2023-01-10T20:58:54.872Z] 8cbe8c578c52: Preparing [2023-01-10T20:58:54.872Z] ed0df4ed084e: Preparing [2023-01-10T20:58:54.872Z] 6006e5214fe3: Preparing [2023-01-10T20:58:54.872Z] 57bbb856770c: Preparing [2023-01-10T20:58:54.872Z] 940171f90739: Preparing [2023-01-10T20:58:54.872Z] 17bec77d7fdc: Preparing [2023-01-10T20:58:54.872Z] 57bbb856770c: Waiting [2023-01-10T20:58:54.872Z] 940171f90739: Waiting [2023-01-10T20:58:54.872Z] 17bec77d7fdc: Waiting [2023-01-10T20:58:55.139Z] 6006e5214fe3: Pushed [2023-01-10T20:58:55.139Z] 99e41c43ec52: Pushed [2023-01-10T20:58:55.139Z] 65f87f01b3e7: Pushed [2023-01-10T20:58:55.139Z] 17bec77d7fdc: Layer already exists [2023-01-10T20:58:55.404Z] 57bbb856770c: Pushed [2023-01-10T20:58:55.985Z] 940171f90739: Pushed [2023-01-10T20:58:57.392Z] 8cbe8c578c52: Pushed [2023-01-10T20:58:57.392Z] ed0df4ed084e: Pushed [2023-01-10T20:58:57.657Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c: digest: sha256:ed778334b7d8db56271e6f5cf2a636988c0afdd10adaf0762237c751b561d3dd size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:58:58.012Z] + 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-10T20:58:58.351Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-01-10T20:58:58.352Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-01-10T20:58:58.352Z] 99e41c43ec52: Preparing [2023-01-10T20:58:58.352Z] 65f87f01b3e7: Preparing [2023-01-10T20:58:58.352Z] 8cbe8c578c52: Preparing [2023-01-10T20:58:58.352Z] ed0df4ed084e: Preparing [2023-01-10T20:58:58.352Z] 6006e5214fe3: Preparing [2023-01-10T20:58:58.352Z] 57bbb856770c: Preparing [2023-01-10T20:58:58.352Z] 940171f90739: Preparing [2023-01-10T20:58:58.352Z] 17bec77d7fdc: Preparing [2023-01-10T20:58:58.352Z] 57bbb856770c: Waiting [2023-01-10T20:58:58.352Z] 940171f90739: Waiting [2023-01-10T20:58:58.352Z] 17bec77d7fdc: Waiting [2023-01-10T20:58:58.352Z] 65f87f01b3e7: Layer already exists [2023-01-10T20:58:58.352Z] 6006e5214fe3: Layer already exists [2023-01-10T20:58:58.352Z] 8cbe8c578c52: Layer already exists [2023-01-10T20:58:58.352Z] 99e41c43ec52: Layer already exists [2023-01-10T20:58:58.352Z] ed0df4ed084e: Layer already exists [2023-01-10T20:58:58.352Z] 17bec77d7fdc: Layer already exists [2023-01-10T20:58:58.352Z] 940171f90739: Layer already exists [2023-01-10T20:58:58.352Z] 57bbb856770c: Layer already exists [2023-01-10T20:58:58.615Z] latest: digest: sha256:ed778334b7d8db56271e6f5cf2a636988c0afdd10adaf0762237c751b561d3dd size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:58:58.953Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:58:59.297Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.13 [2023-01-10T20:58:59.298Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-01-10T20:58:59.298Z] 99e41c43ec52: Preparing [2023-01-10T20:58:59.298Z] 65f87f01b3e7: Preparing [2023-01-10T20:58:59.298Z] 8cbe8c578c52: Preparing [2023-01-10T20:58:59.298Z] ed0df4ed084e: Preparing [2023-01-10T20:58:59.298Z] 6006e5214fe3: Preparing [2023-01-10T20:58:59.298Z] 57bbb856770c: Preparing [2023-01-10T20:58:59.298Z] 940171f90739: Preparing [2023-01-10T20:58:59.298Z] 17bec77d7fdc: Preparing [2023-01-10T20:58:59.298Z] 57bbb856770c: Waiting [2023-01-10T20:58:59.298Z] 17bec77d7fdc: Waiting [2023-01-10T20:58:59.298Z] ed0df4ed084e: Layer already exists [2023-01-10T20:58:59.298Z] 8cbe8c578c52: Layer already exists [2023-01-10T20:58:59.298Z] 6006e5214fe3: Layer already exists [2023-01-10T20:58:59.298Z] 99e41c43ec52: Layer already exists [2023-01-10T20:58:59.298Z] 65f87f01b3e7: Layer already exists [2023-01-10T20:58:59.298Z] 940171f90739: Layer already exists [2023-01-10T20:58:59.298Z] 57bbb856770c: Layer already exists [2023-01-10T20:58:59.298Z] 17bec77d7fdc: Layer already exists [2023-01-10T20:58:59.562Z] 3.0.0-dev.13: digest: sha256:ed778334b7d8db56271e6f5cf2a636988c0afdd10adaf0762237c751b561d3dd size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:58:59.912Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:59:00.244Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T20:59:00.245Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-01-10T20:59:00.245Z] 99e41c43ec52: Preparing [2023-01-10T20:59:00.245Z] 65f87f01b3e7: Preparing [2023-01-10T20:59:00.245Z] 8cbe8c578c52: Preparing [2023-01-10T20:59:00.245Z] ed0df4ed084e: Preparing [2023-01-10T20:59:00.245Z] 6006e5214fe3: Preparing [2023-01-10T20:59:00.245Z] 57bbb856770c: Preparing [2023-01-10T20:59:00.245Z] 940171f90739: Preparing [2023-01-10T20:59:00.245Z] 17bec77d7fdc: Preparing [2023-01-10T20:59:00.245Z] 940171f90739: Waiting [2023-01-10T20:59:00.245Z] 17bec77d7fdc: Waiting [2023-01-10T20:59:00.245Z] 57bbb856770c: Waiting [2023-01-10T20:59:00.245Z] 8cbe8c578c52: Layer already exists [2023-01-10T20:59:00.245Z] 65f87f01b3e7: Layer already exists [2023-01-10T20:59:00.245Z] 6006e5214fe3: Layer already exists [2023-01-10T20:59:00.245Z] ed0df4ed084e: Layer already exists [2023-01-10T20:59:00.245Z] 99e41c43ec52: Layer already exists [2023-01-10T20:59:00.245Z] 57bbb856770c: Layer already exists [2023-01-10T20:59:00.245Z] 17bec77d7fdc: Layer already exists [2023-01-10T20:59:00.245Z] 940171f90739: Layer already exists [2023-01-10T20:59:00.512Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13: digest: sha256:ed778334b7d8db56271e6f5cf2a636988c0afdd10adaf0762237c751b561d3dd size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:59:00.846Z] + 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-10T20:59:01.182Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2023-01-10T20:59:01.182Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-01-10T20:59:01.182Z] 99e41c43ec52: Preparing [2023-01-10T20:59:01.182Z] 65f87f01b3e7: Preparing [2023-01-10T20:59:01.182Z] 8cbe8c578c52: Preparing [2023-01-10T20:59:01.182Z] ed0df4ed084e: Preparing [2023-01-10T20:59:01.182Z] 6006e5214fe3: Preparing [2023-01-10T20:59:01.182Z] 57bbb856770c: Preparing [2023-01-10T20:59:01.182Z] 940171f90739: Preparing [2023-01-10T20:59:01.182Z] 17bec77d7fdc: Preparing [2023-01-10T20:59:01.182Z] 57bbb856770c: Waiting [2023-01-10T20:59:01.182Z] 940171f90739: Waiting [2023-01-10T20:59:01.182Z] 17bec77d7fdc: Waiting [2023-01-10T20:59:01.182Z] 99e41c43ec52: Layer already exists [2023-01-10T20:59:01.182Z] 6006e5214fe3: Layer already exists [2023-01-10T20:59:01.182Z] 65f87f01b3e7: Layer already exists [2023-01-10T20:59:01.182Z] ed0df4ed084e: Layer already exists [2023-01-10T20:59:01.182Z] 8cbe8c578c52: Layer already exists [2023-01-10T20:59:01.182Z] 17bec77d7fdc: Layer already exists [2023-01-10T20:59:01.182Z] 57bbb856770c: Layer already exists [2023-01-10T20:59:01.182Z] 940171f90739: Layer already exists [2023-01-10T20:59:01.448Z] main: digest: sha256:ed778334b7d8db56271e6f5cf2a636988c0afdd10adaf0762237c751b561d3dd size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-10T20:59:01.493Z] ===================================================== [Pipeline] echo [2023-01-10T20:59:01.501Z] taggedImages: [2023-01-10T20:59:01.501Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:59:01.501Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-01-10T20:59:01.501Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.13 [2023-01-10T20:59:01.501Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T20:59:01.501Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2023-01-10T20:59:01.522Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2023-01-10T20:59:01.522Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:59:01.522Z] latest [2023-01-10T20:59:01.522Z] 3.0.0-dev.13 [2023-01-10T20:59:01.522Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T20:59:01.522Z] main [2023-01-10T20:59:01.522Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:59:01.865Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:59:02.210Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:59:02.210Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-01-10T20:59:02.210Z] 7b47e6daecb9: Preparing [2023-01-10T20:59:02.210Z] c36b57ecfba3: Preparing [2023-01-10T20:59:02.210Z] 56a5ed0f4a3f: Preparing [2023-01-10T20:59:02.210Z] 8eac20bb0000: Preparing [2023-01-10T20:59:02.210Z] f36fad01e90f: Preparing [2023-01-10T20:59:02.210Z] c36f1ea7fd20: Preparing [2023-01-10T20:59:02.210Z] ee74d23713e3: Preparing [2023-01-10T20:59:02.210Z] cc738dc483c3: Preparing [2023-01-10T20:59:02.210Z] b2f00ee9e992: Preparing [2023-01-10T20:59:02.210Z] 17bec77d7fdc: Preparing [2023-01-10T20:59:02.210Z] ee74d23713e3: Waiting [2023-01-10T20:59:02.211Z] cc738dc483c3: Waiting [2023-01-10T20:59:02.211Z] b2f00ee9e992: Waiting [2023-01-10T20:59:02.211Z] 17bec77d7fdc: Waiting [2023-01-10T20:59:02.211Z] c36f1ea7fd20: Waiting [2023-01-10T20:59:02.478Z] 7b47e6daecb9: Pushed [2023-01-10T20:59:02.478Z] c36b57ecfba3: Pushed [2023-01-10T20:59:02.478Z] f36fad01e90f: Pushed [2023-01-10T20:59:02.752Z] cc738dc483c3: Pushed [2023-01-10T20:59:02.752Z] c36f1ea7fd20: Pushed [2023-01-10T20:59:02.752Z] ee74d23713e3: Pushed [2023-01-10T20:59:02.752Z] 17bec77d7fdc: Layer already exists [2023-01-10T20:59:03.018Z] b2f00ee9e992: Pushed [2023-01-10T20:59:04.961Z] 8eac20bb0000: Pushed [2023-01-10T20:59:05.917Z] 56a5ed0f4a3f: Pushed [2023-01-10T20:59:06.184Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c: digest: sha256:b1cd3622168d179bdddbf154c0b4cf481558f594ff50b92ee84cc074f020f695 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:59:06.523Z] + 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-10T20:59:06.859Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-01-10T20:59:06.859Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-01-10T20:59:06.859Z] 7b47e6daecb9: Preparing [2023-01-10T20:59:06.859Z] c36b57ecfba3: Preparing [2023-01-10T20:59:06.859Z] 56a5ed0f4a3f: Preparing [2023-01-10T20:59:06.859Z] 8eac20bb0000: Preparing [2023-01-10T20:59:06.859Z] f36fad01e90f: Preparing [2023-01-10T20:59:06.859Z] c36f1ea7fd20: Preparing [2023-01-10T20:59:06.859Z] ee74d23713e3: Preparing [2023-01-10T20:59:06.859Z] cc738dc483c3: Preparing [2023-01-10T20:59:06.859Z] b2f00ee9e992: Preparing [2023-01-10T20:59:06.859Z] 17bec77d7fdc: Preparing [2023-01-10T20:59:06.859Z] cc738dc483c3: Waiting [2023-01-10T20:59:06.859Z] c36f1ea7fd20: Waiting [2023-01-10T20:59:06.859Z] ee74d23713e3: Waiting [2023-01-10T20:59:06.859Z] b2f00ee9e992: Waiting [2023-01-10T20:59:06.859Z] 17bec77d7fdc: Waiting [2023-01-10T20:59:06.859Z] 56a5ed0f4a3f: Layer already exists [2023-01-10T20:59:06.859Z] c36b57ecfba3: Layer already exists [2023-01-10T20:59:06.859Z] 8eac20bb0000: Layer already exists [2023-01-10T20:59:06.859Z] f36fad01e90f: Layer already exists [2023-01-10T20:59:06.859Z] 7b47e6daecb9: Layer already exists [2023-01-10T20:59:06.859Z] ee74d23713e3: Layer already exists [2023-01-10T20:59:06.859Z] b2f00ee9e992: Layer already exists [2023-01-10T20:59:06.859Z] 17bec77d7fdc: Layer already exists [2023-01-10T20:59:06.859Z] cc738dc483c3: Layer already exists [2023-01-10T20:59:06.859Z] c36f1ea7fd20: Layer already exists [2023-01-10T20:59:07.126Z] latest: digest: sha256:b1cd3622168d179bdddbf154c0b4cf481558f594ff50b92ee84cc074f020f695 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:59:07.475Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:59:07.821Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.13 [2023-01-10T20:59:07.821Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-01-10T20:59:07.821Z] 7b47e6daecb9: Preparing [2023-01-10T20:59:07.821Z] c36b57ecfba3: Preparing [2023-01-10T20:59:07.821Z] 56a5ed0f4a3f: Preparing [2023-01-10T20:59:07.821Z] 8eac20bb0000: Preparing [2023-01-10T20:59:07.821Z] f36fad01e90f: Preparing [2023-01-10T20:59:07.821Z] c36f1ea7fd20: Preparing [2023-01-10T20:59:07.821Z] ee74d23713e3: Preparing [2023-01-10T20:59:07.821Z] cc738dc483c3: Preparing [2023-01-10T20:59:07.821Z] b2f00ee9e992: Preparing [2023-01-10T20:59:07.821Z] 17bec77d7fdc: Preparing [2023-01-10T20:59:07.821Z] cc738dc483c3: Waiting [2023-01-10T20:59:07.821Z] c36f1ea7fd20: Waiting [2023-01-10T20:59:07.821Z] b2f00ee9e992: Waiting [2023-01-10T20:59:07.821Z] 17bec77d7fdc: Waiting [2023-01-10T20:59:07.821Z] ee74d23713e3: Waiting [2023-01-10T20:59:07.821Z] 8eac20bb0000: Layer already exists [2023-01-10T20:59:07.821Z] f36fad01e90f: Layer already exists [2023-01-10T20:59:07.821Z] 7b47e6daecb9: Layer already exists [2023-01-10T20:59:07.821Z] c36b57ecfba3: Layer already exists [2023-01-10T20:59:07.821Z] 56a5ed0f4a3f: Layer already exists [2023-01-10T20:59:07.821Z] ee74d23713e3: Layer already exists [2023-01-10T20:59:07.821Z] c36f1ea7fd20: Layer already exists [2023-01-10T20:59:07.821Z] cc738dc483c3: Layer already exists [2023-01-10T20:59:07.821Z] b2f00ee9e992: Layer already exists [2023-01-10T20:59:07.821Z] 17bec77d7fdc: Layer already exists [2023-01-10T20:59:08.086Z] 3.0.0-dev.13: digest: sha256:b1cd3622168d179bdddbf154c0b4cf481558f594ff50b92ee84cc074f020f695 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:59:08.425Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:59:08.757Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T20:59:08.758Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-01-10T20:59:08.758Z] 7b47e6daecb9: Preparing [2023-01-10T20:59:08.758Z] c36b57ecfba3: Preparing [2023-01-10T20:59:08.758Z] 56a5ed0f4a3f: Preparing [2023-01-10T20:59:08.758Z] 8eac20bb0000: Preparing [2023-01-10T20:59:08.758Z] f36fad01e90f: Preparing [2023-01-10T20:59:08.758Z] c36f1ea7fd20: Preparing [2023-01-10T20:59:08.758Z] ee74d23713e3: Preparing [2023-01-10T20:59:08.758Z] cc738dc483c3: Preparing [2023-01-10T20:59:08.758Z] b2f00ee9e992: Preparing [2023-01-10T20:59:08.758Z] 17bec77d7fdc: Preparing [2023-01-10T20:59:08.758Z] cc738dc483c3: Waiting [2023-01-10T20:59:08.758Z] c36f1ea7fd20: Waiting [2023-01-10T20:59:08.758Z] ee74d23713e3: Waiting [2023-01-10T20:59:08.758Z] 17bec77d7fdc: Waiting [2023-01-10T20:59:08.758Z] b2f00ee9e992: Waiting [2023-01-10T20:59:08.758Z] f36fad01e90f: Layer already exists [2023-01-10T20:59:08.758Z] 56a5ed0f4a3f: Layer already exists [2023-01-10T20:59:08.758Z] 7b47e6daecb9: Layer already exists [2023-01-10T20:59:08.758Z] 8eac20bb0000: Layer already exists [2023-01-10T20:59:08.758Z] c36b57ecfba3: Layer already exists [2023-01-10T20:59:08.758Z] c36f1ea7fd20: Layer already exists [2023-01-10T20:59:08.758Z] cc738dc483c3: Layer already exists [2023-01-10T20:59:08.758Z] ee74d23713e3: Layer already exists [2023-01-10T20:59:08.758Z] b2f00ee9e992: Layer already exists [2023-01-10T20:59:08.758Z] 17bec77d7fdc: Layer already exists [2023-01-10T20:59:09.024Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13: digest: sha256:b1cd3622168d179bdddbf154c0b4cf481558f594ff50b92ee84cc074f020f695 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:59:09.369Z] + 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-10T20:59:09.713Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2023-01-10T20:59:09.713Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-01-10T20:59:09.713Z] 7b47e6daecb9: Preparing [2023-01-10T20:59:09.713Z] c36b57ecfba3: Preparing [2023-01-10T20:59:09.713Z] 56a5ed0f4a3f: Preparing [2023-01-10T20:59:09.713Z] 8eac20bb0000: Preparing [2023-01-10T20:59:09.713Z] f36fad01e90f: Preparing [2023-01-10T20:59:09.713Z] c36f1ea7fd20: Preparing [2023-01-10T20:59:09.713Z] ee74d23713e3: Preparing [2023-01-10T20:59:09.713Z] c36f1ea7fd20: Waiting [2023-01-10T20:59:09.713Z] cc738dc483c3: Preparing [2023-01-10T20:59:09.713Z] b2f00ee9e992: Preparing [2023-01-10T20:59:09.713Z] 17bec77d7fdc: Preparing [2023-01-10T20:59:09.713Z] ee74d23713e3: Waiting [2023-01-10T20:59:09.713Z] b2f00ee9e992: Waiting [2023-01-10T20:59:09.713Z] 17bec77d7fdc: Waiting [2023-01-10T20:59:09.713Z] cc738dc483c3: Waiting [2023-01-10T20:59:09.713Z] c36b57ecfba3: Layer already exists [2023-01-10T20:59:09.713Z] 7b47e6daecb9: Layer already exists [2023-01-10T20:59:09.713Z] f36fad01e90f: Layer already exists [2023-01-10T20:59:09.713Z] 8eac20bb0000: Layer already exists [2023-01-10T20:59:09.713Z] 56a5ed0f4a3f: Layer already exists [2023-01-10T20:59:09.713Z] ee74d23713e3: Layer already exists [2023-01-10T20:59:09.713Z] c36f1ea7fd20: Layer already exists [2023-01-10T20:59:09.713Z] cc738dc483c3: Layer already exists [2023-01-10T20:59:09.713Z] b2f00ee9e992: Layer already exists [2023-01-10T20:59:09.713Z] 17bec77d7fdc: Layer already exists [2023-01-10T20:59:09.979Z] main: digest: sha256:b1cd3622168d179bdddbf154c0b4cf481558f594ff50b92ee84cc074f020f695 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-10T20:59:10.022Z] ===================================================== [Pipeline] echo [2023-01-10T20:59:10.031Z] taggedImages: [2023-01-10T20:59:10.031Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:59:10.031Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-01-10T20:59:10.031Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.13 [2023-01-10T20:59:10.031Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T20:59:10.031Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2023-01-10T20:59:10.133Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2023-01-10T20:59:10.133Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:59:10.133Z] latest [2023-01-10T20:59:10.133Z] 3.0.0-dev.13 [2023-01-10T20:59:10.133Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T20:59:10.133Z] main [2023-01-10T20:59:10.133Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:59:10.473Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:59:10.805Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:59:10.805Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-01-10T20:59:10.805Z] db360ed1fbb1: Preparing [2023-01-10T20:59:10.805Z] c444da3e7af7: Preparing [2023-01-10T20:59:10.805Z] abba8edabbab: Preparing [2023-01-10T20:59:10.805Z] cfe4f3bb2d8e: Preparing [2023-01-10T20:59:10.805Z] 9833f26c6bda: Preparing [2023-01-10T20:59:10.805Z] abba8edabbab: Layer already exists [2023-01-10T20:59:10.805Z] 9833f26c6bda: Layer already exists [2023-01-10T20:59:11.070Z] db360ed1fbb1: Pushed [2023-01-10T20:59:12.471Z] cfe4f3bb2d8e: Pushed [2023-01-10T20:59:15.803Z] c444da3e7af7: Pushed [2023-01-10T20:59:15.803Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c: digest: sha256:99db2d187d7d99218f99d4aa9327660eb3b5d886b1a779d0ca655baf8241d9cb size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:59:16.147Z] + 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-10T20:59:16.494Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-01-10T20:59:16.494Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-01-10T20:59:16.494Z] db360ed1fbb1: Preparing [2023-01-10T20:59:16.494Z] c444da3e7af7: Preparing [2023-01-10T20:59:16.494Z] abba8edabbab: Preparing [2023-01-10T20:59:16.494Z] cfe4f3bb2d8e: Preparing [2023-01-10T20:59:16.494Z] 9833f26c6bda: Preparing [2023-01-10T20:59:16.494Z] c444da3e7af7: Layer already exists [2023-01-10T20:59:16.494Z] cfe4f3bb2d8e: Layer already exists [2023-01-10T20:59:16.494Z] 9833f26c6bda: Layer already exists [2023-01-10T20:59:16.494Z] abba8edabbab: Layer already exists [2023-01-10T20:59:16.494Z] db360ed1fbb1: Layer already exists [2023-01-10T20:59:16.762Z] latest: digest: sha256:99db2d187d7d99218f99d4aa9327660eb3b5d886b1a779d0ca655baf8241d9cb size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:59:17.107Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:59:17.439Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.13 [2023-01-10T20:59:17.439Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-01-10T20:59:17.439Z] db360ed1fbb1: Preparing [2023-01-10T20:59:17.439Z] c444da3e7af7: Preparing [2023-01-10T20:59:17.439Z] abba8edabbab: Preparing [2023-01-10T20:59:17.439Z] cfe4f3bb2d8e: Preparing [2023-01-10T20:59:17.439Z] 9833f26c6bda: Preparing [2023-01-10T20:59:17.439Z] abba8edabbab: Layer already exists [2023-01-10T20:59:17.439Z] 9833f26c6bda: Layer already exists [2023-01-10T20:59:17.439Z] cfe4f3bb2d8e: Layer already exists [2023-01-10T20:59:17.439Z] c444da3e7af7: Layer already exists [2023-01-10T20:59:17.439Z] db360ed1fbb1: Layer already exists [2023-01-10T20:59:17.439Z] 3.0.0-dev.13: digest: sha256:99db2d187d7d99218f99d4aa9327660eb3b5d886b1a779d0ca655baf8241d9cb size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:59:17.778Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:59:18.112Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T20:59:18.112Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-01-10T20:59:18.112Z] db360ed1fbb1: Preparing [2023-01-10T20:59:18.112Z] c444da3e7af7: Preparing [2023-01-10T20:59:18.112Z] abba8edabbab: Preparing [2023-01-10T20:59:18.112Z] cfe4f3bb2d8e: Preparing [2023-01-10T20:59:18.112Z] 9833f26c6bda: Preparing [2023-01-10T20:59:18.112Z] 9833f26c6bda: Layer already exists [2023-01-10T20:59:18.112Z] cfe4f3bb2d8e: Layer already exists [2023-01-10T20:59:18.112Z] abba8edabbab: Layer already exists [2023-01-10T20:59:18.112Z] c444da3e7af7: Layer already exists [2023-01-10T20:59:18.112Z] db360ed1fbb1: Layer already exists [2023-01-10T20:59:18.112Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13: digest: sha256:99db2d187d7d99218f99d4aa9327660eb3b5d886b1a779d0ca655baf8241d9cb size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:59:18.450Z] + 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-10T20:59:18.796Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2023-01-10T20:59:18.797Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-01-10T20:59:18.797Z] db360ed1fbb1: Preparing [2023-01-10T20:59:18.797Z] c444da3e7af7: Preparing [2023-01-10T20:59:18.797Z] abba8edabbab: Preparing [2023-01-10T20:59:18.797Z] cfe4f3bb2d8e: Preparing [2023-01-10T20:59:18.797Z] 9833f26c6bda: Preparing [2023-01-10T20:59:18.797Z] 9833f26c6bda: Layer already exists [2023-01-10T20:59:18.797Z] abba8edabbab: Layer already exists [2023-01-10T20:59:18.797Z] c444da3e7af7: Layer already exists [2023-01-10T20:59:18.797Z] db360ed1fbb1: Layer already exists [2023-01-10T20:59:18.797Z] cfe4f3bb2d8e: Layer already exists [2023-01-10T20:59:18.797Z] main: digest: sha256:99db2d187d7d99218f99d4aa9327660eb3b5d886b1a779d0ca655baf8241d9cb size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-10T20:59:19.109Z] ===================================================== [Pipeline] echo [2023-01-10T20:59:19.115Z] taggedImages: [2023-01-10T20:59:19.115Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:59:19.115Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-01-10T20:59:19.115Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.13 [2023-01-10T20:59:19.115Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T20:59:19.115Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2023-01-10T20:59:19.135Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2023-01-10T20:59:19.135Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:59:19.135Z] latest [2023-01-10T20:59:19.135Z] 3.0.0-dev.13 [2023-01-10T20:59:19.135Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T20:59:19.135Z] main [2023-01-10T20:59:19.135Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:59:19.487Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:59:19.818Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:59:19.818Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-01-10T20:59:19.818Z] a04bd368e183: Preparing [2023-01-10T20:59:19.818Z] 286806382468: Preparing [2023-01-10T20:59:19.818Z] b251c4f8f994: Preparing [2023-01-10T20:59:19.818Z] acf1b17cd3c1: Preparing [2023-01-10T20:59:19.818Z] 2e51baab81de: Preparing [2023-01-10T20:59:19.818Z] 3f2d1e39995d: Preparing [2023-01-10T20:59:19.818Z] 9833f26c6bda: Preparing [2023-01-10T20:59:19.818Z] 3f2d1e39995d: Waiting [2023-01-10T20:59:20.083Z] 286806382468: Pushed [2023-01-10T20:59:20.083Z] a04bd368e183: Pushed [2023-01-10T20:59:20.083Z] b251c4f8f994: Pushed [2023-01-10T20:59:20.083Z] 9833f26c6bda: Layer already exists [2023-01-10T20:59:21.039Z] 3f2d1e39995d: Pushed [2023-01-10T20:59:27.667Z] 2e51baab81de: Pushed [2023-01-10T20:59:35.929Z] acf1b17cd3c1: Pushed [2023-01-10T20:59:35.929Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c: digest: sha256:fbafb757131f4d28d810b7d285e1831d1d55dbc1e72cee3a3fc2c169121dc9f2 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:59:36.273Z] + 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-10T20:59:37.210Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-01-10T20:59:37.210Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-01-10T20:59:37.210Z] a04bd368e183: Preparing [2023-01-10T20:59:37.210Z] 286806382468: Preparing [2023-01-10T20:59:37.210Z] b251c4f8f994: Preparing [2023-01-10T20:59:37.210Z] acf1b17cd3c1: Preparing [2023-01-10T20:59:37.210Z] 2e51baab81de: Preparing [2023-01-10T20:59:37.210Z] 3f2d1e39995d: Preparing [2023-01-10T20:59:37.210Z] 9833f26c6bda: Preparing [2023-01-10T20:59:37.210Z] 3f2d1e39995d: Waiting [2023-01-10T20:59:37.210Z] 9833f26c6bda: Waiting [2023-01-10T20:59:37.210Z] 2e51baab81de: Layer already exists [2023-01-10T20:59:37.210Z] b251c4f8f994: Layer already exists [2023-01-10T20:59:37.210Z] 286806382468: Layer already exists [2023-01-10T20:59:37.210Z] a04bd368e183: Layer already exists [2023-01-10T20:59:37.210Z] acf1b17cd3c1: Layer already exists [2023-01-10T20:59:37.210Z] 3f2d1e39995d: Layer already exists [2023-01-10T20:59:37.210Z] 9833f26c6bda: Layer already exists [2023-01-10T20:59:37.477Z] latest: digest: sha256:fbafb757131f4d28d810b7d285e1831d1d55dbc1e72cee3a3fc2c169121dc9f2 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:59:37.822Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:59:38.147Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.13 [2023-01-10T20:59:38.147Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-01-10T20:59:38.147Z] a04bd368e183: Preparing [2023-01-10T20:59:38.147Z] 286806382468: Preparing [2023-01-10T20:59:38.147Z] b251c4f8f994: Preparing [2023-01-10T20:59:38.147Z] acf1b17cd3c1: Preparing [2023-01-10T20:59:38.147Z] 2e51baab81de: Preparing [2023-01-10T20:59:38.147Z] 3f2d1e39995d: Preparing [2023-01-10T20:59:38.147Z] 9833f26c6bda: Preparing [2023-01-10T20:59:38.147Z] 3f2d1e39995d: Waiting [2023-01-10T20:59:38.147Z] 9833f26c6bda: Waiting [2023-01-10T20:59:38.147Z] 286806382468: Layer already exists [2023-01-10T20:59:38.147Z] acf1b17cd3c1: Layer already exists [2023-01-10T20:59:38.147Z] b251c4f8f994: Layer already exists [2023-01-10T20:59:38.147Z] a04bd368e183: Layer already exists [2023-01-10T20:59:38.147Z] 2e51baab81de: Layer already exists [2023-01-10T20:59:38.147Z] 3f2d1e39995d: Layer already exists [2023-01-10T20:59:38.147Z] 9833f26c6bda: Layer already exists [2023-01-10T20:59:38.411Z] 3.0.0-dev.13: digest: sha256:fbafb757131f4d28d810b7d285e1831d1d55dbc1e72cee3a3fc2c169121dc9f2 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:59:38.745Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:59:39.079Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T20:59:39.079Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-01-10T20:59:39.079Z] a04bd368e183: Preparing [2023-01-10T20:59:39.079Z] 286806382468: Preparing [2023-01-10T20:59:39.079Z] b251c4f8f994: Preparing [2023-01-10T20:59:39.079Z] acf1b17cd3c1: Preparing [2023-01-10T20:59:39.079Z] 2e51baab81de: Preparing [2023-01-10T20:59:39.079Z] 3f2d1e39995d: Preparing [2023-01-10T20:59:39.079Z] 9833f26c6bda: Preparing [2023-01-10T20:59:39.079Z] 3f2d1e39995d: Waiting [2023-01-10T20:59:39.079Z] 9833f26c6bda: Waiting [2023-01-10T20:59:39.079Z] a04bd368e183: Layer already exists [2023-01-10T20:59:39.079Z] 2e51baab81de: Layer already exists [2023-01-10T20:59:39.079Z] 286806382468: Layer already exists [2023-01-10T20:59:39.079Z] b251c4f8f994: Layer already exists [2023-01-10T20:59:39.079Z] acf1b17cd3c1: Layer already exists [2023-01-10T20:59:39.079Z] 3f2d1e39995d: Layer already exists [2023-01-10T20:59:39.079Z] 9833f26c6bda: Layer already exists [2023-01-10T20:59:39.345Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13: digest: sha256:fbafb757131f4d28d810b7d285e1831d1d55dbc1e72cee3a3fc2c169121dc9f2 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:59:39.681Z] + 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-10T20:59:40.020Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2023-01-10T20:59:40.021Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-01-10T20:59:40.021Z] a04bd368e183: Preparing [2023-01-10T20:59:40.021Z] 286806382468: Preparing [2023-01-10T20:59:40.021Z] b251c4f8f994: Preparing [2023-01-10T20:59:40.021Z] acf1b17cd3c1: Preparing [2023-01-10T20:59:40.021Z] 2e51baab81de: Preparing [2023-01-10T20:59:40.021Z] 3f2d1e39995d: Preparing [2023-01-10T20:59:40.021Z] 9833f26c6bda: Preparing [2023-01-10T20:59:40.021Z] 3f2d1e39995d: Waiting [2023-01-10T20:59:40.021Z] 9833f26c6bda: Waiting [2023-01-10T20:59:40.021Z] b251c4f8f994: Layer already exists [2023-01-10T20:59:40.021Z] 286806382468: Layer already exists [2023-01-10T20:59:40.021Z] acf1b17cd3c1: Layer already exists [2023-01-10T20:59:40.021Z] 2e51baab81de: Layer already exists [2023-01-10T20:59:40.021Z] a04bd368e183: Layer already exists [2023-01-10T20:59:40.021Z] 9833f26c6bda: Layer already exists [2023-01-10T20:59:40.021Z] 3f2d1e39995d: Layer already exists [2023-01-10T20:59:40.287Z] main: digest: sha256:fbafb757131f4d28d810b7d285e1831d1d55dbc1e72cee3a3fc2c169121dc9f2 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-10T20:59:40.325Z] ===================================================== [Pipeline] echo [2023-01-10T20:59:40.333Z] taggedImages: [2023-01-10T20:59:40.333Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:59:40.333Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-01-10T20:59:40.333Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.13 [2023-01-10T20:59:40.333Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T20:59:40.333Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2023-01-10T20:59:40.351Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2023-01-10T20:59:40.351Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:59:40.351Z] latest [2023-01-10T20:59:40.351Z] 3.0.0-dev.13 [2023-01-10T20:59:40.351Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T20:59:40.351Z] main [2023-01-10T20:59:40.351Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:59:40.679Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:59:41.021Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T20:59:41.021Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-01-10T20:59:41.021Z] bc0d12b6c633: Preparing [2023-01-10T20:59:41.021Z] c2b545868dc4: Preparing [2023-01-10T20:59:41.021Z] a0b576c1c7fe: Preparing [2023-01-10T20:59:41.021Z] ba5721f547fb: Preparing [2023-01-10T20:59:41.021Z] 5c33fae27360: Preparing [2023-01-10T20:59:41.021Z] 9833f26c6bda: Preparing [2023-01-10T20:59:41.021Z] 9833f26c6bda: Waiting [2023-01-10T20:59:41.288Z] bc0d12b6c633: Pushed [2023-01-10T20:59:41.288Z] a0b576c1c7fe: Pushed [2023-01-10T20:59:41.288Z] c2b545868dc4: Pushed [2023-01-10T20:59:41.288Z] 9833f26c6bda: Layer already exists [2023-01-10T20:59:41.868Z] 5c33fae27360: Pushed [2023-01-10T20:59:56.930Z] ba5721f547fb: Pushed [2023-01-10T20:59:56.930Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c: digest: sha256:9ecc764b6e288ea88f15471669b0d74f764b6934ccf5f8bd5cbbebe087c67ba1 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:59:57.278Z] + 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-10T20:59:57.608Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-01-10T20:59:57.608Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-01-10T20:59:57.608Z] bc0d12b6c633: Preparing [2023-01-10T20:59:57.608Z] c2b545868dc4: Preparing [2023-01-10T20:59:57.608Z] a0b576c1c7fe: Preparing [2023-01-10T20:59:57.608Z] ba5721f547fb: Preparing [2023-01-10T20:59:57.608Z] 5c33fae27360: Preparing [2023-01-10T20:59:57.608Z] 9833f26c6bda: Preparing [2023-01-10T20:59:57.608Z] 9833f26c6bda: Waiting [2023-01-10T20:59:57.608Z] 5c33fae27360: Layer already exists [2023-01-10T20:59:57.608Z] bc0d12b6c633: Layer already exists [2023-01-10T20:59:57.608Z] ba5721f547fb: Layer already exists [2023-01-10T20:59:57.608Z] a0b576c1c7fe: Layer already exists [2023-01-10T20:59:57.608Z] c2b545868dc4: Layer already exists [2023-01-10T20:59:57.608Z] 9833f26c6bda: Layer already exists [2023-01-10T20:59:57.872Z] latest: digest: sha256:9ecc764b6e288ea88f15471669b0d74f764b6934ccf5f8bd5cbbebe087c67ba1 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:59:58.214Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:59:58.553Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.13 [2023-01-10T20:59:58.553Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-01-10T20:59:58.553Z] bc0d12b6c633: Preparing [2023-01-10T20:59:58.553Z] c2b545868dc4: Preparing [2023-01-10T20:59:58.553Z] a0b576c1c7fe: Preparing [2023-01-10T20:59:58.553Z] ba5721f547fb: Preparing [2023-01-10T20:59:58.553Z] 5c33fae27360: Preparing [2023-01-10T20:59:58.553Z] 9833f26c6bda: Preparing [2023-01-10T20:59:58.553Z] 9833f26c6bda: Waiting [2023-01-10T20:59:58.553Z] bc0d12b6c633: Layer already exists [2023-01-10T20:59:58.553Z] c2b545868dc4: Layer already exists [2023-01-10T20:59:58.553Z] 5c33fae27360: Layer already exists [2023-01-10T20:59:58.553Z] ba5721f547fb: Layer already exists [2023-01-10T20:59:58.553Z] a0b576c1c7fe: Layer already exists [2023-01-10T20:59:58.553Z] 9833f26c6bda: Layer already exists [2023-01-10T20:59:58.817Z] 3.0.0-dev.13: digest: sha256:9ecc764b6e288ea88f15471669b0d74f764b6934ccf5f8bd5cbbebe087c67ba1 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:59:59.156Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T20:59:59.491Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T20:59:59.491Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-01-10T20:59:59.491Z] bc0d12b6c633: Preparing [2023-01-10T20:59:59.491Z] c2b545868dc4: Preparing [2023-01-10T20:59:59.491Z] a0b576c1c7fe: Preparing [2023-01-10T20:59:59.491Z] ba5721f547fb: Preparing [2023-01-10T20:59:59.491Z] 5c33fae27360: Preparing [2023-01-10T20:59:59.491Z] 9833f26c6bda: Preparing [2023-01-10T20:59:59.491Z] 9833f26c6bda: Waiting [2023-01-10T20:59:59.491Z] ba5721f547fb: Layer already exists [2023-01-10T20:59:59.491Z] a0b576c1c7fe: Layer already exists [2023-01-10T20:59:59.491Z] bc0d12b6c633: Layer already exists [2023-01-10T20:59:59.491Z] 5c33fae27360: Layer already exists [2023-01-10T20:59:59.491Z] c2b545868dc4: Layer already exists [2023-01-10T20:59:59.491Z] 9833f26c6bda: Layer already exists [2023-01-10T20:59:59.758Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13: digest: sha256:9ecc764b6e288ea88f15471669b0d74f764b6934ccf5f8bd5cbbebe087c67ba1 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T21:00:00.092Z] + 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-10T21:00:00.425Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2023-01-10T21:00:00.425Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-01-10T21:00:00.425Z] bc0d12b6c633: Preparing [2023-01-10T21:00:00.425Z] c2b545868dc4: Preparing [2023-01-10T21:00:00.425Z] a0b576c1c7fe: Preparing [2023-01-10T21:00:00.425Z] ba5721f547fb: Preparing [2023-01-10T21:00:00.425Z] 5c33fae27360: Preparing [2023-01-10T21:00:00.425Z] 9833f26c6bda: Preparing [2023-01-10T21:00:00.425Z] 9833f26c6bda: Waiting [2023-01-10T21:00:00.425Z] bc0d12b6c633: Layer already exists [2023-01-10T21:00:00.425Z] c2b545868dc4: Layer already exists [2023-01-10T21:00:00.425Z] a0b576c1c7fe: Layer already exists [2023-01-10T21:00:00.425Z] 5c33fae27360: Layer already exists [2023-01-10T21:00:00.425Z] ba5721f547fb: Layer already exists [2023-01-10T21:00:00.425Z] 9833f26c6bda: Layer already exists [2023-01-10T21:00:00.691Z] main: digest: sha256:9ecc764b6e288ea88f15471669b0d74f764b6934ccf5f8bd5cbbebe087c67ba1 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-10T21:00:00.731Z] ===================================================== [Pipeline] echo [2023-01-10T21:00:00.737Z] taggedImages: [2023-01-10T21:00:00.737Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T21:00:00.737Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-01-10T21:00:00.737Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.13 [2023-01-10T21:00:00.737Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T21:00:00.737Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2023-01-10T21:00:00.752Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2023-01-10T21:00:00.752Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T21:00:00.752Z] latest [2023-01-10T21:00:00.752Z] 3.0.0-dev.13 [2023-01-10T21:00:00.752Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T21:00:00.752Z] main [2023-01-10T21:00:00.752Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T21:00:01.089Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T21:00:01.444Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T21:00:01.444Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-01-10T21:00:01.444Z] 9f1dc7e7c6cc: Preparing [2023-01-10T21:00:01.444Z] 3719e4852655: Preparing [2023-01-10T21:00:01.444Z] ab9cd7fa7187: Preparing [2023-01-10T21:00:01.444Z] 76077961b3d8: Preparing [2023-01-10T21:00:01.444Z] 3f2d1e39995d: Preparing [2023-01-10T21:00:01.444Z] 9833f26c6bda: Preparing [2023-01-10T21:00:01.444Z] 9833f26c6bda: Waiting [2023-01-10T21:00:01.726Z] 3f2d1e39995d: Layer already exists [2023-01-10T21:00:01.726Z] 9833f26c6bda: Layer already exists [2023-01-10T21:00:01.726Z] 3719e4852655: Pushed [2023-01-10T21:00:01.726Z] 9f1dc7e7c6cc: Pushed [2023-01-10T21:00:01.726Z] ab9cd7fa7187: Pushed [2023-01-10T21:00:16.692Z] 76077961b3d8: Pushed [2023-01-10T21:00:16.692Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c: digest: sha256:4a7ff55477801e260f0a7dddacc2662f6729f259a713cc08c846970ba8ad9f70 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T21:00:17.294Z] + 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-10T21:00:17.625Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-01-10T21:00:17.625Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-01-10T21:00:17.625Z] 9f1dc7e7c6cc: Preparing [2023-01-10T21:00:17.625Z] 3719e4852655: Preparing [2023-01-10T21:00:17.625Z] ab9cd7fa7187: Preparing [2023-01-10T21:00:17.625Z] 76077961b3d8: Preparing [2023-01-10T21:00:17.625Z] 3f2d1e39995d: Preparing [2023-01-10T21:00:17.625Z] 9833f26c6bda: Preparing [2023-01-10T21:00:17.625Z] 9833f26c6bda: Waiting [2023-01-10T21:00:17.625Z] ab9cd7fa7187: Layer already exists [2023-01-10T21:00:17.625Z] 9f1dc7e7c6cc: Layer already exists [2023-01-10T21:00:17.625Z] 3f2d1e39995d: Layer already exists [2023-01-10T21:00:17.625Z] 3719e4852655: Layer already exists [2023-01-10T21:00:17.625Z] 76077961b3d8: Layer already exists [2023-01-10T21:00:17.625Z] 9833f26c6bda: Layer already exists [2023-01-10T21:00:17.890Z] latest: digest: sha256:4a7ff55477801e260f0a7dddacc2662f6729f259a713cc08c846970ba8ad9f70 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T21:00:18.231Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T21:00:18.561Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.13 [2023-01-10T21:00:18.561Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-01-10T21:00:18.561Z] 9f1dc7e7c6cc: Preparing [2023-01-10T21:00:18.561Z] 3719e4852655: Preparing [2023-01-10T21:00:18.561Z] ab9cd7fa7187: Preparing [2023-01-10T21:00:18.561Z] 76077961b3d8: Preparing [2023-01-10T21:00:18.561Z] 3f2d1e39995d: Preparing [2023-01-10T21:00:18.561Z] 9833f26c6bda: Preparing [2023-01-10T21:00:18.561Z] 9833f26c6bda: Waiting [2023-01-10T21:00:18.561Z] 3f2d1e39995d: Layer already exists [2023-01-10T21:00:18.561Z] 3719e4852655: Layer already exists [2023-01-10T21:00:18.561Z] ab9cd7fa7187: Layer already exists [2023-01-10T21:00:18.561Z] 9f1dc7e7c6cc: Layer already exists [2023-01-10T21:00:18.561Z] 76077961b3d8: Layer already exists [2023-01-10T21:00:18.561Z] 9833f26c6bda: Layer already exists [2023-01-10T21:00:18.825Z] 3.0.0-dev.13: digest: sha256:4a7ff55477801e260f0a7dddacc2662f6729f259a713cc08c846970ba8ad9f70 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T21:00:19.169Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T21:00:19.501Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T21:00:19.501Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-01-10T21:00:19.501Z] 9f1dc7e7c6cc: Preparing [2023-01-10T21:00:19.501Z] 3719e4852655: Preparing [2023-01-10T21:00:19.501Z] ab9cd7fa7187: Preparing [2023-01-10T21:00:19.501Z] 76077961b3d8: Preparing [2023-01-10T21:00:19.501Z] 3f2d1e39995d: Preparing [2023-01-10T21:00:19.501Z] 9833f26c6bda: Preparing [2023-01-10T21:00:19.501Z] 9833f26c6bda: Waiting [2023-01-10T21:00:19.501Z] 9f1dc7e7c6cc: Layer already exists [2023-01-10T21:00:19.501Z] 3f2d1e39995d: Layer already exists [2023-01-10T21:00:19.501Z] ab9cd7fa7187: Layer already exists [2023-01-10T21:00:19.501Z] 3719e4852655: Layer already exists [2023-01-10T21:00:19.501Z] 76077961b3d8: Layer already exists [2023-01-10T21:00:19.501Z] 9833f26c6bda: Layer already exists [2023-01-10T21:00:19.766Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13: digest: sha256:4a7ff55477801e260f0a7dddacc2662f6729f259a713cc08c846970ba8ad9f70 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T21:00:20.111Z] + 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-10T21:00:20.448Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2023-01-10T21:00:20.448Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-01-10T21:00:20.448Z] 9f1dc7e7c6cc: Preparing [2023-01-10T21:00:20.448Z] 3719e4852655: Preparing [2023-01-10T21:00:20.448Z] ab9cd7fa7187: Preparing [2023-01-10T21:00:20.448Z] 76077961b3d8: Preparing [2023-01-10T21:00:20.448Z] 3f2d1e39995d: Preparing [2023-01-10T21:00:20.448Z] 9833f26c6bda: Preparing [2023-01-10T21:00:20.448Z] 9833f26c6bda: Waiting [2023-01-10T21:00:20.448Z] 3f2d1e39995d: Layer already exists [2023-01-10T21:00:20.448Z] 9f1dc7e7c6cc: Layer already exists [2023-01-10T21:00:20.448Z] 3719e4852655: Layer already exists [2023-01-10T21:00:20.448Z] ab9cd7fa7187: Layer already exists [2023-01-10T21:00:20.448Z] 76077961b3d8: Layer already exists [2023-01-10T21:00:20.448Z] 9833f26c6bda: Layer already exists [2023-01-10T21:00:20.713Z] main: digest: sha256:4a7ff55477801e260f0a7dddacc2662f6729f259a713cc08c846970ba8ad9f70 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-10T21:00:20.757Z] ===================================================== [Pipeline] echo [2023-01-10T21:00:20.766Z] taggedImages: [2023-01-10T21:00:20.766Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T21:00:20.766Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-01-10T21:00:20.766Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.13 [2023-01-10T21:00:20.766Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T21:00:20.766Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2023-01-10T21:00:20.788Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2023-01-10T21:00:20.788Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T21:00:20.788Z] latest [2023-01-10T21:00:20.788Z] 3.0.0-dev.13 [2023-01-10T21:00:20.788Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T21:00:20.788Z] main [2023-01-10T21:00:20.788Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T21:00:21.128Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T21:00:21.462Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T21:00:21.462Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-01-10T21:00:21.462Z] ffce09a5d90a: Preparing [2023-01-10T21:00:21.462Z] 9f304c6f8d14: Preparing [2023-01-10T21:00:21.462Z] abba8edabbab: Preparing [2023-01-10T21:00:21.462Z] c7e70f87bd3e: Preparing [2023-01-10T21:00:21.462Z] 17bec77d7fdc: Preparing [2023-01-10T21:00:21.462Z] 17bec77d7fdc: Layer already exists [2023-01-10T21:00:21.462Z] abba8edabbab: Layer already exists [2023-01-10T21:00:21.724Z] ffce09a5d90a: Pushed [2023-01-10T21:00:21.724Z] c7e70f87bd3e: Pushed [2023-01-10T21:00:27.052Z] 9f304c6f8d14: Pushed [2023-01-10T21:00:27.052Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c: digest: sha256:ce72c37e6773ef11ff76b08ee0baa0631200fd147f4ef84db094c20a9c5d6a05 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T21:00:27.398Z] + 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-10T21:00:27.732Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-01-10T21:00:27.732Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-01-10T21:00:27.732Z] ffce09a5d90a: Preparing [2023-01-10T21:00:27.732Z] 9f304c6f8d14: Preparing [2023-01-10T21:00:27.732Z] abba8edabbab: Preparing [2023-01-10T21:00:27.732Z] c7e70f87bd3e: Preparing [2023-01-10T21:00:27.732Z] 17bec77d7fdc: Preparing [2023-01-10T21:00:27.732Z] ffce09a5d90a: Layer already exists [2023-01-10T21:00:27.732Z] abba8edabbab: Layer already exists [2023-01-10T21:00:27.732Z] c7e70f87bd3e: Layer already exists [2023-01-10T21:00:27.732Z] 9f304c6f8d14: Layer already exists [2023-01-10T21:00:27.732Z] 17bec77d7fdc: Layer already exists [2023-01-10T21:00:27.732Z] latest: digest: sha256:ce72c37e6773ef11ff76b08ee0baa0631200fd147f4ef84db094c20a9c5d6a05 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T21:00:28.336Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T21:00:28.661Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.13 [2023-01-10T21:00:28.661Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-01-10T21:00:28.661Z] ffce09a5d90a: Preparing [2023-01-10T21:00:28.661Z] 9f304c6f8d14: Preparing [2023-01-10T21:00:28.661Z] abba8edabbab: Preparing [2023-01-10T21:00:28.661Z] c7e70f87bd3e: Preparing [2023-01-10T21:00:28.661Z] 17bec77d7fdc: Preparing [2023-01-10T21:00:28.661Z] abba8edabbab: Layer already exists [2023-01-10T21:00:28.661Z] 9f304c6f8d14: Layer already exists [2023-01-10T21:00:28.661Z] 17bec77d7fdc: Layer already exists [2023-01-10T21:00:28.661Z] ffce09a5d90a: Layer already exists [2023-01-10T21:00:28.661Z] c7e70f87bd3e: Layer already exists [2023-01-10T21:00:28.661Z] 3.0.0-dev.13: digest: sha256:ce72c37e6773ef11ff76b08ee0baa0631200fd147f4ef84db094c20a9c5d6a05 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T21:00:28.987Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T21:00:29.313Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T21:00:29.313Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-01-10T21:00:29.313Z] ffce09a5d90a: Preparing [2023-01-10T21:00:29.313Z] 9f304c6f8d14: Preparing [2023-01-10T21:00:29.313Z] abba8edabbab: Preparing [2023-01-10T21:00:29.313Z] c7e70f87bd3e: Preparing [2023-01-10T21:00:29.313Z] 17bec77d7fdc: Preparing [2023-01-10T21:00:29.313Z] 17bec77d7fdc: Layer already exists [2023-01-10T21:00:29.313Z] ffce09a5d90a: Layer already exists [2023-01-10T21:00:29.313Z] c7e70f87bd3e: Layer already exists [2023-01-10T21:00:29.313Z] abba8edabbab: Layer already exists [2023-01-10T21:00:29.313Z] 9f304c6f8d14: Layer already exists [2023-01-10T21:00:29.313Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13: digest: sha256:ce72c37e6773ef11ff76b08ee0baa0631200fd147f4ef84db094c20a9c5d6a05 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T21:00:29.654Z] + 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-10T21:00:29.980Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2023-01-10T21:00:29.980Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-01-10T21:00:29.980Z] ffce09a5d90a: Preparing [2023-01-10T21:00:29.980Z] 9f304c6f8d14: Preparing [2023-01-10T21:00:29.980Z] abba8edabbab: Preparing [2023-01-10T21:00:29.980Z] c7e70f87bd3e: Preparing [2023-01-10T21:00:29.980Z] 17bec77d7fdc: Preparing [2023-01-10T21:00:29.980Z] c7e70f87bd3e: Layer already exists [2023-01-10T21:00:29.980Z] 17bec77d7fdc: Layer already exists [2023-01-10T21:00:29.980Z] abba8edabbab: Layer already exists [2023-01-10T21:00:29.980Z] ffce09a5d90a: Layer already exists [2023-01-10T21:00:29.980Z] 9f304c6f8d14: Layer already exists [2023-01-10T21:00:30.244Z] main: digest: sha256:ce72c37e6773ef11ff76b08ee0baa0631200fd147f4ef84db094c20a9c5d6a05 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-10T21:00:30.290Z] ===================================================== [Pipeline] echo [2023-01-10T21:00:30.301Z] taggedImages: [2023-01-10T21:00:30.301Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T21:00:30.301Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-01-10T21:00:30.301Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.13 [2023-01-10T21:00:30.301Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T21:00:30.301Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2023-01-10T21:00:30.326Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2023-01-10T21:00:30.326Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T21:00:30.326Z] latest [2023-01-10T21:00:30.326Z] 3.0.0-dev.13 [2023-01-10T21:00:30.326Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T21:00:30.326Z] main [2023-01-10T21:00:30.326Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T21:00:30.676Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T21:00:31.009Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T21:00:31.009Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-01-10T21:00:31.009Z] 41d5b7d143ac: Preparing [2023-01-10T21:00:31.009Z] d9570df42ed1: Preparing [2023-01-10T21:00:31.009Z] abba8edabbab: Preparing [2023-01-10T21:00:31.009Z] 7f3655a069ea: Preparing [2023-01-10T21:00:31.009Z] 17bec77d7fdc: Preparing [2023-01-10T21:00:31.009Z] abba8edabbab: Layer already exists [2023-01-10T21:00:31.009Z] 7f3655a069ea: Layer already exists [2023-01-10T21:00:31.271Z] 17bec77d7fdc: Layer already exists [2023-01-10T21:00:31.272Z] 41d5b7d143ac: Pushed [2023-01-10T21:00:36.601Z] d9570df42ed1: Pushed [2023-01-10T21:00:36.601Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c: digest: sha256:8fc89ded6a5cb20fec2cad5d1bf3893acf805f5a6656c6106e567c38d56ef881 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T21:00:36.968Z] + 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-10T21:00:37.906Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-01-10T21:00:37.906Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-01-10T21:00:37.906Z] 41d5b7d143ac: Preparing [2023-01-10T21:00:37.906Z] d9570df42ed1: Preparing [2023-01-10T21:00:37.906Z] abba8edabbab: Preparing [2023-01-10T21:00:37.906Z] 7f3655a069ea: Preparing [2023-01-10T21:00:37.906Z] 17bec77d7fdc: Preparing [2023-01-10T21:00:37.906Z] 41d5b7d143ac: Layer already exists [2023-01-10T21:00:37.906Z] 17bec77d7fdc: Layer already exists [2023-01-10T21:00:37.906Z] d9570df42ed1: Layer already exists [2023-01-10T21:00:37.906Z] abba8edabbab: Layer already exists [2023-01-10T21:00:37.906Z] 7f3655a069ea: Layer already exists [2023-01-10T21:00:38.172Z] latest: digest: sha256:8fc89ded6a5cb20fec2cad5d1bf3893acf805f5a6656c6106e567c38d56ef881 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T21:00:38.527Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T21:00:38.884Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.13 [2023-01-10T21:00:38.884Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-01-10T21:00:38.884Z] 41d5b7d143ac: Preparing [2023-01-10T21:00:38.884Z] d9570df42ed1: Preparing [2023-01-10T21:00:38.884Z] abba8edabbab: Preparing [2023-01-10T21:00:38.884Z] 7f3655a069ea: Preparing [2023-01-10T21:00:38.884Z] 17bec77d7fdc: Preparing [2023-01-10T21:00:38.884Z] 17bec77d7fdc: Layer already exists [2023-01-10T21:00:38.884Z] 41d5b7d143ac: Layer already exists [2023-01-10T21:00:38.884Z] d9570df42ed1: Layer already exists [2023-01-10T21:00:38.884Z] abba8edabbab: Layer already exists [2023-01-10T21:00:38.884Z] 7f3655a069ea: Layer already exists [2023-01-10T21:00:39.149Z] 3.0.0-dev.13: digest: sha256:8fc89ded6a5cb20fec2cad5d1bf3893acf805f5a6656c6106e567c38d56ef881 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T21:00:39.539Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T21:00:39.885Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T21:00:39.885Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-01-10T21:00:39.885Z] 41d5b7d143ac: Preparing [2023-01-10T21:00:39.885Z] d9570df42ed1: Preparing [2023-01-10T21:00:39.885Z] abba8edabbab: Preparing [2023-01-10T21:00:39.885Z] 7f3655a069ea: Preparing [2023-01-10T21:00:39.885Z] 17bec77d7fdc: Preparing [2023-01-10T21:00:39.885Z] 17bec77d7fdc: Layer already exists [2023-01-10T21:00:39.885Z] 41d5b7d143ac: Layer already exists [2023-01-10T21:00:39.885Z] d9570df42ed1: Layer already exists [2023-01-10T21:00:39.885Z] 7f3655a069ea: Layer already exists [2023-01-10T21:00:39.885Z] abba8edabbab: Layer already exists [2023-01-10T21:00:40.157Z] a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13: digest: sha256:8fc89ded6a5cb20fec2cad5d1bf3893acf805f5a6656c6106e567c38d56ef881 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T21:00:40.499Z] + 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-10T21:00:40.852Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2023-01-10T21:00:40.852Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-01-10T21:00:40.852Z] 41d5b7d143ac: Preparing [2023-01-10T21:00:40.852Z] d9570df42ed1: Preparing [2023-01-10T21:00:40.852Z] abba8edabbab: Preparing [2023-01-10T21:00:40.852Z] 7f3655a069ea: Preparing [2023-01-10T21:00:40.852Z] 17bec77d7fdc: Preparing [2023-01-10T21:00:40.852Z] abba8edabbab: Layer already exists [2023-01-10T21:00:40.852Z] 41d5b7d143ac: Layer already exists [2023-01-10T21:00:40.852Z] d9570df42ed1: Layer already exists [2023-01-10T21:00:40.852Z] 17bec77d7fdc: Layer already exists [2023-01-10T21:00:40.852Z] 7f3655a069ea: Layer already exists [2023-01-10T21:00:41.118Z] main: digest: sha256:8fc89ded6a5cb20fec2cad5d1bf3893acf805f5a6656c6106e567c38d56ef881 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-10T21:00:41.168Z] ===================================================== [Pipeline] echo [2023-01-10T21:00:41.179Z] taggedImages: [2023-01-10T21:00:41.179Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c [2023-01-10T21:00:41.179Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-01-10T21:00:41.179Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.13 [2023-01-10T21:00:41.179Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [2023-01-10T21:00:41.179Z] - 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-10T21:00:41.554Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-10T21:00:41.554Z] [2023-01-10T21:00:41.554Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T21:00:41.882Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-10T21:00:42.149Z] arm64: Pulling from edgex-lftools-log-publisher [2023-01-10T21:00:42.149Z] 8998bd30e6a1: Pulling fs layer [2023-01-10T21:00:42.149Z] 04944245beec: Pulling fs layer [2023-01-10T21:00:42.149Z] 699f458cf7ca: Pulling fs layer [2023-01-10T21:00:42.149Z] 765212b225bb: Pulling fs layer [2023-01-10T21:00:42.149Z] f23df028b6ca: Pulling fs layer [2023-01-10T21:00:42.149Z] d65c8cfc05b1: Pulling fs layer [2023-01-10T21:00:42.149Z] 2437ff75d9bd: Pulling fs layer [2023-01-10T21:00:42.149Z] 765212b225bb: Waiting [2023-01-10T21:00:42.149Z] f23df028b6ca: Waiting [2023-01-10T21:00:42.149Z] d65c8cfc05b1: Waiting [2023-01-10T21:00:42.149Z] 2437ff75d9bd: Waiting [2023-01-10T21:00:42.149Z] 04944245beec: Verifying Checksum [2023-01-10T21:00:42.149Z] 04944245beec: Download complete [2023-01-10T21:00:42.149Z] 765212b225bb: Verifying Checksum [2023-01-10T21:00:42.149Z] 765212b225bb: Download complete [2023-01-10T21:00:42.149Z] f23df028b6ca: Verifying Checksum [2023-01-10T21:00:42.149Z] f23df028b6ca: Download complete [2023-01-10T21:00:42.149Z] d65c8cfc05b1: Verifying Checksum [2023-01-10T21:00:42.149Z] d65c8cfc05b1: Download complete [2023-01-10T21:00:42.415Z] 699f458cf7ca: Verifying Checksum [2023-01-10T21:00:42.415Z] 699f458cf7ca: Download complete [2023-01-10T21:00:42.681Z] 8998bd30e6a1: Verifying Checksum [2023-01-10T21:00:42.681Z] 8998bd30e6a1: Download complete [2023-01-10T21:00:45.389Z] 2437ff75d9bd: Download complete [2023-01-10T21:00:46.794Z] 8998bd30e6a1: Pull complete [2023-01-10T21:00:47.061Z] 04944245beec: Pull complete [2023-01-10T21:00:48.467Z] 699f458cf7ca: Pull complete [2023-01-10T21:00:48.467Z] 765212b225bb: Pull complete [2023-01-10T21:00:49.426Z] f23df028b6ca: Pull complete [2023-01-10T21:00:49.426Z] d65c8cfc05b1: Pull complete [2023-01-10T21:01:04.410Z] 2437ff75d9bd: Pull complete [2023-01-10T21:01:04.410Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-01-10T21:01:04.410Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-10T21:01:04.410Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-10T21:01:04.626Z] prd-ubuntu20.04-docker-arm64-4c-16g-1659 does not seem to be running inside a container [2023-01-10T21:01:04.695Z] $ 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/367 -v /w/workspace/edgex-go/367:/w/workspace/edgex-go/367:rw,z -v /w/workspace/edgex-go/367@tmp:/w/workspace/edgex-go/367@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-10T21:01:06.266Z] $ docker top 8d7842012305f8372d9786fd1a047f343ca68245b94d054920c69884d9c2a4e0 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-10T21:01:07.157Z] ---> job-cost.sh [2023-01-10T21:01:07.158Z] lf-activate-venv: SKIPPING [2023-01-10T21:01:07.158Z] INFO: No Stack... [2023-01-10T21:01:07.741Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-01-10T21:01:08.702Z] INFO: Archiving Costs [Pipeline] sh [2023-01-10T21:01:09.343Z] + cut -d, -f6 [2023-01-10T21:01:09.343Z] + cat /w/workspace/edgex-go/367/archives/cost.csv [Pipeline] lock [2023-01-10T21:01:09.378Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-367-stack-cost] [2023-01-10T21:01:09.383Z] Resource [jenkins-edgexfoundry-edgex-go-main-367-stack-cost] did not exist. Created. [2023-01-10T21:01:09.383Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-main-367-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-10T21:01:10.021Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-01-10T21:01:10.664Z] Stashed 1 file(s) [Pipeline] } [2023-01-10T21:01:10.672Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-main-367-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-10T21:01:10.692Z] $ docker stop --time=1 8d7842012305f8372d9786fd1a047f343ca68245b94d054920c69884d9c2a4e0 [2023-01-10T21:01:12.222Z] $ docker rm -f --volumes 8d7842012305f8372d9786fd1a047f343ca68245b94d054920c69884d9c2a4e0 [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-10T21:01:12.610Z] provisioning config files... [2023-01-10T21:01:12.616Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/367@tmp/config12599473427238501914tmp [Pipeline] { [Pipeline] sh [2023-01-10T21:01:12.909Z] + set +x [2023-01-10T21:01:12.909Z] + curl -s https://codecov.io/bash [2023-01-10T21:01:12.909Z] + bash -s -- [2023-01-10T21:01:12.909Z] [2023-01-10T21:01:12.910Z] _____ _ [2023-01-10T21:01:12.910Z] / ____| | | [2023-01-10T21:01:12.910Z] | | ___ __| | ___ ___ _____ __ [2023-01-10T21:01:12.910Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-01-10T21:01:12.910Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-01-10T21:01:12.910Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-01-10T21:01:12.910Z] Bash-1.0.6 [2023-01-10T21:01:12.910Z] [2023-01-10T21:01:12.910Z] [2023-01-10T21:01:12.910Z] ==> git version 2.25.1 found [2023-01-10T21:01:12.910Z] ==> 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-10T21:01:12.910Z] Release-Date: 2020-01-08 [2023-01-10T21:01:12.910Z] 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-10T21:01:12.910Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-01-10T21:01:12.910Z] ==> Jenkins CI detected. [2023-01-10T21:01:12.910Z] current dir:  /w/workspace/edgex-go/367 [2023-01-10T21:01:12.910Z] project root: . [2023-01-10T21:01:12.910Z] --> token set from env [2023-01-10T21:01:12.910Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-01-10T21:01:12.910Z] ==> Running gcov in . (disable via -X gcov) [2023-01-10T21:01:12.910Z] ==> Python coveragepy not found [2023-01-10T21:01:12.910Z] ==> Searching for coverage reports in: [2023-01-10T21:01:12.910Z] + . [2023-01-10T21:01:12.910Z] -> Found 1 reports [2023-01-10T21:01:12.910Z] ==> Detecting git/mercurial file structure [2023-01-10T21:01:12.910Z] ==> Reading reports [2023-01-10T21:01:12.910Z] + ./coverage.out bytes=494833 [2023-01-10T21:01:12.910Z] ==> Appending adjustments [2023-01-10T21:01:12.910Z] https://docs.codecov.io/docs/fixing-reports [2023-01-10T21:01:14.285Z] + Found adjustments [2023-01-10T21:01:14.285Z] ==> Gzipping contents [2023-01-10T21:01:14.285Z] 64K /tmp/codecov.9Fkbwu.gz [2023-01-10T21:01:14.285Z] ==> Uploading reports [2023-01-10T21:01:14.285Z] url: https://codecov.io [2023-01-10T21:01:14.285Z] query: branch=main&commit=a23f936fb69ac20a7cf7db96067897b5bcb7663c&build=367&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F367%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-01-10T21:01:14.285Z] -> Pinging Codecov [2023-01-10T21:01:14.285Z] 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=a23f936fb69ac20a7cf7db96067897b5bcb7663c&build=367&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F367%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-01-10T21:01:14.545Z] -> Uploading to [2023-01-10T21:01:14.545Z] https://storage.googleapis.com/codecov/v4/raw/2023-01-10/00271124DB129430A58F1EEE437C3FCB/a23f936fb69ac20a7cf7db96067897b5bcb7663c/f4f16ad3-0e44-4913-af42-5ad9d2d23235.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230110%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230110T210114Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=003176ac408a2a0721e4dc3297bc15fa9f07e0d5c6b58a9bd3dba5556b5ccb40 [2023-01-10T21:01:14.545Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-10T21:01:14.545Z] Dload Upload Total Spent Left Speed [2023-01-10T21:01:14.804Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 63810 0 0 100 63810 0 211k --:--:-- --:--:-- --:--:-- 211k [2023-01-10T21:01:14.804Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/a23f936fb69ac20a7cf7db96067897b5bcb7663c [Pipeline] } [2023-01-10T21:01:14.812Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2023-01-10T21:01:15.015Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-01-10T21:01:15.028Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T21:01:15.329Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-10T21:01:15.329Z] [2023-01-10T21:01:15.329Z] 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-10T21:01:15.635Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-10T21:01:15.635Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-01-10T21:01:15.635Z] df9b9388f04a: Pulling fs layer [2023-01-10T21:01:15.635Z] 52dc419b0ee2: Pulling fs layer [2023-01-10T21:01:15.635Z] 25bc292e5bac: Pulling fs layer [2023-01-10T21:01:15.635Z] 114826534d7a: Pulling fs layer [2023-01-10T21:01:15.635Z] 4657fd5d0bcf: Pulling fs layer [2023-01-10T21:01:15.635Z] 6ad1cebc031e: Pulling fs layer [2023-01-10T21:01:15.635Z] 8a3aa393b2d8: Pulling fs layer [2023-01-10T21:01:15.635Z] 114826534d7a: Waiting [2023-01-10T21:01:15.635Z] 8a3aa393b2d8: Waiting [2023-01-10T21:01:15.635Z] 6ad1cebc031e: Waiting [2023-01-10T21:01:15.635Z] 4657fd5d0bcf: Waiting [2023-01-10T21:01:15.635Z] 25bc292e5bac: Verifying Checksum [2023-01-10T21:01:15.635Z] 25bc292e5bac: Download complete [2023-01-10T21:01:15.635Z] 52dc419b0ee2: Download complete [2023-01-10T21:01:15.635Z] 4657fd5d0bcf: Verifying Checksum [2023-01-10T21:01:15.635Z] 4657fd5d0bcf: Download complete [2023-01-10T21:01:15.898Z] df9b9388f04a: Download complete [2023-01-10T21:01:15.898Z] df9b9388f04a: Pull complete [2023-01-10T21:01:16.157Z] 52dc419b0ee2: Pull complete [2023-01-10T21:01:16.157Z] 6ad1cebc031e: Verifying Checksum [2023-01-10T21:01:16.157Z] 6ad1cebc031e: Download complete [2023-01-10T21:01:16.157Z] 25bc292e5bac: Pull complete [2023-01-10T21:01:16.725Z] 114826534d7a: Download complete [2023-01-10T21:01:16.983Z] 8a3aa393b2d8: Verifying Checksum [2023-01-10T21:01:16.983Z] 8a3aa393b2d8: Download complete [2023-01-10T21:01:20.260Z] 114826534d7a: Pull complete [2023-01-10T21:01:20.260Z] 4657fd5d0bcf: Pull complete [2023-01-10T21:01:20.260Z] 6ad1cebc031e: Pull complete [2023-01-10T21:01:22.788Z] 8a3aa393b2d8: Pull complete [2023-01-10T21:01:22.788Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-01-10T21:01:22.788Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-10T21:01:22.788Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-10T21:01:22.861Z] prd-ubuntu20.04-docker-8c-8g-1656 does not seem to be running inside a container [2023-01-10T21:01:22.887Z] $ 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/367 -v /w/workspace/edgex-go/367:/w/workspace/edgex-go/367:rw,z -v /w/workspace/edgex-go/367@tmp:/w/workspace/edgex-go/367@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-01-10T21:01:25.185Z] $ docker top 7aee045529143f6a32f139468edee72147841b6695e9df05807d8addc276a7e0 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-01-10T21:01:25.253Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2023-01-10T21:01:25.531Z] + set -o pipefail [2023-01-10T21:01:25.531Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2023-01-10T21:01:30.811Z] [2023-01-10T21:01:30.811Z] Monitoring /w/workspace/edgex-go/367 (github.com/edgexfoundry/edgex-go)... [2023-01-10T21:01:30.811Z] [2023-01-10T21:01:30.811Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/48ba9e72-b405-46c1-a3c6-41b4f0c8d930 [2023-01-10T21:01:30.811Z] [2023-01-10T21:01:30.811Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-01-10T21:01:30.811Z] [2023-01-10T21:01:30.811Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-01-10T21:01:30.811Z] [2023-01-10T21:01:31.071Z] [2023-01-10T21:01:31.071Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-01-10T21:01:31.071Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-01-10T21:01:31.071Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-01-10T21:01:31.081Z] $ docker stop --time=1 7aee045529143f6a32f139468edee72147841b6695e9df05807d8addc276a7e0 [2023-01-10T21:01:33.126Z] $ docker rm -f --volumes 7aee045529143f6a32f139468edee72147841b6695e9df05807d8addc276a7e0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2023-01-10T21:01:33.456Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-10T21:01:33.466Z] provisioning config files... [2023-01-10T21:01:33.472Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/367@tmp/config1199441747383934625tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-10T21:01:33.761Z] --> edgex-publish-swagger.sh [2023-01-10T21:01:33.762Z] === Publish openapi/v2 API === [2023-01-10T21:01:33.762Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2023-01-10T21:01:33.762Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/367/openapi/v2/core-command.yaml] [2023-01-10T21:01:33.762Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-10T21:01:33.762Z] Dload Upload Total Spent Left Speed [2023-01-10T21:01:34.696Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33860 100 38 100 33822 44 39837 --:--:-- --:--:-- --:--:-- 39835 100 33860 100 38 100 33822 44 39837 --:--:-- --:--:-- --:--:-- 39835 [2023-01-10T21:01:34.696Z] {"code":403,"message":"Access Denied"} [2023-01-10T21:01:34.696Z] [2023-01-10T21:01:34.696Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/367/openapi/v2/core-data.yaml] [2023-01-10T21:01:34.696Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-10T21:01:34.696Z] Dload Upload Total Spent Left Speed [2023-01-10T21:01:35.263Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71623 100 38 100 71585 44 84615 --:--:-- --:--:-- --:--:-- 84660 [2023-01-10T21:01:35.263Z] {"code":403,"message":"Access Denied"} [2023-01-10T21:01:35.264Z] [2023-01-10T21:01:35.264Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/367/openapi/v2/core-metadata.yaml] [2023-01-10T21:01:35.264Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-10T21:01:35.264Z] Dload Upload Total Spent Left Speed [2023-01-10T21:01:36.090Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 144k 0 0 100 144k 0 1270k --:--:-- --:--:-- --:--:-- 1259k 100 144k 100 38 100 144k 46 176k --:--:-- --:--:-- --:--:-- 176k [2023-01-10T21:01:36.090Z] {"code":403,"message":"Access Denied"} [2023-01-10T21:01:36.090Z] [2023-01-10T21:01:36.090Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/367/openapi/v2/support-notifications.yaml] [2023-01-10T21:01:36.348Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-10T21:01:36.348Z] Dload Upload Total Spent Left Speed [2023-01-10T21:01:37.286Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89347 100 38 100 89309 44 101k --:--:-- --:--:-- --:--:-- 101k 100 89347 100 38 100 89309 44 101k --:--:-- --:--:-- --:--:-- 101k [2023-01-10T21:01:37.286Z] {"code":403,"message":"Access Denied"} [2023-01-10T21:01:37.286Z] [2023-01-10T21:01:37.286Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/367/openapi/v2/support-scheduler.yaml] [2023-01-10T21:01:37.286Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-10T21:01:37.286Z] Dload Upload Total Spent Left Speed [2023-01-10T21:01:37.853Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39585 100 38 100 39547 45 46967 --:--:-- --:--:-- --:--:-- 46957 100 39585 100 38 100 39547 45 46912 --:--:-- --:--:-- --:--:-- 46957 [2023-01-10T21:01:37.853Z] {"code":403,"message":"Access Denied"} [2023-01-10T21:01:37.853Z] [Pipeline] } [2023-01-10T21:01:37.860Z] 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-10T21:01:38.247Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-10T21:01:38.247Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T21:01:38.550Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-10T21:01:38.550Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-10T21:01:38.627Z] prd-ubuntu20.04-docker-8c-8g-1656 does not seem to be running inside a container [2023-01-10T21:01:38.649Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/367 -v /w/workspace/edgex-go/367:/w/workspace/edgex-go/367:rw,z -v /w/workspace/edgex-go/367@tmp:/w/workspace/edgex-go/367@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-10T21:01:39.083Z] $ docker top 995e13ec38779fd3c2db811dceffcdef149e49d652c186a2b742ac8b7561f411 -eo pid,comm [2023-01-10T21:01:39.133Z] 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-10T21:01:39.133Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-10T21:01:39.160Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-10T21:01:39.160Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-10T21:01:39.279Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-10T21:01:39.280Z] $ docker exec 995e13ec38779fd3c2db811dceffcdef149e49d652c186a2b742ac8b7561f411 ssh-agent [2023-01-10T21:01:39.384Z] SSH_AUTH_SOCK=/tmp/ssh-JLZRhhqN1Dnw/agent.34 [2023-01-10T21:01:39.384Z] SSH_AGENT_PID=40 [2023-01-10T21:01:39.388Z] Running ssh-add (command line suppressed) [2023-01-10T21:01:39.487Z] Identity added: /w/workspace/edgex-go/367@tmp/private_key_6269665780880565098.key (/w/workspace/edgex-go/367@tmp/private_key_6269665780880565098.key) [2023-01-10T21:01:39.501Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-10T21:01:39.783Z] + git semver tag [2023-01-10T21:01:40.041Z] 2023-01-10 21:01:39,974 [run_tag] DEBUG tag force:False [2023-01-10T21:01:40.041Z] 2023-01-10 21:01:39,974 [check_head_tag] DEBUG check head tag [2023-01-10T21:01:40.041Z] 2023-01-10 21:01:39,977 [execute] INFO git cat-file --batch-check [2023-01-10T21:01:40.041Z] 2023-01-10 21:01:39,977 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/367, universal_newlines=False, shell=None, istream=) [2023-01-10T21:01:40.041Z] 2023-01-10 21:01:39,982 [execute] INFO git cat-file --batch [2023-01-10T21:01:40.041Z] 2023-01-10 21:01:39,982 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/367, universal_newlines=False, shell=None, istream=) [2023-01-10T21:01:40.041Z] 2023-01-10 21:01:40,026 [read_version] DEBUG read version from /w/workspace/edgex-go/367/.semver/main [2023-01-10T21:01:40.041Z] 2023-01-10 21:01:40,026 [execute] INFO git tag -a v3.0.0-dev.13 -m v3.0.0-dev.13 [2023-01-10T21:01:40.041Z] 2023-01-10 21:01:40,026 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.13', '-m', 'v3.0.0-dev.13'], cwd=/w/workspace/edgex-go/367, universal_newlines=False, shell=None, istream=None) [2023-01-10T21:01:40.041Z] 2023-01-10 21:01:40,033 [read_version] DEBUG read version from /w/workspace/edgex-go/367/.semver/main [2023-01-10T21:01:40.041Z] 3.0.0-dev.13 [Pipeline] } [2023-01-10T21:01:40.307Z] $ docker exec --env ******** --env ******** 995e13ec38779fd3c2db811dceffcdef149e49d652c186a2b742ac8b7561f411 ssh-agent -k [2023-01-10T21:01:40.397Z] unset SSH_AUTH_SOCK; [2023-01-10T21:01:40.397Z] unset SSH_AGENT_PID; [2023-01-10T21:01:40.397Z] echo Agent pid 40 killed; [2023-01-10T21:01:40.407Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-10T21:01:40.702Z] + git semver [Pipeline] } [2023-01-10T21:01:40.973Z] $ docker stop --time=1 995e13ec38779fd3c2db811dceffcdef149e49d652c186a2b742ac8b7561f411 [2023-01-10T21:01:42.284Z] $ docker rm -f --volumes 995e13ec38779fd3c2db811dceffcdef149e49d652c186a2b742ac8b7561f411 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T21:01:42.669Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-10T21:01:42.670Z] [2023-01-10T21:01:42.670Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T21:01:42.978Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-10T21:01:42.978Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-01-10T21:01:42.978Z] ab5ef0e58194: Pulling fs layer [2023-01-10T21:01:42.978Z] 9712f1f96733: Pulling fs layer [2023-01-10T21:01:42.978Z] 63f879dbbcfc: Pulling fs layer [2023-01-10T21:01:42.978Z] 0d9ebad4ef96: Pulling fs layer [2023-01-10T21:01:42.978Z] e9a5061849ea: Pulling fs layer [2023-01-10T21:01:42.978Z] d747dcd14b5f: Pulling fs layer [2023-01-10T21:01:42.978Z] 2de7ff778b66: Pulling fs layer [2023-01-10T21:01:42.978Z] 0d9ebad4ef96: Waiting [2023-01-10T21:01:42.978Z] e9a5061849ea: Waiting [2023-01-10T21:01:42.979Z] d747dcd14b5f: Waiting [2023-01-10T21:01:42.979Z] 2de7ff778b66: Waiting [2023-01-10T21:01:42.979Z] 9712f1f96733: Download complete [2023-01-10T21:01:43.557Z] 63f879dbbcfc: Verifying Checksum [2023-01-10T21:01:43.557Z] 63f879dbbcfc: Download complete [2023-01-10T21:01:43.815Z] 0d9ebad4ef96: Verifying Checksum [2023-01-10T21:01:43.815Z] 0d9ebad4ef96: Download complete [2023-01-10T21:01:43.815Z] d747dcd14b5f: Verifying Checksum [2023-01-10T21:01:43.815Z] d747dcd14b5f: Download complete [2023-01-10T21:01:43.815Z] e9a5061849ea: Verifying Checksum [2023-01-10T21:01:43.815Z] e9a5061849ea: Download complete [2023-01-10T21:01:44.072Z] ab5ef0e58194: Verifying Checksum [2023-01-10T21:01:44.072Z] ab5ef0e58194: Download complete [2023-01-10T21:01:44.072Z] 2de7ff778b66: Verifying Checksum [2023-01-10T21:01:44.072Z] 2de7ff778b66: Download complete [2023-01-10T21:01:46.605Z] ab5ef0e58194: Pull complete [2023-01-10T21:01:46.605Z] 9712f1f96733: Pull complete [2023-01-10T21:01:47.170Z] 63f879dbbcfc: Pull complete [2023-01-10T21:01:51.357Z] 0d9ebad4ef96: Pull complete [2023-01-10T21:01:51.357Z] e9a5061849ea: Pull complete [2023-01-10T21:01:51.357Z] d747dcd14b5f: Pull complete [2023-01-10T21:01:51.923Z] 2de7ff778b66: Pull complete [2023-01-10T21:01:51.924Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-01-10T21:01:51.924Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-10T21:01:51.924Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-10T21:01:51.995Z] prd-ubuntu20.04-docker-8c-8g-1656 does not seem to be running inside a container [2023-01-10T21:01:52.025Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/367 -v /w/workspace/edgex-go/367:/w/workspace/edgex-go/367:rw,z -v /w/workspace/edgex-go/367@tmp:/w/workspace/edgex-go/367@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-01-10T21:01:54.122Z] $ docker top 9ef276048abed463e05c85f241827bf1b666b6db69cb932423f6746e3699b9e2 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-01-10T21:01:54.196Z] provisioning config files... [2023-01-10T21:01:54.204Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/367@tmp/config18268015014672383629tmp [2023-01-10T21:01:54.214Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/367@tmp/config11162352705049469705tmp [2023-01-10T21:01:54.224Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/367@tmp/config8148670931455793186tmp [Pipeline] { [Pipeline] echo [2023-01-10T21:01:54.241Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-10T21:01:54.523Z] ---> sigul-configuration.sh [2023-01-10T21:01:54.523Z] gpg: directory `/root/.gnupg' created [2023-01-10T21:01:54.523Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-01-10T21:01:54.523Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-01-10T21:01:54.523Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-01-10T21:01:54.523Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-01-10T21:01:54.523Z] gpg: CAST5 encrypted data [2023-01-10T21:01:54.523Z] gpg: encrypted with 1 passphrase [2023-01-10T21:01:54.523Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-01-10T21:01:54.807Z] + mkdir /home/jenkins [2023-01-10T21:01:54.807Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-01-10T21:01:55.100Z] + 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-10T21:01:55.110Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-10T21:01:55.394Z] ---> sigul-install.sh [2023-01-10T21:01:55.394Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-01-10T21:01:55.674Z] + git tag --list [2023-01-10T21:01:55.674Z] 0.6.0 [2023-01-10T21:01:55.674Z] 0.6.1 [2023-01-10T21:01:55.674Z] 0.7.0 [2023-01-10T21:01:55.674Z] 0.7.1 [2023-01-10T21:01:55.674Z] v1.0.0 [2023-01-10T21:01:55.674Z] v1.0.1 [2023-01-10T21:01:55.674Z] v1.1.0 [2023-01-10T21:01:55.674Z] v1.2.0 [2023-01-10T21:01:55.674Z] v1.2.1 [2023-01-10T21:01:55.674Z] v1.3.0 [2023-01-10T21:01:55.674Z] v1.3.1 [2023-01-10T21:01:55.674Z] v2.0.0 [2023-01-10T21:01:55.674Z] v2.1.0 [2023-01-10T21:01:55.674Z] v2.1.1 [2023-01-10T21:01:55.674Z] v2.1.1-dev.1 [2023-01-10T21:01:55.674Z] v2.1.1-dev.2 [2023-01-10T21:01:55.674Z] v2.1.1-dev.3 [2023-01-10T21:01:55.674Z] v2.1.1-dev.4 [2023-01-10T21:01:55.674Z] v2.1.1-dev.5 [2023-01-10T21:01:55.674Z] v2.1.1-dev.6 [2023-01-10T21:01:55.674Z] v2.1.1-dev.7 [2023-01-10T21:01:55.674Z] v2.1.1-dev.8 [2023-01-10T21:01:55.674Z] v2.1.2-dev.1 [2023-01-10T21:01:55.674Z] v2.2.0 [2023-01-10T21:01:55.674Z] v2.2.1-dev.1 [2023-01-10T21:01:55.674Z] v2.2.1-dev.10 [2023-01-10T21:01:55.674Z] v2.2.1-dev.11 [2023-01-10T21:01:55.674Z] v2.2.1-dev.12 [2023-01-10T21:01:55.674Z] v2.2.1-dev.13 [2023-01-10T21:01:55.674Z] v2.2.1-dev.14 [2023-01-10T21:01:55.674Z] v2.2.1-dev.15 [2023-01-10T21:01:55.674Z] v2.2.1-dev.16 [2023-01-10T21:01:55.674Z] v2.2.1-dev.17 [2023-01-10T21:01:55.674Z] v2.2.1-dev.18 [2023-01-10T21:01:55.674Z] v2.2.1-dev.19 [2023-01-10T21:01:55.674Z] v2.2.1-dev.2 [2023-01-10T21:01:55.674Z] v2.2.1-dev.20 [2023-01-10T21:01:55.674Z] v2.2.1-dev.21 [2023-01-10T21:01:55.674Z] v2.2.1-dev.22 [2023-01-10T21:01:55.674Z] v2.2.1-dev.23 [2023-01-10T21:01:55.674Z] v2.2.1-dev.24 [2023-01-10T21:01:55.674Z] v2.2.1-dev.25 [2023-01-10T21:01:55.674Z] v2.2.1-dev.26 [2023-01-10T21:01:55.674Z] v2.2.1-dev.27 [2023-01-10T21:01:55.674Z] v2.2.1-dev.28 [2023-01-10T21:01:55.674Z] v2.2.1-dev.29 [2023-01-10T21:01:55.674Z] v2.2.1-dev.3 [2023-01-10T21:01:55.674Z] v2.2.1-dev.4 [2023-01-10T21:01:55.674Z] v2.2.1-dev.5 [2023-01-10T21:01:55.674Z] v2.2.1-dev.6 [2023-01-10T21:01:55.674Z] v2.2.1-dev.7 [2023-01-10T21:01:55.674Z] v2.2.1-dev.8 [2023-01-10T21:01:55.674Z] v2.2.1-dev.9 [2023-01-10T21:01:55.674Z] v2.3.0 [2023-01-10T21:01:55.674Z] v2.3.0-dev.100 [2023-01-10T21:01:55.674Z] v2.3.0-dev.101 [2023-01-10T21:01:55.674Z] v2.3.0-dev.102 [2023-01-10T21:01:55.674Z] v2.3.0-dev.103 [2023-01-10T21:01:55.674Z] v2.3.0-dev.104 [2023-01-10T21:01:55.674Z] v2.3.0-dev.105 [2023-01-10T21:01:55.674Z] v2.3.0-dev.106 [2023-01-10T21:01:55.674Z] v2.3.0-dev.29 [2023-01-10T21:01:55.674Z] v2.3.0-dev.30 [2023-01-10T21:01:55.674Z] v2.3.0-dev.31 [2023-01-10T21:01:55.674Z] v2.3.0-dev.32 [2023-01-10T21:01:55.674Z] v2.3.0-dev.33 [2023-01-10T21:01:55.674Z] v2.3.0-dev.34 [2023-01-10T21:01:55.674Z] v2.3.0-dev.35 [2023-01-10T21:01:55.674Z] v2.3.0-dev.36 [2023-01-10T21:01:55.674Z] v2.3.0-dev.37 [2023-01-10T21:01:55.674Z] v2.3.0-dev.38 [2023-01-10T21:01:55.674Z] v2.3.0-dev.39 [2023-01-10T21:01:55.674Z] v2.3.0-dev.40 [2023-01-10T21:01:55.674Z] v2.3.0-dev.41 [2023-01-10T21:01:55.674Z] v2.3.0-dev.42 [2023-01-10T21:01:55.674Z] v2.3.0-dev.43 [2023-01-10T21:01:55.674Z] v2.3.0-dev.44 [2023-01-10T21:01:55.674Z] v2.3.0-dev.45 [2023-01-10T21:01:55.674Z] v2.3.0-dev.46 [2023-01-10T21:01:55.674Z] v2.3.0-dev.47 [2023-01-10T21:01:55.674Z] v2.3.0-dev.48 [2023-01-10T21:01:55.674Z] v2.3.0-dev.49 [2023-01-10T21:01:55.674Z] v2.3.0-dev.50 [2023-01-10T21:01:55.674Z] v2.3.0-dev.51 [2023-01-10T21:01:55.675Z] v2.3.0-dev.52 [2023-01-10T21:01:55.675Z] v2.3.0-dev.53 [2023-01-10T21:01:55.675Z] v2.3.0-dev.54 [2023-01-10T21:01:55.675Z] v2.3.0-dev.55 [2023-01-10T21:01:55.675Z] v2.3.0-dev.56 [2023-01-10T21:01:55.675Z] v2.3.0-dev.57 [2023-01-10T21:01:55.675Z] v2.3.0-dev.58 [2023-01-10T21:01:55.675Z] v2.3.0-dev.59 [2023-01-10T21:01:55.675Z] v2.3.0-dev.60 [2023-01-10T21:01:55.675Z] v2.3.0-dev.61 [2023-01-10T21:01:55.675Z] v2.3.0-dev.62 [2023-01-10T21:01:55.675Z] v2.3.0-dev.63 [2023-01-10T21:01:55.675Z] v2.3.0-dev.64 [2023-01-10T21:01:55.675Z] v2.3.0-dev.65 [2023-01-10T21:01:55.675Z] v2.3.0-dev.66 [2023-01-10T21:01:55.675Z] v2.3.0-dev.67 [2023-01-10T21:01:55.675Z] v2.3.0-dev.68 [2023-01-10T21:01:55.675Z] v2.3.0-dev.69 [2023-01-10T21:01:55.675Z] v2.3.0-dev.70 [2023-01-10T21:01:55.675Z] v2.3.0-dev.71 [2023-01-10T21:01:55.675Z] v2.3.0-dev.72 [2023-01-10T21:01:55.675Z] v2.3.0-dev.73 [2023-01-10T21:01:55.675Z] v2.3.0-dev.74 [2023-01-10T21:01:55.675Z] v2.3.0-dev.75 [2023-01-10T21:01:55.675Z] v2.3.0-dev.76 [2023-01-10T21:01:55.675Z] v2.3.0-dev.77 [2023-01-10T21:01:55.675Z] v2.3.0-dev.78 [2023-01-10T21:01:55.675Z] v2.3.0-dev.79 [2023-01-10T21:01:55.675Z] v2.3.0-dev.80 [2023-01-10T21:01:55.675Z] v2.3.0-dev.81 [2023-01-10T21:01:55.675Z] v2.3.0-dev.82 [2023-01-10T21:01:55.675Z] v2.3.0-dev.83 [2023-01-10T21:01:55.675Z] v2.3.0-dev.84 [2023-01-10T21:01:55.675Z] v2.3.0-dev.85 [2023-01-10T21:01:55.675Z] v2.3.0-dev.86 [2023-01-10T21:01:55.675Z] v2.3.0-dev.87 [2023-01-10T21:01:55.675Z] v2.3.0-dev.88 [2023-01-10T21:01:55.675Z] v2.3.0-dev.89 [2023-01-10T21:01:55.675Z] v2.3.0-dev.90 [2023-01-10T21:01:55.675Z] v2.3.0-dev.91 [2023-01-10T21:01:55.675Z] v2.3.0-dev.92 [2023-01-10T21:01:55.675Z] v2.3.0-dev.93 [2023-01-10T21:01:55.675Z] v2.3.0-dev.94 [2023-01-10T21:01:55.675Z] v2.3.0-dev.95 [2023-01-10T21:01:55.675Z] v2.3.0-dev.96 [2023-01-10T21:01:55.675Z] v2.3.0-dev.97 [2023-01-10T21:01:55.675Z] v2.3.0-dev.98 [2023-01-10T21:01:55.675Z] v2.3.0-dev.99 [2023-01-10T21:01:55.675Z] v2.3.1-dev.1 [2023-01-10T21:01:55.675Z] v2.3.1-dev.2 [2023-01-10T21:01:55.675Z] v2.3.1-dev.3 [2023-01-10T21:01:55.675Z] v2.3.1-dev.4 [2023-01-10T21:01:55.675Z] v2.3.1-dev.5 [2023-01-10T21:01:55.675Z] v3.0.0-dev.1 [2023-01-10T21:01:55.675Z] v3.0.0-dev.10 [2023-01-10T21:01:55.675Z] v3.0.0-dev.11 [2023-01-10T21:01:55.675Z] v3.0.0-dev.12 [2023-01-10T21:01:55.675Z] v3.0.0-dev.13 [2023-01-10T21:01:55.675Z] v3.0.0-dev.2 [2023-01-10T21:01:55.675Z] v3.0.0-dev.3 [2023-01-10T21:01:55.675Z] v3.0.0-dev.4 [2023-01-10T21:01:55.675Z] v3.0.0-dev.5 [2023-01-10T21:01:55.675Z] v3.0.0-dev.6 [2023-01-10T21:01:55.675Z] v3.0.0-dev.7 [2023-01-10T21:01:55.675Z] v3.0.0-dev.8 [2023-01-10T21:01:55.675Z] v3.0.0-dev.9 [Pipeline] sh [2023-01-10T21:01:55.960Z] + lftools sign git-tag v3.0.0-dev.13 [2023-01-10T21:01:56.527Z] Signing Git tag with Sigul... [2023-01-10T21:01:56.527Z] Signing v3.0.0-dev.13 [Pipeline] echo [2023-01-10T21:01:57.103Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-10T21:01:57.387Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-01-10T21:01:57.394Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-01-10T21:01:57.410Z] $ docker stop --time=1 9ef276048abed463e05c85f241827bf1b666b6db69cb932423f6746e3699b9e2 [2023-01-10T21:01:58.753Z] $ docker rm -f --volumes 9ef276048abed463e05c85f241827bf1b666b6db69cb932423f6746e3699b9e2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-01-10T21:01:59.164Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-10T21:01:59.164Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T21:01:59.463Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-10T21:01:59.463Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-10T21:01:59.527Z] prd-ubuntu20.04-docker-8c-8g-1656 does not seem to be running inside a container [2023-01-10T21:01:59.556Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/367 -v /w/workspace/edgex-go/367:/w/workspace/edgex-go/367:rw,z -v /w/workspace/edgex-go/367@tmp:/w/workspace/edgex-go/367@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-10T21:01:59.948Z] $ docker top 291f735c7239d491d68743b764efc6a969cfc10e95015fb0578aee3c3208002f -eo pid,comm [2023-01-10T21:01:59.995Z] 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-10T21:01:59.995Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-10T21:02:00.036Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-10T21:02:00.036Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-10T21:02:00.175Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-10T21:02:00.177Z] $ docker exec 291f735c7239d491d68743b764efc6a969cfc10e95015fb0578aee3c3208002f ssh-agent [2023-01-10T21:02:00.280Z] SSH_AUTH_SOCK=/tmp/ssh-Ltvq3gwXuC2v/agent.32 [2023-01-10T21:02:00.280Z] SSH_AGENT_PID=38 [2023-01-10T21:02:00.285Z] Running ssh-add (command line suppressed) [2023-01-10T21:02:00.394Z] Identity added: /w/workspace/edgex-go/367@tmp/private_key_13176685661173088512.key (/w/workspace/edgex-go/367@tmp/private_key_13176685661173088512.key) [2023-01-10T21:02:00.407Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-10T21:02:00.688Z] + git semver bump pre [2023-01-10T21:02:00.946Z] 2023-01-10 21:02:00,850 [read_version] DEBUG read version from /w/workspace/edgex-go/367/.semver/main [2023-01-10T21:02:00.946Z] 2023-01-10 21:02:00,850 [bump_version] DEBUG bumping version:3.0.0-dev.13 on axis:pre with prefix:dev [2023-01-10T21:02:00.946Z] 2023-01-10 21:02:00,850 [bump_version] DEBUG bumped version:3.0.0-dev.14 [2023-01-10T21:02:00.946Z] 2023-01-10 21:02:00,850 [write_version] DEBUG write version:3.0.0-dev.14 to path:/w/workspace/edgex-go/367/.semver/main with force:True [2023-01-10T21:02:00.946Z] 2023-01-10 21:02:00,850 [read_version] DEBUG read version from /w/workspace/edgex-go/367/.semver/main [2023-01-10T21:02:00.946Z] 2023-01-10 21:02:00,851 [write_file] DEBUG write to file:/w/workspace/edgex-go/367/.semver/main [2023-01-10T21:02:00.946Z] 2023-01-10 21:02:00,852 [execute] INFO git cat-file --batch-check [2023-01-10T21:02:00.946Z] 2023-01-10 21:02:00,852 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/367/.semver, universal_newlines=False, shell=None, istream=) [2023-01-10T21:02:00.946Z] 2023-01-10 21:02:00,857 [execute] INFO git cat-file --batch [2023-01-10T21:02:00.946Z] 2023-01-10 21:02:00,857 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/367/.semver, universal_newlines=False, shell=None, istream=) [2023-01-10T21:02:00.946Z] 2023-01-10 21:02:00,864 [read_version] DEBUG read version from /w/workspace/edgex-go/367/.semver/main [2023-01-10T21:02:00.946Z] 3.0.0-dev.14 [Pipeline] } [2023-01-10T21:02:00.954Z] $ docker exec --env ******** --env ******** 291f735c7239d491d68743b764efc6a969cfc10e95015fb0578aee3c3208002f ssh-agent -k [2023-01-10T21:02:01.057Z] unset SSH_AUTH_SOCK; [2023-01-10T21:02:01.057Z] unset SSH_AGENT_PID; [2023-01-10T21:02:01.057Z] echo Agent pid 38 killed; [2023-01-10T21:02:01.067Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-10T21:02:01.372Z] + git semver [Pipeline] } [2023-01-10T21:02:01.643Z] $ docker stop --time=1 291f735c7239d491d68743b764efc6a969cfc10e95015fb0578aee3c3208002f [2023-01-10T21:02:02.963Z] $ docker rm -f --volumes 291f735c7239d491d68743b764efc6a969cfc10e95015fb0578aee3c3208002f [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-10T21:02:03.310Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-10T21:02:03.311Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T21:02:03.607Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-10T21:02:03.607Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-10T21:02:03.678Z] prd-ubuntu20.04-docker-8c-8g-1656 does not seem to be running inside a container [2023-01-10T21:02:03.706Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/367 -v /w/workspace/edgex-go/367:/w/workspace/edgex-go/367:rw,z -v /w/workspace/edgex-go/367@tmp:/w/workspace/edgex-go/367@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-10T21:02:04.096Z] $ docker top daa577446f6d1a819c6557c34c7834759e782508497dfb7931d66e7bb08fcd15 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-10T21:02:04.187Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-10T21:02:04.187Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-10T21:02:04.304Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-10T21:02:04.306Z] $ docker exec daa577446f6d1a819c6557c34c7834759e782508497dfb7931d66e7bb08fcd15 ssh-agent [2023-01-10T21:02:04.419Z] SSH_AUTH_SOCK=/tmp/ssh-C5mC2z74GUtQ/agent.32 [2023-01-10T21:02:04.419Z] SSH_AGENT_PID=38 [2023-01-10T21:02:04.426Z] Running ssh-add (command line suppressed) [2023-01-10T21:02:04.528Z] Identity added: /w/workspace/edgex-go/367@tmp/private_key_1730184585758503973.key (/w/workspace/edgex-go/367@tmp/private_key_1730184585758503973.key) [2023-01-10T21:02:04.544Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-10T21:02:04.831Z] + git semver push [2023-01-10T21:02:05.089Z] 2023-01-10 21:02:05,003 [run_push] DEBUG push [2023-01-10T21:02:05.090Z] 2023-01-10 21:02:05,005 [execute] INFO git cat-file --batch-check [2023-01-10T21:02:05.090Z] 2023-01-10 21:02:05,005 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/367/.semver, universal_newlines=False, shell=None, istream=) [2023-01-10T21:02:05.090Z] 2023-01-10 21:02:05,009 [execute] INFO git rev-list 6a1afa831d47d642deaaa6c50cc49f3c42cd4797 -- [2023-01-10T21:02:05.090Z] 2023-01-10 21:02:05,009 [execute] DEBUG Popen(['git', 'rev-list', '6a1afa831d47d642deaaa6c50cc49f3c42cd4797', '--'], cwd=/w/workspace/edgex-go/367/.semver, universal_newlines=False, shell=None, istream=None) [2023-01-10T21:02:05.090Z] 2023-01-10 21:02:05,022 [execute] INFO git fetch -v origin [2023-01-10T21:02:05.090Z] 2023-01-10 21:02:05,022 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/367/.semver, universal_newlines=True, shell=None, istream=None) [2023-01-10T21:02:05.656Z] 2023-01-10 21:02:05,553 [run_push] DEBUG no remote changes detected [2023-01-10T21:02:05.656Z] 2023-01-10 21:02:05,554 [execute] INFO git push origin semver [2023-01-10T21:02:05.656Z] 2023-01-10 21:02:05,554 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/367/.semver, universal_newlines=False, shell=None, istream=None) [2023-01-10T21:02:07.035Z] 2023-01-10 21:02:06,765 [run_push] DEBUG push all version tags [2023-01-10T21:02:07.035Z] 2023-01-10 21:02:06,765 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-01-10T21:02:07.035Z] 2023-01-10 21:02:06,766 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/367, universal_newlines=False, shell=None, istream=None) [2023-01-10T21:02:07.603Z] 2023-01-10 21:02:07,580 [read_version] DEBUG read version from /w/workspace/edgex-go/367/.semver/main [2023-01-10T21:02:07.603Z] 3.0.0-dev.14 [Pipeline] } [2023-01-10T21:02:07.610Z] $ docker exec --env ******** --env ******** daa577446f6d1a819c6557c34c7834759e782508497dfb7931d66e7bb08fcd15 ssh-agent -k [2023-01-10T21:02:07.699Z] unset SSH_AUTH_SOCK; [2023-01-10T21:02:07.700Z] unset SSH_AGENT_PID; [2023-01-10T21:02:07.700Z] echo Agent pid 38 killed; [2023-01-10T21:02:07.711Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-10T21:02:08.006Z] + git semver [Pipeline] } [2023-01-10T21:02:08.275Z] $ docker stop --time=1 daa577446f6d1a819c6557c34c7834759e782508497dfb7931d66e7bb08fcd15 [2023-01-10T21:02:09.576Z] $ docker rm -f --volumes daa577446f6d1a819c6557c34c7834759e782508497dfb7931d66e7bb08fcd15 [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-10T21:02:10.036Z] + [ -d /w/workspace/edgex-go/367/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-01-10T21:02:10.326Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-10T21:02:11.182Z] ---> package-listing.sh [2023-01-10T21:02:11.182Z] ++ facter osfamily [2023-01-10T21:02:11.182Z] ++ tr '[:upper:]' '[:lower:]' [2023-01-10T21:02:11.442Z] + OS_FAMILY=debian [2023-01-10T21:02:11.442Z] + workspace=/w/workspace/edgex-go/367 [2023-01-10T21:02:11.442Z] + START_PACKAGES=/tmp/packages_start.txt [2023-01-10T21:02:11.442Z] + END_PACKAGES=/tmp/packages_end.txt [2023-01-10T21:02:11.442Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-01-10T21:02:11.442Z] + PACKAGES=/tmp/packages_start.txt [2023-01-10T21:02:11.442Z] + '[' /w/workspace/edgex-go/367 ']' [2023-01-10T21:02:11.442Z] + PACKAGES=/tmp/packages_end.txt [2023-01-10T21:02:11.442Z] + case "${OS_FAMILY}" in [2023-01-10T21:02:11.442Z] + dpkg -l [2023-01-10T21:02:11.442Z] + grep '^ii' [2023-01-10T21:02:11.442Z] + '[' -f /tmp/packages_start.txt ']' [2023-01-10T21:02:11.442Z] + '[' -f /tmp/packages_end.txt ']' [2023-01-10T21:02:11.442Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-01-10T21:02:11.442Z] + '[' /w/workspace/edgex-go/367 ']' [2023-01-10T21:02:11.442Z] + mkdir -p /w/workspace/edgex-go/367/archives/ [2023-01-10T21:02:11.442Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/367/archives/ [Pipeline] echo [2023-01-10T21:02:11.451Z] 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/367/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-01-10T21:02:11.724Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T21:02:12.279Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-10T21:02:12.279Z] [2023-01-10T21:02:12.279Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-10T21:02:12.574Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-10T21:02:12.574Z] latest: Pulling from edgex-lftools-log-publisher [2023-01-10T21:02:12.574Z] 5eb5b503b376: Pulling fs layer [2023-01-10T21:02:12.574Z] 5c69ac0246d0: Pulling fs layer [2023-01-10T21:02:12.574Z] ec43610c2a17: Pulling fs layer [2023-01-10T21:02:12.574Z] 3a2ae6a8a46f: Pulling fs layer [2023-01-10T21:02:12.575Z] 33b1e0a273af: Pulling fs layer [2023-01-10T21:02:12.575Z] 5d3b04190fa2: Pulling fs layer [2023-01-10T21:02:12.575Z] 2f39f015ded8: Pulling fs layer [2023-01-10T21:02:12.575Z] 33b1e0a273af: Waiting [2023-01-10T21:02:12.575Z] 5d3b04190fa2: Waiting [2023-01-10T21:02:12.575Z] 3a2ae6a8a46f: Waiting [2023-01-10T21:02:12.575Z] 2f39f015ded8: Waiting [2023-01-10T21:02:12.575Z] 5c69ac0246d0: Download complete [2023-01-10T21:02:12.575Z] 3a2ae6a8a46f: Verifying Checksum [2023-01-10T21:02:12.575Z] 3a2ae6a8a46f: Download complete [2023-01-10T21:02:12.832Z] 33b1e0a273af: Verifying Checksum [2023-01-10T21:02:12.832Z] 33b1e0a273af: Download complete [2023-01-10T21:02:12.832Z] 5d3b04190fa2: Verifying Checksum [2023-01-10T21:02:12.832Z] 5d3b04190fa2: Download complete [2023-01-10T21:02:12.832Z] ec43610c2a17: Verifying Checksum [2023-01-10T21:02:12.832Z] ec43610c2a17: Download complete [2023-01-10T21:02:12.832Z] 5eb5b503b376: Verifying Checksum [2023-01-10T21:02:12.832Z] 5eb5b503b376: Download complete [2023-01-10T21:02:13.764Z] 2f39f015ded8: Download complete [2023-01-10T21:02:14.022Z] 5eb5b503b376: Pull complete [2023-01-10T21:02:14.279Z] 5c69ac0246d0: Pull complete [2023-01-10T21:02:14.538Z] ec43610c2a17: Pull complete [2023-01-10T21:02:14.797Z] 3a2ae6a8a46f: Pull complete [2023-01-10T21:02:15.056Z] 33b1e0a273af: Pull complete [2023-01-10T21:02:15.056Z] 5d3b04190fa2: Pull complete [2023-01-10T21:02:19.237Z] 2f39f015ded8: Pull complete [2023-01-10T21:02:19.237Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-01-10T21:02:19.237Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-10T21:02:19.237Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-10T21:02:19.307Z] prd-ubuntu20.04-docker-8c-8g-1656 does not seem to be running inside a container [2023-01-10T21:02:19.332Z] $ 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/367/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/367 -v /w/workspace/edgex-go/367:/w/workspace/edgex-go/367:rw,z -v /w/workspace/edgex-go/367@tmp:/w/workspace/edgex-go/367@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-01-10T21:02:20.908Z] $ docker top cea8d0e6ddca358a6ad9ac0595953c3173e65520f050178cdc478407d1a6e0df -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-10T21:02:21.246Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-01-10T21:02:21.530Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-01-10T21:02:21.812Z] + ls /var/log/sa-host [2023-01-10T21:02:21.812Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-10T21:02:21.883Z] provisioning config files... [2023-01-10T21:02:21.891Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/367@tmp/config15070749993426935461tmp [Pipeline] { [Pipeline] echo [2023-01-10T21:02:21.906Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-10T21:02:22.187Z] ---> create-netrc.sh [Pipeline] } [2023-01-10T21:02:22.195Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-01-10T21:02:22.519Z] ---> python-tools-install.sh [Pipeline] echo [2023-01-10T21:02:22.528Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-10T21:02:22.816Z] ---> sudo-logs.sh [2023-01-10T21:02:22.816Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-01-10T21:02:22.836Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-10T21:02:23.117Z] ---> job-cost.sh [2023-01-10T21:02:23.117Z] lf-activate-venv: SKIPPING [2023-01-10T21:02:23.117Z] DEBUG: total: 0.10999999940395355 [2023-01-10T21:02:23.117Z] INFO: Retrieving Stack Cost... [2023-01-10T21:02:23.376Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-10T21:02:23.941Z] INFO: Archiving Costs [Pipeline] echo [2023-01-10T21:02:23.957Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-10T21:02:24.243Z] ---> logs-deploy.sh [2023-01-10T21:02:24.243Z] lf-activate-venv: SKIPPING [2023-01-10T21:02:24.243Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/367 [2023-01-10T21:02:24.243Z] INFO: archiving workspace using pattern(s): [2023-01-10T21:02:25.180Z] Archives upload complete. [2023-01-10T21:02:25.180Z] INFO: archiving logs to Nexus