Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from fd143bca65ac0d1bc15f90e7e7129bfbe164c660 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-ssh5204365284067278771.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-ssh18263762861663059272.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-ssh16213093325388015693.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-ssh17560711630206065092.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-ssh8046929968477372659.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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-5144 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/400 [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/400 # 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 fd143bca65ac0d1bc15f90e7e7129bfbe164c660 (main) > 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 fd143bca65ac0d1bc15f90e7e7129bfbe164c660 # timeout=10 Commit message: "feat: Vault tokens are now identity-based instead of anonymous (#4327)" > git rev-list --no-walk cb6527cf2788a41b6debaba97c6050bf2889ad58 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-02-08T16:58:00.631Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-02-08T16:58:00.685Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-02-08T16:58:00.695Z] ========================================================= [2023-02-08T16:58:00.695Z] EdgeX Global Pipelines Version Info [2023-02-08T16:58:00.695Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-02-08T16:58:01.771Z] ------------------- [2023-02-08T16:58:01.771Z] stable info: [2023-02-08T16:58:01.771Z] ------------------- [2023-02-08T16:58:01.771Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-02-08T16:58:01.771Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-08T16:58:01.771Z] Message: update stable to v1.0.244 [2023-02-08T16:58:02.031Z] ------------------- [2023-02-08T16:58:02.031Z] experimental info: [2023-02-08T16:58:02.031Z] ------------------- [2023-02-08T16:58:02.031Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-02-08T16:58:02.031Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-08T16:58:02.031Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-02-08T16:58:02.183Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-02-08T16:58:02.191Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-02-08T16:58:02.203Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-02-08T16:58:02.217Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-02-08T16:58:02.228Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-02-08T16:58:02.239Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-02-08T16:58:02.250Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-02-08T16:58:02.263Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-02-08T16:58:02.276Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-02-08T16:58:02.285Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-02-08T16:58:02.303Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-02-08T16:58:02.318Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-02-08T16:58:02.334Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-02-08T16:58:02.347Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-02-08T16:58:02.358Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-02-08T16:58:02.369Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-02-08T16:58:02.379Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-02-08T16:58:02.390Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-02-08T16:58:02.404Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-02-08T16:58:02.417Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2023-02-08T16:58:02.428Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-02-08T16:58:02.439Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-02-08T16:58:02.451Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-02-08T16:58:02.463Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-02-08T16:58:02.477Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-02-08T16:58:02.487Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-02-08T16:58:02.495Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [Pipeline] echo [2023-02-08T16:58:02.502Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fd143bc [Pipeline] echo [2023-02-08T16:58:02.510Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-08T16:58:02.558Z] provisioning config files... [2023-02-08T16:58:02.573Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/400@tmp/config12083715739138596053tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-08T16:58:02.874Z] ---> docker-login.sh [2023-02-08T16:58:02.874Z] nexus3.edgexfoundry.org:10001 [2023-02-08T16:58:03.133Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-08T16:58:03.133Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-08T16:58:03.133Z] Configure a credential helper to remove this warning. See [2023-02-08T16:58:03.133Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-08T16:58:03.133Z] [2023-02-08T16:58:03.133Z] Login Succeeded [2023-02-08T16:58:03.133Z] nexus3.edgexfoundry.org:10002 [2023-02-08T16:58:03.392Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-08T16:58:03.392Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-08T16:58:03.392Z] Configure a credential helper to remove this warning. See [2023-02-08T16:58:03.392Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-08T16:58:03.392Z] [2023-02-08T16:58:03.392Z] Login Succeeded [2023-02-08T16:58:03.392Z] nexus3.edgexfoundry.org:10003 [2023-02-08T16:58:03.392Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-08T16:58:03.392Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-08T16:58:03.392Z] Configure a credential helper to remove this warning. See [2023-02-08T16:58:03.392Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-08T16:58:03.392Z] [2023-02-08T16:58:03.392Z] Login Succeeded [2023-02-08T16:58:03.392Z] nexus3.edgexfoundry.org:10004 [2023-02-08T16:58:03.652Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-08T16:58:03.652Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-08T16:58:03.652Z] Configure a credential helper to remove this warning. See [2023-02-08T16:58:03.652Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-08T16:58:03.652Z] [2023-02-08T16:58:03.652Z] Login Succeeded [2023-02-08T16:58:03.652Z] docker.io [2023-02-08T16:58:03.652Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-08T16:58:03.913Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-08T16:58:03.913Z] Configure a credential helper to remove this warning. See [2023-02-08T16:58:03.913Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-08T16:58:03.913Z] [2023-02-08T16:58:03.913Z] Login Succeeded [2023-02-08T16:58:03.913Z] ---> docker-login.sh ends [Pipeline] } [2023-02-08T16:58:03.921Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-08T16:58:04.245Z] + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2023-02-08T16:58:04.245Z] + + dirname cmd/core-command/Dockerfilecut [2023-02-08T16:58:04.245Z] -d/ -f2 [2023-02-08T16:58:04.245Z] + echo core-command,cmd/core-command/Dockerfile [2023-02-08T16:58:04.245Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-02-08T16:58:04.245Z] + cut -d/ -f2 [2023-02-08T16:58:04.245Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-02-08T16:58:04.245Z] + dirname cmd/core-data/Dockerfile [2023-02-08T16:58:04.245Z] + cut -d/ -f2 [2023-02-08T16:58:04.245Z] + echo core-data,cmd/core-data/Dockerfile [2023-02-08T16:58:04.245Z] + dirname cmd/core-metadata/Dockerfile [2023-02-08T16:58:04.245Z] + cut -d/ -f2 [2023-02-08T16:58:04.245Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-02-08T16:58:04.245Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-02-08T16:58:04.245Z] + cut -d/ -f2 [2023-02-08T16:58:04.245Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-02-08T16:58:04.245Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-02-08T16:58:04.245Z] + cut -d/ -f2 [2023-02-08T16:58:04.245Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-02-08T16:58:04.245Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-02-08T16:58:04.245Z] + cut -d/ -f2 [2023-02-08T16:58:04.245Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-02-08T16:58:04.245Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-02-08T16:58:04.245Z] + cut -d/ -f2 [2023-02-08T16:58:04.245Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-02-08T16:58:04.245Z] + dirname cmd/security-spire-agent/Dockerfile [2023-02-08T16:58:04.245Z] + cut -d/ -f2 [2023-02-08T16:58:04.245Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-02-08T16:58:04.245Z] + dirname cmd/security-spire-config/Dockerfile [2023-02-08T16:58:04.245Z] + cut -d/ -f2 [2023-02-08T16:58:04.245Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-02-08T16:58:04.245Z] + cut -d/ -f2 [2023-02-08T16:58:04.245Z] + dirname cmd/security-spire-server/Dockerfile [2023-02-08T16:58:04.245Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-02-08T16:58:04.245Z] + dirname cmd/support-notifications/Dockerfile [2023-02-08T16:58:04.245Z] + cut -d/ -f2 [2023-02-08T16:58:04.245Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-02-08T16:58:04.245Z] + dirname cmd/support-scheduler/Dockerfile [2023-02-08T16:58:04.245Z] + cut -d/ -f2 [2023-02-08T16:58:04.245Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-02-08T16:58:04.299Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-02-08T16:58:04.652Z] + git rev-list -1 --merges fd143bca65ac0d1bc15f90e7e7129bfbe164c660~1..fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [Pipeline] echo [2023-02-08T16:58:04.680Z] -----------> git rev-list -1 --merges fd143bca65ac0d1bc15f90e7e7129bfbe164c660~1..fd143bca65ac0d1bc15f90e7e7129bfbe164c660 fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [false] [Pipeline] sh [2023-02-08T16:58:04.966Z] + git log --format=format:%s -1 fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [Pipeline] echo [2023-02-08T16:58:04.980Z] ========================================================= [2023-02-08T16:58:04.980Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-08T16:58:04.980Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-02-08T16:58:05.424Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-08T16:58:05.424Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-02-08T16:58:05.424Z] + [ -e /tmp/ssh_known_hosts ] [2023-02-08T16:58:05.424Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-02-08T16:58:05.424Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-02-08T16:58:05.424Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-02-08T16:58:05.424Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T16:58:05.831Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-08T16:58:05.831Z] [2023-02-08T16:58:05.831Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T16:58:06.137Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-08T16:58:06.137Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-02-08T16:58:06.137Z] b85a868b505f: Pulling fs layer [2023-02-08T16:58:06.137Z] e2be974225ed: Pulling fs layer [2023-02-08T16:58:06.137Z] 339a4e72a1f5: Pulling fs layer [2023-02-08T16:58:06.137Z] 988bab9f4d93: Pulling fs layer [2023-02-08T16:58:06.137Z] 1469e6f7b9e6: Pulling fs layer [2023-02-08T16:58:06.137Z] eaf3925da568: Pulling fs layer [2023-02-08T16:58:06.137Z] bab4dde63d76: Pulling fs layer [2023-02-08T16:58:06.137Z] bde34c3a00c8: Pulling fs layer [2023-02-08T16:58:06.137Z] b352a97aabf1: Pulling fs layer [2023-02-08T16:58:06.137Z] 4872d77fe225: Pulling fs layer [2023-02-08T16:58:06.137Z] 5851b861e8e6: Pulling fs layer [2023-02-08T16:58:06.137Z] eaf3925da568: Waiting [2023-02-08T16:58:06.137Z] bab4dde63d76: Waiting [2023-02-08T16:58:06.137Z] bde34c3a00c8: Waiting [2023-02-08T16:58:06.137Z] 988bab9f4d93: Waiting [2023-02-08T16:58:06.137Z] b352a97aabf1: Waiting [2023-02-08T16:58:06.137Z] 1469e6f7b9e6: Waiting [2023-02-08T16:58:06.137Z] 5851b861e8e6: Waiting [2023-02-08T16:58:06.137Z] e2be974225ed: Verifying Checksum [2023-02-08T16:58:06.137Z] e2be974225ed: Download complete [2023-02-08T16:58:06.137Z] 988bab9f4d93: Verifying Checksum [2023-02-08T16:58:06.137Z] 988bab9f4d93: Download complete [2023-02-08T16:58:06.402Z] 1469e6f7b9e6: Verifying Checksum [2023-02-08T16:58:06.402Z] 1469e6f7b9e6: Download complete [2023-02-08T16:58:06.402Z] eaf3925da568: Download complete [2023-02-08T16:58:06.402Z] 339a4e72a1f5: Verifying Checksum [2023-02-08T16:58:06.402Z] 339a4e72a1f5: Download complete [2023-02-08T16:58:06.402Z] bde34c3a00c8: Download complete [2023-02-08T16:58:06.402Z] b352a97aabf1: Verifying Checksum [2023-02-08T16:58:06.402Z] b352a97aabf1: Download complete [2023-02-08T16:58:06.663Z] 4872d77fe225: Verifying Checksum [2023-02-08T16:58:06.663Z] 4872d77fe225: Download complete [2023-02-08T16:58:06.663Z] 5851b861e8e6: Download complete [2023-02-08T16:58:06.663Z] b85a868b505f: Verifying Checksum [2023-02-08T16:58:06.663Z] b85a868b505f: Download complete [2023-02-08T16:58:06.925Z] bab4dde63d76: Verifying Checksum [2023-02-08T16:58:06.925Z] bab4dde63d76: Download complete [2023-02-08T16:58:07.870Z] b85a868b505f: Pull complete [2023-02-08T16:58:08.129Z] e2be974225ed: Pull complete [2023-02-08T16:58:08.390Z] 339a4e72a1f5: Pull complete [2023-02-08T16:58:08.662Z] 988bab9f4d93: Pull complete [2023-02-08T16:58:08.920Z] 1469e6f7b9e6: Pull complete [2023-02-08T16:58:08.920Z] eaf3925da568: Pull complete [2023-02-08T16:58:10.822Z] bab4dde63d76: Pull complete [2023-02-08T16:58:10.822Z] bde34c3a00c8: Pull complete [2023-02-08T16:58:10.822Z] b352a97aabf1: Pull complete [2023-02-08T16:58:10.822Z] 4872d77fe225: Pull complete [2023-02-08T16:58:10.822Z] 5851b861e8e6: Pull complete [2023-02-08T16:58:10.822Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-02-08T16:58:10.822Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-08T16:58:10.822Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-08T16:58:10.918Z] prd-ubuntu20.04-docker-8c-8g-5144 does not seem to be running inside a container [2023-02-08T16:58:10.958Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/400 -v /w/workspace/edgex-go/400:/w/workspace/edgex-go/400:rw,z -v /w/workspace/edgex-go/400@tmp:/w/workspace/edgex-go/400@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-08T16:58:13.268Z] $ docker top 738b4c571e171196c4137592ba13ab66c813e039fdb28e61280fc06b8933f4de -eo pid,comm [2023-02-08T16:58:13.318Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-02-08T16:58:13.318Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-08T16:58:13.355Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-08T16:58:13.355Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-08T16:58:13.468Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-08T16:58:13.475Z] $ docker exec 738b4c571e171196c4137592ba13ab66c813e039fdb28e61280fc06b8933f4de ssh-agent [2023-02-08T16:58:13.578Z] SSH_AUTH_SOCK=/tmp/ssh-3QZeWH3CBg8X/agent.33 [2023-02-08T16:58:13.578Z] SSH_AGENT_PID=39 [2023-02-08T16:58:13.586Z] Running ssh-add (command line suppressed) [2023-02-08T16:58:13.688Z] Identity added: /w/workspace/edgex-go/400@tmp/private_key_13096024533466822342.key (/w/workspace/edgex-go/400@tmp/private_key_13096024533466822342.key) [2023-02-08T16:58:13.698Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-08T16:58:13.988Z] + git tag --points-at HEAD [Pipeline] } [2023-02-08T16:58:14.004Z] $ docker exec --env ******** --env ******** 738b4c571e171196c4137592ba13ab66c813e039fdb28e61280fc06b8933f4de ssh-agent -k [2023-02-08T16:58:14.098Z] unset SSH_AUTH_SOCK; [2023-02-08T16:58:14.099Z] unset SSH_AGENT_PID; [2023-02-08T16:58:14.099Z] echo Agent pid 39 killed; [2023-02-08T16:58:14.104Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-02-08T16:58:14.129Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-08T16:58:14.129Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-08T16:58:14.241Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-08T16:58:14.247Z] $ docker exec 738b4c571e171196c4137592ba13ab66c813e039fdb28e61280fc06b8933f4de ssh-agent [2023-02-08T16:58:14.342Z] SSH_AUTH_SOCK=/tmp/ssh-lKaEhDinW6NF/agent.70 [2023-02-08T16:58:14.342Z] SSH_AGENT_PID=76 [2023-02-08T16:58:14.348Z] Running ssh-add (command line suppressed) [2023-02-08T16:58:14.451Z] Identity added: /w/workspace/edgex-go/400@tmp/private_key_5158493023650114294.key (/w/workspace/edgex-go/400@tmp/private_key_5158493023650114294.key) [2023-02-08T16:58:14.466Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-08T16:58:14.752Z] + git semver init [2023-02-08T16:58:15.011Z] 2023-02-08 16:58:14,922 [run_init] DEBUG init version:0.0.0 force:False [2023-02-08T16:58:15.011Z] 2023-02-08 16:58:14,922 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/400/.semver [2023-02-08T16:58:15.011Z] 2023-02-08 16:58:14,923 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/400/.semver [2023-02-08T16:58:15.011Z] 2023-02-08 16:58:14,923 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/400/.semver'], cwd=/w/workspace/edgex-go/400, universal_newlines=False, shell=None, istream=None) [2023-02-08T16:58:21.586Z] 2023-02-08 16:58:20,781 [append_file] DEBUG append to file:/w/workspace/edgex-go/400/.git/info/exclude [2023-02-08T16:58:21.586Z] 2023-02-08 16:58:20,781 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/400/.semver/main with force:False [2023-02-08T16:58:21.586Z] 2023-02-08 16:58:20,782 [read_version] DEBUG read version from /w/workspace/edgex-go/400/.semver/main [2023-02-08T16:58:21.586Z] 2023-02-08 16:58:20,782 [read_version] DEBUG read version from /w/workspace/edgex-go/400/.semver/main [2023-02-08T16:58:21.586Z] 3.0.0-dev.41 [Pipeline] } [2023-02-08T16:58:21.598Z] $ docker exec --env ******** --env ******** 738b4c571e171196c4137592ba13ab66c813e039fdb28e61280fc06b8933f4de ssh-agent -k [2023-02-08T16:58:21.701Z] unset SSH_AUTH_SOCK; [2023-02-08T16:58:21.701Z] unset SSH_AGENT_PID; [2023-02-08T16:58:21.701Z] echo Agent pid 76 killed; [2023-02-08T16:58:21.712Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-08T16:58:22.033Z] + git semver [Pipeline] } [2023-02-08T16:58:22.309Z] $ docker stop --time=1 738b4c571e171196c4137592ba13ab66c813e039fdb28e61280fc06b8933f4de [2023-02-08T16:58:23.611Z] $ docker rm -f --volumes 738b4c571e171196c4137592ba13ab66c813e039fdb28e61280fc06b8933f4de [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-08T16:58:23.945Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-02-08T16:58:24.150Z] Stashed 1 file(s) [Pipeline] echo [2023-02-08T16:58:24.153Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.41 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-08T16:58:24.554Z] + git config --global --add safe.directory /w/workspace/edgex-go/400 [Pipeline] echo [2023-02-08T16:58:24.566Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-08T16:58:24.579Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-08T16:58:24.585Z] ========================================================= [2023-02-08T16:58:24.585Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-02-08T16:58:24.585Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-02-08T16:58:24.875Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-08T16:58:24.875Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-02-08T16:58:24.875Z] 213ec9aee27d: Pulling fs layer [2023-02-08T16:58:24.875Z] 4583459ba037: Pulling fs layer [2023-02-08T16:58:24.875Z] 93c1e223e6f2: Pulling fs layer [2023-02-08T16:58:24.875Z] 53926ce57604: Pulling fs layer [2023-02-08T16:58:24.875Z] 21b2b0c7a3f4: Pulling fs layer [2023-02-08T16:58:24.875Z] 53926ce57604: Waiting [2023-02-08T16:58:24.875Z] 22ff95d597cd: Pulling fs layer [2023-02-08T16:58:24.875Z] 12d6caf4c0d1: Pulling fs layer [2023-02-08T16:58:24.875Z] 96b7cbca73a9: Pulling fs layer [2023-02-08T16:58:24.875Z] 21b2b0c7a3f4: Waiting [2023-02-08T16:58:24.875Z] a7acece74701: Pulling fs layer [2023-02-08T16:58:24.875Z] 22ff95d597cd: Waiting [2023-02-08T16:58:24.875Z] 12d6caf4c0d1: Waiting [2023-02-08T16:58:24.875Z] 96b7cbca73a9: Waiting [2023-02-08T16:58:24.876Z] 93c1e223e6f2: Verifying Checksum [2023-02-08T16:58:24.876Z] 93c1e223e6f2: Download complete [2023-02-08T16:58:24.876Z] 4583459ba037: Verifying Checksum [2023-02-08T16:58:24.876Z] 4583459ba037: Download complete [2023-02-08T16:58:24.876Z] 21b2b0c7a3f4: Download complete [2023-02-08T16:58:24.876Z] 22ff95d597cd: Verifying Checksum [2023-02-08T16:58:24.876Z] 22ff95d597cd: Download complete [2023-02-08T16:58:24.876Z] 213ec9aee27d: Verifying Checksum [2023-02-08T16:58:24.876Z] 213ec9aee27d: Download complete [2023-02-08T16:58:25.140Z] 12d6caf4c0d1: Download complete [2023-02-08T16:58:25.141Z] 213ec9aee27d: Pull complete [2023-02-08T16:58:25.418Z] 4583459ba037: Pull complete [2023-02-08T16:58:25.418Z] 93c1e223e6f2: Pull complete [2023-02-08T16:58:25.699Z] a7acece74701: Verifying Checksum [2023-02-08T16:58:25.699Z] a7acece74701: Download complete [2023-02-08T16:58:26.281Z] 53926ce57604: Verifying Checksum [2023-02-08T16:58:26.281Z] 53926ce57604: Download complete [2023-02-08T16:58:26.538Z] 96b7cbca73a9: Verifying Checksum [2023-02-08T16:58:26.539Z] 96b7cbca73a9: Download complete [2023-02-08T16:58:29.827Z] 53926ce57604: Pull complete [2023-02-08T16:58:29.827Z] 21b2b0c7a3f4: Pull complete [2023-02-08T16:58:29.827Z] 22ff95d597cd: Pull complete [2023-02-08T16:58:30.087Z] 12d6caf4c0d1: Pull complete [2023-02-08T16:58:31.987Z] 96b7cbca73a9: Pull complete [2023-02-08T16:58:32.553Z] a7acece74701: Pull complete [2023-02-08T16:58:32.553Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-02-08T16:58:32.553Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-08T16:58:32.553Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-02-08T16:58:32.845Z] + + dockerecho build FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-08T16:58:32.845Z] WORKDIR /edgex [2023-02-08T16:58:32.845Z] COPY go.mod . [2023-02-08T16:58:32.845Z] RUN go mod download -t [2023-02-08T16:58:32.845Z] ci-base-image-x86_64 -f - . [2023-02-08T16:58:33.412Z] Sending build context to Docker daemon 170.2MB [2023-02-08T16:58:33.412Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-08T16:58:33.412Z] ---> db6d94c90886 [2023-02-08T16:58:33.412Z] Step 2/4 : WORKDIR /edgex [2023-02-08T16:58:38.702Z] ---> Running in 49c43d15849f [2023-02-08T16:58:38.702Z] Removing intermediate container 49c43d15849f [2023-02-08T16:58:38.702Z] ---> 56999c4d0f38 [2023-02-08T16:58:38.702Z] Step 3/4 : COPY go.mod . [2023-02-08T16:58:38.702Z] ---> 45a072c3303a [2023-02-08T16:58:38.702Z] Step 4/4 : RUN go mod download [2023-02-08T16:58:38.702Z] ---> Running in 0bf10ef26a38 [2023-02-08T16:58:39.243Z] Still waiting to schedule task [2023-02-08T16:58:39.243Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-02-08T16:58:53.640Z] Removing intermediate container 0bf10ef26a38 [2023-02-08T16:58:53.640Z] ---> 404e37312ef0 [2023-02-08T16:58:53.640Z] Successfully built 404e37312ef0 [2023-02-08T16:58:53.640Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T16:58:53.941Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-08T16:58:53.941Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-08T16:58:54.006Z] prd-ubuntu20.04-docker-8c-8g-5144 does not seem to be running inside a container [2023-02-08T16:58:54.038Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/400 -v /w/workspace/edgex-go/400:/w/workspace/edgex-go/400:rw,z -v /w/workspace/edgex-go/400@tmp:/w/workspace/edgex-go/400@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-08T16:58:54.535Z] $ docker top 8dd7554b349fe8024b9fe71d9bb771c6cd77f8c1a6c8395d1c8158c75b13a94b -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-08T16:58:54.877Z] + go version [2023-02-08T16:58:54.877Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-02-08T16:58:54.889Z] $ docker stop --time=1 8dd7554b349fe8024b9fe71d9bb771c6cd77f8c1a6c8395d1c8158c75b13a94b [2023-02-08T16:58:56.155Z] $ docker rm -f --volumes 8dd7554b349fe8024b9fe71d9bb771c6cd77f8c1a6c8395d1c8158c75b13a94b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T16:58:56.559Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-08T16:58:56.559Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-08T16:58:56.636Z] prd-ubuntu20.04-docker-8c-8g-5144 does not seem to be running inside a container [2023-02-08T16:58:56.669Z] $ 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/400 -v /w/workspace/edgex-go/400:/w/workspace/edgex-go/400:rw,z -v /w/workspace/edgex-go/400@tmp:/w/workspace/edgex-go/400@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-08T16:58:56.975Z] $ docker top ab8e6c23988fc84817692d2fba89d1626f38fc3733b39a54afd13b9c7fafd095 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-08T16:58:57.035Z] ========================================================= [2023-02-08T16:58:57.035Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-02-08T16:58:57.035Z] ========================================================= [Pipeline] sh [2023-02-08T16:58:57.313Z] + git config --global --add safe.directory /w/workspace/edgex-go/400 [Pipeline] fileExists [Pipeline] sh [2023-02-08T16:58:57.610Z] + make test [2023-02-08T16:58:57.610Z] go test -race -coverprofile=coverage.out ./... [2023-02-08T16:59:04.163Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-02-08T16:59:16.354Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-02-08T16:59:16.354Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-02-08T16:59:16.354Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-02-08T16:59:16.354Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-02-08T16:59:16.354Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-02-08T16:59:16.354Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-02-08T16:59:16.354Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-02-08T16:59:16.354Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2023-02-08T16:59:16.354Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-02-08T16:59:16.354Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-02-08T16:59:16.354Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-02-08T16:59:16.354Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-02-08T16:59:16.354Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-02-08T16:59:16.354Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-02-08T16:59:16.920Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.067s coverage: 28.7% of statements [2023-02-08T16:59:16.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-02-08T16:59:16.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-02-08T16:59:17.177Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.113s coverage: 98.5% of statements [2023-02-08T16:59:20.458Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.117s coverage: 73.2% of statements [2023-02-08T16:59:20.458Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-02-08T16:59:20.458Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-02-08T16:59:20.458Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-02-08T16:59:20.458Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.087s coverage: 54.0% of statements [2023-02-08T16:59:20.458Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-02-08T16:59:20.458Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-02-08T16:59:20.716Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.358s coverage: 89.2% of statements [2023-02-08T16:59:20.716Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-02-08T16:59:20.716Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-02-08T16:59:20.716Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-02-08T16:59:20.716Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-02-08T16:59:20.716Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-02-08T16:59:20.716Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.057s coverage: 2.6% of statements [2023-02-08T16:59:20.716Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-02-08T16:59:20.716Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-02-08T16:59:20.716Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.449s coverage: 95.6% of statements [2023-02-08T16:59:20.716Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-02-08T16:59:20.716Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-02-08T16:59:20.716Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-02-08T16:59:20.716Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.061s coverage: 72.2% of statements [2023-02-08T16:59:20.716Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-02-08T16:59:20.716Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-02-08T16:59:20.716Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-02-08T16:59:20.716Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-02-08T16:59:20.716Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-02-08T16:59:20.716Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.064s coverage: 65.9% of statements [2023-02-08T16:59:20.716Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-02-08T16:59:20.716Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-02-08T16:59:20.716Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-02-08T16:59:20.716Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.050s coverage: 0.9% of statements [2023-02-08T16:59:20.716Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-02-08T16:59:20.716Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.036s coverage: 29.6% of statements [2023-02-08T16:59:20.716Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-02-08T16:59:20.716Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.066s coverage: 47.1% of statements [2023-02-08T16:59:20.716Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.075s coverage: 82.9% of statements [2023-02-08T16:59:20.716Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.056s coverage: 94.1% of statements [2023-02-08T16:59:20.716Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.084s coverage: 96.3% of statements [2023-02-08T16:59:20.716Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.063s coverage: 87.5% of statements [2023-02-08T16:59:27.274Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.061s coverage: 94.4% of statements [2023-02-08T16:59:27.274Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.054s coverage: 44.8% of statements [2023-02-08T16:59:32.564Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.247s coverage: 79.9% of statements [2023-02-08T16:59:32.564Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-02-08T16:59:37.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.102s coverage: 92.9% of statements [2023-02-08T16:59:37.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-02-08T16:59:37.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-02-08T16:59:37.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-02-08T16:59:37.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.035s coverage: 64.4% of statements [2023-02-08T16:59:37.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-02-08T16:59:37.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-02-08T16:59:37.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-02-08T16:59:37.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-02-08T16:59:37.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.066s coverage: 86.9% of statements [2023-02-08T16:59:37.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-02-08T16:59:37.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-02-08T16:59:37.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-02-08T16:59:37.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-02-08T16:59:37.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.062s coverage: 87.2% of statements [2023-02-08T16:59:37.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.053s coverage: 20.0% of statements [2023-02-08T16:59:37.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-02-08T16:59:37.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-02-08T16:59:37.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.051s coverage: 100.0% of statements [2023-02-08T16:59:37.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-02-08T16:59:37.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.074s coverage: 77.4% of statements [2023-02-08T16:59:37.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2023-02-08T16:59:37.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.064s coverage: 80.0% of statements [2023-02-08T16:59:37.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2023-02-08T16:59:37.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.207s coverage: 91.2% of statements [2023-02-08T16:59:37.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-02-08T16:59:37.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.192s coverage: 63.1% of statements [2023-02-08T16:59:37.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-02-08T16:59:37.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-02-08T16:59:37.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.063s coverage: 100.0% of statements [2023-02-08T16:59:37.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.030s coverage: 89.4% of statements [2023-02-08T16:59:37.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.038s coverage: 100.0% of statements [2023-02-08T16:59:37.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2023-02-08T16:59:37.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.021s coverage: 100.0% of statements [2023-02-08T16:59:37.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.311s coverage: 65.3% of statements [2023-02-08T16:59:37.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2023-02-08T16:59:37.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2023-02-08T16:59:37.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2023-02-08T16:59:37.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.168s coverage: 41.0% of statements [2023-02-08T16:59:37.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-02-08T16:59:37.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-02-08T16:59:37.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.063s coverage: 89.5% of statements [2023-02-08T16:59:37.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-02-08T16:59:37.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.061s coverage: 84.8% of statements [2023-02-08T16:59:37.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-02-08T16:59:37.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-02-08T16:59:37.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-02-08T16:59:37.833Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-02-08T16:59:37.833Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.078s coverage: 17.7% of statements [2023-02-08T16:59:37.833Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-02-08T16:59:37.833Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-02-08T16:59:37.833Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-02-08T16:59:37.833Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-02-08T16:59:37.833Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.149s coverage: 92.3% of statements [2023-02-08T16:59:37.833Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-02-08T16:59:37.833Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-02-08T16:59:37.833Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-02-08T16:59:37.833Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-02-08T16:59:37.833Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.061s coverage: 63.2% of statements [2023-02-08T16:59:37.833Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-02-08T16:59:37.833Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-02-08T16:59:37.833Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.107s coverage: 97.7% of statements [2023-02-08T16:59:37.833Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-02-08T16:59:37.833Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-02-08T16:59:37.833Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2023-02-08T16:59:55.921Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2023-02-08T16:59:55.921Z] go vet ./... [2023-02-08T16:59:57.817Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-08T16:59:57.817Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-08T16:59:58.075Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-08T16:59:58.087Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-02-08T16:59:58.374Z] + ls -al . [2023-02-08T16:59:58.374Z] total 748 [2023-02-08T16:59:58.374Z] drwxrwxr-x 11 1001 1001 4096 Feb 8 16:58 . [2023-02-08T16:59:58.374Z] drwxr-xr-x 4 root root 4096 Feb 8 16:58 .. [2023-02-08T16:59:58.374Z] drwxrwxr-x 2 1001 1001 4096 Feb 8 16:57 .blubracket [2023-02-08T16:59:58.374Z] -rw-rw-r-- 1 1001 1001 16 Feb 8 16:57 .dockerignore [2023-02-08T16:59:58.374Z] drwxrwxr-x 8 1001 1001 4096 Feb 8 16:59 .git [2023-02-08T16:59:58.374Z] drwxrwxr-x 3 1001 1001 4096 Feb 8 16:57 .github [2023-02-08T16:59:58.374Z] -rw-rw-r-- 1 1001 1001 1024 Feb 8 16:57 .gitignore [2023-02-08T16:59:58.374Z] -rw-rw-r-- 1 1001 1001 42 Feb 8 16:57 .golangci.yml [2023-02-08T16:59:58.374Z] -rw-rw-r-- 1 1001 1001 87 Feb 8 16:57 .hadolint.yml [2023-02-08T16:59:58.374Z] drwxr-xr-x 3 1001 1001 4096 Feb 8 16:58 .semver [2023-02-08T16:59:58.374Z] -rw-rw-r-- 1 1001 1001 166 Feb 8 16:57 .sonarcloud.properties [2023-02-08T16:59:58.374Z] -rw-rw-r-- 1 1001 1001 1171 Feb 8 16:57 ADOPTERS.md [2023-02-08T16:59:58.374Z] -rw-rw-r-- 1 1001 1001 10825 Feb 8 16:57 Attribution.txt [2023-02-08T16:59:58.374Z] -rw-rw-r-- 1 1001 1001 73765 Feb 8 16:57 CHANGELOG.md [2023-02-08T16:59:58.374Z] -rw-rw-r-- 1 1001 1001 3804 Feb 8 16:57 CONTRIBUTING.md [2023-02-08T16:59:58.374Z] -rw-rw-r-- 1 1001 1001 677 Feb 8 16:57 GOVERNANCE.md [2023-02-08T16:59:58.374Z] -rw-rw-r-- 1 1001 1001 850 Feb 8 16:57 Jenkinsfile [2023-02-08T16:59:58.374Z] -rw-rw-r-- 1 1001 1001 10775 Feb 8 16:57 LICENSE [2023-02-08T16:59:58.374Z] -rw-rw-r-- 1 1001 1001 13375 Feb 8 16:57 Makefile [2023-02-08T16:59:58.374Z] -rw-rw-r-- 1 1001 1001 582 Feb 8 16:57 OWNERS.md [2023-02-08T16:59:58.374Z] -rw-rw-r-- 1 1001 1001 9403 Feb 8 16:57 README.md [2023-02-08T16:59:58.374Z] -rw-rw-r-- 1 1001 1001 6912 Feb 8 16:57 SECURITY.md [2023-02-08T16:59:58.374Z] -rw-rw-r-- 1 1001 1001 12 Feb 8 16:58 VERSION [2023-02-08T16:59:58.374Z] drwxrwxr-x 2 1001 1001 4096 Feb 8 16:57 bin [2023-02-08T16:59:58.374Z] drwxrwxr-x 17 1001 1001 4096 Feb 8 16:57 cmd [2023-02-08T16:59:58.374Z] -rw-r--r-- 1 root root 487956 Feb 8 16:59 coverage.out [2023-02-08T16:59:58.374Z] -rw-rw-r-- 1 1001 1001 3294 Feb 8 16:57 go.mod [2023-02-08T16:59:58.374Z] -rw-rw-r-- 1 1001 1001 33316 Feb 8 16:57 go.sum [2023-02-08T16:59:58.374Z] drwxrwxr-x 7 1001 1001 4096 Feb 8 16:57 internal [2023-02-08T16:59:58.374Z] drwxrwxr-x 3 1001 1001 4096 Feb 8 16:57 openapi [2023-02-08T16:59:58.374Z] drwxrwxr-x 4 1001 1001 4096 Feb 8 16:57 snap [2023-02-08T16:59:58.374Z] -rw-rw-r-- 1 1001 1001 204 Feb 8 16:57 version.go [Pipeline] sh [2023-02-08T16:59:58.661Z] + '[' -e coverage.out ] [2023-02-08T16:59:58.661Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-02-08T16:59:58.797Z] Stashed 1 file(s) [Pipeline] sh [2023-02-08T16:59:59.093Z] + make build [2023-02-08T16:59:59.093Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.41" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-02-08T17:00:11.400Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.41" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-02-08T17:00:11.400Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.41" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-02-08T17:00:11.771Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-5145 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2023-02-08T17:00:11.783Z] Running in /w/workspace/edgex-go/400 [Pipeline] { [Pipeline] checkout [2023-02-08T17:00:11.816Z] The recommended git tool is: git [2023-02-08T17:00:12.333Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.41" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-02-08T17:00:13.264Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.41" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-02-08T17:00:17.042Z] using credential edgex-jenkins-ssh [2023-02-08T17:00:17.065Z] Cloning the remote Git repository [2023-02-08T17:00:17.112Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-02-08T17:00:17.187Z] > git init /w/workspace/edgex-go/400 # timeout=10 [2023-02-08T17:00:17.347Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-02-08T17:00:17.348Z] > git --version # timeout=10 [2023-02-08T17:00:17.370Z] > git --version # 'git version 2.25.1' [2023-02-08T17:00:17.371Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-08T17:00:17.436Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-08T17:00:19.820Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.41" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-02-08T17:00:21.733Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.41" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-02-08T17:00:22.300Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.41" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-02-08T17:00:23.675Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.41" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-02-08T17:00:24.241Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.41" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-02-08T17:00:25.175Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.41" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-02-08T17:00:27.791Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.41" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-02-08T17:00:28.763Z] $ docker stop --time=1 ab8e6c23988fc84817692d2fba89d1626f38fc3733b39a54afd13b9c7fafd095 [2023-02-08T17:00:33.300Z] $ docker rm -f --volumes ab8e6c23988fc84817692d2fba89d1626f38fc3733b39a54afd13b9c7fafd095 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:00:34.150Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-08T17:00:34.151Z] [2023-02-08T17:00:34.151Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:00:34.443Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-08T17:00:34.443Z] latest: Pulling from edgex-devops/edgex-compose [2023-02-08T17:00:34.443Z] cbdbe7a5bc2a: Pulling fs layer [2023-02-08T17:00:34.443Z] ca9280d653b3: Pulling fs layer [2023-02-08T17:00:34.443Z] 7e9c9ca2126c: Pulling fs layer [2023-02-08T17:00:34.709Z] cbdbe7a5bc2a: Download complete [2023-02-08T17:00:34.709Z] cbdbe7a5bc2a: Pull complete [2023-02-08T17:00:34.971Z] ca9280d653b3: Verifying Checksum [2023-02-08T17:00:34.971Z] ca9280d653b3: Download complete [2023-02-08T17:00:35.229Z] 7e9c9ca2126c: Download complete [2023-02-08T17:00:35.229Z] ca9280d653b3: Pull complete [2023-02-08T17:00:35.962Z] Avoid second fetch [2023-02-08T17:00:35.963Z] Checking out Revision fd143bca65ac0d1bc15f90e7e7129bfbe164c660 (main) [2023-02-08T17:00:35.077Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-02-08T17:00:35.104Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-08T17:00:35.980Z] > git config core.sparsecheckout # timeout=10 [2023-02-08T17:00:36.000Z] > git checkout -f fd143bca65ac0d1bc15f90e7e7129bfbe164c660 # timeout=10 [2023-02-08T17:00:36.636Z] Commit message: "feat: Vault tokens are now identity-based instead of anonymous (#4327)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-08T17:00:37.595Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-02-08T17:00:37.595Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-08T17:00:37.595Z] Dload Upload Total Spent Left Speed [2023-02-08T17:00:37.595Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 214k 0 --:--:-- --:--:-- --:--:-- 214k [Pipeline] sh [2023-02-08T17:00:38.209Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-02-08T17:00:38.507Z] 7e9c9ca2126c: Pull complete [2023-02-08T17:00:38.507Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-02-08T17:00:38.507Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-08T17:00:38.507Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-08T17:00:38.543Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-02-08T17:00:38.544Z] + sudo tee /etc/docker/daemon.new [2023-02-08T17:00:38.544Z] { [2023-02-08T17:00:38.544Z] "registry-mirrors": [ [2023-02-08T17:00:38.544Z] "https://nexus3.edgexfoundry.org:10001" [2023-02-08T17:00:38.544Z] ], [2023-02-08T17:00:38.544Z] "bip": "10.250.0.254/24", [2023-02-08T17:00:38.544Z] "hosts": [ [2023-02-08T17:00:38.544Z] "tcp://0.0.0.0:5555", [2023-02-08T17:00:38.544Z] "unix:///var/run/docker.sock" [2023-02-08T17:00:38.544Z] ], [2023-02-08T17:00:38.544Z] "mtu": 1458, [2023-02-08T17:00:38.544Z] "selinux-enabled": true, [2023-02-08T17:00:38.544Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-02-08T17:00:38.544Z] } [2023-02-08T17:00:38.582Z] prd-ubuntu20.04-docker-8c-8g-5144 does not seem to be running inside a container [2023-02-08T17:00:38.634Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/400 -v /w/workspace/edgex-go/400:/w/workspace/edgex-go/400:rw,z -v /w/workspace/edgex-go/400@tmp:/w/workspace/edgex-go/400@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-02-08T17:00:40.665Z] $ docker top cf4c0433f434fa7106a0795053d69892d545d8fc22290e8fca0481e504a48003 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2023-02-08T17:00:41.049Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-02-08T17:00:41.074Z] + docker-compose build --help [2023-02-08T17:00:41.074Z] + grep parallel [2023-02-08T17:00:41.387Z] + sudo service docker restart [2023-02-08T17:00:41.640Z] --parallel Build images in parallel. [Pipeline] } [2023-02-08T17:00:41.656Z] $ docker stop --time=1 cf4c0433f434fa7106a0795053d69892d545d8fc22290e8fca0481e504a48003 [2023-02-08T17:00:42.919Z] $ docker rm -f --volumes cf4c0433f434fa7106a0795053d69892d545d8fc22290e8fca0481e504a48003 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:00:43.309Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-08T17:00:43.309Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-08T17:00:43.380Z] prd-ubuntu20.04-docker-8c-8g-5144 does not seem to be running inside a container [2023-02-08T17:00:43.410Z] $ 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/400 -v /w/workspace/edgex-go/400:/w/workspace/edgex-go/400:rw,z -v /w/workspace/edgex-go/400@tmp:/w/workspace/edgex-go/400@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-02-08T17:00:43.748Z] $ docker top 1749084b5127abd23d355a38a65cdc7d0f0e68b9af54c6fa713a9b4739246f56 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-08T17:00:44.082Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-02-08T17:00:44.649Z] Building core-command ... [2023-02-08T17:00:44.649Z] Building core-common-config-bootstrapper ... [2023-02-08T17:00:44.649Z] Building core-data ... [2023-02-08T17:00:44.649Z] Building core-metadata ... [2023-02-08T17:00:44.649Z] Building security-bootstrapper ... [2023-02-08T17:00:44.649Z] Building security-proxy-setup ... [2023-02-08T17:00:44.649Z] Building security-secretstore-setup ... [2023-02-08T17:00:44.649Z] Building security-spiffe-token-provider ... [2023-02-08T17:00:44.649Z] Building security-spire-agent ... [2023-02-08T17:00:44.649Z] Building security-spire-config ... [2023-02-08T17:00:44.649Z] Building security-spire-server ... [2023-02-08T17:00:44.649Z] Building support-notifications ... [2023-02-08T17:00:44.649Z] Building support-scheduler ... [2023-02-08T17:00:44.649Z] Building security-bootstrapper [2023-02-08T17:00:44.649Z] Building security-secretstore-setup [2023-02-08T17:00:44.649Z] Building security-spire-config [2023-02-08T17:00:44.649Z] Building core-common-config-bootstrapper [2023-02-08T17:00:44.649Z] Building security-proxy-setup [2023-02-08T17:00:54.625Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-08T17:00:54.625Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-08T17:00:54.625Z] ---> 404e37312ef0 [2023-02-08T17:00:54.625Z] Step 3/24 : WORKDIR /edgex-go [2023-02-08T17:00:54.625Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-08T17:00:54.625Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-08T17:00:54.625Z] ---> 404e37312ef0 [2023-02-08T17:00:54.625Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-08T17:00:54.625Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-08T17:00:54.625Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-02-08T17:00:54.625Z] ---> 404e37312ef0 [2023-02-08T17:00:54.625Z] Step 3/32 : WORKDIR /edgex-go [2023-02-08T17:00:54.625Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-08T17:00:54.625Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-02-08T17:00:54.625Z] ---> 404e37312ef0 [2023-02-08T17:00:54.625Z] Step 3/21 : WORKDIR /edgex-go [2023-02-08T17:00:56.003Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-08T17:00:56.003Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-08T17:00:56.003Z] ---> 404e37312ef0 [2023-02-08T17:00:56.003Z] Step 3/24 : WORKDIR /edgex-go [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-08T17:00:59.623Z] provisioning config files... [2023-02-08T17:00:59.644Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/400@tmp/config234829736626577331tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-08T17:00:59.982Z] ---> docker-login.sh [2023-02-08T17:00:59.982Z] nexus3.edgexfoundry.org:10001 [2023-02-08T17:01:00.251Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-08T17:01:00.520Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-08T17:01:00.520Z] Configure a credential helper to remove this warning. See [2023-02-08T17:01:00.520Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-08T17:01:00.520Z] [2023-02-08T17:01:00.520Z] Login Succeeded [2023-02-08T17:01:00.520Z] nexus3.edgexfoundry.org:10002 [2023-02-08T17:01:00.788Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-08T17:01:00.788Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-08T17:01:00.788Z] Configure a credential helper to remove this warning. See [2023-02-08T17:01:00.788Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-08T17:01:00.788Z] [2023-02-08T17:01:00.788Z] Login Succeeded [2023-02-08T17:01:00.788Z] nexus3.edgexfoundry.org:10003 [2023-02-08T17:01:01.056Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-08T17:01:01.056Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-08T17:01:01.056Z] Configure a credential helper to remove this warning. See [2023-02-08T17:01:01.056Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-08T17:01:01.056Z] [2023-02-08T17:01:01.056Z] Login Succeeded [2023-02-08T17:01:01.324Z] nexus3.edgexfoundry.org:10004 [2023-02-08T17:01:01.324Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-08T17:01:01.592Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-08T17:01:01.592Z] Configure a credential helper to remove this warning. See [2023-02-08T17:01:01.592Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-08T17:01:01.592Z] [2023-02-08T17:01:01.592Z] Login Succeeded [2023-02-08T17:01:01.592Z] docker.io [2023-02-08T17:01:01.860Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-08T17:01:02.127Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-08T17:01:02.127Z] Configure a credential helper to remove this warning. See [2023-02-08T17:01:02.127Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-08T17:01:02.127Z] [2023-02-08T17:01:02.127Z] Login Succeeded [2023-02-08T17:01:02.127Z] ---> docker-login.sh ends [Pipeline] } [2023-02-08T17:01:02.142Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-02-08T17:01:02.702Z] + git config --global --add safe.directory /w/workspace/edgex-go/400 [Pipeline] echo [2023-02-08T17:01:02.720Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-08T17:01:02.736Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-08T17:01:02.747Z] ========================================================= [2023-02-08T17:01:02.747Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-02-08T17:01:02.747Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-02-08T17:01:03.065Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-08T17:01:03.065Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-02-08T17:01:03.065Z] 9b18e9b68314: Pulling fs layer [2023-02-08T17:01:03.065Z] 35d82f9e3411: Pulling fs layer [2023-02-08T17:01:03.065Z] e16973657156: Pulling fs layer [2023-02-08T17:01:03.065Z] fc693d55d65f: Pulling fs layer [2023-02-08T17:01:03.065Z] 7e9fc2657dce: Pulling fs layer [2023-02-08T17:01:03.065Z] dda99020689f: Pulling fs layer [2023-02-08T17:01:03.065Z] db1c61fa0a46: Pulling fs layer [2023-02-08T17:01:03.065Z] 891c053d2c06: Pulling fs layer [2023-02-08T17:01:03.065Z] fc693d55d65f: Waiting [2023-02-08T17:01:03.065Z] dda99020689f: Waiting [2023-02-08T17:01:03.065Z] 7e9fc2657dce: Waiting [2023-02-08T17:01:03.066Z] db1c61fa0a46: Waiting [2023-02-08T17:01:03.066Z] 891c053d2c06: Waiting [2023-02-08T17:01:03.066Z] e16973657156: Download complete [2023-02-08T17:01:03.345Z] 35d82f9e3411: Verifying Checksum [2023-02-08T17:01:03.345Z] 35d82f9e3411: Download complete [2023-02-08T17:01:03.345Z] 7e9fc2657dce: Verifying Checksum [2023-02-08T17:01:03.345Z] 7e9fc2657dce: Download complete [2023-02-08T17:01:03.345Z] dda99020689f: Verifying Checksum [2023-02-08T17:01:03.345Z] dda99020689f: Download complete [2023-02-08T17:01:03.345Z] 9b18e9b68314: Verifying Checksum [2023-02-08T17:01:03.345Z] 9b18e9b68314: Download complete [2023-02-08T17:01:04.119Z] ---> Running in 33eaac2d3c4d [2023-02-08T17:01:04.119Z] ---> Running in 6e1b7c2af3cf [2023-02-08T17:01:04.119Z] ---> Running in 7c98158f6778 [2023-02-08T17:01:04.119Z] ---> Running in 8e961301f72e [2023-02-08T17:01:04.119Z] ---> Running in 436122a9f115 [2023-02-08T17:01:04.119Z] Removing intermediate container 6e1b7c2af3cf [2023-02-08T17:01:04.119Z] ---> 157242f49226 [2023-02-08T17:01:04.119Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-02-08T17:01:04.119Z] Removing intermediate container 7c98158f6778 [2023-02-08T17:01:04.119Z] ---> a2f14fb85787 [2023-02-08T17:01:04.119Z] Step 4/22 : WORKDIR /edgex-go [2023-02-08T17:01:04.119Z] Removing intermediate container 33eaac2d3c4d [2023-02-08T17:01:04.119Z] Removing intermediate container 8e961301f72e [2023-02-08T17:01:04.119Z] ---> 2753f4e18b2f [2023-02-08T17:01:04.119Z] Step 4/21 : RUN apk add --update --no-cache make git ---> 2f8b8fc50959 [2023-02-08T17:01:04.119Z] [2023-02-08T17:01:04.119Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-02-08T17:01:04.119Z] Removing intermediate container 436122a9f115 [2023-02-08T17:01:04.119Z] ---> 2b47a51b40f5 [2023-02-08T17:01:04.119Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-08T17:01:04.119Z] ---> Running in f61df3b30fb4 [2023-02-08T17:01:04.119Z] ---> Running in 6664de6c9e9b [2023-02-08T17:01:04.119Z] ---> Running in bbecc6ef8f0a [2023-02-08T17:01:04.119Z] ---> Running in 1608a90967e3 [2023-02-08T17:01:04.119Z] ---> Running in afe4797fc59c [2023-02-08T17:01:04.119Z] Removing intermediate container 6664de6c9e9b [2023-02-08T17:01:04.119Z] ---> 3f87b047f6f6 [2023-02-08T17:01:04.119Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-08T17:01:04.119Z] ---> Running in ae36462bbcc3 [2023-02-08T17:01:04.119Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-08T17:01:04.119Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-08T17:01:04.119Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-08T17:01:04.119Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-08T17:01:04.119Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-08T17:01:04.330Z] 9b18e9b68314: Pull complete [2023-02-08T17:01:04.330Z] 891c053d2c06: Verifying Checksum [2023-02-08T17:01:04.330Z] 891c053d2c06: Download complete [2023-02-08T17:01:04.935Z] 35d82f9e3411: Pull complete [2023-02-08T17:01:05.207Z] e16973657156: Pull complete [2023-02-08T17:01:05.474Z] db1c61fa0a46: Verifying Checksum [2023-02-08T17:01:05.474Z] db1c61fa0a46: Download complete [2023-02-08T17:01:06.063Z] fc693d55d65f: Verifying Checksum [2023-02-08T17:01:06.063Z] fc693d55d65f: Download complete [2023-02-08T17:01:06.657Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-08T17:01:06.657Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-08T17:01:06.657Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-08T17:01:06.657Z] OK: 211 MiB in 51 packages [2023-02-08T17:01:06.657Z] OK: 211 MiB in 51 packages [2023-02-08T17:01:06.657Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-08T17:01:06.657Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-08T17:01:06.915Z] OK: 211 MiB in 51 packages [2023-02-08T17:01:06.915Z] OK: 211 MiB in 51 packages [2023-02-08T17:01:06.915Z] OK: 211 MiB in 51 packages [2023-02-08T17:01:06.915Z] Removing intermediate container f61df3b30fb4 [2023-02-08T17:01:06.915Z] ---> 49471b2da8d3 [2023-02-08T17:01:06.915Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-08T17:01:07.173Z] ---> 5f05bb72c5ec [2023-02-08T17:01:07.173Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-08T17:01:07.173Z] ---> Running in bb01566edb5e [2023-02-08T17:01:07.431Z] Removing intermediate container bbecc6ef8f0a [2023-02-08T17:01:07.431Z] ---> d96d07b6892b [2023-02-08T17:01:07.431Z] Step 5/32 : COPY go.mod vendor* ./ [2023-02-08T17:01:07.431Z] Removing intermediate container 1608a90967e3 [2023-02-08T17:01:07.431Z] ---> a83ce1cec3b4 [2023-02-08T17:01:07.431Z] Step 5/21 : COPY go.mod vendor* ./ [2023-02-08T17:01:07.431Z] Removing intermediate container ae36462bbcc3 [2023-02-08T17:01:07.431Z] ---> 0fab5e5583ec [2023-02-08T17:01:07.431Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-08T17:01:07.431Z] ---> 1cfb17015009 [2023-02-08T17:01:07.431Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-08T17:01:07.431Z] ---> Running in cd343fd34a2e [2023-02-08T17:01:07.431Z] ---> 48ccec88e75f [2023-02-08T17:01:07.431Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-08T17:01:07.431Z] Removing intermediate container afe4797fc59c [2023-02-08T17:01:07.431Z] ---> e5531047caeb [2023-02-08T17:01:07.431Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-08T17:01:07.688Z] ---> Running in e3e9bbec3eb4 [2023-02-08T17:01:07.688Z] ---> eeb6889b353f [2023-02-08T17:01:07.688Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-08T17:01:07.688Z] ---> Running in 85a681d864f4 [2023-02-08T17:01:07.688Z] ---> 1a321f9ea62b [2023-02-08T17:01:07.688Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-08T17:01:07.688Z] ---> Running in 885ae91fac1e [2023-02-08T17:01:18.388Z] fc693d55d65f: Pull complete [2023-02-08T17:01:18.388Z] 7e9fc2657dce: Pull complete [2023-02-08T17:01:18.388Z] dda99020689f: Pull complete [2023-02-08T17:01:23.751Z] db1c61fa0a46: Pull complete [2023-02-08T17:01:25.165Z] 891c053d2c06: Pull complete [2023-02-08T17:01:25.165Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-02-08T17:01:25.165Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-08T17:01:25.165Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-02-08T17:01:25.500Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-08T17:01:25.500Z] WORKDIR /edgex [2023-02-08T17:01:25.500Z] COPY go.mod . [2023-02-08T17:01:25.500Z] RUN go mod download [2023-02-08T17:01:25.500Z] + docker build -t ci-base-image-arm64 -f - . [2023-02-08T17:01:26.085Z] Sending build context to Docker daemon 3.106MB [2023-02-08T17:01:26.085Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-08T17:01:26.085Z] ---> f96f9c87975a [2023-02-08T17:01:26.085Z] Step 2/4 : WORKDIR /edgex [2023-02-08T17:01:28.053Z] ---> Running in fde89e3e1c92 [2023-02-08T17:01:28.053Z] Removing intermediate container fde89e3e1c92 [2023-02-08T17:01:28.053Z] ---> 8dad80cc6d67 [2023-02-08T17:01:28.053Z] Step 3/4 : COPY go.mod . [2023-02-08T17:01:28.639Z] ---> ebb3d20c48aa [2023-02-08T17:01:28.639Z] Step 4/4 : RUN go mod download [2023-02-08T17:01:28.639Z] ---> Running in ec473787238b [2023-02-08T17:02:01.054Z] Removing intermediate container ec473787238b [2023-02-08T17:02:01.054Z] ---> 45b6f34113c1 [2023-02-08T17:02:01.054Z] Successfully built 45b6f34113c1 [2023-02-08T17:02:01.054Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:02:01.649Z] + docker inspect -f . ci-base-image-arm64 [2023-02-08T17:02:01.649Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-08T17:02:01.832Z] prd-ubuntu20.04-docker-arm64-4c-16g-5145 does not seem to be running inside a container [2023-02-08T17:02:01.902Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/400 -v /w/workspace/edgex-go/400:/w/workspace/edgex-go/400:rw,z -v /w/workspace/edgex-go/400@tmp:/w/workspace/edgex-go/400@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-08T17:02:03.070Z] $ docker top 86b3738005035af61bf8e47c2abcd304aecb88ec3d6aaa24c5f46874f904f07e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-08T17:02:03.882Z] + go version [2023-02-08T17:02:03.882Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-02-08T17:02:03.904Z] $ docker stop --time=1 86b3738005035af61bf8e47c2abcd304aecb88ec3d6aaa24c5f46874f904f07e [2023-02-08T17:02:05.505Z] $ docker rm -f --volumes 86b3738005035af61bf8e47c2abcd304aecb88ec3d6aaa24c5f46874f904f07e [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-02-08T17:02:06.062Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-08T17:02:06.062Z] [2023-02-08T17:02:06.062Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:02:06.400Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-08T17:02:06.400Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-02-08T17:02:06.400Z] 29e5d40040c1: Pulling fs layer [2023-02-08T17:02:06.400Z] 1ce36da41761: Pulling fs layer [2023-02-08T17:02:06.400Z] 25b303627fd3: Pulling fs layer [2023-02-08T17:02:06.672Z] 29e5d40040c1: Download complete [2023-02-08T17:02:06.941Z] 1ce36da41761: Verifying Checksum [2023-02-08T17:02:06.941Z] 1ce36da41761: Download complete [2023-02-08T17:02:07.206Z] 29e5d40040c1: Pull complete [2023-02-08T17:02:08.612Z] 25b303627fd3: Verifying Checksum [2023-02-08T17:02:08.612Z] 25b303627fd3: Download complete [2023-02-08T17:02:08.612Z] 1ce36da41761: Pull complete [2023-02-08T17:02:15.418Z] Removing intermediate container e3e9bbec3eb4 [2023-02-08T17:02:15.418Z] ---> b04449f9edcd [2023-02-08T17:02:15.418Z] Step 7/21 : COPY . . [2023-02-08T17:02:15.418Z] Removing intermediate container 85a681d864f4 [2023-02-08T17:02:15.418Z] ---> d7bda86e7c89 [2023-02-08T17:02:15.418Z] Step 8/22 : COPY . . [2023-02-08T17:02:15.418Z] Removing intermediate container 885ae91fac1e [2023-02-08T17:02:15.418Z] ---> 6cecccb875e9 [2023-02-08T17:02:15.418Z] Step 7/24 : COPY . . [2023-02-08T17:02:15.418Z] Removing intermediate container bb01566edb5e [2023-02-08T17:02:15.418Z] ---> f1fa1fa62d4b [2023-02-08T17:02:15.418Z] Step 7/24 : COPY . . [2023-02-08T17:02:15.418Z] Removing intermediate container cd343fd34a2e [2023-02-08T17:02:15.418Z] ---> d84dbd2339f3 [2023-02-08T17:02:15.418Z] Step 7/32 : COPY . . [2023-02-08T17:02:18.700Z] 25b303627fd3: Pull complete [2023-02-08T17:02:18.700Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-02-08T17:02:18.700Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-08T17:02:18.700Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-08T17:02:18.878Z] prd-ubuntu20.04-docker-arm64-4c-16g-5145 does not seem to be running inside a container [2023-02-08T17:02:18.946Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/400 -v /w/workspace/edgex-go/400:/w/workspace/edgex-go/400:rw,z -v /w/workspace/edgex-go/400@tmp:/w/workspace/edgex-go/400@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-02-08T17:02:20.684Z] ---> f6e0d0ae3d9f [2023-02-08T17:02:20.684Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-08T17:02:20.684Z] ---> 2c9d02c75650 [2023-02-08T17:02:20.684Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-02-08T17:02:20.684Z] ---> eee509598c82 [2023-02-08T17:02:20.685Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-02-08T17:02:20.685Z] ---> 992e41b739f9 [2023-02-08T17:02:20.685Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-02-08T17:02:20.685Z] ---> 71f7d49f7872 [2023-02-08T17:02:20.685Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-02-08T17:02:20.685Z] ---> Running in bb9f33b82d64 [2023-02-08T17:02:20.685Z] ---> Running in 33b9d10c1535 [2023-02-08T17:02:20.685Z] ---> Running in 25bcf16ca4af [2023-02-08T17:02:20.685Z] ---> Running in d5dc629f737d [2023-02-08T17:02:20.685Z] ---> Running in 9715971e06c5 [2023-02-08T17:02:20.685Z] Removing intermediate container bb9f33b82d64 [2023-02-08T17:02:20.685Z] ---> 2cf754e12c0d [2023-02-08T17:02:20.685Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-08T17:02:20.685Z] ---> Running in 83670a56dc2d [2023-02-08T17:02:20.685Z] Removing intermediate container 83670a56dc2d [2023-02-08T17:02:20.685Z] ---> f25f385d25f8 [2023-02-08T17:02:20.685Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-08T17:02:20.685Z] ---> Running in f94be551b3c4 [2023-02-08T17:02:20.940Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.41" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-02-08T17:02:20.940Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.41" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-02-08T17:02:21.026Z] $ docker top 0b740107734d640981412b463e670f277b0885fc388e15cc2b811c1995607d5b -eo pid,comm [2023-02-08T17:02:21.197Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.41" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-02-08T17:02:21.197Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.41" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [Pipeline] { [Pipeline] sh [2023-02-08T17:02:21.763Z] Removing intermediate container f94be551b3c4 [2023-02-08T17:02:21.763Z] ---> a0626cb636c0 [2023-02-08T17:02:21.763Z] Step 11/24 : WORKDIR /edgex-go [2023-02-08T17:02:21.763Z] ---> Running in 2a313c1ea793 [2023-02-08T17:02:21.844Z] + docker-compose build --help [2023-02-08T17:02:21.845Z] + grep parallel [2023-02-08T17:02:22.027Z] Removing intermediate container 2a313c1ea793 [2023-02-08T17:02:22.027Z] ---> 956f4cd226e9 [2023-02-08T17:02:22.027Z] [2023-02-08T17:02:22.027Z] Step 12/24 : FROM alpine:3.15 [2023-02-08T17:02:22.027Z] 3.15: Pulling from library/alpine [2023-02-08T17:02:22.593Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-02-08T17:02:22.593Z] Status: Downloaded newer image for alpine:3.15 [2023-02-08T17:02:22.593Z] ---> c4fc93816858 [2023-02-08T17:02:22.593Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-08T17:02:22.857Z] ---> Running in 74af3c7c3a28 [2023-02-08T17:02:23.114Z] Removing intermediate container 74af3c7c3a28 [2023-02-08T17:02:23.114Z] ---> 5a8947d91e82 [2023-02-08T17:02:23.114Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-02-08T17:02:23.114Z] ---> Running in 826e2b3dd45a [2023-02-08T17:02:24.048Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-08T17:02:24.306Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-08T17:02:24.563Z] v3.15.6-295-g1d57d748550 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-08T17:02:24.563Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-08T17:02:24.563Z] OK: 15859 distinct packages available [2023-02-08T17:02:24.563Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-08T17:02:24.821Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-08T17:02:25.078Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-02-08T17:02:25.078Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-02-08T17:02:25.078Z] (3/4) Installing libucontext (1.1-r0) [2023-02-08T17:02:25.078Z] (4/4) Installing gcompat (1.0.0-r4) [2023-02-08T17:02:25.078Z] Executing busybox-1.34.1-r7.trigger [2023-02-08T17:02:25.078Z] OK: 6 MiB in 18 packages [2023-02-08T17:02:26.094Z] --parallel Build images in parallel. [Pipeline] } [2023-02-08T17:02:26.117Z] $ docker stop --time=1 0b740107734d640981412b463e670f277b0885fc388e15cc2b811c1995607d5b [2023-02-08T17:02:26.489Z] Removing intermediate container 826e2b3dd45a [2023-02-08T17:02:26.489Z] ---> b4cec5a7c47d [2023-02-08T17:02:26.489Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-08T17:02:27.752Z] $ docker rm -f --volumes 0b740107734d640981412b463e670f277b0885fc388e15cc2b811c1995607d5b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:02:28.258Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-08T17:02:28.258Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-08T17:02:28.428Z] prd-ubuntu20.04-docker-arm64-4c-16g-5145 does not seem to be running inside a container [2023-02-08T17:02:28.493Z] $ 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/400 -v /w/workspace/edgex-go/400:/w/workspace/edgex-go/400:rw,z -v /w/workspace/edgex-go/400@tmp:/w/workspace/edgex-go/400@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-02-08T17:02:29.592Z] $ docker top 8e62a9fa477c801140e68f11b4660a76131ee5c59710ab796287eb622af3ee26 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-08T17:02:30.074Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-02-08T17:02:34.319Z] Building core-command ... [2023-02-08T17:02:34.319Z] Building core-common-config-bootstrapper ... [2023-02-08T17:02:34.319Z] Building core-data ... [2023-02-08T17:02:34.319Z] Building core-metadata ... [2023-02-08T17:02:34.319Z] Building security-bootstrapper ... [2023-02-08T17:02:34.319Z] Building security-proxy-setup ... [2023-02-08T17:02:34.319Z] Building security-secretstore-setup ... [2023-02-08T17:02:34.319Z] Building security-spiffe-token-provider ... [2023-02-08T17:02:34.319Z] Building security-spire-agent ... [2023-02-08T17:02:34.319Z] Building security-spire-config ... [2023-02-08T17:02:34.319Z] Building security-spire-server ... [2023-02-08T17:02:34.319Z] Building support-notifications ... [2023-02-08T17:02:34.319Z] Building support-scheduler ... [2023-02-08T17:02:34.319Z] Building security-secretstore-setup [2023-02-08T17:02:34.319Z] Building security-spire-config [2023-02-08T17:02:34.319Z] Building security-spire-agent [2023-02-08T17:02:34.319Z] Building security-spire-server [2023-02-08T17:02:34.319Z] Building security-spiffe-token-provider [2023-02-08T17:02:36.504Z] ---> fc2c52335d0d [2023-02-08T17:02:36.504Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-02-08T17:02:37.443Z] ---> ebe3685f12c9 [2023-02-08T17:02:37.443Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-02-08T17:02:37.702Z] ---> Running in 2c137bbe47a1 [2023-02-08T17:02:37.966Z] Removing intermediate container 2c137bbe47a1 [2023-02-08T17:02:37.966Z] ---> 58e9be11a300 [2023-02-08T17:02:37.966Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-02-08T17:02:38.248Z] ---> d5dc40e902e4 [2023-02-08T17:02:38.248Z] Step 19/24 : WORKDIR / [2023-02-08T17:02:38.509Z] ---> Running in 5553d8f9cabb [2023-02-08T17:02:38.795Z] Removing intermediate container 5553d8f9cabb [2023-02-08T17:02:38.795Z] ---> f905c8faecc6 [2023-02-08T17:02:38.795Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-08T17:02:39.055Z] ---> Running in 508cb6c04021 [2023-02-08T17:02:39.714Z] Removing intermediate container 508cb6c04021 [2023-02-08T17:02:39.714Z] ---> 28901408f274 [2023-02-08T17:02:39.714Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-08T17:02:39.714Z] ---> Running in cae6b4d5db0d [2023-02-08T17:02:39.972Z] Removing intermediate container cae6b4d5db0d [2023-02-08T17:02:39.973Z] ---> db24d29186be [2023-02-08T17:02:39.973Z] Step 22/24 : LABEL arch=x86_64 [2023-02-08T17:02:39.973Z] ---> Running in fb061d23a430 [2023-02-08T17:02:40.231Z] Removing intermediate container fb061d23a430 [2023-02-08T17:02:40.231Z] ---> b349048c8cc5 [2023-02-08T17:02:40.232Z] Step 23/24 : LABEL git_sha=fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:02:40.232Z] ---> Running in 551289377dbd [2023-02-08T17:02:40.799Z] Removing intermediate container 551289377dbd [2023-02-08T17:02:40.799Z] ---> a164014e2708 [2023-02-08T17:02:40.799Z] Step 24/24 : LABEL version=3.0.0-dev.41 [2023-02-08T17:02:40.799Z] ---> Running in 57b41e92fbec [2023-02-08T17:02:41.374Z] Removing intermediate container 57b41e92fbec [2023-02-08T17:02:41.374Z] ---> 671210305822 [2023-02-08T17:02:41.374Z] [2023-02-08T17:02:41.374Z] Successfully built 671210305822 [2023-02-08T17:02:41.374Z] Successfully tagged security-spire-config:latest [2023-02-08T17:02:41.374Z]  Building security-spire-config ... done Building security-spiffe-token-provider [2023-02-08T17:02:44.395Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-08T17:02:44.395Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-08T17:02:44.395Z] ---> 45b6f34113c1 [2023-02-08T17:02:44.395Z] Step 3/24 : WORKDIR /edgex-go [2023-02-08T17:02:44.669Z] ---> Running in 3a66523f78e9 [2023-02-08T17:02:44.669Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-08T17:02:44.669Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-08T17:02:44.669Z] ---> 45b6f34113c1 [2023-02-08T17:02:44.669Z] Step 3/23 : WORKDIR /edgex-go [2023-02-08T17:02:44.936Z] ---> Running in 62181a567e6b [2023-02-08T17:02:45.206Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-08T17:02:45.206Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-08T17:02:45.206Z] ---> 45b6f34113c1 [2023-02-08T17:02:45.206Z] Step 3/24 : WORKDIR /edgex-go [2023-02-08T17:02:45.206Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-08T17:02:45.206Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-08T17:02:45.206Z] ---> 45b6f34113c1 [2023-02-08T17:02:45.206Z] Step 3/24 : WORKDIR /edgex-go [2023-02-08T17:02:45.206Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-08T17:02:45.206Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-02-08T17:02:45.206Z] ---> 45b6f34113c1 [2023-02-08T17:02:45.206Z] Step 3/19 : WORKDIR /edgex-go [2023-02-08T17:02:45.206Z] ---> Running in c0ffe718c94f [2023-02-08T17:02:45.206Z] ---> Running in 6127db77dd29 [2023-02-08T17:02:45.480Z] Removing intermediate container 3a66523f78e9 [2023-02-08T17:02:45.480Z] ---> 399eec03af7f [2023-02-08T17:02:45.480Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-08T17:02:45.480Z] ---> Running in 0d607a38e39b [2023-02-08T17:02:45.480Z] ---> Running in 6d1c545155e5 [2023-02-08T17:02:45.631Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-08T17:02:45.631Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-02-08T17:02:45.631Z] ---> 404e37312ef0 [2023-02-08T17:02:45.631Z] Step 3/19 : WORKDIR /edgex-go [2023-02-08T17:02:45.631Z] ---> Using cache [2023-02-08T17:02:45.631Z] ---> 2b47a51b40f5 [2023-02-08T17:02:45.631Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-02-08T17:02:45.751Z] Removing intermediate container 62181a567e6b [2023-02-08T17:02:45.751Z] ---> 931a18632e81 [2023-02-08T17:02:45.751Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-02-08T17:02:45.751Z] ---> Running in bd7d604e31e9 [2023-02-08T17:02:46.019Z] Removing intermediate container c0ffe718c94f [2023-02-08T17:02:46.019Z] ---> 834310ae1f23 [2023-02-08T17:02:46.019Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-08T17:02:46.019Z] Removing intermediate container 6127db77dd29 [2023-02-08T17:02:46.019Z] ---> c9551cfb865e [2023-02-08T17:02:46.019Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-02-08T17:02:46.286Z] ---> Running in 4051d3c22a76 [2023-02-08T17:02:46.286Z] ---> Running in f30bd00decfd [2023-02-08T17:02:46.286Z] Removing intermediate container 0d607a38e39b [2023-02-08T17:02:46.286Z] ---> b8cd5caab6cc [2023-02-08T17:02:46.286Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-02-08T17:02:46.558Z] ---> Running in 9adf242a8e54 [2023-02-08T17:02:47.015Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.41" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-02-08T17:02:47.591Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.41" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-02-08T17:02:47.978Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-08T17:02:48.245Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-08T17:02:48.245Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-08T17:02:48.245Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-08T17:02:48.522Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-08T17:02:48.522Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-08T17:02:49.484Z] OK: 221 MiB in 51 packages [2023-02-08T17:02:49.484Z] OK: 221 MiB in 51 packages [2023-02-08T17:02:49.518Z] ---> Running in 51b9ea51f75a [2023-02-08T17:02:49.752Z] OK: 221 MiB in 51 packages [2023-02-08T17:02:50.032Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-08T17:02:50.032Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-08T17:02:50.304Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-08T17:02:50.466Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-08T17:02:50.573Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-08T17:02:50.573Z] Removing intermediate container 6d1c545155e5 [2023-02-08T17:02:50.573Z] ---> 4d7853c3859a [2023-02-08T17:02:50.573Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-08T17:02:50.726Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-08T17:02:50.984Z] v3.16.3-158-gc0082ecfbed [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-02-08T17:02:50.984Z] v3.16.3-151-gb476f155c74 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-02-08T17:02:50.984Z] OK: 17046 distinct packages available [2023-02-08T17:02:50.984Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-08T17:02:50.984Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-08T17:02:51.248Z] OK: 211 MiB in 51 packages [2023-02-08T17:02:51.561Z] OK: 221 MiB in 51 packages [2023-02-08T17:02:51.561Z] Removing intermediate container bd7d604e31e9 [2023-02-08T17:02:51.561Z] ---> 91d5b105f764 [2023-02-08T17:02:51.561Z] Step 5/23 : COPY go.mod vendor* ./ [2023-02-08T17:02:51.561Z] v3.16.3-158-gc0082ecfbed [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-02-08T17:02:51.561Z] v3.16.3-151-gb476f155c7 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-02-08T17:02:51.561Z] OK: 16903 distinct packages available [2023-02-08T17:02:51.832Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-08T17:02:51.832Z] Removing intermediate container f30bd00decfd [2023-02-08T17:02:51.832Z] ---> 895e90eed98e [2023-02-08T17:02:51.832Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-08T17:02:52.101Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-08T17:02:52.370Z] ---> ebab81e0e1de [2023-02-08T17:02:52.370Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-08T17:02:52.649Z] ---> Running in 66d8b0180122 [2023-02-08T17:02:52.649Z] ---> 97891ac5df06 [2023-02-08T17:02:52.649Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-08T17:02:52.916Z] ---> Running in e2b0f38d5a5a [2023-02-08T17:02:52.916Z] Removing intermediate container 4051d3c22a76 [2023-02-08T17:02:52.916Z] ---> 19cd8c64cebc [2023-02-08T17:02:52.916Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-08T17:02:52.916Z] OK: 221 MiB in 51 packages [2023-02-08T17:02:53.508Z] ---> 106a776c226d [2023-02-08T17:02:53.508Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-08T17:02:53.786Z] ---> Running in 132df2d42d37 [2023-02-08T17:02:53.793Z] Removing intermediate container 9715971e06c5 [2023-02-08T17:02:53.793Z] ---> 59cb9ccbc036 [2023-02-08T17:02:53.793Z] [2023-02-08T17:02:53.793Z] Step 10/22 : FROM alpine:3.16 [2023-02-08T17:02:53.793Z] Removing intermediate container 33b9d10c1535 [2023-02-08T17:02:53.793Z] ---> 4d5c041c4006 [2023-02-08T17:02:53.793Z] [2023-02-08T17:02:53.793Z] Step 9/24 : FROM alpine:3.16 [2023-02-08T17:02:53.793Z] 3.16: Pulling from library/alpine [2023-02-08T17:02:53.793Z] Removing intermediate container 25bcf16ca4af [2023-02-08T17:02:53.793Z] ---> 30ea3e5c4e2f [2023-02-08T17:02:53.793Z] [2023-02-08T17:02:53.793Z] Step 9/32 : FROM alpine:3.16 [2023-02-08T17:02:53.793Z] Removing intermediate container 51b9ea51f75a [2023-02-08T17:02:53.793Z] ---> 7726569540fd [2023-02-08T17:02:53.793Z] Step 5/19 : COPY go.mod vendor* ./ [2023-02-08T17:02:53.793Z] Removing intermediate container d5dc629f737d [2023-02-08T17:02:53.793Z] ---> 4c0f7ec85ad7 [2023-02-08T17:02:53.793Z] [2023-02-08T17:02:53.793Z] Step 9/21 : FROM alpine:3.16 [2023-02-08T17:02:53.793Z] 3.16: Pulling from library/alpine [2023-02-08T17:02:53.793Z] 3.16: Pulling from library/alpine [2023-02-08T17:02:53.793Z] 3.16: Pulling from library/alpine [2023-02-08T17:02:54.061Z] ---> 7f546efb49bc [2023-02-08T17:02:54.061Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-08T17:02:54.061Z] ---> Running in d04977f5a732 [2023-02-08T17:02:54.061Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-02-08T17:02:54.061Z] Status: Downloaded newer image for alpine:3.16 [2023-02-08T17:02:54.061Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-02-08T17:02:54.061Z] Status: Image is up to date for alpine:3.16 [2023-02-08T17:02:54.061Z] ---> bfe296a52501 [2023-02-08T17:02:54.061Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-02-08T17:02:54.061Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-02-08T17:02:54.061Z] Status: Image is up to date for alpine:3.16 [2023-02-08T17:02:54.061Z] ---> bfe296a52501 [2023-02-08T17:02:54.318Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-02-08T17:02:54.318Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-02-08T17:02:54.318Z] Status: Image is up to date for alpine:3.16 [2023-02-08T17:02:54.318Z] ---> bfe296a52501 [2023-02-08T17:02:54.318Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-02-08T17:02:54.318Z] ---> bfe296a52501 [2023-02-08T17:02:54.318Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-08T17:02:54.318Z] ---> Running in a33de184c47a [2023-02-08T17:02:54.318Z] ---> Running in 899cfee4cdea [2023-02-08T17:02:54.318Z] ---> Running in dd173e95686f [2023-02-08T17:02:54.318Z] ---> Running in c3f9aa172e8c [2023-02-08T17:02:54.318Z] Removing intermediate container 899cfee4cdea [2023-02-08T17:02:54.318Z] ---> 4c8b044380ba [2023-02-08T17:02:54.318Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-02-08T17:02:54.318Z] Removing intermediate container dd173e95686f [2023-02-08T17:02:54.318Z] ---> 275153e2660f [2023-02-08T17:02:54.318Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-02-08T17:02:54.318Z] ---> Running in dcc02349f2a9 [2023-02-08T17:02:54.318Z] ---> Running in 71ea72af2c40 [2023-02-08T17:02:54.370Z] ---> 94e1ce24ba92 [2023-02-08T17:02:54.370Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-08T17:02:54.576Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-08T17:02:54.576Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-08T17:02:54.576Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-08T17:02:54.576Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-08T17:02:54.639Z] ---> Running in 9289e906c001 [2023-02-08T17:02:54.834Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-08T17:02:54.834Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-08T17:02:54.834Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-08T17:02:54.834Z] (1/3) Installing ca-certificates (20220614-r0) [2023-02-08T17:02:54.834Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-08T17:02:54.834Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-02-08T17:02:54.834Z] (3/3) Installing su-exec (0.2-r1) [2023-02-08T17:02:54.834Z] Executing busybox-1.35.0-r17.trigger [2023-02-08T17:02:54.834Z] Executing ca-certificates-20220614-r0.trigger [2023-02-08T17:02:54.834Z] OK: 6 MiB in 17 packages [2023-02-08T17:02:54.834Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-08T17:02:54.834Z] Executing busybox-1.35.0-r17.trigger [2023-02-08T17:02:54.834Z] (1/6) Installing ca-certificates (20220614-r0) [2023-02-08T17:02:54.834Z] OK: 6 MiB in 15 packages [2023-02-08T17:02:54.905Z] Removing intermediate container 9adf242a8e54 [2023-02-08T17:02:54.905Z] ---> 522ec26447a7 [2023-02-08T17:02:54.905Z] Step 5/19 : COPY go.mod vendor* ./ [2023-02-08T17:02:55.092Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-02-08T17:02:55.092Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-02-08T17:02:55.092Z] (4/6) Installing libcurl (7.83.1-r5) [2023-02-08T17:02:55.092Z] (5/6) Installing curl (7.83.1-r5) [2023-02-08T17:02:55.092Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-02-08T17:02:55.092Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-02-08T17:02:55.092Z] (2/2) Installing su-exec (0.2-r1) [2023-02-08T17:02:55.092Z] Executing busybox-1.35.0-r17.trigger [2023-02-08T17:02:55.092Z] Executing busybox-1.35.0-r17.trigger [2023-02-08T17:02:55.092Z] Executing ca-certificates-20220614-r0.trigger [2023-02-08T17:02:55.092Z] OK: 6 MiB in 16 packages [2023-02-08T17:02:55.092Z] OK: 8 MiB in 20 packages [2023-02-08T17:02:55.687Z] Removing intermediate container dcc02349f2a9 [2023-02-08T17:02:55.687Z] ---> bdedb89c1b4d [2023-02-08T17:02:55.687Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-08T17:02:55.687Z] Removing intermediate container a33de184c47a [2023-02-08T17:02:55.687Z] ---> 7d30c5c231a1 [2023-02-08T17:02:55.687Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-08T17:02:55.687Z] ---> Running in 6e1b898f11cb [2023-02-08T17:02:55.687Z] Removing intermediate container 71ea72af2c40 [2023-02-08T17:02:55.687Z] ---> e898106f7f74 [2023-02-08T17:02:55.687Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-02-08T17:02:55.687Z] ---> Running in cac70b494238 [2023-02-08T17:02:55.989Z] Removing intermediate container 6e1b898f11cb [2023-02-08T17:02:55.989Z] ---> a9871ae7a151 [2023-02-08T17:02:55.989Z] Step 12/24 : WORKDIR / [2023-02-08T17:02:55.989Z] Removing intermediate container cac70b494238 [2023-02-08T17:02:55.989Z] ---> 652e9e8d0fa8 [2023-02-08T17:02:55.989Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-02-08T17:02:55.989Z] ---> 72b9cc411010 [2023-02-08T17:02:55.989Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-02-08T17:02:55.989Z] Removing intermediate container c3f9aa172e8c [2023-02-08T17:02:55.989Z] ---> d0e74587acca [2023-02-08T17:02:55.989Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-08T17:02:55.989Z] ---> Running in 877d42aa8214 [2023-02-08T17:02:55.989Z] ---> Running in b700dc0ba7a7 [2023-02-08T17:02:55.989Z] ---> Running in 886bd39fe817 [2023-02-08T17:02:56.247Z] Removing intermediate container b700dc0ba7a7 [2023-02-08T17:02:56.247Z] ---> 158e3327186b [2023-02-08T17:02:56.247Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-02-08T17:02:56.247Z] Removing intermediate container 886bd39fe817 [2023-02-08T17:02:56.247Z] ---> 6a95e26727e1 [2023-02-08T17:02:56.247Z] Step 12/21 : WORKDIR /edgex [2023-02-08T17:02:56.323Z] ---> be740bdbac46 [2023-02-08T17:02:56.323Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-08T17:02:56.505Z] Removing intermediate container 877d42aa8214 [2023-02-08T17:02:56.505Z] ---> d764f3af4e1a [2023-02-08T17:02:56.505Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-02-08T17:02:56.505Z] ---> Running in 597804a7a596 [2023-02-08T17:02:56.505Z] ---> Running in 3775f38eb30b [2023-02-08T17:02:56.505Z] ---> 0c60e04154ca [2023-02-08T17:02:56.505Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-02-08T17:02:56.505Z] Removing intermediate container 3775f38eb30b [2023-02-08T17:02:56.505Z] ---> b00afa47a94f [2023-02-08T17:02:56.505Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-02-08T17:02:56.505Z] Removing intermediate container 597804a7a596 [2023-02-08T17:02:56.505Z] ---> ea4a14b00feb [2023-02-08T17:02:56.505Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-02-08T17:02:56.505Z] ---> 1d7a4752a900 [2023-02-08T17:02:56.505Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-02-08T17:02:56.505Z] ---> Running in 935e4e9ffa12 [2023-02-08T17:02:56.505Z] ---> 1d2e40872b92 [2023-02-08T17:02:56.505Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-02-08T17:02:56.591Z] ---> Running in a4761cecc05c [2023-02-08T17:02:56.764Z] Removing intermediate container 935e4e9ffa12 [2023-02-08T17:02:56.764Z] ---> 2218d307283b [2023-02-08T17:02:56.764Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-02-08T17:02:56.764Z] ---> Running in 50d9b4c5ef9a [2023-02-08T17:02:56.764Z] ---> 99d3040aba11 [2023-02-08T17:02:56.764Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-02-08T17:02:56.764Z] ---> 41c12490964a [2023-02-08T17:02:56.764Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-08T17:02:56.764Z] ---> 77d139a83721 [2023-02-08T17:02:56.764Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-02-08T17:02:56.764Z] ---> Running in 2d7a98f2fd1a [2023-02-08T17:02:57.328Z] ---> 50ec838f94dc [2023-02-08T17:02:57.328Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2023-02-08T17:02:57.328Z] ---> db37ae4990d7 [2023-02-08T17:02:57.328Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-02-08T17:02:57.328Z] ---> 94ef4fb8f708 [2023-02-08T17:02:57.328Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-02-08T17:02:57.911Z] ---> 2cbb22aa3c12 [2023-02-08T17:02:57.911Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-02-08T17:02:57.911Z] ---> b172a11dcfbd [2023-02-08T17:02:57.911Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-02-08T17:02:57.911Z] Removing intermediate container 2d7a98f2fd1a [2023-02-08T17:02:57.911Z] ---> 326daa383e2b [2023-02-08T17:02:57.911Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-02-08T17:02:58.171Z] Removing intermediate container 50d9b4c5ef9a [2023-02-08T17:02:58.171Z] ---> 570968d2debf [2023-02-08T17:02:58.171Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-02-08T17:02:58.171Z] ---> Running in 8b7132dcb0f9 [2023-02-08T17:02:58.171Z] ---> Running in 62877bd5b6a0 [2023-02-08T17:02:58.171Z] ---> dee99eb24b75 [2023-02-08T17:02:58.171Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-08T17:02:58.171Z] ---> Running in bc0ad850701c [2023-02-08T17:02:58.429Z] Removing intermediate container 8b7132dcb0f9 [2023-02-08T17:02:58.429Z] ---> 29075941a267 [2023-02-08T17:02:58.429Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-02-08T17:02:58.429Z] Removing intermediate container 62877bd5b6a0 [2023-02-08T17:02:58.429Z] ---> f339367a9988 [2023-02-08T17:02:58.429Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-02-08T17:02:58.429Z] ---> Running in 9945b54e8d6a [2023-02-08T17:02:58.429Z] ---> 1a4f36d03acf [2023-02-08T17:02:58.429Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-02-08T17:02:58.429Z] ---> 1d059c2afedf [2023-02-08T17:02:58.429Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-02-08T17:02:58.687Z] ---> Running in 13b7235829c8 [2023-02-08T17:02:58.687Z] Removing intermediate container 9945b54e8d6a [2023-02-08T17:02:58.687Z] ---> c172b4d1a4b6 [2023-02-08T17:02:58.687Z] Step 20/22 : LABEL arch=x86_64 [2023-02-08T17:02:58.687Z] ---> Running in 695a4b0b54cc [2023-02-08T17:02:58.687Z] ---> 6bf0065fb61c [2023-02-08T17:02:58.687Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-08T17:02:58.687Z] ---> Running in f46c642493ba [2023-02-08T17:02:58.687Z] Removing intermediate container 695a4b0b54cc [2023-02-08T17:02:58.687Z] ---> 2629f6d25a93 [2023-02-08T17:02:58.687Z] Step 21/22 : LABEL git_sha=fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:02:58.687Z] ---> Running in 93900f06562c [2023-02-08T17:02:58.966Z] Removing intermediate container 93900f06562c [2023-02-08T17:02:58.966Z] ---> 747df4871ab5 [2023-02-08T17:02:58.966Z] Step 22/22 : LABEL version=3.0.0-dev.41 [2023-02-08T17:02:58.966Z] ---> Running in 7b23df1041fa [2023-02-08T17:02:59.223Z] Removing intermediate container 7b23df1041fa [2023-02-08T17:02:59.223Z] ---> a91b3258f44e [2023-02-08T17:02:59.223Z] [2023-02-08T17:02:59.223Z] Removing intermediate container bc0ad850701c [2023-02-08T17:02:59.223Z] ---> 6f3d3f7b5e28 [2023-02-08T17:02:59.223Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-02-08T17:02:59.223Z] ---> Running in d96acde771b4 [2023-02-08T17:02:59.223Z] Successfully built a91b3258f44e [2023-02-08T17:02:59.223Z] Successfully tagged core-common-config-bootstrapper:latest [2023-02-08T17:02:59.223Z] Building support-scheduler [2023-02-08T17:02:59.481Z]  Building core-common-config-bootstrapper ... done Removing intermediate container d96acde771b4 [2023-02-08T17:02:59.481Z] ---> 21c5786de6bb [2023-02-08T17:02:59.481Z] Step 19/21 : LABEL arch=x86_64 [2023-02-08T17:02:59.481Z] ---> Running in 6b3e8a8f616b [2023-02-08T17:03:01.494Z] Removing intermediate container f46c642493ba [2023-02-08T17:03:01.494Z] ---> 6c73a5fdcc52 [2023-02-08T17:03:01.494Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-02-08T17:03:02.060Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-08T17:03:02.060Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-08T17:03:02.060Z] ---> 404e37312ef0 [2023-02-08T17:03:02.060Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-08T17:03:02.060Z] ---> Using cache [2023-02-08T17:03:02.060Z] ---> a2f14fb85787 [2023-02-08T17:03:02.060Z] Step 4/22 : WORKDIR /edgex-go [2023-02-08T17:03:02.060Z] ---> Using cache [2023-02-08T17:03:02.060Z] ---> 3f87b047f6f6 [2023-02-08T17:03:02.060Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-08T17:03:02.060Z] ---> Using cache [2023-02-08T17:03:02.060Z] ---> 0fab5e5583ec [2023-02-08T17:03:02.060Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-08T17:03:02.060Z] ---> Using cache [2023-02-08T17:03:02.060Z] ---> eeb6889b353f [2023-02-08T17:03:02.060Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-08T17:03:02.060Z] ---> Using cache [2023-02-08T17:03:02.060Z] ---> d7bda86e7c89 [2023-02-08T17:03:02.060Z] Step 8/22 : COPY . . [2023-02-08T17:03:02.060Z] ---> Using cache [2023-02-08T17:03:02.060Z] ---> 2c9d02c75650 [2023-02-08T17:03:02.060Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-02-08T17:03:02.626Z] Removing intermediate container 13b7235829c8 [2023-02-08T17:03:02.626Z] ---> c1cb829a31a5 [2023-02-08T17:03:02.626Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-08T17:03:03.194Z] Removing intermediate container 6b3e8a8f616b [2023-02-08T17:03:03.194Z] ---> 566b3bb2e4aa [2023-02-08T17:03:03.194Z] Step 20/21 : LABEL git_sha=fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:03:03.194Z] ---> Running in 1b55c85b5b30 [2023-02-08T17:03:03.194Z] ---> Running in 510ad4488372 [2023-02-08T17:03:03.194Z] ---> Running in 19a66cd144e6 [2023-02-08T17:03:03.194Z] Removing intermediate container 1b55c85b5b30 [2023-02-08T17:03:03.194Z] ---> 3627ed7a35fe [2023-02-08T17:03:03.194Z] Step 22/24 : LABEL arch=x86_64 [2023-02-08T17:03:03.194Z] Removing intermediate container 510ad4488372 [2023-02-08T17:03:03.194Z] ---> 5439053980a8 [2023-02-08T17:03:03.194Z] Step 21/21 : LABEL version=3.0.0-dev.41 [2023-02-08T17:03:03.194Z] ---> Running in 46bdbdf568fc [2023-02-08T17:03:03.194Z] ---> Running in 511e9a441a75 [2023-02-08T17:03:03.194Z] ---> 97fd35153fd4 [2023-02-08T17:03:03.194Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-02-08T17:03:03.194Z] Removing intermediate container 46bdbdf568fc [2023-02-08T17:03:03.194Z] ---> 59edeb5aaa1f [2023-02-08T17:03:03.194Z] Step 23/24 : LABEL git_sha=fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:03:03.194Z] Removing intermediate container 511e9a441a75 [2023-02-08T17:03:03.194Z] ---> b014c49a35b6 [2023-02-08T17:03:03.194Z] [2023-02-08T17:03:03.194Z] ---> Running in d00ac325c3e5 [2023-02-08T17:03:03.451Z] Successfully built b014c49a35b6 [2023-02-08T17:03:03.451Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.41" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-02-08T17:03:03.451Z] Successfully tagged security-proxy-setup:latest [2023-02-08T17:03:03.451Z]  Building security-proxy-setup ... done Building core-metadata [2023-02-08T17:03:06.732Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-08T17:03:06.733Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-08T17:03:06.733Z] ---> 404e37312ef0 [2023-02-08T17:03:06.733Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-02-08T17:03:06.733Z] ---> Using cache [2023-02-08T17:03:06.733Z] ---> a2f14fb85787 [2023-02-08T17:03:06.733Z] Step 4/24 : WORKDIR /edgex-go [2023-02-08T17:03:06.733Z] ---> Using cache [2023-02-08T17:03:06.733Z] ---> 3f87b047f6f6 [2023-02-08T17:03:06.733Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-02-08T17:03:06.733Z] ---> Using cache [2023-02-08T17:03:06.733Z] ---> 0fab5e5583ec [2023-02-08T17:03:06.733Z] Step 6/24 : COPY go.mod vendor* ./ [2023-02-08T17:03:06.733Z] ---> Using cache [2023-02-08T17:03:06.733Z] ---> eeb6889b353f [2023-02-08T17:03:06.733Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-08T17:03:06.733Z] ---> Using cache [2023-02-08T17:03:06.733Z] ---> d7bda86e7c89 [2023-02-08T17:03:06.733Z] Step 8/24 : COPY . . [2023-02-08T17:03:06.733Z] ---> Using cache [2023-02-08T17:03:06.733Z] ---> 2c9d02c75650 [2023-02-08T17:03:06.733Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-02-08T17:03:07.675Z] Removing intermediate container d00ac325c3e5 [2023-02-08T17:03:07.675Z] ---> bef1f2a0e4a5 [2023-02-08T17:03:07.675Z] Step 24/24 : LABEL version=3.0.0-dev.41 [2023-02-08T17:03:07.675Z] ---> Running in 0b3869b17306 [2023-02-08T17:03:07.675Z] ---> Running in b18a51cd7a17 [2023-02-08T17:03:07.946Z] ---> 848bc854a6e2 [2023-02-08T17:03:07.946Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-02-08T17:03:07.946Z] Removing intermediate container b18a51cd7a17 [2023-02-08T17:03:07.946Z] ---> cba5f15ce2e1 [2023-02-08T17:03:07.946Z] [2023-02-08T17:03:07.946Z] Successfully built cba5f15ce2e1 [2023-02-08T17:03:08.204Z] Successfully tagged security-secretstore-setup:latest [2023-02-08T17:03:08.204Z] Building support-notifications [2023-02-08T17:03:08.204Z]  Building security-secretstore-setup ... done  ---> 3f8d1507c2e8 [2023-02-08T17:03:08.204Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-02-08T17:03:08.204Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.41" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-02-08T17:03:10.775Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-08T17:03:10.775Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-08T17:03:10.775Z] ---> 404e37312ef0 [2023-02-08T17:03:10.775Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-08T17:03:10.775Z] ---> Using cache [2023-02-08T17:03:10.775Z] ---> a2f14fb85787 [2023-02-08T17:03:10.775Z] Step 4/22 : WORKDIR /edgex-go [2023-02-08T17:03:10.775Z] ---> Using cache [2023-02-08T17:03:10.775Z] ---> 3f87b047f6f6 [2023-02-08T17:03:10.775Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-02-08T17:03:16.066Z] ---> d95db6ec8b11 [2023-02-08T17:03:16.066Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-02-08T17:03:16.329Z] ---> Running in 59609f5bd0c5 [2023-02-08T17:03:17.282Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-08T17:03:17.541Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-08T17:03:17.801Z] OK: 211 MiB in 51 packages [2023-02-08T17:03:18.061Z] ---> 0b90351bc086 [2023-02-08T17:03:18.061Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-02-08T17:03:22.326Z] ---> e9ba010e5ef7 [2023-02-08T17:03:22.326Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-02-08T17:03:22.326Z] ---> 033bdcf52ec1 [2023-02-08T17:03:22.326Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-02-08T17:03:22.326Z] Removing intermediate container 59609f5bd0c5 [2023-02-08T17:03:22.326Z] ---> 3b2a1f2cebaa [2023-02-08T17:03:22.326Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-08T17:03:22.651Z] ---> Running in 3bd5c55fab58 [2023-02-08T17:03:22.913Z] ---> 6d2bdf8bee43 [2023-02-08T17:03:22.913Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-08T17:03:23.173Z] ---> Running in 8f0ea233f027 [2023-02-08T17:03:27.538Z] Removing intermediate container 3bd5c55fab58 [2023-02-08T17:03:27.538Z] ---> a61af0e8d4a5 [2023-02-08T17:03:27.538Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-02-08T17:03:30.074Z] ---> Running in 097efd3540ad [2023-02-08T17:03:31.013Z] Removing intermediate container 097efd3540ad [2023-02-08T17:03:31.013Z] ---> e7e60967dafd [2023-02-08T17:03:31.013Z] Step 29/32 : CMD ["gate"] [2023-02-08T17:03:31.013Z] ---> Running in 7cdd26365a2e [2023-02-08T17:03:31.295Z] Removing intermediate container 7cdd26365a2e [2023-02-08T17:03:31.295Z] ---> f152e4b82c7f [2023-02-08T17:03:31.295Z] Step 30/32 : LABEL arch=x86_64 [2023-02-08T17:03:31.295Z] Removing intermediate container d04977f5a732 [2023-02-08T17:03:31.295Z] ---> 875dac8f7aa9 [2023-02-08T17:03:31.295Z] Step 7/19 : COPY . . [2023-02-08T17:03:37.868Z] ---> Running in 97c97c523432 [2023-02-08T17:03:37.868Z] Removing intermediate container 19a66cd144e6 [2023-02-08T17:03:37.868Z] ---> a67c254d88b8 [2023-02-08T17:03:37.868Z] [2023-02-08T17:03:37.868Z] Step 10/22 : FROM alpine:3.16 [2023-02-08T17:03:37.868Z] ---> bfe296a52501 [2023-02-08T17:03:37.868Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-02-08T17:03:38.127Z] ---> Running in ddf36f1325d1 [2023-02-08T17:03:38.127Z] ---> 11b9c34840a8 [2023-02-08T17:03:38.127Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-02-08T17:03:38.386Z] Removing intermediate container 97c97c523432 [2023-02-08T17:03:38.386Z] ---> de90d7a12084 [2023-02-08T17:03:38.386Z] Step 31/32 : LABEL git_sha=fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:03:39.325Z] ---> Running in d073f590bdd5 [2023-02-08T17:03:39.325Z] ---> Running in 9ab8b5bf21bc [2023-02-08T17:03:39.584Z] Removing intermediate container 9ab8b5bf21bc [2023-02-08T17:03:39.584Z] ---> cc7d1875d97c [2023-02-08T17:03:39.584Z] Step 32/32 : LABEL version=3.0.0-dev.41 [2023-02-08T17:03:39.584Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-08T17:03:39.900Z] ---> Running in ebe194cf733e [2023-02-08T17:03:39.900Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-08T17:03:39.900Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.41" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-02-08T17:03:40.203Z] Removing intermediate container ebe194cf733e [2023-02-08T17:03:40.203Z] ---> e5b9880695d8 [2023-02-08T17:03:40.203Z] [2023-02-08T17:03:40.203Z] Successfully built e5b9880695d8 [2023-02-08T17:03:40.203Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-08T17:03:40.203Z] Successfully tagged security-bootstrapper:latest [2023-02-08T17:03:40.203Z] Executing busybox-1.35.0-r17.trigger [2023-02-08T17:03:40.203Z]  Building security-bootstrapper ... done Building security-spire-agent [2023-02-08T17:03:40.203Z] OK: 6 MiB in 15 packages [2023-02-08T17:03:42.746Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-08T17:03:42.746Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-08T17:03:42.746Z] ---> 404e37312ef0 [2023-02-08T17:03:42.746Z] Step 3/24 : WORKDIR /edgex-go [2023-02-08T17:03:42.746Z] ---> Using cache [2023-02-08T17:03:42.746Z] ---> 2b47a51b40f5 [2023-02-08T17:03:42.746Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-08T17:03:42.746Z] ---> Using cache [2023-02-08T17:03:42.746Z] ---> e5531047caeb [2023-02-08T17:03:42.746Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-08T17:03:42.746Z] ---> Using cache [2023-02-08T17:03:42.746Z] ---> 1a321f9ea62b [2023-02-08T17:03:42.746Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-08T17:03:42.746Z] ---> Using cache [2023-02-08T17:03:42.746Z] ---> 6cecccb875e9 [2023-02-08T17:03:42.746Z] Step 7/24 : COPY . . [2023-02-08T17:03:42.746Z] ---> Using cache [2023-02-08T17:03:42.746Z] ---> f6e0d0ae3d9f [2023-02-08T17:03:42.746Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-08T17:03:42.746Z] ---> Using cache [2023-02-08T17:03:42.746Z] ---> 2cf754e12c0d [2023-02-08T17:03:42.746Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-08T17:03:42.746Z] ---> Using cache [2023-02-08T17:03:42.746Z] ---> f25f385d25f8 [2023-02-08T17:03:42.746Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-08T17:03:42.746Z] ---> Using cache [2023-02-08T17:03:42.746Z] ---> a0626cb636c0 [2023-02-08T17:03:42.746Z] Step 11/24 : WORKDIR /edgex-go [2023-02-08T17:03:43.007Z] ---> Using cache [2023-02-08T17:03:43.007Z] ---> 956f4cd226e9 [2023-02-08T17:03:43.007Z] [2023-02-08T17:03:43.007Z] Step 12/24 : FROM alpine:3.15 [2023-02-08T17:03:43.007Z] ---> c4fc93816858 [2023-02-08T17:03:43.007Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-08T17:03:43.007Z] ---> Using cache [2023-02-08T17:03:43.007Z] ---> 5a8947d91e82 [2023-02-08T17:03:43.007Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-08T17:03:44.964Z] ---> Running in 2d241d0a27a7 [2023-02-08T17:03:44.964Z] Removing intermediate container 0b3869b17306 [2023-02-08T17:03:44.964Z] ---> 0f04efde90bf [2023-02-08T17:03:44.964Z] [2023-02-08T17:03:44.964Z] Step 10/24 : FROM alpine:3.16 [2023-02-08T17:03:44.964Z] ---> bfe296a52501 [2023-02-08T17:03:44.964Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-02-08T17:03:44.964Z] Removing intermediate container ddf36f1325d1 [2023-02-08T17:03:44.964Z] ---> ca7109fcfb37 [2023-02-08T17:03:44.964Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-08T17:03:44.964Z] ---> Running in abb0ad3bb60b [2023-02-08T17:03:44.964Z] ---> Running in bec17e3ce675 [2023-02-08T17:03:44.964Z] Removing intermediate container bec17e3ce675 [2023-02-08T17:03:44.964Z] ---> e512a8ef12f7 [2023-02-08T17:03:44.964Z] Step 13/22 : ENV APP_PORT=59861 [2023-02-08T17:03:45.245Z] ---> Running in e0611e452249 [2023-02-08T17:03:45.245Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-08T17:03:45.245Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-08T17:03:45.245Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-08T17:03:45.549Z] Removing intermediate container e0611e452249 [2023-02-08T17:03:45.549Z] ---> 33b72d4cc284 [2023-02-08T17:03:45.549Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-08T17:03:45.549Z] ---> Running in 31fe183dfaf0 [2023-02-08T17:03:45.549Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-08T17:03:45.549Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-08T17:03:45.549Z] Executing busybox-1.35.0-r17.trigger [2023-02-08T17:03:45.549Z] OK: 6 MiB in 15 packages [2023-02-08T17:03:45.809Z] Removing intermediate container 31fe183dfaf0 [2023-02-08T17:03:45.809Z] ---> a829e35d3337 [2023-02-08T17:03:45.809Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-08T17:03:45.809Z] v3.15.6-295-g1d57d748550 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-08T17:03:45.809Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-08T17:03:45.809Z] OK: 15859 distinct packages available [2023-02-08T17:03:45.809Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-08T17:03:46.069Z] ---> bc4663e0ae4f [2023-02-08T17:03:46.069Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-02-08T17:03:46.069Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-08T17:03:46.069Z] Removing intermediate container abb0ad3bb60b [2023-02-08T17:03:46.069Z] ---> d8b228d1dac2 [2023-02-08T17:03:46.069Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-08T17:03:46.069Z] ---> Running in 8e9a454bb3d5 [2023-02-08T17:03:46.069Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-02-08T17:03:46.069Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-02-08T17:03:46.069Z] (3/5) Installing libucontext (1.1-r0) [2023-02-08T17:03:46.436Z] (4/5) Installing gcompat (1.0.0-r4) [2023-02-08T17:03:46.436Z] (5/5) Installing openssl (1.1.1t-r1) [2023-02-08T17:03:46.436Z] Executing busybox-1.34.1-r7.trigger [2023-02-08T17:03:46.436Z] OK: 7 MiB in 19 packages [2023-02-08T17:03:47.021Z] Removing intermediate container 8e9a454bb3d5 [2023-02-08T17:03:47.021Z] ---> 469b89652233 [2023-02-08T17:03:47.021Z] Step 13/24 : ENV APP_PORT=59881 [2023-02-08T17:03:47.284Z] ---> 617d784b5f05 [2023-02-08T17:03:47.284Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-02-08T17:03:47.284Z] ---> Running in 1cb57adf29e0 [2023-02-08T17:03:47.544Z] ---> 1949bd9c32a7 [2023-02-08T17:03:47.544Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-02-08T17:03:47.544Z] Removing intermediate container 1cb57adf29e0 [2023-02-08T17:03:47.544Z] ---> 7684d99428f6 [2023-02-08T17:03:47.544Z] Step 14/24 : EXPOSE $APP_PORT [2023-02-08T17:03:47.824Z] Removing intermediate container 2d241d0a27a7 [2023-02-08T17:03:47.824Z] ---> 8837a4c6f655 [2023-02-08T17:03:47.824Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-02-08T17:03:47.824Z] ---> Running in e7d6e8ae354e [2023-02-08T17:03:47.824Z] ---> Running in 9363ca6f79ce [2023-02-08T17:03:47.824Z] Removing intermediate container e7d6e8ae354e [2023-02-08T17:03:47.824Z] ---> cb3caf0aefac [2023-02-08T17:03:47.824Z] Step 15/24 : WORKDIR / [2023-02-08T17:03:48.160Z] Removing intermediate container 9363ca6f79ce [2023-02-08T17:03:48.160Z] ---> d5b49dab36cd [2023-02-08T17:03:48.160Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-08T17:03:50.146Z] ---> Running in 7ff7d835abbb [2023-02-08T17:03:51.091Z] ---> Running in 848787bb3b7b [2023-02-08T17:03:51.410Z] ---> f21884775d31 [2023-02-08T17:03:51.410Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-08T17:03:55.777Z] Removing intermediate container 7ff7d835abbb [2023-02-08T17:03:55.777Z] ---> 97a1ba1d021c [2023-02-08T17:03:55.777Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-08T17:03:55.777Z] Removing intermediate container 848787bb3b7b [2023-02-08T17:03:55.777Z] ---> 00de3449da25 [2023-02-08T17:03:55.777Z] Step 20/22 : LABEL arch=x86_64 [2023-02-08T17:03:55.778Z] ---> 0928996f2fb0 [2023-02-08T17:03:55.778Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-02-08T17:03:55.778Z] ---> Running in 333ea9f8c049 [2023-02-08T17:03:55.778Z] ---> e62e528350f5 [2023-02-08T17:03:55.778Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-02-08T17:03:55.778Z] Removing intermediate container 333ea9f8c049 [2023-02-08T17:03:55.778Z] ---> c8598abb13ec [2023-02-08T17:03:55.778Z] Step 21/22 : LABEL git_sha=fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:03:55.778Z] ---> 5e77ce5d56f9 [2023-02-08T17:03:55.778Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-02-08T17:03:55.778Z] ---> Running in 725a94eb4052 [2023-02-08T17:03:56.036Z] ---> f52bc34e2063 [2023-02-08T17:03:56.036Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-02-08T17:03:56.036Z] ---> 945944b66234 [2023-02-08T17:03:56.036Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-02-08T17:03:56.347Z] Removing intermediate container 725a94eb4052 [2023-02-08T17:03:56.347Z] ---> cae6bfb4b7c4 [2023-02-08T17:03:56.347Z] Step 22/22 : LABEL version=3.0.0-dev.41 [2023-02-08T17:03:56.347Z] ---> Running in 3d96e9fb870b [2023-02-08T17:03:56.347Z] ---> fb7c44d8efb5 [2023-02-08T17:03:56.347Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-02-08T17:03:56.913Z] ---> e6581e287d01 [2023-02-08T17:03:56.913Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-08T17:03:57.171Z] Removing intermediate container 3d96e9fb870b [2023-02-08T17:03:57.171Z] ---> 6d692bf72fab [2023-02-08T17:03:57.171Z] [2023-02-08T17:03:57.171Z] Successfully built 6d692bf72fab [2023-02-08T17:03:57.736Z] Successfully tagged support-scheduler:latest [2023-02-08T17:03:57.736Z]  Building support-scheduler ... done Building security-spire-server [2023-02-08T17:03:57.992Z] ---> Running in a3aa40700238 [2023-02-08T17:03:57.992Z] ---> 6cffb6684f14 [2023-02-08T17:03:57.992Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-02-08T17:04:02.209Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-08T17:04:02.209Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-08T17:04:02.209Z] ---> 404e37312ef0 [2023-02-08T17:04:02.209Z] Step 3/23 : WORKDIR /edgex-go [2023-02-08T17:04:02.209Z] ---> Using cache [2023-02-08T17:04:02.209Z] ---> 2b47a51b40f5 [2023-02-08T17:04:02.209Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-02-08T17:04:02.209Z] ---> Using cache [2023-02-08T17:04:02.209Z] ---> e5531047caeb [2023-02-08T17:04:02.209Z] Step 5/23 : COPY go.mod vendor* ./ [2023-02-08T17:04:02.209Z] ---> Using cache [2023-02-08T17:04:02.209Z] ---> 1a321f9ea62b [2023-02-08T17:04:02.209Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-08T17:04:02.209Z] ---> Using cache [2023-02-08T17:04:02.209Z] ---> 6cecccb875e9 [2023-02-08T17:04:02.209Z] Step 7/23 : COPY . . [2023-02-08T17:04:02.209Z] ---> Using cache [2023-02-08T17:04:02.209Z] ---> f6e0d0ae3d9f [2023-02-08T17:04:02.209Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-02-08T17:04:02.209Z] ---> Using cache [2023-02-08T17:04:02.209Z] ---> 2cf754e12c0d [2023-02-08T17:04:02.209Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-02-08T17:04:02.209Z] ---> Using cache [2023-02-08T17:04:02.209Z] ---> f25f385d25f8 [2023-02-08T17:04:02.209Z] Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-08T17:04:03.662Z] ---> Running in 2d66303d25e9 [2023-02-08T17:04:03.662Z] Removing intermediate container a3aa40700238 [2023-02-08T17:04:03.662Z] ---> 476442c3efda [2023-02-08T17:04:03.662Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-08T17:04:03.662Z] ---> Running in bae234f95ebf [2023-02-08T17:04:03.662Z] ---> Running in 5cda594085ca [2023-02-08T17:04:03.662Z] Removing intermediate container 2d66303d25e9 [2023-02-08T17:04:03.662Z] ---> 975b1ce34947 [2023-02-08T17:04:03.662Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-08T17:04:03.921Z] Removing intermediate container 5cda594085ca [2023-02-08T17:04:03.921Z] ---> 986ba4ca201e [2023-02-08T17:04:03.921Z] Step 22/24 : LABEL arch=x86_64 [2023-02-08T17:04:03.921Z] ---> Running in 6a5245e67d8f [2023-02-08T17:04:03.921Z] ---> Running in 69f6bf692fd8 [2023-02-08T17:04:04.181Z] Removing intermediate container 6a5245e67d8f [2023-02-08T17:04:04.181Z] ---> bee87b6cdb64 [2023-02-08T17:04:04.181Z] Step 22/24 : LABEL arch=x86_64 [2023-02-08T17:04:04.467Z] Removing intermediate container 8f0ea233f027 [2023-02-08T17:04:04.467Z] ---> 1cdce76abfd3 [2023-02-08T17:04:04.467Z] Step 8/22 : COPY . . [2023-02-08T17:04:04.727Z] Removing intermediate container 69f6bf692fd8 [2023-02-08T17:04:04.727Z] ---> 3793049bf578 [2023-02-08T17:04:04.727Z] Step 23/24 : LABEL git_sha=fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:04:08.926Z] ---> Running in f5b4b2a6a3b5 [2023-02-08T17:04:08.926Z] ---> Running in 94e1cdf6408a [2023-02-08T17:04:08.926Z] Removing intermediate container bae234f95ebf [2023-02-08T17:04:08.926Z] ---> f0e5d297b4ea [2023-02-08T17:04:08.926Z] Step 11/23 : WORKDIR /edgex-go [2023-02-08T17:04:08.926Z] ---> Running in 8ed91f30fd96 [2023-02-08T17:04:08.926Z] Removing intermediate container f5b4b2a6a3b5 [2023-02-08T17:04:08.926Z] ---> 319f8cfa68b8 [2023-02-08T17:04:08.926Z] Step 23/24 : LABEL git_sha=fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:04:08.926Z] ---> 6fe4778aab8b [2023-02-08T17:04:08.926Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-02-08T17:04:08.926Z] ---> Running in ec61dbbebc11 [2023-02-08T17:04:08.926Z] Removing intermediate container 94e1cdf6408a [2023-02-08T17:04:08.926Z] ---> 8fc397d52e0a [2023-02-08T17:04:08.926Z] Step 24/24 : LABEL version=3.0.0-dev.41 [2023-02-08T17:04:08.926Z] Removing intermediate container d073f590bdd5 [2023-02-08T17:04:08.926Z] ---> 50ed99714b11 [2023-02-08T17:04:08.926Z] [2023-02-08T17:04:08.926Z] Step 9/19 : FROM alpine:3.15 [2023-02-08T17:04:08.926Z] ---> c4fc93816858 [2023-02-08T17:04:08.926Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-08T17:04:08.926Z] ---> Using cache [2023-02-08T17:04:08.926Z] ---> 5a8947d91e82 [2023-02-08T17:04:08.926Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-02-08T17:04:08.926Z] ---> Running in 96c9d58350c8 [2023-02-08T17:04:08.926Z] Removing intermediate container 8ed91f30fd96 [2023-02-08T17:04:08.926Z] ---> b7b40f1a971d [2023-02-08T17:04:08.926Z] [2023-02-08T17:04:08.926Z] Step 12/23 : FROM alpine:3.15 [2023-02-08T17:04:08.926Z] ---> c4fc93816858 [2023-02-08T17:04:08.926Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-08T17:04:08.926Z] ---> Using cache [2023-02-08T17:04:08.926Z] ---> 5a8947d91e82 [2023-02-08T17:04:08.926Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-08T17:04:08.926Z] ---> Using cache [2023-02-08T17:04:08.926Z] ---> 8837a4c6f655 [2023-02-08T17:04:08.926Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-08T17:04:09.188Z] ---> Running in 21c56858310a [2023-02-08T17:04:09.188Z] ---> Running in 71846fa69848 [2023-02-08T17:04:09.188Z] Removing intermediate container ec61dbbebc11 [2023-02-08T17:04:09.188Z] ---> e5bad97a77d3 [2023-02-08T17:04:09.188Z] Step 24/24 : LABEL version=3.0.0-dev.41 [2023-02-08T17:04:09.188Z] ---> Running in 3cd59b6440ee [2023-02-08T17:04:09.775Z] Removing intermediate container 71846fa69848 [2023-02-08T17:04:09.775Z] ---> d70c9fdb83ca [2023-02-08T17:04:09.775Z] [2023-02-08T17:04:09.775Z] Successfully built d70c9fdb83ca [2023-02-08T17:04:10.035Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.41" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-02-08T17:04:10.035Z] Successfully tagged security-spire-agent:latest [2023-02-08T17:04:10.035Z]  Building security-spire-agent ... done Building core-data [2023-02-08T17:04:10.294Z] Removing intermediate container 3cd59b6440ee [2023-02-08T17:04:10.294Z] ---> 12e750665cfe [2023-02-08T17:04:10.294Z] [2023-02-08T17:04:10.554Z] ---> bf59db84303d [2023-02-08T17:04:10.554Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-02-08T17:04:10.554Z] Successfully built 12e750665cfe [2023-02-08T17:04:10.554Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-08T17:04:10.554Z] Successfully tagged core-metadata:latest [2023-02-08T17:04:10.554Z]  Building core-metadata ... done Building core-command [2023-02-08T17:04:10.815Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-08T17:04:11.076Z] v3.15.6-295-g1d57d748550 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-08T17:04:11.076Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-08T17:04:11.076Z] OK: 15859 distinct packages available [2023-02-08T17:04:11.076Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-08T17:04:11.076Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-08T17:04:11.335Z] (1/9) Installing ca-certificates (20220614-r0) [2023-02-08T17:04:11.335Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-02-08T17:04:11.335Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-02-08T17:04:11.335Z] (4/9) Installing libcurl (7.80.0-r5) [2023-02-08T17:04:11.335Z] (5/9) Installing curl (7.80.0-r5) [2023-02-08T17:04:11.335Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-02-08T17:04:11.335Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-02-08T17:04:11.335Z] (8/9) Installing libucontext (1.1-r0) [2023-02-08T17:04:11.335Z] (9/9) Installing gcompat (1.0.0-r4) [2023-02-08T17:04:11.335Z] Executing busybox-1.34.1-r7.trigger [2023-02-08T17:04:11.335Z] Executing ca-certificates-20220614-r0.trigger [2023-02-08T17:04:11.335Z] OK: 8 MiB in 23 packages [2023-02-08T17:04:13.332Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-08T17:04:13.332Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-08T17:04:13.332Z] ---> 404e37312ef0 [2023-02-08T17:04:13.332Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-08T17:04:13.332Z] ---> Using cache [2023-02-08T17:04:13.332Z] ---> a2f14fb85787 [2023-02-08T17:04:13.332Z] Step 4/22 : WORKDIR /edgex-go [2023-02-08T17:04:13.332Z] ---> Using cache [2023-02-08T17:04:13.332Z] ---> 3f87b047f6f6 [2023-02-08T17:04:13.332Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-08T17:04:13.332Z] ---> Using cache [2023-02-08T17:04:13.332Z] ---> 0fab5e5583ec [2023-02-08T17:04:13.332Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-08T17:04:13.332Z] ---> Using cache [2023-02-08T17:04:13.332Z] ---> eeb6889b353f [2023-02-08T17:04:13.332Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-08T17:04:13.332Z] ---> Using cache [2023-02-08T17:04:13.332Z] ---> d7bda86e7c89 [2023-02-08T17:04:13.332Z] Step 8/22 : COPY . . [2023-02-08T17:04:13.332Z] ---> Using cache [2023-02-08T17:04:13.332Z] ---> 2c9d02c75650 [2023-02-08T17:04:13.332Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-02-08T17:04:14.301Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-08T17:04:14.301Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-08T17:04:14.301Z] ---> 404e37312ef0 [2023-02-08T17:04:14.301Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-02-08T17:04:14.301Z] ---> Using cache [2023-02-08T17:04:14.301Z] ---> a2f14fb85787 [2023-02-08T17:04:14.301Z] Step 4/23 : WORKDIR /edgex-go [2023-02-08T17:04:14.301Z] ---> Using cache [2023-02-08T17:04:14.301Z] ---> 3f87b047f6f6 [2023-02-08T17:04:14.301Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-02-08T17:04:14.301Z] ---> Using cache [2023-02-08T17:04:14.301Z] ---> 0fab5e5583ec [2023-02-08T17:04:14.301Z] Step 6/23 : COPY go.mod vendor* ./ [2023-02-08T17:04:14.301Z] ---> Using cache [2023-02-08T17:04:14.301Z] ---> eeb6889b353f [2023-02-08T17:04:14.301Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-08T17:04:14.301Z] ---> Using cache [2023-02-08T17:04:14.301Z] ---> d7bda86e7c89 [2023-02-08T17:04:14.302Z] Step 8/23 : COPY . . [2023-02-08T17:04:14.302Z] ---> Using cache [2023-02-08T17:04:14.302Z] ---> 2c9d02c75650 [2023-02-08T17:04:14.302Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-02-08T17:04:18.487Z] ---> 4bcd0fdadac0 [2023-02-08T17:04:18.487Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-02-08T17:04:18.487Z] ---> Running in f73018945c18 [2023-02-08T17:04:18.487Z] ---> Running in 2c894b3c6480 [2023-02-08T17:04:19.051Z] ---> 51dbbb5b0d08 [2023-02-08T17:04:19.051Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-02-08T17:04:19.051Z] Removing intermediate container 21c56858310a [2023-02-08T17:04:19.051Z] ---> 73b654296595 [2023-02-08T17:04:19.051Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-08T17:04:19.308Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.41" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-02-08T17:04:19.565Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.41" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-02-08T17:04:19.565Z] ---> e8bb9f1a2bc1 [2023-02-08T17:04:19.565Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-08T17:04:19.822Z] ---> 5d00a06654b4 [2023-02-08T17:04:19.822Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-02-08T17:04:19.822Z] ---> Running in 7e171fef9418 [2023-02-08T17:04:21.749Z] Removing intermediate container 7e171fef9418 [2023-02-08T17:04:21.749Z] ---> e1dfa284ad7e [2023-02-08T17:04:21.749Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-08T17:04:21.749Z] ---> d158395a9093 [2023-02-08T17:04:21.749Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-02-08T17:04:21.749Z] ---> Running in 3e3962abb100 [2023-02-08T17:04:21.749Z] Removing intermediate container 3e3962abb100 [2023-02-08T17:04:21.749Z] ---> a1c4e3c788af [2023-02-08T17:04:21.749Z] Step 21/23 : LABEL arch=x86_64 [2023-02-08T17:04:21.749Z] ---> Running in 7f8d964f0ccc [2023-02-08T17:04:22.006Z] ---> 77dae153a74b [2023-02-08T17:04:22.006Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-02-08T17:04:22.007Z] Removing intermediate container 7f8d964f0ccc [2023-02-08T17:04:22.007Z] ---> 935b6f73f248 [2023-02-08T17:04:22.007Z] Step 22/23 : LABEL git_sha=fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:04:22.007Z] ---> Running in b5bd296bb26c [2023-02-08T17:04:22.007Z] ---> Running in d643d295f557 [2023-02-08T17:04:22.007Z] Removing intermediate container d643d295f557 [2023-02-08T17:04:22.007Z] ---> 454d5491602f [2023-02-08T17:04:22.007Z] Step 23/23 : LABEL version=3.0.0-dev.41 [2023-02-08T17:04:22.007Z] ---> Running in 36b907dd79df [2023-02-08T17:04:22.007Z] Removing intermediate container b5bd296bb26c [2023-02-08T17:04:22.007Z] ---> 5f066962bfc2 [2023-02-08T17:04:22.007Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-08T17:04:22.007Z] ---> Running in 881b91f62498 [2023-02-08T17:04:22.264Z] Removing intermediate container 36b907dd79df [2023-02-08T17:04:22.264Z] ---> 1bb84340ed5c [2023-02-08T17:04:22.264Z] [2023-02-08T17:04:22.265Z] Successfully built 1bb84340ed5c [2023-02-08T17:04:22.265Z] Successfully tagged security-spire-server:latest [2023-02-08T17:04:22.570Z]  Building security-spire-server ... done Removing intermediate container 881b91f62498 [2023-02-08T17:04:22.570Z] ---> 60f8411fc0e1 [2023-02-08T17:04:22.570Z] Step 17/19 : LABEL arch=x86_64 [2023-02-08T17:04:22.570Z] ---> Running in e9a7d104dadb [2023-02-08T17:04:23.581Z] Removing intermediate container e9a7d104dadb [2023-02-08T17:04:23.582Z] ---> 242995c9a123 [2023-02-08T17:04:23.582Z] Step 18/19 : LABEL git_sha=fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:04:23.970Z] ---> Running in 673bbede468a [2023-02-08T17:04:24.230Z] Removing intermediate container 673bbede468a [2023-02-08T17:04:24.230Z] ---> bd5b8a0c5bed [2023-02-08T17:04:24.230Z] Step 19/19 : LABEL version=3.0.0-dev.41 [2023-02-08T17:04:24.230Z] ---> Running in 2484352d4dae [2023-02-08T17:04:24.801Z] Removing intermediate container 2484352d4dae [2023-02-08T17:04:24.801Z] ---> 4e95394f2985 [2023-02-08T17:04:24.801Z] [2023-02-08T17:04:24.801Z] Successfully built 4e95394f2985 [2023-02-08T17:04:24.801Z] Successfully tagged security-spiffe-token-provider:latest [2023-02-08T17:04:46.775Z]  Building security-spiffe-token-provider ... done Removing intermediate container f73018945c18 [2023-02-08T17:04:46.775Z] ---> 232ee1015501 [2023-02-08T17:04:46.775Z] [2023-02-08T17:04:46.775Z] Step 10/22 : FROM alpine:3.16 [2023-02-08T17:04:46.775Z] ---> bfe296a52501 [2023-02-08T17:04:46.775Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-02-08T17:04:46.775Z] Removing intermediate container 2c894b3c6480 [2023-02-08T17:04:46.775Z] ---> 4f54c98736a6 [2023-02-08T17:04:46.775Z] [2023-02-08T17:04:46.775Z] Step 10/23 : FROM alpine:3.16 [2023-02-08T17:04:46.775Z] ---> bfe296a52501 [2023-02-08T17:04:46.775Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-02-08T17:04:46.775Z] ---> Using cache [2023-02-08T17:04:46.775Z] ---> d8b228d1dac2 [2023-02-08T17:04:46.775Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-08T17:04:46.775Z] ---> Using cache [2023-02-08T17:04:46.775Z] ---> 469b89652233 [2023-02-08T17:04:46.775Z] Step 13/23 : ENV APP_PORT=59882 [2023-02-08T17:04:46.775Z] Removing intermediate container 96c9d58350c8 [2023-02-08T17:04:46.775Z] ---> 90f85ee8f579 [2023-02-08T17:04:46.775Z] [2023-02-08T17:04:46.775Z] Step 10/22 : FROM alpine:3.16 [2023-02-08T17:04:46.775Z] ---> bfe296a52501 [2023-02-08T17:04:46.775Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-02-08T17:04:46.775Z] ---> Running in ba344e4d7df4 [2023-02-08T17:04:46.775Z] ---> Running in ed84e0dd0d53 [2023-02-08T17:04:46.775Z] ---> Running in a429ff1e6dfb [2023-02-08T17:04:46.775Z] Removing intermediate container ed84e0dd0d53 [2023-02-08T17:04:46.775Z] ---> fbbbb234d3a1 [2023-02-08T17:04:46.775Z] Step 14/23 : EXPOSE $APP_PORT [2023-02-08T17:04:46.775Z] Removing intermediate container ba344e4d7df4 [2023-02-08T17:04:46.775Z] ---> 99252f67872d [2023-02-08T17:04:46.775Z] Step 12/22 : ENV APP_PORT=59880 [2023-02-08T17:04:46.775Z] ---> Running in b665b7e1f575 [2023-02-08T17:04:46.775Z] ---> Running in e125f175e35c [2023-02-08T17:04:46.775Z] Removing intermediate container b665b7e1f575 [2023-02-08T17:04:46.775Z] ---> 049a10783bc3 [2023-02-08T17:04:46.775Z] Step 15/23 : WORKDIR / [2023-02-08T17:04:46.775Z] Removing intermediate container e125f175e35c [2023-02-08T17:04:46.775Z] ---> 85d88fed2cc2 [2023-02-08T17:04:46.775Z] Step 13/22 : EXPOSE $APP_PORT [2023-02-08T17:04:46.775Z] ---> Running in fb67fa59cdfc [2023-02-08T17:04:46.775Z] ---> Running in 8f6dfa1c275c [2023-02-08T17:04:46.775Z] Removing intermediate container fb67fa59cdfc [2023-02-08T17:04:46.775Z] ---> 878211f137b3 [2023-02-08T17:04:46.775Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-08T17:04:46.775Z] Removing intermediate container 8f6dfa1c275c [2023-02-08T17:04:46.775Z] ---> 602ae521b2db [2023-02-08T17:04:46.775Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-02-08T17:04:46.775Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-08T17:04:46.775Z] ---> Running in 573dfdf1ab7e [2023-02-08T17:04:46.775Z] ---> b6c16806aae4 [2023-02-08T17:04:46.775Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-02-08T17:04:46.775Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-08T17:04:46.775Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-08T17:04:46.775Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-08T17:04:46.775Z] (1/2) Installing ca-certificates (20220614-r0) [2023-02-08T17:04:46.775Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-02-08T17:04:46.775Z] Executing busybox-1.35.0-r17.trigger [2023-02-08T17:04:46.775Z] Executing ca-certificates-20220614-r0.trigger [2023-02-08T17:04:46.775Z] OK: 6 MiB in 16 packages [2023-02-08T17:04:47.074Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-08T17:04:47.074Z] Executing busybox-1.35.0-r17.trigger [2023-02-08T17:04:47.075Z] OK: 6 MiB in 15 packages [2023-02-08T17:04:47.075Z] ---> 1d66072ddc80 [2023-02-08T17:04:47.075Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-02-08T17:04:47.075Z] ---> 22ec9242d72d [2023-02-08T17:04:47.075Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-02-08T17:04:47.075Z] ---> Running in 370fe4979807 [2023-02-08T17:04:47.335Z] Removing intermediate container a429ff1e6dfb [2023-02-08T17:04:47.335Z] ---> 42b3bfc1d39a [2023-02-08T17:04:47.335Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-08T17:04:47.335Z] Removing intermediate container 370fe4979807 [2023-02-08T17:04:47.335Z] ---> 7bb4e892c784 [2023-02-08T17:04:47.335Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-08T17:04:47.335Z] ---> Running in d1fa3dc883a4 [2023-02-08T17:04:47.335Z] ---> Running in d7328ee300a9 [2023-02-08T17:04:47.335Z] Removing intermediate container 573dfdf1ab7e [2023-02-08T17:04:47.335Z] ---> b1d98a50269e [2023-02-08T17:04:47.335Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-08T17:04:47.335Z] Removing intermediate container d1fa3dc883a4 [2023-02-08T17:04:47.335Z] ---> e5d822afbad2 [2023-02-08T17:04:47.335Z] Step 13/22 : ENV APP_PORT=59860 [2023-02-08T17:04:47.335Z] Removing intermediate container d7328ee300a9 [2023-02-08T17:04:47.335Z] ---> 24e27bfcd7c1 [2023-02-08T17:04:47.335Z] Step 21/23 : LABEL arch=x86_64 [2023-02-08T17:04:47.335Z] ---> Running in 2a32f36981d6 [2023-02-08T17:04:47.335Z] ---> Running in f71c91062df0 [2023-02-08T17:04:47.335Z] ---> d56320dcff11 [2023-02-08T17:04:47.335Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-02-08T17:04:47.615Z] Removing intermediate container 2a32f36981d6 [2023-02-08T17:04:47.615Z] ---> 944d3087a45e [2023-02-08T17:04:47.615Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-08T17:04:47.615Z] Removing intermediate container f71c91062df0 [2023-02-08T17:04:47.615Z] ---> 2eeaefa50105 [2023-02-08T17:04:47.615Z] Step 22/23 : LABEL git_sha=fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:04:47.615Z] ---> Running in 10243996f218 [2023-02-08T17:04:47.615Z] ---> Running in 621984ea7432 [2023-02-08T17:04:47.875Z] Removing intermediate container 10243996f218 [2023-02-08T17:04:47.875Z] ---> 2d4025adcc4f [2023-02-08T17:04:47.875Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-08T17:04:47.875Z] Removing intermediate container 621984ea7432 [2023-02-08T17:04:47.875Z] ---> 8c409452fc17 [2023-02-08T17:04:47.875Z] Step 23/23 : LABEL version=3.0.0-dev.41 [2023-02-08T17:04:47.875Z] ---> 346c89a670a8 [2023-02-08T17:04:47.875Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-02-08T17:04:47.875Z] ---> Running in 50fbb12636cf [2023-02-08T17:04:48.261Z] Removing intermediate container e2b0f38d5a5a [2023-02-08T17:04:48.261Z] ---> d43646431f68 [2023-02-08T17:04:48.261Z] Step 7/23 : COPY . . [2023-02-08T17:04:48.261Z] Removing intermediate container 9289e906c001 [2023-02-08T17:04:48.261Z] ---> 0d4dc346416e [2023-02-08T17:04:48.261Z] Step 7/24 : COPY . . [2023-02-08T17:04:48.261Z] Removing intermediate container 132df2d42d37 [2023-02-08T17:04:48.261Z] ---> adfbcfaeb7a7 [2023-02-08T17:04:48.261Z] Step 7/24 : COPY . . [2023-02-08T17:04:48.261Z] Removing intermediate container 66d8b0180122 [2023-02-08T17:04:48.261Z] ---> 785b5cddf883 [2023-02-08T17:04:48.261Z] Step 7/24 : COPY . . [2023-02-08T17:04:48.261Z] Removing intermediate container a4761cecc05c [2023-02-08T17:04:48.261Z] ---> 725f79236d56 [2023-02-08T17:04:48.261Z] Step 7/19 : COPY . . [2023-02-08T17:04:48.261Z] ---> ef7a4f332eef [2023-02-08T17:04:48.261Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-02-08T17:04:48.261Z] ---> 89d98ca35c29 [2023-02-08T17:04:48.261Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-02-08T17:04:48.261Z] ---> e9a845de25c2 [2023-02-08T17:04:48.261Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-08T17:04:48.261Z] ---> 86251cbd40fd [2023-02-08T17:04:48.261Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-08T17:04:48.261Z] ---> e539458fe312 [2023-02-08T17:04:48.261Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-02-08T17:04:48.261Z] ---> Running in ff60b6431e92 [2023-02-08T17:04:48.261Z] ---> Running in b7e24e2c8619 [2023-02-08T17:04:48.261Z] ---> Running in ab7e7f7d7148 [2023-02-08T17:04:48.261Z] ---> Running in 33d216bb3cb8 [2023-02-08T17:04:48.261Z] ---> Running in 54d63b7210d3 [2023-02-08T17:04:48.261Z] Removing intermediate container 33d216bb3cb8 [2023-02-08T17:04:48.261Z] ---> 33a795b79c12 [2023-02-08T17:04:48.261Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-08T17:04:48.261Z] Removing intermediate container b7e24e2c8619 [2023-02-08T17:04:48.261Z] ---> e1fbeb819e99 [2023-02-08T17:04:48.261Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-02-08T17:04:48.261Z] Removing intermediate container ab7e7f7d7148 [2023-02-08T17:04:48.261Z] ---> f31a49fe1e3b [2023-02-08T17:04:48.261Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-08T17:04:48.261Z] ---> Running in 7c4a15964ad8 [2023-02-08T17:04:48.261Z] ---> Running in 62f482f400f6 [2023-02-08T17:04:48.261Z] ---> Running in bd2e7c3cd4e3 [2023-02-08T17:04:48.261Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.41" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-02-08T17:04:48.261Z] Removing intermediate container 62f482f400f6 [2023-02-08T17:04:48.261Z] ---> 35a1f6faba56 [2023-02-08T17:04:48.261Z] Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-08T17:04:48.261Z] Removing intermediate container 7c4a15964ad8 [2023-02-08T17:04:48.261Z] ---> 77fe5384510c [2023-02-08T17:04:48.261Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-08T17:04:48.261Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.41" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-02-08T17:04:48.261Z] ---> Running in bd4ed9b402b3 [2023-02-08T17:04:48.261Z] Removing intermediate container bd2e7c3cd4e3 [2023-02-08T17:04:48.261Z] ---> 75f399004705 [2023-02-08T17:04:48.261Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-08T17:04:48.261Z] ---> Running in e9f68164d0d9 [2023-02-08T17:04:48.261Z] ---> Running in 9df489914c85 [2023-02-08T17:04:48.361Z] Removing intermediate container 50fbb12636cf [2023-02-08T17:04:48.361Z] ---> cc20ecda734b [2023-02-08T17:04:48.361Z] [2023-02-08T17:04:48.361Z] ---> c34d85f210c0 [2023-02-08T17:04:48.361Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-02-08T17:04:48.361Z] ---> fc3bac2b8372 [2023-02-08T17:04:48.361Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-02-08T17:04:48.361Z] ---> Running in a965740410ff [2023-02-08T17:04:48.361Z] Successfully built cc20ecda734b [2023-02-08T17:04:48.361Z] Successfully tagged core-command:latest [2023-02-08T17:04:48.361Z]  Building core-command ... done Removing intermediate container a965740410ff [2023-02-08T17:04:48.361Z] ---> 278f9825e50e [2023-02-08T17:04:48.361Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-08T17:04:48.361Z] ---> Running in b11701dcb46f [2023-02-08T17:04:48.621Z] Removing intermediate container b11701dcb46f [2023-02-08T17:04:48.621Z] ---> 3bd59e17847e [2023-02-08T17:04:48.621Z] Step 20/22 : LABEL arch=x86_64 [2023-02-08T17:04:48.621Z] ---> Running in 3836b101a776 [2023-02-08T17:04:48.621Z] Removing intermediate container 3836b101a776 [2023-02-08T17:04:48.621Z] ---> 1f856f99afbe [2023-02-08T17:04:48.621Z] Step 21/22 : LABEL git_sha=fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:04:48.621Z] ---> Running in 2f57bdab4f7d [2023-02-08T17:04:48.882Z] ---> ceb6383a9085 [2023-02-08T17:04:48.882Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-02-08T17:04:48.882Z] Removing intermediate container 2f57bdab4f7d [2023-02-08T17:04:48.882Z] ---> d732113dd7b8 [2023-02-08T17:04:48.882Z] Step 22/22 : LABEL version=3.0.0-dev.41 [2023-02-08T17:04:48.882Z] ---> Running in 3d4e90627da3 [2023-02-08T17:04:48.882Z] Removing intermediate container 3d4e90627da3 [2023-02-08T17:04:48.882Z] ---> 8d1ccb7e7d88 [2023-02-08T17:04:48.882Z] [2023-02-08T17:04:48.882Z] ---> 4f98ad541ac1 [2023-02-08T17:04:48.882Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-02-08T17:04:48.882Z] Successfully built 8d1ccb7e7d88 [2023-02-08T17:04:49.141Z] Successfully tagged core-data:latest [2023-02-08T17:04:49.141Z] ---> Running in 2f195844121b [2023-02-08T17:04:49.141Z]  Building core-data ... done Removing intermediate container 2f195844121b [2023-02-08T17:04:49.141Z] ---> d620dde463bf [2023-02-08T17:04:49.141Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-08T17:04:49.141Z] ---> Running in 6175387303b3 [2023-02-08T17:04:49.141Z] Removing intermediate container 6175387303b3 [2023-02-08T17:04:49.141Z] ---> ff55ce71f352 [2023-02-08T17:04:49.141Z] Step 20/22 : LABEL arch=x86_64 [2023-02-08T17:04:49.141Z] ---> Running in 3e805fb2b9b1 [2023-02-08T17:04:49.141Z] Removing intermediate container 3e805fb2b9b1 [2023-02-08T17:04:49.141Z] ---> 249badfadca9 [2023-02-08T17:04:49.141Z] Step 21/22 : LABEL git_sha=fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:04:49.141Z] ---> Running in 7fcced8f67af [2023-02-08T17:04:49.402Z] Removing intermediate container 7fcced8f67af [2023-02-08T17:04:49.402Z] ---> bb722e1075f8 [2023-02-08T17:04:49.402Z] Step 22/22 : LABEL version=3.0.0-dev.41 [2023-02-08T17:04:49.402Z] ---> Running in 10c98e43402b [2023-02-08T17:04:49.402Z] Removing intermediate container 10c98e43402b [2023-02-08T17:04:49.402Z] ---> 67dc8a86ca84 [2023-02-08T17:04:49.402Z] [2023-02-08T17:04:49.402Z] Successfully built 67dc8a86ca84 [2023-02-08T17:04:49.402Z] Successfully tagged support-notifications:latest [2023-02-08T17:04:49.407Z]  Building support-notifications ... done  [Pipeline] } [2023-02-08T17:04:49.420Z] $ docker stop --time=1 1749084b5127abd23d355a38a65cdc7d0f0e68b9af54c6fa713a9b4739246f56 [2023-02-08T17:04:50.212Z] Removing intermediate container bd4ed9b402b3 [2023-02-08T17:04:50.212Z] ---> 4146009c164f [2023-02-08T17:04:50.212Z] Step 11/23 : WORKDIR /edgex-go [2023-02-08T17:04:50.677Z] $ docker rm -f --volumes 1749084b5127abd23d355a38a65cdc7d0f0e68b9af54c6fa713a9b4739246f56 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-08T17:04:50.830Z] ---> Running in 383868a8df8d [2023-02-08T17:04:51.006Z] + docker images [2023-02-08T17:04:51.006Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-02-08T17:04:51.006Z] support-notifications latest 67dc8a86ca84 1 second ago 30.6MB [2023-02-08T17:04:51.006Z] core-data latest 8d1ccb7e7d88 2 seconds ago 17.9MB [2023-02-08T17:04:51.007Z] core-command latest cc20ecda734b 3 seconds ago 17.7MB [2023-02-08T17:04:51.007Z] 90f85ee8f579 7 seconds ago 1.74GB [2023-02-08T17:04:51.007Z] 232ee1015501 7 seconds ago 1.68GB [2023-02-08T17:04:51.007Z] 4f54c98736a6 8 seconds ago 1.68GB [2023-02-08T17:04:51.007Z] security-spiffe-token-provider latest 4e95394f2985 26 seconds ago 29.9MB [2023-02-08T17:04:51.007Z] security-spire-server latest 1bb84340ed5c 28 seconds ago 86.5MB [2023-02-08T17:04:51.007Z] security-spire-agent latest d70c9fdb83ca 41 seconds ago 125MB [2023-02-08T17:04:51.007Z] core-metadata latest 12e750665cfe 41 seconds ago 18.4MB [2023-02-08T17:04:51.007Z] b7b40f1a971d 42 seconds ago 1.55GB [2023-02-08T17:04:51.007Z] 50ed99714b11 42 seconds ago 1.71GB [2023-02-08T17:04:51.007Z] support-scheduler latest 6d692bf72fab 54 seconds ago 30MB [2023-02-08T17:04:51.007Z] 0f04efde90bf About a minute ago 1.68GB [2023-02-08T17:04:51.007Z] security-bootstrapper latest e5b9880695d8 About a minute ago 20.3MB [2023-02-08T17:04:51.007Z] a67c254d88b8 About a minute ago 1.74GB [2023-02-08T17:04:51.007Z] security-secretstore-setup latest cba5f15ce2e1 About a minute ago 29.9MB [2023-02-08T17:04:51.007Z] security-proxy-setup latest b014c49a35b6 About a minute ago 27.8MB [2023-02-08T17:04:51.007Z] core-common-config-bootstrapper latest a91b3258f44e About a minute ago 15.5MB [2023-02-08T17:04:51.007Z] 4d5c041c4006 About a minute ago 1.67GB [2023-02-08T17:04:51.007Z] 30ea3e5c4e2f About a minute ago 1.67GB [2023-02-08T17:04:51.007Z] 4c0f7ec85ad7 About a minute ago 1.67GB [2023-02-08T17:04:51.007Z] 59cb9ccbc036 2 minutes ago 1.67GB [2023-02-08T17:04:51.007Z] security-spire-config latest 671210305822 2 minutes ago 85.8MB [2023-02-08T17:04:51.007Z] 956f4cd226e9 2 minutes ago 1.55GB [2023-02-08T17:04:51.007Z] ci-base-image-x86_64 latest 404e37312ef0 6 minutes ago 903MB [2023-02-08T17:04:51.007Z] alpine 3.16 bfe296a52501 2 months ago 5.54MB [2023-02-08T17:04:51.007Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 3 months ago 683MB [2023-02-08T17:04:51.007Z] alpine 3.15 c4fc93816858 6 months ago 5.59MB [2023-02-08T17:04:51.007Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 7 months ago 253MB [2023-02-08T17:04:51.007Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 2 years ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-08T17:04:51.090Z] provisioning config files... [2023-02-08T17:04:51.099Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/400@tmp/config18120603651205095375tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-08T17:04:51.398Z] ---> docker-login.sh [2023-02-08T17:04:51.398Z] nexus3.edgexfoundry.org:10001 [2023-02-08T17:04:51.398Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-08T17:04:51.398Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-08T17:04:51.398Z] Configure a credential helper to remove this warning. See [2023-02-08T17:04:51.398Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-08T17:04:51.398Z] [2023-02-08T17:04:51.398Z] Login Succeeded [2023-02-08T17:04:51.398Z] nexus3.edgexfoundry.org:10002 [2023-02-08T17:04:51.436Z] Removing intermediate container 9df489914c85 [2023-02-08T17:04:51.436Z] ---> b7b5d8678108 [2023-02-08T17:04:51.436Z] Step 11/24 : WORKDIR /edgex-go [2023-02-08T17:04:51.656Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-08T17:04:51.656Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-08T17:04:51.656Z] Configure a credential helper to remove this warning. See [2023-02-08T17:04:51.656Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-08T17:04:51.656Z] [2023-02-08T17:04:51.656Z] Login Succeeded [2023-02-08T17:04:51.656Z] nexus3.edgexfoundry.org:10003 [2023-02-08T17:04:51.656Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-08T17:04:51.656Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-08T17:04:51.656Z] Configure a credential helper to remove this warning. See [2023-02-08T17:04:51.656Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-08T17:04:51.656Z] [2023-02-08T17:04:51.656Z] Login Succeeded [2023-02-08T17:04:51.656Z] nexus3.edgexfoundry.org:10004 [2023-02-08T17:04:51.656Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-08T17:04:51.705Z] Removing intermediate container e9f68164d0d9 [2023-02-08T17:04:51.705Z] ---> 8f284d3ecf50 [2023-02-08T17:04:51.705Z] Step 11/24 : WORKDIR /edgex-go [2023-02-08T17:04:51.705Z] ---> Running in b5c50e884486 [2023-02-08T17:04:51.915Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-08T17:04:51.915Z] Configure a credential helper to remove this warning. See [2023-02-08T17:04:51.915Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-08T17:04:51.915Z] [2023-02-08T17:04:51.915Z] Login Succeeded [2023-02-08T17:04:51.915Z] docker.io [2023-02-08T17:04:51.915Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-08T17:04:51.975Z] ---> Running in 196f5f2ebdf6 [2023-02-08T17:04:52.173Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-08T17:04:52.173Z] Configure a credential helper to remove this warning. See [2023-02-08T17:04:52.173Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-08T17:04:52.173Z] [2023-02-08T17:04:52.173Z] Login Succeeded [2023-02-08T17:04:52.173Z] ---> docker-login.sh ends [Pipeline] } [2023-02-08T17:04:52.181Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-08T17:04:52.203Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-08T17:04:52.219Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2023-02-08T17:04:52.219Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:04:52.219Z] latest [2023-02-08T17:04:52.219Z] 3.0.0-dev.41 [2023-02-08T17:04:52.219Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:04:52.219Z] main [2023-02-08T17:04:52.219Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:04:52.266Z] Removing intermediate container 383868a8df8d [2023-02-08T17:04:52.266Z] ---> 4888c9b2fc66 [2023-02-08T17:04:52.266Z] [2023-02-08T17:04:52.266Z] Step 12/23 : FROM alpine:3.15 [2023-02-08T17:04:52.531Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:04:52.536Z] 3.15: Pulling from library/alpine [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:04:52.837Z] + docker push nexus3.edgexfoundry.org:10004/core-command:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:04:52.837Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-02-08T17:04:52.837Z] f4b0952d24ec: Preparing [2023-02-08T17:04:52.837Z] 588b8c2dd318: Preparing [2023-02-08T17:04:52.837Z] 83a8db5a8ae5: Preparing [2023-02-08T17:04:52.837Z] edd85bd315e3: Preparing [2023-02-08T17:04:52.837Z] e5e13b0c77cb: Preparing [2023-02-08T17:04:52.837Z] e5e13b0c77cb: Layer already exists [2023-02-08T17:04:52.837Z] edd85bd315e3: Pushed [2023-02-08T17:04:52.837Z] 83a8db5a8ae5: Pushed [2023-02-08T17:04:52.837Z] f4b0952d24ec: Pushed [2023-02-08T17:04:53.118Z] Removing intermediate container b5c50e884486 [2023-02-08T17:04:53.118Z] ---> 20f796f54595 [2023-02-08T17:04:53.118Z] [2023-02-08T17:04:53.118Z] Step 12/24 : FROM alpine:3.15 [2023-02-08T17:04:53.385Z] 3.15: Pulling from library/alpine [2023-02-08T17:04:53.385Z] Removing intermediate container 196f5f2ebdf6 [2023-02-08T17:04:53.385Z] ---> 17b81fb8df05 [2023-02-08T17:04:53.385Z] [2023-02-08T17:04:53.652Z] Step 12/24 : FROM alpine:3.15 [2023-02-08T17:04:53.652Z] 3.15: Pulling from library/alpine [2023-02-08T17:04:54.217Z] 588b8c2dd318: Pushed [2023-02-08T17:04:54.478Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660: digest: sha256:5c9ee02a69a671dad96f9af813195d040796a72ccc6ec55007ef9d69a3208161 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:04:54.793Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:04:55.096Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2023-02-08T17:04:55.096Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-02-08T17:04:55.096Z] f4b0952d24ec: Preparing [2023-02-08T17:04:55.096Z] 588b8c2dd318: Preparing [2023-02-08T17:04:55.096Z] 83a8db5a8ae5: Preparing [2023-02-08T17:04:55.096Z] edd85bd315e3: Preparing [2023-02-08T17:04:55.096Z] e5e13b0c77cb: Preparing [2023-02-08T17:04:55.096Z] 83a8db5a8ae5: Layer already exists [2023-02-08T17:04:55.096Z] f4b0952d24ec: Layer already exists [2023-02-08T17:04:55.096Z] edd85bd315e3: Layer already exists [2023-02-08T17:04:55.096Z] e5e13b0c77cb: Layer already exists [2023-02-08T17:04:55.096Z] 588b8c2dd318: Layer already exists [2023-02-08T17:04:55.096Z] latest: digest: sha256:5c9ee02a69a671dad96f9af813195d040796a72ccc6ec55007ef9d69a3208161 size: 1364 [2023-02-08T17:04:55.098Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-02-08T17:04:55.098Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-02-08T17:04:55.098Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-02-08T17:04:55.098Z] Status: Downloaded newer image for alpine:3.15 [2023-02-08T17:04:55.098Z] Status: Downloaded newer image for alpine:3.15 [2023-02-08T17:04:55.098Z] Status: Downloaded newer image for alpine:3.15 [2023-02-08T17:04:55.098Z] ---> 8aa73fd46299 [2023-02-08T17:04:55.098Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-08T17:04:55.098Z] ---> 8aa73fd46299 [2023-02-08T17:04:55.098Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-08T17:04:55.098Z] ---> 8aa73fd46299 [2023-02-08T17:04:55.098Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:04:55.402Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.41 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:04:55.707Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.41 [2023-02-08T17:04:55.707Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-02-08T17:04:55.707Z] f4b0952d24ec: Preparing [2023-02-08T17:04:55.707Z] 588b8c2dd318: Preparing [2023-02-08T17:04:55.707Z] 83a8db5a8ae5: Preparing [2023-02-08T17:04:55.707Z] edd85bd315e3: Preparing [2023-02-08T17:04:55.707Z] e5e13b0c77cb: Preparing [2023-02-08T17:04:55.707Z] f4b0952d24ec: Layer already exists [2023-02-08T17:04:55.707Z] 588b8c2dd318: Layer already exists [2023-02-08T17:04:55.707Z] e5e13b0c77cb: Layer already exists [2023-02-08T17:04:55.707Z] edd85bd315e3: Layer already exists [2023-02-08T17:04:55.707Z] 83a8db5a8ae5: Layer already exists [2023-02-08T17:04:55.707Z] 3.0.0-dev.41: digest: sha256:5c9ee02a69a671dad96f9af813195d040796a72ccc6ec55007ef9d69a3208161 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:04:56.014Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:04:56.319Z] + docker push nexus3.edgexfoundry.org:10004/core-command:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:04:56.319Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-02-08T17:04:56.319Z] f4b0952d24ec: Preparing [2023-02-08T17:04:56.319Z] 588b8c2dd318: Preparing [2023-02-08T17:04:56.319Z] 83a8db5a8ae5: Preparing [2023-02-08T17:04:56.319Z] edd85bd315e3: Preparing [2023-02-08T17:04:56.319Z] e5e13b0c77cb: Preparing [2023-02-08T17:04:56.319Z] e5e13b0c77cb: Layer already exists [2023-02-08T17:04:56.319Z] f4b0952d24ec: Layer already exists [2023-02-08T17:04:56.319Z] 588b8c2dd318: Layer already exists [2023-02-08T17:04:56.319Z] 83a8db5a8ae5: Layer already exists [2023-02-08T17:04:56.319Z] edd85bd315e3: Layer already exists [2023-02-08T17:04:56.319Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41: digest: sha256:5c9ee02a69a671dad96f9af813195d040796a72ccc6ec55007ef9d69a3208161 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:04:56.626Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:04:56.938Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2023-02-08T17:04:56.938Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-02-08T17:04:56.938Z] f4b0952d24ec: Preparing [2023-02-08T17:04:56.938Z] 588b8c2dd318: Preparing [2023-02-08T17:04:56.938Z] 83a8db5a8ae5: Preparing [2023-02-08T17:04:56.938Z] edd85bd315e3: Preparing [2023-02-08T17:04:56.938Z] e5e13b0c77cb: Preparing [2023-02-08T17:04:56.938Z] edd85bd315e3: Layer already exists [2023-02-08T17:04:56.938Z] e5e13b0c77cb: Layer already exists [2023-02-08T17:04:56.938Z] 83a8db5a8ae5: Layer already exists [2023-02-08T17:04:56.938Z] 588b8c2dd318: Layer already exists [2023-02-08T17:04:56.938Z] f4b0952d24ec: Layer already exists [2023-02-08T17:04:56.938Z] main: digest: sha256:5c9ee02a69a671dad96f9af813195d040796a72ccc6ec55007ef9d69a3208161 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-08T17:04:56.972Z] ===================================================== [Pipeline] echo [2023-02-08T17:04:56.978Z] taggedImages: [2023-02-08T17:04:56.978Z] - nexus3.edgexfoundry.org:10004/core-command:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:04:56.978Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2023-02-08T17:04:56.978Z] - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.41 [2023-02-08T17:04:56.978Z] - nexus3.edgexfoundry.org:10004/core-command:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:04:56.978Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2023-02-08T17:04:56.992Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2023-02-08T17:04:56.992Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:04:56.992Z] latest [2023-02-08T17:04:56.992Z] 3.0.0-dev.41 [2023-02-08T17:04:56.992Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:04:56.992Z] main [2023-02-08T17:04:56.992Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:04:57.304Z] ---> Running in 44244475e565 [2023-02-08T17:04:57.305Z] ---> Running in c78a7fbf83cd [2023-02-08T17:04:57.305Z] ---> Running in fcde6bb36905 [2023-02-08T17:04:57.354Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:04:57.660Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:04:57.660Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-02-08T17:04:57.660Z] ab6a723aaf38: Preparing [2023-02-08T17:04:57.660Z] f5adadf3fa66: Preparing [2023-02-08T17:04:57.660Z] 2590babcef51: Preparing [2023-02-08T17:04:57.660Z] 3cfb30940415: Preparing [2023-02-08T17:04:57.660Z] 83a8db5a8ae5: Preparing [2023-02-08T17:04:57.660Z] 4817a35dadf4: Preparing [2023-02-08T17:04:57.660Z] e5e13b0c77cb: Preparing [2023-02-08T17:04:57.660Z] 4817a35dadf4: Waiting [2023-02-08T17:04:57.660Z] e5e13b0c77cb: Waiting [2023-02-08T17:04:57.660Z] 83a8db5a8ae5: Layer already exists [2023-02-08T17:04:57.660Z] 2590babcef51: Pushed [2023-02-08T17:04:57.660Z] 4817a35dadf4: Pushed [2023-02-08T17:04:57.660Z] e5e13b0c77cb: Layer already exists [2023-02-08T17:04:57.660Z] ab6a723aaf38: Pushed [2023-02-08T17:04:57.660Z] f5adadf3fa66: Pushed [2023-02-08T17:04:57.901Z] Removing intermediate container c78a7fbf83cd [2023-02-08T17:04:57.901Z] ---> 9b01d2e27fa6 [2023-02-08T17:04:57.901Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-08T17:04:58.168Z] ---> Running in 4650ba338ce3 [2023-02-08T17:04:58.436Z] Removing intermediate container 44244475e565 [2023-02-08T17:04:58.436Z] ---> 7c59c3d3cffa [2023-02-08T17:04:58.436Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-02-08T17:04:58.436Z] Removing intermediate container fcde6bb36905 [2023-02-08T17:04:58.436Z] ---> 72c8a67b46ef [2023-02-08T17:04:58.436Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-08T17:04:58.614Z] 3cfb30940415: Pushed [2023-02-08T17:04:58.614Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660: digest: sha256:9dc078835616cbd308a8f1a2f3139fd2cee1d93665c87d61a3ec8bc2baaf1456 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:04:58.704Z] ---> Running in 6954e6368db2 [2023-02-08T17:04:58.918Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:04:58.975Z] ---> Running in 6d500d610666 [2023-02-08T17:04:59.217Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-02-08T17:04:59.217Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-02-08T17:04:59.217Z] ab6a723aaf38: Preparing [2023-02-08T17:04:59.217Z] f5adadf3fa66: Preparing [2023-02-08T17:04:59.217Z] 2590babcef51: Preparing [2023-02-08T17:04:59.217Z] 3cfb30940415: Preparing [2023-02-08T17:04:59.217Z] 83a8db5a8ae5: Preparing [2023-02-08T17:04:59.217Z] 4817a35dadf4: Preparing [2023-02-08T17:04:59.217Z] e5e13b0c77cb: Preparing [2023-02-08T17:04:59.217Z] 4817a35dadf4: Waiting [2023-02-08T17:04:59.217Z] e5e13b0c77cb: Waiting [2023-02-08T17:04:59.217Z] f5adadf3fa66: Layer already exists [2023-02-08T17:04:59.217Z] 3cfb30940415: Layer already exists [2023-02-08T17:04:59.217Z] 2590babcef51: Layer already exists [2023-02-08T17:04:59.217Z] 83a8db5a8ae5: Layer already exists [2023-02-08T17:04:59.217Z] ab6a723aaf38: Layer already exists [2023-02-08T17:04:59.217Z] e5e13b0c77cb: Layer already exists [2023-02-08T17:04:59.217Z] 4817a35dadf4: Layer already exists [2023-02-08T17:04:59.217Z] latest: digest: sha256:9dc078835616cbd308a8f1a2f3139fd2cee1d93665c87d61a3ec8bc2baaf1456 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:04:59.522Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.41 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:04:59.823Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.41 [2023-02-08T17:04:59.823Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-02-08T17:04:59.823Z] ab6a723aaf38: Preparing [2023-02-08T17:04:59.823Z] f5adadf3fa66: Preparing [2023-02-08T17:04:59.823Z] 2590babcef51: Preparing [2023-02-08T17:04:59.823Z] 3cfb30940415: Preparing [2023-02-08T17:04:59.823Z] 83a8db5a8ae5: Preparing [2023-02-08T17:04:59.823Z] 4817a35dadf4: Preparing [2023-02-08T17:04:59.823Z] e5e13b0c77cb: Preparing [2023-02-08T17:04:59.823Z] 4817a35dadf4: Waiting [2023-02-08T17:04:59.823Z] e5e13b0c77cb: Waiting [2023-02-08T17:04:59.823Z] 2590babcef51: Layer already exists [2023-02-08T17:04:59.823Z] ab6a723aaf38: Layer already exists [2023-02-08T17:04:59.823Z] 83a8db5a8ae5: Layer already exists [2023-02-08T17:04:59.823Z] 3cfb30940415: Layer already exists [2023-02-08T17:04:59.823Z] f5adadf3fa66: Layer already exists [2023-02-08T17:04:59.823Z] 4817a35dadf4: Layer already exists [2023-02-08T17:04:59.823Z] e5e13b0c77cb: Layer already exists [2023-02-08T17:04:59.823Z] 3.0.0-dev.41: digest: sha256:9dc078835616cbd308a8f1a2f3139fd2cee1d93665c87d61a3ec8bc2baaf1456 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:00.130Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:00.430Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:05:00.430Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-02-08T17:05:00.430Z] ab6a723aaf38: Preparing [2023-02-08T17:05:00.430Z] f5adadf3fa66: Preparing [2023-02-08T17:05:00.430Z] 2590babcef51: Preparing [2023-02-08T17:05:00.430Z] 3cfb30940415: Preparing [2023-02-08T17:05:00.430Z] 83a8db5a8ae5: Preparing [2023-02-08T17:05:00.430Z] 4817a35dadf4: Preparing [2023-02-08T17:05:00.430Z] e5e13b0c77cb: Preparing [2023-02-08T17:05:00.430Z] e5e13b0c77cb: Waiting [2023-02-08T17:05:00.430Z] 4817a35dadf4: Waiting [2023-02-08T17:05:00.430Z] ab6a723aaf38: Layer already exists [2023-02-08T17:05:00.430Z] 2590babcef51: Layer already exists [2023-02-08T17:05:00.430Z] 83a8db5a8ae5: Layer already exists [2023-02-08T17:05:00.430Z] 3cfb30940415: Layer already exists [2023-02-08T17:05:00.430Z] f5adadf3fa66: Layer already exists [2023-02-08T17:05:00.430Z] e5e13b0c77cb: Layer already exists [2023-02-08T17:05:00.430Z] 4817a35dadf4: Layer already exists [2023-02-08T17:05:00.430Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41: digest: sha256:9dc078835616cbd308a8f1a2f3139fd2cee1d93665c87d61a3ec8bc2baaf1456 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:00.737Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:01.043Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2023-02-08T17:05:01.043Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-02-08T17:05:01.043Z] ab6a723aaf38: Preparing [2023-02-08T17:05:01.043Z] f5adadf3fa66: Preparing [2023-02-08T17:05:01.043Z] 2590babcef51: Preparing [2023-02-08T17:05:01.043Z] 3cfb30940415: Preparing [2023-02-08T17:05:01.043Z] 83a8db5a8ae5: Preparing [2023-02-08T17:05:01.043Z] 4817a35dadf4: Preparing [2023-02-08T17:05:01.043Z] e5e13b0c77cb: Preparing [2023-02-08T17:05:01.043Z] 4817a35dadf4: Waiting [2023-02-08T17:05:01.043Z] e5e13b0c77cb: Waiting [2023-02-08T17:05:01.043Z] ab6a723aaf38: Layer already exists [2023-02-08T17:05:01.043Z] 2590babcef51: Layer already exists [2023-02-08T17:05:01.043Z] 3cfb30940415: Layer already exists [2023-02-08T17:05:01.043Z] 83a8db5a8ae5: Layer already exists [2023-02-08T17:05:01.043Z] f5adadf3fa66: Layer already exists [2023-02-08T17:05:01.043Z] 4817a35dadf4: Layer already exists [2023-02-08T17:05:01.043Z] e5e13b0c77cb: Layer already exists [2023-02-08T17:05:01.043Z] main: digest: sha256:9dc078835616cbd308a8f1a2f3139fd2cee1d93665c87d61a3ec8bc2baaf1456 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-08T17:05:01.093Z] ===================================================== [Pipeline] echo [2023-02-08T17:05:01.101Z] taggedImages: [2023-02-08T17:05:01.101Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:05:01.101Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-02-08T17:05:01.101Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.41 [2023-02-08T17:05:01.101Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:05:01.101Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2023-02-08T17:05:01.117Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2023-02-08T17:05:01.117Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:05:01.117Z] latest [2023-02-08T17:05:01.117Z] 3.0.0-dev.41 [2023-02-08T17:05:01.117Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:05:01.117Z] main [2023-02-08T17:05:01.117Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:01.420Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:01.720Z] + docker push nexus3.edgexfoundry.org:10004/core-data:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:05:01.720Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-02-08T17:05:01.720Z] 40a3be8e9fbe: Preparing [2023-02-08T17:05:01.720Z] 161f4447ff3a: Preparing [2023-02-08T17:05:01.720Z] 83a8db5a8ae5: Preparing [2023-02-08T17:05:01.720Z] f128d10d6bd8: Preparing [2023-02-08T17:05:01.720Z] e5e13b0c77cb: Preparing [2023-02-08T17:05:01.720Z] e5e13b0c77cb: Layer already exists [2023-02-08T17:05:01.720Z] 83a8db5a8ae5: Layer already exists [2023-02-08T17:05:01.720Z] 40a3be8e9fbe: Pushed [2023-02-08T17:05:01.720Z] f128d10d6bd8: Pushed [2023-02-08T17:05:02.316Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-08T17:05:02.316Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-08T17:05:02.581Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-08T17:05:02.581Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-08T17:05:03.101Z] 161f4447ff3a: Pushed [2023-02-08T17:05:03.163Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-08T17:05:03.361Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660: digest: sha256:4d29dc2f52730cdddbcf59564f51e89f3161a2c8ab3e2940a7673d3dba7ccbac size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:03.432Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-08T17:05:03.741Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:04.083Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2023-02-08T17:05:04.083Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-02-08T17:05:04.083Z] 40a3be8e9fbe: Preparing [2023-02-08T17:05:04.083Z] 161f4447ff3a: Preparing [2023-02-08T17:05:04.083Z] 83a8db5a8ae5: Preparing [2023-02-08T17:05:04.083Z] f128d10d6bd8: Preparing [2023-02-08T17:05:04.083Z] e5e13b0c77cb: Preparing [2023-02-08T17:05:04.083Z] e5e13b0c77cb: Layer already exists [2023-02-08T17:05:04.083Z] f128d10d6bd8: Layer already exists [2023-02-08T17:05:04.083Z] 161f4447ff3a: Layer already exists [2023-02-08T17:05:04.083Z] 40a3be8e9fbe: Layer already exists [2023-02-08T17:05:04.083Z] 83a8db5a8ae5: Layer already exists [2023-02-08T17:05:04.083Z] latest: digest: sha256:4d29dc2f52730cdddbcf59564f51e89f3161a2c8ab3e2940a7673d3dba7ccbac size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:04.391Z] v3.15.6-295-g1d57d748550 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-08T17:05:04.391Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-08T17:05:04.391Z] OK: 15736 distinct packages available [2023-02-08T17:05:04.427Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.41 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:04.772Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.41 [2023-02-08T17:05:04.772Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-02-08T17:05:04.772Z] 40a3be8e9fbe: Preparing [2023-02-08T17:05:04.772Z] 161f4447ff3a: Preparing [2023-02-08T17:05:04.772Z] 83a8db5a8ae5: Preparing [2023-02-08T17:05:04.773Z] f128d10d6bd8: Preparing [2023-02-08T17:05:04.773Z] e5e13b0c77cb: Preparing [2023-02-08T17:05:04.773Z] 161f4447ff3a: Layer already exists [2023-02-08T17:05:04.773Z] f128d10d6bd8: Layer already exists [2023-02-08T17:05:04.773Z] 83a8db5a8ae5: Layer already exists [2023-02-08T17:05:04.773Z] 40a3be8e9fbe: Layer already exists [2023-02-08T17:05:04.773Z] e5e13b0c77cb: Layer already exists [2023-02-08T17:05:04.773Z] 3.0.0-dev.41: digest: sha256:4d29dc2f52730cdddbcf59564f51e89f3161a2c8ab3e2940a7673d3dba7ccbac size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:04.988Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-08T17:05:05.120Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:05.257Z] v3.15.6-295-g1d57d748550 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-08T17:05:05.257Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-08T17:05:05.257Z] OK: 15736 distinct packages available [2023-02-08T17:05:05.423Z] + docker push nexus3.edgexfoundry.org:10004/core-data:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:05:05.424Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-02-08T17:05:05.424Z] 40a3be8e9fbe: Preparing [2023-02-08T17:05:05.424Z] 161f4447ff3a: Preparing [2023-02-08T17:05:05.424Z] 83a8db5a8ae5: Preparing [2023-02-08T17:05:05.424Z] f128d10d6bd8: Preparing [2023-02-08T17:05:05.424Z] e5e13b0c77cb: Preparing [2023-02-08T17:05:05.424Z] e5e13b0c77cb: Layer already exists [2023-02-08T17:05:05.424Z] 40a3be8e9fbe: Layer already exists [2023-02-08T17:05:05.424Z] 161f4447ff3a: Layer already exists [2023-02-08T17:05:05.424Z] 83a8db5a8ae5: Layer already exists [2023-02-08T17:05:05.424Z] f128d10d6bd8: Layer already exists [2023-02-08T17:05:05.424Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41: digest: sha256:4d29dc2f52730cdddbcf59564f51e89f3161a2c8ab3e2940a7673d3dba7ccbac size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:05.525Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-08T17:05:05.525Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-08T17:05:05.525Z] v3.15.6-295-g1d57d748550 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-08T17:05:05.525Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-08T17:05:05.525Z] OK: 15736 distinct packages available [2023-02-08T17:05:05.742Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:06.047Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2023-02-08T17:05:06.047Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-02-08T17:05:06.047Z] 40a3be8e9fbe: Preparing [2023-02-08T17:05:06.047Z] 161f4447ff3a: Preparing [2023-02-08T17:05:06.047Z] 83a8db5a8ae5: Preparing [2023-02-08T17:05:06.047Z] f128d10d6bd8: Preparing [2023-02-08T17:05:06.047Z] e5e13b0c77cb: Preparing [2023-02-08T17:05:06.047Z] e5e13b0c77cb: Layer already exists [2023-02-08T17:05:06.047Z] 83a8db5a8ae5: Layer already exists [2023-02-08T17:05:06.047Z] f128d10d6bd8: Layer already exists [2023-02-08T17:05:06.047Z] 40a3be8e9fbe: Layer already exists [2023-02-08T17:05:06.047Z] 161f4447ff3a: Layer already exists [2023-02-08T17:05:06.047Z] main: digest: sha256:4d29dc2f52730cdddbcf59564f51e89f3161a2c8ab3e2940a7673d3dba7ccbac size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-08T17:05:06.098Z] ===================================================== [Pipeline] echo [2023-02-08T17:05:06.107Z] taggedImages: [2023-02-08T17:05:06.107Z] - nexus3.edgexfoundry.org:10004/core-data:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:05:06.107Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2023-02-08T17:05:06.107Z] - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.41 [2023-02-08T17:05:06.107Z] - nexus3.edgexfoundry.org:10004/core-data:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:05:06.107Z] - nexus3.edgexfoundry.org:10004/core-data:main [2023-02-08T17:05:06.107Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-08T17:05:06.107Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [Pipeline] echo [2023-02-08T17:05:06.133Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2023-02-08T17:05:06.133Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:05:06.133Z] latest [2023-02-08T17:05:06.133Z] 3.0.0-dev.41 [2023-02-08T17:05:06.133Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:05:06.133Z] main [2023-02-08T17:05:06.133Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:06.374Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-08T17:05:06.452Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:06.757Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:05:06.757Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-02-08T17:05:06.757Z] 90fb768d89dd: Preparing [2023-02-08T17:05:06.757Z] 0803adc89cc6: Preparing [2023-02-08T17:05:06.757Z] b7d287a78a96: Preparing [2023-02-08T17:05:06.757Z] 83a8db5a8ae5: Preparing [2023-02-08T17:05:06.757Z] edd85bd315e3: Preparing [2023-02-08T17:05:06.757Z] e5e13b0c77cb: Preparing [2023-02-08T17:05:06.757Z] e5e13b0c77cb: Waiting [2023-02-08T17:05:06.757Z] edd85bd315e3: Layer already exists [2023-02-08T17:05:06.757Z] 83a8db5a8ae5: Layer already exists [2023-02-08T17:05:06.757Z] e5e13b0c77cb: Layer already exists [2023-02-08T17:05:06.757Z] 90fb768d89dd: Pushed [2023-02-08T17:05:06.757Z] 0803adc89cc6: Pushed [2023-02-08T17:05:06.972Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-02-08T17:05:06.972Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-02-08T17:05:06.972Z] (3/5) Installing libucontext (1.1-r0) [2023-02-08T17:05:06.972Z] (4/5) Installing gcompat (1.0.0-r4) [2023-02-08T17:05:06.972Z] (5/5) Installing openssl (1.1.1t-r1) [2023-02-08T17:05:06.972Z] Executing busybox-1.34.1-r7.trigger [2023-02-08T17:05:06.972Z] OK: 6 MiB in 19 packages [2023-02-08T17:05:07.238Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-02-08T17:05:07.239Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-02-08T17:05:07.239Z] (3/5) Installing libucontext (1.1-r0) [2023-02-08T17:05:07.239Z] (4/5) Installing gcompat (1.0.0-r4) [2023-02-08T17:05:07.239Z] (5/5) Installing openssl (1.1.1t-r1) [2023-02-08T17:05:07.239Z] Executing busybox-1.34.1-r7.trigger [2023-02-08T17:05:07.508Z] OK: 6 MiB in 19 packages [2023-02-08T17:05:08.109Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-02-08T17:05:08.109Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-02-08T17:05:08.109Z] (3/4) Installing libucontext (1.1-r0) [2023-02-08T17:05:08.109Z] (4/4) Installing gcompat (1.0.0-r4) [2023-02-08T17:05:08.109Z] Executing busybox-1.34.1-r7.trigger [2023-02-08T17:05:08.109Z] OK: 6 MiB in 18 packages [2023-02-08T17:05:08.134Z] b7d287a78a96: Pushed [2023-02-08T17:05:08.700Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660: digest: sha256:ce05fc12e9b5eed2534e39589ad600669ff192c59f5583dc62af3aa26a528bdd size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:09.017Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:09.316Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-02-08T17:05:09.316Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-02-08T17:05:09.316Z] 90fb768d89dd: Preparing [2023-02-08T17:05:09.316Z] 0803adc89cc6: Preparing [2023-02-08T17:05:09.316Z] b7d287a78a96: Preparing [2023-02-08T17:05:09.316Z] 83a8db5a8ae5: Preparing [2023-02-08T17:05:09.316Z] edd85bd315e3: Preparing [2023-02-08T17:05:09.316Z] e5e13b0c77cb: Preparing [2023-02-08T17:05:09.316Z] e5e13b0c77cb: Waiting [2023-02-08T17:05:09.316Z] b7d287a78a96: Layer already exists [2023-02-08T17:05:09.316Z] 83a8db5a8ae5: Layer already exists [2023-02-08T17:05:09.316Z] 90fb768d89dd: Layer already exists [2023-02-08T17:05:09.316Z] 0803adc89cc6: Layer already exists [2023-02-08T17:05:09.316Z] edd85bd315e3: Layer already exists [2023-02-08T17:05:09.316Z] e5e13b0c77cb: Layer already exists [2023-02-08T17:05:09.316Z] latest: digest: sha256:ce05fc12e9b5eed2534e39589ad600669ff192c59f5583dc62af3aa26a528bdd size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:09.620Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.41 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:09.927Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.41 [2023-02-08T17:05:09.927Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-02-08T17:05:09.927Z] 90fb768d89dd: Preparing [2023-02-08T17:05:09.927Z] 0803adc89cc6: Preparing [2023-02-08T17:05:09.927Z] b7d287a78a96: Preparing [2023-02-08T17:05:09.927Z] 83a8db5a8ae5: Preparing [2023-02-08T17:05:09.927Z] edd85bd315e3: Preparing [2023-02-08T17:05:09.927Z] e5e13b0c77cb: Preparing [2023-02-08T17:05:09.927Z] b7d287a78a96: Layer already exists [2023-02-08T17:05:09.927Z] 83a8db5a8ae5: Layer already exists [2023-02-08T17:05:09.927Z] edd85bd315e3: Layer already exists [2023-02-08T17:05:09.927Z] 0803adc89cc6: Layer already exists [2023-02-08T17:05:09.927Z] 90fb768d89dd: Layer already exists [2023-02-08T17:05:09.927Z] e5e13b0c77cb: Layer already exists [2023-02-08T17:05:09.927Z] 3.0.0-dev.41: digest: sha256:ce05fc12e9b5eed2534e39589ad600669ff192c59f5583dc62af3aa26a528bdd size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:10.241Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:10.548Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:05:10.548Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-02-08T17:05:10.548Z] 90fb768d89dd: Preparing [2023-02-08T17:05:10.548Z] 0803adc89cc6: Preparing [2023-02-08T17:05:10.548Z] b7d287a78a96: Preparing [2023-02-08T17:05:10.548Z] 83a8db5a8ae5: Preparing [2023-02-08T17:05:10.548Z] edd85bd315e3: Preparing [2023-02-08T17:05:10.548Z] e5e13b0c77cb: Preparing [2023-02-08T17:05:10.548Z] e5e13b0c77cb: Waiting [2023-02-08T17:05:10.548Z] b7d287a78a96: Layer already exists [2023-02-08T17:05:10.548Z] 0803adc89cc6: Layer already exists [2023-02-08T17:05:10.548Z] edd85bd315e3: Layer already exists [2023-02-08T17:05:10.548Z] 90fb768d89dd: Layer already exists [2023-02-08T17:05:10.548Z] 83a8db5a8ae5: Layer already exists [2023-02-08T17:05:10.548Z] e5e13b0c77cb: Layer already exists [2023-02-08T17:05:10.548Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41: digest: sha256:ce05fc12e9b5eed2534e39589ad600669ff192c59f5583dc62af3aa26a528bdd size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:10.692Z] Removing intermediate container 4650ba338ce3 [2023-02-08T17:05:10.692Z] ---> 27d37eb7a165 [2023-02-08T17:05:10.692Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-08T17:05:10.692Z] Removing intermediate container 6d500d610666 [2023-02-08T17:05:10.692Z] ---> 51910f2a3389 [2023-02-08T17:05:10.692Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-02-08T17:05:10.869Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:10.959Z] Removing intermediate container 6954e6368db2 [2023-02-08T17:05:10.959Z] ---> 941f6950ac4f [2023-02-08T17:05:10.959Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-08T17:05:11.178Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2023-02-08T17:05:11.178Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-02-08T17:05:11.178Z] 90fb768d89dd: Preparing [2023-02-08T17:05:11.178Z] 0803adc89cc6: Preparing [2023-02-08T17:05:11.178Z] b7d287a78a96: Preparing [2023-02-08T17:05:11.178Z] 83a8db5a8ae5: Preparing [2023-02-08T17:05:11.178Z] edd85bd315e3: Preparing [2023-02-08T17:05:11.178Z] e5e13b0c77cb: Preparing [2023-02-08T17:05:11.178Z] e5e13b0c77cb: Waiting [2023-02-08T17:05:11.178Z] edd85bd315e3: Layer already exists [2023-02-08T17:05:11.178Z] 0803adc89cc6: Layer already exists [2023-02-08T17:05:11.178Z] b7d287a78a96: Layer already exists [2023-02-08T17:05:11.178Z] 83a8db5a8ae5: Layer already exists [2023-02-08T17:05:11.178Z] 90fb768d89dd: Layer already exists [2023-02-08T17:05:11.178Z] e5e13b0c77cb: Layer already exists [2023-02-08T17:05:11.178Z] main: digest: sha256:ce05fc12e9b5eed2534e39589ad600669ff192c59f5583dc62af3aa26a528bdd size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-08T17:05:11.214Z] ===================================================== [Pipeline] echo [2023-02-08T17:05:11.220Z] taggedImages: [2023-02-08T17:05:11.220Z] - nexus3.edgexfoundry.org:10004/core-metadata:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:05:11.220Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-02-08T17:05:11.220Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.41 [2023-02-08T17:05:11.220Z] - nexus3.edgexfoundry.org:10004/core-metadata:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:05:11.220Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2023-02-08T17:05:11.235Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2023-02-08T17:05:11.235Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:05:11.235Z] latest [2023-02-08T17:05:11.235Z] 3.0.0-dev.41 [2023-02-08T17:05:11.235Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:05:11.235Z] main [2023-02-08T17:05:11.235Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:11.540Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:11.839Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:05:11.839Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-02-08T17:05:11.839Z] 5eaa755a61bb: Preparing [2023-02-08T17:05:11.839Z] 5eaa755a61bb: Preparing [2023-02-08T17:05:11.839Z] f704d3a8bb8f: Preparing [2023-02-08T17:05:11.839Z] 8054e5d21484: Preparing [2023-02-08T17:05:11.839Z] ea58dc89c01d: Preparing [2023-02-08T17:05:11.839Z] 7a7bf7936014: Preparing [2023-02-08T17:05:11.839Z] eac521c2dd86: Preparing [2023-02-08T17:05:11.839Z] 83a8db5a8ae5: Preparing [2023-02-08T17:05:11.839Z] 586ed7d65508: Preparing [2023-02-08T17:05:11.839Z] 8d0041985633: Preparing [2023-02-08T17:05:11.839Z] 3bada82b1541: Preparing [2023-02-08T17:05:11.839Z] 055d2054d7e3: Preparing [2023-02-08T17:05:11.839Z] e5e13b0c77cb: Preparing [2023-02-08T17:05:11.839Z] 586ed7d65508: Waiting [2023-02-08T17:05:11.839Z] 83a8db5a8ae5: Waiting [2023-02-08T17:05:11.839Z] 8d0041985633: Waiting [2023-02-08T17:05:11.839Z] 3bada82b1541: Waiting [2023-02-08T17:05:11.839Z] 055d2054d7e3: Waiting [2023-02-08T17:05:11.839Z] e5e13b0c77cb: Waiting [2023-02-08T17:05:11.839Z] eac521c2dd86: Waiting [2023-02-08T17:05:11.839Z] 8054e5d21484: Pushed [2023-02-08T17:05:11.839Z] f704d3a8bb8f: Pushed [2023-02-08T17:05:11.839Z] 5eaa755a61bb: Pushed [2023-02-08T17:05:11.839Z] 7a7bf7936014: Pushed [2023-02-08T17:05:11.839Z] ea58dc89c01d: Pushed [2023-02-08T17:05:11.839Z] 83a8db5a8ae5: Layer already exists [2023-02-08T17:05:12.099Z] 586ed7d65508: Pushed [2023-02-08T17:05:12.099Z] e5e13b0c77cb: Layer already exists [2023-02-08T17:05:12.099Z] 3bada82b1541: Pushed [2023-02-08T17:05:12.099Z] 8d0041985633: Pushed [2023-02-08T17:05:12.099Z] 055d2054d7e3: Pushed [2023-02-08T17:05:13.476Z] eac521c2dd86: Pushed [2023-02-08T17:05:13.476Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660: digest: sha256:eea1454982689cd27be612256160eeebb6c1152f95d10b1100dd231cc52ac39b size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:13.790Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:14.099Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-02-08T17:05:14.099Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-02-08T17:05:14.099Z] 5eaa755a61bb: Preparing [2023-02-08T17:05:14.099Z] 5eaa755a61bb: Preparing [2023-02-08T17:05:14.099Z] f704d3a8bb8f: Preparing [2023-02-08T17:05:14.099Z] 8054e5d21484: Preparing [2023-02-08T17:05:14.099Z] ea58dc89c01d: Preparing [2023-02-08T17:05:14.099Z] 7a7bf7936014: Preparing [2023-02-08T17:05:14.099Z] eac521c2dd86: Preparing [2023-02-08T17:05:14.099Z] 83a8db5a8ae5: Preparing [2023-02-08T17:05:14.099Z] 586ed7d65508: Preparing [2023-02-08T17:05:14.099Z] 8d0041985633: Preparing [2023-02-08T17:05:14.099Z] 3bada82b1541: Preparing [2023-02-08T17:05:14.099Z] 055d2054d7e3: Preparing [2023-02-08T17:05:14.099Z] e5e13b0c77cb: Preparing [2023-02-08T17:05:14.099Z] 83a8db5a8ae5: Waiting [2023-02-08T17:05:14.099Z] 586ed7d65508: Waiting [2023-02-08T17:05:14.099Z] 8d0041985633: Waiting [2023-02-08T17:05:14.099Z] 3bada82b1541: Waiting [2023-02-08T17:05:14.099Z] 055d2054d7e3: Waiting [2023-02-08T17:05:14.099Z] e5e13b0c77cb: Waiting [2023-02-08T17:05:14.099Z] eac521c2dd86: Waiting [2023-02-08T17:05:14.099Z] ea58dc89c01d: Layer already exists [2023-02-08T17:05:14.099Z] 5eaa755a61bb: Layer already exists [2023-02-08T17:05:14.099Z] f704d3a8bb8f: Layer already exists [2023-02-08T17:05:14.099Z] 7a7bf7936014: Layer already exists [2023-02-08T17:05:14.099Z] 8054e5d21484: Layer already exists [2023-02-08T17:05:14.099Z] 83a8db5a8ae5: Layer already exists [2023-02-08T17:05:14.099Z] eac521c2dd86: Layer already exists [2023-02-08T17:05:14.099Z] 586ed7d65508: Layer already exists [2023-02-08T17:05:14.099Z] 3bada82b1541: Layer already exists [2023-02-08T17:05:14.099Z] 8d0041985633: Layer already exists [2023-02-08T17:05:14.099Z] 055d2054d7e3: Layer already exists [2023-02-08T17:05:14.099Z] e5e13b0c77cb: Layer already exists [2023-02-08T17:05:14.099Z] latest: digest: sha256:eea1454982689cd27be612256160eeebb6c1152f95d10b1100dd231cc52ac39b size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:14.413Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.41 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:14.716Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.41 [2023-02-08T17:05:14.716Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-02-08T17:05:14.716Z] 5eaa755a61bb: Preparing [2023-02-08T17:05:14.716Z] 5eaa755a61bb: Preparing [2023-02-08T17:05:14.716Z] f704d3a8bb8f: Preparing [2023-02-08T17:05:14.716Z] 8054e5d21484: Preparing [2023-02-08T17:05:14.716Z] ea58dc89c01d: Preparing [2023-02-08T17:05:14.716Z] 7a7bf7936014: Preparing [2023-02-08T17:05:14.716Z] eac521c2dd86: Preparing [2023-02-08T17:05:14.716Z] 83a8db5a8ae5: Preparing [2023-02-08T17:05:14.716Z] 586ed7d65508: Preparing [2023-02-08T17:05:14.716Z] 8d0041985633: Preparing [2023-02-08T17:05:14.716Z] 3bada82b1541: Preparing [2023-02-08T17:05:14.716Z] 055d2054d7e3: Preparing [2023-02-08T17:05:14.716Z] e5e13b0c77cb: Preparing [2023-02-08T17:05:14.716Z] 83a8db5a8ae5: Waiting [2023-02-08T17:05:14.716Z] 586ed7d65508: Waiting [2023-02-08T17:05:14.716Z] 8d0041985633: Waiting [2023-02-08T17:05:14.716Z] 3bada82b1541: Waiting [2023-02-08T17:05:14.716Z] 055d2054d7e3: Waiting [2023-02-08T17:05:14.716Z] e5e13b0c77cb: Waiting [2023-02-08T17:05:14.716Z] eac521c2dd86: Waiting [2023-02-08T17:05:14.716Z] 7a7bf7936014: Layer already exists [2023-02-08T17:05:14.716Z] 5eaa755a61bb: Layer already exists [2023-02-08T17:05:14.716Z] f704d3a8bb8f: Layer already exists [2023-02-08T17:05:14.716Z] ea58dc89c01d: Layer already exists [2023-02-08T17:05:14.716Z] 8054e5d21484: Layer already exists [2023-02-08T17:05:14.716Z] eac521c2dd86: Layer already exists [2023-02-08T17:05:14.716Z] 83a8db5a8ae5: Layer already exists [2023-02-08T17:05:14.716Z] 586ed7d65508: Layer already exists [2023-02-08T17:05:14.716Z] 8d0041985633: Layer already exists [2023-02-08T17:05:14.716Z] 3bada82b1541: Layer already exists [2023-02-08T17:05:14.716Z] e5e13b0c77cb: Layer already exists [2023-02-08T17:05:14.716Z] 055d2054d7e3: Layer already exists [2023-02-08T17:05:14.716Z] 3.0.0-dev.41: digest: sha256:eea1454982689cd27be612256160eeebb6c1152f95d10b1100dd231cc52ac39b size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:15.021Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:15.323Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:05:15.323Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-02-08T17:05:15.323Z] 5eaa755a61bb: Preparing [2023-02-08T17:05:15.323Z] 5eaa755a61bb: Preparing [2023-02-08T17:05:15.323Z] f704d3a8bb8f: Preparing [2023-02-08T17:05:15.323Z] 8054e5d21484: Preparing [2023-02-08T17:05:15.323Z] ea58dc89c01d: Preparing [2023-02-08T17:05:15.323Z] 7a7bf7936014: Preparing [2023-02-08T17:05:15.323Z] eac521c2dd86: Preparing [2023-02-08T17:05:15.323Z] 83a8db5a8ae5: Preparing [2023-02-08T17:05:15.323Z] eac521c2dd86: Waiting [2023-02-08T17:05:15.323Z] 83a8db5a8ae5: Waiting [2023-02-08T17:05:15.323Z] 586ed7d65508: Preparing [2023-02-08T17:05:15.323Z] 8d0041985633: Preparing [2023-02-08T17:05:15.323Z] 586ed7d65508: Waiting [2023-02-08T17:05:15.323Z] 3bada82b1541: Preparing [2023-02-08T17:05:15.323Z] 055d2054d7e3: Preparing [2023-02-08T17:05:15.323Z] e5e13b0c77cb: Preparing [2023-02-08T17:05:15.323Z] 8d0041985633: Waiting [2023-02-08T17:05:15.323Z] 3bada82b1541: Waiting [2023-02-08T17:05:15.323Z] e5e13b0c77cb: Waiting [2023-02-08T17:05:15.323Z] 055d2054d7e3: Waiting [2023-02-08T17:05:15.323Z] f704d3a8bb8f: Layer already exists [2023-02-08T17:05:15.323Z] 7a7bf7936014: Layer already exists [2023-02-08T17:05:15.323Z] 8054e5d21484: Layer already exists [2023-02-08T17:05:15.323Z] ea58dc89c01d: Layer already exists [2023-02-08T17:05:15.323Z] 5eaa755a61bb: Layer already exists [2023-02-08T17:05:15.323Z] eac521c2dd86: Layer already exists [2023-02-08T17:05:15.323Z] 83a8db5a8ae5: Layer already exists [2023-02-08T17:05:15.323Z] 586ed7d65508: Layer already exists [2023-02-08T17:05:15.323Z] 8d0041985633: Layer already exists [2023-02-08T17:05:15.323Z] 3bada82b1541: Layer already exists [2023-02-08T17:05:15.323Z] e5e13b0c77cb: Layer already exists [2023-02-08T17:05:15.323Z] 055d2054d7e3: Layer already exists [2023-02-08T17:05:15.323Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41: digest: sha256:eea1454982689cd27be612256160eeebb6c1152f95d10b1100dd231cc52ac39b size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:15.642Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:15.965Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2023-02-08T17:05:15.966Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-02-08T17:05:15.966Z] 5eaa755a61bb: Preparing [2023-02-08T17:05:15.966Z] 5eaa755a61bb: Preparing [2023-02-08T17:05:15.966Z] f704d3a8bb8f: Preparing [2023-02-08T17:05:15.966Z] 8054e5d21484: Preparing [2023-02-08T17:05:15.966Z] ea58dc89c01d: Preparing [2023-02-08T17:05:15.966Z] 7a7bf7936014: Preparing [2023-02-08T17:05:15.966Z] eac521c2dd86: Preparing [2023-02-08T17:05:15.966Z] 83a8db5a8ae5: Preparing [2023-02-08T17:05:15.966Z] 586ed7d65508: Preparing [2023-02-08T17:05:15.966Z] 8d0041985633: Preparing [2023-02-08T17:05:15.966Z] 3bada82b1541: Preparing [2023-02-08T17:05:15.966Z] 055d2054d7e3: Preparing [2023-02-08T17:05:15.966Z] e5e13b0c77cb: Preparing [2023-02-08T17:05:15.966Z] 83a8db5a8ae5: Waiting [2023-02-08T17:05:15.966Z] 586ed7d65508: Waiting [2023-02-08T17:05:15.966Z] 8d0041985633: Waiting [2023-02-08T17:05:15.966Z] 3bada82b1541: Waiting [2023-02-08T17:05:15.966Z] 055d2054d7e3: Waiting [2023-02-08T17:05:15.966Z] eac521c2dd86: Waiting [2023-02-08T17:05:15.966Z] e5e13b0c77cb: Waiting [2023-02-08T17:05:15.966Z] ea58dc89c01d: Layer already exists [2023-02-08T17:05:15.966Z] 5eaa755a61bb: Layer already exists [2023-02-08T17:05:15.966Z] f704d3a8bb8f: Layer already exists [2023-02-08T17:05:15.966Z] 7a7bf7936014: Layer already exists [2023-02-08T17:05:15.966Z] 8054e5d21484: Layer already exists [2023-02-08T17:05:15.966Z] eac521c2dd86: Layer already exists [2023-02-08T17:05:15.966Z] 83a8db5a8ae5: Layer already exists [2023-02-08T17:05:15.966Z] 8d0041985633: Layer already exists [2023-02-08T17:05:15.966Z] 586ed7d65508: Layer already exists [2023-02-08T17:05:15.966Z] 3bada82b1541: Layer already exists [2023-02-08T17:05:15.966Z] 055d2054d7e3: Layer already exists [2023-02-08T17:05:15.966Z] e5e13b0c77cb: Layer already exists [2023-02-08T17:05:15.966Z] main: digest: sha256:eea1454982689cd27be612256160eeebb6c1152f95d10b1100dd231cc52ac39b size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-08T17:05:16.001Z] ===================================================== [Pipeline] echo [2023-02-08T17:05:16.007Z] taggedImages: [2023-02-08T17:05:16.007Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:05:16.007Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-02-08T17:05:16.007Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.41 [2023-02-08T17:05:16.007Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:05:16.007Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2023-02-08T17:05:16.023Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2023-02-08T17:05:16.023Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:05:16.023Z] latest [2023-02-08T17:05:16.023Z] 3.0.0-dev.41 [2023-02-08T17:05:16.023Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:05:16.023Z] main [2023-02-08T17:05:16.023Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:16.328Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:16.633Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:05:16.633Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-02-08T17:05:16.633Z] e03e2d3d58d8: Preparing [2023-02-08T17:05:16.633Z] aad6ff53e5d5: Preparing [2023-02-08T17:05:16.633Z] 4589b2395e45: Preparing [2023-02-08T17:05:16.633Z] 7ae1b8281c51: Preparing [2023-02-08T17:05:16.633Z] 978a332ade10: Preparing [2023-02-08T17:05:16.633Z] a48496de1497: Preparing [2023-02-08T17:05:16.633Z] 73a021af7f1f: Preparing [2023-02-08T17:05:16.633Z] e5e13b0c77cb: Preparing [2023-02-08T17:05:16.633Z] 73a021af7f1f: Waiting [2023-02-08T17:05:16.633Z] a48496de1497: Waiting [2023-02-08T17:05:16.633Z] e5e13b0c77cb: Waiting [2023-02-08T17:05:16.633Z] aad6ff53e5d5: Pushed [2023-02-08T17:05:16.633Z] e03e2d3d58d8: Pushed [2023-02-08T17:05:16.633Z] 978a332ade10: Pushed [2023-02-08T17:05:16.633Z] e5e13b0c77cb: Layer already exists [2023-02-08T17:05:16.892Z] a48496de1497: Pushed [2023-02-08T17:05:16.892Z] 73a021af7f1f: Pushed [2023-02-08T17:05:17.830Z] 4589b2395e45: Pushed [2023-02-08T17:05:17.830Z] 7ae1b8281c51: Pushed [2023-02-08T17:05:17.830Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660: digest: sha256:c0be838b70ff946f86d6466383826de5e1ad14036b836a543b5c1bcefc7e879b size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:18.136Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:18.437Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-02-08T17:05:18.437Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-02-08T17:05:18.437Z] e03e2d3d58d8: Preparing [2023-02-08T17:05:18.437Z] aad6ff53e5d5: Preparing [2023-02-08T17:05:18.437Z] 4589b2395e45: Preparing [2023-02-08T17:05:18.437Z] 7ae1b8281c51: Preparing [2023-02-08T17:05:18.437Z] 978a332ade10: Preparing [2023-02-08T17:05:18.437Z] a48496de1497: Preparing [2023-02-08T17:05:18.437Z] 73a021af7f1f: Preparing [2023-02-08T17:05:18.437Z] e5e13b0c77cb: Preparing [2023-02-08T17:05:18.437Z] a48496de1497: Waiting [2023-02-08T17:05:18.437Z] 73a021af7f1f: Waiting [2023-02-08T17:05:18.437Z] e5e13b0c77cb: Waiting [2023-02-08T17:05:18.437Z] aad6ff53e5d5: Layer already exists [2023-02-08T17:05:18.437Z] 4589b2395e45: Layer already exists [2023-02-08T17:05:18.438Z] 7ae1b8281c51: Layer already exists [2023-02-08T17:05:18.438Z] e03e2d3d58d8: Layer already exists [2023-02-08T17:05:18.438Z] 978a332ade10: Layer already exists [2023-02-08T17:05:18.438Z] 73a021af7f1f: Layer already exists [2023-02-08T17:05:18.438Z] a48496de1497: Layer already exists [2023-02-08T17:05:18.438Z] e5e13b0c77cb: Layer already exists [2023-02-08T17:05:18.438Z] latest: digest: sha256:c0be838b70ff946f86d6466383826de5e1ad14036b836a543b5c1bcefc7e879b size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:18.751Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.41 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:19.059Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.41 [2023-02-08T17:05:19.059Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-02-08T17:05:19.059Z] e03e2d3d58d8: Preparing [2023-02-08T17:05:19.059Z] aad6ff53e5d5: Preparing [2023-02-08T17:05:19.059Z] 4589b2395e45: Preparing [2023-02-08T17:05:19.059Z] 7ae1b8281c51: Preparing [2023-02-08T17:05:19.059Z] 978a332ade10: Preparing [2023-02-08T17:05:19.059Z] a48496de1497: Preparing [2023-02-08T17:05:19.059Z] 73a021af7f1f: Preparing [2023-02-08T17:05:19.059Z] e5e13b0c77cb: Preparing [2023-02-08T17:05:19.059Z] a48496de1497: Waiting [2023-02-08T17:05:19.059Z] e5e13b0c77cb: Waiting [2023-02-08T17:05:19.059Z] 73a021af7f1f: Waiting [2023-02-08T17:05:19.059Z] aad6ff53e5d5: Layer already exists [2023-02-08T17:05:19.059Z] 978a332ade10: Layer already exists [2023-02-08T17:05:19.059Z] e03e2d3d58d8: Layer already exists [2023-02-08T17:05:19.059Z] 4589b2395e45: Layer already exists [2023-02-08T17:05:19.059Z] 7ae1b8281c51: Layer already exists [2023-02-08T17:05:19.059Z] a48496de1497: Layer already exists [2023-02-08T17:05:19.059Z] 73a021af7f1f: Layer already exists [2023-02-08T17:05:19.059Z] e5e13b0c77cb: Layer already exists [2023-02-08T17:05:19.059Z] 3.0.0-dev.41: digest: sha256:c0be838b70ff946f86d6466383826de5e1ad14036b836a543b5c1bcefc7e879b size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:19.366Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:19.672Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:05:19.672Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-02-08T17:05:19.672Z] e03e2d3d58d8: Preparing [2023-02-08T17:05:19.672Z] aad6ff53e5d5: Preparing [2023-02-08T17:05:19.672Z] 4589b2395e45: Preparing [2023-02-08T17:05:19.672Z] 7ae1b8281c51: Preparing [2023-02-08T17:05:19.672Z] 978a332ade10: Preparing [2023-02-08T17:05:19.672Z] a48496de1497: Preparing [2023-02-08T17:05:19.672Z] 73a021af7f1f: Preparing [2023-02-08T17:05:19.672Z] e5e13b0c77cb: Preparing [2023-02-08T17:05:19.672Z] e5e13b0c77cb: Waiting [2023-02-08T17:05:19.672Z] 73a021af7f1f: Waiting [2023-02-08T17:05:19.672Z] a48496de1497: Waiting [2023-02-08T17:05:19.672Z] aad6ff53e5d5: Layer already exists [2023-02-08T17:05:19.672Z] 7ae1b8281c51: Layer already exists [2023-02-08T17:05:19.672Z] 4589b2395e45: Layer already exists [2023-02-08T17:05:19.672Z] e03e2d3d58d8: Layer already exists [2023-02-08T17:05:19.672Z] 978a332ade10: Layer already exists [2023-02-08T17:05:19.672Z] a48496de1497: Layer already exists [2023-02-08T17:05:19.672Z] 73a021af7f1f: Layer already exists [2023-02-08T17:05:19.672Z] e5e13b0c77cb: Layer already exists [2023-02-08T17:05:19.672Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41: digest: sha256:c0be838b70ff946f86d6466383826de5e1ad14036b836a543b5c1bcefc7e879b size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:19.989Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:20.297Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2023-02-08T17:05:20.297Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-02-08T17:05:20.297Z] e03e2d3d58d8: Preparing [2023-02-08T17:05:20.297Z] aad6ff53e5d5: Preparing [2023-02-08T17:05:20.297Z] 4589b2395e45: Preparing [2023-02-08T17:05:20.297Z] 7ae1b8281c51: Preparing [2023-02-08T17:05:20.297Z] 978a332ade10: Preparing [2023-02-08T17:05:20.297Z] a48496de1497: Preparing [2023-02-08T17:05:20.297Z] 73a021af7f1f: Preparing [2023-02-08T17:05:20.297Z] e5e13b0c77cb: Preparing [2023-02-08T17:05:20.297Z] 73a021af7f1f: Waiting [2023-02-08T17:05:20.297Z] a48496de1497: Waiting [2023-02-08T17:05:20.297Z] e5e13b0c77cb: Waiting [2023-02-08T17:05:20.297Z] aad6ff53e5d5: Layer already exists [2023-02-08T17:05:20.297Z] 7ae1b8281c51: Layer already exists [2023-02-08T17:05:20.297Z] 4589b2395e45: Layer already exists [2023-02-08T17:05:20.297Z] e03e2d3d58d8: Layer already exists [2023-02-08T17:05:20.297Z] 978a332ade10: Layer already exists [2023-02-08T17:05:20.297Z] a48496de1497: Layer already exists [2023-02-08T17:05:20.297Z] 73a021af7f1f: Layer already exists [2023-02-08T17:05:20.297Z] e5e13b0c77cb: Layer already exists [2023-02-08T17:05:20.297Z] main: digest: sha256:c0be838b70ff946f86d6466383826de5e1ad14036b836a543b5c1bcefc7e879b size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-08T17:05:20.353Z] ===================================================== [Pipeline] echo [2023-02-08T17:05:20.363Z] taggedImages: [2023-02-08T17:05:20.363Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:05:20.363Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-02-08T17:05:20.363Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.41 [2023-02-08T17:05:20.363Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:05:20.363Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2023-02-08T17:05:20.386Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2023-02-08T17:05:20.386Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:05:20.386Z] latest [2023-02-08T17:05:20.386Z] 3.0.0-dev.41 [2023-02-08T17:05:20.386Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:05:20.386Z] main [2023-02-08T17:05:20.386Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:20.716Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:21.030Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:05:21.030Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-02-08T17:05:21.030Z] d78ca4814efa: Preparing [2023-02-08T17:05:21.030Z] 0d046c89e100: Preparing [2023-02-08T17:05:21.030Z] ba98ea2c516c: Preparing [2023-02-08T17:05:21.030Z] d91d0af45c18: Preparing [2023-02-08T17:05:21.030Z] 7d37d2e57d88: Preparing [2023-02-08T17:05:21.030Z] 7ff027a1192c: Preparing [2023-02-08T17:05:21.030Z] faa3f05e13ad: Preparing [2023-02-08T17:05:21.030Z] 97ef1e19ff89: Preparing [2023-02-08T17:05:21.030Z] a244171de2ae: Preparing [2023-02-08T17:05:21.030Z] e5e13b0c77cb: Preparing [2023-02-08T17:05:21.030Z] a244171de2ae: Waiting [2023-02-08T17:05:21.030Z] e5e13b0c77cb: Waiting [2023-02-08T17:05:21.030Z] 7ff027a1192c: Waiting [2023-02-08T17:05:21.030Z] faa3f05e13ad: Waiting [2023-02-08T17:05:21.030Z] 97ef1e19ff89: Waiting [2023-02-08T17:05:21.030Z] 0d046c89e100: Pushed [2023-02-08T17:05:21.030Z] 7d37d2e57d88: Pushed [2023-02-08T17:05:21.030Z] d78ca4814efa: Pushed [2023-02-08T17:05:21.080Z] ---> d0c8fa7d729d [2023-02-08T17:05:21.080Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-08T17:05:21.293Z] 97ef1e19ff89: Pushed [2023-02-08T17:05:21.293Z] 7ff027a1192c: Pushed [2023-02-08T17:05:21.293Z] faa3f05e13ad: Pushed [2023-02-08T17:05:21.293Z] e5e13b0c77cb: Layer already exists [2023-02-08T17:05:21.556Z] a244171de2ae: Pushed [2023-02-08T17:05:22.138Z] d91d0af45c18: Pushed [2023-02-08T17:05:22.396Z] ba98ea2c516c: Pushed [2023-02-08T17:05:22.396Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660: digest: sha256:31ad1dc13eea5ed5ff3c1db632c664c1c03d2f8547bad738904a8790dd574854 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:22.703Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:23.010Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-02-08T17:05:23.011Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-02-08T17:05:23.011Z] d78ca4814efa: Preparing [2023-02-08T17:05:23.011Z] 0d046c89e100: Preparing [2023-02-08T17:05:23.011Z] ba98ea2c516c: Preparing [2023-02-08T17:05:23.011Z] d91d0af45c18: Preparing [2023-02-08T17:05:23.011Z] 7d37d2e57d88: Preparing [2023-02-08T17:05:23.011Z] 7ff027a1192c: Preparing [2023-02-08T17:05:23.011Z] faa3f05e13ad: Preparing [2023-02-08T17:05:23.011Z] 97ef1e19ff89: Preparing [2023-02-08T17:05:23.011Z] a244171de2ae: Preparing [2023-02-08T17:05:23.011Z] e5e13b0c77cb: Preparing [2023-02-08T17:05:23.011Z] faa3f05e13ad: Waiting [2023-02-08T17:05:23.011Z] 97ef1e19ff89: Waiting [2023-02-08T17:05:23.011Z] 7ff027a1192c: Waiting [2023-02-08T17:05:23.011Z] a244171de2ae: Waiting [2023-02-08T17:05:23.011Z] e5e13b0c77cb: Waiting [2023-02-08T17:05:23.011Z] d91d0af45c18: Layer already exists [2023-02-08T17:05:23.011Z] 7d37d2e57d88: Layer already exists [2023-02-08T17:05:23.011Z] 0d046c89e100: Layer already exists [2023-02-08T17:05:23.011Z] ba98ea2c516c: Layer already exists [2023-02-08T17:05:23.011Z] d78ca4814efa: Layer already exists [2023-02-08T17:05:23.011Z] 7ff027a1192c: Layer already exists [2023-02-08T17:05:23.011Z] faa3f05e13ad: Layer already exists [2023-02-08T17:05:23.011Z] 97ef1e19ff89: Layer already exists [2023-02-08T17:05:23.011Z] e5e13b0c77cb: Layer already exists [2023-02-08T17:05:23.011Z] a244171de2ae: Layer already exists [2023-02-08T17:05:23.011Z] latest: digest: sha256:31ad1dc13eea5ed5ff3c1db632c664c1c03d2f8547bad738904a8790dd574854 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:23.381Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.41 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:23.697Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.41 [2023-02-08T17:05:23.697Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-02-08T17:05:23.697Z] d78ca4814efa: Preparing [2023-02-08T17:05:23.697Z] 0d046c89e100: Preparing [2023-02-08T17:05:23.697Z] ba98ea2c516c: Preparing [2023-02-08T17:05:23.697Z] d91d0af45c18: Preparing [2023-02-08T17:05:23.697Z] 7d37d2e57d88: Preparing [2023-02-08T17:05:23.697Z] 7ff027a1192c: Preparing [2023-02-08T17:05:23.697Z] faa3f05e13ad: Preparing [2023-02-08T17:05:23.697Z] 97ef1e19ff89: Preparing [2023-02-08T17:05:23.697Z] a244171de2ae: Preparing [2023-02-08T17:05:23.697Z] e5e13b0c77cb: Preparing [2023-02-08T17:05:23.697Z] faa3f05e13ad: Waiting [2023-02-08T17:05:23.697Z] 7ff027a1192c: Waiting [2023-02-08T17:05:23.697Z] 97ef1e19ff89: Waiting [2023-02-08T17:05:23.697Z] e5e13b0c77cb: Waiting [2023-02-08T17:05:23.697Z] a244171de2ae: Waiting [2023-02-08T17:05:23.697Z] d91d0af45c18: Layer already exists [2023-02-08T17:05:23.697Z] 0d046c89e100: Layer already exists [2023-02-08T17:05:23.697Z] ba98ea2c516c: Layer already exists [2023-02-08T17:05:23.697Z] d78ca4814efa: Layer already exists [2023-02-08T17:05:23.697Z] 7d37d2e57d88: Layer already exists [2023-02-08T17:05:23.697Z] 7ff027a1192c: Layer already exists [2023-02-08T17:05:23.697Z] e5e13b0c77cb: Layer already exists [2023-02-08T17:05:23.697Z] 97ef1e19ff89: Layer already exists [2023-02-08T17:05:23.697Z] faa3f05e13ad: Layer already exists [2023-02-08T17:05:23.697Z] a244171de2ae: Layer already exists [2023-02-08T17:05:23.697Z] 3.0.0-dev.41: digest: sha256:31ad1dc13eea5ed5ff3c1db632c664c1c03d2f8547bad738904a8790dd574854 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:24.022Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:24.337Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:05:24.337Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-02-08T17:05:24.337Z] d78ca4814efa: Preparing [2023-02-08T17:05:24.337Z] 0d046c89e100: Preparing [2023-02-08T17:05:24.337Z] ba98ea2c516c: Preparing [2023-02-08T17:05:24.337Z] d91d0af45c18: Preparing [2023-02-08T17:05:24.337Z] 7d37d2e57d88: Preparing [2023-02-08T17:05:24.337Z] 7ff027a1192c: Preparing [2023-02-08T17:05:24.337Z] faa3f05e13ad: Preparing [2023-02-08T17:05:24.337Z] 97ef1e19ff89: Preparing [2023-02-08T17:05:24.337Z] a244171de2ae: Preparing [2023-02-08T17:05:24.337Z] e5e13b0c77cb: Preparing [2023-02-08T17:05:24.337Z] 7ff027a1192c: Waiting [2023-02-08T17:05:24.337Z] e5e13b0c77cb: Waiting [2023-02-08T17:05:24.337Z] a244171de2ae: Waiting [2023-02-08T17:05:24.337Z] faa3f05e13ad: Waiting [2023-02-08T17:05:24.337Z] 97ef1e19ff89: Waiting [2023-02-08T17:05:24.337Z] d78ca4814efa: Layer already exists [2023-02-08T17:05:24.337Z] 0d046c89e100: Layer already exists [2023-02-08T17:05:24.337Z] ba98ea2c516c: Layer already exists [2023-02-08T17:05:24.337Z] d91d0af45c18: Layer already exists [2023-02-08T17:05:24.337Z] 7d37d2e57d88: Layer already exists [2023-02-08T17:05:24.337Z] 7ff027a1192c: Layer already exists [2023-02-08T17:05:24.337Z] faa3f05e13ad: Layer already exists [2023-02-08T17:05:24.337Z] e5e13b0c77cb: Layer already exists [2023-02-08T17:05:24.337Z] a244171de2ae: Layer already exists [2023-02-08T17:05:24.337Z] 97ef1e19ff89: Layer already exists [2023-02-08T17:05:24.337Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41: digest: sha256:31ad1dc13eea5ed5ff3c1db632c664c1c03d2f8547bad738904a8790dd574854 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:24.660Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:24.977Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2023-02-08T17:05:24.977Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-02-08T17:05:24.977Z] d78ca4814efa: Preparing [2023-02-08T17:05:24.977Z] 0d046c89e100: Preparing [2023-02-08T17:05:24.977Z] ba98ea2c516c: Preparing [2023-02-08T17:05:24.977Z] d91d0af45c18: Preparing [2023-02-08T17:05:24.977Z] 7d37d2e57d88: Preparing [2023-02-08T17:05:24.977Z] 7ff027a1192c: Preparing [2023-02-08T17:05:24.977Z] faa3f05e13ad: Preparing [2023-02-08T17:05:24.977Z] 97ef1e19ff89: Preparing [2023-02-08T17:05:24.977Z] a244171de2ae: Preparing [2023-02-08T17:05:24.977Z] e5e13b0c77cb: Preparing [2023-02-08T17:05:24.977Z] 7ff027a1192c: Waiting [2023-02-08T17:05:24.977Z] faa3f05e13ad: Waiting [2023-02-08T17:05:24.977Z] a244171de2ae: Waiting [2023-02-08T17:05:24.977Z] e5e13b0c77cb: Waiting [2023-02-08T17:05:24.977Z] 97ef1e19ff89: Waiting [2023-02-08T17:05:24.977Z] d91d0af45c18: Layer already exists [2023-02-08T17:05:24.977Z] 7d37d2e57d88: Layer already exists [2023-02-08T17:05:24.977Z] ba98ea2c516c: Layer already exists [2023-02-08T17:05:24.977Z] 0d046c89e100: Layer already exists [2023-02-08T17:05:24.977Z] d78ca4814efa: Layer already exists [2023-02-08T17:05:24.977Z] 7ff027a1192c: Layer already exists [2023-02-08T17:05:24.977Z] e5e13b0c77cb: Layer already exists [2023-02-08T17:05:24.977Z] faa3f05e13ad: Layer already exists [2023-02-08T17:05:24.977Z] 97ef1e19ff89: Layer already exists [2023-02-08T17:05:24.977Z] a244171de2ae: Layer already exists [2023-02-08T17:05:24.977Z] main: digest: sha256:31ad1dc13eea5ed5ff3c1db632c664c1c03d2f8547bad738904a8790dd574854 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-08T17:05:25.030Z] ===================================================== [Pipeline] echo [2023-02-08T17:05:25.044Z] taggedImages: [2023-02-08T17:05:25.044Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:05:25.044Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-02-08T17:05:25.044Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.41 [2023-02-08T17:05:25.044Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:05:25.044Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2023-02-08T17:05:25.078Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2023-02-08T17:05:25.078Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:05:25.078Z] latest [2023-02-08T17:05:25.078Z] 3.0.0-dev.41 [2023-02-08T17:05:25.078Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:05:25.078Z] main [2023-02-08T17:05:25.078Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:25.411Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:25.717Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:05:25.718Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-02-08T17:05:25.718Z] 388f131c3332: Preparing [2023-02-08T17:05:25.718Z] 49e606850970: Preparing [2023-02-08T17:05:25.718Z] 83a8db5a8ae5: Preparing [2023-02-08T17:05:25.718Z] ab329db9f028: Preparing [2023-02-08T17:05:25.718Z] 34d5ebaa5410: Preparing [2023-02-08T17:05:25.718Z] 34d5ebaa5410: Layer already exists [2023-02-08T17:05:25.718Z] 83a8db5a8ae5: Layer already exists [2023-02-08T17:05:25.718Z] 388f131c3332: Pushed [2023-02-08T17:05:26.296Z] ab329db9f028: Pushed [2023-02-08T17:05:27.677Z] 49e606850970: Pushed [2023-02-08T17:05:27.677Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660: digest: sha256:bc0073f3dc738372cd1544e75e44741e2676999477a010f707ae8b7c8a7c3293 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:27.740Z] ---> 64c7165a0691 [2023-02-08T17:05:27.740Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-02-08T17:05:27.740Z] ---> d4a34b549185 [2023-02-08T17:05:27.740Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-02-08T17:05:28.002Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:28.323Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-02-08T17:05:28.323Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-02-08T17:05:28.323Z] 388f131c3332: Preparing [2023-02-08T17:05:28.323Z] 49e606850970: Preparing [2023-02-08T17:05:28.323Z] 83a8db5a8ae5: Preparing [2023-02-08T17:05:28.323Z] ab329db9f028: Preparing [2023-02-08T17:05:28.323Z] 34d5ebaa5410: Preparing [2023-02-08T17:05:28.323Z] 388f131c3332: Layer already exists [2023-02-08T17:05:28.323Z] ab329db9f028: Layer already exists [2023-02-08T17:05:28.323Z] 49e606850970: Layer already exists [2023-02-08T17:05:28.323Z] 83a8db5a8ae5: Layer already exists [2023-02-08T17:05:28.323Z] 34d5ebaa5410: Layer already exists [2023-02-08T17:05:28.323Z] latest: digest: sha256:bc0073f3dc738372cd1544e75e44741e2676999477a010f707ae8b7c8a7c3293 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:28.639Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.41 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:28.947Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.41 [2023-02-08T17:05:28.947Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-02-08T17:05:28.947Z] 388f131c3332: Preparing [2023-02-08T17:05:28.947Z] 49e606850970: Preparing [2023-02-08T17:05:28.947Z] 83a8db5a8ae5: Preparing [2023-02-08T17:05:28.947Z] ab329db9f028: Preparing [2023-02-08T17:05:28.947Z] 34d5ebaa5410: Preparing [2023-02-08T17:05:28.947Z] 34d5ebaa5410: Layer already exists [2023-02-08T17:05:28.947Z] 49e606850970: Layer already exists [2023-02-08T17:05:28.947Z] ab329db9f028: Layer already exists [2023-02-08T17:05:28.947Z] 83a8db5a8ae5: Layer already exists [2023-02-08T17:05:28.947Z] 388f131c3332: Layer already exists [2023-02-08T17:05:28.947Z] 3.0.0-dev.41: digest: sha256:bc0073f3dc738372cd1544e75e44741e2676999477a010f707ae8b7c8a7c3293 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:29.258Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:29.348Z] ---> 0935ea1046f8 [2023-02-08T17:05:29.348Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-02-08T17:05:29.348Z] ---> 22c119a18b20 [2023-02-08T17:05:29.348Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-02-08T17:05:29.564Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:05:29.564Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-02-08T17:05:29.564Z] 388f131c3332: Preparing [2023-02-08T17:05:29.564Z] 49e606850970: Preparing [2023-02-08T17:05:29.564Z] 83a8db5a8ae5: Preparing [2023-02-08T17:05:29.564Z] ab329db9f028: Preparing [2023-02-08T17:05:29.564Z] 34d5ebaa5410: Preparing [2023-02-08T17:05:29.564Z] 34d5ebaa5410: Layer already exists [2023-02-08T17:05:29.564Z] 388f131c3332: Layer already exists [2023-02-08T17:05:29.564Z] ab329db9f028: Layer already exists [2023-02-08T17:05:29.564Z] 49e606850970: Layer already exists [2023-02-08T17:05:29.564Z] 83a8db5a8ae5: Layer already exists [2023-02-08T17:05:29.564Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41: digest: sha256:bc0073f3dc738372cd1544e75e44741e2676999477a010f707ae8b7c8a7c3293 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:29.632Z] ---> Running in d427da98f486 [2023-02-08T17:05:29.882Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:30.182Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2023-02-08T17:05:30.182Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-02-08T17:05:30.182Z] 388f131c3332: Preparing [2023-02-08T17:05:30.182Z] 49e606850970: Preparing [2023-02-08T17:05:30.182Z] 83a8db5a8ae5: Preparing [2023-02-08T17:05:30.182Z] ab329db9f028: Preparing [2023-02-08T17:05:30.182Z] 34d5ebaa5410: Preparing [2023-02-08T17:05:30.182Z] 388f131c3332: Layer already exists [2023-02-08T17:05:30.182Z] 83a8db5a8ae5: Layer already exists [2023-02-08T17:05:30.182Z] 34d5ebaa5410: Layer already exists [2023-02-08T17:05:30.182Z] 49e606850970: Layer already exists [2023-02-08T17:05:30.182Z] ab329db9f028: Layer already exists [2023-02-08T17:05:30.182Z] main: digest: sha256:bc0073f3dc738372cd1544e75e44741e2676999477a010f707ae8b7c8a7c3293 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-08T17:05:30.217Z] ===================================================== [Pipeline] echo [2023-02-08T17:05:30.223Z] taggedImages: [2023-02-08T17:05:30.223Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:05:30.223Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-02-08T17:05:30.223Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.41 [2023-02-08T17:05:30.223Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:05:30.223Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2023-02-08T17:05:30.237Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2023-02-08T17:05:30.237Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:05:30.237Z] latest [2023-02-08T17:05:30.237Z] 3.0.0-dev.41 [2023-02-08T17:05:30.237Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:05:30.237Z] main [2023-02-08T17:05:30.237Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:30.542Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:30.861Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:05:30.861Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-02-08T17:05:30.861Z] 379bf941e278: Preparing [2023-02-08T17:05:30.861Z] 422da52ce1b3: Preparing [2023-02-08T17:05:30.861Z] ab63974f0def: Preparing [2023-02-08T17:05:30.861Z] c518700a0f0c: Preparing [2023-02-08T17:05:30.861Z] 69bf176979c1: Preparing [2023-02-08T17:05:30.861Z] 4d09c4994f3a: Preparing [2023-02-08T17:05:30.861Z] 34d5ebaa5410: Preparing [2023-02-08T17:05:30.861Z] 4d09c4994f3a: Waiting [2023-02-08T17:05:30.861Z] 34d5ebaa5410: Waiting [2023-02-08T17:05:30.861Z] 379bf941e278: Pushed [2023-02-08T17:05:30.861Z] 422da52ce1b3: Pushed [2023-02-08T17:05:30.861Z] ab63974f0def: Pushed [2023-02-08T17:05:30.861Z] 34d5ebaa5410: Layer already exists [2023-02-08T17:05:31.149Z] Removing intermediate container d427da98f486 [2023-02-08T17:05:31.149Z] ---> f80ee89970ea [2023-02-08T17:05:31.149Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-02-08T17:05:31.421Z] ---> eb8bc587e54a [2023-02-08T17:05:31.421Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-02-08T17:05:31.436Z] 4d09c4994f3a: Pushed [2023-02-08T17:05:33.448Z] ---> 8876f94dbee8 [2023-02-08T17:05:33.449Z] Step 19/24 : WORKDIR / [2023-02-08T17:05:34.032Z] ---> Running in f347e9161044 [2023-02-08T17:05:34.032Z] ---> a2540ffb913e [2023-02-08T17:05:34.032Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-08T17:05:34.299Z] ---> Running in 928cb23095a2 [2023-02-08T17:05:34.729Z] 69bf176979c1: Pushed [2023-02-08T17:05:36.250Z] Removing intermediate container 928cb23095a2 [2023-02-08T17:05:36.250Z] ---> b884b35dbcd1 [2023-02-08T17:05:36.250Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-08T17:05:36.250Z] Removing intermediate container f347e9161044 [2023-02-08T17:05:36.250Z] ---> 079d47e9ec02 [2023-02-08T17:05:36.250Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-08T17:05:36.250Z] ---> Running in c23a472a8286 [2023-02-08T17:05:36.250Z] ---> Running in 8050130203b9 [2023-02-08T17:05:36.522Z] ---> 229b2989dde3 [2023-02-08T17:05:36.522Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-02-08T17:05:37.278Z] c518700a0f0c: Pushed [2023-02-08T17:05:37.278Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660: digest: sha256:13d0eb8b732c94616dd806e790e87639978fce20eef188b9044a89c2570ba471 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:37.593Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:37.904Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-02-08T17:05:37.904Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-02-08T17:05:37.904Z] 379bf941e278: Preparing [2023-02-08T17:05:37.904Z] 422da52ce1b3: Preparing [2023-02-08T17:05:37.904Z] ab63974f0def: Preparing [2023-02-08T17:05:37.904Z] c518700a0f0c: Preparing [2023-02-08T17:05:37.904Z] 69bf176979c1: Preparing [2023-02-08T17:05:37.904Z] 4d09c4994f3a: Preparing [2023-02-08T17:05:37.904Z] 34d5ebaa5410: Preparing [2023-02-08T17:05:37.904Z] 4d09c4994f3a: Waiting [2023-02-08T17:05:37.904Z] 69bf176979c1: Layer already exists [2023-02-08T17:05:37.904Z] c518700a0f0c: Layer already exists [2023-02-08T17:05:37.904Z] 422da52ce1b3: Layer already exists [2023-02-08T17:05:37.904Z] 379bf941e278: Layer already exists [2023-02-08T17:05:37.904Z] ab63974f0def: Layer already exists [2023-02-08T17:05:37.904Z] 4d09c4994f3a: Layer already exists [2023-02-08T17:05:37.904Z] 34d5ebaa5410: Layer already exists [2023-02-08T17:05:37.904Z] latest: digest: sha256:13d0eb8b732c94616dd806e790e87639978fce20eef188b9044a89c2570ba471 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:37.951Z] Removing intermediate container 8050130203b9 [2023-02-08T17:05:37.951Z] ---> 660e69541b11 [2023-02-08T17:05:37.951Z] Step 21/23 : LABEL arch=arm64 [2023-02-08T17:05:37.951Z] Removing intermediate container c23a472a8286 [2023-02-08T17:05:37.951Z] ---> ad27e45ca8df [2023-02-08T17:05:37.951Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-08T17:05:37.951Z] ---> Running in c4f71ebc82f7 [2023-02-08T17:05:37.951Z] ---> Running in 8f1279bc53ca [2023-02-08T17:05:38.219Z] ---> c233c4e03be4 [2023-02-08T17:05:38.219Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-02-08T17:05:38.221Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.41 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:38.528Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.41 [2023-02-08T17:05:38.528Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-02-08T17:05:38.528Z] 379bf941e278: Preparing [2023-02-08T17:05:38.528Z] 422da52ce1b3: Preparing [2023-02-08T17:05:38.528Z] ab63974f0def: Preparing [2023-02-08T17:05:38.528Z] c518700a0f0c: Preparing [2023-02-08T17:05:38.528Z] 69bf176979c1: Preparing [2023-02-08T17:05:38.528Z] 4d09c4994f3a: Preparing [2023-02-08T17:05:38.528Z] 34d5ebaa5410: Preparing [2023-02-08T17:05:38.528Z] 34d5ebaa5410: Waiting [2023-02-08T17:05:38.528Z] 4d09c4994f3a: Waiting [2023-02-08T17:05:38.528Z] 422da52ce1b3: Layer already exists [2023-02-08T17:05:38.528Z] 379bf941e278: Layer already exists [2023-02-08T17:05:38.528Z] 69bf176979c1: Layer already exists [2023-02-08T17:05:38.528Z] ab63974f0def: Layer already exists [2023-02-08T17:05:38.528Z] c518700a0f0c: Layer already exists [2023-02-08T17:05:38.528Z] 34d5ebaa5410: Layer already exists [2023-02-08T17:05:38.528Z] 4d09c4994f3a: Layer already exists [2023-02-08T17:05:38.528Z] 3.0.0-dev.41: digest: sha256:13d0eb8b732c94616dd806e790e87639978fce20eef188b9044a89c2570ba471 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:38.844Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:39.151Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:05:39.151Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-02-08T17:05:39.151Z] 379bf941e278: Preparing [2023-02-08T17:05:39.151Z] 422da52ce1b3: Preparing [2023-02-08T17:05:39.151Z] ab63974f0def: Preparing [2023-02-08T17:05:39.151Z] c518700a0f0c: Preparing [2023-02-08T17:05:39.151Z] 69bf176979c1: Preparing [2023-02-08T17:05:39.151Z] 4d09c4994f3a: Preparing [2023-02-08T17:05:39.151Z] 34d5ebaa5410: Preparing [2023-02-08T17:05:39.151Z] 4d09c4994f3a: Waiting [2023-02-08T17:05:39.151Z] 34d5ebaa5410: Waiting [2023-02-08T17:05:39.151Z] 69bf176979c1: Layer already exists [2023-02-08T17:05:39.151Z] c518700a0f0c: Layer already exists [2023-02-08T17:05:39.151Z] 422da52ce1b3: Layer already exists [2023-02-08T17:05:39.151Z] ab63974f0def: Layer already exists [2023-02-08T17:05:39.151Z] 379bf941e278: Layer already exists [2023-02-08T17:05:39.151Z] 34d5ebaa5410: Layer already exists [2023-02-08T17:05:39.151Z] 4d09c4994f3a: Layer already exists [2023-02-08T17:05:39.151Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41: digest: sha256:13d0eb8b732c94616dd806e790e87639978fce20eef188b9044a89c2570ba471 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:39.186Z] Removing intermediate container c4f71ebc82f7 [2023-02-08T17:05:39.186Z] ---> 6cdb50158387 [2023-02-08T17:05:39.186Z] Step 22/23 : LABEL git_sha=fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:05:39.186Z] ---> Running in 39c1cdc975d7 [2023-02-08T17:05:39.458Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [2023-02-08T17:05:39.459Z] Removing intermediate container 8f1279bc53ca [2023-02-08T17:05:39.459Z] ---> 3a3e000f888b [2023-02-08T17:05:39.459Z] Step 22/24 : LABEL arch=arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:39.728Z] ---> Running in cfe808345e00 [2023-02-08T17:05:39.777Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2023-02-08T17:05:39.777Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-02-08T17:05:39.778Z] 379bf941e278: Preparing [2023-02-08T17:05:39.778Z] 422da52ce1b3: Preparing [2023-02-08T17:05:39.778Z] ab63974f0def: Preparing [2023-02-08T17:05:39.778Z] c518700a0f0c: Preparing [2023-02-08T17:05:39.778Z] 69bf176979c1: Preparing [2023-02-08T17:05:39.778Z] 4d09c4994f3a: Preparing [2023-02-08T17:05:39.778Z] 34d5ebaa5410: Preparing [2023-02-08T17:05:39.778Z] 4d09c4994f3a: Waiting [2023-02-08T17:05:39.778Z] 34d5ebaa5410: Waiting [2023-02-08T17:05:39.778Z] c518700a0f0c: Layer already exists [2023-02-08T17:05:39.778Z] 69bf176979c1: Layer already exists [2023-02-08T17:05:39.778Z] ab63974f0def: Layer already exists [2023-02-08T17:05:39.778Z] 422da52ce1b3: Layer already exists [2023-02-08T17:05:39.778Z] 379bf941e278: Layer already exists [2023-02-08T17:05:39.778Z] 4d09c4994f3a: Layer already exists [2023-02-08T17:05:39.778Z] 34d5ebaa5410: Layer already exists [2023-02-08T17:05:39.778Z] main: digest: sha256:13d0eb8b732c94616dd806e790e87639978fce20eef188b9044a89c2570ba471 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-08T17:05:39.814Z] ===================================================== [Pipeline] echo [2023-02-08T17:05:39.819Z] taggedImages: [2023-02-08T17:05:39.819Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:05:39.819Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-02-08T17:05:39.819Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.41 [2023-02-08T17:05:39.819Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:05:39.819Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2023-02-08T17:05:39.833Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2023-02-08T17:05:39.833Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:05:39.833Z] latest [2023-02-08T17:05:39.833Z] 3.0.0-dev.41 [2023-02-08T17:05:39.833Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:05:39.833Z] main [2023-02-08T17:05:39.833Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:40.139Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:40.444Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:05:40.444Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-02-08T17:05:40.444Z] ffbfc23ac694: Preparing [2023-02-08T17:05:40.444Z] dca9e99cb5c8: Preparing [2023-02-08T17:05:40.444Z] df0737bf0199: Preparing [2023-02-08T17:05:40.444Z] 7a39bf6b0842: Preparing [2023-02-08T17:05:40.444Z] 9b98526190de: Preparing [2023-02-08T17:05:40.444Z] 34d5ebaa5410: Preparing [2023-02-08T17:05:40.444Z] 34d5ebaa5410: Waiting [2023-02-08T17:05:40.444Z] ffbfc23ac694: Pushed [2023-02-08T17:05:40.444Z] dca9e99cb5c8: Pushed [2023-02-08T17:05:40.444Z] df0737bf0199: Pushed [2023-02-08T17:05:40.444Z] 34d5ebaa5410: Layer already exists [2023-02-08T17:05:40.703Z] 9b98526190de: Pushed [2023-02-08T17:05:40.715Z] Removing intermediate container 39c1cdc975d7 [2023-02-08T17:05:40.715Z] ---> 19fcf3ef0007 [2023-02-08T17:05:40.715Z] Step 23/23 : LABEL version=3.0.0-dev.41 [2023-02-08T17:05:40.984Z] ---> Running in b2be6c2e0a27 [2023-02-08T17:05:40.984Z] ---> b2334c06c14b [2023-02-08T17:05:40.984Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-02-08T17:05:41.254Z] Removing intermediate container cfe808345e00 [2023-02-08T17:05:41.254Z] ---> 11ee2e1fb7d7 [2023-02-08T17:05:41.254Z] Step 23/24 : LABEL git_sha=fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:05:41.840Z] ---> Running in 787b2680d363 [2023-02-08T17:05:42.425Z] Removing intermediate container b2be6c2e0a27 [2023-02-08T17:05:42.425Z] ---> 396d0f6521de [2023-02-08T17:05:42.425Z] [2023-02-08T17:05:43.011Z] Removing intermediate container 787b2680d363 [2023-02-08T17:05:43.011Z] ---> 44a2924564a8 [2023-02-08T17:05:43.011Z] Step 24/24 : LABEL version=3.0.0-dev.41 [2023-02-08T17:05:43.011Z] Successfully built 396d0f6521de [2023-02-08T17:05:43.011Z] Successfully tagged security-spire-server-arm64:latest [2023-02-08T17:05:43.011Z]  Building security-spire-server ... done Building core-common-config-bootstrapper [2023-02-08T17:05:43.011Z] ---> 9bb382ab3ea1 [2023-02-08T17:05:43.011Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-08T17:05:43.277Z] ---> Running in 3860de122ad1 [2023-02-08T17:05:43.277Z] ---> Running in ecafa128611d [2023-02-08T17:05:44.247Z] Removing intermediate container 3860de122ad1 [2023-02-08T17:05:44.247Z] ---> 337e68227547 [2023-02-08T17:05:44.247Z] [2023-02-08T17:05:44.247Z] Removing intermediate container ecafa128611d [2023-02-08T17:05:44.247Z] ---> ef6f49de0fe2 [2023-02-08T17:05:44.247Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-08T17:05:44.247Z] ---> Running in 46593727c82e [2023-02-08T17:05:44.514Z] Successfully built 337e68227547 [2023-02-08T17:05:44.514Z] Successfully tagged security-spire-config-arm64:latest [2023-02-08T17:05:44.514Z]  Building security-spire-config ... done Building core-metadata [2023-02-08T17:05:45.103Z] Removing intermediate container 46593727c82e [2023-02-08T17:05:45.103Z] ---> 6b8e18cc5059 [2023-02-08T17:05:45.103Z] Step 22/24 : LABEL arch=arm64 [2023-02-08T17:05:45.103Z] ---> Running in 49c7f19db671 [2023-02-08T17:05:46.107Z] Removing intermediate container 49c7f19db671 [2023-02-08T17:05:46.107Z] ---> 7b8e694ede00 [2023-02-08T17:05:46.107Z] Step 23/24 : LABEL git_sha=fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:05:46.107Z] ---> Running in 26adbc68d518 [2023-02-08T17:05:47.081Z] Removing intermediate container 26adbc68d518 [2023-02-08T17:05:47.081Z] ---> 265d99dab5e9 [2023-02-08T17:05:47.081Z] Step 24/24 : LABEL version=3.0.0-dev.41 [2023-02-08T17:05:47.081Z] ---> Running in ea691aae91ea [2023-02-08T17:05:47.272Z] 7a39bf6b0842: Pushed [2023-02-08T17:05:47.272Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660: digest: sha256:51c6ed8528511db93ef22bc004f74e2bdfbeecd616fa2997c3a2f36f89c42a3f size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:47.594Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:47.911Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-02-08T17:05:47.911Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-02-08T17:05:47.911Z] ffbfc23ac694: Preparing [2023-02-08T17:05:47.911Z] dca9e99cb5c8: Preparing [2023-02-08T17:05:47.911Z] df0737bf0199: Preparing [2023-02-08T17:05:47.911Z] 7a39bf6b0842: Preparing [2023-02-08T17:05:47.911Z] 9b98526190de: Preparing [2023-02-08T17:05:47.911Z] 34d5ebaa5410: Preparing [2023-02-08T17:05:47.911Z] 34d5ebaa5410: Waiting [2023-02-08T17:05:47.911Z] dca9e99cb5c8: Layer already exists [2023-02-08T17:05:47.911Z] df0737bf0199: Layer already exists [2023-02-08T17:05:47.911Z] 7a39bf6b0842: Layer already exists [2023-02-08T17:05:47.911Z] 9b98526190de: Layer already exists [2023-02-08T17:05:47.911Z] ffbfc23ac694: Layer already exists [2023-02-08T17:05:47.911Z] 34d5ebaa5410: Layer already exists [2023-02-08T17:05:47.911Z] latest: digest: sha256:51c6ed8528511db93ef22bc004f74e2bdfbeecd616fa2997c3a2f36f89c42a3f size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:48.055Z] Removing intermediate container ea691aae91ea [2023-02-08T17:05:48.055Z] ---> f754d6a6d60c [2023-02-08T17:05:48.055Z] [2023-02-08T17:05:48.219Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.41 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:48.322Z] Successfully built f754d6a6d60c [2023-02-08T17:05:48.322Z] Successfully tagged security-spire-agent-arm64:latest [2023-02-08T17:05:48.322Z]  Building security-spire-agent ... done Building support-notifications [2023-02-08T17:05:48.526Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.41 [2023-02-08T17:05:48.526Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-02-08T17:05:48.526Z] ffbfc23ac694: Preparing [2023-02-08T17:05:48.526Z] dca9e99cb5c8: Preparing [2023-02-08T17:05:48.526Z] df0737bf0199: Preparing [2023-02-08T17:05:48.526Z] 7a39bf6b0842: Preparing [2023-02-08T17:05:48.526Z] 9b98526190de: Preparing [2023-02-08T17:05:48.526Z] 34d5ebaa5410: Preparing [2023-02-08T17:05:48.526Z] 34d5ebaa5410: Waiting [2023-02-08T17:05:48.526Z] 7a39bf6b0842: Layer already exists [2023-02-08T17:05:48.526Z] 9b98526190de: Layer already exists [2023-02-08T17:05:48.526Z] dca9e99cb5c8: Layer already exists [2023-02-08T17:05:48.526Z] df0737bf0199: Layer already exists [2023-02-08T17:05:48.526Z] ffbfc23ac694: Layer already exists [2023-02-08T17:05:48.526Z] 34d5ebaa5410: Layer already exists [2023-02-08T17:05:48.526Z] 3.0.0-dev.41: digest: sha256:51c6ed8528511db93ef22bc004f74e2bdfbeecd616fa2997c3a2f36f89c42a3f size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:48.841Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:48.926Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-08T17:05:48.926Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-08T17:05:48.926Z] ---> 45b6f34113c1 [2023-02-08T17:05:48.926Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-08T17:05:49.153Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:05:49.153Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-02-08T17:05:49.153Z] ffbfc23ac694: Preparing [2023-02-08T17:05:49.153Z] dca9e99cb5c8: Preparing [2023-02-08T17:05:49.153Z] df0737bf0199: Preparing [2023-02-08T17:05:49.153Z] 7a39bf6b0842: Preparing [2023-02-08T17:05:49.153Z] 9b98526190de: Preparing [2023-02-08T17:05:49.153Z] 34d5ebaa5410: Preparing [2023-02-08T17:05:49.153Z] 34d5ebaa5410: Waiting [2023-02-08T17:05:49.153Z] 9b98526190de: Layer already exists [2023-02-08T17:05:49.153Z] df0737bf0199: Layer already exists [2023-02-08T17:05:49.153Z] ffbfc23ac694: Layer already exists [2023-02-08T17:05:49.153Z] dca9e99cb5c8: Layer already exists [2023-02-08T17:05:49.153Z] 7a39bf6b0842: Layer already exists [2023-02-08T17:05:49.153Z] 34d5ebaa5410: Layer already exists [2023-02-08T17:05:49.153Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41: digest: sha256:51c6ed8528511db93ef22bc004f74e2bdfbeecd616fa2997c3a2f36f89c42a3f size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:49.195Z] ---> Running in ef12329d4d5e [2023-02-08T17:05:49.468Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:49.773Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2023-02-08T17:05:49.773Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-02-08T17:05:49.773Z] ffbfc23ac694: Preparing [2023-02-08T17:05:49.773Z] dca9e99cb5c8: Preparing [2023-02-08T17:05:49.773Z] df0737bf0199: Preparing [2023-02-08T17:05:49.773Z] 7a39bf6b0842: Preparing [2023-02-08T17:05:49.773Z] 9b98526190de: Preparing [2023-02-08T17:05:49.773Z] 34d5ebaa5410: Preparing [2023-02-08T17:05:49.773Z] 34d5ebaa5410: Waiting [2023-02-08T17:05:49.773Z] 7a39bf6b0842: Layer already exists [2023-02-08T17:05:49.773Z] 9b98526190de: Layer already exists [2023-02-08T17:05:49.773Z] df0737bf0199: Layer already exists [2023-02-08T17:05:49.773Z] dca9e99cb5c8: Layer already exists [2023-02-08T17:05:49.773Z] ffbfc23ac694: Layer already exists [2023-02-08T17:05:49.773Z] 34d5ebaa5410: Layer already exists [2023-02-08T17:05:49.773Z] main: digest: sha256:51c6ed8528511db93ef22bc004f74e2bdfbeecd616fa2997c3a2f36f89c42a3f size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-08T17:05:49.826Z] ===================================================== [Pipeline] echo [2023-02-08T17:05:49.834Z] taggedImages: [2023-02-08T17:05:49.835Z] - nexus3.edgexfoundry.org:10004/security-spire-config:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:05:49.835Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-02-08T17:05:49.835Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.41 [2023-02-08T17:05:49.835Z] - nexus3.edgexfoundry.org:10004/security-spire-config:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:05:49.835Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2023-02-08T17:05:49.857Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2023-02-08T17:05:49.857Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:05:49.857Z] latest [2023-02-08T17:05:49.857Z] 3.0.0-dev.41 [2023-02-08T17:05:49.857Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:05:49.857Z] main [2023-02-08T17:05:49.857Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:50.152Z] Removing intermediate container ef12329d4d5e [2023-02-08T17:05:50.153Z] ---> 3e84c4703007 [2023-02-08T17:05:50.153Z] Step 4/22 : WORKDIR /edgex-go [2023-02-08T17:05:50.153Z] ---> Running in ec15bcbaf9db [2023-02-08T17:05:50.199Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:50.507Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:05:50.507Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-02-08T17:05:50.507Z] c04c485f4f82: Preparing [2023-02-08T17:05:50.507Z] 3cea7e7da975: Preparing [2023-02-08T17:05:50.507Z] 23223d23fbd2: Preparing [2023-02-08T17:05:50.507Z] 68bf58fb176c: Preparing [2023-02-08T17:05:50.507Z] 4d09c4994f3a: Preparing [2023-02-08T17:05:50.507Z] 34d5ebaa5410: Preparing [2023-02-08T17:05:50.507Z] 34d5ebaa5410: Waiting [2023-02-08T17:05:50.507Z] 4d09c4994f3a: Layer already exists [2023-02-08T17:05:50.507Z] 34d5ebaa5410: Layer already exists [2023-02-08T17:05:50.507Z] c04c485f4f82: Pushed [2023-02-08T17:05:50.507Z] 23223d23fbd2: Pushed [2023-02-08T17:05:50.507Z] 3cea7e7da975: Pushed [2023-02-08T17:05:51.110Z] Removing intermediate container ec15bcbaf9db [2023-02-08T17:05:51.110Z] ---> 4138424d8cb4 [2023-02-08T17:05:51.110Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-08T17:05:51.110Z] ---> Running in 049a38384153 [2023-02-08T17:05:52.079Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-08T17:05:52.079Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-08T17:05:52.079Z] ---> 45b6f34113c1 [2023-02-08T17:05:52.079Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-02-08T17:05:52.079Z] ---> Using cache [2023-02-08T17:05:52.079Z] ---> 3e84c4703007 [2023-02-08T17:05:52.079Z] Step 4/24 : WORKDIR /edgex-go [2023-02-08T17:05:52.079Z] ---> Using cache [2023-02-08T17:05:52.079Z] ---> 4138424d8cb4 [2023-02-08T17:05:52.079Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-02-08T17:05:52.664Z] ---> Running in 4643ef2fa498 [2023-02-08T17:05:54.613Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-08T17:05:54.613Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-08T17:05:54.613Z] ---> 45b6f34113c1 [2023-02-08T17:05:54.613Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-08T17:05:54.613Z] ---> Using cache [2023-02-08T17:05:54.613Z] ---> 3e84c4703007 [2023-02-08T17:05:54.613Z] Step 4/22 : WORKDIR /edgex-go [2023-02-08T17:05:54.613Z] ---> Using cache [2023-02-08T17:05:54.613Z] ---> 4138424d8cb4 [2023-02-08T17:05:54.613Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-02-08T17:05:54.613Z] ---> Running in 5dea1c0e45ba [2023-02-08T17:05:56.022Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-08T17:05:56.606Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-08T17:05:56.606Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-08T17:05:57.194Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-08T17:05:57.779Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-08T17:05:58.052Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-08T17:05:58.622Z] 68bf58fb176c: Pushed [2023-02-08T17:05:58.622Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660: digest: sha256:3ca60d79d36479726f9697ca23332b138ddb862413d51b175585b7ab9d2f0ad9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:58.928Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:59.016Z] OK: 221 MiB in 51 packages [2023-02-08T17:05:59.229Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-02-08T17:05:59.229Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-02-08T17:05:59.229Z] c04c485f4f82: Preparing [2023-02-08T17:05:59.229Z] 3cea7e7da975: Preparing [2023-02-08T17:05:59.229Z] 23223d23fbd2: Preparing [2023-02-08T17:05:59.229Z] 68bf58fb176c: Preparing [2023-02-08T17:05:59.229Z] 4d09c4994f3a: Preparing [2023-02-08T17:05:59.229Z] 34d5ebaa5410: Preparing [2023-02-08T17:05:59.229Z] 34d5ebaa5410: Waiting [2023-02-08T17:05:59.229Z] c04c485f4f82: Layer already exists [2023-02-08T17:05:59.229Z] 4d09c4994f3a: Layer already exists [2023-02-08T17:05:59.229Z] 23223d23fbd2: Layer already exists [2023-02-08T17:05:59.229Z] 3cea7e7da975: Layer already exists [2023-02-08T17:05:59.229Z] 68bf58fb176c: Layer already exists [2023-02-08T17:05:59.229Z] 34d5ebaa5410: Layer already exists [2023-02-08T17:05:59.229Z] latest: digest: sha256:3ca60d79d36479726f9697ca23332b138ddb862413d51b175585b7ab9d2f0ad9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:59.283Z] OK: 221 MiB in 51 packages [2023-02-08T17:05:59.533Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.41 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:05:59.839Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.41 [2023-02-08T17:05:59.839Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-02-08T17:05:59.839Z] c04c485f4f82: Preparing [2023-02-08T17:05:59.839Z] 3cea7e7da975: Preparing [2023-02-08T17:05:59.839Z] 23223d23fbd2: Preparing [2023-02-08T17:05:59.839Z] 68bf58fb176c: Preparing [2023-02-08T17:05:59.839Z] 4d09c4994f3a: Preparing [2023-02-08T17:05:59.839Z] 34d5ebaa5410: Preparing [2023-02-08T17:05:59.839Z] 34d5ebaa5410: Waiting [2023-02-08T17:05:59.839Z] 68bf58fb176c: Layer already exists [2023-02-08T17:05:59.839Z] 3cea7e7da975: Layer already exists [2023-02-08T17:05:59.839Z] 4d09c4994f3a: Layer already exists [2023-02-08T17:05:59.839Z] 23223d23fbd2: Layer already exists [2023-02-08T17:05:59.839Z] c04c485f4f82: Layer already exists [2023-02-08T17:05:59.839Z] 34d5ebaa5410: Layer already exists [2023-02-08T17:05:59.839Z] 3.0.0-dev.41: digest: sha256:3ca60d79d36479726f9697ca23332b138ddb862413d51b175585b7ab9d2f0ad9 size: 1573 [Pipeline] } [Pipeline] // withEnv [2023-02-08T17:05:59.868Z] OK: 221 MiB in 51 packages [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:06:00.159Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:06:00.461Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:06:00.462Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-02-08T17:06:00.462Z] c04c485f4f82: Preparing [2023-02-08T17:06:00.462Z] 3cea7e7da975: Preparing [2023-02-08T17:06:00.462Z] 23223d23fbd2: Preparing [2023-02-08T17:06:00.462Z] 68bf58fb176c: Preparing [2023-02-08T17:06:00.462Z] 4d09c4994f3a: Preparing [2023-02-08T17:06:00.462Z] 34d5ebaa5410: Preparing [2023-02-08T17:06:00.462Z] 34d5ebaa5410: Waiting [2023-02-08T17:06:00.462Z] 4d09c4994f3a: Layer already exists [2023-02-08T17:06:00.462Z] 23223d23fbd2: Layer already exists [2023-02-08T17:06:00.462Z] 68bf58fb176c: Layer already exists [2023-02-08T17:06:00.462Z] 3cea7e7da975: Layer already exists [2023-02-08T17:06:00.462Z] c04c485f4f82: Layer already exists [2023-02-08T17:06:00.462Z] 34d5ebaa5410: Layer already exists [2023-02-08T17:06:00.462Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41: digest: sha256:3ca60d79d36479726f9697ca23332b138ddb862413d51b175585b7ab9d2f0ad9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:06:00.766Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:06:01.063Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2023-02-08T17:06:01.063Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-02-08T17:06:01.063Z] c04c485f4f82: Preparing [2023-02-08T17:06:01.063Z] 3cea7e7da975: Preparing [2023-02-08T17:06:01.063Z] 23223d23fbd2: Preparing [2023-02-08T17:06:01.063Z] 68bf58fb176c: Preparing [2023-02-08T17:06:01.063Z] 4d09c4994f3a: Preparing [2023-02-08T17:06:01.063Z] 34d5ebaa5410: Preparing [2023-02-08T17:06:01.063Z] 34d5ebaa5410: Waiting [2023-02-08T17:06:01.063Z] c04c485f4f82: Layer already exists [2023-02-08T17:06:01.063Z] 3cea7e7da975: Layer already exists [2023-02-08T17:06:01.063Z] 23223d23fbd2: Layer already exists [2023-02-08T17:06:01.063Z] 4d09c4994f3a: Layer already exists [2023-02-08T17:06:01.063Z] 68bf58fb176c: Layer already exists [2023-02-08T17:06:01.063Z] 34d5ebaa5410: Layer already exists [2023-02-08T17:06:01.063Z] main: digest: sha256:3ca60d79d36479726f9697ca23332b138ddb862413d51b175585b7ab9d2f0ad9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-08T17:06:01.098Z] ===================================================== [Pipeline] echo [2023-02-08T17:06:01.104Z] taggedImages: [2023-02-08T17:06:01.104Z] - nexus3.edgexfoundry.org:10004/security-spire-server:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:06:01.104Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-02-08T17:06:01.104Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.41 [2023-02-08T17:06:01.104Z] - nexus3.edgexfoundry.org:10004/security-spire-server:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:06:01.104Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2023-02-08T17:06:01.130Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2023-02-08T17:06:01.131Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:06:01.131Z] latest [2023-02-08T17:06:01.131Z] 3.0.0-dev.41 [2023-02-08T17:06:01.131Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:06:01.131Z] main [2023-02-08T17:06:01.131Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:06:01.443Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:06:01.743Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:06:01.743Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-02-08T17:06:01.743Z] 77ecab04f02e: Preparing [2023-02-08T17:06:01.743Z] b01f00af0153: Preparing [2023-02-08T17:06:01.743Z] 83a8db5a8ae5: Preparing [2023-02-08T17:06:01.743Z] 0d05d4be1f62: Preparing [2023-02-08T17:06:01.743Z] e5e13b0c77cb: Preparing [2023-02-08T17:06:01.743Z] e5e13b0c77cb: Layer already exists [2023-02-08T17:06:01.743Z] 83a8db5a8ae5: Layer already exists [2023-02-08T17:06:01.743Z] 77ecab04f02e: Pushed [2023-02-08T17:06:01.743Z] 0d05d4be1f62: Pushed [2023-02-08T17:06:02.448Z] Removing intermediate container 049a38384153 [2023-02-08T17:06:02.449Z] ---> 843957c72c85 [2023-02-08T17:06:02.449Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-08T17:06:02.715Z] Removing intermediate container 4643ef2fa498 [2023-02-08T17:06:02.715Z] ---> ab968e66436f [2023-02-08T17:06:02.715Z] Step 6/24 : COPY go.mod vendor* ./ [2023-02-08T17:06:02.981Z] Removing intermediate container 5dea1c0e45ba [2023-02-08T17:06:02.981Z] ---> 7dfec494bc28 [2023-02-08T17:06:02.981Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-08T17:06:04.272Z] b01f00af0153: Pushed [2023-02-08T17:06:04.272Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660: digest: sha256:4cbd33a8f146d35ef4d83c43b940334f7328e67265baf4a28c65d8b2309c6788 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:06:04.591Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:06:04.896Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-02-08T17:06:04.896Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-02-08T17:06:04.896Z] 77ecab04f02e: Preparing [2023-02-08T17:06:04.896Z] b01f00af0153: Preparing [2023-02-08T17:06:04.896Z] 83a8db5a8ae5: Preparing [2023-02-08T17:06:04.896Z] 0d05d4be1f62: Preparing [2023-02-08T17:06:04.896Z] e5e13b0c77cb: Preparing [2023-02-08T17:06:04.896Z] b01f00af0153: Layer already exists [2023-02-08T17:06:04.896Z] 77ecab04f02e: Layer already exists [2023-02-08T17:06:04.896Z] e5e13b0c77cb: Layer already exists [2023-02-08T17:06:04.896Z] 0d05d4be1f62: Layer already exists [2023-02-08T17:06:04.896Z] 83a8db5a8ae5: Layer already exists [2023-02-08T17:06:04.896Z] latest: digest: sha256:4cbd33a8f146d35ef4d83c43b940334f7328e67265baf4a28c65d8b2309c6788 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:06:05.204Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.41 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:06:05.510Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.41 [2023-02-08T17:06:05.510Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-02-08T17:06:05.510Z] 77ecab04f02e: Preparing [2023-02-08T17:06:05.510Z] b01f00af0153: Preparing [2023-02-08T17:06:05.510Z] 83a8db5a8ae5: Preparing [2023-02-08T17:06:05.510Z] 0d05d4be1f62: Preparing [2023-02-08T17:06:05.510Z] e5e13b0c77cb: Preparing [2023-02-08T17:06:05.510Z] e5e13b0c77cb: Layer already exists [2023-02-08T17:06:05.510Z] 77ecab04f02e: Layer already exists [2023-02-08T17:06:05.510Z] b01f00af0153: Layer already exists [2023-02-08T17:06:05.510Z] 0d05d4be1f62: Layer already exists [2023-02-08T17:06:05.510Z] 83a8db5a8ae5: Layer already exists [2023-02-08T17:06:05.510Z] 3.0.0-dev.41: digest: sha256:4cbd33a8f146d35ef4d83c43b940334f7328e67265baf4a28c65d8b2309c6788 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:06:05.551Z] ---> 01907f872949 [2023-02-08T17:06:05.551Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-08T17:06:05.551Z] ---> 58919455c7f7 [2023-02-08T17:06:05.551Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-08T17:06:05.551Z] ---> 84a7e1fdc91c [2023-02-08T17:06:05.551Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-08T17:06:05.551Z] ---> Running in 311b9275ab44 [2023-02-08T17:06:05.815Z] ---> Running in 193944f27b08 [2023-02-08T17:06:05.817Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:06:06.080Z] ---> Running in b18e3f3028b4 [2023-02-08T17:06:06.129Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:06:06.129Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-02-08T17:06:06.129Z] 77ecab04f02e: Preparing [2023-02-08T17:06:06.129Z] b01f00af0153: Preparing [2023-02-08T17:06:06.129Z] 83a8db5a8ae5: Preparing [2023-02-08T17:06:06.129Z] 0d05d4be1f62: Preparing [2023-02-08T17:06:06.129Z] e5e13b0c77cb: Preparing [2023-02-08T17:06:06.129Z] b01f00af0153: Layer already exists [2023-02-08T17:06:06.129Z] 0d05d4be1f62: Layer already exists [2023-02-08T17:06:06.129Z] 77ecab04f02e: Layer already exists [2023-02-08T17:06:06.129Z] e5e13b0c77cb: Layer already exists [2023-02-08T17:06:06.129Z] 83a8db5a8ae5: Layer already exists [2023-02-08T17:06:06.129Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41: digest: sha256:4cbd33a8f146d35ef4d83c43b940334f7328e67265baf4a28c65d8b2309c6788 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:06:06.447Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:06:06.765Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2023-02-08T17:06:06.766Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-02-08T17:06:06.766Z] 77ecab04f02e: Preparing [2023-02-08T17:06:06.766Z] b01f00af0153: Preparing [2023-02-08T17:06:06.766Z] 83a8db5a8ae5: Preparing [2023-02-08T17:06:06.766Z] 0d05d4be1f62: Preparing [2023-02-08T17:06:06.766Z] e5e13b0c77cb: Preparing [2023-02-08T17:06:06.766Z] e5e13b0c77cb: Layer already exists [2023-02-08T17:06:06.766Z] 83a8db5a8ae5: Layer already exists [2023-02-08T17:06:06.766Z] 77ecab04f02e: Layer already exists [2023-02-08T17:06:06.766Z] 0d05d4be1f62: Layer already exists [2023-02-08T17:06:06.766Z] b01f00af0153: Layer already exists [2023-02-08T17:06:06.766Z] main: digest: sha256:4cbd33a8f146d35ef4d83c43b940334f7328e67265baf4a28c65d8b2309c6788 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-08T17:06:06.799Z] ===================================================== [Pipeline] echo [2023-02-08T17:06:06.804Z] taggedImages: [2023-02-08T17:06:06.804Z] - nexus3.edgexfoundry.org:10004/support-notifications:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:06:06.804Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-02-08T17:06:06.804Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.41 [2023-02-08T17:06:06.804Z] - nexus3.edgexfoundry.org:10004/support-notifications:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:06:06.804Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2023-02-08T17:06:06.818Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2023-02-08T17:06:06.819Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:06:06.819Z] latest [2023-02-08T17:06:06.819Z] 3.0.0-dev.41 [2023-02-08T17:06:06.819Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:06:06.819Z] main [2023-02-08T17:06:06.819Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:06:07.122Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:06:07.427Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:06:07.427Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-02-08T17:06:07.427Z] 561dc8b126f7: Preparing [2023-02-08T17:06:07.427Z] 3d7c7edf5b8c: Preparing [2023-02-08T17:06:07.427Z] 83a8db5a8ae5: Preparing [2023-02-08T17:06:07.427Z] 5cd31d7472cc: Preparing [2023-02-08T17:06:07.427Z] e5e13b0c77cb: Preparing [2023-02-08T17:06:07.427Z] 83a8db5a8ae5: Layer already exists [2023-02-08T17:06:07.427Z] e5e13b0c77cb: Layer already exists [2023-02-08T17:06:07.427Z] 561dc8b126f7: Pushed [2023-02-08T17:06:07.427Z] 5cd31d7472cc: Pushed [2023-02-08T17:06:09.969Z] 3d7c7edf5b8c: Pushed [2023-02-08T17:06:09.969Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660: digest: sha256:08c8394d61a5cb115b2e331f2122081f774aa82a341e738f4863d6665f6c9554 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:06:10.360Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:06:10.726Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-02-08T17:06:10.726Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-02-08T17:06:10.726Z] 561dc8b126f7: Preparing [2023-02-08T17:06:10.726Z] 3d7c7edf5b8c: Preparing [2023-02-08T17:06:10.726Z] 83a8db5a8ae5: Preparing [2023-02-08T17:06:10.726Z] 5cd31d7472cc: Preparing [2023-02-08T17:06:10.726Z] e5e13b0c77cb: Preparing [2023-02-08T17:06:10.726Z] 561dc8b126f7: Layer already exists [2023-02-08T17:06:10.726Z] 5cd31d7472cc: Layer already exists [2023-02-08T17:06:10.726Z] 83a8db5a8ae5: Layer already exists [2023-02-08T17:06:10.726Z] e5e13b0c77cb: Layer already exists [2023-02-08T17:06:10.726Z] 3d7c7edf5b8c: Layer already exists [2023-02-08T17:06:10.726Z] latest: digest: sha256:08c8394d61a5cb115b2e331f2122081f774aa82a341e738f4863d6665f6c9554 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:06:11.078Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.41 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:06:11.387Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.41 [2023-02-08T17:06:11.387Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-02-08T17:06:11.387Z] 561dc8b126f7: Preparing [2023-02-08T17:06:11.387Z] 3d7c7edf5b8c: Preparing [2023-02-08T17:06:11.387Z] 83a8db5a8ae5: Preparing [2023-02-08T17:06:11.387Z] 5cd31d7472cc: Preparing [2023-02-08T17:06:11.387Z] e5e13b0c77cb: Preparing [2023-02-08T17:06:11.387Z] 83a8db5a8ae5: Layer already exists [2023-02-08T17:06:11.387Z] e5e13b0c77cb: Layer already exists [2023-02-08T17:06:11.387Z] 3d7c7edf5b8c: Layer already exists [2023-02-08T17:06:11.387Z] 561dc8b126f7: Layer already exists [2023-02-08T17:06:11.387Z] 5cd31d7472cc: Layer already exists [2023-02-08T17:06:11.387Z] 3.0.0-dev.41: digest: sha256:08c8394d61a5cb115b2e331f2122081f774aa82a341e738f4863d6665f6c9554 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:06:11.700Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:06:12.005Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:06:12.005Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-02-08T17:06:12.005Z] 561dc8b126f7: Preparing [2023-02-08T17:06:12.005Z] 3d7c7edf5b8c: Preparing [2023-02-08T17:06:12.005Z] 83a8db5a8ae5: Preparing [2023-02-08T17:06:12.005Z] 5cd31d7472cc: Preparing [2023-02-08T17:06:12.005Z] e5e13b0c77cb: Preparing [2023-02-08T17:06:12.005Z] e5e13b0c77cb: Layer already exists [2023-02-08T17:06:12.005Z] 3d7c7edf5b8c: Layer already exists [2023-02-08T17:06:12.005Z] 83a8db5a8ae5: Layer already exists [2023-02-08T17:06:12.005Z] 5cd31d7472cc: Layer already exists [2023-02-08T17:06:12.005Z] 561dc8b126f7: Layer already exists [2023-02-08T17:06:12.005Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41: digest: sha256:08c8394d61a5cb115b2e331f2122081f774aa82a341e738f4863d6665f6c9554 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:06:12.325Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:06:12.637Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2023-02-08T17:06:12.637Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-02-08T17:06:12.637Z] 561dc8b126f7: Preparing [2023-02-08T17:06:12.637Z] 3d7c7edf5b8c: Preparing [2023-02-08T17:06:12.637Z] 83a8db5a8ae5: Preparing [2023-02-08T17:06:12.637Z] 5cd31d7472cc: Preparing [2023-02-08T17:06:12.637Z] e5e13b0c77cb: Preparing [2023-02-08T17:06:12.637Z] 83a8db5a8ae5: Layer already exists [2023-02-08T17:06:12.637Z] 5cd31d7472cc: Layer already exists [2023-02-08T17:06:12.637Z] e5e13b0c77cb: Layer already exists [2023-02-08T17:06:12.637Z] 561dc8b126f7: Layer already exists [2023-02-08T17:06:12.637Z] 3d7c7edf5b8c: Layer already exists [2023-02-08T17:06:12.637Z] main: digest: sha256:08c8394d61a5cb115b2e331f2122081f774aa82a341e738f4863d6665f6c9554 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-08T17:06:12.670Z] ===================================================== [Pipeline] echo [2023-02-08T17:06:12.676Z] taggedImages: [2023-02-08T17:06:12.676Z] - nexus3.edgexfoundry.org:10004/support-scheduler:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:06:12.676Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-02-08T17:06:12.676Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.41 [2023-02-08T17:06:12.676Z] - nexus3.edgexfoundry.org:10004/support-scheduler:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:06:12.676Z] - 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-02-08T17:08:27.766Z] Removing intermediate container 311b9275ab44 [2023-02-08T17:08:27.766Z] ---> 67167bde054b [2023-02-08T17:08:27.766Z] Step 8/24 : COPY . . [2023-02-08T17:08:27.766Z] Removing intermediate container b18e3f3028b4 [2023-02-08T17:08:27.766Z] ---> 6b0e17fd8298 [2023-02-08T17:08:27.766Z] Step 8/22 : COPY . . [2023-02-08T17:08:27.766Z] Removing intermediate container 193944f27b08 [2023-02-08T17:08:27.766Z] ---> 1553c84c0364 [2023-02-08T17:08:27.766Z] Step 8/22 : COPY . . [2023-02-08T17:08:27.766Z] ---> 4151c378a8ae [2023-02-08T17:08:27.766Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-02-08T17:08:27.766Z] ---> Running in 0caeae368808 [2023-02-08T17:08:27.766Z] ---> 6e96b168bd12 [2023-02-08T17:08:27.766Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-02-08T17:08:27.766Z] ---> eccf6c102cd2 [2023-02-08T17:08:27.766Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-02-08T17:08:27.766Z] ---> Running in 2537768f3e48 [2023-02-08T17:08:28.038Z] ---> Running in efbc17e30f5e [2023-02-08T17:08:30.637Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.41" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-02-08T17:08:30.637Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.41" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-02-08T17:08:30.903Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.41" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-02-08T17:09:38.751Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.41" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-02-08T17:09:56.959Z] Removing intermediate container 54d63b7210d3 [2023-02-08T17:09:56.959Z] ---> 8685cf1fa264 [2023-02-08T17:09:56.959Z] [2023-02-08T17:09:56.959Z] Step 9/24 : FROM alpine:3.16 [2023-02-08T17:09:56.959Z] 3.16: Pulling from library/alpine [2023-02-08T17:09:56.959Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-02-08T17:09:56.959Z] Status: Downloaded newer image for alpine:3.16 [2023-02-08T17:09:56.959Z] ---> 2b4661558fb8 [2023-02-08T17:09:56.959Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-02-08T17:09:56.959Z] ---> Running in 1190848128fa [2023-02-08T17:09:58.365Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-08T17:09:58.631Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-08T17:10:00.571Z] (1/3) Installing ca-certificates (20220614-r0) [2023-02-08T17:10:00.571Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-02-08T17:10:00.571Z] (3/3) Installing su-exec (0.2-r1) [2023-02-08T17:10:00.571Z] Executing busybox-1.35.0-r17.trigger [2023-02-08T17:10:00.571Z] Executing ca-certificates-20220614-r0.trigger [2023-02-08T17:10:00.838Z] OK: 6 MiB in 17 packages [2023-02-08T17:10:03.418Z] Removing intermediate container 1190848128fa [2023-02-08T17:10:03.418Z] ---> f5c600dbe682 [2023-02-08T17:10:03.418Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-08T17:10:03.418Z] ---> Running in 21ce158c9f3e [2023-02-08T17:10:03.684Z] Removing intermediate container 21ce158c9f3e [2023-02-08T17:10:03.684Z] ---> 38569f594b2f [2023-02-08T17:10:03.684Z] Step 12/24 : WORKDIR / [2023-02-08T17:10:03.684Z] ---> Running in cd7bff77e696 [2023-02-08T17:10:04.266Z] Removing intermediate container cd7bff77e696 [2023-02-08T17:10:04.266Z] ---> 3113af234cb4 [2023-02-08T17:10:04.266Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-02-08T17:10:04.850Z] ---> 86ef629b4e97 [2023-02-08T17:10:04.850Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-02-08T17:10:05.816Z] ---> 30a6f24e28d3 [2023-02-08T17:10:05.816Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-02-08T17:10:06.789Z] ---> 6c7d698a8cfa [2023-02-08T17:10:06.789Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2023-02-08T17:10:07.748Z] ---> d911411c4690 [2023-02-08T17:10:07.748Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-02-08T17:10:09.158Z] ---> c977209088be [2023-02-08T17:10:09.158Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-02-08T17:10:11.117Z] ---> fefa6c71e8f9 [2023-02-08T17:10:11.117Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-02-08T17:10:11.702Z] ---> b139b90edd2f [2023-02-08T17:10:11.702Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-08T17:10:11.970Z] ---> Running in 0ada8d256a00 [2023-02-08T17:10:15.317Z] Removing intermediate container 0ada8d256a00 [2023-02-08T17:10:15.317Z] ---> 21175ec8081f [2023-02-08T17:10:15.317Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-02-08T17:10:15.317Z] ---> Running in 0e5492485278 [2023-02-08T17:10:15.586Z] Removing intermediate container 0e5492485278 [2023-02-08T17:10:15.586Z] ---> b36f00bb7afe [2023-02-08T17:10:15.586Z] Step 22/24 : LABEL arch=arm64 [2023-02-08T17:10:15.853Z] ---> Running in 9c120cb622ce [2023-02-08T17:10:16.124Z] Removing intermediate container 9c120cb622ce [2023-02-08T17:10:16.124Z] ---> 8377429f0e55 [2023-02-08T17:10:16.124Z] Step 23/24 : LABEL git_sha=fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:10:16.390Z] ---> Running in 3f60f6c83413 [2023-02-08T17:10:16.988Z] Removing intermediate container 3f60f6c83413 [2023-02-08T17:10:16.988Z] ---> e9b449dfcdcc [2023-02-08T17:10:16.988Z] Step 24/24 : LABEL version=3.0.0-dev.41 [2023-02-08T17:10:16.988Z] ---> Running in 8dbfaab7df70 [2023-02-08T17:10:17.573Z] Removing intermediate container 8dbfaab7df70 [2023-02-08T17:10:17.573Z] ---> ea1252156079 [2023-02-08T17:10:17.573Z] [2023-02-08T17:10:17.573Z] Successfully built ea1252156079 [2023-02-08T17:10:17.573Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-02-08T17:10:17.573Z]  Building security-secretstore-setup ... done Building security-proxy-setup [2023-02-08T17:10:20.940Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-08T17:10:20.940Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-02-08T17:10:20.940Z] ---> 45b6f34113c1 [2023-02-08T17:10:20.940Z] Step 3/21 : WORKDIR /edgex-go [2023-02-08T17:10:20.940Z] ---> Using cache [2023-02-08T17:10:20.940Z] ---> b8cd5caab6cc [2023-02-08T17:10:20.940Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-02-08T17:10:21.226Z] ---> Running in c21e41e42f75 [2023-02-08T17:10:23.172Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-08T17:10:23.753Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-08T17:10:25.177Z] OK: 221 MiB in 51 packages [2023-02-08T17:10:26.597Z] Removing intermediate container c21e41e42f75 [2023-02-08T17:10:26.597Z] ---> 36a8cc7114ff [2023-02-08T17:10:26.597Z] Step 5/21 : COPY go.mod vendor* ./ [2023-02-08T17:10:27.179Z] ---> c93c85346c4d [2023-02-08T17:10:27.179Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-08T17:10:27.179Z] ---> Running in 25fb02049d16 [2023-02-08T17:12:03.824Z] Removing intermediate container 25fb02049d16 [2023-02-08T17:12:03.824Z] ---> bc43ad26c55f [2023-02-08T17:12:03.824Z] Step 7/21 : COPY . . [2023-02-08T17:12:03.824Z] ---> 782ba3d46a69 [2023-02-08T17:12:03.824Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-02-08T17:12:03.824Z] ---> Running in 85e72055334b [2023-02-08T17:12:03.824Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.41" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-02-08T17:12:13.899Z] Removing intermediate container ff60b6431e92 [2023-02-08T17:12:13.899Z] ---> a5e688b8c7e0 [2023-02-08T17:12:13.899Z] [2023-02-08T17:12:13.899Z] Step 9/19 : FROM alpine:3.15 [2023-02-08T17:12:13.899Z] ---> 8aa73fd46299 [2023-02-08T17:12:13.899Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-08T17:12:13.899Z] ---> Using cache [2023-02-08T17:12:13.899Z] ---> 72c8a67b46ef [2023-02-08T17:12:13.899Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-02-08T17:12:13.899Z] ---> Running in 3364d74f32df [2023-02-08T17:12:14.165Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-08T17:12:14.743Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-08T17:12:15.700Z] v3.15.6-295-g1d57d748550 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-08T17:12:15.700Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-08T17:12:15.700Z] OK: 15736 distinct packages available [2023-02-08T17:12:15.967Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-08T17:12:16.549Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-08T17:12:17.953Z] (1/9) Installing ca-certificates (20220614-r0) [2023-02-08T17:12:17.953Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-02-08T17:12:17.953Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-02-08T17:12:17.953Z] (4/9) Installing libcurl (7.80.0-r5) [2023-02-08T17:12:17.953Z] (5/9) Installing curl (7.80.0-r5) [2023-02-08T17:12:17.953Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-02-08T17:12:17.953Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-02-08T17:12:17.953Z] (8/9) Installing libucontext (1.1-r0) [2023-02-08T17:12:17.953Z] (9/9) Installing gcompat (1.0.0-r4) [2023-02-08T17:12:17.953Z] Executing busybox-1.34.1-r7.trigger [2023-02-08T17:12:17.953Z] Executing ca-certificates-20220614-r0.trigger [2023-02-08T17:12:18.534Z] OK: 8 MiB in 23 packages [2023-02-08T17:12:21.108Z] Removing intermediate container 3364d74f32df [2023-02-08T17:12:21.108Z] ---> 12a7b617e2bb [2023-02-08T17:12:21.108Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-08T17:12:21.693Z] ---> 764e5b363dc5 [2023-02-08T17:12:21.693Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-02-08T17:12:23.635Z] ---> 9940528ea2f3 [2023-02-08T17:12:23.635Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-02-08T17:12:24.593Z] ---> 47956f3d97c6 [2023-02-08T17:12:24.593Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-02-08T17:12:24.593Z] ---> Running in e62506fa6616 [2023-02-08T17:12:24.861Z] Removing intermediate container e62506fa6616 [2023-02-08T17:12:24.861Z] ---> b35a530c060b [2023-02-08T17:12:24.861Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-08T17:12:25.127Z] ---> Running in 83d8c75db1cf [2023-02-08T17:12:25.401Z] Removing intermediate container 83d8c75db1cf [2023-02-08T17:12:25.401Z] ---> ad520344100f [2023-02-08T17:12:25.401Z] Step 17/19 : LABEL arch=arm64 [2023-02-08T17:12:25.674Z] ---> Running in 10400d0f192d [2023-02-08T17:12:25.945Z] Removing intermediate container 10400d0f192d [2023-02-08T17:12:25.945Z] ---> b6e6d1cda7b7 [2023-02-08T17:12:25.945Z] Step 18/19 : LABEL git_sha=fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:12:26.358Z] ---> Running in 20ceb05f5f35 [2023-02-08T17:12:26.702Z] Removing intermediate container 20ceb05f5f35 [2023-02-08T17:12:26.702Z] ---> d5f15ff04fea [2023-02-08T17:12:26.702Z] Step 19/19 : LABEL version=3.0.0-dev.41 [2023-02-08T17:12:26.702Z] ---> Running in 88492412088a [2023-02-08T17:12:27.317Z] Removing intermediate container 88492412088a [2023-02-08T17:12:27.317Z] ---> 0d75edb4aca9 [2023-02-08T17:12:27.317Z] [2023-02-08T17:12:27.317Z] Successfully built 0d75edb4aca9 [2023-02-08T17:12:27.595Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-02-08T17:12:27.595Z] Building security-bootstrapper [2023-02-08T17:12:31.991Z]  Building security-spiffe-token-provider ... done Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-08T17:12:31.991Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-02-08T17:12:31.991Z] ---> 45b6f34113c1 [2023-02-08T17:12:31.991Z] Step 3/32 : WORKDIR /edgex-go [2023-02-08T17:12:31.991Z] ---> Using cache [2023-02-08T17:12:31.991Z] ---> b8cd5caab6cc [2023-02-08T17:12:31.991Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-02-08T17:12:31.991Z] ---> Using cache [2023-02-08T17:12:31.991Z] ---> 36a8cc7114ff [2023-02-08T17:12:31.991Z] Step 5/32 : COPY go.mod vendor* ./ [2023-02-08T17:12:31.991Z] ---> Using cache [2023-02-08T17:12:31.991Z] ---> c93c85346c4d [2023-02-08T17:12:31.991Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-08T17:12:31.991Z] ---> Using cache [2023-02-08T17:12:31.991Z] ---> bc43ad26c55f [2023-02-08T17:12:31.991Z] Step 7/32 : COPY . . [2023-02-08T17:12:31.991Z] ---> Using cache [2023-02-08T17:12:31.991Z] ---> 782ba3d46a69 [2023-02-08T17:12:31.991Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-02-08T17:12:31.991Z] ---> Running in 88355ff82c8b [2023-02-08T17:12:33.946Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.41" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-02-08T17:15:10.634Z] Removing intermediate container efbc17e30f5e [2023-02-08T17:15:10.634Z] ---> 9737cf79021d [2023-02-08T17:15:10.634Z] [2023-02-08T17:15:10.634Z] Step 10/22 : FROM alpine:3.16 [2023-02-08T17:15:10.634Z] ---> 2b4661558fb8 [2023-02-08T17:15:10.634Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-02-08T17:15:10.634Z] ---> Running in 466266d2819b [2023-02-08T17:15:10.634Z] Removing intermediate container 466266d2819b [2023-02-08T17:15:10.634Z] ---> e7ee7e0a203a [2023-02-08T17:15:10.634Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-02-08T17:15:10.634Z] ---> Running in ca153475f91c [2023-02-08T17:15:10.634Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-08T17:15:10.634Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-08T17:15:11.220Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-08T17:15:11.220Z] Executing busybox-1.35.0-r17.trigger [2023-02-08T17:15:11.220Z] OK: 5 MiB in 15 packages [2023-02-08T17:15:13.164Z] Removing intermediate container ca153475f91c [2023-02-08T17:15:13.164Z] ---> 5e9287c02353 [2023-02-08T17:15:13.164Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-08T17:15:13.747Z] ---> 132ac05fa4ff [2023-02-08T17:15:13.747Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-02-08T17:15:16.331Z] ---> 9725b7a935fd [2023-02-08T17:15:16.331Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-02-08T17:15:17.288Z] ---> a1886f6dc20f [2023-02-08T17:15:17.288Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-02-08T17:15:18.256Z] ---> 5a19a3c9177b [2023-02-08T17:15:18.256Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-08T17:15:18.528Z] ---> Running in 4c691976e33c [2023-02-08T17:15:21.871Z] Removing intermediate container 4c691976e33c [2023-02-08T17:15:21.871Z] ---> f1f88ea1db5a [2023-02-08T17:15:21.871Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-02-08T17:15:21.871Z] ---> Running in 2f8c9499e36f [2023-02-08T17:15:22.144Z] Removing intermediate container 2f8c9499e36f [2023-02-08T17:15:22.144Z] ---> 1e1e0c6a8f06 [2023-02-08T17:15:22.144Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-02-08T17:15:22.145Z] ---> Running in 63d26ba46f5d [2023-02-08T17:15:22.732Z] Removing intermediate container 63d26ba46f5d [2023-02-08T17:15:22.732Z] ---> 6650813afe34 [2023-02-08T17:15:22.732Z] Step 20/22 : LABEL arch=arm64 [2023-02-08T17:15:22.732Z] ---> Running in b143bf60b2bd [2023-02-08T17:15:23.330Z] Removing intermediate container b143bf60b2bd [2023-02-08T17:15:23.330Z] ---> e5d141859002 [2023-02-08T17:15:23.330Z] Step 21/22 : LABEL git_sha=fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:15:23.330Z] ---> Running in c6f6ba41b3ed [2023-02-08T17:15:23.935Z] Removing intermediate container c6f6ba41b3ed [2023-02-08T17:15:23.935Z] ---> 510a1570e928 [2023-02-08T17:15:23.935Z] Step 22/22 : LABEL version=3.0.0-dev.41 [2023-02-08T17:15:24.201Z] ---> Running in e1abc41280f0 [2023-02-08T17:15:24.783Z] Removing intermediate container e1abc41280f0 [2023-02-08T17:15:24.783Z] ---> 3c71cb27a984 [2023-02-08T17:15:24.783Z] [2023-02-08T17:15:24.783Z] Successfully built 3c71cb27a984 [2023-02-08T17:15:24.783Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-02-08T17:15:24.783Z]  Building core-common-config-bootstrapper ... done Building core-command [2023-02-08T17:15:28.121Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-08T17:15:28.121Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-08T17:15:28.121Z] ---> 45b6f34113c1 [2023-02-08T17:15:28.121Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-02-08T17:15:28.121Z] ---> Using cache [2023-02-08T17:15:28.121Z] ---> 3e84c4703007 [2023-02-08T17:15:28.121Z] Step 4/23 : WORKDIR /edgex-go [2023-02-08T17:15:28.121Z] ---> Using cache [2023-02-08T17:15:28.121Z] ---> 4138424d8cb4 [2023-02-08T17:15:28.121Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-02-08T17:15:28.121Z] ---> Using cache [2023-02-08T17:15:28.121Z] ---> ab968e66436f [2023-02-08T17:15:28.121Z] Step 6/23 : COPY go.mod vendor* ./ [2023-02-08T17:15:28.121Z] ---> Using cache [2023-02-08T17:15:28.121Z] ---> 58919455c7f7 [2023-02-08T17:15:28.121Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-08T17:15:28.121Z] ---> Using cache [2023-02-08T17:15:28.121Z] ---> 67167bde054b [2023-02-08T17:15:28.121Z] Step 8/23 : COPY . . [2023-02-08T17:15:28.401Z] ---> Using cache [2023-02-08T17:15:28.401Z] ---> 4151c378a8ae [2023-02-08T17:15:28.401Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-02-08T17:15:28.678Z] ---> Running in 63915cee540a [2023-02-08T17:15:30.615Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.41" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-02-08T17:15:38.821Z] Removing intermediate container 0caeae368808 [2023-02-08T17:15:38.821Z] ---> 9294ac7ccf31 [2023-02-08T17:15:38.821Z] [2023-02-08T17:15:38.821Z] Step 10/24 : FROM alpine:3.16 [2023-02-08T17:15:38.821Z] ---> 2b4661558fb8 [2023-02-08T17:15:38.821Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-02-08T17:15:38.821Z] ---> Running in d049d08eca19 [2023-02-08T17:15:40.766Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-08T17:15:41.034Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-08T17:15:42.982Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-08T17:15:42.982Z] Executing busybox-1.35.0-r17.trigger [2023-02-08T17:15:42.982Z] OK: 5 MiB in 15 packages [2023-02-08T17:15:44.394Z] Removing intermediate container d049d08eca19 [2023-02-08T17:15:44.394Z] ---> 4012b44c200d [2023-02-08T17:15:44.394Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-08T17:15:44.668Z] ---> Running in 8243feb0196f [2023-02-08T17:15:45.253Z] Removing intermediate container 8243feb0196f [2023-02-08T17:15:45.253Z] ---> 24c07e82a6f7 [2023-02-08T17:15:45.253Z] Step 13/24 : ENV APP_PORT=59881 [2023-02-08T17:15:45.253Z] ---> Running in 863bfa0b82c6 [2023-02-08T17:15:45.847Z] Removing intermediate container 863bfa0b82c6 [2023-02-08T17:15:45.847Z] ---> f52240d86cd4 [2023-02-08T17:15:45.847Z] Step 14/24 : EXPOSE $APP_PORT [2023-02-08T17:15:46.114Z] ---> Running in 8146bfe54394 [2023-02-08T17:15:46.381Z] Removing intermediate container 8146bfe54394 [2023-02-08T17:15:46.381Z] ---> f2315f770712 [2023-02-08T17:15:46.381Z] Step 15/24 : WORKDIR / [2023-02-08T17:15:46.647Z] ---> Running in a2f8e5582c37 [2023-02-08T17:15:47.232Z] Removing intermediate container a2f8e5582c37 [2023-02-08T17:15:47.232Z] ---> a104710e15d7 [2023-02-08T17:15:47.232Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-08T17:15:48.198Z] ---> cb34e3412804 [2023-02-08T17:15:48.198Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-02-08T17:15:49.616Z] ---> 8534ff90dcc2 [2023-02-08T17:15:49.616Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-02-08T17:15:50.577Z] ---> 69b0837f9b76 [2023-02-08T17:15:50.578Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-02-08T17:15:51.540Z] ---> a0f56b846ab6 [2023-02-08T17:15:51.540Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-02-08T17:15:51.540Z] ---> Running in 8f55b7862e80 [2023-02-08T17:15:52.128Z] Removing intermediate container 8f55b7862e80 [2023-02-08T17:15:52.128Z] ---> 634860cc1074 [2023-02-08T17:15:52.128Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-08T17:15:52.395Z] ---> Running in 5268c5122b0a [2023-02-08T17:15:52.662Z] Removing intermediate container 5268c5122b0a [2023-02-08T17:15:52.662Z] ---> 30ec01b2da58 [2023-02-08T17:15:52.662Z] Step 22/24 : LABEL arch=arm64 [2023-02-08T17:15:52.930Z] ---> Running in 7346c6cb968e [2023-02-08T17:15:53.885Z] Removing intermediate container 7346c6cb968e [2023-02-08T17:15:53.885Z] ---> bd9145f50946 [2023-02-08T17:15:53.885Z] Step 23/24 : LABEL git_sha=fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:15:54.166Z] ---> Running in ea341ef397a3 [2023-02-08T17:15:54.752Z] Removing intermediate container ea341ef397a3 [2023-02-08T17:15:54.752Z] ---> 500a69e6cb8a [2023-02-08T17:15:54.752Z] Step 24/24 : LABEL version=3.0.0-dev.41 [2023-02-08T17:15:54.752Z] ---> Running in c036540eb389 [2023-02-08T17:15:55.336Z] Removing intermediate container c036540eb389 [2023-02-08T17:15:55.336Z] ---> 693dee453438 [2023-02-08T17:15:55.336Z] [2023-02-08T17:15:55.603Z] Successfully built 693dee453438 [2023-02-08T17:15:55.603Z] Successfully tagged core-metadata-arm64:latest [2023-02-08T17:15:55.603Z]  Building core-metadata ... done Building core-data [2023-02-08T17:15:59.853Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-08T17:15:59.853Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-08T17:15:59.853Z] ---> 45b6f34113c1 [2023-02-08T17:15:59.853Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-08T17:15:59.853Z] ---> Using cache [2023-02-08T17:15:59.853Z] ---> 3e84c4703007 [2023-02-08T17:15:59.853Z] Step 4/22 : WORKDIR /edgex-go [2023-02-08T17:15:59.853Z] ---> Using cache [2023-02-08T17:15:59.853Z] ---> 4138424d8cb4 [2023-02-08T17:15:59.853Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-08T17:15:59.853Z] ---> Using cache [2023-02-08T17:15:59.853Z] ---> ab968e66436f [2023-02-08T17:15:59.853Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-08T17:15:59.853Z] ---> Using cache [2023-02-08T17:15:59.853Z] ---> 58919455c7f7 [2023-02-08T17:15:59.853Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-08T17:15:59.853Z] ---> Using cache [2023-02-08T17:15:59.853Z] ---> 67167bde054b [2023-02-08T17:15:59.853Z] Step 8/22 : COPY . . [2023-02-08T17:15:59.853Z] ---> Using cache [2023-02-08T17:15:59.853Z] ---> 4151c378a8ae [2023-02-08T17:15:59.853Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-02-08T17:15:59.853Z] ---> Running in 1fbd2dd65ab9 [2023-02-08T17:16:01.790Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.41" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-02-08T17:18:08.486Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.41" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-02-08T17:18:23.486Z] Removing intermediate container 2537768f3e48 [2023-02-08T17:18:23.486Z] ---> 69a502a406e7 [2023-02-08T17:18:23.486Z] [2023-02-08T17:18:23.486Z] Step 10/22 : FROM alpine:3.16 [2023-02-08T17:18:23.486Z] ---> 2b4661558fb8 [2023-02-08T17:18:23.486Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-02-08T17:18:23.486Z] ---> Running in 8e6f44f10358 [2023-02-08T17:18:25.436Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-08T17:18:26.022Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-08T17:18:26.296Z] Removing intermediate container 85e72055334b [2023-02-08T17:18:26.296Z] ---> d20c2a8d3223 [2023-02-08T17:18:26.296Z] [2023-02-08T17:18:26.296Z] Step 9/21 : FROM alpine:3.16 [2023-02-08T17:18:26.296Z] ---> 2b4661558fb8 [2023-02-08T17:18:26.296Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-02-08T17:18:26.567Z] ---> Running in 131fcb36f082 [2023-02-08T17:18:27.977Z] (1/2) Installing ca-certificates (20220614-r0) [2023-02-08T17:18:27.977Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-02-08T17:18:27.977Z] Executing busybox-1.35.0-r17.trigger [2023-02-08T17:18:27.977Z] Executing ca-certificates-20220614-r0.trigger [2023-02-08T17:18:28.243Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-08T17:18:28.512Z] OK: 6 MiB in 16 packages [2023-02-08T17:18:28.779Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-08T17:18:30.199Z] (1/6) Installing ca-certificates (20220614-r0) [2023-02-08T17:18:30.471Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-02-08T17:18:30.471Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-02-08T17:18:30.471Z] (4/6) Installing libcurl (7.83.1-r5) [2023-02-08T17:18:30.471Z] (5/6) Installing curl (7.83.1-r5) [2023-02-08T17:18:30.471Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-02-08T17:18:30.471Z] Executing busybox-1.35.0-r17.trigger [2023-02-08T17:18:30.471Z] Removing intermediate container 8e6f44f10358 [2023-02-08T17:18:30.471Z] ---> 89a416bdf10d [2023-02-08T17:18:30.471Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-08T17:18:30.471Z] Executing ca-certificates-20220614-r0.trigger [2023-02-08T17:18:30.738Z] ---> Running in 0f5b32ade144 [2023-02-08T17:18:31.006Z] OK: 8 MiB in 20 packages [2023-02-08T17:18:31.275Z] Removing intermediate container 0f5b32ade144 [2023-02-08T17:18:31.275Z] ---> 2eae619e3cf5 [2023-02-08T17:18:31.275Z] Step 13/22 : ENV APP_PORT=59860 [2023-02-08T17:18:31.542Z] ---> Running in 40a0dc08b2bf [2023-02-08T17:18:32.516Z] Removing intermediate container 40a0dc08b2bf [2023-02-08T17:18:32.516Z] ---> ed1877e581fd [2023-02-08T17:18:32.516Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-08T17:18:32.516Z] ---> Running in 117ca53fde33 [2023-02-08T17:18:33.482Z] Removing intermediate container 117ca53fde33 [2023-02-08T17:18:33.482Z] ---> c288c6eb6c15 [2023-02-08T17:18:33.482Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-08T17:18:33.750Z] Removing intermediate container 131fcb36f082 [2023-02-08T17:18:33.750Z] ---> c427f268d8b9 [2023-02-08T17:18:33.750Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-08T17:18:34.018Z] ---> Running in e15f8e7546c4 [2023-02-08T17:18:34.601Z] ---> eccf6d34b543 [2023-02-08T17:18:34.601Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-02-08T17:18:34.879Z] Removing intermediate container e15f8e7546c4 [2023-02-08T17:18:34.879Z] ---> 08790fe7fd31 [2023-02-08T17:18:34.879Z] Step 12/21 : WORKDIR /edgex [2023-02-08T17:18:35.145Z] ---> Running in 66765c0907b7 [2023-02-08T17:18:35.730Z] Removing intermediate container 66765c0907b7 [2023-02-08T17:18:35.730Z] ---> 42c1dc00f335 [2023-02-08T17:18:35.730Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-02-08T17:18:37.140Z] ---> d9aa19a34a7f [2023-02-08T17:18:37.140Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-02-08T17:18:38.551Z] ---> 371f2218bd8b [2023-02-08T17:18:38.551Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-02-08T17:18:39.959Z] ---> 50fb4c934bf6 [2023-02-08T17:18:39.959Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-02-08T17:18:39.959Z] ---> d296e67d8e37 [2023-02-08T17:18:39.959Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-02-08T17:18:40.226Z] ---> Running in d5f8139d1477 [2023-02-08T17:18:40.812Z] Removing intermediate container d5f8139d1477 [2023-02-08T17:18:40.812Z] ---> 757c3880edf3 [2023-02-08T17:18:40.812Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-08T17:18:41.084Z] ---> Running in 8288487c5540 [2023-02-08T17:18:42.497Z] Removing intermediate container 8288487c5540 [2023-02-08T17:18:42.497Z] ---> 8a5b0dc8016e [2023-02-08T17:18:42.497Z] Step 20/22 : LABEL arch=arm64 [2023-02-08T17:18:42.774Z] ---> 13f90adde31b [2023-02-08T17:18:42.774Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-02-08T17:18:42.774Z] ---> Running in 2659a7492fbf [2023-02-08T17:18:43.357Z] Removing intermediate container 2659a7492fbf [2023-02-08T17:18:43.357Z] ---> b14b22948bf5 [2023-02-08T17:18:43.357Z] Step 21/22 : LABEL git_sha=fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:18:43.627Z] ---> Running in 45b3bad981fd [2023-02-08T17:18:44.222Z] ---> 927c72dc16c9 [2023-02-08T17:18:44.222Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-08T17:18:44.222Z] ---> Running in d3576c48f1e3 [2023-02-08T17:18:44.489Z] Removing intermediate container 45b3bad981fd [2023-02-08T17:18:44.489Z] ---> c42b86ca130c [2023-02-08T17:18:44.489Z] Step 22/22 : LABEL version=3.0.0-dev.41 [2023-02-08T17:18:44.757Z] ---> Running in 9f936f389539 [2023-02-08T17:18:45.719Z] Removing intermediate container 9f936f389539 [2023-02-08T17:18:45.719Z] ---> af11a6bb1529 [2023-02-08T17:18:45.719Z] [2023-02-08T17:18:45.719Z] Successfully built af11a6bb1529 [2023-02-08T17:18:45.719Z] Successfully tagged support-notifications-arm64:latest [2023-02-08T17:18:45.719Z] Building support-scheduler [2023-02-08T17:18:47.661Z]  Building support-notifications ... done Removing intermediate container d3576c48f1e3 [2023-02-08T17:18:47.662Z] ---> d956f187dd82 [2023-02-08T17:18:47.662Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-02-08T17:18:47.930Z] ---> Running in ac0a78f7f52b [2023-02-08T17:18:48.511Z] Removing intermediate container ac0a78f7f52b [2023-02-08T17:18:48.511Z] ---> 963d36cbe8cb [2023-02-08T17:18:48.511Z] Step 19/21 : LABEL arch=arm64 [2023-02-08T17:18:48.511Z] ---> Running in 2456d47df51f [2023-02-08T17:18:49.094Z] Removing intermediate container 2456d47df51f [2023-02-08T17:18:49.094Z] ---> 28c7f99c9e11 [2023-02-08T17:18:49.094Z] Step 20/21 : LABEL git_sha=fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:18:49.094Z] ---> Running in 3a0713d54f60 [2023-02-08T17:18:50.052Z] Removing intermediate container 3a0713d54f60 [2023-02-08T17:18:50.052Z] ---> a2a9718bd476 [2023-02-08T17:18:50.052Z] Step 21/21 : LABEL version=3.0.0-dev.41 [2023-02-08T17:18:50.052Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-08T17:18:50.052Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-08T17:18:50.052Z] ---> 45b6f34113c1 [2023-02-08T17:18:50.052Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-08T17:18:50.052Z] ---> Using cache [2023-02-08T17:18:50.052Z] ---> 3e84c4703007 [2023-02-08T17:18:50.052Z] Step 4/22 : WORKDIR /edgex-go [2023-02-08T17:18:50.052Z] ---> Using cache [2023-02-08T17:18:50.052Z] ---> 4138424d8cb4 [2023-02-08T17:18:50.052Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-08T17:18:50.052Z] ---> Using cache [2023-02-08T17:18:50.052Z] ---> ab968e66436f [2023-02-08T17:18:50.052Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-08T17:18:50.318Z] ---> Using cache [2023-02-08T17:18:50.318Z] ---> 58919455c7f7 [2023-02-08T17:18:50.318Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-08T17:18:50.318Z] ---> Using cache [2023-02-08T17:18:50.318Z] ---> 67167bde054b [2023-02-08T17:18:50.318Z] Step 8/22 : COPY . . [2023-02-08T17:18:50.318Z] ---> Running in 8eb113e470d3 [2023-02-08T17:18:50.586Z] ---> Using cache [2023-02-08T17:18:50.586Z] ---> 4151c378a8ae [2023-02-08T17:18:50.586Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-02-08T17:18:50.586Z] ---> Running in a7954fe82f82 [2023-02-08T17:18:51.565Z] Removing intermediate container 8eb113e470d3 [2023-02-08T17:18:51.565Z] ---> 4a0df4b62c6e [2023-02-08T17:18:51.565Z] [2023-02-08T17:18:51.565Z] Successfully built 4a0df4b62c6e [2023-02-08T17:18:51.565Z] Successfully tagged security-proxy-setup-arm64:latest [2023-02-08T17:18:52.702Z]  Building security-proxy-setup ... done go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.41" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-02-08T17:19:11.111Z] Removing intermediate container 88355ff82c8b [2023-02-08T17:19:11.111Z] ---> 4556f45a50da [2023-02-08T17:19:11.111Z] [2023-02-08T17:19:11.111Z] Step 9/32 : FROM alpine:3.16 [2023-02-08T17:19:11.111Z] ---> 2b4661558fb8 [2023-02-08T17:19:11.111Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-08T17:19:11.111Z] ---> Running in c583decb415f [2023-02-08T17:19:11.111Z] Removing intermediate container c583decb415f [2023-02-08T17:19:11.111Z] ---> ed5ff77955d7 [2023-02-08T17:19:11.111Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-02-08T17:19:11.111Z] ---> Running in 3e0b5d4ee981 [2023-02-08T17:19:13.059Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-08T17:19:13.325Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-08T17:19:14.287Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-02-08T17:19:14.287Z] (2/2) Installing su-exec (0.2-r1) [2023-02-08T17:19:14.287Z] Executing busybox-1.35.0-r17.trigger [2023-02-08T17:19:14.287Z] OK: 5 MiB in 16 packages [2023-02-08T17:19:16.233Z] Removing intermediate container 3e0b5d4ee981 [2023-02-08T17:19:16.233Z] ---> c8bbd0a4acbc [2023-02-08T17:19:16.233Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-02-08T17:19:16.233Z] ---> Running in 89ea362094fd [2023-02-08T17:19:16.501Z] Removing intermediate container 89ea362094fd [2023-02-08T17:19:16.501Z] ---> d9bcf3b398cb [2023-02-08T17:19:16.501Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-02-08T17:19:16.776Z] ---> Running in e3ab5eb51082 [2023-02-08T17:19:17.362Z] Removing intermediate container e3ab5eb51082 [2023-02-08T17:19:17.362Z] ---> 6d87ddff1859 [2023-02-08T17:19:17.362Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-02-08T17:19:17.362Z] ---> Running in 905315737e2e [2023-02-08T17:19:17.960Z] Removing intermediate container 905315737e2e [2023-02-08T17:19:17.960Z] ---> 497b81f53965 [2023-02-08T17:19:17.960Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-02-08T17:19:17.960Z] ---> Running in de86a01f35d4 [2023-02-08T17:19:18.545Z] Removing intermediate container de86a01f35d4 [2023-02-08T17:19:18.545Z] ---> 53c8f9115186 [2023-02-08T17:19:18.545Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-02-08T17:19:18.545Z] ---> Running in 58dc4c75ae18 [2023-02-08T17:19:21.891Z] Removing intermediate container 58dc4c75ae18 [2023-02-08T17:19:21.891Z] ---> 250b0e96f15f [2023-02-08T17:19:21.891Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-02-08T17:19:21.891Z] ---> Running in 853b0b7abecd [2023-02-08T17:19:22.158Z] Removing intermediate container 853b0b7abecd [2023-02-08T17:19:22.158Z] ---> 1ecde85c44af [2023-02-08T17:19:22.158Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-02-08T17:19:23.115Z] ---> 97fc0acb18cc [2023-02-08T17:19:23.115Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-02-08T17:19:23.115Z] ---> Running in ffcf3ccedd11 [2023-02-08T17:19:26.464Z] Removing intermediate container ffcf3ccedd11 [2023-02-08T17:19:26.464Z] ---> f85fbe551b61 [2023-02-08T17:19:26.464Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-08T17:19:27.427Z] ---> 7aafd456ff02 [2023-02-08T17:19:27.427Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-02-08T17:19:29.365Z] ---> 9da95d87c8f2 [2023-02-08T17:19:29.365Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-02-08T17:19:29.949Z] ---> 93cca857138b [2023-02-08T17:19:29.949Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-02-08T17:19:30.906Z] ---> 4930515f1de5 [2023-02-08T17:19:30.907Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-02-08T17:19:31.866Z] ---> d4b54c718a03 [2023-02-08T17:19:31.866Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-02-08T17:19:34.446Z] ---> c9236980c28a [2023-02-08T17:19:34.446Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-02-08T17:19:35.404Z] ---> 7de034cec56f [2023-02-08T17:19:35.404Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-02-08T17:19:35.404Z] ---> Running in f497171994f4 [2023-02-08T17:19:38.740Z] Removing intermediate container f497171994f4 [2023-02-08T17:19:38.740Z] ---> 2a1ef264898a [2023-02-08T17:19:38.740Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-02-08T17:19:38.740Z] ---> Running in de7c032ccb33 [2023-02-08T17:19:39.319Z] Removing intermediate container de7c032ccb33 [2023-02-08T17:19:39.320Z] ---> 1565a9cd9bf8 [2023-02-08T17:19:39.320Z] Step 29/32 : CMD ["gate"] [2023-02-08T17:19:39.320Z] ---> Running in 6eca4ebd78eb [2023-02-08T17:19:39.900Z] Removing intermediate container 6eca4ebd78eb [2023-02-08T17:19:39.900Z] ---> 6fa6ba7de530 [2023-02-08T17:19:39.900Z] Step 30/32 : LABEL arch=arm64 [2023-02-08T17:19:40.165Z] ---> Running in 7f306c8e48ae [2023-02-08T17:19:40.745Z] Removing intermediate container 7f306c8e48ae [2023-02-08T17:19:40.745Z] ---> 1f6a2a1f6f0f [2023-02-08T17:19:40.745Z] Step 31/32 : LABEL git_sha=fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:19:40.745Z] ---> Running in 0797e01af582 [2023-02-08T17:19:41.328Z] Removing intermediate container 0797e01af582 [2023-02-08T17:19:41.328Z] ---> 5d9f028ffcdb [2023-02-08T17:19:41.328Z] Step 32/32 : LABEL version=3.0.0-dev.41 [2023-02-08T17:19:41.328Z] ---> Running in a557a79f0c09 [2023-02-08T17:19:41.911Z] Removing intermediate container a557a79f0c09 [2023-02-08T17:19:41.911Z] ---> cb3a81e99871 [2023-02-08T17:19:41.911Z] [2023-02-08T17:19:41.911Z] Successfully built cb3a81e99871 [2023-02-08T17:19:42.178Z] Successfully tagged security-bootstrapper-arm64:latest [2023-02-08T17:21:18.789Z]  Building security-bootstrapper ... done Removing intermediate container 63915cee540a [2023-02-08T17:21:18.789Z] ---> e6a51c846681 [2023-02-08T17:21:18.789Z] [2023-02-08T17:21:18.789Z] Step 10/23 : FROM alpine:3.16 [2023-02-08T17:21:18.789Z] ---> 2b4661558fb8 [2023-02-08T17:21:18.789Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-02-08T17:21:18.789Z] ---> Using cache [2023-02-08T17:21:18.789Z] ---> 4012b44c200d [2023-02-08T17:21:18.789Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-08T17:21:18.789Z] ---> Using cache [2023-02-08T17:21:18.789Z] ---> 24c07e82a6f7 [2023-02-08T17:21:18.789Z] Step 13/23 : ENV APP_PORT=59882 [2023-02-08T17:21:18.789Z] ---> Running in 4a769d3699bb [2023-02-08T17:21:18.789Z] Removing intermediate container 4a769d3699bb [2023-02-08T17:21:18.789Z] ---> 2cbfe3317e6a [2023-02-08T17:21:18.789Z] Step 14/23 : EXPOSE $APP_PORT [2023-02-08T17:21:18.789Z] ---> Running in 913182bf28b8 [2023-02-08T17:21:18.789Z] Removing intermediate container 913182bf28b8 [2023-02-08T17:21:18.789Z] ---> 6e7a7e4b4b53 [2023-02-08T17:21:18.789Z] Step 15/23 : WORKDIR / [2023-02-08T17:21:18.789Z] ---> Running in 07054317fbd2 [2023-02-08T17:21:18.789Z] Removing intermediate container 07054317fbd2 [2023-02-08T17:21:18.789Z] ---> ef4af15634ba [2023-02-08T17:21:18.789Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-08T17:21:18.789Z] ---> c81abb6cd15c [2023-02-08T17:21:18.789Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-02-08T17:21:19.368Z] ---> 0e8b17f9fe64 [2023-02-08T17:21:19.368Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-02-08T17:21:20.322Z] ---> b8dffa5caeee [2023-02-08T17:21:20.322Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-02-08T17:21:20.322Z] ---> Running in df29e61d8ba0 [2023-02-08T17:21:20.914Z] Removing intermediate container df29e61d8ba0 [2023-02-08T17:21:20.914Z] ---> 02aee6aa3d50 [2023-02-08T17:21:20.914Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-08T17:21:20.914Z] ---> Running in 265ab2441ea7 [2023-02-08T17:21:21.495Z] Removing intermediate container 265ab2441ea7 [2023-02-08T17:21:21.495Z] ---> 1b8eb01ff47b [2023-02-08T17:21:21.495Z] Step 21/23 : LABEL arch=arm64 [2023-02-08T17:21:21.495Z] ---> Running in f93f7f6f9fcd [2023-02-08T17:21:22.077Z] Removing intermediate container f93f7f6f9fcd [2023-02-08T17:21:22.077Z] ---> 999864b871ca [2023-02-08T17:21:22.077Z] Step 22/23 : LABEL git_sha=fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:21:22.077Z] ---> Running in a6ffd7b42b1c [2023-02-08T17:21:22.657Z] Removing intermediate container a6ffd7b42b1c [2023-02-08T17:21:22.657Z] ---> 51ace6334205 [2023-02-08T17:21:22.657Z] Step 23/23 : LABEL version=3.0.0-dev.41 [2023-02-08T17:21:22.657Z] ---> Running in eff8701bd7d8 [2023-02-08T17:21:23.238Z] Removing intermediate container eff8701bd7d8 [2023-02-08T17:21:23.238Z] ---> cc52ebdb993c [2023-02-08T17:21:23.238Z] [2023-02-08T17:21:23.238Z] Successfully built cc52ebdb993c [2023-02-08T17:21:23.238Z] Successfully tagged core-command-arm64:latest [2023-02-08T17:21:41.409Z]  Building core-command ... done Removing intermediate container 1fbd2dd65ab9 [2023-02-08T17:21:41.409Z] ---> e9143bfb360d [2023-02-08T17:21:41.409Z] [2023-02-08T17:21:41.409Z] Step 10/22 : FROM alpine:3.16 [2023-02-08T17:21:41.409Z] ---> 2b4661558fb8 [2023-02-08T17:21:41.409Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-02-08T17:21:41.409Z] ---> Running in 129d3facbdc3 [2023-02-08T17:21:41.987Z] Removing intermediate container 129d3facbdc3 [2023-02-08T17:21:41.987Z] ---> 129fa8983a65 [2023-02-08T17:21:41.987Z] Step 12/22 : ENV APP_PORT=59880 [2023-02-08T17:21:41.987Z] ---> Running in abffa05a9528 [2023-02-08T17:21:42.571Z] Removing intermediate container abffa05a9528 [2023-02-08T17:21:42.571Z] ---> 446c33cb5fca [2023-02-08T17:21:42.571Z] Step 13/22 : EXPOSE $APP_PORT [2023-02-08T17:21:42.571Z] ---> Running in 7c654a67fe51 [2023-02-08T17:21:43.150Z] Removing intermediate container 7c654a67fe51 [2023-02-08T17:21:43.150Z] ---> 6e8dcfd6e743 [2023-02-08T17:21:43.150Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-02-08T17:21:43.150Z] ---> Running in b806023ef84c [2023-02-08T17:21:45.093Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-08T17:21:45.093Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-08T17:21:46.051Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-08T17:21:46.051Z] Executing busybox-1.35.0-r17.trigger [2023-02-08T17:21:46.051Z] OK: 5 MiB in 15 packages [2023-02-08T17:21:47.456Z] Removing intermediate container b806023ef84c [2023-02-08T17:21:47.456Z] ---> d0fac4b9cca0 [2023-02-08T17:21:47.456Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-08T17:21:48.415Z] ---> 3d458808bbf2 [2023-02-08T17:21:48.415Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-02-08T17:21:50.349Z] ---> 057a095af9b8 [2023-02-08T17:21:50.349Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-02-08T17:21:51.306Z] ---> 2f67777a95d8 [2023-02-08T17:21:51.306Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-02-08T17:21:51.306Z] ---> Running in e093c057c573 [2023-02-08T17:21:51.891Z] Removing intermediate container e093c057c573 [2023-02-08T17:21:51.891Z] ---> 72fc7332ad40 [2023-02-08T17:21:51.891Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-08T17:21:51.891Z] ---> Running in e0a2050e23b0 [2023-02-08T17:21:52.478Z] Removing intermediate container e0a2050e23b0 [2023-02-08T17:21:52.478Z] ---> 902e5b43b7dc [2023-02-08T17:21:52.478Z] Step 20/22 : LABEL arch=arm64 [2023-02-08T17:21:52.745Z] ---> Running in a82def3593ea [2023-02-08T17:21:54.684Z] Removing intermediate container a82def3593ea [2023-02-08T17:21:54.684Z] ---> 2ccb5e8ca5eb [2023-02-08T17:21:54.684Z] Step 21/22 : LABEL git_sha=fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:21:54.950Z] ---> Running in ffb480fc21de [2023-02-08T17:21:55.530Z] Removing intermediate container ffb480fc21de [2023-02-08T17:21:55.530Z] ---> 0ea1e9970f03 [2023-02-08T17:21:55.530Z] Step 22/22 : LABEL version=3.0.0-dev.41 [2023-02-08T17:21:55.530Z] ---> Running in e23dc0a3e454 [2023-02-08T17:21:56.111Z] Removing intermediate container e23dc0a3e454 [2023-02-08T17:21:56.111Z] ---> 0d55fdc5177a [2023-02-08T17:21:56.111Z] [2023-02-08T17:21:56.111Z] Successfully built 0d55fdc5177a [2023-02-08T17:21:56.111Z] Successfully tagged core-data-arm64:latest [2023-02-08T17:22:52.471Z]  Building core-data ... done Removing intermediate container a7954fe82f82 [2023-02-08T17:22:52.471Z] ---> 8558f3f63023 [2023-02-08T17:22:52.471Z] [2023-02-08T17:22:52.471Z] Step 10/22 : FROM alpine:3.16 [2023-02-08T17:22:52.471Z] ---> 2b4661558fb8 [2023-02-08T17:22:52.471Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-02-08T17:22:52.471Z] ---> Using cache [2023-02-08T17:22:52.471Z] ---> 4012b44c200d [2023-02-08T17:22:52.471Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-08T17:22:52.471Z] ---> Using cache [2023-02-08T17:22:52.471Z] ---> 24c07e82a6f7 [2023-02-08T17:22:52.471Z] Step 13/22 : ENV APP_PORT=59861 [2023-02-08T17:22:52.471Z] ---> Running in d034aedf955d [2023-02-08T17:22:52.471Z] Removing intermediate container d034aedf955d [2023-02-08T17:22:52.471Z] ---> 188eb44d91f4 [2023-02-08T17:22:52.471Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-08T17:22:52.471Z] ---> Running in 5af0de469132 [2023-02-08T17:22:52.471Z] Removing intermediate container 5af0de469132 [2023-02-08T17:22:52.471Z] ---> 264b19e47208 [2023-02-08T17:22:52.471Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-08T17:22:52.471Z] ---> 7f1110e67d00 [2023-02-08T17:22:52.471Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-02-08T17:22:53.874Z] ---> 7dcab3140e27 [2023-02-08T17:22:53.874Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-02-08T17:22:54.464Z] ---> b6b2f6a53ee7 [2023-02-08T17:22:54.464Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-02-08T17:22:54.464Z] ---> Running in 98e38ef1d955 [2023-02-08T17:22:54.728Z] Removing intermediate container 98e38ef1d955 [2023-02-08T17:22:54.728Z] ---> 13026816d2db [2023-02-08T17:22:54.728Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-08T17:22:54.728Z] ---> Running in 2b506c6edf64 [2023-02-08T17:22:54.995Z] Removing intermediate container 2b506c6edf64 [2023-02-08T17:22:54.995Z] ---> 277e79f2e60c [2023-02-08T17:22:54.995Z] Step 20/22 : LABEL arch=arm64 [2023-02-08T17:22:55.261Z] ---> Running in 5bcb1063a10c [2023-02-08T17:22:55.524Z] Removing intermediate container 5bcb1063a10c [2023-02-08T17:22:55.524Z] ---> 4966d6749fe0 [2023-02-08T17:22:55.524Z] Step 21/22 : LABEL git_sha=fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:22:55.524Z] ---> Running in e8ad04cb8635 [2023-02-08T17:22:55.791Z] Removing intermediate container e8ad04cb8635 [2023-02-08T17:22:55.791Z] ---> a2cfec962a81 [2023-02-08T17:22:55.791Z] Step 22/22 : LABEL version=3.0.0-dev.41 [2023-02-08T17:22:55.791Z] ---> Running in a45c001be835 [2023-02-08T17:22:56.058Z] Removing intermediate container a45c001be835 [2023-02-08T17:22:56.058Z] ---> 5c1ee04b1512 [2023-02-08T17:22:56.058Z] [2023-02-08T17:22:56.323Z] Successfully built 5c1ee04b1512 [2023-02-08T17:22:56.324Z] Successfully tagged support-scheduler-arm64:latest [2023-02-08T17:22:56.600Z]  Building support-scheduler ... done  [Pipeline] } [2023-02-08T17:22:56.608Z] $ docker stop --time=1 8e62a9fa477c801140e68f11b4660a76131ee5c59710ab796287eb622af3ee26 [2023-02-08T17:22:58.305Z] $ docker rm -f --volumes 8e62a9fa477c801140e68f11b4660a76131ee5c59710ab796287eb622af3ee26 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-08T17:22:58.761Z] + docker images [2023-02-08T17:22:59.026Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-02-08T17:22:59.026Z] support-scheduler-arm64 latest 5c1ee04b1512 3 seconds ago 29MB [2023-02-08T17:22:59.026Z] 8558f3f63023 9 seconds ago 1.4GB [2023-02-08T17:22:59.026Z] core-data-arm64 latest 0d55fdc5177a About a minute ago 17.2MB [2023-02-08T17:22:59.026Z] e9143bfb360d About a minute ago 1.34GB [2023-02-08T17:22:59.026Z] core-command-arm64 latest cc52ebdb993c About a minute ago 17MB [2023-02-08T17:22:59.026Z] e6a51c846681 About a minute ago 1.34GB [2023-02-08T17:22:59.026Z] security-bootstrapper-arm64 latest cb3a81e99871 3 minutes ago 19.5MB [2023-02-08T17:22:59.026Z] 4556f45a50da 3 minutes ago 1.33GB [2023-02-08T17:22:59.026Z] security-proxy-setup-arm64 latest 4a0df4b62c6e 4 minutes ago 26.8MB [2023-02-08T17:22:59.026Z] support-notifications-arm64 latest af11a6bb1529 4 minutes ago 29.6MB [2023-02-08T17:22:59.026Z] d20c2a8d3223 4 minutes ago 1.33GB [2023-02-08T17:22:59.026Z] 69a502a406e7 4 minutes ago 1.4GB [2023-02-08T17:22:59.026Z] core-metadata-arm64 latest 693dee453438 7 minutes ago 17.7MB [2023-02-08T17:22:59.026Z] 9294ac7ccf31 7 minutes ago 1.34GB [2023-02-08T17:22:59.026Z] core-common-config-bootstrapper-arm64 latest 3c71cb27a984 7 minutes ago 14.9MB [2023-02-08T17:22:59.026Z] 9737cf79021d 7 minutes ago 1.33GB [2023-02-08T17:22:59.026Z] security-spiffe-token-provider-arm64 latest 0d75edb4aca9 10 minutes ago 29.1MB [2023-02-08T17:22:59.026Z] a5e688b8c7e0 10 minutes ago 1.37GB [2023-02-08T17:22:59.026Z] security-secretstore-setup-arm64 latest ea1252156079 12 minutes ago 28.8MB [2023-02-08T17:22:59.026Z] 8685cf1fa264 13 minutes ago 1.33GB [2023-02-08T17:22:59.026Z] security-spire-agent-arm64 latest f754d6a6d60c 17 minutes ago 122MB [2023-02-08T17:22:59.026Z] security-spire-config-arm64 latest 337e68227547 17 minutes ago 83.6MB [2023-02-08T17:22:59.026Z] security-spire-server-arm64 latest 396d0f6521de 17 minutes ago 84.3MB [2023-02-08T17:22:59.026Z] 17b81fb8df05 18 minutes ago 1.21GB [2023-02-08T17:22:59.026Z] 20f796f54595 18 minutes ago 1.21GB [2023-02-08T17:22:59.026Z] 4888c9b2fc66 18 minutes ago 1.21GB [2023-02-08T17:22:59.026Z] ci-base-image-arm64 latest 45b6f34113c1 21 minutes ago 905MB [2023-02-08T17:22:59.026Z] alpine 3.16 2b4661558fb8 2 months ago 5.29MB [2023-02-08T17:22:59.026Z] alpine 3.15 8aa73fd46299 2 months ago 5.33MB [2023-02-08T17:22:59.026Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 3 months ago 685MB [2023-02-08T17:22:59.026Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 2 years ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-08T17:22:59.134Z] provisioning config files... [2023-02-08T17:22:59.148Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/400@tmp/config8793125819910695369tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-08T17:22:59.472Z] ---> docker-login.sh [2023-02-08T17:22:59.472Z] nexus3.edgexfoundry.org:10001 [2023-02-08T17:22:59.472Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-08T17:22:59.737Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-08T17:22:59.737Z] Configure a credential helper to remove this warning. See [2023-02-08T17:22:59.737Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-08T17:22:59.737Z] [2023-02-08T17:22:59.737Z] Login Succeeded [2023-02-08T17:22:59.737Z] nexus3.edgexfoundry.org:10002 [2023-02-08T17:23:00.002Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-08T17:23:00.267Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-08T17:23:00.267Z] Configure a credential helper to remove this warning. See [2023-02-08T17:23:00.267Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-08T17:23:00.267Z] [2023-02-08T17:23:00.267Z] Login Succeeded [2023-02-08T17:23:00.267Z] nexus3.edgexfoundry.org:10003 [2023-02-08T17:23:00.532Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-08T17:23:00.532Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-08T17:23:00.532Z] Configure a credential helper to remove this warning. See [2023-02-08T17:23:00.532Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-08T17:23:00.532Z] [2023-02-08T17:23:00.532Z] Login Succeeded [2023-02-08T17:23:00.532Z] nexus3.edgexfoundry.org:10004 [2023-02-08T17:23:00.797Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-08T17:23:00.797Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-08T17:23:00.797Z] Configure a credential helper to remove this warning. See [2023-02-08T17:23:00.797Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-08T17:23:00.797Z] [2023-02-08T17:23:00.797Z] Login Succeeded [2023-02-08T17:23:01.063Z] docker.io [2023-02-08T17:23:01.063Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-08T17:23:01.329Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-08T17:23:01.329Z] Configure a credential helper to remove this warning. See [2023-02-08T17:23:01.329Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-08T17:23:01.329Z] [2023-02-08T17:23:01.329Z] Login Succeeded [2023-02-08T17:23:01.594Z] ---> docker-login.sh ends [Pipeline] } [2023-02-08T17:23:01.605Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-08T17:23:01.634Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-08T17:23:01.659Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2023-02-08T17:23:01.659Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:23:01.659Z] latest [2023-02-08T17:23:01.659Z] 3.0.0-dev.41 [2023-02-08T17:23:01.659Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:23:01.659Z] main [2023-02-08T17:23:01.659Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:02.007Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:02.346Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:23:02.346Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-02-08T17:23:02.346Z] f4c1a037d465: Preparing [2023-02-08T17:23:02.346Z] dca71e2c7a35: Preparing [2023-02-08T17:23:02.346Z] 40d5d8edaf50: Preparing [2023-02-08T17:23:02.346Z] 61fae9de5fba: Preparing [2023-02-08T17:23:02.346Z] 17bec77d7fdc: Preparing [2023-02-08T17:23:02.346Z] 17bec77d7fdc: Layer already exists [2023-02-08T17:23:02.614Z] f4c1a037d465: Pushed [2023-02-08T17:23:02.614Z] 40d5d8edaf50: Pushed [2023-02-08T17:23:02.614Z] 61fae9de5fba: Pushed [2023-02-08T17:23:05.945Z] dca71e2c7a35: Pushed [2023-02-08T17:23:05.945Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660: digest: sha256:285d9af49ab8683b92e93a9874b8e018e193a1bb446b7113a4196b9d3df82eb9 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:06.286Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:06.626Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-02-08T17:23:06.626Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-02-08T17:23:06.626Z] f4c1a037d465: Preparing [2023-02-08T17:23:06.626Z] dca71e2c7a35: Preparing [2023-02-08T17:23:06.626Z] 40d5d8edaf50: Preparing [2023-02-08T17:23:06.626Z] 61fae9de5fba: Preparing [2023-02-08T17:23:06.626Z] 17bec77d7fdc: Preparing [2023-02-08T17:23:06.626Z] dca71e2c7a35: Layer already exists [2023-02-08T17:23:06.626Z] 40d5d8edaf50: Layer already exists [2023-02-08T17:23:06.626Z] 61fae9de5fba: Layer already exists [2023-02-08T17:23:06.626Z] f4c1a037d465: Layer already exists [2023-02-08T17:23:06.626Z] 17bec77d7fdc: Layer already exists [2023-02-08T17:23:06.892Z] latest: digest: sha256:285d9af49ab8683b92e93a9874b8e018e193a1bb446b7113a4196b9d3df82eb9 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:07.238Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.41 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:07.573Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.41 [2023-02-08T17:23:07.573Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-02-08T17:23:07.573Z] f4c1a037d465: Preparing [2023-02-08T17:23:07.573Z] dca71e2c7a35: Preparing [2023-02-08T17:23:07.573Z] 40d5d8edaf50: Preparing [2023-02-08T17:23:07.573Z] 61fae9de5fba: Preparing [2023-02-08T17:23:07.573Z] 17bec77d7fdc: Preparing [2023-02-08T17:23:07.573Z] 61fae9de5fba: Layer already exists [2023-02-08T17:23:07.573Z] 40d5d8edaf50: Layer already exists [2023-02-08T17:23:07.573Z] 17bec77d7fdc: Layer already exists [2023-02-08T17:23:07.573Z] f4c1a037d465: Layer already exists [2023-02-08T17:23:07.573Z] dca71e2c7a35: Layer already exists [2023-02-08T17:23:07.573Z] 3.0.0-dev.41: digest: sha256:285d9af49ab8683b92e93a9874b8e018e193a1bb446b7113a4196b9d3df82eb9 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:07.916Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:08.254Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:23:08.254Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-02-08T17:23:08.254Z] f4c1a037d465: Preparing [2023-02-08T17:23:08.254Z] dca71e2c7a35: Preparing [2023-02-08T17:23:08.254Z] 40d5d8edaf50: Preparing [2023-02-08T17:23:08.254Z] 61fae9de5fba: Preparing [2023-02-08T17:23:08.254Z] 17bec77d7fdc: Preparing [2023-02-08T17:23:08.254Z] dca71e2c7a35: Layer already exists [2023-02-08T17:23:08.254Z] 17bec77d7fdc: Layer already exists [2023-02-08T17:23:08.254Z] f4c1a037d465: Layer already exists [2023-02-08T17:23:08.254Z] 40d5d8edaf50: Layer already exists [2023-02-08T17:23:08.254Z] 61fae9de5fba: Layer already exists [2023-02-08T17:23:08.254Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41: digest: sha256:285d9af49ab8683b92e93a9874b8e018e193a1bb446b7113a4196b9d3df82eb9 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:08.647Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:09.015Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2023-02-08T17:23:09.016Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-02-08T17:23:09.016Z] f4c1a037d465: Preparing [2023-02-08T17:23:09.016Z] dca71e2c7a35: Preparing [2023-02-08T17:23:09.016Z] 40d5d8edaf50: Preparing [2023-02-08T17:23:09.016Z] 61fae9de5fba: Preparing [2023-02-08T17:23:09.016Z] 17bec77d7fdc: Preparing [2023-02-08T17:23:09.016Z] 17bec77d7fdc: Layer already exists [2023-02-08T17:23:09.016Z] f4c1a037d465: Layer already exists [2023-02-08T17:23:09.016Z] 61fae9de5fba: Layer already exists [2023-02-08T17:23:09.016Z] dca71e2c7a35: Layer already exists [2023-02-08T17:23:09.016Z] 40d5d8edaf50: Layer already exists [2023-02-08T17:23:09.289Z] main: digest: sha256:285d9af49ab8683b92e93a9874b8e018e193a1bb446b7113a4196b9d3df82eb9 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-08T17:23:09.332Z] ===================================================== [Pipeline] echo [2023-02-08T17:23:09.339Z] taggedImages: [2023-02-08T17:23:09.339Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:23:09.339Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-02-08T17:23:09.339Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.41 [2023-02-08T17:23:09.339Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:23:09.339Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2023-02-08T17:23:09.354Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2023-02-08T17:23:09.354Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:23:09.354Z] latest [2023-02-08T17:23:09.354Z] 3.0.0-dev.41 [2023-02-08T17:23:09.354Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:23:09.354Z] main [2023-02-08T17:23:09.354Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:09.696Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:10.071Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:23:10.071Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-02-08T17:23:10.071Z] 273c0c2d500e: Preparing [2023-02-08T17:23:10.071Z] 098f7313fb50: Preparing [2023-02-08T17:23:10.071Z] 04959b06155a: Preparing [2023-02-08T17:23:10.071Z] aa157b945f52: Preparing [2023-02-08T17:23:10.071Z] 40d5d8edaf50: Preparing [2023-02-08T17:23:10.071Z] e054b63d2e60: Preparing [2023-02-08T17:23:10.071Z] 17bec77d7fdc: Preparing [2023-02-08T17:23:10.071Z] e054b63d2e60: Waiting [2023-02-08T17:23:10.071Z] 17bec77d7fdc: Waiting [2023-02-08T17:23:10.071Z] 40d5d8edaf50: Layer already exists [2023-02-08T17:23:10.344Z] 04959b06155a: Pushed [2023-02-08T17:23:10.344Z] 273c0c2d500e: Pushed [2023-02-08T17:23:10.344Z] 098f7313fb50: Pushed [2023-02-08T17:23:10.344Z] 17bec77d7fdc: Layer already exists [2023-02-08T17:23:10.344Z] e054b63d2e60: Pushed [2023-02-08T17:23:12.943Z] aa157b945f52: Pushed [2023-02-08T17:23:12.943Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660: digest: sha256:a48fd9bb98f7b9d24ac520d77db3b17a1396da5435ad96f1963ab0587b1c8d10 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:13.296Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:13.640Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-02-08T17:23:13.640Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-02-08T17:23:13.640Z] 273c0c2d500e: Preparing [2023-02-08T17:23:13.640Z] 098f7313fb50: Preparing [2023-02-08T17:23:13.640Z] 04959b06155a: Preparing [2023-02-08T17:23:13.640Z] aa157b945f52: Preparing [2023-02-08T17:23:13.640Z] 40d5d8edaf50: Preparing [2023-02-08T17:23:13.640Z] e054b63d2e60: Preparing [2023-02-08T17:23:13.640Z] 17bec77d7fdc: Preparing [2023-02-08T17:23:13.640Z] e054b63d2e60: Waiting [2023-02-08T17:23:13.640Z] 17bec77d7fdc: Waiting [2023-02-08T17:23:13.640Z] 40d5d8edaf50: Layer already exists [2023-02-08T17:23:13.640Z] aa157b945f52: Layer already exists [2023-02-08T17:23:13.640Z] 04959b06155a: Layer already exists [2023-02-08T17:23:13.640Z] 098f7313fb50: Layer already exists [2023-02-08T17:23:13.640Z] 273c0c2d500e: Layer already exists [2023-02-08T17:23:13.640Z] e054b63d2e60: Layer already exists [2023-02-08T17:23:13.640Z] 17bec77d7fdc: Layer already exists [2023-02-08T17:23:13.906Z] latest: digest: sha256:a48fd9bb98f7b9d24ac520d77db3b17a1396da5435ad96f1963ab0587b1c8d10 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:14.256Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.41 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:14.594Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.41 [2023-02-08T17:23:14.594Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-02-08T17:23:14.594Z] 273c0c2d500e: Preparing [2023-02-08T17:23:14.594Z] 098f7313fb50: Preparing [2023-02-08T17:23:14.594Z] 04959b06155a: Preparing [2023-02-08T17:23:14.594Z] aa157b945f52: Preparing [2023-02-08T17:23:14.594Z] 40d5d8edaf50: Preparing [2023-02-08T17:23:14.594Z] e054b63d2e60: Preparing [2023-02-08T17:23:14.594Z] 17bec77d7fdc: Preparing [2023-02-08T17:23:14.594Z] e054b63d2e60: Waiting [2023-02-08T17:23:14.594Z] 17bec77d7fdc: Waiting [2023-02-08T17:23:14.594Z] aa157b945f52: Layer already exists [2023-02-08T17:23:14.594Z] 273c0c2d500e: Layer already exists [2023-02-08T17:23:14.594Z] 04959b06155a: Layer already exists [2023-02-08T17:23:14.594Z] 098f7313fb50: Layer already exists [2023-02-08T17:23:14.594Z] 40d5d8edaf50: Layer already exists [2023-02-08T17:23:14.594Z] 17bec77d7fdc: Layer already exists [2023-02-08T17:23:14.594Z] e054b63d2e60: Layer already exists [2023-02-08T17:23:14.860Z] 3.0.0-dev.41: digest: sha256:a48fd9bb98f7b9d24ac520d77db3b17a1396da5435ad96f1963ab0587b1c8d10 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:15.192Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:15.521Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:23:15.521Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-02-08T17:23:15.521Z] 273c0c2d500e: Preparing [2023-02-08T17:23:15.521Z] 098f7313fb50: Preparing [2023-02-08T17:23:15.521Z] 04959b06155a: Preparing [2023-02-08T17:23:15.521Z] aa157b945f52: Preparing [2023-02-08T17:23:15.521Z] 40d5d8edaf50: Preparing [2023-02-08T17:23:15.521Z] e054b63d2e60: Preparing [2023-02-08T17:23:15.521Z] 17bec77d7fdc: Preparing [2023-02-08T17:23:15.521Z] e054b63d2e60: Waiting [2023-02-08T17:23:15.521Z] 17bec77d7fdc: Waiting [2023-02-08T17:23:15.521Z] 098f7313fb50: Layer already exists [2023-02-08T17:23:15.521Z] 40d5d8edaf50: Layer already exists [2023-02-08T17:23:15.521Z] aa157b945f52: Layer already exists [2023-02-08T17:23:15.521Z] 04959b06155a: Layer already exists [2023-02-08T17:23:15.521Z] 273c0c2d500e: Layer already exists [2023-02-08T17:23:15.521Z] 17bec77d7fdc: Layer already exists [2023-02-08T17:23:15.521Z] e054b63d2e60: Layer already exists [2023-02-08T17:23:15.786Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41: digest: sha256:a48fd9bb98f7b9d24ac520d77db3b17a1396da5435ad96f1963ab0587b1c8d10 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:16.121Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:16.454Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2023-02-08T17:23:16.454Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-02-08T17:23:16.454Z] 273c0c2d500e: Preparing [2023-02-08T17:23:16.454Z] 098f7313fb50: Preparing [2023-02-08T17:23:16.455Z] 04959b06155a: Preparing [2023-02-08T17:23:16.455Z] aa157b945f52: Preparing [2023-02-08T17:23:16.455Z] 40d5d8edaf50: Preparing [2023-02-08T17:23:16.455Z] e054b63d2e60: Preparing [2023-02-08T17:23:16.455Z] 17bec77d7fdc: Preparing [2023-02-08T17:23:16.455Z] e054b63d2e60: Waiting [2023-02-08T17:23:16.455Z] 17bec77d7fdc: Waiting [2023-02-08T17:23:16.455Z] 098f7313fb50: Layer already exists [2023-02-08T17:23:16.455Z] aa157b945f52: Layer already exists [2023-02-08T17:23:16.455Z] 273c0c2d500e: Layer already exists [2023-02-08T17:23:16.455Z] 40d5d8edaf50: Layer already exists [2023-02-08T17:23:16.455Z] 04959b06155a: Layer already exists [2023-02-08T17:23:16.455Z] e054b63d2e60: Layer already exists [2023-02-08T17:23:16.455Z] 17bec77d7fdc: Layer already exists [2023-02-08T17:23:16.719Z] main: digest: sha256:a48fd9bb98f7b9d24ac520d77db3b17a1396da5435ad96f1963ab0587b1c8d10 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-08T17:23:16.761Z] ===================================================== [Pipeline] echo [2023-02-08T17:23:16.767Z] taggedImages: [2023-02-08T17:23:16.767Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:23:16.767Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-02-08T17:23:16.767Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.41 [2023-02-08T17:23:16.767Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:23:16.767Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2023-02-08T17:23:16.783Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2023-02-08T17:23:16.783Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:23:16.783Z] latest [2023-02-08T17:23:16.783Z] 3.0.0-dev.41 [2023-02-08T17:23:16.783Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:23:16.783Z] main [2023-02-08T17:23:16.783Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:17.113Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:17.448Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:23:17.448Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-02-08T17:23:17.448Z] f222ed3a5455: Preparing [2023-02-08T17:23:17.448Z] ce141205c062: Preparing [2023-02-08T17:23:17.448Z] 40d5d8edaf50: Preparing [2023-02-08T17:23:17.448Z] 998e3f52de7a: Preparing [2023-02-08T17:23:17.448Z] 17bec77d7fdc: Preparing [2023-02-08T17:23:17.448Z] 17bec77d7fdc: Layer already exists [2023-02-08T17:23:17.448Z] 40d5d8edaf50: Layer already exists [2023-02-08T17:23:17.713Z] f222ed3a5455: Pushed [2023-02-08T17:23:17.713Z] 998e3f52de7a: Pushed [2023-02-08T17:23:21.046Z] ce141205c062: Pushed [2023-02-08T17:23:21.046Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660: digest: sha256:ec1d6e522dfc54d2c3567c00d8cddc8870381c19489f1e1d3f3c44f5e1bdaa6d size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:21.379Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:21.709Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-02-08T17:23:21.709Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-02-08T17:23:21.709Z] f222ed3a5455: Preparing [2023-02-08T17:23:21.709Z] ce141205c062: Preparing [2023-02-08T17:23:21.709Z] 40d5d8edaf50: Preparing [2023-02-08T17:23:21.709Z] 998e3f52de7a: Preparing [2023-02-08T17:23:21.709Z] 17bec77d7fdc: Preparing [2023-02-08T17:23:21.709Z] f222ed3a5455: Layer already exists [2023-02-08T17:23:21.709Z] ce141205c062: Layer already exists [2023-02-08T17:23:21.709Z] 17bec77d7fdc: Layer already exists [2023-02-08T17:23:21.709Z] 40d5d8edaf50: Layer already exists [2023-02-08T17:23:21.709Z] 998e3f52de7a: Layer already exists [2023-02-08T17:23:21.977Z] latest: digest: sha256:ec1d6e522dfc54d2c3567c00d8cddc8870381c19489f1e1d3f3c44f5e1bdaa6d size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:22.312Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.41 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:22.640Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.41 [2023-02-08T17:23:22.640Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-02-08T17:23:22.640Z] f222ed3a5455: Preparing [2023-02-08T17:23:22.640Z] ce141205c062: Preparing [2023-02-08T17:23:22.640Z] 40d5d8edaf50: Preparing [2023-02-08T17:23:22.640Z] 998e3f52de7a: Preparing [2023-02-08T17:23:22.640Z] 17bec77d7fdc: Preparing [2023-02-08T17:23:22.640Z] 17bec77d7fdc: Layer already exists [2023-02-08T17:23:22.640Z] f222ed3a5455: Layer already exists [2023-02-08T17:23:22.640Z] 998e3f52de7a: Layer already exists [2023-02-08T17:23:22.640Z] ce141205c062: Layer already exists [2023-02-08T17:23:22.640Z] 40d5d8edaf50: Layer already exists [2023-02-08T17:23:22.640Z] 3.0.0-dev.41: digest: sha256:ec1d6e522dfc54d2c3567c00d8cddc8870381c19489f1e1d3f3c44f5e1bdaa6d size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:23.241Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:23.571Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:23:23.571Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-02-08T17:23:23.571Z] f222ed3a5455: Preparing [2023-02-08T17:23:23.571Z] ce141205c062: Preparing [2023-02-08T17:23:23.571Z] 40d5d8edaf50: Preparing [2023-02-08T17:23:23.571Z] 998e3f52de7a: Preparing [2023-02-08T17:23:23.571Z] 17bec77d7fdc: Preparing [2023-02-08T17:23:23.571Z] 40d5d8edaf50: Layer already exists [2023-02-08T17:23:23.571Z] f222ed3a5455: Layer already exists [2023-02-08T17:23:23.571Z] ce141205c062: Layer already exists [2023-02-08T17:23:23.571Z] 998e3f52de7a: Layer already exists [2023-02-08T17:23:23.571Z] 17bec77d7fdc: Layer already exists [2023-02-08T17:23:23.571Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41: digest: sha256:ec1d6e522dfc54d2c3567c00d8cddc8870381c19489f1e1d3f3c44f5e1bdaa6d size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:23.896Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:24.231Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2023-02-08T17:23:24.231Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-02-08T17:23:24.231Z] f222ed3a5455: Preparing [2023-02-08T17:23:24.231Z] ce141205c062: Preparing [2023-02-08T17:23:24.231Z] 40d5d8edaf50: Preparing [2023-02-08T17:23:24.231Z] 998e3f52de7a: Preparing [2023-02-08T17:23:24.231Z] 17bec77d7fdc: Preparing [2023-02-08T17:23:24.231Z] f222ed3a5455: Layer already exists [2023-02-08T17:23:24.231Z] ce141205c062: Layer already exists [2023-02-08T17:23:24.231Z] 40d5d8edaf50: Layer already exists [2023-02-08T17:23:24.231Z] 998e3f52de7a: Layer already exists [2023-02-08T17:23:24.231Z] 17bec77d7fdc: Layer already exists [2023-02-08T17:23:24.231Z] main: digest: sha256:ec1d6e522dfc54d2c3567c00d8cddc8870381c19489f1e1d3f3c44f5e1bdaa6d size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-08T17:23:24.277Z] ===================================================== [Pipeline] echo [2023-02-08T17:23:24.285Z] taggedImages: [2023-02-08T17:23:24.285Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:23:24.285Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-02-08T17:23:24.285Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.41 [2023-02-08T17:23:24.285Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:23:24.285Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2023-02-08T17:23:24.318Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2023-02-08T17:23:24.318Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:23:24.318Z] latest [2023-02-08T17:23:24.318Z] 3.0.0-dev.41 [2023-02-08T17:23:24.318Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:23:24.318Z] main [2023-02-08T17:23:24.318Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:24.674Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:25.022Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:23:25.022Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-02-08T17:23:25.022Z] 2c237e87b91b: Preparing [2023-02-08T17:23:25.022Z] 9c6cbea46c6c: Preparing [2023-02-08T17:23:25.022Z] 8cae1dbba177: Preparing [2023-02-08T17:23:25.022Z] 40d5d8edaf50: Preparing [2023-02-08T17:23:25.022Z] 61fae9de5fba: Preparing [2023-02-08T17:23:25.022Z] 17bec77d7fdc: Preparing [2023-02-08T17:23:25.022Z] 17bec77d7fdc: Waiting [2023-02-08T17:23:25.022Z] 61fae9de5fba: Layer already exists [2023-02-08T17:23:25.022Z] 40d5d8edaf50: Layer already exists [2023-02-08T17:23:25.288Z] 17bec77d7fdc: Layer already exists [2023-02-08T17:23:25.288Z] 2c237e87b91b: Pushed [2023-02-08T17:23:25.288Z] 9c6cbea46c6c: Pushed [2023-02-08T17:23:28.615Z] 8cae1dbba177: Pushed [2023-02-08T17:23:28.615Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660: digest: sha256:0345fbd01d1c1001b855b75e0c10819b608e2e6ca76274789115fd9643a3662d size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:28.965Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:29.303Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-02-08T17:23:29.303Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-02-08T17:23:29.303Z] 2c237e87b91b: Preparing [2023-02-08T17:23:29.303Z] 9c6cbea46c6c: Preparing [2023-02-08T17:23:29.303Z] 8cae1dbba177: Preparing [2023-02-08T17:23:29.303Z] 40d5d8edaf50: Preparing [2023-02-08T17:23:29.303Z] 61fae9de5fba: Preparing [2023-02-08T17:23:29.303Z] 17bec77d7fdc: Preparing [2023-02-08T17:23:29.303Z] 17bec77d7fdc: Waiting [2023-02-08T17:23:29.303Z] 61fae9de5fba: Layer already exists [2023-02-08T17:23:29.303Z] 40d5d8edaf50: Layer already exists [2023-02-08T17:23:29.303Z] 2c237e87b91b: Layer already exists [2023-02-08T17:23:29.303Z] 8cae1dbba177: Layer already exists [2023-02-08T17:23:29.303Z] 9c6cbea46c6c: Layer already exists [2023-02-08T17:23:29.303Z] 17bec77d7fdc: Layer already exists [2023-02-08T17:23:29.567Z] latest: digest: sha256:0345fbd01d1c1001b855b75e0c10819b608e2e6ca76274789115fd9643a3662d size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:29.912Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.41 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:30.254Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.41 [2023-02-08T17:23:30.254Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-02-08T17:23:30.254Z] 2c237e87b91b: Preparing [2023-02-08T17:23:30.254Z] 9c6cbea46c6c: Preparing [2023-02-08T17:23:30.254Z] 8cae1dbba177: Preparing [2023-02-08T17:23:30.254Z] 40d5d8edaf50: Preparing [2023-02-08T17:23:30.254Z] 61fae9de5fba: Preparing [2023-02-08T17:23:30.254Z] 17bec77d7fdc: Preparing [2023-02-08T17:23:30.254Z] 17bec77d7fdc: Waiting [2023-02-08T17:23:30.254Z] 9c6cbea46c6c: Layer already exists [2023-02-08T17:23:30.254Z] 40d5d8edaf50: Layer already exists [2023-02-08T17:23:30.254Z] 61fae9de5fba: Layer already exists [2023-02-08T17:23:30.254Z] 2c237e87b91b: Layer already exists [2023-02-08T17:23:30.254Z] 8cae1dbba177: Layer already exists [2023-02-08T17:23:30.254Z] 17bec77d7fdc: Layer already exists [2023-02-08T17:23:30.519Z] 3.0.0-dev.41: digest: sha256:0345fbd01d1c1001b855b75e0c10819b608e2e6ca76274789115fd9643a3662d size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:30.861Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:31.198Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:23:31.198Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-02-08T17:23:31.198Z] 2c237e87b91b: Preparing [2023-02-08T17:23:31.198Z] 9c6cbea46c6c: Preparing [2023-02-08T17:23:31.198Z] 8cae1dbba177: Preparing [2023-02-08T17:23:31.198Z] 40d5d8edaf50: Preparing [2023-02-08T17:23:31.198Z] 61fae9de5fba: Preparing [2023-02-08T17:23:31.198Z] 17bec77d7fdc: Preparing [2023-02-08T17:23:31.198Z] 17bec77d7fdc: Waiting [2023-02-08T17:23:31.198Z] 2c237e87b91b: Layer already exists [2023-02-08T17:23:31.198Z] 8cae1dbba177: Layer already exists [2023-02-08T17:23:31.198Z] 61fae9de5fba: Layer already exists [2023-02-08T17:23:31.198Z] 9c6cbea46c6c: Layer already exists [2023-02-08T17:23:31.198Z] 40d5d8edaf50: Layer already exists [2023-02-08T17:23:31.198Z] 17bec77d7fdc: Layer already exists [2023-02-08T17:23:31.198Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41: digest: sha256:0345fbd01d1c1001b855b75e0c10819b608e2e6ca76274789115fd9643a3662d size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:31.807Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:32.141Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2023-02-08T17:23:32.141Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-02-08T17:23:32.141Z] 2c237e87b91b: Preparing [2023-02-08T17:23:32.141Z] 9c6cbea46c6c: Preparing [2023-02-08T17:23:32.141Z] 8cae1dbba177: Preparing [2023-02-08T17:23:32.141Z] 40d5d8edaf50: Preparing [2023-02-08T17:23:32.141Z] 61fae9de5fba: Preparing [2023-02-08T17:23:32.141Z] 17bec77d7fdc: Preparing [2023-02-08T17:23:32.141Z] 17bec77d7fdc: Waiting [2023-02-08T17:23:32.141Z] 61fae9de5fba: Layer already exists [2023-02-08T17:23:32.141Z] 9c6cbea46c6c: Layer already exists [2023-02-08T17:23:32.141Z] 8cae1dbba177: Layer already exists [2023-02-08T17:23:32.141Z] 2c237e87b91b: Layer already exists [2023-02-08T17:23:32.141Z] 40d5d8edaf50: Layer already exists [2023-02-08T17:23:32.141Z] 17bec77d7fdc: Layer already exists [2023-02-08T17:23:32.408Z] main: digest: sha256:0345fbd01d1c1001b855b75e0c10819b608e2e6ca76274789115fd9643a3662d size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-08T17:23:32.466Z] ===================================================== [Pipeline] echo [2023-02-08T17:23:32.474Z] taggedImages: [2023-02-08T17:23:32.474Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:23:32.474Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-02-08T17:23:32.474Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.41 [2023-02-08T17:23:32.474Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:23:32.474Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2023-02-08T17:23:32.495Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2023-02-08T17:23:32.495Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:23:32.495Z] latest [2023-02-08T17:23:32.495Z] 3.0.0-dev.41 [2023-02-08T17:23:32.495Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:23:32.495Z] main [2023-02-08T17:23:32.495Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:32.835Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:34.580Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:23:34.580Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-02-08T17:23:34.580Z] c40aa2a7a97f: Preparing [2023-02-08T17:23:34.580Z] c40aa2a7a97f: Preparing [2023-02-08T17:23:34.580Z] 454fc874d100: Preparing [2023-02-08T17:23:34.580Z] acd1a51ff543: Preparing [2023-02-08T17:23:34.580Z] 8ae63623e9e2: Preparing [2023-02-08T17:23:34.580Z] 3ba73e8e0531: Preparing [2023-02-08T17:23:34.580Z] d1429a82fbbe: Preparing [2023-02-08T17:23:34.580Z] 40d5d8edaf50: Preparing [2023-02-08T17:23:34.580Z] 628393582115: Preparing [2023-02-08T17:23:34.580Z] 192d276c4fcf: Preparing [2023-02-08T17:23:34.580Z] fe596e77f326: Preparing [2023-02-08T17:23:34.580Z] e6489608c3ae: Preparing [2023-02-08T17:23:34.580Z] 17bec77d7fdc: Preparing [2023-02-08T17:23:34.580Z] 192d276c4fcf: Waiting [2023-02-08T17:23:34.580Z] e6489608c3ae: Waiting [2023-02-08T17:23:34.580Z] fe596e77f326: Waiting [2023-02-08T17:23:34.580Z] d1429a82fbbe: Waiting [2023-02-08T17:23:34.580Z] 40d5d8edaf50: Waiting [2023-02-08T17:23:34.580Z] 628393582115: Waiting [2023-02-08T17:23:34.580Z] 17bec77d7fdc: Waiting [2023-02-08T17:23:34.845Z] acd1a51ff543: Pushed [2023-02-08T17:23:34.845Z] 8ae63623e9e2: Pushed [2023-02-08T17:23:34.845Z] c40aa2a7a97f: Pushed [2023-02-08T17:23:34.845Z] 3ba73e8e0531: Pushed [2023-02-08T17:23:34.845Z] 454fc874d100: Pushed [2023-02-08T17:23:34.845Z] 40d5d8edaf50: Layer already exists [2023-02-08T17:23:35.110Z] 628393582115: Pushed [2023-02-08T17:23:35.110Z] fe596e77f326: Pushed [2023-02-08T17:23:35.110Z] 17bec77d7fdc: Layer already exists [2023-02-08T17:23:35.110Z] e6489608c3ae: Pushed [2023-02-08T17:23:35.110Z] 192d276c4fcf: Pushed [2023-02-08T17:23:38.439Z] d1429a82fbbe: Pushed [2023-02-08T17:23:38.439Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660: digest: sha256:697762914bb58898e33595b3f3ec387c1e2be862b019f0a468867cf7d4b99ef5 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:38.767Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:39.093Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-02-08T17:23:39.093Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-02-08T17:23:39.093Z] c40aa2a7a97f: Preparing [2023-02-08T17:23:39.093Z] c40aa2a7a97f: Preparing [2023-02-08T17:23:39.093Z] 454fc874d100: Preparing [2023-02-08T17:23:39.093Z] acd1a51ff543: Preparing [2023-02-08T17:23:39.093Z] 8ae63623e9e2: Preparing [2023-02-08T17:23:39.093Z] 3ba73e8e0531: Preparing [2023-02-08T17:23:39.093Z] d1429a82fbbe: Preparing [2023-02-08T17:23:39.093Z] 40d5d8edaf50: Preparing [2023-02-08T17:23:39.093Z] 628393582115: Preparing [2023-02-08T17:23:39.093Z] 192d276c4fcf: Preparing [2023-02-08T17:23:39.093Z] fe596e77f326: Preparing [2023-02-08T17:23:39.093Z] e6489608c3ae: Preparing [2023-02-08T17:23:39.093Z] 17bec77d7fdc: Preparing [2023-02-08T17:23:39.093Z] d1429a82fbbe: Waiting [2023-02-08T17:23:39.093Z] 40d5d8edaf50: Waiting [2023-02-08T17:23:39.093Z] e6489608c3ae: Waiting [2023-02-08T17:23:39.093Z] 628393582115: Waiting [2023-02-08T17:23:39.093Z] 192d276c4fcf: Waiting [2023-02-08T17:23:39.093Z] fe596e77f326: Waiting [2023-02-08T17:23:39.093Z] 17bec77d7fdc: Waiting [2023-02-08T17:23:39.093Z] acd1a51ff543: Layer already exists [2023-02-08T17:23:39.093Z] 3ba73e8e0531: Layer already exists [2023-02-08T17:23:39.093Z] 454fc874d100: Layer already exists [2023-02-08T17:23:39.093Z] 8ae63623e9e2: Layer already exists [2023-02-08T17:23:39.093Z] c40aa2a7a97f: Layer already exists [2023-02-08T17:23:39.093Z] 40d5d8edaf50: Layer already exists [2023-02-08T17:23:39.093Z] d1429a82fbbe: Layer already exists [2023-02-08T17:23:39.093Z] 628393582115: Layer already exists [2023-02-08T17:23:39.093Z] fe596e77f326: Layer already exists [2023-02-08T17:23:39.093Z] 192d276c4fcf: Layer already exists [2023-02-08T17:23:39.093Z] e6489608c3ae: Layer already exists [2023-02-08T17:23:39.093Z] 17bec77d7fdc: Layer already exists [2023-02-08T17:23:39.358Z] latest: digest: sha256:697762914bb58898e33595b3f3ec387c1e2be862b019f0a468867cf7d4b99ef5 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:39.698Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.41 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:40.025Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.41 [2023-02-08T17:23:40.025Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-02-08T17:23:40.025Z] c40aa2a7a97f: Preparing [2023-02-08T17:23:40.025Z] c40aa2a7a97f: Preparing [2023-02-08T17:23:40.025Z] 454fc874d100: Preparing [2023-02-08T17:23:40.025Z] acd1a51ff543: Preparing [2023-02-08T17:23:40.025Z] 8ae63623e9e2: Preparing [2023-02-08T17:23:40.025Z] 3ba73e8e0531: Preparing [2023-02-08T17:23:40.025Z] d1429a82fbbe: Preparing [2023-02-08T17:23:40.025Z] 40d5d8edaf50: Preparing [2023-02-08T17:23:40.025Z] 628393582115: Preparing [2023-02-08T17:23:40.025Z] 192d276c4fcf: Preparing [2023-02-08T17:23:40.025Z] fe596e77f326: Preparing [2023-02-08T17:23:40.025Z] e6489608c3ae: Preparing [2023-02-08T17:23:40.025Z] 17bec77d7fdc: Preparing [2023-02-08T17:23:40.025Z] d1429a82fbbe: Waiting [2023-02-08T17:23:40.025Z] 40d5d8edaf50: Waiting [2023-02-08T17:23:40.025Z] 628393582115: Waiting [2023-02-08T17:23:40.025Z] e6489608c3ae: Waiting [2023-02-08T17:23:40.025Z] 17bec77d7fdc: Waiting [2023-02-08T17:23:40.025Z] fe596e77f326: Waiting [2023-02-08T17:23:40.025Z] 192d276c4fcf: Waiting [2023-02-08T17:23:40.025Z] 3ba73e8e0531: Layer already exists [2023-02-08T17:23:40.025Z] c40aa2a7a97f: Layer already exists [2023-02-08T17:23:40.025Z] 454fc874d100: Layer already exists [2023-02-08T17:23:40.025Z] acd1a51ff543: Layer already exists [2023-02-08T17:23:40.025Z] 8ae63623e9e2: Layer already exists [2023-02-08T17:23:40.025Z] 192d276c4fcf: Layer already exists [2023-02-08T17:23:40.025Z] 40d5d8edaf50: Layer already exists [2023-02-08T17:23:40.025Z] 628393582115: Layer already exists [2023-02-08T17:23:40.025Z] d1429a82fbbe: Layer already exists [2023-02-08T17:23:40.025Z] fe596e77f326: Layer already exists [2023-02-08T17:23:40.025Z] e6489608c3ae: Layer already exists [2023-02-08T17:23:40.025Z] 17bec77d7fdc: Layer already exists [2023-02-08T17:23:40.290Z] 3.0.0-dev.41: digest: sha256:697762914bb58898e33595b3f3ec387c1e2be862b019f0a468867cf7d4b99ef5 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:40.624Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:40.952Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:23:40.952Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-02-08T17:23:40.952Z] c40aa2a7a97f: Preparing [2023-02-08T17:23:40.952Z] c40aa2a7a97f: Preparing [2023-02-08T17:23:40.952Z] 454fc874d100: Preparing [2023-02-08T17:23:40.952Z] acd1a51ff543: Preparing [2023-02-08T17:23:40.952Z] 8ae63623e9e2: Preparing [2023-02-08T17:23:40.952Z] 3ba73e8e0531: Preparing [2023-02-08T17:23:40.952Z] d1429a82fbbe: Preparing [2023-02-08T17:23:40.952Z] 40d5d8edaf50: Preparing [2023-02-08T17:23:40.952Z] 628393582115: Preparing [2023-02-08T17:23:40.952Z] 192d276c4fcf: Preparing [2023-02-08T17:23:40.952Z] fe596e77f326: Preparing [2023-02-08T17:23:40.952Z] e6489608c3ae: Preparing [2023-02-08T17:23:40.952Z] 17bec77d7fdc: Preparing [2023-02-08T17:23:40.952Z] d1429a82fbbe: Waiting [2023-02-08T17:23:40.952Z] 40d5d8edaf50: Waiting [2023-02-08T17:23:40.952Z] 192d276c4fcf: Waiting [2023-02-08T17:23:40.952Z] e6489608c3ae: Waiting [2023-02-08T17:23:40.952Z] 17bec77d7fdc: Waiting [2023-02-08T17:23:40.952Z] 628393582115: Waiting [2023-02-08T17:23:40.952Z] fe596e77f326: Waiting [2023-02-08T17:23:40.952Z] 3ba73e8e0531: Layer already exists [2023-02-08T17:23:40.952Z] acd1a51ff543: Layer already exists [2023-02-08T17:23:40.952Z] 8ae63623e9e2: Layer already exists [2023-02-08T17:23:40.952Z] 454fc874d100: Layer already exists [2023-02-08T17:23:40.952Z] c40aa2a7a97f: Layer already exists [2023-02-08T17:23:40.952Z] 628393582115: Layer already exists [2023-02-08T17:23:40.952Z] d1429a82fbbe: Layer already exists [2023-02-08T17:23:40.952Z] 192d276c4fcf: Layer already exists [2023-02-08T17:23:40.952Z] 40d5d8edaf50: Layer already exists [2023-02-08T17:23:40.952Z] fe596e77f326: Layer already exists [2023-02-08T17:23:40.952Z] 17bec77d7fdc: Layer already exists [2023-02-08T17:23:40.952Z] e6489608c3ae: Layer already exists [2023-02-08T17:23:41.217Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41: digest: sha256:697762914bb58898e33595b3f3ec387c1e2be862b019f0a468867cf7d4b99ef5 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:41.544Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:41.884Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2023-02-08T17:23:41.884Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-02-08T17:23:41.884Z] c40aa2a7a97f: Preparing [2023-02-08T17:23:41.884Z] c40aa2a7a97f: Preparing [2023-02-08T17:23:41.884Z] 454fc874d100: Preparing [2023-02-08T17:23:41.884Z] acd1a51ff543: Preparing [2023-02-08T17:23:41.884Z] 8ae63623e9e2: Preparing [2023-02-08T17:23:41.884Z] 3ba73e8e0531: Preparing [2023-02-08T17:23:41.884Z] d1429a82fbbe: Preparing [2023-02-08T17:23:41.884Z] 40d5d8edaf50: Preparing [2023-02-08T17:23:41.884Z] 628393582115: Preparing [2023-02-08T17:23:41.884Z] 192d276c4fcf: Preparing [2023-02-08T17:23:41.884Z] fe596e77f326: Preparing [2023-02-08T17:23:41.884Z] e6489608c3ae: Preparing [2023-02-08T17:23:41.884Z] 17bec77d7fdc: Preparing [2023-02-08T17:23:41.884Z] 192d276c4fcf: Waiting [2023-02-08T17:23:41.884Z] fe596e77f326: Waiting [2023-02-08T17:23:41.884Z] e6489608c3ae: Waiting [2023-02-08T17:23:41.884Z] 17bec77d7fdc: Waiting [2023-02-08T17:23:41.884Z] d1429a82fbbe: Waiting [2023-02-08T17:23:41.884Z] 40d5d8edaf50: Waiting [2023-02-08T17:23:41.884Z] 628393582115: Waiting [2023-02-08T17:23:41.884Z] 3ba73e8e0531: Layer already exists [2023-02-08T17:23:41.884Z] 454fc874d100: Layer already exists [2023-02-08T17:23:41.884Z] acd1a51ff543: Layer already exists [2023-02-08T17:23:41.884Z] c40aa2a7a97f: Layer already exists [2023-02-08T17:23:41.884Z] 8ae63623e9e2: Layer already exists [2023-02-08T17:23:41.884Z] 40d5d8edaf50: Layer already exists [2023-02-08T17:23:41.884Z] d1429a82fbbe: Layer already exists [2023-02-08T17:23:41.884Z] 628393582115: Layer already exists [2023-02-08T17:23:41.884Z] 192d276c4fcf: Layer already exists [2023-02-08T17:23:41.884Z] fe596e77f326: Layer already exists [2023-02-08T17:23:41.884Z] 17bec77d7fdc: Layer already exists [2023-02-08T17:23:41.884Z] e6489608c3ae: Layer already exists [2023-02-08T17:23:42.149Z] main: digest: sha256:697762914bb58898e33595b3f3ec387c1e2be862b019f0a468867cf7d4b99ef5 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-08T17:23:42.209Z] ===================================================== [Pipeline] echo [2023-02-08T17:23:42.218Z] taggedImages: [2023-02-08T17:23:42.218Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:23:42.218Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-02-08T17:23:42.218Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.41 [2023-02-08T17:23:42.218Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:23:42.218Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2023-02-08T17:23:42.239Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2023-02-08T17:23:42.239Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:23:42.239Z] latest [2023-02-08T17:23:42.239Z] 3.0.0-dev.41 [2023-02-08T17:23:42.239Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:23:42.239Z] main [2023-02-08T17:23:42.239Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:42.586Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:42.920Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:23:42.920Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-02-08T17:23:42.920Z] 0151093c8cbf: Preparing [2023-02-08T17:23:42.920Z] cf18a1e7b0f5: Preparing [2023-02-08T17:23:42.920Z] 9eab20913a3b: Preparing [2023-02-08T17:23:42.920Z] 5f82cbdc3e38: Preparing [2023-02-08T17:23:42.920Z] a9fa882691bc: Preparing [2023-02-08T17:23:42.920Z] dd80810823d3: Preparing [2023-02-08T17:23:42.920Z] 08ed634944a3: Preparing [2023-02-08T17:23:42.920Z] 17bec77d7fdc: Preparing [2023-02-08T17:23:42.920Z] dd80810823d3: Waiting [2023-02-08T17:23:42.920Z] 08ed634944a3: Waiting [2023-02-08T17:23:42.920Z] 17bec77d7fdc: Waiting [2023-02-08T17:23:43.186Z] cf18a1e7b0f5: Pushed [2023-02-08T17:23:43.186Z] a9fa882691bc: Pushed [2023-02-08T17:23:43.186Z] 0151093c8cbf: Pushed [2023-02-08T17:23:43.186Z] 17bec77d7fdc: Layer already exists [2023-02-08T17:23:43.186Z] dd80810823d3: Pushed [2023-02-08T17:23:43.766Z] 08ed634944a3: Pushed [2023-02-08T17:23:45.703Z] 5f82cbdc3e38: Pushed [2023-02-08T17:23:45.703Z] 9eab20913a3b: Pushed [2023-02-08T17:23:45.703Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660: digest: sha256:6b317c210ac3e3e24c088310f1faa567c6f157fcf999a8ba1fdc306bc7f13797 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:46.045Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:46.970Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-02-08T17:23:46.970Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-02-08T17:23:46.970Z] 0151093c8cbf: Preparing [2023-02-08T17:23:46.970Z] cf18a1e7b0f5: Preparing [2023-02-08T17:23:46.970Z] 9eab20913a3b: Preparing [2023-02-08T17:23:46.970Z] 5f82cbdc3e38: Preparing [2023-02-08T17:23:46.970Z] a9fa882691bc: Preparing [2023-02-08T17:23:46.970Z] dd80810823d3: Preparing [2023-02-08T17:23:46.970Z] 08ed634944a3: Preparing [2023-02-08T17:23:46.970Z] 17bec77d7fdc: Preparing [2023-02-08T17:23:46.970Z] dd80810823d3: Waiting [2023-02-08T17:23:46.970Z] 08ed634944a3: Waiting [2023-02-08T17:23:46.970Z] 17bec77d7fdc: Waiting [2023-02-08T17:23:46.970Z] a9fa882691bc: Layer already exists [2023-02-08T17:23:46.970Z] 0151093c8cbf: Layer already exists [2023-02-08T17:23:46.970Z] 5f82cbdc3e38: Layer already exists [2023-02-08T17:23:46.970Z] cf18a1e7b0f5: Layer already exists [2023-02-08T17:23:46.970Z] 9eab20913a3b: Layer already exists [2023-02-08T17:23:46.970Z] dd80810823d3: Layer already exists [2023-02-08T17:23:46.970Z] 17bec77d7fdc: Layer already exists [2023-02-08T17:23:46.970Z] 08ed634944a3: Layer already exists [2023-02-08T17:23:47.234Z] latest: digest: sha256:6b317c210ac3e3e24c088310f1faa567c6f157fcf999a8ba1fdc306bc7f13797 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:47.571Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.41 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:47.895Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.41 [2023-02-08T17:23:47.895Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-02-08T17:23:47.895Z] 0151093c8cbf: Preparing [2023-02-08T17:23:47.895Z] cf18a1e7b0f5: Preparing [2023-02-08T17:23:47.895Z] 9eab20913a3b: Preparing [2023-02-08T17:23:47.895Z] 5f82cbdc3e38: Preparing [2023-02-08T17:23:47.895Z] a9fa882691bc: Preparing [2023-02-08T17:23:47.895Z] dd80810823d3: Preparing [2023-02-08T17:23:47.895Z] 08ed634944a3: Preparing [2023-02-08T17:23:47.895Z] 17bec77d7fdc: Preparing [2023-02-08T17:23:47.895Z] 08ed634944a3: Waiting [2023-02-08T17:23:47.895Z] 17bec77d7fdc: Waiting [2023-02-08T17:23:47.896Z] dd80810823d3: Waiting [2023-02-08T17:23:47.896Z] 9eab20913a3b: Layer already exists [2023-02-08T17:23:47.896Z] cf18a1e7b0f5: Layer already exists [2023-02-08T17:23:47.896Z] 0151093c8cbf: Layer already exists [2023-02-08T17:23:47.896Z] 5f82cbdc3e38: Layer already exists [2023-02-08T17:23:47.896Z] a9fa882691bc: Layer already exists [2023-02-08T17:23:47.896Z] dd80810823d3: Layer already exists [2023-02-08T17:23:47.896Z] 08ed634944a3: Layer already exists [2023-02-08T17:23:47.896Z] 17bec77d7fdc: Layer already exists [2023-02-08T17:23:48.161Z] 3.0.0-dev.41: digest: sha256:6b317c210ac3e3e24c088310f1faa567c6f157fcf999a8ba1fdc306bc7f13797 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:48.513Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:48.854Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:23:48.854Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-02-08T17:23:48.854Z] 0151093c8cbf: Preparing [2023-02-08T17:23:48.854Z] cf18a1e7b0f5: Preparing [2023-02-08T17:23:48.854Z] 9eab20913a3b: Preparing [2023-02-08T17:23:48.854Z] 5f82cbdc3e38: Preparing [2023-02-08T17:23:48.854Z] a9fa882691bc: Preparing [2023-02-08T17:23:48.854Z] dd80810823d3: Preparing [2023-02-08T17:23:48.854Z] 08ed634944a3: Preparing [2023-02-08T17:23:48.854Z] 17bec77d7fdc: Preparing [2023-02-08T17:23:48.854Z] dd80810823d3: Waiting [2023-02-08T17:23:48.854Z] 08ed634944a3: Waiting [2023-02-08T17:23:48.854Z] 17bec77d7fdc: Waiting [2023-02-08T17:23:48.854Z] 9eab20913a3b: Layer already exists [2023-02-08T17:23:48.854Z] 0151093c8cbf: Layer already exists [2023-02-08T17:23:48.854Z] cf18a1e7b0f5: Layer already exists [2023-02-08T17:23:48.854Z] a9fa882691bc: Layer already exists [2023-02-08T17:23:48.854Z] 5f82cbdc3e38: Layer already exists [2023-02-08T17:23:48.854Z] 17bec77d7fdc: Layer already exists [2023-02-08T17:23:48.854Z] dd80810823d3: Layer already exists [2023-02-08T17:23:48.854Z] 08ed634944a3: Layer already exists [2023-02-08T17:23:49.123Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41: digest: sha256:6b317c210ac3e3e24c088310f1faa567c6f157fcf999a8ba1fdc306bc7f13797 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:49.471Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:49.810Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2023-02-08T17:23:49.810Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-02-08T17:23:49.810Z] 0151093c8cbf: Preparing [2023-02-08T17:23:49.810Z] cf18a1e7b0f5: Preparing [2023-02-08T17:23:49.810Z] 9eab20913a3b: Preparing [2023-02-08T17:23:49.810Z] 5f82cbdc3e38: Preparing [2023-02-08T17:23:49.810Z] a9fa882691bc: Preparing [2023-02-08T17:23:49.810Z] dd80810823d3: Preparing [2023-02-08T17:23:49.810Z] 08ed634944a3: Preparing [2023-02-08T17:23:49.810Z] 17bec77d7fdc: Preparing [2023-02-08T17:23:49.810Z] dd80810823d3: Waiting [2023-02-08T17:23:49.810Z] 17bec77d7fdc: Waiting [2023-02-08T17:23:49.810Z] 08ed634944a3: Waiting [2023-02-08T17:23:49.810Z] a9fa882691bc: Layer already exists [2023-02-08T17:23:49.810Z] 0151093c8cbf: Layer already exists [2023-02-08T17:23:49.810Z] 5f82cbdc3e38: Layer already exists [2023-02-08T17:23:49.810Z] cf18a1e7b0f5: Layer already exists [2023-02-08T17:23:49.810Z] 9eab20913a3b: Layer already exists [2023-02-08T17:23:49.810Z] dd80810823d3: Layer already exists [2023-02-08T17:23:49.810Z] 08ed634944a3: Layer already exists [2023-02-08T17:23:49.810Z] 17bec77d7fdc: Layer already exists [2023-02-08T17:23:50.076Z] main: digest: sha256:6b317c210ac3e3e24c088310f1faa567c6f157fcf999a8ba1fdc306bc7f13797 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-08T17:23:50.131Z] ===================================================== [Pipeline] echo [2023-02-08T17:23:50.141Z] taggedImages: [2023-02-08T17:23:50.141Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:23:50.141Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-02-08T17:23:50.141Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.41 [2023-02-08T17:23:50.141Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:23:50.141Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2023-02-08T17:23:50.165Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2023-02-08T17:23:50.165Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:23:50.165Z] latest [2023-02-08T17:23:50.165Z] 3.0.0-dev.41 [2023-02-08T17:23:50.165Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:23:50.165Z] main [2023-02-08T17:23:50.165Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:50.503Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:50.839Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:23:50.839Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-02-08T17:23:50.839Z] 328061307f8d: Preparing [2023-02-08T17:23:50.839Z] 1dbdd4072888: Preparing [2023-02-08T17:23:50.839Z] 70d5cc435fbd: Preparing [2023-02-08T17:23:50.839Z] f9bd5bfe04f2: Preparing [2023-02-08T17:23:50.839Z] cc6d222c727a: Preparing [2023-02-08T17:23:50.839Z] 4933a84bd841: Preparing [2023-02-08T17:23:50.839Z] 3240a2b9e535: Preparing [2023-02-08T17:23:50.839Z] 6b3604175529: Preparing [2023-02-08T17:23:50.839Z] cc7e06e84527: Preparing [2023-02-08T17:23:50.839Z] 17bec77d7fdc: Preparing [2023-02-08T17:23:50.839Z] 4933a84bd841: Waiting [2023-02-08T17:23:50.839Z] 6b3604175529: Waiting [2023-02-08T17:23:50.839Z] cc7e06e84527: Waiting [2023-02-08T17:23:50.839Z] 17bec77d7fdc: Waiting [2023-02-08T17:23:50.839Z] 3240a2b9e535: Waiting [2023-02-08T17:23:51.106Z] 328061307f8d: Pushed [2023-02-08T17:23:51.106Z] 1dbdd4072888: Pushed [2023-02-08T17:23:51.106Z] cc6d222c727a: Pushed [2023-02-08T17:23:51.371Z] 4933a84bd841: Pushed [2023-02-08T17:23:51.371Z] 6b3604175529: Pushed [2023-02-08T17:23:51.371Z] 3240a2b9e535: Pushed [2023-02-08T17:23:51.371Z] 17bec77d7fdc: Layer already exists [2023-02-08T17:23:51.639Z] cc7e06e84527: Pushed [2023-02-08T17:23:53.576Z] f9bd5bfe04f2: Pushed [2023-02-08T17:23:54.155Z] 70d5cc435fbd: Pushed [2023-02-08T17:23:54.419Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660: digest: sha256:61572616a27529e609e76813648dcf0f854da96b6aec051366799da97be5e72e size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:54.742Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:55.074Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-02-08T17:23:55.075Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-02-08T17:23:55.075Z] 328061307f8d: Preparing [2023-02-08T17:23:55.075Z] 1dbdd4072888: Preparing [2023-02-08T17:23:55.075Z] 70d5cc435fbd: Preparing [2023-02-08T17:23:55.075Z] f9bd5bfe04f2: Preparing [2023-02-08T17:23:55.075Z] cc6d222c727a: Preparing [2023-02-08T17:23:55.075Z] 4933a84bd841: Preparing [2023-02-08T17:23:55.075Z] 3240a2b9e535: Preparing [2023-02-08T17:23:55.075Z] 6b3604175529: Preparing [2023-02-08T17:23:55.075Z] cc7e06e84527: Preparing [2023-02-08T17:23:55.075Z] 4933a84bd841: Waiting [2023-02-08T17:23:55.075Z] 17bec77d7fdc: Preparing [2023-02-08T17:23:55.075Z] 3240a2b9e535: Waiting [2023-02-08T17:23:55.075Z] 6b3604175529: Waiting [2023-02-08T17:23:55.075Z] cc7e06e84527: Waiting [2023-02-08T17:23:55.075Z] 17bec77d7fdc: Waiting [2023-02-08T17:23:55.075Z] cc6d222c727a: Layer already exists [2023-02-08T17:23:55.075Z] 328061307f8d: Layer already exists [2023-02-08T17:23:55.075Z] 70d5cc435fbd: Layer already exists [2023-02-08T17:23:55.075Z] 1dbdd4072888: Layer already exists [2023-02-08T17:23:55.075Z] f9bd5bfe04f2: Layer already exists [2023-02-08T17:23:55.075Z] 6b3604175529: Layer already exists [2023-02-08T17:23:55.075Z] 4933a84bd841: Layer already exists [2023-02-08T17:23:55.075Z] 3240a2b9e535: Layer already exists [2023-02-08T17:23:55.075Z] 17bec77d7fdc: Layer already exists [2023-02-08T17:23:55.075Z] cc7e06e84527: Layer already exists [2023-02-08T17:23:55.337Z] latest: digest: sha256:61572616a27529e609e76813648dcf0f854da96b6aec051366799da97be5e72e size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:55.673Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.41 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:56.004Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.41 [2023-02-08T17:23:56.004Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-02-08T17:23:56.004Z] 328061307f8d: Preparing [2023-02-08T17:23:56.004Z] 1dbdd4072888: Preparing [2023-02-08T17:23:56.004Z] 70d5cc435fbd: Preparing [2023-02-08T17:23:56.004Z] f9bd5bfe04f2: Preparing [2023-02-08T17:23:56.004Z] cc6d222c727a: Preparing [2023-02-08T17:23:56.004Z] 4933a84bd841: Preparing [2023-02-08T17:23:56.004Z] 3240a2b9e535: Preparing [2023-02-08T17:23:56.004Z] 6b3604175529: Preparing [2023-02-08T17:23:56.004Z] cc7e06e84527: Preparing [2023-02-08T17:23:56.004Z] 17bec77d7fdc: Preparing [2023-02-08T17:23:56.004Z] 4933a84bd841: Waiting [2023-02-08T17:23:56.004Z] 3240a2b9e535: Waiting [2023-02-08T17:23:56.004Z] 6b3604175529: Waiting [2023-02-08T17:23:56.004Z] cc7e06e84527: Waiting [2023-02-08T17:23:56.004Z] 17bec77d7fdc: Waiting [2023-02-08T17:23:56.004Z] f9bd5bfe04f2: Layer already exists [2023-02-08T17:23:56.004Z] 328061307f8d: Layer already exists [2023-02-08T17:23:56.004Z] cc6d222c727a: Layer already exists [2023-02-08T17:23:56.004Z] 1dbdd4072888: Layer already exists [2023-02-08T17:23:56.004Z] 70d5cc435fbd: Layer already exists [2023-02-08T17:23:56.004Z] 6b3604175529: Layer already exists [2023-02-08T17:23:56.004Z] 4933a84bd841: Layer already exists [2023-02-08T17:23:56.004Z] cc7e06e84527: Layer already exists [2023-02-08T17:23:56.004Z] 17bec77d7fdc: Layer already exists [2023-02-08T17:23:56.004Z] 3240a2b9e535: Layer already exists [2023-02-08T17:23:56.269Z] 3.0.0-dev.41: digest: sha256:61572616a27529e609e76813648dcf0f854da96b6aec051366799da97be5e72e size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:56.611Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:56.944Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:23:56.944Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-02-08T17:23:56.944Z] 328061307f8d: Preparing [2023-02-08T17:23:56.944Z] 1dbdd4072888: Preparing [2023-02-08T17:23:56.944Z] 70d5cc435fbd: Preparing [2023-02-08T17:23:56.944Z] f9bd5bfe04f2: Preparing [2023-02-08T17:23:56.944Z] cc6d222c727a: Preparing [2023-02-08T17:23:56.944Z] 4933a84bd841: Preparing [2023-02-08T17:23:56.944Z] 3240a2b9e535: Preparing [2023-02-08T17:23:56.944Z] 6b3604175529: Preparing [2023-02-08T17:23:56.944Z] cc7e06e84527: Preparing [2023-02-08T17:23:56.944Z] 17bec77d7fdc: Preparing [2023-02-08T17:23:56.944Z] 6b3604175529: Waiting [2023-02-08T17:23:56.944Z] cc7e06e84527: Waiting [2023-02-08T17:23:56.944Z] 17bec77d7fdc: Waiting [2023-02-08T17:23:56.944Z] 4933a84bd841: Waiting [2023-02-08T17:23:56.944Z] 3240a2b9e535: Waiting [2023-02-08T17:23:56.944Z] 1dbdd4072888: Layer already exists [2023-02-08T17:23:56.944Z] 328061307f8d: Layer already exists [2023-02-08T17:23:56.944Z] cc6d222c727a: Layer already exists [2023-02-08T17:23:56.944Z] 70d5cc435fbd: Layer already exists [2023-02-08T17:23:56.944Z] f9bd5bfe04f2: Layer already exists [2023-02-08T17:23:56.944Z] 3240a2b9e535: Layer already exists [2023-02-08T17:23:56.944Z] 4933a84bd841: Layer already exists [2023-02-08T17:23:56.944Z] 6b3604175529: Layer already exists [2023-02-08T17:23:56.944Z] cc7e06e84527: Layer already exists [2023-02-08T17:23:56.944Z] 17bec77d7fdc: Layer already exists [2023-02-08T17:23:57.208Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41: digest: sha256:61572616a27529e609e76813648dcf0f854da96b6aec051366799da97be5e72e size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:57.553Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:57.891Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2023-02-08T17:23:57.891Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-02-08T17:23:57.891Z] 328061307f8d: Preparing [2023-02-08T17:23:57.891Z] 1dbdd4072888: Preparing [2023-02-08T17:23:57.891Z] 70d5cc435fbd: Preparing [2023-02-08T17:23:57.891Z] f9bd5bfe04f2: Preparing [2023-02-08T17:23:57.891Z] cc6d222c727a: Preparing [2023-02-08T17:23:57.891Z] 4933a84bd841: Preparing [2023-02-08T17:23:57.891Z] 3240a2b9e535: Preparing [2023-02-08T17:23:57.891Z] 6b3604175529: Preparing [2023-02-08T17:23:57.891Z] cc7e06e84527: Preparing [2023-02-08T17:23:57.891Z] 4933a84bd841: Waiting [2023-02-08T17:23:57.891Z] 3240a2b9e535: Waiting [2023-02-08T17:23:57.891Z] 6b3604175529: Waiting [2023-02-08T17:23:57.891Z] cc7e06e84527: Waiting [2023-02-08T17:23:57.891Z] 17bec77d7fdc: Preparing [2023-02-08T17:23:57.891Z] 17bec77d7fdc: Waiting [2023-02-08T17:23:57.891Z] cc6d222c727a: Layer already exists [2023-02-08T17:23:57.891Z] 1dbdd4072888: Layer already exists [2023-02-08T17:23:57.891Z] 70d5cc435fbd: Layer already exists [2023-02-08T17:23:57.891Z] 328061307f8d: Layer already exists [2023-02-08T17:23:57.891Z] f9bd5bfe04f2: Layer already exists [2023-02-08T17:23:57.891Z] 6b3604175529: Layer already exists [2023-02-08T17:23:57.891Z] 4933a84bd841: Layer already exists [2023-02-08T17:23:57.891Z] 3240a2b9e535: Layer already exists [2023-02-08T17:23:57.891Z] 17bec77d7fdc: Layer already exists [2023-02-08T17:23:57.891Z] cc7e06e84527: Layer already exists [2023-02-08T17:23:58.157Z] main: digest: sha256:61572616a27529e609e76813648dcf0f854da96b6aec051366799da97be5e72e size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-08T17:23:58.212Z] ===================================================== [Pipeline] echo [2023-02-08T17:23:58.225Z] taggedImages: [2023-02-08T17:23:58.225Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:23:58.225Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-02-08T17:23:58.225Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.41 [2023-02-08T17:23:58.225Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:23:58.225Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2023-02-08T17:23:58.250Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2023-02-08T17:23:58.250Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:23:58.250Z] latest [2023-02-08T17:23:58.250Z] 3.0.0-dev.41 [2023-02-08T17:23:58.250Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:23:58.250Z] main [2023-02-08T17:23:58.250Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:58.595Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:23:58.924Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:23:58.924Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-02-08T17:23:58.924Z] c5a09406a26d: Preparing [2023-02-08T17:23:58.924Z] b0312387dbb2: Preparing [2023-02-08T17:23:58.924Z] 40d5d8edaf50: Preparing [2023-02-08T17:23:58.924Z] 7e4aa2a11c11: Preparing [2023-02-08T17:23:58.924Z] 9833f26c6bda: Preparing [2023-02-08T17:23:58.924Z] 40d5d8edaf50: Layer already exists [2023-02-08T17:23:58.924Z] 9833f26c6bda: Layer already exists [2023-02-08T17:23:59.189Z] c5a09406a26d: Pushed [2023-02-08T17:24:00.144Z] 7e4aa2a11c11: Pushed [2023-02-08T17:24:03.470Z] b0312387dbb2: Pushed [2023-02-08T17:24:03.735Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660: digest: sha256:a8cd23b658407e6fcd26b6930bf0f6300b6b6da4238f8ca9700d08b312af5da3 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:24:04.066Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:24:04.387Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-02-08T17:24:04.387Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-02-08T17:24:04.387Z] c5a09406a26d: Preparing [2023-02-08T17:24:04.387Z] b0312387dbb2: Preparing [2023-02-08T17:24:04.387Z] 40d5d8edaf50: Preparing [2023-02-08T17:24:04.387Z] 7e4aa2a11c11: Preparing [2023-02-08T17:24:04.387Z] 9833f26c6bda: Preparing [2023-02-08T17:24:04.387Z] 9833f26c6bda: Layer already exists [2023-02-08T17:24:04.387Z] c5a09406a26d: Layer already exists [2023-02-08T17:24:04.387Z] 40d5d8edaf50: Layer already exists [2023-02-08T17:24:04.387Z] 7e4aa2a11c11: Layer already exists [2023-02-08T17:24:04.387Z] b0312387dbb2: Layer already exists [2023-02-08T17:24:04.652Z] latest: digest: sha256:a8cd23b658407e6fcd26b6930bf0f6300b6b6da4238f8ca9700d08b312af5da3 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:24:04.981Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.41 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:24:05.309Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.41 [2023-02-08T17:24:05.310Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-02-08T17:24:05.310Z] c5a09406a26d: Preparing [2023-02-08T17:24:05.310Z] b0312387dbb2: Preparing [2023-02-08T17:24:05.310Z] 40d5d8edaf50: Preparing [2023-02-08T17:24:05.310Z] 7e4aa2a11c11: Preparing [2023-02-08T17:24:05.310Z] 9833f26c6bda: Preparing [2023-02-08T17:24:05.310Z] 40d5d8edaf50: Layer already exists [2023-02-08T17:24:05.310Z] b0312387dbb2: Layer already exists [2023-02-08T17:24:05.310Z] 7e4aa2a11c11: Layer already exists [2023-02-08T17:24:05.310Z] c5a09406a26d: Layer already exists [2023-02-08T17:24:05.310Z] 9833f26c6bda: Layer already exists [2023-02-08T17:24:05.310Z] 3.0.0-dev.41: digest: sha256:a8cd23b658407e6fcd26b6930bf0f6300b6b6da4238f8ca9700d08b312af5da3 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:24:05.638Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:24:05.964Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:24:05.964Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-02-08T17:24:05.964Z] c5a09406a26d: Preparing [2023-02-08T17:24:05.964Z] b0312387dbb2: Preparing [2023-02-08T17:24:05.964Z] 40d5d8edaf50: Preparing [2023-02-08T17:24:05.964Z] 7e4aa2a11c11: Preparing [2023-02-08T17:24:05.964Z] 9833f26c6bda: Preparing [2023-02-08T17:24:05.964Z] b0312387dbb2: Layer already exists [2023-02-08T17:24:05.964Z] c5a09406a26d: Layer already exists [2023-02-08T17:24:05.964Z] 40d5d8edaf50: Layer already exists [2023-02-08T17:24:05.964Z] 9833f26c6bda: Layer already exists [2023-02-08T17:24:05.964Z] 7e4aa2a11c11: Layer already exists [2023-02-08T17:24:05.964Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41: digest: sha256:a8cd23b658407e6fcd26b6930bf0f6300b6b6da4238f8ca9700d08b312af5da3 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:24:06.298Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:24:06.629Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2023-02-08T17:24:06.629Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-02-08T17:24:06.629Z] c5a09406a26d: Preparing [2023-02-08T17:24:06.629Z] b0312387dbb2: Preparing [2023-02-08T17:24:06.629Z] 40d5d8edaf50: Preparing [2023-02-08T17:24:06.629Z] 7e4aa2a11c11: Preparing [2023-02-08T17:24:06.629Z] 9833f26c6bda: Preparing [2023-02-08T17:24:06.629Z] 9833f26c6bda: Layer already exists [2023-02-08T17:24:06.629Z] 40d5d8edaf50: Layer already exists [2023-02-08T17:24:06.629Z] c5a09406a26d: Layer already exists [2023-02-08T17:24:06.629Z] b0312387dbb2: Layer already exists [2023-02-08T17:24:06.629Z] 7e4aa2a11c11: Layer already exists [2023-02-08T17:24:06.893Z] main: digest: sha256:a8cd23b658407e6fcd26b6930bf0f6300b6b6da4238f8ca9700d08b312af5da3 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-08T17:24:06.937Z] ===================================================== [Pipeline] echo [2023-02-08T17:24:06.943Z] taggedImages: [2023-02-08T17:24:06.943Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:24:06.943Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-02-08T17:24:06.943Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.41 [2023-02-08T17:24:06.943Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:24:06.943Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2023-02-08T17:24:06.957Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2023-02-08T17:24:06.957Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:24:06.957Z] latest [2023-02-08T17:24:06.957Z] 3.0.0-dev.41 [2023-02-08T17:24:06.957Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:24:06.957Z] main [2023-02-08T17:24:06.957Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:24:07.276Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:24:07.601Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:24:07.601Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-02-08T17:24:07.601Z] d14f896ce420: Preparing [2023-02-08T17:24:07.601Z] c0acc1170bc9: Preparing [2023-02-08T17:24:07.601Z] e1e2cb2b831c: Preparing [2023-02-08T17:24:07.602Z] 0f128782c416: Preparing [2023-02-08T17:24:07.602Z] 47403eddfa3f: Preparing [2023-02-08T17:24:07.602Z] 37c225bbe3ca: Preparing [2023-02-08T17:24:07.602Z] 9833f26c6bda: Preparing [2023-02-08T17:24:07.602Z] 37c225bbe3ca: Waiting [2023-02-08T17:24:07.602Z] 9833f26c6bda: Waiting [2023-02-08T17:24:07.866Z] c0acc1170bc9: Pushed [2023-02-08T17:24:07.866Z] d14f896ce420: Pushed [2023-02-08T17:24:07.866Z] e1e2cb2b831c: Pushed [2023-02-08T17:24:07.866Z] 9833f26c6bda: Layer already exists [2023-02-08T17:24:08.819Z] 37c225bbe3ca: Pushed [2023-02-08T17:24:17.014Z] 47403eddfa3f: Pushed [2023-02-08T17:24:23.626Z] 0f128782c416: Pushed [2023-02-08T17:24:23.626Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660: digest: sha256:060ab5f6d526b708a6f922b6a3cf184321a9939d3df3694b8156138b6d435e65 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:24:23.953Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:24:24.280Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-02-08T17:24:24.280Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-02-08T17:24:24.280Z] d14f896ce420: Preparing [2023-02-08T17:24:24.280Z] c0acc1170bc9: Preparing [2023-02-08T17:24:24.280Z] e1e2cb2b831c: Preparing [2023-02-08T17:24:24.280Z] 0f128782c416: Preparing [2023-02-08T17:24:24.280Z] 47403eddfa3f: Preparing [2023-02-08T17:24:24.280Z] 37c225bbe3ca: Preparing [2023-02-08T17:24:24.280Z] 9833f26c6bda: Preparing [2023-02-08T17:24:24.280Z] 37c225bbe3ca: Waiting [2023-02-08T17:24:24.280Z] 9833f26c6bda: Waiting [2023-02-08T17:24:24.280Z] c0acc1170bc9: Layer already exists [2023-02-08T17:24:24.280Z] 47403eddfa3f: Layer already exists [2023-02-08T17:24:24.280Z] d14f896ce420: Layer already exists [2023-02-08T17:24:24.280Z] e1e2cb2b831c: Layer already exists [2023-02-08T17:24:24.280Z] 0f128782c416: Layer already exists [2023-02-08T17:24:24.280Z] 37c225bbe3ca: Layer already exists [2023-02-08T17:24:24.280Z] 9833f26c6bda: Layer already exists [2023-02-08T17:24:24.280Z] latest: digest: sha256:060ab5f6d526b708a6f922b6a3cf184321a9939d3df3694b8156138b6d435e65 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:24:24.883Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.41 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:24:25.207Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.41 [2023-02-08T17:24:25.207Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-02-08T17:24:25.207Z] d14f896ce420: Preparing [2023-02-08T17:24:25.207Z] c0acc1170bc9: Preparing [2023-02-08T17:24:25.207Z] e1e2cb2b831c: Preparing [2023-02-08T17:24:25.207Z] 0f128782c416: Preparing [2023-02-08T17:24:25.207Z] 47403eddfa3f: Preparing [2023-02-08T17:24:25.207Z] 37c225bbe3ca: Preparing [2023-02-08T17:24:25.207Z] 9833f26c6bda: Preparing [2023-02-08T17:24:25.207Z] 37c225bbe3ca: Waiting [2023-02-08T17:24:25.207Z] 9833f26c6bda: Waiting [2023-02-08T17:24:25.207Z] d14f896ce420: Layer already exists [2023-02-08T17:24:25.207Z] c0acc1170bc9: Layer already exists [2023-02-08T17:24:25.207Z] 47403eddfa3f: Layer already exists [2023-02-08T17:24:25.207Z] 0f128782c416: Layer already exists [2023-02-08T17:24:25.207Z] e1e2cb2b831c: Layer already exists [2023-02-08T17:24:25.207Z] 37c225bbe3ca: Layer already exists [2023-02-08T17:24:25.207Z] 9833f26c6bda: Layer already exists [2023-02-08T17:24:25.470Z] 3.0.0-dev.41: digest: sha256:060ab5f6d526b708a6f922b6a3cf184321a9939d3df3694b8156138b6d435e65 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:24:25.796Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:24:26.118Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:24:26.118Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-02-08T17:24:26.118Z] d14f896ce420: Preparing [2023-02-08T17:24:26.118Z] c0acc1170bc9: Preparing [2023-02-08T17:24:26.118Z] e1e2cb2b831c: Preparing [2023-02-08T17:24:26.118Z] 0f128782c416: Preparing [2023-02-08T17:24:26.118Z] 47403eddfa3f: Preparing [2023-02-08T17:24:26.118Z] 37c225bbe3ca: Preparing [2023-02-08T17:24:26.118Z] 9833f26c6bda: Preparing [2023-02-08T17:24:26.118Z] 37c225bbe3ca: Waiting [2023-02-08T17:24:26.118Z] 9833f26c6bda: Waiting [2023-02-08T17:24:26.118Z] e1e2cb2b831c: Layer already exists [2023-02-08T17:24:26.118Z] 47403eddfa3f: Layer already exists [2023-02-08T17:24:26.118Z] 0f128782c416: Layer already exists [2023-02-08T17:24:26.118Z] d14f896ce420: Layer already exists [2023-02-08T17:24:26.118Z] c0acc1170bc9: Layer already exists [2023-02-08T17:24:26.118Z] 37c225bbe3ca: Layer already exists [2023-02-08T17:24:26.118Z] 9833f26c6bda: Layer already exists [2023-02-08T17:24:26.118Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41: digest: sha256:060ab5f6d526b708a6f922b6a3cf184321a9939d3df3694b8156138b6d435e65 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:24:26.705Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:24:27.039Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2023-02-08T17:24:27.039Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-02-08T17:24:27.039Z] d14f896ce420: Preparing [2023-02-08T17:24:27.039Z] c0acc1170bc9: Preparing [2023-02-08T17:24:27.039Z] e1e2cb2b831c: Preparing [2023-02-08T17:24:27.039Z] 0f128782c416: Preparing [2023-02-08T17:24:27.039Z] 47403eddfa3f: Preparing [2023-02-08T17:24:27.039Z] 37c225bbe3ca: Preparing [2023-02-08T17:24:27.039Z] 9833f26c6bda: Preparing [2023-02-08T17:24:27.039Z] 37c225bbe3ca: Waiting [2023-02-08T17:24:27.039Z] 9833f26c6bda: Waiting [2023-02-08T17:24:27.039Z] c0acc1170bc9: Layer already exists [2023-02-08T17:24:27.039Z] 47403eddfa3f: Layer already exists [2023-02-08T17:24:27.039Z] e1e2cb2b831c: Layer already exists [2023-02-08T17:24:27.039Z] d14f896ce420: Layer already exists [2023-02-08T17:24:27.039Z] 0f128782c416: Layer already exists [2023-02-08T17:24:27.039Z] 9833f26c6bda: Layer already exists [2023-02-08T17:24:27.039Z] 37c225bbe3ca: Layer already exists [2023-02-08T17:24:27.303Z] main: digest: sha256:060ab5f6d526b708a6f922b6a3cf184321a9939d3df3694b8156138b6d435e65 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-08T17:24:27.390Z] ===================================================== [Pipeline] echo [2023-02-08T17:24:27.397Z] taggedImages: [2023-02-08T17:24:27.397Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:24:27.397Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-02-08T17:24:27.397Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.41 [2023-02-08T17:24:27.397Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:24:27.397Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2023-02-08T17:24:27.420Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2023-02-08T17:24:27.420Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:24:27.420Z] latest [2023-02-08T17:24:27.420Z] 3.0.0-dev.41 [2023-02-08T17:24:27.420Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:24:27.420Z] main [2023-02-08T17:24:27.420Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:24:27.784Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:24:28.122Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:24:28.122Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-02-08T17:24:28.122Z] a4e6f6484993: Preparing [2023-02-08T17:24:28.122Z] 37fe46a9f169: Preparing [2023-02-08T17:24:28.122Z] 3978c1e912de: Preparing [2023-02-08T17:24:28.122Z] b53cbc4a97e6: Preparing [2023-02-08T17:24:28.122Z] e9033ad808df: Preparing [2023-02-08T17:24:28.122Z] 9833f26c6bda: Preparing [2023-02-08T17:24:28.122Z] 9833f26c6bda: Waiting [2023-02-08T17:24:28.428Z] 37fe46a9f169: Pushed [2023-02-08T17:24:28.428Z] a4e6f6484993: Pushed [2023-02-08T17:24:28.428Z] 3978c1e912de: Pushed [2023-02-08T17:24:28.428Z] 9833f26c6bda: Layer already exists [2023-02-08T17:24:29.009Z] e9033ad808df: Pushed [2023-02-08T17:24:43.970Z] b53cbc4a97e6: Pushed [2023-02-08T17:24:43.970Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660: digest: sha256:758027d0b79cd1db68995ece1859cf4d0c14626366bc7dce591b32b91360519b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:24:44.308Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:24:44.635Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-02-08T17:24:44.635Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-02-08T17:24:44.635Z] a4e6f6484993: Preparing [2023-02-08T17:24:44.635Z] 37fe46a9f169: Preparing [2023-02-08T17:24:44.635Z] 3978c1e912de: Preparing [2023-02-08T17:24:44.635Z] b53cbc4a97e6: Preparing [2023-02-08T17:24:44.635Z] e9033ad808df: Preparing [2023-02-08T17:24:44.635Z] 9833f26c6bda: Preparing [2023-02-08T17:24:44.635Z] 9833f26c6bda: Waiting [2023-02-08T17:24:44.635Z] 37fe46a9f169: Layer already exists [2023-02-08T17:24:44.635Z] 3978c1e912de: Layer already exists [2023-02-08T17:24:44.635Z] b53cbc4a97e6: Layer already exists [2023-02-08T17:24:44.635Z] a4e6f6484993: Layer already exists [2023-02-08T17:24:44.635Z] e9033ad808df: Layer already exists [2023-02-08T17:24:44.635Z] 9833f26c6bda: Layer already exists [2023-02-08T17:24:44.899Z] latest: digest: sha256:758027d0b79cd1db68995ece1859cf4d0c14626366bc7dce591b32b91360519b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:24:45.228Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.41 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:24:45.565Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.41 [2023-02-08T17:24:45.565Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-02-08T17:24:45.565Z] a4e6f6484993: Preparing [2023-02-08T17:24:45.565Z] 37fe46a9f169: Preparing [2023-02-08T17:24:45.565Z] 3978c1e912de: Preparing [2023-02-08T17:24:45.565Z] b53cbc4a97e6: Preparing [2023-02-08T17:24:45.565Z] e9033ad808df: Preparing [2023-02-08T17:24:45.565Z] 9833f26c6bda: Preparing [2023-02-08T17:24:45.565Z] 9833f26c6bda: Waiting [2023-02-08T17:24:45.565Z] 37fe46a9f169: Layer already exists [2023-02-08T17:24:45.565Z] 3978c1e912de: Layer already exists [2023-02-08T17:24:45.565Z] a4e6f6484993: Layer already exists [2023-02-08T17:24:45.565Z] e9033ad808df: Layer already exists [2023-02-08T17:24:45.565Z] b53cbc4a97e6: Layer already exists [2023-02-08T17:24:45.565Z] 9833f26c6bda: Layer already exists [2023-02-08T17:24:45.565Z] 3.0.0-dev.41: digest: sha256:758027d0b79cd1db68995ece1859cf4d0c14626366bc7dce591b32b91360519b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:24:46.160Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:24:46.537Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:24:46.537Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-02-08T17:24:46.537Z] a4e6f6484993: Preparing [2023-02-08T17:24:46.537Z] 37fe46a9f169: Preparing [2023-02-08T17:24:46.537Z] 3978c1e912de: Preparing [2023-02-08T17:24:46.537Z] b53cbc4a97e6: Preparing [2023-02-08T17:24:46.537Z] e9033ad808df: Preparing [2023-02-08T17:24:46.537Z] 9833f26c6bda: Preparing [2023-02-08T17:24:46.537Z] 9833f26c6bda: Waiting [2023-02-08T17:24:46.537Z] b53cbc4a97e6: Layer already exists [2023-02-08T17:24:46.537Z] 37fe46a9f169: Layer already exists [2023-02-08T17:24:46.537Z] 3978c1e912de: Layer already exists [2023-02-08T17:24:46.537Z] e9033ad808df: Layer already exists [2023-02-08T17:24:46.537Z] a4e6f6484993: Layer already exists [2023-02-08T17:24:46.537Z] 9833f26c6bda: Layer already exists [2023-02-08T17:24:46.808Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41: digest: sha256:758027d0b79cd1db68995ece1859cf4d0c14626366bc7dce591b32b91360519b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:24:47.153Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:24:47.496Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2023-02-08T17:24:47.496Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-02-08T17:24:47.496Z] a4e6f6484993: Preparing [2023-02-08T17:24:47.496Z] 37fe46a9f169: Preparing [2023-02-08T17:24:47.496Z] 3978c1e912de: Preparing [2023-02-08T17:24:47.496Z] b53cbc4a97e6: Preparing [2023-02-08T17:24:47.496Z] e9033ad808df: Preparing [2023-02-08T17:24:47.496Z] 9833f26c6bda: Preparing [2023-02-08T17:24:47.496Z] 9833f26c6bda: Waiting [2023-02-08T17:24:47.496Z] b53cbc4a97e6: Layer already exists [2023-02-08T17:24:47.496Z] 3978c1e912de: Layer already exists [2023-02-08T17:24:47.496Z] e9033ad808df: Layer already exists [2023-02-08T17:24:47.496Z] a4e6f6484993: Layer already exists [2023-02-08T17:24:47.496Z] 37fe46a9f169: Layer already exists [2023-02-08T17:24:47.496Z] 9833f26c6bda: Layer already exists [2023-02-08T17:24:47.496Z] main: digest: sha256:758027d0b79cd1db68995ece1859cf4d0c14626366bc7dce591b32b91360519b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-08T17:24:47.816Z] ===================================================== [Pipeline] echo [2023-02-08T17:24:47.821Z] taggedImages: [2023-02-08T17:24:47.821Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:24:47.821Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-02-08T17:24:47.821Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.41 [2023-02-08T17:24:47.821Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:24:47.821Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2023-02-08T17:24:47.836Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2023-02-08T17:24:47.836Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:24:47.836Z] latest [2023-02-08T17:24:47.836Z] 3.0.0-dev.41 [2023-02-08T17:24:47.836Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:24:47.836Z] main [2023-02-08T17:24:47.836Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:24:48.159Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:24:48.479Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:24:48.479Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-02-08T17:24:48.479Z] 091d239c553f: Preparing [2023-02-08T17:24:48.479Z] 4b40d340fc85: Preparing [2023-02-08T17:24:48.479Z] dd2822e02ef6: Preparing [2023-02-08T17:24:48.479Z] c4487110ef21: Preparing [2023-02-08T17:24:48.479Z] 9d27212fb4d4: Preparing [2023-02-08T17:24:48.479Z] 9833f26c6bda: Preparing [2023-02-08T17:24:48.479Z] 9833f26c6bda: Waiting [2023-02-08T17:24:48.746Z] 091d239c553f: Pushed [2023-02-08T17:24:48.746Z] dd2822e02ef6: Pushed [2023-02-08T17:24:48.746Z] 4b40d340fc85: Pushed [2023-02-08T17:24:48.746Z] 9833f26c6bda: Layer already exists [2023-02-08T17:24:49.328Z] 9d27212fb4d4: Pushed [2023-02-08T17:25:04.293Z] c4487110ef21: Pushed [2023-02-08T17:25:04.293Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660: digest: sha256:120c1604e2d950244a17b875b6c46d51a6d7d6822148e20bb2c7629b618aa110 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:25:04.620Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:25:04.943Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-02-08T17:25:04.943Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-02-08T17:25:04.943Z] 091d239c553f: Preparing [2023-02-08T17:25:04.943Z] 4b40d340fc85: Preparing [2023-02-08T17:25:04.943Z] dd2822e02ef6: Preparing [2023-02-08T17:25:04.943Z] c4487110ef21: Preparing [2023-02-08T17:25:04.943Z] 9d27212fb4d4: Preparing [2023-02-08T17:25:04.943Z] 9833f26c6bda: Preparing [2023-02-08T17:25:04.943Z] 9833f26c6bda: Waiting [2023-02-08T17:25:04.943Z] 4b40d340fc85: Layer already exists [2023-02-08T17:25:04.943Z] 9d27212fb4d4: Layer already exists [2023-02-08T17:25:04.943Z] dd2822e02ef6: Layer already exists [2023-02-08T17:25:04.943Z] c4487110ef21: Layer already exists [2023-02-08T17:25:04.943Z] 091d239c553f: Layer already exists [2023-02-08T17:25:04.943Z] 9833f26c6bda: Layer already exists [2023-02-08T17:25:05.207Z] latest: digest: sha256:120c1604e2d950244a17b875b6c46d51a6d7d6822148e20bb2c7629b618aa110 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:25:05.532Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.41 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:25:05.860Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.41 [2023-02-08T17:25:05.860Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-02-08T17:25:05.860Z] 091d239c553f: Preparing [2023-02-08T17:25:05.860Z] 4b40d340fc85: Preparing [2023-02-08T17:25:05.860Z] dd2822e02ef6: Preparing [2023-02-08T17:25:05.860Z] c4487110ef21: Preparing [2023-02-08T17:25:05.860Z] 9d27212fb4d4: Preparing [2023-02-08T17:25:05.860Z] 9833f26c6bda: Preparing [2023-02-08T17:25:05.860Z] 9833f26c6bda: Waiting [2023-02-08T17:25:05.860Z] 091d239c553f: Layer already exists [2023-02-08T17:25:05.860Z] c4487110ef21: Layer already exists [2023-02-08T17:25:05.860Z] dd2822e02ef6: Layer already exists [2023-02-08T17:25:05.860Z] 4b40d340fc85: Layer already exists [2023-02-08T17:25:05.860Z] 9d27212fb4d4: Layer already exists [2023-02-08T17:25:05.860Z] 9833f26c6bda: Layer already exists [2023-02-08T17:25:05.860Z] 3.0.0-dev.41: digest: sha256:120c1604e2d950244a17b875b6c46d51a6d7d6822148e20bb2c7629b618aa110 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:25:06.473Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:25:06.809Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:25:06.809Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-02-08T17:25:06.809Z] 091d239c553f: Preparing [2023-02-08T17:25:06.809Z] 4b40d340fc85: Preparing [2023-02-08T17:25:06.809Z] dd2822e02ef6: Preparing [2023-02-08T17:25:06.809Z] c4487110ef21: Preparing [2023-02-08T17:25:06.809Z] 9d27212fb4d4: Preparing [2023-02-08T17:25:06.809Z] 9833f26c6bda: Preparing [2023-02-08T17:25:06.809Z] 9833f26c6bda: Waiting [2023-02-08T17:25:06.809Z] 091d239c553f: Layer already exists [2023-02-08T17:25:06.809Z] c4487110ef21: Layer already exists [2023-02-08T17:25:06.809Z] dd2822e02ef6: Layer already exists [2023-02-08T17:25:06.809Z] 4b40d340fc85: Layer already exists [2023-02-08T17:25:06.809Z] 9d27212fb4d4: Layer already exists [2023-02-08T17:25:06.809Z] 9833f26c6bda: Layer already exists [2023-02-08T17:25:07.074Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41: digest: sha256:120c1604e2d950244a17b875b6c46d51a6d7d6822148e20bb2c7629b618aa110 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:25:07.414Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:25:07.747Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2023-02-08T17:25:07.747Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-02-08T17:25:07.747Z] 091d239c553f: Preparing [2023-02-08T17:25:07.747Z] 4b40d340fc85: Preparing [2023-02-08T17:25:07.747Z] dd2822e02ef6: Preparing [2023-02-08T17:25:07.747Z] c4487110ef21: Preparing [2023-02-08T17:25:07.747Z] 9d27212fb4d4: Preparing [2023-02-08T17:25:07.747Z] 9833f26c6bda: Preparing [2023-02-08T17:25:07.747Z] 9833f26c6bda: Waiting [2023-02-08T17:25:07.747Z] 091d239c553f: Layer already exists [2023-02-08T17:25:07.747Z] dd2822e02ef6: Layer already exists [2023-02-08T17:25:07.747Z] 4b40d340fc85: Layer already exists [2023-02-08T17:25:07.747Z] 9d27212fb4d4: Layer already exists [2023-02-08T17:25:07.747Z] c4487110ef21: Layer already exists [2023-02-08T17:25:07.747Z] 9833f26c6bda: Layer already exists [2023-02-08T17:25:08.011Z] main: digest: sha256:120c1604e2d950244a17b875b6c46d51a6d7d6822148e20bb2c7629b618aa110 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-08T17:25:08.058Z] ===================================================== [Pipeline] echo [2023-02-08T17:25:08.064Z] taggedImages: [2023-02-08T17:25:08.064Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:25:08.064Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-02-08T17:25:08.064Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.41 [2023-02-08T17:25:08.064Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:25:08.064Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2023-02-08T17:25:08.079Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2023-02-08T17:25:08.079Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:25:08.079Z] latest [2023-02-08T17:25:08.079Z] 3.0.0-dev.41 [2023-02-08T17:25:08.079Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:25:08.079Z] main [2023-02-08T17:25:08.079Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:25:08.403Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:25:08.729Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:25:08.729Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-02-08T17:25:08.729Z] 2f6913680839: Preparing [2023-02-08T17:25:08.729Z] f371565d16d1: Preparing [2023-02-08T17:25:08.729Z] 40d5d8edaf50: Preparing [2023-02-08T17:25:08.729Z] f77983e28a0e: Preparing [2023-02-08T17:25:08.729Z] 17bec77d7fdc: Preparing [2023-02-08T17:25:08.729Z] 40d5d8edaf50: Layer already exists [2023-02-08T17:25:08.729Z] 17bec77d7fdc: Layer already exists [2023-02-08T17:25:08.993Z] 2f6913680839: Pushed [2023-02-08T17:25:09.260Z] f77983e28a0e: Pushed [2023-02-08T17:25:14.590Z] f371565d16d1: Pushed [2023-02-08T17:25:14.590Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660: digest: sha256:cdf28d1dc6b85b4c22297ff6a9eea878c1c1bc1c81377cf5cd2841c655c96d2f size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:25:14.919Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:25:15.242Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-02-08T17:25:15.242Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-02-08T17:25:15.242Z] 2f6913680839: Preparing [2023-02-08T17:25:15.242Z] f371565d16d1: Preparing [2023-02-08T17:25:15.242Z] 40d5d8edaf50: Preparing [2023-02-08T17:25:15.242Z] f77983e28a0e: Preparing [2023-02-08T17:25:15.242Z] 17bec77d7fdc: Preparing [2023-02-08T17:25:15.242Z] 17bec77d7fdc: Layer already exists [2023-02-08T17:25:15.242Z] 40d5d8edaf50: Layer already exists [2023-02-08T17:25:15.242Z] 2f6913680839: Layer already exists [2023-02-08T17:25:15.242Z] f77983e28a0e: Layer already exists [2023-02-08T17:25:15.242Z] f371565d16d1: Layer already exists [2023-02-08T17:25:15.242Z] latest: digest: sha256:cdf28d1dc6b85b4c22297ff6a9eea878c1c1bc1c81377cf5cd2841c655c96d2f size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:25:15.831Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.41 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:25:16.163Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.41 [2023-02-08T17:25:16.163Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-02-08T17:25:16.163Z] 2f6913680839: Preparing [2023-02-08T17:25:16.163Z] f371565d16d1: Preparing [2023-02-08T17:25:16.163Z] 40d5d8edaf50: Preparing [2023-02-08T17:25:16.163Z] f77983e28a0e: Preparing [2023-02-08T17:25:16.163Z] 17bec77d7fdc: Preparing [2023-02-08T17:25:16.163Z] 17bec77d7fdc: Layer already exists [2023-02-08T17:25:16.163Z] 2f6913680839: Layer already exists [2023-02-08T17:25:16.163Z] 40d5d8edaf50: Layer already exists [2023-02-08T17:25:16.163Z] f77983e28a0e: Layer already exists [2023-02-08T17:25:16.163Z] f371565d16d1: Layer already exists [2023-02-08T17:25:16.163Z] 3.0.0-dev.41: digest: sha256:cdf28d1dc6b85b4c22297ff6a9eea878c1c1bc1c81377cf5cd2841c655c96d2f size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:25:16.754Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:25:17.080Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:25:17.080Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-02-08T17:25:17.080Z] 2f6913680839: Preparing [2023-02-08T17:25:17.080Z] f371565d16d1: Preparing [2023-02-08T17:25:17.080Z] 40d5d8edaf50: Preparing [2023-02-08T17:25:17.080Z] f77983e28a0e: Preparing [2023-02-08T17:25:17.080Z] 17bec77d7fdc: Preparing [2023-02-08T17:25:17.080Z] 17bec77d7fdc: Layer already exists [2023-02-08T17:25:17.080Z] 2f6913680839: Layer already exists [2023-02-08T17:25:17.080Z] 40d5d8edaf50: Layer already exists [2023-02-08T17:25:17.080Z] f77983e28a0e: Layer already exists [2023-02-08T17:25:17.080Z] f371565d16d1: Layer already exists [2023-02-08T17:25:17.345Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41: digest: sha256:cdf28d1dc6b85b4c22297ff6a9eea878c1c1bc1c81377cf5cd2841c655c96d2f size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:25:17.677Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:25:18.007Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2023-02-08T17:25:18.007Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-02-08T17:25:18.007Z] 2f6913680839: Preparing [2023-02-08T17:25:18.007Z] f371565d16d1: Preparing [2023-02-08T17:25:18.007Z] 40d5d8edaf50: Preparing [2023-02-08T17:25:18.007Z] f77983e28a0e: Preparing [2023-02-08T17:25:18.007Z] 17bec77d7fdc: Preparing [2023-02-08T17:25:18.007Z] 17bec77d7fdc: Layer already exists [2023-02-08T17:25:18.007Z] f371565d16d1: Layer already exists [2023-02-08T17:25:18.007Z] f77983e28a0e: Layer already exists [2023-02-08T17:25:18.007Z] 2f6913680839: Layer already exists [2023-02-08T17:25:18.007Z] 40d5d8edaf50: Layer already exists [2023-02-08T17:25:18.007Z] main: digest: sha256:cdf28d1dc6b85b4c22297ff6a9eea878c1c1bc1c81377cf5cd2841c655c96d2f size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-08T17:25:18.312Z] ===================================================== [Pipeline] echo [2023-02-08T17:25:18.318Z] taggedImages: [2023-02-08T17:25:18.318Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:25:18.318Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-02-08T17:25:18.318Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.41 [2023-02-08T17:25:18.318Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:25:18.318Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2023-02-08T17:25:18.332Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2023-02-08T17:25:18.332Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:25:18.332Z] latest [2023-02-08T17:25:18.332Z] 3.0.0-dev.41 [2023-02-08T17:25:18.332Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:25:18.332Z] main [2023-02-08T17:25:18.332Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:25:18.657Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:25:18.986Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:25:18.986Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-02-08T17:25:18.986Z] 841cf1e593d5: Preparing [2023-02-08T17:25:18.987Z] a6ea3ad6f106: Preparing [2023-02-08T17:25:18.987Z] 40d5d8edaf50: Preparing [2023-02-08T17:25:18.987Z] 61fae9de5fba: Preparing [2023-02-08T17:25:18.987Z] 17bec77d7fdc: Preparing [2023-02-08T17:25:18.987Z] 61fae9de5fba: Layer already exists [2023-02-08T17:25:18.987Z] 40d5d8edaf50: Layer already exists [2023-02-08T17:25:18.987Z] 17bec77d7fdc: Layer already exists [2023-02-08T17:25:19.252Z] 841cf1e593d5: Pushed [2023-02-08T17:25:24.574Z] a6ea3ad6f106: Pushed [2023-02-08T17:25:24.837Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660: digest: sha256:50cd8df743c60b09d61cc96d851d7f9230444981e5fc92bf405bc3ab91fc1610 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:25:25.165Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:25:25.499Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-02-08T17:25:25.499Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-02-08T17:25:25.499Z] 841cf1e593d5: Preparing [2023-02-08T17:25:25.499Z] a6ea3ad6f106: Preparing [2023-02-08T17:25:25.499Z] 40d5d8edaf50: Preparing [2023-02-08T17:25:25.499Z] 61fae9de5fba: Preparing [2023-02-08T17:25:25.499Z] 17bec77d7fdc: Preparing [2023-02-08T17:25:25.499Z] 17bec77d7fdc: Layer already exists [2023-02-08T17:25:25.499Z] a6ea3ad6f106: Layer already exists [2023-02-08T17:25:25.499Z] 40d5d8edaf50: Layer already exists [2023-02-08T17:25:25.499Z] 841cf1e593d5: Layer already exists [2023-02-08T17:25:25.499Z] 61fae9de5fba: Layer already exists [2023-02-08T17:25:25.499Z] latest: digest: sha256:50cd8df743c60b09d61cc96d851d7f9230444981e5fc92bf405bc3ab91fc1610 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:25:25.832Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.41 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:25:27.120Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.41 [2023-02-08T17:25:27.120Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-02-08T17:25:27.120Z] 841cf1e593d5: Preparing [2023-02-08T17:25:27.120Z] a6ea3ad6f106: Preparing [2023-02-08T17:25:27.120Z] 40d5d8edaf50: Preparing [2023-02-08T17:25:27.120Z] 61fae9de5fba: Preparing [2023-02-08T17:25:27.120Z] 17bec77d7fdc: Preparing [2023-02-08T17:25:27.120Z] a6ea3ad6f106: Layer already exists [2023-02-08T17:25:27.120Z] 17bec77d7fdc: Layer already exists [2023-02-08T17:25:27.120Z] 61fae9de5fba: Layer already exists [2023-02-08T17:25:27.120Z] 841cf1e593d5: Layer already exists [2023-02-08T17:25:27.120Z] 40d5d8edaf50: Layer already exists [2023-02-08T17:25:27.120Z] 3.0.0-dev.41: digest: sha256:50cd8df743c60b09d61cc96d851d7f9230444981e5fc92bf405bc3ab91fc1610 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:25:27.443Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:25:27.766Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:25:27.766Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-02-08T17:25:27.766Z] 841cf1e593d5: Preparing [2023-02-08T17:25:27.766Z] a6ea3ad6f106: Preparing [2023-02-08T17:25:27.766Z] 40d5d8edaf50: Preparing [2023-02-08T17:25:27.766Z] 61fae9de5fba: Preparing [2023-02-08T17:25:27.766Z] 17bec77d7fdc: Preparing [2023-02-08T17:25:27.766Z] 841cf1e593d5: Layer already exists [2023-02-08T17:25:27.766Z] 40d5d8edaf50: Layer already exists [2023-02-08T17:25:27.766Z] 61fae9de5fba: Layer already exists [2023-02-08T17:25:27.766Z] a6ea3ad6f106: Layer already exists [2023-02-08T17:25:27.766Z] 17bec77d7fdc: Layer already exists [2023-02-08T17:25:27.766Z] fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41: digest: sha256:50cd8df743c60b09d61cc96d851d7f9230444981e5fc92bf405bc3ab91fc1610 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:25:28.094Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:25:28.423Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2023-02-08T17:25:28.423Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-02-08T17:25:28.423Z] 841cf1e593d5: Preparing [2023-02-08T17:25:28.423Z] a6ea3ad6f106: Preparing [2023-02-08T17:25:28.423Z] 40d5d8edaf50: Preparing [2023-02-08T17:25:28.423Z] 61fae9de5fba: Preparing [2023-02-08T17:25:28.423Z] 17bec77d7fdc: Preparing [2023-02-08T17:25:28.423Z] 17bec77d7fdc: Layer already exists [2023-02-08T17:25:28.423Z] a6ea3ad6f106: Layer already exists [2023-02-08T17:25:28.423Z] 841cf1e593d5: Layer already exists [2023-02-08T17:25:28.423Z] 61fae9de5fba: Layer already exists [2023-02-08T17:25:28.423Z] 40d5d8edaf50: Layer already exists [2023-02-08T17:25:28.423Z] main: digest: sha256:50cd8df743c60b09d61cc96d851d7f9230444981e5fc92bf405bc3ab91fc1610 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-08T17:25:28.471Z] ===================================================== [Pipeline] echo [2023-02-08T17:25:28.479Z] taggedImages: [2023-02-08T17:25:28.479Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [2023-02-08T17:25:28.479Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-02-08T17:25:28.479Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.41 [2023-02-08T17:25:28.479Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:fd143bca65ac0d1bc15f90e7e7129bfbe164c660-3.0.0-dev.41 [2023-02-08T17:25:28.479Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:25:28.829Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-08T17:25:28.829Z] [2023-02-08T17:25:28.829Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:25:29.157Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-08T17:25:29.157Z] arm64: Pulling from edgex-lftools-log-publisher [2023-02-08T17:25:29.157Z] 8998bd30e6a1: Pulling fs layer [2023-02-08T17:25:29.157Z] 04944245beec: Pulling fs layer [2023-02-08T17:25:29.157Z] 699f458cf7ca: Pulling fs layer [2023-02-08T17:25:29.157Z] 765212b225bb: Pulling fs layer [2023-02-08T17:25:29.157Z] f23df028b6ca: Pulling fs layer [2023-02-08T17:25:29.157Z] d65c8cfc05b1: Pulling fs layer [2023-02-08T17:25:29.157Z] 2437ff75d9bd: Pulling fs layer [2023-02-08T17:25:29.157Z] 765212b225bb: Waiting [2023-02-08T17:25:29.157Z] f23df028b6ca: Waiting [2023-02-08T17:25:29.157Z] d65c8cfc05b1: Waiting [2023-02-08T17:25:29.157Z] 2437ff75d9bd: Waiting [2023-02-08T17:25:29.423Z] 04944245beec: Verifying Checksum [2023-02-08T17:25:29.423Z] 04944245beec: Download complete [2023-02-08T17:25:29.423Z] 765212b225bb: Verifying Checksum [2023-02-08T17:25:29.423Z] 765212b225bb: Download complete [2023-02-08T17:25:29.423Z] f23df028b6ca: Verifying Checksum [2023-02-08T17:25:29.423Z] f23df028b6ca: Download complete [2023-02-08T17:25:29.690Z] d65c8cfc05b1: Verifying Checksum [2023-02-08T17:25:29.690Z] d65c8cfc05b1: Download complete [2023-02-08T17:25:29.690Z] 699f458cf7ca: Verifying Checksum [2023-02-08T17:25:29.690Z] 699f458cf7ca: Download complete [2023-02-08T17:25:29.955Z] 8998bd30e6a1: Download complete [2023-02-08T17:25:32.525Z] 2437ff75d9bd: Verifying Checksum [2023-02-08T17:25:32.525Z] 2437ff75d9bd: Download complete [2023-02-08T17:25:33.930Z] 8998bd30e6a1: Pull complete [2023-02-08T17:25:34.197Z] 04944245beec: Pull complete [2023-02-08T17:25:35.602Z] 699f458cf7ca: Pull complete [2023-02-08T17:25:35.869Z] 765212b225bb: Pull complete [2023-02-08T17:25:36.824Z] f23df028b6ca: Pull complete [2023-02-08T17:25:36.824Z] d65c8cfc05b1: Pull complete [2023-02-08T17:25:51.795Z] 2437ff75d9bd: Pull complete [2023-02-08T17:25:51.795Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-02-08T17:25:51.795Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-08T17:25:51.795Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-08T17:25:51.977Z] prd-ubuntu20.04-docker-arm64-4c-16g-5145 does not seem to be running inside a container [2023-02-08T17:25:52.038Z] $ 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/400 -v /w/workspace/edgex-go/400:/w/workspace/edgex-go/400:rw,z -v /w/workspace/edgex-go/400@tmp:/w/workspace/edgex-go/400@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-02-08T17:25:54.381Z] $ docker top 8982b8d0118731d98b75fdbd1446e67d984c81db5ea3379d21e440eca696083d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-08T17:25:55.233Z] ---> job-cost.sh [2023-02-08T17:25:55.233Z] lf-activate-venv: SKIPPING [2023-02-08T17:25:55.233Z] INFO: No Stack... [2023-02-08T17:25:55.810Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-02-08T17:25:56.392Z] INFO: Archiving Costs [Pipeline] sh [2023-02-08T17:25:57.020Z] + cat /w/workspace/edgex-go/400/archives/cost.csv [2023-02-08T17:25:57.020Z] + cut -d, -f6 [Pipeline] lock [2023-02-08T17:25:57.086Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-400-stack-cost] [2023-02-08T17:25:57.094Z] Resource [jenkins-edgexfoundry-edgex-go-main-400-stack-cost] did not exist. Created. [2023-02-08T17:25:57.094Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-main-400-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-08T17:25:57.411Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-02-08T17:25:58.021Z] Stashed 1 file(s) [Pipeline] } [2023-02-08T17:25:58.027Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-main-400-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-08T17:25:58.042Z] $ docker stop --time=1 8982b8d0118731d98b75fdbd1446e67d984c81db5ea3379d21e440eca696083d [2023-02-08T17:25:59.524Z] $ docker rm -f --volumes 8982b8d0118731d98b75fdbd1446e67d984c81db5ea3379d21e440eca696083d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-02-08T17:25:59.935Z] provisioning config files... [2023-02-08T17:25:59.942Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/400@tmp/config1771883945092620658tmp [Pipeline] { [Pipeline] sh [2023-02-08T17:26:00.233Z] + set +x [2023-02-08T17:26:00.233Z] + curl -s https://codecov.io/bash [2023-02-08T17:26:00.233Z] + bash -s -- [2023-02-08T17:26:00.233Z] [2023-02-08T17:26:00.233Z] _____ _ [2023-02-08T17:26:00.233Z] / ____| | | [2023-02-08T17:26:00.233Z] | | ___ __| | ___ ___ _____ __ [2023-02-08T17:26:00.233Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-02-08T17:26:00.234Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-02-08T17:26:00.234Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-02-08T17:26:00.234Z] Bash-1.0.6 [2023-02-08T17:26:00.234Z] [2023-02-08T17:26:00.234Z] [2023-02-08T17:26:00.234Z] ==> git version 2.25.1 found [2023-02-08T17:26:00.234Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-02-08T17:26:00.234Z] Release-Date: 2020-01-08 [2023-02-08T17:26:00.234Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-02-08T17:26:00.234Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-02-08T17:26:00.234Z] ==> Jenkins CI detected. [2023-02-08T17:26:00.234Z] current dir:  /w/workspace/edgex-go/400 [2023-02-08T17:26:00.234Z] project root: . [2023-02-08T17:26:00.234Z] --> token set from env [2023-02-08T17:26:00.234Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-02-08T17:26:00.234Z] ==> Running gcov in . (disable via -X gcov) [2023-02-08T17:26:00.234Z] ==> Python coveragepy not found [2023-02-08T17:26:00.234Z] ==> Searching for coverage reports in: [2023-02-08T17:26:00.234Z] + . [2023-02-08T17:26:00.234Z] -> Found 1 reports [2023-02-08T17:26:00.234Z] ==> Detecting git/mercurial file structure [2023-02-08T17:26:00.234Z] ==> Reading reports [2023-02-08T17:26:00.234Z] + ./coverage.out bytes=487956 [2023-02-08T17:26:00.234Z] ==> Appending adjustments [2023-02-08T17:26:00.234Z] https://docs.codecov.io/docs/fixing-reports [2023-02-08T17:26:01.612Z] + Found adjustments [2023-02-08T17:26:01.612Z] ==> Gzipping contents [2023-02-08T17:26:01.612Z] 64K /tmp/codecov.QvH3rI.gz [2023-02-08T17:26:01.612Z] ==> Uploading reports [2023-02-08T17:26:01.612Z] url: https://codecov.io [2023-02-08T17:26:01.612Z] query: branch=main&commit=fd143bca65ac0d1bc15f90e7e7129bfbe164c660&build=400&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F400%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-08T17:26:01.612Z] -> Pinging Codecov [2023-02-08T17:26:01.612Z] 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=fd143bca65ac0d1bc15f90e7e7129bfbe164c660&build=400&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F400%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-08T17:26:01.872Z] -> Uploading to [2023-02-08T17:26:01.872Z] https://storage.googleapis.com/codecov/v4/raw/2023-02-08/00271124DB129430A58F1EEE437C3FCB/fd143bca65ac0d1bc15f90e7e7129bfbe164c660/c0b76e6d-ec2b-4418-9e01-7d0076520d40.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230208%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230208T172601Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a2de1ec3437d94b666c502047435d9cadf743105c2283ec752ce82bb8bb85111 [2023-02-08T17:26:01.872Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-08T17:26:01.872Z] Dload Upload Total Spent Left Speed [2023-02-08T17:26:02.133Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62958 0 0 100 62958 0 231k --:--:-- --:--:-- --:--:-- 231k [2023-02-08T17:26:02.133Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/fd143bca65ac0d1bc15f90e7e7129bfbe164c660 [Pipeline] } [2023-02-08T17:26:02.140Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2023-02-08T17:26:02.385Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-02-08T17:26:02.400Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:26:02.711Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-08T17:26:02.711Z] [2023-02-08T17:26:02.711Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:26:03.010Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-08T17:26:03.011Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-02-08T17:26:03.011Z] df9b9388f04a: Pulling fs layer [2023-02-08T17:26:03.011Z] 52dc419b0ee2: Pulling fs layer [2023-02-08T17:26:03.011Z] 25bc292e5bac: Pulling fs layer [2023-02-08T17:26:03.011Z] 114826534d7a: Pulling fs layer [2023-02-08T17:26:03.011Z] 4657fd5d0bcf: Pulling fs layer [2023-02-08T17:26:03.011Z] 6ad1cebc031e: Pulling fs layer [2023-02-08T17:26:03.011Z] 8a3aa393b2d8: Pulling fs layer [2023-02-08T17:26:03.011Z] 8a3aa393b2d8: Waiting [2023-02-08T17:26:03.011Z] 6ad1cebc031e: Waiting [2023-02-08T17:26:03.011Z] 114826534d7a: Waiting [2023-02-08T17:26:03.011Z] 25bc292e5bac: Download complete [2023-02-08T17:26:03.011Z] 52dc419b0ee2: Verifying Checksum [2023-02-08T17:26:03.011Z] 52dc419b0ee2: Download complete [2023-02-08T17:26:03.011Z] 4657fd5d0bcf: Download complete [2023-02-08T17:26:03.011Z] df9b9388f04a: Verifying Checksum [2023-02-08T17:26:03.011Z] df9b9388f04a: Download complete [2023-02-08T17:26:03.276Z] df9b9388f04a: Pull complete [2023-02-08T17:26:03.276Z] 52dc419b0ee2: Pull complete [2023-02-08T17:26:03.276Z] 25bc292e5bac: Pull complete [2023-02-08T17:26:03.548Z] 6ad1cebc031e: Verifying Checksum [2023-02-08T17:26:03.548Z] 6ad1cebc031e: Download complete [2023-02-08T17:26:04.164Z] 114826534d7a: Verifying Checksum [2023-02-08T17:26:04.164Z] 114826534d7a: Download complete [2023-02-08T17:26:04.729Z] 8a3aa393b2d8: Verifying Checksum [2023-02-08T17:26:04.729Z] 8a3aa393b2d8: Download complete [2023-02-08T17:26:07.262Z] 114826534d7a: Pull complete [2023-02-08T17:26:07.262Z] 4657fd5d0bcf: Pull complete [2023-02-08T17:26:07.520Z] 6ad1cebc031e: Pull complete [2023-02-08T17:26:10.046Z] 8a3aa393b2d8: Pull complete [2023-02-08T17:26:10.046Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-02-08T17:26:10.046Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-08T17:26:10.046Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-08T17:26:10.120Z] prd-ubuntu20.04-docker-8c-8g-5144 does not seem to be running inside a container [2023-02-08T17:26:10.161Z] $ 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/400 -v /w/workspace/edgex-go/400:/w/workspace/edgex-go/400:rw,z -v /w/workspace/edgex-go/400@tmp:/w/workspace/edgex-go/400@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-02-08T17:26:15.251Z] $ docker top 2fcd68b827b571cc0e93da0196301234e4a27ac56a40096ce8a7a23102a86dbc -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-08T17:26:15.304Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2023-02-08T17:26:15.580Z] + set -o pipefail [2023-02-08T17:26:15.580Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2023-02-08T17:26:20.849Z] [2023-02-08T17:26:20.849Z] Monitoring /w/workspace/edgex-go/400 (github.com/edgexfoundry/edgex-go)... [2023-02-08T17:26:20.849Z] [2023-02-08T17:26:20.849Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/0612a0f6-21f0-4b2c-bfa7-0fe8d59471f9 [2023-02-08T17:26:20.849Z] [2023-02-08T17:26:20.849Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-02-08T17:26:20.849Z] [2023-02-08T17:26:20.849Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-02-08T17:26:20.849Z] [2023-02-08T17:26:21.108Z] [2023-02-08T17:26:21.108Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-02-08T17:26:21.108Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-02-08T17:26:21.108Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-02-08T17:26:21.393Z] $ docker stop --time=1 2fcd68b827b571cc0e93da0196301234e4a27ac56a40096ce8a7a23102a86dbc [2023-02-08T17:26:24.245Z] $ docker rm -f --volumes 2fcd68b827b571cc0e93da0196301234e4a27ac56a40096ce8a7a23102a86dbc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2023-02-08T17:26:24.580Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-08T17:26:24.594Z] provisioning config files... [2023-02-08T17:26:24.600Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/400@tmp/config5670079906851429581tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-08T17:26:24.886Z] --> edgex-publish-swagger.sh [2023-02-08T17:26:24.887Z] === Publish openapi/v2 API === [2023-02-08T17:26:24.887Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2023-02-08T17:26:24.887Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/400/openapi/v2/core-command.yaml] [2023-02-08T17:26:24.887Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-08T17:26:24.887Z] Dload Upload Total Spent Left Speed [2023-02-08T17:26:25.452Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 31091 0 0 100 31091 0 50885 --:--:-- --:--:-- --:--:-- 50885 [2023-02-08T17:26:25.452Z] [2023-02-08T17:26:25.452Z] [2023-02-08T17:26:25.452Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/400/openapi/v2/core-data.yaml] [2023-02-08T17:26:25.452Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-08T17:26:25.452Z] Dload Upload Total Spent Left Speed [2023-02-08T17:26:26.018Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 68908 0 0 100 68908 0 118k --:--:-- --:--:-- --:--:-- 118k 100 68908 0 0 100 68908 0 118k --:--:-- --:--:-- --:--:-- 118k [2023-02-08T17:26:26.018Z] [2023-02-08T17:26:26.018Z] [2023-02-08T17:26:26.018Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/400/openapi/v2/core-metadata.yaml] [2023-02-08T17:26:26.018Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-08T17:26:26.018Z] Dload Upload Total Spent Left Speed [2023-02-08T17:26:26.584Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 142k 0 0 100 142k 0 254k --:--:-- --:--:-- --:--:-- 254k [2023-02-08T17:26:26.584Z] [2023-02-08T17:26:26.584Z] [2023-02-08T17:26:26.584Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/400/openapi/v2/support-notifications.yaml] [2023-02-08T17:26:26.584Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-08T17:26:26.584Z] Dload Upload Total Spent Left Speed [2023-02-08T17:26:27.149Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86536 0 0 100 86536 0 158k --:--:-- --:--:-- --:--:-- 158k [2023-02-08T17:26:27.149Z] [2023-02-08T17:26:27.149Z] [2023-02-08T17:26:27.149Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/400/openapi/v2/support-scheduler.yaml] [2023-02-08T17:26:27.149Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-08T17:26:27.149Z] Dload Upload Total Spent Left Speed [2023-02-08T17:26:27.716Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 36985 0 0 100 36985 0 70447 --:--:-- --:--:-- --:--:-- 70313 100 36985 0 0 100 36985 0 70313 --:--:-- --:--:-- --:--:-- 70313 [2023-02-08T17:26:27.716Z] [2023-02-08T17:26:27.716Z] [Pipeline] } [2023-02-08T17:26:27.722Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh [2023-02-08T17:26:28.112Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-08T17:26:28.112Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:26:28.405Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-08T17:26:28.405Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-08T17:26:28.478Z] prd-ubuntu20.04-docker-8c-8g-5144 does not seem to be running inside a container [2023-02-08T17:26:28.521Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/400 -v /w/workspace/edgex-go/400:/w/workspace/edgex-go/400:rw,z -v /w/workspace/edgex-go/400@tmp:/w/workspace/edgex-go/400@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-08T17:26:28.937Z] $ docker top 51e12bfde3db281bf2b9ee27fdf66c9861caadaa1aec68840b744cbd7a5c07f5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-08T17:26:29.007Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-08T17:26:29.007Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-08T17:26:29.112Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-08T17:26:29.129Z] $ docker exec 51e12bfde3db281bf2b9ee27fdf66c9861caadaa1aec68840b744cbd7a5c07f5 ssh-agent [2023-02-08T17:26:29.222Z] SSH_AUTH_SOCK=/tmp/ssh-b6n1UoCKdOHL/agent.32 [2023-02-08T17:26:29.222Z] SSH_AGENT_PID=38 [2023-02-08T17:26:29.227Z] Running ssh-add (command line suppressed) [2023-02-08T17:26:29.344Z] Identity added: /w/workspace/edgex-go/400@tmp/private_key_2053262037485983679.key (/w/workspace/edgex-go/400@tmp/private_key_2053262037485983679.key) [2023-02-08T17:26:29.341Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-08T17:26:29.625Z] + git semver tag [2023-02-08T17:26:29.884Z] 2023-02-08 17:26:29,812 [run_tag] DEBUG tag force:False [2023-02-08T17:26:29.884Z] 2023-02-08 17:26:29,813 [check_head_tag] DEBUG check head tag [2023-02-08T17:26:29.884Z] 2023-02-08 17:26:29,815 [execute] INFO git cat-file --batch-check [2023-02-08T17:26:29.884Z] 2023-02-08 17:26:29,815 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/400, universal_newlines=False, shell=None, istream=) [2023-02-08T17:26:29.884Z] 2023-02-08 17:26:29,818 [execute] INFO git cat-file --batch [2023-02-08T17:26:29.884Z] 2023-02-08 17:26:29,818 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/400, universal_newlines=False, shell=None, istream=) [2023-02-08T17:26:29.884Z] 2023-02-08 17:26:29,863 [read_version] DEBUG read version from /w/workspace/edgex-go/400/.semver/main [2023-02-08T17:26:29.884Z] 2023-02-08 17:26:29,863 [execute] INFO git tag -a v3.0.0-dev.41 -m v3.0.0-dev.41 [2023-02-08T17:26:29.884Z] 2023-02-08 17:26:29,863 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.41', '-m', 'v3.0.0-dev.41'], cwd=/w/workspace/edgex-go/400, universal_newlines=False, shell=None, istream=None) [2023-02-08T17:26:29.884Z] 2023-02-08 17:26:29,867 [read_version] DEBUG read version from /w/workspace/edgex-go/400/.semver/main [2023-02-08T17:26:29.884Z] 3.0.0-dev.41 [Pipeline] } [2023-02-08T17:26:29.908Z] $ docker exec --env ******** --env ******** 51e12bfde3db281bf2b9ee27fdf66c9861caadaa1aec68840b744cbd7a5c07f5 ssh-agent -k [2023-02-08T17:26:29.993Z] unset SSH_AUTH_SOCK; [2023-02-08T17:26:29.993Z] unset SSH_AGENT_PID; [2023-02-08T17:26:29.993Z] echo Agent pid 38 killed; [2023-02-08T17:26:29.990Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-08T17:26:30.281Z] + git semver [Pipeline] } [2023-02-08T17:26:30.564Z] $ docker stop --time=1 51e12bfde3db281bf2b9ee27fdf66c9861caadaa1aec68840b744cbd7a5c07f5 [2023-02-08T17:26:31.843Z] $ docker rm -f --volumes 51e12bfde3db281bf2b9ee27fdf66c9861caadaa1aec68840b744cbd7a5c07f5 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:26:32.202Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-08T17:26:32.202Z] [2023-02-08T17:26:32.202Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:26:32.503Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-08T17:26:32.503Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-02-08T17:26:32.503Z] ab5ef0e58194: Pulling fs layer [2023-02-08T17:26:32.503Z] 9712f1f96733: Pulling fs layer [2023-02-08T17:26:32.503Z] 63f879dbbcfc: Pulling fs layer [2023-02-08T17:26:32.503Z] 0d9ebad4ef96: Pulling fs layer [2023-02-08T17:26:32.503Z] e9a5061849ea: Pulling fs layer [2023-02-08T17:26:32.503Z] d747dcd14b5f: Pulling fs layer [2023-02-08T17:26:32.503Z] 2de7ff778b66: Pulling fs layer [2023-02-08T17:26:32.503Z] 0d9ebad4ef96: Waiting [2023-02-08T17:26:32.503Z] e9a5061849ea: Waiting [2023-02-08T17:26:32.503Z] d747dcd14b5f: Waiting [2023-02-08T17:26:32.503Z] 2de7ff778b66: Waiting [2023-02-08T17:26:32.503Z] 9712f1f96733: Verifying Checksum [2023-02-08T17:26:32.503Z] 9712f1f96733: Download complete [2023-02-08T17:26:33.490Z] ab5ef0e58194: Verifying Checksum [2023-02-08T17:26:33.490Z] ab5ef0e58194: Download complete [2023-02-08T17:26:33.752Z] 63f879dbbcfc: Verifying Checksum [2023-02-08T17:26:33.752Z] 63f879dbbcfc: Download complete [2023-02-08T17:26:33.752Z] 0d9ebad4ef96: Verifying Checksum [2023-02-08T17:26:33.752Z] 0d9ebad4ef96: Download complete [2023-02-08T17:26:33.752Z] d747dcd14b5f: Download complete [2023-02-08T17:26:33.752Z] e9a5061849ea: Verifying Checksum [2023-02-08T17:26:33.752Z] e9a5061849ea: Download complete [2023-02-08T17:26:33.752Z] 2de7ff778b66: Verifying Checksum [2023-02-08T17:26:33.752Z] 2de7ff778b66: Download complete [2023-02-08T17:26:36.291Z] ab5ef0e58194: Pull complete [2023-02-08T17:26:36.291Z] 9712f1f96733: Pull complete [2023-02-08T17:26:36.549Z] 63f879dbbcfc: Pull complete [2023-02-08T17:26:39.830Z] 0d9ebad4ef96: Pull complete [2023-02-08T17:26:40.088Z] e9a5061849ea: Pull complete [2023-02-08T17:26:40.088Z] d747dcd14b5f: Pull complete [2023-02-08T17:26:41.022Z] 2de7ff778b66: Pull complete [2023-02-08T17:26:41.022Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-02-08T17:26:41.022Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-08T17:26:41.022Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-08T17:26:41.099Z] prd-ubuntu20.04-docker-8c-8g-5144 does not seem to be running inside a container [2023-02-08T17:26:41.142Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/400 -v /w/workspace/edgex-go/400:/w/workspace/edgex-go/400:rw,z -v /w/workspace/edgex-go/400@tmp:/w/workspace/edgex-go/400@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-02-08T17:26:45.619Z] $ docker top 18ff402b609ddeda724877d6cddf573bfc1034d5aa9d3287bdcb5ca21708d7f3 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-02-08T17:26:45.670Z] provisioning config files... [2023-02-08T17:26:45.676Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/400@tmp/config17188338270090403650tmp [2023-02-08T17:26:45.685Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/400@tmp/config14739074130856248143tmp [2023-02-08T17:26:45.693Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/400@tmp/config17633891392658032051tmp [Pipeline] { [Pipeline] echo [2023-02-08T17:26:45.707Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-08T17:26:45.984Z] ---> sigul-configuration.sh [2023-02-08T17:26:45.984Z] gpg: directory `/root/.gnupg' created [2023-02-08T17:26:45.984Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-02-08T17:26:45.984Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-02-08T17:26:45.984Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-02-08T17:26:45.984Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-02-08T17:26:45.984Z] gpg: CAST5 encrypted data [2023-02-08T17:26:45.984Z] gpg: encrypted with 1 passphrase [2023-02-08T17:26:45.984Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-02-08T17:26:46.268Z] + mkdir /home/jenkins [2023-02-08T17:26:46.268Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-02-08T17:26:46.555Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2023-02-08T17:26:46.564Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-08T17:26:46.848Z] ---> sigul-install.sh [2023-02-08T17:26:46.848Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-02-08T17:26:47.133Z] + git tag --list [2023-02-08T17:26:47.134Z] 0.6.0 [2023-02-08T17:26:47.134Z] 0.6.1 [2023-02-08T17:26:47.134Z] 0.7.0 [2023-02-08T17:26:47.134Z] 0.7.1 [2023-02-08T17:26:47.134Z] v1.0.0 [2023-02-08T17:26:47.134Z] v1.0.1 [2023-02-08T17:26:47.134Z] v1.1.0 [2023-02-08T17:26:47.134Z] v1.2.0 [2023-02-08T17:26:47.134Z] v1.2.1 [2023-02-08T17:26:47.134Z] v1.3.0 [2023-02-08T17:26:47.134Z] v1.3.1 [2023-02-08T17:26:47.134Z] v2.0.0 [2023-02-08T17:26:47.134Z] v2.1.0 [2023-02-08T17:26:47.134Z] v2.1.1 [2023-02-08T17:26:47.134Z] v2.1.1-dev.1 [2023-02-08T17:26:47.134Z] v2.1.1-dev.2 [2023-02-08T17:26:47.134Z] v2.1.1-dev.3 [2023-02-08T17:26:47.134Z] v2.1.1-dev.4 [2023-02-08T17:26:47.134Z] v2.1.1-dev.5 [2023-02-08T17:26:47.134Z] v2.1.1-dev.6 [2023-02-08T17:26:47.134Z] v2.1.1-dev.7 [2023-02-08T17:26:47.134Z] v2.1.1-dev.8 [2023-02-08T17:26:47.134Z] v2.1.2-dev.1 [2023-02-08T17:26:47.134Z] v2.2.0 [2023-02-08T17:26:47.134Z] v2.2.1-dev.1 [2023-02-08T17:26:47.134Z] v2.2.1-dev.10 [2023-02-08T17:26:47.134Z] v2.2.1-dev.11 [2023-02-08T17:26:47.134Z] v2.2.1-dev.12 [2023-02-08T17:26:47.134Z] v2.2.1-dev.13 [2023-02-08T17:26:47.134Z] v2.2.1-dev.14 [2023-02-08T17:26:47.134Z] v2.2.1-dev.15 [2023-02-08T17:26:47.134Z] v2.2.1-dev.16 [2023-02-08T17:26:47.134Z] v2.2.1-dev.17 [2023-02-08T17:26:47.134Z] v2.2.1-dev.18 [2023-02-08T17:26:47.134Z] v2.2.1-dev.19 [2023-02-08T17:26:47.134Z] v2.2.1-dev.2 [2023-02-08T17:26:47.134Z] v2.2.1-dev.20 [2023-02-08T17:26:47.134Z] v2.2.1-dev.21 [2023-02-08T17:26:47.134Z] v2.2.1-dev.22 [2023-02-08T17:26:47.134Z] v2.2.1-dev.23 [2023-02-08T17:26:47.134Z] v2.2.1-dev.24 [2023-02-08T17:26:47.134Z] v2.2.1-dev.25 [2023-02-08T17:26:47.134Z] v2.2.1-dev.26 [2023-02-08T17:26:47.134Z] v2.2.1-dev.27 [2023-02-08T17:26:47.134Z] v2.2.1-dev.28 [2023-02-08T17:26:47.134Z] v2.2.1-dev.29 [2023-02-08T17:26:47.134Z] v2.2.1-dev.3 [2023-02-08T17:26:47.134Z] v2.2.1-dev.4 [2023-02-08T17:26:47.134Z] v2.2.1-dev.5 [2023-02-08T17:26:47.134Z] v2.2.1-dev.6 [2023-02-08T17:26:47.134Z] v2.2.1-dev.7 [2023-02-08T17:26:47.134Z] v2.2.1-dev.8 [2023-02-08T17:26:47.134Z] v2.2.1-dev.9 [2023-02-08T17:26:47.134Z] v2.3.0 [2023-02-08T17:26:47.134Z] v2.3.0-dev.100 [2023-02-08T17:26:47.134Z] v2.3.0-dev.101 [2023-02-08T17:26:47.134Z] v2.3.0-dev.102 [2023-02-08T17:26:47.134Z] v2.3.0-dev.103 [2023-02-08T17:26:47.134Z] v2.3.0-dev.104 [2023-02-08T17:26:47.134Z] v2.3.0-dev.105 [2023-02-08T17:26:47.134Z] v2.3.0-dev.106 [2023-02-08T17:26:47.134Z] v2.3.0-dev.29 [2023-02-08T17:26:47.134Z] v2.3.0-dev.30 [2023-02-08T17:26:47.134Z] v2.3.0-dev.31 [2023-02-08T17:26:47.134Z] v2.3.0-dev.32 [2023-02-08T17:26:47.134Z] v2.3.0-dev.33 [2023-02-08T17:26:47.134Z] v2.3.0-dev.34 [2023-02-08T17:26:47.134Z] v2.3.0-dev.35 [2023-02-08T17:26:47.134Z] v2.3.0-dev.36 [2023-02-08T17:26:47.134Z] v2.3.0-dev.37 [2023-02-08T17:26:47.134Z] v2.3.0-dev.38 [2023-02-08T17:26:47.134Z] v2.3.0-dev.39 [2023-02-08T17:26:47.134Z] v2.3.0-dev.40 [2023-02-08T17:26:47.134Z] v2.3.0-dev.41 [2023-02-08T17:26:47.134Z] v2.3.0-dev.42 [2023-02-08T17:26:47.134Z] v2.3.0-dev.43 [2023-02-08T17:26:47.134Z] v2.3.0-dev.44 [2023-02-08T17:26:47.134Z] v2.3.0-dev.45 [2023-02-08T17:26:47.134Z] v2.3.0-dev.46 [2023-02-08T17:26:47.134Z] v2.3.0-dev.47 [2023-02-08T17:26:47.134Z] v2.3.0-dev.48 [2023-02-08T17:26:47.134Z] v2.3.0-dev.49 [2023-02-08T17:26:47.134Z] v2.3.0-dev.50 [2023-02-08T17:26:47.134Z] v2.3.0-dev.51 [2023-02-08T17:26:47.134Z] v2.3.0-dev.52 [2023-02-08T17:26:47.134Z] v2.3.0-dev.53 [2023-02-08T17:26:47.134Z] v2.3.0-dev.54 [2023-02-08T17:26:47.134Z] v2.3.0-dev.55 [2023-02-08T17:26:47.134Z] v2.3.0-dev.56 [2023-02-08T17:26:47.134Z] v2.3.0-dev.57 [2023-02-08T17:26:47.134Z] v2.3.0-dev.58 [2023-02-08T17:26:47.134Z] v2.3.0-dev.59 [2023-02-08T17:26:47.134Z] v2.3.0-dev.60 [2023-02-08T17:26:47.134Z] v2.3.0-dev.61 [2023-02-08T17:26:47.134Z] v2.3.0-dev.62 [2023-02-08T17:26:47.134Z] v2.3.0-dev.63 [2023-02-08T17:26:47.134Z] v2.3.0-dev.64 [2023-02-08T17:26:47.134Z] v2.3.0-dev.65 [2023-02-08T17:26:47.134Z] v2.3.0-dev.66 [2023-02-08T17:26:47.134Z] v2.3.0-dev.67 [2023-02-08T17:26:47.134Z] v2.3.0-dev.68 [2023-02-08T17:26:47.134Z] v2.3.0-dev.69 [2023-02-08T17:26:47.134Z] v2.3.0-dev.70 [2023-02-08T17:26:47.134Z] v2.3.0-dev.71 [2023-02-08T17:26:47.134Z] v2.3.0-dev.72 [2023-02-08T17:26:47.134Z] v2.3.0-dev.73 [2023-02-08T17:26:47.134Z] v2.3.0-dev.74 [2023-02-08T17:26:47.134Z] v2.3.0-dev.75 [2023-02-08T17:26:47.134Z] v2.3.0-dev.76 [2023-02-08T17:26:47.134Z] v2.3.0-dev.77 [2023-02-08T17:26:47.134Z] v2.3.0-dev.78 [2023-02-08T17:26:47.134Z] v2.3.0-dev.79 [2023-02-08T17:26:47.134Z] v2.3.0-dev.80 [2023-02-08T17:26:47.134Z] v2.3.0-dev.81 [2023-02-08T17:26:47.134Z] v2.3.0-dev.82 [2023-02-08T17:26:47.134Z] v2.3.0-dev.83 [2023-02-08T17:26:47.134Z] v2.3.0-dev.84 [2023-02-08T17:26:47.134Z] v2.3.0-dev.85 [2023-02-08T17:26:47.134Z] v2.3.0-dev.86 [2023-02-08T17:26:47.134Z] v2.3.0-dev.87 [2023-02-08T17:26:47.134Z] v2.3.0-dev.88 [2023-02-08T17:26:47.134Z] v2.3.0-dev.89 [2023-02-08T17:26:47.134Z] v2.3.0-dev.90 [2023-02-08T17:26:47.134Z] v2.3.0-dev.91 [2023-02-08T17:26:47.134Z] v2.3.0-dev.92 [2023-02-08T17:26:47.134Z] v2.3.0-dev.93 [2023-02-08T17:26:47.134Z] v2.3.0-dev.94 [2023-02-08T17:26:47.134Z] v2.3.0-dev.95 [2023-02-08T17:26:47.134Z] v2.3.0-dev.96 [2023-02-08T17:26:47.134Z] v2.3.0-dev.97 [2023-02-08T17:26:47.134Z] v2.3.0-dev.98 [2023-02-08T17:26:47.134Z] v2.3.0-dev.99 [2023-02-08T17:26:47.134Z] v2.3.1-dev.1 [2023-02-08T17:26:47.134Z] v2.3.1-dev.2 [2023-02-08T17:26:47.134Z] v2.3.1-dev.3 [2023-02-08T17:26:47.134Z] v2.3.1-dev.4 [2023-02-08T17:26:47.134Z] v2.3.1-dev.5 [2023-02-08T17:26:47.134Z] v3.0.0-dev.1 [2023-02-08T17:26:47.134Z] v3.0.0-dev.10 [2023-02-08T17:26:47.134Z] v3.0.0-dev.11 [2023-02-08T17:26:47.134Z] v3.0.0-dev.12 [2023-02-08T17:26:47.134Z] v3.0.0-dev.13 [2023-02-08T17:26:47.134Z] v3.0.0-dev.14 [2023-02-08T17:26:47.134Z] v3.0.0-dev.15 [2023-02-08T17:26:47.134Z] v3.0.0-dev.16 [2023-02-08T17:26:47.134Z] v3.0.0-dev.17 [2023-02-08T17:26:47.134Z] v3.0.0-dev.18 [2023-02-08T17:26:47.134Z] v3.0.0-dev.19 [2023-02-08T17:26:47.134Z] v3.0.0-dev.2 [2023-02-08T17:26:47.134Z] v3.0.0-dev.20 [2023-02-08T17:26:47.134Z] v3.0.0-dev.21 [2023-02-08T17:26:47.134Z] v3.0.0-dev.22 [2023-02-08T17:26:47.134Z] v3.0.0-dev.23 [2023-02-08T17:26:47.134Z] v3.0.0-dev.24 [2023-02-08T17:26:47.134Z] v3.0.0-dev.25 [2023-02-08T17:26:47.134Z] v3.0.0-dev.26 [2023-02-08T17:26:47.134Z] v3.0.0-dev.27 [2023-02-08T17:26:47.134Z] v3.0.0-dev.28 [2023-02-08T17:26:47.134Z] v3.0.0-dev.29 [2023-02-08T17:26:47.134Z] v3.0.0-dev.3 [2023-02-08T17:26:47.134Z] v3.0.0-dev.30 [2023-02-08T17:26:47.134Z] v3.0.0-dev.31 [2023-02-08T17:26:47.134Z] v3.0.0-dev.32 [2023-02-08T17:26:47.134Z] v3.0.0-dev.33 [2023-02-08T17:26:47.134Z] v3.0.0-dev.34 [2023-02-08T17:26:47.134Z] v3.0.0-dev.35 [2023-02-08T17:26:47.134Z] v3.0.0-dev.36 [2023-02-08T17:26:47.134Z] v3.0.0-dev.37 [2023-02-08T17:26:47.134Z] v3.0.0-dev.38 [2023-02-08T17:26:47.134Z] v3.0.0-dev.39 [2023-02-08T17:26:47.134Z] v3.0.0-dev.4 [2023-02-08T17:26:47.134Z] v3.0.0-dev.40 [2023-02-08T17:26:47.134Z] v3.0.0-dev.41 [2023-02-08T17:26:47.134Z] v3.0.0-dev.5 [2023-02-08T17:26:47.134Z] v3.0.0-dev.6 [2023-02-08T17:26:47.134Z] v3.0.0-dev.7 [2023-02-08T17:26:47.134Z] v3.0.0-dev.8 [2023-02-08T17:26:47.134Z] v3.0.0-dev.9 [Pipeline] sh [2023-02-08T17:26:47.420Z] + lftools sign git-tag v3.0.0-dev.41 [2023-02-08T17:26:47.989Z] Signing Git tag with Sigul... [2023-02-08T17:26:47.989Z] Signing v3.0.0-dev.41 [Pipeline] echo [2023-02-08T17:26:48.258Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-08T17:26:48.541Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-02-08T17:26:48.549Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-02-08T17:26:48.586Z] $ docker stop --time=1 18ff402b609ddeda724877d6cddf573bfc1034d5aa9d3287bdcb5ca21708d7f3 [2023-02-08T17:26:49.904Z] $ docker rm -f --volumes 18ff402b609ddeda724877d6cddf573bfc1034d5aa9d3287bdcb5ca21708d7f3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-02-08T17:26:50.318Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-08T17:26:50.318Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:26:50.615Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-08T17:26:50.615Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-08T17:26:50.681Z] prd-ubuntu20.04-docker-8c-8g-5144 does not seem to be running inside a container [2023-02-08T17:26:50.727Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/400 -v /w/workspace/edgex-go/400:/w/workspace/edgex-go/400:rw,z -v /w/workspace/edgex-go/400@tmp:/w/workspace/edgex-go/400@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-08T17:26:51.033Z] $ docker top 32784bf1b50aa521965f363e4aba5938dde2797f71cac71d7a837d4b70aa9a97 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-08T17:26:51.111Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-08T17:26:51.112Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-08T17:26:51.221Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-08T17:26:51.238Z] $ docker exec 32784bf1b50aa521965f363e4aba5938dde2797f71cac71d7a837d4b70aa9a97 ssh-agent [2023-02-08T17:26:51.338Z] SSH_AUTH_SOCK=/tmp/ssh-cIdLX1OB3wsV/agent.33 [2023-02-08T17:26:51.338Z] SSH_AGENT_PID=40 [2023-02-08T17:26:51.343Z] Running ssh-add (command line suppressed) [2023-02-08T17:26:51.468Z] Identity added: /w/workspace/edgex-go/400@tmp/private_key_1141997745227804762.key (/w/workspace/edgex-go/400@tmp/private_key_1141997745227804762.key) [2023-02-08T17:26:51.466Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-08T17:26:51.755Z] + git semver bump pre [2023-02-08T17:26:52.014Z] 2023-02-08 17:26:51,940 [read_version] DEBUG read version from /w/workspace/edgex-go/400/.semver/main [2023-02-08T17:26:52.015Z] 2023-02-08 17:26:51,940 [bump_version] DEBUG bumping version:3.0.0-dev.41 on axis:pre with prefix:dev [2023-02-08T17:26:52.015Z] 2023-02-08 17:26:51,940 [bump_version] DEBUG bumped version:3.0.0-dev.42 [2023-02-08T17:26:52.015Z] 2023-02-08 17:26:51,940 [write_version] DEBUG write version:3.0.0-dev.42 to path:/w/workspace/edgex-go/400/.semver/main with force:True [2023-02-08T17:26:52.015Z] 2023-02-08 17:26:51,940 [read_version] DEBUG read version from /w/workspace/edgex-go/400/.semver/main [2023-02-08T17:26:52.015Z] 2023-02-08 17:26:51,940 [write_file] DEBUG write to file:/w/workspace/edgex-go/400/.semver/main [2023-02-08T17:26:52.015Z] 2023-02-08 17:26:51,942 [execute] INFO git cat-file --batch-check [2023-02-08T17:26:52.015Z] 2023-02-08 17:26:51,942 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/400/.semver, universal_newlines=False, shell=None, istream=) [2023-02-08T17:26:52.015Z] 2023-02-08 17:26:51,946 [execute] INFO git cat-file --batch [2023-02-08T17:26:52.015Z] 2023-02-08 17:26:51,947 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/400/.semver, universal_newlines=False, shell=None, istream=) [2023-02-08T17:26:52.015Z] 2023-02-08 17:26:51,951 [read_version] DEBUG read version from /w/workspace/edgex-go/400/.semver/main [2023-02-08T17:26:52.015Z] 3.0.0-dev.42 [Pipeline] } [2023-02-08T17:26:52.040Z] $ docker exec --env ******** --env ******** 32784bf1b50aa521965f363e4aba5938dde2797f71cac71d7a837d4b70aa9a97 ssh-agent -k [2023-02-08T17:26:52.135Z] unset SSH_AUTH_SOCK; [2023-02-08T17:26:52.136Z] unset SSH_AGENT_PID; [2023-02-08T17:26:52.136Z] echo Agent pid 40 killed; [2023-02-08T17:26:52.130Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-08T17:26:52.424Z] + git semver [Pipeline] } [2023-02-08T17:26:52.710Z] $ docker stop --time=1 32784bf1b50aa521965f363e4aba5938dde2797f71cac71d7a837d4b70aa9a97 [2023-02-08T17:26:53.969Z] $ docker rm -f --volumes 32784bf1b50aa521965f363e4aba5938dde2797f71cac71d7a837d4b70aa9a97 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-08T17:26:54.292Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-08T17:26:54.292Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:26:54.596Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-08T17:26:54.597Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-08T17:26:54.674Z] prd-ubuntu20.04-docker-8c-8g-5144 does not seem to be running inside a container [2023-02-08T17:26:54.721Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/400 -v /w/workspace/edgex-go/400:/w/workspace/edgex-go/400:rw,z -v /w/workspace/edgex-go/400@tmp:/w/workspace/edgex-go/400@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-08T17:26:55.032Z] $ docker top 4a7da8722b7c2b560fb9aeaedd1be1dc99a76f5e8693e420195e9fc4eac63507 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-08T17:26:55.105Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-08T17:26:55.105Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-08T17:26:55.199Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-08T17:26:55.217Z] $ docker exec 4a7da8722b7c2b560fb9aeaedd1be1dc99a76f5e8693e420195e9fc4eac63507 ssh-agent [2023-02-08T17:26:55.303Z] SSH_AUTH_SOCK=/tmp/ssh-xXdtczHbSgxX/agent.33 [2023-02-08T17:26:55.303Z] SSH_AGENT_PID=39 [2023-02-08T17:26:55.309Z] Running ssh-add (command line suppressed) [2023-02-08T17:26:55.419Z] Identity added: /w/workspace/edgex-go/400@tmp/private_key_13488687732044629065.key (/w/workspace/edgex-go/400@tmp/private_key_13488687732044629065.key) [2023-02-08T17:26:55.416Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-08T17:26:55.706Z] + git semver push [2023-02-08T17:26:55.965Z] 2023-02-08 17:26:55,887 [run_push] DEBUG push [2023-02-08T17:26:55.965Z] 2023-02-08 17:26:55,889 [execute] INFO git cat-file --batch-check [2023-02-08T17:26:55.965Z] 2023-02-08 17:26:55,889 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/400/.semver, universal_newlines=False, shell=None, istream=) [2023-02-08T17:26:55.965Z] 2023-02-08 17:26:55,893 [execute] INFO git rev-list 3d83a5b55b24839360ce90f9b2addd575efad3e0 -- [2023-02-08T17:26:55.965Z] 2023-02-08 17:26:55,894 [execute] DEBUG Popen(['git', 'rev-list', '3d83a5b55b24839360ce90f9b2addd575efad3e0', '--'], cwd=/w/workspace/edgex-go/400/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-08T17:26:55.965Z] 2023-02-08 17:26:55,909 [execute] INFO git fetch -v origin [2023-02-08T17:26:55.965Z] 2023-02-08 17:26:55,909 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/400/.semver, universal_newlines=True, shell=None, istream=None) [2023-02-08T17:26:56.532Z] 2023-02-08 17:26:56,436 [run_push] DEBUG no remote changes detected [2023-02-08T17:26:56.532Z] 2023-02-08 17:26:56,436 [execute] INFO git push origin semver [2023-02-08T17:26:56.532Z] 2023-02-08 17:26:56,437 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/400/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-08T17:26:57.470Z] 2023-02-08 17:26:57,402 [run_push] DEBUG push all version tags [2023-02-08T17:26:57.470Z] 2023-02-08 17:26:57,402 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-02-08T17:26:57.470Z] 2023-02-08 17:26:57,403 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/400, universal_newlines=False, shell=None, istream=None) [2023-02-08T17:26:58.406Z] 2023-02-08 17:26:58,326 [read_version] DEBUG read version from /w/workspace/edgex-go/400/.semver/main [2023-02-08T17:26:58.406Z] 3.0.0-dev.42 [Pipeline] } [2023-02-08T17:26:58.431Z] $ docker exec --env ******** --env ******** 4a7da8722b7c2b560fb9aeaedd1be1dc99a76f5e8693e420195e9fc4eac63507 ssh-agent -k [2023-02-08T17:26:58.566Z] unset SSH_AUTH_SOCK; [2023-02-08T17:26:58.566Z] unset SSH_AGENT_PID; [2023-02-08T17:26:58.566Z] echo Agent pid 39 killed; [2023-02-08T17:26:58.560Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-08T17:26:58.871Z] + git semver [Pipeline] } [2023-02-08T17:26:59.158Z] $ docker stop --time=1 4a7da8722b7c2b560fb9aeaedd1be1dc99a76f5e8693e420195e9fc4eac63507 [2023-02-08T17:27:00.566Z] $ docker rm -f --volumes 4a7da8722b7c2b560fb9aeaedd1be1dc99a76f5e8693e420195e9fc4eac63507 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-02-08T17:27:01.097Z] + [ -d /w/workspace/edgex-go/400/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-02-08T17:27:01.381Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-08T17:27:02.231Z] ---> package-listing.sh [2023-02-08T17:27:02.231Z] ++ facter osfamily [2023-02-08T17:27:02.231Z] ++ tr '[:upper:]' '[:lower:]' [2023-02-08T17:27:02.489Z] + OS_FAMILY=debian [2023-02-08T17:27:02.489Z] + workspace=/w/workspace/edgex-go/400 [2023-02-08T17:27:02.489Z] + START_PACKAGES=/tmp/packages_start.txt [2023-02-08T17:27:02.489Z] + END_PACKAGES=/tmp/packages_end.txt [2023-02-08T17:27:02.489Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-02-08T17:27:02.489Z] + PACKAGES=/tmp/packages_start.txt [2023-02-08T17:27:02.489Z] + '[' /w/workspace/edgex-go/400 ']' [2023-02-08T17:27:02.489Z] + PACKAGES=/tmp/packages_end.txt [2023-02-08T17:27:02.489Z] + case "${OS_FAMILY}" in [2023-02-08T17:27:02.489Z] + dpkg -l [2023-02-08T17:27:02.489Z] + grep '^ii' [2023-02-08T17:27:02.489Z] + '[' -f /tmp/packages_start.txt ']' [2023-02-08T17:27:02.489Z] + '[' -f /tmp/packages_end.txt ']' [2023-02-08T17:27:02.489Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-02-08T17:27:02.489Z] + '[' /w/workspace/edgex-go/400 ']' [2023-02-08T17:27:02.489Z] + mkdir -p /w/workspace/edgex-go/400/archives/ [2023-02-08T17:27:02.489Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/400/archives/ [Pipeline] echo [2023-02-08T17:27:02.499Z] 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/400/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-02-08T17:27:02.770Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:27:03.325Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-08T17:27:03.325Z] [2023-02-08T17:27:03.325Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T17:27:03.621Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-08T17:27:03.621Z] latest: Pulling from edgex-lftools-log-publisher [2023-02-08T17:27:03.621Z] 5eb5b503b376: Pulling fs layer [2023-02-08T17:27:03.621Z] 5c69ac0246d0: Pulling fs layer [2023-02-08T17:27:03.621Z] ec43610c2a17: Pulling fs layer [2023-02-08T17:27:03.621Z] 3a2ae6a8a46f: Pulling fs layer [2023-02-08T17:27:03.621Z] 33b1e0a273af: Pulling fs layer [2023-02-08T17:27:03.621Z] 5d3b04190fa2: Pulling fs layer [2023-02-08T17:27:03.621Z] 2f39f015ded8: Pulling fs layer [2023-02-08T17:27:03.621Z] 3a2ae6a8a46f: Waiting [2023-02-08T17:27:03.621Z] 5d3b04190fa2: Waiting [2023-02-08T17:27:03.621Z] 2f39f015ded8: Waiting [2023-02-08T17:27:03.621Z] 33b1e0a273af: Waiting [2023-02-08T17:27:03.879Z] 5c69ac0246d0: Download complete [2023-02-08T17:27:03.879Z] 3a2ae6a8a46f: Verifying Checksum [2023-02-08T17:27:03.879Z] 3a2ae6a8a46f: Download complete [2023-02-08T17:27:03.879Z] 33b1e0a273af: Verifying Checksum [2023-02-08T17:27:03.879Z] 33b1e0a273af: Download complete [2023-02-08T17:27:03.879Z] ec43610c2a17: Verifying Checksum [2023-02-08T17:27:03.879Z] ec43610c2a17: Download complete [2023-02-08T17:27:03.879Z] 5d3b04190fa2: Verifying Checksum [2023-02-08T17:27:03.879Z] 5d3b04190fa2: Download complete [2023-02-08T17:27:04.139Z] 5eb5b503b376: Verifying Checksum [2023-02-08T17:27:04.139Z] 5eb5b503b376: Download complete [2023-02-08T17:27:04.723Z] 2f39f015ded8: Download complete [2023-02-08T17:27:05.289Z] 5eb5b503b376: Pull complete [2023-02-08T17:27:05.289Z] 5c69ac0246d0: Pull complete [2023-02-08T17:27:05.547Z] ec43610c2a17: Pull complete [2023-02-08T17:27:05.805Z] 3a2ae6a8a46f: Pull complete [2023-02-08T17:27:05.805Z] 33b1e0a273af: Pull complete [2023-02-08T17:27:06.063Z] 5d3b04190fa2: Pull complete [2023-02-08T17:27:09.342Z] 2f39f015ded8: Pull complete [2023-02-08T17:27:09.342Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-02-08T17:27:09.342Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-08T17:27:09.342Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-08T17:27:09.412Z] prd-ubuntu20.04-docker-8c-8g-5144 does not seem to be running inside a container [2023-02-08T17:27:09.453Z] $ 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/400/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/400 -v /w/workspace/edgex-go/400:/w/workspace/edgex-go/400:rw,z -v /w/workspace/edgex-go/400@tmp:/w/workspace/edgex-go/400@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-08T17:27:12.798Z] $ docker top 3eb33efc6b496b9d50901ebb860b3291f39b150615028628d88e1501273d1483 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-08T17:27:13.114Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-02-08T17:27:13.399Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-02-08T17:27:13.687Z] + ls /var/log/sa-host [2023-02-08T17:27:13.687Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-08T17:27:13.771Z] provisioning config files... [2023-02-08T17:27:13.779Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/400@tmp/config3940140672158961672tmp [Pipeline] { [Pipeline] echo [2023-02-08T17:27:13.791Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-08T17:27:14.073Z] ---> create-netrc.sh [Pipeline] } [2023-02-08T17:27:14.081Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-02-08T17:27:14.398Z] ---> python-tools-install.sh [Pipeline] echo [2023-02-08T17:27:14.407Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-08T17:27:14.687Z] ---> sudo-logs.sh [2023-02-08T17:27:14.687Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-02-08T17:27:14.707Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-08T17:27:14.992Z] ---> job-cost.sh [2023-02-08T17:27:14.992Z] lf-activate-venv: SKIPPING [2023-02-08T17:27:14.992Z] DEBUG: total: 0.10999999940395355 [2023-02-08T17:27:14.992Z] INFO: Retrieving Stack Cost... [2023-02-08T17:27:16.006Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-08T17:27:16.278Z] INFO: Archiving Costs [Pipeline] echo [2023-02-08T17:27:16.312Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-08T17:27:16.621Z] ---> logs-deploy.sh [2023-02-08T17:27:16.621Z] lf-activate-venv: SKIPPING [2023-02-08T17:27:16.621Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/400 [2023-02-08T17:27:16.621Z] INFO: archiving workspace using pattern(s): [2023-02-08T17:27:17.560Z] Archives upload complete. [2023-02-08T17:27:17.820Z] INFO: archiving logs to Nexus